Event Calendar WD – Responsive Event Calendar plugin - Version 1.0.35

Version Description

  • Changed: Category page
  • Added: Polish translation
Download this release

Release Info

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

Code changes from version 1.0.34 to 1.0.35

css/style.css CHANGED
@@ -2534,17 +2534,6 @@ table.ecwd_calendar_container > tbody > tr >td{
2534
 
2535
 
2536
 
2537
- .ecwd-events-tickets-title{
2538
- color: #000000 !important;
2539
- }
2540
-
2541
- .ecwd-events-tickets td{
2542
-
2543
- color: #000000 !important;
2544
- border:0px !important;
2545
- border-top: 1px solid #ededed !important;
2546
- padding: 6px 10px 6px 0 !important;
2547
- }
2548
  /*
2549
  Default Themes Correction
2550
  */
@@ -2594,4 +2583,79 @@ table.ecwd_calendar_container > tbody > tr >td{
2594
  ========================================================================== */
2595
  .ecwd-theme-bridge .ecwd-event {
2596
  margin-top: 105px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2597
  }
2534
 
2535
 
2536
 
 
 
 
 
 
 
 
 
 
 
 
2537
  /*
2538
  Default Themes Correction
2539
  */
2583
  ========================================================================== */
2584
  .ecwd-theme-bridge .ecwd-event {
2585
  margin-top: 105px;
2586
+ }
2587
+
2588
+ /*Category archive page*/
2589
+ /*Twenty Fifteen*/
2590
+ .ecwd-theme-twentyfifteen #ecwd_category_archive_img{
2591
+ margin:4% 0;
2592
+ }
2593
+ .ecwd-theme-twentyfifteen #ecwd_category_archive_description{
2594
+ margin-top: 2%;
2595
+ }
2596
+ .ecwd-theme-twentyfifteen .content-area .page-header{
2597
+ margin-top: 8%;
2598
+ }
2599
+ .ecwd-theme-twentyfifteen .content-area .site-content{
2600
+ margin:auto;
2601
+ width:100%;
2602
+ padding:8% 0;
2603
+ }
2604
+
2605
+ /*twenty fourteen*/
2606
+ .ecwd-theme-twentyfourteen .post-thumbnail, .ecwd-theme-twentyfourteen .post-thumbnail:hover{
2607
+ background: none;
2608
+ }
2609
+ .ecwd-theme-twentyfourteen nav.pagination a:hover{
2610
+ border-top: 5px solid #41a62a;
2611
+ color: #2b2b2b;
2612
+ }
2613
+ .ecwd-theme-twentyfourteen nav.pagination a{
2614
+ color:#2b2b2b;
2615
+ }
2616
+ .ecwd-theme-twentyfourteen nav.pagination{
2617
+ border-top: 5px solid #000;
2618
+ margin: 48px 0;
2619
+ }
2620
+ .ecwd-theme-twentyfourteen div.nav-links{
2621
+ margin-top: -5px;
2622
+ text-align: center;
2623
+ }
2624
+ .ecwd-theme-twentyfourteen .nav-links .page-numbers{
2625
+ border-top: 5px solid transparent;
2626
+ display: inline-block;
2627
+ font-size: 14px;
2628
+ font-weight: 900;
2629
+ margin-right: 1px;
2630
+ padding: 7px 16px;
2631
+ text-transform: uppercase;
2632
+ }
2633
+ .ecwd-theme-twentyfourteen .nav-links .current{
2634
+ border-top: 5px solid #24890d;
2635
+ }
2636
+
2637
+ /*twenty thirteen */
2638
+
2639
+ .ecwd-theme-twentythirteen .pagination a.next{
2640
+ margin-left:10px;
2641
+ }
2642
+ .ecwd-theme-twentythirteen .pagination a.prev{
2643
+ margin-right:10px;
2644
+ }
2645
+ .ecwd-theme-twentythirteen .pagination .current{
2646
+ font-size: 22px;
2647
+ font-weight: 300;
2648
+ }
2649
+ .ecwd-theme-twentythirteen .pagination a{
2650
+ font-size: 22px;
2651
+ font-weight: 300;
2652
+ color: #bc360a;
2653
+ }
2654
+ .ecwd-theme-twentythirteen .entry-header{
2655
+ margin-top:1%;
2656
+ }
2657
+ .ecwd-theme-twentythirteen nav.pagination{
2658
+ background-color: #e8e5ce;
2659
+ padding: 40px 0;
2660
+ text-align: center;
2661
  }
ecwd.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Event Calendar WD
4
  * Plugin URI: https://web-dorado.com/products/wordpress-event-calendar-wd.html
5
  * Description: Event Calendar WD is an easy event management and planning tool with advanced features.
6
- * Version: 1.0.34
7
  * Author: WebDorado
8
  * Author URI: http://web-dorado.com
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
3
  * Plugin Name: Event Calendar WD
4
  * Plugin URI: https://web-dorado.com/products/wordpress-event-calendar-wd.html
5
  * Description: Event Calendar WD is an easy event management and planning tool with advanced features.
6
+ * Version: 1.0.35
7
  * Author: WebDorado
