Calendar by WD – Responsive Event Calendar - Version 1.3.2

Version Description

Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 Calendar by WD – Responsive Event Calendar
Version 1.3.2
Comparing to
See all releases

Version 1.3.2

Files changed (134) hide show
  1. Theme_functions.php +30 -0
  2. calendar.php +1185 -0
  3. calendar_functions.html.php +1675 -0
  4. calendar_functions.php +626 -0
  5. elements/calendar-jos.css +198 -0
  6. elements/calendar-setup.js +21 -0
  7. elements/calendar.js +36 -0
  8. elements/calendar_function.js +573 -0
  9. elements/reset_theme.png +0 -0
  10. elements/theme_reset.js +812 -0
  11. elements/theme_reset_widget.js +769 -0
  12. front_end/bigcalendar.php +990 -0
  13. front_end/functions_bigcalendar.php +774 -0
  14. front_end/functions_spidercalendarbig.php +77 -0
  15. front_end/functions_spidercalendarbig_seemore.php +75 -0
  16. front_end/spidercalendarbig.php +469 -0
  17. front_end/spidercalendarbig_seemore.php +242 -0
  18. functions_for_xml_and_ajax.php +2625 -0
  19. images/calendar.png +0 -0
  20. images/calendar_hover.png +0 -0
  21. images/calendar_menu.png +0 -0
  22. images/calendar_theme.jpg +0 -0
  23. images/calendar_widjet_theme.jpg +0 -0
  24. images/header.png +0 -0
  25. images/loadingAnimation.gif +0 -0
  26. images/tb-close.png +0 -0
  27. js/editor_plugin.js +25 -0
  28. js/index.html +1 -0
  29. js/mootools.js +100 -0
  30. jscolor/arrow.gif +0 -0
  31. jscolor/cross.gif +0 -0
  32. jscolor/demo.html +12 -0
  33. jscolor/hs.png +0 -0
  34. jscolor/hv.png +0 -0
  35. jscolor/jscolor.js +926 -0
  36. languages/sp_calendar-af.mo +0 -0
  37. languages/sp_calendar-af.po +205 -0
  38. languages/sp_calendar-ar.mo +0 -0
  39. languages/sp_calendar-ar.po +205 -0
  40. languages/sp_calendar-be_BY.mo +0 -0
  41. languages/sp_calendar-be_BY.po +205 -0
  42. languages/sp_calendar-bg_BG.mo +0 -0
  43. languages/sp_calendar-bg_BG.po +205 -0
  44. languages/sp_calendar-ca.mo +0 -0
  45. languages/sp_calendar-ca.po +205 -0
  46. languages/sp_calendar-cs_CZ.mo +0 -0
  47. languages/sp_calendar-cs_CZ.po +205 -0
  48. languages/sp_calendar-da_DK.mo +0 -0
  49. languages/sp_calendar-da_DK.po +205 -0
  50. languages/sp_calendar-de_DE.mo +0 -0
  51. languages/sp_calendar-de_DE.po +205 -0
  52. languages/sp_calendar-el.mo +0 -0
  53. languages/sp_calendar-el.po +205 -0
  54. languages/sp_calendar-eo_EO.mo +0 -0
  55. languages/sp_calendar-eo_EO.po +205 -0
  56. languages/sp_calendar-es_ES.mo +0 -0
  57. languages/sp_calendar-es_ES.po +205 -0
  58. languages/sp_calendar-et.mo +0 -0
  59. languages/sp_calendar-et.po +205 -0
  60. languages/sp_calendar-fa_IR.mo +0 -0
  61. languages/sp_calendar-fa_IR.po +205 -0
  62. languages/sp_calendar-fi.mo +0 -0
  63. languages/sp_calendar-fi.po +205 -0
  64. languages/sp_calendar-fr_FR.mo +0 -0
  65. languages/sp_calendar-fr_FR.po +205 -0
  66. languages/sp_calendar-gl_ES.mo +0 -0
  67. languages/sp_calendar-gl_ES.po +205 -0
  68. languages/sp_calendar-he_IL.mo +0 -0
  69. languages/sp_calendar-he_IL.po +205 -0
  70. languages/sp_calendar-hi_IN.mo +0 -0
  71. languages/sp_calendar-hi_IN.po +205 -0
  72. languages/sp_calendar-hr.mo +0 -0
  73. languages/sp_calendar-hr.po +205 -0
  74. languages/sp_calendar-hu_HU.mo +0 -0
  75. languages/sp_calendar-hu_HU.po +205 -0
  76. languages/sp_calendar-hy_AM.mo +0 -0
  77. languages/sp_calendar-hy_AM.po +205 -0
  78. languages/sp_calendar-id_ID.mo +0 -0
  79. languages/sp_calendar-id_ID.po +205 -0
  80. languages/sp_calendar-it_IT.mo +0 -0
  81. languages/sp_calendar-it_IT.po +205 -0
  82. languages/sp_calendar-ja.mo +0 -0
  83. languages/sp_calendar-ja.po +205 -0
  84. languages/sp_calendar-ka_GE.mo +0 -0
  85. languages/sp_calendar-ka_GE.po +205 -0
  86. languages/sp_calendar-ko_KR.mo +0 -0
  87. languages/sp_calendar-ko_KR.po +205 -0
  88. languages/sp_calendar-lt_LT.mo +0 -0
  89. languages/sp_calendar-lt_LT.po +205 -0
  90. languages/sp_calendar-lv.mo +0 -0
  91. languages/sp_calendar-lv.po +205 -0
  92. languages/sp_calendar-mk_MK.mo +0 -0
  93. languages/sp_calendar-mk_MK.po +205 -0
  94. languages/sp_calendar-ms_MY.mo +0 -0
  95. languages/sp_calendar-ms_MY.po +205 -0
  96. languages/sp_calendar-mt_MT.mo +0 -0
  97. languages/sp_calendar-mt_MT.po +205 -0
  98. languages/sp_calendar-nb_NO.mo +0 -0
  99. languages/sp_calendar-nb_NO.po +205 -0
  100. languages/sp_calendar-nl_NL.mo +0 -0
  101. languages/sp_calendar-nl_NL.po +205 -0
  102. languages/sp_calendar-pl_PL.mo +0 -0
  103. languages/sp_calendar-pl_PL.po +205 -0
  104. languages/sp_calendar-pt_BR.mo +0 -0
  105. languages/sp_calendar-pt_BR.po +206 -0
  106. languages/sp_calendar-pt_PT.mo +0 -0
  107. languages/sp_calendar-pt_PT.po +205 -0
  108. languages/sp_calendar-ro_RO.mo +0 -0
  109. languages/sp_calendar-ro_RO.po +205 -0
  110. languages/sp_calendar-ru_RU.mo +0 -0
  111. languages/sp_calendar-ru_RU.po +206 -0
  112. languages/sp_calendar-sk_SK.mo +0 -0
  113. languages/sp_calendar-sk_SK.po +205 -0
  114. languages/sp_calendar-sq.mo +0 -0
  115. languages/sp_calendar-sq.po +205 -0
  116. languages/sp_calendar-sr_RS.mo +0 -0
  117. languages/sp_calendar-sr_RS.po +205 -0
  118. languages/sp_calendar-sv_SE.mo +0 -0
  119. languages/sp_calendar-sv_SE.po +205 -0
  120. languages/sp_calendar-ta.mo +0 -0
  121. languages/sp_calendar-ta.po +205 -0
  122. languages/sp_calendar-th.mo +0 -0
  123. languages/sp_calendar-th.po +205 -0
  124. languages/sp_calendar-tr_TR.mo +0 -0
  125. languages/sp_calendar-tr_TR.po +205 -0
  126. languages/sp_calendar-uk_UA.mo +0 -0
  127. languages/sp_calendar-uk_UA.po +205 -0
  128. languages/sp_calendar-vi.mo +0 -0
  129. languages/sp_calendar-vi.po +205 -0
  130. languages/sp_calendar-zh_CN.mo +0 -0
  131. languages/sp_calendar-zh_CN.po +205 -0
  132. nav_function/nav_html_func.php +91 -0
  133. preview.php +699 -0
  134. preview_widget.php +676 -0
Theme_functions.php ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+
4
+ function show_theme_calendar(){
5
+ ?>
6
+
7
+
8
+
9
+ <div class="updated" style="font-size: 14px; color:red !important"><p><strong><a href="http://web-dorado.com/files/fromSpiderCalendarWP.php" target="_blank" style="color:red; text-decoration:none;"> This feature is disabled for the non-commercial version.</a></strong></p></div>
10
+ <table width="95%">
11
+ <tr>
12
+ <td width="100%" style="font-size:14px; font-weight:bold"><a href="http://web-dorado.com/step-4-adding-themes/spider-calendar-wordpress-guide-step-4-1.html" target="_blank" style="color:blue; text-decoration:none;">User Manual</a><br>
13
+ This section allows you to create/edit themes for the calendars.<br /> This feature is disabled for
14
+ the non-commercial version. <a href="http://web-dorado.com/step-4-adding-themes/spider-calendar-wordpress-guide-step-4-1.html" target="_blank" style="color:blue; text-decoration:none;">More...</a>
15
+ <br />
16
+ Here are some examples of 11 standard templates included in the commercial version.<a href="http://wpdemo.web-dorado.com/spider-calendar/" target="_blank" style="color:blue; text-decoration:none;">Demo</a></td>
17
+ <td colspan="7" align="right" style="font-size:16px;">
18
+ <a href="http://web-dorado.com/files/fromSpiderCalendarWP.php" target="_blank" style="color:red; text-decoration:none;">
19
+ <img src="<?php echo plugins_url('images/header.png',__FILE__) ?>" border="0" alt="http://web-dorado.com/files/fromSpiderCalendarWP.php" width="215"><br>
20
+ Get the full version&nbsp;&nbsp;&nbsp;&nbsp;
21
+ </a>
22
+ </td>
23
+ </tr>
24
+ </table>
25
+
26
+ <br /><br />
27
+ <img src="<?php echo plugins_url('images/calendar_widjet_theme.jpg',__FILE__) ?>" />
28
+ <?php
29
+ }
30
+ ?>
calendar.php ADDED
@@ -0,0 +1,1185 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /*
4
+ Plugin Name: Spider Event Calendar
5
+ Plugin URI: http://web-dorado.com/products/wordpress-calendar.html
6
+ Version: 1.3.2
7
+ Author: http://web-dorado.com/
8
+ License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
9
+ */
10
+
11
+ /*LANGUAGE localization */
12
+ //// load languages
13
+ function sp_calendar_language_load() {
14
+ load_plugin_textdomain('sp_calendar', false, basename( dirname( __FILE__ ) ) . '/languages' );
15
+ }
16
+ add_action( 'init', 'sp_calendar_language_load' );
17
+
18
+ /////////////// include widget
19
+
20
+
21
+ require_once("widget_spider_calendar.php");
22
+
23
+
24
+
25
+ function current_page_url_sc() {
26
+ if(is_home())
27
+ $pageURL = site_url();
28
+ else
29
+ $pageURL = get_permalink();
30
+ return $pageURL;
31
+ }
32
+ add_action('wp_head','resolv_js_prob');
33
+ function resolv_js_prob() {
34
+ ?>
35
+ <script>
36
+ var xx_cal_xx='&';
37
+ </script>
38
+ <?php
39
+ }
40
+
41
+
42
+
43
+
44
+ function spider_calendar_scripts() {
45
+ wp_enqueue_script("jquery");
46
+ wp_enqueue_script('thickbox',null,array('jquery'));
47
+ wp_enqueue_style('thickbox.css', '/'.WPINC.'/js/thickbox/thickbox.css', null, '1.0');
48
+ wp_enqueue_style( 'thickbox' );
49
+
50
+ }
51
+
52
+ add_action('wp_enqueue_scripts', 'spider_calendar_scripts');
53
+
54
+ $many_sp_calendar=1;
55
+
56
+
57
+ function Spider_calendar_big($atts) {
58
+ extract(shortcode_atts(array(
59
+ 'id' => 'no Spider catalog',
60
+ 'theme' => '1',
61
+ ), $atts));
62
+ return Spider_calendar_big_front_end($id,$theme);
63
+ }
64
+ add_shortcode('Spider_Calendar', 'Spider_calendar_big');
65
+
66
+ add_action('wp_head','resolv_js_prob');
67
+
68
+
69
+ function Spider_calendar_big_front_end($id,$theme,$wiidget=0)
70
+ {
71
+ ob_start();
72
+ global $many_sp_calendar;
73
+ ?>
74
+ <div id='bigcalendar<?php echo $many_sp_calendar ?>'></div>
75
+
76
+ <script>
77
+ var tb_pathToImage = "<?php echo plugins_url('images/loadingAnimation.gif',__FILE__) ?>";
78
+ var tb_closeImage = "<?php echo plugins_url('images/tb-close.png',__FILE__) ?>"
79
+ if(typeof showbigcalendar != 'function')
80
+ {
81
+ function showbigcalendar(id,calendarlink)
82
+ {
83
+ var xmlHttp;
84
+ try{
85
+ xmlHttp=new XMLHttpRequest();// Firefox, Opera 8.0+, Safari
86
+ }
87
+ catch (e){
88
+ try{
89
+ xmlHttp=new ActiveXObject("Msxml2.XMLHTTP"); // Internet Explorer
90
+ }
91
+ catch (e){
92
+ try{
93
+ xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");
94
+ }
95
+ catch (e){
96
+ alert("No AJAX!?");
97
+ return false;
98
+ }
99
+ }
100
+ }
101
+ xmlHttp.onreadystatechange=function(){
102
+ if(xmlHttp.readyState==4){
103
+ document.getElementById(id).innerHTML=xmlHttp.responseText;
104
+ }
105
+ }
106
+ xmlHttp.open("GET",calendarlink,false);
107
+ xmlHttp.send();
108
+ var thickDims, tbWidth, tbHeight;
109
+ jQuery(document).ready(function($) {
110
+ thickDims = function() {
111
+ var tbWindow = $('#TB_window'), H = $(window).height(), W = $(window).width(), w, h;
112
+ if(tbWidth){if(tbWidth < (W - 90)) w=tbWidth; else w = W - 200;} else w = W - 200;
113
+ if(tbHeight){if(tbHeight < (H - 90)) h=tbHeight; else h = H - 200;} else h = H - 200;
114
+ if ( tbWindow.size() ) {
115
+ tbWindow.width(w).height(h);
116
+ $('#TB_iframeContent').width(w).height(h - 27);
117
+ tbWindow.css({'margin-left': '-' + parseInt((w / 2),10) + 'px'});
118
+ if ( typeof document.body.style.maxWidth != 'undefined' )
119
+ tbWindow.css({'top':(H-h)/2,'margin-top':'0'});
120
+ }
121
+ };
122
+ thickDims();
123
+ $(window).resize( function() { thickDims() } );
124
+ $('a.thickbox-preview'+id).click( function() {
125
+ tb_click.call(this);
126
+ var alink = $(this).parents('.available-theme').find('.activatelink'), link = '', href = $(this).attr('href'), url, text;
127
+ var reg_with=new RegExp(xx_cal_xx+"tbWidth=[0-9]+");
128
+ if ( tbWidth = href.match(reg_with) )
129
+ tbWidth = parseInt(tbWidth[0].replace(/[^0-9]+/g, ''), 10);
130
+ else
131
+ tbWidth = $(window).width() - 90;
132
+ var reg_heght=new RegExp(xx_cal_xx+"tbHeight=[0-9]+");
133
+ if ( tbHeight = href.match(reg_heght) )
134
+ tbHeight = parseInt(tbHeight[0].replace(/[^0-9]+/g, ''), 10);
135
+ else
136
+ tbHeight = $(window).height() - 60;
137
+ if ( alink.length ) {
138
+ url = alink.attr('href') || '';
139
+ text = alink.attr('title') || '';
140
+ link = '&nbsp; <a href="' + url + '" target="_top" class="tb-theme-preview-link">' + text + '</a>';
141
+ } else {
142
+ text = $(this).attr('title') || '';
143
+ link = '&nbsp; <span class="tb-theme-preview-link">' + text + '</span>';
144
+ }
145
+ $('#TB_title').css({'background-color':'#222','color':'#dfdfdf'});
146
+ $('#TB_closeAjaxWindow').css({'float':'left'});
147
+ $('#TB_ajaxWindowTitle').css({'float':'right'}).html(link);
148
+ $('#TB_iframeContent').width('100%');
149
+ thickDims();
150
+ return false;
151
+ } );
152
+ });
153
+ }
154
+ }
155
+ document.onkeydown = function(evt) {
156
+ evt = evt || window.event;
157
+ if (evt.keyCode == 27) {
158
+ document.getElementById('sbox-window').close();
159
+ }
160
+ };
161
+ <?php
162
+ global $wpdb;
163
+ $calendarr=$wpdb->get_row($wpdb->prepare("SELECT * FROM ".$wpdb->prefix."spidercalendar_calendar WHERE id=%d",$id));
164
+ if($calendarr->start_month){
165
+ $date=substr($calendarr->start_month, 0, 7);
166
+ }
167
+ else
168
+ {
169
+ $date=date("Y").'-'.date("m");
170
+ }
171
+ ?> showbigcalendar( 'bigcalendar<?php echo $many_sp_calendar ?>','<?php echo admin_url('admin-ajax.php?action=spiderbigcalendar').'\'+xx_cal_xx+\'theme_id='.$theme.'\'+xx_cal_xx+\'calendar='.$id.'\'+xx_cal_xx+\'date='.$date.'\'+xx_cal_xx+\'many_sp_calendar='.$many_sp_calendar; echo '\'+xx_cal_xx+\'cur_page_url='.urlencode(current_page_url_sc()); if($wiidget) echo '\'+xx_cal_xx+\'widget='.$wiidget;?>')</script>
172
+ <?php
173
+ $many_sp_calendar++;
174
+ $calendar=ob_get_contents();
175
+ ob_end_clean();
176
+
177
+ return $calendar;
178
+ }
179
+
180
+
181
+
182
+
183
+
184
+ ////////////////////////////////////////////// quick edit
185
+
186
+ add_action('wp_ajax_spidercalendarinlineedit', 'spider_calendar_quick_edit');
187
+ add_action('wp_ajax_spidercalendarinlineupdate', 'spider_calendar_quick_update');
188
+ function spider_calendar_quick_update(){
189
+ $current_user = wp_get_current_user();
190
+ if ($current_user->roles[0] !== 'administrator') {
191
+ echo 'You have no permission.';
192
+ die();
193
+ }
194
+ global $wpdb;
195
+ if(isset($_POST['calendar_id']) && isset($_POST['calendar_title']) && isset($_POST['us_12_format_sp_calendar'])){
196
+ $wpdb->update(
197
+ $wpdb->prefix.'spidercalendar_calendar',
198
+ array(
199
+ 'title' => $_POST['calendar_title'],
200
+ 'time_format' => $_POST['us_12_format_sp_calendar']
201
+ ),
202
+ array( 'id' => $_POST['calendar_id'] ),
203
+ array(
204
+ '%s',
205
+ '%d'
206
+ ),
207
+ array( '%d' )
208
+ );
209
+ $row = $wpdb->get_row($wpdb->prepare("SELECT * FROM ".$wpdb->prefix."spidercalendar_calendar WHERE id='%d'", $_POST['calendar_id']));
210
+ ?>
211
+ <td><?php echo $row->id; ?></td>
212
+ <td class="post-title page-title column-title">
213
+ <a title="Manage Events" class="row-title" href="admin.php?page=SpiderCalendar&task=show_manage_event&calendar_id=<?php echo $row->id; ?>"><?php echo $row->title; ?></a>
214
+ <div class="row-actions">
215
+ <span class="edit"><a href="admin.php?page=SpiderCalendar&task=edit_calendar&id=<?php echo $row->id; ?>" title="Edit This Calendar">Edit</a> | </span>
216
+ <span class="inline hide-if-no-js"><a href="#" class="editinline" onclick="show_calendar_inline(<?php echo $row->id; ?>)" title="Edit This Calendar Inline">Quick&nbsp;Edit</a> | </span>
217
+ <span class="trash"><a class="submitdelete" title="Delete This Calendar" href="javascript:confirmation('admin.php?page=SpiderCalendar&task=remove_calendar&id=<?php echo $row->id; ?>','<?php echo $row->title; ?>')">Delete</a></span>
218
+ </div>
219
+ </td>
220
+ <td><a href="admin.php?page=SpiderCalendar&task=show_manage_event&calendar_id=<?php echo $row->id; ?>">Manage events</a></td>
221
+ <td><a <?php if(!$row->published) echo 'style="color:#C00"'; ?> href="admin.php?page=SpiderCalendar&task=published&id=<?php echo $row->id; ?>"><?php if($row->published) echo "Yes"; else echo "No"; ?></a></td>
222
+ <?php
223
+ die();
224
+
225
+
226
+
227
+
228
+
229
+
230
+ }
231
+ else
232
+ {
233
+ die();
234
+ }
235
+
236
+
237
+
238
+ }
239
+ function spider_calendar_quick_edit(){
240
+ $current_user = wp_get_current_user();
241
+ if ($current_user->roles[0] !== 'administrator') {
242
+ echo 'You have no permission.';
243
+ die();
244
+ }
245
+ global $wpdb;
246
+ if(isset($_POST['calendar_id'])){
247
+ $row = $wpdb->get_row($wpdb->prepare("SELECT * FROM ".$wpdb->prefix."spidercalendar_calendar WHERE id='%d'", $_POST['calendar_id']));
248
+
249
+
250
+
251
+ ?>
252
+
253
+
254
+
255
+ <td colspan="4" class="colspanchange">
256
+
257
+
258
+ <fieldset class="inline-edit-col-left">
259
+ <div style="float:left; width:100% " class="inline-edit-col">
260
+ <h4>Quick Edit</h4>
261
+
262
+ <label >
263
+ <span style="width:160px !important" class="title">Title</span>
264
+ <span class="input-text-wrap"><input type="text" style="width:150px !important" id="calendar_title" name="calendar_title" value="<?php echo $row->title ?>" class="ptitle" /></span>
265
+ </label>
266
+
267
+ <span class="title alignleft" style="width:160px !important">Use 12 hours time format: </span>
268
+
269
+
270
+
271
+
272
+ <input style="margin-top:5px" type="radio" class="alignleft" name="time_format" id="time_format0" value="0" <?php if($row->time_format==0) echo 'checked="checked"'; ?> />
273
+ <em style="margin:4px 5px 0 0" class="alignleft">
274
+ No </em>
275
+ <input style="margin-top:5px" class="alignleft" type="radio" name="time_format" id="time_format1" value="1" <?php if($row->time_format==1) echo 'checked="checked"'; ?> />
276
+ <em style="margin:4px 5px 0 0" class="alignleft">
277
+ Yes </em>
278
+
279
+
280
+
281
+ </div>
282
+
283
+
284
+ </div></fieldset>
285
+ <p class="submit inline-edit-save">
286
+ <a accesskey="c" href="#" title="Cancel" onclick="cancel_qiucik_edit(<?php echo $row->id ?>)" class="button-secondary cancel alignleft">Cancel</a>
287
+ <input type="hidden" id="_inline_edit" name="_inline_edit" value="d8393e8662">
288
+ <a accesskey="s" href="#" title="Update" onclick="updae_inline_sp_calendar(<?php echo "'".$row->id."'" ?>)" class="button-primary save alignright">Update</a>
289
+ <img id="imig_for_waiting" class="waiting" style="display:none;" src="http://localhost/wordpress/wp-admin/images/wpspin_light.gif" alt="">
290
+ <input type="hidden" name="post_view" value="list">
291
+ <input type="hidden" name="screen" value="edit-page">
292
+ <span class="error" style="display:none"></span>
293
+ <br class="clear">
294
+ </p>
295
+ </td>
296
+ <?php
297
+
298
+ die();
299
+ }
300
+ else
301
+ {
302
+ die();
303
+ }
304
+
305
+ }
306
+
307
+
308
+
309
+
310
+
311
+
312
+
313
+
314
+
315
+
316
+
317
+
318
+
319
+
320
+
321
+
322
+
323
+
324
+
325
+ //// add editor new mce button
326
+ add_filter('mce_external_plugins', "sp_calendar_register");
327
+ add_filter('mce_buttons', 'sp_calendar_add_button', 0);
328
+
329
+ /// function for add new button
330
+ function sp_calendar_add_button($buttons)
331
+ {
332
+ array_push($buttons, "sp_calendar_mce");
333
+ return $buttons;
334
+ }
335
+ /// function for registr new button
336
+ function sp_calendar_register($plugin_array)
337
+ {
338
+ $url = plugins_url( 'js/editor_plugin.js' , __FILE__ );
339
+ $plugin_array["sp_calendar_mce"] = $url;
340
+ return $plugin_array;
341
+ }
342
+
343
+
344
+
345
+
346
+
347
+ // function create in menu
348
+ function sp_calendar_options_panel(){
349
+ add_menu_page('Theme page title', 'Calendar', 'manage_options', 'SpiderCalendar', 'Manage_Spider_Calendar',plugins_url("images/calendar_menu.png",__FILE__));
350
+ $page_calendar= add_submenu_page( 'SpiderCalendar', 'Calendars', 'Calendars', 'manage_options', 'SpiderCalendar', 'Manage_Spider_Calendar');
351
+ $page_theme=add_submenu_page( 'SpiderCalendar', 'Calendar Parameters', 'Calendar Themes', 'manage_options', 'spider_claendat_themes', 'spider_calendar_params');
352
+ $page_widget_theme=add_submenu_page( 'SpiderCalendar', 'Calendar Parameters', 'Widget Themes', 'manage_options', 'spider_widget_claendat_themes', 'spider_widget_calendar_params');
353
+ //add_submenu_page( 'SpiderCalendar', 'Widget Themes', 'Widget Themes', 'manage_options', 'spider_claendat_widget_themes', 'spider_claendat_widget_themes');
354
+ add_submenu_page( 'SpiderCalendar', 'Licensing', 'Licensing', 'manage_options', 'Spider_calendar_Licensing', 'Spider_calendar_Licensing');
355
+
356
+ add_submenu_page( 'SpiderCalendar', 'Uninstall Spider Event Calendar', 'Uninstall Spider Event Calendar', 'manage_options', 'Uninstall_sp_calendar', 'Uninstall_sp_calendar'); // uninstall Calendar
357
+
358
+
359
+
360
+ add_action('admin_print_styles-' . $page_theme, 'spider_calendar_themes_admin_styles_scripts');
361
+ add_action('admin_print_styles-' . $page_calendar, 'spider_calendar_admin_styles_scripts');
362
+ add_action('admin_print_styles-' . $page_widget_theme, 'spider_widget_calendar_themes_admin_styles_scripts');
363
+
364
+ }
365
+
366
+
367
+
368
+ function Spider_calendar_Licensing(){
369
+ ?>
370
+
371
+ <div style="width:95%"> <p>
372
+ This plugin is the non-commercial version of the Spider Event Calendar. Use of the calendar is free.<br /> The only
373
+ limitation is the use of the themes. If you want to use one of the 11 standard themes or create a new one that
374
+ satisfies the needs of your web site, you are required to purchase a license.<br /> Purchasing a license will add 11
375
+ standard themes and give possibility to edit the themes of the Spider Event Calendar. </p>
376
+ <br /><br />
377
+ <a href="http://web-dorado.com/files/fromSpiderCalendarWP.php" class="button-primary" target="_blank">Purchase a License</a>
378
+ <br /><br /><br />
379
+ <p>After the purchasing the commercial version follow this steps:</p>
380
+ <ol>
381
+ <li>Deactivate Spider Event Calendar Plugin</li>
382
+ <li>Delete Spider Event Calendar Plugin</li>
383
+ <li>Install the downloaded commercial version of the plugin</li>
384
+ </ol>
385
+ </div>
386
+
387
+
388
+
389
+ <?php
390
+
391
+
392
+ }
393
+ function spider_calendar_themes_admin_styles_scripts(){
394
+
395
+
396
+ wp_enqueue_script("jquery");
397
+ wp_enqueue_script("standart_themes",plugins_url('elements/theme_reset.js', __FILE__));
398
+ wp_enqueue_script("colcor_js",plugins_url('jscolor/jscolor.js', __FILE__));
399
+ if(isset($_GET['task']))
400
+ {
401
+ if($_GET['task']=='edit_theme' || $_GET['task']=='add_theme' || $_GET['task']=='Apply')
402
+ wp_enqueue_style( "parsetheme_css", plugins_url('style_for_cal/style_for_tables_cal.css', __FILE__));
403
+ }
404
+ }
405
+
406
+
407
+
408
+
409
+ function spider_widget_calendar_themes_admin_styles_scripts(){
410
+
411
+
412
+ wp_enqueue_script("jquery");
413
+ wp_enqueue_script("standart_themes",plugins_url('elements/theme_reset_widget.js', __FILE__));
414
+ wp_enqueue_script("colcor_js",plugins_url('jscolor/jscolor.js', __FILE__));
415
+ if(isset($_GET['task']))
416
+ {
417
+ if($_GET['task']=='edit_theme' || $_GET['task']=='add_theme' || $_GET['task']=='Apply')
418
+ wp_enqueue_style( "parsetheme_css", plugins_url('style_for_cal/style_for_tables_cal.css', __FILE__));
419
+ }
420
+ }
421
+
422
+
423
+ function spider_calendar_admin_styles_scripts()
424
+ {
425
+
426
+
427
+ wp_enqueue_script("Calendar",plugins_url("elements/calendar.js",__FILE__),false);
428
+ wp_enqueue_script("calendar-setup",plugins_url("elements/calendar-setup.js",__FILE__),false);
429
+ wp_enqueue_script("calendar_function",plugins_url("elements/calendar_function.js",__FILE__),false);
430
+ wp_enqueue_style("Css",plugins_url("elements/calendar-jos.css",__FILE__),false);
431
+ }
432
+
433
+
434
+ add_filter('admin_head','spide_ShowTinyMCE');
435
+
436
+ function spide_ShowTinyMCE() {
437
+
438
+ // conditions here
439
+
440
+ wp_enqueue_script( 'common' );
441
+
442
+ wp_enqueue_script( 'jquery-color' );
443
+
444
+ wp_print_scripts('editor');
445
+
446
+ if (function_exists('add_thickbox')) add_thickbox();
447
+
448
+ wp_print_scripts('media-upload');
449
+
450
+ if (function_exists('wp_tiny_mce')) wp_tiny_mce();
451
+
452
+ wp_admin_css();
453
+
454
+ wp_enqueue_script('utils');
455
+
456
+ do_action("admin_print_styles-post-php");
457
+
458
+ do_action('admin_print_styles');
459
+
460
+ }
461
+
462
+
463
+
464
+
465
+
466
+
467
+
468
+
469
+ // add menu
470
+ add_action('admin_menu', 'sp_calendar_options_panel');
471
+
472
+
473
+ require_once("functions_for_xml_and_ajax.php");
474
+
475
+
476
+ //////////////////////////////////////////////////////////////////////////actions for popup and xmls
477
+ add_action('wp_ajax_spiderseemore' , 'seemore');
478
+ add_action('wp_ajax_spiderbigcalendar' , 'big_calendarr');
479
+ add_action('wp_ajax_spiderbigcalendarrr' , 'spiderbigcalendar');
480
+ add_action('wp_ajax_window' , 'php_window');
481
+
482
+
483
+ ////////////////////////////ajax for users
484
+ add_action('wp_ajax_nopriv_spiderseemore' , 'seemore');
485
+ add_action('wp_ajax_nopriv_spiderbigcalendar' , 'big_calendarr');
486
+ add_action('wp_ajax_nopriv_spiderbigcalendarrr' , 'spiderbigcalendar');
487
+ add_action('wp_ajax_nopriv_window' , 'php_window');
488
+
489
+ // add style head
490
+ function add_button_style_calendar()
491
+ {
492
+ echo '<style type="text/css">
493
+ .wp_themeSkin span.mce_sp_calendar_mce {background:url('.plugins_url( 'images/calendar.png' , __FILE__ ).') no-repeat !important;}
494
+ .wp_themeSkin .mceButtonEnabled:hover span.mce_sp_calendar_mce,.wp_themeSkin .mceButtonActive span.mce_sp_calendar_mce
495
+ {background:url('.plugins_url( 'images/calendar_hover.png' , __FILE__ ).') no-repeat !important;}
496
+ </style>';
497
+ }
498
+
499
+ add_action('admin_head', 'add_button_style_calendar');
500
+
501
+ ////end////
502
+
503
+
504
+
505
+
506
+
507
+
508
+ function Manage_Spider_Calendar(){
509
+ global $wpdb;
510
+
511
+ // wp_enqueue_script('media-upload');
512
+ //wp_admin_css('thickbox')
513
+ if(!function_exists('print_html_nav'))
514
+ require_once("nav_function/nav_html_func.php");
515
+ require_once("calendar_functions.php");// add functions for Spider_Video_Player
516
+ require_once("calendar_functions.html.php");// add functions for vive Spider_Video_Player
517
+ /*
518
+ ?>
519
+ <form action="" method="post">
520
+ <input type="text" value="asdgadsfg" id="narek" />
521
+ <input type="button" onclick="alert(document.getElementById('narek').value);" />
522
+ <a href="<?php echo plugins_url("calendar_function.html.php",__FILE__) ?>?TB_iframe=1&amp;width=640&amp;height=394" class="thickbox add_media" id="content-add_media" title="Add Video" onclick="return false;">Insert Video</a>
523
+ </form>
524
+ <?php
525
+ */
526
+ if(isset($_GET["task"])){
527
+ $task=$_GET["task"];
528
+ }
529
+ else
530
+ {
531
+ $task="default";
532
+ }
533
+ if(isset($_GET["id"]))
534
+ {
535
+ $id = (int) $_GET["id"];
536
+ }
537
+ else
538
+ {
539
+ $id=0;
540
+ }
541
+ if(isset($_GET["calendar_id"]))
542
+ {
543
+ $calendar_id = (int) $_GET["calendar_id"];
544
+ }
545
+ else
546
+ {
547
+ $calendar_id = 0;
548
+ }
549
+ switch($task){
550
+
551
+ case 'calendar':
552
+ show_spider_calendar();
553
+ break;
554
+
555
+ case 'add_calendar':
556
+ add_spider_calendar();
557
+ break;
558
+
559
+ case 'published';
560
+ spider_calendar_published($id);
561
+ show_spider_calendar();
562
+ break;
563
+
564
+ case 'Save':
565
+ if(!$id)
566
+ {
567
+
568
+ save_spider_calendar();
569
+ }
570
+ else
571
+ {
572
+ apply_spider_calendar($id);
573
+ }
574
+ show_spider_calendar();
575
+ break;
576
+ case 'Apply':
577
+ if(!$id)
578
+ {
579
+ save_spider_calendar();
580
+ $id=$wpdb->get_var("SELECT MAX(id) FROM ".$wpdb->prefix."spidercalendar_calendar");
581
+ }
582
+ else
583
+ {
584
+ apply_spider_calendar($id);
585
+ }
586
+ edit_spider_calendar($id);
587
+
588
+ break;
589
+
590
+ case 'edit_calendar':
591
+ edit_spider_calendar($id);
592
+ break;
593
+
594
+ case 'remove_calendar':
595
+ remove_spider_calendar($id);
596
+ show_spider_calendar();
597
+ break;
598
+
599
+ ////////////////////////////
600
+ //////////////////////////// EVENTS
601
+ ////////////////////////////
602
+
603
+
604
+
605
+
606
+ case 'show_manage_event':
607
+ show_spider_event($calendar_id);
608
+ break;
609
+ case 'add_event':
610
+ add_spider_event($calendar_id);
611
+ break;
612
+ case 'save_event':
613
+ if($id){
614
+ apply_spider_event($calendar_id,$id);
615
+ }
616
+ else
617
+ {
618
+ save_spider_event($calendar_id);
619
+ }
620
+ show_spider_event($calendar_id);
621
+ break;
622
+ case 'apply_event':
623
+ if($id){
624
+ apply_spider_event($calendar_id,$id);
625
+ }
626
+ else{
627
+ save_spider_event($calendar_id);
628
+ $id=$wpdb->get_var("SELECT MAX(id) FROM ".$wpdb->prefix."spidercalendar_event");
629
+ }
630
+ edit_spider_event($calendar_id,$id);
631
+ break;
632
+ case 'edit_event':
633
+ edit_spider_event($calendar_id,$id);
634
+ break;
635
+ case 'remove_event':
636
+ remov_spider_event($calendar_id,$id);
637
+ show_spider_event($calendar_id);
638
+ break;
639
+
640
+ case 'published_event';
641
+ published_spider_event($id);
642
+ show_spider_event($calendar_id);
643
+ break;
644
+
645
+
646
+
647
+ default:
648
+ show_spider_calendar();
649
+ break;
650
+
651
+ }
652
+
653
+
654
+ }
655
+
656
+ function spider_widget_calendar_params()
657
+ {
658
+ wp_enqueue_script('media-upload');
659
+ wp_admin_css('thickbox');
660
+ if(!function_exists('print_html_nav'))
661
+ require_once("nav_function/nav_html_func.php");
662
+ require_once("widget_Theme_functions.php");
663
+
664
+ global $wpdb;
665
+ if(isset($_GET["task"]))
666
+ {
667
+ $task=$_GET["task"];
668
+ }
669
+ else
670
+ {
671
+ $task="";
672
+ }
673
+ if(isset($_GET["id"]))
674
+ {
675
+ $id=$_GET["id"];
676
+ }
677
+ else
678
+ {
679
+ $id=0;
680
+ }
681
+ switch($task){
682
+ case 'theme':
683
+ show_theme_calendar_widget();
684
+ break;
685
+ case 'add_theme':
686
+ add_theme_calendar_widget();
687
+ break;
688
+
689
+ case 'Save':
690
+ if($id)
691
+ {
692
+ apply_theme_calendar_widget($id);
693
+ }
694
+ else
695
+ {
696
+ save_theme_calendar_widget();
697
+
698
+ }
699
+
700
+ show_theme_calendar_widget();
701
+ break;
702
+
703
+ case 'Apply':
704
+ if($id)
705
+ {
706
+
707
+ apply_theme_calendar_widget($id);
708
+ }
709
+ else
710
+ {
711
+
712
+ save_theme_calendar_widget();
713
+ $id=$wpdb->get_var("SELECT MAX(id) FROM ".$wpdb->prefix."spidercalendar_widget_theme");
714
+ }
715
+
716
+ edit_theme_calendar_widget($id);
717
+ break;
718
+
719
+ case 'edit_theme':
720
+ edit_theme_calendar_widget($id);
721
+ break;
722
+
723
+ case 'remove_theme_calendar':
724
+ remove_theme_calendar_widget($id);
725
+ show_theme_calendar_widget();
726
+ break;
727
+ default:
728
+ show_theme_calendar_widget();
729
+ }
730
+
731
+ }
732
+
733
+
734
+
735
+ /*Calendar themes */
736
+ function spider_calendar_params(){
737
+ wp_enqueue_script('media-upload');
738
+ wp_admin_css('thickbox');
739
+ if(!function_exists('print_html_nav'))
740
+ require_once("nav_function/nav_html_func.php");
741
+ require_once("Theme_functions.php");// add functions for Spider_Video_Player
742
+
743
+
744
+ global $wpdb;
745
+ if(isset($_GET["task"]))
746
+ {
747
+ $task=$_GET["task"];
748
+ }
749
+ else
750
+ {
751
+ $task="";
752
+ }
753
+ if(isset($_GET["id"]))
754
+ {
755
+ $id=$_GET["id"];
756
+ }
757
+ else
758
+ {
759
+ $id=0;
760
+ }
761
+ switch($task){
762
+ case 'theme':
763
+ show_theme_calendar();
764
+ break;
765
+ case 'add_theme':
766
+ add_theme_calendar();
767
+ break;
768
+
769
+ case 'Save':
770
+ if($id)
771
+ {
772
+ apply_theme_calendar($id);
773
+ }
774
+ else
775
+ {
776
+ save_theme_calendar();
777
+
778
+ }
779
+
780
+ show_theme_calendar();
781
+ break;
782
+
783
+ case 'Apply':
784
+ if($id)
785
+ {
786
+
787
+ apply_theme_calendar($id);
788
+ }
789
+ else
790
+ {
791
+
792
+ save_theme_calendar();
793
+ $id=$wpdb->get_var("SELECT MAX(id) FROM ".$wpdb->prefix."spidercalendar_theme");
794
+ }
795
+
796
+ edit_theme_calendar($id);
797
+ break;
798
+
799
+ case 'edit_theme':
800
+ edit_theme_calendar($id);
801
+ break;
802
+
803
+ case 'remove_theme_calendar':
804
+ remove_theme_calendar($id);
805
+ show_theme_calendar();
806
+ break;
807
+ default:
808
+ show_theme_calendar();
809
+ }
810
+
811
+ }
812
+
813
+ function spider_claendat_widget_themes()
814
+ {
815
+ }
816
+
817
+
818
+ function Uninstall_sp_calendar(){
819
+
820
+
821
+ global $wpdb;
822
+
823
+ $base_name = plugin_basename('Spider_Calendar');
824
+ $base_page = 'admin.php?page='.$base_name;
825
+ $mode = trim($_GET['mode']);
826
+
827
+
828
+ if(!empty($_POST['do'])) {
829
+
830
+ if($_POST['do']=="Uninstall Spider Event Calendar") {
831
+ check_admin_referer('Spider_Calendar uninstall');
832
+ if(trim($_POST['Spider_Calendar_yes']) == 'yes') {
833
+
834
+ echo '<div id="message" class="updated fade">';
835
+ echo '<p>';
836
+ echo "Table '".$wpdb->prefix."spidercalendar_event' has been deleted.";
837
+ $wpdb->query("DROP TABLE ".$wpdb->prefix."spidercalendar_event");
838
+ echo '<font style="color:#000;">';
839
+ echo '</font><br />';
840
+ echo '</p>';
841
+ echo '<p>';
842
+ echo "Table '".$wpdb->prefix."spidercalendar_calendar' has been deleted.";
843
+ $wpdb->query("DROP TABLE ".$wpdb->prefix."spidercalendar_calendar");
844
+ echo '<font style="color:#000;">';
845
+ echo '</font><br />';
846
+ echo '</p>';
847
+ echo '<p>';
848
+ echo "Table '".$wpdb->prefix."spidercalendar_theme' has been deleted.";
849
+ $wpdb->query("DROP TABLE ".$wpdb->prefix."spidercalendar_theme");
850
+ echo '<font style="color:#000;">';
851
+ echo '</font><br />';
852
+ echo '</p>';
853
+ echo '<p>';
854
+ echo "Table '".$wpdb->prefix."spidercalendar_widget_theme' has been deleted.";
855
+ $wpdb->query("DROP TABLE ".$wpdb->prefix."spidercalendar_widget_theme");
856
+ echo '<font style="color:#000;">';
857
+ echo '</font><br />';
858
+ echo '</p>';
859
+ echo '</div>';
860
+
861
+ $mode = 'end-UNINSTALL';
862
+ }
863
+ }
864
+ }
865
+
866
+
867
+
868
+ switch($mode) {
869
+
870
+ case 'end-UNINSTALL':
871
+ $deactivate_url = wp_nonce_url('plugins.php?action=deactivate&amp;plugin='.plugin_basename(__FILE__), 'deactivate-plugin_'.plugin_basename(__FILE__));
872
+ echo '<div class="wrap">';
873
+ echo '<h2>Uninstall Spider Event Calendar</h2>';
874
+ echo '<p><strong>'.sprintf('<a href="%s">Click Here</a> To Finish The Uninstallation And Spider Event Calendar Will Be Deactivated Automatically.', $deactivate_url).'</strong></p>';
875
+ echo '</div>';
876
+ break;
877
+ // Main Page
878
+ default:
879
+ ?>
880
+ <form method="post" action="<?php echo admin_url('admin.php?page=Uninstall_sp_calendar'); ?>">
881
+ <?php wp_nonce_field('Spider_Calendar uninstall'); ?>
882
+ <div class="wrap">
883
+ <div id="icon-Spider_Calendar" class="icon32"><br /></div>
884
+ <h2><?php echo 'Uninstall Spider Event Calendar'; ?></h2>
885
+ <p>
886
+ <?php echo 'Deactivating Spider Event Calendar plugin does not remove any data that may have been created. To completely remove this plugin, you can uninstall it here.'; ?>
887
+ </p>
888
+ <p style="color: red">
889
+ <strong><?php echo'WARNING:'; ?></strong><br />
890
+ <?php echo 'Once uninstalled, this cannot be undone. You should use a Database Backup plugin of WordPress to back up all the data first.'; ?>
891
+ </p>
892
+ <p style="color: red">
893
+ <strong><?php echo 'The following WordPress Options/Tables will be DELETED:'; ?></strong><br />
894
+ </p>
895
+ <table class="widefat">
896
+ <thead>
897
+ <tr>
898
+ <th><?php echo 'WordPress Tables'; ?></th>
899
+ </tr>
900
+ </thead>
901
+ <tr>
902
+ <td valign="top">
903
+ <ol>
904
+ <?php
905
+ echo '<li>'.$wpdb->prefix.'spidercalendar_event</li>'."\n";
906
+ echo '<li>'.$wpdb->prefix.'spidercalendar_calendar</li>'."\n";
907
+ echo '<li>'.$wpdb->prefix.'spidercalendar_theme</li>'."\n";
908
+ echo '<li>'.$wpdb->prefix.'spidercalendar_widget_theme</li>'."\n";
909
+ ?>
910
+ </ol>
911
+ </td>
912
+ </tr>
913
+ </table>
914
+ <p style="text-align: center;">
915
+ <?php echo 'Do you really want to Uninstall Spider Event Calendar?'; ?><br /><br />
916
+ <input type="checkbox" name="Spider_Calendar_yes" value="yes" />&nbsp;<?php echo 'Yes'; ?><br /><br />
917
+ <input type="submit" name="do" value="<?php echo 'Uninstall Spider Event Calendar'; ?>" class="button-primary" onclick="return confirm('<?php echo 'You Are About To Uninstall Spider Event Calendar From WordPress.\nThis Action Is Not Reversible.\n\n Choose [Cancel] To Stop, [OK] To Uninstall.'; ?>')" />
918
+ </p>
919
+ </div>
920
+ </form>
921
+ <?php
922
+ } // End switch($mode)
923
+
924
+
925
+
926
+
927
+
928
+
929
+ }
930
+
931
+
932
+
933
+
934
+ ///// when activated plugin
935
+ function SpiderCalendar_activate()
936
+ {
937
+ global $wpdb;
938
+ $spider_event_table="CREATE TABLE IF NOT EXISTS `".$wpdb->prefix."spidercalendar_event` (
939
+ `id` int(11) NOT NULL AUTO_INCREMENT,
940
+ `calendar` int(11) NOT NULL,
941
+ `date` date NOT NULL,
942
+ `date_end` date NOT NULL,
943
+ `title` text NOT NULL,
944
+ `time` varchar(20) NOT NULL,
945
+ `text_for_date` longtext NOT NULL,
946
+ `userID` varchar(255) NOT NULL,
947
+ `repeat_method` varchar(255) NOT NULL,
948
+ `repeat` varchar(255) NOT NULL,
949
+ `week` varchar(255) NOT NULL,
950
+ `month` varchar(255) NOT NULL,
951
+ `month_type` varchar(255) NOT NULL,
952
+ `monthly_list` varchar(255) NOT NULL,
953
+ `month_week` varchar(255) NOT NULL,
954
+ `year_month` varchar(255) NOT NULL,
955
+ `published` int(11) NOT NULL,
956
+ PRIMARY KEY (`id`)
957
+ ) ENGINE=MyISAM DEFAULT CHARSET=utf8;";
958
+
959
+
960
+
961
+ $spider_calendar_table="CREATE TABLE IF NOT EXISTS `".$wpdb->prefix."spidercalendar_calendar` (
962
+ `id` int(11) NOT NULL AUTO_INCREMENT,
963
+ `title` varchar(255) NOT NULL,
964
+ `gid` varchar(255) NOT NULL,
965
+ `time_format` tinyint(1) NOT NULL,
966
+ `allow_publish` varchar(255) NOT NULL,
967
+ `start_month` varchar(255) NOT NULL,
968
+ `published` tinyint(1) NOT NULL,
969
+ PRIMARY KEY (`id`)
970
+ ) ENGINE=MyISAM DEFAULT CHARSET=utf8;";
971
+
972
+
973
+
974
+ $spider_theme_table="CREATE TABLE IF NOT EXISTS `".$wpdb->prefix."spidercalendar_theme` (
975
+ `id` int(11) NOT NULL AUTO_INCREMENT,
976
+ `title` varchar(255) NOT NULL,
977
+ `width` varchar(255) NOT NULL,
978
+ `cell_height` varchar(255) NOT NULL,
979
+ `bg_top` varchar(255) NOT NULL,
980
+ `bg_bottom` varchar(255) NOT NULL,
981
+ `border_color` varchar(255) NOT NULL,
982
+ `text_color_year` varchar(255) NOT NULL,
983
+ `text_color_month` varchar(255) NOT NULL,
984
+ `text_color_week_days` varchar(255) NOT NULL,
985
+ `text_color_other_months` varchar(255) NOT NULL,
986
+ `text_color_this_month_unevented` varchar(255) NOT NULL,
987
+ `text_color_this_month_evented` varchar(255) NOT NULL,
988
+ `event_title_color` varchar(255) NOT NULL,
989
+ `current_day_border_color` varchar(255) NOT NULL,
990
+ `bg_color_this_month_evented` varchar(255) NOT NULL,
991
+ `next_prev_event_arrowcolor` varchar(255) NOT NULL,
992
+ `show_event_bgcolor` varchar(255) NOT NULL,
993
+ `cell_border_color` varchar(255) NOT NULL,
994
+ `arrow_color_year` varchar(255) NOT NULL,
995
+ `week_days_cell_height` varchar(255) NOT NULL,
996
+ `arrow_color_month` varchar(255) NOT NULL,
997
+ `text_color_sun_days` varchar(255) NOT NULL,
998
+ `title_color` varchar(255) NOT NULL,
999
+ `next_prev_event_bgcolor` varchar(255) NOT NULL,
1000
+ `title_font_size` varchar(255) NOT NULL,
1001
+ `title_font` varchar(255) NOT NULL,
1002
+ `title_style` varchar(255) NOT NULL,
1003
+ `date_color` varchar(255) NOT NULL,
1004
+ `date_size` varchar(255) NOT NULL,
1005
+ `date_font` varchar(255) NOT NULL,
1006
+ `date_style` varchar(255) NOT NULL,
1007
+ `popup_width` varchar(255) NOT NULL,
1008
+ `popup_height` varchar(255) NOT NULL,
1009
+ `number_of_shown_evetns` varchar(255) NOT NULL,
1010
+ `sundays_font_size` varchar(255) NOT NULL,
1011
+ `other_days_font_size` varchar(255) NOT NULL,
1012
+ `weekdays_font_size` varchar(255) NOT NULL,
1013
+ `border_width` varchar(255) NOT NULL,
1014
+ `top_height` varchar(255) NOT NULL,
1015
+ `bg_color_other_months` varchar(255) NOT NULL,
1016
+ `sundays_bg_color` varchar(255) NOT NULL,
1017
+ `weekdays_bg_color` varchar(255) NOT NULL,
1018
+ `week_start_day` varchar(255) NOT NULL,
1019
+ `weekday_sunday_bg_color` varchar(255) NOT NULL,
1020
+ `border_radius` varchar(255) NOT NULL,
1021
+ `year_font_size` varchar(255) NOT NULL,
1022
+ `month_font_size` varchar(255) NOT NULL,
1023
+ `arrow_size` varchar(255) NOT NULL,
1024
+ `next_month_text_color` varchar(255) NOT NULL,
1025
+ `prev_month_text_color` varchar(255) NOT NULL,
1026
+ `next_month_arrow_color` varchar(255) NOT NULL,
1027
+ `prev_month_arrow_color` varchar(255) NOT NULL,
1028
+ `next_month_font_size` varchar(255) NOT NULL,
1029
+ `prev_month_font_size` varchar(255) NOT NULL,
1030
+ `month_type` varchar(255) NOT NULL,
1031
+ `date_format` varchar(255) NOT NULL,
1032
+ `show_time` tinyint(1) NOT NULL,
1033
+ `show_repeat` tinyint(1) NOT NULL,
1034
+ PRIMARY KEY (`id`)
1035
+ ) ENGINE=MyISAM DEFAULT CHARSET=utf8;";
1036
+
1037
+
1038
+
1039
+
1040
+ $spider_widhet_theme_table="CREATE TABLE IF NOT EXISTS `".$wpdb->prefix."spidercalendar_widget_theme` (
1041
+ `id` int(11) NOT NULL AUTO_INCREMENT,
1042
+ `title` varchar(255) NOT NULL,
1043
+ `width` varchar(255) NOT NULL,
1044
+ `cell_height` varchar(255) NOT NULL,
1045
+ `bg_top` varchar(255) NOT NULL,
1046
+ `bg_bottom` varchar(255) NOT NULL,
1047
+ `border_color` varchar(255) NOT NULL,
1048
+ `text_color_year` varchar(255) NOT NULL,
1049
+ `text_color_month` varchar(255) NOT NULL,
1050
+ `text_color_week_days` varchar(255) NOT NULL,
1051
+ `text_color_other_months` varchar(255) NOT NULL,
1052
+ `text_color_this_month_unevented` varchar(255) NOT NULL,
1053
+ `text_color_this_month_evented` varchar(255) NOT NULL,
1054
+ `event_title_color` varchar(255) NOT NULL,
1055
+ `current_day_border_color` varchar(255) NOT NULL,
1056
+ `bg_color_this_month_evented` varchar(255) NOT NULL,
1057
+ `next_prev_event_arrowcolor` varchar(255) NOT NULL,
1058
+ `show_event_bgcolor` varchar(255) NOT NULL,
1059
+ `cell_border_color` varchar(255) NOT NULL,
1060
+ `arrow_color_year` varchar(255) NOT NULL,
1061
+ `week_days_cell_height` varchar(255) NOT NULL,
1062
+ `arrow_color_month` varchar(255) NOT NULL,
1063
+ `text_color_sun_days` varchar(255) NOT NULL,
1064
+ `title_color` varchar(255) NOT NULL,
1065
+ `next_prev_event_bgcolor` varchar(255) NOT NULL,
1066
+ `title_font_size` varchar(255) NOT NULL,
1067
+ `title_font` varchar(255) NOT NULL,
1068
+ `title_style` varchar(255) NOT NULL,
1069
+ `date_color` varchar(255) NOT NULL,
1070
+ `date_size` varchar(255) NOT NULL,
1071
+ `date_font` varchar(255) NOT NULL,
1072
+ `date_style` varchar(255) NOT NULL,
1073
+ `popup_width` varchar(255) NOT NULL,
1074
+ `popup_height` varchar(255) NOT NULL,
1075
+ `number_of_shown_evetns` varchar(255) NOT NULL,
1076
+ `sundays_font_size` varchar(255) NOT NULL,
1077
+ `other_days_font_size` varchar(255) NOT NULL,
1078
+ `weekdays_font_size` varchar(255) NOT NULL,
1079
+ `border_width` varchar(255) NOT NULL,
1080
+ `top_height` varchar(255) NOT NULL,
1081
+ `bg_color_other_months` varchar(255) NOT NULL,
1082
+ `sundays_bg_color` varchar(255) NOT NULL,
1083
+ `weekdays_bg_color` varchar(255) NOT NULL,
1084
+ `week_start_day` varchar(255) NOT NULL,
1085
+ `weekday_sunday_bg_color` varchar(255) NOT NULL,
1086
+ `border_radius` varchar(255) NOT NULL,
1087
+ `year_font_size` varchar(255) NOT NULL,
1088
+ `month_font_size` varchar(255) NOT NULL,
1089
+ `arrow_size` varchar(255) NOT NULL,
1090
+ `next_month_text_color` varchar(255) NOT NULL,
1091
+ `prev_month_text_color` varchar(255) NOT NULL,
1092
+ `next_month_arrow_color` varchar(255) NOT NULL,
1093
+ `prev_month_arrow_color` varchar(255) NOT NULL,
1094
+ `next_month_font_size` varchar(255) NOT NULL,
1095
+ `prev_month_font_size` varchar(255) NOT NULL,
1096
+ `month_type` varchar(255) NOT NULL,
1097
+ `date_format` varchar(255) NOT NULL,
1098
+ `show_time` tinyint(1) NOT NULL,
1099
+ `show_repeat` tinyint(1) NOT NULL,
1100
+ `all_days_border_width` int(2) NOT NULL,
1101
+ PRIMARY KEY (`id`)
1102
+ ) ENGINE=MyISAM DEFAULT CHARSET=utf8;";
1103
+
1104
+ $spider_widget_theme_rows="INSERT INTO `".$wpdb->prefix."spidercalendar_widget_theme` (`id`, `title`, `width`, `cell_height`, `bg_top`, `bg_bottom`, `border_color`, `text_color_year`, `text_color_month`, `text_color_week_days`, `text_color_other_months`, `text_color_this_month_unevented`, `text_color_this_month_evented`, `event_title_color`, `current_day_border_color`, `bg_color_this_month_evented`, `next_prev_event_arrowcolor`, `show_event_bgcolor`, `cell_border_color`, `arrow_color_year`, `week_days_cell_height`, `arrow_color_month`, `text_color_sun_days`, `title_color`, `next_prev_event_bgcolor`, `title_font_size`, `title_font`, `title_style`, `date_color`, `date_size`, `date_font`, `date_style`, `popup_width`, `popup_height`, `number_of_shown_evetns`, `sundays_font_size`, `other_days_font_size`, `weekdays_font_size`, `border_width`, `top_height`, `bg_color_other_months`, `sundays_bg_color`, `weekdays_bg_color`, `week_start_day`, `weekday_sunday_bg_color`, `border_radius`, `year_font_size`, `month_font_size`, `arrow_size`, `next_month_text_color`, `prev_month_text_color`, `next_month_arrow_color`, `prev_month_arrow_color`, `next_month_font_size`, `prev_month_font_size`, `month_type`, `date_format`, `show_time`, `show_repeat`, `all_days_border_width`) VALUES
1105
+ (1, 'Blue Dark', '230', '30', '00004F', '5BCAFF', '00004F', 'D1D4F5', 'D1D4F5', 'FFFFFF', 'E6E6E6', '000000', 'FFFFFF', 'FFFFFF', 'FFFFFF', '00004F', 'FFFFFF', '009EEB', '000000', 'FFFFFF', '30', 'FFFFFF', '000000', 'FFFFFF', '00004F', '', '', 'normal', 'FFFFFF', '', '', 'normal', '600', '500', '1', '14', '12', '14', '2', '40', '5BCAFF', '5BCAFF', '00004F', 'su', '00004F', '', '18', '14', '14', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '9', '9', '2', 'w/d/m/y', 0, 1, 0),
1106
+ (2, 'Green Light', '230', '25', 'A6BA7D', 'FDFCDE', '000000', '000000', '080808', '000000', '6E5959', '060D12', '000000', '000000', '4AFF9E', 'FF6933', 'E0E0C5', 'FDFCDE', '000000', '000000', '25', '000000', 'FF0000', '000000', 'CCCCCC', '18', 'Courier New', 'normal', '000000', '16', 'Courier New', 'bold', '800', '600', '1', '14', '12', '14', '2', '70', 'FFFFFF', 'FDFCDE', 'E6E6DE', 'su', 'BD848A', '0', '16', '14', '14', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '9', '9', '2', 'w/d/m/y', 0, 1, 0),
1107
+ (3, 'Blue Light', '220', '25', '36A7E9', 'FFFFFF', '000000', '000000', '000000', '000000', '525252', '000000', 'FFFFFF', 'FFFFFF', '36A7E9', 'FFA142', 'FFFFFF', '36A7E9', '000000', '000000', '30', '000000', '36A7E9', 'FFFFFF', 'FFA142', '12', 'Courier New', 'normal', 'FFFFFF', '16', 'Courier New', 'bold', '800', '600', '1', '14', '12', '14', '2', '70', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'su', 'FFFFFF', '0', '18', '14', '10', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '9', '9', '2', 'w/d/m/y', 0, 1, 0),
1108
+ (4, 'Black light', '230', '30', '2A2829', '363636', '000000', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'BDBDBD', 'FFFFFF', '000000', '000000', 'FFFFFF', 'F0F0F0', 'C7C7C7', '969696', '000000', 'FFFFFF', '25', 'FFFFFF', 'FFFFFF', 'FFFFFF', '323232', '', '', 'normal', 'FFFFFF', '', '', 'normal', '600', '500', '1', '14', '12', '14', '2', '30', '363636', '363636', '2A2829', 'su', '2A2829', '4', '18', '14', '12', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '9', '9', '1', 'w/d/m/y', 0, 1, 0),
1109
+ (5, 'Red Elegant', '220', '27', '9A0000', 'CDCC96', 'D9D9D7', 'FFFFFF', 'FFFFFF', '000000', '525252', '000000', 'FFFFFF', 'FFFFFF', '9A0000', '9A0000', 'DEDDB5', 'FFFED0', 'FFFFFF', 'FFFFFF', '25', 'FFFFFF', '9A0000', '000000', '9A0000', '', '', 'normal', '000000', '', '', 'normal', '600', '500', '1', '14', '', '14', '6', '70', 'E4E7CC', 'CDCC96', 'FFFED0', 'mo', 'FFFED0', '3', '18', '14', '9', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '9', '9', '2', 'w/d/m/y', 0, 1, 1),
1110
+ (6, 'Blue Simple', '220', '25', 'FCF7D9', 'FFFFFF', '3DBCEB', '9A0000', '9A0000', 'FFFFFF', 'C7C7C7', '1374C3', '000000', '000000', '9A0000', 'FCF7D9', 'E0E0E0', 'FCF7D9', '1374C3', '9A0000', '20', '9A0000', '013A7D', '000000', '21B5FF', '', '', 'normal', '000000', '', '', 'bold', '600', '500', '1', '14', '12', '14', '5', '70', 'FFFFFF', 'FFFFFF', '013A7D', 'su', '1374C3', '3', '18', '14', '9', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '9', '9', '2', 'w/d/m/y', 0, 1, 0),
1111
+ (7, 'Green Dark', '210', '27', '598923', 'F0F0E6', 'D78B29', 'FFFFFF', 'FFFFFF', '000000', 'A6A6A6', '5C5C5C', 'FFFFFF', 'FFFFFF', '000000', 'D78B29', 'D78B29', 'FFB061', '363636', 'FFFFFF', '25', 'FFFFFF', '000000', 'FFFFFF', 'DDDCC8', '', 'Courier New', 'bold', '000000', '', '', 'normal', '600', '500', '1', '14', '12', '12', '6', '70', 'DDDCC8', 'F0F0E6', 'D78B29', 'su', 'D78B29', '2', '18', '14', '8', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '9', '9', '1', 'w/d/m/y', 0, 1, 1),
1112
+ (8, 'Green Elegant', '195', '20', '009898', 'FDFDCC', 'FDFDCC', 'FFFFFF', 'FFFFFF', '000000', '8C8C8C', '383838', '383838', 'FFFFFF', '000000', 'FE7C00', 'FEAC30', 'FE7C00', '4D4D4D', 'FFFFFF', '25', 'FFFFFF', '000000', 'FFFFFF', 'FDFDE8', '', '', 'normal', 'FFFFFF', '', '', 'normal', '600', '500', '1', '14', '12', '14', '7', '40', 'FDFDE8', 'BACBDC', '9865FE', 'su', '9865FE', '2', '18', '14', '8', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '9', '9', '1', 'w/d/m/y', 0, 1, 0),
1113
+ (9, 'Blue Elegant', '240', '30', '346699', 'E3F9F9', '346699', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'CCCCCC', '2410EE', '000000', '000000', '346699', 'FFCC33', 'E3B62D', 'FFCC33', '6B6B6B', 'FFFFFF', '25', 'FFFFFF', '2410EE', 'FFFFFF', '346699', '', '', 'normal', '000000', '', '', 'normal', '600', '500', '1', '14', '12', '12', '4', '60', 'E3F9F9', 'E3F9F9', '68676D', 'su', '68676D', '3', '18', '12', '8', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '10', '10', '2', 'w/d/m/y', 0, 1, 0),
1114
+ (10, 'Blue Green Mix', '220', '25', 'C0EFC0', 'E3F9F9', 'ABCEA8', '58A42B', '58A42B', '000000', 'B0B0B0', '383838', '383838', '383838', '58A42B', 'C0EFC0', 'AED9AE', 'C0EFC0', 'B1B1B0', '58A42B', '20', '58A42B', 'FF7C5C', 'FFFFFF', '58A42B', '12', '', 'normal', '262626', '12', '', 'normal', '600', '500', '1', '12', '14', '12', '6', '70', 'E1DDE9', 'FFFFFF', 'FFFFFF', 'su', 'FFFFFF', '2', '18', '12', '10', '58A42B', '58A42B', '58A42B', '58A42B', '10', '10', '2', 'w/d/m/y', 0, 1, 0),
1115
+ (11, 'Brown Elegant', '210', '25', 'E7C892', '7E5F43', 'FFC219', '404040', '404040', '404040', 'FFFFFF', 'FFFFFF', '404040', '404040', 'FFFFFF', 'FFC219', 'B3875F', '7E5F43', '000000', '404040', '20', '404040', 'FFFFFF', 'FFFFFF', 'FFC219', '', '', 'normal', 'FFFFFF', '', '', 'normal', '800', '500', '2', '14', '12', '12', '4', '60', '523F30', '7E5F43', 'FFC219', 'su', 'FFC219', '2', '16', '11', '10', '404040', '404040', '404040', '404040', '9', '9', '1', 'w/d/m/y', 1, 1, 0);";
1116
+
1117
+
1118
+
1119
+
1120
+ $spider_theme_rows="INSERT INTO `".$wpdb->prefix."spidercalendar_theme` (`id`, `title`, `width`, `cell_height`, `bg_top`, `bg_bottom`, `border_color`, `text_color_year`, `text_color_month`, `text_color_week_days`, `text_color_other_months`, `text_color_this_month_unevented`, `text_color_this_month_evented`, `event_title_color`, `current_day_border_color`, `bg_color_this_month_evented`, `next_prev_event_arrowcolor`, `show_event_bgcolor`, `cell_border_color`, `arrow_color_year`, `week_days_cell_height`, `arrow_color_month`, `text_color_sun_days`, `title_color`, `next_prev_event_bgcolor`, `title_font_size`, `title_font`, `title_style`, `date_color`, `date_size`, `date_font`, `date_style`, `popup_width`, `popup_height`, `number_of_shown_evetns`, `sundays_font_size`, `other_days_font_size`, `weekdays_font_size`, `border_width`, `top_height`, `bg_color_other_months`, `sundays_bg_color`, `weekdays_bg_color`, `week_start_day`, `weekday_sunday_bg_color`, `border_radius`, `year_font_size`, `month_font_size`, `arrow_size`, `next_month_text_color`, `prev_month_text_color`, `next_month_arrow_color`, `prev_month_arrow_color`, `next_month_font_size`, `prev_month_font_size`, `month_type`, `date_format`, `show_time`, `show_repeat`) VALUES
1121
+ (1, 'Blue Light', '650', '80', '36A7E9', 'FFFFFF', '000000', '000000', '000000', '000000', '525252', '000000', 'FFFFFF', 'FFFFFF', '36A7E9', 'FFA142', 'FFFFFF', '36A7E9', '000000', '000000', '40', '000000', '36A7E9', 'FFFFFF', 'FFA142', '', '', 'normal', 'FFFFFF', '16', '', 'bold', '800', '600', '1', '14', '12', '14', '4', '80', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'su', 'FFFFFF', '0', '22', '14', '10', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '', '', '2', 'w/d/m/y', 1, 1),
1122
+ (2, 'Blue Dark', '650', '70', '00004F', '5BCAFF', '000000', 'D1D4F5', 'D1D4F5', 'FFFFFF', 'E6E6E6', '000000', 'FFFFFF', 'FFFFFF', 'FFFFFF', '00004F', 'FFFFFF', '009EEB', '000000', 'FFFFFF', '30', 'FFFFFF', '000000', 'FFFFFF', '00004F', '', '', 'normal', 'FFFFFF', '', '', 'normal', '600', '500', '1', '18', '14', '14', '2', '120', 'C0C0C0', '8ADAFF', '000000', 'su', '000000', '', '40', '20', '14', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '', '', '1', 'w/d/m/y', 1, 1),
1123
+ (3, 'Green Light', '650', '70', 'A6BA7D', 'FDFCDE', '000000', '000000', '080808', '000000', '6E5959', '060D12', '000000', '000000', '4AFF9E', 'FF6933', 'E0E0C5', 'FDFCDE', '000000', '000000', '50', '000000', 'FF0000', '000000', 'CCCCCC', '18', 'Courier New', 'normal', '000000', '16', 'Courier New', 'bold', '800', '600', '1', '18', '12', '14', '2', '90', 'FFFFFF', 'FDFCDE', 'E6E6DE', 'su', 'BD848A', '0', '28', '18', '18', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '', '', '1', 'w/d/m/y', 1, 1),
1124
+ (4, 'Black light', '650', '70', '2A2829', '323232', '000000', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '000000', '000000', 'FFFFFF', 'F0F0F0', 'C7C7C7', '969696', '000000', 'FFFFFF', '35', 'FFFFFF', 'FFFFFF', 'FFFFFF', '323232', '', '', 'normal', 'FFFFFF', '', '', 'normal', '600', '500', '1', '16', '12', '14', '2', '90', '282828', '323232', '969696', 'su', '969696', '8', '33', '16', '12', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '', '', '1', 'w/d/m/y', 1, 1),
1125
+ (5, 'Red Elegant', '650', '70', '9A0000', 'CDCC96', 'E6E6E4', 'FFFFFF', 'FFFFFF', '000000', '525252', '000000', 'FFFFFF', 'FFFFFF', '9A0000', '9A0000', 'DEDDB5', 'FFFED0', 'FFFFFF', 'FFFFFF', '60', 'FFFFFF', '000000', '000000', '9A0000', '', '', 'normal', '000000', '', '', 'normal', '600', '500', '1', '18', '', '14', '18', '100', 'E4E7CC', 'CDCC96', 'FFFED0', 'mo', 'FFFED0', '6', '33', '16', '10', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '', '', '1', 'w/d/m/y', 1, 1),
1126
+ (6, 'Blue Simple', '650', '70', 'FCF7D9', 'FFFFFF', '3DBCEB', '9A0000', '9A0000', 'FFFFFF', 'C7C7C7', '1374C3', '000000', '000000', '9A0000', 'FCF7D9', 'E0E0E0', 'FCF7D9', '1374C3', '9A0000', '20', '9A0000', '013A7D', '000000', '21B5FF', '', '', 'normal', '000000', '', '', 'bold', '600', '500', '1', '16', '12', '14', '12', '93', 'FFFFFF', 'FFFFFF', '013A7D', 'su', '1374C3', '6', '33', '16', '10', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '', '', '1', 'w/d/m/y', 1, 1),
1127
+ (7, 'Green Dark', '650', '70', '598923', 'F0F0E6', 'D78B29', 'FFFFFF', 'FFFFFF', '000000', 'A6A6A6', '5C5C5C', 'FFFFFF', 'FFFFFF', '000000', 'D78B29', 'D78B29', 'FFB061', '363636', 'FFFFFF', '30', 'FFFFFF', '000000', 'FFFFFF', 'DDDCC8', '', 'Courier New', 'bold', '000000', '', '', 'normal', '600', '500', '1', '16', '12', '14', '12', '100', 'DDDCC8', 'F0F0E6', 'D78B29', 'su', 'D78B29', '6', '33', '16', '12', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '', '', '1', 'w/d/m/y', 1, 1),
1128
+ (8, 'Green Elegant', '650', '70', '009898', 'FDFDCC', 'FDFDCC', 'FFFFFF', 'FFFFFF', '000000', '8C8C8C', '383838', '383838', 'FFFFFF', '000000', 'FE7C00', 'FEAC30', 'FE7C00', '4D4D4D', 'FFFFFF', '30', 'FFFFFF', '000000', 'FFFFFF', 'FDFDE8', '', '', 'normal', 'FFFFFF', '', '', 'normal', '600', '500', '1', '16', '12', '14', '14', '90', 'FDFDE8', 'BACBDC', '9865FE', 'su', '9865FE', '2', '30', '16', '12', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '', '', '1', 'w/d/m/y', 1, 1),
1129
+ (9, 'Blue Elegant', '650', '70', '346699', 'E3F9F9', '346699', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '2410EE', '000000', '000000', '346699', 'FFCC33', 'E3B62D', 'FFCC33', '6B6B6B', 'FFFFFF', '25', 'FFFFFF', '2410EE', 'FFFFFF', '346699', '', '', 'normal', '000000', '', '', 'normal', '600', '500', '1', '18', '14', '14', '10', '100', 'CCCCCC', 'CDDDFF', '68676D', 'su', '68676D', '4', '33', '16', '12', 'FFFFFF', 'FFFFFF', 'FFFFFF', 'FFFFFF', '', '', '1', 'w/d/m/y', 1, 1),
1130
+ (10, 'Blue Green Mix', '650', '70', 'C0EFC0', 'E3F9F9', 'ABCEA8', '58A42B', '58A42B', '000000', 'B0B0B0', '383838', '383838', '383838', '58A42B', 'C0EFC0', 'AED9AE', 'C0EFC0', 'B1B1B0', '58A42B', '25', '58A42B', 'FF7C5C', 'FFFFFF', '58A42B', '', '', 'normal', '262626', '', '', 'normal', '600', '500', '1', '16', '12', '12', '8', '40', 'E1DDE9', 'FFFFFF', 'FFFFFF', 'su', 'FFFFFF', '2', '18', '18', '10', '58A42B', '58A42B', '58A42B', '58A42B', '16', '16', '2', 'w/d/m/y', 1, 1),
1131
+ (11, 'Brown Elegant', '650', '70', 'E7C892', '7E5F43', 'FFC219', '404040', '404040', '404040', 'FFFFFF', 'FFFFFF', '404040', '404040', 'FFFFFF', 'FFC219', 'B3875F', '7E5F43', '000000', '404040', '30', '404040', 'FFFFFF', 'FFFFFF', 'FFC219', '', '', 'normal', 'FFFFFF', '', '', 'normal', '800', '500', '2', '18', '12', '14', '10', '100', '523F30', '7E5F43', 'FFC219', 'su', 'FFC219', '6', '30', '20', '12', '404040', '404040', '404040', '404040', '16', '16', '1', 'w/d/m/y', 1, 1);";
1132
+
1133
+
1134
+ //create tables
1135
+ $wpdb->query($spider_event_table);
1136
+ $wpdb->query($spider_calendar_table);
1137
+ $wpdb->query($spider_theme_table);
1138
+ $wpdb->query($spider_widhet_theme_table);
1139
+ $wpdb->query($spider_theme_rows);
1140
+ $wpdb->query($spider_widget_theme_rows);
1141
+
1142
+
1143
+ }
1144
+
1145
+
1146
+ register_activation_hook( __FILE__, 'SpiderCalendar_activate' );
1147
+ ///////////////////// update plugin
1148
+
1149
+
1150
+ if(get_bloginfo ('version')>=3.1){
1151
+
1152
+ add_action('plugins_loaded', 'spider_calendar_chech_update');
1153
+
1154
+ }
1155
+ else{
1156
+ spider_calendar_chech_update();
1157
+ }
1158
+
1159
+
1160
+ function spider_calendar_chech_update() {
1161
+ global $wpdb;
1162
+
1163
+ if(get_site_option('spider_calendar_cureent_version')!='1.1') {
1164
+
1165
+ $sql="ALTER TABLE ".$wpdb->prefix."spidercalendar_calendar ADD start_month varchar(255);";
1166
+ $wpdb->query($sql);
1167
+
1168
+ if(!get_site_option('spider_calendar_cureent_version',false)){
1169
+ if($wpdb->get_var("SHOW TABLES LIKE '".$wpdb->prefix."spidercalendar_widget_theme'") == $wpdb->prefix."spidercalendar_widget_theme")
1170
+ add_option('spider_calendar_cureent_version','1.1');
1171
+ }
1172
+ else{
1173
+ if($wpdb->get_var("SHOW TABLES LIKE '".$wpdb->prefix."spidercalendar_widget_theme'") == $wpdb->prefix."spidercalendar_widget_theme")
1174
+ update_option('spider_calendar_cureent_version','1.1');
1175
+ }
1176
+ }
1177
+ }
1178
+
1179
+
1180
+
1181
+
1182
+
1183
+
1184
+
1185
+ ?>
calendar_functions.html.php ADDED
@@ -0,0 +1,1675 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if (function_exists('current_user_can')) {
3
+ if(!current_user_can('manage_options')) {
4
+ die('Access Denied');
5
+ }
6
+ }
7
+
8
+ function html_show_spider_calendar($rows, $pageNav,$sort){
9
+
10
+ ?>
11
+ <script language="javascript">
12
+ function confirmation(href,title) {
13
+ var answer = confirm("Are you sure you want to delete '"+title+"'?")
14
+ if (answer){
15
+ document.getElementById('admin_form').action=href;
16
+ document.getElementById('admin_form').submit();
17
+ }
18
+ }
19
+ function ordering(name,as_or_desc)
20
+ {
21
+ document.getElementById('asc_or_desc').value=as_or_desc;
22
+ document.getElementById('order_by').value=name;
23
+ document.getElementById('admin_form').submit();
24
+ }
25
+ function submit_form_id(x)
26
+ {
27
+ var val=x.options[x.selectedIndex].value;
28
+ document.getElementById("id_for_playlist").value=val;
29
+ document.getElementById("admin_form").submit();
30
+ }
31
+ function doNothing() {
32
+ var keyCode = event.keyCode ? event.keyCode : event.which ? event.which : event.charCode;
33
+ if( keyCode == 13 ) {
34
+ if(!e) var e = window.event;
35
+ e.cancelBubble = true;
36
+ e.returnValue = false;
37
+ if (e.stopPropagation) {
38
+ e.stopPropagation();
39
+ e.preventDefault();
40
+ }
41
+ }
42
+ }
43
+ var show_one_cal=1;
44
+ var get_cal_id=0;
45
+ function show_calendar_inline(cal_id)
46
+ { if(show_one_cal==1){
47
+ show_one_cal=0;
48
+ jQuery.ajax({
49
+ type: 'POST',
50
+ url: '<?php echo admin_url('admin-ajax.php?action=spidercalendarinlineedit') ?>',
51
+ data: {calendar_id: cal_id},
52
+ dataType: 'html',
53
+ success: function(data) {
54
+ cancel_qiucik_edit(get_cal_id);
55
+ var edit_cal_tr=document.createElement("tr")
56
+ edit_cal_tr.innerHTML=data;
57
+ edit_cal_tr.setAttribute('class','inline-edit-row inline-edit-row-page inline-edit-page quick-edit-row quick-edit-row-page inline-edit-page alternate inline-editor')
58
+ edit_cal_tr.setAttribute('id','edit_calendar-'+cal_id);
59
+ document.getElementById('Calendar-'+cal_id).style.display="none";
60
+ document.getElementById('calendar_body').appendChild( edit_cal_tr);
61
+ document.getElementById('calendar_body').insertBefore(edit_cal_tr,document.getElementById('Calendar-'+cal_id) );
62
+ get_cal_id=cal_id;
63
+ show_one_cal=1
64
+ }
65
+ });
66
+ }
67
+ }
68
+ function cancel_qiucik_edit(cal_id)
69
+ {
70
+ if(document.getElementById('edit_calendar-'+cal_id)){
71
+ var tr = document.getElementById('edit_calendar-'+cal_id);
72
+ tr.parentNode.removeChild(tr);
73
+ document.getElementById('Calendar-'+cal_id).style.display="";
74
+ }
75
+ }
76
+ function updae_inline_sp_calendar(cal_id)
77
+ {
78
+ var cal_title= document.getElementById('calendar_title').value;
79
+ var cal_12_format =getCheckedValue(document.getElementsByName('time_format'));
80
+ document.getElementById('imig_for_waiting').style.display="block";
81
+ jQuery.ajax({
82
+ type: 'POST',
83
+ url: '<?php echo admin_url('admin-ajax.php?action=spidercalendarinlineupdate') ?>',
84
+ data: {
85
+ calendar_id: cal_id,
86
+ calendar_title:cal_title,
87
+ us_12_format_sp_calendar:cal_12_format
88
+ },
89
+ dataType: 'html',
90
+ success: function(data) {
91
+ if(data){
92
+ document.getElementById('imig_for_waiting').style.display="none";
93
+ document.getElementById('Calendar-'+cal_id).innerHTML=data;
94
+ cancel_qiucik_edit(cal_id);
95
+ }
96
+ else
97
+ {
98
+ alert('ERROR PLEAS INSTALL PLUGIN AGAIN');
99
+ cancel_qiucik_edit(cal_id);
100
+ }
101
+ }
102
+ });
103
+ }
104
+ function getCheckedValue(radioObj) {
105
+ if(!radioObj)
106
+ return "";
107
+ var radioLength = radioObj.length;
108
+ if(radioLength == undefined)
109
+ if(radioObj.checked)
110
+ return radioObj.value;
111
+ else
112
+ return "";
113
+ for(var i = 0; i < radioLength; i++) {
114
+ if(radioObj[i].checked) {
115
+ return radioObj[i].value;
116
+ }
117
+ }
118
+ return "";
119
+ }
120
+ </script>
121
+ <form method="post" onkeypress="doNothing()" action="admin.php?page=SpiderCalendar" id="admin_form" name="admin_form">
122
+ <table cellspacing="10" width="96.5%" id="calendar_table">
123
+ <tr>
124
+ <td width="100%" style="font-size:14px; font-weight:bold"><a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-2.html" target="_blank" style="color:blue; text-decoration:none;">User Manual</a><br>
125
+ This section allows you to create calendars. You can add unlimited number of calendars. <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-2.html" target="_blank" style="color:blue; text-decoration:none;">More...</a></td>
126
+ <td colspan="7" align="right" style="font-size:16px;">
127
+ <a href="http://web-dorado.com/files/fromSpiderCalendarWP.php" target="_blank" style="color:red; text-decoration:none;">
128
+ <img src="<?php echo plugins_url('images/header.png',__FILE__) ?>" border="0" alt="http://web-dorado.com/files/fromSpiderCalendarWP.php" width="215"><br>
129
+ Get the full version&nbsp;&nbsp;&nbsp;&nbsp;
130
+ </a>
131
+ </td>
132
+ </tr>
133
+ <tr>
134
+ <td style="width:210px">
135
+ <?php echo "<h2>".'Calendar Manager'. "</h2>"; ?>
136
+ </td>
137
+ <td style="text-align:right;"><p class="submit" style="padding:0px; text-align:right"><input type="button" class="button-secondary action" value="Add a Calendar" name="custom_parametrs" onclick="window.location.href='admin.php?page=SpiderCalendar&task=add_calendar'" /></p></td>
138
+
139
+ </tr>
140
+ </table>
141
+
142
+
143
+ <?php
144
+ if(isset($_POST['serch_or_not'])) {if($_POST['serch_or_not']=="search"){ $serch_value=$_POST['search_events_by_title']; }else{$serch_value="";}}
145
+ $serch_fields='<div class="alignleft actions" style="width:180px;">
146
+ <label for="search_events_by_title" style="font-size:14px">Title: </label>
147
+ <input type="text" name="search_events_by_title" value="'.$serch_value.'" id="search_events_by_title" onchange="clear_serch_texts()">
148
+ </div>
149
+ <div class="alignleft actions">
150
+ <input type="button" value="Search" onclick="document.getElementById(\'page_number\').value=\'1\'; document.getElementById(\'serch_or_not\').value=\'search\';
151
+ document.getElementById(\'admin_form\').submit();" class="button-secondary action">
152
+ <input type="button" value="Reset" onclick="window.location.href=\'admin.php?page=SpiderCalendar\'" class="button-secondary action">
153
+ </div>';
154
+ print_html_nav($pageNav['total'],$pageNav['limit'],$serch_fields);
155
+
156
+ ?>
157
+ <table class="wp-list-table widefat fixed pages" style="width:95%">
158
+ <thead>
159
+ <TR>
160
+ <th scope="col" id="id" class="<?php if($sort["sortid_by"]=="id") echo $sort["custom_style"]; else echo $sort["default_style"]; ?>" style=" width:50px" ><a href="javascript:ordering('id',<?php if($sort["sortid_by"]=="id") echo $sort["1_or_2"]; else echo "1"; ?>)"><span>ID</span><span class="sorting-indicator"></span></a></th>
161
+ <th scope="col" id="title" class="<?php if($sort["sortid_by"]=="title") echo $sort["custom_style"]; else echo $sort["default_style"]; ?>" ><a href="javascript:ordering('title',<?php if($sort["sortid_by"]=="title") echo $sort["1_or_2"]; else echo "1"; ?>)"><span>Title</span><span class="sorting-indicator"></span></a></th>
162
+ <th style="width:100px">Manage Events</th>
163
+
164
+ <th scope="col" id="published" class="<?php if($sort["sortid_by"]=="published") echo $sort["custom_style"]; else echo $sort["default_style"]; ?>" style=" width:100px" ><a href="javascript:ordering('published',<?php if($sort["sortid_by"]=="published") echo $sort["1_or_2"]; else echo "1"; ?>)"><span>Published</span><span class="sorting-indicator"></span></a></th>
165
+ </TR>
166
+ </thead>
167
+ <tbody id="calendar_body">
168
+ <?php for($i=0; $i<count($rows);$i++){ ?>
169
+ <tr id="Calendar-<?php echo $rows[$i]->id; ?>" class=" hentry alternate iedit author-self" style="display: table-row;">
170
+ <td><?php echo $rows[$i]->id; ?></td>
171
+ <td class="post-title page-title column-title">
172
+ <a title="Manage Events" class="row-title" href="admin.php?page=SpiderCalendar&task=show_manage_event&calendar_id=<?php echo $rows[$i]->id; ?>"><?php echo $rows[$i]->title; ?></a>
173
+ <div class="row-actions">
174
+ <span class="edit"><a href="admin.php?page=SpiderCalendar&task=edit_calendar&id=<?php echo $rows[$i]->id; ?>" title="Edit This Calendar">Edit</a> | </span>
175
+ <span class="inline hide-if-no-js"><a href="#" class="editinline" onclick="show_calendar_inline(<?php echo $rows[$i]->id; ?>)" title="Edit This Calendar Inline">Quick&nbsp;Edit</a> | </span>
176
+ <span class="trash"><a class="submitdelete" title="Delete This Calendar" href="javascript:confirmation('admin.php?page=SpiderCalendar&task=remove_calendar&id=<?php echo $rows[$i]->id; ?>','<?php echo $rows[$i]->title; ?>')">Delete</a></span>
177
+ </div>
178
+ </td>
179
+ <td><a href="admin.php?page=SpiderCalendar&task=show_manage_event&calendar_id=<?php echo $rows[$i]->id; ?>">Manage events</a></td>
180
+ <td><a <?php if(!$rows[$i]->published) echo 'style="color:#C00"'; ?> href="admin.php?page=SpiderCalendar&task=published&id=<?php echo $rows[$i]->id; ?>"><?php if($rows[$i]->published) echo "Yes"; else echo "No"; ?></a></td>
181
+
182
+ </tr>
183
+ <?php } ?>
184
+ </tbody>
185
+ </table>
186
+ <input type="hidden" name="id_for_playlist" id="id_for_playlist" value="<?php if(isset($_POST['id_for_playlist'])) echo $_POST['id_for_playlist'];?>" />
187
+ <input type="hidden" name="asc_or_desc" id="asc_or_desc" value="<?php if(isset($_POST['asc_or_desc'])) echo $_POST['asc_or_desc'];?>" />
188
+ <input type="hidden" name="order_by" id="order_by" value="<?php if(isset($_POST['order_by'])) echo $_POST['order_by'];?>" />
189
+
190
+ <?php
191
+ ?>
192
+
193
+
194
+
195
+ </form>
196
+
197
+ <?php
198
+ }
199
+
200
+
201
+
202
+
203
+
204
+
205
+
206
+ function html_add_spider_calendar()
207
+ { ?>
208
+
209
+
210
+ <script language="javascript" type="text/javascript">
211
+ function submitbutton(pressbutton) {
212
+ var form = document.adminForm;
213
+ if (pressbutton == 'cancel_calendar') {
214
+ submitform( pressbutton );
215
+ return;
216
+ }
217
+ submitform( pressbutton );
218
+ }
219
+ function submitform(pressbutton){
220
+ document.getElementById('adminForm').action=document.getElementById('adminForm').action+"&task="+pressbutton;
221
+ document.getElementById('adminForm').submit();
222
+ }
223
+ function doNothing() {
224
+ var keyCode = event.keyCode ? event.keyCode : event.which ? event.which : event.charCode;
225
+ if( keyCode == 13 ) {
226
+ if(!e) var e = window.event;
227
+ e.cancelBubble = true;
228
+ e.returnValue = false;
229
+ if (e.stopPropagation) {
230
+ e.stopPropagation();
231
+ e.preventDefault();
232
+ }
233
+ }
234
+ }
235
+ </script>
236
+ <style>
237
+ .calendar .button
238
+ {
239
+ display:table-cell !important;
240
+ }
241
+ </style>
242
+ <table width="95%">
243
+ <tr>
244
+ <td width="100%" style="font-size:14px; font-weight:bold"><a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-2.html" target="_blank" style="color:blue; text-decoration:none;">User Manual</a><br>
245
+ This section allows you to create calendars. You can add unlimited number of calendars. <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-2.html" target="_blank" style="color:blue; text-decoration:none;">More...</a></td>
246
+ <td colspan="7" align="right" style="font-size:16px;">
247
+ <a href="http://web-dorado.com/files/fromSpiderCalendarWP.php" target="_blank" style="color:red; text-decoration:none;">
248
+ <img src="<?php echo plugins_url('images/header.png',__FILE__) ?>" border="0" alt="http://web-dorado.com/files/fromSpiderCalendarWP.php" width="215"><br>
249
+ Get the full version&nbsp;&nbsp;&nbsp;&nbsp;
250
+ </a>
251
+ </td>
252
+ </tr>
253
+ <tr>
254
+ <td width="100%"><h2>Add Calendar</h2></td>
255
+ <td align="right"><input type="button" onclick="submitbutton('Save')" value="Save" class="button-secondary action"> </td>
256
+ <td align="right"><input type="button" onclick="submitbutton('Apply')" value="Apply" class="button-secondary action"> </td>
257
+ <td align="right"><input type="button" onclick="window.location.href='admin.php?page=SpiderCalendar'" value="Cancel" class="button-secondary action"> </td>
258
+ </tr></table>
259
+
260
+ <form onkeypress="doNothing()" action="admin.php?page=SpiderCalendar" method="post" name="adminForm" id="adminForm">
261
+ <table class="form-table" style="width:400px">
262
+ <tr>
263
+ <td class="key">
264
+ <label for="name">
265
+ Title:
266
+ </label>
267
+ </td>
268
+ <td >
269
+ <input type="text" name="title" id="title" size="30" value="" />
270
+ </td>
271
+ </tr>
272
+
273
+
274
+
275
+
276
+
277
+ <tr>
278
+ <td class="key">
279
+ <label for="name">
280
+ Use 12 hours time format:
281
+ </label>
282
+ </td>
283
+ <td>
284
+
285
+ <input type="radio" name="time_format" id="time_format0" value="0" checked="checked" class="inputbox">
286
+ <label for="time_format0">No</label>
287
+ <input type="radio" name="time_format" id="time_format1" value="1" class="inputbox">
288
+ <label for="time_format1">Yes</label>
289
+ </td>
290
+ </tr>
291
+ <tr>
292
+ <td class="key">
293
+ <label for="name">
294
+ Start with:
295
+ </label>
296
+ </td>
297
+ <td>
298
+ <div class="alignleft actions"><input style="width: 90px;" class="inputbox" type="text" name="start_month" id="startdate" size="10" maxlength="10" value="">
299
+ <input type="reset" class="button" value="..." onclick="return showCalendar('startdate','%Y-%m-%d');">
300
+ </div>
301
+ </td>
302
+ </tr>
303
+ <tr>
304
+ <td class="key">
305
+ <label for="published">
306
+ Published:
307
+ </label>
308
+ </td>
309
+ <td>
310
+
311
+ <input type="radio" name="published" id="published0" value="0" class="inputbox">
312
+ <label for="published0">No</label>
313
+ <input type="radio" name="published" id="published1" value="1" checked="checked" class="inputbox">
314
+ <label for="published1">Yes</label>
315
+ </td>
316
+ </tr>
317
+ </table>
318
+ <input type="hidden" name="option" value="com_spidercalendar" />
319
+ <input type="hidden" name="id" value="<?php echo $row->id?>" />
320
+ <input type="hidden" name="cid[]" value="<?php echo $row->id; ?>" />
321
+ <input type="hidden" name="task" value="" />
322
+ </form>
323
+ <?php
324
+
325
+
326
+
327
+
328
+ }
329
+ function html_edit_spider_calendar($row){ ?>
330
+
331
+
332
+ <script language="javascript" type="text/javascript">
333
+ function submitbutton(pressbutton) {
334
+ var form = document.adminForm;
335
+ if (pressbutton == 'cancel_calendar') {
336
+ submitform( pressbutton );
337
+ return;
338
+ }
339
+ submitform( pressbutton );
340
+ }
341
+ function submitform(pressbutton){
342
+ document.getElementById('adminForm').action=document.getElementById('adminForm').action+"&task="+pressbutton;
343
+ document.getElementById('adminForm').submit();
344
+ }
345
+ function doNothing() {
346
+ var keyCode = event.keyCode ? event.keyCode : event.which ? event.which : event.charCode;
347
+ if( keyCode == 13 ) {
348
+ if(!e) var e = window.event;
349
+ e.cancelBubble = true;
350
+ e.returnValue = false;
351
+ if (e.stopPropagation) {
352
+ e.stopPropagation();
353
+ e.preventDefault();
354
+ }
355
+ }
356
+ }
357
+ </script>
358
+ <style>
359
+ .calendar .button
360
+ {
361
+ display:table-cell !important;
362
+ }
363
+ </style>
364
+ <table width="95%">
365
+ <tr>
366
+ <td width="100%" style="font-size:14px; font-weight:bold"><a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-2.html" target="_blank" style="color:blue; text-decoration:none;">User Manual</a><br>
367
+ This section allows you to create calendars. You can add unlimited number of calendars. <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-2.html" target="_blank" style="color:blue; text-decoration:none;">More...</a></td>
368
+ <td colspan="7" align="right" style="font-size:16px;">
369
+ <a href="http://web-dorado.com/files/fromSpiderCalendarWP.php" target="_blank" style="color:red; text-decoration:none;">
370
+ <img src="<?php echo plugins_url('images/header.png',__FILE__) ?>" border="0" alt="http://web-dorado.com/files/fromSpiderCalendarWP.php" width="215"><br>
371
+ Get the full version&nbsp;&nbsp;&nbsp;&nbsp;
372
+ </a>
373
+ </td>
374
+ </tr>
375
+ <tr>
376
+ <td width="100%"><h2>Calendar - <?php echo $row->title ?></h2></td>
377
+ <td align="right"><input type="button" onclick="submitbutton('Save')" value="Save" class="button-secondary action"> </td>
378
+ <td align="right"><input type="button" onclick="submitbutton('Apply')" value="Apply" class="button-secondary action"> </td>
379
+ <td align="right"><input type="button" onclick="window.location.href='admin.php?page=SpiderCalendar'" value="Cancel" class="button-secondary action"> </td>
380
+ </tr></table>
381
+
382
+ <form onkeypress="doNothing()" action="admin.php?page=SpiderCalendar&id=<?php echo $row->id ?>" method="post" name="adminForm" id="adminForm">
383
+ <table class="form-table" style="width:400px">
384
+ <tr>
385
+ <td class="key">
386
+ <label for="name">
387
+ Title:
388
+ </label>
389
+ </td>
390
+ <td >
391
+ <input type="text" name="title" id="title" size="30" value="<?php echo $row->title ?>" />
392
+ </td>
393
+ </tr>
394
+
395
+
396
+
397
+
398
+
399
+ <tr>
400
+ <td class="key">
401
+ <label for="name">
402
+ Use 12 hours time format:
403
+ </label>
404
+ </td>
405
+ <td>
406
+
407
+ <input type="radio" name="time_format" id="time_format0" value="0" <?php cheched($row->time_format,'0') ?> class="inputbox">
408
+ <label for="time_format0">No</label>
409
+ <input type="radio" name="time_format" id="time_format1" value="1" <?php cheched($row->time_format,'1') ?> class="inputbox">
410
+ <label for="time_format1">Yes</label>
411
+ </td>
412
+ </tr>
413
+ <tr>
414
+ <td class="key">
415
+ <label for="name">
416
+ Start with:
417
+ </label>
418
+ </td>
419
+ <td>
420
+ <div class="alignleft actions"><input style="width: 90px;" class="inputbox" type="text" name="start_month" id="startdate" size="10" maxlength="10" value="<?php echo $row->start_month ?>">
421
+ <input type="reset" class="button" value="..." onclick="return showCalendar('startdate','%Y-%m-%d');">
422
+ </div>
423
+ </td>
424
+ </tr>
425
+ <tr>
426
+ <td class="key">
427
+ <label for="published">
428
+ Published:
429
+ </label>
430
+ </td>
431
+ <td>
432
+
433
+ <input type="radio" name="published" id="published0" value="0" <?php cheched($row->published,'0') ?> class="inputbox">
434
+ <label for="published0">No</label>
435
+ <input type="radio" name="published" id="published1" value="1" <?php cheched($row->published,'1') ?> class="inputbox">
436
+ <label for="published1">Yes</label>
437
+ </td>
438
+ </tr>
439
+ </table>
440
+ <input type="hidden" name="option" value="com_spidercalendar" />
441
+ <input type="hidden" name="id" value="<?php echo $row->id?>" />
442
+ <input type="hidden" name="cid[]" value="<?php echo $row->id; ?>" />
443
+ <input type="hidden" name="task" value="" />
444
+ </form>
445
+ <?php
446
+
447
+
448
+
449
+
450
+ }
451
+ function cheched($row,$y)
452
+ {
453
+ if($row==$y)
454
+ {
455
+ echo 'checked="checked"';
456
+ }
457
+ }
458
+ function selectted($row,$y)
459
+ {
460
+ if($row==$y)
461
+ {
462
+ echo 'selected="selected"';
463
+ }
464
+ }
465
+
466
+
467
+
468
+
469
+
470
+
471
+
472
+
473
+
474
+
475
+
476
+
477
+
478
+
479
+
480
+
481
+
482
+
483
+
484
+
485
+
486
+
487
+
488
+
489
+
490
+
491
+
492
+
493
+
494
+
495
+ //////////////////////////////////////////////// Events
496
+
497
+
498
+
499
+
500
+
501
+
502
+
503
+
504
+
505
+
506
+
507
+
508
+
509
+
510
+
511
+
512
+
513
+ function html_show_spider_event($rows, $pageNav,$sort,$calendar_id,$cal_name){
514
+
515
+
516
+ global $wpdb;
517
+
518
+ ?>
519
+ <style>
520
+ .calendar .button
521
+ {
522
+ display:table-cell !important;
523
+ }
524
+
525
+ </style>
526
+ <script language="javascript">
527
+ function ordering(name,as_or_desc)
528
+ {
529
+ document.getElementById('asc_or_desc').value=as_or_desc;
530
+ document.getElementById('order_by').value=name;
531
+ document.getElementById('admin_form').submit();
532
+ }
533
+ function doNothing() {
534
+ var keyCode = event.keyCode ? event.keyCode : event.which ? event.which : event.charCode;
535
+ if( keyCode == 13 ) {
536
+ if(!e) var e = window.event;
537
+ e.cancelBubble = true;
538
+ e.returnValue = false;
539
+ if (e.stopPropagation) {
540
+ e.stopPropagation();
541
+ e.preventDefault();
542
+ }
543
+ }
544
+ }
545
+ </script>
546
+ <form method="post" onkeypress="doNothing()" action="admin.php?page=SpiderCalendar&task=show_manage_event&calendar_id=<?php echo $calendar_id; ?>" id="admin_form" name="admin_form">
547
+ <table cellspacing="10" width="95%">
548
+ <tr>
549
+ <td width="100%" style="font-size:14px; font-weight:bold"><a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-3.html" target="_blank" style="color:blue; text-decoration:none;">User Manual</a><br>
550
+ This section allows you to create/edit the events of a particular calendar.<br /> You can add
551
+ unlimited number of events for each calendar. <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-3.html" target="_blank" style="color:blue; text-decoration:none;">More...</a></td>
552
+ <td colspan="7" align="right" style="font-size:16px;">
553
+ <a href="http://web-dorado.com/files/fromSpiderCalendarWP.php" target="_blank" style="color:red; text-decoration:none;">
554
+ <img src="<?php echo plugins_url('images/header.png',__FILE__) ?>" border="0" alt="http://web-dorado.com/files/fromSpiderCalendarWP.php" width="215"><br>
555
+ Get the full version&nbsp;&nbsp;&nbsp;&nbsp;
556
+ </a>
557
+ </td>
558
+ </tr>
559
+ <tr>
560
+ <td width="100%" >
561
+ <?php echo "<h2>".'Event Manager for calendar <font style="color:red">'.$cal_name."</font></h2>"; ?>
562
+ </td>
563
+ <td ><p class="submit" style="padding:0px; text-align:left"><input class="button-primary" type="button" value="Add a Event" name="custom_parametrs" onclick="window.location.href='admin.php?page=SpiderCalendar&task=add_event&calendar_id=<?php echo $calendar_id; ?>'" />
564
+ </p></td>
565
+ <td >
566
+ <p class="submit" style="padding:0px; text-align:left"><input type="button" class="button-primary" value="Back" name="custom_parametrs" onclick="window.location.href='admin.php?page=SpiderCalendar'" /></p>
567
+ </td>
568
+
569
+
570
+
571
+
572
+ </tr>
573
+ </table>
574
+
575
+
576
+ <?php
577
+ if(isset($_POST['serch_or_not'])) {if($_POST['serch_or_not']=="search"){ $serch_value=$_POST['search_events_by_title']; }else{$serch_value="";}}
578
+ $serch_fields='<div class="alignleft actions" style="width:180px;">
579
+ <label for="search_events_by_title" style="font-size:14px">Title: </label>
580
+ <input type="text" name="search_events_by_title" value="'.$serch_value.'" id="search_events_by_title" onchange="clear_serch_texts()">
581
+ </div>
582
+ <div class="alignleft actions"> From:<input style="width: 90px;" class="inputbox" type="text" name="startdate" id="startdate" size="10" maxlength="10" value="'.$_POST["startdate"].'">
583
+ <input type="reset" class="button" value="..." onclick="return showCalendar(\'startdate\',\'%Y-%m-%d\');"> To: <input style="width: 90px;" class="inputbox" type="text" name="enddate" id="enddate" size="10" maxlength="10" value="'.$_POST["enddate"].'">
584
+ <input type="reset" class="button" value="..." onclick="return showCalendar(\'enddate\',\'%Y-%m-%d\');">
585
+ </div>
586
+ <div class="alignleft actions">
587
+ <input type="button" value="Search" onclick="document.getElementById(\'page_number\').value=\'1\';document.getElementById(\'serch_or_not\').value=\'search\'; document.getElementById(\'admin_form\').submit();" class="button-secondary action"><input type="button" value="Reset" onclick="window.location.href=\'admin.php?page=SpiderCalendar&task=show_manage_event&calendar_id='.$calendar_id.'\'" class="button-secondary action">
588
+ </div>';
589
+ print_html_nav($pageNav['total'],$pageNav['limit'],$serch_fields);
590
+
591
+ ?>
592
+ <table class="wp-list-table widefat fixed pages" style="width:95%">
593
+ <thead>
594
+ <TR>
595
+ <th scope="col" id="id" class="<?php if($sort["sortid_by"]=="id") echo $sort["custom_style"]; else echo $sort["default_style"]; ?>" style=" width:50px" ><a href="javascript:ordering('id',<?php if($sort["sortid_by"]=="id") echo $sort["1_or_2"]; else echo "1"; ?>)"><span>ID</span><span class="sorting-indicator"></span></a></th>
596
+ <th scope="col" id="title" class="<?php if($sort["sortid_by"]=="title") echo $sort["custom_style"]; else echo $sort["default_style"]; ?>" ><a href="javascript:ordering('title',<?php if($sort["sortid_by"]=="title") echo $sort["1_or_2"]; else echo "1"; ?>)"><span>Title</span><span class="sorting-indicator"></span></a></th>
597
+ <th scope="col" id="date" class="<?php if($sort["sortid_by"]=="date") echo $sort["custom_style"]; else echo $sort["default_style"]; ?>" ><a href="javascript:ordering('date',<?php if($sort["sortid_by"]=="date") echo $sort["1_or_2"]; else echo "1"; ?>)"><span>Date</span><span class="sorting-indicator"></span></a></th>
598
+ <th scope="col" id="time" class="<?php if($sort["sortid_by"]=="time") echo $sort["custom_style"]; else echo $sort["default_style"]; ?>" ><a href="javascript:ordering('time',<?php if($sort["sortid_by"]=="time") echo $sort["1_or_2"]; else echo "1"; ?>)"><span>Time</span><span class="sorting-indicator"></span></a></th>
599
+
600
+ <th scope="col" id="published" class="<?php if($sort["sortid_by"]=="published") echo $sort["custom_style"]; else echo $sort["default_style"]; ?>" style=" width:100px" ><a href="javascript:ordering('published',<?php if($sort["sortid_by"]=="published") echo $sort["1_or_2"]; else echo "1"; ?>)"><span>Published</span><span class="sorting-indicator"></span></a></th>
601
+ <th style="width:80px">Edit</th>
602
+ <th style="width:80px">Delete</th>
603
+ </TR>
604
+ </thead>
605
+ <tbody>
606
+ <?php for($i=0; $i<count($rows);$i++){ ?>
607
+ <tr>
608
+ <td><?php echo $rows[$i]->id; ?></td>
609
+ <td><a href="admin.php?page=SpiderCalendar&calendar_id=<?php echo $calendar_id; ?>&task=edit_event&id=<?php echo $rows[$i]->id; ?>"><?php echo $rows[$i]->title; ?></a></td>
610
+ <td><?php if($rows[$i]->date_end!='0000-00-00' ) {echo $rows[$i]->date.' - '.$rows[$i]->date_end; }else echo $rows[$i]->date; ?></td>
611
+ <td><?php echo $rows[$i]->time ?></td>
612
+
613
+ <td><a <?php if(!$rows[$i]->published) echo 'style="color:#C00"'; ?> href="admin.php?page=SpiderCalendar&calendar_id=<?php echo $calendar_id; ?>&task=published_event&id=<?php echo $rows[$i]->id; ?>"><?php if($rows[$i]->published) echo "Yes"; else echo "No"; ?></a></td>
614
+ <td><a href="admin.php?page=SpiderCalendar&calendar_id=<?php echo $calendar_id; ?>&task=edit_event&id=<?php echo $rows[$i]->id; ?>">Edit</a></td>
615
+ <td><a href="admin.php?page=SpiderCalendar&calendar_id=<?php echo $calendar_id; ?>&task=remove_event&id=<?php echo $rows[$i]->id; ?>">Delete</a></td>
616
+
617
+ </tr>
618
+ <?php } ?>
619
+ </tbody>
620
+ </table>
621
+ <input type="hidden" name="id_for_playlist" id="id_for_playlist" value="<?php if(isset($_POST['id_for_playlist'])) echo $_POST['id_for_playlist'];?>" />
622
+ <input type="hidden" name="asc_or_desc" id="asc_or_desc" value="<?php if(isset($_POST['asc_or_desc'])) echo $_POST['asc_or_desc'];?>" />
623
+ <input type="hidden" name="order_by" id="order_by" value="<?php if(isset($_POST['order_by'])) echo $_POST['order_by'];?>" />
624
+
625
+ <?php
626
+ ?>
627
+
628
+
629
+
630
+ </form>
631
+
632
+ <?php
633
+
634
+
635
+ }
636
+
637
+
638
+
639
+ function html_add_spider_event($calendar_id,$cal_name){
640
+
641
+ ?>
642
+ <style>
643
+ .calendar .button
644
+ {
645
+ display:table-cell !important;
646
+ }
647
+
648
+ </style>
649
+
650
+ <script language="javascript" type="text/javascript">
651
+ function submitbutton(pressbutton)
652
+ {
653
+ var form = document.adminForm;
654
+ if (pressbutton == 'cancel_event')
655
+ {
656
+ submitform( pressbutton );
657
+ return;
658
+ }
659
+ if(form.date.value.search(/^[0-9]{4}\-(0[1-9]|1[012])\-(0[1-9]|[12][0-9]|3[01])/))
660
+ {
661
+ alert('Invalid Date');
662
+ }
663
+ else
664
+ if(form.selhour_from.value=="" && form.selminute_from.value=="" && form.selhour_to.value=="" && form.selminute_to.value=="")
665
+ submitform( pressbutton );
666
+ else
667
+ if(form.selhour_from.value!="" && form.selminute_from.value!="" && form.selhour_to.value=="" && form.selminute_to.value=="")
668
+ submitform( pressbutton );
669
+ else
670
+ if(form.selhour_from.value!="" && form.selminute_from.value!="" && form.selhour_to.value!="" && form.selminute_to.value!="")
671
+ submitform( pressbutton );
672
+ else
673
+ alert('Invalid Time');
674
+ }
675
+ function submitform( pressbutton ){
676
+ document.getElementById('adminForm').action=document.getElementById('adminForm').action+"&task="+pressbutton;
677
+ document.getElementById('adminForm').submit();
678
+ }
679
+ function checkhour(id)
680
+ {
681
+ if(typeof(event)!='undefined')
682
+ {
683
+ var e = event; // for trans-browser compatibility
684
+ var charCode = e.which || e.keyCode;
685
+ if (charCode > 31 && (charCode < 48 || charCode > 57))
686
+ return false;
687
+ hour=""+document.getElementById(id).value+String.fromCharCode(e.charCode);
688
+ hour=parseFloat(hour);
689
+ if(document.getSelection()!='')
690
+ return true;
691
+ if((hour<0) || (hour>23))
692
+ return false;
693
+ }
694
+ return true;
695
+ }
696
+
697
+ function check12hour(id)
698
+ {
699
+ if(typeof(event)!='undefined')
700
+ {
701
+ var e = event; // for trans-browser compatibility
702
+ var charCode = e.which || e.keyCode;
703
+ input=document.getElementById(id);
704
+ if(charCode==48 && input.value.length==0)
705
+ return false;
706
+ if (charCode > 31 && (charCode < 48 || charCode > 57))
707
+ return false;
708
+ hour=""+document.getElementById(id).value+String.fromCharCode(e.charCode);
709
+ hour=parseFloat(hour);
710
+ if(document.getSelection()!='')
711
+ return true;
712
+ if((hour<0) || (hour>12))
713
+ return false;
714
+ }
715
+ return true;
716
+ }
717
+
718
+ function checknumber(id)
719
+ {
720
+ if(typeof(event)!='undefined')
721
+ {
722
+ var e = event; // for trans-browser compatibility
723
+ var charCode = e.which || e.keyCode;
724
+ if (charCode > 31 && (charCode < 48 || charCode > 57))
725
+ return false;
726
+ }
727
+ return true;
728
+ }
729
+ function checkminute(id)
730
+ {
731
+ if(typeof(event)!='undefined')
732
+ {
733
+ var e = event; // for trans-browser compatibility
734
+ var charCode = e.which || e.keyCode;
735
+ if (charCode > 31 && (charCode < 48 || charCode > 57))
736
+ return false;
737
+ minute=""+document.getElementById(id).value+String.fromCharCode(e.charCode);
738
+ minute=parseFloat(minute);
739
+ if(document.getSelection()!='')
740
+ return true;
741
+ if((minute<0) || (minute>59))
742
+ return false;
743
+ }
744
+ return true;
745
+ }
746
+ function add_0(id)
747
+ {
748
+ input=document.getElementById(id);
749
+ if(input.value.length==1)
750
+ {
751
+ input.value='0'+input.value;
752
+ input.setAttribute("value", input.value);
753
+ }
754
+ }
755
+ function change_type(type)
756
+ {
757
+ if(document.getElementById('daily1').value=='')
758
+ document.getElementById('daily1').value=1;
759
+ else
760
+ document.getElementById('repeat_input').removeAttribute('style');
761
+ if(document.getElementById('weekly1').value=='')
762
+ document.getElementById('weekly1').value=1;
763
+ if(document.getElementById('monthly1').value=='')
764
+ document.getElementById('monthly1').value=1;
765
+ if(document.getElementById('yearly1').value=='')
766
+ document.getElementById('yearly1').value=1;
767
+ switch(type)
768
+ {
769
+ case 'no_repeat':
770
+ document.getElementById('daily').setAttribute('style','display:none');
771
+ document.getElementById('weekly').setAttribute('style','display:none');
772
+ document.getElementById('monthly').setAttribute('style','display:none');
773
+ document.getElementById('year_month').setAttribute('style','display:none');
774
+ document.getElementById('month').value='';
775
+ document.getElementById('date_end').value=''
776
+ document.getElementById('repeat_until').setAttribute('style','display:none');
777
+ break;
778
+ case 'daily':
779
+ document.getElementById('daily').removeAttribute('style');
780
+ document.getElementById('weekly').setAttribute('style','display:none');
781
+ document.getElementById('monthly').setAttribute('style','display:none');
782
+ document.getElementById('repeat').innerHTML='Day(s)'
783
+ document.getElementById('repeat_input').value=document.getElementById('daily1').value;
784
+ document.getElementById('month').value='';
785
+ document.getElementById('year_month').setAttribute('style','display:none');
786
+ document.getElementById('repeat_until').removeAttribute('style');
787
+ document.getElementById('repeat_input').onchange=function onchange(event) {return input_value('daily1')};
788
+ break;
789
+ case 'weekly':
790
+ document.getElementById('daily').removeAttribute('style');
791
+ document.getElementById('weekly').removeAttribute('style');
792
+ document.getElementById('monthly').setAttribute('style','display:none');
793
+ document.getElementById('repeat').innerHTML='Week(s) on :'
794
+ document.getElementById('repeat_input').value=document.getElementById('weekly1').value;
795
+ document.getElementById('month').value='';
796
+ document.getElementById('year_month').setAttribute('style','display:none');
797
+ document.getElementById('repeat_until').removeAttribute('style');
798
+ document.getElementById('repeat_input').onchange=function onchange(event) {return input_value('weekly1')};
799
+ break;
800
+ case 'monthly':
801
+ document.getElementById('daily').removeAttribute('style');
802
+ document.getElementById('weekly').setAttribute('style','display:none');
803
+ document.getElementById('monthly').removeAttribute('style');
804
+ document.getElementById('repeat').innerHTML='Month(s)'
805
+ document.getElementById('repeat_input').value=document.getElementById('monthly1').value;
806
+ document.getElementById('month').value='';
807
+ document.getElementById('year_month').setAttribute('style','display:none');
808
+ document.getElementById('repeat_until').removeAttribute('style');
809
+ document.getElementById('repeat_input').onchange=function onchange(event) {return input_value('monthly1')};
810
+ break;
811
+ case 'yearly':
812
+ document.getElementById('daily').removeAttribute('style');
813
+ document.getElementById('year_month').removeAttribute('style');
814
+ document.getElementById('weekly').setAttribute('style','display:none');
815
+ document.getElementById('monthly').removeAttribute('style');
816
+ document.getElementById('repeat').innerHTML='Year(s) in '
817
+ document.getElementById('repeat_input').value=document.getElementById('yearly1').value;
818
+ document.getElementById('month').value='';
819
+ document.getElementById('repeat_until').removeAttribute('style');
820
+ document.getElementById('repeat_input').onchange=function onchange(event) {return input_value('yearly1')};
821
+ break;
822
+ }
823
+ }
824
+ function week_value()
825
+ {
826
+ var value='';
827
+ for(i=1; i<=7; i++)
828
+ {
829
+ if (document.getElementById('week_'+i).checked)
830
+ {
831
+ value=value+document.getElementById('week_'+i).value+',';
832
+ }
833
+ }
834
+ document.getElementById('week').value=value;
835
+ }
836
+ function input_repeat()
837
+ {
838
+ if(document.getElementById('repeat_input').value==1)
839
+ {
840
+ document.getElementById('repeat_input').value='';
841
+ }
842
+ document.getElementById('repeat_input').removeAttribute('style');
843
+ }
844
+ function radio_month()
845
+ {
846
+ if(document.getElementById('radio1').checked==true)
847
+ {
848
+ document.getElementById('monthly_list').disabled=true;
849
+ document.getElementById('month_week').disabled=true;
850
+ document.getElementById('month').disabled=false;
851
+ }
852
+ else
853
+ {
854
+ document.getElementById('month').disabled=true;
855
+ document.getElementById('monthly_list').disabled=false;
856
+ document.getElementById('month_week').disabled=false;
857
+ }
858
+ }
859
+ function input_value(id)
860
+ {
861
+ document.getElementById(id).value=document.getElementById('repeat_input').value;
862
+ }
863
+ </script>
864
+ <style>
865
+ fieldset{
866
+ border: 2px solid #4f9bc6 ;/*#CCA383 1462a5*/
867
+ width: 100%;
868
+ background: #fafbfd;
869
+ padding: 13px;
870
+ margin-top: 20px;
871
+
872
+ -webkit-border-radius: 8px;
873
+ -moz-border-radius: 8px;
874
+ border-radius: 8px;
875
+
876
+ } </style>
877
+ <table width="95%"><tbody>
878
+ <tr>
879
+ <td width="100%" style="font-size:14px; font-weight:bold"><a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-3.html" target="_blank" style="color:blue; text-decoration:none;">User Manual</a><br>
880
+ This section allows you to create/edit the events of a particular calendar.<br /> You can add
881
+ unlimited number of events for each calendar. <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-3.html" target="_blank" style="color:blue; text-decoration:none;">More...</a></td>
882
+ <td colspan="7" align="right" style="font-size:16px;">
883
+ <a href="http://web-dorado.com/files/fromSpiderCalendarWP.php" target="_blank" style="color:red; text-decoration:none;">
884
+ <img src="<?php echo plugins_url('images/header.png',__FILE__) ?>" border="0" alt="http://web-dorado.com/files/fromSpiderCalendarWP.php" width="215"><br>
885
+ Get the full version&nbsp;&nbsp;&nbsp;&nbsp;
886
+ </a>
887
+ </td>
888
+ </tr>
889
+ <tr>
890
+ <td width="100%"><?php echo "<h2>".'Add an event for calendar <font style="color:red">'.$cal_name."</font></h2>"; ?></td>
891
+ <td align="right"><input type="button" onclick="submitbutton('save_event')" value="Save" class="button-secondary action"> </td>
892
+ <td align="right"><input type="button" onclick="submitbutton('apply_event')" value="Apply" class="button-secondary action"> </td>
893
+ <td align="right"><input type="button" onclick="window.location.href='admin.php?page=SpiderCalendar&calendar_id=<?php echo $calendar_id; ?>&task=show_manage_event'" value="Cancel" class="button-secondary action"> </td>
894
+ </tr></tbody></table>
895
+ <?php
896
+ global $wpdb;
897
+ $calendar =$wpdb->get_row("SELECT * FROM ".$wpdb->prefix."spidercalendar_calendar WHERE id='".$calendar_id."'");
898
+
899
+
900
+
901
+ ?>
902
+ <form action="admin.php?page=SpiderCalendar&calendar_id=<?php echo $calendar_id; ?>" method="post" id="adminForm" name="adminForm">
903
+
904
+ <table width="95%"><tr><td style="width:45%">
905
+ <div style="width:95%">
906
+ <fieldset class="adminform">
907
+ <legend>
908
+ Event Details
909
+ </legend>
910
+
911
+ <table class="admintable">
912
+ <tr>
913
+ <td class="key">
914
+ <label for="message">
915
+ Title:
916
+ </label>
917
+ </td>
918
+ <td>
919
+ <input type="text" id="title" name="title" size="41" />
920
+ </td>
921
+ </tr>
922
+ <tr>
923
+ <td class="key">
924
+ <label for="message">
925
+ Date:
926
+ </label>
927
+ </td><td><input style="width:90px" class="inputbox" type="text" name="date" id="date" size="10" maxlength="10" value="" />
928
+
929
+ <input type="reset" class="button" value="..."
930
+
931
+ onclick="return showCalendar('date','%Y-%m-%d');" /> </td></tr>
932
+
933
+ <tr>
934
+ <td class="key">
935
+ <label for="message">
936
+ Time:
937
+ </label>
938
+ </td>
939
+ <?php if($calendar->time_format==1){ ?>
940
+ <td>
941
+
942
+ <input type="text" id="selhour_from" name="selhour_from" size="1" style="text-align:right" onkeypress="return check12hour('selhour_from')" value="" title="from" /> <b>:</b>
943
+ <input type="text" id="selminute_from" name="selminute_from" size="1" style="text-align:right" onkeypress="return checkminute('selminute_from')" value="" onblur="add_0('selminute_from')" title="from" />
944
+
945
+
946
+ <select id="select_from" name="select_from" >
947
+ <option selected="selected">AM</option>
948
+ <option>PM</option>
949
+
950
+ </select>
951
+
952
+
953
+ <span style="font-size:12px">&nbsp;-&nbsp;</span>
954
+
955
+
956
+ <input type="text" id="selhour_to" name="selhour_to" size="1" style="text-align:right" onkeypress="return check12hour('selhour_to')" value="" title="to" /> <b>:</b>
957
+ <input type="text" id="selminute_to" name="selminute_to" size="1" style="text-align:right" onkeypress="return checkminute('selminute_to')" value="" onblur="add_0('selminute_to')" title="to" />
958
+
959
+ <select id="select_to" name="select_to">
960
+ <option>AM</option>
961
+ <option>PM</option>
962
+
963
+ </select>
964
+
965
+ </td>
966
+ <?php } if($calendar->time_format==0){?>
967
+
968
+ <td>
969
+
970
+ <input type="text" id="selhour_from" name="selhour_from" size="1" style="text-align:right" onkeypress="return checkhour('selhour_from')" value="" title="from" onblur="add_0('selhour_from')" /> <b>:</b>
971
+ <input type="text" id="selminute_from" name="selminute_from" size="1" style="text-align:right" onkeypress="return checkminute('selminute_from')" value="" title="from" onblur="add_0('selminute_from')"/>
972
+
973
+
974
+ <span style="font-size:12px">&nbsp;-&nbsp;</span>
975
+
976
+
977
+ <input type="text" id="selhour_to" name="selhour_to" size="1" style="text-align:right" onkeypress="return checkhour('selhour_to')" value="" title="to" onblur="add_0('selhour_to')"/> <b>:</b>
978
+ <input type="text" id="selminute_to" name="selminute_to" size="1" style="text-align:right" onkeypress="return checkminute('selminute_to')" value="" title="to" onblur="add_0('selminute_to')"/>
979
+
980
+ </td>
981
+
982
+ <?php }?>
983
+ </tr>
984
+
985
+
986
+ <tr>
987
+ <td class="key">
988
+ <label for="message">Note:
989
+ </label>
990
+ </td>
991
+ <td >
992
+ <div id="poststuff" style="width:100% !important;" >
993
+ <div id="<?php echo user_can_richedit() ? 'postdivrich' : 'postdiv'; ?>" class="postarea" ><?php the_editor( "","text_for_date"); ?>
994
+ </div>
995
+ </div>
996
+ </td>
997
+ </tr>
998
+
999
+
1000
+ <td class="key">
1001
+ <label for="note">
1002
+ Published:
1003
+ </label>
1004
+ </td>
1005
+ <td>
1006
+
1007
+ <input type="radio" name="published" id="published0" value="0" class="inputbox">
1008
+ <label for="published0">No</label>
1009
+ <input type="radio" name="published" id="published1" value="1" checked="checked" class="inputbox">
1010
+ <label for="published1">Yes</label>
1011
+ </td>
1012
+ </tr>
1013
+ </table>
1014
+ </fieldset>
1015
+ </div>
1016
+ </td><td style="padding-left:25px; vertical-align:top !important; width:45%">
1017
+ <div style="width:100%">
1018
+ <fieldset class="adminform">
1019
+ <legend>
1020
+ Repeat Event
1021
+ </legend>
1022
+ <table>
1023
+ <tr>
1024
+
1025
+ <td valign="top" >
1026
+ <input type="radio" value="no_repeat" name="repeat_method" checked="checked" onchange="change_type('no_repeat')" />Don't repeat this event<br/>
1027
+ <input type="radio" value="daily" name="repeat_method" onchange="change_type('daily');" />Repeat daily<br/>
1028
+ <input type="radio" value="weekly" name="repeat_method" onchange="change_type('weekly');" />Repeat weekly<br/>
1029
+ <input type="radio" value="monthly" name="repeat_method" onchange="change_type('monthly');" />Repeat monthly<br/>
1030
+ <input type="radio" value="yearly" name="repeat_method" onchange="change_type('yearly');" />Repeat yearly<br/>
1031
+ </td>
1032
+
1033
+ <td style="padding-left:10px" valign="top">
1034
+ <div id="daily" style="display:none">
1035
+
1036
+ Repeat every <input type="text" id="repeat_input" size="5" name="repeat" onclick="return input_repeat()" onkeypress="return checknumber(repeat_input)" value="1" />
1037
+ <label id="repeat"></label> <label id="year_month" style="display:none"><select name="year_month" id="year_month" class="inputbox"><option value="1" selected="selected">January</option><option value="2">February</option><option value="3">March</option><option value="4">April</option><option value="5">May</option><option value="6">June</option><option value="7">July</option><option value="8">August</option><option value="9">September</option><option value="10">October</option><option value="11">November</option><option value="12">December</option></select></label>
1038
+ </div><br />
1039
+
1040
+
1041
+ <input type="hidden" id="daily1" />
1042
+ <input type="hidden" id="weekly1" />
1043
+ <input type="hidden" id="monthly1" />
1044
+ <input type="hidden" id="yearly1" />
1045
+
1046
+ <div class="key" id="weekly" style="display:none">
1047
+
1048
+
1049
+
1050
+ <input type="checkbox" value="Mon" id="week_1" onchange="week_value()" />Mon
1051
+ <input type="checkbox" value="Tue" id="week_2" onchange="week_value()" />Tue
1052
+ <input type="checkbox" value="Wed" id="week_3" onchange="week_value()" />Wed
1053
+ <input type="checkbox" value="Thu" id="week_4" onchange="week_value()" />Thu
1054
+ <input type="checkbox" value="Fri" id="week_5" onchange="week_value()" />Fri
1055
+ <input type="checkbox" value="Sat" id="week_6" onchange="week_value()" />Sat
1056
+ <input type="checkbox" value="Sun" id="week_7" onchange="week_value()" />Sun
1057
+
1058
+ <input type="hidden" name="week" id="week" />
1059
+
1060
+
1061
+
1062
+ </div><br />
1063
+
1064
+
1065
+
1066
+ <div class="key" id="monthly" style="display:none">
1067
+
1068
+
1069
+
1070
+
1071
+
1072
+ <input type="radio" id="radio1" onchange="radio_month()" name="month_type" value="1" checked="checked" />on the: <input type="text" onkeypress="return checknumber(month)" name="month" size="3" id="month" /><br/>
1073
+ <input type="radio" id="radio2" onchange="radio_month()" name="month_type" value="2" />on the: <select name="monthly_list" id="monthly_list" class="inputbox">
1074
+ <option value="1">First</option>
1075
+ <option value="8">Second</option>
1076
+ <option value="15">Third</option>
1077
+ <option value="22">Fourth</option>
1078
+ <option value="last">Last</option></select>
1079
+ <select name="month_week" id="month_week" class="inputbox">
1080
+ <option value="Mon">Monday</option>
1081
+ <option value="Tue">Tuesday</option>
1082
+ <option value="Wed">Wednesday</option>
1083
+ <option value="Thu">Thursday</option>
1084
+ <option value="Fri">Friday</option>
1085
+ <option value="Sat">Saturday</option>
1086
+ <option value="Sun">Sunday</option>
1087
+ </select>
1088
+ </div><br />
1089
+ <script>
1090
+ window.onload=radio_month();
1091
+ </script>
1092
+
1093
+
1094
+ </td>
1095
+ </tr>
1096
+
1097
+ <tr id="repeat_until" style="display:none">
1098
+ <td>
1099
+ Repeat until: </td>
1100
+ <td>
1101
+ <input style="width:90px" class="inputbox" type="text" name="date_end" id="date_end" size="10" maxlength="10" value="" />
1102
+
1103
+ <input type="reset" class="button" value="..."
1104
+
1105
+ onclick="return showCalendar('date_end','%Y-%m-%d');" />
1106
+ </td>
1107
+ </tr>
1108
+ </table>
1109
+
1110
+ </fieldset>
1111
+ </div>
1112
+
1113
+ </td></tr></table>
1114
+
1115
+
1116
+
1117
+
1118
+
1119
+ <input type="hidden" name="option" value="com_spidercalendar" />
1120
+ <input type="hidden" name="task" value="" />
1121
+ <input type="hidden" name="calendar" value="<?php echo $lists['calendar']; ?>" />
1122
+
1123
+ </form>
1124
+ <?php
1125
+
1126
+
1127
+
1128
+
1129
+
1130
+ }
1131
+
1132
+
1133
+
1134
+
1135
+
1136
+
1137
+
1138
+
1139
+
1140
+
1141
+
1142
+
1143
+
1144
+
1145
+
1146
+
1147
+
1148
+
1149
+
1150
+ function html_edit_spider_event($row,$calendar_id,$id,$cal_name){
1151
+ global $wpdb;
1152
+ $calendar=$wpdb->get_row("SELECT * FROM ".$wpdb->prefix."spidercalendar_calendar");
1153
+ ?>
1154
+ <style>
1155
+ .calendar .button
1156
+ {
1157
+ display:table-cell !important;
1158
+ }
1159
+
1160
+ </style>
1161
+ <script language="javascript" type="text/javascript">
1162
+ function submitform(pressbutton){
1163
+ document.getElementById('adminForm').action=document.getElementById('adminForm').action+"&task="+pressbutton;
1164
+ document.getElementById('adminForm').submit();
1165
+ }
1166
+ function submitbutton(pressbutton) {
1167
+ var form = document.adminForm;
1168
+ if (pressbutton == 'cancel_event') {
1169
+ submitform( pressbutton );
1170
+ return;
1171
+ }
1172
+ if(form.date.value.search(/^[0-9]{4}\-(0[1-9]|1[012])\-(0[1-9]|[12][0-9]|3[01])/))
1173
+ {
1174
+ alert('Invalid Date');
1175
+ }
1176
+ else
1177
+ if(form.date.value.search(/^[0-9]{4}\-(0[1-9]|1[012])\-(0[1-9]|[12][0-9]|3[01])/))
1178
+ {
1179
+ alert('Invalid Date');
1180
+ }
1181
+ else
1182
+ if(form.selhour_from.value=="" && form.selminute_from.value=="" && form.selhour_to.value=="" && form.selminute_to.value=="")
1183
+ submitform( pressbutton );
1184
+ else
1185
+ if(form.selhour_from.value!="" && form.selminute_from.value!="" && form.selhour_to.value=="" && form.selminute_to.value=="")
1186
+ submitform( pressbutton );
1187
+ else
1188
+ if(form.selhour_from.value!="" && form.selminute_from.value!="" && form.selhour_to.value!="" && form.selminute_to.value!="")
1189
+ submitform( pressbutton );
1190
+ else
1191
+ alert('Invalid Time');
1192
+ }
1193
+ function checkhour(id)
1194
+ {
1195
+ if(typeof(event)!='undefined')
1196
+ {
1197
+ var e = event; // for trans-browser compatibility
1198
+ var charCode = e.which || e.keyCode;
1199
+ if (charCode > 31 && (charCode < 48 || charCode > 57))
1200
+ return false;
1201
+ hour=""+document.getElementById(id).value+String.fromCharCode(e.charCode);
1202
+ hour=parseFloat(hour);
1203
+ if(document.getSelection()!='')
1204
+ return true;
1205
+ if((hour<0) || (hour>23))
1206
+ return false;
1207
+ }
1208
+ return true;
1209
+
1210
+ }
1211
+ function checkminute(id)
1212
+ {
1213
+ if(typeof(event)!='undefined')
1214
+ {
1215
+ var e = event; // for trans-browser compatibility
1216
+ var charCode = e.which || e.keyCode;
1217
+ if (charCode > 31 && (charCode < 48 || charCode > 57))
1218
+ return false;
1219
+ minute=""+document.getElementById(id).value+String.fromCharCode(e.charCode);
1220
+ minute=parseFloat(minute);
1221
+ if(document.getSelection()!='')
1222
+ return true;
1223
+ if((minute<0) || (minute>59))
1224
+ return false;
1225
+ }
1226
+ return true;
1227
+ }
1228
+ function checknumber(id)
1229
+ {
1230
+ if(typeof(event)!='undefined')
1231
+ {
1232
+ var e = event; // for trans-browser compatibility
1233
+ var charCode = e.which || e.keyCode;
1234
+
1235
+ if (charCode > 31 && (charCode < 48 || charCode > 57))
1236
+ return false;
1237
+
1238
+ }
1239
+ return true;
1240
+ }
1241
+ function check12hour(id)
1242
+ {
1243
+ if(typeof(event)!='undefined')
1244
+ {
1245
+ var e = event; // for trans-browser compatibility
1246
+ var charCode = e.which || e.keyCode;
1247
+ input=document.getElementById(id);
1248
+ if(charCode==48 && input.value.length==0)
1249
+ return false;
1250
+ if (charCode > 31 && (charCode < 48 || charCode > 57))
1251
+ return false;
1252
+ hour=""+document.getElementById(id).value+String.fromCharCode(e.charCode);
1253
+ hour=parseFloat(hour);
1254
+ if(document.getSelection()!='')
1255
+ return true;
1256
+ if((hour<0) || (hour>12))
1257
+ return false;
1258
+ }
1259
+ return true;
1260
+ }
1261
+
1262
+ function add_0(id)
1263
+ {
1264
+ input=document.getElementById(id);
1265
+ if(input.value.length==1)
1266
+ {
1267
+ input.value='0'+input.value;
1268
+ input.setAttribute("value", input.value);
1269
+ }
1270
+ }
1271
+ function change_type(type)
1272
+ {
1273
+ if(document.getElementById('daily1').value=='')
1274
+ document.getElementById('daily1').value=1;
1275
+ if(document.getElementById('weekly1').value=='')
1276
+ document.getElementById('weekly1').value=1;
1277
+ if(document.getElementById('monthly1').value=='')
1278
+ document.getElementById('monthly1').value=1;
1279
+ if(document.getElementById('yearly1').value=='')
1280
+ document.getElementById('yearly1').value=1;
1281
+ switch(type)
1282
+ {
1283
+ case 'no_repeat':
1284
+ document.getElementById('daily').setAttribute('style','display:none');
1285
+ document.getElementById('weekly').setAttribute('style','display:none');
1286
+ document.getElementById('monthly').setAttribute('style','display:none');
1287
+ document.getElementById('year_month').setAttribute('style','display:none');
1288
+ document.getElementById('repeat_until').setAttribute('style','display:none');
1289
+ document.getElementById('month').value='';
1290
+ document.getElementById('date_end').value=''
1291
+ break;
1292
+ case 'daily':
1293
+ document.getElementById('daily').removeAttribute('style');
1294
+ document.getElementById('repeat_until').removeAttribute('style');
1295
+ document.getElementById('weekly').setAttribute('style','display:none');
1296
+ document.getElementById('monthly').setAttribute('style','display:none');
1297
+ document.getElementById('repeat').innerHTML='Day(s)'
1298
+ document.getElementById('repeat_input').onchange=function onchange(event) {return input_value('daily1')};
1299
+ document.getElementById('month').value='';
1300
+ document.getElementById('year_month').setAttribute('style','display:none');
1301
+ document.getElementById('repeat_input').value=document.getElementById('daily1').value;
1302
+ break;
1303
+ case 'weekly':
1304
+ document.getElementById('daily').removeAttribute('style');
1305
+ document.getElementById('weekly').removeAttribute('style');
1306
+ document.getElementById('monthly').setAttribute('style','display:none');
1307
+ document.getElementById('repeat').innerHTML='Week(s) on :'
1308
+ document.getElementById('repeat_input').onchange=function onchange(event) {return input_value('weekly1')};
1309
+ document.getElementById('month').value='';
1310
+ document.getElementById('year_month').setAttribute('style','display:none');
1311
+ document.getElementById('repeat_until').removeAttribute('style');
1312
+ document.getElementById('repeat_input').value=document.getElementById('weekly1').value;
1313
+ break;
1314
+ case 'monthly':
1315
+ document.getElementById('daily').removeAttribute('style');
1316
+ document.getElementById('weekly').setAttribute('style','display:none');
1317
+ document.getElementById('monthly').removeAttribute('style');
1318
+ document.getElementById('repeat').innerHTML='Month(s)'
1319
+ document.getElementById('repeat_input').value=document.getElementById('monthly1').value;
1320
+ document.getElementById('month').value='';
1321
+ document.getElementById('year_month').setAttribute('style','display:none');
1322
+ document.getElementById('repeat_until').removeAttribute('style');
1323
+ document.getElementById('repeat_input').onchange=function onchange(event) {return input_value('monthly1')};
1324
+ break;
1325
+ case 'yearly':
1326
+ document.getElementById('daily').removeAttribute('style');
1327
+ document.getElementById('year_month').removeAttribute('style');
1328
+ document.getElementById('weekly').setAttribute('style','display:none');
1329
+ document.getElementById('monthly').removeAttribute('style');
1330
+ document.getElementById('repeat').innerHTML='Year(s) in '
1331
+ document.getElementById('repeat_input').value=document.getElementById('yearly1').value;
1332
+ document.getElementById('month').value='';
1333
+ document.getElementById('repeat_until').removeAttribute('style');
1334
+ document.getElementById('repeat_input').onchange=function onchange(event) {return input_value('yearly1')};
1335
+ break;
1336
+ }
1337
+ }
1338
+ function week_value()
1339
+ {
1340
+ var value='';
1341
+ for(i=1; i<=7; i++)
1342
+ {
1343
+ if (document.getElementById('week_'+i).checked)
1344
+ {
1345
+ value=value+document.getElementById('week_'+i).value+',';
1346
+ }
1347
+ }
1348
+ document.getElementById('week').value=value;
1349
+ }
1350
+ function radio_month()
1351
+ {
1352
+ if(document.getElementById('radio1').checked==true)
1353
+ {
1354
+ document.getElementById('monthly_list').disabled=true;
1355
+ document.getElementById('month_week').disabled=true;
1356
+ document.getElementById('month').disabled=false;
1357
+ }
1358
+ else
1359
+ {
1360
+ document.getElementById('month').disabled=true;
1361
+ document.getElementById('monthly_list').disabled=false;
1362
+ document.getElementById('month_week').disabled=false;
1363
+ }
1364
+ }
1365
+ function input_value(id)
1366
+ {
1367
+ document.getElementById(id).value=document.getElementById('repeat_input').value;
1368
+ }
1369
+ </script>
1370
+
1371
+ <style>
1372
+ fieldset{
1373
+ border: 2px solid #4f9bc6 ;/*#CCA383 1462a5*/
1374
+ width: 100%;
1375
+ background: #fafbfd;
1376
+ padding: 13px;
1377
+ margin-top: 20px;
1378
+
1379
+ -webkit-border-radius: 8px;
1380
+ -moz-border-radius: 8px;
1381
+ border-radius: 8px;
1382
+
1383
+ } </style>
1384
+ <table width="95%">
1385
+ <tr>
1386
+ <td width="100%" style="font-size:14px; font-weight:bold"><a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-3.html" target="_blank" style="color:blue; text-decoration:none;">User Manual</a><br>
1387
+ This section allows you to create/edit the events of a particular calendar.<br /> You can add
1388
+ unlimited number of events for each calendar. <a href="http://web-dorado.com/spider-calendar-wordpress-guide-step-3.html" target="_blank" style="color:blue; text-decoration:none;">More...</a></td>
1389
+ <td colspan="7" align="right" style="font-size:16px;">
1390
+ <a href="http://web-dorado.com/files/fromSpiderCalendarWP.php" target="_blank" style="color:red; text-decoration:none;">
1391
+ <img src="<?php echo plugins_url('images/header.png',__FILE__) ?>" border="0" alt="http://web-dorado.com/files/fromSpiderCalendarWP.php" width="215"><br>
1392
+ Get the full version&nbsp;&nbsp;&nbsp;&nbsp;
1393
+ </a>
1394
+ </td>
1395
+ </tr>
1396
+ <tbody><tr>
1397
+ <td width="100%"><?php echo "<h2>".'Edit an event for calendar <font style="color:red">'.$cal_name."</font></h2>"; ?></td>
1398
+ <td align="right"><input type="button" onclick="submitbutton('save_event')" value="Save" class="button-secondary action"> </td>
1399
+ <td align="right"><input type="button" onclick="submitbutton('apply_event')" value="Apply" class="button-secondary action"> </td>
1400
+ <td align="right"><input type="button" onclick="window.location.href='admin.php?page=SpiderCalendar&calendar_id=<?php echo $calendar_id; ?>&task=show_manage_event'" value="Cancel" class="button-secondary action"> </td>
1401
+ </tr></tbody></table>
1402
+ <form action="admin.php?page=SpiderCalendar&calendar_id=<?php echo $calendar_id; ?>&id=<?php echo $id; ?>" method="post" id="adminForm" name="adminForm">
1403
+
1404
+ <table width="95%"><tr><td style="width:45%">
1405
+ <div style="width:95%">
1406
+ <fieldset class="adminform">
1407
+ <legend>
1408
+ Event Details
1409
+ </legend>
1410
+ <table class="admintable">
1411
+ <tr>
1412
+ <td class="key">
1413
+ <label for="message">
1414
+ Title:
1415
+ </label>
1416
+ </td>
1417
+ <td>
1418
+ <input type="text" id="title" name="title" size="41" value="<?php echo htmlspecialchars($row->title, ENT_QUOTES); ?>" />
1419
+ </td>
1420
+ </tr>
1421
+
1422
+ <tr>
1423
+ <td class="key">
1424
+ <label for="message">
1425
+ Date:
1426
+ </label>
1427
+ </td>
1428
+
1429
+ <td>
1430
+ <input class="inputbox" style="width:90px" type="text" name="date" id="date" size="10" maxlength="10" value="<?php echo $row ->date; ?>" />
1431
+ <?php
1432
+ if ($row ->date_end=='0000-00-00')
1433
+ $row ->date_end="";
1434
+ ?>
1435
+ <input type="reset" class="button" value="..." onclick="return showCalendar('date','%Y-%m-%d');" />
1436
+ </td>
1437
+ </tr>
1438
+ <tr>
1439
+ <td class="key">
1440
+ <label for="message">
1441
+ Time:
1442
+ </label>
1443
+ </td>
1444
+ <td>
1445
+
1446
+ <?php
1447
+ if(!$row ->time)
1448
+ {
1449
+ $from[0]="";
1450
+ $from[1]="";
1451
+ $to[0]="";
1452
+ $to[1]="";
1453
+ }
1454
+ else
1455
+ {
1456
+ $from_to = explode("-", $row ->time);
1457
+ $from = explode(":", $from_to[0]);
1458
+ if(isset($from_to[1]))
1459
+ $to = explode(":", $from_to[1]);
1460
+ else
1461
+ {
1462
+ $to[0]="";
1463
+ $to[1]="";
1464
+ }
1465
+ }
1466
+ ?>
1467
+
1468
+ <?php if($calendar->time_format==0){?>
1469
+ <input type="text" id="selhour_from" name="selhour_from" size="1" style="text-align:right" onkeypress="return checkhour('selhour_from')" value="<?php echo $from[0]; ?>" title="from" onblur="add_0('selhour_from')"/> <b>:</b>
1470
+ <input type="text" id="selminute_from" name="selminute_from" size="1" style="text-align:right" onkeypress="return checkminute('selminute_from')" value="<?php echo substr($from[1],0,2); ?>" title="from" onblur="add_0('selminute_from')"/> <span style="font-size:12px">&nbsp;-&nbsp;</span>
1471
+ <input type="text" id="selhour_to" name="selhour_to" size="1" style="text-align:right" onkeypress="return checkhour('selhour_to')" value="<?php echo $to[0]; ?>" title="to" onblur="add_0('selhour_to')" /> <b>:</b>
1472
+ <input type="text" id="selminute_to" name="selminute_to" size="1" style="text-align:right" onkeypress="return checkminute('selminute_to')" value="<?php echo substr($to[1],0,2); ?>" title="to" onblur="add_0('selminute_to')"/>
1473
+
1474
+ <?php } if($calendar->time_format==1){?>
1475
+
1476
+ <input type="text" id="selhour_from" name="selhour_from" size="1" style="text-align:right" onkeypress="return check12hour('selhour_from')" value="<?php echo $from[0]; ?>" title="from" onblur="add_0('selhour_from')"/> <b>:</b>
1477
+ <input type="text" id="selminute_from" name="selminute_from" size="1" style="text-align:right" onkeypress="return checkminute('selminute_from')" value="<?php echo substr($from[1],0,2); ?>" title="from" onblur="add_0('selminute_from')"/>
1478
+ <select id="select_from" name="select_from" >
1479
+ <option <?php if(substr($from[1],2,2)=="AM") echo 'selected="selected"'; ?>>AM</option>
1480
+ <option <?php if(substr($from[1],2,2)=="PM") echo 'selected="selected"'; ?>>PM</option>
1481
+
1482
+ </select>
1483
+
1484
+ <span style="font-size:12px">&nbsp;-&nbsp;</span>
1485
+
1486
+ <input type="text" id="selhour_to" name="selhour_to" size="1" style="text-align:right" onkeypress="return check12hour('selhour_to')" value="<?php echo $to[0]; ?>" title="to" onblur="add_0('selhour_to')" /> <b>:</b>
1487
+ <input type="text" id="selminute_to" name="selminute_to" size="1" style="text-align:right" onkeypress="return checkminute('selminute_to')" value="<?php echo substr($to[1],0,2); ?>" title="to" onblur="add_0('selminute_to')"/>
1488
+
1489
+ <select id="select_to" name="select_to">
1490
+ <option <?php if(substr($to[1],2,2)=="AM") echo 'selected="selected"'; ?>>AM</option>
1491
+ <option <?php if(substr($to[1],2,2)=="PM") echo 'selected="selected"'; ?>>PM</option>
1492
+
1493
+ </select>
1494
+
1495
+
1496
+
1497
+ <?php }?>
1498
+ </td>
1499
+ </tr>
1500
+
1501
+ <tr>
1502
+ <td class="key">
1503
+ <label for="note">Note:
1504
+ </label>
1505
+ </td>
1506
+ <td >
1507
+ <div id="poststuff" style="width:100% !important;" >
1508
+ <div id="<?php echo user_can_richedit() ? 'postdivrich' : 'postdiv'; ?>" class="postarea" ><?php the_editor( $row->text_for_date,"text_for_date"); ?>
1509
+ </div>
1510
+ </div>
1511
+ </td>
1512
+ </tr>
1513
+ <tr>
1514
+
1515
+
1516
+
1517
+
1518
+ <td class="key">
1519
+ <label for="note">
1520
+ Published:
1521
+ </label>
1522
+ </td>
1523
+ <td >
1524
+ <input type="radio" name="published" id="published0" value="0" <?php cheched($row->published,'0') ?> class="inputbox">
1525
+ <label for="published0">No</label>
1526
+ <input type="radio" name="published" id="published1" value="1" <?php cheched($row->published,'1') ?> class="inputbox">
1527
+ <label for="published1">Yes</label>
1528
+ </td>
1529
+ </tr>
1530
+ </table>
1531
+ </fieldset>
1532
+ </div>
1533
+
1534
+ </td>
1535
+
1536
+ <td style="padding-left:25px; vertical-align:top !important; width:45%">
1537
+ <div style="width:100%">
1538
+ <fieldset class="adminform">
1539
+ <legend>
1540
+ Repeat Event
1541
+ </legend>
1542
+ <table>
1543
+ <tr>
1544
+
1545
+ <td valign="top" >
1546
+ <input type="radio" value="no_repeat" name="repeat_method" <?php if ($row->repeat_method == 'no_repeat') echo 'checked="checked"' ?> checked="checked" onchange="change_type('no_repeat')" />Don't repeat this event<br/>
1547
+ <input type="radio" value="daily" name="repeat_method" <?php if ($row->repeat_method == 'daily') echo 'checked="checked"' ?> onchange="change_type('daily')" />Repeat daily<br/>
1548
+ <input type="radio" value="weekly" name="repeat_method" <?php if ($row->repeat_method == 'weekly') echo 'checked="checked"' ?> onchange="change_type('weekly')" />Repeat weekly<br/>
1549
+ <input type="radio" value="monthly" name="repeat_method" <?php if ($row->repeat_method == 'monthly') echo 'checked="checked"'?> onchange="change_type('monthly')" />Repeat monthly<br/>
1550
+ <input type="radio" value="yearly" name="repeat_method" <?php if ($row->repeat_method == 'yearly') echo 'checked="checked"' ?> onchange="change_type('yearly')" />Repeat yearly<br/>
1551
+ </td>
1552
+
1553
+ <td style="padding-left:10px" valign="top">
1554
+ <div id="daily" style="display:<?php if ($row->repeat_method=='no_repeat') echo 'none'; ?>">
1555
+
1556
+ Repeat every <input type="text" id="repeat_input" size="5" name="repeat" onkeypress="return checknumber(repeat_input)" value="<?php echo $row->repeat ?>" />
1557
+ <label id="repeat"><?php if($row->repeat_method=='daily') echo 'Day(s)';
1558
+ if($row->repeat_method=='weekly') echo 'Week(s) on :';
1559
+ if($row->repeat_method=='monthly') echo 'Month(s)';
1560
+ if($row->repeat_method=='yearly') echo 'Year(s) in';
1561
+ ?></label> <label id="year_month" style="display:<?php if($row->repeat_method!='yearly') echo 'none'; ?>">
1562
+
1563
+
1564
+ <select name="year_month" id="year_month" class="inputbox">
1565
+ <option value="1" <?php echo selectted($row->year_month,'1'); ?>>January</option>
1566
+ <option value="2" <?php echo selectted($row->year_month,'2'); ?>>February</option>
1567
+ <option value="3" <?php echo selectted($row->year_month,'3'); ?>>March</option>
1568
+ <option value="4" <?php echo selectted($row->year_month,'4'); ?>>April</option>
1569
+ <option value="5" <?php echo selectted($row->year_month,'5'); ?>>May</option>
1570
+ <option value="6" <?php echo selectted($row->year_month,'6'); ?>>June</option>
1571
+ <option value="7" <?php echo selectted($row->year_month,'7'); ?>>July</option>
1572
+ <option value="8" <?php echo selectted($row->year_month,'8'); ?>>August</option>
1573
+ <option value="9" <?php echo selectted($row->year_month,'9'); ?>>September</option>
1574
+ <option value="10" <?php echo selectted($row->year_month,'10'); ?>>October</option>
1575
+ <option value="11" <?php echo selectted($row->year_month,'11'); ?>>November</option>
1576
+ <option value="12" <?php echo selectted($row->year_month,'12'); ?>>December</option>
1577
+ </select></label>
1578
+ <input type="hidden" value="<?php if($row->repeat_method=='daily') echo $row->repeat ?>" id="daily1" />
1579
+ <input type="hidden" value="<?php if($row->repeat_method=='weekly') echo $row->repeat ?>" id="weekly1" />
1580
+ <input type="hidden" value="<?php if($row->repeat_method=='monthly') echo $row->repeat ?>" id="monthly1" />
1581
+ <input type="hidden" value="<?php if($row->repeat_method=='yearly') echo $row->repeat ?>" id="yearly1" />
1582
+
1583
+ </div><br />
1584
+
1585
+
1586
+
1587
+
1588
+ <div class="key" id="weekly" style="display:<?php if ($row->repeat_method!='weekly') echo 'none'; ?>">
1589
+
1590
+
1591
+
1592
+ <input type="checkbox" value="Mon" id="week_1" onchange="week_value()" <?php if (in_array('Mon',explode(',',$row->week))) echo 'checked="checked"' ?> />Mon
1593
+ <input type="checkbox" value="Tue" id="week_2" onchange="week_value()" <?php if (in_array('Tue',explode(',',$row->week))) echo 'checked="checked"' ?> />Tue
1594
+ <input type="checkbox" value="Wed" id="week_3" onchange="week_value()" <?php if (in_array('Wed',explode(',',$row->week))) echo 'checked="checked"' ?> />Wed
1595
+ <input type="checkbox" value="Thu" id="week_4" onchange="week_value()" <?php if (in_array('Thu',explode(',',$row->week))) echo 'checked="checked"' ?> />Thu
1596
+ <input type="checkbox" value="Fri" id="week_5" onchange="week_value()" <?php if (in_array('Fri',explode(',',$row->week))) echo 'checked="checked"' ?> />Fri
1597
+ <input type="checkbox" value="Sat" id="week_6" onchange="week_value()" <?php if (in_array('Sat',explode(',',$row->week))) echo 'checked="checked"' ?> />Sat
1598
+ <input type="checkbox" value="Sun" id="week_7" onchange="week_value()" <?php if (in_array('Sun',explode(',',$row->week))) echo 'checked="checked"' ?> />Sun
1599
+
1600
+ <input type="hidden" name="week" id="week" value="<?php echo $row->week ?>" />
1601
+
1602
+
1603
+
1604
+ </div><br />
1605
+
1606
+
1607
+
1608
+ <div class="key" id="monthly" style="display:<?php if ($row->repeat_method!='monthly' && $row->repeat_method!='yearly') echo 'none'; ?>">
1609
+ <input type="radio" id="radio1" name="month_type" onchange="radio_month()" value="1" checked="checked" <?php if ($row->month_type == 1) echo 'checked="checked"' ?> />on the: <input type="text" name="month" size="3" onkeypress="return checknumber(month)" id="month" value="<?php echo $row->month ?>" /><br/>
1610
+ <input type="radio" id="radio2" name="month_type" onchange="radio_month()" value="2" <?php if ($row->month_type == 2) echo 'checked="checked"' ?> />on the:
1611
+ <select name="monthly_list" id="monthly_list" class="inputbox">
1612
+ <option <?php echo selectted($row->monthly_list,'1'); ?> value="1">First</option>
1613
+ <option <?php echo selectted($row->monthly_list,'8'); ?> value="8">Second</option>
1614
+ <option <?php echo selectted($row->monthly_list,'15'); ?> value="15">Third</option>
1615
+ <option <?php echo selectted($row->monthly_list,'22'); ?> value="22">Fourth</option>
1616
+ <option <?php echo selectted($row->monthly_list,'last'); ?> value="last">Last</option>
1617
+ </select>
1618
+
1619
+ <select name="month_week" id="month_week" class="inputbox">
1620
+ <option <?php echo selectted($row->month_week,'Mon'); ?> value="Mon">Monday</option>
1621
+ <option <?php echo selectted($row->month_week,'Tue'); ?> value="Tue">Tuesday</option>
1622
+ <option <?php echo selectted($row->month_week,'Wed'); ?> value="Wed">Wednesday</option>
1623
+ <option <?php echo selectted($row->month_week,'Thu'); ?> value="Thu">Thursday</option>
1624
+ <option <?php echo selectted($row->month_week,'Fri'); ?> value="Fri">Friday</option>
1625
+ <option <?php echo selectted($row->month_week,'Sat'); ?> value="Sat">Saturday</option>
1626
+ <option <?php echo selectted($row->month_week,'Sun'); ?> value="Sun">Sunday</option>
1627
+ </select>
1628
+
1629
+
1630
+
1631
+ </div> <br />
1632
+ <script>
1633
+ window.onload=radio_month();
1634
+
1635
+
1636
+ </script>
1637
+
1638
+
1639
+ </td>
1640
+ </tr>
1641
+
1642
+ <tr id="repeat_until" style="display:<?php if($row->repeat_method=='no_repeat') echo 'none'; ?>">
1643
+ <td>
1644
+ Repeat until: </td>
1645
+ <td>
1646
+ <input style="width:90px" class="inputbox" type="text" name="date_end" id="date_end" size="10" maxlength="10" value="<?php echo $row->date_end; ?>" />
1647
+
1648
+ <input type="reset" class="button" value="..."
1649
+
1650
+ onclick="return showCalendar('date_end','%Y-%m-%d');" />
1651
+ </td>
1652
+ </tr>
1653
+ </table>
1654
+
1655
+ </fieldset>
1656
+ </div>
1657
+ </td></tr></table>
1658
+
1659
+
1660
+
1661
+
1662
+
1663
+
1664
+
1665
+
1666
+
1667
+ <input type="hidden" name="option" value="com_spidercalendar" />
1668
+ <input type="hidden" name="id" value="<?php echo $row->id?>" />
1669
+ <input type="hidden" name="cid[]" value="<?php echo $row->id; ?>" />
1670
+ <input type="hidden" name="task" value="event" />
1671
+ <input type="hidden" name="calendar" value="<?php echo $lists['calendar']; ?>" />
1672
+
1673
+ </form>
1674
+ <?php
1675
+ }
calendar_functions.php ADDED
@@ -0,0 +1,626 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ if (function_exists('current_user_can')) {
3
+ if(!current_user_can('manage_options')) {
4
+ die('Access Denied');
5
+ }
6
+ }
7
+
8
+ function add_spider_calendar(){
9
+ html_add_spider_calendar();
10
+ }
11
+
12
+ function show_spider_calendar(){
13
+ global $wpdb;
14
+ $sort["default_style"]="manage-column column-autor sortable desc";
15
+ if(isset($_POST['page_number']))
16
+ {
17
+
18
+ if($_POST['asc_or_desc'])
19
+ {
20
+ $sort["sortid_by"] = $wpdb->escape($_POST['order_by']);
21
+ if($_POST['asc_or_desc']==1)
22
+ {
23
+ $sort["custom_style"]="manage-column column-title sorted asc";
24
+ $sort["1_or_2"]="2";
25
+ $order="ORDER BY ".$sort["sortid_by"]." ASC";
26
+ }
27
+ else
28
+ {
29
+ $sort["custom_style"]="manage-column column-title sorted desc";
30
+ $sort["1_or_2"]="1";
31
+ $order="ORDER BY ".$sort["sortid_by"]." DESC";
32
+ }
33
+ }
34
+
35
+ if($_POST['page_number'])
36
+ {
37
+ $limit=($_POST['page_number']-1)*20;
38
+ }
39
+ else
40
+ {
41
+ $limit=0;
42
+ }
43
+ }
44
+ else
45
+ {
46
+ $limit=0;
47
+ }
48
+ if(isset($_POST['search_events_by_title'])){
49
+ $search_tag=$_POST['search_events_by_title'];
50
+ }
51
+
52
+ else
53
+ {
54
+ $search_tag="";
55
+ }
56
+ if ( $search_tag ) {
57
+ $where= ' WHERE title LIKE "%'.$search_tag.'%"';
58
+ }
59
+ else
60
+ {
61
+ $where=' ';
62
+ }
63
+
64
+ // get the total number of records
65
+ $query = "SELECT COUNT(*) FROM ".$wpdb->prefix."spidercalendar_calendar". $where;
66
+ $total = $wpdb->get_var($query);
67
+ $pageNav['total'] =$total;
68
+ $pageNav['limit'] = $limit/20+1;
69
+
70
+ $query = "SELECT * FROM ".$wpdb->prefix."spidercalendar_calendar".$where." ". $order." "." LIMIT ".$limit.",20";
71
+ $rows = $wpdb->get_results($query);
72
+
73
+ // display function
74
+ html_show_spider_calendar($rows, $pageNav,$sort);
75
+ }
76
+
77
+
78
+
79
+ function edit_spider_calendar($id){
80
+
81
+ global $wpdb;
82
+ $row =$wpdb->get_row('SELECT * FROM '.$wpdb->prefix.'spidercalendar_calendar WHERE id=\''.$id.'\'');
83
+
84
+ html_edit_spider_calendar($row);
85
+
86
+
87
+
88
+
89
+ }
90
+
91
+
92
+
93
+
94
+ function save_spider_calendar(){
95
+ global $wpdb;
96
+
97
+ $save_or_no= $wpdb->insert($wpdb->prefix.'spidercalendar_calendar', array(
98
+ 'id' => NULL,
99
+ 'title' => esc_html(stripslashes($_POST["title"])),
100
+ 'gid' => $_POST["user_type"],
101
+ 'start_month' => $_POST["start_month"],
102
+ 'time_format' =>$_POST["time_format"],
103
+ 'allow_publish' => $_POST["allow_publish"],
104
+ 'published'=>$_POST["published"],
105
+ ),
106
+ array(
107
+ '%d',
108
+ '%s',
109
+ '%s',
110
+ '%s',
111
+ '%s',
112
+ '%s',
113
+ '%d'
114
+ )
115
+ );
116
+ if(!$save_or_no)
117
+ {
118
+ ?>
119
+ <div class="updated"><p><strong><?php _e('Error. Please install plugin again'); ?></strong></p></div>
120
+ <?php
121
+ return false;
122
+ }
123
+ ?>
124
+ <div class="updated"><p><strong><?php _e('Item Saved'); ?></strong></p></div>
125
+ <?php
126
+
127
+ return true;
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+ }
137
+
138
+
139
+ function remove_spider_calendar($id){
140
+ global $wpdb;
141
+
142
+ // If any item selected
143
+
144
+ // Prepare sql statement, if cid array more than one,
145
+ // will be "cid1, cid2, ..."
146
+ // Create sql statement
147
+ $sql_remov_vid="DELETE FROM ".$wpdb->prefix."spidercalendar_calendar WHERE id='".$id."'";
148
+ $sql_remov_eve="DELETE FROM ".$wpdb->prefix."spidercalendar_event WHERE calendar='".$id."'";
149
+ if(!$wpdb->query($sql_remov_vid))
150
+ {
151
+ ?>
152
+ <div id="message" class="error"><p>Calendar Not Deleted</p></div>
153
+ <?php
154
+
155
+ }
156
+ else{
157
+
158
+ ?>
159
+ <div class="updated"><p><strong><?php _e('Calendar Deleted.' ); ?></strong></p></div>
160
+ <?php
161
+ $count_eve=$wpdb->get_var('SELECT COUNT(*) FROM '.$wpdb->prefix.'spidercalendar_event WHERE calendar='.$id);
162
+ if($count_eve){
163
+ if(!$wpdb->query($sql_remov_eve))
164
+ {
165
+ ?>
166
+ <div id="message" class="error"><p>Events Not Deleted</p></div>
167
+ <?php
168
+
169
+ }
170
+ }
171
+ }
172
+
173
+ }
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+
189
+
190
+
191
+ function apply_spider_calendar($id)
192
+ {
193
+ if(!$id)
194
+ {
195
+ echo '<h1 style="color:#00C">error valu id=0 please reinstal plugin</h1>';
196
+ exit;
197
+ }
198
+
199
+ global $wpdb;
200
+ $save_or_no= $wpdb->update($wpdb->prefix.'spidercalendar_calendar', array(
201
+
202
+ 'title' => esc_html(stripslashes($_POST["title"])),
203
+ 'gid' => $_POST["user_type"],
204
+ 'time_format' =>$_POST["time_format"],
205
+ 'start_month' => $_POST["start_month"],
206
+ 'allow_publish' => $_POST["allow_publish"],
207
+ 'published'=>$_POST["published"],
208
+ ),
209
+ array('id'=>$id),
210
+ array(
211
+ '%s',
212
+ '%s',
213
+ '%s',
214
+ '%s',
215
+ '%s',
216
+ '%d'
217
+ )
218
+ );
219
+ ?>
220
+ <div class="updated"><p><strong><?php _e('Item Saved'); ?></strong></p></div>
221
+
222
+ <?php
223
+
224
+ }
225
+
226
+ function spider_calendar_published($id)
227
+ {
228
+ global $wpdb;
229
+ $yes_or_no=$wpdb->get_var($wpdb->prepare('SELECT published FROM '.$wpdb->prefix.'spidercalendar_calendar WHERE `id`="%d"', $id));
230
+ if( $yes_or_no)
231
+ $yes_or_no=0;
232
+ else
233
+ $yes_or_no=1;
234
+ $save_or_no= $wpdb->update($wpdb->prefix.'spidercalendar_calendar', array(
235
+ 'published' => $yes_or_no,
236
+
237
+ ),
238
+ array('id'=>$id),
239
+ array(
240
+ '%d',
241
+ )
242
+ );
243
+ ?>
244
+ <div class="updated"><p><strong><?php _e('Item Saved'); ?></strong></p></div>
245
+ <?php
246
+
247
+ }
248
+
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+
264
+
265
+
266
+
267
+
268
+ ////////////////////////////////////////////////////////////////////////////
269
+ ////////////////////////////////////////////////////////////////////////////
270
+ //////////////////////////////////////////////////////////////////////////// event
271
+ ////////////////////////////////////////////////////////////////////////////
272
+ ////////////////////////////////////////////////////////////////////////////
273
+ ////////////////////////////////////////////////////////////////////////////
274
+
275
+
276
+
277
+
278
+
279
+ function show_spider_event($calendar_id){
280
+
281
+
282
+ global $wpdb;
283
+ $sort["default_style"]="manage-column column-autor sortable desc";
284
+ if(isset($_POST['page_number']))
285
+ {
286
+
287
+ if($_POST['asc_or_desc'])
288
+ {
289
+ $sort["sortid_by"] = $wpdb->escape($_POST['order_by']);
290
+ if($_POST['asc_or_desc']==1)
291
+ {
292
+ $sort["custom_style"]="manage-column column-title sorted asc";
293
+ $sort["1_or_2"]="2";
294
+ $order="ORDER BY ".$sort["sortid_by"]." ASC";
295
+ }
296
+ else
297
+ {
298
+ $sort["custom_style"]="manage-column column-title sorted desc";
299
+ $sort["1_or_2"]="1";
300
+ $order="ORDER BY ".$sort["sortid_by"]." DESC";
301
+ }
302
+ }
303
+
304
+ if($_POST['page_number'])
305
+ {
306
+ $limit=($_POST['page_number']-1)*20;
307
+ }
308
+ else
309
+ {
310
+ $limit=0;
311
+ }
312
+ }
313
+ else
314
+ {
315
+ $limit=0;
316
+ }
317
+ if(isset($_POST['search_events_by_title'])){
318
+ $search_tag=$_POST['search_events_by_title'];
319
+ }
320
+
321
+ else
322
+ {
323
+ $search_tag="";
324
+ }
325
+ if ( $search_tag ) {
326
+ $where= ' AND title LIKE "%'.$search_tag.'%"';
327
+ }
328
+ if(isset($_POST['startdate'])){
329
+ if($_POST['startdate'])
330
+ $where.=' AND date > \''.$_POST['startdate'].'\' ';
331
+ }
332
+ if(isset($_POST['enddate'])){
333
+ if($_POST['enddate'])
334
+ $where.=' AND date < \''.$_POST['enddate'].'\' ';
335
+ }
336
+
337
+ // get the total number of records
338
+ $query = "SELECT COUNT(*) FROM ".$wpdb->prefix."spidercalendar_event WHERE calendar=".$calendar_id." ".$where." ";
339
+ $total = $wpdb->get_var($query);
340
+ $pageNav['total'] =$total;
341
+ $pageNav['limit'] = $limit/20+1;
342
+
343
+ $query = "SELECT * FROM ".$wpdb->prefix."spidercalendar_event WHERE calendar=".$calendar_id." ".$where." ". $order." "." LIMIT ".$limit.",20";
344
+ $rows = $wpdb->get_results($query);
345
+ $cal_name=$wpdb->get_var('SELECT title'.' FROM '.$wpdb->prefix.'spidercalendar_calendar WHERE id='. $calendar_id);
346
+
347
+ // display function
348
+ html_show_spider_event($rows, $pageNav,$sort,$calendar_id,$cal_name);
349
+
350
+
351
+
352
+
353
+
354
+ }
355
+
356
+
357
+
358
+ function add_spider_event($calendar_id){
359
+
360
+ global $wpdb;
361
+ $cal_name=$wpdb->get_var('SELECT title'.' FROM '.$wpdb->prefix.'spidercalendar_calendar WHERE id='. $calendar_id);
362
+ html_add_spider_event($calendar_id,$cal_name);
363
+
364
+
365
+
366
+
367
+ }
368
+
369
+
370
+ function edit_spider_event($calendar_id,$id){
371
+ global $wpdb;
372
+
373
+ $row =$wpdb->get_row('SELECT * FROM '.$wpdb->prefix.'spidercalendar_event WHERE id=\''.$id.'\'');
374
+
375
+
376
+
377
+
378
+ $calendar=$row->calendar;
379
+ $query = 'SELECT title'.' FROM '.$wpdb->prefix.'spidercalendar_calendar WHERE id='. $calendar ;
380
+ $calendar_name = $wpdb->get_var($query);
381
+ $cal_name=$wpdb->get_var('SELECT title'.' FROM '.$wpdb->prefix.'spidercalendar_calendar WHERE id='. $calendar_id);
382
+ html_edit_spider_event($row,$calendar_id,$id,$cal_name);
383
+ }
384
+
385
+ function save_spider_event($calendar_id){
386
+
387
+
388
+ global $wpdb;
389
+
390
+ $date=$_POST['date'];
391
+ $date_end=$_POST['date_end'];
392
+ $select_from=$_POST['select_from'];
393
+ $select_to=$_POST[ 'select_to'];
394
+
395
+
396
+
397
+ if(isset($_POST['selhour_from']))
398
+ $selhour_from=$_POST['selhour_from'];
399
+ else
400
+ $selhour_from="";
401
+ if(isset($_POST['selhour_to']))
402
+ $selhour_to=$_POST['selhour_to'];
403
+ else
404
+ $selhour_to="";
405
+
406
+
407
+ if($selhour_from)
408
+ {
409
+ if($selhour_to)
410
+ $time = $selhour_from.':'.$_POST['selminute_from'].''.$select_from.' -'.$_POST[ 'selhour_to'].':'.$_POST[ 'selminute_to'].' '.$select_to;
411
+ else
412
+ $time = $selhour_from.':'.$_POST['selminute_from'].' '.$select_from;
413
+ }
414
+ else
415
+ $time ="";
416
+
417
+
418
+
419
+
420
+
421
+ if(!$_POST["date_end"]){
422
+ $date_end = $_POST["date"];
423
+ }
424
+ else $date_end = $_POST["date_end"];
425
+
426
+ $save_or_no= $wpdb->insert($wpdb->prefix.'spidercalendar_event', array(
427
+ 'id' => NULL,
428
+ 'title' => esc_html(stripslashes($_POST["title"])),
429
+ 'time' => $time,
430
+ 'calendar' => $calendar_id,
431
+ 'date' => $_POST["date"],
432
+ 'text_for_date' => stripslashes($_POST["text_for_date"]),
433
+ 'published' => $_POST["published"],
434
+ 'repeat' => $_POST["repeat"],
435
+ 'week' => $_POST["week"],
436
+ 'date_end' => $date_end,
437
+ 'month' => $_POST["month"],
438
+ 'monthly_list' => $_POST["monthly_list"],
439
+ 'month_week' => $_POST["month_week"],
440
+ 'month_type' => $_POST["month_type"],
441
+ 'year_month' => $_POST["year_month"],
442
+ 'repeat_method' => $_POST["repeat_method"],
443
+ 'userID' => ''
444
+
445
+ ),
446
+ array(
447
+ '%d',
448
+ '%s',
449
+ '%s',
450
+ '%d',
451
+ '%s',
452
+ '%s',
453
+ '%d',
454
+ '%s',
455
+ '%s',
456
+ '%s',
457
+ '%s',
458
+ '%s',
459
+ '%s',
460
+ '%s',
461
+ '%s',
462
+ '%s',
463
+ '%s'
464
+ )
465
+ );
466
+ if(!$save_or_no)
467
+ {
468
+ ?>
469
+ <div class="updated"><p><strong><?php _e('Error. Please install plugin again'); ?></strong></p></div>
470
+ <?php
471
+ return false;
472
+ }
473
+ ?>
474
+ <div class="updated"><p><strong><?php _e('Item Saved'); ?></strong></p></div>
475
+ <?php
476
+
477
+ return true;
478
+
479
+
480
+
481
+
482
+
483
+ }
484
+ function apply_spider_event($calendar_id,$id){
485
+
486
+
487
+ global $wpdb;
488
+
489
+ $date=$_POST['date'];
490
+ $date_end=$_POST['date_end'];
491
+ $select_from=$_POST['select_from'];
492
+ $select_to=$_POST[ 'select_to'];
493
+
494
+
495
+
496
+ if(isset($_POST['selhour_from']))
497
+ $selhour_from=$_POST['selhour_from'];
498
+ else
499
+ $selhour_from="";
500
+ if(isset($_POST['selhour_to']))
501
+ $selhour_to=$_POST['selhour_to'];
502
+ else
503
+ $selhour_to="";
504
+
505
+
506
+ if($selhour_from)
507
+ {
508
+ if($selhour_to)
509
+ $time = $selhour_from.':'.$_POST['selminute_from'].''.$select_from.'-'.$_POST[ 'selhour_to'].':'.$_POST[ 'selminute_to'].''.$select_to;
510
+ else
511
+ $time = $selhour_from.':'.$_POST['selminute_from'].' '.$select_from;
512
+ }
513
+ else
514
+ $time ="";
515
+
516
+
517
+
518
+
519
+
520
+
521
+
522
+ $wpdb->update($wpdb->prefix.'spidercalendar_event', array(
523
+ 'title' => esc_html(stripslashes($_POST["title"])),
524
+ 'time' => $time,
525
+ 'calendar' => $calendar_id,
526
+ 'date' => $_POST["date"],
527
+ 'text_for_date' => stripslashes($_POST["text_for_date"]),
528
+ 'published' => $_POST["published"],
529
+ 'repeat' => $_POST["repeat"],
530
+ 'week' => $_POST["week"],
531
+ 'date_end' => $_POST["date_end"],
532
+ 'month' => $_POST["month"],
533
+ 'monthly_list' => $_POST["monthly_list"],
534
+ 'month_type' => $_POST["month_type"],
535
+ 'month_week' => $_POST["month_week"],
536
+ 'year_month' => $_POST["year_month"],
537
+ 'repeat_method' => $_POST["repeat_method"]
538
+
539
+
540
+
541
+ ),
542
+ array('id' =>$id,),
543
+ array(
544
+
545
+ '%s',
546
+ '%s',
547
+ '%d',
548
+ '%s',
549
+ '%s',
550
+ '%d',
551
+ '%s',
552
+ '%s',
553
+ '%s',
554
+ '%s',
555
+ '%s',
556
+ '%s',
557
+ '%s',
558
+ '%s',
559
+ '%s'
560
+ )
561
+ );
562
+
563
+
564
+ ?>
565
+ <div class="updated"><p><strong><?php _e('Item Saved'); ?></strong></p></div>
566
+ <?php
567
+
568
+ return true;
569
+
570
+
571
+
572
+
573
+
574
+ }
575
+
576
+ function published_spider_event($id)
577
+ {
578
+ global $wpdb;
579
+ $yes_or_no=$wpdb->get_var('SELECT published FROM '.$wpdb->prefix.'spidercalendar_event WHERE `id`='.$id);
580
+ if( $yes_or_no)
581
+ $yes_or_no=0;
582
+ else
583
+ $yes_or_no=1;
584
+ $save_or_no= $wpdb->update($wpdb->prefix.'spidercalendar_event', array(
585
+ 'published' => $yes_or_no,
586
+
587
+ ),
588
+ array('id'=>$id),
589
+ array(
590
+ '%d',
591
+ )
592
+ );
593
+ ?>
594
+ <div class="updated"><p><strong><?php _e('Item Saved'); ?></strong></p></div>
595
+ <?php
596
+
597
+ }
598
+
599
+ function remov_spider_event($calendar_id,$id){
600
+ global $wpdb;
601
+
602
+ // If any item selected
603
+
604
+ // Prepare sql statement, if cid array more than one,
605
+ // will be "cid1, cid2, ..."
606
+ // Create sql statement
607
+ $sql_remov_vid="DELETE FROM ".$wpdb->prefix."spidercalendar_event WHERE id='".$id."'";
608
+ if(!$wpdb->query($sql_remov_vid))
609
+ {
610
+ ?>
611
+ <div id="message" class="error"><p>Event Not Deleted</p></div>
612
+ <?php
613
+
614
+ }
615
+ else{
616
+ ?>
617
+ <div class="updated"><p><strong><?php _e('Item Deleted.' ); ?></strong></p></div>
618
+ <?php
619
+ }
620
+
621
+
622
+ }
623
+
624
+
625
+
626
+ ?>
elements/calendar-jos.css ADDED
@@ -0,0 +1,198 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* The main calendar widget. DIV containing a table. */
2
+
3
+ div.calendar {
4
+ position: relative;
5
+ z-index: 100;
6
+ width: 226px;
7
+ }
8
+
9
+ .calendar, .calendar table {
10
+ border: 1px solid #cccccc;
11
+ font-size: 11px;
12
+ color: #000;
13
+ cursor: default;
14
+ background: #efefef;
15
+ font-family: arial,verdana,sans-serif;
16
+ }
17
+
18
+ /* Header part -- contains navigation buttons and day names. */
19
+
20
+ .calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
21
+ text-align: center; /* They are the navigation buttons */
22
+ padding: 2px; /* Make the buttons seem like they're pressing */
23
+ border:0px;
24
+ height:inherit;
25
+
26
+ }
27
+ .button {
28
+
29
+ -webkit-border-radius: 11px !important;;
30
+ border-radius: 11px !important;;
31
+ text-shadow: white 0px 1px 0px;
32
+ bbackground-origin: padding-box;
33
+ border-bottom-width: 1px;
34
+ border-left-width: 1px;
35
+ border-right-width: 1px;
36
+ border-top-width: 1px;
37
+ }
38
+
39
+ .calendar thead .title { /* This holds the current "month, year" */
40
+ font-weight: bold; /* Pressing it will take you to the current date */
41
+ text-align: center;
42
+ background: #333333;
43
+ color: #ffffff;
44
+ padding: 2px;
45
+ }
46
+
47
+ .calendar thead .headrow { /* Row <TR> containing navigation buttons */
48
+ background: #dedede;
49
+ color: #000;
50
+ }
51
+
52
+ .calendar thead .name { /* Cells <TD> containing the day names */
53
+ border-bottom: 1px solid #cccccc;
54
+ padding: 2px;
55
+ text-align: center;
56
+ color: #000;
57
+ }
58
+
59
+ .calendar thead .weekend { /* How a weekend day name shows in header */
60
+ color:#666666 !important;
61
+ }
62
+
63
+ .calendar thead .hilite { /* How do the buttons in header appear when hover */
64
+ background: #bbbbbb;
65
+ color: #000000;
66
+ border: 1px solid #cccccc;
67
+ padding: 1px;
68
+ }
69
+
70
+ .calendar thead .active { /* Active (pressed) buttons in header */
71
+ background: #c77;
72
+ padding: 2px 0px 0px 2px;
73
+ }
74
+
75
+ .calendar thead .daynames { /* Row <TR> containing the day names */
76
+ background: #dddddd;
77
+ }
78
+
79
+ /* The body part -- contains all the days in month. */
80
+
81
+ .calendar tbody .day { /* Cells <TD> containing month days dates */
82
+ width: 2em;
83
+ text-align: right;
84
+ padding: 2px 4px 2px 2px;
85
+ }
86
+
87
+ .calendar table .wn {
88
+ padding: 2px 3px 2px 2px;
89
+ border-right: 1px solid #cccccc;
90
+ background: #dddddd;
91
+ }
92
+
93
+ .calendar tbody .rowhilite td {
94
+ background: #666666;
95
+ color: #ffffff;
96
+ }
97
+
98
+ .calendar tbody .rowhilite td.wn {
99
+ background: #666666;
100
+ color: #ffffff;
101
+ }
102
+ .calendar table
103
+ {
104
+ border-collapse:inherit !important;
105
+ }
106
+
107
+ .calendar tbody td.hilite { /* Hovered cells <TD> */
108
+ background: #999999;
109
+ padding: 1px 3px 1px 1px;
110
+ border: 1px solid #666666;
111
+ }
112
+
113
+ .calendar tbody td.active { /* Active (pressed) cells <TD> */
114
+ background: #000000;
115
+ color: #ffffff;
116
+ padding: 2px 2px 0px 2px;
117
+ }
118
+
119
+ .calendar tbody td.selected { /* Cell showing today date */
120
+ font-weight: bold;
121
+ border: 1px solid #000;
122
+ padding: 1px 3px 1px 1px;
123
+ background: #000000;
124
+ color: #ffffff;
125
+ }
126
+
127
+ .calendar tbody td.weekend { /* Cells showing weekend days */
128
+ color: #cccccc;
129
+ }
130
+
131
+ .calendar tbody td.today { font-weight: bold; }
132
+
133
+ .calendar tbody .disabled { color: #999; }
134
+
135
+ .calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
136
+ visibility: hidden;
137
+ }
138
+
139
+ .calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
140
+ display: none;
141
+ }
142
+
143
+ /* The footer part -- status bar and "Close" button */
144
+
145
+ .calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
146
+ text-align: center;
147
+ background: #cccccc;
148
+ color: #000;
149
+ }
150
+
151
+ .calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
152
+ border-top: 1px solid #cccccc;
153
+ background: #efefef;
154
+ color: #000000;
155
+ }
156
+
157
+ .calendar tfoot .hilite { /* Hover style for buttons in footer */
158
+ background: #666666;
159
+ border: 1px solid #f40;
160
+ padding: 1px;
161
+ }
162
+
163
+ .calendar tfoot .active { /* Active (pressed) style for buttons in footer */
164
+ background: #999999;
165
+ padding: 2px 0px 0px 2px;
166
+ }
167
+
168
+ /* Combo boxes (menus that display months/years for direct selection) */
169
+
170
+ .combo {
171
+ position: absolute;
172
+ display: none;
173
+ top: 0px;
174
+ left: 0px;
175
+ width: 4em;
176
+ cursor: default;
177
+ border: 1px solid #655;
178
+ background: #ffffff;
179
+ color: #000;
180
+ font-size: smaller;
181
+ }
182
+
183
+ .combo .label {
184
+ width: 100%;
185
+ text-align: center;
186
+ }
187
+
188
+ .combo .hilite {
189
+ background: #fc8;
190
+ }
191
+
192
+ .combo .active {
193
+ border-top: 1px solid #cccccc;
194
+ border-bottom: 1px solid #cccccc;
195
+ background: #efefef;
196
+ font-weight: bold;
197
+
198
+ }
elements/calendar-setup.js ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* Copyright Mihai Bazon, 2002, 2003 | http://dynarch.com/mishoo/
2
+ * ---------------------------------------------------------------------------
3
+ *
4
+ * The DHTML Calendar
5
+ *
6
+ * Details and latest version at:
7
+ * http://dynarch.com/mishoo/calendar.epl
8
+ *
9
+ * This script is distributed under the GNU Lesser General Public License.
10
+ * Read the entire license text here: http://www.gnu.org/licenses/lgpl.html
11
+ *
12
+ * This file defines helper functions for setting up the calendar. They are
13
+ * intended to help non-programmers get a working calendar on their site
14
+ * quickly. This script should not be seen as part of the calendar. It just
15
+ * shows you what one can do with the calendar, while in the same time
16
+ * providing a quick and simple method for setting it up. If you need
17
+ * exhaustive customization of the calendar creation process feel free to
18
+ * modify this code to suit your needs (this is recommended and much better
19
+ * than modifying calendar.js itself).
20
+ */
21
+ Calendar.setup=function(params){function param_default(pname,def){if(typeof params[pname]=="undefined"){params[pname]=def;}};param_default("inputField",null);param_default("displayArea",null);param_default("button",null);param_default("eventName","click");param_default("ifFormat","%Y/%m/%d");param_default("daFormat","%Y/%m/%d");param_default("singleClick",true);param_default("disableFunc",null);param_default("dateStatusFunc",params["disableFunc"]);param_default("dateText",null);param_default("firstDay",null);param_default("align","Br");param_default("range",[1900,2999]);param_default("weekNumbers",true);param_default("flat",null);param_default("flatCallback",null);param_default("onSelect",null);param_default("onClose",null);param_default("onUpdate",null);param_default("date",null);param_default("showsTime",false);param_default("timeFormat","24");param_default("electric",true);param_default("step",2);param_default("position",null);param_default("cache",false);param_default("showOthers",false);param_default("multiple",null);var tmp=["inputField","displayArea","button"];for(var i in tmp){if(typeof params[tmp[i]]=="string"){params[tmp[i]]=document.getElementById(params[tmp[i]]);}}if(!(params.flat||params.multiple||params.inputField||params.displayArea||params.button)){alert("Calendar.setup:\n Nothing to setup (no fields found). Please check your code");return false;}function onSelect(cal){var p=cal.params;var update=(cal.dateClicked||p.electric);if(update&&p.inputField){p.inputField.value=cal.date.print(p.ifFormat);if(typeof p.inputField.onchange=="function")p.inputField.onchange();}if(update&&p.displayArea)p.displayArea.innerHTML=cal.date.print(p.daFormat);if(update&&typeof p.onUpdate=="function")p.onUpdate(cal);if(update&&p.flat){if(typeof p.flatCallback=="function")p.flatCallback(cal);}if(update&&p.singleClick&&cal.dateClicked)cal.callCloseHandler();};if(params.flat!=null){if(typeof params.flat=="string")params.flat=document.getElementById(params.flat);if(!params.flat){alert("Calendar.setup:\n Flat specified but can't find parent.");return false;}var cal=new Calendar(params.firstDay,params.date,params.onSelect||onSelect);cal.showsOtherMonths=params.showOthers;cal.showsTime=params.showsTime;cal.time24=(params.timeFormat=="24");cal.params=params;cal.weekNumbers=params.weekNumbers;cal.setRange(params.range[0],params.range[1]);cal.setDateStatusHandler(params.dateStatusFunc);cal.getDateText=params.dateText;if(params.ifFormat){cal.setDateFormat(params.ifFormat);}if(params.inputField&&typeof params.inputField.value=="string"){cal.parseDate(params.inputField.value);}cal.create(params.flat);cal.show();return false;}var triggerEl=params.button||params.displayArea||params.inputField;triggerEl["on"+params.eventName]=function(){var dateEl=params.inputField||params.displayArea;var dateFmt=params.inputField?params.ifFormat:params.daFormat;var mustCreate=false;var cal=window.calendar;if(dateEl)params.date=Date.parseDate(dateEl.value||dateEl.innerHTML,dateFmt);if(!(cal&&params.cache)){window.calendar=cal=new Calendar(params.firstDay,params.date,params.onSelect||onSelect,params.onClose||function(cal){cal.hide();});cal.showsTime=params.showsTime;cal.time24=(params.timeFormat=="24");cal.weekNumbers=params.weekNumbers;mustCreate=true;}else{if(params.date)cal.setDate(params.date);cal.hide();}if(params.multiple){cal.multiple={};for(var i=params.multiple.length;--i>=0;){var d=params.multiple[i];var ds=d.print("%Y%m%d");cal.multiple[ds]=d;}}cal.showsOtherMonths=params.showOthers;cal.yearStep=params.step;cal.setRange(params.range[0],params.range[1]);cal.params=params;cal.setDateStatusHandler(params.dateStatusFunc);cal.getDateText=params.dateText;cal.setDateFormat(dateFmt);if(mustCreate)cal.create();cal.refresh();if(!params.position)cal.showAtElement(params.button||params.displayArea||params.inputField,params.align);else cal.showAt(params.position[0],params.position[1]);return false;};return cal;};
elements/calendar.js ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* Copyright Mihai Bazon, 2002-2005 | www.bazon.net/mishoo
2
+ * -----------------------------------------------------------
3
+ *
4
+ * The DHTML Calendar, version 1.0 "It is happening again"
5
+ *
6
+ * Details and latest version at:
7
+ * www.dynarch.com/projects/calendar
8
+ *
9
+ * This script is developed by Dynarch.com. Visit us at www.dynarch.com.
10
+ *
11
+ * This script is distributed under the GNU Lesser General Public License.
12
+ * Read the entire license text here: http://www.gnu.org/licenses/lgpl.html
13
+ */
14
+ Calendar=function(firstDayOfWeek,dateStr,onSelected,onClose){
15
+ Calendar._DN = new Array ("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday");Calendar._SDN = new Array ("Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"); Calendar._FD = 0; Calendar._MN = new Array ("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"); Calendar._SMN = new Array ("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec");Calendar._TT = {};Calendar._TT["INFO"] = "About the Calendar";
16
+ Calendar._TT["ABOUT"] =
17
+ "DHTML Date/Time Selector\n" +
18
+ "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" +
19
+ "For latest version visit: http://www.dynarch.com/projects/calendar/\n" +
20
+ "Distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." +
21
+ "\n\n" +
22
+ "Date selection:\n" +
23
+ "- Use the \xab, \xbb buttons to select year\n" +
24
+ "- Use the " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " buttons to select month\n" +
25
+ "- Hold mouse button on any of the above buttons for faster selection.";
26
+ Calendar._TT["ABOUT_TIME"] = "\n\n" +
27
+ "Time selection:\n" +
28
+ "- Click on any of the time parts to increase it\n" +
29
+ "- or Shift-click to decrease it\n" +
30
+ "- or click and drag for faster selection.";
31
+
32
+ Calendar._TT["PREV_YEAR"] = "Click to move to the previous year. Click and hold for a list of years.";Calendar._TT["PREV_MONTH"] = "Click to move to the previous month. Click and hold for a list of the months."; Calendar._TT["GO_TODAY"] = "Go to today";Calendar._TT["NEXT_MONTH"] = "Click to move to the next month. Click and hold for a list of the months.";Calendar._TT["NEXT_YEAR"] = "Click to move to the next year. Click and hold for a list of years.";Calendar._TT["SEL_DATE"] = "Select a date.";Calendar._TT["DRAG_TO_MOVE"] = "Drag to move";Calendar._TT["PART_TODAY"] = " (Today)";Calendar._TT["DAY_FIRST"] = "Display %s first";Calendar._TT["WEEKEND"] = "0,6";Calendar._TT["CLOSE"] = "Close";Calendar._TT["TODAY"] = "Today";Calendar._TT["TIME_PART"] = "(Shift-)Click or Drag to change the value.";Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d"; Calendar._TT["TT_DATE_FORMAT"] = "%A, %B %e";Calendar._TT["WK"] = "wk";Calendar._TT["TIME"] = "Time:";
33
+
34
+
35
+
36
+ this.activeDiv=null;this.currentDateEl=null;this.getDateStatus=null;this.getDateToolTip=null;this.getDateText=null;this.timeout=null;this.onSelected=onSelected||null;this.onClose=onClose||null;this.dragging=false;this.hidden=false;this.minYear=1970;this.maxYear=2050;this.dateFormat=Calendar._TT["DEF_DATE_FORMAT"];this.ttDateFormat=Calendar._TT["TT_DATE_FORMAT"];this.isPopup=true;this.weekNumbers=true;this.firstDayOfWeek=typeof firstDayOfWeek=="number"?firstDayOfWeek:Calendar._FD;this.showsOtherMonths=false;this.dateStr=dateStr;this.ar_days=null;this.showsTime=false;this.time24=true;this.yearStep=2;this.hiliteToday=true;this.multiple=null;this.table=null;this.element=null;this.tbody=null;this.firstdayname=null;this.monthsCombo=null;this.yearsCombo=null;this.hilitedMonth=null;this.activeMonth=null;this.hilitedYear=null;this.activeYear=null;this.dateClicked=false;if(typeof Calendar._SDN=="undefined"){if(typeof Calendar._SDN_len=="undefined")Calendar._SDN_len=3;var ar=new Array();for(var i=8;i>0;){ar[--i]=Calendar._DN[i].substr(0,Calendar._SDN_len);}Calendar._SDN=ar;if(typeof Calendar._SMN_len=="undefined")Calendar._SMN_len=3;ar=new Array();for(var i=12;i>0;){ar[--i]=Calendar._MN[i].substr(0,Calendar._SMN_len);}Calendar._SMN=ar;}};Calendar._C=null;Calendar.is_ie=(/msie/i.test(navigator.userAgent)&&!/opera/i.test(navigator.userAgent));Calendar.is_ie5=(Calendar.is_ie&&/msie 5\.0/i.test(navigator.userAgent));Calendar.is_opera=/opera/i.test(navigator.userAgent);Calendar.is_khtml=/Konqueror|Safari|KHTML/i.test(navigator.userAgent);Calendar.getAbsolutePos=function(el){var SL=0,ST=0;var is_div=/^div$/i.test(el.tagName);if(is_div&&el.scrollLeft)SL=el.scrollLeft;if(is_div&&el.scrollTop)ST=el.scrollTop;var r={x:el.offsetLeft-SL,y:el.offsetTop-ST};if(el.offsetParent){var tmp=this.getAbsolutePos(el.offsetParent);r.x+=tmp.x;r.y+=tmp.y;}return r;};Calendar.isRelated=function(el,evt){var related=evt.relatedTarget;if(!related){var type=evt.type;if(type=="mouseover"){related=evt.fromElement;}else if(type=="mouseout"){related=evt.toElement;}}while(related){if(related==el){return true;}related=related.parentNode;}return false;};Calendar.removeClass=function(el,className){if(!(el&&el.className)){return;}var cls=el.className.split(" ");var ar=new Array();for(var i=cls.length;i>0;){if(cls[--i]!=className){ar[ar.length]=cls[i];}}el.className=ar.join(" ");};Calendar.addClass=function(el,className){Calendar.removeClass(el,className);el.className+=" "+className;};Calendar.getElement=function(ev){var f=Calendar.is_ie?window.event.srcElement:ev.currentTarget;while(f.nodeType!=1||/^div$/i.test(f.tagName))f=f.parentNode;return f;};Calendar.getTargetElement=function(ev){var f=Calendar.is_ie?window.event.srcElement:ev.target;while(f.nodeType!=1)f=f.parentNode;return f;};Calendar.stopEvent=function(ev){ev||(ev=window.event);if(Calendar.is_ie){ev.cancelBubble=true;ev.returnValue=false;}else{ev.preventDefault();ev.stopPropagation();}return false;};Calendar.addEvent=function(el,evname,func){if(el.attachEvent){el.attachEvent("on"+evname,func);}else if(el.addEventListener){el.addEventListener(evname,func,true);}else{el["on"+evname]=func;}};Calendar.removeEvent=function(el,evname,func){if(el.detachEvent){el.detachEvent("on"+evname,func);}else if(el.removeEventListener){el.removeEventListener(evname,func,true);}else{el["on"+evname]=null;}};Calendar.createElement=function(type,parent){var el=null;if(document.createElementNS){el=document.createElementNS("http://www.w3.org/1999/xhtml",type);}else{el=document.createElement(type);}if(typeof parent!="undefined"){parent.appendChild(el);}return el;};Calendar._add_evs=function(el){with(Calendar){addEvent(el,"mouseover",dayMouseOver);addEvent(el,"mousedown",dayMouseDown);addEvent(el,"mouseout",dayMouseOut);if(is_ie){addEvent(el,"dblclick",dayMouseDblClick);el.setAttribute("unselectable",true);}}};Calendar.findMonth=function(el){if(typeof el.month!="undefined"){return el;}else if(typeof el.parentNode.month!="undefined"){return el.parentNode;}return null;};Calendar.findYear=function(el){if(typeof el.year!="undefined"){return el;}else if(typeof el.parentNode.year!="undefined"){return el.parentNode;}return null;};Calendar.showMonthsCombo=function(){var cal=Calendar._C;if(!cal){return false;}var cal=cal;var cd=cal.activeDiv;var mc=cal.monthsCombo;if(cal.hilitedMonth){Calendar.removeClass(cal.hilitedMonth,"hilite");}if(cal.activeMonth){Calendar.removeClass(cal.activeMonth,"active");}var mon=cal.monthsCombo.getElementsByTagName("div")[cal.date.getMonth()];Calendar.addClass(mon,"active");cal.activeMonth=mon;var s=mc.style;s.display="block";if(cd.navtype<0)s.left=cd.offsetLeft+"px";else{var mcw=mc.offsetWidth;if(typeof mcw=="undefined")mcw=50;s.left=(cd.offsetLeft+cd.offsetWidth-mcw)+"px";}s.top=(cd.offsetTop+cd.offsetHeight)+"px";};Calendar.showYearsCombo=function(fwd){var cal=Calendar._C;if(!cal){return false;}var cal=cal;var cd=cal.activeDiv;var yc=cal.yearsCombo;if(cal.hilitedYear){Calendar.removeClass(cal.hilitedYear,"hilite");}if(cal.activeYear){Calendar.removeClass(cal.activeYear,"active");}cal.activeYear=null;var Y=cal.date.getFullYear()+(fwd?1:-1);var yr=yc.firstChild;var show=false;for(var i=12;i>0;--i){if(Y>=cal.minYear&&Y<=cal.maxYear){yr.innerHTML=Y;yr.year=Y;yr.style.display="block";show=true;}else{yr.style.display="none";}yr=yr.nextSibling;Y+=fwd?cal.yearStep:-cal.yearStep;}if(show){var s=yc.style;s.display="block";if(cd.navtype<0)s.left=cd.offsetLeft+"px";else{var ycw=yc.offsetWidth;if(typeof ycw=="undefined")ycw=50;s.left=(cd.offsetLeft+cd.offsetWidth-ycw)+"px";}s.top=(cd.offsetTop+cd.offsetHeight)+"px";}};Calendar.tableMouseUp=function(ev){var cal=Calendar._C;if(!cal){return false;}if(cal.timeout){clearTimeout(cal.timeout);}var el=cal.activeDiv;if(!el){return false;}var target=Calendar.getTargetElement(ev);ev||(ev=window.event);Calendar.removeClass(el,"active");if(target==el||target.parentNode==el){Calendar.cellClick(el,ev);}var mon=Calendar.findMonth(target);var date=null;if(mon){date=new Date(cal.date);if(mon.month!=date.getMonth()){date.setMonth(mon.month);cal.setDate(date);cal.dateClicked=false;cal.callHandler();}}else{var year=Calendar.findYear(target);if(year){date=new Date(cal.date);if(year.year!=date.getFullYear()){date.setFullYear(year.year);cal.setDate(date);cal.dateClicked=false;cal.callHandler();}}}with(Calendar){removeEvent(document,"mouseup",tableMouseUp);removeEvent(document,"mouseover",tableMouseOver);removeEvent(document,"mousemove",tableMouseOver);cal._hideCombos();_C=null;return stopEvent(ev);}};Calendar.tableMouseOver=function(ev){var cal=Calendar._C;if(!cal){return;}var el=cal.activeDiv;var target=Calendar.getTargetElement(ev);if(target==el||target.parentNode==el){Calendar.addClass(el,"hilite active");Calendar.addClass(el.parentNode,"rowhilite");}else{if(typeof el.navtype=="undefined"||(el.navtype!=50&&(el.navtype==0||Math.abs(el.navtype)>2)))Calendar.removeClass(el,"active");Calendar.removeClass(el,"hilite");Calendar.removeClass(el.parentNode,"rowhilite");}ev||(ev=window.event);if(el.navtype==50&&target!=el){var pos=Calendar.getAbsolutePos(el);var w=el.offsetWidth;var x=ev.clientX;var dx;var decrease=true;if(x>pos.x+w){dx=x-pos.x-w;decrease=false;}else dx=pos.x-x;if(dx<0)dx=0;var range=el._range;var current=el._current;var count=Math.floor(dx/10)%range.length;for(var i=range.length;--i>=0;)if(range[i]==current)break;while(count-->0)if(decrease){if(--i<0)i=range.length-1;}else if(++i>=range.length)i=0;var newval=range[i];el.innerHTML=newval;cal.onUpdateTime();}var mon=Calendar.findMonth(target);if(mon){if(mon.month!=cal.date.getMonth()){if(cal.hilitedMonth){Calendar.removeClass(cal.hilitedMonth,"hilite");}Calendar.addClass(mon,"hilite");cal.hilitedMonth=mon;}else if(cal.hilitedMonth){Calendar.removeClass(cal.hilitedMonth,"hilite");}}else{if(cal.hilitedMonth){Calendar.removeClass(cal.hilitedMonth,"hilite");}var year=Calendar.findYear(target);if(year){if(year.year!=cal.date.getFullYear()){if(cal.hilitedYear){Calendar.removeClass(cal.hilitedYear,"hilite");}Calendar.addClass(year,"hilite");cal.hilitedYear=year;}else if(cal.hilitedYear){Calendar.removeClass(cal.hilitedYear,"hilite");}}else if(cal.hilitedYear){Calendar.removeClass(cal.hilitedYear,"hilite");}}return Calendar.stopEvent(ev);};Calendar.tableMouseDown=function(ev){if(Calendar.getTargetElement(ev)==Calendar.getElement(ev)){return Calendar.stopEvent(ev);}};Calendar.calDragIt=function(ev){var cal=Calendar._C;if(!(cal&&cal.dragging)){return false;}var posX;var posY;if(Calendar.is_ie){posY=window.event.clientY+document.body.scrollTop;posX=window.event.clientX+document.body.scrollLeft;}else{posX=ev.pageX;posY=ev.pageY;}cal.hideShowCovered();var st=cal.element.style;st.left=(posX-cal.xOffs)+"px";st.top=(posY-cal.yOffs)+"px";return Calendar.stopEvent(ev);};Calendar.calDragEnd=function(ev){var cal=Calendar._C;if(!cal){return false;}cal.dragging=false;with(Calendar){removeEvent(document,"mousemove",calDragIt);removeEvent(document,"mouseup",calDragEnd);tableMouseUp(ev);}cal.hideShowCovered();};Calendar.dayMouseDown=function(ev){var el=Calendar.getElement(ev);if(el.disabled){return false;}var cal=el.calendar;cal.activeDiv=el;Calendar._C=cal;if(el.navtype!=300)with(Calendar){if(el.navtype==50){el._current=el.innerHTML;addEvent(document,"mousemove",tableMouseOver);}else addEvent(document,Calendar.is_ie5?"mousemove":"mouseover",tableMouseOver);addClass(el,"hilite active");addEvent(document,"mouseup",tableMouseUp);}else if(cal.isPopup){cal._dragStart(ev);}if(el.navtype==-1||el.navtype==1){if(cal.timeout)clearTimeout(cal.timeout);cal.timeout=setTimeout("Calendar.showMonthsCombo()",250);}else if(el.navtype==-2||el.navtype==2){if(cal.timeout)clearTimeout(cal.timeout);cal.timeout=setTimeout((el.navtype>0)?"Calendar.showYearsCombo(true)":"Calendar.showYearsCombo(false)",250);}else{cal.timeout=null;}return Calendar.stopEvent(ev);};Calendar.dayMouseDblClick=function(ev){Calendar.cellClick(Calendar.getElement(ev),ev||window.event);if(Calendar.is_ie){document.selection.empty();}};Calendar.dayMouseOver=function(ev){var el=Calendar.getElement(ev);if(Calendar.isRelated(el,ev)||Calendar._C||el.disabled){return false;}if(el.ttip){if(el.ttip.substr(0,1)=="_"){el.ttip=el.caldate.print(el.calendar.ttDateFormat)+el.ttip.substr(1);}el.calendar.tooltips.innerHTML=el.ttip;}if(el.navtype!=300){Calendar.addClass(el,"hilite");if(el.caldate){Calendar.addClass(el.parentNode,"rowhilite");}}return Calendar.stopEvent(ev);};Calendar.dayMouseOut=function(ev){with(Calendar){var el=getElement(ev);if(isRelated(el,ev)||_C||el.disabled)return false;removeClass(el,"hilite");if(el.caldate)removeClass(el.parentNode,"rowhilite");if(el.calendar)el.calendar.tooltips.innerHTML=_TT["SEL_DATE"];return stopEvent(ev);}};Calendar.cellClick=function(el,ev){var cal=el.calendar;var closing=false;var newdate=false;var date=null;if(typeof el.navtype=="undefined"){if(cal.currentDateEl){Calendar.removeClass(cal.currentDateEl,"selected");Calendar.addClass(el,"selected");closing=(cal.currentDateEl==el);if(!closing){cal.currentDateEl=el;}}cal.date.setDateOnly(el.caldate);date=cal.date;var other_month=!(cal.dateClicked=!el.otherMonth);if(!other_month&&!cal.currentDateEl)cal._toggleMultipleDate(new Date(date));else newdate=!el.disabled;if(other_month)cal._init(cal.firstDayOfWeek,date);}else{if(el.navtype==200){Calendar.removeClass(el,"hilite");cal.callCloseHandler();return;}date=new Date(cal.date);if(el.navtype==0)date.setDateOnly(new Date());cal.dateClicked=false;var year=date.getFullYear();var mon=date.getMonth();function setMonth(m){var day=date.getDate();var max=date.getMonthDays(m);if(day>max){date.setDate(max);}date.setMonth(m);};switch(el.navtype){case 400:Calendar.removeClass(el,"hilite");var text=Calendar._TT["ABOUT"];if(typeof text!="undefined"){text+=cal.showsTime?Calendar._TT["ABOUT_TIME"]:"";}else{text="Help and about box text is not translated into this language.\n"+"If you know this language and you feel generous please update\n"+"the corresponding file in \"lang\" subdir to match calendar-en.js\n"+"and send it back to <mihai_bazon@yahoo.com> to get it into the distribution ;-)\n\n"+"Thank you!\n"+"http://dynarch.com/mishoo/calendar.epl\n";}alert(text);return;case-2:if(year>cal.minYear){date.setFullYear(year-1);}break;case-1:if(mon>0){setMonth(mon-1);}else if(year-->cal.minYear){date.setFullYear(year);setMonth(11);}break;case 1:if(mon<11){setMonth(mon+1);}else if(year<cal.maxYear){date.setFullYear(year+1);setMonth(0);}break;case 2:if(year<cal.maxYear){date.setFullYear(year+1);}break;case 100:cal.setFirstDayOfWeek(el.fdow);return;case 50:var range=el._range;var current=el.innerHTML;for(var i=range.length;--i>=0;)if(range[i]==current)break;if(ev&&ev.shiftKey){if(--i<0)i=range.length-1;}else if(++i>=range.length)i=0;var newval=range[i];el.innerHTML=newval;cal.onUpdateTime();return;case 0:if((typeof cal.getDateStatus=="function")&&cal.getDateStatus(date,date.getFullYear(),date.getMonth(),date.getDate())){return false;}break;}if(!date.equalsTo(cal.date)){cal.setDate(date);newdate=true;}else if(el.navtype==0)newdate=closing=true;}if(newdate){ev&&cal.callHandler();}if(closing){Calendar.removeClass(el,"hilite");ev&&cal.callCloseHandler();}};Calendar.prototype.create=function(_par){var parent=null;if(!_par){parent=document.getElementsByTagName("body")[0];this.isPopup=true;}else{parent=_par;this.isPopup=false;}this.date=this.dateStr?new Date(this.dateStr):new Date();var table=Calendar.createElement("table");this.table=table;table.cellSpacing=0;table.cellPadding=0;table.calendar=this;Calendar.addEvent(table,"mousedown",Calendar.tableMouseDown);var div=Calendar.createElement("div");this.element=div;div.className="calendar";if(this.isPopup){div.style.position="absolute";div.style.display="none";}div.appendChild(table);var thead=Calendar.createElement("thead",table);var cell=null;var row=null;var cal=this;var hh=function(text,cs,navtype){cell=Calendar.createElement("td",row);cell.colSpan=cs;cell.className="button";if(navtype!=0&&Math.abs(navtype)<=2)cell.className+=" nav";Calendar._add_evs(cell);cell.calendar=cal;cell.navtype=navtype;cell.innerHTML="<div unselectable='on'>"+text+"</div>";return cell;};row=Calendar.createElement("tr",thead);var title_length=6;(this.isPopup)&&--title_length;(this.weekNumbers)&&++title_length;hh("?",1,400).ttip=Calendar._TT["INFO"];this.title=hh("",title_length,300);this.title.className="title";if(this.isPopup){this.title.ttip=Calendar._TT["DRAG_TO_MOVE"];this.title.style.cursor="move";hh("&#x00d7;",1,200).ttip=Calendar._TT["CLOSE"];}row=Calendar.createElement("tr",thead);row.className="headrow";this._nav_py=hh("&#x00ab;",1,-2);this._nav_py.ttip=Calendar._TT["PREV_YEAR"];this._nav_pm=hh("&#x2039;",1,-1);this._nav_pm.ttip=Calendar._TT["PREV_MONTH"];this._nav_now=hh(Calendar._TT["TODAY"],this.weekNumbers?4:3,0);this._nav_now.ttip=Calendar._TT["GO_TODAY"];this._nav_nm=hh("&#x203a;",1,1);this._nav_nm.ttip=Calendar._TT["NEXT_MONTH"];this._nav_ny=hh("&#x00bb;",1,2);this._nav_ny.ttip=Calendar._TT["NEXT_YEAR"];row=Calendar.createElement("tr",thead);row.className="daynames";if(this.weekNumbers){cell=Calendar.createElement("td",row);cell.className="name wn";cell.innerHTML=Calendar._TT["WK"];}for(var i=7;i>0;--i){cell=Calendar.createElement("td",row);if(!i){cell.navtype=100;cell.calendar=this;Calendar._add_evs(cell);}}this.firstdayname=(this.weekNumbers)?row.firstChild.nextSibling:row.firstChild;this._displayWeekdays();var tbody=Calendar.createElement("tbody",table);this.tbody=tbody;for(i=6;i>0;--i){row=Calendar.createElement("tr",tbody);if(this.weekNumbers){cell=Calendar.createElement("td",row);}for(var j=7;j>0;--j){cell=Calendar.createElement("td",row);cell.calendar=this;Calendar._add_evs(cell);}}if(this.showsTime){row=Calendar.createElement("tr",tbody);row.className="time";cell=Calendar.createElement("td",row);cell.className="time";cell.colSpan=2;cell.innerHTML=Calendar._TT["TIME"]||"&nbsp;";cell=Calendar.createElement("td",row);cell.className="time";cell.colSpan=this.weekNumbers?4:3;(function(){function makeTimePart(className,init,range_start,range_end){var part=Calendar.createElement("span",cell);part.className=className;part.innerHTML=init;part.calendar=cal;part.ttip=Calendar._TT["TIME_PART"];part.navtype=50;part._range=[];if(typeof range_start!="number")part._range=range_start;else{for(var i=range_start;i<=range_end;++i){var txt;if(i<10&&range_end>=10)txt='0'+i;else txt=''+i;part._range[part._range.length]=txt;}}Calendar._add_evs(part);return part;};var hrs=cal.date.getHours();var mins=cal.date.getMinutes();var t12=!cal.time24;var pm=(hrs>12);if(t12&&pm)hrs-=12;var H=makeTimePart("hour",hrs,t12?1:0,t12?12:23);var span=Calendar.createElement("span",cell);span.innerHTML=":";span.className="colon";var M=makeTimePart("minute",mins,0,59);var AP=null;cell=Calendar.createElement("td",row);cell.className="time";cell.colSpan=2;if(t12)AP=makeTimePart("ampm",pm?"pm":"am",["am","pm"]);else cell.innerHTML="&nbsp;";cal.onSetTime=function(){var pm,hrs=this.date.getHours(),mins=this.date.getMinutes();if(t12){pm=(hrs>=12);if(pm)hrs-=12;if(hrs==0)hrs=12;AP.innerHTML=pm?"pm":"am";}H.innerHTML=(hrs<10)?("0"+hrs):hrs;M.innerHTML=(mins<10)?("0"+mins):mins;};cal.onUpdateTime=function(){var date=this.date;var h=parseInt(H.innerHTML,10);if(t12){if(/pm/i.test(AP.innerHTML)&&h<12)h+=12;else if(/am/i.test(AP.innerHTML)&&h==12)h=0;}var d=date.getDate();var m=date.getMonth();var y=date.getFullYear();date.setHours(h);date.setMinutes(parseInt(M.innerHTML,10));date.setFullYear(y);date.setMonth(m);date.setDate(d);this.dateClicked=false;this.callHandler();};})();}else{this.onSetTime=this.onUpdateTime=function(){};}var tfoot=Calendar.createElement("tfoot",table);row=Calendar.createElement("tr",tfoot);row.className="footrow";cell=hh(Calendar._TT["SEL_DATE"],this.weekNumbers?8:7,300);cell.className="ttip";if(this.isPopup){cell.ttip=Calendar._TT["DRAG_TO_MOVE"];cell.style.cursor="move";}this.tooltips=cell;div=Calendar.createElement("div",this.element);this.monthsCombo=div;div.className="combo";for(i=0;i<Calendar._MN.length;++i){var mn=Calendar.createElement("div");mn.className=Calendar.is_ie?"label-IEfix":"label";mn.month=i;mn.innerHTML=Calendar._SMN[i];div.appendChild(mn);}div=Calendar.createElement("div",this.element);this.yearsCombo=div;div.className="combo";for(i=12;i>0;--i){var yr=Calendar.createElement("div");yr.className=Calendar.is_ie?"label-IEfix":"label";div.appendChild(yr);}this._init(this.firstDayOfWeek,this.date);parent.appendChild(this.element);};Calendar._keyEvent=function(ev){var cal=window._dynarch_popupCalendar;if(!cal||cal.multiple)return false;(Calendar.is_ie)&&(ev=window.event);var act=(Calendar.is_ie||ev.type=="keypress"),K=ev.keyCode;if(ev.ctrlKey){switch(K){case 37:act&&Calendar.cellClick(cal._nav_pm);break;case 38:act&&Calendar.cellClick(cal._nav_py);break;case 39:act&&Calendar.cellClick(cal._nav_nm);break;case 40:act&&Calendar.cellClick(cal._nav_ny);break;default:return false;}}else switch(K){case 32:Calendar.cellClick(cal._nav_now);break;case 27:act&&cal.callCloseHandler();break;case 37:case 38:case 39:case 40:if(act){var prev,x,y,ne,el,step;prev=K==37||K==38;step=(K==37||K==39)?1:7;function setVars(){el=cal.currentDateEl;var p=el.pos;x=p&15;y=p>>4;ne=cal.ar_days[y][x];};setVars();function prevMonth(){var date=new Date(cal.date);date.setDate(date.getDate()-step);cal.setDate(date);};function nextMonth(){var date=new Date(cal.date);date.setDate(date.getDate()+step);cal.setDate(date);};while(1){switch(K){case 37:if(--x>=0)ne=cal.ar_days[y][x];else{x=6;K=38;continue;}break;case 38:if(--y>=0)ne=cal.ar_days[y][x];else{prevMonth();setVars();}break;case 39:if(++x<7)ne=cal.ar_days[y][x];else{x=0;K=40;continue;}break;case 40:if(++y<cal.ar_days.length)ne=cal.ar_days[y][x];else{nextMonth();setVars();}break;}break;}if(ne){if(!ne.disabled)Calendar.cellClick(ne);else if(prev)prevMonth();else nextMonth();}}break;case 13:if(act)Calendar.cellClick(cal.currentDateEl,ev);break;default:return false;}return Calendar.stopEvent(ev);};Calendar.prototype._init=function(firstDayOfWeek,date){var today=new Date(),TY=today.getFullYear(),TM=today.getMonth(),TD=today.getDate();this.table.style.visibility="hidden";var year=date.getFullYear();if(year<this.minYear){year=this.minYear;date.setFullYear(year);}else if(year>this.maxYear){year=this.maxYear;date.setFullYear(year);}this.firstDayOfWeek=firstDayOfWeek;this.date=new Date(date);var month=date.getMonth();var mday=date.getDate();var no_days=date.getMonthDays();date.setDate(1);var day1=(date.getDay()-this.firstDayOfWeek)%7;if(day1<0)day1+=7;date.setDate(-day1);date.setDate(date.getDate()+1);var row=this.tbody.firstChild;var MN=Calendar._SMN[month];var ar_days=this.ar_days=new Array();var weekend=Calendar._TT["WEEKEND"];var dates=this.multiple?(this.datesCells={}):null;for(var i=0;i<6;++i,row=row.nextSibling){var cell=row.firstChild;if(this.weekNumbers){cell.className="day wn";cell.innerHTML=date.getWeekNumber();cell=cell.nextSibling;}row.className="daysrow";var hasdays=false,iday,dpos=ar_days[i]=[];for(var j=0;j<7;++j,cell=cell.nextSibling,date.setDate(iday+1)){iday=date.getDate();var wday=date.getDay();cell.className="day";cell.pos=i<<4|j;dpos[j]=cell;var current_month=(date.getMonth()==month);if(!current_month){if(this.showsOtherMonths){cell.className+=" othermonth";cell.otherMonth=true;}else{cell.className="emptycell";cell.innerHTML="&nbsp;";cell.disabled=true;continue;}}else{cell.otherMonth=false;hasdays=true;}cell.disabled=false;cell.innerHTML=this.getDateText?this.getDateText(date,iday):iday;if(dates)dates[date.print("%Y%m%d")]=cell;if(this.getDateStatus){var status=this.getDateStatus(date,year,month,iday);if(this.getDateToolTip){var toolTip=this.getDateToolTip(date,year,month,iday);if(toolTip)cell.title=toolTip;}if(status===true){cell.className+=" disabled";cell.disabled=true;}else{if(/disabled/i.test(status))cell.disabled=true;cell.className+=" "+status;}}if(!cell.disabled){cell.caldate=new Date(date);cell.ttip="_";if(!this.multiple&&current_month&&iday==mday&&this.hiliteToday){cell.className+=" selected";this.currentDateEl=cell;}if(date.getFullYear()==TY&&date.getMonth()==TM&&iday==TD){cell.className+=" today";cell.ttip+=Calendar._TT["PART_TODAY"];}if(weekend.indexOf(wday.toString())!=-1)cell.className+=cell.otherMonth?" oweekend":" weekend";}}if(!(hasdays||this.showsOtherMonths))row.className="emptyrow";}this.title.innerHTML=Calendar._MN[month]+", "+year;this.onSetTime();this.table.style.visibility="visible";this._initMultipleDates();};Calendar.prototype._initMultipleDates=function(){if(this.multiple){for(var i in this.multiple){var cell=this.datesCells[i];var d=this.multiple[i];if(!d)continue;if(cell)cell.className+=" selected";}}};Calendar.prototype._toggleMultipleDate=function(date){if(this.multiple){var ds=date.print("%Y%m%d");var cell=this.datesCells[ds];if(cell){var d=this.multiple[ds];if(!d){Calendar.addClass(cell,"selected");this.multiple[ds]=date;}else{Calendar.removeClass(cell,"selected");delete this.multiple[ds];}}}};Calendar.prototype.setDateToolTipHandler=function(unaryFunction){this.getDateToolTip=unaryFunction;};Calendar.prototype.setDate=function(date){if(!date.equalsTo(this.date)){this._init(this.firstDayOfWeek,date);}};Calendar.prototype.refresh=function(){this._init(this.firstDayOfWeek,this.date);};Calendar.prototype.setFirstDayOfWeek=function(firstDayOfWeek){this._init(firstDayOfWeek,this.date);this._displayWeekdays();};Calendar.prototype.setDateStatusHandler=Calendar.prototype.setDisabledHandler=function(unaryFunction){this.getDateStatus=unaryFunction;};Calendar.prototype.setRange=function(a,z){this.minYear=a;this.maxYear=z;};Calendar.prototype.callHandler=function(){if(this.onSelected){this.onSelected(this,this.date.print(this.dateFormat));}};Calendar.prototype.callCloseHandler=function(){if(this.onClose){this.onClose(this);}this.hideShowCovered();};Calendar.prototype.destroy=function(){var el=this.element.parentNode;el.removeChild(this.element);Calendar._C=null;window._dynarch_popupCalendar=null;};Calendar.prototype.reparent=function(new_parent){var el=this.element;el.parentNode.removeChild(el);new_parent.appendChild(el);};Calendar._checkCalendar=function(ev){var calendar=window._dynarch_popupCalendar;if(!calendar){return false;}var el=Calendar.is_ie?Calendar.getElement(ev):Calendar.getTargetElement(ev);for(;el!=null&&el!=calendar.element;el=el.parentNode);if(el==null){window._dynarch_popupCalendar.callCloseHandler();return Calendar.stopEvent(ev);}};Calendar.prototype.show=function(){var rows=this.table.getElementsByTagName("tr");for(var i=rows.length;i>0;){var row=rows[--i];Calendar.removeClass(row,"rowhilite");var cells=row.getElementsByTagName("td");for(var j=cells.length;j>0;){var cell=cells[--j];Calendar.removeClass(cell,"hilite");Calendar.removeClass(cell,"active");}}this.element.style.display="block";this.hidden=false;if(this.isPopup){window._dynarch_popupCalendar=this;Calendar.addEvent(document,"keydown",Calendar._keyEvent);Calendar.addEvent(document,"keypress",Calendar._keyEvent);Calendar.addEvent(document,"mousedown",Calendar._checkCalendar);}this.hideShowCovered();};Calendar.prototype.hide=function(){if(this.isPopup){Calendar.removeEvent(document,"keydown",Calendar._keyEvent);Calendar.removeEvent(document,"keypress",Calendar._keyEvent);Calendar.removeEvent(document,"mousedown",Calendar._checkCalendar);}this.element.style.display="none";this.hidden=true;this.hideShowCovered();};Calendar.prototype.showAt=function(x,y){var s=this.element.style;s.left=x+"px";s.top=y+"px";this.show();};Calendar.prototype.showAtElement=function(el,opts){var self=this;var p=Calendar.getAbsolutePos(el);if(!opts||typeof opts!="string"){this.showAt(p.x,p.y+el.offsetHeight);return true;}function fixPosition(box){if(box.x<0)box.x=0;if(box.y<0)box.y=0;var cp=document.createElement("div");var s=cp.style;s.position="absolute";s.right=s.bottom=s.width=s.height="0px";document.body.appendChild(cp);var br=Calendar.getAbsolutePos(cp);document.body.removeChild(cp);if(Calendar.is_ie){br.y+=document.body.scrollTop;br.x+=document.body.scrollLeft;}else{br.y+=window.scrollY;br.x+=window.scrollX;}var tmp=box.x+box.width-br.x;if(tmp>0)box.x-=tmp;tmp=box.y+box.height-br.y;if(tmp>0)box.y-=tmp;};this.element.style.display="block";Calendar.continuation_for_the_fucking_khtml_browser=function(){var w=self.element.offsetWidth;var h=self.element.offsetHeight;self.element.style.display="none";var valign=opts.substr(0,1);var halign="l";if(opts.length>1){halign=opts.substr(1,1);}switch(valign){case "T":p.y-=h;break;case "B":p.y+=el.offsetHeight;break;case "C":p.y+=(el.offsetHeight-h)/2;break;case "t":p.y+=el.offsetHeight-h;break;case "b":break;}switch(halign){case "L":p.x-=w;break;case "R":p.x+=el.offsetWidth;break;case "C":p.x+=(el.offsetWidth-w)/2;break;case "l":p.x+=el.offsetWidth-w;break;case "r":break;}p.width=w;p.height=h+40;self.monthsCombo.style.display="none";fixPosition(p);self.showAt(p.x,p.y);};if(Calendar.is_khtml)setTimeout("Calendar.continuation_for_the_fucking_khtml_browser()",10);else Calendar.continuation_for_the_fucking_khtml_browser();};Calendar.prototype.setDateFormat=function(str){this.dateFormat=str;};Calendar.prototype.setTtDateFormat=function(str){this.ttDateFormat=str;};Calendar.prototype.parseDate=function(str,fmt){if(!fmt)fmt=this.dateFormat;this.setDate(Date.parseDate(str,fmt));};Calendar.prototype.hideShowCovered=function(){if(!Calendar.is_ie&&!Calendar.is_opera)return;function getVisib(obj){var value=obj.style.visibility;if(!value){if(document.defaultView&&typeof(document.defaultView.getComputedStyle)=="function"){if(!Calendar.is_khtml)value=document.defaultView. getComputedStyle(obj,"").getPropertyValue("visibility");else value='';}else if(obj.currentStyle){value=obj.currentStyle.visibility;}else value='';}return value;};var tags=new Array("applet","iframe","select");var el=this.element;var p=Calendar.getAbsolutePos(el);var EX1=p.x;var EX2=el.offsetWidth+EX1;var EY1=p.y;var EY2=el.offsetHeight+EY1;for(var k=tags.length;k>0;){var ar=document.getElementsByTagName(tags[--k]);var cc=null;for(var i=ar.length;i>0;){cc=ar[--i];p=Calendar.getAbsolutePos(cc);var CX1=p.x;var CX2=cc.offsetWidth+CX1;var CY1=p.y;var CY2=cc.offsetHeight+CY1;if(this.hidden||(CX1>EX2)||(CX2<EX1)||(CY1>EY2)||(CY2<EY1)){if(!cc.__msh_save_visibility){cc.__msh_save_visibility=getVisib(cc);}cc.style.visibility=cc.__msh_save_visibility;}else{if(!cc.__msh_save_visibility){cc.__msh_save_visibility=getVisib(cc);}cc.style.visibility="hidden";}}}};Calendar.prototype._displayWeekdays=function(){var fdow=this.firstDayOfWeek;var cell=this.firstdayname;var weekend=Calendar._TT["WEEKEND"];for(var i=0;i<7;++i){cell.className="day name";var realday=(i+fdow)%7;if(i){cell.ttip=Calendar._TT["DAY_FIRST"].replace("%s",Calendar._DN[realday]);cell.navtype=100;cell.calendar=this;cell.fdow=realday;Calendar._add_evs(cell);}if(weekend.indexOf(realday.toString())!=-1){Calendar.addClass(cell,"weekend");}cell.innerHTML=Calendar._SDN[(i+fdow)%7];cell=cell.nextSibling;}};Calendar.prototype._hideCombos=function(){this.monthsCombo.style.display="none";this.yearsCombo.style.display="none";};Calendar.prototype._dragStart=function(ev){if(this.dragging){return;}this.dragging=true;var posX;var posY;if(Calendar.is_ie){posY=window.event.clientY+document.body.scrollTop;posX=window.event.clientX+document.body.scrollLeft;}else{posY=ev.clientY+window.scrollY;posX=ev.clientX+window.scrollX;}var st=this.element.style;this.xOffs=posX-parseInt(st.left);this.yOffs=posY-parseInt(st.top);with(Calendar){addEvent(document,"mousemove",calDragIt);addEvent(document,"mouseup",calDragEnd);}};Date._MD=new Array(31,28,31,30,31,30,31,31,30,31,30,31);Date.SECOND=1000;Date.MINUTE=60*Date.SECOND;Date.HOUR=60*Date.MINUTE;Date.DAY=24*Date.HOUR;Date.WEEK=7*Date.DAY;Date.parseDate=function(str,fmt){var today=new Date();var y=0;var m=-1;var d=0;var a=str.split(/\W+/);var b=fmt.match(/%./g);var i=0,j=0;var hr=0;var min=0;for(i=0;i<a.length;++i){if(!a[i])continue;switch(b[i]){case "%d":case "%e":d=parseInt(a[i],10);break;case "%m":m=parseInt(a[i],10)-1;break;case "%Y":case "%y":y=parseInt(a[i],10);(y<100)&&(y+=(y>29)?1900:2000);break;case "%b":case "%B":for(j=0;j<12;++j){if(Calendar._MN[j].substr(0,a[i].length).toLowerCase()==a[i].toLowerCase()){m=j;break;}}break;case "%H":case "%I":case "%k":case "%l":hr=parseInt(a[i],10);break;case "%P":case "%p":if(/pm/i.test(a[i])&&hr<12)hr+=12;else if(/am/i.test(a[i])&&hr>=12)hr-=12;break;case "%M":min=parseInt(a[i],10);break;}}if(isNaN(y))y=today.getFullYear();if(isNaN(m))m=today.getMonth();if(isNaN(d))d=today.getDate();if(isNaN(hr))hr=today.getHours();if(isNaN(min))min=today.getMinutes();if(y!=0&&m!=-1&&d!=0)return new Date(y,m,d,hr,min,0);y=0;m=-1;d=0;for(i=0;i<a.length;++i){if(a[i].search(/[a-zA-Z]+/)!=-1){var t=-1;for(j=0;j<12;++j){if(Calendar._MN[j].substr(0,a[i].length).toLowerCase()==a[i].toLowerCase()){t=j;break;}}if(t!=-1){if(m!=-1){d=m+1;}m=t;}}else if(parseInt(a[i],10)<=12&&m==-1){m=a[i]-1;}else if(parseInt(a[i],10)>31&&y==0){y=parseInt(a[i],10);(y<100)&&(y+=(y>29)?1900:2000);}else if(d==0){d=a[i];}}if(y==0)y=today.getFullYear();if(m!=-1&&d!=0)return new Date(y,m,d,hr,min,0);return today;};Date.prototype.getMonthDays=function(month){var year=this.getFullYear();if(typeof month=="undefined"){month=this.getMonth();}if(((0==(year%4))&&((0!=(year%100))||(0==(year%400))))&&month==1){return 29;}else{return Date._MD[month];}};Date.prototype.getDayOfYear=function(){var now=new Date(this.getFullYear(),this.getMonth(),this.getDate(),0,0,0);var then=new Date(this.getFullYear(),0,0,0,0,0);var time=now-then;return Math.floor(time/Date.DAY);};Date.prototype.getWeekNumber=function(){var d=new Date(this.getFullYear(),this.getMonth(),this.getDate(),0,0,0);var DoW=d.getDay();d.setDate(d.getDate()-(DoW+6)%7+3);var ms=d.valueOf();d.setMonth(0);d.setDate(4);return Math.round((ms-d.valueOf())/(7*864e5))+1;};Date.prototype.equalsTo=function(date){return((this.getFullYear()==date.getFullYear())&&(this.getMonth()==date.getMonth())&&(this.getDate()==date.getDate())&&(this.getHours()==date.getHours())&&(this.getMinutes()==date.getMinutes()));};Date.prototype.setDateOnly=function(date){var tmp=new Date(date);this.setDate(1);this.setFullYear(tmp.getFullYear());this.setMonth(tmp.getMonth());this.setDate(tmp.getDate());};Date.prototype.print=function(str){var m=this.getMonth();var d=this.getDate();var y=this.getFullYear();var wn=this.getWeekNumber();var w=this.getDay();var s={};var hr=this.getHours();var pm=(hr>=12);var ir=(pm)?(hr-12):hr;var dy=this.getDayOfYear();if(ir==0)ir=12;var min=this.getMinutes();var sec=this.getSeconds();s["%a"]=Calendar._SDN[w];s["%A"]=Calendar._DN[w];s["%b"]=Calendar._SMN[m];s["%B"]=Calendar._MN[m];s["%C"]=1+Math.floor(y/100);s["%d"]=(d<10)?("0"+d):d;s["%e"]=d;s["%H"]=(hr<10)?("0"+hr):hr;s["%I"]=(ir<10)?("0"+ir):ir;s["%j"]=(dy<100)?((dy<10)?("00"+dy):("0"+dy)):dy;s["%k"]=hr;s["%l"]=ir;s["%m"]=(m<9)?("0"+(1+m)):(1+m);s["%M"]=(min<10)?("0"+min):min;s["%n"]="\n";s["%p"]=pm?"PM":"AM";s["%P"]=pm?"pm":"am";s["%s"]=Math.floor(this.getTime()/1000);s["%S"]=(sec<10)?("0"+sec):sec;s["%t"]="\t";s["%U"]=s["%W"]=s["%V"]=(wn<10)?("0"+wn):wn;s["%u"]=w+1;s["%w"]=w;s["%y"]=(''+y).substr(2,2);s["%Y"]=y;s["%%"]="%";var re=/%./g;if(!Calendar.is_ie5&&!Calendar.is_khtml)return str.replace(re,function(par){return s[par]||par;});var a=str.match(re);for(var i=0;i<a.length;i++){var tmp=s[a[i]];if(tmp){re=new RegExp(a[i],'g');str=str.replace(re,tmp);}}return str;};Date.prototype.__msh_oldSetFullYear=Date.prototype.setFullYear;Date.prototype.setFullYear=function(y){var d=new Date(this);d.__msh_oldSetFullYear(y);if(d.getMonth()!=this.getMonth())this.setDate(28);this.__msh_oldSetFullYear(y);};window._dynarch_popupCalendar=null;
elements/calendar_function.js ADDED
@@ -0,0 +1,573 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ // <?php !! This fools phpdocumentor into parsing this file
2
+ /**
3
+ * @version $Id: joomla.javascript.js 14401 2010-01-26 14:10:00Z louis $
4
+ * @package Joomla
5
+ * @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
6
+ * @license GNU/GPL
7
+ * Joomla! is Free Software
8
+ */
9
+
10
+ /**
11
+ * Overlib Styling Declarations to allow CSS class override of styles
12
+ *
13
+ */
14
+ var ol_fgclass='ol-foreground';
15
+ var ol_bgclass='ol-background';
16
+ var ol_textfontclass='ol-textfont';
17
+ var ol_captionfontclass='ol-captionfont';
18
+ var ol_closefontclass='ol-closefont';
19
+
20
+ // general utility for browsing a named array or object
21
+ function xshow(o) {
22
+ s = '';
23
+ for(e in o) {s += e+'='+o[e]+'\n';}
24
+ alert( s );
25
+ }
26
+
27
+ /**
28
+ * Writes a dynamically generated list
29
+ * @param string The parameters to insert into the <select> tag
30
+ * @param array A javascript array of list options in the form [key,value,text]
31
+ * @param string The key to display for the initial state of the list
32
+ * @param string The original key that was selected
33
+ * @param string The original item value that was selected
34
+ */
35
+ function writeDynaList( selectParams, source, key, orig_key, orig_val ) {
36
+ var html = '\n <select ' + selectParams + '>';
37
+ var i = 0;
38
+ for (x in source) {
39
+ if (source[x][0] == key) {
40
+ var selected = '';
41
+ if ((orig_key == key && orig_val == source[x][1]) || (i == 0 && orig_key != key)) {
42
+ selected = 'selected="selected"';
43
+ }
44
+ html += '\n <option value="'+source[x][1]+'" '+selected+'>'+source[x][2]+'</option>';
45
+ }
46
+ i++;
47
+ }
48
+ html += '\n </select>';
49
+
50
+ document.writeln( html );
51
+ }
52
+
53
+ /**
54
+ * Changes a dynamically generated list
55
+ * @param string The name of the list to change
56
+ * @param array A javascript array of list options in the form [key,value,text]
57
+ * @param string The key to display
58
+ * @param string The original key that was selected
59
+ * @param string The original item value that was selected
60
+ */
61
+ function changeDynaList( listname, source, key, orig_key, orig_val ) {
62
+ var list = eval( 'document.adminForm.' + listname );
63
+
64
+ // empty the list
65
+ for (i in list.options.length) {
66
+ list.options[i] = null;
67
+ }
68
+ i = 0;
69
+ for (x in source) {
70
+ if (source[x][0] == key) {
71
+ opt = new Option();
72
+ opt.value = source[x][1];
73
+ opt.text = source[x][2];
74
+
75
+ if ((orig_key == key && orig_val == opt.value) || i == 0) {
76
+ opt.selected = true;
77
+ }
78
+ list.options[i++] = opt;
79
+ }
80
+ }
81
+ list.length = i;
82
+ }
83
+
84
+ /**
85
+ * Adds a select item(s) from one list to another
86
+ */
87
+ function addSelectedToList( frmName, srcListName, tgtListName ) {
88
+ var form = eval( 'document.' + frmName );
89
+ var srcList = eval( 'form.' + srcListName );
90
+ var tgtList = eval( 'form.' + tgtListName );
91
+
92
+ var srcLen = srcList.length;
93
+ var tgtLen = tgtList.length;
94
+ var tgt = "x";
95
+
96
+ //build array of target items
97
+ for (var i=tgtLen-1; i > -1; i--) {
98
+ tgt += "," + tgtList.options[i].value + ","
99
+ }
100
+
101
+ //Pull selected resources and add them to list
102
+ //for (var i=srcLen-1; i > -1; i--) {
103
+ for (var i=0; i < srcLen; i++) {
104
+ if (srcList.options[i].selected && tgt.indexOf( "," + srcList.options[i].value + "," ) == -1) {
105
+ opt = new Option( srcList.options[i].text, srcList.options[i].value );
106
+ tgtList.options[tgtList.length] = opt;
107
+ }
108
+ }
109
+ }
110
+
111
+ function delSelectedFromList( frmName, srcListName ) {
112
+ var form = eval( 'document.' + frmName );
113
+ var srcList = eval( 'form.' + srcListName );
114
+
115
+ var srcLen = srcList.length;
116
+
117
+ for (var i=srcLen-1; i > -1; i--) {
118
+ if (srcList.options[i].selected) {
119
+ srcList.options[i] = null;
120
+ }
121
+ }
122
+ }
123
+
124
+ function moveInList( frmName, srcListName, index, to) {
125
+ var form = eval( 'document.' + frmName );
126
+ var srcList = eval( 'form.' + srcListName );
127
+ var total = srcList.options.length-1;
128
+
129
+ if (index == -1) {
130
+ return false;
131
+ }
132
+ if (to == +1 && index == total) {
133
+ return false;
134
+ }
135
+ if (to == -1 && index == 0) {
136
+ return false;
137
+ }
138
+
139
+ var items = new Array;
140
+ var values = new Array;
141
+
142
+ for (i=total; i >= 0; i--) {
143
+ items[i] = srcList.options[i].text;
144
+ values[i] = srcList.options[i].value;
145
+ }
146
+ for (i = total; i >= 0; i--) {
147
+ if (index == i) {
148
+ srcList.options[i + to] = new Option(items[i],values[i], 0, 1);
149
+ srcList.options[i] = new Option(items[i+to], values[i+to]);
150
+ i--;
151
+ } else {
152
+ srcList.options[i] = new Option(items[i], values[i]);
153
+ }
154
+ }
155
+ srcList.focus();
156
+ return true;
157
+ }
158
+
159
+ function getSelectedOption( frmName, srcListName ) {
160
+ var form = eval( 'document.' + frmName );
161
+ var srcList = eval( 'form.' + srcListName );
162
+
163
+ i = srcList.selectedIndex;
164
+ if (i != null && i > -1) {
165
+ return srcList.options[i];
166
+ } else {
167
+ return null;
168
+ }
169
+ }
170
+
171
+ function setSelectedValue( frmName, srcListName, value ) {
172
+ var form = eval( 'document.' + frmName );
173
+ var srcList = eval( 'form.' + srcListName );
174
+
175
+ var srcLen = srcList.length;
176
+
177
+ for (var i=0; i < srcLen; i++) {
178
+ srcList.options[i].selected = false;
179
+ if (srcList.options[i].value == value) {
180
+ srcList.options[i].selected = true;
181
+ }
182
+ }
183
+ }
184
+
185
+ function getSelectedRadio( frmName, srcGroupName ) {
186
+ var form = eval( 'document.' + frmName );
187
+ var srcGroup = eval( 'form.' + srcGroupName );
188
+
189
+ return radioGetCheckedValue( srcGroup );
190
+ }
191
+
192
+ // return the value of the radio button that is checked
193
+ // return an empty string if none are checked, or
194
+ // there are no radio buttons
195
+ function radioGetCheckedValue(radioObj) {
196
+ if (!radioObj) {
197
+ return '';
198
+ }
199
+ var n = radioObj.length;
200
+ if (n == undefined) {
201
+ if (radioObj.checked) {
202
+ return radioObj.value;
203
+ } else {
204
+ return '';
205
+ }
206
+ }
207
+ for (var i = 0; i < n; i++) {
208
+ if(radioObj[i].checked) {
209
+ return radioObj[i].value;
210
+ }
211
+ }
212
+ return '';
213
+ }
214
+
215
+ function getSelectedValue( frmName, srcListName ) {
216
+ var form = eval( 'document.' + frmName );
217
+ var srcList = eval( 'form.' + srcListName );
218
+
219
+ i = srcList.selectedIndex;
220
+ if (i != null && i > -1) {
221
+ return srcList.options[i].value;
222
+ } else {
223
+ return null;
224
+ }
225
+ }
226
+
227
+ function getSelectedText( frmName, srcListName ) {
228
+ var form = eval( 'document.' + frmName );
229
+ var srcList = eval( 'form.' + srcListName );
230
+
231
+ i = srcList.selectedIndex;
232
+ if (i != null && i > -1) {
233
+ return srcList.options[i].text;
234
+ } else {
235
+ return null;
236
+ }
237
+ }
238
+
239
+ function chgSelectedValue( frmName, srcListName, value ) {
240
+ var form = eval( 'document.' + frmName );
241
+ var srcList = eval( 'form.' + srcListName );
242
+
243
+ i = srcList.selectedIndex;
244
+ if (i != null && i > -1) {
245
+ srcList.options[i].value = value;
246
+ return true;
247
+ } else {
248
+ return false;
249
+ }
250
+ }
251
+
252
+ /**
253
+ * Toggles the check state of a group of boxes
254
+ *
255
+ * Checkboxes must have an id attribute in the form cb0, cb1...
256
+ * @param The number of box to 'check'
257
+ * @param An alternative field name
258
+ */
259
+
260
+ function listItemTask( id, task ) {
261
+ var f = document.adminForm;
262
+ cb = eval( 'f.' + id );
263
+ if (cb) {
264
+ for (i = 0; true; i++) {
265
+ cbx = eval('f.cb'+i);
266
+ if (!cbx) break;
267
+ cbx.checked = false;
268
+ } // for
269
+ cb.checked = true;
270
+ f.boxchecked.value = 1;
271
+ submitbutton(task);
272
+ }
273
+ return false;
274
+ }
275
+
276
+ function hideMainMenu() {
277
+ if (document.adminForm.hidemainmenu) {
278
+ document.adminForm.hidemainmenu.value=1;
279
+ }
280
+ }
281
+
282
+ function isChecked(isitchecked){
283
+ if (isitchecked == true){
284
+ document.adminForm.boxchecked.value++;
285
+ }
286
+ else {
287
+ document.adminForm.boxchecked.value--;
288
+ }
289
+ }
290
+
291
+ /**
292
+ * Default function. Usually would be overriden by the component
293
+ *//*
294
+ function submitbutton(pressbutton) {
295
+ submitform(pressbutton);
296
+ }
297
+ */
298
+ /**
299
+ * Submit the admin form
300
+ */
301
+ function submitform(pressbutton){
302
+ if (pressbutton) {
303
+ document.adminForm.task.value=pressbutton;
304
+ }
305
+ if (typeof document.adminForm.onsubmit == "function") {
306
+ document.adminForm.onsubmit();
307
+ }
308
+ document.adminForm.submit();
309
+ }
310
+
311
+ /**
312
+ * Submit the control panel admin form
313
+ */
314
+ function submitcpform(sectionid, id){
315
+ document.adminForm.sectionid.value=sectionid;
316
+ document.adminForm.id.value=id;
317
+ submitbutton("edit");
318
+ }
319
+
320
+ /**
321
+ * Getting radio button that is selected.
322
+ */
323
+ function getSelected(allbuttons){
324
+ for (i=0;i<allbuttons.length;i++) {
325
+ if (allbuttons[i].checked) {
326
+ return allbuttons[i].value
327
+ }
328
+ }
329
+ return null;
330
+ }
331
+
332
+ // JS Calendar
333
+ var calendar = null; // remember the calendar object so that we reuse
334
+ // it and avoid creating another
335
+
336
+ // This function gets called when an end-user clicks on some date
337
+ function selected(cal, date) {
338
+ cal.sel.value = date; // just update the value of the input field
339
+ }
340
+
341
+ // And this gets called when the end-user clicks on the _selected_ date,
342
+ // or clicks the "Close" (X) button. It just hides the calendar without
343
+ // destroying it.
344
+ function closeHandler(cal) {
345
+ cal.hide(); // hide the calendar
346
+
347
+ // don't check mousedown on document anymore (used to be able to hide the
348
+ // calendar when someone clicks outside it, see the showCalendar function).
349
+ Calendar.removeEvent(document, "mousedown", checkCalendar);
350
+ }
351
+
352
+ // This gets called when the user presses a mouse button anywhere in the
353
+ // document, if the calendar is shown. If the click was outside the open
354
+ // calendar this function closes it.
355
+ function checkCalendar(ev) {
356
+ var el = Calendar.is_ie ? Calendar.getElement(ev) : Calendar.getTargetElement(ev);
357
+ for (; el != null; el = el.parentNode)
358
+ // FIXME: allow end-user to click some link without closing the
359
+ // calendar. Good to see real-time stylesheet change :)
360
+ if (el == calendar.element || el.tagName == "A") break;
361
+ if (el == null) {
362
+ // calls closeHandler which should hide the calendar.
363
+ calendar.callCloseHandler(); Calendar.stopEvent(ev);
364
+ }
365
+ }
366
+
367
+ // This function shows the calendar under the element having the given id.
368
+ // It takes care of catching "mousedown" signals on document and hiding the
369
+ // calendar if the click was outside.
370
+ function showCalendar(id, dateFormat) {
371
+ var el = document.getElementById(id);
372
+ if (calendar != null) {
373
+ // we already have one created, so just update it.
374
+ calendar.hide(); // hide the existing calendar
375
+ calendar.parseDate(el.value); // set it to a new date
376
+ } else {
377
+ // first-time call, create the calendar
378
+ var cal = new Calendar(true, null, selected, closeHandler);
379
+ calendar = cal; // remember the calendar in the global
380
+ cal.setRange(1900, 2070); // min/max year allowed
381
+
382
+ if ( dateFormat ) // optional date format
383
+ {
384
+ cal.setDateFormat(dateFormat);
385
+ }
386
+
387
+ calendar.create(); // create a popup calendar
388
+ calendar.parseDate(el.value); // set it to a new date
389
+ }
390
+ calendar.sel = el; // inform it about the input field in use
391
+ calendar.showAtElement(el); // show the calendar next to the input field
392
+
393
+ // catch mousedown on the document
394
+ Calendar.addEvent(document, "mousedown", checkCalendar);
395
+ return false;
396
+ }
397
+
398
+ /**
399
+ * Pops up a new window in the middle of the screen
400
+ */
401
+ function popupWindow(mypage, myname, w, h, scroll) {
402
+ var winl = (screen.width - w) / 2;
403
+ var wint = (screen.height - h) / 2;
404
+ winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
405
+ win = window.open(mypage, myname, winprops)
406
+ if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
407
+ }
408
+
409
+ // LTrim(string) : Returns a copy of a string without leading spaces.
410
+ function ltrim(str)
411
+ {
412
+ var whitespace = new String(" \t\n\r");
413
+ var s = new String(str);
414
+ if (whitespace.indexOf(s.charAt(0)) != -1) {
415
+ var j=0, i = s.length;
416
+ while (j < i && whitespace.indexOf(s.charAt(j)) != -1)
417
+ j++;
418
+ s = s.substring(j, i);
419
+ }
420
+ return s;
421
+ }
422
+
423
+ //RTrim(string) : Returns a copy of a string without trailing spaces.
424
+ function rtrim(str)
425
+ {
426
+ var whitespace = new String(" \t\n\r");
427
+ var s = new String(str);
428
+ if (whitespace.indexOf(s.charAt(s.length-1)) != -1) {
429
+ var i = s.length - 1; // Get length of string
430
+ while (i >= 0 && whitespace.indexOf(s.charAt(i)) != -1)
431
+ i--;
432
+ s = s.substring(0, i+1);
433
+ }
434
+ return s;
435
+ }
436
+
437
+ // Trim(string) : Returns a copy of a string without leading or trailing spaces
438
+ function trim(str) {
439
+ return rtrim(ltrim(str));
440
+ }
441
+
442
+ function mosDHTML(){
443
+ this.ver=navigator.appVersion
444
+ this.agent=navigator.userAgent
445
+ this.dom=document.getElementById?1:0
446
+ this.opera5=this.agent.indexOf("Opera 5")<-1
447
+ this.ie5=(this.ver.indexOf("MSIE 5")<-1 && this.dom && !this.opera5)?1:0;
448
+ this.ie6=(this.ver.indexOf("MSIE 6")<-1 && this.dom && !this.opera5)?1:0;
449
+ this.ie4=(document.all && !this.dom && !this.opera5)?1:0;
450
+ this.ie=this.ie4||this.ie5||this.ie6
451
+ this.mac=this.agent.indexOf("Mac")<-1
452
+ this.ns6=(this.dom && parseInt(this.ver) <= 5) ?1:0;
453
+ this.ns4=(document.layers && !this.dom)?1:0;
454
+ this.bw=(this.ie6||this.ie5||this.ie4||this.ns4||this.ns6||this.opera5);
455
+
456
+ this.activeTab = '';
457
+ this.onTabStyle = 'ontab';
458
+ this.offTabStyle = 'offtab';
459
+
460
+ this.setElemStyle = function(elem,style) {
461
+ document.getElementById(elem).className = style;
462
+ }
463
+ this.showElem = function(id) {
464
+ if ((elem = document.getElementById(id))) {
465
+ elem.style.visibility = 'visible';
466
+ elem.style.display = 'block';
467
+ }
468
+ }
469
+ this.hideElem = function(id) {
470
+ if ((elem = document.getElementById(id))) {
471
+ elem.style.visibility = 'hidden';
472
+ elem.style.display = 'none';
473
+ }
474
+ }
475
+ this.cycleTab = function(name) {
476
+ if (this.activeTab) {
477
+ this.setElemStyle( this.activeTab, this.offTabStyle );
478
+ page = this.activeTab.replace( 'tab', 'page' );
479
+ this.hideElem(page);
480
+ }
481
+ this.setElemStyle( name, this.onTabStyle );
482
+ this.activeTab = name;
483
+ page = this.activeTab.replace( 'tab', 'page' );
484
+ this.showElem(page);
485
+ }
486
+ return this;
487
+ }
488
+ var dhtml = new mosDHTML();
489
+
490
+ // needed for Table Column ordering
491
+ function tableOrdering( order, dir, task ) {
492
+ var form = document.adminForm;
493
+
494
+ form.filter_order.value = order;
495
+ form.filter_order_Dir.value = dir;
496
+ submitform( task );
497
+ }
498
+
499
+ function saveorder( n, task ) {
500
+ checkAll_button( n, task );
501
+ }
502
+
503
+ //needed by saveorder function
504
+ function checkAll_button( n, task ) {
505
+
506
+ if (!task ) {
507
+ task = 'saveorder';
508
+ }
509
+
510
+ for ( var j = 0; j <= n; j++ ) {
511
+ box = eval( "document.adminForm.cb" + j );
512
+ if ( box ) {
513
+ if ( box.checked == false ) {
514
+ box.checked = true;
515
+ }
516
+ } else {
517
+ alert("You cannot change the order of items, as an item in the list is `Checked Out`");
518
+ return;
519
+ }
520
+ }
521
+ submitform(task);
522
+ }
523
+ /**
524
+ * @param object A form element
525
+ * @param string The name of the element to find
526
+ */
527
+ function getElementByName( f, name ) {
528
+ if (f.elements) {
529
+ for (i=0, n=f.elements.length; i < n; i++) {
530
+ if (f.elements[i].name == name) {
531
+ return f.elements[i];
532
+ }
533
+ }
534
+ }
535
+ return null;
536
+ }
537
+
538
+ function go2( pressbutton, menu, id ) {
539
+ var form = document.adminForm;
540
+
541
+ if (form.imagelist && form.images) {
542
+ // assemble the images back into one field
543
+ var temp = new Array;
544
+ for (var i=0, n=form.imagelist.options.length; i < n; i++) {
545
+ temp[i] = form.imagelist.options[i].value;
546
+ }
547
+ form.images.value = temp.join( '\n' );
548
+ }
549
+
550
+ if (pressbutton == 'go2menu') {
551
+ form.menu.value = menu;
552
+ submitform( pressbutton );
553
+ return;
554
+ }
555
+
556
+ if (pressbutton == 'go2menuitem') {
557
+ form.menu.value = menu;
558
+ form.menuid.value = id;
559
+ submitform( pressbutton );
560
+ return;
561
+ }
562
+ }
563
+ /**
564
+ * Verifies if the string is in a valid email format
565
+ * @param string
566
+ * @return boolean
567
+ */
568
+ function isEmail( text )
569
+ {
570
+ var pattern = "^[\\w-_\.]*[\\w-_\.]\@[\\w]\.+[\\w]+[\\w]$";
571
+ var regex = new RegExp( pattern );
572
+ return regex.test( text );
573
+ }
elements/reset_theme.png ADDED
Binary file
elements/theme_reset.js ADDED
@@ -0,0 +1,812 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ function reset_theme_3()
2
+ {
3
+ if(confirm('Do you really whant to reset theme?')){
4
+ document.getElementById('width').value='650';
5
+ document.getElementById('cell_height').value='70';
6
+ document.getElementById('bg_top').color.fromString('A6BA7D');
7
+ document.getElementById('bg_bottom').color.fromString('FDFCDE');
8
+ document.getElementById('border_color').color.fromString('000000');
9
+ document.getElementById('text_color_year').color.fromString('000000');
10
+ document.getElementById('text_color_month').color.fromString('080808');
11
+ document.getElementById('text_color_week_days').color.fromString('000000');
12
+ document.getElementById('text_color_other_months').color.fromString('6E5959');
13
+ document.getElementById('text_color_this_month_unevented').color.fromString('060D12');
14
+ document.getElementById('text_color_this_month_evented').color.fromString('000000');
15
+ document.getElementById('event_title_color').color.fromString('000000');
16
+ document.getElementById('current_day_border_color').color.fromString('4AFF9E');
17
+ document.getElementById('bg_color_this_month_evented').color.fromString('FF6933');
18
+ document.getElementById('next_prev_event_arrowcolor').color.fromString('E0E0C5');
19
+ document.getElementById('show_event_bgcolor').color.fromString('FDFCDE');
20
+ document.getElementById('cell_border_color').color.fromString('000000');
21
+ document.getElementById('arrow_color_year').color.fromString('000000');
22
+ document.getElementById('week_days_cell_height').value='50';
23
+ document.getElementById('arrow_color_month').color.fromString('000000');
24
+ document.getElementById('text_color_sun_days').color.fromString('FF0000');
25
+ document.getElementById('title_color').color.fromString('000000');
26
+ document.getElementById('next_prev_event_bgcolor').color.fromString('CCCCCC');
27
+ document.getElementById('title_font_size').value='18';
28
+ document.getElementById('title_font').value='Courier New';
29
+ document.getElementById('title_style').value='normal';
30
+ document.getElementById('date_color').color.fromString('000000');
31
+ document.getElementById('date_size').value='16';
32
+ document.getElementById('date_font').value='Courier New';
33
+ document.getElementById('date_style').value='bold';
34
+ document.getElementById('popup_width').value='800';
35
+ document.getElementById('popup_height').value='600';
36
+ document.getElementById('number_of_shown_evetns').value='1';
37
+ document.getElementById('sundays_font_size').value='18';
38
+ document.getElementById('other_days_font_size').value='12';
39
+ document.getElementById('weekdays_font_size').value='14';
40
+ document.getElementById('border_width').value='2';
41
+ document.getElementById('top_height').value='90';
42
+ document.getElementById('bg_color_other_months').color.fromString('FFFFFF');
43
+ document.getElementById('sundays_bg_color').color.fromString('FDFCDE');
44
+ document.getElementById('weekdays_bg_color').color.fromString('E6E6DE');
45
+ document.getElementById('week_start_day').value='su';
46
+ document.getElementById('weekday_sunday_bg_color').color.fromString('BD848A');
47
+ document.getElementById('border_radius').value='0';
48
+ document.getElementById('year_font_size').value='28';
49
+ document.getElementById('month_font_size').value='18';
50
+ document.getElementById('arrow_size').value='18';
51
+ document.getElementById('next_month_text_color').color.fromString('FFFFFF');
52
+ document.getElementById('prev_month_text_color').color.fromString('FFFFFF');
53
+ document.getElementById('next_month_arrow_color').color.fromString('FFFFFF');
54
+ document.getElementById('prev_month_arrow_color').color.fromString('FFFFFF');
55
+ document.getElementById('next_month_font_size').value='';
56
+ document.getElementById('prev_month_font_size').value='';
57
+ document.getElementById('month_type').value='1';
58
+ document.getElementById('date_format').value='w/d/m/y';
59
+ change_width()
60
+ }
61
+ }
62
+
63
+ function reset_theme_1()
64
+ {
65
+ if(confirm('Do you really whant to reset theme?')){
66
+ document.getElementById('width').value='650';
67
+ document.getElementById('cell_height').value='80';
68
+ document.getElementById('bg_top').color.fromString('36A7E9');
69
+ document.getElementById('bg_bottom').color.fromString('FFFFFF');
70
+ document.getElementById('border_color').color.fromString('000000');
71
+ document.getElementById('text_color_year').color.fromString('000000');
72
+ document.getElementById('text_color_month').color.fromString('000000');
73
+ document.getElementById('text_color_week_days').color.fromString('000000');
74
+ document.getElementById('text_color_other_months').color.fromString('525252');
75
+ document.getElementById('text_color_this_month_unevented').color.fromString('000000');
76
+ document.getElementById('text_color_this_month_evented').color.fromString('FFFFFF');
77
+ document.getElementById('event_title_color').color.fromString('FFFFFF');
78
+ document.getElementById('current_day_border_color').color.fromString('36A7E9');
79
+ document.getElementById('bg_color_this_month_evented').color.fromString('FFA142');
80
+ document.getElementById('next_prev_event_arrowcolor').color.fromString('FFFFFF');
81
+ document.getElementById('show_event_bgcolor').color.fromString('36A7E9');
82
+ document.getElementById('cell_border_color').color.fromString('000000');
83
+ document.getElementById('arrow_color_year').color.fromString('000000');
84
+ document.getElementById('week_days_cell_height').value='40';
85
+ document.getElementById('arrow_color_month').color.fromString('000000');
86
+ document.getElementById('text_color_sun_days').color.fromString('36A7E9');
87
+ document.getElementById('title_color').color.fromString('FFFFFF');
88
+ document.getElementById('next_prev_event_bgcolor').color.fromString('FFA142');
89
+ document.getElementById('title_font_size').value='';
90
+ document.getElementById('title_font').value='';
91
+ document.getElementById('title_style').value='normal';
92
+ document.getElementById('date_color').color.fromString('FFFFFF');
93
+ document.getElementById('date_size').value='16';
94
+ document.getElementById('date_font').value='';
95
+ document.getElementById('date_style').value='bold';
96
+ document.getElementById('popup_width').value='800';
97
+ document.getElementById('popup_height').value='600';
98
+ document.getElementById('number_of_shown_evetns').value='1';
99
+ document.getElementById('sundays_font_size').value='14';
100
+ document.getElementById('other_days_font_size').value='12';
101
+ document.getElementById('weekdays_font_size').value='14';
102
+ document.getElementById('border_width').value='4';
103
+ document.getElementById('top_height').value='80';
104
+ document.getElementById('bg_color_other_months').color.fromString('FFFFFF');
105
+ document.getElementById('sundays_bg_color').color.fromString('FFFFFF');
106
+ document.getElementById('weekdays_bg_color').color.fromString('FFFFFF');
107
+ document.getElementById('week_start_day').value='su';
108
+ document.getElementById('weekday_sunday_bg_color').color.fromString('FFFFFF');
109
+ document.getElementById('border_radius').value='0';
110
+ document.getElementById('year_font_size').value='22';
111
+ document.getElementById('month_font_size').value='14';
112
+ document.getElementById('arrow_size').value='10';
113
+ document.getElementById('next_month_text_color').color.fromString('FFFFFF');
114
+ document.getElementById('prev_month_text_color').color.fromString('FFFFFF');
115
+ document.getElementById('next_month_arrow_color').color.fromString('FFFFFF');
116
+ document.getElementById('prev_month_arrow_color').color.fromString('FFFFFF');
117
+ document.getElementById('next_month_font_size').value='';
118
+ document.getElementById('prev_month_font_size').value='';
119
+ document.getElementById('month_type').value='1';
120
+ document.getElementById('date_format').value='w/d/m/y';
121
+ change_width()
122
+ }
123
+ }
124
+
125
+ function reset_theme_2()
126
+ {
127
+ if(confirm('Do you really whant to reset theme?')){
128
+ document.getElementById('width').value='650';
129
+ document.getElementById('cell_height').value='70';
130
+ document.getElementById('bg_top').color.fromString('00004F');
131
+ document.getElementById('bg_bottom').color.fromString('5BCAFF');
132
+ document.getElementById('border_color').color.fromString('000000');
133
+ document.getElementById('text_color_year').color.fromString('D1D4F5');
134
+ document.getElementById('text_color_month').color.fromString('D1D4F5');
135
+ document.getElementById('text_color_week_days').color.fromString('FFFFFF');
136
+ document.getElementById('text_color_other_months').color.fromString('E6E6E6');
137
+ document.getElementById('text_color_this_month_unevented').color.fromString('000000');
138
+ document.getElementById('text_color_this_month_evented').color.fromString('FFFFFF');
139
+ document.getElementById('event_title_color').color.fromString('FFFFFF');
140
+ document.getElementById('current_day_border_color').color.fromString('FFFFFF');
141
+ document.getElementById('bg_color_this_month_evented').color.fromString('00004F');
142
+ document.getElementById('next_prev_event_arrowcolor').color.fromString('FFFFFF');
143
+ document.getElementById('show_event_bgcolor').color.fromString('009EEB');
144
+ document.getElementById('cell_border_color').color.fromString('000000');
145
+ document.getElementById('arrow_color_year').color.fromString('FFFFFF');
146
+ document.getElementById('week_days_cell_height').value='30';
147
+ document.getElementById('arrow_color_month').color.fromString('FFFFFF');
148
+ document.getElementById('text_color_sun_days').color.fromString('000000');
149
+ document.getElementById('title_color').color.fromString('FFFFFF');
150
+ document.getElementById('next_prev_event_bgcolor').color.fromString('00004F');
151
+ document.getElementById('title_font_size').value='';
152
+ document.getElementById('title_font').value='';
153
+ document.getElementById('title_style').value='normal';
154
+ document.getElementById('date_color').color.fromString('FFFFFF');
155
+ document.getElementById('date_size').value='';
156
+ document.getElementById('date_font').value='';
157
+ document.getElementById('date_style').value='normal';
158
+ document.getElementById('popup_width').value='600';
159
+ document.getElementById('popup_height').value='500';
160
+ document.getElementById('number_of_shown_evetns').value='1';
161
+ document.getElementById('sundays_font_size').value='18';
162
+ document.getElementById('other_days_font_size').value='14';
163
+ document.getElementById('weekdays_font_size').value='14';
164
+ document.getElementById('border_width').value='2';
165
+ document.getElementById('top_height').value='120';
166
+ document.getElementById('bg_color_other_months').color.fromString('C0C0C0');
167
+ document.getElementById('sundays_bg_color').color.fromString('8ADAFF');
168
+ document.getElementById('weekdays_bg_color').color.fromString('000000');
169
+ document.getElementById('week_start_day').value='su';
170
+ document.getElementById('weekday_sunday_bg_color').color.fromString('000000');
171
+ document.getElementById('border_radius').value='';
172
+ document.getElementById('year_font_size').value='40';
173
+ document.getElementById('month_font_size').value='20';
174
+ document.getElementById('arrow_size').value='14';
175
+ document.getElementById('next_month_text_color').color.fromString('FFFFFF');
176
+ document.getElementById('prev_month_text_color').color.fromString('FFFFFF');
177
+ document.getElementById('next_month_arrow_color').color.fromString('FFFFFF');
178
+ document.getElementById('prev_month_arrow_color').color.fromString('FFFFFF');
179
+ document.getElementById('next_month_font_size').value='';
180
+ document.getElementById('prev_month_font_size').value='';
181
+ document.getElementById('month_type').value='1';
182
+ document.getElementById('date_format').value='w/d/m/y';
183
+ change_width()
184
+ }
185
+ }
186
+
187
+ function reset_theme_4()
188
+ {
189
+ if(confirm('Do you really whant to reset theme?')){
190
+ document.getElementById('width').value='650';
191
+ document.getElementById('cell_height').value='70';
192
+ document.getElementById('bg_top').color.fromString('2A2829');
193
+ document.getElementById('bg_bottom').color.fromString('323232');
194
+ document.getElementById('border_color').color.fromString('000000');
195
+ document.getElementById('text_color_year').color.fromString('FFFFFF');
196
+ document.getElementById('text_color_month').color.fromString('FFFFFF');
197
+ document.getElementById('text_color_week_days').color.fromString('FFFFFF');
198
+ document.getElementById('text_color_other_months').color.fromString('FFFFFF');
199
+ document.getElementById('text_color_this_month_unevented').color.fromString('FFFFFF');
200
+ document.getElementById('text_color_this_month_evented').color.fromString('000000');
201
+ document.getElementById('event_title_color').color.fromString('000000');
202
+ document.getElementById('current_day_border_color').color.fromString('FFFFFF');
203
+ document.getElementById('bg_color_this_month_evented').color.fromString('F0F0F0');
204
+ document.getElementById('next_prev_event_arrowcolor').color.fromString('C7C7C7');
205
+ document.getElementById('show_event_bgcolor').color.fromString('969696');
206
+ document.getElementById('cell_border_color').color.fromString('000000');
207
+ document.getElementById('arrow_color_year').color.fromString('FFFFFF');
208
+ document.getElementById('week_days_cell_height').value='35';
209
+ document.getElementById('arrow_color_month').color.fromString('FFFFFF');
210
+ document.getElementById('text_color_sun_days').color.fromString('FFFFFF');
211
+ document.getElementById('title_color').color.fromString('FFFFFF');
212
+ document.getElementById('next_prev_event_bgcolor').color.fromString('323232');
213
+ document.getElementById('title_font_size').value='';
214
+ document.getElementById('title_font').value='';
215
+ document.getElementById('title_style').value='normal';
216
+ document.getElementById('date_color').color.fromString('FFFFFF');
217
+ document.getElementById('date_size').value='';
218
+ document.getElementById('date_font').value='';
219
+ document.getElementById('date_style').value='normal';
220
+ document.getElementById('popup_width').value='600';
221
+ document.getElementById('popup_height').value='500';
222
+ document.getElementById('number_of_shown_evetns').value='1';
223
+ document.getElementById('sundays_font_size').value='16';
224
+ document.getElementById('other_days_font_size').value='12';
225
+ document.getElementById('weekdays_font_size').value='14';
226
+ document.getElementById('border_width').value='2';
227
+ document.getElementById('top_height').value='90';
228
+ document.getElementById('bg_color_other_months').color.fromString('282828');
229
+ document.getElementById('sundays_bg_color').color.fromString('323232');
230
+ document.getElementById('weekdays_bg_color').color.fromString('969696');
231
+ document.getElementById('week_start_day').value='su';
232
+ document.getElementById('weekday_sunday_bg_color').color.fromString('969696');
233
+ document.getElementById('border_radius').value='8';
234
+ document.getElementById('year_font_size').value='33';
235
+ document.getElementById('month_font_size').value='16';
236
+ document.getElementById('arrow_size').value='12';
237
+ document.getElementById('next_month_text_color').color.fromString('FFFFFF');
238
+ document.getElementById('prev_month_text_color').color.fromString('FFFFFF');
239
+ document.getElementById('next_month_arrow_color').color.fromString('FFFFFF');
240
+ document.getElementById('prev_month_arrow_color').color.fromString('FFFFFF');
241
+ document.getElementById('next_month_font_size').value='';
242
+ document.getElementById('prev_month_font_size').value='';
243
+ document.getElementById('month_type').value='1';
244
+ document.getElementById('date_format').value='w/d/m/y';
245
+ change_width()
246
+ }
247
+ }
248
+ function reset_theme_5()
249
+ {
250
+ if(confirm('Do you really whant to reset theme?')){
251
+ document.getElementById('width').value='650';
252
+ document.getElementById('cell_height').value='70';
253
+ document.getElementById('bg_top').color.fromString('9A0000');
254
+ document.getElementById('bg_bottom').color.fromString('CDCC96');
255
+ document.getElementById('border_color').color.fromString('E6E6E4');
256
+ document.getElementById('text_color_year').color.fromString('FFFFFF');
257
+ document.getElementById('text_color_month').color.fromString('FFFFFF');
258
+ document.getElementById('text_color_week_days').color.fromString('000000');
259
+ document.getElementById('text_color_other_months').color.fromString('525252');
260
+ document.getElementById('text_color_this_month_unevented').color.fromString('000000');
261
+ document.getElementById('text_color_this_month_evented').color.fromString('FFFFFF');
262
+ document.getElementById('event_title_color').color.fromString('FFFFFF');
263
+ document.getElementById('current_day_border_color').color.fromString('9A0000');
264
+ document.getElementById('bg_color_this_month_evented').color.fromString('9A0000');
265
+ document.getElementById('next_prev_event_arrowcolor').color.fromString('DEDDB5');
266
+ document.getElementById('show_event_bgcolor').color.fromString('FFFED0');
267
+ document.getElementById('cell_border_color').color.fromString('FFFFFF');
268
+ document.getElementById('arrow_color_year').color.fromString('FFFFFF');
269
+ document.getElementById('week_days_cell_height').value='60';
270
+ document.getElementById('arrow_color_month').color.fromString('FFFFFF');
271
+ document.getElementById('text_color_sun_days').color.fromString('000000');
272
+ document.getElementById('title_color').color.fromString('000000');
273
+ document.getElementById('next_prev_event_bgcolor').color.fromString('9A0000');
274
+ document.getElementById('title_font_size').value='';
275
+ document.getElementById('title_font').value='';
276
+ document.getElementById('title_style').value='normal';
277
+ document.getElementById('date_color').color.fromString('000000');
278
+ document.getElementById('date_size').value='';
279
+ document.getElementById('date_font').value='';
280
+ document.getElementById('date_style').value='normal';
281
+ document.getElementById('popup_width').value='600';
282
+ document.getElementById('popup_height').value='500';
283
+ document.getElementById('number_of_shown_evetns').value='1';
284
+ document.getElementById('sundays_font_size').value='18';
285
+ document.getElementById('other_days_font_size').value='';
286
+ document.getElementById('weekdays_font_size').value='14';
287
+ document.getElementById('border_width').value='18';
288
+ document.getElementById('top_height').value='100';
289
+ document.getElementById('bg_color_other_months').color.fromString('E4E7CC');
290
+ document.getElementById('sundays_bg_color').color.fromString('CDCC96');
291
+ document.getElementById('weekdays_bg_color').color.fromString('FFFED0');
292
+ document.getElementById('week_start_day').value='mo';
293
+ document.getElementById('weekday_sunday_bg_color').color.fromString('FFFED0');
294
+ document.getElementById('border_radius').value='6';
295
+ document.getElementById('year_font_size').value='33';
296
+ document.getElementById('month_font_size').value='16';
297
+ document.getElementById('arrow_size').value='10';
298
+ document.getElementById('next_month_text_color').color.fromString('FFFFFF');
299
+ document.getElementById('prev_month_text_color').color.fromString('FFFFFF');
300
+ document.getElementById('next_month_arrow_color').color.fromString('FFFFFF');
301
+ document.getElementById('prev_month_arrow_color').color.fromString('FFFFFF');
302
+ document.getElementById('next_month_font_size').value='';
303
+ document.getElementById('prev_month_font_size').value='';
304
+ document.getElementById('month_type').value='1';
305
+ document.getElementById('date_format').value='w/d/m/y';
306
+ change_width()
307
+ }
308
+ }
309
+
310
+
311
+ function reset_theme_6()
312
+ {
313
+ if(confirm('Do you really whant to reset theme?')){
314
+ document.getElementById('width').value='650';
315
+ document.getElementById('cell_height').value='70';
316
+ document.getElementById('bg_top').color.fromString('FCF7D9');
317
+ document.getElementById('bg_bottom').color.fromString('FFFFFF');
318
+ document.getElementById('border_color').color.fromString('3DBCEB');
319
+ document.getElementById('text_color_year').color.fromString('9A0000');
320
+ document.getElementById('text_color_month').color.fromString('9A0000');
321
+ document.getElementById('text_color_week_days').color.fromString('FFFFFF');
322
+ document.getElementById('text_color_other_months').color.fromString('C7C7C7');
323
+ document.getElementById('text_color_this_month_unevented').color.fromString('1374C3');
324
+ document.getElementById('text_color_this_month_evented').color.fromString('000000');
325
+ document.getElementById('event_title_color').color.fromString('000000');
326
+ document.getElementById('current_day_border_color').color.fromString('9A0000');
327
+ document.getElementById('bg_color_this_month_evented').color.fromString('FCF7D9');
328
+ document.getElementById('next_prev_event_arrowcolor').color.fromString('E0E0E0');
329
+ document.getElementById('show_event_bgcolor').color.fromString('FCF7D9');
330
+ document.getElementById('cell_border_color').color.fromString('1374C3');
331
+ document.getElementById('arrow_color_year').color.fromString('9A0000');
332
+ document.getElementById('week_days_cell_height').value='20';
333
+ document.getElementById('arrow_color_month').color.fromString('9A0000');
334
+ document.getElementById('text_color_sun_days').color.fromString('013A7D');
335
+ document.getElementById('title_color').color.fromString('000000');
336
+ document.getElementById('next_prev_event_bgcolor').color.fromString('21B5FF');
337
+ document.getElementById('title_font_size').value='';
338
+ document.getElementById('title_font').value='';
339
+ document.getElementById('title_style').value='normal';
340
+ document.getElementById('date_color').color.fromString('000000');
341
+ document.getElementById('date_size').value='';
342
+ document.getElementById('date_font').value='';
343
+ document.getElementById('date_style').value='bold';
344
+ document.getElementById('popup_width').value='600';
345
+ document.getElementById('popup_height').value='500';
346
+ document.getElementById('number_of_shown_evetns').value='1';
347
+ document.getElementById('sundays_font_size').value='16';
348
+ document.getElementById('other_days_font_size').value='12';
349
+ document.getElementById('weekdays_font_size').value='14';
350
+ document.getElementById('border_width').value='12';
351
+ document.getElementById('top_height').value='93';
352
+ document.getElementById('bg_color_other_months').color.fromString('FFFFFF');
353
+ document.getElementById('sundays_bg_color').color.fromString('FFFFFF');
354
+ document.getElementById('weekdays_bg_color').color.fromString('013A7D');
355
+ document.getElementById('week_start_day').value='su';
356
+ document.getElementById('weekday_sunday_bg_color').color.fromString('1374C3');
357
+ document.getElementById('border_radius').value='6';
358
+ document.getElementById('year_font_size').value='33';
359
+ document.getElementById('month_font_size').value='16';
360
+ document.getElementById('arrow_size').value='10';
361
+ document.getElementById('next_month_text_color').color.fromString('FFFFFF');
362
+ document.getElementById('prev_month_text_color').color.fromString('FFFFFF');
363
+ document.getElementById('next_month_arrow_color').color.fromString('FFFFFF');
364
+ document.getElementById('prev_month_arrow_color').color.fromString('FFFFFF');
365
+ document.getElementById('next_month_font_size').value='';
366
+ document.getElementById('prev_month_font_size').value='';
367
+ document.getElementById('month_type').value='1';
368
+ document.getElementById('date_format').value='w/d/m/y';
369
+ change_width()
370
+ }
371
+ }
372
+
373
+
374
+ function reset_theme_7()
375
+ {
376
+ if(confirm('Do you really whant to reset theme?')){
377
+ document.getElementById('width').value='650';
378
+ document.getElementById('cell_height').value='70';
379
+ document.getElementById('bg_top').color.fromString('598923');
380
+ document.getElementById('bg_bottom').color.fromString('F0F0E6');
381
+ document.getElementById('border_color').color.fromString('D78B29');
382
+ document.getElementById('text_color_year').color.fromString('FFFFFF');
383
+ document.getElementById('text_color_month').color.fromString('FFFFFF');
384
+ document.getElementById('text_color_week_days').color.fromString('000000');
385
+ document.getElementById('text_color_other_months').color.fromString('A6A6A6');
386
+ document.getElementById('text_color_this_month_unevented').color.fromString('5C5C5C');
387
+ document.getElementById('text_color_this_month_evented').color.fromString('FFFFFF');
388
+ document.getElementById('event_title_color').color.fromString('FFFFFF');
389
+ document.getElementById('current_day_border_color').color.fromString('000000');
390
+ document.getElementById('bg_color_this_month_evented').color.fromString('D78B29');
391
+ document.getElementById('next_prev_event_arrowcolor').color.fromString('D78B29');
392
+ document.getElementById('show_event_bgcolor').color.fromString('FFB061');
393
+ document.getElementById('cell_border_color').color.fromString('363636');
394
+ document.getElementById('arrow_color_year').color.fromString('FFFFFF');
395
+ document.getElementById('week_days_cell_height').value='30';
396
+ document.getElementById('arrow_color_month').color.fromString('FFFFFF');
397
+ document.getElementById('text_color_sun_days').color.fromString('000000');
398
+ document.getElementById('title_color').color.fromString('FFFFFF');
399
+ document.getElementById('next_prev_event_bgcolor').color.fromString('DDDCC8');
400
+ document.getElementById('title_font_size').value='';
401
+ document.getElementById('title_font').value='Courier New';
402
+ document.getElementById('title_style').value='bold';
403
+ document.getElementById('date_color').color.fromString('000000');
404
+ document.getElementById('date_size').value='';
405
+ document.getElementById('date_font').value='';
406
+ document.getElementById('date_style').value='normal';
407
+ document.getElementById('popup_width').value='600';
408
+ document.getElementById('popup_height').value='500';
409
+ document.getElementById('number_of_shown_evetns').value='1';
410
+ document.getElementById('sundays_font_size').value='16';
411
+ document.getElementById('other_days_font_size').value='12';
412
+ document.getElementById('weekdays_font_size').value='14';
413
+ document.getElementById('border_width').value='12';
414
+ document.getElementById('top_height').value='100';
415
+ document.getElementById('bg_color_other_months').color.fromString('DDDCC8');
416
+ document.getElementById('sundays_bg_color').color.fromString('F0F0E6');
417
+ document.getElementById('weekdays_bg_color').color.fromString('D78B29');
418
+ document.getElementById('week_start_day').value='su';
419
+ document.getElementById('weekday_sunday_bg_color').color.fromString('D78B29');
420
+ document.getElementById('border_radius').value='6';
421
+ document.getElementById('year_font_size').value='33';
422
+ document.getElementById('month_font_size').value='16';
423
+ document.getElementById('arrow_size').value='12';
424
+ document.getElementById('next_month_text_color').color.fromString('FFFFFF');
425
+ document.getElementById('prev_month_text_color').color.fromString('FFFFFF');
426
+ document.getElementById('next_month_arrow_color').color.fromString('FFFFFF');
427
+ document.getElementById('prev_month_arrow_color').color.fromString('FFFFFF');
428
+ document.getElementById('next_month_font_size').value='';
429
+ document.getElementById('prev_month_font_size').value='';
430
+ document.getElementById('month_type').value='1';
431
+ document.getElementById('date_format').value='w/d/m/y';
432
+ change_width()
433
+ }
434
+ }
435
+
436
+
437
+ function reset_theme_8()
438
+ {
439
+ if(confirm('Do you really whant to reset theme?')){
440
+ document.getElementById('width').value='650';
441
+ document.getElementById('cell_height').value='70';
442
+ document.getElementById('bg_top').color.fromString('009898');
443
+ document.getElementById('bg_bottom').color.fromString('FDFDCC');
444
+ document.getElementById('border_color').color.fromString('FDFDCC');
445
+ document.getElementById('text_color_year').color.fromString('FFFFFF');
446
+ document.getElementById('text_color_month').color.fromString('FFFFFF');
447
+ document.getElementById('text_color_week_days').color.fromString('000000');
448
+ document.getElementById('text_color_other_months').color.fromString('8C8C8C');
449
+ document.getElementById('text_color_this_month_unevented').color.fromString('383838');
450
+ document.getElementById('text_color_this_month_evented').color.fromString('383838');
451
+ document.getElementById('event_title_color').color.fromString('FFFFFF');
452
+ document.getElementById('current_day_border_color').color.fromString('000000');
453
+ document.getElementById('bg_color_this_month_evented').color.fromString('FE7C00');
454
+ document.getElementById('next_prev_event_arrowcolor').color.fromString('FEAC30');
455
+ document.getElementById('show_event_bgcolor').color.fromString('FE7C00');
456
+ document.getElementById('cell_border_color').color.fromString('4D4D4D');
457
+ document.getElementById('arrow_color_year').color.fromString('FFFFFF');
458
+ document.getElementById('week_days_cell_height').value='30';
459
+ document.getElementById('arrow_color_month').color.fromString('FFFFFF');
460
+ document.getElementById('text_color_sun_days').color.fromString('000000');
461
+ document.getElementById('title_color').color.fromString('FFFFFF');
462
+ document.getElementById('next_prev_event_bgcolor').color.fromString('FDFDE8');
463
+ document.getElementById('title_font_size').value='';
464
+ document.getElementById('title_font').value='';
465
+ document.getElementById('title_style').value='normal';
466
+ document.getElementById('date_color').color.fromString('FFFFFF');
467
+ document.getElementById('date_size').value='';
468
+ document.getElementById('date_font').value='';
469
+ document.getElementById('date_style').value='normal';
470
+ document.getElementById('popup_width').value='600';
471
+ document.getElementById('popup_height').value='500';
472
+ document.getElementById('number_of_shown_evetns').value='1';
473
+ document.getElementById('sundays_font_size').value='16';
474
+ document.getElementById('other_days_font_size').value='12';
475
+ document.getElementById('weekdays_font_size').value='14';
476
+ document.getElementById('border_width').value='14';
477
+ document.getElementById('top_height').value='90';
478
+ document.getElementById('bg_color_other_months').color.fromString('FDFDE8');
479
+ document.getElementById('sundays_bg_color').color.fromString('BACBDC');
480
+ document.getElementById('weekdays_bg_color').color.fromString('9865FE');
481
+ document.getElementById('week_start_day').value='su';
482
+ document.getElementById('weekday_sunday_bg_color').color.fromString('9865FE');
483
+ document.getElementById('border_radius').value='2';
484
+ document.getElementById('year_font_size').value='30';
485
+ document.getElementById('month_font_size').value='16';
486
+ document.getElementById('arrow_size').value='12';
487
+ document.getElementById('next_month_text_color').color.fromString('FFFFFF');
488
+ document.getElementById('prev_month_text_color').color.fromString('FFFFFF');
489
+ document.getElementById('next_month_arrow_color').color.fromString('FFFFFF');
490
+ document.getElementById('prev_month_arrow_color').color.fromString('FFFFFF');
491
+ document.getElementById('next_month_font_size').value='';
492
+ document.getElementById('prev_month_font_size').value='';
493
+ document.getElementById('month_type').value='1';
494
+ document.getElementById('date_format').value='w/d/m/y';
495
+ change_width()
496
+ }
497
+ }
498
+
499
+ function reset_theme_9()
500
+ {
501
+ if(confirm('Do you really whant to reset theme?')){
502
+ document.getElementById('width').value='650';
503
+ document.getElementById('cell_height').value='70';
504
+ document.getElementById('bg_top').color.fromString('346699');
505
+ document.getElementById('bg_bottom').color.fromString('E3F9F9');
506
+ document.getElementById('border_color').color.fromString('346699');
507
+ document.getElementById('text_color_year').color.fromString('FFFFFF');
508
+ document.getElementById('text_color_month').color.fromString('FFFFFF');
509
+ document.getElementById('text_color_week_days').color.fromString('FFFFFF');
510
+ document.getElementById('text_color_other_months').color.fromString('FFFFFF');
511
+ document.getElementById('text_color_this_month_unevented').color.fromString('2410EE');
512
+ document.getElementById('text_color_this_month_evented').color.fromString('000000');
513
+ document.getElementById('event_title_color').color.fromString('000000');
514
+ document.getElementById('current_day_border_color').color.fromString('346699');
515
+ document.getElementById('bg_color_this_month_evented').color.fromString('FFCC33');
516
+ document.getElementById('next_prev_event_arrowcolor').color.fromString('E3B62D');
517
+ document.getElementById('show_event_bgcolor').color.fromString('FFCC33');
518
+ document.getElementById('cell_border_color').color.fromString('6B6B6B');
519
+ document.getElementById('arrow_color_year').color.fromString('FFFFFF');
520
+ document.getElementById('week_days_cell_height').value='25';
521
+ document.getElementById('arrow_color_month').color.fromString('FFFFFF');
522
+ document.getElementById('text_color_sun_days').color.fromString('2410EE');
523
+ document.getElementById('title_color').color.fromString('FFFFFF');
524
+ document.getElementById('next_prev_event_bgcolor').color.fromString('346699');
525
+ document.getElementById('title_font_size').value='';
526
+ document.getElementById('title_font').value='';
527
+ document.getElementById('title_style').value='normal';
528
+ document.getElementById('date_color').color.fromString('000000');
529
+ document.getElementById('date_size').value='';
530
+ document.getElementById('date_font').value='';
531
+ document.getElementById('date_style').value='normal';
532
+ document.getElementById('popup_width').value='600';
533
+ document.getElementById('popup_height').value='500';
534
+ document.getElementById('number_of_shown_evetns').value='1';
535
+ document.getElementById('sundays_font_size').value='18';
536
+ document.getElementById('other_days_font_size').value='14';
537
+ document.getElementById('weekdays_font_size').value='14';
538
+ document.getElementById('border_width').value='10';
539
+ document.getElementById('top_height').value='100';
540
+ document.getElementById('bg_color_other_months').color.fromString('CCCCCC');
541
+ document.getElementById('sundays_bg_color').color.fromString('CDDDFF');
542
+ document.getElementById('weekdays_bg_color').color.fromString('68676D');
543
+ document.getElementById('week_start_day').value='su';
544
+ document.getElementById('weekday_sunday_bg_color').color.fromString('68676D');
545
+ document.getElementById('border_radius').value='4';
546
+ document.getElementById('year_font_size').value='33';
547
+ document.getElementById('month_font_size').value='16';
548
+ document.getElementById('arrow_size').value='12';
549
+ document.getElementById('next_month_text_color').color.fromString('FFFFFF');
550
+ document.getElementById('prev_month_text_color').color.fromString('FFFFFF');
551
+ document.getElementById('next_month_arrow_color').color.fromString('FFFFFF');
552
+ document.getElementById('prev_month_arrow_color').color.fromString('FFFFFF');
553
+ document.getElementById('next_month_font_size').value='';
554
+ document.getElementById('prev_month_font_size').value='';
555
+ document.getElementById('month_type').value='1';
556
+ document.getElementById('date_format').value='w/d/m/y';
557
+ change_width()
558
+ }
559
+ }
560
+
561
+
562
+ function reset_theme_10()
563
+ {
564
+ if(confirm('Do you really whant to reset theme?')){
565
+ document.getElementById('width').value='650';
566
+ document.getElementById('cell_height').value='70';
567
+ document.getElementById('bg_top').color.fromString('C0EFC0');
568
+ document.getElementById('bg_bottom').color.fromString('E3F9F9');
569
+ document.getElementById('border_color').color.fromString('ABCEA8');
570
+ document.getElementById('text_color_year').color.fromString('58A42B');
571
+ document.getElementById('text_color_month').color.fromString('58A42B');
572
+ document.getElementById('text_color_week_days').color.fromString('000000');
573
+ document.getElementById('text_color_other_months').color.fromString('B0B0B0');
574
+ document.getElementById('text_color_this_month_unevented').color.fromString('383838');
575
+ document.getElementById('text_color_this_month_evented').color.fromString('383838');
576
+ document.getElementById('event_title_color').color.fromString('383838');
577
+ document.getElementById('current_day_border_color').color.fromString('58A42B');
578
+ document.getElementById('bg_color_this_month_evented').color.fromString('C0EFC0');
579
+ document.getElementById('next_prev_event_arrowcolor').color.fromString('AED9AE');
580
+ document.getElementById('show_event_bgcolor').color.fromString('C0EFC0');
581
+ document.getElementById('cell_border_color').color.fromString('B1B1B0');
582
+ document.getElementById('arrow_color_year').color.fromString('58A42B');
583
+ document.getElementById('week_days_cell_height').value='25';
584
+ document.getElementById('arrow_color_month').color.fromString('58A42B');
585
+ document.getElementById('text_color_sun_days').color.fromString('FF7C5C');
586
+ document.getElementById('title_color').color.fromString('FFFFFF');
587
+ document.getElementById('next_prev_event_bgcolor').color.fromString('58A42B');
588
+ document.getElementById('title_font_size').value='';
589
+ document.getElementById('title_font').value='';
590
+ document.getElementById('title_style').value='normal';
591
+ document.getElementById('date_color').color.fromString('262626');
592
+ document.getElementById('date_size').value='';
593
+ document.getElementById('date_font').value='';
594
+ document.getElementById('date_style').value='normal';
595
+ document.getElementById('popup_width').value='600';
596
+ document.getElementById('popup_height').value='500';
597
+ document.getElementById('number_of_shown_evetns').value='1';
598
+ document.getElementById('sundays_font_size').value='16';
599
+ document.getElementById('other_days_font_size').value='12';
600
+ document.getElementById('weekdays_font_size').value='12';
601
+ document.getElementById('border_width').value='8';
602
+ document.getElementById('top_height').value='40';
603
+ document.getElementById('bg_color_other_months').color.fromString('E1DDE9');
604
+ document.getElementById('sundays_bg_color').color.fromString('FFFFFF');
605
+ document.getElementById('weekdays_bg_color').color.fromString('FFFFFF');
606
+ document.getElementById('week_start_day').value='su';
607
+ document.getElementById('weekday_sunday_bg_color').color.fromString('FFFFFF');
608
+ document.getElementById('border_radius').value='2';
609
+ document.getElementById('year_font_size').value='18';
610
+ document.getElementById('month_font_size').value='18';
611
+ document.getElementById('arrow_size').value='10';
612
+ document.getElementById('next_month_text_color').color.fromString('58A42B');
613
+ document.getElementById('prev_month_text_color').color.fromString('58A42B');
614
+ document.getElementById('next_month_arrow_color').color.fromString('58A42B');
615
+ document.getElementById('prev_month_arrow_color').color.fromString('58A42B');
616
+ document.getElementById('next_month_font_size').value='16';
617
+ document.getElementById('prev_month_font_size').value='16';
618
+ document.getElementById('month_type').value='1';
619
+ document.getElementById('date_format').value='w/d/m/y';
620
+ change_width()
621
+ }
622
+ }
623
+
624
+ function reset_theme_11()
625
+ {
626
+ if(confirm('Do you really whant to reset theme?')){
627
+ document.getElementById('width').value='650';
628
+ document.getElementById('cell_height').value='70';
629
+ document.getElementById('bg_top').color.fromString('E7C892');
630
+ document.getElementById('bg_bottom').color.fromString('7E5F43');
631
+ document.getElementById('border_color').color.fromString('FFC219');
632
+ document.getElementById('text_color_year').color.fromString('404040');
633
+ document.getElementById('text_color_month').color.fromString('404040');
634
+ document.getElementById('text_color_week_days').color.fromString('404040');
635
+ document.getElementById('text_color_other_months').color.fromString('FFFFFF');
636
+ document.getElementById('text_color_this_month_unevented').color.fromString('FFFFFF');
637
+ document.getElementById('text_color_this_month_evented').color.fromString('404040');
638
+ document.getElementById('event_title_color').color.fromString('404040');
639
+ document.getElementById('current_day_border_color').color.fromString('FFFFFF');
640
+ document.getElementById('bg_color_this_month_evented').color.fromString('FFC219');
641
+ document.getElementById('next_prev_event_arrowcolor').color.fromString('B3875F');
642
+ document.getElementById('show_event_bgcolor').color.fromString('7E5F43');
643
+ document.getElementById('cell_border_color').color.fromString('000000');
644
+ document.getElementById('arrow_color_year').color.fromString('404040');
645
+ document.getElementById('week_days_cell_height').value='30';
646
+ document.getElementById('arrow_color_month').color.fromString('404040');
647
+ document.getElementById('text_color_sun_days').color.fromString('FFFFFF');
648
+ document.getElementById('title_color').color.fromString('FFFFFF');
649
+ document.getElementById('next_prev_event_bgcolor').color.fromString('FFC219');
650
+ document.getElementById('title_font_size').value='';
651
+ document.getElementById('title_font').value='';
652
+ document.getElementById('title_style').value='normal';
653
+ document.getElementById('date_color').color.fromString('FFFFFF');
654
+ document.getElementById('date_size').value='';
655
+ document.getElementById('date_font').value='';
656
+ document.getElementById('date_style').value='normal';
657
+ document.getElementById('popup_width').value='800';
658
+ document.getElementById('popup_height').value='500';
659
+ document.getElementById('number_of_shown_evetns').value='2';
660
+ document.getElementById('sundays_font_size').value='18';
661
+ document.getElementById('other_days_font_size').value='12';
662
+ document.getElementById('weekdays_font_size').value='14';
663
+ document.getElementById('border_width').value='10';
664
+ document.getElementById('top_height').value='100';
665
+ document.getElementById('bg_color_other_months').color.fromString('523F30');
666
+ document.getElementById('sundays_bg_color').color.fromString('7E5F43');
667
+ document.getElementById('weekdays_bg_color').color.fromString('FFC219');
668
+ document.getElementById('week_start_day').value='su';
669
+ document.getElementById('weekday_sunday_bg_color').color.fromString('FFC219');
670
+ document.getElementById('border_radius').value='6';
671
+ document.getElementById('year_font_size').value='30';
672
+ document.getElementById('month_font_size').value='20';
673
+ document.getElementById('arrow_size').value='12';
674
+ document.getElementById('next_month_text_color').color.fromString('404040');
675
+ document.getElementById('prev_month_text_color').color.fromString('404040');
676
+ document.getElementById('next_month_arrow_color').color.fromString('404040');
677
+ document.getElementById('prev_month_arrow_color').color.fromString('404040');
678
+ document.getElementById('next_month_font_size').value='16';
679
+ document.getElementById('prev_month_font_size').value='16';
680
+ document.getElementById('month_type').value='1';
681
+ document.getElementById('date_format').value='w/d/m/y';
682
+
683
+ change_width()
684
+ }
685
+ }
686
+
687
+
688
+
689
+ function reset_theme_0()
690
+ {
691
+ document.getElementById('width').value='';
692
+ document.getElementById('cell_height').value='';
693
+ document.getElementById('bg_top').color.fromString('FFFFFF');
694
+ document.getElementById('bg_bottom').color.fromString('FFFFFF');
695
+ document.getElementById('border_color').color.fromString('FFFFFF');
696
+ document.getElementById('text_color_year').color.fromString('FFFFFF');
697
+ document.getElementById('text_color_month').color.fromString('FFFFFF');
698
+ document.getElementById('text_color_week_days').color.fromString('FFFFFF');
699
+ document.getElementById('text_color_other_months').color.fromString('FFFFFF');
700
+ document.getElementById('text_color_this_month_unevented').color.fromString('FFFFFF');
701
+ document.getElementById('text_color_this_month_evented').color.fromString('FFFFFF');
702
+ document.getElementById('event_title_color').color.fromString('FFFFFF');
703
+ document.getElementById('current_day_border_color').color.fromString('FFFFFF');
704
+ document.getElementById('bg_color_this_month_evented').color.fromString('FFFFFF');
705
+ document.getElementById('next_prev_event_arrowcolor').color.fromString('FFFFFF');
706
+ document.getElementById('show_event_bgcolor').color.fromString('FFFFFF');
707
+ document.getElementById('cell_border_color').color.fromString('FFFFFF');
708
+ document.getElementById('arrow_color_year').color.fromString('FFFFFF');
709
+ document.getElementById('week_days_cell_height').value='25';
710
+ document.getElementById('arrow_color_month').color.fromString('FFFFFF');
711
+ document.getElementById('text_color_sun_days').color.fromString('FFFFFF');
712
+ document.getElementById('title_color').color.fromString('FFFFFF');
713
+ document.getElementById('next_prev_event_bgcolor').color.fromString('FFFFFF');
714
+ document.getElementById('title_font_size').value='';
715
+ document.getElementById('title_font').value='';
716
+ document.getElementById('title_style').value='';
717
+ document.getElementById('date_color').color.fromString('FFFFFF');
718
+ document.getElementById('date_size').value='';
719
+ document.getElementById('date_font').value='';
720
+ document.getElementById('date_style').value='';
721
+ document.getElementById('popup_width').value='';
722
+ document.getElementById('popup_height').value='';
723
+ document.getElementById('number_of_shown_evetns').value='';
724
+ document.getElementById('sundays_font_size').value='';
725
+ document.getElementById('other_days_font_size').value='';
726
+ document.getElementById('weekdays_font_size').value='';
727
+ document.getElementById('border_width').value='';
728
+ document.getElementById('top_height').value='';
729
+ document.getElementById('bg_color_other_months').color.fromString('FFFFFF');
730
+ document.getElementById('sundays_bg_color').color.fromString('FFFFFF');
731
+ document.getElementById('weekdays_bg_color').color.fromString('FFFFFF');
732
+ document.getElementById('week_start_day').value='';
733
+ document.getElementById('weekday_sunday_bg_color').color.fromString('FFFFFF');
734
+ document.getElementById('border_radius').value='';
735
+ document.getElementById('year_font_size').value='';
736
+ document.getElementById('month_font_size').value='';
737
+ document.getElementById('arrow_size').value='';
738
+ document.getElementById('next_month_text_color').color.fromString('FFFFFF');
739
+ document.getElementById('prev_month_text_color').color.fromString('FFFFFF');
740
+ document.getElementById('next_month_arrow_color').color.fromString('FFFFFF');
741
+ document.getElementById('prev_month_arrow_color').color.fromString('FFFFFF');
742
+ document.getElementById('next_month_font_size').value='';
743
+ document.getElementById('prev_month_font_size').value='';
744
+ document.getElementById('month_type').value='';
745
+ document.getElementById('date_format').value='w/d/m/y';
746
+ change_width()
747
+ }
748
+
749
+
750
+
751
+
752
+
753
+ ///////////////////////////////////////////////////////////////////////////////////////// theme min
754
+ function set_theme(){
755
+
756
+ themeID=document.getElementById('slect_theme').value;
757
+
758
+ switch (themeID)
759
+ {
760
+ case '0':
761
+ reset_theme_0();
762
+ break;
763
+
764
+ case '1':
765
+ reset_theme_1();
766
+ break;
767
+
768
+ case '2':
769
+ reset_theme_2();
770
+ break;
771
+
772
+ case '3':
773
+ reset_theme_3();
774
+ break;
775
+
776
+ case '4':
777
+ reset_theme_4();
778
+ break;
779
+
780
+ case '5':
781
+ reset_theme_5();
782
+ break;
783
+
784
+ case '6':
785
+ reset_theme_6();
786
+ break;
787
+
788
+ case '7':
789
+ reset_theme_7();
790
+ break;
791
+
792
+ case '8':
793
+ reset_theme_8();
794
+ break;
795
+
796
+ case '9':
797
+ reset_theme_9();
798
+ break;
799
+
800
+ case '10':
801
+ reset_theme_10();
802
+ break;
803
+
804
+ case '11':
805
+ reset_theme_11();
806
+ break;
807
+
808
+
809
+ }
810
+ change_width()
811
+
812
+ }
elements/theme_reset_widget.js ADDED
@@ -0,0 +1,769 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ///////////////////////////////////////////////////////////////////////////////////////// theme min
2
+
3
+
4
+
5
+
6
+
7
+
8
+
9
+ function reset_theme_3()
10
+ {
11
+ if(confirm('Do you really whant to reset theme?')){
12
+ document.getElementById('width').value='220';
13
+ document.getElementById('cell_height').value='25';
14
+ document.getElementById('bg_top').color.fromString('36A7E9');
15
+ document.getElementById('bg_bottom').color.fromString('FFFFFF');
16
+ document.getElementById('border_color').color.fromString('000000');
17
+ document.getElementById('text_color_year').color.fromString('000000');
18
+ document.getElementById('text_color_month').color.fromString('000000');
19
+ document.getElementById('text_color_week_days').color.fromString('000000');
20
+ document.getElementById('text_color_other_months').color.fromString('525252');
21
+ document.getElementById('text_color_this_month_unevented').color.fromString('000000');
22
+ document.getElementById('text_color_this_month_evented').color.fromString('FFFFFF');
23
+ document.getElementById('event_title_color').color.fromString('FFFFFF');
24
+ document.getElementById('current_day_border_color').color.fromString('36A7E9');
25
+ document.getElementById('bg_color_this_month_evented').color.fromString('FFA142');
26
+ document.getElementById('next_prev_event_arrowcolor').color.fromString('FFFFFF');
27
+ document.getElementById('show_event_bgcolor').color.fromString('36A7E9');
28
+ document.getElementById('cell_border_color').color.fromString('000000');
29
+ document.getElementById('arrow_color_year').color.fromString('000000');
30
+ document.getElementById('week_days_cell_height').value='30';
31
+ document.getElementById('arrow_color_month').color.fromString('000000');
32
+ document.getElementById('text_color_sun_days').color.fromString('36A7E9');
33
+ document.getElementById('title_color').color.fromString('FFFFFF');
34
+ document.getElementById('next_prev_event_bgcolor').color.fromString('FFA142');
35
+ document.getElementById('title_font_size').value='12';
36
+ document.getElementById('title_font').value='Courier New';
37
+ document.getElementById('title_style').value='normal';
38
+ document.getElementById('date_color').color.fromString('FFFFFF');
39
+ document.getElementById('date_size').value='16';
40
+ document.getElementById('date_font').value='Courier New';
41
+ document.getElementById('date_style').value='bold';
42
+ document.getElementById('popup_width').value='800';
43
+ document.getElementById('popup_height').value='600';
44
+ document.getElementById('number_of_shown_evetns').value='1';
45
+ document.getElementById('sundays_font_size').value='14';
46
+ document.getElementById('other_days_font_size').value='12';
47
+ document.getElementById('weekdays_font_size').value='14';
48
+ document.getElementById('border_width').value='2';
49
+ document.getElementById('top_height').value='70';
50
+ document.getElementById('bg_color_other_months').color.fromString('FFFFFF');
51
+ document.getElementById('sundays_bg_color').color.fromString('FFFFFF');
52
+ document.getElementById('weekdays_bg_color').color.fromString('FFFFFF');
53
+ document.getElementById('week_start_day').value='su';
54
+ document.getElementById('weekday_sunday_bg_color').color.fromString('FFFFFF');
55
+ document.getElementById('border_radius').value='0';
56
+ document.getElementById('year_font_size').value='18';
57
+ document.getElementById('month_font_size').value='14';
58
+ document.getElementById('arrow_size').value='10';
59
+ document.getElementById('next_month_text_color').color.fromString('FFFFFF');
60
+ document.getElementById('prev_month_text_color').color.fromString('FFFFFF');
61
+ document.getElementById('next_month_arrow_color').color.fromString('FFFFFF');
62
+ document.getElementById('prev_month_arrow_color').color.fromString('FFFFFF');
63
+ document.getElementById('next_month_font_size').value='9';
64
+ document.getElementById('prev_month_font_size').value='9';
65
+ document.getElementById('month_type').value='2';
66
+ document.getElementById('date_format').value='w/d/m/y';
67
+ document.getElementById('all_days_border_width').value='0';
68
+ change_width()
69
+ }
70
+ }
71
+
72
+ function reset_theme_1()
73
+ {
74
+ if(confirm('Do you really whant to reset theme?')){
75
+ document.getElementById('width').value='230';
76
+ document.getElementById('cell_height').value='30';
77
+ document.getElementById('bg_top').color.fromString('00004F');
78
+ document.getElementById('bg_bottom').color.fromString('5BCAFF');
79
+ document.getElementById('border_color').color.fromString('00004F');
80
+ document.getElementById('text_color_year').color.fromString('D1D4F5');
81
+ document.getElementById('text_color_month').color.fromString('D1D4F5');
82
+ document.getElementById('text_color_week_days').color.fromString('FFFFFF');
83
+ document.getElementById('text_color_other_months').color.fromString('E6E6E6');
84
+ document.getElementById('text_color_this_month_unevented').color.fromString('000000');
85
+ document.getElementById('text_color_this_month_evented').color.fromString('FFFFFF');
86
+ document.getElementById('event_title_color').color.fromString('FFFFFF');
87
+ document.getElementById('current_day_border_color').color.fromString('FFFFFF');
88
+ document.getElementById('bg_color_this_month_evented').color.fromString('00004F');
89
+ document.getElementById('next_prev_event_arrowcolor').color.fromString('FFFFFF');
90
+ document.getElementById('show_event_bgcolor').color.fromString('009EEB');
91
+ document.getElementById('cell_border_color').color.fromString('000000');
92
+ document.getElementById('arrow_color_year').color.fromString('FFFFFF');
93
+ document.getElementById('week_days_cell_height').value='30';
94
+ document.getElementById('arrow_color_month').color.fromString('FFFFFF');
95
+ document.getElementById('text_color_sun_days').color.fromString('000000');
96
+ document.getElementById('title_color').color.fromString('FFFFFF');
97
+ document.getElementById('next_prev_event_bgcolor').color.fromString('00004F');
98
+ document.getElementById('title_font_size').value='';
99
+ document.getElementById('title_font').value='';
100
+ document.getElementById('title_style').value='normal';
101
+ document.getElementById('date_color').color.fromString('FFFFFF');
102
+ document.getElementById('date_size').value='';
103
+ document.getElementById('date_font').value='';
104
+ document.getElementById('date_style').value='normal';
105
+ document.getElementById('popup_width').value='600';
106
+ document.getElementById('popup_height').value='500';
107
+ document.getElementById('number_of_shown_evetns').value='1';
108
+ document.getElementById('sundays_font_size').value='14';
109
+ document.getElementById('other_days_font_size').value='12';
110
+ document.getElementById('weekdays_font_size').value='14';
111
+ document.getElementById('border_width').value='2';
112
+ document.getElementById('top_height').value='40';
113
+ document.getElementById('bg_color_other_months').color.fromString('5BCAFF');
114
+ document.getElementById('sundays_bg_color').color.fromString('5BCAFF');
115
+ document.getElementById('weekdays_bg_color').color.fromString('00004F');
116
+ document.getElementById('week_start_day').value='su';
117
+ document.getElementById('weekday_sunday_bg_color').color.fromString('00004F');
118
+ document.getElementById('border_radius').value='0';
119
+ document.getElementById('year_font_size').value='18';
120
+ document.getElementById('month_font_size').value='14';
121
+ document.getElementById('arrow_size').value='14';
122
+ document.getElementById('next_month_text_color').color.fromString('FFFFFF');
123
+ document.getElementById('prev_month_text_color').color.fromString('FFFFFF');
124
+ document.getElementById('next_month_arrow_color').color.fromString('FFFFFF');
125
+ document.getElementById('prev_month_arrow_color').color.fromString('FFFFFF');
126
+ document.getElementById('next_month_font_size').value='9';
127
+ document.getElementById('prev_month_font_size').value='9';
128
+ document.getElementById('month_type').value='2';
129
+ document.getElementById('all_days_border_width').value='0';
130
+ document.getElementById('date_format').value='w/d/m/y';
131
+ change_width()
132
+ }
133
+ }
134
+
135
+ function reset_theme_2()
136
+ {
137
+ if(confirm('Do you really whant to reset theme?')){
138
+ document.getElementById('width').value='230';
139
+ document.getElementById('cell_height').value='25';
140
+ document.getElementById('bg_top').color.fromString('A6BA7D');
141
+ document.getElementById('bg_bottom').color.fromString('FDFCDE');
142
+ document.getElementById('border_color').color.fromString('000000');
143
+ document.getElementById('text_color_year').color.fromString('000000');
144
+ document.getElementById('text_color_month').color.fromString('080808');
145
+ document.getElementById('text_color_week_days').color.fromString('000000');
146
+ document.getElementById('text_color_other_months').color.fromString('6E5959');
147
+ document.getElementById('text_color_this_month_unevented').color.fromString('060D12');
148
+ document.getElementById('text_color_this_month_evented').color.fromString('000000');
149
+ document.getElementById('event_title_color').color.fromString('000000');
150
+ document.getElementById('current_day_border_color').color.fromString('4AFF9E');
151
+ document.getElementById('bg_color_this_month_evented').color.fromString('FF6933');
152
+ document.getElementById('next_prev_event_arrowcolor').color.fromString('E0E0C5');
153
+ document.getElementById('show_event_bgcolor').color.fromString('FDFCDE');
154
+ document.getElementById('cell_border_color').color.fromString('000000');
155
+ document.getElementById('arrow_color_year').color.fromString('000000');
156
+ document.getElementById('week_days_cell_height').value='25';
157
+ document.getElementById('arrow_color_month').color.fromString('000000');
158
+ document.getElementById('text_color_sun_days').color.fromString('FF0000');
159
+ document.getElementById('title_color').color.fromString('000000');
160
+ document.getElementById('next_prev_event_bgcolor').color.fromString('CCCCCC');
161
+ document.getElementById('title_font_size').value='18';
162
+ document.getElementById('title_font').value='Courier New';
163
+ document.getElementById('title_style').value='normal';
164
+ document.getElementById('date_color').color.fromString('000000');
165
+ document.getElementById('date_size').value='16';
166
+ document.getElementById('date_font').value='Courier New';
167
+ document.getElementById('date_style').value='bold';
168
+ document.getElementById('popup_width').value='800';
169
+ document.getElementById('popup_height').value='600';
170
+ document.getElementById('number_of_shown_evetns').value='1';
171
+ document.getElementById('sundays_font_size').value='14';
172
+ document.getElementById('other_days_font_size').value='12';
173
+ document.getElementById('weekdays_font_size').value='14';
174
+ document.getElementById('border_width').value='2';
175
+ document.getElementById('top_height').value='70';
176
+ document.getElementById('bg_color_other_months').color.fromString('FFFFFF');
177
+ document.getElementById('sundays_bg_color').color.fromString('FDFCDE');
178
+ document.getElementById('weekdays_bg_color').color.fromString('E6E6DE');
179
+ document.getElementById('week_start_day').value='su';
180
+ document.getElementById('weekday_sunday_bg_color').color.fromString('BD848A');
181
+ document.getElementById('border_radius').value='0';
182
+ document.getElementById('year_font_size').value='16';
183
+ document.getElementById('month_font_size').value='14';
184
+ document.getElementById('arrow_size').value='14';
185
+ document.getElementById('next_month_text_color').color.fromString('FFFFFF');
186
+ document.getElementById('prev_month_text_color').color.fromString('FFFFFF');
187
+ document.getElementById('next_month_arrow_color').color.fromString('FFFFFF');
188
+ document.getElementById('prev_month_arrow_color').color.fromString('FFFFFF');
189
+ document.getElementById('next_month_font_size').value='9';
190
+ document.getElementById('prev_month_font_size').value='9';
191
+ document.getElementById('month_type').value='2';
192
+ document.getElementById('date_format').value='w/d/m/y';
193
+ document.getElementById('all_days_border_width').value='0';
194
+ change_width()
195
+ }
196
+ }
197
+
198
+ function reset_theme_4()
199
+ {
200
+ if(confirm('Do you really whant to reset theme?')){
201
+ document.getElementById('width').value='230';
202
+ document.getElementById('cell_height').value='30';
203
+ document.getElementById('bg_top').color.fromString('2A2829');
204
+ document.getElementById('bg_bottom').color.fromString('363636');
205
+ document.getElementById('border_color').color.fromString('000000');
206
+ document.getElementById('text_color_year').color.fromString('FFFFFF');
207
+ document.getElementById('text_color_month').color.fromString('FFFFFF');
208
+ document.getElementById('text_color_week_days').color.fromString('FFFFFF');
209
+ document.getElementById('text_color_other_months').color.fromString('BDBDBD');
210
+ document.getElementById('text_color_this_month_unevented').color.fromString('FFFFFF');
211
+ document.getElementById('text_color_this_month_evented').color.fromString('000000');
212
+ document.getElementById('event_title_color').color.fromString('000000');
213
+ document.getElementById('current_day_border_color').color.fromString('FFFFFF');
214
+ document.getElementById('bg_color_this_month_evented').color.fromString('F0F0F0');
215
+ document.getElementById('next_prev_event_arrowcolor').color.fromString('C7C7C7');
216
+ document.getElementById('show_event_bgcolor').color.fromString('969696');
217
+ document.getElementById('cell_border_color').color.fromString('000000');
218
+ document.getElementById('arrow_color_year').color.fromString('FFFFFF');
219
+ document.getElementById('week_days_cell_height').value='25';
220
+ document.getElementById('arrow_color_month').color.fromString('FFFFFF');
221
+ document.getElementById('text_color_sun_days').color.fromString('FFFFFF');
222
+ document.getElementById('title_color').color.fromString('FFFFFF');
223
+ document.getElementById('next_prev_event_bgcolor').color.fromString('323232');
224
+ document.getElementById('title_font_size').value='';
225
+ document.getElementById('title_font').value='';
226
+ document.getElementById('title_style').value='normal';
227
+ document.getElementById('date_color').color.fromString('FFFFFF');
228
+ document.getElementById('date_size').value='';
229
+ document.getElementById('date_font').value='';
230
+ document.getElementById('date_style').value='normal';
231
+ document.getElementById('popup_width').value='600';
232
+ document.getElementById('popup_height').value='500';
233
+ document.getElementById('number_of_shown_evetns').value='1';
234
+ document.getElementById('sundays_font_size').value='14';
235
+ document.getElementById('other_days_font_size').value='12';
236
+ document.getElementById('weekdays_font_size').value='14';
237
+ document.getElementById('border_width').value='2';
238
+ document.getElementById('top_height').value='30';
239
+ document.getElementById('bg_color_other_months').color.fromString('363636');
240
+ document.getElementById('sundays_bg_color').color.fromString('363636');
241
+ document.getElementById('weekdays_bg_color').color.fromString('2A2829');
242
+ document.getElementById('week_start_day').value='su';
243
+ document.getElementById('weekday_sunday_bg_color').color.fromString('2A2829');
244
+ document.getElementById('border_radius').value='4';
245
+ document.getElementById('year_font_size').value='18';
246
+ document.getElementById('month_font_size').value='14';
247
+ document.getElementById('arrow_size').value='12';
248
+ document.getElementById('next_month_text_color').color.fromString('FFFFFF');
249
+ document.getElementById('prev_month_text_color').color.fromString('FFFFFF');
250
+ document.getElementById('next_month_arrow_color').color.fromString('FFFFFF');
251
+ document.getElementById('prev_month_arrow_color').color.fromString('FFFFFF');
252
+ document.getElementById('next_month_font_size').value='9';
253
+ document.getElementById('prev_month_font_size').value='9';
254
+ document.getElementById('month_type').value='1';
255
+ document.getElementById('date_format').value='w/d/m/y';
256
+ document.getElementById('all_days_border_width').value='0';
257
+ change_width()
258
+ }
259
+ }
260
+ function reset_theme_5()
261
+ {
262
+ if(confirm('Do you really whant to reset theme?')){
263
+ document.getElementById('width').value='220';
264
+ document.getElementById('cell_height').value='27';
265
+ document.getElementById('bg_top').color.fromString('9A0000');
266
+ document.getElementById('bg_bottom').color.fromString('CDCC96');
267
+ document.getElementById('border_color').color.fromString('D9D9D7');
268
+ document.getElementById('text_color_year').color.fromString('FFFFFF');
269
+ document.getElementById('text_color_month').color.fromString('FFFFFF');
270
+ document.getElementById('text_color_week_days').color.fromString('000000');
271
+ document.getElementById('text_color_other_months').color.fromString('525252');
272
+ document.getElementById('text_color_this_month_unevented').color.fromString('000000');
273
+ document.getElementById('text_color_this_month_evented').color.fromString('FFFFFF');
274
+ document.getElementById('event_title_color').color.fromString('FFFFFF');
275
+ document.getElementById('current_day_border_color').color.fromString('9A0000');
276
+ document.getElementById('bg_color_this_month_evented').color.fromString('9A0000');
277
+ document.getElementById('next_prev_event_arrowcolor').color.fromString('DEDDB5');
278
+ document.getElementById('show_event_bgcolor').color.fromString('FFFED0');
279
+ document.getElementById('cell_border_color').color.fromString('FFFFFF');
280
+ document.getElementById('arrow_color_year').color.fromString('FFFFFF');
281
+ document.getElementById('week_days_cell_height').value='25';
282
+ document.getElementById('arrow_color_month').color.fromString('FFFFFF');
283
+ document.getElementById('text_color_sun_days').color.fromString('9A0000');
284
+ document.getElementById('title_color').color.fromString('000000');
285
+ document.getElementById('next_prev_event_bgcolor').color.fromString('9A0000');
286
+ document.getElementById('title_font_size').value='';
287
+ document.getElementById('title_font').value='';
288
+ document.getElementById('title_style').value='normal';
289
+ document.getElementById('date_color').color.fromString('000000');
290
+ document.getElementById('date_size').value='';
291
+ document.getElementById('date_font').value='';
292
+ document.getElementById('date_style').value='normal';
293
+ document.getElementById('popup_width').value='600';
294
+ document.getElementById('popup_height').value='500';
295
+ document.getElementById('number_of_shown_evetns').value='1';
296
+ document.getElementById('sundays_font_size').value='14';
297
+ document.getElementById('other_days_font_size').value='';
298
+ document.getElementById('weekdays_font_size').value='14';
299
+ document.getElementById('border_width').value='6';
300
+ document.getElementById('top_height').value='70';
301
+ document.getElementById('bg_color_other_months').color.fromString('E4E7CC');
302
+ document.getElementById('sundays_bg_color').color.fromString('CDCC96');
303
+ document.getElementById('weekdays_bg_color').color.fromString('FFFED0');
304
+ document.getElementById('week_start_day').value='mo';
305
+ document.getElementById('weekday_sunday_bg_color').color.fromString('FFFED0');
306
+ document.getElementById('border_radius').value='3';
307
+ document.getElementById('year_font_size').value='18';
308
+ document.getElementById('month_font_size').value='14';
309
+ document.getElementById('arrow_size').value='9';
310
+ document.getElementById('next_month_text_color').color.fromString('FFFFFF');
311
+ document.getElementById('prev_month_text_color').color.fromString('FFFFFF');
312
+ document.getElementById('next_month_arrow_color').color.fromString('FFFFFF');
313
+ document.getElementById('prev_month_arrow_color').color.fromString('FFFFFF');
314
+ document.getElementById('next_month_font_size').value='9';
315
+ document.getElementById('prev_month_font_size').value='9';
316
+ document.getElementById('month_type').value='2';
317
+ document.getElementById('date_format').value='w/d/m/y';
318
+ document.getElementById('all_days_border_width').value='1';
319
+ change_width()
320
+ }
321
+ }
322
+
323
+
324
+ function reset_theme_6()
325
+ {
326
+ if(confirm('Do you really whant to reset theme?')){
327
+ document.getElementById('width').value='220';
328
+ document.getElementById('cell_height').value='25';
329
+ document.getElementById('bg_top').color.fromString('FCF7D9');
330
+ document.getElementById('bg_bottom').color.fromString('FFFFFF');
331
+ document.getElementById('border_color').color.fromString('3DBCEB');
332
+ document.getElementById('text_color_year').color.fromString('9A0000');
333
+ document.getElementById('text_color_month').color.fromString('9A0000');
334
+ document.getElementById('text_color_week_days').color.fromString('FFFFFF');
335
+ document.getElementById('text_color_other_months').color.fromString('C7C7C7');
336
+ document.getElementById('text_color_this_month_unevented').color.fromString('1374C3');
337
+ document.getElementById('text_color_this_month_evented').color.fromString('000000');
338
+ document.getElementById('event_title_color').color.fromString('000000');
339
+ document.getElementById('current_day_border_color').color.fromString('9A0000');
340
+ document.getElementById('bg_color_this_month_evented').color.fromString('FCF7D9');
341
+ document.getElementById('next_prev_event_arrowcolor').color.fromString('E0E0E0');
342
+ document.getElementById('show_event_bgcolor').color.fromString('FCF7D9');
343
+ document.getElementById('cell_border_color').color.fromString('1374C3');
344
+ document.getElementById('arrow_color_year').color.fromString('9A0000');
345
+ document.getElementById('week_days_cell_height').value='20';
346
+ document.getElementById('arrow_color_month').color.fromString('9A0000');
347
+ document.getElementById('text_color_sun_days').color.fromString('013A7D');
348
+ document.getElementById('title_color').color.fromString('000000');
349
+ document.getElementById('next_prev_event_bgcolor').color.fromString('21B5FF');
350
+ document.getElementById('title_font_size').value='';
351
+ document.getElementById('title_font').value='';
352
+ document.getElementById('title_style').value='normal';
353
+ document.getElementById('date_color').color.fromString('000000');
354
+ document.getElementById('date_size').value='';
355
+ document.getElementById('date_font').value='';
356
+ document.getElementById('date_style').value='bold';
357
+ document.getElementById('popup_width').value='600';
358
+ document.getElementById('popup_height').value='500';
359
+ document.getElementById('number_of_shown_evetns').value='1';
360
+ document.getElementById('sundays_font_size').value='14';
361
+ document.getElementById('other_days_font_size').value='12';
362
+ document.getElementById('weekdays_font_size').value='14';
363
+ document.getElementById('border_width').value='5';
364
+ document.getElementById('top_height').value='70';
365
+ document.getElementById('bg_color_other_months').color.fromString('FFFFFF');
366
+ document.getElementById('sundays_bg_color').color.fromString('FFFFFF');
367
+ document.getElementById('weekdays_bg_color').color.fromString('013A7D');
368
+ document.getElementById('week_start_day').value='su';
369
+ document.getElementById('weekday_sunday_bg_color').color.fromString('1374C3');
370
+ document.getElementById('border_radius').value='3';
371
+ document.getElementById('year_font_size').value='18';
372
+ document.getElementById('month_font_size').value='14';
373
+ document.getElementById('arrow_size').value='9';
374
+ document.getElementById('next_month_text_color').color.fromString('FFFFFF');
375
+ document.getElementById('prev_month_text_color').color.fromString('FFFFFF');
376
+ document.getElementById('next_month_arrow_color').color.fromString('FFFFFF');
377
+ document.getElementById('prev_month_arrow_color').color.fromString('FFFFFF');
378
+ document.getElementById('next_month_font_size').value='9';
379
+ document.getElementById('prev_month_font_size').value='9';
380
+ document.getElementById('month_type').value='2';
381
+ document.getElementById('date_format').value='w/d/m/y';
382
+ document.getElementById('all_days_border_width').value='0';
383
+ change_width()
384
+ }
385
+ }
386
+
387
+
388
+ function reset_theme_7()
389
+ {
390
+ if(confirm('Do you really whant to reset theme?')){
391
+ document.getElementById('width').value='210';
392
+ document.getElementById('cell_height').value='27';
393
+ document.getElementById('bg_top').color.fromString('598923');
394
+ document.getElementById('bg_bottom').color.fromString('F0F0E6');
395
+ document.getElementById('border_color').color.fromString('D78B29');
396
+ document.getElementById('text_color_year').color.fromString('FFFFFF');
397
+ document.getElementById('text_color_month').color.fromString('FFFFFF');
398
+ document.getElementById('text_color_week_days').color.fromString('000000');
399
+ document.getElementById('text_color_other_months').color.fromString('A6A6A6');
400
+ document.getElementById('text_color_this_month_unevented').color.fromString('5C5C5C');
401
+ document.getElementById('text_color_this_month_evented').color.fromString('FFFFFF');
402
+ document.getElementById('event_title_color').color.fromString('FFFFFF');
403
+ document.getElementById('current_day_border_color').color.fromString('000000');
404
+ document.getElementById('bg_color_this_month_evented').color.fromString('D78B29');
405
+ document.getElementById('next_prev_event_arrowcolor').color.fromString('D78B29');
406
+ document.getElementById('show_event_bgcolor').color.fromString('FFB061');
407
+ document.getElementById('cell_border_color').color.fromString('363636');
408
+ document.getElementById('arrow_color_year').color.fromString('FFFFFF');
409
+ document.getElementById('week_days_cell_height').value='25';
410
+ document.getElementById('arrow_color_month').color.fromString('FFFFFF');
411
+ document.getElementById('text_color_sun_days').color.fromString('000000');
412
+ document.getElementById('title_color').color.fromString('FFFFFF');
413
+ document.getElementById('next_prev_event_bgcolor').color.fromString('DDDCC8');
414
+ document.getElementById('title_font_size').value='';
415
+ document.getElementById('title_font').value='Courier New';
416
+ document.getElementById('title_style').value='bold';
417
+ document.getElementById('date_color').color.fromString('000000');
418
+ document.getElementById('date_size').value='';
419
+ document.getElementById('date_font').value='';
420
+ document.getElementById('date_style').value='normal';
421
+ document.getElementById('popup_width').value='600';
422
+ document.getElementById('popup_height').value='500';
423
+ document.getElementById('number_of_shown_evetns').value='1';
424
+ document.getElementById('sundays_font_size').value='14';
425
+ document.getElementById('other_days_font_size').value='12';
426
+ document.getElementById('weekdays_font_size').value='12';
427
+ document.getElementById('border_width').value='6';
428
+ document.getElementById('top_height').value='70';
429
+ document.getElementById('bg_color_other_months').color.fromString('DDDCC8');
430
+ document.getElementById('sundays_bg_color').color.fromString('F0F0E6');
431
+ document.getElementById('weekdays_bg_color').color.fromString('D78B29');
432
+ document.getElementById('week_start_day').value='su';
433
+ document.getElementById('weekday_sunday_bg_color').color.fromString('D78B29');
434
+ document.getElementById('border_radius').value='2';
435
+ document.getElementById('year_font_size').value='18';
436
+ document.getElementById('month_font_size').value='14';
437
+ document.getElementById('arrow_size').value='8';
438
+ document.getElementById('next_month_text_color').color.fromString('FFFFFF');
439
+ document.getElementById('prev_month_text_color').color.fromString('FFFFFF');
440
+ document.getElementById('next_month_arrow_color').color.fromString('FFFFFF');
441
+ document.getElementById('prev_month_arrow_color').color.fromString('FFFFFF');
442
+ document.getElementById('next_month_font_size').value='9';
443
+ document.getElementById('prev_month_font_size').value='9';
444
+ document.getElementById('month_type').value='1';
445
+ document.getElementById('date_format').value='w/d/m/y';
446
+ document.getElementById('all_days_border_width').value='1';
447
+ change_width()
448
+ }
449
+ }
450
+
451
+
452
+ function reset_theme_8()
453
+ {
454
+ if(confirm('Do you really whant to reset theme?')){
455
+ document.getElementById('width').value='195';
456
+ document.getElementById('cell_height').value='20';
457
+ document.getElementById('bg_top').color.fromString('009898');
458
+ document.getElementById('bg_bottom').color.fromString('FDFDCC');
459
+ document.getElementById('border_color').color.fromString('FDFDCC');
460
+ document.getElementById('text_color_year').color.fromString('FFFFFF');
461
+ document.getElementById('text_color_month').color.fromString('FFFFFF');
462
+ document.getElementById('text_color_week_days').color.fromString('000000');
463
+ document.getElementById('text_color_other_months').color.fromString('8C8C8C');
464
+ document.getElementById('text_color_this_month_unevented').color.fromString('383838');
465
+ document.getElementById('text_color_this_month_evented').color.fromString('383838');
466
+ document.getElementById('event_title_color').color.fromString('FFFFFF');
467
+ document.getElementById('current_day_border_color').color.fromString('000000');
468
+ document.getElementById('bg_color_this_month_evented').color.fromString('FE7C00');
469
+ document.getElementById('next_prev_event_arrowcolor').color.fromString('FEAC30');
470
+ document.getElementById('show_event_bgcolor').color.fromString('FE7C00');
471
+ document.getElementById('cell_border_color').color.fromString('4D4D4D');
472
+ document.getElementById('arrow_color_year').color.fromString('FFFFFF');
473
+ document.getElementById('week_days_cell_height').value='25';
474
+ document.getElementById('arrow_color_month').color.fromString('FFFFFF');
475
+ document.getElementById('text_color_sun_days').color.fromString('000000');
476
+ document.getElementById('title_color').color.fromString('FFFFFF');
477
+ document.getElementById('next_prev_event_bgcolor').color.fromString('FDFDE8');
478
+ document.getElementById('title_font_size').value='';
479
+ document.getElementById('title_font').value='';
480
+ document.getElementById('title_style').value='normal';
481
+ document.getElementById('date_color').color.fromString('FFFFFF');
482
+ document.getElementById('date_size').value='';
483
+ document.getElementById('date_font').value='';
484
+ document.getElementById('date_style').value='normal';
485
+ document.getElementById('popup_width').value='600';
486
+ document.getElementById('popup_height').value='500';
487
+ document.getElementById('number_of_shown_evetns').value='1';
488
+ document.getElementById('sundays_font_size').value='14';
489
+ document.getElementById('other_days_font_size').value='12';
490
+ document.getElementById('weekdays_font_size').value='14';
491
+ document.getElementById('border_width').value='7';
492
+ document.getElementById('top_height').value='40';
493
+ document.getElementById('bg_color_other_months').color.fromString('FDFDE8');
494
+ document.getElementById('sundays_bg_color').color.fromString('BACBDC');
495
+ document.getElementById('weekdays_bg_color').color.fromString('9865FE');
496
+ document.getElementById('week_start_day').value='su';
497
+ document.getElementById('weekday_sunday_bg_color').color.fromString('9865FE');
498
+ document.getElementById('border_radius').value='2';
499
+ document.getElementById('year_font_size').value='18';
500
+ document.getElementById('month_font_size').value='14';
501
+ document.getElementById('arrow_size').value='8';
502
+ document.getElementById('next_month_text_color').color.fromString('FFFFFF');
503
+ document.getElementById('prev_month_text_color').color.fromString('FFFFFF');
504
+ document.getElementById('next_month_arrow_color').color.fromString('FFFFFF');
505
+ document.getElementById('prev_month_arrow_color').color.fromString('FFFFFF');
506
+ document.getElementById('next_month_font_size').value='9';
507
+ document.getElementById('prev_month_font_size').value='9';
508
+ document.getElementById('month_type').value='1';
509
+ document.getElementById('date_format').value='w/d/m/y';
510
+ document.getElementById('all_days_border_width').value='0';
511
+ change_width()
512
+ }
513
+ }
514
+
515
+ function reset_theme_9()
516
+ {
517
+ if(confirm('Do you really whant to reset theme?')){
518
+ document.getElementById('width').value='240';
519
+ document.getElementById('cell_height').value='30';
520
+ document.getElementById('bg_top').color.fromString('346699');
521
+ document.getElementById('bg_bottom').color.fromString('E3F9F9');
522
+ document.getElementById('border_color').color.fromString('346699');
523
+ document.getElementById('text_color_year').color.fromString('FFFFFF');
524
+ document.getElementById('text_color_month').color.fromString('FFFFFF');
525
+ document.getElementById('text_color_week_days').color.fromString('FFFFFF');
526
+ document.getElementById('text_color_other_months').color.fromString('CCCCCC');
527
+ document.getElementById('text_color_this_month_unevented').color.fromString('2410EE');
528
+ document.getElementById('text_color_this_month_evented').color.fromString('000000');
529
+ document.getElementById('event_title_color').color.fromString('000000');
530
+ document.getElementById('current_day_border_color').color.fromString('346699');
531
+ document.getElementById('bg_color_this_month_evented').color.fromString('FFCC33');
532
+ document.getElementById('next_prev_event_arrowcolor').color.fromString('E3B62D');
533
+ document.getElementById('show_event_bgcolor').color.fromString('FFCC33');
534
+ document.getElementById('cell_border_color').color.fromString('6B6B6B');
535
+ document.getElementById('arrow_color_year').color.fromString('FFFFFF');
536
+ document.getElementById('week_days_cell_height').value='25';
537
+ document.getElementById('arrow_color_month').color.fromString('FFFFFF');
538
+ document.getElementById('text_color_sun_days').color.fromString('2410EE');
539
+ document.getElementById('title_color').color.fromString('FFFFFF');
540
+ document.getElementById('next_prev_event_bgcolor').color.fromString('346699');
541
+ document.getElementById('title_font_size').value='';
542
+ document.getElementById('title_font').value='';
543
+ document.getElementById('title_style').value='normal';
544
+ document.getElementById('date_color').color.fromString('000000');
545
+ document.getElementById('date_size').value='';
546
+ document.getElementById('date_font').value='';
547
+ document.getElementById('date_style').value='normal';
548
+ document.getElementById('popup_width').value='600';
549
+ document.getElementById('popup_height').value='500';
550
+ document.getElementById('number_of_shown_evetns').value='1';
551
+ document.getElementById('sundays_font_size').value='14';
552
+ document.getElementById('other_days_font_size').value='12';
553
+ document.getElementById('weekdays_font_size').value='12';
554
+ document.getElementById('border_width').value='4';
555
+ document.getElementById('top_height').value='60';
556
+ document.getElementById('bg_color_other_months').color.fromString('E3F9F9');
557
+ document.getElementById('sundays_bg_color').color.fromString('E3F9F9');
558
+ document.getElementById('weekdays_bg_color').color.fromString('68676D');
559
+ document.getElementById('week_start_day').value='su';
560
+ document.getElementById('weekday_sunday_bg_color').color.fromString('68676D');
561
+ document.getElementById('border_radius').value='3';
562
+ document.getElementById('year_font_size').value='18';
563
+ document.getElementById('month_font_size').value='12';
564
+ document.getElementById('arrow_size').value='8';
565
+ document.getElementById('next_month_text_color').color.fromString('FFFFFF');
566
+ document.getElementById('prev_month_text_color').color.fromString('FFFFFF');
567
+ document.getElementById('next_month_arrow_color').color.fromString('FFFFFF');
568
+ document.getElementById('prev_month_arrow_color').color.fromString('FFFFFF');
569
+ document.getElementById('next_month_font_size').value='10';
570
+ document.getElementById('prev_month_font_size').value='10';
571
+ document.getElementById('month_type').value='2';
572
+ document.getElementById('date_format').value='w/d/m/y';
573
+ document.getElementById('all_days_border_width').value='0';
574
+ change_width()
575
+ }
576
+ }
577
+
578
+
579
+ function reset_theme_10()
580
+ {
581
+ if(confirm('Do you really whant to reset theme?')){
582
+ document.getElementById('width').value='220';
583
+ document.getElementById('cell_height').value='25';
584
+ document.getElementById('bg_top').color.fromString('C0EFC0');
585
+ document.getElementById('bg_bottom').color.fromString('E3F9F9');
586
+ document.getElementById('border_color').color.fromString('ABCEA8');
587
+ document.getElementById('text_color_year').color.fromString('58A42B');
588
+ document.getElementById('text_color_month').color.fromString('58A42B');
589
+ document.getElementById('text_color_week_days').color.fromString('000000');
590
+ document.getElementById('text_color_other_months').color.fromString('B0B0B0');
591
+ document.getElementById('text_color_this_month_unevented').color.fromString('383838');
592
+ document.getElementById('text_color_this_month_evented').color.fromString('383838');
593
+ document.getElementById('event_title_color').color.fromString('383838');
594
+ document.getElementById('current_day_border_color').color.fromString('58A42B');
595
+ document.getElementById('bg_color_this_month_evented').color.fromString('C0EFC0');
596
+ document.getElementById('next_prev_event_arrowcolor').color.fromString('AED9AE');
597
+ document.getElementById('show_event_bgcolor').color.fromString('C0EFC0');
598
+ document.getElementById('cell_border_color').color.fromString('B1B1B0');
599
+ document.getElementById('arrow_color_year').color.fromString('58A42B');
600
+ document.getElementById('week_days_cell_height').value='20';
601
+ document.getElementById('arrow_color_month').color.fromString('58A42B');
602
+ document.getElementById('text_color_sun_days').color.fromString('FF7C5C');
603
+ document.getElementById('title_color').color.fromString('FFFFFF');
604
+ document.getElementById('next_prev_event_bgcolor').color.fromString('58A42B');
605
+ document.getElementById('title_font_size').value='12';
606
+ document.getElementById('title_font').value='';
607
+ document.getElementById('title_style').value='normal';
608
+ document.getElementById('date_color').color.fromString('262626');
609
+ document.getElementById('date_size').value='12';
610
+ document.getElementById('date_font').value='';
611
+ document.getElementById('date_style').value='normal';
612
+ document.getElementById('popup_width').value='600';
613
+ document.getElementById('popup_height').value='500';
614
+ document.getElementById('number_of_shown_evetns').value='1';
615
+ document.getElementById('sundays_font_size').value='12';
616
+ document.getElementById('other_days_font_size').value='14';
617
+ document.getElementById('weekdays_font_size').value='12';
618
+ document.getElementById('border_width').value='6';
619
+ document.getElementById('top_height').value='70';
620
+ document.getElementById('bg_color_other_months').color.fromString('E1DDE9');
621
+ document.getElementById('sundays_bg_color').color.fromString('FFFFFF');
622
+ document.getElementById('weekdays_bg_color').color.fromString('FFFFFF');
623
+ document.getElementById('week_start_day').value='su';
624
+ document.getElementById('weekday_sunday_bg_color').color.fromString('FFFFFF');
625
+ document.getElementById('border_radius').value='2';
626
+ document.getElementById('year_font_size').value='18';
627
+ document.getElementById('month_font_size').value='12';
628
+ document.getElementById('arrow_size').value='10';
629
+ document.getElementById('next_month_text_color').color.fromString('58A42B');
630
+ document.getElementById('prev_month_text_color').color.fromString('58A42B');
631
+ document.getElementById('next_month_arrow_color').color.fromString('58A42B');
632
+ document.getElementById('prev_month_arrow_color').color.fromString('58A42B');
633
+ document.getElementById('next_month_font_size').value='10';
634
+ document.getElementById('prev_month_font_size').value='10';
635
+ document.getElementById('month_type').value='2';
636
+ document.getElementById('date_format').value='w/d/m/y';
637
+ document.getElementById('all_days_border_width').value='0';
638
+ change_width()
639
+ }
640
+ }
641
+
642
+ function reset_theme_11()
643
+ {
644
+ if(confirm('Do you really whant to reset theme?')){
645
+ document.getElementById('width').value='210';
646
+ document.getElementById('cell_height').value='25';
647
+ document.getElementById('bg_top').color.fromString('E7C892');
648
+ document.getElementById('bg_bottom').color.fromString('7E5F43');
649
+ document.getElementById('border_color').color.fromString('FFC219');
650
+ document.getElementById('text_color_year').color.fromString('404040');
651
+ document.getElementById('text_color_month').color.fromString('404040');
652
+ document.getElementById('text_color_week_days').color.fromString('404040');
653
+ document.getElementById('text_color_other_months').color.fromString('FFFFFF');
654
+ document.getElementById('text_color_this_month_unevented').color.fromString('FFFFFF');
655
+ document.getElementById('text_color_this_month_evented').color.fromString('404040');
656
+ document.getElementById('event_title_color').color.fromString('404040');
657
+ document.getElementById('current_day_border_color').color.fromString('FFFFFF');
658
+ document.getElementById('bg_color_this_month_evented').color.fromString('FFC219');
659
+ document.getElementById('next_prev_event_arrowcolor').color.fromString('B3875F');
660
+ document.getElementById('show_event_bgcolor').color.fromString('7E5F43');
661
+ document.getElementById('cell_border_color').color.fromString('000000');
662
+ document.getElementById('arrow_color_year').color.fromString('404040');
663
+ document.getElementById('week_days_cell_height').value='20';
664
+ document.getElementById('arrow_color_month').color.fromString('404040');
665
+ document.getElementById('text_color_sun_days').color.fromString('FFFFFF');
666
+ document.getElementById('title_color').color.fromString('FFFFFF');
667
+ document.getElementById('next_prev_event_bgcolor').color.fromString('FFC219');
668
+ document.getElementById('title_font_size').value='';
669
+ document.getElementById('title_font').value='';
670
+ document.getElementById('title_style').value='normal';
671
+ document.getElementById('date_color').color.fromString('FFFFFF');
672
+ document.getElementById('date_size').value='';
673
+ document.getElementById('date_font').value='';
674
+ document.getElementById('date_style').value='normal';
675
+ document.getElementById('popup_width').value='800';
676
+ document.getElementById('popup_height').value='500';
677
+ document.getElementById('number_of_shown_evetns').value='2';
678
+ document.getElementById('sundays_font_size').value='14';
679
+ document.getElementById('other_days_font_size').value='12';
680
+ document.getElementById('weekdays_font_size').value='12';
681
+ document.getElementById('border_width').value='4';
682
+ document.getElementById('top_height').value='60';
683
+ document.getElementById('bg_color_other_months').color.fromString('523F30');
684
+ document.getElementById('sundays_bg_color').color.fromString('7E5F43');
685
+ document.getElementById('weekdays_bg_color').color.fromString('FFC219');
686
+ document.getElementById('week_start_day').value='su';
687
+ document.getElementById('weekday_sunday_bg_color').color.fromString('FFC219');
688
+ document.getElementById('border_radius').value='2';
689
+ document.getElementById('year_font_size').value='16';
690
+ document.getElementById('month_font_size').value='11';
691
+ document.getElementById('arrow_size').value='10';
692
+ document.getElementById('next_month_text_color').color.fromString('404040');
693
+ document.getElementById('prev_month_text_color').color.fromString('404040');
694
+ document.getElementById('next_month_arrow_color').color.fromString('404040');
695
+ document.getElementById('prev_month_arrow_color').color.fromString('404040');
696
+ document.getElementById('next_month_font_size').value='9';
697
+ document.getElementById('prev_month_font_size').value='9';
698
+ document.getElementById('month_type').value='1';
699
+ document.getElementById('date_format').value='w/d/m/y';
700
+ document.getElementById('all_days_border_width').value='0';
701
+ change_width()
702
+ }
703
+ }
704
+
705
+
706
+
707
+
708
+
709
+
710
+
711
+
712
+ function set_theme(){
713
+
714
+ themeID=document.getElementById('slect_theme').value;
715
+
716
+ switch (themeID)
717
+ {
718
+ case '0':
719
+ reset_theme_0();
720
+ break;
721
+
722
+ case '1':
723
+ reset_theme_1();
724
+ break;
725
+
726
+ case '2':
727
+ reset_theme_2();
728
+ break;
729
+
730
+ case '3':
731
+ reset_theme_3();
732
+ break;
733
+
734
+ case '4':
735
+ reset_theme_4();
736
+ break;
737
+
738
+ case '5':
739
+ reset_theme_5();
740
+ break;
741
+
742
+ case '6':
743
+ reset_theme_6();
744
+ break;
745
+
746
+ case '7':
747
+ reset_theme_7();
748
+ break;
749
+
750
+ case '8':
751
+ reset_theme_8();
752
+ break;
753
+
754
+ case '9':
755
+ reset_theme_9();
756
+ break;
757
+
758
+ case '10':
759
+ reset_theme_10();
760
+ break;
761
+
762
+ case '11':
763
+ reset_theme_11();
764
+ break;
765
+
766
+ }
767
+ change_width()
768
+
769
+ }
front_end/bigcalendar.php ADDED
@@ -0,0 +1,990 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ $path = ''; // It should be end with a trailing slash
3
+ if ( !defined('WP_LOAD_PATH') ) {
4
+
5
+ /** classic root path if wp-content and plugins is below wp-config.php */
6
+ $classic_root = dirname(dirname(dirname(dirname(dirname(__FILE__))))) . '/' ;
7
+
8
+ if (file_exists( $classic_root . 'wp-load.php') )
9
+ define( 'WP_LOAD_PATH', $classic_root);
10
+ else
11
+ if (file_exists( $path . 'wp-load.php') )
12
+ define( 'WP_LOAD_PATH', $path);
13
+ else
14
+ exit("Could not find wp-load.php");
15
+ }
16
+
17
+ // let's load WordPress
18
+ require_once( WP_LOAD_PATH . 'wp-load.php');
19
+ global $wpdb;
20
+ function IsDate_inputed( $str ){
21
+ $stamp = strtotime( $str );
22
+ if (!is_numeric($stamp))
23
+ return FALSE;
24
+ $month = date( 'm', $stamp );
25
+ $day = date( 'd', $stamp );
26
+ $year = date( 'Y', $stamp );
27
+ if (checkdate($month, $day, $year))
28
+ return TRUE;
29
+ return FALSE;
30
+ }
31
+ if(isset($_GET['widget']))
32
+ {
33
+ $widget=1;
34
+ }
35
+ else
36
+ {
37
+ $widget=0;
38
+ }
39
+ $many_sp_calendar=$_GET['many_sp_calendar'];
40
+
41
+ if(!is_numeric($many_sp_calendar)){
42
+ $many_sp_calendar=1;
43
+ }
44
+ require_once("functions_bigcalendar.php");
45
+ $theme_id =1;
46
+ if($widget){
47
+ $theme =$wpdb->get_row( $wpdb->prepare( 'SELECT * FROM '.$wpdb->prefix.'spidercalendar_widget_theme WHERE id=%d',$theme_id));
48
+ }
49
+ else
50
+ {
51
+ $theme =$wpdb->get_row( $wpdb->prepare( 'SELECT * FROM '.$wpdb->prefix.'spidercalendar_theme WHERE id=%d',$theme_id));
52
+ }
53
+
54
+
55
+
56
+ ////like facbook button
57
+ $path_sp_cal=$_GET['cur_page_url'];
58
+
59
+
60
+
61
+ // load the row from the db table
62
+ if($widget){
63
+ $cal_width='200';
64
+ $bg_top = '#'.'36A7E9';
65
+ $bg_bottom = '#'.'FFFFFF';
66
+ $border_color = '#'.'000000';
67
+ $text_color_year = '#'.'000000';
68
+ $text_color_month = '#'.'000000';
69
+ $color_week_days = '#'.'000000';
70
+ $text_color_other_months = '#'.'525252';
71
+ $text_color_this_month_unevented = '#'.'000000';
72
+ $evented_color = '#'.'FFFFFF';
73
+ $evented_color_bg = '#'.'FFA142';
74
+ $color_arrow_year = '#'.'000000';
75
+ $color_arrow_month = '#'.'000000';
76
+ $sun_days = '#'.'36A7E9';
77
+ $event_title_color = '#'.'FFFFFF';
78
+ $current_day_border_color = '#'.'36A7E9';
79
+ $cell_border_color = '#'.'000000';
80
+ $cell_height = '25';
81
+ $popup_width = '800';
82
+ $popup_height = '800';
83
+ $number_of_shown_evetns = 1;
84
+ $sundays_font_size ='14';
85
+ $other_days_font_size= '12';
86
+ $weekdays_font_size= '14';
87
+ $border_width= '4';
88
+ $top_height='50';
89
+ $bg_color_other_months='#'.'FFFFFF';
90
+ $sundays_bg_color='#'.'FFFFFF';
91
+ $weekdays_bg_color='#'.'FFFFFF';
92
+ $weekstart='su';
93
+ $weekday_sunday_bg_color='#'.'FFFFFF';
94
+ $border_radius='0';
95
+ $border_radius2=$border_radius-$border_width;
96
+ $week_days_cell_height='20';
97
+ $year_font_size='22';
98
+ $month_font_size='14';
99
+ $arrow_size='10';
100
+
101
+ $arrow_size_hover=$arrow_size+5;
102
+
103
+ $next_month_text_color = '#'.'FFFFFF';
104
+ $prev_month_text_color = '#'.'FFFFFF';
105
+ $next_month_arrow_color = '#'.'FFFFFF';
106
+ $prev_month_arrow_color = '#'.'FFFFFF';
107
+ $next_month_font_size ='';
108
+ $prev_month_font_size = '';
109
+ $month_type = 2;
110
+ $all_days_border_width='1';
111
+ }
112
+ else
113
+ {
114
+ $cal_width='650';
115
+ $bg_top = '#'.'36A7E9';
116
+ $bg_bottom = '#'.'FFFFFF';
117
+ $border_color = '#'.'000000';
118
+ $text_color_year = '#'.'000000';
119
+ $text_color_month = '#'.'000000';
120
+ $color_week_days = '#'.'000000';
121
+ $text_color_other_months = '#'.'525252';
122
+ $text_color_this_month_unevented = '#'.'000000';
123
+ $evented_color = '#'.'FFFFFF';
124
+ $evented_color_bg = '#'.'FFA142';
125
+ $color_arrow_year = '#'.'000000';
126
+ $color_arrow_month = '#'.'000000';
127
+ $sun_days = '#'.'36A7E9';
128
+ $event_title_color = '#'.'FFFFFF';
129
+ $current_day_border_color = '#'.'36A7E9';
130
+ $cell_border_color = '#'.'000000';
131
+ $cell_height = '80';
132
+ $popup_width = '800';
133
+ $popup_height = '800';
134
+ $number_of_shown_evetns = 1;
135
+ $sundays_font_size ='14';
136
+ $other_days_font_size= '12';
137
+ $weekdays_font_size= '14';
138
+ $border_width= '4';
139
+ $top_height='80';
140
+ $bg_color_other_months='#'.'FFFFFF';
141
+ $sundays_bg_color='#'.'FFFFFF';
142
+ $weekdays_bg_color='#'.'FFFFFF';
143
+ $weekstart='su';
144
+ $weekday_sunday_bg_color='#'.'FFFFFF';
145
+ $border_radius='0';
146
+ $border_radius2=$border_radius-$border_width;
147
+ $week_days_cell_height='40';
148
+ $year_font_size='22';
149
+ $month_font_size='14';
150
+ $arrow_size='10';
151
+
152
+ $arrow_size_hover=$arrow_size+5;
153
+
154
+ $next_month_text_color = '#'.'FFFFFF';
155
+ $prev_month_text_color = '#'.'FFFFFF';
156
+ $next_month_arrow_color = '#'.'FFFFFF';
157
+ $prev_month_arrow_color = '#'.'FFFFFF';
158
+ $next_month_font_size ='';
159
+ $prev_month_font_size = '';
160
+ $month_type = 2;
161
+ $all_days_border_width='1';
162
+ }
163
+
164
+
165
+ __('January','sp_calendar');
166
+ __('February','sp_calendar');
167
+ __('March','sp_calendar');
168
+ __('April','sp_calendar');
169
+ __('May','sp_calendar');
170
+ __('June','sp_calendar');
171
+ __('July','sp_calendar');
172
+ __('August','sp_calendar');
173
+ __('September','sp_calendar');
174
+ __('October','sp_calendar');
175
+ __('November','sp_calendar');
176
+ __('December','sp_calendar');
177
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+
189
+ ///////////////////////////////////////////////////
190
+ $calendar_id = $_GET['calendar'];
191
+
192
+ if($cell_height=='')
193
+ $cell_height=70;
194
+
195
+ if($cal_width=='')
196
+ $cal_width=700;
197
+ if(isset($_GET['date'])){
198
+ if(IsDate_inputed($_GET['date']))
199
+ $date_REFERER=$_GET['date'];
200
+ else
201
+ $date_REFERER= date("Y-m");
202
+ }
203
+ else{
204
+ $date_REFERER= date("Y-m");
205
+ }
206
+ $year_REFERER=substr($date_REFERER,0,4);
207
+ $month_REFERER=Month_name(substr( $date_REFERER,5,2));
208
+ $day_REFERER=substr( $date_REFERER,8,2);
209
+
210
+ if(isset($_GET['date'])){
211
+ if(IsDate_inputed($_GET['date']))
212
+ $date=$_GET['date'];
213
+ else
214
+ $date= date("Y-m");
215
+ }
216
+ else{
217
+ $date= date("Y-m");
218
+ }
219
+
220
+
221
+ $year=substr($date,0,4);
222
+
223
+ $month=Month_name(substr( $date,5,2));
224
+
225
+ $day=substr( $date,8,2);
226
+
227
+
228
+ ?>
229
+ <style type='text/css'>
230
+
231
+ #bigcalendar<?php echo $many_sp_calendar ?> td,#bigcalendar<?php echo $many_sp_calendar ?> tr, #spiderCalendarTitlesList td, #spiderCalendarTitlesList tr
232
+ {
233
+ border:none !important;
234
+ }
235
+ #bigcalendar<?php echo $many_sp_calendar ?> .general_table
236
+ {
237
+
238
+ border-radius: <?php echo $border_radius ?>px !important;
239
+
240
+ }
241
+ #bigcalendar<?php echo $many_sp_calendar ?> .top_table
242
+ {
243
+
244
+ border-top-left-radius: <?php echo $border_radius2 ?>px !important;
245
+ border-top-right-radius: <?php echo $border_radius2 ?>px !important;
246
+
247
+ }
248
+ #bigcalendar<?php echo $many_sp_calendar ?> .cala_arrow a:link, #bigcalendar .cala_arrow a:visited {
249
+
250
+ text-decoration:none !important;
251
+ background:none !important;
252
+ font-size: <?php echo $arrow_size ?>px !important;
253
+ }
254
+ #bigcalendar<?php echo $many_sp_calendar ?> .cala_arrow{
255
+ vertical-align:middle !important;
256
+ }
257
+ #bigcalendar<?php echo $many_sp_calendar ?> .cala_arrow a:hover {
258
+ font-size: <?php echo $arrow_size_hover ?>px !important;
259
+ text-decoration:none !important;
260
+ background:none !important;
261
+ }
262
+ #bigcalendar<?php echo $many_sp_calendar ?> .cala_day a:link, #bigcalendar<?php echo $many_sp_calendar ?> .cala_day a:visited {
263
+
264
+ text-decoration:none !important;
265
+ background:none !important;
266
+ font-size:12px !important;
267
+ color:red ;
268
+
269
+ }
270
+
271
+
272
+ #bigcalendar<?php echo $many_sp_calendar ?> .cala_day a:hover {
273
+
274
+ text-decoration:none !important;
275
+ background:none !important;
276
+
277
+ }
278
+ #bigcalendar<?php echo $many_sp_calendar ?> .cala_day
279
+ {
280
+
281
+ border:<?php if($widget) echo $all_days_border_width; else echo '1' ?>px solid <?php echo $cell_border_color ?> !important;
282
+ <?php if($widget) echo 'vertical-align:middle !important; text-align: center !important;'; else echo 'vertical-align:top !important;'; ?>
283
+
284
+ }
285
+
286
+ #bigcalendar<?php echo $many_sp_calendar ?> .weekdays
287
+ {
288
+ vertical-align:middle !important;
289
+
290
+ border:<?php if($widget) echo $all_days_border_width; else echo '1' ?>px solid <?php echo $cell_border_color ?> !important;
291
+
292
+
293
+ }
294
+ #bigcalendar<?php echo $many_sp_calendar ?> .week_days
295
+ {
296
+ font-size: <?php echo $weekdays_font_size ?>px !important;
297
+ }
298
+
299
+
300
+ #bigcalendar<?php echo $many_sp_calendar ?> .calyear_table {
301
+ border-spacing:0 !important;
302
+ width:100% !important;
303
+ }
304
+
305
+ .calyear_table table
306
+ #bigcalendar<?php echo $many_sp_calendar ?> .calmonth_table {
307
+ border-spacing:0 !important;
308
+ width:100% !important;
309
+ }
310
+ #bigcalendar<?php echo $many_sp_calendar ?> .calbg, #bigcalendar .calbg td
311
+ {
312
+ background-color:<?php echo $bg ?> !important;
313
+ text-align:center !important;
314
+ width:14% !important;
315
+ }
316
+ #bigcalendar<?php echo $many_sp_calendar ?> .caltext_color_other_months
317
+ {
318
+ color: <?php echo $text_color_other_months ?> !important;
319
+ border:<?php if($widget) echo $all_days_border_width; else echo '1' ?>px solid <?php echo $cell_border_color ?> !important;
320
+ <?php if($widget) echo 'vertical-align:middle !important; text-align: center !important;'; else echo 'vertical-align:top !important;'; ?>
321
+
322
+
323
+ }
324
+ #bigcalendar<?php echo $many_sp_calendar ?> .caltext_color_this_month_unevented {
325
+ color: <?php echo $text_color_this_month_unevented ?> !important;
326
+ }
327
+ #bigcalendar<?php echo $many_sp_calendar ?> .calfont_year {
328
+
329
+ font-size:24px !important;
330
+ font-weight:bold !important;
331
+ color: <?php echo $text_color_year ?> !important;
332
+ }
333
+ .general_table table,.general_table td, .general_table tr {
334
+ border:inherit !important;
335
+ vertical-align:initial !important;
336
+ border-collapse:inherit !important;
337
+ margin:inherit !important;
338
+ padding:inherit !important;
339
+ }
340
+ .general_table{
341
+ border-collapse:inherit !important;
342
+ margin:inherit !important;
343
+ }
344
+ .general_table p{
345
+
346
+ margin:inherit !important;
347
+ padding:inherit !important;
348
+ }
349
+
350
+ #bigcalendar<?php echo $many_sp_calendar ?> .calsun_days
351
+ {
352
+ color: <?php echo $sun_days ?> !important;
353
+ border:<?php if($widget) echo $all_days_border_width; else echo '1' ?>px solid <?php echo $cell_border_color ?> !important;
354
+ <?php if($widget) echo 'vertical-align:middle !important; text-align: center !important;'; else echo 'vertical-align:top !important; text-align:left !important;'; ?>
355
+
356
+ background-color: <?php echo $sundays_bg_color ?> !important;
357
+
358
+ }
359
+ #bigcalendar<?php echo $many_sp_calendar ?> .calbottom_border
360
+ {
361
+
362
+ }
363
+ #bigcalendar<?php echo $many_sp_calendar ?> .calyear_table a
364
+ {
365
+ vertical-align:top !important;
366
+ }
367
+ #bigcalendar<?php echo $many_sp_calendar ?> .calborder_day
368
+ {
369
+ border: solid <?php echo $border_day ?> <?php if($widget) echo $all_days_border_width; else echo '1' ?>px !important;
370
+ }
371
+ #TB_window{
372
+ z-index: 10000;
373
+ }
374
+ </style>
375
+
376
+
377
+ <?php
378
+
379
+
380
+ $cell_width=$cal_width/7;
381
+
382
+
383
+
384
+ ?>
385
+
386
+ <div style="width:<?php echo $cal_width; ?>px !important;" >
387
+ <table cellpadding="0" cellspacing="0" class="general_table" style="border-spacing:0 !important; width:<?php echo $cal_width ?>px !important;border:<?php echo $border_color ?> solid <?php echo $border_width ?>px !important; margin:0 !important; padding:0 !important;background-color:<?php echo $bg_bottom; ?> !important;">
388
+ <tr>
389
+ <td width="100%" style="padding:0 !important; margin:0 !important;">
390
+ <table cellpadding="0" cellspacing="0" border="0" style="border-spacing:0 !important; font-size:12px !important; margin:0 !important; padding:0 !important;" width="<?php echo $cal_width ?>" >
391
+ <tr style="height:40px !important; width:<?php echo $cal_width ?>">
392
+ <?php if($month_type==1){ ?>
393
+ <td class="top_table" align="center" colspan="7" style="padding:0 !important; margin:0 !important; background-color:<?php echo $bg_top ?> !important;height:20px !important; " >
394
+ <?php //YEAR TABLE ?>
395
+
396
+ <table cellpadding="0" cellspacing="0" border="0" align="center" class="calyear_table" style="margin:0 !important; padding:0 !important; text-align:center !important; width:<?php echo (int)($cal_width+abs(14*$all_days_border_width-4)); ?>px !important; height:<?php echo $top_height ?>px !important;">
397
+ <tr>
398
+ <td style="width:100% !important;vertical-align:bottom !important;padding-bottom:0px !important;">
399
+ <table style="width:100% !important;">
400
+ <tr>
401
+ <td class="cala_arrow" width="40%" style="text-align:right !important;margin:0px !important;padding:0px">
402
+ <a style="color:<?php echo $color_arrow_year ?>" href="javascript:showbigcalendar( 'bigcalendar<?php echo $many_sp_calendar ?>','<?php echo plugins_url("bigcalendar.php",__FILE__).'?theme_id='.$theme_id.'&calendar='.$calendar_id.'&date='.($year-1).'-'.add_0(Month_num($month)).'&many_sp_calendar='.$many_sp_calendar; echo '&cur_page_url='.$path_sp_cal; if($widget) echo '&widget=1'; ?>')">&#9668;</a>
403
+ </td>
404
+ <td style="text-align:center !important; margin:0 !important; padding:0 !important;" width="20%" >
405
+ <input name="year" type="hidden" readonly="" value="<?php echo $year?>"/>
406
+ <span style="font-family:arial !important;font-size:<?php echo $year_font_size ?>px !important;font-weight:bold !important;color:<?php echo $text_color_year;?> !important;"><?php echo $year;?></span>
407
+ </td>
408
+ <td style="margin:0 !important; padding:0 !important;text-align:left !important;" width="40%" class="cala_arrow">
409
+ <a style="color:<?php echo $color_arrow_year ?>" href="javascript:showbigcalendar( 'bigcalendar<?php echo $many_sp_calendar ?>','<?php echo plugins_url("bigcalendar.php",__FILE__).'?theme_id='.$theme_id.'&calendar='.$calendar_id.'&date='.($year+1).'-'.add_0(Month_num($month)).'&many_sp_calendar='.$many_sp_calendar; echo '&cur_page_url='.$path_sp_cal; if($widget) echo '&widget=1' ?>')">&#9658;</a>
410
+ </td>
411
+ </tr>
412
+ </table>
413
+ </td>
414
+ </tr>
415
+ <tr>
416
+ <td style="width:100% !important;vertical-align:bottom !important; padding-bottom:5px !important;">
417
+ <table style="width:100% !important;line-height:150% !important;">
418
+ <tr style="padding-top:5px !important">
419
+ <td class="cala_arrow" width="40%" style="text-align:left !important;margin:0px !important;padding:0px !important;">
420
+ <table width="80%">
421
+ <tr>
422
+ <td width="15%">
423
+ <a style="color:<?php echo $prev_month_arrow_color ?> !important;" href="javascript:showbigcalendar( 'bigcalendar<?php echo $many_sp_calendar ?>','<?php
424
+ if(Month_num($month)==1)
425
+ echo plugins_url("bigcalendar.php",__FILE__).'?theme_id='.$theme_id.'&calendar='.$calendar_id.'&date='.($year-1).'-12'.'&many_sp_calendar='.$many_sp_calendar.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'');
426
+
427
+ else echo plugins_url("bigcalendar.php",__FILE__).'?theme_id='.$theme_id.'&calendar='.$calendar_id.'&date='.$year.'-'.add_0((Month_num($month)-1)).'&many_sp_calendar='.$many_sp_calendar.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'');
428
+
429
+ ?>')">&#9668; </a>
430
+ </td>
431
+ <td style="vertical-align:middle !important">
432
+ <span style="font-family:arial !important; color:<?php echo $prev_month_text_color;?> !important; font-size:<?php echo $prev_month_font_size ?>px !important;"><?php echo __(Month_name(Month_num($month)-1),'sp_calendar') ?></span>
433
+ </td>
434
+ </tr>
435
+ </table>
436
+ </td>
437
+ <td style="text-align:center !important; margin:0 !important; vertical-align:middle !important; padding:0px !important;" width="20%" >
438
+ <input type="hidden" name="month" readonly="" value="<?php echo $month?>"/>
439
+ <span style="font-family:arial !important; color:<?php echo $text_color_month;?> !important; font-size:<?php echo $month_font_size ?>px !important;"><?php echo __($month,'sp_calendar')?></span>
440
+
441
+
442
+ </td>
443
+ <td style="margin:0 !important; padding:0 !important;text-align:right" width="40%" class="cala_arrow">
444
+ <table width="100%">
445
+ <tr>
446
+ <td style="text-align:right; vertical-align:middle !important">
447
+ <span style="font-family:arial !important; color:<?php echo $next_month_text_color;?> !important; font-size:<?php echo $next_month_font_size ?>px !important;"><?php echo __(Month_name(Month_num($month)+1),'sp_calendar') ?></span><?php if(!$widget) echo "&nbsp;&nbsp;&nbsp;"; else echo "&nbsp;" ?>
448
+ </td>
449
+ <td width="10%" style="text-align:right">
450
+ <a style="color:<?php echo $next_month_arrow_color ?> !important;" href="javascript:showbigcalendar( 'bigcalendar<?php echo $many_sp_calendar ?>','<?php
451
+
452
+ if(Month_num($month)==12)
453
+ echo plugins_url("bigcalendar.php",__FILE__).'?theme_id='.$theme_id.'&calendar='.$calendar_id.'&date='.($year+1).'-01'.'&many_sp_calendar='.$many_sp_calendar.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'');
454
+
455
+ else echo plugins_url("bigcalendar.php",__FILE__).'?theme_id='.$theme_id.'&calendar='.$calendar_id.'&date='.$year.'-'.add_0((Month_num($month)+1)).'&many_sp_calendar='.$many_sp_calendar.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'');
456
+
457
+ ?>')">&#9658;</a>
458
+ </td>
459
+ </tr>
460
+ </table>
461
+ </td>
462
+ </tr>
463
+ </table>
464
+ </td>
465
+ </tr>
466
+ </table>
467
+ </td>
468
+ <?php } ?>
469
+ <?php if($month_type==2){ ?>
470
+
471
+ <td class="top_table" align="center" colspan="7" style="padding:0 !important; margin:0 !important; background-color:<?php echo $bg_top ?> !important;height:20px !important; " >
472
+
473
+ <?php //YEAR TABLE ?>
474
+
475
+ <table cellpadding="0" cellspacing="0" border="0" align="center" class="calyear_table" style="margin:0 !important; padding:0 !important; text-align:center !important; width:100% !important; height:<?php echo $top_height ?>px !important;">
476
+
477
+ <tr>
478
+ <td style="width:100% !important;vertical-align:bottom !important;padding-bottom:0px !important;">
479
+ <table style="width:100% !important;">
480
+ <tr>
481
+ <td class="cala_arrow" width="40%" style="text-align:right !important;margin:0px !important;padding:0px">
482
+ <a style="color:<?php echo $color_arrow_year ?>" href="javascript:showbigcalendar( 'bigcalendar<?php echo $many_sp_calendar ?>','<?php echo plugins_url("bigcalendar.php",__FILE__).'?theme_id='.$theme_id.'&calendar='.$calendar_id.'&date='.($year-1).'-'.add_0(Month_num($month)).'&many_sp_calendar='.$many_sp_calendar; echo '&cur_page_url='.$path_sp_cal; if($widget) echo '&widget=1'; ?>')">&#9668;</a>
483
+ </td>
484
+
485
+
486
+ <td style="text-align:center !important; margin:0 !important; padding:0 !important;" width="20%" >
487
+
488
+ <input name="year" type="hidden" readonly="" value="<?php echo $year?>"/>
489
+ <span style="font-family:arial !important;font-size:<?php echo $year_font_size ?>px !important;font-weight:bold !important;color:<?php echo $text_color_year;?> !important;"><?php echo $year;?></span>
490
+
491
+
492
+
493
+ </td>
494
+ <td style="margin:0 !important; padding:0 !important;text-align:left" width="40%" class="cala_arrow">
495
+ <a style="color:<?php echo $color_arrow_year ?>" href="javascript:showbigcalendar( 'bigcalendar<?php echo $many_sp_calendar ?>','<?php echo plugins_url("bigcalendar.php",__FILE__).'?theme_id='.$theme_id.'&calendar='.$calendar_id.'&date='.($year+1).'-'.add_0(Month_num($month)).'&many_sp_calendar='.$many_sp_calendar; echo '&cur_page_url='.$path_sp_cal; if($widget) echo '&widget=1'; ?>')">&#9658;</a>
496
+ </td>
497
+ </tr>
498
+ </table>
499
+ </td>
500
+ </tr>
501
+ <tr>
502
+ <td style="width:100% !important;vertical-align:top">
503
+ <table style="width:100% !important;line-height:150%">
504
+ <tr>
505
+ <td class="cala_arrow" width="40%" style="text-align:right !important;margin:0px !important;padding:0px">
506
+ <a style="color:<?php echo $color_arrow_month ?>"
507
+ href="javascript:showbigcalendar( 'bigcalendar<?php echo $many_sp_calendar ?>','<?php
508
+
509
+ if(Month_num($month)==1)
510
+ echo plugins_url("bigcalendar.php",__FILE__).'?theme_id='.$theme_id.'&calendar='.$calendar_id.'&date='.($year-1).'-12'.'&many_sp_calendar='.$many_sp_calendar.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'');
511
+
512
+ else echo plugins_url("bigcalendar.php",__FILE__).'?theme_id='.$theme_id.'&calendar='.$calendar_id.'&date='.$year.'-'.add_0((Month_num($month)-1)).'&many_sp_calendar='.$many_sp_calendar.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'');
513
+
514
+ ?>')">&#9668;</a>
515
+ </td>
516
+ <td style="text-align:center !important; margin:0 !important;" width="20%" >
517
+
518
+ <input type="hidden" name="month" readonly="" value="<?php echo $month?>"/>
519
+ <span style="font-family:arial !important; color:<?php echo $text_color_month;?> !important; font-size:<?php echo $month_font_size ?>px !important;"><?php echo __($month,'sp_calendar')?></span>
520
+
521
+
522
+ </td>
523
+ <td style="margin:0 !important; padding:0 !important;text-align:left" width="40%" class="cala_arrow">
524
+ <a style="color:<?php echo $color_arrow_month ?>" href="javascript:showbigcalendar( 'bigcalendar<?php echo $many_sp_calendar ?>','<?php
525
+
526
+ if(Month_num($month)==12)
527
+ echo plugins_url("bigcalendar.php",__FILE__).'?theme_id='.$theme_id.'&calendar='.$calendar_id.'&date='.($year+1).'-01'.'&many_sp_calendar='.$many_sp_calendar.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'');
528
+
529
+ else echo plugins_url("bigcalendar.php",__FILE__).'?theme_id='.$theme_id.'&calendar='.$calendar_id.'&date='.$year.'-'.add_0((Month_num($month)+1)).'&many_sp_calendar='.$many_sp_calendar.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'');
530
+
531
+ ?>')">&#9658;</a>
532
+
533
+ </td>
534
+
535
+ </tr>
536
+ </table>
537
+ </td>
538
+ </tr>
539
+
540
+ </table>
541
+
542
+ </td>
543
+
544
+ <?php } ?>
545
+
546
+ <td colspan="7" style="margin:0 !important; padding:0 !important; background-color:<?php echo $bg_top ?> !important;" >
547
+
548
+ <?php //MONTH TABLE ?>
549
+
550
+ </td>
551
+
552
+ </tr>
553
+
554
+ <tr align="center" height="<?php echo $week_days_cell_height ?>" style="background-color:<?php echo $weekdays_bg_color ?> !important; ">
555
+
556
+ <?php if($weekstart=="su"){?>
557
+
558
+ <td class="weekdays" style="width:<?php echo $cell_width; ?>px !important; color:<?php echo $color_week_days;?> !important; margin:0 !important; padding:0 !important;background-color:<?php echo $weekday_sunday_bg_color ?>">
559
+
560
+ <div class="calbottom_border" style="text-align:center !important; width:<?php echo $cell_width; ?>px !important; margin:0 !important; padding:0 !important;"><b class="week_days"> <?php if($widget) echo __( 'Su','sp_calendar' ); else echo __( 'Sunday','sp_calendar' ); ?> </b></div></td>
561
+ <?php } ?>
562
+
563
+ <td class="weekdays" style="width:<?php echo $cell_width; ?>px !important; color:<?php echo $color_week_days;?> !important; margin:0 !important; padding:0">
564
+
565
+ <div class="calbottom_border" style="text-align:center !important; width:<?php echo $cell_width; ?>px !important; margin:0 !important; padding:0 !important;"><b class="week_days"> <?php if($widget) echo __( 'Mo','sp_calendar' ); else echo __( 'Monday','sp_calendar' ); ?> </b></div></td>
566
+
567
+ <td class="weekdays" style="width:<?php echo $cell_width; ?>px !important; color:<?php echo $color_week_days;?> !important; margin:0 !important; padding:0">
568
+
569
+ <div class="calbottom_border" style="text-align:center !important; width:<?php echo $cell_width; ?>px !important; margin:0 !important; padding:0 !important;"><b class="week_days"> <?php if($widget) echo __( 'Tu','sp_calendar' ); else echo __( 'Tuesday','sp_calendar' ); ?> </b></div></td>
570
+
571
+ <td class="weekdays" style="width:<?php echo $cell_width; ?>px !important; color:<?php echo $color_week_days;?> !important; margin:0 !important; padding:0">
572
+
573
+ <div class="calbottom_border" style="text-align:center !important; width:<?php echo $cell_width; ?>px !important; margin:0 !important; padding:0 !important;"><b class="week_days"> <?php if($widget) echo __( 'We','sp_calendar' ); else echo __( 'Wednesday','sp_calendar' ); ?> </b></div></td>
574
+
575
+ <td class="weekdays" style="width:<?php echo $cell_width; ?>px !important; color:<?php echo $color_week_days;?> !important; margin:0 !important; padding:0">
576
+
577
+ <div class="calbottom_border" style="text-align:center !important; width:<?php echo $cell_width; ?>px !important; margin:0 !important; padding:0 !important;"><b class="week_days"> <?php if($widget) echo __( 'Th','sp_calendar' ); else echo __( 'Thursday','sp_calendar' ); ?> </b></div></td>
578
+
579
+ <td class="weekdays" style="width:<?php echo $cell_width; ?>px !important; color:<?php echo $color_week_days;?> !important; margin:0 !important; padding:0">
580
+
581
+ <div class="calbottom_border" style="text-align:center !important; width:<?php echo $cell_width; ?>px !important; margin:0 !important; padding:0 !important;"><b class="week_days"> <?php if($widget) echo __( 'Fr','sp_calendar' ); else echo __( 'Friday','sp_calendar' ); ?> </b></div></td>
582
+
583
+ <td class="weekdays" style="width:<?php echo $cell_width; ?>px !important; color:<?php echo $color_week_days;?> !important; margin:0 !important; padding:0">
584
+
585
+ <div class="calbottom_border" style="text-align:center !important; width:<?php echo $cell_width; ?>px !important; margin:0 !important; padding:0 !important;"><b class="week_days"> <?php if($widget) echo __( 'Sa','sp_calendar' ); else echo __( 'Saturday','sp_calendar' ); ?> </b></div></td>
586
+ <?php if($weekstart=="mo"){?>
587
+
588
+ <td class="weekdays" style="width:<?php echo $cell_width; ?>px !important; color:<?php echo $color_week_days;?> !important; margin:0 !important; padding:0 !important;background-color:<?php echo $weekday_sunday_bg_color ?>">
589
+
590
+ <div class="calbottom_border" style="text-align:center !important; width:<?php echo $cell_width; ?>px !important; margin:0 !important; padding:0 !important;"><b class="week_days"> <?php if($widget) echo __( 'Su','sp_calendar' ); else echo __( 'Sunday','sp_calendar' ); ?> </b></div></td>
591
+ <?php } ?>
592
+ </tr>
593
+
594
+
595
+ <?php
596
+
597
+ //$today=$realtoday;
598
+ /*$document = &JFactory::getDocument();
599
+ $document->addScript("media/system/js/thickbox-preview.js");
600
+ $document->addStyleSheet("media/system/css/thickbox-preview.css");*/
601
+
602
+
603
+ function add_0($month_num)
604
+ {
605
+ if($month_num<10)
606
+ return '0'.$month_num;
607
+ return $month_num;
608
+ }
609
+
610
+ function Month_num($month_name)
611
+
612
+ {
613
+ for( $month_num=1; $month_num<=12; $month_num++ )
614
+
615
+ {
616
+ if (date( "F", mktime(0, 0, 0, $month_num, 1, 0 ) ) == $month_name)
617
+
618
+ {
619
+ return $month_num;
620
+
621
+ }
622
+
623
+ }
624
+
625
+ };
626
+
627
+ function Month_name($month_num)
628
+
629
+ {
630
+
631
+ $timestamp = mktime(0, 0, 0, $month_num, 1, 2005);
632
+
633
+ return date("F", $timestamp);
634
+
635
+ };
636
+
637
+ $month_first_weekday = date("N", mktime(0, 0, 0, Month_num($month), 1, $year));
638
+
639
+ if($weekstart=="su"){
640
+ $month_first_weekday++;
641
+ if($month_first_weekday==8)
642
+ $month_first_weekday=1;
643
+ }
644
+
645
+ $month_days = date("t", mktime(0, 0, 0, Month_num($month), 1, $year));
646
+
647
+ $last_month_days = date("t", mktime(0, 0, 0, Month_num($month)-1, 1, $year));
648
+
649
+ $weekday_i=$month_first_weekday;
650
+
651
+ $last_month_days=$last_month_days-$weekday_i+2;
652
+
653
+ $percent=1;
654
+
655
+ $sum=$month_days-8+$month_first_weekday;
656
+
657
+ if($sum % 7 <> 0)
658
+
659
+ $percent = $percent + 1;
660
+
661
+ $sum = $sum - ( $sum % 7 );
662
+
663
+ $percent = $percent + ( $sum / 7 );
664
+
665
+ $percent=107/$percent;
666
+ $all_calendar_files=php_getdays();
667
+
668
+ $array_days=$all_calendar_files[0]['array_days'];
669
+ $array_days1=$all_calendar_files[0]['array_days1'];
670
+ $title=$all_calendar_files[0]['title'];
671
+ $ev_ids=$all_calendar_files[0]['ev_ids'];
672
+
673
+
674
+
675
+
676
+ //var_dump($title);
677
+ //var_dump($array_days);
678
+
679
+ echo '<tr id="days" height="'.$cell_height.'" style="line-height:15px !important;">';
680
+
681
+ for($i=1; $i<$weekday_i; $i++)
682
+
683
+ {
684
+
685
+
686
+ echo '<td class="caltext_color_other_months" style="background-color:'.$bg_color_other_months.'" ><span style="font-size:'.$other_days_font_size.'px !important;">'.$last_month_days.'</span></td>';
687
+
688
+ $last_month_days=$last_month_days+1;
689
+
690
+ }
691
+
692
+
693
+
694
+
695
+
696
+
697
+ for($i=1; $i<=$month_days; $i++)
698
+
699
+ {
700
+
701
+ if(isset($title[$i]))
702
+ {
703
+ $ev_title=explode('</p>',$title[$i]);
704
+ array_pop($ev_title);
705
+ $k=count($ev_title);
706
+ ////
707
+ $ev_id=explode('<br>',$ev_ids[$i]);
708
+ array_pop($ev_id);
709
+ $ev_ids_inline=implode(',' , $ev_id);
710
+
711
+
712
+
713
+ }
714
+
715
+
716
+ $dayevent='';
717
+
718
+ if(($weekday_i%7==0 and $weekstart=="mo") or ($weekday_i%7==1 and $weekstart=="su"))
719
+
720
+ {
721
+
722
+ if($i==$day_REFERER and $month==$month_REFERER and $year==$year_REFERER )
723
+
724
+ {
725
+
726
+ if($widget){
727
+ if($k!=1)
728
+ echo '<td bgcolor="'.$bg_color_selected.'" class="cala_day" style="padding:0 !important; margin:0 !important;line-height:15px !important;"><div class="calborder_day" style=" width:'.$cell_width.'px !important; margin:0 !important; padding:0 !important;"><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.plugins_url("spidercalendarbig_seemore.php",__FILE__).'?theme_id='.$theme_id.'&ev_ids='.$ev_ids_inline.'&calendar_id='.$calendar_id.'&date='.$year.'-'.add_0(Month_num($month).'-'.$i).'&cur_page_url='.$path_sp_cal.'&widget=1&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'"><b style="color:'.$evented_color.'">'.$i.'</b></a></td></div>';
729
+ else
730
+ echo '<td bgcolor="'.$bg_color_selected.'" class="cala_day" style="padding:0 !important; margin:0 !important;line-height:15px !important;"><div class="calborder_day" style=" width:'.$cell_width.'px !important; margin:0 !important; padding:0 !important;"><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.plugins_url("spidercalendarbig.php",__FILE__).'?theme_id='.$theme_id.'&calendar_id='.$calendar_id.'&ev_ids='.$ev_ids_inline.'&eventID='.$ev_id[0].'&date='.$year.'-'.add_0(Month_num($month).'-'.$i).'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'"><b style="color:'.$evented_color.'">'.$i.'</b></a></td></div>';
731
+
732
+ }
733
+ else{
734
+
735
+ echo '<td bgcolor="'.$bg_color_selected.'" class="cala_day" style="padding:0 !important; margin:0 !important;line-height:15px !important;"><div class="calborder_day" style=" width:'.$cell_width.'px !important; margin:0 !important; padding:0 !important;"><b style="color:'.$evented_color.'">'.$i.'</b>';
736
+ $r=0;
737
+ for($j=0;$j<$k; $j++)
738
+ {
739
+ if($r<$number_of_shown_evetns)
740
+ echo '<a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="background:none !important;color:'.$event_title_color.' !important; " href="'.plugins_url("spidercalendarbig.php",__FILE__).'?theme_id='.$theme_id.'&calendar_id='.$calendar_id.'&ev_ids='.$ev_ids_inline.'&eventID='.$ev_id[$j].'&date='.$year.'-'.add_0(Month_num($month).'-'.$i).'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" ><b>'.$ev_title[$j].'</b></a>';
741
+ else
742
+ {
743
+ echo '<br><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.plugins_url("spidercalendarbig_seemore.php",__FILE__).'?theme_id='.$theme_id.'&ev_ids='.$ev_ids_inline.'&calendar_id='.$calendar_id.'&date='.$year.'-'.add_0(Month_num($month).'-'.$i).'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'"> <b>'.__('See more...','sp_calendar').'</b></a>';
744
+ break;
745
+ }
746
+ $r++;
747
+ }
748
+
749
+ echo '</div></td>';
750
+ }
751
+ }
752
+
753
+ else
754
+
755
+ if($i==date('j') and $month==date('F') and $year==date('Y'))
756
+ {
757
+
758
+ if( in_array ($i,$array_days)){
759
+ if($widget){
760
+ if($k!=1)
761
+ echo '<td class="cala_day" style="background-color:'.$evented_color_bg.' !important;padding:0 !important; margin:0 !important;line-height:15px !important; border: px solid '.$border_day.' !important;"><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.plugins_url("spidercalendarbig_seemore.php",__FILE__).'?theme_id='.$theme_id.'&ev_ids='.$ev_ids_inline.'&calendar_id='.$calendar_id.'&date='.$year.'-'.add_0(Month_num($month).'-'.$i).'&cur_page_url='.$path_sp_cal.'&widget=1&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'&Itemid=1" '.$dayevent.'><b style="color:'.$evented_color.' !important;font-size:'.$other_days_font_size.'px">'.$i.'</b></a></td>';
762
+ else
763
+ echo '<td class="cala_day" style="background-color:'.$evented_color_bg.' !important;padding:0 !important; margin:0 !important;line-height:15px !important; border: px solid '.$border_day.' !important;"><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.plugins_url("spidercalendarbig.php",__FILE__).'?theme_id='.$theme_id.'&calendar_id='.$calendar_id.'&ev_ids='.$ev_ids_inline.'&eventID='.$ev_id[0].'&date='.$year.'-'.add_0(Month_num($month).'-'.$i).'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" '.$dayevent.'><b style="color:'.$evented_color.' !important;font-size:'.$other_days_font_size.'px">'.$i.'</b></a></td>';
764
+ }
765
+ else
766
+ {
767
+
768
+
769
+ echo '<td class="cala_day" style="background-color:'.$evented_color_bg.' !important;padding:0 !important; margin:0 !important;line-height:15px !important; border: '.(($widget)?($all_days_border_width):'1').'px solid '.$border_day.' !important;"><b style="color:'.$evented_color.' !important;font-size:'.$other_days_font_size.'px">'.$i.'</b>';
770
+ $r=0;
771
+
772
+ for($j=0;$j<$k; $j++)
773
+ {
774
+ if($r<$number_of_shown_evetns)
775
+ echo '<a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="background:none !important;color:'.$event_title_color.' !important; " href="'.plugins_url("spidercalendarbig.php",__FILE__).'?theme_id='.$theme_id.'&calendar_id='.$calendar_id.'&ev_ids='.$ev_ids_inline.'&eventID='.$ev_id[$j].'&date='.$year.'-'.add_0(Month_num($month).'-'.$i).'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" ><b>'.$ev_title[$j].'</b></a>';
776
+ else
777
+ {
778
+ echo '<br><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.plugins_url("spidercalendarbig_seemore.php",__FILE__).'?theme_id='.$theme_id.'&ev_ids='.$ev_ids_inline.'&calendar_id='.$calendar_id.'&date='.$year.'-'.add_0(Month_num($month).'-'.$i).'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'&Itemid=1" '.$dayevent.'> <b>'.__('See more...','sp_calendar').'</b></a>';
779
+ break;
780
+ }
781
+ $r++;
782
+ }
783
+ echo '</td>';
784
+ }
785
+ }
786
+ else
787
+
788
+ echo '<td class="calsun_days" style="padding:0 !important; font-size:'.$sundays_font_size.'px !important; margin:0 !important;line-height:15px !important; border: '.(($widget)?($all_days_border_width):'1').'px solid '.$border_day.' !important;"><b>'.$i.'</b></td>';
789
+
790
+ }
791
+
792
+ else
793
+ {
794
+
795
+ if( in_array ($i,$array_days)){
796
+ if($widget){
797
+ if($k!=1)
798
+ echo '<td class="cala_day" style="background-color:'.$evented_color_bg.' !important;padding:0 !important; margin:0 !important;line-height:15px !important;"><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.plugins_url("spidercalendarbig_seemore.php",__FILE__).'?theme_id='.$theme_id.'&ev_ids='.$ev_ids_inline.'&calendar_id='.$calendar_id.'&date='.$year.'-'.add_0(Month_num($month)).'-'.$i.'&Itemid='.$Itemid.'&cur_page_url='.$path_sp_cal.'&widget=1&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" '.$dayevent.'><b style="color:'.$evented_color.' !important;font-size:'.$other_days_font_size.'px !important;">'.$i.'</b></a></td>';
799
+ else
800
+ echo '<td class="cala_day" style="background-color:'.$evented_color_bg.' !important;padding:0 !important; margin:0 !important;line-height:15px !important;"><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.plugins_url("spidercalendarbig.php",__FILE__).'?theme_id='.$theme_id.'&calendar_id='.$calendar_id.'&ev_ids='.$ev_ids_inline.'&eventID='.$ev_id[0].'&date='.$year.'-'.add_0(Month_num($month).'-'.$i).'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" '.$dayevent.'><b style="color:'.$evented_color.' !important;font-size:'.$other_days_font_size.'px !important;">'.$i.'</b></a></td>';
801
+ }
802
+ else
803
+ {
804
+
805
+ echo '<td class="cala_day" style="background-color:'.$evented_color_bg.' !important;padding:0 !important; margin:0 !important;line-height:15px !important;"><b style="color:'.$evented_color.' !important;font-size:'.$other_days_font_size.'px !important;">'.$i.'</b>';
806
+ $r=0;
807
+ for($j=0;$j<$k; $j++)
808
+ {
809
+ if($r<$number_of_shown_evetns)
810
+ echo '<a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="background:none !important;color:'.$event_title_color.' !important; " href="'.plugins_url("spidercalendarbig.php",__FILE__).'?theme_id='.$theme_id.'&calendar_id='.$calendar_id.'&ev_ids='.$ev_ids_inline.'&eventID='.$ev_id[$j].'&date='.$year.'-'.add_0(Month_num($month).'-'.$i).'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" ><b>'.$ev_title[$j].'</b></a>';
811
+ else
812
+ {
813
+ echo '<br><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.plugins_url("spidercalendarbig_seemore.php",__FILE__).'?theme_id='.$theme_id.'&ev_ids='.$ev_ids_inline.'&calendar_id='.$calendar_id.'&date='.$year.'-'.add_0(Month_num($month)).'-'.$i.'&Itemid='.$Itemid.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" '.$dayevent.'> <b>'.__('See more...','sp_calendar').'</b></a>';
814
+ break;
815
+ }
816
+ $r++;
817
+ }
818
+ echo '</td>';
819
+ }
820
+ }
821
+ else
822
+
823
+ echo '<td class="calsun_days" style="padding:0 !important; margin:0 !important;line-height:15px !important;font-size:'.$sundays_font_size.'px !important; "><b>'.$i.'</b></td>';
824
+
825
+ }
826
+
827
+ }
828
+ /////////////////////////////////////////////////////////////////////////mec else
829
+ else
830
+
831
+ if($i==$day_REFERER and $month==$month_REFERER and $year==$year_REFERER )
832
+
833
+ {
834
+ if($widget)
835
+ {
836
+ if($k!=1)
837
+ echo '<td bgcolor="'.$bg_color_selected.'" class="cala_day" style="padding:0 !important; margin:0 !important;line-height:15px !important;"><div class="calborder_day" style=" width:'.$cell_width.'px !important; margin:0 !important; padding:0 !important;"><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.plugins_url("spidercalendarbig_seemore.php",__FILE__).'?theme_id='.$theme_id.'&ev_ids='.$ev_ids_inline.'&calendar_id='.$calendar_id.'&date='.$year.'-'.add_0(Month_num($month)).'-'.$i.'&Itemid='.$Itemid.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" '.$dayevent.'><b style="color:'.$evented_color.' !important;font-size:'.$other_days_font_size.'px">'.$i.'</b></a></div></td>';
838
+ else
839
+ echo '<td bgcolor="'.$bg_color_selected.'" class="cala_day" style="padding:0 !important; margin:0 !important;line-height:15px !important;"><div class="calborder_day" style=" width:'.$cell_width.'px !important; margin:0 !important; padding:0 !important;"><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.plugins_url("spidercalendarbig.php",__FILE__).'?theme_id='.$theme_id.'&calendar_id='.$calendar_id.'&ev_ids='.$ev_ids_inline.'&eventID='.$ev_id[0].'&date='.$year.'-'.add_0(Month_num($month).'-'.$i).'&Itemid='.$Itemid.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" '.$dayevent.'><b style="color:'.$evented_color.' !important;font-size:'.$other_days_font_size.'px">'.$i.'</b></a></div></td>';
840
+ }
841
+ else
842
+ {
843
+
844
+ echo '<td bgcolor="'.$bg_color_selected.'" class="cala_day" style="padding:0 !important; margin:0 !important;line-height:15px !important;"><div class="calborder_day" style=" width:'.$cell_width.'px !important; margin:0 !important; padding:0 !important;"><b style="color:'.$evented_color.' !important;font-size:'.$other_days_font_size.'px">'.$i.'</b>';
845
+ $r=0;
846
+ for($j=0;$j<$k; $j++)
847
+ {
848
+ if($r<$number_of_shown_evetns)
849
+ echo '<a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="background:none !important;color:'.$event_title_color.' !important; " href="'.plugins_url("spidercalendarbig.php",__FILE__).'?theme_id='.$theme_id.'&calendar_id='.$calendar_id.'&ev_ids='.$ev_ids_inline.'&eventID='.$ev_id[$j].'&date='.$year.'-'.add_0(Month_num($month).'-'.$i).'&Itemid='.$Itemid.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" ><b>'.$ev_title[$j].'</b></a>';
850
+ else
851
+ {
852
+ echo '<br><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.plugins_url("spidercalendarbig_seemore.php",__FILE__).'?theme_id='.$theme_id.'&ev_ids='.$ev_ids_inline.'&calendar_id='.$calendar_id.'&date='.$year.'-'.add_0(Month_num($month)).'-'.$i.'&Itemid='.$Itemid.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" '.$dayevent.'> <b>'.__('See more...','sp_calendar').'</b></a>';
853
+ break;
854
+ }
855
+ $r++;
856
+ }
857
+ echo '</div></td>';
858
+ }
859
+ }
860
+
861
+ else
862
+
863
+ {
864
+ if($i==date('j') and $month==date('F') and $year==date('Y'))
865
+
866
+ {
867
+ if( in_array ($i,$array_days)){
868
+ if($widget)
869
+ {
870
+ if($k!=1)
871
+ echo '<td class="cala_day" style="background-color:'.$evented_color_bg.' !important;padding:0 !important; margin:0 !important;line-height:15px !important; border: 3px solid '.$current_day_border_color.' !important;"><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.plugins_url("spidercalendarbig_seemore.php",__FILE__).'?theme_id='.$theme_id.'&ev_ids='.$ev_ids_inline.'&calendar_id='.$calendar_id.'&date='.$year.'-'.add_0(Month_num($month)).'-'.$i.'&Itemid='.$Itemid.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" '.$dayevent.'><b style="color:'.$evented_color.' !important;font-size:'.$other_days_font_size.'px">'.$i.'</b></a></td>';
872
+ else
873
+ echo '<td class="cala_day" style="background-color:'.$evented_color_bg.' !important;padding:0 !important; margin:0 !important;line-height:15px !important; border: 3px solid '.$current_day_border_color.' !important;"><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.plugins_url("spidercalendarbig.php",__FILE__).'?theme_id='.$theme_id.'&calendar_id='.$calendar_id.'&ev_ids='.$ev_ids_inline.'&eventID='.$ev_id[0].'&date='.$year.'-'.add_0(Month_num($month)).'-'.$i.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" '.$dayevent.'><b style="color:'.$evented_color.' !important;font-size:'.$other_days_font_size.'px">'.$i.'</b></a></td>';
874
+ }
875
+ else
876
+ {
877
+
878
+
879
+
880
+
881
+ echo '<td class="cala_day" style="background-color:'.$evented_color_bg.' !important;padding:0 !important; margin:0 !important;line-height:15px !important; border: 3px solid '.$current_day_border_color.' !important;"><b style="color:'.$evented_color.' !important;font-size:'.$other_days_font_size.'px">'.$i.'</b>';
882
+ $r=0;
883
+ for($j=0;$j<$k; $j++)
884
+ {
885
+ if($r<$number_of_shown_evetns)
886
+ echo '<a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="background:none !important;color:'.$event_title_color.' !important; " href="'.plugins_url("spidercalendarbig.php",__FILE__).'?theme_id='.$theme_id.'&calendar_id='.$calendar_id.'&ev_ids='.$ev_ids_inline.'&eventID='.$ev_id[$j].'&date='.$year.'-'.add_0(Month_num($month)).'-'.$i.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" ><b>'.$ev_title[$j].'</b></a>';
887
+ else{
888
+ echo '<br><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.plugins_url("spidercalendarbig_seemore.php",__FILE__).'?theme_id='.$theme_id.'&ev_ids='.$ev_ids_inline.'&calendar_id='.$calendar_id.'&date='.$year.'-'.add_0(Month_num($month)).'-'.$i.'&Itemid='.$Itemid.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" '.$dayevent.'> <b>'.__('See more...','sp_calendar').'</b></a>';
889
+ break;
890
+ }
891
+ $r++;
892
+ }
893
+ echo '</td>';
894
+ }
895
+ }
896
+
897
+ else
898
+
899
+ echo '<td style=" color:'.$text_color_this_month_unevented.' !important;padding:0 !important; margin:0 !important; line-height:15px !important; border: 3px solid '.$current_day_border_color.' !important; '.(($widget)?('vertical-align:middle !important; text-align: center'):'vertical-align:top').' !important;"><b style="font-size:'.$other_days_font_size.'px">'.$i.'</b></td>';
900
+
901
+ }
902
+
903
+ else
904
+ if( in_array ($i,$array_days)){
905
+ if($widget)
906
+ {
907
+ if($k!=1)
908
+ echo '<td class="cala_day" style="background-color:'.$evented_color_bg.' !important;padding:0 !important; margin:0 !important;line-height:15px !important;"><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.plugins_url("spidercalendarbig_seemore.php",__FILE__).'?theme_id='.$theme_id.'&ev_ids='.$ev_ids_inline.'&calendar_id='.$calendar_id.'&date='.$year.'-'.add_0(Month_num($month)).'-'.$i.'&Itemid='.$Itemid.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" '.$dayevent.'><b style="color:'.$evented_color.' !important;font-size:'.$other_days_font_size.'px !important;">'.$i.'</b></a></b>';
909
+ else
910
+ echo '<td class="cala_day" style="background-color:'.$evented_color_bg.' !important;padding:0 !important; margin:0 !important;line-height:15px !important;"><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.plugins_url("spidercalendarbig.php",__FILE__).'?theme_id='.$theme_id.'&calendar_id='.$calendar_id.'&ev_ids='.$ev_ids_inline.'&eventID='.$ev_id[0].'&date='.$year.'-'.add_0(Month_num($month)).'-'.$i.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" '.$dayevent.'><b style="color:'.$evented_color.' !important;font-size:'.$other_days_font_size.'px !important;">'.$i.'</b></a></b>';
911
+ }
912
+ else
913
+ {
914
+
915
+
916
+ echo '<td class="cala_day" style="background-color:'.$evented_color_bg.' !important;padding:0 !important; margin:0 !important;line-height:15px !important;"><b style="color:'.$evented_color.' !important;font-size:'.$other_days_font_size.'px !important;">'.$i.'</b>';
917
+ $r=0;
918
+ for($j=0;$j<$k; $j++)
919
+ {
920
+ if($r<$number_of_shown_evetns)
921
+ echo '<a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="background:none !important;color:'.$event_title_color.' !important; " href="'.plugins_url("spidercalendarbig.php",__FILE__).'?theme_id='.$theme_id.'&calendar_id='.$calendar_id.'&ev_ids='.$ev_ids_inline.'&eventID='.$ev_id[$j].'&date='.$year.'-'.add_0(Month_num($month)).'-'.$i.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" ><b>'.$ev_title[$j].'</b></a>';
922
+ else{
923
+ echo '<p><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.plugins_url("spidercalendarbig_seemore.php",__FILE__).'?theme_id='.$theme_id.'&ev_ids='.$ev_ids_inline.'&calendar_id='.$calendar_id.'&date='.$year.'-'.add_0(Month_num($month)).'-'.$i.'&Itemid='.$Itemid.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" '.$dayevent.'> <b>'.__('See more...','sp_calendar').'</b></a></p>';
924
+ break;
925
+ }
926
+ $r++;
927
+ }
928
+ echo '</td>';
929
+ }}
930
+
931
+ else
932
+
933
+ echo '<td style=" color:'.$text_color_this_month_unevented.' !important;padding:0 !important; margin:0 !important; line-height:15px !important;border: '.(($widget)?($all_days_border_width):'1').'px solid '.$cell_border_color.' !important; '.(($widget)?('vertical-align:middle !important; text-align: center'):'vertical-align:top').' !important;"><b style="font-size:'.$other_days_font_size.'px">'.$i.'</b></td>';
934
+
935
+
936
+
937
+ }
938
+
939
+ if($weekday_i%7==0 && $i<>$month_days)
940
+
941
+ {
942
+
943
+ echo '</tr><tr height="'.$cell_height.'" style="!important;line-height:15px">';
944
+
945
+ $weekday_i=0;
946
+
947
+ }
948
+
949
+ $weekday_i=$weekday_i+1;
950
+
951
+ }
952
+
953
+ $weekday_i;
954
+
955
+ $next_i=1;
956
+
957
+ if($weekday_i!=1)
958
+
959
+ for($i=$weekday_i; $i<=7; $i++)
960
+
961
+ {
962
+ if($i!=7)
963
+ echo '<td class="caltext_color_other_months" style="background-color:'.$bg_color_other_months.' !important;" ><span style="font-size:'.$other_days_font_size.'px !important;">'.$next_i.'</span></td>';
964
+ else
965
+ echo '<td class="caltext_color_other_months" style="background-color:'.$bg_color_other_months.' !important;" ><span style="font-size:'.$other_days_font_size.'px !important;">'.$next_i.'</span></td>';
966
+ $next_i=$next_i+1;
967
+
968
+ }
969
+
970
+ echo '</tr></table>';
971
+
972
+ ?>
973
+
974
+ <input type="text" value="1" name="day" style="display:none" />
975
+
976
+
977
+
978
+
979
+
980
+ </td>
981
+
982
+ </tr>
983
+
984
+ </table>
985
+
986
+
987
+ </div>
988
+
989
+ <?php
990
+
front_end/functions_bigcalendar.php ADDED
@@ -0,0 +1,774 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * @package Spider Calendar
5
+ * @author Web-Dorado
6
+ * @copyright (C) 2011 Web-Dorado. All rights reserved.
7
+ * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
8
+ **/
9
+
10
+
11
+
12
+
13
+ function php_Month_num($month_name)
14
+
15
+ {
16
+ for( $month_num=1; $month_num<=12; $month_num++ )
17
+
18
+ {
19
+ if (date( "F", mktime(0, 0, 0, $month_num, 1, 0 ) ) == $month_name and ($month_num<10) )
20
+
21
+ {
22
+ return '0'.$month_num;
23
+
24
+ }
25
+
26
+ else
27
+
28
+ {
29
+ return $month_num;
30
+
31
+ }
32
+
33
+
34
+ }
35
+
36
+ }
37
+
38
+
39
+ function php_GetNextDate($beginDate,$repeat)
40
+ {
41
+
42
+ //explode the date by "-" and storing to array
43
+ $date_parts1=explode("-", $beginDate);
44
+
45
+ //gregoriantojd() Converts a Gregorian date to Julian Day Count
46
+ $start_date=gregoriantojd($date_parts1[1], $date_parts1[2], $date_parts1[0]);
47
+
48
+ return jdtogregorian($start_date+$repeat);
49
+
50
+
51
+ }
52
+ function php_daysDifference($beginDate,$endDate)
53
+ {
54
+
55
+ //explode the date by "-" and storing to array
56
+ $date_parts1=explode("-", $beginDate);
57
+ $date_parts2=explode("-", $endDate);
58
+
59
+ //gregoriantojd() Converts a Gregorian date to Julian Day Count
60
+ $start_date=gregoriantojd($date_parts1[1], $date_parts1[2], $date_parts1[0]);
61
+
62
+ $end_date=gregoriantojd($date_parts2[1], $date_parts2[2], $date_parts2[0]);
63
+
64
+ return $end_date-$start_date;
65
+
66
+
67
+ }
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+ function php_getdays()
78
+
79
+ {
80
+ global $wpdb;
81
+ $id=$_GET['id'];
82
+
83
+ $calendar =$_GET['calendar'];
84
+ if(isset($_GET['date']))
85
+ {
86
+ if(IsDate_inputed($_GET['date']))
87
+ $date=$_GET['date'];
88
+ else
89
+ $date=date("Y").'-'.php_Month_num(date("F")).'-'.date("d");
90
+ }
91
+ else
92
+ {
93
+ $date=date("Y").'-'.php_Month_num(date("F")).'-'.date("d");
94
+ }
95
+ $year=substr( $date,0,4);
96
+ $month=substr( $date,5,2);
97
+
98
+
99
+ $theme_id =$_GET['theme_id'];
100
+ if(isset($_GET['widget']))
101
+ {
102
+ $widget=1;
103
+ }
104
+ else
105
+ {
106
+ $widget=0;
107
+ }
108
+
109
+
110
+
111
+ $show_time=1;
112
+ if(!$_GET['calendar'])
113
+ $calendar=0;
114
+
115
+ $rows=$wpdb->get_results($wpdb->prepare( "SELECT * from ".$wpdb->prefix."spidercalendar_event where published=1 and ( ( (date<=%s or date like %s) and date_end>=%s) or ( date_end is Null and date like %s ) ) and calendar=%d ","".substr( $date,0,7)."-01","".substr( $date,0,7)."%","".substr( $date,0,7)."-01","".substr( $date,0,7)."%",$calendar));
116
+
117
+ //echo "SELECT date,date_end,text_for_date from #__spidercalendar where published=1 and ( ( (date<='".substr( $date,0,7)."-01' or date like '".substr( $date,0,7)."%') and date_end>='".substr( $date,0,7)."-01' ) or ( date_end is Null and date like '".substr( $date,0,7)."%' ) ) ";
118
+ $id_array=array();
119
+
120
+ $s = count($rows);
121
+ $id_array=array();
122
+ $array_days=array();
123
+ $array_days1=array();
124
+ $title=array();
125
+ $ev_ids=array();
126
+ ///mec FOR
127
+
128
+ for($i=1; $i<=$s; $i++)
129
+ {
130
+
131
+ $date_month=(int)substr( $rows[$i-1]->date,5,2);
132
+ $date_end_month=(int)substr( $rows[$i-1]->date_end,5,2);
133
+
134
+ $date_day=(int)substr( $rows[$i-1]->date,8,2);
135
+ $date_end_day=(int)substr( $rows[$i-1]->date_end,8,2);
136
+ //echo $date_day;
137
+ $date_year_month=(int)(substr( $rows[$i-1]->date,0,4).substr( $rows[$i-1]->date,5,2));
138
+ $date_end_year_month=(int)(substr( $rows[$i-1]->date_end,0,4).substr( $rows[$i-1]->date_end,5,2));
139
+
140
+ $year_month=(int)($year.$month);
141
+ $repeat=$rows[$i-1]->repeat;
142
+
143
+ if ($repeat=="")
144
+ $repeat=1;
145
+
146
+ $start_date = $rows[$i-1]->date;
147
+
148
+ //echo $date_month.'<br>' ;
149
+
150
+ //echo (int)$month.'<br>';
151
+
152
+ $weekly=$rows[$i-1]->week;
153
+ $weekly_array=explode(',',$weekly);
154
+
155
+
156
+ $date_days=array();
157
+ $weekdays_start=array();
158
+ $weekdays=array();
159
+
160
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
161
+ //////////////////////// NO Repeat /////////////////////////////////////////////////////////////////////////////////////////////
162
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
163
+
164
+ if($rows[$i-1]->repeat_method=='no_repeat')
165
+ {
166
+ $date_days[]=$date_day;
167
+ }
168
+
169
+
170
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
171
+ //////////////////////// Repeat Daily /////////////////////////////////////////////////////////////////////////////////////////////
172
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
173
+
174
+ if($rows[$i-1]->repeat_method=='daily')
175
+ {
176
+
177
+
178
+
179
+ $t = php_daysDifference($rows[$i-1]->date,$rows[$i-1]->date_end);
180
+
181
+ for($k=1;$k<=$t/$repeat;$k++){
182
+
183
+
184
+ $next_date=php_GetNextDate($start_date,$repeat);
185
+ $next_date_array=explode('/',$next_date);
186
+
187
+
188
+
189
+ if((int)$month==$date_month && (int)substr($date_year_month,0,4)==(int)$year)
190
+ $date_days[0]=$date_day;
191
+
192
+
193
+
194
+
195
+ if((int)$month==$next_date_array[0] && (int)$year==$next_date_array[2])
196
+
197
+ $date_days[]=$next_date_array[1];
198
+ $start_date = date("Y-m-d",mktime(0, 0, 0, $next_date_array[0], $next_date_array[1],$next_date_array[2]));
199
+
200
+
201
+
202
+ }
203
+ }
204
+
205
+
206
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
207
+ //////////////////////// Repeat Weekly ///////////////////////////////////////////////////////////////////////////////////////////
208
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
209
+
210
+
211
+
212
+ if($rows[$i-1]->repeat_method=='weekly')
213
+ {
214
+
215
+
216
+
217
+
218
+
219
+ for($j=0; $j<=6;$j++)
220
+ {
221
+ if( in_array(date("D", mktime(0, 0, 0, $date_month, $date_day+$j, substr($rows[$i-1]->date,0,4))),$weekly_array))
222
+ { $weekdays_start[]=$date_day+$j;}
223
+
224
+
225
+ }
226
+
227
+
228
+
229
+
230
+
231
+ for($p=0;$p<count($weekly_array)-1;$p++)
232
+ {
233
+
234
+ $start_date = substr($rows[$i-1]->date,0,8).$weekdays_start[$p];
235
+ $t = php_daysDifference($rows[$i-1]->date,$rows[$i-1]->date_end);
236
+ $r=0;
237
+ for($k=1;$k<$t/$repeat;$k++){
238
+
239
+
240
+
241
+ $start_date_array[]=$start_date;
242
+
243
+ $next_date=php_GetNextDate($start_date,$repeat* 7);
244
+ $next_date_array=explode('/',$next_date);
245
+
246
+
247
+
248
+
249
+ if((int)$month==$date_month && (int)substr($date_year_month,0,4)==(int)$year)
250
+ $date_days[0]=$weekdays_start[$p];
251
+
252
+
253
+
254
+ if((int)$month==$next_date_array[0] && (int)$year==$next_date_array[2])
255
+ if((int)$year>(int)substr($date_year_month,0,4)){
256
+
257
+ $weekdays[]=$next_date_array[1];
258
+ }
259
+ else
260
+ {
261
+
262
+ $weekdays[]=$next_date_array[1];
263
+
264
+ }
265
+
266
+ $start_date = date("Y-m-d",mktime(0, 0, 0, $next_date_array[0], $next_date_array[1],$next_date_array[2]));
267
+
268
+
269
+ if($next_date_array[2]>(int)substr($rows[$i-1]->date_end,0,4))
270
+ break;
271
+ }
272
+
273
+ $date_days=array_merge($weekdays,$date_days);
274
+
275
+
276
+ }
277
+
278
+
279
+
280
+ $repeat= $repeat * 7;
281
+
282
+
283
+
284
+ }
285
+
286
+
287
+
288
+
289
+
290
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
291
+ //////////////////////// Repeat Monthly ///////////////////////////////////////////////////////////////////////////////////////////
292
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
293
+
294
+
295
+ if($rows[$i-1]->repeat_method=='monthly')
296
+ {
297
+ $xxxxx=13;
298
+
299
+ $year_dif_count=(int)$year-(int)substr($rows[$i-1]->date,0,4);
300
+ $mount_dif_count=12-(int)substr($rows[$i-1]->date,5,2)+(($year_dif_count-1)*12);
301
+
302
+ if($year_dif_count>0)
303
+ for($my_serch_month=1;$my_serch_month<=12;$my_serch_month++){
304
+ if((($mount_dif_count+$my_serch_month)%$rows[$i-1]->repeat)==0){
305
+ $xxxxx=$my_serch_month;
306
+ break;
307
+ }
308
+ }
309
+ if($xxxxx!=13){
310
+ if($xxxxx<10){
311
+ $xxxxx='0'.$xxxxx;
312
+ }
313
+ }
314
+
315
+
316
+ $month_days = date('t',mktime(0, 0, 0, $month, $date_day, $year));
317
+
318
+ if($date_month<(int)$month or (int)substr($date_year_month,0,4)<$year )
319
+ $date_day=1;
320
+
321
+
322
+
323
+
324
+ if($year>(int)substr($date_year_month,0,4))
325
+ $date_year_month = $year.$xxxxx;
326
+ $p=(int)substr($date_year_month,4,2);
327
+
328
+
329
+ if((int)substr($date_year_month,0,4)!=(int)substr($date_end_year_month,0,4) )
330
+ $end = (int)substr($date_end_year_month,4,2)+12;
331
+ else
332
+ $end = (int)substr($date_end_year_month,4,2);
333
+
334
+ for($k=1; $k<=$end;$k++)
335
+ {
336
+
337
+ if((int)$month==$p and $rows[$i-1]->month_type==1)
338
+ {
339
+ $date_days[0]=$rows[$i-1]->month;
340
+
341
+
342
+ }
343
+
344
+
345
+ if($p==(int)$month and $rows[$i-1]->month_type==2)
346
+ {
347
+ if($rows[$i-1]->monthly_list!='last'){
348
+ for($j=$rows[$i-1]->monthly_list; $j<$rows[$i-1]->monthly_list+7;$j++)
349
+ {
350
+ if(date("D", mktime(0, 0, 0, $month, $j, $year)) == $rows[$i-1]->month_week)
351
+ {
352
+ if($j>=$date_day)
353
+ $date_days[0]=$j;
354
+
355
+
356
+ }
357
+ }
358
+ }
359
+
360
+ else
361
+ {
362
+ for($j=1; $j<=$month_days;$j++)
363
+ {
364
+
365
+ if(date("D", mktime(0, 0, 0, $month, $j, $year)) == $rows[$i-1]->month_week)
366
+ {
367
+ if($j>=$date_day)
368
+ $date_days[0]=$j;
369
+
370
+ }
371
+
372
+ }
373
+
374
+ }
375
+
376
+
377
+
378
+ }
379
+ if($year>(int)substr($date_year_month,0,4))
380
+ $p=1;
381
+ $p=$p+$repeat;
382
+
383
+
384
+
385
+ }
386
+
387
+
388
+ $repeat=32;
389
+
390
+ }
391
+
392
+
393
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
394
+ //////////////////////// Repeat Yearly ///////////////////////////////////////////////////////////////////////////////////////////
395
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
396
+
397
+
398
+ if($rows[$i-1]->repeat_method=='yearly')
399
+ {
400
+
401
+ $month_days = date('t',mktime(0, 0, 0, $month, $date_day, $year));
402
+
403
+ $end = substr($date_end_year_month,0,4)-substr($date_year_month,0,4)+1;
404
+ if(substr($date_year_month,0,4)<$year)
405
+ $date_day=1;
406
+
407
+ for($k=0; $k<=$end; $k+=$repeat) {
408
+ if((int)$month==$rows[$i-1]->year_month and $rows[$i-1]->month_type==1 and $year==substr($date_year_month,0,4)+$k)
409
+ {
410
+ $date_days[0]=$rows[$i-1]->month;
411
+ }
412
+
413
+
414
+ }
415
+ for($k=0; $k<=$end; $k+=$repeat) {
416
+ if((int)$month==$rows[$i-1]->year_month and $rows[$i-1]->month_type==2 and $year==substr($date_year_month,0,4)+$k)
417
+ {
418
+ if($rows[$i-1]->monthly_list!='last'){
419
+ for($j=$rows[$i-1]->monthly_list; $j<$rows[$i-1]->monthly_list+7;$j++)
420
+ {
421
+ if(date("D", mktime(0, 0, 0, $month, $j, $year)) == $rows[$i-1]->month_week)
422
+ {
423
+ $date_days[0]=$j;
424
+
425
+ }
426
+ }
427
+ }
428
+
429
+ else
430
+ {
431
+ for($j=1; $j<=$month_days;$j++)
432
+ {
433
+ if(date("D", mktime(0, 0, 0, $month, $j, $year)) == $rows[$i-1]->month_week)
434
+ {
435
+ $date_days[0]=$j;
436
+
437
+ }
438
+
439
+ }
440
+ }
441
+
442
+
443
+ }
444
+
445
+ }
446
+
447
+ $repeat=32;
448
+
449
+ }
450
+
451
+ $used=array();
452
+
453
+ foreach($date_days as $date_day)
454
+ {
455
+ if($date_month==$month)
456
+ {
457
+
458
+ if(in_array($date_day, $used))
459
+ continue;
460
+ else
461
+ array_push($used, $date_day);
462
+
463
+ if(in_array($date_day, $array_days))
464
+ {
465
+ $key = array_search($date_day, $array_days);
466
+ $title_num[$date_day]++;
467
+
468
+ if($rows[$i-1]->text_for_date!="")
469
+ $array_days1[$key] = $date_day;
470
+
471
+
472
+ $c=$title_num[$date_day];
473
+
474
+ $list='<p><b>'.$c.'.</b>&nbsp;&nbsp;';
475
+
476
+
477
+ if($rows[$i-1]->time and $show_time!=0)
478
+ $list.='&nbsp;'.$rows[$i-1]->title.'<br>('.$rows[$i-1]->time.')</p>';
479
+ else
480
+ $list.='&nbsp;'.$rows[$i-1]->title.'</p>';
481
+
482
+
483
+ $title[$date_day]=$title[$date_day].$list;
484
+
485
+
486
+
487
+ $ev_ids[$date_day]=$ev_ids[$date_day].$rows[$i-1]->id.'<br>';
488
+
489
+
490
+
491
+ }
492
+ else
493
+ {
494
+ $array_days[] = $date_day;
495
+ $key = array_search($date_day, $array_days);
496
+ if($rows[$i-1]->text_for_date!="")
497
+ $array_days1[$key] = $date_day;
498
+
499
+ $title_num[$date_day]=1;
500
+
501
+ $c=1;
502
+
503
+ $list='<p><b>'.$c.'.</b>&nbsp;&nbsp;';
504
+
505
+ if($rows[$i-1]->time and $show_time!=0)
506
+ $list.='&nbsp;'.$rows[$i-1]->title.'<br>('.$rows[$i-1]->time.')</p>';
507
+ else
508
+ $list.='&nbsp;'.$rows[$i-1]->title.'</p>';
509
+
510
+ $title[$date_day]=$list;
511
+ $ev_ids[$date_day]=$rows[$i-1]->id.'<br>';
512
+
513
+ }
514
+
515
+ //$date_day=$date_day+$repeat;
516
+ }
517
+
518
+ if($date_end_month>0 and $date_year_month==$date_end_year_month and $date_end_year_month==$year_month )
519
+ for($j=$date_day;$j<=$date_end_day;$j=$j+$repeat)
520
+ {
521
+
522
+ if(in_array($j, $used))
523
+ continue;
524
+ else
525
+ array_push($used, $j);
526
+
527
+ if(in_array($j, $array_days))
528
+ {
529
+ $key = array_search($j, $array_days);
530
+ $title_num[$j]++;
531
+
532
+ if($rows[$i-1]->text_for_date!="")
533
+ $array_days1[$key] = $j;
534
+
535
+
536
+ $c=$title_num[$j];
537
+
538
+ $list='<p><b>'.$c.'.</b>&nbsp;&nbsp;';
539
+
540
+ if($rows[$i-1]->time and $show_time!=0)
541
+ $list.='&nbsp;'.$rows[$i-1]->title.'<br>('.$rows[$i-1]->time.')</p>';
542
+ else
543
+ $list.='&nbsp;'.$rows[$i-1]->title.'</p>';
544
+
545
+ $title[$j]=$title[$j].$list;
546
+
547
+ $ev_ids[$j]=$ev_ids[$j].$rows[$i-1]->id.'<br>';
548
+ }
549
+ else
550
+ {
551
+ $array_days[] = $j;
552
+ $key = array_search($j, $array_days);
553
+ if($rows[$i-1]->text_for_date!="")
554
+ $array_days1[$key] = $j;
555
+
556
+ $title_num[$j]=1;
557
+
558
+ $c=1;
559
+
560
+ $list='<p><b>'.$c.'.</b>&nbsp;&nbsp;';
561
+
562
+ if($rows[$i-1]->time and $show_time!=0)
563
+ $list.='&nbsp;'.$rows[$i-1]->title.'<br>('.$rows[$i-1]->time.')</p>';
564
+ else
565
+ $list.='&nbsp;'.$rows[$i-1]->title.'</p>';
566
+
567
+ $title[$j]=$list;
568
+ $ev_ids[$j] = $rows[$i-1]->id.'<br>';
569
+ }
570
+ }
571
+
572
+
573
+
574
+
575
+ if($date_end_month>0 and $date_year_month<$date_end_year_month and $date_year_month==$year_month)
576
+
577
+ for($j=$date_day;$j<=31;$j=$j+$repeat)
578
+ {
579
+
580
+ if(in_array($j, $used))
581
+ continue;
582
+ else
583
+ array_push($used, $j);
584
+
585
+ if(in_array($j, $array_days))
586
+ {
587
+ $key = array_search($j, $array_days);
588
+ $title_num[$j]++;
589
+
590
+ if($rows[$i-1]->text_for_date!="")
591
+ $array_days1[$key] = $j;
592
+
593
+
594
+ $c=$title_num[$j];
595
+
596
+ $list='<p><b>'.$c.'.</b>&nbsp;&nbsp;';
597
+
598
+
599
+ if($rows[$i-1]->time and $show_time!=0)
600
+ $list.='&nbsp;'.$rows[$i-1]->title.'<br>('.$rows[$i-1]->time.')</p>';
601
+ else
602
+ $list.='&nbsp;'.$rows[$i-1]->title.'</p>';
603
+
604
+ $title[$j]=$title[$j].$list;
605
+
606
+ $ev_ids[$j]=$ev_ids[$j].$rows[$i-1]->id.'<br>';
607
+ }
608
+ else
609
+ {
610
+ $array_days[] = $j;
611
+ $key = array_search($j, $array_days);
612
+ if($rows[$i-1]->text_for_date!="")
613
+ $array_days1[$key] = $j;
614
+
615
+ $title_num[$j]=1;
616
+
617
+ $c=1;
618
+
619
+ $list='<p><b>'.$c.'.</b>&nbsp;&nbsp;';
620
+
621
+
622
+ if($rows[$i-1]->time and $show_time!=0)
623
+ $list.='&nbsp;'.$rows[$i-1]->title.'<br>('.$rows[$i-1]->time.')</p>';
624
+ else
625
+ $list.='&nbsp;'.$rows[$i-1]->title.'</p>';
626
+
627
+ $title[$j]=$list;
628
+ $ev_ids[$j] = $rows[$i-1]->id.'<br>';
629
+
630
+ }
631
+ }
632
+
633
+ if($date_end_month>0 and $date_year_month<$date_end_year_month and $date_end_year_month==$year_month)
634
+
635
+ for($j=$date_day;$j<=$date_end_day;$j=$j+$repeat)
636
+ {
637
+
638
+ if(in_array($j, $used))
639
+ continue;
640
+ else
641
+ array_push($used, $j);
642
+
643
+ if(in_array($j, $array_days))
644
+ {
645
+ $key = array_search($j, $array_days);
646
+ $title_num[$j]++;
647
+
648
+ if($rows[$i-1]->text_for_date!="")
649
+ $array_days1[$key] = $j;
650
+
651
+
652
+ $c=$title_num[$j];
653
+
654
+ $list='<p><b>'.$c.'.</b>&nbsp;&nbsp;';
655
+
656
+ if($rows[$i-1]->time and $show_time!=0)
657
+ $list.='&nbsp;'.$rows[$i-1]->title.'<br>('.$rows[$i-1]->time.')</p>';
658
+ else
659
+ $list.='&nbsp;'.$rows[$i-1]->title.'</p>';
660
+
661
+ $title[$j]=$title[$j].$list;
662
+
663
+ $ev_ids[$j]=$ev_ids[$j].$rows[$i-1]->id.'<br>';
664
+ }
665
+ else
666
+ {
667
+ $array_days[] = $j;
668
+ $key = array_search($j, $array_days);
669
+ if($rows[$i-1]->text_for_date!="")
670
+ $array_days1[$key] = $j;
671
+
672
+ $title_num[$j]=1;
673
+
674
+ $c=1;
675
+
676
+ $list='<p><b>'.$c.'.</b>&nbsp;&nbsp;';
677
+
678
+ if($rows[$i-1]->time and $show_time!=0)
679
+ $list.='&nbsp;'.$rows[$i-1]->title.'<br>('.$rows[$i-1]->time.')</p>';
680
+ else
681
+ $list.='&nbsp;'.$rows[$i-1]->title.'</p>';
682
+
683
+ $title[$j]=$list;
684
+ $ev_ids[$j] = $rows[$i-1]->id.'<br>';
685
+ }
686
+ }
687
+
688
+
689
+ if($date_end_month>0 and $date_year_month<$date_end_year_month and $date_end_year_month>$year_month and $date_year_month<$year_month )
690
+
691
+ for($j=$date_day;$j<=31;$j=$j+$repeat)
692
+ {
693
+
694
+ if(in_array($j, $used))
695
+ continue;
696
+ else
697
+ array_push($used, $j);
698
+
699
+ if(in_array($j, $array_days))
700
+ {
701
+ $key = array_search($j, $array_days);
702
+ $title_num[$j]++;
703
+
704
+ if($rows[$i-1]->text_for_date!="")
705
+ $array_days1[$key] = $j;
706
+
707
+
708
+ $c=$title_num[$j];
709
+
710
+ $list='<p><b>'.$c.'.</b>&nbsp;&nbsp;';
711
+
712
+ if($rows[$i-1]->time and $show_time!=0)
713
+ $list.='&nbsp;'.$rows[$i-1]->title.'<br>('.$rows[$i-1]->time.')</p>';
714
+ else
715
+ $list.='&nbsp;'.$rows[$i-1]->title.'</p>';
716
+
717
+ $title[$j]=$title[$j].$list;
718
+
719
+ $ev_ids[$j]=$ev_ids[$j].$rows[$i-1]->id.'<br>';
720
+ }
721
+ else
722
+ {
723
+ $array_days[] = $j;
724
+ $key = array_search($j, $array_days);
725
+ if($rows[$i-1]->text_for_date!="")
726
+ $array_days1[$key] = $j;
727
+
728
+ $title_num[$j]=1;
729
+
730
+ $c=1;
731
+
732
+ $list='<p><b>'.$c.'.</b>&nbsp;&nbsp;';
733
+
734
+ if($rows[$i-1]->time and $show_time!=0)
735
+ $list.='&nbsp;'.$rows[$i-1]->title.'<br>('.$rows[$i-1]->time.')</p>';
736
+ else
737
+ $list.='&nbsp;'.$rows[$i-1]->title.'</p>';
738
+
739
+ $title[$j]=$list;
740
+ $ev_ids[$j] = $rows[$i-1]->id.'<br>';
741
+ }
742
+ }
743
+
744
+
745
+
746
+ }
747
+
748
+
749
+ }
750
+
751
+
752
+
753
+
754
+
755
+
756
+
757
+ for($i=1; $i<=count($array_days)-1; $i++)
758
+ if(isset($array_days[$i]))
759
+ if($array_days[$i]>'00' && $array_days[$i]<'09' and substr( $array_days[$i],0,1)=='0')
760
+
761
+ $array_days[$i] = substr( $array_days[$i],1,1);
762
+
763
+ $all_calendar_files['array_days']=$array_days;
764
+ $all_calendar_files['title']=$title;
765
+ $all_calendar_files['option']=$option;
766
+ $all_calendar_files['array_days1']=$array_days1;
767
+ $all_calendar_files['calendar']=$calendar;
768
+ $all_calendar_files['ev_ids']=$ev_ids;
769
+ return array($all_calendar_files);
770
+
771
+
772
+ }
773
+
774
+
front_end/functions_spidercalendarbig.php ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ function php_Month_num($month_name)
4
+
5
+
6
+
7
+ {
8
+
9
+ for( $month_num=1; $month_num<=12; $month_num++ )
10
+
11
+
12
+
13
+ {
14
+
15
+ if (date( "F", mktime(0, 0, 0, $month_num, 1, 0 ) ) == $month_name)
16
+
17
+
18
+
19
+ {
20
+
21
+ return $month_num;
22
+
23
+
24
+
25
+ }
26
+
27
+
28
+
29
+ }
30
+
31
+
32
+
33
+ }
34
+
35
+
36
+ function php_showevent()
37
+
38
+
39
+
40
+ {
41
+ global $wpdb;
42
+ if(isset($_GET['date']))
43
+ {
44
+
45
+ if(IsDate_inputed($_GET['date']))
46
+ $date=$_GET['date'];
47
+ else
48
+ $date=date("Y").'-'.php_Month_num(date("F")).'-'.date("d");
49
+ }
50
+ else
51
+ {
52
+
53
+ $date=date("Y").'-'.php_Month_num(date("F")).'-'.date("d");
54
+ }
55
+ if(isset($_GET['calendar_id']))
56
+ {
57
+
58
+ $calendar =$_GET['calendar_id'];
59
+ }
60
+ else
61
+ {
62
+ $calendar=0;
63
+ }
64
+ $year=substr( $date,0,4);
65
+ $month=substr( $date,5,2);
66
+
67
+ $eventID=$_GET['eventID'];
68
+ $row =$wpdb->get_row($wpdb->prepare('SELECT * FROM '.$wpdb->prefix.'spidercalendar_event WHERE id=%d',$eventID));
69
+ $all_files_spider_cal['row']=$row;
70
+ $all_files_spider_cal['option']=$option;
71
+
72
+ return array($all_files_spider_cal);
73
+
74
+
75
+
76
+ }
77
+ ?>
front_end/functions_spidercalendarbig_seemore.php ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * @package Spider Calendar
5
+ * @author Web-Dorado
6
+ * @copyright (C) 2011 Web-Dorado. All rights reserved.
7
+ * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
8
+ **/
9
+
10
+
11
+
12
+
13
+ function php_Month_num($month_name)
14
+
15
+
16
+
17
+ {
18
+
19
+ for( $month_num=1; $month_num<=12; $month_num++ )
20
+
21
+
22
+
23
+ {
24
+
25
+ if (date( "F", mktime(0, 0, 0, $month_num, 1, 0 ) ) == $month_name)
26
+ {
27
+ return $month_num;
28
+ }
29
+
30
+
31
+
32
+ }
33
+
34
+
35
+
36
+ }
37
+
38
+
39
+ function php_showevent()
40
+
41
+
42
+
43
+ {
44
+ global $wpdb;
45
+
46
+ if(isset($_GET['calendar_id']))
47
+ $calendar =$_GET['calendar_id'];
48
+ else
49
+ $calendar=0;
50
+ if(isset($_GET['date'])){
51
+ if(IsDate_inputed($_GET['date']))
52
+ $date=$_GET['date'];
53
+ else
54
+ $date=date("Y-m-d");
55
+ }
56
+ else
57
+ $date=date("Y").'-'.php_Month_num(date("F")).'-'.date("d");
58
+ $year=substr( $date,0,4);
59
+ $month=substr( $date,5,2);
60
+
61
+ $query = $wpdb->prepare( "SELECT * FROM ".$wpdb->prefix."spidercalendar_event where calendar=%d",$calendar);
62
+
63
+
64
+
65
+ $rows = $wpdb->get_results($query);
66
+ $all_spider_files['rows']=$rows;
67
+ $all_spider_files['option']=$option;
68
+ return array($all_spider_files);
69
+
70
+
71
+
72
+ }
73
+
74
+
75
+ ?>
front_end/spidercalendarbig.php ADDED
@@ -0,0 +1,469 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ $path = ''; // It should be end with a trailing slash
3
+ if ( !defined('WP_LOAD_PATH') ) {
4
+
5
+ /** classic root path if wp-content and plugins is below wp-config.php */
6
+ $classic_root = dirname(dirname(dirname(dirname(dirname(__FILE__))))) . '/' ;
7
+
8
+ if (file_exists( $classic_root . 'wp-load.php') )
9
+ define( 'WP_LOAD_PATH', $classic_root);
10
+ else
11
+ if (file_exists( $path . 'wp-load.php') )
12
+ define( 'WP_LOAD_PATH', $path);
13
+ else
14
+ exit("Could not find wp-load.php");
15
+ }
16
+
17
+ // let's load WordPress
18
+ require_once( WP_LOAD_PATH . 'wp-load.php');
19
+ global $wpdb;
20
+ function IsDate_inputed( $str ){
21
+ $stamp = strtotime( $str );
22
+ if (!is_numeric($stamp))
23
+ return FALSE;
24
+ $month = date( 'm', $stamp );
25
+ $day = date( 'd', $stamp );
26
+ $year = date( 'Y', $stamp );
27
+ if (checkdate($month, $day, $year))
28
+ return TRUE;
29
+ return FALSE;
30
+ }
31
+ require_once("functions_spidercalendarbig.php");
32
+ if(isset($_GET['widget']))
33
+ {
34
+ $widget=1;
35
+ }
36
+ else
37
+ {
38
+ $widget=0;
39
+ }
40
+
41
+ $theme_id =1;
42
+ if($widget)
43
+ $theme =$wpdb->get_row($wpdb->prepare('SELECT * FROM '.$wpdb->prefix.'spidercalendar_widget_theme WHERE id=%d',$theme_id));
44
+ else
45
+ $theme =$wpdb->get_row($wpdb->prepare('SELECT * FROM '.$wpdb->prefix.'spidercalendar_theme WHERE id=%d',$theme_id));
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+ function week_number($x)
58
+ {
59
+
60
+ if($x==1)
61
+ return __('First','sp_calendar');
62
+
63
+ if($x==7)
64
+ return __('Second','sp_calendar');
65
+
66
+ if($x==14)
67
+ return __('Third','sp_calendar');
68
+
69
+ if($x==21)
70
+ return __('Fourth','sp_calendar');
71
+
72
+ if($x=='last')
73
+ return __('Last','sp_calendar');
74
+ }
75
+
76
+
77
+
78
+ function week_convert($x)
79
+ {
80
+ if($x=='Mon')
81
+ return __('Monday','sp_calendar');
82
+
83
+ if($x=='Tue')
84
+ return __('Tuesday','sp_calendar');
85
+
86
+ if($x=='Wed')
87
+ return __('Wednesday','sp_calendar');
88
+
89
+ if($x=='Thu')
90
+ return __('Thursday','sp_calendar');
91
+
92
+ if($x=='Fri')
93
+ return __('Friday','sp_calendar');
94
+
95
+ if($x=='Sat')
96
+ return __('Saturday','sp_calendar');
97
+
98
+ if($x=='Sun')
99
+ return __('Sunday','sp_calendar');
100
+
101
+
102
+
103
+ }
104
+
105
+
106
+ function do_nothing()
107
+ {
108
+ return false;
109
+
110
+ }
111
+
112
+
113
+
114
+
115
+
116
+ $title_color='#'.'FFFFFF';
117
+
118
+ $title_size='';
119
+
120
+ $title_font='';
121
+
122
+ $title_style='normal';
123
+
124
+ $date_color='#'.'FFFFFF';
125
+
126
+ $date_size=16;
127
+
128
+ $date_font='';
129
+
130
+ $date_style='bold';
131
+
132
+ $next_prev_event_bgcolor='#'.'FFA142';
133
+ $next_prev_event_arrowcolor='#'.'FFFFFF';
134
+ $show_event_bgcolor='#'.'36A7E9';
135
+
136
+ $popup_width ='800';
137
+ $popup_height ='600';
138
+
139
+
140
+ $date_format='w/d/m/y';
141
+
142
+ $show_repeat=1;
143
+
144
+ $date_format_array=explode('/',$date_format);
145
+
146
+ for($i=0;$i<count($date_format_array);$i++)
147
+ {
148
+ if($date_format_array[$i]=='w')
149
+ $date_format_array[$i]='l';
150
+
151
+ if($date_format_array[$i]=='m')
152
+ $date_format_array[$i]='F';
153
+
154
+ if($date_format_array[$i]=='y')
155
+ $date_format_array[$i]='Y';
156
+
157
+ }
158
+
159
+
160
+ $all_files_cal=php_showevent();
161
+
162
+ $row=$all_files_cal[0]['row'];
163
+ $option=$all_files_cal[0]['option'];
164
+
165
+
166
+ if(isset($_GET['date'])){
167
+ if(IsDate_inputed($_GET['date']))
168
+ $datte=$_GET['date'];
169
+ else
170
+ $datte=date("Y-m-d");
171
+ }
172
+ else
173
+ {
174
+ $datte=date("Y-m-d");
175
+ }
176
+ $activedate=explode('-',$datte);
177
+ $activedatetimestamp = mktime(0, 0, 0, $activedate[1], $activedate[2], $activedate[0]);
178
+ $activedatestr='';
179
+ for($i=0;$i<count($date_format_array);$i++)
180
+ {
181
+ $activedatestr.=__(date("".$date_format_array[$i]."",$activedatetimestamp)).' ';
182
+ }
183
+
184
+ //$activedatestr=__(date("".$date_format_array[0]."",$activedatetimestamp)).' '.__(date("".$date_format_array[1]."",$activedatetimestamp)).' '.__(date("".$date_format_array[2]."",$activedatetimestamp)).' '.__(date("".$date_format_array[3]."",$activedatetimestamp));
185
+
186
+ $date = $datte;
187
+ $day = substr($date,8);
188
+ if(isset($_GET['calendar_id']))
189
+ $calendar_id =$_GET['calendar_id'];
190
+ else
191
+ $calendar_id=0;
192
+
193
+ //$ev_ids =$session->get('ev_ids');
194
+ $ev_ids_inline=$_GET['ev_ids'];
195
+
196
+ $ev_id = explode(',',$ev_ids_inline);
197
+
198
+
199
+
200
+
201
+
202
+
203
+
204
+ $eventID=$_GET['eventID'];
205
+
206
+ ?>
207
+ <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
208
+ <script>
209
+
210
+
211
+ function next(day_events,ev_id,theme_id,calendar_id,date,day,ev_ids)
212
+ {
213
+
214
+
215
+
216
+ var p=0;
217
+ for (var key in day_events)
218
+ { p=p+1;
219
+ if(day_events[key]==ev_id && day_events[parseInt(key) +1])
220
+ {
221
+
222
+
223
+ window.location='<?php echo plugins_url("spidercalendarbig.php",__FILE__) ?>?theme_id='+theme_id+'&calendar_id='+calendar_id+'&eventID='+day_events[parseInt(key) +1]+'&date='+date+'&day='+day+'&ev_ids='+ev_ids<?php if($widget)echo "+'&widget=1'" ?>;
224
+
225
+ }
226
+
227
+ }
228
+
229
+
230
+ }
231
+
232
+
233
+ function change()
234
+ {
235
+
236
+ jQuery('#dayevent').ready(function() {
237
+ jQuery('#dayevent').animate({
238
+
239
+ opacity: 1,
240
+
241
+ marginLeft: "0in",
242
+
243
+
244
+ }, 1000, function() {
245
+
246
+
247
+
248
+ });
249
+ });
250
+
251
+ }
252
+
253
+ window.onload=change();
254
+
255
+ function prev(array1,ev_id,theme_id,calendar_id,date,day,ev_ids)
256
+ {
257
+ var day_events = array1;
258
+
259
+ for (var key in day_events)
260
+ {
261
+ if(day_events[key]==ev_id && day_events[parseInt(key) -1] )
262
+ {
263
+
264
+
265
+ window.location='<?php echo plugins_url("spidercalendarbig.php",__FILE__) ?>?theme_id='+theme_id+'&calendar_id='+calendar_id+'&eventID='+day_events[parseInt(key) -1]+'&date='+date+'&ev_ids='+ev_ids+'&day='+day<?php if($widget)echo "+'&widget=1'" ?>;
266
+ }
267
+ }
268
+
269
+
270
+
271
+
272
+ }
273
+
274
+ document.onkeydown = function(evt) {
275
+ evt = evt || window.event;
276
+ if (evt.keyCode == 27) {
277
+
278
+ window.parent.document.getElementById('sbox-window').close();
279
+ }
280
+ };
281
+
282
+
283
+
284
+
285
+ </script>
286
+
287
+ <?php
288
+
289
+
290
+ ?>
291
+
292
+ <style>
293
+ #dayevent
294
+ {
295
+ opacity:0;
296
+
297
+ }
298
+ #previous , #next
299
+ {
300
+ width:5%;
301
+ height:<?php echo $popup_height - 6 ?>px;
302
+ cursor:pointer;
303
+
304
+ }
305
+
306
+ .arrow
307
+ {
308
+ font-size:50px;
309
+ color:<?php echo $next_prev_event_arrowcolor ?>;
310
+ text-decoration:none;
311
+
312
+ }
313
+
314
+
315
+ </style>
316
+
317
+
318
+ <table style="height:<?php echo $popup_height ?>px;width:100%;background-color:<?php echo $show_event_bgcolor ?>; border-spacing:0" align="center">
319
+ <tr>
320
+
321
+ <td id="previous" onclick="prev([<?php echo $ev_ids_inline ?>],<?php echo $eventID ?>,<?php echo $theme_id ?>,<?php echo $calendar_id ?>,'<?php echo $date; ?>',<?php echo $day ?>,'<?php echo $ev_ids_inline ?>')" style="<?php if(count($ev_id)==1 or $eventID==$ev_id[0] ) echo 'display:none' ?>;text-align:center" onmouseover="document.getElementById('previous').style.backgroundColor='<?php echo $next_prev_event_bgcolor ?>'" onmouseout="document.getElementById('previous').style.backgroundColor=''" >
322
+
323
+ <span class="arrow" >&lt;</span>
324
+
325
+ </td>
326
+
327
+ <td style="vertical-align:top; width:90%">
328
+ <?php
329
+
330
+ echo '<div id="dayevent" style="padding:0px 0px 0px 7px ;line-height:30px; padding-top:0px;">';
331
+
332
+
333
+ if($date_style=="bold" or $date_style=="bold/italic" )
334
+ $date_font_weight="font-weight:bold";
335
+ else
336
+ $date_font_weight="font-weight:normal";
337
+ if($date_style=="italic" or $date_style=="bold/italic" )
338
+ $date_font_style="font-style:italic";
339
+ else
340
+ $date_font_style="";
341
+
342
+
343
+ echo '<div style="color:'.$date_color.';font-size:'.$date_size.'px; font-family:'.$date_font.'; '.$date_font_weight.'; '.$date_font_style.' ">'.$activedatestr.'</div>';
344
+ if($title_style=="bold" or $title_style=="bold/italic" )
345
+ $font_weight="font-weight:bold";
346
+ else
347
+ $font_weight="font-weight:normal";
348
+ if($title_style=="italic" or $title_style=="bold/italic" )
349
+ $font_style="font-style:italic";
350
+ else
351
+ $font_style="";
352
+
353
+ $weekdays=explode(',',$row->week);
354
+
355
+ $date_format1='d/m/y';
356
+
357
+ if($row->repeat=='1')
358
+ $repeat='';
359
+ else
360
+ $repeat=$row->repeat;
361
+
362
+ if($row->text_for_date!='')
363
+ {
364
+ if($row->date_end and $row->date_end!='0000-00-00')
365
+ echo '<div style="color:'.$date_color.';font-size:'.$date_size.'px; font-family:'.$date_font.'; '.$date_font_weight.'; '.$date_font_style.' ">'.__('Date','sp_calendar').':'.str_replace("d",substr($row->date,8,2),str_replace("m",substr($row->date,5,2),str_replace("y",substr($row->date,0,4),$date_format1))).'&nbsp;-&nbsp;'.str_replace("d",substr($row->date_end,8,2),str_replace("m",substr($row->date_end,5,2),str_replace("y",substr($row->date_end,0,4),$date_format1))).'&nbsp;'.$row->time.'</div>';
366
+ else
367
+ echo '<div style="color:'.$date_color.';font-size:'.$date_size.'px; font-family:'.$date_font.'; '.$font_weight.'; '.$font_style.' ">'.$row->time.'</div>';
368
+
369
+
370
+
371
+ if($show_repeat==1)
372
+ {
373
+ if($row->repeat_method=='daily')
374
+ echo '<div style="color:'.$date_color.';font-size:'.$date_size.'px; font-family:'.$date_font.'; '.$date_font_weight.'; '.$date_font_style.' ">'.__('Repeat Every','sp_calendar').' ' .$repeat.' '.__('Day','sp_calendar').'</div>';
375
+ if($row->repeat_method=='weekly')
376
+ {
377
+ echo '<div style="color:'.$date_color.';font-size:'.$date_size.'px; font-family:'.$date_font.'; '.$date_font_weight.'; '.$date_font_style.' ">'.__('Repeat Every','sp_calendar').' ' .$repeat.' '.__('Week(s) on','sp_calendar').' : ';
378
+ for ($i=0;$i<count($weekdays);$i++)
379
+ {
380
+ if($weekdays[$i]!=''){
381
+ if($i!=count($weekdays)-2)
382
+ echo week_convert($weekdays[$i]).',';
383
+ else
384
+ echo week_convert($weekdays[$i]);
385
+
386
+ }
387
+
388
+ }
389
+ echo '</div>';
390
+ }
391
+ if($row->repeat_method=='monthly' and $row->month_type==1)
392
+ echo '<div style="color:'.$date_color.';font-size:'.$date_size.'px; font-family:'.$date_font.'; '.$date_font_weight.'; '.$date_font_style.' ">'.__('Repeat Every','sp_calendar').' ' .$repeat.' '.__('Month(s) on the','sp_calendar').' '.$row->month.'</div>';
393
+
394
+ if($row->repeat_method=='monthly' and $row->month_type==2)
395
+ echo '<div style="color:'.$date_color.';font-size:'.$date_size.'px; font-family:'.$date_font.'; '.$date_font_weight.'; '.$date_font_style.' ">'.__('Repeat Every','sp_calendar').' '.$repeat.' '.__('Month(s) on the','sp_calendar').' '.week_number($row->monthly_list).' '.week_convert($row->month_week).'</div>';
396
+
397
+ if($row->repeat_method=='yearly' and $row->month_type==1)
398
+ echo '<div style="color:'.$date_color.';font-size:'.$date_size.'px; font-family:'.$date_font.'; '.$date_font_weight.'; '.$date_font_style.' ">'.__('Repeat Every','sp_calendar').' ' .$repeat.' '.__('Year(s) in','sp_calendar').' '.date('F',mktime(0,0,0,$row->year_month + 1,0,0)).' '.__('on the','sp_calendar').' '.$row->month.'</div>';
399
+
400
+ if($row->repeat_method=='yearly' and $row->month_type==2)
401
+ echo '<div style="color:'.$date_color.';font-size:'.$date_size.'px; font-family:'.$date_font.'; '.$date_font_weight.'; '.$date_font_style.' ">'.__('Repeat Every','sp_calendar').' ' .$repeat.' '.__('Year(s) in','sp_calendar').' '.date('F',mktime(0,0,0,$row->year_month + 1,0,0)).' '.__('on the','sp_calendar').' '.week_number($row->monthly_list).' '.week_convert($row->month_week).'</div>';
402
+
403
+
404
+ }
405
+
406
+
407
+ echo '<div style="color:'.$title_color.';font-size:'.$title_size.'px; font-family:'.$title_font.'; '.$font_weight.'; '.$font_style.' ">'.$row->title.'</div>';
408
+
409
+ echo '<div style="line-height:20px">'.$row->text_for_date.'</div>';
410
+
411
+
412
+
413
+
414
+
415
+ }
416
+ else
417
+ {
418
+ echo '<div style="color:'.$title_color.';font-size:'.$title_size.'px; font-family:'.$title_font.'; '.$font_weight.'; '.$font_style.' ">'.$row->title.'</div>';
419
+ echo '<h1 style="text-align:center">There Is No Text For This Event</h1>';
420
+ }
421
+ echo '</div>';
422
+
423
+ ?>
424
+ <div style="width:98%;text-align:right; display:<?php if(count($ev_id)==1) echo 'none'; ?>"><a style="color:<?php echo $title_color?>;font-size:15px; font-family:<?php echo $title_font?>; <?php echo $font_weight?>; <?php echo $font_style?>" href="<?php echo plugins_url("spidercalendarbig_seemore.php",__FILE__).'?theme_id='.$theme_id.'&ev_ids='.$ev_ids_inline.'&calendar_id='.$calendar_id.'&date='.$date.''.(($widget)?('&widget=1'):'') ?>">Back to event list</a></div>
425
+ </td>
426
+
427
+ <td id="next" onclick="next([<?php echo $ev_ids_inline ?>],<?php echo $eventID ?>,<?php echo $theme_id ?>,<?php echo $calendar_id ?>,'<?php echo $date ?>',<?php echo $day ?>,'<?php echo $ev_ids_inline ?>')" style="<?php if(count($ev_id)==1 or $eventID==end($ev_id)) echo 'display:none' ?>;text-align:center" onmouseover="document.getElementById('next').style.backgroundColor='<?php echo $next_prev_event_bgcolor ?>'" onmouseout="document.getElementById('next').style.backgroundColor=''" >
428
+
429
+ <span class="arrow" >&gt;</span>
430
+
431
+ </td>
432
+
433
+ </tr>
434
+
435
+ </table>
436
+ <?php
437
+
438
+ ////////////////
439
+
440
+ $url_for_page=$_GET['cur_page_url'];
441
+
442
+ $url_for_page_de=urldecode($url_for_page);
443
+ if(!strpos($url_for_page_de,'?')){
444
+ $cuery_string='?'.$_SERVER['QUERY_STRING'];
445
+ }
446
+ else
447
+ {
448
+ $cuery_string='&'.$_SERVER['QUERY_STRING'];
449
+ }
450
+ $url_for_page_de.=$cuery_string;
451
+ $url_for_page_de=str_replace('theme_id=','frst_theme_id=\'',$url_for_page_de);
452
+ $url_for_page_de=str_replace('calendar_id=','frst_calendar_id=\'',$url_for_page_de);
453
+ $url_for_page_de=str_replace('ev_ids=','frst_ev_ids=\'',$url_for_page_de);
454
+ $url_for_page_de=str_replace('eventID=','frst_eventID=\'',$url_for_page_de);
455
+ $url_for_page_de=str_replace('date=','frst_date=\'',$url_for_page_de);
456
+ $url_for_page_de=str_replace('day=','frst_day=\'',$url_for_page_de);
457
+ if(substr($url_for_page_de, -1)=='&')
458
+ $url_for_page_de=substr_replace($url_for_page_de ,"",-1);
459
+ $zzzzzzzzz=0;
460
+ if($zzzzzzzzz==1){
461
+ ?>
462
+ <iframe src="//www.facebook.com/plugins/like.php?href=<?php echo urlencode($url_for_page_de); ?>" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>
463
+ <?php
464
+ }
465
+
466
+
467
+
468
+ ?>
469
+
front_end/spidercalendarbig_seemore.php ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ $path = ''; // It should be end with a trailing slash
3
+ if ( !defined('WP_LOAD_PATH') ) {
4
+
5
+ /** classic root path if wp-content and plugins is below wp-config.php */
6
+ $classic_root = dirname(dirname(dirname(dirname(dirname(__FILE__))))) . '/' ;
7
+
8
+ if (file_exists( $classic_root . 'wp-load.php') )
9
+ define( 'WP_LOAD_PATH', $classic_root);
10
+ else
11
+ if (file_exists( $path . 'wp-load.php') )
12
+ define( 'WP_LOAD_PATH', $path);
13
+ else
14
+ exit("Could not find wp-load.php");
15
+ }
16
+
17
+ // let's load WordPress
18
+ require_once( WP_LOAD_PATH . 'wp-load.php');
19
+ global $wpdb;
20
+ function IsDate_inputed( $str ){
21
+ $stamp = strtotime( $str );
22
+ if (!is_numeric($stamp))
23
+ return FALSE;
24
+ $month = date( 'm', $stamp );
25
+ $day = date( 'd', $stamp );
26
+ $year = date( 'Y', $stamp );
27
+ if (checkdate($month, $day, $year))
28
+ return TRUE;
29
+ return FALSE;
30
+ }
31
+ require_once("functions_spidercalendarbig_seemore.php");
32
+
33
+ $theme_id =$_GET['theme_id'];
34
+
35
+
36
+
37
+ if(isset($_GET['widget']))
38
+ {
39
+ $widget=1;
40
+ }
41
+ else
42
+ {
43
+ $widget=0;
44
+ }
45
+ if($widget)
46
+ {
47
+ $theme =$wpdb->get_row($wpdb->prepare('SELECT * FROM '.$wpdb->prefix.'spidercalendar_widget_theme WHERE id=%d',$theme_id));
48
+ }
49
+ else
50
+ $theme =$wpdb->get_row($wpdb->prepare('SELECT * FROM '.$wpdb->prefix.'spidercalendar_theme WHERE id=%d',$theme_id));
51
+ $path_sp_cal=$_GET['cur_page_url'];
52
+
53
+
54
+
55
+
56
+
57
+ $title_color='#'.'FFFFFF';
58
+
59
+ $title_size='';
60
+
61
+ $title_font='';
62
+
63
+ $title_style='normal';
64
+
65
+ $date_color='#'.'FFFFFF';
66
+
67
+ $date_size=16;
68
+
69
+ $date_font='';
70
+
71
+ $date_style='bold';
72
+
73
+ $next_prev_event_bgcolor='#'.'FFA142';
74
+ $next_prev_event_arrowcolor='#'.'FFFFFF';
75
+ $show_event_bgcolor='#'.'36A7E9';
76
+
77
+ $popup_width ='800';
78
+ $popup_height ='600';
79
+
80
+
81
+ $date_format='w/d/m/y';
82
+
83
+ $show_repeat=1;
84
+
85
+
86
+ $all_files=php_showevent();
87
+ $rows=$all_files[0]['rows'];
88
+ $option=$all_files[0]['option'];
89
+
90
+ if(isset($_GET['date'])){
91
+ if(IsDate_inputed($_GET['date']))
92
+ $datee=$_GET['date'];
93
+ else
94
+ $datee=date("Y-m-d");
95
+ }
96
+ else
97
+ {
98
+ $datee=date("Y-m-d");
99
+ }
100
+ $activedate=explode('-',$datee);
101
+ $activedatetimestamp = mktime(0, 0, 0, $activedate[1], $activedate[2], $activedate[0]);
102
+ $activedatestr=date("l",$activedatetimestamp).', '.date("d",$activedatetimestamp).' '.date("F",$activedatetimestamp).', '.date("Y",$activedatetimestamp);
103
+ $date = $datee;
104
+ $day = substr($date,8);
105
+ if(isset($_GET['calendar_id']))
106
+ $calendar_id =$_GET['calendar_id'];
107
+ else
108
+ $calendar_id =0;
109
+ $ev_ids =$_GET['ev_ids'];
110
+
111
+ $ev_id = explode(',',$ev_ids);
112
+
113
+
114
+
115
+
116
+
117
+
118
+ $eventID=$_GET['eventID'];
119
+
120
+ ?>
121
+ <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
122
+ <script>
123
+
124
+
125
+ function next(day_events,ev_id,theme_id,calendar_id,date,day)
126
+ {
127
+
128
+
129
+
130
+ var p=0;
131
+ for (var key in day_events)
132
+ { p=p+1;
133
+ if(day_events[key]==ev_id && day_events[parseInt(key) +1])
134
+ {
135
+
136
+
137
+ window.location='<?php echo plugins_url("spidercalendarbig.php",__FILE__) ?>?theme_id='+theme_id+'&calendar_id='+calendar_id+'&eventID='+day_events[parseInt(key) +1]+'&date='+date+'&day='+day<?php if($widget)echo "+'&widget=1'" ?>;
138
+
139
+ }
140
+
141
+ }
142
+
143
+
144
+ }
145
+
146
+
147
+ function change()
148
+ {
149
+
150
+ $('#dayevent').ready(function() {
151
+ $('#dayevent').animate({
152
+
153
+ opacity: 1,
154
+
155
+ marginLeft: "0in",
156
+
157
+
158
+ }, 1000, function() {
159
+
160
+
161
+
162
+ });
163
+ });
164
+
165
+ }
166
+
167
+ window.onload=change();
168
+
169
+ function prev(array1,ev_id,theme_id,calendar_id,date,day)
170
+ {
171
+ var day_events = array1;
172
+
173
+ for (var key in day_events)
174
+ {
175
+ if(day_events[key]==ev_id && day_events[parseInt(key) -1] )
176
+ {
177
+
178
+
179
+ window.location='<?php echo plugins_url("spidercalendarbig.php",__FILE__) ?>?theme_id='+theme_id+'&calendar_id='+calendar_id+'&eventID='+day_events[parseInt(key) -1]+'&date='+date+'&day='+day<?php if($widget)echo "+'&widget=1'" ?>;
180
+ }
181
+ }
182
+
183
+
184
+
185
+
186
+ }
187
+
188
+
189
+ document.onkeydown = function(evt) {
190
+ evt = evt || window.event;
191
+ if (evt.keyCode == 27) {
192
+
193
+ window.parent.document.getElementById('sbox-window').close();
194
+ }
195
+ };
196
+
197
+
198
+
199
+ </script>
200
+
201
+ <div style="background-color:<?php echo $show_event_bgcolor ?>; height:<?php echo $popup_height-30 ?>px;padding:15px;">
202
+ <?php
203
+
204
+
205
+
206
+ foreach($rows as $row)
207
+ {
208
+ for($i=0;$i<count($ev_id);$i++)
209
+ if($row->id==$ev_id[$i])
210
+ echo '<div ><a style="font-size:'.$title_size.'px;color:'.$title_color.'; line-height:30px" href="'.plugins_url("spidercalendarbig.php",__FILE__).'?theme_id='.$theme_id.'&calendar_id='.$calendar_id.'&ev_ids='.$ev_ids.'&eventID='.$ev_id[$i].'&date='.$date.'&day='.$day.(($widget)?('&widget=1'):'').'&cur_page_url='.$path_sp_cal.'">'.($i+1).' '.$row->title .'</a></div>';
211
+
212
+ }
213
+
214
+
215
+
216
+
217
+ ?>
218
+ </div>
219
+
220
+
221
+
222
+
223
+
224
+
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
functions_for_xml_and_ajax.php ADDED
@@ -0,0 +1,2625 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ function php_window(){
3
+ global $wpdb;
4
+ $themes=$wpdb->get_results("SELECT id,title FROM ".$wpdb->prefix."spidercalendar_theme");
5
+ $calendars=$wpdb->get_results("SELECT id,title FROM ".$wpdb->prefix."spidercalendar_calendar WHERE published=1");
6
+ ?>
7
+ <html xmlns="http://www.w3.org/1999/xhtml"><head>
8
+ <title>Spider Calendar</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
10
+ <script language="javascript" type="text/javascript" src="<?php echo get_option("siteurl"); ?>/wp-includes/js/jquery/jquery.js"></script>
11
+ <script language="javascript" type="text/javascript" src="<?php echo get_option("siteurl"); ?>/wp-includes/js/tinymce/tiny_mce_popup.js"></script><link rel="stylesheet" href="<?php echo get_option("siteurl"); ?>/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/dialog.css?ver=342-20110630100">
12
+ <script language="javascript" type="text/javascript" src="<?php echo get_option("siteurl"); ?>/wp-includes/js/tinymce/utils/mctabs.js"></script>
13
+ <script language="javascript" type="text/javascript" src="<?php echo get_option("siteurl"); ?>/wp-includes/js/tinymce/utils/form_utils.js"></script>
14
+ <base target="_self">
15
+ </head>
16
+ <body id="link" onLoad="tinyMCEPopup.executeOnLoad('init();');document.body.style.display='';" style="" dir="ltr" class="forceColors">
17
+ <form name="spider_cat" action="#">
18
+ <div class="tabs" role="tablist" tabindex="-1">
19
+ <ul>
20
+ <li id="Single_product_tab" class="current" role="tab" tabindex="0"><span><a href="javascript:mcTabs.displayTab('Single_product_tab','Single_product_panel');" onMouseDown="return false;" tabindex="-1">Spider Calendar</a></span></li>
21
+
22
+ </ul>
23
+ </div>
24
+
25
+ <div class="panel_wrapper">
26
+ <div id="Single_product_panel" class="panel current">
27
+ <br>
28
+ <table border="0" cellpadding="4" cellspacing="0">
29
+ <tbody><tr>
30
+ <td nowrap="nowrap"><label for="spider_Calendar">Select Calendar</label></td>
31
+ <td><select name="spider_Calendar" id="spider_Calendar" >
32
+ <option value="- Select a Calendar -" selected="selected">- Select a Calendar -</option>
33
+ <?php
34
+ foreach($calendars as $calendar)
35
+ {
36
+ ?>
37
+ <option value="<?php echo $calendar->id; ?>"><?php echo $calendar->title; ?></option>
38
+ <?php }?>
39
+ </select>
40
+ </td>
41
+ </tr>
42
+
43
+ </tbody></table>
44
+ </div>
45
+ </div>
46
+ <div class="mceActionPanel">
47
+ <div style="float: left">
48
+ <input type="button" id="cancel" name="cancel" value="Cancel" onClick="tinyMCEPopup.close();" />
49
+ </div>
50
+
51
+ <div style="float: right">
52
+ <input type="submit" id="insert" name="insert" value="Insert" onClick="insert_spider_calendar();" />
53
+ </div>
54
+ </div>
55
+
56
+ </form>
57
+
58
+ <script type="text/javascript">
59
+ function insert_spider_calendar() {
60
+
61
+
62
+
63
+
64
+ if(document.getElementById('spider_Calendar').value=='- Select a Calendar -')
65
+ {
66
+ tinyMCEPopup.close();
67
+ }
68
+ else
69
+ {
70
+
71
+
72
+ var tagtext;
73
+ tagtext='[Spider_Calendar id="'+document.getElementById('spider_Calendar').value+'" theme="1"]';
74
+ window.tinyMCE.execInstanceCommand('content', 'mceInsertContent', false, tagtext);
75
+ tinyMCEPopup.editor.execCommand('mceRepaint');
76
+ tinyMCEPopup.close();
77
+
78
+ }
79
+
80
+ }
81
+
82
+ </script>
83
+ </body></html>
84
+ <?php
85
+
86
+ die();
87
+ }
88
+
89
+ function big_calendarr(){
90
+ global $wpdb;
91
+ function IsDate_inputed( $str ){
92
+ if (is_array($str)) {
93
+ return;
94
+ }
95
+ $stamp = strtotime( $str );
96
+ if (!is_numeric($stamp))
97
+ return FALSE;
98
+ $month = date( 'm', $stamp );
99
+ $day = date( 'd', $stamp );
100
+ $year = date( 'Y', $stamp );
101
+ if (checkdate($month, $day, $year))
102
+ return TRUE;
103
+ return FALSE;
104
+ }
105
+ if(isset($_GET['widget']))
106
+ {
107
+ $widget=1;
108
+ }
109
+ else
110
+ {
111
+ $widget=0;
112
+ }
113
+ $many_sp_calendar=$_GET['many_sp_calendar'];
114
+
115
+ if(!is_numeric($many_sp_calendar)){
116
+ $many_sp_calendar=1;
117
+ }
118
+ $theme_id =1;
119
+ if($widget){
120
+ $theme =$wpdb->get_row( $wpdb->prepare( 'SELECT * FROM '.$wpdb->prefix.'spidercalendar_widget_theme WHERE id=%d',$theme_id));
121
+ }
122
+ else
123
+ {
124
+ $theme =$wpdb->get_row( $wpdb->prepare( 'SELECT * FROM '.$wpdb->prefix.'spidercalendar_theme WHERE id=%d',$theme_id));
125
+ }
126
+
127
+
128
+
129
+ ////like facbook button
130
+ $path_sp_cal=$_GET['cur_page_url'];
131
+
132
+
133
+
134
+ // load the row from the db table
135
+ if($widget){
136
+ $cal_width='200';
137
+ $bg_top = '#'.'36A7E9';
138
+ $bg_bottom = '#'.'FFFFFF';
139
+ $border_color = '#'.'000000';
140
+ $text_color_year = '#'.'000000';
141
+ $text_color_month = '#'.'000000';
142
+ $color_week_days = '#'.'000000';
143
+ $text_color_other_months = '#'.'525252';
144
+ $text_color_this_month_unevented = '#'.'000000';
145
+ $evented_color = '#'.'FFFFFF';
146
+ $evented_color_bg = '#'.'FFA142';
147
+ $color_arrow_year = '#'.'000000';
148
+ $color_arrow_month = '#'.'000000';
149
+ $sun_days = '#'.'36A7E9';
150
+ $event_title_color = '#'.'FFFFFF';
151
+ $current_day_border_color = '#'.'36A7E9';
152
+ $cell_border_color = '#'.'000000';
153
+ $cell_height = '25';
154
+ $popup_width = '800';
155
+ $popup_height = '800';
156
+ $number_of_shown_evetns = 1;
157
+ $sundays_font_size ='14';
158
+ $other_days_font_size= '12';
159
+ $weekdays_font_size= '14';
160
+ $border_width= '4';
161
+ $top_height='50';
162
+ $bg_color_other_months='#'.'FFFFFF';
163
+ $sundays_bg_color='#'.'FFFFFF';
164
+ $weekdays_bg_color='#'.'FFFFFF';
165
+ $weekstart='su';
166
+ $weekday_sunday_bg_color='#'.'FFFFFF';
167
+ $border_radius='0';
168
+ $border_radius2=$border_radius-$border_width;
169
+ $week_days_cell_height='20';
170
+ $year_font_size='22';
171
+ $month_font_size='14';
172
+ $arrow_size='10';
173
+
174
+ $arrow_size_hover=$arrow_size+5;
175
+
176
+ $next_month_text_color = '#'.'FFFFFF';
177
+ $prev_month_text_color = '#'.'FFFFFF';
178
+ $next_month_arrow_color = '#'.'FFFFFF';
179
+ $prev_month_arrow_color = '#'.'FFFFFF';
180
+ $next_month_font_size ='';
181
+ $prev_month_font_size = '';
182
+ $month_type = 2;
183
+ $all_days_border_width='1';
184
+ }
185
+ else
186
+ {
187
+ $cal_width='650';
188
+ $bg_top = '#'.'36A7E9';
189
+ $bg_bottom = '#'.'FFFFFF';
190
+ $border_color = '#'.'000000';
191
+ $text_color_year = '#'.'000000';
192
+ $text_color_month = '#'.'000000';
193
+ $color_week_days = '#'.'000000';
194
+ $text_color_other_months = '#'.'525252';
195
+ $text_color_this_month_unevented = '#'.'000000';
196
+ $evented_color = '#'.'FFFFFF';
197
+ $evented_color_bg = '#'.'FFA142';
198
+ $color_arrow_year = '#'.'000000';
199
+ $color_arrow_month = '#'.'000000';
200
+ $sun_days = '#'.'36A7E9';
201
+ $event_title_color = '#'.'FFFFFF';
202
+ $current_day_border_color = '#'.'36A7E9';
203
+ $cell_border_color = '#'.'000000';
204
+ $cell_height = '80';
205
+ $popup_width = '800';
206
+ $popup_height = '800';
207
+ $number_of_shown_evetns = 1;
208
+ $sundays_font_size ='14';
209
+ $other_days_font_size= '12';
210
+ $weekdays_font_size= '14';
211
+ $border_width= '4';
212
+ $top_height='80';
213
+ $bg_color_other_months='#'.'FFFFFF';
214
+ $sundays_bg_color='#'.'FFFFFF';
215
+ $weekdays_bg_color='#'.'FFFFFF';
216
+ $weekstart='su';
217
+ $weekday_sunday_bg_color='#'.'FFFFFF';
218
+ $border_radius='0';
219
+ $border_radius2=$border_radius-$border_width;
220
+ $week_days_cell_height='40';
221
+ $year_font_size='22';
222
+ $month_font_size='14';
223
+ $arrow_size='10';
224
+
225
+ $arrow_size_hover=$arrow_size+5;
226
+
227
+ $next_month_text_color = '#'.'FFFFFF';
228
+ $prev_month_text_color = '#'.'FFFFFF';
229
+ $next_month_arrow_color = '#'.'FFFFFF';
230
+ $prev_month_arrow_color = '#'.'FFFFFF';
231
+ $next_month_font_size ='';
232
+ $prev_month_font_size = '';
233
+ $month_type = 2;
234
+ $all_days_border_width='1';
235
+ }
236
+
237
+
238
+ __('January','sp_calendar');
239
+ __('February','sp_calendar');
240
+ __('March','sp_calendar');
241
+ __('April','sp_calendar');
242
+ __('May','sp_calendar');
243
+ __('June','sp_calendar');
244
+ __('July','sp_calendar');
245
+ __('August','sp_calendar');
246
+ __('September','sp_calendar');
247
+ __('October','sp_calendar');
248
+ __('November','sp_calendar');
249
+ __('December','sp_calendar');
250
+
251
+
252
+ function php_getdays()
253
+
254
+ {
255
+ global $wpdb;
256
+ $id=$_GET['id'];
257
+
258
+ $calendar = (int) $_GET['calendar'];
259
+ if(isset($_GET['date']))
260
+ {
261
+ if(IsDate_inputed($_GET['date']))
262
+ $date=$_GET['date'];
263
+ else
264
+ $date=date("Y").'-'.php_Month_num(date("F")).'-'.date("d");
265
+ }
266
+ else
267
+ {
268
+ $date=date("Y").'-'.php_Month_num(date("F")).'-'.date("d");
269
+ }
270
+ $year=substr( $date,0,4);
271
+ $month=substr( $date,5,2);
272
+
273
+
274
+ $theme_id = (int) $_GET['theme_id'];
275
+ if(isset($_GET['widget']))
276
+ {
277
+ $widget=1;
278
+ }
279
+ else
280
+ {
281
+ $widget=0;
282
+ }
283
+
284
+
285
+ function php_GetNextDate($beginDate,$repeat)
286
+ {
287
+
288
+ //explode the date by "-" and storing to array
289
+ $date_parts1=explode("-", $beginDate);
290
+
291
+ //gregoriantojd() Converts a Gregorian date to Julian Day Count
292
+ $start_date=gregoriantojd($date_parts1[1], $date_parts1[2], $date_parts1[0]);
293
+
294
+ return jdtogregorian($start_date+$repeat);
295
+
296
+
297
+ }
298
+
299
+ function php_daysDifference($beginDate,$endDate)
300
+ {
301
+
302
+ //explode the date by "-" and storing to array
303
+ $date_parts1=explode("-", $beginDate);
304
+ $date_parts2=explode("-", $endDate);
305
+
306
+ //gregoriantojd() Converts a Gregorian date to Julian Day Count
307
+ $start_date=gregoriantojd($date_parts1[1], $date_parts1[2], $date_parts1[0]);
308
+
309
+ $end_date=gregoriantojd($date_parts2[1], $date_parts2[2], $date_parts2[0]);
310
+
311
+ return $end_date-$start_date;
312
+
313
+
314
+ }
315
+
316
+
317
+ $show_time=1;
318
+ if(!$_GET['calendar'])
319
+ $calendar=0;
320
+
321
+ $rows=$wpdb->get_results($wpdb->prepare( "SELECT * from ".$wpdb->prefix."spidercalendar_event where published=1 and ( ( (date<=%s or date like %s) and date_end>=%s) or ( date_end is Null and date like %s ) ) and calendar=%d ","".substr( $date,0,7)."-01","".substr( $date,0,7)."%","".substr( $date,0,7)."-01","".substr( $date,0,7)."%",$calendar));
322
+
323
+ //echo "SELECT date,date_end,text_for_date from #__spidercalendar where published=1 and ( ( (date<='".substr( $date,0,7)."-01' or date like '".substr( $date,0,7)."%') and date_end>='".substr( $date,0,7)."-01' ) or ( date_end is Null and date like '".substr( $date,0,7)."%' ) ) ";
324
+ $id_array=array();
325
+
326
+ $s = count($rows);
327
+ $id_array=array();
328
+ $array_days=array();
329
+ $array_days1=array();
330
+ $title=array();
331
+ $ev_ids=array();
332
+ ///mec FOR
333
+
334
+ for($i=1; $i<=$s; $i++)
335
+ {
336
+
337
+
338
+ $date_month=(int)substr( $rows[$i-1]->date,5,2);
339
+ $date_end_month=(int)substr( $rows[$i-1]->date_end,5,2);
340
+
341
+ $date_day=(int)substr( $rows[$i-1]->date,8,2);
342
+ $date_end_day=(int)substr( $rows[$i-1]->date_end,8,2);
343
+ //echo $date_day;
344
+ $date_year_month=(int)(substr( $rows[$i-1]->date,0,4).substr( $rows[$i-1]->date,5,2));
345
+ $date_end_year_month=(int)(substr( $rows[$i-1]->date_end,0,4).substr( $rows[$i-1]->date_end,5,2));
346
+
347
+ $year_month=(int)($year.$month);
348
+ $repeat=$rows[$i-1]->repeat;
349
+
350
+ if ($repeat=="")
351
+ $repeat=1;
352
+
353
+ $start_date = $rows[$i-1]->date;
354
+
355
+ //echo $date_month.'<br>' ;
356
+
357
+ //echo (int)$month.'<br>';
358
+
359
+ $weekly=$rows[$i-1]->week;
360
+ $weekly_array=explode(',',$weekly);
361
+
362
+
363
+ $date_days=array();
364
+ $weekdays_start=array();
365
+ $weekdays=array();
366
+
367
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
368
+ //////////////////////// NO Repeat /////////////////////////////////////////////////////////////////////////////////////////////
369
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
370
+
371
+ if($rows[$i-1]->repeat_method=='no_repeat')
372
+ {
373
+ $date_days[]=$date_day;
374
+ }
375
+
376
+
377
+
378
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
379
+ //////////////////////// Repeat Daily /////////////////////////////////////////////////////////////////////////////////////////////
380
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
381
+
382
+ if($rows[$i-1]->repeat_method=='daily')
383
+ {
384
+
385
+ $t = php_daysDifference($rows[$i-1]->date,$rows[$i-1]->date_end);
386
+
387
+ for($k=1;$k<=$t/$repeat;$k++){
388
+
389
+
390
+ $next_date=php_GetNextDate($start_date,$repeat);
391
+ $next_date_array=explode('/',$next_date);
392
+
393
+
394
+
395
+ if((int)$month==$date_month && (int)substr($date_year_month,0,4)==(int)$year)
396
+ $date_days[0]=$date_day;
397
+
398
+
399
+
400
+
401
+ if((int)$month==$next_date_array[0] && (int)$year==$next_date_array[2])
402
+
403
+ $date_days[]=$next_date_array[1];
404
+ $start_date = date("Y-m-d",mktime(0, 0, 0, $next_date_array[0], $next_date_array[1],$next_date_array[2]));
405
+
406
+
407
+
408
+ }
409
+ }
410
+
411
+
412
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
413
+ //////////////////////// Repeat Weekly ///////////////////////////////////////////////////////////////////////////////////////////
414
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
415
+
416
+
417
+
418
+ if($rows[$i-1]->repeat_method=='weekly')
419
+ {
420
+
421
+
422
+
423
+
424
+
425
+ for($j=0; $j<=6;$j++)
426
+ {
427
+ if( in_array(date("D", mktime(0, 0, 0, $date_month, $date_day+$j, substr($rows[$i-1]->date,0,4))),$weekly_array))
428
+ { $weekdays_start[]=$date_day+$j;}
429
+
430
+
431
+ }
432
+
433
+
434
+
435
+
436
+
437
+ for($p=0;$p<count($weekly_array)-1;$p++)
438
+ {
439
+
440
+ $start_date = substr($rows[$i-1]->date,0,8).$weekdays_start[$p];
441
+ $t = php_daysDifference($rows[$i-1]->date,$rows[$i-1]->date_end);
442
+ $r=0;
443
+ for($k=1;$k<$t/$repeat;$k++){
444
+
445
+
446
+
447
+ $start_date_array[]=$start_date;
448
+
449
+ $next_date=php_GetNextDate($start_date,$repeat* 7);
450
+ $next_date_array=explode('/',$next_date);
451
+
452
+
453
+
454
+
455
+ if((int)$month==$date_month && (int)substr($date_year_month,0,4)==(int)$year)
456
+ $date_days[0]=$weekdays_start[$p];
457
+
458
+
459
+
460
+ if((int)$month==$next_date_array[0] && (int)$year==$next_date_array[2])
461
+ if((int)$year>(int)substr($date_year_month,0,4)){
462
+
463
+ $weekdays[]=$next_date_array[1];
464
+ }
465
+ else
466
+ {
467
+
468
+ $weekdays[]=$next_date_array[1];
469
+
470
+ }
471
+
472
+ $start_date = date("Y-m-d",mktime(0, 0, 0, $next_date_array[0], $next_date_array[1],$next_date_array[2]));
473
+
474
+
475
+ if($next_date_array[2]>(int)substr($rows[$i-1]->date_end,0,4))
476
+ break;
477
+ }
478
+
479
+ $date_days=array_merge($weekdays,$date_days);
480
+
481
+
482
+ }
483
+
484
+
485
+
486
+ $repeat= $repeat * 7;
487
+
488
+
489
+
490
+ }
491
+
492
+
493
+
494
+
495
+
496
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
497
+ //////////////////////// Repeat Monthly ///////////////////////////////////////////////////////////////////////////////////////////
498
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
499
+
500
+
501
+ if($rows[$i-1]->repeat_method=='monthly')
502
+ {
503
+ $xxxxx=13;
504
+
505
+ $year_dif_count=(int)$year-(int)substr($rows[$i-1]->date,0,4);
506
+ $mount_dif_count=12-(int)substr($rows[$i-1]->date,5,2)+(($year_dif_count-1)*12);
507
+
508
+ if($year_dif_count>0)
509
+ for($my_serch_month=1;$my_serch_month<=12;$my_serch_month++){
510
+ if((($mount_dif_count+$my_serch_month)%$rows[$i-1]->repeat)==0){
511
+ $xxxxx=$my_serch_month;
512
+ break;
513
+ }
514
+ }
515
+ if($xxxxx!=13){
516
+ if($xxxxx<10){
517
+ $xxxxx='0'.$xxxxx;
518
+ }
519
+ }
520
+
521
+
522
+ $month_days = date('t',mktime(0, 0, 0, $month, $date_day, $year));
523
+
524
+ if($date_month<(int)$month or (int)substr($date_year_month,0,4)<$year )
525
+ $date_day=1;
526
+
527
+
528
+
529
+
530
+ if($year>(int)substr($date_year_month,0,4))
531
+ $date_year_month = $year.$xxxxx;
532
+ $p=(int)substr($date_year_month,4,2);
533
+
534
+
535
+ if((int)substr($date_year_month,0,4)!=(int)substr($date_end_year_month,0,4) )
536
+ $end = (int)substr($date_end_year_month,4,2)+12;
537
+ else
538
+ $end = (int)substr($date_end_year_month,4,2);
539
+
540
+ for($k=1; $k<=$end;$k++)
541
+ {
542
+
543
+ if((int)$month==$p and $rows[$i-1]->month_type==1)
544
+ {
545
+ $date_days[0]=$rows[$i-1]->month;
546
+
547
+
548
+ }
549
+
550
+
551
+ if($p==(int)$month and $rows[$i-1]->month_type==2)
552
+ {
553
+ if($rows[$i-1]->monthly_list!='last'){
554
+ for($j=$rows[$i-1]->monthly_list; $j<$rows[$i-1]->monthly_list+7;$j++)
555
+ {
556
+ if(date("D", mktime(0, 0, 0, $month, $j, $year)) == $rows[$i-1]->month_week)
557
+ {
558
+ if($j>=$date_day)
559
+ $date_days[0]=$j;
560
+
561
+
562
+ }
563
+ }
564
+ }
565
+
566
+ else
567
+ {
568
+ for($j=1; $j<=$month_days;$j++)
569
+ {
570
+
571
+ if(date("D", mktime(0, 0, 0, $month, $j, $year)) == $rows[$i-1]->month_week)
572
+ {
573
+ if($j>=$date_day)
574
+ $date_days[0]=$j;
575
+
576
+ }
577
+
578
+ }
579
+
580
+ }
581
+
582
+
583
+
584
+ }
585
+ if($year>(int)substr($date_year_month,0,4))
586
+ $p=1;
587
+ $p=$p+$repeat;
588
+
589
+
590
+
591
+ }
592
+
593
+
594
+ $repeat=32;
595
+
596
+ }
597
+
598
+
599
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
600
+ //////////////////////// Repeat Yearly ///////////////////////////////////////////////////////////////////////////////////////////
601
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
602
+
603
+
604
+ if($rows[$i-1]->repeat_method=='yearly')
605
+ {
606
+
607
+ $month_days = date('t',mktime(0, 0, 0, $month, $date_day, $year));
608
+
609
+ $end = substr($date_end_year_month,0,4)-substr($date_year_month,0,4)+1;
610
+ if(substr($date_year_month,0,4)<$year)
611
+ $date_day=1;
612
+
613
+ for($k=0; $k<=$end; $k+=$repeat) {
614
+ if((int)$month==$rows[$i-1]->year_month and $rows[$i-1]->month_type==1 and $year==substr($date_year_month,0,4)+$k)
615
+ {
616
+ $date_days[0]=$rows[$i-1]->month;
617
+ }
618
+
619
+
620
+ }
621
+ for($k=0; $k<=$end; $k+=$repeat) {
622
+ if((int)$month==$rows[$i-1]->year_month and $rows[$i-1]->month_type==2 and $year==substr($date_year_month,0,4)+$k)
623
+ {
624
+ if($rows[$i-1]->monthly_list!='last'){
625
+ for($j=$rows[$i-1]->monthly_list; $j<$rows[$i-1]->monthly_list+7;$j++)
626
+ {
627
+ if(date("D", mktime(0, 0, 0, $month, $j, $year)) == $rows[$i-1]->month_week)
628
+ {
629
+ $date_days[0]=$j;
630
+
631
+ }
632
+ }
633
+ }
634
+
635
+ else
636
+ {
637
+ for($j=1; $j<=$month_days;$j++)
638
+ {
639
+ if(date("D", mktime(0, 0, 0, $month, $j, $year)) == $rows[$i-1]->month_week)
640
+ {
641
+ $date_days[0]=$j;
642
+
643
+ }
644
+
645
+ }
646
+ }
647
+
648
+
649
+ }
650
+
651
+ }
652
+
653
+ $repeat=32;
654
+
655
+ }
656
+
657
+ $used=array();
658
+
659
+ foreach($date_days as $date_day)
660
+ {
661
+ if($date_month==$month)
662
+ {
663
+
664
+ if(in_array($date_day, $used))
665
+ continue;
666
+ else
667
+ array_push($used, $date_day);
668
+
669
+ if(in_array($date_day, $array_days))
670
+ {
671
+ $key = array_search($date_day, $array_days);
672
+ $title_num[$date_day]++;
673
+
674
+ if($rows[$i-1]->text_for_date!="")
675
+ $array_days1[$key] = $date_day;
676
+
677
+
678
+ $c=$title_num[$date_day];
679
+
680
+ $list='<p><b>'.$c.'.</b>&nbsp;&nbsp;';
681
+
682
+
683
+ if($rows[$i-1]->time and $show_time!=0)
684
+ $list.='&nbsp;'.$rows[$i-1]->title.'<br>('.$rows[$i-1]->time.')</p>';
685
+ else
686
+ $list.='&nbsp;'.$rows[$i-1]->title.'</p>';
687
+
688
+
689
+ $title[$date_day]=$title[$date_day].$list;
690
+
691
+
692
+
693
+ $ev_ids[$date_day]=$ev_ids[$date_day].$rows[$i-1]->id.'<br>';
694
+
695
+
696
+
697
+ }
698
+ else
699
+ {
700
+ $array_days[] = $date_day;
701
+ $key = array_search($date_day, $array_days);
702
+ if($rows[$i-1]->text_for_date!="")
703
+ $array_days1[$key] = $date_day;
704
+
705
+ $title_num[$date_day]=1;
706
+
707
+ $c=1;
708
+
709
+ $list='<p><b>'.$c.'.</b>&nbsp;&nbsp;';
710
+
711
+ if($rows[$i-1]->time and $show_time!=0)
712
+ $list.='&nbsp;'.$rows[$i-1]->title.'<br>('.$rows[$i-1]->time.')</p>';
713
+ else
714
+ $list.='&nbsp;'.$rows[$i-1]->title.'</p>';
715
+
716
+ $title[$date_day]=$list;
717
+ $ev_ids[$date_day]=$rows[$i-1]->id.'<br>';
718
+
719
+ }
720
+
721
+ //$date_day=$date_day+$repeat;
722
+ }
723
+
724
+ if($date_end_month>0 and $date_year_month==$date_end_year_month and $date_end_year_month==$year_month )
725
+ for($j=$date_day;$j<=$date_end_day;$j=$j+$repeat)
726
+ {
727
+
728
+ if(in_array($j, $used))
729
+ continue;
730
+ else
731
+ array_push($used, $j);
732
+
733
+ if(in_array($j, $array_days))
734
+ {
735
+ $key = array_search($j, $array_days);
736
+ $title_num[$j]++;
737
+
738
+ if($rows[$i-1]->text_for_date!="")
739
+ $array_days1[$key] = $j;
740
+
741
+
742
+ $c=$title_num[$j];
743
+
744
+ $list='<p><b>'.$c.'.</b>&nbsp;&nbsp;';
745
+
746
+ if($rows[$i-1]->time and $show_time!=0)
747
+ $list.='&nbsp;'.$rows[$i-1]->title.'<br>('.$rows[$i-1]->time.')</p>';
748
+ else
749
+ $list.='&nbsp;'.$rows[$i-1]->title.'</p>';
750
+
751
+ $title[$j]=$title[$j].$list;
752
+
753
+ $ev_ids[$j]=$ev_ids[$j].$rows[$i-1]->id.'<br>';
754
+ }
755
+ else
756
+ {
757
+ $array_days[] = $j;
758
+ $key = array_search($j, $array_days);
759
+ if($rows[$i-1]->text_for_date!="")
760
+ $array_days1[$key] = $j;
761
+
762
+ $title_num[$j]=1;
763
+
764
+ $c=1;
765
+
766
+ $list='<p><b>'.$c.'.</b>&nbsp;&nbsp;';
767
+
768
+ if($rows[$i-1]->time and $show_time!=0)
769
+ $list.='&nbsp;'.$rows[$i-1]->title.'<br>('.$rows[$i-1]->time.')</p>';
770
+ else
771
+ $list.='&nbsp;'.$rows[$i-1]->title.'</p>';
772
+
773
+ $title[$j]=$list;
774
+ $ev_ids[$j] = $rows[$i-1]->id.'<br>';
775
+ }
776
+ }
777
+
778
+
779
+
780
+
781
+ if($date_end_month>0 and $date_year_month<$date_end_year_month and $date_year_month==$year_month)
782
+
783
+ for($j=$date_day;$j<=31;$j=$j+$repeat)
784
+ {
785
+
786
+ if(in_array($j, $used))
787
+ continue;
788
+ else
789
+ array_push($used, $j);
790
+
791
+ if(in_array($j, $array_days))
792
+ {
793
+ $key = array_search($j, $array_days);
794
+ $title_num[$j]++;
795
+
796
+ if($rows[$i-1]->text_for_date!="")
797
+ $array_days1[$key] = $j;
798
+
799
+
800
+ $c=$title_num[$j];
801
+
802
+ $list='<p><b>'.$c.'.</b>&nbsp;&nbsp;';
803
+
804
+
805
+ if($rows[$i-1]->time and $show_time!=0)
806
+ $list.='&nbsp;'.$rows[$i-1]->title.'<br>('.$rows[$i-1]->time.')</p>';
807
+ else
808
+ $list.='&nbsp;'.$rows[$i-1]->title.'</p>';
809
+
810
+ $title[$j]=$title[$j].$list;
811
+
812
+ $ev_ids[$j]=$ev_ids[$j].$rows[$i-1]->id.'<br>';
813
+ }
814
+ else
815
+ {
816
+ $array_days[] = $j;
817
+ $key = array_search($j, $array_days);
818
+ if($rows[$i-1]->text_for_date!="")
819
+ $array_days1[$key] = $j;
820
+
821
+ $title_num[$j]=1;
822
+
823
+ $c=1;
824
+
825
+ $list='<p><b>'.$c.'.</b>&nbsp;&nbsp;';
826
+
827
+
828
+ if($rows[$i-1]->time and $show_time!=0)
829
+ $list.='&nbsp;'.$rows[$i-1]->title.'<br>('.$rows[$i-1]->time.')</p>';
830
+ else
831
+ $list.='&nbsp;'.$rows[$i-1]->title.'</p>';
832
+
833
+ $title[$j]=$list;
834
+ $ev_ids[$j] = $rows[$i-1]->id.'<br>';
835
+
836
+ }
837
+ }
838
+
839
+ if($date_end_month>0 and $date_year_month<$date_end_year_month and $date_end_year_month==$year_month)
840
+
841
+ for($j=$date_day;$j<=$date_end_day;$j=$j+$repeat)
842
+ {
843
+
844
+ if(in_array($j, $used))
845
+ continue;
846
+ else
847
+ array_push($used, $j);
848
+
849
+ if(in_array($j, $array_days))
850
+ {
851
+ $key = array_search($j, $array_days);
852
+ $title_num[$j]++;
853
+
854
+ if($rows[$i-1]->text_for_date!="")
855
+ $array_days1[$key] = $j;
856
+
857
+
858
+ $c=$title_num[$j];
859
+
860
+ $list='<p><b>'.$c.'.</b>&nbsp;&nbsp;';
861
+
862
+ if($rows[$i-1]->time and $show_time!=0)
863
+ $list.='&nbsp;'.$rows[$i-1]->title.'<br>('.$rows[$i-1]->time.')</p>';
864
+ else
865
+ $list.='&nbsp;'.$rows[$i-1]->title.'</p>';
866
+
867
+ $title[$j]=$title[$j].$list;
868
+
869
+ $ev_ids[$j]=$ev_ids[$j].$rows[$i-1]->id.'<br>';
870
+ }
871
+ else
872
+ {
873
+ $array_days[] = $j;
874
+ $key = array_search($j, $array_days);
875
+ if($rows[$i-1]->text_for_date!="")
876
+ $array_days1[$key] = $j;
877
+
878
+ $title_num[$j]=1;
879
+
880
+ $c=1;
881
+
882
+ $list='<p><b>'.$c.'.</b>&nbsp;&nbsp;';
883
+
884
+ if($rows[$i-1]->time and $show_time!=0)
885
+ $list.='&nbsp;'.$rows[$i-1]->title.'<br>('.$rows[$i-1]->time.')</p>';
886
+ else
887
+ $list.='&nbsp;'.$rows[$i-1]->title.'</p>';
888
+
889
+ $title[$j]=$list;
890
+ $ev_ids[$j] = $rows[$i-1]->id.'<br>';
891
+ }
892
+ }
893
+
894
+
895
+ if($date_end_month>0 and $date_year_month<$date_end_year_month and $date_end_year_month>$year_month and $date_year_month<$year_month )
896
+
897
+ for($j=$date_day;$j<=31;$j=$j+$repeat)
898
+ {
899
+
900
+ if(in_array($j, $used))
901
+ continue;
902
+ else
903
+ array_push($used, $j);
904
+
905
+ if(in_array($j, $array_days))
906
+ {
907
+ $key = array_search($j, $array_days);
908
+ $title_num[$j]++;
909
+
910
+ if($rows[$i-1]->text_for_date!="")
911
+ $array_days1[$key] = $j;
912
+
913
+
914
+ $c=$title_num[$j];
915
+
916
+ $list='<p><b>'.$c.'.</b>&nbsp;&nbsp;';
917
+
918
+ if($rows[$i-1]->time and $show_time!=0)
919
+ $list.='&nbsp;'.$rows[$i-1]->title.'<br>('.$rows[$i-1]->time.')</p>';
920
+ else
921
+ $list.='&nbsp;'.$rows[$i-1]->title.'</p>';
922
+
923
+ $title[$j]=$title[$j].$list;
924
+
925
+ $ev_ids[$j]=$ev_ids[$j].$rows[$i-1]->id.'<br>';
926
+ }
927
+ else
928
+ {
929
+ $array_days[] = $j;
930
+ $key = array_search($j, $array_days);
931
+ if($rows[$i-1]->text_for_date!="")
932
+ $array_days1[$key] = $j;
933
+
934
+ $title_num[$j]=1;
935
+
936
+ $c=1;
937
+
938
+ $list='<p><b>'.$c.'.</b>&nbsp;&nbsp;';
939
+
940
+ if($rows[$i-1]->time and $show_time!=0)
941
+ $list.='&nbsp;'.$rows[$i-1]->title.'<br>('.$rows[$i-1]->time.')</p>';
942
+ else
943
+ $list.='&nbsp;'.$rows[$i-1]->title.'</p>';
944
+
945
+ $title[$j]=$list;
946
+ $ev_ids[$j] = $rows[$i-1]->id.'<br>';
947
+ }
948
+ }
949
+
950
+
951
+
952
+ }
953
+
954
+
955
+ }
956
+
957
+
958
+
959
+
960
+
961
+
962
+
963
+ for($i=1; $i<=count($array_days)-1; $i++)
964
+ if(isset($array_days[$i]))
965
+ if($array_days[$i]>'00' && $array_days[$i]<'09' and substr( $array_days[$i],0,1)=='0')
966
+
967
+ $array_days[$i] = substr( $array_days[$i],1,1);
968
+
969
+ $all_calendar_files['array_days']=$array_days;
970
+ $all_calendar_files['title']=$title;
971
+ $all_calendar_files['option']=$option;
972
+ $all_calendar_files['array_days1']=$array_days1;
973
+ $all_calendar_files['calendar']=$calendar;
974
+ $all_calendar_files['ev_ids']=$ev_ids;
975
+ return array($all_calendar_files);
976
+
977
+
978
+ }
979
+
980
+
981
+
982
+ function Month_name($month_num)
983
+
984
+ {
985
+
986
+ $timestamp = mktime(0, 0, 0, $month_num, 1, 2005);
987
+
988
+ return date("F", $timestamp);
989
+
990
+ };
991
+
992
+ function add_0($month_num)
993
+ {
994
+ if($month_num<10)
995
+ return '0'.$month_num;
996
+ return $month_num;
997
+ }
998
+
999
+
1000
+ function Month_num($month_name)
1001
+
1002
+ {
1003
+ for( $month_num=1; $month_num<=12; $month_num++ )
1004
+
1005
+ {
1006
+ if (date( "F", mktime(0, 0, 0, $month_num, 1, 0 ) ) == $month_name)
1007
+
1008
+ {
1009
+ return $month_num;
1010
+
1011
+ }
1012
+
1013
+ }
1014
+
1015
+ };
1016
+
1017
+ ///////////////////////////////////////////////////
1018
+ $calendar_id = (int) $_GET['calendar'];
1019
+
1020
+ if($cell_height=='')
1021
+ $cell_height=70;
1022
+
1023
+ if($cal_width=='')
1024
+ $cal_width=700;
1025
+ if(isset($_GET['date'])){
1026
+ if(IsDate_inputed($_GET['date']))
1027
+ $date_REFERER=$_GET['date'];
1028
+ else
1029
+ $date_REFERER= date("Y-m");
1030
+ }
1031
+ else{
1032
+ $date_REFERER= date("Y-m");
1033
+ }
1034
+ $year_REFERER=substr($date_REFERER,0,4);
1035
+ $month_REFERER=Month_name(substr( $date_REFERER,5,2));
1036
+ $day_REFERER=substr( $date_REFERER,8,2);
1037
+
1038
+ if(isset($_GET['date'])){
1039
+ if(IsDate_inputed($_GET['date']))
1040
+ $date=$_GET['date'];
1041
+ else
1042
+ $date= date("Y-m");
1043
+ }
1044
+ else{
1045
+ $date= date("Y-m");
1046
+ }
1047
+
1048
+
1049
+ $year=substr($date,0,4);
1050
+
1051
+ $month=Month_name(substr( $date,5,2));
1052
+
1053
+ $day=substr( $date,8,2);
1054
+
1055
+
1056
+ ?>
1057
+ <style type='text/css'>
1058
+
1059
+ #bigcalendar<?php echo $many_sp_calendar ?> td,#bigcalendar<?php echo $many_sp_calendar ?> tr, #spiderCalendarTitlesList td, #spiderCalendarTitlesList tr
1060
+ {
1061
+ border:none !important;
1062
+ }
1063
+ #bigcalendar<?php echo $many_sp_calendar ?> .general_table
1064
+ {
1065
+
1066
+ border-radius: <?php echo $border_radius ?>px !important;
1067
+
1068
+ }
1069
+ #bigcalendar<?php echo $many_sp_calendar ?> .top_table
1070
+ {
1071
+
1072
+ border-top-left-radius: <?php echo $border_radius2 ?>px !important;
1073
+ border-top-right-radius: <?php echo $border_radius2 ?>px !important;
1074
+
1075
+ }
1076
+ #bigcalendar<?php echo $many_sp_calendar ?> .cala_arrow a:link, #bigcalendar .cala_arrow a:visited {
1077
+
1078
+ text-decoration:none !important;
1079
+ background:none !important;
1080
+ font-size: <?php echo $arrow_size ?>px !important;
1081
+ }
1082
+ #bigcalendar<?php echo $many_sp_calendar ?> .cala_arrow{
1083
+ vertical-align:middle !important;
1084
+ }
1085
+ #bigcalendar<?php echo $many_sp_calendar ?> .cala_arrow a:hover {
1086
+ font-size: <?php echo $arrow_size_hover ?>px !important;
1087
+ text-decoration:none !important;
1088
+ background:none !important;
1089
+ }
1090
+ #bigcalendar<?php echo $many_sp_calendar ?> .cala_day a:link, #bigcalendar<?php echo $many_sp_calendar ?> .cala_day a:visited {
1091
+
1092
+ text-decoration:none !important;
1093
+ background:none !important;
1094
+ font-size:12px !important;
1095
+ color:red ;
1096
+
1097
+ }
1098
+
1099
+
1100
+ #bigcalendar<?php echo $many_sp_calendar ?> .cala_day a:hover {
1101
+
1102
+ text-decoration:none !important;
1103
+ background:none !important;
1104
+
1105
+ }
1106
+ #bigcalendar<?php echo $many_sp_calendar ?> .cala_day
1107
+ {
1108
+
1109
+ border:<?php if($widget) echo $all_days_border_width; else echo '1' ?>px solid <?php echo $cell_border_color ?> !important;
1110
+ <?php if($widget) echo 'vertical-align:middle !important; text-align: center !important;'; else echo 'vertical-align:top !important;'; ?>
1111
+
1112
+ }
1113
+
1114
+ #bigcalendar<?php echo $many_sp_calendar ?> .weekdays
1115
+ {
1116
+ vertical-align:middle !important;
1117
+
1118
+ border:<?php if($widget) echo $all_days_border_width; else echo '1' ?>px solid <?php echo $cell_border_color ?> !important;
1119
+
1120
+
1121
+ }
1122
+ #bigcalendar<?php echo $many_sp_calendar ?> .week_days
1123
+ {
1124
+ font-size: <?php echo $weekdays_font_size ?>px !important;
1125
+ }
1126
+
1127
+
1128
+ #bigcalendar<?php echo $many_sp_calendar ?> .calyear_table {
1129
+ border-spacing:0 !important;
1130
+ width:100% !important;
1131
+ }
1132
+
1133
+ .calyear_table table
1134
+ #bigcalendar<?php echo $many_sp_calendar ?> .calmonth_table {
1135
+ border-spacing:0 !important;
1136
+ width:100% !important;
1137
+ }
1138
+ #bigcalendar<?php echo $many_sp_calendar ?> .calbg, #bigcalendar .calbg td
1139
+ {
1140
+ background-color:<?php echo $bg ?> !important;
1141
+ text-align:center !important;
1142
+ width:14% !important;
1143
+ }
1144
+ #bigcalendar<?php echo $many_sp_calendar ?> .caltext_color_other_months
1145
+ {
1146
+ color: <?php echo $text_color_other_months ?> !important;
1147
+ border:<?php if($widget) echo $all_days_border_width; else echo '1' ?>px solid <?php echo $cell_border_color ?> !important;
1148
+ <?php if($widget) echo 'vertical-align:middle !important; text-align: center !important;'; else echo 'vertical-align:top !important;'; ?>
1149
+
1150
+
1151
+ }
1152
+ #bigcalendar<?php echo $many_sp_calendar ?> .caltext_color_this_month_unevented {
1153
+ color: <?php echo $text_color_this_month_unevented ?> !important;
1154
+ }
1155
+ #bigcalendar<?php echo $many_sp_calendar ?> .calfont_year {
1156
+
1157
+ font-size:24px !important;
1158
+ font-weight:bold !important;
1159
+ color: <?php echo $text_color_year ?> !important;
1160
+ }
1161
+ .general_table table,.general_table td, .general_table tr {
1162
+ border:inherit !important;
1163
+ vertical-align:initial !important;
1164
+ border-collapse:inherit !important;
1165
+ margin:inherit !important;
1166
+ padding:inherit !important;
1167
+ }
1168
+ .general_table{
1169
+ border-collapse:inherit !important;
1170
+ margin:inherit !important;
1171
+ }
1172
+ .general_table p{
1173
+
1174
+ margin:inherit !important;
1175
+ padding:inherit !important;
1176
+ }
1177
+
1178
+ #bigcalendar<?php echo $many_sp_calendar ?> .calsun_days
1179
+ {
1180
+ color: <?php echo $sun_days ?> !important;
1181
+ border:<?php if($widget) echo $all_days_border_width; else echo '1' ?>px solid <?php echo $cell_border_color ?> !important;
1182
+ <?php if($widget) echo 'vertical-align:middle !important; text-align: center !important;'; else echo 'vertical-align:top !important; text-align:left !important;'; ?>
1183
+
1184
+ background-color: <?php echo $sundays_bg_color ?> !important;
1185
+
1186
+ }
1187
+ #bigcalendar<?php echo $many_sp_calendar ?> .calbottom_border
1188
+ {
1189
+
1190
+ }
1191
+ #bigcalendar<?php echo $many_sp_calendar ?> .calyear_table a
1192
+ {
1193
+ vertical-align:top !important;
1194
+ }
1195
+ #bigcalendar<?php echo $many_sp_calendar ?> .calborder_day
1196
+ {
1197
+ border: solid <?php echo $border_day ?> <?php if($widget) echo $all_days_border_width; else echo '1' ?>px !important;
1198
+ }
1199
+ #TB_window{
1200
+ z-index: 10000;
1201
+ }
1202
+ </style>
1203
+
1204
+
1205
+ <?php
1206
+
1207
+
1208
+ $cell_width=$cal_width/7;
1209
+
1210
+
1211
+
1212
+ ?>
1213
+
1214
+ <div style="width:<?php echo $cal_width; ?>px !important;" >
1215
+ <table cellpadding="0" cellspacing="0" class="general_table" style="border-spacing:0 !important; width:<?php echo $cal_width ?>px !important;border:<?php echo $border_color ?> solid <?php echo $border_width ?>px !important; margin:0 !important; padding:0 !important;background-color:<?php echo $bg_bottom; ?> !important;">
1216
+ <tr>
1217
+ <td width="100%" style="padding:0 !important; margin:0 !important;">
1218
+ <table cellpadding="0" cellspacing="0" border="0" style="border-spacing:0 !important; font-size:12px !important; margin:0 !important; padding:0 !important;" width="<?php echo $cal_width ?>" >
1219
+ <tr style="height:40px !important; width:<?php echo $cal_width ?>">
1220
+ <?php if($month_type==1){ ?>
1221
+ <td class="top_table" align="center" colspan="7" style="padding:0 !important; margin:0 !important; background-color:<?php echo $bg_top ?> !important;height:20px !important; " >
1222
+ <?php //YEAR TABLE ?>
1223
+
1224
+ <table cellpadding="0" cellspacing="0" border="0" align="center" class="calyear_table" style="margin:0 !important; padding:0 !important; text-align:center !important; width:<?php echo (int)($cal_width+abs(14*$all_days_border_width-4)); ?>px !important; height:<?php echo $top_height ?>px !important;">
1225
+ <tr>
1226
+ <td style="width:100% !important;vertical-align:bottom !important;padding-bottom:0px !important;">
1227
+ <table style="width:100% !important;">
1228
+ <tr>
1229
+ <td class="cala_arrow" width="40%" style="text-align:right !important;margin:0px !important;padding:0px">
1230
+ <a style="color:<?php echo $color_arrow_year ?>" href="javascript:showbigcalendar( 'bigcalendar<?php echo $many_sp_calendar ?>','<?php echo admin_url('admin-ajax.php?action=spiderbigcalendar').'&theme_id='.$theme_id.'&calendar='.$calendar_id.'&date='.($year-1).'-'.add_0(Month_num($month)).'&many_sp_calendar='.$many_sp_calendar; echo '&cur_page_url='.$path_sp_cal; if($widget) echo '&widget=1'; ?>')">&#9668;</a>
1231
+ </td>
1232
+ <td style="text-align:center !important; margin:0 !important; padding:0 !important;" width="20%" >
1233
+ <input name="year" type="hidden" readonly value="<?php echo $year?>"/>
1234
+ <span style="font-family:arial !important;font-size:<?php echo $year_font_size ?>px !important;font-weight:bold !important;color:<?php echo $text_color_year;?> !important;"><?php echo $year;?></span>
1235
+ </td>
1236
+ <td style="margin:0 !important; padding:0 !important;text-align:left !important;" width="40%" class="cala_arrow">
1237
+ <a style="color:<?php echo $color_arrow_year ?>" href="javascript:showbigcalendar( 'bigcalendar<?php echo $many_sp_calendar ?>','<?php echo admin_url('admin-ajax.php?action=spiderbigcalendar').'&theme_id='.$theme_id.'&calendar='.$calendar_id.'&date='.($year+1).'-'.add_0(Month_num($month)).'&many_sp_calendar='.$many_sp_calendar; echo '&cur_page_url='.$path_sp_cal; if($widget) echo '&widget=1' ?>')">&#9658;</a>
1238
+ </td>
1239
+ </tr>
1240
+ </table>
1241
+ </td>
1242
+ </tr>
1243
+ <tr>
1244
+ <td style="width:100% !important;vertical-align:bottom !important; padding-bottom:5px !important;">
1245
+ <table style="width:100% !important;line-height:150% !important;">
1246
+ <tr style="padding-top:5px !important">
1247
+ <td class="cala_arrow" width="40%" style="text-align:left !important;margin:0px !important;padding:0px !important;">
1248
+ <table width="80%">
1249
+ <tr>
1250
+ <td width="15%">
1251
+ <a style="color:<?php echo $prev_month_arrow_color ?> !important;" href="javascript:showbigcalendar( 'bigcalendar<?php echo $many_sp_calendar ?>','<?php
1252
+ if(Month_num($month)==1)
1253
+ echo admin_url('admin-ajax.php?action=spiderbigcalendar').'&theme_id='.$theme_id.'&calendar='.$calendar_id.'&date='.($year-1).'-12'.'&many_sp_calendar='.$many_sp_calendar.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'');
1254
+
1255
+ else echo admin_url('admin-ajax.php?action=spiderbigcalendar').'&theme_id='.$theme_id.'&calendar='.$calendar_id.'&date='.$year.'-'.add_0((Month_num($month)-1)).'&many_sp_calendar='.$many_sp_calendar.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'');
1256
+
1257
+ ?>')">&#9668; </a>
1258
+ </td>
1259
+ <td style="vertical-align:middle !important">
1260
+ <span style="font-family:arial !important; color:<?php echo $prev_month_text_color;?> !important; font-size:<?php echo $prev_month_font_size ?>px !important;"><?php echo __(Month_name(Month_num($month)-1),'sp_calendar') ?></span>
1261
+ </td>
1262
+ </tr>
1263
+ </table>
1264
+ </td>
1265
+ <td style="text-align:center !important; margin:0 !important; vertical-align:middle !important; padding:0px !important;" width="20%" >
1266
+ <input type="hidden" name="month" readonly value="<?php echo $month?>"/>
1267
+ <span style="font-family:arial !important; color:<?php echo $text_color_month;?> !important; font-size:<?php echo $month_font_size ?>px !important;"><?php echo __($month,'sp_calendar')?></span>
1268
+
1269
+
1270
+ </td>
1271
+ <td style="margin:0 !important; padding:0 !important;text-align:right" width="40%" class="cala_arrow">
1272
+ <table width="100%">
1273
+ <tr>
1274
+ <td style="text-align:right; vertical-align:middle !important">
1275
+ <span style="font-family:arial !important; color:<?php echo $next_month_text_color;?> !important; font-size:<?php echo $next_month_font_size ?>px !important;"><?php echo __(Month_name(Month_num($month)+1),'sp_calendar') ?></span><?php if(!$widget) echo "&nbsp;&nbsp;&nbsp;"; else echo "&nbsp;" ?>
1276
+ </td>
1277
+ <td width="10%" style="text-align:right">
1278
+ <a style="color:<?php echo $next_month_arrow_color ?> !important;" href="javascript:showbigcalendar( 'bigcalendar<?php echo $many_sp_calendar ?>','<?php
1279
+
1280
+ if(Month_num($month)==12)
1281
+ echo admin_url('admin-ajax.php?action=spiderbigcalendar').'&theme_id='.$theme_id.'&calendar='.$calendar_id.'&date='.($year+1).'-01'.'&many_sp_calendar='.$many_sp_calendar.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'');
1282
+
1283
+ else echo admin_url('admin-ajax.php?action=spiderbigcalendar').'&theme_id='.$theme_id.'&calendar='.$calendar_id.'&date='.$year.'-'.add_0((Month_num($month)+1)).'&many_sp_calendar='.$many_sp_calendar.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'');
1284
+
1285
+ ?>')">&#9658;</a>
1286
+ </td>
1287
+ </tr>
1288
+ </table>
1289
+ </td>
1290
+ </tr>
1291
+ </table>
1292
+ </td>
1293
+ </tr>
1294
+ </table>
1295
+ </td>
1296
+ <?php } ?>
1297
+ <?php if($month_type==2){ ?>
1298
+
1299
+ <td class="top_table" align="center" colspan="7" style="padding:0 !important; margin:0 !important; background-color:<?php echo $bg_top ?> !important;height:20px !important; " >
1300
+
1301
+ <?php //YEAR TABLE ?>
1302
+
1303
+ <table cellpadding="0" cellspacing="0" border="0" align="center" class="calyear_table" style="margin:0 !important; padding:0 !important; text-align:center !important; width:100% !important; height:<?php echo $top_height ?>px !important;">
1304
+
1305
+ <tr>
1306
+ <td style="width:100% !important;vertical-align:bottom !important;padding-bottom:0px !important;">
1307
+ <table style="width:100% !important;">
1308
+ <tr>
1309
+ <td class="cala_arrow" width="40%" style="text-align:right !important;margin:0px !important;padding:0px">
1310
+ <a style="color:<?php echo $color_arrow_year ?>" href="javascript:showbigcalendar( 'bigcalendar<?php echo $many_sp_calendar ?>','<?php echo admin_url('admin-ajax.php?action=spiderbigcalendar').'&theme_id='.$theme_id.'&calendar='.$calendar_id.'&date='.($year-1).'-'.add_0(Month_num($month)).'&many_sp_calendar='.$many_sp_calendar; echo '&cur_page_url='.$path_sp_cal; if($widget) echo '&widget=1'; ?>')">&#9668;</a>
1311
+ </td>
1312
+
1313
+
1314
+ <td style="text-align:center !important; margin:0 !important; padding:0 !important;" width="20%" >
1315
+
1316
+ <input name="year" type="hidden" readonly value="<?php echo $year?>"/>
1317
+ <span style="font-family:arial !important;font-size:<?php echo $year_font_size ?>px !important;font-weight:bold !important;color:<?php echo $text_color_year;?> !important;"><?php echo $year;?></span>
1318
+
1319
+
1320
+
1321
+ </td>
1322
+ <td style="margin:0 !important; padding:0 !important;text-align:left" width="40%" class="cala_arrow">
1323
+ <a style="color:<?php echo $color_arrow_year ?>" href="javascript:showbigcalendar( 'bigcalendar<?php echo $many_sp_calendar ?>','<?php echo admin_url('admin-ajax.php?action=spiderbigcalendar').'&theme_id='.$theme_id.'&calendar='.$calendar_id.'&date='.($year+1).'-'.add_0(Month_num($month)).'&many_sp_calendar='.$many_sp_calendar; echo '&cur_page_url='.$path_sp_cal; if($widget) echo '&widget=1'; ?>')">&#9658;</a>
1324
+ </td>
1325
+ </tr>
1326
+ </table>
1327
+ </td>
1328
+ </tr>
1329
+ <tr>
1330
+ <td style="width:100% !important;vertical-align:top">
1331
+ <table style="width:100% !important;line-height:150%">
1332
+ <tr>
1333
+ <td class="cala_arrow" width="40%" style="text-align:right !important;margin:0px !important;padding:0px">
1334
+ <a style="color:<?php echo $color_arrow_month ?>"
1335
+ href="javascript:showbigcalendar( 'bigcalendar<?php echo $many_sp_calendar ?>','<?php
1336
+
1337
+ if(Month_num($month)==1)
1338
+ echo admin_url('admin-ajax.php?action=spiderbigcalendar').'&theme_id='.$theme_id.'&calendar='.$calendar_id.'&date='.($year-1).'-12'.'&many_sp_calendar='.$many_sp_calendar.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'');
1339
+
1340
+ else echo admin_url('admin-ajax.php?action=spiderbigcalendar').'&theme_id='.$theme_id.'&calendar='.$calendar_id.'&date='.$year.'-'.add_0((Month_num($month)-1)).'&many_sp_calendar='.$many_sp_calendar.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'');
1341
+
1342
+ ?>')">&#9668;</a>
1343
+ </td>
1344
+ <td style="text-align:center !important; margin:0 !important;" width="20%" >
1345
+
1346
+ <input type="hidden" name="month" readonly value="<?php echo $month?>"/>
1347
+ <span style="font-family:arial !important; color:<?php echo $text_color_month;?> !important; font-size:<?php echo $month_font_size ?>px !important;"><?php echo __($month,'sp_calendar')?></span>
1348
+
1349
+
1350
+ </td>
1351
+ <td style="margin:0 !important; padding:0 !important;text-align:left" width="40%" class="cala_arrow">
1352
+ <a style="color:<?php echo $color_arrow_month ?>" href="javascript:showbigcalendar( 'bigcalendar<?php echo $many_sp_calendar ?>','<?php
1353
+
1354
+ if(Month_num($month)==12)
1355
+ echo admin_url('admin-ajax.php?action=spiderbigcalendar').'&theme_id='.$theme_id.'&calendar='.$calendar_id.'&date='.($year+1).'-01'.'&many_sp_calendar='.$many_sp_calendar.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'');
1356
+
1357
+ else echo admin_url('admin-ajax.php?action=spiderbigcalendar').'&theme_id='.$theme_id.'&calendar='.$calendar_id.'&date='.$year.'-'.add_0((Month_num($month)+1)).'&many_sp_calendar='.$many_sp_calendar.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'');
1358
+
1359
+ ?>')">&#9658;</a>
1360
+
1361
+ </td>
1362
+
1363
+ </tr>
1364
+ </table>
1365
+ </td>
1366
+ </tr>
1367
+
1368
+ </table>
1369
+
1370
+ </td>
1371
+
1372
+ <?php } ?>
1373
+
1374
+ <td colspan="7" style="margin:0 !important; padding:0 !important; background-color:<?php echo $bg_top ?> !important;" >
1375
+
1376
+ <?php //MONTH TABLE ?>
1377
+
1378
+ </td>
1379
+
1380
+ </tr>
1381
+
1382
+ <tr align="center" height="<?php echo $week_days_cell_height ?>" style="background-color:<?php echo $weekdays_bg_color ?> !important; ">
1383
+
1384
+ <?php if($weekstart=="su"){?>
1385
+
1386
+ <td class="weekdays" style="width:<?php echo $cell_width; ?>px !important; color:<?php echo $color_week_days;?> !important; margin:0 !important; padding:0 !important;background-color:<?php echo $weekday_sunday_bg_color ?>">
1387
+
1388
+ <div class="calbottom_border" style="text-align:center !important; width:<?php echo $cell_width; ?>px !important; margin:0 !important; padding:0 !important;"><b class="week_days"> <?php if($widget) echo __( 'Su','sp_calendar' ); else echo __( 'Sunday','sp_calendar' ); ?> </b></div></td>
1389
+ <?php } ?>
1390
+
1391
+ <td class="weekdays" style="width:<?php echo $cell_width; ?>px !important; color:<?php echo $color_week_days;?> !important; margin:0 !important; padding:0">
1392
+
1393
+ <div class="calbottom_border" style="text-align:center !important; width:<?php echo $cell_width; ?>px !important; margin:0 !important; padding:0 !important;"><b class="week_days"> <?php if($widget) echo __( 'Mo','sp_calendar' ); else echo __( 'Monday','sp_calendar' ); ?> </b></div></td>
1394
+
1395
+ <td class="weekdays" style="width:<?php echo $cell_width; ?>px !important; color:<?php echo $color_week_days;?> !important; margin:0 !important; padding:0">
1396
+
1397
+ <div class="calbottom_border" style="text-align:center !important; width:<?php echo $cell_width; ?>px !important; margin:0 !important; padding:0 !important;"><b class="week_days"> <?php if($widget) echo __( 'Tu','sp_calendar' ); else echo __( 'Tuesday','sp_calendar' ); ?> </b></div></td>
1398
+
1399
+ <td class="weekdays" style="width:<?php echo $cell_width; ?>px !important; color:<?php echo $color_week_days;?> !important; margin:0 !important; padding:0">
1400
+
1401
+ <div class="calbottom_border" style="text-align:center !important; width:<?php echo $cell_width; ?>px !important; margin:0 !important; padding:0 !important;"><b class="week_days"> <?php if($widget) echo __( 'We','sp_calendar' ); else echo __( 'Wednesday','sp_calendar' ); ?> </b></div></td>
1402
+
1403
+ <td class="weekdays" style="width:<?php echo $cell_width; ?>px !important; color:<?php echo $color_week_days;?> !important; margin:0 !important; padding:0">
1404
+
1405
+ <div class="calbottom_border" style="text-align:center !important; width:<?php echo $cell_width; ?>px !important; margin:0 !important; padding:0 !important;"><b class="week_days"> <?php if($widget) echo __( 'Th','sp_calendar' ); else echo __( 'Thursday','sp_calendar' ); ?> </b></div></td>
1406
+
1407
+ <td class="weekdays" style="width:<?php echo $cell_width; ?>px !important; color:<?php echo $color_week_days;?> !important; margin:0 !important; padding:0">
1408
+
1409
+ <div class="calbottom_border" style="text-align:center !important; width:<?php echo $cell_width; ?>px !important; margin:0 !important; padding:0 !important;"><b class="week_days"> <?php if($widget) echo __( 'Fr','sp_calendar' ); else echo __( 'Friday','sp_calendar' ); ?> </b></div></td>
1410
+
1411
+ <td class="weekdays" style="width:<?php echo $cell_width; ?>px !important; color:<?php echo $color_week_days;?> !important; margin:0 !important; padding:0">
1412
+
1413
+ <div class="calbottom_border" style="text-align:center !important; width:<?php echo $cell_width; ?>px !important; margin:0 !important; padding:0 !important;"><b class="week_days"> <?php if($widget) echo __( 'Sa','sp_calendar' ); else echo __( 'Saturday','sp_calendar' ); ?> </b></div></td>
1414
+ <?php if($weekstart=="mo"){?>
1415
+
1416
+ <td class="weekdays" style="width:<?php echo $cell_width; ?>px !important; color:<?php echo $color_week_days;?> !important; margin:0 !important; padding:0 !important;background-color:<?php echo $weekday_sunday_bg_color ?>">
1417
+
1418
+ <div class="calbottom_border" style="text-align:center !important; width:<?php echo $cell_width; ?>px !important; margin:0 !important; padding:0 !important;"><b class="week_days"> <?php if($widget) echo __( 'Su','sp_calendar' ); else echo __( 'Sunday','sp_calendar' ); ?> </b></div></td>
1419
+ <?php } ?>
1420
+ </tr>
1421
+
1422
+
1423
+ <?php
1424
+
1425
+ //$today=$realtoday;
1426
+ /*$document = &JFactory::getDocument();
1427
+ $document->addScript("media/system/js/thickbox-preview.js");
1428
+ $document->addStyleSheet("media/system/css/thickbox-preview.css");*/
1429
+
1430
+
1431
+
1432
+
1433
+
1434
+
1435
+
1436
+
1437
+ $month_first_weekday = date("N", mktime(0, 0, 0, Month_num($month), 1, $year));
1438
+
1439
+ if($weekstart=="su"){
1440
+ $month_first_weekday++;
1441
+ if($month_first_weekday==8)
1442
+ $month_first_weekday=1;
1443
+ }
1444
+
1445
+ $month_days = date("t", mktime(0, 0, 0, Month_num($month), 1, $year));
1446
+
1447
+ $last_month_days = date("t", mktime(0, 0, 0, Month_num($month)-1, 1, $year));
1448
+
1449
+ $weekday_i=$month_first_weekday;
1450
+
1451
+ $last_month_days=$last_month_days-$weekday_i+2;
1452
+
1453
+ $percent=1;
1454
+
1455
+ $sum=$month_days-8+$month_first_weekday;
1456
+
1457
+ if($sum % 7 <> 0)
1458
+
1459
+ $percent = $percent + 1;
1460
+
1461
+ $sum = $sum - ( $sum % 7 );
1462
+
1463
+ $percent = $percent + ( $sum / 7 );
1464
+
1465
+ $percent=107/$percent;
1466
+ $all_calendar_files=php_getdays();
1467
+
1468
+ $array_days=$all_calendar_files[0]['array_days'];
1469
+ $array_days1=$all_calendar_files[0]['array_days1'];
1470
+ $title=$all_calendar_files[0]['title'];
1471
+ $ev_ids=$all_calendar_files[0]['ev_ids'];
1472
+
1473
+
1474
+
1475
+
1476
+ //var_dump($title);
1477
+ //var_dump($array_days);
1478
+
1479
+ echo '<tr id="days" height="'.$cell_height.'" style="line-height:15px !important;">';
1480
+
1481
+ for($i=1; $i<$weekday_i; $i++)
1482
+
1483
+ {
1484
+
1485
+
1486
+ echo '<td class="caltext_color_other_months" style="background-color:'.$bg_color_other_months.'" ><span style="font-size:'.$other_days_font_size.'px !important;">'.$last_month_days.'</span></td>';
1487
+
1488
+ $last_month_days=$last_month_days+1;
1489
+
1490
+ }
1491
+
1492
+
1493
+
1494
+
1495
+
1496
+
1497
+ for($i=1; $i<=$month_days; $i++)
1498
+
1499
+ {
1500
+
1501
+ if(isset($title[$i]))
1502
+ {
1503
+ $ev_title=explode('</p>',$title[$i]);
1504
+ array_pop($ev_title);
1505
+ $k=count($ev_title);
1506
+ ////
1507
+ $ev_id=explode('<br>',$ev_ids[$i]);
1508
+ array_pop($ev_id);
1509
+ $ev_ids_inline=implode(',' , $ev_id);
1510
+
1511
+
1512
+
1513
+ }
1514
+
1515
+
1516
+ $dayevent='';
1517
+
1518
+ if(($weekday_i%7==0 and $weekstart=="mo") or ($weekday_i%7==1 and $weekstart=="su"))
1519
+
1520
+ {
1521
+
1522
+ if($i==$day_REFERER and $month==$month_REFERER and $year==$year_REFERER )
1523
+
1524
+ {
1525
+
1526
+ if($widget){
1527
+ if($k!=1)
1528
+ echo '<td bgcolor="'.$bg_color_selected.'" class="cala_day" style="padding:0 !important; margin:0 !important;line-height:15px !important;"><div class="calborder_day" style=" width:'.$cell_width.'px !important; margin:0 !important; padding:0 !important;"><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.admin_url('admin-ajax.php?action=spiderseemore').'&theme_id='.$theme_id.'&ev_ids='.$ev_ids_inline.'&calendar_id='.$calendar_id.'&date='.$year.'-'.add_0(Month_num($month).'-'.$i).'&cur_page_url='.$path_sp_cal.'&widget=1&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'"><b style="color:'.$evented_color.'">'.$i.'</b></a></td></div>';
1529
+ else
1530
+ echo '<td bgcolor="'.$bg_color_selected.'" class="cala_day" style="padding:0 !important; margin:0 !important;line-height:15px !important;"><div class="calborder_day" style=" width:'.$cell_width.'px !important; margin:0 !important; padding:0 !important;"><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.admin_url('admin-ajax.php?action=spiderbigcalendarrr').'&day='.$i.'&theme_id='.$theme_id.'&calendar_id='.$calendar_id.'&ev_ids='.$ev_ids_inline.'&eventID='.$ev_id[0].'&date='.$year.'-'.add_0(Month_num($month).'-'.$i).'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'"><b style="color:'.$evented_color.'">'.$i.'</b></a></td></div>';
1531
+ }
1532
+ else{
1533
+
1534
+ echo '<td bgcolor="'.$bg_color_selected.'" class="cala_day" style="padding:0 !important; margin:0 !important;line-height:15px !important;"><div class="calborder_day" style=" width:'.$cell_width.'px !important; margin:0 !important; padding:0 !important;"><b style="color:'.$evented_color.'">'.$i.'</b>';
1535
+ $r=0;
1536
+ for($j=0;$j<$k; $j++)
1537
+ {
1538
+ if($r<$number_of_shown_evetns)
1539
+ echo '<a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="background:none !important;color:'.$event_title_color.' !important; " href="'.admin_url('admin-ajax.php?action=spiderbigcalendarrr').'&day='.$i.'&theme_id='.$theme_id.'&calendar_id='.$calendar_id.'&ev_ids='.$ev_ids_inline.'&eventID='.$ev_id[$j].'&date='.$year.'-'.add_0(Month_num($month).'-'.$i).'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" ><b>'.$ev_title[$j].'</b></a>';
1540
+ else
1541
+ {
1542
+ echo '<br><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.admin_url('admin-ajax.php?action=spiderseemore').'&theme_id='.$theme_id.'&ev_ids='.$ev_ids_inline.'&calendar_id='.$calendar_id.'&date='.$year.'-'.add_0(Month_num($month).'-'.$i).'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'"> <b>'.__('See more...','sp_calendar').'</b></a>';
1543
+ break;
1544
+ }
1545
+ $r++;
1546
+ }
1547
+
1548
+ echo '</div></td>';
1549
+ }
1550
+ }
1551
+
1552
+ else
1553
+
1554
+ if($i==date('j') and $month==date('F') and $year==date('Y'))
1555
+ {
1556
+
1557
+ if( in_array ($i,$array_days)){
1558
+ if($widget){
1559
+ if($k!=1)
1560
+ echo '<td class="cala_day" style="background-color:'.$evented_color_bg.' !important;padding:0 !important; margin:0 !important;line-height:15px !important; border: px solid '.$border_day.' !important;"><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.admin_url('admin-ajax.php?action=spiderseemore').'&theme_id='.$theme_id.'&ev_ids='.$ev_ids_inline.'&calendar_id='.$calendar_id.'&date='.$year.'-'.add_0(Month_num($month).'-'.$i).'&cur_page_url='.$path_sp_cal.'&widget=1&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'&Itemid=1" '.$dayevent.'><b style="color:'.$evented_color.' !important;font-size:'.$other_days_font_size.'px">'.$i.'</b></a></td>';
1561
+ else
1562
+ echo '<td class="cala_day" style="background-color:'.$evented_color_bg.' !important;padding:0 !important; margin:0 !important;line-height:15px !important; border: px solid '.$border_day.' !important;"><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.admin_url('admin-ajax.php?action=spiderbigcalendarrr').'&day='.$i.'&theme_id='.$theme_id.'&calendar_id='.$calendar_id.'&ev_ids='.$ev_ids_inline.'&eventID='.$ev_id[0].'&date='.$year.'-'.add_0(Month_num($month).'-'.$i).'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" '.$dayevent.'><b style="color:'.$evented_color.' !important;font-size:'.$other_days_font_size.'px">'.$i.'</b></a></td>';
1563
+ }
1564
+ else
1565
+ {
1566
+
1567
+
1568
+ echo '<td class="cala_day" style="background-color:'.$evented_color_bg.' !important;padding:0 !important; margin:0 !important;line-height:15px !important; border: '.(($widget)?($all_days_border_width):'1').'px solid '.$border_day.' !important;"><b style="color:'.$evented_color.' !important;font-size:'.$other_days_font_size.'px">'.$i.'</b>';
1569
+ $r=0;
1570
+
1571
+ for($j=0;$j<$k; $j++)
1572
+ {
1573
+ if($r<$number_of_shown_evetns)
1574
+ echo '<a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="background:none !important;color:'.$event_title_color.' !important; " href="'.admin_url('admin-ajax.php?action=spiderbigcalendarrr').'&day='.$i.'&theme_id='.$theme_id.'&calendar_id='.$calendar_id.'&ev_ids='.$ev_ids_inline.'&eventID='.$ev_id[$j].'&date='.$year.'-'.add_0(Month_num($month).'-'.$i).'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" ><b>'.$ev_title[$j].'</b></a>';
1575
+ else
1576
+ {
1577
+ echo '<br><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.admin_url('admin-ajax.php?action=spiderseemore').'&theme_id='.$theme_id.'&ev_ids='.$ev_ids_inline.'&calendar_id='.$calendar_id.'&date='.$year.'-'.add_0(Month_num($month).'-'.$i).'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'&Itemid=1" '.$dayevent.'> <b>'.__('See more...','sp_calendar').'</b></a>';
1578
+ break;
1579
+ }
1580
+ $r++;
1581
+ }
1582
+ echo '</td>';
1583
+ }
1584
+ }
1585
+ else
1586
+
1587
+ echo '<td class="calsun_days" style="padding:0 !important; font-size:'.$sundays_font_size.'px !important; margin:0 !important;line-height:15px !important; border: '.(($widget)?($all_days_border_width):'1').'px solid '.$border_day.' !important;"><b>'.$i.'</b></td>';
1588
+
1589
+ }
1590
+
1591
+ else
1592
+ {
1593
+
1594
+ if( in_array ($i,$array_days)){
1595
+ if($widget){
1596
+ if($k!=1)
1597
+ echo '<td class="cala_day" style="background-color:'.$evented_color_bg.' !important;padding:0 !important; margin:0 !important;line-height:15px !important;"><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.admin_url('admin-ajax.php?action=spiderseemore').'&theme_id='.$theme_id.'&ev_ids='.$ev_ids_inline.'&calendar_id='.$calendar_id.'&date='.$year.'-'.add_0(Month_num($month)).'-'.$i.'&Itemid='.$Itemid.'&cur_page_url='.$path_sp_cal.'&widget=1&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" '.$dayevent.'><b style="color:'.$evented_color.' !important;font-size:'.$other_days_font_size.'px !important;">'.$i.'</b></a></td>';
1598
+ else
1599
+ echo '<td class="cala_day" style="background-color:'.$evented_color_bg.' !important;padding:0 !important; margin:0 !important;line-height:15px !important;"><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.admin_url('admin-ajax.php?action=spiderbigcalendarrr').'&day='.$i.'&theme_id='.$theme_id.'&calendar_id='.$calendar_id.'&ev_ids='.$ev_ids_inline.'&eventID='.$ev_id[0].'&date='.$year.'-'.add_0(Month_num($month).'-'.$i).'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" '.$dayevent.'><b style="color:'.$evented_color.' !important;font-size:'.$other_days_font_size.'px !important;">'.$i.'</b></a></td>';
1600
+ }
1601
+ else
1602
+ {
1603
+
1604
+ echo '<td class="cala_day" style="background-color:'.$evented_color_bg.' !important;padding:0 !important; margin:0 !important;line-height:15px !important;"><b style="color:'.$evented_color.' !important;font-size:'.$other_days_font_size.'px !important;">'.$i.'</b>';
1605
+ $r=0;
1606
+ for($j=0;$j<$k; $j++)
1607
+ {
1608
+ if($r<$number_of_shown_evetns)
1609
+ echo '<a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="background:none !important;color:'.$event_title_color.' !important; " href="'.admin_url('admin-ajax.php?action=spiderbigcalendarrr').'&day='.$i.'&theme_id='.$theme_id.'&calendar_id='.$calendar_id.'&ev_ids='.$ev_ids_inline.'&eventID='.$ev_id[$j].'&date='.$year.'-'.add_0(Month_num($month).'-'.$i).'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" ><b>'.$ev_title[$j].'</b></a>';
1610
+ else
1611
+ {
1612
+ echo '<br><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.admin_url('admin-ajax.php?action=spiderseemore').'&theme_id='.$theme_id.'&ev_ids='.$ev_ids_inline.'&calendar_id='.$calendar_id.'&date='.$year.'-'.add_0(Month_num($month)).'-'.$i.'&Itemid='.$Itemid.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" '.$dayevent.'> <b>'.__('See more...','sp_calendar').'</b></a>';
1613
+ break;
1614
+ }
1615
+ $r++;
1616
+ }
1617
+ echo '</td>';
1618
+ }
1619
+ }
1620
+ else
1621
+
1622
+ echo '<td class="calsun_days" style="padding:0 !important; margin:0 !important;line-height:15px !important;font-size:'.$sundays_font_size.'px !important; "><b>'.$i.'</b></td>';
1623
+
1624
+ }
1625
+
1626
+ }
1627
+ /////////////////////////////////////////////////////////////////////////mec else
1628
+ else
1629
+
1630
+ if($i==$day_REFERER and $month==$month_REFERER and $year==$year_REFERER )
1631
+
1632
+ {
1633
+ if($widget)
1634
+ {
1635
+ if($k!=1)
1636
+ echo '<td bgcolor="'.$bg_color_selected.'" class="cala_day" style="padding:0 !important; margin:0 !important;line-height:15px !important;"><div class="calborder_day" style=" width:'.$cell_width.'px !important; margin:0 !important; padding:0 !important;"><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.admin_url('admin-ajax.php?action=spiderseemore').'&theme_id='.$theme_id.'&ev_ids='.$ev_ids_inline.'&calendar_id='.$calendar_id.'&date='.$year.'-'.add_0(Month_num($month)).'-'.$i.'&Itemid='.$Itemid.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" '.$dayevent.'><b style="color:'.$evented_color.' !important;font-size:'.$other_days_font_size.'px">'.$i.'</b></a></div></td>';
1637
+ else
1638
+ echo '<td bgcolor="'.$bg_color_selected.'" class="cala_day" style="padding:0 !important; margin:0 !important;line-height:15px !important;"><div class="calborder_day" style=" width:'.$cell_width.'px !important; margin:0 !important; padding:0 !important;"><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.admin_url('admin-ajax.php?action=spiderbigcalendarrr').'&day='.$i.'&theme_id='.$theme_id.'&calendar_id='.$calendar_id.'&ev_ids='.$ev_ids_inline.'&eventID='.$ev_id[0].'&date='.$year.'-'.add_0(Month_num($month).'-'.$i).'&Itemid='.$Itemid.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" '.$dayevent.'><b style="color:'.$evented_color.' !important;font-size:'.$other_days_font_size.'px">'.$i.'</b></a></div></td>';
1639
+ }
1640
+ else
1641
+ {
1642
+
1643
+ echo '<td bgcolor="'.$bg_color_selected.'" class="cala_day" style="padding:0 !important; margin:0 !important;line-height:15px !important;"><div class="calborder_day" style=" width:'.$cell_width.'px !important; margin:0 !important; padding:0 !important;"><b style="color:'.$evented_color.' !important;font-size:'.$other_days_font_size.'px">'.$i.'</b>';
1644
+ $r=0;
1645
+ for($j=0;$j<$k; $j++)
1646
+ {
1647
+ if($r<$number_of_shown_evetns)
1648
+ echo '<a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="background:none !important;color:'.$event_title_color.' !important; " href="'.admin_url('admin-ajax.php?action=spiderbigcalendarrr').'&day='.$i.'&theme_id='.$theme_id.'&calendar_id='.$calendar_id.'&ev_ids='.$ev_ids_inline.'&eventID='.$ev_id[$j].'&date='.$year.'-'.add_0(Month_num($month).'-'.$i).'&Itemid='.$Itemid.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" ><b>'.$ev_title[$j].'</b></a>';
1649
+ else
1650
+ {
1651
+ echo '<br><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.admin_url('admin-ajax.php?action=spiderseemore').'&theme_id='.$theme_id.'&ev_ids='.$ev_ids_inline.'&calendar_id='.$calendar_id.'&date='.$year.'-'.add_0(Month_num($month)).'-'.$i.'&Itemid='.$Itemid.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" '.$dayevent.'> <b>'.__('See more...','sp_calendar').'</b></a>';
1652
+ break;
1653
+ }
1654
+ $r++;
1655
+ }
1656
+ echo '</div></td>';
1657
+ }
1658
+ }
1659
+
1660
+ else
1661
+
1662
+ {
1663
+ if($i==date('j') and $month==date('F') and $year==date('Y'))
1664
+
1665
+ {
1666
+ if( in_array ($i,$array_days)){
1667
+ if($widget)
1668
+ {
1669
+ if($k!=1)
1670
+ echo '<td class="cala_day" style="background-color:'.$evented_color_bg.' !important;padding:0 !important; margin:0 !important;line-height:15px !important; border: 3px solid '.$current_day_border_color.' !important;"><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.admin_url('admin-ajax.php?action=spiderseemore').'&theme_id='.$theme_id.'&ev_ids='.$ev_ids_inline.'&calendar_id='.$calendar_id.'&date='.$year.'-'.add_0(Month_num($month)).'-'.$i.'&Itemid='.$Itemid.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" '.$dayevent.'><b style="color:'.$evented_color.' !important;font-size:'.$other_days_font_size.'px">'.$i.'</b></a></td>';
1671
+ else
1672
+ echo '<td class="cala_day" style="background-color:'.$evented_color_bg.' !important;padding:0 !important; margin:0 !important;line-height:15px !important; border: 3px solid '.$current_day_border_color.' !important;"><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.admin_url('admin-ajax.php?action=spiderbigcalendarrr').'&day='.$i.'&theme_id='.$theme_id.'&calendar_id='.$calendar_id.'&ev_ids='.$ev_ids_inline.'&eventID='.$ev_id[0].'&date='.$year.'-'.add_0(Month_num($month)).'-'.$i.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" '.$dayevent.'><b style="color:'.$evented_color.' !important;font-size:'.$other_days_font_size.'px">'.$i.'</b></a></td>';
1673
+ }
1674
+ else
1675
+ {
1676
+
1677
+
1678
+
1679
+
1680
+ echo '<td class="cala_day" style="background-color:'.$evented_color_bg.' !important;padding:0 !important; margin:0 !important;line-height:15px !important; border: 3px solid '.$current_day_border_color.' !important;"><b style="color:'.$evented_color.' !important;font-size:'.$other_days_font_size.'px">'.$i.'</b>';
1681
+ $r=0;
1682
+ for($j=0;$j<$k; $j++)
1683
+ {
1684
+ if($r<$number_of_shown_evetns)
1685
+ echo '<a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="background:none !important;color:'.$event_title_color.' !important; " href="'.admin_url('admin-ajax.php?action=spiderbigcalendarrr').'&day='.$i.'&theme_id='.$theme_id.'&calendar_id='.$calendar_id.'&ev_ids='.$ev_ids_inline.'&eventID='.$ev_id[$j].'&date='.$year.'-'.add_0(Month_num($month)).'-'.$i.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" ><b>'.$ev_title[$j].'</b></a>';
1686
+ else{
1687
+ echo '<br><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.admin_url('admin-ajax.php?action=spiderseemore').'&theme_id='.$theme_id.'&ev_ids='.$ev_ids_inline.'&calendar_id='.$calendar_id.'&date='.$year.'-'.add_0(Month_num($month)).'-'.$i.'&Itemid='.$Itemid.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" '.$dayevent.'> <b>'.__('See more...','sp_calendar').'</b></a>';
1688
+ break;
1689
+ }
1690
+ $r++;
1691
+ }
1692
+ echo '</td>';
1693
+ }
1694
+ }
1695
+
1696
+ else
1697
+
1698
+ echo '<td style=" color:'.$text_color_this_month_unevented.' !important;padding:0 !important; margin:0 !important; line-height:15px !important; border: 3px solid '.$current_day_border_color.' !important; '.(($widget)?('vertical-align:middle !important; text-align: center'):'vertical-align:top').' !important;"><b style="font-size:'.$other_days_font_size.'px">'.$i.'</b></td>';
1699
+
1700
+ }
1701
+
1702
+ else
1703
+ if( in_array ($i,$array_days)){
1704
+ if($widget)
1705
+ {
1706
+ if($k!=1)
1707
+ echo '<td class="cala_day" style="background-color:'.$evented_color_bg.' !important;padding:0 !important; margin:0 !important;line-height:15px !important;"><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.admin_url('admin-ajax.php?action=spiderseemore').'&theme_id='.$theme_id.'&ev_ids='.$ev_ids_inline.'&calendar_id='.$calendar_id.'&date='.$year.'-'.add_0(Month_num($month)).'-'.$i.'&Itemid='.$Itemid.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" '.$dayevent.'><b style="color:'.$evented_color.' !important;font-size:'.$other_days_font_size.'px !important;">'.$i.'</b></a></b>';
1708
+ else
1709
+ echo '<td class="cala_day" style="background-color:'.$evented_color_bg.' !important;padding:0 !important; margin:0 !important;line-height:15px !important;"><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.admin_url('admin-ajax.php?action=spiderbigcalendarrr').'&day='.$i.'&theme_id='.$theme_id.'&calendar_id='.$calendar_id.'&ev_ids='.$ev_ids_inline.'&eventID='.$ev_id[0].'&date='.$year.'-'.add_0(Month_num($month)).'-'.$i.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" '.$dayevent.'><b style="color:'.$evented_color.' !important;font-size:'.$other_days_font_size.'px !important;">'.$i.'</b></a></b>';
1710
+
1711
+ }
1712
+ else
1713
+ {
1714
+
1715
+
1716
+ echo '<td class="cala_day" style="background-color:'.$evented_color_bg.' !important;padding:0 !important; margin:0 !important;line-height:15px !important;"><b style="color:'.$evented_color.' !important;font-size:'.$other_days_font_size.'px !important;">'.$i.'</b>';
1717
+ $r=0;
1718
+ for($j=0;$j<$k; $j++)
1719
+ {
1720
+ if($r<$number_of_shown_evetns)
1721
+ echo '<a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="background:none !important;color:'.$event_title_color.' !important; " href="'.admin_url('admin-ajax.php?action=spiderbigcalendarrr').'&day='.$i.'&theme_id='.$theme_id.'&calendar_id='.$calendar_id.'&ev_ids='.$ev_ids_inline.'&eventID='.$ev_id[$j].'&date='.$year.'-'.add_0(Month_num($month)).'-'.$i.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" ><b>'.$ev_title[$j].'</b></a>';
1722
+ else{
1723
+ echo '<p><a class="thickbox-previewbigcalendar'.$many_sp_calendar.'" rel="{handler: \'iframe\', size: {x: '.$popup_width.', y: '.$popup_height.'}}" style="font-size:11px !important;background:none !important;color:'.$event_title_color.' !important;text-align:center !important;" href="'.admin_url('admin-ajax.php?action=spiderseemore').'&theme_id='.$theme_id.'&ev_ids='.$ev_ids_inline.'&calendar_id='.$calendar_id.'&date='.$year.'-'.add_0(Month_num($month)).'-'.$i.'&Itemid='.$Itemid.'&cur_page_url='.$path_sp_cal.(($widget)?('&widget=1'):'').'&TB_iframe=1&tbWidth='.$popup_width.'&tbHeight='.$popup_height.'" '.$dayevent.'> <b>'.__('See more...','sp_calendar').'</b></a></p>';
1724
+ break;
1725
+ }
1726
+ $r++;
1727
+ }
1728
+ echo '</td>';
1729
+ }}
1730
+
1731
+ else
1732
+
1733
+ echo '<td style=" color:'.$text_color_this_month_unevented.' !important;padding:0 !important; margin:0 !important; line-height:15px !important;border: '.(($widget)?($all_days_border_width):'1').'px solid '.$cell_border_color.' !important; '.(($widget)?('vertical-align:middle !important; text-align: center'):'vertical-align:top').' !important;"><b style="font-size:'.$other_days_font_size.'px">'.$i.'</b></td>';
1734
+
1735
+
1736
+
1737
+ }
1738
+
1739
+ if($weekday_i%7==0 && $i<>$month_days)
1740
+
1741
+ {
1742
+
1743
+ echo '</tr><tr height="'.$cell_height.'" style="!important;line-height:15px">';
1744
+
1745
+ $weekday_i=0;
1746
+
1747
+ }
1748
+
1749
+ $weekday_i=$weekday_i+1;
1750
+
1751
+ }
1752
+
1753
+ $weekday_i;
1754
+
1755
+ $next_i=1;
1756
+
1757
+ if($weekday_i!=1)
1758
+
1759
+ for($i=$weekday_i; $i<=7; $i++)
1760
+
1761
+ {
1762
+ if($i!=7)
1763
+ echo '<td class="caltext_color_other_months" style="background-color:'.$bg_color_other_months.' !important;" ><span style="font-size:'.$other_days_font_size.'px !important;">'.$next_i.'</span></td>';
1764
+ else
1765
+ echo '<td class="caltext_color_other_months" style="background-color:'.$bg_color_other_months.' !important;" ><span style="font-size:'.$other_days_font_size.'px !important;">'.$next_i.'</span></td>';
1766
+ $next_i=$next_i+1;
1767
+
1768
+ }
1769
+
1770
+ echo '</tr></table>';
1771
+
1772
+ ?>
1773
+
1774
+ <input type="text" value="1" name="day" style="display:none" />
1775
+
1776
+
1777
+
1778
+
1779
+
1780
+ </td>
1781
+
1782
+ </tr>
1783
+
1784
+ </table>
1785
+
1786
+
1787
+ </div>
1788
+
1789
+ <?php
1790
+
1791
+
1792
+
1793
+ function php_Month_num($month_name)
1794
+
1795
+ {
1796
+ for( $month_num=1; $month_num<=12; $month_num++ )
1797
+
1798
+ {
1799
+ if (date( "F", mktime(0, 0, 0, $month_num, 1, 0 ) ) == $month_name and ($month_num<10) )
1800
+
1801
+ {
1802
+ return '0'.$month_num;
1803
+
1804
+ }
1805
+
1806
+ else
1807
+
1808
+ {
1809
+ return $month_num;
1810
+
1811
+ }
1812
+
1813
+
1814
+ }
1815
+
1816
+ }
1817
+
1818
+
1819
+ die();
1820
+ }
1821
+
1822
+
1823
+
1824
+ function seemore(){
1825
+ function php_Month_num($month_name)
1826
+
1827
+
1828
+
1829
+ {
1830
+
1831
+ for( $month_num=1; $month_num<=12; $month_num++ )
1832
+
1833
+
1834
+
1835
+ {
1836
+
1837
+ if (date( "F", mktime(0, 0, 0, $month_num, 1, 0 ) ) == $month_name)
1838
+ {
1839
+ return $month_num;
1840
+ }
1841
+
1842
+
1843
+
1844
+ }
1845
+
1846
+
1847
+
1848
+ }
1849
+
1850
+
1851
+ function php_showevent()
1852
+
1853
+
1854
+
1855
+ {
1856
+ global $wpdb;
1857
+
1858
+ if(isset($_GET['calendar_id']))
1859
+ $calendar = (int) $_GET['calendar_id'];
1860
+ else
1861
+ $calendar=0;
1862
+ if(isset($_GET['date'])){
1863
+ if(IsDate_inputed($_GET['date']))
1864
+ $date=$_GET['date'];
1865
+ else
1866
+ $date=date("Y-m-d");
1867
+ }
1868
+ else
1869
+ $date=date("Y").'-'.php_Month_num(date("F")).'-'.date("d");
1870
+ $year=substr( $date,0,4);
1871
+ $month=substr( $date,5,2);
1872
+
1873
+ $query = $wpdb->prepare( "SELECT * FROM ".$wpdb->prefix."spidercalendar_event where calendar=%d",$calendar);
1874
+
1875
+
1876
+
1877
+ $rows = $wpdb->get_results($query);
1878
+ $all_spider_files['rows']=$rows;
1879
+ $all_spider_files['option']=$option;
1880
+ return array($all_spider_files);
1881
+
1882
+
1883
+
1884
+ }
1885
+
1886
+ global $wpdb;
1887
+ function IsDate_inputed( $str ){
1888
+ if (is_array($str)) {
1889
+ return;
1890
+ }
1891
+ $stamp = strtotime( $str );
1892
+ if (!is_numeric($stamp))
1893
+ return FALSE;
1894
+ $month = date( 'm', $stamp );
1895
+ $day = date( 'd', $stamp );
1896
+ $year = date( 'Y', $stamp );
1897
+ if (checkdate($month, $day, $year))
1898
+ return TRUE;
1899
+ return FALSE;
1900
+ }
1901
+
1902
+ $theme_id = (int) $_GET['theme_id'];
1903
+
1904
+
1905
+
1906
+ if(isset($_GET['widget']))
1907
+ {
1908
+ $widget=1;
1909
+ }
1910
+ else
1911
+ {
1912
+ $widget=0;
1913
+ }
1914
+ if($widget)
1915
+ {
1916
+ $theme =$wpdb->get_row($wpdb->prepare('SELECT * FROM '.$wpdb->prefix.'spidercalendar_widget_theme WHERE id=%d',$theme_id));
1917
+ }
1918
+ else
1919
+ $theme =$wpdb->get_row($wpdb->prepare('SELECT * FROM '.$wpdb->prefix.'spidercalendar_theme WHERE id=%d',$theme_id));
1920
+ $path_sp_cal=$_GET['cur_page_url'];
1921
+
1922
+
1923
+
1924
+
1925
+
1926
+ $title_color='#'.$theme->title_color;
1927
+
1928
+ $title_size=$theme->title_font_size;
1929
+
1930
+ $title_font=$theme->title_font;
1931
+
1932
+ $title_style=$theme->title_style;
1933
+
1934
+ $date_color='#'.$theme->date_color;
1935
+
1936
+ $date_size=$theme->date_size;
1937
+
1938
+ $date_font=$theme->date_font;
1939
+
1940
+ $date_style=$theme->date_style;
1941
+
1942
+ $next_prev_event_bgcolor='#'.$theme->next_prev_event_bgcolor;
1943
+ $next_prev_event_arrowcolor='#'.$theme->next_prev_event_arrowcolor;
1944
+ $show_event_bgcolor='#'.$theme->show_event_bgcolor;
1945
+
1946
+ $popup_width = $theme->popup_width;
1947
+ $popup_height = $theme->popup_height;
1948
+ $show_event= $theme->day_start;
1949
+
1950
+ $date_format='';
1951
+ $all_files=php_showevent();
1952
+ $rows=$all_files[0]['rows'];
1953
+ $option=$all_files[0]['option'];
1954
+
1955
+ if(isset($_GET['date'])){
1956
+ if(IsDate_inputed($_GET['date']))
1957
+ $datee=$_GET['date'];
1958
+ else
1959
+ $datee=date("Y-m-d");
1960
+ }
1961
+ else
1962
+ {
1963
+ $datee=date("Y-m-d");
1964
+ }
1965
+ $activedate=explode('-',$datee);
1966
+ $activedatetimestamp = mktime(0, 0, 0, $activedate[1], $activedate[2], $activedate[0]);
1967
+ $activedatestr=date("l",$activedatetimestamp).', '.date("d",$activedatetimestamp).' '.date("F",$activedatetimestamp).', '.date("Y",$activedatetimestamp);
1968
+ $date = $datee;
1969
+ $day = substr($date,8);
1970
+ if(isset($_GET['calendar_id']))
1971
+ $calendar_id = (int) $_GET['calendar_id'];
1972
+ else
1973
+ $calendar_id =0;
1974
+ $ev_ids = esc_html($_GET['ev_ids']);
1975
+
1976
+ $ev_id = explode(',',$ev_ids);
1977
+
1978
+
1979
+
1980
+
1981
+
1982
+
1983
+ $eventID= (int) $_GET['eventID'];
1984
+
1985
+ ?>
1986
+ <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
1987
+ <script>
1988
+
1989
+
1990
+ function next(day_events,ev_id,theme_id,calendar_id,date,day)
1991
+ {
1992
+
1993
+
1994
+
1995
+ var p=0;
1996
+ for (var key in day_events)
1997
+ { p=p+1;
1998
+ if(day_events[key]==ev_id && day_events[parseInt(key) +1])
1999
+ {
2000
+
2001
+
2002
+ window.location='<?php echo admin_url('admin-ajax.php?action=spiderbigcalendarrr')?>?theme_id='+theme_id+'&calendar_id='+calendar_id+'&eventID='+day_events[parseInt(key) +1]+'&date='+date+'&day='+day<?php if($widget)echo "+'&widget=1'" ?>;
2003
+
2004
+ }
2005
+
2006
+ }
2007
+
2008
+
2009
+ }
2010
+
2011
+
2012
+ function change()
2013
+ {
2014
+
2015
+ $('#dayevent').ready(function() {
2016
+ $('#dayevent').animate({
2017
+
2018
+ opacity: 1,
2019
+
2020
+ marginLeft: "0in",
2021
+
2022
+
2023
+ }, 1000, function() {
2024
+
2025
+
2026
+
2027
+ });
2028
+ });
2029
+
2030
+ }
2031
+
2032
+ window.onload=change();
2033
+
2034
+ function prev(array1,ev_id,theme_id,calendar_id,date,day)
2035
+ {
2036
+ var day_events = array1;
2037
+
2038
+ for (var key in day_events)
2039
+ {
2040
+ if(day_events[key]==ev_id && day_events[parseInt(key) -1] )
2041
+ {
2042
+
2043
+
2044
+ window.location='<?php echo admin_url('admin-ajax.php?action=spiderbigcalendarrr') ?>?theme_id='+theme_id+'&calendar_id='+calendar_id+'&eventID='+day_events[parseInt(key) -1]+'&date='+date+'&day='+day<?php if($widget)echo "+'&widget=1'" ?>;
2045
+ }
2046
+ }
2047
+
2048
+
2049
+
2050
+
2051
+ }
2052
+
2053
+
2054
+ document.onkeydown = function(evt) {
2055
+ evt = evt || window.event;
2056
+ if (evt.keyCode == 27) {
2057
+
2058
+ window.parent.document.getElementById('sbox-window').close();
2059
+ }
2060
+ };
2061
+
2062
+
2063
+
2064
+ </script>
2065
+
2066
+ <div style="background-color:<?php echo $show_event_bgcolor ?>; height:<?php echo $popup_height-30 ?>px;padding:15px;">
2067
+ <?php
2068
+
2069
+
2070
+
2071
+ foreach($rows as $row)
2072
+ {
2073
+ for($i=0;$i<count($ev_id);$i++)
2074
+ if($row->id==$ev_id[$i]){
2075
+ echo '<div ><a style="font-size:'.$title_size.'px;color:'.$title_color.'; line-height:30px" href="'.admin_url('admin-ajax.php?action=spiderbigcalendarrr').'&theme_id='.$theme_id.'&calendar_id='.$calendar_id.'&ev_ids='.$ev_ids.'&eventID='.$ev_id[$i].'&date='.$date.'&day='.$day.(($widget)?('&widget=1'):'').'&cur_page_url='.$path_sp_cal.'">';
2076
+ if($show_event)
2077
+ echo ($i+1);
2078
+ echo ' '.$row->title .'</a></div>';
2079
+ }
2080
+
2081
+
2082
+ }
2083
+
2084
+
2085
+
2086
+
2087
+ ?>
2088
+ </div>
2089
+ <?php
2090
+ die();
2091
+ }
2092
+
2093
+
2094
+ function spiderbigcalendar(){
2095
+ function php_Month_num($month_name)
2096
+
2097
+
2098
+
2099
+ {
2100
+
2101
+ for( $month_num=1; $month_num<=12; $month_num++ )
2102
+
2103
+
2104
+
2105
+ {
2106
+
2107
+ if (date( "F", mktime(0, 0, 0, $month_num, 1, 0 ) ) == $month_name)
2108
+
2109
+
2110
+
2111
+ {
2112
+
2113
+ return $month_num;
2114
+
2115
+
2116
+
2117
+ }
2118
+
2119
+
2120
+
2121
+ }
2122
+
2123
+
2124
+
2125
+ }
2126
+
2127
+
2128
+ function php_showevent()
2129
+
2130
+
2131
+
2132
+ {
2133
+ global $wpdb;
2134
+ if(isset($_GET['date']))
2135
+ {
2136
+
2137
+ if(IsDate_inputed($_GET['date']))
2138
+ $date=$_GET['date'];
2139
+ else
2140
+ $date=date("Y").'-'.php_Month_num(date("F")).'-'.date("d");
2141
+ }
2142
+ else
2143
+ {
2144
+
2145
+ $date=date("Y").'-'.php_Month_num(date("F")).'-'.date("d");
2146
+ }
2147
+ if(isset($_GET['calendar_id']))
2148
+ {
2149
+
2150
+ $calendar = (int) $_GET['calendar_id'];
2151
+ }
2152
+ else
2153
+ {
2154
+ $calendar=0;
2155
+ }
2156
+ $year=substr( $date,0,4);
2157
+ $month=substr( $date,5,2);
2158
+
2159
+ $eventID= (int) $_GET['eventID'];
2160
+ $row =$wpdb->get_row($wpdb->prepare('SELECT * FROM '.$wpdb->prefix.'spidercalendar_event WHERE id=%d',$eventID));
2161
+ $all_files_spider_cal['row']=$row;
2162
+ $all_files_spider_cal['option']=$option;
2163
+
2164
+ return array($all_files_spider_cal);
2165
+
2166
+
2167
+
2168
+ }
2169
+
2170
+
2171
+
2172
+ global $wpdb;
2173
+ function IsDate_inputed( $str ){
2174
+ if (is_array($str)) {
2175
+ return;
2176
+ }
2177
+ $stamp = strtotime( $str );
2178
+ if (!is_numeric($stamp))
2179
+ return FALSE;
2180
+ $month = date( 'm', $stamp );
2181
+ $day = date( 'd', $stamp );
2182
+ $year = date( 'Y', $stamp );
2183
+ if (checkdate($month, $day, $year))
2184
+ return TRUE;
2185
+ return FALSE;
2186
+ }
2187
+
2188
+ if(isset($_GET['widget']))
2189
+ {
2190
+ $widget=1;
2191
+ }
2192
+ else
2193
+ {
2194
+ $widget=0;
2195
+ }
2196
+
2197
+ $theme_id = (int) $_GET['theme_id'];
2198
+ if($widget)
2199
+ $theme =$wpdb->get_row($wpdb->prepare('SELECT * FROM '.$wpdb->prefix.'spidercalendar_widget_theme WHERE id=%d',$theme_id));
2200
+ else
2201
+ $theme =$wpdb->get_row($wpdb->prepare('SELECT * FROM '.$wpdb->prefix.'spidercalendar_theme WHERE id=%d',$theme_id));
2202
+
2203
+
2204
+
2205
+
2206
+
2207
+
2208
+
2209
+
2210
+
2211
+
2212
+
2213
+ function week_number($x)
2214
+ {
2215
+
2216
+ if($x==1)
2217
+ return __('First','sp_calendar');
2218
+
2219
+ if($x==7)
2220
+ return __('Second','sp_calendar');
2221
+
2222
+ if($x==14)
2223
+ return __('Third','sp_calendar');
2224
+
2225
+ if($x==21)
2226
+ return __('Fourth','sp_calendar');
2227
+
2228
+ if($x=='last')
2229
+ return __('Last','sp_calendar');
2230
+ }
2231
+
2232
+
2233
+
2234
+ function week_convert($x)
2235
+ {
2236
+ if($x=='Mon')
2237
+ return __('Monday','sp_calendar');
2238
+
2239
+ if($x=='Tue')
2240
+ return __('Tuesday','sp_calendar');
2241
+
2242
+ if($x=='Wed')
2243
+ return __('Wednesday','sp_calendar');
2244
+
2245
+ if($x=='Thu')
2246
+ return __('Thursday','sp_calendar');
2247
+
2248
+ if($x=='Fri')
2249
+ return __('Friday','sp_calendar');
2250
+
2251
+ if($x=='Sat')
2252
+ return __('Saturday','sp_calendar');
2253
+
2254
+ if($x=='Sun')
2255
+ return __('Sunday','sp_calendar');
2256
+
2257
+
2258
+
2259
+ }
2260
+
2261
+
2262
+ function do_nothing()
2263
+ {
2264
+ return false;
2265
+
2266
+ }
2267
+
2268
+
2269
+
2270
+
2271
+
2272
+ $title_color='#'.$theme->title_color;
2273
+
2274
+ $title_size=$theme->title_font_size;
2275
+
2276
+ $title_font=$theme->title_font;
2277
+
2278
+ $title_style=$theme->title_style;
2279
+
2280
+ $date_color='#'.$theme->date_color;
2281
+
2282
+ $date_size=$theme->date_size;
2283
+
2284
+ $date_font=$theme->date_font;
2285
+
2286
+ $date_style=$theme->date_style;
2287
+
2288
+ $next_prev_event_bgcolor='#'.$theme->next_prev_event_bgcolor;
2289
+ $next_prev_event_arrowcolor='#'.$theme->next_prev_event_arrowcolor;
2290
+ $show_event_bgcolor='#'.$theme->show_event_bgcolor;
2291
+
2292
+ $popup_width = $theme->popup_width;
2293
+ $popup_height = $theme->popup_height;
2294
+
2295
+
2296
+ $date_format=$theme->date_format;
2297
+
2298
+ $show_repeat=$theme->show_repeat;
2299
+
2300
+ $date_format_array=explode('/',$date_format);
2301
+
2302
+ for($i=0;$i<count($date_format_array);$i++)
2303
+ {
2304
+ if($date_format_array[$i]=='w')
2305
+ $date_format_array[$i]='l';
2306
+
2307
+ if($date_format_array[$i]=='m')
2308
+ $date_format_array[$i]='F';
2309
+
2310
+ if($date_format_array[$i]=='y')
2311
+ $date_format_array[$i]='Y';
2312
+
2313
+ }
2314
+
2315
+
2316
+ $all_files_cal=php_showevent();
2317
+
2318
+ $row=$all_files_cal[0]['row'];
2319
+ $option=$all_files_cal[0]['option'];
2320
+
2321
+
2322
+ if(isset($_GET['date'])){
2323
+ if(IsDate_inputed($_GET['date']))
2324
+ $datte=$_GET['date'];
2325
+ else
2326
+ $datte=date("Y-m-d");
2327
+ }
2328
+ else
2329
+ {
2330
+ $datte=date("Y-m-d");
2331
+ }
2332
+ $activedate=explode('-',$datte);
2333
+ $activedatetimestamp = mktime(0, 0, 0, $activedate[1], $activedate[2], $activedate[0]);
2334
+ $activedatestr='';
2335
+ for($i=0;$i<count($date_format_array);$i++)
2336
+ {
2337
+ $activedatestr.=__(date("".$date_format_array[$i]."",$activedatetimestamp)).' ';
2338
+ }
2339
+
2340
+ //$activedatestr=__(date("".$date_format_array[0]."",$activedatetimestamp)).' '.__(date("".$date_format_array[1]."",$activedatetimestamp)).' '.__(date("".$date_format_array[2]."",$activedatetimestamp)).' '.__(date("".$date_format_array[3]."",$activedatetimestamp));
2341
+
2342
+ $date = $datte;
2343
+ $day = substr($date,8);
2344
+ if(isset($_GET['calendar_id']))
2345
+ $calendar_id = (int) $_GET['calendar_id'];
2346
+ else
2347
+ $calendar_id=0;
2348
+
2349
+ //$ev_ids =$session->get('ev_ids');
2350
+ $ev_ids_inline= esc_html($_GET['ev_ids']);
2351
+
2352
+ $ev_id = explode(',',$ev_ids_inline);
2353
+
2354
+
2355
+
2356
+
2357
+
2358
+
2359
+
2360
+ $eventID= (int) $_GET['eventID'];
2361
+
2362
+ ?>
2363
+ <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
2364
+ <script>
2365
+
2366
+
2367
+ function next(day_events,ev_id,theme_id,calendar_id,date,day,ev_ids)
2368
+ {
2369
+
2370
+
2371
+
2372
+ var p=0;
2373
+ for (var key in day_events)
2374
+ { p=p+1;
2375
+ if(day_events[key]==ev_id && day_events[parseInt(key) +1])
2376
+ {
2377
+
2378
+
2379
+ window.location='<?php echo admin_url('admin-ajax.php?action=spiderbigcalendarrr')?>&theme_id='+theme_id+'&calendar_id='+calendar_id+'&eventID='+day_events[parseInt(key) +1]+'&date='+date+'&day='+day+'&ev_ids='+ev_ids<?php if($widget)echo "+'&widget=1'" ?>;
2380
+
2381
+ }
2382
+
2383
+ }
2384
+
2385
+
2386
+ }
2387
+
2388
+
2389
+ function change()
2390
+ {
2391
+
2392
+ jQuery('#dayevent').ready(function() {
2393
+ jQuery('#dayevent').animate({
2394
+
2395
+ opacity: 1,
2396
+
2397
+ marginLeft: "0in",
2398
+
2399
+
2400
+ }, 1000, function() {
2401
+
2402
+
2403
+
2404
+ });
2405
+ });
2406
+
2407
+ }
2408
+
2409
+ window.onload=change();
2410
+
2411
+ function prev(array1,ev_id,theme_id,calendar_id,date,day,ev_ids)
2412
+ {
2413
+ var day_events = array1;
2414
+
2415
+ for (var key in day_events)
2416
+ {
2417
+ if(day_events[key]==ev_id && day_events[parseInt(key) -1] )
2418
+ {
2419
+
2420
+
2421
+ window.location='<?php echo admin_url('admin-ajax.php?action=spiderbigcalendarrr')?>&theme_id='+theme_id+'&calendar_id='+calendar_id+'&eventID='+day_events[parseInt(key) -1]+'&date='+date+'&ev_ids='+ev_ids+'&day='+day<?php if($widget)echo "+'&widget=1'" ?>;
2422
+ }
2423
+ }
2424
+
2425
+
2426
+
2427
+
2428
+ }
2429
+
2430
+ document.onkeydown = function(evt) {
2431
+ evt = evt || window.event;
2432
+ if (evt.keyCode == 27) {
2433
+
2434
+ window.parent.document.getElementById('sbox-window').close();
2435
+ }
2436
+ };
2437
+
2438
+
2439
+
2440
+
2441
+ </script>
2442
+
2443
+ <?php
2444
+
2445
+
2446
+ ?>
2447
+
2448
+ <style>
2449
+ #dayevent
2450
+ {
2451
+ opacity:0;
2452
+
2453
+ }
2454
+ #previous , #next
2455
+ {
2456
+ width:5%;
2457
+ height:<?php echo $popup_height - 6 ?>px;
2458
+ cursor:pointer;
2459
+
2460
+ }
2461
+
2462
+ .arrow
2463
+ {
2464
+ font-size:50px;
2465
+ color:<?php echo $next_prev_event_arrowcolor ?>;
2466
+ text-decoration:none;
2467
+
2468
+ }
2469
+
2470
+
2471
+ </style>
2472
+
2473
+
2474
+ <table style="height:<?php echo $popup_height ?>px;width:100%;background-color:<?php echo $show_event_bgcolor ?>; border-spacing:0" align="center">
2475
+ <tr>
2476
+
2477
+ <td id="previous" onClick="prev([<?php echo $ev_ids_inline ?>],<?php echo $eventID ?>,<?php echo $theme_id ?>,<?php echo $calendar_id ?>,'<?php echo $date; ?>',<?php echo $day ?>,'<?php echo $ev_ids_inline ?>')" style="<?php if(count($ev_id)==1 or $eventID==$ev_id[0] ) echo 'display:none' ?>;text-align:center" onMouseOver="document.getElementById('previous').style.backgroundColor='<?php echo $next_prev_event_bgcolor ?>'" onMouseOut="document.getElementById('previous').style.backgroundColor=''" >
2478
+
2479
+ <span class="arrow" >&lt;</span>
2480
+
2481
+ </td>
2482
+
2483
+ <td style="vertical-align:top; width:90%">
2484
+ <?php
2485
+
2486
+ echo '<div id="dayevent" style="padding:0px 0px 0px 7px ;line-height:30px; padding-top:0px;">';
2487
+
2488
+
2489
+ if($date_style=="bold" or $date_style=="bold/italic" )
2490
+ $date_font_weight="font-weight:bold";
2491
+ else
2492
+ $date_font_weight="font-weight:normal";
2493
+ if($date_style=="italic" or $date_style=="bold/italic" )
2494
+ $date_font_style="font-style:italic";
2495
+ else
2496
+ $date_font_style="";
2497
+
2498
+
2499
+ echo '<div style="color:'.$date_color.';font-size:'.$date_size.'px; font-family:'.$date_font.'; '.$date_font_weight.'; '.$date_font_style.' ">'.$activedatestr.'</div>';
2500
+ if($title_style=="bold" or $title_style=="bold/italic" )
2501
+ $font_weight="font-weight:bold";
2502
+ else
2503
+ $font_weight="font-weight:normal";
2504
+ if($title_style=="italic" or $title_style=="bold/italic" )
2505
+ $font_style="font-style:italic";
2506
+ else
2507
+ $font_style="";
2508
+
2509
+ $weekdays=explode(',',$row->week);
2510
+
2511
+ $date_format1='d/m/y';
2512
+
2513
+ if($row->repeat=='1')
2514
+ $repeat='';
2515
+ else
2516
+ $repeat=$row->repeat;
2517
+
2518
+ if($row->text_for_date!='')
2519
+ {
2520
+ if($row->date_end and $row->date_end!='0000-00-00')
2521
+ echo '<div style="color:'.$date_color.';font-size:'.$date_size.'px; font-family:'.$date_font.'; '.$date_font_weight.'; '.$date_font_style.' ">'.__('Date','sp_calendar').':'.str_replace("d",substr($row->date,8,2),str_replace("m",substr($row->date,5,2),str_replace("y",substr($row->date,0,4),$date_format1))).'&nbsp;-&nbsp;'.str_replace("d",substr($row->date_end,8,2),str_replace("m",substr($row->date_end,5,2),str_replace("y",substr($row->date_end,0,4),$date_format1))).'&nbsp;'.$row->time.'</div>';
2522
+ else
2523
+ echo '<div style="color:'.$date_color.';font-size:'.$date_size.'px; font-family:'.$date_font.'; '.$font_weight.'; '.$font_style.' ">'.$row->time.'</div>';
2524
+
2525
+
2526
+
2527
+ if($show_repeat==1)
2528
+ {
2529
+ if($row->repeat_method=='daily')
2530
+ echo '<div style="color:'.$date_color.';font-size:'.$date_size.'px; font-family:'.$date_font.'; '.$date_font_weight.'; '.$date_font_style.' ">'.__('Repeat Every','sp_calendar').' ' .$repeat.' '.__('Day','sp_calendar').'</div>';
2531
+ if($row->repeat_method=='weekly')
2532
+ {
2533
+ echo '<div style="color:'.$date_color.';font-size:'.$date_size.'px; font-family:'.$date_font.'; '.$date_font_weight.'; '.$date_font_style.' ">'.__('Repeat Every','sp_calendar').' ' .$repeat.' '.__('Week(s) on','sp_calendar').' : ';
2534
+ for ($i=0;$i<count($weekdays);$i++)
2535
+ {
2536
+ if($weekdays[$i]!=''){
2537
+ if($i!=count($weekdays)-2)
2538
+ echo week_convert($weekdays[$i]).',';
2539
+ else
2540
+ echo week_convert($weekdays[$i]);
2541
+
2542
+ }
2543
+
2544
+ }
2545
+ echo '</div>';
2546
+ }
2547
+ if($row->repeat_method=='monthly' and $row->month_type==1)
2548
+ echo '<div style="color:'.$date_color.';font-size:'.$date_size.'px; font-family:'.$date_font.'; '.$date_font_weight.'; '.$date_font_style.' ">'.__('Repeat Every','sp_calendar').' ' .$repeat.' '.__('Month(s) on the','sp_calendar').' '.$row->month.'</div>';
2549
+
2550
+ if($row->repeat_method=='monthly' and $row->month_type==2)
2551
+ echo '<div style="color:'.$date_color.';font-size:'.$date_size.'px; font-family:'.$date_font.'; '.$date_font_weight.'; '.$date_font_style.' ">'.__('Repeat Every','sp_calendar').' '.$repeat.' '.__('Month(s) on the','sp_calendar').' '.week_number($row->monthly_list).' '.week_convert($row->month_week).'</div>';
2552
+
2553
+ if($row->repeat_method=='yearly' and $row->month_type==1)
2554
+ echo '<div style="color:'.$date_color.';font-size:'.$date_size.'px; font-family:'.$date_font.'; '.$date_font_weight.'; '.$date_font_style.' ">'.__('Repeat Every','sp_calendar').' ' .$repeat.' '.__('Year(s) in','sp_calendar').' '.date('F',mktime(0,0,0,$row->year_month + 1,0,0)).' '.__('on the','sp_calendar').' '.$row->month.'</div>';
2555
+
2556
+ if($row->repeat_method=='yearly' and $row->month_type==2)
2557
+ echo '<div style="color:'.$date_color.';font-size:'.$date_size.'px; font-family:'.$date_font.'; '.$date_font_weight.'; '.$date_font_style.' ">'.__('Repeat Every','sp_calendar').' ' .$repeat.' '.__('Year(s) in','sp_calendar').' '.date('F',mktime(0,0,0,$row->year_month + 1,0,0)).' '.__('on the','sp_calendar').' '.week_number($row->monthly_list).' '.week_convert($row->month_week).'</div>';
2558
+
2559
+
2560
+ }
2561
+
2562
+
2563
+ echo '<div style="color:'.$title_color.';font-size:'.$title_size.'px; font-family:'.$title_font.'; '.$font_weight.'; '.$font_style.' ">'.$row->title.'</div>';
2564
+
2565
+ echo '<div style="line-height:20px">'.$row->text_for_date.'</div>';
2566
+
2567
+
2568
+
2569
+
2570
+
2571
+ }
2572
+ else
2573
+ {
2574
+ echo '<div style="color:'.$title_color.';font-size:'.$title_size.'px; font-family:'.$title_font.'; '.$font_weight.'; '.$font_style.' ">'.$row->title.'</div>';
2575
+ echo '<h1 style="text-align:center">There Is No Text For This Event</h1>';
2576
+ }
2577
+ echo '</div>';
2578
+
2579
+ ?>
2580
+ <div style="width:98%;text-align:right; display:<?php if(count($ev_id)==1) echo 'none'; ?>"><a style="color:<?php echo $title_color?>;font-size:15px; font-family:<?php echo $title_font?>; <?php echo $font_weight?>; <?php echo $font_style?>" href="<?php echo admin_url('admin-ajax.php?action=spiderseemore').'&theme_id='.$theme_id.'&ev_ids='.$ev_ids_inline.'&calendar_id='.$calendar_id.'&date='.$date.''.(($widget)?('&widget=1'):'') ?>">Back to event list</a></div>
2581
+ </td>
2582
+
2583
+ <td id="next" onclick="next([<?php echo $ev_ids_inline ?>],<?php echo $eventID ?>,<?php echo $theme_id ?>,<?php echo $calendar_id ?>,'<?php echo $date ?>',<?php echo $day ?>,'<?php echo $ev_ids_inline ?>')" style="<?php if(count($ev_id)==1 or $eventID==end($ev_id)) echo 'display:none' ?>;text-align:center" onMouseOver="document.getElementById('next').style.backgroundColor='<?php echo $next_prev_event_bgcolor ?>'" onMouseOut="document.getElementById('next').style.backgroundColor=''" >
2584
+
2585
+ <span class="arrow" >&gt;</span>
2586
+
2587
+ </td>
2588
+
2589
+ </tr>
2590
+
2591
+ </table>
2592
+ <?php
2593
+
2594
+ ////////////////
2595
+
2596
+ $url_for_page=$_GET['cur_page_url'];
2597
+
2598
+ $url_for_page_de=urldecode($url_for_page);
2599
+ if(!strpos($url_for_page_de,'?')){
2600
+ $cuery_string='?'.$_SERVER['QUERY_STRING'];
2601
+ }
2602
+ else
2603
+ {
2604
+ $cuery_string='&'.$_SERVER['QUERY_STRING'];
2605
+ }
2606
+ $url_for_page_de.=$cuery_string;
2607
+ $url_for_page_de=str_replace('theme_id=','frst_theme_id=\'',$url_for_page_de);
2608
+ $url_for_page_de=str_replace('calendar_id=','frst_calendar_id=\'',$url_for_page_de);
2609
+ $url_for_page_de=str_replace('ev_ids=','frst_ev_ids=\'',$url_for_page_de);
2610
+ $url_for_page_de=str_replace('eventID=','frst_eventID=\'',$url_for_page_de);
2611
+ $url_for_page_de=str_replace('date=','frst_date=\'',$url_for_page_de);
2612
+ $url_for_page_de=str_replace('day=','frst_day=\'',$url_for_page_de);
2613
+ if(substr($url_for_page_de, -1)=='&')
2614
+ $url_for_page_de=substr_replace($url_for_page_de ,"",-1);
2615
+ $zzzzzzzzz=0;
2616
+ if($zzzzzzzzz==1){
2617
+ ?>
2618
+ <iframe src="//www.facebook.com/plugins/like.php?href=<?php echo urlencode($url_for_page_de); ?>" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>
2619
+ <?php
2620
+ }
2621
+ die();
2622
+
2623
+ }
2624
+
2625
+ ?>
images/calendar.png ADDED
Binary file
images/calendar_hover.png ADDED
Binary file
images/calendar_menu.png ADDED
Binary file
images/calendar_theme.jpg ADDED
Binary file
images/calendar_widjet_theme.jpg ADDED
Binary file
images/header.png ADDED
Binary file
images/loadingAnimation.gif ADDED
Binary file
images/tb-close.png ADDED
Binary file
js/editor_plugin.js ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ (function() {
2
+ tinymce.create('tinymce.plugins.sp_calendar_mce', {
3
+
4
+ init : function(ed, url){
5
+
6
+ ed.addCommand('mcesp_calendar_mce', function() {
7
+ ed.windowManager.open({
8
+ file : location.protocol + '//' + location.host + ajaxurl+ '?action=window',
9
+ width : 400 + ed.getLang('sp_calendar_mce.delta_width', 0),
10
+ height : 220 + ed.getLang('sp_calendar_mce.delta_height', 0),
11
+ inline : 1
12
+ }, {
13
+ plugin_url : url // Plugin absolute URL
14
+ });
15
+ });
16
+ ed.addButton('sp_calendar_mce', {
17
+ title : 'Insert Spider Calendar',
18
+ cmd : 'mcesp_calendar_mce',
19
+ });
20
+ }
21
+ });
22
+
23
+ tinymce.PluginManager.add('sp_calendar_mce', tinymce.plugins.sp_calendar_mce);
24
+
25
+ })();
js/index.html ADDED
@@ -0,0 +1 @@
 
1
+ <html><body bgcolor="#FFFFFF"></body></html>
js/mootools.js ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ //MooTools, My Object Oriented Javascript Tools. Copyright (c) 2006 Valerio Proietti, <http://mad4milk.net>, MIT Style License.
2
+
3
+ var MooTools={version:'1.12'};function $defined(obj){return(obj!=undefined);};function $type(obj){if(!$defined(obj))return false;if(obj.htmlElement)return'element';var type=typeof obj;if(type=='object'&&obj.nodeName){switch(obj.nodeType){case 1:return'element';case 3:return(/\S/).test(obj.nodeValue)?'textnode':'whitespace';}}
4
+ if(type=='object'||type=='function'){switch(obj.constructor){case Array:return'array';case RegExp:return'regexp';case Class:return'class';}
5
+ if(typeof obj.length=='number'){if(obj.item)return'collection';if(obj.callee)return'arguments';}}
6
+ return type;};function $merge(){var mix={};for(var i=0;i<arguments.length;i++){for(var property in arguments[i]){var ap=arguments[i][property];var mp=mix[property];if(mp&&$type(ap)=='object'&&$type(mp)=='object')mix[property]=$merge(mp,ap);else mix[property]=ap;}}
7
+ return mix;};var $extend=function(){var args=arguments;if(!args[1])args=[this,args[0]];for(var property in args[1])args[0][property]=args[1][property];return args[0];};var $native=function(){for(var i=0,l=arguments.length;i<l;i++){arguments[i].extend=function(props){for(var prop in props){if(!this.prototype[prop])this.prototype[prop]=props[prop];if(!this[prop])this[prop]=$native.generic(prop);}};}};$native.generic=function(prop){return function(bind){return this.prototype[prop].apply(bind,Array.prototype.slice.call(arguments,1));};};$native(Function,Array,String,Number);function $chk(obj){return!!(obj||obj===0);};function $pick(obj,picked){return $defined(obj)?obj:picked;};function $random(min,max){return Math.floor(Math.random()*(max-min+1)+min);};function $time(){return new Date().getTime();};function $clear(timer){clearTimeout(timer);clearInterval(timer);return null;};var Abstract=function(obj){obj=obj||{};obj.extend=$extend;return obj;};var Window=new Abstract(window);var Document=new Abstract(document);document.head=document.getElementsByTagName('head')[0];window.xpath=!!(document.evaluate);if(window.ActiveXObject)window.ie=window[window.XMLHttpRequest?'ie7':'ie6']=true;else if(document.childNodes&&!document.all&&!navigator.taintEnabled)window.webkit=window[window.xpath?'webkit420':'webkit419']=true;else if(document.getBoxObjectFor!=null||window.mozInnerScreenX!=null)window.gecko=true;window.khtml=window.webkit;Object.extend=$extend;if(typeof HTMLElement=='undefined'){var HTMLElement=function(){};if(window.webkit)document.createElement("iframe");HTMLElement.prototype=(window.webkit)?window["[[DOMElement.prototype]]"]:{};}
8
+ HTMLElement.prototype.htmlElement=function(){};if(window.ie6)try{document.execCommand("BackgroundImageCache",false,true);}catch(e){};var Class=function(properties){var klass=function(){return(arguments[0]!==null&&this.initialize&&$type(this.initialize)=='function')?this.initialize.apply(this,arguments):this;};$extend(klass,this);klass.prototype=properties;klass.constructor=Class;return klass;};Class.empty=function(){};Class.prototype={extend:function(properties){var proto=new this(null);for(var property in properties){var pp=proto[property];proto[property]=Class.Merge(pp,properties[property]);}
9
+ return new Class(proto);},implement:function(){for(var i=0,l=arguments.length;i<l;i++)$extend(this.prototype,arguments[i]);}};Class.Merge=function(previous,current){if(previous&&previous!=current){var type=$type(current);if(type!=$type(previous))return current;switch(type){case'function':var merged=function(){this.parent=arguments.callee.parent;return current.apply(this,arguments);};merged.parent=previous;return merged;case'object':return $merge(previous,current);}}
10
+ return current;};var Chain=new Class({chain:function(fn){this.chains=this.chains||[];this.chains.push(fn);return this;},callChain:function(){if(this.chains&&this.chains.length)this.chains.shift().delay(10,this);},clearChain:function(){this.chains=[];}});var Events=new Class({addEvent:function(type,fn){if(fn!=Class.empty){this.$events=this.$events||{};this.$events[type]=this.$events[type]||[];this.$events[type].include(fn);}
11
+ return this;},fireEvent:function(type,args,delay){if(this.$events&&this.$events[type]){this.$events[type].each(function(fn){fn.create({'bind':this,'delay':delay,'arguments':args})();},this);}
12
+ return this;},removeEvent:function(type,fn){if(this.$events&&this.$events[type])this.$events[type].remove(fn);return this;}});var Options=new Class({setOptions:function(){this.options=$merge.apply(null,[this.options].extend(arguments));if(this.addEvent){for(var option in this.options){if($type(this.options[option]=='function')&&(/^on[A-Z]/).test(option))this.addEvent(option,this.options[option]);}}
13
+ return this;}});Array.extend({forEach:function(fn,bind){for(var i=0,j=this.length;i<j;i++)fn.call(bind,this[i],i,this);},filter:function(fn,bind){var results=[];for(var i=0,j=this.length;i<j;i++){if(fn.call(bind,this[i],i,this))results.push(this[i]);}
14
+ return results;},map:function(fn,bind){var results=[];for(var i=0,j=this.length;i<j;i++)results[i]=fn.call(bind,this[i],i,this);return results;},every:function(fn,bind){for(var i=0,j=this.length;i<j;i++){if(!fn.call(bind,this[i],i,this))return false;}
15
+ return true;},some:function(fn,bind){for(var i=0,j=this.length;i<j;i++){if(fn.call(bind,this[i],i,this))return true;}
16
+ return false;},indexOf:function(item,from){var len=this.length;for(var i=(from<0)?Math.max(0,len+from):from||0;i<len;i++){if(this[i]===item)return i;}
17
+ return-1;},copy:function(start,length){start=start||0;if(start<0)start=this.length+start;length=length||(this.length-start);var newArray=[];for(var i=0;i<length;i++)newArray[i]=this[start++];return newArray;},remove:function(item){var i=0;var len=this.length;while(i<len){if(this[i]===item){this.splice(i,1);len--;}else{i++;}}
18
+ return this;},contains:function(item,from){return this.indexOf(item,from)!=-1;},associate:function(keys){var obj={},length=Math.min(this.length,keys.length);for(var i=0;i<length;i++)obj[keys[i]]=this[i];return obj;},extend:function(array){for(var i=0,j=array.length;i<j;i++)this.push(array[i]);return this;},merge:function(array){for(var i=0,l=array.length;i<l;i++)this.include(array[i]);return this;},include:function(item){if(!this.contains(item))this.push(item);return this;},getRandom:function(){return this[$random(0,this.length-1)]||null;},getLast:function(){return this[this.length-1]||null;}});Array.prototype.each=Array.prototype.forEach;Array.each=Array.forEach;function $A(array){return Array.copy(array);};function $each(iterable,fn,bind){if(iterable&&typeof iterable.length=='number'&&$type(iterable)!='object'){Array.forEach(iterable,fn,bind);}else{for(var name in iterable)fn.call(bind||iterable,iterable[name],name);}};Array.prototype.test=Array.prototype.contains;String.extend({test:function(regex,params){return(($type(regex)=='string')?new RegExp(regex,params):regex).test(this);},toInt:function(){return parseInt(this,10);},toFloat:function(){return parseFloat(this);},camelCase:function(){return this.replace(/-\D/g,function(match){return match.charAt(1).toUpperCase();});},hyphenate:function(){return this.replace(/\w[A-Z]/g,function(match){return(match.charAt(0)+'-'+match.charAt(1).toLowerCase());});},capitalize:function(){return this.replace(/\b[a-z]/g,function(match){return match.toUpperCase();});},trim:function(){return this.replace(/^\s+|\s+$/g,'');},clean:function(){return this.replace(/\s{2,}/g,' ').trim();},rgbToHex:function(array){var rgb=this.match(/\d{1,3}/g);return(rgb)?rgb.rgbToHex(array):false;},hexToRgb:function(array){var hex=this.match(/^#?(\w{1,2})(\w{1,2})(\w{1,2})$/);return(hex)?hex.slice(1).hexToRgb(array):false;},contains:function(string,s){return(s)?(s+this+s).indexOf(s+string+s)>-1:this.indexOf(string)>-1;},escapeRegExp:function(){return this.replace(/([.*+?^${}()|[\]\/\\])/g,'\\$1');}});Array.extend({rgbToHex:function(array){if(this.length<3)return false;if(this.length==4&&this[3]==0&&!array)return'transparent';var hex=[];for(var i=0;i<3;i++){var bit=(this[i]-0).toString(16);hex.push((bit.length==1)?'0'+bit:bit);}
19
+ return array?hex:'#'+hex.join('');},hexToRgb:function(array){if(this.length!=3)return false;var rgb=[];for(var i=0;i<3;i++){rgb.push(parseInt((this[i].length==1)?this[i]+this[i]:this[i],16));}
20
+ return array?rgb:'rgb('+rgb.join(',')+')';}});Function.extend({create:function(options){var fn=this;options=$merge({'bind':fn,'event':false,'arguments':null,'delay':false,'periodical':false,'attempt':false},options);if($chk(options.arguments)&&$type(options.arguments)!='array')options.arguments=[options.arguments];return function(event){var args;if(options.event){event=event||window.event;args=[(options.event===true)?event:new options.event(event)];if(options.arguments)args.extend(options.arguments);}
21
+ else args=options.arguments||arguments;var returns=function(){return fn.apply($pick(options.bind,fn),args);};if(options.delay)return setTimeout(returns,options.delay);if(options.periodical)return setInterval(returns,options.periodical);if(options.attempt)try{return returns();}catch(err){return false;};return returns();};},pass:function(args,bind){return this.create({'arguments':args,'bind':bind});},attempt:function(args,bind){return this.create({'arguments':args,'bind':bind,'attempt':true})();},bind:function(bind,args){return this.create({'bind':bind,'arguments':args});},bindAsEventListener:function(bind,args){return this.create({'bind':bind,'event':true,'arguments':args});},delay:function(delay,bind,args){return this.create({'delay':delay,'bind':bind,'arguments':args})();},periodical:function(interval,bind,args){return this.create({'periodical':interval,'bind':bind,'arguments':args})();}});Number.extend({toInt:function(){return parseInt(this);},toFloat:function(){return parseFloat(this);},limit:function(min,max){return Math.min(max,Math.max(min,this));},round:function(precision){precision=Math.pow(10,precision||0);return Math.round(this*precision)/precision;},times:function(fn){for(var i=0;i<this;i++)fn(i);}});var Element=new Class({initialize:function(el,props){if($type(el)=='string'){if(window.ie&&props&&(props.name||props.type)){var name=(props.name)?' name="'+props.name+'"':'';var type=(props.type)?' type="'+props.type+'"':'';delete props.name;delete props.type;el='<'+el+name+type+'>';}
22
+ el=document.createElement(el);}
23
+ el=$(el);return(!props||!el)?el:el.set(props);}});var Elements=new Class({initialize:function(elements){return(elements)?$extend(elements,this):this;}});Elements.extend=function(props){for(var prop in props){this.prototype[prop]=props[prop];this[prop]=$native.generic(prop);}};function $(el){if(!el)return null;if(el.htmlElement)return Garbage.collect(el);if([window,document].contains(el))return el;var type=$type(el);if(type=='string'){el=document.getElementById(el);type=(el)?'element':false;}
24
+ if(type!='element')return null;if(el.htmlElement)return Garbage.collect(el);if(['object','embed'].contains(el.tagName.toLowerCase()))return el;$extend(el,Element.prototype);el.htmlElement=function(){};return Garbage.collect(el);};document.getElementsBySelector=document.getElementsByTagName;function $$(){var elements=[];for(var i=0,j=arguments.length;i<j;i++){var selector=arguments[i];switch($type(selector)){case'element':elements.push(selector);case'boolean':break;case false:break;case'string':selector=document.getElementsBySelector(selector,true);default:elements.extend(selector);}}
25
+ return $$.unique(elements);};$$.unique=function(array){var elements=[];for(var i=0,l=array.length;i<l;i++){if(array[i].$included)continue;var element=$(array[i]);if(element&&!element.$included){element.$included=true;elements.push(element);}}
26
+ for(var n=0,d=elements.length;n<d;n++)elements[n].$included=null;return new Elements(elements);};Elements.Multi=function(property){return function(){var args=arguments;var items=[];var elements=true;for(var i=0,j=this.length,returns;i<j;i++){returns=this[i][property].apply(this[i],args);if($type(returns)!='element')elements=false;items.push(returns);};return(elements)?$$.unique(items):items;};};Element.extend=function(properties){for(var property in properties){HTMLElement.prototype[property]=properties[property];Element.prototype[property]=properties[property];Element[property]=$native.generic(property);var elementsProperty=(Array.prototype[property])?property+'Elements':property;Elements.prototype[elementsProperty]=Elements.Multi(property);}};Element.extend({set:function(props){for(var prop in props){var val=props[prop];switch(prop){case'styles':this.setStyles(val);break;case'events':if(this.addEvents)this.addEvents(val);break;case'properties':this.setProperties(val);break;default:this.setProperty(prop,val);}}
27
+ return this;},inject:function(el,where){el=$(el);switch(where){case'before':el.parentNode.insertBefore(this,el);break;case'after':var next=el.getNext();if(!next)el.parentNode.appendChild(this);else el.parentNode.insertBefore(this,next);break;case'top':var first=el.firstChild;if(first){el.insertBefore(this,first);break;}
28
+ default:el.appendChild(this);}
29
+ return this;},injectBefore:function(el){return this.inject(el,'before');},injectAfter:function(el){return this.inject(el,'after');},injectInside:function(el){return this.inject(el,'bottom');},injectTop:function(el){return this.inject(el,'top');},adopt:function(){var elements=[];$each(arguments,function(argument){elements=elements.concat(argument);});$$(elements).inject(this);return this;},remove:function(){return this.parentNode.removeChild(this);},clone:function(contents){var el=$(this.cloneNode(contents!==false));if(!el.$events)return el;el.$events={};for(var type in this.$events)el.$events[type]={'keys':$A(this.$events[type].keys),'values':$A(this.$events[type].values)};return el.removeEvents();},replaceWith:function(el){el=$(el);this.parentNode.replaceChild(el,this);return el;},appendText:function(text){this.appendChild(document.createTextNode(text));return this;},hasClass:function(className){return this.className.contains(className,' ');},addClass:function(className){if(!this.hasClass(className))this.className=(this.className+' '+className).clean();return this;},removeClass:function(className){this.className=this.className.replace(new RegExp('(^|\\s)'+className+'(?:\\s|$)'),'$1').clean();return this;},toggleClass:function(className){return this.hasClass(className)?this.removeClass(className):this.addClass(className);},setStyle:function(property,value){switch(property){case'opacity':return this.setOpacity(parseFloat(value));case'float':property=(window.ie)?'styleFloat':'cssFloat';}
30
+ property=property.camelCase();switch($type(value)){case'number':if(!['zIndex','zoom'].contains(property))value+='px';break;case'array':value='rgb('+value.join(',')+')';}
31
+ this.style[property]=value;return this;},setStyles:function(source){switch($type(source)){case'object':Element.setMany(this,'setStyle',source);break;case'string':this.style.cssText=source;}
32
+ return this;},setOpacity:function(opacity){if(opacity==0){if(this.style.visibility!="hidden")this.style.visibility="hidden";}else{if(this.style.visibility!="visible")this.style.visibility="visible";}
33
+ if(!this.currentStyle||!this.currentStyle.hasLayout)this.style.zoom=1;if(window.ie)this.style.filter=(opacity==1)?'':"alpha(opacity="+opacity*100+")";this.style.opacity=this.$tmp.opacity=opacity;return this;},getStyle:function(property){property=property.camelCase();var result=this.style[property];if(!$chk(result)){if(property=='opacity')return this.$tmp.opacity;result=[];for(var style in Element.Styles){if(property==style){Element.Styles[style].each(function(s){var style=this.getStyle(s);result.push(parseInt(style)?style:'0px');},this);if(property=='border'){var every=result.every(function(bit){return(bit==result[0]);});return(every)?result[0]:false;}
34
+ return result.join(' ');}}
35
+ if(property.contains('border')){if(Element.Styles.border.contains(property)){return['Width','Style','Color'].map(function(p){return this.getStyle(property+p);},this).join(' ');}else if(Element.borderShort.contains(property)){return['Top','Right','Bottom','Left'].map(function(p){return this.getStyle('border'+p+property.replace('border',''));},this).join(' ');}}
36
+ if(document.defaultView)result=document.defaultView.getComputedStyle(this,null).getPropertyValue(property.hyphenate());else if(this.currentStyle)result=this.currentStyle[property];}
37
+ if(window.ie)result=Element.fixStyle(property,result,this);if(result&&property.test(/color/i)&&result.contains('rgb')){return result.split('rgb').splice(1,4).map(function(color){return color.rgbToHex();}).join(' ');}
38
+ return result;},getStyles:function(){return Element.getMany(this,'getStyle',arguments);},walk:function(brother,start){brother+='Sibling';var el=(start)?this[start]:this[brother];while(el&&$type(el)!='element')el=el[brother];return $(el);},getPrevious:function(){return this.walk('previous');},getNext:function(){return this.walk('next');},getFirst:function(){return this.walk('next','firstChild');},getLast:function(){return this.walk('previous','lastChild');},getParent:function(){return $(this.parentNode);},getChildren:function(){return $$(this.childNodes);},hasChild:function(el){return!!$A(this.getElementsByTagName('*')).contains(el);},getProperty:function(property){var index=Element.Properties[property];if(index)return this[index];var flag=Element.PropertiesIFlag[property]||0;if(!window.ie||flag)return this.getAttribute(property,flag);var node=this.attributes[property];return(node)?node.nodeValue:null;},removeProperty:function(property){var index=Element.Properties[property];if(index)this[index]='';else this.removeAttribute(property);return this;},getProperties:function(){return Element.getMany(this,'getProperty',arguments);},setProperty:function(property,value){var index=Element.Properties[property];if(index)this[index]=value;else this.setAttribute(property,value);return this;},setProperties:function(source){return Element.setMany(this,'setProperty',source);},setHTML:function(){this.innerHTML=$A(arguments).join('');return this;},setText:function(text){var tag=this.getTag();if(['style','script'].contains(tag)){if(window.ie){if(tag=='style')this.styleSheet.cssText=text;else if(tag=='script')this.setProperty('text',text);return this;}else{this.removeChild(this.firstChild);return this.appendText(text);}}
39
+ this[$defined(this.innerText)?'innerText':'textContent']=text;return this;},getText:function(){var tag=this.getTag();if(['style','script'].contains(tag)){if(window.ie){if(tag=='style')return this.styleSheet.cssText;else if(tag=='script')return this.getProperty('text');}else{return this.innerHTML;}}
40
+ return($pick(this.innerText,this.textContent));},getTag:function(){return this.tagName.toLowerCase();},empty:function(){Garbage.trash(this.getElementsByTagName('*'));return this.setHTML('');}});Element.fixStyle=function(property,result,element){if($chk(parseInt(result)))return result;if(['height','width'].contains(property)){var values=(property=='width')?['left','right']:['top','bottom'];var size=0;values.each(function(value){size+=element.getStyle('border-'+value+'-width').toInt()+element.getStyle('padding-'+value).toInt();});return element['offset'+property.capitalize()]-size+'px';}else if(property.test(/border(.+)Width|margin|padding/)){return'0px';}
41
+ return result;};Element.Styles={'border':[],'padding':[],'margin':[]};['Top','Right','Bottom','Left'].each(function(direction){for(var style in Element.Styles)Element.Styles[style].push(style+direction);});Element.borderShort=['borderWidth','borderStyle','borderColor'];Element.getMany=function(el,method,keys){var result={};$each(keys,function(key){result[key]=el[method](key);});return result;};Element.setMany=function(el,method,pairs){for(var key in pairs)el[method](key,pairs[key]);return el;};Element.Properties=new Abstract({'class':'className','for':'htmlFor','colspan':'colSpan','rowspan':'rowSpan','accesskey':'accessKey','tabindex':'tabIndex','maxlength':'maxLength','readonly':'readOnly','frameborder':'frameBorder','value':'value','disabled':'disabled','checked':'checked','multiple':'multiple','selected':'selected'});Element.PropertiesIFlag={'href':2,'src':2};Element.Methods={Listeners:{addListener:function(type,fn){if(this.addEventListener)this.addEventListener(type,fn,false);else this.attachEvent('on'+type,fn);return this;},removeListener:function(type,fn){if(this.removeEventListener)this.removeEventListener(type,fn,false);else this.detachEvent('on'+type,fn);return this;}}};window.extend(Element.Methods.Listeners);document.extend(Element.Methods.Listeners);Element.extend(Element.Methods.Listeners);var Garbage={elements:[],collect:function(el){if(!el.$tmp){Garbage.elements.push(el);el.$tmp={'opacity':1};}
42
+ return el;},trash:function(elements){for(var i=0,j=elements.length,el;i<j;i++){if(!(el=elements[i])||!el.$tmp)continue;if(el.$events)el.fireEvent('trash').removeEvents();for(var p in el.$tmp)el.$tmp[p]=null;for(var d in Element.prototype)el[d]=null;Garbage.elements[Garbage.elements.indexOf(el)]=null;el.htmlElement=el.$tmp=el=null;}
43
+ Garbage.elements.remove(null);},empty:function(){Garbage.collect(window);Garbage.collect(document);Garbage.trash(Garbage.elements);}};window.addListener('beforeunload',function(){window.addListener('unload',Garbage.empty);if(window.ie)window.addListener('unload',CollectGarbage);});var Event=new Class({initialize:function(event){if(event&&event.$extended)return event;this.$extended=true;event=event||window.event;this.event=event;this.type=event.type;this.target=event.target||event.srcElement;if(this.target.nodeType==3)this.target=this.target.parentNode;this.shift=event.shiftKey;this.control=event.ctrlKey;this.alt=event.altKey;this.meta=event.metaKey;if(['DOMMouseScroll','mousewheel'].contains(this.type)){this.wheel=(event.wheelDelta)?event.wheelDelta/120:-(event.detail||0)/3;}else if(this.type.contains('key')){this.code=event.which||event.keyCode;for(var name in Event.keys){if(Event.keys[name]==this.code){this.key=name;break;}}
44
+ if(this.type=='keydown'){var fKey=this.code-111;if(fKey>0&&fKey<13)this.key='f'+fKey;}
45
+ this.key=this.key||String.fromCharCode(this.code).toLowerCase();}else if(this.type.test(/(click|mouse|menu)/)){this.page={'x':event.pageX||event.clientX+document.documentElement.scrollLeft,'y':event.pageY||event.clientY+document.documentElement.scrollTop};this.client={'x':event.pageX?event.pageX-window.pageXOffset:event.clientX,'y':event.pageY?event.pageY-window.pageYOffset:event.clientY};this.rightClick=(event.which==3)||(event.button==2);switch(this.type){case'mouseover':this.relatedTarget=event.relatedTarget||event.fromElement;break;case'mouseout':this.relatedTarget=event.relatedTarget||event.toElement;}
46
+ this.fixRelatedTarget();}
47
+ return this;},stop:function(){return this.stopPropagation().preventDefault();},stopPropagation:function(){if(this.event.stopPropagation)this.event.stopPropagation();else this.event.cancelBubble=true;return this;},preventDefault:function(){if(this.event.preventDefault)this.event.preventDefault();else this.event.returnValue=false;return this;}});Event.fix={relatedTarget:function(){if(this.relatedTarget&&this.relatedTarget.nodeType==3)this.relatedTarget=this.relatedTarget.parentNode;},relatedTargetGecko:function(){try{Event.fix.relatedTarget.call(this);}catch(e){this.relatedTarget=this.target;}}};Event.prototype.fixRelatedTarget=(window.gecko)?Event.fix.relatedTargetGecko:Event.fix.relatedTarget;Event.keys=new Abstract({'enter':13,'up':38,'down':40,'left':37,'right':39,'esc':27,'space':32,'backspace':8,'tab':9,'delete':46});Element.Methods.Events={addEvent:function(type,fn){this.$events=this.$events||{};this.$events[type]=this.$events[type]||{'keys':[],'values':[]};if(this.$events[type].keys.contains(fn))return this;this.$events[type].keys.push(fn);var realType=type;var custom=Element.Events[type];if(custom){if(custom.add)custom.add.call(this,fn);if(custom.map)fn=custom.map;if(custom.type)realType=custom.type;}
48
+ if(!this.addEventListener)fn=fn.create({'bind':this,'event':true});this.$events[type].values.push(fn);return(Element.NativeEvents.contains(realType))?this.addListener(realType,fn):this;},removeEvent:function(type,fn){if(!this.$events||!this.$events[type])return this;var pos=this.$events[type].keys.indexOf(fn);if(pos==-1)return this;var key=this.$events[type].keys.splice(pos,1)[0];var value=this.$events[type].values.splice(pos,1)[0];var custom=Element.Events[type];if(custom){if(custom.remove)custom.remove.call(this,fn);if(custom.type)type=custom.type;}
49
+ return(Element.NativeEvents.contains(type))?this.removeListener(type,value):this;},addEvents:function(source){return Element.setMany(this,'addEvent',source);},removeEvents:function(type){if(!this.$events)return this;if(!type){for(var evType in this.$events)this.removeEvents(evType);this.$events=null;}else if(this.$events[type]){this.$events[type].keys.each(function(fn){this.removeEvent(type,fn);},this);this.$events[type]=null;}
50
+ return this;},fireEvent:function(type,args,delay){if(this.$events&&this.$events[type]){this.$events[type].keys.each(function(fn){fn.create({'bind':this,'delay':delay,'arguments':args})();},this);}
51
+ return this;},cloneEvents:function(from,type){if(!from.$events)return this;if(!type){for(var evType in from.$events)this.cloneEvents(from,evType);}else if(from.$events[type]){from.$events[type].keys.each(function(fn){this.addEvent(type,fn);},this);}
52
+ return this;}};window.extend(Element.Methods.Events);document.extend(Element.Methods.Events);Element.extend(Element.Methods.Events);Element.Events=new Abstract({'mouseenter':{type:'mouseover',map:function(event){event=new Event(event);if(event.relatedTarget!=this&&!this.hasChild(event.relatedTarget))this.fireEvent('mouseenter',event);}},'mouseleave':{type:'mouseout',map:function(event){event=new Event(event);if(event.relatedTarget!=this&&!this.hasChild(event.relatedTarget))this.fireEvent('mouseleave',event);}},'mousewheel':{type:(window.gecko)?'DOMMouseScroll':'mousewheel'}});Element.NativeEvents=['click','dblclick','mouseup','mousedown','mousewheel','DOMMouseScroll','mouseover','mouseout','mousemove','keydown','keypress','keyup','load','unload','beforeunload','resize','move','focus','blur','change','submit','reset','select','error','abort','contextmenu','scroll'];Function.extend({bindWithEvent:function(bind,args){return this.create({'bind':bind,'arguments':args,'event':Event});}});Elements.extend({filterByTag:function(tag){return new Elements(this.filter(function(el){return(Element.getTag(el)==tag);}));},filterByClass:function(className,nocash){var elements=this.filter(function(el){return(el.className&&el.className.contains(className,' '));});return(nocash)?elements:new Elements(elements);},filterById:function(id,nocash){var elements=this.filter(function(el){return(el.id==id);});return(nocash)?elements:new Elements(elements);},filterByAttribute:function(name,operator,value,nocash){var elements=this.filter(function(el){var current=Element.getProperty(el,name);if(!current)return false;if(!operator)return true;switch(operator){case'=':return(current==value);case'*=':return(current.contains(value));case'^=':return(current.substr(0,value.length)==value);case'$=':return(current.substr(current.length-value.length)==value);case'!=':return(current!=value);case'~=':return current.contains(value,' ');}
53
+ return false;});return(nocash)?elements:new Elements(elements);}});function $E(selector,filter){return($(filter)||document).getElement(selector);};function $ES(selector,filter){return($(filter)||document).getElementsBySelector(selector);};$$.shared={'regexp':/^(\w*|\*)(?:#([\w-]+)|\.([\w-]+))?(?:\[(\w+)(?:([!*^$]?=)["']?([^"'\]]*)["']?)?])?$/,'xpath':{getParam:function(items,context,param,i){var temp=[context.namespaceURI?'xhtml:':'',param[1]];if(param[2])temp.push('[@id="',param[2],'"]');if(param[3])temp.push('[contains(concat(" ", @class, " "), " ',param[3],' ")]');if(param[4]){if(param[5]&&param[6]){switch(param[5]){case'*=':temp.push('[contains(@',param[4],', "',param[6],'")]');break;case'^=':temp.push('[starts-with(@',param[4],', "',param[6],'")]');break;case'$=':temp.push('[substring(@',param[4],', string-length(@',param[4],') - ',param[6].length,' + 1) = "',param[6],'"]');break;case'=':temp.push('[@',param[4],'="',param[6],'"]');break;case'!=':temp.push('[@',param[4],'!="',param[6],'"]');}}else{temp.push('[@',param[4],']');}}
54
+ items.push(temp.join(''));return items;},getItems:function(items,context,nocash){var elements=[];var xpath=document.evaluate('.//'+items.join('//'),context,$$.shared.resolver,XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE,null);for(var i=0,j=xpath.snapshotLength;i<j;i++)elements.push(xpath.snapshotItem(i));return(nocash)?elements:new Elements(elements.map($));}},'normal':{getParam:function(items,context,param,i){if(i==0){if(param[2]){var el=context.getElementById(param[2]);if(!el||((param[1]!='*')&&(Element.getTag(el)!=param[1])))return false;items=[el];}else{items=$A(context.getElementsByTagName(param[1]));}}else{items=$$.shared.getElementsByTagName(items,param[1]);if(param[2])items=Elements.filterById(items,param[2],true);}
55
+ if(param[3])items=Elements.filterByClass(items,param[3],true);if(param[4])items=Elements.filterByAttribute(items,param[4],param[5],param[6],true);return items;},getItems:function(items,context,nocash){return(nocash)?items:$$.unique(items);}},resolver:function(prefix){return(prefix=='xhtml')?'http://www.w3.org/1999/xhtml':false;},getElementsByTagName:function(context,tagName){var found=[];for(var i=0,j=context.length;i<j;i++)found.extend(context[i].getElementsByTagName(tagName));return found;}};$$.shared.method=(window.xpath)?'xpath':'normal';Element.Methods.Dom={getElements:function(selector,nocash){var items=[];selector=selector.trim().split(' ');for(var i=0,j=selector.length;i<j;i++){var sel=selector[i];var param=sel.match($$.shared.regexp);if(!param)break;param[1]=param[1]||'*';var temp=$$.shared[$$.shared.method].getParam(items,this,param,i);if(!temp)break;items=temp;}
56
+ return $$.shared[$$.shared.method].getItems(items,this,nocash);},getElement:function(selector){return $(this.getElements(selector,true)[0]||false);},getElementsBySelector:function(selector,nocash){var elements=[];selector=selector.split(',');for(var i=0,j=selector.length;i<j;i++)elements=elements.concat(this.getElements(selector[i],true));return(nocash)?elements:$$.unique(elements);}};Element.extend({getElementById:function(id){var el=document.getElementById(id);if(!el)return false;for(var parent=el.parentNode;parent!=this;parent=parent.parentNode){if(!parent)return false;}
57
+ return el;},getElementsByClassName:function(className){return this.getElements('.'+className);}});document.extend(Element.Methods.Dom);Element.extend(Element.Methods.Dom);Element.extend({getValue:function(){switch(this.getTag()){case'select':var values=[];$each(this.options,function(option){if(option.selected)values.push($pick(option.value,option.text));});return(this.multiple)?values:values[0];case'input':if(!(this.checked&&['checkbox','radio'].contains(this.type))&&!['hidden','text','password'].contains(this.type))break;case'textarea':return this.value;}
58
+ return false;},getFormElements:function(){return $$(this.getElementsByTagName('input'),this.getElementsByTagName('select'),this.getElementsByTagName('textarea'));},toQueryString:function(){var queryString=[];this.getFormElements().each(function(el){var name=el.name;var value=el.getValue();if(value===false||!name||el.disabled)return;var qs=function(val){queryString.push(name+'='+encodeURIComponent(val));};if($type(value)=='array')value.each(qs);else qs(value);});return queryString.join('&');}});Element.extend({scrollTo:function(x,y){this.scrollLeft=x;this.scrollTop=y;},getSize:function(){return{'scroll':{'x':this.scrollLeft,'y':this.scrollTop},'size':{'x':this.offsetWidth,'y':this.offsetHeight},'scrollSize':{'x':this.scrollWidth,'y':this.scrollHeight}};},getPosition:function(overflown){overflown=overflown||[];var el=this,left=0,top=0;do{left+=el.offsetLeft||0;top+=el.offsetTop||0;el=el.offsetParent;}while(el);overflown.each(function(element){left-=element.scrollLeft||0;top-=element.scrollTop||0;});return{'x':left,'y':top};},getTop:function(overflown){return this.getPosition(overflown).y;},getLeft:function(overflown){return this.getPosition(overflown).x;},getCoordinates:function(overflown){var position=this.getPosition(overflown);var obj={'width':this.offsetWidth,'height':this.offsetHeight,'left':position.x,'top':position.y};obj.right=obj.left+obj.width;obj.bottom=obj.top+obj.height;return obj;}});Element.Events.domready={add:function(fn){if(window.loaded){fn.call(this);return;}
59
+ var domReady=function(){if(window.loaded)return;window.loaded=true;window.timer=$clear(window.timer);this.fireEvent('domready');}.bind(this);if(document.readyState&&window.webkit){window.timer=function(){if(['loaded','complete'].contains(document.readyState))domReady();}.periodical(50);}else if(document.readyState&&window.ie){if(!$('ie_ready')){var src=(window.location.protocol=='https:')?'://0':'javascript:void(0)';document.write('<script id="ie_ready" defer src="'+src+'"><\/script>');$('ie_ready').onreadystatechange=function(){if(this.readyState=='complete')domReady();};}}else{window.addListener("load",domReady);document.addListener("DOMContentLoaded",domReady);}}};window.onDomReady=function(fn){return this.addEvent('domready',fn);};window.extend({getWidth:function(){if(this.webkit419)return this.innerWidth;if(this.opera)return document.body.clientWidth;return document.documentElement.clientWidth;},getHeight:function(){if(this.webkit419)return this.innerHeight;if(this.opera)return document.body.clientHeight;return document.documentElement.clientHeight;},getScrollWidth:function(){if(this.ie)return Math.max(document.documentElement.offsetWidth,document.documentElement.scrollWidth);if(this.webkit)return document.body.scrollWidth;return document.documentElement.scrollWidth;},getScrollHeight:function(){if(this.ie)return Math.max(document.documentElement.offsetHeight,document.documentElement.scrollHeight);if(this.webkit)return document.body.scrollHeight;return document.documentElement.scrollHeight;},getScrollLeft:function(){return this.pageXOffset||document.documentElement.scrollLeft;},getScrollTop:function(){return this.pageYOffset||document.documentElement.scrollTop;},getSize:function(){return{'size':{'x':this.getWidth(),'y':this.getHeight()},'scrollSize':{'x':this.getScrollWidth(),'y':this.getScrollHeight()},'scroll':{'x':this.getScrollLeft(),'y':this.getScrollTop()}};},getPosition:function(){return{'x':0,'y':0};}});var Fx={};Fx.Base=new Class({options:{onStart:Class.empty,onComplete:Class.empty,onCancel:Class.empty,transition:function(p){return-(Math.cos(Math.PI*p)-1)/2;},duration:500,unit:'px',wait:true,fps:50},initialize:function(options){this.element=this.element||null;this.setOptions(options);if(this.options.initialize)this.options.initialize.call(this);},step:function(){var time=$time();if(time<this.time+this.options.duration){this.delta=this.options.transition((time-this.time)/this.options.duration);this.setNow();this.increase();}else{this.stop(true);this.set(this.to);this.fireEvent('onComplete',this.element,10);this.callChain();}},set:function(to){this.now=to;this.increase();return this;},setNow:function(){this.now=this.compute(this.from,this.to);},compute:function(from,to){return(to-from)*this.delta+from;},start:function(from,to){if(!this.options.wait)this.stop();else if(this.timer)return this;this.from=from;this.to=to;this.change=this.to-this.from;this.time=$time();this.timer=this.step.periodical(Math.round(1000/this.options.fps),this);this.fireEvent('onStart',this.element);return this;},stop:function(end){if(!this.timer)return this;this.timer=$clear(this.timer);if(!end)this.fireEvent('onCancel',this.element);return this;},custom:function(from,to){return this.start(from,to);},clearTimer:function(end){return this.stop(end);}});Fx.Base.implement(new Chain,new Events,new Options);Fx.CSS={select:function(property,to){if(property.test(/color/i))return this.Color;var type=$type(to);if((type=='array')||(type=='string'&&to.contains(' ')))return this.Multi;return this.Single;},parse:function(el,property,fromTo){if(!fromTo.push)fromTo=[fromTo];var from=fromTo[0],to=fromTo[1];if(!$chk(to)){to=from;from=el.getStyle(property);}
60
+ var css=this.select(property,to);return{'from':css.parse(from),'to':css.parse(to),'css':css};}};Fx.CSS.Single={parse:function(value){return parseFloat(value);},getNow:function(from,to,fx){return fx.compute(from,to);},getValue:function(value,unit,property){if(unit=='px'&&property!='opacity')value=Math.round(value);return value+unit;}};Fx.CSS.Multi={parse:function(value){return value.push?value:value.split(' ').map(function(v){return parseFloat(v);});},getNow:function(from,to,fx){var now=[];for(var i=0;i<from.length;i++)now[i]=fx.compute(from[i],to[i]);return now;},getValue:function(value,unit,property){if(unit=='px'&&property!='opacity')value=value.map(Math.round);return value.join(unit+' ')+unit;}};Fx.CSS.Color={parse:function(value){return value.push?value:value.hexToRgb(true);},getNow:function(from,to,fx){var now=[];for(var i=0;i<from.length;i++)now[i]=Math.round(fx.compute(from[i],to[i]));return now;},getValue:function(value){return'rgb('+value.join(',')+')';}};Fx.Style=Fx.Base.extend({initialize:function(el,property,options){this.element=$(el);this.property=property;this.parent(options);},hide:function(){return this.set(0);},setNow:function(){this.now=this.css.getNow(this.from,this.to,this);},set:function(to){this.css=Fx.CSS.select(this.property,to);return this.parent(this.css.parse(to));},start:function(from,to){if(this.timer&&this.options.wait)return this;var parsed=Fx.CSS.parse(this.element,this.property,[from,to]);this.css=parsed.css;return this.parent(parsed.from,parsed.to);},increase:function(){this.element.setStyle(this.property,this.css.getValue(this.now,this.options.unit,this.property));}});Element.extend({effect:function(property,options){return new Fx.Style(this,property,options);}});Fx.Styles=Fx.Base.extend({initialize:function(el,options){this.element=$(el);this.parent(options);},setNow:function(){for(var p in this.from)this.now[p]=this.css[p].getNow(this.from[p],this.to[p],this);},set:function(to){var parsed={};this.css={};for(var p in to){this.css[p]=Fx.CSS.select(p,to[p]);parsed[p]=this.css[p].parse(to[p]);}
61
+ return this.parent(parsed);},start:function(obj){if(this.timer&&this.options.wait)return this;this.now={};this.css={};var from={},to={};for(var p in obj){var parsed=Fx.CSS.parse(this.element,p,obj[p]);from[p]=parsed.from;to[p]=parsed.to;this.css[p]=parsed.css;}
62
+ return this.parent(from,to);},increase:function(){for(var p in this.now)this.element.setStyle(p,this.css[p].getValue(this.now[p],this.options.unit,p));}});Element.extend({effects:function(options){return new Fx.Styles(this,options);}});Fx.Elements=Fx.Base.extend({initialize:function(elements,options){this.elements=$$(elements);this.parent(options);},setNow:function(){for(var i in this.from){var iFrom=this.from[i],iTo=this.to[i],iCss=this.css[i],iNow=this.now[i]={};for(var p in iFrom)iNow[p]=iCss[p].getNow(iFrom[p],iTo[p],this);}},set:function(to){var parsed={};this.css={};for(var i in to){var iTo=to[i],iCss=this.css[i]={},iParsed=parsed[i]={};for(var p in iTo){iCss[p]=Fx.CSS.select(p,iTo[p]);iParsed[p]=iCss[p].parse(iTo[p]);}}
63
+ return this.parent(parsed);},start:function(obj){if(this.timer&&this.options.wait)return this;this.now={};this.css={};var from={},to={};for(var i in obj){var iProps=obj[i],iFrom=from[i]={},iTo=to[i]={},iCss=this.css[i]={};for(var p in iProps){var parsed=Fx.CSS.parse(this.elements[i],p,iProps[p]);iFrom[p]=parsed.from;iTo[p]=parsed.to;iCss[p]=parsed.css;}}
64
+ return this.parent(from,to);},increase:function(){for(var i in this.now){var iNow=this.now[i],iCss=this.css[i];for(var p in iNow)this.elements[i].setStyle(p,iCss[p].getValue(iNow[p],this.options.unit,p));}}});Fx.Scroll=Fx.Base.extend({options:{overflown:[],offset:{'x':0,'y':0},wheelStops:true},initialize:function(element,options){this.now=[];this.element=$(element);this.bound={'stop':this.stop.bind(this,false)};this.parent(options);if(this.options.wheelStops){this.addEvent('onStart',function(){document.addEvent('mousewheel',this.bound.stop);}.bind(this));this.addEvent('onComplete',function(){document.removeEvent('mousewheel',this.bound.stop);}.bind(this));}},setNow:function(){for(var i=0;i<2;i++)this.now[i]=this.compute(this.from[i],this.to[i]);},scrollTo:function(x,y){if(this.timer&&this.options.wait)return this;var el=this.element.getSize();var values={'x':x,'y':y};for(var z in el.size){var max=el.scrollSize[z]-el.size[z];if($chk(values[z]))values[z]=($type(values[z])=='number')?values[z].limit(0,max):max;else values[z]=el.scroll[z];values[z]+=this.options.offset[z];}
65
+ return this.start([el.scroll.x,el.scroll.y],[values.x,values.y]);},toTop:function(){return this.scrollTo(false,0);},toBottom:function(){return this.scrollTo(false,'full');},toLeft:function(){return this.scrollTo(0,false);},toRight:function(){return this.scrollTo('full',false);},toElement:function(el){var parent=this.element.getPosition(this.options.overflown);var target=$(el).getPosition(this.options.overflown);return this.scrollTo(target.x-parent.x,target.y-parent.y);},increase:function(){this.element.scrollTo(this.now[0],this.now[1]);}});Fx.Slide=Fx.Base.extend({options:{mode:'vertical'},initialize:function(el,options){this.element=$(el);this.wrapper=new Element('div',{'styles':$extend(this.element.getStyles('margin'),{'overflow':'hidden'})}).injectAfter(this.element).adopt(this.element);this.element.setStyle('margin',0);this.setOptions(options);this.now=[];this.parent(this.options);this.open=true;this.addEvent('onComplete',function(){this.open=(this.now[0]===0);});if(window.webkit419)this.addEvent('onComplete',function(){if(this.open)this.element.remove().inject(this.wrapper);});},setNow:function(){for(var i=0;i<2;i++)this.now[i]=this.compute(this.from[i],this.to[i]);},vertical:function(){this.margin='margin-top';this.layout='height';this.offset=this.element.offsetHeight;},horizontal:function(){this.margin='margin-left';this.layout='width';this.offset=this.element.offsetWidth;},slideIn:function(mode){this[mode||this.options.mode]();return this.start([this.element.getStyle(this.margin).toInt(),this.wrapper.getStyle(this.layout).toInt()],[0,this.offset]);},slideOut:function(mode){this[mode||this.options.mode]();return this.start([this.element.getStyle(this.margin).toInt(),this.wrapper.getStyle(this.layout).toInt()],[-this.offset,0]);},hide:function(mode){this[mode||this.options.mode]();this.open=false;return this.set([-this.offset,0]);},show:function(mode){this[mode||this.options.mode]();this.open=true;return this.set([0,this.offset]);},toggle:function(mode){if(this.wrapper.offsetHeight==0||this.wrapper.offsetWidth==0)return this.slideIn(mode);return this.slideOut(mode);},increase:function(){this.element.setStyle(this.margin,this.now[0]+this.options.unit);this.wrapper.setStyle(this.layout,this.now[1]+this.options.unit);}});Fx.Transition=function(transition,params){params=params||[];if($type(params)!='array')params=[params];return $extend(transition,{easeIn:function(pos){return transition(pos,params);},easeOut:function(pos){return 1-transition(1-pos,params);},easeInOut:function(pos){return(pos<=0.5)?transition(2*pos,params)/2:(2-transition(2*(1-pos),params))/2;}});};Fx.Transitions=new Abstract({linear:function(p){return p;}});Fx.Transitions.extend=function(transitions){for(var transition in transitions){Fx.Transitions[transition]=new Fx.Transition(transitions[transition]);Fx.Transitions.compat(transition);}};Fx.Transitions.compat=function(transition){['In','Out','InOut'].each(function(easeType){Fx.Transitions[transition.toLowerCase()+easeType]=Fx.Transitions[transition]['ease'+easeType];});};Fx.Transitions.extend({Pow:function(p,x){return Math.pow(p,x[0]||6);},Expo:function(p){return Math.pow(2,8*(p-1));},Circ:function(p){return 1-Math.sin(Math.acos(p));},Sine:function(p){return 1-Math.sin((1-p)*Math.PI/2);},Back:function(p,x){x=x[0]||1.618;return Math.pow(p,2)*((x+1)*p-x);},Bounce:function(p){var value;for(var a=0,b=1;1;a+=b,b/=2){if(p>=(7-4*a)/11){value=-Math.pow((11-6*a-11*p)/4,2)+b*b;break;}}
66
+ return value;},Elastic:function(p,x){return Math.pow(2,10*--p)*Math.cos(20*p*Math.PI*(x[0]||1)/3);}});['Quad','Cubic','Quart','Quint'].each(function(transition,i){Fx.Transitions[transition]=new Fx.Transition(function(p){return Math.pow(p,[i+2]);});Fx.Transitions.compat(transition);});var Drag={};Drag.Base=new Class({options:{handle:false,unit:'px',onStart:Class.empty,onBeforeStart:Class.empty,onComplete:Class.empty,onSnap:Class.empty,onDrag:Class.empty,limit:false,modifiers:{x:'left',y:'top'},grid:false,snap:6},initialize:function(el,options){this.setOptions(options);this.element=$(el);this.handle=$(this.options.handle)||this.element;this.mouse={'now':{},'pos':{}};this.value={'start':{},'now':{}};this.bound={'start':this.start.bindWithEvent(this),'check':this.check.bindWithEvent(this),'drag':this.drag.bindWithEvent(this),'stop':this.stop.bind(this)};this.attach();if(this.options.initialize)this.options.initialize.call(this);},attach:function(){this.handle.addEvent('mousedown',this.bound.start);return this;},detach:function(){this.handle.removeEvent('mousedown',this.bound.start);return this;},start:function(event){this.fireEvent('onBeforeStart',this.element);this.mouse.start=event.page;var limit=this.options.limit;this.limit={'x':[],'y':[]};for(var z in this.options.modifiers){if(!this.options.modifiers[z])continue;this.value.now[z]=this.element.getStyle(this.options.modifiers[z]).toInt();this.mouse.pos[z]=event.page[z]-this.value.now[z];if(limit&&limit[z]){for(var i=0;i<2;i++){if($chk(limit[z][i]))this.limit[z][i]=($type(limit[z][i])=='function')?limit[z][i]():limit[z][i];}}}
67
+ if($type(this.options.grid)=='number')this.options.grid={'x':this.options.grid,'y':this.options.grid};document.addListener('mousemove',this.bound.check);document.addListener('mouseup',this.bound.stop);this.fireEvent('onStart',this.element);event.stop();},check:function(event){var distance=Math.round(Math.sqrt(Math.pow(event.page.x-this.mouse.start.x,2)+Math.pow(event.page.y-this.mouse.start.y,2)));if(distance>this.options.snap){document.removeListener('mousemove',this.bound.check);document.addListener('mousemove',this.bound.drag);this.drag(event);this.fireEvent('onSnap',this.element);}
68
+ event.stop();},drag:function(event){this.out=false;this.mouse.now=event.page;for(var z in this.options.modifiers){if(!this.options.modifiers[z])continue;this.value.now[z]=this.mouse.now[z]-this.mouse.pos[z];if(this.limit[z]){if($chk(this.limit[z][1])&&(this.value.now[z]>this.limit[z][1])){this.value.now[z]=this.limit[z][1];this.out=true;}else if($chk(this.limit[z][0])&&(this.value.now[z]<this.limit[z][0])){this.value.now[z]=this.limit[z][0];this.out=true;}}
69
+ if(this.options.grid[z])this.value.now[z]-=(this.value.now[z]%this.options.grid[z]);this.element.setStyle(this.options.modifiers[z],this.value.now[z]+this.options.unit);}
70
+ this.fireEvent('onDrag',this.element);event.stop();},stop:function(){document.removeListener('mousemove',this.bound.check);document.removeListener('mousemove',this.bound.drag);document.removeListener('mouseup',this.bound.stop);this.fireEvent('onComplete',this.element);}});Drag.Base.implement(new Events,new Options);Element.extend({makeResizable:function(options){return new Drag.Base(this,$merge({modifiers:{x:'width',y:'height'}},options));}});Drag.Move=Drag.Base.extend({options:{droppables:[],container:false,overflown:[]},initialize:function(el,options){this.setOptions(options);this.element=$(el);this.droppables=$$(this.options.droppables);this.container=$(this.options.container);this.position={'element':this.element.getStyle('position'),'container':false};if(this.container)this.position.container=this.container.getStyle('position');if(!['relative','absolute','fixed'].contains(this.position.element))this.position.element='absolute';var top=this.element.getStyle('top').toInt();var left=this.element.getStyle('left').toInt();if(this.position.element=='absolute'&&!['relative','absolute','fixed'].contains(this.position.container)){top=$chk(top)?top:this.element.getTop(this.options.overflown);left=$chk(left)?left:this.element.getLeft(this.options.overflown);}else{top=$chk(top)?top:0;left=$chk(left)?left:0;}
71
+ this.element.setStyles({'top':top,'left':left,'position':this.position.element});this.parent(this.element);},start:function(event){this.overed=null;if(this.container){var cont=this.container.getCoordinates();var el=this.element.getCoordinates();if(this.position.element=='absolute'&&!['relative','absolute','fixed'].contains(this.position.container)){this.options.limit={'x':[cont.left,cont.right-el.width],'y':[cont.top,cont.bottom-el.height]};}else{this.options.limit={'y':[0,cont.height-el.height],'x':[0,cont.width-el.width]};}}
72
+ this.parent(event);},drag:function(event){this.parent(event);var overed=this.out?false:this.droppables.filter(this.checkAgainst,this).getLast();if(this.overed!=overed){if(this.overed)this.overed.fireEvent('leave',[this.element,this]);this.overed=overed?overed.fireEvent('over',[this.element,this]):null;}
73
+ return this;},checkAgainst:function(el){el=el.getCoordinates(this.options.overflown);var now=this.mouse.now;return(now.x>el.left&&now.x<el.right&&now.y<el.bottom&&now.y>el.top);},stop:function(){if(this.overed&&!this.out)this.overed.fireEvent('drop',[this.element,this]);else this.element.fireEvent('emptydrop',this);this.parent();return this;}});Element.extend({makeDraggable:function(options){return new Drag.Move(this,options);}});var XHR=new Class({options:{method:'post',async:true,onRequest:Class.empty,onSuccess:Class.empty,onFailure:Class.empty,urlEncoded:true,encoding:'utf-8',autoCancel:false,headers:{}},setTransport:function(){this.transport=(window.XMLHttpRequest)?new XMLHttpRequest():(window.ie?new ActiveXObject('Microsoft.XMLHTTP'):false);return this;},initialize:function(options){this.setTransport().setOptions(options);this.options.isSuccess=this.options.isSuccess||this.isSuccess;this.headers={};if(this.options.urlEncoded&&this.options.method=='post'){var encoding=(this.options.encoding)?'; charset='+this.options.encoding:'';this.setHeader('Content-type','application/x-www-form-urlencoded'+encoding);}
74
+ if(this.options.initialize)this.options.initialize.call(this);},onStateChange:function(){if(this.transport.readyState!=4||!this.running)return;this.running=false;var status=0;try{status=this.transport.status;}catch(e){};if(this.options.isSuccess.call(this,status))this.onSuccess();else this.onFailure();this.transport.onreadystatechange=Class.empty;},isSuccess:function(status){return((status>=200)&&(status<300));},onSuccess:function(){this.response={'text':this.transport.responseText,'xml':this.transport.responseXML};this.fireEvent('onSuccess',[this.response.text,this.response.xml]);this.callChain();},onFailure:function(){this.fireEvent('onFailure',this.transport);},setHeader:function(name,value){this.headers[name]=value;return this;},send:function(url,data){if(this.options.autoCancel)this.cancel();else if(this.running)return this;this.running=true;if(data&&this.options.method=='get'){url=url+(url.contains('?')?'&':'?')+data;data=null;}
75
+ this.transport.open(this.options.method.toUpperCase(),url,this.options.async);this.transport.onreadystatechange=this.onStateChange.bind(this);if((this.options.method=='post')&&this.transport.overrideMimeType)this.setHeader('Connection','close');$extend(this.headers,this.options.headers);for(var type in this.headers)try{this.transport.setRequestHeader(type,this.headers[type]);}catch(e){};this.fireEvent('onRequest');this.transport.send($pick(data,null));return this;},cancel:function(){if(!this.running)return this;this.running=false;this.transport.abort();this.transport.onreadystatechange=Class.empty;this.setTransport();this.fireEvent('onCancel');return this;}});XHR.implement(new Chain,new Events,new Options);var Ajax=XHR.extend({options:{data:null,update:null,onComplete:Class.empty,evalScripts:false,evalResponse:false},initialize:function(url,options){this.addEvent('onSuccess',this.onComplete);this.setOptions(options);this.options.data=this.options.data||this.options.postBody;if(!['post','get'].contains(this.options.method)){this._method='_method='+this.options.method;this.options.method='post';}
76
+ this.parent();this.setHeader('X-Requested-With','XMLHttpRequest');this.setHeader('Accept','text/javascript, text/html, application/xml, text/xml, */*');this.url=url;},onComplete:function(){if(this.options.update)$(this.options.update).empty().setHTML(this.response.text);if(this.options.evalScripts||this.options.evalResponse)this.evalScripts();this.fireEvent('onComplete',[this.response.text,this.response.xml],20);},request:function(data){data=data||this.options.data;switch($type(data)){case'element':data=$(data).toQueryString();break;case'object':data=Object.toQueryString(data);}
77
+ if(this._method)data=(data)?[this._method,data].join('&'):this._method;return this.send(this.url,data);},evalScripts:function(){var script,scripts;if(this.options.evalResponse||(/(ecma|java)script/).test(this.getHeader('Content-type')))scripts=this.response.text;else{scripts=[];var regexp=/<script[^>]*>([\s\S]*?)<\/script>/gi;while((script=regexp.exec(this.response.text)))scripts.push(script[1]);scripts=scripts.join('\n');}
78
+ if(scripts)(window.execScript)?window.execScript(scripts):window.setTimeout(scripts,0);},getHeader:function(name){try{return this.transport.getResponseHeader(name);}catch(e){};return null;}});Object.toQueryString=function(source){var queryString=[];for(var property in source)queryString.push(encodeURIComponent(property)+'='+encodeURIComponent(source[property]));return queryString.join('&');};Element.extend({send:function(options){return new Ajax(this.getProperty('action'),$merge({data:this.toQueryString()},options,{method:'post'})).request();}});var Cookie=new Abstract({options:{domain:false,path:false,duration:false,secure:false},set:function(key,value,options){options=$merge(this.options,options);value=encodeURIComponent(value);if(options.domain)value+='; domain='+options.domain;if(options.path)value+='; path='+options.path;if(options.duration){var date=new Date();date.setTime(date.getTime()+options.duration*24*60*60*1000);value+='; expires='+date.toGMTString();}
79
+ if(options.secure)value+='; secure';document.cookie=key+'='+value;return $extend(options,{'key':key,'value':value});},get:function(key){var value=document.cookie.match('(?:^|;)\\s*'+key.escapeRegExp()+'=([^;]*)');return value?decodeURIComponent(value[1]):false;},remove:function(cookie,options){if($type(cookie)=='object')this.set(cookie.key,'',$merge(cookie,{duration:-1}));else this.set(cookie,'',$merge(options,{duration:-1}));}});var Json={toString:function(obj){switch($type(obj)){case'string':return'"'+obj.replace(/(["\\])/g,'\\$1')+'"';case'array':return'['+obj.map(Json.toString).join(',')+']';case'object':var string=[];for(var property in obj)string.push(Json.toString(property)+':'+Json.toString(obj[property]));return'{'+string.join(',')+'}';case'number':if(isFinite(obj))break;case false:return'null';}
80
+ return String(obj);},evaluate:function(str,secure){return(($type(str)!='string')||(secure&&!str.test(/^("(\\.|[^"\\\n\r])*?"|[,:{}\[\]0-9.\-+Eaeflnr-u \n\r\t])+?$/)))?null:eval('('+str+')');}};Json.Remote=XHR.extend({initialize:function(url,options){this.url=url;this.addEvent('onSuccess',this.onComplete);this.parent(options);this.setHeader('X-Request','JSON');},send:function(obj){return this.parent(this.url,'json='+Json.toString(obj));},onComplete:function(){this.fireEvent('onComplete',[Json.evaluate(this.response.text,this.options.secure)]);}});var Asset=new Abstract({javascript:function(source,properties){properties=$merge({'onload':Class.empty},properties);var script=new Element('script',{'src':source}).addEvents({'load':properties.onload,'readystatechange':function(){if(this.readyState=='complete')this.fireEvent('load');}});delete properties.onload;return script.setProperties(properties).inject(document.head);},css:function(source,properties){return new Element('link',$merge({'rel':'stylesheet','media':'screen','type':'text/css','href':source},properties)).inject(document.head);},image:function(source,properties){properties=$merge({'onload':Class.empty,'onabort':Class.empty,'onerror':Class.empty},properties);var image=new Image();image.src=source;var element=new Element('img',{'src':source});['load','abort','error'].each(function(type){var event=properties['on'+type];delete properties['on'+type];element.addEvent(type,function(){this.removeEvent(type,arguments.callee);event.call(this);});});if(image.width&&image.height)element.fireEvent('load',element,1);return element.setProperties(properties);},images:function(sources,options){options=$merge({onComplete:Class.empty,onProgress:Class.empty},options);if(!sources.push)sources=[sources];var images=[];var counter=0;sources.each(function(source){var img=new Asset.image(source,{'onload':function(){options.onProgress.call(this,counter);counter++;if(counter==sources.length)options.onComplete();}});images.push(img);});return new Elements(images);}});var Hash=new Class({length:0,initialize:function(object){this.obj=object||{};this.setLength();},get:function(key){return(this.hasKey(key))?this.obj[key]:null;},hasKey:function(key){return(key in this.obj);},set:function(key,value){if(!this.hasKey(key))this.length++;this.obj[key]=value;return this;},setLength:function(){this.length=0;for(var p in this.obj)this.length++;return this;},remove:function(key){if(this.hasKey(key)){delete this.obj[key];this.length--;}
81
+ return this;},each:function(fn,bind){$each(this.obj,fn,bind);},extend:function(obj){$extend(this.obj,obj);return this.setLength();},merge:function(){this.obj=$merge.apply(null,[this.obj].extend(arguments));return this.setLength();},empty:function(){this.obj={};this.length=0;return this;},keys:function(){var keys=[];for(var property in this.obj)keys.push(property);return keys;},values:function(){var values=[];for(var property in this.obj)values.push(this.obj[property]);return values;}});function $H(obj){return new Hash(obj);};Hash.Cookie=Hash.extend({initialize:function(name,options){this.name=name;this.options=$extend({'autoSave':true},options||{});this.load();},save:function(){if(this.length==0){Cookie.remove(this.name,this.options);return true;}
82
+ var str=Json.toString(this.obj);if(str.length>4096)return false;Cookie.set(this.name,str,this.options);return true;},load:function(){this.obj=Json.evaluate(Cookie.get(this.name),true)||{};this.setLength();}});Hash.Cookie.Methods={};['extend','set','merge','empty','remove'].each(function(method){Hash.Cookie.Methods[method]=function(){Hash.prototype[method].apply(this,arguments);if(this.options.autoSave)this.save();return this;};});Hash.Cookie.implement(Hash.Cookie.Methods);var Color=new Class({initialize:function(color,type){type=type||(color.push?'rgb':'hex');var rgb,hsb;switch(type){case'rgb':rgb=color;hsb=rgb.rgbToHsb();break;case'hsb':rgb=color.hsbToRgb();hsb=color;break;default:rgb=color.hexToRgb(true);hsb=rgb.rgbToHsb();}
83
+ rgb.hsb=hsb;rgb.hex=rgb.rgbToHex();return $extend(rgb,Color.prototype);},mix:function(){var colors=$A(arguments);var alpha=($type(colors[colors.length-1])=='number')?colors.pop():50;var rgb=this.copy();colors.each(function(color){color=new Color(color);for(var i=0;i<3;i++)rgb[i]=Math.round((rgb[i]/100*(100-alpha))+(color[i]/100*alpha));});return new Color(rgb,'rgb');},invert:function(){return new Color(this.map(function(value){return 255-value;}));},setHue:function(value){return new Color([value,this.hsb[1],this.hsb[2]],'hsb');},setSaturation:function(percent){return new Color([this.hsb[0],percent,this.hsb[2]],'hsb');},setBrightness:function(percent){return new Color([this.hsb[0],this.hsb[1],percent],'hsb');}});function $RGB(r,g,b){return new Color([r,g,b],'rgb');};function $HSB(h,s,b){return new Color([h,s,b],'hsb');};Array.extend({rgbToHsb:function(){var red=this[0],green=this[1],blue=this[2];var hue,saturation,brightness;var max=Math.max(red,green,blue),min=Math.min(red,green,blue);var delta=max-min;brightness=max/255;saturation=(max!=0)?delta/max:0;if(saturation==0){hue=0;}else{var rr=(max-red)/delta;var gr=(max-green)/delta;var br=(max-blue)/delta;if(red==max)hue=br-gr;else if(green==max)hue=2+rr-br;else hue=4+gr-rr;hue/=6;if(hue<0)hue++;}
84
+ return[Math.round(hue*360),Math.round(saturation*100),Math.round(brightness*100)];},hsbToRgb:function(){var br=Math.round(this[2]/100*255);if(this[1]==0){return[br,br,br];}else{var hue=this[0]%360;var f=hue%60;var p=Math.round((this[2]*(100-this[1]))/10000*255);var q=Math.round((this[2]*(6000-this[1]*f))/600000*255);var t=Math.round((this[2]*(6000-this[1]*(60-f)))/600000*255);switch(Math.floor(hue/60)){case 0:return[br,t,p];case 1:return[q,br,p];case 2:return[p,br,t];case 3:return[p,q,br];case 4:return[t,p,br];case 5:return[br,p,q];}}
85
+ return false;}});var Scroller=new Class({options:{area:20,velocity:1,onChange:function(x,y){this.element.scrollTo(x,y);}},initialize:function(element,options){this.setOptions(options);this.element=$(element);this.mousemover=([window,document].contains(element))?$(document.body):this.element;},start:function(){this.coord=this.getCoords.bindWithEvent(this);this.mousemover.addListener('mousemove',this.coord);},stop:function(){this.mousemover.removeListener('mousemove',this.coord);this.timer=$clear(this.timer);},getCoords:function(event){this.page=(this.element==window)?event.client:event.page;if(!this.timer)this.timer=this.scroll.periodical(50,this);},scroll:function(){var el=this.element.getSize();var pos=this.element.getPosition();var change={'x':0,'y':0};for(var z in this.page){if(this.page[z]<(this.options.area+pos[z])&&el.scroll[z]!=0)
86
+ change[z]=(this.page[z]-this.options.area-pos[z])*this.options.velocity;else if(this.page[z]+this.options.area>(el.size[z]+pos[z])&&el.scroll[z]+el.size[z]!=el.scrollSize[z])
87
+ change[z]=(this.page[z]-el.size[z]+this.options.area-pos[z])*this.options.velocity;}
88
+ if(change.y||change.x)this.fireEvent('onChange',[el.scroll.x+change.x,el.scroll.y+change.y]);}});Scroller.implement(new Events,new Options);var Slider=new Class({options:{onChange:Class.empty,onComplete:Class.empty,onTick:function(pos){this.knob.setStyle(this.p,pos);},mode:'horizontal',steps:100,offset:0},initialize:function(el,knob,options){this.element=$(el);this.knob=$(knob);this.setOptions(options);this.previousChange=-1;this.previousEnd=-1;this.step=-1;this.element.addEvent('mousedown',this.clickedElement.bindWithEvent(this));var mod,offset;switch(this.options.mode){case'horizontal':this.z='x';this.p='left';mod={'x':'left','y':false};offset='offsetWidth';break;case'vertical':this.z='y';this.p='top';mod={'x':false,'y':'top'};offset='offsetHeight';}
89
+ this.max=this.element[offset]-this.knob[offset]+(this.options.offset*2);this.half=this.knob[offset]/2;this.getPos=this.element['get'+this.p.capitalize()].bind(this.element);this.knob.setStyle('position','relative').setStyle(this.p,-this.options.offset);var lim={};lim[this.z]=[-this.options.offset,this.max-this.options.offset];this.drag=new Drag.Base(this.knob,{limit:lim,modifiers:mod,snap:0,onStart:function(){this.draggedKnob();}.bind(this),onDrag:function(){this.draggedKnob();}.bind(this),onComplete:function(){this.draggedKnob();this.end();}.bind(this)});if(this.options.initialize)this.options.initialize.call(this);},set:function(step){this.step=step.limit(0,this.options.steps);this.checkStep();this.end();this.fireEvent('onTick',this.toPosition(this.step));return this;},clickedElement:function(event){var position=event.page[this.z]-this.getPos()-this.half;position=position.limit(-this.options.offset,this.max-this.options.offset);this.step=this.toStep(position);this.checkStep();this.end();this.fireEvent('onTick',position);},draggedKnob:function(){this.step=this.toStep(this.drag.value.now[this.z]);this.checkStep();},checkStep:function(){if(this.previousChange!=this.step){this.previousChange=this.step;this.fireEvent('onChange',this.step);}},end:function(){if(this.previousEnd!==this.step){this.previousEnd=this.step;this.fireEvent('onComplete',this.step+'');}},toStep:function(position){return Math.round((position+this.options.offset)/this.max*this.options.steps);},toPosition:function(step){return this.max*step/this.options.steps;}});Slider.implement(new Events);Slider.implement(new Options);var SmoothScroll=Fx.Scroll.extend({initialize:function(options){this.parent(window,options);this.links=(this.options.links)?$$(this.options.links):$$(document.links);var location=window.location.href.match(/^[^#]*/)[0]+'#';this.links.each(function(link){if(link.href.indexOf(location)!=0)return;var anchor=link.href.substr(location.length);if(anchor&&$(anchor))this.useLink(link,anchor);},this);if(!window.webkit419)this.addEvent('onComplete',function(){window.location.hash=this.anchor;});},useLink:function(link,anchor){link.addEvent('click',function(event){this.anchor=anchor;this.toElement(anchor);event.stop();}.bindWithEvent(this));}});var Sortables=new Class({options:{handles:false,onStart:Class.empty,onComplete:Class.empty,ghost:true,snap:3,onDragStart:function(element,ghost){ghost.setStyle('opacity',0.7);element.setStyle('opacity',0.7);},onDragComplete:function(element,ghost){element.setStyle('opacity',1);ghost.remove();this.trash.remove();}},initialize:function(list,options){this.setOptions(options);this.list=$(list);this.elements=this.list.getChildren();this.handles=(this.options.handles)?$$(this.options.handles):this.elements;this.bound={'start':[],'moveGhost':this.moveGhost.bindWithEvent(this)};for(var i=0,l=this.handles.length;i<l;i++){this.bound.start[i]=this.start.bindWithEvent(this,this.elements[i]);}
90
+ this.attach();if(this.options.initialize)this.options.initialize.call(this);this.bound.move=this.move.bindWithEvent(this);this.bound.end=this.end.bind(this);},attach:function(){this.handles.each(function(handle,i){handle.addEvent('mousedown',this.bound.start[i]);},this);},detach:function(){this.handles.each(function(handle,i){handle.removeEvent('mousedown',this.bound.start[i]);},this);},start:function(event,el){this.active=el;this.coordinates=this.list.getCoordinates();if(this.options.ghost){var position=el.getPosition();this.offset=event.page.y-position.y;this.trash=new Element('div').inject(document.body);this.ghost=el.clone().inject(this.trash).setStyles({'position':'absolute','left':position.x,'top':event.page.y-this.offset});document.addListener('mousemove',this.bound.moveGhost);this.fireEvent('onDragStart',[el,this.ghost]);}
91
+ document.addListener('mousemove',this.bound.move);document.addListener('mouseup',this.bound.end);this.fireEvent('onStart',el);event.stop();},moveGhost:function(event){var value=event.page.y-this.offset;value=value.limit(this.coordinates.top,this.coordinates.bottom-this.ghost.offsetHeight);this.ghost.setStyle('top',value);event.stop();},move:function(event){var now=event.page.y;this.previous=this.previous||now;var up=((this.previous-now)>0);var prev=this.active.getPrevious();var next=this.active.getNext();if(prev&&up&&now<prev.getCoordinates().bottom)this.active.injectBefore(prev);if(next&&!up&&now>next.getCoordinates().top)this.active.injectAfter(next);this.previous=now;},serialize:function(converter){return this.list.getChildren().map(converter||function(el){return this.elements.indexOf(el);},this);},end:function(){this.previous=null;document.removeListener('mousemove',this.bound.move);document.removeListener('mouseup',this.bound.end);if(this.options.ghost){document.removeListener('mousemove',this.bound.moveGhost);this.fireEvent('onDragComplete',[this.active,this.ghost]);}
92
+ this.fireEvent('onComplete',this.active);}});Sortables.implement(new Events,new Options);var Tips=new Class({options:{onShow:function(tip){tip.setStyle('visibility','visible');},onHide:function(tip){tip.setStyle('visibility','hidden');},maxTitleChars:30,showDelay:100,hideDelay:100,className:'tool',offsets:{'x':16,'y':16},fixed:false},initialize:function(elements,options){this.setOptions(options);this.toolTip=new Element('div',{'class':this.options.className+'-tip','styles':{'position':'absolute','top':'0','left':'0','visibility':'hidden'}}).inject(document.body);this.wrapper=new Element('div').inject(this.toolTip);$$(elements).each(this.build,this);if(this.options.initialize)this.options.initialize.call(this);},build:function(el){el.$tmp.myTitle=(el.href&&el.getTag()=='a')?el.href.replace('http://',''):(el.rel||false);if(el.title){var dual=el.title.split('::');if(dual.length>1){el.$tmp.myTitle=dual[0].trim();el.$tmp.myText=dual[1].trim();}else{el.$tmp.myText=el.title;}
93
+ el.removeAttribute('title');}else{el.$tmp.myText=false;}
94
+ if(el.$tmp.myTitle&&el.$tmp.myTitle.length>this.options.maxTitleChars)el.$tmp.myTitle=el.$tmp.myTitle.substr(0,this.options.maxTitleChars-1)+"&hellip;";el.addEvent('mouseenter',function(event){this.start(el);if(!this.options.fixed)this.locate(event);else this.position(el);}.bind(this));if(!this.options.fixed)el.addEvent('mousemove',this.locate.bindWithEvent(this));var end=this.end.bind(this);el.addEvent('mouseleave',end);el.addEvent('trash',end);},start:function(el){this.wrapper.empty();if(el.$tmp.myTitle){this.title=new Element('span').inject(new Element('div',{'class':this.options.className+'-title'}).inject(this.wrapper)).setHTML(el.$tmp.myTitle);}
95
+ if(el.$tmp.myText){this.text=new Element('span').inject(new Element('div',{'class':this.options.className+'-text'}).inject(this.wrapper)).setHTML(el.$tmp.myText);}
96
+ $clear(this.timer);this.timer=this.show.delay(this.options.showDelay,this);},end:function(event){$clear(this.timer);this.timer=this.hide.delay(this.options.hideDelay,this);},position:function(element){var pos=element.getPosition();this.toolTip.setStyles({'left':pos.x+this.options.offsets.x,'top':pos.y+this.options.offsets.y});},locate:function(event){var win={'x':window.getWidth(),'y':window.getHeight()};var scroll={'x':window.getScrollLeft(),'y':window.getScrollTop()};var tip={'x':this.toolTip.offsetWidth,'y':this.toolTip.offsetHeight};var prop={'x':'left','y':'top'};for(var z in prop){var pos=event.page[z]+this.options.offsets[z];if((pos+tip[z]-scroll[z])>win[z])pos=event.page[z]-this.options.offsets[z]-tip[z];this.toolTip.setStyle(prop[z],pos);};},show:function(){if(this.options.timeout)this.timer=this.hide.delay(this.options.timeout,this);this.fireEvent('onShow',[this.toolTip]);},hide:function(){this.fireEvent('onHide',[this.toolTip]);}});Tips.implement(new Events,new Options);var Group=new Class({initialize:function(){this.instances=$A(arguments);this.events={};this.checker={};},addEvent:function(type,fn){this.checker[type]=this.checker[type]||{};this.events[type]=this.events[type]||[];if(this.events[type].contains(fn))return false;else this.events[type].push(fn);this.instances.each(function(instance,i){instance.addEvent(type,this.check.bind(this,[type,instance,i]));},this);return this;},check:function(type,instance,i){this.checker[type][i]=true;var every=this.instances.every(function(current,j){return this.checker[type][j]||false;},this);if(!every)return;this.checker[type]={};this.events[type].each(function(event){event.call(this,this.instances,instance);},this);}});var Accordion=Fx.Elements.extend({options:{onActive:Class.empty,onBackground:Class.empty,display:0,show:false,height:true,width:false,opacity:true,fixedHeight:false,fixedWidth:false,wait:false,alwaysHide:false},initialize:function(){var options,togglers,elements,container;$each(arguments,function(argument,i){switch($type(argument)){case'object':options=argument;break;case'element':container=$(argument);break;default:var temp=$$(argument);if(!togglers)togglers=temp;else elements=temp;}});this.togglers=togglers||[];this.elements=elements||[];this.container=$(container);this.setOptions(options);this.previous=-1;if(this.options.alwaysHide)this.options.wait=true;if($chk(this.options.show)){this.options.display=false;this.previous=this.options.show;}
97
+ if(this.options.start){this.options.display=false;this.options.show=false;}
98
+ this.effects={};if(this.options.opacity)this.effects.opacity='fullOpacity';if(this.options.width)this.effects.width=this.options.fixedWidth?'fullWidth':'offsetWidth';if(this.options.height)this.effects.height=this.options.fixedHeight?'fullHeight':'scrollHeight';for(var i=0,l=this.togglers.length;i<l;i++)this.addSection(this.togglers[i],this.elements[i]);this.elements.each(function(el,i){if(this.options.show===i){this.fireEvent('onActive',[this.togglers[i],el]);}else{for(var fx in this.effects)el.setStyle(fx,0);}},this);this.parent(this.elements);if($chk(this.options.display))this.display(this.options.display);},addSection:function(toggler,element,pos){toggler=$(toggler);element=$(element);var test=this.togglers.contains(toggler);var len=this.togglers.length;this.togglers.include(toggler);this.elements.include(element);if(len&&(!test||pos)){pos=$pick(pos,len-1);toggler.injectBefore(this.togglers[pos]);element.injectAfter(toggler);}else if(this.container&&!test){toggler.inject(this.container);element.inject(this.container);}
99
+ var idx=this.togglers.indexOf(toggler);toggler.addEvent('click',this.display.bind(this,idx));if(this.options.height)element.setStyles({'padding-top':0,'border-top':'none','padding-bottom':0,'border-bottom':'none'});if(this.options.width)element.setStyles({'padding-left':0,'border-left':'none','padding-right':0,'border-right':'none'});element.fullOpacity=1;if(this.options.fixedWidth)element.fullWidth=this.options.fixedWidth;if(this.options.fixedHeight)element.fullHeight=this.options.fixedHeight;element.setStyle('overflow','hidden');if(!test){for(var fx in this.effects)element.setStyle(fx,0);}
100
+ return this;},display:function(index){index=($type(index)=='element')?this.elements.indexOf(index):index;if((this.timer&&this.options.wait)||(index===this.previous&&!this.options.alwaysHide))return this;this.previous=index;var obj={};this.elements.each(function(el,i){obj[i]={};var hide=(i!=index)||(this.options.alwaysHide&&(el.offsetHeight>0));this.fireEvent(hide?'onBackground':'onActive',[this.togglers[i],el]);for(var fx in this.effects)obj[i][fx]=hide?0:el[this.effects[fx]];},this);return this.start(obj);},showThisHideOpen:function(index){return this.display(index);}});Fx.Accordion=Accordion;
jscolor/arrow.gif ADDED
Binary file
jscolor/cross.gif ADDED
Binary file
jscolor/demo.html ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <title>jscolor demo</title>
4
+ </head>
5
+ <body>
6
+
7
+ <script type="text/javascript" src="jscolor.js"></script>
8
+
9
+ Click here: <input class="color" value="66ff00">
10
+
11
+ </body>
12
+ </html>
jscolor/hs.png ADDED
Binary file
jscolor/hv.png ADDED
Binary file
jscolor/jscolor.js ADDED
@@ -0,0 +1,926 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * jscolor, JavaScript Color Picker
3
+ *
4
+ * @version 1.3.11
5
+ * @license GNU Lesser General Public License, http://www.gnu.org/copyleft/lesser.html
6
+ * @author Jan Odvarko, http://odvarko.cz
7
+ * @created 2008-06-15
8
+ * @updated 2011-11-07
9
+ * @link http://jscolor.com
10
+ */
11
+
12
+
13
+ var jscolor = {
14
+
15
+
16
+ dir : '', // location of jscolor directory (leave empty to autodetect)
17
+ bindClass : 'color', // class name
18
+ binding : true, // automatic binding via <input class="...">
19
+ preloading : true, // use image preloading?
20
+
21
+
22
+ install : function() {
23
+ jscolor.addEvent(window, 'load', jscolor.init);
24
+ },
25
+
26
+
27
+ init : function() {
28
+ if(jscolor.binding) {
29
+ jscolor.bind();
30
+ }
31
+ if(jscolor.preloading) {
32
+ jscolor.preload();
33
+ }
34
+ },
35
+
36
+
37
+ getDir : function() {
38
+ if(!jscolor.dir) {
39
+ var detected = jscolor.detectDir();
40
+ jscolor.dir = detected!==false ? detected : 'jscolor/';
41
+ }
42
+ return jscolor.dir;
43
+ },
44
+
45
+
46
+ detectDir : function() {
47
+ var base = location.href;
48
+
49
+ var e = document.getElementsByTagName('base');
50
+ for(var i=0; i<e.length; i+=1) {
51
+ if(e[i].href) { base = e[i].href; }
52
+ }
53
+
54
+ var e = document.getElementsByTagName('script');
55
+ for(var i=0; i<e.length; i+=1) {
56
+ if(e[i].src && /(^|\/)jscolor\.js([?#].*)?$/i.test(e[i].src)) {
57
+ var src = new jscolor.URI(e[i].src);
58
+ var srcAbs = src.toAbsolute(base);
59
+ srcAbs.path = srcAbs.path.replace(/[^\/]+$/, ''); // remove filename
60
+ srcAbs.query = null;
61
+ srcAbs.fragment = null;
62
+ return srcAbs.toString();
63
+ }
64
+ }
65
+ return false;
66
+ },
67
+
68
+
69
+ bind : function() {
70
+ var matchClass = new RegExp('(^|\\s)('+jscolor.bindClass+')\\s*(\\{[^}]*\\})?', 'i');
71
+ var e = document.getElementsByTagName('input');
72
+ for(var i=0; i<e.length; i+=1) {
73
+ var m;
74
+ if(!e[i].color && e[i].className && (m = e[i].className.match(matchClass))) {
75
+ var prop = {};
76
+ if(m[3]) {
77
+ try {
78
+ eval('prop='+m[3]);
79
+ } catch(eInvalidProp) {}
80
+ }
81
+ e[i].color = new jscolor.color(e[i], prop);
82
+ }
83
+ }
84
+ },
85
+
86
+
87
+ preload : function() {
88
+ for(var fn in jscolor.imgRequire) {
89
+ if(jscolor.imgRequire.hasOwnProperty(fn)) {
90
+ jscolor.loadImage(fn);
91
+ }
92
+ }
93
+ },
94
+
95
+
96
+ images : {
97
+ pad : [ 181, 101 ],
98
+ sld : [ 16, 101 ],
99
+ cross : [ 15, 15 ],
100
+ arrow : [ 7, 11 ]
101
+ },
102
+
103
+
104
+ imgRequire : {},
105
+ imgLoaded : {},
106
+
107
+
108
+ requireImage : function(filename) {
109
+ jscolor.imgRequire[filename] = true;
110
+ },
111
+
112
+
113
+ loadImage : function(filename) {
114
+ if(!jscolor.imgLoaded[filename]) {
115
+ jscolor.imgLoaded[filename] = new Image();
116
+ jscolor.imgLoaded[filename].src = jscolor.getDir()+filename;
117
+ }
118
+ },
119
+
120
+
121
+ fetchElement : function(mixed) {
122
+ return typeof mixed === 'string' ? document.getElementById(mixed) : mixed;
123
+ },
124
+
125
+
126
+ addEvent : function(el, evnt, func) {
127
+ if(el.addEventListener) {
128
+ el.addEventListener(evnt, func, false);
129
+ } else if(el.attachEvent) {
130
+ el.attachEvent('on'+evnt, func);
131
+ }
132
+ },
133
+
134
+
135
+ fireEvent : function(el, evnt) {
136
+ if(!el) {
137
+ return;
138
+ }
139
+ if(document.createEvent) {
140
+ var ev = document.createEvent('HTMLEvents');
141
+ ev.initEvent(evnt, true, true);
142
+ el.dispatchEvent(ev);
143
+ } else if(document.createEventObject) {
144
+ var ev = document.createEventObject();
145
+ el.fireEvent('on'+evnt, ev);
146
+ } else if(el['on'+evnt]) { // alternatively use the traditional event model (IE5)
147
+ el['on'+evnt]();
148
+ }
149
+ },
150
+
151
+
152
+ getElementPos : function(e) {
153
+ var e1=e, e2=e;
154
+ var x=0, y=0;
155
+ if(e1.offsetParent) {
156
+ do {
157
+ x += e1.offsetLeft;
158
+ y += e1.offsetTop;
159
+ } while(e1 = e1.offsetParent);
160
+ }
161
+ while((e2 = e2.parentNode) && e2.nodeName.toUpperCase() !== 'BODY') {
162
+ x -= e2.scrollLeft;
163
+ y -= e2.scrollTop;
164
+ }
165
+ return [x, y];
166
+ },
167
+
168
+
169
+ getElementSize : function(e) {
170
+ return [e.offsetWidth, e.offsetHeight];
171
+ },
172
+
173
+
174
+ getRelMousePos : function(e) {
175
+ var x = 0, y = 0;
176
+ if (!e) { e = window.event; }
177
+ if (typeof e.offsetX === 'number') {
178
+ x = e.offsetX;
179
+ y = e.offsetY;
180
+ } else if (typeof e.layerX === 'number') {
181
+ x = e.layerX;
182
+ y = e.layerY;
183
+ }
184
+ return { x: x, y: y };
185
+ },
186
+
187
+
188
+ getViewPos : function() {
189
+ if(typeof window.pageYOffset === 'number') {
190
+ return [window.pageXOffset, window.pageYOffset];
191
+ } else if(document.body && (document.body.scrollLeft || document.body.scrollTop)) {
192
+ return [document.body.scrollLeft, document.body.scrollTop];
193
+ } else if(document.documentElement && (document.documentElement.scrollLeft || document.documentElement.scrollTop)) {
194
+ return [document.documentElement.scrollLeft, document.documentElement.scrollTop];
195
+ } else {
196
+ return [0, 0];
197
+ }
198
+ },
199
+
200
+
201
+ getViewSize : function() {
202
+ if(typeof window.innerWidth === 'number') {
203
+ return [window.innerWidth, window.innerHeight];
204
+ } else if(document.body && (document.body.clientWidth || document.body.clientHeight)) {
205
+ return [document.body.clientWidth, document.body.clientHeight];
206
+ } else if(document.documentElement && (document.documentElement.clientWidth || document.documentElement.clientHeight)) {
207
+ return [document.documentElement.clientWidth, document.documentElement.clientHeight];
208
+ } else {
209
+ return [0, 0];
210
+ }
211
+ },
212
+
213
+
214
+ URI : function(uri) { // See RFC3986
215
+
216
+ this.scheme = null;
217
+ this.authority = null;
218
+ this.path = '';
219
+ this.query = null;
220
+ this.fragment = null;
221
+
222
+ this.parse = function(uri) {
223
+ var m = uri.match(/^(([A-Za-z][0-9A-Za-z+.-]*)(:))?((\/\/)([^\/?#]*))?([^?#]*)((\?)([^#]*))?((#)(.*))?/);
224
+ this.scheme = m[3] ? m[2] : null;
225
+ this.authority = m[5] ? m[6] : null;
226
+ this.path = m[7];
227
+ this.query = m[9] ? m[10] : null;
228
+ this.fragment = m[12] ? m[13] : null;
229
+ return this;
230
+ };
231
+
232
+ this.toString = function() {
233
+ var result = '';
234
+ if(this.scheme !== null) { result = result + this.scheme + ':'; }
235
+ if(this.authority !== null) { result = result + '//' + this.authority; }
236
+ if(this.path !== null) { result = result + this.path; }
237
+ if(this.query !== null) { result = result + '?' + this.query; }
238
+ if(this.fragment !== null) { result = result + '#' + this.fragment; }
239
+ return result;
240
+ };
241
+
242
+ this.toAbsolute = function(base) {
243
+ var base = new jscolor.URI(base);
244
+ var r = this;
245
+ var t = new jscolor.URI;
246
+
247
+ if(base.scheme === null) { return false; }
248
+
249
+ if(r.scheme !== null && r.scheme.toLowerCase() === base.scheme.toLowerCase()) {
250
+ r.scheme = null;
251
+ }
252
+
253
+ if(r.scheme !== null) {
254
+ t.scheme = r.scheme;
255
+ t.authority = r.authority;
256
+ t.path = removeDotSegments(r.path);
257
+ t.query = r.query;
258
+ } else {
259
+ if(r.authority !== null) {
260
+ t.authority = r.authority;
261
+ t.path = removeDotSegments(r.path);
262
+ t.query = r.query;
263
+ } else {
264
+ if(r.path === '') { // TODO: == or === ?
265
+ t.path = base.path;
266
+ if(r.query !== null) {
267
+ t.query = r.query;
268
+ } else {
269
+ t.query = base.query;
270
+ }
271
+ } else {
272
+ if(r.path.substr(0,1) === '/') {
273
+ t.path = removeDotSegments(r.path);
274
+ } else {
275
+ if(base.authority !== null && base.path === '') { // TODO: == or === ?
276
+ t.path = '/'+r.path;
277
+ } else {
278
+ t.path = base.path.replace(/[^\/]+$/,'')+r.path;
279
+ }
280
+ t.path = removeDotSegments(t.path);
281
+ }
282
+ t.query = r.query;
283
+ }
284
+ t.authority = base.authority;
285
+ }
286
+ t.scheme = base.scheme;
287
+ }
288
+ t.fragment = r.fragment;
289
+
290
+ return t;
291
+ };
292
+
293
+ function removeDotSegments(path) {
294
+ var out = '';
295
+ while(path) {
296
+ if(path.substr(0,3)==='../' || path.substr(0,2)==='./') {
297
+ path = path.replace(/^\.+/,'').substr(1);
298
+ } else if(path.substr(0,3)==='/./' || path==='/.') {
299
+ path = '/'+path.substr(3);
300
+ } else if(path.substr(0,4)==='/../' || path==='/..') {
301
+ path = '/'+path.substr(4);
302
+ out = out.replace(/\/?[^\/]*$/, '');
303
+ } else if(path==='.' || path==='..') {
304
+ path = '';
305
+ } else {
306
+ var rm = path.match(/^\/?[^\/]*/)[0];
307
+ path = path.substr(rm.length);
308
+ out = out + rm;
309
+ }
310
+ }
311
+ return out;
312
+ }
313
+
314
+ if(uri) {
315
+ this.parse(uri);
316
+ }
317
+
318
+ },
319
+
320
+
321
+ /*
322
+ * Usage example:
323
+ * var myColor = new jscolor.color(myInputElement)
324
+ */
325
+
326
+ color : function(target, prop) {
327
+
328
+
329
+ this.required = true; // refuse empty values?
330
+ this.adjust = true; // adjust value to uniform notation?
331
+ this.hash = false; // prefix color with # symbol?
332
+ this.caps = true; // uppercase?
333
+ this.slider = true; // show the value/saturation slider?
334
+ this.valueElement = target; // value holder
335
+ this.styleElement = target; // where to reflect current color
336
+ this.onImmediateChange = null; // onchange callback (can be either string or function)
337
+ this.hsv = [0, 0, 1]; // read-only 0-6, 0-1, 0-1
338
+ this.rgb = [1, 1, 1]; // read-only 0-1, 0-1, 0-1
339
+
340
+ this.pickerOnfocus = true; // display picker on focus?
341
+ this.pickerMode = 'HSV'; // HSV | HVS
342
+ this.pickerPosition = 'bottom'; // left | right | top | bottom
343
+ this.pickerSmartPosition = true; // automatically adjust picker position when necessary
344
+ this.pickerButtonHeight = 20; // px
345
+ this.pickerClosable = false;
346
+ this.pickerCloseText = 'Close';
347
+ this.pickerButtonColor = 'ButtonText'; // px
348
+ this.pickerFace = 10; // px
349
+ this.pickerFaceColor = 'ThreeDFace'; // CSS color
350
+ this.pickerBorder = 1; // px
351
+ this.pickerBorderColor = 'ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight'; // CSS color
352
+ this.pickerInset = 1; // px
353
+ this.pickerInsetColor = 'ThreeDShadow ThreeDHighlight ThreeDHighlight ThreeDShadow'; // CSS color
354
+ this.pickerZIndex = 10000;
355
+
356
+
357
+ for(var p in prop) {
358
+ if(prop.hasOwnProperty(p)) {
359
+ this[p] = prop[p];
360
+ }
361
+ }
362
+
363
+
364
+ this.hidePicker = function() {
365
+ if(isPickerOwner()) {
366
+ removePicker();
367
+ }
368
+ };
369
+
370
+
371
+ this.showPicker = function() {
372
+ if(!isPickerOwner()) {
373
+ var tp = jscolor.getElementPos(target); // target pos
374
+ var ts = jscolor.getElementSize(target); // target size
375
+ var vp = jscolor.getViewPos(); // view pos
376
+ var vs = jscolor.getViewSize(); // view size
377
+ var ps = getPickerDims(this); // picker size
378
+ var a, b, c;
379
+ switch(this.pickerPosition.toLowerCase()) {
380
+ case 'left': a=1; b=0; c=-1; break;
381
+ case 'right':a=1; b=0; c=1; break;
382
+ case 'top': a=0; b=1; c=-1; break;
383
+ default: a=0; b=1; c=1; break;
384
+ }
385
+ var l = (ts[b]+ps[b])/2;
386
+
387
+ // picker pos
388
+ if (!this.pickerSmartPosition) {
389
+ var pp = [
390
+ tp[a],
391
+ tp[b]+ts[b]-l+l*c
392
+ ];
393
+ } else {
394
+ var pp = [
395
+ -vp[a]+tp[a]+ps[a] > vs[a] ?
396
+ (-vp[a]+tp[a]+ts[a]/2 > vs[a]/2 && tp[a]+ts[a]-ps[a] >= 0 ? tp[a]+ts[a]-ps[a] : tp[a]) :
397
+ tp[a],
398
+ -vp[b]+tp[b]+ts[b]+ps[b]-l+l*c > vs[b] ?
399
+ (-vp[b]+tp[b]+ts[b]/2 > vs[b]/2 && tp[b]+ts[b]-l-l*c >= 0 ? tp[b]+ts[b]-l-l*c : tp[b]+ts[b]-l+l*c) :
400
+ (tp[b]+ts[b]-l+l*c >= 0 ? tp[b]+ts[b]-l+l*c : tp[b]+ts[b]-l-l*c)
401
+ ];
402
+ }
403
+ drawPicker(pp[a], pp[b]);
404
+ }
405
+ };
406
+
407
+
408
+ this.importColor = function() {
409
+ if(!valueElement) {
410
+ this.exportColor();
411
+ } else {
412
+ if(!this.adjust) {
413
+ if(!this.fromString(valueElement.value, leaveValue)) {
414
+ styleElement.style.backgroundColor = styleElement.jscStyle.backgroundColor;
415
+ styleElement.style.color = styleElement.jscStyle.color;
416
+ this.exportColor(leaveValue | leaveStyle);
417
+ }
418
+ } else if(!this.required && /^\s*$/.test(valueElement.value)) {
419
+ valueElement.value = '';
420
+ styleElement.style.backgroundColor = styleElement.jscStyle.backgroundColor;
421
+ styleElement.style.color = styleElement.jscStyle.color;
422
+ this.exportColor(leaveValue | leaveStyle);
423
+
424
+ } else if(this.fromString(valueElement.value)) {
425
+ // OK
426
+ } else {
427
+ this.exportColor();
428
+ }
429
+ }
430
+ };
431
+
432
+
433
+ this.exportColor = function(flags) {
434
+ if(!(flags & leaveValue) && valueElement) {
435
+ var value = this.toString();
436
+ if(this.caps) { value = value.toUpperCase(); }
437
+ if(this.hash) { value = '#'+value; }
438
+ valueElement.value = value;
439
+ }
440
+ if(!(flags & leaveStyle) && styleElement) {
441
+ styleElement.style.backgroundColor =
442
+ '#'+this.toString();
443
+ styleElement.style.color =
444
+ 0.213 * this.rgb[0] +
445
+ 0.715 * this.rgb[1] +
446
+ 0.072 * this.rgb[2]
447
+ < 0.5 ? '#FFF' : '#000';
448
+ }
449
+ if(!(flags & leavePad) && isPickerOwner()) {
450
+ redrawPad();
451
+ }
452
+ if(!(flags & leaveSld) && isPickerOwner()) {
453
+ redrawSld();
454
+ }
455
+ };
456
+
457
+
458
+ this.fromHSV = function(h, s, v, flags) { // null = don't change
459
+ h<0 && (h=0) || h>6 && (h=6);
460
+ s<0 && (s=0) || s>1 && (s=1);
461
+ v<0 && (v=0) || v>1 && (v=1);
462
+ this.rgb = HSV_RGB(
463
+ h===null ? this.hsv[0] : (this.hsv[0]=h),
464
+ s===null ? this.hsv[1] : (this.hsv[1]=s),
465
+ v===null ? this.hsv[2] : (this.hsv[2]=v)
466
+ );
467
+ this.exportColor(flags);
468
+ };
469
+
470
+
471
+ this.fromRGB = function(r, g, b, flags) { // null = don't change
472
+ r<0 && (r=0) || r>1 && (r=1);
473
+ g<0 && (g=0) || g>1 && (g=1);
474
+ b<0 && (b=0) || b>1 && (b=1);
475
+ var hsv = RGB_HSV(
476
+ r===null ? this.rgb[0] : (this.rgb[0]=r),
477
+ g===null ? this.rgb[1] : (this.rgb[1]=g),
478
+ b===null ? this.rgb[2] : (this.rgb[2]=b)
479
+ );
480
+ if(hsv[0] !== null) {
481
+ this.hsv[0] = hsv[0];
482
+ }
483
+ if(hsv[2] !== 0) {
484
+ this.hsv[1] = hsv[1];
485
+ }
486
+ this.hsv[2] = hsv[2];
487
+ this.exportColor(flags);
488
+ };
489
+
490
+
491
+ this.fromString = function(hex, flags) {
492
+ var m = hex.match(/^\W*([0-9A-F]{3}([0-9A-F]{3})?)\W*$/i);
493
+ if(!m) {
494
+ return false;
495
+ } else {
496
+ if(m[1].length === 6) { // 6-char notation
497
+ this.fromRGB(
498
+ parseInt(m[1].substr(0,2),16) / 255,
499
+ parseInt(m[1].substr(2,2),16) / 255,
500
+ parseInt(m[1].substr(4,2),16) / 255,
501
+ flags
502
+ );
503
+ } else { // 3-char notation
504
+ this.fromRGB(
505
+ parseInt(m[1].charAt(0)+m[1].charAt(0),16) / 255,
506
+ parseInt(m[1].charAt(1)+m[1].charAt(1),16) / 255,
507
+ parseInt(m[1].charAt(2)+m[1].charAt(2),16) / 255,
508
+ flags
509
+ );
510
+ }
511
+ return true;
512
+ }
513
+ };
514
+
515
+
516
+ this.toString = function() {
517
+ return (
518
+ (0x100 | Math.round(255*this.rgb[0])).toString(16).substr(1) +
519
+ (0x100 | Math.round(255*this.rgb[1])).toString(16).substr(1) +
520
+ (0x100 | Math.round(255*this.rgb[2])).toString(16).substr(1)
521
+ );
522
+ };
523
+
524
+
525
+ function RGB_HSV(r, g, b) {
526
+ var n = Math.min(Math.min(r,g),b);
527
+ var v = Math.max(Math.max(r,g),b);
528
+ var m = v - n;
529
+ if(m === 0) { return [ null, 0, v ]; }
530
+ var h = r===n ? 3+(b-g)/m : (g===n ? 5+(r-b)/m : 1+(g-r)/m);
531
+ return [ h===6?0:h, m/v, v ];
532
+ }
533
+
534
+
535
+ function HSV_RGB(h, s, v) {
536
+ if(h === null) { return [ v, v, v ]; }
537
+ var i = Math.floor(h);
538
+ var f = i%2 ? h-i : 1-(h-i);
539
+ var m = v * (1 - s);
540
+ var n = v * (1 - s*f);
541
+ switch(i) {
542
+ case 6:
543
+ case 0: return [v,n,m];
544
+ case 1: return [n,v,m];
545
+ case 2: return [m,v,n];
546
+ case 3: return [m,n,v];
547
+ case 4: return [n,m,v];
548
+ case 5: return [v,m,n];
549
+ }
550
+ }
551
+
552
+
553
+ function removePicker() {
554
+ delete jscolor.picker.owner;
555
+ document.getElementsByTagName('body')[0].removeChild(jscolor.picker.boxB);
556
+ }
557
+
558
+
559
+ function drawPicker(x, y) {
560
+ if(!jscolor.picker) {
561
+ jscolor.picker = {
562
+ box : document.createElement('div'),
563
+ boxB : document.createElement('div'),
564
+ pad : document.createElement('div'),
565
+ padB : document.createElement('div'),
566
+ padM : document.createElement('div'),
567
+ sld : document.createElement('div'),
568
+ sldB : document.createElement('div'),
569
+ sldM : document.createElement('div'),
570
+ btn : document.createElement('div'),
571
+ btnS : document.createElement('span'),
572
+ btnT : document.createTextNode(THIS.pickerCloseText)
573
+ };
574
+ for(var i=0,segSize=4; i<jscolor.images.sld[1]; i+=segSize) {
575
+ var seg = document.createElement('div');
576
+ seg.style.height = segSize+'px';
577
+ seg.style.fontSize = '1px';
578
+ seg.style.lineHeight = '0';
579
+ jscolor.picker.sld.appendChild(seg);
580
+ }
581
+ jscolor.picker.sldB.appendChild(jscolor.picker.sld);
582
+ jscolor.picker.box.appendChild(jscolor.picker.sldB);
583
+ jscolor.picker.box.appendChild(jscolor.picker.sldM);
584
+ jscolor.picker.padB.appendChild(jscolor.picker.pad);
585
+ jscolor.picker.box.appendChild(jscolor.picker.padB);
586
+ jscolor.picker.box.appendChild(jscolor.picker.padM);
587
+ jscolor.picker.btnS.appendChild(jscolor.picker.btnT);
588
+ jscolor.picker.btn.appendChild(jscolor.picker.btnS);
589
+ jscolor.picker.box.appendChild(jscolor.picker.btn);
590
+ jscolor.picker.boxB.appendChild(jscolor.picker.box);
591
+ }
592
+
593
+ var p = jscolor.picker;
594
+
595
+ // controls interaction
596
+ p.box.onmouseup =
597
+ p.box.onmouseout = function() { target.focus(); };
598
+ p.box.onmousedown = function() { abortBlur=true; };
599
+ p.box.onmousemove = function(e) {
600
+ if (holdPad || holdSld) {
601
+ holdPad && setPad(e);
602
+ holdSld && setSld(e);
603
+ if (document.selection) {
604
+ document.selection.empty();
605
+ } else if (window.getSelection) {
606
+ window.getSelection().removeAllRanges();
607
+ }
608
+ dispatchImmediateChange();
609
+ }
610
+ };
611
+ p.padM.onmouseup =
612
+ p.padM.onmouseout = function() { if(holdPad) { holdPad=false; jscolor.fireEvent(valueElement,'change'); } };
613
+ p.padM.onmousedown = function(e) {
614
+ holdPad=true;
615
+ setPad(e);
616
+ dispatchImmediateChange();
617
+ };
618
+ p.sldM.onmouseup =
619
+ p.sldM.onmouseout = function() { if(holdSld) { holdSld=false; jscolor.fireEvent(valueElement,'change'); } };
620
+ p.sldM.onmousedown = function(e) {
621
+ holdSld=true;
622
+ setSld(e);
623
+ dispatchImmediateChange();
624
+ };
625
+
626
+ // picker
627
+ var dims = getPickerDims(THIS);
628
+ p.box.style.width = dims[0] + 'px';
629
+ p.box.style.height = dims[1] + 'px';
630
+
631
+ // picker border
632
+ p.boxB.style.position = 'absolute';
633
+ p.boxB.style.clear = 'both';
634
+ p.boxB.style.left = x+'px';
635
+ p.boxB.style.top = y+'px';
636
+ p.boxB.style.zIndex = THIS.pickerZIndex;
637
+ p.boxB.style.border = THIS.pickerBorder+'px solid';
638
+ p.boxB.style.borderColor = THIS.pickerBorderColor;
639
+ p.boxB.style.background = THIS.pickerFaceColor;
640
+
641
+ // pad image
642
+ p.pad.style.width = jscolor.images.pad[0]+'px';
643
+ p.pad.style.height = jscolor.images.pad[1]+'px';
644
+
645
+ // pad border
646
+ p.padB.style.position = 'absolute';
647
+ p.padB.style.left = THIS.pickerFace+'px';
648
+ p.padB.style.top = THIS.pickerFace+'px';
649
+ p.padB.style.border = THIS.pickerInset+'px solid';
650
+ p.padB.style.borderColor = THIS.pickerInsetColor;
651
+
652
+ // pad mouse area
653
+ p.padM.style.position = 'absolute';
654
+ p.padM.style.left = '0';
655
+ p.padM.style.top = '0';
656
+ p.padM.style.width = THIS.pickerFace + 2*THIS.pickerInset + jscolor.images.pad[0] + jscolor.images.arrow[0] + 'px';
657
+ p.padM.style.height = p.box.style.height;
658
+ p.padM.style.cursor = 'crosshair';
659
+
660
+ // slider image
661
+ p.sld.style.overflow = 'hidden';
662
+ p.sld.style.width = jscolor.images.sld[0]+'px';
663
+ p.sld.style.height = jscolor.images.sld[1]+'px';
664
+
665
+ // slider border
666
+ p.sldB.style.display = THIS.slider ? 'block' : 'none';
667
+ p.sldB.style.position = 'absolute';
668
+ p.sldB.style.right = THIS.pickerFace+'px';
669
+ p.sldB.style.top = THIS.pickerFace+'px';
670
+ p.sldB.style.border = THIS.pickerInset+'px solid';
671
+ p.sldB.style.borderColor = THIS.pickerInsetColor;
672
+
673
+ // slider mouse area
674
+ p.sldM.style.display = THIS.slider ? 'block' : 'none';
675
+ p.sldM.style.position = 'absolute';
676
+ p.sldM.style.right = '0';
677
+ p.sldM.style.top = '0';
678
+ p.sldM.style.width = jscolor.images.sld[0] + jscolor.images.arrow[0] + THIS.pickerFace + 2*THIS.pickerInset + 'px';
679
+ p.sldM.style.height = p.box.style.height;
680
+ try {
681
+ p.sldM.style.cursor = 'pointer';
682
+ } catch(eOldIE) {
683
+ p.sldM.style.cursor = 'hand';
684
+ }
685
+
686
+ // "close" button
687
+ function setBtnBorder() {
688
+ var insetColors = THIS.pickerInsetColor.split(/\s+/);
689
+ var pickerOutsetColor = insetColors.length < 2 ? insetColors[0] : insetColors[1] + ' ' + insetColors[0] + ' ' + insetColors[0] + ' ' + insetColors[1];
690
+ p.btn.style.borderColor = pickerOutsetColor;
691
+ }
692
+ p.btn.style.display = THIS.pickerClosable ? 'block' : 'none';
693
+ p.btn.style.position = 'absolute';
694
+ p.btn.style.left = THIS.pickerFace + 'px';
695
+ p.btn.style.bottom = THIS.pickerFace + 'px';
696
+ p.btn.style.padding = '0 15px';
697
+ p.btn.style.height = '18px';
698
+ p.btn.style.border = THIS.pickerInset + 'px solid';
699
+ setBtnBorder();
700
+ p.btn.style.color = THIS.pickerButtonColor;
701
+ p.btn.style.font = '12px sans-serif';
702
+ p.btn.style.textAlign = 'center';
703
+ try {
704
+ p.btn.style.cursor = 'pointer';
705
+ } catch(eOldIE) {
706
+ p.btn.style.cursor = 'hand';
707
+ }
708
+ p.btn.onmousedown = function () {
709
+ THIS.hidePicker();
710
+ };
711
+ p.btnS.style.lineHeight = p.btn.style.height;
712
+
713
+ // load images in optimal order
714
+ switch(modeID) {
715
+ case 0: var padImg = 'hs.png'; break;
716
+ case 1: var padImg = 'hv.png'; break;
717
+ }
718
+ p.padM.style.backgroundImage = "url('"+jscolor.getDir()+"cross.gif')";
719
+ p.padM.style.backgroundRepeat = "no-repeat";
720
+ p.sldM.style.backgroundImage = "url('"+jscolor.getDir()+"arrow.gif')";
721
+ p.sldM.style.backgroundRepeat = "no-repeat";
722
+ p.pad.style.backgroundImage = "url('"+jscolor.getDir()+padImg+"')";
723
+ p.pad.style.backgroundRepeat = "no-repeat";
724
+ p.pad.style.backgroundPosition = "0 0";
725
+
726
+ // place pointers
727
+ redrawPad();
728
+ redrawSld();
729
+
730
+ jscolor.picker.owner = THIS;
731
+ document.getElementsByTagName('body')[0].appendChild(p.boxB);
732
+ }
733
+
734
+
735
+ function getPickerDims(o) {
736
+ var dims = [
737
+ 2*o.pickerInset + 2*o.pickerFace + jscolor.images.pad[0] +
738
+ (o.slider ? 2*o.pickerInset + 2*jscolor.images.arrow[0] + jscolor.images.sld[0] : 0),
739
+ o.pickerClosable ?
740
+ 4*o.pickerInset + 3*o.pickerFace + jscolor.images.pad[1] + o.pickerButtonHeight :
741
+ 2*o.pickerInset + 2*o.pickerFace + jscolor.images.pad[1]
742
+ ];
743
+ return dims;
744
+ }
745
+
746
+
747
+ function redrawPad() {
748
+ // redraw the pad pointer
749
+ switch(modeID) {
750
+ case 0: var yComponent = 1; break;
751
+ case 1: var yComponent = 2; break;
752
+ }
753
+ var x = Math.round((THIS.hsv[0]/6) * (jscolor.images.pad[0]-1));
754
+ var y = Math.round((1-THIS.hsv[yComponent]) * (jscolor.images.pad[1]-1));
755
+ jscolor.picker.padM.style.backgroundPosition =
756
+ (THIS.pickerFace+THIS.pickerInset+x - Math.floor(jscolor.images.cross[0]/2)) + 'px ' +
757
+ (THIS.pickerFace+THIS.pickerInset+y - Math.floor(jscolor.images.cross[1]/2)) + 'px';
758
+
759
+ // redraw the slider image
760
+ var seg = jscolor.picker.sld.childNodes;
761
+
762
+ switch(modeID) {
763
+ case 0:
764
+ var rgb = HSV_RGB(THIS.hsv[0], THIS.hsv[1], 1);
765
+ for(var i=0; i<seg.length; i+=1) {
766
+ seg[i].style.backgroundColor = 'rgb('+
767
+ (rgb[0]*(1-i/seg.length)*100)+'%,'+
768
+ (rgb[1]*(1-i/seg.length)*100)+'%,'+
769
+ (rgb[2]*(1-i/seg.length)*100)+'%)';
770
+ }
771
+ break;
772
+ case 1:
773
+ var rgb, s, c = [ THIS.hsv[2], 0, 0 ];
774
+ var i = Math.floor(THIS.hsv[0]);
775
+ var f = i%2 ? THIS.hsv[0]-i : 1-(THIS.hsv[0]-i);
776
+ switch(i) {
777
+ case 6:
778
+ case 0: rgb=[0,1,2]; break;
779
+ case 1: rgb=[1,0,2]; break;
780
+ case 2: rgb=[2,0,1]; break;
781
+ case 3: rgb=[2,1,0]; break;
782
+ case 4: rgb=[1,2,0]; break;
783
+ case 5: rgb=[0,2,1]; break;
784
+ }
785
+ for(var i=0; i<seg.length; i+=1) {
786
+ s = 1 - 1/(seg.length-1)*i;
787
+ c[1] = c[0] * (1 - s*f);
788
+ c[2] = c[0] * (1 - s);
789
+ seg[i].style.backgroundColor = 'rgb('+
790
+ (c[rgb[0]]*100)+'%,'+
791
+ (c[rgb[1]]*100)+'%,'+
792
+ (c[rgb[2]]*100)+'%)';
793
+ }
794
+ break;
795
+ }
796
+ }
797
+
798
+
799
+ function redrawSld() {
800
+ // redraw the slider pointer
801
+ switch(modeID) {
802
+ case 0: var yComponent = 2; break;
803
+ case 1: var yComponent = 1; break;
804
+ }
805
+ var y = Math.round((1-THIS.hsv[yComponent]) * (jscolor.images.sld[1]-1));
806
+ jscolor.picker.sldM.style.backgroundPosition =
807
+ '0 ' + (THIS.pickerFace+THIS.pickerInset+y - Math.floor(jscolor.images.arrow[1]/2)) + 'px';
808
+ }
809
+
810
+
811
+ function isPickerOwner() {
812
+ return jscolor.picker && jscolor.picker.owner === THIS;
813
+ }
814
+
815
+
816
+ function blurTarget() {
817
+ if(valueElement === target) {
818
+ THIS.importColor();
819
+ }
820
+ if(THIS.pickerOnfocus) {
821
+ THIS.hidePicker();
822
+ }
823
+ }
824
+
825
+
826
+ function blurValue() {
827
+ if(valueElement !== target) {
828
+ THIS.importColor();
829
+ }
830
+ }
831
+
832
+
833
+ function setPad(e) {
834
+ var mpos = jscolor.getRelMousePos(e);
835
+ var x = mpos.x - THIS.pickerFace - THIS.pickerInset;
836
+ var y = mpos.y - THIS.pickerFace - THIS.pickerInset;
837
+ switch(modeID) {
838
+ case 0: THIS.fromHSV(x*(6/(jscolor.images.pad[0]-1)), 1 - y/(jscolor.images.pad[1]-1), null, leaveSld); break;
839
+ case 1: THIS.fromHSV(x*(6/(jscolor.images.pad[0]-1)), null, 1 - y/(jscolor.images.pad[1]-1), leaveSld); break;
840
+ }
841
+ }
842
+
843
+
844
+ function setSld(e) {
845
+ var mpos = jscolor.getRelMousePos(e);
846
+ var y = mpos.y - THIS.pickerFace - THIS.pickerInset;
847
+ switch(modeID) {
848
+ case 0: THIS.fromHSV(null, null, 1 - y/(jscolor.images.sld[1]-1), leavePad); break;
849
+ case 1: THIS.fromHSV(null, 1 - y/(jscolor.images.sld[1]-1), null, leavePad); break;
850
+ }
851
+ }
852
+
853
+
854
+ function dispatchImmediateChange() {
855
+ if (THIS.onImmediateChange) {
856
+ if (typeof THIS.onImmediateChange === 'string') {
857
+ eval(THIS.onImmediateChange);
858
+ } else {
859
+ THIS.onImmediateChange(THIS);
860
+ }
861
+ }
862
+ }
863
+
864
+
865
+ var THIS = this;
866
+ var modeID = this.pickerMode.toLowerCase()==='hvs' ? 1 : 0;
867
+ var abortBlur = false;
868
+ var
869
+ valueElement = jscolor.fetchElement(this.valueElement),
870
+ styleElement = jscolor.fetchElement(this.styleElement);
871
+ var
872
+ holdPad = false,
873
+ holdSld = false;
874
+ var
875
+ leaveValue = 1<<0,
876
+ leaveStyle = 1<<1,
877
+ leavePad = 1<<2,
878
+ leaveSld = 1<<3;
879
+
880
+ // target
881
+ jscolor.addEvent(target, 'focus', function() {
882
+ if(THIS.pickerOnfocus) { THIS.showPicker(); }
883
+ });
884
+ jscolor.addEvent(target, 'blur', function() {
885
+ if(!abortBlur) {
886
+ window.setTimeout(function(){ abortBlur || blurTarget(); abortBlur=false; }, 0);
887
+ } else {
888
+ abortBlur = false;
889
+ }
890
+ });
891
+
892
+ // valueElement
893
+ if(valueElement) {
894
+ var updateField = function() {
895
+ THIS.fromString(valueElement.value, leaveValue);
896
+ dispatchImmediateChange();
897
+ };
898
+ jscolor.addEvent(valueElement, 'keyup', updateField);
899
+ jscolor.addEvent(valueElement, 'input', updateField);
900
+ jscolor.addEvent(valueElement, 'blur', blurValue);
901
+ valueElement.setAttribute('autocomplete', 'off');
902
+ }
903
+
904
+ // styleElement
905
+ if(styleElement) {
906
+ styleElement.jscStyle = {
907
+ backgroundColor : styleElement.style.backgroundColor,
908
+ color : styleElement.style.color
909
+ };
910
+ }
911
+
912
+ // require images
913
+ switch(modeID) {
914
+ case 0: jscolor.requireImage('hs.png'); break;
915
+ case 1: jscolor.requireImage('hv.png'); break;
916
+ }
917
+ jscolor.requireImage('cross.gif');
918
+ jscolor.requireImage('arrow.gif');
919
+
920
+ this.importColor();
921
+ }
922
+
923
+ };
924
+
925
+
926
+ jscolor.install();
languages/sp_calendar-af.mo ADDED
Binary file
languages/sp_calendar-af.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:02+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 13:31+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Afrikaans\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "Maandag"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "Dinsdag"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "Woensdag"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "Donderdag"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "Vrydag"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "Saterdag"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "Sondag"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "januarie"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "februarie"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "maart"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "april"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "mei"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "junie"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "julie"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "augustus"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "september"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "oktober"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "november"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "desember"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "So"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "Ma"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "Di"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "Wo"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "Do"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "Vr"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "Sa"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Sien meer ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "eerste"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "second"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "Derde"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "Vierde"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "laaste"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Datum"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Herhaal elke"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "dag"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Week (s) op"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Maand (s) op die"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Jaar (s) in"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "op die"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "Geen Herhaal"
205
+
languages/sp_calendar-ar.mo ADDED
Binary file
languages/sp_calendar-ar.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:05+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 13:34+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Arabic\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "الاثنين"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "الثلاثاء"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "الأربعاء"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "الخميس"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "الجمعة"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "السبت"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "الأحد"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "يناير/كانون الثاني"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "فبراير"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "مارس/آذار"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "أبريل/نيسان"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "محتمل"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "يونيو/حزيران"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "يوليو"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "أغسطس"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "سبتمبر"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "أكتوبر"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "نوفمبر/تشرين الثاني"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "كانون الأول/ديسمبر"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "حد"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "ين"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "اء"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "اء"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "يس"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "عة"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "بت"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "مشاهدة المزيد ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "أول"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "الضاحك"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "الضرس الثالث"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "رابع"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "الأخير"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "التاريخ"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "تكرار كل"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "نَهار"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "الأسبوع (ق) على"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "الشهر (s) على"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "سنة (s) في"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "على"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "هناك تكرار"
205
+
languages/sp_calendar-be_BY.mo ADDED
Binary file
languages/sp_calendar-be_BY.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:07+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 13:35+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Belarusian\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "Панядзелак"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "Аўторак"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "Серада"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "Чацвер"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "Пятніца"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "Субота"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "Нядзеля"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "Студзень"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "Люты"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "Сакавік"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "Красавік"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "Травень"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "Чэрвень"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "Ліпень"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "Жнівень"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "Верасень"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "Кастрычнік"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "Лістапад"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "Снежань"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "Ня"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "Па"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "Аў"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "Се"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "Ча"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "Пя"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "Су"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Больш падрабязна ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "Першы"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "Другі:"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "Трэцяя:"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "чацьвёрты"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "Апошнія"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Дата"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Паўтараць кожныя"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "Дзень"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "тыдні ў:"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Месяц (ы) на"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Год (ы)"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "&Месяц"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "Без паўтору"
205
+
languages/sp_calendar-bg_BG.mo ADDED
Binary file
languages/sp_calendar-bg_BG.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:09+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 13:37+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Bulgarian\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "Понеделник"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "Вторник"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "Сряда"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "Четвъртък"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "Петък"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "Събота"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "Неделя"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "януари"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "февруари"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "март"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "април"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "Май"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "юни"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "юли"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "август"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "септември"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "октомври"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "ноември"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "декември"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "Не"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "По"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "Вт"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "Ср"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "Че"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "Пе"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "Съ"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Научи повече!"
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "Първа"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "секунди. "
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "Трети"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "Четвърти"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "Дата на последния одит. "
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Дата"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Повтаряй всеки"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "Ден:"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Седмица (и)"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Месец (а)"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Година (и) в"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "на"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "Без повтаряне"
205
+
languages/sp_calendar-ca.mo ADDED
Binary file
languages/sp_calendar-ca.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:09+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 13:50+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Catalan\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "Dilluns"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "Dimarts"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "Dimecres"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "Dijous"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "Divendres"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "Dissabte"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "Diumenge"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "Gener"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "Febrer"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "Març"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "Abril"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "Mai"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "Juny"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "Juliol"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "Agost"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "Setembre"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "Octubre"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "Novembre"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "Desembre"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "Diu"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "Dill"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "Dim"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "Dim"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "Dij"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "Div"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "Dis"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Veure més ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "Primer"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "Segon"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "tercer"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "quart"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "Últim"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Data"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Repetir cada"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "Dia"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Setmana (es) en"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Mes (s) en la"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Any (s) en"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "al"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "No repetir"
205
+
languages/sp_calendar-cs_CZ.mo ADDED
Binary file
languages/sp_calendar-cs_CZ.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:12+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 13:52+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Czech\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "Pondělí"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "Vúterý"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "Středa"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "Čtvrtek"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "Pátek"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "Sobota"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "Neděle"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "Leden"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "Únor"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "Březen"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "Duben"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "květen"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "Červen"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "Červenec"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "Srpen"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "Září"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "Říjen"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "Listopad"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "Prosinec"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "Ne"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "Po"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "Vú"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "Stostě"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "Čt"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "Pá"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "So"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Více ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "Za prvé"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "Vteřina"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "Za třetí"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "Čtyřka."
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "Poslední"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Datum"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Opakujte každý"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "Den"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Týden (y) na"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Měsíc (y) na"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Rok (y) v"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "na"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "Ne Opakovat"
205
+
languages/sp_calendar-da_DK.mo ADDED
Binary file
languages/sp_calendar-da_DK.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:13+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 13:53+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Danish\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "Mandag"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "Tirsdag"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "Onsdag"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "Torsdag"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "Fredag"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "Lørdag"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "Søndag"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "Januar"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "Februar"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "Marts"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "April"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "Maj"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "Juni"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "Juli"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "August"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "September"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "Oktober"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "November"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "December"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "Sø"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "Ma"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "Ti"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "On"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "To"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "Fr"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "Lø"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Se mere ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "Første"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "Sekunder, "
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "Tredje"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "Fjerde"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "Sidste"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Dato"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Gentag hver"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "Dag"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Uge (r) på"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Måned (er) på"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "År (r) i"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "På "
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "Ingen gentagelse"
205
+
languages/sp_calendar-de_DE.mo ADDED
Binary file
languages/sp_calendar-de_DE.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 21:23+0400\n"
6
+ "PO-Revision-Date: 2012-09-01 21:26+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: German\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "Montag"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "Dienstag"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "Mittwoch"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "Donnerstag"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "Freitag"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "Samstag"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "Sonntag"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "Januar"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "Feber"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "März"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "April"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "may"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "Juni"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "Juli"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "August"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "September"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "Oktober"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "November"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "Dezember"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "So"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "Mo"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "Di"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "Mi"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "Do"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "Fr"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "Sa"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Weitere Details"
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "Erste"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "zweiten"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "dritten"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "vierten"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "Letzte"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Datum"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Wiederholung jeder %@"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "Tag"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Woche (n) auf"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Monat (en) auf die"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Jahr (e) in"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "am"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "Keine Wiederholung"
205
+
languages/sp_calendar-el.mo ADDED
Binary file
languages/sp_calendar-el.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:18+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 13:55+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Greek\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "Δευτέρα"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "Τρίτη"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "Τετάρτη"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "Πέμπτη"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "Παρασκευή"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "Σάββατο"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "Κυριακή"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "Ιανουάριος"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "Φεβρουάριος"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "Μάρτιος"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "Απρίλης"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "Μάιος"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "Ιούνιος"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "Ιούλιος"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "Αύγουστος"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "Σεπτέμβριος"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "Οκτώβριος"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "Νοέμβριος"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "Δεκέμβριος"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "Κυ"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "Δε"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "Τρ"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "Τε"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "Πε"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "Πα"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "Σα"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Δείτε περισσότερα ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "Πρώτο"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "Δεύτερο"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "τρίτο"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "Τέταρτος"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "Τελευταίος"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Ημερομηνία"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Επαναλάβετε κάθε"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "Ημέρα"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Εβδομάδα (ες) σε"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Μήνας (ες) για το"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Έτος (ες) σε"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "για την"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "Δεν Επανάληψη"
205
+
languages/sp_calendar-eo_EO.mo ADDED
Binary file
languages/sp_calendar-eo_EO.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:14+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 13:56+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Esperanto\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "Lundo"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "Mardo"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "Merkredo"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "Ĵaŭdo"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "Vendredo"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "Sabato"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "Dimanĉo"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "Januaro"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "Februaro"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "Marto"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "Aprilo"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "Majo"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "Junio"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "Julio"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "Aŭgusto"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "Septembro"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "Oktobro"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "Novembro"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "Decembro"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "Di"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "Lu"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "Ma"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "Me"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "Ĵa"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "Ve"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "Sa"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Vidi pli ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "Unua"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "Dua"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "Tria"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "Kvara"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "Lasta"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Dato"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Ripeti Ĉiu"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "Tago"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Semajno (j) n en"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Monato (j) en la"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Jaro (j) en"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "en la"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "Neniu Ripetu"
205
+
languages/sp_calendar-es_ES.mo ADDED
Binary file
languages/sp_calendar-es_ES.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:35+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:04+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Spanish\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "Lunes"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "Martes"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "Miércoles"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "Jueves"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "Viernes"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "Sábado"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "Domingo"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "Enero"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "febrero"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "marzo"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "abril"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "Mayo"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "junio"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "julio"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "agosto"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "septiembre"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "octubre"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "noviembre"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "Diciembre"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "Do"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "Lu"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "Ma"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "Mi"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "Ju"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "Vi"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "Sá"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Ver más ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "Primero"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "Artículo SEGUND"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "tercero"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "Cuarto"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "Última"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Fecha"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "repitiendo todos los %@"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "DÍA"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Semana (s) en"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Mes (s) en la"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Año (s) en"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "en la"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "No se repite"
205
+
languages/sp_calendar-et.mo ADDED
Binary file
languages/sp_calendar-et.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:15+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:05+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Estonian\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "Esmaspäev"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "Teisipäev"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "Kolmapäev"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "Neljapäev"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "Reede"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "Laupäev"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "Pühapäev"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "Jaanuar"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "Veebruar"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "Märts"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "Aprill"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "Mai"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "Juuni"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "Juuli"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "August"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "September"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "Oktoober"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "November"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "Detsember"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "Pü"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "Es"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "Te"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "Ko"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "Ne"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "Re"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "La"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Vaata veel ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "Esimene"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "Teine"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "Kolmas"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "Neljas"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "Viimane"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Kuupäev:"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Korrata iga"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "Päev"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Nädal (ad)"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Kuu (d) kohta"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Aasta (id)"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "kohta"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "Ei korduks"
205
+
languages/sp_calendar-fa_IR.mo ADDED
Binary file
languages/sp_calendar-fa_IR.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:28+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:06+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Persian\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "دوشنبه"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "سهشنبه"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "چهار شنبه"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "پنج شنبه"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "جمعه"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "روز شنبه"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "یکشنبه"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "ژانویه"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "فوریه"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "مارس"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "آوریل"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "مه"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "ژوئن"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "جولای"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "اوت"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "سپتامبر"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "اکتبر"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "نوامبر"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "دسامبر"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "به"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "به"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "به"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "به"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "به"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "عه"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "به"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "مشاهده اطلاعات بیشتر ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "نخستین"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "دوم"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "سوم"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "چهارم"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "واپسین"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "تاریخ"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "تکرار هر"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "روز"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "هفته در"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "ماه () در"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "سال در"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "در"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "بدون تکرار"
205
+
languages/sp_calendar-fi.mo ADDED
Binary file
languages/sp_calendar-fi.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:16+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:07+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Finnish\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "Maanantai"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "Tiistai"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "Keskiviikko"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "Torstai"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "Perjantai"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "Lauantai"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "Sunnuntai"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "Tammikuu"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "Helmikuu"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "Marssia!"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "Huhtikuu"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "saattaa"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "Kesäkuu"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "Heinäkuu"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "Elokuu"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "Syyskuu"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "Lokakuu"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "Marraskuu"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "Joulukuu"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "Su"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "Ma"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "Ti"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "Ke"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "To"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "Pe"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "La"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Katso lisää ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "ensimmäinen"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "toinen"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "kolmas"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "neljäs"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "Viimeinen"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Pvm"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Toista joka"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "Päivä"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Viikko (t)"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Kuukausi (t)"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Vuosi (t)"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "päälle"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "Ei Toista"
205
+
languages/sp_calendar-fr_FR.mo ADDED
Binary file
languages/sp_calendar-fr_FR.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:16+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:08+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: French\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "Lundi"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "Mardi"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "Mercredi"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "Jeudi"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "Vendredi"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "Samedi"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "Dimanche"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "Janvier"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "février"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "mars"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "Avr."
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "peuvent"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "juin"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "Juil."
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "août"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "Sep."
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "octobre"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "novembre"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "Décembre"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "Di"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "Lu"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "Ma"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "Me"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "Je"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "Ve"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "Sa"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "En Savoir Plus"
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "PREMIEREMENT"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "deuxième"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "troisieme"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "quatrième"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "Nouveau"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Date"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Répéter tous les"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "jour"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Semaine (s) sur"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Mois (s) sur la"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Année (s)"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "sur l'"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "Pas de répétition"
205
+
languages/sp_calendar-gl_ES.mo ADDED
Binary file
languages/sp_calendar-gl_ES.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:17+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:08+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Galician\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "Luns"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "Martes"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "Mércores"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "Xoves"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "Venres"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "Sábado"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "Domingo"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "Xaneiro"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "Febreiro"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "Marzo"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "Abril"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "Maio"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "Xuño"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "Xullo"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "Agosto"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "Setembro"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "Outubro"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "Novembro"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "Decembro"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "Do"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "Lu"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "Ma"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "Mé"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "Xo"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "Ve"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "Sá"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Ver máis ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "Nome"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "Segundo"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "Terceiro"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "Cuarto"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "Apelido"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Data"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Repetir cada"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "Día"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Semana (s) en"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Día (s) sobre o"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Ano (s) en"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "no"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "Non repetir"
205
+
languages/sp_calendar-he_IL.mo ADDED
Binary file
languages/sp_calendar-he_IL.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:19+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:10+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Hebrew\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "יום שני"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "שלישי"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "רביעי"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "חמישי"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "שישי"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "יום שבת"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "ראשון"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "ינואר"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "פברואר"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "מרץ"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "אפריל"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "מאי"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "יוני"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "יולי"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "אוגוסט"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "ספטמבר"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "אוקטובר"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "נובמבר"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "דצמבר"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "ון"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "ני"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "שי"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "עי"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "שי"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "שי"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "בת"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "ראה עוד ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "ראשון"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "שני"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "שלישי"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "הרביעי"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "אחרון"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "תאריך"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "חזור על כל"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "יום"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "שבוע (הים) על"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "חודש (הים) על"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "שנה (הים) ב"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "על"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "לא חוזר"
205
+
languages/sp_calendar-hi_IN.mo ADDED
Binary file
languages/sp_calendar-hi_IN.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:20+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:12+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Hindi\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "सोमवार"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "मंगलवार"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "बुधवार"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "बृहस्पतिवार"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "शुक्रवार"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "शनिवार"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "रविवार"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "जनवरी "
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "फरवरी "
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "मार्च "
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "अप्रैल "
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "मई"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "जून "
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "जुलाई "
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "अगस्त"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "सितंबर "
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "अक्टूबर "
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "नवंबर "
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "दिसंबर "
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "रवि"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "सोम"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "मंग"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "बुध"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "बृह"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "शुक्र"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "शन"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "अधिक देखें "
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "प्रथम "
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "द्वितीय"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "तीसरा "
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "चौथा"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "अंतिम "
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "तिथि"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "हर दोहराएँ"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "दिन "
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "(ओं) सप्ताह पर"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "पर महीने (s)"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "(ओं) वर्ष में"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "पर"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "नहीं दोहराने"
205
+
languages/sp_calendar-hr.mo ADDED
Binary file
languages/sp_calendar-hr.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:11+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:13+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Croatian\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "Ponedjeljak"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "Utorak"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "Srijeda"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "Četvrtak"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "Petak"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "Subota"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "Nedjelja"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "Siječanj"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "Veljača"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "Ožujak"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "Travanj"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "Svibanj"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "Lipanj"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "Srpanj"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "Kolovoz"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "Rujan"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "Listopad"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "Studeni"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "Prosinac"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "Ne"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "Po"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "Ut"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "Sr"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "Če"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "Pe"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "Su"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Vidi više ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "prije"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "Drugi"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "Treći"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "Četvrti"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "zad"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Datum"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Ponovite Svaki"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "Dan:"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Tjedan (a) na"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Mjesec (i) na"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Godine (i) u"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "S bukalne strane, fragment zuba je priključen na bukalnu ploču lamele fiziološkim periodontalnim ligamentom."
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "Nema ponavljanja"
205
+
languages/sp_calendar-hu_HU.mo ADDED
Binary file
languages/sp_calendar-hu_HU.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:20+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:14+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Hungarian\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "hétfő"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "kedd"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "szerda"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "csütörtök"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "péntek"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "szombat"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "vasárnap"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "Január "
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "Február "
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "Március "
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "Április "
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "Május "
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "Június "
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "Július "
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "Augusztus "
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "Szeptember "
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "Október "
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "November "
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "December "
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "va"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "hé"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "ke"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "sz"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "cs"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "pé"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "sz"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Bővebben ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "Első"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "Második"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "· &nbsp;&nbsp;&nbsp;&nbsp; Harmadszor:"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "Negyedik"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "Utolsó"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Dátum"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Ismételje meg minden"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "Nap:"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Hét (ok)"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Hónap (ok) a"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Év (ek)-ben"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "A"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "Nincs ismétlés"
205
+
languages/sp_calendar-hy_AM.mo ADDED
Binary file
languages/sp_calendar-hy_AM.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:05+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:16+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Armenian\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "Երկուշաբթի"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "Երեքշաբթի"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "Չորեքշաբթի"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "Հինգշաբթի"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "Ուրբաթ"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "Շաբաթ"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "Կիրակի"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "Հունվար"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "Փետրվար"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "Մարտ"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "Ապրիլ"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "Մայիս"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "Հունիս"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "Հուլիս"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "Օգոստոս"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "Սեպտեմբեր"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "Հոկտեմբեր"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "Նոյեմբեր"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "Դեկտեմբեր"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "Կի"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "Եր"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "Երե"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "Չոր"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "Հին"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "Ուր"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "Շա"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Տես ավելին ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "Առաջին"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "Երկրորդ"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "Երրորդ"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "Չորրորդ"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "Անցյալ"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Ամսաթիվ"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Կրկնել յուրաքանչյուր"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "Օր"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Շաբաթ (ներ) ին"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Ամիս (ներ) ին"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Տարի (ներ)"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "մասին"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "chi krknvum"
205
+
languages/sp_calendar-id_ID.mo ADDED
Binary file
languages/sp_calendar-id_ID.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:21+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:17+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Indonesian\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "Senin"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "Selasa"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "Rabu"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "Kamis"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "Jumat"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "Sabtu"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "Minggu"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "Januari"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "Februari"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "Maret"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "April"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "Mei"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "Juni"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "Juli"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "Agustus"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "September"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "Oktober"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "November"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "Desember"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "Mi"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "Se"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "Sel"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "Ra"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "Ka"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "Ju"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "Sa"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Lihat lebih banyak ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "Pertama"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "kedua"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "Ketiga"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "Keempat"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "Terakhir"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Tanggal"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Ulangi Setiap"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "Hari"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Minggu (s) pada"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Bulan (s) pada"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Tahun (s) dalam"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "pada"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "Ulangi ada"
205
+
languages/sp_calendar-it_IT.mo ADDED
Binary file
languages/sp_calendar-it_IT.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:22+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:18+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Italian\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "Lunedì"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "Martedì"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "Mercoledì"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "Giovedì"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "Venerdì"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "Sabato"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "Domenica"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "Gennaio"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "febbraio"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "marzo"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "aprile"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "Maggio"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "giugno"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "luglio"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "gosto"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "settembre"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "ottobre"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "novembre"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "Dicembre"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "Do"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "Lu"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "Ma"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "Me"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "Gi"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "Ve"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "Sa"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Scopri di più ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "Primi"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "Secondo"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "Terzo..."
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "Quarto"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "L'anno"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Data"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Ripetere ogni"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "di visita"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Settimana (s) sul"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Mese (s) sul"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Anno (s) in"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "sulla"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "Nessuna ripetizione"
205
+
languages/sp_calendar-ja.mo ADDED
Binary file
languages/sp_calendar-ja.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:22+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:19+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Japanese\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "月曜"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "火曜"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "水曜"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "木曜"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "金曜"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "土曜"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "日曜"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "1月"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "2月"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "3月"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "4月"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "5月"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "6月"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "7月"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "8月"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "9月"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "10月"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "11月"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "12月"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "日曜"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "月曜"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "火曜"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "水曜"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "木曜"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "金曜"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "土曜"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "その他..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "最初の"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "秒"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "3番目"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "4回目"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "最終"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "日付"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "すべてを繰り返す"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "日。"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "週に"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "上の月"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "年間(s)で"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "上の"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "繰り返しなしていません"
205
+
languages/sp_calendar-ka_GE.mo ADDED
Binary file
languages/sp_calendar-ka_GE.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:17+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:20+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Georgian\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "ორშაბათი"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "სამშაბათი"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "ოთხშაბათი"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "ხუთშაბათი"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "პარასკევი"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "შაბათი"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "კვირა"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "იანვარი"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "თებერვალი"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "მარტი"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "აპრილი"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "მაისი"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "ივნისი"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "ივლისი"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "აგვისტო"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "სექტემბერი"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "ოქტომბერი"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "ნოემბერი"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "დეკემბერი"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "კვ"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "ორ"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "სა"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "ოთ"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "ხუ"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "პა"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "შა"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "იხილეთ მეტი ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "პირველი"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "მეორე"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "მესამე"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "მეოთხე"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "ბოლო"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "თარიღი"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "გაიმეორეთ ყველა"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "დღე"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "კვირა (s) on"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "მაუწყებელი (მაღალი ხარისხით) შესახებ"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "წელი (ებ)"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "on"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "არარის გაიმეორეთ"
205
+
languages/sp_calendar-ko_KR.mo ADDED
Binary file
languages/sp_calendar-ko_KR.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:23+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:21+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Korean\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "월요일"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "화요일"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "수요일"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "목요일"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "금요일"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "토요일"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "일요일"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "1월"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "2월"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "3월"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "4월"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "5월"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "6월"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "7월"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "8월"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "9월"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "10월"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "11월"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "12월"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "일요일"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "월요일"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "화요일"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "수요일"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "목요일"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "금요일"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "토요일"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "더 보기"
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "첫 번째"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "두번째"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "세번째"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "네번째"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "마지막"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "날짜"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "모든 단계를 반복"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "일"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "주 (들)에"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "에 달 (들)"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "년 (들)의"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "에"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "더 반복하지"
205
+
languages/sp_calendar-lt_LT.mo ADDED
Binary file
languages/sp_calendar-lt_LT.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:25+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:22+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Lithuanian\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "Pirmadienis"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "Antradienis"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "Trečiadienis"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "Ketvirtadienis"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "Penktadienis"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "Šeštadienis"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "Sekmadienis"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "Sausis"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "Vasaris"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "Kovas"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "Balandis"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "Gegužės"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "Birželis"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "Liepa"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "Rugpjūtis"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "Rugsėjis"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "Spalis"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "Lapkritis"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "Gruodis"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "Se"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "Pi"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "An"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "Tr"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "Ke"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "Pe"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "Še"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Žiūrėti daugiau ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "Pirmas"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "Antra"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "Trečias"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "Ketvirtas"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "Paskutinis"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Data"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Kartoti kas"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "Diena:"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Savaitė (-ų)"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Mėnesį (-ų)"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Metų (-ai)"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "dėl"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "Nekartoti"
205
+
languages/sp_calendar-lv.mo ADDED
Binary file
languages/sp_calendar-lv.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:24+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:23+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Latvian\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "Pirmdiena"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "Otrdiena"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "Trešdiena"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "Ceturtdiena"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "Piektdiena"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "Sestdiena"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "Svētdiena"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "Janvāris"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "Februāris"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "Marts"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "Aprīlis"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "Maijs"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "Jūnijs"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "Jūlijs"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "Augusts"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "Septembris"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "Oktobris"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "Novembris"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "Decembris"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "Sv"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "Pi"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "Ot"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "Tr"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "Ce"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "Pi"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "Se"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Skatīt vairāk ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "Pirmais"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "Otrais"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "Trešais"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "Ceturtais"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "Pēdējais"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Datums"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Atkārtot ik"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "Diena:"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Nedēļa (s) par"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Mēnesis (-s) par"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Gadā (-i)"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "gada"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "Nr Atkārtot"
205
+
languages/sp_calendar-mk_MK.mo ADDED
Binary file
languages/sp_calendar-mk_MK.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:25+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:24+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Macedonian\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "Понеделник"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "Вторник"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "Среда"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "Четврток"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "Петок"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "Сабота"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "Недела"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "јануари"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "февруари"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "март"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "април"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "Мај"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "јуни"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "јули"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "август"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "септември"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "октомври"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "ноември"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "декември"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "Не"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "По"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "Вт"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "Ср"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "Че"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "Пе"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "Са"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Види повеќе ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "прв,"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "Втор"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "Трета мутација"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "четврт,"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "Последно"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Датум:"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Повторете секој"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "денови"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Недела (и) на"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Месец (и) на"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Година (и) во"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "Од"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "Не Повторете"
205
+
languages/sp_calendar-ms_MY.mo ADDED
Binary file
languages/sp_calendar-ms_MY.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:26+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:25+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Malay\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "Isnin"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "Selasa"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "Rabu"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "Khamis"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "Jumaat"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "Sabtu"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "Ahad"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "Januari"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "Februari"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "Mac"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "April"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "Mei"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "Jun"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "Julai"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "Ogos"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "September"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "Oktober"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "November"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "Disember"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "Ah"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "Is"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "Se"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "Ra"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "Kh"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "Ju"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "Sa"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Lihat lebih banyak ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "Pertama"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "Kedua"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "Ketiga"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "Keempat"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "terakhir"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Tarikh"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Ulangi Setiap"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "Hari"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Minggu (s) pada"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Bulan (s) pada"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Tahun (s) dalam"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "pada"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "Ulangi Tiada"
205
+
languages/sp_calendar-mt_MT.mo ADDED
Binary file
languages/sp_calendar-mt_MT.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:27+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:26+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Maltese\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "It-tnejn"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "It-Tlieta"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "L-Erbgħa"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "Il-Ħamis"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "Il-ġimgħa"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "IS-SIBT"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "Il-Ħadd"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "Jannar"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "Frar"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "Marzu"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "April"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "Mejju"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "Ġunju"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "Lulju"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "Awwissu"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "Settembru"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "Ottubru"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "Novembru"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "Diċembru"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "Il"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "It"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "It"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "L-E"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "Il"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "Il"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "IS"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Ara aktar ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "Ewwel"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "It-tieni"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "It-tielet"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "Ir-raba '"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "Last"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Data"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Irrepeti Kull"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "ijiem/jum"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Ġimgħa (i) fuq"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Xahar (i) fuq il-"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Sena (i)"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "fuq il-"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "Nru Irrepeti"
205
+
languages/sp_calendar-nb_NO.mo ADDED
Binary file
languages/sp_calendar-nb_NO.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:27+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:27+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Norwegian\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "Mandag"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "Tirsdag"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "Onsdag"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "Torsdag"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "Fredag"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "Lørdag"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "Søndag"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "Januar"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "Februar"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "Mars"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "April"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "Mai"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "Juni"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "Juli"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "August"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "September"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "Oktober"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "November"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "Desember"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "Sø"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "Ma"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "Ti"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "On"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "To"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "Fr"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "Lø"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Se mer ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "Første"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "Andre"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "Tredje"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "Fjerde"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "Siste"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Dato"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Gjenta hver"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "Dag"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Uke (r) på"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Måned (er) på"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "År (r) i"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "på"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "Ikke gjenta"
205
+
languages/sp_calendar-nl_NL.mo ADDED
Binary file
languages/sp_calendar-nl_NL.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:13+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:28+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Dutch\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "maandag"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "dinsdag"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "woensdag"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "donderdag"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "vrijdag"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "zaterdag"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "zondag"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "januari"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "Februari"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "Maart"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "April"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "Mei"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "juni"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "juli"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "augustus"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "september"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "oktober"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "November"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "December"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "Zo"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "Ma"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "Di"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "Wo"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "Do"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "Vr"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "Za"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Meer..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "Eerste"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "Seconde"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "Derde"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "Vierde"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "Laatste"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Datum"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Herhaal elke"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "Dag"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Week (nen)"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Maand (en) op de"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Jaar (s) in"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "de"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "No Repeat"
205
+
languages/sp_calendar-pl_PL.mo ADDED
Binary file
languages/sp_calendar-pl_PL.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:29+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:29+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Polish\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "Poniedziałek"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "Wtorek"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "Środa"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "Czwartek"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "Piątek"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "Sobota"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "Niedziela"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "Styczeń"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "Luty"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "Marzec"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "Kwiecień"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "Maj"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "Czerwiec"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "Lipiec"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "Sierpień"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "Wrzesień"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "Październik"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "Listopad"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "Grudzień"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "Ni"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "Po"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "Wt"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "Śr"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "Cz"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "Pi"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "So"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Zobacz więcej ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "Pierwszy"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "Po drugie:"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "Trzeci"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "Czwarty"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "Ostatni"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Data"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Cyklicznie co"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "Dzień"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Tydzień (y) na"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Miesiąc (y) na"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Rok (i), w"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "na"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "Bez powtórzeń"
205
+
languages/sp_calendar-pt_BR.mo ADDED
Binary file
languages/sp_calendar-pt_BR.po ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:29+0400\n"
6
+ "PO-Revision-Date: 2013-02-27 15:32+0400\n"
7
+ "Last-Translator: Webdorado LLC <info@web-dorado.com>\n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "Language: pt\n"
15
+ "X-Generator: Poedit 1.5.5\n"
16
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins"
17
+ "\\Calendar\n"
18
+
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
21
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
22
+ msgid "Monday"
23
+ msgstr "Segunda"
24
+
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
26
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
27
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
28
+ msgid "Tuesday"
29
+ msgstr "Terça"
30
+
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
32
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
33
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
34
+ msgid "Wednesday"
35
+ msgstr "Quarta"
36
+
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
38
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
39
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
40
+ msgid "Thursday"
41
+ msgstr "Quinta"
42
+
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
44
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
46
+ msgid "Friday"
47
+ msgstr "Sexta"
48
+
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
50
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
51
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
52
+ msgid "Saturday"
53
+ msgstr "Sábado"
54
+
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
57
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
59
+ msgid "Sunday"
60
+ msgstr "Domingo"
61
+
62
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
63
+ msgid "January"
64
+ msgstr "Janeiro"
65
+
66
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
67
+ msgid "February"
68
+ msgstr "Fevereiro"
69
+
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
71
+ msgid "March"
72
+ msgstr "Março"
73
+
74
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
75
+ msgid "April"
76
+ msgstr "Abril"
77
+
78
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
79
+ msgid "May"
80
+ msgstr "Maio"
81
+
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
83
+ msgid "June"
84
+ msgstr "Junho"
85
+
86
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
87
+ msgid "July"
88
+ msgstr "Julho"
89
+
90
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
91
+ msgid "August"
92
+ msgstr "Agosto"
93
+
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
95
+ msgid "September"
96
+ msgstr "Setembro"
97
+
98
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
99
+ msgid "October"
100
+ msgstr "Outubro"
101
+
102
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
103
+ msgid "November"
104
+ msgstr "Novembro"
105
+
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
107
+ msgid "December"
108
+ msgstr "Dezembro"
109
+
110
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
111
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
112
+ msgid "Su"
113
+ msgstr "Dom"
114
+
115
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
116
+ msgid "Mo"
117
+ msgstr "Seg"
118
+
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
120
+ msgid "Tu"
121
+ msgstr "Ter"
122
+
123
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
124
+ msgid "We"
125
+ msgstr "Qua"
126
+
127
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
128
+ msgid "Th"
129
+ msgstr "Qui"
130
+
131
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
132
+ msgid "Fr"
133
+ msgstr "Sex"
134
+
135
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
136
+ msgid "Sa"
137
+ msgstr "Sab"
138
+
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
143
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
144
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
145
+ msgid "See more..."
146
+ msgstr "Veja mais >>"
147
+
148
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
149
+ msgid "First"
150
+ msgstr "Primeiro"
151
+
152
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
153
+ msgid "Second"
154
+ msgstr "Segundo"
155
+
156
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
157
+ msgid "Third"
158
+ msgstr "Terceiro"
159
+
160
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
161
+ msgid "Fourth"
162
+ msgstr "Quarto"
163
+
164
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
165
+ msgid "Last"
166
+ msgstr "Último"
167
+
168
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
169
+ msgid "Date"
170
+ msgstr "Data"
171
+
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
176
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
177
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
178
+ msgid "Repeat Every"
179
+ msgstr "Repetir todos"
180
+
181
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
182
+ msgid "Day"
183
+ msgstr "DIA"
184
+
185
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
186
+ msgid "Week(s) on"
187
+ msgstr "Semana (s) em"
188
+
189
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
190
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
191
+ msgid "Month(s) on the"
192
+ msgstr "Dia (s) sobre o"
193
+
194
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
195
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
196
+ msgid "Year(s) in"
197
+ msgstr "Ano (s) em"
198
+
199
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
200
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
201
+ msgid "on the"
202
+ msgstr "no"
203
+
204
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
205
+ msgid "No Repeat"
206
+ msgstr "Sem repetição"
languages/sp_calendar-pt_PT.mo ADDED
Binary file
languages/sp_calendar-pt_PT.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:29+0400\n"
6
+ "PO-Revision-Date: 2012-09-01 21:31+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Portuguese\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "Segunda-feira"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "Terça-feira"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "Quarta-feira"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "Quinta-feira"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "Sexta-feira"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "Sábado"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "Domingo"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "Janeiro"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "Fevereiro"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "Março"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "Abril"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "Maio"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "Junho"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "Julho"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "Agosto"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "Setembro"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "Outubro"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "Novembro"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "Dezembro"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "Dom"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "Seg"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "Ter"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "Nós"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "Th."
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "Sexta ou a partir de "
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "Sa"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Veja mais >>"
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "Primeiro"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "Segundo"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "Terceiro"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "Quarto"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "Último"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Data"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Repetir todos"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "DIA 3 - Cigarros fumados"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Semana (s) em"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Dia (s) sobre o"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Ano (s) em"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "no"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "Sem repetição"
205
+
languages/sp_calendar-ro_RO.mo ADDED
Binary file
languages/sp_calendar-ro_RO.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:31+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:30+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Romanian\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "Luni"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "Marți"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "Miercuri"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "Joi"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "Vineri"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "Sâmbătă"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "Duminică"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "Ianuarie"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "Februarie"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "Merg incet"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "Aprilie"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "poate"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "Iunie"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "Iulie"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "August"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "Septembrie"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "Octombrie"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "Noiembrie"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "Decembrie"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "Du"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "Lu"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "Ma"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "Mi"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "Jo"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "Vi"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "Sâ"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Vedeţi mai multe..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "Prima"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "În al doilea rând, "
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "Terță"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "Al patrulea"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "Ultimul"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Dată"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Repetă în fiecare"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "Zile"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Săptămâna (e) pe"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Luna (e) pe"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Anul (e) în"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "pe"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "Nu Repetare"
205
+
languages/sp_calendar-ru_RU.mo ADDED
Binary file
languages/sp_calendar-ru_RU.po ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:30+0400\n"
6
+ "PO-Revision-Date: 2012-12-21 15:57+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "Language: ru\n"
15
+ "X-Generator: Poedit 1.5.4\n"
16
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins"
17
+ "\\Calendar\n"
18
+
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
20
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
21
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
22
+ msgid "Monday"
23
+ msgstr "Понедельник"
24
+
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
26
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
27
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
28
+ msgid "Tuesday"
29
+ msgstr "Вторник"
30
+
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
32
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
33
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
34
+ msgid "Wednesday"
35
+ msgstr "Среда"
36
+
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
38
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
39
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
40
+ msgid "Thursday"
41
+ msgstr "Четверг"
42
+
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
44
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
45
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
46
+ msgid "Friday"
47
+ msgstr "Пятница"
48
+
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
50
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
51
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
52
+ msgid "Saturday"
53
+ msgstr "Суббота"
54
+
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
57
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
58
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
59
+ msgid "Sunday"
60
+ msgstr "Воскресенье"
61
+
62
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
63
+ msgid "January"
64
+ msgstr "Январь"
65
+
66
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
67
+ msgid "February"
68
+ msgstr "Февраль"
69
+
70
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
71
+ msgid "March"
72
+ msgstr "Март"
73
+
74
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
75
+ msgid "April"
76
+ msgstr "Апрель"
77
+
78
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
79
+ msgid "May"
80
+ msgstr "Май"
81
+
82
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
83
+ msgid "June"
84
+ msgstr "Июнь"
85
+
86
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
87
+ msgid "July"
88
+ msgstr "Июль"
89
+
90
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
91
+ msgid "August"
92
+ msgstr "Август"
93
+
94
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
95
+ msgid "September"
96
+ msgstr "Cентябрь"
97
+
98
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
99
+ msgid "October"
100
+ msgstr "Oктябрь"
101
+
102
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
103
+ msgid "November"
104
+ msgstr "Ноябрь"
105
+
106
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
107
+ msgid "December"
108
+ msgstr "Декабрь"
109
+
110
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
111
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
112
+ msgid "Su"
113
+ msgstr "Вс"
114
+
115
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
116
+ msgid "Mo"
117
+ msgstr "Пн"
118
+
119
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
120
+ msgid "Tu"
121
+ msgstr "Вт"
122
+
123
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
124
+ msgid "We"
125
+ msgstr "Ср"
126
+
127
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
128
+ msgid "Th"
129
+ msgstr "Чт"
130
+
131
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
132
+ msgid "Fr"
133
+ msgstr "Пт"
134
+
135
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
136
+ msgid "Sa"
137
+ msgstr "Сб"
138
+
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
143
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
144
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
145
+ msgid "See more..."
146
+ msgstr "Подробнее ..."
147
+
148
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
149
+ msgid "First"
150
+ msgstr "Первый"
151
+
152
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
153
+ msgid "Second"
154
+ msgstr "Второй"
155
+
156
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
157
+ msgid "Third"
158
+ msgstr "Третий"
159
+
160
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
161
+ msgid "Fourth"
162
+ msgstr "Четвертый"
163
+
164
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
165
+ msgid "Last"
166
+ msgstr "Последний"
167
+
168
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
169
+ msgid "Date"
170
+ msgstr "Дата"
171
+
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
176
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
177
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
178
+ msgid "Repeat Every"
179
+ msgstr "Повторять каждые"
180
+
181
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
182
+ msgid "Day"
183
+ msgstr "День"
184
+
185
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
186
+ msgid "Week(s) on"
187
+ msgstr "Неделя (и) на"
188
+
189
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
190
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
191
+ msgid "Month(s) on the"
192
+ msgstr "Месяц (ы) на"
193
+
194
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
195
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
196
+ msgid "Year(s) in"
197
+ msgstr "Год (ы)"
198
+
199
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
200
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
201
+ msgid "on the"
202
+ msgstr "на"
203
+
204
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
205
+ msgid "No Repeat"
206
+ msgstr "Не повторять"
languages/sp_calendar-sk_SK.mo ADDED
Binary file
languages/sp_calendar-sk_SK.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:32+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:31+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Slovak\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "Pondelok"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "Utorok"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "Streda"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "Štvrtok"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "Piatok"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "Sobota"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "Nedeľa"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "Január"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "Február"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "Marec"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "Apríl"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "Máj"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "Jún"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "Júl"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "August"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "September"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "Október"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "November"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "December"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "Ne"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "Po"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "Ut"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "St"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "Št"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "Pi"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "So"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Viac ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "&Prvá strana"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "Sekunda"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "Tretia"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "Štvrtý"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "&Posledná strana"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Dátum"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Opakujte každý"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "Deň"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Týždeň (y) na"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Mesiac (y) na"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Rok (y) v"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "na"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "No Repeat"
205
+
languages/sp_calendar-sq.mo ADDED
Binary file
languages/sp_calendar-sq.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:04+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:33+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Albanian\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "E hënë"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "E martë"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "E mërkurë"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "E enjte"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "E premte"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "E shtunë"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "E diel"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "Janar"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "Shkurt"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "Mars"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "Prill"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "Mund"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "Qershor"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "Korrik"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "Gusht"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "Shtator"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "Tetor"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "Nëntor"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "Dhjetor"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "E di"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "E hë"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "E ma"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "E më"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "E en"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "E pr"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "E sh"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Shiko ketu"
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "I parë"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "I dytë"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "I tretë"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "I katërt"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "I fundit"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Data"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Përsëriteni çdo"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "Dita:"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Javë (s) në"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Muaj (s) në"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Vit (s) në"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "mbi"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "Asnjë Përsërit"
205
+
languages/sp_calendar-sr_RS.mo ADDED
Binary file
languages/sp_calendar-sr_RS.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:31+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:34+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Serbian\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "понедељак"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "уторак"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "среда"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "четвртак"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "петак"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "субота"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "недеља"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "Јануар"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "Фебруар"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "Март"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "Април"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "мај"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "јуна"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "Јул"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "Август"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "Септембар"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "Октобар"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "Новембар"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "Децембар"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "не"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "по"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "ут"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "ср"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "че"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "пе"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "су"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Погледајте више ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "Први"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "SECOND"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "Трећи"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "Четврти"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "Последњи"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Датум"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Поновите Свака"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "Дан"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Недеља (а) на"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Месец (а) на"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Године (а) у"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "на"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "Без понављања"
205
+
languages/sp_calendar-sv_SE.mo ADDED
Binary file
languages/sp_calendar-sv_SE.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:38+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:39+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Swedish\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "Måndag"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "Tisdag"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "Onsdag"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "Torsdag"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "Fredag"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "Lördag"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "Söndag"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "Januari"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "Februari"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "Mars"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "April"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "Maj"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "Juni"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "Juli"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "augusti"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "September"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "Oktober"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "November"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "December"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "Sö"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "Må"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "Ti"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "On"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "To"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "Fr"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "Lö"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Läs mer ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "Första"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "Andra"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "Tredje"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "Fjärde"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "Senast"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Datum"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Upprepa varje"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "Dag"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Dag (ar) på"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Månad (er) på"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "År (er) i"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "på"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "Ingen upprepning"
205
+
languages/sp_calendar-ta.mo ADDED
Binary file
languages/sp_calendar-ta.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:39+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:40+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Tamil\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "திங்கள் கிழமை "
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "செவ்வாய்க் கிழமை "
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "புதன் கிழமை "
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "வியாழக் கிழமை "
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "வெள்ளிக்கிழமை"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "சனிக்கிழமை "
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "ஞாயிற்றுக் கிழமை "
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "ஜனவரி"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "பிப்ரவரி"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "மார்ச்"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "ஏப்ரல்"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "கூடும்"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "ஜூன்"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "ஜூலை"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "ஆகஸ்ட்"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "செப்டெம்பர்"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "அக்டோபர்"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "நவம்பர்"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "டிசம்பர்"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "ஞா"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "திங்"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "செ"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "புத"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "வி"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "வெ"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "சனி"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "மேலும் பார்க்க ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "ஃபேர்ஸ்ட "
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "இரண்டாவது"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "மூன்றாவது"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "நான்காவது"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "கடந்த"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "தேதி"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "ஒவ்வொரு மீண்டும்"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "நாள்"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "வாரம் (s)"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "அன்று மாதம் (கள்)"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "ஆண்டு (கள்) இல்"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "மீது"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "இல்லை மறுமுறை"
205
+
languages/sp_calendar-th.mo ADDED
Binary file
languages/sp_calendar-th.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:39+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:41+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Thai\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "วันจันทร์"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "วันอังคาร"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "วันพุธ"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "วันพฤหัสบดี"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "วันศุกร์"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "วันเสาร์"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "วันอาทิตย์"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "มกราคม"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "กุมภาพันธ์"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "มีนาคม"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "เมษายน"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "พฤษภาคม"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "มิถุนายน"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "กรกฎาคม"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "สิงหาคม"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "กันยายน"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "ตุลาคม"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "พฤศจิกายน"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "ธันวาคม"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "วัน"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "วัน"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "วัน"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "วัน"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "วัน"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "วัน"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "วัน"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "ดูเพิ่มเติม ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "อันดับแรก"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "สอง"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "ที่สาม"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "ที่สี่"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "ล่าสุด"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "วันที่"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "ทำซ้ำทุก"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "วัน"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "สัปดาห์ (s) บน"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "เดือน (s) บน"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "(s) ปีใน"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "เมื่อ"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "ซ้ำไม่มี"
205
+
languages/sp_calendar-tr_TR.mo ADDED
Binary file
languages/sp_calendar-tr_TR.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:40+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:42+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Turkish\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "Pazartesi"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "Salı"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "Çarşamba"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "Perşembe"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "Cuma"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "Cumartesi"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "Pazar"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "Ocak"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "Şubat"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "Mart"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "Nisan"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "Mayıs"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "Haziran"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "Temmuz"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "Ağustos"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "Eylül"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "Ekim"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "Kasım"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "Aralık"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "Paz"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "Pa"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "Sa"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "Ça"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "Per"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "Cu"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "Cum"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Daha fazla ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "İlk"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "saniy"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "Üçüncü"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "Dördüncü"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "Son"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Tarih"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Her tekrarlayın"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "Gün:"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Hafta (lar)"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Üzerinde Ay (lar)"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Yapım (lar)"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "üzerinde"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "Hayır Tekrar"
205
+
languages/sp_calendar-uk_UA.mo ADDED
Binary file
languages/sp_calendar-uk_UA.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:40+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:43+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Ukrainian\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "Понеділок"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "Вівторок"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "Середа"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "Четвер"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "П'ятниця"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "Субота"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "Неділя"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "Січень"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "Лютий"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "Березень"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "Квітень"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "Травень"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "Червень"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "Липень"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "Серпень"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "Вересень"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "Жовтень"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "Листопад"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "Грудень"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "Не"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "По"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "Ві"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "Се"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "Че"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "П'я"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "Суб"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Детальніше ..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "Перший"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "Секунди"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "Третина"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "Четвертий"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "Останній"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Дата:"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Повторюйте кожний"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "День"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Тиждень (и) на"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Місяць (і) на"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Рік (и)"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "на"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "Без повтору"
205
+
languages/sp_calendar-vi.mo ADDED
Binary file
languages/sp_calendar-vi.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:41+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:44+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Vietnamese\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "Thứ hai"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "Thứ ba"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "Thứ tư"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "Thứ năm"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "Thứ sáu"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "Thứ bảy"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "Chủ nhật"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "Tháng một"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "Tháng Hai"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "Tháng Ba"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "Tháng Tư"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "THÁNG NĂM"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "Tháng Sáu"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "Tháng Bảy"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "Tháng Tám"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "Tháng Chín"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "Tháng Mười"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "Tháng mười một"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "Tháng mười hai"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "nhật"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "hai"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr " ba"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "tư"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "năm"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr " sáu"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr " bảy"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "Xem thêm..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "Đầu tiên"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "Thứ hai."
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "một phần ba."
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "Thứ tư"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "Lần cuối"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "Ngày tháng"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "Lặp lại Mỗi"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "ngày"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "Tuần (s)"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "Tháng (s) trên"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "Năm (s)"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "trên"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "Không Lặp lại"
205
+
languages/sp_calendar-zh_CN.mo ADDED
Binary file
languages/sp_calendar-zh_CN.po ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: spider_calendar\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-09-01 20:10+0400\n"
6
+ "PO-Revision-Date: 2012-10-24 14:45+0400\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-Language: Chinese, Simplified\n"
15
+ "X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins\\Calendar\n"
16
+
17
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:246
18
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
19
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:61
20
+ msgid "Monday"
21
+ msgstr "星期一"
22
+
23
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:253
24
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
25
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:64
26
+ msgid "Tuesday"
27
+ msgstr "星期二"
28
+
29
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:257
30
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
31
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:67
32
+ msgid "Wednesday"
33
+ msgstr "星期三"
34
+
35
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:261
36
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
37
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:70
38
+ msgid "Thursday"
39
+ msgstr "星期四"
40
+
41
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:265
42
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
43
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:73
44
+ msgid "Friday"
45
+ msgstr "星期五"
46
+
47
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:269
48
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
49
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:76
50
+ msgid "Saturday"
51
+ msgstr "星期六"
52
+
53
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/preview.php:273
54
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
55
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
56
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:79
57
+ msgid "Sunday"
58
+ msgstr "星期日"
59
+
60
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:84
61
+ msgid "January"
62
+ msgstr "一月"
63
+
64
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:85
65
+ msgid "February"
66
+ msgstr "二月"
67
+
68
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:86
69
+ msgid "March"
70
+ msgstr "三月"
71
+
72
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:87
73
+ msgid "April"
74
+ msgstr "四月"
75
+
76
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:88
77
+ msgid "May"
78
+ msgstr "五月"
79
+
80
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:89
81
+ msgid "June"
82
+ msgstr "六月"
83
+
84
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:90
85
+ msgid "July"
86
+ msgstr "七月"
87
+
88
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:91
89
+ msgid "August"
90
+ msgstr "八月"
91
+
92
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:92
93
+ msgid "September"
94
+ msgstr "九月"
95
+
96
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:93
97
+ msgid "October"
98
+ msgstr "十月"
99
+
100
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:94
101
+ msgid "November"
102
+ msgstr "十一月"
103
+
104
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:95
105
+ msgid "December"
106
+ msgstr "十二月"
107
+
108
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:487
109
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:517
110
+ msgid "Su"
111
+ msgstr "星期日"
112
+
113
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:492
114
+ msgid "Mo"
115
+ msgstr "星期一"
116
+
117
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:496
118
+ msgid "Tu"
119
+ msgstr "星期二"
120
+
121
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:500
122
+ msgid "We"
123
+ msgstr "星期三"
124
+
125
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:504
126
+ msgid "Th"
127
+ msgstr "星期四"
128
+
129
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:508
130
+ msgid "Fr"
131
+ msgstr "星期五"
132
+
133
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:512
134
+ msgid "Sa"
135
+ msgstr "星期六"
136
+
137
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:665
138
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:697
139
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:729
140
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:765
141
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:798
142
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/bigcalendar.php:829
143
+ msgid "See more..."
144
+ msgstr "查看更多..."
145
+
146
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:41
147
+ msgid "First"
148
+ msgstr "第一"
149
+
150
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:44
151
+ msgid "Second"
152
+ msgstr "秒"
153
+
154
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:47
155
+ msgid "Third"
156
+ msgstr "第三个"
157
+
158
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:50
159
+ msgid "Fourth"
160
+ msgstr "第四"
161
+
162
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:53
163
+ msgid "Last"
164
+ msgstr "Last"
165
+
166
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:342
167
+ msgid "Date"
168
+ msgstr "日期"
169
+
170
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
171
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
172
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
173
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
174
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
175
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
176
+ msgid "Repeat Every"
177
+ msgstr "重复间隔"
178
+
179
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:351
180
+ msgid "Day"
181
+ msgstr "DAYTON 代顿(美国)"
182
+
183
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:354
184
+ msgid "Week(s) on"
185
+ msgstr "周:"
186
+
187
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:369
188
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:372
189
+ msgid "Month(s) on the"
190
+ msgstr "个月"
191
+
192
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
193
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
194
+ msgid "Year(s) in"
195
+ msgstr "年份(S)"
196
+
197
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:375
198
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:378
199
+ msgid "on the"
200
+ msgstr "在"
201
+
202
+ #: C:\wamp\www\wordpress\wp-content\plugins\Calendar/front_end/spidercalendarbig.php:381
203
+ msgid "No Repeat"
204
+ msgstr "不重复"
205
+
nav_function/nav_html_func.php ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ function print_html_nav($count_items,$page_number,$serch_fields=""){
3
+ ?>
4
+ <script type="text/javascript">
5
+ function clear_serch_texts()
6
+ {
7
+ document.getElementById("serch_or_not").value='';
8
+ }
9
+ function submit_href(x,y)
10
+ {
11
+ var items_county=<?php if($count_items){ if($count_items%20){ echo ($count_items-$count_items%20)/20+1;} else echo ($count_items-$count_items%20)/20;} else echo 1;?>;
12
+ if(document.getElementById("serch_or_not").value!="search")
13
+ {
14
+ clear_serch_texts();
15
+ }
16
+ switch(y)
17
+ {
18
+ case 1:
19
+ if(x>=items_county) document.getElementById('page_number').value=items_county;
20
+
21
+ else
22
+ document.getElementById('page_number').value=x+1
23
+ break;
24
+ case 2:
25
+ document.getElementById('page_number').value=items_county;
26
+ break;
27
+ case -1:
28
+ if(x==1) document.getElementById('page_number').value=1;
29
+
30
+ else
31
+ document.getElementById('page_number').value=x-1;
32
+ break;
33
+ case -2:
34
+ document.getElementById('page_number').value=1;
35
+ break;
36
+ default:
37
+ document.getElementById('page_number').value=1;
38
+ }
39
+ document.getElementById('admin_form').submit();
40
+
41
+ }
42
+
43
+ </script>
44
+ <div class="tablenav top" style="width:95%">
45
+ <?php if($serch_fields!="")
46
+ {
47
+ echo $serch_fields;
48
+ }
49
+ ?>
50
+ <div class="tablenav-pages">
51
+ <span class="displaying-num"><?php echo $count_items; ?> items</span>
52
+ <?php if($count_items>20) {
53
+
54
+ if($page_number==1)
55
+ {
56
+ $first_page="first-page disabled";
57
+ $prev_page="prev-page disabled";
58
+ $next_page="next-page";
59
+ $last_page="last-page";
60
+ }
61
+ if($page_number>=(1+($count_items-$count_items%20)/20) )
62
+ {
63
+ $first_page="first-page ";
64
+ $prev_page="prev-page";
65
+ $next_page="next-page disabled";
66
+ $last_page="last-page disabled";
67
+ }
68
+
69
+ ?>
70
+ <span class="pagination-links">
71
+ <a class="<?php echo $first_page; ?>" title="Go to the first page" href="javascript:submit_href(<?php echo $page_number; ?>,-2);">«</a>
72
+ <a class="<?php echo $prev_page; ?>" title="Go to the previous page" href="javascript:submit_href(<?php echo $page_number; ?>,-1);">‹</a>
73
+ <span class="paging-input">
74
+ <span class="total-pages"><?php echo $page_number; ?></span>
75
+ of <span class="total-pages">
76
+ <?php echo ($count_items-$count_items%20)/20+1; ?>
77
+ </span>
78
+ </span>
79
+ <a class="<?php echo $next_page ?>" title="Go to the next page" href="javascript:submit_href(<?php echo $page_number; ?>,1);">›</a>
80
+ <a class="<?php echo $last_page ?>" title="Go to the last page" href="javascript:submit_href(<?php echo $page_number; ?>,2);">»</a>
81
+ <?php }
82
+ ?>
83
+ </span>
84
+ </div>
85
+ </div >
86
+ <input type="hidden" id="page_number" name="page_number" value="<?php if (isset($_POST['page_number'])){ echo (int) $_POST['page_number'];} else { echo '1';} ?>" />
87
+
88
+ <input type="hidden" id="serch_or_not" name="serch_or_not" value="<?php if(isset($_POST["serch_or_not"])){ echo (int) $_POST["serch_or_not"];} ?>" />
89
+ <?php
90
+
91
+ }
preview.php ADDED
@@ -0,0 +1,699 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+
4
+ if ( !defined('WP_LOAD_PATH') ) {
5
+
6
+ /** classic root path if wp-content and plugins is below wp-config.php */
7
+ $classic_root = dirname(dirname(dirname(dirname(__FILE__)))) . '/' ;
8
+
9
+ if (file_exists( $classic_root . 'wp-load.php') )
10
+ define( 'WP_LOAD_PATH', $classic_root);
11
+ else
12
+ if (file_exists( $path . 'wp-load.php') )
13
+ define( 'WP_LOAD_PATH', $path);
14
+ else
15
+ exit("Could not find wp-load.php");
16
+ }
17
+
18
+ // let's load WordPress
19
+ require_once( WP_LOAD_PATH . 'wp-load.php');
20
+ if(!current_user_can('manage_options')) {
21
+ die('Access Denied');
22
+ }
23
+ ?>
24
+ <script>
25
+ cal_width=window.parent.document.getElementById('width').value;
26
+ bg_top='#'+window.parent.document.getElementById('bg_top').value;
27
+ bg_bottom='#'+window.parent.document.getElementById('bg_bottom').value;
28
+ border_color='#'+window.parent.document.getElementById('border_color').value;
29
+ text_color_year='#'+window.parent.document.getElementById('text_color_year').value;
30
+ text_color_month='#'+window.parent.document.getElementById('text_color_month').value;
31
+ color_week_days='#'+window.parent.document.getElementById('text_color_week_days').value;
32
+ text_color_other_months='#'+window.parent.document.getElementById('text_color_other_months').value;
33
+ text_color_this_month_unevented='#'+window.parent.document.getElementById('text_color_this_month_unevented').value;
34
+ evented_color='#'+window.parent.document.getElementById('text_color_this_month_evented').value;
35
+ evented_color_bg='#'+window.parent.document.getElementById('bg_color_this_month_evented').value;
36
+ color_arrow_year='#'+window.parent.document.getElementById('arrow_color_year').value;
37
+ color_arrow_month='#'+window.parent.document.getElementById('arrow_color_month').value;
38
+ sun_days='#'+window.parent.document.getElementById('text_color_sun_days').value;
39
+ event_title_color='#'+window.parent.document.getElementById('event_title_color').value;
40
+ current_day_border_color='#'+window.parent.document.getElementById('current_day_border_color').value;
41
+ cell_border_color='#'+window.parent.document.getElementById('cell_border_color').value;
42
+ cell_height=window.parent.document.getElementById('cell_height').value;
43
+ popup_width=window.parent.document.getElementById('popup_width').value;
44
+ popup_height=window.parent.document.getElementById('popup_height').value;
45
+ number_of_shown_evetns=window.parent.document.getElementById('number_of_shown_evetns').value;
46
+ sundays_font_size=window.parent.document.getElementById('sundays_font_size').value;
47
+ other_days_font_size=window.parent.document.getElementById('other_days_font_size').value;
48
+ weekdays_font_size=window.parent.document.getElementById('weekdays_font_size').value;
49
+ border_width=window.parent.document.getElementById('border_width').value;
50
+ top_height=window.parent.document.getElementById('top_height').value;
51
+ bg_color_other_months='#'+window.parent.document.getElementById('bg_color_other_months').value;
52
+ sundays_bg_color='#'+window.parent.document.getElementById('sundays_bg_color').value;
53
+ weekdays_bg_color='#'+window.parent.document.getElementById('weekdays_bg_color').value;
54
+ weekstart=window.parent.document.getElementById('week_start_day').value;
55
+ weekday_sunday_bg_color='#'+window.parent.document.getElementById('weekday_sunday_bg_color').value;
56
+ border_radius=window.parent.document.getElementById('border_radius').value;
57
+ border_radius2=border_radius-border_width;
58
+ week_days_cell_height=window.parent.document.getElementById('week_days_cell_height').value;
59
+ year_font_size=window.parent.document.getElementById('year_font_size').value;
60
+ month_font_size=window.parent.document.getElementById('month_font_size').value;
61
+ arrow_size=window.parent.document.getElementById('arrow_size').value;
62
+ arrow_size_hover=parseInt(arrow_size)+5;
63
+ next_month_text_color='#'+window.parent.document.getElementById('next_month_text_color').value;
64
+ prev_month_text_color='#'+window.parent.document.getElementById('prev_month_text_color').value;
65
+ next_month_arrow_color='#'+window.parent.document.getElementById('next_month_arrow_color').value;
66
+ prev_month_arrow_color='#'+window.parent.document.getElementById('prev_month_arrow_color').value;
67
+ next_month_font_size=window.parent.document.getElementById('next_month_font_size').value;
68
+ prev_month_font_size=window.parent.document.getElementById('prev_month_font_size').value;
69
+ month_type=window.parent.document.getElementById('month_type').value;
70
+ cell_width=cal_width/7;
71
+ if(cell_height=="")
72
+ cell_height=70;
73
+
74
+
75
+
76
+
77
+
78
+
79
+
80
+
81
+
82
+ var head = document.getElementsByTagName('head')[0],
83
+ style = document.createElement('style'),
84
+ rules = document.createTextNode(
85
+
86
+ '#bigcalendar .cala_arrow a:link, #bigcalendar .cala_arrow a:visited{text-decoration:none;background:none;font-size:'+arrow_size+'px; }'+
87
+
88
+ '#bigcalendar td,#bigcalendar tr, #spiderCalendarTitlesList td, #spiderCalendarTitlesList tr {border:none;}'+
89
+
90
+ '#bigcalendar .general_table{border-radius: '+border_radius+'px;}'+
91
+
92
+ '#bigcalendar .top_table {border-top-left-radius: '+border_radius2+'px;border-top-right-radius: '+border_radius2+'px;}'+
93
+
94
+ '#bigcalendar .cala_arrow a:hover{font-size:'+arrow_size_hover+'px;text-decoration:none;background:none;}'+
95
+
96
+ '#bigcalendar .cala_day a:link, #bigcalendar .cala_day a:visited {text-decoration:none;background:none;font-size:12px;color:red;}'+
97
+
98
+ '#bigcalendar .cala_day a:hover {text-decoration:none;background:none;}'+
99
+
100
+ '#bigcalendar .cala_day {border:1px solid '+cell_border_color+';vertical-align:top;}'+
101
+
102
+ '#bigcalendar .weekdays {border:1px solid '+cell_border_color+'}'+
103
+
104
+ '#bigcalendar .week_days {font-size:'+weekdays_font_size+'px;font-family:arial}'+
105
+
106
+ '#bigcalendar .calyear_table, .calmonth_table {border-spacing:0;width:100%; }'+
107
+
108
+ '#bigcalendar .calbg, #bigcalendar .calbg td {text-align:center; width:14%;}'+
109
+
110
+ '#bigcalendar .caltext_color_other_months {color:'+text_color_other_months+';border:1px solid '+cell_border_color+';vertical-align:top;}'+
111
+
112
+ '#bigcalendar .caltext_color_this_month_unevented {color:'+text_color_this_month_unevented+';}'+
113
+
114
+ '#bigcalendar .calfont_year {font-family:arial;font-size:24px;font-weight:bold;color:'+text_color_year+';}'+
115
+
116
+ '#bigcalendar .calsun_days {color:'+sun_days+';border:1px solid '+cell_border_color+';vertical-align:top;text-align:left;background-color:'+sundays_bg_color+';}'
117
+
118
+
119
+
120
+ );
121
+
122
+ style.type = 'text/css';
123
+ if(style.styleSheet)
124
+ style.styleSheet.cssText = rules.nodeValue;
125
+ else style.appendChild(rules);
126
+ head.appendChild(style);
127
+
128
+
129
+
130
+ </script>
131
+
132
+
133
+
134
+
135
+
136
+
137
+ <div id="bigcalendar" style="">
138
+
139
+
140
+
141
+ <table cellpadding="0" cellspacing="0" id="general_table" class="general_table" style="border-spacing:0; margin:0; padding:0;">
142
+
143
+ <tr>
144
+
145
+ <td width="100%" style=" padding:0; margin:0">
146
+
147
+
148
+ <table cellpadding="0" id="header_table" cellspacing="0" border="0" style="border-spacing:0; font-size:12px; margin:0; padding:0;">
149
+
150
+
151
+
152
+ <tr style="height:40px;">
153
+
154
+ <td id="top_table" class="top_table" align="center" colspan="7" style="padding:0; margin:0;height:20px; " >
155
+
156
+
157
+
158
+
159
+
160
+
161
+
162
+
163
+
164
+ <table cellpadding="0" cellspacing="0" border="0" align="center" class="calyear_table" id="calyear_table" style="margin:0; padding:0; text-align:center;">
165
+
166
+ <tr>
167
+ <td style="width:100%;vertical-align:bottom;padding-bottom:0px;">
168
+ <table style="width:100%;">
169
+ <tr>
170
+ <td class="cala_arrow" width="40%" style="text-align:right;margin:0px;padding:0px">
171
+ <a id="cala_arrow_year_prev" style="" href="">&#9668;</a>
172
+ </td>
173
+
174
+
175
+
176
+ <td style="text-align:center; margin:0; padding:0;" width="20%" >
177
+
178
+ <span id="year_span" style="font-family:arial;font-weight:bold;">2012</span>
179
+
180
+
181
+
182
+ </td>
183
+ <td style="margin:0; padding:0;text-align:left" width="40%" class="cala_arrow">
184
+ <a id="cala_arrow_year_next" style="" href="">&#9658;</a>
185
+
186
+ </td>
187
+ </tr>
188
+ </table>
189
+ </td>
190
+ </tr>
191
+ <tr>
192
+ <td style="width:100%;vertical-align:bottom; padding-bottom:5px;">
193
+ <table style="width:100%;line-height:150%">
194
+ <tr>
195
+ <td class="cala_arrow" width="40%" style="text-align:left;margin:0px;padding:0px">
196
+ <table width="80%">
197
+ <tr>
198
+ <td width="15%">
199
+ <a id="cala_arrow_month_prev" style="" href="" >&#9668; </a>
200
+
201
+ </td>
202
+ <td>
203
+ <span id="cala_arrow_month_prev_span" style="font-family:arial;">May</span>
204
+
205
+ </td>
206
+ </tr>
207
+ </table>
208
+ </td>
209
+ <td style="text-align:center; margin:0;" width="20%" >
210
+
211
+
212
+ <span id="current_month" style="font-family:arial;">June</span>
213
+
214
+ </td>
215
+ <td style="margin:0; padding:0;text-align:right" width="40%" class="cala_arrow">
216
+ <table width="100%">
217
+ <tr>
218
+ <td style="margin:0; padding:0;text-align:right" >
219
+ <span id="cala_arrow_month_next_span" style="font-family:arial;">July</span>&nbsp;&nbsp;&nbsp;
220
+
221
+ </td>
222
+ <td width="10%">
223
+ <a id="cala_arrow_month_next" href="">&#9658;</a>
224
+
225
+ </td>
226
+ </tr>
227
+ </table>
228
+ </td>
229
+
230
+ </tr>
231
+ </table>
232
+ </td>
233
+ </tr>
234
+
235
+ </table>
236
+
237
+ </td>
238
+ <td id="top_td" colspan="7" style="margin:0; padding:0;" >
239
+
240
+
241
+
242
+ </td>
243
+
244
+ </tr>
245
+
246
+ <tr align="center" id="week_days_tr" style="">
247
+
248
+
249
+ <td id="weekdays1" class="weekdays" style="margin:0; padding:0">
250
+
251
+ <div id="calbottom_border1" class="calbottom_border" style="text-align:center; margin:0; padding:0;"><b class="week_days"> <?php echo __( 'Monday','sp_calendar' ); ?> </b></div></td>
252
+
253
+ <td id="weekdays2" class="weekdays" style="margin:0; padding:0">
254
+
255
+
256
+
257
+
258
+ <div id="calbottom_border2" class="calbottom_border" style="text-align:center; margin:0; padding:0;"><b class="week_days"> <?php echo __( 'Tuesday','sp_calendar' ); ?> </b></div></td>
259
+
260
+ <td id="weekdays3" class="weekdays" style="margin:0; padding:0">
261
+
262
+ <div id="calbottom_border3" class="calbottom_border" style="text-align:center; margin:0; padding:0;"><b class="week_days"> <?php echo __( 'Wednesday','sp_calendar' ); ?> </b></div></td>
263
+
264
+ <td id="weekdays4" class="weekdays" style=" margin:0; padding:0">
265
+
266
+ <div id="calbottom_border4" class="calbottom_border" style="text-align:center;margin:0; padding:0;"><b class="week_days"> <?php echo __( 'Thursday','sp_calendar' ); ?> </b></div></td>
267
+
268
+ <td id="weekdays5" class="weekdays" style="margin:0; padding:0">
269
+
270
+ <div id="calbottom_border5" class="calbottom_border" style="text-align:center;margin:0; padding:0;"><b class="week_days"> <?php echo __( 'Friday','sp_calendar' ); ?> </b></div></td>
271
+
272
+ <td id="weekdays6" class="weekdays" style=" margin:0; padding:0">
273
+
274
+ <div id="calbottom_border6" class="calbottom_border" style="text-align:center;margin:0; padding:0;"><b class="week_days"> <?php echo __( 'Saturday','sp_calendar' ); ?> </b></div></td>
275
+
276
+ <td id="weekdays_su" class="weekdays" style=" margin:0; padding:0;">
277
+
278
+ <div id="calbottom_border_su" class="calbottom_border" style="text-align:center; margin:0; padding:0;"><b class="week_days"> <?php echo __( 'Sunday','sp_calendar' ); ?> </b></div></td>
279
+
280
+
281
+ </tr>
282
+
283
+ <?php
284
+
285
+ //$today=$realtoday;
286
+ /*$document = &JFactory::getDocument();
287
+ $document->addScript("media/system/js/modal.js");
288
+ $document->addStyleSheet("media/system/css/modal.css");*/
289
+ $weekday_i=6;
290
+ $month_days=30;
291
+ $last_month_days=31;
292
+ $last_month_days=$last_month_days-$weekday_i+2;
293
+ $percent=1;
294
+ $weekstart='mo';
295
+ $sum=$month_days-8+6;
296
+
297
+ if($sum % 7 <> 0)
298
+
299
+ $percent = $percent + 1;
300
+
301
+ $sum = $sum - ( $sum % 7 );
302
+
303
+ $percent = $percent + ( $sum / 7 );
304
+
305
+ $percent=107/$percent;
306
+
307
+ $array_days=array(11);
308
+
309
+ $array_days1=$array_days;
310
+ $title=array(11=>'<br>
311
+ 1. Event1<br>
312
+ 2. Event2<br>
313
+ 3. Event3<br>
314
+ 4. Event4');
315
+
316
+ $ev_ids=array(11 => '97<br>
317
+ 98<br>
318
+ 99<br>
319
+ 100');
320
+ $day_REFERER='';
321
+ $month='June';
322
+ $year='2012';
323
+ $number_of_shown_evetns=2;
324
+ ?>
325
+ <script>
326
+ document.write('<tr id="days" style=";line-height:15px;">');
327
+ </script>
328
+ <?php
329
+
330
+
331
+
332
+ for($i=1; $i<6; $i++)
333
+
334
+ {
335
+ ?>
336
+ <script>
337
+ document.write('<td class="caltext_color_other_months" style=" border: 1px solid '+cell_border_color+';vertical-align:top;background-color:'+bg_color_other_months+'" ><span style="font-size:'+other_days_font_size+'px"><?php echo $last_month_days ?></span></td>');
338
+ </script>
339
+ <?php
340
+ $last_month_days=$last_month_days+1;
341
+
342
+ }
343
+
344
+
345
+
346
+ for($i=1; $i<=$month_days; $i++)
347
+
348
+ {
349
+
350
+ if($i==11)
351
+ {
352
+ $ev_title=explode('</p>',$title[11]);
353
+
354
+
355
+ $k=count($ev_title);
356
+ ////
357
+ $ev_id=explode('<br>',$ev_ids[$i]);
358
+ array_pop($ev_id);
359
+
360
+
361
+
362
+ }
363
+
364
+
365
+ $dayevent='';
366
+
367
+ if(($weekday_i%7==0 and $weekstart=="mo") or ($weekday_i%7==1 and $weekstart=="su"))
368
+
369
+ {
370
+
371
+ if($i==$day_REFERER and $month==$month_REFERER and $year==$year_REFERER )
372
+
373
+ {
374
+
375
+ ?>
376
+
377
+ <script>
378
+ document.write('<td bgcolor="'+bg_color_selected+'" class="cala_day" style="padding:0; margin:0;line-height:15px;"><div class="calborder_day" style=" width:'+cell_width+'px; margin:0; padding:0;"><b style="color:'+evented_color+'">'<?php echo $i ?>'</b>');
379
+ </script>
380
+ <?php
381
+
382
+ $r=0;
383
+ for($j=0;$j<$k; $j++)
384
+ {
385
+ if($r<$number_of_shown_evetns)
386
+ ?>
387
+ <script>
388
+
389
+ document.write('<a class="modal" style="background:none;color:'+event_title_color+'; text-decoration:underline;" href="" ><b><br>1. Event1<br>2. Event2<br>3. Event3<br></b></a>');
390
+ </script>
391
+ <?php
392
+
393
+ $r++;
394
+ }
395
+
396
+ echo '</td></div>';
397
+
398
+ }
399
+
400
+ else
401
+
402
+ if($i==date('j') and $month==date('F') and $year==date('Y'))
403
+ {
404
+
405
+ if( in_array ($i,$array_days)){
406
+
407
+ ?>
408
+ <script>
409
+ document.write('<td class="cala_day" style="vertical-align:top;background-color:'+evented_color_bg+';padding:0; margin:0;line-height:15px; border: px solid '+border_day+'"><b style="color:'.$evented_color.';font-size:'.$other_days_font_size.'px">'<?php echo $i ?>'</b>');
410
+ </script>
411
+ <?php
412
+ $r=0;
413
+ for($j=0;$j<$k; $j++)
414
+ {
415
+ if($r<$number_of_shown_evetns)
416
+ {
417
+ ?>
418
+ <script>
419
+ document.write('<a class="modal" rel="{handler: \'iframe\', size: {x: '+popup_width+', y: '+popup_height+'}}" style="background:none;color:'+event_title_color+'; text-decoration:underline;" href="" ><b><br>1. Event1<br>2. Event2<br>3. Event3<br></b></a>');
420
+ document.write('<a class="modal" rel="{handler: \'iframe\', size: {x: '+popup_width+', y: '+popup_height+'}}" style="background:none;color:'+event_title_color+';text-align:center;text-decoration:underline;" href=""> <b>See More</b></a>');
421
+ </script>
422
+ <?php
423
+ }
424
+
425
+ }
426
+ echo '</td>';
427
+ }
428
+ else
429
+ {
430
+ ?>
431
+ <script>
432
+ document.write('<td class="calsun_days" id="calsun_days" style="vertical-align:top;padding:0; font-size:'+sundays_font_size+'px; margin:0;line-height:15px; border: 1px solid '+cell_border_color+'"><b><?php echo $i ?></b></td>');
433
+ </script>
434
+ <?php
435
+ }
436
+ }
437
+
438
+ else
439
+ {
440
+
441
+ if( in_array ($i,$array_days)){
442
+ ?>
443
+ <script>
444
+ document.write('<td class="cala_day" style="vertical-align:top;background-color:'+evented_color_bg+';padding:0; margin:0;line-height:15px; border: px solid '+border_day+'"><b style="color:'+evented_color+';font-size:'+other_days_font_size+'px">'<?php echo $i ?>'</b>');
445
+ </script>
446
+ <?php
447
+ $r=0;
448
+ for($j=0;$j<$k; $j++)
449
+ {
450
+ if($r<$number_of_shown_evetns)
451
+ {
452
+ ?>
453
+ <script>
454
+ document.write('<a class="modal" rel="{handler: \'iframe\', size: {x: '+popup_width+', y: '+popup_height+'}}" style="background:none;color:'+event_title_color+'; text-decoration:underline;" href="" ><b><br>1. Event1<br>2. Event2<br>3. Event3<br></b></a>');
455
+ document.write('<a class="modal" rel="{handler: \'iframe\', size: {x: '+popup_width+', y: '+popup_height+'}}" style="background:none;color:'+event_title_color+';text-align:center;text-decoration:underline;" href=""> <b>See More</b></a>');
456
+ </script>
457
+ <?php
458
+ }
459
+ }
460
+ echo '</td>';
461
+ }
462
+ else
463
+ {
464
+ ?>
465
+ <script>
466
+ document.write('<td class="calsun_days" id="calsun_days" style="vertical-align:top;padding:0; font-size:'+sundays_font_size+'px; margin:0;line-height:15px; border: 1px solid '+cell_border_color+'"><b><?php echo $i ?></b></td>');
467
+ </script>
468
+ <?php
469
+ }
470
+ }
471
+
472
+ }
473
+ /////////////////////////////////////////////////////////////////////////mec else
474
+ else
475
+
476
+ if($i==$day_REFERER and $month==$month_REFERER and $year==$year_REFERER )
477
+
478
+ { ?>
479
+ <script>
480
+ document.write('<td bgcolor="'+bg_color_selected+'" class="cala_day" style="padding:0; margin:0;line-height:15px;"><div class="calborder_day" style=" width:'+cell_width+'px; margin:0; padding:0;"><b style="color:'+evented_color+';font-size:'+other_days_font_size+'px"><?php echo $i ?></b>');
481
+ </script>
482
+ <?php
483
+ $r=0;
484
+ for($j=0;$j<$k; $j++)
485
+ {
486
+ if($r<$number_of_shown_evetns)
487
+ {
488
+ ?>
489
+ <script>
490
+ document.write('<a class="modal" rel="{handler: \'iframe\', size: {x: '+popup_width+', y: '+popup_height+'}}" style="background:none;color:'+event_title_color+'; text-decoration:underline;" href="" ><b><br>1. Event1<br>2. Event2<br>3. Event3<br></b></a>');
491
+ document.write('<a class="modal" rel="{handler: \'iframe\', size: {x: '+popup_width+', y: '+popup_height+'}}" style="background:none;color:'+event_title_color+';text-align:center;text-decoration:underline;" href=""> <b>See More</b></a>');
492
+ </script>
493
+ <?php
494
+ }
495
+
496
+ }
497
+
498
+ echo '</td></div>';
499
+
500
+ }
501
+
502
+ else
503
+
504
+ {
505
+ if($i==13 and $month=='June' and $year=='2012')
506
+
507
+ {
508
+ if( in_array ($i,$array_days)){
509
+
510
+ ?>
511
+ <script>
512
+ document.write('<td class="cala_day" style="vertical-align:top;background-color:'+evented_color_bg+';padding:0; margin:0;line-height:15px; border: 3px solid '+current_day_border_color+'"><b style="color:'+evented_color+';font-size:'+other_days_font_size+'px"><?php echo $i ?></b>');
513
+ </script>
514
+ <?php
515
+ $r=0;
516
+ for($j=0;$j<$k; $j++)
517
+ {
518
+ if($r<$number_of_shown_evetns)
519
+ {
520
+ ?>
521
+ <script>
522
+ document.write('<a class="modal" rel="{handler: \'iframe\', size: {x: '+popup_width+', y: '+popup_height+'}}" style="background:none;color:'+event_title_color+'; text-decoration:underline;" href="" ><b><br>1. Event1<br>2. Event2<br>3. Event3<br></b></a>');
523
+ document.write('<a class="modal" rel="{handler: \'iframe\', size: {x: '+popup_width+', y: '+popup_height+'}}" style="background:none;color:'+event_title_color+';text-align:center;text-decoration:underline;" href=""> <b>See More</b></a>');
524
+
525
+ </script>
526
+ <?php
527
+ }
528
+ else
529
+ {
530
+ ?>
531
+ <script>
532
+ </script>
533
+ <?php
534
+ break;
535
+ }
536
+ $r++;
537
+ }
538
+ echo '</td>';
539
+ }
540
+
541
+ else
542
+ {
543
+ ?>
544
+ <script>
545
+ document.write('<td style=" color:'+text_color_this_month_unevented+';padding:0; margin:0; line-height:15px; border: 3px solid '+current_day_border_color+'; vertical-align:top;"><b style="font-size:'+other_days_font_size+'px"><?php echo $i ?></b></td>');
546
+ </script>
547
+ <?php
548
+
549
+ }
550
+ }
551
+
552
+ else
553
+ if( in_array ($i,$array_days)){
554
+
555
+ ?>
556
+ <script>
557
+ document.write('<td class="cala_day" style="vertical-align:top;background-color:'+evented_color_bg+';padding:0; margin:0;line-height:15px;"><b style="color:'+evented_color+';font-size:'+other_days_font_size+'px"><?php echo $i ?></b>');
558
+ </script>
559
+ <?php
560
+ $r=0;
561
+ for($j=0;$j<$k; $j++)
562
+ {
563
+ if($r<$number_of_shown_evetns)
564
+ {
565
+ ?>
566
+ <script>
567
+ document.write('<a class="modal" rel="{handler: \'iframe\', size: {x: '+popup_width+', y: '+popup_height+'}}" style="background:none;color:'+event_title_color+'; text-decoration:underline;" href="" ><b><br>1. Event1<br>2. Event2<br>3. Event3<br></b></a>');
568
+ document.write('<a class="modal" rel="{handler: \'iframe\', size: {x: '+popup_width+', y: '+popup_height+'}}" style="background:none;color:'+event_title_color+';text-align:center;text-decoration:underline;" href=""> <b>See More</b></a>');
569
+ </script>
570
+ <?php
571
+ }
572
+
573
+ }
574
+ echo '</td>';
575
+ }
576
+
577
+ else
578
+ {
579
+ ?>
580
+ <script>
581
+ document.write('<td style=" color:'+text_color_this_month_unevented+';padding:0; margin:0; line-height:15px;border: 1px solid '+cell_border_color+';vertical-align:top;"><b style="font-size:'+other_days_font_size+'px"><?php echo $i ?></b></td>');
582
+ </script>
583
+ <?php
584
+
585
+ }
586
+
587
+
588
+ }
589
+
590
+ if($weekday_i%7==0 && $i<>$month_days)
591
+
592
+ {
593
+ ?>
594
+ <script>
595
+ document.write('</tr><tr height="'+cell_height+'" style="line-height:15px">');
596
+ </script>
597
+ <?php
598
+ $weekday_i=0;
599
+
600
+ }
601
+
602
+ $weekday_i=$weekday_i+1;
603
+
604
+ }
605
+
606
+ $weekday_i;
607
+
608
+ $next_i=1;
609
+
610
+ if($weekday_i!=1)
611
+
612
+ for($i=$weekday_i; $i<=7; $i++)
613
+
614
+ {
615
+ if($i!=7)
616
+ {
617
+ ?>
618
+
619
+ <script>
620
+ docuemnt.write('<td class="caltext_color_other_months" style="background-color:'+bg_color_other_months+'" >'<?php echo $next_i ?>'</td>');
621
+ </script>
622
+ <?php
623
+ }
624
+ else
625
+ {
626
+ ?>
627
+ <script>
628
+ document.write ('<td class="caltext_color_other_months" style="background-color:'+bg_color_other_months+';" >'<?php echo $next_i ?>'</td>');
629
+ </script>
630
+ <?php
631
+ }
632
+ $next_i=$next_i+1;
633
+
634
+ }
635
+
636
+ echo '</tr></table>';
637
+
638
+ ?>
639
+
640
+ <input type="text" value="1" name="day" style="display:none" />
641
+
642
+
643
+
644
+
645
+
646
+ </td>
647
+
648
+ </tr>
649
+
650
+ </table>
651
+ </div>
652
+ <script>
653
+ document.getElementById('bigcalendar').style.width=cal_width;
654
+ document.getElementById('general_table').style.width=cal_width;
655
+ document.getElementById('general_table').style.border=border_color+' solid '+border_width;
656
+ document.getElementById('general_table').style.backgroundColor=bg_bottom;
657
+ document.getElementById('header_table').style.width=cal_width;
658
+ document.getElementById('top_table').style.backgroundColor=bg_top;
659
+ document.getElementById('calyear_table').style.width=cal_width;
660
+ document.getElementById('calyear_table').style.height=top_height;
661
+ document.getElementById('cala_arrow_year_prev').style.color=color_arrow_year;
662
+ document.getElementById('cala_arrow_year_next').style.color=color_arrow_year;
663
+ document.getElementById('year_span').style.fontSize=year_font_size;
664
+ document.getElementById('year_span').style.color=text_color_year;
665
+ document.getElementById('cala_arrow_month_prev').style.color=prev_month_arrow_color;
666
+ document.getElementById('cala_arrow_month_prev_span').style.color=prev_month_text_color;
667
+ document.getElementById('cala_arrow_month_prev_span').style.fontSize=prev_month_font_size;
668
+
669
+ document.getElementById('cala_arrow_month_next_span').style.color=next_month_text_color;
670
+ document.getElementById('cala_arrow_month_next_span').style.fontSize=next_month_font_size;
671
+
672
+ document.getElementById('current_month').style.fontSize=month_font_size;
673
+ document.getElementById('current_month').style.color=text_color_month;
674
+
675
+ document.getElementById('cala_arrow_month_next').style.color=next_month_arrow_color;
676
+ document.getElementById('week_days_tr').style.height=week_days_cell_height;
677
+ document.getElementById('week_days_tr').style.backgroundColor=weekdays_bg_color;
678
+ document.getElementById('top_td').style.backgroundColor=bg_top;
679
+
680
+ for(var i=1;i<=6;i++){
681
+ document.getElementById('weekdays'+i).style.width=cell_width;
682
+ document.getElementById('weekdays'+i).style.color=color_week_days;
683
+ document.getElementById('calbottom_border'+i).style.width=cell_width;
684
+ }
685
+
686
+ document.getElementById('weekdays_su').style.width=cell_width;
687
+ document.getElementById('weekdays_su').style.color=color_week_days;
688
+ document.getElementById('weekdays_su').style.backgroundColor=weekday_sunday_bg_color;
689
+ document.getElementById('days').style.height=cell_height;
690
+
691
+ </script>
692
+
693
+
694
+
695
+
696
+
697
+
698
+
699
+ <?php
preview_widget.php ADDED
@@ -0,0 +1,700 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+
4
+ if ( !defined('WP_LOAD_PATH') ) {
5
+
6
+ /** classic root path if wp-content and plugins is below wp-config.php */
7
+ $classic_root = dirname(dirname(dirname(dirname(__FILE__)))) . '/' ;
8
+
9
+ if (file_exists( $classic_root . 'wp-load.php') )
10
+ define( 'WP_LOAD_PATH', $classic_root);
11
+ else
12
+ if (file_exists( $path . 'wp-load.php') )
13
+ define( 'WP_LOAD_PATH', $path);
14
+ else
15
+ exit("Could not find wp-load.php");
16
+ }
17
+
18
+ // let's load WordPress
19
+ require_once( WP_LOAD_PATH . 'wp-load.php');
20
+
21
+
22
+
23
+ if(!current_user_can('manage_options')) {
24
+ die('Access Denied');
25
+ }
26
+ ?>
27
+ <script>
28
+ cal_width=window.parent.document.getElementById('width').value;
29
+ bg_top='#'+window.parent.document.getElementById('bg_top').value;
30
+ bg_bottom='#'+window.parent.document.getElementById('bg_bottom').value;
31
+ border_color='#'+window.parent.document.getElementById('border_color').value;
32
+ text_color_year='#'+window.parent.document.getElementById('text_color_year').value;
33
+ text_color_month='#'+window.parent.document.getElementById('text_color_month').value;
34
+ color_week_days='#'+window.parent.document.getElementById('text_color_week_days').value;
35
+ text_color_other_months='#'+window.parent.document.getElementById('text_color_other_months').value;
36
+ text_color_this_month_unevented='#'+window.parent.document.getElementById('text_color_this_month_unevented').value;
37
+ evented_color='#'+window.parent.document.getElementById('text_color_this_month_evented').value;
38
+ evented_color_bg='#'+window.parent.document.getElementById('bg_color_this_month_evented').value;
39
+ color_arrow_year='#'+window.parent.document.getElementById('arrow_color_year').value;
40
+ color_arrow_month='#'+window.parent.document.getElementById('arrow_color_month').value;
41
+ sun_days='#'+window.parent.document.getElementById('text_color_sun_days').value;
42
+ event_title_color='#'+window.parent.document.getElementById('event_title_color').value;
43
+ current_day_border_color='#'+window.parent.document.getElementById('current_day_border_color').value;
44
+ cell_border_color='#'+window.parent.document.getElementById('cell_border_color').value;
45
+ cell_height=window.parent.document.getElementById('cell_height').value;
46
+ popup_width=window.parent.document.getElementById('popup_width').value;
47
+ popup_height=window.parent.document.getElementById('popup_height').value;
48
+ number_of_shown_evetns=window.parent.document.getElementById('number_of_shown_evetns').value;
49
+ sundays_font_size=window.parent.document.getElementById('sundays_font_size').value;
50
+ other_days_font_size=window.parent.document.getElementById('other_days_font_size').value;
51
+ weekdays_font_size=window.parent.document.getElementById('weekdays_font_size').value;
52
+ border_width=window.parent.document.getElementById('border_width').value;
53
+ top_height=window.parent.document.getElementById('top_height').value;
54
+ bg_color_other_months='#'+window.parent.document.getElementById('bg_color_other_months').value;
55
+ sundays_bg_color='#'+window.parent.document.getElementById('sundays_bg_color').value;
56
+ weekdays_bg_color='#'+window.parent.document.getElementById('weekdays_bg_color').value;
57
+ weekstart=window.parent.document.getElementById('week_start_day').value;
58
+ weekday_sunday_bg_color='#'+window.parent.document.getElementById('weekday_sunday_bg_color').value;
59
+ border_radius=window.parent.document.getElementById('border_radius').value;
60
+ border_radius2=border_radius-border_width;
61
+ week_days_cell_height=window.parent.document.getElementById('week_days_cell_height').value;
62
+ year_font_size=window.parent.document.getElementById('year_font_size').value;
63
+ month_font_size=window.parent.document.getElementById('month_font_size').value;
64
+ arrow_size=window.parent.document.getElementById('arrow_size').value;
65
+ arrow_size_hover=parseInt(arrow_size);
66
+ next_month_text_color='#'+window.parent.document.getElementById('next_month_text_color').value;
67
+ prev_month_text_color='#'+window.parent.document.getElementById('prev_month_text_color').value;
68
+ next_month_arrow_color='#'+window.parent.document.getElementById('next_month_arrow_color').value;
69
+ prev_month_arrow_color='#'+window.parent.document.getElementById('prev_month_arrow_color').value;
70
+ next_month_font_size=window.parent.document.getElementById('next_month_font_size').value;
71
+ prev_month_font_size=window.parent.document.getElementById('prev_month_font_size').value;
72
+ all_day_border_width=window.parent.document.getElementById('all_days_border_width').value;
73
+ month_type=window.parent.document.getElementById('month_type').value;
74
+ cell_width=cal_width/7;
75
+ if(cell_height=="")
76
+ cell_height=70;
77
+
78
+
79
+
80
+
81
+
82
+
83
+
84
+
85
+
86
+ var head = document.getElementsByTagName('head')[0],
87
+ style = document.createElement('style'),
88
+ rules = document.createTextNode(
89
+
90
+ '#bigcalendar .cala_arrow a:link, #bigcalendar .cala_arrow a:visited{text-decoration:none;background:none;font-size:'+arrow_size+'px; }'+
91
+
92
+ '#bigcalendar td,#bigcalendar tr, #spiderCalendarTitlesList td, #spiderCalendarTitlesList tr {border:none;}'+
93
+
94
+ '#bigcalendar .general_table{border-radius: '+border_radius+'px;}'+
95
+
96
+ '#bigcalendar .top_table {border-top-left-radius: '+border_radius2+'px;border-top-right-radius: '+border_radius2+'px;}'+
97
+
98
+ '#bigcalendar .cala_arrow a:hover{font-size:'+arrow_size_hover+'px;text-decoration:none;background:none;}'+
99
+
100
+ '#bigcalendar .cala_day a:link, #bigcalendar .cala_day a:visited {text-decoration:none;background:none;font-size:12px;color:red;}'+
101
+
102
+ '#bigcalendar .cala_day a:hover {text-decoration:none;background:none;}'+
103
+
104
+ '#bigcalendar .cala_day {border:'+all_day_border_width+'px solid '+cell_border_color+';vertical-align:middle;text-align:center}'+
105
+
106
+ '#bigcalendar .weekdays {border:'+all_day_border_width+'px solid '+cell_border_color+'}'+
107
+
108
+ '#bigcalendar .week_days {font-size:'+weekdays_font_size+'px;font-family:arial}'+
109
+
110
+ '#bigcalendar .calyear_table, .calmonth_table {border-spacing:0;width:100%; }'+
111
+
112
+ '#bigcalendar .calbg, #bigcalendar .calbg td {text-align:center; width:14%;}'+
113
+
114
+ '#bigcalendar .caltext_color_other_months {color:'+text_color_other_months+';border:'+all_day_border_width+'px solid '+cell_border_color+';vertical-align:middle;text-align:center;}'+
115
+
116
+ '#bigcalendar .caltext_color_this_month_unevented {color:'+text_color_this_month_unevented+';}'+
117
+
118
+ '#bigcalendar .calfont_year {font-family:arial;font-size:24px;font-weight:bold;color:'+text_color_year+';}'+
119
+
120
+ '#bigcalendar .calsun_days {color:'+sun_days+';border:'+all_day_border_width+'px solid '+cell_border_color+';vertical-align:middle;text-align:center;background-color:'+sundays_bg_color+';}'
121
+
122
+
123
+
124
+ );
125
+
126
+ style.type = 'text/css';
127
+ if(style.styleSheet)
128
+ style.styleSheet.cssText = rules.nodeValue;
129
+ else style.appendChild(rules);
130
+ head.appendChild(style);
131
+
132
+
133
+
134
+ </script>
135
+
136
+
137
+
138
+
139
+
140
+
141
+ <div id="bigcalendar" style="">
142
+
143
+
144
+
145
+ <table cellpadding="0" cellspacing="0" id="general_table" class="general_table" style="border-spacing:0; margin:0; padding:0;">
146
+
147
+ <tr>
148
+
149
+ <td width="100%" style=" padding:0; margin:0">
150
+
151
+
152
+ <table cellpadding="0" id="header_table" cellspacing="0" border="0" style="border-spacing:0; font-size:12px; margin:0; padding:0;">
153
+
154
+
155
+
156
+ <tr style="height:40px;">
157
+
158
+ <td id="top_table" class="top_table" align="center" colspan="7" style="padding:0; margin:0;height:20px; " >
159
+
160
+
161
+
162
+
163
+
164
+
165
+
166
+
167
+
168
+ <table cellpadding="0" cellspacing="0" border="0" align="center" class="calyear_table" id="calyear_table" style="margin:0; padding:0; text-align:center;">
169
+
170
+ <tr>
171
+ <td style="width:100%;vertical-align:bottom;padding-bottom:0px;">
172
+ <table style="width:100%;">
173
+ <tr>
174
+ <td class="cala_arrow" width="40%" style="text-align:right;margin:0px;padding:0px">
175
+ <a id="cala_arrow_year_prev" style="" href="">&#9668;</a>
176
+ </td>
177
+
178
+
179
+
180
+ <td style="text-align:center; margin:0; padding:0;" width="20%" >
181
+
182
+ <span id="year_span" style="font-family:arial;font-weight:bold;">2012</span>
183
+
184
+
185
+
186
+ </td>
187
+ <td style="margin:0; padding:0;text-align:left" width="40%" class="cala_arrow">
188
+ <a id="cala_arrow_year_next" style="" href="">&#9658;</a>
189
+
190
+ </td>
191
+ </tr>
192
+ </table>
193
+ </td>
194
+ </tr>
195
+ <tr>
196
+ <td style="width:100%;vertical-align:bottom; padding-bottom:5px;">
197
+ <table style="width:100%;line-height:150%">
198
+ <tr>
199
+ <td class="cala_arrow" width="40%" style="text-align:left;margin:0px;padding:0px">
200
+ <table width="80%">
201
+ <tr>
202
+ <td width="15%">
203
+ <a id="cala_arrow_month_prev" style="" href="" >&#9668; </a>
204
+
205
+ </td>
206
+ <td>
207
+ <span id="cala_arrow_month_prev_span" style="font-family:arial;">May</span>
208
+
209
+ </td>
210
+ </tr>
211
+ </table>
212
+ </td>
213
+ <td style="text-align:center; margin:0;" width="20%" >
214
+
215
+
216
+ <span id="current_month" style="font-family:arial;">June</span>
217
+
218
+ </td>
219
+ <td style="margin:0; padding:0;text-align:right" width="40%" class="cala_arrow">
220
+ <table width="100%">
221
+ <tr>
222
+ <td style="margin:0; padding:0;text-align:right" >
223
+ <span id="cala_arrow_month_next_span" style="font-family:arial;">July</span>
224
+
225
+ </td>
226
+ <td width="10%">
227
+ <a id="cala_arrow_month_next" href="">&#9658;</a>
228
+
229
+ </td>
230
+ </tr>
231
+ </table>
232
+ </td>
233
+
234
+ </tr>
235
+ </table>
236
+ </td>
237
+ </tr>
238
+
239
+ </table>
240
+
241
+ </td>
242
+ <td id="top_td" colspan="7" style="margin:0; padding:0;" >
243
+
244
+
245
+
246
+ </td>
247
+
248
+ </tr>
249
+
250
+ <tr align="center" id="week_days_tr" style="">
251
+
252
+
253
+ <td id="weekdays1" class="weekdays" style="margin:0; padding:0">
254
+
255
+ <div id="calbottom_border1" class="calbottom_border" style="text-align:center; margin:0; padding:0;"><b class="week_days"> <?php echo __( 'Mo','sp_calendar' ); ?> </b></div></td>
256
+
257
+ <td id="weekdays2" class="weekdays" style="margin:0; padding:0">
258
+
259
+
260
+
261
+
262
+ <div id="calbottom_border2" class="calbottom_border" style="text-align:center; margin:0; padding:0;"><b class="week_days"> <?php echo __( 'Tu','sp_calendar' ); ?> </b></div></td>
263
+
264
+ <td id="weekdays3" class="weekdays" style="margin:0; padding:0">
265
+
266
+ <div id="calbottom_border3" class="calbottom_border" style="text-align:center; margin:0; padding:0;"><b class="week_days"> <?php echo __( 'We','sp_calendar' ); ?> </b></div></td>
267
+
268
+ <td id="weekdays4" class="weekdays" style=" margin:0; padding:0">
269
+
270
+ <div id="calbottom_border4" class="calbottom_border" style="text-align:center;margin:0; padding:0;"><b class="week_days"> <?php echo __( 'Th','sp_calendar' ); ?> </b></div></td>
271
+
272
+ <td id="weekdays5" class="weekdays" style="margin:0; padding:0">
273
+
274
+ <div id="calbottom_border5" class="calbottom_border" style="text-align:center;margin:0; padding:0;"><b class="week_days"> <?php echo __( 'Fr','sp_calendar' ); ?> </b></div></td>
275
+
276
+ <td id="weekdays6" class="weekdays" style=" margin:0; padding:0">
277
+
278
+ <div id="calbottom_border6" class="calbottom_border" style="text-align:center;margin:0; padding:0;"><b class="week_days"> <?php echo __( 'Sa','sp_calendar' ); ?> </b></div></td>
279
+
280
+ <td id="weekdays_su" class="weekdays" style=" margin:0; padding:0;">
281
+
282
+ <div id="calbottom_border_su" class="calbottom_border" style="text-align:center; margin:0; padding:0;"><b class="week_days"> <?php echo __( 'Su','sp_calendar' ); ?> </b></div></td>
283
+
284
+
285
+ </tr>
286
+
287
+ <?php
288
+
289
+ //$today=$realtoday;
290
+ /*$document = &JFactory::getDocument();
291
+ $document->addScript("media/system/js/modal.js");
292
+ $document->addStyleSheet("media/system/css/modal.css");*/
293
+ $weekday_i=6;
294
+ $month_days=30;
295
+ $last_month_days=31;
296
+ $last_month_days=$last_month_days-$weekday_i+2;
297
+ $percent=1;
298
+ $weekstart='mo';
299
+ $sum=$month_days-8+6;
300
+
301
+ if($sum % 7 <> 0)
302
+
303
+ $percent = $percent + 1;
304
+
305
+ $sum = $sum - ( $sum % 7 );
306
+
307
+ $percent = $percent + ( $sum / 7 );
308
+
309
+ $percent=107/$percent;
310
+
311
+ $array_days=array(11);
312
+
313
+ $array_days1=$array_days;
314
+ $title=array(11=>'');
315
+
316
+ $ev_ids=array(11 => '97<br>
317
+ 98<br>
318
+ 99<br>
319
+ 100');
320
+ $day_REFERER='';
321
+ $month='June';
322
+ $year='2012';
323
+ $number_of_shown_evetns=2;
324
+ ?>
325
+ <script>
326
+ document.write('<tr id="days" style=";line-height:15px;">');
327
+ </script>
328
+ <?php
329
+
330
+
331
+
332
+ for($i=1; $i<6; $i++)
333
+
334
+ {
335
+ ?>
336
+ <script>
337
+ document.write('<td class="caltext_color_other_months" style=" border: '+all_day_border_width+'px solid '+cell_border_color+';vertical-align:middle;text-align:center;background-color:'+bg_color_other_months+'" ><span style="font-size:'+other_days_font_size+'px"><?php echo $last_month_days ?></span></td>');
338
+ </script>
339
+ <?php
340
+ $last_month_days=$last_month_days+1;
341
+
342
+ }
343
+
344
+
345
+
346
+ for($i=1; $i<=$month_days; $i++)
347
+
348
+ {
349
+
350
+ if($i==11)
351
+ {
352
+ $ev_title=explode('</p>',$title[11]);
353
+
354
+
355
+ $k=count($ev_title);
356
+ ////
357
+ $ev_id=explode('<br>',$ev_ids[$i]);
358
+ array_pop($ev_id);
359
+
360
+
361
+
362
+ }
363
+
364
+
365
+ $dayevent='';
366
+
367
+ if(($weekday_i%7==0 and $weekstart=="mo") or ($weekday_i%7==1 and $weekstart=="su"))
368
+
369
+ {
370
+
371
+ if($i==$day_REFERER and $month==$month_REFERER and $year==$year_REFERER )
372
+
373
+ {
374
+
375
+ ?>
376
+
377
+ <script>
378
+ document.write('<td bgcolor="'+bg_color_selected+'" class="cala_day" style="padding:0; margin:0;line-height:15px;"><div class="calborder_day" style=" width:'+cell_width+'px; margin:0; padding:0;"><b style="color:'+evented_color+'"><a>'<?php echo $i ?>'</a></b>');
379
+ </script>
380
+ <?php
381
+
382
+ $r=0;
383
+ for($j=0;$j<$k; $j++)
384
+ {
385
+ if($r<$number_of_shown_evetns)
386
+ ?>
387
+ <script>
388
+
389
+ document.write('<a class="modal" style="background:none;color:'+event_title_color+'; text-decoration:underline;" href="" ></b></a>');
390
+ </script>
391
+ <?php
392
+
393
+ $r++;
394
+ }
395
+
396
+ echo '</td></div>';
397
+
398
+ }
399
+
400
+ else
401
+
402
+ if($i==date('j') and $month==date('F') and $year==date('Y'))
403
+ {
404
+
405
+ if( in_array ($i,$array_days)){
406
+
407
+ ?>
408
+ <script>
409
+ document.write('<td class="cala_day" style="vertical-align:middle;text-align:center;background-color:'+evented_color_bg+';padding:0; margin:0;line-height:15px; border: px solid '+border_day+'"><b style="color:'.$evented_color.';font-size:'.$other_days_font_size.'px"><a>'<?php echo $i ?>'</a></b>');
410
+ </script>
411
+ <?php
412
+ $r=0;
413
+ for($j=0;$j<$k; $j++)
414
+ {
415
+ if($r<$number_of_shown_evetns)
416
+ {
417
+ ?>
418
+ <script>
419
+ document.write('<a class="modal" rel="{handler: \'iframe\', size: {x: '+popup_width+', y: '+popup_height+'}}" style="background:none;color:'+event_title_color+'; text-decoration:underline;" href="" ><b></b></a>');
420
+ document.write('<a class="modal" rel="{handler: \'iframe\', size: {x: '+popup_width+', y: '+popup_height+'}}" style="background:none;color:'+event_title_color+';text-align:center;text-decoration:underline;" href=""> <b></b></a>');
421
+ </script>
422
+ <?php
423
+ }
424
+
425
+ }
426
+ echo '</td>';
427
+ }
428
+ else
429
+ {
430
+ ?>
431
+ <script>
432
+ document.write('<td class="calsun_days" id="calsun_days" style="vertical-align:middle;text-align:center;padding:0; font-size:'+sundays_font_size+'px; margin:0;line-height:15px; border: '+all_day_border_width+'px solid '+cell_border_color+'"><b><?php echo $i ?></b></td>');
433
+ </script>
434
+ <?php
435
+ }
436
+ }
437
+
438
+ else
439
+ {
440
+
441
+ if( in_array ($i,$array_days)){
442
+ ?>
443
+ <script>
444
+ document.write('<td class="cala_day" style="vertical-align:middle;text-align:center;background-color:'+evented_color_bg+';padding:0; margin:0;line-height:15px; border: px solid '+border_day+'"><b style="color:'+evented_color+';font-size:'+other_days_font_size+'px"><a>'<?php echo $i ?>'</a></b>');
445
+ </script>
446
+ <?php
447
+ $r=0;
448
+ for($j=0;$j<$k; $j++)
449
+ {
450
+ if($r<$number_of_shown_evetns)
451
+ {
452
+ ?>
453
+ <script>
454
+ document.write('<a class="modal" rel="{handler: \'iframe\', size: {x: '+popup_width+', y: '+popup_height+'}}" style="background:none;color:'+event_title_color+'; text-decoration:underline;" href="" ><b></b></a>');
455
+ document.write('<a class="modal" rel="{handler: \'iframe\', size: {x: '+popup_width+', y: '+popup_height+'}}" style="background:none;color:'+event_title_color+';text-align:center;text-decoration:underline;" href=""> <b></b></a>');
456
+ </script>
457
+ <?php
458
+ }
459
+ }
460
+ echo '</td>';
461
+ }
462
+ else
463
+ {
464
+ ?>
465
+ <script>
466
+ document.write('<td class="calsun_days" id="calsun_days" style="vertical-align:middle;text-align:center;padding:0; font-size:'+sundays_font_size+'px; margin:0;line-height:15px; border: '+all_day_border_width+'px solid '+cell_border_color+'"><b><?php echo $i ?></b></td>');
467
+ </script>
468
+ <?php
469
+ }
470
+ }
471
+
472
+ }
473
+ /////////////////////////////////////////////////////////////////////////mec else
474
+ else
475
+
476
+ if($i==$day_REFERER and $month==$month_REFERER and $year==$year_REFERER )
477
+
478
+ { ?>
479
+ <script>
480
+ document.write('<td bgcolor="'+bg_color_selected+'" class="cala_day" style="padding:0; margin:0;line-height:15px;"><div class="calborder_day" style=" width:'+cell_width+'px; margin:0; padding:0;"><b style="color:'+evented_color+';font-size:'+other_days_font_size+'px"><a><?php echo $i ?></a></b>');
481
+ </script>
482
+ <?php
483
+ $r=0;
484
+ for($j=0;$j<$k; $j++)
485
+ {
486
+ if($r<$number_of_shown_evetns)
487
+ {
488
+ ?>
489
+ <script>
490
+ document.write('<a class="modal" rel="{handler: \'iframe\', size: {x: '+popup_width+', y: '+popup_height+'}}" style="background:none;color:'+event_title_color+'; text-decoration:underline;" href="" ><b></b></a>');
491
+ document.write('<a class="modal" rel="{handler: \'iframe\', size: {x: '+popup_width+', y: '+popup_height+'}}" style="background:none;color:'+event_title_color+';text-align:center;text-decoration:underline;" href=""> <b></b></a>');
492
+ </script>
493
+ <?php
494
+ }
495
+
496
+ }
497
+
498
+ echo '</td></div>';
499
+
500
+ }
501
+
502
+ else
503
+
504
+ {
505
+ if($i==13 and $month=='June' and $year=='2012')
506
+
507
+ {
508
+ if( in_array ($i,$array_days)){
509
+
510
+ ?>
511
+ <script>
512
+ document.write('<td class="cala_day" style="vertical-align:middle;text-align:center;background-color:'+evented_color_bg+';padding:0; margin:0;line-height:15px; border: 3px solid '+current_day_border_color+'"><b style="color:'+evented_color+';font-size:'+other_days_font_size+'px"><a><?php echo $i ?></a></b>');
513
+ </script>
514
+ <?php
515
+ $r=0;
516
+ for($j=0;$j<$k; $j++)
517
+ {
518
+ if($r<$number_of_shown_evetns)
519
+ {
520
+ ?>
521
+ <script>
522
+ document.write('<a class="modal" rel="{handler: \'iframe\', size: {x: '+popup_width+', y: '+popup_height+'}}" style="background:none;color:'+event_title_color+'; text-decoration:underline;" href="" ><b></b></a>');
523
+ document.write('<a class="modal" rel="{handler: \'iframe\', size: {x: '+popup_width+', y: '+popup_height+'}}" style="background:none;color:'+event_title_color+';text-align:center;text-decoration:underline;" href=""> <b></b></a>');
524
+
525
+ </script>
526
+ <?php
527
+ }
528
+ else
529
+ {
530
+ ?>
531
+ <script>
532
+ </script>
533
+ <?php
534
+ break;
535
+ }
536
+ $r++;
537
+ }
538
+ echo '</td>';
539
+ }
540
+
541
+ else
542
+ {
543
+ ?>
544
+ <script>
545
+ document.write('<td style=" color:'+text_color_this_month_unevented+';padding:0; margin:0; line-height:15px; border: 3px solid '+current_day_border_color+'; vertical-align:middle;text-align:center;"><b style="font-size:'+other_days_font_size+'px"><?php echo $i ?></b></td>');
546
+ </script>
547
+ <?php
548
+
549
+ }
550
+ }
551
+
552
+ else
553
+ if( in_array ($i,$array_days)){
554
+
555
+ ?>
556
+ <script>
557
+ document.write('<td class="cala_day" style="vertical-align:middle;text-align:center;background-color:'+evented_color_bg+';padding:0; margin:0;line-height:15px;"><b style="color:'+evented_color+';font-size:'+other_days_font_size+'px"><a><?php echo $i ?></a></b>');
558
+ </script>
559
+ <?php
560
+ $r=0;
561
+ for($j=0;$j<$k; $j++)
562
+ {
563
+ if($r<$number_of_shown_evetns)
564
+ {
565
+ ?>
566
+ <script>
567
+ document.write('<a class="modal" rel="{handler: \'iframe\', size: {x: '+popup_width+', y: '+popup_height+'}}" style="background:none;color:'+event_title_color+'; text-decoration:underline;" href="" ><b></b></a>');
568
+ document.write('<a class="modal" rel="{handler: \'iframe\', size: {x: '+popup_width+', y: '+popup_height+'}}" style="background:none;color:'+event_title_color+';text-align:center;text-decoration:underline;" href=""> <b></b></a>');
569
+ </script>
570
+ <?php
571
+ }
572
+
573
+ }
574
+ echo '</td>';
575
+ }
576
+
577
+ else
578
+ {
579
+ ?>
580
+ <script>
581
+ document.write('<td style=" color:'+text_color_this_month_unevented+';padding:0; margin:0; line-height:15px;border: '+all_day_border_width+'px solid '+cell_border_color+';vertical-align:middle;text-align:center;text-align:center;"><b style="font-size:'+other_days_font_size+'px"><?php echo $i ?></b></td>');
582
+ </script>
583
+ <?php
584
+
585
+ }
586
+
587
+
588
+ }
589
+
590
+ if($weekday_i%7==0 && $i<>$month_days)
591
+
592
+ {
593
+ ?>
594
+ <script>
595
+ document.write('</tr><tr height="'+cell_height+'" style="line-height:15px">');
596
+ </script>
597
+ <?php
598
+ $weekday_i=0;
599
+
600
+ }
601
+
602
+ $weekday_i=$weekday_i+1;
603
+
604
+ }
605
+
606
+ $weekday_i;
607
+
608
+ $next_i=1;
609
+
610
+ if($weekday_i!=1)
611
+
612
+ for($i=$weekday_i; $i<=7; $i++)
613
+
614
+ {
615
+ if($i!=7)
616
+ {
617
+ ?>
618
+
619
+ <script>
620
+ docuemnt.write('<td class="caltext_color_other_months" style="background-color:'+bg_color_other_months+'" >'<?php echo $next_i ?>'</td>');
621
+ </script>
622
+ <?php
623
+ }
624
+ else
625
+ {
626
+ ?>
627
+ <script>
628
+ document.write ('<td class="caltext_color_other_months" style="background-color:'+bg_color_other_months+';" >'<?php echo $next_i ?>'</td>');
629
+ </script>
630
+ <?php
631
+ }
632
+ $next_i=$next_i+1;
633
+
634
+ }
635
+
636
+ echo '</tr></table>';
637
+
638
+ ?>
639
+
640
+ <input type="text" value="1" name="day" style="display:none" />
641
+
642
+
643
+
644
+
645
+
646
+ </td>
647
+
648
+ </tr>
649
+
650
+ </table>
651
+ </div>
652
+ <script>
653
+ document.getElementById('bigcalendar').style.width=cal_width;
654
+ document.getElementById('general_table').style.width=cal_width;
655
+ document.getElementById('general_table').style.border=border_color+' solid '+border_width;
656
+ document.getElementById('general_table').style.backgroundColor=bg_bottom;
657
+ document.getElementById('header_table').style.width=cal_width;
658
+ document.getElementById('top_table').style.backgroundColor=bg_top;
659
+ document.getElementById('calyear_table').style.width=cal_width;
660
+ document.getElementById('calyear_table').style.height=top_height;
661
+ document.getElementById('cala_arrow_year_prev').style.color=color_arrow_year;
662
+ document.getElementById('cala_arrow_year_next').style.color=color_arrow_year;
663
+ document.getElementById('year_span').style.fontSize=year_font_size;
664
+ document.getElementById('year_span').style.color=text_color_year;
665
+ document.getElementById('cala_arrow_month_prev').style.color=prev_month_arrow_color;
666
+ document.getElementById('cala_arrow_month_prev_span').style.color=prev_month_text_color;
667
+ document.getElementById('cala_arrow_month_prev_span').style.fontSize=prev_month_font_size;
668
+
669
+ document.getElementById('cala_arrow_month_next_span').style.color=next_month_text_color;
670
+ document.getElementById('cala_arrow_month_next_span').style.fontSize=next_month_font_size;
671
+
672
+ document.getElementById('current_month').style.fontSize=month_font_size;
673
+ document.getElementById('current_month').style.color=text_color_month;
674
+
675
+ document.getElementById('cala_arrow_month_next').style.color=next_month_arrow_color;
676
+