Changeset 3117834
- Timestamp:
- 07/14/2024 06:04:46 PM (19 months ago)
- Location:
- hello-event/trunk
- Files:
-
- 18 deleted
- 14 edited
- 4 copied
- 2 moved
-
hello_event.php (modified) (26 diffs)
-
includes/hello-event-list-events.php (modified) (9 diffs)
-
includes/hello-event-settings.php (modified) (5 diffs)
-
languages/hello-event-backup-202406160744290.pot~ (deleted)
-
languages/hello-event-backup-202406161333300.pot~ (deleted)
-
languages/hello-event-backup-202406260554220.pot~ (deleted)
-
languages/hello-event-backup-202406271040460.pot~ (deleted)
-
languages/hello-event-backup-202407100739180.pot~ (copied) (copied from hello-event/trunk/languages/hello-event.pot) (1 prop)
-
languages/hello-event-backup-202407100748200.pot~ (moved) (moved from hello-event/trunk/languages/hello-event-backup-202406271504410.pot~) (37 diffs)
-
languages/hello-event-fr_FR-backup-202406160816130.po~ (deleted)
-
languages/hello-event-fr_FR-backup-202406161334240.po~ (deleted)
-
languages/hello-event-fr_FR-backup-202406260557190.po~ (deleted)
-
languages/hello-event-fr_FR-backup-202406271044200.po~ (deleted)
-
languages/hello-event-fr_FR-backup-202407100741200.po~ (copied) (copied from hello-event/trunk/languages/hello-event-fr_FR.po) (1 prop)
-
languages/hello-event-fr_FR-backup-202407100750420.po~ (moved) (moved from hello-event/trunk/languages/hello-event-fr_FR-backup-202406271524520.po~) (46 diffs)
-
languages/hello-event-fr_FR.l10n.php (modified) (1 diff)
-
languages/hello-event-fr_FR.mo (modified) (previous)
-
languages/hello-event-fr_FR.po (modified) (46 diffs)
-
languages/hello-event-nl_NL-backup-202406161307530.po~ (deleted)
-
languages/hello-event-nl_NL-backup-202406161337030.po~ (deleted)
-
languages/hello-event-nl_NL-backup-202406260600040.po~ (deleted)
-
languages/hello-event-nl_NL-backup-202406271055320.po~ (deleted)
-
languages/hello-event-nl_NL-backup-202406271525340.po~ (deleted)
-
languages/hello-event-nl_NL-backup-202407100757200.po~ (copied) (copied from hello-event/trunk/languages/hello-event-nl_NL.po)
-
languages/hello-event-nl_NL.l10n.php (modified) (1 diff)
-
languages/hello-event-nl_NL.mo (modified) (previous)
-
languages/hello-event-nl_NL.po (modified) (47 diffs)
-
languages/hello-event-sv_SE-backup-202406161330320.po~ (deleted)
-
languages/hello-event-sv_SE-backup-202406161335480.po~ (deleted)
-
languages/hello-event-sv_SE-backup-202406260558380.po~ (deleted)
-
languages/hello-event-sv_SE-backup-202406271049140.po~ (deleted)
-
languages/hello-event-sv_SE-backup-202406271524220.po~ (deleted)
-
languages/hello-event-sv_SE-backup-202407100754520.po~ (copied) (copied from hello-event/trunk/languages/hello-event-sv_SE.po)
-
languages/hello-event-sv_SE.l10n.php (modified) (1 diff)
-
languages/hello-event-sv_SE.mo (modified) (previous)
-
languages/hello-event-sv_SE.po (modified) (43 diffs)
-
languages/hello-event.pot (modified) (37 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hello-event/trunk/hello_event.php
r3108894 r3117834 13 13 * Author URI: https://www.tekomatik.com/about 14 14 * 15 * Version: 1.3.1 515 * Version: 1.3.16 16 16 * 17 17 * Text Domain: hello-event … … 66 66 private $enable_product_save_error_messages = true; 67 67 private $default_event_id = false; 68 private $dayNames;69 68 70 69 … … 114 113 add_shortcode('hello-title', array($this, 'event_title')); 115 114 add_shortcode('hello-thumbnail', array($this, 'event_thumbnail')); 115 add_shortcode('hello-thumbnail-url', array($this, 'event_thumbnail_url')); 116 116 add_shortcode('hello-start-date', array($this, 'event_start_date')); 117 117 add_shortcode('hello-start-time', array($this, 'event_start_time')); … … 120 120 add_shortcode('hello-end-time', array($this, 'event_end_time')); 121 121 add_shortcode('hello-end-date-and-time', array($this, 'event_end_date_and_time')); 122 add_shortcode('hello-location-name', array($this, 'event_location_name')); 122 123 add_shortcode('hello-location', array($this, 'event_location')); 124 add_shortcode('hello-location-address', array($this, 'event_location')); 125 add_shortcode('hello-advice', array($this, 'event_advice')); 123 126 add_shortcode('hello-content', array($this, 'event_content')); 124 127 add_shortcode('hello-excerpt', array($this, 'event_excerpt')); … … 221 224 222 225 function load_textdomain(){ 223 load_plugin_textdomain('hello-event', false, basename( dirname( __FILE__ ) ) . '/languages'); 224 $this->dayNames = array( 225 __('Sunday', 'hello-event'), 226 __('Monday', 'hello-event'), 227 __('Tuesday', 'hello-event'), 228 __('Wednesday', 'hello-event'), 229 __('Thursday', 'hello-event'), 230 __('Friday', 'hello-event'), 231 __('Saturday', 'hello-event'), 232 ); 233 226 load_plugin_textdomain('hello-event', false, basename( dirname( __FILE__ ) ) . '/languages'); 234 227 } 235 228 … … 298 291 ); 299 292 add_meta_box( 293 'advice_meta_box', 294 __( 'Advice', 'hello-event' ), 295 array($this, 'render_meta_box'), 296 Hello_Event::EVENT_SLUG, 297 'advanced', 298 'high' 299 ); 300 add_meta_box( 300 301 'tickets_meta_box', 301 302 __( 'Tickets', 'hello-event' ), … … 378 379 $end_time = $end_time ? $end_time : "00:00"; 379 380 update_post_meta( $post_id, 'end_time', $end_time ); 381 382 $mydata = sanitize_text_field( $_POST['location_name_meta_box_field'] ); 383 update_post_meta( $post_id, 'location_name', $mydata ); 380 384 381 385 $mydata = sanitize_text_field( $_POST['location_meta_box_field'] ); … … 384 388 delete_post_meta($post_id, 'location_lng'); 385 389 390 $mydata = sanitize_text_field( $_POST['advice_meta_box_field'] ); 391 update_post_meta( $post_id, 'advice', $mydata ); 392 393 386 394 $sell_tickets_cb = isset($_POST['sell_tickets_meta_box_field']) && $_POST['sell_tickets_meta_box_field']; 387 395 … … 520 528 521 529 case 'location_meta_box': 530 $html = '<table>'; 531 $html .= '<tr>'; 532 $value = get_post_meta( $post->ID, 'location_name', true ); 533 $html .= '<td><label for="location_meta_box_field">'; 534 $html .= __('Location Name', 'hello-event'); 535 $html .= '</label></td>'; 536 $html .= '<td><input type="text" id="location_name_meta_box_field" name="location_name_meta_box_field" value="'. esc_attr( $value ) . ' 537 " size="25" /></td>'; 538 $html .= '</tr><tr>'; 539 $html .= '<td colspan=2><div class="hint">' . __("The (optional) location name can for example be the name of a concert hall", "hello-event") . '.</div></td>'; 540 541 542 $html .= '</tr><tr>'; 522 543 $value = get_post_meta( $post->ID, 'location', true ); 523 $html = '<label for="location_meta_box_field">'; 524 $html .= __('Location', 'hello-event'); 525 $html .= '</label>'; 526 $html .= '<input type="text" id="location_meta_box_field" name="location_meta_box_field" value="'. esc_attr( $value ) . ' 527 " size="25" />'; 544 $html .= '<td><label for="location_meta_box_field">'; 545 $html .= __('Location address', 'hello-event'); 546 $html .= '</label></td>'; 547 $html .= '<td><input type="text" id="location_meta_box_field" name="location_meta_box_field" value="'. esc_attr( $value ) . ' 548 " size="25" /></td>'; 549 $html .= '</tr><tr>'; 550 $html .= '<td colspan=2><div class="hint">' . __("The location address should be detailed enough to geo-localize the place", "hello-event") . '.</div></td>'; 551 $html .= '</tr></table>'; 552 break; 553 554 case 'advice_meta_box': 555 $html = ''; 556 $html .= '<table><tr>'; 557 $value = get_post_meta( $post->ID, 'advice', true ); 558 $html .= '<td style="vertical-align: top; padding-right:10px;"><label for="advice_meta_box_field">'; 559 $html .= __('Advice', 'hello-event').' '; 560 $html .= '</label></td>'; 561 $html .= '<td><textarea id="advice_meta_box_field" name="advice_meta_box_field" rows="4" cols="30">'; 562 $html .= esc_attr( $value ); 563 $html .= '</textarea></td>'; 564 $html .= '</tr></table>'; 565 $html .= '<div class="hint">' . __("Advice to participants, for example related to parking or public transportation", "hello-event") . '.</div>'; 528 566 break; 529 567 … … 674 712 if ($pages) 675 713 return get_permalink($pages[0]); 714 else 715 return false; 716 } 717 718 function event_id_by_slug($slug) { 719 $args = array( 720 'post_type' => Hello_Event::EVENT_SLUG, 721 'name' => $slug, 722 'posts_per_page' => 1 723 ); 724 $events = get_posts($args); 725 if ($events and isset($events[0])) 726 return $events[0]->ID; 676 727 else 677 728 return false; … … 1174 1225 } 1175 1226 else { 1176 return $this->debug_msg(__("Tickets not fully configured", 'hello _event') . ". ".1227 return $this->debug_msg(__("Tickets not fully configured", 'hello-event') . ". ". 1177 1228 $this->ticket_config_error($rc)); 1178 1229 } … … 1215 1266 // Return: date in current format or false the date is not on iso-format 1216 1267 // The date will be preceeded by the weekday name if this setting is positioned AND $hide_weekday is false 1268 $dayNames = array( 1269 __('Sunday', 'hello-event'), 1270 __('Monday', 'hello-event'), 1271 __('Tuesday', 'hello-event'), 1272 __('Wednesday', 'hello-event'), 1273 __('Thursday', 'hello-event'), 1274 __('Friday', 'hello-event'), 1275 __('Saturday', 'hello-event'), 1276 ); 1277 1217 1278 $d = explode("-", $date); 1218 1279 if (count($d) != 3) { return false;} … … 1225 1286 $t = mktime(0,0,0,(int)$d[1], (int)$d[2], (int)$d[0]); 1226 1287 $weekday_number = date("w", $t); 1227 $weekday = $ this->dayNames[$weekday_number]. " ";1288 $weekday = $dayNames[$weekday_number]. " "; 1228 1289 } 1229 1290 if ($hide_weekday) … … 1536 1597 } 1537 1598 1599 public function event_thumbnail_url($args) { 1600 $args = shortcode_atts( array( 1601 'id' => get_the_ID(), 1602 'width' => false, 1603 ), $args ); 1604 $args['id'] = isset($_GET['event_id']) ? $_GET['event_id'] : $args['id']; 1605 $id = $args['id']; 1606 if (get_post_type($id) != Hello_Event::EVENT_SLUG) 1607 $id = $this->default_event_id; 1608 if (get_post_type($id) == Hello_Event::EVENT_SLUG) { 1609 if ($args['width']) { 1610 $html = '<div style="display:inline-block; width:'.$args['width'].'px">'; 1611 $html .= get_the_post_thumbnail_url($id); 1612 $html .= '</div>'; 1613 return $html; 1614 } 1615 else 1616 return get_the_post_thumbnail_url($id); 1617 } 1618 else { return $this->debug_msg(__("Shortcode can only be used when displaying events", 'hello-event')); } 1619 } 1620 1538 1621 1539 1622 public function event_content($args){ … … 1668 1751 } 1669 1752 1753 public function event_location_name($args) { 1754 $args = shortcode_atts( array( 1755 'id' => get_the_ID(), 1756 ), $args ); 1757 $args['id'] = isset($_GET['event_id']) ? $_GET['event_id'] : $args['id']; 1758 $id = $args['id']; 1759 if (get_post_type($id) != Hello_Event::EVENT_SLUG) 1760 $id = $this->default_event_id; 1761 if (get_post_type($id) == Hello_Event::EVENT_SLUG) { 1762 $html = get_post_meta($id, 'location_name', true); 1763 return $html; 1764 } 1765 else { return $this->debug_msg(__("Shortcode can only be used when displaying events", 'hello-event')); } 1766 } 1767 1670 1768 public function event_location($args) { 1671 1769 $args = shortcode_atts( array( … … 1682 1780 else { return $this->debug_msg(__("Shortcode can only be used when displaying events", 'hello-event')); } 1683 1781 } 1782 1783 public function event_advice($args) { 1784 $args = shortcode_atts( array( 1785 'id' => get_the_ID(), 1786 ), $args ); 1787 $args['id'] = isset($_GET['event_id']) ? $_GET['event_id'] : $args['id']; 1788 $id = $args['id']; 1789 if (get_post_type($id) != Hello_Event::EVENT_SLUG) 1790 $id = $this->default_event_id; 1791 if (get_post_type($id) == Hello_Event::EVENT_SLUG) { 1792 $html = get_post_meta($id, 'advice', true); 1793 return $html; 1794 } 1795 else { return $this->debug_msg(__("Shortcode can only be used when displaying events", 'hello-event')); } 1796 } 1797 1684 1798 1685 1799 function event_ics($args) { … … 1722 1836 // Set a default event id that can be used in the various shortcodes if no other id is available 1723 1837 // This is in particular useful when editing and testing the custom event page 1838 // Add slog 1839 // Possibly : set as meta on the page ??? (as with elementor plugin) 1724 1840 $args = shortcode_atts( array( 1725 1841 'id' => false, … … 1728 1844 if ($args['id']) 1729 1845 $this->default_event_id = $args['id']; 1846 if ($args['slug']) { 1847 $this->default_event_id = $this->event_id_by_slug($args['slug']); 1848 } 1730 1849 } 1731 1850 … … 1751 1870 date('Ymd', strtotime(get_post_meta( $id, 'end_date', true ))); 1752 1871 $args = array ( 1872 'location_name' => get_post_meta($id, 'location_name', true), 1753 1873 'location' => get_post_meta($id, 'location', true), 1754 1874 'summary' => get_the_title($id), … … 1771 1891 DTSTART:'. $args['dstart'] .' 1772 1892 DTEND:'. $args['dend'] .' 1773 LOCATION:'. $args['location '] .'1893 LOCATION:'. $args['location_name'] . ": ". $args['location'] .' 1774 1894 DESCRIPTION:'. strip_tags( $args['description'] ) .' 1775 1895 END:VEVENT … … 1809 1929 $start_date_time = get_post_meta($id, 'start_date', true)."T".get_post_meta($id, 'start_time', true); 1810 1930 $end_date_time = get_post_meta($id, 'end_date', true)."T".get_post_meta($id, 'end_time', true); 1931 $location_name = get_post_meta($id, 'location_name', true); 1811 1932 $location = get_post_meta($id, 'location', true); 1812 1933 $content_post = get_post($id); … … 1825 1946 "location": { 1826 1947 "@type": "Place", 1948 "name": "$location_name", 1827 1949 "address": { 1828 1950 "@type": "PostalAddress", … … 1865 1987 $excerpt = substr(strip_tags($content), 0, 150) . '...'; 1866 1988 } 1989 $location_name = $this->event_location_name([]) ? '<b>'.$this->event_location_name([]).'</b>, ' : ""; 1867 1990 $before = "<table class='hello-event-venue'>"; 1868 1991 $before .= "<tr><th>" . __("Start", 'hello-event') . ": </th><td>" . $this->event_start_date_and_time([]) . "</td></tr>"; 1869 $before .= "<tr><th>" . __("Location", 'hello-event') . ": </th><td>" . $ this->event_location([]) . "</td></tr>";1992 $before .= "<tr><th>" . __("Location", 'hello-event') . ": </th><td>" . $location_name . $this->event_location([]) . "</td></tr>"; 1870 1993 $before .= "<tr><td></td></tr>"; 1871 1994 $before .= "</table>"; … … 1889 2012 if ( isset(get_option( 'hello_event')['hello_field_autolocation_event']) && 1890 2013 get_option( 'hello_event')['hello_field_autolocation_event']=="on" ) { 1891 $before .= "<tr><th>" . __("Location", 'hello-event') . ": </th><td>" . $this->event_location([]) . "</td></tr>"; 2014 $location_name = $this->event_location_name([]) ? '<b>'.$this->event_location_name([]).'</b>, ' : ""; 2015 $before .= "<tr><th>" . __("Location", 'hello-event') . ": </th><td>"; 2016 $before .= $location_name . $this->event_location([]) . "</td></tr>"; 1892 2017 } 1893 2018 … … 1897 2022 list($link, $rc) = $this->get_link_to_product($post_id, true); 1898 2023 if ($rc > 0) { 1899 $before .= $this->debug_msg(__("Tickets not fully configured", 'hello _event') . ". ".2024 $before .= $this->debug_msg(__("Tickets not fully configured", 'hello-event') . ". ". 1900 2025 $this->ticket_config_error($rc)); 1901 2026 } … … 1922 2047 $before = apply_filters('hello_event_autoinsert_before_content', $before); 1923 2048 $after = ""; 2049 // Include advice if appropriate 2050 if ( isset(get_option( 'hello_event')['hello_field_autoadvice_event']) && 2051 get_option( 'hello_event')['hello_field_autoadvice_event']=="on" ) { 2052 $advice = $this->event_advice($post_id); 2053 if($advice) 2054 $after .= "<p><i>$advice</i></p>"; 2055 } 1924 2056 // Include map if appropriate 1925 2057 if ( isset(get_option( 'hello_event')['hello_field_automap_event']) && -
hello-event/trunk/includes/hello-event-list-events.php
r3108893 r3117834 127 127 $start_time = $hello_event_object->transform_iso_time($start_time); 128 128 $location = get_post_meta( $id, 'location', true ); 129 $location_name = get_post_meta( $id, 'location_name', true ); 130 if ($location_name) { 131 $location = "<b>$location_name</b>, " . $location; 132 } 129 133 $excerpt = $hello_event_object->real_or_computed_excerpt($id); 130 134 $excerpt = wpautop($excerpt); … … 168 172 $start_and_end_time_string = " 169 173 <div class='time'> 170 $start_time -$end_time174 $start_time" . ' - ' ." $end_time 171 175 </div> 172 176 "; … … 217 221 // } 218 222 $g_dates = '<i class="far fa-calendar"></i> ' . $g_start_date .'<br/>'; 219 $g_times = '<i class="far fa-clock"></i> ' . $start_time .'<br/>'; 223 // Show end time 224 // $g_times = '<i class="far fa-clock"></i> ' . $start_time .'<br/>'; 225 $g_times = $start_and_end_time_string .'<br/>'; 220 226 // $g_place = '<div class="location"><i class="fab fa-fort-awesome"></i> ' . $location . '</div>'; 221 227 $g_place = '<i class="fab fa-fort-awesome"></i> ' . $location . '<br/>'; … … 245 251 <div class='hello-event style1 list gallery " . $event_type_class ."'> 246 252 <div class='thumbnail ".$args['thumbnail']."'>" . get_the_post_thumbnail() . "</div> 247 $g_title 248 $g_dates 249 $g_times 250 $g_place 251 $g_ticket_link 252 $g_excerpt 253 <div class='description'> 254 $g_title 255 $g_dates 256 $g_times 257 $g_place 258 $g_ticket_link 259 $g_excerpt 260 </div> 253 261 </div>"; 254 262 break; … … 271 279 </div> 272 280 <div class='thumbnail ".$args['thumbnail']."'>" . get_the_post_thumbnail() . "</div> 273 $start_ time_string281 $start_and_end_time_string 274 282 <div class='location'> 275 283 $location … … 299 307 </div> 300 308 <div class='description'> 301 $start_ time_string309 $start_and_end_time_string 302 310 <div class='location'> 303 311 $location … … 328 336 </div> 329 337 <div class='description'> 330 $start_ time_string338 $start_and_end_time_string 331 339 $start_date_string 332 340 <div class='location'> … … 357 365 <tr> 358 366 <td> 359 $start_ time_string367 $start_and_end_time_string 360 368 <div class='location'> 361 369 $location … … 400 408 </div> 401 409 <div class='description'> 402 $start_ time_string410 $start_and_end_time_string 403 411 <div class='location'> 404 412 $location -
hello-event/trunk/includes/hello-event-settings.php
r3108894 r3117834 257 257 258 258 add_settings_field( 259 'hello_field_autolocation_event', // Field slug260 __( 'Location of event', 'hello-event' ), // Title259 'hello_field_autolocation_event', // Field slug 260 __( 'Location of event', 'hello-event' ), // Title 261 261 array($this, 'hello_field_autocontent'), // Callback to fill the field 262 262 'hello_event', // page … … 269 269 ); 270 270 271 add_settings_field(272 'hello_field_autolocation_event', // Field slug273 __( 'Location of event', 'hello-event' ),// Title274 array($this, 'hello_field_autocontent'), // Callback to fill the field275 'hello_event', // page276 'hello_section_6', // section277 [ // Arguments passed to the callback function278 'label_for' => 'hello_field_autolocation_event',279 'class' => 'hello_row',280 'hello_custom_data' => 'custom',281 ]282 );283 271 284 272 add_settings_field( … … 296 284 297 285 add_settings_field( 298 'hello_field_automap_event', // Field slug299 __( 'Location map', 'hello-event' ), // Title286 'hello_field_automap_event', // Field slug 287 __( 'Location map', 'hello-event' ), // Title 300 288 array($this, 'hello_field_autocontent'), // Callback to fill the field 301 289 'hello_event', // page … … 303 291 [ // Arguments passed to the callback function 304 292 'label_for' => 'hello_field_automap_event', 293 'class' => 'hello_row', 294 'hello_custom_data' => 'custom', 295 ] 296 ); 297 298 add_settings_field( 299 'hello_field_autoadvice_event', // Field slug 300 __( 'Advice', 'hello-event' ), // Title 301 array($this, 'hello_field_autocontent'), // Callback to fill the field 302 'hello_event', // page 303 'hello_section_6', // section 304 [ // Arguments passed to the callback function 305 'label_for' => 'hello_field_autoadvice_event', 305 306 'class' => 'hello_row', 306 307 'hello_custom_data' => 'custom', … … 377 378 'hello_field_autoical_event' => 'on', 378 379 'hello_field_automap_event' => 'on', 380 'hello_field_autoadvice_event' => 'on', 379 381 'hello_field_autolink_to_product' => 'on', 380 382 'hello_field_autolink_to_event' => 'on', -
hello-event/trunk/languages/hello-event-backup-202407100739180.pot~
- Property svn:executable deleted
-
hello-event/trunk/languages/hello-event-backup-202407100748200.pot~
r3108894 r3117834 4 4 "Project-Id-Version: Hello Event\n" 5 5 "Report-Msgid-Bugs-To: \n" 6 "POT-Creation-Date: 2024-0 6-27 10:40+0000\n"6 "POT-Creation-Date: 2024-07-10 07:39+0000\n" 7 7 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 8 8 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 15 15 "X-Generator: Loco https://localise.biz/" 16 16 17 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:39 517 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:397 18 18 msgid "A plugin for managing events and sell tickets with Woocommerce" 19 19 msgstr "" 20 20 21 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:24 722 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:24 821 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:240 22 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:241 23 23 msgid "Add New" 24 24 msgstr "" 25 25 26 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 68526 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1802 27 27 msgid "Add to Calendar" 28 28 msgstr "" 29 29 30 30 #. Field slug 31 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:2 8631 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:274 32 32 msgid "Add-to-calendar button" 33 33 msgstr "" 34 34 35 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:252 35 #. Field slug 36 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:294 37 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:559 38 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:300 39 msgid "Advice" 40 msgstr "" 41 42 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:245 36 43 msgid "All" 37 44 msgstr "" 38 45 39 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:46 146 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:463 40 47 msgid "" 41 48 "Any items not selected can always be inserted into the content parts of " … … 43 50 msgstr "" 44 51 45 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 352 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:445 46 53 msgid "" 47 54 "As of July 2018 you will be able to do 28500 requests per month free of " … … 49 56 msgstr "" 50 57 51 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:16 0552 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 62658 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1691 59 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1712 53 60 msgid "at" 54 61 msgstr "" 55 62 56 63 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:82 57 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:45 364 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:455 58 65 msgid "Auto inserted content" 59 66 msgstr "" 60 67 61 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:20 368 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:207 62 69 msgid "Book now" 63 70 msgstr "" 64 71 65 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 472 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:446 66 73 msgid "" 67 74 "but please notice that the pricing plans are quite complex and you should " … … 78 85 msgstr "" 79 86 80 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:46 087 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:462 81 88 msgid "" 82 89 "Choose what should be AUTOMAICALLY inserted into the content of events and " … … 92 99 msgstr "" 93 100 94 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 41101 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1192 95 102 msgid "Date" 96 103 msgstr "" … … 106 113 msgstr "" 107 114 108 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 85115 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:278 109 116 msgid "Dates and time" 110 117 msgstr "" … … 118 125 msgstr "" 119 126 120 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:42 6127 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:428 121 128 msgid "Default is \"Event\" in singular and \"Events\" in plural." 122 129 msgstr "" 123 130 124 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:51 2131 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:514 125 132 msgid "don't show" 126 133 msgstr "" 127 134 128 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:4 68135 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:476 129 136 msgid "Earlier events" 130 137 msgstr "" 131 138 132 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 50139 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:243 133 140 msgid "Edit" 134 141 msgstr "" 135 142 136 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 49137 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 599143 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:587 144 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:637 138 145 msgid "Edit ticket" 139 146 msgstr "" 140 147 141 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 571142 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 1883148 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:609 149 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2009 143 150 msgid "End" 144 151 msgstr "" 145 152 146 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 02153 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:510 147 154 msgid "End date" 148 155 msgstr "" … … 153 160 msgstr "" 154 161 155 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 010162 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2145 156 163 msgid "End date is earlier than start date" 157 164 msgstr "" 158 165 159 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 12166 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:520 160 167 msgid "End time" 161 168 msgstr "" 162 169 163 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:7 15164 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:7 24170 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:766 171 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:775 165 172 msgid "Event ticket" 166 173 msgstr "" 167 174 168 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:6 52175 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:690 169 176 msgid "Event:" 170 177 msgstr "" 171 178 172 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 53179 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:591 173 180 msgid "Fill in the checkbox above to start sell tickets" 174 181 msgstr "" 175 182 176 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:67 1183 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:673 177 184 msgid "Fill in the slug of the custom event page, or leave blank for default." 178 185 msgstr "" 179 186 180 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 43187 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1194 181 188 msgid "First name" 182 189 msgstr "" 183 190 184 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 230191 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1274 185 192 msgid "Friday" 186 193 msgstr "" … … 190 197 msgstr "" 191 198 192 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:57 4199 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:576 193 200 msgid "generated by the shortcodes in case of problems" 194 201 msgstr "" 195 202 196 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:5 88203 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:590 197 204 msgid "Go to the event page" 198 205 msgstr "" 199 206 200 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 898201 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 459202 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:3 68203 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:4 12207 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:949 208 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1523 209 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:376 210 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:420 204 211 msgid "Goto the event" 205 212 msgstr "" … … 209 216 msgstr "" 210 217 211 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:42 4218 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:426 212 219 msgid "" 213 220 "Here you can change the name for the event custom type that you see on the " … … 216 223 217 224 #. Field slug 218 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:35 0225 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:351 219 226 msgid "Hide ticket from shop unless the event is in the future" 220 227 msgstr "" … … 228 235 msgstr "" 229 236 230 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:45 3237 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:455 231 238 msgid "" 232 239 "If no custom page is defined, events will be displayed using the standard " … … 234 241 msgstr "" 235 242 236 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:52 2243 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:524 237 244 msgid "If shown it will be localized into the selected language of the site" 238 245 msgstr "" 239 246 240 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:67 2247 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:674 241 248 msgid "If the page does not exist the default will be used." 242 249 msgstr "" 243 250 244 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:4 69251 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:471 245 252 msgid "" 246 253 "if the ticket title should be automatically updated to the event title when " … … 248 255 msgstr "" 249 256 250 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:47 0257 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:472 251 258 msgid "" 252 259 "if tickets to past events and tickets to events that have been deleted " … … 254 261 msgstr "" 255 262 256 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 5263 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:447 257 264 msgid "" 258 265 "If you choose to use Google Maps, no maps will be displayed on the event " … … 260 267 msgstr "" 261 268 262 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:60 0269 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:602 263 270 msgid "" 264 271 "If you want to use Bootstrap modals your theme must be built with Bootstrap" 265 272 msgstr "" 266 273 267 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php: 499274 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:501 268 275 msgid "Internally all dates are stored in the ISO-format (YYYY-mm-dd)." 269 276 msgstr "" 270 277 271 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:45 2278 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:454 272 279 msgid "It is possible to create a custom page used to display the events." 273 280 msgstr "" 274 281 275 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 0282 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:442 276 283 msgid "" 277 284 "It is possible to use either Google Maps or OpenStreetMap to display the " … … 283 290 msgstr "" 284 291 285 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 43292 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1194 286 293 msgid "Last name" 287 294 msgstr "" 288 295 289 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:4 28296 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:430 290 297 msgid "Leave blank to keep the defaults." 291 298 msgstr "" 292 299 293 300 #. Field slug 294 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:31 2301 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:313 295 302 msgid "Link from event to ticket" 296 303 msgstr "" 297 304 298 305 #. Field slug 299 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:32 4306 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:325 300 307 msgid "Link from ticket to event" 301 308 msgstr "" 302 309 303 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:293 304 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:524 305 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1866 306 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1888 310 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:286 311 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1992 312 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2015 307 313 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-map.php:48 308 314 msgid "Location" 309 315 msgstr "" 310 316 311 #. Field slug 312 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:299 317 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:545 318 msgid "Location address" 319 msgstr "" 320 321 #. Field slug 322 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:287 313 323 msgid "Location map" 314 324 msgstr "" 315 325 326 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:534 327 msgid "Location Name" 328 msgstr "" 329 316 330 #. Field slug 317 331 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:260 318 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:273319 332 msgid "Location of event" 320 333 msgstr "" … … 332 345 msgstr "" 333 346 334 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 226347 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1270 335 348 msgid "Monday" 336 349 msgstr "" … … 348 361 msgstr "" 349 362 350 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:24 9363 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:242 351 364 msgid "New" 352 365 msgstr "" 353 366 354 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 006367 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2141 355 368 msgid "No end date given. The date has been set to today." 356 369 msgstr "" 357 370 358 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:6 58371 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:696 359 372 msgid "No event corresponds to the event id in the URL" 360 373 msgstr "" 361 374 362 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 662375 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:700 363 376 msgid "No event id in the URL" 364 377 msgstr "" 365 378 366 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 1994379 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2129 367 380 msgid "No event points to the ticket" 368 381 msgstr "" … … 372 385 msgstr "" 373 386 374 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 002387 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2137 375 388 msgid "No start date given. The date has been set to today." 376 389 msgstr "" 377 390 378 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 55379 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 56391 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:248 392 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:249 380 393 msgid "Nono" 381 394 msgstr "" 382 395 383 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:5 69384 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:6 19385 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:6 89396 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:571 397 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:621 398 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:691 386 399 msgid "off" 387 400 msgstr "" 388 401 389 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:56 5390 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:61 5391 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:68 5402 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:567 403 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:617 404 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:687 392 405 msgid "on" 393 406 msgstr "" 394 407 395 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 1408 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:443 396 409 msgid "" 397 410 "OpenStreetMap is a community-based free service, which is sufficient in most " … … 399 412 msgstr "" 400 413 401 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 42402 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 157414 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1193 415 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1208 403 416 msgid "Order" 404 417 msgstr "" 405 418 406 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 44419 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1195 407 420 msgid "Paid" 408 421 msgstr "" 409 422 410 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 1906423 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2034 411 424 msgid "Participate" 412 425 msgstr "" 413 426 414 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:46 2427 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:464 415 428 msgid "" 416 429 "Please notice that a link from an event to a ticket will only appear when " … … 418 431 msgstr "" 419 432 420 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:60 1433 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:603 421 434 msgid "" 422 435 "Please notice that modals may not work properly with older versions of " … … 424 437 msgstr "" 425 438 426 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 6439 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:448 427 440 msgid "" 428 441 "Please notice that the maps presented by either of the map services contain " … … 430 443 msgstr "" 431 444 432 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 451433 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 475445 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1515 446 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1539 434 447 msgid "Product is orphaned" 435 448 msgstr "" 436 449 437 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 44450 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1195 438 451 msgid "Quantity" 439 452 msgstr "" 440 453 441 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 573454 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:611 442 455 msgid "Sales" 443 456 msgstr "" 444 457 445 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 231458 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1275 446 459 msgid "Saturday" 447 460 msgstr "" 448 461 449 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:41 0462 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:412 450 463 msgid "Save Settings" 451 464 msgstr "" 452 465 453 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 53466 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:246 454 467 msgid "Search" 455 468 msgstr "" … … 459 472 msgstr "" 460 473 474 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-calendar.php:85 475 msgid "See more" 476 msgstr "" 477 461 478 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:195 462 479 msgid "Select map service" 463 480 msgstr "" 464 481 465 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php: 498482 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:500 466 483 msgid "Select the dateformat used in datepickers and displays." 467 484 msgstr "" 468 485 469 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:43 5486 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:437 470 487 msgid "" 471 488 "Select what should happen when a user clicks on an event in the calendar" 472 489 msgstr "" 473 490 474 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 36491 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:574 475 492 msgid "Sell tickets in the shop" 476 493 msgstr "" 477 494 478 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 47495 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:585 479 496 msgid "Shop link" 480 497 msgstr "" 481 498 482 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 448483 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 472499 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1512 500 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1536 484 501 msgid "Shortcode can only be used for products of the Hello Event category" 485 502 msgstr "" 486 503 487 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1180 488 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1370 489 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1398 490 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1496 491 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1510 492 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1532 493 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1548 494 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1563 495 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1579 496 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1608 497 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1629 504 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1231 505 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1434 506 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1462 507 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1560 508 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1574 509 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1596 510 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1618 511 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1634 498 512 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1649 499 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1664 500 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1679 501 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1699 513 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1665 514 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1694 502 515 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1715 516 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1735 517 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1750 518 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1765 519 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1780 520 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1795 521 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1816 522 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1832 503 523 msgid "Shortcode can only be used when displaying events" 504 524 msgstr "" 505 525 506 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:52 1526 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:523 507 527 msgid "Should the weekday name (eg. Monday) be shown in front of the date" 508 528 msgstr "" 509 529 510 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:51 6530 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:518 511 531 msgid "show" 512 532 msgstr "" 513 533 514 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:59 2534 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:594 515 535 msgid "Show event summary in a Bootstrap modal" 516 536 msgstr "" 517 537 518 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:59 6538 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:598 519 539 msgid "Show event summary in a jQuery UI modal" 520 540 msgstr "" … … 524 544 msgstr "" 525 545 526 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 570527 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 865528 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 1878546 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:608 547 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1991 548 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2004 529 549 msgid "Start" 530 550 msgstr "" 531 551 532 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:4 84552 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:492 533 553 msgid "Start date" 534 554 msgstr "" … … 539 559 msgstr "" 540 560 541 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 493561 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:501 542 562 msgid "Start time" 543 563 msgstr "" 544 564 545 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 225565 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1269 546 566 msgid "Sunday" 547 567 msgstr "" 548 568 549 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 028569 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2163 550 570 msgid "The event was saved but there are error(s)" 551 571 msgstr "" 552 572 553 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 339573 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1403 554 574 msgid "" 555 575 "The link from the event does not point to a ticket in Woocommerce. Save the " … … 557 577 msgstr "" 558 578 559 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 026579 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2161 560 580 msgid "The product was saved but there are error(s)" 561 581 msgstr "" 562 582 563 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 341583 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1405 564 584 msgid "" 565 585 "The ticket exists in Woocommerce, and is published, but you need to set its " … … 567 587 msgstr "" 568 588 569 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 340589 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1404 570 590 msgid "The ticket exists in Woocommerce, but you need to set it as published" 571 591 msgstr "" 572 592 573 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 183574 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 336593 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1234 594 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1400 575 595 msgid "The Woocommerce plugin is not activated" 576 596 msgstr "" 577 597 578 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 54598 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:592 579 599 msgid "" 580 600 "then after saving the event a new link will appear to allow you to set the " … … 582 602 msgstr "" 583 603 584 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 1998604 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2133 585 605 msgid "There is already a ticket for the event in the shop" 586 606 msgstr "" 587 607 588 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:4 36608 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:444 589 609 msgid "There is no event to show" 590 610 msgstr "" 591 611 592 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 338612 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1402 593 613 msgid "There is no link from the event to a ticket. Save the event again!" 594 614 msgstr "" 595 615 596 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:65 7616 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:659 597 617 msgid "this page" 598 618 msgstr "" 599 619 600 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 229620 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1273 601 621 msgid "Thursday" 602 622 msgstr "" 603 623 604 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 38624 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1189 605 625 msgid "Ticket sales status" 606 626 msgstr "" 607 627 608 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:30 1609 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 572610 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:2 27628 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:302 629 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:610 630 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:233 611 631 msgid "Tickets" 612 632 msgstr "" 613 633 614 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 52634 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:590 615 635 msgid "Tickets are not yet available in the shop." 616 636 msgstr "" 617 637 618 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 367619 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 395638 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1431 639 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1459 620 640 msgid "Tickets not fully configured" 621 641 msgstr "" 622 642 623 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:6 10643 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:648 624 644 msgid "Tickets sold" 625 645 msgstr "" 626 646 627 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:7 27647 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:778 628 648 msgid "Tickets to Events" 629 649 msgstr "" 630 650 631 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 357632 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 378651 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1421 652 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1442 633 653 msgid "Tickets to participate are available in our shop" 634 654 msgstr "" … … 638 658 msgstr "" 639 659 640 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:65 5660 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:657 641 661 msgid "To obtain the API Key and read Google's explanation go to" 642 662 msgstr "" 643 663 644 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 58664 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:596 645 665 msgid "To sell tickets Woocommerce needs to be installed and actived" 646 666 msgstr "" 647 667 648 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 166668 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1217 649 669 msgid "Total" 650 670 msgstr "" 651 671 652 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 227672 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1271 653 673 msgid "Tuesday" 654 674 msgstr "" … … 658 678 msgstr "" 659 679 660 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 014680 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2149 661 681 msgid "Unknown error" 662 682 msgstr "" 663 683 664 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:4 69684 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:477 665 685 msgid "Upcoming events" 666 686 msgstr "" 667 687 668 688 #. Field slug 669 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:33 8689 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:339 670 690 msgid "Update the ticket title when the event title is changed" 671 691 msgstr "" 672 692 673 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 51693 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:244 674 694 msgid "View" 675 695 msgstr "" 676 696 677 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 228697 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1272 678 698 msgid "Wednesday" 679 699 msgstr "" … … 684 704 msgstr "" 685 705 686 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:57 3706 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:575 687 707 msgid "When switched on admins and editors will see debug information" 688 708 msgstr "" 689 709 690 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:45 4710 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:456 691 711 msgid "" 692 712 "When using a custom event page you must use shortcodes to show the event " … … 694 714 msgstr "" 695 715 696 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 2716 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:444 697 717 msgid "" 698 718 "With Google Maps comes many additional features (street view, driving " … … 701 721 msgstr "" 702 722 703 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:45 3723 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:455 704 724 msgid "you can decide what information should be automatically inserted" 705 725 msgstr "" … … 710 730 msgstr "" 711 731 712 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 337732 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1401 713 733 msgid "You need to set the check box to sell tickets in the event!" 714 734 msgstr "" -
hello-event/trunk/languages/hello-event-fr_FR-backup-202407100741200.po~
- Property svn:executable deleted
-
hello-event/trunk/languages/hello-event-fr_FR-backup-202407100750420.po~
r3108894 r3117834 4 4 "Report-Msgid-Bugs-To: \n" 5 5 "POT-Creation-Date: 2020-05-04 14:59+0000\n" 6 "PO-Revision-Date: 2024-0 6-27 10:44+0000\n"6 "PO-Revision-Date: 2024-07-10 07:41+0000\n" 7 7 "Last-Translator: Christer Fernstrom <[email protected]>\n" 8 8 "Language-Team: French (France)\n" … … 15 15 "X-Loco-Version: 2.3.1; wp-5.3.2" 16 16 17 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:39 517 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:397 18 18 msgid "A plugin for managing events and sell tickets with Woocommerce" 19 19 msgstr "" … … 21 21 "Woocommerce" 22 22 23 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:24 724 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:24 823 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:240 24 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:241 25 25 msgid "Add New" 26 26 msgstr "Ajouter" 27 27 28 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 68528 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1802 29 29 msgid "Add to Calendar" 30 30 msgstr "Ajouter au calendrier" 31 31 32 32 #. Field slug 33 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:2 8633 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:274 34 34 msgid "Add-to-calendar button" 35 35 msgstr "Bouton ajouter-au-calendrier" 36 36 37 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:252 37 #. Field slug 38 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:294 39 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:559 40 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:300 41 msgid "Advice" 42 msgstr "Conseil" 43 44 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:245 38 45 msgid "All" 39 46 msgstr "Tous les" 40 47 41 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:46 148 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:463 42 49 msgid "" 43 50 "Any items not selected can always be inserted into the content parts of " … … 47 54 "contenu des événements et des tickets à l'aide de shortcodes." 48 55 49 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 356 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:445 50 57 msgid "" 51 58 "As of July 2018 you will be able to do 28500 requests per month free of " … … 55 62 "par mois," 56 63 57 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:16 0558 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 62664 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1691 65 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1712 59 66 msgid "at" 60 67 msgstr "à" 61 68 62 69 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:82 63 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:45 370 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:455 64 71 msgid "Auto inserted content" 65 72 msgstr "Contenu inséré automatiquement" 66 73 67 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:20 374 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:207 68 75 msgid "Book now" 69 76 msgstr "Réserver maintenant" 70 77 71 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 478 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:446 72 79 msgid "" 73 80 "but please notice that the pricing plans are quite complex and you should " … … 86 93 msgstr "Choisir le fonctionnement" 87 94 88 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:46 095 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:462 89 96 msgid "" 90 97 "Choose what should be AUTOMAICALLY inserted into the content of events and " … … 102 109 msgstr "Page d'événement personnalisée" 103 110 104 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 41111 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1192 105 112 msgid "Date" 106 113 msgstr "Date" … … 116 123 msgstr "Format date" 117 124 118 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 85125 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:278 119 126 msgid "Dates and time" 120 127 msgstr "Date et l'heure" … … 128 135 msgstr "Débougage" 129 136 130 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:42 6137 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:428 131 138 msgid "Default is \"Event\" in singular and \"Events\" in plural." 132 139 msgstr "Par defaut \"Event\" en singulier et \"Events\" au pluriel." 133 140 134 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:51 2141 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:514 135 142 msgid "don't show" 136 143 msgstr "ne pas afficher" 137 144 138 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:4 68145 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:476 139 146 msgid "Earlier events" 140 147 msgstr "Evénements précédents" 141 148 142 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 50149 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:243 143 150 msgid "Edit" 144 151 msgstr "Modifier" 145 152 146 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 49147 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 599153 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:587 154 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:637 148 155 msgid "Edit ticket" 149 156 msgstr "Modifier billet" 150 157 151 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 571152 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 1883158 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:609 159 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2009 153 160 msgid "End" 154 161 msgstr "Fin" 155 162 156 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 02163 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:510 157 164 msgid "End date" 158 165 msgstr "Date de fin" … … 163 170 msgstr "Date et heure de fin de l'événement" 164 171 165 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 010172 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2145 166 173 msgid "End date is earlier than start date" 167 174 msgstr "La date de fin est avant la date de début" 168 175 169 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 12176 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:520 170 177 msgid "End time" 171 178 msgstr "Heure de fin" 172 179 173 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:7 15174 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:7 24180 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:766 181 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:775 175 182 msgid "Event ticket" 176 183 msgstr "Billet d'événement" 177 184 178 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:6 52185 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:690 179 186 msgid "Event:" 180 187 msgstr "Evénement :" 181 188 182 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 53189 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:591 183 190 msgid "Fill in the checkbox above to start sell tickets" 184 191 msgstr "Cocher la case ci-dessus pour commencer la vente de billets" 185 192 186 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:67 1193 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:673 187 194 msgid "Fill in the slug of the custom event page, or leave blank for default." 188 195 msgstr "" 189 196 "Renseigner le slug de la page personnalisée ou laisser vide pour défaut" 190 197 191 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 43198 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1194 192 199 msgid "First name" 193 200 msgstr "Prénom" 194 201 195 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 230202 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1274 196 203 msgid "Friday" 197 204 msgstr "Vendredi" … … 201 208 msgstr "Journée entière" 202 209 203 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:57 4210 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:576 204 211 msgid "generated by the shortcodes in case of problems" 205 212 msgstr "générée par le shortcode en cas de problème" 206 213 207 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:5 88214 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:590 208 215 msgid "Go to the event page" 209 216 msgstr "Aller à la page de l'événement" 210 217 211 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 898212 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 459213 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:3 68214 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:4 12218 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:949 219 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1523 220 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:376 221 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:420 215 222 msgid "Goto the event" 216 223 msgstr "Aller à l'événement" … … 220 227 msgstr "Hello Event" 221 228 222 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:42 4229 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:426 223 230 msgid "" 224 231 "Here you can change the name for the event custom type that you see on the " … … 229 236 230 237 #. Field slug 231 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:35 0238 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:351 232 239 msgid "Hide ticket from shop unless the event is in the future" 233 240 msgstr "Masquer le billet de la boutique sauf si l'événement est dans le futur" … … 242 249 "https://www.tekomatik.com/plugins/hello-event\n" 243 250 244 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:45 3251 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:455 245 252 msgid "" 246 253 "If no custom page is defined, events will be displayed using the standard " … … 250 257 "utilisé, et les réglages ci-dessous" 251 258 252 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:52 2259 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:524 253 260 msgid "If shown it will be localized into the selected language of the site" 254 261 msgstr "" 255 262 "Si affiché, le nom de jour sera localisé dans la langue sélectionnée du site" 256 263 257 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:67 2264 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:674 258 265 msgid "If the page does not exist the default will be used." 259 266 msgstr "Si la page n'existe pas le défaut sera utilisé" 260 267 261 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:4 69268 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:471 262 269 msgid "" 263 270 "if the ticket title should be automatically updated to the event title when " … … 267 274 "l'événement lorsque l'événement est enregistré." 268 275 269 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:47 0276 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:472 270 277 msgid "" 271 278 "if tickets to past events and tickets to events that have been deleted " … … 276 283 "boutique" 277 284 278 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 5285 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:447 279 286 msgid "" 280 287 "If you choose to use Google Maps, no maps will be displayed on the event " … … 285 292 "enregistrée ici." 286 293 287 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:60 0294 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:602 288 295 #| msgid "Tu use Bootstrap modals your theme MUST be built with Bootstrap" 289 296 msgid "" … … 293 300 "inclure Bootstrap" 294 301 295 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php: 499302 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:501 296 303 msgid "Internally all dates are stored in the ISO-format (YYYY-mm-dd)." 297 304 msgstr "" 298 305 "En interne les dates sont maintenues au format standard ISO (AAAA-mm-jj)" 299 306 300 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:45 2307 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:454 301 308 msgid "It is possible to create a custom page used to display the events." 302 309 msgstr "" 303 310 "Il est possible de créer une page personnalisée pour montrer les événements" 304 311 305 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 0312 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:442 306 313 msgid "" 307 314 "It is possible to use either Google Maps or OpenStreetMap to display the " … … 315 322 msgstr "Maintenir les billets synchronisés avec les événements" 316 323 317 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 43324 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1194 318 325 msgid "Last name" 319 326 msgstr "Nom" 320 327 321 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:4 28328 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:430 322 329 msgid "Leave blank to keep the defaults." 323 330 msgstr "Laisser vide pour garder les défauts" 324 331 325 332 #. Field slug 326 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:31 2333 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:313 327 334 msgid "Link from event to ticket" 328 335 msgstr "Lien de l'événement vers le billet" 329 336 330 337 #. Field slug 331 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:32 4338 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:325 332 339 msgid "Link from ticket to event" 333 340 msgstr "Lien de l'événement vers le billet " 334 341 335 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:293 336 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:524 337 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1866 338 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1888 342 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:286 343 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1992 344 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2015 339 345 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-map.php:48 340 346 msgid "Location" 341 347 msgstr "Lieu" 342 348 343 #. Field slug 344 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:299 349 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:545 350 msgid "Location address" 351 msgstr "Adress du lieu" 352 353 #. Field slug 354 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:287 345 355 msgid "Location map" 346 356 msgstr "Carte" 347 357 358 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:534 359 msgid "Location Name" 360 msgstr "Nom du lieu" 361 348 362 #. Field slug 349 363 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:260 350 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:273351 364 msgid "Location of event" 352 365 msgstr "Lieu de l'événement" … … 364 377 msgstr "Clé de l'API Google Maps" 365 378 366 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 226379 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1270 367 380 msgid "Monday" 368 381 msgstr "Lundi" … … 380 393 msgstr "Nommage des événements" 381 394 382 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:24 9395 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:242 383 396 msgid "New" 384 397 msgstr "Nouveau" 385 398 386 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 006399 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2141 387 400 msgid "No end date given. The date has been set to today." 388 401 msgstr "Aucune date de fin donnée. La date d'aujourd'hui est utilisée." 389 402 390 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:6 58403 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:696 391 404 msgid "No event corresponds to the event id in the URL" 392 405 msgstr "" 393 406 "Aucun événement ne correspond à l'identifiant de l'événement dans l'URL" 394 407 395 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 662408 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:700 396 409 msgid "No event id in the URL" 397 410 msgstr "Aucun identifiant d'événement dans l'URL" 398 411 399 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 1994412 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2129 400 413 msgid "No event points to the ticket" 401 414 msgstr "Aucun événement est associé au billet" … … 405 418 msgstr "Aucune position donnée" 406 419 407 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 002420 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2137 408 421 msgid "No start date given. The date has been set to today." 409 422 msgstr "Aucune date de début donnée. La date d'aujourd'hui est utilisée." 410 423 411 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 55412 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 56424 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:248 425 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:249 413 426 msgid "Nono" 414 427 msgstr "Aucun" 415 428 416 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:5 69417 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:6 19418 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:6 89429 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:571 430 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:621 431 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:691 419 432 msgid "off" 420 433 msgstr "désactivé" 421 434 422 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:56 5423 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:61 5424 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:68 5435 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:567 436 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:617 437 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:687 425 438 msgid "on" 426 439 msgstr "activé" 427 440 428 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 1441 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:443 429 442 msgid "" 430 443 "OpenStreetMap is a community-based free service, which is sufficient in most " … … 434 447 "suffisant dans la plupart des cas." 435 448 436 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 42437 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 157449 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1193 450 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1208 438 451 msgid "Order" 439 452 msgstr "Commande" 440 453 441 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 44454 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1195 442 455 msgid "Paid" 443 456 msgstr "Réglé" 444 457 445 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 1906458 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2034 446 459 msgid "Participate" 447 460 msgstr "Participer" 448 461 449 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:46 2462 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:464 450 463 msgid "" 451 464 "Please notice that a link from an event to a ticket will only appear when " … … 455 468 "lorsque la vente des billets pour l'événement est active." 456 469 457 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:60 1470 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:603 458 471 msgid "" 459 472 "Please notice that modals may not work properly with older versions of " … … 463 476 "les anciennes versions de Bootstrap" 464 477 465 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 6478 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:448 466 479 msgid "" 467 480 "Please notice that the maps presented by either of the map services contain " … … 472 485 "fournisseur de service." 473 486 474 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 451475 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 475487 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1515 488 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1539 476 489 msgid "Product is orphaned" 477 490 msgstr "Aucun événement correspond au produit" 478 491 479 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 44492 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1195 480 493 msgid "Quantity" 481 494 msgstr "Quantité" 482 495 483 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 573496 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:611 484 497 msgid "Sales" 485 498 msgstr "Ventes" 486 499 487 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 231500 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1275 488 501 msgid "Saturday" 489 502 msgstr "Samedi" 490 503 491 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:41 0504 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:412 492 505 msgid "Save Settings" 493 506 msgstr "Enregister réglages" 494 507 495 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 53508 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:246 496 509 msgid "Search" 497 510 msgstr "Chercher" … … 501 514 msgstr "Voir dans Open Street Map" 502 515 516 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-calendar.php:85 517 msgid "See more" 518 msgstr "Montrer plus" 519 503 520 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:195 504 521 msgid "Select map service" 505 522 msgstr "Choisir le services de cartographie" 506 523 507 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php: 498524 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:500 508 525 msgid "Select the dateformat used in datepickers and displays." 509 526 msgstr "Choisir le format de présentation des dates" 510 527 511 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:43 5528 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:437 512 529 msgid "" 513 530 "Select what should happen when a user clicks on an event in the calendar" … … 516 533 "calendrier" 517 534 518 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 36535 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:574 519 536 msgid "Sell tickets in the shop" 520 537 msgstr "Vendre des billets dans la boutique" 521 538 522 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 47539 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:585 523 540 msgid "Shop link" 524 541 msgstr "Liens vers la boutique" 525 542 526 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 448527 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 472543 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1512 544 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1536 528 545 msgid "Shortcode can only be used for products of the Hello Event category" 529 546 msgstr "" … … 531 548 "Event" 532 549 533 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1180 534 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1370 535 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1398 536 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1496 537 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1510 538 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1532 539 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1548 540 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1563 541 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1579 542 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1608 543 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1629 550 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1231 551 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1434 552 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1462 553 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1560 554 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1574 555 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1596 556 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1618 557 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1634 544 558 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1649 545 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1664 546 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1679 547 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1699 559 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1665 560 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1694 548 561 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1715 562 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1735 563 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1750 564 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1765 565 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1780 566 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1795 567 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1816 568 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1832 549 569 msgid "Shortcode can only be used when displaying events" 550 570 msgstr "Shortcode à utiliser uniquement avec des événements" 551 571 552 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:52 1572 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:523 553 573 msgid "Should the weekday name (eg. Monday) be shown in front of the date" 554 574 msgstr "" … … 556 576 "la date" 557 577 558 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:51 6578 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:518 559 579 msgid "show" 560 580 msgstr "afficher" 561 581 562 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:59 2582 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:594 563 583 msgid "Show event summary in a Bootstrap modal" 564 584 msgstr "Afficher le résumé de l'événement dans un modal de Bootstrap" 565 585 566 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:59 6586 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:598 567 587 msgid "Show event summary in a jQuery UI modal" 568 588 msgstr "Afficher le résumé de l'événement dans un modal de jQuery UI" … … 572 592 msgstr "Slug de la page personnalisée" 573 593 574 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 570575 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 865576 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 1878594 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:608 595 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1991 596 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2004 577 597 msgid "Start" 578 598 msgstr "Début" 579 599 580 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:4 84600 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:492 581 601 msgid "Start date" 582 602 msgstr "Date de début" … … 587 607 msgstr "Date et heure de début de l'événement" 588 608 589 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 493609 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:501 590 610 msgid "Start time" 591 611 msgstr "Heure de début" 592 612 593 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 225613 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1269 594 614 msgid "Sunday" 595 615 msgstr "Dimanche" 596 616 597 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 028617 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2163 598 618 msgid "The event was saved but there are error(s)" 599 619 msgstr "L'événement a été enregistré mais il y a des erreur(s)" 600 620 601 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 339621 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1403 602 622 msgid "" 603 623 "The link from the event does not point to a ticket in Woocommerce. Save the " … … 607 627 "Veuillez enregistrer l'événement de nouveau !" 608 628 609 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 026629 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2161 610 630 msgid "The product was saved but there are error(s)" 611 631 msgstr "Le billet a été enregistré mais il y a des erreur(s)" 612 632 613 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 341633 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1405 614 634 msgid "" 615 635 "The ticket exists in Woocommerce, and is published, but you need to set its " … … 619 639 "devez aussi définir son prix" 620 640 621 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 340641 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1404 622 642 msgid "The ticket exists in Woocommerce, but you need to set it as published" 623 643 msgstr "" … … 625 645 "en publié" 626 646 627 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 183628 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 336647 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1234 648 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1400 629 649 msgid "The Woocommerce plugin is not activated" 630 650 msgstr "L'extension Woocommerce n'est pas activée" 631 651 632 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 54652 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:592 633 653 msgid "" 634 654 "then after saving the event a new link will appear to allow you to set the " … … 638 658 "permettra de définir tarif et quantité de billets." 639 659 640 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 1998660 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2133 641 661 msgid "There is already a ticket for the event in the shop" 642 662 msgstr "Il y a déjà un ticket pour l'événement dans la boutique" 643 663 644 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:4 36664 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:444 645 665 msgid "There is no event to show" 646 666 msgstr "Il n'y a pas d'événement à montrer" 647 667 648 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 338668 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1402 649 669 msgid "There is no link from the event to a ticket. Save the event again!" 650 670 msgstr "" … … 652 672 "l'événement de nouveau !" 653 673 654 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:65 7674 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:659 655 675 msgid "this page" 656 676 msgstr "cette page" 657 677 658 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 229678 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1273 659 679 msgid "Thursday" 660 680 msgstr "Jeudi" 661 681 662 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 38682 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1189 663 683 msgid "Ticket sales status" 664 684 msgstr "Situation de vente de billets" 665 685 666 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:30 1667 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 572668 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:2 27686 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:302 687 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:610 688 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:233 669 689 msgid "Tickets" 670 690 msgstr "Billets" 671 691 672 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 52692 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:590 673 693 msgid "Tickets are not yet available in the shop." 674 694 msgstr "Des billets ne sont pas encore en vente dans la boutique." 675 695 676 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 367677 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 395696 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1431 697 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1459 678 698 msgid "Tickets not fully configured" 679 699 msgstr "Les billets ne sont pas complètement configurés" 680 700 681 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:6 10701 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:648 682 702 msgid "Tickets sold" 683 703 msgstr "Billets vendus" 684 704 685 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:7 27705 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:778 686 706 msgid "Tickets to Events" 687 707 msgstr "billets d'événements" 688 708 689 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 357690 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 378709 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1421 710 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1442 691 711 msgid "Tickets to participate are available in our shop" 692 712 msgstr "Des billets pour participer sont en vente dans notre boutique" … … 696 716 msgstr "Format heure" 697 717 698 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:65 5718 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:657 699 719 msgid "To obtain the API Key and read Google's explanation go to" 700 720 msgstr "Pour obtenir la clé API et lire l'explication de Google, allez à" 701 721 702 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 58722 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:596 703 723 msgid "To sell tickets Woocommerce needs to be installed and actived" 704 724 msgstr "Afine de vendre des billet, Woocommerce doit être installé et activé" 705 725 706 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 166726 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1217 707 727 msgid "Total" 708 728 msgstr "Total" 709 729 710 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 227730 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1271 711 731 msgid "Tuesday" 712 732 msgstr "Mardi" … … 716 736 msgstr "Service de cartographie non defini" 717 737 718 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 014738 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2149 719 739 msgid "Unknown error" 720 740 msgstr "Erreur inconnue" 721 741 722 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:4 69742 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:477 723 743 msgid "Upcoming events" 724 744 msgstr "" … … 726 746 727 747 #. Field slug 728 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:33 8748 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:339 729 749 msgid "Update the ticket title when the event title is changed" 730 750 msgstr "" 731 751 "Mettre à jour le titre du ticket lorsque le titre de l'événement est modifié" 732 752 733 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 51753 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:244 734 754 msgid "View" 735 755 msgstr "Voir" 736 756 737 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 228757 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1272 738 758 msgid "Wednesday" 739 759 msgstr "Mercredi" … … 744 764 msgstr "Jour de la semaine" 745 765 746 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:57 3766 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:575 747 767 msgid "When switched on admins and editors will see debug information" 748 768 msgstr "" … … 750 770 "l'information de débougage " 751 771 752 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:45 4772 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:456 753 773 msgid "" 754 774 "When using a custom event page you must use shortcodes to show the event " … … 758 778 "pour afficher l'information de l'événement." 759 779 760 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 2780 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:444 761 781 msgid "" 762 782 "With Google Maps comes many additional features (street view, driving " … … 768 788 "une clé API Google Maps." 769 789 770 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:45 3790 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:455 771 791 msgid "you can decide what information should be automatically inserted" 772 792 msgstr "vous décidez quelle information sera insérée automatiquement" … … 779 799 "la carte" 780 800 781 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 337801 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1401 782 802 msgid "You need to set the check box to sell tickets in the event!" 783 803 msgstr "Vous devez cocher la case pour vendre des billets !" -
hello-event/trunk/languages/hello-event-fr_FR.l10n.php
r3108894 r3117834 1 1 <?php 2 return ['project-id-version'=>'Hello Event','report-msgid-bugs-to'=>'','pot-creation-date'=>'2020-05-04 14:59+0000','po-revision-date'=>'2024-0 6-27 15:24+0000','last-translator'=>'Christer Fernstrom <[email protected]>','language-team'=>'French (France)','language'=>'fr_FR','plural-forms'=>'nplurals=2; plural=n > 1;','mime-version'=>'1.0','content-type'=>'text/plain; charset=UTF-8','content-transfer-encoding'=>'8bit','x-generator'=>'Loco https://localise.biz/','x-loco-version'=>'2.3.1; wp-5.3.2','messages'=>['A plugin for managing events and sell tickets with Woocommerce'=>'Une extension pour la gestion des événements et pour vendre des billets avec Woocommerce','Add New'=>'Ajouter','Add to Calendar'=>'Ajouter au calendrier','Add-to-calendar button'=>'Bouton ajouter-au-calendrier','All'=>'Tous les','Any items not selected can always be inserted into the content parts of events and tickets using shortcodes.'=>'Tous les éléments non sélectionnés peuvent toujours être insérés dans le contenu des événements et des tickets à l\'aide de shortcodes.','As of July 2018 you will be able to do 28500 requests per month free of charge,'=>'À partir de juillet 2018, vous pourrez effectuer gratuitement 28500 demandes par mois,','at'=>'à','Auto inserted content'=>'Contenu inséré automatiquement','Book now'=>'Réserver maintenant','but please notice that the pricing plans are quite complex and you should consult Google\'s information about the details.'=>'mais veuillez noter que les plans de prix sont assez complexes et vous devriez consulter les informations de Google pour les détails.','Calendar'=>'Calendrier','Choose behaviour'=>'Choisir le fonctionnement','Choose what should be AUTOMAICALLY inserted into the content of events and tickets.'=>'Choisissez ce qui doit être inséré AUTOMATIQUEMENT dans le contenu des événements et des tickets.','Christer Fernstrom'=>'Christer Fernstrom','Custom event page'=>'Page d\'événement personnalisée','Date'=>'Date','Date and Time formats'=>'Format de date et heure','Date format'=>'Format date','Dates and time'=>'Date et l\'heure','Debug'=>'Débougue','Debugging'=>'Débougage','Default is "Event" in singular and "Events" in plural.'=>'Par defaut "Event" en singulier et "Events" au pluriel.','don\'t show'=>'ne pas afficher','Earlier events'=>'Evénements précédents','Edit'=>'Modifier','Edit ticket'=>'Modifier billet','End'=>'Fin','End date'=>'Date de fin','End date and time of event'=>'Date et heure de fin de l\'événement','End date is earlier than start date'=>'La date de fin est avant la date de début','End time'=>'Heure de fin','Event ticket'=>'Billet d\'événement','Event:'=>'Evénement :','Fill in the checkbox above to start sell tickets'=>'Cocher la case ci-dessus pour commencer la vente de billets','Fill in the slug of the custom event page, or leave blank for default.'=>'Renseigner le slug de la page personnalisée ou laisser vide pour défaut','First name'=>'Prénom','Friday'=>'Vendredi','Full day'=>'Journée entière','generated by the shortcodes in case of problems'=>'générée par le shortcode en cas de problème','Go to the event page'=>'Aller à la page de l\'événement','Goto the event'=>'Aller à l\'événement','Hello Event'=>'Hello Event','Here you can change the name for the event custom type that you see on the admin pages.'=>'Ici vous pouvez modifier le nom du type customisé des événéments tel qu\'affiché sur les pages d\'administration.','Hide ticket from shop unless the event is in the future'=>'Masquer le billet de la boutique sauf si l\'événement est dans le futur','https://www.tekomatik.com/about'=>'https://www.tekomatik.com/about','https://www.tekomatik.com/plugins/hello-event'=>'https://www.tekomatik.com/plugins/hello-event3 ','If no custom page is defined, events will be displayed using the standard page template of the theme, and in the settings below'=>'Si la page personnalisée n\'est pas définie le modèle de page du thème sera utilisé, et les réglages ci-dessous','If shown it will be localized into the selected language of the site'=>'Si affiché, le nom de jour sera localisé dans la langue sélectionnée du site','If the page does not exist the default will be used.'=>'Si la page n\'existe pas le défaut sera utilisé','if the ticket title should be automatically updated to the event title when the event is saved.'=>'si le titre du ticket doit être automatiquement mis à jour avec le titre de l\'événement lorsque l\'événement est enregistré.','if tickets to past events and tickets to events that have been deleted should be set to hidden to prevent them from being shown in the shop'=>'si les billets d\'événements passés et les billets d\'événements qui ont été supprimés doivent être masqués pour éviter qu\'ils ne s\'affichent dans la boutique','If you choose to use Google Maps, no maps will be displayed on the event pages until you have obtained the key and registered it here.'=>'Si vous choisissez d\'utiliser Google Maps, aucune carte ne sera affichée sur les pages des événements tant que vous n\'aurez pas obtenu la clé et l\'avez enregistrée ici.','If you want to use Bootstrap modals your theme must be built with Bootstrap'=>'Pour faire fonctionner les modals Bootstrap votre thème doit imperativement inclure Bootstrap','Internally all dates are stored in the ISO-format (YYYY-mm-dd).'=>'En interne les dates sont maintenues au format standard ISO (AAAA-mm-jj)','It is possible to create a custom page used to display the events.'=>'Il est possible de créer une page personnalisée pour montrer les événements','It is possible to use either Google Maps or OpenStreetMap to display the locations of events.'=>'Il est possible d\'utiliser soit Google Maps soit OpenStreetMap pour afficher les emplacements des événements.','Keep tickets in sync with events'=>'Maintenir les billets synchronisés avec les événements','Last name'=>'Nom','Leave blank to keep the defaults.'=>'Laisser vide pour garder les défauts','Link from event to ticket'=>'Lien de l\'événement vers le billet','Link from ticket to event'=>'Lien de l\'événement vers le billet ','Location'=>'Lieu','Location map'=>'Carte','Location of event'=>'Lieu de l\'événement','Manage events and sell tickets with WooCommerce as easy as Hello World'=>'Gerer des événements et vendre des places avec WooCommerce','Maps'=>'Cartes','Maps API Key'=>'Clé de l\'API Google Maps','Monday'=>'Lundi','Name of event (plural)'=>'Nom d\'événement (pluriel)','Name of event (singular)'=>'Nom d\'événement (singulier)','Naming events'=>'Nommage des événements','New'=>'Nouveau','No end date given. The date has been set to today.'=>'Aucune date de fin donnée. La date d\'aujourd\'hui est utilisée.','No event corresponds to the event id in the URL'=>'Aucun événement ne correspond à l\'identifiant de l\'événement dans l\'URL','No event id in the URL'=>'Aucun identifiant d\'événement dans l\'URL','No event points to the ticket'=>'Aucun événement est associé au billet','No location given'=>'Aucune position donnée','No start date given. The date has been set to today.'=>'Aucune date de début donnée. La date d\'aujourd\'hui est utilisée.','Nono'=>'Aucun','off'=>'désactivé','on'=>'activé','OpenStreetMap is a community-based free service, which is sufficient in most cases.'=>'OpenStreetMap est un service gratuit, maintenu par la communauté, et suffisant dans la plupart des cas.','Order'=>'Commande','Paid'=>'Réglé','Participate'=>'Participer','Please notice that a link from an event to a ticket will only appear when the sale of tickets for the event is active.'=>'Veuillez noter qu\'un lien d\'un événement vers un billet n\'apparaîtra que lorsque la vente des billets pour l\'événement est active.','Please notice that modals may not work properly with older versions of Bootstrap'=>'Veuillez noter que les modaux peuvent ne pas fonctionner correctement avec les anciennes versions de Bootstrap','Please notice that the maps presented by either of the map services contain links with credits and contact information to the service provider.'=>'Veuillez noter que les cartes présentées par l\'un ou l\'autre des services de carte contiennent des liens avec crédits et informations de contact au fournisseur de service.','Product is orphaned'=>'Aucun événement correspond au produit','Quantity'=>'Quantité','Sales'=>'Ventes','Saturday'=>'Samedi','Save Settings'=>'Enregister réglages','Search'=>'Chercher','See in Open Street Map'=>'Voir dans Open Street Map','See more'=>'Montrer plus','Select map service'=>'Choisir le services de cartographie','Select the dateformat used in datepickers and displays.'=>'Choisir le format de présentation des dates','Select what should happen when a user clicks on an event in the calendar'=>'Choisir l\'action lorsqu\'un utilisateur clique sur un événement dans la calendrier','Sell tickets in the shop'=>'Vendre des billets dans la boutique','Shop link'=>'Liens vers la boutique','Shortcode can only be used for products of the Hello Event category'=>'Shortcode ne peut être utilisé que pour les produits de la catégorie Hello Event','Shortcode can only be used when displaying events'=>'Shortcode à utiliser uniquement avec des événements','Should the weekday name (eg. Monday) be shown in front of the date'=>'Le nom du jour de la semaine (par exemple Lundi) doit-il être affiché devant la date','show'=>'afficher','Show event summary in a Bootstrap modal'=>'Afficher le résumé de l\'événement dans un modal de Bootstrap','Show event summary in a jQuery UI modal'=>'Afficher le résumé de l\'événement dans un modal de jQuery UI','Slug for custom event page'=>'Slug de la page personnalisée','Start'=>'Début','Start date'=>'Date de début','Start date and time of event'=>'Date et heure de début de l\'événement','Start time'=>'Heure de début','Sunday'=>'Dimanche','The event was saved but there are error(s)'=>'L\'événement a été enregistré mais il y a des erreur(s)','The link from the event does not point to a ticket in Woocommerce. Save the event again!'=>'Le liens depuis l\'événement ne pointe pas sur un billet dans la boutique. Veuillez enregistrer l\'événement de nouveau !','The product was saved but there are error(s)'=>'Le billet a été enregistré mais il y a des erreur(s)','The ticket exists in Woocommerce, and is published, but you need to set its price'=>'Le billet existe bien dans la boutique et avec le status publié, mais vous devez aussi définir son prix','The ticket exists in Woocommerce, but you need to set it as published'=>'Le billet existe bien dans la boutique mais vous devez modifier son status en publié','The Woocommerce plugin is not activated'=>'L\'extension Woocommerce n\'est pas activée','then after saving the event a new link will appear to allow you to set the price and quantity of tickets'=>'et une fois l\'événement enregistré , un nouveau lien va apparaître qui permettra de définir tarif et quantité de billets.','There is already a ticket for the event in the shop'=>'Il y a déjà un ticket pour l\'événement dans la boutique','There is no event to show'=>'Il n\'y a pas d\'événement à montrer','There is no link from the event to a ticket. Save the event again!'=>'Il n\'y a pas de lien de l\'événement vers un billet. Veuillez enregistrer l\'événement de nouveau !','this page'=>'cette page','Thursday'=>'Jeudi','Ticket sales status'=>'Situation de vente de billets','Tickets'=>'Billets','Tickets are not yet available in the shop.'=>'Des billets ne sont pas encore en vente dans la boutique.','Tickets not fully configured'=>'Les billets ne sont pas complètement configurés','Tickets sold'=>'Billets vendus','Tickets to Events'=>'billets d\'événements','Tickets to participate are available in our shop'=>'Des billets pour participer sont en vente dans notre boutique','Time format'=>'Format heure','To obtain the API Key and read Google\'s explanation go to'=>'Pour obtenir la clé API et lire l\'explication de Google, allez à','To sell tickets Woocommerce needs to be installed and actived'=>'Afine de vendre des billet, Woocommerce doit être installé et activé','Total'=>'Total','Tuesday'=>'Mardi','Undefined map services'=>'Service de cartographie non defini','Unknown error'=>'Erreur inconnue','Upcoming events'=>'Événements à venir2 return ['project-id-version'=>'Hello Event','report-msgid-bugs-to'=>'','pot-creation-date'=>'2020-05-04 14:59+0000','po-revision-date'=>'2024-07-10 07:50+0000','last-translator'=>'Christer Fernstrom <[email protected]>','language-team'=>'French (France)','language'=>'fr_FR','plural-forms'=>'nplurals=2; plural=n > 1;','mime-version'=>'1.0','content-type'=>'text/plain; charset=UTF-8','content-transfer-encoding'=>'8bit','x-generator'=>'Loco https://localise.biz/','x-loco-version'=>'2.3.1; wp-5.3.2','messages'=>['A plugin for managing events and sell tickets with Woocommerce'=>'Une extension pour la gestion des événements et pour vendre des billets avec Woocommerce','Add New'=>'Ajouter','Add to Calendar'=>'Ajouter au calendrier','Add-to-calendar button'=>'Bouton ajouter-au-calendrier','Advice'=>'Conseil','Advice to participants, for example related to parking or public transportation'=>'Conseils aux participants, par exemple concernant le stationnement ou les transports en commun','All'=>'Tous les','Any items not selected can always be inserted into the content parts of events and tickets using shortcodes.'=>'Tous les éléments non sélectionnés peuvent toujours être insérés dans le contenu des événements et des tickets à l\'aide de shortcodes.','As of July 2018 you will be able to do 28500 requests per month free of charge,'=>'À partir de juillet 2018, vous pourrez effectuer gratuitement 28500 demandes par mois,','at'=>'à','Auto inserted content'=>'Contenu inséré automatiquement','Book now'=>'Réserver maintenant','but please notice that the pricing plans are quite complex and you should consult Google\'s information about the details.'=>'mais veuillez noter que les plans de prix sont assez complexes et vous devriez consulter les informations de Google pour les détails.','Calendar'=>'Calendrier','Choose behaviour'=>'Choisir le fonctionnement','Choose what should be AUTOMAICALLY inserted into the content of events and tickets.'=>'Choisissez ce qui doit être inséré AUTOMATIQUEMENT dans le contenu des événements et des tickets.','Christer Fernstrom'=>'Christer Fernstrom','Custom event page'=>'Page d\'événement personnalisée','Date'=>'Date','Date and Time formats'=>'Format de date et heure','Date format'=>'Format date','Dates and time'=>'Date et l\'heure','Debug'=>'Débougue','Debugging'=>'Débougage','Default is "Event" in singular and "Events" in plural.'=>'Par defaut "Event" en singulier et "Events" au pluriel.','don\'t show'=>'ne pas afficher','Earlier events'=>'Evénements précédents','Edit'=>'Modifier','Edit ticket'=>'Modifier billet','End'=>'Fin','End date'=>'Date de fin','End date and time of event'=>'Date et heure de fin de l\'événement','End date is earlier than start date'=>'La date de fin est avant la date de début','End time'=>'Heure de fin','Event ticket'=>'Billet d\'événement','Event:'=>'Evénement :','Fill in the checkbox above to start sell tickets'=>'Cocher la case ci-dessus pour commencer la vente de billets','Fill in the slug of the custom event page, or leave blank for default.'=>'Renseigner le slug de la page personnalisée ou laisser vide pour défaut','First name'=>'Prénom','Friday'=>'Vendredi','Full day'=>'Journée entière','generated by the shortcodes in case of problems'=>'générée par le shortcode en cas de problème','Go to the event page'=>'Aller à la page de l\'événement','Goto the event'=>'Aller à l\'événement','Hello Event'=>'Hello Event','Here you can change the name for the event custom type that you see on the admin pages.'=>'Ici vous pouvez modifier le nom du type customisé des événéments tel qu\'affiché sur les pages d\'administration.','Hide ticket from shop unless the event is in the future'=>'Masquer le billet de la boutique sauf si l\'événement est dans le futur','https://www.tekomatik.com/about'=>'https://www.tekomatik.com/about','https://www.tekomatik.com/plugins/hello-event'=>'https://www.tekomatik.com/plugins/hello-event 3 ','If no custom page is defined, events will be displayed using the standard page template of the theme, and in the settings below'=>'Si la page personnalisée n\'est pas définie le modèle de page du thème sera utilisé, et les réglages ci-dessous','If shown it will be localized into the selected language of the site'=>'Si affiché, le nom de jour sera localisé dans la langue sélectionnée du site','If the page does not exist the default will be used.'=>'Si la page n\'existe pas le défaut sera utilisé','if the ticket title should be automatically updated to the event title when the event is saved.'=>'si le titre du ticket doit être automatiquement mis à jour avec le titre de l\'événement lorsque l\'événement est enregistré.','if tickets to past events and tickets to events that have been deleted should be set to hidden to prevent them from being shown in the shop'=>'si les billets d\'événements passés et les billets d\'événements qui ont été supprimés doivent être masqués pour éviter qu\'ils ne s\'affichent dans la boutique','If you choose to use Google Maps, no maps will be displayed on the event pages until you have obtained the key and registered it here.'=>'Si vous choisissez d\'utiliser Google Maps, aucune carte ne sera affichée sur les pages des événements tant que vous n\'aurez pas obtenu la clé et l\'avez enregistrée ici.','If you want to use Bootstrap modals your theme must be built with Bootstrap'=>'Pour faire fonctionner les modals Bootstrap votre thème doit imperativement inclure Bootstrap','Internally all dates are stored in the ISO-format (YYYY-mm-dd).'=>'En interne les dates sont maintenues au format standard ISO (AAAA-mm-jj)','It is possible to create a custom page used to display the events.'=>'Il est possible de créer une page personnalisée pour montrer les événements','It is possible to use either Google Maps or OpenStreetMap to display the locations of events.'=>'Il est possible d\'utiliser soit Google Maps soit OpenStreetMap pour afficher les emplacements des événements.','Keep tickets in sync with events'=>'Maintenir les billets synchronisés avec les événements','Last name'=>'Nom','Leave blank to keep the defaults.'=>'Laisser vide pour garder les défauts','Link from event to ticket'=>'Lien de l\'événement vers le billet','Link from ticket to event'=>'Lien de l\'événement vers le billet ','Location'=>'Lieu','Location address'=>'Adress du lieu','Location map'=>'Carte','Location Name'=>'Nom du lieu','Location of event'=>'Lieu de l\'événement','Manage events and sell tickets with WooCommerce as easy as Hello World'=>'Gerer des événements et vendre des places avec WooCommerce','Maps'=>'Cartes','Maps API Key'=>'Clé de l\'API Google Maps','Monday'=>'Lundi','Name of event (plural)'=>'Nom d\'événement (pluriel)','Name of event (singular)'=>'Nom d\'événement (singulier)','Naming events'=>'Nommage des événements','New'=>'Nouveau','No end date given. The date has been set to today.'=>'Aucune date de fin donnée. La date d\'aujourd\'hui est utilisée.','No event corresponds to the event id in the URL'=>'Aucun événement ne correspond à l\'identifiant de l\'événement dans l\'URL','No event id in the URL'=>'Aucun identifiant d\'événement dans l\'URL','No event points to the ticket'=>'Aucun événement est associé au billet','No location given'=>'Aucune position donnée','No start date given. The date has been set to today.'=>'Aucune date de début donnée. La date d\'aujourd\'hui est utilisée.','Nono'=>'Aucun','off'=>'désactivé','on'=>'activé','OpenStreetMap is a community-based free service, which is sufficient in most cases.'=>'OpenStreetMap est un service gratuit, maintenu par la communauté, et suffisant dans la plupart des cas.','Order'=>'Commande','Paid'=>'Réglé','Participate'=>'Participer','Please notice that a link from an event to a ticket will only appear when the sale of tickets for the event is active.'=>'Veuillez noter qu\'un lien d\'un événement vers un billet n\'apparaîtra que lorsque la vente des billets pour l\'événement est active.','Please notice that modals may not work properly with older versions of Bootstrap'=>'Veuillez noter que les modaux peuvent ne pas fonctionner correctement avec les anciennes versions de Bootstrap','Please notice that the maps presented by either of the map services contain links with credits and contact information to the service provider.'=>'Veuillez noter que les cartes présentées par l\'un ou l\'autre des services de carte contiennent des liens avec crédits et informations de contact au fournisseur de service.','Product is orphaned'=>'Aucun événement correspond au produit','Quantity'=>'Quantité','Sales'=>'Ventes','Saturday'=>'Samedi','Save Settings'=>'Enregister réglages','Search'=>'Chercher','See in Open Street Map'=>'Voir dans Open Street Map','See more'=>'Montrer plus','Select map service'=>'Choisir le services de cartographie','Select the dateformat used in datepickers and displays.'=>'Choisir le format de présentation des dates','Select what should happen when a user clicks on an event in the calendar'=>'Choisir l\'action lorsqu\'un utilisateur clique sur un événement dans la calendrier','Sell tickets in the shop'=>'Vendre des billets dans la boutique','Shop link'=>'Liens vers la boutique','Shortcode can only be used for products of the Hello Event category'=>'Shortcode ne peut être utilisé que pour les produits de la catégorie Hello Event','Shortcode can only be used when displaying events'=>'Shortcode à utiliser uniquement avec des événements','Should the weekday name (eg. Monday) be shown in front of the date'=>'Le nom du jour de la semaine (par exemple Lundi) doit-il être affiché devant la date','show'=>'afficher','Show event summary in a Bootstrap modal'=>'Afficher le résumé de l\'événement dans un modal de Bootstrap','Show event summary in a jQuery UI modal'=>'Afficher le résumé de l\'événement dans un modal de jQuery UI','Slug for custom event page'=>'Slug de la page personnalisée','Start'=>'Début','Start date'=>'Date de début','Start date and time of event'=>'Date et heure de début de l\'événement','Start time'=>'Heure de début','Sunday'=>'Dimanche','The (optional) location name can for example be the name of a concert hall'=>'Le nom (facultatif) du lieu peut par exemple être le nom d\'une salle de concert','The event was saved but there are error(s)'=>'L\'événement a été enregistré mais il y a des erreur(s)','The link from the event does not point to a ticket in Woocommerce. Save the event again!'=>'Le liens depuis l\'événement ne pointe pas sur un billet dans la boutique. Veuillez enregistrer l\'événement de nouveau !','The location address should be detailed enough to geo-localize the place'=>'L\'adresse du lieu doit être suffisamment détaillée pour géo-localiser la localisation','The product was saved but there are error(s)'=>'Le billet a été enregistré mais il y a des erreur(s)','The ticket exists in Woocommerce, and is published, but you need to set its price'=>'Le billet existe bien dans la boutique et avec le status publié, mais vous devez aussi définir son prix','The ticket exists in Woocommerce, but you need to set it as published'=>'Le billet existe bien dans la boutique mais vous devez modifier son status en publié','The Woocommerce plugin is not activated'=>'L\'extension Woocommerce n\'est pas activée','then after saving the event a new link will appear to allow you to set the price and quantity of tickets'=>'et une fois l\'événement enregistré , un nouveau lien va apparaître qui permettra de définir tarif et quantité de billets.','There is already a ticket for the event in the shop'=>'Il y a déjà un ticket pour l\'événement dans la boutique','There is no event to show'=>'Il n\'y a pas d\'événement à montrer','There is no link from the event to a ticket. Save the event again!'=>'Il n\'y a pas de lien de l\'événement vers un billet. Veuillez enregistrer l\'événement de nouveau !','this page'=>'cette page','Thursday'=>'Jeudi','Ticket sales status'=>'Situation de vente de billets','Tickets'=>'Billets','Tickets are not yet available in the shop.'=>'Des billets ne sont pas encore en vente dans la boutique.','Tickets not fully configured'=>'Les billets ne sont pas complètement configurés','Tickets sold'=>'Billets vendus','Tickets to Events'=>'billets d\'événements','Tickets to participate are available in our shop'=>'Des billets pour participer sont en vente dans notre boutique','Time format'=>'Format heure','To obtain the API Key and read Google\'s explanation go to'=>'Pour obtenir la clé API et lire l\'explication de Google, allez à','To sell tickets Woocommerce needs to be installed and actived'=>'Afine de vendre des billet, Woocommerce doit être installé et activé','Total'=>'Total','Tuesday'=>'Mardi','Undefined map services'=>'Service de cartographie non defini','Unknown error'=>'Erreur inconnue','Upcoming events'=>'Événements à venir 4 4 ','Update the ticket title when the event title is changed'=>'Mettre à jour le titre du ticket lorsque le titre de l\'événement est modifié','View'=>'Voir','Wednesday'=>'Mercredi','Weekday'=>'Jour de la semaine','When switched on admins and editors will see debug information'=>'Quand cette fonction est activée les admins et les editeurs verront de l\'information de débougage ','When using a custom event page you must use shortcodes to show the event information.'=>'Quand une page personnalisée et utilisée on doit utiliser les codes courts pour afficher l\'information de l\'événement.','With Google Maps comes many additional features (street view, driving directions, ...), but in order to use Google maps you need to obtain a Google Maps API Key.'=>'Google Maps propose de nombreuses fonctionnalités supplémentaires (street view, itinéraires, etc.), mais pour utiliser Google Maps, vous devez obtenir une clé API Google Maps.','you can decide what information should be automatically inserted'=>'vous décidez quelle information sera insérée automatiquement','You need to register your Google Maps API Key before the map can be shown'=>'Vous devez enregistrer votre clé API Google Maps avant de pouvoir afficher la carte','You need to set the check box to sell tickets in the event!'=>'Vous devez cocher la case pour vendre des billets !']]; -
hello-event/trunk/languages/hello-event-fr_FR.po
r3108894 r3117834 4 4 "Report-Msgid-Bugs-To: \n" 5 5 "POT-Creation-Date: 2020-05-04 14:59+0000\n" 6 "PO-Revision-Date: 2024-0 6-27 15:24+0000\n"6 "PO-Revision-Date: 2024-07-10 07:50+0000\n" 7 7 "Last-Translator: Christer Fernstrom <[email protected]>\n" 8 8 "Language-Team: French (France)\n" … … 15 15 "X-Loco-Version: 2.3.1; wp-5.3.2" 16 16 17 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:39 517 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:397 18 18 msgid "A plugin for managing events and sell tickets with Woocommerce" 19 19 msgstr "" … … 21 21 "Woocommerce" 22 22 23 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:24 724 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:24 823 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:240 24 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:241 25 25 msgid "Add New" 26 26 msgstr "Ajouter" 27 27 28 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 68828 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1802 29 29 msgid "Add to Calendar" 30 30 msgstr "Ajouter au calendrier" 31 31 32 32 #. Field slug 33 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:2 8633 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:274 34 34 msgid "Add-to-calendar button" 35 35 msgstr "Bouton ajouter-au-calendrier" 36 36 37 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:252 37 #. Field slug 38 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:294 39 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:559 40 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:300 41 msgid "Advice" 42 msgstr "Conseil" 43 44 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:565 45 msgid "" 46 "Advice to participants, for example related to parking or public " 47 "transportation" 48 msgstr "" 49 "Conseils aux participants, par exemple concernant le stationnement ou les " 50 "transports en commun" 51 52 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:245 38 53 msgid "All" 39 54 msgstr "Tous les" 40 55 41 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:46 156 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:463 42 57 msgid "" 43 58 "Any items not selected can always be inserted into the content parts of " … … 47 62 "contenu des événements et des tickets à l'aide de shortcodes." 48 63 49 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 364 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:445 50 65 msgid "" 51 66 "As of July 2018 you will be able to do 28500 requests per month free of " … … 55 70 "par mois," 56 71 57 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:16 0858 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 62972 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1691 73 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1712 59 74 msgid "at" 60 75 msgstr "à" 61 76 62 77 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:82 63 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:45 378 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:455 64 79 msgid "Auto inserted content" 65 80 msgstr "Contenu inséré automatiquement" 66 81 67 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:20 382 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:207 68 83 msgid "Book now" 69 84 msgstr "Réserver maintenant" 70 85 71 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 486 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:446 72 87 msgid "" 73 88 "but please notice that the pricing plans are quite complex and you should " … … 86 101 msgstr "Choisir le fonctionnement" 87 102 88 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:46 0103 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:462 89 104 msgid "" 90 105 "Choose what should be AUTOMAICALLY inserted into the content of events and " … … 102 117 msgstr "Page d'événement personnalisée" 103 118 104 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 41119 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1192 105 120 msgid "Date" 106 121 msgstr "Date" … … 116 131 msgstr "Format date" 117 132 118 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 85133 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:278 119 134 msgid "Dates and time" 120 135 msgstr "Date et l'heure" … … 128 143 msgstr "Débougage" 129 144 130 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:42 6145 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:428 131 146 msgid "Default is \"Event\" in singular and \"Events\" in plural." 132 147 msgstr "Par defaut \"Event\" en singulier et \"Events\" au pluriel." 133 148 134 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:51 2149 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:514 135 150 msgid "don't show" 136 151 msgstr "ne pas afficher" 137 152 138 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:4 68153 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:476 139 154 msgid "Earlier events" 140 155 msgstr "Evénements précédents" 141 156 142 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 50157 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:243 143 158 msgid "Edit" 144 159 msgstr "Modifier" 145 160 146 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 49147 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 599161 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:587 162 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:637 148 163 msgid "Edit ticket" 149 164 msgstr "Modifier billet" 150 165 151 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 571152 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 1886166 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:609 167 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2009 153 168 msgid "End" 154 169 msgstr "Fin" 155 170 156 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 02171 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:510 157 172 msgid "End date" 158 173 msgstr "Date de fin" … … 163 178 msgstr "Date et heure de fin de l'événement" 164 179 165 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 013180 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2145 166 181 msgid "End date is earlier than start date" 167 182 msgstr "La date de fin est avant la date de début" 168 183 169 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 12184 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:520 170 185 msgid "End time" 171 186 msgstr "Heure de fin" 172 187 173 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:7 15174 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:7 24188 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:766 189 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:775 175 190 msgid "Event ticket" 176 191 msgstr "Billet d'événement" 177 192 178 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:6 52193 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:690 179 194 msgid "Event:" 180 195 msgstr "Evénement :" 181 196 182 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 53197 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:591 183 198 msgid "Fill in the checkbox above to start sell tickets" 184 199 msgstr "Cocher la case ci-dessus pour commencer la vente de billets" 185 200 186 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:67 1201 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:673 187 202 msgid "Fill in the slug of the custom event page, or leave blank for default." 188 203 msgstr "" 189 204 "Renseigner le slug de la page personnalisée ou laisser vide pour défaut" 190 205 191 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 43206 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1194 192 207 msgid "First name" 193 208 msgstr "Prénom" 194 209 195 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 230210 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1274 196 211 msgid "Friday" 197 212 msgstr "Vendredi" … … 201 216 msgstr "Journée entière" 202 217 203 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:57 4218 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:576 204 219 msgid "generated by the shortcodes in case of problems" 205 220 msgstr "générée par le shortcode en cas de problème" 206 221 207 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:5 88222 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:590 208 223 msgid "Go to the event page" 209 224 msgstr "Aller à la page de l'événement" 210 225 211 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 898212 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 462213 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:3 68214 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:4 12226 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:949 227 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1523 228 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:376 229 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:420 215 230 msgid "Goto the event" 216 231 msgstr "Aller à l'événement" … … 220 235 msgstr "Hello Event" 221 236 222 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:42 4237 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:426 223 238 msgid "" 224 239 "Here you can change the name for the event custom type that you see on the " … … 229 244 230 245 #. Field slug 231 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:35 0246 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:351 232 247 msgid "Hide ticket from shop unless the event is in the future" 233 248 msgstr "Masquer le billet de la boutique sauf si l'événement est dans le futur" … … 242 257 "https://www.tekomatik.com/plugins/hello-event\n" 243 258 244 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:45 3259 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:455 245 260 msgid "" 246 261 "If no custom page is defined, events will be displayed using the standard " … … 250 265 "utilisé, et les réglages ci-dessous" 251 266 252 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:52 2267 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:524 253 268 msgid "If shown it will be localized into the selected language of the site" 254 269 msgstr "" 255 270 "Si affiché, le nom de jour sera localisé dans la langue sélectionnée du site" 256 271 257 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:67 2272 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:674 258 273 msgid "If the page does not exist the default will be used." 259 274 msgstr "Si la page n'existe pas le défaut sera utilisé" 260 275 261 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:4 69276 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:471 262 277 msgid "" 263 278 "if the ticket title should be automatically updated to the event title when " … … 267 282 "l'événement lorsque l'événement est enregistré." 268 283 269 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:47 0284 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:472 270 285 msgid "" 271 286 "if tickets to past events and tickets to events that have been deleted " … … 276 291 "boutique" 277 292 278 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 5293 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:447 279 294 msgid "" 280 295 "If you choose to use Google Maps, no maps will be displayed on the event " … … 285 300 "enregistrée ici." 286 301 287 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:60 0302 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:602 288 303 #| msgid "Tu use Bootstrap modals your theme MUST be built with Bootstrap" 289 304 msgid "" … … 293 308 "inclure Bootstrap" 294 309 295 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php: 499310 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:501 296 311 msgid "Internally all dates are stored in the ISO-format (YYYY-mm-dd)." 297 312 msgstr "" 298 313 "En interne les dates sont maintenues au format standard ISO (AAAA-mm-jj)" 299 314 300 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:45 2315 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:454 301 316 msgid "It is possible to create a custom page used to display the events." 302 317 msgstr "" 303 318 "Il est possible de créer une page personnalisée pour montrer les événements" 304 319 305 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 0320 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:442 306 321 msgid "" 307 322 "It is possible to use either Google Maps or OpenStreetMap to display the " … … 315 330 msgstr "Maintenir les billets synchronisés avec les événements" 316 331 317 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 43332 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1194 318 333 msgid "Last name" 319 334 msgstr "Nom" 320 335 321 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:4 28336 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:430 322 337 msgid "Leave blank to keep the defaults." 323 338 msgstr "Laisser vide pour garder les défauts" 324 339 325 340 #. Field slug 326 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:31 2341 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:313 327 342 msgid "Link from event to ticket" 328 343 msgstr "Lien de l'événement vers le billet" 329 344 330 345 #. Field slug 331 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:32 4346 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:325 332 347 msgid "Link from ticket to event" 333 348 msgstr "Lien de l'événement vers le billet " 334 349 335 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:293 336 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:524 337 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1869 338 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1891 350 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:286 351 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1992 352 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2015 339 353 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-map.php:48 340 354 msgid "Location" 341 355 msgstr "Lieu" 342 356 343 #. Field slug 344 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:299 357 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:545 358 msgid "Location address" 359 msgstr "Adress du lieu" 360 361 #. Field slug 362 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:287 345 363 msgid "Location map" 346 364 msgstr "Carte" 347 365 366 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:534 367 msgid "Location Name" 368 msgstr "Nom du lieu" 369 348 370 #. Field slug 349 371 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:260 350 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:273351 372 msgid "Location of event" 352 373 msgstr "Lieu de l'événement" … … 364 385 msgstr "Clé de l'API Google Maps" 365 386 366 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 226387 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1270 367 388 msgid "Monday" 368 389 msgstr "Lundi" … … 380 401 msgstr "Nommage des événements" 381 402 382 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:24 9403 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:242 383 404 msgid "New" 384 405 msgstr "Nouveau" 385 406 386 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 009407 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2141 387 408 msgid "No end date given. The date has been set to today." 388 409 msgstr "Aucune date de fin donnée. La date d'aujourd'hui est utilisée." 389 410 390 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:6 58411 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:696 391 412 msgid "No event corresponds to the event id in the URL" 392 413 msgstr "" 393 414 "Aucun événement ne correspond à l'identifiant de l'événement dans l'URL" 394 415 395 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 662416 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:700 396 417 msgid "No event id in the URL" 397 418 msgstr "Aucun identifiant d'événement dans l'URL" 398 419 399 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 1997420 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2129 400 421 msgid "No event points to the ticket" 401 422 msgstr "Aucun événement est associé au billet" … … 405 426 msgstr "Aucune position donnée" 406 427 407 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 005428 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2137 408 429 msgid "No start date given. The date has been set to today." 409 430 msgstr "Aucune date de début donnée. La date d'aujourd'hui est utilisée." 410 431 411 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 55412 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 56432 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:248 433 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:249 413 434 msgid "Nono" 414 435 msgstr "Aucun" 415 436 416 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:5 69417 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:6 19418 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:6 89437 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:571 438 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:621 439 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:691 419 440 msgid "off" 420 441 msgstr "désactivé" 421 442 422 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:56 5423 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:61 5424 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:68 5443 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:567 444 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:617 445 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:687 425 446 msgid "on" 426 447 msgstr "activé" 427 448 428 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 1449 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:443 429 450 msgid "" 430 451 "OpenStreetMap is a community-based free service, which is sufficient in most " … … 434 455 "suffisant dans la plupart des cas." 435 456 436 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 42437 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 157457 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1193 458 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1208 438 459 msgid "Order" 439 460 msgstr "Commande" 440 461 441 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 44462 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1195 442 463 msgid "Paid" 443 464 msgstr "Réglé" 444 465 445 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 1909466 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2034 446 467 msgid "Participate" 447 468 msgstr "Participer" 448 469 449 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:46 2470 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:464 450 471 msgid "" 451 472 "Please notice that a link from an event to a ticket will only appear when " … … 455 476 "lorsque la vente des billets pour l'événement est active." 456 477 457 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:60 1478 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:603 458 479 msgid "" 459 480 "Please notice that modals may not work properly with older versions of " … … 463 484 "les anciennes versions de Bootstrap" 464 485 465 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 6486 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:448 466 487 msgid "" 467 488 "Please notice that the maps presented by either of the map services contain " … … 472 493 "fournisseur de service." 473 494 474 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 454475 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 478495 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1515 496 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1539 476 497 msgid "Product is orphaned" 477 498 msgstr "Aucun événement correspond au produit" 478 499 479 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 44500 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1195 480 501 msgid "Quantity" 481 502 msgstr "Quantité" 482 503 483 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 573504 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:611 484 505 msgid "Sales" 485 506 msgstr "Ventes" 486 507 487 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 231508 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1275 488 509 msgid "Saturday" 489 510 msgstr "Samedi" 490 511 491 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:41 0512 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:412 492 513 msgid "Save Settings" 493 514 msgstr "Enregister réglages" 494 515 495 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 53516 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:246 496 517 msgid "Search" 497 518 msgstr "Chercher" … … 509 530 msgstr "Choisir le services de cartographie" 510 531 511 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php: 498532 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:500 512 533 msgid "Select the dateformat used in datepickers and displays." 513 534 msgstr "Choisir le format de présentation des dates" 514 535 515 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:43 5536 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:437 516 537 msgid "" 517 538 "Select what should happen when a user clicks on an event in the calendar" … … 520 541 "calendrier" 521 542 522 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 36543 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:574 523 544 msgid "Sell tickets in the shop" 524 545 msgstr "Vendre des billets dans la boutique" 525 546 526 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 47547 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:585 527 548 msgid "Shop link" 528 549 msgstr "Liens vers la boutique" 529 550 530 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 451531 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 475551 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1512 552 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1536 532 553 msgid "Shortcode can only be used for products of the Hello Event category" 533 554 msgstr "" … … 535 556 "Event" 536 557 537 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1180 538 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1373 539 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1401 540 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1499 541 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1513 542 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1535 543 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1551 544 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1566 545 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1582 546 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1611 547 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1632 548 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1652 549 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1667 550 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1682 551 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1702 552 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1718 558 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1231 559 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1434 560 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1462 561 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1560 562 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1574 563 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1596 564 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1618 565 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1634 566 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1649 567 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1665 568 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1694 569 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1715 570 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1735 571 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1750 572 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1765 573 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1780 574 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1795 575 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1816 576 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1832 553 577 msgid "Shortcode can only be used when displaying events" 554 578 msgstr "Shortcode à utiliser uniquement avec des événements" 555 579 556 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:52 1580 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:523 557 581 msgid "Should the weekday name (eg. Monday) be shown in front of the date" 558 582 msgstr "" … … 560 584 "la date" 561 585 562 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:51 6586 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:518 563 587 msgid "show" 564 588 msgstr "afficher" 565 589 566 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:59 2590 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:594 567 591 msgid "Show event summary in a Bootstrap modal" 568 592 msgstr "Afficher le résumé de l'événement dans un modal de Bootstrap" 569 593 570 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:59 6594 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:598 571 595 msgid "Show event summary in a jQuery UI modal" 572 596 msgstr "Afficher le résumé de l'événement dans un modal de jQuery UI" … … 576 600 msgstr "Slug de la page personnalisée" 577 601 578 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 570579 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 868580 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 1881602 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:608 603 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1991 604 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2004 581 605 msgid "Start" 582 606 msgstr "Début" 583 607 584 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:4 84608 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:492 585 609 msgid "Start date" 586 610 msgstr "Date de début" … … 591 615 msgstr "Date et heure de début de l'événement" 592 616 593 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 493617 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:501 594 618 msgid "Start time" 595 619 msgstr "Heure de début" 596 620 597 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 225621 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1269 598 622 msgid "Sunday" 599 623 msgstr "Dimanche" 600 624 601 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2031 625 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:539 626 msgid "" 627 "The (optional) location name can for example be the name of a concert hall" 628 msgstr "" 629 "Le nom (facultatif) du lieu peut par exemple être le nom d'une salle de " 630 "concert" 631 632 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2163 602 633 msgid "The event was saved but there are error(s)" 603 634 msgstr "L'événement a été enregistré mais il y a des erreur(s)" 604 635 605 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 342636 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1403 606 637 msgid "" 607 638 "The link from the event does not point to a ticket in Woocommerce. Save the " … … 611 642 "Veuillez enregistrer l'événement de nouveau !" 612 643 613 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2029 644 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:550 645 msgid "" 646 "The location address should be detailed enough to geo-localize the place" 647 msgstr "" 648 "L'adresse du lieu doit être suffisamment détaillée pour géo-localiser la " 649 "localisation" 650 651 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2161 614 652 msgid "The product was saved but there are error(s)" 615 653 msgstr "Le billet a été enregistré mais il y a des erreur(s)" 616 654 617 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 344655 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1405 618 656 msgid "" 619 657 "The ticket exists in Woocommerce, and is published, but you need to set its " … … 623 661 "devez aussi définir son prix" 624 662 625 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 343663 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1404 626 664 msgid "The ticket exists in Woocommerce, but you need to set it as published" 627 665 msgstr "" … … 629 667 "en publié" 630 668 631 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 183632 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 339669 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1234 670 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1400 633 671 msgid "The Woocommerce plugin is not activated" 634 672 msgstr "L'extension Woocommerce n'est pas activée" 635 673 636 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 54674 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:592 637 675 msgid "" 638 676 "then after saving the event a new link will appear to allow you to set the " … … 642 680 "permettra de définir tarif et quantité de billets." 643 681 644 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 001682 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2133 645 683 msgid "There is already a ticket for the event in the shop" 646 684 msgstr "Il y a déjà un ticket pour l'événement dans la boutique" 647 685 648 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:4 36686 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:444 649 687 msgid "There is no event to show" 650 688 msgstr "Il n'y a pas d'événement à montrer" 651 689 652 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 341690 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1402 653 691 msgid "There is no link from the event to a ticket. Save the event again!" 654 692 msgstr "" … … 656 694 "l'événement de nouveau !" 657 695 658 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:65 7696 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:659 659 697 msgid "this page" 660 698 msgstr "cette page" 661 699 662 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 229700 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1273 663 701 msgid "Thursday" 664 702 msgstr "Jeudi" 665 703 666 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 38704 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1189 667 705 msgid "Ticket sales status" 668 706 msgstr "Situation de vente de billets" 669 707 670 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:30 1671 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 572672 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:2 27708 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:302 709 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:610 710 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:233 673 711 msgid "Tickets" 674 712 msgstr "Billets" 675 713 676 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 52714 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:590 677 715 msgid "Tickets are not yet available in the shop." 678 716 msgstr "Des billets ne sont pas encore en vente dans la boutique." 679 717 680 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1370 681 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1398 718 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1227 719 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1431 720 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1459 721 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2024 682 722 msgid "Tickets not fully configured" 683 723 msgstr "Les billets ne sont pas complètement configurés" 684 724 685 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:6 10725 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:648 686 726 msgid "Tickets sold" 687 727 msgstr "Billets vendus" 688 728 689 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:7 27729 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:778 690 730 msgid "Tickets to Events" 691 731 msgstr "billets d'événements" 692 732 693 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 360694 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 381733 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1421 734 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1442 695 735 msgid "Tickets to participate are available in our shop" 696 736 msgstr "Des billets pour participer sont en vente dans notre boutique" … … 700 740 msgstr "Format heure" 701 741 702 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:65 5742 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:657 703 743 msgid "To obtain the API Key and read Google's explanation go to" 704 744 msgstr "Pour obtenir la clé API et lire l'explication de Google, allez à" 705 745 706 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 58746 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:596 707 747 msgid "To sell tickets Woocommerce needs to be installed and actived" 708 748 msgstr "Afine de vendre des billet, Woocommerce doit être installé et activé" 709 749 710 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 166750 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1217 711 751 msgid "Total" 712 752 msgstr "Total" 713 753 714 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 227754 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1271 715 755 msgid "Tuesday" 716 756 msgstr "Mardi" … … 720 760 msgstr "Service de cartographie non defini" 721 761 722 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 017762 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2149 723 763 msgid "Unknown error" 724 764 msgstr "Erreur inconnue" 725 765 726 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:4 69766 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:477 727 767 msgid "Upcoming events" 728 768 msgstr "" … … 730 770 731 771 #. Field slug 732 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:33 8772 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:339 733 773 msgid "Update the ticket title when the event title is changed" 734 774 msgstr "" 735 775 "Mettre à jour le titre du ticket lorsque le titre de l'événement est modifié" 736 776 737 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 51777 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:244 738 778 msgid "View" 739 779 msgstr "Voir" 740 780 741 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 228781 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1272 742 782 msgid "Wednesday" 743 783 msgstr "Mercredi" … … 748 788 msgstr "Jour de la semaine" 749 789 750 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:57 3790 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:575 751 791 msgid "When switched on admins and editors will see debug information" 752 792 msgstr "" … … 754 794 "l'information de débougage " 755 795 756 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:45 4796 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:456 757 797 msgid "" 758 798 "When using a custom event page you must use shortcodes to show the event " … … 762 802 "pour afficher l'information de l'événement." 763 803 764 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 2804 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:444 765 805 msgid "" 766 806 "With Google Maps comes many additional features (street view, driving " … … 772 812 "une clé API Google Maps." 773 813 774 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:45 3814 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:455 775 815 msgid "you can decide what information should be automatically inserted" 776 816 msgstr "vous décidez quelle information sera insérée automatiquement" … … 783 823 "la carte" 784 824 785 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 340825 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1401 786 826 msgid "You need to set the check box to sell tickets in the event!" 787 827 msgstr "Vous devez cocher la case pour vendre des billets !" -
hello-event/trunk/languages/hello-event-nl_NL.l10n.php
r3108894 r3117834 1 1 <?php 2 return ['project-id-version'=>'Hello Event','report-msgid-bugs-to'=>'','pot-creation-date'=>'2023-07-31 09:22+0000','po-revision-date'=>'2024-0 6-27 15:25+0000','last-translator'=>'','language-team'=>'Dutch','language'=>'nl_NL','plural-forms'=>'nplurals=2; plural=n != 1;','mime-version'=>'1.0','content-type'=>'text/plain; charset=UTF-8','content-transfer-encoding'=>'8bit','x-generator'=>'Loco https://localise.biz/','x-loco-version'=>'2.6.9; wp-6.5.3','messages'=>['A plugin for managing events and sell tickets with Woocommerce'=>'Een plug-in voor het beheren van evenementen en het verkopen van tickets met Woocommerce','Add New'=>'Nieuw toevoegen','Add to Calendar'=>'Voeg toe aan Kalender','Add-to-calendar button'=>'Voeg-toe-aan-Kalender knop','All'=>'Alle','Any items not selected can always be inserted into the content parts of events and tickets using shortcodes.'=>'Niet geselecteerde items kunnen steeds ingevoegd worden in de event inhoud met shortcodes.','As of July 2018 you will be able to do 28500 requests per month free of charge,'=>'Vanaf juli 2018 zal je 28500 verzoeken per maand gratis kunnen uitvoeren.','at'=>'om','Auto inserted content'=>'Automatisch toegevoegde inhoud','Book now'=>'Boek nu','but please notice that the pricing plans are quite complex and you should consult Google\'s information about the details.'=>'merk wel op dat de prijspakketten nogal complex zijn en dat je de informatie van Google moet raadplegen voor de details.','Calendar'=>'Kalender','Choose behaviour'=>'Kies gedrag','Choose what should be AUTOMAICALLY inserted into the content of events and tickets.'=>'Kies wat AUTOMTISCH ingevoegd moet worden in de inhoud van evenementen en tickets.','Christer Fernstrom'=>'Christer Fernstrom','Custom event page'=>'Aangepaste evenementenpagina','Date'=>'Datum','Date and Time formats'=>'Datum en Uur formaat','Date format'=>'Datum formaat','Dates and time'=>'Data en tijden','Debug'=>'Probleemoplossing','Debugging'=>'Probleem aan het oplossen','Default is "Event" in singular and "Events" in plural.'=>'Standaard is het "Evenement" in enkelvoud en "Evenementen" in meervoud.','don\'t show'=>'niet laten zien','Earlier events'=>'Eerdere evenementen','Edit'=>'Pas aan','Edit ticket'=>'Pas ticket aan','End'=>'Einde','End date'=>'Einddatum','End date and time of event'=>'Einddatum en -tijd van het evenement','End date is earlier than start date'=>'De einddatum is eerder dan de startdatum','End time'=>'Eindtijd','Event ticket'=>'Evenement ticket','Event:'=>'Evenement:','Fill in the checkbox above to start sell tickets'=>'Vul de bovenstaande checkbox in om tickets te kunnen gaan verkopen','Fill in the slug of the custom event page, or leave blank for default.'=>'Vul de slug van de aangepaste evenementenpagina in of laat dit standaard leeg.','First name'=>'Voornaam','Friday'=>'Vrijdag','Full day'=>'Volledige dag','generated by the shortcodes in case of problems'=>'gegeneerd met shortcodes in geval van problemen','Go to the event page'=>'Ga naar de evenement pagina','Goto the event'=>'Ga naar het evenement','Hello Event'=>'Hello Event','Here you can change the name for the event custom type that you see on the admin pages.'=>'Hier kan je de naam van het evenement aangepast type dat je op de admin pagina\'s ziet aanpassen.','Hide ticket from shop unless the event is in the future'=>'Verberg het ticket in de winkel tenzij het en toekomstig evenement is','https://www.tekomatik.com/about'=>'https://www.tekomatik.com/about','https://www.tekomatik.com/plugins/hello-event'=>'https://www.tekomatik.com/plugins/hello-event','If no custom page is defined, events will be displayed using the standard page template of the theme, and in the settings below'=>'Als er geen aangepaste pagina is gedefinieerd, worden evenementen weergegeven met behulp van de standaardpaginasjabloon van het thema en in de onderstaande instellingen','If shown it will be localized into the selected language of the site'=>'Indien weergegeven, wordt het gelokaliseerd in de geselecteerde taal van de site','If the page does not exist the default will be used.'=>'Als de pagina niet bestaat, wordt de standaardwaarde gebruikt.','if the ticket title should be automatically updated to the event title when the event is saved.'=>'als het ticket automatisch aangepast moet worden naar de evenement titel als het evenement wordt bewaard.','if tickets to past events and tickets to events that have been deleted should be set to hidden to prevent them from being shown in the shop'=>'als tickets voor voorbije evenementen en verwijderde tickets verborgen moeten worden om te voorkomen dat deze in de winkel zichtbaar zijn','If you choose to use Google Maps, no maps will be displayed on the event pages until you have obtained the key and registered it here.'=>'als je Google maps wil kiezen zullen er geen kaarten vertoond worden op evenement pagina\'s tot je een sleutel verkregen en hier geregistreerd hebt.','If you want to use Bootstrap modals your theme must be built with Bootstrap'=>'als je het Bootstrap models thema wil gebruiken, moet je thema aangemaakt worden met Bootstrap','Internally all dates are stored in the ISO-format (YYYY-mm-dd).'=>'Intern worden alle data bewaard als ISO formaat (YYYY-mm-dd).','It is possible to create a custom page used to display the events.'=>'Het is mogelijk om een aangepaste pagina te maken waarop de gebeurtenissen worden weergegeven.','It is possible to use either Google Maps or OpenStreetMap to display the locations of events.'=>'Het is mogelijk om ofwel Google Maps ofwel OpenStreetMap te gebruiken om de locatie van evenementen te tonen.','Keep tickets in sync with events'=>'Hou de tickets gesynchroniseerd met de evenementen','Last name'=>'Achternaam','Leave blank to keep the defaults.'=>'Leeg laten om de standaardwaarden te gebruiken.','Link from event to ticket'=>'Link van evenement naar ticket','Link from ticket to event'=>'Link van ticket naar evenement','Location'=>'Locatie','Location map'=>'Kaart van de locatie','Location of event'=>'Locatie van het evenement','Manage events and sell tickets with WooCommerce as easy as Hello World'=>'Beheer evenementen en verkoop tickets met WooCommerce even gemakkelijk als Hello World','Maps'=>'Kaarten','Maps API Key'=>'Kaarten API sleutel','Monday'=>'Maandag','Name of event (plural)'=>'Naam van het evenement (meervoud)','Name of event (singular)'=>'Naam evenement (enkelvoud)','Naming events'=>'Evenementen benoemen','New'=>'Nieuw','No end date given. The date has been set to today.'=>'Geen einddatum opgegeven. De datum is op vandaag gezet.','No event corresponds to the event id in the URL'=>'Er is geen evenement dat overeenkomt met het evenement id in de URL','No event id in the URL'=>'Geen evenement id in de URL','No event points to the ticket'=>'Geen evenement verwijst naar dit ticket','No location given'=>'Geen locatie opgegeven','No start date given. The date has been set to today.'=>'Geen startdatum opgegeven. De datum is op vandaag gezet.','Nono'=>'Neenee','off'=>'uit','on'=>'aan','OpenStreetMap is a community-based free service, which is sufficient in most cases.'=>'OpenStreetMap is een community-based gratis service, welke voldoende is in de meeste gevallen.','Order'=>'Bestel','Paid'=>'Betaald','Participate'=>'Neem deel','Please notice that a link from an event to a ticket will only appear when the sale of tickets for the event is active.'=>'Gelieve op te merken dat de link van een evenement naar een ticket enkel zal verschijnen als de verkoop van de tickets voor dit evenement actief is.','Please notice that modals may not work properly with older versions of Bootstrap'=>'Houd er rekening mee dat modals mogelijk niet goed werken met oudere versies van Bootstrap','Please notice that the maps presented by either of the map services contain links with credits and contact information to the service provider.'=>'Noteer dat getoonde kaarten van een van beide services links met credits en contact informatie naar de service leverancier bevatten.','Product is orphaned'=>'Product is verweesd','Quantity'=>'Hoeveelheid','Sales'=>'Verkoop','Saturday'=>'Zaterdag','Save Settings'=>'Bewaar instellingen','Search'=>'Zoek','See in Open Street Map'=>'Bekijk in Open Street Map','See more'=>'Laat meer zien','Select map service'=>'Selecteer de kaart service','Select the dateformat used in datepickers and displays.'=>'Selecteer het datum formaat gebruikt in datum selectors en schermen.','Select what should happen when a user clicks on an event in the calendar'=>'Selecteer wat er moet gebeuren als een gebruiker klikt op een evenement in de kalender','Sell tickets in the shop'=>'Verkoop tickets in de winkel','Shop link'=>'Link naar de winkel','Shortcode can only be used for products of the Hello Event category'=>'Shortcode kan alleen gebruikt worden voor producten van de Hello Event categorie','Shortcode can only be used when displaying events'=>'Shortcode kan enkel gebruikt worden bij het tonen van evenementen','Should the weekday name (eg. Monday) be shown in front of the date'=>'Moet de naam van de weekdag (bijvoorbeeld Maandag) vóór de datum worden weergegeven','show'=>'weergeven','Show event summary in a Bootstrap modal'=>'Toon evenenment samenvatting in een Bootstrap modal','Show event summary in a jQuery UI modal'=>'Toon evenement samenvatting in een jQuery UI modal','Slug for custom event page'=>'Slug voor aangepaste evenementenpagina','Start'=>'Start','Start date'=>'Startdatum','Start date and time of event'=>'Startdatum en -tijd van het evenement','Start time'=>'Starttijd','Sunday'=>'Zondag','The event was saved but there are error(s)'=>'Het evenement werd bewaard maar er zijn fout(en)','The link from the event does not point to a ticket in Woocommerce. Save the event again!'=>'De link van het evenement verwijst niet naar een WooCommerce ticket. Bewaar het ticket opnieuw!','The product was saved but there are error(s)'=>'Het product werd bewaard, maar er zijn fout(en)','The ticket exists in Woocommerce, and is published, but you need to set its price'=>'Het ticket bestaat in Woocommerce en is gepubliceerd, maar je moet de prijs nog instellen','The ticket exists in Woocommerce, but you need to set it as published'=>'Het ticket bestaat in WooCommerce, maar moet nog gepubliceerd worden','The Woocommerce plugin is not activated'=>'De WooCommerce plugin is niet geactiveerd','then after saving the event a new link will appear to allow you to set the price and quantity of tickets'=>'dan zal na bewaren van het evenement een nieuwe link tevoorschijn komen waar je de prijs en aantal tickets kan ingeven','There is already a ticket for the event in the shop'=>'Er is reeds een ticket voor dit evenement in de shop','There is no event to show'=>'Er is geen evenement om te tonen','There is no link from the event to a ticket. Save the event again!'=>'Er is geen link van het evenement naar een ticket. Bewaar het evenement opnieuw!','this page'=>'deze pagina','Thursday'=>'Donderdag','Ticket sales status'=>'Status ticketverkoop','Tickets'=>'Tickets','Tickets are not yet available in the shop.'=>'Er zijn nog geen tickets verkrijgbaar in de winkel','Tickets not fully configured'=>'De tickets zijn niet geheel geconfigureerd','Tickets sold'=>'Verkochte tickets','Tickets to Events'=>'Tickets voor evenementen','Tickets to participate are available in our shop'=>'Deelnametickets zijn verkrijgbaar in onze winkel','Time format'=>'Tijdsformaat','To obtain the API Key and read Google\'s explanation go to'=>'Om een API sleutel te verkrijgen en Google\'s uitleg te lezen ga naar','To sell tickets Woocommerce needs to be installed and actived'=>'Om tickets te kunnen verkopen moet WooCommerce geïnstalleerd en geactivered zijn','Total'=>'Totaal','Tuesday'=>'Dinsdag','Undefined map services'=>'Niet gedefinieerde map services','Unknown error'=>'Onbekende fout','Upcoming events'=>'Komende evenementen','Update the ticket title when the event title is changed'=>'Pas de ticket titel aan als de evenement titel is aangepast','View'=>'Bekijk','Wednesday'=>'Woensdag','Weekday'=>'Weekdag','When switched on admins and editors will see debug information'=>'Indien ingeschakeld zullen admins en editors de debug informatie zien','When using a custom event page you must use shortcodes to show the event information.'=>'Wanneer u een aangepaste evenementenpagina gebruikt, moet u shortcodes gebruiken om de evenementinformatie weer te geven.','With Google Maps comes many additional features (street view, driving directions, ...), but in order to use Google maps you need to obtain a Google Maps API Key.'=>'Met Google Maps zijn er veel bijkomende features (street view, route beschrijving, ...), maar om Google Maps te kunnen gebruiken moet je een Google Maps API sleutel verkrijgen.','you can decide what information should be automatically inserted'=>'u kunt beslissen welke informatie automatisch moet worden ingevoegd','You need to register your Google Maps API Key before the map can be shown'=>'Je moet je Google Maps API sleutel registreren vooraleer de map getoond kan worden','You need to set the check box to sell tickets in the event!'=>'Je moet de checkbox in het evenement aanzetten om tickets te kunnen verkopen!']];2 return ['project-id-version'=>'Hello Event','report-msgid-bugs-to'=>'','pot-creation-date'=>'2023-07-31 09:22+0000','po-revision-date'=>'2024-07-10 07:57+0000','last-translator'=>'','language-team'=>'Dutch','language'=>'nl_NL','plural-forms'=>'nplurals=2; plural=n != 1;','mime-version'=>'1.0','content-type'=>'text/plain; charset=UTF-8','content-transfer-encoding'=>'8bit','x-generator'=>'Loco https://localise.biz/','x-loco-version'=>'2.6.9; wp-6.5.3','messages'=>['A plugin for managing events and sell tickets with Woocommerce'=>'Een plug-in voor het beheren van evenementen en het verkopen van tickets met Woocommerce','Add New'=>'Nieuw toevoegen','Add to Calendar'=>'Voeg toe aan Kalender','Add-to-calendar button'=>'Voeg-toe-aan-Kalender knop','Advice'=>'Advies','Advice to participants, for example related to parking or public transportation'=>'Advies aan deelnemers, bijvoorbeeld op het gebied van parkeren of openbaar vervoer','All'=>'Alle','Any items not selected can always be inserted into the content parts of events and tickets using shortcodes.'=>'Niet geselecteerde items kunnen steeds ingevoegd worden in de event inhoud met shortcodes.','As of July 2018 you will be able to do 28500 requests per month free of charge,'=>'Vanaf juli 2018 zal je 28500 verzoeken per maand gratis kunnen uitvoeren.','at'=>'om','Auto inserted content'=>'Automatisch toegevoegde inhoud','Book now'=>'Boek nu','but please notice that the pricing plans are quite complex and you should consult Google\'s information about the details.'=>'merk wel op dat de prijspakketten nogal complex zijn en dat je de informatie van Google moet raadplegen voor de details.','Calendar'=>'Kalender','Choose behaviour'=>'Kies gedrag','Choose what should be AUTOMAICALLY inserted into the content of events and tickets.'=>'Kies wat AUTOMTISCH ingevoegd moet worden in de inhoud van evenementen en tickets.','Christer Fernstrom'=>'Christer Fernstrom','Custom event page'=>'Aangepaste evenementenpagina','Date'=>'Datum','Date and Time formats'=>'Datum en Uur formaat','Date format'=>'Datum formaat','Dates and time'=>'Data en tijden','Debug'=>'Probleemoplossing','Debugging'=>'Probleem aan het oplossen','Default is "Event" in singular and "Events" in plural.'=>'Standaard is het "Evenement" in enkelvoud en "Evenementen" in meervoud.','don\'t show'=>'niet laten zien','Earlier events'=>'Eerdere evenementen','Edit'=>'Pas aan','Edit ticket'=>'Pas ticket aan','End'=>'Einde','End date'=>'Einddatum','End date and time of event'=>'Einddatum en -tijd van het evenement','End date is earlier than start date'=>'De einddatum is eerder dan de startdatum','End time'=>'Eindtijd','Event ticket'=>'Evenement ticket','Event:'=>'Evenement:','Fill in the checkbox above to start sell tickets'=>'Vul de bovenstaande checkbox in om tickets te kunnen gaan verkopen','Fill in the slug of the custom event page, or leave blank for default.'=>'Vul de slug van de aangepaste evenementenpagina in of laat dit standaard leeg.','First name'=>'Voornaam','Friday'=>'Vrijdag','Full day'=>'Volledige dag','generated by the shortcodes in case of problems'=>'gegeneerd met shortcodes in geval van problemen','Go to the event page'=>'Ga naar de evenement pagina','Goto the event'=>'Ga naar het evenement','Hello Event'=>'Hello Event','Here you can change the name for the event custom type that you see on the admin pages.'=>'Hier kan je de naam van het evenement aangepast type dat je op de admin pagina\'s ziet aanpassen.','Hide ticket from shop unless the event is in the future'=>'Verberg het ticket in de winkel tenzij het en toekomstig evenement is','https://www.tekomatik.com/about'=>'https://www.tekomatik.com/about','https://www.tekomatik.com/plugins/hello-event'=>'https://www.tekomatik.com/plugins/hello-event','If no custom page is defined, events will be displayed using the standard page template of the theme, and in the settings below'=>'Als er geen aangepaste pagina is gedefinieerd, worden evenementen weergegeven met behulp van de standaardpaginasjabloon van het thema en in de onderstaande instellingen','If shown it will be localized into the selected language of the site'=>'Indien weergegeven, wordt het gelokaliseerd in de geselecteerde taal van de site','If the page does not exist the default will be used.'=>'Als de pagina niet bestaat, wordt de standaardwaarde gebruikt.','if the ticket title should be automatically updated to the event title when the event is saved.'=>'als het ticket automatisch aangepast moet worden naar de evenement titel als het evenement wordt bewaard.','if tickets to past events and tickets to events that have been deleted should be set to hidden to prevent them from being shown in the shop'=>'als tickets voor voorbije evenementen en verwijderde tickets verborgen moeten worden om te voorkomen dat deze in de winkel zichtbaar zijn','If you choose to use Google Maps, no maps will be displayed on the event pages until you have obtained the key and registered it here.'=>'als je Google maps wil kiezen zullen er geen kaarten vertoond worden op evenement pagina\'s tot je een sleutel verkregen en hier geregistreerd hebt.','If you want to use Bootstrap modals your theme must be built with Bootstrap'=>'als je het Bootstrap models thema wil gebruiken, moet je thema aangemaakt worden met Bootstrap','Internally all dates are stored in the ISO-format (YYYY-mm-dd).'=>'Intern worden alle data bewaard als ISO formaat (YYYY-mm-dd).','It is possible to create a custom page used to display the events.'=>'Het is mogelijk om een aangepaste pagina te maken waarop de gebeurtenissen worden weergegeven.','It is possible to use either Google Maps or OpenStreetMap to display the locations of events.'=>'Het is mogelijk om ofwel Google Maps ofwel OpenStreetMap te gebruiken om de locatie van evenementen te tonen.','Keep tickets in sync with events'=>'Hou de tickets gesynchroniseerd met de evenementen','Last name'=>'Achternaam','Leave blank to keep the defaults.'=>'Leeg laten om de standaardwaarden te gebruiken.','Link from event to ticket'=>'Link van evenement naar ticket','Link from ticket to event'=>'Link van ticket naar evenement','Location'=>'Locatie','Location address'=>'Locatie adres','Location map'=>'Kaart van de locatie','Location Name'=>'Locatie naam','Location of event'=>'Locatie van het evenement','Manage events and sell tickets with WooCommerce as easy as Hello World'=>'Beheer evenementen en verkoop tickets met WooCommerce even gemakkelijk als Hello World','Maps'=>'Kaarten','Maps API Key'=>'Kaarten API sleutel','Monday'=>'Maandag','Name of event (plural)'=>'Naam van het evenement (meervoud)','Name of event (singular)'=>'Naam evenement (enkelvoud)','Naming events'=>'Evenementen benoemen','New'=>'Nieuw','No end date given. The date has been set to today.'=>'Geen einddatum opgegeven. De datum is op vandaag gezet.','No event corresponds to the event id in the URL'=>'Er is geen evenement dat overeenkomt met het evenement id in de URL','No event id in the URL'=>'Geen evenement id in de URL','No event points to the ticket'=>'Geen evenement verwijst naar dit ticket','No location given'=>'Geen locatie opgegeven','No start date given. The date has been set to today.'=>'Geen startdatum opgegeven. De datum is op vandaag gezet.','Nono'=>'Neenee','off'=>'uit','on'=>'aan','OpenStreetMap is a community-based free service, which is sufficient in most cases.'=>'OpenStreetMap is een community-based gratis service, welke voldoende is in de meeste gevallen.','Order'=>'Bestel','Paid'=>'Betaald','Participate'=>'Neem deel','Please notice that a link from an event to a ticket will only appear when the sale of tickets for the event is active.'=>'Gelieve op te merken dat de link van een evenement naar een ticket enkel zal verschijnen als de verkoop van de tickets voor dit evenement actief is.','Please notice that modals may not work properly with older versions of Bootstrap'=>'Houd er rekening mee dat modals mogelijk niet goed werken met oudere versies van Bootstrap','Please notice that the maps presented by either of the map services contain links with credits and contact information to the service provider.'=>'Noteer dat getoonde kaarten van een van beide services links met credits en contact informatie naar de service leverancier bevatten.','Product is orphaned'=>'Product is verweesd','Quantity'=>'Hoeveelheid','Sales'=>'Verkoop','Saturday'=>'Zaterdag','Save Settings'=>'Bewaar instellingen','Search'=>'Zoek','See in Open Street Map'=>'Bekijk in Open Street Map','See more'=>'Laat meer zien','Select map service'=>'Selecteer de kaart service','Select the dateformat used in datepickers and displays.'=>'Selecteer het datum formaat gebruikt in datum selectors en schermen.','Select what should happen when a user clicks on an event in the calendar'=>'Selecteer wat er moet gebeuren als een gebruiker klikt op een evenement in de kalender','Sell tickets in the shop'=>'Verkoop tickets in de winkel','Shop link'=>'Link naar de winkel','Shortcode can only be used for products of the Hello Event category'=>'Shortcode kan alleen gebruikt worden voor producten van de Hello Event categorie','Shortcode can only be used when displaying events'=>'Shortcode kan enkel gebruikt worden bij het tonen van evenementen','Should the weekday name (eg. Monday) be shown in front of the date'=>'Moet de naam van de weekdag (bijvoorbeeld Maandag) vóór de datum worden weergegeven','show'=>'weergeven','Show event summary in a Bootstrap modal'=>'Toon evenenment samenvatting in een Bootstrap modal','Show event summary in a jQuery UI modal'=>'Toon evenement samenvatting in een jQuery UI modal','Slug for custom event page'=>'Slug voor aangepaste evenementenpagina','Start'=>'Start','Start date'=>'Startdatum','Start date and time of event'=>'Startdatum en -tijd van het evenement','Start time'=>'Starttijd','Sunday'=>'Zondag','The (optional) location name can for example be the name of a concert hall'=>'De (optionele) locatienaam kan bijvoorbeeld de naam van een concertzaal zijn','The event was saved but there are error(s)'=>'Het evenement werd bewaard maar er zijn fout(en)','The link from the event does not point to a ticket in Woocommerce. Save the event again!'=>'De link van het evenement verwijst niet naar een WooCommerce ticket. Bewaar het ticket opnieuw!','The location address should be detailed enough to geo-localize the place'=>'Het locatieadres moet voldoende gedetailleerd zijn om de plaats te geolokaliseren','The product was saved but there are error(s)'=>'Het product werd bewaard, maar er zijn fout(en)','The ticket exists in Woocommerce, and is published, but you need to set its price'=>'Het ticket bestaat in Woocommerce en is gepubliceerd, maar je moet de prijs nog instellen','The ticket exists in Woocommerce, but you need to set it as published'=>'Het ticket bestaat in WooCommerce, maar moet nog gepubliceerd worden','The Woocommerce plugin is not activated'=>'De WooCommerce plugin is niet geactiveerd','then after saving the event a new link will appear to allow you to set the price and quantity of tickets'=>'dan zal na bewaren van het evenement een nieuwe link tevoorschijn komen waar je de prijs en aantal tickets kan ingeven','There is already a ticket for the event in the shop'=>'Er is reeds een ticket voor dit evenement in de shop','There is no event to show'=>'Er is geen evenement om te tonen','There is no link from the event to a ticket. Save the event again!'=>'Er is geen link van het evenement naar een ticket. Bewaar het evenement opnieuw!','this page'=>'deze pagina','Thursday'=>'Donderdag','Ticket sales status'=>'Status ticketverkoop','Tickets'=>'Tickets','Tickets are not yet available in the shop.'=>'Er zijn nog geen tickets verkrijgbaar in de winkel','Tickets not fully configured'=>'De tickets zijn niet geheel geconfigureerd','Tickets sold'=>'Verkochte tickets','Tickets to Events'=>'Tickets voor evenementen','Tickets to participate are available in our shop'=>'Deelnametickets zijn verkrijgbaar in onze winkel','Time format'=>'Tijdsformaat','To obtain the API Key and read Google\'s explanation go to'=>'Om een API sleutel te verkrijgen en Google\'s uitleg te lezen ga naar','To sell tickets Woocommerce needs to be installed and actived'=>'Om tickets te kunnen verkopen moet WooCommerce geïnstalleerd en geactivered zijn','Total'=>'Totaal','Tuesday'=>'Dinsdag','Undefined map services'=>'Niet gedefinieerde map services','Unknown error'=>'Onbekende fout','Upcoming events'=>'Komende evenementen','Update the ticket title when the event title is changed'=>'Pas de ticket titel aan als de evenement titel is aangepast','View'=>'Bekijk','Wednesday'=>'Woensdag','Weekday'=>'Weekdag','When switched on admins and editors will see debug information'=>'Indien ingeschakeld zullen admins en editors de debug informatie zien','When using a custom event page you must use shortcodes to show the event information.'=>'Wanneer u een aangepaste evenementenpagina gebruikt, moet u shortcodes gebruiken om de evenementinformatie weer te geven.','With Google Maps comes many additional features (street view, driving directions, ...), but in order to use Google maps you need to obtain a Google Maps API Key.'=>'Met Google Maps zijn er veel bijkomende features (street view, route beschrijving, ...), maar om Google Maps te kunnen gebruiken moet je een Google Maps API sleutel verkrijgen.','you can decide what information should be automatically inserted'=>'u kunt beslissen welke informatie automatisch moet worden ingevoegd','You need to register your Google Maps API Key before the map can be shown'=>'Je moet je Google Maps API sleutel registreren vooraleer de map getoond kan worden','You need to set the check box to sell tickets in the event!'=>'Je moet de checkbox in het evenement aanzetten om tickets te kunnen verkopen!']]; -
hello-event/trunk/languages/hello-event-nl_NL.po
r3108894 r3117834 4 4 "Report-Msgid-Bugs-To: \n" 5 5 "POT-Creation-Date: 2023-07-31 09:22+0000\n" 6 "PO-Revision-Date: 2024-0 6-27 15:25+0000\n"6 "PO-Revision-Date: 2024-07-10 07:57+0000\n" 7 7 "Last-Translator: \n" 8 8 "Language-Team: Dutch\n" … … 15 15 "X-Loco-Version: 2.6.9; wp-6.5.3" 16 16 17 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:39 517 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:397 18 18 msgid "A plugin for managing events and sell tickets with Woocommerce" 19 19 msgstr "" … … 21 21 "Woocommerce" 22 22 23 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:24 724 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:24 823 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:240 24 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:241 25 25 msgid "Add New" 26 26 msgstr "Nieuw toevoegen" 27 27 28 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 68828 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1802 29 29 msgid "Add to Calendar" 30 30 msgstr "Voeg toe aan Kalender" 31 31 32 32 #. Field slug 33 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:2 8633 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:274 34 34 msgid "Add-to-calendar button" 35 35 msgstr "Voeg-toe-aan-Kalender knop" 36 36 37 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:252 37 #. Field slug 38 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:294 39 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:559 40 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:300 41 msgid "Advice" 42 msgstr "Advies" 43 44 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:565 45 msgid "" 46 "Advice to participants, for example related to parking or public " 47 "transportation" 48 msgstr "" 49 "Advies aan deelnemers, bijvoorbeeld op het gebied van parkeren of openbaar " 50 "vervoer" 51 52 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:245 38 53 msgid "All" 39 54 msgstr "Alle" 40 55 41 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:46 156 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:463 42 57 msgid "" 43 58 "Any items not selected can always be inserted into the content parts of " … … 47 62 "met shortcodes." 48 63 49 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 364 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:445 50 65 msgid "" 51 66 "As of July 2018 you will be able to do 28500 requests per month free of " … … 54 69 "Vanaf juli 2018 zal je 28500 verzoeken per maand gratis kunnen uitvoeren." 55 70 56 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:16 0857 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 62971 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1691 72 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1712 58 73 msgid "at" 59 74 msgstr "om" 60 75 61 76 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:82 62 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:45 377 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:455 63 78 msgid "Auto inserted content" 64 79 msgstr "Automatisch toegevoegde inhoud" 65 80 66 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:20 381 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:207 67 82 msgid "Book now" 68 83 msgstr "Boek nu" 69 84 70 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 485 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:446 71 86 msgid "" 72 87 "but please notice that the pricing plans are quite complex and you should " … … 85 100 msgstr "Kies gedrag" 86 101 87 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:46 0102 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:462 88 103 msgid "" 89 104 "Choose what should be AUTOMAICALLY inserted into the content of events and " … … 101 116 msgstr "Aangepaste evenementenpagina" 102 117 103 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 41118 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1192 104 119 msgid "Date" 105 120 msgstr "Datum" … … 115 130 msgstr "Datum formaat" 116 131 117 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 85132 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:278 118 133 msgid "Dates and time" 119 134 msgstr "Data en tijden" … … 127 142 msgstr "Probleem aan het oplossen" 128 143 129 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:42 6144 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:428 130 145 msgid "Default is \"Event\" in singular and \"Events\" in plural." 131 146 msgstr "" 132 147 "Standaard is het \"Evenement\" in enkelvoud en \"Evenementen\" in meervoud." 133 148 134 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:51 2149 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:514 135 150 msgid "don't show" 136 151 msgstr "niet laten zien" 137 152 138 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:4 68153 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:476 139 154 msgid "Earlier events" 140 155 msgstr "Eerdere evenementen" 141 156 142 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 50157 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:243 143 158 msgid "Edit" 144 159 msgstr "Pas aan" 145 160 146 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 49147 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 599161 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:587 162 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:637 148 163 msgid "Edit ticket" 149 164 msgstr "Pas ticket aan" 150 165 151 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 571152 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 1886166 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:609 167 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2009 153 168 msgid "End" 154 169 msgstr "Einde" 155 170 156 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 02171 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:510 157 172 msgid "End date" 158 173 msgstr "Einddatum" … … 163 178 msgstr "Einddatum en -tijd van het evenement" 164 179 165 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 013180 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2145 166 181 msgid "End date is earlier than start date" 167 182 msgstr "De einddatum is eerder dan de startdatum" 168 183 169 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 12184 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:520 170 185 msgid "End time" 171 186 msgstr "Eindtijd" 172 187 173 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:7 15174 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:7 24188 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:766 189 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:775 175 190 msgid "Event ticket" 176 191 msgstr "Evenement ticket" 177 192 178 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:6 52193 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:690 179 194 msgid "Event:" 180 195 msgstr "Evenement:" 181 196 182 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 53197 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:591 183 198 msgid "Fill in the checkbox above to start sell tickets" 184 199 msgstr "Vul de bovenstaande checkbox in om tickets te kunnen gaan verkopen" 185 200 186 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:67 1201 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:673 187 202 msgid "Fill in the slug of the custom event page, or leave blank for default." 188 203 msgstr "" … … 190 205 "leeg." 191 206 192 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 43207 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1194 193 208 msgid "First name" 194 209 msgstr "Voornaam" 195 210 196 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 230211 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1274 197 212 msgid "Friday" 198 213 msgstr "Vrijdag" … … 202 217 msgstr "Volledige dag" 203 218 204 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:57 4219 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:576 205 220 msgid "generated by the shortcodes in case of problems" 206 221 msgstr "gegeneerd met shortcodes in geval van problemen" 207 222 208 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:5 88223 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:590 209 224 msgid "Go to the event page" 210 225 msgstr "Ga naar de evenement pagina" 211 226 212 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 898213 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 462214 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:3 68215 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:4 12227 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:949 228 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1523 229 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:376 230 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:420 216 231 msgid "Goto the event" 217 232 msgstr "Ga naar het evenement" … … 221 236 msgstr "Hello Event" 222 237 223 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:42 4238 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:426 224 239 msgid "" 225 240 "Here you can change the name for the event custom type that you see on the " … … 230 245 231 246 #. Field slug 232 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:35 0247 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:351 233 248 msgid "Hide ticket from shop unless the event is in the future" 234 249 msgstr "Verberg het ticket in de winkel tenzij het en toekomstig evenement is" … … 242 257 msgstr "https://www.tekomatik.com/plugins/hello-event" 243 258 244 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:45 3259 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:455 245 260 msgid "" 246 261 "If no custom page is defined, events will be displayed using the standard " … … 251 266 "onderstaande instellingen" 252 267 253 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:52 2268 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:524 254 269 msgid "If shown it will be localized into the selected language of the site" 255 270 msgstr "" … … 257 272 "site" 258 273 259 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:67 2274 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:674 260 275 msgid "If the page does not exist the default will be used." 261 276 msgstr "Als de pagina niet bestaat, wordt de standaardwaarde gebruikt." 262 277 263 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:4 69278 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:471 264 279 msgid "" 265 280 "if the ticket title should be automatically updated to the event title when " … … 269 284 "het evenement wordt bewaard." 270 285 271 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:47 0286 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:472 272 287 msgid "" 273 288 "if tickets to past events and tickets to events that have been deleted " … … 277 292 "moeten worden om te voorkomen dat deze in de winkel zichtbaar zijn" 278 293 279 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 5294 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:447 280 295 msgid "" 281 296 "If you choose to use Google Maps, no maps will be displayed on the event " … … 285 300 "evenement pagina's tot je een sleutel verkregen en hier geregistreerd hebt." 286 301 287 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:60 0302 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:602 288 303 msgid "" 289 304 "If you want to use Bootstrap modals your theme must be built with Bootstrap" … … 292 307 "worden met Bootstrap" 293 308 294 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php: 499309 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:501 295 310 msgid "Internally all dates are stored in the ISO-format (YYYY-mm-dd)." 296 311 msgstr "Intern worden alle data bewaard als ISO formaat (YYYY-mm-dd)." 297 312 298 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:45 2313 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:454 299 314 msgid "It is possible to create a custom page used to display the events." 300 315 msgstr "" … … 302 317 "worden weergegeven." 303 318 304 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 0319 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:442 305 320 msgid "" 306 321 "It is possible to use either Google Maps or OpenStreetMap to display the " … … 314 329 msgstr "Hou de tickets gesynchroniseerd met de evenementen" 315 330 316 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 43331 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1194 317 332 msgid "Last name" 318 333 msgstr "Achternaam" 319 334 320 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:4 28335 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:430 321 336 msgid "Leave blank to keep the defaults." 322 337 msgstr "Leeg laten om de standaardwaarden te gebruiken." 323 338 324 339 #. Field slug 325 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:31 2340 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:313 326 341 msgid "Link from event to ticket" 327 342 msgstr "Link van evenement naar ticket" 328 343 329 344 #. Field slug 330 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:32 4345 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:325 331 346 msgid "Link from ticket to event" 332 347 msgstr "Link van ticket naar evenement" 333 348 334 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:293 335 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:524 336 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1869 337 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1891 349 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:286 350 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1992 351 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2015 338 352 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-map.php:48 339 353 msgid "Location" 340 354 msgstr "Locatie" 341 355 342 #. Field slug 343 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:299 356 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:545 357 msgid "Location address" 358 msgstr "Locatie adres" 359 360 #. Field slug 361 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:287 344 362 msgid "Location map" 345 363 msgstr "Kaart van de locatie" 346 364 365 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:534 366 msgid "Location Name" 367 msgstr "Locatie naam" 368 347 369 #. Field slug 348 370 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:260 349 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:273350 371 msgid "Location of event" 351 372 msgstr "Locatie van het evenement" … … 365 386 msgstr "Kaarten API sleutel" 366 387 367 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 226388 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1270 368 389 msgid "Monday" 369 390 msgstr "Maandag" … … 381 402 msgstr "Evenementen benoemen" 382 403 383 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:24 9404 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:242 384 405 msgid "New" 385 406 msgstr "Nieuw" 386 407 387 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 009408 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2141 388 409 msgid "No end date given. The date has been set to today." 389 410 msgstr "Geen einddatum opgegeven. De datum is op vandaag gezet." 390 411 391 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:6 58412 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:696 392 413 msgid "No event corresponds to the event id in the URL" 393 414 msgstr "Er is geen evenement dat overeenkomt met het evenement id in de URL" 394 415 395 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 662416 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:700 396 417 msgid "No event id in the URL" 397 418 msgstr "Geen evenement id in de URL" 398 419 399 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 1997420 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2129 400 421 msgid "No event points to the ticket" 401 422 msgstr "Geen evenement verwijst naar dit ticket" … … 405 426 msgstr "Geen locatie opgegeven" 406 427 407 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 005428 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2137 408 429 msgid "No start date given. The date has been set to today." 409 430 msgstr "Geen startdatum opgegeven. De datum is op vandaag gezet." 410 431 411 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 55412 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 56432 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:248 433 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:249 413 434 msgid "Nono" 414 435 msgstr "Neenee" 415 436 416 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:5 69417 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:6 19418 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:6 89437 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:571 438 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:621 439 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:691 419 440 msgid "off" 420 441 msgstr "uit" 421 442 422 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:56 5423 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:61 5424 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:68 5443 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:567 444 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:617 445 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:687 425 446 msgid "on" 426 447 msgstr "aan" 427 448 428 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 1449 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:443 429 450 msgid "" 430 451 "OpenStreetMap is a community-based free service, which is sufficient in most " … … 434 455 "de meeste gevallen." 435 456 436 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 42437 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 157457 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1193 458 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1208 438 459 msgid "Order" 439 460 msgstr "Bestel" 440 461 441 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 44462 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1195 442 463 msgid "Paid" 443 464 msgstr "Betaald" 444 465 445 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 1909466 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2034 446 467 msgid "Participate" 447 468 msgstr "Neem deel" 448 469 449 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:46 2470 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:464 450 471 msgid "" 451 472 "Please notice that a link from an event to a ticket will only appear when " … … 455 476 "verschijnen als de verkoop van de tickets voor dit evenement actief is." 456 477 457 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:60 1478 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:603 458 479 msgid "" 459 480 "Please notice that modals may not work properly with older versions of " … … 463 484 "van Bootstrap" 464 485 465 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 6486 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:448 466 487 msgid "" 467 488 "Please notice that the maps presented by either of the map services contain " … … 471 492 "contact informatie naar de service leverancier bevatten." 472 493 473 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 454474 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 478494 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1515 495 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1539 475 496 msgid "Product is orphaned" 476 497 msgstr "Product is verweesd" 477 498 478 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 44499 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1195 479 500 msgid "Quantity" 480 501 msgstr "Hoeveelheid" 481 502 482 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 573503 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:611 483 504 msgid "Sales" 484 505 msgstr "Verkoop" 485 506 486 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 231507 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1275 487 508 msgid "Saturday" 488 509 msgstr "Zaterdag" 489 510 490 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:41 0511 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:412 491 512 msgid "Save Settings" 492 513 msgstr "Bewaar instellingen" 493 514 494 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 53515 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:246 495 516 msgid "Search" 496 517 msgstr "Zoek" … … 508 529 msgstr "Selecteer de kaart service" 509 530 510 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php: 498531 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:500 511 532 msgid "Select the dateformat used in datepickers and displays." 512 533 msgstr "Selecteer het datum formaat gebruikt in datum selectors en schermen." 513 534 514 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:43 5535 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:437 515 536 msgid "" 516 537 "Select what should happen when a user clicks on an event in the calendar" … … 519 540 "de kalender" 520 541 521 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 36542 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:574 522 543 msgid "Sell tickets in the shop" 523 544 msgstr "Verkoop tickets in de winkel" 524 545 525 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 47546 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:585 526 547 msgid "Shop link" 527 548 msgstr "Link naar de winkel" 528 549 529 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 451530 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 475550 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1512 551 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1536 531 552 msgid "Shortcode can only be used for products of the Hello Event category" 532 553 msgstr "" … … 534 555 "categorie" 535 556 536 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1180 537 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1373 538 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1401 539 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1499 540 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1513 541 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1535 542 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1551 543 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1566 544 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1582 545 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1611 546 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1632 547 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1652 548 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1667 549 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1682 550 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1702 551 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1718 557 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1231 558 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1434 559 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1462 560 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1560 561 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1574 562 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1596 563 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1618 564 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1634 565 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1649 566 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1665 567 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1694 568 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1715 569 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1735 570 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1750 571 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1765 572 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1780 573 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1795 574 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1816 575 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1832 552 576 msgid "Shortcode can only be used when displaying events" 553 577 msgstr "Shortcode kan enkel gebruikt worden bij het tonen van evenementen" 554 578 555 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:52 1579 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:523 556 580 msgid "Should the weekday name (eg. Monday) be shown in front of the date" 557 581 msgstr "" … … 559 583 "weergegeven" 560 584 561 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:51 6585 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:518 562 586 msgid "show" 563 587 msgstr "weergeven" 564 588 565 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:59 2589 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:594 566 590 msgid "Show event summary in a Bootstrap modal" 567 591 msgstr "Toon evenenment samenvatting in een Bootstrap modal" 568 592 569 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:59 6593 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:598 570 594 msgid "Show event summary in a jQuery UI modal" 571 595 msgstr "Toon evenement samenvatting in een jQuery UI modal" … … 575 599 msgstr "Slug voor aangepaste evenementenpagina" 576 600 577 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 570578 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 868579 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 1881601 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:608 602 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1991 603 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2004 580 604 msgid "Start" 581 605 msgstr "Start" 582 606 583 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:4 84607 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:492 584 608 msgid "Start date" 585 609 msgstr "Startdatum" … … 590 614 msgstr "Startdatum en -tijd van het evenement" 591 615 592 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 493616 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:501 593 617 msgid "Start time" 594 618 msgstr "Starttijd" 595 619 596 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 225620 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1269 597 621 msgid "Sunday" 598 622 msgstr "Zondag" 599 623 600 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2031 624 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:539 625 msgid "" 626 "The (optional) location name can for example be the name of a concert hall" 627 msgstr "" 628 "De (optionele) locatienaam kan bijvoorbeeld de naam van een concertzaal zijn" 629 630 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2163 601 631 msgid "The event was saved but there are error(s)" 602 632 msgstr "Het evenement werd bewaard maar er zijn fout(en)" 603 633 604 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 342634 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1403 605 635 msgid "" 606 636 "The link from the event does not point to a ticket in Woocommerce. Save the " … … 610 640 "het ticket opnieuw!" 611 641 612 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2029 642 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:550 643 msgid "" 644 "The location address should be detailed enough to geo-localize the place" 645 msgstr "" 646 "Het locatieadres moet voldoende gedetailleerd zijn om de plaats te " 647 "geolokaliseren" 648 649 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2161 613 650 msgid "The product was saved but there are error(s)" 614 651 msgstr "Het product werd bewaard, maar er zijn fout(en)" 615 652 616 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 344653 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1405 617 654 msgid "" 618 655 "The ticket exists in Woocommerce, and is published, but you need to set its " … … 622 659 "nog instellen" 623 660 624 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 343661 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1404 625 662 msgid "The ticket exists in Woocommerce, but you need to set it as published" 626 663 msgstr "Het ticket bestaat in WooCommerce, maar moet nog gepubliceerd worden" 627 664 628 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 183629 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 339665 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1234 666 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1400 630 667 msgid "The Woocommerce plugin is not activated" 631 668 msgstr "De WooCommerce plugin is niet geactiveerd" 632 669 633 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 54670 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:592 634 671 msgid "" 635 672 "then after saving the event a new link will appear to allow you to set the " … … 639 676 "je de prijs en aantal tickets kan ingeven" 640 677 641 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 001678 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2133 642 679 msgid "There is already a ticket for the event in the shop" 643 680 msgstr "Er is reeds een ticket voor dit evenement in de shop" 644 681 645 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:4 36682 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:444 646 683 msgid "There is no event to show" 647 684 msgstr "Er is geen evenement om te tonen" 648 685 649 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 341686 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1402 650 687 msgid "There is no link from the event to a ticket. Save the event again!" 651 688 msgstr "" … … 653 690 "opnieuw!" 654 691 655 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:65 7692 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:659 656 693 msgid "this page" 657 694 msgstr "deze pagina" 658 695 659 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 229696 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1273 660 697 msgid "Thursday" 661 698 msgstr "Donderdag" 662 699 663 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 38700 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1189 664 701 msgid "Ticket sales status" 665 702 msgstr "Status ticketverkoop" 666 703 667 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:30 1668 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 572669 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:2 27704 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:302 705 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:610 706 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:233 670 707 msgid "Tickets" 671 708 msgstr "Tickets" 672 709 673 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 52710 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:590 674 711 msgid "Tickets are not yet available in the shop." 675 712 msgstr "Er zijn nog geen tickets verkrijgbaar in de winkel" 676 713 677 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1370 678 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1398 714 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1227 715 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1431 716 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1459 717 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2024 679 718 msgid "Tickets not fully configured" 680 719 msgstr "De tickets zijn niet geheel geconfigureerd" 681 720 682 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:6 10721 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:648 683 722 msgid "Tickets sold" 684 723 msgstr "Verkochte tickets" 685 724 686 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:7 27725 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:778 687 726 msgid "Tickets to Events" 688 727 msgstr "Tickets voor evenementen" 689 728 690 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 360691 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 381729 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1421 730 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1442 692 731 msgid "Tickets to participate are available in our shop" 693 732 msgstr "Deelnametickets zijn verkrijgbaar in onze winkel" … … 697 736 msgstr "Tijdsformaat" 698 737 699 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:65 5738 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:657 700 739 msgid "To obtain the API Key and read Google's explanation go to" 701 740 msgstr "Om een API sleutel te verkrijgen en Google's uitleg te lezen ga naar" 702 741 703 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 58742 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:596 704 743 msgid "To sell tickets Woocommerce needs to be installed and actived" 705 744 msgstr "" … … 707 746 "zijn" 708 747 709 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 166748 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1217 710 749 msgid "Total" 711 750 msgstr "Totaal" 712 751 713 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 227752 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1271 714 753 msgid "Tuesday" 715 754 msgstr "Dinsdag" … … 719 758 msgstr "Niet gedefinieerde map services" 720 759 721 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 017760 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2149 722 761 msgid "Unknown error" 723 762 msgstr "Onbekende fout" 724 763 725 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:4 69764 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:477 726 765 msgid "Upcoming events" 727 766 msgstr "Komende evenementen" 728 767 729 768 #. Field slug 730 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:33 8769 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:339 731 770 msgid "Update the ticket title when the event title is changed" 732 771 msgstr "Pas de ticket titel aan als de evenement titel is aangepast" 733 772 734 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 51773 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:244 735 774 msgid "View" 736 775 msgstr "Bekijk" 737 776 738 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 228777 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1272 739 778 msgid "Wednesday" 740 779 msgstr "Woensdag" … … 745 784 msgstr "Weekdag" 746 785 747 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:57 3786 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:575 748 787 msgid "When switched on admins and editors will see debug information" 749 788 msgstr "Indien ingeschakeld zullen admins en editors de debug informatie zien" 750 789 751 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:45 4790 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:456 752 791 msgid "" 753 792 "When using a custom event page you must use shortcodes to show the event " … … 757 796 "gebruiken om de evenementinformatie weer te geven." 758 797 759 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 2798 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:444 760 799 msgid "" 761 800 "With Google Maps comes many additional features (street view, driving " … … 767 806 "Google Maps API sleutel verkrijgen." 768 807 769 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:45 3808 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:455 770 809 msgid "you can decide what information should be automatically inserted" 771 810 msgstr "u kunt beslissen welke informatie automatisch moet worden ingevoegd" … … 778 817 "worden" 779 818 780 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 340819 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1401 781 820 msgid "You need to set the check box to sell tickets in the event!" 782 821 msgstr "" -
hello-event/trunk/languages/hello-event-sv_SE.l10n.php
r3108894 r3117834 1 1 <?php 2 return ['po-revision-date'=>'2024-0 6-27 15:24+0000','mime-version'=>'1.0','content-type'=>'text/plain; charset=UTF-8','content-transfer-encoding'=>'8bit','plural-forms'=>'nplurals=2; plural=n != 1;','x-generator'=>'Loco https://localise.biz/','language'=>'sv_SE','project-id-version'=>'Plugins - Hello Event - Development (trunk)','language-team'=>'Svenska','report-msgid-bugs-to'=>'','pot-creation-date'=>'2024-06-16 08:16+0000','last-translator'=>'','x-loco-version'=>'2.6.10; wp-6.5.4','messages'=>['A plugin for managing events and sell tickets with Woocommerce'=>'Ett tillägg för att hantera evenemang och sälja biljetter med hjälp av Woocommerce','Add New'=>'Lägg till ny','Add to Calendar'=>'Lägg till i kalender','Add-to-calendar button'=>'Lägg-till-i-kalender-knapp','All'=>'Alla','Any items not selected can always be inserted into the content parts of events and tickets using shortcodes.'=>'De element som inte valts här kan alltid infogas i innehållet för evenemang och biljetter med hjälp av shortcodes.','As of July 2018 you will be able to do 28500 requests per month free of charge,'=>'Från juli 2018 kommer du kunna göra upp till 28500 kartsökningar per månad gratis,','at'=>'kl.','Auto inserted content'=>'Auto-infogat innehåll','Book now'=>'Boka plats nu','but please notice that the pricing plans are quite complex and you should consult Google\'s information about the details.'=>'men observera att prissättningen är ganska komplex och du bör konsultera Googles information angående alla detaljer.','Calendar'=>'Kalender','Choose behaviour'=>'Välj beteende','Choose what should be AUTOMAICALLY inserted into the content of events and tickets.'=>'Välj vad som skall infogas AUTOMATISKT i innehållet för evenemang och biljetter.','Christer Fernstrom'=>'Christer Fernstrom','Custom event page'=>'Anpassad sida for evenemang','Date'=>'Datum','Date and Time formats'=>'Datum- och tidsformat','Date format'=>'Datumformat','Dates and time'=>'Datum och tid','Debug'=>'Avlusning','Debugging'=>'Felsökning','Default is "Event" in singular and "Events" in plural.'=>'Standard är "Event" i singularis och "Events" i pluralis.','don\'t show'=>'visa inte','Earlier events'=>'Tidigare evenemang','Edit'=>'Redigera','Edit ticket'=>'Ändra biljett','End'=>'Slut','End date'=>'Slutdatum','End date and time of event'=>'Slutdatum och -tid för evenemang','End date is earlier than start date'=>'Slutdatum är angiven som tidigare än stardatum','End time'=>'Sluttid','Event ticket'=>'Biljett till evenemang','Event:'=>'Evenemang:','Fill in the checkbox above to start sell tickets'=>'Makera checkboxen ovan för att sälja biljetter','Fill in the slug of the custom event page, or leave blank for default.'=>'Fyll i slug till anpassad sida för evenemang, eller lämna blankt för standard','First name'=>'Förnamn','Friday'=>'Fredag','Full day'=>'Heldag','generated by the shortcodes in case of problems'=>'skapat från shortkoden i händelse av problem','Go to the event page'=>'Gå till evenemangssidan','Goto the event'=>'Gå till evenemang','Hello Event'=>'Hello Event','Here you can change the name for the event custom type that you see on the admin pages.'=>'Här kan du ändra namnet på specialtypen för evenemang (namnet syns endast på admin-sidorna).','Hide ticket from shop unless the event is in the future'=>'Göm biljett i butiken om evenemanget inte ligger i framtiden','https://www.tekomatik.com/about'=>'https://www.tekomatik.com/about','https://www.tekomatik.com/plugins/hello-event'=>'https://www.tekomatik.com/plugins/hello-event','If no custom page is defined, events will be displayed using the standard page template of the theme, and in the settings below'=>'Om ingen anpassad sida är definierad kommer evenemang att visas med temats standard sidmall, och i inställningarna nedan','If shown it will be localized into the selected language of the site'=>'Om veckodag visas är den översatt till valt språk på siten.','If the page does not exist the default will be used.'=>'Standardsidan kommer att användas om denna sida inte finns','if the ticket title should be automatically updated to the event title when the event is saved.'=>'om bilettens titel skall uppdateras automatiskt till evenemangets titel när evenemanget sparas','if tickets to past events and tickets to events that have been deleted should be set to hidden to prevent them from being shown in the shop'=>'om biljetter till tidigare evenemang eller evenemang som tagits bort skall sättas till gömda för att inte synas i butiken','If you choose to use Google Maps, no maps will be displayed on the event pages until you have obtained the key and registered it here.'=>'Om du väljer att använda Google Maps kommer inga kartor att visas på evenemangssidorna förrän du har fått nyckeln och registrerat den här.','If you want to use Bootstrap modals your theme must be built with Bootstrap'=>'För att kunna använda Bootstrap modals måste temat vara byggt med Bootstrap','Internally all dates are stored in the ISO-format (YYYY-mm-dd).'=>'Internt lagras datum enligt ISO-standard (åååå-mm-dd)','It is possible to create a custom page used to display the events.'=>'Det är möjligt att skapa en anpassad sida för att visa evenemangen','It is possible to use either Google Maps or OpenStreetMap to display the locations of events.'=>'Det är möjligt att använda antingen Google Maps eller OpenStreetMap för att visa evenemangens platser.','Keep tickets in sync with events'=>'Synkronisera biljetter med evenemang','Last name'=>'Efternamn','Leave blank to keep the defaults.'=>'Lämna blankt för att använda standardvärden.','Link from event to ticket'=>'Länk från evenemang till biljett','Link from ticket to event'=>'Länk från biljett till evenemang','Location'=>'Plats','Location map'=>'Karta','Location of event'=>'Plats för evenemang','Manage events and sell tickets with WooCommerce as easy as Hello World'=>'Administrera evenemang och sälj biljetter med WooCommerce lika enkelt som "Hello World"','Maps'=>'Kartor','Maps API Key'=>'Google Maps API-nyckel','Monday'=>'Måndag','Name of event (plural)'=>'Namn på evenemang (plurails)','Name of event (singular)'=>'Namn på evenemang (singularis)','Naming events'=>'Namnge evenemang','New'=>'Nytt','No end date given. The date has been set to today.'=>'Ingen slutdatum är angiven. Dagens datum kommer att användas.','No event corresponds to the event id in the URL'=>'Inget evenemang svarar mot evenemangsidentiteten i URL','No event id in the URL'=>'Ingen evenemangsidentitet i URL','No event points to the ticket'=>'Det finns inget evenemang kopplat till biljetten','No location given'=>'Ingen plats angiven','No start date given. The date has been set to today.'=>'Ingen startdatum är angiven. Dagens datum kommer att användas.','Nono'=>'Nej','off'=>'av','on'=>'på','OpenStreetMap is a community-based free service, which is sufficient in most cases.'=>'OpenStreet Map är en gratistjänst som skapas och underhålls av gemenskapen och som är fullt tillräcklig i de flesta fall.','Order'=>'Beställning','Paid'=>'Betalt','Participate'=>'Delta','Please notice that a link from an event to a ticket will only appear when the sale of tickets for the event is active.'=>'Observera att en länk från ett evenemang till biljetten endast är synlig om biljettförsäljningen är aktiverad.','Please notice that modals may not work properly with older versions of Bootstrap'=>'Observera att modaler kanske inte fungerar korrekt med äldre versioner av Bootstrap','Please notice that the maps presented by either of the map services contain links with credits and contact information to the service provider.'=>'Observera att kartorna som presenteras innehåller länkar till den kart-tjänst som används.','Product is orphaned'=>'Det finns inget evenemang till produkten','Quantity'=>'Antal','Sales'=>'Försäljning','Saturday'=>'Lördag','Save Settings'=>'Spara inställningar','Search'=>'Sök','See in Open Street Map'=>'Visa med Open STreet Map','See more'=>'Visa mer','Select map service'=>'Välj kart-tjänst','Select the dateformat used in datepickers and displays.'=>'Välj vilket datumformat som skall användas ','Select what should happen when a user clicks on an event in the calendar'=>'Välj vad som skall hända när man klickar på ett evenemang i kalendern','Sell tickets in the shop'=>'Sälj biljetter i butiken','Shop link'=>'Länk till butiken','Shortcode can only be used for products of the Hello Event category'=>'Kortkoden kan endast användas för produkter i kategorin Hello Event','Shortcode can only be used when displaying events'=>'Shortkoden kan endast användas när man visar evenemang','Should the weekday name (eg. Monday) be shown in front of the date'=>'Skall veckodagen (t.ex. Måndag) visas framför datum','show'=>'visa','Show event summary in a Bootstrap modal'=>'Visa översikt av evenemanget i en Bootstrap modal','Show event summary in a jQuery UI modal'=>'Visa översikt av evenemanget i en jQuery UI modal','Slug for custom event page'=>'Slug till anpassad sida','Start'=>'Början','Start date'=>'Startdatum','Start date and time of event'=>'Startdatum och -tid för evenemang','Start time'=>'Starttid','Sunday'=>'Söndag','The event was saved but there are error(s)'=>'Evenemanget sparades men det finns fel','The link from the event does not point to a ticket in Woocommerce. Save the event again!'=>'Länken från evenemanget pekar inte på en biljett i Woocommerce. Prova att spara evenemanget på nytt.','The product was saved but there are error(s)'=>'Biljetten sparades men det finns fel','The ticket exists in Woocommerce, and is published, but you need to set its price'=>'Det finns en biljett i Woocommerce som är publicerad, men du måste även sätta pris','The ticket exists in Woocommerce, but you need to set it as published'=>'Det finns en biljett i Woocommerce, men du måste uppdatera dess status till publicerad','The Woocommerce plugin is not activated'=>'Tillägget Woocommerce är inte aktiverat','then after saving the event a new link will appear to allow you to set the price and quantity of tickets'=>'sedan efter evenemanget sparats kommer en ny länk visas för att sätta pris och antal biljetter','There is already a ticket for the event in the shop'=>'Det finns redan en biljett till evenemanget i butiken','There is no event to show'=>'Det finns inga evenemang att visa','There is no link from the event to a ticket. Save the event again!'=>'Det finns ingen länk från evenemanget till någon biljett. Prova att spara evenemanget på nytt!','this page'=>'denna sida','Thursday'=>'Torsdag','Ticket sales status'=>'Försäljningsstatus','Tickets'=>'Biljetter','Tickets are not yet available in the shop.'=>'Ännu så länge finns det inte biljetter i butiken.','Tickets not fully configured'=>'Biletter är inte fullständigt konfigurerade','Tickets sold'=>'Sålda biljetter','Tickets to Events'=>'Biljetter till Evenemang','Tickets to participate are available in our shop'=>'Biljetter för att delta finns i vår butik','Time format'=>'Tidsformat','To obtain the API Key and read Google\'s explanation go to'=>'För att (gratis) erhålla en API-nyckel och läsa Google\'s förklaring gå till ','To sell tickets Woocommerce needs to be installed and actived'=>'För att kunna sälja biljetter måste Woocommerce vara installerat','Total'=>'Totalt','Tuesday'=>'Tisdag','Undefined map services'=>'Kart-tjänsten är odefinierad','Unknown error'=>'Okänt fel','Upcoming events'=>'Kommande evenemang','Update the ticket title when the event title is changed'=>'Uppdatera biljettens titel när evenemangets titel ändras','View'=>'Visa','Wednesday'=>'Onsdag','Weekday'=>'Veckodag','When switched on admins and editors will see debug information'=>'När detta val är aktiverat kommer admins och editors att se avlusningsinformation','When using a custom event page you must use shortcodes to show the event information.'=>'När anpassad sida används för att visa evenemang måste shortcodes användas för att visa informationen.','With Google Maps comes many additional features (street view, driving directions, ...), but in order to use Google maps you need to obtain a Google Maps API Key.'=>'Med Google Maps kommer ytterligare funktioner (street view, köranvisningar,...), men för att kunna använda Google Maps måste du erhålla en Google Maps API nyckel och registrera den här.','you can decide what information should be automatically inserted'=>'kan du bestämma vilken information som skall infogas automatiskt','You need to register your Google Maps API Key before the map can be shown'=>'Du måste lägga in din Google Maps API-nyckel för att kunna se kartor','You need to set the check box to sell tickets in the event!'=>'Du måste aktivera valet i checkboxen för att sälja biljetter !']];2 return ['po-revision-date'=>'2024-07-10 07:54+0000','mime-version'=>'1.0','content-type'=>'text/plain; charset=UTF-8','content-transfer-encoding'=>'8bit','plural-forms'=>'nplurals=2; plural=n != 1;','x-generator'=>'Loco https://localise.biz/','language'=>'sv_SE','project-id-version'=>'Plugins - Hello Event - Development (trunk)','language-team'=>'Swedish','report-msgid-bugs-to'=>'','pot-creation-date'=>'2024-06-16 08:16+0000','last-translator'=>'','x-loco-version'=>'2.6.10; wp-6.5.4','messages'=>['A plugin for managing events and sell tickets with Woocommerce'=>'Ett tillägg för att hantera evenemang och sälja biljetter med hjälp av Woocommerce','Add New'=>'Lägg till ny','Add to Calendar'=>'Lägg till i kalender','Add-to-calendar button'=>'Lägg-till-i-kalender-knapp','Advice'=>'Råd','Advice to participants, for example related to parking or public transportation'=>'Råd till deltagarna, till exempel angående parkering eller transportförbindelser','All'=>'Alla','Any items not selected can always be inserted into the content parts of events and tickets using shortcodes.'=>'De element som inte valts här kan alltid infogas i innehållet för evenemang och biljetter med hjälp av shortcodes.','As of July 2018 you will be able to do 28500 requests per month free of charge,'=>'Från juli 2018 kommer du kunna göra upp till 28500 kartsökningar per månad gratis,','at'=>'kl.','Auto inserted content'=>'Auto-infogat innehåll','Book now'=>'Boka plats nu','but please notice that the pricing plans are quite complex and you should consult Google\'s information about the details.'=>'men observera att prissättningen är ganska komplex och du bör konsultera Googles information angående alla detaljer.','Calendar'=>'Kalender','Choose behaviour'=>'Välj beteende','Choose what should be AUTOMAICALLY inserted into the content of events and tickets.'=>'Välj vad som skall infogas AUTOMATISKT i innehållet för evenemang och biljetter.','Christer Fernstrom'=>'Christer Fernstrom','Custom event page'=>'Anpassad sida for evenemang','Date'=>'Datum','Date and Time formats'=>'Datum- och tidsformat','Date format'=>'Datumformat','Dates and time'=>'Datum och tid','Debug'=>'Avlusning','Debugging'=>'Felsökning','Default is "Event" in singular and "Events" in plural.'=>'Standard är "Event" i singularis och "Events" i pluralis.','don\'t show'=>'visa inte','Earlier events'=>'Tidigare evenemang','Edit'=>'Redigera','Edit ticket'=>'Ändra biljett','End'=>'Slut','End date'=>'Slutdatum','End date and time of event'=>'Slutdatum och -tid för evenemang','End date is earlier than start date'=>'Slutdatum är angiven som tidigare än stardatum','End time'=>'Sluttid','Event ticket'=>'Biljett till evenemang','Event:'=>'Evenemang:','Fill in the checkbox above to start sell tickets'=>'Makera checkboxen ovan för att sälja biljetter','Fill in the slug of the custom event page, or leave blank for default.'=>'Fyll i slug till anpassad sida för evenemang, eller lämna blankt för standard','First name'=>'Förnamn','Friday'=>'Fredag','Full day'=>'Heldag','generated by the shortcodes in case of problems'=>'skapat från shortkoden i händelse av problem','Go to the event page'=>'Gå till evenemangssidan','Goto the event'=>'Gå till evenemang','Hello Event'=>'Hello Event','Here you can change the name for the event custom type that you see on the admin pages.'=>'Här kan du ändra namnet på specialtypen för evenemang (namnet syns endast på admin-sidorna).','Hide ticket from shop unless the event is in the future'=>'Göm biljett i butiken om evenemanget inte ligger i framtiden','https://www.tekomatik.com/about'=>'https://www.tekomatik.com/about','https://www.tekomatik.com/plugins/hello-event'=>'https://www.tekomatik.com/plugins/hello-event','If no custom page is defined, events will be displayed using the standard page template of the theme, and in the settings below'=>'Om ingen anpassad sida är definierad kommer evenemang att visas med temats standard sidmall, och i inställningarna nedan','If shown it will be localized into the selected language of the site'=>'Om veckodag visas är den översatt till valt språk på siten.','If the page does not exist the default will be used.'=>'Standardsidan kommer att användas om denna sida inte finns','if the ticket title should be automatically updated to the event title when the event is saved.'=>'om bilettens titel skall uppdateras automatiskt till evenemangets titel när evenemanget sparas','if tickets to past events and tickets to events that have been deleted should be set to hidden to prevent them from being shown in the shop'=>'om biljetter till tidigare evenemang eller evenemang som tagits bort skall sättas till gömda för att inte synas i butiken','If you choose to use Google Maps, no maps will be displayed on the event pages until you have obtained the key and registered it here.'=>'Om du väljer att använda Google Maps kommer inga kartor att visas på evenemangssidorna förrän du har fått nyckeln och registrerat den här.','If you want to use Bootstrap modals your theme must be built with Bootstrap'=>'För att kunna använda Bootstrap modals måste temat vara byggt med Bootstrap','Internally all dates are stored in the ISO-format (YYYY-mm-dd).'=>'Internt lagras datum enligt ISO-standard (åååå-mm-dd)','It is possible to create a custom page used to display the events.'=>'Det är möjligt att skapa en anpassad sida för att visa evenemangen','It is possible to use either Google Maps or OpenStreetMap to display the locations of events.'=>'Det är möjligt att använda antingen Google Maps eller OpenStreetMap för att visa evenemangens platser.','Keep tickets in sync with events'=>'Synkronisera biljetter med evenemang','Last name'=>'Efternamn','Leave blank to keep the defaults.'=>'Lämna blankt för att använda standardvärden.','Link from event to ticket'=>'Länk från evenemang till biljett','Link from ticket to event'=>'Länk från biljett till evenemang','Location'=>'Plats','Location address'=>'Platsadress','Location map'=>'Karta','Location Name'=>'Platsnamn','Location of event'=>'Plats för evenemang','Manage events and sell tickets with WooCommerce as easy as Hello World'=>'Administrera evenemang och sälj biljetter med WooCommerce lika enkelt som "Hello World"','Maps'=>'Kartor','Maps API Key'=>'Google Maps API-nyckel','Monday'=>'Måndag','Name of event (plural)'=>'Namn på evenemang (plurails)','Name of event (singular)'=>'Namn på evenemang (singularis)','Naming events'=>'Namnge evenemang','New'=>'Nytt','No end date given. The date has been set to today.'=>'Ingen slutdatum är angiven. Dagens datum kommer att användas.','No event corresponds to the event id in the URL'=>'Inget evenemang svarar mot evenemangsidentiteten i URL','No event id in the URL'=>'Ingen evenemangsidentitet i URL','No event points to the ticket'=>'Det finns inget evenemang kopplat till biljetten','No location given'=>'Ingen plats angiven','No start date given. The date has been set to today.'=>'Ingen startdatum är angiven. Dagens datum kommer att användas.','Nono'=>'Nej','off'=>'av','on'=>'på','OpenStreetMap is a community-based free service, which is sufficient in most cases.'=>'OpenStreet Map är en gratistjänst som skapas och underhålls av gemenskapen och som är fullt tillräcklig i de flesta fall.','Order'=>'Beställning','Paid'=>'Betalt','Participate'=>'Delta','Please notice that a link from an event to a ticket will only appear when the sale of tickets for the event is active.'=>'Observera att en länk från ett evenemang till biljetten endast är synlig om biljettförsäljningen är aktiverad.','Please notice that modals may not work properly with older versions of Bootstrap'=>'Observera att modaler kanske inte fungerar korrekt med äldre versioner av Bootstrap','Please notice that the maps presented by either of the map services contain links with credits and contact information to the service provider.'=>'Observera att kartorna som presenteras innehåller länkar till den kart-tjänst som används.','Product is orphaned'=>'Det finns inget evenemang till produkten','Quantity'=>'Antal','Sales'=>'Försäljning','Saturday'=>'Lördag','Save Settings'=>'Spara inställningar','Search'=>'Sök','See in Open Street Map'=>'Visa med Open STreet Map','See more'=>'Visa mer','Select map service'=>'Välj kart-tjänst','Select the dateformat used in datepickers and displays.'=>'Välj vilket datumformat som skall användas ','Select what should happen when a user clicks on an event in the calendar'=>'Välj vad som skall hända när man klickar på ett evenemang i kalendern','Sell tickets in the shop'=>'Sälj biljetter i butiken','Shop link'=>'Länk till butiken','Shortcode can only be used for products of the Hello Event category'=>'Kortkoden kan endast användas för produkter i kategorin Hello Event','Shortcode can only be used when displaying events'=>'Shortkoden kan endast användas när man visar evenemang','Should the weekday name (eg. Monday) be shown in front of the date'=>'Skall veckodagen (t.ex. Måndag) visas framför datum','show'=>'visa','Show event summary in a Bootstrap modal'=>'Visa översikt av evenemanget i en Bootstrap modal','Show event summary in a jQuery UI modal'=>'Visa översikt av evenemanget i en jQuery UI modal','Slug for custom event page'=>'Slug till anpassad sida','Start'=>'Början','Start date'=>'Startdatum','Start date and time of event'=>'Startdatum och -tid för evenemang','Start time'=>'Starttid','Sunday'=>'Söndag','The (optional) location name can for example be the name of a concert hall'=>'Platsnamnet (valfritt) kan till exempel vara namnet på en konsertsal','The event was saved but there are error(s)'=>'Evenemanget sparades men det finns fel','The link from the event does not point to a ticket in Woocommerce. Save the event again!'=>'Länken från evenemanget pekar inte på en biljett i Woocommerce. Prova att spara evenemanget på nytt.','The location address should be detailed enough to geo-localize the place'=>'Platsadressen skall vara tillräckligt detaljerad för att geolokalisera platsen','The product was saved but there are error(s)'=>'Biljetten sparades men det finns fel','The ticket exists in Woocommerce, and is published, but you need to set its price'=>'Det finns en biljett i Woocommerce som är publicerad, men du måste även sätta pris','The ticket exists in Woocommerce, but you need to set it as published'=>'Det finns en biljett i Woocommerce, men du måste uppdatera dess status till publicerad','The Woocommerce plugin is not activated'=>'Tillägget Woocommerce är inte aktiverat','then after saving the event a new link will appear to allow you to set the price and quantity of tickets'=>'sedan efter evenemanget sparats kommer en ny länk visas för att sätta pris och antal biljetter','There is already a ticket for the event in the shop'=>'Det finns redan en biljett till evenemanget i butiken','There is no event to show'=>'Det finns inga evenemang att visa','There is no link from the event to a ticket. Save the event again!'=>'Det finns ingen länk från evenemanget till någon biljett. Prova att spara evenemanget på nytt!','this page'=>'denna sida','Thursday'=>'Torsdag','Ticket sales status'=>'Försäljningsstatus','Tickets'=>'Biljetter','Tickets are not yet available in the shop.'=>'Ännu så länge finns det inte biljetter i butiken.','Tickets not fully configured'=>'Biletter är inte fullständigt konfigurerade','Tickets sold'=>'Sålda biljetter','Tickets to Events'=>'Biljetter till Evenemang','Tickets to participate are available in our shop'=>'Biljetter för att delta finns i vår butik','Time format'=>'Tidsformat','To obtain the API Key and read Google\'s explanation go to'=>'För att (gratis) erhålla en API-nyckel och läsa Google\'s förklaring gå till ','To sell tickets Woocommerce needs to be installed and actived'=>'För att kunna sälja biljetter måste Woocommerce vara installerat','Total'=>'Totalt','Tuesday'=>'Tisdag','Undefined map services'=>'Kart-tjänsten är odefinierad','Unknown error'=>'Okänt fel','Upcoming events'=>'Kommande evenemang','Update the ticket title when the event title is changed'=>'Uppdatera biljettens titel när evenemangets titel ändras','View'=>'Visa','Wednesday'=>'Onsdag','Weekday'=>'Veckodag','When switched on admins and editors will see debug information'=>'När detta val är aktiverat kommer admins och editors att se avlusningsinformation','When using a custom event page you must use shortcodes to show the event information.'=>'När anpassad sida används för att visa evenemang måste shortcodes användas för att visa informationen.','With Google Maps comes many additional features (street view, driving directions, ...), but in order to use Google maps you need to obtain a Google Maps API Key.'=>'Med Google Maps kommer ytterligare funktioner (street view, köranvisningar,...), men för att kunna använda Google Maps måste du erhålla en Google Maps API nyckel och registrera den här.','you can decide what information should be automatically inserted'=>'kan du bestämma vilken information som skall infogas automatiskt','You need to register your Google Maps API Key before the map can be shown'=>'Du måste lägga in din Google Maps API-nyckel för att kunna se kartor','You need to set the check box to sell tickets in the event!'=>'Du måste aktivera valet i checkboxen för att sälja biljetter !']]; -
hello-event/trunk/languages/hello-event-sv_SE.po
r3108894 r3117834 3 3 msgid "" 4 4 msgstr "" 5 "PO-Revision-Date: 2024-0 6-27 15:24+0000\n"5 "PO-Revision-Date: 2024-07-10 07:54+0000\n" 6 6 "MIME-Version: 1.0\n" 7 7 "Content-Type: text/plain; charset=UTF-8\n" … … 11 11 "Language: sv_SE\n" 12 12 "Project-Id-Version: Plugins - Hello Event - Development (trunk)\n" 13 "Language-Team: S venska\n"13 "Language-Team: Swedish\n" 14 14 "Report-Msgid-Bugs-To: \n" 15 15 "POT-Creation-Date: 2024-06-16 08:16+0000\n" … … 17 17 "X-Loco-Version: 2.6.10; wp-6.5.4" 18 18 19 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:39 519 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:397 20 20 msgid "A plugin for managing events and sell tickets with Woocommerce" 21 21 msgstr "" … … 23 23 "Woocommerce" 24 24 25 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:24 726 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:24 825 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:240 26 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:241 27 27 msgid "Add New" 28 28 msgstr "Lägg till ny" 29 29 30 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 68830 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1802 31 31 msgid "Add to Calendar" 32 32 msgstr "Lägg till i kalender" 33 33 34 34 #. Field slug 35 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:2 8635 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:274 36 36 msgid "Add-to-calendar button" 37 37 msgstr "Lägg-till-i-kalender-knapp" 38 38 39 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:252 39 #. Field slug 40 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:294 41 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:559 42 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:300 43 msgid "Advice" 44 msgstr "Råd" 45 46 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:565 47 msgid "" 48 "Advice to participants, for example related to parking or public " 49 "transportation" 50 msgstr "" 51 "Råd till deltagarna, till exempel angående parkering eller " 52 "transportförbindelser" 53 54 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:245 40 55 msgid "All" 41 56 msgstr "Alla" 42 57 43 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:46 158 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:463 44 59 msgid "" 45 60 "Any items not selected can always be inserted into the content parts of " … … 49 64 "och biljetter med hjälp av shortcodes." 50 65 51 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 366 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:445 52 67 msgid "" 53 68 "As of July 2018 you will be able to do 28500 requests per month free of " … … 57 72 "gratis," 58 73 59 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:16 0860 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 62974 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1691 75 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1712 61 76 msgid "at" 62 77 msgstr "kl." 63 78 64 79 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:82 65 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:45 380 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:455 66 81 msgid "Auto inserted content" 67 82 msgstr "Auto-infogat innehåll" 68 83 69 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:20 384 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:207 70 85 msgid "Book now" 71 86 msgstr "Boka plats nu" 72 87 73 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 488 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:446 74 89 msgid "" 75 90 "but please notice that the pricing plans are quite complex and you should " … … 88 103 msgstr "Välj beteende" 89 104 90 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:46 0105 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:462 91 106 msgid "" 92 107 "Choose what should be AUTOMAICALLY inserted into the content of events and " … … 104 119 msgstr "Anpassad sida for evenemang" 105 120 106 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 41121 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1192 107 122 msgid "Date" 108 123 msgstr "Datum" … … 118 133 msgstr "Datumformat" 119 134 120 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 85135 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:278 121 136 msgid "Dates and time" 122 137 msgstr "Datum och tid" … … 130 145 msgstr "Felsökning" 131 146 132 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:42 6147 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:428 133 148 msgid "Default is \"Event\" in singular and \"Events\" in plural." 134 149 msgstr "Standard är \"Event\" i singularis och \"Events\" i pluralis." 135 150 136 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:51 2151 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:514 137 152 msgid "don't show" 138 153 msgstr "visa inte" 139 154 140 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:4 68155 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:476 141 156 msgid "Earlier events" 142 157 msgstr "Tidigare evenemang" 143 158 144 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 50159 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:243 145 160 msgid "Edit" 146 161 msgstr "Redigera" 147 162 148 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 49149 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 599163 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:587 164 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:637 150 165 msgid "Edit ticket" 151 166 msgstr "Ändra biljett" 152 167 153 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 571154 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 1886168 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:609 169 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2009 155 170 msgid "End" 156 171 msgstr "Slut" 157 172 158 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 02173 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:510 159 174 msgid "End date" 160 175 msgstr "Slutdatum" … … 165 180 msgstr "Slutdatum och -tid för evenemang" 166 181 167 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 013182 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2145 168 183 msgid "End date is earlier than start date" 169 184 msgstr "Slutdatum är angiven som tidigare än stardatum" 170 185 171 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 12186 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:520 172 187 msgid "End time" 173 188 msgstr "Sluttid" 174 189 175 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:7 15176 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:7 24190 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:766 191 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:775 177 192 msgid "Event ticket" 178 193 msgstr "Biljett till evenemang" 179 194 180 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:6 52195 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:690 181 196 msgid "Event:" 182 197 msgstr "Evenemang:" 183 198 184 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 53199 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:591 185 200 msgid "Fill in the checkbox above to start sell tickets" 186 201 msgstr "Makera checkboxen ovan för att sälja biljetter" 187 202 188 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:67 1203 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:673 189 204 msgid "Fill in the slug of the custom event page, or leave blank for default." 190 205 msgstr "" 191 206 "Fyll i slug till anpassad sida för evenemang, eller lämna blankt för standard" 192 207 193 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 43208 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1194 194 209 msgid "First name" 195 210 msgstr "Förnamn" 196 211 197 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 230212 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1274 198 213 msgid "Friday" 199 214 msgstr "Fredag" … … 203 218 msgstr "Heldag" 204 219 205 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:57 4220 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:576 206 221 msgid "generated by the shortcodes in case of problems" 207 222 msgstr "skapat från shortkoden i händelse av problem" 208 223 209 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:5 88224 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:590 210 225 msgid "Go to the event page" 211 226 msgstr "Gå till evenemangssidan" 212 227 213 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 898214 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 462215 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:3 68216 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:4 12228 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:949 229 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1523 230 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:376 231 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:420 217 232 msgid "Goto the event" 218 233 msgstr "Gå till evenemang" … … 222 237 msgstr "Hello Event" 223 238 224 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:42 4239 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:426 225 240 msgid "" 226 241 "Here you can change the name for the event custom type that you see on the " … … 231 246 232 247 #. Field slug 233 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:35 0248 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:351 234 249 msgid "Hide ticket from shop unless the event is in the future" 235 250 msgstr "Göm biljett i butiken om evenemanget inte ligger i framtiden" … … 243 258 msgstr "https://www.tekomatik.com/plugins/hello-event" 244 259 245 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:45 3260 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:455 246 261 msgid "" 247 262 "If no custom page is defined, events will be displayed using the standard " … … 251 266 "standard sidmall, och i inställningarna nedan" 252 267 253 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:52 2268 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:524 254 269 msgid "If shown it will be localized into the selected language of the site" 255 270 msgstr "Om veckodag visas är den översatt till valt språk på siten." 256 271 257 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:67 2272 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:674 258 273 msgid "If the page does not exist the default will be used." 259 274 msgstr "Standardsidan kommer att användas om denna sida inte finns" 260 275 261 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:4 69276 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:471 262 277 msgid "" 263 278 "if the ticket title should be automatically updated to the event title when " … … 267 282 "evenemanget sparas" 268 283 269 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:47 0284 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:472 270 285 msgid "" 271 286 "if tickets to past events and tickets to events that have been deleted " … … 275 290 "sättas till gömda för att inte synas i butiken" 276 291 277 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 5292 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:447 278 293 msgid "" 279 294 "If you choose to use Google Maps, no maps will be displayed on the event " … … 283 298 "evenemangssidorna förrän du har fått nyckeln och registrerat den här." 284 299 285 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:60 0300 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:602 286 301 #| msgid "Tu use Bootstrap modals your theme MUST be built with Bootstrap" 287 302 msgid "" … … 290 305 "För att kunna använda Bootstrap modals måste temat vara byggt med Bootstrap" 291 306 292 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php: 499307 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:501 293 308 msgid "Internally all dates are stored in the ISO-format (YYYY-mm-dd)." 294 309 msgstr "Internt lagras datum enligt ISO-standard (åååå-mm-dd)" 295 310 296 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:45 2311 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:454 297 312 msgid "It is possible to create a custom page used to display the events." 298 313 msgstr "Det är möjligt att skapa en anpassad sida för att visa evenemangen" 299 314 300 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 0315 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:442 301 316 msgid "" 302 317 "It is possible to use either Google Maps or OpenStreetMap to display the " … … 310 325 msgstr "Synkronisera biljetter med evenemang" 311 326 312 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 43327 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1194 313 328 msgid "Last name" 314 329 msgstr "Efternamn" 315 330 316 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:4 28331 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:430 317 332 msgid "Leave blank to keep the defaults." 318 333 msgstr "Lämna blankt för att använda standardvärden." 319 334 320 335 #. Field slug 321 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:31 2336 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:313 322 337 msgid "Link from event to ticket" 323 338 msgstr "Länk från evenemang till biljett" 324 339 325 340 #. Field slug 326 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:32 4341 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:325 327 342 msgid "Link from ticket to event" 328 343 msgstr "Länk från biljett till evenemang" 329 344 330 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:293 331 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:524 332 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1869 333 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1891 345 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:286 346 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1992 347 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2015 334 348 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-map.php:48 335 349 msgid "Location" 336 350 msgstr "Plats" 337 351 338 #. Field slug 339 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:299 352 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:545 353 msgid "Location address" 354 msgstr "Platsadress" 355 356 #. Field slug 357 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:287 340 358 msgid "Location map" 341 359 msgstr "Karta" 342 360 361 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:534 362 msgid "Location Name" 363 msgstr "Platsnamn" 364 343 365 #. Field slug 344 366 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:260 345 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:273346 367 msgid "Location of event" 347 368 msgstr "Plats för evenemang" … … 361 382 msgstr "Google Maps API-nyckel" 362 383 363 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 226384 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1270 364 385 msgid "Monday" 365 386 msgstr "Måndag" … … 377 398 msgstr "Namnge evenemang" 378 399 379 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:24 9400 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:242 380 401 msgid "New" 381 402 msgstr "Nytt" 382 403 383 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 009404 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2141 384 405 msgid "No end date given. The date has been set to today." 385 406 msgstr "Ingen slutdatum är angiven. Dagens datum kommer att användas." 386 407 387 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:6 58408 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:696 388 409 msgid "No event corresponds to the event id in the URL" 389 410 msgstr "Inget evenemang svarar mot evenemangsidentiteten i URL" 390 411 391 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 662412 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:700 392 413 msgid "No event id in the URL" 393 414 msgstr "Ingen evenemangsidentitet i URL" 394 415 395 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 1997416 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2129 396 417 msgid "No event points to the ticket" 397 418 msgstr "Det finns inget evenemang kopplat till biljetten" … … 401 422 msgstr "Ingen plats angiven" 402 423 403 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 005424 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2137 404 425 msgid "No start date given. The date has been set to today." 405 426 msgstr "Ingen startdatum är angiven. Dagens datum kommer att användas." 406 427 407 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 55408 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 56428 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:248 429 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:249 409 430 msgid "Nono" 410 431 msgstr "Nej" 411 432 412 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:5 69413 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:6 19414 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:6 89433 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:571 434 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:621 435 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:691 415 436 msgid "off" 416 437 msgstr "av" 417 438 418 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:56 5419 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:61 5420 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:68 5439 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:567 440 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:617 441 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:687 421 442 msgid "on" 422 443 msgstr "på" 423 444 424 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 1445 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:443 425 446 msgid "" 426 447 "OpenStreetMap is a community-based free service, which is sufficient in most " … … 430 451 "och som är fullt tillräcklig i de flesta fall." 431 452 432 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 42433 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 157453 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1193 454 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1208 434 455 msgid "Order" 435 456 msgstr "Beställning" 436 457 437 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 44458 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1195 438 459 msgid "Paid" 439 460 msgstr "Betalt" 440 461 441 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 1909462 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2034 442 463 msgid "Participate" 443 464 msgstr "Delta" 444 465 445 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:46 2466 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:464 446 467 msgid "" 447 468 "Please notice that a link from an event to a ticket will only appear when " … … 451 472 "biljettförsäljningen är aktiverad." 452 473 453 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:60 1474 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:603 454 475 msgid "" 455 476 "Please notice that modals may not work properly with older versions of " … … 459 480 "Bootstrap" 460 481 461 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 6482 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:448 462 483 msgid "" 463 484 "Please notice that the maps presented by either of the map services contain " … … 467 488 "tjänst som används." 468 489 469 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 454470 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 478490 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1515 491 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1539 471 492 msgid "Product is orphaned" 472 493 msgstr "Det finns inget evenemang till produkten" 473 494 474 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 44495 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1195 475 496 msgid "Quantity" 476 497 msgstr "Antal" 477 498 478 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 573499 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:611 479 500 msgid "Sales" 480 501 msgstr "Försäljning" 481 502 482 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 231503 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1275 483 504 msgid "Saturday" 484 505 msgstr "Lördag" 485 506 486 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:41 0507 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:412 487 508 msgid "Save Settings" 488 509 msgstr "Spara inställningar" 489 510 490 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 53511 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:246 491 512 msgid "Search" 492 513 msgstr "Sök" … … 504 525 msgstr "Välj kart-tjänst" 505 526 506 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php: 498527 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:500 507 528 msgid "Select the dateformat used in datepickers and displays." 508 529 msgstr "Välj vilket datumformat som skall användas " 509 530 510 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:43 5531 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:437 511 532 msgid "" 512 533 "Select what should happen when a user clicks on an event in the calendar" 513 534 msgstr "Välj vad som skall hända när man klickar på ett evenemang i kalendern" 514 535 515 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 36536 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:574 516 537 msgid "Sell tickets in the shop" 517 538 msgstr "Sälj biljetter i butiken" 518 539 519 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 47540 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:585 520 541 msgid "Shop link" 521 542 msgstr "Länk till butiken" 522 543 523 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 451524 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 475544 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1512 545 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1536 525 546 msgid "Shortcode can only be used for products of the Hello Event category" 526 547 msgstr "Kortkoden kan endast användas för produkter i kategorin Hello Event" 527 548 528 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1180 529 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1373 530 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1401 531 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1499 532 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1513 533 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1535 534 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1551 535 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1566 536 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1582 537 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1611 538 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1632 539 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1652 540 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1667 541 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1682 542 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1702 543 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1718 549 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1231 550 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1434 551 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1462 552 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1560 553 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1574 554 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1596 555 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1618 556 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1634 557 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1649 558 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1665 559 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1694 560 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1715 561 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1735 562 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1750 563 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1765 564 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1780 565 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1795 566 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1816 567 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1832 544 568 msgid "Shortcode can only be used when displaying events" 545 569 msgstr "Shortkoden kan endast användas när man visar evenemang" 546 570 547 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:52 1571 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:523 548 572 msgid "Should the weekday name (eg. Monday) be shown in front of the date" 549 573 msgstr "Skall veckodagen (t.ex. Måndag) visas framför datum" 550 574 551 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:51 6575 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:518 552 576 msgid "show" 553 577 msgstr "visa" 554 578 555 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:59 2579 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:594 556 580 msgid "Show event summary in a Bootstrap modal" 557 581 msgstr "Visa översikt av evenemanget i en Bootstrap modal" 558 582 559 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:59 6583 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:598 560 584 msgid "Show event summary in a jQuery UI modal" 561 585 msgstr "Visa översikt av evenemanget i en jQuery UI modal" … … 565 589 msgstr "Slug till anpassad sida" 566 590 567 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 570568 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 868569 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 1881591 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:608 592 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1991 593 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2004 570 594 msgid "Start" 571 595 msgstr "Början" 572 596 573 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:4 84597 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:492 574 598 msgid "Start date" 575 599 msgstr "Startdatum" … … 580 604 msgstr "Startdatum och -tid för evenemang" 581 605 582 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 493606 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:501 583 607 msgid "Start time" 584 608 msgstr "Starttid" 585 609 586 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 225610 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1269 587 611 msgid "Sunday" 588 612 msgstr "Söndag" 589 613 590 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2031 614 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:539 615 msgid "" 616 "The (optional) location name can for example be the name of a concert hall" 617 msgstr "Platsnamnet (valfritt) kan till exempel vara namnet på en konsertsal" 618 619 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2163 591 620 msgid "The event was saved but there are error(s)" 592 621 msgstr "Evenemanget sparades men det finns fel" 593 622 594 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 342623 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1403 595 624 msgid "" 596 625 "The link from the event does not point to a ticket in Woocommerce. Save the " … … 600 629 "spara evenemanget på nytt." 601 630 602 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2029 631 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:550 632 msgid "" 633 "The location address should be detailed enough to geo-localize the place" 634 msgstr "" 635 "Platsadressen skall vara tillräckligt detaljerad för att geolokalisera " 636 "platsen" 637 638 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2161 603 639 msgid "The product was saved but there are error(s)" 604 640 msgstr "Biljetten sparades men det finns fel" 605 641 606 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 344642 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1405 607 643 msgid "" 608 644 "The ticket exists in Woocommerce, and is published, but you need to set its " … … 612 648 "sätta pris" 613 649 614 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 343650 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1404 615 651 msgid "The ticket exists in Woocommerce, but you need to set it as published" 616 652 msgstr "" … … 618 654 "publicerad" 619 655 620 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 183621 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 339656 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1234 657 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1400 622 658 msgid "The Woocommerce plugin is not activated" 623 659 msgstr "Tillägget Woocommerce är inte aktiverat" 624 660 625 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 54661 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:592 626 662 msgid "" 627 663 "then after saving the event a new link will appear to allow you to set the " … … 631 667 "och antal biljetter" 632 668 633 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 001669 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2133 634 670 msgid "There is already a ticket for the event in the shop" 635 671 msgstr "Det finns redan en biljett till evenemanget i butiken" 636 672 637 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:4 36673 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:444 638 674 msgid "There is no event to show" 639 675 msgstr "Det finns inga evenemang att visa" 640 676 641 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 341677 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1402 642 678 msgid "There is no link from the event to a ticket. Save the event again!" 643 679 msgstr "" … … 645 681 "evenemanget på nytt!" 646 682 647 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:65 7683 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:659 648 684 msgid "this page" 649 685 msgstr "denna sida" 650 686 651 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 229687 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1273 652 688 msgid "Thursday" 653 689 msgstr "Torsdag" 654 690 655 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 38691 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1189 656 692 msgid "Ticket sales status" 657 693 msgstr "Försäljningsstatus" 658 694 659 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:30 1660 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 572661 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:2 27695 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:302 696 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:610 697 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:233 662 698 msgid "Tickets" 663 699 msgstr "Biljetter" 664 700 665 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 52701 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:590 666 702 msgid "Tickets are not yet available in the shop." 667 703 msgstr "Ännu så länge finns det inte biljetter i butiken." 668 704 669 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1370 670 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1398 705 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1227 706 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1431 707 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1459 708 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2024 671 709 msgid "Tickets not fully configured" 672 710 msgstr "Biletter är inte fullständigt konfigurerade" 673 711 674 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:6 10712 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:648 675 713 msgid "Tickets sold" 676 714 msgstr "Sålda biljetter" 677 715 678 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:7 27716 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:778 679 717 msgid "Tickets to Events" 680 718 msgstr "Biljetter till Evenemang" 681 719 682 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 360683 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 381720 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1421 721 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1442 684 722 msgid "Tickets to participate are available in our shop" 685 723 msgstr "Biljetter för att delta finns i vår butik" … … 689 727 msgstr "Tidsformat" 690 728 691 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:65 5729 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:657 692 730 msgid "To obtain the API Key and read Google's explanation go to" 693 731 msgstr "" 694 732 "För att (gratis) erhålla en API-nyckel och läsa Google's förklaring gå till " 695 733 696 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 58734 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:596 697 735 msgid "To sell tickets Woocommerce needs to be installed and actived" 698 736 msgstr "För att kunna sälja biljetter måste Woocommerce vara installerat" 699 737 700 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 166738 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1217 701 739 msgid "Total" 702 740 msgstr "Totalt" 703 741 704 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 227742 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1271 705 743 msgid "Tuesday" 706 744 msgstr "Tisdag" … … 710 748 msgstr "Kart-tjänsten är odefinierad" 711 749 712 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 017750 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2149 713 751 msgid "Unknown error" 714 752 msgstr "Okänt fel" 715 753 716 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:4 69754 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:477 717 755 msgid "Upcoming events" 718 756 msgstr "Kommande evenemang" 719 757 720 758 #. Field slug 721 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:33 8759 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:339 722 760 msgid "Update the ticket title when the event title is changed" 723 761 msgstr "Uppdatera biljettens titel när evenemangets titel ändras" 724 762 725 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 51763 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:244 726 764 msgid "View" 727 765 msgstr "Visa" 728 766 729 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 228767 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1272 730 768 msgid "Wednesday" 731 769 msgstr "Onsdag" … … 736 774 msgstr "Veckodag" 737 775 738 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:57 3776 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:575 739 777 msgid "When switched on admins and editors will see debug information" 740 778 msgstr "" … … 742 780 "avlusningsinformation" 743 781 744 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:45 4782 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:456 745 783 msgid "" 746 784 "When using a custom event page you must use shortcodes to show the event " … … 750 788 "för att visa informationen." 751 789 752 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 2790 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:444 753 791 msgid "" 754 792 "With Google Maps comes many additional features (street view, driving " … … 760 798 "API nyckel och registrera den här." 761 799 762 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:45 3800 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:455 763 801 msgid "you can decide what information should be automatically inserted" 764 802 msgstr "kan du bestämma vilken information som skall infogas automatiskt" … … 769 807 msgstr "Du måste lägga in din Google Maps API-nyckel för att kunna se kartor" 770 808 771 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 340809 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1401 772 810 msgid "You need to set the check box to sell tickets in the event!" 773 811 msgstr "Du måste aktivera valet i checkboxen för att sälja biljetter !" -
hello-event/trunk/languages/hello-event.pot
r3108894 r3117834 4 4 "Project-Id-Version: Hello Event\n" 5 5 "Report-Msgid-Bugs-To: \n" 6 "POT-Creation-Date: 2024-0 6-27 15:04+0000\n"6 "POT-Creation-Date: 2024-07-10 07:48+0000\n" 7 7 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 8 8 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 15 15 "X-Generator: Loco https://localise.biz/" 16 16 17 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:39 517 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:397 18 18 msgid "A plugin for managing events and sell tickets with Woocommerce" 19 19 msgstr "" 20 20 21 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:24 722 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:24 821 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:240 22 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:241 23 23 msgid "Add New" 24 24 msgstr "" 25 25 26 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 68826 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1802 27 27 msgid "Add to Calendar" 28 28 msgstr "" 29 29 30 30 #. Field slug 31 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:2 8631 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:274 32 32 msgid "Add-to-calendar button" 33 33 msgstr "" 34 34 35 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:252 35 #. Field slug 36 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:294 37 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:559 38 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:300 39 msgid "Advice" 40 msgstr "" 41 42 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:565 43 msgid "" 44 "Advice to participants, for example related to parking or public " 45 "transportation" 46 msgstr "" 47 48 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:245 36 49 msgid "All" 37 50 msgstr "" 38 51 39 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:46 152 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:463 40 53 msgid "" 41 54 "Any items not selected can always be inserted into the content parts of " … … 43 56 msgstr "" 44 57 45 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 358 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:445 46 59 msgid "" 47 60 "As of July 2018 you will be able to do 28500 requests per month free of " … … 49 62 msgstr "" 50 63 51 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:16 0852 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 62964 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1691 65 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1712 53 66 msgid "at" 54 67 msgstr "" 55 68 56 69 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:82 57 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:45 370 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:455 58 71 msgid "Auto inserted content" 59 72 msgstr "" 60 73 61 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:20 374 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:207 62 75 msgid "Book now" 63 76 msgstr "" 64 77 65 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 478 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:446 66 79 msgid "" 67 80 "but please notice that the pricing plans are quite complex and you should " … … 78 91 msgstr "" 79 92 80 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:46 093 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:462 81 94 msgid "" 82 95 "Choose what should be AUTOMAICALLY inserted into the content of events and " … … 92 105 msgstr "" 93 106 94 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 41107 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1192 95 108 msgid "Date" 96 109 msgstr "" … … 106 119 msgstr "" 107 120 108 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 85121 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:278 109 122 msgid "Dates and time" 110 123 msgstr "" … … 118 131 msgstr "" 119 132 120 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:42 6133 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:428 121 134 msgid "Default is \"Event\" in singular and \"Events\" in plural." 122 135 msgstr "" 123 136 124 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:51 2137 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:514 125 138 msgid "don't show" 126 139 msgstr "" 127 140 128 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:4 68141 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:476 129 142 msgid "Earlier events" 130 143 msgstr "" 131 144 132 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 50145 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:243 133 146 msgid "Edit" 134 147 msgstr "" 135 148 136 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 49137 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 599149 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:587 150 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:637 138 151 msgid "Edit ticket" 139 152 msgstr "" 140 153 141 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 571142 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 1886154 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:609 155 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2009 143 156 msgid "End" 144 157 msgstr "" 145 158 146 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 02159 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:510 147 160 msgid "End date" 148 161 msgstr "" … … 153 166 msgstr "" 154 167 155 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 013168 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2145 156 169 msgid "End date is earlier than start date" 157 170 msgstr "" 158 171 159 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 12172 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:520 160 173 msgid "End time" 161 174 msgstr "" 162 175 163 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:7 15164 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:7 24176 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:766 177 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:775 165 178 msgid "Event ticket" 166 179 msgstr "" 167 180 168 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:6 52181 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:690 169 182 msgid "Event:" 170 183 msgstr "" 171 184 172 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 53185 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:591 173 186 msgid "Fill in the checkbox above to start sell tickets" 174 187 msgstr "" 175 188 176 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:67 1189 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:673 177 190 msgid "Fill in the slug of the custom event page, or leave blank for default." 178 191 msgstr "" 179 192 180 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 43193 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1194 181 194 msgid "First name" 182 195 msgstr "" 183 196 184 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 230197 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1274 185 198 msgid "Friday" 186 199 msgstr "" … … 190 203 msgstr "" 191 204 192 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:57 4205 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:576 193 206 msgid "generated by the shortcodes in case of problems" 194 207 msgstr "" 195 208 196 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:5 88209 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:590 197 210 msgid "Go to the event page" 198 211 msgstr "" 199 212 200 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 898201 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 462202 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:3 68203 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:4 12213 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:949 214 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1523 215 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:376 216 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:420 204 217 msgid "Goto the event" 205 218 msgstr "" … … 209 222 msgstr "" 210 223 211 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:42 4224 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:426 212 225 msgid "" 213 226 "Here you can change the name for the event custom type that you see on the " … … 216 229 217 230 #. Field slug 218 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:35 0231 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:351 219 232 msgid "Hide ticket from shop unless the event is in the future" 220 233 msgstr "" … … 228 241 msgstr "" 229 242 230 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:45 3243 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:455 231 244 msgid "" 232 245 "If no custom page is defined, events will be displayed using the standard " … … 234 247 msgstr "" 235 248 236 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:52 2249 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:524 237 250 msgid "If shown it will be localized into the selected language of the site" 238 251 msgstr "" 239 252 240 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:67 2253 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:674 241 254 msgid "If the page does not exist the default will be used." 242 255 msgstr "" 243 256 244 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:4 69257 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:471 245 258 msgid "" 246 259 "if the ticket title should be automatically updated to the event title when " … … 248 261 msgstr "" 249 262 250 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:47 0263 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:472 251 264 msgid "" 252 265 "if tickets to past events and tickets to events that have been deleted " … … 254 267 msgstr "" 255 268 256 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 5269 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:447 257 270 msgid "" 258 271 "If you choose to use Google Maps, no maps will be displayed on the event " … … 260 273 msgstr "" 261 274 262 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:60 0275 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:602 263 276 msgid "" 264 277 "If you want to use Bootstrap modals your theme must be built with Bootstrap" 265 278 msgstr "" 266 279 267 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php: 499280 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:501 268 281 msgid "Internally all dates are stored in the ISO-format (YYYY-mm-dd)." 269 282 msgstr "" 270 283 271 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:45 2284 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:454 272 285 msgid "It is possible to create a custom page used to display the events." 273 286 msgstr "" 274 287 275 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 0288 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:442 276 289 msgid "" 277 290 "It is possible to use either Google Maps or OpenStreetMap to display the " … … 283 296 msgstr "" 284 297 285 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 43298 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1194 286 299 msgid "Last name" 287 300 msgstr "" 288 301 289 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:4 28302 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:430 290 303 msgid "Leave blank to keep the defaults." 291 304 msgstr "" 292 305 293 306 #. Field slug 294 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:31 2307 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:313 295 308 msgid "Link from event to ticket" 296 309 msgstr "" 297 310 298 311 #. Field slug 299 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:32 4312 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:325 300 313 msgid "Link from ticket to event" 301 314 msgstr "" 302 315 303 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:293 304 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:524 305 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1869 306 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1891 316 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:286 317 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1992 318 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2015 307 319 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-map.php:48 308 320 msgid "Location" 309 321 msgstr "" 310 322 311 #. Field slug 312 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:299 323 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:545 324 msgid "Location address" 325 msgstr "" 326 327 #. Field slug 328 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:287 313 329 msgid "Location map" 314 330 msgstr "" 315 331 332 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:534 333 msgid "Location Name" 334 msgstr "" 335 316 336 #. Field slug 317 337 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:260 318 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:273319 338 msgid "Location of event" 320 339 msgstr "" … … 332 351 msgstr "" 333 352 334 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 226353 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1270 335 354 msgid "Monday" 336 355 msgstr "" … … 348 367 msgstr "" 349 368 350 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:24 9369 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:242 351 370 msgid "New" 352 371 msgstr "" 353 372 354 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 009373 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2141 355 374 msgid "No end date given. The date has been set to today." 356 375 msgstr "" 357 376 358 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:6 58377 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:696 359 378 msgid "No event corresponds to the event id in the URL" 360 379 msgstr "" 361 380 362 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 662381 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:700 363 382 msgid "No event id in the URL" 364 383 msgstr "" 365 384 366 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 1997385 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2129 367 386 msgid "No event points to the ticket" 368 387 msgstr "" … … 372 391 msgstr "" 373 392 374 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 005393 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2137 375 394 msgid "No start date given. The date has been set to today." 376 395 msgstr "" 377 396 378 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 55379 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 56397 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:248 398 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:249 380 399 msgid "Nono" 381 400 msgstr "" 382 401 383 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:5 69384 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:6 19385 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:6 89402 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:571 403 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:621 404 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:691 386 405 msgid "off" 387 406 msgstr "" 388 407 389 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:56 5390 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:61 5391 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:68 5408 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:567 409 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:617 410 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:687 392 411 msgid "on" 393 412 msgstr "" 394 413 395 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 1414 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:443 396 415 msgid "" 397 416 "OpenStreetMap is a community-based free service, which is sufficient in most " … … 399 418 msgstr "" 400 419 401 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 42402 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 157420 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1193 421 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1208 403 422 msgid "Order" 404 423 msgstr "" 405 424 406 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 44425 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1195 407 426 msgid "Paid" 408 427 msgstr "" 409 428 410 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 1909429 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2034 411 430 msgid "Participate" 412 431 msgstr "" 413 432 414 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:46 2433 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:464 415 434 msgid "" 416 435 "Please notice that a link from an event to a ticket will only appear when " … … 418 437 msgstr "" 419 438 420 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:60 1439 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:603 421 440 msgid "" 422 441 "Please notice that modals may not work properly with older versions of " … … 424 443 msgstr "" 425 444 426 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 6445 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:448 427 446 msgid "" 428 447 "Please notice that the maps presented by either of the map services contain " … … 430 449 msgstr "" 431 450 432 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 454433 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 478451 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1515 452 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1539 434 453 msgid "Product is orphaned" 435 454 msgstr "" 436 455 437 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 44456 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1195 438 457 msgid "Quantity" 439 458 msgstr "" 440 459 441 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 573460 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:611 442 461 msgid "Sales" 443 462 msgstr "" 444 463 445 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 231464 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1275 446 465 msgid "Saturday" 447 466 msgstr "" 448 467 449 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:41 0468 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:412 450 469 msgid "Save Settings" 451 470 msgstr "" 452 471 453 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 53472 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:246 454 473 msgid "Search" 455 474 msgstr "" … … 467 486 msgstr "" 468 487 469 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php: 498488 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:500 470 489 msgid "Select the dateformat used in datepickers and displays." 471 490 msgstr "" 472 491 473 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:43 5492 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:437 474 493 msgid "" 475 494 "Select what should happen when a user clicks on an event in the calendar" 476 495 msgstr "" 477 496 478 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 36497 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:574 479 498 msgid "Sell tickets in the shop" 480 499 msgstr "" 481 500 482 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 47501 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:585 483 502 msgid "Shop link" 484 503 msgstr "" 485 504 486 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 451487 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 475505 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1512 506 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1536 488 507 msgid "Shortcode can only be used for products of the Hello Event category" 489 508 msgstr "" 490 509 491 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1180 492 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1373 493 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1401 494 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1499 495 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1513 496 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1535 497 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1551 498 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1566 499 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1582 500 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1611 501 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1632 502 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1652 503 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1667 504 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1682 505 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1702 506 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1718 510 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1231 511 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1434 512 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1462 513 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1560 514 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1574 515 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1596 516 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1618 517 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1634 518 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1649 519 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1665 520 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1694 521 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1715 522 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1735 523 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1750 524 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1765 525 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1780 526 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1795 527 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1816 528 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1832 507 529 msgid "Shortcode can only be used when displaying events" 508 530 msgstr "" 509 531 510 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:52 1532 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:523 511 533 msgid "Should the weekday name (eg. Monday) be shown in front of the date" 512 534 msgstr "" 513 535 514 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:51 6536 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:518 515 537 msgid "show" 516 538 msgstr "" 517 539 518 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:59 2540 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:594 519 541 msgid "Show event summary in a Bootstrap modal" 520 542 msgstr "" 521 543 522 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:59 6544 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:598 523 545 msgid "Show event summary in a jQuery UI modal" 524 546 msgstr "" … … 528 550 msgstr "" 529 551 530 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 570531 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 868532 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 1881552 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:608 553 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1991 554 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2004 533 555 msgid "Start" 534 556 msgstr "" 535 557 536 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:4 84558 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:492 537 559 msgid "Start date" 538 560 msgstr "" … … 543 565 msgstr "" 544 566 545 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 493567 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:501 546 568 msgid "Start time" 547 569 msgstr "" 548 570 549 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 225571 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1269 550 572 msgid "Sunday" 551 573 msgstr "" 552 574 553 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2031 575 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:539 576 msgid "" 577 "The (optional) location name can for example be the name of a concert hall" 578 msgstr "" 579 580 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2163 554 581 msgid "The event was saved but there are error(s)" 555 582 msgstr "" 556 583 557 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 342584 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1403 558 585 msgid "" 559 586 "The link from the event does not point to a ticket in Woocommerce. Save the " … … 561 588 msgstr "" 562 589 563 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2029 590 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:550 591 msgid "" 592 "The location address should be detailed enough to geo-localize the place" 593 msgstr "" 594 595 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2161 564 596 msgid "The product was saved but there are error(s)" 565 597 msgstr "" 566 598 567 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 344599 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1405 568 600 msgid "" 569 601 "The ticket exists in Woocommerce, and is published, but you need to set its " … … 571 603 msgstr "" 572 604 573 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 343605 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1404 574 606 msgid "The ticket exists in Woocommerce, but you need to set it as published" 575 607 msgstr "" 576 608 577 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 183578 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 339609 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1234 610 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1400 579 611 msgid "The Woocommerce plugin is not activated" 580 612 msgstr "" 581 613 582 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 54614 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:592 583 615 msgid "" 584 616 "then after saving the event a new link will appear to allow you to set the " … … 586 618 msgstr "" 587 619 588 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 001620 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2133 589 621 msgid "There is already a ticket for the event in the shop" 590 622 msgstr "" 591 623 592 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:4 36624 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:444 593 625 msgid "There is no event to show" 594 626 msgstr "" 595 627 596 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 341628 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1402 597 629 msgid "There is no link from the event to a ticket. Save the event again!" 598 630 msgstr "" 599 631 600 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:65 7632 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:659 601 633 msgid "this page" 602 634 msgstr "" 603 635 604 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 229636 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1273 605 637 msgid "Thursday" 606 638 msgstr "" 607 639 608 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:11 38640 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1189 609 641 msgid "Ticket sales status" 610 642 msgstr "" 611 643 612 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:30 1613 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 572614 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:2 27644 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:302 645 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:610 646 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:233 615 647 msgid "Tickets" 616 648 msgstr "" 617 649 618 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 52650 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:590 619 651 msgid "Tickets are not yet available in the shop." 620 652 msgstr "" 621 653 622 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1370 623 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1398 654 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1227 655 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1431 656 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1459 657 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2024 624 658 msgid "Tickets not fully configured" 625 659 msgstr "" 626 660 627 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:6 10661 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:648 628 662 msgid "Tickets sold" 629 663 msgstr "" 630 664 631 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:7 27665 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:778 632 666 msgid "Tickets to Events" 633 667 msgstr "" 634 668 635 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 360636 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 381669 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1421 670 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1442 637 671 msgid "Tickets to participate are available in our shop" 638 672 msgstr "" … … 642 676 msgstr "" 643 677 644 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:65 5678 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:657 645 679 msgid "To obtain the API Key and read Google's explanation go to" 646 680 msgstr "" 647 681 648 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:5 58682 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:596 649 683 msgid "To sell tickets Woocommerce needs to be installed and actived" 650 684 msgstr "" 651 685 652 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 166686 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1217 653 687 msgid "Total" 654 688 msgstr "" 655 689 656 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 227690 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1271 657 691 msgid "Tuesday" 658 692 msgstr "" … … 662 696 msgstr "" 663 697 664 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 017698 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2149 665 699 msgid "Unknown error" 666 700 msgstr "" 667 701 668 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:4 69702 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-list-events.php:477 669 703 msgid "Upcoming events" 670 704 msgstr "" 671 705 672 706 #. Field slug 673 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:33 8707 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:339 674 708 msgid "Update the ticket title when the event title is changed" 675 709 msgstr "" 676 710 677 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:2 51711 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:244 678 712 msgid "View" 679 713 msgstr "" 680 714 681 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php: 228715 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1272 682 716 msgid "Wednesday" 683 717 msgstr "" … … 688 722 msgstr "" 689 723 690 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:57 3724 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:575 691 725 msgid "When switched on admins and editors will see debug information" 692 726 msgstr "" 693 727 694 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:45 4728 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:456 695 729 msgid "" 696 730 "When using a custom event page you must use shortcodes to show the event " … … 698 732 msgstr "" 699 733 700 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:44 2734 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:444 701 735 msgid "" 702 736 "With Google Maps comes many additional features (street view, driving " … … 705 739 msgstr "" 706 740 707 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:45 3741 #: ../../../../../../Programs/PLUGINS/hello-event/includes/hello-event-settings.php:455 708 742 msgid "you can decide what information should be automatically inserted" 709 743 msgstr "" … … 714 748 msgstr "" 715 749 716 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1 340750 #: ../../../../../../Programs/PLUGINS/hello-event/hello_event.php:1401 717 751 msgid "You need to set the check box to sell tickets in the event!" 718 752 msgstr "" -
hello-event/trunk/readme.txt
r3108893 r3117834 73 73 74 74 == Changelog == 75 = 1.3.16 76 * New shortcode: hello-thumbnail-url, which does not include the IMG tag 77 * Added the property "Location Name" to the event 78 * Added shortcode hello-location-name to extract the Location Name 79 * Added shortcode hello-event-location-address as a synonym to hello-event-location 80 * Added the property "Advice" to the event 81 * Added shortcode hello-advice to extract the Advice 82 * Added a setting for automatical insertion of the Advice 83 * Modified the default presentation of events to include the Location Name and Advice 84 * Add end-time in the event list 85 * Accept slug in the shortcode hello-default-event 75 86 = 1.3.15 76 87 * Event custom page enabled also for calendar and tabbed display
Note: See TracChangeset
for help on using the changeset viewer.