Calendar by WD – Responsive Event Calendar - Version 1.5.40

Version Description

Changed: Featured plugins, themes page
Changed: Uninstall page

Download this release

Release Info

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

Code changes from version 1.5.39 to 1.5.40

calendar.php CHANGED
@@ -3,11 +3,11 @@
3
  Plugin Name: Spider Event Calendar
4
  Plugin URI: https://web-dorado.com/products/wordpress-calendar.html
5
  Description: Spider Event Calendar is a highly configurable product which allows you to have multiple organized events. Spider Event Calendar is an extraordinary user friendly extension.
6
- Version: 1.5.39
7
  Author: https://web-dorado.com/
8
  License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
9
  */
10
- $wd_spider_calendar_version="1.5.39";
11
  // LANGUAGE localization.
12
  function sp_calendar_language_load() {
13
  load_plugin_textdomain('sp_calendar', FALSE, basename(dirname(__FILE__)) . '/languages');
@@ -291,6 +291,11 @@ html.thickbox_open{
291
  #views_select .arrow-right{
292
  display: none;
293
  }
 
 
 
 
 
294
  #afterbig<?php echo $many_sp_calendar; ?> li{
295
  list-style: none;
296
  }
@@ -441,7 +446,7 @@ function spider_calendar_quick_edit() {
441
  }
442
  global $wpdb;
