Event List - Version 0.8.8

Version Description

(2022-03-07) = * add some missing sanitization for request variables * fixed / improved layout and escaping of html, rss and ical output * improved display of widget options form

Download this release

Release Info

Developer mibuthu
Plugin Icon 128x128 Event List
Version 0.8.8
Comparing to
See all releases

Code changes from version 0.8.7 to 0.8.8

admin/admin.php CHANGED
@@ -9,7 +9,6 @@
9
  * @phan-file-suppress PhanPluginUnknownPropertyType
10
  * @phan-file-suppress PhanPluginUnknownMethodParamType
11
  * @phan-file-suppress PhanPluginUnknownMethodReturnType
12
- * @phan-file-suppress PhanPluginRemoveDebugEcho
13
  * @phan-file-suppress PhanPartialTypeMismatchArgument
14
  * @phan-file-suppress PhanTypeMismatchArgumentProbablyReal
15
  * @phan-file-suppress PhanTypeMismatchProperty
@@ -89,7 +88,13 @@ class EL_Admin {
89
  $class = $error ? 'error' : 'updated fade';
90
  $title = sprintf( $error ? __( 'Errors during upgrade of plugin %1$s', 'event-list' ) : __( 'Upgrade of plugin %1$s successful', 'event-list' ), '"Event List"' );
91
  $logfile = ' (<a href="' . content_url( EL_Upgrade::get_instance()->logfile ) . '">upgrade log</a>)';
92
- echo '<div id="message" class="' . $class . '"><p><strong>' . $title . '</strong>' . $logfile . '</p></div>';
 
 
 
 
 
 
93
  }
94
  }
95
 
9
  * @phan-file-suppress PhanPluginUnknownPropertyType
10
  * @phan-file-suppress PhanPluginUnknownMethodParamType
11
  * @phan-file-suppress PhanPluginUnknownMethodReturnType
 
12
  * @phan-file-suppress PhanPartialTypeMismatchArgument
13
  * @phan-file-suppress PhanTypeMismatchArgumentProbablyReal
14
  * @phan-file-suppress PhanTypeMismatchProperty
88
  $class = $error ? 'error' : 'updated fade';
89
  $title = sprintf( $error ? __( 'Errors during upgrade of plugin %1$s', 'event-list' ) : __( 'Upgrade of plugin %1$s successful', 'event-list' ), '"Event List"' );
90
  $logfile = ' (<a href="' . content_url( EL_Upgrade::get_instance()->logfile ) . '">upgrade log</a>)';
91
+ echo '<div id="message" class="',
92
+ esc_attr( $class ),
93
+ '"><p><strong>',
94
+ esc_html( $title ),
95
+ '</strong>',
96
+ esc_html( $logfile ),
97
+ '</p></div>';
98
  }
99
  }
100
 
admin/includes/admin-about.php CHANGED
@@ -10,7 +10,6 @@
10
  * @phan-file-suppress PhanPluginUnknownPropertyType
11
  * @phan-file-suppress PhanPluginUnknownMethodParamType
12
  * @phan-file-suppress PhanPluginUnknownMethodReturnType
13
- * @phan-file-suppress PhanPluginRemoveDebugEcho
14
  * @phan-file-suppress PhanPartialTypeMismatchArgument
15
  *
16
  * @package event-list
@@ -54,14 +53,14 @@ class EL_Admin_About {
54
  public function show_about() {
55
  if ( ! current_user_can( 'edit_posts' ) ) {
56
  // phpcs:ignore WordPress.WP.I18n.MissingArgDomainDefault -- Standard WordPress string
57
- wp_die( __( 'You do not have sufficient permissions to access this page.' ) );
58
  }
59
  // check used get parameters
60
  $tab = isset( $_GET['tab'] ) ? sanitize_key( $_GET['tab'] ) : 'general';
61
 
62
  echo '<div class="wrap">
63
- <div id="icon-edit-pages" class="icon32"><br /></div><h2>' . __( 'About Event List', 'event-list' ) . '</h2>';
64
- echo $this->show_tabs( $tab );
65
  if ( 'atts' === $tab ) {
66
  $this->daterange->load_formats_helptexts();
67
  $this->show_atts();
@@ -99,48 +98,78 @@ class EL_Admin_About {
99
 
100
  private function show_help() {
101
  echo '
102
- <h3 class="el-headline">' . __( 'Help and Instructions', 'event-list' ) . '</h3>
103
- <p>' . sprintf( __( 'You can manage the events %1$shere%2$s', 'event-list' ), '<a href="' . admin_url( 'edit.php?post_type=el_events' ) . '">', '</a>' ) . '.</p>
104
- <p>' . __( 'To show the events on your site you have 2 possibilities', 'event-list' ) . ':</p>
105
- <ul class="el-show-event-options"><li>' . sprintf( __( 'you can place the <strong>shortcode</strong> %1$s on any page or post', 'event-list' ), '<code>[event-list]</code>' ) . '</li>
106
- <li>' . sprintf( __( 'you can add the <strong>widget</strong> %1$s in your sidebars', 'event-list' ), '"Event List"' ) . '</li></ul>
107
- <p>' . __( 'The displayed events and their style can be modified with the available widget settings and the available attributes for the shortcode.', 'event-list' ) . '<br />
108
- ' . sprintf( __( 'A list of all available shortcode attributes with their descriptions is available in the %1$s tab.', 'event-list' ), '<a href="' . admin_url( 'admin.php?page=el_admin_about&tab=atts' ) . '">' . __( 'Shortcode Attributes', 'event-list' ) . '</a>' ) . '<br />
109
- ' . __( 'The available widget options are described in their tooltip text.', 'event-list' ) . '<br />
110
- ' . sprintf( __( 'If you enable one of the links options (%1$s or %2$s) in the widget you have to insert an URL to the linked event-list page.', 'event-list' ), '"' . __( 'Add links to the single events', 'event-list' ) . '"', '"' . __( 'Add a link to the Event List page', 'event-list' ) . '"' )
111
- . __( 'This is required because the widget does not know in which page or post the shortcode was included.', 'event-list' ) . '<br />
112
- ' . __( 'Additionally you have to insert the correct Shortcode id on the linked page. This id describes which shortcode should be used on the given page or post if you have more than one.', 'event-list' )
113
- . sprintf( __( 'The default value %1$s is normally o.k. (for pages with 1 shortcode only), but if required you can check the id by looking into the URL of an event link on your linked page or post.', 'event-list' ), '[1]' )
114
- . sprintf( __( 'The id is available at the end of the URL parameters (e.g. %1$s).', 'event-list' ), '<i>https://www.your-homepage.com/?page_id=99&amp;event_id<strong>1</strong>=11</i>' ) . '
 
 
 
 
 
 
 
 
 
 
 
 
 
115
  </p>
116
- <p>' . sprintf( __( 'Be sure to also check the %1$s to get the plugin behaving just the way you want.', 'event-list' ), '<a href="' . admin_url( 'admin.php?page=el_admin_settings' ) . '">' . __( 'Settings page', 'event-list' ) . '</a>' ) . '</p>';
 
 
 
117
  }
118
 
119
 
120
  private function show_author() {
121
  echo '
122
  <br />
123
- <h3>' . __( 'About the plugin author', 'event-list' ) . '</h3>
124
  <div class="help-content">
125
- <p>' . sprintf( __( 'This plugin is developed by %1$s, you can find more information about the plugin on the %2$s.', 'event-list' ), 'mibuthu', '<a href="http://wordpress.org/plugins/event-list" target="_blank" rel="noopener">' . __( 'WordPress plugin site', 'event-list' ) . '</a>' ) . '</p>
126
- <p>' . sprintf( __( 'If you like the plugin please rate it on the %1$s.', 'event-list' ), '<a href="http://wordpress.org/support/view/plugin-reviews/event-list" target="_blank" rel="noopener">' . __( 'WordPress plugin review site', 'event-list' ) . '</a>' ) . '<br />
127
- <p>' . __( 'If you want to support the plugin I would be happy to get a small donation', 'event-list' ) . ':<br />
128
- <a class="donate" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=W54LNZMWF9KW2" target="_blank" rel="noopener"><img src="' . EL_URL . 'admin/images/paypal_btn_donate.gif" alt="PayPal Donation" title="' . sprintf( __( 'Donate with %1$s', 'event-list' ), 'PayPal' ) . '" border="0"></a>
129
- <a class="donate" href="https://liberapay.com/mibuthu/donate" target="_blank" rel="noopener"><img src="' . EL_URL . 'admin/images/liberapay-donate.svg" alt="Liberapay Donation" title="' . sprintf( __( 'Donate with %1$s', 'event-list' ), 'Liberapay' ) . '" border="0"></a>
130
- <a class="donate" href="https://flattr.com/submit/auto?user_id=mibuthu&url=https%3A%2F%2Fwordpress.org%2Fplugins%2Fevent-list" target="_blank" rel="noopener"><img src="' . EL_URL . 'admin/images/flattr-badge-large.png" alt="Flattr this" title="' . sprintf( __( 'Donate with %1$s', 'event-list' ), 'Flattr' ) . '" border="0"></a></p>
 
 
 
 
 
 
 
 
 
 
131
  </div>';
132
  }
133
 
134
 
135
  private function show_atts() {
136
  echo '
137
- <h3 class="el-headline">' . __( 'Shortcode Attributes', 'event-list' ) . '</h3>
138
  <div>
139
- ' . __( 'You have the possibility to modify the output if you add some of the following attributes to the shortcode.', 'event-list' ) . '<br />
140
- ' . sprintf( __( 'You can combine and add as much attributes as you want. E.g. the shortcode including the attributes %1$s and %2$s would looks like this:', 'event-list' ), '"num_events"', '"show_filterbar"' ) . '
 
 
 
 
141
  <p><code>[event-list num_events=10 show_filterbar=false]</code></p>
142
- <p>' . __( 'Below you can find a list of all supported attributes with their descriptions and available options:', 'event-list' ) . '</p>';
143
- echo $this->show_atts_table();
144
  echo '
145
  </div>';
146
  }
@@ -176,32 +205,38 @@ class EL_Admin_About {
176
 
177
  private function show_filter_syntax() {
178
  echo '
179
- <h3 class="el-headline">' . __( 'Filter Syntax', 'event-list' ) . '</h3>
180
- <p>' . __( 'For date and cat filters you can specify complex filters with the following syntax:', 'event-list' ) . '</p>
181
- <p>' . sprintf( __( 'You can use %1$s and %2$s connections to define complex filters. Additionally you can set brackets %3$s for nested queries.', 'event-list' ), __( 'AND', 'event-list' ) . ' ( "<strong>&amp;</strong>" )', __( 'OR', 'event-list' ) . ' ( "<strong>&verbar;</strong>" ' . __( 'or', 'event-list' ) . ' "<strong>&comma;</strong>" )', '( "<strong>(</strong>" ' . __( 'and', 'event-list' ) . ' "<strong>)</strong>" )' ) . '</p>
182
- ' . __( 'Examples for cat filters:', 'event-list' ) . '
183
- <p><code>tennis</code>&hellip; ' . sprintf( __( 'Show all events with category %1$s.', 'event-list' ), '"tennis"' ) . '<br />
184
- <code>tennis&comma;hockey</code>&hellip; ' . sprintf( __( 'Show all events with category %1$s or %2$s.', 'event-list' ), '"tennis"', '"hockey"' ) . '<br />
185
- <code>tennis&verbar;(hockey&amp;winter)</code>&hellip; ' . sprintf( __( 'Show all events with category %1$s and all events where category %2$s as well as %3$s is selected.', 'event-list' ), '"tennis"', '"hockey"', '"winter"' ) . '</p>';
 
 
 
 
 
 
186
  }
187
 
188
 
189
  private function show_date_syntax() {
190
  echo '
191
- <h3 class="el-headline">' . __( 'Available Date Formats', 'event-list' ) . '</h3>
192
- <p>' . __( 'For date filters you can use the following date formats:', 'event-list' ) . '</p>
193
  <ul class="el-formats">
194
- ' . $this->show_formats( $this->daterange->date_formats ) . '
195
  </ul>';
196
  }
197
 
198
 
199
  private function show_daterange_syntax() {
200
  echo '
201
- <h3 class="el-headline">' . __( 'Available Date Range Formats', 'event-list' ) . '</h3>
202
- <p>' . __( 'For date filters you can use the following daterange formats:', 'event-list' ) . '</p>
203
  <ul class="el-formats">
204
- ' . $this->show_formats( $this->daterange->daterange_formats ) . '
205
  </ul>';
206
  }
207
 
10
  * @phan-file-suppress PhanPluginUnknownPropertyType
11
  * @phan-file-suppress PhanPluginUnknownMethodParamType
12
  * @phan-file-suppress PhanPluginUnknownMethodReturnType
 
13
  * @phan-file-suppress PhanPartialTypeMismatchArgument
14
  *
15
  * @package event-list
53
  public function show_about() {
54
  if ( ! current_user_can( 'edit_posts' ) ) {
55
  // phpcs:ignore WordPress.WP.I18n.MissingArgDomainDefault -- Standard WordPress string
56
+ wp_die( esc_html__( 'You do not have sufficient permissions to access this page.' ) );
57
  }
58
  // check used get parameters
59
  $tab = isset( $_GET['tab'] ) ? sanitize_key( $_GET['tab'] ) : 'general';
60
 
61
  echo '<div class="wrap">
62
+ <div id="icon-edit-pages" class="icon32"><br /></div><h2>' . esc_html__( 'About Event List', 'event-list' ) . '</h2>';
63
+ echo wp_kses_post( $this->show_tabs( $tab ) );
64
  if ( 'atts' === $tab ) {
65
  $this->daterange->load_formats_helptexts();
66
  $this->show_atts();
98
 
99
  private function show_help() {
100
  echo '
101
+ <h3 class="el-headline">' . esc_html__( 'Help and Instructions', 'event-list' ) . '</h3>
102
+ <p>' . sprintf( esc_html__( 'You can manage the events %1$shere%2$s', 'event-list' ), '<a href="' . admin_url( 'edit.php?post_type=el_events' ) . '">', '</a>' ) . '.</p>
103
+ <p>' . esc_html__( 'To show the events on your site you have 2 possibilities', 'event-list' ) . ':</p>
104
+ <ul class="el-show-event-options"><li>' . sprintf( wp_kses_post( __( 'you can place the <strong>shortcode</strong> %1$s on any page or post', 'event-list' ) ), '<code>[event-list]</code>' ) . '</li>
105
+ <li>' . sprintf( wp_kses_post( __( 'you can add the <strong>widget</strong> %1$s in your sidebars', 'event-list' ) ), '"Event List"' ) . '</li></ul>
106
+ <p>' . esc_html__( 'The displayed events and their style can be modified with the available widget settings and the available attributes for the shortcode.', 'event-list' ) . '<br />
107
+ ' . sprintf(
108
+ esc_html__( 'A list of all available shortcode attributes with their descriptions is available in the %1$s tab.', 'event-list' ),
109
+ '<a href="' . admin_url( 'admin.php?page=el_admin_about&tab=atts' ) . '">' . esc_html__( 'Shortcode Attributes', 'event-list' ) . '</a>'
110
+ ) . '<br />
111
+ ' . esc_html__( 'The available widget options are described in their tooltip text.', 'event-list' ) . '<br />
112
+ ' . sprintf(
113
+ esc_html__( 'If you enable one of the links options (%1$s or %2$s) in the widget you have to insert an URL to the linked event-list page.', 'event-list' ),
114
+ '"' . esc_html__( 'Add links to the single events', 'event-list' ) . '"',
115
+ '"' . esc_html__( 'Add a link to the Event List page', 'event-list' ) . '"'
116
+ )
117
+ . esc_html__( 'This is required because the widget does not know in which page or post the shortcode was included.', 'event-list' ) . '<br />
118
+ ' . esc_html__( 'Additionally you have to insert the correct Shortcode id on the linked page. This id describes which shortcode should be used on the given page or post if you have more than one.', 'event-list' )
119
+ . sprintf(
120
+ esc_html__( 'The default value %1$s is normally o.k. (for pages with 1 shortcode only), but if required you can check the id by looking into the URL of an event link on your linked page or post.', 'event-list' ),
121
+ '[1]'
122
+ )
123
+ . sprintf(
124
+ esc_html__( 'The id is available at the end of the URL parameters (e.g. %1$s).', 'event-list' ),
125
+ '<i>https://www.your-homepage.com/?page_id=99&amp;event_id<strong>1</strong>=11</i>'
126
+ ) . '
127
  </p>
128
+ <p>' . sprintf(
129
+ esc_html__( 'Be sure to also check the %1$s to get the plugin behaving just the way you want.', 'event-list' ),
130
+ '<a href="' . admin_url( 'admin.php?page=el_admin_settings' ) . '">' . esc_html__( 'Settings page', 'event-list' ) . '</a>'
131
+ ) . '</p>';
132
  }
133
 
134
 
135
  private function show_author() {
136
  echo '
137
  <br />
138
+ <h3>' . esc_html__( 'About the plugin author', 'event-list' ) . '</h3>
139
  <div class="help-content">
140
+ <p>' . sprintf(
141
+ esc_html__( 'This plugin is developed by %1$s, you can find more information about the plugin on the %2$s.', 'event-list' ),
142
+ 'mibuthu',
143
+ '<a href="http://wordpress.org/plugins/event-list" target="_blank" rel="noopener">' . esc_html__( 'WordPress plugin site', 'event-list' ) . '</a>'
144
+ ) . '</p>
145
+ <p>' . sprintf(
146
+ esc_html__( 'If you like the plugin please rate it on the %1$s.', 'event-list' ),
147
+ '<a href="http://wordpress.org/support/view/plugin-reviews/event-list" target="_blank" rel="noopener">' . esc_html__( 'WordPress plugin review site', 'event-list' ) . '</a>'
148
+ ) . '<br />
149
+ <p>' . esc_html__( 'If you want to support the plugin I would be happy to get a small donation', 'event-list' ) . ':<br />
150
+ <a class="donate" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=W54LNZMWF9KW2" target="_blank" rel="noopener"><img src="' .
151
+ esc_url_raw( EL_URL ) . 'admin/images/paypal_btn_donate.gif" alt="PayPal Donation" title="' . sprintf( esc_html__( 'Donate with %1$s', 'event-list' ), 'PayPal' ) . '" border="0"></a>
152
+ <a class="donate" href="https://liberapay.com/mibuthu/donate" target="_blank" rel="noopener"><img src="' .
153
+ esc_url_raw( EL_URL ) . 'admin/images/liberapay-donate.svg" alt="Liberapay Donation" title="' . sprintf( esc_html__( 'Donate with %1$s', 'event-list' ), 'Liberapay' ) . '" border="0"></a>
154
+ <a class="donate" href="https://flattr.com/submit/auto?user_id=mibuthu&url=https%3A%2F%2Fwordpress.org%2Fplugins%2Fevent-list" target="_blank" rel="noopener"><img src="' .
155
+ esc_url_raw( EL_URL ) . 'admin/images/flattr-badge-large.png" alt="Flattr this" title="' . sprintf( esc_html__( 'Donate with %1$s', 'event-list' ), 'Flattr' ) . '" border="0"></a></p>
156
  </div>';
157
  }
158
 
159
 
160
  private function show_atts() {
161
  echo '
162
+ <h3 class="el-headline">' . esc_html__( 'Shortcode Attributes', 'event-list' ) . '</h3>
163
  <div>
164
+ ' . esc_html__( 'You have the possibility to modify the output if you add some of the following attributes to the shortcode.', 'event-list' ) . '<br />
165
+ ' . sprintf(
166
+ esc_html__( 'You can combine and add as much attributes as you want. E.g. the shortcode including the attributes %1$s and %2$s would looks like this:', 'event-list' ),
167
+ '"num_events"',
168
+ '"show_filterbar"'
169
+ ) . '
170
  <p><code>[event-list num_events=10 show_filterbar=false]</code></p>
171
+ <p>' . esc_html__( 'Below you can find a list of all supported attributes with their descriptions and available options:', 'event-list' ) . '</p>';
172
+ echo wp_kses_post( $this->show_atts_table() );
173
  echo '
174
  </div>';
175
  }
205
 
206
  private function show_filter_syntax() {
207
  echo '
208
+ <h3 class="el-headline">' . esc_html__( 'Filter Syntax', 'event-list' ) . '</h3>
209
+ <p>' . esc_html__( 'For date and cat filters you can specify complex filters with the following syntax:', 'event-list' ) . '</p>
210
+ <p>' . sprintf(
211
+ esc_html__( 'You can use %1$s and %2$s connections to define complex filters. Additionally you can set brackets %3$s for nested queries.', 'event-list' ),
212
+ esc_html__( 'AND', 'event-list' ) . ' ( "<strong>&amp;</strong>" )',
213
+ esc_html__( 'OR', 'event-list' ) . ' ( "<strong>&verbar;</strong>" ' . esc_html__( 'or', 'event-list' ) . ' "<strong>&comma;</strong>" )',
214
+ '( "<strong>(</strong>" ' . esc_html__( 'and', 'event-list' ) . ' "<strong>)</strong>" )'
215
+ ) . '</p>
216
+ ' . esc_html__( 'Examples for cat filters:', 'event-list' ) . '
217
+ <p><code>tennis</code>&hellip; ' . sprintf( esc_html__( 'Show all events with category %1$s.', 'event-list' ), '"tennis"' ) . '<br />
218
+ <code>tennis&comma;hockey</code>&hellip; ' . sprintf( esc_html__( 'Show all events with category %1$s or %2$s.', 'event-list' ), '"tennis"', '"hockey"' ) . '<br />
219
+ <code>tennis&verbar;(hockey&amp;winter)</code>&hellip; ' .
220
+ sprintf( esc_html__( 'Show all events with category %1$s and all events where category %2$s as well as %3$s is selected.', 'event-list' ), '"tennis"', '"hockey"', '"winter"' ) . '</p>';
221
  }
222
 
223
 
224
  private function show_date_syntax() {
225
  echo '
226
+ <h3 class="el-headline">' . esc_html__( 'Available Date Formats', 'event-list' ) . '</h3>
227
+ <p>' . esc_html__( 'For date filters you can use the following date formats:', 'event-list' ) . '</p>
228
  <ul class="el-formats">
229
+ ' . wp_kses_post( $this->show_formats( $this->daterange->date_formats ) ) . '
230
  </ul>';
231
  }
232
 
233
 
234
  private function show_daterange_syntax() {
235
  echo '
236
+ <h3 class="el-headline">' . esc_html__( 'Available Date Range Formats', 'event-list' ) . '</h3>
237
+ <p>' . esc_html__( 'For date filters you can use the following daterange formats:', 'event-list' ) . '</p>
238
  <ul class="el-formats">
239
+ ' . wp_kses_post( $this->show_formats( $this->daterange->daterange_formats ) ) . '
240
  </ul>';
241
  }
242
 
admin/includes/admin-categories.php CHANGED
@@ -10,7 +10,7 @@
10
  * @phan-file-suppress PhanPluginUnknownPropertyType
11
  * @phan-file-suppress PhanPluginUnknownMethodParamType
12
  * @phan-file-suppress PhanPluginUnknownMethodReturnType
13
- * @phan-file-suppress PhanPluginRemoveDebugEcho
14
  *
15
  * @package event-list
16
  */
@@ -68,22 +68,19 @@ class EL_Admin_Categories {
68
  add_query_arg(
69
  array(
70
  'page' => 'el_admin_cat_sync',
71
- // TODO: check sanitize of server request URI
72
- // phpcs:ignore
73
- '_wp_http_referer' => wp_unslash( $_SERVER['REQUEST_URI'] ),
74
  ),
75
  'edit.php?post_type=el_events'
76
  )
77
  )
78
  );
79
- echo '<button type="button" id="sync-cats" class="button action" onclick="el_show_syncform(\'' . $url . '\')" style="margin-top: 3px">' . __( 'Synchronize with post categories', 'event-list' ) . '</button>';
80
  }
81
 
82
 
83
  public function prepare_syncdone_message( $messages ) {
84
  // prepare used get parameters
85
- // msgdata is sanitized later on
86
- // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
87
  $msgdata = isset( $_GET['msgdata'] ) ? wp_unslash( $_GET['msgdata'] ) : array();
88
  $error = isset( $_GET['error'] );
89
  $items = array(
@@ -106,7 +103,6 @@ class EL_Admin_Categories {
106
  $msgtext .= '<ul style="list-style:inside">';
107
  foreach ( $items as $name => $text ) {
108
  if ( isset( $msgdata[ $name ] ) && is_array( $msgdata[ $name ] ) ) {
109
- // @suppress PhanPartialTypeMismatchArgumentInternal
110
  $items = array_map( 'sanitize_key', $msgdata[ $name ] );
111
  $msgtext .= $this->show_sync_items( $items, $text );
112
  }
10
  * @phan-file-suppress PhanPluginUnknownPropertyType
11
  * @phan-file-suppress PhanPluginUnknownMethodParamType
12
  * @phan-file-suppress PhanPluginUnknownMethodReturnType
13
+ * @phan-file-suppress PhanPartialTypeMismatchArgument
14
  *
15
  * @package event-list
16
  */
68
  add_query_arg(
69
  array(
70
  'page' => 'el_admin_cat_sync',
71
+ '_wp_http_referer' => isset( $_SERVER['REQUEST_URI'] ) ? esc_url_raw( wp_unslash( $_SERVER['REQUEST_URI'] ) ) : '',
 
 
72
  ),
73
  'edit.php?post_type=el_events'
74
  )
75
  )
76
  );
77
+ echo '<button type="button" id="sync-cats" class="button action" onclick="el_show_syncform(\'' . esc_url_raw( $url ) . '\')" style="margin-top: 3px">' . esc_html__( 'Synchronize with post categories', 'event-list' ) . '</button>';
78
  }
79
 
80
 
81
  public function prepare_syncdone_message( $messages ) {
82
  // prepare used get parameters
83
+ // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- msgdata is sanitized later
 
84
  $msgdata = isset( $_GET['msgdata'] ) ? wp_unslash( $_GET['msgdata'] ) : array();
85
  $error = isset( $_GET['error'] );
86
  $items = array(
103
  $msgtext .= '<ul style="list-style:inside">';
104
  foreach ( $items as $name => $text ) {
105
  if ( isset( $msgdata[ $name ] ) && is_array( $msgdata[ $name ] ) ) {
 
106
  $items = array_map( 'sanitize_key', $msgdata[ $name ] );
107
  $msgtext .= $this->show_sync_items( $items, $text );
108
  }
admin/includes/admin-category-sync.php CHANGED
@@ -10,7 +10,6 @@
10
  * @phan-file-suppress PhanPluginUnknownPropertyType
11
  * @phan-file-suppress PhanPluginUnknownMethodParamType
12
  * @phan-file-suppress PhanPluginUnknownMethodReturnType
13
- * @phan-file-suppress PhanPluginRemoveDebugEcho
14
  * @phan-file-suppress PhanPartialTypeMismatchArgument
15
  * @phan-file-suppress PhanPartialTypeMismatchArgumentInternal
16
  * @phan-file-suppress PhanPossiblyUndeclaredProperty
@@ -71,10 +70,10 @@ class EL_Admin_Category_Sync {
71
  // permission checks
72
  if ( ! current_user_can( 'manage_categories' ) || ( $this->switch_taxonomy && ! current_user_can( 'manage_options' ) ) ) {
73
  // phpcs:ignore WordPress.WP.I18n.MissingArgDomainDefault -- Standard WordPress string
74
- wp_die( __( 'You do not have sufficient permissions to access this page.' ) );
75
  }
76
  if ( ! (bool) wp_get_referer() || ( ! $this->switch_taxonomy && $this->use_post_cats ) ) {
77
- wp_die( __( 'Error: You are not allowed to view this page!', 'event-list' ) );
78
  }
79
  }
80
 
@@ -109,7 +108,7 @@ class EL_Admin_Category_Sync {
109
  <style>.el-catlist {list-style:inside}</style>
110
  <div class="wrap">
111
  <div id="icon-edit-pages" class="icon32"><br /></div>
112
- <h2>' . $main_title . '</h2>
113
  <div>
114
  <form action="" id="el_start_cat_sync" method="post">';
115
  $this->show_hidden( 'action', $action );
@@ -128,10 +127,10 @@ class EL_Admin_Category_Sync {
128
  $this->show_checkbox( 'add-cats', __( 'Add not available post categories', 'event-list' ), empty( $affected_cats['to_add'] ) );
129
  }
130
  echo '
131
- <p style="margin: 3.5em 0 2.5em">' . $description . '</p>';
132
  $submit_disabled = ( 'sync' === $action && empty( $affected_cats['to_mod'] ) && empty( $affected_cats['to_add'] ) && empty( $affected_cats['to_del'] ) ) ? ' disabled' : '';
133
  echo '
134
- <button type="submit" id="cat-sync-submit" class="button button-primary"' . $submit_disabled . '>' . $button_text . '</button>
135
  </form>
136
  </div
137
  </div>';
@@ -141,10 +140,10 @@ class EL_Admin_Category_Sync {
141
  private function show_cat_list( $cat_slugs, $cat_type, $input_id, $heading ) {
142
  echo '<br />
143
  <div>
144
- <h3>' . $heading . ':</h3>';
145
  if ( empty( $cat_slugs ) ) {
146
  echo '
147
- <p>' . __( 'none', 'event-list' ) . '</p>';
148
  } else {
149
  echo '
150
  <ul class="el-catlist">';
@@ -152,7 +151,7 @@ class EL_Admin_Category_Sync {
152
  $cat_name = 'event' === $cat_type ? $this->events->get_cat_by_slug( $cat_slug )->name : get_category_by_slug( $cat_slug )->name;
153
  // phpcs:disable WordPress.WP.I18n.MissingArgDomainDefault -- Standard WordPress string
154
  echo '
155
- <li>' . $cat_name . ' (' . __( 'Slug' ) . ': ' . $cat_slug . ')</li>';
156
  // phpcs:enable
157
  }
158
  echo '
@@ -166,14 +165,14 @@ class EL_Admin_Category_Sync {
166
 
167
  private function show_hidden( $id, $value ) {
168
  echo '
169
- <input type="hidden" name="' . $id . '" id="' . $id . '" value="' . $value . '">';
170
  }
171
 
172
 
173
  private function show_checkbox( $id, $text, $disabled = false ) {
174
  $disabled_text = $disabled ? ' disabled' : '';
175
  echo '
176
- <label for="' . $id . '"><input name="' . $id . '" type="checkbox" id="' . $id . '" value="1"' . $disabled_text . ' />' . $text . '</label>';
177
  }
178
 
179
 
@@ -187,8 +186,7 @@ class EL_Admin_Category_Sync {
187
  case 'sync':
188
  // check used post parameters
189
  $delete_cats = isset( $_POST['delete-cats'] ) ? (bool) intval( $_POST['delete-cats'] ) : false;
190
- // sanitize_key is called through array_map
191
- // phpcs:disable WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
192
  $affected_cats['to_mod'] = isset( $_POST['cats-to-mod'] ) ? array_map( 'sanitize_key', json_decode( wp_unslash( $_POST['cats-to-mod'] ), true ) ) : array();
193
  $affected_cats['to_add'] = isset( $_POST['cats-to-add'] ) ? array_map( 'sanitize_key', json_decode( wp_unslash( $_POST['cats-to-add'] ), true ) ) : array();
194
  if ( $delete_cats ) {
@@ -220,8 +218,7 @@ class EL_Admin_Category_Sync {
220
  // check used post parameters
221
  $add_cats = isset( $_POST['add-cats'] ) ? (bool) intval( $_POST['add-cats'] ) : false;
222
  if ( $add_cats ) {
223
- // sanitize_key is called through array_map
224
- // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
225
  $affected_cats['to_add'] = isset( $_POST['cats-to-add'] ) ? array_map( 'sanitize_key', json_decode( wp_unslash( $_POST['cats-to-add'] ), true ) ) : array();
226
  $this->event_category_functions->sync_categories( 'to_post_cats', $affected_cats );
227
  }
10
  * @phan-file-suppress PhanPluginUnknownPropertyType
11
  * @phan-file-suppress PhanPluginUnknownMethodParamType
12
  * @phan-file-suppress PhanPluginUnknownMethodReturnType
 
13
  * @phan-file-suppress PhanPartialTypeMismatchArgument
14
  * @phan-file-suppress PhanPartialTypeMismatchArgumentInternal
15
  * @phan-file-suppress PhanPossiblyUndeclaredProperty
70
  // permission checks
71
  if ( ! current_user_can( 'manage_categories' ) || ( $this->switch_taxonomy && ! current_user_can( 'manage_options' ) ) ) {
72
  // phpcs:ignore WordPress.WP.I18n.MissingArgDomainDefault -- Standard WordPress string
73
+ wp_die( esc_html__( 'You do not have sufficient permissions to access this page.' ) );
74
  }
75
  if ( ! (bool) wp_get_referer() || ( ! $this->switch_taxonomy && $this->use_post_cats ) ) {
76
+ wp_die( esc_html__( 'Error: You are not allowed to view this page!', 'event-list' ) );
77
  }
78
  }
79
 
108
  <style>.el-catlist {list-style:inside}</style>
109
  <div class="wrap">
110
  <div id="icon-edit-pages" class="icon32"><br /></div>
111
+ <h2>' . esc_html( $main_title ) . '</h2>
112
  <div>
113
  <form action="" id="el_start_cat_sync" method="post">';
114
  $this->show_hidden( 'action', $action );
127
  $this->show_checkbox( 'add-cats', __( 'Add not available post categories', 'event-list' ), empty( $affected_cats['to_add'] ) );
128
  }
129
  echo '
130
+ <p style="margin: 3.5em 0 2.5em">' . wp_kses_post( $description ) . '</p>';
131
  $submit_disabled = ( 'sync' === $action && empty( $affected_cats['to_mod'] ) && empty( $affected_cats['to_add'] ) && empty( $affected_cats['to_del'] ) ) ? ' disabled' : '';
132
  echo '
133
+ <button type="submit" id="cat-sync-submit" class="button button-primary"' . esc_attr( $submit_disabled ) . '>' . esc_html( $button_text ) . '</button>
134
  </form>
135
  </div
136
  </div>';
140
  private function show_cat_list( $cat_slugs, $cat_type, $input_id, $heading ) {
141
  echo '<br />
142
  <div>
143
+ <h3>' . esc_html( $heading ) . ':</h3>';
144
  if ( empty( $cat_slugs ) ) {
145
  echo '
146
+ <p>' . esc_html__( 'none', 'event-list' ) . '</p>';
147
  } else {
148
  echo '
149
  <ul class="el-catlist">';
151
  $cat_name = 'event' === $cat_type ? $this->events->get_cat_by_slug( $cat_slug )->name : get_category_by_slug( $cat_slug )->name;
152
  // phpcs:disable WordPress.WP.I18n.MissingArgDomainDefault -- Standard WordPress string
153
  echo '
154
+ <li>' . esc_html( $cat_name ) . ' (' . esc_html__( 'Slug' ) . ': ' . esc_attr( $cat_slug ) . ')</li>';
155
  // phpcs:enable
156
  }
157
  echo '
165
 
166
  private function show_hidden( $id, $value ) {
167
  echo '
168
+ <input type="hidden" name="' . esc_attr( $id ) . '" id="' . esc_attr( $id ) . '" value="' . esc_html( $value ) . '">';
169
  }
170
 
171
 
172
  private function show_checkbox( $id, $text, $disabled = false ) {
173
  $disabled_text = $disabled ? ' disabled' : '';
174
  echo '
175
+ <label for="' . esc_attr( $id ) . '"><input name="' . esc_attr( $id ) . '" type="checkbox" id="' . esc_attr( $id ) . '" value="1"' . esc_attr( $disabled_text ) . ' />' . esc_html( $text ) . '</label>';
176
  }
177
 
178
 
186
  case 'sync':
187
  // check used post parameters
188
  $delete_cats = isset( $_POST['delete-cats'] ) ? (bool) intval( $_POST['delete-cats'] ) : false;
189
+ // phpcs:disable WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- sanitize_key is called through array_map
 
190
  $affected_cats['to_mod'] = isset( $_POST['cats-to-mod'] ) ? array_map( 'sanitize_key', json_decode( wp_unslash( $_POST['cats-to-mod'] ), true ) ) : array();
191
  $affected_cats['to_add'] = isset( $_POST['cats-to-add'] ) ? array_map( 'sanitize_key', json_decode( wp_unslash( $_POST['cats-to-add'] ), true ) ) : array();
192
  if ( $delete_cats ) {
218
  // check used post parameters
219
  $add_cats = isset( $_POST['add-cats'] ) ? (bool) intval( $_POST['add-cats'] ) : false;
220
  if ( $add_cats ) {
221
+ // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- sanitize_key is called through array_map
 
222
  $affected_cats['to_add'] = isset( $_POST['cats-to-add'] ) ? array_map( 'sanitize_key', json_decode( wp_unslash( $_POST['cats-to-add'] ), true ) ) : array();
223
  $this->event_category_functions->sync_categories( 'to_post_cats', $affected_cats );
224
  }
admin/includes/admin-functions.php CHANGED
@@ -54,137 +54,135 @@ class EL_Admin_Functions {
54
  'button_class' => 'primary large',
55
  )
56
  );
57
- $out = '
58
- <form method="post" action="' . $options['page'] . '">
59
  ';
60
- ob_start();
61
  settings_fields( 'el_' . $section );
62
- $out .= ob_get_contents();
63
- ob_end_clean();
64
- $out .= $this->show_option_table( $section );
65
- $out .= get_submit_button( $options['button_text'], $options['button_class'] );
66
- $out .= '
67
  </form>';
68
- return $out;
69
  }
70
 
71
 
72
  public function show_option_table( $section ) {
73
- $out = '
74
  <div class="el-settings">
75
  <table class="form-table">';
76
  foreach ( $this->options->options as $oname => $o ) {
77
  if ( $section === $o['section'] ) {
78
- $out .= '
79
  <tr>
80
  <th>';
81
  if ( '' !== $o['label'] ) {
82
- $out .= '<label for="' . $oname . '">' . $o['label'] . ':</label>';
83
  }
84
- $out .= '</th>
85
  <td>';
86
  switch ( $o['type'] ) {
87
  case 'checkbox':
88
- $out .= $this->show_checkbox( $oname, $this->options->get( $oname ), $o['caption'], isset( $o['disable'] ) );
89
  break;
90
  case 'dropdown':
91
- $out .= $this->show_dropdown( $oname, $this->options->get( $oname ), $o['caption'], isset( $o['disable'] ) );
92
  break;
93
  case 'radio':
94
- $out .= $this->show_radio( $oname, $this->options->get( $oname ), $o['caption'], isset( $o['disable'] ) );
95
  break;
96
  case 'text':
97
- $out .= $this->show_text( $oname, $this->options->get( $oname ), isset( $o['disable'] ) );
98
  break;
99
  case 'textarea':
100
- $out .= $this->show_textarea( $oname, $this->options->get( $oname ), isset( $o['disable'] ) );
101
  break;
102
  case 'file-upload':
103
- $out .= $this->show_file_upload( $oname, $o['maxsize'], isset( $o['disable'] ) );
104
  }
105
- $out .= '
106
  </td>
107
- <td class="description">' . $o['desc'] . '</td>
108
  </tr>';
109
  }
110
  }
111
- $out .= '
112
  </table>
113
  </div>';
114
- return $out;
115
  }
116
 
117
 
118
  public function show_checkbox( $name, $value, $caption, $disabled = false ) {
119
- $out = '
120
- <label for="' . $name . '">
121
- <input name="' . $name . '" type="checkbox" id="' . $name . '" value="1"';
122
  if ( '1' === $value ) {
123
- $out .= ' checked="checked"';
124
  }
125
- $out .= $this->get_disabled_text( $disabled ) . ' />
126
- ' . $caption . '
 
127
  </label>';
128
- return $out;
129
  }
130
 
131
 
132
  public function show_dropdown( $name, $selected, $value_array, $class_array = null, $disabled = false ) {
133
- $out = '
134
- <select id="' . $name . '" name="' . $name . '"' . $this->get_disabled_text( $disabled ) . '>';
 
 
135
  foreach ( $value_array as $key => $value ) {
136
  $class_text = isset( $class_array[ $key ] ) ? 'class="' . $class_array[ $key ] . '" ' : '';
137
  $selected_text = $selected === $key ? 'selected ' : '';
138
- $out .= '
139
- <option ' . $class_text . $selected_text . 'value="' . $key . '">' . $value . '</option>';
140
  }
141
- $out .= '
142
  </select>';
143
- return $out;
144
  }
145
 
146
 
147
  public function show_radio( $name, $selected, $value_array, $disabled = false ) {
148
- $out = '
149
  <fieldset>';
150
  foreach ( $value_array as $key => $value ) {
151
  $checked = ( $selected === $key ) ? 'checked="checked" ' : '';
152
- $out .= '
153
- <label title="' . $value . '">
154
- <input type="radio" ' . $checked . 'value="' . $key . '" name="' . $name . '">
155
- <span>' . $value . '</span>
156
  </label>
157
  <br />';
158
  }
159
- $out .= '
160
  </fieldset>';
161
- return $out;
162
  }
163
 
164
 
165
  public function show_text( $name, $value, $disabled = false ) {
166
- $out = '
167
- <input name="' . $name . '" type="text" id="' . $name . '" value="' . $value . '"' . $this->get_disabled_text( $disabled ) . ' />';
168
- return $out;
 
169
  }
170
 
171
 
172
  public function show_textarea( $name, $value, $disabled = false ) {
173
- $out = '
174
- <textarea name="' . $name . '" id="' . $name . '" rows="5" class="large-text code"' . $this->get_disabled_text( $disabled ) . '>' . $value . '</textarea>';
175
- return $out;
 
176
  }
177
 
178
 
179
  public function show_file_upload( $name, $max_size, $disabled = false ) {
180
- $out = '
181
- <input name="' . $name . '" type="file" maxlength="' . $max_size . '">';
182
- return $out;
183
  }
184
 
185
 
186
- public function get_disabled_text( $disabled = false ) {
187
- return $disabled ? ' disabled="disabled"' : '';
 
 
188
  }
189
 
190
  }
54
  'button_class' => 'primary large',
55
  )
56
  );
57
+ echo '
58
+ <form method="post" action="' . esc_attr( $options['page'] ) . '">
59
  ';
 
60
  settings_fields( 'el_' . $section );
61
+ $this->show_option_table( $section );
62
+ echo get_submit_button( $options['button_text'], $options['button_class'] );
63
+ echo '
 
 
64
  </form>';
 
65
  }
66
 
67
 
68
  public function show_option_table( $section ) {
69
+ echo '
70
  <div class="el-settings">
71
  <table class="form-table">';
72
  foreach ( $this->options->options as $oname => $o ) {
73
  if ( $section === $o['section'] ) {
74
+ echo '
75
  <tr>
76
  <th>';
77
  if ( '' !== $o['label'] ) {
78
+ echo '<label for="' . esc_attr( $oname ) . '">' . esc_html( $o['label'] ) . ':</label>';
79
  }
80
+ echo '</th>
81
  <td>';
82
  switch ( $o['type'] ) {
83
  case 'checkbox':
84
+ $this->show_checkbox( $oname, $this->options->get( $oname ), $o['caption'], isset( $o['disable'] ) );
85
  break;
86
  case 'dropdown':
87
+ $this->show_dropdown( $oname, $this->options->get( $oname ), $o['caption'], isset( $o['disable'] ) );
88
  break;
89
  case 'radio':
90
+ $this->show_radio( $oname, $this->options->get( $oname ), $o['caption'], isset( $o['disable'] ) );
91
  break;
92
  case 'text':
93
+ $this->show_text( $oname, $this->options->get( $oname ), isset( $o['disable'] ) );
94
  break;
95
  case 'textarea':
96
+ $this->show_textarea( $oname, $this->options->get( $oname ), isset( $o['disable'] ) );
97
  break;
98
  case 'file-upload':
99
+ $this->show_file_upload( $oname, $o['maxsize'], isset( $o['disable'] ) );
100
  }
101
+ echo '
102
  </td>
103
+ <td class="description">' . wp_kses_post( $o['desc'] ) . '</td>
104
  </tr>';
105
  }
106
  }
107
+ echo '
108
  </table>
109
  </div>';
 
110
  }
111
 
112
 
113
  public function show_checkbox( $name, $value, $caption, $disabled = false ) {
114
+ echo '
115
+ <label for="' . esc_attr( $name ) . '">
116
+ <input name="' . esc_attr( $name ) . '" type="checkbox" id="' . esc_attr( $name ) . '" value="1"';
117
  if ( '1' === $value ) {
118
+ echo ' checked="checked"';
119
  }
120
+ $this->show_disabled_text( $disabled );
121
+ echo ' />
122
+ ' . esc_html( $caption ) . '
123
  </label>';
 
124
  }
125
 
126
 
127
  public function show_dropdown( $name, $selected, $value_array, $class_array = null, $disabled = false ) {
128
+ echo '
129
+ <select id="' . esc_attr( $name ) . '" name="' . esc_attr( $name ) . '"';
130
+ $this->show_disabled_text( $disabled );
131
+ echo '>';
132
  foreach ( $value_array as $key => $value ) {
133
  $class_text = isset( $class_array[ $key ] ) ? 'class="' . $class_array[ $key ] . '" ' : '';
134
  $selected_text = $selected === $key ? 'selected ' : '';
135
+ echo '
136
+ <option ' . esc_html( $class_text ) . esc_html( $selected_text ) . 'value="' . esc_attr( $key ) . '">' . esc_html( $value ) . '</option>';
137
  }
138
+ echo '
139
  </select>';
 
140
  }
141
 
142
 
143
  public function show_radio( $name, $selected, $value_array, $disabled = false ) {
144
+ echo '
145
  <fieldset>';
146
  foreach ( $value_array as $key => $value ) {
147
  $checked = ( $selected === $key ) ? 'checked="checked" ' : '';
148
+ echo '
149
+ <label title="' . esc_attr( $value ) . '">
150
+ <input type="radio" ' . esc_html( $checked ) . 'value="' . esc_attr( $key ) . '" name="' . esc_attr( $name ) . '">
151
+ <span>' . esc_html( $value ) . '</span>
152
  </label>
153
  <br />';
154
  }
155
+ echo '
156
  </fieldset>';
 
157
  }
158
 
159
 
160
  public function show_text( $name, $value, $disabled = false ) {
161
+ echo '
162
+ <input name="' . esc_attr( $name ) . '" type="text" id="' . esc_attr( $name ) . '" value="' . esc_html( $value ) . '"';
163
+ $this->show_disabled_text( $disabled );
164
+ echo ' />';
165
  }
166
 
167
 
168
  public function show_textarea( $name, $value, $disabled = false ) {
169
+ echo '
170
+ <textarea name="' . esc_attr( $name ) . '" id="' . esc_attr( $name ) . '" rows="5" class="large-text code"';
171
+ $this->show_disabled_text( $disabled );
172
+ echo '>' . esc_textarea( $value ) . '</textarea>';
173
  }
174
 
175
 
176
  public function show_file_upload( $name, $max_size, $disabled = false ) {
177
+ echo '
178
+ <input name="' . esc_attr( $name ) . '" type="file" maxlength="' . esc_attr( $max_size ) . '">';
 
179
  }
180
 
181
 
182
+ public function show_disabled_text( $disabled = false ) {
183
+ if ( $disabled ) {
184
+ echo ' disabled="disabled"';
185
+ }
186
  }
187
 
188
  }
admin/includes/admin-import.php CHANGED
@@ -10,7 +10,6 @@
10
  * @phan-file-suppress PhanPluginUnknownPropertyType
11
  * @phan-file-suppress PhanPluginUnknownMethodParamType
12
  * @phan-file-suppress PhanPluginUnknownMethodReturnType
13
- * @phan-file-suppress PhanPluginRemoveDebugEcho
14
  * @phan-file-suppress PhanPartialTypeMismatchArgument
15
  * @phan-file-suppress PhanPartialTypeMismatchArgumentInternal
16
  * @phan-file-suppress PhanTypeMismatchArgumentInternal
@@ -83,12 +82,12 @@ class EL_Admin_Import {
83
  public function show_import() {
84
  if ( ! current_user_can( 'edit_posts' ) ) {
85
  // phpcs:ignore WordPress.WP.I18n.MissingArgDomainDefault -- Standard WordPress string
86
- wp_die( __( 'You do not have sufficient permissions to access this page.' ) );
87
  }
88
  echo '
89
  <div class="wrap">
90
  <div id="icon-edit-pages" class="icon32"><br /></div>
91
- <h2>' . __( 'Import Events', 'event-list' ) . '</h2>';
92
  if ( isset( $_FILES['el_import_file'] ) ) {
93
  // Review import
94
  $this->show_import_review();
@@ -107,35 +106,40 @@ class EL_Admin_Import {
107
 
108
  private function show_import_form() {
109
  echo '
110
- <h3>' . __( 'Step', 'event-list' ) . ' 1: ' . __( 'Set import file and options', 'event-list' ) . '</h3>
111
- <form action="" id="el_import_upload" method="post" enctype="multipart/form-data">
112
- ' . $this->functions->show_option_table( 'import' ) . '<br />
113
- <input type="submit" name="button-upload-submit" id="button-upload-submit" class="button" value="' . sprintf( __( 'Proceed with Step %1$s', 'event-list' ), '2' ) . ' &gt;&gt;" />
 
 
114
  </form>
115
  <br /><br />
116
- <h3>' . __( 'Example file', 'event-list' ) . '</h4>
117
- <p>' . sprintf( __( 'You can download an example file %1$shere%2$s (CSV delimiter is a comma!)', 'event-list' ), '<a href="' . $this->example_file_path . '">', '</a>' ) . '</p>
118
- <p><em>' . __( 'Note', 'event-list' ) . ':</em> ' . __( 'Do not change the column header and separator line (first two lines), otherwise the import will fail!', 'event-list' ) . '</p>';
 
 
 
 
 
119
  }
120
 
121
 
122
  private function show_import_review() {
123
- // TODO: Check non-sanitized filename
124
- // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
125
- $file_path = isset( $_FILES['el_import_file']['tmp_name'] ) ? wp_unslash( $_FILES['el_import_file']['tmp_name'] ) : null;
126
  // check for file existence (upload failed?)
127
  if ( ! is_file( $file_path ) ) {
128
- echo '<h3>' . __( 'Sorry, there has been an error.', 'event-list' ) . '</h3>';
129
- echo __( 'The file does not exist, please try again.', 'event-list' ) . '</p>';
130
  return;
131
  }
132
 
133
  // check for file extension (csv) first
134
- $file_name = isset( $_FILES['el_import_file']['name'] ) ? sanitize_file_name( wp_unslash( $_FILES['el_import_file']['name'] ) ) : null;
135
- $file_parts = pathinfo( $file_name );
136
- if ( 'csv' !== $file_parts['extension'] ) {
137
- echo '<h3>' . __( 'Sorry, there has been an error.', 'event-list' ) . '</h3>';
138
- echo __( 'The uploaded file does not have the required csv extension.', 'event-list' ) . '</p>';
139
  return;
140
  }
141
 
@@ -147,14 +151,14 @@ class EL_Admin_Import {
147
 
148
  // show heading
149
  echo '
150
- <h3>' . __( 'Step', 'event-list' ) . ' 2: ' . __( 'Events review and additonal category selection', 'event-list' ) . '</h3>';
151
 
152
  // show messages
153
  // failed parsing
154
  if ( is_wp_error( $import_data ) ) {
155
  echo '
156
- <div class="el-warning">' . __( 'Error', 'event-list' ) . ': ' . __( 'This CSV file cannot be imported', 'event-list' ) . ':
157
- <p>' . $import_data->get_error_message() . '</p>
158
  </div>';
159
  return;
160
  }
@@ -164,24 +168,26 @@ class EL_Admin_Import {
164
  if ( ! empty( $num_event_errors ) ) {
165
  if ( count( $import_data ) === $num_event_errors ) {
166
  echo '
167
- <div class="el-warning">' . __( 'Error', 'event-list' ) . ': ' . __( 'None of the events in this CSV file can be imported', 'event-list' ) . ':';
168
  } else {
169
  echo '
170
- <div class="el-warning">' . __( 'Warning', 'event-list' ) . ': ' . sprintf(
171
- _n(
172
- 'There is %1$s event which cannot be imported',
173
- 'There are %1$s events which cannot be imported',
174
- $num_event_errors,
175
- 'event-list'
176
- ),
177
- $num_event_errors
 
 
178
  ) . ':';
179
  }
180
  echo '
181
  <ul class="el-event-errors">';
182
  foreach ( (array) $import_data as $event ) {
183
  if ( is_wp_error( $event ) ) {
184
- echo '<li>' . sprintf( __( 'CSV line %1$s', 'event-list' ), $event->get_error_data() ) . ': ' . $event->get_error_message() . '</li>';
185
  }
186
  }
187
  echo '</ul>';
@@ -191,7 +197,7 @@ class EL_Admin_Import {
191
  return;
192
  }
193
  echo '
194
- ' . __( 'You can still import all other events listed below.', 'event-list' ) . '
195
  </div>';
196
  $import_data = array_filter( $import_data, array( $this, 'is_no_wp_error' ) );
197
  }
@@ -210,13 +216,14 @@ class EL_Admin_Import {
210
  }
211
  if ( ! empty( $not_available_cats ) ) {
212
  echo '
213
- <div class="el-warning">' . __( 'Warning', 'event-list' ) . ': ' . __( 'The following category slugs are not available and will be removed from the imported events', 'event-list' ) . ':
 
214
  <ul class="el-categories">';
215
  foreach ( $not_available_cats as $cat ) {
216
- echo '<li><code>' . $cat . '</code></li>';
217
  }
218
  echo '</ul>
219
- ' . __( 'If you want to keep these categories, please create these Categories first and do the import afterwards.', 'event-list' ) . '</div>';
220
  }
221
  // event form
222
  echo '
@@ -251,22 +258,22 @@ class EL_Admin_Import {
251
 
252
  private function show_import_finished( $import_status ) {
253
  echo '
254
- <h3>' . __( 'Step', 'event-list' ) . ' 3: ' . __( 'Import result', 'event-list' ) . '</h3>';
255
  if ( empty( $import_status['errors'] ) ) {
256
  echo '
257
- <div class="el-success">' . sprintf( __( 'Import of %1$s events successful!', 'event-list' ), $import_status['success'] ) . '
258
- <a href="' . admin_url( 'edit.php?post_type=el_events' ) . '">' . __( 'Go back to All Events', 'event-list' ) . '</a>';
259
  } else {
260
  echo '
261
- <div class="el-warning">' . __( 'Errors during Import', 'event-list' ) . ':';
262
  if ( is_wp_error( $import_status['errors'] ) ) {
263
  echo '
264
- <p>' . $import_status['errors']->get_error_message() . '</p>';
265
  } else {
266
  echo '
267
  <ul class="el-event-errors">';
268
  foreach ( $import_status['errors'] as $error ) {
269
- echo '<li>' . __( 'Event from CSV-line', 'event-list' ) . ' ' . $error->get_error_data() . ': ' . $error->get_error_message() . '</li>';
270
  }
271
  }
272
  echo '</ul>
@@ -278,13 +285,13 @@ class EL_Admin_Import {
278
  private function show_event( $event ) {
279
  echo '
280
  <p>
281
- <span class="el-event-header">' . __( 'Title', 'event-list' ) . ':</span> <span class="el-event-data">' . $event['title'] . '</span><br />
282
- <span class="el-event-header">' . __( 'Start Date', 'event-list' ) . ':</span> <span class="el-event-data">' . $event['startdate'] . '</span><br />
283
- <span class="el-event-header">' . __( 'End Date', 'event-list' ) . ':</span> <span class="el-event-data">' . $event['enddate'] . '</span><br />
284
- <span class="el-event-header">' . __( 'Time', 'event-list' ) . ':</span> <span class="el-event-data">' . $event['starttime'] . '</span><br />
285
- <span class="el-event-header">' . __( 'Location', 'event-list' ) . ':</span> <span class="el-event-data">' . $event['location'] . '</span><br />
286
- <span class="el-event-header">' . __( 'Content', 'event-list' ) . ':</span> <span class="el-event-data">' . $event['content'] . '</span><br />
287
- <span class="el-event-header">' . __( 'Category slugs', 'event-list' ) . ':</span> <span class="el-event-data">' . implode( ', ', $event['categories'] ) . '</span>
288
  </p>';
289
  }
290
 
@@ -338,7 +345,11 @@ class EL_Admin_Import {
338
  $event_lines ++;
339
  // check correct number of items in line
340
  if ( 6 > count( $line ) || 7 < count( $line ) ) {
341
- $events[] = new WP_Error( 'wrong_number_line_items', sprintf( __( 'Wrong number of items in line (%1$s items found, 6-7 required)', 'event-list' ), count( $line ) ), $event_lines + $empty_lines + 1 );
 
 
 
 
342
  continue;
343
  }
344
  // check and prepare event data
@@ -363,35 +374,6 @@ class EL_Admin_Import {
363
  }
364
 
365
 
366
- private function prepare_event( $event, $date_format = false ) {
367
- // trim all fields
368
- array_walk( $event, array( $this, 'trim_event_fields' ) );
369
- // title
370
- if ( empty( $event['title'] ) ) {
371
- $event = new WP_Error( 'empty_title', __( 'Empty event title found', 'event-list' ), $event['csv_line'] );
372
- return $event;
373
- }
374
- // startdate
375
- $event['startdate'] = $this->prepare_date( $event['startdate'], $date_format );
376
- if ( false === $event['startdate'] ) {
377
- return new WP_Error( 'wrong_startdate', __( 'Wrong date format for startdate', 'event-list' ), $event['csv_line'] );
378
- }
379
- // enddate
380
- if ( empty( $event['enddate'] ) ) {
381
- $event['enddate'] = $event['startdate'];
382
- } else {
383
- $event['enddate'] = $this->prepare_date( $event['enddate'], $date_format );
384
- if ( false === $event['enddate'] ) {
385
- return new WP_Error( 'wrong_enddate', __( 'Wrong date format for enddate', 'event-list' ), $event['csv_line'] );
386
- }
387
- }
388
- // no additional checks for starttime, location, content required
389
- // categories
390
- $event['categories'] = array_map( 'trim', $event['categories'] );
391
- return $event;
392
- }
393
-
394
-
395
  private function trim_event_fields( &$value ) {
396
  if ( is_array( $value ) ) {
397
  $value = array_map( 'trim', $value );
@@ -401,28 +383,6 @@ class EL_Admin_Import {
401
  }
402
 
403
 
404
- private function prepare_date( $date_string, $date_format ) {
405
- $auto_detect = true;
406
- if ( empty( $date_format ) ) {
407
- $date_format = 'Y-m-d';
408
- $auto_detect = false;
409
- }
410
- // create date from given format
411
- // phpcs:ignore PHPCompatibility.FunctionUse.NewFunctions.date_create_from_formatFound
412
- $date = date_create_from_format( $date_format, $date_string );
413
- if ( ! $date instanceof DateTime ) {
414
- // try automatic date detection
415
- if ( $auto_detect ) {
416
- $date = date_create( $date_string );
417
- }
418
- if ( ! $date instanceof DateTime ) {
419
- return false;
420
- }
421
- }
422
- return $date->format( 'Y-m-d' );
423
- }
424
-
425
-
426
  private function save_import_settings() {
427
  foreach ( $this->options->options as $oname => $o ) {
428
  // check used post parameters
@@ -445,8 +405,8 @@ class EL_Admin_Import {
445
  // phpcs:disable WordPress.WP.I18n.MissingArgDomainDefault -- Standard WordPress string
446
  echo '
447
  <div class="submitbox">
448
- <div id="delete-action"><a href="?page=el_admin_main" class="submitdelete deletion">' . __( 'Cancel' ) . '</a></div>
449
- <div id="publishing-action"><input type="submit" class="button button-primary button-large" name="import" value="' . __( 'Import' ) . '" id="import"></div>
450
  <div class="clear"></div>
451
  </div>';
452
  // phpcs:enable
@@ -464,7 +424,7 @@ class EL_Admin_Import {
464
 
465
  private function import_events() {
466
  // check used post parameters
467
- // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
468
  $reviewed_events = isset( $_POST['reviewed_events'] ) ? json_decode( wp_unslash( $_POST['reviewed_events'] ), true ) : array();
469
  if ( empty( $reviewed_events ) ) {
470
  return new WP_Error( 'no_events', __( 'No events found', 'event-list' ) );
@@ -479,43 +439,43 @@ class EL_Admin_Import {
479
  array_map( 'intval', (array) wp_unslash( $_POST[ 'post_' . $this->events_post_type->taxonomy ] ) ) :
480
  array();
481
  }
482
- $additional_cat_slugs = array();
483
  foreach ( $additional_cat_ids as $cat_id ) {
484
  $cat = $this->events->get_cat_by_id( $cat_id );
485
  if ( ! empty( $cat ) ) {
486
- $additional_cat_slugs[] = $cat->slug;
487
- }
488
- }
489
- // prepare events and events categories
490
- foreach ( $reviewed_events as &$event_ref ) {
491
- // check event data
492
- // remove not available categories of import file
493
- foreach ( $event_ref['categories'] as $ckey => $cat_slug ) {
494
- if ( ! $this->events->cat_exists( $cat_slug ) ) {
495
- unset( $event_ref['categories'][ $ckey ] );
496
- }
497
- }
498
- // add the additionally specified categories to the event
499
- if ( ! empty( $additional_cat_slugs ) ) {
500
- $event_ref['categories'] = array_unique( array_merge( $event_ref['categories'], $additional_cat_slugs ) );
501
  }
502
  }
503
  // save events
 
504
  $ret = array(
505
  'success' => 0,
506
  'errors' => array(),
507
  );
508
- require_once EL_PATH . 'includes/event.php';
509
- foreach ( $reviewed_events as $eventdata ) {
510
- $ed = $this->prepare_event( $eventdata );
511
- if ( is_wp_error( $ed ) ) {
512
- $ret['errors'][] = $ed;
 
 
 
 
 
 
 
 
 
 
 
 
 
513
  continue;
514
  }
515
  // TODO: return WP_Error instead of false in EL_Event when safing fails
516
  $event = EL_Event::save( $eventdata );
517
- if ( ! $event ) {
518
- $ret['errors'][] = new WP_Error( 'failed_saving', __( 'Saving of event failed!', 'event-list' ), $event['csv_line'] );
519
  continue;
520
  }
521
  $ret['success'] += 1;
@@ -524,6 +484,65 @@ class EL_Admin_Import {
524
  }
525
 
526
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
527
  public function embed_import_scripts() {
528
  wp_enqueue_style( 'eventlist_admin_import', EL_URL . 'admin/css/admin_import.css', array(), '1.0' );
529
  }
10
  * @phan-file-suppress PhanPluginUnknownPropertyType
11
  * @phan-file-suppress PhanPluginUnknownMethodParamType
12
  * @phan-file-suppress PhanPluginUnknownMethodReturnType
 
13
  * @phan-file-suppress PhanPartialTypeMismatchArgument
14
  * @phan-file-suppress PhanPartialTypeMismatchArgumentInternal
15
  * @phan-file-suppress PhanTypeMismatchArgumentInternal
82
  public function show_import() {
83
  if ( ! current_user_can( 'edit_posts' ) ) {
84
  // phpcs:ignore WordPress.WP.I18n.MissingArgDomainDefault -- Standard WordPress string
85
+ wp_die( esc_html__( 'You do not have sufficient permissions to access this page.' ) );
86
  }
87
  echo '
88
  <div class="wrap">
89
  <div id="icon-edit-pages" class="icon32"><br /></div>
90
+ <h2>' . esc_html__( 'Import Events', 'event-list' ) . '</h2>';
91
  if ( isset( $_FILES['el_import_file'] ) ) {
92
  // Review import
93
  $this->show_import_review();
106
 
107
  private function show_import_form() {
108
  echo '
109
+ <h3>' . esc_html__( 'Step', 'event-list' ) . ' 1: ' . esc_html__( 'Set import file and options', 'event-list' ) . '</h3>
110
+ <form action="" id="el_import_upload" method="post" enctype="multipart/form-data">';
111
+ $this->functions->show_option_table( 'import' );
112
+ echo '<br />
113
+ <input type="submit" name="button-upload-submit" id="button-upload-submit" class="button" value="' .
114
+ sprintf( esc_html__( 'Proceed with Step %1$s', 'event-list' ), '2' ) . ' &gt;&gt;" />
115
  </form>
116
  <br /><br />
117
+ <h3>' . esc_html__( 'Example file', 'event-list' ) . '</h4>
118
+ <p>' . sprintf(
119
+ esc_html__( 'You can download an example file %1$shere%2$s (CSV delimiter is a comma!)', 'event-list' ),
120
+ '<a href="' . esc_url_raw( $this->example_file_path ) . '">',
121
+ '</a>'
122
+ ) . '</p>
123
+ <p><em>' . esc_html__( 'Note', 'event-list' ) . ':</em> ' .
124
+ esc_html__( 'Do not change the column header and separator line (first two lines), otherwise the import will fail!', 'event-list' ) . '</p>';
125
  }
126
 
127
 
128
  private function show_import_review() {
129
+ // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- Sanitized with the realpath function
130
+ $file_path = isset( $_FILES['el_import_file']['tmp_name'] ) ? realpath( wp_unslash( $_FILES['el_import_file']['tmp_name'] ) ) : '';
 
131
  // check for file existence (upload failed?)
132
  if ( ! is_file( $file_path ) ) {
133
+ echo '<h3>' . esc_html__( 'Sorry, there has been an error.', 'event-list' ) . '</h3>';
134
+ echo esc_html__( 'The file does not exist, please try again.', 'event-list' ) . '</p>';
135
  return;
136
  }
137
 
138
  // check for file extension (csv) first
139
+ $file_name = isset( $_FILES['el_import_file']['name'] ) ? sanitize_file_name( wp_unslash( $_FILES['el_import_file']['name'] ) ) : '';
140
+ if ( 'csv' !== pathinfo( $file_name, PATHINFO_EXTENSION ) ) {
141
+ echo '<h3>' . esc_html__( 'Sorry, there has been an error.', 'event-list' ) . '</h3>';
142
+ echo esc_html__( 'The uploaded file does not have the required csv extension.', 'event-list' ) . '</p>';
 
143
  return;
144
  }
145
 
151
 
152
  // show heading
153
  echo '
154
+ <h3>' . esc_html__( 'Step', 'event-list' ) . ' 2: ' . esc_html__( 'Events review and additonal category selection', 'event-list' ) . '</h3>';
155
 
156
  // show messages
157
  // failed parsing
158
  if ( is_wp_error( $import_data ) ) {
159
  echo '
160
+ <div class="el-warning">' . esc_html__( 'Error', 'event-list' ) . ': ' . esc_html__( 'This CSV file cannot be imported', 'event-list' ) . ':
161
+ <p>' . esc_html( $import_data->get_error_message() ) . '</p>
162
  </div>';
163
  return;
164
  }
168
  if ( ! empty( $num_event_errors ) ) {
169
  if ( count( $import_data ) === $num_event_errors ) {
170
  echo '
171
+ <div class="el-warning">' . esc_html__( 'Error', 'event-list' ) . ': ' . esc_html__( 'None of the events in this CSV file can be imported', 'event-list' ) . ':';
172
  } else {
173
  echo '
174
+ <div class="el-warning">' . esc_html__( 'Warning', 'event-list' ) . ': ' . esc_html(
175
+ sprintf(
176
+ _n(
177
+ 'There is %1$s event which cannot be imported',
178
+ 'There are %1$s events which cannot be imported',
179
+ $num_event_errors,
180
+ 'event-list'
181
+ ),
182
+ $num_event_errors
183
+ )
184
  ) . ':';
185
  }
186
  echo '
187
  <ul class="el-event-errors">';
188
  foreach ( (array) $import_data as $event ) {
189
  if ( is_wp_error( $event ) ) {
190
+ echo '<li>' . esc_html( sprintf( __( 'CSV line %1$s', 'event-list' ), $event->get_error_data() ) ) . ': ' . esc_html( $event->get_error_message() ) . '</li>';
191
  }
192
  }
193
  echo '</ul>';
197
  return;
198
  }
199
  echo '
200
+ ' . esc_html__( 'You can still import all other events listed below.', 'event-list' ) . '
201
  </div>';
202
  $import_data = array_filter( $import_data, array( $this, 'is_no_wp_error' ) );
203
  }
216
  }
217
  if ( ! empty( $not_available_cats ) ) {
218
  echo '
219
+ <div class="el-warning">' . esc_html__( 'Warning', 'event-list' ) . ': ' .
220
+ esc_html__( 'The following category slugs are not available and will be removed from the imported events', 'event-list' ) . ':
221
  <ul class="el-categories">';
222
  foreach ( $not_available_cats as $cat ) {
223
+ echo '<li><code>' . esc_html( $cat ) . '</code></li>';
224
  }
225
  echo '</ul>
226
+ ' . esc_html__( 'If you want to keep these categories, please create these Categories first and do the import afterwards.', 'event-list' ) . '</div>';
227
  }
228
  // event form
229
  echo '
258
 
259
  private function show_import_finished( $import_status ) {
260
  echo '
261
+ <h3>' . esc_html__( 'Step', 'event-list' ) . ' 3: ' . esc_html__( 'Import result', 'event-list' ) . '</h3>';
262
  if ( empty( $import_status['errors'] ) ) {
263
  echo '
264
+ <div class="el-success">' . esc_html( sprintf( __( 'Import of %1$s events successful!', 'event-list' ), $import_status['success'] ) ) . '<br />
265
+ <a href="' . admin_url( 'edit.php?post_type=el_events' ) . '">' . esc_html__( 'Go back to All Events', 'event-list' ) . '</a>';
266
  } else {
267
  echo '
268
+ <div class="el-warning">' . esc_html__( 'Errors during Import', 'event-list' ) . ':';
269
  if ( is_wp_error( $import_status['errors'] ) ) {
270
  echo '
271
+ <p>' . esc_html( $import_status['errors']->get_error_message() ) . '</p>';
272
  } else {
273
  echo '
274
  <ul class="el-event-errors">';
275
  foreach ( $import_status['errors'] as $error ) {
276
+ echo '<li>' . esc_html__( 'Event from CSV-line', 'event-list' ) . ' ' . esc_html( $error->get_error_data() ) . ': ' . esc_html( $error->get_error_message() ) . '</li>';
277
  }
278
  }
279
  echo '</ul>
285
  private function show_event( $event ) {
286
  echo '
287
  <p>
288
+ <span class="el-event-header">' . esc_html__( 'Title', 'event-list' ) . ':</span> <span class="el-event-data">' . esc_html( $event['title'] ) . '</span><br />
289
+ <span class="el-event-header">' . esc_html__( 'Start Date', 'event-list' ) . ':</span> <span class="el-event-data">' . esc_html( $event['startdate'] ) . '</span><br />
290
+ <span class="el-event-header">' . esc_html__( 'End Date', 'event-list' ) . ':</span> <span class="el-event-data">' . esc_html( $event['enddate'] ) . '</span><br />
291
+ <span class="el-event-header">' . esc_html__( 'Time', 'event-list' ) . ':</span> <span class="el-event-data">' . esc_html( $event['starttime'] ) . '</span><br />
292
+ <span class="el-event-header">' . esc_html__( 'Location', 'event-list' ) . ':</span> <span class="el-event-data">' . esc_html( $event['location'] ) . '</span><br />
293
+ <span class="el-event-header">' . esc_html__( 'Content', 'event-list' ) . ':</span> <span class="el-event-data">' . esc_html( $event['content'] ) . '</span><br />
294
+ <span class="el-event-header">' . esc_html__( 'Category slugs', 'event-list' ) . ':</span> <span class="el-event-data">' . esc_html( implode( ', ', $event['categories'] ) ) . '</span>
295
  </p>';
296
  }
297
 
345
  $event_lines ++;
346
  // check correct number of items in line
347
  if ( 6 > count( $line ) || 7 < count( $line ) ) {
348
+ $events[] = new WP_Error(
349
+ 'wrong_number_line_items',
350
+ sprintf( __( 'Wrong number of items in line (%1$s items found, 6-7 required)', 'event-list' ), count( $line ) ),
351
+ $event_lines + $empty_lines + 1
352
+ );
353
  continue;
354
  }
355
  // check and prepare event data
374
  }
375
 
376
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
377
  private function trim_event_fields( &$value ) {
378
  if ( is_array( $value ) ) {
379
  $value = array_map( 'trim', $value );
383
  }
384
 
385
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
386
  private function save_import_settings() {
387
  foreach ( $this->options->options as $oname => $o ) {
388
  // check used post parameters
405
  // phpcs:disable WordPress.WP.I18n.MissingArgDomainDefault -- Standard WordPress string
406
  echo '
407
  <div class="submitbox">
408
+ <div id="delete-action"><a href="?page=el_admin_main" class="submitdelete deletion">' . esc_html__( 'Cancel' ) . '</a></div>
409
+ <div id="publishing-action"><input type="submit" class="button button-primary button-large" name="import" value="' . esc_html__( 'Import' ) . '" id="import"></div>
410
  <div class="clear"></div>
411
  </div>';
412
  // phpcs:enable
424
 
425
  private function import_events() {
426
  // check used post parameters
427
+ // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized -- The eventdata is sanitized in prepare_event() function
428
  $reviewed_events = isset( $_POST['reviewed_events'] ) ? json_decode( wp_unslash( $_POST['reviewed_events'] ), true ) : array();
429
  if ( empty( $reviewed_events ) ) {
430
  return new WP_Error( 'no_events', __( 'No events found', 'event-list' ) );
439
  array_map( 'intval', (array) wp_unslash( $_POST[ 'post_' . $this->events_post_type->taxonomy ] ) ) :
440
  array();
441
  }
442
+ $additional_cats = array();
443
  foreach ( $additional_cat_ids as $cat_id ) {
444
  $cat = $this->events->get_cat_by_id( $cat_id );
445
  if ( ! empty( $cat ) ) {
446
+ $additional_cats[] = $cat->slug;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
447
  }
448
  }
449
  // save events
450
+ require_once EL_PATH . 'includes/event.php';
451
  $ret = array(
452
  'success' => 0,
453
  'errors' => array(),
454
  );
455
+ foreach ( $reviewed_events as $eventdata_raw ) {
456
+ // prepare the event categories
457
+ $cats = array();
458
+ foreach ( $eventdata_raw['categories'] as $cat_slug ) {
459
+ $cat_slug = sanitize_title( $cat_slug );
460
+ if ( $this->events->cat_exists( $cat_slug ) ) {
461
+ $cats[] = $cat_slug;
462
+ }
463
+ }
464
+ // add the additionally specified categories
465
+ if ( ! empty( $additional_cats ) ) {
466
+ $cats = array_unique( array_merge( $cats, $additional_cats ) );
467
+ }
468
+ $eventdata_raw['categories'] = $cats;
469
+
470
+ $eventdata = $this->prepare_event( $eventdata_raw );
471
+ if ( is_wp_error( $eventdata ) ) {
472
+ $ret['errors'][] = $eventdata;
473
  continue;
474
  }
475
  // TODO: return WP_Error instead of false in EL_Event when safing fails
476
  $event = EL_Event::save( $eventdata );
477
+ if ( ! $event instanceof EL_Event ) {
478
+ $ret['errors'][] = new WP_Error( 'failed_saving', __( 'Saving of event failed!', 'event-list' ), $eventdata['csv-line'] );
479
  continue;
480
  }
481
  $ret['success'] += 1;
484
  }
485
 
486
 
487
+ private function prepare_event( $eventdata_raw, $date_format = false ) {
488
+ // trim all fields
489
+ array_walk( $eventdata_raw, array( $this, 'trim_event_fields' ) );
490
+ $eventdata = array();
491
+ // prepare csv_line
492
+ $eventdata['csv-line'] = isset( $eventdata_raw['csv-line'] ) ? strval( $eventdata_raw['csv-line'] ) : '';
493
+ // title
494
+ $eventdata['title'] = isset( $eventdata_raw['title'] ) ? sanitize_text_field( $eventdata_raw['title'] ) : '';
495
+ if ( empty( $eventdata['title'] ) ) {
496
+ return new WP_Error( 'empty_title', __( 'Empty event title found', 'event-list' ), $eventdata['csv-line'] );
497
+ }
498
+ // startdate
499
+ $eventdata['startdate'] = isset( $eventdata_raw['startdate'] ) ? $this->prepare_date( $eventdata_raw['startdate'], $date_format ) : '';
500
+ if ( empty( $eventdata['startdate'] ) ) {
501
+ return new WP_Error( 'wrong_startdate', __( 'Wrong date format for startdate', 'event-list' ), $eventdata['csv-line'] );
502
+ }
503
+ // enddate
504
+ if ( empty( $eventdata_raw['enddate'] ) ) {
505
+ $eventdata['enddate'] = $eventdata['startdate'];
506
+ } else {
507
+ $eventdata['enddate'] = $this->prepare_date( $eventdata_raw['enddate'], $date_format );
508
+ if ( empty( $eventdata['enddate'] ) ) {
509
+ return new WP_Error( 'wrong_enddate', __( 'Wrong date format for enddate', 'event-list' ), $eventdata['csv-line'] );
510
+ }
511
+ }
512
+ // starttime
513
+ $eventdata['starttime'] = isset( $eventdata_raw['starttime'] ) ? wp_kses_post( $eventdata_raw['starttime'] ) : '';
514
+ // location
515
+ $eventdata['location'] = isset( $eventdata_raw['location'] ) ? wp_kses_post( $eventdata_raw['location'] ) : '';
516
+ // content
517
+ $eventdata['content'] = isset( $eventdata_raw['content'] ) ? wp_kses_post( $eventdata_raw['content'] ) : '';
518
+ // categories
519
+ $eventdata['categories'] = array_map( 'sanitize_title', $eventdata_raw['categories'] );
520
+ return $eventdata;
521
+ }
522
+
523
+
524
+ private function prepare_date( $date_string, $date_format ) {
525
+ $auto_detect = true;
526
+ if ( empty( $date_format ) ) {
527
+ $date_format = 'Y-m-d';
528
+ $auto_detect = false;
529
+ }
530
+ // create date from given format
531
+ // phpcs:ignore PHPCompatibility.FunctionUse.NewFunctions.date_create_from_formatFound -- A custom function is created in daterange.php if it does not exist
532
+ $date = date_create_from_format( $date_format, sanitize_text_field( wp_unslash( $date_string ) ) );
533
+ if ( ! $date instanceof DateTime ) {
534
+ // try automatic date detection
535
+ if ( $auto_detect ) {
536
+ $date = date_create( $date_string );
537
+ }
538
+ if ( ! $date instanceof DateTime ) {
539
+ return '';
540
+ }
541
+ }
542
+ return $date->format( 'Y-m-d' );
543
+ }
544
+
545
+
546
  public function embed_import_scripts() {
547
  wp_enqueue_style( 'eventlist_admin_import', EL_URL . 'admin/css/admin_import.css', array(), '1.0' );
548
  }
admin/includes/admin-main.php CHANGED
@@ -9,7 +9,6 @@
9
  * @phan-file-suppress PhanPluginUnknownPropertyType
10
  * @phan-file-suppress PhanPluginUnknownMethodParamType
11
  * @phan-file-suppress PhanPluginUnknownMethodReturnType
12
- * @phan-file-suppress PhanPluginRemoveDebugEcho
13
  * @phan-file-suppress PhanPartialTypeMismatchArgument
14
  * @phan-file-suppress PhanTypeMismatchProperty
15
  *
@@ -121,11 +120,11 @@ class EL_Admin_Main {
121
  switch ( $column_name ) {
122
  case 'eventdate':
123
  $event = new EL_Event( $pid );
124
- echo $this->format_event_date( $event->startdate, $event->enddate, $event->starttime_i18n() );
125
  break;
126
  case 'location':
127
  $event = new EL_Event( $pid );
128
- echo $event->location;
129
  break;
130
  }
131
  }
@@ -193,13 +192,15 @@ class EL_Admin_Main {
193
  $date_args = array(
194
  'selected_date' => isset( $_GET['date'] ) ? sanitize_key( $_GET['date'] ) : $this->default_date,
195
  );
196
- echo( $this->filterbar->show_years( admin_url( 'edit.php?post_type=el_events' ), $date_args, 'dropdown', array( 'show_past' => true ) ) );
 
197
 
198
  // cat filter
199
  $cat_args = array(
200
  'selected_cat' => isset( $_GET['cat'] ) ? sanitize_key( $_GET['cat'] ) : 'all',
201
  );
202
- echo( $this->filterbar->show_cats( admin_url( 'edit.php?post_type=el_events' ), $cat_args, 'dropdown' ) );
 
203
  }
204
 
205
 
@@ -249,9 +250,9 @@ class EL_Admin_Main {
249
  public function set_default_posts_list_mode() {
250
  // check used get parameters
251
  $post_type = isset( $_GET['post_type'] ) ? sanitize_key( $_GET['post_type'] ) : '';
252
- $mode = isset( $_REQUEST['mode'] ) ? sanitize_title( wp_unslash( $_REQUEST['mode'] ) ) : '';
253
 
254
- if ( 'el_events' === $post_type && empty( $_REQUEST['mode'] ) ) {
255
  $_REQUEST['mode'] = 'excerpt';
256
  }
257
  }
@@ -265,36 +266,34 @@ class EL_Admin_Main {
265
  public function add_import_button() {
266
  echo '
267
  <script>jQuery(document).ready(function($) { items = $("a.page-title-action").length ? $("a.page-title-action") : $("a.add-new-h2"); ' .
268
- 'items.first().after(\'<a href="' . admin_url( 'edit.php?post_type=el_events&page=el_admin_import' ) . '" class="add-new-h2">' . __( 'Import', 'event-list' ) . '</a>\'); });</script>';
269
  }
270
 
271
 
272
  /**
273
- * In this function the start date, the end date and time is formated for
274
- * the output.
275
  *
276
  * @param string $startdate The start date of the event
277
  * @param string $enddate The end date of the event
278
  * @param string $starttime The start time of the event
279
- * @return string
280
  */
281
  private function format_event_date( $startdate, $enddate, $starttime ) {
282
- $out = '<span style="white-space:nowrap;">';
283
  // start date
284
  // phpcs:ignore WordPress.WP.I18n.MissingArgDomainDefault -- Standard WordPress string
285
- $out .= mysql2date( __( 'Y/m/d' ), $startdate );
286
  // end date for multiday event
287
  if ( $startdate !== $enddate ) {
288
  // phpcs:ignore WordPress.WP.I18n.MissingArgDomainDefault -- Standard WordPress string
289
- $out .= ' -<br />' . mysql2date( __( 'Y/m/d' ), $enddate );
290
  }
291
  // event starttime
292
  if ( '' !== $starttime ) {
293
- $out .= '<br />
294
- <span class="starttime">' . esc_html( $starttime ) . '</span>';
295
  }
296
- $out .= '</span>';
297
- return $out;
298
  }
299
 
300
  }
9
  * @phan-file-suppress PhanPluginUnknownPropertyType
10
  * @phan-file-suppress PhanPluginUnknownMethodParamType
11
  * @phan-file-suppress PhanPluginUnknownMethodReturnType
 
12
  * @phan-file-suppress PhanPartialTypeMismatchArgument
13
  * @phan-file-suppress PhanTypeMismatchProperty
14
  *
120
  switch ( $column_name ) {
121
  case 'eventdate':
122
  $event = new EL_Event( $pid );
123
+ $this->format_event_date( $event->startdate, $event->enddate, $event->starttime_i18n() );
124
  break;
125
  case 'location':
126
  $event = new EL_Event( $pid );
127
+ echo wp_kses_post( $event->location );
128
  break;
129
  }
130
  }
192
  $date_args = array(
193
  'selected_date' => isset( $_GET['date'] ) ? sanitize_key( $_GET['date'] ) : $this->default_date,
194
  );
195
+ // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- filterbar->show_years is escapted
196
+ echo $this->filterbar->show_years( admin_url( 'edit.php?post_type=el_events' ), $date_args, 'dropdown', array( 'show_past' => true ) );
197
 
198
  // cat filter
199
  $cat_args = array(
200
  'selected_cat' => isset( $_GET['cat'] ) ? sanitize_key( $_GET['cat'] ) : 'all',
201
  );
202
+ // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- filterbar->show_cats is escapted
203
+ echo $this->filterbar->show_cats( admin_url( 'edit.php?post_type=el_events' ), $cat_args, 'dropdown' );
204
  }
205
 
206
 
250
  public function set_default_posts_list_mode() {
251
  // check used get parameters
252
  $post_type = isset( $_GET['post_type'] ) ? sanitize_key( $_GET['post_type'] ) : '';
253
+ $mode = isset( $_REQUEST['mode'] ) ? sanitize_key( $_REQUEST['mode'] ) : '';
254
 
255
+ if ( 'el_events' === $post_type && empty( $mode ) ) {
256
  $_REQUEST['mode'] = 'excerpt';
257
  }
258
  }
266
  public function add_import_button() {
267
  echo '
268
  <script>jQuery(document).ready(function($) { items = $("a.page-title-action").length ? $("a.page-title-action") : $("a.add-new-h2"); ' .
269
+ 'items.first().after(\'<a href="' . admin_url( 'edit.php?post_type=el_events&page=el_admin_import' ) . '" class="add-new-h2">' . esc_html__( 'Import', 'event-list' ) . '</a>\'); });</script>';
270
  }
271
 
272
 
273
  /**
274
+ * In this function the start date, the end date and time is printed formated
 
275
  *
276
  * @param string $startdate The start date of the event
277
  * @param string $enddate The end date of the event
278
  * @param string $starttime The start time of the event
279
+ * @return void
280
  */
281
  private function format_event_date( $startdate, $enddate, $starttime ) {
282
+ echo '<span style="white-space:nowrap;">';
283
  // start date
284
  // phpcs:ignore WordPress.WP.I18n.MissingArgDomainDefault -- Standard WordPress string
285
+ echo esc_html( mysql2date( __( 'Y/m/d' ), $startdate ) );
286
  // end date for multiday event
287
  if ( $startdate !== $enddate ) {
288
  // phpcs:ignore WordPress.WP.I18n.MissingArgDomainDefault -- Standard WordPress string
289
+ echo ' -<br />' . esc_html( mysql2date( __( 'Y/m/d' ), $enddate ) );
290
  }
291
  // event starttime
292
  if ( '' !== $starttime ) {
293
+ echo '<br />
294
+ <span class="starttime">' . wp_kses_post( $starttime ) . '</span>';
295
  }
296
+ echo '</span>';
 
297
  }
298
 
299
  }
admin/includes/admin-new.php CHANGED
@@ -10,7 +10,6 @@
10
  * @phan-file-suppress PhanPluginUnknownPropertyType
11
  * @phan-file-suppress PhanPluginUnknownMethodParamType
12
  * @phan-file-suppress PhanPluginUnknownMethodReturnType
13
- * @phan-file-suppress PhanPluginRemoveDebugEcho
14
  * @phan-file-suppress PhanPartialTypeMismatchArgument
15
  * @phan-file-suppress PhanPartialTypeMismatchArgumentInternal
16
  * @phan-file-suppress PhanPossiblyNullTypeArgument
@@ -120,18 +119,20 @@ class EL_Admin_New {
120
  );
121
  // HTML output (single quotes required for json value due to json layout)
122
  echo '
123
- <input type="hidden" id="json_for_js" value=\'' . $json . '\' />
124
- <label class="event-option">' . __( 'Date', 'event-list' ) . ' (' . __( 'required', 'event-list' ) . '):</label>
125
- <div class="event-data"><span class="date-wrapper"><input type="text" class="text form-required" name="startdate" id="startdate" value="' . gmdate( 'Y-m-d', $startdate ) . '" /><i class="dashicons dashicons-calendar-alt"></i></span>
126
- <span id="enddate-area"> - <span class="date-wrapper"><input type="text" class="text" name="enddate" id="enddate" value="' . gmdate( 'Y-m-d', $enddate ) . '" /><i class="dashicons dashicons-calendar-alt"></i></span></span>
127
- <label class="el-inline-checkbox"><input type="checkbox" name="multiday" id="multiday" value="1" /> ' . __( 'Multi-Day Event', 'event-list' ) . '</label>
 
 
128
  <input type="hidden" id="startdate-iso" name="startdate-iso" value="" />
129
  <input type="hidden" id="enddate-iso" name="enddate-iso" value="" />
130
  </div>
131
- <label class="event-option">' . __( 'Time', 'event-list' ) . ':</label>
132
- <div class="event-data"><input type="text" class="text" name="starttime" id="starttime" value="' . $starttime . '" /></div>
133
- <label class="event-option">' . __( 'Location', 'event-list' ) . ':</label>
134
- <div class="event-data"><input type="text" class="text" name="location" id="location" value="' . $location . '" /></div>';
135
  }
136
 
137
 
@@ -144,7 +145,7 @@ class EL_Admin_New {
144
  }
145
  // show label for event title
146
  echo '
147
- <label class="event-option">' . __( 'Event Title', 'event-list' ) . ':</label>';
148
  }
149
 
150
 
@@ -161,18 +162,14 @@ class EL_Admin_New {
161
  unset( $wp_meta_boxes[ get_post_type( 'post' ) ]['primary'] );
162
  // show label for event content
163
  echo '
164
- <label class="event-option">' . __( 'Event Content', 'event-list' ) . ':</label>';
165
  }
166
 
167
 
168
  public function embed_scripts() {
169
  wp_enqueue_script( 'jquery-ui-datepicker' );
170
  wp_enqueue_script( 'eventlist_admin_new_js', EL_URL . 'admin/js/admin_new.js', array(), '1.0', true );
171
- // TODO: wp_localize_jquery_ui_datepicker is available since WordPress version 4.6.0.
172
- // For compatibility to older versions the function_exists test was added, this test can be removed again in a later version.
173
- if ( function_exists( 'wp_localize_jquery_ui_datepicker' ) ) {
174
- wp_localize_jquery_ui_datepicker();
175
- }
176
  wp_enqueue_style( 'eventlist_admin_new', EL_URL . 'admin/css/admin_new.css', array(), '1.0' );
177
  // add the jquery-ui style "smooth" (see https://jqueryui.com/download/) (required for the xwp datepicker skin)
178
  wp_enqueue_style( 'eventlist_jqueryui', EL_URL . 'admin/css/jquery-ui.min.css', array(), '1.0' );
@@ -188,16 +185,20 @@ class EL_Admin_New {
188
  * @param WP_Post $post Post Object
189
  * @param bool $update Whether this is an existing post being updated
190
  * @return bool|int
191
- *
192
- * TODO: Prepare a new array for the metadata from the $_POST array instead of using the $_POST array directly
193
- * @suppress PhanTypePossiblyInvalidDimOffset
194
  */
195
  public function save_eventdata( $pid, $post, $update ) {
196
  // don't do on autosave or when new posts are first created
197
  if ( ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) || 'auto-draft' === $post->post_status ) {
198
  return $pid;
199
  }
200
- $eventdata = $_POST;
 
 
 
 
 
 
 
201
  // provide iso start- and end-date
202
  if ( ! empty( $eventdata['startdate-iso'] ) ) {
203
  $eventdata['startdate'] = $eventdata['startdate-iso'];
@@ -237,20 +238,22 @@ class EL_Admin_New {
237
  $messages['el_events'] = array(
238
  // Unused. Messages start at index 1.
239
  0 => '',
240
- 1 => __( 'Event updated.', 'event-list' ) . ' <a href="' . esc_url( get_permalink( $post_ID ) ) . '">' . __( 'View event', 'event-list' ) . '</a>',
241
  // Custom field updated is not required (no custom fields)
242
  2 => '',
243
  // Custom field deleted is not required (no custom fields)
244
  3 => '',
245
  4 => __( 'Event updated.', 'event-list' ),
246
  5 => is_null( $revision ) ? false : sprintf( __( 'Event restored to revision from %1$s', 'event-list' ), wp_post_revision_title( $revision, false ) ),
247
- 6 => __( 'Event published.', 'event-list' ) . ' <a href="' . esc_url( get_permalink( $post_ID ) ) . '">' . __( 'View event', 'event-list' ) . '</a>',
248
  7 => __( 'Event saved.', 'event-list' ),
249
- 8 => __( 'Event submitted.', 'event-list' ) . ' <a target="_blank" href="' . esc_url( add_query_arg( 'preview', 'true', get_permalink( $post_ID ) ) ) . '">' . __( 'Preview event', 'event-list' ) . '</a>',
 
250
  // phpcs:ignore WordPress.WP.I18n.MissingArgDomainDefault -- Standard WordPress string
251
  9 => sprintf( __( 'Event scheduled for: %1$s>', 'event-list' ), '<strong>' . date_i18n( __( 'M j, Y @ G:i' ), strtotime( $post->post_date ) ) . '</strong>' ) .
252
- ' <a target="_blank" href="' . esc_url( get_permalink( $post_ID ) ) . '">' . __( 'Preview event', 'event-list' ) . '</a>',
253
- 10 => __( 'Event draft updated.', 'event-list' ) . ' <a target="_blank" href="' . esc_url( add_query_arg( 'preview', 'true', get_permalink( $post_ID ) ) ) . '">' . __( 'Preview event', 'event-list' ) . '</a>',
 
254
  );
255
  return $messages;
256
  }
10
  * @phan-file-suppress PhanPluginUnknownPropertyType
11
  * @phan-file-suppress PhanPluginUnknownMethodParamType
12
  * @phan-file-suppress PhanPluginUnknownMethodReturnType
 
13
  * @phan-file-suppress PhanPartialTypeMismatchArgument
14
  * @phan-file-suppress PhanPartialTypeMismatchArgumentInternal
15
  * @phan-file-suppress PhanPossiblyNullTypeArgument
119
  );
120
  // HTML output (single quotes required for json value due to json layout)
121
  echo '
122
+ <input type="hidden" id="json_for_js" value=\'' . esc_js( $json ) . '\' />
123
+ <label class="event-option">' . esc_html__( 'Date', 'event-list' ) . ' (' . esc_html__( 'required', 'event-list' ) . '):</label>
124
+ <div class="event-data"><span class="date-wrapper"><input type="text" class="text form-required" name="startdate" id="startdate" value="' .
125
+ esc_html( gmdate( 'Y-m-d', $startdate ) ) . '" /><i class="dashicons dashicons-calendar-alt"></i></span>
126
+ <span id="enddate-area"> - <span class="date-wrapper"><input type="text" class="text" name="enddate" id="enddate" value="' .
127
+ esc_html( gmdate( 'Y-m-d', $enddate ) ) . '" /><i class="dashicons dashicons-calendar-alt"></i></span></span>
128
+ <label class="el-inline-checkbox"><input type="checkbox" name="multiday" id="multiday" value="1" /> ' . esc_html__( 'Multi-Day Event', 'event-list' ) . '</label>
129
  <input type="hidden" id="startdate-iso" name="startdate-iso" value="" />
130
  <input type="hidden" id="enddate-iso" name="enddate-iso" value="" />
131
  </div>
132
+ <label class="event-option">' . esc_html__( 'Time', 'event-list' ) . ':</label>
133
+ <div class="event-data"><input type="text" class="text" name="starttime" id="starttime" value="' . esc_html( $starttime ) . '" /></div>
134
+ <label class="event-option">' . esc_html__( 'Location', 'event-list' ) . ':</label>
135
+ <div class="event-data"><input type="text" class="text" name="location" id="location" value="' . esc_html( $location ) . '" /></div>';
136
  }
137
 
138
 
145
  }
146
  // show label for event title
147
  echo '
148
+ <label class="event-option">' . esc_html__( 'Event Title', 'event-list' ) . ':</label>';
149
  }
150
 
151
 
162
  unset( $wp_meta_boxes[ get_post_type( 'post' ) ]['primary'] );
163
  // show label for event content
164
  echo '
165
+ <label class="event-option">' . esc_html__( 'Event Content', 'event-list' ) . ':</label>';
166
  }
167
 
168
 
169
  public function embed_scripts() {
170
  wp_enqueue_script( 'jquery-ui-datepicker' );
171
  wp_enqueue_script( 'eventlist_admin_new_js', EL_URL . 'admin/js/admin_new.js', array(), '1.0', true );
172
+ wp_localize_jquery_ui_datepicker();
 
 
 
 
173
  wp_enqueue_style( 'eventlist_admin_new', EL_URL . 'admin/css/admin_new.css', array(), '1.0' );
174
  // add the jquery-ui style "smooth" (see https://jqueryui.com/download/) (required for the xwp datepicker skin)
175
  wp_enqueue_style( 'eventlist_jqueryui', EL_URL . 'admin/css/jquery-ui.min.css', array(), '1.0' );
185
  * @param WP_Post $post Post Object
186
  * @param bool $update Whether this is an existing post being updated
187
  * @return bool|int
 
 
 
188
  */
189
  public function save_eventdata( $pid, $post, $update ) {
190
  // don't do on autosave or when new posts are first created
191
  if ( ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) || 'auto-draft' === $post->post_status ) {
192
  return $pid;
193
  }
194
+ $eventdata = array();
195
+ $eventdata['startdate'] = isset( $_POST['startdate'] ) ? sanitize_text_field( wp_unslash( $_POST['startdate'] ) ) : '';
196
+ $eventdata['startdate-iso'] = isset( $_POST['startdate-iso'] ) ? sanitize_key( $_POST['startdate-iso'] ) : '';
197
+ $eventdata['enddate'] = isset( $_POST['enddate'] ) ? sanitize_text_field( wp_unslash( $_POST['enddate'] ) ) : '';
198
+ $eventdata['enddate-iso'] = isset( $_POST['enddate-iso'] ) ? sanitize_key( $_POST['enddate-iso'] ) : '';
199
+ $eventdata['starttime'] = isset( $_POST['starttime'] ) ? wp_kses_post( wp_unslash( $_POST['starttime'] ) ) : '';
200
+ $eventdata['location'] = isset( $_POST['location'] ) ? wp_kses_post( wp_unslash( $_POST['location'] ) ) : '';
201
+ $eventdata['multiday'] = isset( $_POST['multiday'] ) ? sanitize_key( $_POST['multiday'] ) : '';
202
  // provide iso start- and end-date
203
  if ( ! empty( $eventdata['startdate-iso'] ) ) {
204
  $eventdata['startdate'] = $eventdata['startdate-iso'];
238
  $messages['el_events'] = array(
239
  // Unused. Messages start at index 1.
240
  0 => '',
241
+ 1 => __( 'Event updated.', 'event-list' ) . ' <a href="' . esc_url_raw( get_permalink( $post_ID ) ) . '">' . __( 'View event', 'event-list' ) . '</a>',
242
  // Custom field updated is not required (no custom fields)
243
  2 => '',
244
  // Custom field deleted is not required (no custom fields)
245
  3 => '',
246
  4 => __( 'Event updated.', 'event-list' ),
247
  5 => is_null( $revision ) ? false : sprintf( __( 'Event restored to revision from %1$s', 'event-list' ), wp_post_revision_title( $revision, false ) ),
248
+ 6 => __( 'Event published.', 'event-list' ) . ' <a href="' . esc_url_raw( get_permalink( $post_ID ) ) . '">' . __( 'View event', 'event-list' ) . '</a>',
249
  7 => __( 'Event saved.', 'event-list' ),
250
+ 8 => __( 'Event submitted.', 'event-list' ) . ' <a target="_blank" href="' . esc_url( add_query_arg( 'preview', 'true', get_permalink( $post_ID ) ) ) . '">' .
251
+ __( 'Preview event', 'event-list' ) . '</a>',
252
  // phpcs:ignore WordPress.WP.I18n.MissingArgDomainDefault -- Standard WordPress string
253
  9 => sprintf( __( 'Event scheduled for: %1$s>', 'event-list' ), '<strong>' . date_i18n( __( 'M j, Y @ G:i' ), strtotime( $post->post_date ) ) . '</strong>' ) .
254
+ ' <a target="_blank" href="' . esc_url_raw( get_permalink( $post_ID ) ) . '">' . __( 'Preview event', 'event-list' ) . '</a>',
255
+ 10 => __( 'Event draft updated.', 'event-list' ) . ' <a target="_blank" href="' . esc_url_raw( add_query_arg( 'preview', 'true', get_permalink( $post_ID ) ) ) . '">' .
256
+ __( 'Preview event', 'event-list' ) . '</a>',
257
  );
258
  return $messages;
259
  }
admin/includes/admin-settings.php CHANGED
@@ -9,7 +9,6 @@
9
  * @phan-file-suppress PhanPluginNoCommentOnPrivateMethod
10
  * @phan-file-suppress PhanPluginUnknownPropertyType
11
  * @phan-file-suppress PhanPluginUnknownMethodReturnType
12
- * @phan-file-suppress PhanPluginRemoveDebugEcho
13
  * @phan-file-suppress PhanPartialTypeMismatchArgument
14
  *
15
  * @package event-list
@@ -53,18 +52,17 @@ class EL_Admin_Settings {
53
  public function show_settings() {
54
  if ( ! current_user_can( 'manage_options' ) ) {
55
  // phpcs:ignore WordPress.WP.I18n.MissingArgDomainDefault -- Standard WordPress string
56
- wp_die( __( 'You do not have sufficient permissions to access this page.' ) );
57
  }
58
  // check used get parameters
59
  $tab = isset( $_GET['tab'] ) ? sanitize_key( $_GET['tab'] ) : 'general';
60
  $settings_updated = isset( $_GET['settings-updated'] ) ? sanitize_key( $_GET['settings-updated'] ) : '';
61
 
62
- $out = '';
63
  // check for changed settings
64
  if ( 'true' === $settings_updated ) {
65
  // show "settings saved" message
66
  // phpcs:ignore WordPress.WP.I18n.MissingArgDomainDefault -- Standard WordPress string
67
- $out .= '<div id="message" class="updated"><p><strong>' . __( 'Settings saved.' ) . '</strong></p></div>';
68
  switch ( $tab ) {
69
  case 'frontend':
70
  // flush rewrite rules (required if permalink slug was changed)
@@ -86,22 +84,21 @@ class EL_Admin_Settings {
86
  }
87
 
88
  // normal output
89
- $out .= '
90
  <div class="wrap">
91
- <div id="icon-edit-pages" class="icon32"><br /></div><h2>' . __( 'Event List Settings', 'event-list' ) . '</h2>';
92
- $out .= $this->show_tabs( $tab );
93
- $out .= '<div id="posttype-page" class="posttypediv">';
94
  $options = array();
95
  if ( 'taxonomy' === $tab ) {
96
  $options['page'] = admin_url( 'edit.php?post_type=el_events&page=el_admin_cat_sync&switch_taxonomy=1' );
97
  $options['button_text'] = __( 'Go to Event Category switching page', 'event-list' );
98
  $options['button_class'] = 'secondary';
99
  }
100
- $out .= $this->functions->show_option_form( $tab, $options );
101
- $out .= '
102
  </div>
103
  </div>';
104
- echo $out;
105
  }
106
 
107
 
@@ -113,13 +110,12 @@ class EL_Admin_Settings {
113
  'feed' => __( 'Feed Settings', 'event-list' ),
114
  'taxonomy' => __( 'Category Taxonomy', 'event-list' ),
115
  );
116
- $out = '<h3 class="nav-tab-wrapper">';
117
  foreach ( $tabs as $tab => $name ) {
118
  $class = ( $tab === $current ) ? ' nav-tab-active' : '';
119
- $out .= '<a class="nav-tab' . $class . '" href="' . remove_query_arg( 'settings-updated', add_query_arg( 'tab', $tab ) ) . '">' . $name . '</a>';
120
  }
121
- $out .= '</h3>';
122
- return $out;
123
  }
124
 
125
 
9
  * @phan-file-suppress PhanPluginNoCommentOnPrivateMethod
10
  * @phan-file-suppress PhanPluginUnknownPropertyType
11
  * @phan-file-suppress PhanPluginUnknownMethodReturnType
 
12
  * @phan-file-suppress PhanPartialTypeMismatchArgument
13
  *
14
  * @package event-list
52
  public function show_settings() {
53
  if ( ! current_user_can( 'manage_options' ) ) {
54
  // phpcs:ignore WordPress.WP.I18n.MissingArgDomainDefault -- Standard WordPress string
55
+ wp_die( esc_html__( 'You do not have sufficient permissions to access this page.' ) );
56
  }
57
  // check used get parameters
58
  $tab = isset( $_GET['tab'] ) ? sanitize_key( $_GET['tab'] ) : 'general';
59
  $settings_updated = isset( $_GET['settings-updated'] ) ? sanitize_key( $_GET['settings-updated'] ) : '';
60
 
 
61
  // check for changed settings
62
  if ( 'true' === $settings_updated ) {
63
  // show "settings saved" message
64
  // phpcs:ignore WordPress.WP.I18n.MissingArgDomainDefault -- Standard WordPress string
65
+ echo '<div id="message" class="updated"><p><strong>' . esc_html__( 'Settings saved.' ) . '</strong></p></div>';
66
  switch ( $tab ) {
67
  case 'frontend':
68
  // flush rewrite rules (required if permalink slug was changed)
84
  }
85
 
86
  // normal output
87
+ echo '
88
  <div class="wrap">
89
+ <div id="icon-edit-pages" class="icon32"><br /></div><h2>' . esc_html__( 'Event List Settings', 'event-list' ) . '</h2>';
90
+ $this->show_tabs( $tab );
91
+ echo '<div id="posttype-page" class="posttypediv">';
92
  $options = array();
93
  if ( 'taxonomy' === $tab ) {
94
  $options['page'] = admin_url( 'edit.php?post_type=el_events&page=el_admin_cat_sync&switch_taxonomy=1' );
95
  $options['button_text'] = __( 'Go to Event Category switching page', 'event-list' );
96
  $options['button_class'] = 'secondary';
97
  }
98
+ $this->functions->show_option_form( $tab, $options );
99
+ echo '
100
  </div>
101
  </div>';
 
102
  }
103
 
104
 
110
  'feed' => __( 'Feed Settings', 'event-list' ),
111
  'taxonomy' => __( 'Category Taxonomy', 'event-list' ),
112
  );
113
+ echo '<h3 class="nav-tab-wrapper">';
114
  foreach ( $tabs as $tab => $name ) {
115
  $class = ( $tab === $current ) ? ' nav-tab-active' : '';
116
+ echo '<a class="nav-tab' . esc_attr( $class ) . '" href="' . esc_url_raw( remove_query_arg( 'settings-updated', add_query_arg( 'tab', $tab ) ) ) . '">' . esc_html( $name ) . '</a>';
117
  }
118
+ echo '</h3>';
 
119
  }
120
 
121
 
admin/includes/upgrade.php CHANGED
@@ -11,7 +11,6 @@
11
  * @phan-file-suppress PhanPluginUnknownPropertyType
12
  * @phan-file-suppress PhanPluginUnknownMethodParamType
13
  * @phan-file-suppress PhanPluginUnknownMethodReturnType
14
- * @phan-file-suppress PhanPluginRemoveDebugEcho
15
  * @phan-file-suppress PhanPartialTypeMismatchProperty
16
  * @phan-file-suppress PhanPartialTypeMismatchArgument
17
  * @phan-file-suppress PhanTypeMismatchArgumentProbablyReal
@@ -390,7 +389,7 @@ class EL_Upgrade {
390
 
391
  private function redirect( $args_to_add = array(), $args_to_remove = array() ) {
392
  $url = add_query_arg( $args_to_add, remove_query_arg( $args_to_remove ) );
393
- echo '<meta http-equiv="refresh" content="0; url=' . $url . '">';
394
  die();
395
  }
396
 
11
  * @phan-file-suppress PhanPluginUnknownPropertyType
12
  * @phan-file-suppress PhanPluginUnknownMethodParamType
13
  * @phan-file-suppress PhanPluginUnknownMethodReturnType
 
14
  * @phan-file-suppress PhanPartialTypeMismatchProperty
15
  * @phan-file-suppress PhanPartialTypeMismatchArgument
16
  * @phan-file-suppress PhanTypeMismatchArgumentProbablyReal
389
 
390
  private function redirect( $args_to_add = array(), $args_to_remove = array() ) {
391
  $url = add_query_arg( $args_to_add, remove_query_arg( $args_to_remove ) );
392
+ echo '<meta http-equiv="refresh" content="0; url=', esc_url_raw( $url ), '">';
393
  die();
394
  }
395
 
event-list.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Event List
4
  * Plugin URI: https://wordpress.org/plugins/event-list/
5
  * Description: Manage your events and show them in a list view on your site.
6
- * Version: 0.8.7
7
  * Author: mibuthu
8
  * Author URI: https://wordpress.org/plugins/event-list/
9
  * Text Domain: event-list
3
  * Plugin Name: Event List
4
  * Plugin URI: https://wordpress.org/plugins/event-list/
5
  * Description: Manage your events and show them in a list view on your site.
6
+ * Version: 0.8.8
7
  * Author: mibuthu
8
  * Author URI: https://wordpress.org/plugins/event-list/
9
  * Text Domain: event-list
files/events-import-example.csv CHANGED
@@ -1,4 +1,4 @@
1
  "sep=,"
2
  "title","startdate","enddate","starttime","location","content","category_slugs"
3
- "Cycling",2018-10-31,,17:00:00,"at home","This is a test entry."
4
- "Hiking",2020-02-02,2020-02-04,10:00:00,"in the mountains","TestTest?<br>2nd test entry.","events|sports"
1
  "sep=,"
2
  "title","startdate","enddate","starttime","location","content","category_slugs"
3
+ "Cycling",2022-10-31,,17:00:00,"at home","This is a test entry."
4
+ "Hiking",2023-02-02,2023-02-04,10:00:00,"in the mountains","TestTest?<br>2nd test entry.","events|sports"
includes/event.php CHANGED
@@ -173,7 +173,7 @@ class EL_Event {
173
  }
174
  // error handling: set event back to pending, and publish error message
175
  if ( ! empty( $el_event_errors ) ) {
176
- // TODO: Check the comment: "if((isset($_POST['publish']) || isset( $_POST['save'] ) ) && $_POST['post_status'] == 'publish' )"
177
  global $wpdb;
178
  $wpdb->update( $wpdb->posts, array( 'post_status' => 'pending' ), array( 'ID' => $pid ) );
179
  add_filter( 'redirect_post_location', array( &$instance, 'save_metadata_redirect_post_location_filter' ) );
@@ -315,7 +315,7 @@ class EL_Event {
315
  $opening_tag = array_pop( $tags );
316
  if ( $opening_tag !== $tag_name ) {
317
  // Not properly nested tag found: trigger a warning and add the not matching opening tag again
318
- // phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_trigger_error
319
  trigger_error( 'Not properly nested tag found (last opening tag: ' . $opening_tag . ', closing tag: ' . $tag_name . ')', E_USER_NOTICE );
320
  $tags[] = $opening_tag;
321
  } else {
173
  }
174
  // error handling: set event back to pending, and publish error message
175
  if ( ! empty( $el_event_errors ) ) {
176
+ // TODO: Check the comment: "if((isset($_POST['publish']) || isset( $_POST['save'] ) ) && 'publish' === sanitize_key($_POST['post_status']))"
177
  global $wpdb;
178
  $wpdb->update( $wpdb->posts, array( 'post_status' => 'pending' ), array( 'ID' => $pid ) );
179
  add_filter( 'redirect_post_location', array( &$instance, 'save_metadata_redirect_post_location_filter' ) );
315
  $opening_tag = array_pop( $tags );
316
  if ( $opening_tag !== $tag_name ) {
317
  // Not properly nested tag found: trigger a warning and add the not matching opening tag again
318
+ // phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_trigger_error, WordPress.Security.EscapeOutput.OutputNotEscaped
319
  trigger_error( 'Not properly nested tag found (last opening tag: ' . $opening_tag . ', closing tag: ' . $tag_name . ')', E_USER_NOTICE );
320
  $tags[] = $opening_tag;
321
  } else {
includes/filterbar.php CHANGED
@@ -74,7 +74,7 @@ class EL_Filterbar {
74
  for ( $i = 0; $i < $num_sections; $i++ ) {
75
  if ( ! empty( $sections[ $i ] ) ) {
76
  $out .= '
77
- <div style="text-align:' . $section_align[ $i ] . '">';
78
  // split items in section seperated by comma
79
  $items = explode( ',', $sections[ $i ] );
80
  foreach ( $items as $item ) {
@@ -285,7 +285,7 @@ class EL_Filterbar {
285
  foreach ( $elements as $element ) {
286
  $out .= '<li>';
287
  if ( $selected === $element['slug'] ) {
288
- $out .= '<strong>' . $element['name'] . '</strong>';
289
  } else {
290
  $out .= $this->show_link( add_query_arg( $name, $element['slug'], $url ), $element['name'] );
291
  }
@@ -301,16 +301,16 @@ class EL_Filterbar {
301
  if ( ! is_admin() ) {
302
  wp_register_script( 'el_filterbar', EL_URL . 'includes/js/filterbar.js', array(), '1.0', true );
303
  add_action( 'wp_footer', array( &$this, 'footer_script' ) );
304
- $onchange = ' onchange="el_redirect(this.name,this.value,' . $sc_id . ')"';
305
  }
306
- $out = '<select class="dropdown" name="' . $name . '"' . $onchange . '>';
307
  foreach ( $elements as $element ) {
308
  $out .= '
309
  <option';
310
  if ( $element['slug'] === $selected ) {
311
  $out .= ' selected="selected"';
312
  }
313
- $out .= ' value="' . $element['slug'] . '">' . esc_html( $element['name'] ) . '</option>';
314
  }
315
  $out .= '
316
  </select>';
@@ -320,7 +320,7 @@ class EL_Filterbar {
320
 
321
  private function show_link( $url, $caption, $class = null ) {
322
  $class = ( null === $class ) ? '' : ' class="' . $class . '"';
323
- return '<a href="' . esc_url( $url ) . '"' . $class . '>' . esc_html( $caption ) . '</a>';
324
  }
325
 
326
 
74
  for ( $i = 0; $i < $num_sections; $i++ ) {
75
  if ( ! empty( $sections[ $i ] ) ) {
76
  $out .= '
77
+ <div style="text-align:' . esc_attr( $section_align[ $i ] ) . '">';
78
  // split items in section seperated by comma
79
  $items = explode( ',', $sections[ $i ] );
80
  foreach ( $items as $item ) {
285
  foreach ( $elements as $element ) {
286
  $out .= '<li>';
287
  if ( $selected === $element['slug'] ) {
288
+ $out .= '<strong>' . esc_html( $element['name'] ) . '</strong>';
289
  } else {
290
  $out .= $this->show_link( add_query_arg( $name, $element['slug'], $url ), $element['name'] );
291
  }
301
  if ( ! is_admin() ) {
302
  wp_register_script( 'el_filterbar', EL_URL . 'includes/js/filterbar.js', array(), '1.0', true );
303
  add_action( 'wp_footer', array( &$this, 'footer_script' ) );
304
+ $onchange = ' onchange="el_redirect(this.name,this.value,' . esc_attr( $sc_id ) . ')"';
305
  }
306
+ $out = '<select class="dropdown" name="' . esc_attr( $name ) . '"' . $onchange . '>';
307
  foreach ( $elements as $element ) {
308
  $out .= '
309
  <option';
310
  if ( $element['slug'] === $selected ) {
311
  $out .= ' selected="selected"';
312
  }
313
+ $out .= ' value="' . esc_attr( $element['slug'] ) . '">' . esc_html( $element['name'] ) . '</option>';
314
  }
315
  $out .= '
316
  </select>';
320
 
321
  private function show_link( $url, $caption, $class = null ) {
322
  $class = ( null === $class ) ? '' : ' class="' . $class . '"';
323
+ return '<a href="' . esc_url_raw( $url ) . '"' . $class . '>' . esc_html( $caption ) . '</a>';
324
  }
325
 
326
 
includes/ical.php CHANGED
@@ -10,8 +10,8 @@
10
  * @phan-file-suppress PhanPluginUnknownPropertyType
11
  * @phan-file-suppress PhanPluginUnknownMethodParamType
12
  * @phan-file-suppress PhanPluginUnknownMethodReturnType
13
- * @phan-file-suppress PhanPluginRemoveDebugEcho
14
  * @phan-file-suppress PhanPossiblyFalseTypeArgument
 
15
  *
16
  * @package event-list
17
  */
@@ -70,30 +70,33 @@ class EL_ICal {
70
 
71
  // Print iCal
72
  $eol = "\r\n";
 
73
  echo 'BEGIN:VCALENDAR' . $eol .
74
  'VERSION:2.0' . $eol .
75
- 'PRODID:-//' . get_bloginfo( 'name' ) . '//NONSGML v1.0//EN' . $eol .
76
  'CALSCALE:GREGORIAN' . $eol .
77
- 'UID:' . md5( uniqid( strval( wp_rand() ), true ) ) . '@' . get_bloginfo( 'name' ) . $eol;
78
 
79
  if ( ! empty( $events ) ) {
80
  foreach ( $events as $event ) {
81
  echo 'BEGIN:VEVENT' . $eol .
82
- 'UID:' . md5( uniqid( strval( wp_rand() ), true ) ) . '@' . get_bloginfo( 'name' ) . $eol .
83
- 'DTSTART:' . mysql2date( 'Ymd', $event->startdate, false ) . get_gmt_from_date( $event->starttime, '\THis\Z' ) . $eol;
84
  if ( $event->enddate !== $event->startdate ) {
85
- echo 'DTEND:' . mysql2date( 'Ymd', $event->enddate, false ) . $eol;
86
  }
87
  echo 'DTSTAMP:' . gmdate( 'Ymd\THis\Z' ) . $eol .
88
- 'LOCATION:' . $event->location . $eol .
89
- 'SUMMARY:' . $this->sanitize_feed_text( $event->title ) . $eol;
90
  if ( ! empty( $event->content ) ) {
91
- echo 'DESCRIPTION:' . $this->sanitize_feed_text( str_replace( array( "\r", "\n" ), ' ', $event->content ) ) . $eol;
 
92
  }
93
  echo 'END:VEVENT' . $eol;
94
  }
95
  }
96
  echo 'END:VCALENDAR';
 
97
  }
98
 
99
 
@@ -112,8 +115,8 @@ class EL_ICal {
112
  }
113
 
114
 
115
- private function sanitize_feed_text( $text ) {
116
- return htmlspecialchars( $text, ENT_QUOTES, 'UTF-8' );
117
  }
118
 
119
 
10
  * @phan-file-suppress PhanPluginUnknownPropertyType
11
  * @phan-file-suppress PhanPluginUnknownMethodParamType
12
  * @phan-file-suppress PhanPluginUnknownMethodReturnType
 
13
  * @phan-file-suppress PhanPossiblyFalseTypeArgument
14
+ * @phan-file-suppress PhanPartialTypeMismatchArgument
15
  *
16
  * @package event-list
17
  */
70
 
71
  // Print iCal
72
  $eol = "\r\n";
73
+ // phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped -- Only variables with user content has to be and are escaped
74
  echo 'BEGIN:VCALENDAR' . $eol .
75
  'VERSION:2.0' . $eol .
76
+ 'PRODID:-//' . $this->esc_text( get_bloginfo( 'name' ) ) . '//NONSGML v1.0//EN' . $eol .
77
  'CALSCALE:GREGORIAN' . $eol .
78
+ 'UID:' . md5( uniqid( strval( wp_rand() ), true ) ) . '@' . $this->esc_text( get_bloginfo( 'name' ) ) . $eol;
79
 
80
  if ( ! empty( $events ) ) {
81
  foreach ( $events as $event ) {
82
  echo 'BEGIN:VEVENT' . $eol .
83
+ 'UID:' . md5( uniqid( strval( wp_rand() ), true ) ) . '@' . $this->esc_text( get_bloginfo( 'name' ) ) . $eol .
84
+ 'DTSTART:' . mysql2date( 'Ymd', $this->esc_text( $event->startdate ), false ) . get_gmt_from_date( $this->esc_text( $event->starttime ), '\THis\Z' ) . $eol;
85
  if ( $event->enddate !== $event->startdate ) {
86
+ echo 'DTEND:' . $this->esc_text( mysql2date( 'Ymd', $this->esc_text( $event->enddate ), false ) ) . $eol;
87
  }
88
  echo 'DTSTAMP:' . gmdate( 'Ymd\THis\Z' ) . $eol .
89
+ 'LOCATION:' . $this->esc_text( $event->location ) . $eol .
90
+ 'SUMMARY:' . $this->esc_text( $event->title ) . $eol;
91
  if ( ! empty( $event->content ) ) {
92
+ echo 'DESCRIPTION:' . $this->esc_text( $event->content ) . $eol;
93
+ echo 'X-ALT-DESC;FMTTYPE=text/html:' . wp_kses_post( $event->content ) . $eol;
94
  }
95
  echo 'END:VEVENT' . $eol;
96
  }
97
  }
98
  echo 'END:VCALENDAR';
99
+ // phpcs:enable
100
  }
101
 
102
 
115
  }
116
 
117
 
118
+ private function esc_text( $text ) {
119
+ return trim( wp_kses( $text, array() ) );
120
  }
121
 
122
 
includes/options.php CHANGED
@@ -10,7 +10,6 @@
10
  * @phan-file-suppress PhanPluginUnknownPropertyType
11
  * @phan-file-suppress PhanPluginUnknownMethodParamType
12
  * @phan-file-suppress PhanPluginUnknownMethodReturnType
13
- * @phan-file-suppress PhanPluginRemoveDebugEcho
14
  * @phan-file-suppress PhanPartialTypeMismatchArgument
15
  *
16
  * @package event-list
10
  * @phan-file-suppress PhanPluginUnknownPropertyType
11
  * @phan-file-suppress PhanPluginUnknownMethodParamType
12
  * @phan-file-suppress PhanPluginUnknownMethodReturnType
 
13
  * @phan-file-suppress PhanPartialTypeMismatchArgument
14
  *
15
  * @package event-list
includes/rss.php CHANGED
@@ -10,9 +10,9 @@
10
  * @phan-file-suppress PhanPluginUnknownPropertyType
11
  * @phan-file-suppress PhanPluginUnknownMethodParamType
12
  * @phan-file-suppress PhanPluginUnknownMethodReturnType
13
- * @phan-file-suppress PhanPluginRemoveDebugEcho
14
  * @phan-file-suppress PhanPossiblyNullTypeArgument
15
  * @phan-file-suppress PhanPossiblyFalseTypeArgument
 
16
  *
17
  * @package event-list
18
  */
@@ -61,7 +61,8 @@ class EL_Rss {
61
 
62
  public function print_head_feed_link() {
63
  echo '
64
- <link rel="alternate" type="application/rss+xml" title="' . get_bloginfo_rss( 'name' ) . ' &raquo; ' . $this->options->get( 'el_feed_rss_description' ) . '" href="' . $this->feed_url() . '" />';
 
65
  }
66
 
67
 
@@ -75,7 +76,7 @@ class EL_Rss {
75
  $events = $this->events->get( $options );
76
 
77
  // Print RSS
78
- echo '<?xml version="1.0" encoding="' . get_option( 'blog_charset' ) . '"?>
79
  <rss version="2.0"
80
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
81
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
@@ -85,36 +86,47 @@ class EL_Rss {
85
  xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
86
  >
87
  <channel>
88
- <title>' . get_bloginfo_rss( 'name' ) . '</title>
89
- <atom:link href="' . apply_filters( 'self_link', get_bloginfo() ) . '" rel="self" type="application/rss+xml" />
90
- <link>' . get_bloginfo_rss( 'url' ) . '</link>
91
- <description>' . $this->options->get( 'el_feed_rss_description' ) . '</description>
92
- <lastBuildDate>' . mysql2date( 'D, d M Y H:i:s +0000', get_lastpostmodified( 'GMT' ), false ) . '</lastBuildDate>
93
- <language>' . get_option( 'rss_language' ) . '</language>
94
- <sy:updatePeriod>' . apply_filters( 'rss_update_period', 'hourly' ) . '</sy:updatePeriod>
95
- <sy:updateFrequency>' . apply_filters( 'rss_update_frequency', '1' ) . '</sy:updateFrequency>
96
  ';
97
  do_action( 'rss2_head' );
98
  if ( ! empty( $events ) ) {
99
  foreach ( $events as $event ) {
100
  echo '
101
  <item>
102
- <title>' . $this->format_date( $event->startdate, $event->enddate ) . ' - ' . $this->sanitize_feed_text( $event->title ) . '</title>
103
- <pubDate>' . mysql2date( 'D, d M Y H:i:s +0000', $event->startdate, false ) . '</pubDate>';
 
 
 
 
 
 
104
  foreach ( (array) $event->categories as $cat ) {
105
  echo '
106
- <category>' . $this->sanitize_feed_text( $cat->name ) . '</category>';
 
 
 
 
 
 
 
 
 
 
 
107
  }
108
  echo '
109
  <description>
110
- ' . $this->event_data( $event ) . '
111
  </description>';
112
- if ( ! empty( $event->content ) ) {
113
- echo '
114
- <content:encoded>
115
- ' . $this->event_data( $event ) . ':
116
- </content:encoded>';
117
- }
118
  echo '
119
  </item>';
120
  }
@@ -148,18 +160,6 @@ class EL_Rss {
148
  }
149
 
150
 
151
- private function event_data( &$event ) {
152
- $timetext = empty( $event->starttime ) ? '' : ' ' . $this->sanitize_feed_text( $event->starttime );
153
- $locationtext = empty( $event->location ) ? '' : ' - ' . $this->sanitize_feed_text( $event->location );
154
- return $this->format_date( $event->startdate, $event->enddate ) . $timetext . $locationtext . $this->sanitize_feed_text( do_shortcode( $event->content ) );
155
- }
156
-
157
-
158
- private function sanitize_feed_text( $text ) {
159
- return htmlspecialchars( $text, ENT_QUOTES, 'UTF-8' );
160
- }
161
-
162
-
163
  private function format_date( $startdate, $enddate ) {
164
  $start_array = explode( '-', $startdate );
165
  $startdate = intval( mktime( 0, 0, 0, intval( $start_array[1] ), intval( $start_array[2] ), intval( $start_array[0] ) ) );
10
  * @phan-file-suppress PhanPluginUnknownPropertyType
11
  * @phan-file-suppress PhanPluginUnknownMethodParamType
12
  * @phan-file-suppress PhanPluginUnknownMethodReturnType
 
13
  * @phan-file-suppress PhanPossiblyNullTypeArgument
14
  * @phan-file-suppress PhanPossiblyFalseTypeArgument
15
+ * @phan-file-suppress PhanPartialTypeMismatchArgument
16
  *
17
  * @package event-list
18
  */
61
 
62
  public function print_head_feed_link() {
63
  echo '
64
+ <link rel="alternate" type="application/rss+xml" title="' . esc_attr( get_bloginfo_rss( 'name' ) ) . ' &raquo; ' . esc_attr( $this->options->get( 'el_feed_rss_description' ) ) .
65
+ '" href="' . esc_url_raw( $this->feed_url() ) . '" />';
66
  }
67
 
68
 
76
  $events = $this->events->get( $options );
77
 
78
  // Print RSS
79
+ echo '<?xml version="1.0" encoding="' . esc_attr( get_option( 'blog_charset' ) ) . '"?>
80
  <rss version="2.0"
81
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
82
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
86
  xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
87
  >
88
  <channel>
89
+ <title>' . esc_html( get_bloginfo_rss( 'name' ) ) . '</title>
90
+ <atom:link href="' . esc_url_raw( apply_filters( 'self_link', get_bloginfo() ) ) . '" rel="self" type="application/rss+xml" />
91
+ <link>' . esc_url_raw( get_bloginfo_rss( 'url' ) ) . '</link>
92
+ <description>' . esc_html( $this->options->get( 'el_feed_rss_description' ) ) . '</description>
93
+ <lastBuildDate>' . esc_html( mysql2date( 'D, d M Y H:i:s +0000', get_lastpostmodified( 'GMT' ), false ) ) . '</lastBuildDate>
94
+ <language>' . esc_attr( get_option( 'rss_language' ) ) . '</language>
95
+ <sy:updatePeriod>' . esc_attr( apply_filters( 'rss_update_period', 'hourly' ) ) . '</sy:updatePeriod>
96
+ <sy:updateFrequency>' . esc_attr( apply_filters( 'rss_update_frequency', '1' ) ) . '</sy:updateFrequency>
97
  ';
98
  do_action( 'rss2_head' );
99
  if ( ! empty( $events ) ) {
100
  foreach ( $events as $event ) {
101
  echo '
102
  <item>
103
+ <title>',
104
+ // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- No escaping required for format_date
105
+ $this->format_date( $event->startdate, $event->enddate ) . ' - ' . esc_html( $event->title ),
106
+ '</title>
107
+ <pubDate>',
108
+ // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- No escaping required for this date format
109
+ mysql2date( 'D, d M Y H:i:s +0000', $event->startdate, false ),
110
+ '</pubDate>';
111
  foreach ( (array) $event->categories as $cat ) {
112
  echo '
113
+ <category>' . esc_attr( $cat->name ) . '</category>';
114
+ }
115
+ $timetext = empty( $event->starttime ) ? '' :
116
+ __( 'Time', 'event-list' ) . ': ' . $this->format_date( $event->startdate, $event->enddate ) . ' ' . wp_kses_post( $event->starttime ) . '<br />
117
+ ';
118
+ $locationtext = empty( $event->location ) ? '' :
119
+ __( 'Location', 'event-list' ) . ': ' . wp_kses_post( $event->location ) . '<br />
120
+ <br />
121
+ ';
122
+ if ( ! empty( $timetext ) && empty( $locationtext ) ) {
123
+ $timetext .= '<br />
124
+ ';
125
  }
126
  echo '
127
  <description>
128
+ ' . esc_html( $timetext . $locationtext . do_shortcode( $event->content ) ) . '
129
  </description>';
 
 
 
 
 
 
130
  echo '
131
  </item>';
132
  }
160
  }
161
 
162
 
 
 
 
 
 
 
 
 
 
 
 
 
163
  private function format_date( $startdate, $enddate ) {
164
  $start_array = explode( '-', $startdate );
165
  $startdate = intval( mktime( 0, 0, 0, intval( $start_array[1] ), intval( $start_array[2] ), intval( $start_array[0] ) ) );
includes/sc_event-list.php CHANGED
@@ -10,7 +10,6 @@
10
  * @phan-file-suppress PhanPluginUnknownPropertyType
11
  * @phan-file-suppress PhanPluginUnknownMethodParamType
12
  * @phan-file-suppress PhanPluginUnknownMethodReturnType
13
- * @phan-file-suppress PhanPluginRemoveDebugEcho
14
  * @phan-file-suppress PhanPartialTypeMismatchArgument
15
  * @phan-file-suppress PhanTypeMismatchArgumentProbablyReal
16
  *
@@ -181,7 +180,7 @@ class SC_Event_List {
181
  // Show an error and the event list view if an invalid event_id was provided
182
  if ( null === $event->post ) {
183
  $this->single_event = false;
184
- $out = '<div class="el-error single-event-error">' . __( 'Sorry, the requested event is not available!', 'event-list' ) . '</div>';
185
  $out .= $this->html_event_list( $a );
186
  return $out;
187
  }
@@ -190,7 +189,7 @@ class SC_Event_List {
190
  $out .= $this->html_filterbar( $a );
191
  $out .= $this->html_feed_links( $a, 'below_nav' );
192
  $out .= '
193
- <h2>' . __( 'Event Information:', 'event-list' ) . '</h2>
194
  <ul class="single-event-view">';
195
  $single_day_only = ( $event->startdate === $event->enddate );
196
  $out .= $this->html_event( $event, $a, $single_day_only );
@@ -226,7 +225,7 @@ class SC_Event_List {
226
  $out .= $this->html_feed_links( $a, 'below_nav' );
227
  if ( empty( $events ) ) {
228
  // no events found
229
- $out .= '<p>' . $this->options->get( 'el_no_event_text' ) . '</p>';
230
  } else {
231
  // print available events
232
  $out .= '
@@ -247,22 +246,18 @@ class SC_Event_List {
247
  $cat_string = implode( ' ', $event->get_category_slugs() );
248
  // add class with each category slug
249
  $out = '
250
- <li class="event ' . $cat_string . '">';
251
  // event date
252
  if ( '1' !== $this->options->get( 'el_date_once_per_day' ) || $last_event_startdate !== $event->startdate || $last_event_enddate !== $event->enddate ) {
253
  $out .= $this->html_fulldate( $event->startdate, $event->enddate, $single_day_only );
254
  }
255
  $out .= '
256
- <div class="event-info';
257
- if ( $single_day_only ) {
258
- $out .= ' single-day';
259
- } else {
260
- $out .= ' multi-day';
261
- }
262
  $out .= '">';
263
  // event title
264
  $out .= '<div class="event-title"><h3>';
265
- $title = $event->truncate( esc_attr( $event->title ), $a['title_length'], $this->single_event );
266
  if ( $this->is_link_available( $a, $event ) ) {
267
  $out .= $this->get_event_link( $a, $event->post->ID, $title );
268
  } else {
@@ -272,9 +267,9 @@ class SC_Event_List {
272
  // event starttime
273
  if ( '' !== $event->starttime && $this->is_visible( $a['show_starttime'] ) ) {
274
  if ( '' === $this->options->get( 'el_html_tags_in_time' ) ) {
275
- $event->starttime = esc_attr( $event->starttime_i18n() );
276
  }
277
- $out .= '<span class="event-time">' . $event->starttime_i18n() . '</span>';
278
  }
279
  // event location
280
  if ( '' !== $event->location && $this->is_visible( $a['show_location'] ) ) {
@@ -283,11 +278,11 @@ class SC_Event_List {
283
  } else {
284
  $location = $event->truncate( $event->location, $a['location_length'], $this->single_event );
285
  }
286
- $out .= '<span class="event-location">' . $location . '</span>';
287
  }
288
  // event categories
289
  if ( $this->is_visible( $a['show_cat'] ) ) {
290
- $out .= '<div class="event-cat">' . esc_attr( implode( ', ', $event->get_category_names() ) ) . '</div>';
291
  }
292
  // event excerpt or content
293
  $out .= $this->html_event_content( $event, $a );
@@ -304,11 +299,11 @@ class SC_Event_List {
304
  if ( ( '' !== $event->content
305
  && ( $this->is_visible( $a['show_content'] ) || ( $this->is_visible( $a['show_excerpt'] ) && '' === $event->excerpt ) ) ) ) {
306
  // Show content.
307
- $content = $event->content;
308
  $content_class = 'event-content';
309
  } elseif ( $this->is_visible( $a['show_excerpt'] ) && '' !== $event->excerpt ) {
310
  // Show excerpt.
311
- $content = $event->excerpt;
312
  $content_class = 'event-excerpt';
313
  } else {
314
  // No content or excerpt.
@@ -339,7 +334,7 @@ class SC_Event_List {
339
  }
340
  }
341
  // last preparations of content
342
- $content = $event->truncate( do_shortcode( wpautop( $content ) ), $a['content_length'], $this->single_event, true, $truncate_url );
343
  // preparations for collapsed content
344
  if ( $this->is_visible( $a['collapse_content'] ) ) {
345
  wp_register_script( 'el_event-list', EL_URL . 'includes/js/event-list.js', null, '1.0', true );
@@ -431,8 +426,8 @@ class SC_Event_List {
431
 
432
  private function html_rss_link( &$a ) {
433
  require_once EL_PATH . 'includes/rss.php';
434
- $feed_url = EL_Rss::get_instance()->feed_url();
435
- $link_text = $this->options->get( 'el_feed_rss_link_text' );
436
  return '
437
  <a href="' . $feed_url . '" title="' . __( 'Link to RSS feed', 'event-list' ) . '" class="el-rss"><span class="dashicons dashicons-rss"></span>' . $link_text . '</a>';
438
  }
@@ -441,8 +436,8 @@ class SC_Event_List {
441
  private function html_ical_link( &$a ) {
442
  require_once EL_PATH . 'includes/ical.php';
443
  // TODO: Respect the catfilter attribute in the ICAL feed
444
- $feed_url = EL_ICal::get_instance()->feed_url();
445
- $link_text = $this->options->get( 'el_feed_ical_link_text' );
446
  return '
447
  <a href="' . $feed_url . '" title="' . __( 'Link to iCal feed', 'event-list' ) . '" class="el-ical"><span class="dashicons dashicons-calendar"></span>' . $link_text . '</a>';
448
  }
@@ -526,12 +521,12 @@ class SC_Event_List {
526
 
527
 
528
  private function get_event_link( &$a, $event_id, $title ) {
529
- return '<a href="' . $this->get_event_url( $a, $event_id ) . '">' . $title . '</a>';
530
  }
531
 
532
 
533
  private function get_event_url( &$a, $event_id ) {
534
- return esc_html( add_query_arg( 'event_id' . $a['sc_id_for_url'], $event_id, $this->get_url( $a ) ) );
535
  }
536
 
537
 
@@ -543,8 +538,10 @@ class SC_Event_List {
543
  // use actual page
544
  $url = get_permalink();
545
  foreach ( $_GET as $k => $v ) {
546
- if ( 'date' . $a['sc_id'] !== $k && 'event_id' . $a['sc_id'] !== $k ) {
547
- $url = add_query_arg( $k, $v, $url );
 
 
548
  }
549
  }
550
  }
@@ -588,13 +585,17 @@ class SC_Event_List {
588
 
589
 
590
  private function is_link_available( &$a, &$event ) {
591
- return $this->is_visible( $a['link_to_event'] ) || ( 'events_with_content_only' === $a['link_to_event'] && ! $this->single_event && ! empty( $event->content ) );
 
 
 
592
  }
593
 
594
 
595
  public function print_eventlist_script() {
596
  // print variables for script
597
- echo( '<script type="text/javascript">el_content_show_text = "' . $this->options->get( 'el_content_show_text' ) . '"; el_content_hide_text = "' . $this->options->get( 'el_content_hide_text' ) . '"</script>' );
 
598
  // print script
599
  wp_print_scripts( 'el_event-list' );
600
  }
10
  * @phan-file-suppress PhanPluginUnknownPropertyType
11
  * @phan-file-suppress PhanPluginUnknownMethodParamType
12
  * @phan-file-suppress PhanPluginUnknownMethodReturnType
 
13
  * @phan-file-suppress PhanPartialTypeMismatchArgument
14
  * @phan-file-suppress PhanTypeMismatchArgumentProbablyReal
15
  *
180
  // Show an error and the event list view if an invalid event_id was provided
181
  if ( null === $event->post ) {
182
  $this->single_event = false;
183
+ $out = '<div class="el-error single-event-error">' . esc_html__( 'Sorry, the requested event is not available!', 'event-list' ) . '</div>';
184
  $out .= $this->html_event_list( $a );
185
  return $out;
186
  }
189
  $out .= $this->html_filterbar( $a );
190
  $out .= $this->html_feed_links( $a, 'below_nav' );
191
  $out .= '
192
+ <h2>' . esc_html__( 'Event Information:', 'event-list' ) . '</h2>
193
  <ul class="single-event-view">';
194
  $single_day_only = ( $event->startdate === $event->enddate );
195
  $out .= $this->html_event( $event, $a, $single_day_only );
225
  $out .= $this->html_feed_links( $a, 'below_nav' );
226
  if ( empty( $events ) ) {
227
  // no events found
228
+ $out .= '<p>' . wp_kses_post( $this->options->get( 'el_no_event_text' ) ) . '</p>';
229
  } else {
230
  // print available events
231
  $out .= '
246
  $cat_string = implode( ' ', $event->get_category_slugs() );
247
  // add class with each category slug
248
  $out = '
249
+ <li class="event ' . esc_attr( $cat_string ) . '">';
250
  // event date
251
  if ( '1' !== $this->options->get( 'el_date_once_per_day' ) || $last_event_startdate !== $event->startdate || $last_event_enddate !== $event->enddate ) {
252
  $out .= $this->html_fulldate( $event->startdate, $event->enddate, $single_day_only );
253
  }
254
  $out .= '
255
+ <div class="event-info ';
256
+ $out .= $single_day_only ? 'single-day' : 'multi-day';
 
 
 
 
257
  $out .= '">';
258
  // event title
259
  $out .= '<div class="event-title"><h3>';
260
+ $title = $event->truncate( esc_html( $event->title ), intval( $a['title_length'] ), $this->single_event );
261
  if ( $this->is_link_available( $a, $event ) ) {
262
  $out .= $this->get_event_link( $a, $event->post->ID, $title );
263
  } else {
267
  // event starttime
268
  if ( '' !== $event->starttime && $this->is_visible( $a['show_starttime'] ) ) {
269
  if ( '' === $this->options->get( 'el_html_tags_in_time' ) ) {
270
+ $event->starttime = $event->starttime_i18n();
271
  }
272
+ $out .= '<span class="event-time">' . wp_kses_post( $event->starttime_i18n() ) . '</span>';
273
  }
274
  // event location
275
  if ( '' !== $event->location && $this->is_visible( $a['show_location'] ) ) {
278
  } else {
279
  $location = $event->truncate( $event->location, $a['location_length'], $this->single_event );
280
  }
281
+ $out .= '<span class="event-location">' . wp_kses_post( $location ) . '</span>';
282
  }
283
  // event categories
284
  if ( $this->is_visible( $a['show_cat'] ) ) {
285
+ $out .= '<div class="event-cat">' . esc_html( implode( ', ', $event->get_category_names() ) ) . '</div>';
286
  }
287
  // event excerpt or content
288
  $out .= $this->html_event_content( $event, $a );
299
  if ( ( '' !== $event->content
300
  && ( $this->is_visible( $a['show_content'] ) || ( $this->is_visible( $a['show_excerpt'] ) && '' === $event->excerpt ) ) ) ) {
301
  // Show content.
302
+ $content = wp_kses_post( $event->content );
303
  $content_class = 'event-content';
304
  } elseif ( $this->is_visible( $a['show_excerpt'] ) && '' !== $event->excerpt ) {
305
  // Show excerpt.
306
+ $content = wp_kses_post( $event->excerpt );
307
  $content_class = 'event-excerpt';
308
  } else {
309
  // No content or excerpt.
334
  }
335
  }
336
  // last preparations of content
337
+ $content = wp_kses_post( $event->truncate( do_shortcode( wpautop( $content ) ), $a['content_length'], $this->single_event, true, $truncate_url ) );
338
  // preparations for collapsed content
339
  if ( $this->is_visible( $a['collapse_content'] ) ) {
340
  wp_register_script( 'el_event-list', EL_URL . 'includes/js/event-list.js', null, '1.0', true );
426
 
427
  private function html_rss_link( &$a ) {
428
  require_once EL_PATH . 'includes/rss.php';
429
+ $feed_url = esc_url_raw( EL_Rss::get_instance()->feed_url() );
430
+ $link_text = esc_html( $this->options->get( 'el_feed_rss_link_text' ) );
431
  return '
432
  <a href="' . $feed_url . '" title="' . __( 'Link to RSS feed', 'event-list' ) . '" class="el-rss"><span class="dashicons dashicons-rss"></span>' . $link_text . '</a>';
433
  }
436
  private function html_ical_link( &$a ) {
437
  require_once EL_PATH . 'includes/ical.php';
438
  // TODO: Respect the catfilter attribute in the ICAL feed
439
+ $feed_url = esc_url_raw( EL_ICal::get_instance()->feed_url() );
440
+ $link_text = esc_html( $this->options->get( 'el_feed_ical_link_text' ) );
441
  return '
442
  <a href="' . $feed_url . '" title="' . __( 'Link to iCal feed', 'event-list' ) . '" class="el-ical"><span class="dashicons dashicons-calendar"></span>' . $link_text . '</a>';
443
  }
521
 
522
 
523
  private function get_event_link( &$a, $event_id, $title ) {
524
+ return '<a href="' . esc_url_raw( $this->get_event_url( $a, $event_id ) ) . '">' . esc_html( $title ) . '</a>';
525
  }
526
 
527
 
528
  private function get_event_url( &$a, $event_id ) {
529
+ return add_query_arg( 'event_id' . $a['sc_id_for_url'], $event_id, $this->get_url( $a ) );
530
  }
531
 
532
 
538
  // use actual page
539
  $url = get_permalink();
540
  foreach ( $_GET as $k => $v ) {
541
+ $arg = sanitize_key( $k );
542
+ $val = sanitize_key( $v );
543
+ if ( 'date' . $a['sc_id'] !== $arg && 'event_id' . $a['sc_id'] !== $arg ) {
544
+ $url = add_query_arg( $arg, $val, $url );
545
  }
546
  }
547
  }
585
 
586
 
587
  private function is_link_available( &$a, &$event ) {
588
+ return $this->is_visible( $a['link_to_event'] )
589
+ || ( 'events_with_content_only' === $a['link_to_event']
590
+ && ! $this->single_event
591
+ && ! empty( $event->content ) );
592
  }
593
 
594
 
595
  public function print_eventlist_script() {
596
  // print variables for script
597
+ echo( '<script type="text/javascript">el_content_show_text = "' . esc_html( $this->options->get( 'el_content_show_text' ) ) .
598
+ '"; el_content_hide_text = "' . esc_html( $this->options->get( 'el_content_hide_text' ) ) . '"</script>' );
599
  // print script
600
  wp_print_scripts( 'el_event-list' );
601
  }
includes/sc_event-list_helptexts.php CHANGED
@@ -79,7 +79,7 @@ $sc_eventlist_helptexts = array(
79
  'val' => array( 'all', strtoupper( __( 'category slugs', 'event-list' ) ) ),
80
  'desc' =>
81
  sprintf(
82
- __( 'This attribute defines the category filter which filters the events to show. The default is $1$s or an empty string to show all events.', 'event-list' ),
83
  '"all"'
84
  ) . '<br />' .
85
  sprintf(
79
  'val' => array( 'all', strtoupper( __( 'category slugs', 'event-list' ) ) ),
80
  'desc' =>
81
  sprintf(
82
+ __( 'This attribute defines the category filter which filters the events to show. The default is %1$s or an empty string to show all events.', 'event-list' ),
83
  '"all"'
84
  ) . '<br />' .
85
  sprintf(
includes/widget.php CHANGED
@@ -8,7 +8,6 @@
8
  * @phan-file-suppress PhanPluginNoCommentOnPrivateMethod
9
  * @phan-file-suppress PhanPluginUnknownPropertyType
10
  * @phan-file-suppress PhanPluginUnknownMethodReturnType
11
- * @phan-file-suppress PhanPluginRemoveDebugEcho
12
  *
13
  * @package event-list
14
  */
@@ -69,38 +68,39 @@ class EL_Widget extends WP_Widget {
69
  */
70
  public function widget( $args, $instance ) {
71
  $this->prepare_instance( $instance );
72
- // TODO: sanitize $instance items
73
- $title = apply_filters( 'widget_title', $instance['title'] );
74
- echo $args['before_widget'];
75
  if ( ! empty( $title ) ) {
76
- echo $args['before_title'] . $title . $args['after_title'];
77
  }
78
  $this->upgrade_widget( $instance, true );
79
  $linked_page_is_set = ! empty( $instance['url_to_page'] );
80
  $linked_page_id_is_set = 0 < intval( $instance['sc_id_for_url'] );
81
  $shortcode = '[event-list show_filterbar=false';
82
- $shortcode .= ' cat_filter=' . $instance['cat_filter'];
83
- $shortcode .= ' num_events="' . $instance['num_events'] . '"';
84
- $shortcode .= ' title_length=' . $instance['title_length'];
85
- $shortcode .= ' show_starttime=' . $instance['show_starttime'];
86
- $shortcode .= ' show_location=' . $instance['show_location'];
87
- $shortcode .= ' location_length=' . $instance['location_length'];
88
- $shortcode .= ' show_excerpt=' . $instance['show_excerpt'];
89
- $shortcode .= ' show_content=' . $instance['show_content'];
90
- $shortcode .= ' content_length=' . $instance['content_length'];
91
  if ( $linked_page_is_set && $linked_page_id_is_set ) {
92
- $shortcode .= ' link_to_event=' . $instance['link_to_event'];
93
- $shortcode .= ' url_to_page="' . $instance['url_to_page'] . '"';
94
- $shortcode .= ' sc_id_for_url=' . $instance['sc_id_for_url'];
95
  } else {
96
  $shortcode .= ' link_to_event=false';
97
  }
98
  $shortcode .= ']';
99
- echo apply_filters( 'widget_text', do_shortcode( $shortcode ) );
100
  if ( 'true' === $instance['link_to_page'] && $linked_page_is_set ) {
101
- echo '<div style="clear:both"><a title="' . $instance['link_to_page_caption'] . '" href="' . $instance['url_to_page'] . '">' . $instance['link_to_page_caption'] . '</a></div>';
 
 
102
  }
103
- echo $args['after_widget'];
104
  }
105
 
106
 
@@ -139,31 +139,35 @@ class EL_Widget extends WP_Widget {
139
  public function form( $instance ) {
140
  $this->upgrade_widget( $instance );
141
  $this->load_widget_items_helptexts();
142
- $out = '';
143
  foreach ( $this->items as $itemname => $item ) {
144
  $itemname = strval( $itemname );
145
  if ( ! isset( $instance[ $itemname ] ) ) {
146
  $instance[ $itemname ] = $item['std_value'];
147
  }
148
- $style_text = ( null === $item['form_style'] ) ? '' : ' style="' . $item['form_style'] . '"';
 
 
 
149
  if ( 'checkbox' === $item['type'] ) {
150
- $checked_text = ( 'true' === $instance[ $itemname ] || 1 === intval( $instance[ $itemname ] ) ) ? 'checked = "checked" ' : '';
151
- $out .= '
152
- <p' . $style_text . ' title="' . $item['tooltip'] . '">
153
- <label><input class="widefat" id="' . $this->get_field_id( $itemname ) . '" name="' . $this->get_field_name( $itemname ) . '" type="checkbox" ' . $checked_text . 'value="1" /> ' . $item['caption'] . '</label>
154
- </p>';
155
  } else {
156
  // 'text'
157
- $width_text = ( null === $item['form_width'] ) ? '' : 'style="width:' . $item['form_width'] . 'px" ';
158
- $caption_after_text = ( null === $item['caption_after'] ) ? '' : '<label>' . $item['caption_after'] . '</label>';
159
- $out .= '
160
- <p' . $style_text . ' title="' . $item['tooltip'] . '">
161
- <label for="' . $this->get_field_id( $itemname ) . '">' . $item['caption'] . ' </label>
162
- <input ' . $width_text . 'class="widefat" id="' . $this->get_field_id( $itemname ) . '" name="' . $this->get_field_name( $itemname ) . '" type="text" value="' . esc_attr( $instance[ $itemname ] ) . '" />' . $caption_after_text . '
163
- </p>';
 
164
  }
 
 
165
  }
166
- echo $out;
167
  return 'form';
168
  }
169
 
@@ -215,7 +219,7 @@ class EL_Widget extends WP_Widget {
215
 
216
 
217
  private function load_widget_items_helptexts() {
218
- require_once EL_PATH . 'includes/widget_helptexts.php';
219
  // @phan-suppress-next-line PhanUndeclaredVariable
220
  foreach ( (array) $widget_items_helptexts as $name => $values ) {
221
  $this->items[ $name ] += $values;
8
  * @phan-file-suppress PhanPluginNoCommentOnPrivateMethod
9
  * @phan-file-suppress PhanPluginUnknownPropertyType
10
  * @phan-file-suppress PhanPluginUnknownMethodReturnType
 
11
  *
12
  * @package event-list
13
  */
68
  */
69
  public function widget( $args, $instance ) {
70
  $this->prepare_instance( $instance );
71
+ $title = apply_filters( 'widget_title', esc_html( $instance['title'] ) );
72
+ echo wp_kses_post( $args['before_widget'] );
 
73
  if ( ! empty( $title ) ) {
74
+ echo wp_kses_post( $args['before_title'] . $title . $args['after_title'] );
75
  }
76
  $this->upgrade_widget( $instance, true );
77
  $linked_page_is_set = ! empty( $instance['url_to_page'] );
78
  $linked_page_id_is_set = 0 < intval( $instance['sc_id_for_url'] );
79
  $shortcode = '[event-list show_filterbar=false';
80
+ $shortcode .= ' cat_filter=' . wp_kses_post( $instance['cat_filter'] );
81
+ $shortcode .= ' num_events="' . intval( $instance['num_events'] ) . '"';
82
+ $shortcode .= ' title_length=' . intval( $instance['title_length'] );
83
+ $shortcode .= ' show_starttime=' . wp_kses_post( $instance['show_starttime'] );
84
+ $shortcode .= ' show_location=' . wp_kses_post( $instance['show_location'] );
85
+ $shortcode .= ' location_length=' . intval( $instance['location_length'] );
86
+ $shortcode .= ' show_excerpt=' . wp_kses_post( $instance['show_excerpt'] );
87
+ $shortcode .= ' show_content=' . wp_kses_post( $instance['show_content'] );
88
+ $shortcode .= ' content_length=' . intval( $instance['content_length'] );
89
  if ( $linked_page_is_set && $linked_page_id_is_set ) {
90
+ $shortcode .= ' link_to_event=' . wp_kses_post( $instance['link_to_event'] );
91
+ $shortcode .= ' url_to_page="' . wp_kses_post( $instance['url_to_page'] ) . '"';
92
+ $shortcode .= ' sc_id_for_url=' . intval( $instance['sc_id_for_url'] );
93
  } else {
94
  $shortcode .= ' link_to_event=false';
95
  }
96
  $shortcode .= ']';
97
+ echo wp_kses_post( apply_filters( 'widget_text', do_shortcode( $shortcode ) ) );
98
  if ( 'true' === $instance['link_to_page'] && $linked_page_is_set ) {
99
+ echo '<div style="clear:both"><a title="',
100
+ esc_html( $instance['link_to_page_caption'] ), '" href="' . esc_url_raw( $instance['url_to_page'] ) . '">',
101
+ esc_html( $instance['link_to_page_caption'] ) . '</a></div>';
102
  }
103
+ echo wp_kses_post( $args['after_widget'] );
104
  }
105
 
106
 
139
  public function form( $instance ) {
140
  $this->upgrade_widget( $instance );
141
  $this->load_widget_items_helptexts();
 
142
  foreach ( $this->items as $itemname => $item ) {
143
  $itemname = strval( $itemname );
144
  if ( ! isset( $instance[ $itemname ] ) ) {
145
  $instance[ $itemname ] = $item['std_value'];
146
  }
147
+ echo '
148
+ <div',
149
+ is_null( $item['form_style'] ) ? '' : ' style="' . esc_html( $item['form_style'] ) . '"',
150
+ ' title="' . esc_html( $item['tooltip'] ) . '">';
151
  if ( 'checkbox' === $item['type'] ) {
152
+ echo '
153
+ <label style="display: block; margin: 0.5em 0"><input class="widefat" id="' . intval( $this->get_field_id( $itemname ) ),
154
+ '" name="' . esc_attr( $this->get_field_name( $itemname ) ) . '" type="checkbox" ',
155
+ ( 'true' === $instance[ $itemname ] || 1 === intval( $instance[ $itemname ] ) ) ? 'checked = "checked" ' : '',
156
+ 'value="1" /> ' . wp_kses_post( $item['caption'] ) . '</label>';
157
  } else {
158
  // 'text'
159
+ echo '
160
+ <label style="display: block; margin: 0.5em 0" for="' . esc_attr( $this->get_field_id( $itemname ) ) . '">' . esc_html( $item['caption'] ) . '
161
+ <input ',
162
+ is_null( $item['form_width'] ) ? '' : 'style="display: inline-block; margin: 0 0.5em; width:' . esc_html( $item['form_width'] ) . 'px"',
163
+ 'class="widefat" id="' . esc_html( $this->get_field_id( $itemname ) ) . '" name="' . esc_attr( $this->get_field_name( $itemname ) ),
164
+ '" type="text" value="' . esc_attr( $instance[ $itemname ] ) . '" />',
165
+ // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Output is escaped correctly
166
+ is_null( $item['caption_after'] ) ? '' : '<label>' . esc_html( $item['caption_after'] ) . '</label>';
167
  }
168
+ echo '</label>
169
+ </div>';
170
  }
 
171
  return 'form';
172
  }
173
 
219
 
220
 
221
  private function load_widget_items_helptexts() {
222
+ require EL_PATH . 'includes/widget_helptexts.php';
223
  // @phan-suppress-next-line PhanUndeclaredVariable
224
  foreach ( (array) $widget_items_helptexts as $name => $values ) {
225
  $this->items[ $name ] += $values;
includes/widget_helptexts.php CHANGED
@@ -28,7 +28,7 @@ $widget_items_helptexts = array(
28
  'caption_after' => null,
29
  'tooltip' => __( 'The number of upcoming events to display', 'event-list' ),
30
  'form_style' => '',
31
- 'form_width' => 30,
32
  ),
33
 
34
  'title_length' => array(
@@ -43,7 +43,7 @@ $widget_items_helptexts = array(
43
  '[auto]'
44
  ),
45
  'form_style' => null,
46
- 'form_width' => 40,
47
  ),
48
 
49
  'show_starttime' => array(
@@ -76,7 +76,7 @@ $widget_items_helptexts = array(
76
  '[auto]'
77
  ),
78
  'form_style' => 'margin:0 0 0.6em 0.9em',
79
- 'form_width' => 40,
80
  ),
81
 
82
  'show_excerpt' => array(
@@ -108,7 +108,7 @@ $widget_items_helptexts = array(
108
  '[0]'
109
  ),
110
  'form_style' => 'margin:0 0 0.6em 0.9em',
111
- 'form_width' => 40,
112
  ),
113
 
114
  'url_to_page' => array(
28
  'caption_after' => null,
29
  'tooltip' => __( 'The number of upcoming events to display', 'event-list' ),
30
  'form_style' => '',
31
+ 'form_width' => 40,
32
  ),
33
 
34
  'title_length' => array(
43
  '[auto]'
44
  ),
45
  'form_style' => null,
46
+ 'form_width' => 35,
47
  ),
48
 
49
  'show_starttime' => array(
76
  '[auto]'
77
  ),
78
  'form_style' => 'margin:0 0 0.6em 0.9em',
79
+ 'form_width' => 35,
80
  ),
81
 
82
  'show_excerpt' => array(
108
  '[0]'
109
  ),
110
  'form_style' => 'margin:0 0 0.6em 0.9em',
111
+ 'form_width' => 35,
112
  ),
113
 
114
  'url_to_page' => array(
languages/event-list-da_DK.po CHANGED
@@ -8,8 +8,8 @@ msgid ""
8
  msgstr ""
9
  "Project-Id-Version: wp-event-list\n"
10
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
11
- "POT-Creation-Date: 2022-02-19 18:08+0100\n"
12
- "PO-Revision-Date: 2022-02-19 17:09+0000\n"
13
  "Last-Translator: mibuthu\n"
14
  "Language-Team: Danish (Denmark) (http://www.transifex.com/mibuthu/wp-event-list/language/da_DK/)\n"
15
  "MIME-Version: 1.0\n"
@@ -18,72 +18,72 @@ msgstr ""
18
  "Language: da_DK\n"
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
 
21
- #: admin/admin.php:90
22
  #, php-format
23
  msgid "Errors during upgrade of plugin %1$s"
24
  msgstr ""
25
 
26
- #: admin/admin.php:90
27
  #, php-format
28
  msgid "Upgrade of plugin %1$s successful"
29
  msgstr ""
30
 
31
- #: admin/admin.php:142 admin/includes/admin-settings.php:91
32
  msgid "Event List Settings"
33
  msgstr "Event List indstillinger"
34
 
35
- #: admin/admin.php:142
36
  msgid "Settings"
37
  msgstr "Indstillinger"
38
 
39
- #: admin/admin.php:146 admin/includes/admin-about.php:63
40
  msgid "About Event List"
41
  msgstr "Om Event List"
42
 
43
- #: admin/admin.php:146
44
  msgid "About"
45
  msgstr "Om"
46
 
47
- #: admin/admin.php:170
48
  #, php-format
49
  msgid "%s Event"
50
  msgid_plural "%s Events"
51
  msgstr[0] ""
52
  msgstr[1] ""
53
 
54
- #: admin/includes/admin-about.php:87 admin/includes/admin-settings.php:110
55
  msgid "General"
56
  msgstr "Generelt"
57
 
58
- #: admin/includes/admin-about.php:88 admin/includes/admin-about.php:108
59
- #: admin/includes/admin-about.php:137
60
  msgid "Shortcode Attributes"
61
  msgstr "Shortcode attributter"
62
 
63
- #: admin/includes/admin-about.php:102
64
  msgid "Help and Instructions"
65
  msgstr "Hjælp og instruktioner"
66
 
67
- #: admin/includes/admin-about.php:103
68
  #, php-format
69
  msgid "You can manage the events %1$shere%2$s"
70
  msgstr ""
71
 
72
- #: admin/includes/admin-about.php:104
73
  msgid "To show the events on your site you have 2 possibilities"
74
  msgstr "Du har 2 muligheder for at vise begivenheder på på dit site"
75
 
76
- #: admin/includes/admin-about.php:105
77
  #, php-format
78
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
79
  msgstr "du kan placere <strong>shortcode</strong> %1$s på en hvilkensomhelst side eller post"
80
 
81
- #: admin/includes/admin-about.php:106
82
  #, php-format
83
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
84
  msgstr "du kan tilføje <strong>widget</strong> %1$s i dine sidebars"
85
 
86
- #: admin/includes/admin-about.php:107
87
  msgid ""
88
  "The displayed events and their style can be modified with the available "
89
  "widget settings and the available attributes for the shortcode."
@@ -96,39 +96,39 @@ msgid ""
96
  "available in the %1$s tab."
97
  msgstr ""
98
 
99
- #: admin/includes/admin-about.php:109
100
  msgid "The available widget options are described in their tooltip text."
101
  msgstr "De tilgængelige widget-muligheder er beskrevet i deres tooltip-tekst."
102
 
103
- #: admin/includes/admin-about.php:110
104
  #, php-format
105
  msgid ""
106
  "If you enable one of the links options (%1$s or %2$s) in the widget you have"
107
  " to insert an URL to the linked event-list page."
108
  msgstr ""
109
 
110
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:134
111
  msgid "Add links to the single events"
112
  msgstr "Tilføj links til enkeltbegivenhederne"
113
 
114
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:143
115
  msgid "Add a link to the Event List page"
116
  msgstr "Tilføj links til Event List-siden"
117
 
118
- #: admin/includes/admin-about.php:111
119
  msgid ""
120
  "This is required because the widget does not know in which page or post the "
121
  "shortcode was included."
122
  msgstr ""
123
 
124
- #: admin/includes/admin-about.php:112
125
  msgid ""
126
  "Additionally you have to insert the correct Shortcode id on the linked page."
127
  " This id describes which shortcode should be used on the given page or post "
128
  "if you have more than one."
129
  msgstr ""
130
 
131
- #: admin/includes/admin-about.php:113
132
  #, php-format
133
  msgid ""
134
  "The default value %1$s is normally o.k. (for pages with 1 shortcode only), "
@@ -136,596 +136,597 @@ msgid ""
136
  "link on your linked page or post."
137
  msgstr ""
138
 
139
- #: admin/includes/admin-about.php:114
140
  #, php-format
141
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
142
  msgstr ""
143
 
144
- #: admin/includes/admin-about.php:116
145
  #, php-format
146
  msgid ""
147
  "Be sure to also check the %1$s to get the plugin behaving just the way you "
148
  "want."
149
  msgstr ""
150
 
151
- #: admin/includes/admin-about.php:116
152
  msgid "Settings page"
153
  msgstr ""
154
 
155
- #: admin/includes/admin-about.php:123
156
  msgid "About the plugin author"
157
  msgstr ""
158
 
159
- #: admin/includes/admin-about.php:125
160
  #, php-format
161
  msgid ""
162
  "This plugin is developed by %1$s, you can find more information about the "
163
  "plugin on the %2$s."
164
  msgstr ""
165
 
166
- #: admin/includes/admin-about.php:125
167
  msgid "WordPress plugin site"
168
  msgstr ""
169
 
170
- #: admin/includes/admin-about.php:126
171
  #, php-format
172
  msgid "If you like the plugin please rate it on the %1$s."
173
  msgstr ""
174
 
175
- #: admin/includes/admin-about.php:126
176
  msgid "WordPress plugin review site"
177
  msgstr ""
178
 
179
- #: admin/includes/admin-about.php:127
180
  msgid ""
181
  "If you want to support the plugin I would be happy to get a small donation"
182
  msgstr ""
183
 
184
- #: admin/includes/admin-about.php:128 admin/includes/admin-about.php:129
185
- #: admin/includes/admin-about.php:130
186
  #, php-format
187
  msgid "Donate with %1$s"
188
  msgstr ""
189
 
190
- #: admin/includes/admin-about.php:139
191
  msgid ""
192
  "You have the possibility to modify the output if you add some of the "
193
  "following attributes to the shortcode."
194
  msgstr "Du har mulighed for at modificere den færdige liste, hvis du tilføjer nogle af de følgende attributter til din shortcode."
195
 
196
- #: admin/includes/admin-about.php:140
197
  #, php-format
198
  msgid ""
199
  "You can combine and add as much attributes as you want. E.g. the shortcode "
200
  "including the attributes %1$s and %2$s would looks like this:"
201
  msgstr "Du kan kombinere og tilføje lige så mange attributter, som du vil. Fx vil en shortcode med attributterne %1$s og %2$s se sådan ud:"
202
 
203
- #: admin/includes/admin-about.php:142
204
  msgid ""
205
  "Below you can find a list of all supported attributes with their "
206
  "descriptions and available options:"
207
  msgstr "Nedenfor ser du en liste over alle attributter med deres beskrivelse og valgmuligheder:"
208
 
209
- #: admin/includes/admin-about.php:157
210
  msgid "Attribute name"
211
  msgstr "Attribut navn"
212
 
213
- #: admin/includes/admin-about.php:158
214
  msgid "Value options"
215
  msgstr "Værdi-muligheder"
216
 
217
- #: admin/includes/admin-about.php:159
218
  msgid "Default value"
219
  msgstr "Default værdi"
220
 
221
- #: admin/includes/admin-about.php:160
222
  msgid "Description"
223
  msgstr "Beskrivelse"
224
 
225
- #: admin/includes/admin-about.php:179 includes/sc_event-list_helptexts.php:74
226
  #: includes/sc_event-list_helptexts.php:91
227
  msgid "Filter Syntax"
228
  msgstr "Filter syntax"
229
 
230
- #: admin/includes/admin-about.php:180
231
  msgid ""
232
  "For date and cat filters you can specify complex filters with the following "
233
  "syntax:"
234
  msgstr "For dato og kategori-filtre kan du lave komplekse filtre med den følgende syntax:"
235
 
236
- #: admin/includes/admin-about.php:181
237
  #, php-format
238
  msgid ""
239
  "You can use %1$s and %2$s connections to define complex filters. "
240
  "Additionally you can set brackets %3$s for nested queries."
241
  msgstr "Du kan benytte %1$s og %2$s forbindelser til at lave komplekse filtre. Desuden kan du tilføje brackets %3$s for nested queries."
242
 
243
- #: admin/includes/admin-about.php:181
244
  msgid "AND"
245
  msgstr "AND"
246
 
247
- #: admin/includes/admin-about.php:181
248
  msgid "OR"
249
  msgstr "OR"
250
 
251
- #: admin/includes/admin-about.php:181
252
  msgid "or"
253
  msgstr "eller"
254
 
255
- #: admin/includes/admin-about.php:181
256
  msgid "and"
257
  msgstr "og"
258
 
259
- #: admin/includes/admin-about.php:182
260
  msgid "Examples for cat filters:"
261
  msgstr "Eksempler for kategori-filtre:"
262
 
263
- #: admin/includes/admin-about.php:183
264
  #, php-format
265
  msgid "Show all events with category %1$s."
266
  msgstr "Vis alle begivenheder i kategorien %1$s."
267
 
268
- #: admin/includes/admin-about.php:184
269
  #, php-format
270
  msgid "Show all events with category %1$s or %2$s."
271
  msgstr "Vis alle begivenheder i kategorien %1$s eller %2$s."
272
 
273
- #: admin/includes/admin-about.php:185
274
  #, php-format
275
  msgid ""
276
  "Show all events with category %1$s and all events where category %2$s as "
277
  "well as %3$s is selected."
278
  msgstr "Vis alle begivenheder i kategorien %1$s og alle begivenheder, hvor kategorien %2$s og %3$s er valgt."
279
 
280
- #: admin/includes/admin-about.php:191 includes/sc_event-list_helptexts.php:69
281
  msgid "Available Date Formats"
282
  msgstr "Mulige dato-formater"
283
 
284
- #: admin/includes/admin-about.php:192
285
  msgid "For date filters you can use the following date formats:"
286
  msgstr "Til dato-filtre kan du bruge følgende dato-formater:"
287
 
288
- #: admin/includes/admin-about.php:201 includes/sc_event-list_helptexts.php:70
289
  msgid "Available Date Range Formats"
290
  msgstr "Tilgængelige dato-formater"
291
 
292
- #: admin/includes/admin-about.php:202
293
  msgid "For date filters you can use the following daterange formats:"
294
  msgstr ""
295
 
296
- #: admin/includes/admin-about.php:215
297
  msgid "Value"
298
  msgstr "Værdi"
299
 
300
- #: admin/includes/admin-about.php:219
301
  msgid "Example"
302
  msgstr "Eksempel"
303
 
304
- #: admin/includes/admin-categories.php:79
305
  msgid "Synchronize with post categories"
306
  msgstr ""
307
 
308
- #: admin/includes/admin-categories.php:90
309
  #, php-format
310
  msgid "%1$s categories modified (%2$s)"
311
  msgstr ""
312
 
313
- #: admin/includes/admin-categories.php:91
314
  #, php-format
315
  msgid "%1$s categories added (%2$s)"
316
  msgstr ""
317
 
318
- #: admin/includes/admin-categories.php:92
319
  #, php-format
320
  msgid "%1$s categories deleted (%2$s)"
321
  msgstr ""
322
 
323
- #: admin/includes/admin-categories.php:95
324
  #, php-format
325
  msgid "%1$s categories not modified (%2$s)"
326
  msgstr ""
327
 
328
- #: admin/includes/admin-categories.php:96
329
  #, php-format
330
  msgid "%1$s categories not added (%2$s)"
331
  msgstr ""
332
 
333
- #: admin/includes/admin-categories.php:97
334
  #, php-format
335
  msgid "%1$s categories not deleted (%2$s)"
336
  msgstr ""
337
 
338
- #: admin/includes/admin-categories.php:100
339
  msgid "An Error occured during the category sync"
340
  msgstr ""
341
 
342
- #: admin/includes/admin-categories.php:103
343
  msgid "Category sync finished"
344
  msgstr ""
345
 
346
- #: admin/includes/admin-category-sync.php:77
347
  msgid "Error: You are not allowed to view this page!"
348
  msgstr ""
349
 
350
- #: admin/includes/admin-category-sync.php:93
351
  msgid "Affected Categories when switching to seperate Event Categories"
352
  msgstr ""
353
 
354
- #: admin/includes/admin-category-sync.php:94
355
  msgid "Switch option to seperate Event Categories"
356
  msgstr ""
357
 
358
- #: admin/includes/admin-category-sync.php:95
359
  msgid ""
360
  "If you proceed, all post categories will be copied and all events will be "
361
  "re-assigned to this new categories."
362
  msgstr ""
363
 
364
- #: admin/includes/admin-category-sync.php:96
365
  msgid ""
366
  "Afterwards the event categories are independent of the post categories."
367
  msgstr ""
368
 
369
- #: admin/includes/admin-category-sync.php:98
370
  msgid "Affected Categories when switching to use Post Categories for events"
371
  msgstr ""
372
 
373
- #: admin/includes/admin-category-sync.php:99
374
  msgid "Switch option to use Post Categories for events"
375
  msgstr ""
376
 
377
- #: admin/includes/admin-category-sync.php:100
378
  msgid ""
379
  "Take a detailed look at the affected categories above before you proceed! "
380
  "All seperate event categories will be deleted, this cannot be undone!"
381
  msgstr ""
382
 
383
- #: admin/includes/admin-category-sync.php:103
384
  msgid "Event Categories: Synchronise with Post Categories"
385
  msgstr ""
386
 
387
- #: admin/includes/admin-category-sync.php:104
388
  msgid "Start synchronisation"
389
  msgstr ""
390
 
391
- #: admin/includes/admin-category-sync.php:105
392
  msgid ""
393
  "If this option is enabled the above listed categories will be deleted and "
394
  "removed from the existing events!"
395
  msgstr ""
396
 
397
- #: admin/includes/admin-category-sync.php:120
398
  msgid "Categories to modify"
399
  msgstr ""
400
 
401
- #: admin/includes/admin-category-sync.php:121
402
  msgid "Categories to add"
403
  msgstr ""
404
 
405
- #: admin/includes/admin-category-sync.php:122
406
  msgid "Categories to delete (optional)"
407
  msgstr ""
408
 
409
- #: admin/includes/admin-category-sync.php:123
410
  msgid "Delete not available post categories"
411
  msgstr ""
412
 
413
- #: admin/includes/admin-category-sync.php:126
414
  msgid "Categories with differences"
415
  msgstr ""
416
 
417
- #: admin/includes/admin-category-sync.php:127
418
  msgid "Categories to add (optional)"
419
  msgstr ""
420
 
421
- #: admin/includes/admin-category-sync.php:128
422
  msgid "Add not available post categories"
423
  msgstr ""
424
 
425
- #: admin/includes/admin-category-sync.php:147
426
  msgid "none"
427
  msgstr ""
428
 
429
- #: admin/includes/admin-import.php:91
430
  msgid "Import Events"
431
  msgstr "Importér begivenheder"
432
 
433
- #: admin/includes/admin-import.php:110 admin/includes/admin-import.php:150
434
- #: admin/includes/admin-import.php:254
435
  msgid "Step"
436
  msgstr "Trin"
437
 
438
- #: admin/includes/admin-import.php:110
439
  msgid "Set import file and options"
440
  msgstr ""
441
 
442
- #: admin/includes/admin-import.php:113
443
  #, php-format
444
  msgid "Proceed with Step %1$s"
445
  msgstr ""
446
 
447
- #: admin/includes/admin-import.php:116
448
  msgid "Example file"
449
  msgstr "Eksempelfil"
450
 
451
- #: admin/includes/admin-import.php:117
452
  #, php-format
453
  msgid ""
454
  "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
455
  msgstr ""
456
 
457
- #: admin/includes/admin-import.php:118
458
  msgid "Note"
459
  msgstr "Note"
460
 
461
- #: admin/includes/admin-import.php:118
462
  msgid ""
463
  "Do not change the column header and separator line (first two lines), "
464
  "otherwise the import will fail!"
465
  msgstr ""
466
 
467
- #: admin/includes/admin-import.php:128 admin/includes/admin-import.php:137
468
  msgid "Sorry, there has been an error."
469
  msgstr "Beklager, der er sket en fejl."
470
 
471
- #: admin/includes/admin-import.php:129
472
  msgid "The file does not exist, please try again."
473
  msgstr "Filen eksisterer ikke. Prøv venligst igen."
474
 
475
- #: admin/includes/admin-import.php:138
476
  msgid "The uploaded file does not have the required csv extension."
477
  msgstr ""
478
 
479
- #: admin/includes/admin-import.php:150
480
  msgid "Events review and additonal category selection"
481
  msgstr ""
482
 
483
- #: admin/includes/admin-import.php:156 admin/includes/admin-import.php:167
484
  msgid "Error"
485
  msgstr ""
486
 
487
- #: admin/includes/admin-import.php:156
488
  msgid "This CSV file cannot be imported"
489
  msgstr ""
490
 
491
- #: admin/includes/admin-import.php:167
492
  msgid "None of the events in this CSV file can be imported"
493
  msgstr ""
494
 
495
- #: admin/includes/admin-import.php:170 admin/includes/admin-import.php:213
496
  msgid "Warning"
497
  msgstr ""
498
 
499
- #: admin/includes/admin-import.php:172
500
  #, php-format
501
  msgid "There is %1$s event which cannot be imported"
502
  msgid_plural "There are %1$s events which cannot be imported"
503
  msgstr[0] ""
504
  msgstr[1] ""
505
 
506
- #: admin/includes/admin-import.php:184
507
  #, php-format
508
  msgid "CSV line %1$s"
509
  msgstr ""
510
 
511
- #: admin/includes/admin-import.php:194
512
  msgid "You can still import all other events listed below."
513
  msgstr ""
514
 
515
- #: admin/includes/admin-import.php:213
516
  msgid ""
517
  "The following category slugs are not available and will be removed from the "
518
  "imported events"
519
  msgstr ""
520
 
521
- #: admin/includes/admin-import.php:219
522
  msgid ""
523
  "If you want to keep these categories, please create these Categories first "
524
  "and do the import afterwards."
525
  msgstr ""
526
 
527
- #: admin/includes/admin-import.php:254
528
  msgid "Import result"
529
  msgstr ""
530
 
531
- #: admin/includes/admin-import.php:257
532
  #, php-format
533
  msgid "Import of %1$s events successful!"
534
  msgstr ""
535
 
536
- #: admin/includes/admin-import.php:258
537
  msgid "Go back to All Events"
538
  msgstr ""
539
 
540
- #: admin/includes/admin-import.php:261
541
  msgid "Errors during Import"
542
  msgstr ""
543
 
544
- #: admin/includes/admin-import.php:269
545
  msgid "Event from CSV-line"
546
  msgstr ""
547
 
548
- #: admin/includes/admin-import.php:281 admin/includes/admin-main.php:109
549
  #: includes/widget_helptexts.php:9
550
  msgid "Title"
551
  msgstr "Titel"
552
 
553
- #: admin/includes/admin-import.php:282
554
  msgid "Start Date"
555
  msgstr "Starter"
556
 
557
- #: admin/includes/admin-import.php:283
558
  msgid "End Date"
559
  msgstr "Slutter"
560
 
561
- #: admin/includes/admin-import.php:284 admin/includes/admin-new.php:131
562
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
 
563
  msgid "Time"
564
  msgstr "Tidspunkt"
565
 
566
- #: admin/includes/admin-import.php:285 admin/includes/admin-main.php:110
567
- #: admin/includes/admin-new.php:133 includes/options_helptexts.php:75
568
- #: includes/options_helptexts.php:76
569
  msgid "Location"
570
  msgstr "Lokalitet"
571
 
572
- #: admin/includes/admin-import.php:286
573
  msgid "Content"
574
  msgstr ""
575
 
576
- #: admin/includes/admin-import.php:287
577
  msgid "Category slugs"
578
  msgstr ""
579
 
580
- #: admin/includes/admin-import.php:333
581
  msgid "Header line is missing or not correct!"
582
  msgstr ""
583
 
584
- #: admin/includes/admin-import.php:334
585
  #, php-format
586
  msgid ""
587
  "Have a look at the %1$sexample file%2$s to see the correct header line "
588
  "format."
589
  msgstr ""
590
 
591
- #: admin/includes/admin-import.php:341
592
  #, php-format
593
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
594
  msgstr ""
595
 
596
- #: admin/includes/admin-import.php:371
597
- msgid "Empty event title found"
598
  msgstr ""
599
 
600
- #: admin/includes/admin-import.php:377
601
- msgid "Wrong date format for startdate"
602
  msgstr ""
603
 
604
- #: admin/includes/admin-import.php:385
605
- msgid "Wrong date format for enddate"
606
  msgstr ""
607
 
608
- #: admin/includes/admin-import.php:439
609
- msgid "Import events"
610
  msgstr ""
611
 
612
- #: admin/includes/admin-import.php:440
613
- msgid "Add additional categories"
614
  msgstr ""
615
 
616
- #: admin/includes/admin-import.php:470 includes/events_post_type.php:92
617
- msgid "No events found"
618
  msgstr ""
619
 
620
- #: admin/includes/admin-import.php:518
621
- msgid "Saving of event failed!"
622
  msgstr ""
623
 
624
- #: admin/includes/admin-main.php:108
625
  msgid "Event Date"
626
  msgstr ""
627
 
628
- #: admin/includes/admin-main.php:113
629
  msgid "Author"
630
  msgstr "Forfatter"
631
 
632
- #: admin/includes/admin-main.php:182
633
  #, php-format
634
  msgid "Add a copy of %1$s"
635
  msgstr ""
636
 
637
- #: admin/includes/admin-main.php:182
638
  msgid "Copy"
639
  msgstr ""
640
 
641
- #: admin/includes/admin-main.php:268
642
  msgid "Import"
643
  msgstr "Importér"
644
 
645
- #: admin/includes/admin-new.php:83
646
  msgid "Event data"
647
  msgstr ""
648
 
649
- #: admin/includes/admin-new.php:116
650
  msgid "Add Copy"
651
  msgstr ""
652
 
653
- #: admin/includes/admin-new.php:124
654
  msgid "Date"
655
  msgstr "Dato"
656
 
657
- #: admin/includes/admin-new.php:124
658
  msgid "required"
659
  msgstr ""
660
 
661
- #: admin/includes/admin-new.php:127
662
  msgid "Multi-Day Event"
663
  msgstr ""
664
 
665
- #: admin/includes/admin-new.php:147
666
  msgid "Event Title"
667
  msgstr ""
668
 
669
- #: admin/includes/admin-new.php:164
670
  msgid "Event Content"
671
  msgstr ""
672
 
673
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:245
674
  msgid "Event updated."
675
  msgstr ""
676
 
677
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:247
678
  msgid "View event"
679
  msgstr ""
680
 
681
- #: admin/includes/admin-new.php:246
682
  #, php-format
683
  msgid "Event restored to revision from %1$s"
684
  msgstr ""
685
 
686
- #: admin/includes/admin-new.php:247
687
  msgid "Event published."
688
  msgstr ""
689
 
690
- #: admin/includes/admin-new.php:248
691
  msgid "Event saved."
692
  msgstr ""
693
 
694
- #: admin/includes/admin-new.php:249
695
  msgid "Event submitted."
696
  msgstr ""
697
 
698
- #: admin/includes/admin-new.php:249 admin/includes/admin-new.php:252
699
- #: admin/includes/admin-new.php:253
700
  msgid "Preview event"
701
  msgstr ""
702
 
703
- #: admin/includes/admin-new.php:251
704
  #, php-format
705
  msgid "Event scheduled for: %1$s>"
706
  msgstr ""
707
 
708
- #: admin/includes/admin-new.php:253
709
  msgid "Event draft updated."
710
  msgstr ""
711
 
712
- #: admin/includes/admin-settings.php:97
713
  msgid "Go to Event Category switching page"
714
  msgstr ""
715
 
716
- #: admin/includes/admin-settings.php:111
717
  msgid "Frontend Settings"
718
  msgstr "Frontend-indstillinger"
719
 
720
- #: admin/includes/admin-settings.php:112
721
  msgid "Admin Page Settings"
722
  msgstr "Admin Page-indstillinger"
723
 
724
- #: admin/includes/admin-settings.php:113
725
  msgid "Feed Settings"
726
  msgstr "Feed-indstillinger"
727
 
728
- #: admin/includes/admin-settings.php:114
729
  msgid "Category Taxonomy"
730
  msgstr ""
731
 
@@ -893,7 +894,7 @@ msgid "No valid start date provided"
893
  msgstr ""
894
 
895
  #: includes/event.php:343 includes/event.php:345
896
- #: includes/sc_event-list.php:330
897
  msgid "read more"
898
  msgstr ""
899
 
@@ -1421,15 +1422,15 @@ msgid ""
1421
  " switching page from here."
1422
  msgstr ""
1423
 
1424
- #: includes/options.php:92
1425
  msgid "events"
1426
  msgstr ""
1427
 
1428
- #: includes/options.php:96
1429
  msgid "Show content"
1430
  msgstr ""
1431
 
1432
- #: includes/options.php:100
1433
  msgid "Hide content"
1434
  msgstr ""
1435
 
@@ -1520,9 +1521,10 @@ msgid "category slugs"
1520
  msgstr ""
1521
 
1522
  #: includes/sc_event-list_helptexts.php:82
 
1523
  msgid ""
1524
  "This attribute defines the category filter which filters the events to show."
1525
- " The default is $1$s or an empty string to show all events."
1526
  msgstr ""
1527
 
1528
  #: includes/sc_event-list_helptexts.php:86
@@ -1869,19 +1871,19 @@ msgid ""
1869
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1870
  msgstr ""
1871
 
1872
- #: includes/sc_event-list.php:184
1873
  msgid "Sorry, the requested event is not available!"
1874
  msgstr ""
1875
 
1876
- #: includes/sc_event-list.php:193
1877
  msgid "Event Information:"
1878
  msgstr ""
1879
 
1880
- #: includes/sc_event-list.php:437
1881
  msgid "Link to RSS feed"
1882
  msgstr ""
1883
 
1884
- #: includes/sc_event-list.php:447
1885
  msgid "Link to iCal feed"
1886
  msgstr ""
1887
 
@@ -2033,14 +2035,14 @@ msgid ""
2033
  "approriate option is selected."
2034
  msgstr ""
2035
 
2036
- #: includes/widget.php:38
2037
  msgid "With this widget a list of upcoming events can be displayed."
2038
  msgstr "Med denne widget kan en liste over alle kommende begivenheder vises."
2039
 
2040
- #: includes/widget.php:43
2041
  msgid "Upcoming events"
2042
  msgstr "Kommende begivenheder"
2043
 
2044
- #: includes/widget.php:57
2045
  msgid "show events page"
2046
  msgstr "Vis begivenheds-side"
8
  msgstr ""
9
  "Project-Id-Version: wp-event-list\n"
10
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
11
+ "POT-Creation-Date: 2022-03-07 19:10+0100\n"
12
+ "PO-Revision-Date: 2022-03-07 18:11+0000\n"
13
  "Last-Translator: mibuthu\n"
14
  "Language-Team: Danish (Denmark) (http://www.transifex.com/mibuthu/wp-event-list/language/da_DK/)\n"
15
  "MIME-Version: 1.0\n"
18
  "Language: da_DK\n"
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
 
21
+ #: admin/admin.php:89
22
  #, php-format
23
  msgid "Errors during upgrade of plugin %1$s"
24
  msgstr ""
25
 
26
+ #: admin/admin.php:89
27
  #, php-format
28
  msgid "Upgrade of plugin %1$s successful"
29
  msgstr ""
30
 
31
+ #: admin/admin.php:147 admin/includes/admin-settings.php:89
32
  msgid "Event List Settings"
33
  msgstr "Event List indstillinger"
34
 
35
+ #: admin/admin.php:147
36
  msgid "Settings"
37
  msgstr "Indstillinger"
38
 
39
+ #: admin/admin.php:151 admin/includes/admin-about.php:62
40
  msgid "About Event List"
41
  msgstr "Om Event List"
42
 
43
+ #: admin/admin.php:151
44
  msgid "About"
45
  msgstr "Om"
46
 
47
+ #: admin/admin.php:175
48
  #, php-format
49
  msgid "%s Event"
50
  msgid_plural "%s Events"
51
  msgstr[0] ""
52
  msgstr[1] ""
53
 
54
+ #: admin/includes/admin-about.php:86 admin/includes/admin-settings.php:107
55
  msgid "General"
56
  msgstr "Generelt"
57
 
58
+ #: admin/includes/admin-about.php:87 admin/includes/admin-about.php:109
59
+ #: admin/includes/admin-about.php:162
60
  msgid "Shortcode Attributes"
61
  msgstr "Shortcode attributter"
62
 
63
+ #: admin/includes/admin-about.php:101
64
  msgid "Help and Instructions"
65
  msgstr "Hjælp og instruktioner"
66
 
67
+ #: admin/includes/admin-about.php:102
68
  #, php-format
69
  msgid "You can manage the events %1$shere%2$s"
70
  msgstr ""
71
 
72
+ #: admin/includes/admin-about.php:103
73
  msgid "To show the events on your site you have 2 possibilities"
74
  msgstr "Du har 2 muligheder for at vise begivenheder på på dit site"
75
 
76
+ #: admin/includes/admin-about.php:104
77
  #, php-format
78
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
79
  msgstr "du kan placere <strong>shortcode</strong> %1$s på en hvilkensomhelst side eller post"
80
 
81
+ #: admin/includes/admin-about.php:105
82
  #, php-format
83
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
84
  msgstr "du kan tilføje <strong>widget</strong> %1$s i dine sidebars"
85
 
86
+ #: admin/includes/admin-about.php:106
87
  msgid ""
88
  "The displayed events and their style can be modified with the available "
89
  "widget settings and the available attributes for the shortcode."
96
  "available in the %1$s tab."
97
  msgstr ""
98
 
99
+ #: admin/includes/admin-about.php:111
100
  msgid "The available widget options are described in their tooltip text."
101
  msgstr "De tilgængelige widget-muligheder er beskrevet i deres tooltip-tekst."
102
 
103
+ #: admin/includes/admin-about.php:113
104
  #, php-format
105
  msgid ""
106
  "If you enable one of the links options (%1$s or %2$s) in the widget you have"
107
  " to insert an URL to the linked event-list page."
108
  msgstr ""
109
 
110
+ #: admin/includes/admin-about.php:114 includes/widget_helptexts.php:134
111
  msgid "Add links to the single events"
112
  msgstr "Tilføj links til enkeltbegivenhederne"
113
 
114
+ #: admin/includes/admin-about.php:115 includes/widget_helptexts.php:143
115
  msgid "Add a link to the Event List page"
116
  msgstr "Tilføj links til Event List-siden"
117
 
118
+ #: admin/includes/admin-about.php:117
119
  msgid ""
120
  "This is required because the widget does not know in which page or post the "
121
  "shortcode was included."
122
  msgstr ""
123
 
124
+ #: admin/includes/admin-about.php:118
125
  msgid ""
126
  "Additionally you have to insert the correct Shortcode id on the linked page."
127
  " This id describes which shortcode should be used on the given page or post "
128
  "if you have more than one."
129
  msgstr ""
130
 
131
+ #: admin/includes/admin-about.php:120
132
  #, php-format
133
  msgid ""
134
  "The default value %1$s is normally o.k. (for pages with 1 shortcode only), "
136
  "link on your linked page or post."
137
  msgstr ""
138
 
139
+ #: admin/includes/admin-about.php:124
140
  #, php-format
141
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
142
  msgstr ""
143
 
144
+ #: admin/includes/admin-about.php:129
145
  #, php-format
146
  msgid ""
147
  "Be sure to also check the %1$s to get the plugin behaving just the way you "
148
  "want."
149
  msgstr ""
150
 
151
+ #: admin/includes/admin-about.php:130
152
  msgid "Settings page"
153
  msgstr ""
154
 
155
+ #: admin/includes/admin-about.php:138
156
  msgid "About the plugin author"
157
  msgstr ""
158
 
159
+ #: admin/includes/admin-about.php:141
160
  #, php-format
161
  msgid ""
162
  "This plugin is developed by %1$s, you can find more information about the "
163
  "plugin on the %2$s."
164
  msgstr ""
165
 
166
+ #: admin/includes/admin-about.php:143
167
  msgid "WordPress plugin site"
168
  msgstr ""
169
 
170
+ #: admin/includes/admin-about.php:146
171
  #, php-format
172
  msgid "If you like the plugin please rate it on the %1$s."
173
  msgstr ""
174
 
175
+ #: admin/includes/admin-about.php:147
176
  msgid "WordPress plugin review site"
177
  msgstr ""
178
 
179
+ #: admin/includes/admin-about.php:149
180
  msgid ""
181
  "If you want to support the plugin I would be happy to get a small donation"
182
  msgstr ""
183
 
184
+ #: admin/includes/admin-about.php:151 admin/includes/admin-about.php:153
185
+ #: admin/includes/admin-about.php:155
186
  #, php-format
187
  msgid "Donate with %1$s"
188
  msgstr ""
189
 
190
+ #: admin/includes/admin-about.php:164
191
  msgid ""
192
  "You have the possibility to modify the output if you add some of the "
193
  "following attributes to the shortcode."
194
  msgstr "Du har mulighed for at modificere den færdige liste, hvis du tilføjer nogle af de følgende attributter til din shortcode."
195
 
196
+ #: admin/includes/admin-about.php:166
197
  #, php-format
198
  msgid ""
199
  "You can combine and add as much attributes as you want. E.g. the shortcode "
200
  "including the attributes %1$s and %2$s would looks like this:"
201
  msgstr "Du kan kombinere og tilføje lige så mange attributter, som du vil. Fx vil en shortcode med attributterne %1$s og %2$s se sådan ud:"
202
 
203
+ #: admin/includes/admin-about.php:171
204
  msgid ""
205
  "Below you can find a list of all supported attributes with their "
206
  "descriptions and available options:"
207
  msgstr "Nedenfor ser du en liste over alle attributter med deres beskrivelse og valgmuligheder:"
208
 
209
+ #: admin/includes/admin-about.php:186
210
  msgid "Attribute name"
211
  msgstr "Attribut navn"
212
 
213
+ #: admin/includes/admin-about.php:187
214
  msgid "Value options"
215
  msgstr "Værdi-muligheder"
216
 
217
+ #: admin/includes/admin-about.php:188
218
  msgid "Default value"
219
  msgstr "Default værdi"
220
 
221
+ #: admin/includes/admin-about.php:189
222
  msgid "Description"
223
  msgstr "Beskrivelse"
224
 
225
+ #: admin/includes/admin-about.php:208 includes/sc_event-list_helptexts.php:74
226
  #: includes/sc_event-list_helptexts.php:91
227
  msgid "Filter Syntax"
228
  msgstr "Filter syntax"
229
 
230
+ #: admin/includes/admin-about.php:209
231
  msgid ""
232
  "For date and cat filters you can specify complex filters with the following "
233
  "syntax:"
234
  msgstr "For dato og kategori-filtre kan du lave komplekse filtre med den følgende syntax:"
235
 
236
+ #: admin/includes/admin-about.php:211
237
  #, php-format
238
  msgid ""
239
  "You can use %1$s and %2$s connections to define complex filters. "
240
  "Additionally you can set brackets %3$s for nested queries."
241
  msgstr "Du kan benytte %1$s og %2$s forbindelser til at lave komplekse filtre. Desuden kan du tilføje brackets %3$s for nested queries."
242
 
243
+ #: admin/includes/admin-about.php:212
244
  msgid "AND"
245
  msgstr "AND"
246
 
247
+ #: admin/includes/admin-about.php:213
248
  msgid "OR"
249
  msgstr "OR"
250
 
251
+ #: admin/includes/admin-about.php:213
252
  msgid "or"
253
  msgstr "eller"
254
 
255
+ #: admin/includes/admin-about.php:214
256
  msgid "and"
257
  msgstr "og"
258
 
259
+ #: admin/includes/admin-about.php:216
260
  msgid "Examples for cat filters:"
261
  msgstr "Eksempler for kategori-filtre:"
262
 
263
+ #: admin/includes/admin-about.php:217
264
  #, php-format
265
  msgid "Show all events with category %1$s."
266
  msgstr "Vis alle begivenheder i kategorien %1$s."
267
 
268
+ #: admin/includes/admin-about.php:218
269
  #, php-format
270
  msgid "Show all events with category %1$s or %2$s."
271
  msgstr "Vis alle begivenheder i kategorien %1$s eller %2$s."
272
 
273
+ #: admin/includes/admin-about.php:220
274
  #, php-format
275
  msgid ""
276
  "Show all events with category %1$s and all events where category %2$s as "
277
  "well as %3$s is selected."
278
  msgstr "Vis alle begivenheder i kategorien %1$s og alle begivenheder, hvor kategorien %2$s og %3$s er valgt."
279
 
280
+ #: admin/includes/admin-about.php:226 includes/sc_event-list_helptexts.php:69
281
  msgid "Available Date Formats"
282
  msgstr "Mulige dato-formater"
283
 
284
+ #: admin/includes/admin-about.php:227
285
  msgid "For date filters you can use the following date formats:"
286
  msgstr "Til dato-filtre kan du bruge følgende dato-formater:"
287
 
288
+ #: admin/includes/admin-about.php:236 includes/sc_event-list_helptexts.php:70
289
  msgid "Available Date Range Formats"
290
  msgstr "Tilgængelige dato-formater"
291
 
292
+ #: admin/includes/admin-about.php:237
293
  msgid "For date filters you can use the following daterange formats:"
294
  msgstr ""
295
 
296
+ #: admin/includes/admin-about.php:250
297
  msgid "Value"
298
  msgstr "Værdi"
299
 
300
+ #: admin/includes/admin-about.php:254
301
  msgid "Example"
302
  msgstr "Eksempel"
303
 
304
+ #: admin/includes/admin-categories.php:77
305
  msgid "Synchronize with post categories"
306
  msgstr ""
307
 
308
+ #: admin/includes/admin-categories.php:87
309
  #, php-format
310
  msgid "%1$s categories modified (%2$s)"
311
  msgstr ""
312
 
313
+ #: admin/includes/admin-categories.php:88
314
  #, php-format
315
  msgid "%1$s categories added (%2$s)"
316
  msgstr ""
317
 
318
+ #: admin/includes/admin-categories.php:89
319
  #, php-format
320
  msgid "%1$s categories deleted (%2$s)"
321
  msgstr ""
322
 
323
+ #: admin/includes/admin-categories.php:92
324
  #, php-format
325
  msgid "%1$s categories not modified (%2$s)"
326
  msgstr ""
327
 
328
+ #: admin/includes/admin-categories.php:93
329
  #, php-format
330
  msgid "%1$s categories not added (%2$s)"
331
  msgstr ""
332
 
333
+ #: admin/includes/admin-categories.php:94
334
  #, php-format
335
  msgid "%1$s categories not deleted (%2$s)"
336
  msgstr ""
337
 
338
+ #: admin/includes/admin-categories.php:97
339
  msgid "An Error occured during the category sync"
340
  msgstr ""
341
 
342
+ #: admin/includes/admin-categories.php:100
343
  msgid "Category sync finished"
344
  msgstr ""
345
 
346
+ #: admin/includes/admin-category-sync.php:76
347
  msgid "Error: You are not allowed to view this page!"
348
  msgstr ""
349
 
350
+ #: admin/includes/admin-category-sync.php:92
351
  msgid "Affected Categories when switching to seperate Event Categories"
352
  msgstr ""
353
 
354
+ #: admin/includes/admin-category-sync.php:93
355
  msgid "Switch option to seperate Event Categories"
356
  msgstr ""
357
 
358
+ #: admin/includes/admin-category-sync.php:94
359
  msgid ""
360
  "If you proceed, all post categories will be copied and all events will be "
361
  "re-assigned to this new categories."
362
  msgstr ""
363
 
364
+ #: admin/includes/admin-category-sync.php:95
365
  msgid ""
366
  "Afterwards the event categories are independent of the post categories."
367
  msgstr ""
368
 
369
+ #: admin/includes/admin-category-sync.php:97
370
  msgid "Affected Categories when switching to use Post Categories for events"
371
  msgstr ""
372
 
373
+ #: admin/includes/admin-category-sync.php:98
374
  msgid "Switch option to use Post Categories for events"
375
  msgstr ""
376
 
377
+ #: admin/includes/admin-category-sync.php:99
378
  msgid ""
379
  "Take a detailed look at the affected categories above before you proceed! "
380
  "All seperate event categories will be deleted, this cannot be undone!"
381
  msgstr ""
382
 
383
+ #: admin/includes/admin-category-sync.php:102
384
  msgid "Event Categories: Synchronise with Post Categories"
385
  msgstr ""
386
 
387
+ #: admin/includes/admin-category-sync.php:103
388
  msgid "Start synchronisation"
389
  msgstr ""
390
 
391
+ #: admin/includes/admin-category-sync.php:104
392
  msgid ""
393
  "If this option is enabled the above listed categories will be deleted and "
394
  "removed from the existing events!"
395
  msgstr ""
396
 
397
+ #: admin/includes/admin-category-sync.php:119
398
  msgid "Categories to modify"
399
  msgstr ""
400
 
401
+ #: admin/includes/admin-category-sync.php:120
402
  msgid "Categories to add"
403
  msgstr ""
404
 
405
+ #: admin/includes/admin-category-sync.php:121
406
  msgid "Categories to delete (optional)"
407
  msgstr ""
408
 
409
+ #: admin/includes/admin-category-sync.php:122
410
  msgid "Delete not available post categories"
411
  msgstr ""
412
 
413
+ #: admin/includes/admin-category-sync.php:125
414
  msgid "Categories with differences"
415
  msgstr ""
416
 
417
+ #: admin/includes/admin-category-sync.php:126
418
  msgid "Categories to add (optional)"
419
  msgstr ""
420
 
421
+ #: admin/includes/admin-category-sync.php:127
422
  msgid "Add not available post categories"
423
  msgstr ""
424
 
425
+ #: admin/includes/admin-category-sync.php:146
426
  msgid "none"
427
  msgstr ""
428
 
429
+ #: admin/includes/admin-import.php:90
430
  msgid "Import Events"
431
  msgstr "Importér begivenheder"
432
 
433
+ #: admin/includes/admin-import.php:109 admin/includes/admin-import.php:154
434
+ #: admin/includes/admin-import.php:261
435
  msgid "Step"
436
  msgstr "Trin"
437
 
438
+ #: admin/includes/admin-import.php:109
439
  msgid "Set import file and options"
440
  msgstr ""
441
 
442
+ #: admin/includes/admin-import.php:114
443
  #, php-format
444
  msgid "Proceed with Step %1$s"
445
  msgstr ""
446
 
447
+ #: admin/includes/admin-import.php:117
448
  msgid "Example file"
449
  msgstr "Eksempelfil"
450
 
451
+ #: admin/includes/admin-import.php:119
452
  #, php-format
453
  msgid ""
454
  "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
455
  msgstr ""
456
 
457
+ #: admin/includes/admin-import.php:123
458
  msgid "Note"
459
  msgstr "Note"
460
 
461
+ #: admin/includes/admin-import.php:124
462
  msgid ""
463
  "Do not change the column header and separator line (first two lines), "
464
  "otherwise the import will fail!"
465
  msgstr ""
466
 
467
+ #: admin/includes/admin-import.php:133 admin/includes/admin-import.php:141
468
  msgid "Sorry, there has been an error."
469
  msgstr "Beklager, der er sket en fejl."
470
 
471
+ #: admin/includes/admin-import.php:134
472
  msgid "The file does not exist, please try again."
473
  msgstr "Filen eksisterer ikke. Prøv venligst igen."
474
 
475
+ #: admin/includes/admin-import.php:142
476
  msgid "The uploaded file does not have the required csv extension."
477
  msgstr ""
478
 
479
+ #: admin/includes/admin-import.php:154
480
  msgid "Events review and additonal category selection"
481
  msgstr ""
482
 
483
+ #: admin/includes/admin-import.php:160 admin/includes/admin-import.php:171
484
  msgid "Error"
485
  msgstr ""
486
 
487
+ #: admin/includes/admin-import.php:160
488
  msgid "This CSV file cannot be imported"
489
  msgstr ""
490
 
491
+ #: admin/includes/admin-import.php:171
492
  msgid "None of the events in this CSV file can be imported"
493
  msgstr ""
494
 
495
+ #: admin/includes/admin-import.php:174 admin/includes/admin-import.php:219
496
  msgid "Warning"
497
  msgstr ""
498
 
499
+ #: admin/includes/admin-import.php:177
500
  #, php-format
501
  msgid "There is %1$s event which cannot be imported"
502
  msgid_plural "There are %1$s events which cannot be imported"
503
  msgstr[0] ""
504
  msgstr[1] ""
505
 
506
+ #: admin/includes/admin-import.php:190
507
  #, php-format
508
  msgid "CSV line %1$s"
509
  msgstr ""
510
 
511
+ #: admin/includes/admin-import.php:200
512
  msgid "You can still import all other events listed below."
513
  msgstr ""
514
 
515
+ #: admin/includes/admin-import.php:220
516
  msgid ""
517
  "The following category slugs are not available and will be removed from the "
518
  "imported events"
519
  msgstr ""
520
 
521
+ #: admin/includes/admin-import.php:226
522
  msgid ""
523
  "If you want to keep these categories, please create these Categories first "
524
  "and do the import afterwards."
525
  msgstr ""
526
 
527
+ #: admin/includes/admin-import.php:261
528
  msgid "Import result"
529
  msgstr ""
530
 
531
+ #: admin/includes/admin-import.php:264
532
  #, php-format
533
  msgid "Import of %1$s events successful!"
534
  msgstr ""
535
 
536
+ #: admin/includes/admin-import.php:265
537
  msgid "Go back to All Events"
538
  msgstr ""
539
 
540
+ #: admin/includes/admin-import.php:268
541
  msgid "Errors during Import"
542
  msgstr ""
543
 
544
+ #: admin/includes/admin-import.php:276
545
  msgid "Event from CSV-line"
546
  msgstr ""
547
 
548
+ #: admin/includes/admin-import.php:288 admin/includes/admin-main.php:108
549
  #: includes/widget_helptexts.php:9
550
  msgid "Title"
551
  msgstr "Titel"
552
 
553
+ #: admin/includes/admin-import.php:289
554
  msgid "Start Date"
555
  msgstr "Starter"
556
 
557
+ #: admin/includes/admin-import.php:290
558
  msgid "End Date"
559
  msgstr "Slutter"
560
 
561
+ #: admin/includes/admin-import.php:291 admin/includes/admin-new.php:132
562
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
563
+ #: includes/rss.php:116
564
  msgid "Time"
565
  msgstr "Tidspunkt"
566
 
567
+ #: admin/includes/admin-import.php:292 admin/includes/admin-main.php:109
568
+ #: admin/includes/admin-new.php:134 includes/options_helptexts.php:75
569
+ #: includes/options_helptexts.php:76 includes/rss.php:119
570
  msgid "Location"
571
  msgstr "Lokalitet"
572
 
573
+ #: admin/includes/admin-import.php:293
574
  msgid "Content"
575
  msgstr ""
576
 
577
+ #: admin/includes/admin-import.php:294
578
  msgid "Category slugs"
579
  msgstr ""
580
 
581
+ #: admin/includes/admin-import.php:340
582
  msgid "Header line is missing or not correct!"
583
  msgstr ""
584
 
585
+ #: admin/includes/admin-import.php:341
586
  #, php-format
587
  msgid ""
588
  "Have a look at the %1$sexample file%2$s to see the correct header line "
589
  "format."
590
  msgstr ""
591
 
592
+ #: admin/includes/admin-import.php:350
593
  #, php-format
594
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
595
  msgstr ""
596
 
597
+ #: admin/includes/admin-import.php:399
598
+ msgid "Import events"
599
  msgstr ""
600
 
601
+ #: admin/includes/admin-import.php:400
602
+ msgid "Add additional categories"
603
  msgstr ""
604
 
605
+ #: admin/includes/admin-import.php:430 includes/events_post_type.php:92
606
+ msgid "No events found"
607
  msgstr ""
608
 
609
+ #: admin/includes/admin-import.php:478
610
+ msgid "Saving of event failed!"
611
  msgstr ""
612
 
613
+ #: admin/includes/admin-import.php:496
614
+ msgid "Empty event title found"
615
  msgstr ""
616
 
617
+ #: admin/includes/admin-import.php:501
618
+ msgid "Wrong date format for startdate"
619
  msgstr ""
620
 
621
+ #: admin/includes/admin-import.php:509
622
+ msgid "Wrong date format for enddate"
623
  msgstr ""
624
 
625
+ #: admin/includes/admin-main.php:107
626
  msgid "Event Date"
627
  msgstr ""
628
 
629
+ #: admin/includes/admin-main.php:112
630
  msgid "Author"
631
  msgstr "Forfatter"
632
 
633
+ #: admin/includes/admin-main.php:181
634
  #, php-format
635
  msgid "Add a copy of %1$s"
636
  msgstr ""
637
 
638
+ #: admin/includes/admin-main.php:181
639
  msgid "Copy"
640
  msgstr ""
641
 
642
+ #: admin/includes/admin-main.php:269
643
  msgid "Import"
644
  msgstr "Importér"
645
 
646
+ #: admin/includes/admin-new.php:82
647
  msgid "Event data"
648
  msgstr ""
649
 
650
+ #: admin/includes/admin-new.php:115
651
  msgid "Add Copy"
652
  msgstr ""
653
 
654
+ #: admin/includes/admin-new.php:123
655
  msgid "Date"
656
  msgstr "Dato"
657
 
658
+ #: admin/includes/admin-new.php:123
659
  msgid "required"
660
  msgstr ""
661
 
662
+ #: admin/includes/admin-new.php:128
663
  msgid "Multi-Day Event"
664
  msgstr ""
665
 
666
+ #: admin/includes/admin-new.php:148
667
  msgid "Event Title"
668
  msgstr ""
669
 
670
+ #: admin/includes/admin-new.php:165
671
  msgid "Event Content"
672
  msgstr ""
673
 
674
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:246
675
  msgid "Event updated."
676
  msgstr ""
677
 
678
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:248
679
  msgid "View event"
680
  msgstr ""
681
 
682
+ #: admin/includes/admin-new.php:247
683
  #, php-format
684
  msgid "Event restored to revision from %1$s"
685
  msgstr ""
686
 
687
+ #: admin/includes/admin-new.php:248
688
  msgid "Event published."
689
  msgstr ""
690
 
691
+ #: admin/includes/admin-new.php:249
692
  msgid "Event saved."
693
  msgstr ""
694
 
695
+ #: admin/includes/admin-new.php:250
696
  msgid "Event submitted."
697
  msgstr ""
698
 
699
+ #: admin/includes/admin-new.php:251 admin/includes/admin-new.php:254
700
+ #: admin/includes/admin-new.php:256
701
  msgid "Preview event"
702
  msgstr ""
703
 
704
+ #: admin/includes/admin-new.php:253
705
  #, php-format
706
  msgid "Event scheduled for: %1$s>"
707
  msgstr ""
708
 
709
+ #: admin/includes/admin-new.php:255
710
  msgid "Event draft updated."
711
  msgstr ""
712
 
713
+ #: admin/includes/admin-settings.php:95
714
  msgid "Go to Event Category switching page"
715
  msgstr ""
716
 
717
+ #: admin/includes/admin-settings.php:108
718
  msgid "Frontend Settings"
719
  msgstr "Frontend-indstillinger"
720
 
721
+ #: admin/includes/admin-settings.php:109
722
  msgid "Admin Page Settings"
723
  msgstr "Admin Page-indstillinger"
724
 
725
+ #: admin/includes/admin-settings.php:110
726
  msgid "Feed Settings"
727
  msgstr "Feed-indstillinger"
728
 
729
+ #: admin/includes/admin-settings.php:111
730
  msgid "Category Taxonomy"
731
  msgstr ""
732
 
894
  msgstr ""
895
 
896
  #: includes/event.php:343 includes/event.php:345
897
+ #: includes/sc_event-list.php:325
898
  msgid "read more"
899
  msgstr ""
900
 
1422
  " switching page from here."
1423
  msgstr ""
1424
 
1425
+ #: includes/options.php:91
1426
  msgid "events"
1427
  msgstr ""
1428
 
1429
+ #: includes/options.php:95
1430
  msgid "Show content"
1431
  msgstr ""
1432
 
1433
+ #: includes/options.php:99
1434
  msgid "Hide content"
1435
  msgstr ""
1436
 
1521
  msgstr ""
1522
 
1523
  #: includes/sc_event-list_helptexts.php:82
1524
+ #, php-format
1525
  msgid ""
1526
  "This attribute defines the category filter which filters the events to show."
1527
+ " The default is %1$s or an empty string to show all events."
1528
  msgstr ""
1529
 
1530
  #: includes/sc_event-list_helptexts.php:86
1871
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1872
  msgstr ""
1873
 
1874
+ #: includes/sc_event-list.php:183
1875
  msgid "Sorry, the requested event is not available!"
1876
  msgstr ""
1877
 
1878
+ #: includes/sc_event-list.php:192
1879
  msgid "Event Information:"
1880
  msgstr ""
1881
 
1882
+ #: includes/sc_event-list.php:432
1883
  msgid "Link to RSS feed"
1884
  msgstr ""
1885
 
1886
+ #: includes/sc_event-list.php:442
1887
  msgid "Link to iCal feed"
1888
  msgstr ""
1889
 
2035
  "approriate option is selected."
2036
  msgstr ""
2037
 
2038
+ #: includes/widget.php:37
2039
  msgid "With this widget a list of upcoming events can be displayed."
2040
  msgstr "Med denne widget kan en liste over alle kommende begivenheder vises."
2041
 
2042
+ #: includes/widget.php:42
2043
  msgid "Upcoming events"
2044
  msgstr "Kommende begivenheder"
2045
 
2046
+ #: includes/widget.php:56
2047
  msgid "show events page"
2048
  msgstr "Vis begivenheds-side"
languages/event-list-de_DE.po CHANGED
@@ -14,8 +14,8 @@ msgid ""
14
  msgstr ""
15
  "Project-Id-Version: wp-event-list\n"
16
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
17
- "POT-Creation-Date: 2022-02-19 18:08+0100\n"
18
- "PO-Revision-Date: 2022-02-19 17:24+0000\n"
19
  "Last-Translator: mibuthu\n"
20
  "Language-Team: German (Germany) (http://www.transifex.com/mibuthu/wp-event-list/language/de_DE/)\n"
21
  "MIME-Version: 1.0\n"
@@ -24,72 +24,72 @@ msgstr ""
24
  "Language: de_DE\n"
25
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
26
 
27
- #: admin/admin.php:90
28
  #, php-format
29
  msgid "Errors during upgrade of plugin %1$s"
30
  msgstr "Fehler während des %1$s Plugin Upgrades"
31
 
32
- #: admin/admin.php:90
33
  #, php-format
34
  msgid "Upgrade of plugin %1$s successful"
35
  msgstr "Upgrade des Plugins %1$s erfolgreich"
36
 
37
- #: admin/admin.php:142 admin/includes/admin-settings.php:91
38
  msgid "Event List Settings"
39
  msgstr "Event List Einstellungen"
40
 
41
- #: admin/admin.php:142
42
  msgid "Settings"
43
  msgstr "Einstellungen"
44
 
45
- #: admin/admin.php:146 admin/includes/admin-about.php:63
46
  msgid "About Event List"
47
  msgstr "Informationen zu Event List"
48
 
49
- #: admin/admin.php:146
50
  msgid "About"
51
  msgstr "Informationen"
52
 
53
- #: admin/admin.php:170
54
  #, php-format
55
  msgid "%s Event"
56
  msgid_plural "%s Events"
57
  msgstr[0] "%s Termin"
58
  msgstr[1] "%s Termine"
59
 
60
- #: admin/includes/admin-about.php:87 admin/includes/admin-settings.php:110
61
  msgid "General"
62
  msgstr "Allgemein"
63
 
64
- #: admin/includes/admin-about.php:88 admin/includes/admin-about.php:108
65
- #: admin/includes/admin-about.php:137
66
  msgid "Shortcode Attributes"
67
  msgstr "Shortcode Attribute"
68
 
69
- #: admin/includes/admin-about.php:102
70
  msgid "Help and Instructions"
71
  msgstr "Hilfe und Anleitungen"
72
 
73
- #: admin/includes/admin-about.php:103
74
  #, php-format
75
  msgid "You can manage the events %1$shere%2$s"
76
  msgstr "Die Termine können %1$shier%2$s verwaltet werden"
77
 
78
- #: admin/includes/admin-about.php:104
79
  msgid "To show the events on your site you have 2 possibilities"
80
  msgstr "Für die Anzeige von Terminen auf der Homepage gibt es 2 Möglichkeiten"
81
 
82
- #: admin/includes/admin-about.php:105
83
  #, php-format
84
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
85
  msgstr "durch Einfügen des <strong>Shortcodes</strong> %1$s auf einer beliebigen Seite oder eines Beitrags"
86
 
87
- #: admin/includes/admin-about.php:106
88
  #, php-format
89
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
90
  msgstr "durch das Einfügen des <strong>Widgets</strong> %1$s in einem Widgetbereich"
91
 
92
- #: admin/includes/admin-about.php:107
93
  msgid ""
94
  "The displayed events and their style can be modified with the available "
95
  "widget settings and the available attributes for the shortcode."
@@ -102,39 +102,39 @@ msgid ""
102
  "available in the %1$s tab."
103
  msgstr "Eine Liste aller verfügbarer Shortcode Attribute und deren Beschreibung ist im Reiter %1$s verfügbar."
104
 
105
- #: admin/includes/admin-about.php:109
106
  msgid "The available widget options are described in their tooltip text."
107
  msgstr "Alle verfügbaren Widget Einstellungen sind im jeweiligen Tooltip Text beschrieben."
108
 
109
- #: admin/includes/admin-about.php:110
110
  #, php-format
111
  msgid ""
112
  "If you enable one of the links options (%1$s or %2$s) in the widget you have"
113
  " to insert an URL to the linked event-list page."
114
  msgstr "Wenn eine der Link Optionen (%1$s oder %2$s) im Widget verwendet werden, dann muss die URL zur verlinkten Event-List Seite angegeben werden."
115
 
116
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:134
117
  msgid "Add links to the single events"
118
  msgstr "Füge Links zu den einzelnen Terminen ein"
119
 
120
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:143
121
  msgid "Add a link to the Event List page"
122
  msgstr "Füge einen Link zur Event List Seite hinzu"
123
 
124
- #: admin/includes/admin-about.php:111
125
  msgid ""
126
  "This is required because the widget does not know in which page or post the "
127
  "shortcode was included."
128
  msgstr "Dies ist erforderlich, weil das Widget nicht weiß, in welcher Seite oder welchem Beitrag der Shortcode eingefügt worden ist."
129
 
130
- #: admin/includes/admin-about.php:112
131
  msgid ""
132
  "Additionally you have to insert the correct Shortcode id on the linked page."
133
  " This id describes which shortcode should be used on the given page or post "
134
  "if you have more than one."
135
  msgstr "Zusätzlich muss die korrekte Shortcode-ID auf der verlinkten Seite angegeben werden. Diese ID beschreibt welcher Shortcode auf der angegebenen Seite oder Artikel verwendet werden soll, wenn mehrere vorhanden sind."
136
 
137
- #: admin/includes/admin-about.php:113
138
  #, php-format
139
  msgid ""
140
  "The default value %1$s is normally o.k. (for pages with 1 shortcode only), "
@@ -142,596 +142,597 @@ msgid ""
142
  "link on your linked page or post."
143
  msgstr "Der Standardwert %1$s ist normalerweise o.k. (für Seiten mit nur einem Shortcode), aber falls erforderlich kann die ID über die URL eines Termin-Links auf der verlinkten Seite ermittelt werden."
144
 
145
- #: admin/includes/admin-about.php:114
146
  #, php-format
147
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
148
  msgstr "Die ID befindet sich am Ende der URL Parameter (z.B. %1$s)."
149
 
150
- #: admin/includes/admin-about.php:116
151
  #, php-format
152
  msgid ""
153
  "Be sure to also check the %1$s to get the plugin behaving just the way you "
154
  "want."
155
  msgstr "Bitte werfe auch einen Blick auf die %1$s in der das Plugin nach deinen Vorstellungen angepasst werden kann."
156
 
157
- #: admin/includes/admin-about.php:116
158
  msgid "Settings page"
159
  msgstr "Einstellungs-Seite"
160
 
161
- #: admin/includes/admin-about.php:123
162
  msgid "About the plugin author"
163
  msgstr "Über den Autor des Plugins"
164
 
165
- #: admin/includes/admin-about.php:125
166
  #, php-format
167
  msgid ""
168
  "This plugin is developed by %1$s, you can find more information about the "
169
  "plugin on the %2$s."
170
  msgstr "Dieses Plugin wird von %1$s entwickelt, zusätzliche Informationen über das Plugin stehen auf der %2$s zur Verfügung."
171
 
172
- #: admin/includes/admin-about.php:125
173
  msgid "WordPress plugin site"
174
  msgstr "Wordpress Plugin Seite"
175
 
176
- #: admin/includes/admin-about.php:126
177
  #, php-format
178
  msgid "If you like the plugin please rate it on the %1$s."
179
  msgstr "Wenn dir das Plugin gefällt bewerte es bitte unter der %1$s."
180
 
181
- #: admin/includes/admin-about.php:126
182
  msgid "WordPress plugin review site"
183
  msgstr "WordPress-Plugin-Bewertungsseite"
184
 
185
- #: admin/includes/admin-about.php:127
186
  msgid ""
187
  "If you want to support the plugin I would be happy to get a small donation"
188
  msgstr "Um das Plugin zu unterstützen würde ich mich auch über eine kleine Spende freuen"
189
 
190
- #: admin/includes/admin-about.php:128 admin/includes/admin-about.php:129
191
- #: admin/includes/admin-about.php:130
192
  #, php-format
193
  msgid "Donate with %1$s"
194
  msgstr "Spende über %1$s"
195
 
196
- #: admin/includes/admin-about.php:139
197
  msgid ""
198
  "You have the possibility to modify the output if you add some of the "
199
  "following attributes to the shortcode."
200
  msgstr "Mit dem Hinzufügen der folgenden Shortcode-Attribute kann die Ausgabe entsprechend angepasst werden."
201
 
202
- #: admin/includes/admin-about.php:140
203
  #, php-format
204
  msgid ""
205
  "You can combine and add as much attributes as you want. E.g. the shortcode "
206
  "including the attributes %1$s and %2$s would looks like this:"
207
  msgstr "Es können beliebig viele dieser Attribute kombiniert und gleichzeitig verwendet werden. Z.B. würde der Shortcode mit den Attributen %1$s und %2$s folgendermaßen aussehen:"
208
 
209
- #: admin/includes/admin-about.php:142
210
  msgid ""
211
  "Below you can find a list of all supported attributes with their "
212
  "descriptions and available options:"
213
  msgstr "In der folgenden Liste sind alle unterstützten Shortcode-Attribute mit deren Beschreibung und verfügbaren Optionen angegeben:"
214
 
215
- #: admin/includes/admin-about.php:157
216
  msgid "Attribute name"
217
  msgstr "Name"
218
 
219
- #: admin/includes/admin-about.php:158
220
  msgid "Value options"
221
  msgstr "zulässige Werte"
222
 
223
- #: admin/includes/admin-about.php:159
224
  msgid "Default value"
225
  msgstr "Standard-Wert"
226
 
227
- #: admin/includes/admin-about.php:160
228
  msgid "Description"
229
  msgstr "Beschreibung"
230
 
231
- #: admin/includes/admin-about.php:179 includes/sc_event-list_helptexts.php:74
232
  #: includes/sc_event-list_helptexts.php:91
233
  msgid "Filter Syntax"
234
  msgstr "Filter Syntax"
235
 
236
- #: admin/includes/admin-about.php:180
237
  msgid ""
238
  "For date and cat filters you can specify complex filters with the following "
239
  "syntax:"
240
  msgstr "Für Datums- und Kategoriefilter können komplexe Filter mit der folgenden Syntax definiert werden:"
241
 
242
- #: admin/includes/admin-about.php:181
243
  #, php-format
244
  msgid ""
245
  "You can use %1$s and %2$s connections to define complex filters. "
246
  "Additionally you can set brackets %3$s for nested queries."
247
  msgstr "Es können %1$s und %2$s Verknüpfungen verwendet werden um komplexe Filter zu definieren. Zusätzlich können Klammern %3$s für verschachtelte Abfragen eingesetzt werden."
248
 
249
- #: admin/includes/admin-about.php:181
250
  msgid "AND"
251
  msgstr "UND"
252
 
253
- #: admin/includes/admin-about.php:181
254
  msgid "OR"
255
  msgstr "ODER"
256
 
257
- #: admin/includes/admin-about.php:181
258
  msgid "or"
259
  msgstr "oder"
260
 
261
- #: admin/includes/admin-about.php:181
262
  msgid "and"
263
  msgstr "und"
264
 
265
- #: admin/includes/admin-about.php:182
266
  msgid "Examples for cat filters:"
267
  msgstr "Beispiele für Kategorie-Filter:"
268
 
269
- #: admin/includes/admin-about.php:183
270
  #, php-format
271
  msgid "Show all events with category %1$s."
272
  msgstr "Zeige alle Termine mit der Kategorie %1$s."
273
 
274
- #: admin/includes/admin-about.php:184
275
  #, php-format
276
  msgid "Show all events with category %1$s or %2$s."
277
  msgstr "Zeige alle Termine mit der Kategorie %1$s oder %2$s."
278
 
279
- #: admin/includes/admin-about.php:185
280
  #, php-format
281
  msgid ""
282
  "Show all events with category %1$s and all events where category %2$s as "
283
  "well as %3$s is selected."
284
  msgstr "Zeige alle Termine mit der Kategorie %1$s und alle Termine, in denen die Kategorie %2$s sowie %3$s gesetzt ist."
285
 
286
- #: admin/includes/admin-about.php:191 includes/sc_event-list_helptexts.php:69
287
  msgid "Available Date Formats"
288
  msgstr "Verfügbare Datumsformate"
289
 
290
- #: admin/includes/admin-about.php:192
291
  msgid "For date filters you can use the following date formats:"
292
  msgstr "Für die Datums-Filterung stehen folgende Datums-Formate zur Verfügung:"
293
 
294
- #: admin/includes/admin-about.php:201 includes/sc_event-list_helptexts.php:70
295
  msgid "Available Date Range Formats"
296
  msgstr "Verfügbare Datumsbereichs-Formate"
297
 
298
- #: admin/includes/admin-about.php:202
299
  msgid "For date filters you can use the following daterange formats:"
300
  msgstr "Für die Datums-Filterung stehen folgende Formate für Datumsbereiche zur Verfügung:"
301
 
302
- #: admin/includes/admin-about.php:215
303
  msgid "Value"
304
  msgstr "Wert"
305
 
306
- #: admin/includes/admin-about.php:219
307
  msgid "Example"
308
  msgstr "Beispiel"
309
 
310
- #: admin/includes/admin-categories.php:79
311
  msgid "Synchronize with post categories"
312
  msgstr "Synchronisation mit den Beitrags-Kategorien"
313
 
314
- #: admin/includes/admin-categories.php:90
315
  #, php-format
316
  msgid "%1$s categories modified (%2$s)"
317
  msgstr "%1$s Kategorien geändert (%2$s)"
318
 
319
- #: admin/includes/admin-categories.php:91
320
  #, php-format
321
  msgid "%1$s categories added (%2$s)"
322
  msgstr "%1$s Kategorien erstellt (%2$s)"
323
 
324
- #: admin/includes/admin-categories.php:92
325
  #, php-format
326
  msgid "%1$s categories deleted (%2$s)"
327
  msgstr "%1$s Kategorien gelöscht (%2$s)"
328
 
329
- #: admin/includes/admin-categories.php:95
330
  #, php-format
331
  msgid "%1$s categories not modified (%2$s)"
332
  msgstr "%1$s Kategorien nicht geändert (%2$s)"
333
 
334
- #: admin/includes/admin-categories.php:96
335
  #, php-format
336
  msgid "%1$s categories not added (%2$s)"
337
  msgstr "%1$s Kategorien nicht erstellt (%2$s)"
338
 
339
- #: admin/includes/admin-categories.php:97
340
  #, php-format
341
  msgid "%1$s categories not deleted (%2$s)"
342
  msgstr "%1$s Kategorien nicht gelöscht (%2$s)"
343
 
344
- #: admin/includes/admin-categories.php:100
345
  msgid "An Error occured during the category sync"
346
  msgstr "Während der Kategorie-Synchronisation ist ein Fehler aufgetreten"
347
 
348
- #: admin/includes/admin-categories.php:103
349
  msgid "Category sync finished"
350
  msgstr "Kategorie-Synchronisation abgeschlossen"
351
 
352
- #: admin/includes/admin-category-sync.php:77
353
  msgid "Error: You are not allowed to view this page!"
354
  msgstr "Fehler: Sie sind nicht befugt dieser Seite aufzurufen!"
355
 
356
- #: admin/includes/admin-category-sync.php:93
357
  msgid "Affected Categories when switching to seperate Event Categories"
358
  msgstr "Betroffene Kategorien beim Wechseln zu separaten Termin-Kategorien"
359
 
360
- #: admin/includes/admin-category-sync.php:94
361
  msgid "Switch option to seperate Event Categories"
362
  msgstr "Ändere Einstellung zur Verwendung separater Termin-Kategorien"
363
 
364
- #: admin/includes/admin-category-sync.php:95
365
  msgid ""
366
  "If you proceed, all post categories will be copied and all events will be "
367
  "re-assigned to this new categories."
368
  msgstr "Beim Fortsetzen werden alle Beitrags-Kategorien kopiert und alle Termine den neuen Kategorien zugeordnet."
369
 
370
- #: admin/includes/admin-category-sync.php:96
371
  msgid ""
372
  "Afterwards the event categories are independent of the post categories."
373
  msgstr "Anschließend sind die Termin-Kategorien unabhängig von den Beitrags-Kategorien."
374
 
375
- #: admin/includes/admin-category-sync.php:98
376
  msgid "Affected Categories when switching to use Post Categories for events"
377
  msgstr "Betroffene Kategorien beim Wechseln zur Verwendung von Beitrags-Kategorien für Termine"
378
 
379
- #: admin/includes/admin-category-sync.php:99
380
  msgid "Switch option to use Post Categories for events"
381
  msgstr "Ändere Einstellung zur Verwendung der Beitrags-Kategorien für Termine"
382
 
383
- #: admin/includes/admin-category-sync.php:100
384
  msgid ""
385
  "Take a detailed look at the affected categories above before you proceed! "
386
  "All seperate event categories will be deleted, this cannot be undone!"
387
  msgstr "Bitte vor dem Fortsetzen die oben angezeigten betroffenen Kategorien prüfen! Alle eigenständigen Termin-Kategorien werden gelöscht, dies kann nicht mehr rückgängig gemacht werden!"
388
 
389
- #: admin/includes/admin-category-sync.php:103
390
  msgid "Event Categories: Synchronise with Post Categories"
391
  msgstr "Termin-Kategorien: Synchronisiere mit Beitrags-Kategorien"
392
 
393
- #: admin/includes/admin-category-sync.php:104
394
  msgid "Start synchronisation"
395
  msgstr "Starte Synchronisation"
396
 
397
- #: admin/includes/admin-category-sync.php:105
398
  msgid ""
399
  "If this option is enabled the above listed categories will be deleted and "
400
  "removed from the existing events!"
401
  msgstr "Wenn diese Einstellung aktiviert ist, werden alle oben angezeigten Kategorien gelöscht und aus den vorhandenen Terminen entfernt!"
402
 
403
- #: admin/includes/admin-category-sync.php:120
404
  msgid "Categories to modify"
405
  msgstr "Kategorien, die geändert werden"
406
 
407
- #: admin/includes/admin-category-sync.php:121
408
  msgid "Categories to add"
409
  msgstr "Kategorien, die hinzugefügt werden"
410
 
411
- #: admin/includes/admin-category-sync.php:122
412
  msgid "Categories to delete (optional)"
413
  msgstr "Kategorien, die gelöscht werden (optional)"
414
 
415
- #: admin/includes/admin-category-sync.php:123
416
  msgid "Delete not available post categories"
417
  msgstr "Lösche nicht verfügbare Beitrags-Kategorien"
418
 
419
- #: admin/includes/admin-category-sync.php:126
420
  msgid "Categories with differences"
421
  msgstr "Kategorien, die unterschiedlich sind"
422
 
423
- #: admin/includes/admin-category-sync.php:127
424
  msgid "Categories to add (optional)"
425
  msgstr "Kategorien, die hinzugefügt werden (optional)"
426
 
427
- #: admin/includes/admin-category-sync.php:128
428
  msgid "Add not available post categories"
429
  msgstr "Ergänze nicht verfügbare Beitrags-Kategorien"
430
 
431
- #: admin/includes/admin-category-sync.php:147
432
  msgid "none"
433
  msgstr "keine"
434
 
435
- #: admin/includes/admin-import.php:91
436
  msgid "Import Events"
437
  msgstr "Importiere Termine"
438
 
439
- #: admin/includes/admin-import.php:110 admin/includes/admin-import.php:150
440
- #: admin/includes/admin-import.php:254
441
  msgid "Step"
442
  msgstr "Schritt"
443
 
444
- #: admin/includes/admin-import.php:110
445
  msgid "Set import file and options"
446
  msgstr "Datei und Optionen zum Importieren wählen"
447
 
448
- #: admin/includes/admin-import.php:113
449
  #, php-format
450
  msgid "Proceed with Step %1$s"
451
  msgstr "Weiter zu Schritt %1$s"
452
 
453
- #: admin/includes/admin-import.php:116
454
  msgid "Example file"
455
  msgstr "Beispieldatei"
456
 
457
- #: admin/includes/admin-import.php:117
458
  #, php-format
459
  msgid ""
460
  "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
461
- msgstr "Du kannst eine Beispieldatei herunterladen %1$shere%2$s (Das CSV-Trennzeichen ist ein Komma!)"
462
 
463
- #: admin/includes/admin-import.php:118
464
  msgid "Note"
465
  msgstr "Achtung"
466
 
467
- #: admin/includes/admin-import.php:118
468
  msgid ""
469
  "Do not change the column header and separator line (first two lines), "
470
  "otherwise the import will fail!"
471
  msgstr "Die Kopfzeile und die Separator Zeile dürfen nicht geändert werden, ansonsten wird der Import "
472
 
473
- #: admin/includes/admin-import.php:128 admin/includes/admin-import.php:137
474
  msgid "Sorry, there has been an error."
475
  msgstr "Entschuldigung, ein Fehler ist aufgetreten."
476
 
477
- #: admin/includes/admin-import.php:129
478
  msgid "The file does not exist, please try again."
479
  msgstr "Die Datei existiert nicht, bitte erneut versuchen."
480
 
481
- #: admin/includes/admin-import.php:138
482
  msgid "The uploaded file does not have the required csv extension."
483
  msgstr "Die hochgeladene Datei hat nicht das benötigte CSV-Dateiformat."
484
 
485
- #: admin/includes/admin-import.php:150
486
  msgid "Events review and additonal category selection"
487
  msgstr "Eventüberprüfung und zusätzliche Kategorieauswahl"
488
 
489
- #: admin/includes/admin-import.php:156 admin/includes/admin-import.php:167
490
  msgid "Error"
491
  msgstr "Fehler"
492
 
493
- #: admin/includes/admin-import.php:156
494
  msgid "This CSV file cannot be imported"
495
  msgstr "Die CSV Datei kann nicht importiert werden"
496
 
497
- #: admin/includes/admin-import.php:167
498
  msgid "None of the events in this CSV file can be imported"
499
  msgstr "Keiner der Termine in der CSV-Datei kann importiert werden"
500
 
501
- #: admin/includes/admin-import.php:170 admin/includes/admin-import.php:213
502
  msgid "Warning"
503
  msgstr "Warnung"
504
 
505
- #: admin/includes/admin-import.php:172
506
  #, php-format
507
  msgid "There is %1$s event which cannot be imported"
508
  msgid_plural "There are %1$s events which cannot be imported"
509
  msgstr[0] "%1$s Termin kann nicht importiert werden"
510
  msgstr[1] "%1$s Termine können nicht importiert werden"
511
 
512
- #: admin/includes/admin-import.php:184
513
  #, php-format
514
  msgid "CSV line %1$s"
515
  msgstr "CSV Zeile %1$s"
516
 
517
- #: admin/includes/admin-import.php:194
518
  msgid "You can still import all other events listed below."
519
  msgstr "Alle anderen unten aufgeführte Termine können weiterhin importiert werden."
520
 
521
- #: admin/includes/admin-import.php:213
522
  msgid ""
523
  "The following category slugs are not available and will be removed from the "
524
  "imported events"
525
  msgstr "Die folgenden Kategorie-Slugs sind nicht verfügbar und werden aus den importierten Ereignissen entfernt"
526
 
527
- #: admin/includes/admin-import.php:219
528
  msgid ""
529
  "If you want to keep these categories, please create these Categories first "
530
  "and do the import afterwards."
531
  msgstr "Wenn diese Kategorien erhalten bleiben sollen, bitte zuerst die Kategorien anlegen und erst anschließend den Import ausführen."
532
 
533
- #: admin/includes/admin-import.php:254
534
  msgid "Import result"
535
- msgstr "Importerhebnis"
536
 
537
- #: admin/includes/admin-import.php:257
538
  #, php-format
539
  msgid "Import of %1$s events successful!"
540
  msgstr "Import von %1$s Terminen erfolgreich"
541
 
542
- #: admin/includes/admin-import.php:258
543
  msgid "Go back to All Events"
544
  msgstr "Gehe zurück zu Alle Termine"
545
 
546
- #: admin/includes/admin-import.php:261
547
  msgid "Errors during Import"
548
  msgstr "Fehler während des Imports"
549
 
550
- #: admin/includes/admin-import.php:269
551
  msgid "Event from CSV-line"
552
  msgstr "Termin aus CSV-Zeile"
553
 
554
- #: admin/includes/admin-import.php:281 admin/includes/admin-main.php:109
555
  #: includes/widget_helptexts.php:9
556
  msgid "Title"
557
  msgstr "Titel"
558
 
559
- #: admin/includes/admin-import.php:282
560
  msgid "Start Date"
561
  msgstr "Start-Datum"
562
 
563
- #: admin/includes/admin-import.php:283
564
  msgid "End Date"
565
  msgstr "End-Datum"
566
 
567
- #: admin/includes/admin-import.php:284 admin/includes/admin-new.php:131
568
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
 
569
  msgid "Time"
570
  msgstr "Uhrzeit"
571
 
572
- #: admin/includes/admin-import.php:285 admin/includes/admin-main.php:110
573
- #: admin/includes/admin-new.php:133 includes/options_helptexts.php:75
574
- #: includes/options_helptexts.php:76
575
  msgid "Location"
576
  msgstr "Ort"
577
 
578
- #: admin/includes/admin-import.php:286
579
  msgid "Content"
580
  msgstr "Inhalt"
581
 
582
- #: admin/includes/admin-import.php:287
583
  msgid "Category slugs"
584
  msgstr "Kategorie-Slugs"
585
 
586
- #: admin/includes/admin-import.php:333
587
  msgid "Header line is missing or not correct!"
588
  msgstr "Die Kopfzeile fehlt oder ist nicht richtig!"
589
 
590
- #: admin/includes/admin-import.php:334
591
  #, php-format
592
  msgid ""
593
  "Have a look at the %1$sexample file%2$s to see the correct header line "
594
  "format."
595
  msgstr "Das korrekte Format der Kopfzeile ist in der %1$sBeispieldatei%2$s ersichtlich."
596
 
597
- #: admin/includes/admin-import.php:341
598
  #, php-format
599
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
600
  msgstr "Falsche Anzahl von Einträgen in der Zeile (%1$s Einträge gefunden, 6-7 werden benötigt)"
601
 
602
- #: admin/includes/admin-import.php:371
603
- msgid "Empty event title found"
604
- msgstr "Leerer Termintitel gefunden"
605
-
606
- #: admin/includes/admin-import.php:377
607
- msgid "Wrong date format for startdate"
608
- msgstr "Falsches Datumsformat für das Start-Datum"
609
-
610
- #: admin/includes/admin-import.php:385
611
- msgid "Wrong date format for enddate"
612
- msgstr "Falsches Datumsformat für das Enddatum"
613
-
614
- #: admin/includes/admin-import.php:439
615
  msgid "Import events"
616
  msgstr "Importiere die Termine"
617
 
618
- #: admin/includes/admin-import.php:440
619
  msgid "Add additional categories"
620
  msgstr "Kategorien ergänzen"
621
 
622
- #: admin/includes/admin-import.php:470 includes/events_post_type.php:92
623
  msgid "No events found"
624
  msgstr "Keine Termine gefunden"
625
 
626
- #: admin/includes/admin-import.php:518
627
  msgid "Saving of event failed!"
628
  msgstr "Speichern des Termins fehlgeschlagen!"
629
 
630
- #: admin/includes/admin-main.php:108
 
 
 
 
 
 
 
 
 
 
 
 
631
  msgid "Event Date"
632
  msgstr "Termin-Datum"
633
 
634
- #: admin/includes/admin-main.php:113
635
  msgid "Author"
636
  msgstr "Autor"
637
 
638
- #: admin/includes/admin-main.php:182
639
  #, php-format
640
  msgid "Add a copy of %1$s"
641
  msgstr "Erstelle eine Kopie von %1$s"
642
 
643
- #: admin/includes/admin-main.php:182
644
  msgid "Copy"
645
  msgstr "Kopieren"
646
 
647
- #: admin/includes/admin-main.php:268
648
  msgid "Import"
649
  msgstr "Importieren"
650
 
651
- #: admin/includes/admin-new.php:83
652
  msgid "Event data"
653
  msgstr "Termin-Daten"
654
 
655
- #: admin/includes/admin-new.php:116
656
  msgid "Add Copy"
657
  msgstr "Kopie erstellen"
658
 
659
- #: admin/includes/admin-new.php:124
660
  msgid "Date"
661
  msgstr "Datum"
662
 
663
- #: admin/includes/admin-new.php:124
664
  msgid "required"
665
  msgstr "erforderlich"
666
 
667
- #: admin/includes/admin-new.php:127
668
  msgid "Multi-Day Event"
669
  msgstr "Mehrtägiger Termin"
670
 
671
- #: admin/includes/admin-new.php:147
672
  msgid "Event Title"
673
  msgstr "Termin-Titel"
674
 
675
- #: admin/includes/admin-new.php:164
676
  msgid "Event Content"
677
  msgstr "Termin-Inhalt"
678
 
679
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:245
680
  msgid "Event updated."
681
  msgstr "Termin aktualisiert."
682
 
683
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:247
684
  msgid "View event"
685
  msgstr "Termin anzeigen"
686
 
687
- #: admin/includes/admin-new.php:246
688
  #, php-format
689
  msgid "Event restored to revision from %1$s"
690
  msgstr "Termin wiederhergestellt mit Revision von %1$s"
691
 
692
- #: admin/includes/admin-new.php:247
693
  msgid "Event published."
694
  msgstr "Termin veröffentlicht."
695
 
696
- #: admin/includes/admin-new.php:248
697
  msgid "Event saved."
698
  msgstr "Termin gespeichert."
699
 
700
- #: admin/includes/admin-new.php:249
701
  msgid "Event submitted."
702
  msgstr "Termin eingereicht."
703
 
704
- #: admin/includes/admin-new.php:249 admin/includes/admin-new.php:252
705
- #: admin/includes/admin-new.php:253
706
  msgid "Preview event"
707
  msgstr "Termin-Vorschau anzeigen"
708
 
709
- #: admin/includes/admin-new.php:251
710
  #, php-format
711
  msgid "Event scheduled for: %1$s>"
712
  msgstr "Termin eingeplant für: %1$s"
713
 
714
- #: admin/includes/admin-new.php:253
715
  msgid "Event draft updated."
716
  msgstr "Termin-Entwurf aktualisiert."
717
 
718
- #: admin/includes/admin-settings.php:97
719
  msgid "Go to Event Category switching page"
720
  msgstr "Gehe zur Wechel-Seite für die Termin-Kategorien"
721
 
722
- #: admin/includes/admin-settings.php:111
723
  msgid "Frontend Settings"
724
  msgstr "Frontend Einstellungen"
725
 
726
- #: admin/includes/admin-settings.php:112
727
  msgid "Admin Page Settings"
728
  msgstr "Admin-Seiten Einstellungen"
729
 
730
- #: admin/includes/admin-settings.php:113
731
  msgid "Feed Settings"
732
  msgstr "Feed Einstellungen"
733
 
734
- #: admin/includes/admin-settings.php:114
735
  msgid "Category Taxonomy"
736
  msgstr "Kategorie-Taxonomie"
737
 
@@ -866,7 +867,7 @@ msgstr "Datumsbereich"
866
  msgid ""
867
  "A date rage can be specified via a start date and end date seperated by a tilde (~).<br />\n"
868
  "\t\t\tFor the start and end date any available date format can be used."
869
- msgstr ""
870
 
871
  #: includes/daterange_helptexts.php:147
872
  msgid "This value defines a range without any limits."
@@ -899,7 +900,7 @@ msgid "No valid start date provided"
899
  msgstr "Kein gültiges Start-Datum angegeben"
900
 
901
  #: includes/event.php:343 includes/event.php:345
902
- #: includes/sc_event-list.php:330
903
  msgid "read more"
904
  msgstr "Weiterlesen"
905
 
@@ -1427,15 +1428,15 @@ msgid ""
1427
  " switching page from here."
1428
  msgstr "Diese Option kann nicht direkt geändert werden, aber es ist möglich, von hier aus zur Seite für den Wechsel der Ereigniskategorie gehen."
1429
 
1430
- #: includes/options.php:92
1431
  msgid "events"
1432
  msgstr "Termine"
1433
 
1434
- #: includes/options.php:96
1435
  msgid "Show content"
1436
  msgstr "Inhalt anzeigen"
1437
 
1438
- #: includes/options.php:100
1439
  msgid "Hide content"
1440
  msgstr "Inhalt verbergen"
1441
 
@@ -1494,7 +1495,7 @@ msgstr "Dieses Attribut definiert die anfängliche Sortierung der Termine."
1494
  msgid ""
1495
  "With %1$s (default value) the events are sorted from old to new, with %2$s "
1496
  "in the opposite direction (from new to old)."
1497
- msgstr ""
1498
 
1499
  #: includes/sc_event-list_helptexts.php:60
1500
  #, php-format
@@ -1526,9 +1527,10 @@ msgid "category slugs"
1526
  msgstr "Kategorie-Slugs"
1527
 
1528
  #: includes/sc_event-list_helptexts.php:82
 
1529
  msgid ""
1530
  "This attribute defines the category filter which filters the events to show."
1531
- " The default is $1$s or an empty string to show all events."
1532
  msgstr "Dieses Attribute definiert den Kategorien-Filter für die angezeigten Termine. Der Standard-Wert ist %1$s oder ein leerer String, mit dem alle Termine angezeigt werden."
1533
 
1534
  #: includes/sc_event-list_helptexts.php:86
@@ -1786,28 +1788,28 @@ msgid ""
1786
  "This attribute specifies if the starttime is displayed in the event list.<br />\n"
1787
  "\t\t\t\t\tChoose \"false\" to always hide and \"true\" to always show the starttime.<br />\n"
1788
  "\t\t\t\t\tWith \"event_list_only\" the starttime is only visible in the event list and with \"single_event_only\" only for a single event"
1789
- msgstr ""
1790
 
1791
  #: includes/sc_event-list_helptexts.php:268
1792
  msgid ""
1793
  "This attribute specifies if the location is displayed in the event list.<br />\n"
1794
  "\t\t\t\t\tChoose \"false\" to always hide and \"true\" to always show the location.<br />\n"
1795
  "\t\t\t\t\tWith \"event_list_only\" the location is only visible in the event list and with \"single_event_only\" only for a single event"
1796
- msgstr ""
1797
 
1798
  #: includes/sc_event-list_helptexts.php:286
1799
  msgid ""
1800
  "This attribute specifies if the categories are displayed in the event list.<br />\n"
1801
  "\t\t\t\t\tChoose \"false\" to always hide and \"true\" to always show the category.<br />\n"
1802
  "\t\t\t\t\tWith \"event_list_only\" the categories are only visible in the event list and with \"single_event_only\" only for a single event"
1803
- msgstr ""
1804
 
1805
  #: includes/sc_event-list_helptexts.php:297
1806
  msgid ""
1807
  "This attribute specifies if the content is displayed in the event list.<br />\n"
1808
  "\t\t\t\t\tChoose \"false\" to always hide and \"true\" to always show the content.<br />\n"
1809
  "\t\t\t\t\tWith \"event_list_only\" the content is only visible in the event list and with \"single_event_only\" only for a single event"
1810
- msgstr ""
1811
 
1812
  #: includes/sc_event-list_helptexts.php:308
1813
  msgid ""
@@ -1816,7 +1818,7 @@ msgid ""
1816
  "\t\t\t\t\tWith \"event_list_only\" the excerpt is only visible in the event list and with \"single_event_only\" only for a single event.<br />\n"
1817
  "\t\t\t\t\tIf no excerpt is set, the event content will be displayed instead.<br />\n"
1818
  "\t\t\t\t\tThis attribute will be ignored when the attribute \"show_content\" is enabled for the same display type (single event or event list)."
1819
- msgstr ""
1820
 
1821
  #: includes/sc_event-list_helptexts.php:320
1822
  msgid ""
@@ -1867,27 +1869,27 @@ msgid ""
1867
  "This attribute specifies the page or post url for event links.<br />\n"
1868
  "\t\t\t\t\tThe standard is an empty string. Then the url will be calculated automatically.<br />\n"
1869
  "\t\t\t\t\tAn url is normally only required for the use of the shortcode in sidebars. It is also used in the event-list widget."
1870
- msgstr ""
1871
 
1872
  #: includes/sc_event-list_helptexts.php:391
1873
  msgid ""
1874
  "This attribute the specifies shortcode id of the used shortcode on the page specified with \"url_to_page\" attribute.<br />\n"
1875
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1876
- msgstr ""
1877
 
1878
- #: includes/sc_event-list.php:184
1879
  msgid "Sorry, the requested event is not available!"
1880
  msgstr "Entschuldigung, die der angeforderte Termin ist nicht verfügbar!"
1881
 
1882
- #: includes/sc_event-list.php:193
1883
  msgid "Event Information:"
1884
  msgstr "Termin Informationen:"
1885
 
1886
- #: includes/sc_event-list.php:437
1887
  msgid "Link to RSS feed"
1888
  msgstr "Link zum RSS-Feed"
1889
 
1890
- #: includes/sc_event-list.php:447
1891
  msgid "Link to iCal feed"
1892
  msgstr "Link zum iCal-Feed"
1893
 
@@ -2039,14 +2041,14 @@ msgid ""
2039
  "approriate option is selected."
2040
  msgstr "Diese Option legt den anzuzeigenden Text für den Link zur Event List Seite fest, wenn die entsprechende Option ausgewählt wurde."
2041
 
2042
- #: includes/widget.php:38
2043
  msgid "With this widget a list of upcoming events can be displayed."
2044
  msgstr "Mit diesem Widget kann eine Liste mit den anstehenden Terminen angezeigt werden."
2045
 
2046
- #: includes/widget.php:43
2047
  msgid "Upcoming events"
2048
  msgstr "Anstehende Termine"
2049
 
2050
- #: includes/widget.php:57
2051
  msgid "show events page"
2052
  msgstr "öffne den Kalender"
14
  msgstr ""
15
  "Project-Id-Version: wp-event-list\n"
16
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
17
+ "POT-Creation-Date: 2022-03-07 19:10+0100\n"
18
+ "PO-Revision-Date: 2022-03-07 18:16+0000\n"
19
  "Last-Translator: mibuthu\n"
20
  "Language-Team: German (Germany) (http://www.transifex.com/mibuthu/wp-event-list/language/de_DE/)\n"
21
  "MIME-Version: 1.0\n"
24
  "Language: de_DE\n"
25
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
26
 
27
+ #: admin/admin.php:89
28
  #, php-format
29
  msgid "Errors during upgrade of plugin %1$s"
30
  msgstr "Fehler während des %1$s Plugin Upgrades"
31
 
32
+ #: admin/admin.php:89
33
  #, php-format
34
  msgid "Upgrade of plugin %1$s successful"
35
  msgstr "Upgrade des Plugins %1$s erfolgreich"
36
 
37
+ #: admin/admin.php:147 admin/includes/admin-settings.php:89
38
  msgid "Event List Settings"
39
  msgstr "Event List Einstellungen"
40
 
41
+ #: admin/admin.php:147
42
  msgid "Settings"
43
  msgstr "Einstellungen"
44
 
45
+ #: admin/admin.php:151 admin/includes/admin-about.php:62
46
  msgid "About Event List"
47
  msgstr "Informationen zu Event List"
48
 
49
+ #: admin/admin.php:151
50
  msgid "About"
51
  msgstr "Informationen"
52
 
53
+ #: admin/admin.php:175
54
  #, php-format
55
  msgid "%s Event"
56
  msgid_plural "%s Events"
57
  msgstr[0] "%s Termin"
58
  msgstr[1] "%s Termine"
59
 
60
+ #: admin/includes/admin-about.php:86 admin/includes/admin-settings.php:107
61
  msgid "General"
62
  msgstr "Allgemein"
63
 
64
+ #: admin/includes/admin-about.php:87 admin/includes/admin-about.php:109
65
+ #: admin/includes/admin-about.php:162
66
  msgid "Shortcode Attributes"
67
  msgstr "Shortcode Attribute"
68
 
69
+ #: admin/includes/admin-about.php:101
70
  msgid "Help and Instructions"
71
  msgstr "Hilfe und Anleitungen"
72
 
73
+ #: admin/includes/admin-about.php:102
74
  #, php-format
75
  msgid "You can manage the events %1$shere%2$s"
76
  msgstr "Die Termine können %1$shier%2$s verwaltet werden"
77
 
78
+ #: admin/includes/admin-about.php:103
79
  msgid "To show the events on your site you have 2 possibilities"
80
  msgstr "Für die Anzeige von Terminen auf der Homepage gibt es 2 Möglichkeiten"
81
 
82
+ #: admin/includes/admin-about.php:104
83
  #, php-format
84
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
85
  msgstr "durch Einfügen des <strong>Shortcodes</strong> %1$s auf einer beliebigen Seite oder eines Beitrags"
86
 
87
+ #: admin/includes/admin-about.php:105
88
  #, php-format
89
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
90
  msgstr "durch das Einfügen des <strong>Widgets</strong> %1$s in einem Widgetbereich"
91
 
92
+ #: admin/includes/admin-about.php:106
93
  msgid ""
94
  "The displayed events and their style can be modified with the available "
95
  "widget settings and the available attributes for the shortcode."
102
  "available in the %1$s tab."
103
  msgstr "Eine Liste aller verfügbarer Shortcode Attribute und deren Beschreibung ist im Reiter %1$s verfügbar."
104
 
105
+ #: admin/includes/admin-about.php:111
106
  msgid "The available widget options are described in their tooltip text."
107
  msgstr "Alle verfügbaren Widget Einstellungen sind im jeweiligen Tooltip Text beschrieben."
108
 
109
+ #: admin/includes/admin-about.php:113
110
  #, php-format
111
  msgid ""
112
  "If you enable one of the links options (%1$s or %2$s) in the widget you have"
113
  " to insert an URL to the linked event-list page."
114
  msgstr "Wenn eine der Link Optionen (%1$s oder %2$s) im Widget verwendet werden, dann muss die URL zur verlinkten Event-List Seite angegeben werden."
115
 
116
+ #: admin/includes/admin-about.php:114 includes/widget_helptexts.php:134
117
  msgid "Add links to the single events"
118
  msgstr "Füge Links zu den einzelnen Terminen ein"
119
 
120
+ #: admin/includes/admin-about.php:115 includes/widget_helptexts.php:143
121
  msgid "Add a link to the Event List page"
122
  msgstr "Füge einen Link zur Event List Seite hinzu"
123
 
124
+ #: admin/includes/admin-about.php:117
125
  msgid ""
126
  "This is required because the widget does not know in which page or post the "
127
  "shortcode was included."
128
  msgstr "Dies ist erforderlich, weil das Widget nicht weiß, in welcher Seite oder welchem Beitrag der Shortcode eingefügt worden ist."
129
 
130
+ #: admin/includes/admin-about.php:118
131
  msgid ""
132
  "Additionally you have to insert the correct Shortcode id on the linked page."
133
  " This id describes which shortcode should be used on the given page or post "
134
  "if you have more than one."
135
  msgstr "Zusätzlich muss die korrekte Shortcode-ID auf der verlinkten Seite angegeben werden. Diese ID beschreibt welcher Shortcode auf der angegebenen Seite oder Artikel verwendet werden soll, wenn mehrere vorhanden sind."
136
 
137
+ #: admin/includes/admin-about.php:120
138
  #, php-format
139
  msgid ""
140
  "The default value %1$s is normally o.k. (for pages with 1 shortcode only), "
142
  "link on your linked page or post."
143
  msgstr "Der Standardwert %1$s ist normalerweise o.k. (für Seiten mit nur einem Shortcode), aber falls erforderlich kann die ID über die URL eines Termin-Links auf der verlinkten Seite ermittelt werden."
144
 
145
+ #: admin/includes/admin-about.php:124
146
  #, php-format
147
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
148
  msgstr "Die ID befindet sich am Ende der URL Parameter (z.B. %1$s)."
149
 
150
+ #: admin/includes/admin-about.php:129
151
  #, php-format
152
  msgid ""
153
  "Be sure to also check the %1$s to get the plugin behaving just the way you "
154
  "want."
155
  msgstr "Bitte werfe auch einen Blick auf die %1$s in der das Plugin nach deinen Vorstellungen angepasst werden kann."
156
 
157
+ #: admin/includes/admin-about.php:130
158
  msgid "Settings page"
159
  msgstr "Einstellungs-Seite"
160
 
161
+ #: admin/includes/admin-about.php:138
162
  msgid "About the plugin author"
163
  msgstr "Über den Autor des Plugins"
164
 
165
+ #: admin/includes/admin-about.php:141
166
  #, php-format
167
  msgid ""
168
  "This plugin is developed by %1$s, you can find more information about the "
169
  "plugin on the %2$s."
170
  msgstr "Dieses Plugin wird von %1$s entwickelt, zusätzliche Informationen über das Plugin stehen auf der %2$s zur Verfügung."
171
 
172
+ #: admin/includes/admin-about.php:143
173
  msgid "WordPress plugin site"
174
  msgstr "Wordpress Plugin Seite"
175
 
176
+ #: admin/includes/admin-about.php:146
177
  #, php-format
178
  msgid "If you like the plugin please rate it on the %1$s."
179
  msgstr "Wenn dir das Plugin gefällt bewerte es bitte unter der %1$s."
180
 
181
+ #: admin/includes/admin-about.php:147
182
  msgid "WordPress plugin review site"
183
  msgstr "WordPress-Plugin-Bewertungsseite"
184
 
185
+ #: admin/includes/admin-about.php:149
186
  msgid ""
187
  "If you want to support the plugin I would be happy to get a small donation"
188
  msgstr "Um das Plugin zu unterstützen würde ich mich auch über eine kleine Spende freuen"
189
 
190
+ #: admin/includes/admin-about.php:151 admin/includes/admin-about.php:153
191
+ #: admin/includes/admin-about.php:155
192
  #, php-format
193
  msgid "Donate with %1$s"
194
  msgstr "Spende über %1$s"
195
 
196
+ #: admin/includes/admin-about.php:164
197
  msgid ""
198
  "You have the possibility to modify the output if you add some of the "
199
  "following attributes to the shortcode."
200
  msgstr "Mit dem Hinzufügen der folgenden Shortcode-Attribute kann die Ausgabe entsprechend angepasst werden."
201
 
202
+ #: admin/includes/admin-about.php:166
203
  #, php-format
204
  msgid ""
205
  "You can combine and add as much attributes as you want. E.g. the shortcode "
206
  "including the attributes %1$s and %2$s would looks like this:"
207
  msgstr "Es können beliebig viele dieser Attribute kombiniert und gleichzeitig verwendet werden. Z.B. würde der Shortcode mit den Attributen %1$s und %2$s folgendermaßen aussehen:"
208
 
209
+ #: admin/includes/admin-about.php:171
210
  msgid ""
211
  "Below you can find a list of all supported attributes with their "
212
  "descriptions and available options:"
213
  msgstr "In der folgenden Liste sind alle unterstützten Shortcode-Attribute mit deren Beschreibung und verfügbaren Optionen angegeben:"
214
 
215
+ #: admin/includes/admin-about.php:186
216
  msgid "Attribute name"
217
  msgstr "Name"
218
 
219
+ #: admin/includes/admin-about.php:187
220
  msgid "Value options"
221
  msgstr "zulässige Werte"
222
 
223
+ #: admin/includes/admin-about.php:188
224
  msgid "Default value"
225
  msgstr "Standard-Wert"
226
 
227
+ #: admin/includes/admin-about.php:189
228
  msgid "Description"
229
  msgstr "Beschreibung"
230
 
231
+ #: admin/includes/admin-about.php:208 includes/sc_event-list_helptexts.php:74
232
  #: includes/sc_event-list_helptexts.php:91
233
  msgid "Filter Syntax"
234
  msgstr "Filter Syntax"
235
 
236
+ #: admin/includes/admin-about.php:209
237
  msgid ""
238
  "For date and cat filters you can specify complex filters with the following "
239
  "syntax:"
240
  msgstr "Für Datums- und Kategoriefilter können komplexe Filter mit der folgenden Syntax definiert werden:"
241
 
242
+ #: admin/includes/admin-about.php:211
243
  #, php-format
244
  msgid ""
245
  "You can use %1$s and %2$s connections to define complex filters. "
246
  "Additionally you can set brackets %3$s for nested queries."
247
  msgstr "Es können %1$s und %2$s Verknüpfungen verwendet werden um komplexe Filter zu definieren. Zusätzlich können Klammern %3$s für verschachtelte Abfragen eingesetzt werden."
248
 
249
+ #: admin/includes/admin-about.php:212
250
  msgid "AND"
251
  msgstr "UND"
252
 
253
+ #: admin/includes/admin-about.php:213
254
  msgid "OR"
255
  msgstr "ODER"
256
 
257
+ #: admin/includes/admin-about.php:213
258
  msgid "or"
259
  msgstr "oder"
260
 
261
+ #: admin/includes/admin-about.php:214
262
  msgid "and"
263
  msgstr "und"
264
 
265
+ #: admin/includes/admin-about.php:216
266
  msgid "Examples for cat filters:"
267
  msgstr "Beispiele für Kategorie-Filter:"
268
 
269
+ #: admin/includes/admin-about.php:217
270
  #, php-format
271
  msgid "Show all events with category %1$s."
272
  msgstr "Zeige alle Termine mit der Kategorie %1$s."
273
 
274
+ #: admin/includes/admin-about.php:218
275
  #, php-format
276
  msgid "Show all events with category %1$s or %2$s."
277
  msgstr "Zeige alle Termine mit der Kategorie %1$s oder %2$s."
278
 
279
+ #: admin/includes/admin-about.php:220
280
  #, php-format
281
  msgid ""
282
  "Show all events with category %1$s and all events where category %2$s as "
283
  "well as %3$s is selected."
284
  msgstr "Zeige alle Termine mit der Kategorie %1$s und alle Termine, in denen die Kategorie %2$s sowie %3$s gesetzt ist."
285
 
286
+ #: admin/includes/admin-about.php:226 includes/sc_event-list_helptexts.php:69
287
  msgid "Available Date Formats"
288
  msgstr "Verfügbare Datumsformate"
289
 
290
+ #: admin/includes/admin-about.php:227
291
  msgid "For date filters you can use the following date formats:"
292
  msgstr "Für die Datums-Filterung stehen folgende Datums-Formate zur Verfügung:"
293
 
294
+ #: admin/includes/admin-about.php:236 includes/sc_event-list_helptexts.php:70
295
  msgid "Available Date Range Formats"
296
  msgstr "Verfügbare Datumsbereichs-Formate"
297
 
298
+ #: admin/includes/admin-about.php:237
299
  msgid "For date filters you can use the following daterange formats:"
300
  msgstr "Für die Datums-Filterung stehen folgende Formate für Datumsbereiche zur Verfügung:"
301
 
302
+ #: admin/includes/admin-about.php:250
303
  msgid "Value"
304
  msgstr "Wert"
305
 
306
+ #: admin/includes/admin-about.php:254
307
  msgid "Example"
308
  msgstr "Beispiel"
309
 
310
+ #: admin/includes/admin-categories.php:77
311
  msgid "Synchronize with post categories"
312
  msgstr "Synchronisation mit den Beitrags-Kategorien"
313
 
314
+ #: admin/includes/admin-categories.php:87
315
  #, php-format
316
  msgid "%1$s categories modified (%2$s)"
317
  msgstr "%1$s Kategorien geändert (%2$s)"
318
 
319
+ #: admin/includes/admin-categories.php:88
320
  #, php-format
321
  msgid "%1$s categories added (%2$s)"
322
  msgstr "%1$s Kategorien erstellt (%2$s)"
323
 
324
+ #: admin/includes/admin-categories.php:89
325
  #, php-format
326
  msgid "%1$s categories deleted (%2$s)"
327
  msgstr "%1$s Kategorien gelöscht (%2$s)"
328
 
329
+ #: admin/includes/admin-categories.php:92
330
  #, php-format
331
  msgid "%1$s categories not modified (%2$s)"
332
  msgstr "%1$s Kategorien nicht geändert (%2$s)"
333
 
334
+ #: admin/includes/admin-categories.php:93
335
  #, php-format
336
  msgid "%1$s categories not added (%2$s)"
337
  msgstr "%1$s Kategorien nicht erstellt (%2$s)"
338
 
339
+ #: admin/includes/admin-categories.php:94
340
  #, php-format
341
  msgid "%1$s categories not deleted (%2$s)"
342
  msgstr "%1$s Kategorien nicht gelöscht (%2$s)"
343
 
344
+ #: admin/includes/admin-categories.php:97
345
  msgid "An Error occured during the category sync"
346
  msgstr "Während der Kategorie-Synchronisation ist ein Fehler aufgetreten"
347
 
348
+ #: admin/includes/admin-categories.php:100
349
  msgid "Category sync finished"
350
  msgstr "Kategorie-Synchronisation abgeschlossen"
351
 
352
+ #: admin/includes/admin-category-sync.php:76
353
  msgid "Error: You are not allowed to view this page!"
354
  msgstr "Fehler: Sie sind nicht befugt dieser Seite aufzurufen!"
355
 
356
+ #: admin/includes/admin-category-sync.php:92
357
  msgid "Affected Categories when switching to seperate Event Categories"
358
  msgstr "Betroffene Kategorien beim Wechseln zu separaten Termin-Kategorien"
359
 
360
+ #: admin/includes/admin-category-sync.php:93
361
  msgid "Switch option to seperate Event Categories"
362
  msgstr "Ändere Einstellung zur Verwendung separater Termin-Kategorien"
363
 
364
+ #: admin/includes/admin-category-sync.php:94
365
  msgid ""
366
  "If you proceed, all post categories will be copied and all events will be "
367
  "re-assigned to this new categories."
368
  msgstr "Beim Fortsetzen werden alle Beitrags-Kategorien kopiert und alle Termine den neuen Kategorien zugeordnet."
369
 
370
+ #: admin/includes/admin-category-sync.php:95
371
  msgid ""
372
  "Afterwards the event categories are independent of the post categories."
373
  msgstr "Anschließend sind die Termin-Kategorien unabhängig von den Beitrags-Kategorien."
374
 
375
+ #: admin/includes/admin-category-sync.php:97
376
  msgid "Affected Categories when switching to use Post Categories for events"
377
  msgstr "Betroffene Kategorien beim Wechseln zur Verwendung von Beitrags-Kategorien für Termine"
378
 
379
+ #: admin/includes/admin-category-sync.php:98
380
  msgid "Switch option to use Post Categories for events"
381
  msgstr "Ändere Einstellung zur Verwendung der Beitrags-Kategorien für Termine"
382
 
383
+ #: admin/includes/admin-category-sync.php:99
384
  msgid ""
385
  "Take a detailed look at the affected categories above before you proceed! "
386
  "All seperate event categories will be deleted, this cannot be undone!"
387
  msgstr "Bitte vor dem Fortsetzen die oben angezeigten betroffenen Kategorien prüfen! Alle eigenständigen Termin-Kategorien werden gelöscht, dies kann nicht mehr rückgängig gemacht werden!"
388
 
389
+ #: admin/includes/admin-category-sync.php:102
390
  msgid "Event Categories: Synchronise with Post Categories"
391
  msgstr "Termin-Kategorien: Synchronisiere mit Beitrags-Kategorien"
392
 
393
+ #: admin/includes/admin-category-sync.php:103
394
  msgid "Start synchronisation"
395
  msgstr "Starte Synchronisation"
396
 
397
+ #: admin/includes/admin-category-sync.php:104
398
  msgid ""
399
  "If this option is enabled the above listed categories will be deleted and "
400
  "removed from the existing events!"
401
  msgstr "Wenn diese Einstellung aktiviert ist, werden alle oben angezeigten Kategorien gelöscht und aus den vorhandenen Terminen entfernt!"
402
 
403
+ #: admin/includes/admin-category-sync.php:119
404
  msgid "Categories to modify"
405
  msgstr "Kategorien, die geändert werden"
406
 
407
+ #: admin/includes/admin-category-sync.php:120
408
  msgid "Categories to add"
409
  msgstr "Kategorien, die hinzugefügt werden"
410
 
411
+ #: admin/includes/admin-category-sync.php:121
412
  msgid "Categories to delete (optional)"
413
  msgstr "Kategorien, die gelöscht werden (optional)"
414
 
415
+ #: admin/includes/admin-category-sync.php:122
416
  msgid "Delete not available post categories"
417
  msgstr "Lösche nicht verfügbare Beitrags-Kategorien"
418
 
419
+ #: admin/includes/admin-category-sync.php:125
420
  msgid "Categories with differences"
421
  msgstr "Kategorien, die unterschiedlich sind"
422
 
423
+ #: admin/includes/admin-category-sync.php:126
424
  msgid "Categories to add (optional)"
425
  msgstr "Kategorien, die hinzugefügt werden (optional)"
426
 
427
+ #: admin/includes/admin-category-sync.php:127
428
  msgid "Add not available post categories"
429
  msgstr "Ergänze nicht verfügbare Beitrags-Kategorien"
430
 
431
+ #: admin/includes/admin-category-sync.php:146
432
  msgid "none"
433
  msgstr "keine"
434
 
435
+ #: admin/includes/admin-import.php:90
436
  msgid "Import Events"
437
  msgstr "Importiere Termine"
438
 
439
+ #: admin/includes/admin-import.php:109 admin/includes/admin-import.php:154
440
+ #: admin/includes/admin-import.php:261
441
  msgid "Step"
442
  msgstr "Schritt"
443
 
444
+ #: admin/includes/admin-import.php:109
445
  msgid "Set import file and options"
446
  msgstr "Datei und Optionen zum Importieren wählen"
447
 
448
+ #: admin/includes/admin-import.php:114
449
  #, php-format
450
  msgid "Proceed with Step %1$s"
451
  msgstr "Weiter zu Schritt %1$s"
452
 
453
+ #: admin/includes/admin-import.php:117
454
  msgid "Example file"
455
  msgstr "Beispieldatei"
456
 
457
+ #: admin/includes/admin-import.php:119
458
  #, php-format
459
  msgid ""
460
  "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
461
+ msgstr "Du kannst eine Beispieldatei %1$shier%2$s herunterladen (Das CSV-Trennzeichen ist ein Komma!)"
462
 
463
+ #: admin/includes/admin-import.php:123
464
  msgid "Note"
465
  msgstr "Achtung"
466
 
467
+ #: admin/includes/admin-import.php:124
468
  msgid ""
469
  "Do not change the column header and separator line (first two lines), "
470
  "otherwise the import will fail!"
471
  msgstr "Die Kopfzeile und die Separator Zeile dürfen nicht geändert werden, ansonsten wird der Import "
472
 
473
+ #: admin/includes/admin-import.php:133 admin/includes/admin-import.php:141
474
  msgid "Sorry, there has been an error."
475
  msgstr "Entschuldigung, ein Fehler ist aufgetreten."
476
 
477
+ #: admin/includes/admin-import.php:134
478
  msgid "The file does not exist, please try again."
479
  msgstr "Die Datei existiert nicht, bitte erneut versuchen."
480
 
481
+ #: admin/includes/admin-import.php:142
482
  msgid "The uploaded file does not have the required csv extension."
483
  msgstr "Die hochgeladene Datei hat nicht das benötigte CSV-Dateiformat."
484
 
485
+ #: admin/includes/admin-import.php:154
486
  msgid "Events review and additonal category selection"
487
  msgstr "Eventüberprüfung und zusätzliche Kategorieauswahl"
488
 
489
+ #: admin/includes/admin-import.php:160 admin/includes/admin-import.php:171
490
  msgid "Error"
491
  msgstr "Fehler"
492
 
493
+ #: admin/includes/admin-import.php:160
494
  msgid "This CSV file cannot be imported"
495
  msgstr "Die CSV Datei kann nicht importiert werden"
496
 
497
+ #: admin/includes/admin-import.php:171
498
  msgid "None of the events in this CSV file can be imported"
499
  msgstr "Keiner der Termine in der CSV-Datei kann importiert werden"
500
 
501
+ #: admin/includes/admin-import.php:174 admin/includes/admin-import.php:219
502
  msgid "Warning"
503
  msgstr "Warnung"
504
 
505
+ #: admin/includes/admin-import.php:177
506
  #, php-format
507
  msgid "There is %1$s event which cannot be imported"
508
  msgid_plural "There are %1$s events which cannot be imported"
509
  msgstr[0] "%1$s Termin kann nicht importiert werden"
510
  msgstr[1] "%1$s Termine können nicht importiert werden"
511
 
512
+ #: admin/includes/admin-import.php:190
513
  #, php-format
514
  msgid "CSV line %1$s"
515
  msgstr "CSV Zeile %1$s"
516
 
517
+ #: admin/includes/admin-import.php:200
518
  msgid "You can still import all other events listed below."
519
  msgstr "Alle anderen unten aufgeführte Termine können weiterhin importiert werden."
520
 
521
+ #: admin/includes/admin-import.php:220
522
  msgid ""
523
  "The following category slugs are not available and will be removed from the "
524
  "imported events"
525
  msgstr "Die folgenden Kategorie-Slugs sind nicht verfügbar und werden aus den importierten Ereignissen entfernt"
526
 
527
+ #: admin/includes/admin-import.php:226
528
  msgid ""
529
  "If you want to keep these categories, please create these Categories first "
530
  "and do the import afterwards."
531
  msgstr "Wenn diese Kategorien erhalten bleiben sollen, bitte zuerst die Kategorien anlegen und erst anschließend den Import ausführen."
532
 
533
+ #: admin/includes/admin-import.php:261
534
  msgid "Import result"
535
+ msgstr "Import Ergebnis"
536
 
537
+ #: admin/includes/admin-import.php:264
538
  #, php-format
539
  msgid "Import of %1$s events successful!"
540
  msgstr "Import von %1$s Terminen erfolgreich"
541
 
542
+ #: admin/includes/admin-import.php:265
543
  msgid "Go back to All Events"
544
  msgstr "Gehe zurück zu Alle Termine"
545
 
546
+ #: admin/includes/admin-import.php:268
547
  msgid "Errors during Import"
548
  msgstr "Fehler während des Imports"
549
 
550
+ #: admin/includes/admin-import.php:276
551
  msgid "Event from CSV-line"
552
  msgstr "Termin aus CSV-Zeile"
553
 
554
+ #: admin/includes/admin-import.php:288 admin/includes/admin-main.php:108
555
  #: includes/widget_helptexts.php:9
556
  msgid "Title"
557
  msgstr "Titel"
558
 
559
+ #: admin/includes/admin-import.php:289
560
  msgid "Start Date"
561
  msgstr "Start-Datum"
562
 
563
+ #: admin/includes/admin-import.php:290
564
  msgid "End Date"
565
  msgstr "End-Datum"
566
 
567
+ #: admin/includes/admin-import.php:291 admin/includes/admin-new.php:132
568
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
569
+ #: includes/rss.php:116
570
  msgid "Time"
571
  msgstr "Uhrzeit"
572
 
573
+ #: admin/includes/admin-import.php:292 admin/includes/admin-main.php:109
574
+ #: admin/includes/admin-new.php:134 includes/options_helptexts.php:75
575
+ #: includes/options_helptexts.php:76 includes/rss.php:119
576
  msgid "Location"
577
  msgstr "Ort"
578
 
579
+ #: admin/includes/admin-import.php:293
580
  msgid "Content"
581
  msgstr "Inhalt"
582
 
583
+ #: admin/includes/admin-import.php:294
584
  msgid "Category slugs"
585
  msgstr "Kategorie-Slugs"
586
 
587
+ #: admin/includes/admin-import.php:340
588
  msgid "Header line is missing or not correct!"
589
  msgstr "Die Kopfzeile fehlt oder ist nicht richtig!"
590
 
591
+ #: admin/includes/admin-import.php:341
592
  #, php-format
593
  msgid ""
594
  "Have a look at the %1$sexample file%2$s to see the correct header line "
595
  "format."
596
  msgstr "Das korrekte Format der Kopfzeile ist in der %1$sBeispieldatei%2$s ersichtlich."
597
 
598
+ #: admin/includes/admin-import.php:350
599
  #, php-format
600
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
601
  msgstr "Falsche Anzahl von Einträgen in der Zeile (%1$s Einträge gefunden, 6-7 werden benötigt)"
602
 
603
+ #: admin/includes/admin-import.php:399
 
 
 
 
 
 
 
 
 
 
 
 
604
  msgid "Import events"
605
  msgstr "Importiere die Termine"
606
 
607
+ #: admin/includes/admin-import.php:400
608
  msgid "Add additional categories"
609
  msgstr "Kategorien ergänzen"
610
 
611
+ #: admin/includes/admin-import.php:430 includes/events_post_type.php:92
612
  msgid "No events found"
613
  msgstr "Keine Termine gefunden"
614
 
615
+ #: admin/includes/admin-import.php:478
616
  msgid "Saving of event failed!"
617
  msgstr "Speichern des Termins fehlgeschlagen!"
618
 
619
+ #: admin/includes/admin-import.php:496
620
+ msgid "Empty event title found"
621
+ msgstr "Leerer Termintitel gefunden"
622
+
623
+ #: admin/includes/admin-import.php:501
624
+ msgid "Wrong date format for startdate"
625
+ msgstr "Falsches Datumsformat für das Start-Datum"
626
+
627
+ #: admin/includes/admin-import.php:509
628
+ msgid "Wrong date format for enddate"
629
+ msgstr "Falsches Datumsformat für das Enddatum"
630
+
631
+ #: admin/includes/admin-main.php:107
632
  msgid "Event Date"
633
  msgstr "Termin-Datum"
634
 
635
+ #: admin/includes/admin-main.php:112
636
  msgid "Author"
637
  msgstr "Autor"
638
 
639
+ #: admin/includes/admin-main.php:181
640
  #, php-format
641
  msgid "Add a copy of %1$s"
642
  msgstr "Erstelle eine Kopie von %1$s"
643
 
644
+ #: admin/includes/admin-main.php:181
645
  msgid "Copy"
646
  msgstr "Kopieren"
647
 
648
+ #: admin/includes/admin-main.php:269
649
  msgid "Import"
650
  msgstr "Importieren"
651
 
652
+ #: admin/includes/admin-new.php:82
653
  msgid "Event data"
654
  msgstr "Termin-Daten"
655
 
656
+ #: admin/includes/admin-new.php:115
657
  msgid "Add Copy"
658
  msgstr "Kopie erstellen"
659
 
660
+ #: admin/includes/admin-new.php:123
661
  msgid "Date"
662
  msgstr "Datum"
663
 
664
+ #: admin/includes/admin-new.php:123
665
  msgid "required"
666
  msgstr "erforderlich"
667
 
668
+ #: admin/includes/admin-new.php:128
669
  msgid "Multi-Day Event"
670
  msgstr "Mehrtägiger Termin"
671
 
672
+ #: admin/includes/admin-new.php:148
673
  msgid "Event Title"
674
  msgstr "Termin-Titel"
675
 
676
+ #: admin/includes/admin-new.php:165
677
  msgid "Event Content"
678
  msgstr "Termin-Inhalt"
679
 
680
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:246
681
  msgid "Event updated."
682
  msgstr "Termin aktualisiert."
683
 
684
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:248
685
  msgid "View event"
686
  msgstr "Termin anzeigen"
687
 
688
+ #: admin/includes/admin-new.php:247
689
  #, php-format
690
  msgid "Event restored to revision from %1$s"
691
  msgstr "Termin wiederhergestellt mit Revision von %1$s"
692
 
693
+ #: admin/includes/admin-new.php:248
694
  msgid "Event published."
695
  msgstr "Termin veröffentlicht."
696
 
697
+ #: admin/includes/admin-new.php:249
698
  msgid "Event saved."
699
  msgstr "Termin gespeichert."
700
 
701
+ #: admin/includes/admin-new.php:250
702
  msgid "Event submitted."
703
  msgstr "Termin eingereicht."
704
 
705
+ #: admin/includes/admin-new.php:251 admin/includes/admin-new.php:254
706
+ #: admin/includes/admin-new.php:256
707
  msgid "Preview event"
708
  msgstr "Termin-Vorschau anzeigen"
709
 
710
+ #: admin/includes/admin-new.php:253
711
  #, php-format
712
  msgid "Event scheduled for: %1$s>"
713
  msgstr "Termin eingeplant für: %1$s"
714
 
715
+ #: admin/includes/admin-new.php:255
716
  msgid "Event draft updated."
717
  msgstr "Termin-Entwurf aktualisiert."
718
 
719
+ #: admin/includes/admin-settings.php:95
720
  msgid "Go to Event Category switching page"
721
  msgstr "Gehe zur Wechel-Seite für die Termin-Kategorien"
722
 
723
+ #: admin/includes/admin-settings.php:108
724
  msgid "Frontend Settings"
725
  msgstr "Frontend Einstellungen"
726
 
727
+ #: admin/includes/admin-settings.php:109
728
  msgid "Admin Page Settings"
729
  msgstr "Admin-Seiten Einstellungen"
730
 
731
+ #: admin/includes/admin-settings.php:110
732
  msgid "Feed Settings"
733
  msgstr "Feed Einstellungen"
734
 
735
+ #: admin/includes/admin-settings.php:111
736
  msgid "Category Taxonomy"
737
  msgstr "Kategorie-Taxonomie"
738
 
867
  msgid ""
868
  "A date rage can be specified via a start date and end date seperated by a tilde (~).<br />\n"
869
  "\t\t\tFor the start and end date any available date format can be used."
870
+ msgstr "Ein Datumsbereich kann durch die Angabe eines Startdatums und eines Enddatums, getrennt durch eine Tilde (~) angegeben werden.<br />\nFür das Start- und Enddatum können alle verfügbaren Datumsformate verwendet werden."
871
 
872
  #: includes/daterange_helptexts.php:147
873
  msgid "This value defines a range without any limits."
900
  msgstr "Kein gültiges Start-Datum angegeben"
901
 
902
  #: includes/event.php:343 includes/event.php:345
903
+ #: includes/sc_event-list.php:325
904
  msgid "read more"
905
  msgstr "Weiterlesen"
906
 
1428
  " switching page from here."
1429
  msgstr "Diese Option kann nicht direkt geändert werden, aber es ist möglich, von hier aus zur Seite für den Wechsel der Ereigniskategorie gehen."
1430
 
1431
+ #: includes/options.php:91
1432
  msgid "events"
1433
  msgstr "Termine"
1434
 
1435
+ #: includes/options.php:95
1436
  msgid "Show content"
1437
  msgstr "Inhalt anzeigen"
1438
 
1439
+ #: includes/options.php:99
1440
  msgid "Hide content"
1441
  msgstr "Inhalt verbergen"
1442
 
1495
  msgid ""
1496
  "With %1$s (default value) the events are sorted from old to new, with %2$s "
1497
  "in the opposite direction (from new to old)."
1498
+ msgstr "Mit %1$s (Standardwert) werden die Termine von alt nach neu sortiert, durch die Angabe von %2$s in der umgekehrten Reihenfolge (von neu nach alt)."
1499
 
1500
  #: includes/sc_event-list_helptexts.php:60
1501
  #, php-format
1527
  msgstr "Kategorie-Slugs"
1528
 
1529
  #: includes/sc_event-list_helptexts.php:82
1530
+ #, php-format
1531
  msgid ""
1532
  "This attribute defines the category filter which filters the events to show."
1533
+ " The default is %1$s or an empty string to show all events."
1534
  msgstr "Dieses Attribute definiert den Kategorien-Filter für die angezeigten Termine. Der Standard-Wert ist %1$s oder ein leerer String, mit dem alle Termine angezeigt werden."
1535
 
1536
  #: includes/sc_event-list_helptexts.php:86
1788
  "This attribute specifies if the starttime is displayed in the event list.<br />\n"
1789
  "\t\t\t\t\tChoose \"false\" to always hide and \"true\" to always show the starttime.<br />\n"
1790
  "\t\t\t\t\tWith \"event_list_only\" the starttime is only visible in the event list and with \"single_event_only\" only for a single event"
1791
+ msgstr "Dieses Attribut gibt an, ob die Startzeit in der Terminliste angezeigt wird.<br />\n\tWähle \"false\", um die Startzeit immer auszublenden, und \"true\", um sie immer anzuzeigen.<br />\n\tMit \"event_list_only\" ist die Startzeit nur in der Terminliste sichtbar und mit \"single_event_only\" nur für einen einzelnen Termin"
1792
 
1793
  #: includes/sc_event-list_helptexts.php:268
1794
  msgid ""
1795
  "This attribute specifies if the location is displayed in the event list.<br />\n"
1796
  "\t\t\t\t\tChoose \"false\" to always hide and \"true\" to always show the location.<br />\n"
1797
  "\t\t\t\t\tWith \"event_list_only\" the location is only visible in the event list and with \"single_event_only\" only for a single event"
1798
+ msgstr "Dieses Attribut gibt an, ob der Ort in der Terminliste angezeigt wird.<br />\n\tWähle \"false\", um den Ort immer auszublenden und \"true\", um ihn immer anzuzeigen.<br />\n\tMit \"event_list_only\" ist der Ort nur in der Terminliste sichtbar und mit \"single_event_only\" nur für einen einzelnen Termin"
1799
 
1800
  #: includes/sc_event-list_helptexts.php:286
1801
  msgid ""
1802
  "This attribute specifies if the categories are displayed in the event list.<br />\n"
1803
  "\t\t\t\t\tChoose \"false\" to always hide and \"true\" to always show the category.<br />\n"
1804
  "\t\t\t\t\tWith \"event_list_only\" the categories are only visible in the event list and with \"single_event_only\" only for a single event"
1805
+ msgstr "Dieses Attribut gibt an, ob die Kategorien in der Terminliste angezeigt werden.<br />\n\tWähle \"false\", um die Kategorie immer auszublenden und \"true\", um sie immer anzuzeigen.<br />\n\tMit \"event_list_only\" sind die Kategorien nur in der Terminliste sichtbar und mit \"single_event_only\" nur für einen einzelnen Termin"
1806
 
1807
  #: includes/sc_event-list_helptexts.php:297
1808
  msgid ""
1809
  "This attribute specifies if the content is displayed in the event list.<br />\n"
1810
  "\t\t\t\t\tChoose \"false\" to always hide and \"true\" to always show the content.<br />\n"
1811
  "\t\t\t\t\tWith \"event_list_only\" the content is only visible in the event list and with \"single_event_only\" only for a single event"
1812
+ msgstr "Dieses Attribut gibt an, ob der Inhalt in der Terminliste angezeigt wird.<br />\n\tWähle \"false\", um den Inhalt immer auszublenden und \"true\", um ihn immer anzuzeigen.<br />\n\tMit \"event_list_only\" ist der Inhalt nur in der Terminliste sichtbar und mit \"single_event_only\" nur für ein einzelnes Ereignis"
1813
 
1814
  #: includes/sc_event-list_helptexts.php:308
1815
  msgid ""
1818
  "\t\t\t\t\tWith \"event_list_only\" the excerpt is only visible in the event list and with \"single_event_only\" only for a single event.<br />\n"
1819
  "\t\t\t\t\tIf no excerpt is set, the event content will be displayed instead.<br />\n"
1820
  "\t\t\t\t\tThis attribute will be ignored when the attribute \"show_content\" is enabled for the same display type (single event or event list)."
1821
+ msgstr "Dieses Attribut gibt an, ob der Auszug in der Terminliste angezeigt wird.<br />\n\tWähle \"false\", um den Auszug immer auszublenden und \"true\", um ihn immer anzuzeigen.<br />\n\tMit \"event_list_only\" ist der Auszug nur in der Terminliste sichtbar und mit \"single_event_only\" nur für einen einzelnen Termin.<br />\n\tIst kein Auszug angegeben, wird stattdessen der Inhalt des Termins angezeigt.<br />\n\tDieses Attribut wird ignoriert, wenn das Attribut \"show_content\" für dieselbe Anzeigeart (Einzeltermin oder Terminliste) aktiviert ist."
1822
 
1823
  #: includes/sc_event-list_helptexts.php:320
1824
  msgid ""
1869
  "This attribute specifies the page or post url for event links.<br />\n"
1870
  "\t\t\t\t\tThe standard is an empty string. Then the url will be calculated automatically.<br />\n"
1871
  "\t\t\t\t\tAn url is normally only required for the use of the shortcode in sidebars. It is also used in the event-list widget."
1872
+ msgstr "Dieses Attribut gibt die Seiten- oder Beitragsurl für Terminlinks an.<br />\n\tDer Standard ist ein leerer String. Dann wird die URL automatisch berechnet.<br />\n\tEine URL ist normalerweise nur für die Verwendung des Shortcodes in Sidebars erforderlich. Sie wird auch im Event-List-Widget verwendet."
1873
 
1874
  #: includes/sc_event-list_helptexts.php:391
1875
  msgid ""
1876
  "This attribute the specifies shortcode id of the used shortcode on the page specified with \"url_to_page\" attribute.<br />\n"
1877
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1878
+ msgstr "Dieses Attribut spezifiziert die Shortcode-ID des verwendeten Shortcodes auf der mit dem Attribut \"url_to_page\" angegebenen Seite.<br />\n\tDer leere Standardwert ist für den normalen Gebrauch in Ordnung. Dieses Attribut wird normalerweise nur für das Event-List-Widget benötigt."
1879
 
1880
+ #: includes/sc_event-list.php:183
1881
  msgid "Sorry, the requested event is not available!"
1882
  msgstr "Entschuldigung, die der angeforderte Termin ist nicht verfügbar!"
1883
 
1884
+ #: includes/sc_event-list.php:192
1885
  msgid "Event Information:"
1886
  msgstr "Termin Informationen:"
1887
 
1888
+ #: includes/sc_event-list.php:432
1889
  msgid "Link to RSS feed"
1890
  msgstr "Link zum RSS-Feed"
1891
 
1892
+ #: includes/sc_event-list.php:442
1893
  msgid "Link to iCal feed"
1894
  msgstr "Link zum iCal-Feed"
1895
 
2041
  "approriate option is selected."
2042
  msgstr "Diese Option legt den anzuzeigenden Text für den Link zur Event List Seite fest, wenn die entsprechende Option ausgewählt wurde."
2043
 
2044
+ #: includes/widget.php:37
2045
  msgid "With this widget a list of upcoming events can be displayed."
2046
  msgstr "Mit diesem Widget kann eine Liste mit den anstehenden Terminen angezeigt werden."
2047
 
2048
+ #: includes/widget.php:42
2049
  msgid "Upcoming events"
2050
  msgstr "Anstehende Termine"
2051
 
2052
+ #: includes/widget.php:56
2053
  msgid "show events page"
2054
  msgstr "öffne den Kalender"
languages/event-list-es_AR.po CHANGED
@@ -8,8 +8,8 @@ msgid ""
8
  msgstr ""
9
  "Project-Id-Version: wp-event-list\n"
10
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
11
- "POT-Creation-Date: 2022-02-19 18:08+0100\n"
12
- "PO-Revision-Date: 2022-02-19 17:09+0000\n"
13
  "Last-Translator: mibuthu\n"
14
  "Language-Team: Spanish (Argentina) (http://www.transifex.com/mibuthu/wp-event-list/language/es_AR/)\n"
15
  "MIME-Version: 1.0\n"
@@ -18,72 +18,72 @@ msgstr ""
18
  "Language: es_AR\n"
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
 
21
- #: admin/admin.php:90
22
  #, php-format
23
  msgid "Errors during upgrade of plugin %1$s"
24
  msgstr ""
25
 
26
- #: admin/admin.php:90
27
  #, php-format
28
  msgid "Upgrade of plugin %1$s successful"
29
  msgstr ""
30
 
31
- #: admin/admin.php:142 admin/includes/admin-settings.php:91
32
  msgid "Event List Settings"
33
  msgstr "Configuraciones del Listado de Eventos"
34
 
35
- #: admin/admin.php:142
36
  msgid "Settings"
37
  msgstr "Configuraciones"
38
 
39
- #: admin/admin.php:146 admin/includes/admin-about.php:63
40
  msgid "About Event List"
41
  msgstr "Sobre Listado de Eventos"
42
 
43
- #: admin/admin.php:146
44
  msgid "About"
45
  msgstr "Sobre"
46
 
47
- #: admin/admin.php:170
48
  #, php-format
49
  msgid "%s Event"
50
  msgid_plural "%s Events"
51
  msgstr[0] ""
52
  msgstr[1] ""
53
 
54
- #: admin/includes/admin-about.php:87 admin/includes/admin-settings.php:110
55
  msgid "General"
56
  msgstr ""
57
 
58
- #: admin/includes/admin-about.php:88 admin/includes/admin-about.php:108
59
- #: admin/includes/admin-about.php:137
60
  msgid "Shortcode Attributes"
61
  msgstr ""
62
 
63
- #: admin/includes/admin-about.php:102
64
  msgid "Help and Instructions"
65
  msgstr "Ayuda e Instrucciones"
66
 
67
- #: admin/includes/admin-about.php:103
68
  #, php-format
69
  msgid "You can manage the events %1$shere%2$s"
70
  msgstr ""
71
 
72
- #: admin/includes/admin-about.php:104
73
  msgid "To show the events on your site you have 2 possibilities"
74
  msgstr "Para mostrar el evento en su sitio tiene 2 posibilidades"
75
 
76
- #: admin/includes/admin-about.php:105
77
  #, php-format
78
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
79
  msgstr "Ud. puede colocar <strong>shortcode</strong> %1$s en cualquier página o post, del sitio"
80
 
81
- #: admin/includes/admin-about.php:106
82
  #, php-format
83
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
84
  msgstr "Usted puede agregar el <strong>widget</strong> %1$s en el menú lateral"
85
 
86
- #: admin/includes/admin-about.php:107
87
  msgid ""
88
  "The displayed events and their style can be modified with the available "
89
  "widget settings and the available attributes for the shortcode."
@@ -96,39 +96,39 @@ msgid ""
96
  "available in the %1$s tab."
97
  msgstr ""
98
 
99
- #: admin/includes/admin-about.php:109
100
  msgid "The available widget options are described in their tooltip text."
101
  msgstr "Las opciones disponibles para el widget estan descriptas en el texto de información."
102
 
103
- #: admin/includes/admin-about.php:110
104
  #, php-format
105
  msgid ""
106
  "If you enable one of the links options (%1$s or %2$s) in the widget you have"
107
  " to insert an URL to the linked event-list page."
108
  msgstr ""
109
 
110
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:134
111
  msgid "Add links to the single events"
112
  msgstr ""
113
 
114
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:143
115
  msgid "Add a link to the Event List page"
116
  msgstr ""
117
 
118
- #: admin/includes/admin-about.php:111
119
  msgid ""
120
  "This is required because the widget does not know in which page or post the "
121
  "shortcode was included."
122
  msgstr ""
123
 
124
- #: admin/includes/admin-about.php:112
125
  msgid ""
126
  "Additionally you have to insert the correct Shortcode id on the linked page."
127
  " This id describes which shortcode should be used on the given page or post "
128
  "if you have more than one."
129
  msgstr ""
130
 
131
- #: admin/includes/admin-about.php:113
132
  #, php-format
133
  msgid ""
134
  "The default value %1$s is normally o.k. (for pages with 1 shortcode only), "
@@ -136,596 +136,597 @@ msgid ""
136
  "link on your linked page or post."
137
  msgstr ""
138
 
139
- #: admin/includes/admin-about.php:114
140
  #, php-format
141
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
142
  msgstr ""
143
 
144
- #: admin/includes/admin-about.php:116
145
  #, php-format
146
  msgid ""
147
  "Be sure to also check the %1$s to get the plugin behaving just the way you "
148
  "want."
149
  msgstr ""
150
 
151
- #: admin/includes/admin-about.php:116
152
  msgid "Settings page"
153
  msgstr ""
154
 
155
- #: admin/includes/admin-about.php:123
156
  msgid "About the plugin author"
157
  msgstr ""
158
 
159
- #: admin/includes/admin-about.php:125
160
  #, php-format
161
  msgid ""
162
  "This plugin is developed by %1$s, you can find more information about the "
163
  "plugin on the %2$s."
164
  msgstr ""
165
 
166
- #: admin/includes/admin-about.php:125
167
  msgid "WordPress plugin site"
168
  msgstr ""
169
 
170
- #: admin/includes/admin-about.php:126
171
  #, php-format
172
  msgid "If you like the plugin please rate it on the %1$s."
173
  msgstr ""
174
 
175
- #: admin/includes/admin-about.php:126
176
  msgid "WordPress plugin review site"
177
  msgstr ""
178
 
179
- #: admin/includes/admin-about.php:127
180
  msgid ""
181
  "If you want to support the plugin I would be happy to get a small donation"
182
  msgstr ""
183
 
184
- #: admin/includes/admin-about.php:128 admin/includes/admin-about.php:129
185
- #: admin/includes/admin-about.php:130
186
  #, php-format
187
  msgid "Donate with %1$s"
188
  msgstr ""
189
 
190
- #: admin/includes/admin-about.php:139
191
  msgid ""
192
  "You have the possibility to modify the output if you add some of the "
193
  "following attributes to the shortcode."
194
  msgstr ""
195
 
196
- #: admin/includes/admin-about.php:140
197
  #, php-format
198
  msgid ""
199
  "You can combine and add as much attributes as you want. E.g. the shortcode "
200
  "including the attributes %1$s and %2$s would looks like this:"
201
  msgstr ""
202
 
203
- #: admin/includes/admin-about.php:142
204
  msgid ""
205
  "Below you can find a list of all supported attributes with their "
206
  "descriptions and available options:"
207
  msgstr ""
208
 
209
- #: admin/includes/admin-about.php:157
210
  msgid "Attribute name"
211
  msgstr ""
212
 
213
- #: admin/includes/admin-about.php:158
214
  msgid "Value options"
215
  msgstr ""
216
 
217
- #: admin/includes/admin-about.php:159
218
  msgid "Default value"
219
  msgstr ""
220
 
221
- #: admin/includes/admin-about.php:160
222
  msgid "Description"
223
  msgstr "Descripción"
224
 
225
- #: admin/includes/admin-about.php:179 includes/sc_event-list_helptexts.php:74
226
  #: includes/sc_event-list_helptexts.php:91
227
  msgid "Filter Syntax"
228
  msgstr ""
229
 
230
- #: admin/includes/admin-about.php:180
231
  msgid ""
232
  "For date and cat filters you can specify complex filters with the following "
233
  "syntax:"
234
  msgstr ""
235
 
236
- #: admin/includes/admin-about.php:181
237
  #, php-format
238
  msgid ""
239
  "You can use %1$s and %2$s connections to define complex filters. "
240
  "Additionally you can set brackets %3$s for nested queries."
241
  msgstr ""
242
 
243
- #: admin/includes/admin-about.php:181
244
  msgid "AND"
245
  msgstr ""
246
 
247
- #: admin/includes/admin-about.php:181
248
  msgid "OR"
249
  msgstr ""
250
 
251
- #: admin/includes/admin-about.php:181
252
  msgid "or"
253
  msgstr ""
254
 
255
- #: admin/includes/admin-about.php:181
256
  msgid "and"
257
  msgstr ""
258
 
259
- #: admin/includes/admin-about.php:182
260
  msgid "Examples for cat filters:"
261
  msgstr ""
262
 
263
- #: admin/includes/admin-about.php:183
264
  #, php-format
265
  msgid "Show all events with category %1$s."
266
  msgstr ""
267
 
268
- #: admin/includes/admin-about.php:184
269
  #, php-format
270
  msgid "Show all events with category %1$s or %2$s."
271
  msgstr ""
272
 
273
- #: admin/includes/admin-about.php:185
274
  #, php-format
275
  msgid ""
276
  "Show all events with category %1$s and all events where category %2$s as "
277
  "well as %3$s is selected."
278
  msgstr ""
279
 
280
- #: admin/includes/admin-about.php:191 includes/sc_event-list_helptexts.php:69
281
  msgid "Available Date Formats"
282
  msgstr ""
283
 
284
- #: admin/includes/admin-about.php:192
285
  msgid "For date filters you can use the following date formats:"
286
  msgstr ""
287
 
288
- #: admin/includes/admin-about.php:201 includes/sc_event-list_helptexts.php:70
289
  msgid "Available Date Range Formats"
290
  msgstr ""
291
 
292
- #: admin/includes/admin-about.php:202
293
  msgid "For date filters you can use the following daterange formats:"
294
  msgstr ""
295
 
296
- #: admin/includes/admin-about.php:215
297
  msgid "Value"
298
  msgstr ""
299
 
300
- #: admin/includes/admin-about.php:219
301
  msgid "Example"
302
  msgstr ""
303
 
304
- #: admin/includes/admin-categories.php:79
305
  msgid "Synchronize with post categories"
306
  msgstr ""
307
 
308
- #: admin/includes/admin-categories.php:90
309
  #, php-format
310
  msgid "%1$s categories modified (%2$s)"
311
  msgstr ""
312
 
313
- #: admin/includes/admin-categories.php:91
314
  #, php-format
315
  msgid "%1$s categories added (%2$s)"
316
  msgstr ""
317
 
318
- #: admin/includes/admin-categories.php:92
319
  #, php-format
320
  msgid "%1$s categories deleted (%2$s)"
321
  msgstr ""
322
 
323
- #: admin/includes/admin-categories.php:95
324
  #, php-format
325
  msgid "%1$s categories not modified (%2$s)"
326
  msgstr ""
327
 
328
- #: admin/includes/admin-categories.php:96
329
  #, php-format
330
  msgid "%1$s categories not added (%2$s)"
331
  msgstr ""
332
 
333
- #: admin/includes/admin-categories.php:97
334
  #, php-format
335
  msgid "%1$s categories not deleted (%2$s)"
336
  msgstr ""
337
 
338
- #: admin/includes/admin-categories.php:100
339
  msgid "An Error occured during the category sync"
340
  msgstr ""
341
 
342
- #: admin/includes/admin-categories.php:103
343
  msgid "Category sync finished"
344
  msgstr ""
345
 
346
- #: admin/includes/admin-category-sync.php:77
347
  msgid "Error: You are not allowed to view this page!"
348
  msgstr ""
349
 
350
- #: admin/includes/admin-category-sync.php:93
351
  msgid "Affected Categories when switching to seperate Event Categories"
352
  msgstr ""
353
 
354
- #: admin/includes/admin-category-sync.php:94
355
  msgid "Switch option to seperate Event Categories"
356
  msgstr ""
357
 
358
- #: admin/includes/admin-category-sync.php:95
359
  msgid ""
360
  "If you proceed, all post categories will be copied and all events will be "
361
  "re-assigned to this new categories."
362
  msgstr ""
363
 
364
- #: admin/includes/admin-category-sync.php:96
365
  msgid ""
366
  "Afterwards the event categories are independent of the post categories."
367
  msgstr ""
368
 
369
- #: admin/includes/admin-category-sync.php:98
370
  msgid "Affected Categories when switching to use Post Categories for events"
371
  msgstr ""
372
 
373
- #: admin/includes/admin-category-sync.php:99
374
  msgid "Switch option to use Post Categories for events"
375
  msgstr ""
376
 
377
- #: admin/includes/admin-category-sync.php:100
378
  msgid ""
379
  "Take a detailed look at the affected categories above before you proceed! "
380
  "All seperate event categories will be deleted, this cannot be undone!"
381
  msgstr ""
382
 
383
- #: admin/includes/admin-category-sync.php:103
384
  msgid "Event Categories: Synchronise with Post Categories"
385
  msgstr ""
386
 
387
- #: admin/includes/admin-category-sync.php:104
388
  msgid "Start synchronisation"
389
  msgstr ""
390
 
391
- #: admin/includes/admin-category-sync.php:105
392
  msgid ""
393
  "If this option is enabled the above listed categories will be deleted and "
394
  "removed from the existing events!"
395
  msgstr ""
396
 
397
- #: admin/includes/admin-category-sync.php:120
398
  msgid "Categories to modify"
399
  msgstr ""
400
 
401
- #: admin/includes/admin-category-sync.php:121
402
  msgid "Categories to add"
403
  msgstr ""
404
 
405
- #: admin/includes/admin-category-sync.php:122
406
  msgid "Categories to delete (optional)"
407
  msgstr ""
408
 
409
- #: admin/includes/admin-category-sync.php:123
410
  msgid "Delete not available post categories"
411
  msgstr ""
412
 
413
- #: admin/includes/admin-category-sync.php:126
414
  msgid "Categories with differences"
415
  msgstr ""
416
 
417
- #: admin/includes/admin-category-sync.php:127
418
  msgid "Categories to add (optional)"
419
  msgstr ""
420
 
421
- #: admin/includes/admin-category-sync.php:128
422
  msgid "Add not available post categories"
423
  msgstr ""
424
 
425
- #: admin/includes/admin-category-sync.php:147
426
  msgid "none"
427
  msgstr ""
428
 
429
- #: admin/includes/admin-import.php:91
430
  msgid "Import Events"
431
  msgstr "Importar Eventos"
432
 
433
- #: admin/includes/admin-import.php:110 admin/includes/admin-import.php:150
434
- #: admin/includes/admin-import.php:254
435
  msgid "Step"
436
  msgstr ""
437
 
438
- #: admin/includes/admin-import.php:110
439
  msgid "Set import file and options"
440
  msgstr ""
441
 
442
- #: admin/includes/admin-import.php:113
443
  #, php-format
444
  msgid "Proceed with Step %1$s"
445
  msgstr ""
446
 
447
- #: admin/includes/admin-import.php:116
448
  msgid "Example file"
449
  msgstr ""
450
 
451
- #: admin/includes/admin-import.php:117
452
  #, php-format
453
  msgid ""
454
  "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
455
  msgstr ""
456
 
457
- #: admin/includes/admin-import.php:118
458
  msgid "Note"
459
  msgstr ""
460
 
461
- #: admin/includes/admin-import.php:118
462
  msgid ""
463
  "Do not change the column header and separator line (first two lines), "
464
  "otherwise the import will fail!"
465
  msgstr ""
466
 
467
- #: admin/includes/admin-import.php:128 admin/includes/admin-import.php:137
468
  msgid "Sorry, there has been an error."
469
  msgstr ""
470
 
471
- #: admin/includes/admin-import.php:129
472
  msgid "The file does not exist, please try again."
473
  msgstr ""
474
 
475
- #: admin/includes/admin-import.php:138
476
  msgid "The uploaded file does not have the required csv extension."
477
  msgstr ""
478
 
479
- #: admin/includes/admin-import.php:150
480
  msgid "Events review and additonal category selection"
481
  msgstr ""
482
 
483
- #: admin/includes/admin-import.php:156 admin/includes/admin-import.php:167
484
  msgid "Error"
485
  msgstr ""
486
 
487
- #: admin/includes/admin-import.php:156
488
  msgid "This CSV file cannot be imported"
489
  msgstr ""
490
 
491
- #: admin/includes/admin-import.php:167
492
  msgid "None of the events in this CSV file can be imported"
493
  msgstr ""
494
 
495
- #: admin/includes/admin-import.php:170 admin/includes/admin-import.php:213
496
  msgid "Warning"
497
  msgstr ""
498
 
499
- #: admin/includes/admin-import.php:172
500
  #, php-format
501
  msgid "There is %1$s event which cannot be imported"
502
  msgid_plural "There are %1$s events which cannot be imported"
503
  msgstr[0] ""
504
  msgstr[1] ""
505
 
506
- #: admin/includes/admin-import.php:184
507
  #, php-format
508
  msgid "CSV line %1$s"
509
  msgstr ""
510
 
511
- #: admin/includes/admin-import.php:194
512
  msgid "You can still import all other events listed below."
513
  msgstr ""
514
 
515
- #: admin/includes/admin-import.php:213
516
  msgid ""
517
  "The following category slugs are not available and will be removed from the "
518
  "imported events"
519
  msgstr ""
520
 
521
- #: admin/includes/admin-import.php:219
522
  msgid ""
523
  "If you want to keep these categories, please create these Categories first "
524
  "and do the import afterwards."
525
  msgstr ""
526
 
527
- #: admin/includes/admin-import.php:254
528
  msgid "Import result"
529
  msgstr ""
530
 
531
- #: admin/includes/admin-import.php:257
532
  #, php-format
533
  msgid "Import of %1$s events successful!"
534
  msgstr ""
535
 
536
- #: admin/includes/admin-import.php:258
537
  msgid "Go back to All Events"
538
  msgstr ""
539
 
540
- #: admin/includes/admin-import.php:261
541
  msgid "Errors during Import"
542
  msgstr ""
543
 
544
- #: admin/includes/admin-import.php:269
545
  msgid "Event from CSV-line"
546
  msgstr ""
547
 
548
- #: admin/includes/admin-import.php:281 admin/includes/admin-main.php:109
549
  #: includes/widget_helptexts.php:9
550
  msgid "Title"
551
  msgstr "Título"
552
 
553
- #: admin/includes/admin-import.php:282
554
  msgid "Start Date"
555
  msgstr ""
556
 
557
- #: admin/includes/admin-import.php:283
558
  msgid "End Date"
559
  msgstr ""
560
 
561
- #: admin/includes/admin-import.php:284 admin/includes/admin-new.php:131
562
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
 
563
  msgid "Time"
564
  msgstr ""
565
 
566
- #: admin/includes/admin-import.php:285 admin/includes/admin-main.php:110
567
- #: admin/includes/admin-new.php:133 includes/options_helptexts.php:75
568
- #: includes/options_helptexts.php:76
569
  msgid "Location"
570
  msgstr ""
571
 
572
- #: admin/includes/admin-import.php:286
573
  msgid "Content"
574
  msgstr ""
575
 
576
- #: admin/includes/admin-import.php:287
577
  msgid "Category slugs"
578
  msgstr ""
579
 
580
- #: admin/includes/admin-import.php:333
581
  msgid "Header line is missing or not correct!"
582
  msgstr ""
583
 
584
- #: admin/includes/admin-import.php:334
585
  #, php-format
586
  msgid ""
587
  "Have a look at the %1$sexample file%2$s to see the correct header line "
588
  "format."
589
  msgstr ""
590
 
591
- #: admin/includes/admin-import.php:341
592
  #, php-format
593
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
594
  msgstr ""
595
 
596
- #: admin/includes/admin-import.php:371
597
- msgid "Empty event title found"
598
  msgstr ""
599
 
600
- #: admin/includes/admin-import.php:377
601
- msgid "Wrong date format for startdate"
602
  msgstr ""
603
 
604
- #: admin/includes/admin-import.php:385
605
- msgid "Wrong date format for enddate"
606
  msgstr ""
607
 
608
- #: admin/includes/admin-import.php:439
609
- msgid "Import events"
610
  msgstr ""
611
 
612
- #: admin/includes/admin-import.php:440
613
- msgid "Add additional categories"
614
  msgstr ""
615
 
616
- #: admin/includes/admin-import.php:470 includes/events_post_type.php:92
617
- msgid "No events found"
618
  msgstr ""
619
 
620
- #: admin/includes/admin-import.php:518
621
- msgid "Saving of event failed!"
622
  msgstr ""
623
 
624
- #: admin/includes/admin-main.php:108
625
  msgid "Event Date"
626
  msgstr ""
627
 
628
- #: admin/includes/admin-main.php:113
629
  msgid "Author"
630
  msgstr ""
631
 
632
- #: admin/includes/admin-main.php:182
633
  #, php-format
634
  msgid "Add a copy of %1$s"
635
  msgstr ""
636
 
637
- #: admin/includes/admin-main.php:182
638
  msgid "Copy"
639
  msgstr ""
640
 
641
- #: admin/includes/admin-main.php:268
642
  msgid "Import"
643
  msgstr "Importar"
644
 
645
- #: admin/includes/admin-new.php:83
646
  msgid "Event data"
647
  msgstr ""
648
 
649
- #: admin/includes/admin-new.php:116
650
  msgid "Add Copy"
651
  msgstr ""
652
 
653
- #: admin/includes/admin-new.php:124
654
  msgid "Date"
655
  msgstr ""
656
 
657
- #: admin/includes/admin-new.php:124
658
  msgid "required"
659
  msgstr ""
660
 
661
- #: admin/includes/admin-new.php:127
662
  msgid "Multi-Day Event"
663
  msgstr ""
664
 
665
- #: admin/includes/admin-new.php:147
666
  msgid "Event Title"
667
  msgstr ""
668
 
669
- #: admin/includes/admin-new.php:164
670
  msgid "Event Content"
671
  msgstr ""
672
 
673
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:245
674
  msgid "Event updated."
675
  msgstr ""
676
 
677
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:247
678
  msgid "View event"
679
  msgstr ""
680
 
681
- #: admin/includes/admin-new.php:246
682
  #, php-format
683
  msgid "Event restored to revision from %1$s"
684
  msgstr ""
685
 
686
- #: admin/includes/admin-new.php:247
687
  msgid "Event published."
688
  msgstr ""
689
 
690
- #: admin/includes/admin-new.php:248
691
  msgid "Event saved."
692
  msgstr ""
693
 
694
- #: admin/includes/admin-new.php:249
695
  msgid "Event submitted."
696
  msgstr ""
697
 
698
- #: admin/includes/admin-new.php:249 admin/includes/admin-new.php:252
699
- #: admin/includes/admin-new.php:253
700
  msgid "Preview event"
701
  msgstr ""
702
 
703
- #: admin/includes/admin-new.php:251
704
  #, php-format
705
  msgid "Event scheduled for: %1$s>"
706
  msgstr ""
707
 
708
- #: admin/includes/admin-new.php:253
709
  msgid "Event draft updated."
710
  msgstr ""
711
 
712
- #: admin/includes/admin-settings.php:97
713
  msgid "Go to Event Category switching page"
714
  msgstr ""
715
 
716
- #: admin/includes/admin-settings.php:111
717
  msgid "Frontend Settings"
718
  msgstr ""
719
 
720
- #: admin/includes/admin-settings.php:112
721
  msgid "Admin Page Settings"
722
  msgstr ""
723
 
724
- #: admin/includes/admin-settings.php:113
725
  msgid "Feed Settings"
726
  msgstr ""
727
 
728
- #: admin/includes/admin-settings.php:114
729
  msgid "Category Taxonomy"
730
  msgstr ""
731
 
@@ -893,7 +894,7 @@ msgid "No valid start date provided"
893
  msgstr ""
894
 
895
  #: includes/event.php:343 includes/event.php:345
896
- #: includes/sc_event-list.php:330
897
  msgid "read more"
898
  msgstr ""
899
 
@@ -1421,15 +1422,15 @@ msgid ""
1421
  " switching page from here."
1422
  msgstr ""
1423
 
1424
- #: includes/options.php:92
1425
  msgid "events"
1426
  msgstr ""
1427
 
1428
- #: includes/options.php:96
1429
  msgid "Show content"
1430
  msgstr ""
1431
 
1432
- #: includes/options.php:100
1433
  msgid "Hide content"
1434
  msgstr ""
1435
 
@@ -1520,9 +1521,10 @@ msgid "category slugs"
1520
  msgstr ""
1521
 
1522
  #: includes/sc_event-list_helptexts.php:82
 
1523
  msgid ""
1524
  "This attribute defines the category filter which filters the events to show."
1525
- " The default is $1$s or an empty string to show all events."
1526
  msgstr ""
1527
 
1528
  #: includes/sc_event-list_helptexts.php:86
@@ -1869,19 +1871,19 @@ msgid ""
1869
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1870
  msgstr ""
1871
 
1872
- #: includes/sc_event-list.php:184
1873
  msgid "Sorry, the requested event is not available!"
1874
  msgstr ""
1875
 
1876
- #: includes/sc_event-list.php:193
1877
  msgid "Event Information:"
1878
  msgstr "Información del evento:"
1879
 
1880
- #: includes/sc_event-list.php:437
1881
  msgid "Link to RSS feed"
1882
  msgstr ""
1883
 
1884
- #: includes/sc_event-list.php:447
1885
  msgid "Link to iCal feed"
1886
  msgstr ""
1887
 
@@ -2033,14 +2035,14 @@ msgid ""
2033
  "approriate option is selected."
2034
  msgstr ""
2035
 
2036
- #: includes/widget.php:38
2037
  msgid "With this widget a list of upcoming events can be displayed."
2038
  msgstr ""
2039
 
2040
- #: includes/widget.php:43
2041
  msgid "Upcoming events"
2042
  msgstr "Eventos próximos"
2043
 
2044
- #: includes/widget.php:57
2045
  msgid "show events page"
2046
  msgstr "Mostrar página de eventos"
8
  msgstr ""
9
  "Project-Id-Version: wp-event-list\n"
10
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
11
+ "POT-Creation-Date: 2022-03-07 19:10+0100\n"
12
+ "PO-Revision-Date: 2022-03-07 18:11+0000\n"
13
  "Last-Translator: mibuthu\n"
14
  "Language-Team: Spanish (Argentina) (http://www.transifex.com/mibuthu/wp-event-list/language/es_AR/)\n"
15
  "MIME-Version: 1.0\n"
18
  "Language: es_AR\n"
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
 
21
+ #: admin/admin.php:89
22
  #, php-format
23
  msgid "Errors during upgrade of plugin %1$s"
24
  msgstr ""
25
 
26
+ #: admin/admin.php:89
27
  #, php-format
28
  msgid "Upgrade of plugin %1$s successful"
29
  msgstr ""
30
 
31
+ #: admin/admin.php:147 admin/includes/admin-settings.php:89
32
  msgid "Event List Settings"
33
  msgstr "Configuraciones del Listado de Eventos"
34
 
35
+ #: admin/admin.php:147
36
  msgid "Settings"
37
  msgstr "Configuraciones"
38
 
39
+ #: admin/admin.php:151 admin/includes/admin-about.php:62
40
  msgid "About Event List"
41
  msgstr "Sobre Listado de Eventos"
42
 
43
+ #: admin/admin.php:151
44
  msgid "About"
45
  msgstr "Sobre"
46
 
47
+ #: admin/admin.php:175
48
  #, php-format
49
  msgid "%s Event"
50
  msgid_plural "%s Events"
51
  msgstr[0] ""
52
  msgstr[1] ""
53
 
54
+ #: admin/includes/admin-about.php:86 admin/includes/admin-settings.php:107
55
  msgid "General"
56
  msgstr ""
57
 
58
+ #: admin/includes/admin-about.php:87 admin/includes/admin-about.php:109
59
+ #: admin/includes/admin-about.php:162
60
  msgid "Shortcode Attributes"
61
  msgstr ""
62
 
63
+ #: admin/includes/admin-about.php:101
64
  msgid "Help and Instructions"
65
  msgstr "Ayuda e Instrucciones"
66
 
67
+ #: admin/includes/admin-about.php:102
68
  #, php-format
69
  msgid "You can manage the events %1$shere%2$s"
70
  msgstr ""
71
 
72
+ #: admin/includes/admin-about.php:103
73
  msgid "To show the events on your site you have 2 possibilities"
74
  msgstr "Para mostrar el evento en su sitio tiene 2 posibilidades"
75
 
76
+ #: admin/includes/admin-about.php:104
77
  #, php-format
78
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
79
  msgstr "Ud. puede colocar <strong>shortcode</strong> %1$s en cualquier página o post, del sitio"
80
 
81
+ #: admin/includes/admin-about.php:105
82
  #, php-format
83
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
84
  msgstr "Usted puede agregar el <strong>widget</strong> %1$s en el menú lateral"
85
 
86
+ #: admin/includes/admin-about.php:106
87
  msgid ""
88
  "The displayed events and their style can be modified with the available "
89
  "widget settings and the available attributes for the shortcode."
96
  "available in the %1$s tab."
97
  msgstr ""
98
 
99
+ #: admin/includes/admin-about.php:111
100
  msgid "The available widget options are described in their tooltip text."
101
  msgstr "Las opciones disponibles para el widget estan descriptas en el texto de información."
102
 
103
+ #: admin/includes/admin-about.php:113
104
  #, php-format
105
  msgid ""
106
  "If you enable one of the links options (%1$s or %2$s) in the widget you have"
107
  " to insert an URL to the linked event-list page."
108
  msgstr ""
109
 
110
+ #: admin/includes/admin-about.php:114 includes/widget_helptexts.php:134
111
  msgid "Add links to the single events"
112
  msgstr ""
113
 
114
+ #: admin/includes/admin-about.php:115 includes/widget_helptexts.php:143
115
  msgid "Add a link to the Event List page"
116
  msgstr ""
117
 
118
+ #: admin/includes/admin-about.php:117
119
  msgid ""
120
  "This is required because the widget does not know in which page or post the "
121
  "shortcode was included."
122
  msgstr ""
123
 
124
+ #: admin/includes/admin-about.php:118
125
  msgid ""
126
  "Additionally you have to insert the correct Shortcode id on the linked page."
127
  " This id describes which shortcode should be used on the given page or post "
128
  "if you have more than one."
129
  msgstr ""
130
 
131
+ #: admin/includes/admin-about.php:120
132
  #, php-format
133
  msgid ""
134
  "The default value %1$s is normally o.k. (for pages with 1 shortcode only), "
136
  "link on your linked page or post."
137
  msgstr ""
138
 
139
+ #: admin/includes/admin-about.php:124
140
  #, php-format
141
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
142
  msgstr ""
143
 
144
+ #: admin/includes/admin-about.php:129
145
  #, php-format
146
  msgid ""
147
  "Be sure to also check the %1$s to get the plugin behaving just the way you "
148
  "want."
149
  msgstr ""
150
 
151
+ #: admin/includes/admin-about.php:130
152
  msgid "Settings page"
153
  msgstr ""
154
 
155
+ #: admin/includes/admin-about.php:138
156
  msgid "About the plugin author"
157
  msgstr ""
158
 
159
+ #: admin/includes/admin-about.php:141
160
  #, php-format
161
  msgid ""
162
  "This plugin is developed by %1$s, you can find more information about the "
163
  "plugin on the %2$s."
164
  msgstr ""
165
 
166
+ #: admin/includes/admin-about.php:143
167
  msgid "WordPress plugin site"
168
  msgstr ""
169
 
170
+ #: admin/includes/admin-about.php:146
171
  #, php-format
172
  msgid "If you like the plugin please rate it on the %1$s."
173
  msgstr ""
174
 
175
+ #: admin/includes/admin-about.php:147
176
  msgid "WordPress plugin review site"
177
  msgstr ""
178
 
179
+ #: admin/includes/admin-about.php:149
180
  msgid ""
181
  "If you want to support the plugin I would be happy to get a small donation"
182
  msgstr ""
183
 
184
+ #: admin/includes/admin-about.php:151 admin/includes/admin-about.php:153
185
+ #: admin/includes/admin-about.php:155
186
  #, php-format
187
  msgid "Donate with %1$s"
188
  msgstr ""
189
 
190
+ #: admin/includes/admin-about.php:164
191
  msgid ""
192
  "You have the possibility to modify the output if you add some of the "
193
  "following attributes to the shortcode."
194
  msgstr ""
195
 
196
+ #: admin/includes/admin-about.php:166
197
  #, php-format
198
  msgid ""
199
  "You can combine and add as much attributes as you want. E.g. the shortcode "
200
  "including the attributes %1$s and %2$s would looks like this:"
201
  msgstr ""
202
 
203
+ #: admin/includes/admin-about.php:171
204
  msgid ""
205
  "Below you can find a list of all supported attributes with their "
206
  "descriptions and available options:"
207
  msgstr ""
208
 
209
+ #: admin/includes/admin-about.php:186
210
  msgid "Attribute name"
211
  msgstr ""
212
 
213
+ #: admin/includes/admin-about.php:187
214
  msgid "Value options"
215
  msgstr ""
216
 
217
+ #: admin/includes/admin-about.php:188
218
  msgid "Default value"
219
  msgstr ""
220
 
221
+ #: admin/includes/admin-about.php:189
222
  msgid "Description"
223
  msgstr "Descripción"
224
 
225
+ #: admin/includes/admin-about.php:208 includes/sc_event-list_helptexts.php:74
226
  #: includes/sc_event-list_helptexts.php:91
227
  msgid "Filter Syntax"
228
  msgstr ""
229
 
230
+ #: admin/includes/admin-about.php:209
231
  msgid ""
232
  "For date and cat filters you can specify complex filters with the following "
233
  "syntax:"
234
  msgstr ""
235
 
236
+ #: admin/includes/admin-about.php:211
237
  #, php-format
238
  msgid ""
239
  "You can use %1$s and %2$s connections to define complex filters. "
240
  "Additionally you can set brackets %3$s for nested queries."
241
  msgstr ""
242
 
243
+ #: admin/includes/admin-about.php:212
244
  msgid "AND"
245
  msgstr ""
246
 
247
+ #: admin/includes/admin-about.php:213
248
  msgid "OR"
249
  msgstr ""
250
 
251
+ #: admin/includes/admin-about.php:213
252
  msgid "or"
253
  msgstr ""
254
 
255
+ #: admin/includes/admin-about.php:214
256
  msgid "and"
257
  msgstr ""
258
 
259
+ #: admin/includes/admin-about.php:216
260
  msgid "Examples for cat filters:"
261
  msgstr ""
262
 
263
+ #: admin/includes/admin-about.php:217
264
  #, php-format
265
  msgid "Show all events with category %1$s."
266
  msgstr ""
267
 
268
+ #: admin/includes/admin-about.php:218
269
  #, php-format
270
  msgid "Show all events with category %1$s or %2$s."
271
  msgstr ""
272
 
273
+ #: admin/includes/admin-about.php:220
274
  #, php-format
275
  msgid ""
276
  "Show all events with category %1$s and all events where category %2$s as "
277
  "well as %3$s is selected."
278
  msgstr ""
279
 
280
+ #: admin/includes/admin-about.php:226 includes/sc_event-list_helptexts.php:69
281
  msgid "Available Date Formats"
282
  msgstr ""
283
 
284
+ #: admin/includes/admin-about.php:227
285
  msgid "For date filters you can use the following date formats:"
286
  msgstr ""
287
 
288
+ #: admin/includes/admin-about.php:236 includes/sc_event-list_helptexts.php:70
289
  msgid "Available Date Range Formats"
290
  msgstr ""
291
 
292
+ #: admin/includes/admin-about.php:237
293
  msgid "For date filters you can use the following daterange formats:"
294
  msgstr ""
295
 
296
+ #: admin/includes/admin-about.php:250
297
  msgid "Value"
298
  msgstr ""
299
 
300
+ #: admin/includes/admin-about.php:254
301
  msgid "Example"
302
  msgstr ""
303
 
304
+ #: admin/includes/admin-categories.php:77
305
  msgid "Synchronize with post categories"
306
  msgstr ""
307
 
308
+ #: admin/includes/admin-categories.php:87
309
  #, php-format
310
  msgid "%1$s categories modified (%2$s)"
311
  msgstr ""
312
 
313
+ #: admin/includes/admin-categories.php:88
314
  #, php-format
315
  msgid "%1$s categories added (%2$s)"
316
  msgstr ""
317
 
318
+ #: admin/includes/admin-categories.php:89
319
  #, php-format
320
  msgid "%1$s categories deleted (%2$s)"
321
  msgstr ""
322
 
323
+ #: admin/includes/admin-categories.php:92
324
  #, php-format
325
  msgid "%1$s categories not modified (%2$s)"
326
  msgstr ""
327
 
328
+ #: admin/includes/admin-categories.php:93
329
  #, php-format
330
  msgid "%1$s categories not added (%2$s)"
331
  msgstr ""
332
 
333
+ #: admin/includes/admin-categories.php:94
334
  #, php-format
335
  msgid "%1$s categories not deleted (%2$s)"
336
  msgstr ""
337
 
338
+ #: admin/includes/admin-categories.php:97
339
  msgid "An Error occured during the category sync"
340
  msgstr ""
341
 
342
+ #: admin/includes/admin-categories.php:100
343
  msgid "Category sync finished"
344
  msgstr ""
345
 
346
+ #: admin/includes/admin-category-sync.php:76
347
  msgid "Error: You are not allowed to view this page!"
348
  msgstr ""
349
 
350
+ #: admin/includes/admin-category-sync.php:92
351
  msgid "Affected Categories when switching to seperate Event Categories"
352
  msgstr ""
353
 
354
+ #: admin/includes/admin-category-sync.php:93
355
  msgid "Switch option to seperate Event Categories"
356
  msgstr ""
357
 
358
+ #: admin/includes/admin-category-sync.php:94
359
  msgid ""
360
  "If you proceed, all post categories will be copied and all events will be "
361
  "re-assigned to this new categories."
362
  msgstr ""
363
 
364
+ #: admin/includes/admin-category-sync.php:95
365
  msgid ""
366
  "Afterwards the event categories are independent of the post categories."
367
  msgstr ""
368
 
369
+ #: admin/includes/admin-category-sync.php:97
370
  msgid "Affected Categories when switching to use Post Categories for events"
371
  msgstr ""
372
 
373
+ #: admin/includes/admin-category-sync.php:98
374
  msgid "Switch option to use Post Categories for events"
375
  msgstr ""
376
 
377
+ #: admin/includes/admin-category-sync.php:99
378
  msgid ""
379
  "Take a detailed look at the affected categories above before you proceed! "
380
  "All seperate event categories will be deleted, this cannot be undone!"
381
  msgstr ""
382
 
383
+ #: admin/includes/admin-category-sync.php:102
384
  msgid "Event Categories: Synchronise with Post Categories"
385
  msgstr ""
386
 
387
+ #: admin/includes/admin-category-sync.php:103
388
  msgid "Start synchronisation"
389
  msgstr ""
390
 
391
+ #: admin/includes/admin-category-sync.php:104
392
  msgid ""
393
  "If this option is enabled the above listed categories will be deleted and "
394
  "removed from the existing events!"
395
  msgstr ""
396
 
397
+ #: admin/includes/admin-category-sync.php:119
398
  msgid "Categories to modify"
399
  msgstr ""
400
 
401
+ #: admin/includes/admin-category-sync.php:120
402
  msgid "Categories to add"
403
  msgstr ""
404
 
405
+ #: admin/includes/admin-category-sync.php:121
406
  msgid "Categories to delete (optional)"
407
  msgstr ""
408
 
409
+ #: admin/includes/admin-category-sync.php:122
410
  msgid "Delete not available post categories"
411
  msgstr ""
412
 
413
+ #: admin/includes/admin-category-sync.php:125
414
  msgid "Categories with differences"
415
  msgstr ""
416
 
417
+ #: admin/includes/admin-category-sync.php:126
418
  msgid "Categories to add (optional)"
419
  msgstr ""
420
 
421
+ #: admin/includes/admin-category-sync.php:127
422
  msgid "Add not available post categories"
423
  msgstr ""
424
 
425
+ #: admin/includes/admin-category-sync.php:146
426
  msgid "none"
427
  msgstr ""
428
 
429
+ #: admin/includes/admin-import.php:90
430
  msgid "Import Events"
431
  msgstr "Importar Eventos"
432
 
433
+ #: admin/includes/admin-import.php:109 admin/includes/admin-import.php:154
434
+ #: admin/includes/admin-import.php:261
435
  msgid "Step"
436
  msgstr ""
437
 
438
+ #: admin/includes/admin-import.php:109
439
  msgid "Set import file and options"
440
  msgstr ""
441
 
442
+ #: admin/includes/admin-import.php:114
443
  #, php-format
444
  msgid "Proceed with Step %1$s"
445
  msgstr ""
446
 
447
+ #: admin/includes/admin-import.php:117
448
  msgid "Example file"
449
  msgstr ""
450
 
451
+ #: admin/includes/admin-import.php:119
452
  #, php-format
453
  msgid ""
454
  "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
455
  msgstr ""
456
 
457
+ #: admin/includes/admin-import.php:123
458
  msgid "Note"
459
  msgstr ""
460
 
461
+ #: admin/includes/admin-import.php:124
462
  msgid ""
463
  "Do not change the column header and separator line (first two lines), "
464
  "otherwise the import will fail!"
465
  msgstr ""
466
 
467
+ #: admin/includes/admin-import.php:133 admin/includes/admin-import.php:141
468
  msgid "Sorry, there has been an error."
469
  msgstr ""
470
 
471
+ #: admin/includes/admin-import.php:134
472
  msgid "The file does not exist, please try again."
473
  msgstr ""
474
 
475
+ #: admin/includes/admin-import.php:142
476
  msgid "The uploaded file does not have the required csv extension."
477
  msgstr ""
478
 
479
+ #: admin/includes/admin-import.php:154
480
  msgid "Events review and additonal category selection"
481
  msgstr ""
482
 
483
+ #: admin/includes/admin-import.php:160 admin/includes/admin-import.php:171
484
  msgid "Error"
485
  msgstr ""
486
 
487
+ #: admin/includes/admin-import.php:160
488
  msgid "This CSV file cannot be imported"
489
  msgstr ""
490
 
491
+ #: admin/includes/admin-import.php:171
492
  msgid "None of the events in this CSV file can be imported"
493
  msgstr ""
494
 
495
+ #: admin/includes/admin-import.php:174 admin/includes/admin-import.php:219
496
  msgid "Warning"
497
  msgstr ""
498
 
499
+ #: admin/includes/admin-import.php:177
500
  #, php-format
501
  msgid "There is %1$s event which cannot be imported"
502
  msgid_plural "There are %1$s events which cannot be imported"
503
  msgstr[0] ""
504
  msgstr[1] ""
505
 
506
+ #: admin/includes/admin-import.php:190
507
  #, php-format
508
  msgid "CSV line %1$s"
509
  msgstr ""
510
 
511
+ #: admin/includes/admin-import.php:200
512
  msgid "You can still import all other events listed below."
513
  msgstr ""
514
 
515
+ #: admin/includes/admin-import.php:220
516
  msgid ""
517
  "The following category slugs are not available and will be removed from the "
518
  "imported events"
519
  msgstr ""
520
 
521
+ #: admin/includes/admin-import.php:226
522
  msgid ""
523
  "If you want to keep these categories, please create these Categories first "
524
  "and do the import afterwards."
525
  msgstr ""
526
 
527
+ #: admin/includes/admin-import.php:261
528
  msgid "Import result"
529
  msgstr ""
530
 
531
+ #: admin/includes/admin-import.php:264
532
  #, php-format
533
  msgid "Import of %1$s events successful!"
534
  msgstr ""
535
 
536
+ #: admin/includes/admin-import.php:265
537
  msgid "Go back to All Events"
538
  msgstr ""
539
 
540
+ #: admin/includes/admin-import.php:268
541
  msgid "Errors during Import"
542
  msgstr ""
543
 
544
+ #: admin/includes/admin-import.php:276
545
  msgid "Event from CSV-line"
546
  msgstr ""
547
 
548
+ #: admin/includes/admin-import.php:288 admin/includes/admin-main.php:108
549
  #: includes/widget_helptexts.php:9
550
  msgid "Title"
551
  msgstr "Título"
552
 
553
+ #: admin/includes/admin-import.php:289
554
  msgid "Start Date"
555
  msgstr ""
556
 
557
+ #: admin/includes/admin-import.php:290
558
  msgid "End Date"
559
  msgstr ""
560
 
561
+ #: admin/includes/admin-import.php:291 admin/includes/admin-new.php:132
562
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
563
+ #: includes/rss.php:116
564
  msgid "Time"
565
  msgstr ""
566
 
567
+ #: admin/includes/admin-import.php:292 admin/includes/admin-main.php:109
568
+ #: admin/includes/admin-new.php:134 includes/options_helptexts.php:75
569
+ #: includes/options_helptexts.php:76 includes/rss.php:119
570
  msgid "Location"
571
  msgstr ""
572
 
573
+ #: admin/includes/admin-import.php:293
574
  msgid "Content"
575
  msgstr ""
576
 
577
+ #: admin/includes/admin-import.php:294
578
  msgid "Category slugs"
579
  msgstr ""
580
 
581
+ #: admin/includes/admin-import.php:340
582
  msgid "Header line is missing or not correct!"
583
  msgstr ""
584
 
585
+ #: admin/includes/admin-import.php:341
586
  #, php-format
587
  msgid ""
588
  "Have a look at the %1$sexample file%2$s to see the correct header line "
589
  "format."
590
  msgstr ""
591
 
592
+ #: admin/includes/admin-import.php:350
593
  #, php-format
594
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
595
  msgstr ""
596
 
597
+ #: admin/includes/admin-import.php:399
598
+ msgid "Import events"
599
  msgstr ""
600
 
601
+ #: admin/includes/admin-import.php:400
602
+ msgid "Add additional categories"
603
  msgstr ""
604
 
605
+ #: admin/includes/admin-import.php:430 includes/events_post_type.php:92
606
+ msgid "No events found"
607
  msgstr ""
608
 
609
+ #: admin/includes/admin-import.php:478
610
+ msgid "Saving of event failed!"
611
  msgstr ""
612
 
613
+ #: admin/includes/admin-import.php:496
614
+ msgid "Empty event title found"
615
  msgstr ""
616
 
617
+ #: admin/includes/admin-import.php:501
618
+ msgid "Wrong date format for startdate"
619
  msgstr ""
620
 
621
+ #: admin/includes/admin-import.php:509
622
+ msgid "Wrong date format for enddate"
623
  msgstr ""
624
 
625
+ #: admin/includes/admin-main.php:107
626
  msgid "Event Date"
627
  msgstr ""
628
 
629
+ #: admin/includes/admin-main.php:112
630
  msgid "Author"
631
  msgstr ""
632
 
633
+ #: admin/includes/admin-main.php:181
634
  #, php-format
635
  msgid "Add a copy of %1$s"
636
  msgstr ""
637
 
638
+ #: admin/includes/admin-main.php:181
639
  msgid "Copy"
640
  msgstr ""
641
 
642
+ #: admin/includes/admin-main.php:269
643
  msgid "Import"
644
  msgstr "Importar"
645
 
646
+ #: admin/includes/admin-new.php:82
647
  msgid "Event data"
648
  msgstr ""
649
 
650
+ #: admin/includes/admin-new.php:115
651
  msgid "Add Copy"
652
  msgstr ""
653
 
654
+ #: admin/includes/admin-new.php:123
655
  msgid "Date"
656
  msgstr ""
657
 
658
+ #: admin/includes/admin-new.php:123
659
  msgid "required"
660
  msgstr ""
661
 
662
+ #: admin/includes/admin-new.php:128
663
  msgid "Multi-Day Event"
664
  msgstr ""
665
 
666
+ #: admin/includes/admin-new.php:148
667
  msgid "Event Title"
668
  msgstr ""
669
 
670
+ #: admin/includes/admin-new.php:165
671
  msgid "Event Content"
672
  msgstr ""
673
 
674
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:246
675
  msgid "Event updated."
676
  msgstr ""
677
 
678
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:248
679
  msgid "View event"
680
  msgstr ""
681
 
682
+ #: admin/includes/admin-new.php:247
683
  #, php-format
684
  msgid "Event restored to revision from %1$s"
685
  msgstr ""
686
 
687
+ #: admin/includes/admin-new.php:248
688
  msgid "Event published."
689
  msgstr ""
690
 
691
+ #: admin/includes/admin-new.php:249
692
  msgid "Event saved."
693
  msgstr ""
694
 
695
+ #: admin/includes/admin-new.php:250
696
  msgid "Event submitted."
697
  msgstr ""
698
 
699
+ #: admin/includes/admin-new.php:251 admin/includes/admin-new.php:254
700
+ #: admin/includes/admin-new.php:256
701
  msgid "Preview event"
702
  msgstr ""
703
 
704
+ #: admin/includes/admin-new.php:253
705
  #, php-format
706
  msgid "Event scheduled for: %1$s>"
707
  msgstr ""
708
 
709
+ #: admin/includes/admin-new.php:255
710
  msgid "Event draft updated."
711
  msgstr ""
712
 
713
+ #: admin/includes/admin-settings.php:95
714
  msgid "Go to Event Category switching page"
715
  msgstr ""
716
 
717
+ #: admin/includes/admin-settings.php:108
718
  msgid "Frontend Settings"
719
  msgstr ""
720
 
721
+ #: admin/includes/admin-settings.php:109
722
  msgid "Admin Page Settings"
723
  msgstr ""
724
 
725
+ #: admin/includes/admin-settings.php:110
726
  msgid "Feed Settings"
727
  msgstr ""
728
 
729
+ #: admin/includes/admin-settings.php:111
730
  msgid "Category Taxonomy"
731
  msgstr ""
732
 
894
  msgstr ""
895
 
896
  #: includes/event.php:343 includes/event.php:345
897
+ #: includes/sc_event-list.php:325
898
  msgid "read more"
899
  msgstr ""
900
 
1422
  " switching page from here."
1423
  msgstr ""
1424
 
1425
+ #: includes/options.php:91
1426
  msgid "events"
1427
  msgstr ""
1428
 
1429
+ #: includes/options.php:95
1430
  msgid "Show content"
1431
  msgstr ""
1432
 
1433
+ #: includes/options.php:99
1434
  msgid "Hide content"
1435
  msgstr ""
1436
 
1521
  msgstr ""
1522
 
1523
  #: includes/sc_event-list_helptexts.php:82
1524
+ #, php-format
1525
  msgid ""
1526
  "This attribute defines the category filter which filters the events to show."
1527
+ " The default is %1$s or an empty string to show all events."
1528
  msgstr ""
1529
 
1530
  #: includes/sc_event-list_helptexts.php:86
1871
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1872
  msgstr ""
1873
 
1874
+ #: includes/sc_event-list.php:183
1875
  msgid "Sorry, the requested event is not available!"
1876
  msgstr ""
1877
 
1878
+ #: includes/sc_event-list.php:192
1879
  msgid "Event Information:"
1880
  msgstr "Información del evento:"
1881
 
1882
+ #: includes/sc_event-list.php:432
1883
  msgid "Link to RSS feed"
1884
  msgstr ""
1885
 
1886
+ #: includes/sc_event-list.php:442
1887
  msgid "Link to iCal feed"
1888
  msgstr ""
1889
 
2035
  "approriate option is selected."
2036
  msgstr ""
2037
 
2038
+ #: includes/widget.php:37
2039
  msgid "With this widget a list of upcoming events can be displayed."
2040
  msgstr ""
2041
 
2042
+ #: includes/widget.php:42
2043
  msgid "Upcoming events"
2044
  msgstr "Eventos próximos"
2045
 
2046
+ #: includes/widget.php:56
2047
  msgid "show events page"
2048
  msgstr "Mostrar página de eventos"
languages/event-list-es_ES.po CHANGED
@@ -7,8 +7,8 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: wp-event-list\n"
9
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
10
- "POT-Creation-Date: 2022-02-19 18:08+0100\n"
11
- "PO-Revision-Date: 2022-02-19 17:09+0000\n"
12
  "Last-Translator: mibuthu\n"
13
  "Language-Team: Spanish (Spain) (http://www.transifex.com/mibuthu/wp-event-list/language/es_ES/)\n"
14
  "MIME-Version: 1.0\n"
@@ -17,72 +17,72 @@ msgstr ""
17
  "Language: es_ES\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
 
20
- #: admin/admin.php:90
21
  #, php-format
22
  msgid "Errors during upgrade of plugin %1$s"
23
  msgstr ""
24
 
25
- #: admin/admin.php:90
26
  #, php-format
27
  msgid "Upgrade of plugin %1$s successful"
28
  msgstr ""
29
 
30
- #: admin/admin.php:142 admin/includes/admin-settings.php:91
31
  msgid "Event List Settings"
32
  msgstr "Ajustes de eventos"
33
 
34
- #: admin/admin.php:142
35
  msgid "Settings"
36
  msgstr "Ajustes"
37
 
38
- #: admin/admin.php:146 admin/includes/admin-about.php:63
39
  msgid "About Event List"
40
  msgstr "Acerca de la lista de eventos"
41
 
42
- #: admin/admin.php:146
43
  msgid "About"
44
  msgstr "Sobre"
45
 
46
- #: admin/admin.php:170
47
  #, php-format
48
  msgid "%s Event"
49
  msgid_plural "%s Events"
50
  msgstr[0] ""
51
  msgstr[1] ""
52
 
53
- #: admin/includes/admin-about.php:87 admin/includes/admin-settings.php:110
54
  msgid "General"
55
  msgstr "General"
56
 
57
- #: admin/includes/admin-about.php:88 admin/includes/admin-about.php:108
58
- #: admin/includes/admin-about.php:137
59
  msgid "Shortcode Attributes"
60
  msgstr ""
61
 
62
- #: admin/includes/admin-about.php:102
63
  msgid "Help and Instructions"
64
  msgstr "Ayuda e instrucciones"
65
 
66
- #: admin/includes/admin-about.php:103
67
  #, php-format
68
  msgid "You can manage the events %1$shere%2$s"
69
  msgstr ""
70
 
71
- #: admin/includes/admin-about.php:104
72
  msgid "To show the events on your site you have 2 possibilities"
73
  msgstr "Para mostrar los eventos en tu sitio web tienes 2 posibilidades"
74
 
75
- #: admin/includes/admin-about.php:105
76
  #, php-format
77
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
78
  msgstr ""
79
 
80
- #: admin/includes/admin-about.php:106
81
  #, php-format
82
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
83
  msgstr ""
84
 
85
- #: admin/includes/admin-about.php:107
86
  msgid ""
87
  "The displayed events and their style can be modified with the available "
88
  "widget settings and the available attributes for the shortcode."
@@ -95,39 +95,39 @@ msgid ""
95
  "available in the %1$s tab."
96
  msgstr ""
97
 
98
- #: admin/includes/admin-about.php:109
99
  msgid "The available widget options are described in their tooltip text."
100
  msgstr ""
101
 
102
- #: admin/includes/admin-about.php:110
103
  #, php-format
104
  msgid ""
105
  "If you enable one of the links options (%1$s or %2$s) in the widget you have"
106
  " to insert an URL to the linked event-list page."
107
  msgstr ""
108
 
109
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:134
110
  msgid "Add links to the single events"
111
  msgstr ""
112
 
113
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:143
114
  msgid "Add a link to the Event List page"
115
  msgstr ""
116
 
117
- #: admin/includes/admin-about.php:111
118
  msgid ""
119
  "This is required because the widget does not know in which page or post the "
120
  "shortcode was included."
121
  msgstr ""
122
 
123
- #: admin/includes/admin-about.php:112
124
  msgid ""
125
  "Additionally you have to insert the correct Shortcode id on the linked page."
126
  " This id describes which shortcode should be used on the given page or post "
127
  "if you have more than one."
128
  msgstr ""
129
 
130
- #: admin/includes/admin-about.php:113
131
  #, php-format
132
  msgid ""
133
  "The default value %1$s is normally o.k. (for pages with 1 shortcode only), "
@@ -135,596 +135,597 @@ msgid ""
135
  "link on your linked page or post."
136
  msgstr ""
137
 
138
- #: admin/includes/admin-about.php:114
139
  #, php-format
140
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
141
  msgstr ""
142
 
143
- #: admin/includes/admin-about.php:116
144
  #, php-format
145
  msgid ""
146
  "Be sure to also check the %1$s to get the plugin behaving just the way you "
147
  "want."
148
  msgstr ""
149
 
150
- #: admin/includes/admin-about.php:116
151
  msgid "Settings page"
152
  msgstr ""
153
 
154
- #: admin/includes/admin-about.php:123
155
  msgid "About the plugin author"
156
  msgstr ""
157
 
158
- #: admin/includes/admin-about.php:125
159
  #, php-format
160
  msgid ""
161
  "This plugin is developed by %1$s, you can find more information about the "
162
  "plugin on the %2$s."
163
  msgstr ""
164
 
165
- #: admin/includes/admin-about.php:125
166
  msgid "WordPress plugin site"
167
  msgstr ""
168
 
169
- #: admin/includes/admin-about.php:126
170
  #, php-format
171
  msgid "If you like the plugin please rate it on the %1$s."
172
  msgstr ""
173
 
174
- #: admin/includes/admin-about.php:126
175
  msgid "WordPress plugin review site"
176
  msgstr ""
177
 
178
- #: admin/includes/admin-about.php:127
179
  msgid ""
180
  "If you want to support the plugin I would be happy to get a small donation"
181
  msgstr ""
182
 
183
- #: admin/includes/admin-about.php:128 admin/includes/admin-about.php:129
184
- #: admin/includes/admin-about.php:130
185
  #, php-format
186
  msgid "Donate with %1$s"
187
  msgstr ""
188
 
189
- #: admin/includes/admin-about.php:139
190
  msgid ""
191
  "You have the possibility to modify the output if you add some of the "
192
  "following attributes to the shortcode."
193
  msgstr ""
194
 
195
- #: admin/includes/admin-about.php:140
196
  #, php-format
197
  msgid ""
198
  "You can combine and add as much attributes as you want. E.g. the shortcode "
199
  "including the attributes %1$s and %2$s would looks like this:"
200
  msgstr ""
201
 
202
- #: admin/includes/admin-about.php:142
203
  msgid ""
204
  "Below you can find a list of all supported attributes with their "
205
  "descriptions and available options:"
206
  msgstr ""
207
 
208
- #: admin/includes/admin-about.php:157
209
  msgid "Attribute name"
210
  msgstr "Nombre de atributo"
211
 
212
- #: admin/includes/admin-about.php:158
213
  msgid "Value options"
214
  msgstr "Opciones de valor"
215
 
216
- #: admin/includes/admin-about.php:159
217
  msgid "Default value"
218
  msgstr "Valor por defecto"
219
 
220
- #: admin/includes/admin-about.php:160
221
  msgid "Description"
222
  msgstr "Descripción"
223
 
224
- #: admin/includes/admin-about.php:179 includes/sc_event-list_helptexts.php:74
225
  #: includes/sc_event-list_helptexts.php:91
226
  msgid "Filter Syntax"
227
  msgstr "Sintaxis de filtro"
228
 
229
- #: admin/includes/admin-about.php:180
230
  msgid ""
231
  "For date and cat filters you can specify complex filters with the following "
232
  "syntax:"
233
  msgstr ""
234
 
235
- #: admin/includes/admin-about.php:181
236
  #, php-format
237
  msgid ""
238
  "You can use %1$s and %2$s connections to define complex filters. "
239
  "Additionally you can set brackets %3$s for nested queries."
240
  msgstr ""
241
 
242
- #: admin/includes/admin-about.php:181
243
  msgid "AND"
244
  msgstr "Y"
245
 
246
- #: admin/includes/admin-about.php:181
247
  msgid "OR"
248
  msgstr "O"
249
 
250
- #: admin/includes/admin-about.php:181
251
  msgid "or"
252
  msgstr "o"
253
 
254
- #: admin/includes/admin-about.php:181
255
  msgid "and"
256
  msgstr "y"
257
 
258
- #: admin/includes/admin-about.php:182
259
  msgid "Examples for cat filters:"
260
  msgstr "Ejemplos de filtros cat:"
261
 
262
- #: admin/includes/admin-about.php:183
263
  #, php-format
264
  msgid "Show all events with category %1$s."
265
  msgstr ""
266
 
267
- #: admin/includes/admin-about.php:184
268
  #, php-format
269
  msgid "Show all events with category %1$s or %2$s."
270
  msgstr ""
271
 
272
- #: admin/includes/admin-about.php:185
273
  #, php-format
274
  msgid ""
275
  "Show all events with category %1$s and all events where category %2$s as "
276
  "well as %3$s is selected."
277
  msgstr ""
278
 
279
- #: admin/includes/admin-about.php:191 includes/sc_event-list_helptexts.php:69
280
  msgid "Available Date Formats"
281
  msgstr "Formatos de fecha disponibles"
282
 
283
- #: admin/includes/admin-about.php:192
284
  msgid "For date filters you can use the following date formats:"
285
  msgstr ""
286
 
287
- #: admin/includes/admin-about.php:201 includes/sc_event-list_helptexts.php:70
288
  msgid "Available Date Range Formats"
289
  msgstr "Formatos Rango Fecha Disponible"
290
 
291
- #: admin/includes/admin-about.php:202
292
  msgid "For date filters you can use the following daterange formats:"
293
  msgstr ""
294
 
295
- #: admin/includes/admin-about.php:215
296
  msgid "Value"
297
  msgstr "Valor"
298
 
299
- #: admin/includes/admin-about.php:219
300
  msgid "Example"
301
  msgstr "Ejemplo"
302
 
303
- #: admin/includes/admin-categories.php:79
304
  msgid "Synchronize with post categories"
305
  msgstr ""
306
 
307
- #: admin/includes/admin-categories.php:90
308
  #, php-format
309
  msgid "%1$s categories modified (%2$s)"
310
  msgstr ""
311
 
312
- #: admin/includes/admin-categories.php:91
313
  #, php-format
314
  msgid "%1$s categories added (%2$s)"
315
  msgstr ""
316
 
317
- #: admin/includes/admin-categories.php:92
318
  #, php-format
319
  msgid "%1$s categories deleted (%2$s)"
320
  msgstr ""
321
 
322
- #: admin/includes/admin-categories.php:95
323
  #, php-format
324
  msgid "%1$s categories not modified (%2$s)"
325
  msgstr ""
326
 
327
- #: admin/includes/admin-categories.php:96
328
  #, php-format
329
  msgid "%1$s categories not added (%2$s)"
330
  msgstr ""
331
 
332
- #: admin/includes/admin-categories.php:97
333
  #, php-format
334
  msgid "%1$s categories not deleted (%2$s)"
335
  msgstr ""
336
 
337
- #: admin/includes/admin-categories.php:100
338
  msgid "An Error occured during the category sync"
339
  msgstr ""
340
 
341
- #: admin/includes/admin-categories.php:103
342
  msgid "Category sync finished"
343
  msgstr ""
344
 
345
- #: admin/includes/admin-category-sync.php:77
346
  msgid "Error: You are not allowed to view this page!"
347
  msgstr ""
348
 
349
- #: admin/includes/admin-category-sync.php:93
350
  msgid "Affected Categories when switching to seperate Event Categories"
351
  msgstr ""
352
 
353
- #: admin/includes/admin-category-sync.php:94
354
  msgid "Switch option to seperate Event Categories"
355
  msgstr ""
356
 
357
- #: admin/includes/admin-category-sync.php:95
358
  msgid ""
359
  "If you proceed, all post categories will be copied and all events will be "
360
  "re-assigned to this new categories."
361
  msgstr ""
362
 
363
- #: admin/includes/admin-category-sync.php:96
364
  msgid ""
365
  "Afterwards the event categories are independent of the post categories."
366
  msgstr ""
367
 
368
- #: admin/includes/admin-category-sync.php:98
369
  msgid "Affected Categories when switching to use Post Categories for events"
370
  msgstr ""
371
 
372
- #: admin/includes/admin-category-sync.php:99
373
  msgid "Switch option to use Post Categories for events"
374
  msgstr ""
375
 
376
- #: admin/includes/admin-category-sync.php:100
377
  msgid ""
378
  "Take a detailed look at the affected categories above before you proceed! "
379
  "All seperate event categories will be deleted, this cannot be undone!"
380
  msgstr ""
381
 
382
- #: admin/includes/admin-category-sync.php:103
383
  msgid "Event Categories: Synchronise with Post Categories"
384
  msgstr ""
385
 
386
- #: admin/includes/admin-category-sync.php:104
387
  msgid "Start synchronisation"
388
  msgstr ""
389
 
390
- #: admin/includes/admin-category-sync.php:105
391
  msgid ""
392
  "If this option is enabled the above listed categories will be deleted and "
393
  "removed from the existing events!"
394
  msgstr ""
395
 
396
- #: admin/includes/admin-category-sync.php:120
397
  msgid "Categories to modify"
398
  msgstr ""
399
 
400
- #: admin/includes/admin-category-sync.php:121
401
  msgid "Categories to add"
402
  msgstr ""
403
 
404
- #: admin/includes/admin-category-sync.php:122
405
  msgid "Categories to delete (optional)"
406
  msgstr ""
407
 
408
- #: admin/includes/admin-category-sync.php:123
409
  msgid "Delete not available post categories"
410
  msgstr ""
411
 
412
- #: admin/includes/admin-category-sync.php:126
413
  msgid "Categories with differences"
414
  msgstr ""
415
 
416
- #: admin/includes/admin-category-sync.php:127
417
  msgid "Categories to add (optional)"
418
  msgstr ""
419
 
420
- #: admin/includes/admin-category-sync.php:128
421
  msgid "Add not available post categories"
422
  msgstr ""
423
 
424
- #: admin/includes/admin-category-sync.php:147
425
  msgid "none"
426
  msgstr ""
427
 
428
- #: admin/includes/admin-import.php:91
429
  msgid "Import Events"
430
  msgstr "Importar Eventos"
431
 
432
- #: admin/includes/admin-import.php:110 admin/includes/admin-import.php:150
433
- #: admin/includes/admin-import.php:254
434
  msgid "Step"
435
  msgstr "Paso"
436
 
437
- #: admin/includes/admin-import.php:110
438
  msgid "Set import file and options"
439
  msgstr ""
440
 
441
- #: admin/includes/admin-import.php:113
442
  #, php-format
443
  msgid "Proceed with Step %1$s"
444
  msgstr ""
445
 
446
- #: admin/includes/admin-import.php:116
447
  msgid "Example file"
448
  msgstr "Archivo de ejemplo"
449
 
450
- #: admin/includes/admin-import.php:117
451
  #, php-format
452
  msgid ""
453
  "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
454
  msgstr ""
455
 
456
- #: admin/includes/admin-import.php:118
457
  msgid "Note"
458
  msgstr "Nota"
459
 
460
- #: admin/includes/admin-import.php:118
461
  msgid ""
462
  "Do not change the column header and separator line (first two lines), "
463
  "otherwise the import will fail!"
464
  msgstr ""
465
 
466
- #: admin/includes/admin-import.php:128 admin/includes/admin-import.php:137
467
  msgid "Sorry, there has been an error."
468
  msgstr ""
469
 
470
- #: admin/includes/admin-import.php:129
471
  msgid "The file does not exist, please try again."
472
  msgstr ""
473
 
474
- #: admin/includes/admin-import.php:138
475
  msgid "The uploaded file does not have the required csv extension."
476
  msgstr ""
477
 
478
- #: admin/includes/admin-import.php:150
479
  msgid "Events review and additonal category selection"
480
  msgstr ""
481
 
482
- #: admin/includes/admin-import.php:156 admin/includes/admin-import.php:167
483
  msgid "Error"
484
  msgstr ""
485
 
486
- #: admin/includes/admin-import.php:156
487
  msgid "This CSV file cannot be imported"
488
  msgstr ""
489
 
490
- #: admin/includes/admin-import.php:167
491
  msgid "None of the events in this CSV file can be imported"
492
  msgstr ""
493
 
494
- #: admin/includes/admin-import.php:170 admin/includes/admin-import.php:213
495
  msgid "Warning"
496
  msgstr ""
497
 
498
- #: admin/includes/admin-import.php:172
499
  #, php-format
500
  msgid "There is %1$s event which cannot be imported"
501
  msgid_plural "There are %1$s events which cannot be imported"
502
  msgstr[0] ""
503
  msgstr[1] ""
504
 
505
- #: admin/includes/admin-import.php:184
506
  #, php-format
507
  msgid "CSV line %1$s"
508
  msgstr ""
509
 
510
- #: admin/includes/admin-import.php:194
511
  msgid "You can still import all other events listed below."
512
  msgstr ""
513
 
514
- #: admin/includes/admin-import.php:213
515
  msgid ""
516
  "The following category slugs are not available and will be removed from the "
517
  "imported events"
518
  msgstr ""
519
 
520
- #: admin/includes/admin-import.php:219
521
  msgid ""
522
  "If you want to keep these categories, please create these Categories first "
523
  "and do the import afterwards."
524
  msgstr ""
525
 
526
- #: admin/includes/admin-import.php:254
527
  msgid "Import result"
528
  msgstr ""
529
 
530
- #: admin/includes/admin-import.php:257
531
  #, php-format
532
  msgid "Import of %1$s events successful!"
533
  msgstr ""
534
 
535
- #: admin/includes/admin-import.php:258
536
  msgid "Go back to All Events"
537
  msgstr ""
538
 
539
- #: admin/includes/admin-import.php:261
540
  msgid "Errors during Import"
541
  msgstr ""
542
 
543
- #: admin/includes/admin-import.php:269
544
  msgid "Event from CSV-line"
545
  msgstr ""
546
 
547
- #: admin/includes/admin-import.php:281 admin/includes/admin-main.php:109
548
  #: includes/widget_helptexts.php:9
549
  msgid "Title"
550
  msgstr "Título"
551
 
552
- #: admin/includes/admin-import.php:282
553
  msgid "Start Date"
554
  msgstr "Fecha Inicio"
555
 
556
- #: admin/includes/admin-import.php:283
557
  msgid "End Date"
558
  msgstr "Fecha Final"
559
 
560
- #: admin/includes/admin-import.php:284 admin/includes/admin-new.php:131
561
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
 
562
  msgid "Time"
563
  msgstr "Hora"
564
 
565
- #: admin/includes/admin-import.php:285 admin/includes/admin-main.php:110
566
- #: admin/includes/admin-new.php:133 includes/options_helptexts.php:75
567
- #: includes/options_helptexts.php:76
568
  msgid "Location"
569
  msgstr "Ubicación"
570
 
571
- #: admin/includes/admin-import.php:286
572
  msgid "Content"
573
  msgstr ""
574
 
575
- #: admin/includes/admin-import.php:287
576
  msgid "Category slugs"
577
  msgstr ""
578
 
579
- #: admin/includes/admin-import.php:333
580
  msgid "Header line is missing or not correct!"
581
  msgstr ""
582
 
583
- #: admin/includes/admin-import.php:334
584
  #, php-format
585
  msgid ""
586
  "Have a look at the %1$sexample file%2$s to see the correct header line "
587
  "format."
588
  msgstr ""
589
 
590
- #: admin/includes/admin-import.php:341
591
  #, php-format
592
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
593
  msgstr ""
594
 
595
- #: admin/includes/admin-import.php:371
596
- msgid "Empty event title found"
597
  msgstr ""
598
 
599
- #: admin/includes/admin-import.php:377
600
- msgid "Wrong date format for startdate"
601
  msgstr ""
602
 
603
- #: admin/includes/admin-import.php:385
604
- msgid "Wrong date format for enddate"
605
  msgstr ""
606
 
607
- #: admin/includes/admin-import.php:439
608
- msgid "Import events"
609
  msgstr ""
610
 
611
- #: admin/includes/admin-import.php:440
612
- msgid "Add additional categories"
613
  msgstr ""
614
 
615
- #: admin/includes/admin-import.php:470 includes/events_post_type.php:92
616
- msgid "No events found"
617
  msgstr ""
618
 
619
- #: admin/includes/admin-import.php:518
620
- msgid "Saving of event failed!"
621
  msgstr ""
622
 
623
- #: admin/includes/admin-main.php:108
624
  msgid "Event Date"
625
  msgstr ""
626
 
627
- #: admin/includes/admin-main.php:113
628
  msgid "Author"
629
  msgstr "Autor"
630
 
631
- #: admin/includes/admin-main.php:182
632
  #, php-format
633
  msgid "Add a copy of %1$s"
634
  msgstr ""
635
 
636
- #: admin/includes/admin-main.php:182
637
  msgid "Copy"
638
  msgstr ""
639
 
640
- #: admin/includes/admin-main.php:268
641
  msgid "Import"
642
  msgstr "Importar"
643
 
644
- #: admin/includes/admin-new.php:83
645
  msgid "Event data"
646
  msgstr ""
647
 
648
- #: admin/includes/admin-new.php:116
649
  msgid "Add Copy"
650
  msgstr ""
651
 
652
- #: admin/includes/admin-new.php:124
653
  msgid "Date"
654
  msgstr "Fecha"
655
 
656
- #: admin/includes/admin-new.php:124
657
  msgid "required"
658
  msgstr "obligatorio"
659
 
660
- #: admin/includes/admin-new.php:127
661
  msgid "Multi-Day Event"
662
  msgstr "Evento de varios días"
663
 
664
- #: admin/includes/admin-new.php:147
665
  msgid "Event Title"
666
  msgstr ""
667
 
668
- #: admin/includes/admin-new.php:164
669
  msgid "Event Content"
670
  msgstr ""
671
 
672
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:245
673
  msgid "Event updated."
674
  msgstr ""
675
 
676
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:247
677
  msgid "View event"
678
  msgstr ""
679
 
680
- #: admin/includes/admin-new.php:246
681
  #, php-format
682
  msgid "Event restored to revision from %1$s"
683
  msgstr ""
684
 
685
- #: admin/includes/admin-new.php:247
686
  msgid "Event published."
687
  msgstr ""
688
 
689
- #: admin/includes/admin-new.php:248
690
  msgid "Event saved."
691
  msgstr ""
692
 
693
- #: admin/includes/admin-new.php:249
694
  msgid "Event submitted."
695
  msgstr ""
696
 
697
- #: admin/includes/admin-new.php:249 admin/includes/admin-new.php:252
698
- #: admin/includes/admin-new.php:253
699
  msgid "Preview event"
700
  msgstr ""
701
 
702
- #: admin/includes/admin-new.php:251
703
  #, php-format
704
  msgid "Event scheduled for: %1$s>"
705
  msgstr ""
706
 
707
- #: admin/includes/admin-new.php:253
708
  msgid "Event draft updated."
709
  msgstr ""
710
 
711
- #: admin/includes/admin-settings.php:97
712
  msgid "Go to Event Category switching page"
713
  msgstr ""
714
 
715
- #: admin/includes/admin-settings.php:111
716
  msgid "Frontend Settings"
717
  msgstr "Configuración de interfaz"
718
 
719
- #: admin/includes/admin-settings.php:112
720
  msgid "Admin Page Settings"
721
  msgstr "Configuración de página de administrador"
722
 
723
- #: admin/includes/admin-settings.php:113
724
  msgid "Feed Settings"
725
  msgstr "Configuración Conectores"
726
 
727
- #: admin/includes/admin-settings.php:114
728
  msgid "Category Taxonomy"
729
  msgstr ""
730
 
@@ -892,7 +893,7 @@ msgid "No valid start date provided"
892
  msgstr ""
893
 
894
  #: includes/event.php:343 includes/event.php:345
895
- #: includes/sc_event-list.php:330
896
  msgid "read more"
897
  msgstr ""
898
 
@@ -1420,15 +1421,15 @@ msgid ""
1420
  " switching page from here."
1421
  msgstr ""
1422
 
1423
- #: includes/options.php:92
1424
  msgid "events"
1425
  msgstr ""
1426
 
1427
- #: includes/options.php:96
1428
  msgid "Show content"
1429
  msgstr ""
1430
 
1431
- #: includes/options.php:100
1432
  msgid "Hide content"
1433
  msgstr ""
1434
 
@@ -1519,9 +1520,10 @@ msgid "category slugs"
1519
  msgstr ""
1520
 
1521
  #: includes/sc_event-list_helptexts.php:82
 
1522
  msgid ""
1523
  "This attribute defines the category filter which filters the events to show."
1524
- " The default is $1$s or an empty string to show all events."
1525
  msgstr ""
1526
 
1527
  #: includes/sc_event-list_helptexts.php:86
@@ -1868,19 +1870,19 @@ msgid ""
1868
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1869
  msgstr ""
1870
 
1871
- #: includes/sc_event-list.php:184
1872
  msgid "Sorry, the requested event is not available!"
1873
  msgstr ""
1874
 
1875
- #: includes/sc_event-list.php:193
1876
  msgid "Event Information:"
1877
  msgstr "Información del evento:"
1878
 
1879
- #: includes/sc_event-list.php:437
1880
  msgid "Link to RSS feed"
1881
  msgstr ""
1882
 
1883
- #: includes/sc_event-list.php:447
1884
  msgid "Link to iCal feed"
1885
  msgstr ""
1886
 
@@ -2032,14 +2034,14 @@ msgid ""
2032
  "approriate option is selected."
2033
  msgstr ""
2034
 
2035
- #: includes/widget.php:38
2036
  msgid "With this widget a list of upcoming events can be displayed."
2037
  msgstr ""
2038
 
2039
- #: includes/widget.php:43
2040
  msgid "Upcoming events"
2041
  msgstr ""
2042
 
2043
- #: includes/widget.php:57
2044
  msgid "show events page"
2045
  msgstr ""
7
  msgstr ""
8
  "Project-Id-Version: wp-event-list\n"
9
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
10
+ "POT-Creation-Date: 2022-03-07 19:10+0100\n"
11
+ "PO-Revision-Date: 2022-03-07 18:11+0000\n"
12
  "Last-Translator: mibuthu\n"
13
  "Language-Team: Spanish (Spain) (http://www.transifex.com/mibuthu/wp-event-list/language/es_ES/)\n"
14
  "MIME-Version: 1.0\n"
17
  "Language: es_ES\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
 
20
+ #: admin/admin.php:89
21
  #, php-format
22
  msgid "Errors during upgrade of plugin %1$s"
23
  msgstr ""
24
 
25
+ #: admin/admin.php:89
26
  #, php-format
27
  msgid "Upgrade of plugin %1$s successful"
28
  msgstr ""
29
 
30
+ #: admin/admin.php:147 admin/includes/admin-settings.php:89
31
  msgid "Event List Settings"
32
  msgstr "Ajustes de eventos"
33
 
34
+ #: admin/admin.php:147
35
  msgid "Settings"
36
  msgstr "Ajustes"
37
 
38
+ #: admin/admin.php:151 admin/includes/admin-about.php:62
39
  msgid "About Event List"
40
  msgstr "Acerca de la lista de eventos"
41
 
42
+ #: admin/admin.php:151
43
  msgid "About"
44
  msgstr "Sobre"
45
 
46
+ #: admin/admin.php:175
47
  #, php-format
48
  msgid "%s Event"
49
  msgid_plural "%s Events"
50
  msgstr[0] ""
51
  msgstr[1] ""
52
 
53
+ #: admin/includes/admin-about.php:86 admin/includes/admin-settings.php:107
54
  msgid "General"
55
  msgstr "General"
56
 
57
+ #: admin/includes/admin-about.php:87 admin/includes/admin-about.php:109
58
+ #: admin/includes/admin-about.php:162
59
  msgid "Shortcode Attributes"
60
  msgstr ""
61
 
62
+ #: admin/includes/admin-about.php:101
63
  msgid "Help and Instructions"
64
  msgstr "Ayuda e instrucciones"
65
 
66
+ #: admin/includes/admin-about.php:102
67
  #, php-format
68
  msgid "You can manage the events %1$shere%2$s"
69
  msgstr ""
70
 
71
+ #: admin/includes/admin-about.php:103
72
  msgid "To show the events on your site you have 2 possibilities"
73
  msgstr "Para mostrar los eventos en tu sitio web tienes 2 posibilidades"
74
 
75
+ #: admin/includes/admin-about.php:104
76
  #, php-format
77
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
78
  msgstr ""
79
 
80
+ #: admin/includes/admin-about.php:105
81
  #, php-format
82
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
83
  msgstr ""
84
 
85
+ #: admin/includes/admin-about.php:106
86
  msgid ""
87
  "The displayed events and their style can be modified with the available "
88
  "widget settings and the available attributes for the shortcode."
95
  "available in the %1$s tab."
96
  msgstr ""
97
 
98
+ #: admin/includes/admin-about.php:111
99
  msgid "The available widget options are described in their tooltip text."
100
  msgstr ""
101
 
102
+ #: admin/includes/admin-about.php:113
103
  #, php-format
104
  msgid ""
105
  "If you enable one of the links options (%1$s or %2$s) in the widget you have"
106
  " to insert an URL to the linked event-list page."
107
  msgstr ""
108
 
109
+ #: admin/includes/admin-about.php:114 includes/widget_helptexts.php:134
110
  msgid "Add links to the single events"
111
  msgstr ""
112
 
113
+ #: admin/includes/admin-about.php:115 includes/widget_helptexts.php:143
114
  msgid "Add a link to the Event List page"
115
  msgstr ""
116
 
117
+ #: admin/includes/admin-about.php:117
118
  msgid ""
119
  "This is required because the widget does not know in which page or post the "
120
  "shortcode was included."
121
  msgstr ""
122
 
123
+ #: admin/includes/admin-about.php:118
124
  msgid ""
125
  "Additionally you have to insert the correct Shortcode id on the linked page."
126
  " This id describes which shortcode should be used on the given page or post "
127
  "if you have more than one."
128
  msgstr ""
129
 
130
+ #: admin/includes/admin-about.php:120
131
  #, php-format
132
  msgid ""
133
  "The default value %1$s is normally o.k. (for pages with 1 shortcode only), "
135
  "link on your linked page or post."
136
  msgstr ""
137
 
138
+ #: admin/includes/admin-about.php:124
139
  #, php-format
140
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
141
  msgstr ""
142
 
143
+ #: admin/includes/admin-about.php:129
144
  #, php-format
145
  msgid ""
146
  "Be sure to also check the %1$s to get the plugin behaving just the way you "
147
  "want."
148
  msgstr ""
149
 
150
+ #: admin/includes/admin-about.php:130
151
  msgid "Settings page"
152
  msgstr ""
153
 
154
+ #: admin/includes/admin-about.php:138
155
  msgid "About the plugin author"
156
  msgstr ""
157
 
158
+ #: admin/includes/admin-about.php:141
159
  #, php-format
160
  msgid ""
161
  "This plugin is developed by %1$s, you can find more information about the "
162
  "plugin on the %2$s."
163
  msgstr ""
164
 
165
+ #: admin/includes/admin-about.php:143
166
  msgid "WordPress plugin site"
167
  msgstr ""
168
 
169
+ #: admin/includes/admin-about.php:146
170
  #, php-format
171
  msgid "If you like the plugin please rate it on the %1$s."
172
  msgstr ""
173
 
174
+ #: admin/includes/admin-about.php:147
175
  msgid "WordPress plugin review site"
176
  msgstr ""
177
 
178
+ #: admin/includes/admin-about.php:149
179
  msgid ""
180
  "If you want to support the plugin I would be happy to get a small donation"
181
  msgstr ""
182
 
183
+ #: admin/includes/admin-about.php:151 admin/includes/admin-about.php:153
184
+ #: admin/includes/admin-about.php:155
185
  #, php-format
186
  msgid "Donate with %1$s"
187
  msgstr ""
188
 
189
+ #: admin/includes/admin-about.php:164
190
  msgid ""
191
  "You have the possibility to modify the output if you add some of the "
192
  "following attributes to the shortcode."
193
  msgstr ""
194
 
195
+ #: admin/includes/admin-about.php:166
196
  #, php-format
197
  msgid ""
198
  "You can combine and add as much attributes as you want. E.g. the shortcode "
199
  "including the attributes %1$s and %2$s would looks like this:"
200
  msgstr ""
201
 
202
+ #: admin/includes/admin-about.php:171
203
  msgid ""
204
  "Below you can find a list of all supported attributes with their "
205
  "descriptions and available options:"
206
  msgstr ""
207
 
208
+ #: admin/includes/admin-about.php:186
209
  msgid "Attribute name"
210
  msgstr "Nombre de atributo"
211
 
212
+ #: admin/includes/admin-about.php:187
213
  msgid "Value options"
214
  msgstr "Opciones de valor"
215
 
216
+ #: admin/includes/admin-about.php:188
217
  msgid "Default value"
218
  msgstr "Valor por defecto"
219
 
220
+ #: admin/includes/admin-about.php:189
221
  msgid "Description"
222
  msgstr "Descripción"
223
 
224
+ #: admin/includes/admin-about.php:208 includes/sc_event-list_helptexts.php:74
225
  #: includes/sc_event-list_helptexts.php:91
226
  msgid "Filter Syntax"
227
  msgstr "Sintaxis de filtro"
228
 
229
+ #: admin/includes/admin-about.php:209
230
  msgid ""
231
  "For date and cat filters you can specify complex filters with the following "
232
  "syntax:"
233
  msgstr ""
234
 
235
+ #: admin/includes/admin-about.php:211
236
  #, php-format
237
  msgid ""
238
  "You can use %1$s and %2$s connections to define complex filters. "
239
  "Additionally you can set brackets %3$s for nested queries."
240
  msgstr ""
241
 
242
+ #: admin/includes/admin-about.php:212
243
  msgid "AND"
244
  msgstr "Y"
245
 
246
+ #: admin/includes/admin-about.php:213
247
  msgid "OR"
248
  msgstr "O"
249
 
250
+ #: admin/includes/admin-about.php:213
251
  msgid "or"
252
  msgstr "o"
253
 
254
+ #: admin/includes/admin-about.php:214
255
  msgid "and"
256
  msgstr "y"
257
 
258
+ #: admin/includes/admin-about.php:216
259
  msgid "Examples for cat filters:"
260
  msgstr "Ejemplos de filtros cat:"
261
 
262
+ #: admin/includes/admin-about.php:217
263
  #, php-format
264
  msgid "Show all events with category %1$s."
265
  msgstr ""
266
 
267
+ #: admin/includes/admin-about.php:218
268
  #, php-format
269
  msgid "Show all events with category %1$s or %2$s."
270
  msgstr ""
271
 
272
+ #: admin/includes/admin-about.php:220
273
  #, php-format
274
  msgid ""
275
  "Show all events with category %1$s and all events where category %2$s as "
276
  "well as %3$s is selected."
277
  msgstr ""
278
 
279
+ #: admin/includes/admin-about.php:226 includes/sc_event-list_helptexts.php:69
280
  msgid "Available Date Formats"
281
  msgstr "Formatos de fecha disponibles"
282
 
283
+ #: admin/includes/admin-about.php:227
284
  msgid "For date filters you can use the following date formats:"
285
  msgstr ""
286
 
287
+ #: admin/includes/admin-about.php:236 includes/sc_event-list_helptexts.php:70
288
  msgid "Available Date Range Formats"
289
  msgstr "Formatos Rango Fecha Disponible"
290
 
291
+ #: admin/includes/admin-about.php:237
292
  msgid "For date filters you can use the following daterange formats:"
293
  msgstr ""
294
 
295
+ #: admin/includes/admin-about.php:250
296
  msgid "Value"
297
  msgstr "Valor"
298
 
299
+ #: admin/includes/admin-about.php:254
300
  msgid "Example"
301
  msgstr "Ejemplo"
302
 
303
+ #: admin/includes/admin-categories.php:77
304
  msgid "Synchronize with post categories"
305
  msgstr ""
306
 
307
+ #: admin/includes/admin-categories.php:87
308
  #, php-format
309
  msgid "%1$s categories modified (%2$s)"
310
  msgstr ""
311
 
312
+ #: admin/includes/admin-categories.php:88
313
  #, php-format
314
  msgid "%1$s categories added (%2$s)"
315
  msgstr ""
316
 
317
+ #: admin/includes/admin-categories.php:89
318
  #, php-format
319
  msgid "%1$s categories deleted (%2$s)"
320
  msgstr ""
321
 
322
+ #: admin/includes/admin-categories.php:92
323
  #, php-format
324
  msgid "%1$s categories not modified (%2$s)"
325
  msgstr ""
326
 
327
+ #: admin/includes/admin-categories.php:93
328
  #, php-format
329
  msgid "%1$s categories not added (%2$s)"
330
  msgstr ""
331
 
332
+ #: admin/includes/admin-categories.php:94
333
  #, php-format
334
  msgid "%1$s categories not deleted (%2$s)"
335
  msgstr ""
336
 
337
+ #: admin/includes/admin-categories.php:97
338
  msgid "An Error occured during the category sync"
339
  msgstr ""
340
 
341
+ #: admin/includes/admin-categories.php:100
342
  msgid "Category sync finished"
343
  msgstr ""
344
 
345
+ #: admin/includes/admin-category-sync.php:76
346
  msgid "Error: You are not allowed to view this page!"
347
  msgstr ""
348
 
349
+ #: admin/includes/admin-category-sync.php:92
350
  msgid "Affected Categories when switching to seperate Event Categories"
351
  msgstr ""
352
 
353
+ #: admin/includes/admin-category-sync.php:93
354
  msgid "Switch option to seperate Event Categories"
355
  msgstr ""
356
 
357
+ #: admin/includes/admin-category-sync.php:94
358
  msgid ""
359
  "If you proceed, all post categories will be copied and all events will be "
360
  "re-assigned to this new categories."
361
  msgstr ""
362
 
363
+ #: admin/includes/admin-category-sync.php:95
364
  msgid ""
365
  "Afterwards the event categories are independent of the post categories."
366
  msgstr ""
367
 
368
+ #: admin/includes/admin-category-sync.php:97
369
  msgid "Affected Categories when switching to use Post Categories for events"
370
  msgstr ""
371
 
372
+ #: admin/includes/admin-category-sync.php:98
373
  msgid "Switch option to use Post Categories for events"
374
  msgstr ""
375
 
376
+ #: admin/includes/admin-category-sync.php:99
377
  msgid ""
378
  "Take a detailed look at the affected categories above before you proceed! "
379
  "All seperate event categories will be deleted, this cannot be undone!"
380
  msgstr ""
381
 
382
+ #: admin/includes/admin-category-sync.php:102
383
  msgid "Event Categories: Synchronise with Post Categories"
384
  msgstr ""
385
 
386
+ #: admin/includes/admin-category-sync.php:103
387
  msgid "Start synchronisation"
388
  msgstr ""
389
 
390
+ #: admin/includes/admin-category-sync.php:104
391
  msgid ""
392
  "If this option is enabled the above listed categories will be deleted and "
393
  "removed from the existing events!"
394
  msgstr ""
395
 
396
+ #: admin/includes/admin-category-sync.php:119
397
  msgid "Categories to modify"
398
  msgstr ""
399
 
400
+ #: admin/includes/admin-category-sync.php:120
401
  msgid "Categories to add"
402
  msgstr ""
403
 
404
+ #: admin/includes/admin-category-sync.php:121
405
  msgid "Categories to delete (optional)"
406
  msgstr ""
407
 
408
+ #: admin/includes/admin-category-sync.php:122
409
  msgid "Delete not available post categories"
410
  msgstr ""
411
 
412
+ #: admin/includes/admin-category-sync.php:125
413
  msgid "Categories with differences"
414
  msgstr ""
415
 
416
+ #: admin/includes/admin-category-sync.php:126
417
  msgid "Categories to add (optional)"
418
  msgstr ""
419
 
420
+ #: admin/includes/admin-category-sync.php:127
421
  msgid "Add not available post categories"
422
  msgstr ""
423
 
424
+ #: admin/includes/admin-category-sync.php:146
425
  msgid "none"
426
  msgstr ""
427
 
428
+ #: admin/includes/admin-import.php:90
429
  msgid "Import Events"
430
  msgstr "Importar Eventos"
431
 
432
+ #: admin/includes/admin-import.php:109 admin/includes/admin-import.php:154
433
+ #: admin/includes/admin-import.php:261
434
  msgid "Step"
435
  msgstr "Paso"
436
 
437
+ #: admin/includes/admin-import.php:109
438
  msgid "Set import file and options"
439
  msgstr ""
440
 
441
+ #: admin/includes/admin-import.php:114
442
  #, php-format
443
  msgid "Proceed with Step %1$s"
444
  msgstr ""
445
 
446
+ #: admin/includes/admin-import.php:117
447
  msgid "Example file"
448
  msgstr "Archivo de ejemplo"
449
 
450
+ #: admin/includes/admin-import.php:119
451
  #, php-format
452
  msgid ""
453
  "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
454
  msgstr ""
455
 
456
+ #: admin/includes/admin-import.php:123
457
  msgid "Note"
458
  msgstr "Nota"
459
 
460
+ #: admin/includes/admin-import.php:124
461
  msgid ""
462
  "Do not change the column header and separator line (first two lines), "
463
  "otherwise the import will fail!"
464
  msgstr ""
465
 
466
+ #: admin/includes/admin-import.php:133 admin/includes/admin-import.php:141
467
  msgid "Sorry, there has been an error."
468
  msgstr ""
469
 
470
+ #: admin/includes/admin-import.php:134
471
  msgid "The file does not exist, please try again."
472
  msgstr ""
473
 
474
+ #: admin/includes/admin-import.php:142
475
  msgid "The uploaded file does not have the required csv extension."
476
  msgstr ""
477
 
478
+ #: admin/includes/admin-import.php:154
479
  msgid "Events review and additonal category selection"
480
  msgstr ""
481
 
482
+ #: admin/includes/admin-import.php:160 admin/includes/admin-import.php:171
483
  msgid "Error"
484
  msgstr ""
485
 
486
+ #: admin/includes/admin-import.php:160
487
  msgid "This CSV file cannot be imported"
488
  msgstr ""
489
 
490
+ #: admin/includes/admin-import.php:171
491
  msgid "None of the events in this CSV file can be imported"
492
  msgstr ""
493
 
494
+ #: admin/includes/admin-import.php:174 admin/includes/admin-import.php:219
495
  msgid "Warning"
496
  msgstr ""
497
 
498
+ #: admin/includes/admin-import.php:177
499
  #, php-format
500
  msgid "There is %1$s event which cannot be imported"
501
  msgid_plural "There are %1$s events which cannot be imported"
502
  msgstr[0] ""
503
  msgstr[1] ""
504
 
505
+ #: admin/includes/admin-import.php:190
506
  #, php-format
507
  msgid "CSV line %1$s"
508
  msgstr ""
509
 
510
+ #: admin/includes/admin-import.php:200
511
  msgid "You can still import all other events listed below."
512
  msgstr ""
513
 
514
+ #: admin/includes/admin-import.php:220
515
  msgid ""
516
  "The following category slugs are not available and will be removed from the "
517
  "imported events"
518
  msgstr ""
519
 
520
+ #: admin/includes/admin-import.php:226
521
  msgid ""
522
  "If you want to keep these categories, please create these Categories first "
523
  "and do the import afterwards."
524
  msgstr ""
525
 
526
+ #: admin/includes/admin-import.php:261
527
  msgid "Import result"
528
  msgstr ""
529
 
530
+ #: admin/includes/admin-import.php:264
531
  #, php-format
532
  msgid "Import of %1$s events successful!"
533
  msgstr ""
534
 
535
+ #: admin/includes/admin-import.php:265
536
  msgid "Go back to All Events"
537
  msgstr ""
538
 
539
+ #: admin/includes/admin-import.php:268
540
  msgid "Errors during Import"
541
  msgstr ""
542
 
543
+ #: admin/includes/admin-import.php:276
544
  msgid "Event from CSV-line"
545
  msgstr ""
546
 
547
+ #: admin/includes/admin-import.php:288 admin/includes/admin-main.php:108
548
  #: includes/widget_helptexts.php:9
549
  msgid "Title"
550
  msgstr "Título"
551
 
552
+ #: admin/includes/admin-import.php:289
553
  msgid "Start Date"
554
  msgstr "Fecha Inicio"
555
 
556
+ #: admin/includes/admin-import.php:290
557
  msgid "End Date"
558
  msgstr "Fecha Final"
559
 
560
+ #: admin/includes/admin-import.php:291 admin/includes/admin-new.php:132
561
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
562
+ #: includes/rss.php:116
563
  msgid "Time"
564
  msgstr "Hora"
565
 
566
+ #: admin/includes/admin-import.php:292 admin/includes/admin-main.php:109
567
+ #: admin/includes/admin-new.php:134 includes/options_helptexts.php:75
568
+ #: includes/options_helptexts.php:76 includes/rss.php:119
569
  msgid "Location"
570
  msgstr "Ubicación"
571
 
572
+ #: admin/includes/admin-import.php:293
573
  msgid "Content"
574
  msgstr ""
575
 
576
+ #: admin/includes/admin-import.php:294
577
  msgid "Category slugs"
578
  msgstr ""
579
 
580
+ #: admin/includes/admin-import.php:340
581
  msgid "Header line is missing or not correct!"
582
  msgstr ""
583
 
584
+ #: admin/includes/admin-import.php:341
585
  #, php-format
586
  msgid ""
587
  "Have a look at the %1$sexample file%2$s to see the correct header line "
588
  "format."
589
  msgstr ""
590
 
591
+ #: admin/includes/admin-import.php:350
592
  #, php-format
593
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
594
  msgstr ""
595
 
596
+ #: admin/includes/admin-import.php:399
597
+ msgid "Import events"
598
  msgstr ""
599
 
600
+ #: admin/includes/admin-import.php:400
601
+ msgid "Add additional categories"
602
  msgstr ""
603
 
604
+ #: admin/includes/admin-import.php:430 includes/events_post_type.php:92
605
+ msgid "No events found"
606
  msgstr ""
607
 
608
+ #: admin/includes/admin-import.php:478
609
+ msgid "Saving of event failed!"
610
  msgstr ""
611
 
612
+ #: admin/includes/admin-import.php:496
613
+ msgid "Empty event title found"
614
  msgstr ""
615
 
616
+ #: admin/includes/admin-import.php:501
617
+ msgid "Wrong date format for startdate"
618
  msgstr ""
619
 
620
+ #: admin/includes/admin-import.php:509
621
+ msgid "Wrong date format for enddate"
622
  msgstr ""
623
 
624
+ #: admin/includes/admin-main.php:107
625
  msgid "Event Date"
626
  msgstr ""
627
 
628
+ #: admin/includes/admin-main.php:112
629
  msgid "Author"
630
  msgstr "Autor"
631
 
632
+ #: admin/includes/admin-main.php:181
633
  #, php-format
634
  msgid "Add a copy of %1$s"
635
  msgstr ""
636
 
637
+ #: admin/includes/admin-main.php:181
638
  msgid "Copy"
639
  msgstr ""
640
 
641
+ #: admin/includes/admin-main.php:269
642
  msgid "Import"
643
  msgstr "Importar"
644
 
645
+ #: admin/includes/admin-new.php:82
646
  msgid "Event data"
647
  msgstr ""
648
 
649
+ #: admin/includes/admin-new.php:115
650
  msgid "Add Copy"
651
  msgstr ""
652
 
653
+ #: admin/includes/admin-new.php:123
654
  msgid "Date"
655
  msgstr "Fecha"
656
 
657
+ #: admin/includes/admin-new.php:123
658
  msgid "required"
659
  msgstr "obligatorio"
660
 
661
+ #: admin/includes/admin-new.php:128
662
  msgid "Multi-Day Event"
663
  msgstr "Evento de varios días"
664
 
665
+ #: admin/includes/admin-new.php:148
666
  msgid "Event Title"
667
  msgstr ""
668
 
669
+ #: admin/includes/admin-new.php:165
670
  msgid "Event Content"
671
  msgstr ""
672
 
673
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:246
674
  msgid "Event updated."
675
  msgstr ""
676
 
677
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:248
678
  msgid "View event"
679
  msgstr ""
680
 
681
+ #: admin/includes/admin-new.php:247
682
  #, php-format
683
  msgid "Event restored to revision from %1$s"
684
  msgstr ""
685
 
686
+ #: admin/includes/admin-new.php:248
687
  msgid "Event published."
688
  msgstr ""
689
 
690
+ #: admin/includes/admin-new.php:249
691
  msgid "Event saved."
692
  msgstr ""
693
 
694
+ #: admin/includes/admin-new.php:250
695
  msgid "Event submitted."
696
  msgstr ""
697
 
698
+ #: admin/includes/admin-new.php:251 admin/includes/admin-new.php:254
699
+ #: admin/includes/admin-new.php:256
700
  msgid "Preview event"
701
  msgstr ""
702
 
703
+ #: admin/includes/admin-new.php:253
704
  #, php-format
705
  msgid "Event scheduled for: %1$s>"
706
  msgstr ""
707
 
708
+ #: admin/includes/admin-new.php:255
709
  msgid "Event draft updated."
710
  msgstr ""
711
 
712
+ #: admin/includes/admin-settings.php:95
713
  msgid "Go to Event Category switching page"
714
  msgstr ""
715
 
716
+ #: admin/includes/admin-settings.php:108
717
  msgid "Frontend Settings"
718
  msgstr "Configuración de interfaz"
719
 
720
+ #: admin/includes/admin-settings.php:109
721
  msgid "Admin Page Settings"
722
  msgstr "Configuración de página de administrador"
723
 
724
+ #: admin/includes/admin-settings.php:110
725
  msgid "Feed Settings"
726
  msgstr "Configuración Conectores"
727
 
728
+ #: admin/includes/admin-settings.php:111
729
  msgid "Category Taxonomy"
730
  msgstr ""
731
 
893
  msgstr ""
894
 
895
  #: includes/event.php:343 includes/event.php:345
896
+ #: includes/sc_event-list.php:325
897
  msgid "read more"
898
  msgstr ""
899
 
1421
  " switching page from here."
1422
  msgstr ""
1423
 
1424
+ #: includes/options.php:91
1425
  msgid "events"
1426
  msgstr ""
1427
 
1428
+ #: includes/options.php:95
1429
  msgid "Show content"
1430
  msgstr ""
1431
 
1432
+ #: includes/options.php:99
1433
  msgid "Hide content"
1434
  msgstr ""
1435
 
1520
  msgstr ""
1521
 
1522
  #: includes/sc_event-list_helptexts.php:82
1523
+ #, php-format
1524
  msgid ""
1525
  "This attribute defines the category filter which filters the events to show."
1526
+ " The default is %1$s or an empty string to show all events."
1527
  msgstr ""
1528
 
1529
  #: includes/sc_event-list_helptexts.php:86
1870
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1871
  msgstr ""
1872
 
1873
+ #: includes/sc_event-list.php:183
1874
  msgid "Sorry, the requested event is not available!"
1875
  msgstr ""
1876
 
1877
+ #: includes/sc_event-list.php:192
1878
  msgid "Event Information:"
1879
  msgstr "Información del evento:"
1880
 
1881
+ #: includes/sc_event-list.php:432
1882
  msgid "Link to RSS feed"
1883
  msgstr ""
1884
 
1885
+ #: includes/sc_event-list.php:442
1886
  msgid "Link to iCal feed"
1887
  msgstr ""
1888
 
2034
  "approriate option is selected."
2035
  msgstr ""
2036
 
2037
+ #: includes/widget.php:37
2038
  msgid "With this widget a list of upcoming events can be displayed."
2039
  msgstr ""
2040
 
2041
+ #: includes/widget.php:42
2042
  msgid "Upcoming events"
2043
  msgstr ""
2044
 
2045
+ #: includes/widget.php:56
2046
  msgid "show events page"
2047
  msgstr ""
languages/event-list-et_EE.po CHANGED
@@ -8,8 +8,8 @@ msgid ""
8
  msgstr ""
9
  "Project-Id-Version: wp-event-list\n"
10
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
11
- "POT-Creation-Date: 2022-02-19 18:08+0100\n"
12
- "PO-Revision-Date: 2022-02-19 17:09+0000\n"
13
  "Last-Translator: mibuthu\n"
14
  "Language-Team: Estonian (Estonia) (http://www.transifex.com/mibuthu/wp-event-list/language/et_EE/)\n"
15
  "MIME-Version: 1.0\n"
@@ -18,72 +18,72 @@ msgstr ""
18
  "Language: et_EE\n"
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
 
21
- #: admin/admin.php:90
22
  #, php-format
23
  msgid "Errors during upgrade of plugin %1$s"
24
  msgstr ""
25
 
26
- #: admin/admin.php:90
27
  #, php-format
28
  msgid "Upgrade of plugin %1$s successful"
29
  msgstr ""
30
 
31
- #: admin/admin.php:142 admin/includes/admin-settings.php:91
32
  msgid "Event List Settings"
33
  msgstr "Sündmuste loendi seaded"
34
 
35
- #: admin/admin.php:142
36
  msgid "Settings"
37
  msgstr "Seaded"
38
 
39
- #: admin/admin.php:146 admin/includes/admin-about.php:63
40
  msgid "About Event List"
41
  msgstr "Sündmuste loendist"
42
 
43
- #: admin/admin.php:146
44
  msgid "About"
45
  msgstr ""
46
 
47
- #: admin/admin.php:170
48
  #, php-format
49
  msgid "%s Event"
50
  msgid_plural "%s Events"
51
  msgstr[0] ""
52
  msgstr[1] ""
53
 
54
- #: admin/includes/admin-about.php:87 admin/includes/admin-settings.php:110
55
  msgid "General"
56
  msgstr ""
57
 
58
- #: admin/includes/admin-about.php:88 admin/includes/admin-about.php:108
59
- #: admin/includes/admin-about.php:137
60
  msgid "Shortcode Attributes"
61
  msgstr ""
62
 
63
- #: admin/includes/admin-about.php:102
64
  msgid "Help and Instructions"
65
  msgstr "Abi ja juhised"
66
 
67
- #: admin/includes/admin-about.php:103
68
  #, php-format
69
  msgid "You can manage the events %1$shere%2$s"
70
  msgstr ""
71
 
72
- #: admin/includes/admin-about.php:104
73
  msgid "To show the events on your site you have 2 possibilities"
74
  msgstr "Saidil olevate sündmuste kuvamiseks on 2 võimalust"
75
 
76
- #: admin/includes/admin-about.php:105
77
  #, php-format
78
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
79
  msgstr "lisades lühikoodi<strong> shotcode</strong> %1$s mis tahes lehele või postitusele"
80
 
81
- #: admin/includes/admin-about.php:106
82
  #, php-format
83
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
84
  msgstr "lisades vidina <strong>widget</strong> %1$s külgribale"
85
 
86
- #: admin/includes/admin-about.php:107
87
  msgid ""
88
  "The displayed events and their style can be modified with the available "
89
  "widget settings and the available attributes for the shortcode."
@@ -96,39 +96,39 @@ msgid ""
96
  "available in the %1$s tab."
97
  msgstr ""
98
 
99
- #: admin/includes/admin-about.php:109
100
  msgid "The available widget options are described in their tooltip text."
101
  msgstr ""
102
 
103
- #: admin/includes/admin-about.php:110
104
  #, php-format
105
  msgid ""
106
  "If you enable one of the links options (%1$s or %2$s) in the widget you have"
107
  " to insert an URL to the linked event-list page."
108
  msgstr ""
109
 
110
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:134
111
  msgid "Add links to the single events"
112
  msgstr "Lisa link sündmuse juurde"
113
 
114
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:143
115
  msgid "Add a link to the Event List page"
116
  msgstr "Lisa link lehe sündmuste loendisse"
117
 
118
- #: admin/includes/admin-about.php:111
119
  msgid ""
120
  "This is required because the widget does not know in which page or post the "
121
  "shortcode was included."
122
  msgstr ""
123
 
124
- #: admin/includes/admin-about.php:112
125
  msgid ""
126
  "Additionally you have to insert the correct Shortcode id on the linked page."
127
  " This id describes which shortcode should be used on the given page or post "
128
  "if you have more than one."
129
  msgstr ""
130
 
131
- #: admin/includes/admin-about.php:113
132
  #, php-format
133
  msgid ""
134
  "The default value %1$s is normally o.k. (for pages with 1 shortcode only), "
@@ -136,596 +136,597 @@ msgid ""
136
  "link on your linked page or post."
137
  msgstr ""
138
 
139
- #: admin/includes/admin-about.php:114
140
  #, php-format
141
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
142
  msgstr ""
143
 
144
- #: admin/includes/admin-about.php:116
145
  #, php-format
146
  msgid ""
147
  "Be sure to also check the %1$s to get the plugin behaving just the way you "
148
  "want."
149
  msgstr ""
150
 
151
- #: admin/includes/admin-about.php:116
152
  msgid "Settings page"
153
  msgstr "Seadete leht"
154
 
155
- #: admin/includes/admin-about.php:123
156
  msgid "About the plugin author"
157
  msgstr "Plugina autorist"
158
 
159
- #: admin/includes/admin-about.php:125
160
  #, php-format
161
  msgid ""
162
  "This plugin is developed by %1$s, you can find more information about the "
163
  "plugin on the %2$s."
164
  msgstr ""
165
 
166
- #: admin/includes/admin-about.php:125
167
  msgid "WordPress plugin site"
168
  msgstr ""
169
 
170
- #: admin/includes/admin-about.php:126
171
  #, php-format
172
  msgid "If you like the plugin please rate it on the %1$s."
173
  msgstr ""
174
 
175
- #: admin/includes/admin-about.php:126
176
  msgid "WordPress plugin review site"
177
  msgstr ""
178
 
179
- #: admin/includes/admin-about.php:127
180
  msgid ""
181
  "If you want to support the plugin I would be happy to get a small donation"
182
  msgstr ""
183
 
184
- #: admin/includes/admin-about.php:128 admin/includes/admin-about.php:129
185
- #: admin/includes/admin-about.php:130
186
  #, php-format
187
  msgid "Donate with %1$s"
188
  msgstr ""
189
 
190
- #: admin/includes/admin-about.php:139
191
  msgid ""
192
  "You have the possibility to modify the output if you add some of the "
193
  "following attributes to the shortcode."
194
  msgstr ""
195
 
196
- #: admin/includes/admin-about.php:140
197
  #, php-format
198
  msgid ""
199
  "You can combine and add as much attributes as you want. E.g. the shortcode "
200
  "including the attributes %1$s and %2$s would looks like this:"
201
  msgstr ""
202
 
203
- #: admin/includes/admin-about.php:142
204
  msgid ""
205
  "Below you can find a list of all supported attributes with their "
206
  "descriptions and available options:"
207
  msgstr ""
208
 
209
- #: admin/includes/admin-about.php:157
210
  msgid "Attribute name"
211
  msgstr "Atribuudi nimi"
212
 
213
- #: admin/includes/admin-about.php:158
214
  msgid "Value options"
215
  msgstr ""
216
 
217
- #: admin/includes/admin-about.php:159
218
  msgid "Default value"
219
  msgstr ""
220
 
221
- #: admin/includes/admin-about.php:160
222
  msgid "Description"
223
  msgstr "Kirjeldus"
224
 
225
- #: admin/includes/admin-about.php:179 includes/sc_event-list_helptexts.php:74
226
  #: includes/sc_event-list_helptexts.php:91
227
  msgid "Filter Syntax"
228
  msgstr ""
229
 
230
- #: admin/includes/admin-about.php:180
231
  msgid ""
232
  "For date and cat filters you can specify complex filters with the following "
233
  "syntax:"
234
  msgstr ""
235
 
236
- #: admin/includes/admin-about.php:181
237
  #, php-format
238
  msgid ""
239
  "You can use %1$s and %2$s connections to define complex filters. "
240
  "Additionally you can set brackets %3$s for nested queries."
241
  msgstr ""
242
 
243
- #: admin/includes/admin-about.php:181
244
  msgid "AND"
245
  msgstr "JA"
246
 
247
- #: admin/includes/admin-about.php:181
248
  msgid "OR"
249
  msgstr "VÕI"
250
 
251
- #: admin/includes/admin-about.php:181
252
  msgid "or"
253
  msgstr "või"
254
 
255
- #: admin/includes/admin-about.php:181
256
  msgid "and"
257
  msgstr "ja"
258
 
259
- #: admin/includes/admin-about.php:182
260
  msgid "Examples for cat filters:"
261
  msgstr ""
262
 
263
- #: admin/includes/admin-about.php:183
264
  #, php-format
265
  msgid "Show all events with category %1$s."
266
  msgstr "Näita kõiki sündmusi koos kategooriaga %1$s."
267
 
268
- #: admin/includes/admin-about.php:184
269
  #, php-format
270
  msgid "Show all events with category %1$s or %2$s."
271
  msgstr "Näita kõiki sündmusi koos kategooriaga %1$s või %2$s."
272
 
273
- #: admin/includes/admin-about.php:185
274
  #, php-format
275
  msgid ""
276
  "Show all events with category %1$s and all events where category %2$s as "
277
  "well as %3$s is selected."
278
  msgstr ""
279
 
280
- #: admin/includes/admin-about.php:191 includes/sc_event-list_helptexts.php:69
281
  msgid "Available Date Formats"
282
  msgstr "Saadaolevad kuupäeva vormingud"
283
 
284
- #: admin/includes/admin-about.php:192
285
  msgid "For date filters you can use the following date formats:"
286
  msgstr ""
287
 
288
- #: admin/includes/admin-about.php:201 includes/sc_event-list_helptexts.php:70
289
  msgid "Available Date Range Formats"
290
  msgstr "Saadaolevad kuupäevavahemiku formaadid"
291
 
292
- #: admin/includes/admin-about.php:202
293
  msgid "For date filters you can use the following daterange formats:"
294
  msgstr ""
295
 
296
- #: admin/includes/admin-about.php:215
297
  msgid "Value"
298
  msgstr "Väärtus"
299
 
300
- #: admin/includes/admin-about.php:219
301
  msgid "Example"
302
  msgstr "Näide"
303
 
304
- #: admin/includes/admin-categories.php:79
305
  msgid "Synchronize with post categories"
306
  msgstr "Sünkrooni postituste kategooriatega"
307
 
308
- #: admin/includes/admin-categories.php:90
309
  #, php-format
310
  msgid "%1$s categories modified (%2$s)"
311
  msgstr ""
312
 
313
- #: admin/includes/admin-categories.php:91
314
  #, php-format
315
  msgid "%1$s categories added (%2$s)"
316
  msgstr ""
317
 
318
- #: admin/includes/admin-categories.php:92
319
  #, php-format
320
  msgid "%1$s categories deleted (%2$s)"
321
  msgstr ""
322
 
323
- #: admin/includes/admin-categories.php:95
324
  #, php-format
325
  msgid "%1$s categories not modified (%2$s)"
326
  msgstr ""
327
 
328
- #: admin/includes/admin-categories.php:96
329
  #, php-format
330
  msgid "%1$s categories not added (%2$s)"
331
  msgstr ""
332
 
333
- #: admin/includes/admin-categories.php:97
334
  #, php-format
335
  msgid "%1$s categories not deleted (%2$s)"
336
  msgstr ""
337
 
338
- #: admin/includes/admin-categories.php:100
339
  msgid "An Error occured during the category sync"
340
  msgstr "Kategooria sünkroonimisel tekkis viga"
341
 
342
- #: admin/includes/admin-categories.php:103
343
  msgid "Category sync finished"
344
  msgstr "Kategooria sünkroonimine on lõpetatud"
345
 
346
- #: admin/includes/admin-category-sync.php:77
347
  msgid "Error: You are not allowed to view this page!"
348
  msgstr "Viga: Sul ei ole luba seda lehekülge näha!"
349
 
350
- #: admin/includes/admin-category-sync.php:93
351
  msgid "Affected Categories when switching to seperate Event Categories"
352
  msgstr ""
353
 
354
- #: admin/includes/admin-category-sync.php:94
355
  msgid "Switch option to seperate Event Categories"
356
  msgstr ""
357
 
358
- #: admin/includes/admin-category-sync.php:95
359
  msgid ""
360
  "If you proceed, all post categories will be copied and all events will be "
361
  "re-assigned to this new categories."
362
  msgstr ""
363
 
364
- #: admin/includes/admin-category-sync.php:96
365
  msgid ""
366
  "Afterwards the event categories are independent of the post categories."
367
  msgstr ""
368
 
369
- #: admin/includes/admin-category-sync.php:98
370
  msgid "Affected Categories when switching to use Post Categories for events"
371
  msgstr ""
372
 
373
- #: admin/includes/admin-category-sync.php:99
374
  msgid "Switch option to use Post Categories for events"
375
  msgstr ""
376
 
377
- #: admin/includes/admin-category-sync.php:100
378
  msgid ""
379
  "Take a detailed look at the affected categories above before you proceed! "
380
  "All seperate event categories will be deleted, this cannot be undone!"
381
  msgstr ""
382
 
383
- #: admin/includes/admin-category-sync.php:103
384
  msgid "Event Categories: Synchronise with Post Categories"
385
  msgstr "Sündmuste kategooriate sünkroonimine postituskategooriatega"
386
 
387
- #: admin/includes/admin-category-sync.php:104
388
  msgid "Start synchronisation"
389
  msgstr "Käivitage sünkroonimine"
390
 
391
- #: admin/includes/admin-category-sync.php:105
392
  msgid ""
393
  "If this option is enabled the above listed categories will be deleted and "
394
  "removed from the existing events!"
395
  msgstr ""
396
 
397
- #: admin/includes/admin-category-sync.php:120
398
  msgid "Categories to modify"
399
  msgstr ""
400
 
401
- #: admin/includes/admin-category-sync.php:121
402
  msgid "Categories to add"
403
  msgstr ""
404
 
405
- #: admin/includes/admin-category-sync.php:122
406
  msgid "Categories to delete (optional)"
407
  msgstr ""
408
 
409
- #: admin/includes/admin-category-sync.php:123
410
  msgid "Delete not available post categories"
411
  msgstr ""
412
 
413
- #: admin/includes/admin-category-sync.php:126
414
  msgid "Categories with differences"
415
  msgstr ""
416
 
417
- #: admin/includes/admin-category-sync.php:127
418
  msgid "Categories to add (optional)"
419
  msgstr ""
420
 
421
- #: admin/includes/admin-category-sync.php:128
422
  msgid "Add not available post categories"
423
  msgstr ""
424
 
425
- #: admin/includes/admin-category-sync.php:147
426
  msgid "none"
427
  msgstr "pole ühtegi"
428
 
429
- #: admin/includes/admin-import.php:91
430
  msgid "Import Events"
431
  msgstr "Impordi sündmused"
432
 
433
- #: admin/includes/admin-import.php:110 admin/includes/admin-import.php:150
434
- #: admin/includes/admin-import.php:254
435
  msgid "Step"
436
  msgstr "Samm"
437
 
438
- #: admin/includes/admin-import.php:110
439
  msgid "Set import file and options"
440
  msgstr "Määrake impordifail ja valikud"
441
 
442
- #: admin/includes/admin-import.php:113
443
  #, php-format
444
  msgid "Proceed with Step %1$s"
445
  msgstr ""
446
 
447
- #: admin/includes/admin-import.php:116
448
  msgid "Example file"
449
  msgstr "Näidisfail"
450
 
451
- #: admin/includes/admin-import.php:117
452
  #, php-format
453
  msgid ""
454
  "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
455
  msgstr ""
456
 
457
- #: admin/includes/admin-import.php:118
458
  msgid "Note"
459
  msgstr "Märge"
460
 
461
- #: admin/includes/admin-import.php:118
462
  msgid ""
463
  "Do not change the column header and separator line (first two lines), "
464
  "otherwise the import will fail!"
465
  msgstr ""
466
 
467
- #: admin/includes/admin-import.php:128 admin/includes/admin-import.php:137
468
  msgid "Sorry, there has been an error."
469
  msgstr "Vabandage, tekkis viga."
470
 
471
- #: admin/includes/admin-import.php:129
472
  msgid "The file does not exist, please try again."
473
  msgstr "Sellist faili ei eksisteeri, palun proovi uuesti."
474
 
475
- #: admin/includes/admin-import.php:138
476
  msgid "The uploaded file does not have the required csv extension."
477
  msgstr ""
478
 
479
- #: admin/includes/admin-import.php:150
480
  msgid "Events review and additonal category selection"
481
  msgstr ""
482
 
483
- #: admin/includes/admin-import.php:156 admin/includes/admin-import.php:167
484
  msgid "Error"
485
  msgstr ""
486
 
487
- #: admin/includes/admin-import.php:156
488
  msgid "This CSV file cannot be imported"
489
  msgstr ""
490
 
491
- #: admin/includes/admin-import.php:167
492
  msgid "None of the events in this CSV file can be imported"
493
  msgstr ""
494
 
495
- #: admin/includes/admin-import.php:170 admin/includes/admin-import.php:213
496
  msgid "Warning"
497
  msgstr ""
498
 
499
- #: admin/includes/admin-import.php:172
500
  #, php-format
501
  msgid "There is %1$s event which cannot be imported"
502
  msgid_plural "There are %1$s events which cannot be imported"
503
  msgstr[0] ""
504
  msgstr[1] ""
505
 
506
- #: admin/includes/admin-import.php:184
507
  #, php-format
508
  msgid "CSV line %1$s"
509
  msgstr ""
510
 
511
- #: admin/includes/admin-import.php:194
512
  msgid "You can still import all other events listed below."
513
  msgstr ""
514
 
515
- #: admin/includes/admin-import.php:213
516
  msgid ""
517
  "The following category slugs are not available and will be removed from the "
518
  "imported events"
519
  msgstr ""
520
 
521
- #: admin/includes/admin-import.php:219
522
  msgid ""
523
  "If you want to keep these categories, please create these Categories first "
524
  "and do the import afterwards."
525
  msgstr ""
526
 
527
- #: admin/includes/admin-import.php:254
528
  msgid "Import result"
529
  msgstr ""
530
 
531
- #: admin/includes/admin-import.php:257
532
  #, php-format
533
  msgid "Import of %1$s events successful!"
534
  msgstr ""
535
 
536
- #: admin/includes/admin-import.php:258
537
  msgid "Go back to All Events"
538
  msgstr "Mine tagasi \"Kõik sündmused\" juurde"
539
 
540
- #: admin/includes/admin-import.php:261
541
  msgid "Errors during Import"
542
  msgstr ""
543
 
544
- #: admin/includes/admin-import.php:269
545
  msgid "Event from CSV-line"
546
  msgstr ""
547
 
548
- #: admin/includes/admin-import.php:281 admin/includes/admin-main.php:109
549
  #: includes/widget_helptexts.php:9
550
  msgid "Title"
551
  msgstr "Pealkiri"
552
 
553
- #: admin/includes/admin-import.php:282
554
  msgid "Start Date"
555
  msgstr "Alguskuupäev"
556
 
557
- #: admin/includes/admin-import.php:283
558
  msgid "End Date"
559
  msgstr "Lõppkuupäev"
560
 
561
- #: admin/includes/admin-import.php:284 admin/includes/admin-new.php:131
562
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
 
563
  msgid "Time"
564
  msgstr "Aeg"
565
 
566
- #: admin/includes/admin-import.php:285 admin/includes/admin-main.php:110
567
- #: admin/includes/admin-new.php:133 includes/options_helptexts.php:75
568
- #: includes/options_helptexts.php:76
569
  msgid "Location"
570
  msgstr "Koht"
571
 
572
- #: admin/includes/admin-import.php:286
573
  msgid "Content"
574
  msgstr "Sisu"
575
 
576
- #: admin/includes/admin-import.php:287
577
  msgid "Category slugs"
578
  msgstr ""
579
 
580
- #: admin/includes/admin-import.php:333
581
  msgid "Header line is missing or not correct!"
582
  msgstr ""
583
 
584
- #: admin/includes/admin-import.php:334
585
  #, php-format
586
  msgid ""
587
  "Have a look at the %1$sexample file%2$s to see the correct header line "
588
  "format."
589
  msgstr ""
590
 
591
- #: admin/includes/admin-import.php:341
592
  #, php-format
593
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
594
  msgstr ""
595
 
596
- #: admin/includes/admin-import.php:371
597
- msgid "Empty event title found"
598
- msgstr ""
599
-
600
- #: admin/includes/admin-import.php:377
601
- msgid "Wrong date format for startdate"
602
- msgstr ""
603
-
604
- #: admin/includes/admin-import.php:385
605
- msgid "Wrong date format for enddate"
606
- msgstr ""
607
-
608
- #: admin/includes/admin-import.php:439
609
  msgid "Import events"
610
  msgstr "Impordi sündmused"
611
 
612
- #: admin/includes/admin-import.php:440
613
  msgid "Add additional categories"
614
  msgstr "Lisage täiendavaid kategooriaid"
615
 
616
- #: admin/includes/admin-import.php:470 includes/events_post_type.php:92
617
  msgid "No events found"
618
  msgstr "Ühtegi sündmust ei leitud"
619
 
620
- #: admin/includes/admin-import.php:518
621
  msgid "Saving of event failed!"
622
  msgstr ""
623
 
624
- #: admin/includes/admin-main.php:108
 
 
 
 
 
 
 
 
 
 
 
 
625
  msgid "Event Date"
626
  msgstr "Sündmuse kuupäev"
627
 
628
- #: admin/includes/admin-main.php:113
629
  msgid "Author"
630
  msgstr "Autor"
631
 
632
- #: admin/includes/admin-main.php:182
633
  #, php-format
634
  msgid "Add a copy of %1$s"
635
  msgstr ""
636
 
637
- #: admin/includes/admin-main.php:182
638
  msgid "Copy"
639
  msgstr "Kopeeri"
640
 
641
- #: admin/includes/admin-main.php:268
642
  msgid "Import"
643
  msgstr "Impordi"
644
 
645
- #: admin/includes/admin-new.php:83
646
  msgid "Event data"
647
  msgstr "Sündmuse andmed"
648
 
649
- #: admin/includes/admin-new.php:116
650
  msgid "Add Copy"
651
  msgstr "Lisa koopia"
652
 
653
- #: admin/includes/admin-new.php:124
654
  msgid "Date"
655
  msgstr "Kuupäev"
656
 
657
- #: admin/includes/admin-new.php:124
658
  msgid "required"
659
  msgstr "nõutud"
660
 
661
- #: admin/includes/admin-new.php:127
662
  msgid "Multi-Day Event"
663
  msgstr "Mitmepäevane sündmus"
664
 
665
- #: admin/includes/admin-new.php:147
666
  msgid "Event Title"
667
  msgstr "Sündmuse pealkiri"
668
 
669
- #: admin/includes/admin-new.php:164
670
  msgid "Event Content"
671
  msgstr "Sündmuse sisu"
672
 
673
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:245
674
  msgid "Event updated."
675
  msgstr "Sündmus uuendatud."
676
 
677
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:247
678
  msgid "View event"
679
  msgstr "Vaata sündmust"
680
 
681
- #: admin/includes/admin-new.php:246
682
  #, php-format
683
  msgid "Event restored to revision from %1$s"
684
  msgstr ""
685
 
686
- #: admin/includes/admin-new.php:247
687
  msgid "Event published."
688
  msgstr "Sündmus avaldatud."
689
 
690
- #: admin/includes/admin-new.php:248
691
  msgid "Event saved."
692
  msgstr ""
693
 
694
- #: admin/includes/admin-new.php:249
695
  msgid "Event submitted."
696
  msgstr "Sündmus on esitatud."
697
 
698
- #: admin/includes/admin-new.php:249 admin/includes/admin-new.php:252
699
- #: admin/includes/admin-new.php:253
700
  msgid "Preview event"
701
  msgstr "Sündmuse eelvaade"
702
 
703
- #: admin/includes/admin-new.php:251
704
  #, php-format
705
  msgid "Event scheduled for: %1$s>"
706
  msgstr ""
707
 
708
- #: admin/includes/admin-new.php:253
709
  msgid "Event draft updated."
710
  msgstr "Sündmuse visand uuendatud."
711
 
712
- #: admin/includes/admin-settings.php:97
713
  msgid "Go to Event Category switching page"
714
  msgstr ""
715
 
716
- #: admin/includes/admin-settings.php:111
717
  msgid "Frontend Settings"
718
  msgstr ""
719
 
720
- #: admin/includes/admin-settings.php:112
721
  msgid "Admin Page Settings"
722
  msgstr ""
723
 
724
- #: admin/includes/admin-settings.php:113
725
  msgid "Feed Settings"
726
  msgstr ""
727
 
728
- #: admin/includes/admin-settings.php:114
729
  msgid "Category Taxonomy"
730
  msgstr ""
731
 
@@ -893,7 +894,7 @@ msgid "No valid start date provided"
893
  msgstr ""
894
 
895
  #: includes/event.php:343 includes/event.php:345
896
- #: includes/sc_event-list.php:330
897
  msgid "read more"
898
  msgstr ""
899
 
@@ -1421,15 +1422,15 @@ msgid ""
1421
  " switching page from here."
1422
  msgstr ""
1423
 
1424
- #: includes/options.php:92
1425
  msgid "events"
1426
  msgstr ""
1427
 
1428
- #: includes/options.php:96
1429
  msgid "Show content"
1430
  msgstr "Näita sisu"
1431
 
1432
- #: includes/options.php:100
1433
  msgid "Hide content"
1434
  msgstr "Peida sisu"
1435
 
@@ -1520,9 +1521,10 @@ msgid "category slugs"
1520
  msgstr ""
1521
 
1522
  #: includes/sc_event-list_helptexts.php:82
 
1523
  msgid ""
1524
  "This attribute defines the category filter which filters the events to show."
1525
- " The default is $1$s or an empty string to show all events."
1526
  msgstr ""
1527
 
1528
  #: includes/sc_event-list_helptexts.php:86
@@ -1869,19 +1871,19 @@ msgid ""
1869
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1870
  msgstr ""
1871
 
1872
- #: includes/sc_event-list.php:184
1873
  msgid "Sorry, the requested event is not available!"
1874
  msgstr ""
1875
 
1876
- #: includes/sc_event-list.php:193
1877
  msgid "Event Information:"
1878
  msgstr "Sündmuse info:"
1879
 
1880
- #: includes/sc_event-list.php:437
1881
  msgid "Link to RSS feed"
1882
  msgstr ""
1883
 
1884
- #: includes/sc_event-list.php:447
1885
  msgid "Link to iCal feed"
1886
  msgstr ""
1887
 
@@ -2033,14 +2035,14 @@ msgid ""
2033
  "approriate option is selected."
2034
  msgstr ""
2035
 
2036
- #: includes/widget.php:38
2037
  msgid "With this widget a list of upcoming events can be displayed."
2038
  msgstr ""
2039
 
2040
- #: includes/widget.php:43
2041
  msgid "Upcoming events"
2042
  msgstr "Eesseisvad sündmused"
2043
 
2044
- #: includes/widget.php:57
2045
  msgid "show events page"
2046
  msgstr "näita sündmuste lehte"
8
  msgstr ""
9
  "Project-Id-Version: wp-event-list\n"
10
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
11
+ "POT-Creation-Date: 2022-03-07 19:10+0100\n"
12
+ "PO-Revision-Date: 2022-03-07 18:11+0000\n"
13
  "Last-Translator: mibuthu\n"
14
  "Language-Team: Estonian (Estonia) (http://www.transifex.com/mibuthu/wp-event-list/language/et_EE/)\n"
15
  "MIME-Version: 1.0\n"
18
  "Language: et_EE\n"
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
 
21
+ #: admin/admin.php:89
22
  #, php-format
23
  msgid "Errors during upgrade of plugin %1$s"
24
  msgstr ""
25
 
26
+ #: admin/admin.php:89
27
  #, php-format
28
  msgid "Upgrade of plugin %1$s successful"
29
  msgstr ""
30
 
31
+ #: admin/admin.php:147 admin/includes/admin-settings.php:89
32
  msgid "Event List Settings"
33
  msgstr "Sündmuste loendi seaded"
34
 
35
+ #: admin/admin.php:147
36
  msgid "Settings"
37
  msgstr "Seaded"
38
 
39
+ #: admin/admin.php:151 admin/includes/admin-about.php:62
40
  msgid "About Event List"
41
  msgstr "Sündmuste loendist"
42
 
43
+ #: admin/admin.php:151
44
  msgid "About"
45
  msgstr ""
46
 
47
+ #: admin/admin.php:175
48
  #, php-format
49
  msgid "%s Event"
50
  msgid_plural "%s Events"
51
  msgstr[0] ""
52
  msgstr[1] ""
53
 
54
+ #: admin/includes/admin-about.php:86 admin/includes/admin-settings.php:107
55
  msgid "General"
56
  msgstr ""
57
 
58
+ #: admin/includes/admin-about.php:87 admin/includes/admin-about.php:109
59
+ #: admin/includes/admin-about.php:162
60
  msgid "Shortcode Attributes"
61
  msgstr ""
62
 
63
+ #: admin/includes/admin-about.php:101
64
  msgid "Help and Instructions"
65
  msgstr "Abi ja juhised"
66
 
67
+ #: admin/includes/admin-about.php:102
68
  #, php-format
69
  msgid "You can manage the events %1$shere%2$s"
70
  msgstr ""
71
 
72
+ #: admin/includes/admin-about.php:103
73
  msgid "To show the events on your site you have 2 possibilities"
74
  msgstr "Saidil olevate sündmuste kuvamiseks on 2 võimalust"
75
 
76
+ #: admin/includes/admin-about.php:104
77
  #, php-format
78
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
79
  msgstr "lisades lühikoodi<strong> shotcode</strong> %1$s mis tahes lehele või postitusele"
80
 
81
+ #: admin/includes/admin-about.php:105
82
  #, php-format
83
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
84
  msgstr "lisades vidina <strong>widget</strong> %1$s külgribale"
85
 
86
+ #: admin/includes/admin-about.php:106
87
  msgid ""
88
  "The displayed events and their style can be modified with the available "
89
  "widget settings and the available attributes for the shortcode."
96
  "available in the %1$s tab."
97
  msgstr ""
98
 
99
+ #: admin/includes/admin-about.php:111
100
  msgid "The available widget options are described in their tooltip text."
101
  msgstr ""
102
 
103
+ #: admin/includes/admin-about.php:113
104
  #, php-format
105
  msgid ""
106
  "If you enable one of the links options (%1$s or %2$s) in the widget you have"
107
  " to insert an URL to the linked event-list page."
108
  msgstr ""
109
 
110
+ #: admin/includes/admin-about.php:114 includes/widget_helptexts.php:134
111
  msgid "Add links to the single events"
112
  msgstr "Lisa link sündmuse juurde"
113
 
114
+ #: admin/includes/admin-about.php:115 includes/widget_helptexts.php:143
115
  msgid "Add a link to the Event List page"
116
  msgstr "Lisa link lehe sündmuste loendisse"
117
 
118
+ #: admin/includes/admin-about.php:117
119
  msgid ""
120
  "This is required because the widget does not know in which page or post the "
121
  "shortcode was included."
122
  msgstr ""
123
 
124
+ #: admin/includes/admin-about.php:118
125
  msgid ""
126
  "Additionally you have to insert the correct Shortcode id on the linked page."
127
  " This id describes which shortcode should be used on the given page or post "
128
  "if you have more than one."
129
  msgstr ""
130
 
131
+ #: admin/includes/admin-about.php:120
132
  #, php-format
133
  msgid ""
134
  "The default value %1$s is normally o.k. (for pages with 1 shortcode only), "
136
  "link on your linked page or post."
137
  msgstr ""
138
 
139
+ #: admin/includes/admin-about.php:124
140
  #, php-format
141
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
142
  msgstr ""
143
 
144
+ #: admin/includes/admin-about.php:129
145
  #, php-format
146
  msgid ""
147
  "Be sure to also check the %1$s to get the plugin behaving just the way you "
148
  "want."
149
  msgstr ""
150
 
151
+ #: admin/includes/admin-about.php:130
152
  msgid "Settings page"
153
  msgstr "Seadete leht"
154
 
155
+ #: admin/includes/admin-about.php:138
156
  msgid "About the plugin author"
157
  msgstr "Plugina autorist"
158
 
159
+ #: admin/includes/admin-about.php:141
160
  #, php-format
161
  msgid ""
162
  "This plugin is developed by %1$s, you can find more information about the "
163
  "plugin on the %2$s."
164
  msgstr ""
165
 
166
+ #: admin/includes/admin-about.php:143
167
  msgid "WordPress plugin site"
168
  msgstr ""
169
 
170
+ #: admin/includes/admin-about.php:146
171
  #, php-format
172
  msgid "If you like the plugin please rate it on the %1$s."
173
  msgstr ""
174
 
175
+ #: admin/includes/admin-about.php:147
176
  msgid "WordPress plugin review site"
177
  msgstr ""
178
 
179
+ #: admin/includes/admin-about.php:149
180
  msgid ""
181
  "If you want to support the plugin I would be happy to get a small donation"
182
  msgstr ""
183
 
184
+ #: admin/includes/admin-about.php:151 admin/includes/admin-about.php:153
185
+ #: admin/includes/admin-about.php:155
186
  #, php-format
187
  msgid "Donate with %1$s"
188
  msgstr ""
189
 
190
+ #: admin/includes/admin-about.php:164
191
  msgid ""
192
  "You have the possibility to modify the output if you add some of the "
193
  "following attributes to the shortcode."
194
  msgstr ""
195
 
196
+ #: admin/includes/admin-about.php:166
197
  #, php-format
198
  msgid ""
199
  "You can combine and add as much attributes as you want. E.g. the shortcode "
200
  "including the attributes %1$s and %2$s would looks like this:"
201
  msgstr ""
202
 
203
+ #: admin/includes/admin-about.php:171
204
  msgid ""
205
  "Below you can find a list of all supported attributes with their "
206
  "descriptions and available options:"
207
  msgstr ""
208
 
209
+ #: admin/includes/admin-about.php:186
210
  msgid "Attribute name"
211
  msgstr "Atribuudi nimi"
212
 
213
+ #: admin/includes/admin-about.php:187
214
  msgid "Value options"
215
  msgstr ""
216
 
217
+ #: admin/includes/admin-about.php:188
218
  msgid "Default value"
219
  msgstr ""
220
 
221
+ #: admin/includes/admin-about.php:189
222
  msgid "Description"
223
  msgstr "Kirjeldus"
224
 
225
+ #: admin/includes/admin-about.php:208 includes/sc_event-list_helptexts.php:74
226
  #: includes/sc_event-list_helptexts.php:91
227
  msgid "Filter Syntax"
228
  msgstr ""
229
 
230
+ #: admin/includes/admin-about.php:209
231
  msgid ""
232
  "For date and cat filters you can specify complex filters with the following "
233
  "syntax:"
234
  msgstr ""
235
 
236
+ #: admin/includes/admin-about.php:211
237
  #, php-format
238
  msgid ""
239
  "You can use %1$s and %2$s connections to define complex filters. "
240
  "Additionally you can set brackets %3$s for nested queries."
241
  msgstr ""
242
 
243
+ #: admin/includes/admin-about.php:212
244
  msgid "AND"
245
  msgstr "JA"
246
 
247
+ #: admin/includes/admin-about.php:213
248
  msgid "OR"
249
  msgstr "VÕI"
250
 
251
+ #: admin/includes/admin-about.php:213
252
  msgid "or"
253
  msgstr "või"
254
 
255
+ #: admin/includes/admin-about.php:214
256
  msgid "and"
257
  msgstr "ja"
258
 
259
+ #: admin/includes/admin-about.php:216
260
  msgid "Examples for cat filters:"
261
  msgstr ""
262
 
263
+ #: admin/includes/admin-about.php:217
264
  #, php-format
265
  msgid "Show all events with category %1$s."
266
  msgstr "Näita kõiki sündmusi koos kategooriaga %1$s."
267
 
268
+ #: admin/includes/admin-about.php:218
269
  #, php-format
270
  msgid "Show all events with category %1$s or %2$s."
271
  msgstr "Näita kõiki sündmusi koos kategooriaga %1$s või %2$s."
272
 
273
+ #: admin/includes/admin-about.php:220
274
  #, php-format
275
  msgid ""
276
  "Show all events with category %1$s and all events where category %2$s as "
277
  "well as %3$s is selected."
278
  msgstr ""
279
 
280
+ #: admin/includes/admin-about.php:226 includes/sc_event-list_helptexts.php:69
281
  msgid "Available Date Formats"
282
  msgstr "Saadaolevad kuupäeva vormingud"
283
 
284
+ #: admin/includes/admin-about.php:227
285
  msgid "For date filters you can use the following date formats:"
286
  msgstr ""
287
 
288
+ #: admin/includes/admin-about.php:236 includes/sc_event-list_helptexts.php:70
289
  msgid "Available Date Range Formats"
290
  msgstr "Saadaolevad kuupäevavahemiku formaadid"
291
 
292
+ #: admin/includes/admin-about.php:237
293
  msgid "For date filters you can use the following daterange formats:"
294
  msgstr ""
295
 
296
+ #: admin/includes/admin-about.php:250
297
  msgid "Value"
298
  msgstr "Väärtus"
299
 
300
+ #: admin/includes/admin-about.php:254
301
  msgid "Example"
302
  msgstr "Näide"
303
 
304
+ #: admin/includes/admin-categories.php:77
305
  msgid "Synchronize with post categories"
306
  msgstr "Sünkrooni postituste kategooriatega"
307
 
308
+ #: admin/includes/admin-categories.php:87
309
  #, php-format
310
  msgid "%1$s categories modified (%2$s)"
311
  msgstr ""
312
 
313
+ #: admin/includes/admin-categories.php:88
314
  #, php-format
315
  msgid "%1$s categories added (%2$s)"
316
  msgstr ""
317
 
318
+ #: admin/includes/admin-categories.php:89
319
  #, php-format
320
  msgid "%1$s categories deleted (%2$s)"
321
  msgstr ""
322
 
323
+ #: admin/includes/admin-categories.php:92
324
  #, php-format
325
  msgid "%1$s categories not modified (%2$s)"
326
  msgstr ""
327
 
328
+ #: admin/includes/admin-categories.php:93
329
  #, php-format
330
  msgid "%1$s categories not added (%2$s)"
331
  msgstr ""
332
 
333
+ #: admin/includes/admin-categories.php:94
334
  #, php-format
335
  msgid "%1$s categories not deleted (%2$s)"
336
  msgstr ""
337
 
338
+ #: admin/includes/admin-categories.php:97
339
  msgid "An Error occured during the category sync"
340
  msgstr "Kategooria sünkroonimisel tekkis viga"
341
 
342
+ #: admin/includes/admin-categories.php:100
343
  msgid "Category sync finished"
344
  msgstr "Kategooria sünkroonimine on lõpetatud"
345
 
346
+ #: admin/includes/admin-category-sync.php:76
347
  msgid "Error: You are not allowed to view this page!"
348
  msgstr "Viga: Sul ei ole luba seda lehekülge näha!"
349
 
350
+ #: admin/includes/admin-category-sync.php:92
351
  msgid "Affected Categories when switching to seperate Event Categories"
352
  msgstr ""
353
 
354
+ #: admin/includes/admin-category-sync.php:93
355
  msgid "Switch option to seperate Event Categories"
356
  msgstr ""
357
 
358
+ #: admin/includes/admin-category-sync.php:94
359
  msgid ""
360
  "If you proceed, all post categories will be copied and all events will be "
361
  "re-assigned to this new categories."
362
  msgstr ""
363
 
364
+ #: admin/includes/admin-category-sync.php:95
365
  msgid ""
366
  "Afterwards the event categories are independent of the post categories."
367
  msgstr ""
368
 
369
+ #: admin/includes/admin-category-sync.php:97
370
  msgid "Affected Categories when switching to use Post Categories for events"
371
  msgstr ""
372
 
373
+ #: admin/includes/admin-category-sync.php:98
374
  msgid "Switch option to use Post Categories for events"
375
  msgstr ""
376
 
377
+ #: admin/includes/admin-category-sync.php:99
378
  msgid ""
379
  "Take a detailed look at the affected categories above before you proceed! "
380
  "All seperate event categories will be deleted, this cannot be undone!"
381
  msgstr ""
382
 
383
+ #: admin/includes/admin-category-sync.php:102
384
  msgid "Event Categories: Synchronise with Post Categories"
385
  msgstr "Sündmuste kategooriate sünkroonimine postituskategooriatega"
386
 
387
+ #: admin/includes/admin-category-sync.php:103
388
  msgid "Start synchronisation"
389
  msgstr "Käivitage sünkroonimine"
390
 
391
+ #: admin/includes/admin-category-sync.php:104
392
  msgid ""
393
  "If this option is enabled the above listed categories will be deleted and "
394
  "removed from the existing events!"
395
  msgstr ""
396
 
397
+ #: admin/includes/admin-category-sync.php:119
398
  msgid "Categories to modify"
399
  msgstr ""
400
 
401
+ #: admin/includes/admin-category-sync.php:120
402
  msgid "Categories to add"
403
  msgstr ""
404
 
405
+ #: admin/includes/admin-category-sync.php:121
406
  msgid "Categories to delete (optional)"
407
  msgstr ""
408
 
409
+ #: admin/includes/admin-category-sync.php:122
410
  msgid "Delete not available post categories"
411
  msgstr ""
412
 
413
+ #: admin/includes/admin-category-sync.php:125
414
  msgid "Categories with differences"
415
  msgstr ""
416
 
417
+ #: admin/includes/admin-category-sync.php:126
418
  msgid "Categories to add (optional)"
419
  msgstr ""
420
 
421
+ #: admin/includes/admin-category-sync.php:127
422
  msgid "Add not available post categories"
423
  msgstr ""
424
 
425
+ #: admin/includes/admin-category-sync.php:146
426
  msgid "none"
427
  msgstr "pole ühtegi"
428
 
429
+ #: admin/includes/admin-import.php:90
430
  msgid "Import Events"
431
  msgstr "Impordi sündmused"
432
 
433
+ #: admin/includes/admin-import.php:109 admin/includes/admin-import.php:154
434
+ #: admin/includes/admin-import.php:261
435
  msgid "Step"
436
  msgstr "Samm"
437
 
438
+ #: admin/includes/admin-import.php:109
439
  msgid "Set import file and options"
440
  msgstr "Määrake impordifail ja valikud"
441
 
442
+ #: admin/includes/admin-import.php:114
443
  #, php-format
444
  msgid "Proceed with Step %1$s"
445
  msgstr ""
446
 
447
+ #: admin/includes/admin-import.php:117
448
  msgid "Example file"
449
  msgstr "Näidisfail"
450
 
451
+ #: admin/includes/admin-import.php:119
452
  #, php-format
453
  msgid ""
454
  "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
455
  msgstr ""
456
 
457
+ #: admin/includes/admin-import.php:123
458
  msgid "Note"
459
  msgstr "Märge"
460
 
461
+ #: admin/includes/admin-import.php:124
462
  msgid ""
463
  "Do not change the column header and separator line (first two lines), "
464
  "otherwise the import will fail!"
465
  msgstr ""
466
 
467
+ #: admin/includes/admin-import.php:133 admin/includes/admin-import.php:141
468
  msgid "Sorry, there has been an error."
469
  msgstr "Vabandage, tekkis viga."
470
 
471
+ #: admin/includes/admin-import.php:134
472
  msgid "The file does not exist, please try again."
473
  msgstr "Sellist faili ei eksisteeri, palun proovi uuesti."
474
 
475
+ #: admin/includes/admin-import.php:142
476
  msgid "The uploaded file does not have the required csv extension."
477
  msgstr ""
478
 
479
+ #: admin/includes/admin-import.php:154
480
  msgid "Events review and additonal category selection"
481
  msgstr ""
482
 
483
+ #: admin/includes/admin-import.php:160 admin/includes/admin-import.php:171
484
  msgid "Error"
485
  msgstr ""
486
 
487
+ #: admin/includes/admin-import.php:160
488
  msgid "This CSV file cannot be imported"
489
  msgstr ""
490
 
491
+ #: admin/includes/admin-import.php:171
492
  msgid "None of the events in this CSV file can be imported"
493
  msgstr ""
494
 
495
+ #: admin/includes/admin-import.php:174 admin/includes/admin-import.php:219
496
  msgid "Warning"
497
  msgstr ""
498
 
499
+ #: admin/includes/admin-import.php:177
500
  #, php-format
501
  msgid "There is %1$s event which cannot be imported"
502
  msgid_plural "There are %1$s events which cannot be imported"
503
  msgstr[0] ""
504
  msgstr[1] ""
505
 
506
+ #: admin/includes/admin-import.php:190
507
  #, php-format
508
  msgid "CSV line %1$s"
509
  msgstr ""
510
 
511
+ #: admin/includes/admin-import.php:200
512
  msgid "You can still import all other events listed below."
513
  msgstr ""
514
 
515
+ #: admin/includes/admin-import.php:220
516
  msgid ""
517
  "The following category slugs are not available and will be removed from the "
518
  "imported events"
519
  msgstr ""
520
 
521
+ #: admin/includes/admin-import.php:226
522
  msgid ""
523
  "If you want to keep these categories, please create these Categories first "
524
  "and do the import afterwards."
525
  msgstr ""
526
 
527
+ #: admin/includes/admin-import.php:261
528
  msgid "Import result"
529
  msgstr ""
530
 
531
+ #: admin/includes/admin-import.php:264
532
  #, php-format
533
  msgid "Import of %1$s events successful!"
534
  msgstr ""
535
 
536
+ #: admin/includes/admin-import.php:265
537
  msgid "Go back to All Events"
538
  msgstr "Mine tagasi \"Kõik sündmused\" juurde"
539
 
540
+ #: admin/includes/admin-import.php:268
541
  msgid "Errors during Import"
542
  msgstr ""
543
 
544
+ #: admin/includes/admin-import.php:276
545
  msgid "Event from CSV-line"
546
  msgstr ""
547
 
548
+ #: admin/includes/admin-import.php:288 admin/includes/admin-main.php:108
549
  #: includes/widget_helptexts.php:9
550
  msgid "Title"
551
  msgstr "Pealkiri"
552
 
553
+ #: admin/includes/admin-import.php:289
554
  msgid "Start Date"
555
  msgstr "Alguskuupäev"
556
 
557
+ #: admin/includes/admin-import.php:290
558
  msgid "End Date"
559
  msgstr "Lõppkuupäev"
560
 
561
+ #: admin/includes/admin-import.php:291 admin/includes/admin-new.php:132
562
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
563
+ #: includes/rss.php:116
564
  msgid "Time"
565
  msgstr "Aeg"
566
 
567
+ #: admin/includes/admin-import.php:292 admin/includes/admin-main.php:109
568
+ #: admin/includes/admin-new.php:134 includes/options_helptexts.php:75
569
+ #: includes/options_helptexts.php:76 includes/rss.php:119
570
  msgid "Location"
571
  msgstr "Koht"
572
 
573
+ #: admin/includes/admin-import.php:293
574
  msgid "Content"
575
  msgstr "Sisu"
576
 
577
+ #: admin/includes/admin-import.php:294
578
  msgid "Category slugs"
579
  msgstr ""
580
 
581
+ #: admin/includes/admin-import.php:340
582
  msgid "Header line is missing or not correct!"
583
  msgstr ""
584
 
585
+ #: admin/includes/admin-import.php:341
586
  #, php-format
587
  msgid ""
588
  "Have a look at the %1$sexample file%2$s to see the correct header line "
589
  "format."
590
  msgstr ""
591
 
592
+ #: admin/includes/admin-import.php:350
593
  #, php-format
594
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
595
  msgstr ""
596
 
597
+ #: admin/includes/admin-import.php:399
 
 
 
 
 
 
 
 
 
 
 
 
598
  msgid "Import events"
599
  msgstr "Impordi sündmused"
600
 
601
+ #: admin/includes/admin-import.php:400
602
  msgid "Add additional categories"
603
  msgstr "Lisage täiendavaid kategooriaid"
604
 
605
+ #: admin/includes/admin-import.php:430 includes/events_post_type.php:92
606
  msgid "No events found"
607
  msgstr "Ühtegi sündmust ei leitud"
608
 
609
+ #: admin/includes/admin-import.php:478
610
  msgid "Saving of event failed!"
611
  msgstr ""
612
 
613
+ #: admin/includes/admin-import.php:496
614
+ msgid "Empty event title found"
615
+ msgstr ""
616
+
617
+ #: admin/includes/admin-import.php:501
618
+ msgid "Wrong date format for startdate"
619
+ msgstr ""
620
+
621
+ #: admin/includes/admin-import.php:509
622
+ msgid "Wrong date format for enddate"
623
+ msgstr ""
624
+
625
+ #: admin/includes/admin-main.php:107
626
  msgid "Event Date"
627
  msgstr "Sündmuse kuupäev"
628
 
629
+ #: admin/includes/admin-main.php:112
630
  msgid "Author"
631
  msgstr "Autor"
632
 
633
+ #: admin/includes/admin-main.php:181
634
  #, php-format
635
  msgid "Add a copy of %1$s"
636
  msgstr ""
637
 
638
+ #: admin/includes/admin-main.php:181
639
  msgid "Copy"
640
  msgstr "Kopeeri"
641
 
642
+ #: admin/includes/admin-main.php:269
643
  msgid "Import"
644
  msgstr "Impordi"
645
 
646
+ #: admin/includes/admin-new.php:82
647
  msgid "Event data"
648
  msgstr "Sündmuse andmed"
649
 
650
+ #: admin/includes/admin-new.php:115
651
  msgid "Add Copy"
652
  msgstr "Lisa koopia"
653
 
654
+ #: admin/includes/admin-new.php:123
655
  msgid "Date"
656
  msgstr "Kuupäev"
657
 
658
+ #: admin/includes/admin-new.php:123
659
  msgid "required"
660
  msgstr "nõutud"
661
 
662
+ #: admin/includes/admin-new.php:128
663
  msgid "Multi-Day Event"
664
  msgstr "Mitmepäevane sündmus"
665
 
666
+ #: admin/includes/admin-new.php:148
667
  msgid "Event Title"
668
  msgstr "Sündmuse pealkiri"
669
 
670
+ #: admin/includes/admin-new.php:165
671
  msgid "Event Content"
672
  msgstr "Sündmuse sisu"
673
 
674
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:246
675
  msgid "Event updated."
676
  msgstr "Sündmus uuendatud."
677
 
678
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:248
679
  msgid "View event"
680
  msgstr "Vaata sündmust"
681
 
682
+ #: admin/includes/admin-new.php:247
683
  #, php-format
684
  msgid "Event restored to revision from %1$s"
685
  msgstr ""
686
 
687
+ #: admin/includes/admin-new.php:248
688
  msgid "Event published."
689
  msgstr "Sündmus avaldatud."
690
 
691
+ #: admin/includes/admin-new.php:249
692
  msgid "Event saved."
693
  msgstr ""
694
 
695
+ #: admin/includes/admin-new.php:250
696
  msgid "Event submitted."
697
  msgstr "Sündmus on esitatud."
698
 
699
+ #: admin/includes/admin-new.php:251 admin/includes/admin-new.php:254
700
+ #: admin/includes/admin-new.php:256
701
  msgid "Preview event"
702
  msgstr "Sündmuse eelvaade"
703
 
704
+ #: admin/includes/admin-new.php:253
705
  #, php-format
706
  msgid "Event scheduled for: %1$s>"
707
  msgstr ""
708
 
709
+ #: admin/includes/admin-new.php:255
710
  msgid "Event draft updated."
711
  msgstr "Sündmuse visand uuendatud."
712
 
713
+ #: admin/includes/admin-settings.php:95
714
  msgid "Go to Event Category switching page"
715
  msgstr ""
716
 
717
+ #: admin/includes/admin-settings.php:108
718
  msgid "Frontend Settings"
719
  msgstr ""
720
 
721
+ #: admin/includes/admin-settings.php:109
722
  msgid "Admin Page Settings"
723
  msgstr ""
724
 
725
+ #: admin/includes/admin-settings.php:110
726
  msgid "Feed Settings"
727
  msgstr ""
728
 
729
+ #: admin/includes/admin-settings.php:111
730
  msgid "Category Taxonomy"
731
  msgstr ""
732
 
894
  msgstr ""
895
 
896
  #: includes/event.php:343 includes/event.php:345
897
+ #: includes/sc_event-list.php:325
898
  msgid "read more"
899
  msgstr ""
900
 
1422
  " switching page from here."
1423
  msgstr ""
1424
 
1425
+ #: includes/options.php:91
1426
  msgid "events"
1427
  msgstr ""
1428
 
1429
+ #: includes/options.php:95
1430
  msgid "Show content"
1431
  msgstr "Näita sisu"
1432
 
1433
+ #: includes/options.php:99
1434
  msgid "Hide content"
1435
  msgstr "Peida sisu"
1436
 
1521
  msgstr ""
1522
 
1523
  #: includes/sc_event-list_helptexts.php:82
1524
+ #, php-format
1525
  msgid ""
1526
  "This attribute defines the category filter which filters the events to show."
1527
+ " The default is %1$s or an empty string to show all events."
1528
  msgstr ""
1529
 
1530
  #: includes/sc_event-list_helptexts.php:86
1871
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1872
  msgstr ""
1873
 
1874
+ #: includes/sc_event-list.php:183
1875
  msgid "Sorry, the requested event is not available!"
1876
  msgstr ""
1877
 
1878
+ #: includes/sc_event-list.php:192
1879
  msgid "Event Information:"
1880
  msgstr "Sündmuse info:"
1881
 
1882
+ #: includes/sc_event-list.php:432
1883
  msgid "Link to RSS feed"
1884
  msgstr ""
1885
 
1886
+ #: includes/sc_event-list.php:442
1887
  msgid "Link to iCal feed"
1888
  msgstr ""
1889
 
2035
  "approriate option is selected."
2036
  msgstr ""
2037
 
2038
+ #: includes/widget.php:37
2039
  msgid "With this widget a list of upcoming events can be displayed."
2040
  msgstr ""
2041
 
2042
+ #: includes/widget.php:42
2043
  msgid "Upcoming events"
2044
  msgstr "Eesseisvad sündmused"
2045
 
2046
+ #: includes/widget.php:56
2047
  msgid "show events page"
2048
  msgstr "näita sündmuste lehte"
languages/event-list-fi_FI.po CHANGED
@@ -10,8 +10,8 @@ msgid ""
10
  msgstr ""
11
  "Project-Id-Version: wp-event-list\n"
12
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
13
- "POT-Creation-Date: 2022-02-19 18:08+0100\n"
14
- "PO-Revision-Date: 2022-02-19 17:09+0000\n"
15
  "Last-Translator: mibuthu\n"
16
  "Language-Team: Finnish (Finland) (http://www.transifex.com/mibuthu/wp-event-list/language/fi_FI/)\n"
17
  "MIME-Version: 1.0\n"
@@ -20,72 +20,72 @@ msgstr ""
20
  "Language: fi_FI\n"
21
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
22
 
23
- #: admin/admin.php:90
24
  #, php-format
25
  msgid "Errors during upgrade of plugin %1$s"
26
  msgstr ""
27
 
28
- #: admin/admin.php:90
29
  #, php-format
30
  msgid "Upgrade of plugin %1$s successful"
31
  msgstr ""
32
 
33
- #: admin/admin.php:142 admin/includes/admin-settings.php:91
34
  msgid "Event List Settings"
35
  msgstr "Tapahtuma listan asetukset"
36
 
37
- #: admin/admin.php:142
38
  msgid "Settings"
39
  msgstr "Asetukset"
40
 
41
- #: admin/admin.php:146 admin/includes/admin-about.php:63
42
  msgid "About Event List"
43
  msgstr "Lisätietoa Tapahtumalistasta"
44
 
45
- #: admin/admin.php:146
46
  msgid "About"
47
  msgstr "Lisätietoa"
48
 
49
- #: admin/admin.php:170
50
  #, php-format
51
  msgid "%s Event"
52
  msgid_plural "%s Events"
53
  msgstr[0] ""
54
  msgstr[1] ""
55
 
56
- #: admin/includes/admin-about.php:87 admin/includes/admin-settings.php:110
57
  msgid "General"
58
  msgstr "Yleinen"
59
 
60
- #: admin/includes/admin-about.php:88 admin/includes/admin-about.php:108
61
- #: admin/includes/admin-about.php:137
62
  msgid "Shortcode Attributes"
63
  msgstr ""
64
 
65
- #: admin/includes/admin-about.php:102
66
  msgid "Help and Instructions"
67
  msgstr "Apu ja ohjeet"
68
 
69
- #: admin/includes/admin-about.php:103
70
  #, php-format
71
  msgid "You can manage the events %1$shere%2$s"
72
  msgstr ""
73
 
74
- #: admin/includes/admin-about.php:104
75
  msgid "To show the events on your site you have 2 possibilities"
76
  msgstr "Sinulla on 2 tapaa näyttää Tapahtumalistan tapahtumia sivullasi."
77
 
78
- #: admin/includes/admin-about.php:105
79
  #, php-format
80
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
81
  msgstr "Voit asettaa <strong>shortcoden</strong> %1$s mille tahansa sivulle tai mihin tahansa postaukseen."
82
 
83
- #: admin/includes/admin-about.php:106
84
  #, php-format
85
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
86
  msgstr "Voit lisätä <strong>widgetin</strong> %1$s sivupalkkeihisi."
87
 
88
- #: admin/includes/admin-about.php:107
89
  msgid ""
90
  "The displayed events and their style can be modified with the available "
91
  "widget settings and the available attributes for the shortcode."
@@ -98,39 +98,39 @@ msgid ""
98
  "available in the %1$s tab."
99
  msgstr ""
100
 
101
- #: admin/includes/admin-about.php:109
102
  msgid "The available widget options are described in their tooltip text."
103
  msgstr "Saatavilla olevat widget-asetukset on kuvattu tooltipissä."
104
 
105
- #: admin/includes/admin-about.php:110
106
  #, php-format
107
  msgid ""
108
  "If you enable one of the links options (%1$s or %2$s) in the widget you have"
109
  " to insert an URL to the linked event-list page."
110
  msgstr ""
111
 
112
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:134
113
  msgid "Add links to the single events"
114
  msgstr "Lisää linkkejä yksittäisiin tapahtumiin"
115
 
116
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:143
117
  msgid "Add a link to the Event List page"
118
  msgstr "Lisää linkki Tapahtumalistan sivulle"
119
 
120
- #: admin/includes/admin-about.php:111
121
  msgid ""
122
  "This is required because the widget does not know in which page or post the "
123
  "shortcode was included."
124
  msgstr ""
125
 
126
- #: admin/includes/admin-about.php:112
127
  msgid ""
128
  "Additionally you have to insert the correct Shortcode id on the linked page."
129
  " This id describes which shortcode should be used on the given page or post "
130
  "if you have more than one."
131
  msgstr ""
132
 
133
- #: admin/includes/admin-about.php:113
134
  #, php-format
135
  msgid ""
136
  "The default value %1$s is normally o.k. (for pages with 1 shortcode only), "
@@ -138,596 +138,597 @@ msgid ""
138
  "link on your linked page or post."
139
  msgstr ""
140
 
141
- #: admin/includes/admin-about.php:114
142
  #, php-format
143
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
144
  msgstr ""
145
 
146
- #: admin/includes/admin-about.php:116
147
  #, php-format
148
  msgid ""
149
  "Be sure to also check the %1$s to get the plugin behaving just the way you "
150
  "want."
151
  msgstr ""
152
 
153
- #: admin/includes/admin-about.php:116
154
  msgid "Settings page"
155
  msgstr "Asetukset-sivu"
156
 
157
- #: admin/includes/admin-about.php:123
158
  msgid "About the plugin author"
159
  msgstr ""
160
 
161
- #: admin/includes/admin-about.php:125
162
  #, php-format
163
  msgid ""
164
  "This plugin is developed by %1$s, you can find more information about the "
165
  "plugin on the %2$s."
166
  msgstr ""
167
 
168
- #: admin/includes/admin-about.php:125
169
  msgid "WordPress plugin site"
170
  msgstr ""
171
 
172
- #: admin/includes/admin-about.php:126
173
  #, php-format
174
  msgid "If you like the plugin please rate it on the %1$s."
175
  msgstr ""
176
 
177
- #: admin/includes/admin-about.php:126
178
  msgid "WordPress plugin review site"
179
  msgstr ""
180
 
181
- #: admin/includes/admin-about.php:127
182
  msgid ""
183
  "If you want to support the plugin I would be happy to get a small donation"
184
  msgstr ""
185
 
186
- #: admin/includes/admin-about.php:128 admin/includes/admin-about.php:129
187
- #: admin/includes/admin-about.php:130
188
  #, php-format
189
  msgid "Donate with %1$s"
190
  msgstr ""
191
 
192
- #: admin/includes/admin-about.php:139
193
  msgid ""
194
  "You have the possibility to modify the output if you add some of the "
195
  "following attributes to the shortcode."
196
  msgstr ""
197
 
198
- #: admin/includes/admin-about.php:140
199
  #, php-format
200
  msgid ""
201
  "You can combine and add as much attributes as you want. E.g. the shortcode "
202
  "including the attributes %1$s and %2$s would looks like this:"
203
  msgstr ""
204
 
205
- #: admin/includes/admin-about.php:142
206
  msgid ""
207
  "Below you can find a list of all supported attributes with their "
208
  "descriptions and available options:"
209
  msgstr ""
210
 
211
- #: admin/includes/admin-about.php:157
212
  msgid "Attribute name"
213
  msgstr "Atribuutin nimi"
214
 
215
- #: admin/includes/admin-about.php:158
216
  msgid "Value options"
217
  msgstr "Arvon vaihtoehdot"
218
 
219
- #: admin/includes/admin-about.php:159
220
  msgid "Default value"
221
  msgstr "Oletus arvo"
222
 
223
- #: admin/includes/admin-about.php:160
224
  msgid "Description"
225
  msgstr "Kuvaus"
226
 
227
- #: admin/includes/admin-about.php:179 includes/sc_event-list_helptexts.php:74
228
  #: includes/sc_event-list_helptexts.php:91
229
  msgid "Filter Syntax"
230
  msgstr ""
231
 
232
- #: admin/includes/admin-about.php:180
233
  msgid ""
234
  "For date and cat filters you can specify complex filters with the following "
235
  "syntax:"
236
  msgstr ""
237
 
238
- #: admin/includes/admin-about.php:181
239
  #, php-format
240
  msgid ""
241
  "You can use %1$s and %2$s connections to define complex filters. "
242
  "Additionally you can set brackets %3$s for nested queries."
243
  msgstr ""
244
 
245
- #: admin/includes/admin-about.php:181
246
  msgid "AND"
247
  msgstr "JA"
248
 
249
- #: admin/includes/admin-about.php:181
250
  msgid "OR"
251
  msgstr "TAI"
252
 
253
- #: admin/includes/admin-about.php:181
254
  msgid "or"
255
  msgstr "tai"
256
 
257
- #: admin/includes/admin-about.php:181
258
  msgid "and"
259
  msgstr "ja"
260
 
261
- #: admin/includes/admin-about.php:182
262
  msgid "Examples for cat filters:"
263
  msgstr ""
264
 
265
- #: admin/includes/admin-about.php:183
266
  #, php-format
267
  msgid "Show all events with category %1$s."
268
  msgstr ""
269
 
270
- #: admin/includes/admin-about.php:184
271
  #, php-format
272
  msgid "Show all events with category %1$s or %2$s."
273
  msgstr ""
274
 
275
- #: admin/includes/admin-about.php:185
276
  #, php-format
277
  msgid ""
278
  "Show all events with category %1$s and all events where category %2$s as "
279
  "well as %3$s is selected."
280
  msgstr ""
281
 
282
- #: admin/includes/admin-about.php:191 includes/sc_event-list_helptexts.php:69
283
  msgid "Available Date Formats"
284
  msgstr "Käytettävissä olevat päivämäärän muotoilut"
285
 
286
- #: admin/includes/admin-about.php:192
287
  msgid "For date filters you can use the following date formats:"
288
  msgstr ""
289
 
290
- #: admin/includes/admin-about.php:201 includes/sc_event-list_helptexts.php:70
291
  msgid "Available Date Range Formats"
292
  msgstr ""
293
 
294
- #: admin/includes/admin-about.php:202
295
  msgid "For date filters you can use the following daterange formats:"
296
  msgstr ""
297
 
298
- #: admin/includes/admin-about.php:215
299
  msgid "Value"
300
  msgstr "Arvo"
301
 
302
- #: admin/includes/admin-about.php:219
303
  msgid "Example"
304
  msgstr "Esimerkki"
305
 
306
- #: admin/includes/admin-categories.php:79
307
  msgid "Synchronize with post categories"
308
  msgstr ""
309
 
310
- #: admin/includes/admin-categories.php:90
311
  #, php-format
312
  msgid "%1$s categories modified (%2$s)"
313
  msgstr ""
314
 
315
- #: admin/includes/admin-categories.php:91
316
  #, php-format
317
  msgid "%1$s categories added (%2$s)"
318
  msgstr ""
319
 
320
- #: admin/includes/admin-categories.php:92
321
  #, php-format
322
  msgid "%1$s categories deleted (%2$s)"
323
  msgstr ""
324
 
325
- #: admin/includes/admin-categories.php:95
326
  #, php-format
327
  msgid "%1$s categories not modified (%2$s)"
328
  msgstr ""
329
 
330
- #: admin/includes/admin-categories.php:96
331
  #, php-format
332
  msgid "%1$s categories not added (%2$s)"
333
  msgstr ""
334
 
335
- #: admin/includes/admin-categories.php:97
336
  #, php-format
337
  msgid "%1$s categories not deleted (%2$s)"
338
  msgstr ""
339
 
340
- #: admin/includes/admin-categories.php:100
341
  msgid "An Error occured during the category sync"
342
  msgstr ""
343
 
344
- #: admin/includes/admin-categories.php:103
345
  msgid "Category sync finished"
346
  msgstr ""
347
 
348
- #: admin/includes/admin-category-sync.php:77
349
  msgid "Error: You are not allowed to view this page!"
350
  msgstr ""
351
 
352
- #: admin/includes/admin-category-sync.php:93
353
  msgid "Affected Categories when switching to seperate Event Categories"
354
  msgstr ""
355
 
356
- #: admin/includes/admin-category-sync.php:94
357
  msgid "Switch option to seperate Event Categories"
358
  msgstr ""
359
 
360
- #: admin/includes/admin-category-sync.php:95
361
  msgid ""
362
  "If you proceed, all post categories will be copied and all events will be "
363
  "re-assigned to this new categories."
364
  msgstr ""
365
 
366
- #: admin/includes/admin-category-sync.php:96
367
  msgid ""
368
  "Afterwards the event categories are independent of the post categories."
369
  msgstr ""
370
 
371
- #: admin/includes/admin-category-sync.php:98
372
  msgid "Affected Categories when switching to use Post Categories for events"
373
  msgstr ""
374
 
375
- #: admin/includes/admin-category-sync.php:99
376
  msgid "Switch option to use Post Categories for events"
377
  msgstr ""
378
 
379
- #: admin/includes/admin-category-sync.php:100
380
  msgid ""
381
  "Take a detailed look at the affected categories above before you proceed! "
382
  "All seperate event categories will be deleted, this cannot be undone!"
383
  msgstr ""
384
 
385
- #: admin/includes/admin-category-sync.php:103
386
  msgid "Event Categories: Synchronise with Post Categories"
387
  msgstr ""
388
 
389
- #: admin/includes/admin-category-sync.php:104
390
  msgid "Start synchronisation"
391
  msgstr ""
392
 
393
- #: admin/includes/admin-category-sync.php:105
394
  msgid ""
395
  "If this option is enabled the above listed categories will be deleted and "
396
  "removed from the existing events!"
397
  msgstr ""
398
 
399
- #: admin/includes/admin-category-sync.php:120
400
  msgid "Categories to modify"
401
  msgstr ""
402
 
403
- #: admin/includes/admin-category-sync.php:121
404
  msgid "Categories to add"
405
  msgstr ""
406
 
407
- #: admin/includes/admin-category-sync.php:122
408
  msgid "Categories to delete (optional)"
409
  msgstr ""
410
 
411
- #: admin/includes/admin-category-sync.php:123
412
  msgid "Delete not available post categories"
413
  msgstr ""
414
 
415
- #: admin/includes/admin-category-sync.php:126
416
  msgid "Categories with differences"
417
  msgstr ""
418
 
419
- #: admin/includes/admin-category-sync.php:127
420
  msgid "Categories to add (optional)"
421
  msgstr ""
422
 
423
- #: admin/includes/admin-category-sync.php:128
424
  msgid "Add not available post categories"
425
  msgstr ""
426
 
427
- #: admin/includes/admin-category-sync.php:147
428
  msgid "none"
429
  msgstr ""
430
 
431
- #: admin/includes/admin-import.php:91
432
  msgid "Import Events"
433
  msgstr "Tuo tapahtumia"
434
 
435
- #: admin/includes/admin-import.php:110 admin/includes/admin-import.php:150
436
- #: admin/includes/admin-import.php:254
437
  msgid "Step"
438
  msgstr "Vaihe"
439
 
440
- #: admin/includes/admin-import.php:110
441
  msgid "Set import file and options"
442
  msgstr ""
443
 
444
- #: admin/includes/admin-import.php:113
445
  #, php-format
446
  msgid "Proceed with Step %1$s"
447
  msgstr ""
448
 
449
- #: admin/includes/admin-import.php:116
450
  msgid "Example file"
451
  msgstr "Esimerkki tiedosto"
452
 
453
- #: admin/includes/admin-import.php:117
454
  #, php-format
455
  msgid ""
456
  "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
457
  msgstr ""
458
 
459
- #: admin/includes/admin-import.php:118
460
  msgid "Note"
461
  msgstr ""
462
 
463
- #: admin/includes/admin-import.php:118
464
  msgid ""
465
  "Do not change the column header and separator line (first two lines), "
466
  "otherwise the import will fail!"
467
  msgstr ""
468
 
469
- #: admin/includes/admin-import.php:128 admin/includes/admin-import.php:137
470
  msgid "Sorry, there has been an error."
471
  msgstr ""
472
 
473
- #: admin/includes/admin-import.php:129
474
  msgid "The file does not exist, please try again."
475
  msgstr "Tiedosto ei ole olemassa, yritä uudelleen."
476
 
477
- #: admin/includes/admin-import.php:138
478
  msgid "The uploaded file does not have the required csv extension."
479
  msgstr ""
480
 
481
- #: admin/includes/admin-import.php:150
482
  msgid "Events review and additonal category selection"
483
  msgstr ""
484
 
485
- #: admin/includes/admin-import.php:156 admin/includes/admin-import.php:167
486
  msgid "Error"
487
  msgstr ""
488
 
489
- #: admin/includes/admin-import.php:156
490
  msgid "This CSV file cannot be imported"
491
  msgstr ""
492
 
493
- #: admin/includes/admin-import.php:167
494
  msgid "None of the events in this CSV file can be imported"
495
  msgstr ""
496
 
497
- #: admin/includes/admin-import.php:170 admin/includes/admin-import.php:213
498
  msgid "Warning"
499
  msgstr ""
500
 
501
- #: admin/includes/admin-import.php:172
502
  #, php-format
503
  msgid "There is %1$s event which cannot be imported"
504
  msgid_plural "There are %1$s events which cannot be imported"
505
  msgstr[0] ""
506
  msgstr[1] ""
507
 
508
- #: admin/includes/admin-import.php:184
509
  #, php-format
510
  msgid "CSV line %1$s"
511
  msgstr ""
512
 
513
- #: admin/includes/admin-import.php:194
514
  msgid "You can still import all other events listed below."
515
  msgstr ""
516
 
517
- #: admin/includes/admin-import.php:213
518
  msgid ""
519
  "The following category slugs are not available and will be removed from the "
520
  "imported events"
521
  msgstr ""
522
 
523
- #: admin/includes/admin-import.php:219
524
  msgid ""
525
  "If you want to keep these categories, please create these Categories first "
526
  "and do the import afterwards."
527
  msgstr ""
528
 
529
- #: admin/includes/admin-import.php:254
530
  msgid "Import result"
531
  msgstr ""
532
 
533
- #: admin/includes/admin-import.php:257
534
  #, php-format
535
  msgid "Import of %1$s events successful!"
536
  msgstr ""
537
 
538
- #: admin/includes/admin-import.php:258
539
  msgid "Go back to All Events"
540
  msgstr ""
541
 
542
- #: admin/includes/admin-import.php:261
543
  msgid "Errors during Import"
544
  msgstr ""
545
 
546
- #: admin/includes/admin-import.php:269
547
  msgid "Event from CSV-line"
548
  msgstr ""
549
 
550
- #: admin/includes/admin-import.php:281 admin/includes/admin-main.php:109
551
  #: includes/widget_helptexts.php:9
552
  msgid "Title"
553
  msgstr "Otsikko"
554
 
555
- #: admin/includes/admin-import.php:282
556
  msgid "Start Date"
557
  msgstr "Alku päivämäärä"
558
 
559
- #: admin/includes/admin-import.php:283
560
  msgid "End Date"
561
  msgstr "Loppu päivämäärä"
562
 
563
- #: admin/includes/admin-import.php:284 admin/includes/admin-new.php:131
564
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
 
565
  msgid "Time"
566
  msgstr "Aika"
567
 
568
- #: admin/includes/admin-import.php:285 admin/includes/admin-main.php:110
569
- #: admin/includes/admin-new.php:133 includes/options_helptexts.php:75
570
- #: includes/options_helptexts.php:76
571
  msgid "Location"
572
  msgstr "Sijainti"
573
 
574
- #: admin/includes/admin-import.php:286
575
  msgid "Content"
576
  msgstr ""
577
 
578
- #: admin/includes/admin-import.php:287
579
  msgid "Category slugs"
580
  msgstr ""
581
 
582
- #: admin/includes/admin-import.php:333
583
  msgid "Header line is missing or not correct!"
584
  msgstr ""
585
 
586
- #: admin/includes/admin-import.php:334
587
  #, php-format
588
  msgid ""
589
  "Have a look at the %1$sexample file%2$s to see the correct header line "
590
  "format."
591
  msgstr ""
592
 
593
- #: admin/includes/admin-import.php:341
594
  #, php-format
595
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
596
  msgstr ""
597
 
598
- #: admin/includes/admin-import.php:371
599
- msgid "Empty event title found"
600
- msgstr ""
601
-
602
- #: admin/includes/admin-import.php:377
603
- msgid "Wrong date format for startdate"
604
- msgstr ""
605
-
606
- #: admin/includes/admin-import.php:385
607
- msgid "Wrong date format for enddate"
608
- msgstr ""
609
-
610
- #: admin/includes/admin-import.php:439
611
  msgid "Import events"
612
  msgstr "Tuo tapahtumia"
613
 
614
- #: admin/includes/admin-import.php:440
615
  msgid "Add additional categories"
616
  msgstr "Lisää kategorioita"
617
 
618
- #: admin/includes/admin-import.php:470 includes/events_post_type.php:92
619
  msgid "No events found"
620
  msgstr ""
621
 
622
- #: admin/includes/admin-import.php:518
623
  msgid "Saving of event failed!"
624
  msgstr ""
625
 
626
- #: admin/includes/admin-main.php:108
 
 
 
 
 
 
 
 
 
 
 
 
627
  msgid "Event Date"
628
  msgstr ""
629
 
630
- #: admin/includes/admin-main.php:113
631
  msgid "Author"
632
  msgstr "Kirjoittaja"
633
 
634
- #: admin/includes/admin-main.php:182
635
  #, php-format
636
  msgid "Add a copy of %1$s"
637
  msgstr ""
638
 
639
- #: admin/includes/admin-main.php:182
640
  msgid "Copy"
641
  msgstr ""
642
 
643
- #: admin/includes/admin-main.php:268
644
  msgid "Import"
645
  msgstr "Tuo"
646
 
647
- #: admin/includes/admin-new.php:83
648
  msgid "Event data"
649
  msgstr ""
650
 
651
- #: admin/includes/admin-new.php:116
652
  msgid "Add Copy"
653
  msgstr ""
654
 
655
- #: admin/includes/admin-new.php:124
656
  msgid "Date"
657
  msgstr "Päiväys"
658
 
659
- #: admin/includes/admin-new.php:124
660
  msgid "required"
661
  msgstr "tarpeellinen"
662
 
663
- #: admin/includes/admin-new.php:127
664
  msgid "Multi-Day Event"
665
  msgstr "Monipäiväinen tapahtuma"
666
 
667
- #: admin/includes/admin-new.php:147
668
  msgid "Event Title"
669
  msgstr ""
670
 
671
- #: admin/includes/admin-new.php:164
672
  msgid "Event Content"
673
  msgstr ""
674
 
675
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:245
676
  msgid "Event updated."
677
  msgstr ""
678
 
679
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:247
680
  msgid "View event"
681
  msgstr ""
682
 
683
- #: admin/includes/admin-new.php:246
684
  #, php-format
685
  msgid "Event restored to revision from %1$s"
686
  msgstr ""
687
 
688
- #: admin/includes/admin-new.php:247
689
  msgid "Event published."
690
  msgstr ""
691
 
692
- #: admin/includes/admin-new.php:248
693
  msgid "Event saved."
694
  msgstr ""
695
 
696
- #: admin/includes/admin-new.php:249
697
  msgid "Event submitted."
698
  msgstr ""
699
 
700
- #: admin/includes/admin-new.php:249 admin/includes/admin-new.php:252
701
- #: admin/includes/admin-new.php:253
702
  msgid "Preview event"
703
  msgstr ""
704
 
705
- #: admin/includes/admin-new.php:251
706
  #, php-format
707
  msgid "Event scheduled for: %1$s>"
708
  msgstr ""
709
 
710
- #: admin/includes/admin-new.php:253
711
  msgid "Event draft updated."
712
  msgstr ""
713
 
714
- #: admin/includes/admin-settings.php:97
715
  msgid "Go to Event Category switching page"
716
  msgstr ""
717
 
718
- #: admin/includes/admin-settings.php:111
719
  msgid "Frontend Settings"
720
  msgstr ""
721
 
722
- #: admin/includes/admin-settings.php:112
723
  msgid "Admin Page Settings"
724
  msgstr "Hallinnointisivun asetukset"
725
 
726
- #: admin/includes/admin-settings.php:113
727
  msgid "Feed Settings"
728
  msgstr "Syöte asetukset"
729
 
730
- #: admin/includes/admin-settings.php:114
731
  msgid "Category Taxonomy"
732
  msgstr ""
733
 
@@ -895,7 +896,7 @@ msgid "No valid start date provided"
895
  msgstr ""
896
 
897
  #: includes/event.php:343 includes/event.php:345
898
- #: includes/sc_event-list.php:330
899
  msgid "read more"
900
  msgstr ""
901
 
@@ -1423,15 +1424,15 @@ msgid ""
1423
  " switching page from here."
1424
  msgstr ""
1425
 
1426
- #: includes/options.php:92
1427
  msgid "events"
1428
  msgstr ""
1429
 
1430
- #: includes/options.php:96
1431
  msgid "Show content"
1432
  msgstr ""
1433
 
1434
- #: includes/options.php:100
1435
  msgid "Hide content"
1436
  msgstr ""
1437
 
@@ -1522,9 +1523,10 @@ msgid "category slugs"
1522
  msgstr ""
1523
 
1524
  #: includes/sc_event-list_helptexts.php:82
 
1525
  msgid ""
1526
  "This attribute defines the category filter which filters the events to show."
1527
- " The default is $1$s or an empty string to show all events."
1528
  msgstr ""
1529
 
1530
  #: includes/sc_event-list_helptexts.php:86
@@ -1871,19 +1873,19 @@ msgid ""
1871
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1872
  msgstr ""
1873
 
1874
- #: includes/sc_event-list.php:184
1875
  msgid "Sorry, the requested event is not available!"
1876
  msgstr ""
1877
 
1878
- #: includes/sc_event-list.php:193
1879
  msgid "Event Information:"
1880
  msgstr "Tapahtuman tiedot:"
1881
 
1882
- #: includes/sc_event-list.php:437
1883
  msgid "Link to RSS feed"
1884
  msgstr ""
1885
 
1886
- #: includes/sc_event-list.php:447
1887
  msgid "Link to iCal feed"
1888
  msgstr ""
1889
 
@@ -2035,14 +2037,14 @@ msgid ""
2035
  "approriate option is selected."
2036
  msgstr ""
2037
 
2038
- #: includes/widget.php:38
2039
  msgid "With this widget a list of upcoming events can be displayed."
2040
  msgstr "Tällä vimpaimella voit näyttää tulevien tapahtumien listan."
2041
 
2042
- #: includes/widget.php:43
2043
  msgid "Upcoming events"
2044
  msgstr "Tulevat tapahtumat"
2045
 
2046
- #: includes/widget.php:57
2047
  msgid "show events page"
2048
  msgstr "näytä tapahtuma sivu"
10
  msgstr ""
11
  "Project-Id-Version: wp-event-list\n"
12
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
13
+ "POT-Creation-Date: 2022-03-07 19:10+0100\n"
14
+ "PO-Revision-Date: 2022-03-07 18:11+0000\n"
15
  "Last-Translator: mibuthu\n"
16
  "Language-Team: Finnish (Finland) (http://www.transifex.com/mibuthu/wp-event-list/language/fi_FI/)\n"
17
  "MIME-Version: 1.0\n"
20
  "Language: fi_FI\n"
21
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
22
 
23
+ #: admin/admin.php:89
24
  #, php-format
25
  msgid "Errors during upgrade of plugin %1$s"
26
  msgstr ""
27
 
28
+ #: admin/admin.php:89
29
  #, php-format
30
  msgid "Upgrade of plugin %1$s successful"
31
  msgstr ""
32
 
33
+ #: admin/admin.php:147 admin/includes/admin-settings.php:89
34
  msgid "Event List Settings"
35
  msgstr "Tapahtuma listan asetukset"
36
 
37
+ #: admin/admin.php:147
38
  msgid "Settings"
39
  msgstr "Asetukset"
40
 
41
+ #: admin/admin.php:151 admin/includes/admin-about.php:62
42
  msgid "About Event List"
43
  msgstr "Lisätietoa Tapahtumalistasta"
44
 
45
+ #: admin/admin.php:151
46
  msgid "About"
47
  msgstr "Lisätietoa"
48
 
49
+ #: admin/admin.php:175
50
  #, php-format
51
  msgid "%s Event"
52
  msgid_plural "%s Events"
53
  msgstr[0] ""
54
  msgstr[1] ""
55
 
56
+ #: admin/includes/admin-about.php:86 admin/includes/admin-settings.php:107
57
  msgid "General"
58
  msgstr "Yleinen"
59
 
60
+ #: admin/includes/admin-about.php:87 admin/includes/admin-about.php:109
61
+ #: admin/includes/admin-about.php:162
62
  msgid "Shortcode Attributes"
63
  msgstr ""
64
 
65
+ #: admin/includes/admin-about.php:101
66
  msgid "Help and Instructions"
67
  msgstr "Apu ja ohjeet"
68
 
69
+ #: admin/includes/admin-about.php:102
70
  #, php-format
71
  msgid "You can manage the events %1$shere%2$s"
72
  msgstr ""
73
 
74
+ #: admin/includes/admin-about.php:103
75
  msgid "To show the events on your site you have 2 possibilities"
76
  msgstr "Sinulla on 2 tapaa näyttää Tapahtumalistan tapahtumia sivullasi."
77
 
78
+ #: admin/includes/admin-about.php:104
79
  #, php-format
80
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
81
  msgstr "Voit asettaa <strong>shortcoden</strong> %1$s mille tahansa sivulle tai mihin tahansa postaukseen."
82
 
83
+ #: admin/includes/admin-about.php:105
84
  #, php-format
85
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
86
  msgstr "Voit lisätä <strong>widgetin</strong> %1$s sivupalkkeihisi."
87
 
88
+ #: admin/includes/admin-about.php:106
89
  msgid ""
90
  "The displayed events and their style can be modified with the available "
91
  "widget settings and the available attributes for the shortcode."
98
  "available in the %1$s tab."
99
  msgstr ""
100
 
101
+ #: admin/includes/admin-about.php:111
102
  msgid "The available widget options are described in their tooltip text."
103
  msgstr "Saatavilla olevat widget-asetukset on kuvattu tooltipissä."
104
 
105
+ #: admin/includes/admin-about.php:113
106
  #, php-format
107
  msgid ""
108
  "If you enable one of the links options (%1$s or %2$s) in the widget you have"
109
  " to insert an URL to the linked event-list page."
110
  msgstr ""
111
 
112
+ #: admin/includes/admin-about.php:114 includes/widget_helptexts.php:134
113
  msgid "Add links to the single events"
114
  msgstr "Lisää linkkejä yksittäisiin tapahtumiin"
115
 
116
+ #: admin/includes/admin-about.php:115 includes/widget_helptexts.php:143
117
  msgid "Add a link to the Event List page"
118
  msgstr "Lisää linkki Tapahtumalistan sivulle"
119
 
120
+ #: admin/includes/admin-about.php:117
121
  msgid ""
122
  "This is required because the widget does not know in which page or post the "
123
  "shortcode was included."
124
  msgstr ""
125
 
126
+ #: admin/includes/admin-about.php:118
127
  msgid ""
128
  "Additionally you have to insert the correct Shortcode id on the linked page."
129
  " This id describes which shortcode should be used on the given page or post "
130
  "if you have more than one."
131
  msgstr ""
132
 
133
+ #: admin/includes/admin-about.php:120
134
  #, php-format
135
  msgid ""
136
  "The default value %1$s is normally o.k. (for pages with 1 shortcode only), "
138
  "link on your linked page or post."
139
  msgstr ""
140
 
141
+ #: admin/includes/admin-about.php:124
142
  #, php-format
143
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
144
  msgstr ""
145
 
146
+ #: admin/includes/admin-about.php:129
147
  #, php-format
148
  msgid ""
149
  "Be sure to also check the %1$s to get the plugin behaving just the way you "
150
  "want."
151
  msgstr ""
152
 
153
+ #: admin/includes/admin-about.php:130
154
  msgid "Settings page"
155
  msgstr "Asetukset-sivu"
156
 
157
+ #: admin/includes/admin-about.php:138
158
  msgid "About the plugin author"
159
  msgstr ""
160
 
161
+ #: admin/includes/admin-about.php:141
162
  #, php-format
163
  msgid ""
164
  "This plugin is developed by %1$s, you can find more information about the "
165
  "plugin on the %2$s."
166
  msgstr ""
167
 
168
+ #: admin/includes/admin-about.php:143
169
  msgid "WordPress plugin site"
170
  msgstr ""
171
 
172
+ #: admin/includes/admin-about.php:146
173
  #, php-format
174
  msgid "If you like the plugin please rate it on the %1$s."
175
  msgstr ""
176
 
177
+ #: admin/includes/admin-about.php:147
178
  msgid "WordPress plugin review site"
179
  msgstr ""
180
 
181
+ #: admin/includes/admin-about.php:149
182
  msgid ""
183
  "If you want to support the plugin I would be happy to get a small donation"
184
  msgstr ""
185
 
186
+ #: admin/includes/admin-about.php:151 admin/includes/admin-about.php:153
187
+ #: admin/includes/admin-about.php:155
188
  #, php-format
189
  msgid "Donate with %1$s"
190
  msgstr ""
191
 
192
+ #: admin/includes/admin-about.php:164
193
  msgid ""
194
  "You have the possibility to modify the output if you add some of the "
195
  "following attributes to the shortcode."
196
  msgstr ""
197
 
198
+ #: admin/includes/admin-about.php:166
199
  #, php-format
200
  msgid ""
201
  "You can combine and add as much attributes as you want. E.g. the shortcode "
202
  "including the attributes %1$s and %2$s would looks like this:"
203
  msgstr ""
204
 
205
+ #: admin/includes/admin-about.php:171
206
  msgid ""
207
  "Below you can find a list of all supported attributes with their "
208
  "descriptions and available options:"
209
  msgstr ""
210
 
211
+ #: admin/includes/admin-about.php:186
212
  msgid "Attribute name"
213
  msgstr "Atribuutin nimi"
214
 
215
+ #: admin/includes/admin-about.php:187
216
  msgid "Value options"
217
  msgstr "Arvon vaihtoehdot"
218
 
219
+ #: admin/includes/admin-about.php:188
220
  msgid "Default value"
221
  msgstr "Oletus arvo"
222
 
223
+ #: admin/includes/admin-about.php:189
224
  msgid "Description"
225
  msgstr "Kuvaus"
226
 
227
+ #: admin/includes/admin-about.php:208 includes/sc_event-list_helptexts.php:74
228
  #: includes/sc_event-list_helptexts.php:91
229
  msgid "Filter Syntax"
230
  msgstr ""
231
 
232
+ #: admin/includes/admin-about.php:209
233
  msgid ""
234
  "For date and cat filters you can specify complex filters with the following "
235
  "syntax:"
236
  msgstr ""
237
 
238
+ #: admin/includes/admin-about.php:211
239
  #, php-format
240
  msgid ""
241
  "You can use %1$s and %2$s connections to define complex filters. "
242
  "Additionally you can set brackets %3$s for nested queries."
243
  msgstr ""
244
 
245
+ #: admin/includes/admin-about.php:212
246
  msgid "AND"
247
  msgstr "JA"
248
 
249
+ #: admin/includes/admin-about.php:213
250
  msgid "OR"
251
  msgstr "TAI"
252
 
253
+ #: admin/includes/admin-about.php:213
254
  msgid "or"
255
  msgstr "tai"
256
 
257
+ #: admin/includes/admin-about.php:214
258
  msgid "and"
259
  msgstr "ja"
260
 
261
+ #: admin/includes/admin-about.php:216
262
  msgid "Examples for cat filters:"
263
  msgstr ""
264
 
265
+ #: admin/includes/admin-about.php:217
266
  #, php-format
267
  msgid "Show all events with category %1$s."
268
  msgstr ""
269
 
270
+ #: admin/includes/admin-about.php:218
271
  #, php-format
272
  msgid "Show all events with category %1$s or %2$s."
273
  msgstr ""
274
 
275
+ #: admin/includes/admin-about.php:220
276
  #, php-format
277
  msgid ""
278
  "Show all events with category %1$s and all events where category %2$s as "
279
  "well as %3$s is selected."
280
  msgstr ""
281
 
282
+ #: admin/includes/admin-about.php:226 includes/sc_event-list_helptexts.php:69
283
  msgid "Available Date Formats"
284
  msgstr "Käytettävissä olevat päivämäärän muotoilut"
285
 
286
+ #: admin/includes/admin-about.php:227
287
  msgid "For date filters you can use the following date formats:"
288
  msgstr ""
289
 
290
+ #: admin/includes/admin-about.php:236 includes/sc_event-list_helptexts.php:70
291
  msgid "Available Date Range Formats"
292
  msgstr ""
293
 
294
+ #: admin/includes/admin-about.php:237
295
  msgid "For date filters you can use the following daterange formats:"
296
  msgstr ""
297
 
298
+ #: admin/includes/admin-about.php:250
299
  msgid "Value"
300
  msgstr "Arvo"
301
 
302
+ #: admin/includes/admin-about.php:254
303
  msgid "Example"
304
  msgstr "Esimerkki"
305
 
306
+ #: admin/includes/admin-categories.php:77
307
  msgid "Synchronize with post categories"
308
  msgstr ""
309
 
310
+ #: admin/includes/admin-categories.php:87
311
  #, php-format
312
  msgid "%1$s categories modified (%2$s)"
313
  msgstr ""
314
 
315
+ #: admin/includes/admin-categories.php:88
316
  #, php-format
317
  msgid "%1$s categories added (%2$s)"
318
  msgstr ""
319
 
320
+ #: admin/includes/admin-categories.php:89
321
  #, php-format
322
  msgid "%1$s categories deleted (%2$s)"
323
  msgstr ""
324
 
325
+ #: admin/includes/admin-categories.php:92
326
  #, php-format
327
  msgid "%1$s categories not modified (%2$s)"
328
  msgstr ""
329
 
330
+ #: admin/includes/admin-categories.php:93
331
  #, php-format
332
  msgid "%1$s categories not added (%2$s)"
333
  msgstr ""
334
 
335
+ #: admin/includes/admin-categories.php:94
336
  #, php-format
337
  msgid "%1$s categories not deleted (%2$s)"
338
  msgstr ""
339
 
340
+ #: admin/includes/admin-categories.php:97
341
  msgid "An Error occured during the category sync"
342
  msgstr ""
343
 
344
+ #: admin/includes/admin-categories.php:100
345
  msgid "Category sync finished"
346
  msgstr ""
347
 
348
+ #: admin/includes/admin-category-sync.php:76
349
  msgid "Error: You are not allowed to view this page!"
350
  msgstr ""
351
 
352
+ #: admin/includes/admin-category-sync.php:92
353
  msgid "Affected Categories when switching to seperate Event Categories"
354
  msgstr ""
355
 
356
+ #: admin/includes/admin-category-sync.php:93
357
  msgid "Switch option to seperate Event Categories"
358
  msgstr ""
359
 
360
+ #: admin/includes/admin-category-sync.php:94
361
  msgid ""
362
  "If you proceed, all post categories will be copied and all events will be "
363
  "re-assigned to this new categories."
364
  msgstr ""
365
 
366
+ #: admin/includes/admin-category-sync.php:95
367
  msgid ""
368
  "Afterwards the event categories are independent of the post categories."
369
  msgstr ""
370
 
371
+ #: admin/includes/admin-category-sync.php:97
372
  msgid "Affected Categories when switching to use Post Categories for events"
373
  msgstr ""
374
 
375
+ #: admin/includes/admin-category-sync.php:98
376
  msgid "Switch option to use Post Categories for events"
377
  msgstr ""
378
 
379
+ #: admin/includes/admin-category-sync.php:99
380
  msgid ""
381
  "Take a detailed look at the affected categories above before you proceed! "
382
  "All seperate event categories will be deleted, this cannot be undone!"
383
  msgstr ""
384
 
385
+ #: admin/includes/admin-category-sync.php:102
386
  msgid "Event Categories: Synchronise with Post Categories"
387
  msgstr ""
388
 
389
+ #: admin/includes/admin-category-sync.php:103
390
  msgid "Start synchronisation"
391
  msgstr ""
392
 
393
+ #: admin/includes/admin-category-sync.php:104
394
  msgid ""
395
  "If this option is enabled the above listed categories will be deleted and "
396
  "removed from the existing events!"
397
  msgstr ""
398
 
399
+ #: admin/includes/admin-category-sync.php:119
400
  msgid "Categories to modify"
401
  msgstr ""
402
 
403
+ #: admin/includes/admin-category-sync.php:120
404
  msgid "Categories to add"
405
  msgstr ""
406
 
407
+ #: admin/includes/admin-category-sync.php:121
408
  msgid "Categories to delete (optional)"
409
  msgstr ""
410
 
411
+ #: admin/includes/admin-category-sync.php:122
412
  msgid "Delete not available post categories"
413
  msgstr ""
414
 
415
+ #: admin/includes/admin-category-sync.php:125
416
  msgid "Categories with differences"
417
  msgstr ""
418
 
419
+ #: admin/includes/admin-category-sync.php:126
420
  msgid "Categories to add (optional)"
421
  msgstr ""
422
 
423
+ #: admin/includes/admin-category-sync.php:127
424
  msgid "Add not available post categories"
425
  msgstr ""
426
 
427
+ #: admin/includes/admin-category-sync.php:146
428
  msgid "none"
429
  msgstr ""
430
 
431
+ #: admin/includes/admin-import.php:90
432
  msgid "Import Events"
433
  msgstr "Tuo tapahtumia"
434
 
435
+ #: admin/includes/admin-import.php:109 admin/includes/admin-import.php:154
436
+ #: admin/includes/admin-import.php:261
437
  msgid "Step"
438
  msgstr "Vaihe"
439
 
440
+ #: admin/includes/admin-import.php:109
441
  msgid "Set import file and options"
442
  msgstr ""
443
 
444
+ #: admin/includes/admin-import.php:114
445
  #, php-format
446
  msgid "Proceed with Step %1$s"
447
  msgstr ""
448
 
449
+ #: admin/includes/admin-import.php:117
450
  msgid "Example file"
451
  msgstr "Esimerkki tiedosto"
452
 
453
+ #: admin/includes/admin-import.php:119
454
  #, php-format
455
  msgid ""
456
  "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
457
  msgstr ""
458
 
459
+ #: admin/includes/admin-import.php:123
460
  msgid "Note"
461
  msgstr ""
462
 
463
+ #: admin/includes/admin-import.php:124
464
  msgid ""
465
  "Do not change the column header and separator line (first two lines), "
466
  "otherwise the import will fail!"
467
  msgstr ""
468
 
469
+ #: admin/includes/admin-import.php:133 admin/includes/admin-import.php:141
470
  msgid "Sorry, there has been an error."
471
  msgstr ""
472
 
473
+ #: admin/includes/admin-import.php:134
474
  msgid "The file does not exist, please try again."
475
  msgstr "Tiedosto ei ole olemassa, yritä uudelleen."
476
 
477
+ #: admin/includes/admin-import.php:142
478
  msgid "The uploaded file does not have the required csv extension."
479
  msgstr ""
480
 
481
+ #: admin/includes/admin-import.php:154
482
  msgid "Events review and additonal category selection"
483
  msgstr ""
484
 
485
+ #: admin/includes/admin-import.php:160 admin/includes/admin-import.php:171
486
  msgid "Error"
487
  msgstr ""
488
 
489
+ #: admin/includes/admin-import.php:160
490
  msgid "This CSV file cannot be imported"
491
  msgstr ""
492
 
493
+ #: admin/includes/admin-import.php:171
494
  msgid "None of the events in this CSV file can be imported"
495
  msgstr ""
496
 
497
+ #: admin/includes/admin-import.php:174 admin/includes/admin-import.php:219
498
  msgid "Warning"
499
  msgstr ""
500
 
501
+ #: admin/includes/admin-import.php:177
502
  #, php-format
503
  msgid "There is %1$s event which cannot be imported"
504
  msgid_plural "There are %1$s events which cannot be imported"
505
  msgstr[0] ""
506
  msgstr[1] ""
507
 
508
+ #: admin/includes/admin-import.php:190
509
  #, php-format
510
  msgid "CSV line %1$s"
511
  msgstr ""
512
 
513
+ #: admin/includes/admin-import.php:200
514
  msgid "You can still import all other events listed below."
515
  msgstr ""
516
 
517
+ #: admin/includes/admin-import.php:220
518
  msgid ""
519
  "The following category slugs are not available and will be removed from the "
520
  "imported events"
521
  msgstr ""
522
 
523
+ #: admin/includes/admin-import.php:226
524
  msgid ""
525
  "If you want to keep these categories, please create these Categories first "
526
  "and do the import afterwards."
527
  msgstr ""
528
 
529
+ #: admin/includes/admin-import.php:261
530
  msgid "Import result"
531
  msgstr ""
532
 
533
+ #: admin/includes/admin-import.php:264
534
  #, php-format
535
  msgid "Import of %1$s events successful!"
536
  msgstr ""
537
 
538
+ #: admin/includes/admin-import.php:265
539
  msgid "Go back to All Events"
540
  msgstr ""
541
 
542
+ #: admin/includes/admin-import.php:268
543
  msgid "Errors during Import"
544
  msgstr ""
545
 
546
+ #: admin/includes/admin-import.php:276
547
  msgid "Event from CSV-line"
548
  msgstr ""
549
 
550
+ #: admin/includes/admin-import.php:288 admin/includes/admin-main.php:108
551
  #: includes/widget_helptexts.php:9
552
  msgid "Title"
553
  msgstr "Otsikko"
554
 
555
+ #: admin/includes/admin-import.php:289
556
  msgid "Start Date"
557
  msgstr "Alku päivämäärä"
558
 
559
+ #: admin/includes/admin-import.php:290
560
  msgid "End Date"
561
  msgstr "Loppu päivämäärä"
562
 
563
+ #: admin/includes/admin-import.php:291 admin/includes/admin-new.php:132
564
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
565
+ #: includes/rss.php:116
566
  msgid "Time"
567
  msgstr "Aika"
568
 
569
+ #: admin/includes/admin-import.php:292 admin/includes/admin-main.php:109
570
+ #: admin/includes/admin-new.php:134 includes/options_helptexts.php:75
571
+ #: includes/options_helptexts.php:76 includes/rss.php:119
572
  msgid "Location"
573
  msgstr "Sijainti"
574
 
575
+ #: admin/includes/admin-import.php:293
576
  msgid "Content"
577
  msgstr ""
578
 
579
+ #: admin/includes/admin-import.php:294
580
  msgid "Category slugs"
581
  msgstr ""
582
 
583
+ #: admin/includes/admin-import.php:340
584
  msgid "Header line is missing or not correct!"
585
  msgstr ""
586
 
587
+ #: admin/includes/admin-import.php:341
588
  #, php-format
589
  msgid ""
590
  "Have a look at the %1$sexample file%2$s to see the correct header line "
591
  "format."
592
  msgstr ""
593
 
594
+ #: admin/includes/admin-import.php:350
595
  #, php-format
596
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
597
  msgstr ""
598
 
599
+ #: admin/includes/admin-import.php:399
 
 
 
 
 
 
 
 
 
 
 
 
600
  msgid "Import events"
601
  msgstr "Tuo tapahtumia"
602
 
603
+ #: admin/includes/admin-import.php:400
604
  msgid "Add additional categories"
605
  msgstr "Lisää kategorioita"
606
 
607
+ #: admin/includes/admin-import.php:430 includes/events_post_type.php:92
608
  msgid "No events found"
609
  msgstr ""
610
 
611
+ #: admin/includes/admin-import.php:478
612
  msgid "Saving of event failed!"
613
  msgstr ""
614
 
615
+ #: admin/includes/admin-import.php:496
616
+ msgid "Empty event title found"
617
+ msgstr ""
618
+
619
+ #: admin/includes/admin-import.php:501
620
+ msgid "Wrong date format for startdate"
621
+ msgstr ""
622
+
623
+ #: admin/includes/admin-import.php:509
624
+ msgid "Wrong date format for enddate"
625
+ msgstr ""
626
+
627
+ #: admin/includes/admin-main.php:107
628
  msgid "Event Date"
629
  msgstr ""
630
 
631
+ #: admin/includes/admin-main.php:112
632
  msgid "Author"
633
  msgstr "Kirjoittaja"
634
 
635
+ #: admin/includes/admin-main.php:181
636
  #, php-format
637
  msgid "Add a copy of %1$s"
638
  msgstr ""
639
 
640
+ #: admin/includes/admin-main.php:181
641
  msgid "Copy"
642
  msgstr ""
643
 
644
+ #: admin/includes/admin-main.php:269
645
  msgid "Import"
646
  msgstr "Tuo"
647
 
648
+ #: admin/includes/admin-new.php:82
649
  msgid "Event data"
650
  msgstr ""
651
 
652
+ #: admin/includes/admin-new.php:115
653
  msgid "Add Copy"
654
  msgstr ""
655
 
656
+ #: admin/includes/admin-new.php:123
657
  msgid "Date"
658
  msgstr "Päiväys"
659
 
660
+ #: admin/includes/admin-new.php:123
661
  msgid "required"
662
  msgstr "tarpeellinen"
663
 
664
+ #: admin/includes/admin-new.php:128
665
  msgid "Multi-Day Event"
666
  msgstr "Monipäiväinen tapahtuma"
667
 
668
+ #: admin/includes/admin-new.php:148
669
  msgid "Event Title"
670
  msgstr ""
671
 
672
+ #: admin/includes/admin-new.php:165
673
  msgid "Event Content"
674
  msgstr ""
675
 
676
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:246
677
  msgid "Event updated."
678
  msgstr ""
679
 
680
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:248
681
  msgid "View event"
682
  msgstr ""
683
 
684
+ #: admin/includes/admin-new.php:247
685
  #, php-format
686
  msgid "Event restored to revision from %1$s"
687
  msgstr ""
688
 
689
+ #: admin/includes/admin-new.php:248
690
  msgid "Event published."
691
  msgstr ""
692
 
693
+ #: admin/includes/admin-new.php:249
694
  msgid "Event saved."
695
  msgstr ""
696
 
697
+ #: admin/includes/admin-new.php:250
698
  msgid "Event submitted."
699
  msgstr ""
700
 
701
+ #: admin/includes/admin-new.php:251 admin/includes/admin-new.php:254
702
+ #: admin/includes/admin-new.php:256
703
  msgid "Preview event"
704
  msgstr ""
705
 
706
+ #: admin/includes/admin-new.php:253
707
  #, php-format
708
  msgid "Event scheduled for: %1$s>"
709
  msgstr ""
710
 
711
+ #: admin/includes/admin-new.php:255
712
  msgid "Event draft updated."
713
  msgstr ""
714
 
715
+ #: admin/includes/admin-settings.php:95
716
  msgid "Go to Event Category switching page"
717
  msgstr ""
718
 
719
+ #: admin/includes/admin-settings.php:108
720
  msgid "Frontend Settings"
721
  msgstr ""
722
 
723
+ #: admin/includes/admin-settings.php:109
724
  msgid "Admin Page Settings"
725
  msgstr "Hallinnointisivun asetukset"
726
 
727
+ #: admin/includes/admin-settings.php:110
728
  msgid "Feed Settings"
729
  msgstr "Syöte asetukset"
730
 
731
+ #: admin/includes/admin-settings.php:111
732
  msgid "Category Taxonomy"
733
  msgstr ""
734
 
896
  msgstr ""
897
 
898
  #: includes/event.php:343 includes/event.php:345
899
+ #: includes/sc_event-list.php:325
900
  msgid "read more"
901
  msgstr ""
902
 
1424
  " switching page from here."
1425
  msgstr ""
1426
 
1427
+ #: includes/options.php:91
1428
  msgid "events"
1429
  msgstr ""
1430
 
1431
+ #: includes/options.php:95
1432
  msgid "Show content"
1433
  msgstr ""
1434
 
1435
+ #: includes/options.php:99
1436
  msgid "Hide content"
1437
  msgstr ""
1438
 
1523
  msgstr ""
1524
 
1525
  #: includes/sc_event-list_helptexts.php:82
1526
+ #, php-format
1527
  msgid ""
1528
  "This attribute defines the category filter which filters the events to show."
1529
+ " The default is %1$s or an empty string to show all events."
1530
  msgstr ""
1531
 
1532
  #: includes/sc_event-list_helptexts.php:86
1873
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1874
  msgstr ""
1875
 
1876
+ #: includes/sc_event-list.php:183
1877
  msgid "Sorry, the requested event is not available!"
1878
  msgstr ""
1879
 
1880
+ #: includes/sc_event-list.php:192
1881
  msgid "Event Information:"
1882
  msgstr "Tapahtuman tiedot:"
1883
 
1884
+ #: includes/sc_event-list.php:432
1885
  msgid "Link to RSS feed"
1886
  msgstr ""
1887
 
1888
+ #: includes/sc_event-list.php:442
1889
  msgid "Link to iCal feed"
1890
  msgstr ""
1891
 
2037
  "approriate option is selected."
2038
  msgstr ""
2039
 
2040
+ #: includes/widget.php:37
2041
  msgid "With this widget a list of upcoming events can be displayed."
2042
  msgstr "Tällä vimpaimella voit näyttää tulevien tapahtumien listan."
2043
 
2044
+ #: includes/widget.php:42
2045
  msgid "Upcoming events"
2046
  msgstr "Tulevat tapahtumat"
2047
 
2048
+ #: includes/widget.php:56
2049
  msgid "show events page"
2050
  msgstr "näytä tapahtuma sivu"
languages/event-list-fr_FR.po CHANGED
@@ -11,8 +11,8 @@ msgid ""
11
  msgstr ""
12
  "Project-Id-Version: wp-event-list\n"
13
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
14
- "POT-Creation-Date: 2022-02-19 18:08+0100\n"
15
- "PO-Revision-Date: 2022-02-19 17:09+0000\n"
16
  "Last-Translator: mibuthu\n"
17
  "Language-Team: French (France) (http://www.transifex.com/mibuthu/wp-event-list/language/fr_FR/)\n"
18
  "MIME-Version: 1.0\n"
@@ -21,72 +21,72 @@ msgstr ""
21
  "Language: fr_FR\n"
22
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
23
 
24
- #: admin/admin.php:90
25
  #, php-format
26
  msgid "Errors during upgrade of plugin %1$s"
27
  msgstr "Erreurs lors de la mise à niveau de l'extension %1$s"
28
 
29
- #: admin/admin.php:90
30
  #, php-format
31
  msgid "Upgrade of plugin %1$s successful"
32
  msgstr "Mise à niveau de l'extension %1$s terminée"
33
 
34
- #: admin/admin.php:142 admin/includes/admin-settings.php:91
35
  msgid "Event List Settings"
36
  msgstr "Préférences"
37
 
38
- #: admin/admin.php:142
39
  msgid "Settings"
40
  msgstr "Préférences"
41
 
42
- #: admin/admin.php:146 admin/includes/admin-about.php:63
43
  msgid "About Event List"
44
  msgstr "A propos de la liste d'évènement"
45
 
46
- #: admin/admin.php:146
47
  msgid "About"
48
  msgstr "A propos"
49
 
50
- #: admin/admin.php:170
51
  #, php-format
52
  msgid "%s Event"
53
  msgid_plural "%s Events"
54
  msgstr[0] "%s évènement"
55
  msgstr[1] "%s évènements"
56
 
57
- #: admin/includes/admin-about.php:87 admin/includes/admin-settings.php:110
58
  msgid "General"
59
  msgstr "Général"
60
 
61
- #: admin/includes/admin-about.php:88 admin/includes/admin-about.php:108
62
- #: admin/includes/admin-about.php:137
63
  msgid "Shortcode Attributes"
64
  msgstr "Attributs du shortcode"
65
 
66
- #: admin/includes/admin-about.php:102
67
  msgid "Help and Instructions"
68
  msgstr "Aide et instructions"
69
 
70
- #: admin/includes/admin-about.php:103
71
  #, php-format
72
  msgid "You can manage the events %1$shere%2$s"
73
  msgstr "Vous pouvez gérer l'événement %1$sici%2$s"
74
 
75
- #: admin/includes/admin-about.php:104
76
  msgid "To show the events on your site you have 2 possibilities"
77
  msgstr "Pour voir les évènements sur votre site, vous avez 2 possibilités."
78
 
79
- #: admin/includes/admin-about.php:105
80
  #, php-format
81
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
82
  msgstr "Vous pouvez placer le <strong>shortcode</strong> %1$s sur n'importe quel page ou article."
83
 
84
- #: admin/includes/admin-about.php:106
85
  #, php-format
86
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
87
  msgstr "Vous pouvez ajouter le <strong>widget</strong> %1$s dans votre barre latérale."
88
 
89
- #: admin/includes/admin-about.php:107
90
  msgid ""
91
  "The displayed events and their style can be modified with the available "
92
  "widget settings and the available attributes for the shortcode."
@@ -99,39 +99,39 @@ msgid ""
99
  "available in the %1$s tab."
100
  msgstr "Une liste de tous les attributs de shortcode avec leurs description est disponible dans l'onglet%1$s"
101
 
102
- #: admin/includes/admin-about.php:109
103
  msgid "The available widget options are described in their tooltip text."
104
  msgstr "Les options disponibles du widget sont disponible dans leurs infobulles"
105
 
106
- #: admin/includes/admin-about.php:110
107
  #, php-format
108
  msgid ""
109
  "If you enable one of the links options (%1$s or %2$s) in the widget you have"
110
  " to insert an URL to the linked event-list page."
111
  msgstr "Si vous activer une des options sur les liens (%1$s ou %2$s) dans le widget, vous devez configurer l'URL vers la liste des événements"
112
 
113
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:134
114
  msgid "Add links to the single events"
115
  msgstr "Ajoute un lien vers le détail de l'évènement."
116
 
117
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:143
118
  msgid "Add a link to the Event List page"
119
  msgstr "Ajoute un liens vers la page des évènements."
120
 
121
- #: admin/includes/admin-about.php:111
122
  msgid ""
123
  "This is required because the widget does not know in which page or post the "
124
  "shortcode was included."
125
  msgstr ""
126
 
127
- #: admin/includes/admin-about.php:112
128
  msgid ""
129
  "Additionally you have to insert the correct Shortcode id on the linked page."
130
  " This id describes which shortcode should be used on the given page or post "
131
  "if you have more than one."
132
  msgstr ""
133
 
134
- #: admin/includes/admin-about.php:113
135
  #, php-format
136
  msgid ""
137
  "The default value %1$s is normally o.k. (for pages with 1 shortcode only), "
@@ -139,596 +139,597 @@ msgid ""
139
  "link on your linked page or post."
140
  msgstr ""
141
 
142
- #: admin/includes/admin-about.php:114
143
  #, php-format
144
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
145
  msgstr "L' id est disponible à la fin des paramètres de l'URL (ex %1$s)."
146
 
147
- #: admin/includes/admin-about.php:116
148
  #, php-format
149
  msgid ""
150
  "Be sure to also check the %1$s to get the plugin behaving just the way you "
151
  "want."
152
  msgstr ""
153
 
154
- #: admin/includes/admin-about.php:116
155
  msgid "Settings page"
156
  msgstr "Page des paramètres"
157
 
158
- #: admin/includes/admin-about.php:123
159
  msgid "About the plugin author"
160
  msgstr "Au sujet de l'auteur du plugin"
161
 
162
- #: admin/includes/admin-about.php:125
163
  #, php-format
164
  msgid ""
165
  "This plugin is developed by %1$s, you can find more information about the "
166
  "plugin on the %2$s."
167
  msgstr "Ce plugin est développé par %1$s, plus d'informations au sujet du plugin sur %2$s "
168
 
169
- #: admin/includes/admin-about.php:125
170
  msgid "WordPress plugin site"
171
  msgstr ""
172
 
173
- #: admin/includes/admin-about.php:126
174
  #, php-format
175
  msgid "If you like the plugin please rate it on the %1$s."
176
  msgstr "Si vous aimez ce plugin, donnez-lui une note sur %1$s."
177
 
178
- #: admin/includes/admin-about.php:126
179
  msgid "WordPress plugin review site"
180
  msgstr ""
181
 
182
- #: admin/includes/admin-about.php:127
183
  msgid ""
184
  "If you want to support the plugin I would be happy to get a small donation"
185
  msgstr "Si vous voulez soutenir ce plugin, je serai ravi de recevoir un petit don !"
186
 
187
- #: admin/includes/admin-about.php:128 admin/includes/admin-about.php:129
188
- #: admin/includes/admin-about.php:130
189
  #, php-format
190
  msgid "Donate with %1$s"
191
  msgstr "Faire un don avec %1$s"
192
 
193
- #: admin/includes/admin-about.php:139
194
  msgid ""
195
  "You have the possibility to modify the output if you add some of the "
196
  "following attributes to the shortcode."
197
  msgstr "Vous avez la possibilité de modifier le résultat si vous ajoutez certains des attributs suivant dans le shortcode."
198
 
199
- #: admin/includes/admin-about.php:140
200
  #, php-format
201
  msgid ""
202
  "You can combine and add as much attributes as you want. E.g. the shortcode "
203
  "including the attributes %1$s and %2$s would looks like this:"
204
  msgstr "Vous pouvez combiner et ajouter autant d'attributs que vous voulez. I.E le shortcode incluant les attributs %1$s et %2$s devrait ressembler à cela:"
205
 
206
- #: admin/includes/admin-about.php:142
207
  msgid ""
208
  "Below you can find a list of all supported attributes with their "
209
  "descriptions and available options:"
210
  msgstr "Ci-dessous, vous pouvez trouver une liste de tous les attributs supporté avec leurs descriptions et les options valables."
211
 
212
- #: admin/includes/admin-about.php:157
213
  msgid "Attribute name"
214
  msgstr "Nom de l'attribut"
215
 
216
- #: admin/includes/admin-about.php:158
217
  msgid "Value options"
218
  msgstr "Valeurs possibles"
219
 
220
- #: admin/includes/admin-about.php:159
221
  msgid "Default value"
222
  msgstr "Valeur par défaut"
223
 
224
- #: admin/includes/admin-about.php:160
225
  msgid "Description"
226
  msgstr "Description"
227
 
228
- #: admin/includes/admin-about.php:179 includes/sc_event-list_helptexts.php:74
229
  #: includes/sc_event-list_helptexts.php:91
230
  msgid "Filter Syntax"
231
  msgstr "Syntaxe des filtres"
232
 
233
- #: admin/includes/admin-about.php:180
234
  msgid ""
235
  "For date and cat filters you can specify complex filters with the following "
236
  "syntax:"
237
  msgstr "Pour les filtres de dates et catégories, vous pouvez spécifier des filtres complexe avec la syntaxe suivante."
238
 
239
- #: admin/includes/admin-about.php:181
240
  #, php-format
241
  msgid ""
242
  "You can use %1$s and %2$s connections to define complex filters. "
243
  "Additionally you can set brackets %3$s for nested queries."
244
  msgstr "Vous pouvez utiliser les connections %1$s et %2$s pour définir des filtres complexes. De plus vous pouvez ajouter des parenthèses %3$s pour les requêtes imbriquées."
245
 
246
- #: admin/includes/admin-about.php:181
247
  msgid "AND"
248
  msgstr "ET"
249
 
250
- #: admin/includes/admin-about.php:181
251
  msgid "OR"
252
  msgstr "OU"
253
 
254
- #: admin/includes/admin-about.php:181
255
  msgid "or"
256
  msgstr "ou"
257
 
258
- #: admin/includes/admin-about.php:181
259
  msgid "and"
260
  msgstr "et"
261
 
262
- #: admin/includes/admin-about.php:182
263
  msgid "Examples for cat filters:"
264
  msgstr "Exemple de filtre de catégorie :"
265
 
266
- #: admin/includes/admin-about.php:183
267
  #, php-format
268
  msgid "Show all events with category %1$s."
269
  msgstr "Voir tous les évènements de la catégorie %1$s."
270
 
271
- #: admin/includes/admin-about.php:184
272
  #, php-format
273
  msgid "Show all events with category %1$s or %2$s."
274
  msgstr "Voir tous les évènements de la catégorie %1$s ou %2$s."
275
 
276
- #: admin/includes/admin-about.php:185
277
  #, php-format
278
  msgid ""
279
  "Show all events with category %1$s and all events where category %2$s as "
280
  "well as %3$s is selected."
281
  msgstr "Voir tous les évènements de la catégorie %1$s et tous les évènements qui on les catégories %2$s et %3$s sélectionnés."
282
 
283
- #: admin/includes/admin-about.php:191 includes/sc_event-list_helptexts.php:69
284
  msgid "Available Date Formats"
285
  msgstr "Formats de date disponible"
286
 
287
- #: admin/includes/admin-about.php:192
288
  msgid "For date filters you can use the following date formats:"
289
  msgstr "Pour les filtres de dates, vous pouvez utiliser les formats de dates suivants:"
290
 
291
- #: admin/includes/admin-about.php:201 includes/sc_event-list_helptexts.php:70
292
  msgid "Available Date Range Formats"
293
  msgstr "Formats de d'intervalle de date disponible"
294
 
295
- #: admin/includes/admin-about.php:202
296
  msgid "For date filters you can use the following daterange formats:"
297
  msgstr "Pour les filtres d'intervalles de date, vous pouvez utiliser les formats de dates suivants."
298
 
299
- #: admin/includes/admin-about.php:215
300
  msgid "Value"
301
  msgstr "Valeur"
302
 
303
- #: admin/includes/admin-about.php:219
304
  msgid "Example"
305
  msgstr "Exemple"
306
 
307
- #: admin/includes/admin-categories.php:79
308
  msgid "Synchronize with post categories"
309
  msgstr ""
310
 
311
- #: admin/includes/admin-categories.php:90
312
  #, php-format
313
  msgid "%1$s categories modified (%2$s)"
314
  msgstr "%1$s catégories modifiées (%2$s)"
315
 
316
- #: admin/includes/admin-categories.php:91
317
  #, php-format
318
  msgid "%1$s categories added (%2$s)"
319
  msgstr "%1$s catégories ajoutées (%2$s)"
320
 
321
- #: admin/includes/admin-categories.php:92
322
  #, php-format
323
  msgid "%1$s categories deleted (%2$s)"
324
  msgstr "%1$s catégories supprimées (%2$s)"
325
 
326
- #: admin/includes/admin-categories.php:95
327
  #, php-format
328
  msgid "%1$s categories not modified (%2$s)"
329
  msgstr "%1$s catégories non modifiées (%2$s)"
330
 
331
- #: admin/includes/admin-categories.php:96
332
  #, php-format
333
  msgid "%1$s categories not added (%2$s)"
334
  msgstr "%1$s catégories non ajoutées (%2$s)"
335
 
336
- #: admin/includes/admin-categories.php:97
337
  #, php-format
338
  msgid "%1$s categories not deleted (%2$s)"
339
  msgstr "%1$s catégories non supprimées (%2$s)"
340
 
341
- #: admin/includes/admin-categories.php:100
342
  msgid "An Error occured during the category sync"
343
  msgstr "Une erreur s'est produite lors de la synchronisation de catégorie"
344
 
345
- #: admin/includes/admin-categories.php:103
346
  msgid "Category sync finished"
347
  msgstr "Synchronisation de la catégorie terminée"
348
 
349
- #: admin/includes/admin-category-sync.php:77
350
  msgid "Error: You are not allowed to view this page!"
351
  msgstr "Erreur : vous n'êtes pas autorisé à consulter cette page !"
352
 
353
- #: admin/includes/admin-category-sync.php:93
354
  msgid "Affected Categories when switching to seperate Event Categories"
355
  msgstr ""
356
 
357
- #: admin/includes/admin-category-sync.php:94
358
  msgid "Switch option to seperate Event Categories"
359
  msgstr ""
360
 
361
- #: admin/includes/admin-category-sync.php:95
362
  msgid ""
363
  "If you proceed, all post categories will be copied and all events will be "
364
  "re-assigned to this new categories."
365
  msgstr ""
366
 
367
- #: admin/includes/admin-category-sync.php:96
368
  msgid ""
369
  "Afterwards the event categories are independent of the post categories."
370
  msgstr ""
371
 
372
- #: admin/includes/admin-category-sync.php:98
373
  msgid "Affected Categories when switching to use Post Categories for events"
374
  msgstr ""
375
 
376
- #: admin/includes/admin-category-sync.php:99
377
  msgid "Switch option to use Post Categories for events"
378
  msgstr ""
379
 
380
- #: admin/includes/admin-category-sync.php:100
381
  msgid ""
382
  "Take a detailed look at the affected categories above before you proceed! "
383
  "All seperate event categories will be deleted, this cannot be undone!"
384
  msgstr ""
385
 
386
- #: admin/includes/admin-category-sync.php:103
387
  msgid "Event Categories: Synchronise with Post Categories"
388
  msgstr ""
389
 
390
- #: admin/includes/admin-category-sync.php:104
391
  msgid "Start synchronisation"
392
  msgstr "Démarrer la synchronisation"
393
 
394
- #: admin/includes/admin-category-sync.php:105
395
  msgid ""
396
  "If this option is enabled the above listed categories will be deleted and "
397
  "removed from the existing events!"
398
  msgstr ""
399
 
400
- #: admin/includes/admin-category-sync.php:120
401
  msgid "Categories to modify"
402
  msgstr "Catégories à modifier"
403
 
404
- #: admin/includes/admin-category-sync.php:121
405
  msgid "Categories to add"
406
  msgstr "Catégories à ajouter"
407
 
408
- #: admin/includes/admin-category-sync.php:122
409
  msgid "Categories to delete (optional)"
410
  msgstr "Catégories à supprimer (facultatif)"
411
 
412
- #: admin/includes/admin-category-sync.php:123
413
  msgid "Delete not available post categories"
414
  msgstr ""
415
 
416
- #: admin/includes/admin-category-sync.php:126
417
  msgid "Categories with differences"
418
  msgstr ""
419
 
420
- #: admin/includes/admin-category-sync.php:127
421
  msgid "Categories to add (optional)"
422
  msgstr ""
423
 
424
- #: admin/includes/admin-category-sync.php:128
425
  msgid "Add not available post categories"
426
  msgstr ""
427
 
428
- #: admin/includes/admin-category-sync.php:147
429
  msgid "none"
430
  msgstr "aucun"
431
 
432
- #: admin/includes/admin-import.php:91
433
  msgid "Import Events"
434
  msgstr "Importer évènements."
435
 
436
- #: admin/includes/admin-import.php:110 admin/includes/admin-import.php:150
437
- #: admin/includes/admin-import.php:254
438
  msgid "Step"
439
  msgstr "Etape"
440
 
441
- #: admin/includes/admin-import.php:110
442
  msgid "Set import file and options"
443
  msgstr "Sélection du fichier à importer et des options."
444
 
445
- #: admin/includes/admin-import.php:113
446
  #, php-format
447
  msgid "Proceed with Step %1$s"
448
  msgstr ""
449
 
450
- #: admin/includes/admin-import.php:116
451
  msgid "Example file"
452
  msgstr "Fichier d'exemple"
453
 
454
- #: admin/includes/admin-import.php:117
455
  #, php-format
456
  msgid ""
457
  "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
458
  msgstr "Vous pouvez télécharger un fichier d'exemble %1$sici%2$s (Le séparateur du fichier CSV est une virgule!)"
459
 
460
- #: admin/includes/admin-import.php:118
461
  msgid "Note"
462
  msgstr "Remarque"
463
 
464
- #: admin/includes/admin-import.php:118
465
  msgid ""
466
  "Do not change the column header and separator line (first two lines), "
467
  "otherwise the import will fail!"
468
  msgstr "Ne pas changer la colonne d'entête et de séparateur (deux premières lignes), sinon l'import de fonctionnera pas!"
469
 
470
- #: admin/includes/admin-import.php:128 admin/includes/admin-import.php:137
471
  msgid "Sorry, there has been an error."
472
  msgstr "Désolé, il y a eu une erreur."
473
 
474
- #: admin/includes/admin-import.php:129
475
  msgid "The file does not exist, please try again."
476
  msgstr "Le fichier n'existe pas, essayez encore."
477
 
478
- #: admin/includes/admin-import.php:138
479
  msgid "The uploaded file does not have the required csv extension."
480
  msgstr ""
481
 
482
- #: admin/includes/admin-import.php:150
483
  msgid "Events review and additonal category selection"
484
  msgstr ""
485
 
486
- #: admin/includes/admin-import.php:156 admin/includes/admin-import.php:167
487
  msgid "Error"
488
  msgstr "Erreur"
489
 
490
- #: admin/includes/admin-import.php:156
491
  msgid "This CSV file cannot be imported"
492
  msgstr "Ce fichier CSV ne peut pas être importé"
493
 
494
- #: admin/includes/admin-import.php:167
495
  msgid "None of the events in this CSV file can be imported"
496
  msgstr "Aucun évènement dans ce fichier CSV ne peut être importé"
497
 
498
- #: admin/includes/admin-import.php:170 admin/includes/admin-import.php:213
499
  msgid "Warning"
500
  msgstr "Attention"
501
 
502
- #: admin/includes/admin-import.php:172
503
  #, php-format
504
  msgid "There is %1$s event which cannot be imported"
505
  msgid_plural "There are %1$s events which cannot be imported"
506
  msgstr[0] "%1$s évènement ne peut pas être importé"
507
  msgstr[1] "%1$s évènements ne peuvent pas être importés"
508
 
509
- #: admin/includes/admin-import.php:184
510
  #, php-format
511
  msgid "CSV line %1$s"
512
  msgstr "Ligne CSV %1$s"
513
 
514
- #: admin/includes/admin-import.php:194
515
  msgid "You can still import all other events listed below."
516
  msgstr "Vous pouvez toujours importer les évènements ci-dessous."
517
 
518
- #: admin/includes/admin-import.php:213
519
  msgid ""
520
  "The following category slugs are not available and will be removed from the "
521
  "imported events"
522
  msgstr ""
523
 
524
- #: admin/includes/admin-import.php:219
525
  msgid ""
526
  "If you want to keep these categories, please create these Categories first "
527
  "and do the import afterwards."
528
  msgstr "Si vous voulez conserver ces catégories, merci de les créer au préalable et de faire l'import en suivant."
529
 
530
- #: admin/includes/admin-import.php:254
531
  msgid "Import result"
532
  msgstr "Résultat d'importation"
533
 
534
- #: admin/includes/admin-import.php:257
535
  #, php-format
536
  msgid "Import of %1$s events successful!"
537
  msgstr "Importation de %1$s évènements terminée !"
538
 
539
- #: admin/includes/admin-import.php:258
540
  msgid "Go back to All Events"
541
  msgstr "Retour à la liste des évènements"
542
 
543
- #: admin/includes/admin-import.php:261
544
  msgid "Errors during Import"
545
  msgstr "Erreurs lors de l'importation"
546
 
547
- #: admin/includes/admin-import.php:269
548
  msgid "Event from CSV-line"
549
  msgstr ""
550
 
551
- #: admin/includes/admin-import.php:281 admin/includes/admin-main.php:109
552
  #: includes/widget_helptexts.php:9
553
  msgid "Title"
554
  msgstr "Titre"
555
 
556
- #: admin/includes/admin-import.php:282
557
  msgid "Start Date"
558
  msgstr "Date de début"
559
 
560
- #: admin/includes/admin-import.php:283
561
  msgid "End Date"
562
  msgstr "Date de fin"
563
 
564
- #: admin/includes/admin-import.php:284 admin/includes/admin-new.php:131
565
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
 
566
  msgid "Time"
567
  msgstr "Heure"
568
 
569
- #: admin/includes/admin-import.php:285 admin/includes/admin-main.php:110
570
- #: admin/includes/admin-new.php:133 includes/options_helptexts.php:75
571
- #: includes/options_helptexts.php:76
572
  msgid "Location"
573
  msgstr "Lieu"
574
 
575
- #: admin/includes/admin-import.php:286
576
  msgid "Content"
577
  msgstr "Contenu"
578
 
579
- #: admin/includes/admin-import.php:287
580
  msgid "Category slugs"
581
  msgstr ""
582
 
583
- #: admin/includes/admin-import.php:333
584
  msgid "Header line is missing or not correct!"
585
  msgstr "Ligne d'en-tête manquante ou invalide !"
586
 
587
- #: admin/includes/admin-import.php:334
588
  #, php-format
589
  msgid ""
590
  "Have a look at the %1$sexample file%2$s to see the correct header line "
591
  "format."
592
  msgstr ""
593
 
594
- #: admin/includes/admin-import.php:341
595
  #, php-format
596
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
597
  msgstr ""
598
 
599
- #: admin/includes/admin-import.php:371
600
- msgid "Empty event title found"
601
- msgstr ""
602
-
603
- #: admin/includes/admin-import.php:377
604
- msgid "Wrong date format for startdate"
605
- msgstr "Format de date incorrect pour la date de début"
606
-
607
- #: admin/includes/admin-import.php:385
608
- msgid "Wrong date format for enddate"
609
- msgstr "Format de date incorrect pour la date de fin"
610
-
611
- #: admin/includes/admin-import.php:439
612
  msgid "Import events"
613
  msgstr "Importer des événements"
614
 
615
- #: admin/includes/admin-import.php:440
616
  msgid "Add additional categories"
617
  msgstr "Ajouter plus de catégories"
618
 
619
- #: admin/includes/admin-import.php:470 includes/events_post_type.php:92
620
  msgid "No events found"
621
  msgstr "Aucun évènement trouvé"
622
 
623
- #: admin/includes/admin-import.php:518
624
  msgid "Saving of event failed!"
625
  msgstr "Impossible d'enregistrer l'évènement !"
626
 
627
- #: admin/includes/admin-main.php:108
 
 
 
 
 
 
 
 
 
 
 
 
628
  msgid "Event Date"
629
  msgstr "Date de l'évènement"
630
 
631
- #: admin/includes/admin-main.php:113
632
  msgid "Author"
633
  msgstr "Auteur"
634
 
635
- #: admin/includes/admin-main.php:182
636
  #, php-format
637
  msgid "Add a copy of %1$s"
638
  msgstr "Ajouter une copie de %1$s"
639
 
640
- #: admin/includes/admin-main.php:182
641
  msgid "Copy"
642
  msgstr "Copier"
643
 
644
- #: admin/includes/admin-main.php:268
645
  msgid "Import"
646
  msgstr "Importer"
647
 
648
- #: admin/includes/admin-new.php:83
649
  msgid "Event data"
650
  msgstr ""
651
 
652
- #: admin/includes/admin-new.php:116
653
  msgid "Add Copy"
654
  msgstr "Ajouter une copie"
655
 
656
- #: admin/includes/admin-new.php:124
657
  msgid "Date"
658
  msgstr "Date"
659
 
660
- #: admin/includes/admin-new.php:124
661
  msgid "required"
662
  msgstr "Requis"
663
 
664
- #: admin/includes/admin-new.php:127
665
  msgid "Multi-Day Event"
666
  msgstr "Evènement sur plusieurs jours"
667
 
668
- #: admin/includes/admin-new.php:147
669
  msgid "Event Title"
670
  msgstr "Titre de l'évènement"
671
 
672
- #: admin/includes/admin-new.php:164
673
  msgid "Event Content"
674
  msgstr "Contenu de l'évènement"
675
 
676
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:245
677
  msgid "Event updated."
678
  msgstr "Évènement mis à jour."
679
 
680
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:247
681
  msgid "View event"
682
  msgstr "Voir l'évènement"
683
 
684
- #: admin/includes/admin-new.php:246
685
  #, php-format
686
  msgid "Event restored to revision from %1$s"
687
  msgstr ""
688
 
689
- #: admin/includes/admin-new.php:247
690
  msgid "Event published."
691
  msgstr "Évènement publié."
692
 
693
- #: admin/includes/admin-new.php:248
694
  msgid "Event saved."
695
  msgstr ""
696
 
697
- #: admin/includes/admin-new.php:249
698
  msgid "Event submitted."
699
  msgstr "Évènement soumis."
700
 
701
- #: admin/includes/admin-new.php:249 admin/includes/admin-new.php:252
702
- #: admin/includes/admin-new.php:253
703
  msgid "Preview event"
704
  msgstr "Prévisualiser l'évènement"
705
 
706
- #: admin/includes/admin-new.php:251
707
  #, php-format
708
  msgid "Event scheduled for: %1$s>"
709
  msgstr ""
710
 
711
- #: admin/includes/admin-new.php:253
712
  msgid "Event draft updated."
713
  msgstr "Brouillon de l'évènement mis à jour."
714
 
715
- #: admin/includes/admin-settings.php:97
716
  msgid "Go to Event Category switching page"
717
  msgstr ""
718
 
719
- #: admin/includes/admin-settings.php:111
720
  msgid "Frontend Settings"
721
  msgstr "Frontend Préférences"
722
 
723
- #: admin/includes/admin-settings.php:112
724
  msgid "Admin Page Settings"
725
  msgstr "Administration Préférences"
726
 
727
- #: admin/includes/admin-settings.php:113
728
  msgid "Feed Settings"
729
  msgstr "Flux RSS Préférences"
730
 
731
- #: admin/includes/admin-settings.php:114
732
  msgid "Category Taxonomy"
733
  msgstr ""
734
 
@@ -896,7 +897,7 @@ msgid "No valid start date provided"
896
  msgstr ""
897
 
898
  #: includes/event.php:343 includes/event.php:345
899
- #: includes/sc_event-list.php:330
900
  msgid "read more"
901
  msgstr ""
902
 
@@ -1424,15 +1425,15 @@ msgid ""
1424
  " switching page from here."
1425
  msgstr ""
1426
 
1427
- #: includes/options.php:92
1428
  msgid "events"
1429
  msgstr "évènements"
1430
 
1431
- #: includes/options.php:96
1432
  msgid "Show content"
1433
  msgstr "Afficher le contenu"
1434
 
1435
- #: includes/options.php:100
1436
  msgid "Hide content"
1437
  msgstr "Masquer le contenu"
1438
 
@@ -1523,9 +1524,10 @@ msgid "category slugs"
1523
  msgstr ""
1524
 
1525
  #: includes/sc_event-list_helptexts.php:82
 
1526
  msgid ""
1527
  "This attribute defines the category filter which filters the events to show."
1528
- " The default is $1$s or an empty string to show all events."
1529
  msgstr ""
1530
 
1531
  #: includes/sc_event-list_helptexts.php:86
@@ -1872,19 +1874,19 @@ msgid ""
1872
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1873
  msgstr ""
1874
 
1875
- #: includes/sc_event-list.php:184
1876
  msgid "Sorry, the requested event is not available!"
1877
  msgstr ""
1878
 
1879
- #: includes/sc_event-list.php:193
1880
  msgid "Event Information:"
1881
  msgstr "Information sur l'évènement"
1882
 
1883
- #: includes/sc_event-list.php:437
1884
  msgid "Link to RSS feed"
1885
  msgstr ""
1886
 
1887
- #: includes/sc_event-list.php:447
1888
  msgid "Link to iCal feed"
1889
  msgstr ""
1890
 
@@ -2036,14 +2038,14 @@ msgid ""
2036
  "approriate option is selected."
2037
  msgstr "Cette option définie le texte du lien vers la liste des évènements si l'option est activé."
2038
 
2039
- #: includes/widget.php:38
2040
  msgid "With this widget a list of upcoming events can be displayed."
2041
  msgstr "Avec ce widget une liste des prochains évènements peut être affichées."
2042
 
2043
- #: includes/widget.php:43
2044
  msgid "Upcoming events"
2045
  msgstr "Prochains évènements"
2046
 
2047
- #: includes/widget.php:57
2048
  msgid "show events page"
2049
  msgstr "Voir tous les évènements"
11
  msgstr ""
12
  "Project-Id-Version: wp-event-list\n"
13
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
14
+ "POT-Creation-Date: 2022-03-07 19:10+0100\n"
15
+ "PO-Revision-Date: 2022-03-07 18:11+0000\n"
16
  "Last-Translator: mibuthu\n"
17
  "Language-Team: French (France) (http://www.transifex.com/mibuthu/wp-event-list/language/fr_FR/)\n"
18
  "MIME-Version: 1.0\n"
21
  "Language: fr_FR\n"
22
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
23
 
24
+ #: admin/admin.php:89
25
  #, php-format
26
  msgid "Errors during upgrade of plugin %1$s"
27
  msgstr "Erreurs lors de la mise à niveau de l'extension %1$s"
28
 
29
+ #: admin/admin.php:89
30
  #, php-format
31
  msgid "Upgrade of plugin %1$s successful"
32
  msgstr "Mise à niveau de l'extension %1$s terminée"
33
 
34
+ #: admin/admin.php:147 admin/includes/admin-settings.php:89
35
  msgid "Event List Settings"
36
  msgstr "Préférences"
37
 
38
+ #: admin/admin.php:147
39
  msgid "Settings"
40
  msgstr "Préférences"
41
 
42
+ #: admin/admin.php:151 admin/includes/admin-about.php:62
43
  msgid "About Event List"
44
  msgstr "A propos de la liste d'évènement"
45
 
46
+ #: admin/admin.php:151
47
  msgid "About"
48
  msgstr "A propos"
49
 
50
+ #: admin/admin.php:175
51
  #, php-format
52
  msgid "%s Event"
53
  msgid_plural "%s Events"
54
  msgstr[0] "%s évènement"
55
  msgstr[1] "%s évènements"
56
 
57
+ #: admin/includes/admin-about.php:86 admin/includes/admin-settings.php:107
58
  msgid "General"
59
  msgstr "Général"
60
 
61
+ #: admin/includes/admin-about.php:87 admin/includes/admin-about.php:109
62
+ #: admin/includes/admin-about.php:162
63
  msgid "Shortcode Attributes"
64
  msgstr "Attributs du shortcode"
65
 
66
+ #: admin/includes/admin-about.php:101
67
  msgid "Help and Instructions"
68
  msgstr "Aide et instructions"
69
 
70
+ #: admin/includes/admin-about.php:102
71
  #, php-format
72
  msgid "You can manage the events %1$shere%2$s"
73
  msgstr "Vous pouvez gérer l'événement %1$sici%2$s"
74
 
75
+ #: admin/includes/admin-about.php:103
76
  msgid "To show the events on your site you have 2 possibilities"
77
  msgstr "Pour voir les évènements sur votre site, vous avez 2 possibilités."
78
 
79
+ #: admin/includes/admin-about.php:104
80
  #, php-format
81
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
82
  msgstr "Vous pouvez placer le <strong>shortcode</strong> %1$s sur n'importe quel page ou article."
83
 
84
+ #: admin/includes/admin-about.php:105
85
  #, php-format
86
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
87
  msgstr "Vous pouvez ajouter le <strong>widget</strong> %1$s dans votre barre latérale."
88
 
89
+ #: admin/includes/admin-about.php:106
90
  msgid ""
91
  "The displayed events and their style can be modified with the available "
92
  "widget settings and the available attributes for the shortcode."
99
  "available in the %1$s tab."
100
  msgstr "Une liste de tous les attributs de shortcode avec leurs description est disponible dans l'onglet%1$s"
101
 
102
+ #: admin/includes/admin-about.php:111
103
  msgid "The available widget options are described in their tooltip text."
104
  msgstr "Les options disponibles du widget sont disponible dans leurs infobulles"
105
 
106
+ #: admin/includes/admin-about.php:113
107
  #, php-format
108
  msgid ""
109
  "If you enable one of the links options (%1$s or %2$s) in the widget you have"
110
  " to insert an URL to the linked event-list page."
111
  msgstr "Si vous activer une des options sur les liens (%1$s ou %2$s) dans le widget, vous devez configurer l'URL vers la liste des événements"
112
 
113
+ #: admin/includes/admin-about.php:114 includes/widget_helptexts.php:134
114
  msgid "Add links to the single events"
115
  msgstr "Ajoute un lien vers le détail de l'évènement."
116
 
117
+ #: admin/includes/admin-about.php:115 includes/widget_helptexts.php:143
118
  msgid "Add a link to the Event List page"
119
  msgstr "Ajoute un liens vers la page des évènements."
120
 
121
+ #: admin/includes/admin-about.php:117
122
  msgid ""
123
  "This is required because the widget does not know in which page or post the "
124
  "shortcode was included."
125
  msgstr ""
126
 
127
+ #: admin/includes/admin-about.php:118
128
  msgid ""
129
  "Additionally you have to insert the correct Shortcode id on the linked page."
130
  " This id describes which shortcode should be used on the given page or post "
131
  "if you have more than one."
132
  msgstr ""
133
 
134
+ #: admin/includes/admin-about.php:120
135
  #, php-format
136
  msgid ""
137
  "The default value %1$s is normally o.k. (for pages with 1 shortcode only), "
139
  "link on your linked page or post."
140
  msgstr ""
141
 
142
+ #: admin/includes/admin-about.php:124
143
  #, php-format
144
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
145
  msgstr "L' id est disponible à la fin des paramètres de l'URL (ex %1$s)."
146
 
147
+ #: admin/includes/admin-about.php:129
148
  #, php-format
149
  msgid ""
150
  "Be sure to also check the %1$s to get the plugin behaving just the way you "
151
  "want."
152
  msgstr ""
153
 
154
+ #: admin/includes/admin-about.php:130
155
  msgid "Settings page"
156
  msgstr "Page des paramètres"
157
 
158
+ #: admin/includes/admin-about.php:138
159
  msgid "About the plugin author"
160
  msgstr "Au sujet de l'auteur du plugin"
161
 
162
+ #: admin/includes/admin-about.php:141
163
  #, php-format
164
  msgid ""
165
  "This plugin is developed by %1$s, you can find more information about the "
166
  "plugin on the %2$s."
167
  msgstr "Ce plugin est développé par %1$s, plus d'informations au sujet du plugin sur %2$s "
168
 
169
+ #: admin/includes/admin-about.php:143
170
  msgid "WordPress plugin site"
171
  msgstr ""
172
 
173
+ #: admin/includes/admin-about.php:146
174
  #, php-format
175
  msgid "If you like the plugin please rate it on the %1$s."
176
  msgstr "Si vous aimez ce plugin, donnez-lui une note sur %1$s."
177
 
178
+ #: admin/includes/admin-about.php:147
179
  msgid "WordPress plugin review site"
180
  msgstr ""
181
 
182
+ #: admin/includes/admin-about.php:149
183
  msgid ""
184
  "If you want to support the plugin I would be happy to get a small donation"
185
  msgstr "Si vous voulez soutenir ce plugin, je serai ravi de recevoir un petit don !"
186
 
187
+ #: admin/includes/admin-about.php:151 admin/includes/admin-about.php:153
188
+ #: admin/includes/admin-about.php:155
189
  #, php-format
190
  msgid "Donate with %1$s"
191
  msgstr "Faire un don avec %1$s"
192
 
193
+ #: admin/includes/admin-about.php:164
194
  msgid ""
195
  "You have the possibility to modify the output if you add some of the "
196
  "following attributes to the shortcode."
197
  msgstr "Vous avez la possibilité de modifier le résultat si vous ajoutez certains des attributs suivant dans le shortcode."
198
 
199
+ #: admin/includes/admin-about.php:166
200
  #, php-format
201
  msgid ""
202
  "You can combine and add as much attributes as you want. E.g. the shortcode "
203
  "including the attributes %1$s and %2$s would looks like this:"
204
  msgstr "Vous pouvez combiner et ajouter autant d'attributs que vous voulez. I.E le shortcode incluant les attributs %1$s et %2$s devrait ressembler à cela:"
205
 
206
+ #: admin/includes/admin-about.php:171
207
  msgid ""
208
  "Below you can find a list of all supported attributes with their "
209
  "descriptions and available options:"
210
  msgstr "Ci-dessous, vous pouvez trouver une liste de tous les attributs supporté avec leurs descriptions et les options valables."
211
 
212
+ #: admin/includes/admin-about.php:186
213
  msgid "Attribute name"
214
  msgstr "Nom de l'attribut"
215
 
216
+ #: admin/includes/admin-about.php:187
217
  msgid "Value options"
218
  msgstr "Valeurs possibles"
219
 
220
+ #: admin/includes/admin-about.php:188
221
  msgid "Default value"
222
  msgstr "Valeur par défaut"
223
 
224
+ #: admin/includes/admin-about.php:189
225
  msgid "Description"
226
  msgstr "Description"
227
 
228
+ #: admin/includes/admin-about.php:208 includes/sc_event-list_helptexts.php:74
229
  #: includes/sc_event-list_helptexts.php:91
230
  msgid "Filter Syntax"
231
  msgstr "Syntaxe des filtres"
232
 
233
+ #: admin/includes/admin-about.php:209
234
  msgid ""
235
  "For date and cat filters you can specify complex filters with the following "
236
  "syntax:"
237
  msgstr "Pour les filtres de dates et catégories, vous pouvez spécifier des filtres complexe avec la syntaxe suivante."
238
 
239
+ #: admin/includes/admin-about.php:211
240
  #, php-format
241
  msgid ""
242
  "You can use %1$s and %2$s connections to define complex filters. "
243
  "Additionally you can set brackets %3$s for nested queries."
244
  msgstr "Vous pouvez utiliser les connections %1$s et %2$s pour définir des filtres complexes. De plus vous pouvez ajouter des parenthèses %3$s pour les requêtes imbriquées."
245
 
246
+ #: admin/includes/admin-about.php:212
247
  msgid "AND"
248
  msgstr "ET"
249
 
250
+ #: admin/includes/admin-about.php:213
251
  msgid "OR"
252
  msgstr "OU"
253
 
254
+ #: admin/includes/admin-about.php:213
255
  msgid "or"
256
  msgstr "ou"
257
 
258
+ #: admin/includes/admin-about.php:214
259
  msgid "and"
260
  msgstr "et"
261
 
262
+ #: admin/includes/admin-about.php:216
263
  msgid "Examples for cat filters:"
264
  msgstr "Exemple de filtre de catégorie :"
265
 
266
+ #: admin/includes/admin-about.php:217
267
  #, php-format
268
  msgid "Show all events with category %1$s."
269
  msgstr "Voir tous les évènements de la catégorie %1$s."
270
 
271
+ #: admin/includes/admin-about.php:218
272
  #, php-format
273
  msgid "Show all events with category %1$s or %2$s."
274
  msgstr "Voir tous les évènements de la catégorie %1$s ou %2$s."
275
 
276
+ #: admin/includes/admin-about.php:220
277
  #, php-format
278
  msgid ""
279
  "Show all events with category %1$s and all events where category %2$s as "
280
  "well as %3$s is selected."
281
  msgstr "Voir tous les évènements de la catégorie %1$s et tous les évènements qui on les catégories %2$s et %3$s sélectionnés."
282
 
283
+ #: admin/includes/admin-about.php:226 includes/sc_event-list_helptexts.php:69
284
  msgid "Available Date Formats"
285
  msgstr "Formats de date disponible"
286
 
287
+ #: admin/includes/admin-about.php:227
288
  msgid "For date filters you can use the following date formats:"
289
  msgstr "Pour les filtres de dates, vous pouvez utiliser les formats de dates suivants:"
290
 
291
+ #: admin/includes/admin-about.php:236 includes/sc_event-list_helptexts.php:70
292
  msgid "Available Date Range Formats"
293
  msgstr "Formats de d'intervalle de date disponible"
294
 
295
+ #: admin/includes/admin-about.php:237
296
  msgid "For date filters you can use the following daterange formats:"
297
  msgstr "Pour les filtres d'intervalles de date, vous pouvez utiliser les formats de dates suivants."
298
 
299
+ #: admin/includes/admin-about.php:250
300
  msgid "Value"
301
  msgstr "Valeur"
302
 
303
+ #: admin/includes/admin-about.php:254
304
  msgid "Example"
305
  msgstr "Exemple"
306
 
307
+ #: admin/includes/admin-categories.php:77
308
  msgid "Synchronize with post categories"
309
  msgstr ""
310
 
311
+ #: admin/includes/admin-categories.php:87
312
  #, php-format
313
  msgid "%1$s categories modified (%2$s)"
314
  msgstr "%1$s catégories modifiées (%2$s)"
315
 
316
+ #: admin/includes/admin-categories.php:88
317
  #, php-format
318
  msgid "%1$s categories added (%2$s)"
319
  msgstr "%1$s catégories ajoutées (%2$s)"
320
 
321
+ #: admin/includes/admin-categories.php:89
322
  #, php-format
323
  msgid "%1$s categories deleted (%2$s)"
324
  msgstr "%1$s catégories supprimées (%2$s)"
325
 
326
+ #: admin/includes/admin-categories.php:92
327
  #, php-format
328
  msgid "%1$s categories not modified (%2$s)"
329
  msgstr "%1$s catégories non modifiées (%2$s)"
330
 
331
+ #: admin/includes/admin-categories.php:93
332
  #, php-format
333
  msgid "%1$s categories not added (%2$s)"
334
  msgstr "%1$s catégories non ajoutées (%2$s)"
335
 
336
+ #: admin/includes/admin-categories.php:94
337
  #, php-format
338
  msgid "%1$s categories not deleted (%2$s)"
339
  msgstr "%1$s catégories non supprimées (%2$s)"
340
 
341
+ #: admin/includes/admin-categories.php:97
342
  msgid "An Error occured during the category sync"
343
  msgstr "Une erreur s'est produite lors de la synchronisation de catégorie"
344
 
345
+ #: admin/includes/admin-categories.php:100
346
  msgid "Category sync finished"
347
  msgstr "Synchronisation de la catégorie terminée"
348
 
349
+ #: admin/includes/admin-category-sync.php:76
350
  msgid "Error: You are not allowed to view this page!"
351
  msgstr "Erreur : vous n'êtes pas autorisé à consulter cette page !"
352
 
353
+ #: admin/includes/admin-category-sync.php:92
354
  msgid "Affected Categories when switching to seperate Event Categories"
355
  msgstr ""
356
 
357
+ #: admin/includes/admin-category-sync.php:93
358
  msgid "Switch option to seperate Event Categories"
359
  msgstr ""
360
 
361
+ #: admin/includes/admin-category-sync.php:94
362
  msgid ""
363
  "If you proceed, all post categories will be copied and all events will be "
364
  "re-assigned to this new categories."
365
  msgstr ""
366
 
367
+ #: admin/includes/admin-category-sync.php:95
368
  msgid ""
369
  "Afterwards the event categories are independent of the post categories."
370
  msgstr ""
371
 
372
+ #: admin/includes/admin-category-sync.php:97
373
  msgid "Affected Categories when switching to use Post Categories for events"
374
  msgstr ""
375
 
376
+ #: admin/includes/admin-category-sync.php:98
377
  msgid "Switch option to use Post Categories for events"
378
  msgstr ""
379
 
380
+ #: admin/includes/admin-category-sync.php:99
381
  msgid ""
382
  "Take a detailed look at the affected categories above before you proceed! "
383
  "All seperate event categories will be deleted, this cannot be undone!"
384
  msgstr ""
385
 
386
+ #: admin/includes/admin-category-sync.php:102
387
  msgid "Event Categories: Synchronise with Post Categories"
388
  msgstr ""
389
 
390
+ #: admin/includes/admin-category-sync.php:103
391
  msgid "Start synchronisation"
392
  msgstr "Démarrer la synchronisation"
393
 
394
+ #: admin/includes/admin-category-sync.php:104
395
  msgid ""
396
  "If this option is enabled the above listed categories will be deleted and "
397
  "removed from the existing events!"
398
  msgstr ""
399
 
400
+ #: admin/includes/admin-category-sync.php:119
401
  msgid "Categories to modify"
402
  msgstr "Catégories à modifier"
403
 
404
+ #: admin/includes/admin-category-sync.php:120
405
  msgid "Categories to add"
406
  msgstr "Catégories à ajouter"
407
 
408
+ #: admin/includes/admin-category-sync.php:121
409
  msgid "Categories to delete (optional)"
410
  msgstr "Catégories à supprimer (facultatif)"
411
 
412
+ #: admin/includes/admin-category-sync.php:122
413
  msgid "Delete not available post categories"
414
  msgstr ""
415
 
416
+ #: admin/includes/admin-category-sync.php:125
417
  msgid "Categories with differences"
418
  msgstr ""
419
 
420
+ #: admin/includes/admin-category-sync.php:126
421
  msgid "Categories to add (optional)"
422
  msgstr ""
423
 
424
+ #: admin/includes/admin-category-sync.php:127
425
  msgid "Add not available post categories"
426
  msgstr ""
427
 
428
+ #: admin/includes/admin-category-sync.php:146
429
  msgid "none"
430
  msgstr "aucun"
431
 
432
+ #: admin/includes/admin-import.php:90
433
  msgid "Import Events"
434
  msgstr "Importer évènements."
435
 
436
+ #: admin/includes/admin-import.php:109 admin/includes/admin-import.php:154
437
+ #: admin/includes/admin-import.php:261
438
  msgid "Step"
439
  msgstr "Etape"
440
 
441
+ #: admin/includes/admin-import.php:109
442
  msgid "Set import file and options"
443
  msgstr "Sélection du fichier à importer et des options."
444
 
445
+ #: admin/includes/admin-import.php:114
446
  #, php-format
447
  msgid "Proceed with Step %1$s"
448
  msgstr ""
449
 
450
+ #: admin/includes/admin-import.php:117
451
  msgid "Example file"
452
  msgstr "Fichier d'exemple"
453
 
454
+ #: admin/includes/admin-import.php:119
455
  #, php-format
456
  msgid ""
457
  "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
458
  msgstr "Vous pouvez télécharger un fichier d'exemble %1$sici%2$s (Le séparateur du fichier CSV est une virgule!)"
459
 
460
+ #: admin/includes/admin-import.php:123
461
  msgid "Note"
462
  msgstr "Remarque"
463
 
464
+ #: admin/includes/admin-import.php:124
465
  msgid ""
466
  "Do not change the column header and separator line (first two lines), "
467
  "otherwise the import will fail!"
468
  msgstr "Ne pas changer la colonne d'entête et de séparateur (deux premières lignes), sinon l'import de fonctionnera pas!"
469
 
470
+ #: admin/includes/admin-import.php:133 admin/includes/admin-import.php:141
471
  msgid "Sorry, there has been an error."
472
  msgstr "Désolé, il y a eu une erreur."
473
 
474
+ #: admin/includes/admin-import.php:134
475
  msgid "The file does not exist, please try again."
476
  msgstr "Le fichier n'existe pas, essayez encore."
477
 
478
+ #: admin/includes/admin-import.php:142
479
  msgid "The uploaded file does not have the required csv extension."
480
  msgstr ""
481
 
482
+ #: admin/includes/admin-import.php:154
483
  msgid "Events review and additonal category selection"
484
  msgstr ""
485
 
486
+ #: admin/includes/admin-import.php:160 admin/includes/admin-import.php:171
487
  msgid "Error"
488
  msgstr "Erreur"
489
 
490
+ #: admin/includes/admin-import.php:160
491
  msgid "This CSV file cannot be imported"
492
  msgstr "Ce fichier CSV ne peut pas être importé"
493
 
494
+ #: admin/includes/admin-import.php:171
495
  msgid "None of the events in this CSV file can be imported"
496
  msgstr "Aucun évènement dans ce fichier CSV ne peut être importé"
497
 
498
+ #: admin/includes/admin-import.php:174 admin/includes/admin-import.php:219
499
  msgid "Warning"
500
  msgstr "Attention"
501
 
502
+ #: admin/includes/admin-import.php:177
503
  #, php-format
504
  msgid "There is %1$s event which cannot be imported"
505
  msgid_plural "There are %1$s events which cannot be imported"
506
  msgstr[0] "%1$s évènement ne peut pas être importé"
507
  msgstr[1] "%1$s évènements ne peuvent pas être importés"
508
 
509
+ #: admin/includes/admin-import.php:190
510
  #, php-format
511
  msgid "CSV line %1$s"
512
  msgstr "Ligne CSV %1$s"
513
 
514
+ #: admin/includes/admin-import.php:200
515
  msgid "You can still import all other events listed below."
516
  msgstr "Vous pouvez toujours importer les évènements ci-dessous."
517
 
518
+ #: admin/includes/admin-import.php:220
519
  msgid ""
520
  "The following category slugs are not available and will be removed from the "
521
  "imported events"
522
  msgstr ""
523
 
524
+ #: admin/includes/admin-import.php:226
525
  msgid ""
526
  "If you want to keep these categories, please create these Categories first "
527
  "and do the import afterwards."
528
  msgstr "Si vous voulez conserver ces catégories, merci de les créer au préalable et de faire l'import en suivant."
529
 
530
+ #: admin/includes/admin-import.php:261
531
  msgid "Import result"
532
  msgstr "Résultat d'importation"
533
 
534
+ #: admin/includes/admin-import.php:264
535
  #, php-format
536
  msgid "Import of %1$s events successful!"
537
  msgstr "Importation de %1$s évènements terminée !"
538
 
539
+ #: admin/includes/admin-import.php:265
540
  msgid "Go back to All Events"
541
  msgstr "Retour à la liste des évènements"
542
 
543
+ #: admin/includes/admin-import.php:268
544
  msgid "Errors during Import"
545
  msgstr "Erreurs lors de l'importation"
546
 
547
+ #: admin/includes/admin-import.php:276
548
  msgid "Event from CSV-line"
549
  msgstr ""
550
 
551
+ #: admin/includes/admin-import.php:288 admin/includes/admin-main.php:108
552
  #: includes/widget_helptexts.php:9
553
  msgid "Title"
554
  msgstr "Titre"
555
 
556
+ #: admin/includes/admin-import.php:289
557
  msgid "Start Date"
558
  msgstr "Date de début"
559
 
560
+ #: admin/includes/admin-import.php:290
561
  msgid "End Date"
562
  msgstr "Date de fin"
563
 
564
+ #: admin/includes/admin-import.php:291 admin/includes/admin-new.php:132
565
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
566
+ #: includes/rss.php:116
567
  msgid "Time"
568
  msgstr "Heure"
569
 
570
+ #: admin/includes/admin-import.php:292 admin/includes/admin-main.php:109
571
+ #: admin/includes/admin-new.php:134 includes/options_helptexts.php:75
572
+ #: includes/options_helptexts.php:76 includes/rss.php:119
573
  msgid "Location"
574
  msgstr "Lieu"
575
 
576
+ #: admin/includes/admin-import.php:293
577
  msgid "Content"
578
  msgstr "Contenu"
579
 
580
+ #: admin/includes/admin-import.php:294
581
  msgid "Category slugs"
582
  msgstr ""
583
 
584
+ #: admin/includes/admin-import.php:340
585
  msgid "Header line is missing or not correct!"
586
  msgstr "Ligne d'en-tête manquante ou invalide !"
587
 
588
+ #: admin/includes/admin-import.php:341
589
  #, php-format
590
  msgid ""
591
  "Have a look at the %1$sexample file%2$s to see the correct header line "
592
  "format."
593
  msgstr ""
594
 
595
+ #: admin/includes/admin-import.php:350
596
  #, php-format
597
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
598
  msgstr ""
599
 
600
+ #: admin/includes/admin-import.php:399
 
 
 
 
 
 
 
 
 
 
 
 
601
  msgid "Import events"
602
  msgstr "Importer des événements"
603
 
604
+ #: admin/includes/admin-import.php:400
605
  msgid "Add additional categories"
606
  msgstr "Ajouter plus de catégories"
607
 
608
+ #: admin/includes/admin-import.php:430 includes/events_post_type.php:92
609
  msgid "No events found"
610
  msgstr "Aucun évènement trouvé"
611
 
612
+ #: admin/includes/admin-import.php:478
613
  msgid "Saving of event failed!"
614
  msgstr "Impossible d'enregistrer l'évènement !"
615
 
616
+ #: admin/includes/admin-import.php:496
617
+ msgid "Empty event title found"
618
+ msgstr ""
619
+
620
+ #: admin/includes/admin-import.php:501
621
+ msgid "Wrong date format for startdate"
622
+ msgstr "Format de date incorrect pour la date de début"
623
+
624
+ #: admin/includes/admin-import.php:509
625
+ msgid "Wrong date format for enddate"
626
+ msgstr "Format de date incorrect pour la date de fin"
627
+
628
+ #: admin/includes/admin-main.php:107
629
  msgid "Event Date"
630
  msgstr "Date de l'évènement"
631
 
632
+ #: admin/includes/admin-main.php:112
633
  msgid "Author"
634
  msgstr "Auteur"
635
 
636
+ #: admin/includes/admin-main.php:181
637
  #, php-format
638
  msgid "Add a copy of %1$s"
639
  msgstr "Ajouter une copie de %1$s"
640
 
641
+ #: admin/includes/admin-main.php:181
642
  msgid "Copy"
643
  msgstr "Copier"
644
 
645
+ #: admin/includes/admin-main.php:269
646
  msgid "Import"
647
  msgstr "Importer"
648
 
649
+ #: admin/includes/admin-new.php:82
650
  msgid "Event data"
651
  msgstr ""
652
 
653
+ #: admin/includes/admin-new.php:115
654
  msgid "Add Copy"
655
  msgstr "Ajouter une copie"
656
 
657
+ #: admin/includes/admin-new.php:123
658
  msgid "Date"
659
  msgstr "Date"
660
 
661
+ #: admin/includes/admin-new.php:123
662
  msgid "required"
663
  msgstr "Requis"
664
 
665
+ #: admin/includes/admin-new.php:128
666
  msgid "Multi-Day Event"
667
  msgstr "Evènement sur plusieurs jours"
668
 
669
+ #: admin/includes/admin-new.php:148
670
  msgid "Event Title"
671
  msgstr "Titre de l'évènement"
672
 
673
+ #: admin/includes/admin-new.php:165
674
  msgid "Event Content"
675
  msgstr "Contenu de l'évènement"
676
 
677
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:246
678
  msgid "Event updated."
679
  msgstr "Évènement mis à jour."
680
 
681
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:248
682
  msgid "View event"
683
  msgstr "Voir l'évènement"
684
 
685
+ #: admin/includes/admin-new.php:247
686
  #, php-format
687
  msgid "Event restored to revision from %1$s"
688
  msgstr ""
689
 
690
+ #: admin/includes/admin-new.php:248
691
  msgid "Event published."
692
  msgstr "Évènement publié."
693
 
694
+ #: admin/includes/admin-new.php:249
695
  msgid "Event saved."
696
  msgstr ""
697
 
698
+ #: admin/includes/admin-new.php:250
699
  msgid "Event submitted."
700
  msgstr "Évènement soumis."
701
 
702
+ #: admin/includes/admin-new.php:251 admin/includes/admin-new.php:254
703
+ #: admin/includes/admin-new.php:256
704
  msgid "Preview event"
705
  msgstr "Prévisualiser l'évènement"
706
 
707
+ #: admin/includes/admin-new.php:253
708
  #, php-format
709
  msgid "Event scheduled for: %1$s>"
710
  msgstr ""
711
 
712
+ #: admin/includes/admin-new.php:255
713
  msgid "Event draft updated."
714
  msgstr "Brouillon de l'évènement mis à jour."
715
 
716
+ #: admin/includes/admin-settings.php:95
717
  msgid "Go to Event Category switching page"
718
  msgstr ""
719
 
720
+ #: admin/includes/admin-settings.php:108
721
  msgid "Frontend Settings"
722
  msgstr "Frontend Préférences"
723
 
724
+ #: admin/includes/admin-settings.php:109
725
  msgid "Admin Page Settings"
726
  msgstr "Administration Préférences"
727
 
728
+ #: admin/includes/admin-settings.php:110
729
  msgid "Feed Settings"
730
  msgstr "Flux RSS Préférences"
731
 
732
+ #: admin/includes/admin-settings.php:111
733
  msgid "Category Taxonomy"
734
  msgstr ""
735
 
897
  msgstr ""
898
 
899
  #: includes/event.php:343 includes/event.php:345
900
+ #: includes/sc_event-list.php:325
901
  msgid "read more"
902
  msgstr ""
903
 
1425
  " switching page from here."
1426
  msgstr ""
1427
 
1428
+ #: includes/options.php:91
1429
  msgid "events"
1430
  msgstr "évènements"
1431
 
1432
+ #: includes/options.php:95
1433
  msgid "Show content"
1434
  msgstr "Afficher le contenu"
1435
 
1436
+ #: includes/options.php:99
1437
  msgid "Hide content"
1438
  msgstr "Masquer le contenu"
1439
 
1524
  msgstr ""
1525
 
1526
  #: includes/sc_event-list_helptexts.php:82
1527
+ #, php-format
1528
  msgid ""
1529
  "This attribute defines the category filter which filters the events to show."
1530
+ " The default is %1$s or an empty string to show all events."
1531
  msgstr ""
1532
 
1533
  #: includes/sc_event-list_helptexts.php:86
1874
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1875
  msgstr ""
1876
 
1877
+ #: includes/sc_event-list.php:183
1878
  msgid "Sorry, the requested event is not available!"
1879
  msgstr ""
1880
 
1881
+ #: includes/sc_event-list.php:192
1882
  msgid "Event Information:"
1883
  msgstr "Information sur l'évènement"
1884
 
1885
+ #: includes/sc_event-list.php:432
1886
  msgid "Link to RSS feed"
1887
  msgstr ""
1888
 
1889
+ #: includes/sc_event-list.php:442
1890
  msgid "Link to iCal feed"
1891
  msgstr ""
1892
 
2038
  "approriate option is selected."
2039
  msgstr "Cette option définie le texte du lien vers la liste des évènements si l'option est activé."
2040
 
2041
+ #: includes/widget.php:37
2042
  msgid "With this widget a list of upcoming events can be displayed."
2043
  msgstr "Avec ce widget une liste des prochains évènements peut être affichées."
2044
 
2045
+ #: includes/widget.php:42
2046
  msgid "Upcoming events"
2047
  msgstr "Prochains évènements"
2048
 
2049
+ #: includes/widget.php:56
2050
  msgid "show events page"
2051
  msgstr "Voir tous les évènements"
languages/event-list-id_ID.po CHANGED
@@ -8,8 +8,8 @@ msgid ""
8
  msgstr ""
9
  "Project-Id-Version: wp-event-list\n"
10
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
11
- "POT-Creation-Date: 2022-02-19 18:08+0100\n"
12
- "PO-Revision-Date: 2022-02-19 17:25+0000\n"
13
  "Last-Translator: mibuthu\n"
14
  "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/mibuthu/wp-event-list/language/id_ID/)\n"
15
  "MIME-Version: 1.0\n"
@@ -18,71 +18,71 @@ msgstr ""
18
  "Language: id_ID\n"
19
  "Plural-Forms: nplurals=1; plural=0;\n"
20
 
21
- #: admin/admin.php:90
22
  #, php-format
23
  msgid "Errors during upgrade of plugin %1$s"
24
  msgstr "Kesalahan saat menatar plugin %1$s"
25
 
26
- #: admin/admin.php:90
27
  #, php-format
28
  msgid "Upgrade of plugin %1$s successful"
29
  msgstr "Penataran plugin %1$s berhasil "
30
 
31
- #: admin/admin.php:142 admin/includes/admin-settings.php:91
32
  msgid "Event List Settings"
33
  msgstr "Pengaturan Daftar Acara"
34
 
35
- #: admin/admin.php:142
36
  msgid "Settings"
37
  msgstr "Pengaturan"
38
 
39
- #: admin/admin.php:146 admin/includes/admin-about.php:63
40
  msgid "About Event List"
41
  msgstr "Tentang Daftar Acara"
42
 
43
- #: admin/admin.php:146
44
  msgid "About"
45
  msgstr "Tentang"
46
 
47
- #: admin/admin.php:170
48
  #, php-format
49
  msgid "%s Event"
50
  msgid_plural "%s Events"
51
  msgstr[0] "%s Acara"
52
 
53
- #: admin/includes/admin-about.php:87 admin/includes/admin-settings.php:110
54
  msgid "General"
55
  msgstr "Umum"
56
 
57
- #: admin/includes/admin-about.php:88 admin/includes/admin-about.php:108
58
- #: admin/includes/admin-about.php:137
59
  msgid "Shortcode Attributes"
60
  msgstr "Atribut Kode Singkat"
61
 
62
- #: admin/includes/admin-about.php:102
63
  msgid "Help and Instructions"
64
  msgstr "Bantuan dan Petunjuk"
65
 
66
- #: admin/includes/admin-about.php:103
67
  #, php-format
68
  msgid "You can manage the events %1$shere%2$s"
69
  msgstr "Anda dapat mengelola acara %1$sdi sini%2$s"
70
 
71
- #: admin/includes/admin-about.php:104
72
  msgid "To show the events on your site you have 2 possibilities"
73
  msgstr "Anda memiliki 2 pilihan dalam menampilkan acara di situs Anda"
74
 
75
- #: admin/includes/admin-about.php:105
76
  #, php-format
77
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
78
  msgstr "Anda dapat menempatkan <strong>kode singkat</strong> %1$s di halaman atau post manapun"
79
 
80
- #: admin/includes/admin-about.php:106
81
  #, php-format
82
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
83
  msgstr "Anda dapat menambahkan <strong>widget</strong> %1$s di bilah samping Anda"
84
 
85
- #: admin/includes/admin-about.php:107
86
  msgid ""
87
  "The displayed events and their style can be modified with the available "
88
  "widget settings and the available attributes for the shortcode."
@@ -95,39 +95,39 @@ msgid ""
95
  "available in the %1$s tab."
96
  msgstr "Daftar semua atribut kode singkat yang tersedia beserta deskripsinya dapat dilihat di tab %1$s. "
97
 
98
- #: admin/includes/admin-about.php:109
99
  msgid "The available widget options are described in their tooltip text."
100
  msgstr "Penjelasan pilihan widget ditampilkan di teks tooltip."
101
 
102
- #: admin/includes/admin-about.php:110
103
  #, php-format
104
  msgid ""
105
  "If you enable one of the links options (%1$s or %2$s) in the widget you have"
106
  " to insert an URL to the linked event-list page."
107
  msgstr "Jika Anda mengaktifkan pilihan tautan (%1$s atau %2$s) dalam widget, Anda harus menyisipkan URL ke halaman tautan daftar acara"
108
 
109
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:134
110
  msgid "Add links to the single events"
111
  msgstr "Tambah tautan ke satu acara"
112
 
113
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:143
114
  msgid "Add a link to the Event List page"
115
  msgstr "Tambah tautan ke laman Daftar Acara"
116
 
117
- #: admin/includes/admin-about.php:111
118
  msgid ""
119
  "This is required because the widget does not know in which page or post the "
120
  "shortcode was included."
121
  msgstr "Hal ini diperlukan karena widget tidak tahu di halaman atau post mana kode singkat dimasukkan."
122
 
123
- #: admin/includes/admin-about.php:112
124
  msgid ""
125
  "Additionally you have to insert the correct Shortcode id on the linked page."
126
  " This id describes which shortcode should be used on the given page or post "
127
  "if you have more than one."
128
  msgstr ""
129
 
130
- #: admin/includes/admin-about.php:113
131
  #, php-format
132
  msgid ""
133
  "The default value %1$s is normally o.k. (for pages with 1 shortcode only), "
@@ -135,595 +135,596 @@ msgid ""
135
  "link on your linked page or post."
136
  msgstr ""
137
 
138
- #: admin/includes/admin-about.php:114
139
  #, php-format
140
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
141
  msgstr ""
142
 
143
- #: admin/includes/admin-about.php:116
144
  #, php-format
145
  msgid ""
146
  "Be sure to also check the %1$s to get the plugin behaving just the way you "
147
  "want."
148
  msgstr ""
149
 
150
- #: admin/includes/admin-about.php:116
151
  msgid "Settings page"
152
  msgstr "Halaman pengaturan"
153
 
154
- #: admin/includes/admin-about.php:123
155
  msgid "About the plugin author"
156
  msgstr ""
157
 
158
- #: admin/includes/admin-about.php:125
159
  #, php-format
160
  msgid ""
161
  "This plugin is developed by %1$s, you can find more information about the "
162
  "plugin on the %2$s."
163
  msgstr ""
164
 
165
- #: admin/includes/admin-about.php:125
166
  msgid "WordPress plugin site"
167
  msgstr "Situs plugin WordPress"
168
 
169
- #: admin/includes/admin-about.php:126
170
  #, php-format
171
  msgid "If you like the plugin please rate it on the %1$s."
172
  msgstr ""
173
 
174
- #: admin/includes/admin-about.php:126
175
  msgid "WordPress plugin review site"
176
  msgstr ""
177
 
178
- #: admin/includes/admin-about.php:127
179
  msgid ""
180
  "If you want to support the plugin I would be happy to get a small donation"
181
  msgstr ""
182
 
183
- #: admin/includes/admin-about.php:128 admin/includes/admin-about.php:129
184
- #: admin/includes/admin-about.php:130
185
  #, php-format
186
  msgid "Donate with %1$s"
187
  msgstr ""
188
 
189
- #: admin/includes/admin-about.php:139
190
  msgid ""
191
  "You have the possibility to modify the output if you add some of the "
192
  "following attributes to the shortcode."
193
  msgstr ""
194
 
195
- #: admin/includes/admin-about.php:140
196
  #, php-format
197
  msgid ""
198
  "You can combine and add as much attributes as you want. E.g. the shortcode "
199
  "including the attributes %1$s and %2$s would looks like this:"
200
  msgstr ""
201
 
202
- #: admin/includes/admin-about.php:142
203
  msgid ""
204
  "Below you can find a list of all supported attributes with their "
205
  "descriptions and available options:"
206
  msgstr ""
207
 
208
- #: admin/includes/admin-about.php:157
209
  msgid "Attribute name"
210
  msgstr ""
211
 
212
- #: admin/includes/admin-about.php:158
213
  msgid "Value options"
214
  msgstr ""
215
 
216
- #: admin/includes/admin-about.php:159
217
  msgid "Default value"
218
  msgstr ""
219
 
220
- #: admin/includes/admin-about.php:160
221
  msgid "Description"
222
  msgstr ""
223
 
224
- #: admin/includes/admin-about.php:179 includes/sc_event-list_helptexts.php:74
225
  #: includes/sc_event-list_helptexts.php:91
226
  msgid "Filter Syntax"
227
  msgstr ""
228
 
229
- #: admin/includes/admin-about.php:180
230
  msgid ""
231
  "For date and cat filters you can specify complex filters with the following "
232
  "syntax:"
233
  msgstr ""
234
 
235
- #: admin/includes/admin-about.php:181
236
  #, php-format
237
  msgid ""
238
  "You can use %1$s and %2$s connections to define complex filters. "
239
  "Additionally you can set brackets %3$s for nested queries."
240
  msgstr ""
241
 
242
- #: admin/includes/admin-about.php:181
243
  msgid "AND"
244
  msgstr ""
245
 
246
- #: admin/includes/admin-about.php:181
247
  msgid "OR"
248
  msgstr ""
249
 
250
- #: admin/includes/admin-about.php:181
251
  msgid "or"
252
  msgstr ""
253
 
254
- #: admin/includes/admin-about.php:181
255
  msgid "and"
256
  msgstr ""
257
 
258
- #: admin/includes/admin-about.php:182
259
  msgid "Examples for cat filters:"
260
  msgstr ""
261
 
262
- #: admin/includes/admin-about.php:183
263
  #, php-format
264
  msgid "Show all events with category %1$s."
265
  msgstr ""
266
 
267
- #: admin/includes/admin-about.php:184
268
  #, php-format
269
  msgid "Show all events with category %1$s or %2$s."
270
  msgstr ""
271
 
272
- #: admin/includes/admin-about.php:185
273
  #, php-format
274
  msgid ""
275
  "Show all events with category %1$s and all events where category %2$s as "
276
  "well as %3$s is selected."
277
  msgstr ""
278
 
279
- #: admin/includes/admin-about.php:191 includes/sc_event-list_helptexts.php:69
280
  msgid "Available Date Formats"
281
  msgstr ""
282
 
283
- #: admin/includes/admin-about.php:192
284
  msgid "For date filters you can use the following date formats:"
285
  msgstr ""
286
 
287
- #: admin/includes/admin-about.php:201 includes/sc_event-list_helptexts.php:70
288
  msgid "Available Date Range Formats"
289
  msgstr ""
290
 
291
- #: admin/includes/admin-about.php:202
292
  msgid "For date filters you can use the following daterange formats:"
293
  msgstr ""
294
 
295
- #: admin/includes/admin-about.php:215
296
  msgid "Value"
297
  msgstr ""
298
 
299
- #: admin/includes/admin-about.php:219
300
  msgid "Example"
301
  msgstr ""
302
 
303
- #: admin/includes/admin-categories.php:79
304
  msgid "Synchronize with post categories"
305
  msgstr ""
306
 
307
- #: admin/includes/admin-categories.php:90
308
  #, php-format
309
  msgid "%1$s categories modified (%2$s)"
310
  msgstr ""
311
 
312
- #: admin/includes/admin-categories.php:91
313
  #, php-format
314
  msgid "%1$s categories added (%2$s)"
315
  msgstr ""
316
 
317
- #: admin/includes/admin-categories.php:92
318
  #, php-format
319
  msgid "%1$s categories deleted (%2$s)"
320
  msgstr ""
321
 
322
- #: admin/includes/admin-categories.php:95
323
  #, php-format
324
  msgid "%1$s categories not modified (%2$s)"
325
  msgstr ""
326
 
327
- #: admin/includes/admin-categories.php:96
328
  #, php-format
329
  msgid "%1$s categories not added (%2$s)"
330
  msgstr ""
331
 
332
- #: admin/includes/admin-categories.php:97
333
  #, php-format
334
  msgid "%1$s categories not deleted (%2$s)"
335
  msgstr ""
336
 
337
- #: admin/includes/admin-categories.php:100
338
  msgid "An Error occured during the category sync"
339
  msgstr ""
340
 
341
- #: admin/includes/admin-categories.php:103
342
  msgid "Category sync finished"
343
  msgstr ""
344
 
345
- #: admin/includes/admin-category-sync.php:77
346
  msgid "Error: You are not allowed to view this page!"
347
  msgstr ""
348
 
349
- #: admin/includes/admin-category-sync.php:93
350
  msgid "Affected Categories when switching to seperate Event Categories"
351
  msgstr ""
352
 
353
- #: admin/includes/admin-category-sync.php:94
354
  msgid "Switch option to seperate Event Categories"
355
  msgstr ""
356
 
357
- #: admin/includes/admin-category-sync.php:95
358
  msgid ""
359
  "If you proceed, all post categories will be copied and all events will be "
360
  "re-assigned to this new categories."
361
  msgstr ""
362
 
363
- #: admin/includes/admin-category-sync.php:96
364
  msgid ""
365
  "Afterwards the event categories are independent of the post categories."
366
  msgstr ""
367
 
368
- #: admin/includes/admin-category-sync.php:98
369
  msgid "Affected Categories when switching to use Post Categories for events"
370
  msgstr ""
371
 
372
- #: admin/includes/admin-category-sync.php:99
373
  msgid "Switch option to use Post Categories for events"
374
  msgstr ""
375
 
376
- #: admin/includes/admin-category-sync.php:100
377
  msgid ""
378
  "Take a detailed look at the affected categories above before you proceed! "
379
  "All seperate event categories will be deleted, this cannot be undone!"
380
  msgstr ""
381
 
382
- #: admin/includes/admin-category-sync.php:103
383
  msgid "Event Categories: Synchronise with Post Categories"
384
  msgstr ""
385
 
386
- #: admin/includes/admin-category-sync.php:104
387
  msgid "Start synchronisation"
388
  msgstr ""
389
 
390
- #: admin/includes/admin-category-sync.php:105
391
  msgid ""
392
  "If this option is enabled the above listed categories will be deleted and "
393
  "removed from the existing events!"
394
  msgstr ""
395
 
396
- #: admin/includes/admin-category-sync.php:120
397
  msgid "Categories to modify"
398
  msgstr ""
399
 
400
- #: admin/includes/admin-category-sync.php:121
401
  msgid "Categories to add"
402
  msgstr ""
403
 
404
- #: admin/includes/admin-category-sync.php:122
405
  msgid "Categories to delete (optional)"
406
  msgstr ""
407
 
408
- #: admin/includes/admin-category-sync.php:123
409
  msgid "Delete not available post categories"
410
  msgstr ""
411
 
412
- #: admin/includes/admin-category-sync.php:126
413
  msgid "Categories with differences"
414
  msgstr ""
415
 
416
- #: admin/includes/admin-category-sync.php:127
417
  msgid "Categories to add (optional)"
418
  msgstr ""
419
 
420
- #: admin/includes/admin-category-sync.php:128
421
  msgid "Add not available post categories"
422
  msgstr ""
423
 
424
- #: admin/includes/admin-category-sync.php:147
425
  msgid "none"
426
  msgstr ""
427
 
428
- #: admin/includes/admin-import.php:91
429
  msgid "Import Events"
430
  msgstr ""
431
 
432
- #: admin/includes/admin-import.php:110 admin/includes/admin-import.php:150
433
- #: admin/includes/admin-import.php:254
434
  msgid "Step"
435
  msgstr ""
436
 
437
- #: admin/includes/admin-import.php:110
438
  msgid "Set import file and options"
439
  msgstr ""
440
 
441
- #: admin/includes/admin-import.php:113
442
  #, php-format
443
  msgid "Proceed with Step %1$s"
444
  msgstr ""
445
 
446
- #: admin/includes/admin-import.php:116
447
  msgid "Example file"
448
  msgstr ""
449
 
450
- #: admin/includes/admin-import.php:117
451
  #, php-format
452
  msgid ""
453
  "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
454
  msgstr ""
455
 
456
- #: admin/includes/admin-import.php:118
457
  msgid "Note"
458
  msgstr ""
459
 
460
- #: admin/includes/admin-import.php:118
461
  msgid ""
462
  "Do not change the column header and separator line (first two lines), "
463
  "otherwise the import will fail!"
464
  msgstr ""
465
 
466
- #: admin/includes/admin-import.php:128 admin/includes/admin-import.php:137
467
  msgid "Sorry, there has been an error."
468
  msgstr ""
469
 
470
- #: admin/includes/admin-import.php:129
471
  msgid "The file does not exist, please try again."
472
  msgstr ""
473
 
474
- #: admin/includes/admin-import.php:138
475
  msgid "The uploaded file does not have the required csv extension."
476
  msgstr ""
477
 
478
- #: admin/includes/admin-import.php:150
479
  msgid "Events review and additonal category selection"
480
  msgstr ""
481
 
482
- #: admin/includes/admin-import.php:156 admin/includes/admin-import.php:167
483
  msgid "Error"
484
  msgstr ""
485
 
486
- #: admin/includes/admin-import.php:156
487
  msgid "This CSV file cannot be imported"
488
  msgstr ""
489
 
490
- #: admin/includes/admin-import.php:167
491
  msgid "None of the events in this CSV file can be imported"
492
  msgstr ""
493
 
494
- #: admin/includes/admin-import.php:170 admin/includes/admin-import.php:213
495
  msgid "Warning"
496
  msgstr ""
497
 
498
- #: admin/includes/admin-import.php:172
499
  #, php-format
500
  msgid "There is %1$s event which cannot be imported"
501
  msgid_plural "There are %1$s events which cannot be imported"
502
  msgstr[0] ""
503
 
504
- #: admin/includes/admin-import.php:184
505
  #, php-format
506
  msgid "CSV line %1$s"
507
  msgstr ""
508
 
509
- #: admin/includes/admin-import.php:194
510
  msgid "You can still import all other events listed below."
511
  msgstr ""
512
 
513
- #: admin/includes/admin-import.php:213
514
  msgid ""
515
  "The following category slugs are not available and will be removed from the "
516
  "imported events"
517
  msgstr ""
518
 
519
- #: admin/includes/admin-import.php:219
520
  msgid ""
521
  "If you want to keep these categories, please create these Categories first "
522
  "and do the import afterwards."
523
  msgstr ""
524
 
525
- #: admin/includes/admin-import.php:254
526
  msgid "Import result"
527
  msgstr ""
528
 
529
- #: admin/includes/admin-import.php:257
530
  #, php-format
531
  msgid "Import of %1$s events successful!"
532
  msgstr ""
533
 
534
- #: admin/includes/admin-import.php:258
535
  msgid "Go back to All Events"
536
  msgstr ""
537
 
538
- #: admin/includes/admin-import.php:261
539
  msgid "Errors during Import"
540
  msgstr ""
541
 
542
- #: admin/includes/admin-import.php:269
543
  msgid "Event from CSV-line"
544
  msgstr ""
545
 
546
- #: admin/includes/admin-import.php:281 admin/includes/admin-main.php:109
547
  #: includes/widget_helptexts.php:9
548
  msgid "Title"
549
  msgstr ""
550
 
551
- #: admin/includes/admin-import.php:282
552
  msgid "Start Date"
553
  msgstr ""
554
 
555
- #: admin/includes/admin-import.php:283
556
  msgid "End Date"
557
  msgstr ""
558
 
559
- #: admin/includes/admin-import.php:284 admin/includes/admin-new.php:131
560
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
 
561
  msgid "Time"
562
  msgstr ""
563
 
564
- #: admin/includes/admin-import.php:285 admin/includes/admin-main.php:110
565
- #: admin/includes/admin-new.php:133 includes/options_helptexts.php:75
566
- #: includes/options_helptexts.php:76
567
  msgid "Location"
568
  msgstr ""
569
 
570
- #: admin/includes/admin-import.php:286
571
  msgid "Content"
572
  msgstr ""
573
 
574
- #: admin/includes/admin-import.php:287
575
  msgid "Category slugs"
576
  msgstr ""
577
 
578
- #: admin/includes/admin-import.php:333
579
  msgid "Header line is missing or not correct!"
580
  msgstr ""
581
 
582
- #: admin/includes/admin-import.php:334
583
  #, php-format
584
  msgid ""
585
  "Have a look at the %1$sexample file%2$s to see the correct header line "
586
  "format."
587
  msgstr ""
588
 
589
- #: admin/includes/admin-import.php:341
590
  #, php-format
591
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
592
  msgstr ""
593
 
594
- #: admin/includes/admin-import.php:371
595
- msgid "Empty event title found"
596
  msgstr ""
597
 
598
- #: admin/includes/admin-import.php:377
599
- msgid "Wrong date format for startdate"
600
  msgstr ""
601
 
602
- #: admin/includes/admin-import.php:385
603
- msgid "Wrong date format for enddate"
604
  msgstr ""
605
 
606
- #: admin/includes/admin-import.php:439
607
- msgid "Import events"
608
  msgstr ""
609
 
610
- #: admin/includes/admin-import.php:440
611
- msgid "Add additional categories"
612
  msgstr ""
613
 
614
- #: admin/includes/admin-import.php:470 includes/events_post_type.php:92
615
- msgid "No events found"
616
  msgstr ""
617
 
618
- #: admin/includes/admin-import.php:518
619
- msgid "Saving of event failed!"
620
  msgstr ""
621
 
622
- #: admin/includes/admin-main.php:108
623
  msgid "Event Date"
624
  msgstr ""
625
 
626
- #: admin/includes/admin-main.php:113
627
  msgid "Author"
628
  msgstr ""
629
 
630
- #: admin/includes/admin-main.php:182
631
  #, php-format
632
  msgid "Add a copy of %1$s"
633
  msgstr ""
634
 
635
- #: admin/includes/admin-main.php:182
636
  msgid "Copy"
637
  msgstr ""
638
 
639
- #: admin/includes/admin-main.php:268
640
  msgid "Import"
641
  msgstr ""
642
 
643
- #: admin/includes/admin-new.php:83
644
  msgid "Event data"
645
  msgstr ""
646
 
647
- #: admin/includes/admin-new.php:116
648
  msgid "Add Copy"
649
  msgstr ""
650
 
651
- #: admin/includes/admin-new.php:124
652
  msgid "Date"
653
  msgstr ""
654
 
655
- #: admin/includes/admin-new.php:124
656
  msgid "required"
657
  msgstr ""
658
 
659
- #: admin/includes/admin-new.php:127
660
  msgid "Multi-Day Event"
661
  msgstr ""
662
 
663
- #: admin/includes/admin-new.php:147
664
  msgid "Event Title"
665
  msgstr ""
666
 
667
- #: admin/includes/admin-new.php:164
668
  msgid "Event Content"
669
  msgstr ""
670
 
671
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:245
672
  msgid "Event updated."
673
  msgstr ""
674
 
675
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:247
676
  msgid "View event"
677
  msgstr ""
678
 
679
- #: admin/includes/admin-new.php:246
680
  #, php-format
681
  msgid "Event restored to revision from %1$s"
682
  msgstr ""
683
 
684
- #: admin/includes/admin-new.php:247
685
  msgid "Event published."
686
  msgstr ""
687
 
688
- #: admin/includes/admin-new.php:248
689
  msgid "Event saved."
690
  msgstr ""
691
 
692
- #: admin/includes/admin-new.php:249
693
  msgid "Event submitted."
694
  msgstr ""
695
 
696
- #: admin/includes/admin-new.php:249 admin/includes/admin-new.php:252
697
- #: admin/includes/admin-new.php:253
698
  msgid "Preview event"
699
  msgstr ""
700
 
701
- #: admin/includes/admin-new.php:251
702
  #, php-format
703
  msgid "Event scheduled for: %1$s>"
704
  msgstr ""
705
 
706
- #: admin/includes/admin-new.php:253
707
  msgid "Event draft updated."
708
  msgstr ""
709
 
710
- #: admin/includes/admin-settings.php:97
711
  msgid "Go to Event Category switching page"
712
  msgstr ""
713
 
714
- #: admin/includes/admin-settings.php:111
715
  msgid "Frontend Settings"
716
  msgstr ""
717
 
718
- #: admin/includes/admin-settings.php:112
719
  msgid "Admin Page Settings"
720
  msgstr ""
721
 
722
- #: admin/includes/admin-settings.php:113
723
  msgid "Feed Settings"
724
  msgstr ""
725
 
726
- #: admin/includes/admin-settings.php:114
727
  msgid "Category Taxonomy"
728
  msgstr ""
729
 
@@ -891,7 +892,7 @@ msgid "No valid start date provided"
891
  msgstr ""
892
 
893
  #: includes/event.php:343 includes/event.php:345
894
- #: includes/sc_event-list.php:330
895
  msgid "read more"
896
  msgstr ""
897
 
@@ -1419,15 +1420,15 @@ msgid ""
1419
  " switching page from here."
1420
  msgstr ""
1421
 
1422
- #: includes/options.php:92
1423
  msgid "events"
1424
  msgstr ""
1425
 
1426
- #: includes/options.php:96
1427
  msgid "Show content"
1428
  msgstr ""
1429
 
1430
- #: includes/options.php:100
1431
  msgid "Hide content"
1432
  msgstr ""
1433
 
@@ -1518,9 +1519,10 @@ msgid "category slugs"
1518
  msgstr ""
1519
 
1520
  #: includes/sc_event-list_helptexts.php:82
 
1521
  msgid ""
1522
  "This attribute defines the category filter which filters the events to show."
1523
- " The default is $1$s or an empty string to show all events."
1524
  msgstr ""
1525
 
1526
  #: includes/sc_event-list_helptexts.php:86
@@ -1867,19 +1869,19 @@ msgid ""
1867
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1868
  msgstr ""
1869
 
1870
- #: includes/sc_event-list.php:184
1871
  msgid "Sorry, the requested event is not available!"
1872
  msgstr ""
1873
 
1874
- #: includes/sc_event-list.php:193
1875
  msgid "Event Information:"
1876
  msgstr ""
1877
 
1878
- #: includes/sc_event-list.php:437
1879
  msgid "Link to RSS feed"
1880
  msgstr ""
1881
 
1882
- #: includes/sc_event-list.php:447
1883
  msgid "Link to iCal feed"
1884
  msgstr ""
1885
 
@@ -2031,14 +2033,14 @@ msgid ""
2031
  "approriate option is selected."
2032
  msgstr ""
2033
 
2034
- #: includes/widget.php:38
2035
  msgid "With this widget a list of upcoming events can be displayed."
2036
  msgstr ""
2037
 
2038
- #: includes/widget.php:43
2039
  msgid "Upcoming events"
2040
  msgstr ""
2041
 
2042
- #: includes/widget.php:57
2043
  msgid "show events page"
2044
  msgstr ""
8
  msgstr ""
9
  "Project-Id-Version: wp-event-list\n"
10
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
11
+ "POT-Creation-Date: 2022-03-07 19:10+0100\n"
12
+ "PO-Revision-Date: 2022-03-07 18:11+0000\n"
13
  "Last-Translator: mibuthu\n"
14
  "Language-Team: Indonesian (Indonesia) (http://www.transifex.com/mibuthu/wp-event-list/language/id_ID/)\n"
15
  "MIME-Version: 1.0\n"
18
  "Language: id_ID\n"
19
  "Plural-Forms: nplurals=1; plural=0;\n"
20
 
21
+ #: admin/admin.php:89
22
  #, php-format
23
  msgid "Errors during upgrade of plugin %1$s"
24
  msgstr "Kesalahan saat menatar plugin %1$s"
25
 
26
+ #: admin/admin.php:89
27
  #, php-format
28
  msgid "Upgrade of plugin %1$s successful"
29
  msgstr "Penataran plugin %1$s berhasil "
30
 
31
+ #: admin/admin.php:147 admin/includes/admin-settings.php:89
32
  msgid "Event List Settings"
33
  msgstr "Pengaturan Daftar Acara"
34
 
35
+ #: admin/admin.php:147
36
  msgid "Settings"
37
  msgstr "Pengaturan"
38
 
39
+ #: admin/admin.php:151 admin/includes/admin-about.php:62
40
  msgid "About Event List"
41
  msgstr "Tentang Daftar Acara"
42
 
43
+ #: admin/admin.php:151
44
  msgid "About"
45
  msgstr "Tentang"
46
 
47
+ #: admin/admin.php:175
48
  #, php-format
49
  msgid "%s Event"
50
  msgid_plural "%s Events"
51
  msgstr[0] "%s Acara"
52
 
53
+ #: admin/includes/admin-about.php:86 admin/includes/admin-settings.php:107
54
  msgid "General"
55
  msgstr "Umum"
56
 
57
+ #: admin/includes/admin-about.php:87 admin/includes/admin-about.php:109
58
+ #: admin/includes/admin-about.php:162
59
  msgid "Shortcode Attributes"
60
  msgstr "Atribut Kode Singkat"
61
 
62
+ #: admin/includes/admin-about.php:101
63
  msgid "Help and Instructions"
64
  msgstr "Bantuan dan Petunjuk"
65
 
66
+ #: admin/includes/admin-about.php:102
67
  #, php-format
68
  msgid "You can manage the events %1$shere%2$s"
69
  msgstr "Anda dapat mengelola acara %1$sdi sini%2$s"
70
 
71
+ #: admin/includes/admin-about.php:103
72
  msgid "To show the events on your site you have 2 possibilities"
73
  msgstr "Anda memiliki 2 pilihan dalam menampilkan acara di situs Anda"
74
 
75
+ #: admin/includes/admin-about.php:104
76
  #, php-format
77
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
78
  msgstr "Anda dapat menempatkan <strong>kode singkat</strong> %1$s di halaman atau post manapun"
79
 
80
+ #: admin/includes/admin-about.php:105
81
  #, php-format
82
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
83
  msgstr "Anda dapat menambahkan <strong>widget</strong> %1$s di bilah samping Anda"
84
 
85
+ #: admin/includes/admin-about.php:106
86
  msgid ""
87
  "The displayed events and their style can be modified with the available "
88
  "widget settings and the available attributes for the shortcode."
95
  "available in the %1$s tab."
96
  msgstr "Daftar semua atribut kode singkat yang tersedia beserta deskripsinya dapat dilihat di tab %1$s. "
97
 
98
+ #: admin/includes/admin-about.php:111
99
  msgid "The available widget options are described in their tooltip text."
100
  msgstr "Penjelasan pilihan widget ditampilkan di teks tooltip."
101
 
102
+ #: admin/includes/admin-about.php:113
103
  #, php-format
104
  msgid ""
105
  "If you enable one of the links options (%1$s or %2$s) in the widget you have"
106
  " to insert an URL to the linked event-list page."
107
  msgstr "Jika Anda mengaktifkan pilihan tautan (%1$s atau %2$s) dalam widget, Anda harus menyisipkan URL ke halaman tautan daftar acara"
108
 
109
+ #: admin/includes/admin-about.php:114 includes/widget_helptexts.php:134
110
  msgid "Add links to the single events"
111
  msgstr "Tambah tautan ke satu acara"
112
 
113
+ #: admin/includes/admin-about.php:115 includes/widget_helptexts.php:143
114
  msgid "Add a link to the Event List page"
115
  msgstr "Tambah tautan ke laman Daftar Acara"
116
 
117
+ #: admin/includes/admin-about.php:117
118
  msgid ""
119
  "This is required because the widget does not know in which page or post the "
120
  "shortcode was included."
121
  msgstr "Hal ini diperlukan karena widget tidak tahu di halaman atau post mana kode singkat dimasukkan."
122
 
123
+ #: admin/includes/admin-about.php:118
124
  msgid ""
125
  "Additionally you have to insert the correct Shortcode id on the linked page."
126
  " This id describes which shortcode should be used on the given page or post "
127
  "if you have more than one."
128
  msgstr ""
129
 
130
+ #: admin/includes/admin-about.php:120
131
  #, php-format
132
  msgid ""
133
  "The default value %1$s is normally o.k. (for pages with 1 shortcode only), "
135
  "link on your linked page or post."
136
  msgstr ""
137
 
138
+ #: admin/includes/admin-about.php:124
139
  #, php-format
140
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
141
  msgstr ""
142
 
143
+ #: admin/includes/admin-about.php:129
144
  #, php-format
145
  msgid ""
146
  "Be sure to also check the %1$s to get the plugin behaving just the way you "
147
  "want."
148
  msgstr ""
149
 
150
+ #: admin/includes/admin-about.php:130
151
  msgid "Settings page"
152
  msgstr "Halaman pengaturan"
153
 
154
+ #: admin/includes/admin-about.php:138
155
  msgid "About the plugin author"
156
  msgstr ""
157
 
158
+ #: admin/includes/admin-about.php:141
159
  #, php-format
160
  msgid ""
161
  "This plugin is developed by %1$s, you can find more information about the "
162
  "plugin on the %2$s."
163
  msgstr ""
164
 
165
+ #: admin/includes/admin-about.php:143
166
  msgid "WordPress plugin site"
167
  msgstr "Situs plugin WordPress"
168
 
169
+ #: admin/includes/admin-about.php:146
170
  #, php-format
171
  msgid "If you like the plugin please rate it on the %1$s."
172
  msgstr ""
173
 
174
+ #: admin/includes/admin-about.php:147
175
  msgid "WordPress plugin review site"
176
  msgstr ""
177
 
178
+ #: admin/includes/admin-about.php:149
179
  msgid ""
180
  "If you want to support the plugin I would be happy to get a small donation"
181
  msgstr ""
182
 
183
+ #: admin/includes/admin-about.php:151 admin/includes/admin-about.php:153
184
+ #: admin/includes/admin-about.php:155
185
  #, php-format
186
  msgid "Donate with %1$s"
187
  msgstr ""
188
 
189
+ #: admin/includes/admin-about.php:164
190
  msgid ""
191
  "You have the possibility to modify the output if you add some of the "
192
  "following attributes to the shortcode."
193
  msgstr ""
194
 
195
+ #: admin/includes/admin-about.php:166
196
  #, php-format
197
  msgid ""
198
  "You can combine and add as much attributes as you want. E.g. the shortcode "
199
  "including the attributes %1$s and %2$s would looks like this:"
200
  msgstr ""
201
 
202
+ #: admin/includes/admin-about.php:171
203
  msgid ""
204
  "Below you can find a list of all supported attributes with their "
205
  "descriptions and available options:"
206
  msgstr ""
207
 
208
+ #: admin/includes/admin-about.php:186
209
  msgid "Attribute name"
210
  msgstr ""
211
 
212
+ #: admin/includes/admin-about.php:187
213
  msgid "Value options"
214
  msgstr ""
215
 
216
+ #: admin/includes/admin-about.php:188
217
  msgid "Default value"
218
  msgstr ""
219
 
220
+ #: admin/includes/admin-about.php:189
221
  msgid "Description"
222
  msgstr ""
223
 
224
+ #: admin/includes/admin-about.php:208 includes/sc_event-list_helptexts.php:74
225
  #: includes/sc_event-list_helptexts.php:91
226
  msgid "Filter Syntax"
227
  msgstr ""
228
 
229
+ #: admin/includes/admin-about.php:209
230
  msgid ""
231
  "For date and cat filters you can specify complex filters with the following "
232
  "syntax:"
233
  msgstr ""
234
 
235
+ #: admin/includes/admin-about.php:211
236
  #, php-format
237
  msgid ""
238
  "You can use %1$s and %2$s connections to define complex filters. "
239
  "Additionally you can set brackets %3$s for nested queries."
240
  msgstr ""
241
 
242
+ #: admin/includes/admin-about.php:212
243
  msgid "AND"
244
  msgstr ""
245
 
246
+ #: admin/includes/admin-about.php:213
247
  msgid "OR"
248
  msgstr ""
249
 
250
+ #: admin/includes/admin-about.php:213
251
  msgid "or"
252
  msgstr ""
253
 
254
+ #: admin/includes/admin-about.php:214
255
  msgid "and"
256
  msgstr ""
257
 
258
+ #: admin/includes/admin-about.php:216
259
  msgid "Examples for cat filters:"
260
  msgstr ""
261
 
262
+ #: admin/includes/admin-about.php:217
263
  #, php-format
264
  msgid "Show all events with category %1$s."
265
  msgstr ""
266
 
267
+ #: admin/includes/admin-about.php:218
268
  #, php-format
269
  msgid "Show all events with category %1$s or %2$s."
270
  msgstr ""
271
 
272
+ #: admin/includes/admin-about.php:220
273
  #, php-format
274
  msgid ""
275
  "Show all events with category %1$s and all events where category %2$s as "
276
  "well as %3$s is selected."
277
  msgstr ""
278
 
279
+ #: admin/includes/admin-about.php:226 includes/sc_event-list_helptexts.php:69
280
  msgid "Available Date Formats"
281
  msgstr ""
282
 
283
+ #: admin/includes/admin-about.php:227
284
  msgid "For date filters you can use the following date formats:"
285
  msgstr ""
286
 
287
+ #: admin/includes/admin-about.php:236 includes/sc_event-list_helptexts.php:70
288
  msgid "Available Date Range Formats"
289
  msgstr ""
290
 
291
+ #: admin/includes/admin-about.php:237
292
  msgid "For date filters you can use the following daterange formats:"
293
  msgstr ""
294
 
295
+ #: admin/includes/admin-about.php:250
296
  msgid "Value"
297
  msgstr ""
298
 
299
+ #: admin/includes/admin-about.php:254
300
  msgid "Example"
301
  msgstr ""
302
 
303
+ #: admin/includes/admin-categories.php:77
304
  msgid "Synchronize with post categories"
305
  msgstr ""
306
 
307
+ #: admin/includes/admin-categories.php:87
308
  #, php-format
309
  msgid "%1$s categories modified (%2$s)"
310
  msgstr ""
311
 
312
+ #: admin/includes/admin-categories.php:88
313
  #, php-format
314
  msgid "%1$s categories added (%2$s)"
315
  msgstr ""
316
 
317
+ #: admin/includes/admin-categories.php:89
318
  #, php-format
319
  msgid "%1$s categories deleted (%2$s)"
320
  msgstr ""
321
 
322
+ #: admin/includes/admin-categories.php:92
323
  #, php-format
324
  msgid "%1$s categories not modified (%2$s)"
325
  msgstr ""
326
 
327
+ #: admin/includes/admin-categories.php:93
328
  #, php-format
329
  msgid "%1$s categories not added (%2$s)"
330
  msgstr ""
331
 
332
+ #: admin/includes/admin-categories.php:94
333
  #, php-format
334
  msgid "%1$s categories not deleted (%2$s)"
335
  msgstr ""
336
 
337
+ #: admin/includes/admin-categories.php:97
338
  msgid "An Error occured during the category sync"
339
  msgstr ""
340
 
341
+ #: admin/includes/admin-categories.php:100
342
  msgid "Category sync finished"
343
  msgstr ""
344
 
345
+ #: admin/includes/admin-category-sync.php:76
346
  msgid "Error: You are not allowed to view this page!"
347
  msgstr ""
348
 
349
+ #: admin/includes/admin-category-sync.php:92
350
  msgid "Affected Categories when switching to seperate Event Categories"
351
  msgstr ""
352
 
353
+ #: admin/includes/admin-category-sync.php:93
354
  msgid "Switch option to seperate Event Categories"
355
  msgstr ""
356
 
357
+ #: admin/includes/admin-category-sync.php:94
358
  msgid ""
359
  "If you proceed, all post categories will be copied and all events will be "
360
  "re-assigned to this new categories."
361
  msgstr ""
362
 
363
+ #: admin/includes/admin-category-sync.php:95
364
  msgid ""
365
  "Afterwards the event categories are independent of the post categories."
366
  msgstr ""
367
 
368
+ #: admin/includes/admin-category-sync.php:97
369
  msgid "Affected Categories when switching to use Post Categories for events"
370
  msgstr ""
371
 
372
+ #: admin/includes/admin-category-sync.php:98
373
  msgid "Switch option to use Post Categories for events"
374
  msgstr ""
375
 
376
+ #: admin/includes/admin-category-sync.php:99
377
  msgid ""
378
  "Take a detailed look at the affected categories above before you proceed! "
379
  "All seperate event categories will be deleted, this cannot be undone!"
380
  msgstr ""
381
 
382
+ #: admin/includes/admin-category-sync.php:102
383
  msgid "Event Categories: Synchronise with Post Categories"
384
  msgstr ""
385
 
386
+ #: admin/includes/admin-category-sync.php:103
387
  msgid "Start synchronisation"
388
  msgstr ""
389
 
390
+ #: admin/includes/admin-category-sync.php:104
391
  msgid ""
392
  "If this option is enabled the above listed categories will be deleted and "
393
  "removed from the existing events!"
394
  msgstr ""
395
 
396
+ #: admin/includes/admin-category-sync.php:119
397
  msgid "Categories to modify"
398
  msgstr ""
399
 
400
+ #: admin/includes/admin-category-sync.php:120
401
  msgid "Categories to add"
402
  msgstr ""
403
 
404
+ #: admin/includes/admin-category-sync.php:121
405
  msgid "Categories to delete (optional)"
406
  msgstr ""
407
 
408
+ #: admin/includes/admin-category-sync.php:122
409
  msgid "Delete not available post categories"
410
  msgstr ""
411
 
412
+ #: admin/includes/admin-category-sync.php:125
413
  msgid "Categories with differences"
414
  msgstr ""
415
 
416
+ #: admin/includes/admin-category-sync.php:126
417
  msgid "Categories to add (optional)"
418
  msgstr ""
419
 
420
+ #: admin/includes/admin-category-sync.php:127
421
  msgid "Add not available post categories"
422
  msgstr ""
423
 
424
+ #: admin/includes/admin-category-sync.php:146
425
  msgid "none"
426
  msgstr ""
427
 
428
+ #: admin/includes/admin-import.php:90
429
  msgid "Import Events"
430
  msgstr ""
431
 
432
+ #: admin/includes/admin-import.php:109 admin/includes/admin-import.php:154
433
+ #: admin/includes/admin-import.php:261
434
  msgid "Step"
435
  msgstr ""
436
 
437
+ #: admin/includes/admin-import.php:109
438
  msgid "Set import file and options"
439
  msgstr ""
440
 
441
+ #: admin/includes/admin-import.php:114
442
  #, php-format
443
  msgid "Proceed with Step %1$s"
444
  msgstr ""
445
 
446
+ #: admin/includes/admin-import.php:117
447
  msgid "Example file"
448
  msgstr ""
449
 
450
+ #: admin/includes/admin-import.php:119
451
  #, php-format
452
  msgid ""
453
  "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
454
  msgstr ""
455
 
456
+ #: admin/includes/admin-import.php:123
457
  msgid "Note"
458
  msgstr ""
459
 
460
+ #: admin/includes/admin-import.php:124
461
  msgid ""
462
  "Do not change the column header and separator line (first two lines), "
463
  "otherwise the import will fail!"
464
  msgstr ""
465
 
466
+ #: admin/includes/admin-import.php:133 admin/includes/admin-import.php:141
467
  msgid "Sorry, there has been an error."
468
  msgstr ""
469
 
470
+ #: admin/includes/admin-import.php:134
471
  msgid "The file does not exist, please try again."
472
  msgstr ""
473
 
474
+ #: admin/includes/admin-import.php:142
475
  msgid "The uploaded file does not have the required csv extension."
476
  msgstr ""
477
 
478
+ #: admin/includes/admin-import.php:154
479
  msgid "Events review and additonal category selection"
480
  msgstr ""
481
 
482
+ #: admin/includes/admin-import.php:160 admin/includes/admin-import.php:171
483
  msgid "Error"
484
  msgstr ""
485
 
486
+ #: admin/includes/admin-import.php:160
487
  msgid "This CSV file cannot be imported"
488
  msgstr ""
489
 
490
+ #: admin/includes/admin-import.php:171
491
  msgid "None of the events in this CSV file can be imported"
492
  msgstr ""
493
 
494
+ #: admin/includes/admin-import.php:174 admin/includes/admin-import.php:219
495
  msgid "Warning"
496
  msgstr ""
497
 
498
+ #: admin/includes/admin-import.php:177
499
  #, php-format
500
  msgid "There is %1$s event which cannot be imported"
501
  msgid_plural "There are %1$s events which cannot be imported"
502
  msgstr[0] ""
503
 
504
+ #: admin/includes/admin-import.php:190
505
  #, php-format
506
  msgid "CSV line %1$s"
507
  msgstr ""
508
 
509
+ #: admin/includes/admin-import.php:200
510
  msgid "You can still import all other events listed below."
511
  msgstr ""
512
 
513
+ #: admin/includes/admin-import.php:220
514
  msgid ""
515
  "The following category slugs are not available and will be removed from the "
516
  "imported events"
517
  msgstr ""
518
 
519
+ #: admin/includes/admin-import.php:226
520
  msgid ""
521
  "If you want to keep these categories, please create these Categories first "
522
  "and do the import afterwards."
523
  msgstr ""
524
 
525
+ #: admin/includes/admin-import.php:261
526
  msgid "Import result"
527
  msgstr ""
528
 
529
+ #: admin/includes/admin-import.php:264
530
  #, php-format
531
  msgid "Import of %1$s events successful!"
532
  msgstr ""
533
 
534
+ #: admin/includes/admin-import.php:265
535
  msgid "Go back to All Events"
536
  msgstr ""
537
 
538
+ #: admin/includes/admin-import.php:268
539
  msgid "Errors during Import"
540
  msgstr ""
541
 
542
+ #: admin/includes/admin-import.php:276
543
  msgid "Event from CSV-line"
544
  msgstr ""
545
 
546
+ #: admin/includes/admin-import.php:288 admin/includes/admin-main.php:108
547
  #: includes/widget_helptexts.php:9
548
  msgid "Title"
549
  msgstr ""
550
 
551
+ #: admin/includes/admin-import.php:289
552
  msgid "Start Date"
553
  msgstr ""
554
 
555
+ #: admin/includes/admin-import.php:290
556
  msgid "End Date"
557
  msgstr ""
558
 
559
+ #: admin/includes/admin-import.php:291 admin/includes/admin-new.php:132
560
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
561
+ #: includes/rss.php:116
562
  msgid "Time"
563
  msgstr ""
564
 
565
+ #: admin/includes/admin-import.php:292 admin/includes/admin-main.php:109
566
+ #: admin/includes/admin-new.php:134 includes/options_helptexts.php:75
567
+ #: includes/options_helptexts.php:76 includes/rss.php:119
568
  msgid "Location"
569
  msgstr ""
570
 
571
+ #: admin/includes/admin-import.php:293
572
  msgid "Content"
573
  msgstr ""
574
 
575
+ #: admin/includes/admin-import.php:294
576
  msgid "Category slugs"
577
  msgstr ""
578
 
579
+ #: admin/includes/admin-import.php:340
580
  msgid "Header line is missing or not correct!"
581
  msgstr ""
582
 
583
+ #: admin/includes/admin-import.php:341
584
  #, php-format
585
  msgid ""
586
  "Have a look at the %1$sexample file%2$s to see the correct header line "
587
  "format."
588
  msgstr ""
589
 
590
+ #: admin/includes/admin-import.php:350
591
  #, php-format
592
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
593
  msgstr ""
594
 
595
+ #: admin/includes/admin-import.php:399
596
+ msgid "Import events"
597
  msgstr ""
598
 
599
+ #: admin/includes/admin-import.php:400
600
+ msgid "Add additional categories"
601
  msgstr ""
602
 
603
+ #: admin/includes/admin-import.php:430 includes/events_post_type.php:92
604
+ msgid "No events found"
605
  msgstr ""
606
 
607
+ #: admin/includes/admin-import.php:478
608
+ msgid "Saving of event failed!"
609
  msgstr ""
610
 
611
+ #: admin/includes/admin-import.php:496
612
+ msgid "Empty event title found"
613
  msgstr ""
614
 
615
+ #: admin/includes/admin-import.php:501
616
+ msgid "Wrong date format for startdate"
617
  msgstr ""
618
 
619
+ #: admin/includes/admin-import.php:509
620
+ msgid "Wrong date format for enddate"
621
  msgstr ""
622
 
623
+ #: admin/includes/admin-main.php:107
624
  msgid "Event Date"
625
  msgstr ""
626
 
627
+ #: admin/includes/admin-main.php:112
628
  msgid "Author"
629
  msgstr ""
630
 
631
+ #: admin/includes/admin-main.php:181
632
  #, php-format
633
  msgid "Add a copy of %1$s"
634
  msgstr ""
635
 
636
+ #: admin/includes/admin-main.php:181
637
  msgid "Copy"
638
  msgstr ""
639
 
640
+ #: admin/includes/admin-main.php:269
641
  msgid "Import"
642
  msgstr ""
643
 
644
+ #: admin/includes/admin-new.php:82
645
  msgid "Event data"
646
  msgstr ""
647
 
648
+ #: admin/includes/admin-new.php:115
649
  msgid "Add Copy"
650
  msgstr ""
651
 
652
+ #: admin/includes/admin-new.php:123
653
  msgid "Date"
654
  msgstr ""
655
 
656
+ #: admin/includes/admin-new.php:123
657
  msgid "required"
658
  msgstr ""
659
 
660
+ #: admin/includes/admin-new.php:128
661
  msgid "Multi-Day Event"
662
  msgstr ""
663
 
664
+ #: admin/includes/admin-new.php:148
665
  msgid "Event Title"
666
  msgstr ""
667
 
668
+ #: admin/includes/admin-new.php:165
669
  msgid "Event Content"
670
  msgstr ""
671
 
672
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:246
673
  msgid "Event updated."
674
  msgstr ""
675
 
676
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:248
677
  msgid "View event"
678
  msgstr ""
679
 
680
+ #: admin/includes/admin-new.php:247
681
  #, php-format
682
  msgid "Event restored to revision from %1$s"
683
  msgstr ""
684
 
685
+ #: admin/includes/admin-new.php:248
686
  msgid "Event published."
687
  msgstr ""
688
 
689
+ #: admin/includes/admin-new.php:249
690
  msgid "Event saved."
691
  msgstr ""
692
 
693
+ #: admin/includes/admin-new.php:250
694
  msgid "Event submitted."
695
  msgstr ""
696
 
697
+ #: admin/includes/admin-new.php:251 admin/includes/admin-new.php:254
698
+ #: admin/includes/admin-new.php:256
699
  msgid "Preview event"
700
  msgstr ""
701
 
702
+ #: admin/includes/admin-new.php:253
703
  #, php-format
704
  msgid "Event scheduled for: %1$s>"
705
  msgstr ""
706
 
707
+ #: admin/includes/admin-new.php:255
708
  msgid "Event draft updated."
709
  msgstr ""
710
 
711
+ #: admin/includes/admin-settings.php:95
712
  msgid "Go to Event Category switching page"
713
  msgstr ""
714
 
715
+ #: admin/includes/admin-settings.php:108
716
  msgid "Frontend Settings"
717
  msgstr ""
718
 
719
+ #: admin/includes/admin-settings.php:109
720
  msgid "Admin Page Settings"
721
  msgstr ""
722
 
723
+ #: admin/includes/admin-settings.php:110
724
  msgid "Feed Settings"
725
  msgstr ""
726
 
727
+ #: admin/includes/admin-settings.php:111
728
  msgid "Category Taxonomy"
729
  msgstr ""
730
 
892
  msgstr ""
893
 
894
  #: includes/event.php:343 includes/event.php:345
895
+ #: includes/sc_event-list.php:325
896
  msgid "read more"
897
  msgstr ""
898
 
1420
  " switching page from here."
1421
  msgstr ""
1422
 
1423
+ #: includes/options.php:91
1424
  msgid "events"
1425
  msgstr ""
1426
 
1427
+ #: includes/options.php:95
1428
  msgid "Show content"
1429
  msgstr ""
1430
 
1431
+ #: includes/options.php:99
1432
  msgid "Hide content"
1433
  msgstr ""
1434
 
1519
  msgstr ""
1520
 
1521
  #: includes/sc_event-list_helptexts.php:82
1522
+ #, php-format
1523
  msgid ""
1524
  "This attribute defines the category filter which filters the events to show."
1525
+ " The default is %1$s or an empty string to show all events."
1526
  msgstr ""
1527
 
1528
  #: includes/sc_event-list_helptexts.php:86
1869
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1870
  msgstr ""
1871
 
1872
+ #: includes/sc_event-list.php:183
1873
  msgid "Sorry, the requested event is not available!"
1874
  msgstr ""
1875
 
1876
+ #: includes/sc_event-list.php:192
1877
  msgid "Event Information:"
1878
  msgstr ""
1879
 
1880
+ #: includes/sc_event-list.php:432
1881
  msgid "Link to RSS feed"
1882
  msgstr ""
1883
 
1884
+ #: includes/sc_event-list.php:442
1885
  msgid "Link to iCal feed"
1886
  msgstr ""
1887
 
2033
  "approriate option is selected."
2034
  msgstr ""
2035
 
2036
+ #: includes/widget.php:37
2037
  msgid "With this widget a list of upcoming events can be displayed."
2038
  msgstr ""
2039
 
2040
+ #: includes/widget.php:42
2041
  msgid "Upcoming events"
2042
  msgstr ""
2043
 
2044
+ #: includes/widget.php:56
2045
  msgid "show events page"
2046
  msgstr ""
languages/event-list-it_IT.po CHANGED
@@ -4,12 +4,13 @@
4
  #
5
  # Translators:
6
  # Adam <caldanei@gmail.com>, 2015
 
7
  msgid ""
8
  msgstr ""
9
  "Project-Id-Version: wp-event-list\n"
10
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
11
- "POT-Creation-Date: 2022-02-19 18:08+0100\n"
12
- "PO-Revision-Date: 2022-02-19 17:09+0000\n"
13
  "Last-Translator: mibuthu\n"
14
  "Language-Team: Italian (Italy) (http://www.transifex.com/mibuthu/wp-event-list/language/it_IT/)\n"
15
  "MIME-Version: 1.0\n"
@@ -18,72 +19,72 @@ msgstr ""
18
  "Language: it_IT\n"
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
 
21
- #: admin/admin.php:90
22
  #, php-format
23
  msgid "Errors during upgrade of plugin %1$s"
24
- msgstr ""
25
 
26
- #: admin/admin.php:90
27
  #, php-format
28
  msgid "Upgrade of plugin %1$s successful"
29
- msgstr ""
30
 
31
- #: admin/admin.php:142 admin/includes/admin-settings.php:91
32
  msgid "Event List Settings"
33
  msgstr "Impostazioni Eventi Lista"
34
 
35
- #: admin/admin.php:142
36
  msgid "Settings"
37
  msgstr "Impostazioni"
38
 
39
- #: admin/admin.php:146 admin/includes/admin-about.php:63
40
  msgid "About Event List"
41
  msgstr "Informazioni su Lista Eventi"
42
 
43
- #: admin/admin.php:146
44
  msgid "About"
45
  msgstr "Informazioni su"
46
 
47
- #: admin/admin.php:170
48
  #, php-format
49
  msgid "%s Event"
50
  msgid_plural "%s Events"
51
- msgstr[0] ""
52
- msgstr[1] ""
53
 
54
- #: admin/includes/admin-about.php:87 admin/includes/admin-settings.php:110
55
  msgid "General"
56
  msgstr "Generico"
57
 
58
- #: admin/includes/admin-about.php:88 admin/includes/admin-about.php:108
59
- #: admin/includes/admin-about.php:137
60
  msgid "Shortcode Attributes"
61
  msgstr "Attributi dello Shortcode"
62
 
63
- #: admin/includes/admin-about.php:102
64
  msgid "Help and Instructions"
65
  msgstr "Aiuto e Istruzioni"
66
 
67
- #: admin/includes/admin-about.php:103
68
  #, php-format
69
  msgid "You can manage the events %1$shere%2$s"
70
- msgstr ""
71
 
72
- #: admin/includes/admin-about.php:104
73
  msgid "To show the events on your site you have 2 possibilities"
74
  msgstr "Per mostrare gli eventi sul tuo sito hai 2 possibilità"
75
 
76
- #: admin/includes/admin-about.php:105
77
  #, php-format
78
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
79
  msgstr "Puoi inserire lo <strong>shortcode</strong> %1$s su ogni pagina e articolo"
80
 
81
- #: admin/includes/admin-about.php:106
82
  #, php-format
83
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
84
  msgstr "puoi aggiungere il <strong>widget</strong> %1$s nelle tue sidebar"
85
 
86
- #: admin/includes/admin-about.php:107
87
  msgid ""
88
  "The displayed events and their style can be modified with the available "
89
  "widget settings and the available attributes for the shortcode."
@@ -96,39 +97,39 @@ msgid ""
96
  "available in the %1$s tab."
97
  msgstr ""
98
 
99
- #: admin/includes/admin-about.php:109
100
  msgid "The available widget options are described in their tooltip text."
101
  msgstr "Le opzioni del widget disponibili sono descritta nel loro tooltip text"
102
 
103
- #: admin/includes/admin-about.php:110
104
  #, php-format
105
  msgid ""
106
  "If you enable one of the links options (%1$s or %2$s) in the widget you have"
107
  " to insert an URL to the linked event-list page."
108
  msgstr ""
109
 
110
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:134
111
  msgid "Add links to the single events"
112
  msgstr "Aggiungi link ai singoli eventi"
113
 
114
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:143
115
  msgid "Add a link to the Event List page"
116
  msgstr "Aggiungi un link alla pagina Elenco eventi"
117
 
118
- #: admin/includes/admin-about.php:111
119
  msgid ""
120
  "This is required because the widget does not know in which page or post the "
121
  "shortcode was included."
122
  msgstr ""
123
 
124
- #: admin/includes/admin-about.php:112
125
  msgid ""
126
  "Additionally you have to insert the correct Shortcode id on the linked page."
127
  " This id describes which shortcode should be used on the given page or post "
128
  "if you have more than one."
129
  msgstr ""
130
 
131
- #: admin/includes/admin-about.php:113
132
  #, php-format
133
  msgid ""
134
  "The default value %1$s is normally o.k. (for pages with 1 shortcode only), "
@@ -136,596 +137,597 @@ msgid ""
136
  "link on your linked page or post."
137
  msgstr ""
138
 
139
- #: admin/includes/admin-about.php:114
140
  #, php-format
141
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
142
  msgstr ""
143
 
144
- #: admin/includes/admin-about.php:116
145
  #, php-format
146
  msgid ""
147
  "Be sure to also check the %1$s to get the plugin behaving just the way you "
148
  "want."
149
  msgstr ""
150
 
151
- #: admin/includes/admin-about.php:116
152
  msgid "Settings page"
153
  msgstr ""
154
 
155
- #: admin/includes/admin-about.php:123
156
  msgid "About the plugin author"
157
  msgstr ""
158
 
159
- #: admin/includes/admin-about.php:125
160
  #, php-format
161
  msgid ""
162
  "This plugin is developed by %1$s, you can find more information about the "
163
  "plugin on the %2$s."
164
  msgstr ""
165
 
166
- #: admin/includes/admin-about.php:125
167
  msgid "WordPress plugin site"
168
  msgstr ""
169
 
170
- #: admin/includes/admin-about.php:126
171
  #, php-format
172
  msgid "If you like the plugin please rate it on the %1$s."
173
  msgstr ""
174
 
175
- #: admin/includes/admin-about.php:126
176
  msgid "WordPress plugin review site"
177
  msgstr ""
178
 
179
- #: admin/includes/admin-about.php:127
180
  msgid ""
181
  "If you want to support the plugin I would be happy to get a small donation"
182
  msgstr ""
183
 
184
- #: admin/includes/admin-about.php:128 admin/includes/admin-about.php:129
185
- #: admin/includes/admin-about.php:130
186
  #, php-format
187
  msgid "Donate with %1$s"
188
  msgstr ""
189
 
190
- #: admin/includes/admin-about.php:139
191
  msgid ""
192
  "You have the possibility to modify the output if you add some of the "
193
  "following attributes to the shortcode."
194
  msgstr "Hai la possibilità di modificare l'output se aggiungi alcuni dei seguenti attributi allo Shortcode."
195
 
196
- #: admin/includes/admin-about.php:140
197
  #, php-format
198
  msgid ""
199
  "You can combine and add as much attributes as you want. E.g. the shortcode "
200
  "including the attributes %1$s and %2$s would looks like this:"
201
  msgstr "È possibile combinare e aggiungere attributi come si desidera . Es Lo Shortcode, inclusi gli attributi %1$s e %2$s sarebbe simile a questo:"
202
 
203
- #: admin/includes/admin-about.php:142
204
  msgid ""
205
  "Below you can find a list of all supported attributes with their "
206
  "descriptions and available options:"
207
  msgstr "Qui di seguito potete trovare una lista di tutti gli attributi supportati con relative descrizioni e le opzioni disponibili:"
208
 
209
- #: admin/includes/admin-about.php:157
210
  msgid "Attribute name"
211
  msgstr "Nome attributo"
212
 
213
- #: admin/includes/admin-about.php:158
214
  msgid "Value options"
215
  msgstr "Valore opzioni"
216
 
217
- #: admin/includes/admin-about.php:159
218
  msgid "Default value"
219
  msgstr "Valore di default"
220
 
221
- #: admin/includes/admin-about.php:160
222
  msgid "Description"
223
  msgstr "Descrizione"
224
 
225
- #: admin/includes/admin-about.php:179 includes/sc_event-list_helptexts.php:74
226
  #: includes/sc_event-list_helptexts.php:91
227
  msgid "Filter Syntax"
228
  msgstr "Sintassi del filtro"
229
 
230
- #: admin/includes/admin-about.php:180
231
  msgid ""
232
  "For date and cat filters you can specify complex filters with the following "
233
  "syntax:"
234
  msgstr ""
235
 
236
- #: admin/includes/admin-about.php:181
237
  #, php-format
238
  msgid ""
239
  "You can use %1$s and %2$s connections to define complex filters. "
240
  "Additionally you can set brackets %3$s for nested queries."
241
  msgstr ""
242
 
243
- #: admin/includes/admin-about.php:181
244
  msgid "AND"
245
  msgstr "E"
246
 
247
- #: admin/includes/admin-about.php:181
248
  msgid "OR"
249
  msgstr "O"
250
 
251
- #: admin/includes/admin-about.php:181
252
  msgid "or"
253
  msgstr "o"
254
 
255
- #: admin/includes/admin-about.php:181
256
  msgid "and"
257
  msgstr "e"
258
 
259
- #: admin/includes/admin-about.php:182
260
  msgid "Examples for cat filters:"
261
  msgstr "Esempio per il filtro di categorie:"
262
 
263
- #: admin/includes/admin-about.php:183
264
  #, php-format
265
  msgid "Show all events with category %1$s."
266
  msgstr "Mostra tutti gli eventi aventi categoria %1$s."
267
 
268
- #: admin/includes/admin-about.php:184
269
  #, php-format
270
  msgid "Show all events with category %1$s or %2$s."
271
  msgstr "Mostra tutti gli eventi aventi categoria %1$s o %2$s."
272
 
273
- #: admin/includes/admin-about.php:185
274
  #, php-format
275
  msgid ""
276
  "Show all events with category %1$s and all events where category %2$s as "
277
  "well as %3$s is selected."
278
  msgstr "Mostra tutti gli eventi aventi categoria %1$s e tutti gli eventi in cui è selezionata sia categoria %2$s che %3$s."
279
 
280
- #: admin/includes/admin-about.php:191 includes/sc_event-list_helptexts.php:69
281
  msgid "Available Date Formats"
282
  msgstr "Formati data disponibili"
283
 
284
- #: admin/includes/admin-about.php:192
285
  msgid "For date filters you can use the following date formats:"
286
  msgstr "Per il filtro sulle date puoi utilizzare il seguente formato date:"
287
 
288
- #: admin/includes/admin-about.php:201 includes/sc_event-list_helptexts.php:70
289
  msgid "Available Date Range Formats"
290
  msgstr "Formati intervallo date disponibili"
291
 
292
- #: admin/includes/admin-about.php:202
293
  msgid "For date filters you can use the following daterange formats:"
294
  msgstr "Per il filtro sulle date puoi utilizzare il seguente formato di intervallo date:"
295
 
296
- #: admin/includes/admin-about.php:215
297
  msgid "Value"
298
  msgstr "Valore"
299
 
300
- #: admin/includes/admin-about.php:219
301
  msgid "Example"
302
  msgstr "Esempio"
303
 
304
- #: admin/includes/admin-categories.php:79
305
  msgid "Synchronize with post categories"
306
  msgstr ""
307
 
308
- #: admin/includes/admin-categories.php:90
309
  #, php-format
310
  msgid "%1$s categories modified (%2$s)"
311
  msgstr ""
312
 
313
- #: admin/includes/admin-categories.php:91
314
  #, php-format
315
  msgid "%1$s categories added (%2$s)"
316
  msgstr ""
317
 
318
- #: admin/includes/admin-categories.php:92
319
  #, php-format
320
  msgid "%1$s categories deleted (%2$s)"
321
  msgstr ""
322
 
323
- #: admin/includes/admin-categories.php:95
324
  #, php-format
325
  msgid "%1$s categories not modified (%2$s)"
326
  msgstr ""
327
 
328
- #: admin/includes/admin-categories.php:96
329
  #, php-format
330
  msgid "%1$s categories not added (%2$s)"
331
  msgstr ""
332
 
333
- #: admin/includes/admin-categories.php:97
334
  #, php-format
335
  msgid "%1$s categories not deleted (%2$s)"
336
  msgstr ""
337
 
338
- #: admin/includes/admin-categories.php:100
339
  msgid "An Error occured during the category sync"
340
  msgstr ""
341
 
342
- #: admin/includes/admin-categories.php:103
343
  msgid "Category sync finished"
344
  msgstr ""
345
 
346
- #: admin/includes/admin-category-sync.php:77
347
  msgid "Error: You are not allowed to view this page!"
348
  msgstr ""
349
 
350
- #: admin/includes/admin-category-sync.php:93
351
  msgid "Affected Categories when switching to seperate Event Categories"
352
  msgstr ""
353
 
354
- #: admin/includes/admin-category-sync.php:94
355
  msgid "Switch option to seperate Event Categories"
356
  msgstr ""
357
 
358
- #: admin/includes/admin-category-sync.php:95
359
  msgid ""
360
  "If you proceed, all post categories will be copied and all events will be "
361
  "re-assigned to this new categories."
362
  msgstr ""
363
 
364
- #: admin/includes/admin-category-sync.php:96
365
  msgid ""
366
  "Afterwards the event categories are independent of the post categories."
367
  msgstr ""
368
 
369
- #: admin/includes/admin-category-sync.php:98
370
  msgid "Affected Categories when switching to use Post Categories for events"
371
  msgstr ""
372
 
373
- #: admin/includes/admin-category-sync.php:99
374
  msgid "Switch option to use Post Categories for events"
375
  msgstr ""
376
 
377
- #: admin/includes/admin-category-sync.php:100
378
  msgid ""
379
  "Take a detailed look at the affected categories above before you proceed! "
380
  "All seperate event categories will be deleted, this cannot be undone!"
381
  msgstr ""
382
 
383
- #: admin/includes/admin-category-sync.php:103
384
  msgid "Event Categories: Synchronise with Post Categories"
385
  msgstr ""
386
 
387
- #: admin/includes/admin-category-sync.php:104
388
  msgid "Start synchronisation"
389
  msgstr ""
390
 
391
- #: admin/includes/admin-category-sync.php:105
392
  msgid ""
393
  "If this option is enabled the above listed categories will be deleted and "
394
  "removed from the existing events!"
395
  msgstr ""
396
 
397
- #: admin/includes/admin-category-sync.php:120
398
  msgid "Categories to modify"
399
  msgstr ""
400
 
401
- #: admin/includes/admin-category-sync.php:121
402
  msgid "Categories to add"
403
  msgstr ""
404
 
405
- #: admin/includes/admin-category-sync.php:122
406
  msgid "Categories to delete (optional)"
407
  msgstr ""
408
 
409
- #: admin/includes/admin-category-sync.php:123
410
  msgid "Delete not available post categories"
411
  msgstr ""
412
 
413
- #: admin/includes/admin-category-sync.php:126
414
  msgid "Categories with differences"
415
  msgstr ""
416
 
417
- #: admin/includes/admin-category-sync.php:127
418
  msgid "Categories to add (optional)"
419
  msgstr ""
420
 
421
- #: admin/includes/admin-category-sync.php:128
422
  msgid "Add not available post categories"
423
  msgstr ""
424
 
425
- #: admin/includes/admin-category-sync.php:147
426
  msgid "none"
427
  msgstr ""
428
 
429
- #: admin/includes/admin-import.php:91
430
  msgid "Import Events"
431
  msgstr "Importazione Eventi"
432
 
433
- #: admin/includes/admin-import.php:110 admin/includes/admin-import.php:150
434
- #: admin/includes/admin-import.php:254
435
  msgid "Step"
436
  msgstr "Passo"
437
 
438
- #: admin/includes/admin-import.php:110
439
  msgid "Set import file and options"
440
  msgstr "Insieme dei file e delle opzioni di importazione"
441
 
442
- #: admin/includes/admin-import.php:113
443
  #, php-format
444
  msgid "Proceed with Step %1$s"
445
  msgstr ""
446
 
447
- #: admin/includes/admin-import.php:116
448
  msgid "Example file"
449
  msgstr "File di esempio"
450
 
451
- #: admin/includes/admin-import.php:117
452
  #, php-format
453
  msgid ""
454
  "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
455
  msgstr "È possibile scaricare un file di esempio %1$s qui %2$s (il delimitatore del CSV è una virgola!)"
456
 
457
- #: admin/includes/admin-import.php:118
458
  msgid "Note"
459
  msgstr "Nota"
460
 
461
- #: admin/includes/admin-import.php:118
462
  msgid ""
463
  "Do not change the column header and separator line (first two lines), "
464
  "otherwise the import will fail!"
465
  msgstr "Non modificare l' intestazione e il separatore di riga (le prime due righe), altrimenti l'importazione fallirà!"
466
 
467
- #: admin/includes/admin-import.php:128 admin/includes/admin-import.php:137
468
  msgid "Sorry, there has been an error."
469
  msgstr "Siamo spiacenti, si è verificato un errore."
470
 
471
- #: admin/includes/admin-import.php:129
472
  msgid "The file does not exist, please try again."
473
  msgstr "Il file non esiste, riprova."
474
 
475
- #: admin/includes/admin-import.php:138
476
  msgid "The uploaded file does not have the required csv extension."
477
  msgstr ""
478
 
479
- #: admin/includes/admin-import.php:150
480
  msgid "Events review and additonal category selection"
481
  msgstr ""
482
 
483
- #: admin/includes/admin-import.php:156 admin/includes/admin-import.php:167
484
  msgid "Error"
485
  msgstr ""
486
 
487
- #: admin/includes/admin-import.php:156
488
  msgid "This CSV file cannot be imported"
489
  msgstr ""
490
 
491
- #: admin/includes/admin-import.php:167
492
  msgid "None of the events in this CSV file can be imported"
493
  msgstr ""
494
 
495
- #: admin/includes/admin-import.php:170 admin/includes/admin-import.php:213
496
  msgid "Warning"
497
  msgstr ""
498
 
499
- #: admin/includes/admin-import.php:172
500
  #, php-format
501
  msgid "There is %1$s event which cannot be imported"
502
  msgid_plural "There are %1$s events which cannot be imported"
503
  msgstr[0] ""
504
  msgstr[1] ""
505
 
506
- #: admin/includes/admin-import.php:184
507
  #, php-format
508
  msgid "CSV line %1$s"
509
  msgstr ""
510
 
511
- #: admin/includes/admin-import.php:194
512
  msgid "You can still import all other events listed below."
513
  msgstr ""
514
 
515
- #: admin/includes/admin-import.php:213
516
  msgid ""
517
  "The following category slugs are not available and will be removed from the "
518
  "imported events"
519
  msgstr ""
520
 
521
- #: admin/includes/admin-import.php:219
522
  msgid ""
523
  "If you want to keep these categories, please create these Categories first "
524
  "and do the import afterwards."
525
  msgstr ""
526
 
527
- #: admin/includes/admin-import.php:254
528
  msgid "Import result"
529
  msgstr ""
530
 
531
- #: admin/includes/admin-import.php:257
532
  #, php-format
533
  msgid "Import of %1$s events successful!"
534
  msgstr ""
535
 
536
- #: admin/includes/admin-import.php:258
537
  msgid "Go back to All Events"
538
  msgstr "Torna a Tutti gli Eventi"
539
 
540
- #: admin/includes/admin-import.php:261
541
  msgid "Errors during Import"
542
  msgstr ""
543
 
544
- #: admin/includes/admin-import.php:269
545
  msgid "Event from CSV-line"
546
  msgstr ""
547
 
548
- #: admin/includes/admin-import.php:281 admin/includes/admin-main.php:109
549
  #: includes/widget_helptexts.php:9
550
  msgid "Title"
551
  msgstr "Titolo"
552
 
553
- #: admin/includes/admin-import.php:282
554
  msgid "Start Date"
555
  msgstr "Data di inizio"
556
 
557
- #: admin/includes/admin-import.php:283
558
  msgid "End Date"
559
  msgstr "Data di fine"
560
 
561
- #: admin/includes/admin-import.php:284 admin/includes/admin-new.php:131
562
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
 
563
  msgid "Time"
564
  msgstr "Ora"
565
 
566
- #: admin/includes/admin-import.php:285 admin/includes/admin-main.php:110
567
- #: admin/includes/admin-new.php:133 includes/options_helptexts.php:75
568
- #: includes/options_helptexts.php:76
569
  msgid "Location"
570
  msgstr "Ubicazione"
571
 
572
- #: admin/includes/admin-import.php:286
573
  msgid "Content"
574
  msgstr ""
575
 
576
- #: admin/includes/admin-import.php:287
577
  msgid "Category slugs"
578
  msgstr ""
579
 
580
- #: admin/includes/admin-import.php:333
581
  msgid "Header line is missing or not correct!"
582
  msgstr ""
583
 
584
- #: admin/includes/admin-import.php:334
585
  #, php-format
586
  msgid ""
587
  "Have a look at the %1$sexample file%2$s to see the correct header line "
588
  "format."
589
  msgstr ""
590
 
591
- #: admin/includes/admin-import.php:341
592
  #, php-format
593
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
594
  msgstr ""
595
 
596
- #: admin/includes/admin-import.php:371
597
- msgid "Empty event title found"
598
  msgstr ""
599
 
600
- #: admin/includes/admin-import.php:377
601
- msgid "Wrong date format for startdate"
602
  msgstr ""
603
 
604
- #: admin/includes/admin-import.php:385
605
- msgid "Wrong date format for enddate"
606
  msgstr ""
607
 
608
- #: admin/includes/admin-import.php:439
609
- msgid "Import events"
610
  msgstr ""
611
 
612
- #: admin/includes/admin-import.php:440
613
- msgid "Add additional categories"
614
  msgstr ""
615
 
616
- #: admin/includes/admin-import.php:470 includes/events_post_type.php:92
617
- msgid "No events found"
618
  msgstr ""
619
 
620
- #: admin/includes/admin-import.php:518
621
- msgid "Saving of event failed!"
622
  msgstr ""
623
 
624
- #: admin/includes/admin-main.php:108
625
  msgid "Event Date"
626
  msgstr ""
627
 
628
- #: admin/includes/admin-main.php:113
629
  msgid "Author"
630
  msgstr "Autore"
631
 
632
- #: admin/includes/admin-main.php:182
633
  #, php-format
634
  msgid "Add a copy of %1$s"
635
  msgstr ""
636
 
637
- #: admin/includes/admin-main.php:182
638
  msgid "Copy"
639
  msgstr ""
640
 
641
- #: admin/includes/admin-main.php:268
642
  msgid "Import"
643
  msgstr "Importazione"
644
 
645
- #: admin/includes/admin-new.php:83
646
  msgid "Event data"
647
  msgstr ""
648
 
649
- #: admin/includes/admin-new.php:116
650
  msgid "Add Copy"
651
  msgstr ""
652
 
653
- #: admin/includes/admin-new.php:124
654
  msgid "Date"
655
  msgstr "Data"
656
 
657
- #: admin/includes/admin-new.php:124
658
  msgid "required"
659
  msgstr "richiesto"
660
 
661
- #: admin/includes/admin-new.php:127
662
  msgid "Multi-Day Event"
663
  msgstr "Evento multi giornaliero"
664
 
665
- #: admin/includes/admin-new.php:147
666
  msgid "Event Title"
667
  msgstr ""
668
 
669
- #: admin/includes/admin-new.php:164
670
  msgid "Event Content"
671
  msgstr ""
672
 
673
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:245
674
  msgid "Event updated."
675
  msgstr ""
676
 
677
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:247
678
  msgid "View event"
679
  msgstr ""
680
 
681
- #: admin/includes/admin-new.php:246
682
  #, php-format
683
  msgid "Event restored to revision from %1$s"
684
  msgstr ""
685
 
686
- #: admin/includes/admin-new.php:247
687
  msgid "Event published."
688
  msgstr ""
689
 
690
- #: admin/includes/admin-new.php:248
691
  msgid "Event saved."
692
  msgstr ""
693
 
694
- #: admin/includes/admin-new.php:249
695
  msgid "Event submitted."
696
  msgstr ""
697
 
698
- #: admin/includes/admin-new.php:249 admin/includes/admin-new.php:252
699
- #: admin/includes/admin-new.php:253
700
  msgid "Preview event"
701
  msgstr ""
702
 
703
- #: admin/includes/admin-new.php:251
704
  #, php-format
705
  msgid "Event scheduled for: %1$s>"
706
  msgstr ""
707
 
708
- #: admin/includes/admin-new.php:253
709
  msgid "Event draft updated."
710
  msgstr ""
711
 
712
- #: admin/includes/admin-settings.php:97
713
  msgid "Go to Event Category switching page"
714
  msgstr ""
715
 
716
- #: admin/includes/admin-settings.php:111
717
  msgid "Frontend Settings"
718
  msgstr "Impostazioni interfaccia grafica"
719
 
720
- #: admin/includes/admin-settings.php:112
721
  msgid "Admin Page Settings"
722
  msgstr "Impostazioni di amministrazione"
723
 
724
- #: admin/includes/admin-settings.php:113
725
  msgid "Feed Settings"
726
  msgstr "Impostazioni Feed"
727
 
728
- #: admin/includes/admin-settings.php:114
729
  msgid "Category Taxonomy"
730
  msgstr ""
731
 
@@ -893,7 +895,7 @@ msgid "No valid start date provided"
893
  msgstr ""
894
 
895
  #: includes/event.php:343 includes/event.php:345
896
- #: includes/sc_event-list.php:330
897
  msgid "read more"
898
  msgstr ""
899
 
@@ -1421,15 +1423,15 @@ msgid ""
1421
  " switching page from here."
1422
  msgstr ""
1423
 
1424
- #: includes/options.php:92
1425
  msgid "events"
1426
  msgstr ""
1427
 
1428
- #: includes/options.php:96
1429
  msgid "Show content"
1430
  msgstr ""
1431
 
1432
- #: includes/options.php:100
1433
  msgid "Hide content"
1434
  msgstr ""
1435
 
@@ -1520,9 +1522,10 @@ msgid "category slugs"
1520
  msgstr ""
1521
 
1522
  #: includes/sc_event-list_helptexts.php:82
 
1523
  msgid ""
1524
  "This attribute defines the category filter which filters the events to show."
1525
- " The default is $1$s or an empty string to show all events."
1526
  msgstr ""
1527
 
1528
  #: includes/sc_event-list_helptexts.php:86
@@ -1869,19 +1872,19 @@ msgid ""
1869
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1870
  msgstr ""
1871
 
1872
- #: includes/sc_event-list.php:184
1873
  msgid "Sorry, the requested event is not available!"
1874
  msgstr ""
1875
 
1876
- #: includes/sc_event-list.php:193
1877
  msgid "Event Information:"
1878
  msgstr "Informazioni Evento"
1879
 
1880
- #: includes/sc_event-list.php:437
1881
  msgid "Link to RSS feed"
1882
  msgstr ""
1883
 
1884
- #: includes/sc_event-list.php:447
1885
  msgid "Link to iCal feed"
1886
  msgstr ""
1887
 
@@ -2033,14 +2036,14 @@ msgid ""
2033
  "approriate option is selected."
2034
  msgstr ""
2035
 
2036
- #: includes/widget.php:38
2037
  msgid "With this widget a list of upcoming events can be displayed."
2038
  msgstr "Con questo widget può essere mostrata una lista di eventi"
2039
 
2040
- #: includes/widget.php:43
2041
  msgid "Upcoming events"
2042
  msgstr "Prossimi eventi"
2043
 
2044
- #: includes/widget.php:57
2045
  msgid "show events page"
2046
  msgstr "mostra pagina eventi"
4
  #
5
  # Translators:
6
  # Adam <caldanei@gmail.com>, 2015
7
+ # lesion, 2022
8
  msgid ""
9
  msgstr ""
10
  "Project-Id-Version: wp-event-list\n"
11
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
12
+ "POT-Creation-Date: 2022-03-07 19:10+0100\n"
13
+ "PO-Revision-Date: 2022-03-07 18:11+0000\n"
14
  "Last-Translator: mibuthu\n"
15
  "Language-Team: Italian (Italy) (http://www.transifex.com/mibuthu/wp-event-list/language/it_IT/)\n"
16
  "MIME-Version: 1.0\n"
19
  "Language: it_IT\n"
20
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
 
22
+ #: admin/admin.php:89
23
  #, php-format
24
  msgid "Errors during upgrade of plugin %1$s"
25
+ msgstr "Errore durante l'aggiornamento del plugin %1$s"
26
 
27
+ #: admin/admin.php:89
28
  #, php-format
29
  msgid "Upgrade of plugin %1$s successful"
30
+ msgstr "Aggiornamento del plugin %1$s completato"
31
 
32
+ #: admin/admin.php:147 admin/includes/admin-settings.php:89
33
  msgid "Event List Settings"
34
  msgstr "Impostazioni Eventi Lista"
35
 
36
+ #: admin/admin.php:147
37
  msgid "Settings"
38
  msgstr "Impostazioni"
39
 
40
+ #: admin/admin.php:151 admin/includes/admin-about.php:62
41
  msgid "About Event List"
42
  msgstr "Informazioni su Lista Eventi"
43
 
44
+ #: admin/admin.php:151
45
  msgid "About"
46
  msgstr "Informazioni su"
47
 
48
+ #: admin/admin.php:175
49
  #, php-format
50
  msgid "%s Event"
51
  msgid_plural "%s Events"
52
+ msgstr[0] "%sEvento"
53
+ msgstr[1] "%s Eventi"
54
 
55
+ #: admin/includes/admin-about.php:86 admin/includes/admin-settings.php:107
56
  msgid "General"
57
  msgstr "Generico"
58
 
59
+ #: admin/includes/admin-about.php:87 admin/includes/admin-about.php:109
60
+ #: admin/includes/admin-about.php:162
61
  msgid "Shortcode Attributes"
62
  msgstr "Attributi dello Shortcode"
63
 
64
+ #: admin/includes/admin-about.php:101
65
  msgid "Help and Instructions"
66
  msgstr "Aiuto e Istruzioni"
67
 
68
+ #: admin/includes/admin-about.php:102
69
  #, php-format
70
  msgid "You can manage the events %1$shere%2$s"
71
+ msgstr "Puoi gestire i tuoi eventi %1$squi%2$s"
72
 
73
+ #: admin/includes/admin-about.php:103
74
  msgid "To show the events on your site you have 2 possibilities"
75
  msgstr "Per mostrare gli eventi sul tuo sito hai 2 possibilità"
76
 
77
+ #: admin/includes/admin-about.php:104
78
  #, php-format
79
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
80
  msgstr "Puoi inserire lo <strong>shortcode</strong> %1$s su ogni pagina e articolo"
81
 
82
+ #: admin/includes/admin-about.php:105
83
  #, php-format
84
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
85
  msgstr "puoi aggiungere il <strong>widget</strong> %1$s nelle tue sidebar"
86
 
87
+ #: admin/includes/admin-about.php:106
88
  msgid ""
89
  "The displayed events and their style can be modified with the available "
90
  "widget settings and the available attributes for the shortcode."
97
  "available in the %1$s tab."
98
  msgstr ""
99
 
100
+ #: admin/includes/admin-about.php:111
101
  msgid "The available widget options are described in their tooltip text."
102
  msgstr "Le opzioni del widget disponibili sono descritta nel loro tooltip text"
103
 
104
+ #: admin/includes/admin-about.php:113
105
  #, php-format
106
  msgid ""
107
  "If you enable one of the links options (%1$s or %2$s) in the widget you have"
108
  " to insert an URL to the linked event-list page."
109
  msgstr ""
110
 
111
+ #: admin/includes/admin-about.php:114 includes/widget_helptexts.php:134
112
  msgid "Add links to the single events"
113
  msgstr "Aggiungi link ai singoli eventi"
114
 
115
+ #: admin/includes/admin-about.php:115 includes/widget_helptexts.php:143
116
  msgid "Add a link to the Event List page"
117
  msgstr "Aggiungi un link alla pagina Elenco eventi"
118
 
119
+ #: admin/includes/admin-about.php:117
120
  msgid ""
121
  "This is required because the widget does not know in which page or post the "
122
  "shortcode was included."
123
  msgstr ""
124
 
125
+ #: admin/includes/admin-about.php:118
126
  msgid ""
127
  "Additionally you have to insert the correct Shortcode id on the linked page."
128
  " This id describes which shortcode should be used on the given page or post "
129
  "if you have more than one."
130
  msgstr ""
131
 
132
+ #: admin/includes/admin-about.php:120
133
  #, php-format
134
  msgid ""
135
  "The default value %1$s is normally o.k. (for pages with 1 shortcode only), "
137
  "link on your linked page or post."
138
  msgstr ""
139
 
140
+ #: admin/includes/admin-about.php:124
141
  #, php-format
142
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
143
  msgstr ""
144
 
145
+ #: admin/includes/admin-about.php:129
146
  #, php-format
147
  msgid ""
148
  "Be sure to also check the %1$s to get the plugin behaving just the way you "
149
  "want."
150
  msgstr ""
151
 
152
+ #: admin/includes/admin-about.php:130
153
  msgid "Settings page"
154
  msgstr ""
155
 
156
+ #: admin/includes/admin-about.php:138
157
  msgid "About the plugin author"
158
  msgstr ""
159
 
160
+ #: admin/includes/admin-about.php:141
161
  #, php-format
162
  msgid ""
163
  "This plugin is developed by %1$s, you can find more information about the "
164
  "plugin on the %2$s."
165
  msgstr ""
166
 
167
+ #: admin/includes/admin-about.php:143
168
  msgid "WordPress plugin site"
169
  msgstr ""
170
 
171
+ #: admin/includes/admin-about.php:146
172
  #, php-format
173
  msgid "If you like the plugin please rate it on the %1$s."
174
  msgstr ""
175
 
176
+ #: admin/includes/admin-about.php:147
177
  msgid "WordPress plugin review site"
178
  msgstr ""
179
 
180
+ #: admin/includes/admin-about.php:149
181
  msgid ""
182
  "If you want to support the plugin I would be happy to get a small donation"
183
  msgstr ""
184
 
185
+ #: admin/includes/admin-about.php:151 admin/includes/admin-about.php:153
186
+ #: admin/includes/admin-about.php:155
187
  #, php-format
188
  msgid "Donate with %1$s"
189
  msgstr ""
190
 
191
+ #: admin/includes/admin-about.php:164
192
  msgid ""
193
  "You have the possibility to modify the output if you add some of the "
194
  "following attributes to the shortcode."
195
  msgstr "Hai la possibilità di modificare l'output se aggiungi alcuni dei seguenti attributi allo Shortcode."
196
 
197
+ #: admin/includes/admin-about.php:166
198
  #, php-format
199
  msgid ""
200
  "You can combine and add as much attributes as you want. E.g. the shortcode "
201
  "including the attributes %1$s and %2$s would looks like this:"
202
  msgstr "È possibile combinare e aggiungere attributi come si desidera . Es Lo Shortcode, inclusi gli attributi %1$s e %2$s sarebbe simile a questo:"
203
 
204
+ #: admin/includes/admin-about.php:171
205
  msgid ""
206
  "Below you can find a list of all supported attributes with their "
207
  "descriptions and available options:"
208
  msgstr "Qui di seguito potete trovare una lista di tutti gli attributi supportati con relative descrizioni e le opzioni disponibili:"
209
 
210
+ #: admin/includes/admin-about.php:186
211
  msgid "Attribute name"
212
  msgstr "Nome attributo"
213
 
214
+ #: admin/includes/admin-about.php:187
215
  msgid "Value options"
216
  msgstr "Valore opzioni"
217
 
218
+ #: admin/includes/admin-about.php:188
219
  msgid "Default value"
220
  msgstr "Valore di default"
221
 
222
+ #: admin/includes/admin-about.php:189
223
  msgid "Description"
224
  msgstr "Descrizione"
225
 
226
+ #: admin/includes/admin-about.php:208 includes/sc_event-list_helptexts.php:74
227
  #: includes/sc_event-list_helptexts.php:91
228
  msgid "Filter Syntax"
229
  msgstr "Sintassi del filtro"
230
 
231
+ #: admin/includes/admin-about.php:209
232
  msgid ""
233
  "For date and cat filters you can specify complex filters with the following "
234
  "syntax:"
235
  msgstr ""
236
 
237
+ #: admin/includes/admin-about.php:211
238
  #, php-format
239
  msgid ""
240
  "You can use %1$s and %2$s connections to define complex filters. "
241
  "Additionally you can set brackets %3$s for nested queries."
242
  msgstr ""
243
 
244
+ #: admin/includes/admin-about.php:212
245
  msgid "AND"
246
  msgstr "E"
247
 
248
+ #: admin/includes/admin-about.php:213
249
  msgid "OR"
250
  msgstr "O"
251
 
252
+ #: admin/includes/admin-about.php:213
253
  msgid "or"
254
  msgstr "o"
255
 
256
+ #: admin/includes/admin-about.php:214
257
  msgid "and"
258
  msgstr "e"
259
 
260
+ #: admin/includes/admin-about.php:216
261
  msgid "Examples for cat filters:"
262
  msgstr "Esempio per il filtro di categorie:"
263
 
264
+ #: admin/includes/admin-about.php:217
265
  #, php-format
266
  msgid "Show all events with category %1$s."
267
  msgstr "Mostra tutti gli eventi aventi categoria %1$s."
268
 
269
+ #: admin/includes/admin-about.php:218
270
  #, php-format
271
  msgid "Show all events with category %1$s or %2$s."
272
  msgstr "Mostra tutti gli eventi aventi categoria %1$s o %2$s."
273
 
274
+ #: admin/includes/admin-about.php:220
275
  #, php-format
276
  msgid ""
277
  "Show all events with category %1$s and all events where category %2$s as "
278
  "well as %3$s is selected."
279
  msgstr "Mostra tutti gli eventi aventi categoria %1$s e tutti gli eventi in cui è selezionata sia categoria %2$s che %3$s."
280
 
281
+ #: admin/includes/admin-about.php:226 includes/sc_event-list_helptexts.php:69
282
  msgid "Available Date Formats"
283
  msgstr "Formati data disponibili"
284
 
285
+ #: admin/includes/admin-about.php:227
286
  msgid "For date filters you can use the following date formats:"
287
  msgstr "Per il filtro sulle date puoi utilizzare il seguente formato date:"
288
 
289
+ #: admin/includes/admin-about.php:236 includes/sc_event-list_helptexts.php:70
290
  msgid "Available Date Range Formats"
291
  msgstr "Formati intervallo date disponibili"
292
 
293
+ #: admin/includes/admin-about.php:237
294
  msgid "For date filters you can use the following daterange formats:"
295
  msgstr "Per il filtro sulle date puoi utilizzare il seguente formato di intervallo date:"
296
 
297
+ #: admin/includes/admin-about.php:250
298
  msgid "Value"
299
  msgstr "Valore"
300
 
301
+ #: admin/includes/admin-about.php:254
302
  msgid "Example"
303
  msgstr "Esempio"
304
 
305
+ #: admin/includes/admin-categories.php:77
306
  msgid "Synchronize with post categories"
307
  msgstr ""
308
 
309
+ #: admin/includes/admin-categories.php:87
310
  #, php-format
311
  msgid "%1$s categories modified (%2$s)"
312
  msgstr ""
313
 
314
+ #: admin/includes/admin-categories.php:88
315
  #, php-format
316
  msgid "%1$s categories added (%2$s)"
317
  msgstr ""
318
 
319
+ #: admin/includes/admin-categories.php:89
320
  #, php-format
321
  msgid "%1$s categories deleted (%2$s)"
322
  msgstr ""
323
 
324
+ #: admin/includes/admin-categories.php:92
325
  #, php-format
326
  msgid "%1$s categories not modified (%2$s)"
327
  msgstr ""
328
 
329
+ #: admin/includes/admin-categories.php:93
330
  #, php-format
331
  msgid "%1$s categories not added (%2$s)"
332
  msgstr ""
333
 
334
+ #: admin/includes/admin-categories.php:94
335
  #, php-format
336
  msgid "%1$s categories not deleted (%2$s)"
337
  msgstr ""
338
 
339
+ #: admin/includes/admin-categories.php:97
340
  msgid "An Error occured during the category sync"
341
  msgstr ""
342
 
343
+ #: admin/includes/admin-categories.php:100
344
  msgid "Category sync finished"
345
  msgstr ""
346
 
347
+ #: admin/includes/admin-category-sync.php:76
348
  msgid "Error: You are not allowed to view this page!"
349
  msgstr ""
350
 
351
+ #: admin/includes/admin-category-sync.php:92
352
  msgid "Affected Categories when switching to seperate Event Categories"
353
  msgstr ""
354
 
355
+ #: admin/includes/admin-category-sync.php:93
356
  msgid "Switch option to seperate Event Categories"
357
  msgstr ""
358
 
359
+ #: admin/includes/admin-category-sync.php:94
360
  msgid ""
361
  "If you proceed, all post categories will be copied and all events will be "
362
  "re-assigned to this new categories."
363
  msgstr ""
364
 
365
+ #: admin/includes/admin-category-sync.php:95
366
  msgid ""
367
  "Afterwards the event categories are independent of the post categories."
368
  msgstr ""
369
 
370
+ #: admin/includes/admin-category-sync.php:97
371
  msgid "Affected Categories when switching to use Post Categories for events"
372
  msgstr ""
373
 
374
+ #: admin/includes/admin-category-sync.php:98
375
  msgid "Switch option to use Post Categories for events"
376
  msgstr ""
377
 
378
+ #: admin/includes/admin-category-sync.php:99
379
  msgid ""
380
  "Take a detailed look at the affected categories above before you proceed! "
381
  "All seperate event categories will be deleted, this cannot be undone!"
382
  msgstr ""
383
 
384
+ #: admin/includes/admin-category-sync.php:102
385
  msgid "Event Categories: Synchronise with Post Categories"
386
  msgstr ""
387
 
388
+ #: admin/includes/admin-category-sync.php:103
389
  msgid "Start synchronisation"
390
  msgstr ""
391
 
392
+ #: admin/includes/admin-category-sync.php:104
393
  msgid ""
394
  "If this option is enabled the above listed categories will be deleted and "
395
  "removed from the existing events!"
396
  msgstr ""
397
 
398
+ #: admin/includes/admin-category-sync.php:119
399
  msgid "Categories to modify"
400
  msgstr ""
401
 
402
+ #: admin/includes/admin-category-sync.php:120
403
  msgid "Categories to add"
404
  msgstr ""
405
 
406
+ #: admin/includes/admin-category-sync.php:121
407
  msgid "Categories to delete (optional)"
408
  msgstr ""
409
 
410
+ #: admin/includes/admin-category-sync.php:122
411
  msgid "Delete not available post categories"
412
  msgstr ""
413
 
414
+ #: admin/includes/admin-category-sync.php:125
415
  msgid "Categories with differences"
416
  msgstr ""
417
 
418
+ #: admin/includes/admin-category-sync.php:126
419
  msgid "Categories to add (optional)"
420
  msgstr ""
421
 
422
+ #: admin/includes/admin-category-sync.php:127
423
  msgid "Add not available post categories"
424
  msgstr ""
425
 
426
+ #: admin/includes/admin-category-sync.php:146
427
  msgid "none"
428
  msgstr ""
429
 
430
+ #: admin/includes/admin-import.php:90
431
  msgid "Import Events"
432
  msgstr "Importazione Eventi"
433
 
434
+ #: admin/includes/admin-import.php:109 admin/includes/admin-import.php:154
435
+ #: admin/includes/admin-import.php:261
436
  msgid "Step"
437
  msgstr "Passo"
438
 
439
+ #: admin/includes/admin-import.php:109
440
  msgid "Set import file and options"
441
  msgstr "Insieme dei file e delle opzioni di importazione"
442
 
443
+ #: admin/includes/admin-import.php:114
444
  #, php-format
445
  msgid "Proceed with Step %1$s"
446
  msgstr ""
447
 
448
+ #: admin/includes/admin-import.php:117
449
  msgid "Example file"
450
  msgstr "File di esempio"
451
 
452
+ #: admin/includes/admin-import.php:119
453
  #, php-format
454
  msgid ""
455
  "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
456
  msgstr "È possibile scaricare un file di esempio %1$s qui %2$s (il delimitatore del CSV è una virgola!)"
457
 
458
+ #: admin/includes/admin-import.php:123
459
  msgid "Note"
460
  msgstr "Nota"
461
 
462
+ #: admin/includes/admin-import.php:124
463
  msgid ""
464
  "Do not change the column header and separator line (first two lines), "
465
  "otherwise the import will fail!"
466
  msgstr "Non modificare l' intestazione e il separatore di riga (le prime due righe), altrimenti l'importazione fallirà!"
467
 
468
+ #: admin/includes/admin-import.php:133 admin/includes/admin-import.php:141
469
  msgid "Sorry, there has been an error."
470
  msgstr "Siamo spiacenti, si è verificato un errore."
471
 
472
+ #: admin/includes/admin-import.php:134
473
  msgid "The file does not exist, please try again."
474
  msgstr "Il file non esiste, riprova."
475
 
476
+ #: admin/includes/admin-import.php:142
477
  msgid "The uploaded file does not have the required csv extension."
478
  msgstr ""
479
 
480
+ #: admin/includes/admin-import.php:154
481
  msgid "Events review and additonal category selection"
482
  msgstr ""
483
 
484
+ #: admin/includes/admin-import.php:160 admin/includes/admin-import.php:171
485
  msgid "Error"
486
  msgstr ""
487
 
488
+ #: admin/includes/admin-import.php:160
489
  msgid "This CSV file cannot be imported"
490
  msgstr ""
491
 
492
+ #: admin/includes/admin-import.php:171
493
  msgid "None of the events in this CSV file can be imported"
494
  msgstr ""
495
 
496
+ #: admin/includes/admin-import.php:174 admin/includes/admin-import.php:219
497
  msgid "Warning"
498
  msgstr ""
499
 
500
+ #: admin/includes/admin-import.php:177
501
  #, php-format
502
  msgid "There is %1$s event which cannot be imported"
503
  msgid_plural "There are %1$s events which cannot be imported"
504
  msgstr[0] ""
505
  msgstr[1] ""
506
 
507
+ #: admin/includes/admin-import.php:190
508
  #, php-format
509
  msgid "CSV line %1$s"
510
  msgstr ""
511
 
512
+ #: admin/includes/admin-import.php:200
513
  msgid "You can still import all other events listed below."
514
  msgstr ""
515
 
516
+ #: admin/includes/admin-import.php:220
517
  msgid ""
518
  "The following category slugs are not available and will be removed from the "
519
  "imported events"
520
  msgstr ""
521
 
522
+ #: admin/includes/admin-import.php:226
523
  msgid ""
524
  "If you want to keep these categories, please create these Categories first "
525
  "and do the import afterwards."
526
  msgstr ""
527
 
528
+ #: admin/includes/admin-import.php:261
529
  msgid "Import result"
530
  msgstr ""
531
 
532
+ #: admin/includes/admin-import.php:264
533
  #, php-format
534
  msgid "Import of %1$s events successful!"
535
  msgstr ""
536
 
537
+ #: admin/includes/admin-import.php:265
538
  msgid "Go back to All Events"
539
  msgstr "Torna a Tutti gli Eventi"
540
 
541
+ #: admin/includes/admin-import.php:268
542
  msgid "Errors during Import"
543
  msgstr ""
544
 
545
+ #: admin/includes/admin-import.php:276
546
  msgid "Event from CSV-line"
547
  msgstr ""
548
 
549
+ #: admin/includes/admin-import.php:288 admin/includes/admin-main.php:108
550
  #: includes/widget_helptexts.php:9
551
  msgid "Title"
552
  msgstr "Titolo"
553
 
554
+ #: admin/includes/admin-import.php:289
555
  msgid "Start Date"
556
  msgstr "Data di inizio"
557
 
558
+ #: admin/includes/admin-import.php:290
559
  msgid "End Date"
560
  msgstr "Data di fine"
561
 
562
+ #: admin/includes/admin-import.php:291 admin/includes/admin-new.php:132
563
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
564
+ #: includes/rss.php:116
565
  msgid "Time"
566
  msgstr "Ora"
567
 
568
+ #: admin/includes/admin-import.php:292 admin/includes/admin-main.php:109
569
+ #: admin/includes/admin-new.php:134 includes/options_helptexts.php:75
570
+ #: includes/options_helptexts.php:76 includes/rss.php:119
571
  msgid "Location"
572
  msgstr "Ubicazione"
573
 
574
+ #: admin/includes/admin-import.php:293
575
  msgid "Content"
576
  msgstr ""
577
 
578
+ #: admin/includes/admin-import.php:294
579
  msgid "Category slugs"
580
  msgstr ""
581
 
582
+ #: admin/includes/admin-import.php:340
583
  msgid "Header line is missing or not correct!"
584
  msgstr ""
585
 
586
+ #: admin/includes/admin-import.php:341
587
  #, php-format
588
  msgid ""
589
  "Have a look at the %1$sexample file%2$s to see the correct header line "
590
  "format."
591
  msgstr ""
592
 
593
+ #: admin/includes/admin-import.php:350
594
  #, php-format
595
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
596
  msgstr ""
597
 
598
+ #: admin/includes/admin-import.php:399
599
+ msgid "Import events"
600
  msgstr ""
601
 
602
+ #: admin/includes/admin-import.php:400
603
+ msgid "Add additional categories"
604
  msgstr ""
605
 
606
+ #: admin/includes/admin-import.php:430 includes/events_post_type.php:92
607
+ msgid "No events found"
608
  msgstr ""
609
 
610
+ #: admin/includes/admin-import.php:478
611
+ msgid "Saving of event failed!"
612
  msgstr ""
613
 
614
+ #: admin/includes/admin-import.php:496
615
+ msgid "Empty event title found"
616
  msgstr ""
617
 
618
+ #: admin/includes/admin-import.php:501
619
+ msgid "Wrong date format for startdate"
620
  msgstr ""
621
 
622
+ #: admin/includes/admin-import.php:509
623
+ msgid "Wrong date format for enddate"
624
  msgstr ""
625
 
626
+ #: admin/includes/admin-main.php:107
627
  msgid "Event Date"
628
  msgstr ""
629
 
630
+ #: admin/includes/admin-main.php:112
631
  msgid "Author"
632
  msgstr "Autore"
633
 
634
+ #: admin/includes/admin-main.php:181
635
  #, php-format
636
  msgid "Add a copy of %1$s"
637
  msgstr ""
638
 
639
+ #: admin/includes/admin-main.php:181
640
  msgid "Copy"
641
  msgstr ""
642
 
643
+ #: admin/includes/admin-main.php:269
644
  msgid "Import"
645
  msgstr "Importazione"
646
 
647
+ #: admin/includes/admin-new.php:82
648
  msgid "Event data"
649
  msgstr ""
650
 
651
+ #: admin/includes/admin-new.php:115
652
  msgid "Add Copy"
653
  msgstr ""
654
 
655
+ #: admin/includes/admin-new.php:123
656
  msgid "Date"
657
  msgstr "Data"
658
 
659
+ #: admin/includes/admin-new.php:123
660
  msgid "required"
661
  msgstr "richiesto"
662
 
663
+ #: admin/includes/admin-new.php:128
664
  msgid "Multi-Day Event"
665
  msgstr "Evento multi giornaliero"
666
 
667
+ #: admin/includes/admin-new.php:148
668
  msgid "Event Title"
669
  msgstr ""
670
 
671
+ #: admin/includes/admin-new.php:165
672
  msgid "Event Content"
673
  msgstr ""
674
 
675
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:246
676
  msgid "Event updated."
677
  msgstr ""
678
 
679
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:248
680
  msgid "View event"
681
  msgstr ""
682
 
683
+ #: admin/includes/admin-new.php:247
684
  #, php-format
685
  msgid "Event restored to revision from %1$s"
686
  msgstr ""
687
 
688
+ #: admin/includes/admin-new.php:248
689
  msgid "Event published."
690
  msgstr ""
691
 
692
+ #: admin/includes/admin-new.php:249
693
  msgid "Event saved."
694
  msgstr ""
695
 
696
+ #: admin/includes/admin-new.php:250
697
  msgid "Event submitted."
698
  msgstr ""
699
 
700
+ #: admin/includes/admin-new.php:251 admin/includes/admin-new.php:254
701
+ #: admin/includes/admin-new.php:256
702
  msgid "Preview event"
703
  msgstr ""
704
 
705
+ #: admin/includes/admin-new.php:253
706
  #, php-format
707
  msgid "Event scheduled for: %1$s>"
708
  msgstr ""
709
 
710
+ #: admin/includes/admin-new.php:255
711
  msgid "Event draft updated."
712
  msgstr ""
713
 
714
+ #: admin/includes/admin-settings.php:95
715
  msgid "Go to Event Category switching page"
716
  msgstr ""
717
 
718
+ #: admin/includes/admin-settings.php:108
719
  msgid "Frontend Settings"
720
  msgstr "Impostazioni interfaccia grafica"
721
 
722
+ #: admin/includes/admin-settings.php:109
723
  msgid "Admin Page Settings"
724
  msgstr "Impostazioni di amministrazione"
725
 
726
+ #: admin/includes/admin-settings.php:110
727
  msgid "Feed Settings"
728
  msgstr "Impostazioni Feed"
729
 
730
+ #: admin/includes/admin-settings.php:111
731
  msgid "Category Taxonomy"
732
  msgstr ""
733
 
895
  msgstr ""
896
 
897
  #: includes/event.php:343 includes/event.php:345
898
+ #: includes/sc_event-list.php:325
899
  msgid "read more"
900
  msgstr ""
901
 
1423
  " switching page from here."
1424
  msgstr ""
1425
 
1426
+ #: includes/options.php:91
1427
  msgid "events"
1428
  msgstr ""
1429
 
1430
+ #: includes/options.php:95
1431
  msgid "Show content"
1432
  msgstr ""
1433
 
1434
+ #: includes/options.php:99
1435
  msgid "Hide content"
1436
  msgstr ""
1437
 
1522
  msgstr ""
1523
 
1524
  #: includes/sc_event-list_helptexts.php:82
1525
+ #, php-format
1526
  msgid ""
1527
  "This attribute defines the category filter which filters the events to show."
1528
+ " The default is %1$s or an empty string to show all events."
1529
  msgstr ""
1530
 
1531
  #: includes/sc_event-list_helptexts.php:86
1872
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1873
  msgstr ""
1874
 
1875
+ #: includes/sc_event-list.php:183
1876
  msgid "Sorry, the requested event is not available!"
1877
  msgstr ""
1878
 
1879
+ #: includes/sc_event-list.php:192
1880
  msgid "Event Information:"
1881
  msgstr "Informazioni Evento"
1882
 
1883
+ #: includes/sc_event-list.php:432
1884
  msgid "Link to RSS feed"
1885
  msgstr ""
1886
 
1887
+ #: includes/sc_event-list.php:442
1888
  msgid "Link to iCal feed"
1889
  msgstr ""
1890
 
2036
  "approriate option is selected."
2037
  msgstr ""
2038
 
2039
+ #: includes/widget.php:37
2040
  msgid "With this widget a list of upcoming events can be displayed."
2041
  msgstr "Con questo widget può essere mostrata una lista di eventi"
2042
 
2043
+ #: includes/widget.php:42
2044
  msgid "Upcoming events"
2045
  msgstr "Prossimi eventi"
2046
 
2047
+ #: includes/widget.php:56
2048
  msgid "show events page"
2049
  msgstr "mostra pagina eventi"
languages/event-list-nl_NL.po CHANGED
@@ -11,8 +11,8 @@ msgid ""
11
  msgstr ""
12
  "Project-Id-Version: wp-event-list\n"
13
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
14
- "POT-Creation-Date: 2022-02-19 18:08+0100\n"
15
- "PO-Revision-Date: 2022-02-19 17:09+0000\n"
16
  "Last-Translator: mibuthu\n"
17
  "Language-Team: Dutch (Netherlands) (http://www.transifex.com/mibuthu/wp-event-list/language/nl_NL/)\n"
18
  "MIME-Version: 1.0\n"
@@ -21,72 +21,72 @@ msgstr ""
21
  "Language: nl_NL\n"
22
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
23
 
24
- #: admin/admin.php:90
25
  #, php-format
26
  msgid "Errors during upgrade of plugin %1$s"
27
  msgstr ""
28
 
29
- #: admin/admin.php:90
30
  #, php-format
31
  msgid "Upgrade of plugin %1$s successful"
32
  msgstr ""
33
 
34
- #: admin/admin.php:142 admin/includes/admin-settings.php:91
35
  msgid "Event List Settings"
36
  msgstr "Gebeurtenislijst Instellingen"
37
 
38
- #: admin/admin.php:142
39
  msgid "Settings"
40
  msgstr "Instellingen"
41
 
42
- #: admin/admin.php:146 admin/includes/admin-about.php:63
43
  msgid "About Event List"
44
  msgstr "Over Gebeurtenislijst"
45
 
46
- #: admin/admin.php:146
47
  msgid "About"
48
  msgstr "Over"
49
 
50
- #: admin/admin.php:170
51
  #, php-format
52
  msgid "%s Event"
53
  msgid_plural "%s Events"
54
  msgstr[0] ""
55
  msgstr[1] ""
56
 
57
- #: admin/includes/admin-about.php:87 admin/includes/admin-settings.php:110
58
  msgid "General"
59
  msgstr "Algemeen"
60
 
61
- #: admin/includes/admin-about.php:88 admin/includes/admin-about.php:108
62
- #: admin/includes/admin-about.php:137
63
  msgid "Shortcode Attributes"
64
  msgstr "Shortcode Attributen"
65
 
66
- #: admin/includes/admin-about.php:102
67
  msgid "Help and Instructions"
68
  msgstr "Hulp en instructies"
69
 
70
- #: admin/includes/admin-about.php:103
71
  #, php-format
72
  msgid "You can manage the events %1$shere%2$s"
73
  msgstr ""
74
 
75
- #: admin/includes/admin-about.php:104
76
  msgid "To show the events on your site you have 2 possibilities"
77
  msgstr "Om de gebeurtenissen op je site te tonen heb je 2 mogelijkheden"
78
 
79
- #: admin/includes/admin-about.php:105
80
  #, php-format
81
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
82
  msgstr "je kunt de <strong>shortcode</strong> %1$s op elke pagina of bericht plaatsen"
83
 
84
- #: admin/includes/admin-about.php:106
85
  #, php-format
86
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
87
  msgstr "je kunt de <strong>widget</strong> %1$s in je sidebar plaatsen"
88
 
89
- #: admin/includes/admin-about.php:107
90
  msgid ""
91
  "The displayed events and their style can be modified with the available "
92
  "widget settings and the available attributes for the shortcode."
@@ -99,39 +99,39 @@ msgid ""
99
  "available in the %1$s tab."
100
  msgstr ""
101
 
102
- #: admin/includes/admin-about.php:109
103
  msgid "The available widget options are described in their tooltip text."
104
  msgstr "De beschikbare widget opties zijn omschreven in hun tooltip tekst."
105
 
106
- #: admin/includes/admin-about.php:110
107
  #, php-format
108
  msgid ""
109
  "If you enable one of the links options (%1$s or %2$s) in the widget you have"
110
  " to insert an URL to the linked event-list page."
111
  msgstr ""
112
 
113
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:134
114
  msgid "Add links to the single events"
115
  msgstr "Voeg links toe aan de enkele gebeurtenis"
116
 
117
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:143
118
  msgid "Add a link to the Event List page"
119
  msgstr "Voeg een link to aan de Gebeurtenislijst pagina"
120
 
121
- #: admin/includes/admin-about.php:111
122
  msgid ""
123
  "This is required because the widget does not know in which page or post the "
124
  "shortcode was included."
125
  msgstr ""
126
 
127
- #: admin/includes/admin-about.php:112
128
  msgid ""
129
  "Additionally you have to insert the correct Shortcode id on the linked page."
130
  " This id describes which shortcode should be used on the given page or post "
131
  "if you have more than one."
132
  msgstr ""
133
 
134
- #: admin/includes/admin-about.php:113
135
  #, php-format
136
  msgid ""
137
  "The default value %1$s is normally o.k. (for pages with 1 shortcode only), "
@@ -139,596 +139,597 @@ msgid ""
139
  "link on your linked page or post."
140
  msgstr ""
141
 
142
- #: admin/includes/admin-about.php:114
143
  #, php-format
144
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
145
  msgstr ""
146
 
147
- #: admin/includes/admin-about.php:116
148
  #, php-format
149
  msgid ""
150
  "Be sure to also check the %1$s to get the plugin behaving just the way you "
151
  "want."
152
  msgstr ""
153
 
154
- #: admin/includes/admin-about.php:116
155
  msgid "Settings page"
156
  msgstr "Pagina instellingen"
157
 
158
- #: admin/includes/admin-about.php:123
159
  msgid "About the plugin author"
160
  msgstr "Over de plugin ontwikkelaar"
161
 
162
- #: admin/includes/admin-about.php:125
163
  #, php-format
164
  msgid ""
165
  "This plugin is developed by %1$s, you can find more information about the "
166
  "plugin on the %2$s."
167
  msgstr "Deze plugin is ontwikkeld door %1$s, meer informatie over de plugin vind je hier %2$s."
168
 
169
- #: admin/includes/admin-about.php:125
170
  msgid "WordPress plugin site"
171
  msgstr ""
172
 
173
- #: admin/includes/admin-about.php:126
174
  #, php-format
175
  msgid "If you like the plugin please rate it on the %1$s."
176
  msgstr ""
177
 
178
- #: admin/includes/admin-about.php:126
179
  msgid "WordPress plugin review site"
180
  msgstr ""
181
 
182
- #: admin/includes/admin-about.php:127
183
  msgid ""
184
  "If you want to support the plugin I would be happy to get a small donation"
185
  msgstr ""
186
 
187
- #: admin/includes/admin-about.php:128 admin/includes/admin-about.php:129
188
- #: admin/includes/admin-about.php:130
189
  #, php-format
190
  msgid "Donate with %1$s"
191
  msgstr ""
192
 
193
- #: admin/includes/admin-about.php:139
194
  msgid ""
195
  "You have the possibility to modify the output if you add some of the "
196
  "following attributes to the shortcode."
197
  msgstr "Je hebt de mogelijkheid het resultaat aan te passen als je wat van de volgende attributen toevoegt aan de shortcode."
198
 
199
- #: admin/includes/admin-about.php:140
200
  #, php-format
201
  msgid ""
202
  "You can combine and add as much attributes as you want. E.g. the shortcode "
203
  "including the attributes %1$s and %2$s would looks like this:"
204
  msgstr "Je kunt zoveel attributen combineren en toevoegen als je wilt. Bijvoorbeeld, de shortcode met de volgende attributen %1$s en %2$s zou er zo uit komen te zien:"
205
 
206
- #: admin/includes/admin-about.php:142
207
  msgid ""
208
  "Below you can find a list of all supported attributes with their "
209
  "descriptions and available options:"
210
  msgstr "Hieronder vind je een lijst van alle ondersteunde attributen met hun beschrijving en beschikbare opties:"
211
 
212
- #: admin/includes/admin-about.php:157
213
  msgid "Attribute name"
214
  msgstr "Attribuut naam"
215
 
216
- #: admin/includes/admin-about.php:158
217
  msgid "Value options"
218
  msgstr "Waarde opties"
219
 
220
- #: admin/includes/admin-about.php:159
221
  msgid "Default value"
222
  msgstr "Standaard waarde"
223
 
224
- #: admin/includes/admin-about.php:160
225
  msgid "Description"
226
  msgstr "Omschrijving"
227
 
228
- #: admin/includes/admin-about.php:179 includes/sc_event-list_helptexts.php:74
229
  #: includes/sc_event-list_helptexts.php:91
230
  msgid "Filter Syntax"
231
  msgstr "Filter Syntax"
232
 
233
- #: admin/includes/admin-about.php:180
234
  msgid ""
235
  "For date and cat filters you can specify complex filters with the following "
236
  "syntax:"
237
  msgstr "Voor datum en categorie filters kun je complexe filters definieren met de volgende syntax:"
238
 
239
- #: admin/includes/admin-about.php:181
240
  #, php-format
241
  msgid ""
242
  "You can use %1$s and %2$s connections to define complex filters. "
243
  "Additionally you can set brackets %3$s for nested queries."
244
  msgstr "Jet kunt %1$s en %2$s connecties gebruiken om complexe filters te definieren. Daarnaast kun je 'brackets' %3$s gebruiken voor geneste queries."
245
 
246
- #: admin/includes/admin-about.php:181
247
  msgid "AND"
248
  msgstr "EN"
249
 
250
- #: admin/includes/admin-about.php:181
251
  msgid "OR"
252
  msgstr "OF"
253
 
254
- #: admin/includes/admin-about.php:181
255
  msgid "or"
256
  msgstr "of"
257
 
258
- #: admin/includes/admin-about.php:181
259
  msgid "and"
260
  msgstr "en"
261
 
262
- #: admin/includes/admin-about.php:182
263
  msgid "Examples for cat filters:"
264
  msgstr "Voorbeelden voor categorie filters:"
265
 
266
- #: admin/includes/admin-about.php:183
267
  #, php-format
268
  msgid "Show all events with category %1$s."
269
  msgstr "Laat alle gebeurtenissen zien met categorie %1$s."
270
 
271
- #: admin/includes/admin-about.php:184
272
  #, php-format
273
  msgid "Show all events with category %1$s or %2$s."
274
  msgstr "Laat alle gebeurtenissen zien met categorie %1$s of %2$s."
275
 
276
- #: admin/includes/admin-about.php:185
277
  #, php-format
278
  msgid ""
279
  "Show all events with category %1$s and all events where category %2$s as "
280
  "well as %3$s is selected."
281
  msgstr "Laat alle gebeurtenissen zien met categorie %1$s en alle gebeurtenissen waar zowel categorie %2$s als %3$s geselecteerd zijn."
282
 
283
- #: admin/includes/admin-about.php:191 includes/sc_event-list_helptexts.php:69
284
  msgid "Available Date Formats"
285
  msgstr "Beschikbare Datum Notaties"
286
 
287
- #: admin/includes/admin-about.php:192
288
  msgid "For date filters you can use the following date formats:"
289
  msgstr "Voor datum filters kun je de volgende datum notaties gebruiken:"
290
 
291
- #: admin/includes/admin-about.php:201 includes/sc_event-list_helptexts.php:70
292
  msgid "Available Date Range Formats"
293
  msgstr "Beschikbare Datum Bereik Notaties"
294
 
295
- #: admin/includes/admin-about.php:202
296
  msgid "For date filters you can use the following daterange formats:"
297
  msgstr "Voor datum filters kun je de volgende datumbereik notaties gebruiken: "
298
 
299
- #: admin/includes/admin-about.php:215
300
  msgid "Value"
301
  msgstr "Waarde"
302
 
303
- #: admin/includes/admin-about.php:219
304
  msgid "Example"
305
  msgstr "Voorbeeld"
306
 
307
- #: admin/includes/admin-categories.php:79
308
  msgid "Synchronize with post categories"
309
  msgstr ""
310
 
311
- #: admin/includes/admin-categories.php:90
312
  #, php-format
313
  msgid "%1$s categories modified (%2$s)"
314
  msgstr ""
315
 
316
- #: admin/includes/admin-categories.php:91
317
  #, php-format
318
  msgid "%1$s categories added (%2$s)"
319
  msgstr ""
320
 
321
- #: admin/includes/admin-categories.php:92
322
  #, php-format
323
  msgid "%1$s categories deleted (%2$s)"
324
  msgstr ""
325
 
326
- #: admin/includes/admin-categories.php:95
327
  #, php-format
328
  msgid "%1$s categories not modified (%2$s)"
329
  msgstr ""
330
 
331
- #: admin/includes/admin-categories.php:96
332
  #, php-format
333
  msgid "%1$s categories not added (%2$s)"
334
  msgstr ""
335
 
336
- #: admin/includes/admin-categories.php:97
337
  #, php-format
338
  msgid "%1$s categories not deleted (%2$s)"
339
  msgstr ""
340
 
341
- #: admin/includes/admin-categories.php:100
342
  msgid "An Error occured during the category sync"
343
  msgstr ""
344
 
345
- #: admin/includes/admin-categories.php:103
346
  msgid "Category sync finished"
347
  msgstr ""
348
 
349
- #: admin/includes/admin-category-sync.php:77
350
  msgid "Error: You are not allowed to view this page!"
351
  msgstr ""
352
 
353
- #: admin/includes/admin-category-sync.php:93
354
  msgid "Affected Categories when switching to seperate Event Categories"
355
  msgstr ""
356
 
357
- #: admin/includes/admin-category-sync.php:94
358
  msgid "Switch option to seperate Event Categories"
359
  msgstr ""
360
 
361
- #: admin/includes/admin-category-sync.php:95
362
  msgid ""
363
  "If you proceed, all post categories will be copied and all events will be "
364
  "re-assigned to this new categories."
365
  msgstr ""
366
 
367
- #: admin/includes/admin-category-sync.php:96
368
  msgid ""
369
  "Afterwards the event categories are independent of the post categories."
370
  msgstr ""
371
 
372
- #: admin/includes/admin-category-sync.php:98
373
  msgid "Affected Categories when switching to use Post Categories for events"
374
  msgstr ""
375
 
376
- #: admin/includes/admin-category-sync.php:99
377
  msgid "Switch option to use Post Categories for events"
378
  msgstr ""
379
 
380
- #: admin/includes/admin-category-sync.php:100
381
  msgid ""
382
  "Take a detailed look at the affected categories above before you proceed! "
383
  "All seperate event categories will be deleted, this cannot be undone!"
384
  msgstr ""
385
 
386
- #: admin/includes/admin-category-sync.php:103
387
  msgid "Event Categories: Synchronise with Post Categories"
388
  msgstr ""
389
 
390
- #: admin/includes/admin-category-sync.php:104
391
  msgid "Start synchronisation"
392
  msgstr ""
393
 
394
- #: admin/includes/admin-category-sync.php:105
395
  msgid ""
396
  "If this option is enabled the above listed categories will be deleted and "
397
  "removed from the existing events!"
398
  msgstr ""
399
 
400
- #: admin/includes/admin-category-sync.php:120
401
  msgid "Categories to modify"
402
  msgstr ""
403
 
404
- #: admin/includes/admin-category-sync.php:121
405
  msgid "Categories to add"
406
  msgstr ""
407
 
408
- #: admin/includes/admin-category-sync.php:122
409
  msgid "Categories to delete (optional)"
410
  msgstr ""
411
 
412
- #: admin/includes/admin-category-sync.php:123
413
  msgid "Delete not available post categories"
414
  msgstr ""
415
 
416
- #: admin/includes/admin-category-sync.php:126
417
  msgid "Categories with differences"
418
  msgstr ""
419
 
420
- #: admin/includes/admin-category-sync.php:127
421
  msgid "Categories to add (optional)"
422
  msgstr ""
423
 
424
- #: admin/includes/admin-category-sync.php:128
425
  msgid "Add not available post categories"
426
  msgstr ""
427
 
428
- #: admin/includes/admin-category-sync.php:147
429
  msgid "none"
430
  msgstr ""
431
 
432
- #: admin/includes/admin-import.php:91
433
  msgid "Import Events"
434
  msgstr "Importeer Gebeurtenissen"
435
 
436
- #: admin/includes/admin-import.php:110 admin/includes/admin-import.php:150
437
- #: admin/includes/admin-import.php:254
438
  msgid "Step"
439
  msgstr "Stap"
440
 
441
- #: admin/includes/admin-import.php:110
442
  msgid "Set import file and options"
443
  msgstr "Stel het import bestand en opties in"
444
 
445
- #: admin/includes/admin-import.php:113
446
  #, php-format
447
  msgid "Proceed with Step %1$s"
448
  msgstr "Ga door naar stap %1$s"
449
 
450
- #: admin/includes/admin-import.php:116
451
  msgid "Example file"
452
  msgstr "Voorbeeld bestand"
453
 
454
- #: admin/includes/admin-import.php:117
455
  #, php-format
456
  msgid ""
457
  "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
458
  msgstr "Je kunt %1$shier%2$s een voorbeeld bestand downloaden (CSV scheider is een komma!)"
459
 
460
- #: admin/includes/admin-import.php:118
461
  msgid "Note"
462
  msgstr "Aantekening"
463
 
464
- #: admin/includes/admin-import.php:118
465
  msgid ""
466
  "Do not change the column header and separator line (first two lines), "
467
  "otherwise the import will fail!"
468
  msgstr "Verander niet de kolom rubriek en scheidingslijn (de eerste twee regels), anders zal de import falen."
469
 
470
- #: admin/includes/admin-import.php:128 admin/includes/admin-import.php:137
471
  msgid "Sorry, there has been an error."
472
  msgstr "Sorry, er ging iets fout."
473
 
474
- #: admin/includes/admin-import.php:129
475
  msgid "The file does not exist, please try again."
476
  msgstr "Het bestand bestaat niet, probeer het nog eens."
477
 
478
- #: admin/includes/admin-import.php:138
479
  msgid "The uploaded file does not have the required csv extension."
480
  msgstr ""
481
 
482
- #: admin/includes/admin-import.php:150
483
  msgid "Events review and additonal category selection"
484
  msgstr ""
485
 
486
- #: admin/includes/admin-import.php:156 admin/includes/admin-import.php:167
487
  msgid "Error"
488
  msgstr ""
489
 
490
- #: admin/includes/admin-import.php:156
491
  msgid "This CSV file cannot be imported"
492
  msgstr ""
493
 
494
- #: admin/includes/admin-import.php:167
495
  msgid "None of the events in this CSV file can be imported"
496
  msgstr ""
497
 
498
- #: admin/includes/admin-import.php:170 admin/includes/admin-import.php:213
499
  msgid "Warning"
500
  msgstr ""
501
 
502
- #: admin/includes/admin-import.php:172
503
  #, php-format
504
  msgid "There is %1$s event which cannot be imported"
505
  msgid_plural "There are %1$s events which cannot be imported"
506
  msgstr[0] ""
507
  msgstr[1] ""
508
 
509
- #: admin/includes/admin-import.php:184
510
  #, php-format
511
  msgid "CSV line %1$s"
512
  msgstr ""
513
 
514
- #: admin/includes/admin-import.php:194
515
  msgid "You can still import all other events listed below."
516
  msgstr ""
517
 
518
- #: admin/includes/admin-import.php:213
519
  msgid ""
520
  "The following category slugs are not available and will be removed from the "
521
  "imported events"
522
  msgstr ""
523
 
524
- #: admin/includes/admin-import.php:219
525
  msgid ""
526
  "If you want to keep these categories, please create these Categories first "
527
  "and do the import afterwards."
528
  msgstr ""
529
 
530
- #: admin/includes/admin-import.php:254
531
  msgid "Import result"
532
  msgstr ""
533
 
534
- #: admin/includes/admin-import.php:257
535
  #, php-format
536
  msgid "Import of %1$s events successful!"
537
  msgstr ""
538
 
539
- #: admin/includes/admin-import.php:258
540
  msgid "Go back to All Events"
541
  msgstr "Ga terug naar Alle Gebeurtenissen"
542
 
543
- #: admin/includes/admin-import.php:261
544
  msgid "Errors during Import"
545
  msgstr ""
546
 
547
- #: admin/includes/admin-import.php:269
548
  msgid "Event from CSV-line"
549
  msgstr ""
550
 
551
- #: admin/includes/admin-import.php:281 admin/includes/admin-main.php:109
552
  #: includes/widget_helptexts.php:9
553
  msgid "Title"
554
  msgstr "Titel"
555
 
556
- #: admin/includes/admin-import.php:282
557
  msgid "Start Date"
558
  msgstr "Start Datum"
559
 
560
- #: admin/includes/admin-import.php:283
561
  msgid "End Date"
562
  msgstr "Eind Datum"
563
 
564
- #: admin/includes/admin-import.php:284 admin/includes/admin-new.php:131
565
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
 
566
  msgid "Time"
567
  msgstr "Tijd"
568
 
569
- #: admin/includes/admin-import.php:285 admin/includes/admin-main.php:110
570
- #: admin/includes/admin-new.php:133 includes/options_helptexts.php:75
571
- #: includes/options_helptexts.php:76
572
  msgid "Location"
573
  msgstr "Locatie"
574
 
575
- #: admin/includes/admin-import.php:286
576
  msgid "Content"
577
  msgstr ""
578
 
579
- #: admin/includes/admin-import.php:287
580
  msgid "Category slugs"
581
  msgstr ""
582
 
583
- #: admin/includes/admin-import.php:333
584
  msgid "Header line is missing or not correct!"
585
  msgstr ""
586
 
587
- #: admin/includes/admin-import.php:334
588
  #, php-format
589
  msgid ""
590
  "Have a look at the %1$sexample file%2$s to see the correct header line "
591
  "format."
592
  msgstr ""
593
 
594
- #: admin/includes/admin-import.php:341
595
  #, php-format
596
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
597
  msgstr ""
598
 
599
- #: admin/includes/admin-import.php:371
600
- msgid "Empty event title found"
601
- msgstr ""
602
-
603
- #: admin/includes/admin-import.php:377
604
- msgid "Wrong date format for startdate"
605
- msgstr ""
606
-
607
- #: admin/includes/admin-import.php:385
608
- msgid "Wrong date format for enddate"
609
- msgstr ""
610
-
611
- #: admin/includes/admin-import.php:439
612
  msgid "Import events"
613
  msgstr "Importeer gebeurtenis"
614
 
615
- #: admin/includes/admin-import.php:440
616
  msgid "Add additional categories"
617
  msgstr "Voeg extra categorieën toe"
618
 
619
- #: admin/includes/admin-import.php:470 includes/events_post_type.php:92
620
  msgid "No events found"
621
  msgstr ""
622
 
623
- #: admin/includes/admin-import.php:518
624
  msgid "Saving of event failed!"
625
  msgstr ""
626
 
627
- #: admin/includes/admin-main.php:108
 
 
 
 
 
 
 
 
 
 
 
 
628
  msgid "Event Date"
629
  msgstr ""
630
 
631
- #: admin/includes/admin-main.php:113
632
  msgid "Author"
633
  msgstr "Auteur"
634
 
635
- #: admin/includes/admin-main.php:182
636
  #, php-format
637
  msgid "Add a copy of %1$s"
638
  msgstr ""
639
 
640
- #: admin/includes/admin-main.php:182
641
  msgid "Copy"
642
  msgstr ""
643
 
644
- #: admin/includes/admin-main.php:268
645
  msgid "Import"
646
  msgstr "Importeer"
647
 
648
- #: admin/includes/admin-new.php:83
649
  msgid "Event data"
650
  msgstr ""
651
 
652
- #: admin/includes/admin-new.php:116
653
  msgid "Add Copy"
654
  msgstr ""
655
 
656
- #: admin/includes/admin-new.php:124
657
  msgid "Date"
658
  msgstr "Datum"
659
 
660
- #: admin/includes/admin-new.php:124
661
  msgid "required"
662
  msgstr "vereist"
663
 
664
- #: admin/includes/admin-new.php:127
665
  msgid "Multi-Day Event"
666
  msgstr "Meerdaagse gebeurtenis"
667
 
668
- #: admin/includes/admin-new.php:147
669
  msgid "Event Title"
670
  msgstr ""
671
 
672
- #: admin/includes/admin-new.php:164
673
  msgid "Event Content"
674
  msgstr ""
675
 
676
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:245
677
  msgid "Event updated."
678
  msgstr ""
679
 
680
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:247
681
  msgid "View event"
682
  msgstr ""
683
 
684
- #: admin/includes/admin-new.php:246
685
  #, php-format
686
  msgid "Event restored to revision from %1$s"
687
  msgstr ""
688
 
689
- #: admin/includes/admin-new.php:247
690
  msgid "Event published."
691
  msgstr ""
692
 
693
- #: admin/includes/admin-new.php:248
694
  msgid "Event saved."
695
  msgstr ""
696
 
697
- #: admin/includes/admin-new.php:249
698
  msgid "Event submitted."
699
  msgstr ""
700
 
701
- #: admin/includes/admin-new.php:249 admin/includes/admin-new.php:252
702
- #: admin/includes/admin-new.php:253
703
  msgid "Preview event"
704
  msgstr ""
705
 
706
- #: admin/includes/admin-new.php:251
707
  #, php-format
708
  msgid "Event scheduled for: %1$s>"
709
  msgstr ""
710
 
711
- #: admin/includes/admin-new.php:253
712
  msgid "Event draft updated."
713
  msgstr ""
714
 
715
- #: admin/includes/admin-settings.php:97
716
  msgid "Go to Event Category switching page"
717
  msgstr ""
718
 
719
- #: admin/includes/admin-settings.php:111
720
  msgid "Frontend Settings"
721
  msgstr "Frontend Instellingen"
722
 
723
- #: admin/includes/admin-settings.php:112
724
  msgid "Admin Page Settings"
725
  msgstr "Admin Pagina Instellingen"
726
 
727
- #: admin/includes/admin-settings.php:113
728
  msgid "Feed Settings"
729
  msgstr "Feed Instellingen"
730
 
731
- #: admin/includes/admin-settings.php:114
732
  msgid "Category Taxonomy"
733
  msgstr ""
734
 
@@ -896,7 +897,7 @@ msgid "No valid start date provided"
896
  msgstr ""
897
 
898
  #: includes/event.php:343 includes/event.php:345
899
- #: includes/sc_event-list.php:330
900
  msgid "read more"
901
  msgstr ""
902
 
@@ -1424,15 +1425,15 @@ msgid ""
1424
  " switching page from here."
1425
  msgstr ""
1426
 
1427
- #: includes/options.php:92
1428
  msgid "events"
1429
  msgstr ""
1430
 
1431
- #: includes/options.php:96
1432
  msgid "Show content"
1433
  msgstr ""
1434
 
1435
- #: includes/options.php:100
1436
  msgid "Hide content"
1437
  msgstr ""
1438
 
@@ -1523,9 +1524,10 @@ msgid "category slugs"
1523
  msgstr ""
1524
 
1525
  #: includes/sc_event-list_helptexts.php:82
 
1526
  msgid ""
1527
  "This attribute defines the category filter which filters the events to show."
1528
- " The default is $1$s or an empty string to show all events."
1529
  msgstr ""
1530
 
1531
  #: includes/sc_event-list_helptexts.php:86
@@ -1872,19 +1874,19 @@ msgid ""
1872
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1873
  msgstr ""
1874
 
1875
- #: includes/sc_event-list.php:184
1876
  msgid "Sorry, the requested event is not available!"
1877
  msgstr ""
1878
 
1879
- #: includes/sc_event-list.php:193
1880
  msgid "Event Information:"
1881
  msgstr "Evenement details:"
1882
 
1883
- #: includes/sc_event-list.php:437
1884
  msgid "Link to RSS feed"
1885
  msgstr ""
1886
 
1887
- #: includes/sc_event-list.php:447
1888
  msgid "Link to iCal feed"
1889
  msgstr ""
1890
 
@@ -2036,14 +2038,14 @@ msgid ""
2036
  "approriate option is selected."
2037
  msgstr "Deze optie bepaalt de tekst voor de link naar de evenementenlijst-pagina, als de bijbehorende optie is geselecteerd."
2038
 
2039
- #: includes/widget.php:38
2040
  msgid "With this widget a list of upcoming events can be displayed."
2041
  msgstr "Met dit widget kan een lijst van komende evenementen worden getoond."
2042
 
2043
- #: includes/widget.php:43
2044
  msgid "Upcoming events"
2045
  msgstr "Komende evenementen"
2046
 
2047
- #: includes/widget.php:57
2048
  msgid "show events page"
2049
  msgstr "toon evenementenpagina"
11
  msgstr ""
12
  "Project-Id-Version: wp-event-list\n"
13
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
14
+ "POT-Creation-Date: 2022-03-07 19:10+0100\n"
15
+ "PO-Revision-Date: 2022-03-07 18:11+0000\n"
16
  "Last-Translator: mibuthu\n"
17
  "Language-Team: Dutch (Netherlands) (http://www.transifex.com/mibuthu/wp-event-list/language/nl_NL/)\n"
18
  "MIME-Version: 1.0\n"
21
  "Language: nl_NL\n"
22
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
23
 
24
+ #: admin/admin.php:89
25
  #, php-format
26
  msgid "Errors during upgrade of plugin %1$s"
27
  msgstr ""
28
 
29
+ #: admin/admin.php:89
30
  #, php-format
31
  msgid "Upgrade of plugin %1$s successful"
32
  msgstr ""
33
 
34
+ #: admin/admin.php:147 admin/includes/admin-settings.php:89
35
  msgid "Event List Settings"
36
  msgstr "Gebeurtenislijst Instellingen"
37
 
38
+ #: admin/admin.php:147
39
  msgid "Settings"
40
  msgstr "Instellingen"
41
 
42
+ #: admin/admin.php:151 admin/includes/admin-about.php:62
43
  msgid "About Event List"
44
  msgstr "Over Gebeurtenislijst"
45
 
46
+ #: admin/admin.php:151
47
  msgid "About"
48
  msgstr "Over"
49
 
50
+ #: admin/admin.php:175
51
  #, php-format
52
  msgid "%s Event"
53
  msgid_plural "%s Events"
54
  msgstr[0] ""
55
  msgstr[1] ""
56
 
57
+ #: admin/includes/admin-about.php:86 admin/includes/admin-settings.php:107
58
  msgid "General"
59
  msgstr "Algemeen"
60
 
61
+ #: admin/includes/admin-about.php:87 admin/includes/admin-about.php:109
62
+ #: admin/includes/admin-about.php:162
63
  msgid "Shortcode Attributes"
64
  msgstr "Shortcode Attributen"
65
 
66
+ #: admin/includes/admin-about.php:101
67
  msgid "Help and Instructions"
68
  msgstr "Hulp en instructies"
69
 
70
+ #: admin/includes/admin-about.php:102
71
  #, php-format
72
  msgid "You can manage the events %1$shere%2$s"
73
  msgstr ""
74
 
75
+ #: admin/includes/admin-about.php:103
76
  msgid "To show the events on your site you have 2 possibilities"
77
  msgstr "Om de gebeurtenissen op je site te tonen heb je 2 mogelijkheden"
78
 
79
+ #: admin/includes/admin-about.php:104
80
  #, php-format
81
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
82
  msgstr "je kunt de <strong>shortcode</strong> %1$s op elke pagina of bericht plaatsen"
83
 
84
+ #: admin/includes/admin-about.php:105
85
  #, php-format
86
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
87
  msgstr "je kunt de <strong>widget</strong> %1$s in je sidebar plaatsen"
88
 
89
+ #: admin/includes/admin-about.php:106
90
  msgid ""
91
  "The displayed events and their style can be modified with the available "
92
  "widget settings and the available attributes for the shortcode."
99
  "available in the %1$s tab."
100
  msgstr ""
101
 
102
+ #: admin/includes/admin-about.php:111
103
  msgid "The available widget options are described in their tooltip text."
104
  msgstr "De beschikbare widget opties zijn omschreven in hun tooltip tekst."
105
 
106
+ #: admin/includes/admin-about.php:113
107
  #, php-format
108
  msgid ""
109
  "If you enable one of the links options (%1$s or %2$s) in the widget you have"
110
  " to insert an URL to the linked event-list page."
111
  msgstr ""
112
 
113
+ #: admin/includes/admin-about.php:114 includes/widget_helptexts.php:134
114
  msgid "Add links to the single events"
115
  msgstr "Voeg links toe aan de enkele gebeurtenis"
116
 
117
+ #: admin/includes/admin-about.php:115 includes/widget_helptexts.php:143
118
  msgid "Add a link to the Event List page"
119
  msgstr "Voeg een link to aan de Gebeurtenislijst pagina"
120
 
121
+ #: admin/includes/admin-about.php:117
122
  msgid ""
123
  "This is required because the widget does not know in which page or post the "
124
  "shortcode was included."
125
  msgstr ""
126
 
127
+ #: admin/includes/admin-about.php:118
128
  msgid ""
129
  "Additionally you have to insert the correct Shortcode id on the linked page."
130
  " This id describes which shortcode should be used on the given page or post "
131
  "if you have more than one."
132
  msgstr ""
133
 
134
+ #: admin/includes/admin-about.php:120
135
  #, php-format
136
  msgid ""
137
  "The default value %1$s is normally o.k. (for pages with 1 shortcode only), "
139
  "link on your linked page or post."
140
  msgstr ""
141
 
142
+ #: admin/includes/admin-about.php:124
143
  #, php-format
144
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
145
  msgstr ""
146
 
147
+ #: admin/includes/admin-about.php:129
148
  #, php-format
149
  msgid ""
150
  "Be sure to also check the %1$s to get the plugin behaving just the way you "
151
  "want."
152
  msgstr ""
153
 
154
+ #: admin/includes/admin-about.php:130
155
  msgid "Settings page"
156
  msgstr "Pagina instellingen"
157
 
158
+ #: admin/includes/admin-about.php:138
159
  msgid "About the plugin author"
160
  msgstr "Over de plugin ontwikkelaar"
161
 
162
+ #: admin/includes/admin-about.php:141
163
  #, php-format
164
  msgid ""
165
  "This plugin is developed by %1$s, you can find more information about the "
166
  "plugin on the %2$s."
167
  msgstr "Deze plugin is ontwikkeld door %1$s, meer informatie over de plugin vind je hier %2$s."
168
 
169
+ #: admin/includes/admin-about.php:143
170
  msgid "WordPress plugin site"
171
  msgstr ""
172
 
173
+ #: admin/includes/admin-about.php:146
174
  #, php-format
175
  msgid "If you like the plugin please rate it on the %1$s."
176
  msgstr ""
177
 
178
+ #: admin/includes/admin-about.php:147
179
  msgid "WordPress plugin review site"
180
  msgstr ""
181
 
182
+ #: admin/includes/admin-about.php:149
183
  msgid ""
184
  "If you want to support the plugin I would be happy to get a small donation"
185
  msgstr ""
186
 
187
+ #: admin/includes/admin-about.php:151 admin/includes/admin-about.php:153
188
+ #: admin/includes/admin-about.php:155
189
  #, php-format
190
  msgid "Donate with %1$s"
191
  msgstr ""
192
 
193
+ #: admin/includes/admin-about.php:164
194
  msgid ""
195
  "You have the possibility to modify the output if you add some of the "
196
  "following attributes to the shortcode."
197
  msgstr "Je hebt de mogelijkheid het resultaat aan te passen als je wat van de volgende attributen toevoegt aan de shortcode."
198
 
199
+ #: admin/includes/admin-about.php:166
200
  #, php-format
201
  msgid ""
202
  "You can combine and add as much attributes as you want. E.g. the shortcode "
203
  "including the attributes %1$s and %2$s would looks like this:"
204
  msgstr "Je kunt zoveel attributen combineren en toevoegen als je wilt. Bijvoorbeeld, de shortcode met de volgende attributen %1$s en %2$s zou er zo uit komen te zien:"
205
 
206
+ #: admin/includes/admin-about.php:171
207
  msgid ""
208
  "Below you can find a list of all supported attributes with their "
209
  "descriptions and available options:"
210
  msgstr "Hieronder vind je een lijst van alle ondersteunde attributen met hun beschrijving en beschikbare opties:"
211
 
212
+ #: admin/includes/admin-about.php:186
213
  msgid "Attribute name"
214
  msgstr "Attribuut naam"
215
 
216
+ #: admin/includes/admin-about.php:187
217
  msgid "Value options"
218
  msgstr "Waarde opties"
219
 
220
+ #: admin/includes/admin-about.php:188
221
  msgid "Default value"
222
  msgstr "Standaard waarde"
223
 
224
+ #: admin/includes/admin-about.php:189
225
  msgid "Description"
226
  msgstr "Omschrijving"
227
 
228
+ #: admin/includes/admin-about.php:208 includes/sc_event-list_helptexts.php:74
229
  #: includes/sc_event-list_helptexts.php:91
230
  msgid "Filter Syntax"
231
  msgstr "Filter Syntax"
232
 
233
+ #: admin/includes/admin-about.php:209
234
  msgid ""
235
  "For date and cat filters you can specify complex filters with the following "
236
  "syntax:"
237
  msgstr "Voor datum en categorie filters kun je complexe filters definieren met de volgende syntax:"
238
 
239
+ #: admin/includes/admin-about.php:211
240
  #, php-format
241
  msgid ""
242
  "You can use %1$s and %2$s connections to define complex filters. "
243
  "Additionally you can set brackets %3$s for nested queries."
244
  msgstr "Jet kunt %1$s en %2$s connecties gebruiken om complexe filters te definieren. Daarnaast kun je 'brackets' %3$s gebruiken voor geneste queries."
245
 
246
+ #: admin/includes/admin-about.php:212
247
  msgid "AND"
248
  msgstr "EN"
249
 
250
+ #: admin/includes/admin-about.php:213
251
  msgid "OR"
252
  msgstr "OF"
253
 
254
+ #: admin/includes/admin-about.php:213
255
  msgid "or"
256
  msgstr "of"
257
 
258
+ #: admin/includes/admin-about.php:214
259
  msgid "and"
260
  msgstr "en"
261
 
262
+ #: admin/includes/admin-about.php:216
263
  msgid "Examples for cat filters:"
264
  msgstr "Voorbeelden voor categorie filters:"
265
 
266
+ #: admin/includes/admin-about.php:217
267
  #, php-format
268
  msgid "Show all events with category %1$s."
269
  msgstr "Laat alle gebeurtenissen zien met categorie %1$s."
270
 
271
+ #: admin/includes/admin-about.php:218
272
  #, php-format
273
  msgid "Show all events with category %1$s or %2$s."
274
  msgstr "Laat alle gebeurtenissen zien met categorie %1$s of %2$s."
275
 
276
+ #: admin/includes/admin-about.php:220
277
  #, php-format
278
  msgid ""
279
  "Show all events with category %1$s and all events where category %2$s as "
280
  "well as %3$s is selected."
281
  msgstr "Laat alle gebeurtenissen zien met categorie %1$s en alle gebeurtenissen waar zowel categorie %2$s als %3$s geselecteerd zijn."
282
 
283
+ #: admin/includes/admin-about.php:226 includes/sc_event-list_helptexts.php:69
284
  msgid "Available Date Formats"
285
  msgstr "Beschikbare Datum Notaties"
286
 
287
+ #: admin/includes/admin-about.php:227
288
  msgid "For date filters you can use the following date formats:"
289
  msgstr "Voor datum filters kun je de volgende datum notaties gebruiken:"
290
 
291
+ #: admin/includes/admin-about.php:236 includes/sc_event-list_helptexts.php:70
292
  msgid "Available Date Range Formats"
293
  msgstr "Beschikbare Datum Bereik Notaties"
294
 
295
+ #: admin/includes/admin-about.php:237
296
  msgid "For date filters you can use the following daterange formats:"
297
  msgstr "Voor datum filters kun je de volgende datumbereik notaties gebruiken: "
298
 
299
+ #: admin/includes/admin-about.php:250
300
  msgid "Value"
301
  msgstr "Waarde"
302
 
303
+ #: admin/includes/admin-about.php:254
304
  msgid "Example"
305
  msgstr "Voorbeeld"
306
 
307
+ #: admin/includes/admin-categories.php:77
308
  msgid "Synchronize with post categories"
309
  msgstr ""
310
 
311
+ #: admin/includes/admin-categories.php:87
312
  #, php-format
313
  msgid "%1$s categories modified (%2$s)"
314
  msgstr ""
315
 
316
+ #: admin/includes/admin-categories.php:88
317
  #, php-format
318
  msgid "%1$s categories added (%2$s)"
319
  msgstr ""
320
 
321
+ #: admin/includes/admin-categories.php:89
322
  #, php-format
323
  msgid "%1$s categories deleted (%2$s)"
324
  msgstr ""
325
 
326
+ #: admin/includes/admin-categories.php:92
327
  #, php-format
328
  msgid "%1$s categories not modified (%2$s)"
329
  msgstr ""
330
 
331
+ #: admin/includes/admin-categories.php:93
332
  #, php-format
333
  msgid "%1$s categories not added (%2$s)"
334
  msgstr ""
335
 
336
+ #: admin/includes/admin-categories.php:94
337
  #, php-format
338
  msgid "%1$s categories not deleted (%2$s)"
339
  msgstr ""
340
 
341
+ #: admin/includes/admin-categories.php:97
342
  msgid "An Error occured during the category sync"
343
  msgstr ""
344
 
345
+ #: admin/includes/admin-categories.php:100
346
  msgid "Category sync finished"
347
  msgstr ""
348
 
349
+ #: admin/includes/admin-category-sync.php:76
350
  msgid "Error: You are not allowed to view this page!"
351
  msgstr ""
352
 
353
+ #: admin/includes/admin-category-sync.php:92
354
  msgid "Affected Categories when switching to seperate Event Categories"
355
  msgstr ""
356
 
357
+ #: admin/includes/admin-category-sync.php:93
358
  msgid "Switch option to seperate Event Categories"
359
  msgstr ""
360
 
361
+ #: admin/includes/admin-category-sync.php:94
362
  msgid ""
363
  "If you proceed, all post categories will be copied and all events will be "
364
  "re-assigned to this new categories."
365
  msgstr ""
366
 
367
+ #: admin/includes/admin-category-sync.php:95
368
  msgid ""
369
  "Afterwards the event categories are independent of the post categories."
370
  msgstr ""
371
 
372
+ #: admin/includes/admin-category-sync.php:97
373
  msgid "Affected Categories when switching to use Post Categories for events"
374
  msgstr ""
375
 
376
+ #: admin/includes/admin-category-sync.php:98
377
  msgid "Switch option to use Post Categories for events"
378
  msgstr ""
379
 
380
+ #: admin/includes/admin-category-sync.php:99
381
  msgid ""
382
  "Take a detailed look at the affected categories above before you proceed! "
383
  "All seperate event categories will be deleted, this cannot be undone!"
384
  msgstr ""
385
 
386
+ #: admin/includes/admin-category-sync.php:102
387
  msgid "Event Categories: Synchronise with Post Categories"
388
  msgstr ""
389
 
390
+ #: admin/includes/admin-category-sync.php:103
391
  msgid "Start synchronisation"
392
  msgstr ""
393
 
394
+ #: admin/includes/admin-category-sync.php:104
395
  msgid ""
396
  "If this option is enabled the above listed categories will be deleted and "
397
  "removed from the existing events!"
398
  msgstr ""
399
 
400
+ #: admin/includes/admin-category-sync.php:119
401
  msgid "Categories to modify"
402
  msgstr ""
403
 
404
+ #: admin/includes/admin-category-sync.php:120
405
  msgid "Categories to add"
406
  msgstr ""
407
 
408
+ #: admin/includes/admin-category-sync.php:121
409
  msgid "Categories to delete (optional)"
410
  msgstr ""
411
 
412
+ #: admin/includes/admin-category-sync.php:122
413
  msgid "Delete not available post categories"
414
  msgstr ""
415
 
416
+ #: admin/includes/admin-category-sync.php:125
417
  msgid "Categories with differences"
418
  msgstr ""
419
 
420
+ #: admin/includes/admin-category-sync.php:126
421
  msgid "Categories to add (optional)"
422
  msgstr ""
423
 
424
+ #: admin/includes/admin-category-sync.php:127
425
  msgid "Add not available post categories"
426
  msgstr ""
427
 
428
+ #: admin/includes/admin-category-sync.php:146
429
  msgid "none"
430
  msgstr ""
431
 
432
+ #: admin/includes/admin-import.php:90
433
  msgid "Import Events"
434
  msgstr "Importeer Gebeurtenissen"
435
 
436
+ #: admin/includes/admin-import.php:109 admin/includes/admin-import.php:154
437
+ #: admin/includes/admin-import.php:261
438
  msgid "Step"
439
  msgstr "Stap"
440
 
441
+ #: admin/includes/admin-import.php:109
442
  msgid "Set import file and options"
443
  msgstr "Stel het import bestand en opties in"
444
 
445
+ #: admin/includes/admin-import.php:114
446
  #, php-format
447
  msgid "Proceed with Step %1$s"
448
  msgstr "Ga door naar stap %1$s"
449
 
450
+ #: admin/includes/admin-import.php:117
451
  msgid "Example file"
452
  msgstr "Voorbeeld bestand"
453
 
454
+ #: admin/includes/admin-import.php:119
455
  #, php-format
456
  msgid ""
457
  "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
458
  msgstr "Je kunt %1$shier%2$s een voorbeeld bestand downloaden (CSV scheider is een komma!)"
459
 
460
+ #: admin/includes/admin-import.php:123
461
  msgid "Note"
462
  msgstr "Aantekening"
463
 
464
+ #: admin/includes/admin-import.php:124
465
  msgid ""
466
  "Do not change the column header and separator line (first two lines), "
467
  "otherwise the import will fail!"
468
  msgstr "Verander niet de kolom rubriek en scheidingslijn (de eerste twee regels), anders zal de import falen."
469
 
470
+ #: admin/includes/admin-import.php:133 admin/includes/admin-import.php:141
471
  msgid "Sorry, there has been an error."
472
  msgstr "Sorry, er ging iets fout."
473
 
474
+ #: admin/includes/admin-import.php:134
475
  msgid "The file does not exist, please try again."
476
  msgstr "Het bestand bestaat niet, probeer het nog eens."
477
 
478
+ #: admin/includes/admin-import.php:142
479
  msgid "The uploaded file does not have the required csv extension."
480
  msgstr ""
481
 
482
+ #: admin/includes/admin-import.php:154
483
  msgid "Events review and additonal category selection"
484
  msgstr ""
485
 
486
+ #: admin/includes/admin-import.php:160 admin/includes/admin-import.php:171
487
  msgid "Error"
488
  msgstr ""
489
 
490
+ #: admin/includes/admin-import.php:160
491
  msgid "This CSV file cannot be imported"
492
  msgstr ""
493
 
494
+ #: admin/includes/admin-import.php:171
495
  msgid "None of the events in this CSV file can be imported"
496
  msgstr ""
497
 
498
+ #: admin/includes/admin-import.php:174 admin/includes/admin-import.php:219
499
  msgid "Warning"
500
  msgstr ""
501
 
502
+ #: admin/includes/admin-import.php:177
503
  #, php-format
504
  msgid "There is %1$s event which cannot be imported"
505
  msgid_plural "There are %1$s events which cannot be imported"
506
  msgstr[0] ""
507
  msgstr[1] ""
508
 
509
+ #: admin/includes/admin-import.php:190
510
  #, php-format
511
  msgid "CSV line %1$s"
512
  msgstr ""
513
 
514
+ #: admin/includes/admin-import.php:200
515
  msgid "You can still import all other events listed below."
516
  msgstr ""
517
 
518
+ #: admin/includes/admin-import.php:220
519
  msgid ""
520
  "The following category slugs are not available and will be removed from the "
521
  "imported events"
522
  msgstr ""
523
 
524
+ #: admin/includes/admin-import.php:226
525
  msgid ""
526
  "If you want to keep these categories, please create these Categories first "
527
  "and do the import afterwards."
528
  msgstr ""
529
 
530
+ #: admin/includes/admin-import.php:261
531
  msgid "Import result"
532
  msgstr ""
533
 
534
+ #: admin/includes/admin-import.php:264
535
  #, php-format
536
  msgid "Import of %1$s events successful!"
537
  msgstr ""
538
 
539
+ #: admin/includes/admin-import.php:265
540
  msgid "Go back to All Events"
541
  msgstr "Ga terug naar Alle Gebeurtenissen"
542
 
543
+ #: admin/includes/admin-import.php:268
544
  msgid "Errors during Import"
545
  msgstr ""
546
 
547
+ #: admin/includes/admin-import.php:276
548
  msgid "Event from CSV-line"
549
  msgstr ""
550
 
551
+ #: admin/includes/admin-import.php:288 admin/includes/admin-main.php:108
552
  #: includes/widget_helptexts.php:9
553
  msgid "Title"
554
  msgstr "Titel"
555
 
556
+ #: admin/includes/admin-import.php:289
557
  msgid "Start Date"
558
  msgstr "Start Datum"
559
 
560
+ #: admin/includes/admin-import.php:290
561
  msgid "End Date"
562
  msgstr "Eind Datum"
563
 
564
+ #: admin/includes/admin-import.php:291 admin/includes/admin-new.php:132
565
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
566
+ #: includes/rss.php:116
567
  msgid "Time"
568
  msgstr "Tijd"
569
 
570
+ #: admin/includes/admin-import.php:292 admin/includes/admin-main.php:109
571
+ #: admin/includes/admin-new.php:134 includes/options_helptexts.php:75
572
+ #: includes/options_helptexts.php:76 includes/rss.php:119
573
  msgid "Location"
574
  msgstr "Locatie"
575
 
576
+ #: admin/includes/admin-import.php:293
577
  msgid "Content"
578
  msgstr ""
579
 
580
+ #: admin/includes/admin-import.php:294
581
  msgid "Category slugs"
582
  msgstr ""
583
 
584
+ #: admin/includes/admin-import.php:340
585
  msgid "Header line is missing or not correct!"
586
  msgstr ""
587
 
588
+ #: admin/includes/admin-import.php:341
589
  #, php-format
590
  msgid ""
591
  "Have a look at the %1$sexample file%2$s to see the correct header line "
592
  "format."
593
  msgstr ""
594
 
595
+ #: admin/includes/admin-import.php:350
596
  #, php-format
597
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
598
  msgstr ""
599
 
600
+ #: admin/includes/admin-import.php:399
 
 
 
 
 
 
 
 
 
 
 
 
601
  msgid "Import events"
602
  msgstr "Importeer gebeurtenis"
603
 
604
+ #: admin/includes/admin-import.php:400
605
  msgid "Add additional categories"
606
  msgstr "Voeg extra categorieën toe"
607
 
608
+ #: admin/includes/admin-import.php:430 includes/events_post_type.php:92
609
  msgid "No events found"
610
  msgstr ""
611
 
612
+ #: admin/includes/admin-import.php:478
613
  msgid "Saving of event failed!"
614
  msgstr ""
615
 
616
+ #: admin/includes/admin-import.php:496
617
+ msgid "Empty event title found"
618
+ msgstr ""
619
+
620
+ #: admin/includes/admin-import.php:501
621
+ msgid "Wrong date format for startdate"
622
+ msgstr ""
623
+
624
+ #: admin/includes/admin-import.php:509
625
+ msgid "Wrong date format for enddate"
626
+ msgstr ""
627
+
628
+ #: admin/includes/admin-main.php:107
629
  msgid "Event Date"
630
  msgstr ""
631
 
632
+ #: admin/includes/admin-main.php:112
633
  msgid "Author"
634
  msgstr "Auteur"
635
 
636
+ #: admin/includes/admin-main.php:181
637
  #, php-format
638
  msgid "Add a copy of %1$s"
639
  msgstr ""
640
 
641
+ #: admin/includes/admin-main.php:181
642
  msgid "Copy"
643
  msgstr ""
644
 
645
+ #: admin/includes/admin-main.php:269
646
  msgid "Import"
647
  msgstr "Importeer"
648
 
649
+ #: admin/includes/admin-new.php:82
650
  msgid "Event data"
651
  msgstr ""
652
 
653
+ #: admin/includes/admin-new.php:115
654
  msgid "Add Copy"
655
  msgstr ""
656
 
657
+ #: admin/includes/admin-new.php:123
658
  msgid "Date"
659
  msgstr "Datum"
660
 
661
+ #: admin/includes/admin-new.php:123
662
  msgid "required"
663
  msgstr "vereist"
664
 
665
+ #: admin/includes/admin-new.php:128
666
  msgid "Multi-Day Event"
667
  msgstr "Meerdaagse gebeurtenis"
668
 
669
+ #: admin/includes/admin-new.php:148
670
  msgid "Event Title"
671
  msgstr ""
672
 
673
+ #: admin/includes/admin-new.php:165
674
  msgid "Event Content"
675
  msgstr ""
676
 
677
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:246
678
  msgid "Event updated."
679
  msgstr ""
680
 
681
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:248
682
  msgid "View event"
683
  msgstr ""
684
 
685
+ #: admin/includes/admin-new.php:247
686
  #, php-format
687
  msgid "Event restored to revision from %1$s"
688
  msgstr ""
689
 
690
+ #: admin/includes/admin-new.php:248
691
  msgid "Event published."
692
  msgstr ""
693
 
694
+ #: admin/includes/admin-new.php:249
695
  msgid "Event saved."
696
  msgstr ""
697
 
698
+ #: admin/includes/admin-new.php:250
699
  msgid "Event submitted."
700
  msgstr ""
701
 
702
+ #: admin/includes/admin-new.php:251 admin/includes/admin-new.php:254
703
+ #: admin/includes/admin-new.php:256
704
  msgid "Preview event"
705
  msgstr ""
706
 
707
+ #: admin/includes/admin-new.php:253
708
  #, php-format
709
  msgid "Event scheduled for: %1$s>"
710
  msgstr ""
711
 
712
+ #: admin/includes/admin-new.php:255
713
  msgid "Event draft updated."
714
  msgstr ""
715
 
716
+ #: admin/includes/admin-settings.php:95
717
  msgid "Go to Event Category switching page"
718
  msgstr ""
719
 
720
+ #: admin/includes/admin-settings.php:108
721
  msgid "Frontend Settings"
722
  msgstr "Frontend Instellingen"
723
 
724
+ #: admin/includes/admin-settings.php:109
725
  msgid "Admin Page Settings"
726
  msgstr "Admin Pagina Instellingen"
727
 
728
+ #: admin/includes/admin-settings.php:110
729
  msgid "Feed Settings"
730
  msgstr "Feed Instellingen"
731
 
732
+ #: admin/includes/admin-settings.php:111
733
  msgid "Category Taxonomy"
734
  msgstr ""
735
 
897
  msgstr ""
898
 
899
  #: includes/event.php:343 includes/event.php:345
900
+ #: includes/sc_event-list.php:325
901
  msgid "read more"
902
  msgstr ""
903
 
1425
  " switching page from here."
1426
  msgstr ""
1427
 
1428
+ #: includes/options.php:91
1429
  msgid "events"
1430
  msgstr ""
1431
 
1432
+ #: includes/options.php:95
1433
  msgid "Show content"
1434
  msgstr ""
1435
 
1436
+ #: includes/options.php:99
1437
  msgid "Hide content"
1438
  msgstr ""
1439
 
1524
  msgstr ""
1525
 
1526
  #: includes/sc_event-list_helptexts.php:82
1527
+ #, php-format
1528
  msgid ""
1529
  "This attribute defines the category filter which filters the events to show."
1530
+ " The default is %1$s or an empty string to show all events."
1531
  msgstr ""
1532
 
1533
  #: includes/sc_event-list_helptexts.php:86
1874
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1875
  msgstr ""
1876
 
1877
+ #: includes/sc_event-list.php:183
1878
  msgid "Sorry, the requested event is not available!"
1879
  msgstr ""
1880
 
1881
+ #: includes/sc_event-list.php:192
1882
  msgid "Event Information:"
1883
  msgstr "Evenement details:"
1884
 
1885
+ #: includes/sc_event-list.php:432
1886
  msgid "Link to RSS feed"
1887
  msgstr ""
1888
 
1889
+ #: includes/sc_event-list.php:442
1890
  msgid "Link to iCal feed"
1891
  msgstr ""
1892
 
2038
  "approriate option is selected."
2039
  msgstr "Deze optie bepaalt de tekst voor de link naar de evenementenlijst-pagina, als de bijbehorende optie is geselecteerd."
2040
 
2041
+ #: includes/widget.php:37
2042
  msgid "With this widget a list of upcoming events can be displayed."
2043
  msgstr "Met dit widget kan een lijst van komende evenementen worden getoond."
2044
 
2045
+ #: includes/widget.php:42
2046
  msgid "Upcoming events"
2047
  msgstr "Komende evenementen"
2048
 
2049
+ #: includes/widget.php:56
2050
  msgid "show events page"
2051
  msgstr "toon evenementenpagina"
languages/event-list-pl_PL.po CHANGED
@@ -8,8 +8,8 @@ msgid ""
8
  msgstr ""
9
  "Project-Id-Version: wp-event-list\n"
10
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
11
- "POT-Creation-Date: 2022-02-19 18:08+0100\n"
12
- "PO-Revision-Date: 2022-02-19 17:09+0000\n"
13
  "Last-Translator: mibuthu\n"
14
  "Language-Team: Polish (Poland) (http://www.transifex.com/mibuthu/wp-event-list/language/pl_PL/)\n"
15
  "MIME-Version: 1.0\n"
@@ -18,33 +18,33 @@ msgstr ""
18
  "Language: pl_PL\n"
19
  "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
20
 
21
- #: admin/admin.php:90
22
  #, php-format
23
  msgid "Errors during upgrade of plugin %1$s"
24
  msgstr ""
25
 
26
- #: admin/admin.php:90
27
  #, php-format
28
  msgid "Upgrade of plugin %1$s successful"
29
  msgstr ""
30
 
31
- #: admin/admin.php:142 admin/includes/admin-settings.php:91
32
  msgid "Event List Settings"
33
  msgstr "Ustawienia Listy Wydarzeń"
34
 
35
- #: admin/admin.php:142
36
  msgid "Settings"
37
  msgstr "Ustawienia"
38
 
39
- #: admin/admin.php:146 admin/includes/admin-about.php:63
40
  msgid "About Event List"
41
  msgstr "O Liście Wydarzeń"
42
 
43
- #: admin/admin.php:146
44
  msgid "About"
45
  msgstr "O"
46
 
47
- #: admin/admin.php:170
48
  #, php-format
49
  msgid "%s Event"
50
  msgid_plural "%s Events"
@@ -53,39 +53,39 @@ msgstr[1] ""
53
  msgstr[2] ""
54
  msgstr[3] ""
55
 
56
- #: admin/includes/admin-about.php:87 admin/includes/admin-settings.php:110
57
  msgid "General"
58
  msgstr "Ogólne"
59
 
60
- #: admin/includes/admin-about.php:88 admin/includes/admin-about.php:108
61
- #: admin/includes/admin-about.php:137
62
  msgid "Shortcode Attributes"
63
  msgstr "Atrybuty Skrótów"
64
 
65
- #: admin/includes/admin-about.php:102
66
  msgid "Help and Instructions"
67
  msgstr "Pomoc i instrukcje"
68
 
69
- #: admin/includes/admin-about.php:103
70
  #, php-format
71
  msgid "You can manage the events %1$shere%2$s"
72
  msgstr "%1$sTutaj%2$s możesz zarządzać wydarzeniami"
73
 
74
- #: admin/includes/admin-about.php:104
75
  msgid "To show the events on your site you have 2 possibilities"
76
  msgstr "Istnieją 2 sposoby na wyświetlanie wydarzeń na Twojej stronie"
77
 
78
- #: admin/includes/admin-about.php:105
79
  #, php-format
80
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
81
  msgstr "możesz umieścić następujący <strong>kod skrótowy</strong> %1$s na stronie lub w poście"
82
 
83
- #: admin/includes/admin-about.php:106
84
  #, php-format
85
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
86
  msgstr "możesz dodać widżet <strong>widget</strong> %1$s na panel boczny"
87
 
88
- #: admin/includes/admin-about.php:107
89
  msgid ""
90
  "The displayed events and their style can be modified with the available "
91
  "widget settings and the available attributes for the shortcode."
@@ -98,39 +98,39 @@ msgid ""
98
  "available in the %1$s tab."
99
  msgstr "Lista dostępnych atrybutów jest dostępna w zakładce %1$s."
100
 
101
- #: admin/includes/admin-about.php:109
102
  msgid "The available widget options are described in their tooltip text."
103
  msgstr "Dostępne opcje widgetu zostały opisane w dymkach etykiet."
104
 
105
- #: admin/includes/admin-about.php:110
106
  #, php-format
107
  msgid ""
108
  "If you enable one of the links options (%1$s or %2$s) in the widget you have"
109
  " to insert an URL to the linked event-list page."
110
  msgstr ""
111
 
112
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:134
113
  msgid "Add links to the single events"
114
  msgstr "Dodaj łącza do pojedynczych wydarzeń"
115
 
116
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:143
117
  msgid "Add a link to the Event List page"
118
  msgstr "Dodaj łącze do strony Listy wydarzeń"
119
 
120
- #: admin/includes/admin-about.php:111
121
  msgid ""
122
  "This is required because the widget does not know in which page or post the "
123
  "shortcode was included."
124
  msgstr ""
125
 
126
- #: admin/includes/admin-about.php:112
127
  msgid ""
128
  "Additionally you have to insert the correct Shortcode id on the linked page."
129
  " This id describes which shortcode should be used on the given page or post "
130
  "if you have more than one."
131
  msgstr ""
132
 
133
- #: admin/includes/admin-about.php:113
134
  #, php-format
135
  msgid ""
136
  "The default value %1$s is normally o.k. (for pages with 1 shortcode only), "
@@ -138,367 +138,367 @@ msgid ""
138
  "link on your linked page or post."
139
  msgstr ""
140
 
141
- #: admin/includes/admin-about.php:114
142
  #, php-format
143
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
144
  msgstr "Id jest dostępne na końcu parametrów URL (np. %1$s)."
145
 
146
- #: admin/includes/admin-about.php:116
147
  #, php-format
148
  msgid ""
149
  "Be sure to also check the %1$s to get the plugin behaving just the way you "
150
  "want."
151
  msgstr ""
152
 
153
- #: admin/includes/admin-about.php:116
154
  msgid "Settings page"
155
  msgstr "Ustawienia Listy Wydarzeń"
156
 
157
- #: admin/includes/admin-about.php:123
158
  msgid "About the plugin author"
159
  msgstr "O autorze wtyczki"
160
 
161
- #: admin/includes/admin-about.php:125
162
  #, php-format
163
  msgid ""
164
  "This plugin is developed by %1$s, you can find more information about the "
165
  "plugin on the %2$s."
166
  msgstr "Ta wtyczka jest rozwijana przez %1$s, więcej informacji na temat wtyczki można znaleźć na %2$s."
167
 
168
- #: admin/includes/admin-about.php:125
169
  msgid "WordPress plugin site"
170
  msgstr ""
171
 
172
- #: admin/includes/admin-about.php:126
173
  #, php-format
174
  msgid "If you like the plugin please rate it on the %1$s."
175
  msgstr "Jeśli podoba Ci się wtyczka możesz ocenić ją na %1$s."
176
 
177
- #: admin/includes/admin-about.php:126
178
  msgid "WordPress plugin review site"
179
  msgstr ""
180
 
181
- #: admin/includes/admin-about.php:127
182
  msgid ""
183
  "If you want to support the plugin I would be happy to get a small donation"
184
  msgstr "Jeśli chcesz wspomóc rozwój wtyczki byłbym wdzięczny za małą dotację"
185
 
186
- #: admin/includes/admin-about.php:128 admin/includes/admin-about.php:129
187
- #: admin/includes/admin-about.php:130
188
  #, php-format
189
  msgid "Donate with %1$s"
190
  msgstr ""
191
 
192
- #: admin/includes/admin-about.php:139
193
  msgid ""
194
  "You have the possibility to modify the output if you add some of the "
195
  "following attributes to the shortcode."
196
  msgstr "Jest możliwość modyfikacji wyglądu za pomocą następujących atrybutów."
197
 
198
- #: admin/includes/admin-about.php:140
199
  #, php-format
200
  msgid ""
201
  "You can combine and add as much attributes as you want. E.g. the shortcode "
202
  "including the attributes %1$s and %2$s would looks like this:"
203
  msgstr ""
204
 
205
- #: admin/includes/admin-about.php:142
206
  msgid ""
207
  "Below you can find a list of all supported attributes with their "
208
  "descriptions and available options:"
209
  msgstr "Poniżej znajduje się lista wszystkich wspieranych atrybutów wraz z opisami i dostępnymi wartościami:"
210
 
211
- #: admin/includes/admin-about.php:157
212
  msgid "Attribute name"
213
  msgstr "Nazwa atrybutu"
214
 
215
- #: admin/includes/admin-about.php:158
216
  msgid "Value options"
217
  msgstr "Opcje wartości"
218
 
219
- #: admin/includes/admin-about.php:159
220
  msgid "Default value"
221
  msgstr "Domyślna wartość"
222
 
223
- #: admin/includes/admin-about.php:160
224
  msgid "Description"
225
  msgstr "Opis"
226
 
227
- #: admin/includes/admin-about.php:179 includes/sc_event-list_helptexts.php:74
228
  #: includes/sc_event-list_helptexts.php:91
229
  msgid "Filter Syntax"
230
  msgstr "Składnia filtru"
231
 
232
- #: admin/includes/admin-about.php:180
233
  msgid ""
234
  "For date and cat filters you can specify complex filters with the following "
235
  "syntax:"
236
  msgstr "Zaawansowane filtry daty i kategorii mogą być ustawiane przy pomocy następującej składni:"
237
 
238
- #: admin/includes/admin-about.php:181
239
  #, php-format
240
  msgid ""
241
  "You can use %1$s and %2$s connections to define complex filters. "
242
  "Additionally you can set brackets %3$s for nested queries."
243
  msgstr ""
244
 
245
- #: admin/includes/admin-about.php:181
246
  msgid "AND"
247
  msgstr "I"
248
 
249
- #: admin/includes/admin-about.php:181
250
  msgid "OR"
251
  msgstr "LUB"
252
 
253
- #: admin/includes/admin-about.php:181
254
  msgid "or"
255
  msgstr "i"
256
 
257
- #: admin/includes/admin-about.php:181
258
  msgid "and"
259
  msgstr "lub"
260
 
261
- #: admin/includes/admin-about.php:182
262
  msgid "Examples for cat filters:"
263
  msgstr "Przykłady filtrów kategorii:"
264
 
265
- #: admin/includes/admin-about.php:183
266
  #, php-format
267
  msgid "Show all events with category %1$s."
268
  msgstr "Wyświetla wszystkie wydarzenia z kategorii %1$s."
269
 
270
- #: admin/includes/admin-about.php:184
271
  #, php-format
272
  msgid "Show all events with category %1$s or %2$s."
273
  msgstr "Wyświetla wszystkie wydarzenia z kategorii %1$s i %2$s."
274
 
275
- #: admin/includes/admin-about.php:185
276
  #, php-format
277
  msgid ""
278
  "Show all events with category %1$s and all events where category %2$s as "
279
  "well as %3$s is selected."
280
  msgstr ""
281
 
282
- #: admin/includes/admin-about.php:191 includes/sc_event-list_helptexts.php:69
283
  msgid "Available Date Formats"
284
  msgstr "Dostępne formaty dat"
285
 
286
- #: admin/includes/admin-about.php:192
287
  msgid "For date filters you can use the following date formats:"
288
  msgstr ""
289
 
290
- #: admin/includes/admin-about.php:201 includes/sc_event-list_helptexts.php:70
291
  msgid "Available Date Range Formats"
292
  msgstr "Dostępne formaty zakresu dat"
293
 
294
- #: admin/includes/admin-about.php:202
295
  msgid "For date filters you can use the following daterange formats:"
296
  msgstr ""
297
 
298
- #: admin/includes/admin-about.php:215
299
  msgid "Value"
300
  msgstr "Wartość"
301
 
302
- #: admin/includes/admin-about.php:219
303
  msgid "Example"
304
  msgstr "Przykład"
305
 
306
- #: admin/includes/admin-categories.php:79
307
  msgid "Synchronize with post categories"
308
  msgstr ""
309
 
310
- #: admin/includes/admin-categories.php:90
311
  #, php-format
312
  msgid "%1$s categories modified (%2$s)"
313
  msgstr ""
314
 
315
- #: admin/includes/admin-categories.php:91
316
  #, php-format
317
  msgid "%1$s categories added (%2$s)"
318
  msgstr ""
319
 
320
- #: admin/includes/admin-categories.php:92
321
  #, php-format
322
  msgid "%1$s categories deleted (%2$s)"
323
  msgstr ""
324
 
325
- #: admin/includes/admin-categories.php:95
326
  #, php-format
327
  msgid "%1$s categories not modified (%2$s)"
328
  msgstr ""
329
 
330
- #: admin/includes/admin-categories.php:96
331
  #, php-format
332
  msgid "%1$s categories not added (%2$s)"
333
  msgstr ""
334
 
335
- #: admin/includes/admin-categories.php:97
336
  #, php-format
337
  msgid "%1$s categories not deleted (%2$s)"
338
  msgstr ""
339
 
340
- #: admin/includes/admin-categories.php:100
341
  msgid "An Error occured during the category sync"
342
  msgstr ""
343
 
344
- #: admin/includes/admin-categories.php:103
345
  msgid "Category sync finished"
346
  msgstr ""
347
 
348
- #: admin/includes/admin-category-sync.php:77
349
  msgid "Error: You are not allowed to view this page!"
350
  msgstr ""
351
 
352
- #: admin/includes/admin-category-sync.php:93
353
  msgid "Affected Categories when switching to seperate Event Categories"
354
  msgstr ""
355
 
356
- #: admin/includes/admin-category-sync.php:94
357
  msgid "Switch option to seperate Event Categories"
358
  msgstr ""
359
 
360
- #: admin/includes/admin-category-sync.php:95
361
  msgid ""
362
  "If you proceed, all post categories will be copied and all events will be "
363
  "re-assigned to this new categories."
364
  msgstr ""
365
 
366
- #: admin/includes/admin-category-sync.php:96
367
  msgid ""
368
  "Afterwards the event categories are independent of the post categories."
369
  msgstr ""
370
 
371
- #: admin/includes/admin-category-sync.php:98
372
  msgid "Affected Categories when switching to use Post Categories for events"
373
  msgstr ""
374
 
375
- #: admin/includes/admin-category-sync.php:99
376
  msgid "Switch option to use Post Categories for events"
377
  msgstr ""
378
 
379
- #: admin/includes/admin-category-sync.php:100
380
  msgid ""
381
  "Take a detailed look at the affected categories above before you proceed! "
382
  "All seperate event categories will be deleted, this cannot be undone!"
383
  msgstr ""
384
 
385
- #: admin/includes/admin-category-sync.php:103
386
  msgid "Event Categories: Synchronise with Post Categories"
387
  msgstr ""
388
 
389
- #: admin/includes/admin-category-sync.php:104
390
  msgid "Start synchronisation"
391
  msgstr ""
392
 
393
- #: admin/includes/admin-category-sync.php:105
394
  msgid ""
395
  "If this option is enabled the above listed categories will be deleted and "
396
  "removed from the existing events!"
397
  msgstr ""
398
 
399
- #: admin/includes/admin-category-sync.php:120
400
  msgid "Categories to modify"
401
  msgstr ""
402
 
403
- #: admin/includes/admin-category-sync.php:121
404
  msgid "Categories to add"
405
  msgstr ""
406
 
407
- #: admin/includes/admin-category-sync.php:122
408
  msgid "Categories to delete (optional)"
409
  msgstr ""
410
 
411
- #: admin/includes/admin-category-sync.php:123
412
  msgid "Delete not available post categories"
413
  msgstr ""
414
 
415
- #: admin/includes/admin-category-sync.php:126
416
  msgid "Categories with differences"
417
  msgstr ""
418
 
419
- #: admin/includes/admin-category-sync.php:127
420
  msgid "Categories to add (optional)"
421
  msgstr ""
422
 
423
- #: admin/includes/admin-category-sync.php:128
424
  msgid "Add not available post categories"
425
  msgstr ""
426
 
427
- #: admin/includes/admin-category-sync.php:147
428
  msgid "none"
429
  msgstr ""
430
 
431
- #: admin/includes/admin-import.php:91
432
  msgid "Import Events"
433
  msgstr "Importuj wydarzenia"
434
 
435
- #: admin/includes/admin-import.php:110 admin/includes/admin-import.php:150
436
- #: admin/includes/admin-import.php:254
437
  msgid "Step"
438
  msgstr "Krok"
439
 
440
- #: admin/includes/admin-import.php:110
441
  msgid "Set import file and options"
442
  msgstr ""
443
 
444
- #: admin/includes/admin-import.php:113
445
  #, php-format
446
  msgid "Proceed with Step %1$s"
447
  msgstr ""
448
 
449
- #: admin/includes/admin-import.php:116
450
  msgid "Example file"
451
  msgstr "Przykładowy plik"
452
 
453
- #: admin/includes/admin-import.php:117
454
  #, php-format
455
  msgid ""
456
  "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
457
  msgstr ""
458
 
459
- #: admin/includes/admin-import.php:118
460
  msgid "Note"
461
  msgstr "Uwaga"
462
 
463
- #: admin/includes/admin-import.php:118
464
  msgid ""
465
  "Do not change the column header and separator line (first two lines), "
466
  "otherwise the import will fail!"
467
  msgstr ""
468
 
469
- #: admin/includes/admin-import.php:128 admin/includes/admin-import.php:137
470
  msgid "Sorry, there has been an error."
471
  msgstr ""
472
 
473
- #: admin/includes/admin-import.php:129
474
  msgid "The file does not exist, please try again."
475
  msgstr "Plik nie został znaleziony, proszę spróbować ponownie."
476
 
477
- #: admin/includes/admin-import.php:138
478
  msgid "The uploaded file does not have the required csv extension."
479
  msgstr ""
480
 
481
- #: admin/includes/admin-import.php:150
482
  msgid "Events review and additonal category selection"
483
  msgstr ""
484
 
485
- #: admin/includes/admin-import.php:156 admin/includes/admin-import.php:167
486
  msgid "Error"
487
  msgstr ""
488
 
489
- #: admin/includes/admin-import.php:156
490
  msgid "This CSV file cannot be imported"
491
  msgstr ""
492
 
493
- #: admin/includes/admin-import.php:167
494
  msgid "None of the events in this CSV file can be imported"
495
  msgstr ""
496
 
497
- #: admin/includes/admin-import.php:170 admin/includes/admin-import.php:213
498
  msgid "Warning"
499
  msgstr ""
500
 
501
- #: admin/includes/admin-import.php:172
502
  #, php-format
503
  msgid "There is %1$s event which cannot be imported"
504
  msgid_plural "There are %1$s events which cannot be imported"
@@ -507,229 +507,230 @@ msgstr[1] ""
507
  msgstr[2] ""
508
  msgstr[3] ""
509
 
510
- #: admin/includes/admin-import.php:184
511
  #, php-format
512
  msgid "CSV line %1$s"
513
  msgstr ""
514
 
515
- #: admin/includes/admin-import.php:194
516
  msgid "You can still import all other events listed below."
517
  msgstr ""
518
 
519
- #: admin/includes/admin-import.php:213
520
  msgid ""
521
  "The following category slugs are not available and will be removed from the "
522
  "imported events"
523
  msgstr ""
524
 
525
- #: admin/includes/admin-import.php:219
526
  msgid ""
527
  "If you want to keep these categories, please create these Categories first "
528
  "and do the import afterwards."
529
  msgstr ""
530
 
531
- #: admin/includes/admin-import.php:254
532
  msgid "Import result"
533
  msgstr ""
534
 
535
- #: admin/includes/admin-import.php:257
536
  #, php-format
537
  msgid "Import of %1$s events successful!"
538
  msgstr ""
539
 
540
- #: admin/includes/admin-import.php:258
541
  msgid "Go back to All Events"
542
  msgstr "Wróć do Wszystkie wydarzenia"
543
 
544
- #: admin/includes/admin-import.php:261
545
  msgid "Errors during Import"
546
  msgstr ""
547
 
548
- #: admin/includes/admin-import.php:269
549
  msgid "Event from CSV-line"
550
  msgstr ""
551
 
552
- #: admin/includes/admin-import.php:281 admin/includes/admin-main.php:109
553
  #: includes/widget_helptexts.php:9
554
  msgid "Title"
555
  msgstr "Tytuł"
556
 
557
- #: admin/includes/admin-import.php:282
558
  msgid "Start Date"
559
  msgstr "Termin rozpoczęcia"
560
 
561
- #: admin/includes/admin-import.php:283
562
  msgid "End Date"
563
  msgstr "Termin zakończenia"
564
 
565
- #: admin/includes/admin-import.php:284 admin/includes/admin-new.php:131
566
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
 
567
  msgid "Time"
568
  msgstr "Godzina"
569
 
570
- #: admin/includes/admin-import.php:285 admin/includes/admin-main.php:110
571
- #: admin/includes/admin-new.php:133 includes/options_helptexts.php:75
572
- #: includes/options_helptexts.php:76
573
  msgid "Location"
574
  msgstr "Miejsce"
575
 
576
- #: admin/includes/admin-import.php:286
577
  msgid "Content"
578
  msgstr ""
579
 
580
- #: admin/includes/admin-import.php:287
581
  msgid "Category slugs"
582
  msgstr "Upr. nazwy kategorii"
583
 
584
- #: admin/includes/admin-import.php:333
585
  msgid "Header line is missing or not correct!"
586
  msgstr ""
587
 
588
- #: admin/includes/admin-import.php:334
589
  #, php-format
590
  msgid ""
591
  "Have a look at the %1$sexample file%2$s to see the correct header line "
592
  "format."
593
  msgstr ""
594
 
595
- #: admin/includes/admin-import.php:341
596
  #, php-format
597
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
598
  msgstr ""
599
 
600
- #: admin/includes/admin-import.php:371
601
- msgid "Empty event title found"
602
- msgstr ""
603
-
604
- #: admin/includes/admin-import.php:377
605
- msgid "Wrong date format for startdate"
606
- msgstr ""
607
-
608
- #: admin/includes/admin-import.php:385
609
- msgid "Wrong date format for enddate"
610
- msgstr ""
611
-
612
- #: admin/includes/admin-import.php:439
613
  msgid "Import events"
614
  msgstr "Importuj wydarzenia"
615
 
616
- #: admin/includes/admin-import.php:440
617
  msgid "Add additional categories"
618
  msgstr "Dodaj dodatkowe kategorie"
619
 
620
- #: admin/includes/admin-import.php:470 includes/events_post_type.php:92
621
  msgid "No events found"
622
  msgstr ""
623
 
624
- #: admin/includes/admin-import.php:518
625
  msgid "Saving of event failed!"
626
  msgstr ""
627
 
628
- #: admin/includes/admin-main.php:108
 
 
 
 
 
 
 
 
 
 
 
 
629
  msgid "Event Date"
630
  msgstr ""
631
 
632
- #: admin/includes/admin-main.php:113
633
  msgid "Author"
634
  msgstr "Autor"
635
 
636
- #: admin/includes/admin-main.php:182
637
  #, php-format
638
  msgid "Add a copy of %1$s"
639
  msgstr ""
640
 
641
- #: admin/includes/admin-main.php:182
642
  msgid "Copy"
643
  msgstr ""
644
 
645
- #: admin/includes/admin-main.php:268
646
  msgid "Import"
647
  msgstr "Import"
648
 
649
- #: admin/includes/admin-new.php:83
650
  msgid "Event data"
651
  msgstr ""
652
 
653
- #: admin/includes/admin-new.php:116
654
  msgid "Add Copy"
655
  msgstr ""
656
 
657
- #: admin/includes/admin-new.php:124
658
  msgid "Date"
659
  msgstr "Termin"
660
 
661
- #: admin/includes/admin-new.php:124
662
  msgid "required"
663
  msgstr "wymagane"
664
 
665
- #: admin/includes/admin-new.php:127
666
  msgid "Multi-Day Event"
667
  msgstr "Wydarzenie kilkudniowe"
668
 
669
- #: admin/includes/admin-new.php:147
670
  msgid "Event Title"
671
  msgstr ""
672
 
673
- #: admin/includes/admin-new.php:164
674
  msgid "Event Content"
675
  msgstr ""
676
 
677
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:245
678
  msgid "Event updated."
679
  msgstr ""
680
 
681
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:247
682
  msgid "View event"
683
  msgstr ""
684
 
685
- #: admin/includes/admin-new.php:246
686
  #, php-format
687
  msgid "Event restored to revision from %1$s"
688
  msgstr ""
689
 
690
- #: admin/includes/admin-new.php:247
691
  msgid "Event published."
692
  msgstr ""
693
 
694
- #: admin/includes/admin-new.php:248
695
  msgid "Event saved."
696
  msgstr ""
697
 
698
- #: admin/includes/admin-new.php:249
699
  msgid "Event submitted."
700
  msgstr ""
701
 
702
- #: admin/includes/admin-new.php:249 admin/includes/admin-new.php:252
703
- #: admin/includes/admin-new.php:253
704
  msgid "Preview event"
705
  msgstr ""
706
 
707
- #: admin/includes/admin-new.php:251
708
  #, php-format
709
  msgid "Event scheduled for: %1$s>"
710
  msgstr ""
711
 
712
- #: admin/includes/admin-new.php:253
713
  msgid "Event draft updated."
714
  msgstr ""
715
 
716
- #: admin/includes/admin-settings.php:97
717
  msgid "Go to Event Category switching page"
718
  msgstr ""
719
 
720
- #: admin/includes/admin-settings.php:111
721
  msgid "Frontend Settings"
722
  msgstr "Strona frontowa"
723
 
724
- #: admin/includes/admin-settings.php:112
725
  msgid "Admin Page Settings"
726
  msgstr "Panel administratora"
727
 
728
- #: admin/includes/admin-settings.php:113
729
  msgid "Feed Settings"
730
  msgstr "Ustawienia kanału"
731
 
732
- #: admin/includes/admin-settings.php:114
733
  msgid "Category Taxonomy"
734
  msgstr ""
735
 
@@ -897,7 +898,7 @@ msgid "No valid start date provided"
897
  msgstr ""
898
 
899
  #: includes/event.php:343 includes/event.php:345
900
- #: includes/sc_event-list.php:330
901
  msgid "read more"
902
  msgstr ""
903
 
@@ -1425,15 +1426,15 @@ msgid ""
1425
  " switching page from here."
1426
  msgstr ""
1427
 
1428
- #: includes/options.php:92
1429
  msgid "events"
1430
  msgstr ""
1431
 
1432
- #: includes/options.php:96
1433
  msgid "Show content"
1434
  msgstr ""
1435
 
1436
- #: includes/options.php:100
1437
  msgid "Hide content"
1438
  msgstr ""
1439
 
@@ -1524,9 +1525,10 @@ msgid "category slugs"
1524
  msgstr "uproszczone nazwy kategorii"
1525
 
1526
  #: includes/sc_event-list_helptexts.php:82
 
1527
  msgid ""
1528
  "This attribute defines the category filter which filters the events to show."
1529
- " The default is $1$s or an empty string to show all events."
1530
  msgstr ""
1531
 
1532
  #: includes/sc_event-list_helptexts.php:86
@@ -1873,19 +1875,19 @@ msgid ""
1873
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1874
  msgstr ""
1875
 
1876
- #: includes/sc_event-list.php:184
1877
  msgid "Sorry, the requested event is not available!"
1878
  msgstr ""
1879
 
1880
- #: includes/sc_event-list.php:193
1881
  msgid "Event Information:"
1882
  msgstr "Informacje o wydarzeniu:"
1883
 
1884
- #: includes/sc_event-list.php:437
1885
  msgid "Link to RSS feed"
1886
  msgstr ""
1887
 
1888
- #: includes/sc_event-list.php:447
1889
  msgid "Link to iCal feed"
1890
  msgstr ""
1891
 
@@ -2037,14 +2039,14 @@ msgid ""
2037
  "approriate option is selected."
2038
  msgstr ""
2039
 
2040
- #: includes/widget.php:38
2041
  msgid "With this widget a list of upcoming events can be displayed."
2042
  msgstr ""
2043
 
2044
- #: includes/widget.php:43
2045
  msgid "Upcoming events"
2046
  msgstr "Nadchodzące wydarzenia"
2047
 
2048
- #: includes/widget.php:57
2049
  msgid "show events page"
2050
  msgstr ""
8
  msgstr ""
9
  "Project-Id-Version: wp-event-list\n"
10
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
11
+ "POT-Creation-Date: 2022-03-07 19:10+0100\n"
12
+ "PO-Revision-Date: 2022-03-07 18:11+0000\n"
13
  "Last-Translator: mibuthu\n"
14
  "Language-Team: Polish (Poland) (http://www.transifex.com/mibuthu/wp-event-list/language/pl_PL/)\n"
15
  "MIME-Version: 1.0\n"
18
  "Language: pl_PL\n"
19
  "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
20
 
21
+ #: admin/admin.php:89
22
  #, php-format
23
  msgid "Errors during upgrade of plugin %1$s"
24
  msgstr ""
25
 
26
+ #: admin/admin.php:89
27
  #, php-format
28
  msgid "Upgrade of plugin %1$s successful"
29
  msgstr ""
30
 
31
+ #: admin/admin.php:147 admin/includes/admin-settings.php:89
32
  msgid "Event List Settings"
33
  msgstr "Ustawienia Listy Wydarzeń"
34
 
35
+ #: admin/admin.php:147
36
  msgid "Settings"
37
  msgstr "Ustawienia"
38
 
39
+ #: admin/admin.php:151 admin/includes/admin-about.php:62
40
  msgid "About Event List"
41
  msgstr "O Liście Wydarzeń"
42
 
43
+ #: admin/admin.php:151
44
  msgid "About"
45
  msgstr "O"
46
 
47
+ #: admin/admin.php:175
48
  #, php-format
49
  msgid "%s Event"
50
  msgid_plural "%s Events"
53
  msgstr[2] ""
54
  msgstr[3] ""
55
 
56
+ #: admin/includes/admin-about.php:86 admin/includes/admin-settings.php:107
57
  msgid "General"
58
  msgstr "Ogólne"
59
 
60
+ #: admin/includes/admin-about.php:87 admin/includes/admin-about.php:109
61
+ #: admin/includes/admin-about.php:162
62
  msgid "Shortcode Attributes"
63
  msgstr "Atrybuty Skrótów"
64
 
65
+ #: admin/includes/admin-about.php:101
66
  msgid "Help and Instructions"
67
  msgstr "Pomoc i instrukcje"
68
 
69
+ #: admin/includes/admin-about.php:102
70
  #, php-format
71
  msgid "You can manage the events %1$shere%2$s"
72
  msgstr "%1$sTutaj%2$s możesz zarządzać wydarzeniami"
73
 
74
+ #: admin/includes/admin-about.php:103
75
  msgid "To show the events on your site you have 2 possibilities"
76
  msgstr "Istnieją 2 sposoby na wyświetlanie wydarzeń na Twojej stronie"
77
 
78
+ #: admin/includes/admin-about.php:104
79
  #, php-format
80
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
81
  msgstr "możesz umieścić następujący <strong>kod skrótowy</strong> %1$s na stronie lub w poście"
82
 
83
+ #: admin/includes/admin-about.php:105
84
  #, php-format
85
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
86
  msgstr "możesz dodać widżet <strong>widget</strong> %1$s na panel boczny"
87
 
88
+ #: admin/includes/admin-about.php:106
89
  msgid ""
90
  "The displayed events and their style can be modified with the available "
91
  "widget settings and the available attributes for the shortcode."
98
  "available in the %1$s tab."
99
  msgstr "Lista dostępnych atrybutów jest dostępna w zakładce %1$s."
100
 
101
+ #: admin/includes/admin-about.php:111
102
  msgid "The available widget options are described in their tooltip text."
103
  msgstr "Dostępne opcje widgetu zostały opisane w dymkach etykiet."
104
 
105
+ #: admin/includes/admin-about.php:113
106
  #, php-format
107
  msgid ""
108
  "If you enable one of the links options (%1$s or %2$s) in the widget you have"
109
  " to insert an URL to the linked event-list page."
110
  msgstr ""
111
 
112
+ #: admin/includes/admin-about.php:114 includes/widget_helptexts.php:134
113
  msgid "Add links to the single events"
114
  msgstr "Dodaj łącza do pojedynczych wydarzeń"
115
 
116
+ #: admin/includes/admin-about.php:115 includes/widget_helptexts.php:143
117
  msgid "Add a link to the Event List page"
118
  msgstr "Dodaj łącze do strony Listy wydarzeń"
119
 
120
+ #: admin/includes/admin-about.php:117
121
  msgid ""
122
  "This is required because the widget does not know in which page or post the "
123
  "shortcode was included."
124
  msgstr ""
125
 
126
+ #: admin/includes/admin-about.php:118
127
  msgid ""
128
  "Additionally you have to insert the correct Shortcode id on the linked page."
129
  " This id describes which shortcode should be used on the given page or post "
130
  "if you have more than one."
131
  msgstr ""
132
 
133
+ #: admin/includes/admin-about.php:120
134
  #, php-format
135
  msgid ""
136
  "The default value %1$s is normally o.k. (for pages with 1 shortcode only), "
138
  "link on your linked page or post."
139
  msgstr ""
140
 
141
+ #: admin/includes/admin-about.php:124
142
  #, php-format
143
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
144
  msgstr "Id jest dostępne na końcu parametrów URL (np. %1$s)."
145
 
146
+ #: admin/includes/admin-about.php:129
147
  #, php-format
148
  msgid ""
149
  "Be sure to also check the %1$s to get the plugin behaving just the way you "
150
  "want."
151
  msgstr ""
152
 
153
+ #: admin/includes/admin-about.php:130
154
  msgid "Settings page"
155
  msgstr "Ustawienia Listy Wydarzeń"
156
 
157
+ #: admin/includes/admin-about.php:138
158
  msgid "About the plugin author"
159
  msgstr "O autorze wtyczki"
160
 
161
+ #: admin/includes/admin-about.php:141
162
  #, php-format
163
  msgid ""
164
  "This plugin is developed by %1$s, you can find more information about the "
165
  "plugin on the %2$s."
166
  msgstr "Ta wtyczka jest rozwijana przez %1$s, więcej informacji na temat wtyczki można znaleźć na %2$s."
167
 
168
+ #: admin/includes/admin-about.php:143
169
  msgid "WordPress plugin site"
170
  msgstr ""
171
 
172
+ #: admin/includes/admin-about.php:146
173
  #, php-format
174
  msgid "If you like the plugin please rate it on the %1$s."
175
  msgstr "Jeśli podoba Ci się wtyczka możesz ocenić ją na %1$s."
176
 
177
+ #: admin/includes/admin-about.php:147
178
  msgid "WordPress plugin review site"
179
  msgstr ""
180
 
181
+ #: admin/includes/admin-about.php:149
182
  msgid ""
183
  "If you want to support the plugin I would be happy to get a small donation"
184
  msgstr "Jeśli chcesz wspomóc rozwój wtyczki byłbym wdzięczny za małą dotację"
185
 
186
+ #: admin/includes/admin-about.php:151 admin/includes/admin-about.php:153
187
+ #: admin/includes/admin-about.php:155
188
  #, php-format
189
  msgid "Donate with %1$s"
190
  msgstr ""
191
 
192
+ #: admin/includes/admin-about.php:164
193
  msgid ""
194
  "You have the possibility to modify the output if you add some of the "
195
  "following attributes to the shortcode."
196
  msgstr "Jest możliwość modyfikacji wyglądu za pomocą następujących atrybutów."
197
 
198
+ #: admin/includes/admin-about.php:166
199
  #, php-format
200
  msgid ""
201
  "You can combine and add as much attributes as you want. E.g. the shortcode "
202
  "including the attributes %1$s and %2$s would looks like this:"
203
  msgstr ""
204
 
205
+ #: admin/includes/admin-about.php:171
206
  msgid ""
207
  "Below you can find a list of all supported attributes with their "
208
  "descriptions and available options:"
209
  msgstr "Poniżej znajduje się lista wszystkich wspieranych atrybutów wraz z opisami i dostępnymi wartościami:"
210
 
211
+ #: admin/includes/admin-about.php:186
212
  msgid "Attribute name"
213
  msgstr "Nazwa atrybutu"
214
 
215
+ #: admin/includes/admin-about.php:187
216
  msgid "Value options"
217
  msgstr "Opcje wartości"
218
 
219
+ #: admin/includes/admin-about.php:188
220
  msgid "Default value"
221
  msgstr "Domyślna wartość"
222
 
223
+ #: admin/includes/admin-about.php:189
224
  msgid "Description"
225
  msgstr "Opis"
226
 
227
+ #: admin/includes/admin-about.php:208 includes/sc_event-list_helptexts.php:74
228
  #: includes/sc_event-list_helptexts.php:91
229
  msgid "Filter Syntax"
230
  msgstr "Składnia filtru"
231
 
232
+ #: admin/includes/admin-about.php:209
233
  msgid ""
234
  "For date and cat filters you can specify complex filters with the following "
235
  "syntax:"
236
  msgstr "Zaawansowane filtry daty i kategorii mogą być ustawiane przy pomocy następującej składni:"
237
 
238
+ #: admin/includes/admin-about.php:211
239
  #, php-format
240
  msgid ""
241
  "You can use %1$s and %2$s connections to define complex filters. "
242
  "Additionally you can set brackets %3$s for nested queries."
243
  msgstr ""
244
 
245
+ #: admin/includes/admin-about.php:212
246
  msgid "AND"
247
  msgstr "I"
248
 
249
+ #: admin/includes/admin-about.php:213
250
  msgid "OR"
251
  msgstr "LUB"
252
 
253
+ #: admin/includes/admin-about.php:213
254
  msgid "or"
255
  msgstr "i"
256
 
257
+ #: admin/includes/admin-about.php:214
258
  msgid "and"
259
  msgstr "lub"
260
 
261
+ #: admin/includes/admin-about.php:216
262
  msgid "Examples for cat filters:"
263
  msgstr "Przykłady filtrów kategorii:"
264
 
265
+ #: admin/includes/admin-about.php:217
266
  #, php-format
267
  msgid "Show all events with category %1$s."
268
  msgstr "Wyświetla wszystkie wydarzenia z kategorii %1$s."
269
 
270
+ #: admin/includes/admin-about.php:218
271
  #, php-format
272
  msgid "Show all events with category %1$s or %2$s."
273
  msgstr "Wyświetla wszystkie wydarzenia z kategorii %1$s i %2$s."
274
 
275
+ #: admin/includes/admin-about.php:220
276
  #, php-format
277
  msgid ""
278
  "Show all events with category %1$s and all events where category %2$s as "
279
  "well as %3$s is selected."
280
  msgstr ""
281
 
282
+ #: admin/includes/admin-about.php:226 includes/sc_event-list_helptexts.php:69
283
  msgid "Available Date Formats"
284
  msgstr "Dostępne formaty dat"
285
 
286
+ #: admin/includes/admin-about.php:227
287
  msgid "For date filters you can use the following date formats:"
288
  msgstr ""
289
 
290
+ #: admin/includes/admin-about.php:236 includes/sc_event-list_helptexts.php:70
291
  msgid "Available Date Range Formats"
292
  msgstr "Dostępne formaty zakresu dat"
293
 
294
+ #: admin/includes/admin-about.php:237
295
  msgid "For date filters you can use the following daterange formats:"
296
  msgstr ""
297
 
298
+ #: admin/includes/admin-about.php:250
299
  msgid "Value"
300
  msgstr "Wartość"
301
 
302
+ #: admin/includes/admin-about.php:254
303
  msgid "Example"
304
  msgstr "Przykład"
305
 
306
+ #: admin/includes/admin-categories.php:77
307
  msgid "Synchronize with post categories"
308
  msgstr ""
309
 
310
+ #: admin/includes/admin-categories.php:87
311
  #, php-format
312
  msgid "%1$s categories modified (%2$s)"
313
  msgstr ""
314
 
315
+ #: admin/includes/admin-categories.php:88
316
  #, php-format
317
  msgid "%1$s categories added (%2$s)"
318
  msgstr ""
319
 
320
+ #: admin/includes/admin-categories.php:89
321
  #, php-format
322
  msgid "%1$s categories deleted (%2$s)"
323
  msgstr ""
324
 
325
+ #: admin/includes/admin-categories.php:92
326
  #, php-format
327
  msgid "%1$s categories not modified (%2$s)"
328
  msgstr ""
329
 
330
+ #: admin/includes/admin-categories.php:93
331
  #, php-format
332
  msgid "%1$s categories not added (%2$s)"
333
  msgstr ""
334
 
335
+ #: admin/includes/admin-categories.php:94
336
  #, php-format
337
  msgid "%1$s categories not deleted (%2$s)"
338
  msgstr ""
339
 
340
+ #: admin/includes/admin-categories.php:97
341
  msgid "An Error occured during the category sync"
342
  msgstr ""
343
 
344
+ #: admin/includes/admin-categories.php:100
345
  msgid "Category sync finished"
346
  msgstr ""
347
 
348
+ #: admin/includes/admin-category-sync.php:76
349
  msgid "Error: You are not allowed to view this page!"
350
  msgstr ""
351
 
352
+ #: admin/includes/admin-category-sync.php:92
353
  msgid "Affected Categories when switching to seperate Event Categories"
354
  msgstr ""
355
 
356
+ #: admin/includes/admin-category-sync.php:93
357
  msgid "Switch option to seperate Event Categories"
358
  msgstr ""
359
 
360
+ #: admin/includes/admin-category-sync.php:94
361
  msgid ""
362
  "If you proceed, all post categories will be copied and all events will be "
363
  "re-assigned to this new categories."
364
  msgstr ""
365
 
366
+ #: admin/includes/admin-category-sync.php:95
367
  msgid ""
368
  "Afterwards the event categories are independent of the post categories."
369
  msgstr ""
370
 
371
+ #: admin/includes/admin-category-sync.php:97
372
  msgid "Affected Categories when switching to use Post Categories for events"
373
  msgstr ""
374
 
375
+ #: admin/includes/admin-category-sync.php:98
376
  msgid "Switch option to use Post Categories for events"
377
  msgstr ""
378
 
379
+ #: admin/includes/admin-category-sync.php:99
380
  msgid ""
381
  "Take a detailed look at the affected categories above before you proceed! "
382
  "All seperate event categories will be deleted, this cannot be undone!"
383
  msgstr ""
384
 
385
+ #: admin/includes/admin-category-sync.php:102
386
  msgid "Event Categories: Synchronise with Post Categories"
387
  msgstr ""
388
 
389
+ #: admin/includes/admin-category-sync.php:103
390
  msgid "Start synchronisation"
391
  msgstr ""
392
 
393
+ #: admin/includes/admin-category-sync.php:104
394
  msgid ""
395
  "If this option is enabled the above listed categories will be deleted and "
396
  "removed from the existing events!"
397
  msgstr ""
398
 
399
+ #: admin/includes/admin-category-sync.php:119
400
  msgid "Categories to modify"
401
  msgstr ""
402
 
403
+ #: admin/includes/admin-category-sync.php:120
404
  msgid "Categories to add"
405
  msgstr ""
406
 
407
+ #: admin/includes/admin-category-sync.php:121
408
  msgid "Categories to delete (optional)"
409
  msgstr ""
410
 
411
+ #: admin/includes/admin-category-sync.php:122
412
  msgid "Delete not available post categories"
413
  msgstr ""
414
 
415
+ #: admin/includes/admin-category-sync.php:125
416
  msgid "Categories with differences"
417
  msgstr ""
418
 
419
+ #: admin/includes/admin-category-sync.php:126
420
  msgid "Categories to add (optional)"
421
  msgstr ""
422
 
423
+ #: admin/includes/admin-category-sync.php:127
424
  msgid "Add not available post categories"
425
  msgstr ""
426
 
427
+ #: admin/includes/admin-category-sync.php:146
428
  msgid "none"
429
  msgstr ""
430
 
431
+ #: admin/includes/admin-import.php:90
432
  msgid "Import Events"
433
  msgstr "Importuj wydarzenia"
434
 
435
+ #: admin/includes/admin-import.php:109 admin/includes/admin-import.php:154
436
+ #: admin/includes/admin-import.php:261
437
  msgid "Step"
438
  msgstr "Krok"
439
 
440
+ #: admin/includes/admin-import.php:109
441
  msgid "Set import file and options"
442
  msgstr ""
443
 
444
+ #: admin/includes/admin-import.php:114
445
  #, php-format
446
  msgid "Proceed with Step %1$s"
447
  msgstr ""
448
 
449
+ #: admin/includes/admin-import.php:117
450
  msgid "Example file"
451
  msgstr "Przykładowy plik"
452
 
453
+ #: admin/includes/admin-import.php:119
454
  #, php-format
455
  msgid ""
456
  "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
457
  msgstr ""
458
 
459
+ #: admin/includes/admin-import.php:123
460
  msgid "Note"
461
  msgstr "Uwaga"
462
 
463
+ #: admin/includes/admin-import.php:124
464
  msgid ""
465
  "Do not change the column header and separator line (first two lines), "
466
  "otherwise the import will fail!"
467
  msgstr ""
468
 
469
+ #: admin/includes/admin-import.php:133 admin/includes/admin-import.php:141
470
  msgid "Sorry, there has been an error."
471
  msgstr ""
472
 
473
+ #: admin/includes/admin-import.php:134
474
  msgid "The file does not exist, please try again."
475
  msgstr "Plik nie został znaleziony, proszę spróbować ponownie."
476
 
477
+ #: admin/includes/admin-import.php:142
478
  msgid "The uploaded file does not have the required csv extension."
479
  msgstr ""
480
 
481
+ #: admin/includes/admin-import.php:154
482
  msgid "Events review and additonal category selection"
483
  msgstr ""
484
 
485
+ #: admin/includes/admin-import.php:160 admin/includes/admin-import.php:171
486
  msgid "Error"
487
  msgstr ""
488
 
489
+ #: admin/includes/admin-import.php:160
490
  msgid "This CSV file cannot be imported"
491
  msgstr ""
492
 
493
+ #: admin/includes/admin-import.php:171
494
  msgid "None of the events in this CSV file can be imported"
495
  msgstr ""
496
 
497
+ #: admin/includes/admin-import.php:174 admin/includes/admin-import.php:219
498
  msgid "Warning"
499
  msgstr ""
500
 
501
+ #: admin/includes/admin-import.php:177
502
  #, php-format
503
  msgid "There is %1$s event which cannot be imported"
504
  msgid_plural "There are %1$s events which cannot be imported"
507
  msgstr[2] ""
508
  msgstr[3] ""
509
 
510
+ #: admin/includes/admin-import.php:190
511
  #, php-format
512
  msgid "CSV line %1$s"
513
  msgstr ""
514
 
515
+ #: admin/includes/admin-import.php:200
516
  msgid "You can still import all other events listed below."
517
  msgstr ""
518
 
519
+ #: admin/includes/admin-import.php:220
520
  msgid ""
521
  "The following category slugs are not available and will be removed from the "
522
  "imported events"
523
  msgstr ""
524
 
525
+ #: admin/includes/admin-import.php:226
526
  msgid ""
527
  "If you want to keep these categories, please create these Categories first "
528
  "and do the import afterwards."
529
  msgstr ""
530
 
531
+ #: admin/includes/admin-import.php:261
532
  msgid "Import result"
533
  msgstr ""
534
 
535
+ #: admin/includes/admin-import.php:264
536
  #, php-format
537
  msgid "Import of %1$s events successful!"
538
  msgstr ""
539
 
540
+ #: admin/includes/admin-import.php:265
541
  msgid "Go back to All Events"
542
  msgstr "Wróć do Wszystkie wydarzenia"
543
 
544
+ #: admin/includes/admin-import.php:268
545
  msgid "Errors during Import"
546
  msgstr ""
547
 
548
+ #: admin/includes/admin-import.php:276
549
  msgid "Event from CSV-line"
550
  msgstr ""
551
 
552
+ #: admin/includes/admin-import.php:288 admin/includes/admin-main.php:108
553
  #: includes/widget_helptexts.php:9
554
  msgid "Title"
555
  msgstr "Tytuł"
556
 
557
+ #: admin/includes/admin-import.php:289
558
  msgid "Start Date"
559
  msgstr "Termin rozpoczęcia"
560
 
561
+ #: admin/includes/admin-import.php:290
562
  msgid "End Date"
563
  msgstr "Termin zakończenia"
564
 
565
+ #: admin/includes/admin-import.php:291 admin/includes/admin-new.php:132
566
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
567
+ #: includes/rss.php:116
568
  msgid "Time"
569
  msgstr "Godzina"
570
 
571
+ #: admin/includes/admin-import.php:292 admin/includes/admin-main.php:109
572
+ #: admin/includes/admin-new.php:134 includes/options_helptexts.php:75
573
+ #: includes/options_helptexts.php:76 includes/rss.php:119
574
  msgid "Location"
575
  msgstr "Miejsce"
576
 
577
+ #: admin/includes/admin-import.php:293
578
  msgid "Content"
579
  msgstr ""
580
 
581
+ #: admin/includes/admin-import.php:294
582
  msgid "Category slugs"
583
  msgstr "Upr. nazwy kategorii"
584
 
585
+ #: admin/includes/admin-import.php:340
586
  msgid "Header line is missing or not correct!"
587
  msgstr ""
588
 
589
+ #: admin/includes/admin-import.php:341
590
  #, php-format
591
  msgid ""
592
  "Have a look at the %1$sexample file%2$s to see the correct header line "
593
  "format."
594
  msgstr ""
595
 
596
+ #: admin/includes/admin-import.php:350
597
  #, php-format
598
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
599
  msgstr ""
600
 
601
+ #: admin/includes/admin-import.php:399
 
 
 
 
 
 
 
 
 
 
 
 
602
  msgid "Import events"
603
  msgstr "Importuj wydarzenia"
604
 
605
+ #: admin/includes/admin-import.php:400
606
  msgid "Add additional categories"
607
  msgstr "Dodaj dodatkowe kategorie"
608
 
609
+ #: admin/includes/admin-import.php:430 includes/events_post_type.php:92
610
  msgid "No events found"
611
  msgstr ""
612
 
613
+ #: admin/includes/admin-import.php:478
614
  msgid "Saving of event failed!"
615
  msgstr ""
616
 
617
+ #: admin/includes/admin-import.php:496
618
+ msgid "Empty event title found"
619
+ msgstr ""
620
+
621
+ #: admin/includes/admin-import.php:501
622
+ msgid "Wrong date format for startdate"
623
+ msgstr ""
624
+
625
+ #: admin/includes/admin-import.php:509
626
+ msgid "Wrong date format for enddate"
627
+ msgstr ""
628
+
629
+ #: admin/includes/admin-main.php:107
630
  msgid "Event Date"
631
  msgstr ""
632
 
633
+ #: admin/includes/admin-main.php:112
634
  msgid "Author"
635
  msgstr "Autor"
636
 
637
+ #: admin/includes/admin-main.php:181
638
  #, php-format
639
  msgid "Add a copy of %1$s"
640
  msgstr ""
641
 
642
+ #: admin/includes/admin-main.php:181
643
  msgid "Copy"
644
  msgstr ""
645
 
646
+ #: admin/includes/admin-main.php:269
647
  msgid "Import"
648
  msgstr "Import"
649
 
650
+ #: admin/includes/admin-new.php:82
651
  msgid "Event data"
652
  msgstr ""
653
 
654
+ #: admin/includes/admin-new.php:115
655
  msgid "Add Copy"
656
  msgstr ""
657
 
658
+ #: admin/includes/admin-new.php:123
659
  msgid "Date"
660
  msgstr "Termin"
661
 
662
+ #: admin/includes/admin-new.php:123
663
  msgid "required"
664
  msgstr "wymagane"
665
 
666
+ #: admin/includes/admin-new.php:128
667
  msgid "Multi-Day Event"
668
  msgstr "Wydarzenie kilkudniowe"
669
 
670
+ #: admin/includes/admin-new.php:148
671
  msgid "Event Title"
672
  msgstr ""
673
 
674
+ #: admin/includes/admin-new.php:165
675
  msgid "Event Content"
676
  msgstr ""
677
 
678
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:246
679
  msgid "Event updated."
680
  msgstr ""
681
 
682
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:248
683
  msgid "View event"
684
  msgstr ""
685
 
686
+ #: admin/includes/admin-new.php:247
687
  #, php-format
688
  msgid "Event restored to revision from %1$s"
689
  msgstr ""
690
 
691
+ #: admin/includes/admin-new.php:248
692
  msgid "Event published."
693
  msgstr ""
694
 
695
+ #: admin/includes/admin-new.php:249
696
  msgid "Event saved."
697
  msgstr ""
698
 
699
+ #: admin/includes/admin-new.php:250
700
  msgid "Event submitted."
701
  msgstr ""
702
 
703
+ #: admin/includes/admin-new.php:251 admin/includes/admin-new.php:254
704
+ #: admin/includes/admin-new.php:256
705
  msgid "Preview event"
706
  msgstr ""
707
 
708
+ #: admin/includes/admin-new.php:253
709
  #, php-format
710
  msgid "Event scheduled for: %1$s>"
711
  msgstr ""
712
 
713
+ #: admin/includes/admin-new.php:255
714
  msgid "Event draft updated."
715
  msgstr ""
716
 
717
+ #: admin/includes/admin-settings.php:95
718
  msgid "Go to Event Category switching page"
719
  msgstr ""
720
 
721
+ #: admin/includes/admin-settings.php:108
722
  msgid "Frontend Settings"
723
  msgstr "Strona frontowa"
724
 
725
+ #: admin/includes/admin-settings.php:109
726
  msgid "Admin Page Settings"
727
  msgstr "Panel administratora"
728
 
729
+ #: admin/includes/admin-settings.php:110
730
  msgid "Feed Settings"
731
  msgstr "Ustawienia kanału"
732
 
733
+ #: admin/includes/admin-settings.php:111
734
  msgid "Category Taxonomy"
735
  msgstr ""
736
 
898
  msgstr ""
899
 
900
  #: includes/event.php:343 includes/event.php:345
901
+ #: includes/sc_event-list.php:325
902
  msgid "read more"
903
  msgstr ""
904
 
1426
  " switching page from here."
1427
  msgstr ""
1428
 
1429
+ #: includes/options.php:91
1430
  msgid "events"
1431
  msgstr ""
1432
 
1433
+ #: includes/options.php:95
1434
  msgid "Show content"
1435
  msgstr ""
1436
 
1437
+ #: includes/options.php:99
1438
  msgid "Hide content"
1439
  msgstr ""
1440
 
1525
  msgstr "uproszczone nazwy kategorii"
1526
 
1527
  #: includes/sc_event-list_helptexts.php:82
1528
+ #, php-format
1529
  msgid ""
1530
  "This attribute defines the category filter which filters the events to show."
1531
+ " The default is %1$s or an empty string to show all events."
1532
  msgstr ""
1533
 
1534
  #: includes/sc_event-list_helptexts.php:86
1875
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1876
  msgstr ""
1877
 
1878
+ #: includes/sc_event-list.php:183
1879
  msgid "Sorry, the requested event is not available!"
1880
  msgstr ""
1881
 
1882
+ #: includes/sc_event-list.php:192
1883
  msgid "Event Information:"
1884
  msgstr "Informacje o wydarzeniu:"
1885
 
1886
+ #: includes/sc_event-list.php:432
1887
  msgid "Link to RSS feed"
1888
  msgstr ""
1889
 
1890
+ #: includes/sc_event-list.php:442
1891
  msgid "Link to iCal feed"
1892
  msgstr ""
1893
 
2039
  "approriate option is selected."
2040
  msgstr ""
2041
 
2042
+ #: includes/widget.php:37
2043
  msgid "With this widget a list of upcoming events can be displayed."
2044
  msgstr ""
2045
 
2046
+ #: includes/widget.php:42
2047
  msgid "Upcoming events"
2048
  msgstr "Nadchodzące wydarzenia"
2049
 
2050
+ #: includes/widget.php:56
2051
  msgid "show events page"
2052
  msgstr ""
languages/event-list-pt_BR.po CHANGED
@@ -10,8 +10,8 @@ msgid ""
10
  msgstr ""
11
  "Project-Id-Version: wp-event-list\n"
12
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
13
- "POT-Creation-Date: 2022-02-19 18:08+0100\n"
14
- "PO-Revision-Date: 2022-02-19 17:09+0000\n"
15
  "Last-Translator: mibuthu\n"
16
  "Language-Team: Portuguese (Brazil) (http://www.transifex.com/mibuthu/wp-event-list/language/pt_BR/)\n"
17
  "MIME-Version: 1.0\n"
@@ -20,72 +20,72 @@ msgstr ""
20
  "Language: pt_BR\n"
21
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
22
 
23
- #: admin/admin.php:90
24
  #, php-format
25
  msgid "Errors during upgrade of plugin %1$s"
26
  msgstr ""
27
 
28
- #: admin/admin.php:90
29
  #, php-format
30
  msgid "Upgrade of plugin %1$s successful"
31
  msgstr ""
32
 
33
- #: admin/admin.php:142 admin/includes/admin-settings.php:91
34
  msgid "Event List Settings"
35
  msgstr "Configurações da Lista de Eventos"
36
 
37
- #: admin/admin.php:142
38
  msgid "Settings"
39
  msgstr "Configurações"
40
 
41
- #: admin/admin.php:146 admin/includes/admin-about.php:63
42
  msgid "About Event List"
43
  msgstr "Sobre o Lista de Eventos"
44
 
45
- #: admin/admin.php:146
46
  msgid "About"
47
  msgstr "Sobre"
48
 
49
- #: admin/admin.php:170
50
  #, php-format
51
  msgid "%s Event"
52
  msgid_plural "%s Events"
53
  msgstr[0] ""
54
  msgstr[1] ""
55
 
56
- #: admin/includes/admin-about.php:87 admin/includes/admin-settings.php:110
57
  msgid "General"
58
  msgstr "Geral"
59
 
60
- #: admin/includes/admin-about.php:88 admin/includes/admin-about.php:108
61
- #: admin/includes/admin-about.php:137
62
  msgid "Shortcode Attributes"
63
  msgstr "Atributos de Shortcode"
64
 
65
- #: admin/includes/admin-about.php:102
66
  msgid "Help and Instructions"
67
  msgstr "Ajuda e Instruções"
68
 
69
- #: admin/includes/admin-about.php:103
70
  #, php-format
71
  msgid "You can manage the events %1$shere%2$s"
72
  msgstr "Você pode gerenciar os eventos %1$saqui%2$s"
73
 
74
- #: admin/includes/admin-about.php:104
75
  msgid "To show the events on your site you have 2 possibilities"
76
  msgstr "Existem 2 possibilidades para mostrar seus eventos em seu site"
77
 
78
- #: admin/includes/admin-about.php:105
79
  #, php-format
80
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
81
  msgstr "você pode colocar o <strong>shortcode</strong> %1$s em qualquer página ou post"
82
 
83
- #: admin/includes/admin-about.php:106
84
  #, php-format
85
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
86
  msgstr "você pode adicionar o <strong>widget</strong> %1$s em suas sidebars"
87
 
88
- #: admin/includes/admin-about.php:107
89
  msgid ""
90
  "The displayed events and their style can be modified with the available "
91
  "widget settings and the available attributes for the shortcode."
@@ -98,39 +98,39 @@ msgid ""
98
  "available in the %1$s tab."
99
  msgstr "A lista de todos os atributos de Shortcode disponíveis com suas descrições está na %1$saba."
100
 
101
- #: admin/includes/admin-about.php:109
102
  msgid "The available widget options are described in their tooltip text."
103
  msgstr "As opções de widgets disponíveis são descritas em suas dicas."
104
 
105
- #: admin/includes/admin-about.php:110
106
  #, php-format
107
  msgid ""
108
  "If you enable one of the links options (%1$s or %2$s) in the widget you have"
109
  " to insert an URL to the linked event-list page."
110
  msgstr "Se você habilitar uma das opções de links (%1$s ou %2$s) no widget, você deverá inserir uma URL para a página de lista de eventos linkada."
111
 
112
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:134
113
  msgid "Add links to the single events"
114
  msgstr "Adicionar links para os eventos individuais"
115
 
116
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:143
117
  msgid "Add a link to the Event List page"
118
  msgstr "Adicionar um link para a Página de Lista de Eventos"
119
 
120
- #: admin/includes/admin-about.php:111
121
  msgid ""
122
  "This is required because the widget does not know in which page or post the "
123
  "shortcode was included."
124
  msgstr "Isto é necessário porque o widget não sabe em qual página ou post o shortcode foi incluído."
125
 
126
- #: admin/includes/admin-about.php:112
127
  msgid ""
128
  "Additionally you have to insert the correct Shortcode id on the linked page."
129
  " This id describes which shortcode should be used on the given page or post "
130
  "if you have more than one."
131
  msgstr "Adicionalmente você deve inserir o ID correto do Shortcode na página linkada. Este ID descreve qual Shortcode deverá ser usado no post ou página especificada caso haja mais de um."
132
 
133
- #: admin/includes/admin-about.php:113
134
  #, php-format
135
  msgid ""
136
  "The default value %1$s is normally o.k. (for pages with 1 shortcode only), "
@@ -138,596 +138,597 @@ msgid ""
138
  "link on your linked page or post."
139
  msgstr "O valor padrão de %1$s normalmente está ok (para páginas com apenas 1 shortcode), mas se necessário, você pode conferir o ID olhando na URL de um link de evento na sua página linkada ou post."
140
 
141
- #: admin/includes/admin-about.php:114
142
  #, php-format
143
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
144
  msgstr "O ID está disponível no final dos parâmetros da URL (ex. %1$s)."
145
 
146
- #: admin/includes/admin-about.php:116
147
  #, php-format
148
  msgid ""
149
  "Be sure to also check the %1$s to get the plugin behaving just the way you "
150
  "want."
151
  msgstr "Tenha certeza de também checar o %1$s para garantir que o plugin se comporte como você deseja."
152
 
153
- #: admin/includes/admin-about.php:116
154
  msgid "Settings page"
155
  msgstr "Configurações"
156
 
157
- #: admin/includes/admin-about.php:123
158
  msgid "About the plugin author"
159
  msgstr "Sobre o autor do plugin"
160
 
161
- #: admin/includes/admin-about.php:125
162
  #, php-format
163
  msgid ""
164
  "This plugin is developed by %1$s, you can find more information about the "
165
  "plugin on the %2$s."
166
  msgstr "Este plugin foi desenvolvido por %1$s, mais informações sobre o plugin poderão ser encontradas em %2$s."
167
 
168
- #: admin/includes/admin-about.php:125
169
  msgid "WordPress plugin site"
170
  msgstr ""
171
 
172
- #: admin/includes/admin-about.php:126
173
  #, php-format
174
  msgid "If you like the plugin please rate it on the %1$s."
175
  msgstr "Se você gostou deste plugin, favor dar uma nota no %1$s."
176
 
177
- #: admin/includes/admin-about.php:126
178
  msgid "WordPress plugin review site"
179
  msgstr ""
180
 
181
- #: admin/includes/admin-about.php:127
182
  msgid ""
183
  "If you want to support the plugin I would be happy to get a small donation"
184
  msgstr "Caso haja interesse em dar suporte ao desenvolvimento deste plugin, uma pequena doação será excelente!"
185
 
186
- #: admin/includes/admin-about.php:128 admin/includes/admin-about.php:129
187
- #: admin/includes/admin-about.php:130
188
  #, php-format
189
  msgid "Donate with %1$s"
190
  msgstr ""
191
 
192
- #: admin/includes/admin-about.php:139
193
  msgid ""
194
  "You have the possibility to modify the output if you add some of the "
195
  "following attributes to the shortcode."
196
  msgstr "Você tem a possibilidade de modificar o resultado adicionando alguns dos atributos a seguir ao Shortcode."
197
 
198
- #: admin/includes/admin-about.php:140
199
  #, php-format
200
  msgid ""
201
  "You can combine and add as much attributes as you want. E.g. the shortcode "
202
  "including the attributes %1$s and %2$s would looks like this:"
203
  msgstr "Você pode combinar e adicionar quantos atributos desejar. Ex.: O shortcode que inclui oa atributos %1$s e %2$s ficará assim:"
204
 
205
- #: admin/includes/admin-about.php:142
206
  msgid ""
207
  "Below you can find a list of all supported attributes with their "
208
  "descriptions and available options:"
209
  msgstr "Abaixo encontra-se uma lista de todos os atributos suportados com suas descrições e opções disponíveis:"
210
 
211
- #: admin/includes/admin-about.php:157
212
  msgid "Attribute name"
213
  msgstr "Nome do atributo"
214
 
215
- #: admin/includes/admin-about.php:158
216
  msgid "Value options"
217
  msgstr "Opções de valor"
218
 
219
- #: admin/includes/admin-about.php:159
220
  msgid "Default value"
221
  msgstr "Valor padrão"
222
 
223
- #: admin/includes/admin-about.php:160
224
  msgid "Description"
225
  msgstr "Descrição"
226
 
227
- #: admin/includes/admin-about.php:179 includes/sc_event-list_helptexts.php:74
228
  #: includes/sc_event-list_helptexts.php:91
229
  msgid "Filter Syntax"
230
  msgstr "Sintaxe do Filtro"
231
 
232
- #: admin/includes/admin-about.php:180
233
  msgid ""
234
  "For date and cat filters you can specify complex filters with the following "
235
  "syntax:"
236
  msgstr ""
237
 
238
- #: admin/includes/admin-about.php:181
239
  #, php-format
240
  msgid ""
241
  "You can use %1$s and %2$s connections to define complex filters. "
242
  "Additionally you can set brackets %3$s for nested queries."
243
  msgstr ""
244
 
245
- #: admin/includes/admin-about.php:181
246
  msgid "AND"
247
  msgstr "E"
248
 
249
- #: admin/includes/admin-about.php:181
250
  msgid "OR"
251
  msgstr "OU"
252
 
253
- #: admin/includes/admin-about.php:181
254
  msgid "or"
255
  msgstr "ou"
256
 
257
- #: admin/includes/admin-about.php:181
258
  msgid "and"
259
  msgstr "e"
260
 
261
- #: admin/includes/admin-about.php:182
262
  msgid "Examples for cat filters:"
263
  msgstr ""
264
 
265
- #: admin/includes/admin-about.php:183
266
  #, php-format
267
  msgid "Show all events with category %1$s."
268
  msgstr ""
269
 
270
- #: admin/includes/admin-about.php:184
271
  #, php-format
272
  msgid "Show all events with category %1$s or %2$s."
273
  msgstr ""
274
 
275
- #: admin/includes/admin-about.php:185
276
  #, php-format
277
  msgid ""
278
  "Show all events with category %1$s and all events where category %2$s as "
279
  "well as %3$s is selected."
280
  msgstr ""
281
 
282
- #: admin/includes/admin-about.php:191 includes/sc_event-list_helptexts.php:69
283
  msgid "Available Date Formats"
284
  msgstr ""
285
 
286
- #: admin/includes/admin-about.php:192
287
  msgid "For date filters you can use the following date formats:"
288
  msgstr ""
289
 
290
- #: admin/includes/admin-about.php:201 includes/sc_event-list_helptexts.php:70
291
  msgid "Available Date Range Formats"
292
  msgstr ""
293
 
294
- #: admin/includes/admin-about.php:202
295
  msgid "For date filters you can use the following daterange formats:"
296
  msgstr ""
297
 
298
- #: admin/includes/admin-about.php:215
299
  msgid "Value"
300
  msgstr "Valor"
301
 
302
- #: admin/includes/admin-about.php:219
303
  msgid "Example"
304
  msgstr "Exemplo"
305
 
306
- #: admin/includes/admin-categories.php:79
307
  msgid "Synchronize with post categories"
308
  msgstr ""
309
 
310
- #: admin/includes/admin-categories.php:90
311
  #, php-format
312
  msgid "%1$s categories modified (%2$s)"
313
  msgstr ""
314
 
315
- #: admin/includes/admin-categories.php:91
316
  #, php-format
317
  msgid "%1$s categories added (%2$s)"
318
  msgstr ""
319
 
320
- #: admin/includes/admin-categories.php:92
321
  #, php-format
322
  msgid "%1$s categories deleted (%2$s)"
323
  msgstr ""
324
 
325
- #: admin/includes/admin-categories.php:95
326
  #, php-format
327
  msgid "%1$s categories not modified (%2$s)"
328
  msgstr ""
329
 
330
- #: admin/includes/admin-categories.php:96
331
  #, php-format
332
  msgid "%1$s categories not added (%2$s)"
333
  msgstr ""
334
 
335
- #: admin/includes/admin-categories.php:97
336
  #, php-format
337
  msgid "%1$s categories not deleted (%2$s)"
338
  msgstr ""
339
 
340
- #: admin/includes/admin-categories.php:100
341
  msgid "An Error occured during the category sync"
342
  msgstr ""
343
 
344
- #: admin/includes/admin-categories.php:103
345
  msgid "Category sync finished"
346
  msgstr ""
347
 
348
- #: admin/includes/admin-category-sync.php:77
349
  msgid "Error: You are not allowed to view this page!"
350
  msgstr ""
351
 
352
- #: admin/includes/admin-category-sync.php:93
353
  msgid "Affected Categories when switching to seperate Event Categories"
354
  msgstr ""
355
 
356
- #: admin/includes/admin-category-sync.php:94
357
  msgid "Switch option to seperate Event Categories"
358
  msgstr ""
359
 
360
- #: admin/includes/admin-category-sync.php:95
361
  msgid ""
362
  "If you proceed, all post categories will be copied and all events will be "
363
  "re-assigned to this new categories."
364
  msgstr ""
365
 
366
- #: admin/includes/admin-category-sync.php:96
367
  msgid ""
368
  "Afterwards the event categories are independent of the post categories."
369
  msgstr ""
370
 
371
- #: admin/includes/admin-category-sync.php:98
372
  msgid "Affected Categories when switching to use Post Categories for events"
373
  msgstr ""
374
 
375
- #: admin/includes/admin-category-sync.php:99
376
  msgid "Switch option to use Post Categories for events"
377
  msgstr ""
378
 
379
- #: admin/includes/admin-category-sync.php:100
380
  msgid ""
381
  "Take a detailed look at the affected categories above before you proceed! "
382
  "All seperate event categories will be deleted, this cannot be undone!"
383
  msgstr ""
384
 
385
- #: admin/includes/admin-category-sync.php:103
386
  msgid "Event Categories: Synchronise with Post Categories"
387
  msgstr ""
388
 
389
- #: admin/includes/admin-category-sync.php:104
390
  msgid "Start synchronisation"
391
  msgstr ""
392
 
393
- #: admin/includes/admin-category-sync.php:105
394
  msgid ""
395
  "If this option is enabled the above listed categories will be deleted and "
396
  "removed from the existing events!"
397
  msgstr ""
398
 
399
- #: admin/includes/admin-category-sync.php:120
400
  msgid "Categories to modify"
401
  msgstr ""
402
 
403
- #: admin/includes/admin-category-sync.php:121
404
  msgid "Categories to add"
405
  msgstr ""
406
 
407
- #: admin/includes/admin-category-sync.php:122
408
  msgid "Categories to delete (optional)"
409
  msgstr ""
410
 
411
- #: admin/includes/admin-category-sync.php:123
412
  msgid "Delete not available post categories"
413
  msgstr ""
414
 
415
- #: admin/includes/admin-category-sync.php:126
416
  msgid "Categories with differences"
417
  msgstr ""
418
 
419
- #: admin/includes/admin-category-sync.php:127
420
  msgid "Categories to add (optional)"
421
  msgstr ""
422
 
423
- #: admin/includes/admin-category-sync.php:128
424
  msgid "Add not available post categories"
425
  msgstr ""
426
 
427
- #: admin/includes/admin-category-sync.php:147
428
  msgid "none"
429
  msgstr ""
430
 
431
- #: admin/includes/admin-import.php:91
432
  msgid "Import Events"
433
  msgstr "Importar Eventos"
434
 
435
- #: admin/includes/admin-import.php:110 admin/includes/admin-import.php:150
436
- #: admin/includes/admin-import.php:254
437
  msgid "Step"
438
  msgstr "Passo"
439
 
440
- #: admin/includes/admin-import.php:110
441
  msgid "Set import file and options"
442
  msgstr "Informar arquivo de importação e opções"
443
 
444
- #: admin/includes/admin-import.php:113
445
  #, php-format
446
  msgid "Proceed with Step %1$s"
447
  msgstr ""
448
 
449
- #: admin/includes/admin-import.php:116
450
  msgid "Example file"
451
  msgstr "Arquivo de exemplo"
452
 
453
- #: admin/includes/admin-import.php:117
454
  #, php-format
455
  msgid ""
456
  "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
457
  msgstr ""
458
 
459
- #: admin/includes/admin-import.php:118
460
  msgid "Note"
461
  msgstr "Nota"
462
 
463
- #: admin/includes/admin-import.php:118
464
  msgid ""
465
  "Do not change the column header and separator line (first two lines), "
466
  "otherwise the import will fail!"
467
  msgstr ""
468
 
469
- #: admin/includes/admin-import.php:128 admin/includes/admin-import.php:137
470
  msgid "Sorry, there has been an error."
471
  msgstr ""
472
 
473
- #: admin/includes/admin-import.php:129
474
  msgid "The file does not exist, please try again."
475
  msgstr ""
476
 
477
- #: admin/includes/admin-import.php:138
478
  msgid "The uploaded file does not have the required csv extension."
479
  msgstr ""
480
 
481
- #: admin/includes/admin-import.php:150
482
  msgid "Events review and additonal category selection"
483
  msgstr ""
484
 
485
- #: admin/includes/admin-import.php:156 admin/includes/admin-import.php:167
486
  msgid "Error"
487
  msgstr ""
488
 
489
- #: admin/includes/admin-import.php:156
490
  msgid "This CSV file cannot be imported"
491
  msgstr ""
492
 
493
- #: admin/includes/admin-import.php:167
494
  msgid "None of the events in this CSV file can be imported"
495
  msgstr ""
496
 
497
- #: admin/includes/admin-import.php:170 admin/includes/admin-import.php:213
498
  msgid "Warning"
499
  msgstr ""
500
 
501
- #: admin/includes/admin-import.php:172
502
  #, php-format
503
  msgid "There is %1$s event which cannot be imported"
504
  msgid_plural "There are %1$s events which cannot be imported"
505
  msgstr[0] ""
506
  msgstr[1] ""
507
 
508
- #: admin/includes/admin-import.php:184
509
  #, php-format
510
  msgid "CSV line %1$s"
511
  msgstr ""
512
 
513
- #: admin/includes/admin-import.php:194
514
  msgid "You can still import all other events listed below."
515
  msgstr ""
516
 
517
- #: admin/includes/admin-import.php:213
518
  msgid ""
519
  "The following category slugs are not available and will be removed from the "
520
  "imported events"
521
  msgstr ""
522
 
523
- #: admin/includes/admin-import.php:219
524
  msgid ""
525
  "If you want to keep these categories, please create these Categories first "
526
  "and do the import afterwards."
527
  msgstr ""
528
 
529
- #: admin/includes/admin-import.php:254
530
  msgid "Import result"
531
  msgstr ""
532
 
533
- #: admin/includes/admin-import.php:257
534
  #, php-format
535
  msgid "Import of %1$s events successful!"
536
  msgstr ""
537
 
538
- #: admin/includes/admin-import.php:258
539
  msgid "Go back to All Events"
540
  msgstr "Voltar para Todos os Eventos"
541
 
542
- #: admin/includes/admin-import.php:261
543
  msgid "Errors during Import"
544
  msgstr ""
545
 
546
- #: admin/includes/admin-import.php:269
547
  msgid "Event from CSV-line"
548
  msgstr ""
549
 
550
- #: admin/includes/admin-import.php:281 admin/includes/admin-main.php:109
551
  #: includes/widget_helptexts.php:9
552
  msgid "Title"
553
  msgstr "Título"
554
 
555
- #: admin/includes/admin-import.php:282
556
  msgid "Start Date"
557
  msgstr "Início"
558
 
559
- #: admin/includes/admin-import.php:283
560
  msgid "End Date"
561
  msgstr "Término"
562
 
563
- #: admin/includes/admin-import.php:284 admin/includes/admin-new.php:131
564
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
 
565
  msgid "Time"
566
  msgstr "Hora"
567
 
568
- #: admin/includes/admin-import.php:285 admin/includes/admin-main.php:110
569
- #: admin/includes/admin-new.php:133 includes/options_helptexts.php:75
570
- #: includes/options_helptexts.php:76
571
  msgid "Location"
572
  msgstr "Localização"
573
 
574
- #: admin/includes/admin-import.php:286
575
  msgid "Content"
576
  msgstr ""
577
 
578
- #: admin/includes/admin-import.php:287
579
  msgid "Category slugs"
580
  msgstr ""
581
 
582
- #: admin/includes/admin-import.php:333
583
  msgid "Header line is missing or not correct!"
584
  msgstr ""
585
 
586
- #: admin/includes/admin-import.php:334
587
  #, php-format
588
  msgid ""
589
  "Have a look at the %1$sexample file%2$s to see the correct header line "
590
  "format."
591
  msgstr ""
592
 
593
- #: admin/includes/admin-import.php:341
594
  #, php-format
595
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
596
  msgstr ""
597
 
598
- #: admin/includes/admin-import.php:371
599
- msgid "Empty event title found"
600
  msgstr ""
601
 
602
- #: admin/includes/admin-import.php:377
603
- msgid "Wrong date format for startdate"
604
  msgstr ""
605
 
606
- #: admin/includes/admin-import.php:385
607
- msgid "Wrong date format for enddate"
608
  msgstr ""
609
 
610
- #: admin/includes/admin-import.php:439
611
- msgid "Import events"
612
  msgstr ""
613
 
614
- #: admin/includes/admin-import.php:440
615
- msgid "Add additional categories"
616
  msgstr ""
617
 
618
- #: admin/includes/admin-import.php:470 includes/events_post_type.php:92
619
- msgid "No events found"
620
  msgstr ""
621
 
622
- #: admin/includes/admin-import.php:518
623
- msgid "Saving of event failed!"
624
  msgstr ""
625
 
626
- #: admin/includes/admin-main.php:108
627
  msgid "Event Date"
628
  msgstr ""
629
 
630
- #: admin/includes/admin-main.php:113
631
  msgid "Author"
632
  msgstr "Autor"
633
 
634
- #: admin/includes/admin-main.php:182
635
  #, php-format
636
  msgid "Add a copy of %1$s"
637
  msgstr ""
638
 
639
- #: admin/includes/admin-main.php:182
640
  msgid "Copy"
641
  msgstr ""
642
 
643
- #: admin/includes/admin-main.php:268
644
  msgid "Import"
645
  msgstr "Importar"
646
 
647
- #: admin/includes/admin-new.php:83
648
  msgid "Event data"
649
  msgstr ""
650
 
651
- #: admin/includes/admin-new.php:116
652
  msgid "Add Copy"
653
  msgstr ""
654
 
655
- #: admin/includes/admin-new.php:124
656
  msgid "Date"
657
  msgstr "Data"
658
 
659
- #: admin/includes/admin-new.php:124
660
  msgid "required"
661
  msgstr "obrigatório"
662
 
663
- #: admin/includes/admin-new.php:127
664
  msgid "Multi-Day Event"
665
  msgstr "Evento de vários dias"
666
 
667
- #: admin/includes/admin-new.php:147
668
  msgid "Event Title"
669
  msgstr ""
670
 
671
- #: admin/includes/admin-new.php:164
672
  msgid "Event Content"
673
  msgstr ""
674
 
675
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:245
676
  msgid "Event updated."
677
  msgstr ""
678
 
679
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:247
680
  msgid "View event"
681
  msgstr ""
682
 
683
- #: admin/includes/admin-new.php:246
684
  #, php-format
685
  msgid "Event restored to revision from %1$s"
686
  msgstr ""
687
 
688
- #: admin/includes/admin-new.php:247
689
  msgid "Event published."
690
  msgstr ""
691
 
692
- #: admin/includes/admin-new.php:248
693
  msgid "Event saved."
694
  msgstr ""
695
 
696
- #: admin/includes/admin-new.php:249
697
  msgid "Event submitted."
698
  msgstr ""
699
 
700
- #: admin/includes/admin-new.php:249 admin/includes/admin-new.php:252
701
- #: admin/includes/admin-new.php:253
702
  msgid "Preview event"
703
  msgstr ""
704
 
705
- #: admin/includes/admin-new.php:251
706
  #, php-format
707
  msgid "Event scheduled for: %1$s>"
708
  msgstr ""
709
 
710
- #: admin/includes/admin-new.php:253
711
  msgid "Event draft updated."
712
  msgstr ""
713
 
714
- #: admin/includes/admin-settings.php:97
715
  msgid "Go to Event Category switching page"
716
  msgstr ""
717
 
718
- #: admin/includes/admin-settings.php:111
719
  msgid "Frontend Settings"
720
  msgstr "Configurações de Frontend"
721
 
722
- #: admin/includes/admin-settings.php:112
723
  msgid "Admin Page Settings"
724
  msgstr "Configurações do Administrador"
725
 
726
- #: admin/includes/admin-settings.php:113
727
  msgid "Feed Settings"
728
  msgstr "Configurações de Feed"
729
 
730
- #: admin/includes/admin-settings.php:114
731
  msgid "Category Taxonomy"
732
  msgstr ""
733
 
@@ -895,7 +896,7 @@ msgid "No valid start date provided"
895
  msgstr ""
896
 
897
  #: includes/event.php:343 includes/event.php:345
898
- #: includes/sc_event-list.php:330
899
  msgid "read more"
900
  msgstr ""
901
 
@@ -1423,15 +1424,15 @@ msgid ""
1423
  " switching page from here."
1424
  msgstr ""
1425
 
1426
- #: includes/options.php:92
1427
  msgid "events"
1428
  msgstr ""
1429
 
1430
- #: includes/options.php:96
1431
  msgid "Show content"
1432
  msgstr ""
1433
 
1434
- #: includes/options.php:100
1435
  msgid "Hide content"
1436
  msgstr ""
1437
 
@@ -1522,9 +1523,10 @@ msgid "category slugs"
1522
  msgstr ""
1523
 
1524
  #: includes/sc_event-list_helptexts.php:82
 
1525
  msgid ""
1526
  "This attribute defines the category filter which filters the events to show."
1527
- " The default is $1$s or an empty string to show all events."
1528
  msgstr ""
1529
 
1530
  #: includes/sc_event-list_helptexts.php:86
@@ -1871,19 +1873,19 @@ msgid ""
1871
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1872
  msgstr ""
1873
 
1874
- #: includes/sc_event-list.php:184
1875
  msgid "Sorry, the requested event is not available!"
1876
  msgstr ""
1877
 
1878
- #: includes/sc_event-list.php:193
1879
  msgid "Event Information:"
1880
  msgstr "Informação do Evento:"
1881
 
1882
- #: includes/sc_event-list.php:437
1883
  msgid "Link to RSS feed"
1884
  msgstr ""
1885
 
1886
- #: includes/sc_event-list.php:447
1887
  msgid "Link to iCal feed"
1888
  msgstr ""
1889
 
@@ -2035,14 +2037,14 @@ msgid ""
2035
  "approriate option is selected."
2036
  msgstr ""
2037
 
2038
- #: includes/widget.php:38
2039
  msgid "With this widget a list of upcoming events can be displayed."
2040
  msgstr ""
2041
 
2042
- #: includes/widget.php:43
2043
  msgid "Upcoming events"
2044
  msgstr "Próximos eventos"
2045
 
2046
- #: includes/widget.php:57
2047
  msgid "show events page"
2048
  msgstr "exibir página de eventos"
10
  msgstr ""
11
  "Project-Id-Version: wp-event-list\n"
12
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
13
+ "POT-Creation-Date: 2022-03-07 19:10+0100\n"
14
+ "PO-Revision-Date: 2022-03-07 18:11+0000\n"
15
  "Last-Translator: mibuthu\n"
16
  "Language-Team: Portuguese (Brazil) (http://www.transifex.com/mibuthu/wp-event-list/language/pt_BR/)\n"
17
  "MIME-Version: 1.0\n"
20
  "Language: pt_BR\n"
21
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
22
 
23
+ #: admin/admin.php:89
24
  #, php-format
25
  msgid "Errors during upgrade of plugin %1$s"
26
  msgstr ""
27
 
28
+ #: admin/admin.php:89
29
  #, php-format
30
  msgid "Upgrade of plugin %1$s successful"
31
  msgstr ""
32
 
33
+ #: admin/admin.php:147 admin/includes/admin-settings.php:89
34
  msgid "Event List Settings"
35
  msgstr "Configurações da Lista de Eventos"
36
 
37
+ #: admin/admin.php:147
38
  msgid "Settings"
39
  msgstr "Configurações"
40
 
41
+ #: admin/admin.php:151 admin/includes/admin-about.php:62
42
  msgid "About Event List"
43
  msgstr "Sobre o Lista de Eventos"
44
 
45
+ #: admin/admin.php:151
46
  msgid "About"
47
  msgstr "Sobre"
48
 
49
+ #: admin/admin.php:175
50
  #, php-format
51
  msgid "%s Event"
52
  msgid_plural "%s Events"
53
  msgstr[0] ""
54
  msgstr[1] ""
55
 
56
+ #: admin/includes/admin-about.php:86 admin/includes/admin-settings.php:107
57
  msgid "General"
58
  msgstr "Geral"
59
 
60
+ #: admin/includes/admin-about.php:87 admin/includes/admin-about.php:109
61
+ #: admin/includes/admin-about.php:162
62
  msgid "Shortcode Attributes"
63
  msgstr "Atributos de Shortcode"
64
 
65
+ #: admin/includes/admin-about.php:101
66
  msgid "Help and Instructions"
67
  msgstr "Ajuda e Instruções"
68
 
69
+ #: admin/includes/admin-about.php:102
70
  #, php-format
71
  msgid "You can manage the events %1$shere%2$s"
72
  msgstr "Você pode gerenciar os eventos %1$saqui%2$s"
73
 
74
+ #: admin/includes/admin-about.php:103
75
  msgid "To show the events on your site you have 2 possibilities"
76
  msgstr "Existem 2 possibilidades para mostrar seus eventos em seu site"
77
 
78
+ #: admin/includes/admin-about.php:104
79
  #, php-format
80
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
81
  msgstr "você pode colocar o <strong>shortcode</strong> %1$s em qualquer página ou post"
82
 
83
+ #: admin/includes/admin-about.php:105
84
  #, php-format
85
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
86
  msgstr "você pode adicionar o <strong>widget</strong> %1$s em suas sidebars"
87
 
88
+ #: admin/includes/admin-about.php:106
89
  msgid ""
90
  "The displayed events and their style can be modified with the available "
91
  "widget settings and the available attributes for the shortcode."
98
  "available in the %1$s tab."
99
  msgstr "A lista de todos os atributos de Shortcode disponíveis com suas descrições está na %1$saba."
100
 
101
+ #: admin/includes/admin-about.php:111
102
  msgid "The available widget options are described in their tooltip text."
103
  msgstr "As opções de widgets disponíveis são descritas em suas dicas."
104
 
105
+ #: admin/includes/admin-about.php:113
106
  #, php-format
107
  msgid ""
108
  "If you enable one of the links options (%1$s or %2$s) in the widget you have"
109
  " to insert an URL to the linked event-list page."
110
  msgstr "Se você habilitar uma das opções de links (%1$s ou %2$s) no widget, você deverá inserir uma URL para a página de lista de eventos linkada."
111
 
112
+ #: admin/includes/admin-about.php:114 includes/widget_helptexts.php:134
113
  msgid "Add links to the single events"
114
  msgstr "Adicionar links para os eventos individuais"
115
 
116
+ #: admin/includes/admin-about.php:115 includes/widget_helptexts.php:143
117
  msgid "Add a link to the Event List page"
118
  msgstr "Adicionar um link para a Página de Lista de Eventos"
119
 
120
+ #: admin/includes/admin-about.php:117
121
  msgid ""
122
  "This is required because the widget does not know in which page or post the "
123
  "shortcode was included."
124
  msgstr "Isto é necessário porque o widget não sabe em qual página ou post o shortcode foi incluído."
125
 
126
+ #: admin/includes/admin-about.php:118
127
  msgid ""
128
  "Additionally you have to insert the correct Shortcode id on the linked page."
129
  " This id describes which shortcode should be used on the given page or post "
130
  "if you have more than one."
131
  msgstr "Adicionalmente você deve inserir o ID correto do Shortcode na página linkada. Este ID descreve qual Shortcode deverá ser usado no post ou página especificada caso haja mais de um."
132
 
133
+ #: admin/includes/admin-about.php:120
134
  #, php-format
135
  msgid ""
136
  "The default value %1$s is normally o.k. (for pages with 1 shortcode only), "
138
  "link on your linked page or post."
139
  msgstr "O valor padrão de %1$s normalmente está ok (para páginas com apenas 1 shortcode), mas se necessário, você pode conferir o ID olhando na URL de um link de evento na sua página linkada ou post."
140
 
141
+ #: admin/includes/admin-about.php:124
142
  #, php-format
143
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
144
  msgstr "O ID está disponível no final dos parâmetros da URL (ex. %1$s)."
145
 
146
+ #: admin/includes/admin-about.php:129
147
  #, php-format
148
  msgid ""
149
  "Be sure to also check the %1$s to get the plugin behaving just the way you "
150
  "want."
151
  msgstr "Tenha certeza de também checar o %1$s para garantir que o plugin se comporte como você deseja."
152
 
153
+ #: admin/includes/admin-about.php:130
154
  msgid "Settings page"
155
  msgstr "Configurações"
156
 
157
+ #: admin/includes/admin-about.php:138
158
  msgid "About the plugin author"
159
  msgstr "Sobre o autor do plugin"
160
 
161
+ #: admin/includes/admin-about.php:141
162
  #, php-format
163
  msgid ""
164
  "This plugin is developed by %1$s, you can find more information about the "
165
  "plugin on the %2$s."
166
  msgstr "Este plugin foi desenvolvido por %1$s, mais informações sobre o plugin poderão ser encontradas em %2$s."
167
 
168
+ #: admin/includes/admin-about.php:143
169
  msgid "WordPress plugin site"
170
  msgstr ""
171
 
172
+ #: admin/includes/admin-about.php:146
173
  #, php-format
174
  msgid "If you like the plugin please rate it on the %1$s."
175
  msgstr "Se você gostou deste plugin, favor dar uma nota no %1$s."
176
 
177
+ #: admin/includes/admin-about.php:147
178
  msgid "WordPress plugin review site"
179
  msgstr ""
180
 
181
+ #: admin/includes/admin-about.php:149
182
  msgid ""
183
  "If you want to support the plugin I would be happy to get a small donation"
184
  msgstr "Caso haja interesse em dar suporte ao desenvolvimento deste plugin, uma pequena doação será excelente!"
185
 
186
+ #: admin/includes/admin-about.php:151 admin/includes/admin-about.php:153
187
+ #: admin/includes/admin-about.php:155
188
  #, php-format
189
  msgid "Donate with %1$s"
190
  msgstr ""
191
 
192
+ #: admin/includes/admin-about.php:164
193
  msgid ""
194
  "You have the possibility to modify the output if you add some of the "
195
  "following attributes to the shortcode."
196
  msgstr "Você tem a possibilidade de modificar o resultado adicionando alguns dos atributos a seguir ao Shortcode."
197
 
198
+ #: admin/includes/admin-about.php:166
199
  #, php-format
200
  msgid ""
201
  "You can combine and add as much attributes as you want. E.g. the shortcode "
202
  "including the attributes %1$s and %2$s would looks like this:"
203
  msgstr "Você pode combinar e adicionar quantos atributos desejar. Ex.: O shortcode que inclui oa atributos %1$s e %2$s ficará assim:"
204
 
205
+ #: admin/includes/admin-about.php:171
206
  msgid ""
207
  "Below you can find a list of all supported attributes with their "
208
  "descriptions and available options:"
209
  msgstr "Abaixo encontra-se uma lista de todos os atributos suportados com suas descrições e opções disponíveis:"
210
 
211
+ #: admin/includes/admin-about.php:186
212
  msgid "Attribute name"
213
  msgstr "Nome do atributo"
214
 
215
+ #: admin/includes/admin-about.php:187
216
  msgid "Value options"
217
  msgstr "Opções de valor"
218
 
219
+ #: admin/includes/admin-about.php:188
220
  msgid "Default value"
221
  msgstr "Valor padrão"
222
 
223
+ #: admin/includes/admin-about.php:189
224
  msgid "Description"
225
  msgstr "Descrição"
226
 
227
+ #: admin/includes/admin-about.php:208 includes/sc_event-list_helptexts.php:74
228
  #: includes/sc_event-list_helptexts.php:91
229
  msgid "Filter Syntax"
230
  msgstr "Sintaxe do Filtro"
231
 
232
+ #: admin/includes/admin-about.php:209
233
  msgid ""
234
  "For date and cat filters you can specify complex filters with the following "
235
  "syntax:"
236
  msgstr ""
237
 
238
+ #: admin/includes/admin-about.php:211
239
  #, php-format
240
  msgid ""
241
  "You can use %1$s and %2$s connections to define complex filters. "
242
  "Additionally you can set brackets %3$s for nested queries."
243
  msgstr ""
244
 
245
+ #: admin/includes/admin-about.php:212
246
  msgid "AND"
247
  msgstr "E"
248
 
249
+ #: admin/includes/admin-about.php:213
250
  msgid "OR"
251
  msgstr "OU"
252
 
253
+ #: admin/includes/admin-about.php:213
254
  msgid "or"
255
  msgstr "ou"
256
 
257
+ #: admin/includes/admin-about.php:214
258
  msgid "and"
259
  msgstr "e"
260
 
261
+ #: admin/includes/admin-about.php:216
262
  msgid "Examples for cat filters:"
263
  msgstr ""
264
 
265
+ #: admin/includes/admin-about.php:217
266
  #, php-format
267
  msgid "Show all events with category %1$s."
268
  msgstr ""
269
 
270
+ #: admin/includes/admin-about.php:218
271
  #, php-format
272
  msgid "Show all events with category %1$s or %2$s."
273
  msgstr ""
274
 
275
+ #: admin/includes/admin-about.php:220
276
  #, php-format
277
  msgid ""
278
  "Show all events with category %1$s and all events where category %2$s as "
279
  "well as %3$s is selected."
280
  msgstr ""
281
 
282
+ #: admin/includes/admin-about.php:226 includes/sc_event-list_helptexts.php:69
283
  msgid "Available Date Formats"
284
  msgstr ""
285
 
286
+ #: admin/includes/admin-about.php:227
287
  msgid "For date filters you can use the following date formats:"
288
  msgstr ""
289
 
290
+ #: admin/includes/admin-about.php:236 includes/sc_event-list_helptexts.php:70
291
  msgid "Available Date Range Formats"
292
  msgstr ""
293
 
294
+ #: admin/includes/admin-about.php:237
295
  msgid "For date filters you can use the following daterange formats:"
296
  msgstr ""
297
 
298
+ #: admin/includes/admin-about.php:250
299
  msgid "Value"
300
  msgstr "Valor"
301
 
302
+ #: admin/includes/admin-about.php:254
303
  msgid "Example"
304
  msgstr "Exemplo"
305
 
306
+ #: admin/includes/admin-categories.php:77
307
  msgid "Synchronize with post categories"
308
  msgstr ""
309
 
310
+ #: admin/includes/admin-categories.php:87
311
  #, php-format
312
  msgid "%1$s categories modified (%2$s)"
313
  msgstr ""
314
 
315
+ #: admin/includes/admin-categories.php:88
316
  #, php-format
317
  msgid "%1$s categories added (%2$s)"
318
  msgstr ""
319
 
320
+ #: admin/includes/admin-categories.php:89
321
  #, php-format
322
  msgid "%1$s categories deleted (%2$s)"
323
  msgstr ""
324
 
325
+ #: admin/includes/admin-categories.php:92
326
  #, php-format
327
  msgid "%1$s categories not modified (%2$s)"
328
  msgstr ""
329
 
330
+ #: admin/includes/admin-categories.php:93
331
  #, php-format
332
  msgid "%1$s categories not added (%2$s)"
333
  msgstr ""
334
 
335
+ #: admin/includes/admin-categories.php:94
336
  #, php-format
337
  msgid "%1$s categories not deleted (%2$s)"
338
  msgstr ""
339
 
340
+ #: admin/includes/admin-categories.php:97
341
  msgid "An Error occured during the category sync"
342
  msgstr ""
343
 
344
+ #: admin/includes/admin-categories.php:100
345
  msgid "Category sync finished"
346
  msgstr ""
347
 
348
+ #: admin/includes/admin-category-sync.php:76
349
  msgid "Error: You are not allowed to view this page!"
350
  msgstr ""
351
 
352
+ #: admin/includes/admin-category-sync.php:92
353
  msgid "Affected Categories when switching to seperate Event Categories"
354
  msgstr ""
355
 
356
+ #: admin/includes/admin-category-sync.php:93
357
  msgid "Switch option to seperate Event Categories"
358
  msgstr ""
359
 
360
+ #: admin/includes/admin-category-sync.php:94
361
  msgid ""
362
  "If you proceed, all post categories will be copied and all events will be "
363
  "re-assigned to this new categories."
364
  msgstr ""
365
 
366
+ #: admin/includes/admin-category-sync.php:95
367
  msgid ""
368
  "Afterwards the event categories are independent of the post categories."
369
  msgstr ""
370
 
371
+ #: admin/includes/admin-category-sync.php:97
372
  msgid "Affected Categories when switching to use Post Categories for events"
373
  msgstr ""
374
 
375
+ #: admin/includes/admin-category-sync.php:98
376
  msgid "Switch option to use Post Categories for events"
377
  msgstr ""
378
 
379
+ #: admin/includes/admin-category-sync.php:99
380
  msgid ""
381
  "Take a detailed look at the affected categories above before you proceed! "
382
  "All seperate event categories will be deleted, this cannot be undone!"
383
  msgstr ""
384
 
385
+ #: admin/includes/admin-category-sync.php:102
386
  msgid "Event Categories: Synchronise with Post Categories"
387
  msgstr ""
388
 
389
+ #: admin/includes/admin-category-sync.php:103
390
  msgid "Start synchronisation"
391
  msgstr ""
392
 
393
+ #: admin/includes/admin-category-sync.php:104
394
  msgid ""
395
  "If this option is enabled the above listed categories will be deleted and "
396
  "removed from the existing events!"
397
  msgstr ""
398
 
399
+ #: admin/includes/admin-category-sync.php:119
400
  msgid "Categories to modify"
401
  msgstr ""
402
 
403
+ #: admin/includes/admin-category-sync.php:120
404
  msgid "Categories to add"
405
  msgstr ""
406
 
407
+ #: admin/includes/admin-category-sync.php:121
408
  msgid "Categories to delete (optional)"
409
  msgstr ""
410
 
411
+ #: admin/includes/admin-category-sync.php:122
412
  msgid "Delete not available post categories"
413
  msgstr ""
414
 
415
+ #: admin/includes/admin-category-sync.php:125
416
  msgid "Categories with differences"
417
  msgstr ""
418
 
419
+ #: admin/includes/admin-category-sync.php:126
420
  msgid "Categories to add (optional)"
421
  msgstr ""
422
 
423
+ #: admin/includes/admin-category-sync.php:127
424
  msgid "Add not available post categories"
425
  msgstr ""
426
 
427
+ #: admin/includes/admin-category-sync.php:146
428
  msgid "none"
429
  msgstr ""
430
 
431
+ #: admin/includes/admin-import.php:90
432
  msgid "Import Events"
433
  msgstr "Importar Eventos"
434
 
435
+ #: admin/includes/admin-import.php:109 admin/includes/admin-import.php:154
436
+ #: admin/includes/admin-import.php:261
437
  msgid "Step"
438
  msgstr "Passo"
439
 
440
+ #: admin/includes/admin-import.php:109
441
  msgid "Set import file and options"
442
  msgstr "Informar arquivo de importação e opções"
443
 
444
+ #: admin/includes/admin-import.php:114
445
  #, php-format
446
  msgid "Proceed with Step %1$s"
447
  msgstr ""
448
 
449
+ #: admin/includes/admin-import.php:117
450
  msgid "Example file"
451
  msgstr "Arquivo de exemplo"
452
 
453
+ #: admin/includes/admin-import.php:119
454
  #, php-format
455
  msgid ""
456
  "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
457
  msgstr ""
458
 
459
+ #: admin/includes/admin-import.php:123
460
  msgid "Note"
461
  msgstr "Nota"
462
 
463
+ #: admin/includes/admin-import.php:124
464
  msgid ""
465
  "Do not change the column header and separator line (first two lines), "
466
  "otherwise the import will fail!"
467
  msgstr ""
468
 
469
+ #: admin/includes/admin-import.php:133 admin/includes/admin-import.php:141
470
  msgid "Sorry, there has been an error."
471
  msgstr ""
472
 
473
+ #: admin/includes/admin-import.php:134
474
  msgid "The file does not exist, please try again."
475
  msgstr ""
476
 
477
+ #: admin/includes/admin-import.php:142
478
  msgid "The uploaded file does not have the required csv extension."
479
  msgstr ""
480
 
481
+ #: admin/includes/admin-import.php:154
482
  msgid "Events review and additonal category selection"
483
  msgstr ""
484
 
485
+ #: admin/includes/admin-import.php:160 admin/includes/admin-import.php:171
486
  msgid "Error"
487
  msgstr ""
488
 
489
+ #: admin/includes/admin-import.php:160
490
  msgid "This CSV file cannot be imported"
491
  msgstr ""
492
 
493
+ #: admin/includes/admin-import.php:171
494
  msgid "None of the events in this CSV file can be imported"
495
  msgstr ""
496
 
497
+ #: admin/includes/admin-import.php:174 admin/includes/admin-import.php:219
498
  msgid "Warning"
499
  msgstr ""
500
 
501
+ #: admin/includes/admin-import.php:177
502
  #, php-format
503
  msgid "There is %1$s event which cannot be imported"
504
  msgid_plural "There are %1$s events which cannot be imported"
505
  msgstr[0] ""
506
  msgstr[1] ""
507
 
508
+ #: admin/includes/admin-import.php:190
509
  #, php-format
510
  msgid "CSV line %1$s"
511
  msgstr ""
512
 
513
+ #: admin/includes/admin-import.php:200
514
  msgid "You can still import all other events listed below."
515
  msgstr ""
516
 
517
+ #: admin/includes/admin-import.php:220
518
  msgid ""
519
  "The following category slugs are not available and will be removed from the "
520
  "imported events"
521
  msgstr ""
522
 
523
+ #: admin/includes/admin-import.php:226
524
  msgid ""
525
  "If you want to keep these categories, please create these Categories first "
526
  "and do the import afterwards."
527
  msgstr ""
528
 
529
+ #: admin/includes/admin-import.php:261
530
  msgid "Import result"
531
  msgstr ""
532
 
533
+ #: admin/includes/admin-import.php:264
534
  #, php-format
535
  msgid "Import of %1$s events successful!"
536
  msgstr ""
537
 
538
+ #: admin/includes/admin-import.php:265
539
  msgid "Go back to All Events"
540
  msgstr "Voltar para Todos os Eventos"
541
 
542
+ #: admin/includes/admin-import.php:268
543
  msgid "Errors during Import"
544
  msgstr ""
545
 
546
+ #: admin/includes/admin-import.php:276
547
  msgid "Event from CSV-line"
548
  msgstr ""
549
 
550
+ #: admin/includes/admin-import.php:288 admin/includes/admin-main.php:108
551
  #: includes/widget_helptexts.php:9
552
  msgid "Title"
553
  msgstr "Título"
554
 
555
+ #: admin/includes/admin-import.php:289
556
  msgid "Start Date"
557
  msgstr "Início"
558
 
559
+ #: admin/includes/admin-import.php:290
560
  msgid "End Date"
561
  msgstr "Término"
562
 
563
+ #: admin/includes/admin-import.php:291 admin/includes/admin-new.php:132
564
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
565
+ #: includes/rss.php:116
566
  msgid "Time"
567
  msgstr "Hora"
568
 
569
+ #: admin/includes/admin-import.php:292 admin/includes/admin-main.php:109
570
+ #: admin/includes/admin-new.php:134 includes/options_helptexts.php:75
571
+ #: includes/options_helptexts.php:76 includes/rss.php:119
572
  msgid "Location"
573
  msgstr "Localização"
574
 
575
+ #: admin/includes/admin-import.php:293
576
  msgid "Content"
577
  msgstr ""
578
 
579
+ #: admin/includes/admin-import.php:294
580
  msgid "Category slugs"
581
  msgstr ""
582
 
583
+ #: admin/includes/admin-import.php:340
584
  msgid "Header line is missing or not correct!"
585
  msgstr ""
586
 
587
+ #: admin/includes/admin-import.php:341
588
  #, php-format
589
  msgid ""
590
  "Have a look at the %1$sexample file%2$s to see the correct header line "
591
  "format."
592
  msgstr ""
593
 
594
+ #: admin/includes/admin-import.php:350
595
  #, php-format
596
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
597
  msgstr ""
598
 
599
+ #: admin/includes/admin-import.php:399
600
+ msgid "Import events"
601
  msgstr ""
602
 
603
+ #: admin/includes/admin-import.php:400
604
+ msgid "Add additional categories"
605
  msgstr ""
606
 
607
+ #: admin/includes/admin-import.php:430 includes/events_post_type.php:92
608
+ msgid "No events found"
609
  msgstr ""
610
 
611
+ #: admin/includes/admin-import.php:478
612
+ msgid "Saving of event failed!"
613
  msgstr ""
614
 
615
+ #: admin/includes/admin-import.php:496
616
+ msgid "Empty event title found"
617
  msgstr ""
618
 
619
+ #: admin/includes/admin-import.php:501
620
+ msgid "Wrong date format for startdate"
621
  msgstr ""
622
 
623
+ #: admin/includes/admin-import.php:509
624
+ msgid "Wrong date format for enddate"
625
  msgstr ""
626
 
627
+ #: admin/includes/admin-main.php:107
628
  msgid "Event Date"
629
  msgstr ""
630
 
631
+ #: admin/includes/admin-main.php:112
632
  msgid "Author"
633
  msgstr "Autor"
634
 
635
+ #: admin/includes/admin-main.php:181
636
  #, php-format
637
  msgid "Add a copy of %1$s"
638
  msgstr ""
639
 
640
+ #: admin/includes/admin-main.php:181
641
  msgid "Copy"
642
  msgstr ""
643
 
644
+ #: admin/includes/admin-main.php:269
645
  msgid "Import"
646
  msgstr "Importar"
647
 
648
+ #: admin/includes/admin-new.php:82
649
  msgid "Event data"
650
  msgstr ""
651
 
652
+ #: admin/includes/admin-new.php:115
653
  msgid "Add Copy"
654
  msgstr ""
655
 
656
+ #: admin/includes/admin-new.php:123
657
  msgid "Date"
658
  msgstr "Data"
659
 
660
+ #: admin/includes/admin-new.php:123
661
  msgid "required"
662
  msgstr "obrigatório"
663
 
664
+ #: admin/includes/admin-new.php:128
665
  msgid "Multi-Day Event"
666
  msgstr "Evento de vários dias"
667
 
668
+ #: admin/includes/admin-new.php:148
669
  msgid "Event Title"
670
  msgstr ""
671
 
672
+ #: admin/includes/admin-new.php:165
673
  msgid "Event Content"
674
  msgstr ""
675
 
676
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:246
677
  msgid "Event updated."
678
  msgstr ""
679
 
680
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:248
681
  msgid "View event"
682
  msgstr ""
683
 
684
+ #: admin/includes/admin-new.php:247
685
  #, php-format
686
  msgid "Event restored to revision from %1$s"
687
  msgstr ""
688
 
689
+ #: admin/includes/admin-new.php:248
690
  msgid "Event published."
691
  msgstr ""
692
 
693
+ #: admin/includes/admin-new.php:249
694
  msgid "Event saved."
695
  msgstr ""
696
 
697
+ #: admin/includes/admin-new.php:250
698
  msgid "Event submitted."
699
  msgstr ""
700
 
701
+ #: admin/includes/admin-new.php:251 admin/includes/admin-new.php:254
702
+ #: admin/includes/admin-new.php:256
703
  msgid "Preview event"
704
  msgstr ""
705
 
706
+ #: admin/includes/admin-new.php:253
707
  #, php-format
708
  msgid "Event scheduled for: %1$s>"
709
  msgstr ""
710
 
711
+ #: admin/includes/admin-new.php:255
712
  msgid "Event draft updated."
713
  msgstr ""
714
 
715
+ #: admin/includes/admin-settings.php:95
716
  msgid "Go to Event Category switching page"
717
  msgstr ""
718
 
719
+ #: admin/includes/admin-settings.php:108
720
  msgid "Frontend Settings"
721
  msgstr "Configurações de Frontend"
722
 
723
+ #: admin/includes/admin-settings.php:109
724
  msgid "Admin Page Settings"
725
  msgstr "Configurações do Administrador"
726
 
727
+ #: admin/includes/admin-settings.php:110
728
  msgid "Feed Settings"
729
  msgstr "Configurações de Feed"
730
 
731
+ #: admin/includes/admin-settings.php:111
732
  msgid "Category Taxonomy"
733
  msgstr ""
734
 
896
  msgstr ""
897
 
898
  #: includes/event.php:343 includes/event.php:345
899
+ #: includes/sc_event-list.php:325
900
  msgid "read more"
901
  msgstr ""
902
 
1424
  " switching page from here."
1425
  msgstr ""
1426
 
1427
+ #: includes/options.php:91
1428
  msgid "events"
1429
  msgstr ""
1430
 
1431
+ #: includes/options.php:95
1432
  msgid "Show content"
1433
  msgstr ""
1434
 
1435
+ #: includes/options.php:99
1436
  msgid "Hide content"
1437
  msgstr ""
1438
 
1523
  msgstr ""
1524
 
1525
  #: includes/sc_event-list_helptexts.php:82
1526
+ #, php-format
1527
  msgid ""
1528
  "This attribute defines the category filter which filters the events to show."
1529
+ " The default is %1$s or an empty string to show all events."
1530
  msgstr ""
1531
 
1532
  #: includes/sc_event-list_helptexts.php:86
1873
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1874
  msgstr ""
1875
 
1876
+ #: includes/sc_event-list.php:183
1877
  msgid "Sorry, the requested event is not available!"
1878
  msgstr ""
1879
 
1880
+ #: includes/sc_event-list.php:192
1881
  msgid "Event Information:"
1882
  msgstr "Informação do Evento:"
1883
 
1884
+ #: includes/sc_event-list.php:432
1885
  msgid "Link to RSS feed"
1886
  msgstr ""
1887
 
1888
+ #: includes/sc_event-list.php:442
1889
  msgid "Link to iCal feed"
1890
  msgstr ""
1891
 
2037
  "approriate option is selected."
2038
  msgstr ""
2039
 
2040
+ #: includes/widget.php:37
2041
  msgid "With this widget a list of upcoming events can be displayed."
2042
  msgstr ""
2043
 
2044
+ #: includes/widget.php:42
2045
  msgid "Upcoming events"
2046
  msgstr "Próximos eventos"
2047
 
2048
+ #: includes/widget.php:56
2049
  msgid "show events page"
2050
  msgstr "exibir página de eventos"
languages/event-list-sk_SK.po CHANGED
@@ -11,8 +11,8 @@ msgid ""
11
  msgstr ""
12
  "Project-Id-Version: wp-event-list\n"
13
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
14
- "POT-Creation-Date: 2022-02-19 18:08+0100\n"
15
- "PO-Revision-Date: 2022-02-19 17:09+0000\n"
16
  "Last-Translator: mibuthu\n"
17
  "Language-Team: Slovak (Slovakia) (http://www.transifex.com/mibuthu/wp-event-list/language/sk_SK/)\n"
18
  "MIME-Version: 1.0\n"
@@ -21,33 +21,33 @@ msgstr ""
21
  "Language: sk_SK\n"
22
  "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
23
 
24
- #: admin/admin.php:90
25
  #, php-format
26
  msgid "Errors during upgrade of plugin %1$s"
27
  msgstr "Chyba pri upgrade pluginu %1$s."
28
 
29
- #: admin/admin.php:90
30
  #, php-format
31
  msgid "Upgrade of plugin %1$s successful"
32
  msgstr "Upgrade pluginu %1$s bolo úspešné"
33
 
34
- #: admin/admin.php:142 admin/includes/admin-settings.php:91
35
  msgid "Event List Settings"
36
  msgstr "Nastavenia zoznamu udalostí"
37
 
38
- #: admin/admin.php:142
39
  msgid "Settings"
40
  msgstr "Nastavenia"
41
 
42
- #: admin/admin.php:146 admin/includes/admin-about.php:63
43
  msgid "About Event List"
44
  msgstr "O plugine Zoznam udalostí"
45
 
46
- #: admin/admin.php:146
47
  msgid "About"
48
  msgstr "O plugine"
49
 
50
- #: admin/admin.php:170
51
  #, php-format
52
  msgid "%s Event"
53
  msgid_plural "%s Events"
@@ -56,39 +56,39 @@ msgstr[1] ""
56
  msgstr[2] ""
57
  msgstr[3] ""
58
 
59
- #: admin/includes/admin-about.php:87 admin/includes/admin-settings.php:110
60
  msgid "General"
61
  msgstr "Všeobecné"
62
 
63
- #: admin/includes/admin-about.php:88 admin/includes/admin-about.php:108
64
- #: admin/includes/admin-about.php:137
65
  msgid "Shortcode Attributes"
66
  msgstr "Atribúty skráteného kódu"
67
 
68
- #: admin/includes/admin-about.php:102
69
  msgid "Help and Instructions"
70
  msgstr "Pomocník a inštrukcie"
71
 
72
- #: admin/includes/admin-about.php:103
73
  #, php-format
74
  msgid "You can manage the events %1$shere%2$s"
75
  msgstr "Môžete spravovať udalosti 1%1$shere2%2$s"
76
 
77
- #: admin/includes/admin-about.php:104
78
  msgid "To show the events on your site you have 2 possibilities"
79
  msgstr "Na zobrazenie udalosti, na Vašej stránke, máte 2 možnosti"
80
 
81
- #: admin/includes/admin-about.php:105
82
  #, php-format
83
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
84
  msgstr "Môžete použiť <strong>skratku </strong>%1$s na stránke alebo článku"
85
 
86
- #: admin/includes/admin-about.php:106
87
  #, php-format
88
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
89
  msgstr "Môžete pridať <strong>aplikáciu</strong>%1$s do Vašej bočnej lišty"
90
 
91
- #: admin/includes/admin-about.php:107
92
  msgid ""
93
  "The displayed events and their style can be modified with the available "
94
  "widget settings and the available attributes for the shortcode."
@@ -101,39 +101,39 @@ msgid ""
101
  "available in the %1$s tab."
102
  msgstr "Zoznam dostupných atribútov pre shortcode a ich popis je dostupný v záložke 1 %1$s."
103
 
104
- #: admin/includes/admin-about.php:109
105
  msgid "The available widget options are described in their tooltip text."
106
  msgstr "Možnosti widgetu sú popísané v ich tooltipe."
107
 
108
- #: admin/includes/admin-about.php:110
109
  #, php-format
110
  msgid ""
111
  "If you enable one of the links options (%1$s or %2$s) in the widget you have"
112
  " to insert an URL to the linked event-list page."
113
  msgstr "V prípade, že povolíte nastavenie hyperlinkov (%1$s alebo 2 %2$s) vo widgete musíte vložiť URL ns dtránku so zoznamom eventov."
114
 
115
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:134
116
  msgid "Add links to the single events"
117
  msgstr "Pridaj odkaz na na akciu"
118
 
119
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:143
120
  msgid "Add a link to the Event List page"
121
  msgstr "Pridaj odkaz na stránku akcií"
122
 
123
- #: admin/includes/admin-about.php:111
124
  msgid ""
125
  "This is required because the widget does not know in which page or post the "
126
  "shortcode was included."
127
  msgstr "Pole je povinné keďže widget nevie na ktorej stránke, prípadne príspevku je shorcode vložený."
128
 
129
- #: admin/includes/admin-about.php:112
130
  msgid ""
131
  "Additionally you have to insert the correct Shortcode id on the linked page."
132
  " This id describes which shortcode should be used on the given page or post "
133
  "if you have more than one."
134
  msgstr ""
135
 
136
- #: admin/includes/admin-about.php:113
137
  #, php-format
138
  msgid ""
139
  "The default value %1$s is normally o.k. (for pages with 1 shortcode only), "
@@ -141,367 +141,367 @@ msgid ""
141
  "link on your linked page or post."
142
  msgstr ""
143
 
144
- #: admin/includes/admin-about.php:114
145
  #, php-format
146
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
147
  msgstr ""
148
 
149
- #: admin/includes/admin-about.php:116
150
  #, php-format
151
  msgid ""
152
  "Be sure to also check the %1$s to get the plugin behaving just the way you "
153
  "want."
154
  msgstr ""
155
 
156
- #: admin/includes/admin-about.php:116
157
  msgid "Settings page"
158
  msgstr "Stránka nastavení"
159
 
160
- #: admin/includes/admin-about.php:123
161
  msgid "About the plugin author"
162
  msgstr ""
163
 
164
- #: admin/includes/admin-about.php:125
165
  #, php-format
166
  msgid ""
167
  "This plugin is developed by %1$s, you can find more information about the "
168
  "plugin on the %2$s."
169
  msgstr ""
170
 
171
- #: admin/includes/admin-about.php:125
172
  msgid "WordPress plugin site"
173
  msgstr ""
174
 
175
- #: admin/includes/admin-about.php:126
176
  #, php-format
177
  msgid "If you like the plugin please rate it on the %1$s."
178
  msgstr ""
179
 
180
- #: admin/includes/admin-about.php:126
181
  msgid "WordPress plugin review site"
182
  msgstr ""
183
 
184
- #: admin/includes/admin-about.php:127
185
  msgid ""
186
  "If you want to support the plugin I would be happy to get a small donation"
187
  msgstr ""
188
 
189
- #: admin/includes/admin-about.php:128 admin/includes/admin-about.php:129
190
- #: admin/includes/admin-about.php:130
191
  #, php-format
192
  msgid "Donate with %1$s"
193
  msgstr ""
194
 
195
- #: admin/includes/admin-about.php:139
196
  msgid ""
197
  "You have the possibility to modify the output if you add some of the "
198
  "following attributes to the shortcode."
199
  msgstr ""
200
 
201
- #: admin/includes/admin-about.php:140
202
  #, php-format
203
  msgid ""
204
  "You can combine and add as much attributes as you want. E.g. the shortcode "
205
  "including the attributes %1$s and %2$s would looks like this:"
206
  msgstr ""
207
 
208
- #: admin/includes/admin-about.php:142
209
  msgid ""
210
  "Below you can find a list of all supported attributes with their "
211
  "descriptions and available options:"
212
  msgstr ""
213
 
214
- #: admin/includes/admin-about.php:157
215
  msgid "Attribute name"
216
  msgstr "Názov atribútu"
217
 
218
- #: admin/includes/admin-about.php:158
219
  msgid "Value options"
220
  msgstr "Moznosti hodnoty"
221
 
222
- #: admin/includes/admin-about.php:159
223
  msgid "Default value"
224
  msgstr "Predvolená hodnota"
225
 
226
- #: admin/includes/admin-about.php:160
227
  msgid "Description"
228
  msgstr "Popis"
229
 
230
- #: admin/includes/admin-about.php:179 includes/sc_event-list_helptexts.php:74
231
  #: includes/sc_event-list_helptexts.php:91
232
  msgid "Filter Syntax"
233
  msgstr "Syntax filtra"
234
 
235
- #: admin/includes/admin-about.php:180
236
  msgid ""
237
  "For date and cat filters you can specify complex filters with the following "
238
  "syntax:"
239
  msgstr ""
240
 
241
- #: admin/includes/admin-about.php:181
242
  #, php-format
243
  msgid ""
244
  "You can use %1$s and %2$s connections to define complex filters. "
245
  "Additionally you can set brackets %3$s for nested queries."
246
  msgstr ""
247
 
248
- #: admin/includes/admin-about.php:181
249
  msgid "AND"
250
  msgstr "A"
251
 
252
- #: admin/includes/admin-about.php:181
253
  msgid "OR"
254
  msgstr "ALEBO"
255
 
256
- #: admin/includes/admin-about.php:181
257
  msgid "or"
258
  msgstr "alebo"
259
 
260
- #: admin/includes/admin-about.php:181
261
  msgid "and"
262
  msgstr "a"
263
 
264
- #: admin/includes/admin-about.php:182
265
  msgid "Examples for cat filters:"
266
  msgstr ""
267
 
268
- #: admin/includes/admin-about.php:183
269
  #, php-format
270
  msgid "Show all events with category %1$s."
271
  msgstr ""
272
 
273
- #: admin/includes/admin-about.php:184
274
  #, php-format
275
  msgid "Show all events with category %1$s or %2$s."
276
  msgstr ""
277
 
278
- #: admin/includes/admin-about.php:185
279
  #, php-format
280
  msgid ""
281
  "Show all events with category %1$s and all events where category %2$s as "
282
  "well as %3$s is selected."
283
  msgstr ""
284
 
285
- #: admin/includes/admin-about.php:191 includes/sc_event-list_helptexts.php:69
286
  msgid "Available Date Formats"
287
  msgstr "Dostupné formáty dátumu"
288
 
289
- #: admin/includes/admin-about.php:192
290
  msgid "For date filters you can use the following date formats:"
291
  msgstr ""
292
 
293
- #: admin/includes/admin-about.php:201 includes/sc_event-list_helptexts.php:70
294
  msgid "Available Date Range Formats"
295
  msgstr "Formáty rozmedzia dátumov "
296
 
297
- #: admin/includes/admin-about.php:202
298
  msgid "For date filters you can use the following daterange formats:"
299
  msgstr "Pre filtrovanie rozmedzia dátumov môžete použiť formáty:"
300
 
301
- #: admin/includes/admin-about.php:215
302
  msgid "Value"
303
  msgstr "Hodnota"
304
 
305
- #: admin/includes/admin-about.php:219
306
  msgid "Example"
307
  msgstr "Príklad"
308
 
309
- #: admin/includes/admin-categories.php:79
310
  msgid "Synchronize with post categories"
311
  msgstr "Synchronizovať s kategóriami príspevkov"
312
 
313
- #: admin/includes/admin-categories.php:90
314
  #, php-format
315
  msgid "%1$s categories modified (%2$s)"
316
  msgstr "%1$s modifik. kategórie (%2$s)"
317
 
318
- #: admin/includes/admin-categories.php:91
319
  #, php-format
320
  msgid "%1$s categories added (%2$s)"
321
  msgstr "%1$s pridané kategórie (%2$s)"
322
 
323
- #: admin/includes/admin-categories.php:92
324
  #, php-format
325
  msgid "%1$s categories deleted (%2$s)"
326
  msgstr "%1$s zmazané kategórie (%2$s)"
327
 
328
- #: admin/includes/admin-categories.php:95
329
  #, php-format
330
  msgid "%1$s categories not modified (%2$s)"
331
  msgstr "%1$s nezmenené kategórie (%2$s)"
332
 
333
- #: admin/includes/admin-categories.php:96
334
  #, php-format
335
  msgid "%1$s categories not added (%2$s)"
336
  msgstr "%1$s nepridané kategórie (%2$s)"
337
 
338
- #: admin/includes/admin-categories.php:97
339
  #, php-format
340
  msgid "%1$s categories not deleted (%2$s)"
341
  msgstr "%1$s nezmazané kategórie (%2$s)"
342
 
343
- #: admin/includes/admin-categories.php:100
344
  msgid "An Error occured during the category sync"
345
  msgstr ""
346
 
347
- #: admin/includes/admin-categories.php:103
348
  msgid "Category sync finished"
349
  msgstr ""
350
 
351
- #: admin/includes/admin-category-sync.php:77
352
  msgid "Error: You are not allowed to view this page!"
353
  msgstr "Chyba: Nemáte oprávnenie zobraziť túto stránku!"
354
 
355
- #: admin/includes/admin-category-sync.php:93
356
  msgid "Affected Categories when switching to seperate Event Categories"
357
  msgstr ""
358
 
359
- #: admin/includes/admin-category-sync.php:94
360
  msgid "Switch option to seperate Event Categories"
361
  msgstr ""
362
 
363
- #: admin/includes/admin-category-sync.php:95
364
  msgid ""
365
  "If you proceed, all post categories will be copied and all events will be "
366
  "re-assigned to this new categories."
367
  msgstr ""
368
 
369
- #: admin/includes/admin-category-sync.php:96
370
  msgid ""
371
  "Afterwards the event categories are independent of the post categories."
372
  msgstr ""
373
 
374
- #: admin/includes/admin-category-sync.php:98
375
  msgid "Affected Categories when switching to use Post Categories for events"
376
  msgstr ""
377
 
378
- #: admin/includes/admin-category-sync.php:99
379
  msgid "Switch option to use Post Categories for events"
380
  msgstr ""
381
 
382
- #: admin/includes/admin-category-sync.php:100
383
  msgid ""
384
  "Take a detailed look at the affected categories above before you proceed! "
385
  "All seperate event categories will be deleted, this cannot be undone!"
386
  msgstr ""
387
 
388
- #: admin/includes/admin-category-sync.php:103
389
  msgid "Event Categories: Synchronise with Post Categories"
390
  msgstr ""
391
 
392
- #: admin/includes/admin-category-sync.php:104
393
  msgid "Start synchronisation"
394
  msgstr "Začať synchronizovať"
395
 
396
- #: admin/includes/admin-category-sync.php:105
397
  msgid ""
398
  "If this option is enabled the above listed categories will be deleted and "
399
  "removed from the existing events!"
400
  msgstr ""
401
 
402
- #: admin/includes/admin-category-sync.php:120
403
  msgid "Categories to modify"
404
  msgstr "Kategórie na modifikáciu"
405
 
406
- #: admin/includes/admin-category-sync.php:121
407
  msgid "Categories to add"
408
  msgstr "Kategórie na pridanie"
409
 
410
- #: admin/includes/admin-category-sync.php:122
411
  msgid "Categories to delete (optional)"
412
  msgstr "Kategórie ma zmazanie (voliteľné)"
413
 
414
- #: admin/includes/admin-category-sync.php:123
415
  msgid "Delete not available post categories"
416
  msgstr ""
417
 
418
- #: admin/includes/admin-category-sync.php:126
419
  msgid "Categories with differences"
420
  msgstr "Kategórie s rozdielmi"
421
 
422
- #: admin/includes/admin-category-sync.php:127
423
  msgid "Categories to add (optional)"
424
  msgstr "Kategórie na pridanie (voliteľné)"
425
 
426
- #: admin/includes/admin-category-sync.php:128
427
  msgid "Add not available post categories"
428
  msgstr ""
429
 
430
- #: admin/includes/admin-category-sync.php:147
431
  msgid "none"
432
  msgstr "nič"
433
 
434
- #: admin/includes/admin-import.php:91
435
  msgid "Import Events"
436
  msgstr "Importovať udalosti"
437
 
438
- #: admin/includes/admin-import.php:110 admin/includes/admin-import.php:150
439
- #: admin/includes/admin-import.php:254
440
  msgid "Step"
441
  msgstr "Krok"
442
 
443
- #: admin/includes/admin-import.php:110
444
  msgid "Set import file and options"
445
  msgstr ""
446
 
447
- #: admin/includes/admin-import.php:113
448
  #, php-format
449
  msgid "Proceed with Step %1$s"
450
  msgstr "Pokračuj krokom %1$s"
451
 
452
- #: admin/includes/admin-import.php:116
453
  msgid "Example file"
454
  msgstr "Príklad"
455
 
456
- #: admin/includes/admin-import.php:117
457
  #, php-format
458
  msgid ""
459
  "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
460
  msgstr ""
461
 
462
- #: admin/includes/admin-import.php:118
463
  msgid "Note"
464
  msgstr "Poznámka"
465
 
466
- #: admin/includes/admin-import.php:118
467
  msgid ""
468
  "Do not change the column header and separator line (first two lines), "
469
  "otherwise the import will fail!"
470
  msgstr ""
471
 
472
- #: admin/includes/admin-import.php:128 admin/includes/admin-import.php:137
473
  msgid "Sorry, there has been an error."
474
  msgstr "Je nám ľúto, došlo k chybe."
475
 
476
- #: admin/includes/admin-import.php:129
477
  msgid "The file does not exist, please try again."
478
  msgstr ""
479
 
480
- #: admin/includes/admin-import.php:138
481
  msgid "The uploaded file does not have the required csv extension."
482
  msgstr ""
483
 
484
- #: admin/includes/admin-import.php:150
485
  msgid "Events review and additonal category selection"
486
  msgstr ""
487
 
488
- #: admin/includes/admin-import.php:156 admin/includes/admin-import.php:167
489
  msgid "Error"
490
  msgstr ""
491
 
492
- #: admin/includes/admin-import.php:156
493
  msgid "This CSV file cannot be imported"
494
  msgstr ""
495
 
496
- #: admin/includes/admin-import.php:167
497
  msgid "None of the events in this CSV file can be imported"
498
  msgstr ""
499
 
500
- #: admin/includes/admin-import.php:170 admin/includes/admin-import.php:213
501
  msgid "Warning"
502
  msgstr ""
503
 
504
- #: admin/includes/admin-import.php:172
505
  #, php-format
506
  msgid "There is %1$s event which cannot be imported"
507
  msgid_plural "There are %1$s events which cannot be imported"
@@ -510,229 +510,230 @@ msgstr[1] ""
510
  msgstr[2] ""
511
  msgstr[3] ""
512
 
513
- #: admin/includes/admin-import.php:184
514
  #, php-format
515
  msgid "CSV line %1$s"
516
  msgstr ""
517
 
518
- #: admin/includes/admin-import.php:194
519
  msgid "You can still import all other events listed below."
520
  msgstr ""
521
 
522
- #: admin/includes/admin-import.php:213
523
  msgid ""
524
  "The following category slugs are not available and will be removed from the "
525
  "imported events"
526
  msgstr ""
527
 
528
- #: admin/includes/admin-import.php:219
529
  msgid ""
530
  "If you want to keep these categories, please create these Categories first "
531
  "and do the import afterwards."
532
  msgstr ""
533
 
534
- #: admin/includes/admin-import.php:254
535
  msgid "Import result"
536
  msgstr ""
537
 
538
- #: admin/includes/admin-import.php:257
539
  #, php-format
540
  msgid "Import of %1$s events successful!"
541
  msgstr ""
542
 
543
- #: admin/includes/admin-import.php:258
544
  msgid "Go back to All Events"
545
  msgstr "Ísť späť na Všetky udalosti"
546
 
547
- #: admin/includes/admin-import.php:261
548
  msgid "Errors during Import"
549
  msgstr ""
550
 
551
- #: admin/includes/admin-import.php:269
552
  msgid "Event from CSV-line"
553
  msgstr ""
554
 
555
- #: admin/includes/admin-import.php:281 admin/includes/admin-main.php:109
556
  #: includes/widget_helptexts.php:9
557
  msgid "Title"
558
  msgstr "Nadpis"
559
 
560
- #: admin/includes/admin-import.php:282
561
  msgid "Start Date"
562
  msgstr "Počiatočný deň"
563
 
564
- #: admin/includes/admin-import.php:283
565
  msgid "End Date"
566
  msgstr "Posledný deň"
567
 
568
- #: admin/includes/admin-import.php:284 admin/includes/admin-new.php:131
569
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
 
570
  msgid "Time"
571
  msgstr "Čas"
572
 
573
- #: admin/includes/admin-import.php:285 admin/includes/admin-main.php:110
574
- #: admin/includes/admin-new.php:133 includes/options_helptexts.php:75
575
- #: includes/options_helptexts.php:76
576
  msgid "Location"
577
  msgstr "Miesto"
578
 
579
- #: admin/includes/admin-import.php:286
580
  msgid "Content"
581
  msgstr "Obsah"
582
 
583
- #: admin/includes/admin-import.php:287
584
  msgid "Category slugs"
585
  msgstr "Slugs kategória"
586
 
587
- #: admin/includes/admin-import.php:333
588
  msgid "Header line is missing or not correct!"
589
  msgstr ""
590
 
591
- #: admin/includes/admin-import.php:334
592
  #, php-format
593
  msgid ""
594
  "Have a look at the %1$sexample file%2$s to see the correct header line "
595
  "format."
596
  msgstr ""
597
 
598
- #: admin/includes/admin-import.php:341
599
  #, php-format
600
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
601
  msgstr ""
602
 
603
- #: admin/includes/admin-import.php:371
604
- msgid "Empty event title found"
605
- msgstr ""
606
-
607
- #: admin/includes/admin-import.php:377
608
- msgid "Wrong date format for startdate"
609
- msgstr ""
610
-
611
- #: admin/includes/admin-import.php:385
612
- msgid "Wrong date format for enddate"
613
- msgstr ""
614
-
615
- #: admin/includes/admin-import.php:439
616
  msgid "Import events"
617
  msgstr "Importovať udalosti"
618
 
619
- #: admin/includes/admin-import.php:440
620
  msgid "Add additional categories"
621
  msgstr "Pridať ďalšie categórie"
622
 
623
- #: admin/includes/admin-import.php:470 includes/events_post_type.php:92
624
  msgid "No events found"
625
  msgstr "Nenašli sa žiadne udalosti."
626
 
627
- #: admin/includes/admin-import.php:518
628
  msgid "Saving of event failed!"
629
  msgstr ""
630
 
631
- #: admin/includes/admin-main.php:108
 
 
 
 
 
 
 
 
 
 
 
 
632
  msgid "Event Date"
633
  msgstr "Deň udalosti"
634
 
635
- #: admin/includes/admin-main.php:113
636
  msgid "Author"
637
  msgstr "Autor"
638
 
639
- #: admin/includes/admin-main.php:182
640
  #, php-format
641
  msgid "Add a copy of %1$s"
642
  msgstr "Pridať kópiu %1$s"
643
 
644
- #: admin/includes/admin-main.php:182
645
  msgid "Copy"
646
  msgstr "Kópia"
647
 
648
- #: admin/includes/admin-main.php:268
649
  msgid "Import"
650
  msgstr "Import"
651
 
652
- #: admin/includes/admin-new.php:83
653
  msgid "Event data"
654
  msgstr "Informácie o udalosti"
655
 
656
- #: admin/includes/admin-new.php:116
657
  msgid "Add Copy"
658
  msgstr "Pridaj kópiu"
659
 
660
- #: admin/includes/admin-new.php:124
661
  msgid "Date"
662
  msgstr "Dátum"
663
 
664
- #: admin/includes/admin-new.php:124
665
  msgid "required"
666
  msgstr "Požadované"
667
 
668
- #: admin/includes/admin-new.php:127
669
  msgid "Multi-Day Event"
670
  msgstr "Viacdenná udalosť"
671
 
672
- #: admin/includes/admin-new.php:147
673
  msgid "Event Title"
674
  msgstr "Názov udalosti"
675
 
676
- #: admin/includes/admin-new.php:164
677
  msgid "Event Content"
678
  msgstr "Obsah udalosti"
679
 
680
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:245
681
  msgid "Event updated."
682
  msgstr "Udalosť bola aktualizovaná."
683
 
684
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:247
685
  msgid "View event"
686
  msgstr "Pozri si udalosť"
687
 
688
- #: admin/includes/admin-new.php:246
689
  #, php-format
690
  msgid "Event restored to revision from %1$s"
691
  msgstr ""
692
 
693
- #: admin/includes/admin-new.php:247
694
  msgid "Event published."
695
  msgstr "Udalosť bola publikovaná."
696
 
697
- #: admin/includes/admin-new.php:248
698
  msgid "Event saved."
699
  msgstr ""
700
 
701
- #: admin/includes/admin-new.php:249
702
  msgid "Event submitted."
703
  msgstr "Udalosť bola odoslaná."
704
 
705
- #: admin/includes/admin-new.php:249 admin/includes/admin-new.php:252
706
- #: admin/includes/admin-new.php:253
707
  msgid "Preview event"
708
  msgstr "Pozrieť podrobnosti udalosti."
709
 
710
- #: admin/includes/admin-new.php:251
711
  #, php-format
712
  msgid "Event scheduled for: %1$s>"
713
  msgstr "Udalosť naplánovaná na: %1$s>"
714
 
715
- #: admin/includes/admin-new.php:253
716
  msgid "Event draft updated."
717
  msgstr "Koncept udalosti bol aktualizovaný."
718
 
719
- #: admin/includes/admin-settings.php:97
720
  msgid "Go to Event Category switching page"
721
  msgstr "Prejdite na stránku prepínania kategórií udalostí"
722
 
723
- #: admin/includes/admin-settings.php:111
724
  msgid "Frontend Settings"
725
  msgstr "Nastavenia Frontendu"
726
 
727
- #: admin/includes/admin-settings.php:112
728
  msgid "Admin Page Settings"
729
  msgstr "Nastavenia Administračnej stránky"
730
 
731
- #: admin/includes/admin-settings.php:113
732
  msgid "Feed Settings"
733
  msgstr "Nastavenia Feedu"
734
 
735
- #: admin/includes/admin-settings.php:114
736
  msgid "Category Taxonomy"
737
  msgstr ""
738
 
@@ -900,7 +901,7 @@ msgid "No valid start date provided"
900
  msgstr "Nie je k dispozícii platný dátum začiatku"
901
 
902
  #: includes/event.php:343 includes/event.php:345
903
- #: includes/sc_event-list.php:330
904
  msgid "read more"
905
  msgstr ""
906
 
@@ -1428,15 +1429,15 @@ msgid ""
1428
  " switching page from here."
1429
  msgstr "Táto možnosť sa nedá zmeniť priamo, ale môžete prejsť na stránku prepínania kategórií udalostí"
1430
 
1431
- #: includes/options.php:92
1432
  msgid "events"
1433
  msgstr "udalosti"
1434
 
1435
- #: includes/options.php:96
1436
  msgid "Show content"
1437
  msgstr "Zobraziť obsah"
1438
 
1439
- #: includes/options.php:100
1440
  msgid "Hide content"
1441
  msgstr "Skryť obsah"
1442
 
@@ -1527,9 +1528,10 @@ msgid "category slugs"
1527
  msgstr ""
1528
 
1529
  #: includes/sc_event-list_helptexts.php:82
 
1530
  msgid ""
1531
  "This attribute defines the category filter which filters the events to show."
1532
- " The default is $1$s or an empty string to show all events."
1533
  msgstr ""
1534
 
1535
  #: includes/sc_event-list_helptexts.php:86
@@ -1876,19 +1878,19 @@ msgid ""
1876
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1877
  msgstr ""
1878
 
1879
- #: includes/sc_event-list.php:184
1880
  msgid "Sorry, the requested event is not available!"
1881
  msgstr ""
1882
 
1883
- #: includes/sc_event-list.php:193
1884
  msgid "Event Information:"
1885
  msgstr "Informácie o udalosti"
1886
 
1887
- #: includes/sc_event-list.php:437
1888
  msgid "Link to RSS feed"
1889
  msgstr ""
1890
 
1891
- #: includes/sc_event-list.php:447
1892
  msgid "Link to iCal feed"
1893
  msgstr ""
1894
 
@@ -2040,14 +2042,14 @@ msgid ""
2040
  "approriate option is selected."
2041
  msgstr "Táto možnosť definuje text odkazu na stránku Zoznam udalostí, ak je vybratá príslušná možnosť."
2042
 
2043
- #: includes/widget.php:38
2044
  msgid "With this widget a list of upcoming events can be displayed."
2045
  msgstr "Pomocou tejto miniaplikácie sa môže zobraziť zoznam nadchádzajúcich udalostí."
2046
 
2047
- #: includes/widget.php:43
2048
  msgid "Upcoming events"
2049
  msgstr "Nadchádzajúce udalosti"
2050
 
2051
- #: includes/widget.php:57
2052
  msgid "show events page"
2053
  msgstr "zobraziť stránku udalostí"
11
  msgstr ""
12
  "Project-Id-Version: wp-event-list\n"
13
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
14
+ "POT-Creation-Date: 2022-03-07 19:10+0100\n"
15
+ "PO-Revision-Date: 2022-03-07 18:11+0000\n"
16
  "Last-Translator: mibuthu\n"
17
  "Language-Team: Slovak (Slovakia) (http://www.transifex.com/mibuthu/wp-event-list/language/sk_SK/)\n"
18
  "MIME-Version: 1.0\n"
21
  "Language: sk_SK\n"
22
  "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
23
 
24
+ #: admin/admin.php:89
25
  #, php-format
26
  msgid "Errors during upgrade of plugin %1$s"
27
  msgstr "Chyba pri upgrade pluginu %1$s."
28
 
29
+ #: admin/admin.php:89
30
  #, php-format
31
  msgid "Upgrade of plugin %1$s successful"
32
  msgstr "Upgrade pluginu %1$s bolo úspešné"
33
 
34
+ #: admin/admin.php:147 admin/includes/admin-settings.php:89
35
  msgid "Event List Settings"
36
  msgstr "Nastavenia zoznamu udalostí"
37
 
38
+ #: admin/admin.php:147
39
  msgid "Settings"
40
  msgstr "Nastavenia"
41
 
42
+ #: admin/admin.php:151 admin/includes/admin-about.php:62
43
  msgid "About Event List"
44
  msgstr "O plugine Zoznam udalostí"
45
 
46
+ #: admin/admin.php:151
47
  msgid "About"
48
  msgstr "O plugine"
49
 
50
+ #: admin/admin.php:175
51
  #, php-format
52
  msgid "%s Event"
53
  msgid_plural "%s Events"
56
  msgstr[2] ""
57
  msgstr[3] ""
58
 
59
+ #: admin/includes/admin-about.php:86 admin/includes/admin-settings.php:107
60
  msgid "General"
61
  msgstr "Všeobecné"
62
 
63
+ #: admin/includes/admin-about.php:87 admin/includes/admin-about.php:109
64
+ #: admin/includes/admin-about.php:162
65
  msgid "Shortcode Attributes"
66
  msgstr "Atribúty skráteného kódu"
67
 
68
+ #: admin/includes/admin-about.php:101
69
  msgid "Help and Instructions"
70
  msgstr "Pomocník a inštrukcie"
71
 
72
+ #: admin/includes/admin-about.php:102
73
  #, php-format
74
  msgid "You can manage the events %1$shere%2$s"
75
  msgstr "Môžete spravovať udalosti 1%1$shere2%2$s"
76
 
77
+ #: admin/includes/admin-about.php:103
78
  msgid "To show the events on your site you have 2 possibilities"
79
  msgstr "Na zobrazenie udalosti, na Vašej stránke, máte 2 možnosti"
80
 
81
+ #: admin/includes/admin-about.php:104
82
  #, php-format
83
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
84
  msgstr "Môžete použiť <strong>skratku </strong>%1$s na stránke alebo článku"
85
 
86
+ #: admin/includes/admin-about.php:105
87
  #, php-format
88
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
89
  msgstr "Môžete pridať <strong>aplikáciu</strong>%1$s do Vašej bočnej lišty"
90
 
91
+ #: admin/includes/admin-about.php:106
92
  msgid ""
93
  "The displayed events and their style can be modified with the available "
94
  "widget settings and the available attributes for the shortcode."
101
  "available in the %1$s tab."
102
  msgstr "Zoznam dostupných atribútov pre shortcode a ich popis je dostupný v záložke 1 %1$s."
103
 
104
+ #: admin/includes/admin-about.php:111
105
  msgid "The available widget options are described in their tooltip text."
106
  msgstr "Možnosti widgetu sú popísané v ich tooltipe."
107
 
108
+ #: admin/includes/admin-about.php:113
109
  #, php-format
110
  msgid ""
111
  "If you enable one of the links options (%1$s or %2$s) in the widget you have"
112
  " to insert an URL to the linked event-list page."
113
  msgstr "V prípade, že povolíte nastavenie hyperlinkov (%1$s alebo 2 %2$s) vo widgete musíte vložiť URL ns dtránku so zoznamom eventov."
114
 
115
+ #: admin/includes/admin-about.php:114 includes/widget_helptexts.php:134
116
  msgid "Add links to the single events"
117
  msgstr "Pridaj odkaz na na akciu"
118
 
119
+ #: admin/includes/admin-about.php:115 includes/widget_helptexts.php:143
120
  msgid "Add a link to the Event List page"
121
  msgstr "Pridaj odkaz na stránku akcií"
122
 
123
+ #: admin/includes/admin-about.php:117
124
  msgid ""
125
  "This is required because the widget does not know in which page or post the "
126
  "shortcode was included."
127
  msgstr "Pole je povinné keďže widget nevie na ktorej stránke, prípadne príspevku je shorcode vložený."
128
 
129
+ #: admin/includes/admin-about.php:118
130
  msgid ""
131
  "Additionally you have to insert the correct Shortcode id on the linked page."
132
  " This id describes which shortcode should be used on the given page or post "
133
  "if you have more than one."
134
  msgstr ""
135
 
136
+ #: admin/includes/admin-about.php:120
137
  #, php-format
138
  msgid ""
139
  "The default value %1$s is normally o.k. (for pages with 1 shortcode only), "
141
  "link on your linked page or post."
142
  msgstr ""
143
 
144
+ #: admin/includes/admin-about.php:124
145
  #, php-format
146
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
147
  msgstr ""
148
 
149
+ #: admin/includes/admin-about.php:129
150
  #, php-format
151
  msgid ""
152
  "Be sure to also check the %1$s to get the plugin behaving just the way you "
153
  "want."
154
  msgstr ""
155
 
156
+ #: admin/includes/admin-about.php:130
157
  msgid "Settings page"
158
  msgstr "Stránka nastavení"
159
 
160
+ #: admin/includes/admin-about.php:138
161
  msgid "About the plugin author"
162
  msgstr ""
163
 
164
+ #: admin/includes/admin-about.php:141
165
  #, php-format
166
  msgid ""
167
  "This plugin is developed by %1$s, you can find more information about the "
168
  "plugin on the %2$s."
169
  msgstr ""
170
 
171
+ #: admin/includes/admin-about.php:143
172
  msgid "WordPress plugin site"
173
  msgstr ""
174
 
175
+ #: admin/includes/admin-about.php:146
176
  #, php-format
177
  msgid "If you like the plugin please rate it on the %1$s."
178
  msgstr ""
179
 
180
+ #: admin/includes/admin-about.php:147
181
  msgid "WordPress plugin review site"
182
  msgstr ""
183
 
184
+ #: admin/includes/admin-about.php:149
185
  msgid ""
186
  "If you want to support the plugin I would be happy to get a small donation"
187
  msgstr ""
188
 
189
+ #: admin/includes/admin-about.php:151 admin/includes/admin-about.php:153
190
+ #: admin/includes/admin-about.php:155
191
  #, php-format
192
  msgid "Donate with %1$s"
193
  msgstr ""
194
 
195
+ #: admin/includes/admin-about.php:164
196
  msgid ""
197
  "You have the possibility to modify the output if you add some of the "
198
  "following attributes to the shortcode."
199
  msgstr ""
200
 
201
+ #: admin/includes/admin-about.php:166
202
  #, php-format
203
  msgid ""
204
  "You can combine and add as much attributes as you want. E.g. the shortcode "
205
  "including the attributes %1$s and %2$s would looks like this:"
206
  msgstr ""
207
 
208
+ #: admin/includes/admin-about.php:171
209
  msgid ""
210
  "Below you can find a list of all supported attributes with their "
211
  "descriptions and available options:"
212
  msgstr ""
213
 
214
+ #: admin/includes/admin-about.php:186
215
  msgid "Attribute name"
216
  msgstr "Názov atribútu"
217
 
218
+ #: admin/includes/admin-about.php:187
219
  msgid "Value options"
220
  msgstr "Moznosti hodnoty"
221
 
222
+ #: admin/includes/admin-about.php:188
223
  msgid "Default value"
224
  msgstr "Predvolená hodnota"
225
 
226
+ #: admin/includes/admin-about.php:189
227
  msgid "Description"
228
  msgstr "Popis"
229
 
230
+ #: admin/includes/admin-about.php:208 includes/sc_event-list_helptexts.php:74
231
  #: includes/sc_event-list_helptexts.php:91
232
  msgid "Filter Syntax"
233
  msgstr "Syntax filtra"
234
 
235
+ #: admin/includes/admin-about.php:209
236
  msgid ""
237
  "For date and cat filters you can specify complex filters with the following "
238
  "syntax:"
239
  msgstr ""
240
 
241
+ #: admin/includes/admin-about.php:211
242
  #, php-format
243
  msgid ""
244
  "You can use %1$s and %2$s connections to define complex filters. "
245
  "Additionally you can set brackets %3$s for nested queries."
246
  msgstr ""
247
 
248
+ #: admin/includes/admin-about.php:212
249
  msgid "AND"
250
  msgstr "A"
251
 
252
+ #: admin/includes/admin-about.php:213
253
  msgid "OR"
254
  msgstr "ALEBO"
255
 
256
+ #: admin/includes/admin-about.php:213
257
  msgid "or"
258
  msgstr "alebo"
259
 
260
+ #: admin/includes/admin-about.php:214
261
  msgid "and"
262
  msgstr "a"
263
 
264
+ #: admin/includes/admin-about.php:216
265
  msgid "Examples for cat filters:"
266
  msgstr ""
267
 
268
+ #: admin/includes/admin-about.php:217
269
  #, php-format
270
  msgid "Show all events with category %1$s."
271
  msgstr ""
272
 
273
+ #: admin/includes/admin-about.php:218
274
  #, php-format
275
  msgid "Show all events with category %1$s or %2$s."
276
  msgstr ""
277
 
278
+ #: admin/includes/admin-about.php:220
279
  #, php-format
280
  msgid ""
281
  "Show all events with category %1$s and all events where category %2$s as "
282
  "well as %3$s is selected."
283
  msgstr ""
284
 
285
+ #: admin/includes/admin-about.php:226 includes/sc_event-list_helptexts.php:69
286
  msgid "Available Date Formats"
287
  msgstr "Dostupné formáty dátumu"
288
 
289
+ #: admin/includes/admin-about.php:227
290
  msgid "For date filters you can use the following date formats:"
291
  msgstr ""
292
 
293
+ #: admin/includes/admin-about.php:236 includes/sc_event-list_helptexts.php:70
294
  msgid "Available Date Range Formats"
295
  msgstr "Formáty rozmedzia dátumov "
296
 
297
+ #: admin/includes/admin-about.php:237
298
  msgid "For date filters you can use the following daterange formats:"
299
  msgstr "Pre filtrovanie rozmedzia dátumov môžete použiť formáty:"
300
 
301
+ #: admin/includes/admin-about.php:250
302
  msgid "Value"
303
  msgstr "Hodnota"
304
 
305
+ #: admin/includes/admin-about.php:254
306
  msgid "Example"
307
  msgstr "Príklad"
308
 
309
+ #: admin/includes/admin-categories.php:77
310
  msgid "Synchronize with post categories"
311
  msgstr "Synchronizovať s kategóriami príspevkov"
312
 
313
+ #: admin/includes/admin-categories.php:87
314
  #, php-format
315
  msgid "%1$s categories modified (%2$s)"
316
  msgstr "%1$s modifik. kategórie (%2$s)"
317
 
318
+ #: admin/includes/admin-categories.php:88
319
  #, php-format
320
  msgid "%1$s categories added (%2$s)"
321
  msgstr "%1$s pridané kategórie (%2$s)"
322
 
323
+ #: admin/includes/admin-categories.php:89
324
  #, php-format
325
  msgid "%1$s categories deleted (%2$s)"
326
  msgstr "%1$s zmazané kategórie (%2$s)"
327
 
328
+ #: admin/includes/admin-categories.php:92
329
  #, php-format
330
  msgid "%1$s categories not modified (%2$s)"
331
  msgstr "%1$s nezmenené kategórie (%2$s)"
332
 
333
+ #: admin/includes/admin-categories.php:93
334
  #, php-format
335
  msgid "%1$s categories not added (%2$s)"
336
  msgstr "%1$s nepridané kategórie (%2$s)"
337
 
338
+ #: admin/includes/admin-categories.php:94
339
  #, php-format
340
  msgid "%1$s categories not deleted (%2$s)"
341
  msgstr "%1$s nezmazané kategórie (%2$s)"
342
 
343
+ #: admin/includes/admin-categories.php:97
344
  msgid "An Error occured during the category sync"
345
  msgstr ""
346
 
347
+ #: admin/includes/admin-categories.php:100
348
  msgid "Category sync finished"
349
  msgstr ""
350
 
351
+ #: admin/includes/admin-category-sync.php:76
352
  msgid "Error: You are not allowed to view this page!"
353
  msgstr "Chyba: Nemáte oprávnenie zobraziť túto stránku!"
354
 
355
+ #: admin/includes/admin-category-sync.php:92
356
  msgid "Affected Categories when switching to seperate Event Categories"
357
  msgstr ""
358
 
359
+ #: admin/includes/admin-category-sync.php:93
360
  msgid "Switch option to seperate Event Categories"
361
  msgstr ""
362
 
363
+ #: admin/includes/admin-category-sync.php:94
364
  msgid ""
365
  "If you proceed, all post categories will be copied and all events will be "
366
  "re-assigned to this new categories."
367
  msgstr ""
368
 
369
+ #: admin/includes/admin-category-sync.php:95
370
  msgid ""
371
  "Afterwards the event categories are independent of the post categories."
372
  msgstr ""
373
 
374
+ #: admin/includes/admin-category-sync.php:97
375
  msgid "Affected Categories when switching to use Post Categories for events"
376
  msgstr ""
377
 
378
+ #: admin/includes/admin-category-sync.php:98
379
  msgid "Switch option to use Post Categories for events"
380
  msgstr ""
381
 
382
+ #: admin/includes/admin-category-sync.php:99
383
  msgid ""
384
  "Take a detailed look at the affected categories above before you proceed! "
385
  "All seperate event categories will be deleted, this cannot be undone!"
386
  msgstr ""
387
 
388
+ #: admin/includes/admin-category-sync.php:102
389
  msgid "Event Categories: Synchronise with Post Categories"
390
  msgstr ""
391
 
392
+ #: admin/includes/admin-category-sync.php:103
393
  msgid "Start synchronisation"
394
  msgstr "Začať synchronizovať"
395
 
396
+ #: admin/includes/admin-category-sync.php:104
397
  msgid ""
398
  "If this option is enabled the above listed categories will be deleted and "
399
  "removed from the existing events!"
400
  msgstr ""
401
 
402
+ #: admin/includes/admin-category-sync.php:119
403
  msgid "Categories to modify"
404
  msgstr "Kategórie na modifikáciu"
405
 
406
+ #: admin/includes/admin-category-sync.php:120
407
  msgid "Categories to add"
408
  msgstr "Kategórie na pridanie"
409
 
410
+ #: admin/includes/admin-category-sync.php:121
411
  msgid "Categories to delete (optional)"
412
  msgstr "Kategórie ma zmazanie (voliteľné)"
413
 
414
+ #: admin/includes/admin-category-sync.php:122
415
  msgid "Delete not available post categories"
416
  msgstr ""
417
 
418
+ #: admin/includes/admin-category-sync.php:125
419
  msgid "Categories with differences"
420
  msgstr "Kategórie s rozdielmi"
421
 
422
+ #: admin/includes/admin-category-sync.php:126
423
  msgid "Categories to add (optional)"
424
  msgstr "Kategórie na pridanie (voliteľné)"
425
 
426
+ #: admin/includes/admin-category-sync.php:127
427
  msgid "Add not available post categories"
428
  msgstr ""
429
 
430
+ #: admin/includes/admin-category-sync.php:146
431
  msgid "none"
432
  msgstr "nič"
433
 
434
+ #: admin/includes/admin-import.php:90
435
  msgid "Import Events"
436
  msgstr "Importovať udalosti"
437
 
438
+ #: admin/includes/admin-import.php:109 admin/includes/admin-import.php:154
439
+ #: admin/includes/admin-import.php:261
440
  msgid "Step"
441
  msgstr "Krok"
442
 
443
+ #: admin/includes/admin-import.php:109
444
  msgid "Set import file and options"
445
  msgstr ""
446
 
447
+ #: admin/includes/admin-import.php:114
448
  #, php-format
449
  msgid "Proceed with Step %1$s"
450
  msgstr "Pokračuj krokom %1$s"
451
 
452
+ #: admin/includes/admin-import.php:117
453
  msgid "Example file"
454
  msgstr "Príklad"
455
 
456
+ #: admin/includes/admin-import.php:119
457
  #, php-format
458
  msgid ""
459
  "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
460
  msgstr ""
461
 
462
+ #: admin/includes/admin-import.php:123
463
  msgid "Note"
464
  msgstr "Poznámka"
465
 
466
+ #: admin/includes/admin-import.php:124
467
  msgid ""
468
  "Do not change the column header and separator line (first two lines), "
469
  "otherwise the import will fail!"
470
  msgstr ""
471
 
472
+ #: admin/includes/admin-import.php:133 admin/includes/admin-import.php:141
473
  msgid "Sorry, there has been an error."
474
  msgstr "Je nám ľúto, došlo k chybe."
475
 
476
+ #: admin/includes/admin-import.php:134
477
  msgid "The file does not exist, please try again."
478
  msgstr ""
479
 
480
+ #: admin/includes/admin-import.php:142
481
  msgid "The uploaded file does not have the required csv extension."
482
  msgstr ""
483
 
484
+ #: admin/includes/admin-import.php:154
485
  msgid "Events review and additonal category selection"
486
  msgstr ""
487
 
488
+ #: admin/includes/admin-import.php:160 admin/includes/admin-import.php:171
489
  msgid "Error"
490
  msgstr ""
491
 
492
+ #: admin/includes/admin-import.php:160
493
  msgid "This CSV file cannot be imported"
494
  msgstr ""
495
 
496
+ #: admin/includes/admin-import.php:171
497
  msgid "None of the events in this CSV file can be imported"
498
  msgstr ""
499
 
500
+ #: admin/includes/admin-import.php:174 admin/includes/admin-import.php:219
501
  msgid "Warning"
502
  msgstr ""
503
 
504
+ #: admin/includes/admin-import.php:177
505
  #, php-format
506
  msgid "There is %1$s event which cannot be imported"
507
  msgid_plural "There are %1$s events which cannot be imported"
510
  msgstr[2] ""
511
  msgstr[3] ""
512
 
513
+ #: admin/includes/admin-import.php:190
514
  #, php-format
515
  msgid "CSV line %1$s"
516
  msgstr ""
517
 
518
+ #: admin/includes/admin-import.php:200
519
  msgid "You can still import all other events listed below."
520
  msgstr ""
521
 
522
+ #: admin/includes/admin-import.php:220
523
  msgid ""
524
  "The following category slugs are not available and will be removed from the "
525
  "imported events"
526
  msgstr ""
527
 
528
+ #: admin/includes/admin-import.php:226
529
  msgid ""
530
  "If you want to keep these categories, please create these Categories first "
531
  "and do the import afterwards."
532
  msgstr ""
533
 
534
+ #: admin/includes/admin-import.php:261
535
  msgid "Import result"
536
  msgstr ""
537
 
538
+ #: admin/includes/admin-import.php:264
539
  #, php-format
540
  msgid "Import of %1$s events successful!"
541
  msgstr ""
542
 
543
+ #: admin/includes/admin-import.php:265
544
  msgid "Go back to All Events"
545
  msgstr "Ísť späť na Všetky udalosti"
546
 
547
+ #: admin/includes/admin-import.php:268
548
  msgid "Errors during Import"
549
  msgstr ""
550
 
551
+ #: admin/includes/admin-import.php:276
552
  msgid "Event from CSV-line"
553
  msgstr ""
554
 
555
+ #: admin/includes/admin-import.php:288 admin/includes/admin-main.php:108
556
  #: includes/widget_helptexts.php:9
557
  msgid "Title"
558
  msgstr "Nadpis"
559
 
560
+ #: admin/includes/admin-import.php:289
561
  msgid "Start Date"
562
  msgstr "Počiatočný deň"
563
 
564
+ #: admin/includes/admin-import.php:290
565
  msgid "End Date"
566
  msgstr "Posledný deň"
567
 
568
+ #: admin/includes/admin-import.php:291 admin/includes/admin-new.php:132
569
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
570
+ #: includes/rss.php:116
571
  msgid "Time"
572
  msgstr "Čas"
573
 
574
+ #: admin/includes/admin-import.php:292 admin/includes/admin-main.php:109
575
+ #: admin/includes/admin-new.php:134 includes/options_helptexts.php:75
576
+ #: includes/options_helptexts.php:76 includes/rss.php:119
577
  msgid "Location"
578
  msgstr "Miesto"
579
 
580
+ #: admin/includes/admin-import.php:293
581
  msgid "Content"
582
  msgstr "Obsah"
583
 
584
+ #: admin/includes/admin-import.php:294
585
  msgid "Category slugs"
586
  msgstr "Slugs kategória"
587
 
588
+ #: admin/includes/admin-import.php:340
589
  msgid "Header line is missing or not correct!"
590
  msgstr ""
591
 
592
+ #: admin/includes/admin-import.php:341
593
  #, php-format
594
  msgid ""
595
  "Have a look at the %1$sexample file%2$s to see the correct header line "
596
  "format."
597
  msgstr ""
598
 
599
+ #: admin/includes/admin-import.php:350
600
  #, php-format
601
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
602
  msgstr ""
603
 
604
+ #: admin/includes/admin-import.php:399
 
 
 
 
 
 
 
 
 
 
 
 
605
  msgid "Import events"
606
  msgstr "Importovať udalosti"
607
 
608
+ #: admin/includes/admin-import.php:400
609
  msgid "Add additional categories"
610
  msgstr "Pridať ďalšie categórie"
611
 
612
+ #: admin/includes/admin-import.php:430 includes/events_post_type.php:92
613
  msgid "No events found"
614
  msgstr "Nenašli sa žiadne udalosti."
615
 
616
+ #: admin/includes/admin-import.php:478
617
  msgid "Saving of event failed!"
618
  msgstr ""
619
 
620
+ #: admin/includes/admin-import.php:496
621
+ msgid "Empty event title found"
622
+ msgstr ""
623
+
624
+ #: admin/includes/admin-import.php:501
625
+ msgid "Wrong date format for startdate"
626
+ msgstr ""
627
+
628
+ #: admin/includes/admin-import.php:509
629
+ msgid "Wrong date format for enddate"
630
+ msgstr ""
631
+
632
+ #: admin/includes/admin-main.php:107
633
  msgid "Event Date"
634
  msgstr "Deň udalosti"
635
 
636
+ #: admin/includes/admin-main.php:112
637
  msgid "Author"
638
  msgstr "Autor"
639
 
640
+ #: admin/includes/admin-main.php:181
641
  #, php-format
642
  msgid "Add a copy of %1$s"
643
  msgstr "Pridať kópiu %1$s"
644
 
645
+ #: admin/includes/admin-main.php:181
646
  msgid "Copy"
647
  msgstr "Kópia"
648
 
649
+ #: admin/includes/admin-main.php:269
650
  msgid "Import"
651
  msgstr "Import"
652
 
653
+ #: admin/includes/admin-new.php:82
654
  msgid "Event data"
655
  msgstr "Informácie o udalosti"
656
 
657
+ #: admin/includes/admin-new.php:115
658
  msgid "Add Copy"
659
  msgstr "Pridaj kópiu"
660
 
661
+ #: admin/includes/admin-new.php:123
662
  msgid "Date"
663
  msgstr "Dátum"
664
 
665
+ #: admin/includes/admin-new.php:123
666
  msgid "required"
667
  msgstr "Požadované"
668
 
669
+ #: admin/includes/admin-new.php:128
670
  msgid "Multi-Day Event"
671
  msgstr "Viacdenná udalosť"
672
 
673
+ #: admin/includes/admin-new.php:148
674
  msgid "Event Title"
675
  msgstr "Názov udalosti"
676
 
677
+ #: admin/includes/admin-new.php:165
678
  msgid "Event Content"
679
  msgstr "Obsah udalosti"
680
 
681
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:246
682
  msgid "Event updated."
683
  msgstr "Udalosť bola aktualizovaná."
684
 
685
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:248
686
  msgid "View event"
687
  msgstr "Pozri si udalosť"
688
 
689
+ #: admin/includes/admin-new.php:247
690
  #, php-format
691
  msgid "Event restored to revision from %1$s"
692
  msgstr ""
693
 
694
+ #: admin/includes/admin-new.php:248
695
  msgid "Event published."
696
  msgstr "Udalosť bola publikovaná."
697
 
698
+ #: admin/includes/admin-new.php:249
699
  msgid "Event saved."
700
  msgstr ""
701
 
702
+ #: admin/includes/admin-new.php:250
703
  msgid "Event submitted."
704
  msgstr "Udalosť bola odoslaná."
705
 
706
+ #: admin/includes/admin-new.php:251 admin/includes/admin-new.php:254
707
+ #: admin/includes/admin-new.php:256
708
  msgid "Preview event"
709
  msgstr "Pozrieť podrobnosti udalosti."
710
 
711
+ #: admin/includes/admin-new.php:253
712
  #, php-format
713
  msgid "Event scheduled for: %1$s>"
714
  msgstr "Udalosť naplánovaná na: %1$s>"
715
 
716
+ #: admin/includes/admin-new.php:255
717
  msgid "Event draft updated."
718
  msgstr "Koncept udalosti bol aktualizovaný."
719
 
720
+ #: admin/includes/admin-settings.php:95
721
  msgid "Go to Event Category switching page"
722
  msgstr "Prejdite na stránku prepínania kategórií udalostí"
723
 
724
+ #: admin/includes/admin-settings.php:108
725
  msgid "Frontend Settings"
726
  msgstr "Nastavenia Frontendu"
727
 
728
+ #: admin/includes/admin-settings.php:109
729
  msgid "Admin Page Settings"
730
  msgstr "Nastavenia Administračnej stránky"
731
 
732
+ #: admin/includes/admin-settings.php:110
733
  msgid "Feed Settings"
734
  msgstr "Nastavenia Feedu"
735
 
736
+ #: admin/includes/admin-settings.php:111
737
  msgid "Category Taxonomy"
738
  msgstr ""
739
 
901
  msgstr "Nie je k dispozícii platný dátum začiatku"
902
 
903
  #: includes/event.php:343 includes/event.php:345
904
+ #: includes/sc_event-list.php:325
905
  msgid "read more"
906
  msgstr ""
907
 
1429
  " switching page from here."
1430
  msgstr "Táto možnosť sa nedá zmeniť priamo, ale môžete prejsť na stránku prepínania kategórií udalostí"
1431
 
1432
+ #: includes/options.php:91
1433
  msgid "events"
1434
  msgstr "udalosti"
1435
 
1436
+ #: includes/options.php:95
1437
  msgid "Show content"
1438
  msgstr "Zobraziť obsah"
1439
 
1440
+ #: includes/options.php:99
1441
  msgid "Hide content"
1442
  msgstr "Skryť obsah"
1443
 
1528
  msgstr ""
1529
 
1530
  #: includes/sc_event-list_helptexts.php:82
1531
+ #, php-format
1532
  msgid ""
1533
  "This attribute defines the category filter which filters the events to show."
1534
+ " The default is %1$s or an empty string to show all events."
1535
  msgstr ""
1536
 
1537
  #: includes/sc_event-list_helptexts.php:86
1878
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1879
  msgstr ""
1880
 
1881
+ #: includes/sc_event-list.php:183
1882
  msgid "Sorry, the requested event is not available!"
1883
  msgstr ""
1884
 
1885
+ #: includes/sc_event-list.php:192
1886
  msgid "Event Information:"
1887
  msgstr "Informácie o udalosti"
1888
 
1889
+ #: includes/sc_event-list.php:432
1890
  msgid "Link to RSS feed"
1891
  msgstr ""
1892
 
1893
+ #: includes/sc_event-list.php:442
1894
  msgid "Link to iCal feed"
1895
  msgstr ""
1896
 
2042
  "approriate option is selected."
2043
  msgstr "Táto možnosť definuje text odkazu na stránku Zoznam udalostí, ak je vybratá príslušná možnosť."
2044
 
2045
+ #: includes/widget.php:37
2046
  msgid "With this widget a list of upcoming events can be displayed."
2047
  msgstr "Pomocou tejto miniaplikácie sa môže zobraziť zoznam nadchádzajúcich udalostí."
2048
 
2049
+ #: includes/widget.php:42
2050
  msgid "Upcoming events"
2051
  msgstr "Nadchádzajúce udalosti"
2052
 
2053
+ #: includes/widget.php:56
2054
  msgid "show events page"
2055
  msgstr "zobraziť stránku udalostí"
languages/event-list-sl_SI.po CHANGED
@@ -8,8 +8,8 @@ msgid ""
8
  msgstr ""
9
  "Project-Id-Version: wp-event-list\n"
10
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
11
- "POT-Creation-Date: 2022-02-19 18:08+0100\n"
12
- "PO-Revision-Date: 2022-02-19 17:09+0000\n"
13
  "Last-Translator: mibuthu\n"
14
  "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/mibuthu/wp-event-list/language/sl_SI/)\n"
15
  "MIME-Version: 1.0\n"
@@ -18,33 +18,33 @@ msgstr ""
18
  "Language: sl_SI\n"
19
  "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
20
 
21
- #: admin/admin.php:90
22
  #, php-format
23
  msgid "Errors during upgrade of plugin %1$s"
24
  msgstr ""
25
 
26
- #: admin/admin.php:90
27
  #, php-format
28
  msgid "Upgrade of plugin %1$s successful"
29
  msgstr ""
30
 
31
- #: admin/admin.php:142 admin/includes/admin-settings.php:91
32
  msgid "Event List Settings"
33
  msgstr "Nastavitve seznama dogodkov"
34
 
35
- #: admin/admin.php:142
36
  msgid "Settings"
37
  msgstr "Nastavitve"
38
 
39
- #: admin/admin.php:146 admin/includes/admin-about.php:63
40
  msgid "About Event List"
41
  msgstr "O seznamu dogodkov"
42
 
43
- #: admin/admin.php:146
44
  msgid "About"
45
  msgstr "Info"
46
 
47
- #: admin/admin.php:170
48
  #, php-format
49
  msgid "%s Event"
50
  msgid_plural "%s Events"
@@ -53,39 +53,39 @@ msgstr[1] ""
53
  msgstr[2] ""
54
  msgstr[3] ""
55
 
56
- #: admin/includes/admin-about.php:87 admin/includes/admin-settings.php:110
57
  msgid "General"
58
  msgstr ""
59
 
60
- #: admin/includes/admin-about.php:88 admin/includes/admin-about.php:108
61
- #: admin/includes/admin-about.php:137
62
  msgid "Shortcode Attributes"
63
  msgstr ""
64
 
65
- #: admin/includes/admin-about.php:102
66
  msgid "Help and Instructions"
67
  msgstr ""
68
 
69
- #: admin/includes/admin-about.php:103
70
  #, php-format
71
  msgid "You can manage the events %1$shere%2$s"
72
  msgstr ""
73
 
74
- #: admin/includes/admin-about.php:104
75
  msgid "To show the events on your site you have 2 possibilities"
76
  msgstr ""
77
 
78
- #: admin/includes/admin-about.php:105
79
  #, php-format
80
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
81
  msgstr ""
82
 
83
- #: admin/includes/admin-about.php:106
84
  #, php-format
85
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
86
  msgstr ""
87
 
88
- #: admin/includes/admin-about.php:107
89
  msgid ""
90
  "The displayed events and their style can be modified with the available "
91
  "widget settings and the available attributes for the shortcode."
@@ -98,39 +98,39 @@ msgid ""
98
  "available in the %1$s tab."
99
  msgstr ""
100
 
101
- #: admin/includes/admin-about.php:109
102
  msgid "The available widget options are described in their tooltip text."
103
  msgstr ""
104
 
105
- #: admin/includes/admin-about.php:110
106
  #, php-format
107
  msgid ""
108
  "If you enable one of the links options (%1$s or %2$s) in the widget you have"
109
  " to insert an URL to the linked event-list page."
110
  msgstr ""
111
 
112
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:134
113
  msgid "Add links to the single events"
114
  msgstr ""
115
 
116
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:143
117
  msgid "Add a link to the Event List page"
118
  msgstr ""
119
 
120
- #: admin/includes/admin-about.php:111
121
  msgid ""
122
  "This is required because the widget does not know in which page or post the "
123
  "shortcode was included."
124
  msgstr ""
125
 
126
- #: admin/includes/admin-about.php:112
127
  msgid ""
128
  "Additionally you have to insert the correct Shortcode id on the linked page."
129
  " This id describes which shortcode should be used on the given page or post "
130
  "if you have more than one."
131
  msgstr ""
132
 
133
- #: admin/includes/admin-about.php:113
134
  #, php-format
135
  msgid ""
136
  "The default value %1$s is normally o.k. (for pages with 1 shortcode only), "
@@ -138,367 +138,367 @@ msgid ""
138
  "link on your linked page or post."
139
  msgstr ""
140
 
141
- #: admin/includes/admin-about.php:114
142
  #, php-format
143
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
144
  msgstr ""
145
 
146
- #: admin/includes/admin-about.php:116
147
  #, php-format
148
  msgid ""
149
  "Be sure to also check the %1$s to get the plugin behaving just the way you "
150
  "want."
151
  msgstr ""
152
 
153
- #: admin/includes/admin-about.php:116
154
  msgid "Settings page"
155
  msgstr ""
156
 
157
- #: admin/includes/admin-about.php:123
158
  msgid "About the plugin author"
159
  msgstr ""
160
 
161
- #: admin/includes/admin-about.php:125
162
  #, php-format
163
  msgid ""
164
  "This plugin is developed by %1$s, you can find more information about the "
165
  "plugin on the %2$s."
166
  msgstr ""
167
 
168
- #: admin/includes/admin-about.php:125
169
  msgid "WordPress plugin site"
170
  msgstr ""
171
 
172
- #: admin/includes/admin-about.php:126
173
  #, php-format
174
  msgid "If you like the plugin please rate it on the %1$s."
175
  msgstr ""
176
 
177
- #: admin/includes/admin-about.php:126
178
  msgid "WordPress plugin review site"
179
  msgstr ""
180
 
181
- #: admin/includes/admin-about.php:127
182
  msgid ""
183
  "If you want to support the plugin I would be happy to get a small donation"
184
  msgstr ""
185
 
186
- #: admin/includes/admin-about.php:128 admin/includes/admin-about.php:129
187
- #: admin/includes/admin-about.php:130
188
  #, php-format
189
  msgid "Donate with %1$s"
190
  msgstr ""
191
 
192
- #: admin/includes/admin-about.php:139
193
  msgid ""
194
  "You have the possibility to modify the output if you add some of the "
195
  "following attributes to the shortcode."
196
  msgstr ""
197
 
198
- #: admin/includes/admin-about.php:140
199
  #, php-format
200
  msgid ""
201
  "You can combine and add as much attributes as you want. E.g. the shortcode "
202
  "including the attributes %1$s and %2$s would looks like this:"
203
  msgstr ""
204
 
205
- #: admin/includes/admin-about.php:142
206
  msgid ""
207
  "Below you can find a list of all supported attributes with their "
208
  "descriptions and available options:"
209
  msgstr ""
210
 
211
- #: admin/includes/admin-about.php:157
212
  msgid "Attribute name"
213
  msgstr ""
214
 
215
- #: admin/includes/admin-about.php:158
216
  msgid "Value options"
217
  msgstr ""
218
 
219
- #: admin/includes/admin-about.php:159
220
  msgid "Default value"
221
  msgstr ""
222
 
223
- #: admin/includes/admin-about.php:160
224
  msgid "Description"
225
  msgstr ""
226
 
227
- #: admin/includes/admin-about.php:179 includes/sc_event-list_helptexts.php:74
228
  #: includes/sc_event-list_helptexts.php:91
229
  msgid "Filter Syntax"
230
  msgstr ""
231
 
232
- #: admin/includes/admin-about.php:180
233
  msgid ""
234
  "For date and cat filters you can specify complex filters with the following "
235
  "syntax:"
236
  msgstr ""
237
 
238
- #: admin/includes/admin-about.php:181
239
  #, php-format
240
  msgid ""
241
  "You can use %1$s and %2$s connections to define complex filters. "
242
  "Additionally you can set brackets %3$s for nested queries."
243
  msgstr ""
244
 
245
- #: admin/includes/admin-about.php:181
246
  msgid "AND"
247
  msgstr ""
248
 
249
- #: admin/includes/admin-about.php:181
250
  msgid "OR"
251
  msgstr ""
252
 
253
- #: admin/includes/admin-about.php:181
254
  msgid "or"
255
  msgstr ""
256
 
257
- #: admin/includes/admin-about.php:181
258
  msgid "and"
259
  msgstr ""
260
 
261
- #: admin/includes/admin-about.php:182
262
  msgid "Examples for cat filters:"
263
  msgstr ""
264
 
265
- #: admin/includes/admin-about.php:183
266
  #, php-format
267
  msgid "Show all events with category %1$s."
268
  msgstr ""
269
 
270
- #: admin/includes/admin-about.php:184
271
  #, php-format
272
  msgid "Show all events with category %1$s or %2$s."
273
  msgstr ""
274
 
275
- #: admin/includes/admin-about.php:185
276
  #, php-format
277
  msgid ""
278
  "Show all events with category %1$s and all events where category %2$s as "
279
  "well as %3$s is selected."
280
  msgstr ""
281
 
282
- #: admin/includes/admin-about.php:191 includes/sc_event-list_helptexts.php:69
283
  msgid "Available Date Formats"
284
  msgstr ""
285
 
286
- #: admin/includes/admin-about.php:192
287
  msgid "For date filters you can use the following date formats:"
288
  msgstr ""
289
 
290
- #: admin/includes/admin-about.php:201 includes/sc_event-list_helptexts.php:70
291
  msgid "Available Date Range Formats"
292
  msgstr ""
293
 
294
- #: admin/includes/admin-about.php:202
295
  msgid "For date filters you can use the following daterange formats:"
296
  msgstr ""
297
 
298
- #: admin/includes/admin-about.php:215
299
  msgid "Value"
300
  msgstr ""
301
 
302
- #: admin/includes/admin-about.php:219
303
  msgid "Example"
304
  msgstr ""
305
 
306
- #: admin/includes/admin-categories.php:79
307
  msgid "Synchronize with post categories"
308
  msgstr ""
309
 
310
- #: admin/includes/admin-categories.php:90
311
  #, php-format
312
  msgid "%1$s categories modified (%2$s)"
313
  msgstr ""
314
 
315
- #: admin/includes/admin-categories.php:91
316
  #, php-format
317
  msgid "%1$s categories added (%2$s)"
318
  msgstr ""
319
 
320
- #: admin/includes/admin-categories.php:92
321
  #, php-format
322
  msgid "%1$s categories deleted (%2$s)"
323
  msgstr ""
324
 
325
- #: admin/includes/admin-categories.php:95
326
  #, php-format
327
  msgid "%1$s categories not modified (%2$s)"
328
  msgstr ""
329
 
330
- #: admin/includes/admin-categories.php:96
331
  #, php-format
332
  msgid "%1$s categories not added (%2$s)"
333
  msgstr ""
334
 
335
- #: admin/includes/admin-categories.php:97
336
  #, php-format
337
  msgid "%1$s categories not deleted (%2$s)"
338
  msgstr ""
339
 
340
- #: admin/includes/admin-categories.php:100
341
  msgid "An Error occured during the category sync"
342
  msgstr ""
343
 
344
- #: admin/includes/admin-categories.php:103
345
  msgid "Category sync finished"
346
  msgstr ""
347
 
348
- #: admin/includes/admin-category-sync.php:77
349
  msgid "Error: You are not allowed to view this page!"
350
  msgstr ""
351
 
352
- #: admin/includes/admin-category-sync.php:93
353
  msgid "Affected Categories when switching to seperate Event Categories"
354
  msgstr ""
355
 
356
- #: admin/includes/admin-category-sync.php:94
357
  msgid "Switch option to seperate Event Categories"
358
  msgstr ""
359
 
360
- #: admin/includes/admin-category-sync.php:95
361
  msgid ""
362
  "If you proceed, all post categories will be copied and all events will be "
363
  "re-assigned to this new categories."
364
  msgstr ""
365
 
366
- #: admin/includes/admin-category-sync.php:96
367
  msgid ""
368
  "Afterwards the event categories are independent of the post categories."
369
  msgstr ""
370
 
371
- #: admin/includes/admin-category-sync.php:98
372
  msgid "Affected Categories when switching to use Post Categories for events"
373
  msgstr ""
374
 
375
- #: admin/includes/admin-category-sync.php:99
376
  msgid "Switch option to use Post Categories for events"
377
  msgstr ""
378
 
379
- #: admin/includes/admin-category-sync.php:100
380
  msgid ""
381
  "Take a detailed look at the affected categories above before you proceed! "
382
  "All seperate event categories will be deleted, this cannot be undone!"
383
  msgstr ""
384
 
385
- #: admin/includes/admin-category-sync.php:103
386
  msgid "Event Categories: Synchronise with Post Categories"
387
  msgstr ""
388
 
389
- #: admin/includes/admin-category-sync.php:104
390
  msgid "Start synchronisation"
391
  msgstr ""
392
 
393
- #: admin/includes/admin-category-sync.php:105
394
  msgid ""
395
  "If this option is enabled the above listed categories will be deleted and "
396
  "removed from the existing events!"
397
  msgstr ""
398
 
399
- #: admin/includes/admin-category-sync.php:120
400
  msgid "Categories to modify"
401
  msgstr ""
402
 
403
- #: admin/includes/admin-category-sync.php:121
404
  msgid "Categories to add"
405
  msgstr ""
406
 
407
- #: admin/includes/admin-category-sync.php:122
408
  msgid "Categories to delete (optional)"
409
  msgstr ""
410
 
411
- #: admin/includes/admin-category-sync.php:123
412
  msgid "Delete not available post categories"
413
  msgstr ""
414
 
415
- #: admin/includes/admin-category-sync.php:126
416
  msgid "Categories with differences"
417
  msgstr ""
418
 
419
- #: admin/includes/admin-category-sync.php:127
420
  msgid "Categories to add (optional)"
421
  msgstr ""
422
 
423
- #: admin/includes/admin-category-sync.php:128
424
  msgid "Add not available post categories"
425
  msgstr ""
426
 
427
- #: admin/includes/admin-category-sync.php:147
428
  msgid "none"
429
  msgstr ""
430
 
431
- #: admin/includes/admin-import.php:91
432
  msgid "Import Events"
433
  msgstr ""
434
 
435
- #: admin/includes/admin-import.php:110 admin/includes/admin-import.php:150
436
- #: admin/includes/admin-import.php:254
437
  msgid "Step"
438
  msgstr ""
439
 
440
- #: admin/includes/admin-import.php:110
441
  msgid "Set import file and options"
442
  msgstr ""
443
 
444
- #: admin/includes/admin-import.php:113
445
  #, php-format
446
  msgid "Proceed with Step %1$s"
447
  msgstr ""
448
 
449
- #: admin/includes/admin-import.php:116
450
  msgid "Example file"
451
  msgstr ""
452
 
453
- #: admin/includes/admin-import.php:117
454
  #, php-format
455
  msgid ""
456
  "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
457
  msgstr ""
458
 
459
- #: admin/includes/admin-import.php:118
460
  msgid "Note"
461
  msgstr ""
462
 
463
- #: admin/includes/admin-import.php:118
464
  msgid ""
465
  "Do not change the column header and separator line (first two lines), "
466
  "otherwise the import will fail!"
467
  msgstr ""
468
 
469
- #: admin/includes/admin-import.php:128 admin/includes/admin-import.php:137
470
  msgid "Sorry, there has been an error."
471
  msgstr ""
472
 
473
- #: admin/includes/admin-import.php:129
474
  msgid "The file does not exist, please try again."
475
  msgstr ""
476
 
477
- #: admin/includes/admin-import.php:138
478
  msgid "The uploaded file does not have the required csv extension."
479
  msgstr ""
480
 
481
- #: admin/includes/admin-import.php:150
482
  msgid "Events review and additonal category selection"
483
  msgstr ""
484
 
485
- #: admin/includes/admin-import.php:156 admin/includes/admin-import.php:167
486
  msgid "Error"
487
  msgstr ""
488
 
489
- #: admin/includes/admin-import.php:156
490
  msgid "This CSV file cannot be imported"
491
  msgstr ""
492
 
493
- #: admin/includes/admin-import.php:167
494
  msgid "None of the events in this CSV file can be imported"
495
  msgstr ""
496
 
497
- #: admin/includes/admin-import.php:170 admin/includes/admin-import.php:213
498
  msgid "Warning"
499
  msgstr ""
500
 
501
- #: admin/includes/admin-import.php:172
502
  #, php-format
503
  msgid "There is %1$s event which cannot be imported"
504
  msgid_plural "There are %1$s events which cannot be imported"
@@ -507,229 +507,230 @@ msgstr[1] ""
507
  msgstr[2] ""
508
  msgstr[3] ""
509
 
510
- #: admin/includes/admin-import.php:184
511
  #, php-format
512
  msgid "CSV line %1$s"
513
  msgstr ""
514
 
515
- #: admin/includes/admin-import.php:194
516
  msgid "You can still import all other events listed below."
517
  msgstr ""
518
 
519
- #: admin/includes/admin-import.php:213
520
  msgid ""
521
  "The following category slugs are not available and will be removed from the "
522
  "imported events"
523
  msgstr ""
524
 
525
- #: admin/includes/admin-import.php:219
526
  msgid ""
527
  "If you want to keep these categories, please create these Categories first "
528
  "and do the import afterwards."
529
  msgstr ""
530
 
531
- #: admin/includes/admin-import.php:254
532
  msgid "Import result"
533
  msgstr ""
534
 
535
- #: admin/includes/admin-import.php:257
536
  #, php-format
537
  msgid "Import of %1$s events successful!"
538
  msgstr ""
539
 
540
- #: admin/includes/admin-import.php:258
541
  msgid "Go back to All Events"
542
  msgstr ""
543
 
544
- #: admin/includes/admin-import.php:261
545
  msgid "Errors during Import"
546
  msgstr ""
547
 
548
- #: admin/includes/admin-import.php:269
549
  msgid "Event from CSV-line"
550
  msgstr ""
551
 
552
- #: admin/includes/admin-import.php:281 admin/includes/admin-main.php:109
553
  #: includes/widget_helptexts.php:9
554
  msgid "Title"
555
  msgstr ""
556
 
557
- #: admin/includes/admin-import.php:282
558
  msgid "Start Date"
559
  msgstr ""
560
 
561
- #: admin/includes/admin-import.php:283
562
  msgid "End Date"
563
  msgstr ""
564
 
565
- #: admin/includes/admin-import.php:284 admin/includes/admin-new.php:131
566
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
 
567
  msgid "Time"
568
  msgstr ""
569
 
570
- #: admin/includes/admin-import.php:285 admin/includes/admin-main.php:110
571
- #: admin/includes/admin-new.php:133 includes/options_helptexts.php:75
572
- #: includes/options_helptexts.php:76
573
  msgid "Location"
574
  msgstr ""
575
 
576
- #: admin/includes/admin-import.php:286
577
  msgid "Content"
578
  msgstr ""
579
 
580
- #: admin/includes/admin-import.php:287
581
  msgid "Category slugs"
582
  msgstr ""
583
 
584
- #: admin/includes/admin-import.php:333
585
  msgid "Header line is missing or not correct!"
586
  msgstr ""
587
 
588
- #: admin/includes/admin-import.php:334
589
  #, php-format
590
  msgid ""
591
  "Have a look at the %1$sexample file%2$s to see the correct header line "
592
  "format."
593
  msgstr ""
594
 
595
- #: admin/includes/admin-import.php:341
596
  #, php-format
597
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
598
  msgstr ""
599
 
600
- #: admin/includes/admin-import.php:371
601
- msgid "Empty event title found"
602
  msgstr ""
603
 
604
- #: admin/includes/admin-import.php:377
605
- msgid "Wrong date format for startdate"
606
  msgstr ""
607
 
608
- #: admin/includes/admin-import.php:385
609
- msgid "Wrong date format for enddate"
610
  msgstr ""
611
 
612
- #: admin/includes/admin-import.php:439
613
- msgid "Import events"
614
  msgstr ""
615
 
616
- #: admin/includes/admin-import.php:440
617
- msgid "Add additional categories"
618
  msgstr ""
619
 
620
- #: admin/includes/admin-import.php:470 includes/events_post_type.php:92
621
- msgid "No events found"
622
  msgstr ""
623
 
624
- #: admin/includes/admin-import.php:518
625
- msgid "Saving of event failed!"
626
  msgstr ""
627
 
628
- #: admin/includes/admin-main.php:108
629
  msgid "Event Date"
630
  msgstr ""
631
 
632
- #: admin/includes/admin-main.php:113
633
  msgid "Author"
634
  msgstr ""
635
 
636
- #: admin/includes/admin-main.php:182
637
  #, php-format
638
  msgid "Add a copy of %1$s"
639
  msgstr ""
640
 
641
- #: admin/includes/admin-main.php:182
642
  msgid "Copy"
643
  msgstr ""
644
 
645
- #: admin/includes/admin-main.php:268
646
  msgid "Import"
647
  msgstr ""
648
 
649
- #: admin/includes/admin-new.php:83
650
  msgid "Event data"
651
  msgstr ""
652
 
653
- #: admin/includes/admin-new.php:116
654
  msgid "Add Copy"
655
  msgstr ""
656
 
657
- #: admin/includes/admin-new.php:124
658
  msgid "Date"
659
  msgstr ""
660
 
661
- #: admin/includes/admin-new.php:124
662
  msgid "required"
663
  msgstr ""
664
 
665
- #: admin/includes/admin-new.php:127
666
  msgid "Multi-Day Event"
667
  msgstr ""
668
 
669
- #: admin/includes/admin-new.php:147
670
  msgid "Event Title"
671
  msgstr ""
672
 
673
- #: admin/includes/admin-new.php:164
674
  msgid "Event Content"
675
  msgstr ""
676
 
677
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:245
678
  msgid "Event updated."
679
  msgstr ""
680
 
681
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:247
682
  msgid "View event"
683
  msgstr ""
684
 
685
- #: admin/includes/admin-new.php:246
686
  #, php-format
687
  msgid "Event restored to revision from %1$s"
688
  msgstr ""
689
 
690
- #: admin/includes/admin-new.php:247
691
  msgid "Event published."
692
  msgstr ""
693
 
694
- #: admin/includes/admin-new.php:248
695
  msgid "Event saved."
696
  msgstr ""
697
 
698
- #: admin/includes/admin-new.php:249
699
  msgid "Event submitted."
700
  msgstr ""
701
 
702
- #: admin/includes/admin-new.php:249 admin/includes/admin-new.php:252
703
- #: admin/includes/admin-new.php:253
704
  msgid "Preview event"
705
  msgstr ""
706
 
707
- #: admin/includes/admin-new.php:251
708
  #, php-format
709
  msgid "Event scheduled for: %1$s>"
710
  msgstr ""
711
 
712
- #: admin/includes/admin-new.php:253
713
  msgid "Event draft updated."
714
  msgstr ""
715
 
716
- #: admin/includes/admin-settings.php:97
717
  msgid "Go to Event Category switching page"
718
  msgstr ""
719
 
720
- #: admin/includes/admin-settings.php:111
721
  msgid "Frontend Settings"
722
  msgstr ""
723
 
724
- #: admin/includes/admin-settings.php:112
725
  msgid "Admin Page Settings"
726
  msgstr ""
727
 
728
- #: admin/includes/admin-settings.php:113
729
  msgid "Feed Settings"
730
  msgstr ""
731
 
732
- #: admin/includes/admin-settings.php:114
733
  msgid "Category Taxonomy"
734
  msgstr ""
735
 
@@ -897,7 +898,7 @@ msgid "No valid start date provided"
897
  msgstr ""
898
 
899
  #: includes/event.php:343 includes/event.php:345
900
- #: includes/sc_event-list.php:330
901
  msgid "read more"
902
  msgstr ""
903
 
@@ -1425,15 +1426,15 @@ msgid ""
1425
  " switching page from here."
1426
  msgstr ""
1427
 
1428
- #: includes/options.php:92
1429
  msgid "events"
1430
  msgstr ""
1431
 
1432
- #: includes/options.php:96
1433
  msgid "Show content"
1434
  msgstr ""
1435
 
1436
- #: includes/options.php:100
1437
  msgid "Hide content"
1438
  msgstr ""
1439
 
@@ -1524,9 +1525,10 @@ msgid "category slugs"
1524
  msgstr ""
1525
 
1526
  #: includes/sc_event-list_helptexts.php:82
 
1527
  msgid ""
1528
  "This attribute defines the category filter which filters the events to show."
1529
- " The default is $1$s or an empty string to show all events."
1530
  msgstr ""
1531
 
1532
  #: includes/sc_event-list_helptexts.php:86
@@ -1873,19 +1875,19 @@ msgid ""
1873
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1874
  msgstr ""
1875
 
1876
- #: includes/sc_event-list.php:184
1877
  msgid "Sorry, the requested event is not available!"
1878
  msgstr ""
1879
 
1880
- #: includes/sc_event-list.php:193
1881
  msgid "Event Information:"
1882
  msgstr ""
1883
 
1884
- #: includes/sc_event-list.php:437
1885
  msgid "Link to RSS feed"
1886
  msgstr ""
1887
 
1888
- #: includes/sc_event-list.php:447
1889
  msgid "Link to iCal feed"
1890
  msgstr ""
1891
 
@@ -2037,14 +2039,14 @@ msgid ""
2037
  "approriate option is selected."
2038
  msgstr ""
2039
 
2040
- #: includes/widget.php:38
2041
  msgid "With this widget a list of upcoming events can be displayed."
2042
  msgstr ""
2043
 
2044
- #: includes/widget.php:43
2045
  msgid "Upcoming events"
2046
  msgstr ""
2047
 
2048
- #: includes/widget.php:57
2049
  msgid "show events page"
2050
  msgstr ""
8
  msgstr ""
9
  "Project-Id-Version: wp-event-list\n"
10
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
11
+ "POT-Creation-Date: 2022-03-07 19:10+0100\n"
12
+ "PO-Revision-Date: 2022-03-07 18:11+0000\n"
13
  "Last-Translator: mibuthu\n"
14
  "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/mibuthu/wp-event-list/language/sl_SI/)\n"
15
  "MIME-Version: 1.0\n"
18
  "Language: sl_SI\n"
19
  "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
20
 
21
+ #: admin/admin.php:89
22
  #, php-format
23
  msgid "Errors during upgrade of plugin %1$s"
24
  msgstr ""
25
 
26
+ #: admin/admin.php:89
27
  #, php-format
28
  msgid "Upgrade of plugin %1$s successful"
29
  msgstr ""
30
 
31
+ #: admin/admin.php:147 admin/includes/admin-settings.php:89
32
  msgid "Event List Settings"
33
  msgstr "Nastavitve seznama dogodkov"
34
 
35
+ #: admin/admin.php:147
36
  msgid "Settings"
37
  msgstr "Nastavitve"
38
 
39
+ #: admin/admin.php:151 admin/includes/admin-about.php:62
40
  msgid "About Event List"
41
  msgstr "O seznamu dogodkov"
42
 
43
+ #: admin/admin.php:151
44
  msgid "About"
45
  msgstr "Info"
46
 
47
+ #: admin/admin.php:175
48
  #, php-format
49
  msgid "%s Event"
50
  msgid_plural "%s Events"
53
  msgstr[2] ""
54
  msgstr[3] ""
55
 
56
+ #: admin/includes/admin-about.php:86 admin/includes/admin-settings.php:107
57
  msgid "General"
58
  msgstr ""
59
 
60
+ #: admin/includes/admin-about.php:87 admin/includes/admin-about.php:109
61
+ #: admin/includes/admin-about.php:162
62
  msgid "Shortcode Attributes"
63
  msgstr ""
64
 
65
+ #: admin/includes/admin-about.php:101
66
  msgid "Help and Instructions"
67
  msgstr ""
68
 
69
+ #: admin/includes/admin-about.php:102
70
  #, php-format
71
  msgid "You can manage the events %1$shere%2$s"
72
  msgstr ""
73
 
74
+ #: admin/includes/admin-about.php:103
75
  msgid "To show the events on your site you have 2 possibilities"
76
  msgstr ""
77
 
78
+ #: admin/includes/admin-about.php:104
79
  #, php-format
80
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
81
  msgstr ""
82
 
83
+ #: admin/includes/admin-about.php:105
84
  #, php-format
85
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
86
  msgstr ""
87
 
88
+ #: admin/includes/admin-about.php:106
89
  msgid ""
90
  "The displayed events and their style can be modified with the available "
91
  "widget settings and the available attributes for the shortcode."
98
  "available in the %1$s tab."
99
  msgstr ""
100
 
101
+ #: admin/includes/admin-about.php:111
102
  msgid "The available widget options are described in their tooltip text."
103
  msgstr ""
104
 
105
+ #: admin/includes/admin-about.php:113
106
  #, php-format
107
  msgid ""
108
  "If you enable one of the links options (%1$s or %2$s) in the widget you have"
109
  " to insert an URL to the linked event-list page."
110
  msgstr ""
111
 
112
+ #: admin/includes/admin-about.php:114 includes/widget_helptexts.php:134
113
  msgid "Add links to the single events"
114
  msgstr ""
115
 
116
+ #: admin/includes/admin-about.php:115 includes/widget_helptexts.php:143
117
  msgid "Add a link to the Event List page"
118
  msgstr ""
119
 
120
+ #: admin/includes/admin-about.php:117
121
  msgid ""
122
  "This is required because the widget does not know in which page or post the "
123
  "shortcode was included."
124
  msgstr ""
125
 
126
+ #: admin/includes/admin-about.php:118
127
  msgid ""
128
  "Additionally you have to insert the correct Shortcode id on the linked page."
129
  " This id describes which shortcode should be used on the given page or post "
130
  "if you have more than one."
131
  msgstr ""
132
 
133
+ #: admin/includes/admin-about.php:120
134
  #, php-format
135
  msgid ""
136
  "The default value %1$s is normally o.k. (for pages with 1 shortcode only), "
138
  "link on your linked page or post."
139
  msgstr ""
140
 
141
+ #: admin/includes/admin-about.php:124
142
  #, php-format
143
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
144
  msgstr ""
145
 
146
+ #: admin/includes/admin-about.php:129
147
  #, php-format
148
  msgid ""
149
  "Be sure to also check the %1$s to get the plugin behaving just the way you "
150
  "want."
151
  msgstr ""
152
 
153
+ #: admin/includes/admin-about.php:130
154
  msgid "Settings page"
155
  msgstr ""
156
 
157
+ #: admin/includes/admin-about.php:138
158
  msgid "About the plugin author"
159
  msgstr ""
160
 
161
+ #: admin/includes/admin-about.php:141
162
  #, php-format
163
  msgid ""
164
  "This plugin is developed by %1$s, you can find more information about the "
165
  "plugin on the %2$s."
166
  msgstr ""
167
 
168
+ #: admin/includes/admin-about.php:143
169
  msgid "WordPress plugin site"
170
  msgstr ""
171
 
172
+ #: admin/includes/admin-about.php:146
173
  #, php-format
174
  msgid "If you like the plugin please rate it on the %1$s."
175
  msgstr ""
176
 
177
+ #: admin/includes/admin-about.php:147
178
  msgid "WordPress plugin review site"
179
  msgstr ""
180
 
181
+ #: admin/includes/admin-about.php:149
182
  msgid ""
183
  "If you want to support the plugin I would be happy to get a small donation"
184
  msgstr ""
185
 
186
+ #: admin/includes/admin-about.php:151 admin/includes/admin-about.php:153
187
+ #: admin/includes/admin-about.php:155
188
  #, php-format
189
  msgid "Donate with %1$s"
190
  msgstr ""
191
 
192
+ #: admin/includes/admin-about.php:164
193
  msgid ""
194
  "You have the possibility to modify the output if you add some of the "
195
  "following attributes to the shortcode."
196
  msgstr ""
197
 
198
+ #: admin/includes/admin-about.php:166
199
  #, php-format
200
  msgid ""
201
  "You can combine and add as much attributes as you want. E.g. the shortcode "
202
  "including the attributes %1$s and %2$s would looks like this:"
203
  msgstr ""
204
 
205
+ #: admin/includes/admin-about.php:171
206
  msgid ""
207
  "Below you can find a list of all supported attributes with their "
208
  "descriptions and available options:"
209
  msgstr ""
210
 
211
+ #: admin/includes/admin-about.php:186
212
  msgid "Attribute name"
213
  msgstr ""
214
 
215
+ #: admin/includes/admin-about.php:187
216
  msgid "Value options"
217
  msgstr ""
218
 
219
+ #: admin/includes/admin-about.php:188
220
  msgid "Default value"
221
  msgstr ""
222
 
223
+ #: admin/includes/admin-about.php:189
224
  msgid "Description"
225
  msgstr ""
226
 
227
+ #: admin/includes/admin-about.php:208 includes/sc_event-list_helptexts.php:74
228
  #: includes/sc_event-list_helptexts.php:91
229
  msgid "Filter Syntax"
230
  msgstr ""
231
 
232
+ #: admin/includes/admin-about.php:209
233
  msgid ""
234
  "For date and cat filters you can specify complex filters with the following "
235
  "syntax:"
236
  msgstr ""
237
 
238
+ #: admin/includes/admin-about.php:211
239
  #, php-format
240
  msgid ""
241
  "You can use %1$s and %2$s connections to define complex filters. "
242
  "Additionally you can set brackets %3$s for nested queries."
243
  msgstr ""
244
 
245
+ #: admin/includes/admin-about.php:212
246
  msgid "AND"
247
  msgstr ""
248
 
249
+ #: admin/includes/admin-about.php:213
250
  msgid "OR"
251
  msgstr ""
252
 
253
+ #: admin/includes/admin-about.php:213
254
  msgid "or"
255
  msgstr ""
256
 
257
+ #: admin/includes/admin-about.php:214
258
  msgid "and"
259
  msgstr ""
260
 
261
+ #: admin/includes/admin-about.php:216
262
  msgid "Examples for cat filters:"
263
  msgstr ""
264
 
265
+ #: admin/includes/admin-about.php:217
266
  #, php-format
267
  msgid "Show all events with category %1$s."
268
  msgstr ""
269
 
270
+ #: admin/includes/admin-about.php:218
271
  #, php-format
272
  msgid "Show all events with category %1$s or %2$s."
273
  msgstr ""
274
 
275
+ #: admin/includes/admin-about.php:220
276
  #, php-format
277
  msgid ""
278
  "Show all events with category %1$s and all events where category %2$s as "
279
  "well as %3$s is selected."
280
  msgstr ""
281
 
282
+ #: admin/includes/admin-about.php:226 includes/sc_event-list_helptexts.php:69
283
  msgid "Available Date Formats"
284
  msgstr ""
285
 
286
+ #: admin/includes/admin-about.php:227
287
  msgid "For date filters you can use the following date formats:"
288
  msgstr ""
289
 
290
+ #: admin/includes/admin-about.php:236 includes/sc_event-list_helptexts.php:70
291
  msgid "Available Date Range Formats"
292
  msgstr ""
293
 
294
+ #: admin/includes/admin-about.php:237
295
  msgid "For date filters you can use the following daterange formats:"
296
  msgstr ""
297
 
298
+ #: admin/includes/admin-about.php:250
299
  msgid "Value"
300
  msgstr ""
301
 
302
+ #: admin/includes/admin-about.php:254
303
  msgid "Example"
304
  msgstr ""
305
 
306
+ #: admin/includes/admin-categories.php:77
307
  msgid "Synchronize with post categories"
308
  msgstr ""
309
 
310
+ #: admin/includes/admin-categories.php:87
311
  #, php-format
312
  msgid "%1$s categories modified (%2$s)"
313
  msgstr ""
314
 
315
+ #: admin/includes/admin-categories.php:88
316
  #, php-format
317
  msgid "%1$s categories added (%2$s)"
318
  msgstr ""
319
 
320
+ #: admin/includes/admin-categories.php:89
321
  #, php-format
322
  msgid "%1$s categories deleted (%2$s)"
323
  msgstr ""
324
 
325
+ #: admin/includes/admin-categories.php:92
326
  #, php-format
327
  msgid "%1$s categories not modified (%2$s)"
328
  msgstr ""
329
 
330
+ #: admin/includes/admin-categories.php:93
331
  #, php-format
332
  msgid "%1$s categories not added (%2$s)"
333
  msgstr ""
334
 
335
+ #: admin/includes/admin-categories.php:94
336
  #, php-format
337
  msgid "%1$s categories not deleted (%2$s)"
338
  msgstr ""
339
 
340
+ #: admin/includes/admin-categories.php:97
341
  msgid "An Error occured during the category sync"
342
  msgstr ""
343
 
344
+ #: admin/includes/admin-categories.php:100
345
  msgid "Category sync finished"
346
  msgstr ""
347
 
348
+ #: admin/includes/admin-category-sync.php:76
349
  msgid "Error: You are not allowed to view this page!"
350
  msgstr ""
351
 
352
+ #: admin/includes/admin-category-sync.php:92
353
  msgid "Affected Categories when switching to seperate Event Categories"
354
  msgstr ""
355
 
356
+ #: admin/includes/admin-category-sync.php:93
357
  msgid "Switch option to seperate Event Categories"
358
  msgstr ""
359
 
360
+ #: admin/includes/admin-category-sync.php:94
361
  msgid ""
362
  "If you proceed, all post categories will be copied and all events will be "
363
  "re-assigned to this new categories."
364
  msgstr ""
365
 
366
+ #: admin/includes/admin-category-sync.php:95
367
  msgid ""
368
  "Afterwards the event categories are independent of the post categories."
369
  msgstr ""
370
 
371
+ #: admin/includes/admin-category-sync.php:97
372
  msgid "Affected Categories when switching to use Post Categories for events"
373
  msgstr ""
374
 
375
+ #: admin/includes/admin-category-sync.php:98
376
  msgid "Switch option to use Post Categories for events"
377
  msgstr ""
378
 
379
+ #: admin/includes/admin-category-sync.php:99
380
  msgid ""
381
  "Take a detailed look at the affected categories above before you proceed! "
382
  "All seperate event categories will be deleted, this cannot be undone!"
383
  msgstr ""
384
 
385
+ #: admin/includes/admin-category-sync.php:102
386
  msgid "Event Categories: Synchronise with Post Categories"
387
  msgstr ""
388
 
389
+ #: admin/includes/admin-category-sync.php:103
390
  msgid "Start synchronisation"
391
  msgstr ""
392
 
393
+ #: admin/includes/admin-category-sync.php:104
394
  msgid ""
395
  "If this option is enabled the above listed categories will be deleted and "
396
  "removed from the existing events!"
397
  msgstr ""
398
 
399
+ #: admin/includes/admin-category-sync.php:119
400
  msgid "Categories to modify"
401
  msgstr ""
402
 
403
+ #: admin/includes/admin-category-sync.php:120
404
  msgid "Categories to add"
405
  msgstr ""
406
 
407
+ #: admin/includes/admin-category-sync.php:121
408
  msgid "Categories to delete (optional)"
409
  msgstr ""
410
 
411
+ #: admin/includes/admin-category-sync.php:122
412
  msgid "Delete not available post categories"
413
  msgstr ""
414
 
415
+ #: admin/includes/admin-category-sync.php:125
416
  msgid "Categories with differences"
417
  msgstr ""
418
 
419
+ #: admin/includes/admin-category-sync.php:126
420
  msgid "Categories to add (optional)"
421
  msgstr ""
422
 
423
+ #: admin/includes/admin-category-sync.php:127
424
  msgid "Add not available post categories"
425
  msgstr ""
426
 
427
+ #: admin/includes/admin-category-sync.php:146
428
  msgid "none"
429
  msgstr ""
430
 
431
+ #: admin/includes/admin-import.php:90
432
  msgid "Import Events"
433
  msgstr ""
434
 
435
+ #: admin/includes/admin-import.php:109 admin/includes/admin-import.php:154
436
+ #: admin/includes/admin-import.php:261
437
  msgid "Step"
438
  msgstr ""
439
 
440
+ #: admin/includes/admin-import.php:109
441
  msgid "Set import file and options"
442
  msgstr ""
443
 
444
+ #: admin/includes/admin-import.php:114
445
  #, php-format
446
  msgid "Proceed with Step %1$s"
447
  msgstr ""
448
 
449
+ #: admin/includes/admin-import.php:117
450
  msgid "Example file"
451
  msgstr ""
452
 
453
+ #: admin/includes/admin-import.php:119
454
  #, php-format
455
  msgid ""
456
  "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
457
  msgstr ""
458
 
459
+ #: admin/includes/admin-import.php:123
460
  msgid "Note"
461
  msgstr ""
462
 
463
+ #: admin/includes/admin-import.php:124
464
  msgid ""
465
  "Do not change the column header and separator line (first two lines), "
466
  "otherwise the import will fail!"
467
  msgstr ""
468
 
469
+ #: admin/includes/admin-import.php:133 admin/includes/admin-import.php:141
470
  msgid "Sorry, there has been an error."
471
  msgstr ""
472
 
473
+ #: admin/includes/admin-import.php:134
474
  msgid "The file does not exist, please try again."
475
  msgstr ""
476
 
477
+ #: admin/includes/admin-import.php:142
478
  msgid "The uploaded file does not have the required csv extension."
479
  msgstr ""
480
 
481
+ #: admin/includes/admin-import.php:154
482
  msgid "Events review and additonal category selection"
483
  msgstr ""
484
 
485
+ #: admin/includes/admin-import.php:160 admin/includes/admin-import.php:171
486
  msgid "Error"
487
  msgstr ""
488
 
489
+ #: admin/includes/admin-import.php:160
490
  msgid "This CSV file cannot be imported"
491
  msgstr ""
492
 
493
+ #: admin/includes/admin-import.php:171
494
  msgid "None of the events in this CSV file can be imported"
495
  msgstr ""
496
 
497
+ #: admin/includes/admin-import.php:174 admin/includes/admin-import.php:219
498
  msgid "Warning"
499
  msgstr ""
500
 
501
+ #: admin/includes/admin-import.php:177
502
  #, php-format
503
  msgid "There is %1$s event which cannot be imported"
504
  msgid_plural "There are %1$s events which cannot be imported"
507
  msgstr[2] ""
508
  msgstr[3] ""
509
 
510
+ #: admin/includes/admin-import.php:190
511
  #, php-format
512
  msgid "CSV line %1$s"
513
  msgstr ""
514
 
515
+ #: admin/includes/admin-import.php:200
516
  msgid "You can still import all other events listed below."
517
  msgstr ""
518
 
519
+ #: admin/includes/admin-import.php:220
520
  msgid ""
521
  "The following category slugs are not available and will be removed from the "
522
  "imported events"
523
  msgstr ""
524
 
525
+ #: admin/includes/admin-import.php:226
526
  msgid ""
527
  "If you want to keep these categories, please create these Categories first "
528
  "and do the import afterwards."
529
  msgstr ""
530
 
531
+ #: admin/includes/admin-import.php:261
532
  msgid "Import result"
533
  msgstr ""
534
 
535
+ #: admin/includes/admin-import.php:264
536
  #, php-format
537
  msgid "Import of %1$s events successful!"
538
  msgstr ""
539
 
540
+ #: admin/includes/admin-import.php:265
541
  msgid "Go back to All Events"
542
  msgstr ""
543
 
544
+ #: admin/includes/admin-import.php:268
545
  msgid "Errors during Import"
546
  msgstr ""
547
 
548
+ #: admin/includes/admin-import.php:276
549
  msgid "Event from CSV-line"
550
  msgstr ""
551
 
552
+ #: admin/includes/admin-import.php:288 admin/includes/admin-main.php:108
553
  #: includes/widget_helptexts.php:9
554
  msgid "Title"
555
  msgstr ""
556
 
557
+ #: admin/includes/admin-import.php:289
558
  msgid "Start Date"
559
  msgstr ""
560
 
561
+ #: admin/includes/admin-import.php:290
562
  msgid "End Date"
563
  msgstr ""
564
 
565
+ #: admin/includes/admin-import.php:291 admin/includes/admin-new.php:132
566
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
567
+ #: includes/rss.php:116
568
  msgid "Time"
569
  msgstr ""
570
 
571
+ #: admin/includes/admin-import.php:292 admin/includes/admin-main.php:109
572
+ #: admin/includes/admin-new.php:134 includes/options_helptexts.php:75
573
+ #: includes/options_helptexts.php:76 includes/rss.php:119
574
  msgid "Location"
575
  msgstr ""
576
 
577
+ #: admin/includes/admin-import.php:293
578
  msgid "Content"
579
  msgstr ""
580
 
581
+ #: admin/includes/admin-import.php:294
582
  msgid "Category slugs"
583
  msgstr ""
584
 
585
+ #: admin/includes/admin-import.php:340
586
  msgid "Header line is missing or not correct!"
587
  msgstr ""
588
 
589
+ #: admin/includes/admin-import.php:341
590
  #, php-format
591
  msgid ""
592
  "Have a look at the %1$sexample file%2$s to see the correct header line "
593
  "format."
594
  msgstr ""
595
 
596
+ #: admin/includes/admin-import.php:350
597
  #, php-format
598
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
599
  msgstr ""
600
 
601
+ #: admin/includes/admin-import.php:399
602
+ msgid "Import events"
603
  msgstr ""
604
 
605
+ #: admin/includes/admin-import.php:400
606
+ msgid "Add additional categories"
607
  msgstr ""
608
 
609
+ #: admin/includes/admin-import.php:430 includes/events_post_type.php:92
610
+ msgid "No events found"
611
  msgstr ""
612
 
613
+ #: admin/includes/admin-import.php:478
614
+ msgid "Saving of event failed!"
615
  msgstr ""
616
 
617
+ #: admin/includes/admin-import.php:496
618
+ msgid "Empty event title found"
619
  msgstr ""
620
 
621
+ #: admin/includes/admin-import.php:501
622
+ msgid "Wrong date format for startdate"
623
  msgstr ""
624
 
625
+ #: admin/includes/admin-import.php:509
626
+ msgid "Wrong date format for enddate"
627
  msgstr ""
628
 
629
+ #: admin/includes/admin-main.php:107
630
  msgid "Event Date"
631
  msgstr ""
632
 
633
+ #: admin/includes/admin-main.php:112
634
  msgid "Author"
635
  msgstr ""
636
 
637
+ #: admin/includes/admin-main.php:181
638
  #, php-format
639
  msgid "Add a copy of %1$s"
640
  msgstr ""
641
 
642
+ #: admin/includes/admin-main.php:181
643
  msgid "Copy"
644
  msgstr ""
645
 
646
+ #: admin/includes/admin-main.php:269
647
  msgid "Import"
648
  msgstr ""
649
 
650
+ #: admin/includes/admin-new.php:82
651
  msgid "Event data"
652
  msgstr ""
653
 
654
+ #: admin/includes/admin-new.php:115
655
  msgid "Add Copy"
656
  msgstr ""
657
 
658
+ #: admin/includes/admin-new.php:123
659
  msgid "Date"
660
  msgstr ""
661
 
662
+ #: admin/includes/admin-new.php:123
663
  msgid "required"
664
  msgstr ""
665
 
666
+ #: admin/includes/admin-new.php:128
667
  msgid "Multi-Day Event"
668
  msgstr ""
669
 
670
+ #: admin/includes/admin-new.php:148
671
  msgid "Event Title"
672
  msgstr ""
673
 
674
+ #: admin/includes/admin-new.php:165
675
  msgid "Event Content"
676
  msgstr ""
677
 
678
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:246
679
  msgid "Event updated."
680
  msgstr ""
681
 
682
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:248
683
  msgid "View event"
684
  msgstr ""
685
 
686
+ #: admin/includes/admin-new.php:247
687
  #, php-format
688
  msgid "Event restored to revision from %1$s"
689
  msgstr ""
690
 
691
+ #: admin/includes/admin-new.php:248
692
  msgid "Event published."
693
  msgstr ""
694
 
695
+ #: admin/includes/admin-new.php:249
696
  msgid "Event saved."
697
  msgstr ""
698
 
699
+ #: admin/includes/admin-new.php:250
700
  msgid "Event submitted."
701
  msgstr ""
702
 
703
+ #: admin/includes/admin-new.php:251 admin/includes/admin-new.php:254
704
+ #: admin/includes/admin-new.php:256
705
  msgid "Preview event"
706
  msgstr ""
707
 
708
+ #: admin/includes/admin-new.php:253
709
  #, php-format
710
  msgid "Event scheduled for: %1$s>"
711
  msgstr ""
712
 
713
+ #: admin/includes/admin-new.php:255
714
  msgid "Event draft updated."
715
  msgstr ""
716
 
717
+ #: admin/includes/admin-settings.php:95
718
  msgid "Go to Event Category switching page"
719
  msgstr ""
720
 
721
+ #: admin/includes/admin-settings.php:108
722
  msgid "Frontend Settings"
723
  msgstr ""
724
 
725
+ #: admin/includes/admin-settings.php:109
726
  msgid "Admin Page Settings"
727
  msgstr ""
728
 
729
+ #: admin/includes/admin-settings.php:110
730
  msgid "Feed Settings"
731
  msgstr ""
732
 
733
+ #: admin/includes/admin-settings.php:111
734
  msgid "Category Taxonomy"
735
  msgstr ""
736
 
898
  msgstr ""
899
 
900
  #: includes/event.php:343 includes/event.php:345
901
+ #: includes/sc_event-list.php:325
902
  msgid "read more"
903
  msgstr ""
904
 
1426
  " switching page from here."
1427
  msgstr ""
1428
 
1429
+ #: includes/options.php:91
1430
  msgid "events"
1431
  msgstr ""
1432
 
1433
+ #: includes/options.php:95
1434
  msgid "Show content"
1435
  msgstr ""
1436
 
1437
+ #: includes/options.php:99
1438
  msgid "Hide content"
1439
  msgstr ""
1440
 
1525
  msgstr ""
1526
 
1527
  #: includes/sc_event-list_helptexts.php:82
1528
+ #, php-format
1529
  msgid ""
1530
  "This attribute defines the category filter which filters the events to show."
1531
+ " The default is %1$s or an empty string to show all events."
1532
  msgstr ""
1533
 
1534
  #: includes/sc_event-list_helptexts.php:86
1875
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1876
  msgstr ""
1877
 
1878
+ #: includes/sc_event-list.php:183
1879
  msgid "Sorry, the requested event is not available!"
1880
  msgstr ""
1881
 
1882
+ #: includes/sc_event-list.php:192
1883
  msgid "Event Information:"
1884
  msgstr ""
1885
 
1886
+ #: includes/sc_event-list.php:432
1887
  msgid "Link to RSS feed"
1888
  msgstr ""
1889
 
1890
+ #: includes/sc_event-list.php:442
1891
  msgid "Link to iCal feed"
1892
  msgstr ""
1893
 
2039
  "approriate option is selected."
2040
  msgstr ""
2041
 
2042
+ #: includes/widget.php:37
2043
  msgid "With this widget a list of upcoming events can be displayed."
2044
  msgstr ""
2045
 
2046
+ #: includes/widget.php:42
2047
  msgid "Upcoming events"
2048
  msgstr ""
2049
 
2050
+ #: includes/widget.php:56
2051
  msgid "show events page"
2052
  msgstr ""
languages/event-list-sv_SE.po CHANGED
@@ -10,8 +10,8 @@ msgid ""
10
  msgstr ""
11
  "Project-Id-Version: wp-event-list\n"
12
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
13
- "POT-Creation-Date: 2022-02-19 18:08+0100\n"
14
- "PO-Revision-Date: 2022-02-19 17:09+0000\n"
15
  "Last-Translator: mibuthu\n"
16
  "Language-Team: Swedish (Sweden) (http://www.transifex.com/mibuthu/wp-event-list/language/sv_SE/)\n"
17
  "MIME-Version: 1.0\n"
@@ -20,72 +20,72 @@ msgstr ""
20
  "Language: sv_SE\n"
21
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
22
 
23
- #: admin/admin.php:90
24
  #, php-format
25
  msgid "Errors during upgrade of plugin %1$s"
26
  msgstr "Fel inträffade under uppdatering av tillägget %1$s"
27
 
28
- #: admin/admin.php:90
29
  #, php-format
30
  msgid "Upgrade of plugin %1$s successful"
31
  msgstr ""
32
 
33
- #: admin/admin.php:142 admin/includes/admin-settings.php:91
34
  msgid "Event List Settings"
35
  msgstr "Inställningar Event List"
36
 
37
- #: admin/admin.php:142
38
  msgid "Settings"
39
  msgstr "Inställningar"
40
 
41
- #: admin/admin.php:146 admin/includes/admin-about.php:63
42
  msgid "About Event List"
43
  msgstr "Om Event List"
44
 
45
- #: admin/admin.php:146
46
  msgid "About"
47
  msgstr "Om"
48
 
49
- #: admin/admin.php:170
50
  #, php-format
51
  msgid "%s Event"
52
  msgid_plural "%s Events"
53
  msgstr[0] ""
54
  msgstr[1] ""
55
 
56
- #: admin/includes/admin-about.php:87 admin/includes/admin-settings.php:110
57
  msgid "General"
58
  msgstr "Allmän"
59
 
60
- #: admin/includes/admin-about.php:88 admin/includes/admin-about.php:108
61
- #: admin/includes/admin-about.php:137
62
  msgid "Shortcode Attributes"
63
  msgstr "Shortcode Attribut"
64
 
65
- #: admin/includes/admin-about.php:102
66
  msgid "Help and Instructions"
67
  msgstr "Hjälp och instruktioner"
68
 
69
- #: admin/includes/admin-about.php:103
70
  #, php-format
71
  msgid "You can manage the events %1$shere%2$s"
72
  msgstr ""
73
 
74
- #: admin/includes/admin-about.php:104
75
  msgid "To show the events on your site you have 2 possibilities"
76
  msgstr "Du har 2 möjligheter att visa aktiviteter på din sida."
77
 
78
- #: admin/includes/admin-about.php:105
79
  #, php-format
80
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
81
  msgstr "du kan placera <strong>shortcode</strong> %1$s på vilken sida eller inlägg som helst"
82
 
83
- #: admin/includes/admin-about.php:106
84
  #, php-format
85
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
86
  msgstr "du kan lägga till <strong>widget</strong> %1$s i din sidmeny"
87
 
88
- #: admin/includes/admin-about.php:107
89
  msgid ""
90
  "The displayed events and their style can be modified with the available "
91
  "widget settings and the available attributes for the shortcode."
@@ -98,39 +98,39 @@ msgid ""
98
  "available in the %1$s tab."
99
  msgstr ""
100
 
101
- #: admin/includes/admin-about.php:109
102
  msgid "The available widget options are described in their tooltip text."
103
  msgstr "De tillgängliga widget alternativen finns beskrivet i tooltip texten."
104
 
105
- #: admin/includes/admin-about.php:110
106
  #, php-format
107
  msgid ""
108
  "If you enable one of the links options (%1$s or %2$s) in the widget you have"
109
  " to insert an URL to the linked event-list page."
110
  msgstr ""
111
 
112
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:134
113
  msgid "Add links to the single events"
114
  msgstr "Lägg till en länkar till enskilda aktiviteter"
115
 
116
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:143
117
  msgid "Add a link to the Event List page"
118
  msgstr "Lägg till en länk till Event List sidan"
119
 
120
- #: admin/includes/admin-about.php:111
121
  msgid ""
122
  "This is required because the widget does not know in which page or post the "
123
  "shortcode was included."
124
  msgstr ""
125
 
126
- #: admin/includes/admin-about.php:112
127
  msgid ""
128
  "Additionally you have to insert the correct Shortcode id on the linked page."
129
  " This id describes which shortcode should be used on the given page or post "
130
  "if you have more than one."
131
  msgstr ""
132
 
133
- #: admin/includes/admin-about.php:113
134
  #, php-format
135
  msgid ""
136
  "The default value %1$s is normally o.k. (for pages with 1 shortcode only), "
@@ -138,596 +138,597 @@ msgid ""
138
  "link on your linked page or post."
139
  msgstr ""
140
 
141
- #: admin/includes/admin-about.php:114
142
  #, php-format
143
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
144
  msgstr ""
145
 
146
- #: admin/includes/admin-about.php:116
147
  #, php-format
148
  msgid ""
149
  "Be sure to also check the %1$s to get the plugin behaving just the way you "
150
  "want."
151
  msgstr ""
152
 
153
- #: admin/includes/admin-about.php:116
154
  msgid "Settings page"
155
  msgstr ""
156
 
157
- #: admin/includes/admin-about.php:123
158
  msgid "About the plugin author"
159
  msgstr ""
160
 
161
- #: admin/includes/admin-about.php:125
162
  #, php-format
163
  msgid ""
164
  "This plugin is developed by %1$s, you can find more information about the "
165
  "plugin on the %2$s."
166
  msgstr ""
167
 
168
- #: admin/includes/admin-about.php:125
169
  msgid "WordPress plugin site"
170
  msgstr ""
171
 
172
- #: admin/includes/admin-about.php:126
173
  #, php-format
174
  msgid "If you like the plugin please rate it on the %1$s."
175
  msgstr ""
176
 
177
- #: admin/includes/admin-about.php:126
178
  msgid "WordPress plugin review site"
179
  msgstr ""
180
 
181
- #: admin/includes/admin-about.php:127
182
  msgid ""
183
  "If you want to support the plugin I would be happy to get a small donation"
184
  msgstr ""
185
 
186
- #: admin/includes/admin-about.php:128 admin/includes/admin-about.php:129
187
- #: admin/includes/admin-about.php:130
188
  #, php-format
189
  msgid "Donate with %1$s"
190
  msgstr ""
191
 
192
- #: admin/includes/admin-about.php:139
193
  msgid ""
194
  "You have the possibility to modify the output if you add some of the "
195
  "following attributes to the shortcode."
196
  msgstr "Du har möjlighet att ändra outputen om du lägger till några av följande attribut till shortcoden."
197
 
198
- #: admin/includes/admin-about.php:140
199
  #, php-format
200
  msgid ""
201
  "You can combine and add as much attributes as you want. E.g. the shortcode "
202
  "including the attributes %1$s and %2$s would looks like this:"
203
  msgstr "Du kan kombinera och lägga till så mmånga attribut som du vill. T.ex. den kortkod inklusive attribut %1$s and %2$s skulle se ut såhär:"
204
 
205
- #: admin/includes/admin-about.php:142
206
  msgid ""
207
  "Below you can find a list of all supported attributes with their "
208
  "descriptions and available options:"
209
  msgstr "Nedanför kan du se en lista med alla tillgängliga attribut med beskrivning samt tillgängliga alternativ:"
210
 
211
- #: admin/includes/admin-about.php:157
212
  msgid "Attribute name"
213
  msgstr "Attribut namn"
214
 
215
- #: admin/includes/admin-about.php:158
216
  msgid "Value options"
217
  msgstr "Värde alternativ"
218
 
219
- #: admin/includes/admin-about.php:159
220
  msgid "Default value"
221
  msgstr "Standard värde"
222
 
223
- #: admin/includes/admin-about.php:160
224
  msgid "Description"
225
  msgstr "Beskrivning"
226
 
227
- #: admin/includes/admin-about.php:179 includes/sc_event-list_helptexts.php:74
228
  #: includes/sc_event-list_helptexts.php:91
229
  msgid "Filter Syntax"
230
  msgstr "Filter Syntax"
231
 
232
- #: admin/includes/admin-about.php:180
233
  msgid ""
234
  "For date and cat filters you can specify complex filters with the following "
235
  "syntax:"
236
  msgstr "För datum och kat-filter kan du ange komplexa filter med följande syntax:"
237
 
238
- #: admin/includes/admin-about.php:181
239
  #, php-format
240
  msgid ""
241
  "You can use %1$s and %2$s connections to define complex filters. "
242
  "Additionally you can set brackets %3$s for nested queries."
243
  msgstr "Du kan använda %1$s och %2$s anslutningar för att definera komplexa filter. Dessutom akn du ställa in konsoler %3$s för kapslade frågor."
244
 
245
- #: admin/includes/admin-about.php:181
246
  msgid "AND"
247
  msgstr "AND"
248
 
249
- #: admin/includes/admin-about.php:181
250
  msgid "OR"
251
  msgstr "OR"
252
 
253
- #: admin/includes/admin-about.php:181
254
  msgid "or"
255
  msgstr "or"
256
 
257
- #: admin/includes/admin-about.php:181
258
  msgid "and"
259
  msgstr "and"
260
 
261
- #: admin/includes/admin-about.php:182
262
  msgid "Examples for cat filters:"
263
  msgstr "Exempel på kat filter:"
264
 
265
- #: admin/includes/admin-about.php:183
266
  #, php-format
267
  msgid "Show all events with category %1$s."
268
  msgstr "Visa alla aktiviteter med kategori %1$s."
269
 
270
- #: admin/includes/admin-about.php:184
271
  #, php-format
272
  msgid "Show all events with category %1$s or %2$s."
273
  msgstr "Visa alla aktiviteter med kategori %1$s eller %2$s."
274
 
275
- #: admin/includes/admin-about.php:185
276
  #, php-format
277
  msgid ""
278
  "Show all events with category %1$s and all events where category %2$s as "
279
  "well as %3$s is selected."
280
  msgstr "Visa alla aktiviteter med kategori %1$s och alla aktiviteter där kategori %2$s samt %3$s är markerad."
281
 
282
- #: admin/includes/admin-about.php:191 includes/sc_event-list_helptexts.php:69
283
  msgid "Available Date Formats"
284
  msgstr "Tillgängliga Datum Format"
285
 
286
- #: admin/includes/admin-about.php:192
287
  msgid "For date filters you can use the following date formats:"
288
  msgstr "För datumfilter kan du använda följande datumformat:"
289
 
290
- #: admin/includes/admin-about.php:201 includes/sc_event-list_helptexts.php:70
291
  msgid "Available Date Range Formats"
292
  msgstr "Tillgängliga Datum Räckvidd Format"
293
 
294
- #: admin/includes/admin-about.php:202
295
  msgid "For date filters you can use the following daterange formats:"
296
  msgstr "För datumfilter kan du använda följande datumräckviddsformat:"
297
 
298
- #: admin/includes/admin-about.php:215
299
  msgid "Value"
300
  msgstr "Värde"
301
 
302
- #: admin/includes/admin-about.php:219
303
  msgid "Example"
304
  msgstr "Exempel"
305
 
306
- #: admin/includes/admin-categories.php:79
307
  msgid "Synchronize with post categories"
308
  msgstr ""
309
 
310
- #: admin/includes/admin-categories.php:90
311
  #, php-format
312
  msgid "%1$s categories modified (%2$s)"
313
  msgstr ""
314
 
315
- #: admin/includes/admin-categories.php:91
316
  #, php-format
317
  msgid "%1$s categories added (%2$s)"
318
  msgstr ""
319
 
320
- #: admin/includes/admin-categories.php:92
321
  #, php-format
322
  msgid "%1$s categories deleted (%2$s)"
323
  msgstr ""
324
 
325
- #: admin/includes/admin-categories.php:95
326
  #, php-format
327
  msgid "%1$s categories not modified (%2$s)"
328
  msgstr ""
329
 
330
- #: admin/includes/admin-categories.php:96
331
  #, php-format
332
  msgid "%1$s categories not added (%2$s)"
333
  msgstr ""
334
 
335
- #: admin/includes/admin-categories.php:97
336
  #, php-format
337
  msgid "%1$s categories not deleted (%2$s)"
338
  msgstr ""
339
 
340
- #: admin/includes/admin-categories.php:100
341
  msgid "An Error occured during the category sync"
342
  msgstr ""
343
 
344
- #: admin/includes/admin-categories.php:103
345
  msgid "Category sync finished"
346
  msgstr ""
347
 
348
- #: admin/includes/admin-category-sync.php:77
349
  msgid "Error: You are not allowed to view this page!"
350
  msgstr ""
351
 
352
- #: admin/includes/admin-category-sync.php:93
353
  msgid "Affected Categories when switching to seperate Event Categories"
354
  msgstr ""
355
 
356
- #: admin/includes/admin-category-sync.php:94
357
  msgid "Switch option to seperate Event Categories"
358
  msgstr ""
359
 
360
- #: admin/includes/admin-category-sync.php:95
361
  msgid ""
362
  "If you proceed, all post categories will be copied and all events will be "
363
  "re-assigned to this new categories."
364
  msgstr ""
365
 
366
- #: admin/includes/admin-category-sync.php:96
367
  msgid ""
368
  "Afterwards the event categories are independent of the post categories."
369
  msgstr ""
370
 
371
- #: admin/includes/admin-category-sync.php:98
372
  msgid "Affected Categories when switching to use Post Categories for events"
373
  msgstr ""
374
 
375
- #: admin/includes/admin-category-sync.php:99
376
  msgid "Switch option to use Post Categories for events"
377
  msgstr ""
378
 
379
- #: admin/includes/admin-category-sync.php:100
380
  msgid ""
381
  "Take a detailed look at the affected categories above before you proceed! "
382
  "All seperate event categories will be deleted, this cannot be undone!"
383
  msgstr ""
384
 
385
- #: admin/includes/admin-category-sync.php:103
386
  msgid "Event Categories: Synchronise with Post Categories"
387
  msgstr ""
388
 
389
- #: admin/includes/admin-category-sync.php:104
390
  msgid "Start synchronisation"
391
  msgstr ""
392
 
393
- #: admin/includes/admin-category-sync.php:105
394
  msgid ""
395
  "If this option is enabled the above listed categories will be deleted and "
396
  "removed from the existing events!"
397
  msgstr ""
398
 
399
- #: admin/includes/admin-category-sync.php:120
400
  msgid "Categories to modify"
401
  msgstr ""
402
 
403
- #: admin/includes/admin-category-sync.php:121
404
  msgid "Categories to add"
405
  msgstr ""
406
 
407
- #: admin/includes/admin-category-sync.php:122
408
  msgid "Categories to delete (optional)"
409
  msgstr ""
410
 
411
- #: admin/includes/admin-category-sync.php:123
412
  msgid "Delete not available post categories"
413
  msgstr ""
414
 
415
- #: admin/includes/admin-category-sync.php:126
416
  msgid "Categories with differences"
417
  msgstr ""
418
 
419
- #: admin/includes/admin-category-sync.php:127
420
  msgid "Categories to add (optional)"
421
  msgstr ""
422
 
423
- #: admin/includes/admin-category-sync.php:128
424
  msgid "Add not available post categories"
425
  msgstr ""
426
 
427
- #: admin/includes/admin-category-sync.php:147
428
  msgid "none"
429
  msgstr ""
430
 
431
- #: admin/includes/admin-import.php:91
432
  msgid "Import Events"
433
  msgstr "Importera aktiviteter"
434
 
435
- #: admin/includes/admin-import.php:110 admin/includes/admin-import.php:150
436
- #: admin/includes/admin-import.php:254
437
  msgid "Step"
438
  msgstr "Steg"
439
 
440
- #: admin/includes/admin-import.php:110
441
  msgid "Set import file and options"
442
  msgstr "Ange importfilen och alternativ"
443
 
444
- #: admin/includes/admin-import.php:113
445
  #, php-format
446
  msgid "Proceed with Step %1$s"
447
  msgstr ""
448
 
449
- #: admin/includes/admin-import.php:116
450
  msgid "Example file"
451
  msgstr "Exempelfil"
452
 
453
- #: admin/includes/admin-import.php:117
454
  #, php-format
455
  msgid ""
456
  "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
457
  msgstr "Du kan ladda ner en exempelfil %1$shere%2$s (Kommaseparared CSV)"
458
 
459
- #: admin/includes/admin-import.php:118
460
  msgid "Note"
461
  msgstr "Anteckning"
462
 
463
- #: admin/includes/admin-import.php:118
464
  msgid ""
465
  "Do not change the column header and separator line (first two lines), "
466
  "otherwise the import will fail!"
467
  msgstr "Ändra inte raderna kolumnrubrik och separator (två rader), annars misslyckas importen!"
468
 
469
- #: admin/includes/admin-import.php:128 admin/includes/admin-import.php:137
470
  msgid "Sorry, there has been an error."
471
  msgstr "Tyvärr, det har blivit ett fel."
472
 
473
- #: admin/includes/admin-import.php:129
474
  msgid "The file does not exist, please try again."
475
  msgstr "Filen existerar inte, försök igen."
476
 
477
- #: admin/includes/admin-import.php:138
478
  msgid "The uploaded file does not have the required csv extension."
479
  msgstr ""
480
 
481
- #: admin/includes/admin-import.php:150
482
  msgid "Events review and additonal category selection"
483
  msgstr ""
484
 
485
- #: admin/includes/admin-import.php:156 admin/includes/admin-import.php:167
486
  msgid "Error"
487
  msgstr ""
488
 
489
- #: admin/includes/admin-import.php:156
490
  msgid "This CSV file cannot be imported"
491
  msgstr ""
492
 
493
- #: admin/includes/admin-import.php:167
494
  msgid "None of the events in this CSV file can be imported"
495
  msgstr ""
496
 
497
- #: admin/includes/admin-import.php:170 admin/includes/admin-import.php:213
498
  msgid "Warning"
499
  msgstr ""
500
 
501
- #: admin/includes/admin-import.php:172
502
  #, php-format
503
  msgid "There is %1$s event which cannot be imported"
504
  msgid_plural "There are %1$s events which cannot be imported"
505
  msgstr[0] ""
506
  msgstr[1] ""
507
 
508
- #: admin/includes/admin-import.php:184
509
  #, php-format
510
  msgid "CSV line %1$s"
511
  msgstr ""
512
 
513
- #: admin/includes/admin-import.php:194
514
  msgid "You can still import all other events listed below."
515
  msgstr ""
516
 
517
- #: admin/includes/admin-import.php:213
518
  msgid ""
519
  "The following category slugs are not available and will be removed from the "
520
  "imported events"
521
  msgstr ""
522
 
523
- #: admin/includes/admin-import.php:219
524
  msgid ""
525
  "If you want to keep these categories, please create these Categories first "
526
  "and do the import afterwards."
527
  msgstr ""
528
 
529
- #: admin/includes/admin-import.php:254
530
  msgid "Import result"
531
  msgstr ""
532
 
533
- #: admin/includes/admin-import.php:257
534
  #, php-format
535
  msgid "Import of %1$s events successful!"
536
  msgstr ""
537
 
538
- #: admin/includes/admin-import.php:258
539
  msgid "Go back to All Events"
540
  msgstr "Gå tillbaka till Alla aktiviteter"
541
 
542
- #: admin/includes/admin-import.php:261
543
  msgid "Errors during Import"
544
  msgstr ""
545
 
546
- #: admin/includes/admin-import.php:269
547
  msgid "Event from CSV-line"
548
  msgstr ""
549
 
550
- #: admin/includes/admin-import.php:281 admin/includes/admin-main.php:109
551
  #: includes/widget_helptexts.php:9
552
  msgid "Title"
553
  msgstr "Titel"
554
 
555
- #: admin/includes/admin-import.php:282
556
  msgid "Start Date"
557
  msgstr "Startdatum"
558
 
559
- #: admin/includes/admin-import.php:283
560
  msgid "End Date"
561
  msgstr "Slutdatum"
562
 
563
- #: admin/includes/admin-import.php:284 admin/includes/admin-new.php:131
564
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
 
565
  msgid "Time"
566
  msgstr "Tid"
567
 
568
- #: admin/includes/admin-import.php:285 admin/includes/admin-main.php:110
569
- #: admin/includes/admin-new.php:133 includes/options_helptexts.php:75
570
- #: includes/options_helptexts.php:76
571
  msgid "Location"
572
  msgstr "Plats"
573
 
574
- #: admin/includes/admin-import.php:286
575
  msgid "Content"
576
  msgstr ""
577
 
578
- #: admin/includes/admin-import.php:287
579
  msgid "Category slugs"
580
  msgstr ""
581
 
582
- #: admin/includes/admin-import.php:333
583
  msgid "Header line is missing or not correct!"
584
  msgstr ""
585
 
586
- #: admin/includes/admin-import.php:334
587
  #, php-format
588
  msgid ""
589
  "Have a look at the %1$sexample file%2$s to see the correct header line "
590
  "format."
591
  msgstr ""
592
 
593
- #: admin/includes/admin-import.php:341
594
  #, php-format
595
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
596
  msgstr ""
597
 
598
- #: admin/includes/admin-import.php:371
599
- msgid "Empty event title found"
600
  msgstr ""
601
 
602
- #: admin/includes/admin-import.php:377
603
- msgid "Wrong date format for startdate"
604
  msgstr ""
605
 
606
- #: admin/includes/admin-import.php:385
607
- msgid "Wrong date format for enddate"
608
  msgstr ""
609
 
610
- #: admin/includes/admin-import.php:439
611
- msgid "Import events"
612
  msgstr ""
613
 
614
- #: admin/includes/admin-import.php:440
615
- msgid "Add additional categories"
616
  msgstr ""
617
 
618
- #: admin/includes/admin-import.php:470 includes/events_post_type.php:92
619
- msgid "No events found"
620
  msgstr ""
621
 
622
- #: admin/includes/admin-import.php:518
623
- msgid "Saving of event failed!"
624
  msgstr ""
625
 
626
- #: admin/includes/admin-main.php:108
627
  msgid "Event Date"
628
  msgstr ""
629
 
630
- #: admin/includes/admin-main.php:113
631
  msgid "Author"
632
  msgstr "Författare"
633
 
634
- #: admin/includes/admin-main.php:182
635
  #, php-format
636
  msgid "Add a copy of %1$s"
637
  msgstr ""
638
 
639
- #: admin/includes/admin-main.php:182
640
  msgid "Copy"
641
  msgstr ""
642
 
643
- #: admin/includes/admin-main.php:268
644
  msgid "Import"
645
  msgstr "Importera"
646
 
647
- #: admin/includes/admin-new.php:83
648
  msgid "Event data"
649
  msgstr ""
650
 
651
- #: admin/includes/admin-new.php:116
652
  msgid "Add Copy"
653
  msgstr ""
654
 
655
- #: admin/includes/admin-new.php:124
656
  msgid "Date"
657
  msgstr "Datum"
658
 
659
- #: admin/includes/admin-new.php:124
660
  msgid "required"
661
  msgstr "krävs"
662
 
663
- #: admin/includes/admin-new.php:127
664
  msgid "Multi-Day Event"
665
  msgstr "Flerdagsaktivitet"
666
 
667
- #: admin/includes/admin-new.php:147
668
  msgid "Event Title"
669
  msgstr ""
670
 
671
- #: admin/includes/admin-new.php:164
672
  msgid "Event Content"
673
  msgstr ""
674
 
675
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:245
676
  msgid "Event updated."
677
  msgstr ""
678
 
679
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:247
680
  msgid "View event"
681
  msgstr ""
682
 
683
- #: admin/includes/admin-new.php:246
684
  #, php-format
685
  msgid "Event restored to revision from %1$s"
686
  msgstr ""
687
 
688
- #: admin/includes/admin-new.php:247
689
  msgid "Event published."
690
  msgstr ""
691
 
692
- #: admin/includes/admin-new.php:248
693
  msgid "Event saved."
694
  msgstr ""
695
 
696
- #: admin/includes/admin-new.php:249
697
  msgid "Event submitted."
698
  msgstr ""
699
 
700
- #: admin/includes/admin-new.php:249 admin/includes/admin-new.php:252
701
- #: admin/includes/admin-new.php:253
702
  msgid "Preview event"
703
  msgstr ""
704
 
705
- #: admin/includes/admin-new.php:251
706
  #, php-format
707
  msgid "Event scheduled for: %1$s>"
708
  msgstr ""
709
 
710
- #: admin/includes/admin-new.php:253
711
  msgid "Event draft updated."
712
  msgstr ""
713
 
714
- #: admin/includes/admin-settings.php:97
715
  msgid "Go to Event Category switching page"
716
  msgstr ""
717
 
718
- #: admin/includes/admin-settings.php:111
719
  msgid "Frontend Settings"
720
  msgstr "Utvisningsinställningar"
721
 
722
- #: admin/includes/admin-settings.php:112
723
  msgid "Admin Page Settings"
724
  msgstr "Admininstratörsinställningar"
725
 
726
- #: admin/includes/admin-settings.php:113
727
  msgid "Feed Settings"
728
  msgstr "Flödesinställningar"
729
 
730
- #: admin/includes/admin-settings.php:114
731
  msgid "Category Taxonomy"
732
  msgstr ""
733
 
@@ -895,7 +896,7 @@ msgid "No valid start date provided"
895
  msgstr ""
896
 
897
  #: includes/event.php:343 includes/event.php:345
898
- #: includes/sc_event-list.php:330
899
  msgid "read more"
900
  msgstr ""
901
 
@@ -1423,15 +1424,15 @@ msgid ""
1423
  " switching page from here."
1424
  msgstr ""
1425
 
1426
- #: includes/options.php:92
1427
  msgid "events"
1428
  msgstr ""
1429
 
1430
- #: includes/options.php:96
1431
  msgid "Show content"
1432
  msgstr ""
1433
 
1434
- #: includes/options.php:100
1435
  msgid "Hide content"
1436
  msgstr ""
1437
 
@@ -1522,9 +1523,10 @@ msgid "category slugs"
1522
  msgstr ""
1523
 
1524
  #: includes/sc_event-list_helptexts.php:82
 
1525
  msgid ""
1526
  "This attribute defines the category filter which filters the events to show."
1527
- " The default is $1$s or an empty string to show all events."
1528
  msgstr ""
1529
 
1530
  #: includes/sc_event-list_helptexts.php:86
@@ -1871,19 +1873,19 @@ msgid ""
1871
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1872
  msgstr ""
1873
 
1874
- #: includes/sc_event-list.php:184
1875
  msgid "Sorry, the requested event is not available!"
1876
  msgstr ""
1877
 
1878
- #: includes/sc_event-list.php:193
1879
  msgid "Event Information:"
1880
  msgstr "Aktivitets Information:"
1881
 
1882
- #: includes/sc_event-list.php:437
1883
  msgid "Link to RSS feed"
1884
  msgstr ""
1885
 
1886
- #: includes/sc_event-list.php:447
1887
  msgid "Link to iCal feed"
1888
  msgstr ""
1889
 
@@ -2035,14 +2037,14 @@ msgid ""
2035
  "approriate option is selected."
2036
  msgstr "Detta val definierar texten för länken till aktivitetslistssidan om aktiverad."
2037
 
2038
- #: includes/widget.php:38
2039
  msgid "With this widget a list of upcoming events can be displayed."
2040
  msgstr "Med denna widget visas en lista med kommande händelser."
2041
 
2042
- #: includes/widget.php:43
2043
  msgid "Upcoming events"
2044
  msgstr "Kommande aktiviteter"
2045
 
2046
- #: includes/widget.php:57
2047
  msgid "show events page"
2048
  msgstr "Visa aktivitetssidan"
10
  msgstr ""
11
  "Project-Id-Version: wp-event-list\n"
12
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
13
+ "POT-Creation-Date: 2022-03-07 19:10+0100\n"
14
+ "PO-Revision-Date: 2022-03-07 18:11+0000\n"
15
  "Last-Translator: mibuthu\n"
16
  "Language-Team: Swedish (Sweden) (http://www.transifex.com/mibuthu/wp-event-list/language/sv_SE/)\n"
17
  "MIME-Version: 1.0\n"
20
  "Language: sv_SE\n"
21
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
22
 
23
+ #: admin/admin.php:89
24
  #, php-format
25
  msgid "Errors during upgrade of plugin %1$s"
26
  msgstr "Fel inträffade under uppdatering av tillägget %1$s"
27
 
28
+ #: admin/admin.php:89
29
  #, php-format
30
  msgid "Upgrade of plugin %1$s successful"
31
  msgstr ""
32
 
33
+ #: admin/admin.php:147 admin/includes/admin-settings.php:89
34
  msgid "Event List Settings"
35
  msgstr "Inställningar Event List"
36
 
37
+ #: admin/admin.php:147
38
  msgid "Settings"
39
  msgstr "Inställningar"
40
 
41
+ #: admin/admin.php:151 admin/includes/admin-about.php:62
42
  msgid "About Event List"
43
  msgstr "Om Event List"
44
 
45
+ #: admin/admin.php:151
46
  msgid "About"
47
  msgstr "Om"
48
 
49
+ #: admin/admin.php:175
50
  #, php-format
51
  msgid "%s Event"
52
  msgid_plural "%s Events"
53
  msgstr[0] ""
54
  msgstr[1] ""
55
 
56
+ #: admin/includes/admin-about.php:86 admin/includes/admin-settings.php:107
57
  msgid "General"
58
  msgstr "Allmän"
59
 
60
+ #: admin/includes/admin-about.php:87 admin/includes/admin-about.php:109
61
+ #: admin/includes/admin-about.php:162
62
  msgid "Shortcode Attributes"
63
  msgstr "Shortcode Attribut"
64
 
65
+ #: admin/includes/admin-about.php:101
66
  msgid "Help and Instructions"
67
  msgstr "Hjälp och instruktioner"
68
 
69
+ #: admin/includes/admin-about.php:102
70
  #, php-format
71
  msgid "You can manage the events %1$shere%2$s"
72
  msgstr ""
73
 
74
+ #: admin/includes/admin-about.php:103
75
  msgid "To show the events on your site you have 2 possibilities"
76
  msgstr "Du har 2 möjligheter att visa aktiviteter på din sida."
77
 
78
+ #: admin/includes/admin-about.php:104
79
  #, php-format
80
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
81
  msgstr "du kan placera <strong>shortcode</strong> %1$s på vilken sida eller inlägg som helst"
82
 
83
+ #: admin/includes/admin-about.php:105
84
  #, php-format
85
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
86
  msgstr "du kan lägga till <strong>widget</strong> %1$s i din sidmeny"
87
 
88
+ #: admin/includes/admin-about.php:106
89
  msgid ""
90
  "The displayed events and their style can be modified with the available "
91
  "widget settings and the available attributes for the shortcode."
98
  "available in the %1$s tab."
99
  msgstr ""
100
 
101
+ #: admin/includes/admin-about.php:111
102
  msgid "The available widget options are described in their tooltip text."
103
  msgstr "De tillgängliga widget alternativen finns beskrivet i tooltip texten."
104
 
105
+ #: admin/includes/admin-about.php:113
106
  #, php-format
107
  msgid ""
108
  "If you enable one of the links options (%1$s or %2$s) in the widget you have"
109
  " to insert an URL to the linked event-list page."
110
  msgstr ""
111
 
112
+ #: admin/includes/admin-about.php:114 includes/widget_helptexts.php:134
113
  msgid "Add links to the single events"
114
  msgstr "Lägg till en länkar till enskilda aktiviteter"
115
 
116
+ #: admin/includes/admin-about.php:115 includes/widget_helptexts.php:143
117
  msgid "Add a link to the Event List page"
118
  msgstr "Lägg till en länk till Event List sidan"
119
 
120
+ #: admin/includes/admin-about.php:117
121
  msgid ""
122
  "This is required because the widget does not know in which page or post the "
123
  "shortcode was included."
124
  msgstr ""
125
 
126
+ #: admin/includes/admin-about.php:118
127
  msgid ""
128
  "Additionally you have to insert the correct Shortcode id on the linked page."
129
  " This id describes which shortcode should be used on the given page or post "
130
  "if you have more than one."
131
  msgstr ""
132
 
133
+ #: admin/includes/admin-about.php:120
134
  #, php-format
135
  msgid ""
136
  "The default value %1$s is normally o.k. (for pages with 1 shortcode only), "
138
  "link on your linked page or post."
139
  msgstr ""
140
 
141
+ #: admin/includes/admin-about.php:124
142
  #, php-format
143
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
144
  msgstr ""
145
 
146
+ #: admin/includes/admin-about.php:129
147
  #, php-format
148
  msgid ""
149
  "Be sure to also check the %1$s to get the plugin behaving just the way you "
150
  "want."
151
  msgstr ""
152
 
153
+ #: admin/includes/admin-about.php:130
154
  msgid "Settings page"
155
  msgstr ""
156
 
157
+ #: admin/includes/admin-about.php:138
158
  msgid "About the plugin author"
159
  msgstr ""
160
 
161
+ #: admin/includes/admin-about.php:141
162
  #, php-format
163
  msgid ""
164
  "This plugin is developed by %1$s, you can find more information about the "
165
  "plugin on the %2$s."
166
  msgstr ""
167
 
168
+ #: admin/includes/admin-about.php:143
169
  msgid "WordPress plugin site"
170
  msgstr ""
171
 
172
+ #: admin/includes/admin-about.php:146
173
  #, php-format
174
  msgid "If you like the plugin please rate it on the %1$s."
175
  msgstr ""
176
 
177
+ #: admin/includes/admin-about.php:147
178
  msgid "WordPress plugin review site"
179
  msgstr ""
180
 
181
+ #: admin/includes/admin-about.php:149
182
  msgid ""
183
  "If you want to support the plugin I would be happy to get a small donation"
184
  msgstr ""
185
 
186
+ #: admin/includes/admin-about.php:151 admin/includes/admin-about.php:153
187
+ #: admin/includes/admin-about.php:155
188
  #, php-format
189
  msgid "Donate with %1$s"
190
  msgstr ""
191
 
192
+ #: admin/includes/admin-about.php:164
193
  msgid ""
194
  "You have the possibility to modify the output if you add some of the "
195
  "following attributes to the shortcode."
196
  msgstr "Du har möjlighet att ändra outputen om du lägger till några av följande attribut till shortcoden."
197
 
198
+ #: admin/includes/admin-about.php:166
199
  #, php-format
200
  msgid ""
201
  "You can combine and add as much attributes as you want. E.g. the shortcode "
202
  "including the attributes %1$s and %2$s would looks like this:"
203
  msgstr "Du kan kombinera och lägga till så mmånga attribut som du vill. T.ex. den kortkod inklusive attribut %1$s and %2$s skulle se ut såhär:"
204
 
205
+ #: admin/includes/admin-about.php:171
206
  msgid ""
207
  "Below you can find a list of all supported attributes with their "
208
  "descriptions and available options:"
209
  msgstr "Nedanför kan du se en lista med alla tillgängliga attribut med beskrivning samt tillgängliga alternativ:"
210
 
211
+ #: admin/includes/admin-about.php:186
212
  msgid "Attribute name"
213
  msgstr "Attribut namn"
214
 
215
+ #: admin/includes/admin-about.php:187
216
  msgid "Value options"
217
  msgstr "Värde alternativ"
218
 
219
+ #: admin/includes/admin-about.php:188
220
  msgid "Default value"
221
  msgstr "Standard värde"
222
 
223
+ #: admin/includes/admin-about.php:189
224
  msgid "Description"
225
  msgstr "Beskrivning"
226
 
227
+ #: admin/includes/admin-about.php:208 includes/sc_event-list_helptexts.php:74
228
  #: includes/sc_event-list_helptexts.php:91
229
  msgid "Filter Syntax"
230
  msgstr "Filter Syntax"
231
 
232
+ #: admin/includes/admin-about.php:209
233
  msgid ""
234
  "For date and cat filters you can specify complex filters with the following "
235
  "syntax:"
236
  msgstr "För datum och kat-filter kan du ange komplexa filter med följande syntax:"
237
 
238
+ #: admin/includes/admin-about.php:211
239
  #, php-format
240
  msgid ""
241
  "You can use %1$s and %2$s connections to define complex filters. "
242
  "Additionally you can set brackets %3$s for nested queries."
243
  msgstr "Du kan använda %1$s och %2$s anslutningar för att definera komplexa filter. Dessutom akn du ställa in konsoler %3$s för kapslade frågor."
244
 
245
+ #: admin/includes/admin-about.php:212
246
  msgid "AND"
247
  msgstr "AND"
248
 
249
+ #: admin/includes/admin-about.php:213
250
  msgid "OR"
251
  msgstr "OR"
252
 
253
+ #: admin/includes/admin-about.php:213
254
  msgid "or"
255
  msgstr "or"
256
 
257
+ #: admin/includes/admin-about.php:214
258
  msgid "and"
259
  msgstr "and"
260
 
261
+ #: admin/includes/admin-about.php:216
262
  msgid "Examples for cat filters:"
263
  msgstr "Exempel på kat filter:"
264
 
265
+ #: admin/includes/admin-about.php:217
266
  #, php-format
267
  msgid "Show all events with category %1$s."
268
  msgstr "Visa alla aktiviteter med kategori %1$s."
269
 
270
+ #: admin/includes/admin-about.php:218
271
  #, php-format
272
  msgid "Show all events with category %1$s or %2$s."
273
  msgstr "Visa alla aktiviteter med kategori %1$s eller %2$s."
274
 
275
+ #: admin/includes/admin-about.php:220
276
  #, php-format
277
  msgid ""
278
  "Show all events with category %1$s and all events where category %2$s as "
279
  "well as %3$s is selected."
280
  msgstr "Visa alla aktiviteter med kategori %1$s och alla aktiviteter där kategori %2$s samt %3$s är markerad."
281
 
282
+ #: admin/includes/admin-about.php:226 includes/sc_event-list_helptexts.php:69
283
  msgid "Available Date Formats"
284
  msgstr "Tillgängliga Datum Format"
285
 
286
+ #: admin/includes/admin-about.php:227
287
  msgid "For date filters you can use the following date formats:"
288
  msgstr "För datumfilter kan du använda följande datumformat:"
289
 
290
+ #: admin/includes/admin-about.php:236 includes/sc_event-list_helptexts.php:70
291
  msgid "Available Date Range Formats"
292
  msgstr "Tillgängliga Datum Räckvidd Format"
293
 
294
+ #: admin/includes/admin-about.php:237
295
  msgid "For date filters you can use the following daterange formats:"
296
  msgstr "För datumfilter kan du använda följande datumräckviddsformat:"
297
 
298
+ #: admin/includes/admin-about.php:250
299
  msgid "Value"
300
  msgstr "Värde"
301
 
302
+ #: admin/includes/admin-about.php:254
303
  msgid "Example"
304
  msgstr "Exempel"
305
 
306
+ #: admin/includes/admin-categories.php:77
307
  msgid "Synchronize with post categories"
308
  msgstr ""
309
 
310
+ #: admin/includes/admin-categories.php:87
311
  #, php-format
312
  msgid "%1$s categories modified (%2$s)"
313
  msgstr ""
314
 
315
+ #: admin/includes/admin-categories.php:88
316
  #, php-format
317
  msgid "%1$s categories added (%2$s)"
318
  msgstr ""
319
 
320
+ #: admin/includes/admin-categories.php:89
321
  #, php-format
322
  msgid "%1$s categories deleted (%2$s)"
323
  msgstr ""
324
 
325
+ #: admin/includes/admin-categories.php:92
326
  #, php-format
327
  msgid "%1$s categories not modified (%2$s)"
328
  msgstr ""
329
 
330
+ #: admin/includes/admin-categories.php:93
331
  #, php-format
332
  msgid "%1$s categories not added (%2$s)"
333
  msgstr ""
334
 
335
+ #: admin/includes/admin-categories.php:94
336
  #, php-format
337
  msgid "%1$s categories not deleted (%2$s)"
338
  msgstr ""
339
 
340
+ #: admin/includes/admin-categories.php:97
341
  msgid "An Error occured during the category sync"
342
  msgstr ""
343
 
344
+ #: admin/includes/admin-categories.php:100
345
  msgid "Category sync finished"
346
  msgstr ""
347
 
348
+ #: admin/includes/admin-category-sync.php:76
349
  msgid "Error: You are not allowed to view this page!"
350
  msgstr ""
351
 
352
+ #: admin/includes/admin-category-sync.php:92
353
  msgid "Affected Categories when switching to seperate Event Categories"
354
  msgstr ""
355
 
356
+ #: admin/includes/admin-category-sync.php:93
357
  msgid "Switch option to seperate Event Categories"
358
  msgstr ""
359
 
360
+ #: admin/includes/admin-category-sync.php:94
361
  msgid ""
362
  "If you proceed, all post categories will be copied and all events will be "
363
  "re-assigned to this new categories."
364
  msgstr ""
365
 
366
+ #: admin/includes/admin-category-sync.php:95
367
  msgid ""
368
  "Afterwards the event categories are independent of the post categories."
369
  msgstr ""
370
 
371
+ #: admin/includes/admin-category-sync.php:97
372
  msgid "Affected Categories when switching to use Post Categories for events"
373
  msgstr ""
374
 
375
+ #: admin/includes/admin-category-sync.php:98
376
  msgid "Switch option to use Post Categories for events"
377
  msgstr ""
378
 
379
+ #: admin/includes/admin-category-sync.php:99
380
  msgid ""
381
  "Take a detailed look at the affected categories above before you proceed! "
382
  "All seperate event categories will be deleted, this cannot be undone!"
383
  msgstr ""
384
 
385
+ #: admin/includes/admin-category-sync.php:102
386
  msgid "Event Categories: Synchronise with Post Categories"
387
  msgstr ""
388
 
389
+ #: admin/includes/admin-category-sync.php:103
390
  msgid "Start synchronisation"
391
  msgstr ""
392
 
393
+ #: admin/includes/admin-category-sync.php:104
394
  msgid ""
395
  "If this option is enabled the above listed categories will be deleted and "
396
  "removed from the existing events!"
397
  msgstr ""
398
 
399
+ #: admin/includes/admin-category-sync.php:119
400
  msgid "Categories to modify"
401
  msgstr ""
402
 
403
+ #: admin/includes/admin-category-sync.php:120
404
  msgid "Categories to add"
405
  msgstr ""
406
 
407
+ #: admin/includes/admin-category-sync.php:121
408
  msgid "Categories to delete (optional)"
409
  msgstr ""
410
 
411
+ #: admin/includes/admin-category-sync.php:122
412
  msgid "Delete not available post categories"
413
  msgstr ""
414
 
415
+ #: admin/includes/admin-category-sync.php:125
416
  msgid "Categories with differences"
417
  msgstr ""
418
 
419
+ #: admin/includes/admin-category-sync.php:126
420
  msgid "Categories to add (optional)"
421
  msgstr ""
422
 
423
+ #: admin/includes/admin-category-sync.php:127
424
  msgid "Add not available post categories"
425
  msgstr ""
426
 
427
+ #: admin/includes/admin-category-sync.php:146
428
  msgid "none"
429
  msgstr ""
430
 
431
+ #: admin/includes/admin-import.php:90
432
  msgid "Import Events"
433
  msgstr "Importera aktiviteter"
434
 
435
+ #: admin/includes/admin-import.php:109 admin/includes/admin-import.php:154
436
+ #: admin/includes/admin-import.php:261
437
  msgid "Step"
438
  msgstr "Steg"
439
 
440
+ #: admin/includes/admin-import.php:109
441
  msgid "Set import file and options"
442
  msgstr "Ange importfilen och alternativ"
443
 
444
+ #: admin/includes/admin-import.php:114
445
  #, php-format
446
  msgid "Proceed with Step %1$s"
447
  msgstr ""
448
 
449
+ #: admin/includes/admin-import.php:117
450
  msgid "Example file"
451
  msgstr "Exempelfil"
452
 
453
+ #: admin/includes/admin-import.php:119
454
  #, php-format
455
  msgid ""
456
  "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
457
  msgstr "Du kan ladda ner en exempelfil %1$shere%2$s (Kommaseparared CSV)"
458
 
459
+ #: admin/includes/admin-import.php:123
460
  msgid "Note"
461
  msgstr "Anteckning"
462
 
463
+ #: admin/includes/admin-import.php:124
464
  msgid ""
465
  "Do not change the column header and separator line (first two lines), "
466
  "otherwise the import will fail!"
467
  msgstr "Ändra inte raderna kolumnrubrik och separator (två rader), annars misslyckas importen!"
468
 
469
+ #: admin/includes/admin-import.php:133 admin/includes/admin-import.php:141
470
  msgid "Sorry, there has been an error."
471
  msgstr "Tyvärr, det har blivit ett fel."
472
 
473
+ #: admin/includes/admin-import.php:134
474
  msgid "The file does not exist, please try again."
475
  msgstr "Filen existerar inte, försök igen."
476
 
477
+ #: admin/includes/admin-import.php:142
478
  msgid "The uploaded file does not have the required csv extension."
479
  msgstr ""
480
 
481
+ #: admin/includes/admin-import.php:154
482
  msgid "Events review and additonal category selection"
483
  msgstr ""
484
 
485
+ #: admin/includes/admin-import.php:160 admin/includes/admin-import.php:171
486
  msgid "Error"
487
  msgstr ""
488
 
489
+ #: admin/includes/admin-import.php:160
490
  msgid "This CSV file cannot be imported"
491
  msgstr ""
492
 
493
+ #: admin/includes/admin-import.php:171
494
  msgid "None of the events in this CSV file can be imported"
495
  msgstr ""
496
 
497
+ #: admin/includes/admin-import.php:174 admin/includes/admin-import.php:219
498
  msgid "Warning"
499
  msgstr ""
500
 
501
+ #: admin/includes/admin-import.php:177
502
  #, php-format
503
  msgid "There is %1$s event which cannot be imported"
504
  msgid_plural "There are %1$s events which cannot be imported"
505
  msgstr[0] ""
506
  msgstr[1] ""
507
 
508
+ #: admin/includes/admin-import.php:190
509
  #, php-format
510
  msgid "CSV line %1$s"
511
  msgstr ""
512
 
513
+ #: admin/includes/admin-import.php:200
514
  msgid "You can still import all other events listed below."
515
  msgstr ""
516
 
517
+ #: admin/includes/admin-import.php:220
518
  msgid ""
519
  "The following category slugs are not available and will be removed from the "
520
  "imported events"
521
  msgstr ""
522
 
523
+ #: admin/includes/admin-import.php:226
524
  msgid ""
525
  "If you want to keep these categories, please create these Categories first "
526
  "and do the import afterwards."
527
  msgstr ""
528
 
529
+ #: admin/includes/admin-import.php:261
530
  msgid "Import result"
531
  msgstr ""
532
 
533
+ #: admin/includes/admin-import.php:264
534
  #, php-format
535
  msgid "Import of %1$s events successful!"
536
  msgstr ""
537
 
538
+ #: admin/includes/admin-import.php:265
539
  msgid "Go back to All Events"
540
  msgstr "Gå tillbaka till Alla aktiviteter"
541
 
542
+ #: admin/includes/admin-import.php:268
543
  msgid "Errors during Import"
544
  msgstr ""
545
 
546
+ #: admin/includes/admin-import.php:276
547
  msgid "Event from CSV-line"
548
  msgstr ""
549
 
550
+ #: admin/includes/admin-import.php:288 admin/includes/admin-main.php:108
551
  #: includes/widget_helptexts.php:9
552
  msgid "Title"
553
  msgstr "Titel"
554
 
555
+ #: admin/includes/admin-import.php:289
556
  msgid "Start Date"
557
  msgstr "Startdatum"
558
 
559
+ #: admin/includes/admin-import.php:290
560
  msgid "End Date"
561
  msgstr "Slutdatum"
562
 
563
+ #: admin/includes/admin-import.php:291 admin/includes/admin-new.php:132
564
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
565
+ #: includes/rss.php:116
566
  msgid "Time"
567
  msgstr "Tid"
568
 
569
+ #: admin/includes/admin-import.php:292 admin/includes/admin-main.php:109
570
+ #: admin/includes/admin-new.php:134 includes/options_helptexts.php:75
571
+ #: includes/options_helptexts.php:76 includes/rss.php:119
572
  msgid "Location"
573
  msgstr "Plats"
574
 
575
+ #: admin/includes/admin-import.php:293
576
  msgid "Content"
577
  msgstr ""
578
 
579
+ #: admin/includes/admin-import.php:294
580
  msgid "Category slugs"
581
  msgstr ""
582
 
583
+ #: admin/includes/admin-import.php:340
584
  msgid "Header line is missing or not correct!"
585
  msgstr ""
586
 
587
+ #: admin/includes/admin-import.php:341
588
  #, php-format
589
  msgid ""
590
  "Have a look at the %1$sexample file%2$s to see the correct header line "
591
  "format."
592
  msgstr ""
593
 
594
+ #: admin/includes/admin-import.php:350
595
  #, php-format
596
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
597
  msgstr ""
598
 
599
+ #: admin/includes/admin-import.php:399
600
+ msgid "Import events"
601
  msgstr ""
602
 
603
+ #: admin/includes/admin-import.php:400
604
+ msgid "Add additional categories"
605
  msgstr ""
606
 
607
+ #: admin/includes/admin-import.php:430 includes/events_post_type.php:92
608
+ msgid "No events found"
609
  msgstr ""
610
 
611
+ #: admin/includes/admin-import.php:478
612
+ msgid "Saving of event failed!"
613
  msgstr ""
614
 
615
+ #: admin/includes/admin-import.php:496
616
+ msgid "Empty event title found"
617
  msgstr ""
618
 
619
+ #: admin/includes/admin-import.php:501
620
+ msgid "Wrong date format for startdate"
621
  msgstr ""
622
 
623
+ #: admin/includes/admin-import.php:509
624
+ msgid "Wrong date format for enddate"
625
  msgstr ""
626
 
627
+ #: admin/includes/admin-main.php:107
628
  msgid "Event Date"
629
  msgstr ""
630
 
631
+ #: admin/includes/admin-main.php:112
632
  msgid "Author"
633
  msgstr "Författare"
634
 
635
+ #: admin/includes/admin-main.php:181
636
  #, php-format
637
  msgid "Add a copy of %1$s"
638
  msgstr ""
639
 
640
+ #: admin/includes/admin-main.php:181
641
  msgid "Copy"
642
  msgstr ""
643
 
644
+ #: admin/includes/admin-main.php:269
645
  msgid "Import"
646
  msgstr "Importera"
647
 
648
+ #: admin/includes/admin-new.php:82
649
  msgid "Event data"
650
  msgstr ""
651
 
652
+ #: admin/includes/admin-new.php:115
653
  msgid "Add Copy"
654
  msgstr ""
655
 
656
+ #: admin/includes/admin-new.php:123
657
  msgid "Date"
658
  msgstr "Datum"
659
 
660
+ #: admin/includes/admin-new.php:123
661
  msgid "required"
662
  msgstr "krävs"
663
 
664
+ #: admin/includes/admin-new.php:128
665
  msgid "Multi-Day Event"
666
  msgstr "Flerdagsaktivitet"
667
 
668
+ #: admin/includes/admin-new.php:148
669
  msgid "Event Title"
670
  msgstr ""
671
 
672
+ #: admin/includes/admin-new.php:165
673
  msgid "Event Content"
674
  msgstr ""
675
 
676
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:246
677
  msgid "Event updated."
678
  msgstr ""
679
 
680
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:248
681
  msgid "View event"
682
  msgstr ""
683
 
684
+ #: admin/includes/admin-new.php:247
685
  #, php-format
686
  msgid "Event restored to revision from %1$s"
687
  msgstr ""
688
 
689
+ #: admin/includes/admin-new.php:248
690
  msgid "Event published."
691
  msgstr ""
692
 
693
+ #: admin/includes/admin-new.php:249
694
  msgid "Event saved."
695
  msgstr ""
696
 
697
+ #: admin/includes/admin-new.php:250
698
  msgid "Event submitted."
699
  msgstr ""
700
 
701
+ #: admin/includes/admin-new.php:251 admin/includes/admin-new.php:254
702
+ #: admin/includes/admin-new.php:256
703
  msgid "Preview event"
704
  msgstr ""
705
 
706
+ #: admin/includes/admin-new.php:253
707
  #, php-format
708
  msgid "Event scheduled for: %1$s>"
709
  msgstr ""
710
 
711
+ #: admin/includes/admin-new.php:255
712
  msgid "Event draft updated."
713
  msgstr ""
714
 
715
+ #: admin/includes/admin-settings.php:95
716
  msgid "Go to Event Category switching page"
717
  msgstr ""
718
 
719
+ #: admin/includes/admin-settings.php:108
720
  msgid "Frontend Settings"
721
  msgstr "Utvisningsinställningar"
722
 
723
+ #: admin/includes/admin-settings.php:109
724
  msgid "Admin Page Settings"
725
  msgstr "Admininstratörsinställningar"
726
 
727
+ #: admin/includes/admin-settings.php:110
728
  msgid "Feed Settings"
729
  msgstr "Flödesinställningar"
730
 
731
+ #: admin/includes/admin-settings.php:111
732
  msgid "Category Taxonomy"
733
  msgstr ""
734
 
896
  msgstr ""
897
 
898
  #: includes/event.php:343 includes/event.php:345
899
+ #: includes/sc_event-list.php:325
900
  msgid "read more"
901
  msgstr ""
902
 
1424
  " switching page from here."
1425
  msgstr ""
1426
 
1427
+ #: includes/options.php:91
1428
  msgid "events"
1429
  msgstr ""
1430
 
1431
+ #: includes/options.php:95
1432
  msgid "Show content"
1433
  msgstr ""
1434
 
1435
+ #: includes/options.php:99
1436
  msgid "Hide content"
1437
  msgstr ""
1438
 
1523
  msgstr ""
1524
 
1525
  #: includes/sc_event-list_helptexts.php:82
1526
+ #, php-format
1527
  msgid ""
1528
  "This attribute defines the category filter which filters the events to show."
1529
+ " The default is %1$s or an empty string to show all events."
1530
  msgstr ""
1531
 
1532
  #: includes/sc_event-list_helptexts.php:86
1873
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1874
  msgstr ""
1875
 
1876
+ #: includes/sc_event-list.php:183
1877
  msgid "Sorry, the requested event is not available!"
1878
  msgstr ""
1879
 
1880
+ #: includes/sc_event-list.php:192
1881
  msgid "Event Information:"
1882
  msgstr "Aktivitets Information:"
1883
 
1884
+ #: includes/sc_event-list.php:432
1885
  msgid "Link to RSS feed"
1886
  msgstr ""
1887
 
1888
+ #: includes/sc_event-list.php:442
1889
  msgid "Link to iCal feed"
1890
  msgstr ""
1891
 
2037
  "approriate option is selected."
2038
  msgstr "Detta val definierar texten för länken till aktivitetslistssidan om aktiverad."
2039
 
2040
+ #: includes/widget.php:37
2041
  msgid "With this widget a list of upcoming events can be displayed."
2042
  msgstr "Med denna widget visas en lista med kommande händelser."
2043
 
2044
+ #: includes/widget.php:42
2045
  msgid "Upcoming events"
2046
  msgstr "Kommande aktiviteter"
2047
 
2048
+ #: includes/widget.php:56
2049
  msgid "show events page"
2050
  msgstr "Visa aktivitetssidan"
languages/event-list-zh_CN.po CHANGED
@@ -8,8 +8,8 @@ msgid ""
8
  msgstr ""
9
  "Project-Id-Version: wp-event-list\n"
10
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
11
- "POT-Creation-Date: 2022-02-19 18:08+0100\n"
12
- "PO-Revision-Date: 2022-02-19 17:09+0000\n"
13
  "Last-Translator: mibuthu\n"
14
  "Language-Team: Chinese (China) (http://www.transifex.com/mibuthu/wp-event-list/language/zh_CN/)\n"
15
  "MIME-Version: 1.0\n"
@@ -18,71 +18,71 @@ msgstr ""
18
  "Language: zh_CN\n"
19
  "Plural-Forms: nplurals=1; plural=0;\n"
20
 
21
- #: admin/admin.php:90
22
  #, php-format
23
  msgid "Errors during upgrade of plugin %1$s"
24
  msgstr ""
25
 
26
- #: admin/admin.php:90
27
  #, php-format
28
  msgid "Upgrade of plugin %1$s successful"
29
  msgstr ""
30
 
31
- #: admin/admin.php:142 admin/includes/admin-settings.php:91
32
  msgid "Event List Settings"
33
  msgstr "活动列表设置"
34
 
35
- #: admin/admin.php:142
36
  msgid "Settings"
37
  msgstr "设置"
38
 
39
- #: admin/admin.php:146 admin/includes/admin-about.php:63
40
  msgid "About Event List"
41
  msgstr "有关活动列表"
42
 
43
- #: admin/admin.php:146
44
  msgid "About"
45
  msgstr "有关"
46
 
47
- #: admin/admin.php:170
48
  #, php-format
49
  msgid "%s Event"
50
  msgid_plural "%s Events"
51
  msgstr[0] ""
52
 
53
- #: admin/includes/admin-about.php:87 admin/includes/admin-settings.php:110
54
  msgid "General"
55
  msgstr "一般"
56
 
57
- #: admin/includes/admin-about.php:88 admin/includes/admin-about.php:108
58
- #: admin/includes/admin-about.php:137
59
  msgid "Shortcode Attributes"
60
  msgstr "段代码属性"
61
 
62
- #: admin/includes/admin-about.php:102
63
  msgid "Help and Instructions"
64
  msgstr "帮助和指引"
65
 
66
- #: admin/includes/admin-about.php:103
67
  #, php-format
68
  msgid "You can manage the events %1$shere%2$s"
69
  msgstr "您可以在%1$s这里%2$s管理活动"
70
 
71
- #: admin/includes/admin-about.php:104
72
  msgid "To show the events on your site you have 2 possibilities"
73
  msgstr "您有2种可能展示活动在您的网站"
74
 
75
- #: admin/includes/admin-about.php:105
76
  #, php-format
77
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
78
  msgstr "您可以将 <strong>短代码</strong> %1$s 放置到任何页面或文章中"
79
 
80
- #: admin/includes/admin-about.php:106
81
  #, php-format
82
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
83
  msgstr "您可以将<strong>小工具</strong> %1$s加入到边栏"
84
 
85
- #: admin/includes/admin-about.php:107
86
  msgid ""
87
  "The displayed events and their style can be modified with the available "
88
  "widget settings and the available attributes for the shortcode."
@@ -95,39 +95,39 @@ msgid ""
95
  "available in the %1$s tab."
96
  msgstr ""
97
 
98
- #: admin/includes/admin-about.php:109
99
  msgid "The available widget options are described in their tooltip text."
100
  msgstr ""
101
 
102
- #: admin/includes/admin-about.php:110
103
  #, php-format
104
  msgid ""
105
  "If you enable one of the links options (%1$s or %2$s) in the widget you have"
106
  " to insert an URL to the linked event-list page."
107
  msgstr ""
108
 
109
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:134
110
  msgid "Add links to the single events"
111
  msgstr ""
112
 
113
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:143
114
  msgid "Add a link to the Event List page"
115
  msgstr ""
116
 
117
- #: admin/includes/admin-about.php:111
118
  msgid ""
119
  "This is required because the widget does not know in which page or post the "
120
  "shortcode was included."
121
  msgstr ""
122
 
123
- #: admin/includes/admin-about.php:112
124
  msgid ""
125
  "Additionally you have to insert the correct Shortcode id on the linked page."
126
  " This id describes which shortcode should be used on the given page or post "
127
  "if you have more than one."
128
  msgstr ""
129
 
130
- #: admin/includes/admin-about.php:113
131
  #, php-format
132
  msgid ""
133
  "The default value %1$s is normally o.k. (for pages with 1 shortcode only), "
@@ -135,595 +135,596 @@ msgid ""
135
  "link on your linked page or post."
136
  msgstr ""
137
 
138
- #: admin/includes/admin-about.php:114
139
  #, php-format
140
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
141
  msgstr ""
142
 
143
- #: admin/includes/admin-about.php:116
144
  #, php-format
145
  msgid ""
146
  "Be sure to also check the %1$s to get the plugin behaving just the way you "
147
  "want."
148
  msgstr ""
149
 
150
- #: admin/includes/admin-about.php:116
151
  msgid "Settings page"
152
  msgstr ""
153
 
154
- #: admin/includes/admin-about.php:123
155
  msgid "About the plugin author"
156
  msgstr ""
157
 
158
- #: admin/includes/admin-about.php:125
159
  #, php-format
160
  msgid ""
161
  "This plugin is developed by %1$s, you can find more information about the "
162
  "plugin on the %2$s."
163
  msgstr ""
164
 
165
- #: admin/includes/admin-about.php:125
166
  msgid "WordPress plugin site"
167
  msgstr ""
168
 
169
- #: admin/includes/admin-about.php:126
170
  #, php-format
171
  msgid "If you like the plugin please rate it on the %1$s."
172
  msgstr ""
173
 
174
- #: admin/includes/admin-about.php:126
175
  msgid "WordPress plugin review site"
176
  msgstr ""
177
 
178
- #: admin/includes/admin-about.php:127
179
  msgid ""
180
  "If you want to support the plugin I would be happy to get a small donation"
181
  msgstr ""
182
 
183
- #: admin/includes/admin-about.php:128 admin/includes/admin-about.php:129
184
- #: admin/includes/admin-about.php:130
185
  #, php-format
186
  msgid "Donate with %1$s"
187
  msgstr ""
188
 
189
- #: admin/includes/admin-about.php:139
190
  msgid ""
191
  "You have the possibility to modify the output if you add some of the "
192
  "following attributes to the shortcode."
193
  msgstr ""
194
 
195
- #: admin/includes/admin-about.php:140
196
  #, php-format
197
  msgid ""
198
  "You can combine and add as much attributes as you want. E.g. the shortcode "
199
  "including the attributes %1$s and %2$s would looks like this:"
200
  msgstr ""
201
 
202
- #: admin/includes/admin-about.php:142
203
  msgid ""
204
  "Below you can find a list of all supported attributes with their "
205
  "descriptions and available options:"
206
  msgstr ""
207
 
208
- #: admin/includes/admin-about.php:157
209
  msgid "Attribute name"
210
  msgstr ""
211
 
212
- #: admin/includes/admin-about.php:158
213
  msgid "Value options"
214
  msgstr ""
215
 
216
- #: admin/includes/admin-about.php:159
217
  msgid "Default value"
218
  msgstr ""
219
 
220
- #: admin/includes/admin-about.php:160
221
  msgid "Description"
222
  msgstr ""
223
 
224
- #: admin/includes/admin-about.php:179 includes/sc_event-list_helptexts.php:74
225
  #: includes/sc_event-list_helptexts.php:91
226
  msgid "Filter Syntax"
227
  msgstr ""
228
 
229
- #: admin/includes/admin-about.php:180
230
  msgid ""
231
  "For date and cat filters you can specify complex filters with the following "
232
  "syntax:"
233
  msgstr ""
234
 
235
- #: admin/includes/admin-about.php:181
236
  #, php-format
237
  msgid ""
238
  "You can use %1$s and %2$s connections to define complex filters. "
239
  "Additionally you can set brackets %3$s for nested queries."
240
  msgstr ""
241
 
242
- #: admin/includes/admin-about.php:181
243
  msgid "AND"
244
  msgstr ""
245
 
246
- #: admin/includes/admin-about.php:181
247
  msgid "OR"
248
  msgstr ""
249
 
250
- #: admin/includes/admin-about.php:181
251
  msgid "or"
252
  msgstr ""
253
 
254
- #: admin/includes/admin-about.php:181
255
  msgid "and"
256
  msgstr ""
257
 
258
- #: admin/includes/admin-about.php:182
259
  msgid "Examples for cat filters:"
260
  msgstr ""
261
 
262
- #: admin/includes/admin-about.php:183
263
  #, php-format
264
  msgid "Show all events with category %1$s."
265
  msgstr ""
266
 
267
- #: admin/includes/admin-about.php:184
268
  #, php-format
269
  msgid "Show all events with category %1$s or %2$s."
270
  msgstr ""
271
 
272
- #: admin/includes/admin-about.php:185
273
  #, php-format
274
  msgid ""
275
  "Show all events with category %1$s and all events where category %2$s as "
276
  "well as %3$s is selected."
277
  msgstr ""
278
 
279
- #: admin/includes/admin-about.php:191 includes/sc_event-list_helptexts.php:69
280
  msgid "Available Date Formats"
281
  msgstr ""
282
 
283
- #: admin/includes/admin-about.php:192
284
  msgid "For date filters you can use the following date formats:"
285
  msgstr ""
286
 
287
- #: admin/includes/admin-about.php:201 includes/sc_event-list_helptexts.php:70
288
  msgid "Available Date Range Formats"
289
  msgstr ""
290
 
291
- #: admin/includes/admin-about.php:202
292
  msgid "For date filters you can use the following daterange formats:"
293
  msgstr ""
294
 
295
- #: admin/includes/admin-about.php:215
296
  msgid "Value"
297
  msgstr "地点"
298
 
299
- #: admin/includes/admin-about.php:219
300
  msgid "Example"
301
  msgstr "范例"
302
 
303
- #: admin/includes/admin-categories.php:79
304
  msgid "Synchronize with post categories"
305
  msgstr ""
306
 
307
- #: admin/includes/admin-categories.php:90
308
  #, php-format
309
  msgid "%1$s categories modified (%2$s)"
310
  msgstr ""
311
 
312
- #: admin/includes/admin-categories.php:91
313
  #, php-format
314
  msgid "%1$s categories added (%2$s)"
315
  msgstr ""
316
 
317
- #: admin/includes/admin-categories.php:92
318
  #, php-format
319
  msgid "%1$s categories deleted (%2$s)"
320
  msgstr ""
321
 
322
- #: admin/includes/admin-categories.php:95
323
  #, php-format
324
  msgid "%1$s categories not modified (%2$s)"
325
  msgstr ""
326
 
327
- #: admin/includes/admin-categories.php:96
328
  #, php-format
329
  msgid "%1$s categories not added (%2$s)"
330
  msgstr ""
331
 
332
- #: admin/includes/admin-categories.php:97
333
  #, php-format
334
  msgid "%1$s categories not deleted (%2$s)"
335
  msgstr ""
336
 
337
- #: admin/includes/admin-categories.php:100
338
  msgid "An Error occured during the category sync"
339
  msgstr ""
340
 
341
- #: admin/includes/admin-categories.php:103
342
  msgid "Category sync finished"
343
  msgstr ""
344
 
345
- #: admin/includes/admin-category-sync.php:77
346
  msgid "Error: You are not allowed to view this page!"
347
  msgstr ""
348
 
349
- #: admin/includes/admin-category-sync.php:93
350
  msgid "Affected Categories when switching to seperate Event Categories"
351
  msgstr ""
352
 
353
- #: admin/includes/admin-category-sync.php:94
354
  msgid "Switch option to seperate Event Categories"
355
  msgstr ""
356
 
357
- #: admin/includes/admin-category-sync.php:95
358
  msgid ""
359
  "If you proceed, all post categories will be copied and all events will be "
360
  "re-assigned to this new categories."
361
  msgstr ""
362
 
363
- #: admin/includes/admin-category-sync.php:96
364
  msgid ""
365
  "Afterwards the event categories are independent of the post categories."
366
  msgstr ""
367
 
368
- #: admin/includes/admin-category-sync.php:98
369
  msgid "Affected Categories when switching to use Post Categories for events"
370
  msgstr ""
371
 
372
- #: admin/includes/admin-category-sync.php:99
373
  msgid "Switch option to use Post Categories for events"
374
  msgstr ""
375
 
376
- #: admin/includes/admin-category-sync.php:100
377
  msgid ""
378
  "Take a detailed look at the affected categories above before you proceed! "
379
  "All seperate event categories will be deleted, this cannot be undone!"
380
  msgstr ""
381
 
382
- #: admin/includes/admin-category-sync.php:103
383
  msgid "Event Categories: Synchronise with Post Categories"
384
  msgstr ""
385
 
386
- #: admin/includes/admin-category-sync.php:104
387
  msgid "Start synchronisation"
388
  msgstr ""
389
 
390
- #: admin/includes/admin-category-sync.php:105
391
  msgid ""
392
  "If this option is enabled the above listed categories will be deleted and "
393
  "removed from the existing events!"
394
  msgstr ""
395
 
396
- #: admin/includes/admin-category-sync.php:120
397
  msgid "Categories to modify"
398
  msgstr ""
399
 
400
- #: admin/includes/admin-category-sync.php:121
401
  msgid "Categories to add"
402
  msgstr ""
403
 
404
- #: admin/includes/admin-category-sync.php:122
405
  msgid "Categories to delete (optional)"
406
  msgstr ""
407
 
408
- #: admin/includes/admin-category-sync.php:123
409
  msgid "Delete not available post categories"
410
  msgstr ""
411
 
412
- #: admin/includes/admin-category-sync.php:126
413
  msgid "Categories with differences"
414
  msgstr ""
415
 
416
- #: admin/includes/admin-category-sync.php:127
417
  msgid "Categories to add (optional)"
418
  msgstr ""
419
 
420
- #: admin/includes/admin-category-sync.php:128
421
  msgid "Add not available post categories"
422
  msgstr ""
423
 
424
- #: admin/includes/admin-category-sync.php:147
425
  msgid "none"
426
  msgstr ""
427
 
428
- #: admin/includes/admin-import.php:91
429
  msgid "Import Events"
430
  msgstr ""
431
 
432
- #: admin/includes/admin-import.php:110 admin/includes/admin-import.php:150
433
- #: admin/includes/admin-import.php:254
434
  msgid "Step"
435
  msgstr ""
436
 
437
- #: admin/includes/admin-import.php:110
438
  msgid "Set import file and options"
439
  msgstr ""
440
 
441
- #: admin/includes/admin-import.php:113
442
  #, php-format
443
  msgid "Proceed with Step %1$s"
444
  msgstr ""
445
 
446
- #: admin/includes/admin-import.php:116
447
  msgid "Example file"
448
  msgstr ""
449
 
450
- #: admin/includes/admin-import.php:117
451
  #, php-format
452
  msgid ""
453
  "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
454
  msgstr ""
455
 
456
- #: admin/includes/admin-import.php:118
457
  msgid "Note"
458
  msgstr ""
459
 
460
- #: admin/includes/admin-import.php:118
461
  msgid ""
462
  "Do not change the column header and separator line (first two lines), "
463
  "otherwise the import will fail!"
464
  msgstr ""
465
 
466
- #: admin/includes/admin-import.php:128 admin/includes/admin-import.php:137
467
  msgid "Sorry, there has been an error."
468
  msgstr ""
469
 
470
- #: admin/includes/admin-import.php:129
471
  msgid "The file does not exist, please try again."
472
  msgstr ""
473
 
474
- #: admin/includes/admin-import.php:138
475
  msgid "The uploaded file does not have the required csv extension."
476
  msgstr ""
477
 
478
- #: admin/includes/admin-import.php:150
479
  msgid "Events review and additonal category selection"
480
  msgstr ""
481
 
482
- #: admin/includes/admin-import.php:156 admin/includes/admin-import.php:167
483
  msgid "Error"
484
  msgstr ""
485
 
486
- #: admin/includes/admin-import.php:156
487
  msgid "This CSV file cannot be imported"
488
  msgstr ""
489
 
490
- #: admin/includes/admin-import.php:167
491
  msgid "None of the events in this CSV file can be imported"
492
  msgstr ""
493
 
494
- #: admin/includes/admin-import.php:170 admin/includes/admin-import.php:213
495
  msgid "Warning"
496
  msgstr ""
497
 
498
- #: admin/includes/admin-import.php:172
499
  #, php-format
500
  msgid "There is %1$s event which cannot be imported"
501
  msgid_plural "There are %1$s events which cannot be imported"
502
  msgstr[0] ""
503
 
504
- #: admin/includes/admin-import.php:184
505
  #, php-format
506
  msgid "CSV line %1$s"
507
  msgstr ""
508
 
509
- #: admin/includes/admin-import.php:194
510
  msgid "You can still import all other events listed below."
511
  msgstr ""
512
 
513
- #: admin/includes/admin-import.php:213
514
  msgid ""
515
  "The following category slugs are not available and will be removed from the "
516
  "imported events"
517
  msgstr ""
518
 
519
- #: admin/includes/admin-import.php:219
520
  msgid ""
521
  "If you want to keep these categories, please create these Categories first "
522
  "and do the import afterwards."
523
  msgstr ""
524
 
525
- #: admin/includes/admin-import.php:254
526
  msgid "Import result"
527
  msgstr ""
528
 
529
- #: admin/includes/admin-import.php:257
530
  #, php-format
531
  msgid "Import of %1$s events successful!"
532
  msgstr ""
533
 
534
- #: admin/includes/admin-import.php:258
535
  msgid "Go back to All Events"
536
  msgstr ""
537
 
538
- #: admin/includes/admin-import.php:261
539
  msgid "Errors during Import"
540
  msgstr ""
541
 
542
- #: admin/includes/admin-import.php:269
543
  msgid "Event from CSV-line"
544
  msgstr ""
545
 
546
- #: admin/includes/admin-import.php:281 admin/includes/admin-main.php:109
547
  #: includes/widget_helptexts.php:9
548
  msgid "Title"
549
  msgstr ""
550
 
551
- #: admin/includes/admin-import.php:282
552
  msgid "Start Date"
553
  msgstr ""
554
 
555
- #: admin/includes/admin-import.php:283
556
  msgid "End Date"
557
  msgstr ""
558
 
559
- #: admin/includes/admin-import.php:284 admin/includes/admin-new.php:131
560
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
 
561
  msgid "Time"
562
  msgstr ""
563
 
564
- #: admin/includes/admin-import.php:285 admin/includes/admin-main.php:110
565
- #: admin/includes/admin-new.php:133 includes/options_helptexts.php:75
566
- #: includes/options_helptexts.php:76
567
  msgid "Location"
568
  msgstr ""
569
 
570
- #: admin/includes/admin-import.php:286
571
  msgid "Content"
572
  msgstr ""
573
 
574
- #: admin/includes/admin-import.php:287
575
  msgid "Category slugs"
576
  msgstr ""
577
 
578
- #: admin/includes/admin-import.php:333
579
  msgid "Header line is missing or not correct!"
580
  msgstr ""
581
 
582
- #: admin/includes/admin-import.php:334
583
  #, php-format
584
  msgid ""
585
  "Have a look at the %1$sexample file%2$s to see the correct header line "
586
  "format."
587
  msgstr ""
588
 
589
- #: admin/includes/admin-import.php:341
590
  #, php-format
591
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
592
  msgstr ""
593
 
594
- #: admin/includes/admin-import.php:371
595
- msgid "Empty event title found"
596
  msgstr ""
597
 
598
- #: admin/includes/admin-import.php:377
599
- msgid "Wrong date format for startdate"
600
  msgstr ""
601
 
602
- #: admin/includes/admin-import.php:385
603
- msgid "Wrong date format for enddate"
604
  msgstr ""
605
 
606
- #: admin/includes/admin-import.php:439
607
- msgid "Import events"
608
  msgstr ""
609
 
610
- #: admin/includes/admin-import.php:440
611
- msgid "Add additional categories"
612
  msgstr ""
613
 
614
- #: admin/includes/admin-import.php:470 includes/events_post_type.php:92
615
- msgid "No events found"
616
  msgstr ""
617
 
618
- #: admin/includes/admin-import.php:518
619
- msgid "Saving of event failed!"
620
  msgstr ""
621
 
622
- #: admin/includes/admin-main.php:108
623
  msgid "Event Date"
624
  msgstr ""
625
 
626
- #: admin/includes/admin-main.php:113
627
  msgid "Author"
628
  msgstr ""
629
 
630
- #: admin/includes/admin-main.php:182
631
  #, php-format
632
  msgid "Add a copy of %1$s"
633
  msgstr ""
634
 
635
- #: admin/includes/admin-main.php:182
636
  msgid "Copy"
637
  msgstr ""
638
 
639
- #: admin/includes/admin-main.php:268
640
  msgid "Import"
641
  msgstr ""
642
 
643
- #: admin/includes/admin-new.php:83
644
  msgid "Event data"
645
  msgstr ""
646
 
647
- #: admin/includes/admin-new.php:116
648
  msgid "Add Copy"
649
  msgstr ""
650
 
651
- #: admin/includes/admin-new.php:124
652
  msgid "Date"
653
  msgstr ""
654
 
655
- #: admin/includes/admin-new.php:124
656
  msgid "required"
657
  msgstr ""
658
 
659
- #: admin/includes/admin-new.php:127
660
  msgid "Multi-Day Event"
661
  msgstr ""
662
 
663
- #: admin/includes/admin-new.php:147
664
  msgid "Event Title"
665
  msgstr ""
666
 
667
- #: admin/includes/admin-new.php:164
668
  msgid "Event Content"
669
  msgstr ""
670
 
671
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:245
672
  msgid "Event updated."
673
  msgstr ""
674
 
675
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:247
676
  msgid "View event"
677
  msgstr ""
678
 
679
- #: admin/includes/admin-new.php:246
680
  #, php-format
681
  msgid "Event restored to revision from %1$s"
682
  msgstr ""
683
 
684
- #: admin/includes/admin-new.php:247
685
  msgid "Event published."
686
  msgstr ""
687
 
688
- #: admin/includes/admin-new.php:248
689
  msgid "Event saved."
690
  msgstr ""
691
 
692
- #: admin/includes/admin-new.php:249
693
  msgid "Event submitted."
694
  msgstr ""
695
 
696
- #: admin/includes/admin-new.php:249 admin/includes/admin-new.php:252
697
- #: admin/includes/admin-new.php:253
698
  msgid "Preview event"
699
  msgstr ""
700
 
701
- #: admin/includes/admin-new.php:251
702
  #, php-format
703
  msgid "Event scheduled for: %1$s>"
704
  msgstr ""
705
 
706
- #: admin/includes/admin-new.php:253
707
  msgid "Event draft updated."
708
  msgstr ""
709
 
710
- #: admin/includes/admin-settings.php:97
711
  msgid "Go to Event Category switching page"
712
  msgstr ""
713
 
714
- #: admin/includes/admin-settings.php:111
715
  msgid "Frontend Settings"
716
  msgstr ""
717
 
718
- #: admin/includes/admin-settings.php:112
719
  msgid "Admin Page Settings"
720
  msgstr ""
721
 
722
- #: admin/includes/admin-settings.php:113
723
  msgid "Feed Settings"
724
  msgstr ""
725
 
726
- #: admin/includes/admin-settings.php:114
727
  msgid "Category Taxonomy"
728
  msgstr ""
729
 
@@ -891,7 +892,7 @@ msgid "No valid start date provided"
891
  msgstr ""
892
 
893
  #: includes/event.php:343 includes/event.php:345
894
- #: includes/sc_event-list.php:330
895
  msgid "read more"
896
  msgstr ""
897
 
@@ -1419,15 +1420,15 @@ msgid ""
1419
  " switching page from here."
1420
  msgstr ""
1421
 
1422
- #: includes/options.php:92
1423
  msgid "events"
1424
  msgstr ""
1425
 
1426
- #: includes/options.php:96
1427
  msgid "Show content"
1428
  msgstr ""
1429
 
1430
- #: includes/options.php:100
1431
  msgid "Hide content"
1432
  msgstr ""
1433
 
@@ -1518,9 +1519,10 @@ msgid "category slugs"
1518
  msgstr ""
1519
 
1520
  #: includes/sc_event-list_helptexts.php:82
 
1521
  msgid ""
1522
  "This attribute defines the category filter which filters the events to show."
1523
- " The default is $1$s or an empty string to show all events."
1524
  msgstr ""
1525
 
1526
  #: includes/sc_event-list_helptexts.php:86
@@ -1867,19 +1869,19 @@ msgid ""
1867
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1868
  msgstr ""
1869
 
1870
- #: includes/sc_event-list.php:184
1871
  msgid "Sorry, the requested event is not available!"
1872
  msgstr ""
1873
 
1874
- #: includes/sc_event-list.php:193
1875
  msgid "Event Information:"
1876
  msgstr ""
1877
 
1878
- #: includes/sc_event-list.php:437
1879
  msgid "Link to RSS feed"
1880
  msgstr ""
1881
 
1882
- #: includes/sc_event-list.php:447
1883
  msgid "Link to iCal feed"
1884
  msgstr ""
1885
 
@@ -2031,14 +2033,14 @@ msgid ""
2031
  "approriate option is selected."
2032
  msgstr ""
2033
 
2034
- #: includes/widget.php:38
2035
  msgid "With this widget a list of upcoming events can be displayed."
2036
  msgstr ""
2037
 
2038
- #: includes/widget.php:43
2039
  msgid "Upcoming events"
2040
  msgstr ""
2041
 
2042
- #: includes/widget.php:57
2043
  msgid "show events page"
2044
  msgstr ""
8
  msgstr ""
9
  "Project-Id-Version: wp-event-list\n"
10
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
11
+ "POT-Creation-Date: 2022-03-07 19:10+0100\n"
12
+ "PO-Revision-Date: 2022-03-07 18:11+0000\n"
13
  "Last-Translator: mibuthu\n"
14
  "Language-Team: Chinese (China) (http://www.transifex.com/mibuthu/wp-event-list/language/zh_CN/)\n"
15
  "MIME-Version: 1.0\n"
18
  "Language: zh_CN\n"
19
  "Plural-Forms: nplurals=1; plural=0;\n"
20
 
21
+ #: admin/admin.php:89
22
  #, php-format
23
  msgid "Errors during upgrade of plugin %1$s"
24
  msgstr ""
25
 
26
+ #: admin/admin.php:89
27
  #, php-format
28
  msgid "Upgrade of plugin %1$s successful"
29
  msgstr ""
30
 
31
+ #: admin/admin.php:147 admin/includes/admin-settings.php:89
32
  msgid "Event List Settings"
33
  msgstr "活动列表设置"
34
 
35
+ #: admin/admin.php:147
36
  msgid "Settings"
37
  msgstr "设置"
38
 
39
+ #: admin/admin.php:151 admin/includes/admin-about.php:62
40
  msgid "About Event List"
41
  msgstr "有关活动列表"
42
 
43
+ #: admin/admin.php:151
44
  msgid "About"
45
  msgstr "有关"
46
 
47
+ #: admin/admin.php:175
48
  #, php-format
49
  msgid "%s Event"
50
  msgid_plural "%s Events"
51
  msgstr[0] ""
52
 
53
+ #: admin/includes/admin-about.php:86 admin/includes/admin-settings.php:107
54
  msgid "General"
55
  msgstr "一般"
56
 
57
+ #: admin/includes/admin-about.php:87 admin/includes/admin-about.php:109
58
+ #: admin/includes/admin-about.php:162
59
  msgid "Shortcode Attributes"
60
  msgstr "段代码属性"
61
 
62
+ #: admin/includes/admin-about.php:101
63
  msgid "Help and Instructions"
64
  msgstr "帮助和指引"
65
 
66
+ #: admin/includes/admin-about.php:102
67
  #, php-format
68
  msgid "You can manage the events %1$shere%2$s"
69
  msgstr "您可以在%1$s这里%2$s管理活动"
70
 
71
+ #: admin/includes/admin-about.php:103
72
  msgid "To show the events on your site you have 2 possibilities"
73
  msgstr "您有2种可能展示活动在您的网站"
74
 
75
+ #: admin/includes/admin-about.php:104
76
  #, php-format
77
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
78
  msgstr "您可以将 <strong>短代码</strong> %1$s 放置到任何页面或文章中"
79
 
80
+ #: admin/includes/admin-about.php:105
81
  #, php-format
82
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
83
  msgstr "您可以将<strong>小工具</strong> %1$s加入到边栏"
84
 
85
+ #: admin/includes/admin-about.php:106
86
  msgid ""
87
  "The displayed events and their style can be modified with the available "
88
  "widget settings and the available attributes for the shortcode."
95
  "available in the %1$s tab."
96
  msgstr ""
97
 
98
+ #: admin/includes/admin-about.php:111
99
  msgid "The available widget options are described in their tooltip text."
100
  msgstr ""
101
 
102
+ #: admin/includes/admin-about.php:113
103
  #, php-format
104
  msgid ""
105
  "If you enable one of the links options (%1$s or %2$s) in the widget you have"
106
  " to insert an URL to the linked event-list page."
107
  msgstr ""
108
 
109
+ #: admin/includes/admin-about.php:114 includes/widget_helptexts.php:134
110
  msgid "Add links to the single events"
111
  msgstr ""
112
 
113
+ #: admin/includes/admin-about.php:115 includes/widget_helptexts.php:143
114
  msgid "Add a link to the Event List page"
115
  msgstr ""
116
 
117
+ #: admin/includes/admin-about.php:117
118
  msgid ""
119
  "This is required because the widget does not know in which page or post the "
120
  "shortcode was included."
121
  msgstr ""
122
 
123
+ #: admin/includes/admin-about.php:118
124
  msgid ""
125
  "Additionally you have to insert the correct Shortcode id on the linked page."
126
  " This id describes which shortcode should be used on the given page or post "
127
  "if you have more than one."
128
  msgstr ""
129
 
130
+ #: admin/includes/admin-about.php:120
131
  #, php-format
132
  msgid ""
133
  "The default value %1$s is normally o.k. (for pages with 1 shortcode only), "
135
  "link on your linked page or post."
136
  msgstr ""
137
 
138
+ #: admin/includes/admin-about.php:124
139
  #, php-format
140
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
141
  msgstr ""
142
 
143
+ #: admin/includes/admin-about.php:129
144
  #, php-format
145
  msgid ""
146
  "Be sure to also check the %1$s to get the plugin behaving just the way you "
147
  "want."
148
  msgstr ""
149
 
150
+ #: admin/includes/admin-about.php:130
151
  msgid "Settings page"
152
  msgstr ""
153
 
154
+ #: admin/includes/admin-about.php:138
155
  msgid "About the plugin author"
156
  msgstr ""
157
 
158
+ #: admin/includes/admin-about.php:141
159
  #, php-format
160
  msgid ""
161
  "This plugin is developed by %1$s, you can find more information about the "
162
  "plugin on the %2$s."
163
  msgstr ""
164
 
165
+ #: admin/includes/admin-about.php:143
166
  msgid "WordPress plugin site"
167
  msgstr ""
168
 
169
+ #: admin/includes/admin-about.php:146
170
  #, php-format
171
  msgid "If you like the plugin please rate it on the %1$s."
172
  msgstr ""
173
 
174
+ #: admin/includes/admin-about.php:147
175
  msgid "WordPress plugin review site"
176
  msgstr ""
177
 
178
+ #: admin/includes/admin-about.php:149
179
  msgid ""
180
  "If you want to support the plugin I would be happy to get a small donation"
181
  msgstr ""
182
 
183
+ #: admin/includes/admin-about.php:151 admin/includes/admin-about.php:153
184
+ #: admin/includes/admin-about.php:155
185
  #, php-format
186
  msgid "Donate with %1$s"
187
  msgstr ""
188
 
189
+ #: admin/includes/admin-about.php:164
190
  msgid ""
191
  "You have the possibility to modify the output if you add some of the "
192
  "following attributes to the shortcode."
193
  msgstr ""
194
 
195
+ #: admin/includes/admin-about.php:166
196
  #, php-format
197
  msgid ""
198
  "You can combine and add as much attributes as you want. E.g. the shortcode "
199
  "including the attributes %1$s and %2$s would looks like this:"
200
  msgstr ""
201
 
202
+ #: admin/includes/admin-about.php:171
203
  msgid ""
204
  "Below you can find a list of all supported attributes with their "
205
  "descriptions and available options:"
206
  msgstr ""
207
 
208
+ #: admin/includes/admin-about.php:186
209
  msgid "Attribute name"
210
  msgstr ""
211
 
212
+ #: admin/includes/admin-about.php:187
213
  msgid "Value options"
214
  msgstr ""
215
 
216
+ #: admin/includes/admin-about.php:188
217
  msgid "Default value"
218
  msgstr ""
219
 
220
+ #: admin/includes/admin-about.php:189
221
  msgid "Description"
222
  msgstr ""
223
 
224
+ #: admin/includes/admin-about.php:208 includes/sc_event-list_helptexts.php:74
225
  #: includes/sc_event-list_helptexts.php:91
226
  msgid "Filter Syntax"
227
  msgstr ""
228
 
229
+ #: admin/includes/admin-about.php:209
230
  msgid ""
231
  "For date and cat filters you can specify complex filters with the following "
232
  "syntax:"
233
  msgstr ""
234
 
235
+ #: admin/includes/admin-about.php:211
236
  #, php-format
237
  msgid ""
238
  "You can use %1$s and %2$s connections to define complex filters. "
239
  "Additionally you can set brackets %3$s for nested queries."
240
  msgstr ""
241
 
242
+ #: admin/includes/admin-about.php:212
243
  msgid "AND"
244
  msgstr ""
245
 
246
+ #: admin/includes/admin-about.php:213
247
  msgid "OR"
248
  msgstr ""
249
 
250
+ #: admin/includes/admin-about.php:213
251
  msgid "or"
252
  msgstr ""
253
 
254
+ #: admin/includes/admin-about.php:214
255
  msgid "and"
256
  msgstr ""
257
 
258
+ #: admin/includes/admin-about.php:216
259
  msgid "Examples for cat filters:"
260
  msgstr ""
261
 
262
+ #: admin/includes/admin-about.php:217
263
  #, php-format
264
  msgid "Show all events with category %1$s."
265
  msgstr ""
266
 
267
+ #: admin/includes/admin-about.php:218
268
  #, php-format
269
  msgid "Show all events with category %1$s or %2$s."
270
  msgstr ""
271
 
272
+ #: admin/includes/admin-about.php:220
273
  #, php-format
274
  msgid ""
275
  "Show all events with category %1$s and all events where category %2$s as "
276
  "well as %3$s is selected."
277
  msgstr ""
278
 
279
+ #: admin/includes/admin-about.php:226 includes/sc_event-list_helptexts.php:69
280
  msgid "Available Date Formats"
281
  msgstr ""
282
 
283
+ #: admin/includes/admin-about.php:227
284
  msgid "For date filters you can use the following date formats:"
285
  msgstr ""
286
 
287
+ #: admin/includes/admin-about.php:236 includes/sc_event-list_helptexts.php:70
288
  msgid "Available Date Range Formats"
289
  msgstr ""
290
 
291
+ #: admin/includes/admin-about.php:237
292
  msgid "For date filters you can use the following daterange formats:"
293
  msgstr ""
294
 
295
+ #: admin/includes/admin-about.php:250
296
  msgid "Value"
297
  msgstr "地点"
298
 
299
+ #: admin/includes/admin-about.php:254
300
  msgid "Example"
301
  msgstr "范例"
302
 
303
+ #: admin/includes/admin-categories.php:77
304
  msgid "Synchronize with post categories"
305
  msgstr ""
306
 
307
+ #: admin/includes/admin-categories.php:87
308
  #, php-format
309
  msgid "%1$s categories modified (%2$s)"
310
  msgstr ""
311
 
312
+ #: admin/includes/admin-categories.php:88
313
  #, php-format
314
  msgid "%1$s categories added (%2$s)"
315
  msgstr ""
316
 
317
+ #: admin/includes/admin-categories.php:89
318
  #, php-format
319
  msgid "%1$s categories deleted (%2$s)"
320
  msgstr ""
321
 
322
+ #: admin/includes/admin-categories.php:92
323
  #, php-format
324
  msgid "%1$s categories not modified (%2$s)"
325
  msgstr ""
326
 
327
+ #: admin/includes/admin-categories.php:93
328
  #, php-format
329
  msgid "%1$s categories not added (%2$s)"
330
  msgstr ""
331
 
332
+ #: admin/includes/admin-categories.php:94
333
  #, php-format
334
  msgid "%1$s categories not deleted (%2$s)"
335
  msgstr ""
336
 
337
+ #: admin/includes/admin-categories.php:97
338
  msgid "An Error occured during the category sync"
339
  msgstr ""
340
 
341
+ #: admin/includes/admin-categories.php:100
342
  msgid "Category sync finished"
343
  msgstr ""
344
 
345
+ #: admin/includes/admin-category-sync.php:76
346
  msgid "Error: You are not allowed to view this page!"
347
  msgstr ""
348
 
349
+ #: admin/includes/admin-category-sync.php:92
350
  msgid "Affected Categories when switching to seperate Event Categories"
351
  msgstr ""
352
 
353
+ #: admin/includes/admin-category-sync.php:93
354
  msgid "Switch option to seperate Event Categories"
355
  msgstr ""
356
 
357
+ #: admin/includes/admin-category-sync.php:94
358
  msgid ""
359
  "If you proceed, all post categories will be copied and all events will be "
360
  "re-assigned to this new categories."
361
  msgstr ""
362
 
363
+ #: admin/includes/admin-category-sync.php:95
364
  msgid ""
365
  "Afterwards the event categories are independent of the post categories."
366
  msgstr ""
367
 
368
+ #: admin/includes/admin-category-sync.php:97
369
  msgid "Affected Categories when switching to use Post Categories for events"
370
  msgstr ""
371
 
372
+ #: admin/includes/admin-category-sync.php:98
373
  msgid "Switch option to use Post Categories for events"
374
  msgstr ""
375
 
376
+ #: admin/includes/admin-category-sync.php:99
377
  msgid ""
378
  "Take a detailed look at the affected categories above before you proceed! "
379
  "All seperate event categories will be deleted, this cannot be undone!"
380
  msgstr ""
381
 
382
+ #: admin/includes/admin-category-sync.php:102
383
  msgid "Event Categories: Synchronise with Post Categories"
384
  msgstr ""
385
 
386
+ #: admin/includes/admin-category-sync.php:103
387
  msgid "Start synchronisation"
388
  msgstr ""
389
 
390
+ #: admin/includes/admin-category-sync.php:104
391
  msgid ""
392
  "If this option is enabled the above listed categories will be deleted and "
393
  "removed from the existing events!"
394
  msgstr ""
395
 
396
+ #: admin/includes/admin-category-sync.php:119
397
  msgid "Categories to modify"
398
  msgstr ""
399
 
400
+ #: admin/includes/admin-category-sync.php:120
401
  msgid "Categories to add"
402
  msgstr ""
403
 
404
+ #: admin/includes/admin-category-sync.php:121
405
  msgid "Categories to delete (optional)"
406
  msgstr ""
407
 
408
+ #: admin/includes/admin-category-sync.php:122
409
  msgid "Delete not available post categories"
410
  msgstr ""
411
 
412
+ #: admin/includes/admin-category-sync.php:125
413
  msgid "Categories with differences"
414
  msgstr ""
415
 
416
+ #: admin/includes/admin-category-sync.php:126
417
  msgid "Categories to add (optional)"
418
  msgstr ""
419
 
420
+ #: admin/includes/admin-category-sync.php:127
421
  msgid "Add not available post categories"
422
  msgstr ""
423
 
424
+ #: admin/includes/admin-category-sync.php:146
425
  msgid "none"
426
  msgstr ""
427
 
428
+ #: admin/includes/admin-import.php:90
429
  msgid "Import Events"
430
  msgstr ""
431
 
432
+ #: admin/includes/admin-import.php:109 admin/includes/admin-import.php:154
433
+ #: admin/includes/admin-import.php:261
434
  msgid "Step"
435
  msgstr ""
436
 
437
+ #: admin/includes/admin-import.php:109
438
  msgid "Set import file and options"
439
  msgstr ""
440
 
441
+ #: admin/includes/admin-import.php:114
442
  #, php-format
443
  msgid "Proceed with Step %1$s"
444
  msgstr ""
445
 
446
+ #: admin/includes/admin-import.php:117
447
  msgid "Example file"
448
  msgstr ""
449
 
450
+ #: admin/includes/admin-import.php:119
451
  #, php-format
452
  msgid ""
453
  "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
454
  msgstr ""
455
 
456
+ #: admin/includes/admin-import.php:123
457
  msgid "Note"
458
  msgstr ""
459
 
460
+ #: admin/includes/admin-import.php:124
461
  msgid ""
462
  "Do not change the column header and separator line (first two lines), "
463
  "otherwise the import will fail!"
464
  msgstr ""
465
 
466
+ #: admin/includes/admin-import.php:133 admin/includes/admin-import.php:141
467
  msgid "Sorry, there has been an error."
468
  msgstr ""
469
 
470
+ #: admin/includes/admin-import.php:134
471
  msgid "The file does not exist, please try again."
472
  msgstr ""
473
 
474
+ #: admin/includes/admin-import.php:142
475
  msgid "The uploaded file does not have the required csv extension."
476
  msgstr ""
477
 
478
+ #: admin/includes/admin-import.php:154
479
  msgid "Events review and additonal category selection"
480
  msgstr ""
481
 
482
+ #: admin/includes/admin-import.php:160 admin/includes/admin-import.php:171
483
  msgid "Error"
484
  msgstr ""
485
 
486
+ #: admin/includes/admin-import.php:160
487
  msgid "This CSV file cannot be imported"
488
  msgstr ""
489
 
490
+ #: admin/includes/admin-import.php:171
491
  msgid "None of the events in this CSV file can be imported"
492
  msgstr ""
493
 
494
+ #: admin/includes/admin-import.php:174 admin/includes/admin-import.php:219
495
  msgid "Warning"
496
  msgstr ""
497
 
498
+ #: admin/includes/admin-import.php:177
499
  #, php-format
500
  msgid "There is %1$s event which cannot be imported"
501
  msgid_plural "There are %1$s events which cannot be imported"
502
  msgstr[0] ""
503
 
504
+ #: admin/includes/admin-import.php:190
505
  #, php-format
506
  msgid "CSV line %1$s"
507
  msgstr ""
508
 
509
+ #: admin/includes/admin-import.php:200
510
  msgid "You can still import all other events listed below."
511
  msgstr ""
512
 
513
+ #: admin/includes/admin-import.php:220
514
  msgid ""
515
  "The following category slugs are not available and will be removed from the "
516
  "imported events"
517
  msgstr ""
518
 
519
+ #: admin/includes/admin-import.php:226
520
  msgid ""
521
  "If you want to keep these categories, please create these Categories first "
522
  "and do the import afterwards."
523
  msgstr ""
524
 
525
+ #: admin/includes/admin-import.php:261
526
  msgid "Import result"
527
  msgstr ""
528
 
529
+ #: admin/includes/admin-import.php:264
530
  #, php-format
531
  msgid "Import of %1$s events successful!"
532
  msgstr ""
533
 
534
+ #: admin/includes/admin-import.php:265
535
  msgid "Go back to All Events"
536
  msgstr ""
537
 
538
+ #: admin/includes/admin-import.php:268
539
  msgid "Errors during Import"
540
  msgstr ""
541
 
542
+ #: admin/includes/admin-import.php:276
543
  msgid "Event from CSV-line"
544
  msgstr ""
545
 
546
+ #: admin/includes/admin-import.php:288 admin/includes/admin-main.php:108
547
  #: includes/widget_helptexts.php:9
548
  msgid "Title"
549
  msgstr ""
550
 
551
+ #: admin/includes/admin-import.php:289
552
  msgid "Start Date"
553
  msgstr ""
554
 
555
+ #: admin/includes/admin-import.php:290
556
  msgid "End Date"
557
  msgstr ""
558
 
559
+ #: admin/includes/admin-import.php:291 admin/includes/admin-new.php:132
560
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
561
+ #: includes/rss.php:116
562
  msgid "Time"
563
  msgstr ""
564
 
565
+ #: admin/includes/admin-import.php:292 admin/includes/admin-main.php:109
566
+ #: admin/includes/admin-new.php:134 includes/options_helptexts.php:75
567
+ #: includes/options_helptexts.php:76 includes/rss.php:119
568
  msgid "Location"
569
  msgstr ""
570
 
571
+ #: admin/includes/admin-import.php:293
572
  msgid "Content"
573
  msgstr ""
574
 
575
+ #: admin/includes/admin-import.php:294
576
  msgid "Category slugs"
577
  msgstr ""
578
 
579
+ #: admin/includes/admin-import.php:340
580
  msgid "Header line is missing or not correct!"
581
  msgstr ""
582
 
583
+ #: admin/includes/admin-import.php:341
584
  #, php-format
585
  msgid ""
586
  "Have a look at the %1$sexample file%2$s to see the correct header line "
587
  "format."
588
  msgstr ""
589
 
590
+ #: admin/includes/admin-import.php:350
591
  #, php-format
592
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
593
  msgstr ""
594
 
595
+ #: admin/includes/admin-import.php:399
596
+ msgid "Import events"
597
  msgstr ""
598
 
599
+ #: admin/includes/admin-import.php:400
600
+ msgid "Add additional categories"
601
  msgstr ""
602
 
603
+ #: admin/includes/admin-import.php:430 includes/events_post_type.php:92
604
+ msgid "No events found"
605
  msgstr ""
606
 
607
+ #: admin/includes/admin-import.php:478
608
+ msgid "Saving of event failed!"
609
  msgstr ""
610
 
611
+ #: admin/includes/admin-import.php:496
612
+ msgid "Empty event title found"
613
  msgstr ""
614
 
615
+ #: admin/includes/admin-import.php:501
616
+ msgid "Wrong date format for startdate"
617
  msgstr ""
618
 
619
+ #: admin/includes/admin-import.php:509
620
+ msgid "Wrong date format for enddate"
621
  msgstr ""
622
 
623
+ #: admin/includes/admin-main.php:107
624
  msgid "Event Date"
625
  msgstr ""
626
 
627
+ #: admin/includes/admin-main.php:112
628
  msgid "Author"
629
  msgstr ""
630
 
631
+ #: admin/includes/admin-main.php:181
632
  #, php-format
633
  msgid "Add a copy of %1$s"
634
  msgstr ""
635
 
636
+ #: admin/includes/admin-main.php:181
637
  msgid "Copy"
638
  msgstr ""
639
 
640
+ #: admin/includes/admin-main.php:269
641
  msgid "Import"
642
  msgstr ""
643
 
644
+ #: admin/includes/admin-new.php:82
645
  msgid "Event data"
646
  msgstr ""
647
 
648
+ #: admin/includes/admin-new.php:115
649
  msgid "Add Copy"
650
  msgstr ""
651
 
652
+ #: admin/includes/admin-new.php:123
653
  msgid "Date"
654
  msgstr ""
655
 
656
+ #: admin/includes/admin-new.php:123
657
  msgid "required"
658
  msgstr ""
659
 
660
+ #: admin/includes/admin-new.php:128
661
  msgid "Multi-Day Event"
662
  msgstr ""
663
 
664
+ #: admin/includes/admin-new.php:148
665
  msgid "Event Title"
666
  msgstr ""
667
 
668
+ #: admin/includes/admin-new.php:165
669
  msgid "Event Content"
670
  msgstr ""
671
 
672
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:246
673
  msgid "Event updated."
674
  msgstr ""
675
 
676
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:248
677
  msgid "View event"
678
  msgstr ""
679
 
680
+ #: admin/includes/admin-new.php:247
681
  #, php-format
682
  msgid "Event restored to revision from %1$s"
683
  msgstr ""
684
 
685
+ #: admin/includes/admin-new.php:248
686
  msgid "Event published."
687
  msgstr ""
688
 
689
+ #: admin/includes/admin-new.php:249
690
  msgid "Event saved."
691
  msgstr ""
692
 
693
+ #: admin/includes/admin-new.php:250
694
  msgid "Event submitted."
695
  msgstr ""
696
 
697
+ #: admin/includes/admin-new.php:251 admin/includes/admin-new.php:254
698
+ #: admin/includes/admin-new.php:256
699
  msgid "Preview event"
700
  msgstr ""
701
 
702
+ #: admin/includes/admin-new.php:253
703
  #, php-format
704
  msgid "Event scheduled for: %1$s>"
705
  msgstr ""
706
 
707
+ #: admin/includes/admin-new.php:255
708
  msgid "Event draft updated."
709
  msgstr ""
710
 
711
+ #: admin/includes/admin-settings.php:95
712
  msgid "Go to Event Category switching page"
713
  msgstr ""
714
 
715
+ #: admin/includes/admin-settings.php:108
716
  msgid "Frontend Settings"
717
  msgstr ""
718
 
719
+ #: admin/includes/admin-settings.php:109
720
  msgid "Admin Page Settings"
721
  msgstr ""
722
 
723
+ #: admin/includes/admin-settings.php:110
724
  msgid "Feed Settings"
725
  msgstr ""
726
 
727
+ #: admin/includes/admin-settings.php:111
728
  msgid "Category Taxonomy"
729
  msgstr ""
730
 
892
  msgstr ""
893
 
894
  #: includes/event.php:343 includes/event.php:345
895
+ #: includes/sc_event-list.php:325
896
  msgid "read more"
897
  msgstr ""
898
 
1420
  " switching page from here."
1421
  msgstr ""
1422
 
1423
+ #: includes/options.php:91
1424
  msgid "events"
1425
  msgstr ""
1426
 
1427
+ #: includes/options.php:95
1428
  msgid "Show content"
1429
  msgstr ""
1430
 
1431
+ #: includes/options.php:99
1432
  msgid "Hide content"
1433
  msgstr ""
1434
 
1519
  msgstr ""
1520
 
1521
  #: includes/sc_event-list_helptexts.php:82
1522
+ #, php-format
1523
  msgid ""
1524
  "This attribute defines the category filter which filters the events to show."
1525
+ " The default is %1$s or an empty string to show all events."
1526
  msgstr ""
1527
 
1528
  #: includes/sc_event-list_helptexts.php:86
1869
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1870
  msgstr ""
1871
 
1872
+ #: includes/sc_event-list.php:183
1873
  msgid "Sorry, the requested event is not available!"
1874
  msgstr ""
1875
 
1876
+ #: includes/sc_event-list.php:192
1877
  msgid "Event Information:"
1878
  msgstr ""
1879
 
1880
+ #: includes/sc_event-list.php:432
1881
  msgid "Link to RSS feed"
1882
  msgstr ""
1883
 
1884
+ #: includes/sc_event-list.php:442
1885
  msgid "Link to iCal feed"
1886
  msgstr ""
1887
 
2033
  "approriate option is selected."
2034
  msgstr ""
2035
 
2036
+ #: includes/widget.php:37
2037
  msgid "With this widget a list of upcoming events can be displayed."
2038
  msgstr ""
2039
 
2040
+ #: includes/widget.php:42
2041
  msgid "Upcoming events"
2042
  msgstr ""
2043
 
2044
+ #: includes/widget.php:56
2045
  msgid "show events page"
2046
  msgstr ""
languages/event-list.pot CHANGED
@@ -6,79 +6,79 @@
6
  msgid ""
7
  msgstr ""
8
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
9
- "POT-Creation-Date: 2022-02-19 18:08+0100\n"
10
  "Language: en\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
 
16
- #: admin/admin.php:90
17
  #, php-format
18
  msgid "Errors during upgrade of plugin %1$s"
19
  msgstr ""
20
 
21
- #: admin/admin.php:90
22
  #, php-format
23
  msgid "Upgrade of plugin %1$s successful"
24
  msgstr ""
25
 
26
- #: admin/admin.php:142 admin/includes/admin-settings.php:91
27
  msgid "Event List Settings"
28
  msgstr ""
29
 
30
- #: admin/admin.php:142
31
  msgid "Settings"
32
  msgstr ""
33
 
34
- #: admin/admin.php:146 admin/includes/admin-about.php:63
35
  msgid "About Event List"
36
  msgstr ""
37
 
38
- #: admin/admin.php:146
39
  msgid "About"
40
  msgstr ""
41
 
42
- #: admin/admin.php:170
43
  #, php-format
44
  msgid "%s Event"
45
  msgid_plural "%s Events"
46
  msgstr[0] ""
47
  msgstr[1] ""
48
 
49
- #: admin/includes/admin-about.php:87 admin/includes/admin-settings.php:110
50
  msgid "General"
51
  msgstr ""
52
 
53
- #: admin/includes/admin-about.php:88 admin/includes/admin-about.php:108
54
- #: admin/includes/admin-about.php:137
55
  msgid "Shortcode Attributes"
56
  msgstr ""
57
 
58
- #: admin/includes/admin-about.php:102
59
  msgid "Help and Instructions"
60
  msgstr ""
61
 
62
- #: admin/includes/admin-about.php:103
63
  #, php-format
64
  msgid "You can manage the events %1$shere%2$s"
65
  msgstr ""
66
 
67
- #: admin/includes/admin-about.php:104
68
  msgid "To show the events on your site you have 2 possibilities"
69
  msgstr ""
70
 
71
- #: admin/includes/admin-about.php:105
72
  #, php-format
73
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
74
  msgstr ""
75
 
76
- #: admin/includes/admin-about.php:106
77
  #, php-format
78
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
79
  msgstr ""
80
 
81
- #: admin/includes/admin-about.php:107
82
  msgid "The displayed events and their style can be modified with the available widget settings and the available attributes for the shortcode."
83
  msgstr ""
84
 
@@ -87,593 +87,594 @@ msgstr ""
87
  msgid "A list of all available shortcode attributes with their descriptions is available in the %1$s tab."
88
  msgstr ""
89
 
90
- #: admin/includes/admin-about.php:109
91
  msgid "The available widget options are described in their tooltip text."
92
  msgstr ""
93
 
94
- #: admin/includes/admin-about.php:110
95
  #, php-format
96
  msgid "If you enable one of the links options (%1$s or %2$s) in the widget you have to insert an URL to the linked event-list page."
97
  msgstr ""
98
 
99
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:134
100
  msgid "Add links to the single events"
101
  msgstr ""
102
 
103
- #: admin/includes/admin-about.php:110 includes/widget_helptexts.php:143
104
  msgid "Add a link to the Event List page"
105
  msgstr ""
106
 
107
- #: admin/includes/admin-about.php:111
108
  msgid "This is required because the widget does not know in which page or post the shortcode was included."
109
  msgstr ""
110
 
111
- #: admin/includes/admin-about.php:112
112
  msgid "Additionally you have to insert the correct Shortcode id on the linked page. This id describes which shortcode should be used on the given page or post if you have more than one."
113
  msgstr ""
114
 
115
- #: admin/includes/admin-about.php:113
116
  #, php-format
117
  msgid "The default value %1$s is normally o.k. (for pages with 1 shortcode only), but if required you can check the id by looking into the URL of an event link on your linked page or post."
118
  msgstr ""
119
 
120
- #: admin/includes/admin-about.php:114
121
  #, php-format
122
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
123
  msgstr ""
124
 
125
- #: admin/includes/admin-about.php:116
126
  #, php-format
127
  msgid "Be sure to also check the %1$s to get the plugin behaving just the way you want."
128
  msgstr ""
129
 
130
- #: admin/includes/admin-about.php:116
131
  msgid "Settings page"
132
  msgstr ""
133
 
134
- #: admin/includes/admin-about.php:123
135
  msgid "About the plugin author"
136
  msgstr ""
137
 
138
- #: admin/includes/admin-about.php:125
139
  #, php-format
140
  msgid "This plugin is developed by %1$s, you can find more information about the plugin on the %2$s."
141
  msgstr ""
142
 
143
- #: admin/includes/admin-about.php:125
144
  msgid "WordPress plugin site"
145
  msgstr ""
146
 
147
- #: admin/includes/admin-about.php:126
148
  #, php-format
149
  msgid "If you like the plugin please rate it on the %1$s."
150
  msgstr ""
151
 
152
- #: admin/includes/admin-about.php:126
153
  msgid "WordPress plugin review site"
154
  msgstr ""
155
 
156
- #: admin/includes/admin-about.php:127
157
  msgid "If you want to support the plugin I would be happy to get a small donation"
158
  msgstr ""
159
 
160
- #: admin/includes/admin-about.php:128 admin/includes/admin-about.php:129
161
- #: admin/includes/admin-about.php:130
162
  #, php-format
163
  msgid "Donate with %1$s"
164
  msgstr ""
165
 
166
- #: admin/includes/admin-about.php:139
167
  msgid "You have the possibility to modify the output if you add some of the following attributes to the shortcode."
168
  msgstr ""
169
 
170
- #: admin/includes/admin-about.php:140
171
  #, php-format
172
  msgid "You can combine and add as much attributes as you want. E.g. the shortcode including the attributes %1$s and %2$s would looks like this:"
173
  msgstr ""
174
 
175
- #: admin/includes/admin-about.php:142
176
  msgid "Below you can find a list of all supported attributes with their descriptions and available options:"
177
  msgstr ""
178
 
179
- #: admin/includes/admin-about.php:157
180
  msgid "Attribute name"
181
  msgstr ""
182
 
183
- #: admin/includes/admin-about.php:158
184
  msgid "Value options"
185
  msgstr ""
186
 
187
- #: admin/includes/admin-about.php:159
188
  msgid "Default value"
189
  msgstr ""
190
 
191
- #: admin/includes/admin-about.php:160
192
  msgid "Description"
193
  msgstr ""
194
 
195
- #: admin/includes/admin-about.php:179 includes/sc_event-list_helptexts.php:74
196
  #: includes/sc_event-list_helptexts.php:91
197
  msgid "Filter Syntax"
198
  msgstr ""
199
 
200
- #: admin/includes/admin-about.php:180
201
  msgid "For date and cat filters you can specify complex filters with the following syntax:"
202
  msgstr ""
203
 
204
- #: admin/includes/admin-about.php:181
205
  #, php-format
206
  msgid "You can use %1$s and %2$s connections to define complex filters. Additionally you can set brackets %3$s for nested queries."
207
  msgstr ""
208
 
209
- #: admin/includes/admin-about.php:181
210
  msgid "AND"
211
  msgstr ""
212
 
213
- #: admin/includes/admin-about.php:181
214
  msgid "OR"
215
  msgstr ""
216
 
217
- #: admin/includes/admin-about.php:181
218
  msgid "or"
219
  msgstr ""
220
 
221
- #: admin/includes/admin-about.php:181
222
  msgid "and"
223
  msgstr ""
224
 
225
- #: admin/includes/admin-about.php:182
226
  msgid "Examples for cat filters:"
227
  msgstr ""
228
 
229
- #: admin/includes/admin-about.php:183
230
  #, php-format
231
  msgid "Show all events with category %1$s."
232
  msgstr ""
233
 
234
- #: admin/includes/admin-about.php:184
235
  #, php-format
236
  msgid "Show all events with category %1$s or %2$s."
237
  msgstr ""
238
 
239
- #: admin/includes/admin-about.php:185
240
  #, php-format
241
  msgid "Show all events with category %1$s and all events where category %2$s as well as %3$s is selected."
242
  msgstr ""
243
 
244
- #: admin/includes/admin-about.php:191 includes/sc_event-list_helptexts.php:69
245
  msgid "Available Date Formats"
246
  msgstr ""
247
 
248
- #: admin/includes/admin-about.php:192
249
  msgid "For date filters you can use the following date formats:"
250
  msgstr ""
251
 
252
- #: admin/includes/admin-about.php:201 includes/sc_event-list_helptexts.php:70
253
  msgid "Available Date Range Formats"
254
  msgstr ""
255
 
256
- #: admin/includes/admin-about.php:202
257
  msgid "For date filters you can use the following daterange formats:"
258
  msgstr ""
259
 
260
- #: admin/includes/admin-about.php:215
261
  msgid "Value"
262
  msgstr ""
263
 
264
- #: admin/includes/admin-about.php:219
265
  msgid "Example"
266
  msgstr ""
267
 
268
- #: admin/includes/admin-categories.php:79
269
  msgid "Synchronize with post categories"
270
  msgstr ""
271
 
272
- #: admin/includes/admin-categories.php:90
273
  #, php-format
274
  msgid "%1$s categories modified (%2$s)"
275
  msgstr ""
276
 
277
- #: admin/includes/admin-categories.php:91
278
  #, php-format
279
  msgid "%1$s categories added (%2$s)"
280
  msgstr ""
281
 
282
- #: admin/includes/admin-categories.php:92
283
  #, php-format
284
  msgid "%1$s categories deleted (%2$s)"
285
  msgstr ""
286
 
287
- #: admin/includes/admin-categories.php:95
288
  #, php-format
289
  msgid "%1$s categories not modified (%2$s)"
290
  msgstr ""
291
 
292
- #: admin/includes/admin-categories.php:96
293
  #, php-format
294
  msgid "%1$s categories not added (%2$s)"
295
  msgstr ""
296
 
297
- #: admin/includes/admin-categories.php:97
298
  #, php-format
299
  msgid "%1$s categories not deleted (%2$s)"
300
  msgstr ""
301
 
302
- #: admin/includes/admin-categories.php:100
303
  msgid "An Error occured during the category sync"
304
  msgstr ""
305
 
306
- #: admin/includes/admin-categories.php:103
307
  msgid "Category sync finished"
308
  msgstr ""
309
 
310
- #: admin/includes/admin-category-sync.php:77
311
  msgid "Error: You are not allowed to view this page!"
312
  msgstr ""
313
 
314
- #: admin/includes/admin-category-sync.php:93
315
  msgid "Affected Categories when switching to seperate Event Categories"
316
  msgstr ""
317
 
318
- #: admin/includes/admin-category-sync.php:94
319
  msgid "Switch option to seperate Event Categories"
320
  msgstr ""
321
 
322
- #: admin/includes/admin-category-sync.php:95
323
  msgid "If you proceed, all post categories will be copied and all events will be re-assigned to this new categories."
324
  msgstr ""
325
 
326
- #: admin/includes/admin-category-sync.php:96
327
  msgid "Afterwards the event categories are independent of the post categories."
328
  msgstr ""
329
 
330
- #: admin/includes/admin-category-sync.php:98
331
  msgid "Affected Categories when switching to use Post Categories for events"
332
  msgstr ""
333
 
334
- #: admin/includes/admin-category-sync.php:99
335
  msgid "Switch option to use Post Categories for events"
336
  msgstr ""
337
 
338
- #: admin/includes/admin-category-sync.php:100
339
  msgid "Take a detailed look at the affected categories above before you proceed! All seperate event categories will be deleted, this cannot be undone!"
340
  msgstr ""
341
 
342
- #: admin/includes/admin-category-sync.php:103
343
  msgid "Event Categories: Synchronise with Post Categories"
344
  msgstr ""
345
 
346
- #: admin/includes/admin-category-sync.php:104
347
  msgid "Start synchronisation"
348
  msgstr ""
349
 
350
- #: admin/includes/admin-category-sync.php:105
351
  msgid "If this option is enabled the above listed categories will be deleted and removed from the existing events!"
352
  msgstr ""
353
 
354
- #: admin/includes/admin-category-sync.php:120
355
  msgid "Categories to modify"
356
  msgstr ""
357
 
358
- #: admin/includes/admin-category-sync.php:121
359
  msgid "Categories to add"
360
  msgstr ""
361
 
362
- #: admin/includes/admin-category-sync.php:122
363
  msgid "Categories to delete (optional)"
364
  msgstr ""
365
 
366
- #: admin/includes/admin-category-sync.php:123
367
  msgid "Delete not available post categories"
368
  msgstr ""
369
 
370
- #: admin/includes/admin-category-sync.php:126
371
  msgid "Categories with differences"
372
  msgstr ""
373
 
374
- #: admin/includes/admin-category-sync.php:127
375
  msgid "Categories to add (optional)"
376
  msgstr ""
377
 
378
- #: admin/includes/admin-category-sync.php:128
379
  msgid "Add not available post categories"
380
  msgstr ""
381
 
382
- #: admin/includes/admin-category-sync.php:147
383
  msgid "none"
384
  msgstr ""
385
 
386
- #: admin/includes/admin-import.php:91
387
  msgid "Import Events"
388
  msgstr ""
389
 
390
- #: admin/includes/admin-import.php:110 admin/includes/admin-import.php:150
391
- #: admin/includes/admin-import.php:254
392
  msgid "Step"
393
  msgstr ""
394
 
395
- #: admin/includes/admin-import.php:110
396
  msgid "Set import file and options"
397
  msgstr ""
398
 
399
- #: admin/includes/admin-import.php:113
400
  #, php-format
401
  msgid "Proceed with Step %1$s"
402
  msgstr ""
403
 
404
- #: admin/includes/admin-import.php:116
405
  msgid "Example file"
406
  msgstr ""
407
 
408
- #: admin/includes/admin-import.php:117
409
  #, php-format
410
  msgid "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
411
  msgstr ""
412
 
413
- #: admin/includes/admin-import.php:118
414
  msgid "Note"
415
  msgstr ""
416
 
417
- #: admin/includes/admin-import.php:118
418
  msgid "Do not change the column header and separator line (first two lines), otherwise the import will fail!"
419
  msgstr ""
420
 
421
- #: admin/includes/admin-import.php:128 admin/includes/admin-import.php:137
422
  msgid "Sorry, there has been an error."
423
  msgstr ""
424
 
425
- #: admin/includes/admin-import.php:129
426
  msgid "The file does not exist, please try again."
427
  msgstr ""
428
 
429
- #: admin/includes/admin-import.php:138
430
  msgid "The uploaded file does not have the required csv extension."
431
  msgstr ""
432
 
433
- #: admin/includes/admin-import.php:150
434
  msgid "Events review and additonal category selection"
435
  msgstr ""
436
 
437
- #: admin/includes/admin-import.php:156 admin/includes/admin-import.php:167
438
  msgid "Error"
439
  msgstr ""
440
 
441
- #: admin/includes/admin-import.php:156
442
  msgid "This CSV file cannot be imported"
443
  msgstr ""
444
 
445
- #: admin/includes/admin-import.php:167
446
  msgid "None of the events in this CSV file can be imported"
447
  msgstr ""
448
 
449
- #: admin/includes/admin-import.php:170 admin/includes/admin-import.php:213
450
  msgid "Warning"
451
  msgstr ""
452
 
453
- #: admin/includes/admin-import.php:172
454
  #, php-format
455
  msgid "There is %1$s event which cannot be imported"
456
  msgid_plural "There are %1$s events which cannot be imported"
457
  msgstr[0] ""
458
  msgstr[1] ""
459
 
460
- #: admin/includes/admin-import.php:184
461
  #, php-format
462
  msgid "CSV line %1$s"
463
  msgstr ""
464
 
465
- #: admin/includes/admin-import.php:194
466
  msgid "You can still import all other events listed below."
467
  msgstr ""
468
 
469
- #: admin/includes/admin-import.php:213
470
  msgid "The following category slugs are not available and will be removed from the imported events"
471
  msgstr ""
472
 
473
- #: admin/includes/admin-import.php:219
474
  msgid "If you want to keep these categories, please create these Categories first and do the import afterwards."
475
  msgstr ""
476
 
477
- #: admin/includes/admin-import.php:254
478
  msgid "Import result"
479
  msgstr ""
480
 
481
- #: admin/includes/admin-import.php:257
482
  #, php-format
483
  msgid "Import of %1$s events successful!"
484
  msgstr ""
485
 
486
- #: admin/includes/admin-import.php:258
487
  msgid "Go back to All Events"
488
  msgstr ""
489
 
490
- #: admin/includes/admin-import.php:261
491
  msgid "Errors during Import"
492
  msgstr ""
493
 
494
- #: admin/includes/admin-import.php:269
495
  msgid "Event from CSV-line"
496
  msgstr ""
497
 
498
- #: admin/includes/admin-import.php:281 admin/includes/admin-main.php:109
499
  #: includes/widget_helptexts.php:9
500
  msgid "Title"
501
  msgstr ""
502
 
503
- #: admin/includes/admin-import.php:282
504
  msgid "Start Date"
505
  msgstr ""
506
 
507
- #: admin/includes/admin-import.php:283
508
  msgid "End Date"
509
  msgstr ""
510
 
511
- #: admin/includes/admin-import.php:284 admin/includes/admin-new.php:131
512
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
 
513
  msgid "Time"
514
  msgstr ""
515
 
516
- #: admin/includes/admin-import.php:285 admin/includes/admin-main.php:110
517
- #: admin/includes/admin-new.php:133 includes/options_helptexts.php:75
518
- #: includes/options_helptexts.php:76
519
  msgid "Location"
520
  msgstr ""
521
 
522
- #: admin/includes/admin-import.php:286
523
  msgid "Content"
524
  msgstr ""
525
 
526
- #: admin/includes/admin-import.php:287
527
  msgid "Category slugs"
528
  msgstr ""
529
 
530
- #: admin/includes/admin-import.php:333
531
  msgid "Header line is missing or not correct!"
532
  msgstr ""
533
 
534
- #: admin/includes/admin-import.php:334
535
  #, php-format
536
  msgid "Have a look at the %1$sexample file%2$s to see the correct header line format."
537
  msgstr ""
538
 
539
- #: admin/includes/admin-import.php:341
540
  #, php-format
541
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
542
  msgstr ""
543
 
544
- #: admin/includes/admin-import.php:371
545
- msgid "Empty event title found"
546
  msgstr ""
547
 
548
- #: admin/includes/admin-import.php:377
549
- msgid "Wrong date format for startdate"
550
  msgstr ""
551
 
552
- #: admin/includes/admin-import.php:385
553
- msgid "Wrong date format for enddate"
554
  msgstr ""
555
 
556
- #: admin/includes/admin-import.php:439
557
- msgid "Import events"
558
  msgstr ""
559
 
560
- #: admin/includes/admin-import.php:440
561
- msgid "Add additional categories"
562
  msgstr ""
563
 
564
- #: admin/includes/admin-import.php:470 includes/events_post_type.php:92
565
- msgid "No events found"
566
  msgstr ""
567
 
568
- #: admin/includes/admin-import.php:518
569
- msgid "Saving of event failed!"
570
  msgstr ""
571
 
572
- #: admin/includes/admin-main.php:108
573
  msgid "Event Date"
574
  msgstr ""
575
 
576
- #: admin/includes/admin-main.php:113
577
  msgid "Author"
578
  msgstr ""
579
 
580
- #: admin/includes/admin-main.php:182
581
  #, php-format
582
  msgid "Add a copy of %1$s"
583
  msgstr ""
584
 
585
- #: admin/includes/admin-main.php:182
586
  msgid "Copy"
587
  msgstr ""
588
 
589
- #: admin/includes/admin-main.php:268
590
  msgid "Import"
591
  msgstr ""
592
 
593
- #: admin/includes/admin-new.php:83
594
  msgid "Event data"
595
  msgstr ""
596
 
597
- #: admin/includes/admin-new.php:116
598
  msgid "Add Copy"
599
  msgstr ""
600
 
601
- #: admin/includes/admin-new.php:124
602
  msgid "Date"
603
  msgstr ""
604
 
605
- #: admin/includes/admin-new.php:124
606
  msgid "required"
607
  msgstr ""
608
 
609
- #: admin/includes/admin-new.php:127
610
  msgid "Multi-Day Event"
611
  msgstr ""
612
 
613
- #: admin/includes/admin-new.php:147
614
  msgid "Event Title"
615
  msgstr ""
616
 
617
- #: admin/includes/admin-new.php:164
618
  msgid "Event Content"
619
  msgstr ""
620
 
621
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:245
622
  msgid "Event updated."
623
  msgstr ""
624
 
625
- #: admin/includes/admin-new.php:240 admin/includes/admin-new.php:247
626
  msgid "View event"
627
  msgstr ""
628
 
629
- #: admin/includes/admin-new.php:246
630
  #, php-format
631
  msgid "Event restored to revision from %1$s"
632
  msgstr ""
633
 
634
- #: admin/includes/admin-new.php:247
635
  msgid "Event published."
636
  msgstr ""
637
 
638
- #: admin/includes/admin-new.php:248
639
  msgid "Event saved."
640
  msgstr ""
641
 
642
- #: admin/includes/admin-new.php:249
643
  msgid "Event submitted."
644
  msgstr ""
645
 
646
- #: admin/includes/admin-new.php:249 admin/includes/admin-new.php:252
647
- #: admin/includes/admin-new.php:253
648
  msgid "Preview event"
649
  msgstr ""
650
 
651
- #: admin/includes/admin-new.php:251
652
  #, php-format
653
  msgid "Event scheduled for: %1$s>"
654
  msgstr ""
655
 
656
- #: admin/includes/admin-new.php:253
657
  msgid "Event draft updated."
658
  msgstr ""
659
 
660
- #: admin/includes/admin-settings.php:97
661
  msgid "Go to Event Category switching page"
662
  msgstr ""
663
 
664
- #: admin/includes/admin-settings.php:111
665
  msgid "Frontend Settings"
666
  msgstr ""
667
 
668
- #: admin/includes/admin-settings.php:112
669
  msgid "Admin Page Settings"
670
  msgstr ""
671
 
672
- #: admin/includes/admin-settings.php:113
673
  msgid "Feed Settings"
674
  msgstr ""
675
 
676
- #: admin/includes/admin-settings.php:114
677
  msgid "Category Taxonomy"
678
  msgstr ""
679
 
@@ -830,7 +831,7 @@ msgstr ""
830
  msgid "No valid start date provided"
831
  msgstr ""
832
 
833
- #: includes/event.php:343 includes/event.php:345 includes/sc_event-list.php:330
834
  msgid "read more"
835
  msgstr ""
836
 
@@ -1297,15 +1298,15 @@ msgstr ""
1297
  msgid "This option cannot be changed directly, but you can go to the Event Category switching page from here."
1298
  msgstr ""
1299
 
1300
- #: includes/options.php:92
1301
  msgid "events"
1302
  msgstr ""
1303
 
1304
- #: includes/options.php:96
1305
  msgid "Show content"
1306
  msgstr ""
1307
 
1308
- #: includes/options.php:100
1309
  msgid "Hide content"
1310
  msgstr ""
1311
 
@@ -1378,7 +1379,8 @@ msgid "category slugs"
1378
  msgstr ""
1379
 
1380
  #: includes/sc_event-list_helptexts.php:82
1381
- msgid "This attribute defines the category filter which filters the events to show. The default is $1$s or an empty string to show all events."
 
1382
  msgstr ""
1383
 
1384
  #: includes/sc_event-list_helptexts.php:86
@@ -1685,19 +1687,19 @@ msgid ""
1685
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1686
  msgstr ""
1687
 
1688
- #: includes/sc_event-list.php:184
1689
  msgid "Sorry, the requested event is not available!"
1690
  msgstr ""
1691
 
1692
- #: includes/sc_event-list.php:193
1693
  msgid "Event Information:"
1694
  msgstr ""
1695
 
1696
- #: includes/sc_event-list.php:437
1697
  msgid "Link to RSS feed"
1698
  msgstr ""
1699
 
1700
- #: includes/sc_event-list.php:447
1701
  msgid "Link to iCal feed"
1702
  msgstr ""
1703
 
@@ -1824,14 +1826,14 @@ msgstr ""
1824
  msgid "This option defines the text for the link to the Event List page if the approriate option is selected."
1825
  msgstr ""
1826
 
1827
- #: includes/widget.php:38
1828
  msgid "With this widget a list of upcoming events can be displayed."
1829
  msgstr ""
1830
 
1831
- #: includes/widget.php:43
1832
  msgid "Upcoming events"
1833
  msgstr ""
1834
 
1835
- #: includes/widget.php:57
1836
  msgid "show events page"
1837
  msgstr ""
6
  msgid ""
7
  msgstr ""
8
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/event-list/\n"
9
+ "POT-Creation-Date: 2022-03-07 19:10+0100\n"
10
  "Language: en\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
 
16
+ #: admin/admin.php:89
17
  #, php-format
18
  msgid "Errors during upgrade of plugin %1$s"
19
  msgstr ""
20
 
21
+ #: admin/admin.php:89
22
  #, php-format
23
  msgid "Upgrade of plugin %1$s successful"
24
  msgstr ""
25
 
26
+ #: admin/admin.php:147 admin/includes/admin-settings.php:89
27
  msgid "Event List Settings"
28
  msgstr ""
29
 
30
+ #: admin/admin.php:147
31
  msgid "Settings"
32
  msgstr ""
33
 
34
+ #: admin/admin.php:151 admin/includes/admin-about.php:62
35
  msgid "About Event List"
36
  msgstr ""
37
 
38
+ #: admin/admin.php:151
39
  msgid "About"
40
  msgstr ""
41
 
42
+ #: admin/admin.php:175
43
  #, php-format
44
  msgid "%s Event"
45
  msgid_plural "%s Events"
46
  msgstr[0] ""
47
  msgstr[1] ""
48
 
49
+ #: admin/includes/admin-about.php:86 admin/includes/admin-settings.php:107
50
  msgid "General"
51
  msgstr ""
52
 
53
+ #: admin/includes/admin-about.php:87 admin/includes/admin-about.php:109
54
+ #: admin/includes/admin-about.php:162
55
  msgid "Shortcode Attributes"
56
  msgstr ""
57
 
58
+ #: admin/includes/admin-about.php:101
59
  msgid "Help and Instructions"
60
  msgstr ""
61
 
62
+ #: admin/includes/admin-about.php:102
63
  #, php-format
64
  msgid "You can manage the events %1$shere%2$s"
65
  msgstr ""
66
 
67
+ #: admin/includes/admin-about.php:103
68
  msgid "To show the events on your site you have 2 possibilities"
69
  msgstr ""
70
 
71
+ #: admin/includes/admin-about.php:104
72
  #, php-format
73
  msgid "you can place the <strong>shortcode</strong> %1$s on any page or post"
74
  msgstr ""
75
 
76
+ #: admin/includes/admin-about.php:105
77
  #, php-format
78
  msgid "you can add the <strong>widget</strong> %1$s in your sidebars"
79
  msgstr ""
80
 
81
+ #: admin/includes/admin-about.php:106
82
  msgid "The displayed events and their style can be modified with the available widget settings and the available attributes for the shortcode."
83
  msgstr ""
84
 
87
  msgid "A list of all available shortcode attributes with their descriptions is available in the %1$s tab."
88
  msgstr ""
89
 
90
+ #: admin/includes/admin-about.php:111
91
  msgid "The available widget options are described in their tooltip text."
92
  msgstr ""
93
 
94
+ #: admin/includes/admin-about.php:113
95
  #, php-format
96
  msgid "If you enable one of the links options (%1$s or %2$s) in the widget you have to insert an URL to the linked event-list page."
97
  msgstr ""
98
 
99
+ #: admin/includes/admin-about.php:114 includes/widget_helptexts.php:134
100
  msgid "Add links to the single events"
101
  msgstr ""
102
 
103
+ #: admin/includes/admin-about.php:115 includes/widget_helptexts.php:143
104
  msgid "Add a link to the Event List page"
105
  msgstr ""
106
 
107
+ #: admin/includes/admin-about.php:117
108
  msgid "This is required because the widget does not know in which page or post the shortcode was included."
109
  msgstr ""
110
 
111
+ #: admin/includes/admin-about.php:118
112
  msgid "Additionally you have to insert the correct Shortcode id on the linked page. This id describes which shortcode should be used on the given page or post if you have more than one."
113
  msgstr ""
114
 
115
+ #: admin/includes/admin-about.php:120
116
  #, php-format
117
  msgid "The default value %1$s is normally o.k. (for pages with 1 shortcode only), but if required you can check the id by looking into the URL of an event link on your linked page or post."
118
  msgstr ""
119
 
120
+ #: admin/includes/admin-about.php:124
121
  #, php-format
122
  msgid "The id is available at the end of the URL parameters (e.g. %1$s)."
123
  msgstr ""
124
 
125
+ #: admin/includes/admin-about.php:129
126
  #, php-format
127
  msgid "Be sure to also check the %1$s to get the plugin behaving just the way you want."
128
  msgstr ""
129
 
130
+ #: admin/includes/admin-about.php:130
131
  msgid "Settings page"
132
  msgstr ""
133
 
134
+ #: admin/includes/admin-about.php:138
135
  msgid "About the plugin author"
136
  msgstr ""
137
 
138
+ #: admin/includes/admin-about.php:141
139
  #, php-format
140
  msgid "This plugin is developed by %1$s, you can find more information about the plugin on the %2$s."
141
  msgstr ""
142
 
143
+ #: admin/includes/admin-about.php:143
144
  msgid "WordPress plugin site"
145
  msgstr ""
146
 
147
+ #: admin/includes/admin-about.php:146
148
  #, php-format
149
  msgid "If you like the plugin please rate it on the %1$s."
150
  msgstr ""
151
 
152
+ #: admin/includes/admin-about.php:147
153
  msgid "WordPress plugin review site"
154
  msgstr ""
155
 
156
+ #: admin/includes/admin-about.php:149
157
  msgid "If you want to support the plugin I would be happy to get a small donation"
158
  msgstr ""
159
 
160
+ #: admin/includes/admin-about.php:151 admin/includes/admin-about.php:153
161
+ #: admin/includes/admin-about.php:155
162
  #, php-format
163
  msgid "Donate with %1$s"
164
  msgstr ""
165
 
166
+ #: admin/includes/admin-about.php:164
167
  msgid "You have the possibility to modify the output if you add some of the following attributes to the shortcode."
168
  msgstr ""
169
 
170
+ #: admin/includes/admin-about.php:166
171
  #, php-format
172
  msgid "You can combine and add as much attributes as you want. E.g. the shortcode including the attributes %1$s and %2$s would looks like this:"
173
  msgstr ""
174
 
175
+ #: admin/includes/admin-about.php:171
176
  msgid "Below you can find a list of all supported attributes with their descriptions and available options:"
177
  msgstr ""
178
 
179
+ #: admin/includes/admin-about.php:186
180
  msgid "Attribute name"
181
  msgstr ""
182
 
183
+ #: admin/includes/admin-about.php:187
184
  msgid "Value options"
185
  msgstr ""
186
 
187
+ #: admin/includes/admin-about.php:188
188
  msgid "Default value"
189
  msgstr ""
190
 
191
+ #: admin/includes/admin-about.php:189
192
  msgid "Description"
193
  msgstr ""
194
 
195
+ #: admin/includes/admin-about.php:208 includes/sc_event-list_helptexts.php:74
196
  #: includes/sc_event-list_helptexts.php:91
197
  msgid "Filter Syntax"
198
  msgstr ""
199
 
200
+ #: admin/includes/admin-about.php:209
201
  msgid "For date and cat filters you can specify complex filters with the following syntax:"
202
  msgstr ""
203
 
204
+ #: admin/includes/admin-about.php:211
205
  #, php-format
206
  msgid "You can use %1$s and %2$s connections to define complex filters. Additionally you can set brackets %3$s for nested queries."
207
  msgstr ""
208
 
209
+ #: admin/includes/admin-about.php:212
210
  msgid "AND"
211
  msgstr ""
212
 
213
+ #: admin/includes/admin-about.php:213
214
  msgid "OR"
215
  msgstr ""
216
 
217
+ #: admin/includes/admin-about.php:213
218
  msgid "or"
219
  msgstr ""
220
 
221
+ #: admin/includes/admin-about.php:214
222
  msgid "and"
223
  msgstr ""
224
 
225
+ #: admin/includes/admin-about.php:216
226
  msgid "Examples for cat filters:"
227
  msgstr ""
228
 
229
+ #: admin/includes/admin-about.php:217
230
  #, php-format
231
  msgid "Show all events with category %1$s."
232
  msgstr ""
233
 
234
+ #: admin/includes/admin-about.php:218
235
  #, php-format
236
  msgid "Show all events with category %1$s or %2$s."
237
  msgstr ""
238
 
239
+ #: admin/includes/admin-about.php:220
240
  #, php-format
241
  msgid "Show all events with category %1$s and all events where category %2$s as well as %3$s is selected."
242
  msgstr ""
243
 
244
+ #: admin/includes/admin-about.php:226 includes/sc_event-list_helptexts.php:69
245
  msgid "Available Date Formats"
246
  msgstr ""
247
 
248
+ #: admin/includes/admin-about.php:227
249
  msgid "For date filters you can use the following date formats:"
250
  msgstr ""
251
 
252
+ #: admin/includes/admin-about.php:236 includes/sc_event-list_helptexts.php:70
253
  msgid "Available Date Range Formats"
254
  msgstr ""
255
 
256
+ #: admin/includes/admin-about.php:237
257
  msgid "For date filters you can use the following daterange formats:"
258
  msgstr ""
259
 
260
+ #: admin/includes/admin-about.php:250
261
  msgid "Value"
262
  msgstr ""
263
 
264
+ #: admin/includes/admin-about.php:254
265
  msgid "Example"
266
  msgstr ""
267
 
268
+ #: admin/includes/admin-categories.php:77
269
  msgid "Synchronize with post categories"
270
  msgstr ""
271
 
272
+ #: admin/includes/admin-categories.php:87
273
  #, php-format
274
  msgid "%1$s categories modified (%2$s)"
275
  msgstr ""
276
 
277
+ #: admin/includes/admin-categories.php:88
278
  #, php-format
279
  msgid "%1$s categories added (%2$s)"
280
  msgstr ""
281
 
282
+ #: admin/includes/admin-categories.php:89
283
  #, php-format
284
  msgid "%1$s categories deleted (%2$s)"
285
  msgstr ""
286
 
287
+ #: admin/includes/admin-categories.php:92
288
  #, php-format
289
  msgid "%1$s categories not modified (%2$s)"
290
  msgstr ""
291
 
292
+ #: admin/includes/admin-categories.php:93
293
  #, php-format
294
  msgid "%1$s categories not added (%2$s)"
295
  msgstr ""
296
 
297
+ #: admin/includes/admin-categories.php:94
298
  #, php-format
299
  msgid "%1$s categories not deleted (%2$s)"
300
  msgstr ""
301
 
302
+ #: admin/includes/admin-categories.php:97
303
  msgid "An Error occured during the category sync"
304
  msgstr ""
305
 
306
+ #: admin/includes/admin-categories.php:100
307
  msgid "Category sync finished"
308
  msgstr ""
309
 
310
+ #: admin/includes/admin-category-sync.php:76
311
  msgid "Error: You are not allowed to view this page!"
312
  msgstr ""
313
 
314
+ #: admin/includes/admin-category-sync.php:92
315
  msgid "Affected Categories when switching to seperate Event Categories"
316
  msgstr ""
317
 
318
+ #: admin/includes/admin-category-sync.php:93
319
  msgid "Switch option to seperate Event Categories"
320
  msgstr ""
321
 
322
+ #: admin/includes/admin-category-sync.php:94
323
  msgid "If you proceed, all post categories will be copied and all events will be re-assigned to this new categories."
324
  msgstr ""
325
 
326
+ #: admin/includes/admin-category-sync.php:95
327
  msgid "Afterwards the event categories are independent of the post categories."
328
  msgstr ""
329
 
330
+ #: admin/includes/admin-category-sync.php:97
331
  msgid "Affected Categories when switching to use Post Categories for events"
332
  msgstr ""
333
 
334
+ #: admin/includes/admin-category-sync.php:98
335
  msgid "Switch option to use Post Categories for events"
336
  msgstr ""
337
 
338
+ #: admin/includes/admin-category-sync.php:99
339
  msgid "Take a detailed look at the affected categories above before you proceed! All seperate event categories will be deleted, this cannot be undone!"
340
  msgstr ""
341
 
342
+ #: admin/includes/admin-category-sync.php:102
343
  msgid "Event Categories: Synchronise with Post Categories"
344
  msgstr ""
345
 
346
+ #: admin/includes/admin-category-sync.php:103
347
  msgid "Start synchronisation"
348
  msgstr ""
349
 
350
+ #: admin/includes/admin-category-sync.php:104
351
  msgid "If this option is enabled the above listed categories will be deleted and removed from the existing events!"
352
  msgstr ""
353
 
354
+ #: admin/includes/admin-category-sync.php:119
355
  msgid "Categories to modify"
356
  msgstr ""
357
 
358
+ #: admin/includes/admin-category-sync.php:120
359
  msgid "Categories to add"
360
  msgstr ""
361
 
362
+ #: admin/includes/admin-category-sync.php:121
363
  msgid "Categories to delete (optional)"
364
  msgstr ""
365
 
366
+ #: admin/includes/admin-category-sync.php:122
367
  msgid "Delete not available post categories"
368
  msgstr ""
369
 
370
+ #: admin/includes/admin-category-sync.php:125
371
  msgid "Categories with differences"
372
  msgstr ""
373
 
374
+ #: admin/includes/admin-category-sync.php:126
375
  msgid "Categories to add (optional)"
376
  msgstr ""
377
 
378
+ #: admin/includes/admin-category-sync.php:127
379
  msgid "Add not available post categories"
380
  msgstr ""
381
 
382
+ #: admin/includes/admin-category-sync.php:146
383
  msgid "none"
384
  msgstr ""
385
 
386
+ #: admin/includes/admin-import.php:90
387
  msgid "Import Events"
388
  msgstr ""
389
 
390
+ #: admin/includes/admin-import.php:109 admin/includes/admin-import.php:154
391
+ #: admin/includes/admin-import.php:261
392
  msgid "Step"
393
  msgstr ""
394
 
395
+ #: admin/includes/admin-import.php:109
396
  msgid "Set import file and options"
397
  msgstr ""
398
 
399
+ #: admin/includes/admin-import.php:114
400
  #, php-format
401
  msgid "Proceed with Step %1$s"
402
  msgstr ""
403
 
404
+ #: admin/includes/admin-import.php:117
405
  msgid "Example file"
406
  msgstr ""
407
 
408
+ #: admin/includes/admin-import.php:119
409
  #, php-format
410
  msgid "You can download an example file %1$shere%2$s (CSV delimiter is a comma!)"
411
  msgstr ""
412
 
413
+ #: admin/includes/admin-import.php:123
414
  msgid "Note"
415
  msgstr ""
416
 
417
+ #: admin/includes/admin-import.php:124
418
  msgid "Do not change the column header and separator line (first two lines), otherwise the import will fail!"
419
  msgstr ""
420
 
421
+ #: admin/includes/admin-import.php:133 admin/includes/admin-import.php:141
422
  msgid "Sorry, there has been an error."
423
  msgstr ""
424
 
425
+ #: admin/includes/admin-import.php:134
426
  msgid "The file does not exist, please try again."
427
  msgstr ""
428
 
429
+ #: admin/includes/admin-import.php:142
430
  msgid "The uploaded file does not have the required csv extension."
431
  msgstr ""
432
 
433
+ #: admin/includes/admin-import.php:154
434
  msgid "Events review and additonal category selection"
435
  msgstr ""
436
 
437
+ #: admin/includes/admin-import.php:160 admin/includes/admin-import.php:171
438
  msgid "Error"
439
  msgstr ""
440
 
441
+ #: admin/includes/admin-import.php:160
442
  msgid "This CSV file cannot be imported"
443
  msgstr ""
444
 
445
+ #: admin/includes/admin-import.php:171
446
  msgid "None of the events in this CSV file can be imported"
447
  msgstr ""
448
 
449
+ #: admin/includes/admin-import.php:174 admin/includes/admin-import.php:219
450
  msgid "Warning"
451
  msgstr ""
452
 
453
+ #: admin/includes/admin-import.php:177
454
  #, php-format
455
  msgid "There is %1$s event which cannot be imported"
456
  msgid_plural "There are %1$s events which cannot be imported"
457
  msgstr[0] ""
458
  msgstr[1] ""
459
 
460
+ #: admin/includes/admin-import.php:190
461
  #, php-format
462
  msgid "CSV line %1$s"
463
  msgstr ""
464
 
465
+ #: admin/includes/admin-import.php:200
466
  msgid "You can still import all other events listed below."
467
  msgstr ""
468
 
469
+ #: admin/includes/admin-import.php:220
470
  msgid "The following category slugs are not available and will be removed from the imported events"
471
  msgstr ""
472
 
473
+ #: admin/includes/admin-import.php:226
474
  msgid "If you want to keep these categories, please create these Categories first and do the import afterwards."
475
  msgstr ""
476
 
477
+ #: admin/includes/admin-import.php:261
478
  msgid "Import result"
479
  msgstr ""
480
 
481
+ #: admin/includes/admin-import.php:264
482
  #, php-format
483
  msgid "Import of %1$s events successful!"
484
  msgstr ""
485
 
486
+ #: admin/includes/admin-import.php:265
487
  msgid "Go back to All Events"
488
  msgstr ""
489
 
490
+ #: admin/includes/admin-import.php:268
491
  msgid "Errors during Import"
492
  msgstr ""
493
 
494
+ #: admin/includes/admin-import.php:276
495
  msgid "Event from CSV-line"
496
  msgstr ""
497
 
498
+ #: admin/includes/admin-import.php:288 admin/includes/admin-main.php:108
499
  #: includes/widget_helptexts.php:9
500
  msgid "Title"
501
  msgstr ""
502
 
503
+ #: admin/includes/admin-import.php:289
504
  msgid "Start Date"
505
  msgstr ""
506
 
507
+ #: admin/includes/admin-import.php:290
508
  msgid "End Date"
509
  msgstr ""
510
 
511
+ #: admin/includes/admin-import.php:291 admin/includes/admin-new.php:132
512
  #: includes/options_helptexts.php:68 includes/options_helptexts.php:69
513
+ #: includes/rss.php:116
514
  msgid "Time"
515
  msgstr ""
516
 
517
+ #: admin/includes/admin-import.php:292 admin/includes/admin-main.php:109
518
+ #: admin/includes/admin-new.php:134 includes/options_helptexts.php:75
519
+ #: includes/options_helptexts.php:76 includes/rss.php:119
520
  msgid "Location"
521
  msgstr ""
522
 
523
+ #: admin/includes/admin-import.php:293
524
  msgid "Content"
525
  msgstr ""
526
 
527
+ #: admin/includes/admin-import.php:294
528
  msgid "Category slugs"
529
  msgstr ""
530
 
531
+ #: admin/includes/admin-import.php:340
532
  msgid "Header line is missing or not correct!"
533
  msgstr ""
534
 
535
+ #: admin/includes/admin-import.php:341
536
  #, php-format
537
  msgid "Have a look at the %1$sexample file%2$s to see the correct header line format."
538
  msgstr ""
539
 
540
+ #: admin/includes/admin-import.php:350
541
  #, php-format
542
  msgid "Wrong number of items in line (%1$s items found, 6-7 required)"
543
  msgstr ""
544
 
545
+ #: admin/includes/admin-import.php:399
546
+ msgid "Import events"
547
  msgstr ""
548
 
549
+ #: admin/includes/admin-import.php:400
550
+ msgid "Add additional categories"
551
  msgstr ""
552
 
553
+ #: admin/includes/admin-import.php:430 includes/events_post_type.php:92
554
+ msgid "No events found"
555
  msgstr ""
556
 
557
+ #: admin/includes/admin-import.php:478
558
+ msgid "Saving of event failed!"
559
  msgstr ""
560
 
561
+ #: admin/includes/admin-import.php:496
562
+ msgid "Empty event title found"
563
  msgstr ""
564
 
565
+ #: admin/includes/admin-import.php:501
566
+ msgid "Wrong date format for startdate"
567
  msgstr ""
568
 
569
+ #: admin/includes/admin-import.php:509
570
+ msgid "Wrong date format for enddate"
571
  msgstr ""
572
 
573
+ #: admin/includes/admin-main.php:107
574
  msgid "Event Date"
575
  msgstr ""
576
 
577
+ #: admin/includes/admin-main.php:112
578
  msgid "Author"
579
  msgstr ""
580
 
581
+ #: admin/includes/admin-main.php:181
582
  #, php-format
583
  msgid "Add a copy of %1$s"
584
  msgstr ""
585
 
586
+ #: admin/includes/admin-main.php:181
587
  msgid "Copy"
588
  msgstr ""
589
 
590
+ #: admin/includes/admin-main.php:269
591
  msgid "Import"
592
  msgstr ""
593
 
594
+ #: admin/includes/admin-new.php:82
595
  msgid "Event data"
596
  msgstr ""
597
 
598
+ #: admin/includes/admin-new.php:115
599
  msgid "Add Copy"
600
  msgstr ""
601
 
602
+ #: admin/includes/admin-new.php:123
603
  msgid "Date"
604
  msgstr ""
605
 
606
+ #: admin/includes/admin-new.php:123
607
  msgid "required"
608
  msgstr ""
609
 
610
+ #: admin/includes/admin-new.php:128
611
  msgid "Multi-Day Event"
612
  msgstr ""
613
 
614
+ #: admin/includes/admin-new.php:148
615
  msgid "Event Title"
616
  msgstr ""
617
 
618
+ #: admin/includes/admin-new.php:165
619
  msgid "Event Content"
620
  msgstr ""
621
 
622
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:246
623
  msgid "Event updated."
624
  msgstr ""
625
 
626
+ #: admin/includes/admin-new.php:241 admin/includes/admin-new.php:248
627
  msgid "View event"
628
  msgstr ""
629
 
630
+ #: admin/includes/admin-new.php:247
631
  #, php-format
632
  msgid "Event restored to revision from %1$s"
633
  msgstr ""
634
 
635
+ #: admin/includes/admin-new.php:248
636
  msgid "Event published."
637
  msgstr ""
638
 
639
+ #: admin/includes/admin-new.php:249
640
  msgid "Event saved."
641
  msgstr ""
642
 
643
+ #: admin/includes/admin-new.php:250
644
  msgid "Event submitted."
645
  msgstr ""
646
 
647
+ #: admin/includes/admin-new.php:251 admin/includes/admin-new.php:254
648
+ #: admin/includes/admin-new.php:256
649
  msgid "Preview event"
650
  msgstr ""
651
 
652
+ #: admin/includes/admin-new.php:253
653
  #, php-format
654
  msgid "Event scheduled for: %1$s>"
655
  msgstr ""
656
 
657
+ #: admin/includes/admin-new.php:255
658
  msgid "Event draft updated."
659
  msgstr ""
660
 
661
+ #: admin/includes/admin-settings.php:95
662
  msgid "Go to Event Category switching page"
663
  msgstr ""
664
 
665
+ #: admin/includes/admin-settings.php:108
666
  msgid "Frontend Settings"
667
  msgstr ""
668
 
669
+ #: admin/includes/admin-settings.php:109
670
  msgid "Admin Page Settings"
671
  msgstr ""
672
 
673
+ #: admin/includes/admin-settings.php:110
674
  msgid "Feed Settings"
675
  msgstr ""
676
 
677
+ #: admin/includes/admin-settings.php:111
678
  msgid "Category Taxonomy"
679
  msgstr ""
680
 
831
  msgid "No valid start date provided"
832
  msgstr ""
833
 
834
+ #: includes/event.php:343 includes/event.php:345 includes/sc_event-list.php:325
835
  msgid "read more"
836
  msgstr ""
837
 
1298
  msgid "This option cannot be changed directly, but you can go to the Event Category switching page from here."
1299
  msgstr ""
1300
 
1301
+ #: includes/options.php:91
1302
  msgid "events"
1303
  msgstr ""
1304
 
1305
+ #: includes/options.php:95
1306
  msgid "Show content"
1307
  msgstr ""
1308
 
1309
+ #: includes/options.php:99
1310
  msgid "Hide content"
1311
  msgstr ""
1312
 
1379
  msgstr ""
1380
 
1381
  #: includes/sc_event-list_helptexts.php:82
1382
+ #, php-format
1383
+ msgid "This attribute defines the category filter which filters the events to show. The default is %1$s or an empty string to show all events."
1384
  msgstr ""
1385
 
1386
  #: includes/sc_event-list_helptexts.php:86
1687
  "\t\t\t\t\tThe empty standard value is o.k. for the normal use. This attribute is normally only required for the event-list widget."
1688
  msgstr ""
1689
 
1690
+ #: includes/sc_event-list.php:183
1691
  msgid "Sorry, the requested event is not available!"
1692
  msgstr ""
1693
 
1694
+ #: includes/sc_event-list.php:192
1695
  msgid "Event Information:"
1696
  msgstr ""
1697
 
1698
+ #: includes/sc_event-list.php:432
1699
  msgid "Link to RSS feed"
1700
  msgstr ""
1701
 
1702
+ #: includes/sc_event-list.php:442
1703
  msgid "Link to iCal feed"
1704
  msgstr ""
1705
 
1826
  msgid "This option defines the text for the link to the Event List page if the approriate option is selected."
1827
  msgstr ""
1828
 
1829
+ #: includes/widget.php:37
1830
  msgid "With this widget a list of upcoming events can be displayed."
1831
  msgstr ""
1832
 
1833
+ #: includes/widget.php:42
1834
  msgid "Upcoming events"
1835
  msgstr ""
1836
 
1837
+ #: includes/widget.php:56
1838
  msgid "show events page"
1839
  msgstr ""
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: event, events, list, listview, calendar, schedule, shortcode, page, catego
5
  Requires at least: 4.9
6
  Tested up to: 5.9
7
  Requires PHP: 5.2
8
- Stable tag: 0.8.7
9
  Plugin URI: https://wordpress.org/plugins/event-list
10
  Licence: GPLv2
11
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -86,6 +86,11 @@ Another possibility would be to call the wordpress function "do_shortcode()".
86
 
87
  == Changelog ==
88
 
 
 
 
 
 
89
  = 0.8.7 (2022-02-19) =
90
  * fixed a vulnerability that the plugin does not sanitize and escape the settings before safing them to the database
91
  * fixed the display of the events in the admin main page
5
  Requires at least: 4.9
6
  Tested up to: 5.9
7
  Requires PHP: 5.2
8
+ Stable tag: 0.8.8
9
  Plugin URI: https://wordpress.org/plugins/event-list
10
  Licence: GPLv2
11
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
86
 
87
  == Changelog ==
88
 
89
+ = 0.8.8 (2022-03-07) =
90
+ * add some missing sanitization for request variables
91
+ * fixed / improved layout and escaping of html, rss and ical output
92
+ * improved display of widget options form
93
+
94
  = 0.8.7 (2022-02-19) =
95
  * fixed a vulnerability that the plugin does not sanitize and escape the settings before safing them to the database
96
  * fixed the display of the events in the admin main page