8
  * Author URI: http://web-dorado.com
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
ecwd_admin_class.php CHANGED
@@ -6,7 +6,7 @@
6
  class ECWD_Admin {
7
 
8
  protected static $instance = null;
9
- protected $version = '1.0.34';
10
  protected $ecwd_page = null;
11
  protected $notices = null;
12
 
6
  class ECWD_Admin {
7
 
8
  protected static $instance = null;
9
+ protected $version = '1.0.35';
10
  protected $ecwd_page = null;
11
  protected $notices = null;
12
 
includes/calendar-class.php CHANGED
@@ -382,8 +382,8 @@ class Calendar {
382
  } else {
383
  $pages = 0;
384
  $page = $this->page;
385
- $html .= '<ul class="ecwd_list">';
386
- if ( $this->listlimit !== false ) {
387
  $offset = ( $page - 1 ) * $this->listlimit;
388
  $pages = ceil( count( $this->events ) / $this->listlimit );
389
  $this->events = array_slice( $this->events, $offset, $this->listlimit );
@@ -956,7 +956,7 @@ class Calendar {
956
  } elseif ( $this->widget && $this->displaytype != 'mini' ) {
957
  $content = '<div class="ecwd-week-date">' . date( 'd', strtotime( $date ) ) . '</div>';
958
  } elseif ( ( $this->displaytype == 'week' || $this->displaytype == 'day' || $this->displaytype == '4day' ) && ! $this->widget ) {
959
- $content = '<div class="ecwd-week-date resp" itemprop="startDate" content="' . date( 'Y-m-d', strtotime( $date ) ) . '">' . date( 'd', strtotime( $date ) ) . '</div><div class="ecwd-week-date web"">' . (($this->list_date_format!=='d.F.l')?date($this->list_date_format, strtotime($event['from'])):(date('d', strtotime($event['from'])) . '.' . __(date('F', strtotime($event['from'])), 'ecwd') . '.' . __(date('l', strtotime($event['from'])), 'ecwd'))). '</div>';
960
  } else {
961
  $content = '<div class="day-number">' . $day . '</div>'; // day number or prev/next month cell content
962
  }
@@ -1133,7 +1133,7 @@ class Calendar {
1133
  if ( count( $cellevents ) > 0 ) {
1134
  $html = '';
1135
  if ( ! $this->widget ) {
1136
- $html = '<div class="ecwd-week-date resp" style="background:#' . $this->eventlistbg . '" itemprop="startDate" content="' . date( 'Y-m-d', strtotime( $event['from'] ) ) . 'T' . date( 'H:i', strtotime( $event['starttime'] ) ) . '">' . date( 'd', strtotime( $date ) ) . '</div><div class="ecwd-week-date web"">' . (($this->list_date_format!=='d.F.l')?date($this->list_date_format, strtotime($event['from'])):(date('d', strtotime($event['from'])) . '.' . __(date('F', strtotime($event['from'])), 'ecwd') . '.' . __(date('l', strtotime($event['from'])), 'ecwd'))) . '</div>';
1137
  } else {
1138
  $html = '<div class="ecwd-week-date">' . date( 'd', strtotime( $date ) ) . '</div>';
1139
  }
382
  } else {
383
  $pages = 0;
384
  $page = $this->page;
385
+ $html .= '<ul class="ecwd_list">';
386
+ if ( $this->listlimit !== false && $this->listlimit != 0) {
387
  $offset = ( $page - 1 ) * $this->listlimit;
388
  $pages = ceil( count( $this->events ) / $this->listlimit );
389
  $this->events = array_slice( $this->events, $offset, $this->listlimit );
956
  } elseif ( $this->widget && $this->displaytype != 'mini' ) {
957
  $content = '<div class="ecwd-week-date">' . date( 'd', strtotime( $date ) ) . '</div>';
958
  } elseif ( ( $this->displaytype == 'week' || $this->displaytype == 'day' || $this->displaytype == '4day' ) && ! $this->widget ) {
959
+ $content = '<div class="ecwd-week-date resp" itemprop="startDate" content="' . date( 'Y-m-d', strtotime( $date ) ) . '">' . date( 'd', strtotime( $date ) ) . '</div><div class="ecwd-week-date web"">' . (($this->list_date_format!=='d.F.l')?date($this->list_date_format, strtotime($date)):(date('d', strtotime($date)) . '.' . __(date('F', strtotime($date)), 'ecwd') . '.' . __(date('l', strtotime($date)), 'ecwd'))). '</div>';
960
  } else {
961
  $content = '<div class="day-number">' . $day . '</div>'; // day number or prev/next month cell content
962
  }
1133
  if ( count( $cellevents ) > 0 ) {
1134
  $html = '';
1135
  if ( ! $this->widget ) {
1136
+ $html = '<div class="ecwd-week-date resp" style="background:#' . $this->eventlistbg . '" itemprop="startDate" content="' . date( 'Y-m-d', strtotime( $date ) ) . 'T' . date( 'H:i', strtotime( $date ) ) . '">' . date( 'd', strtotime( $date ) ) . '</div><div class="ecwd-week-date web"">' . (($this->list_date_format!=='d.F.l')?date($this->list_date_format, strtotime($date)):(date('d', strtotime($date)) . '.' . __(date('F', strtotime($date)), 'ecwd') . '.' . __(date('l', strtotime($date)), 'ecwd'))) . '</div>';
1137
  } else {
1138
  $html = '<div class="ecwd-week-date">' . date( 'd', strtotime( $date ) ) . '</div>';
1139
  }
includes/ecwd-cpt-class.php CHANGED
@@ -1314,10 +1314,9 @@ class ECWD_Cpt {
1314
  $post_types = array( self::EVENT_POST_TYPE );
1315
  if ( is_singular( $post_types ) && ! file_exists( get_stylesheet_directory() . '/single-event.php' ) ) {
1316
  $template = ECWD_DIR . '/views/single-event.php';
1317
- }
1318
- // elseif (is_tax('ecwd_event_category')) {
1319
- // $template = ECWD_DIR . '/views/taxonomy-ecwd_event_category.php';
1320
- // }
1321
 
1322
  return $template;
1323
  }
1314
  $post_types = array( self::EVENT_POST_TYPE );
1315
  if ( is_singular( $post_types ) && ! file_exists( get_stylesheet_directory() . '/single-event.php' ) ) {
1316
  $template = ECWD_DIR . '/views/single-event.php';
1317
+ }elseif (is_tax('ecwd_event_category')) {
1318
+ $template = ECWD_DIR . '/views/taxonomy-ecwd_event_category.php';
1319
+ }
 
1320
 
1321
  return $template;
1322
  }
includes/register-settings.php CHANGED
@@ -32,6 +32,7 @@ function ecwd_register_settings() {
32
 
33
  $ecwd_tabs = array(
34
  'general' => 'General',
 
35
  'fb' => 'FB settings',
36
  'gcal' => 'Gcal settings',
37
  'ical' => 'Ical settings',
@@ -166,7 +167,30 @@ function ecwd_register_settings() {
166
  'type' => 'checkbox'
167
  )
168
  ),
169
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
170
  );
171
  if (1 == get_option('ecwd_old_events')) {
172
  $ecwd_settings['general']['show_repeat_rate'] = array(
@@ -462,7 +486,7 @@ function ecwd_missing_callback($args) {
462
  function ecwd_get_settings() {
463
  $ecwd_tabs = array(
464
  'general' => 'General',
465
- 'category_archive' => 'Category Archive',
466
  'fb' => 'FB settings',
467
  'gcal' => 'Gcal settings',
468
  'ical' => 'Ical settings',
32
 
33
  $ecwd_tabs = array(
34
  'general' => 'General',
35
+ 'category_archive' => 'Category Page',
36
  'fb' => 'FB settings',
37
  'gcal' => 'Gcal settings',
38
  'ical' => 'Ical settings',
167
  'type' => 'checkbox'
168
  )
169
  ),
170
+ 'category_archive' => array(
171
+ 'category_archive_slug' => array(
172
+ 'id' => 'category_archive_slug',
173
+ 'name' => __('Events category slug','ecwd'),
174
+ 'default' => 'event_category',
175
+ 'desc' => 'Note: Please do not use default slugs such as "category"',
176
+ 'size' => 'medium-text',
177
+ 'type' => 'text'
178
+ ),
179
+ 'category_archive_description' => array(
180
+ 'id' => 'category_archive_description',
181
+ 'name' => __('Display Description','ecwd'),
182
+ 'desc' => '',
183
+ 'type' => 'radio',
184
+ 'default' => 1
185
+ ),
186
+ 'category_archive_image' => array(
187
+ 'id' => 'category_archive_image',
188
+ 'name' => __('Display Image','ecwd'),
189
+ 'desc' => '',
190
+ 'type' => 'radio',
191
+ 'default' => 1
192
+ ),
193
+ )
194
  );
195
  if (1 == get_option('ecwd_old_events')) {
196
  $ecwd_settings['general']['show_repeat_rate'] = array(
486
  function ecwd_get_settings() {
487
  $ecwd_tabs = array(
488
  'general' => 'General',
489
+ 'category_archive' => 'Category Page',
490
  'fb' => 'FB settings',
491
  'gcal' => 'Gcal settings',
492
  'ical' => 'Ical settings',
languages/ecwd-pl_PL.mo ADDED
Binary file
languages/ecwd-pl_PL.po ADDED
@@ -0,0 +1,1240 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: event_calendar_wd\n"
4
+ "POT-Creation-Date: 2015-11-19 21:47+0100\n"
5
+ "PO-Revision-Date: 2015-11-24 20:03+0100\n"
6
+ "Last-Translator: Jacek <mechlab@gmail.com>\n"
7
+ "Language-Team: jacek <mechlab@gmail.com>\n"
8
+ "Language: pl_PL\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.1\n"
13
+ "X-Poedit-Basepath: ..\n"
14
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
+ "X-Poedit-KeywordsList: _e;__\n"
16
+ "X-Poedit-SearchPath-0: .\n"
17
+ "X-Poedit-SearchPathExcluded-0: views/admin\n"
18
+ "X-Poedit-SearchPathExcluded-1: js\n"
19
+ "X-Poedit-SearchPathExcluded-2: includes/ecwd-cpt-class.php\n"
20
+ "X-Poedit-SearchPathExcluded-3: includes/register-settings.php\n"
21
+ "X-Poedit-SearchPathExcluded-4: includes/ecwd-ical-events-class.php\n"
22
+ "X-Poedit-SearchPathExcluded-5: includes/ecwd-google-events-class.php\n"
23
+ "X-Poedit-SearchPathExcluded-6: includes/ecwd-facebook-events-class.php\n"
24
+ "X-Poedit-SearchPathExcluded-7: ecwd_admin_class.php\n"
25
+
26
+ #: ecwd_admin_class.php:87 ecwd_admin_class.php:475
27
+ msgid "Settings"
28
+ msgstr "Ustawienia"
29
+
30
+ #: ecwd_admin_class.php:95
31
+ msgid "Licensing"
32
+ msgstr "Licencja"
33
+
34
+ #: ecwd_admin_class.php:101
35
+ msgid "Featured plugins"
36
+ msgstr "Wyróżnione wtyczki"
37
+
38
+ #: ecwd_admin_class.php:107
39
+ msgid "Featured themes"
40
+ msgstr "Wyróżnione szablony"
41
+
42
+ #: ecwd_admin_class.php:113
43
+ msgid "Calendar Add-ons"
44
+ msgstr "Dodatki do kalendarza"
45
+
46
+ #: ecwd_admin_class.php:119
47
+ msgid "Calendar Themes"
48
+ msgstr "Szablony Kalendarza"
49
+
50
+ #: ecwd_admin_class.php:288 ecwd_class.php:149 includes/ecwd-functions.php:10
51
+ msgid "Loading..."
52
+ msgstr "Ładowanie..."
53
+
54
+ #: ecwd_admin_class.php:469 views/widgets.php:19
55
+ msgid "Event Calendar WD"
56
+ msgstr "Event Calendar WD"
57
+
58
+ #: ecwd_admin_class.php:476 includes/ecwd-cpt-class.php:296
59
+ #: views/admin/ecwd-calendar-meta.php:58 views/admin/import.php:26
60
+ #: views/admin/import.php:41
61
+ msgid "Events"
62
+ msgstr "Wydarzenia"
63
+
64
+ #: ecwd_class.php:57
65
+ msgid "Could not load the localization file: "
66
+ msgstr "Nie można załadować pliku z tłumaczeniem"
67
+
68
+ #: includes/calendar-class.php:195 includes/calendar-class.php:196
69
+ #: views/widgets.php:168
70
+ msgid "Month"
71
+ msgstr "Miesiąc"
72
+
73
+ #: includes/calendar-class.php:197 views/widgets.php:169
74
+ msgid "List"
75
+ msgstr "Lista"
76
+
77
+ #: includes/calendar-class.php:199 views/widgets.php:170
78
+ msgid "Week"
79
+ msgstr "Tydzień"
80
+
81
+ #: includes/calendar-class.php:203 views/widgets.php:171
82
+ msgid "Day"
83
+ msgstr "Dzień"
84
+
85
+ #: includes/calendar-class.php:432 includes/calendar-class.php:1040
86
+ #: includes/calendar-class.php:1189 includes/ecwd-functions.php:384
87
+ #: views/ecwd-event-content.php:80 views/ecwd-event-content.php:162
88
+ #: views/ecwd-event-popup.php:151 views/ecwd-event-popup.php:248
89
+ #: views/ecwd-organizer-content.php:146 views/ecwd-venue-content.php:178
90
+ #: views/single-event.php:175 views/single-event.php:280
91
+ #: views/single-event.php:504
92
+ msgid "All day"
93
+ msgstr "Cały dzień"
94
+
95
+ #: includes/calendar-class.php:505
96
+ msgid "No Events"
97
+ msgstr "Brak wydarzeń"
98
+
99
+ #: includes/calendar-class.php:1121
100
+ msgid "More events"
101
+ msgstr "Więcej wydarzeń"
102
+
103
+ #: includes/calendar-class.php:1245
104
+ msgid "No events"
105
+ msgstr "Brak wydarzeń"
106
+
107
+ #: includes/ecwd-cpt-class.php:96
108
+ msgid "Duplicate Event"
109
+ msgstr "Duplikuj Wydarzenie"
110
+
111
+ #: includes/ecwd-cpt-class.php:218 includes/ecwd-cpt-class.php:220
112
+ #: includes/ecwd-cpt-class.php:637
113
+ msgid "Calendars"
114
+ msgstr "Kalendarze"
115
+
116
+ #: includes/ecwd-cpt-class.php:219 includes/ecwd-cpt-class.php:221
117
+ #: includes/ecwd-cpt-class.php:457
118
+ msgid "Calendar"
119
+ msgstr "Kalendarz"
120
+
121
+ #: includes/ecwd-cpt-class.php:222 includes/ecwd-cpt-class.php:223
122
+ msgid "Add New Calendar"
123
+ msgstr "Dodaj Nowy Kalendarz"
124
+
125
+ #: includes/ecwd-cpt-class.php:224
126
+ msgid "New Calendar"
127
+ msgstr "Nowy Kalendarz"
128
+
129
+ #: includes/ecwd-cpt-class.php:225
130
+ msgid "Edit Calendar"
131
+ msgstr "Edytuj Kalendarz"
132
+
133
+ #: includes/ecwd-cpt-class.php:226
134
+ msgid "View Calendar"
135
+ msgstr "Zobacz Kalendarz"
136
+
137
+ #: includes/ecwd-cpt-class.php:227
138
+ msgid "All Calendars"
139
+ msgstr "Wszystkie Kalendarze"
140
+
141
+ #: includes/ecwd-cpt-class.php:228
142
+ msgid "Search Calendar"
143
+ msgstr "Szukaj Kalendarz"
144
+
145
+ #: includes/ecwd-cpt-class.php:229
146
+ msgid "No Calendars found."
147
+ msgstr "Nie znaleziono Kalendarzy"
148
+
149
+ #: includes/ecwd-cpt-class.php:230
150
+ msgid "No Calendars found in Trash."
151
+ msgstr "Nie znaleziono Kalendarzy w Koszu"
152
+
153
+ #: includes/ecwd-cpt-class.php:256 includes/ecwd-cpt-class.php:641
154
+ #: views/ecwd-event-content.php:101 views/ecwd-event-popup.php:180
155
+ #: views/single-event.php:211 views/admin/import.php:27
156
+ #: views/admin/import.php:42
157
+ msgid "Organizers"
158
+ msgstr "Organizatorzy"
159
+
160
+ #: includes/ecwd-cpt-class.php:257 includes/ecwd-cpt-class.php:258
161
+ msgid "Organizer"
162
+ msgstr "Organizator"
163
+
164
+ #: includes/ecwd-cpt-class.php:259 includes/ecwd-cpt-class.php:299
165
+ #: includes/ecwd-cpt-class.php:343
166
+ msgid "Add New"
167
+ msgstr "Dodaj"
168
+
169
+ #: includes/ecwd-cpt-class.php:260
170
+ msgid "Add New Organizer"
171
+ msgstr "Dodaj Nowego Organizatora"
172
+
173
+ #: includes/ecwd-cpt-class.php:261
174
+ msgid "New Organizer"
175
+ msgstr "Nowy Organizator"
176
+
177
+ #: includes/ecwd-cpt-class.php:262
178
+ msgid "Edit Organizer"
179
+ msgstr "Edytuj Organizatora"
180
+
181
+ #: includes/ecwd-cpt-class.php:263
182
+ msgid "View Organizer"
183
+ msgstr "Zobacz Organizatora"
184
+
185
+ #: includes/ecwd-cpt-class.php:264
186
+ msgid "All Organizers"
187
+ msgstr "Wszyscy Organizatorzy"
188
+
189
+ #: includes/ecwd-cpt-class.php:265
190
+ msgid "Search Organizer"
191
+ msgstr "Szukaj Organizatora"
192
+
193
+ #: includes/ecwd-cpt-class.php:266
194
+ msgid "No Organizers found."
195
+ msgstr "Nie znaleziono Organizatorów"
196
+
197
+ #: includes/ecwd-cpt-class.php:267
198
+ msgid "No Organizers found in Trash."
199
+ msgstr "Nie znaleziono Organizatorów w Koszu"
200
+
201
+ #: includes/ecwd-cpt-class.php:297 includes/ecwd-cpt-class.php:298
202
+ #: includes/ecwd-cpt-class.php:549
203
+ msgid "Event"
204
+ msgstr "Wydarzenie"
205
+
206
+ #: includes/ecwd-cpt-class.php:300
207
+ msgid "Add New Event"
208
+ msgstr "Dodaj Nowe Wydarzenie"
209
+
210
+ #: includes/ecwd-cpt-class.php:301
211
+ msgid "New Event"
212
+ msgstr "Nowe Wydarzenie"
213
+
214
+ #: includes/ecwd-cpt-class.php:302
215
+ msgid "Edit Event"
216
+ msgstr "Edytuj Wydarzenie"
217
+
218
+ #: includes/ecwd-cpt-class.php:303
219
+ msgid "View Event"
220
+ msgstr "Zobacz Wydarzenie"
221
+
222
+ #: includes/ecwd-cpt-class.php:304
223
+ msgid "All Events"
224
+ msgstr "Wszystkie Wydarzenia"
225
+
226
+ #: includes/ecwd-cpt-class.php:305
227
+ msgid "Search Event"
228
+ msgstr "Szukaj Wydarzenia"
229
+
230
+ #: includes/ecwd-cpt-class.php:306
231
+ msgid "No events found."
232
+ msgstr "Nie znaleziono wydarzeń."
233
+
234
+ #: includes/ecwd-cpt-class.php:307
235
+ msgid "No events found in Trash."
236
+ msgstr "Nie znaleziono wydarzeń w Koszu"
237
+
238
+ #: includes/ecwd-cpt-class.php:340 includes/texts.php:50
239
+ #: views/admin/import.php:28 views/admin/import.php:43
240
+ msgid "Venues"
241
+ msgstr "Miejsca"
242
+
243
+ #: includes/ecwd-cpt-class.php:341 includes/ecwd-cpt-class.php:342
244
+ #: views/ecwd-event-popup.php:192 views/single-event.php:223
245
+ msgid "Venue"
246
+ msgstr "Miejsce"
247
+
248
+ #: includes/ecwd-cpt-class.php:344
249
+ msgid "Add New Venue"
250
+ msgstr "Dodaj Nowe Miejsce"
251
+
252
+ #: includes/ecwd-cpt-class.php:345
253
+ msgid "New Venue"
254
+ msgstr "Nowe Miejsce"
255
+
256
+ #: includes/ecwd-cpt-class.php:346
257
+ msgid "Edit Venue"
258
+ msgstr "Edytuj Miejsce"
259
+
260
+ #: includes/ecwd-cpt-class.php:347
261
+ msgid "View Venue"
262
+ msgstr "Zobacz Miejsce"
263
+
264
+ #: includes/ecwd-cpt-class.php:348
265
+ msgid "All Venues"
266
+ msgstr "Wszystkie Miejsca"
267
+
268
+ #: includes/ecwd-cpt-class.php:349
269
+ msgid "Search Venue"
270
+ msgstr "Szukaj Miejsca"
271
+
272
+ #: includes/ecwd-cpt-class.php:350
273
+ msgid "No Venues found."
274
+ msgstr "Nie znaleziono Miejsc."
275
+
276
+ #: includes/ecwd-cpt-class.php:351
277
+ msgid "No Venues found in Trash."
278
+ msgstr "Nie znaleziono miejsc w Koszu"
279
+
280
+ #: includes/ecwd-cpt-class.php:455
281
+ msgid "calendar"
282
+ msgstr "kalendarz"
283
+
284
+ #: includes/ecwd-cpt-class.php:460 includes/ecwd-cpt-class.php:502
285
+ #, php-format
286
+ msgid "%4$s updated."
287
+ msgstr "%4$s zaktualizowano."
288
+
289
+ #: includes/ecwd-cpt-class.php:461 includes/ecwd-cpt-class.php:503
290
+ #, php-format
291
+ msgid "%4$s updated. "
292
+ msgstr "%4$s zaktualizowano. "
293
+
294
+ #: includes/ecwd-cpt-class.php:462 includes/ecwd-cpt-class.php:504
295
+ #, php-format
296
+ msgid "%4$s published."
297
+ msgstr "%4$s opublikowano."
298
+
299
+ #: includes/ecwd-cpt-class.php:463 includes/ecwd-cpt-class.php:505
300
+ #, php-format
301
+ msgid "%4$s saved."
302
+ msgstr "%4$s zapisano."
303
+
304
+ #: includes/ecwd-cpt-class.php:464 includes/ecwd-cpt-class.php:506
305
+ #, php-format
306
+ msgid "%4$s submitted. "
307
+ msgstr "%4$s przesłano. "
308
+
309
+ #: includes/ecwd-cpt-class.php:465 includes/ecwd-cpt-class.php:507
310
+ #, php-format
311
+ msgid "%4$s draft updated."
312
+ msgstr "%4$s szkic zaktualizowano."
313
+
314
+ #: includes/ecwd-cpt-class.php:497 includes/ecwd-cpt-class.php:499
315
+ #: views/admin/ecwd-calendar-meta.php:97
316
+ msgid "Theme"
317
+ msgstr "Szablon"
318
+
319
+ #: includes/ecwd-cpt-class.php:547
320
+ msgid "event"
321
+ msgstr "wydarzenie"
322
+
323
+ #: includes/ecwd-cpt-class.php:552 includes/ecwd-cpt-class.php:553
324
+ #, php-format
325
+ msgid "%4$s updated. %1$sView %2$s%3$s"
326
+ msgstr "%4$s zaktualizowano. %1$s Widok %2$s%3$s"
327
+
328
+ #: includes/ecwd-cpt-class.php:554
329
+ #, php-format
330
+ msgid "%4$s published. %1$sView %2$s%3$s"
331
+ msgstr "%4$s opublikowano. %1$s Zobacz %2$s%3$s"
332
+
333
+ #: includes/ecwd-cpt-class.php:555
334
+ #, php-format
335
+ msgid "%4$s saved. %1$sView %2$s%3$s"
336
+ msgstr "%4$s opublikowano. %1$s Zobacz %2$s%3$s"
337
+
338
+ #: includes/ecwd-cpt-class.php:556
339
+ #, php-format
340
+ msgid "%4$s submitted. %1$sView %2$s%3$s"
341
+ msgstr "%4$s opublikowano. %1$s Zobacz %2$s%3$s"
342
+
343
+ #: includes/ecwd-cpt-class.php:557
344
+ #, php-format
345
+ msgid "%4$s draft updated. %1$sView %2$s%3$s"
346
+ msgstr "%4$s zaktualizowano szkic. %1$s Zobacz %2$s%3$s"
347
+
348
+ #: includes/ecwd-cpt-class.php:567
349
+ msgid "Calendar Settings"
350
+ msgstr "Ustawienia Kalendarza"
351
+
352
+ #: includes/ecwd-cpt-class.php:645
353
+ msgid "Event Settings"
354
+ msgstr "Ustawienia Wydarzenia"
355
+
356
+ #: includes/ecwd-cpt-class.php:650
357
+ msgid "Featured Image"
358
+ msgstr "Obrazek Wyróżniający"
359
+
360
+ #: includes/ecwd-cpt-class.php:687
361
+ msgid "Calendar Theme Settings"
362
+ msgstr "Ustawienia Szablonu Kalendarza"
363
+
364
+ #: includes/ecwd-cpt-class.php:789
365
+ msgid "Venue Location"
366
+ msgstr "Lokalizacja Miejsca"
367
+
368
+ #: includes/ecwd-cpt-class.php:1086
369
+ msgid "Calendar ID"
370
+ msgstr "ID Kalendarza"
371
+
372
+ #: includes/ecwd-cpt-class.php:1087 views/admin/ecwd-calendar-meta.php:24
373
+ msgid "Calendar Shortcode"
374
+ msgstr "Shortcode Kalendarza"
375
+
376
+ #: includes/ecwd-cpt-class.php:1097 views/admin/ecwd-event-meta.php:130
377
+ msgid "Event Dates"
378
+ msgstr "Daty Wydarzeń"
379
+
380
+ #: includes/ecwd-cpt-class.php:1143
381
+ msgid "Search Event Categories"
382
+ msgstr "Szukaj Kategorii Wydarzeń"
383
+
384
+ #: includes/ecwd-cpt-class.php:1144
385
+ msgid "All Event Categories"
386
+ msgstr "Wszystkie Kategorie Wydarzeń"
387
+
388
+ #: includes/ecwd-cpt-class.php:1145
389
+ msgid "Parent Category"
390
+ msgstr "Kategoria Nadrzędna"
391
+
392
+ #: includes/ecwd-cpt-class.php:1146
393
+ msgid "Parent Category:"
394
+ msgstr "Kategoria Nadrzędna:"
395
+
396
+ #: includes/ecwd-cpt-class.php:1147
397
+ msgid "Edit Category"
398
+ msgstr "Edytuj Kategorię"
399
+
400
+ #: includes/ecwd-cpt-class.php:1148
401
+ msgid "Update Category"
402
+ msgstr "Aktualizuj Kategorię"
403
+
404
+ #: includes/ecwd-cpt-class.php:1149
405
+ msgid "Add New Event Category"
406
+ msgstr "Dodaj nową Kategorię Wydarzeń"
407
+
408
+ #: includes/ecwd-cpt-class.php:1150
409
+ msgid "New Event Category Name"
410
+ msgstr "Nazwa Nowej Kategorii Wydarzenia"
411
+
412
+ #: includes/ecwd-cpt-class.php:1151
413
+ msgid "Event Categories"
414
+ msgstr "Kategorie Wydarzeń"
415
+
416
+ #: includes/ecwd-cpt-class.php:1170
417
+ msgid "Event Tags"
418
+ msgstr "Tagi Wydarzeń"
419
+
420
+ #: includes/ecwd-cpt-class.php:1171
421
+ msgid "Event Tag"
422
+ msgstr "Tag Wydarzenia"
423
+
424
+ #: includes/ecwd-cpt-class.php:1255 includes/ecwd-cpt-class.php:1273
425
+ msgid "Icon"
426
+ msgstr "Ikona"
427
+
428
+ #: includes/ecwd-cpt-class.php:1256
429
+ msgid "Color"
430
+ msgstr "Kolor"
431
+
432
+ #: includes/ecwd-cpt-filter.php:67 views/admin/ecwd-event-meta.php:132
433
+ msgid "From"
434
+ msgstr "Od"
435
+
436
+ #: includes/ecwd-cpt-filter.php:74 views/admin/ecwd-event-meta.php:139
437
+ msgid "To"
438
+ msgstr "Do"
439
+
440
+ #: includes/ecwd-event-class.php:188
441
+ #, php-format
442
+ msgid "%s year"
443
+ msgstr "%s rok"
444
+
445
+ #: includes/ecwd-event-class.php:188
446
+ #, php-format
447
+ msgid "%s years"
448
+ msgstr "%s lat"
449
+
450
+ #: includes/ecwd-event-class.php:189
451
+ #, php-format
452
+ msgid "%s month"
453
+ msgstr "%s miesiąc"
454
+
455
+ #: includes/ecwd-event-class.php:189
456
+ #, php-format
457
+ msgid "%s months"
458
+ msgstr "%s miesięcy"
459
+
460
+ #: includes/ecwd-event-class.php:190
461
+ #, php-format
462
+ msgid "%s week"
463
+ msgstr "%s tydzień"
464
+
465
+ #: includes/ecwd-event-class.php:190
466
+ #, php-format
467
+ msgid "%s weeks"
468
+ msgstr "%s tygodni"
469
+
470
+ #: includes/ecwd-event-class.php:191
471
+ #, php-format
472
+ msgid "%s day"
473
+ msgstr "%s dzień"
474
+
475
+ #: includes/ecwd-event-class.php:191
476
+ #, php-format
477
+ msgid "%s days"
478
+ msgstr "%s dni"
479
+
480
+ #: includes/ecwd-event-class.php:192
481
+ #, php-format
482
+ msgid "%s hour"
483
+ msgstr "%s godzina"
484
+
485
+ #: includes/ecwd-event-class.php:192
486
+ #, php-format
487
+ msgid "%s hours"
488
+ msgstr "%s godziny"
489
+
490
+ #: includes/ecwd-event-class.php:193
491
+ #, php-format
492
+ msgid "%s min"
493
+ msgstr "%s min"
494
+
495
+ #: includes/ecwd-event-class.php:193
496
+ #, php-format
497
+ msgid "%s mins"
498
+ msgstr "%s min"
499
+
500
+ #: includes/ecwd-functions.php:463 includes/texts.php:53
501
+ msgid "DAYS"
502
+ msgstr "DNI"
503
+
504
+ #: includes/ecwd-functions.php:464 includes/texts.php:54
505
+ msgid "HOURS"
506
+ msgstr "GODZINY"
507
+
508
+ #: includes/ecwd-functions.php:465 includes/texts.php:55
509
+ msgid "MINUTES"
510
+ msgstr "MINUTY"
511
+
512
+ #: includes/ecwd-functions.php:466 includes/texts.php:56
513
+ msgid "SECONDS"
514
+ msgstr "SEKUNDY"
515
+
516
+ #: includes/notices.php:17
517
+ msgid "Leave A Review?"
518
+ msgstr "Napiszesz Recenzję?"
519
+
520
+ #: includes/notices.php:18
521
+ msgid ""
522
+ "We hope you've enjoyed using Event Calendar WD! Would you consider leaving "
523
+ "us a review on WordPress.org?"
524
+ msgstr ""
525
+ "Mamy nadzieję, że podoba Ci się Event Calendar WD! Czy mógłbyś rozważyć "
526
+ "napisanie recenzji na WordPress.org?"
527
+
528
+ #: includes/notices.php:19
529
+ msgid "Sure! I'd love to!"
530
+ msgstr "Pewnie, że tak!"
531
+
532
+ #: includes/notices.php:20
533
+ msgid "I've already left a review"
534
+ msgstr "Już napisałem"
535
+
536
+ #: includes/notices.php:21
537
+ msgid "Maybe Later"
538
+ msgstr "Może później"
539
+
540
+ #: includes/notices.php:22 includes/notices.php:34
541
+ msgid "Never show again"
542
+ msgstr "Nie pokazuj tego więcej"
543
+
544
+ #: includes/notices.php:30
545
+ msgid "Hey! How's It Going?"
546
+ msgstr "Hej! Jak leci?"
547
+
548
+ #: includes/notices.php:31
549
+ msgid ""
550
+ "Thank you for using Events Calendar WD! We hope that you've found everything "
551
+ "you need, but if you have any questions:"
552
+ msgstr ""
553
+ "Dziękujemy za używanie Event Calendar WD! Mamy nadzieję, że znalazłeś "
554
+ "wszystko, czego potrzebowałeś, ale jeśli masz jakieś pytania:"
555
+
556
+ #: includes/notices.php:32
557
+ msgid "Check out User Guide"
558
+ msgstr "Sprawdź przewodnik użytkownika"
559
+
560
+ #: includes/notices.php:33
561
+ msgid "Get Some Help"
562
+ msgstr "Znajdź pomoc"
563
+
564
+ #: includes/register-settings.php:18
565
+ msgid "Cache has been deleted."
566
+ msgstr "Pamięć podręczna została wyczyszczona."
567
+
568
+ #: includes/register-settings.php:46
569
+ msgid "TimeZone"
570
+ msgstr "Strefa Czasowa"
571
+
572
+ #: includes/register-settings.php:47
573
+ msgid ""
574
+ "If the timezone is not set, the server timezone will be used (if set in php "
575
+ "settings), otherwise the Europe/Berlin timezone will be used"
576
+ msgstr ""
577
+ "Jeśli strefa czasowa nie jest ustawiona, zostanie użyta strefa czasowa "
578
+ "serwera (jeśli została ustawiona w php), w innym przypadku zostanie użyta "
579
+ "strefa czasowa Europa/Berlin"
580
+
581
+ #: includes/register-settings.php:53
582
+ msgid "Date format"
583
+ msgstr "Format daty"
584
+
585
+ #: includes/register-settings.php:54
586
+ msgid "Set the format for displaying event dates. Ex Y-m-d or Y/m/d"
587
+ msgstr "Ustaw format wyświetlania daty. Np.Y-m-d lub Y/m/d"
588
+
589
+ #: includes/register-settings.php:60
590
+ msgid "Time format"
591
+ msgstr "Format czasu"
592
+
593
+ #: includes/register-settings.php:61
594
+ msgid "Set the format for displaying event time. Ex H:i or H/i"
595
+ msgstr "Ustaw format wyświetlania czasu. Np. H:i lub H/i"
596
+
597
+ #: includes/register-settings.php:67
598
+ msgid "Show AM/PM"
599
+ msgstr "Pokaż AM/PM"
600
+
601
+ #: includes/register-settings.php:68
602
+ msgid "Select the time format type"
603
+ msgstr "Ustaw format wyświetlania czasu"
604
+
605
+ #: includes/register-settings.php:74
606
+ msgid "List,Week,Day views day format"
607
+ msgstr "Format wyświetlania dnia miesiąca"
608
+
609
+ #: includes/register-settings.php:75
610
+ msgid "Note: Changed date format will not be translatable"
611
+ msgstr "Uwaga: Zmieniony format daty nie będzie tłumaczony"
612
+
613
+ #: includes/register-settings.php:82
614
+ msgid "Week start day"
615
+ msgstr "Początek tygodnia"
616
+
617
+ #: includes/register-settings.php:83
618
+ msgid "Define the starting day for the week."
619
+ msgstr "Ustaw dzień od którego zaczyna się tydzień."
620
+
621
+ #: includes/register-settings.php:89
622
+ msgid "Enable rewrite"
623
+ msgstr "Włącz nadpisywanie"
624
+
625
+ #: includes/register-settings.php:91
626
+ msgid "Check yes to enable event(s) url rewrite rule."
627
+ msgstr "Zaznacz \"Tak\" żeby włączyć nadpisywanie adresów url wydarzenia."
628
+
629
+ #: includes/register-settings.php:97
630
+ msgid "Events slug"
631
+ msgstr "Uproszczona nazwa Wydarzeń"
632
+
633
+ #: includes/register-settings.php:99
634
+ msgid "Define the slug for the events list page."
635
+ msgstr "Ustaw uproszczoną nazwę (slug) dla strony z listą wydarzeń."
636
+
637
+ #: includes/register-settings.php:105
638
+ msgid "Single Event slug"
639
+ msgstr "Uproszczona nazwa wydarzenia"
640
+
641
+ #: includes/register-settings.php:107
642
+ msgid "Define the slug for the single event page."
643
+ msgstr "Ustaw uproszczoną nazwę (slug) dla strony pojedynczego wydarzenia"
644
+
645
+ #: includes/register-settings.php:113
646
+ msgid "Enable comments for events"
647
+ msgstr "Włącz komentarze do wydarzeń"
648
+
649
+ #: includes/register-settings.php:114
650
+ msgid "Check to enable commenting."
651
+ msgstr "Zaznacz, żeby włączyć komentowanie."
652
+
653
+ #: includes/register-settings.php:119
654
+ msgid "Include events in main loop"
655
+ msgstr "Czy dodać wydarzenia do wyświetlania postów?"
656
+
657
+ #: includes/register-settings.php:120
658
+ msgid "Check to display events within website post list in main pages."
659
+ msgstr ""
660
+ "Zaznacz, żeby wyświetlić wydarzenia razem z listą wpisów na głównych "
661
+ "podstronach."
662
+
663
+ #: includes/register-settings.php:125
664
+ msgid "Order of Organizers and Venues by"
665
+ msgstr "Kolejność Organizatorów i Miejsc"
666
+
667
+ #: includes/register-settings.php:126
668
+ msgid "Select Order of Organizers and Venues."
669
+ msgstr "Wybierz kolejność sortowania Organizatorów i Miejsc"
670
+
671
+ #: includes/register-settings.php:131
672
+ msgid "Open events in new tab"
673
+ msgstr "Otwórz wydarzenia na nowej karcie"
674
+
675
+ #: includes/register-settings.php:138
676
+ msgid "Enable Social Icons"
677
+ msgstr "Włącz ikony społecznościowe"
678
+
679
+ #: includes/register-settings.php:139
680
+ msgid "Check to display social icons in event, organizer and venue pages."
681
+ msgstr ""
682
+ "Zaznacz, żeby wyświetlić ikony społecznościowe na stronach Wydarzenia, "
683
+ "Organizatora i Miejsc"
684
+
685
+ #: includes/register-settings.php:144
686
+ msgid "Show related events in the event page"
687
+ msgstr "Pokaż podobne wydarzenia na stronie Wydarzenia"
688
+
689
+ #: includes/register-settings.php:151
690
+ msgid "Apply category color to event title in event page"
691
+ msgstr "Dołącz kolor kategorii do tytułu wydarzenia na stronie Wydarzenia"
692
+
693
+ #: includes/register-settings.php:158
694
+ msgid "Enable Category and Tags"
695
+ msgstr "Włącz Kategorie i Tagi"
696
+
697
+ #: includes/register-settings.php:159
698
+ msgid "Check to display category and Tags."
699
+ msgstr "Zaznacz, żeby wyświetlić kategorie i tagi."
700
+
701
+ #: includes/register-settings.php:164
702
+ msgid "Display Events in popup"
703
+ msgstr "Wyświetl Wydarzenia w wyskakującym okienku"
704
+
705
+ #: includes/register-settings.php:165
706
+ msgid "Check to display events in popup."
707
+ msgstr "Zaznacz, żeby wyświetlić wydarzenia w okienku popup."
708
+
709
+ #: includes/register-settings.php:173
710
+ msgid "Show the repeat rate"
711
+ msgstr "Pokaż datę powtórzenia"
712
+
713
+ #: includes/register-settings.php:174
714
+ msgid "Check to show the repeat rate in event page ."
715
+ msgstr "Zaznacz, żeby pokazać powtórzenie na stronie wydarzenia."
716
+
717
+ #: includes/register-settings.php:453
718
+ #, php-format
719
+ msgid ""
720
+ "The callback function used for the <strong>%s</strong> setting is missing."
721
+ msgstr "Brakuje funkcji użytej do znaczników <strong>%s</strong>."
722
+
723
+ #: includes/texts.php:2 views/admin/ecwd-event-meta.php:415
724
+ msgid "January"
725
+ msgstr "Styczeń"
726
+
727
+ #: includes/texts.php:3 views/admin/ecwd-event-meta.php:417
728
+ msgid "February"
729
+ msgstr "Luty"
730
+
731
+ #: includes/texts.php:4 views/admin/ecwd-event-meta.php:419
732
+ msgid "March"
733
+ msgstr "Marzec"
734
+
735
+ #: includes/texts.php:5 views/admin/ecwd-event-meta.php:421
736
+ msgid "April"
737
+ msgstr "Kwiecień"
738
+
739
+ #: includes/texts.php:6 views/admin/ecwd-event-meta.php:423
740
+ msgid "May"
741
+ msgstr "Maj"
742
+
743
+ #: includes/texts.php:7 views/admin/ecwd-event-meta.php:425
744
+ msgid "June"
745
+ msgstr "Czerwiec"
746
+
747
+ #: includes/texts.php:8 views/admin/ecwd-event-meta.php:427
748
+ msgid "July"
749
+ msgstr "Lipiec"
750
+
751
+ #: includes/texts.php:9 views/admin/ecwd-event-meta.php:429
752
+ msgid "August"
753
+ msgstr "Sierpień"
754
+
755
+ #: includes/texts.php:10 views/admin/ecwd-event-meta.php:431
756
+ msgid "September"
757
+ msgstr "Wrzesień"
758
+
759
+ #: includes/texts.php:11 views/admin/ecwd-event-meta.php:433
760
+ msgid "October"
761
+ msgstr "Październik"
762
+
763
+ #: includes/texts.php:12 views/admin/ecwd-event-meta.php:435
764
+ msgid "November"
765
+ msgstr "Listopad"
766
+
767
+ #: includes/texts.php:13 views/admin/ecwd-event-meta.php:437
768
+ msgid "December"
769
+ msgstr "Grudzień"
770
+
771
+ #: includes/texts.php:15 views/admin/ecwd-event-meta.php:347
772
+ #: views/admin/ecwd-event-meta.php:406 views/admin/ecwd-event-meta.php:492
773
+ msgid "Sunday"
774
+ msgstr "Niedziela"
775
+
776
+ #: includes/texts.php:16 views/admin/ecwd-event-meta.php:274
777
+ #: views/admin/ecwd-event-meta.php:394 views/admin/ecwd-event-meta.php:480
778
+ msgid "Monday"
779
+ msgstr "Poniedziałek"
780
+
781
+ #: includes/texts.php:17 views/admin/ecwd-event-meta.php:286
782
+ #: views/admin/ecwd-event-meta.php:396 views/admin/ecwd-event-meta.php:482
783
+ msgid "Tuesday"
784
+ msgstr "Wtorek"
785
+
786
+ #: includes/texts.php:18 views/admin/ecwd-event-meta.php:299
787
+ #: views/admin/ecwd-event-meta.php:398 views/admin/ecwd-event-meta.php:484
788
+ msgid "Wednesday"
789
+ msgstr "Środa"
790
+
791
+ #: includes/texts.php:19 views/admin/ecwd-event-meta.php:311
792
+ #: views/admin/ecwd-event-meta.php:400 views/admin/ecwd-event-meta.php:486
793
+ msgid "Thursday"
794
+ msgstr "Czwartek"
795
+
796
+ #: includes/texts.php:20 views/admin/ecwd-event-meta.php:323
797
+ #: views/admin/ecwd-event-meta.php:402 views/admin/ecwd-event-meta.php:488
798
+ msgid "Friday"
799
+ msgstr "Piątek"
800
+
801
+ #: includes/texts.php:21 views/admin/ecwd-event-meta.php:335
802
+ #: views/admin/ecwd-event-meta.php:404 views/admin/ecwd-event-meta.php:490
803
+ msgid "Saturday"
804
+ msgstr "Sobota"
805
+
806
+ #: includes/texts.php:25
807
+ msgid "Sun"
808
+ msgstr "Nd"
809
+
810
+ #: includes/texts.php:26
811
+ msgid "Mon"
812
+ msgstr "Pn"
813
+
814
+ #: includes/texts.php:27
815
+ msgid "Tue"
816
+ msgstr "Wt"
817
+
818
+ #: includes/texts.php:28
819
+ msgid "Wed"
820
+ msgstr "Śr"
821
+
822
+ #: includes/texts.php:29
823
+ msgid "Thu"
824
+ msgstr "Czw"
825
+
826
+ #: includes/texts.php:30
827
+ msgid "Fri"
828
+ msgstr "Pt"
829
+
830
+ #: includes/texts.php:31
831
+ msgid "Sat"
832
+ msgstr "So"
833
+
834
+ #: includes/texts.php:34
835
+ msgid "Su"
836
+ msgstr "Nd"
837
+
838
+ #: includes/texts.php:35
839
+ msgid "Mo"
840
+ msgstr "Pn"
841
+
842
+ #: includes/texts.php:36
843
+ msgid "Tu"
844
+ msgstr "Wt"
845
+
846
+ #: includes/texts.php:37
847
+ msgid "We"
848
+ msgstr "Śr"
849
+
850
+ #: includes/texts.php:38
851
+ msgid "Th"
852
+ msgstr "Czw"
853
+
854
+ #: includes/texts.php:39
855
+ msgid "Fr"
856
+ msgstr "Pt"
857
+
858
+ #: includes/texts.php:40
859
+ msgid "Sa"
860
+ msgstr "So"
861
+
862
+ #: includes/texts.php:44
863
+ msgid "Show Filters"
864
+ msgstr "Pokaż filtry"
865
+
866
+ #: includes/texts.php:45
867
+ msgid "Collapse Filters"
868
+ msgstr "Zwiń filtry"
869
+
870
+ #: includes/texts.php:46
871
+ msgid "Reset Filters"
872
+ msgstr "Resetuj Filtry"
873
+
874
+ #: includes/texts.php:48
875
+ msgid "Days"
876
+ msgstr "Dni"
877
+
878
+ #: includes/texts.php:49
879
+ msgid "Categories"
880
+ msgstr "Kategorie"
881
+
882
+ #: includes/texts.php:57
883
+ msgid "The event has just started"
884
+ msgstr "Wydarzenie właśnie się rozpoczęło"
885
+
886
+ #: includes/texts.php:60 views/admin/ecwd-event-meta.php:237
887
+ msgid "Repeat every"
888
+ msgstr "Powtórz przez"
889
+
890
+ #: includes/texts.php:61
891
+ msgid "Repeat every day"
892
+ msgstr "Powtórz codziennie"
893
+
894
+ #: includes/texts.php:62
895
+ msgid "Repeat every week"
896
+ msgstr "Powtórz co tydzień"
897
+
898
+ #: includes/texts.php:63
899
+ msgid "Repeat every month"
900
+ msgstr "Powtórz co miesiąc"
901
+
902
+ #: includes/texts.php:64
903
+ msgid "Repeat every year"
904
+ msgstr "Powtórz co roku"
905
+
906
+ #: includes/texts.php:66
907
+ msgid "days"
908
+ msgstr "dni"
909
+
910
+ #: includes/texts.php:67
911
+ msgid "weeks"
912
+ msgstr "tygodnie"
913
+
914
+ #: includes/texts.php:68
915
+ msgid "months"
916
+ msgstr "miesiące"
917
+
918
+ #: includes/texts.php:69
919
+ msgid "years"
920
+ msgstr "lata"
921
+
922
+ #: includes/texts.php:70
923
+ msgid "until"
924
+ msgstr "do"
925
+
926
+ #: includes/texts.php:72
927
+ msgid "Sundays"
928
+ msgstr "Niedziele"
929
+
930
+ #: includes/texts.php:73
931
+ msgid "Mondays"
932
+ msgstr "Poniedziałki"
933
+
934
+ #: includes/texts.php:74
935
+ msgid "Tuesdays"
936
+ msgstr "Wtorki"
937
+
938
+ #: includes/texts.php:75
939
+ msgid "Wednesdays"
940
+ msgstr "Środy"
941
+
942
+ #: includes/texts.php:76
943
+ msgid "Thursdays"
944
+ msgstr "Czwartki"
945
+
946
+ #: includes/texts.php:77
947
+ msgid "Fridays"
948
+ msgstr "Piątki"
949
+
950
+ #: includes/texts.php:78
951
+ msgid "Saturdays"
952
+ msgstr "Soboty"
953
+
954
+ #: views/ecwd-event-content.php:71 views/ecwd-event-content.php:157
955
+ #: views/ecwd-event-popup.php:141 views/ecwd-event-popup.php:243
956
+ #: views/single-event.php:165 views/single-event.php:275
957
+ msgid "Date"
958
+ msgstr "Data"
959
+
960
+ #: views/ecwd-event-content.php:95 views/ecwd-event-popup.php:173
961
+ #: views/single-event.php:204
962
+ msgid "Url"
963
+ msgstr "Url"
964
+
965
+ #: views/ecwd-event-popup.php:201 views/single-event.php:233
966
+ msgid "Location"
967
+ msgstr "Lokalizacja"
968
+
969
+ #: views/ecwd-organizer-content.php:110
970
+ msgid "upcoming events"
971
+ msgstr "nadchodzące wydarzenia"
972
+
973
+ #: views/ecwd-venue-content.php:141
974
+ msgid "events"
975
+ msgstr "wydarzenia"
976
+
977
+ #: views/single-event.php:152
978
+ msgid "Back"
979
+ msgstr "Powrót"
980
+
981
+ #: views/single-event.php:478
982
+ msgid "Related events"
983
+ msgstr "Podobne wydarzenia"
984
+
985
+ #: views/widgets.php:19
986
+ msgid "Descr"
987
+ msgstr "Opis"
988
+
989
+ #: views/widgets.php:63
990
+ msgid ""
991
+ "No valid Event IDs have been entered for this widget. Please check that you "
992
+ "have entered the IDs correctly in the widget settings (Appearance > "
993
+ "Widgets), and that the Events have not been deleted."
994
+ msgstr ""
995
+ "Nie zostało prowadzone poprawne ID wydarzenia dla tego wigdetu. Proszę "
996
+ "sprawdzić, czy poprawnie wpisałeś ID w ustawieniach widgetu (Wygląd > "
997
+ "Widgety) oraz czy Wydarzenie nie zostało usunięte."
998
+
999
+ #: views/widgets.php:95
1000
+ msgid "You have not added any events yet."
1001
+ msgstr "Jeszcze nie dodałeś żadnych wydarzeń."
1002
+
1003
+ #: views/widgets.php:128
1004
+ msgid "There are no calendars created yet."
1005
+ msgstr "Jeszcze nie utworzyłeś żadnego kalendarza."
1006
+
1007
+ #: views/widgets.php:129
1008
+ msgid "Add your first calendar!"
1009
+ msgstr "Dodaj pierwszy kalendarz!"
1010
+
1011
+ #: views/widgets.php:147
1012
+ msgid "Title:"
1013
+ msgstr "Tytuł:"
1014
+
1015
+ #: views/widgets.php:152
1016
+ msgid "Calendar to display"
1017
+ msgstr "Kalendarz do wyświetlenia"
1018
+
1019
+ #: views/widgets.php:166
1020
+ msgid "Display Events as:"
1021
+ msgstr "Wyświetlaj Wydarzenia jako:"
1022
+
1023
+ #: views/widgets.php:175
1024
+ msgid "Events per page in list view:"
1025
+ msgstr "Ilość wydarzeń na stronę w widoku listy:"
1026
+
1027
+ #: views/admin/ecwd-calendar-meta.php:21
1028
+ msgid "Preview"
1029
+ msgstr "Podgląd"
1030
+
1031
+ #: views/admin/ecwd-calendar-meta.php:21 views/admin/ecwd-calendar-meta.php:77
1032
+ msgid "Add Event"
1033
+ msgstr "Dodaj Wydarzenie"
1034
+
1035
+ #: views/admin/ecwd-calendar-meta.php:28
1036
+ msgid ""
1037
+ "Copy and paste this shortcode to display this Calendar event on any post or "
1038
+ "page."
1039
+ msgstr ""
1040
+ "Skopiu ten kod a następnie wklej na stronę lub wpis, żeby wyświetlić ten "
1041
+ "kalendarz w dowolnym miejscu."
1042
+
1043
+ #: views/admin/ecwd-calendar-meta.php:74
1044
+ msgid "Select Events from the list"
1045
+ msgstr "Wybierz Wydarzenia z listy"
1046
+
1047
+ #: views/admin/ecwd-calendar-meta.php:99
1048
+ msgid "Default"
1049
+ msgstr "Domyślne"
1050
+
1051
+ #: views/admin/ecwd-event-cat-meta.php:4
1052
+ #: views/admin/ecwd-event-cat-meta.php:31
1053
+ msgid "Image"
1054
+ msgstr "Obrazek"
1055
+
1056
+ #: views/admin/ecwd-event-cat-meta.php:11
1057
+ #: views/admin/ecwd-event-cat-meta.php:34
1058
+ msgid "Upload/Add image"
1059
+ msgstr "Załaduj / Dodaj obrazek"
1060
+
1061
+ #: views/admin/ecwd-event-cat-meta.php:13
1062
+ msgid "Remove image"
1063
+ msgstr "Usuń obrazek"
1064
+
1065
+ #: views/admin/ecwd-event-cat-meta.php:20
1066
+ #: views/admin/ecwd-event-cat-meta.php:37
1067
+ msgid "Category color"
1068
+ msgstr "Kolor Kategorii"
1069
+
1070
+ #: views/admin/ecwd-event-cat-meta.php:26
1071
+ msgid "Choose the color"
1072
+ msgstr "Wybierz kolor"
1073
+
1074
+ #: views/admin/ecwd-event-meta.php:54
1075
+ msgid "Event Venue"
1076
+ msgstr "Miejsce Wydarzenia"
1077
+
1078
+ #: views/admin/ecwd-event-meta.php:74
1079
+ msgid "Select the venue of the event."
1080
+ msgstr "Wybierz miejsce wydarzenia."
1081
+
1082
+ #: views/admin/ecwd-event-meta.php:78
1083
+ msgid "There is no venue added yet"
1084
+ msgstr "Jeszcze nie ma żadnych miejsc"
1085
+
1086
+ #: views/admin/ecwd-event-meta.php:83
1087
+ msgid "Event Location"
1088
+ msgstr "Lokalizacja Wydarzenia"
1089
+
1090
+ #: views/admin/ecwd-event-meta.php:115
1091
+ msgid ""
1092
+ "If venue is not specified you can fill in the address of the event location "
1093
+ "or click on the map to drag and drop the marker to the event location."
1094
+ msgstr ""
1095
+ "Jeśli Miejsce nie zostało zdefiniowane, możesz wypełnić adres lokalizacji "
1096
+ "wydarzenia, lub kliknąć na mapie, żeby umieścić znacznik w miejscu "
1097
+ "wydarzenia."
1098
+
1099
+ #: views/admin/ecwd-event-meta.php:120
1100
+ msgid "Show map in event page"
1101
+ msgstr "Pokaż mapę na podstronie wydarzenia"
1102
+
1103
+ #: views/admin/ecwd-event-meta.php:160
1104
+ msgid ""
1105
+ "Fill in the starting and ending dates and time of the event. If the event "
1106
+ "lasts entire day, check the box on the right."
1107
+ msgstr ""
1108
+ "Wypełnij daty rozpoczęcia i zakończenia oraz czas wydarzenia. Jeśli "
1109
+ "wydarzenie trwa cały dzień, zaznacz pole wyboru z prawej strony."
1110
+
1111
+ #: views/admin/ecwd-event-meta.php:167 views/admin/ecwd-event-meta.php:520
1112
+ msgid "Repeat rate"
1113
+ msgstr "Powtórzenie"
1114
+
1115
+ #: views/admin/ecwd-event-meta.php:181
1116
+ msgid "Don't repeat"
1117
+ msgstr "Nie powtarzaj"
1118
+
1119
+ #: views/admin/ecwd-event-meta.php:191
1120
+ msgid "Daily"
1121
+ msgstr "Dziennie"
1122
+
1123
+ #: views/admin/ecwd-event-meta.php:203
1124
+ msgid "Weekly"
1125
+ msgstr "Tygodniowo"
1126
+
1127
+ #: views/admin/ecwd-event-meta.php:218
1128
+ msgid "Monthly"
1129
+ msgstr "Miesięcznie"
1130
+
1131
+ #: views/admin/ecwd-event-meta.php:231
1132
+ msgid "Yearly"
1133
+ msgstr "Rocznie"
1134
+
1135
+ #: views/admin/ecwd-event-meta.php:243
1136
+ msgid "day(s)"
1137
+ msgstr "dzień(dni)"
1138
+
1139
+ #: views/admin/ecwd-event-meta.php:248
1140
+ msgid "weeks(s)"
1141
+ msgstr "tydzień(tygodnie)"
1142
+
1143
+ #: views/admin/ecwd-event-meta.php:249
1144
+ msgid "on "
1145
+ msgstr "wł"
1146
+
1147
+ #: views/admin/ecwd-event-meta.php:253
1148
+ msgid "month(s)"
1149
+ msgstr "Miesiąc(e)"
1150
+
1151
+ #: views/admin/ecwd-event-meta.php:257
1152
+ msgid "year(s) in "
1153
+ msgstr "rok(lata) w"
1154
+
1155
+ #: views/admin/ecwd-event-meta.php:360 views/admin/ecwd-event-meta.php:446
1156
+ msgid "On the same day"
1157
+ msgstr "Tego samego dnia"
1158
+
1159
+ #: views/admin/ecwd-event-meta.php:377 views/admin/ecwd-event-meta.php:463
1160
+ msgid "On the: "
1161
+ msgstr "W:"
1162
+
1163
+ #: views/admin/ecwd-event-meta.php:381 views/admin/ecwd-event-meta.php:467
1164
+ msgid "First"
1165
+ msgstr "Pierwszy"
1166
+
1167
+ #: views/admin/ecwd-event-meta.php:383 views/admin/ecwd-event-meta.php:469
1168
+ msgid "Second"
1169
+ msgstr "Drugi"
1170
+
1171
+ #: views/admin/ecwd-event-meta.php:385 views/admin/ecwd-event-meta.php:471
1172
+ msgid "Third"
1173
+ msgstr "Trzeci"
1174
+
1175
+ #: views/admin/ecwd-event-meta.php:387 views/admin/ecwd-event-meta.php:473
1176
+ msgid "Fourth"
1177
+ msgstr "Czwarty"
1178
+
1179
+ #: views/admin/ecwd-event-meta.php:389 views/admin/ecwd-event-meta.php:475
1180
+ msgid "Last"
1181
+ msgstr "Ostatni"
1182
+
1183
+ #: views/admin/ecwd-event-meta.php:502
1184
+ msgid "Repeat until"
1185
+ msgstr "Powtarzaj do"
1186
+
1187
+ #: views/admin/ecwd-event-meta.php:514
1188
+ msgid "Specify the repeating rate of the event."
1189
+ msgstr "Uściślij częstotliwość powtórzenia wydarzenia."
1190
+
1191
+ #: views/admin/ecwd-event-meta.php:522
1192
+ msgid "Upgrade to Pro version"
1193
+ msgstr "Aktualizuj do wersji Pro"
1194
+
1195
+ #: views/admin/ecwd-event-meta.php:527
1196
+ msgid "Event URL"
1197
+ msgstr "adres URL Wydarzenia"
1198
+
1199
+ #: views/admin/ecwd-event-meta.php:533
1200
+ msgid "Provide a custom URL which will display event details."
1201
+ msgstr ""
1202
+ "Podaj własny adres URL pod którym będą wyświetlać się szczegóły wydarzenia."
1203
+
1204
+ #: views/admin/ecwd-event-meta.php:538
1205
+ msgid "Event Video URL"
1206
+ msgstr "Adres URL do wideo Wydarzenia"
1207
+
1208
+ #: views/admin/ecwd-event-meta.php:544
1209
+ msgid "Provide Youtube or Vimeo URL of the video to accompany the event."
1210
+ msgstr "Podaj adres URL YouTube lub Vimeo z filmem towarzyszącym wydarzeniu."
1211
+
1212
+ #: views/admin/ecwd-event-organizers-meta.php:37
1213
+ msgid "Add organizer"
1214
+ msgstr "Dodaj Organizatora"
1215
+
1216
+ #: views/admin/ecwd-venue-meta.php:44
1217
+ msgid ""
1218
+ "Fill in the address of the venue or click on the map to drag and drop the "
1219
+ "marker to a specific location"
1220
+ msgstr ""
1221
+ "Wypełnij adres Miejsca, lub kliknij na mapie, żeby żeby umieścić znacznik w "
1222
+ "docelowym miejscu"
1223
+
1224
+ #: views/admin/import.php:32
1225
+ msgid "Choose csv file"
1226
+ msgstr "Wybierz plik csv"
1227
+
1228
+ #: views/admin/import.php:34
1229
+ msgid "Import"
1230
+ msgstr "Importuj"
1231
+
1232
+ #: views/admin/import.php:47
1233
+ msgid "Download Export File"
1234
+ msgstr "Pobierz plik eksportu"
1235
+
1236
+ #~ msgid "Map"
1237
+ #~ msgstr "Mapa"
1238
+
1239
+ #~ msgid "What're we looking for ?"
1240
+ #~ msgstr "Czego szukasz?"
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://web-dorado.com/products/wordpress-event-calendar-wd.html
4
  Tags: calendar, calendars, event, event calendar, event manager, events calendar, calendar widget, event registration, event management,events, agenda, 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, facebook integration, widget
5
  Requires at least: 3.9
6
  Tested up to: 4.3
7
- Stable tag: 1.0.34
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -101,7 +101,8 @@ Spanish (es_ES)
101
  French (fr_FR)
102
  Italian (it_IT)
103
  Russian (ru_RU)
104
- Turkish (tr_TR)
 
105
  Portuguese (pt_PT)
106
 
107
 
@@ -141,6 +142,10 @@ After downloading the ZIP file of the Event Calendar WD plugin,
141
 
142
  == Changelog ==
143
 
 
 
 
 
144
  = 1.0.34 =
145
  * Fixed: Show events issue in list view
146
  * Increased: Date range of events in venue and organizer pages
4
  Tags: calendar, calendars, event, event calendar, event manager, events calendar, calendar widget, event registration, event management,events, agenda, 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, facebook integration, widget
5
  Requires at least: 3.9
6
  Tested up to: 4.3
7
+ Stable tag: 1.0.35
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
101
  French (fr_FR)
102
  Italian (it_IT)
103
  Russian (ru_RU)
104
+ Turkish (tr_TR)
105
+ Polish (pl_PL)
106
  Portuguese (pt_PT)
107
 
108
 
142
 
143
  == Changelog ==
144
 
145
+ = 1.0.35 =
146
+ * Changed: Category page
147
+ * Added: Polish translation
148
+
149
  = 1.0.34 =
150
  * Fixed: Show events issue in list view
151
  * Increased: Date range of events in venue and organizer pages
uninstall.php CHANGED
@@ -9,48 +9,6 @@ if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
9
  $general = get_option( ECWD_PLUGIN_PREFIX.'_settings_general' );
10
 
11
  // If this is empty then it means it is unchecked and we should delete everything
12
- if ( empty( $general['save_settings'] ) ) {
13
-
14
-
15
- // Remove ecwd calendar posts
16
- $posts = get_posts( array(
17
- 'post_type' => ECWD_PLUGIN_PREFIX.'_event',
18
- /*'post_status' => array(
19
- 'any',
20
- 'trash',
21
- 'auto-draft'
22
- )*/
23
- ));
24
 
25
- foreach( $posts as $post ) {
26
- delete_transient( ECWD_PLUGIN_PREFIX.'_event_' . $post->ID );
27
- wp_delete_post( $post->ID, true );
28
- }
29
-
30
- // Remove all post meta
31
- delete_post_meta_by_key( ECWD_PLUGIN_PREFIX.'_gcalendar_id' );
32
- delete_post_meta_by_key( ECWD_PLUGIN_PREFIX.'_retrieve_from' );
33
- delete_post_meta_by_key( ECWD_PLUGIN_PREFIX.'_retrieve_until' );
34
- delete_post_meta_by_key( ECWD_PLUGIN_PREFIX.'_retrieve_max' );
35
- delete_post_meta_by_key( ECWD_PLUGIN_PREFIX.'_date_format' );
36
- delete_post_meta_by_key( ECWD_PLUGIN_PREFIX.'_time_format' );
37
- delete_post_meta_by_key( ECWD_PLUGIN_PREFIX.'_cache' );
38
- delete_post_meta_by_key( ECWD_PLUGIN_PREFIX.'_multi_day_events' );
39
- delete_post_meta_by_key( ECWD_PLUGIN_PREFIX.'_display_mode' );
40
- delete_post_meta_by_key( ECWD_PLUGIN_PREFIX.'_custom_from' );
41
- delete_post_meta_by_key( ECWD_PLUGIN_PREFIX.'_custom_until' );
42
- delete_post_meta_by_key( ECWD_PLUGIN_PREFIX.'_paging' );
43
- delete_post_meta_by_key( ECWD_PLUGIN_PREFIX.'_list_max_num' );
44
- delete_post_meta_by_key( ECWD_PLUGIN_PREFIX.'_list_max_length' );
45
- delete_post_meta_by_key( ECWD_PLUGIN_PREFIX.'_list_start_offset_num' );
46
- delete_post_meta_by_key( ECWD_PLUGIN_PREFIX.'_list_start_offset_direction' );
47
-
48
- // Remove options
49
- delete_option( ECWD_PLUGIN_PREFIX.'_upgrade_has_run' );
50
- delete_option( ECWD_PLUGIN_PREFIX.'_version' );
51
- delete_option( ECWD_PLUGIN_PREFIX.'_settings_general' );
52
- delete_option( ECWD_PLUGIN_PREFIX.'_cpt_setup' );
53
-
54
- // Remove widgets
55
- delete_option( ECWD_PLUGIN_PREFIX.'_calendar_widget' );
56
  }
9
  $general = get_option( ECWD_PLUGIN_PREFIX.'_settings_general' );
10
 
11
  // If this is empty then it means it is unchecked and we should delete everything
12
+ if ( empty( $general['save_settings'] ) && false ) {
 
 
 
 
 
 
 
 
 
 
 
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  }
views/taxonomy-ecwd_event_category.php ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * The template for displaying ECWD Category pages
4
+ *
5
+ * @package WordPress
6
+ * @subpackage Event Calendar WD
7
+ */
8
+ global $ecwd_options;
9
+ $option = get_option('ecwd_event_category_' . $wp_query->queried_object->term_id);
10
+ $img_src = (isset($option['ecwd_taxonomy_image'])) ? $option['ecwd_taxonomy_image'] : "";
11
+ $term_description = $wp_query->queried_object->description;
12
+ $display_description = (!isset($ecwd_options['category_archive_description']) || (isset($ecwd_options['category_archive_description']) && $ecwd_options['category_archive_description'] === '1'));
13
+ $display_image = (!isset($ecwd_options['category_archive_image']) || (isset($ecwd_options['category_archive_image']) && $ecwd_options['category_archive_image'] === '1'));
14
+ $cat_title = $wp_query->queried_object->name;
15
+
16
+ get_header();
17
+ ?>
18
+
19
+ <section id="primary" class="content-area">
20
+ <div id="content" class="site-content" role="main">
21
+ <header class="page-header">
22
+ <h1 class="page-title"><?php echo $cat_title; ?></h1>
23
+ </header>
24
+ <div class="entry-header">
25
+ <?php if ($display_image && $img_src != "") { ?>
26
+ <div id="ecwd_category_archive_img">
27
+ <img src="<?php echo $img_src; ?>" />
28
+ </div>
29
+ <?php } ?>
30
+ <?php if ($display_description) { ?>
31
+ <div id="ecwd_category_archive_description">
32
+ <h2><?php echo $term_description; ?></h2>
33
+ </div>
34
+ <?php } ?>
35
+ </div>
36
+ <?php if (have_posts()) : ?>
37
+ <?php /* The loop */ ?>
38
+ <?php while (have_posts()) : the_post(); ?>
39
+ <?php get_template_part('content', get_post_format()); ?>
40
+ <?php endwhile; ?>
41
+ <?php
42
+ the_posts_pagination(array(
43
+ 'prev_text' => __('Previous page'),
44
+ 'next_text' => __('Next page')
45
+ ));
46
+ ?>
47
+ </div>
48
+
49
+ <?php else : ?>
50
+ <?php get_template_part('content', 'none'); ?>
51
+ <?php endif; ?>
52
+ </section><!-- #primary -->
53
+
54
+ <?php get_sidebar(); ?>
55
+ <?php get_footer(); ?>