443
  if (isset($_POST['calendar_id'])) {
444
- $row = $wpdb->get_row($wpdb->prepare("SELECT * FROM " . $wpdb->prefix . "spidercalendar_calendar WHERE id='%d'", $_POST['calendar_id']));
445
  ?>
446
  <td colspan="4" class="colspanchange">
447
  <fieldset class="inline-edit-col-left">
@@ -957,7 +962,18 @@ function Uninstall_sp_calendar() {
957
  $base_name = plugin_basename('Spider_Calendar');
958
  $base_page = 'admin.php?page=' . $base_name;
959
  $mode = (isset($_GET['mode']) ? trim($_GET['mode']) : '');
960
-
 
 
 
 
 
 
 
 
 
 
 
961
  if (!empty($_POST['do'])) {
962
  if ($_POST['do'] == "UNINSTALL Spider Event Calendar") {
963
  check_admin_referer('Spider_Calendar uninstall');
@@ -1083,19 +1099,21 @@ function calendar_Featured_Plugins_styles() {
1083
  }
1084
  function calendar_Featured_Plugins() { ?>
1085
  <div id="main_featured_plugins_page">
1086
- <table align="center" width="90%" style="margin-top: 0px;border-bottom: rgb(111, 111, 111) solid 1px;">
1087
  <tr>
1088
- <td colspan="2" style="height: 40px; padding: 30px 0px 0px 0px;">
1089
- <h3 style="margin: 0px;font-family:Segoe UI;padding-bottom: 15px;color: rgb(111, 111, 111); font-size:18pt;">Featured Plugins</h3>
1090
  </td>
1091
  <td align="right" style="font-size:16px;"></td>
1092
  </tr>
1093
  </table>
1094
- <div class="featured_header">
1095
- <div>
1096
  <a href="https://web-dorado.com/wordpress-plugins.html?source=spidercalendar" target="_blank">
1097
  <h1>GET SPIDER CALENDAR +18 PLUGINS</h1>
1098
  <h1 class="get_plugins">FOR $100 ONLY <span>- SAVE 70%</span></h1>
 
 
 
1099
  </a>
1100
  </div>
1101
  <form method="post">
@@ -1282,7 +1300,7 @@ function calendar_Featured_Plugins() { ?>
1282
  </li>
1283
  </ul>
1284
  </form>
1285
- </div>
1286
  </div>
1287
  <?php }
1288
 
@@ -1293,10 +1311,10 @@ function calendar_Featured_themes_styles() {
1293
 
1294
  function calendar_Featured_themes() { ?>
1295
  <div id="main_featured_themes_page">
1296
- <table align="center" width="90%" style="margin-top: 0px;border-bottom: rgb(111, 111, 111) solid 1px;">
1297
  <tr>
1298
  <td colspan="2" style="height: 40px; padding: 30px 0px 0px 0px;">
1299
- <h3 style="margin: 0px;font-family:Segoe UI;padding-bottom: 15px;color: rgb(111, 111, 111); font-size:18pt;">Featured Themes</h3>
1300
  </td>
1301
  <td align="right" style="font-size:16px;"></td>
1302
  </tr>
@@ -1306,8 +1324,12 @@ function calendar_Featured_themes() { ?>
1306
  <a href="https://web-dorado.com/wordpress-themes.html?source=spidercalendar" target="_blank">
1307
  <h1>WORDPRESS THEMES</h1>
1308
  <h1 class="get_plugins">ALL FOR $40 ONLY <span>- SAVE 80%</span></h1>
 
 
 
1309
  </a>
1310
  </div>
 
1311
  <form method="post">
1312
  <ul id="featured-plugins-list">
1313
  <li class="portfolio">
@@ -1422,7 +1444,6 @@ function calendar_Featured_themes() { ?>
1422
  </li>
1423
  </ul>
1424
  </form>
1425
- </div>
1426
  </div >
1427
  <?php }
1428
 
3
  Plugin Name: Spider Event Calendar
4
  Plugin URI: https://web-dorado.com/products/wordpress-calendar.html
5
  Description: Spider Event Calendar is a highly configurable product which allows you to have multiple organized events. Spider Event Calendar is an extraordinary user friendly extension.
6
+ Version: 1.5.40
7
  Author: https://web-dorado.com/
8
  License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
9
  */
10
+ $wd_spider_calendar_version="1.5.40";
11
  // LANGUAGE localization.
12
  function sp_calendar_language_load() {
13
  load_plugin_textdomain('sp_calendar', FALSE, basename(dirname(__FILE__)) . '/languages');
291
  #views_select .arrow-right{
292
  display: none;
293
  }
294
+
295
+ #afterbig<?php echo $many_sp_calendar; ?>{
296
+ display: block !important;
297
+ }
298
+
299
  #afterbig<?php echo $many_sp_calendar; ?> li{
300
  list-style: none;
301
  }
446
  }
447
  global $wpdb;
448
  if (isset($_POST['calendar_id'])) {
449
+ $row = $wpdb->get_row($wpdb->prepare("SELECT * FROM " . $wpdb->prefix . "spidercalendar_calendar WHERE id='%d'", (int) $_POST['calendar_id']));
450
  ?>
451
  <td colspan="4" class="colspanchange">
452
  <fieldset class="inline-edit-col-left">
962
  $base_name = plugin_basename('Spider_Calendar');
963
  $base_page = 'admin.php?page=' . $base_name;
964
  $mode = (isset($_GET['mode']) ? trim($_GET['mode']) : '');
965
+ ?>
966
+ <div class="page-banner uninstall-banner">
967
+ <div class="uninstall_icon">
968
+ </div>
969
+ <div class="logo-title">Uninstall Spider Calendar</div>
970
+ </div>
971
+ <br />
972
+ <div class="goodbye-text">
973
+ Before uninstalling the plugin, please Contact our <a href="https://web-dorado.com/support/contact-us.html?source=spidercalendar" target= '_blank'>support team</a>. We'll do our best to help you out with your issue. We value each and every user and value what’s right for our users in everything we do.<br>
974
+ However, if anyway you have made a decision to uninstall the plugin, please take a minute to <a href="https://web-dorado.com/support/contact-us.html?source=spidercalendar" target= '_blank'>Contact us</a> and tell what you didn't like for our plugins further improvement and development. Thank you !!!
975
+ </div>
976
+ <?php
977
  if (!empty($_POST['do'])) {
978
  if ($_POST['do'] == "UNINSTALL Spider Event Calendar") {
979
  check_admin_referer('Spider_Calendar uninstall');
1099
  }
1100
  function calendar_Featured_Plugins() { ?>
1101
  <div id="main_featured_plugins_page">
1102
+ <table align="center" width="90%" style="margin-top: 0px;">
1103
  <tr>
1104
+ <td colspan="2" style="height: 40px; padding: 30px 0px 0px 0px; width: 100%;">
1105
+ <h3 style="border-bottom: 2px solid #CECECE; margin: 0px;font-family:Segoe UI;padding-bottom: 15px;color: rgb(111, 111, 111); font-size:18pt;">Featured Plugins</h3>
1106
  </td>
1107
  <td align="right" style="font-size:16px;"></td>
1108
  </tr>
1109
  </table>
1110
+ <div class="featured_header">
 
1111
  <a href="https://web-dorado.com/wordpress-plugins.html?source=spidercalendar" target="_blank">
1112
  <h1>GET SPIDER CALENDAR +18 PLUGINS</h1>
1113
  <h1 class="get_plugins">FOR $100 ONLY <span>- SAVE 70%</span></h1>
1114
+ <div class="try-now">
1115
+ <span>TRY NOW</span>
1116
+ </div>
1117
  </a>
1118
  </div>
1119
  <form method="post">
1300
  </li>
1301
  </ul>
1302
  </form>
1303
+
1304
  </div>
1305
  <?php }
1306
 
1311
 
1312
  function calendar_Featured_themes() { ?>
1313
  <div id="main_featured_themes_page">
1314
+ <table align="center" width="90%" style="margin-top: 0px;">
1315
  <tr>
1316
  <td colspan="2" style="height: 40px; padding: 30px 0px 0px 0px;">
1317
+ <h3 style="border-bottom: 2px solid #CECECE; margin: 0px;font-family:Segoe UI;padding-bottom: 15px;color: rgb(111, 111, 111); font-size:18pt;">Featured Themes</h3>
1318
  </td>
1319
  <td align="right" style="font-size:16px;"></td>
1320
  </tr>
1324
  <a href="https://web-dorado.com/wordpress-themes.html?source=spidercalendar" target="_blank">
1325
  <h1>WORDPRESS THEMES</h1>
1326
  <h1 class="get_plugins">ALL FOR $40 ONLY <span>- SAVE 80%</span></h1>
1327
+ <div class="try-now">
1328
+ <span>TRY NOW</span>
1329
+ </div>
1330
  </a>
1331
  </div>
1332
+ </div >
1333
  <form method="post">
1334
  <ul id="featured-plugins-list">
1335
  <li class="portfolio">
1444
  </li>
1445
  </ul>
1446
  </form>
 
1447
  </div >
1448
  <?php }
1449
 
calendar_functions.html.php CHANGED
@@ -978,13 +978,13 @@ $row=$wpdb->get_row($wpdb->prepare ("SELECT * FROM " . $wpdb->prefix . "spiderca
978
  }
979
 
980
 
981
- function html_upcoming_widget($rows, $pageNav, $sort){
982
- require_once("spidercalendar_upcoming_events_widget.php");
983
- global $wpdb;
984
- $input_id=$_GET['id_input'];
985
- $w_id = $_GET['w_id'];
986
  $tbody_id='event'.$w_id;
987
- $calendar_id=$_GET['upcalendar_id'];
988
  ?><html>
989
  <head>
990
  <link rel="stylesheet" id="thickbox-css" href="<?php echo plugins_url("elements/calendar-jos.css", __FILE__) ?>" type="text/css" media="all">
978
  }
979
 
980
 
981
+ function html_upcoming_widget($rows, $pageNav, $sort){
982
+ require_once("spidercalendar_upcoming_events_widget.php");
983
+ global $wpdb;
984
+ $input_id=esc_html($_GET['id_input']);
985
+ $w_id = esc_html($_GET['w_id']);
986
  $tbody_id='event'.$w_id;
987
+ $calendar_id=esc_html($_GET['upcalendar_id']);
988
  ?><html>
989
  <head>
990
  <link rel="stylesheet" id="thickbox-css" href="<?php echo plugins_url("elements/calendar-jos.css", __FILE__) ?>" type="text/css" media="all">
elements/buttons.png ADDED
Binary file
elements/calendar-jos.css CHANGED
@@ -1,3 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  /* The main calendar widget. DIV containing a table. */
2
 
3
  div.calendar {
1
+ .uninstall_icon {
2
+ background: url("buttons.png") no-repeat 0% 75%;
3
+ border: none;
4
+ height: 42px;
5
+ width: 37px;
6
+ display: inline-block;
7
+ vertical-align: middle;
8
+ }
9
+
10
+ .uninstall-banner .logo-title {
11
+ text-transform: uppercase;
12
+ display: inline-block;
13
+ font-size: 16px;
14
+ vertical-align: middle;
15
+ width: 255px;
16
+ margin-left: 10px;
17
+ line-height: 22px;
18
+ }
19
+
20
+ .uninstall-banner {
21
+ background: #fff;
22
+ display: block;
23
+ padding: 15px 10px;
24
+ height: 38px;
25
+ }
26
+
27
+ .goodbye-text {
28
+ font-size: 16px;
29
+ font-weight: bold;
30
+ background: #fff;
31
+ padding: 15px;
32
+ line-height: 22px;
33
+ }
34
+
35
+
36
  /* The main calendar widget. DIV containing a table. */
37
 
38
  div.calendar {
featured_plugins.css CHANGED
@@ -132,9 +132,13 @@ border-bottom-left-radius: 5px;}
132
  padding: 20px 0;
133
  }
134
  .featured_header {
 
 
 
 
135
  position: relative;
136
- width: 90%;
137
- margin: 15px auto 0px auto;
138
  }
139
 
140
  .featured_header .old_price{
@@ -143,9 +147,21 @@ border-bottom-left-radius: 5px;}
143
  font-family: Oswald;
144
  }
145
 
 
 
 
 
 
 
 
 
 
 
 
 
 
146
  .featured_header h1.get_plugins{
147
  color: #FFFFFF;
148
- background:url(images/featured_plugins_bg.png) no-repeat;
149
  height: 85px;
150
  margin: 0;
151
  background-size: 85% 100%;
@@ -156,7 +172,7 @@ border-bottom-left-radius: 5px;}
156
  .featured_header h1{
157
  font-size: 50px;
158
  text-align: center;
159
- color: #F47629;
160
  letter-spacing: 3px;
161
  line-height: 10px;
162
  }
132
  padding: 20px 0;
133
  }
134
  .featured_header {
135
+ background: #11465F;
136
+ width: 89.4%;
137
+ margin: 0 auto;
138
+ border-bottom: 3px solid #E5E5E5;
139
  position: relative;
140
+ padding: 20px 0;
141
+ margin-top: 10px;
142
  }
143
 
144
  .featured_header .old_price{
147
  font-family: Oswald;
148
  }
149
 
150
+ .featured_header .try-now{
151
+ text-align: center;
152
+ }
153
+
154
+ .featured_header .try-now span{
155
+ display: inline-block;
156
+ padding: 7px 16px;
157
+ background: #F47629;
158
+ border-radius: 10px;
159
+ color: #ffffff;
160
+ font-size: 23px;
161
+ }
162
+
163
  .featured_header h1.get_plugins{
164
  color: #FFFFFF;
 
165
  height: 85px;
166
  margin: 0;
167
  background-size: 85% 100%;
172
  .featured_header h1{
173
  font-size: 50px;
174
  text-align: center;
175
+ color: #FFFFFF;
176
  letter-spacing: 3px;
177
  line-height: 10px;
178
  }
featured_themes.css CHANGED
@@ -103,17 +103,30 @@
103
  }
104
 
105
  .featured_header > div{
106
- background: #FFFFFF;
107
  border-right: 3px solid #E5E5E5;
108
  border-bottom: 3px solid #E5E5E5;
109
  padding: 20px 0;
110
  }
111
  .featured_header {
112
  position: relative;
113
- width: 90%;
114
  margin: 15px auto 0px auto;
115
  }
116
 
 
 
 
 
 
 
 
 
 
 
 
 
 
117
  .featured_header .old_price{
118
  color: rgba(180, 180, 180, 0.3);
119
  text-decoration: line-through;
@@ -122,7 +135,6 @@
122
 
123
  .featured_header h1.get_plugins{
124
  color: #FFFFFF;
125
- background:url(images/featured_plugins_bg.png) no-repeat;
126
  height: 85px;
127
  margin: 0;
128
  background-size: 95% 100%;
@@ -133,7 +145,7 @@
133
  .featured_header h1{
134
  font-size: 45px;
135
  text-align: center;
136
- color: #F47629;
137
  letter-spacing: 3px;
138
  line-height: 10px;
139
  }
103
  }
104
 
105
  .featured_header > div{
106
+ background: #11465F;
107
  border-right: 3px solid #E5E5E5;
108
  border-bottom: 3px solid #E5E5E5;
109
  padding: 20px 0;
110
  }
111
  .featured_header {
112
  position: relative;
113
+ width: 89.4%;
114
  margin: 15px auto 0px auto;
115
  }
116
 
117
+ .featured_header .try-now{
118
+ text-align: center;
119
+ }
120
+
121
+ .featured_header .try-now span{
122
+ display: inline-block;
123
+ padding: 7px 16px;
124
+ background: #F47629;
125
+ border-radius: 10px;
126
+ color: #ffffff;
127
+ font-size: 23px;
128
+ }
129
+
130
  .featured_header .old_price{
131
  color: rgba(180, 180, 180, 0.3);
132
  text-decoration: line-through;
135
 
136
  .featured_header h1.get_plugins{
137
  color: #FFFFFF;
 
138
  height: 85px;
139
  margin: 0;
140
  background-size: 95% 100%;
145
  .featured_header h1{
146
  font-size: 45px;
147
  text-align: center;
148
+ color: #FFFFFF;
149
  letter-spacing: 3px;
150
  line-height: 10px;
151
  }
front_end/bigcalendarday.php CHANGED
@@ -9,29 +9,19 @@ function big_calendar_day() {
9
  $date = ((isset($_GET['date']) && IsDate_inputed(esc_html($_GET['date']))) ? esc_html($_GET['date']) : '');
10
  $view_select = (isset($_GET['select']) ? esc_html($_GET['select']) : 'month,');
11
  $path_sp_cal = (isset($_GET['cur_page_url']) ? esc_html($_GET['cur_page_url']) : '');
 
 
12
  $site_url = get_admin_url().'admin-ajax.php';
13
  ///////////////////////////////////////////////////////////////////////////////////
14
-
15
-
16
- if(isset($_GET['cat_id']))
17
- $cat_id = $_GET['cat_id'];
18
- else $cat_id = "";
19
-
20
- if(isset($_GET['cat_ids']))
21
- $cat_ids = $_GET['cat_ids'];
22
- else $cat_ids = "";
23
-
24
-
25
- if($cat_ids=='')
26
- $cat_ids .= $cat_id.',';
27
- else
28
- $cat_ids .= ','.$cat_id.',';
29
-
30
-
31
-
32
- $cat_ids = substr($cat_ids, 0,-1);
33
 
34
 
 
 
 
 
 
 
35
  function getelementcountinarray($array , $element)
36
  {
37
  $t=0;
@@ -864,7 +854,7 @@ $theme = $wpdb->get_row($wpdb->prepare('SELECT * FROM ' . $wpdb->prefix . 'spide
864
  $percent = 107 / $percent;
865
  $all_calendar_files = php_getdays(0, $calendar_id, $date, $theme_id, $widget);
866
  $categories=$wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "spidercalendar_event_category WHERE published=1");
867
- $calendar = (isset($_GET['calendar']) ? $_GET['calendar'] : '');
868
  $array_days = $all_calendar_files[0]['array_days'];
869
  $array_days1 = $all_calendar_files[0]['array_days1'];
870
  $title = $all_calendar_files[0]['title'];
9
  $date = ((isset($_GET['date']) && IsDate_inputed(esc_html($_GET['date']))) ? esc_html($_GET['date']) : '');
10
  $view_select = (isset($_GET['select']) ? esc_html($_GET['select']) : 'month,');
11
  $path_sp_cal = (isset($_GET['cur_page_url']) ? esc_html($_GET['cur_page_url']) : '');
12
+ $cat_id = (isset($_GET['cat_id']) ? esc_html($_GET['cat_id']) : '');
13
+ $cat_ids = (isset($_GET['cat_ids']) ? esc_html($_GET['cat_ids']) : '');
14
  $site_url = get_admin_url().'admin-ajax.php';
15
  ///////////////////////////////////////////////////////////////////////////////////
16
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
 
18
 
19
+ if($cat_ids=='')
20
+ $cat_ids .= $cat_id.',';
21
+ else
22
+ $cat_ids .= ','.$cat_id.',';
23
+ $cat_ids = substr($cat_ids, 0,-1);
24
+
25
  function getelementcountinarray($array , $element)
26
  {
27
  $t=0;
854
  $percent = 107 / $percent;
855
  $all_calendar_files = php_getdays(0, $calendar_id, $date, $theme_id, $widget);
856
  $categories=$wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "spidercalendar_event_category WHERE published=1");
857
+ $calendar = (isset($_GET['calendar']) ? (int) $_GET['calendar'] : '');
858
  $array_days = $all_calendar_files[0]['array_days'];
859
  $array_days1 = $all_calendar_files[0]['array_days1'];
860
  $title = $all_calendar_files[0]['title'];
front_end/bigcalendarday_widget.php CHANGED
@@ -6,19 +6,13 @@ function big_calendar_day_widget() {
6
  $many_sp_calendar = ((isset($_GET['many_sp_calendar']) && is_numeric(esc_html($_GET['many_sp_calendar']))) ? esc_html($_GET['many_sp_calendar']) : 1);
7
  $calendar_id = (isset($_GET['calendar']) ? (int) $_GET['calendar'] : '');
8
  $theme_id = (isset($_GET['theme_id']) ? (int) $_GET['theme_id'] : 1);
 
 
9
  $date = ((isset($_GET['date']) && IsDate_inputed(esc_html($_GET['date']))) ? esc_html($_GET['date']) : '');
10
  $view_select = (isset($_GET['select']) ? esc_html($_GET['select']) : 'month,');
11
  $path_sp_cal = (isset($_GET['cur_page_url']) ? esc_html($_GET['cur_page_url']) : '');
12
  $site_url = get_admin_url().'admin-ajax.php';
13
  ///////////////////////////////////////////////////////////////////////////////////
14
-
15
- if(isset($_GET['cat_id']))
16
- $cat_id = $_GET['cat_id'];
17
- else $cat_id = "";
18
-
19
- if(isset($_GET['cat_ids']))
20
- $cat_ids = $_GET['cat_ids'];
21
- else $cat_ids = "";
22
 
23
 
24
  if($cat_ids=='')
@@ -513,7 +507,7 @@ position: relative;
513
  $percent = 107 / $percent;
514
  $all_calendar_files = php_getdays(0, $calendar_id, $date, $theme_id, $widget);
515
  $categories=$wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "spidercalendar_event_category WHERE published=1");
516
- $calendar = (isset($_GET['calendar']) ? $_GET['calendar'] : '');
517
  $array_days = $all_calendar_files[0]['array_days'];
518
  $array_days1 = $all_calendar_files[0]['array_days1'];
519
  $title = $all_calendar_files[0]['title'];
6
  $many_sp_calendar = ((isset($_GET['many_sp_calendar']) && is_numeric(esc_html($_GET['many_sp_calendar']))) ? esc_html($_GET['many_sp_calendar']) : 1);
7
  $calendar_id = (isset($_GET['calendar']) ? (int) $_GET['calendar'] : '');
8
  $theme_id = (isset($_GET['theme_id']) ? (int) $_GET['theme_id'] : 1);
9
+ $cat_id = (isset($_GET['cat_id']) ? esc_html($_GET['cat_id']) : '');
10
+ $cat_ids = (isset($_GET['cat_ids']) ? esc_html($_GET['cat_ids']) : '');
11
  $date = ((isset($_GET['date']) && IsDate_inputed(esc_html($_GET['date']))) ? esc_html($_GET['date']) : '');
12
  $view_select = (isset($_GET['select']) ? esc_html($_GET['select']) : 'month,');
13
  $path_sp_cal = (isset($_GET['cur_page_url']) ? esc_html($_GET['cur_page_url']) : '');
14
  $site_url = get_admin_url().'admin-ajax.php';
15
  ///////////////////////////////////////////////////////////////////////////////////
 
 
 
 
 
 
 
 
16
 
17
 
18
  if($cat_ids=='')
507
  $percent = 107 / $percent;
508
  $all_calendar_files = php_getdays(0, $calendar_id, $date, $theme_id, $widget);
509
  $categories=$wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "spidercalendar_event_category WHERE published=1");
510
+ $calendar = (isset($_GET['calendar']) ? (int)$_GET['calendar'] : '');
511
  $array_days = $all_calendar_files[0]['array_days'];
512
  $array_days1 = $all_calendar_files[0]['array_days1'];
513
  $title = $all_calendar_files[0]['title'];
front_end/bigcalendarlist.php CHANGED
@@ -6,20 +6,13 @@ function big_calendar_list() {
6
  $many_sp_calendar = ((isset($_GET['many_sp_calendar']) && is_numeric(esc_html($_GET['many_sp_calendar']))) ? esc_html($_GET['many_sp_calendar']) : 1);
7
  $calendar_id = (isset($_GET['calendar']) ? (int) $_GET['calendar'] : '');
8
  $theme_id = (isset($_GET['theme_id']) ? (int) $_GET['theme_id'] : 30);
 
 
9
  $date = ((isset($_GET['date']) && IsDate_inputed(esc_html($_GET['date']))) ? esc_html($_GET['date']) : '');
10
  $view_select = (isset($_GET['select']) ? esc_html($_GET['select']) : 'month,');
11
  $path_sp_cal = (isset($_GET['cur_page_url']) ? esc_html($_GET['cur_page_url']) : '');
12
  $site_url = get_admin_url().'admin-ajax.php';
13
  ///////////////////////////////////////////////////////////////////////////////////
14
-
15
-
16
- if(isset($_GET['cat_id']))
17
- $cat_id = $_GET['cat_id'];
18
- else $cat_id = "";
19
-
20
- if(isset($_GET['cat_ids']))
21
- $cat_ids = $_GET['cat_ids'];
22
- else $cat_ids = "";
23
 
24
 
25
  if($cat_ids=='')
@@ -820,7 +813,7 @@ position: relative;
820
  $all_calendar_files = php_getdays(0, $calendar_id, $date, $theme_id, $widget);
821
 
822
  $categories=$wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "spidercalendar_event_category WHERE published=1");
823
- $calendar = (isset($_GET['calendar']) ? $_GET['calendar'] : '');
824
  $array_days = $all_calendar_files[0]['array_days'];
825
  $array_days1 = $all_calendar_files[0]['array_days1'];
826
  $title = $all_calendar_files[0]['title'];
6
  $many_sp_calendar = ((isset($_GET['many_sp_calendar']) && is_numeric(esc_html($_GET['many_sp_calendar']))) ? esc_html($_GET['many_sp_calendar']) : 1);
7
  $calendar_id = (isset($_GET['calendar']) ? (int) $_GET['calendar'] : '');
8
  $theme_id = (isset($_GET['theme_id']) ? (int) $_GET['theme_id'] : 30);
9
+ $cat_id = (isset($_GET['cat_id']) ? esc_html($_GET['cat_id']) : '');
10
+ $cat_ids = (isset($_GET['cat_ids']) ? esc_html($_GET['cat_ids']) : '');
11
  $date = ((isset($_GET['date']) && IsDate_inputed(esc_html($_GET['date']))) ? esc_html($_GET['date']) : '');
12
  $view_select = (isset($_GET['select']) ? esc_html($_GET['select']) : 'month,');
13
  $path_sp_cal = (isset($_GET['cur_page_url']) ? esc_html($_GET['cur_page_url']) : '');
14
  $site_url = get_admin_url().'admin-ajax.php';
15
  ///////////////////////////////////////////////////////////////////////////////////
 
 
 
 
 
 
 
 
 
16
 
17
 
18
  if($cat_ids=='')
813
  $all_calendar_files = php_getdays(0, $calendar_id, $date, $theme_id, $widget);
814
 
815
  $categories=$wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "spidercalendar_event_category WHERE published=1");
816
+ $calendar = (isset($_GET['calendar']) ? (int)$_GET['calendar'] : '');
817
  $array_days = $all_calendar_files[0]['array_days'];
818
  $array_days1 = $all_calendar_files[0]['array_days1'];
819
  $title = $all_calendar_files[0]['title'];
front_end/bigcalendarlist_widget.php CHANGED
@@ -7,19 +7,13 @@ function big_calendar_list_widget() {
7
  $calendar_id = (isset($_GET['calendar']) ? (int) $_GET['calendar'] : '');
8
  $theme_id = (isset($_GET['theme_id']) ? (int) $_GET['theme_id'] : 1);
9
  $date = ((isset($_GET['date']) && IsDate_inputed(esc_html($_GET['date']))) ? esc_html($_GET['date']) : '');
 
 
10
  $view_select = (isset($_GET['select']) ? esc_html($_GET['select']) : 'month,');
11
  $path_sp_cal = (isset($_GET['cur_page_url']) ? esc_html($_GET['cur_page_url']) : '');
12
  $site_url = get_admin_url().'admin-ajax.php';
13
  ///////////////////////////////////////////////////////////////////////////////////
14
 
15
- if(isset($_GET['cat_id']))
16
- $cat_id = $_GET['cat_id'];
17
- else $cat_id = "";
18
-
19
- if(isset($_GET['cat_ids']))
20
- $cat_ids = $_GET['cat_ids'];
21
- else $cat_ids = "";
22
-
23
  if($cat_ids=='')
24
  $cat_ids .= $cat_id.',';
25
  else
@@ -482,7 +476,7 @@ position: relative;
482
  $percent = 107 / $percent;
483
  $all_calendar_files = php_getdays(0, $calendar_id, $date, $theme_id, $widget);
484
  $categories=$wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "spidercalendar_event_category WHERE published=1");
485
- $calendar = (isset($_GET['calendar']) ? $_GET['calendar'] : '');
486
  $array_days = $all_calendar_files[0]['array_days'];
487
  $array_days1 = $all_calendar_files[0]['array_days1'];
488
  $title = $all_calendar_files[0]['title'];
7
  $calendar_id = (isset($_GET['calendar']) ? (int) $_GET['calendar'] : '');
8
  $theme_id = (isset($_GET['theme_id']) ? (int) $_GET['theme_id'] : 1);
9
  $date = ((isset($_GET['date']) && IsDate_inputed(esc_html($_GET['date']))) ? esc_html($_GET['date']) : '');
10
+ $cat_id = (isset($_GET['cat_id']) ? esc_html($_GET['cat_id']) : '');
11
+ $cat_ids = (isset($_GET['cat_ids']) ? esc_html($_GET['cat_ids']) : '');
12
  $view_select = (isset($_GET['select']) ? esc_html($_GET['select']) : 'month,');
13
  $path_sp_cal = (isset($_GET['cur_page_url']) ? esc_html($_GET['cur_page_url']) : '');
14
  $site_url = get_admin_url().'admin-ajax.php';
15
  ///////////////////////////////////////////////////////////////////////////////////
16
 
 
 
 
 
 
 
 
 
17
  if($cat_ids=='')
18
  $cat_ids .= $cat_id.',';
19
  else
476
  $percent = 107 / $percent;
477
  $all_calendar_files = php_getdays(0, $calendar_id, $date, $theme_id, $widget);
478
  $categories=$wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "spidercalendar_event_category WHERE published=1");
479
+ $calendar = (isset($_GET['calendar']) ? (int)$_GET['calendar'] : '');
480
  $array_days = $all_calendar_files[0]['array_days'];
481
  $array_days1 = $all_calendar_files[0]['array_days1'];
482
  $title = $all_calendar_files[0]['title'];
front_end/bigcalendarmonth.php CHANGED
@@ -6,6 +6,8 @@ function big_calendar_month() {
6
  $many_sp_calendar = ((isset($_GET['many_sp_calendar']) && is_numeric(esc_html($_GET['many_sp_calendar']))) ? esc_html($_GET['many_sp_calendar']) : 1);
7
  $calendar_id = (isset($_GET['calendar']) ? (int) $_GET['calendar'] : '');
8
  $theme_id = (isset($_GET['theme_id']) ? (int) $_GET['theme_id'] : 30);
 
 
9
  $date = ((isset($_GET['date']) && IsDate_inputed(esc_html($_GET['date']))) ? esc_html($_GET['date']) : '');
10
  $view_select = (isset($_GET['select']) ? esc_html($_GET['select']) : 'month,');
11
  $path_sp_cal = (isset($_GET['cur_page_url']) ? esc_html($_GET['cur_page_url']) : '');
@@ -14,14 +16,6 @@ function big_calendar_month() {
14
  $site_url = get_admin_url().'admin-ajax.php';
15
 
16
  ///////////////////////////////////////////////////////////////////////////////////
17
-
18
- if(isset($_GET['cat_id']))
19
- $cat_id = $_GET['cat_id'];
20
- else $cat_id = "";
21
-
22
- if(isset($_GET['cat_ids']))
23
- $cat_ids = $_GET['cat_ids'];
24
- else $cat_ids = "";
25
 
26
 
27
  if($cat_ids=='')
@@ -843,7 +837,7 @@ echo '<style>
843
  $title = $all_calendar_files[0]['title'];
844
  $ev_ids = $all_calendar_files[0]['ev_ids'];
845
  $categories=$wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "spidercalendar_event_category WHERE published=1");
846
- $calendar = (isset($_GET['calendar']) ? $_GET['calendar'] : '');
847
 
848
  echo ' <tr id="days" height="' . $cell_height . '" style="line-height:15px;">';
849
  for ($i = 1; $i < $weekday_i; $i++) {
@@ -858,7 +852,7 @@ echo '<style>
858
  {
859
 
860
  global $wpdb;
861
- $calendar = (isset($_GET['calendar']) ? $_GET['calendar'] : '');
862
 
863
  $query = $wpdb->prepare ("SELECT " . $wpdb->prefix . "spidercalendar_event_category.color AS color FROM " . $wpdb->prefix . "spidercalendar_event JOIN " . $wpdb->prefix . "spidercalendar_event_category ON " . $wpdb->prefix . "spidercalendar_event.category=" . $wpdb->prefix . "spidercalendar_event_category.id WHERE " . $wpdb->prefix . "spidercalendar_event.calendar=%d AND " . $wpdb->prefix . "spidercalendar_event.published='1' AND " . $wpdb->prefix . "spidercalendar_event_category.published='1' AND " . $wpdb->prefix . "spidercalendar_event.id=%d",$calendar,$event_id);
864
 
6
  $many_sp_calendar = ((isset($_GET['many_sp_calendar']) && is_numeric(esc_html($_GET['many_sp_calendar']))) ? esc_html($_GET['many_sp_calendar']) : 1);
7
  $calendar_id = (isset($_GET['calendar']) ? (int) $_GET['calendar'] : '');
8
  $theme_id = (isset($_GET['theme_id']) ? (int) $_GET['theme_id'] : 30);
9
+ $cat_id = (isset($_GET['cat_id']) ? esc_html($_GET['cat_id']) : '');
10
+ $cat_ids = (isset($_GET['cat_ids']) ? esc_html($_GET['cat_ids']) : '');
11
  $date = ((isset($_GET['date']) && IsDate_inputed(esc_html($_GET['date']))) ? esc_html($_GET['date']) : '');
12
  $view_select = (isset($_GET['select']) ? esc_html($_GET['select']) : 'month,');
13
  $path_sp_cal = (isset($_GET['cur_page_url']) ? esc_html($_GET['cur_page_url']) : '');
16
  $site_url = get_admin_url().'admin-ajax.php';
17
 
18
  ///////////////////////////////////////////////////////////////////////////////////
 
 
 
 
 
 
 
 
19
 
20
 
21
  if($cat_ids=='')
837
  $title = $all_calendar_files[0]['title'];
838
  $ev_ids = $all_calendar_files[0]['ev_ids'];
839
  $categories=$wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "spidercalendar_event_category WHERE published=1");
840
+ $calendar = (isset($_GET['calendar']) ? (int)$_GET['calendar'] : '');
841
 
842
  echo ' <tr id="days" height="' . $cell_height . '" style="line-height:15px;">';
843
  for ($i = 1; $i < $weekday_i; $i++) {
852
  {
853
 
854
  global $wpdb;
855
+ $calendar = (isset($_GET['calendar']) ? (int)$_GET['calendar'] : '');
856
 
857
  $query = $wpdb->prepare ("SELECT " . $wpdb->prefix . "spidercalendar_event_category.color AS color FROM " . $wpdb->prefix . "spidercalendar_event JOIN " . $wpdb->prefix . "spidercalendar_event_category ON " . $wpdb->prefix . "spidercalendar_event.category=" . $wpdb->prefix . "spidercalendar_event_category.id WHERE " . $wpdb->prefix . "spidercalendar_event.calendar=%d AND " . $wpdb->prefix . "spidercalendar_event.published='1' AND " . $wpdb->prefix . "spidercalendar_event_category.published='1' AND " . $wpdb->prefix . "spidercalendar_event.id=%d",$calendar,$event_id);
858
 
front_end/bigcalendarmonth_widget.php CHANGED
@@ -8,20 +8,12 @@ function big_calendar_month_widget() {
8
  $theme_id = (isset($_GET['theme_id']) ? (int) $_GET['theme_id'] : 1);
9
  $date = ((isset($_GET['date']) && IsDate_inputed(esc_html($_GET['date']))) ? esc_html($_GET['date']) : '');
10
  $view_select = (isset($_GET['select']) ? esc_html($_GET['select']) : 'month,');
11
- $path_sp_cal = (isset($_GET['cur_page_url']) ? esc_html($_GET['cur_page_url']) : '');
 
 
12
  $site_url = get_admin_url().'admin-ajax.php';
13
  ///////////////////////////////////////////////////////////////////////////////////
14
 
15
-
16
-
17
- if(isset($_GET['cat_id']))
18
- $cat_id = $_GET['cat_id'];
19
- else $cat_id = "";
20
-
21
- if(isset($_GET['cat_ids']))
22
- $cat_ids = $_GET['cat_ids'];
23
- else $cat_ids = "";
24
-
25
  if($cat_ids=='')
26
  $cat_ids .= $cat_id.',';
27
  else
@@ -504,7 +496,7 @@ $cat_ids = substr($cat_ids, 0,-1);
504
 
505
  $all_calendar_files = php_getdays(1, $calendar_id, $date, $theme_id, $widget);
506
  $categories=$wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "spidercalendar_event_category WHERE published=1");
507
- $calendar = (isset($_GET['calendar']) ? $_GET['calendar'] : '');
508
  $array_days = $all_calendar_files[0]['array_days'];
509
 
510
  $array_days1 = $all_calendar_files[0]['array_days1'];
8
  $theme_id = (isset($_GET['theme_id']) ? (int) $_GET['theme_id'] : 1);
9
  $date = ((isset($_GET['date']) && IsDate_inputed(esc_html($_GET['date']))) ? esc_html($_GET['date']) : '');
10
  $view_select = (isset($_GET['select']) ? esc_html($_GET['select']) : 'month,');
11
+ $path_sp_cal = (isset($_GET['cur_page_url']) ? esc_html($_GET['cur_page_url']) : '');
12
+ $cat_id = (isset($_GET['cat_id']) ? esc_html($_GET['cat_id']) : '');
13
+ $cat_ids = (isset($_GET['cat_ids']) ? esc_html($_GET['cat_ids']) : '');
14
  $site_url = get_admin_url().'admin-ajax.php';
15
  ///////////////////////////////////////////////////////////////////////////////////
16
 
 
 
 
 
 
 
 
 
 
 
17
  if($cat_ids=='')
18
  $cat_ids .= $cat_id.',';
19
  else
496
 
497
  $all_calendar_files = php_getdays(1, $calendar_id, $date, $theme_id, $widget);
498
  $categories=$wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "spidercalendar_event_category WHERE published=1");
499
+ $calendar = (isset($_GET['calendar']) ? (int)$_GET['calendar'] : '');
500
  $array_days = $all_calendar_files[0]['array_days'];
501
 
502
  $array_days1 = $all_calendar_files[0]['array_days1'];
front_end/bigcalendarweek.php CHANGED
@@ -10,20 +10,11 @@ function big_calendar_week() {
10
  $view_select = (isset($_GET['select']) ? esc_html($_GET['select']) : 'month,');
11
  $path_sp_cal = (isset($_GET['cur_page_url']) ? esc_html($_GET['cur_page_url']) : '');
12
  $months = (isset($_GET['months']) ? esc_html($_GET['months']) : '');
 
 
13
  $site_url = get_admin_url().'admin-ajax.php';
14
  ///////////////////////////////////////////////////////////////////////////////////
15
 
16
-
17
- if(isset($_GET['cat_id']))
18
- $cat_id = $_GET['cat_id'];
19
- else $cat_id = "";
20
-
21
- if(isset($_GET['cat_ids']))
22
- $cat_ids = $_GET['cat_ids'];
23
- else $cat_ids = "";
24
-
25
-
26
-
27
  if($cat_ids=='')
28
  $cat_ids .= $cat_id.',';
29
  else
@@ -861,7 +852,7 @@ position: relative;
861
  $all_calendar_files = php_getdays_for_three_months($calendar_id, $date, $months, $theme_id, $widget);
862
 
863
  $categories=$wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "spidercalendar_event_category WHERE published=1");
864
- $calendar = (isset($_GET['calendar']) ? $_GET['calendar'] : '');
865
 
866
  $all_array_days = $all_calendar_files[0]['all_array_days'];
867
  $all_array_days1 = $all_calendar_files[0]['all_array_days1'];
10
  $view_select = (isset($_GET['select']) ? esc_html($_GET['select']) : 'month,');
11
  $path_sp_cal = (isset($_GET['cur_page_url']) ? esc_html($_GET['cur_page_url']) : '');
12
  $months = (isset($_GET['months']) ? esc_html($_GET['months']) : '');
13
+ $cat_id = (isset($_GET['cat_id']) ? esc_html($_GET['cat_id']) : '');
14
+ $cat_ids = (isset($_GET['cat_ids']) ? esc_html($_GET['cat_ids']) : '');
15
  $site_url = get_admin_url().'admin-ajax.php';
16
  ///////////////////////////////////////////////////////////////////////////////////
17
 
 
 
 
 
 
 
 
 
 
 
 
18
  if($cat_ids=='')
19
  $cat_ids .= $cat_id.',';
20
  else
852
  $all_calendar_files = php_getdays_for_three_months($calendar_id, $date, $months, $theme_id, $widget);
853
 
854
  $categories=$wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "spidercalendar_event_category WHERE published=1");
855
+ $calendar = (isset($_GET['calendar']) ? (int)$_GET['calendar'] : '');
856
 
857
  $all_array_days = $all_calendar_files[0]['all_array_days'];
858
  $all_array_days1 = $all_calendar_files[0]['all_array_days1'];
front_end/bigcalendarweek_widget.php CHANGED
@@ -9,28 +9,17 @@ function big_calendar_week_widget() {
9
  $date = ((isset($_GET['date']) && IsDate_inputed(esc_html($_GET['date']))) ? esc_html($_GET['date']) : '');
10
  $view_select = (isset($_GET['select']) ? esc_html($_GET['select']) : 'month,');
11
  $path_sp_cal = (isset($_GET['cur_page_url']) ? esc_html($_GET['cur_page_url']) : '');
12
- $months = (isset($_GET['months']) ? esc_html($_GET['months']) : '');
 
 
13
  $site_url = get_admin_url().'admin-ajax.php';
14
  ///////////////////////////////////////////////////////////////////////////////////
15
 
16
- if(isset($_GET['cat_id']))
17
- $cat_id = $_GET['cat_id'];
18
- else $cat_id = "";
19
-
20
- if(isset($_GET['cat_ids']))
21
- $cat_ids = $_GET['cat_ids'];
22
- else $cat_ids = "";
23
-
24
-
25
-
26
- if($cat_ids=='')
27
- $cat_ids .= $cat_id.',';
28
- else
29
- $cat_ids .= ','.$cat_id.',';
30
-
31
-
32
-
33
- $cat_ids = substr($cat_ids, 0,-1);
34
 
35
 
36
  function getelementcountinarray($array , $element)
@@ -521,7 +510,7 @@ position: relative;
521
  $percent = 107 / $percent;
522
 
523
  $categories=$wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "spidercalendar_event_category WHERE published=1");
524
- $calendar = (isset($_GET['calendar']) ? $_GET['calendar'] : '');
525
  $all_calendar_files = php_getdays_for_three_months($calendar_id, $date, $months, $theme_id, $widget);
526
 
527
  $all_array_days = $all_calendar_files[0]['all_array_days'];
9
  $date = ((isset($_GET['date']) && IsDate_inputed(esc_html($_GET['date']))) ? esc_html($_GET['date']) : '');
10
  $view_select = (isset($_GET['select']) ? esc_html($_GET['select']) : 'month,');
11
  $path_sp_cal = (isset($_GET['cur_page_url']) ? esc_html($_GET['cur_page_url']) : '');
12
+ $months = (isset($_GET['months']) ? esc_html($_GET['months']) : '');
13
+ $cat_id = (isset($_GET['cat_id']) ? esc_html($_GET['cat_id']) : '');
14
+ $cat_ids = (isset($_GET['cat_ids']) ? esc_html($_GET['cat_ids']) : '');
15
  $site_url = get_admin_url().'admin-ajax.php';
16
  ///////////////////////////////////////////////////////////////////////////////////
17
 
18
+ if($cat_ids=='')
19
+ $cat_ids .= $cat_id.',';
20
+ else
21
+ $cat_ids .= ','.$cat_id.',';
22
+ $cat_ids = substr($cat_ids, 0,-1);
 
 
 
 
 
 
 
 
 
 
 
 
 
23
 
24
 
25
  function getelementcountinarray($array , $element)
510
  $percent = 107 / $percent;
511
 
512
  $categories=$wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "spidercalendar_event_category WHERE published=1");
513
+ $calendar = (isset($_GET['calendar']) ? (int)$_GET['calendar'] : '');
514
  $all_calendar_files = php_getdays_for_three_months($calendar_id, $date, $months, $theme_id, $widget);
515
 
516
  $all_array_days = $all_calendar_files[0]['all_array_days'];
front_end/frontend_functions.php CHANGED
@@ -58,13 +58,8 @@ function php_getdays($show_numbers_for_events, $calendar, $date, $theme_id, $wid
58
  $show_time = $theme->show_time;
59
  }
60
 
61
- if(isset($_GET['cat_id']))
62
- $cat_id = $_GET['cat_id'];
63
- else $cat_id = "";
64
-
65
- if(isset($_GET['cat_ids']))
66
- $cat_ids = $_GET['cat_ids'];
67
- else $cat_ids = "";
68
 
69
 
70
  if($cat_ids=='')
@@ -550,13 +545,8 @@ function php_getdays_for_three_months($calendar, $date, $months, $theme_id, $wid
550
  $show_time = $theme->show_time;
551
  }
552
 
553
- if(isset($_GET['cat_id']))
554
- $cat_id = $_GET['cat_id'];
555
- else $cat_id = "";
556
-
557
- if(isset($_GET['cat_ids']))
558
- $cat_ids = $_GET['cat_ids'];
559
- else $cat_ids = "";
560
 
561
 
562
  if($cat_ids=='')
58
  $show_time = $theme->show_time;
59
  }
60
 
61
+ $cat_id = (isset($_GET['cat_id']) ? esc_html($_GET['cat_id']) : '');
62
+ $cat_ids = (isset($_GET['cat_ids']) ? esc_html($_GET['cat_ids']) : '');
 
 
 
 
 
63
 
64
 
65
  if($cat_ids=='')
545
  $show_time = $theme->show_time;
546
  }
547
 
548
+ $cat_id = (isset($_GET['cat_id']) ? esc_html($_GET['cat_id']) : '');
549
+ $cat_ids = (isset($_GET['cat_ids']) ? esc_html($_GET['cat_ids']) : '');
 
 
 
 
 
550
 
551
 
552
  if($cat_ids=='')
languages/sp_calendar-cs_CZ.mo CHANGED
Binary file
languages/sp_calendar-cs_CZ.po CHANGED
@@ -3,7 +3,7 @@ msgstr ""
3
  "Project-Id-Version: spider_calendar\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2013-08-13 18:43+0400\n"
6
- "PO-Revision-Date: 2016-01-18 15:27+0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: cs\n"
@@ -12,7 +12,7 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
14
  "X-Poedit-Basepath: .\n"
15
- "X-Generator: Poedit 1.8.6\n"
16
  "X-Poedit-SearchPath-0: C:/wamp/www/wordpress3.5/wp-content/plugins/"
17
  "spider-event-calendar\n"
18
 
@@ -27,7 +27,7 @@ msgstr "Datum"
27
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:481
28
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:484
29
  msgid "Repeat Every"
30
- msgstr "Opakujte každý"
31
 
32
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:458
33
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:366
@@ -39,30 +39,30 @@ msgstr "Opakujte každý"
39
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:387
40
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:235
41
  msgid "Day"
42
- msgstr "Den"
43
 
44
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:461
45
  msgid "Week(s) on"
46
- msgstr "Týden (y) na"
47
 
48
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:475
49
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:478
50
  msgid "Month(s) on the"
51
- msgstr "Měsíc (y) na"
52
 
53
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:481
54
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:484
55
  msgid "Year(s) in"
56
- msgstr "Rok (y) v"
57
 
58
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:481
59
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:484
60
  msgid "on the"
61
- msgstr "na"
62
 
63
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:492
64
  msgid "There Is No Text For This Event"
65
- msgstr "Není tam žádná Text pro tuto událost"
66
 
67
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:509
68
  msgid "Back to event list"
@@ -77,7 +77,7 @@ msgstr "Zpět na seznam událostí"
77
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:78
78
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:44
79
  msgid "January"
80
- msgstr "Leden"
81
 
82
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:79
83
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday_widget.php:44
@@ -88,7 +88,7 @@ msgstr "Leden"
88
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:79
89
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:45
90
  msgid "February"
91
- msgstr "Únor"
92
 
93
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:80
94
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday_widget.php:45
@@ -99,7 +99,7 @@ msgstr "Únor"
99
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:80
100
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:46
101
  msgid "March"
102
- msgstr "Březen"
103
 
104
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:81
105
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday_widget.php:46
@@ -110,7 +110,7 @@ msgstr "Březen"
110
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:81
111
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:47
112
  msgid "April"
113
- msgstr "Duben"
114
 
115
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:82
116
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday_widget.php:47
@@ -132,7 +132,7 @@ msgstr "květen"
132
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:83
133
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:49
134
  msgid "June"
135
- msgstr "Červen"
136
 
137
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:84
138
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday_widget.php:49
@@ -143,7 +143,7 @@ msgstr "Červen"
143
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:84
144
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:50
145
  msgid "July"
146
- msgstr "Červenec"
147
 
148
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:85
149
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday_widget.php:50
@@ -154,7 +154,7 @@ msgstr "Červenec"
154
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:85
155
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:51
156
  msgid "August"
157
- msgstr "Srpen"
158
 
159
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:86
160
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday_widget.php:51
@@ -165,7 +165,7 @@ msgstr "Srpen"
165
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:86
166
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:52
167
  msgid "September"
168
- msgstr "Září"
169
 
170
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:87
171
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday_widget.php:52
@@ -176,7 +176,7 @@ msgstr "Září"
176
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:87
177
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:53
178
  msgid "October"
179
- msgstr "Říjen"
180
 
181
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:88
182
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday_widget.php:53
@@ -187,7 +187,7 @@ msgstr "Říjen"
187
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:88
188
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:54
189
  msgid "November"
190
- msgstr "Listopad"
191
 
192
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:89
193
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday_widget.php:54
@@ -198,7 +198,7 @@ msgstr "Listopad"
198
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:89
199
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:55
200
  msgid "December"
201
- msgstr "Prosinec"
202
 
203
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:379
204
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday_widget.php:241
@@ -211,7 +211,7 @@ msgstr "Prosinec"
211
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:248
212
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:310
213
  msgid "Week"
214
- msgstr "Týden"
215
 
216
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:391
217
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday_widget.php:253
@@ -240,12 +240,12 @@ msgstr "Měsíc"
240
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:638
241
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:458
242
  msgid "There are no events on this date"
243
- msgstr "Není tam žádná akce v tento den"
244
 
245
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarlist.php:536
246
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarlist_widget.php:339
247
  msgid "There are no events for this month"
248
- msgstr "Není tam žádná událost v tomto měsíci"
249
 
250
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarmonth.php:398
251
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarmonth.php:421
@@ -262,12 +262,12 @@ msgstr "Po"
262
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarmonth.php:405
263
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarmonth_widget.php:312
264
  msgid "Tu"
265
- msgstr ""
266
 
267
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarmonth.php:408
268
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarmonth_widget.php:315
269
  msgid "We"
270
- msgstr "Stostě"
271
 
272
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarmonth.php:411
273
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarmonth_widget.php:318
@@ -296,51 +296,51 @@ msgstr "Více ..."
296
 
297
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/frontend_functions.php:927
298
  msgid "First"
299
- msgstr "Za prvé"
300
 
301
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/frontend_functions.php:930
302
  msgid "Second"
303
- msgstr "Vteřina"
304
 
305
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/frontend_functions.php:933
306
  msgid "Third"
307
- msgstr "Za třetí"
308
 
309
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/frontend_functions.php:936
310
  msgid "Fourth"
311
- msgstr "Čtyřka."
312
 
313
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/frontend_functions.php:939
314
  msgid "Last"
315
- msgstr "Poslední"
316
 
317
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/frontend_functions.php:945
318
  msgid "Monday"
319
- msgstr "Pondělí"
320
 
321
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/frontend_functions.php:948
322
  msgid "Tuesday"
323
- msgstr "Vúterý"
324
 
325
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/frontend_functions.php:951
326
  msgid "Wednesday"
327
- msgstr "Středa"
328
 
329
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/frontend_functions.php:954
330
  msgid "Thursday"
331
- msgstr "Čtvrtek"
332
 
333
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/frontend_functions.php:957
334
  msgid "Friday"
335
- msgstr "Pátek"
336
 
337
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/frontend_functions.php:960
338
  msgid "Saturday"
339
- msgstr "Sobota"
340
 
341
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/frontend_functions.php:963
342
  msgid "Sunday"
343
- msgstr "Neděle"
344
 
345
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/views.php:760
346
  msgid "All categories"
3
  "Project-Id-Version: spider_calendar\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2013-08-13 18:43+0400\n"
6
+ "PO-Revision-Date: 2016-03-26 12:19+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: cs\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
14
  "X-Poedit-Basepath: .\n"
15
+ "X-Generator: Poedit 1.8.7\n"
16
  "X-Poedit-SearchPath-0: C:/wamp/www/wordpress3.5/wp-content/plugins/"
17
  "spider-event-calendar\n"
18
 
27
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:481
28
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:484
29
  msgid "Repeat Every"
30
+ msgstr "Opakovat každý"
31
 
32
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:458
33
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:366
39
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:387
40
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:235
41
  msgid "Day"
42
+ msgstr "den"
43
 
44
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:461
45
  msgid "Week(s) on"
46
+ msgstr "týden v"
47
 
48
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:475
49
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:478
50
  msgid "Month(s) on the"
51
+ msgstr "měsíc v"
52
 
53
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:481
54
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:484
55
  msgid "Year(s) in"
56
+ msgstr "rok v"
57
 
58
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:481
59
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:484
60
  msgid "on the"
61
+ msgstr "v"
62
 
63
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:492
64
  msgid "There Is No Text For This Event"
65
+ msgstr "Událost neobsahuje žádné další podrobnosti"
66
 
67
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/functions_for_xml_and_ajax.php:509
68
  msgid "Back to event list"
77
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:78
78
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:44
79
  msgid "January"
80
+ msgstr "leden"
81
 
82
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:79
83
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday_widget.php:44
88
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:79
89
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:45
90
  msgid "February"
91
+ msgstr "únor"
92
 
93
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:80
94
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday_widget.php:45
99
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:80
100
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:46
101
  msgid "March"
102
+ msgstr "březen"
103
 
104
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:81
105
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday_widget.php:46
110
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:81
111
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:47
112
  msgid "April"
113
+ msgstr "duben"
114
 
115
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:82
116
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday_widget.php:47
132
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:83
133
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:49
134
  msgid "June"
135
+ msgstr "červen"
136
 
137
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:84
138
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday_widget.php:49
143
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:84
144
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:50
145
  msgid "July"
146
+ msgstr "červenec"
147
 
148
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:85
149
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday_widget.php:50
154
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:85
155
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:51
156
  msgid "August"
157
+ msgstr "srpen"
158
 
159
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:86
160
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday_widget.php:51
165
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:86
166
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:52
167
  msgid "September"
168
+ msgstr "září"
169
 
170
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:87
171
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday_widget.php:52
176
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:87
177
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:53
178
  msgid "October"
179
+ msgstr "říjen"
180
 
181
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:88
182
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday_widget.php:53
187
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:88
188
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:54
189
  msgid "November"
190
+ msgstr "listopad"
191
 
192
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:89
193
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday_widget.php:54
198
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:89
199
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:55
200
  msgid "December"
201
+ msgstr "prosinec"
202
 
203
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:379
204
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday_widget.php:241
211
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:248
212
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:310
213
  msgid "Week"
214
+ msgstr "týden"
215
 
216
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday.php:391
217
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarday_widget.php:253
240
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek.php:638
241
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarweek_widget.php:458
242
  msgid "There are no events on this date"
243
+ msgstr "žádná událost"
244
 
245
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarlist.php:536
246
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarlist_widget.php:339
247
  msgid "There are no events for this month"
248
+ msgstr "Tento měsíc nejsou žádné události"
249
 
250
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarmonth.php:398
251
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarmonth.php:421
262
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarmonth.php:405
263
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarmonth_widget.php:312
264
  msgid "Tu"
265
+ msgstr "Út"
266
 
267
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarmonth.php:408
268
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarmonth_widget.php:315
269
  msgid "We"
270
+ msgstr "St"
271
 
272
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarmonth.php:411
273
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/bigcalendarmonth_widget.php:318
296
 
297
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/frontend_functions.php:927
298
  msgid "First"
299
+ msgstr "první"
300
 
301
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/frontend_functions.php:930
302
  msgid "Second"
303
+ msgstr "druhý"
304
 
305
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/frontend_functions.php:933
306
  msgid "Third"
307
+ msgstr "třetí"
308
 
309
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/frontend_functions.php:936
310
  msgid "Fourth"
311
+ msgstr "čtvrtý"
312
 
313
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/frontend_functions.php:939
314
  msgid "Last"
315
+ msgstr "poslední"
316
 
317
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/frontend_functions.php:945
318
  msgid "Monday"
319
+ msgstr "pondělí"
320
 
321
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/frontend_functions.php:948
322
  msgid "Tuesday"
323
+ msgstr "úterý"
324
 
325
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/frontend_functions.php:951
326
  msgid "Wednesday"
327
+ msgstr "středa"
328
 
329
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/frontend_functions.php:954
330
  msgid "Thursday"
331
+ msgstr "čtvrtek"
332
 
333
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/frontend_functions.php:957
334
  msgid "Friday"
335
+ msgstr "pátek"
336
 
337
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/frontend_functions.php:960
338
  msgid "Saturday"
339
+ msgstr "sobota"
340
 
341
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/frontend_functions.php:963
342
  msgid "Sunday"
343
+ msgstr "neděle"
344
 
345
  #: C:\wamp\www\wordpress3.5\wp-content\plugins\spider-event-calendar/front_end/views.php:760
346
  msgid "All categories"
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://web-dorado.com/products/wordpress-calendar.html
4
  Tags: calendar, calendars, event, event calendar, event manager, events calendar,calendar widget, event registration, event management,events, Kalender, agenda, calendario, availability calendar,o nline calendar, holiday calendar, scheduling, free calendar, Calender, upcoming events, event widget , event list, calendar localization, Organizer, editorial calendar, Interactive Calendar, news calendar, meeting, appointment, event tracking, event organizer, upcoming events widget, event page, event bookings, recurring, recurring events, conference, date, dates, schedule, times, venue, AJAX, responsive, shortcode, seminar, summit, reservation
5
  Requires at least: 3.4
6
  Tested up to: 4.4
7
- Stable tag: 1.5.39
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -142,6 +142,10 @@ Vietnamese (vi)
142
 
143
  == Changelog ==
144
 
 
 
 
 
145
  = 1.5.39 =
146
  Fixed: Security issue
147
 
4
  Tags: calendar, calendars, event, event calendar, event manager, events calendar,calendar widget, event registration, event management,events, Kalender, agenda, calendario, availability calendar,o nline calendar, holiday calendar, scheduling, free calendar, Calender, upcoming events, event widget , event list, calendar localization, Organizer, editorial calendar, Interactive Calendar, news calendar, meeting, appointment, event tracking, event organizer, upcoming events widget, event page, event bookings, recurring, recurring events, conference, date, dates, schedule, times, venue, AJAX, responsive, shortcode, seminar, summit, reservation
5
  Requires at least: 3.4
6
  Tested up to: 4.4
7
+ Stable tag: 1.5.40
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
142
 
143
  == Changelog ==
144
 
145
+ = 1.5.40 =
146
+ Changed: Featured plugins, themes page
147
+ Changed: Uninstall page
148
+
149
  = 1.5.39 =
150
  Fixed: Security issue
151
 
spider_calendar_admin_class.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  class SC_Admin {
4
  public static $instance = null;
5
- protected $version = '1.5.38';
6
  public $prefix = "sc_";
7
  protected $notices = null;
8
  public static function get_instance() {
2
 
3
  class SC_Admin {
4
  public static $instance = null;
5
+ protected $version = '1.5.40';
6
  public $prefix = "sc_";
7
  protected $notices = null;
8
  public static function get_instance() {