Version Description
- 6th March 2019 =
- bugfix: Fixed missing translations
- bugfix: Fix tags and categories not appearing in Gutenberg
Download this release
Release Info
Developer | jenkinspress |
Plugin | Event Organiser |
Version | 3.7.6 |
Comparing to | |
See all releases |
Code changes from version 3.7.4 to 3.7.6
- event-organiser.php +3 -3
- failed-scenerios/event-list-widget-118.html +96 -0
- failed-scenerios/events-admin-list-116.html +1074 -0
- failed-scenerios/events-admin-list-135.html +848 -0
- failed-scenerios/events-admin-list-155.html +846 -0
- failed-scenerios/fullcalendar-22.html +1 -0
- failed-scenerios/fullcalendar-22.png +0 -0
- failed-scenerios/fullcalendar-33.html +152 -0
- failed-scenerios/fullcalendar-33.png +0 -0
- failed-scenerios/manage-events-30.html +635 -0
- failed-scenerios/venues-admin-list-34.html +640 -0
- includes/event-organiser-ajax.php +1 -1
- includes/event-organiser-cpt.php +32 -30
- includes/event-organiser-install.php +26 -24
- includes/event-organiser-venue-functions.php +5 -1
- includes/event.php +97 -97
- js/admin-calendar.min.js +1 -1
- js/edit-event-controller.min.js +1 -1
- js/event-manager.min.js +1 -1
- js/event.min.js +1 -1
- js/frontend.js +1 -1
- js/frontend.min.js +2 -2
- js/fullcalendar.min.js +1 -1
- js/jquery-ui-eo-timepicker.min.js +1 -1
- js/moment.min.js +1 -1
- js/time-picker.min.js +1 -1
- js/venue-admin.min.js +1 -1
- js/venue-util.min.js +1 -1
- languages/eventorganiser-af.mo +0 -0
- languages/eventorganiser-af.po +148 -105
- languages/eventorganiser-ar.mo +0 -0
- languages/eventorganiser-ar.po +148 -105
- languages/eventorganiser-bg_BG.mo +0 -0
- languages/eventorganiser-bg_BG.po +148 -105
- languages/eventorganiser-ca.mo +0 -0
- languages/eventorganiser-ca.po +148 -105
- languages/eventorganiser-cs_CZ.mo +0 -0
- languages/eventorganiser-cs_CZ.po +148 -105
- languages/eventorganiser-da_DK.mo +0 -0
- languages/eventorganiser-da_DK.po +148 -105
- languages/eventorganiser-de_DE.mo +0 -0
- languages/eventorganiser-de_DE.po +148 -105
- languages/eventorganiser-el.mo +0 -0
- languages/eventorganiser-el.po +148 -105
- languages/eventorganiser-en_CA.mo +0 -0
- languages/eventorganiser-en_CA.po +148 -105
- languages/eventorganiser-en_GB.mo +0 -0
- languages/eventorganiser-en_GB.po +148 -105
- languages/eventorganiser-es_ES.mo +0 -0
- languages/eventorganiser-es_ES.po +148 -105
- languages/eventorganiser-es_PE.mo +0 -0
- languages/eventorganiser-es_PE.po +148 -105
- languages/eventorganiser-et.mo +0 -0
- languages/eventorganiser-et.po +148 -105
- languages/eventorganiser-fa_IR.mo +0 -0
- languages/eventorganiser-fa_IR.po +148 -105
- languages/eventorganiser-fi.mo +0 -0
- languages/eventorganiser-fi.po +148 -105
- languages/eventorganiser-fr_FR.mo +0 -0
- languages/eventorganiser-fr_FR.po +148 -105
- languages/eventorganiser-he_IL.mo +0 -0
- languages/eventorganiser-he_IL.po +148 -105
- languages/eventorganiser-hi_IN.mo +0 -0
- languages/eventorganiser-hi_IN.po +148 -105
- languages/eventorganiser-hr.mo +0 -0
- languages/eventorganiser-hr.po +148 -105
- languages/eventorganiser-hu_HU.mo +0 -0
- languages/eventorganiser-hu_HU.po +148 -105
- languages/eventorganiser-id_ID.mo +0 -0
- languages/eventorganiser-id_ID.po +20 -5
event-organiser.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: Event Organiser
|
4 |
Plugin URI: http://www.wp-event-organiser.com
|
5 |
-
Version: 3.7.
|
6 |
Description: Creates a custom post type 'events' with features such as recurring events, venues, Google Maps, calendar views and events and venue pages
|
7 |
Author: Stephen Harris
|
8 |
Author URI: http://www.stephenharris.info
|
@@ -38,7 +38,7 @@ Domain Path: /languages
|
|
38 |
/**
|
39 |
* Set the plug-in database version
|
40 |
*/
|
41 |
-
define( 'EVENT_ORGANISER_VER', '3.7.
|
42 |
|
43 |
add_action( 'after_setup_theme', '_eventorganiser_set_constants' );
|
44 |
function _eventorganiser_set_constants() {
|
@@ -66,7 +66,7 @@ define( 'EVENT_ORGANISER_DIR', plugin_dir_path( __FILE__ ) );
|
|
66 |
/**
|
67 |
* For use in datetime formats. To return a datetime object rather than formatted string
|
68 |
*/
|
69 |
-
define( 'DATETIMEOBJ', 'DATETIMEOBJ'
|
70 |
|
71 |
|
72 |
/**
|
2 |
/*
|
3 |
Plugin Name: Event Organiser
|
4 |
Plugin URI: http://www.wp-event-organiser.com
|
5 |
+
Version: 3.7.6
|
6 |
Description: Creates a custom post type 'events' with features such as recurring events, venues, Google Maps, calendar views and events and venue pages
|
7 |
Author: Stephen Harris
|
8 |
Author URI: http://www.stephenharris.info
|
38 |
/**
|
39 |
* Set the plug-in database version
|
40 |
*/
|
41 |
+
define( 'EVENT_ORGANISER_VER', '3.7.6' );
|
42 |
|
43 |
add_action( 'after_setup_theme', '_eventorganiser_set_constants' );
|
44 |
function _eventorganiser_set_constants() {
|
66 |
/**
|
67 |
* For use in datetime formats. To return a datetime object rather than formatted string
|
68 |
*/
|
69 |
+
define( 'DATETIMEOBJ', 'DATETIMEOBJ' );
|
70 |
|
71 |
|
72 |
/**
|
failed-scenerios/event-list-widget-118.html
ADDED
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
<head>
|
3 |
+
<meta charset="UTF-8">
|
4 |
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
5 |
+
<link rel="profile" href="https://gmpg.org/xfn/11">
|
6 |
+
<title>BDD WordPress – Just another WordPress site</title>
|
7 |
+
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com">
|
8 |
+
<link rel="dns-prefetch" href="//s.w.org">
|
9 |
+
<link rel="alternate" type="application/rss+xml" title="BDD WordPress » Feed" href="http://wordpress/feed/">
|
10 |
+
<link rel="alternate" type="application/rss+xml" title="BDD WordPress » Comments Feed" href="http://wordpress/comments/feed/">
|
11 |
+
<script type="text/javascript">
|
12 |
+
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/wordpress\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.0.3"}};
|
13 |
+
!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);
|
14 |
+
</script><style type="text/css">
|
15 |
+
img.wp-smiley,
|
16 |
+
img.emoji {
|
17 |
+
display: inline !important;
|
18 |
+
border: none !important;
|
19 |
+
box-shadow: none !important;
|
20 |
+
height: 1em !important;
|
21 |
+
width: 1em !important;
|
22 |
+
margin: 0 .07em !important;
|
23 |
+
vertical-align: -0.1em !important;
|
24 |
+
background: none !important;
|
25 |
+
padding: 0 !important;
|
26 |
+
}
|
27 |
+
</style>
|
28 |
+
<link rel="stylesheet" id="eo-leaflet.js-css" href="http://cdnjs.cloudflare.com/ajax/libs/leaflet/1.3.1/leaflet.css?ver=5.0.3" type="text/css" media="all">
|
29 |
+
<style id="eo-leaflet.js-inline-css" type="text/css">
|
30 |
+
.leaflet-popup-close-button{box-shadow:none!important;}
|
31 |
+
</style>
|
32 |
+
<link rel="stylesheet" id="wp-block-library-css" href="http://wordpress/wp-includes/css/dist/block-library/style.min.css?ver=5.0.3" type="text/css" media="all">
|
33 |
+
<link rel="stylesheet" id="wp-block-library-theme-css" href="http://wordpress/wp-includes/css/dist/block-library/theme.min.css?ver=5.0.3" type="text/css" media="all">
|
34 |
+
<link rel="stylesheet" id="twentynineteen-style-css" href="http://wordpress/wp-content/themes/twentynineteen/style.css?ver=1.2" type="text/css" media="all">
|
35 |
+
<link rel="stylesheet" id="twentynineteen-print-style-css" href="http://wordpress/wp-content/themes/twentynineteen/print.css?ver=1.2" type="text/css" media="print">
|
36 |
+
<link rel="https://api.w.org/" href="http://wordpress/wp-json/">
|
37 |
+
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://wordpress/xmlrpc.php?rsd">
|
38 |
+
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://wordpress/wp-includes/wlwmanifest.xml">
|
39 |
+
<meta name="generator" content="WordPress 5.0.3">
|
40 |
+
</head>
|
41 |
+
<body class="home blog wp-embed-responsive hfeed image-filters-enabled">
|
42 |
+
<div id="page" class="site">
|
43 |
+
<a class="skip-link screen-reader-text" href="#content">Skip to content</a>
|
44 |
+
|
45 |
+
<header id="masthead" class="site-header"><div class="site-branding-container">
|
46 |
+
<div class="site-branding">
|
47 |
+
|
48 |
+
<h1 class="site-title"><a href="http://wordpress/" rel="home">BDD WordPress</a></h1>
|
49 |
+
|
50 |
+
<p class="site-description">
|
51 |
+
Just another WordPress site </p>
|
52 |
+
</div>
|
53 |
+
<!-- .site-branding -->
|
54 |
+
</div>
|
55 |
+
<!-- .layout-wrap -->
|
56 |
+
|
57 |
+
</header><!-- #masthead --><div id="content" class="site-content">
|
58 |
+
|
59 |
+
<section id="primary" class="content-area"><main id="main" class="site-main"><section class="no-results not-found"><header class="page-header"><h1 class="page-title">Nothing Found</h1>
|
60 |
+
</header><!-- .page-header --><div class="page-content">
|
61 |
+
|
62 |
+
<p>It seems we can’t find what you’re looking for. Perhaps searching can help.</p>
|
63 |
+
<form role="search" method="get" class="search-form" action="http://wordpress/">
|
64 |
+
<label>
|
65 |
+
<span class="screen-reader-text">Search for:</span>
|
66 |
+
<input type="search" class="search-field" placeholder="Search …" value="" name="s"></label>
|
67 |
+
<input type="submit" class="search-submit" value="Search">
|
68 |
+
</form> </div>
|
69 |
+
<!-- .page-content -->
|
70 |
+
</section><!-- .no-results --></main><!-- .site-main --></section><!-- .content-area -->
|
71 |
+
</div>
|
72 |
+
<!-- #content -->
|
73 |
+
|
74 |
+
<footer id="colophon" class="site-footer"><aside class="widget-area" role="complementary" aria-label="Footer"><div class="widget-column footer-widget-1">
|
75 |
+
<section id="eo_event_list_widget-1" class="widget EO_Event_List_Widget"><h2 class="widget-title">Events at Akva</h2>
|
76 |
+
<ul class="eo-events eo-events-widget">
|
77 |
+
<li class="eo-event-venue-akva eo-event-cat-music eo-event-future">7th 7:30 pm @Akva, Edinburgh for 2 hours</li>
|
78 |
+
<li class="eo-event-venue-akva eo-event-cat-music eo-event-future">14th 7:30 pm @Akva, Edinburgh for 2 hours</li>
|
79 |
+
<li class="eo-event-venue-akva eo-event-cat-music eo-event-future">21st 7:30 pm @Akva, Edinburgh for 2 hours</li>
|
80 |
+
<li class="eo-event-venue-akva eo-event-cat-music eo-event-future">28th 7:30 pm @Akva, Edinburgh for 2 hours</li>
|
81 |
+
</ul></section>
|
82 |
+
</div>
|
83 |
+
</aside><!-- .widget-area --><div class="site-info">
|
84 |
+
<a class="site-name" href="http://wordpress/" rel="home">BDD WordPress</a>,
|
85 |
+
<a href="https://wordpress.org/" class="imprint">
|
86 |
+
Proudly powered by WordPress. </a>
|
87 |
+
</div>
|
88 |
+
<!-- .site-info -->
|
89 |
+
</footer><!-- #colophon -->
|
90 |
+
</div>
|
91 |
+
<!-- #page -->
|
92 |
+
|
93 |
+
<script type="text/javascript" src="http://wordpress/wp-includes/js/wp-embed.min.js?ver=5.0.3"></script><script>
|
94 |
+
/(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1);
|
95 |
+
</script>
|
96 |
+
</body>
|
failed-scenerios/events-admin-list-116.html
ADDED
@@ -0,0 +1,1074 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
<!--<![endif]--><head>
|
3 |
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
4 |
+
<title>Events ‹ BDD WordPress — WordPress</title>
|
5 |
+
<script type="text/javascript">
|
6 |
+
addLoadEvent = function(func){if(typeof jQuery!="undefined")jQuery(document).ready(func);else if(typeof wpOnload!='function'){wpOnload=func;}else{var oldonload=wpOnload;wpOnload=function(){oldonload();func();}}};
|
7 |
+
var ajaxurl = '/wp-admin/admin-ajax.php',
|
8 |
+
pagenow = 'edit-event',
|
9 |
+
typenow = 'event',
|
10 |
+
adminpage = 'edit-php',
|
11 |
+
thousandsSeparator = ',',
|
12 |
+
decimalPoint = '.',
|
13 |
+
isRtl = 0;
|
14 |
+
</script><meta name="viewport" content="width=device-width,initial-scale=1.0">
|
15 |
+
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com">
|
16 |
+
<link rel="dns-prefetch" href="//s.w.org">
|
17 |
+
<style type="text/css">
|
18 |
+
img.wp-smiley,
|
19 |
+
img.emoji {
|
20 |
+
display: inline !important;
|
21 |
+
border: none !important;
|
22 |
+
box-shadow: none !important;
|
23 |
+
height: 1em !important;
|
24 |
+
width: 1em !important;
|
25 |
+
margin: 0 .07em !important;
|
26 |
+
vertical-align: -0.1em !important;
|
27 |
+
background: none !important;
|
28 |
+
padding: 0 !important;
|
29 |
+
}
|
30 |
+
</style>
|
31 |
+
<script type="text/javascript">
|
32 |
+
var eventorganiser = eventorganiser || {};
|
33 |
+
eventorganiser.wp_version = '5.0.3';
|
34 |
+
</script><link rel="stylesheet" href="http://wordpress/wp-admin/load-styles.php?c=0&dir=ltr&load%5B%5D=farbtastic,dashicons,admin-bar,common,forms,admin-menu,dashboard,list-tables,edit,revisions,media,themes,about,nav-menus,wp-poin&load%5B%5D=ter,widgets,site-icon,l10n,buttons,wp-auth-check&ver=5.0.3" type="text/css" media="all">
|
35 |
+
<link rel="stylesheet" id="eo-leaflet.js-css" href="http://cdnjs.cloudflare.com/ajax/libs/leaflet/1.3.1/leaflet.css?ver=5.0.3" type="text/css" media="all">
|
36 |
+
<style id="eo-leaflet.js-inline-css" type="text/css">
|
37 |
+
.leaflet-popup-close-button{box-shadow:none!important;}
|
38 |
+
</style>
|
39 |
+
<!--[if lte IE 7]>
|
40 |
+
<link rel='stylesheet' id='ie-css' href='http://wordpress/wp-admin/css/ie.min.css?ver=5.0.3' type='text/css' media='all' />
|
41 |
+
<![endif]--><link rel="stylesheet" id="eventorganiser-jquery-ui-style-css" href="http://wordpress/wp-content/plugins/event-organiser/css/eventorganiser-jquery-ui.min.css?ver=3.7.4" type="text/css" media="all">
|
42 |
+
<link rel="stylesheet" id="eventorganiser-style-css" href="http://wordpress/wp-content/plugins/event-organiser/css/eventorganiser-admin-style.min.css?ver=3.7.4" type="text/css" media="all">
|
43 |
+
<script type="text/javascript">
|
44 |
+
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/wordpress\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.0.3"}};
|
45 |
+
!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);
|
46 |
+
</script><script type="text/javascript">
|
47 |
+
/* <![CDATA[ */
|
48 |
+
var userSettings = {"url":"\/","uid":"1","time":"1551395259","secure":""};/* ]]> */
|
49 |
+
</script><script type="text/javascript" src="http://wordpress/wp-admin/load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils,farbtastic&ver=5.0.3"></script><script type="text/javascript">
|
50 |
+
jQuery(document).ready(function() {
|
51 |
+
jQuery( '#the-list' ).on( 'click', 'a.editinline', function() {
|
52 |
+
jQuery( '#eventorganiser_venue option' ).attr("selected", false);
|
53 |
+
var id = inlineEditPost.getId(this);
|
54 |
+
var val = parseInt(jQuery( '#post-' + id + ' td.column-venue input' ).val() );
|
55 |
+
jQuery( '#eventorganiser_venue option[value="'+val+'"]' ).attr( 'selected', 'selected' );
|
56 |
+
});
|
57 |
+
});
|
58 |
+
</script><style>#wpadminbar {z-index:0!important;}</style>
|
59 |
+
<link id="wp-admin-canonical" rel="canonical" href="http://wordpress/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=0&event-venue=0&eo_interval=future&paged=1&action2=-1">
|
60 |
+
<script>
|
61 |
+
if ( window.history.replaceState ) {
|
62 |
+
window.history.replaceState( null, null, document.getElementById( 'wp-admin-canonical' ).href + window.location.hash );
|
63 |
+
}
|
64 |
+
</script><script type="text/javascript">var _wpColorScheme = {"icons":{"base":"#82878c","focus":"#00a0d2","current":"#fff"}};</script><style type="text/css" media="print">#wpadminbar { display:none; }</style>
|
65 |
+
</head>
|
66 |
+
<body class="wp-admin wp-core-ui no-js edit-php auto-fold admin-bar post-type-event branch-5 version-5-0-3 admin-color-fresh locale-en-us no-customize-support no-svg">
|
67 |
+
<script type="text/javascript">
|
68 |
+
document.body.className = document.body.className.replace('no-js','js');
|
69 |
+
</script><!--[if lte IE 8]>
|
70 |
+
<script type="text/javascript">
|
71 |
+
document.body.className = document.body.className.replace( /(^|\s)(no-)?customize-support(?=\s|$)/, '' ) + ' no-customize-support';
|
72 |
+
</script>
|
73 |
+
<![endif]--><!--[if gte IE 9]><!--><script type="text/javascript">
|
74 |
+
(function() {
|
75 |
+
var request, b = document.body, c = 'className', cs = 'customize-support', rcs = new RegExp('(^|\\s+)(no-)?'+cs+'(\\s+|$)');
|
76 |
+
|
77 |
+
request = true;
|
78 |
+
|
79 |
+
b[c] = b[c].replace( rcs, ' ' );
|
80 |
+
// The customizer requires postMessage and CORS (if the site is cross domain)
|
81 |
+
b[c] += ( window.postMessage && request ? ' ' : ' no-' ) + cs;
|
82 |
+
}());
|
83 |
+
</script><!--<![endif]--><div id="wpwrap">
|
84 |
+
|
85 |
+
<div id="adminmenumain" role="navigation" aria-label="Main menu">
|
86 |
+
<a href="#wpbody-content" class="screen-reader-shortcut">Skip to main content</a>
|
87 |
+
<a href="#wp-toolbar" class="screen-reader-shortcut">Skip to toolbar</a>
|
88 |
+
<div id="adminmenuback"></div>
|
89 |
+
<div id="adminmenuwrap">
|
90 |
+
<ul id="adminmenu">
|
91 |
+
<li class="wp-first-item wp-has-submenu wp-not-current-submenu menu-top menu-top-first menu-icon-dashboard menu-top-last" id="menu-dashboard">
|
92 |
+
<a href="index.php" class="wp-first-item wp-has-submenu wp-not-current-submenu menu-top menu-top-first menu-icon-dashboard menu-top-last" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
93 |
+
<div class="wp-menu-image dashicons-before dashicons-dashboard"><br></div>
|
94 |
+
<div class="wp-menu-name">Dashboard</div></a>
|
95 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
96 |
+
<li class="wp-submenu-head" aria-hidden="true">Dashboard</li>
|
97 |
+
<li class="wp-first-item"><a href="index.php" class="wp-first-item">Home</a></li>
|
98 |
+
<li><a href="update-core.php">Updates <span class="update-plugins count-6"><span class="update-count">6</span></span></a></li>
|
99 |
+
</ul>
|
100 |
+
</li>
|
101 |
+
<li class="wp-not-current-submenu wp-menu-separator" aria-hidden="true"><div class="separator"></div></li>
|
102 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-post open-if-no-js menu-top-first" id="menu-posts">
|
103 |
+
<a href="edit.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-post open-if-no-js menu-top-first" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
104 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-post"><br></div>
|
105 |
+
<div class="wp-menu-name">Posts</div></a>
|
106 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
107 |
+
<li class="wp-submenu-head" aria-hidden="true">Posts</li>
|
108 |
+
<li class="wp-first-item"><a href="edit.php" class="wp-first-item">All Posts</a></li>
|
109 |
+
<li><a href="post-new.php">Add New</a></li>
|
110 |
+
<li><a href="edit-tags.php?taxonomy=category">Categories</a></li>
|
111 |
+
<li><a href="edit-tags.php?taxonomy=post_tag">Tags</a></li>
|
112 |
+
</ul>
|
113 |
+
</li>
|
114 |
+
<li class="wp-has-submenu wp-has-current-submenu wp-menu-open menu-top menu-icon-event" id="menu-posts-event">
|
115 |
+
<a href="edit.php?post_type=event" class="wp-has-submenu wp-has-current-submenu wp-menu-open menu-top menu-icon-event"><div class="wp-menu-arrow"><div></div></div>
|
116 |
+
<div class="wp-menu-image dashicons-before dashicons-calendar"><br></div>
|
117 |
+
<div class="wp-menu-name">Events</div></a>
|
118 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
119 |
+
<li class="wp-submenu-head" aria-hidden="true">Events</li>
|
120 |
+
<li class="wp-first-item current"><a href="edit.php?post_type=event" class="wp-first-item current" aria-current="page">All Events</a></li>
|
121 |
+
<li><a href="post-new.php?post_type=event">Add New</a></li>
|
122 |
+
<li><a href="edit-tags.php?taxonomy=event-category&post_type=event">Categories</a></li>
|
123 |
+
<li><a href="edit-tags.php?taxonomy=event-tag&post_type=event">Tags</a></li>
|
124 |
+
<li><a href="edit.php?post_type=event&page=venues">Venues</a></li>
|
125 |
+
<li><a href="edit.php?post_type=event&page=calendar">Calendar View</a></li>
|
126 |
+
<li><a href="edit.php?post_type=event&page=eo-addons">Extensions</a></li>
|
127 |
+
</ul>
|
128 |
+
</li>
|
129 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-media" id="menu-media">
|
130 |
+
<a href="upload.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-media" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
131 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-media"><br></div>
|
132 |
+
<div class="wp-menu-name">Media</div></a>
|
133 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
134 |
+
<li class="wp-submenu-head" aria-hidden="true">Media</li>
|
135 |
+
<li class="wp-first-item"><a href="upload.php" class="wp-first-item">Library</a></li>
|
136 |
+
<li><a href="media-new.php">Add New</a></li>
|
137 |
+
</ul>
|
138 |
+
</li>
|
139 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-page" id="menu-pages">
|
140 |
+
<a href="edit.php?post_type=page" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-page" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
141 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-page"><br></div>
|
142 |
+
<div class="wp-menu-name">Pages</div></a>
|
143 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
144 |
+
<li class="wp-submenu-head" aria-hidden="true">Pages</li>
|
145 |
+
<li class="wp-first-item"><a href="edit.php?post_type=page" class="wp-first-item">All Pages</a></li>
|
146 |
+
<li><a href="post-new.php?post_type=page">Add New</a></li>
|
147 |
+
</ul>
|
148 |
+
</li>
|
149 |
+
<li class="wp-not-current-submenu menu-top menu-icon-comments menu-top-last" id="menu-comments">
|
150 |
+
<a href="edit-comments.php" class="wp-not-current-submenu menu-top menu-icon-comments menu-top-last"><div class="wp-menu-arrow"><div></div></div>
|
151 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-comments"><br></div>
|
152 |
+
<div class="wp-menu-name">Comments <span class="awaiting-mod count-0"><span class="pending-count">0</span></span>
|
153 |
+
</div></a>
|
154 |
+
</li>
|
155 |
+
<li class="wp-not-current-submenu wp-menu-separator" aria-hidden="true"><div class="separator"></div></li>
|
156 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-appearance menu-top-first" id="menu-appearance">
|
157 |
+
<a href="themes.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-appearance menu-top-first" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
158 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-appearance"><br></div>
|
159 |
+
<div class="wp-menu-name">Appearance</div></a>
|
160 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
161 |
+
<li class="wp-submenu-head" aria-hidden="true">Appearance</li>
|
162 |
+
<li class="wp-first-item"><a href="themes.php" class="wp-first-item">Themes</a></li>
|
163 |
+
<li class="hide-if-no-customize"><a href="customize.php?return=%2Fwp-admin%2Fedit.php%3Fpost_type%3Devent%26filter_action%3DFilter%26s%26post_status%3Dall%26action%3D-1%26m%3D0%26event-category%3D0%26event-venue%3D0%26eo_interval%3Dfuture%26paged%3D1%26action2%3D-1" class="hide-if-no-customize">Customize</a></li>
|
164 |
+
<li><a href="widgets.php">Widgets</a></li>
|
165 |
+
<li><a href="nav-menus.php">Menus</a></li>
|
166 |
+
<li><a href="theme-editor.php">Editor</a></li>
|
167 |
+
</ul>
|
168 |
+
</li>
|
169 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-plugins" id="menu-plugins">
|
170 |
+
<a href="plugins.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-plugins" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
171 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-plugins"><br></div>
|
172 |
+
<div class="wp-menu-name">Plugins <span class="update-plugins count-2"><span class="plugin-count">2</span></span>
|
173 |
+
</div></a>
|
174 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
175 |
+
<li class="wp-submenu-head" aria-hidden="true">Plugins <span class="update-plugins count-2"><span class="plugin-count">2</span></span>
|
176 |
+
</li>
|
177 |
+
<li class="wp-first-item"><a href="plugins.php" class="wp-first-item">Installed Plugins</a></li>
|
178 |
+
<li><a href="plugin-install.php">Add New</a></li>
|
179 |
+
<li><a href="plugin-editor.php">Editor</a></li>
|
180 |
+
</ul>
|
181 |
+
</li>
|
182 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-users" id="menu-users">
|
183 |
+
<a href="users.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-users" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
184 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-users"><br></div>
|
185 |
+
<div class="wp-menu-name">Users</div></a>
|
186 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
187 |
+
<li class="wp-submenu-head" aria-hidden="true">Users</li>
|
188 |
+
<li class="wp-first-item"><a href="users.php" class="wp-first-item">All Users</a></li>
|
189 |
+
<li><a href="user-new.php">Add New</a></li>
|
190 |
+
<li><a href="profile.php">Your Profile</a></li>
|
191 |
+
</ul>
|
192 |
+
</li>
|
193 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-tools" id="menu-tools">
|
194 |
+
<a href="tools.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-tools" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
195 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-tools"><br></div>
|
196 |
+
<div class="wp-menu-name">Tools</div></a>
|
197 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
198 |
+
<li class="wp-submenu-head" aria-hidden="true">Tools</li>
|
199 |
+
<li class="wp-first-item"><a href="tools.php" class="wp-first-item">Available Tools</a></li>
|
200 |
+
<li><a href="import.php">Import</a></li>
|
201 |
+
<li><a href="export.php">Export</a></li>
|
202 |
+
<li><a href="tools.php?page=export_personal_data">Export Personal Data</a></li>
|
203 |
+
<li><a href="tools.php?page=remove_personal_data">Erase Personal Data</a></li>
|
204 |
+
</ul>
|
205 |
+
</li>
|
206 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-settings menu-top-last" id="menu-settings">
|
207 |
+
<a href="options-general.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-settings menu-top-last" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
208 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-settings"><br></div>
|
209 |
+
<div class="wp-menu-name">Settings </div></a>
|
210 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
211 |
+
<li class="wp-submenu-head" aria-hidden="true">Settings </li>
|
212 |
+
<li class="wp-first-item"><a href="options-general.php" class="wp-first-item">General</a></li>
|
213 |
+
<li><a href="options-writing.php">Writing</a></li>
|
214 |
+
<li><a href="options-reading.php">Reading</a></li>
|
215 |
+
<li><a href="options-discussion.php">Discussion</a></li>
|
216 |
+
<li><a href="options-media.php">Media</a></li>
|
217 |
+
<li><a href="options-permalink.php">Permalinks</a></li>
|
218 |
+
<li><a href="privacy.php">Privacy </a></li>
|
219 |
+
<li><a href="options-general.php?page=event-settings">Event Organiser</a></li>
|
220 |
+
</ul>
|
221 |
+
</li>
|
222 |
+
<li id="collapse-menu" class="hide-if-no-js"><button type="button" id="collapse-button" aria-label="Collapse Main menu" aria-expanded="true"><span class="collapse-button-icon" aria-hidden="true"></span><span class="collapse-button-label">Collapse menu</span></button></li>
|
223 |
+
</ul>
|
224 |
+
</div>
|
225 |
+
</div>
|
226 |
+
<div id="wpcontent">
|
227 |
+
|
228 |
+
<div id="wpadminbar" class="nojq nojs">
|
229 |
+
<div class="quicklinks" id="wp-toolbar" role="navigation" aria-label="Toolbar" tabindex="0">
|
230 |
+
<ul id="wp-admin-bar-root-default" class="ab-top-menu">
|
231 |
+
<li id="wp-admin-bar-menu-toggle">
|
232 |
+
<a class="ab-item" href="#"><span class="ab-icon"></span><span class="screen-reader-text">Menu</span></a> </li>
|
233 |
+
<li id="wp-admin-bar-wp-logo" class="menupop">
|
234 |
+
<a class="ab-item" aria-haspopup="true" href="http://wordpress/wp-admin/about.php"><span class="ab-icon"></span><span class="screen-reader-text">About WordPress</span></a><div class="ab-sub-wrapper">
|
235 |
+
<ul id="wp-admin-bar-wp-logo-default" class="ab-submenu"><li id="wp-admin-bar-about">
|
236 |
+
<a class="ab-item" href="http://wordpress/wp-admin/about.php">About WordPress</a> </li></ul>
|
237 |
+
<ul id="wp-admin-bar-wp-logo-external" class="ab-sub-secondary ab-submenu">
|
238 |
+
<li id="wp-admin-bar-wporg">
|
239 |
+
<a class="ab-item" href="https://wordpress.org/">WordPress.org</a> </li>
|
240 |
+
<li id="wp-admin-bar-documentation">
|
241 |
+
<a class="ab-item" href="https://codex.wordpress.org/">Documentation</a> </li>
|
242 |
+
<li id="wp-admin-bar-support-forums">
|
243 |
+
<a class="ab-item" href="https://wordpress.org/support/">Support Forums</a> </li>
|
244 |
+
<li id="wp-admin-bar-feedback">
|
245 |
+
<a class="ab-item" href="https://wordpress.org/support/forum/requests-and-feedback">Feedback</a> </li>
|
246 |
+
</ul>
|
247 |
+
</div> </li>
|
248 |
+
<li id="wp-admin-bar-site-name" class="menupop">
|
249 |
+
<a class="ab-item" aria-haspopup="true" href="http://wordpress/">BDD WordPress</a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-site-name-default" class="ab-submenu"><li id="wp-admin-bar-view-site">
|
250 |
+
<a class="ab-item" href="http://wordpress/">Visit Site</a> </li></ul></div> </li>
|
251 |
+
<li id="wp-admin-bar-updates">
|
252 |
+
<a class="ab-item" href="http://wordpress/wp-admin/update-core.php" title="1 WordPress Update, 2 Plugin Updates, 3 Theme Updates"><span class="ab-icon"></span><span class="ab-label">6</span><span class="screen-reader-text">1 WordPress Update, 2 Plugin Updates, 3 Theme Updates</span></a> </li>
|
253 |
+
<li id="wp-admin-bar-comments">
|
254 |
+
<a class="ab-item" href="http://wordpress/wp-admin/edit-comments.php"><span class="ab-icon"></span><span class="ab-label awaiting-mod pending-count count-0" aria-hidden="true">0</span><span class="screen-reader-text">0 comments awaiting moderation</span></a> </li>
|
255 |
+
<li id="wp-admin-bar-new-content" class="menupop">
|
256 |
+
<a class="ab-item" aria-haspopup="true" href="http://wordpress/wp-admin/post-new.php"><span class="ab-icon"></span><span class="ab-label">New</span></a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-new-content-default" class="ab-submenu">
|
257 |
+
<li id="wp-admin-bar-new-post">
|
258 |
+
<a class="ab-item" href="http://wordpress/wp-admin/post-new.php">Post</a> </li>
|
259 |
+
<li id="wp-admin-bar-new-media">
|
260 |
+
<a class="ab-item" href="http://wordpress/wp-admin/media-new.php">Media</a> </li>
|
261 |
+
<li id="wp-admin-bar-new-page">
|
262 |
+
<a class="ab-item" href="http://wordpress/wp-admin/post-new.php?post_type=page">Page</a> </li>
|
263 |
+
<li id="wp-admin-bar-new-event">
|
264 |
+
<a class="ab-item" href="http://wordpress/wp-admin/post-new.php?post_type=event">Event</a> </li>
|
265 |
+
<li id="wp-admin-bar-new-user">
|
266 |
+
<a class="ab-item" href="http://wordpress/wp-admin/user-new.php">User</a> </li>
|
267 |
+
</ul></div> </li>
|
268 |
+
<li id="wp-admin-bar-archive">
|
269 |
+
<a class="ab-item" href="http://wordpress/events/event/">View Posts</a> </li>
|
270 |
+
</ul>
|
271 |
+
<ul id="wp-admin-bar-top-secondary" class="ab-top-secondary ab-top-menu"><li id="wp-admin-bar-my-account" class="menupop with-avatar">
|
272 |
+
<a class="ab-item" aria-haspopup="true" href="http://wordpress/wp-admin/profile.php">Howdy, <span class="display-name">admin</span><img alt="" src="http://0.gravatar.com/avatar/fec8fc482f0b7680030aa28962900033?s=26&d=mm&r=g" srcset="http://0.gravatar.com/avatar/fec8fc482f0b7680030aa28962900033?s=52&d=mm&r=g 2x" class="avatar avatar-26 photo" height="26" width="26"></a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-user-actions" class="ab-submenu">
|
273 |
+
<li id="wp-admin-bar-user-info">
|
274 |
+
<a class="ab-item" tabindex="-1" href="http://wordpress/wp-admin/profile.php"><img alt="" src="http://0.gravatar.com/avatar/fec8fc482f0b7680030aa28962900033?s=64&d=mm&r=g" srcset="http://0.gravatar.com/avatar/fec8fc482f0b7680030aa28962900033?s=128&d=mm&r=g 2x" class="avatar avatar-64 photo" height="64" width="64"><span class="display-name">admin</span></a> </li>
|
275 |
+
<li id="wp-admin-bar-edit-profile">
|
276 |
+
<a class="ab-item" href="http://wordpress/wp-admin/profile.php">Edit My Profile</a> </li>
|
277 |
+
<li id="wp-admin-bar-logout">
|
278 |
+
<a class="ab-item" href="http://wordpress/wp-login.php?action=logout&_wpnonce=f9e2bb366b">Log Out</a> </li>
|
279 |
+
</ul></div> </li></ul>
|
280 |
+
</div>
|
281 |
+
<a class="screen-reader-shortcut" href="http://wordpress/wp-login.php?action=logout&_wpnonce=f9e2bb366b">Log Out</a>
|
282 |
+
</div>
|
283 |
+
|
284 |
+
|
285 |
+
<div id="wpbody" role="main">
|
286 |
+
|
287 |
+
<div id="wpbody-content" aria-label="Main content" tabindex="0">
|
288 |
+
<div id="screen-meta" class="metabox-prefs">
|
289 |
+
|
290 |
+
<div id="contextual-help-wrap" class="hidden" tabindex="-1" aria-label="Contextual Help Tab">
|
291 |
+
<div id="contextual-help-back"></div>
|
292 |
+
<div id="contextual-help-columns">
|
293 |
+
<div class="contextual-help-tabs">
|
294 |
+
<ul>
|
295 |
+
<li id="tab-link-overview" class="active">
|
296 |
+
<a href="#tab-panel-overview" aria-controls="tab-panel-overview">
|
297 |
+
Overview </a>
|
298 |
+
</li>
|
299 |
+
</ul>
|
300 |
+
</div>
|
301 |
+
|
302 |
+
<div class="contextual-help-sidebar">
|
303 |
+
<p> <strong>For more information</strong>See the <a target="_blank" href="http://docs.wp-event-organiser.com/"> documentation</a></p>
|
304 |
+
<p><strong><a href="http://wordpress/wp-admin/edit.php?post_type=event&page=debug">Debugging Event Organiser</a></strong></p>
|
305 |
+
<p><strong><a href="http://wordpress/wp-admin/index.php?page=eo-pro">Go Pro!</a></strong></p> </div>
|
306 |
+
|
307 |
+
<div class="contextual-help-tabs-wrap">
|
308 |
+
|
309 |
+
<div id="tab-panel-overview" class="help-tab-content active">
|
310 |
+
<p>This is the list of all saved events. Note that <strong> recurring events appear as a single row </strong> in the table and the start and end date refers to the first occurrence of that event.</p> </div>
|
311 |
+
</div>
|
312 |
+
</div>
|
313 |
+
</div>
|
314 |
+
<div id="screen-options-wrap" class="hidden" tabindex="-1" aria-label="Screen Options Tab">
|
315 |
+
<form id="adv-settings" method="post">
|
316 |
+
<fieldset class="metabox-prefs">
|
317 |
+
<legend>Columns</legend>
|
318 |
+
<label><input class="hide-column-tog" name="taxonomy-event-category-hide" type="checkbox" id="taxonomy-event-category-hide" value="taxonomy-event-category" checked>Categories</label>
|
319 |
+
<label><input class="hide-column-tog" name="venue-hide" type="checkbox" id="venue-hide" value="venue" checked>Venue</label>
|
320 |
+
<label><input class="hide-column-tog" name="datestart-hide" type="checkbox" id="datestart-hide" value="datestart" checked>Start Date/Time</label>
|
321 |
+
<label><input class="hide-column-tog" name="dateend-hide" type="checkbox" id="dateend-hide" value="dateend" checked>End Date/Time</label>
|
322 |
+
<label><input class="hide-column-tog" name="reoccurence-hide" type="checkbox" id="reoccurence-hide" value="reoccurence" checked>Recurrence</label>
|
323 |
+
</fieldset>
|
324 |
+
<fieldset class="screen-options">
|
325 |
+
<legend>Pagination</legend>
|
326 |
+
<label for="edit_event_per_page">Number of items per page:</label>
|
327 |
+
<input type="number" step="1" min="1" max="999" class="screen-per-page" name="wp_screen_options[value]" id="edit_event_per_page" maxlength="3" value="20"><input type="hidden" name="wp_screen_options[option]" value="edit_event_per_page">
|
328 |
+
</fieldset>
|
329 |
+
<fieldset class="metabox-prefs view-mode">
|
330 |
+
<legend>View Mode</legend>
|
331 |
+
<label for="list-view-mode">
|
332 |
+
<input id="list-view-mode" type="radio" name="mode" value="list" checked>
|
333 |
+
List View </label>
|
334 |
+
<label for="excerpt-view-mode">
|
335 |
+
<input id="excerpt-view-mode" type="radio" name="mode" value="excerpt">
|
336 |
+
Excerpt View </label>
|
337 |
+
</fieldset>
|
338 |
+
<p class="submit"><input type="submit" name="screen-options-apply" id="screen-options-apply" class="button button-primary" value="Apply"></p>
|
339 |
+
<input type="hidden" id="screenoptionnonce" name="screenoptionnonce" value="7131c7c302">
|
340 |
+
</form>
|
341 |
+
</div> </div>
|
342 |
+
<div id="screen-meta-links">
|
343 |
+
<div id="contextual-help-link-wrap" class="hide-if-no-js screen-meta-toggle">
|
344 |
+
<button type="button" id="contextual-help-link" class="button show-settings" aria-controls="contextual-help-wrap" aria-expanded="false">Help</button>
|
345 |
+
</div>
|
346 |
+
<div id="screen-options-link-wrap" class="hide-if-no-js screen-meta-toggle">
|
347 |
+
<button type="button" id="show-settings-link" class="button show-settings" aria-controls="screen-options-wrap" aria-expanded="false">Screen Options</button>
|
348 |
+
</div>
|
349 |
+
</div>
|
350 |
+
<div class="update-nag">
|
351 |
+
<a href="https://codex.wordpress.org/Version_5.1">WordPress 5.1</a> is available! <a href="http://wordpress/wp-admin/update-core.php" aria-label="Please update WordPress now">Please update now</a>.</div>
|
352 |
+
<div class="notice eventorganiser-notice notice-warning" id="eventorganiser-notice-google_maps_api">
|
353 |
+
<form action="" method="post">
|
354 |
+
<h4>Enter a Google Maps API key</h4>
|
355 |
+
<p>Google Maps now requires you register for an API key. If you wish to use maps on your site, <a href="http://wordpress/wp-admin/options-general.php?page=event-settings#google_api_key">please enter your key</a>.</p>
|
356 |
+
<button type="submit" class="notice-dismiss eventorganiser-dismiss">
|
357 |
+
<span class="screen-reader-text">Dismiss this notice</span>
|
358 |
+
</button>
|
359 |
+
<input type="hidden" name="action" value="eventorganiser-dismiss-notice"><input type="hidden" name="_wpnonce" value="4869bb9e0f"><input type="hidden" name="notice" value="google_maps_api">
|
360 |
+
</form>
|
361 |
+
</div>
|
362 |
+
<div class="wrap">
|
363 |
+
<h1 class="wp-heading-inline">Events</h1>
|
364 |
+
|
365 |
+
<a href="http://wordpress/wp-admin/post-new.php?post_type=event" class="page-title-action">Add New</a>
|
366 |
+
<hr class="wp-header-end">
|
367 |
+
<h2 class="screen-reader-text">Filter events list</h2>
|
368 |
+
<ul class="subsubsub">
|
369 |
+
<li class="all">
|
370 |
+
<a href="edit.php?post_type=event">All <span class="count">(7)</span></a> |</li>
|
371 |
+
<li class="publish"><a href="edit.php?post_status=publish&post_type=event">Published <span class="count">(7)</span></a></li>
|
372 |
+
</ul>
|
373 |
+
<form id="posts-filter" method="get">
|
374 |
+
|
375 |
+
<p class="search-box">
|
376 |
+
<label class="screen-reader-text" for="post-search-input">Search events:</label>
|
377 |
+
<input type="search" id="post-search-input" name="s" value=""><input type="submit" id="search-submit" class="button" value="Search events"></p>
|
378 |
+
|
379 |
+
<input type="hidden" name="post_status" class="post_status_page" value="all"><input type="hidden" name="post_type" class="post_type_page" value="event"><input type="hidden" id="_wpnonce" name="_wpnonce" value="969fbb1735"><input type="hidden" name="_wp_http_referer" value="/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=0&event-venue=0&eo_interval=future&paged=1&action2=-1"><div class="tablenav top">
|
380 |
+
|
381 |
+
<div class="alignleft actions bulkactions">
|
382 |
+
<label for="bulk-action-selector-top" class="screen-reader-text">Select bulk action</label><select name="action" id="bulk-action-selector-top"><option value="-1">Bulk Actions</option>
|
383 |
+
<option value="edit" class="hide-if-no-js">Edit</option>
|
384 |
+
<option value="trash">Move to Trash</option></select><input type="submit" id="doaction" class="button action" value="Apply">
|
385 |
+
</div>
|
386 |
+
<div class="alignleft actions">
|
387 |
+
<label for="filter-by-date" class="screen-reader-text">Filter by date</label>
|
388 |
+
<select name="m" id="filter-by-date"><option selected value="0">All dates</option>
|
389 |
+
<option value="201902">February 2019</option></select><select name="event-category" id="event-category" class="postform"><option value="0" selected>View all categories</option>
|
390 |
+
<option class="level-0" value="childrens">Children’s</option>
|
391 |
+
<option class="level-0" value="food-drink">Food & Drink</option>
|
392 |
+
<option class="level-0" value="literature">Literature</option>
|
393 |
+
<option class="level-0" value="music">Music</option></select><select name="event-venue" id="event-venue" class="postform"><option value="0" selected>View all venues</option>
|
394 |
+
<option class="level-0" value="akva">Akva</option>
|
395 |
+
<option class="level-0" value="dragonfly">Dragonfly</option>
|
396 |
+
<option class="level-0" value="living-room">Living Room</option></select><select style="width:150px;" name="eo_interval" id="show-events-in-interval" class="postform"><option value="all"> View all events </option>
|
397 |
+
<option value="future" selected> Future events </option>
|
398 |
+
<option value="expired"> Expired events </option>
|
399 |
+
<option value="P1D"> Events within 24 hours </option>
|
400 |
+
<option value="P1W"> Events within 1 week </option>
|
401 |
+
<option value="P2W"> Events within 2 weeks </option>
|
402 |
+
<option value="P1M"> Events within 1 month </option>
|
403 |
+
<option value="P6M"> Events within 6 months </option>
|
404 |
+
<option value="P1Y"> Events within 1 year </option></select><input type="submit" name="filter_action" id="post-query-submit" class="button" value="Filter">
|
405 |
+
</div>
|
406 |
+
<div class="tablenav-pages one-page">
|
407 |
+
<span class="displaying-num">6 items</span>
|
408 |
+
<span class="pagination-links"><span class="tablenav-pages-navspan" aria-hidden="true">«</span>
|
409 |
+
<span class="tablenav-pages-navspan" aria-hidden="true">‹</span>
|
410 |
+
<span class="paging-input"><label for="current-page-selector" class="screen-reader-text">Current Page</label><input class="current-page" id="current-page-selector" type="text" name="paged" value="1" size="1" aria-describedby="table-paging"><span class="tablenav-paging-text"> of <span class="total-pages">1</span></span></span>
|
411 |
+
<span class="tablenav-pages-navspan" aria-hidden="true">›</span>
|
412 |
+
<span class="tablenav-pages-navspan" aria-hidden="true">»</span></span>
|
413 |
+
</div>
|
414 |
+
<br class="clear">
|
415 |
+
</div>
|
416 |
+
<h2 class="screen-reader-text">Events list</h2>
|
417 |
+
<table class="wp-list-table widefat fixed striped posts">
|
418 |
+
<thead><tr>
|
419 |
+
<td id="cb" class="manage-column column-cb check-column">
|
420 |
+
<label class="screen-reader-text" for="cb-select-all-1">Select All</label><input id="cb-select-all-1" type="checkbox">
|
421 |
+
</td>
|
422 |
+
<th scope="col" id="title" class="manage-column column-title column-primary sortable desc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=0&event-venue=0&eo_interval=future&action2=-1&orderby=title&order=asc"><span>Event</span><span class="sorting-indicator"></span></a></th>
|
423 |
+
<th scope="col" id="taxonomy-event-category" class="manage-column column-taxonomy-event-category">Categories</th>
|
424 |
+
<th scope="col" id="venue" class="manage-column column-venue">Venue</th>
|
425 |
+
<th scope="col" id="datestart" class="manage-column column-datestart sortable desc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=0&event-venue=0&eo_interval=future&action2=-1&orderby=eventstart&order=asc"><span>Start Date/Time</span><span class="sorting-indicator"></span></a></th>
|
426 |
+
<th scope="col" id="dateend" class="manage-column column-dateend sortable desc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=0&event-venue=0&eo_interval=future&action2=-1&orderby=eventend&order=asc"><span>End Date/Time</span><span class="sorting-indicator"></span></a></th>
|
427 |
+
<th scope="col" id="reoccurence" class="manage-column column-reoccurence">Recurrence</th> </tr></thead>
|
428 |
+
<tbody id="the-list">
|
429 |
+
<tr id="post-6" class="iedit author-other level-0 post-6 type-event status-publish hentry event-category-childrens entry">
|
430 |
+
<th scope="row" class="check-column"> <label class="screen-reader-text" for="cb-select-6">Select Yearly</label>
|
431 |
+
<input id="cb-select-6" type="checkbox" name="post[]" value="6"><div class="locked-indicator">
|
432 |
+
<span class="locked-indicator-icon" aria-hidden="true"></span>
|
433 |
+
<span class="screen-reader-text">“Yearly” is locked</span>
|
434 |
+
</div>
|
435 |
+
</th>
|
436 |
+
<td class="title column-title has-row-actions column-primary page-title" data-colname="Event">
|
437 |
+
<div class="locked-info">
|
438 |
+
<span class="locked-avatar"></span> <span class="locked-text"></span>
|
439 |
+
</div>
|
440 |
+
<strong><a class="row-title" href="http://wordpress/wp-admin/post.php?post=6&action=edit" aria-label="“Yearly” (Edit)">Yearly</a></strong>
|
441 |
+
|
442 |
+
<div class="hidden" id="inline_6">
|
443 |
+
<div class="post_title">Yearly</div>
|
444 |
+
<div class="post_name">yearly</div>
|
445 |
+
<div class="post_author">0</div>
|
446 |
+
<div class="comment_status">closed</div>
|
447 |
+
<div class="ping_status">closed</div>
|
448 |
+
<div class="_status">publish</div>
|
449 |
+
<div class="jj">28</div>
|
450 |
+
<div class="mm">02</div>
|
451 |
+
<div class="aa">2019</div>
|
452 |
+
<div class="hh">23</div>
|
453 |
+
<div class="mn">07</div>
|
454 |
+
<div class="ss">30</div>
|
455 |
+
<div class="post_password"></div>
|
456 |
+
<div class="page_template">default</div>
|
457 |
+
<div class="post_category" id="event-category_6">2</div>
|
458 |
+
<div class="tags_input" id="event-tag_6"></div>
|
459 |
+
<div class="sticky"></div>
|
460 |
+
</div>
|
461 |
+
<div class="row-actions">
|
462 |
+
<span class="edit"><a href="http://wordpress/wp-admin/post.php?post=6&action=edit" aria-label="Edit “Yearly”">Edit</a> | </span><span class="inline hide-if-no-js"><a href="#" class="editinline" aria-label="Quick edit “Yearly” inline">Quick Edit</a> | </span><span class="trash"><a href="http://wordpress/wp-admin/post.php?post=6&action=trash&_wpnonce=16b746b1ba" class="submitdelete" aria-label="Move “Yearly” to the Trash">Trash</a> | </span><span class="view"><a href="http://wordpress/events/event/yearly/" rel="bookmark" aria-label="View “Yearly”">View</a></span>
|
463 |
+
</div>
|
464 |
+
<button type="button" class="toggle-row"><span class="screen-reader-text">Show more details</span></button>
|
465 |
+
</td>
|
466 |
+
<td class="taxonomy-event-category column-taxonomy-event-category" data-colname="Categories"><a href="edit.php?post_type=event&event-category=childrens">Children’s</a></td>
|
467 |
+
<td class="venue column-venue" data-colname="Venue">
|
468 |
+
<span aria-hidden="true">—</span><span class="screen-reader-text">No Venue</span>
|
469 |
+
</td>
|
470 |
+
<td class="datestart column-datestart" data-colname="Start Date/Time">Jan, 1 2112</td>
|
471 |
+
<td class="dateend column-dateend" data-colname="End Date/Time">Jan, 1 2112</td>
|
472 |
+
<td class="reoccurence column-reoccurence" data-colname="Recurrence">every year until Jan, 1st 2115</td> </tr>
|
473 |
+
<tr id="post-5" class="iedit author-other level-0 post-5 type-event status-publish hentry event-venue-akva event-category-food-drink entry">
|
474 |
+
<th scope="row" class="check-column"> <label class="screen-reader-text" for="cb-select-5">Select Monthly 2</label>
|
475 |
+
<input id="cb-select-5" type="checkbox" name="post[]" value="5"><div class="locked-indicator">
|
476 |
+
<span class="locked-indicator-icon" aria-hidden="true"></span>
|
477 |
+
<span class="screen-reader-text">“Monthly 2” is locked</span>
|
478 |
+
</div>
|
479 |
+
</th>
|
480 |
+
<td class="title column-title has-row-actions column-primary page-title" data-colname="Event">
|
481 |
+
<div class="locked-info">
|
482 |
+
<span class="locked-avatar"></span> <span class="locked-text"></span>
|
483 |
+
</div>
|
484 |
+
<strong><a class="row-title" href="http://wordpress/wp-admin/post.php?post=5&action=edit" aria-label="“Monthly 2” (Edit)">Monthly 2</a></strong>
|
485 |
+
|
486 |
+
<div class="hidden" id="inline_5">
|
487 |
+
<div class="post_title">Monthly 2</div>
|
488 |
+
<div class="post_name">monthly-2</div>
|
489 |
+
<div class="post_author">0</div>
|
490 |
+
<div class="comment_status">closed</div>
|
491 |
+
<div class="ping_status">closed</div>
|
492 |
+
<div class="_status">publish</div>
|
493 |
+
<div class="jj">28</div>
|
494 |
+
<div class="mm">02</div>
|
495 |
+
<div class="aa">2019</div>
|
496 |
+
<div class="hh">23</div>
|
497 |
+
<div class="mn">07</div>
|
498 |
+
<div class="ss">29</div>
|
499 |
+
<div class="post_password"></div>
|
500 |
+
<div class="page_template">default</div>
|
501 |
+
<div class="post_category" id="event-category_5">3</div>
|
502 |
+
<div class="tags_input" id="event-tag_5"></div>
|
503 |
+
<div class="sticky"></div>
|
504 |
+
</div>
|
505 |
+
<div class="row-actions">
|
506 |
+
<span class="edit"><a href="http://wordpress/wp-admin/post.php?post=5&action=edit" aria-label="Edit “Monthly 2”">Edit</a> | </span><span class="inline hide-if-no-js"><a href="#" class="editinline" aria-label="Quick edit “Monthly 2” inline">Quick Edit</a> | </span><span class="trash"><a href="http://wordpress/wp-admin/post.php?post=5&action=trash&_wpnonce=e82e5d08c6" class="submitdelete" aria-label="Move “Monthly 2” to the Trash">Trash</a> | </span><span class="view"><a href="http://wordpress/events/event/monthly-2/" rel="bookmark" aria-label="View “Monthly 2”">View</a></span>
|
507 |
+
</div>
|
508 |
+
<button type="button" class="toggle-row"><span class="screen-reader-text">Show more details</span></button>
|
509 |
+
</td>
|
510 |
+
<td class="taxonomy-event-category column-taxonomy-event-category" data-colname="Categories"><a href="edit.php?post_type=event&event-category=food-drink">Food & Drink</a></td>
|
511 |
+
<td class="venue column-venue" data-colname="Venue">
|
512 |
+
<a href="/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=0&event-venue=akva&eo_interval=future&paged=1&action2=-1">Akva</a><input type="hidden" value="6">
|
513 |
+
</td>
|
514 |
+
<td class="datestart column-datestart" data-colname="Start Date/Time">Jan, 15 2115<br>8:45 am</td>
|
515 |
+
<td class="dateend column-dateend" data-colname="End Date/Time">Jan, 15 2115<br>11:00 am</td>
|
516 |
+
<td class="reoccurence column-reoccurence" data-colname="Recurrence">every month on the third Tuesday until Dec, 17th 2115</td> </tr>
|
517 |
+
<tr id="post-4" class="iedit author-other level-0 post-4 type-event status-publish hentry entry">
|
518 |
+
<th scope="row" class="check-column"> <label class="screen-reader-text" for="cb-select-4">Select Monthly 1</label>
|
519 |
+
<input id="cb-select-4" type="checkbox" name="post[]" value="4"><div class="locked-indicator">
|
520 |
+
<span class="locked-indicator-icon" aria-hidden="true"></span>
|
521 |
+
<span class="screen-reader-text">“Monthly 1” is locked</span>
|
522 |
+
</div>
|
523 |
+
</th>
|
524 |
+
<td class="title column-title has-row-actions column-primary page-title" data-colname="Event">
|
525 |
+
<div class="locked-info">
|
526 |
+
<span class="locked-avatar"></span> <span class="locked-text"></span>
|
527 |
+
</div>
|
528 |
+
<strong><a class="row-title" href="http://wordpress/wp-admin/post.php?post=4&action=edit" aria-label="“Monthly 1” (Edit)">Monthly 1</a></strong>
|
529 |
+
|
530 |
+
<div class="hidden" id="inline_4">
|
531 |
+
<div class="post_title">Monthly 1</div>
|
532 |
+
<div class="post_name">monthly-1</div>
|
533 |
+
<div class="post_author">0</div>
|
534 |
+
<div class="comment_status">closed</div>
|
535 |
+
<div class="ping_status">closed</div>
|
536 |
+
<div class="_status">publish</div>
|
537 |
+
<div class="jj">28</div>
|
538 |
+
<div class="mm">02</div>
|
539 |
+
<div class="aa">2019</div>
|
540 |
+
<div class="hh">23</div>
|
541 |
+
<div class="mn">07</div>
|
542 |
+
<div class="ss">28</div>
|
543 |
+
<div class="post_password"></div>
|
544 |
+
<div class="page_template">default</div>
|
545 |
+
<div class="post_category" id="event-category_4"></div>
|
546 |
+
<div class="tags_input" id="event-tag_4"></div>
|
547 |
+
<div class="sticky"></div>
|
548 |
+
</div>
|
549 |
+
<div class="row-actions">
|
550 |
+
<span class="edit"><a href="http://wordpress/wp-admin/post.php?post=4&action=edit" aria-label="Edit “Monthly 1”">Edit</a> | </span><span class="inline hide-if-no-js"><a href="#" class="editinline" aria-label="Quick edit “Monthly 1” inline">Quick Edit</a> | </span><span class="trash"><a href="http://wordpress/wp-admin/post.php?post=4&action=trash&_wpnonce=0f92e47bc7" class="submitdelete" aria-label="Move “Monthly 1” to the Trash">Trash</a> | </span><span class="view"><a href="http://wordpress/events/event/monthly-1/" rel="bookmark" aria-label="View “Monthly 1”">View</a></span>
|
551 |
+
</div>
|
552 |
+
<button type="button" class="toggle-row"><span class="screen-reader-text">Show more details</span></button>
|
553 |
+
</td>
|
554 |
+
<td class="taxonomy-event-category column-taxonomy-event-category" data-colname="Categories">
|
555 |
+
<span aria-hidden="true">—</span><span class="screen-reader-text">No categories</span>
|
556 |
+
</td>
|
557 |
+
<td class="venue column-venue" data-colname="Venue">
|
558 |
+
<span aria-hidden="true">—</span><span class="screen-reader-text">No Venue</span>
|
559 |
+
</td>
|
560 |
+
<td class="datestart column-datestart" data-colname="Start Date/Time">Jan, 15 2115<br>9:45 am</td>
|
561 |
+
<td class="dateend column-dateend" data-colname="End Date/Time">Jan, 15 2115<br>10:00 am</td>
|
562 |
+
<td class="reoccurence column-reoccurence" data-colname="Recurrence">every month on the 15th until Dec, 15th 2115</td> </tr>
|
563 |
+
<tr id="post-1" class="iedit author-other level-0 post-1 type-event status-publish hentry event-venue-living-room event-category-music entry">
|
564 |
+
<th scope="row" class="check-column"> <label class="screen-reader-text" for="cb-select-1">Select Single</label>
|
565 |
+
<input id="cb-select-1" type="checkbox" name="post[]" value="1"><div class="locked-indicator">
|
566 |
+
<span class="locked-indicator-icon" aria-hidden="true"></span>
|
567 |
+
<span class="screen-reader-text">“Single” is locked</span>
|
568 |
+
</div>
|
569 |
+
</th>
|
570 |
+
<td class="title column-title has-row-actions column-primary page-title" data-colname="Event">
|
571 |
+
<div class="locked-info">
|
572 |
+
<span class="locked-avatar"></span> <span class="locked-text"></span>
|
573 |
+
</div>
|
574 |
+
<strong><a class="row-title" href="http://wordpress/wp-admin/post.php?post=1&action=edit" aria-label="“Single” (Edit)">Single</a></strong>
|
575 |
+
|
576 |
+
<div class="hidden" id="inline_1">
|
577 |
+
<div class="post_title">Single</div>
|
578 |
+
<div class="post_name">single</div>
|
579 |
+
<div class="post_author">0</div>
|
580 |
+
<div class="comment_status">closed</div>
|
581 |
+
<div class="ping_status">closed</div>
|
582 |
+
<div class="_status">publish</div>
|
583 |
+
<div class="jj">28</div>
|
584 |
+
<div class="mm">02</div>
|
585 |
+
<div class="aa">2019</div>
|
586 |
+
<div class="hh">23</div>
|
587 |
+
<div class="mn">07</div>
|
588 |
+
<div class="ss">26</div>
|
589 |
+
<div class="post_password"></div>
|
590 |
+
<div class="page_template">default</div>
|
591 |
+
<div class="post_category" id="event-category_1">5</div>
|
592 |
+
<div class="tags_input" id="event-tag_1"></div>
|
593 |
+
<div class="sticky"></div>
|
594 |
+
</div>
|
595 |
+
<div class="row-actions">
|
596 |
+
<span class="edit"><a href="http://wordpress/wp-admin/post.php?post=1&action=edit" aria-label="Edit “Single”">Edit</a> | </span><span class="inline hide-if-no-js"><a href="#" class="editinline" aria-label="Quick edit “Single” inline">Quick Edit</a> | </span><span class="trash"><a href="http://wordpress/wp-admin/post.php?post=1&action=trash&_wpnonce=fab69b6d57" class="submitdelete" aria-label="Move “Single” to the Trash">Trash</a> | </span><span class="view"><a href="http://wordpress/events/event/single/" rel="bookmark" aria-label="View “Single”">View</a></span>
|
597 |
+
</div>
|
598 |
+
<button type="button" class="toggle-row"><span class="screen-reader-text">Show more details</span></button>
|
599 |
+
</td>
|
600 |
+
<td class="taxonomy-event-category column-taxonomy-event-category" data-colname="Categories"><a href="edit.php?post_type=event&event-category=music">Music</a></td>
|
601 |
+
<td class="venue column-venue" data-colname="Venue">
|
602 |
+
<a href="/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=0&event-venue=living-room&eo_interval=future&paged=1&action2=-1">Living Room</a><input type="hidden" value="7">
|
603 |
+
</td>
|
604 |
+
<td class="datestart column-datestart" data-colname="Start Date/Time">Apr, 30 2115<br>1:00 pm</td>
|
605 |
+
<td class="dateend column-dateend" data-colname="End Date/Time">Apr, 30 2115<br>2:00 pm</td>
|
606 |
+
<td class="reoccurence column-reoccurence" data-colname="Recurrence">one time only</td> </tr>
|
607 |
+
<tr id="post-2" class="iedit author-other level-0 post-2 type-event status-publish hentry event-venue-dragonfly entry">
|
608 |
+
<th scope="row" class="check-column"> <label class="screen-reader-text" for="cb-select-2">Select Daily</label>
|
609 |
+
<input id="cb-select-2" type="checkbox" name="post[]" value="2"><div class="locked-indicator">
|
610 |
+
<span class="locked-indicator-icon" aria-hidden="true"></span>
|
611 |
+
<span class="screen-reader-text">“Daily” is locked</span>
|
612 |
+
</div>
|
613 |
+
</th>
|
614 |
+
<td class="title column-title has-row-actions column-primary page-title" data-colname="Event">
|
615 |
+
<div class="locked-info">
|
616 |
+
<span class="locked-avatar"></span> <span class="locked-text"></span>
|
617 |
+
</div>
|
618 |
+
<strong><a class="row-title" href="http://wordpress/wp-admin/post.php?post=2&action=edit" aria-label="“Daily” (Edit)">Daily</a></strong>
|
619 |
+
|
620 |
+
<div class="hidden" id="inline_2">
|
621 |
+
<div class="post_title">Daily</div>
|
622 |
+
<div class="post_name">daily</div>
|
623 |
+
<div class="post_author">0</div>
|
624 |
+
<div class="comment_status">closed</div>
|
625 |
+
<div class="ping_status">closed</div>
|
626 |
+
<div class="_status">publish</div>
|
627 |
+
<div class="jj">28</div>
|
628 |
+
<div class="mm">02</div>
|
629 |
+
<div class="aa">2019</div>
|
630 |
+
<div class="hh">23</div>
|
631 |
+
<div class="mn">07</div>
|
632 |
+
<div class="ss">27</div>
|
633 |
+
<div class="post_password"></div>
|
634 |
+
<div class="page_template">default</div>
|
635 |
+
<div class="post_category" id="event-category_2"></div>
|
636 |
+
<div class="tags_input" id="event-tag_2"></div>
|
637 |
+
<div class="sticky"></div>
|
638 |
+
</div>
|
639 |
+
<div class="row-actions">
|
640 |
+
<span class="edit"><a href="http://wordpress/wp-admin/post.php?post=2&action=edit" aria-label="Edit “Daily”">Edit</a> | </span><span class="inline hide-if-no-js"><a href="#" class="editinline" aria-label="Quick edit “Daily” inline">Quick Edit</a> | </span><span class="trash"><a href="http://wordpress/wp-admin/post.php?post=2&action=trash&_wpnonce=5d6588e832" class="submitdelete" aria-label="Move “Daily” to the Trash">Trash</a> | </span><span class="view"><a href="http://wordpress/events/event/daily/" rel="bookmark" aria-label="View “Daily”">View</a></span>
|
641 |
+
</div>
|
642 |
+
<button type="button" class="toggle-row"><span class="screen-reader-text">Show more details</span></button>
|
643 |
+
</td>
|
644 |
+
<td class="taxonomy-event-category column-taxonomy-event-category" data-colname="Categories">
|
645 |
+
<span aria-hidden="true">—</span><span class="screen-reader-text">No categories</span>
|
646 |
+
</td>
|
647 |
+
<td class="venue column-venue" data-colname="Venue">
|
648 |
+
<a href="/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=0&event-venue=dragonfly&eo_interval=future&paged=1&action2=-1">Dragonfly</a><input type="hidden" value="8">
|
649 |
+
</td>
|
650 |
+
<td class="datestart column-datestart" data-colname="Start Date/Time">May, 1 2115</td>
|
651 |
+
<td class="dateend column-dateend" data-colname="End Date/Time">May, 1 2115</td>
|
652 |
+
<td class="reoccurence column-reoccurence" data-colname="Recurrence">every day until May, 15th 2115</td> </tr>
|
653 |
+
<tr id="post-3" class="iedit author-other level-0 post-3 type-event status-publish hentry event-venue-akva event-category-literature event-category-music entry">
|
654 |
+
<th scope="row" class="check-column"> <label class="screen-reader-text" for="cb-select-3">Select Weekly</label>
|
655 |
+
<input id="cb-select-3" type="checkbox" name="post[]" value="3"><div class="locked-indicator">
|
656 |
+
<span class="locked-indicator-icon" aria-hidden="true"></span>
|
657 |
+
<span class="screen-reader-text">“Weekly” is locked</span>
|
658 |
+
</div>
|
659 |
+
</th>
|
660 |
+
<td class="title column-title has-row-actions column-primary page-title" data-colname="Event">
|
661 |
+
<div class="locked-info">
|
662 |
+
<span class="locked-avatar"></span> <span class="locked-text"></span>
|
663 |
+
</div>
|
664 |
+
<strong><a class="row-title" href="http://wordpress/wp-admin/post.php?post=3&action=edit" aria-label="“Weekly” (Edit)">Weekly</a></strong>
|
665 |
+
|
666 |
+
<div class="hidden" id="inline_3">
|
667 |
+
<div class="post_title">Weekly</div>
|
668 |
+
<div class="post_name">weekly</div>
|
669 |
+
<div class="post_author">0</div>
|
670 |
+
<div class="comment_status">closed</div>
|
671 |
+
<div class="ping_status">closed</div>
|
672 |
+
<div class="_status">publish</div>
|
673 |
+
<div class="jj">28</div>
|
674 |
+
<div class="mm">02</div>
|
675 |
+
<div class="aa">2019</div>
|
676 |
+
<div class="hh">23</div>
|
677 |
+
<div class="mn">07</div>
|
678 |
+
<div class="ss">28</div>
|
679 |
+
<div class="post_password"></div>
|
680 |
+
<div class="page_template">default</div>
|
681 |
+
<div class="post_category" id="event-category_3">4,5</div>
|
682 |
+
<div class="tags_input" id="event-tag_3"></div>
|
683 |
+
<div class="sticky"></div>
|
684 |
+
</div>
|
685 |
+
<div class="row-actions">
|
686 |
+
<span class="edit"><a href="http://wordpress/wp-admin/post.php?post=3&action=edit" aria-label="Edit “Weekly”">Edit</a> | </span><span class="inline hide-if-no-js"><a href="#" class="editinline" aria-label="Quick edit “Weekly” inline">Quick Edit</a> | </span><span class="trash"><a href="http://wordpress/wp-admin/post.php?post=3&action=trash&_wpnonce=05ce2fe3ab" class="submitdelete" aria-label="Move “Weekly” to the Trash">Trash</a> | </span><span class="view"><a href="http://wordpress/events/event/weekly/" rel="bookmark" aria-label="View “Weekly”">View</a></span>
|
687 |
+
</div>
|
688 |
+
<button type="button" class="toggle-row"><span class="screen-reader-text">Show more details</span></button>
|
689 |
+
</td>
|
690 |
+
<td class="taxonomy-event-category column-taxonomy-event-category" data-colname="Categories">
|
691 |
+
<a href="edit.php?post_type=event&event-category=literature">Literature</a>, <a href="edit.php?post_type=event&event-category=music">Music</a>
|
692 |
+
</td>
|
693 |
+
<td class="venue column-venue" data-colname="Venue">
|
694 |
+
<a href="/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=0&event-venue=akva&eo_interval=future&paged=1&action2=-1">Akva</a><input type="hidden" value="6">
|
695 |
+
</td>
|
696 |
+
<td class="datestart column-datestart" data-colname="Start Date/Time">Jun, 1 2115<br>7:30 pm</td>
|
697 |
+
<td class="dateend column-dateend" data-colname="End Date/Time">Jun, 1 2115<br>9:30 pm</td>
|
698 |
+
<td class="reoccurence column-reoccurence" data-colname="Recurrence">every 2 weeks on Saturday until Jun, 29th 2115</td> </tr>
|
699 |
+
</tbody>
|
700 |
+
<tfoot><tr>
|
701 |
+
<td class="manage-column column-cb check-column">
|
702 |
+
<label class="screen-reader-text" for="cb-select-all-2">Select All</label><input id="cb-select-all-2" type="checkbox">
|
703 |
+
</td>
|
704 |
+
<th scope="col" class="manage-column column-title column-primary sortable desc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=0&event-venue=0&eo_interval=future&action2=-1&orderby=title&order=asc"><span>Event</span><span class="sorting-indicator"></span></a></th>
|
705 |
+
<th scope="col" class="manage-column column-taxonomy-event-category">Categories</th>
|
706 |
+
<th scope="col" class="manage-column column-venue">Venue</th>
|
707 |
+
<th scope="col" class="manage-column column-datestart sortable desc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=0&event-venue=0&eo_interval=future&action2=-1&orderby=eventstart&order=asc"><span>Start Date/Time</span><span class="sorting-indicator"></span></a></th>
|
708 |
+
<th scope="col" class="manage-column column-dateend sortable desc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=0&event-venue=0&eo_interval=future&action2=-1&orderby=eventend&order=asc"><span>End Date/Time</span><span class="sorting-indicator"></span></a></th>
|
709 |
+
<th scope="col" class="manage-column column-reoccurence">Recurrence</th> </tr></tfoot>
|
710 |
+
</table>
|
711 |
+
<div class="tablenav bottom">
|
712 |
+
|
713 |
+
<div class="alignleft actions bulkactions">
|
714 |
+
<label for="bulk-action-selector-bottom" class="screen-reader-text">Select bulk action</label><select name="action2" id="bulk-action-selector-bottom"><option value="-1">Bulk Actions</option>
|
715 |
+
<option value="edit" class="hide-if-no-js">Edit</option>
|
716 |
+
<option value="trash">Move to Trash</option></select><input type="submit" id="doaction2" class="button action" value="Apply">
|
717 |
+
</div>
|
718 |
+
<div class="alignleft actions">
|
719 |
+
</div>
|
720 |
+
<div class="tablenav-pages one-page">
|
721 |
+
<span class="displaying-num">6 items</span>
|
722 |
+
<span class="pagination-links"><span class="tablenav-pages-navspan" aria-hidden="true">«</span>
|
723 |
+
<span class="tablenav-pages-navspan" aria-hidden="true">‹</span>
|
724 |
+
<span class="screen-reader-text">Current Page</span><span id="table-paging" class="paging-input"><span class="tablenav-paging-text">1 of <span class="total-pages">1</span></span></span>
|
725 |
+
<span class="tablenav-pages-navspan" aria-hidden="true">›</span>
|
726 |
+
<span class="tablenav-pages-navspan" aria-hidden="true">»</span></span>
|
727 |
+
</div>
|
728 |
+
<br class="clear">
|
729 |
+
</div>
|
730 |
+
|
731 |
+
</form>
|
732 |
+
|
733 |
+
|
734 |
+
<form method="get"><table style="display: none"><tbody id="inlineedit">
|
735 |
+
<tr id="inline-edit" class="inline-edit-row inline-edit-row-post quick-edit-row quick-edit-row-post inline-edit-event" style="display: none"><td colspan="7" class="colspanchange">
|
736 |
+
|
737 |
+
<fieldset class="inline-edit-col-left">
|
738 |
+
<legend class="inline-edit-legend">Quick Edit</legend>
|
739 |
+
<div class="inline-edit-col">
|
740 |
+
|
741 |
+
<label>
|
742 |
+
<span class="title">Title</span>
|
743 |
+
<span class="input-text-wrap"><input type="text" name="post_title" class="ptitle" value=""></span>
|
744 |
+
</label>
|
745 |
+
|
746 |
+
|
747 |
+
<label>
|
748 |
+
<span class="title">Slug</span>
|
749 |
+
<span class="input-text-wrap"><input type="text" name="post_name" value=""></span>
|
750 |
+
</label>
|
751 |
+
|
752 |
+
|
753 |
+
<fieldset class="inline-edit-date">
|
754 |
+
<legend><span class="title">Date</span></legend>
|
755 |
+
<div class="timestamp-wrap">
|
756 |
+
<label><span class="screen-reader-text">Month</span><select name="mm"><option value="01" data-text="Jan">01-Jan</option>
|
757 |
+
<option value="02" data-text="Feb" selected>02-Feb</option>
|
758 |
+
<option value="03" data-text="Mar">03-Mar</option>
|
759 |
+
<option value="04" data-text="Apr">04-Apr</option>
|
760 |
+
<option value="05" data-text="May">05-May</option>
|
761 |
+
<option value="06" data-text="Jun">06-Jun</option>
|
762 |
+
<option value="07" data-text="Jul">07-Jul</option>
|
763 |
+
<option value="08" data-text="Aug">08-Aug</option>
|
764 |
+
<option value="09" data-text="Sep">09-Sep</option>
|
765 |
+
<option value="10" data-text="Oct">10-Oct</option>
|
766 |
+
<option value="11" data-text="Nov">11-Nov</option>
|
767 |
+
<option value="12" data-text="Dec">12-Dec</option></select></label> <label><span class="screen-reader-text">Day</span><input type="text" name="jj" value="28" size="2" maxlength="2" autocomplete="off"></label>, <label><span class="screen-reader-text">Year</span><input type="text" name="aa" value="2019" size="4" maxlength="4" autocomplete="off"></label> @ <label><span class="screen-reader-text">Hour</span><input type="text" name="hh" value="23" size="2" maxlength="2" autocomplete="off"></label>:<label><span class="screen-reader-text">Minute</span><input type="text" name="mn" value="07" size="2" maxlength="2" autocomplete="off"></label>
|
768 |
+
</div>
|
769 |
+
<input type="hidden" id="ss" name="ss" value="30">
|
770 |
+
</fieldset>
|
771 |
+
<br class="clear"><label class="inline-edit-author"><span class="title">Author</span><select name="post_author" class="authors"><option value="1">admin (admin)</option></select></label>
|
772 |
+
<div class="inline-edit-group wp-clearfix">
|
773 |
+
<label class="alignleft">
|
774 |
+
<span class="title">Password</span>
|
775 |
+
<span class="input-text-wrap"><input type="text" name="post_password" class="inline-edit-password-input" value=""></span>
|
776 |
+
</label>
|
777 |
+
|
778 |
+
<em class="alignleft inline-edit-or">
|
779 |
+
–OR– </em>
|
780 |
+
<label class="alignleft inline-edit-private">
|
781 |
+
<input type="checkbox" name="keep_private" value="private"><span class="checkbox-title">Private</span>
|
782 |
+
</label>
|
783 |
+
</div>
|
784 |
+
|
785 |
+
|
786 |
+
</div>
|
787 |
+
</fieldset>
|
788 |
+
<fieldset class="inline-edit-col-center inline-edit-categories"><div class="inline-edit-col">
|
789 |
+
|
790 |
+
|
791 |
+
<span class="title inline-edit-categories-label">Categories</span>
|
792 |
+
<input type="hidden" name="tax_input[event-category][]" value="0"><ul class="cat-checklist event-category-checklist">
|
793 |
+
<li id="event-category-2" class="popular-category"><label class="selectit"><input value="2" type="checkbox" name="tax_input[event-category][]" id="in-event-category-2"> Children's</label></li>
|
794 |
+
|
795 |
+
<li id="event-category-3" class="popular-category"><label class="selectit"><input value="3" type="checkbox" name="tax_input[event-category][]" id="in-event-category-3"> Food & Drink</label></li>
|
796 |
+
|
797 |
+
<li id="event-category-4" class="popular-category"><label class="selectit"><input value="4" type="checkbox" name="tax_input[event-category][]" id="in-event-category-4"> Literature</label></li>
|
798 |
+
|
799 |
+
<li id="event-category-5" class="popular-category"><label class="selectit"><input value="5" type="checkbox" name="tax_input[event-category][]" id="in-event-category-5"> Music</label></li>
|
800 |
+
</ul>
|
801 |
+
</div></fieldset>
|
802 |
+
<fieldset class="inline-edit-col-right"><div class="inline-edit-col">
|
803 |
+
|
804 |
+
|
805 |
+
|
806 |
+
|
807 |
+
<label class="inline-edit-tags">
|
808 |
+
<span class="title">Event Tags</span>
|
809 |
+
<textarea data-wp-taxonomy="event-tag" cols="22" rows="1" name="tax_input[event-tag]" class="tax_input_event-tag"></textarea></label>
|
810 |
+
|
811 |
+
|
812 |
+
|
813 |
+
|
814 |
+
<div class="inline-edit-group wp-clearfix">
|
815 |
+
<label class="inline-edit-status alignleft">
|
816 |
+
<span class="title">Status</span>
|
817 |
+
<select name="_status"><option value="publish">Published</option>
|
818 |
+
<option value="future">Scheduled</option>
|
819 |
+
<option value="pending">Pending Review</option>
|
820 |
+
<option value="draft">Draft</option></select></label>
|
821 |
+
|
822 |
+
|
823 |
+
</div>
|
824 |
+
|
825 |
+
|
826 |
+
</div></fieldset>
|
827 |
+
<fieldset class="inline-edit-col-left">
|
828 |
+
<div class="inline-edit-col">
|
829 |
+
<input type="hidden" id="_eononce" name="_eononce" value="fc14353d53"><input type="hidden" name="_wp_http_referer" value="/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=0&event-venue=0&eo_interval=future&paged=1&action2=-1"><label class="">
|
830 |
+
<span class="title">Venue</span>
|
831 |
+
<select name="eo_input[event-venue]" id="eventorganiser_venue" class="postform"><option value="0" selected>No Venue</option>
|
832 |
+
<option class="level-0" value="6">Akva</option>
|
833 |
+
<option class="level-0" value="8">Dragonfly</option>
|
834 |
+
<option class="level-0" value="7">Living Room</option></select></label>
|
835 |
+
</div>
|
836 |
+
</fieldset>
|
837 |
+
<div class="submit inline-edit-save">
|
838 |
+
<button type="button" class="button cancel alignleft">Cancel</button>
|
839 |
+
<input type="hidden" id="_inline_edit" name="_inline_edit" value="1775a1bf5d"><button type="button" class="button button-primary save alignright">Update</button>
|
840 |
+
<span class="spinner"></span>
|
841 |
+
<input type="hidden" name="post_view" value="list"><input type="hidden" name="screen" value="edit-event"><br class="clear"><div class="notice notice-error notice-alt inline hidden">
|
842 |
+
<p class="error"></p>
|
843 |
+
</div>
|
844 |
+
</div>
|
845 |
+
</td></tr>
|
846 |
+
<tr id="bulk-edit" class="inline-edit-row inline-edit-row-post bulk-edit-row bulk-edit-row-post bulk-edit-event" style="display: none"><td colspan="7" class="colspanchange">
|
847 |
+
|
848 |
+
<fieldset class="inline-edit-col-left">
|
849 |
+
<legend class="inline-edit-legend">Bulk Edit</legend>
|
850 |
+
<div class="inline-edit-col">
|
851 |
+
<div id="bulk-title-div">
|
852 |
+
<div id="bulk-titles"></div>
|
853 |
+
</div>
|
854 |
+
|
855 |
+
|
856 |
+
|
857 |
+
|
858 |
+
</div>
|
859 |
+
</fieldset>
|
860 |
+
<fieldset class="inline-edit-col-right"><div class="inline-edit-col">
|
861 |
+
|
862 |
+
<label class="inline-edit-author"><span class="title">Author</span><select name="post_author" class="authors"><option value="-1">— No Change —</option>
|
863 |
+
<option value="1">admin (admin)</option></select></label>
|
864 |
+
|
865 |
+
|
866 |
+
|
867 |
+
<div class="inline-edit-group wp-clearfix">
|
868 |
+
<label class="inline-edit-status alignleft">
|
869 |
+
<span class="title">Status</span>
|
870 |
+
<select name="_status"><option value="-1">— No Change —</option>
|
871 |
+
<option value="publish">Published</option>
|
872 |
+
<option value="future">Scheduled</option>
|
873 |
+
<option value="private">Private</option>
|
874 |
+
<option value="pending">Pending Review</option>
|
875 |
+
<option value="draft">Draft</option></select></label>
|
876 |
+
|
877 |
+
|
878 |
+
</div>
|
879 |
+
|
880 |
+
|
881 |
+
</div></fieldset>
|
882 |
+
<fieldset class="inline-edit-col-left">
|
883 |
+
<div class="inline-edit-col">
|
884 |
+
<input type="hidden" id="_eononce" name="_eononce" value="fc14353d53"><input type="hidden" name="_wp_http_referer" value="/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=0&event-venue=0&eo_interval=future&paged=1&action2=-1"><label class="">
|
885 |
+
<span class="title">Venue</span>
|
886 |
+
<select name="eo_input[event-venue]" id="eventorganiser_venue_bulk" class="postform"><option value="-1">— No Change —</option>
|
887 |
+
<option class="level-0" value="6">Akva</option>
|
888 |
+
<option class="level-0" value="8">Dragonfly</option>
|
889 |
+
<option class="level-0" value="7">Living Room</option></select></label>
|
890 |
+
</div>
|
891 |
+
</fieldset>
|
892 |
+
<div class="submit inline-edit-save">
|
893 |
+
<button type="button" class="button cancel alignleft">Cancel</button>
|
894 |
+
<input type="submit" name="bulk_edit" id="bulk_edit" class="button button-primary alignright" value="Update"><input type="hidden" name="post_view" value="list"><input type="hidden" name="screen" value="edit-event"><br class="clear"><div class="notice notice-error notice-alt inline hidden">
|
895 |
+
<p class="error"></p>
|
896 |
+
</div>
|
897 |
+
</div>
|
898 |
+
</td></tr>
|
899 |
+
</tbody></table></form>
|
900 |
+
|
901 |
+
<div id="ajax-response"></div>
|
902 |
+
<br class="clear">
|
903 |
+
</div>
|
904 |
+
|
905 |
+
|
906 |
+
<div class="clear"></div>
|
907 |
+
</div>
|
908 |
+
<!-- wpbody-content -->
|
909 |
+
<div class="clear"></div>
|
910 |
+
</div>
|
911 |
+
<!-- wpbody -->
|
912 |
+
<div class="clear"></div>
|
913 |
+
</div>
|
914 |
+
<!-- wpcontent -->
|
915 |
+
|
916 |
+
<div id="wpfooter" role="contentinfo">
|
917 |
+
<p id="footer-left" class="alignleft">
|
918 |
+
<span id="footer-thankyou">Thank you for creating with <a href="https://wordpress.org/">WordPress</a>.</span> </p>
|
919 |
+
<p id="footer-upgrade" class="alignright">
|
920 |
+
<strong><a href="http://wordpress/wp-admin/update-core.php">Get Version 5.1</a></strong> </p>
|
921 |
+
<div class="clear"></div>
|
922 |
+
</div>
|
923 |
+
<div id="wp-auth-check-wrap" class="hidden">
|
924 |
+
<div id="wp-auth-check-bg"></div>
|
925 |
+
<div id="wp-auth-check">
|
926 |
+
<button type="button" class="wp-auth-check-close button-link"><span class="screen-reader-text">Close dialog</span></button>
|
927 |
+
<div id="wp-auth-check-form" class="loading" data-src="http://wordpress/wp-login.php?interim-login=1&wp_lang=en_US"></div>
|
928 |
+
<div class="wp-auth-fallback">
|
929 |
+
<p><b class="wp-auth-fallback-expired" tabindex="0">Session expired</b></p>
|
930 |
+
<p><a href="http://wordpress/wp-login.php" target="_blank">Please log in again.</a>
|
931 |
+
The login page will open in a new window. After logging in you can close it and return to this page.</p>
|
932 |
+
</div>
|
933 |
+
</div>
|
934 |
+
</div>
|
935 |
+
|
936 |
+
<script type="text/javascript">
|
937 |
+
/* <![CDATA[ */
|
938 |
+
var commonL10n = {"warnDelete":"You are about to permanently delete these items from your site.\nThis action cannot be undone.\n 'Cancel' to stop, 'OK' to delete.","dismiss":"Dismiss this notice.","collapseMenu":"Collapse Main menu","expandMenu":"Expand Main menu"};var uiAutocompleteL10n = {"noResults":"No results found.","oneResult":"1 result found. Use up and down arrow keys to navigate.","manyResults":"%d results found. Use up and down arrow keys to navigate.","itemSelected":"Item selected."};var tagsSuggestL10n = {"tagDelimiter":",","removeTerm":"Remove term:","termSelected":"Term selected.","termAdded":"Term added.","termRemoved":"Term removed."};var inlineEditL10n = {"error":"Error while saving the changes.","ntdeltitle":"Remove From Bulk Edit","notitle":"(no title)","comma":",","saved":"Changes saved."};/* ]]> */
|
939 |
+
</script><script type="text/javascript" src="http://wordpress/wp-admin/load-scripts.php?c=0&load%5B%5D=hoverIntent,common,admin-bar,jquery-ui-core,jquery-ui-widget,jquery-ui-position,jquery-ui-menu,wp-a11y,jquery-ui-autocomplete,ta&load%5B%5D=gs-suggest,inline-edit-post&ver=5.0.3"></script><script type="text/javascript" src="http://wordpress/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=7.0.0"></script><script type="text/javascript">
|
940 |
+
( 'fetch' in window ) || document.write( '<script src="http://wordpress/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js?ver=3.0.0">' + 'ipt>' );( document.contains ) || document.write( '<script src="http://wordpress/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js?ver=3.26.0-0">' + 'ipt>' );( window.FormData && window.FormData.prototype.keys ) || document.write( '<script src="http://wordpress/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js?ver=3.0.12">' + 'ipt>' );( Element.prototype.matches && Element.prototype.closest ) || document.write( '<script src="http://wordpress/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js?ver=2.0.2">' + 'ipt>' );
|
941 |
+
</script><script type="text/javascript" src="http://wordpress/wp-includes/js/dist/hooks.min.js?ver=2.0.4"></script><script type="text/javascript">
|
942 |
+
/* <![CDATA[ */
|
943 |
+
var heartbeatSettings = {"nonce":"e68099e201"};
|
944 |
+
/* ]]> */
|
945 |
+
</script><script type="text/javascript" src="http://wordpress/wp-includes/js/heartbeat.min.js?ver=5.0.3"></script><script type="text/javascript" src="http://wordpress/wp-admin/js/svg-painter.js?ver=5.0.3"></script><script type="text/javascript">
|
946 |
+
/* <![CDATA[ */
|
947 |
+
var authcheckL10n = {"beforeunload":"Your session has expired. You can log in again from this page or go to the login page.","interval":"180"};
|
948 |
+
/* ]]> */
|
949 |
+
</script><script type="text/javascript" src="http://wordpress/wp-includes/js/wp-auth-check.min.js?ver=5.0.3"></script><style>
|
950 |
+
.eventorganiser-notice {position: relative;}
|
951 |
+
/* Backwards compatability with 4.1 and earlier */
|
952 |
+
/* @see https://core.trac.wordpress.org/ticket/31233 */
|
953 |
+
.eventorganiser-dismiss:before {
|
954 |
+
background: none;
|
955 |
+
color: #b4b9be;
|
956 |
+
content: "\f153";
|
957 |
+
display: block;
|
958 |
+
font: normal 16px/20px dashicons;
|
959 |
+
speak: none;
|
960 |
+
height: 20px;
|
961 |
+
text-align: center;
|
962 |
+
width: 20px;
|
963 |
+
-webkit-font-smoothing: antialiased;
|
964 |
+
-moz-osx-font-smoothing: grayscale;
|
965 |
+
}
|
966 |
+
|
967 |
+
.eventorganiser-dismiss {
|
968 |
+
position: absolute;
|
969 |
+
top: 0;
|
970 |
+
right: 1px;
|
971 |
+
border: none;
|
972 |
+
margin: 0;
|
973 |
+
padding: 9px;
|
974 |
+
background: none;
|
975 |
+
color: #b4b9be;
|
976 |
+
cursor: pointer;
|
977 |
+
}
|
978 |
+
|
979 |
+
.eventorganiser-dismiss:hover:before,
|
980 |
+
.eventorganiser-dismiss:active:before,
|
981 |
+
.eventorganiser-dismiss:focus:before {
|
982 |
+
color: #c00;
|
983 |
+
}
|
984 |
+
|
985 |
+
.eventorganiser-dismiss:focus {
|
986 |
+
outline: none;
|
987 |
+
-webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
|
988 |
+
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
|
989 |
+
}
|
990 |
+
|
991 |
+
.ie8 .eventorganiser-dismiss:focus {outline: 1px solid #5b9dd9;}
|
992 |
+
|
993 |
+
@media screen and ( max-width: 782px ) {
|
994 |
+
.eventorganiser-dismiss {padding: 13px;}
|
995 |
+
}
|
996 |
+
</style>
|
997 |
+
<script type="text/javascript">
|
998 |
+
jQuery(document).ready(function ($){
|
999 |
+
var dismissClass = 'eventorganiser-dismiss';
|
1000 |
+
var ajaxaction = 'eventorganiser-dismiss-notice';
|
1001 |
+
var _wpnonce = '8fdd5cb8f2';
|
1002 |
+
var noticeClass = 'eventorganiser-notice';
|
1003 |
+
|
1004 |
+
jQuery('.'+dismissClass).click(function(e){
|
1005 |
+
e.preventDefault();
|
1006 |
+
var noticeID= $(this).parents('.'+noticeClass).attr('id').substring(noticeClass.length+1);
|
1007 |
+
$('#'+noticeClass+'-'+noticeID).fadeOut('slow');
|
1008 |
+
$.post(ajaxurl,
|
1009 |
+
{
|
1010 |
+
action: ajaxaction,
|
1011 |
+
notice: noticeID,
|
1012 |
+
_wpnonce: _wpnonce
|
1013 |
+
},
|
1014 |
+
function (response) {
|
1015 |
+
if ('1' !== response) {
|
1016 |
+
$('#'+noticeClass+'-'+noticeID).removeClass('updated notice-success').addClass('notice-error error').show();
|
1017 |
+
}
|
1018 |
+
}
|
1019 |
+
);
|
1020 |
+
});
|
1021 |
+
});
|
1022 |
+
</script><script type="text/javascript">
|
1023 |
+
var compressionNonce = "3ccf6fec60";
|
1024 |
+
var testCompression = {
|
1025 |
+
get : function(test) {
|
1026 |
+
var x;
|
1027 |
+
if ( window.XMLHttpRequest ) {
|
1028 |
+
x = new XMLHttpRequest();
|
1029 |
+
} else {
|
1030 |
+
try{x=new ActiveXObject('Msxml2.XMLHTTP');}catch(e){try{x=new ActiveXObject('Microsoft.XMLHTTP');}catch(e){};}
|
1031 |
+
}
|
1032 |
+
|
1033 |
+
if (x) {
|
1034 |
+
x.onreadystatechange = function() {
|
1035 |
+
var r, h;
|
1036 |
+
if ( x.readyState == 4 ) {
|
1037 |
+
r = x.responseText.substr(0, 18);
|
1038 |
+
h = x.getResponseHeader('Content-Encoding');
|
1039 |
+
testCompression.check(r, h, test);
|
1040 |
+
}
|
1041 |
+
};
|
1042 |
+
|
1043 |
+
x.open('GET', ajaxurl + '?action=wp-compression-test&test='+test+'&_ajax_nonce='+compressionNonce+'&'+(new Date()).getTime(), true);
|
1044 |
+
x.send('');
|
1045 |
+
}
|
1046 |
+
},
|
1047 |
+
|
1048 |
+
check : function(r, h, test) {
|
1049 |
+
if ( ! r && ! test )
|
1050 |
+
this.get(1);
|
1051 |
+
|
1052 |
+
if ( 1 == test ) {
|
1053 |
+
if ( h && ( h.match(/deflate/i) || h.match(/gzip/i) ) )
|
1054 |
+
this.get('no');
|
1055 |
+
else
|
1056 |
+
this.get(2);
|
1057 |
+
|
1058 |
+
return;
|
1059 |
+
}
|
1060 |
+
|
1061 |
+
if ( 2 == test ) {
|
1062 |
+
if ( '"wpCompressionTest' == r )
|
1063 |
+
this.get('yes');
|
1064 |
+
else
|
1065 |
+
this.get('no');
|
1066 |
+
}
|
1067 |
+
}
|
1068 |
+
};
|
1069 |
+
testCompression.check();
|
1070 |
+
</script><div class="clear"></div>
|
1071 |
+
</div>
|
1072 |
+
<!-- wpwrap -->
|
1073 |
+
<script type="text/javascript">if(typeof wpOnload=='function')wpOnload();</script>
|
1074 |
+
</body>
|
failed-scenerios/events-admin-list-135.html
ADDED
@@ -0,0 +1,848 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
<!--<![endif]--><head>
|
3 |
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
4 |
+
<title>Events ‹ BDD WordPress — WordPress</title>
|
5 |
+
<script type="text/javascript">
|
6 |
+
addLoadEvent = function(func){if(typeof jQuery!="undefined")jQuery(document).ready(func);else if(typeof wpOnload!='function'){wpOnload=func;}else{var oldonload=wpOnload;wpOnload=function(){oldonload();func();}}};
|
7 |
+
var ajaxurl = '/wp-admin/admin-ajax.php',
|
8 |
+
pagenow = 'edit-event',
|
9 |
+
typenow = 'event',
|
10 |
+
adminpage = 'edit-php',
|
11 |
+
thousandsSeparator = ',',
|
12 |
+
decimalPoint = '.',
|
13 |
+
isRtl = 0;
|
14 |
+
</script><meta name="viewport" content="width=device-width,initial-scale=1.0">
|
15 |
+
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com">
|
16 |
+
<link rel="dns-prefetch" href="//s.w.org">
|
17 |
+
<style type="text/css">
|
18 |
+
img.wp-smiley,
|
19 |
+
img.emoji {
|
20 |
+
display: inline !important;
|
21 |
+
border: none !important;
|
22 |
+
box-shadow: none !important;
|
23 |
+
height: 1em !important;
|
24 |
+
width: 1em !important;
|
25 |
+
margin: 0 .07em !important;
|
26 |
+
vertical-align: -0.1em !important;
|
27 |
+
background: none !important;
|
28 |
+
padding: 0 !important;
|
29 |
+
}
|
30 |
+
</style>
|
31 |
+
<script type="text/javascript">
|
32 |
+
var eventorganiser = eventorganiser || {};
|
33 |
+
eventorganiser.wp_version = '5.0.3';
|
34 |
+
</script><link rel="stylesheet" href="http://wordpress/wp-admin/load-styles.php?c=0&dir=ltr&load%5B%5D=farbtastic,dashicons,admin-bar,common,forms,admin-menu,dashboard,list-tables,edit,revisions,media,themes,about,nav-menus,wp-poin&load%5B%5D=ter,widgets,site-icon,l10n,buttons,wp-auth-check&ver=5.0.3" type="text/css" media="all">
|
35 |
+
<link rel="stylesheet" id="eo-leaflet.js-css" href="http://cdnjs.cloudflare.com/ajax/libs/leaflet/1.3.1/leaflet.css?ver=5.0.3" type="text/css" media="all">
|
36 |
+
<style id="eo-leaflet.js-inline-css" type="text/css">
|
37 |
+
.leaflet-popup-close-button{box-shadow:none!important;}
|
38 |
+
</style>
|
39 |
+
<!--[if lte IE 7]>
|
40 |
+
<link rel='stylesheet' id='ie-css' href='http://wordpress/wp-admin/css/ie.min.css?ver=5.0.3' type='text/css' media='all' />
|
41 |
+
<![endif]--><link rel="stylesheet" id="eventorganiser-jquery-ui-style-css" href="http://wordpress/wp-content/plugins/event-organiser/css/eventorganiser-jquery-ui.min.css?ver=3.7.4" type="text/css" media="all">
|
42 |
+
<link rel="stylesheet" id="eventorganiser-style-css" href="http://wordpress/wp-content/plugins/event-organiser/css/eventorganiser-admin-style.min.css?ver=3.7.4" type="text/css" media="all">
|
43 |
+
<script type="text/javascript">
|
44 |
+
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/wordpress\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.0.3"}};
|
45 |
+
!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);
|
46 |
+
</script><script type="text/javascript">
|
47 |
+
/* <![CDATA[ */
|
48 |
+
var userSettings = {"url":"\/","uid":"1","time":"1551395283","secure":""};/* ]]> */
|
49 |
+
</script><script type="text/javascript" src="http://wordpress/wp-admin/load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils,farbtastic&ver=5.0.3"></script><script type="text/javascript">
|
50 |
+
jQuery(document).ready(function() {
|
51 |
+
jQuery( '#the-list' ).on( 'click', 'a.editinline', function() {
|
52 |
+
jQuery( '#eventorganiser_venue option' ).attr("selected", false);
|
53 |
+
var id = inlineEditPost.getId(this);
|
54 |
+
var val = parseInt(jQuery( '#post-' + id + ' td.column-venue input' ).val() );
|
55 |
+
jQuery( '#eventorganiser_venue option[value="'+val+'"]' ).attr( 'selected', 'selected' );
|
56 |
+
});
|
57 |
+
});
|
58 |
+
</script><style>#wpadminbar {z-index:0!important;}</style>
|
59 |
+
<link id="wp-admin-canonical" rel="canonical" href="http://wordpress/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=literature&event-venue=0&eo_interval=all&paged=1&action2=-1">
|
60 |
+
<script>
|
61 |
+
if ( window.history.replaceState ) {
|
62 |
+
window.history.replaceState( null, null, document.getElementById( 'wp-admin-canonical' ).href + window.location.hash );
|
63 |
+
}
|
64 |
+
</script><script type="text/javascript">var _wpColorScheme = {"icons":{"base":"#82878c","focus":"#00a0d2","current":"#fff"}};</script><style type="text/css" media="print">#wpadminbar { display:none; }</style>
|
65 |
+
</head>
|
66 |
+
<body class="wp-admin wp-core-ui no-js edit-php auto-fold admin-bar post-type-event branch-5 version-5-0-3 admin-color-fresh locale-en-us no-customize-support no-svg">
|
67 |
+
<script type="text/javascript">
|
68 |
+
document.body.className = document.body.className.replace('no-js','js');
|
69 |
+
</script><!--[if lte IE 8]>
|
70 |
+
<script type="text/javascript">
|
71 |
+
document.body.className = document.body.className.replace( /(^|\s)(no-)?customize-support(?=\s|$)/, '' ) + ' no-customize-support';
|
72 |
+
</script>
|
73 |
+
<![endif]--><!--[if gte IE 9]><!--><script type="text/javascript">
|
74 |
+
(function() {
|
75 |
+
var request, b = document.body, c = 'className', cs = 'customize-support', rcs = new RegExp('(^|\\s+)(no-)?'+cs+'(\\s+|$)');
|
76 |
+
|
77 |
+
request = true;
|
78 |
+
|
79 |
+
b[c] = b[c].replace( rcs, ' ' );
|
80 |
+
// The customizer requires postMessage and CORS (if the site is cross domain)
|
81 |
+
b[c] += ( window.postMessage && request ? ' ' : ' no-' ) + cs;
|
82 |
+
}());
|
83 |
+
</script><!--<![endif]--><div id="wpwrap">
|
84 |
+
|
85 |
+
<div id="adminmenumain" role="navigation" aria-label="Main menu">
|
86 |
+
<a href="#wpbody-content" class="screen-reader-shortcut">Skip to main content</a>
|
87 |
+
<a href="#wp-toolbar" class="screen-reader-shortcut">Skip to toolbar</a>
|
88 |
+
<div id="adminmenuback"></div>
|
89 |
+
<div id="adminmenuwrap">
|
90 |
+
<ul id="adminmenu">
|
91 |
+
<li class="wp-first-item wp-has-submenu wp-not-current-submenu menu-top menu-top-first menu-icon-dashboard menu-top-last" id="menu-dashboard">
|
92 |
+
<a href="index.php" class="wp-first-item wp-has-submenu wp-not-current-submenu menu-top menu-top-first menu-icon-dashboard menu-top-last" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
93 |
+
<div class="wp-menu-image dashicons-before dashicons-dashboard"><br></div>
|
94 |
+
<div class="wp-menu-name">Dashboard</div></a>
|
95 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
96 |
+
<li class="wp-submenu-head" aria-hidden="true">Dashboard</li>
|
97 |
+
<li class="wp-first-item"><a href="index.php" class="wp-first-item">Home</a></li>
|
98 |
+
<li><a href="update-core.php">Updates <span class="update-plugins count-6"><span class="update-count">6</span></span></a></li>
|
99 |
+
</ul>
|
100 |
+
</li>
|
101 |
+
<li class="wp-not-current-submenu wp-menu-separator" aria-hidden="true"><div class="separator"></div></li>
|
102 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-post open-if-no-js menu-top-first" id="menu-posts">
|
103 |
+
<a href="edit.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-post open-if-no-js menu-top-first" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
104 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-post"><br></div>
|
105 |
+
<div class="wp-menu-name">Posts</div></a>
|
106 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
107 |
+
<li class="wp-submenu-head" aria-hidden="true">Posts</li>
|
108 |
+
<li class="wp-first-item"><a href="edit.php" class="wp-first-item">All Posts</a></li>
|
109 |
+
<li><a href="post-new.php">Add New</a></li>
|
110 |
+
<li><a href="edit-tags.php?taxonomy=category">Categories</a></li>
|
111 |
+
<li><a href="edit-tags.php?taxonomy=post_tag">Tags</a></li>
|
112 |
+
</ul>
|
113 |
+
</li>
|
114 |
+
<li class="wp-has-submenu wp-has-current-submenu wp-menu-open menu-top menu-icon-event" id="menu-posts-event">
|
115 |
+
<a href="edit.php?post_type=event" class="wp-has-submenu wp-has-current-submenu wp-menu-open menu-top menu-icon-event"><div class="wp-menu-arrow"><div></div></div>
|
116 |
+
<div class="wp-menu-image dashicons-before dashicons-calendar"><br></div>
|
117 |
+
<div class="wp-menu-name">Events</div></a>
|
118 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
119 |
+
<li class="wp-submenu-head" aria-hidden="true">Events</li>
|
120 |
+
<li class="wp-first-item current"><a href="edit.php?post_type=event" class="wp-first-item current" aria-current="page">All Events</a></li>
|
121 |
+
<li><a href="post-new.php?post_type=event">Add New</a></li>
|
122 |
+
<li><a href="edit-tags.php?taxonomy=event-category&post_type=event">Categories</a></li>
|
123 |
+
<li><a href="edit-tags.php?taxonomy=event-tag&post_type=event">Tags</a></li>
|
124 |
+
<li><a href="edit.php?post_type=event&page=venues">Venues</a></li>
|
125 |
+
<li><a href="edit.php?post_type=event&page=calendar">Calendar View</a></li>
|
126 |
+
<li><a href="edit.php?post_type=event&page=eo-addons">Extensions</a></li>
|
127 |
+
</ul>
|
128 |
+
</li>
|
129 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-media" id="menu-media">
|
130 |
+
<a href="upload.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-media" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
131 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-media"><br></div>
|
132 |
+
<div class="wp-menu-name">Media</div></a>
|
133 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
134 |
+
<li class="wp-submenu-head" aria-hidden="true">Media</li>
|
135 |
+
<li class="wp-first-item"><a href="upload.php" class="wp-first-item">Library</a></li>
|
136 |
+
<li><a href="media-new.php">Add New</a></li>
|
137 |
+
</ul>
|
138 |
+
</li>
|
139 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-page" id="menu-pages">
|
140 |
+
<a href="edit.php?post_type=page" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-page" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
141 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-page"><br></div>
|
142 |
+
<div class="wp-menu-name">Pages</div></a>
|
143 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
144 |
+
<li class="wp-submenu-head" aria-hidden="true">Pages</li>
|
145 |
+
<li class="wp-first-item"><a href="edit.php?post_type=page" class="wp-first-item">All Pages</a></li>
|
146 |
+
<li><a href="post-new.php?post_type=page">Add New</a></li>
|
147 |
+
</ul>
|
148 |
+
</li>
|
149 |
+
<li class="wp-not-current-submenu menu-top menu-icon-comments menu-top-last" id="menu-comments">
|
150 |
+
<a href="edit-comments.php" class="wp-not-current-submenu menu-top menu-icon-comments menu-top-last"><div class="wp-menu-arrow"><div></div></div>
|
151 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-comments"><br></div>
|
152 |
+
<div class="wp-menu-name">Comments <span class="awaiting-mod count-0"><span class="pending-count">0</span></span>
|
153 |
+
</div></a>
|
154 |
+
</li>
|
155 |
+
<li class="wp-not-current-submenu wp-menu-separator" aria-hidden="true"><div class="separator"></div></li>
|
156 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-appearance menu-top-first" id="menu-appearance">
|
157 |
+
<a href="themes.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-appearance menu-top-first" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
158 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-appearance"><br></div>
|
159 |
+
<div class="wp-menu-name">Appearance</div></a>
|
160 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
161 |
+
<li class="wp-submenu-head" aria-hidden="true">Appearance</li>
|
162 |
+
<li class="wp-first-item"><a href="themes.php" class="wp-first-item">Themes</a></li>
|
163 |
+
<li class="hide-if-no-customize"><a href="customize.php?return=%2Fwp-admin%2Fedit.php%3Fpost_type%3Devent%26filter_action%3DFilter%26s%26post_status%3Dall%26action%3D-1%26m%3D0%26event-category%3Dliterature%26event-venue%3D0%26eo_interval%3Dall%26paged%3D1%26action2%3D-1" class="hide-if-no-customize">Customize</a></li>
|
164 |
+
<li><a href="widgets.php">Widgets</a></li>
|
165 |
+
<li><a href="nav-menus.php">Menus</a></li>
|
166 |
+
<li><a href="theme-editor.php">Editor</a></li>
|
167 |
+
</ul>
|
168 |
+
</li>
|
169 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-plugins" id="menu-plugins">
|
170 |
+
<a href="plugins.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-plugins" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
171 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-plugins"><br></div>
|
172 |
+
<div class="wp-menu-name">Plugins <span class="update-plugins count-2"><span class="plugin-count">2</span></span>
|
173 |
+
</div></a>
|
174 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
175 |
+
<li class="wp-submenu-head" aria-hidden="true">Plugins <span class="update-plugins count-2"><span class="plugin-count">2</span></span>
|
176 |
+
</li>
|
177 |
+
<li class="wp-first-item"><a href="plugins.php" class="wp-first-item">Installed Plugins</a></li>
|
178 |
+
<li><a href="plugin-install.php">Add New</a></li>
|
179 |
+
<li><a href="plugin-editor.php">Editor</a></li>
|
180 |
+
</ul>
|
181 |
+
</li>
|
182 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-users" id="menu-users">
|
183 |
+
<a href="users.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-users" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
184 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-users"><br></div>
|
185 |
+
<div class="wp-menu-name">Users</div></a>
|
186 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
187 |
+
<li class="wp-submenu-head" aria-hidden="true">Users</li>
|
188 |
+
<li class="wp-first-item"><a href="users.php" class="wp-first-item">All Users</a></li>
|
189 |
+
<li><a href="user-new.php">Add New</a></li>
|
190 |
+
<li><a href="profile.php">Your Profile</a></li>
|
191 |
+
</ul>
|
192 |
+
</li>
|
193 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-tools" id="menu-tools">
|
194 |
+
<a href="tools.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-tools" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
195 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-tools"><br></div>
|
196 |
+
<div class="wp-menu-name">Tools</div></a>
|
197 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
198 |
+
<li class="wp-submenu-head" aria-hidden="true">Tools</li>
|
199 |
+
<li class="wp-first-item"><a href="tools.php" class="wp-first-item">Available Tools</a></li>
|
200 |
+
<li><a href="import.php">Import</a></li>
|
201 |
+
<li><a href="export.php">Export</a></li>
|
202 |
+
<li><a href="tools.php?page=export_personal_data">Export Personal Data</a></li>
|
203 |
+
<li><a href="tools.php?page=remove_personal_data">Erase Personal Data</a></li>
|
204 |
+
</ul>
|
205 |
+
</li>
|
206 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-settings menu-top-last" id="menu-settings">
|
207 |
+
<a href="options-general.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-settings menu-top-last" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
208 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-settings"><br></div>
|
209 |
+
<div class="wp-menu-name">Settings </div></a>
|
210 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
211 |
+
<li class="wp-submenu-head" aria-hidden="true">Settings </li>
|
212 |
+
<li class="wp-first-item"><a href="options-general.php" class="wp-first-item">General</a></li>
|
213 |
+
<li><a href="options-writing.php">Writing</a></li>
|
214 |
+
<li><a href="options-reading.php">Reading</a></li>
|
215 |
+
<li><a href="options-discussion.php">Discussion</a></li>
|
216 |
+
<li><a href="options-media.php">Media</a></li>
|
217 |
+
<li><a href="options-permalink.php">Permalinks</a></li>
|
218 |
+
<li><a href="privacy.php">Privacy </a></li>
|
219 |
+
<li><a href="options-general.php?page=event-settings">Event Organiser</a></li>
|
220 |
+
</ul>
|
221 |
+
</li>
|
222 |
+
<li id="collapse-menu" class="hide-if-no-js"><button type="button" id="collapse-button" aria-label="Collapse Main menu" aria-expanded="true"><span class="collapse-button-icon" aria-hidden="true"></span><span class="collapse-button-label">Collapse menu</span></button></li>
|
223 |
+
</ul>
|
224 |
+
</div>
|
225 |
+
</div>
|
226 |
+
<div id="wpcontent">
|
227 |
+
|
228 |
+
<div id="wpadminbar" class="nojq nojs">
|
229 |
+
<div class="quicklinks" id="wp-toolbar" role="navigation" aria-label="Toolbar" tabindex="0">
|
230 |
+
<ul id="wp-admin-bar-root-default" class="ab-top-menu">
|
231 |
+
<li id="wp-admin-bar-menu-toggle">
|
232 |
+
<a class="ab-item" href="#"><span class="ab-icon"></span><span class="screen-reader-text">Menu</span></a> </li>
|
233 |
+
<li id="wp-admin-bar-wp-logo" class="menupop">
|
234 |
+
<a class="ab-item" aria-haspopup="true" href="http://wordpress/wp-admin/about.php"><span class="ab-icon"></span><span class="screen-reader-text">About WordPress</span></a><div class="ab-sub-wrapper">
|
235 |
+
<ul id="wp-admin-bar-wp-logo-default" class="ab-submenu"><li id="wp-admin-bar-about">
|
236 |
+
<a class="ab-item" href="http://wordpress/wp-admin/about.php">About WordPress</a> </li></ul>
|
237 |
+
<ul id="wp-admin-bar-wp-logo-external" class="ab-sub-secondary ab-submenu">
|
238 |
+
<li id="wp-admin-bar-wporg">
|
239 |
+
<a class="ab-item" href="https://wordpress.org/">WordPress.org</a> </li>
|
240 |
+
<li id="wp-admin-bar-documentation">
|
241 |
+
<a class="ab-item" href="https://codex.wordpress.org/">Documentation</a> </li>
|
242 |
+
<li id="wp-admin-bar-support-forums">
|
243 |
+
<a class="ab-item" href="https://wordpress.org/support/">Support Forums</a> </li>
|
244 |
+
<li id="wp-admin-bar-feedback">
|
245 |
+
<a class="ab-item" href="https://wordpress.org/support/forum/requests-and-feedback">Feedback</a> </li>
|
246 |
+
</ul>
|
247 |
+
</div> </li>
|
248 |
+
<li id="wp-admin-bar-site-name" class="menupop">
|
249 |
+
<a class="ab-item" aria-haspopup="true" href="http://wordpress/">BDD WordPress</a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-site-name-default" class="ab-submenu"><li id="wp-admin-bar-view-site">
|
250 |
+
<a class="ab-item" href="http://wordpress/">Visit Site</a> </li></ul></div> </li>
|
251 |
+
<li id="wp-admin-bar-updates">
|
252 |
+
<a class="ab-item" href="http://wordpress/wp-admin/update-core.php" title="1 WordPress Update, 2 Plugin Updates, 3 Theme Updates"><span class="ab-icon"></span><span class="ab-label">6</span><span class="screen-reader-text">1 WordPress Update, 2 Plugin Updates, 3 Theme Updates</span></a> </li>
|
253 |
+
<li id="wp-admin-bar-comments">
|
254 |
+
<a class="ab-item" href="http://wordpress/wp-admin/edit-comments.php"><span class="ab-icon"></span><span class="ab-label awaiting-mod pending-count count-0" aria-hidden="true">0</span><span class="screen-reader-text">0 comments awaiting moderation</span></a> </li>
|
255 |
+
<li id="wp-admin-bar-new-content" class="menupop">
|
256 |
+
<a class="ab-item" aria-haspopup="true" href="http://wordpress/wp-admin/post-new.php"><span class="ab-icon"></span><span class="ab-label">New</span></a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-new-content-default" class="ab-submenu">
|
257 |
+
<li id="wp-admin-bar-new-post">
|
258 |
+
<a class="ab-item" href="http://wordpress/wp-admin/post-new.php">Post</a> </li>
|
259 |
+
<li id="wp-admin-bar-new-media">
|
260 |
+
<a class="ab-item" href="http://wordpress/wp-admin/media-new.php">Media</a> </li>
|
261 |
+
<li id="wp-admin-bar-new-page">
|
262 |
+
<a class="ab-item" href="http://wordpress/wp-admin/post-new.php?post_type=page">Page</a> </li>
|
263 |
+
<li id="wp-admin-bar-new-event">
|
264 |
+
<a class="ab-item" href="http://wordpress/wp-admin/post-new.php?post_type=event">Event</a> </li>
|
265 |
+
<li id="wp-admin-bar-new-user">
|
266 |
+
<a class="ab-item" href="http://wordpress/wp-admin/user-new.php">User</a> </li>
|
267 |
+
</ul></div> </li>
|
268 |
+
<li id="wp-admin-bar-archive">
|
269 |
+
<a class="ab-item" href="http://wordpress/events/event/">View Posts</a> </li>
|
270 |
+
</ul>
|
271 |
+
<ul id="wp-admin-bar-top-secondary" class="ab-top-secondary ab-top-menu"><li id="wp-admin-bar-my-account" class="menupop with-avatar">
|
272 |
+
<a class="ab-item" aria-haspopup="true" href="http://wordpress/wp-admin/profile.php">Howdy, <span class="display-name">admin</span><img alt="" src="http://0.gravatar.com/avatar/fec8fc482f0b7680030aa28962900033?s=26&d=mm&r=g" srcset="http://0.gravatar.com/avatar/fec8fc482f0b7680030aa28962900033?s=52&d=mm&r=g 2x" class="avatar avatar-26 photo" height="26" width="26"></a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-user-actions" class="ab-submenu">
|
273 |
+
<li id="wp-admin-bar-user-info">
|
274 |
+
<a class="ab-item" tabindex="-1" href="http://wordpress/wp-admin/profile.php"><img alt="" src="http://0.gravatar.com/avatar/fec8fc482f0b7680030aa28962900033?s=64&d=mm&r=g" srcset="http://0.gravatar.com/avatar/fec8fc482f0b7680030aa28962900033?s=128&d=mm&r=g 2x" class="avatar avatar-64 photo" height="64" width="64"><span class="display-name">admin</span></a> </li>
|
275 |
+
<li id="wp-admin-bar-edit-profile">
|
276 |
+
<a class="ab-item" href="http://wordpress/wp-admin/profile.php">Edit My Profile</a> </li>
|
277 |
+
<li id="wp-admin-bar-logout">
|
278 |
+
<a class="ab-item" href="http://wordpress/wp-login.php?action=logout&_wpnonce=2164df85c9">Log Out</a> </li>
|
279 |
+
</ul></div> </li></ul>
|
280 |
+
</div>
|
281 |
+
<a class="screen-reader-shortcut" href="http://wordpress/wp-login.php?action=logout&_wpnonce=2164df85c9">Log Out</a>
|
282 |
+
</div>
|
283 |
+
|
284 |
+
|
285 |
+
<div id="wpbody" role="main">
|
286 |
+
|
287 |
+
<div id="wpbody-content" aria-label="Main content" tabindex="0">
|
288 |
+
<div id="screen-meta" class="metabox-prefs">
|
289 |
+
|
290 |
+
<div id="contextual-help-wrap" class="hidden" tabindex="-1" aria-label="Contextual Help Tab">
|
291 |
+
<div id="contextual-help-back"></div>
|
292 |
+
<div id="contextual-help-columns">
|
293 |
+
<div class="contextual-help-tabs">
|
294 |
+
<ul>
|
295 |
+
<li id="tab-link-overview" class="active">
|
296 |
+
<a href="#tab-panel-overview" aria-controls="tab-panel-overview">
|
297 |
+
Overview </a>
|
298 |
+
</li>
|
299 |
+
</ul>
|
300 |
+
</div>
|
301 |
+
|
302 |
+
<div class="contextual-help-sidebar">
|
303 |
+
<p> <strong>For more information</strong>See the <a target="_blank" href="http://docs.wp-event-organiser.com/"> documentation</a></p>
|
304 |
+
<p><strong><a href="http://wordpress/wp-admin/edit.php?post_type=event&page=debug">Debugging Event Organiser</a></strong></p>
|
305 |
+
<p><strong><a href="http://wordpress/wp-admin/index.php?page=eo-pro">Go Pro!</a></strong></p> </div>
|
306 |
+
|
307 |
+
<div class="contextual-help-tabs-wrap">
|
308 |
+
|
309 |
+
<div id="tab-panel-overview" class="help-tab-content active">
|
310 |
+
<p>This is the list of all saved events. Note that <strong> recurring events appear as a single row </strong> in the table and the start and end date refers to the first occurrence of that event.</p> </div>
|
311 |
+
</div>
|
312 |
+
</div>
|
313 |
+
</div>
|
314 |
+
<div id="screen-options-wrap" class="hidden" tabindex="-1" aria-label="Screen Options Tab">
|
315 |
+
<form id="adv-settings" method="post">
|
316 |
+
<fieldset class="metabox-prefs">
|
317 |
+
<legend>Columns</legend>
|
318 |
+
<label><input class="hide-column-tog" name="taxonomy-event-category-hide" type="checkbox" id="taxonomy-event-category-hide" value="taxonomy-event-category" checked>Categories</label>
|
319 |
+
<label><input class="hide-column-tog" name="venue-hide" type="checkbox" id="venue-hide" value="venue" checked>Venue</label>
|
320 |
+
<label><input class="hide-column-tog" name="datestart-hide" type="checkbox" id="datestart-hide" value="datestart" checked>Start Date/Time</label>
|
321 |
+
<label><input class="hide-column-tog" name="dateend-hide" type="checkbox" id="dateend-hide" value="dateend" checked>End Date/Time</label>
|
322 |
+
<label><input class="hide-column-tog" name="reoccurence-hide" type="checkbox" id="reoccurence-hide" value="reoccurence" checked>Recurrence</label>
|
323 |
+
</fieldset>
|
324 |
+
<fieldset class="screen-options">
|
325 |
+
<legend>Pagination</legend>
|
326 |
+
<label for="edit_event_per_page">Number of items per page:</label>
|
327 |
+
<input type="number" step="1" min="1" max="999" class="screen-per-page" name="wp_screen_options[value]" id="edit_event_per_page" maxlength="3" value="20"><input type="hidden" name="wp_screen_options[option]" value="edit_event_per_page">
|
328 |
+
</fieldset>
|
329 |
+
<fieldset class="metabox-prefs view-mode">
|
330 |
+
<legend>View Mode</legend>
|
331 |
+
<label for="list-view-mode">
|
332 |
+
<input id="list-view-mode" type="radio" name="mode" value="list" checked>
|
333 |
+
List View </label>
|
334 |
+
<label for="excerpt-view-mode">
|
335 |
+
<input id="excerpt-view-mode" type="radio" name="mode" value="excerpt">
|
336 |
+
Excerpt View </label>
|
337 |
+
</fieldset>
|
338 |
+
<p class="submit"><input type="submit" name="screen-options-apply" id="screen-options-apply" class="button button-primary" value="Apply"></p>
|
339 |
+
<input type="hidden" id="screenoptionnonce" name="screenoptionnonce" value="07c45a94b5">
|
340 |
+
</form>
|
341 |
+
</div> </div>
|
342 |
+
<div id="screen-meta-links">
|
343 |
+
<div id="contextual-help-link-wrap" class="hide-if-no-js screen-meta-toggle">
|
344 |
+
<button type="button" id="contextual-help-link" class="button show-settings" aria-controls="contextual-help-wrap" aria-expanded="false">Help</button>
|
345 |
+
</div>
|
346 |
+
<div id="screen-options-link-wrap" class="hide-if-no-js screen-meta-toggle">
|
347 |
+
<button type="button" id="show-settings-link" class="button show-settings" aria-controls="screen-options-wrap" aria-expanded="false">Screen Options</button>
|
348 |
+
</div>
|
349 |
+
</div>
|
350 |
+
<div class="update-nag">
|
351 |
+
<a href="https://codex.wordpress.org/Version_5.1">WordPress 5.1</a> is available! <a href="http://wordpress/wp-admin/update-core.php" aria-label="Please update WordPress now">Please update now</a>.</div>
|
352 |
+
<div class="notice eventorganiser-notice notice-warning" id="eventorganiser-notice-google_maps_api">
|
353 |
+
<form action="" method="post">
|
354 |
+
<h4>Enter a Google Maps API key</h4>
|
355 |
+
<p>Google Maps now requires you register for an API key. If you wish to use maps on your site, <a href="http://wordpress/wp-admin/options-general.php?page=event-settings#google_api_key">please enter your key</a>.</p>
|
356 |
+
<button type="submit" class="notice-dismiss eventorganiser-dismiss">
|
357 |
+
<span class="screen-reader-text">Dismiss this notice</span>
|
358 |
+
</button>
|
359 |
+
<input type="hidden" name="action" value="eventorganiser-dismiss-notice"><input type="hidden" name="_wpnonce" value="0726fb4071"><input type="hidden" name="notice" value="google_maps_api">
|
360 |
+
</form>
|
361 |
+
</div>
|
362 |
+
<div class="wrap">
|
363 |
+
<h1 class="wp-heading-inline">Events</h1>
|
364 |
+
|
365 |
+
<a href="http://wordpress/wp-admin/post-new.php?post_type=event" class="page-title-action">Add New</a>
|
366 |
+
<hr class="wp-header-end">
|
367 |
+
<h2 class="screen-reader-text">Filter events list</h2>
|
368 |
+
<ul class="subsubsub">
|
369 |
+
<li class="all">
|
370 |
+
<a href="edit.php?post_type=event">All <span class="count">(7)</span></a> |</li>
|
371 |
+
<li class="publish"><a href="edit.php?post_status=publish&post_type=event">Published <span class="count">(7)</span></a></li>
|
372 |
+
</ul>
|
373 |
+
<form id="posts-filter" method="get">
|
374 |
+
|
375 |
+
<p class="search-box">
|
376 |
+
<label class="screen-reader-text" for="post-search-input">Search events:</label>
|
377 |
+
<input type="search" id="post-search-input" name="s" value=""><input type="submit" id="search-submit" class="button" value="Search events"></p>
|
378 |
+
|
379 |
+
<input type="hidden" name="post_status" class="post_status_page" value="all"><input type="hidden" name="post_type" class="post_type_page" value="event"><input type="hidden" id="_wpnonce" name="_wpnonce" value="b12065d8d5"><input type="hidden" name="_wp_http_referer" value="/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=literature&event-venue=0&eo_interval=all&paged=1&action2=-1"><div class="tablenav top">
|
380 |
+
|
381 |
+
<div class="alignleft actions bulkactions">
|
382 |
+
<label for="bulk-action-selector-top" class="screen-reader-text">Select bulk action</label><select name="action" id="bulk-action-selector-top"><option value="-1">Bulk Actions</option>
|
383 |
+
<option value="edit" class="hide-if-no-js">Edit</option>
|
384 |
+
<option value="trash">Move to Trash</option></select><input type="submit" id="doaction" class="button action" value="Apply">
|
385 |
+
</div>
|
386 |
+
<div class="alignleft actions">
|
387 |
+
<label for="filter-by-date" class="screen-reader-text">Filter by date</label>
|
388 |
+
<select name="m" id="filter-by-date"><option selected value="0">All dates</option>
|
389 |
+
<option value="201902">February 2019</option></select><select name="event-category" id="event-category" class="postform"><option value="0">View all categories</option>
|
390 |
+
<option class="level-0" value="childrens">Children’s</option>
|
391 |
+
<option class="level-0" value="food-drink">Food & Drink</option>
|
392 |
+
<option class="level-0" value="literature" selected>Literature</option>
|
393 |
+
<option class="level-0" value="music">Music</option></select><select name="event-venue" id="event-venue" class="postform"><option value="0" selected>View all venues</option>
|
394 |
+
<option class="level-0" value="akva">Akva</option>
|
395 |
+
<option class="level-0" value="dragonfly">Dragonfly</option>
|
396 |
+
<option class="level-0" value="living-room">Living Room</option></select><select style="width:150px;" name="eo_interval" id="show-events-in-interval" class="postform"><option value="all" selected> View all events </option>
|
397 |
+
<option value="future"> Future events </option>
|
398 |
+
<option value="expired"> Expired events </option>
|
399 |
+
<option value="P1D"> Events within 24 hours </option>
|
400 |
+
<option value="P1W"> Events within 1 week </option>
|
401 |
+
<option value="P2W"> Events within 2 weeks </option>
|
402 |
+
<option value="P1M"> Events within 1 month </option>
|
403 |
+
<option value="P6M"> Events within 6 months </option>
|
404 |
+
<option value="P1Y"> Events within 1 year </option></select><input type="submit" name="filter_action" id="post-query-submit" class="button" value="Filter">
|
405 |
+
</div>
|
406 |
+
<div class="tablenav-pages one-page">
|
407 |
+
<span class="displaying-num">1 item</span>
|
408 |
+
<span class="pagination-links"><span class="tablenav-pages-navspan" aria-hidden="true">«</span>
|
409 |
+
<span class="tablenav-pages-navspan" aria-hidden="true">‹</span>
|
410 |
+
<span class="paging-input"><label for="current-page-selector" class="screen-reader-text">Current Page</label><input class="current-page" id="current-page-selector" type="text" name="paged" value="1" size="1" aria-describedby="table-paging"><span class="tablenav-paging-text"> of <span class="total-pages">1</span></span></span>
|
411 |
+
<span class="tablenav-pages-navspan" aria-hidden="true">›</span>
|
412 |
+
<span class="tablenav-pages-navspan" aria-hidden="true">»</span></span>
|
413 |
+
</div>
|
414 |
+
<br class="clear">
|
415 |
+
</div>
|
416 |
+
<h2 class="screen-reader-text">Events list</h2>
|
417 |
+
<table class="wp-list-table widefat fixed striped posts">
|
418 |
+
<thead><tr>
|
419 |
+
<td id="cb" class="manage-column column-cb check-column">
|
420 |
+
<label class="screen-reader-text" for="cb-select-all-1">Select All</label><input id="cb-select-all-1" type="checkbox">
|
421 |
+
</td>
|
422 |
+
<th scope="col" id="title" class="manage-column column-title column-primary sortable desc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=literature&event-venue=0&eo_interval=all&action2=-1&orderby=title&order=asc"><span>Event</span><span class="sorting-indicator"></span></a></th>
|
423 |
+
<th scope="col" id="taxonomy-event-category" class="manage-column column-taxonomy-event-category">Categories</th>
|
424 |
+
<th scope="col" id="venue" class="manage-column column-venue">Venue</th>
|
425 |
+
<th scope="col" id="datestart" class="manage-column column-datestart sortable desc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=literature&event-venue=0&eo_interval=all&action2=-1&orderby=eventstart&order=asc"><span>Start Date/Time</span><span class="sorting-indicator"></span></a></th>
|
426 |
+
<th scope="col" id="dateend" class="manage-column column-dateend sortable desc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=literature&event-venue=0&eo_interval=all&action2=-1&orderby=eventend&order=asc"><span>End Date/Time</span><span class="sorting-indicator"></span></a></th>
|
427 |
+
<th scope="col" id="reoccurence" class="manage-column column-reoccurence">Recurrence</th> </tr></thead>
|
428 |
+
<tbody id="the-list"><tr id="post-3" class="iedit author-other level-0 post-3 type-event status-publish hentry event-venue-akva event-category-literature event-category-music entry">
|
429 |
+
<th scope="row" class="check-column"> <label class="screen-reader-text" for="cb-select-3">Select Weekly</label>
|
430 |
+
<input id="cb-select-3" type="checkbox" name="post[]" value="3"><div class="locked-indicator">
|
431 |
+
<span class="locked-indicator-icon" aria-hidden="true"></span>
|
432 |
+
<span class="screen-reader-text">“Weekly” is locked</span>
|
433 |
+
</div>
|
434 |
+
</th>
|
435 |
+
<td class="title column-title has-row-actions column-primary page-title" data-colname="Event">
|
436 |
+
<div class="locked-info">
|
437 |
+
<span class="locked-avatar"></span> <span class="locked-text"></span>
|
438 |
+
</div>
|
439 |
+
<strong><a class="row-title" href="http://wordpress/wp-admin/post.php?post=3&action=edit" aria-label="“Weekly” (Edit)">Weekly</a></strong>
|
440 |
+
|
441 |
+
<div class="hidden" id="inline_3">
|
442 |
+
<div class="post_title">Weekly</div>
|
443 |
+
<div class="post_name">weekly</div>
|
444 |
+
<div class="post_author">0</div>
|
445 |
+
<div class="comment_status">closed</div>
|
446 |
+
<div class="ping_status">closed</div>
|
447 |
+
<div class="_status">publish</div>
|
448 |
+
<div class="jj">28</div>
|
449 |
+
<div class="mm">02</div>
|
450 |
+
<div class="aa">2019</div>
|
451 |
+
<div class="hh">23</div>
|
452 |
+
<div class="mn">07</div>
|
453 |
+
<div class="ss">51</div>
|
454 |
+
<div class="post_password"></div>
|
455 |
+
<div class="page_template">default</div>
|
456 |
+
<div class="post_category" id="event-category_3">4,5</div>
|
457 |
+
<div class="tags_input" id="event-tag_3"></div>
|
458 |
+
<div class="sticky"></div>
|
459 |
+
</div>
|
460 |
+
<div class="row-actions">
|
461 |
+
<span class="edit"><a href="http://wordpress/wp-admin/post.php?post=3&action=edit" aria-label="Edit “Weekly”">Edit</a> | </span><span class="inline hide-if-no-js"><a href="#" class="editinline" aria-label="Quick edit “Weekly” inline">Quick Edit</a> | </span><span class="trash"><a href="http://wordpress/wp-admin/post.php?post=3&action=trash&_wpnonce=05827e4dad" class="submitdelete" aria-label="Move “Weekly” to the Trash">Trash</a> | </span><span class="view"><a href="http://wordpress/events/event/weekly/" rel="bookmark" aria-label="View “Weekly”">View</a></span>
|
462 |
+
</div>
|
463 |
+
<button type="button" class="toggle-row"><span class="screen-reader-text">Show more details</span></button>
|
464 |
+
</td>
|
465 |
+
<td class="taxonomy-event-category column-taxonomy-event-category" data-colname="Categories">
|
466 |
+
<a href="edit.php?post_type=event&event-category=literature">Literature</a>, <a href="edit.php?post_type=event&event-category=music">Music</a>
|
467 |
+
</td>
|
468 |
+
<td class="venue column-venue" data-colname="Venue">
|
469 |
+
<a href="/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=literature&event-venue=akva&eo_interval=all&paged=1&action2=-1">Akva</a><input type="hidden" value="6">
|
470 |
+
</td>
|
471 |
+
<td class="datestart column-datestart" data-colname="Start Date/Time">Jun, 1 2115<br>7:30 pm</td>
|
472 |
+
<td class="dateend column-dateend" data-colname="End Date/Time">Jun, 1 2115<br>9:30 pm</td>
|
473 |
+
<td class="reoccurence column-reoccurence" data-colname="Recurrence">every 2 weeks on Saturday until Jun, 29th 2115</td> </tr></tbody>
|
474 |
+
<tfoot><tr>
|
475 |
+
<td class="manage-column column-cb check-column">
|
476 |
+
<label class="screen-reader-text" for="cb-select-all-2">Select All</label><input id="cb-select-all-2" type="checkbox">
|
477 |
+
</td>
|
478 |
+
<th scope="col" class="manage-column column-title column-primary sortable desc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=literature&event-venue=0&eo_interval=all&action2=-1&orderby=title&order=asc"><span>Event</span><span class="sorting-indicator"></span></a></th>
|
479 |
+
<th scope="col" class="manage-column column-taxonomy-event-category">Categories</th>
|
480 |
+
<th scope="col" class="manage-column column-venue">Venue</th>
|
481 |
+
<th scope="col" class="manage-column column-datestart sortable desc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=literature&event-venue=0&eo_interval=all&action2=-1&orderby=eventstart&order=asc"><span>Start Date/Time</span><span class="sorting-indicator"></span></a></th>
|
482 |
+
<th scope="col" class="manage-column column-dateend sortable desc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=literature&event-venue=0&eo_interval=all&action2=-1&orderby=eventend&order=asc"><span>End Date/Time</span><span class="sorting-indicator"></span></a></th>
|
483 |
+
<th scope="col" class="manage-column column-reoccurence">Recurrence</th> </tr></tfoot>
|
484 |
+
</table>
|
485 |
+
<div class="tablenav bottom">
|
486 |
+
|
487 |
+
<div class="alignleft actions bulkactions">
|
488 |
+
<label for="bulk-action-selector-bottom" class="screen-reader-text">Select bulk action</label><select name="action2" id="bulk-action-selector-bottom"><option value="-1">Bulk Actions</option>
|
489 |
+
<option value="edit" class="hide-if-no-js">Edit</option>
|
490 |
+
<option value="trash">Move to Trash</option></select><input type="submit" id="doaction2" class="button action" value="Apply">
|
491 |
+
</div>
|
492 |
+
<div class="alignleft actions">
|
493 |
+
</div>
|
494 |
+
<div class="tablenav-pages one-page">
|
495 |
+
<span class="displaying-num">1 item</span>
|
496 |
+
<span class="pagination-links"><span class="tablenav-pages-navspan" aria-hidden="true">«</span>
|
497 |
+
<span class="tablenav-pages-navspan" aria-hidden="true">‹</span>
|
498 |
+
<span class="screen-reader-text">Current Page</span><span id="table-paging" class="paging-input"><span class="tablenav-paging-text">1 of <span class="total-pages">1</span></span></span>
|
499 |
+
<span class="tablenav-pages-navspan" aria-hidden="true">›</span>
|
500 |
+
<span class="tablenav-pages-navspan" aria-hidden="true">»</span></span>
|
501 |
+
</div>
|
502 |
+
<br class="clear">
|
503 |
+
</div>
|
504 |
+
|
505 |
+
</form>
|
506 |
+
|
507 |
+
|
508 |
+
<form method="get"><table style="display: none"><tbody id="inlineedit">
|
509 |
+
<tr id="inline-edit" class="inline-edit-row inline-edit-row-post quick-edit-row quick-edit-row-post inline-edit-event" style="display: none"><td colspan="7" class="colspanchange">
|
510 |
+
|
511 |
+
<fieldset class="inline-edit-col-left">
|
512 |
+
<legend class="inline-edit-legend">Quick Edit</legend>
|
513 |
+
<div class="inline-edit-col">
|
514 |
+
|
515 |
+
<label>
|
516 |
+
<span class="title">Title</span>
|
517 |
+
<span class="input-text-wrap"><input type="text" name="post_title" class="ptitle" value=""></span>
|
518 |
+
</label>
|
519 |
+
|
520 |
+
|
521 |
+
<label>
|
522 |
+
<span class="title">Slug</span>
|
523 |
+
<span class="input-text-wrap"><input type="text" name="post_name" value=""></span>
|
524 |
+
</label>
|
525 |
+
|
526 |
+
|
527 |
+
<fieldset class="inline-edit-date">
|
528 |
+
<legend><span class="title">Date</span></legend>
|
529 |
+
<div class="timestamp-wrap">
|
530 |
+
<label><span class="screen-reader-text">Month</span><select name="mm"><option value="01" data-text="Jan">01-Jan</option>
|
531 |
+
<option value="02" data-text="Feb" selected>02-Feb</option>
|
532 |
+
<option value="03" data-text="Mar">03-Mar</option>
|
533 |
+
<option value="04" data-text="Apr">04-Apr</option>
|
534 |
+
<option value="05" data-text="May">05-May</option>
|
535 |
+
<option value="06" data-text="Jun">06-Jun</option>
|
536 |
+
<option value="07" data-text="Jul">07-Jul</option>
|
537 |
+
<option value="08" data-text="Aug">08-Aug</option>
|
538 |
+
<option value="09" data-text="Sep">09-Sep</option>
|
539 |
+
<option value="10" data-text="Oct">10-Oct</option>
|
540 |
+
<option value="11" data-text="Nov">11-Nov</option>
|
541 |
+
<option value="12" data-text="Dec">12-Dec</option></select></label> <label><span class="screen-reader-text">Day</span><input type="text" name="jj" value="28" size="2" maxlength="2" autocomplete="off"></label>, <label><span class="screen-reader-text">Year</span><input type="text" name="aa" value="2019" size="4" maxlength="4" autocomplete="off"></label> @ <label><span class="screen-reader-text">Hour</span><input type="text" name="hh" value="23" size="2" maxlength="2" autocomplete="off"></label>:<label><span class="screen-reader-text">Minute</span><input type="text" name="mn" value="07" size="2" maxlength="2" autocomplete="off"></label>
|
542 |
+
</div>
|
543 |
+
<input type="hidden" id="ss" name="ss" value="51">
|
544 |
+
</fieldset>
|
545 |
+
<br class="clear"><label class="inline-edit-author"><span class="title">Author</span><select name="post_author" class="authors"><option value="1">admin (admin)</option></select></label>
|
546 |
+
<div class="inline-edit-group wp-clearfix">
|
547 |
+
<label class="alignleft">
|
548 |
+
<span class="title">Password</span>
|
549 |
+
<span class="input-text-wrap"><input type="text" name="post_password" class="inline-edit-password-input" value=""></span>
|
550 |
+
</label>
|
551 |
+
|
552 |
+
<em class="alignleft inline-edit-or">
|
553 |
+
–OR– </em>
|
554 |
+
<label class="alignleft inline-edit-private">
|
555 |
+
<input type="checkbox" name="keep_private" value="private"><span class="checkbox-title">Private</span>
|
556 |
+
</label>
|
557 |
+
</div>
|
558 |
+
|
559 |
+
|
560 |
+
</div>
|
561 |
+
</fieldset>
|
562 |
+
<fieldset class="inline-edit-col-center inline-edit-categories"><div class="inline-edit-col">
|
563 |
+
|
564 |
+
|
565 |
+
<span class="title inline-edit-categories-label">Categories</span>
|
566 |
+
<input type="hidden" name="tax_input[event-category][]" value="0"><ul class="cat-checklist event-category-checklist">
|
567 |
+
<li id="event-category-2" class="popular-category"><label class="selectit"><input value="2" type="checkbox" name="tax_input[event-category][]" id="in-event-category-2"> Children's</label></li>
|
568 |
+
|
569 |
+
<li id="event-category-3" class="popular-category"><label class="selectit"><input value="3" type="checkbox" name="tax_input[event-category][]" id="in-event-category-3"> Food & Drink</label></li>
|
570 |
+
|
571 |
+
<li id="event-category-4" class="popular-category"><label class="selectit"><input value="4" type="checkbox" name="tax_input[event-category][]" id="in-event-category-4"> Literature</label></li>
|
572 |
+
|
573 |
+
<li id="event-category-5" class="popular-category"><label class="selectit"><input value="5" type="checkbox" name="tax_input[event-category][]" id="in-event-category-5"> Music</label></li>
|
574 |
+
</ul>
|
575 |
+
</div></fieldset>
|
576 |
+
<fieldset class="inline-edit-col-right"><div class="inline-edit-col">
|
577 |
+
|
578 |
+
|
579 |
+
|
580 |
+
|
581 |
+
<label class="inline-edit-tags">
|
582 |
+
<span class="title">Event Tags</span>
|
583 |
+
<textarea data-wp-taxonomy="event-tag" cols="22" rows="1" name="tax_input[event-tag]" class="tax_input_event-tag"></textarea></label>
|
584 |
+
|
585 |
+
|
586 |
+
|
587 |
+
|
588 |
+
<div class="inline-edit-group wp-clearfix">
|
589 |
+
<label class="inline-edit-status alignleft">
|
590 |
+
<span class="title">Status</span>
|
591 |
+
<select name="_status"><option value="publish">Published</option>
|
592 |
+
<option value="future">Scheduled</option>
|
593 |
+
<option value="pending">Pending Review</option>
|
594 |
+
<option value="draft">Draft</option></select></label>
|
595 |
+
|
596 |
+
|
597 |
+
</div>
|
598 |
+
|
599 |
+
|
600 |
+
</div></fieldset>
|
601 |
+
<fieldset class="inline-edit-col-left">
|
602 |
+
<div class="inline-edit-col">
|
603 |
+
<input type="hidden" id="_eononce" name="_eononce" value="a7d8687c42"><input type="hidden" name="_wp_http_referer" value="/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=literature&event-venue=0&eo_interval=all&paged=1&action2=-1"><label class="">
|
604 |
+
<span class="title">Venue</span>
|
605 |
+
<select name="eo_input[event-venue]" id="eventorganiser_venue" class="postform"><option value="0" selected>No Venue</option>
|
606 |
+
<option class="level-0" value="6">Akva</option>
|
607 |
+
<option class="level-0" value="8">Dragonfly</option>
|
608 |
+
<option class="level-0" value="7">Living Room</option></select></label>
|
609 |
+
</div>
|
610 |
+
</fieldset>
|
611 |
+
<div class="submit inline-edit-save">
|
612 |
+
<button type="button" class="button cancel alignleft">Cancel</button>
|
613 |
+
<input type="hidden" id="_inline_edit" name="_inline_edit" value="2c82514757"><button type="button" class="button button-primary save alignright">Update</button>
|
614 |
+
<span class="spinner"></span>
|
615 |
+
<input type="hidden" name="post_view" value="list"><input type="hidden" name="screen" value="edit-event"><br class="clear"><div class="notice notice-error notice-alt inline hidden">
|
616 |
+
<p class="error"></p>
|
617 |
+
</div>
|
618 |
+
</div>
|
619 |
+
</td></tr>
|
620 |
+
<tr id="bulk-edit" class="inline-edit-row inline-edit-row-post bulk-edit-row bulk-edit-row-post bulk-edit-event" style="display: none"><td colspan="7" class="colspanchange">
|
621 |
+
|
622 |
+
<fieldset class="inline-edit-col-left">
|
623 |
+
<legend class="inline-edit-legend">Bulk Edit</legend>
|
624 |
+
<div class="inline-edit-col">
|
625 |
+
<div id="bulk-title-div">
|
626 |
+
<div id="bulk-titles"></div>
|
627 |
+
</div>
|
628 |
+
|
629 |
+
|
630 |
+
|
631 |
+
|
632 |
+
</div>
|
633 |
+
</fieldset>
|
634 |
+
<fieldset class="inline-edit-col-right"><div class="inline-edit-col">
|
635 |
+
|
636 |
+
<label class="inline-edit-author"><span class="title">Author</span><select name="post_author" class="authors"><option value="-1">— No Change —</option>
|
637 |
+
<option value="1">admin (admin)</option></select></label>
|
638 |
+
|
639 |
+
|
640 |
+
|
641 |
+
<div class="inline-edit-group wp-clearfix">
|
642 |
+
<label class="inline-edit-status alignleft">
|
643 |
+
<span class="title">Status</span>
|
644 |
+
<select name="_status"><option value="-1">— No Change —</option>
|
645 |
+
<option value="publish">Published</option>
|
646 |
+
<option value="future">Scheduled</option>
|
647 |
+
<option value="private">Private</option>
|
648 |
+
<option value="pending">Pending Review</option>
|
649 |
+
<option value="draft">Draft</option></select></label>
|
650 |
+
|
651 |
+
|
652 |
+
</div>
|
653 |
+
|
654 |
+
|
655 |
+
</div></fieldset>
|
656 |
+
<fieldset class="inline-edit-col-left">
|
657 |
+
<div class="inline-edit-col">
|
658 |
+
<input type="hidden" id="_eononce" name="_eononce" value="a7d8687c42"><input type="hidden" name="_wp_http_referer" value="/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=literature&event-venue=0&eo_interval=all&paged=1&action2=-1"><label class="">
|
659 |
+
<span class="title">Venue</span>
|
660 |
+
<select name="eo_input[event-venue]" id="eventorganiser_venue_bulk" class="postform"><option value="-1">— No Change —</option>
|
661 |
+
<option class="level-0" value="6">Akva</option>
|
662 |
+
<option class="level-0" value="8">Dragonfly</option>
|
663 |
+
<option class="level-0" value="7">Living Room</option></select></label>
|
664 |
+
</div>
|
665 |
+
</fieldset>
|
666 |
+
<div class="submit inline-edit-save">
|
667 |
+
<button type="button" class="button cancel alignleft">Cancel</button>
|
668 |
+
<input type="submit" name="bulk_edit" id="bulk_edit" class="button button-primary alignright" value="Update"><input type="hidden" name="post_view" value="list"><input type="hidden" name="screen" value="edit-event"><br class="clear"><div class="notice notice-error notice-alt inline hidden">
|
669 |
+
<p class="error"></p>
|
670 |
+
</div>
|
671 |
+
</div>
|
672 |
+
</td></tr>
|
673 |
+
</tbody></table></form>
|
674 |
+
|
675 |
+
<div id="ajax-response"></div>
|
676 |
+
<br class="clear">
|
677 |
+
</div>
|
678 |
+
|
679 |
+
|
680 |
+
<div class="clear"></div>
|
681 |
+
</div>
|
682 |
+
<!-- wpbody-content -->
|
683 |
+
<div class="clear"></div>
|
684 |
+
</div>
|
685 |
+
<!-- wpbody -->
|
686 |
+
<div class="clear"></div>
|
687 |
+
</div>
|
688 |
+
<!-- wpcontent -->
|
689 |
+
|
690 |
+
<div id="wpfooter" role="contentinfo">
|
691 |
+
<p id="footer-left" class="alignleft">
|
692 |
+
<span id="footer-thankyou">Thank you for creating with <a href="https://wordpress.org/">WordPress</a>.</span> </p>
|
693 |
+
<p id="footer-upgrade" class="alignright">
|
694 |
+
<strong><a href="http://wordpress/wp-admin/update-core.php">Get Version 5.1</a></strong> </p>
|
695 |
+
<div class="clear"></div>
|
696 |
+
</div>
|
697 |
+
<div id="wp-auth-check-wrap" class="hidden">
|
698 |
+
<div id="wp-auth-check-bg"></div>
|
699 |
+
<div id="wp-auth-check">
|
700 |
+
<button type="button" class="wp-auth-check-close button-link"><span class="screen-reader-text">Close dialog</span></button>
|
701 |
+
<div id="wp-auth-check-form" class="loading" data-src="http://wordpress/wp-login.php?interim-login=1&wp_lang=en_US"></div>
|
702 |
+
<div class="wp-auth-fallback">
|
703 |
+
<p><b class="wp-auth-fallback-expired" tabindex="0">Session expired</b></p>
|
704 |
+
<p><a href="http://wordpress/wp-login.php" target="_blank">Please log in again.</a>
|
705 |
+
The login page will open in a new window. After logging in you can close it and return to this page.</p>
|
706 |
+
</div>
|
707 |
+
</div>
|
708 |
+
</div>
|
709 |
+
|
710 |
+
<script type="text/javascript">
|
711 |
+
/* <![CDATA[ */
|
712 |
+
var commonL10n = {"warnDelete":"You are about to permanently delete these items from your site.\nThis action cannot be undone.\n 'Cancel' to stop, 'OK' to delete.","dismiss":"Dismiss this notice.","collapseMenu":"Collapse Main menu","expandMenu":"Expand Main menu"};var uiAutocompleteL10n = {"noResults":"No results found.","oneResult":"1 result found. Use up and down arrow keys to navigate.","manyResults":"%d results found. Use up and down arrow keys to navigate.","itemSelected":"Item selected."};var tagsSuggestL10n = {"tagDelimiter":",","removeTerm":"Remove term:","termSelected":"Term selected.","termAdded":"Term added.","termRemoved":"Term removed."};var inlineEditL10n = {"error":"Error while saving the changes.","ntdeltitle":"Remove From Bulk Edit","notitle":"(no title)","comma":",","saved":"Changes saved."};/* ]]> */
|
713 |
+
</script><script type="text/javascript" src="http://wordpress/wp-admin/load-scripts.php?c=0&load%5B%5D=hoverIntent,common,admin-bar,jquery-ui-core,jquery-ui-widget,jquery-ui-position,jquery-ui-menu,wp-a11y,jquery-ui-autocomplete,ta&load%5B%5D=gs-suggest,inline-edit-post&ver=5.0.3"></script><script type="text/javascript" src="http://wordpress/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=7.0.0"></script><script type="text/javascript">
|
714 |
+
( 'fetch' in window ) || document.write( '<script src="http://wordpress/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js?ver=3.0.0">' + 'ipt>' );( document.contains ) || document.write( '<script src="http://wordpress/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js?ver=3.26.0-0">' + 'ipt>' );( window.FormData && window.FormData.prototype.keys ) || document.write( '<script src="http://wordpress/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js?ver=3.0.12">' + 'ipt>' );( Element.prototype.matches && Element.prototype.closest ) || document.write( '<script src="http://wordpress/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js?ver=2.0.2">' + 'ipt>' );
|
715 |
+
</script><script type="text/javascript" src="http://wordpress/wp-includes/js/dist/hooks.min.js?ver=2.0.4"></script><script type="text/javascript">
|
716 |
+
/* <![CDATA[ */
|
717 |
+
var heartbeatSettings = {"nonce":"bbb6a1a345"};
|
718 |
+
/* ]]> */
|
719 |
+
</script><script type="text/javascript" src="http://wordpress/wp-includes/js/heartbeat.min.js?ver=5.0.3"></script><script type="text/javascript" src="http://wordpress/wp-admin/js/svg-painter.js?ver=5.0.3"></script><script type="text/javascript">
|
720 |
+
/* <![CDATA[ */
|
721 |
+
var authcheckL10n = {"beforeunload":"Your session has expired. You can log in again from this page or go to the login page.","interval":"180"};
|
722 |
+
/* ]]> */
|
723 |
+
</script><script type="text/javascript" src="http://wordpress/wp-includes/js/wp-auth-check.min.js?ver=5.0.3"></script><style>
|
724 |
+
.eventorganiser-notice {position: relative;}
|
725 |
+
/* Backwards compatability with 4.1 and earlier */
|
726 |
+
/* @see https://core.trac.wordpress.org/ticket/31233 */
|
727 |
+
.eventorganiser-dismiss:before {
|
728 |
+
background: none;
|
729 |
+
color: #b4b9be;
|
730 |
+
content: "\f153";
|
731 |
+
display: block;
|
732 |
+
font: normal 16px/20px dashicons;
|
733 |
+
speak: none;
|
734 |
+
height: 20px;
|
735 |
+
text-align: center;
|
736 |
+
width: 20px;
|
737 |
+
-webkit-font-smoothing: antialiased;
|
738 |
+
-moz-osx-font-smoothing: grayscale;
|
739 |
+
}
|
740 |
+
|
741 |
+
.eventorganiser-dismiss {
|
742 |
+
position: absolute;
|
743 |
+
top: 0;
|
744 |
+
right: 1px;
|
745 |
+
border: none;
|
746 |
+
margin: 0;
|
747 |
+
padding: 9px;
|
748 |
+
background: none;
|
749 |
+
color: #b4b9be;
|
750 |
+
cursor: pointer;
|
751 |
+
}
|
752 |
+
|
753 |
+
.eventorganiser-dismiss:hover:before,
|
754 |
+
.eventorganiser-dismiss:active:before,
|
755 |
+
.eventorganiser-dismiss:focus:before {
|
756 |
+
color: #c00;
|
757 |
+
}
|
758 |
+
|
759 |
+
.eventorganiser-dismiss:focus {
|
760 |
+
outline: none;
|
761 |
+
-webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
|
762 |
+
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
|
763 |
+
}
|
764 |
+
|
765 |
+
.ie8 .eventorganiser-dismiss:focus {outline: 1px solid #5b9dd9;}
|
766 |
+
|
767 |
+
@media screen and ( max-width: 782px ) {
|
768 |
+
.eventorganiser-dismiss {padding: 13px;}
|
769 |
+
}
|
770 |
+
</style>
|
771 |
+
<script type="text/javascript">
|
772 |
+
jQuery(document).ready(function ($){
|
773 |
+
var dismissClass = 'eventorganiser-dismiss';
|
774 |
+
var ajaxaction = 'eventorganiser-dismiss-notice';
|
775 |
+
var _wpnonce = '67572935ae';
|
776 |
+
var noticeClass = 'eventorganiser-notice';
|
777 |
+
|
778 |
+
jQuery('.'+dismissClass).click(function(e){
|
779 |
+
e.preventDefault();
|
780 |
+
var noticeID= $(this).parents('.'+noticeClass).attr('id').substring(noticeClass.length+1);
|
781 |
+
$('#'+noticeClass+'-'+noticeID).fadeOut('slow');
|
782 |
+
$.post(ajaxurl,
|
783 |
+
{
|
784 |
+
action: ajaxaction,
|
785 |
+
notice: noticeID,
|
786 |
+
_wpnonce: _wpnonce
|
787 |
+
},
|
788 |
+
function (response) {
|
789 |
+
if ('1' !== response) {
|
790 |
+
$('#'+noticeClass+'-'+noticeID).removeClass('updated notice-success').addClass('notice-error error').show();
|
791 |
+
}
|
792 |
+
}
|
793 |
+
);
|
794 |
+
});
|
795 |
+
});
|
796 |
+
</script><script type="text/javascript">
|
797 |
+
var compressionNonce = "a531ccbb50";
|
798 |
+
var testCompression = {
|
799 |
+
get : function(test) {
|
800 |
+
var x;
|
801 |
+
if ( window.XMLHttpRequest ) {
|
802 |
+
x = new XMLHttpRequest();
|
803 |
+
} else {
|
804 |
+
try{x=new ActiveXObject('Msxml2.XMLHTTP');}catch(e){try{x=new ActiveXObject('Microsoft.XMLHTTP');}catch(e){};}
|
805 |
+
}
|
806 |
+
|
807 |
+
if (x) {
|
808 |
+
x.onreadystatechange = function() {
|
809 |
+
var r, h;
|
810 |
+
if ( x.readyState == 4 ) {
|
811 |
+
r = x.responseText.substr(0, 18);
|
812 |
+
h = x.getResponseHeader('Content-Encoding');
|
813 |
+
testCompression.check(r, h, test);
|
814 |
+
}
|
815 |
+
};
|
816 |
+
|
817 |
+
x.open('GET', ajaxurl + '?action=wp-compression-test&test='+test+'&_ajax_nonce='+compressionNonce+'&'+(new Date()).getTime(), true);
|
818 |
+
x.send('');
|
819 |
+
}
|
820 |
+
},
|
821 |
+
|
822 |
+
check : function(r, h, test) {
|
823 |
+
if ( ! r && ! test )
|
824 |
+
this.get(1);
|
825 |
+
|
826 |
+
if ( 1 == test ) {
|
827 |
+
if ( h && ( h.match(/deflate/i) || h.match(/gzip/i) ) )
|
828 |
+
this.get('no');
|
829 |
+
else
|
830 |
+
this.get(2);
|
831 |
+
|
832 |
+
return;
|
833 |
+
}
|
834 |
+
|
835 |
+
if ( 2 == test ) {
|
836 |
+
if ( '"wpCompressionTest' == r )
|
837 |
+
this.get('yes');
|
838 |
+
else
|
839 |
+
this.get('no');
|
840 |
+
}
|
841 |
+
}
|
842 |
+
};
|
843 |
+
testCompression.check();
|
844 |
+
</script><div class="clear"></div>
|
845 |
+
</div>
|
846 |
+
<!-- wpwrap -->
|
847 |
+
<script type="text/javascript">if(typeof wpOnload=='function')wpOnload();</script>
|
848 |
+
</body>
|
failed-scenerios/events-admin-list-155.html
ADDED
@@ -0,0 +1,846 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
<!--<![endif]--><head>
|
3 |
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
4 |
+
<title>Events ‹ BDD WordPress — WordPress</title>
|
5 |
+
<script type="text/javascript">
|
6 |
+
addLoadEvent = function(func){if(typeof jQuery!="undefined")jQuery(document).ready(func);else if(typeof wpOnload!='function'){wpOnload=func;}else{var oldonload=wpOnload;wpOnload=function(){oldonload();func();}}};
|
7 |
+
var ajaxurl = '/wp-admin/admin-ajax.php',
|
8 |
+
pagenow = 'edit-event',
|
9 |
+
typenow = 'event',
|
10 |
+
adminpage = 'edit-php',
|
11 |
+
thousandsSeparator = ',',
|
12 |
+
decimalPoint = '.',
|
13 |
+
isRtl = 0;
|
14 |
+
</script><meta name="viewport" content="width=device-width,initial-scale=1.0">
|
15 |
+
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com">
|
16 |
+
<link rel="dns-prefetch" href="//s.w.org">
|
17 |
+
<style type="text/css">
|
18 |
+
img.wp-smiley,
|
19 |
+
img.emoji {
|
20 |
+
display: inline !important;
|
21 |
+
border: none !important;
|
22 |
+
box-shadow: none !important;
|
23 |
+
height: 1em !important;
|
24 |
+
width: 1em !important;
|
25 |
+
margin: 0 .07em !important;
|
26 |
+
vertical-align: -0.1em !important;
|
27 |
+
background: none !important;
|
28 |
+
padding: 0 !important;
|
29 |
+
}
|
30 |
+
</style>
|
31 |
+
<script type="text/javascript">
|
32 |
+
var eventorganiser = eventorganiser || {};
|
33 |
+
eventorganiser.wp_version = '5.0.3';
|
34 |
+
</script><link rel="stylesheet" href="http://wordpress/wp-admin/load-styles.php?c=0&dir=ltr&load%5B%5D=farbtastic,dashicons,admin-bar,common,forms,admin-menu,dashboard,list-tables,edit,revisions,media,themes,about,nav-menus,wp-poin&load%5B%5D=ter,widgets,site-icon,l10n,buttons,wp-auth-check&ver=5.0.3" type="text/css" media="all">
|
35 |
+
<link rel="stylesheet" id="eo-leaflet.js-css" href="http://cdnjs.cloudflare.com/ajax/libs/leaflet/1.3.1/leaflet.css?ver=5.0.3" type="text/css" media="all">
|
36 |
+
<style id="eo-leaflet.js-inline-css" type="text/css">
|
37 |
+
.leaflet-popup-close-button{box-shadow:none!important;}
|
38 |
+
</style>
|
39 |
+
<!--[if lte IE 7]>
|
40 |
+
<link rel='stylesheet' id='ie-css' href='http://wordpress/wp-admin/css/ie.min.css?ver=5.0.3' type='text/css' media='all' />
|
41 |
+
<![endif]--><link rel="stylesheet" id="eventorganiser-jquery-ui-style-css" href="http://wordpress/wp-content/plugins/event-organiser/css/eventorganiser-jquery-ui.min.css?ver=3.7.4" type="text/css" media="all">
|
42 |
+
<link rel="stylesheet" id="eventorganiser-style-css" href="http://wordpress/wp-content/plugins/event-organiser/css/eventorganiser-admin-style.min.css?ver=3.7.4" type="text/css" media="all">
|
43 |
+
<script type="text/javascript">
|
44 |
+
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/wordpress\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.0.3"}};
|
45 |
+
!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);
|
46 |
+
</script><script type="text/javascript">
|
47 |
+
/* <![CDATA[ */
|
48 |
+
var userSettings = {"url":"\/","uid":"1","time":"1551395307","secure":""};/* ]]> */
|
49 |
+
</script><script type="text/javascript" src="http://wordpress/wp-admin/load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils,farbtastic&ver=5.0.3"></script><script type="text/javascript">
|
50 |
+
jQuery(document).ready(function() {
|
51 |
+
jQuery( '#the-list' ).on( 'click', 'a.editinline', function() {
|
52 |
+
jQuery( '#eventorganiser_venue option' ).attr("selected", false);
|
53 |
+
var id = inlineEditPost.getId(this);
|
54 |
+
var val = parseInt(jQuery( '#post-' + id + ' td.column-venue input' ).val() );
|
55 |
+
jQuery( '#eventorganiser_venue option[value="'+val+'"]' ).attr( 'selected', 'selected' );
|
56 |
+
});
|
57 |
+
});
|
58 |
+
</script><style>#wpadminbar {z-index:0!important;}</style>
|
59 |
+
<link id="wp-admin-canonical" rel="canonical" href="http://wordpress/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=0&event-venue=living-room&eo_interval=all&paged=1&action2=-1">
|
60 |
+
<script>
|
61 |
+
if ( window.history.replaceState ) {
|
62 |
+
window.history.replaceState( null, null, document.getElementById( 'wp-admin-canonical' ).href + window.location.hash );
|
63 |
+
}
|
64 |
+
</script><script type="text/javascript">var _wpColorScheme = {"icons":{"base":"#82878c","focus":"#00a0d2","current":"#fff"}};</script><style type="text/css" media="print">#wpadminbar { display:none; }</style>
|
65 |
+
</head>
|
66 |
+
<body class="wp-admin wp-core-ui no-js edit-php auto-fold admin-bar post-type-event branch-5 version-5-0-3 admin-color-fresh locale-en-us no-customize-support no-svg">
|
67 |
+
<script type="text/javascript">
|
68 |
+
document.body.className = document.body.className.replace('no-js','js');
|
69 |
+
</script><!--[if lte IE 8]>
|
70 |
+
<script type="text/javascript">
|
71 |
+
document.body.className = document.body.className.replace( /(^|\s)(no-)?customize-support(?=\s|$)/, '' ) + ' no-customize-support';
|
72 |
+
</script>
|
73 |
+
<![endif]--><!--[if gte IE 9]><!--><script type="text/javascript">
|
74 |
+
(function() {
|
75 |
+
var request, b = document.body, c = 'className', cs = 'customize-support', rcs = new RegExp('(^|\\s+)(no-)?'+cs+'(\\s+|$)');
|
76 |
+
|
77 |
+
request = true;
|
78 |
+
|
79 |
+
b[c] = b[c].replace( rcs, ' ' );
|
80 |
+
// The customizer requires postMessage and CORS (if the site is cross domain)
|
81 |
+
b[c] += ( window.postMessage && request ? ' ' : ' no-' ) + cs;
|
82 |
+
}());
|
83 |
+
</script><!--<![endif]--><div id="wpwrap">
|
84 |
+
|
85 |
+
<div id="adminmenumain" role="navigation" aria-label="Main menu">
|
86 |
+
<a href="#wpbody-content" class="screen-reader-shortcut">Skip to main content</a>
|
87 |
+
<a href="#wp-toolbar" class="screen-reader-shortcut">Skip to toolbar</a>
|
88 |
+
<div id="adminmenuback"></div>
|
89 |
+
<div id="adminmenuwrap">
|
90 |
+
<ul id="adminmenu">
|
91 |
+
<li class="wp-first-item wp-has-submenu wp-not-current-submenu menu-top menu-top-first menu-icon-dashboard menu-top-last" id="menu-dashboard">
|
92 |
+
<a href="index.php" class="wp-first-item wp-has-submenu wp-not-current-submenu menu-top menu-top-first menu-icon-dashboard menu-top-last" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
93 |
+
<div class="wp-menu-image dashicons-before dashicons-dashboard"><br></div>
|
94 |
+
<div class="wp-menu-name">Dashboard</div></a>
|
95 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
96 |
+
<li class="wp-submenu-head" aria-hidden="true">Dashboard</li>
|
97 |
+
<li class="wp-first-item"><a href="index.php" class="wp-first-item">Home</a></li>
|
98 |
+
<li><a href="update-core.php">Updates <span class="update-plugins count-6"><span class="update-count">6</span></span></a></li>
|
99 |
+
</ul>
|
100 |
+
</li>
|
101 |
+
<li class="wp-not-current-submenu wp-menu-separator" aria-hidden="true"><div class="separator"></div></li>
|
102 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-post open-if-no-js menu-top-first" id="menu-posts">
|
103 |
+
<a href="edit.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-post open-if-no-js menu-top-first" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
104 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-post"><br></div>
|
105 |
+
<div class="wp-menu-name">Posts</div></a>
|
106 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
107 |
+
<li class="wp-submenu-head" aria-hidden="true">Posts</li>
|
108 |
+
<li class="wp-first-item"><a href="edit.php" class="wp-first-item">All Posts</a></li>
|
109 |
+
<li><a href="post-new.php">Add New</a></li>
|
110 |
+
<li><a href="edit-tags.php?taxonomy=category">Categories</a></li>
|
111 |
+
<li><a href="edit-tags.php?taxonomy=post_tag">Tags</a></li>
|
112 |
+
</ul>
|
113 |
+
</li>
|
114 |
+
<li class="wp-has-submenu wp-has-current-submenu wp-menu-open menu-top menu-icon-event" id="menu-posts-event">
|
115 |
+
<a href="edit.php?post_type=event" class="wp-has-submenu wp-has-current-submenu wp-menu-open menu-top menu-icon-event"><div class="wp-menu-arrow"><div></div></div>
|
116 |
+
<div class="wp-menu-image dashicons-before dashicons-calendar"><br></div>
|
117 |
+
<div class="wp-menu-name">Events</div></a>
|
118 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
119 |
+
<li class="wp-submenu-head" aria-hidden="true">Events</li>
|
120 |
+
<li class="wp-first-item current"><a href="edit.php?post_type=event" class="wp-first-item current" aria-current="page">All Events</a></li>
|
121 |
+
<li><a href="post-new.php?post_type=event">Add New</a></li>
|
122 |
+
<li><a href="edit-tags.php?taxonomy=event-category&post_type=event">Categories</a></li>
|
123 |
+
<li><a href="edit-tags.php?taxonomy=event-tag&post_type=event">Tags</a></li>
|
124 |
+
<li><a href="edit.php?post_type=event&page=venues">Venues</a></li>
|
125 |
+
<li><a href="edit.php?post_type=event&page=calendar">Calendar View</a></li>
|
126 |
+
<li><a href="edit.php?post_type=event&page=eo-addons">Extensions</a></li>
|
127 |
+
</ul>
|
128 |
+
</li>
|
129 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-media" id="menu-media">
|
130 |
+
<a href="upload.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-media" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
131 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-media"><br></div>
|
132 |
+
<div class="wp-menu-name">Media</div></a>
|
133 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
134 |
+
<li class="wp-submenu-head" aria-hidden="true">Media</li>
|
135 |
+
<li class="wp-first-item"><a href="upload.php" class="wp-first-item">Library</a></li>
|
136 |
+
<li><a href="media-new.php">Add New</a></li>
|
137 |
+
</ul>
|
138 |
+
</li>
|
139 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-page" id="menu-pages">
|
140 |
+
<a href="edit.php?post_type=page" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-page" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
141 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-page"><br></div>
|
142 |
+
<div class="wp-menu-name">Pages</div></a>
|
143 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
144 |
+
<li class="wp-submenu-head" aria-hidden="true">Pages</li>
|
145 |
+
<li class="wp-first-item"><a href="edit.php?post_type=page" class="wp-first-item">All Pages</a></li>
|
146 |
+
<li><a href="post-new.php?post_type=page">Add New</a></li>
|
147 |
+
</ul>
|
148 |
+
</li>
|
149 |
+
<li class="wp-not-current-submenu menu-top menu-icon-comments menu-top-last" id="menu-comments">
|
150 |
+
<a href="edit-comments.php" class="wp-not-current-submenu menu-top menu-icon-comments menu-top-last"><div class="wp-menu-arrow"><div></div></div>
|
151 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-comments"><br></div>
|
152 |
+
<div class="wp-menu-name">Comments <span class="awaiting-mod count-0"><span class="pending-count">0</span></span>
|
153 |
+
</div></a>
|
154 |
+
</li>
|
155 |
+
<li class="wp-not-current-submenu wp-menu-separator" aria-hidden="true"><div class="separator"></div></li>
|
156 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-appearance menu-top-first" id="menu-appearance">
|
157 |
+
<a href="themes.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-appearance menu-top-first" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
158 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-appearance"><br></div>
|
159 |
+
<div class="wp-menu-name">Appearance</div></a>
|
160 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
161 |
+
<li class="wp-submenu-head" aria-hidden="true">Appearance</li>
|
162 |
+
<li class="wp-first-item"><a href="themes.php" class="wp-first-item">Themes</a></li>
|
163 |
+
<li class="hide-if-no-customize"><a href="customize.php?return=%2Fwp-admin%2Fedit.php%3Fpost_type%3Devent%26filter_action%3DFilter%26s%26post_status%3Dall%26action%3D-1%26m%3D0%26event-category%3D0%26event-venue%3Dliving-room%26eo_interval%3Dall%26paged%3D1%26action2%3D-1" class="hide-if-no-customize">Customize</a></li>
|
164 |
+
<li><a href="widgets.php">Widgets</a></li>
|
165 |
+
<li><a href="nav-menus.php">Menus</a></li>
|
166 |
+
<li><a href="theme-editor.php">Editor</a></li>
|
167 |
+
</ul>
|
168 |
+
</li>
|
169 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-plugins" id="menu-plugins">
|
170 |
+
<a href="plugins.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-plugins" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
171 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-plugins"><br></div>
|
172 |
+
<div class="wp-menu-name">Plugins <span class="update-plugins count-2"><span class="plugin-count">2</span></span>
|
173 |
+
</div></a>
|
174 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
175 |
+
<li class="wp-submenu-head" aria-hidden="true">Plugins <span class="update-plugins count-2"><span class="plugin-count">2</span></span>
|
176 |
+
</li>
|
177 |
+
<li class="wp-first-item"><a href="plugins.php" class="wp-first-item">Installed Plugins</a></li>
|
178 |
+
<li><a href="plugin-install.php">Add New</a></li>
|
179 |
+
<li><a href="plugin-editor.php">Editor</a></li>
|
180 |
+
</ul>
|
181 |
+
</li>
|
182 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-users" id="menu-users">
|
183 |
+
<a href="users.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-users" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
184 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-users"><br></div>
|
185 |
+
<div class="wp-menu-name">Users</div></a>
|
186 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
187 |
+
<li class="wp-submenu-head" aria-hidden="true">Users</li>
|
188 |
+
<li class="wp-first-item"><a href="users.php" class="wp-first-item">All Users</a></li>
|
189 |
+
<li><a href="user-new.php">Add New</a></li>
|
190 |
+
<li><a href="profile.php">Your Profile</a></li>
|
191 |
+
</ul>
|
192 |
+
</li>
|
193 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-tools" id="menu-tools">
|
194 |
+
<a href="tools.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-tools" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
195 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-tools"><br></div>
|
196 |
+
<div class="wp-menu-name">Tools</div></a>
|
197 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
198 |
+
<li class="wp-submenu-head" aria-hidden="true">Tools</li>
|
199 |
+
<li class="wp-first-item"><a href="tools.php" class="wp-first-item">Available Tools</a></li>
|
200 |
+
<li><a href="import.php">Import</a></li>
|
201 |
+
<li><a href="export.php">Export</a></li>
|
202 |
+
<li><a href="tools.php?page=export_personal_data">Export Personal Data</a></li>
|
203 |
+
<li><a href="tools.php?page=remove_personal_data">Erase Personal Data</a></li>
|
204 |
+
</ul>
|
205 |
+
</li>
|
206 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-settings menu-top-last" id="menu-settings">
|
207 |
+
<a href="options-general.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-settings menu-top-last" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
208 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-settings"><br></div>
|
209 |
+
<div class="wp-menu-name">Settings </div></a>
|
210 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
211 |
+
<li class="wp-submenu-head" aria-hidden="true">Settings </li>
|
212 |
+
<li class="wp-first-item"><a href="options-general.php" class="wp-first-item">General</a></li>
|
213 |
+
<li><a href="options-writing.php">Writing</a></li>
|
214 |
+
<li><a href="options-reading.php">Reading</a></li>
|
215 |
+
<li><a href="options-discussion.php">Discussion</a></li>
|
216 |
+
<li><a href="options-media.php">Media</a></li>
|
217 |
+
<li><a href="options-permalink.php">Permalinks</a></li>
|
218 |
+
<li><a href="privacy.php">Privacy </a></li>
|
219 |
+
<li><a href="options-general.php?page=event-settings">Event Organiser</a></li>
|
220 |
+
</ul>
|
221 |
+
</li>
|
222 |
+
<li id="collapse-menu" class="hide-if-no-js"><button type="button" id="collapse-button" aria-label="Collapse Main menu" aria-expanded="true"><span class="collapse-button-icon" aria-hidden="true"></span><span class="collapse-button-label">Collapse menu</span></button></li>
|
223 |
+
</ul>
|
224 |
+
</div>
|
225 |
+
</div>
|
226 |
+
<div id="wpcontent">
|
227 |
+
|
228 |
+
<div id="wpadminbar" class="nojq nojs">
|
229 |
+
<div class="quicklinks" id="wp-toolbar" role="navigation" aria-label="Toolbar" tabindex="0">
|
230 |
+
<ul id="wp-admin-bar-root-default" class="ab-top-menu">
|
231 |
+
<li id="wp-admin-bar-menu-toggle">
|
232 |
+
<a class="ab-item" href="#"><span class="ab-icon"></span><span class="screen-reader-text">Menu</span></a> </li>
|
233 |
+
<li id="wp-admin-bar-wp-logo" class="menupop">
|
234 |
+
<a class="ab-item" aria-haspopup="true" href="http://wordpress/wp-admin/about.php"><span class="ab-icon"></span><span class="screen-reader-text">About WordPress</span></a><div class="ab-sub-wrapper">
|
235 |
+
<ul id="wp-admin-bar-wp-logo-default" class="ab-submenu"><li id="wp-admin-bar-about">
|
236 |
+
<a class="ab-item" href="http://wordpress/wp-admin/about.php">About WordPress</a> </li></ul>
|
237 |
+
<ul id="wp-admin-bar-wp-logo-external" class="ab-sub-secondary ab-submenu">
|
238 |
+
<li id="wp-admin-bar-wporg">
|
239 |
+
<a class="ab-item" href="https://wordpress.org/">WordPress.org</a> </li>
|
240 |
+
<li id="wp-admin-bar-documentation">
|
241 |
+
<a class="ab-item" href="https://codex.wordpress.org/">Documentation</a> </li>
|
242 |
+
<li id="wp-admin-bar-support-forums">
|
243 |
+
<a class="ab-item" href="https://wordpress.org/support/">Support Forums</a> </li>
|
244 |
+
<li id="wp-admin-bar-feedback">
|
245 |
+
<a class="ab-item" href="https://wordpress.org/support/forum/requests-and-feedback">Feedback</a> </li>
|
246 |
+
</ul>
|
247 |
+
</div> </li>
|
248 |
+
<li id="wp-admin-bar-site-name" class="menupop">
|
249 |
+
<a class="ab-item" aria-haspopup="true" href="http://wordpress/">BDD WordPress</a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-site-name-default" class="ab-submenu"><li id="wp-admin-bar-view-site">
|
250 |
+
<a class="ab-item" href="http://wordpress/">Visit Site</a> </li></ul></div> </li>
|
251 |
+
<li id="wp-admin-bar-updates">
|
252 |
+
<a class="ab-item" href="http://wordpress/wp-admin/update-core.php" title="1 WordPress Update, 2 Plugin Updates, 3 Theme Updates"><span class="ab-icon"></span><span class="ab-label">6</span><span class="screen-reader-text">1 WordPress Update, 2 Plugin Updates, 3 Theme Updates</span></a> </li>
|
253 |
+
<li id="wp-admin-bar-comments">
|
254 |
+
<a class="ab-item" href="http://wordpress/wp-admin/edit-comments.php"><span class="ab-icon"></span><span class="ab-label awaiting-mod pending-count count-0" aria-hidden="true">0</span><span class="screen-reader-text">0 comments awaiting moderation</span></a> </li>
|
255 |
+
<li id="wp-admin-bar-new-content" class="menupop">
|
256 |
+
<a class="ab-item" aria-haspopup="true" href="http://wordpress/wp-admin/post-new.php"><span class="ab-icon"></span><span class="ab-label">New</span></a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-new-content-default" class="ab-submenu">
|
257 |
+
<li id="wp-admin-bar-new-post">
|
258 |
+
<a class="ab-item" href="http://wordpress/wp-admin/post-new.php">Post</a> </li>
|
259 |
+
<li id="wp-admin-bar-new-media">
|
260 |
+
<a class="ab-item" href="http://wordpress/wp-admin/media-new.php">Media</a> </li>
|
261 |
+
<li id="wp-admin-bar-new-page">
|
262 |
+
<a class="ab-item" href="http://wordpress/wp-admin/post-new.php?post_type=page">Page</a> </li>
|
263 |
+
<li id="wp-admin-bar-new-event">
|
264 |
+
<a class="ab-item" href="http://wordpress/wp-admin/post-new.php?post_type=event">Event</a> </li>
|
265 |
+
<li id="wp-admin-bar-new-user">
|
266 |
+
<a class="ab-item" href="http://wordpress/wp-admin/user-new.php">User</a> </li>
|
267 |
+
</ul></div> </li>
|
268 |
+
<li id="wp-admin-bar-archive">
|
269 |
+
<a class="ab-item" href="http://wordpress/events/event/">View Posts</a> </li>
|
270 |
+
</ul>
|
271 |
+
<ul id="wp-admin-bar-top-secondary" class="ab-top-secondary ab-top-menu"><li id="wp-admin-bar-my-account" class="menupop with-avatar">
|
272 |
+
<a class="ab-item" aria-haspopup="true" href="http://wordpress/wp-admin/profile.php">Howdy, <span class="display-name">admin</span><img alt="" src="http://0.gravatar.com/avatar/fec8fc482f0b7680030aa28962900033?s=26&d=mm&r=g" srcset="http://0.gravatar.com/avatar/fec8fc482f0b7680030aa28962900033?s=52&d=mm&r=g 2x" class="avatar avatar-26 photo" height="26" width="26"></a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-user-actions" class="ab-submenu">
|
273 |
+
<li id="wp-admin-bar-user-info">
|
274 |
+
<a class="ab-item" tabindex="-1" href="http://wordpress/wp-admin/profile.php"><img alt="" src="http://0.gravatar.com/avatar/fec8fc482f0b7680030aa28962900033?s=64&d=mm&r=g" srcset="http://0.gravatar.com/avatar/fec8fc482f0b7680030aa28962900033?s=128&d=mm&r=g 2x" class="avatar avatar-64 photo" height="64" width="64"><span class="display-name">admin</span></a> </li>
|
275 |
+
<li id="wp-admin-bar-edit-profile">
|
276 |
+
<a class="ab-item" href="http://wordpress/wp-admin/profile.php">Edit My Profile</a> </li>
|
277 |
+
<li id="wp-admin-bar-logout">
|
278 |
+
<a class="ab-item" href="http://wordpress/wp-login.php?action=logout&_wpnonce=c1ad68530b">Log Out</a> </li>
|
279 |
+
</ul></div> </li></ul>
|
280 |
+
</div>
|
281 |
+
<a class="screen-reader-shortcut" href="http://wordpress/wp-login.php?action=logout&_wpnonce=c1ad68530b">Log Out</a>
|
282 |
+
</div>
|
283 |
+
|
284 |
+
|
285 |
+
<div id="wpbody" role="main">
|
286 |
+
|
287 |
+
<div id="wpbody-content" aria-label="Main content" tabindex="0">
|
288 |
+
<div id="screen-meta" class="metabox-prefs">
|
289 |
+
|
290 |
+
<div id="contextual-help-wrap" class="hidden" tabindex="-1" aria-label="Contextual Help Tab">
|
291 |
+
<div id="contextual-help-back"></div>
|
292 |
+
<div id="contextual-help-columns">
|
293 |
+
<div class="contextual-help-tabs">
|
294 |
+
<ul>
|
295 |
+
<li id="tab-link-overview" class="active">
|
296 |
+
<a href="#tab-panel-overview" aria-controls="tab-panel-overview">
|
297 |
+
Overview </a>
|
298 |
+
</li>
|
299 |
+
</ul>
|
300 |
+
</div>
|
301 |
+
|
302 |
+
<div class="contextual-help-sidebar">
|
303 |
+
<p> <strong>For more information</strong>See the <a target="_blank" href="http://docs.wp-event-organiser.com/"> documentation</a></p>
|
304 |
+
<p><strong><a href="http://wordpress/wp-admin/edit.php?post_type=event&page=debug">Debugging Event Organiser</a></strong></p>
|
305 |
+
<p><strong><a href="http://wordpress/wp-admin/index.php?page=eo-pro">Go Pro!</a></strong></p> </div>
|
306 |
+
|
307 |
+
<div class="contextual-help-tabs-wrap">
|
308 |
+
|
309 |
+
<div id="tab-panel-overview" class="help-tab-content active">
|
310 |
+
<p>This is the list of all saved events. Note that <strong> recurring events appear as a single row </strong> in the table and the start and end date refers to the first occurrence of that event.</p> </div>
|
311 |
+
</div>
|
312 |
+
</div>
|
313 |
+
</div>
|
314 |
+
<div id="screen-options-wrap" class="hidden" tabindex="-1" aria-label="Screen Options Tab">
|
315 |
+
<form id="adv-settings" method="post">
|
316 |
+
<fieldset class="metabox-prefs">
|
317 |
+
<legend>Columns</legend>
|
318 |
+
<label><input class="hide-column-tog" name="taxonomy-event-category-hide" type="checkbox" id="taxonomy-event-category-hide" value="taxonomy-event-category" checked>Categories</label>
|
319 |
+
<label><input class="hide-column-tog" name="venue-hide" type="checkbox" id="venue-hide" value="venue" checked>Venue</label>
|
320 |
+
<label><input class="hide-column-tog" name="datestart-hide" type="checkbox" id="datestart-hide" value="datestart" checked>Start Date/Time</label>
|
321 |
+
<label><input class="hide-column-tog" name="dateend-hide" type="checkbox" id="dateend-hide" value="dateend" checked>End Date/Time</label>
|
322 |
+
<label><input class="hide-column-tog" name="reoccurence-hide" type="checkbox" id="reoccurence-hide" value="reoccurence" checked>Recurrence</label>
|
323 |
+
</fieldset>
|
324 |
+
<fieldset class="screen-options">
|
325 |
+
<legend>Pagination</legend>
|
326 |
+
<label for="edit_event_per_page">Number of items per page:</label>
|
327 |
+
<input type="number" step="1" min="1" max="999" class="screen-per-page" name="wp_screen_options[value]" id="edit_event_per_page" maxlength="3" value="20"><input type="hidden" name="wp_screen_options[option]" value="edit_event_per_page">
|
328 |
+
</fieldset>
|
329 |
+
<fieldset class="metabox-prefs view-mode">
|
330 |
+
<legend>View Mode</legend>
|
331 |
+
<label for="list-view-mode">
|
332 |
+
<input id="list-view-mode" type="radio" name="mode" value="list" checked>
|
333 |
+
List View </label>
|
334 |
+
<label for="excerpt-view-mode">
|
335 |
+
<input id="excerpt-view-mode" type="radio" name="mode" value="excerpt">
|
336 |
+
Excerpt View </label>
|
337 |
+
</fieldset>
|
338 |
+
<p class="submit"><input type="submit" name="screen-options-apply" id="screen-options-apply" class="button button-primary" value="Apply"></p>
|
339 |
+
<input type="hidden" id="screenoptionnonce" name="screenoptionnonce" value="1d7a15510d">
|
340 |
+
</form>
|
341 |
+
</div> </div>
|
342 |
+
<div id="screen-meta-links">
|
343 |
+
<div id="contextual-help-link-wrap" class="hide-if-no-js screen-meta-toggle">
|
344 |
+
<button type="button" id="contextual-help-link" class="button show-settings" aria-controls="contextual-help-wrap" aria-expanded="false">Help</button>
|
345 |
+
</div>
|
346 |
+
<div id="screen-options-link-wrap" class="hide-if-no-js screen-meta-toggle">
|
347 |
+
<button type="button" id="show-settings-link" class="button show-settings" aria-controls="screen-options-wrap" aria-expanded="false">Screen Options</button>
|
348 |
+
</div>
|
349 |
+
</div>
|
350 |
+
<div class="update-nag">
|
351 |
+
<a href="https://codex.wordpress.org/Version_5.1">WordPress 5.1</a> is available! <a href="http://wordpress/wp-admin/update-core.php" aria-label="Please update WordPress now">Please update now</a>.</div>
|
352 |
+
<div class="notice eventorganiser-notice notice-warning" id="eventorganiser-notice-google_maps_api">
|
353 |
+
<form action="" method="post">
|
354 |
+
<h4>Enter a Google Maps API key</h4>
|
355 |
+
<p>Google Maps now requires you register for an API key. If you wish to use maps on your site, <a href="http://wordpress/wp-admin/options-general.php?page=event-settings#google_api_key">please enter your key</a>.</p>
|
356 |
+
<button type="submit" class="notice-dismiss eventorganiser-dismiss">
|
357 |
+
<span class="screen-reader-text">Dismiss this notice</span>
|
358 |
+
</button>
|
359 |
+
<input type="hidden" name="action" value="eventorganiser-dismiss-notice"><input type="hidden" name="_wpnonce" value="5d8430d24d"><input type="hidden" name="notice" value="google_maps_api">
|
360 |
+
</form>
|
361 |
+
</div>
|
362 |
+
<div class="wrap">
|
363 |
+
<h1 class="wp-heading-inline">Events</h1>
|
364 |
+
|
365 |
+
<a href="http://wordpress/wp-admin/post-new.php?post_type=event" class="page-title-action">Add New</a>
|
366 |
+
<hr class="wp-header-end">
|
367 |
+
<h2 class="screen-reader-text">Filter events list</h2>
|
368 |
+
<ul class="subsubsub">
|
369 |
+
<li class="all">
|
370 |
+
<a href="edit.php?post_type=event">All <span class="count">(7)</span></a> |</li>
|
371 |
+
<li class="publish"><a href="edit.php?post_status=publish&post_type=event">Published <span class="count">(7)</span></a></li>
|
372 |
+
</ul>
|
373 |
+
<form id="posts-filter" method="get">
|
374 |
+
|
375 |
+
<p class="search-box">
|
376 |
+
<label class="screen-reader-text" for="post-search-input">Search events:</label>
|
377 |
+
<input type="search" id="post-search-input" name="s" value=""><input type="submit" id="search-submit" class="button" value="Search events"></p>
|
378 |
+
|
379 |
+
<input type="hidden" name="post_status" class="post_status_page" value="all"><input type="hidden" name="post_type" class="post_type_page" value="event"><input type="hidden" id="_wpnonce" name="_wpnonce" value="4e940aebc5"><input type="hidden" name="_wp_http_referer" value="/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=0&event-venue=living-room&eo_interval=all&paged=1&action2=-1"><div class="tablenav top">
|
380 |
+
|
381 |
+
<div class="alignleft actions bulkactions">
|
382 |
+
<label for="bulk-action-selector-top" class="screen-reader-text">Select bulk action</label><select name="action" id="bulk-action-selector-top"><option value="-1">Bulk Actions</option>
|
383 |
+
<option value="edit" class="hide-if-no-js">Edit</option>
|
384 |
+
<option value="trash">Move to Trash</option></select><input type="submit" id="doaction" class="button action" value="Apply">
|
385 |
+
</div>
|
386 |
+
<div class="alignleft actions">
|
387 |
+
<label for="filter-by-date" class="screen-reader-text">Filter by date</label>
|
388 |
+
<select name="m" id="filter-by-date"><option selected value="0">All dates</option>
|
389 |
+
<option value="201902">February 2019</option></select><select name="event-category" id="event-category" class="postform"><option value="0" selected>View all categories</option>
|
390 |
+
<option class="level-0" value="childrens">Children’s</option>
|
391 |
+
<option class="level-0" value="food-drink">Food & Drink</option>
|
392 |
+
<option class="level-0" value="literature">Literature</option>
|
393 |
+
<option class="level-0" value="music">Music</option></select><select name="event-venue" id="event-venue" class="postform"><option value="0">View all venues</option>
|
394 |
+
<option class="level-0" value="akva">Akva</option>
|
395 |
+
<option class="level-0" value="dragonfly">Dragonfly</option>
|
396 |
+
<option class="level-0" value="living-room" selected>Living Room</option></select><select style="width:150px;" name="eo_interval" id="show-events-in-interval" class="postform"><option value="all" selected> View all events </option>
|
397 |
+
<option value="future"> Future events </option>
|
398 |
+
<option value="expired"> Expired events </option>
|
399 |
+
<option value="P1D"> Events within 24 hours </option>
|
400 |
+
<option value="P1W"> Events within 1 week </option>
|
401 |
+
<option value="P2W"> Events within 2 weeks </option>
|
402 |
+
<option value="P1M"> Events within 1 month </option>
|
403 |
+
<option value="P6M"> Events within 6 months </option>
|
404 |
+
<option value="P1Y"> Events within 1 year </option></select><input type="submit" name="filter_action" id="post-query-submit" class="button" value="Filter">
|
405 |
+
</div>
|
406 |
+
<div class="tablenav-pages one-page">
|
407 |
+
<span class="displaying-num">1 item</span>
|
408 |
+
<span class="pagination-links"><span class="tablenav-pages-navspan" aria-hidden="true">«</span>
|
409 |
+
<span class="tablenav-pages-navspan" aria-hidden="true">‹</span>
|
410 |
+
<span class="paging-input"><label for="current-page-selector" class="screen-reader-text">Current Page</label><input class="current-page" id="current-page-selector" type="text" name="paged" value="1" size="1" aria-describedby="table-paging"><span class="tablenav-paging-text"> of <span class="total-pages">1</span></span></span>
|
411 |
+
<span class="tablenav-pages-navspan" aria-hidden="true">›</span>
|
412 |
+
<span class="tablenav-pages-navspan" aria-hidden="true">»</span></span>
|
413 |
+
</div>
|
414 |
+
<br class="clear">
|
415 |
+
</div>
|
416 |
+
<h2 class="screen-reader-text">Events list</h2>
|
417 |
+
<table class="wp-list-table widefat fixed striped posts">
|
418 |
+
<thead><tr>
|
419 |
+
<td id="cb" class="manage-column column-cb check-column">
|
420 |
+
<label class="screen-reader-text" for="cb-select-all-1">Select All</label><input id="cb-select-all-1" type="checkbox">
|
421 |
+
</td>
|
422 |
+
<th scope="col" id="title" class="manage-column column-title column-primary sortable desc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=0&event-venue=living-room&eo_interval=all&action2=-1&orderby=title&order=asc"><span>Event</span><span class="sorting-indicator"></span></a></th>
|
423 |
+
<th scope="col" id="taxonomy-event-category" class="manage-column column-taxonomy-event-category">Categories</th>
|
424 |
+
<th scope="col" id="venue" class="manage-column column-venue">Venue</th>
|
425 |
+
<th scope="col" id="datestart" class="manage-column column-datestart sortable desc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=0&event-venue=living-room&eo_interval=all&action2=-1&orderby=eventstart&order=asc"><span>Start Date/Time</span><span class="sorting-indicator"></span></a></th>
|
426 |
+
<th scope="col" id="dateend" class="manage-column column-dateend sortable desc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=0&event-venue=living-room&eo_interval=all&action2=-1&orderby=eventend&order=asc"><span>End Date/Time</span><span class="sorting-indicator"></span></a></th>
|
427 |
+
<th scope="col" id="reoccurence" class="manage-column column-reoccurence">Recurrence</th> </tr></thead>
|
428 |
+
<tbody id="the-list"><tr id="post-1" class="iedit author-other level-0 post-1 type-event status-publish hentry event-venue-living-room event-category-music entry">
|
429 |
+
<th scope="row" class="check-column"> <label class="screen-reader-text" for="cb-select-1">Select Single</label>
|
430 |
+
<input id="cb-select-1" type="checkbox" name="post[]" value="1"><div class="locked-indicator">
|
431 |
+
<span class="locked-indicator-icon" aria-hidden="true"></span>
|
432 |
+
<span class="screen-reader-text">“Single” is locked</span>
|
433 |
+
</div>
|
434 |
+
</th>
|
435 |
+
<td class="title column-title has-row-actions column-primary page-title" data-colname="Event">
|
436 |
+
<div class="locked-info">
|
437 |
+
<span class="locked-avatar"></span> <span class="locked-text"></span>
|
438 |
+
</div>
|
439 |
+
<strong><a class="row-title" href="http://wordpress/wp-admin/post.php?post=1&action=edit" aria-label="“Single” (Edit)">Single</a></strong>
|
440 |
+
|
441 |
+
<div class="hidden" id="inline_1">
|
442 |
+
<div class="post_title">Single</div>
|
443 |
+
<div class="post_name">single</div>
|
444 |
+
<div class="post_author">0</div>
|
445 |
+
<div class="comment_status">closed</div>
|
446 |
+
<div class="ping_status">closed</div>
|
447 |
+
<div class="_status">publish</div>
|
448 |
+
<div class="jj">28</div>
|
449 |
+
<div class="mm">02</div>
|
450 |
+
<div class="aa">2019</div>
|
451 |
+
<div class="hh">23</div>
|
452 |
+
<div class="mn">08</div>
|
453 |
+
<div class="ss">14</div>
|
454 |
+
<div class="post_password"></div>
|
455 |
+
<div class="page_template">default</div>
|
456 |
+
<div class="post_category" id="event-category_1">5</div>
|
457 |
+
<div class="tags_input" id="event-tag_1"></div>
|
458 |
+
<div class="sticky"></div>
|
459 |
+
</div>
|
460 |
+
<div class="row-actions">
|
461 |
+
<span class="edit"><a href="http://wordpress/wp-admin/post.php?post=1&action=edit" aria-label="Edit “Single”">Edit</a> | </span><span class="inline hide-if-no-js"><a href="#" class="editinline" aria-label="Quick edit “Single” inline">Quick Edit</a> | </span><span class="trash"><a href="http://wordpress/wp-admin/post.php?post=1&action=trash&_wpnonce=9fd37965b6" class="submitdelete" aria-label="Move “Single” to the Trash">Trash</a> | </span><span class="view"><a href="http://wordpress/events/event/single/" rel="bookmark" aria-label="View “Single”">View</a></span>
|
462 |
+
</div>
|
463 |
+
<button type="button" class="toggle-row"><span class="screen-reader-text">Show more details</span></button>
|
464 |
+
</td>
|
465 |
+
<td class="taxonomy-event-category column-taxonomy-event-category" data-colname="Categories"><a href="edit.php?post_type=event&event-category=music">Music</a></td>
|
466 |
+
<td class="venue column-venue" data-colname="Venue">
|
467 |
+
<a href="/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=0&event-venue=living-room&eo_interval=all&paged=1&action2=-1">Living Room</a><input type="hidden" value="7">
|
468 |
+
</td>
|
469 |
+
<td class="datestart column-datestart" data-colname="Start Date/Time">Apr, 30 2115<br>1:00 pm</td>
|
470 |
+
<td class="dateend column-dateend" data-colname="End Date/Time">Apr, 30 2115<br>2:00 pm</td>
|
471 |
+
<td class="reoccurence column-reoccurence" data-colname="Recurrence">one time only</td> </tr></tbody>
|
472 |
+
<tfoot><tr>
|
473 |
+
<td class="manage-column column-cb check-column">
|
474 |
+
<label class="screen-reader-text" for="cb-select-all-2">Select All</label><input id="cb-select-all-2" type="checkbox">
|
475 |
+
</td>
|
476 |
+
<th scope="col" class="manage-column column-title column-primary sortable desc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=0&event-venue=living-room&eo_interval=all&action2=-1&orderby=title&order=asc"><span>Event</span><span class="sorting-indicator"></span></a></th>
|
477 |
+
<th scope="col" class="manage-column column-taxonomy-event-category">Categories</th>
|
478 |
+
<th scope="col" class="manage-column column-venue">Venue</th>
|
479 |
+
<th scope="col" class="manage-column column-datestart sortable desc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=0&event-venue=living-room&eo_interval=all&action2=-1&orderby=eventstart&order=asc"><span>Start Date/Time</span><span class="sorting-indicator"></span></a></th>
|
480 |
+
<th scope="col" class="manage-column column-dateend sortable desc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=0&event-venue=living-room&eo_interval=all&action2=-1&orderby=eventend&order=asc"><span>End Date/Time</span><span class="sorting-indicator"></span></a></th>
|
481 |
+
<th scope="col" class="manage-column column-reoccurence">Recurrence</th> </tr></tfoot>
|
482 |
+
</table>
|
483 |
+
<div class="tablenav bottom">
|
484 |
+
|
485 |
+
<div class="alignleft actions bulkactions">
|
486 |
+
<label for="bulk-action-selector-bottom" class="screen-reader-text">Select bulk action</label><select name="action2" id="bulk-action-selector-bottom"><option value="-1">Bulk Actions</option>
|
487 |
+
<option value="edit" class="hide-if-no-js">Edit</option>
|
488 |
+
<option value="trash">Move to Trash</option></select><input type="submit" id="doaction2" class="button action" value="Apply">
|
489 |
+
</div>
|
490 |
+
<div class="alignleft actions">
|
491 |
+
</div>
|
492 |
+
<div class="tablenav-pages one-page">
|
493 |
+
<span class="displaying-num">1 item</span>
|
494 |
+
<span class="pagination-links"><span class="tablenav-pages-navspan" aria-hidden="true">«</span>
|
495 |
+
<span class="tablenav-pages-navspan" aria-hidden="true">‹</span>
|
496 |
+
<span class="screen-reader-text">Current Page</span><span id="table-paging" class="paging-input"><span class="tablenav-paging-text">1 of <span class="total-pages">1</span></span></span>
|
497 |
+
<span class="tablenav-pages-navspan" aria-hidden="true">›</span>
|
498 |
+
<span class="tablenav-pages-navspan" aria-hidden="true">»</span></span>
|
499 |
+
</div>
|
500 |
+
<br class="clear">
|
501 |
+
</div>
|
502 |
+
|
503 |
+
</form>
|
504 |
+
|
505 |
+
|
506 |
+
<form method="get"><table style="display: none"><tbody id="inlineedit">
|
507 |
+
<tr id="inline-edit" class="inline-edit-row inline-edit-row-post quick-edit-row quick-edit-row-post inline-edit-event" style="display: none"><td colspan="7" class="colspanchange">
|
508 |
+
|
509 |
+
<fieldset class="inline-edit-col-left">
|
510 |
+
<legend class="inline-edit-legend">Quick Edit</legend>
|
511 |
+
<div class="inline-edit-col">
|
512 |
+
|
513 |
+
<label>
|
514 |
+
<span class="title">Title</span>
|
515 |
+
<span class="input-text-wrap"><input type="text" name="post_title" class="ptitle" value=""></span>
|
516 |
+
</label>
|
517 |
+
|
518 |
+
|
519 |
+
<label>
|
520 |
+
<span class="title">Slug</span>
|
521 |
+
<span class="input-text-wrap"><input type="text" name="post_name" value=""></span>
|
522 |
+
</label>
|
523 |
+
|
524 |
+
|
525 |
+
<fieldset class="inline-edit-date">
|
526 |
+
<legend><span class="title">Date</span></legend>
|
527 |
+
<div class="timestamp-wrap">
|
528 |
+
<label><span class="screen-reader-text">Month</span><select name="mm"><option value="01" data-text="Jan">01-Jan</option>
|
529 |
+
<option value="02" data-text="Feb" selected>02-Feb</option>
|
530 |
+
<option value="03" data-text="Mar">03-Mar</option>
|
531 |
+
<option value="04" data-text="Apr">04-Apr</option>
|
532 |
+
<option value="05" data-text="May">05-May</option>
|
533 |
+
<option value="06" data-text="Jun">06-Jun</option>
|
534 |
+
<option value="07" data-text="Jul">07-Jul</option>
|
535 |
+
<option value="08" data-text="Aug">08-Aug</option>
|
536 |
+
<option value="09" data-text="Sep">09-Sep</option>
|
537 |
+
<option value="10" data-text="Oct">10-Oct</option>
|
538 |
+
<option value="11" data-text="Nov">11-Nov</option>
|
539 |
+
<option value="12" data-text="Dec">12-Dec</option></select></label> <label><span class="screen-reader-text">Day</span><input type="text" name="jj" value="28" size="2" maxlength="2" autocomplete="off"></label>, <label><span class="screen-reader-text">Year</span><input type="text" name="aa" value="2019" size="4" maxlength="4" autocomplete="off"></label> @ <label><span class="screen-reader-text">Hour</span><input type="text" name="hh" value="23" size="2" maxlength="2" autocomplete="off"></label>:<label><span class="screen-reader-text">Minute</span><input type="text" name="mn" value="08" size="2" maxlength="2" autocomplete="off"></label>
|
540 |
+
</div>
|
541 |
+
<input type="hidden" id="ss" name="ss" value="14">
|
542 |
+
</fieldset>
|
543 |
+
<br class="clear"><label class="inline-edit-author"><span class="title">Author</span><select name="post_author" class="authors"><option value="1">admin (admin)</option></select></label>
|
544 |
+
<div class="inline-edit-group wp-clearfix">
|
545 |
+
<label class="alignleft">
|
546 |
+
<span class="title">Password</span>
|
547 |
+
<span class="input-text-wrap"><input type="text" name="post_password" class="inline-edit-password-input" value=""></span>
|
548 |
+
</label>
|
549 |
+
|
550 |
+
<em class="alignleft inline-edit-or">
|
551 |
+
–OR– </em>
|
552 |
+
<label class="alignleft inline-edit-private">
|
553 |
+
<input type="checkbox" name="keep_private" value="private"><span class="checkbox-title">Private</span>
|
554 |
+
</label>
|
555 |
+
</div>
|
556 |
+
|
557 |
+
|
558 |
+
</div>
|
559 |
+
</fieldset>
|
560 |
+
<fieldset class="inline-edit-col-center inline-edit-categories"><div class="inline-edit-col">
|
561 |
+
|
562 |
+
|
563 |
+
<span class="title inline-edit-categories-label">Categories</span>
|
564 |
+
<input type="hidden" name="tax_input[event-category][]" value="0"><ul class="cat-checklist event-category-checklist">
|
565 |
+
<li id="event-category-2" class="popular-category"><label class="selectit"><input value="2" type="checkbox" name="tax_input[event-category][]" id="in-event-category-2"> Children's</label></li>
|
566 |
+
|
567 |
+
<li id="event-category-3" class="popular-category"><label class="selectit"><input value="3" type="checkbox" name="tax_input[event-category][]" id="in-event-category-3"> Food & Drink</label></li>
|
568 |
+
|
569 |
+
<li id="event-category-4" class="popular-category"><label class="selectit"><input value="4" type="checkbox" name="tax_input[event-category][]" id="in-event-category-4"> Literature</label></li>
|
570 |
+
|
571 |
+
<li id="event-category-5" class="popular-category"><label class="selectit"><input value="5" type="checkbox" name="tax_input[event-category][]" id="in-event-category-5"> Music</label></li>
|
572 |
+
</ul>
|
573 |
+
</div></fieldset>
|
574 |
+
<fieldset class="inline-edit-col-right"><div class="inline-edit-col">
|
575 |
+
|
576 |
+
|
577 |
+
|
578 |
+
|
579 |
+
<label class="inline-edit-tags">
|
580 |
+
<span class="title">Event Tags</span>
|
581 |
+
<textarea data-wp-taxonomy="event-tag" cols="22" rows="1" name="tax_input[event-tag]" class="tax_input_event-tag"></textarea></label>
|
582 |
+
|
583 |
+
|
584 |
+
|
585 |
+
|
586 |
+
<div class="inline-edit-group wp-clearfix">
|
587 |
+
<label class="inline-edit-status alignleft">
|
588 |
+
<span class="title">Status</span>
|
589 |
+
<select name="_status"><option value="publish">Published</option>
|
590 |
+
<option value="future">Scheduled</option>
|
591 |
+
<option value="pending">Pending Review</option>
|
592 |
+
<option value="draft">Draft</option></select></label>
|
593 |
+
|
594 |
+
|
595 |
+
</div>
|
596 |
+
|
597 |
+
|
598 |
+
</div></fieldset>
|
599 |
+
<fieldset class="inline-edit-col-left">
|
600 |
+
<div class="inline-edit-col">
|
601 |
+
<input type="hidden" id="_eononce" name="_eononce" value="6fc1a427ff"><input type="hidden" name="_wp_http_referer" value="/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=0&event-venue=living-room&eo_interval=all&paged=1&action2=-1"><label class="">
|
602 |
+
<span class="title">Venue</span>
|
603 |
+
<select name="eo_input[event-venue]" id="eventorganiser_venue" class="postform"><option value="0" selected>No Venue</option>
|
604 |
+
<option class="level-0" value="6">Akva</option>
|
605 |
+
<option class="level-0" value="8">Dragonfly</option>
|
606 |
+
<option class="level-0" value="7">Living Room</option></select></label>
|
607 |
+
</div>
|
608 |
+
</fieldset>
|
609 |
+
<div class="submit inline-edit-save">
|
610 |
+
<button type="button" class="button cancel alignleft">Cancel</button>
|
611 |
+
<input type="hidden" id="_inline_edit" name="_inline_edit" value="d730028c75"><button type="button" class="button button-primary save alignright">Update</button>
|
612 |
+
<span class="spinner"></span>
|
613 |
+
<input type="hidden" name="post_view" value="list"><input type="hidden" name="screen" value="edit-event"><br class="clear"><div class="notice notice-error notice-alt inline hidden">
|
614 |
+
<p class="error"></p>
|
615 |
+
</div>
|
616 |
+
</div>
|
617 |
+
</td></tr>
|
618 |
+
<tr id="bulk-edit" class="inline-edit-row inline-edit-row-post bulk-edit-row bulk-edit-row-post bulk-edit-event" style="display: none"><td colspan="7" class="colspanchange">
|
619 |
+
|
620 |
+
<fieldset class="inline-edit-col-left">
|
621 |
+
<legend class="inline-edit-legend">Bulk Edit</legend>
|
622 |
+
<div class="inline-edit-col">
|
623 |
+
<div id="bulk-title-div">
|
624 |
+
<div id="bulk-titles"></div>
|
625 |
+
</div>
|
626 |
+
|
627 |
+
|
628 |
+
|
629 |
+
|
630 |
+
</div>
|
631 |
+
</fieldset>
|
632 |
+
<fieldset class="inline-edit-col-right"><div class="inline-edit-col">
|
633 |
+
|
634 |
+
<label class="inline-edit-author"><span class="title">Author</span><select name="post_author" class="authors"><option value="-1">— No Change —</option>
|
635 |
+
<option value="1">admin (admin)</option></select></label>
|
636 |
+
|
637 |
+
|
638 |
+
|
639 |
+
<div class="inline-edit-group wp-clearfix">
|
640 |
+
<label class="inline-edit-status alignleft">
|
641 |
+
<span class="title">Status</span>
|
642 |
+
<select name="_status"><option value="-1">— No Change —</option>
|
643 |
+
<option value="publish">Published</option>
|
644 |
+
<option value="future">Scheduled</option>
|
645 |
+
<option value="private">Private</option>
|
646 |
+
<option value="pending">Pending Review</option>
|
647 |
+
<option value="draft">Draft</option></select></label>
|
648 |
+
|
649 |
+
|
650 |
+
</div>
|
651 |
+
|
652 |
+
|
653 |
+
</div></fieldset>
|
654 |
+
<fieldset class="inline-edit-col-left">
|
655 |
+
<div class="inline-edit-col">
|
656 |
+
<input type="hidden" id="_eononce" name="_eononce" value="6fc1a427ff"><input type="hidden" name="_wp_http_referer" value="/wp-admin/edit.php?post_type=event&filter_action=Filter&s&post_status=all&action=-1&m=0&event-category=0&event-venue=living-room&eo_interval=all&paged=1&action2=-1"><label class="">
|
657 |
+
<span class="title">Venue</span>
|
658 |
+
<select name="eo_input[event-venue]" id="eventorganiser_venue_bulk" class="postform"><option value="-1">— No Change —</option>
|
659 |
+
<option class="level-0" value="6">Akva</option>
|
660 |
+
<option class="level-0" value="8">Dragonfly</option>
|
661 |
+
<option class="level-0" value="7">Living Room</option></select></label>
|
662 |
+
</div>
|
663 |
+
</fieldset>
|
664 |
+
<div class="submit inline-edit-save">
|
665 |
+
<button type="button" class="button cancel alignleft">Cancel</button>
|
666 |
+
<input type="submit" name="bulk_edit" id="bulk_edit" class="button button-primary alignright" value="Update"><input type="hidden" name="post_view" value="list"><input type="hidden" name="screen" value="edit-event"><br class="clear"><div class="notice notice-error notice-alt inline hidden">
|
667 |
+
<p class="error"></p>
|
668 |
+
</div>
|
669 |
+
</div>
|
670 |
+
</td></tr>
|
671 |
+
</tbody></table></form>
|
672 |
+
|
673 |
+
<div id="ajax-response"></div>
|
674 |
+
<br class="clear">
|
675 |
+
</div>
|
676 |
+
|
677 |
+
|
678 |
+
<div class="clear"></div>
|
679 |
+
</div>
|
680 |
+
<!-- wpbody-content -->
|
681 |
+
<div class="clear"></div>
|
682 |
+
</div>
|
683 |
+
<!-- wpbody -->
|
684 |
+
<div class="clear"></div>
|
685 |
+
</div>
|
686 |
+
<!-- wpcontent -->
|
687 |
+
|
688 |
+
<div id="wpfooter" role="contentinfo">
|
689 |
+
<p id="footer-left" class="alignleft">
|
690 |
+
<span id="footer-thankyou">Thank you for creating with <a href="https://wordpress.org/">WordPress</a>.</span> </p>
|
691 |
+
<p id="footer-upgrade" class="alignright">
|
692 |
+
<strong><a href="http://wordpress/wp-admin/update-core.php">Get Version 5.1</a></strong> </p>
|
693 |
+
<div class="clear"></div>
|
694 |
+
</div>
|
695 |
+
<div id="wp-auth-check-wrap" class="hidden">
|
696 |
+
<div id="wp-auth-check-bg"></div>
|
697 |
+
<div id="wp-auth-check">
|
698 |
+
<button type="button" class="wp-auth-check-close button-link"><span class="screen-reader-text">Close dialog</span></button>
|
699 |
+
<div id="wp-auth-check-form" class="loading" data-src="http://wordpress/wp-login.php?interim-login=1&wp_lang=en_US"></div>
|
700 |
+
<div class="wp-auth-fallback">
|
701 |
+
<p><b class="wp-auth-fallback-expired" tabindex="0">Session expired</b></p>
|
702 |
+
<p><a href="http://wordpress/wp-login.php" target="_blank">Please log in again.</a>
|
703 |
+
The login page will open in a new window. After logging in you can close it and return to this page.</p>
|
704 |
+
</div>
|
705 |
+
</div>
|
706 |
+
</div>
|
707 |
+
|
708 |
+
<script type="text/javascript">
|
709 |
+
/* <![CDATA[ */
|
710 |
+
var commonL10n = {"warnDelete":"You are about to permanently delete these items from your site.\nThis action cannot be undone.\n 'Cancel' to stop, 'OK' to delete.","dismiss":"Dismiss this notice.","collapseMenu":"Collapse Main menu","expandMenu":"Expand Main menu"};var uiAutocompleteL10n = {"noResults":"No results found.","oneResult":"1 result found. Use up and down arrow keys to navigate.","manyResults":"%d results found. Use up and down arrow keys to navigate.","itemSelected":"Item selected."};var tagsSuggestL10n = {"tagDelimiter":",","removeTerm":"Remove term:","termSelected":"Term selected.","termAdded":"Term added.","termRemoved":"Term removed."};var inlineEditL10n = {"error":"Error while saving the changes.","ntdeltitle":"Remove From Bulk Edit","notitle":"(no title)","comma":",","saved":"Changes saved."};/* ]]> */
|
711 |
+
</script><script type="text/javascript" src="http://wordpress/wp-admin/load-scripts.php?c=0&load%5B%5D=hoverIntent,common,admin-bar,jquery-ui-core,jquery-ui-widget,jquery-ui-position,jquery-ui-menu,wp-a11y,jquery-ui-autocomplete,ta&load%5B%5D=gs-suggest,inline-edit-post&ver=5.0.3"></script><script type="text/javascript" src="http://wordpress/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=7.0.0"></script><script type="text/javascript">
|
712 |
+
( 'fetch' in window ) || document.write( '<script src="http://wordpress/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js?ver=3.0.0">' + 'ipt>' );( document.contains ) || document.write( '<script src="http://wordpress/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js?ver=3.26.0-0">' + 'ipt>' );( window.FormData && window.FormData.prototype.keys ) || document.write( '<script src="http://wordpress/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js?ver=3.0.12">' + 'ipt>' );( Element.prototype.matches && Element.prototype.closest ) || document.write( '<script src="http://wordpress/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js?ver=2.0.2">' + 'ipt>' );
|
713 |
+
</script><script type="text/javascript" src="http://wordpress/wp-includes/js/dist/hooks.min.js?ver=2.0.4"></script><script type="text/javascript">
|
714 |
+
/* <![CDATA[ */
|
715 |
+
var heartbeatSettings = {"nonce":"3ed525690a"};
|
716 |
+
/* ]]> */
|
717 |
+
</script><script type="text/javascript" src="http://wordpress/wp-includes/js/heartbeat.min.js?ver=5.0.3"></script><script type="text/javascript" src="http://wordpress/wp-admin/js/svg-painter.js?ver=5.0.3"></script><script type="text/javascript">
|
718 |
+
/* <![CDATA[ */
|
719 |
+
var authcheckL10n = {"beforeunload":"Your session has expired. You can log in again from this page or go to the login page.","interval":"180"};
|
720 |
+
/* ]]> */
|
721 |
+
</script><script type="text/javascript" src="http://wordpress/wp-includes/js/wp-auth-check.min.js?ver=5.0.3"></script><style>
|
722 |
+
.eventorganiser-notice {position: relative;}
|
723 |
+
/* Backwards compatability with 4.1 and earlier */
|
724 |
+
/* @see https://core.trac.wordpress.org/ticket/31233 */
|
725 |
+
.eventorganiser-dismiss:before {
|
726 |
+
background: none;
|
727 |
+
color: #b4b9be;
|
728 |
+
content: "\f153";
|
729 |
+
display: block;
|
730 |
+
font: normal 16px/20px dashicons;
|
731 |
+
speak: none;
|
732 |
+
height: 20px;
|
733 |
+
text-align: center;
|
734 |
+
width: 20px;
|
735 |
+
-webkit-font-smoothing: antialiased;
|
736 |
+
-moz-osx-font-smoothing: grayscale;
|
737 |
+
}
|
738 |
+
|
739 |
+
.eventorganiser-dismiss {
|
740 |
+
position: absolute;
|
741 |
+
top: 0;
|
742 |
+
right: 1px;
|
743 |
+
border: none;
|
744 |
+
margin: 0;
|
745 |
+
padding: 9px;
|
746 |
+
background: none;
|
747 |
+
color: #b4b9be;
|
748 |
+
cursor: pointer;
|
749 |
+
}
|
750 |
+
|
751 |
+
.eventorganiser-dismiss:hover:before,
|
752 |
+
.eventorganiser-dismiss:active:before,
|
753 |
+
.eventorganiser-dismiss:focus:before {
|
754 |
+
color: #c00;
|
755 |
+
}
|
756 |
+
|
757 |
+
.eventorganiser-dismiss:focus {
|
758 |
+
outline: none;
|
759 |
+
-webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
|
760 |
+
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
|
761 |
+
}
|
762 |
+
|
763 |
+
.ie8 .eventorganiser-dismiss:focus {outline: 1px solid #5b9dd9;}
|
764 |
+
|
765 |
+
@media screen and ( max-width: 782px ) {
|
766 |
+
.eventorganiser-dismiss {padding: 13px;}
|
767 |
+
}
|
768 |
+
</style>
|
769 |
+
<script type="text/javascript">
|
770 |
+
jQuery(document).ready(function ($){
|
771 |
+
var dismissClass = 'eventorganiser-dismiss';
|
772 |
+
var ajaxaction = 'eventorganiser-dismiss-notice';
|
773 |
+
var _wpnonce = '2efa7190c7';
|
774 |
+
var noticeClass = 'eventorganiser-notice';
|
775 |
+
|
776 |
+
jQuery('.'+dismissClass).click(function(e){
|
777 |
+
e.preventDefault();
|
778 |
+
var noticeID= $(this).parents('.'+noticeClass).attr('id').substring(noticeClass.length+1);
|
779 |
+
$('#'+noticeClass+'-'+noticeID).fadeOut('slow');
|
780 |
+
$.post(ajaxurl,
|
781 |
+
{
|
782 |
+
action: ajaxaction,
|
783 |
+
notice: noticeID,
|
784 |
+
_wpnonce: _wpnonce
|
785 |
+
},
|
786 |
+
function (response) {
|
787 |
+
if ('1' !== response) {
|
788 |
+
$('#'+noticeClass+'-'+noticeID).removeClass('updated notice-success').addClass('notice-error error').show();
|
789 |
+
}
|
790 |
+
}
|
791 |
+
);
|
792 |
+
});
|
793 |
+
});
|
794 |
+
</script><script type="text/javascript">
|
795 |
+
var compressionNonce = "9f6b6a350a";
|
796 |
+
var testCompression = {
|
797 |
+
get : function(test) {
|
798 |
+
var x;
|
799 |
+
if ( window.XMLHttpRequest ) {
|
800 |
+
x = new XMLHttpRequest();
|
801 |
+
} else {
|
802 |
+
try{x=new ActiveXObject('Msxml2.XMLHTTP');}catch(e){try{x=new ActiveXObject('Microsoft.XMLHTTP');}catch(e){};}
|
803 |
+
}
|
804 |
+
|
805 |
+
if (x) {
|
806 |
+
x.onreadystatechange = function() {
|
807 |
+
var r, h;
|
808 |
+
if ( x.readyState == 4 ) {
|
809 |
+
r = x.responseText.substr(0, 18);
|
810 |
+
h = x.getResponseHeader('Content-Encoding');
|
811 |
+
testCompression.check(r, h, test);
|
812 |
+
}
|
813 |
+
};
|
814 |
+
|
815 |
+
x.open('GET', ajaxurl + '?action=wp-compression-test&test='+test+'&_ajax_nonce='+compressionNonce+'&'+(new Date()).getTime(), true);
|
816 |
+
x.send('');
|
817 |
+
}
|
818 |
+
},
|
819 |
+
|
820 |
+
check : function(r, h, test) {
|
821 |
+
if ( ! r && ! test )
|
822 |
+
this.get(1);
|
823 |
+
|
824 |
+
if ( 1 == test ) {
|
825 |
+
if ( h && ( h.match(/deflate/i) || h.match(/gzip/i) ) )
|
826 |
+
this.get('no');
|
827 |
+
else
|
828 |
+
this.get(2);
|
829 |
+
|
830 |
+
return;
|
831 |
+
}
|
832 |
+
|
833 |
+
if ( 2 == test ) {
|
834 |
+
if ( '"wpCompressionTest' == r )
|
835 |
+
this.get('yes');
|
836 |
+
else
|
837 |
+
this.get('no');
|
838 |
+
}
|
839 |
+
}
|
840 |
+
};
|
841 |
+
testCompression.check();
|
842 |
+
</script><div class="clear"></div>
|
843 |
+
</div>
|
844 |
+
<!-- wpwrap -->
|
845 |
+
<script type="text/javascript">if(typeof wpOnload=='function')wpOnload();</script>
|
846 |
+
</body>
|
failed-scenerios/fullcalendar-22.html
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
<head></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"></pre></body>
|
failed-scenerios/fullcalendar-22.png
ADDED
Binary file
|
failed-scenerios/fullcalendar-33.html
ADDED
@@ -0,0 +1,152 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<head>
|
2 |
+
<meta charset="UTF-8">
|
3 |
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
4 |
+
<link rel="profile" href="https://gmpg.org/xfn/11">
|
5 |
+
<title>Calendar – BDD WordPress</title>
|
6 |
+
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com">
|
7 |
+
<link rel="dns-prefetch" href="//s.w.org">
|
8 |
+
<link rel="alternate" type="application/rss+xml" title="BDD WordPress » Feed" href="http://wordpress/feed/">
|
9 |
+
<link rel="alternate" type="application/rss+xml" title="BDD WordPress » Comments Feed" href="http://wordpress/comments/feed/">
|
10 |
+
<link rel="alternate" type="application/rss+xml" title="BDD WordPress » Calendar Comments Feed" href="http://wordpress/2019/02/28/calendar/feed/">
|
11 |
+
<script type="text/javascript">
|
12 |
+
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/wordpress\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.0.3"}};
|
13 |
+
!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);
|
14 |
+
</script><script src="http://wordpress/wp-includes/js/wp-emoji-release.min.js?ver=5.0.3" type="text/javascript" defer=""></script>
|
15 |
+
<style type="text/css">
|
16 |
+
img.wp-smiley,
|
17 |
+
img.emoji {
|
18 |
+
display: inline !important;
|
19 |
+
border: none !important;
|
20 |
+
box-shadow: none !important;
|
21 |
+
height: 1em !important;
|
22 |
+
width: 1em !important;
|
23 |
+
margin: 0 .07em !important;
|
24 |
+
vertical-align: -0.1em !important;
|
25 |
+
background: none !important;
|
26 |
+
padding: 0 !important;
|
27 |
+
}
|
28 |
+
</style>
|
29 |
+
<link rel="stylesheet" id="eo-leaflet.js-css" href="http://cdnjs.cloudflare.com/ajax/libs/leaflet/1.3.1/leaflet.css?ver=5.0.3" type="text/css" media="all">
|
30 |
+
<style id="eo-leaflet.js-inline-css" type="text/css">
|
31 |
+
.leaflet-popup-close-button{box-shadow:none!important;}
|
32 |
+
</style>
|
33 |
+
<link rel="stylesheet" id="wp-block-library-css" href="http://wordpress/wp-includes/css/dist/block-library/style.min.css?ver=5.0.3" type="text/css" media="all">
|
34 |
+
<link rel="stylesheet" id="wp-block-library-theme-css" href="http://wordpress/wp-includes/css/dist/block-library/theme.min.css?ver=5.0.3" type="text/css" media="all">
|
35 |
+
<link rel="stylesheet" id="twentynineteen-style-css" href="http://wordpress/wp-content/themes/twentynineteen/style.css?ver=1.2" type="text/css" media="all">
|
36 |
+
<link rel="stylesheet" id="twentynineteen-print-style-css" href="http://wordpress/wp-content/themes/twentynineteen/print.css?ver=1.2" type="text/css" media="print">
|
37 |
+
<link rel="https://api.w.org/" href="http://wordpress/wp-json/">
|
38 |
+
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://wordpress/xmlrpc.php?rsd">
|
39 |
+
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://wordpress/wp-includes/wlwmanifest.xml">
|
40 |
+
<meta name="generator" content="WordPress 5.0.3">
|
41 |
+
<link rel="canonical" href="http://wordpress/2019/02/28/calendar/">
|
42 |
+
<link rel="shortlink" href="http://wordpress/?p=4">
|
43 |
+
<link rel="alternate" type="application/json+oembed" href="http://wordpress/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwordpress%2F2019%2F02%2F28%2Fcalendar%2F">
|
44 |
+
<link rel="alternate" type="text/xml+oembed" href="http://wordpress/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fwordpress%2F2019%2F02%2F28%2Fcalendar%2F&format=xml">
|
45 |
+
<link rel="pingback" href="http://wordpress/xmlrpc.php"></head>
|
46 |
+
|
47 |
+
<body class="post-template-default single single-post postid-4 single-format-standard wp-embed-responsive singular image-filters-enabled">
|
48 |
+
<div id="page" class="site">
|
49 |
+
<a class="skip-link screen-reader-text" href="#content">Skip to content</a>
|
50 |
+
|
51 |
+
<header id="masthead" class="site-header">
|
52 |
+
|
53 |
+
<div class="site-branding-container">
|
54 |
+
<div class="site-branding">
|
55 |
+
|
56 |
+
<p class="site-title"><a href="http://wordpress/" rel="home">BDD WordPress</a></p>
|
57 |
+
|
58 |
+
<p class="site-description">
|
59 |
+
Just another WordPress site </p>
|
60 |
+
</div><!-- .site-branding -->
|
61 |
+
</div><!-- .layout-wrap -->
|
62 |
+
|
63 |
+
</header><!-- #masthead -->
|
64 |
+
|
65 |
+
<div id="content" class="site-content">
|
66 |
+
|
67 |
+
<section id="primary" class="content-area">
|
68 |
+
<main id="main" class="site-main">
|
69 |
+
|
70 |
+
|
71 |
+
<article id="post-4" class="post-4 post type-post status-publish format-standard hentry category-uncategorized entry">
|
72 |
+
<header class="entry-header">
|
73 |
+
|
74 |
+
<h1 class="entry-title">Calendar</h1>
|
75 |
+
<div class="entry-meta">
|
76 |
+
<span class="byline"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><span class="screen-reader-text">Posted by</span><span class="author vcard"><a class="url fn n" href="http://wordpress/author/admin/">admin</a></span></span> <span class="posted-on"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><path id="a" d="M0 0h24v24H0V0z"></path></defs><clipPath id="b"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#a" overflow="visible"></use></clipPath><path clip-path="url(#b)" d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm4.2 14.2L11 13V7h1.5v5.2l4.5 2.7-.8 1.3z"></path></svg><a href="http://wordpress/2019/02/28/calendar/" rel="bookmark"><time class="entry-date published updated" datetime="2019-02-28T23:08:40+00:00">February 28, 2019</time></a></span> <span class="comment-count">
|
77 |
+
<span class="comments-link"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M21.99 4c0-1.1-.89-2-1.99-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4-.01-18z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><a href="http://wordpress/2019/02/28/calendar/#respond">Leave a comment<span class="screen-reader-text"> on Calendar</span></a></span> </span>
|
78 |
+
</div><!-- .meta-info -->
|
79 |
+
</header>
|
80 |
+
|
81 |
+
<div class="entry-content">
|
82 |
+
<div id="eo_fullcalendar_1_loading" class="eo-fullcalendar-loading" style="display: none;"><img src="http://wordpress/wp-content/plugins/event-organiser/css/images/loading-image.gif" class="eo-fullcalendar-loading-icon" alt="Loading…"> Loading…</div><div class="eo-fullcalendar eo-fullcalendar-shortcode eo-fullcalendar-reset eo-fullcalendar-responsive fc fc-ltr fc-unthemed" id="eo_fullcalendar_1"><div class="fc-toolbar"><div class="fc-left"><h2 aria-live="polite">February 2019</h2></div><div class="fc-right"><div class="fc-button-group"><button type="button" class="fc-prev-button fc-button fc-state-default fc-corner-left fc-corner-right"><span class="fc-icon fc-icon-left-single-arrow"></span></button></div><div class="fc-button-group"><button type="button" class="fc-next-button fc-button fc-state-default fc-corner-left fc-corner-right"><span class="fc-icon fc-icon-right-single-arrow"></span></button></div><div class="fc-button-group"><button type="button" class="fc-today-button fc-button fc-state-default fc-corner-left fc-corner-right fc-state-disabled" disabled="disabled">today</button></div></div><div class="fc-center"></div><div class="fc-clear"></div></div><div class="fc-view-container"><div class="fc-view fc-month-view fc-basic-view"><table><thead><tr><td class="fc-widget-header"><div class="fc-row fc-widget-header"><table><thead><tr><th class="fc-day-header fc-widget-header fc-mon">Mon</th><th class="fc-day-header fc-widget-header fc-tue">Tue</th><th class="fc-day-header fc-widget-header fc-wed">Wed</th><th class="fc-day-header fc-widget-header fc-thu">Thu</th><th class="fc-day-header fc-widget-header fc-fri">Fri</th><th class="fc-day-header fc-widget-header fc-sat">Sat</th><th class="fc-day-header fc-widget-header fc-sun">Sun</th></tr></thead></table></div></td></tr></thead><tbody><tr><td class="fc-widget-content"><div class="fc-day-grid-container"><div class="fc-day-grid"><div class="fc-row fc-week fc-widget-content"><div class="fc-bg"><table><tbody><tr><td class="fc-day fc-widget-content fc-mon fc-other-month fc-past" data-date="2019-01-28"></td><td class="fc-day fc-widget-content fc-tue fc-other-month fc-past" data-date="2019-01-29"></td><td class="fc-day fc-widget-content fc-wed fc-other-month fc-past" data-date="2019-01-30"></td><td class="fc-day fc-widget-content fc-thu fc-other-month fc-past" data-date="2019-01-31"></td><td class="fc-day fc-widget-content fc-fri fc-past" data-date="2019-02-01"></td><td class="fc-day fc-widget-content fc-sat fc-past" data-date="2019-02-02"></td><td class="fc-day fc-widget-content fc-sun fc-past" data-date="2019-02-03"></td></tr></tbody></table></div><div class="fc-content-skeleton"><table><thead><tr><td class="fc-day-number fc-mon fc-other-month fc-past" data-date="2019-01-28">28</td><td class="fc-day-number fc-tue fc-other-month fc-past" data-date="2019-01-29">29</td><td class="fc-day-number fc-wed fc-other-month fc-past" data-date="2019-01-30">30</td><td class="fc-day-number fc-thu fc-other-month fc-past" data-date="2019-01-31">31</td><td class="fc-day-number fc-fri fc-past" data-date="2019-02-01">1</td><td class="fc-day-number fc-sat fc-past" data-date="2019-02-02">2</td><td class="fc-day-number fc-sun fc-past" data-date="2019-02-03">3</td></tr></thead><tbody><tr><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr></tbody></table></div></div><div class="fc-row fc-week fc-widget-content"><div class="fc-bg"><table><tbody><tr><td class="fc-day fc-widget-content fc-mon fc-past" data-date="2019-02-04"></td><td class="fc-day fc-widget-content fc-tue fc-past" data-date="2019-02-05"></td><td class="fc-day fc-widget-content fc-wed fc-past" data-date="2019-02-06"></td><td class="fc-day fc-widget-content fc-thu fc-past" data-date="2019-02-07"></td><td class="fc-day fc-widget-content fc-fri fc-past" data-date="2019-02-08"></td><td class="fc-day fc-widget-content fc-sat fc-past" data-date="2019-02-09"></td><td class="fc-day fc-widget-content fc-sun fc-past" data-date="2019-02-10"></td></tr></tbody></table></div><div class="fc-content-skeleton"><table><thead><tr><td class="fc-day-number fc-mon fc-past" data-date="2019-02-04">4</td><td class="fc-day-number fc-tue fc-past" data-date="2019-02-05">5</td><td class="fc-day-number fc-wed fc-past" data-date="2019-02-06">6</td><td class="fc-day-number fc-thu fc-past" data-date="2019-02-07">7</td><td class="fc-day-number fc-fri fc-past" data-date="2019-02-08">8</td><td class="fc-day-number fc-sat fc-past" data-date="2019-02-09">9</td><td class="fc-day-number fc-sun fc-past" data-date="2019-02-10">10</td></tr></thead><tbody><tr><td></td><td></td><td></td><td></td><td></td><td></td><td class="fc-event-container"><a class="fc-day-grid-event fc-event fc-start fc-end eo-event-past eo-all-day eo-event eo-past-event" href="http://wordpress/events/event/daily/" style="background-color:#1e8cbe;border-color:#1e8cbe;color:#ffffff" data-hasqtip="0"><div class="fc-content"><span class="eo-fullcalendar-screen-reader-text screen-reader-text"> Sunday, February 10th 2019 </span> <span class="fc-title">Daily</span></div></a></td></tr></tbody></table></div></div><div class="fc-row fc-week fc-widget-content"><div class="fc-bg"><table><tbody><tr><td class="fc-day fc-widget-content fc-mon fc-past" data-date="2019-02-11"></td><td class="fc-day fc-widget-content fc-tue fc-past" data-date="2019-02-12"></td><td class="fc-day fc-widget-content fc-wed fc-past" data-date="2019-02-13"></td><td class="fc-day fc-widget-content fc-thu fc-past" data-date="2019-02-14"></td><td class="fc-day fc-widget-content fc-fri fc-past" data-date="2019-02-15"></td><td class="fc-day fc-widget-content fc-sat fc-past" data-date="2019-02-16"></td><td class="fc-day fc-widget-content fc-sun fc-past" data-date="2019-02-17"></td></tr></tbody></table></div><div class="fc-content-skeleton"><table><thead><tr><td class="fc-day-number fc-mon fc-past" data-date="2019-02-11">11</td><td class="fc-day-number fc-tue fc-past" data-date="2019-02-12">12</td><td class="fc-day-number fc-wed fc-past" data-date="2019-02-13">13</td><td class="fc-day-number fc-thu fc-past" data-date="2019-02-14">14</td><td class="fc-day-number fc-fri fc-past" data-date="2019-02-15">15</td><td class="fc-day-number fc-sat fc-past" data-date="2019-02-16">16</td><td class="fc-day-number fc-sun fc-past" data-date="2019-02-17">17</td></tr></thead><tbody><tr><td class="fc-event-container" rowspan="2"><a class="fc-day-grid-event fc-event fc-start fc-end eo-event-past eo-all-day eo-event eo-past-event" href="http://wordpress/events/event/daily/" style="background-color:#1e8cbe;border-color:#1e8cbe;color:#ffffff" data-hasqtip="1"><div class="fc-content"><span class="eo-fullcalendar-screen-reader-text screen-reader-text"> Monday, February 11th 2019 </span> <span class="fc-title">Daily</span></div></a></td><td class="fc-event-container" rowspan="2"><a class="fc-day-grid-event fc-event fc-start fc-end eo-event-past eo-all-day eo-event eo-past-event" href="http://wordpress/events/event/daily/" style="background-color:#1e8cbe;border-color:#1e8cbe;color:#ffffff" data-hasqtip="2"><div class="fc-content"><span class="eo-fullcalendar-screen-reader-text screen-reader-text"> Tuesday, February 12th 2019 </span> <span class="fc-title">Daily</span></div></a></td><td class="fc-event-container" rowspan="2"><a class="fc-day-grid-event fc-event fc-start fc-end eo-event-past eo-all-day eo-event eo-past-event" href="http://wordpress/events/event/daily/" style="background-color:#1e8cbe;border-color:#1e8cbe;color:#ffffff" data-hasqtip="3"><div class="fc-content"><span class="eo-fullcalendar-screen-reader-text screen-reader-text"> Wednesday, February 13th 2019 </span> <span class="fc-title">Daily</span></div></a></td><td class="fc-event-container"><a class="fc-day-grid-event fc-event fc-start fc-end eo-event-past eo-all-day eo-event eo-past-event" href="http://wordpress/events/event/daily/" style="background-color:#1e8cbe;border-color:#1e8cbe;color:#ffffff" data-hasqtip="4"><div class="fc-content"><span class="eo-fullcalendar-screen-reader-text screen-reader-text"> Thursday, February 14th 2019 </span> <span class="fc-title">Daily</span></div></a></td><td class="fc-event-container" rowspan="2"><a class="fc-day-grid-event fc-event fc-start fc-end eo-event-past eo-all-day eo-event eo-past-event" href="http://wordpress/events/event/daily/" style="background-color:#1e8cbe;border-color:#1e8cbe;color:#ffffff" data-hasqtip="6"><div class="fc-content"><span class="eo-fullcalendar-screen-reader-text screen-reader-text"> Friday, February 15th 2019 </span> <span class="fc-title">Daily</span></div></a></td><td rowspan="2"></td><td rowspan="2"></td></tr><tr><td class="fc-event-container"><a class="fc-day-grid-event fc-event fc-start fc-end eo-event-past eo-event eo-past-event" href="http://wordpress/events/event/single/" style="background-color:#1e8cbe;border-color:#1e8cbe;color:#ffffff" data-hasqtip="5"><div class="fc-content"><span class="eo-fullcalendar-screen-reader-text screen-reader-text"> Thursday, February 14th 2019 </span><span class="fc-time">1:00 pm</span> <span class="fc-title">Single</span></div></a></td></tr></tbody></table></div></div><div class="fc-row fc-week fc-widget-content"><div class="fc-bg"><table><tbody><tr><td class="fc-day fc-widget-content fc-mon fc-past" data-date="2019-02-18"></td><td class="fc-day fc-widget-content fc-tue fc-past" data-date="2019-02-19"></td><td class="fc-day fc-widget-content fc-wed fc-past" data-date="2019-02-20"></td><td class="fc-day fc-widget-content fc-thu fc-past" data-date="2019-02-21"></td><td class="fc-day fc-widget-content fc-fri fc-past" data-date="2019-02-22"></td><td class="fc-day fc-widget-content fc-sat fc-past" data-date="2019-02-23"></td><td class="fc-day fc-widget-content fc-sun fc-past" data-date="2019-02-24"></td></tr></tbody></table></div><div class="fc-content-skeleton"><table><thead><tr><td class="fc-day-number fc-mon fc-past" data-date="2019-02-18">18</td><td class="fc-day-number fc-tue fc-past" data-date="2019-02-19">19</td><td class="fc-day-number fc-wed fc-past" data-date="2019-02-20">20</td><td class="fc-day-number fc-thu fc-past" data-date="2019-02-21">21</td><td class="fc-day-number fc-fri fc-past" data-date="2019-02-22">22</td><td class="fc-day-number fc-sat fc-past" data-date="2019-02-23">23</td><td class="fc-day-number fc-sun fc-past" data-date="2019-02-24">24</td></tr></thead><tbody><tr><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr></tbody></table></div></div><div class="fc-row fc-week fc-widget-content"><div class="fc-bg"><table><tbody><tr><td class="fc-day fc-widget-content fc-mon fc-past" data-date="2019-02-25"></td><td class="fc-day fc-widget-content fc-tue fc-past" data-date="2019-02-26"></td><td class="fc-day fc-widget-content fc-wed fc-past" data-date="2019-02-27"></td><td class="fc-day fc-widget-content fc-thu fc-today fc-state-highlight" data-date="2019-02-28"></td><td class="fc-day fc-widget-content fc-fri fc-other-month fc-future" data-date="2019-03-01"></td><td class="fc-day fc-widget-content fc-sat fc-other-month fc-future" data-date="2019-03-02"></td><td class="fc-day fc-widget-content fc-sun fc-other-month fc-future" data-date="2019-03-03"></td></tr></tbody></table></div><div class="fc-content-skeleton"><table><thead><tr><td class="fc-day-number fc-mon fc-past" data-date="2019-02-25">25</td><td class="fc-day-number fc-tue fc-past" data-date="2019-02-26">26</td><td class="fc-day-number fc-wed fc-past" data-date="2019-02-27">27</td><td class="fc-day-number fc-thu fc-today fc-state-highlight" data-date="2019-02-28">28</td><td class="fc-day-number fc-fri fc-other-month fc-future" data-date="2019-03-01">1</td><td class="fc-day-number fc-sat fc-other-month fc-future" data-date="2019-03-02">2</td><td class="fc-day-number fc-sun fc-other-month fc-future" data-date="2019-03-03">3</td></tr></thead><tbody><tr><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr></tbody></table></div></div></div></div></td></tr></tbody></table></div></div></div>
|
83 |
+
</div><!-- .entry-content -->
|
84 |
+
|
85 |
+
<footer class="entry-footer">
|
86 |
+
<span class="byline"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><span class="screen-reader-text">Posted by</span><span class="author vcard"><a class="url fn n" href="http://wordpress/author/admin/">admin</a></span></span><span class="posted-on"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><path id="a" d="M0 0h24v24H0V0z"></path></defs><clipPath id="b"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#a" overflow="visible"></use></clipPath><path clip-path="url(#b)" d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm4.2 14.2L11 13V7h1.5v5.2l4.5 2.7-.8 1.3z"></path></svg><a href="http://wordpress/2019/02/28/calendar/" rel="bookmark"><time class="entry-date published updated" datetime="2019-02-28T23:08:40+00:00">February 28, 2019</time></a></span><span class="cat-links"><svg class="svg-icon" width="16" height="16" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg><span class="screen-reader-text">Posted in</span><a href="http://wordpress/category/uncategorized/" rel="category tag">Uncategorized</a></span> </footer><!-- .entry-footer -->
|
87 |
+
|
88 |
+
|
89 |
+
</article><!-- #post-${ID} -->
|
90 |
+
|
91 |
+
<div id="comments" class="comments-area">
|
92 |
+
<div class="comments-title-wrap no-responses">
|
93 |
+
<h2 class="comments-title">
|
94 |
+
Leave a comment </h2><!-- .comments-title -->
|
95 |
+
</div><!-- .comments-title-flex -->
|
96 |
+
<div id="respond" class="comment-respond">
|
97 |
+
<h3 id="reply-title" class="comment-reply-title"> <small><a rel="nofollow" id="cancel-comment-reply-link" href="/2019/02/28/calendar/#respond" style="display:none;">Cancel reply</a></small></h3> <form action="http://wordpress/wp-comments-post.php" method="post" id="commentform" class="comment-form" novalidate="">
|
98 |
+
<p class="comment-notes"><span id="email-notes">Your email address will not be published.</span> Required fields are marked <span class="required">*</span></p><p class="comment-form-comment"><label for="comment">Comment</label> <textarea id="comment" name="comment" cols="45" rows="5" maxlength="65525" required="required"></textarea></p><p class="comment-form-author"><label for="author">Name <span class="required">*</span></label> <input id="author" name="author" type="text" value="" size="30" maxlength="245" required="required"></p>
|
99 |
+
<p class="comment-form-email"><label for="email">Email <span class="required">*</span></label> <input id="email" name="email" type="email" value="" size="30" maxlength="100" aria-describedby="email-notes" required="required"></p>
|
100 |
+
<p class="comment-form-url"><label for="url">Website</label> <input id="url" name="url" type="url" value="" size="30" maxlength="200"></p>
|
101 |
+
<p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Post Comment"> <input type="hidden" name="comment_post_ID" value="4" id="comment_post_ID">
|
102 |
+
<input type="hidden" name="comment_parent" id="comment_parent" value="0">
|
103 |
+
</p> </form>
|
104 |
+
</div><!-- #respond -->
|
105 |
+
</div><!-- #comments -->
|
106 |
+
|
107 |
+
</main><!-- #main -->
|
108 |
+
</section><!-- #primary -->
|
109 |
+
|
110 |
+
|
111 |
+
</div><!-- #content -->
|
112 |
+
|
113 |
+
<footer id="colophon" class="site-footer">
|
114 |
+
<div class="site-info">
|
115 |
+
<a class="site-name" href="http://wordpress/" rel="home">BDD WordPress</a>,
|
116 |
+
<a href="https://wordpress.org/" class="imprint">
|
117 |
+
Proudly powered by WordPress. </a>
|
118 |
+
</div><!-- .site-info -->
|
119 |
+
</footer><!-- #colophon -->
|
120 |
+
|
121 |
+
</div><!-- #page -->
|
122 |
+
|
123 |
+
<link rel="stylesheet" id="eo_front-css" href="http://wordpress/wp-content/plugins/event-organiser/css/eventorganiser-front-end.min.css?ver=3.7.4" type="text/css" media="all">
|
124 |
+
<link rel="stylesheet" id="eo_calendar-style-css" href="http://wordpress/wp-content/plugins/event-organiser/css/fullcalendar.min.css?ver=3.7.4" type="text/css" media="all">
|
125 |
+
<script type="text/javascript" src="http://wordpress/wp-includes/js/comment-reply.min.js?ver=5.0.3"></script>
|
126 |
+
<script type="text/javascript" src="http://wordpress/wp-includes/js/wp-embed.min.js?ver=5.0.3"></script>
|
127 |
+
<script type="text/javascript" src="http://wordpress/wp-includes/js/jquery/jquery.js?ver=1.12.4"></script>
|
128 |
+
<script type="text/javascript" src="http://wordpress/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1"></script>
|
129 |
+
<script type="text/javascript" src="http://wordpress/wp-content/plugins/event-organiser/js/qtip2.js?ver=3.7.4"></script>
|
130 |
+
<script type="text/javascript" src="http://wordpress/wp-includes/js/jquery/ui/core.min.js?ver=1.11.4"></script>
|
131 |
+
<script type="text/javascript" src="http://wordpress/wp-includes/js/jquery/ui/widget.min.js?ver=1.11.4"></script>
|
132 |
+
<script type="text/javascript" src="http://wordpress/wp-includes/js/jquery/ui/button.min.js?ver=1.11.4"></script>
|
133 |
+
<script type="text/javascript" src="http://wordpress/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.11.4"></script>
|
134 |
+
<script type="text/javascript" src="http://wordpress/wp-content/plugins/event-organiser/js/moment.min.js?ver=1"></script>
|
135 |
+
<script type="text/javascript" src="http://wordpress/wp-content/plugins/event-organiser/js/fullcalendar.min.js?ver=3.7.4"></script>
|
136 |
+
<script type="text/javascript" src="http://wordpress/wp-content/plugins/event-organiser/js/event-manager.min.js?ver=3.7.4"></script>
|
137 |
+
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/leaflet/1.3.1/leaflet.js?ver=5.0.3"></script>
|
138 |
+
<script type="text/javascript" src="http://wordpress/wp-content/plugins/event-organiser/js/maps/openstreetmap-adapter.js?ver=3.7.4"></script>
|
139 |
+
<script type="text/javascript">
|
140 |
+
/* <![CDATA[ */
|
141 |
+
var EOAjaxFront = {"adminajax":"http:\/\/wordpress\/wp-admin\/admin-ajax.php","locale":{"locale":"en","isrtl":false,"monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthAbbrev":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayAbbrev":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayInitial":["S","M","T","W","T","F","S"],"ShowMore":"Show More","ShowLess":"Show Less","today":"today","day":"day","week":"week","month":"month","gotodate":"go to date","cat":"View all categories","venue":"View all venues","tag":false,"view_all_organisers":"View all organisers","nextText":">","prevText":"<"}};
|
142 |
+
var eventorganiser = {"ajaxurl":"http:\/\/wordpress\/wp-admin\/admin-ajax.php","calendars":[{"headerleft":"title","headercenter":"","headerright":"prev next today","defaultview":"month","aspectratio":false,"compact":false,"event-category":"","event_category":"","event-venue":"","event_venue":"","event-tag":"","author":false,"author_name":false,"timeformat":"h:mm a","axisformat":"h:mm a","tooltip":true,"weekends":true,"mintime":"0:00","maxtime":"24:00","slotduration":"00:30:00","nextdaythreshold":"06:00:00","alldayslot":true,"alldaytext":"All day","columnformatmonth":"ddd","columnformatweek":"ddd M\/D","columnformatday":"dddd M\/D","titleformatmonth":"MMMM YYYY","titleformatweek":"MMM D, YYYY","titleformatday":"dddd, MMM D, YYYY","weeknumbers":false,"year":false,"month":false,"date":false,"defaultdate":false,"users_events":false,"event_series":false,"event_occurrence__in":[],"theme":false,"reset":true,"isrtl":false,"responsive":true,"responsivebreakpoint":514,"hiddendays":[],"event_tag":"","event_organiser":[],"timeformatphp":"g:i a","axisformatphp":"g:i a","columnformatdayphp":"l n\/j","columnformatweekphp":"D n\/j","columnformatmonthphp":"D","titleformatmonthphp":"F Y","titleformatdayphp":"l, M j, Y","titleformatweekphp":"M j, Y"}],"widget_calendars":[],"fullcal":{"firstDay":1},"map":[]};
|
143 |
+
/* ]]> */
|
144 |
+
</script>
|
145 |
+
<script type="text/javascript" src="http://wordpress/wp-content/plugins/event-organiser/js/frontend.min.js?ver=3.7.4"></script>
|
146 |
+
<script>
|
147 |
+
/(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1);
|
148 |
+
</script>
|
149 |
+
|
150 |
+
|
151 |
+
|
152 |
+
</body>
|
failed-scenerios/fullcalendar-33.png
ADDED
Binary file
|
failed-scenerios/manage-events-30.html
ADDED
@@ -0,0 +1,635 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
<!--<![endif]--><head>
|
3 |
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
4 |
+
<title>Dashboard ‹ BDD WordPress — WordPress</title>
|
5 |
+
<script type="text/javascript">
|
6 |
+
addLoadEvent = function(func){if(typeof jQuery!="undefined")jQuery(document).ready(func);else if(typeof wpOnload!='function'){wpOnload=func;}else{var oldonload=wpOnload;wpOnload=function(){oldonload();func();}}};
|
7 |
+
var ajaxurl = '/wp-admin/admin-ajax.php',
|
8 |
+
pagenow = 'dashboard',
|
9 |
+
typenow = '',
|
10 |
+
adminpage = 'index-php',
|
11 |
+
thousandsSeparator = ',',
|
12 |
+
decimalPoint = '.',
|
13 |
+
isRtl = 0;
|
14 |
+
</script><meta name="viewport" content="width=device-width,initial-scale=1.0">
|
15 |
+
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com">
|
16 |
+
<link rel="dns-prefetch" href="//s.w.org">
|
17 |
+
<style type="text/css">
|
18 |
+
img.wp-smiley,
|
19 |
+
img.emoji {
|
20 |
+
display: inline !important;
|
21 |
+
border: none !important;
|
22 |
+
box-shadow: none !important;
|
23 |
+
height: 1em !important;
|
24 |
+
width: 1em !important;
|
25 |
+
margin: 0 .07em !important;
|
26 |
+
vertical-align: -0.1em !important;
|
27 |
+
background: none !important;
|
28 |
+
padding: 0 !important;
|
29 |
+
}
|
30 |
+
</style>
|
31 |
+
<script type="text/javascript">
|
32 |
+
var eventorganiser = eventorganiser || {};
|
33 |
+
eventorganiser.wp_version = '5.0.3';
|
34 |
+
</script><link rel="stylesheet" href="http://wordpress/wp-admin/load-styles.php?c=0&dir=ltr&load%5B%5D=farbtastic,dashicons,admin-bar,common,forms,admin-menu,dashboard,list-tables,edit,revisions,media,themes,about,nav-menus,wp-poin&load%5B%5D=ter,widgets,site-icon,l10n,buttons,wp-auth-check&ver=5.0.3" type="text/css" media="all">
|
35 |
+
<link rel="stylesheet" id="eo-leaflet.js-css" href="http://cdnjs.cloudflare.com/ajax/libs/leaflet/1.3.1/leaflet.css?ver=5.0.3" type="text/css" media="all">
|
36 |
+
<style id="eo-leaflet.js-inline-css" type="text/css">
|
37 |
+
.leaflet-popup-close-button{box-shadow:none!important;}
|
38 |
+
</style>
|
39 |
+
<link rel="stylesheet" id="thickbox-css" href="http://wordpress/wp-includes/js/thickbox/thickbox.css?ver=5.0.3" type="text/css" media="all">
|
40 |
+
<!--[if lte IE 7]>
|
41 |
+
<link rel='stylesheet' id='ie-css' href='http://wordpress/wp-admin/css/ie.min.css?ver=5.0.3' type='text/css' media='all' />
|
42 |
+
<![endif]--><script type="text/javascript">
|
43 |
+
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/wordpress\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.0.3"}};
|
44 |
+
!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);
|
45 |
+
</script><script type="text/javascript">
|
46 |
+
/* <![CDATA[ */
|
47 |
+
var userSettings = {"url":"\/","uid":"1","time":"1551392000","secure":""};/* ]]> */
|
48 |
+
</script><script type="text/javascript" src="http://wordpress/wp-admin/load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils,farbtastic&ver=5.0.3"></script><style>#wpadminbar {z-index:0!important;}</style>
|
49 |
+
<link id="wp-admin-canonical" rel="canonical" href="http://wordpress/wp-admin/index.php">
|
50 |
+
<script>
|
51 |
+
if ( window.history.replaceState ) {
|
52 |
+
window.history.replaceState( null, null, document.getElementById( 'wp-admin-canonical' ).href + window.location.hash );
|
53 |
+
}
|
54 |
+
</script><script type="text/javascript">var _wpColorScheme = {"icons":{"base":"#82878c","focus":"#00a0d2","current":"#fff"}};</script><style type="text/css" media="print">#wpadminbar { display:none; }</style>
|
55 |
+
</head>
|
56 |
+
<body class="wp-admin wp-core-ui no-js index-php auto-fold admin-bar branch-5 version-5-0-3 admin-color-fresh locale-en-us no-customize-support no-svg">
|
57 |
+
<script type="text/javascript">
|
58 |
+
document.body.className = document.body.className.replace('no-js','js');
|
59 |
+
</script><!--[if lte IE 8]>
|
60 |
+
<script type="text/javascript">
|
61 |
+
document.body.className = document.body.className.replace( /(^|\s)(no-)?customize-support(?=\s|$)/, '' ) + ' no-customize-support';
|
62 |
+
</script>
|
63 |
+
<![endif]--><!--[if gte IE 9]><!--><script type="text/javascript">
|
64 |
+
(function() {
|
65 |
+
var request, b = document.body, c = 'className', cs = 'customize-support', rcs = new RegExp('(^|\\s+)(no-)?'+cs+'(\\s+|$)');
|
66 |
+
|
67 |
+
request = true;
|
68 |
+
|
69 |
+
b[c] = b[c].replace( rcs, ' ' );
|
70 |
+
// The customizer requires postMessage and CORS (if the site is cross domain)
|
71 |
+
b[c] += ( window.postMessage && request ? ' ' : ' no-' ) + cs;
|
72 |
+
}());
|
73 |
+
</script><!--<![endif]--><div id="wpwrap">
|
74 |
+
|
75 |
+
<div id="adminmenumain" role="navigation" aria-label="Main menu">
|
76 |
+
<a href="#wpbody-content" class="screen-reader-shortcut">Skip to main content</a>
|
77 |
+
<a href="#wp-toolbar" class="screen-reader-shortcut">Skip to toolbar</a>
|
78 |
+
<div id="adminmenuback"></div>
|
79 |
+
<div id="adminmenuwrap">
|
80 |
+
<ul id="adminmenu">
|
81 |
+
<li class="wp-first-item wp-has-submenu wp-has-current-submenu wp-menu-open menu-top menu-top-first menu-icon-dashboard menu-top-last" id="menu-dashboard">
|
82 |
+
<a href="index.php" class="wp-first-item wp-has-submenu wp-has-current-submenu wp-menu-open menu-top menu-top-first menu-icon-dashboard menu-top-last"><div class="wp-menu-arrow"><div></div></div>
|
83 |
+
<div class="wp-menu-image dashicons-before dashicons-dashboard"><br></div>
|
84 |
+
<div class="wp-menu-name">Dashboard</div></a>
|
85 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
86 |
+
<li class="wp-submenu-head" aria-hidden="true">Dashboard</li>
|
87 |
+
<li class="wp-first-item current"><a href="index.php" class="wp-first-item current" aria-current="page">Home</a></li>
|
88 |
+
<li><a href="update-core.php">Updates <span class="update-plugins count-4"><span class="update-count">4</span></span></a></li>
|
89 |
+
</ul>
|
90 |
+
</li>
|
91 |
+
<li class="wp-not-current-submenu wp-menu-separator" aria-hidden="true"><div class="separator"></div></li>
|
92 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-post open-if-no-js menu-top-first" id="menu-posts">
|
93 |
+
<a href="edit.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-post open-if-no-js menu-top-first" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
94 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-post"><br></div>
|
95 |
+
<div class="wp-menu-name">Posts</div></a>
|
96 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
97 |
+
<li class="wp-submenu-head" aria-hidden="true">Posts</li>
|
98 |
+
<li class="wp-first-item"><a href="edit.php" class="wp-first-item">All Posts</a></li>
|
99 |
+
<li><a href="post-new.php">Add New</a></li>
|
100 |
+
<li><a href="edit-tags.php?taxonomy=category">Categories</a></li>
|
101 |
+
<li><a href="edit-tags.php?taxonomy=post_tag">Tags</a></li>
|
102 |
+
</ul>
|
103 |
+
</li>
|
104 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-event" id="menu-posts-event">
|
105 |
+
<a href="edit.php?post_type=event" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-event" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
106 |
+
<div class="wp-menu-image dashicons-before dashicons-calendar"><br></div>
|
107 |
+
<div class="wp-menu-name">Events</div></a>
|
108 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
109 |
+
<li class="wp-submenu-head" aria-hidden="true">Events</li>
|
110 |
+
<li class="wp-first-item"><a href="edit.php?post_type=event" class="wp-first-item">All Events</a></li>
|
111 |
+
<li><a href="post-new.php?post_type=event">Add New</a></li>
|
112 |
+
<li><a href="edit-tags.php?taxonomy=event-category&post_type=event">Categories</a></li>
|
113 |
+
<li><a href="edit-tags.php?taxonomy=event-tag&post_type=event">Tags</a></li>
|
114 |
+
<li><a href="edit.php?post_type=event&page=venues">Venues</a></li>
|
115 |
+
<li><a href="edit.php?post_type=event&page=calendar">Calendar View</a></li>
|
116 |
+
<li><a href="edit.php?post_type=event&page=eo-addons">Extensions</a></li>
|
117 |
+
</ul>
|
118 |
+
</li>
|
119 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-media" id="menu-media">
|
120 |
+
<a href="upload.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-media" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
121 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-media"><br></div>
|
122 |
+
<div class="wp-menu-name">Media</div></a>
|
123 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
124 |
+
<li class="wp-submenu-head" aria-hidden="true">Media</li>
|
125 |
+
<li class="wp-first-item"><a href="upload.php" class="wp-first-item">Library</a></li>
|
126 |
+
<li><a href="media-new.php">Add New</a></li>
|
127 |
+
</ul>
|
128 |
+
</li>
|
129 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-page" id="menu-pages">
|
130 |
+
<a href="edit.php?post_type=page" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-page" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
131 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-page"><br></div>
|
132 |
+
<div class="wp-menu-name">Pages</div></a>
|
133 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
134 |
+
<li class="wp-submenu-head" aria-hidden="true">Pages</li>
|
135 |
+
<li class="wp-first-item"><a href="edit.php?post_type=page" class="wp-first-item">All Pages</a></li>
|
136 |
+
<li><a href="post-new.php?post_type=page">Add New</a></li>
|
137 |
+
</ul>
|
138 |
+
</li>
|
139 |
+
<li class="wp-not-current-submenu menu-top menu-icon-comments menu-top-last" id="menu-comments">
|
140 |
+
<a href="edit-comments.php" class="wp-not-current-submenu menu-top menu-icon-comments menu-top-last"><div class="wp-menu-arrow"><div></div></div>
|
141 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-comments"><br></div>
|
142 |
+
<div class="wp-menu-name">Comments <span class="awaiting-mod count-0"><span class="pending-count">0</span></span>
|
143 |
+
</div></a>
|
144 |
+
</li>
|
145 |
+
<li class="wp-not-current-submenu wp-menu-separator" aria-hidden="true"><div class="separator"></div></li>
|
146 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-appearance menu-top-first" id="menu-appearance">
|
147 |
+
<a href="themes.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-appearance menu-top-first" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
148 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-appearance"><br></div>
|
149 |
+
<div class="wp-menu-name">Appearance</div></a>
|
150 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
151 |
+
<li class="wp-submenu-head" aria-hidden="true">Appearance</li>
|
152 |
+
<li class="wp-first-item"><a href="themes.php" class="wp-first-item">Themes</a></li>
|
153 |
+
<li class="hide-if-no-customize"><a href="customize.php?return=%2Fwp-admin%2Findex.php" class="hide-if-no-customize">Customize</a></li>
|
154 |
+
<li><a href="widgets.php">Widgets</a></li>
|
155 |
+
<li><a href="nav-menus.php">Menus</a></li>
|
156 |
+
<li><a href="theme-editor.php">Editor</a></li>
|
157 |
+
</ul>
|
158 |
+
</li>
|
159 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-plugins" id="menu-plugins">
|
160 |
+
<a href="plugins.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-plugins" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
161 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-plugins"><br></div>
|
162 |
+
<div class="wp-menu-name">Plugins <span class="update-plugins count-0"><span class="plugin-count">0</span></span>
|
163 |
+
</div></a>
|
164 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
165 |
+
<li class="wp-submenu-head" aria-hidden="true">Plugins <span class="update-plugins count-0"><span class="plugin-count">0</span></span>
|
166 |
+
</li>
|
167 |
+
<li class="wp-first-item"><a href="plugins.php" class="wp-first-item">Installed Plugins</a></li>
|
168 |
+
<li><a href="plugin-install.php">Add New</a></li>
|
169 |
+
<li><a href="plugin-editor.php">Editor</a></li>
|
170 |
+
</ul>
|
171 |
+
</li>
|
172 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-users" id="menu-users">
|
173 |
+
<a href="users.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-users" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
174 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-users"><br></div>
|
175 |
+
<div class="wp-menu-name">Users</div></a>
|
176 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
177 |
+
<li class="wp-submenu-head" aria-hidden="true">Users</li>
|
178 |
+
<li class="wp-first-item"><a href="users.php" class="wp-first-item">All Users</a></li>
|
179 |
+
<li><a href="user-new.php">Add New</a></li>
|
180 |
+
<li><a href="profile.php">Your Profile</a></li>
|
181 |
+
</ul>
|
182 |
+
</li>
|
183 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-tools" id="menu-tools">
|
184 |
+
<a href="tools.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-tools" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
185 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-tools"><br></div>
|
186 |
+
<div class="wp-menu-name">Tools</div></a>
|
187 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
188 |
+
<li class="wp-submenu-head" aria-hidden="true">Tools</li>
|
189 |
+
<li class="wp-first-item"><a href="tools.php" class="wp-first-item">Available Tools</a></li>
|
190 |
+
<li><a href="import.php">Import</a></li>
|
191 |
+
<li><a href="export.php">Export</a></li>
|
192 |
+
<li><a href="tools.php?page=export_personal_data">Export Personal Data</a></li>
|
193 |
+
<li><a href="tools.php?page=remove_personal_data">Erase Personal Data</a></li>
|
194 |
+
</ul>
|
195 |
+
</li>
|
196 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-settings menu-top-last" id="menu-settings">
|
197 |
+
<a href="options-general.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-settings menu-top-last" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
198 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-settings"><br></div>
|
199 |
+
<div class="wp-menu-name">Settings </div></a>
|
200 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
201 |
+
<li class="wp-submenu-head" aria-hidden="true">Settings </li>
|
202 |
+
<li class="wp-first-item"><a href="options-general.php" class="wp-first-item">General</a></li>
|
203 |
+
<li><a href="options-writing.php">Writing</a></li>
|
204 |
+
<li><a href="options-reading.php">Reading</a></li>
|
205 |
+
<li><a href="options-discussion.php">Discussion</a></li>
|
206 |
+
<li><a href="options-media.php">Media</a></li>
|
207 |
+
<li><a href="options-permalink.php">Permalinks</a></li>
|
208 |
+
<li><a href="privacy.php">Privacy </a></li>
|
209 |
+
<li><a href="options-general.php?page=event-settings">Event Organiser</a></li>
|
210 |
+
</ul>
|
211 |
+
</li>
|
212 |
+
<li id="collapse-menu" class="hide-if-no-js"><button type="button" id="collapse-button" aria-label="Collapse Main menu" aria-expanded="true"><span class="collapse-button-icon" aria-hidden="true"></span><span class="collapse-button-label">Collapse menu</span></button></li>
|
213 |
+
</ul>
|
214 |
+
</div>
|
215 |
+
</div>
|
216 |
+
<div id="wpcontent">
|
217 |
+
|
218 |
+
<div id="wpadminbar" class="nojq nojs">
|
219 |
+
<div class="quicklinks" id="wp-toolbar" role="navigation" aria-label="Toolbar" tabindex="0">
|
220 |
+
<ul id="wp-admin-bar-root-default" class="ab-top-menu">
|
221 |
+
<li id="wp-admin-bar-menu-toggle">
|
222 |
+
<a class="ab-item" href="#"><span class="ab-icon"></span><span class="screen-reader-text">Menu</span></a> </li>
|
223 |
+
<li id="wp-admin-bar-wp-logo" class="menupop">
|
224 |
+
<a class="ab-item" aria-haspopup="true" href="http://wordpress/wp-admin/about.php"><span class="ab-icon"></span><span class="screen-reader-text">About WordPress</span></a><div class="ab-sub-wrapper">
|
225 |
+
<ul id="wp-admin-bar-wp-logo-default" class="ab-submenu"><li id="wp-admin-bar-about">
|
226 |
+
<a class="ab-item" href="http://wordpress/wp-admin/about.php">About WordPress</a> </li></ul>
|
227 |
+
<ul id="wp-admin-bar-wp-logo-external" class="ab-sub-secondary ab-submenu">
|
228 |
+
<li id="wp-admin-bar-wporg">
|
229 |
+
<a class="ab-item" href="https://wordpress.org/">WordPress.org</a> </li>
|
230 |
+
<li id="wp-admin-bar-documentation">
|
231 |
+
<a class="ab-item" href="https://codex.wordpress.org/">Documentation</a> </li>
|
232 |
+
<li id="wp-admin-bar-support-forums">
|
233 |
+
<a class="ab-item" href="https://wordpress.org/support/">Support Forums</a> </li>
|
234 |
+
<li id="wp-admin-bar-feedback">
|
235 |
+
<a class="ab-item" href="https://wordpress.org/support/forum/requests-and-feedback">Feedback</a> </li>
|
236 |
+
</ul>
|
237 |
+
</div> </li>
|
238 |
+
<li id="wp-admin-bar-site-name" class="menupop">
|
239 |
+
<a class="ab-item" aria-haspopup="true" href="http://wordpress/">BDD WordPress</a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-site-name-default" class="ab-submenu"><li id="wp-admin-bar-view-site">
|
240 |
+
<a class="ab-item" href="http://wordpress/">Visit Site</a> </li></ul></div> </li>
|
241 |
+
<li id="wp-admin-bar-updates">
|
242 |
+
<a class="ab-item" href="http://wordpress/wp-admin/update-core.php" title="1 WordPress Update, 3 Theme Updates"><span class="ab-icon"></span><span class="ab-label">4</span><span class="screen-reader-text">1 WordPress Update, 3 Theme Updates</span></a> </li>
|
243 |
+
<li id="wp-admin-bar-comments">
|
244 |
+
<a class="ab-item" href="http://wordpress/wp-admin/edit-comments.php"><span class="ab-icon"></span><span class="ab-label awaiting-mod pending-count count-0" aria-hidden="true">0</span><span class="screen-reader-text">0 comments awaiting moderation</span></a> </li>
|
245 |
+
<li id="wp-admin-bar-new-content" class="menupop">
|
246 |
+
<a class="ab-item" aria-haspopup="true" href="http://wordpress/wp-admin/post-new.php"><span class="ab-icon"></span><span class="ab-label">New</span></a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-new-content-default" class="ab-submenu">
|
247 |
+
<li id="wp-admin-bar-new-post">
|
248 |
+
<a class="ab-item" href="http://wordpress/wp-admin/post-new.php">Post</a> </li>
|
249 |
+
<li id="wp-admin-bar-new-media">
|
250 |
+
<a class="ab-item" href="http://wordpress/wp-admin/media-new.php">Media</a> </li>
|
251 |
+
<li id="wp-admin-bar-new-page">
|
252 |
+
<a class="ab-item" href="http://wordpress/wp-admin/post-new.php?post_type=page">Page</a> </li>
|
253 |
+
<li id="wp-admin-bar-new-event">
|
254 |
+
<a class="ab-item" href="http://wordpress/wp-admin/post-new.php?post_type=event">Event</a> </li>
|
255 |
+
<li id="wp-admin-bar-new-user">
|
256 |
+
<a class="ab-item" href="http://wordpress/wp-admin/user-new.php">User</a> </li>
|
257 |
+
</ul></div> </li>
|
258 |
+
</ul>
|
259 |
+
<ul id="wp-admin-bar-top-secondary" class="ab-top-secondary ab-top-menu"><li id="wp-admin-bar-my-account" class="menupop with-avatar">
|
260 |
+
<a class="ab-item" aria-haspopup="true" href="http://wordpress/wp-admin/profile.php">Howdy, <span class="display-name">admin</span><img alt="" src="http://0.gravatar.com/avatar/fec8fc482f0b7680030aa28962900033?s=26&d=mm&r=g" srcset="http://0.gravatar.com/avatar/fec8fc482f0b7680030aa28962900033?s=52&d=mm&r=g 2x" class="avatar avatar-26 photo" height="26" width="26"></a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-user-actions" class="ab-submenu">
|
261 |
+
<li id="wp-admin-bar-user-info">
|
262 |
+
<a class="ab-item" tabindex="-1" href="http://wordpress/wp-admin/profile.php"><img alt="" src="http://0.gravatar.com/avatar/fec8fc482f0b7680030aa28962900033?s=64&d=mm&r=g" srcset="http://0.gravatar.com/avatar/fec8fc482f0b7680030aa28962900033?s=128&d=mm&r=g 2x" class="avatar avatar-64 photo" height="64" width="64"><span class="display-name">admin</span></a> </li>
|
263 |
+
<li id="wp-admin-bar-edit-profile">
|
264 |
+
<a class="ab-item" href="http://wordpress/wp-admin/profile.php">Edit My Profile</a> </li>
|
265 |
+
<li id="wp-admin-bar-logout">
|
266 |
+
<a class="ab-item" href="http://wordpress/wp-login.php?action=logout&_wpnonce=873cb47703">Log Out</a> </li>
|
267 |
+
</ul></div> </li></ul>
|
268 |
+
</div>
|
269 |
+
<a class="screen-reader-shortcut" href="http://wordpress/wp-login.php?action=logout&_wpnonce=873cb47703">Log Out</a>
|
270 |
+
</div>
|
271 |
+
|
272 |
+
|
273 |
+
<div id="wpbody" role="main">
|
274 |
+
|
275 |
+
<div id="wpbody-content" aria-label="Main content" tabindex="0">
|
276 |
+
<div id="screen-meta" class="metabox-prefs">
|
277 |
+
|
278 |
+
<div id="contextual-help-wrap" class="hidden" tabindex="-1" aria-label="Contextual Help Tab">
|
279 |
+
<div id="contextual-help-back"></div>
|
280 |
+
<div id="contextual-help-columns">
|
281 |
+
<div class="contextual-help-tabs">
|
282 |
+
<ul>
|
283 |
+
<li id="tab-link-overview" class="active">
|
284 |
+
<a href="#tab-panel-overview" aria-controls="tab-panel-overview">
|
285 |
+
Overview </a>
|
286 |
+
</li>
|
287 |
+
|
288 |
+
<li id="tab-link-help-navigation">
|
289 |
+
<a href="#tab-panel-help-navigation" aria-controls="tab-panel-help-navigation">
|
290 |
+
Navigation </a>
|
291 |
+
</li>
|
292 |
+
|
293 |
+
<li id="tab-link-help-layout">
|
294 |
+
<a href="#tab-panel-help-layout" aria-controls="tab-panel-help-layout">
|
295 |
+
Layout </a>
|
296 |
+
</li>
|
297 |
+
|
298 |
+
<li id="tab-link-help-content">
|
299 |
+
<a href="#tab-panel-help-content" aria-controls="tab-panel-help-content">
|
300 |
+
Content </a>
|
301 |
+
</li>
|
302 |
+
</ul>
|
303 |
+
</div>
|
304 |
+
|
305 |
+
<div class="contextual-help-sidebar">
|
306 |
+
<p><strong>For more information:</strong></p>
|
307 |
+
<p><a href="https://codex.wordpress.org/Dashboard_Screen">Documentation on Dashboard</a></p>
|
308 |
+
<p><a href="https://wordpress.org/support/">Support Forums</a></p> </div>
|
309 |
+
|
310 |
+
<div class="contextual-help-tabs-wrap">
|
311 |
+
|
312 |
+
<div id="tab-panel-overview" class="help-tab-content active">
|
313 |
+
<p>Welcome to your WordPress Dashboard! This is the screen you will see when you log in to your site, and gives you access to all the site management features of WordPress. You can get help for any screen by clicking the Help tab above the screen title.</p> </div>
|
314 |
+
|
315 |
+
<div id="tab-panel-help-navigation" class="help-tab-content">
|
316 |
+
<p>The left-hand navigation menu provides links to all of the WordPress administration screens, with submenu items displayed on hover. You can minimize this menu to a narrow icon strip by clicking on the Collapse Menu arrow at the bottom.</p>
|
317 |
+
<p>Links in the Toolbar at the top of the screen connect your dashboard and the front end of your site, and provide access to your profile and helpful WordPress information.</p> </div>
|
318 |
+
|
319 |
+
<div id="tab-panel-help-layout" class="help-tab-content">
|
320 |
+
<p>You can use the following controls to arrange your Dashboard screen to suit your workflow. This is true on most other administration screens as well.</p>
|
321 |
+
<p><strong>Screen Options</strong> — Use the Screen Options tab to choose which Dashboard boxes to show.</p>
|
322 |
+
<p><strong>Drag and Drop</strong> — To rearrange the boxes, drag and drop by clicking on the title bar of the selected box and releasing when you see a gray dotted-line rectangle appear in the location you want to place the box.</p>
|
323 |
+
<p><strong>Box Controls</strong> — Click the title bar of the box to expand or collapse it. Some boxes added by plugins may have configurable content, and will show a “Configure” link in the title bar if you hover over it.</p> </div>
|
324 |
+
|
325 |
+
<div id="tab-panel-help-content" class="help-tab-content">
|
326 |
+
<p>The boxes on your Dashboard screen are:</p>
|
327 |
+
<p><strong>At A Glance</strong> — Displays a summary of the content on your site and identifies which theme and version of WordPress you are using.</p>
|
328 |
+
<p><strong>Activity</strong> — Shows the upcoming scheduled posts, recently published posts, and the most recent comments on your posts and allows you to moderate them.</p>
|
329 |
+
<p><strong>Quick Draft</strong> — Allows you to create a new post and save it as a draft. Also displays links to the 5 most recent draft posts you've started.</p>
|
330 |
+
<p><strong>WordPress News</strong> — Latest news from the official WordPress project, the <a href="https://planet.wordpress.org/">WordPress Planet</a>, and popular plugins.</p>
|
331 |
+
<p><strong>Welcome</strong> — Shows links for some of the most common tasks when setting up a new site.</p> </div>
|
332 |
+
</div>
|
333 |
+
</div>
|
334 |
+
</div>
|
335 |
+
<div id="screen-options-wrap" class="hidden" tabindex="-1" aria-label="Screen Options Tab">
|
336 |
+
<form id="adv-settings" method="post">
|
337 |
+
<fieldset class="metabox-prefs">
|
338 |
+
<legend>Boxes</legend>
|
339 |
+
<label for="dashboard_right_now-hide"><input class="hide-postbox-tog" name="dashboard_right_now-hide" type="checkbox" id="dashboard_right_now-hide" value="dashboard_right_now" checked>At a Glance</label><label for="dashboard_activity-hide"><input class="hide-postbox-tog" name="dashboard_activity-hide" type="checkbox" id="dashboard_activity-hide" value="dashboard_activity" checked>Activity</label><label for="dashboard_quick_press-hide"><input class="hide-postbox-tog" name="dashboard_quick_press-hide" type="checkbox" id="dashboard_quick_press-hide" value="dashboard_quick_press" checked><span class="hide-if-no-js">Quick Draft</span> <span class="hide-if-js">Your Recent Drafts</span></label><label for="dashboard_primary-hide"><input class="hide-postbox-tog" name="dashboard_primary-hide" type="checkbox" id="dashboard_primary-hide" value="dashboard_primary" checked>WordPress Events and News</label><label for="wp_welcome_panel-hide"><input type="checkbox" id="wp_welcome_panel-hide" checked>Welcome</label>
|
340 |
+
</fieldset>
|
341 |
+
<input type="hidden" id="screenoptionnonce" name="screenoptionnonce" value="160b33e9b1">
|
342 |
+
</form>
|
343 |
+
</div> </div>
|
344 |
+
<div id="screen-meta-links">
|
345 |
+
<div id="contextual-help-link-wrap" class="hide-if-no-js screen-meta-toggle">
|
346 |
+
<button type="button" id="contextual-help-link" class="button show-settings" aria-controls="contextual-help-wrap" aria-expanded="false">Help</button>
|
347 |
+
</div>
|
348 |
+
<div id="screen-options-link-wrap" class="hide-if-no-js screen-meta-toggle">
|
349 |
+
<button type="button" id="show-settings-link" class="button show-settings" aria-controls="screen-options-wrap" aria-expanded="false">Screen Options</button>
|
350 |
+
</div>
|
351 |
+
</div>
|
352 |
+
<div class="update-nag">
|
353 |
+
<a href="https://codex.wordpress.org/Version_5.1">WordPress 5.1</a> is available! <a href="http://wordpress/wp-admin/update-core.php" aria-label="Please update WordPress now">Please update now</a>.</div>
|
354 |
+
<div class="wrap">
|
355 |
+
<h1>Dashboard</h1>
|
356 |
+
|
357 |
+
|
358 |
+
<div id="welcome-panel" class="welcome-panel">
|
359 |
+
<input type="hidden" id="welcomepanelnonce" name="welcomepanelnonce" value="0962d05f83"><a class="welcome-panel-close" href="http://wordpress/wp-admin/?welcome=0" aria-label="Dismiss the welcome panel">Dismiss</a>
|
360 |
+
<div class="welcome-panel-content">
|
361 |
+
<h2>Welcome to WordPress!</h2>
|
362 |
+
<p class="about-description">We’ve assembled some links to get you started:</p>
|
363 |
+
<div class="welcome-panel-column-container">
|
364 |
+
<div class="welcome-panel-column">
|
365 |
+
<h3>Get Started</h3>
|
366 |
+
<a class="button button-primary button-hero load-customize hide-if-no-customize" href="http://wordpress/wp-admin/customize.php">Customize Your Site</a>
|
367 |
+
<a class="button button-primary button-hero hide-if-customize" href="http://wordpress/wp-admin/themes.php">Customize Your Site</a>
|
368 |
+
<p class="hide-if-no-customize">or, <a href="http://wordpress/wp-admin/customize.php?autofocus%5Bpanel%5D=themes">change your theme completely</a></p>
|
369 |
+
</div>
|
370 |
+
<div class="welcome-panel-column">
|
371 |
+
<h3>Next Steps</h3>
|
372 |
+
<ul>
|
373 |
+
<li><a href="http://wordpress/wp-admin/post-new.php" class="welcome-icon welcome-write-blog">Write your first blog post</a></li>
|
374 |
+
<li><a href="http://wordpress/wp-admin/post-new.php?post_type=page" class="welcome-icon welcome-add-page">Add an About page</a></li>
|
375 |
+
<li><a href="http://wordpress/" class="welcome-icon welcome-view-site">View your site</a></li>
|
376 |
+
</ul>
|
377 |
+
</div>
|
378 |
+
<div class="welcome-panel-column welcome-panel-last">
|
379 |
+
<h3>More Actions</h3>
|
380 |
+
<ul>
|
381 |
+
<li><div class="welcome-icon welcome-widgets-menus">Manage <a href="http://wordpress/wp-admin/widgets.php">widgets</a> or <a href="http://wordpress/wp-admin/nav-menus.php">menus</a>
|
382 |
+
</div></li>
|
383 |
+
<li><a href="http://wordpress/wp-admin/options-discussion.php" class="welcome-icon welcome-comments">Turn comments on or off</a></li>
|
384 |
+
<li><a href="https://codex.wordpress.org/First_Steps_With_WordPress" class="welcome-icon welcome-learn-more">Learn more about getting started</a></li>
|
385 |
+
</ul>
|
386 |
+
</div>
|
387 |
+
</div>
|
388 |
+
</div>
|
389 |
+
</div>
|
390 |
+
|
391 |
+
<div id="dashboard-widgets-wrap">
|
392 |
+
<div id="dashboard-widgets" class="metabox-holder">
|
393 |
+
<div id="postbox-container-1" class="postbox-container">
|
394 |
+
<div id="normal-sortables" class="meta-box-sortables">
|
395 |
+
<div id="dashboard_right_now" class="postbox ">
|
396 |
+
<button type="button" class="handlediv" aria-expanded="true"><span class="screen-reader-text">Toggle panel: At a Glance</span><span class="toggle-indicator" aria-hidden="true"></span></button><h2 class="hndle"><span>At a Glance</span></h2>
|
397 |
+
<div class="inside">
|
398 |
+
<div class="main">
|
399 |
+
<ul></ul>
|
400 |
+
<p id="wp-version-message"><a href="http://wordpress/wp-admin/update-core.php" class="button" aria-describedby="wp-version">Update to 5.1</a> <span id="wp-version">WordPress 5.0.3 running <a href="themes.php">Twenty Nineteen</a> theme.</span></p> </div>
|
401 |
+
</div>
|
402 |
+
</div>
|
403 |
+
<div id="dashboard_activity" class="postbox ">
|
404 |
+
<button type="button" class="handlediv" aria-expanded="true"><span class="screen-reader-text">Toggle panel: Activity</span><span class="toggle-indicator" aria-hidden="true"></span></button><h2 class="hndle"><span>Activity</span></h2>
|
405 |
+
<div class="inside">
|
406 |
+
<div id="activity-widget"><div class="no-activity">
|
407 |
+
<p class="smiley" aria-hidden="true"></p>
|
408 |
+
<p>No activity yet!</p>
|
409 |
+
</div></div>
|
410 |
+
</div>
|
411 |
+
</div>
|
412 |
+
</div> </div>
|
413 |
+
<div id="postbox-container-2" class="postbox-container">
|
414 |
+
<div id="side-sortables" class="meta-box-sortables">
|
415 |
+
<div id="dashboard_quick_press" class="postbox ">
|
416 |
+
<button type="button" class="handlediv" aria-expanded="true"><span class="screen-reader-text">Toggle panel: <span class="hide-if-no-js">Quick Draft</span> <span class="hide-if-js">Your Recent Drafts</span></span><span class="toggle-indicator" aria-hidden="true"></span></button><h2 class="hndle"><span><span class="hide-if-no-js">Quick Draft</span> <span class="hide-if-js">Your Recent Drafts</span></span></h2>
|
417 |
+
<div class="inside">
|
418 |
+
|
419 |
+
<form name="post" action="http://wordpress/wp-admin/post.php" method="post" id="quick-press" class="initial-form hide-if-no-js">
|
420 |
+
|
421 |
+
|
422 |
+
<div class="input-text-wrap" id="title-wrap">
|
423 |
+
<label class="screen-reader-text prompt" for="title" id="title-prompt-text">
|
424 |
+
|
425 |
+
Title </label>
|
426 |
+
<input type="text" name="post_title" id="title" autocomplete="off">
|
427 |
+
</div>
|
428 |
+
|
429 |
+
<div class="textarea-wrap" id="description-wrap">
|
430 |
+
<label class="screen-reader-text prompt" for="content" id="content-prompt-text">What’s on your mind?</label>
|
431 |
+
<textarea name="content" id="content" class="mceEditor" rows="3" cols="15" autocomplete="off"></textarea>
|
432 |
+
</div>
|
433 |
+
|
434 |
+
<p class="submit">
|
435 |
+
<input type="hidden" name="action" id="quickpost-action" value="post-quickdraft-save"><input type="hidden" name="post_ID" value="1"><input type="hidden" name="post_type" value="post"><input type="hidden" id="_wpnonce" name="_wpnonce" value="e369173b0c"><input type="hidden" name="_wp_http_referer" value="/wp-admin/index.php"><input type="submit" name="save" id="save-post" class="button button-primary" value="Save Draft"><br class="clear"></p>
|
436 |
+
|
437 |
+
</form>
|
438 |
+
</div>
|
439 |
+
</div>
|
440 |
+
<div id="dashboard_primary" class="postbox ">
|
441 |
+
<button type="button" class="handlediv" aria-expanded="true"><span class="screen-reader-text">Toggle panel: WordPress Events and News</span><span class="toggle-indicator" aria-hidden="true"></span></button><h2 class="hndle"><span>WordPress Events and News</span></h2>
|
442 |
+
<div class="inside">
|
443 |
+
|
444 |
+
<div class="community-events-errors notice notice-error inline hide-if-js">
|
445 |
+
<p class="hide-if-js">
|
446 |
+
This widget requires JavaScript. </p>
|
447 |
+
|
448 |
+
<p class="community-events-error-occurred" aria-hidden="true">
|
449 |
+
An error occurred. Please try again. </p>
|
450 |
+
|
451 |
+
<p class="community-events-could-not-locate" aria-hidden="true"></p>
|
452 |
+
</div>
|
453 |
+
|
454 |
+
<div class="community-events-loading hide-if-no-js">
|
455 |
+
Loading… </div>
|
456 |
+
|
457 |
+
<div id="community-events" class="community-events" aria-hidden="true">
|
458 |
+
<div class="activity-block">
|
459 |
+
<p>
|
460 |
+
<span id="community-events-location-message"></span>
|
461 |
+
|
462 |
+
<button class="button-link community-events-toggle-location" aria-label="Edit city" aria-expanded="false">
|
463 |
+
<span class="dashicons dashicons-edit"></span>
|
464 |
+
</button>
|
465 |
+
</p>
|
466 |
+
|
467 |
+
<form class="community-events-form" aria-hidden="true" action="http://wordpress/wp-admin/admin-ajax.php" method="post">
|
468 |
+
<label for="community-events-location">
|
469 |
+
City: </label>
|
470 |
+
<input id="community-events-location" class="regular-text" type="text" name="community-events-location" placeholder="Cincinnati"><input type="submit" name="community-events-submit" id="community-events-submit" class="button" value="Submit"><button class="community-events-cancel button-link" type="button" aria-expanded="false">
|
471 |
+
Cancel </button>
|
472 |
+
|
473 |
+
<span class="spinner"></span>
|
474 |
+
</form>
|
475 |
+
</div>
|
476 |
+
|
477 |
+
<ul class="community-events-results activity-block last"></ul>
|
478 |
+
</div>
|
479 |
+
|
480 |
+
|
481 |
+
<div class="wordpress-news hide-if-no-js">
|
482 |
+
<p class="widget-loading hide-if-no-js">Loading…</p>
|
483 |
+
<div class="hide-if-js notice notice-error inline"><p>This widget requires JavaScript.</p></div> </div>
|
484 |
+
|
485 |
+
<p class="community-events-footer">
|
486 |
+
<a href="https://make.wordpress.org/community/meetups-landing-page" target="_blank">Meetups <span class="screen-reader-text">(opens in a new window)</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a>
|
487 |
+
|
|
488 |
+
|
489 |
+
<a href="https://central.wordcamp.org/schedule/" target="_blank">WordCamps <span class="screen-reader-text">(opens in a new window)</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a>
|
490 |
+
|
|
491 |
+
|
492 |
+
<a href="https://wordpress.org/news/" target="_blank">News <span class="screen-reader-text">(opens in a new window)</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a> </p>
|
493 |
+
|
494 |
+
</div>
|
495 |
+
</div>
|
496 |
+
</div> </div>
|
497 |
+
<div id="postbox-container-3" class="postbox-container">
|
498 |
+
<div id="column3-sortables" class="meta-box-sortables"></div> </div>
|
499 |
+
<div id="postbox-container-4" class="postbox-container">
|
500 |
+
<div id="column4-sortables" class="meta-box-sortables"></div> </div>
|
501 |
+
</div>
|
502 |
+
|
503 |
+
<input type="hidden" id="closedpostboxesnonce" name="closedpostboxesnonce" value="c8ec73ef2a"><input type="hidden" id="meta-box-order-nonce" name="meta-box-order-nonce" value="2182324090">
|
504 |
+
</div>
|
505 |
+
<!-- dashboard-widgets-wrap -->
|
506 |
+
|
507 |
+
</div>
|
508 |
+
<!-- wrap -->
|
509 |
+
|
510 |
+
|
511 |
+
<script id="tmpl-community-events-attend-event-near" type="text/template">
|
512 |
+
Attend an upcoming event near <strong>{{ data.location.description }}. </script><script id="tmpl-community-events-could-not-locate" type="text/template">
|
513 |
+
We couldn’t locate <em>{{data.unknownCity}}. Please try another nearby city. For example: Kansas City; Springfield; Portland. </script><script id="tmpl-community-events-event-list" type="text/template">
|
514 |
+
<# _.each( data.events, function( event ) { #>
|
515 |
+
<li class="event event-{{ event.type }} wp-clearfix">
|
516 |
+
<div class="event-info">
|
517 |
+
<div class="dashicons event-icon" aria-hidden="true"></script>
|
518 |
+
</div>
|
519 |
+
<div class="event-info-inner">
|
520 |
+
<a class="event-title" href="%7B%7B%20event.url%20%7D%7D">{{ event.title }}</a>
|
521 |
+
<span class="event-city">{{ event.location.location }}</span>
|
522 |
+
</div>
|
523 |
+
</div>
|
524 |
+
|
525 |
+
<div class="event-date-time">
|
526 |
+
<span class="event-date">{{ event.formatted_date }}</span>
|
527 |
+
|
528 |
+
<span class="event-time">{{ event.formatted_time }}</span>
|
529 |
+
|
530 |
+
</div>
|
531 |
+
|
532 |
+
|
533 |
+
|
534 |
+
|
535 |
+
<script id="tmpl-community-events-no-upcoming-events" type="text/template">
|
536 |
+
<li class="event-none">
|
537 |
+
<# if ( data.location.description ) { #>
|
538 |
+
There aren’t any events scheduled near {{ data.location.description }} at the moment. Would you like to <a href="https://make.wordpress.org/community/handbook/meetup-organizer/welcome/">organize one?
|
539 |
+
<# } else { #>
|
540 |
+
There aren’t any events scheduled near you at the moment. Would you like to <a href="https://make.wordpress.org/community/handbook/meetup-organizer/welcome/">organize one? <# } #>
|
541 |
+
|
542 |
+
</script><div class="clear"></div>
|
543 |
+
</div>
|
544 |
+
<!-- wpbody-content -->
|
545 |
+
<div class="clear"></div>
|
546 |
+
</div>
|
547 |
+
<!-- wpbody -->
|
548 |
+
<div class="clear"></div>
|
549 |
+
<!-- wpcontent -->
|
550 |
+
|
551 |
+
<div id="wpfooter" role="contentinfo">
|
552 |
+
<p id="footer-left" class="alignleft">
|
553 |
+
<span id="footer-thankyou">Thank you for creating with <a href="https://wordpress.org/">WordPress</a>.</span> </p>
|
554 |
+
<p id="footer-upgrade" class="alignright">
|
555 |
+
<strong><a href="http://wordpress/wp-admin/update-core.php">Get Version 5.1</a></strong> </p>
|
556 |
+
<div class="clear"></div>
|
557 |
+
</div>
|
558 |
+
<div id="wp-auth-check-wrap" class="hidden">
|
559 |
+
<div id="wp-auth-check-bg"></div>
|
560 |
+
<div id="wp-auth-check">
|
561 |
+
<button type="button" class="wp-auth-check-close button-link"><span class="screen-reader-text">Close dialog</span></button>
|
562 |
+
<div id="wp-auth-check-form" class="loading" data-src="http://wordpress/wp-login.php?interim-login=1&wp_lang=en_US"></div>
|
563 |
+
<div class="wp-auth-fallback">
|
564 |
+
<p><b class="wp-auth-fallback-expired" tabindex="0">Session expired</b></p>
|
565 |
+
<p><a href="http://wordpress/wp-login.php" target="_blank">Please log in again.</a>
|
566 |
+
The login page will open in a new window. After logging in you can close it and return to this page.</p>
|
567 |
+
</div>
|
568 |
+
</div>
|
569 |
+
</div>
|
570 |
+
|
571 |
+
<script type="text/javascript">
|
572 |
+
/* <![CDATA[ */
|
573 |
+
var commonL10n = {"warnDelete":"You are about to permanently delete these items from your site.\nThis action cannot be undone.\n 'Cancel' to stop, 'OK' to delete.","dismiss":"Dismiss this notice.","collapseMenu":"Collapse Main menu","expandMenu":"Expand Main menu"};var wpAjax = {"noPerm":"Sorry, you are not allowed to do that.","broken":"Something went wrong."};var quicktagsL10n = {"closeAllOpenTags":"Close all open tags","closeTags":"close tags","enterURL":"Enter the URL","enterImageURL":"Enter the URL of the image","enterImageDescription":"Enter a description of the image","textdirection":"text direction","toggleTextdirection":"Toggle Editor Text Direction","dfw":"Distraction-free writing mode","strong":"Bold","strongClose":"Close bold tag","em":"Italic","emClose":"Close italic tag","link":"Insert link","blockquote":"Blockquote","blockquoteClose":"Close blockquote tag","del":"Deleted text (strikethrough)","delClose":"Close deleted text tag","ins":"Inserted text","insClose":"Close inserted text tag","image":"Insert image","ul":"Bulleted list","ulClose":"Close bulleted list tag","ol":"Numbered list","olClose":"Close numbered list tag","li":"List item","liClose":"Close list item tag","code":"Code","codeClose":"Close code tag","more":"Insert Read More tag"};var adminCommentsL10n = {"hotkeys_highlight_first":"","hotkeys_highlight_last":"","replyApprove":"Approve and Reply","reply":"Reply","warnQuickEdit":"Are you sure you want to edit this comment?\nThe changes you made will be lost.","warnCommentChanges":"Are you sure you want to do this?\nThe comment changes you made will be lost.","docTitleComments":"Comments","docTitleCommentsCount":"Comments (%s)"};var postBoxL10n = {"postBoxEmptyString":"Drag boxes here"};var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}};var communityEventsData = {"nonce":"8fbefafe45","cache":"","l10n":{"enter_closest_city":"Enter your closest city to find nearby events.","error_occurred_please_try_again":"An error occurred. Please try again.","attend_event_near_generic":"Attend an upcoming event near you.","could_not_locate_city":"We couldn’t locate %s. Please try another nearby city. For example: Kansas City; Springfield; Portland.","city_updated":"City updated. Listing events near %s."}};var thickboxL10n = {"next":"Next >","prev":"< Prev","image":"Image","of":"of","close":"Close","noiframes":"This feature requires inline frames. You have iframes disabled or your browser does not support them.","loadingAnimation":"http:\/\/wordpress\/wp-includes\/js\/thickbox\/loadingAnimation.gif"};var plugininstallL10n = {"plugin_information":"Plugin:","plugin_modal_label":"Plugin details","ays":"Are you sure you want to install this plugin?"};var _wpUpdatesSettings = {"ajax_nonce":"71c2372a75","l10n":{"searchResults":"Search results for “%s”","searchResultsLabel":"Search Results","noPlugins":"You do not appear to have any plugins available at this time.","noItemsSelected":"Please select at least one item to perform this action on.","updating":"Updating...","pluginUpdated":"Updated!","themeUpdated":"Updated!","update":"Update","updateNow":"Update Now","pluginUpdateNowLabel":"Update %s now","updateFailedShort":"Update Failed!","updateFailed":"Update Failed: %s","pluginUpdatingLabel":"Updating %s...","pluginUpdatedLabel":"%s updated!","pluginUpdateFailedLabel":"%s update failed","updatingMsg":"Updating... please wait.","updatedMsg":"Update completed successfully.","updateCancel":"Update canceled.","beforeunload":"Updates may not complete if you navigate away from this page.","installNow":"Install Now","pluginInstallNowLabel":"Install %s now","installing":"Installing...","pluginInstalled":"Installed!","themeInstalled":"Installed!","installFailedShort":"Installation Failed!","installFailed":"Installation failed: %s","pluginInstallingLabel":"Installing %s...","themeInstallingLabel":"Installing %s...","pluginInstalledLabel":"%s installed!","themeInstalledLabel":"%s installed!","pluginInstallFailedLabel":"%s installation failed","themeInstallFailedLabel":"%s installation failed","installingMsg":"Installing... please wait.","installedMsg":"Installation completed successfully.","importerInstalledMsg":"Importer installed successfully. <a href=\"%s\">Run importer<\/a>","aysDelete":"Are you sure you want to delete %s?","aysDeleteUninstall":"Are you sure you want to delete %s and its data?","aysBulkDelete":"Are you sure you want to delete the selected plugins and their data?","aysBulkDeleteThemes":"Caution: These themes may be active on other sites in the network. Are you sure you want to proceed?","deleting":"Deleting...","deleteFailed":"Deletion failed: %s","pluginDeleted":"Deleted!","themeDeleted":"Deleted!","livePreview":"Live Preview","activatePlugin":"Activate","activateTheme":"Activate","activatePluginLabel":"Activate %s","activateThemeLabel":"Activate %s","activateImporter":"Run Importer","activateImporterLabel":"Run %s","unknownError":"Something went wrong.","connectionError":"Connection lost or the server is busy. Please try again later.","nonceError":"An error has occurred. Please reload the page and try again.","pluginsFound":"Number of plugins found: %d","noPluginsFound":"No plugins found. Try a different search."}};/* ]]> */
|
574 |
+
</script><script type="text/javascript" src="http://wordpress/wp-admin/load-scripts.php?c=0&load%5B%5D=hoverIntent,common,admin-bar,wp-ajax-response,jquery-color,wp-lists,quicktags,jquery-query,admin-comments,jquery-ui-core,jquery-&load%5B%5D=ui-widget,jquery-ui-mouse,jquery-ui-sortable,postbox,underscore,wp-util,wp-a11y,dashboard,thickbox,plugin-install,updates,shortc&load%5B%5D=ode,media-upload,svg-painter&ver=5.0.3"></script><script type="text/javascript" src="http://wordpress/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=7.0.0"></script><script type="text/javascript">
|
575 |
+
( 'fetch' in window ) || document.write( '<script src="http://wordpress/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js?ver=3.0.0">' + 'ipt>' );( document.contains ) || document.write( '<script src="http://wordpress/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js?ver=3.26.0-0">' + 'ipt>' );( window.FormData && window.FormData.prototype.keys ) || document.write( '<script src="http://wordpress/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js?ver=3.0.12">' + 'ipt>' );( Element.prototype.matches && Element.prototype.closest ) || document.write( '<script src="http://wordpress/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js?ver=2.0.2">' + 'ipt>' );
|
576 |
+
</script><script type="text/javascript" src="http://wordpress/wp-includes/js/dist/hooks.min.js?ver=2.0.4"></script><script type="text/javascript">
|
577 |
+
/* <![CDATA[ */
|
578 |
+
var heartbeatSettings = {"nonce":"15ffc78697"};
|
579 |
+
/* ]]> */
|
580 |
+
</script><script type="text/javascript" src="http://wordpress/wp-includes/js/heartbeat.min.js?ver=5.0.3"></script><script type="text/javascript">
|
581 |
+
/* <![CDATA[ */
|
582 |
+
var authcheckL10n = {"beforeunload":"Your session has expired. You can log in again from this page or go to the login page.","interval":"180"};
|
583 |
+
/* ]]> */
|
584 |
+
</script><script type="text/javascript" src="http://wordpress/wp-includes/js/wp-auth-check.min.js?ver=5.0.3"></script><script type="text/javascript">
|
585 |
+
var compressionNonce = "1c1ddf6971";
|
586 |
+
var testCompression = {
|
587 |
+
get : function(test) {
|
588 |
+
var x;
|
589 |
+
if ( window.XMLHttpRequest ) {
|
590 |
+
x = new XMLHttpRequest();
|
591 |
+
} else {
|
592 |
+
try{x=new ActiveXObject('Msxml2.XMLHTTP');}catch(e){try{x=new ActiveXObject('Microsoft.XMLHTTP');}catch(e){};}
|
593 |
+
}
|
594 |
+
|
595 |
+
if (x) {
|
596 |
+
x.onreadystatechange = function() {
|
597 |
+
var r, h;
|
598 |
+
if ( x.readyState == 4 ) {
|
599 |
+
r = x.responseText.substr(0, 18);
|
600 |
+
h = x.getResponseHeader('Content-Encoding');
|
601 |
+
testCompression.check(r, h, test);
|
602 |
+
}
|
603 |
+
};
|
604 |
+
|
605 |
+
x.open('GET', ajaxurl + '?action=wp-compression-test&test='+test+'&_ajax_nonce='+compressionNonce+'&'+(new Date()).getTime(), true);
|
606 |
+
x.send('');
|
607 |
+
}
|
608 |
+
},
|
609 |
+
|
610 |
+
check : function(r, h, test) {
|
611 |
+
if ( ! r && ! test )
|
612 |
+
this.get(1);
|
613 |
+
|
614 |
+
if ( 1 == test ) {
|
615 |
+
if ( h && ( h.match(/deflate/i) || h.match(/gzip/i) ) )
|
616 |
+
this.get('no');
|
617 |
+
else
|
618 |
+
this.get(2);
|
619 |
+
|
620 |
+
return;
|
621 |
+
}
|
622 |
+
|
623 |
+
if ( 2 == test ) {
|
624 |
+
if ( '"wpCompressionTest' == r )
|
625 |
+
this.get('yes');
|
626 |
+
else
|
627 |
+
this.get('no');
|
628 |
+
}
|
629 |
+
}
|
630 |
+
};
|
631 |
+
testCompression.check();
|
632 |
+
</script><div class="clear"></div>
|
633 |
+
<!-- wpwrap -->
|
634 |
+
<script type="text/javascript">if(typeof wpOnload=='function')wpOnload();</script>
|
635 |
+
</body>
|
failed-scenerios/venues-admin-list-34.html
ADDED
@@ -0,0 +1,640 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
<!--<![endif]--><head>
|
3 |
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
4 |
+
<title>Venues ‹ BDD WordPress — WordPress</title>
|
5 |
+
<script type="text/javascript">
|
6 |
+
addLoadEvent = function(func){if(typeof jQuery!="undefined")jQuery(document).ready(func);else if(typeof wpOnload!='function'){wpOnload=func;}else{var oldonload=wpOnload;wpOnload=function(){oldonload();func();}}};
|
7 |
+
var ajaxurl = '/wp-admin/admin-ajax.php',
|
8 |
+
pagenow = 'event_page_venues',
|
9 |
+
typenow = 'event',
|
10 |
+
adminpage = 'event_page_venues',
|
11 |
+
thousandsSeparator = ',',
|
12 |
+
decimalPoint = '.',
|
13 |
+
isRtl = 0;
|
14 |
+
</script><meta name="viewport" content="width=device-width,initial-scale=1.0">
|
15 |
+
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com">
|
16 |
+
<link rel="dns-prefetch" href="//s.w.org">
|
17 |
+
<style type="text/css">
|
18 |
+
img.wp-smiley,
|
19 |
+
img.emoji {
|
20 |
+
display: inline !important;
|
21 |
+
border: none !important;
|
22 |
+
box-shadow: none !important;
|
23 |
+
height: 1em !important;
|
24 |
+
width: 1em !important;
|
25 |
+
margin: 0 .07em !important;
|
26 |
+
vertical-align: -0.1em !important;
|
27 |
+
background: none !important;
|
28 |
+
padding: 0 !important;
|
29 |
+
}
|
30 |
+
</style>
|
31 |
+
<script type="text/javascript">
|
32 |
+
var eventorganiser = eventorganiser || {};
|
33 |
+
eventorganiser.wp_version = '5.0.3';
|
34 |
+
</script><link rel="stylesheet" href="http://wordpress/wp-admin/load-styles.php?c=0&dir=ltr&load%5B%5D=farbtastic,dashicons,admin-bar,common,forms,admin-menu,dashboard,list-tables,edit,revisions,media,themes,about,nav-menus,wp-poin&load%5B%5D=ter,widgets,site-icon,l10n,buttons,wp-auth-check&ver=5.0.3" type="text/css" media="all">
|
35 |
+
<link rel="stylesheet" id="eo-leaflet.js-css" href="http://cdnjs.cloudflare.com/ajax/libs/leaflet/1.3.1/leaflet.css?ver=5.0.3" type="text/css" media="all">
|
36 |
+
<style id="eo-leaflet.js-inline-css" type="text/css">
|
37 |
+
.leaflet-popup-close-button{box-shadow:none!important;}
|
38 |
+
</style>
|
39 |
+
<!--[if lte IE 7]>
|
40 |
+
<link rel='stylesheet' id='ie-css' href='http://wordpress/wp-admin/css/ie.min.css?ver=5.0.3' type='text/css' media='all' />
|
41 |
+
<![endif]--><script type="text/javascript">
|
42 |
+
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/wordpress\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.0.3"}};
|
43 |
+
!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);
|
44 |
+
</script><script type="text/javascript">
|
45 |
+
/* <![CDATA[ */
|
46 |
+
var userSettings = {"url":"\/","uid":"1","time":"1551392033","secure":""};/* ]]> */
|
47 |
+
</script><script type="text/javascript" src="http://wordpress/wp-admin/load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils,farbtastic&ver=5.0.3"></script><style>#wpadminbar {z-index:0!important;}</style>
|
48 |
+
<link id="wp-admin-canonical" rel="canonical" href="http://wordpress/wp-admin/edit.php?post_type=event&page=venues">
|
49 |
+
<script>
|
50 |
+
if ( window.history.replaceState ) {
|
51 |
+
window.history.replaceState( null, null, document.getElementById( 'wp-admin-canonical' ).href + window.location.hash );
|
52 |
+
}
|
53 |
+
</script><script type="text/javascript">var _wpColorScheme = {"icons":{"base":"#82878c","focus":"#00a0d2","current":"#fff"}};</script><style type="text/css" media="print">#wpadminbar { display:none; }</style>
|
54 |
+
</head>
|
55 |
+
<body class="wp-admin wp-core-ui no-js event_page_venues auto-fold admin-bar post-type-event branch-5 version-5-0-3 admin-color-fresh locale-en-us no-customize-support no-svg">
|
56 |
+
<script type="text/javascript">
|
57 |
+
document.body.className = document.body.className.replace('no-js','js');
|
58 |
+
</script><!--[if lte IE 8]>
|
59 |
+
<script type="text/javascript">
|
60 |
+
document.body.className = document.body.className.replace( /(^|\s)(no-)?customize-support(?=\s|$)/, '' ) + ' no-customize-support';
|
61 |
+
</script>
|
62 |
+
<![endif]--><!--[if gte IE 9]><!--><script type="text/javascript">
|
63 |
+
(function() {
|
64 |
+
var request, b = document.body, c = 'className', cs = 'customize-support', rcs = new RegExp('(^|\\s+)(no-)?'+cs+'(\\s+|$)');
|
65 |
+
|
66 |
+
request = true;
|
67 |
+
|
68 |
+
b[c] = b[c].replace( rcs, ' ' );
|
69 |
+
// The customizer requires postMessage and CORS (if the site is cross domain)
|
70 |
+
b[c] += ( window.postMessage && request ? ' ' : ' no-' ) + cs;
|
71 |
+
}());
|
72 |
+
</script><!--<![endif]--><div id="wpwrap">
|
73 |
+
|
74 |
+
<div id="adminmenumain" role="navigation" aria-label="Main menu">
|
75 |
+
<a href="#wpbody-content" class="screen-reader-shortcut">Skip to main content</a>
|
76 |
+
<a href="#wp-toolbar" class="screen-reader-shortcut">Skip to toolbar</a>
|
77 |
+
<div id="adminmenuback"></div>
|
78 |
+
<div id="adminmenuwrap">
|
79 |
+
<ul id="adminmenu">
|
80 |
+
<li class="wp-first-item wp-has-submenu wp-not-current-submenu menu-top menu-top-first menu-icon-dashboard menu-top-last" id="menu-dashboard">
|
81 |
+
<a href="index.php" class="wp-first-item wp-has-submenu wp-not-current-submenu menu-top menu-top-first menu-icon-dashboard menu-top-last" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
82 |
+
<div class="wp-menu-image dashicons-before dashicons-dashboard"><br></div>
|
83 |
+
<div class="wp-menu-name">Dashboard</div></a>
|
84 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
85 |
+
<li class="wp-submenu-head" aria-hidden="true">Dashboard</li>
|
86 |
+
<li class="wp-first-item"><a href="index.php" class="wp-first-item">Home</a></li>
|
87 |
+
<li><a href="update-core.php">Updates <span class="update-plugins count-6"><span class="update-count">6</span></span></a></li>
|
88 |
+
</ul>
|
89 |
+
</li>
|
90 |
+
<li class="wp-not-current-submenu wp-menu-separator" aria-hidden="true"><div class="separator"></div></li>
|
91 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-post open-if-no-js menu-top-first" id="menu-posts">
|
92 |
+
<a href="edit.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-post open-if-no-js menu-top-first" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
93 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-post"><br></div>
|
94 |
+
<div class="wp-menu-name">Posts</div></a>
|
95 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
96 |
+
<li class="wp-submenu-head" aria-hidden="true">Posts</li>
|
97 |
+
<li class="wp-first-item"><a href="edit.php" class="wp-first-item">All Posts</a></li>
|
98 |
+
<li><a href="post-new.php">Add New</a></li>
|
99 |
+
<li><a href="edit-tags.php?taxonomy=category">Categories</a></li>
|
100 |
+
<li><a href="edit-tags.php?taxonomy=post_tag">Tags</a></li>
|
101 |
+
</ul>
|
102 |
+
</li>
|
103 |
+
<li class="wp-has-submenu wp-has-current-submenu wp-menu-open menu-top menu-icon-event" id="menu-posts-event">
|
104 |
+
<a href="edit.php?post_type=event" class="wp-has-submenu wp-has-current-submenu wp-menu-open menu-top menu-icon-event"><div class="wp-menu-arrow"><div></div></div>
|
105 |
+
<div class="wp-menu-image dashicons-before dashicons-calendar"><br></div>
|
106 |
+
<div class="wp-menu-name">Events</div></a>
|
107 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
108 |
+
<li class="wp-submenu-head" aria-hidden="true">Events</li>
|
109 |
+
<li class="wp-first-item"><a href="edit.php?post_type=event" class="wp-first-item">All Events</a></li>
|
110 |
+
<li><a href="post-new.php?post_type=event">Add New</a></li>
|
111 |
+
<li><a href="edit-tags.php?taxonomy=event-category&post_type=event">Categories</a></li>
|
112 |
+
<li><a href="edit-tags.php?taxonomy=event-tag&post_type=event">Tags</a></li>
|
113 |
+
<li class="current"><a href="edit.php?post_type=event&page=venues" class="current" aria-current="page">Venues</a></li>
|
114 |
+
<li><a href="edit.php?post_type=event&page=calendar">Calendar View</a></li>
|
115 |
+
<li><a href="edit.php?post_type=event&page=eo-addons">Extensions</a></li>
|
116 |
+
</ul>
|
117 |
+
</li>
|
118 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-media" id="menu-media">
|
119 |
+
<a href="upload.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-media" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
120 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-media"><br></div>
|
121 |
+
<div class="wp-menu-name">Media</div></a>
|
122 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
123 |
+
<li class="wp-submenu-head" aria-hidden="true">Media</li>
|
124 |
+
<li class="wp-first-item"><a href="upload.php" class="wp-first-item">Library</a></li>
|
125 |
+
<li><a href="media-new.php">Add New</a></li>
|
126 |
+
</ul>
|
127 |
+
</li>
|
128 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-page" id="menu-pages">
|
129 |
+
<a href="edit.php?post_type=page" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-page" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
130 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-page"><br></div>
|
131 |
+
<div class="wp-menu-name">Pages</div></a>
|
132 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
133 |
+
<li class="wp-submenu-head" aria-hidden="true">Pages</li>
|
134 |
+
<li class="wp-first-item"><a href="edit.php?post_type=page" class="wp-first-item">All Pages</a></li>
|
135 |
+
<li><a href="post-new.php?post_type=page">Add New</a></li>
|
136 |
+
</ul>
|
137 |
+
</li>
|
138 |
+
<li class="wp-not-current-submenu menu-top menu-icon-comments menu-top-last" id="menu-comments">
|
139 |
+
<a href="edit-comments.php" class="wp-not-current-submenu menu-top menu-icon-comments menu-top-last"><div class="wp-menu-arrow"><div></div></div>
|
140 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-comments"><br></div>
|
141 |
+
<div class="wp-menu-name">Comments <span class="awaiting-mod count-0"><span class="pending-count">0</span></span>
|
142 |
+
</div></a>
|
143 |
+
</li>
|
144 |
+
<li class="wp-not-current-submenu wp-menu-separator" aria-hidden="true"><div class="separator"></div></li>
|
145 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-appearance menu-top-first" id="menu-appearance">
|
146 |
+
<a href="themes.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-appearance menu-top-first" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
147 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-appearance"><br></div>
|
148 |
+
<div class="wp-menu-name">Appearance</div></a>
|
149 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
150 |
+
<li class="wp-submenu-head" aria-hidden="true">Appearance</li>
|
151 |
+
<li class="wp-first-item"><a href="themes.php" class="wp-first-item">Themes</a></li>
|
152 |
+
<li class="hide-if-no-customize"><a href="customize.php?return=%2Fwp-admin%2Fedit.php%3Fpost_type%3Devent%26page%3Dvenues" class="hide-if-no-customize">Customize</a></li>
|
153 |
+
<li><a href="widgets.php">Widgets</a></li>
|
154 |
+
<li><a href="nav-menus.php">Menus</a></li>
|
155 |
+
<li><a href="theme-editor.php">Editor</a></li>
|
156 |
+
</ul>
|
157 |
+
</li>
|
158 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-plugins" id="menu-plugins">
|
159 |
+
<a href="plugins.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-plugins" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
160 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-plugins"><br></div>
|
161 |
+
<div class="wp-menu-name">Plugins <span class="update-plugins count-2"><span class="plugin-count">2</span></span>
|
162 |
+
</div></a>
|
163 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
164 |
+
<li class="wp-submenu-head" aria-hidden="true">Plugins <span class="update-plugins count-2"><span class="plugin-count">2</span></span>
|
165 |
+
</li>
|
166 |
+
<li class="wp-first-item"><a href="plugins.php" class="wp-first-item">Installed Plugins</a></li>
|
167 |
+
<li><a href="plugin-install.php">Add New</a></li>
|
168 |
+
<li><a href="plugin-editor.php">Editor</a></li>
|
169 |
+
</ul>
|
170 |
+
</li>
|
171 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-users" id="menu-users">
|
172 |
+
<a href="users.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-users" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
173 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-users"><br></div>
|
174 |
+
<div class="wp-menu-name">Users</div></a>
|
175 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
176 |
+
<li class="wp-submenu-head" aria-hidden="true">Users</li>
|
177 |
+
<li class="wp-first-item"><a href="users.php" class="wp-first-item">All Users</a></li>
|
178 |
+
<li><a href="user-new.php">Add New</a></li>
|
179 |
+
<li><a href="profile.php">Your Profile</a></li>
|
180 |
+
</ul>
|
181 |
+
</li>
|
182 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-tools" id="menu-tools">
|
183 |
+
<a href="tools.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-tools" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
184 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-tools"><br></div>
|
185 |
+
<div class="wp-menu-name">Tools</div></a>
|
186 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
187 |
+
<li class="wp-submenu-head" aria-hidden="true">Tools</li>
|
188 |
+
<li class="wp-first-item"><a href="tools.php" class="wp-first-item">Available Tools</a></li>
|
189 |
+
<li><a href="import.php">Import</a></li>
|
190 |
+
<li><a href="export.php">Export</a></li>
|
191 |
+
<li><a href="tools.php?page=export_personal_data">Export Personal Data</a></li>
|
192 |
+
<li><a href="tools.php?page=remove_personal_data">Erase Personal Data</a></li>
|
193 |
+
</ul>
|
194 |
+
</li>
|
195 |
+
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-settings menu-top-last" id="menu-settings">
|
196 |
+
<a href="options-general.php" class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-settings menu-top-last" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div>
|
197 |
+
<div class="wp-menu-image dashicons-before dashicons-admin-settings"><br></div>
|
198 |
+
<div class="wp-menu-name">Settings </div></a>
|
199 |
+
<ul class="wp-submenu wp-submenu-wrap">
|
200 |
+
<li class="wp-submenu-head" aria-hidden="true">Settings </li>
|
201 |
+
<li class="wp-first-item"><a href="options-general.php" class="wp-first-item">General</a></li>
|
202 |
+
<li><a href="options-writing.php">Writing</a></li>
|
203 |
+
<li><a href="options-reading.php">Reading</a></li>
|
204 |
+
<li><a href="options-discussion.php">Discussion</a></li>
|
205 |
+
<li><a href="options-media.php">Media</a></li>
|
206 |
+
<li><a href="options-permalink.php">Permalinks</a></li>
|
207 |
+
<li><a href="privacy.php">Privacy </a></li>
|
208 |
+
<li><a href="options-general.php?page=event-settings">Event Organiser</a></li>
|
209 |
+
</ul>
|
210 |
+
</li>
|
211 |
+
<li id="collapse-menu" class="hide-if-no-js"><button type="button" id="collapse-button" aria-label="Collapse Main menu" aria-expanded="true"><span class="collapse-button-icon" aria-hidden="true"></span><span class="collapse-button-label">Collapse menu</span></button></li>
|
212 |
+
</ul>
|
213 |
+
</div>
|
214 |
+
</div>
|
215 |
+
<div id="wpcontent">
|
216 |
+
|
217 |
+
<div id="wpadminbar" class="nojq nojs">
|
218 |
+
<div class="quicklinks" id="wp-toolbar" role="navigation" aria-label="Toolbar" tabindex="0">
|
219 |
+
<ul id="wp-admin-bar-root-default" class="ab-top-menu">
|
220 |
+
<li id="wp-admin-bar-menu-toggle">
|
221 |
+
<a class="ab-item" href="#"><span class="ab-icon"></span><span class="screen-reader-text">Menu</span></a> </li>
|
222 |
+
<li id="wp-admin-bar-wp-logo" class="menupop">
|
223 |
+
<a class="ab-item" aria-haspopup="true" href="http://wordpress/wp-admin/about.php"><span class="ab-icon"></span><span class="screen-reader-text">About WordPress</span></a><div class="ab-sub-wrapper">
|
224 |
+
<ul id="wp-admin-bar-wp-logo-default" class="ab-submenu"><li id="wp-admin-bar-about">
|
225 |
+
<a class="ab-item" href="http://wordpress/wp-admin/about.php">About WordPress</a> </li></ul>
|
226 |
+
<ul id="wp-admin-bar-wp-logo-external" class="ab-sub-secondary ab-submenu">
|
227 |
+
<li id="wp-admin-bar-wporg">
|
228 |
+
<a class="ab-item" href="https://wordpress.org/">WordPress.org</a> </li>
|
229 |
+
<li id="wp-admin-bar-documentation">
|
230 |
+
<a class="ab-item" href="https://codex.wordpress.org/">Documentation</a> </li>
|
231 |
+
<li id="wp-admin-bar-support-forums">
|
232 |
+
<a class="ab-item" href="https://wordpress.org/support/">Support Forums</a> </li>
|
233 |
+
<li id="wp-admin-bar-feedback">
|
234 |
+
<a class="ab-item" href="https://wordpress.org/support/forum/requests-and-feedback">Feedback</a> </li>
|
235 |
+
</ul>
|
236 |
+
</div> </li>
|
237 |
+
<li id="wp-admin-bar-site-name" class="menupop">
|
238 |
+
<a class="ab-item" aria-haspopup="true" href="http://wordpress/">BDD WordPress</a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-site-name-default" class="ab-submenu"><li id="wp-admin-bar-view-site">
|
239 |
+
<a class="ab-item" href="http://wordpress/">Visit Site</a> </li></ul></div> </li>
|
240 |
+
<li id="wp-admin-bar-updates">
|
241 |
+
<a class="ab-item" href="http://wordpress/wp-admin/update-core.php" title="1 WordPress Update, 2 Plugin Updates, 3 Theme Updates"><span class="ab-icon"></span><span class="ab-label">6</span><span class="screen-reader-text">1 WordPress Update, 2 Plugin Updates, 3 Theme Updates</span></a> </li>
|
242 |
+
<li id="wp-admin-bar-comments">
|
243 |
+
<a class="ab-item" href="http://wordpress/wp-admin/edit-comments.php"><span class="ab-icon"></span><span class="ab-label awaiting-mod pending-count count-0" aria-hidden="true">0</span><span class="screen-reader-text">0 comments awaiting moderation</span></a> </li>
|
244 |
+
<li id="wp-admin-bar-new-content" class="menupop">
|
245 |
+
<a class="ab-item" aria-haspopup="true" href="http://wordpress/wp-admin/post-new.php"><span class="ab-icon"></span><span class="ab-label">New</span></a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-new-content-default" class="ab-submenu">
|
246 |
+
<li id="wp-admin-bar-new-post">
|
247 |
+
<a class="ab-item" href="http://wordpress/wp-admin/post-new.php">Post</a> </li>
|
248 |
+
<li id="wp-admin-bar-new-media">
|
249 |
+
<a class="ab-item" href="http://wordpress/wp-admin/media-new.php">Media</a> </li>
|
250 |
+
<li id="wp-admin-bar-new-page">
|
251 |
+
<a class="ab-item" href="http://wordpress/wp-admin/post-new.php?post_type=page">Page</a> </li>
|
252 |
+
<li id="wp-admin-bar-new-event">
|
253 |
+
<a class="ab-item" href="http://wordpress/wp-admin/post-new.php?post_type=event">Event</a> </li>
|
254 |
+
<li id="wp-admin-bar-new-user">
|
255 |
+
<a class="ab-item" href="http://wordpress/wp-admin/user-new.php">User</a> </li>
|
256 |
+
</ul></div> </li>
|
257 |
+
</ul>
|
258 |
+
<ul id="wp-admin-bar-top-secondary" class="ab-top-secondary ab-top-menu"><li id="wp-admin-bar-my-account" class="menupop with-avatar">
|
259 |
+
<a class="ab-item" aria-haspopup="true" href="http://wordpress/wp-admin/profile.php">Howdy, <span class="display-name">admin</span><img alt="" src="http://0.gravatar.com/avatar/fec8fc482f0b7680030aa28962900033?s=26&d=mm&r=g" srcset="http://0.gravatar.com/avatar/fec8fc482f0b7680030aa28962900033?s=52&d=mm&r=g 2x" class="avatar avatar-26 photo" height="26" width="26"></a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-user-actions" class="ab-submenu">
|
260 |
+
<li id="wp-admin-bar-user-info">
|
261 |
+
<a class="ab-item" tabindex="-1" href="http://wordpress/wp-admin/profile.php"><img alt="" src="http://0.gravatar.com/avatar/fec8fc482f0b7680030aa28962900033?s=64&d=mm&r=g" srcset="http://0.gravatar.com/avatar/fec8fc482f0b7680030aa28962900033?s=128&d=mm&r=g 2x" class="avatar avatar-64 photo" height="64" width="64"><span class="display-name">admin</span></a> </li>
|
262 |
+
<li id="wp-admin-bar-edit-profile">
|
263 |
+
<a class="ab-item" href="http://wordpress/wp-admin/profile.php">Edit My Profile</a> </li>
|
264 |
+
<li id="wp-admin-bar-logout">
|
265 |
+
<a class="ab-item" href="http://wordpress/wp-login.php?action=logout&_wpnonce=c43467f120">Log Out</a> </li>
|
266 |
+
</ul></div> </li></ul>
|
267 |
+
</div>
|
268 |
+
<a class="screen-reader-shortcut" href="http://wordpress/wp-login.php?action=logout&_wpnonce=c43467f120">Log Out</a>
|
269 |
+
</div>
|
270 |
+
|
271 |
+
|
272 |
+
<div id="wpbody" role="main">
|
273 |
+
|
274 |
+
<div id="wpbody-content" aria-label="Main content" tabindex="0">
|
275 |
+
<div id="screen-meta" class="metabox-prefs">
|
276 |
+
|
277 |
+
<div id="contextual-help-wrap" class="hidden" tabindex="-1" aria-label="Contextual Help Tab">
|
278 |
+
<div id="contextual-help-back"></div>
|
279 |
+
<div id="contextual-help-columns">
|
280 |
+
<div class="contextual-help-tabs">
|
281 |
+
<ul>
|
282 |
+
<li id="tab-link-old-contextual-help" class="active">
|
283 |
+
<a href="#tab-panel-old-contextual-help" aria-controls="tab-panel-old-contextual-help">
|
284 |
+
Overview </a>
|
285 |
+
</li>
|
286 |
+
</ul>
|
287 |
+
</div>
|
288 |
+
|
289 |
+
<div class="contextual-help-sidebar">
|
290 |
+
<p> <strong>For more information</strong>See the <a target="_blank" href="http://docs.wp-event-organiser.com/"> documentation</a></p>
|
291 |
+
<p><strong><a href="http://wordpress/wp-admin/edit.php?post_type=event&page=debug">Debugging Event Organiser</a></strong></p>
|
292 |
+
<p><strong><a href="http://wordpress/wp-admin/index.php?page=eo-pro">Go Pro!</a></strong></p> </div>
|
293 |
+
|
294 |
+
<div class="contextual-help-tabs-wrap">
|
295 |
+
|
296 |
+
<div id="tab-panel-old-contextual-help" class="help-tab-content active">
|
297 |
+
<p>Hovering over a row in the venues list will display action links that allow you to manage that venue. You can perform the following actions:</p>
|
298 |
+
<ul>
|
299 |
+
<li>Edit takes you to the editing screen for that venue. You can also reach that screen by clicking on the venue title.</li>
|
300 |
+
<li>Delete will permanently remove the venue</li>
|
301 |
+
<li>View will take you to the venue's page</li>
|
302 |
+
</ul>
|
303 |
+
</div>
|
304 |
+
</div>
|
305 |
+
</div>
|
306 |
+
</div>
|
307 |
+
<div id="screen-options-wrap" class="hidden" tabindex="-1" aria-label="Screen Options Tab">
|
308 |
+
<form id="adv-settings" method="post">
|
309 |
+
<fieldset class="metabox-prefs">
|
310 |
+
<legend>Columns</legend>
|
311 |
+
<label><input class="hide-column-tog" name="venue_address-hide" type="checkbox" id="venue_address-hide" value="venue_address" checked>Address</label>
|
312 |
+
<label><input class="hide-column-tog" name="venue_city-hide" type="checkbox" id="venue_city-hide" value="venue_city" checked>City</label>
|
313 |
+
<label><input class="hide-column-tog" name="venue_state-hide" type="checkbox" id="venue_state-hide" value="venue_state" checked>State / Province</label>
|
314 |
+
<label><input class="hide-column-tog" name="venue_postcode-hide" type="checkbox" id="venue_postcode-hide" value="venue_postcode" checked>Post Code</label>
|
315 |
+
<label><input class="hide-column-tog" name="venue_country-hide" type="checkbox" id="venue_country-hide" value="venue_country" checked>Country</label>
|
316 |
+
<label><input class="hide-column-tog" name="venue_slug-hide" type="checkbox" id="venue_slug-hide" value="venue_slug" checked>Slug</label>
|
317 |
+
<label><input class="hide-column-tog" name="posts-hide" type="checkbox" id="posts-hide" value="posts" checked>Events</label>
|
318 |
+
</fieldset>
|
319 |
+
<fieldset class="screen-options">
|
320 |
+
<legend>Pagination</legend>
|
321 |
+
<label for="edit_event-venue_per_page">Venues</label>
|
322 |
+
<input type="number" step="1" min="1" max="999" class="screen-per-page" name="wp_screen_options[value]" id="edit_event-venue_per_page" maxlength="3" value="20"><input type="hidden" name="wp_screen_options[option]" value="edit_event-venue_per_page">
|
323 |
+
</fieldset>
|
324 |
+
<p class="submit"><input type="submit" name="screen-options-apply" id="screen-options-apply" class="button button-primary" value="Apply"></p>
|
325 |
+
<input type="hidden" id="screenoptionnonce" name="screenoptionnonce" value="b81a7cf133">
|
326 |
+
</form>
|
327 |
+
</div> </div>
|
328 |
+
<div id="screen-meta-links">
|
329 |
+
<div id="contextual-help-link-wrap" class="hide-if-no-js screen-meta-toggle">
|
330 |
+
<button type="button" id="contextual-help-link" class="button show-settings" aria-controls="contextual-help-wrap" aria-expanded="false">Help</button>
|
331 |
+
</div>
|
332 |
+
<div id="screen-options-link-wrap" class="hide-if-no-js screen-meta-toggle">
|
333 |
+
<button type="button" id="show-settings-link" class="button show-settings" aria-controls="screen-options-wrap" aria-expanded="false">Screen Options</button>
|
334 |
+
</div>
|
335 |
+
</div>
|
336 |
+
<div class="update-nag">
|
337 |
+
<a href="https://codex.wordpress.org/Version_5.1">WordPress 5.1</a> is available! <a href="http://wordpress/wp-admin/update-core.php" aria-label="Please update WordPress now">Please update now</a>.</div>
|
338 |
+
<div class="notice eventorganiser-notice notice-warning" id="eventorganiser-notice-google_maps_api">
|
339 |
+
<form action="" method="post">
|
340 |
+
<h4>Enter a Google Maps API key</h4>
|
341 |
+
<p>Google Maps now requires you register for an API key. If you wish to use maps on your site, <a href="http://wordpress/wp-admin/options-general.php?page=event-settings#google_api_key">please enter your key</a>.</p>
|
342 |
+
<button type="submit" class="notice-dismiss eventorganiser-dismiss">
|
343 |
+
<span class="screen-reader-text">Dismiss this notice</span>
|
344 |
+
</button>
|
345 |
+
<input type="hidden" name="action" value="eventorganiser-dismiss-notice"><input type="hidden" name="_wpnonce" value="beecb88de3"><input type="hidden" name="notice" value="google_maps_api">
|
346 |
+
</form>
|
347 |
+
</div> <div class="wrap">
|
348 |
+
|
349 |
+
|
350 |
+
<h2>
|
351 |
+
Venues <a href="edit.php?post_type=event&page=venues&action=create" class="add-new-h2">Add New Venue</a>
|
352 |
+
</h2>
|
353 |
+
|
354 |
+
<form id="eo-venue-table" method="get">
|
355 |
+
<!-- Ensure that the form posts back to our current page -->
|
356 |
+
<input type="hidden" name="page" value="venues"><input type="hidden" name="post_type" value="event"><!-- Now we can render the completed list table --><p class="search-box">
|
357 |
+
<label class="screen-reader-text" for="s-search-input">Search Venues:</label>
|
358 |
+
<input type="search" id="s-search-input" name="s" value=""><input type="submit" id="search-submit" class="button" value="Search Venues"></p>
|
359 |
+
<input type="hidden" id="_wpnonce" name="_wpnonce" value="d7294f7fe9"><input type="hidden" name="_wp_http_referer" value="/wp-admin/edit.php?post_type=event&page=venues"><div class="tablenav top">
|
360 |
+
|
361 |
+
<div class="alignleft actions bulkactions">
|
362 |
+
<label for="bulk-action-selector-top" class="screen-reader-text">Select bulk action</label><select name="action" id="bulk-action-selector-top"><option value="-1">Bulk Actions</option>
|
363 |
+
<option value="delete">Delete</option></select><input type="submit" id="doaction" class="button action" value="Apply">
|
364 |
+
</div>
|
365 |
+
<div class="tablenav-pages one-page">
|
366 |
+
<span class="displaying-num">3 items</span>
|
367 |
+
<span class="pagination-links"><span class="tablenav-pages-navspan" aria-hidden="true">«</span>
|
368 |
+
<span class="tablenav-pages-navspan" aria-hidden="true">‹</span>
|
369 |
+
<span class="paging-input"><label for="current-page-selector" class="screen-reader-text">Current Page</label><input class="current-page" id="current-page-selector" type="text" name="paged" value="1" size="1" aria-describedby="table-paging"><span class="tablenav-paging-text"> of <span class="total-pages">1</span></span></span>
|
370 |
+
<span class="tablenav-pages-navspan" aria-hidden="true">›</span>
|
371 |
+
<span class="tablenav-pages-navspan" aria-hidden="true">»</span></span>
|
372 |
+
</div>
|
373 |
+
<br class="clear">
|
374 |
+
</div>
|
375 |
+
<table class="wp-list-table widefat fixed striped venues">
|
376 |
+
<thead><tr>
|
377 |
+
<td id="cb" class="manage-column column-cb check-column">
|
378 |
+
<label class="screen-reader-text" for="cb-select-all-1">Select All</label><input id="cb-select-all-1" type="checkbox">
|
379 |
+
</td>
|
380 |
+
<th scope="col" id="name" class="manage-column column-name column-primary sortable asc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&page=venues&orderby=name&order=desc"><span>Venue</span><span class="sorting-indicator"></span></a></th>
|
381 |
+
<th scope="col" id="venue_address" class="manage-column column-venue_address sortable desc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&page=venues&orderby=address&order=asc"><span>Address</span><span class="sorting-indicator"></span></a></th>
|
382 |
+
<th scope="col" id="venue_city" class="manage-column column-venue_city sortable desc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&page=venues&orderby=city&order=asc"><span>City</span><span class="sorting-indicator"></span></a></th>
|
383 |
+
<th scope="col" id="venue_state" class="manage-column column-venue_state sortable desc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&page=venues&orderby=state&order=asc"><span>State / Province</span><span class="sorting-indicator"></span></a></th>
|
384 |
+
<th scope="col" id="venue_postcode" class="manage-column column-venue_postcode sortable desc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&page=venues&orderby=postcode&order=asc"><span>Post Code</span><span class="sorting-indicator"></span></a></th>
|
385 |
+
<th scope="col" id="venue_country" class="manage-column column-venue_country sortable desc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&page=venues&orderby=country&order=asc"><span>Country</span><span class="sorting-indicator"></span></a></th>
|
386 |
+
<th scope="col" id="venue_slug" class="manage-column column-venue_slug sortable desc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&page=venues&orderby=slug&order=asc"><span>Slug</span><span class="sorting-indicator"></span></a></th>
|
387 |
+
<th scope="col" id="posts" class="manage-column column-posts num sortable desc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&page=venues&orderby=count&order=asc"><span>Events</span><span class="sorting-indicator"></span></a></th> </tr></thead>
|
388 |
+
<tbody id="the-list" data-wp-lists="list:venue">
|
389 |
+
<tr class="alternate" id="venue-4">
|
390 |
+
<th scope="row" class="check-column"><input type="checkbox" name="event-venue[]" value="dragonfly"></th>
|
391 |
+
<td class="name column-name has-row-actions column-primary" data-colname="Venue">
|
392 |
+
<a href="http://wordpress/wp-admin/edit.php?post_type=event&page=venues&action=edit&event-venue=dragonfly" class="row-title">Dragonfly</a><div class="row-actions">
|
393 |
+
<span class="edit"><a href="http://wordpress/wp-admin/edit.php?post_type=event&page=venues&action=edit&event-venue=dragonfly" aria-label="Edit “Dragonfly”">Edit</a> | </span><span class="delete"><a href="http://wordpress/wp-admin/edit.php?post_type=event&page=venues&action=delete&event-venue=dragonfly&_wpnonce=1e4745cf3c" aria-label="Delete “Dragonfly”">Delete</a> | </span><span class="view"><a href="http://wordpress/events/venues/dragonfly/" aria-label="View “Dragonfly”">View</a></span>
|
394 |
+
</div>
|
395 |
+
<button type="button" class="toggle-row"><span class="screen-reader-text">Show more details</span></button><button type="button" class="toggle-row"><span class="screen-reader-text">Show more details</span></button>
|
396 |
+
</td>
|
397 |
+
<td class="venue_address column-venue_address" data-colname="Address">52 West Port</td>
|
398 |
+
<td class="venue_city column-venue_city" data-colname="City">Edinburgh</td>
|
399 |
+
<td class="venue_state column-venue_state" data-colname="State / Province"></td>
|
400 |
+
<td class="venue_postcode column-venue_postcode" data-colname="Post Code">EH1 2LD</td>
|
401 |
+
<td class="venue_country column-venue_country" data-colname="Country">United Kingdom</td>
|
402 |
+
<td class="venue_slug column-venue_slug" data-colname="Slug">dragonfly</td>
|
403 |
+
<td class="posts column-posts" data-colname="Events">0</td>
|
404 |
+
</tr>
|
405 |
+
<tr class="" id="venue-3">
|
406 |
+
<th scope="row" class="check-column"><input type="checkbox" name="event-venue[]" value="living-room"></th>
|
407 |
+
<td class="name column-name has-row-actions column-primary" data-colname="Venue">
|
408 |
+
<a href="http://wordpress/wp-admin/edit.php?post_type=event&page=venues&action=edit&event-venue=living-room" class="row-title">Living Room</a><div class="row-actions">
|
409 |
+
<span class="edit"><a href="http://wordpress/wp-admin/edit.php?post_type=event&page=venues&action=edit&event-venue=living-room" aria-label="Edit “Living Room”">Edit</a> | </span><span class="delete"><a href="http://wordpress/wp-admin/edit.php?post_type=event&page=venues&action=delete&event-venue=living-room&_wpnonce=659bf1e85f" aria-label="Delete “Living Room”">Delete</a> | </span><span class="view"><a href="http://wordpress/events/venues/living-room/" aria-label="View “Living Room”">View</a></span>
|
410 |
+
</div>
|
411 |
+
<button type="button" class="toggle-row"><span class="screen-reader-text">Show more details</span></button><button type="button" class="toggle-row"><span class="screen-reader-text">Show more details</span></button>
|
412 |
+
</td>
|
413 |
+
<td class="venue_address column-venue_address" data-colname="Address">113-115 George St</td>
|
414 |
+
<td class="venue_city column-venue_city" data-colname="City">Edinburgh</td>
|
415 |
+
<td class="venue_state column-venue_state" data-colname="State / Province"></td>
|
416 |
+
<td class="venue_postcode column-venue_postcode" data-colname="Post Code">EH2 4JN</td>
|
417 |
+
<td class="venue_country column-venue_country" data-colname="Country">United Kingdom</td>
|
418 |
+
<td class="venue_slug column-venue_slug" data-colname="Slug">living-room</td>
|
419 |
+
<td class="posts column-posts" data-colname="Events">1</td>
|
420 |
+
</tr>
|
421 |
+
<tr class="alternate" id="venue-2">
|
422 |
+
<th scope="row" class="check-column"><input type="checkbox" name="event-venue[]" value="akva"></th>
|
423 |
+
<td class="name column-name has-row-actions column-primary" data-colname="Venue">
|
424 |
+
<a href="http://wordpress/wp-admin/edit.php?post_type=event&page=venues&action=edit&event-venue=akva" class="row-title">Akva</a><div class="row-actions">
|
425 |
+
<span class="edit"><a href="http://wordpress/wp-admin/edit.php?post_type=event&page=venues&action=edit&event-venue=akva" aria-label="Edit “Akva”">Edit</a> | </span><span class="delete"><a href="http://wordpress/wp-admin/edit.php?post_type=event&page=venues&action=delete&event-venue=akva&_wpnonce=6965001ae2" aria-label="Delete “Akva”">Delete</a> | </span><span class="view"><a href="http://wordpress/events/venues/akva/" aria-label="View “Akva”">View</a></span>
|
426 |
+
</div>
|
427 |
+
<button type="button" class="toggle-row"><span class="screen-reader-text">Show more details</span></button><button type="button" class="toggle-row"><span class="screen-reader-text">Show more details</span></button>
|
428 |
+
</td>
|
429 |
+
<td class="venue_address column-venue_address" data-colname="Address">129 Fountainbridge</td>
|
430 |
+
<td class="venue_city column-venue_city" data-colname="City">Edinburgh</td>
|
431 |
+
<td class="venue_state column-venue_state" data-colname="State / Province"></td>
|
432 |
+
<td class="venue_postcode column-venue_postcode" data-colname="Post Code">EH3 9QG</td>
|
433 |
+
<td class="venue_country column-venue_country" data-colname="Country">United Kingdom</td>
|
434 |
+
<td class="venue_slug column-venue_slug" data-colname="Slug">akva</td>
|
435 |
+
<td class="posts column-posts" data-colname="Events">2</td>
|
436 |
+
</tr>
|
437 |
+
</tbody>
|
438 |
+
<tfoot><tr>
|
439 |
+
<td class="manage-column column-cb check-column">
|
440 |
+
<label class="screen-reader-text" for="cb-select-all-2">Select All</label><input id="cb-select-all-2" type="checkbox">
|
441 |
+
</td>
|
442 |
+
<th scope="col" class="manage-column column-name column-primary sortable asc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&page=venues&orderby=name&order=desc"><span>Venue</span><span class="sorting-indicator"></span></a></th>
|
443 |
+
<th scope="col" class="manage-column column-venue_address sortable desc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&page=venues&orderby=address&order=asc"><span>Address</span><span class="sorting-indicator"></span></a></th>
|
444 |
+
<th scope="col" class="manage-column column-venue_city sortable desc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&page=venues&orderby=city&order=asc"><span>City</span><span class="sorting-indicator"></span></a></th>
|
445 |
+
<th scope="col" class="manage-column column-venue_state sortable desc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&page=venues&orderby=state&order=asc"><span>State / Province</span><span class="sorting-indicator"></span></a></th>
|
446 |
+
<th scope="col" class="manage-column column-venue_postcode sortable desc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&page=venues&orderby=postcode&order=asc"><span>Post Code</span><span class="sorting-indicator"></span></a></th>
|
447 |
+
<th scope="col" class="manage-column column-venue_country sortable desc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&page=venues&orderby=country&order=asc"><span>Country</span><span class="sorting-indicator"></span></a></th>
|
448 |
+
<th scope="col" class="manage-column column-venue_slug sortable desc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&page=venues&orderby=slug&order=asc"><span>Slug</span><span class="sorting-indicator"></span></a></th>
|
449 |
+
<th scope="col" class="manage-column column-posts num sortable desc"><a href="http://wordpress/wp-admin/edit.php?post_type=event&page=venues&orderby=count&order=asc"><span>Events</span><span class="sorting-indicator"></span></a></th> </tr></tfoot>
|
450 |
+
</table>
|
451 |
+
<div class="tablenav bottom">
|
452 |
+
|
453 |
+
<div class="alignleft actions bulkactions">
|
454 |
+
<label for="bulk-action-selector-bottom" class="screen-reader-text">Select bulk action</label><select name="action2" id="bulk-action-selector-bottom"><option value="-1">Bulk Actions</option>
|
455 |
+
<option value="delete">Delete</option></select><input type="submit" id="doaction2" class="button action" value="Apply">
|
456 |
+
</div>
|
457 |
+
<div class="tablenav-pages one-page">
|
458 |
+
<span class="displaying-num">3 items</span>
|
459 |
+
<span class="pagination-links"><span class="tablenav-pages-navspan" aria-hidden="true">«</span>
|
460 |
+
<span class="tablenav-pages-navspan" aria-hidden="true">‹</span>
|
461 |
+
<span class="screen-reader-text">Current Page</span><span id="table-paging" class="paging-input"><span class="tablenav-paging-text">1 of <span class="total-pages">1</span></span></span>
|
462 |
+
<span class="tablenav-pages-navspan" aria-hidden="true">›</span>
|
463 |
+
<span class="tablenav-pages-navspan" aria-hidden="true">»</span></span>
|
464 |
+
</div>
|
465 |
+
<br class="clear">
|
466 |
+
</div>
|
467 |
+
</form>
|
468 |
+
|
469 |
+
</div>
|
470 |
+
<!--End .wrap -->
|
471 |
+
|
472 |
+
<div class="clear"></div>
|
473 |
+
</div>
|
474 |
+
<!-- wpbody-content -->
|
475 |
+
<div class="clear"></div>
|
476 |
+
</div>
|
477 |
+
<!-- wpbody -->
|
478 |
+
<div class="clear"></div>
|
479 |
+
</div>
|
480 |
+
<!-- wpcontent -->
|
481 |
+
|
482 |
+
<div id="wpfooter" role="contentinfo">
|
483 |
+
<p id="footer-left" class="alignleft">
|
484 |
+
<span id="footer-thankyou">Thank you for creating with <a href="https://wordpress.org/">WordPress</a>.</span> </p>
|
485 |
+
<p id="footer-upgrade" class="alignright">
|
486 |
+
<strong><a href="http://wordpress/wp-admin/update-core.php">Get Version 5.1</a></strong> </p>
|
487 |
+
<div class="clear"></div>
|
488 |
+
</div>
|
489 |
+
<div id="wp-auth-check-wrap" class="hidden">
|
490 |
+
<div id="wp-auth-check-bg"></div>
|
491 |
+
<div id="wp-auth-check">
|
492 |
+
<button type="button" class="wp-auth-check-close button-link"><span class="screen-reader-text">Close dialog</span></button>
|
493 |
+
<div id="wp-auth-check-form" class="loading" data-src="http://wordpress/wp-login.php?interim-login=1&wp_lang=en_US"></div>
|
494 |
+
<div class="wp-auth-fallback">
|
495 |
+
<p><b class="wp-auth-fallback-expired" tabindex="0">Session expired</b></p>
|
496 |
+
<p><a href="http://wordpress/wp-login.php" target="_blank">Please log in again.</a>
|
497 |
+
The login page will open in a new window. After logging in you can close it and return to this page.</p>
|
498 |
+
</div>
|
499 |
+
</div>
|
500 |
+
</div>
|
501 |
+
|
502 |
+
<script type="text/javascript">
|
503 |
+
/* <![CDATA[ */
|
504 |
+
var commonL10n = {"warnDelete":"You are about to permanently delete these items from your site.\nThis action cannot be undone.\n 'Cancel' to stop, 'OK' to delete.","dismiss":"Dismiss this notice.","collapseMenu":"Collapse Main menu","expandMenu":"Expand Main menu"};/* ]]> */
|
505 |
+
</script><script type="text/javascript" src="http://wordpress/wp-admin/load-scripts.php?c=0&load%5B%5D=hoverIntent,common,admin-bar,svg-painter&ver=5.0.3"></script><script type="text/javascript" src="http://wordpress/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=7.0.0"></script><script type="text/javascript">
|
506 |
+
( 'fetch' in window ) || document.write( '<script src="http://wordpress/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js?ver=3.0.0">' + 'ipt>' );( document.contains ) || document.write( '<script src="http://wordpress/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js?ver=3.26.0-0">' + 'ipt>' );( window.FormData && window.FormData.prototype.keys ) || document.write( '<script src="http://wordpress/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js?ver=3.0.12">' + 'ipt>' );( Element.prototype.matches && Element.prototype.closest ) || document.write( '<script src="http://wordpress/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js?ver=2.0.2">' + 'ipt>' );
|
507 |
+
</script><script type="text/javascript" src="http://wordpress/wp-includes/js/dist/hooks.min.js?ver=2.0.4"></script><script type="text/javascript">
|
508 |
+
/* <![CDATA[ */
|
509 |
+
var heartbeatSettings = {"nonce":"e9c1697f02"};
|
510 |
+
/* ]]> */
|
511 |
+
</script><script type="text/javascript" src="http://wordpress/wp-includes/js/heartbeat.min.js?ver=5.0.3"></script><script type="text/javascript">
|
512 |
+
/* <![CDATA[ */
|
513 |
+
var authcheckL10n = {"beforeunload":"Your session has expired. You can log in again from this page or go to the login page.","interval":"180"};
|
514 |
+
/* ]]> */
|
515 |
+
</script><script type="text/javascript" src="http://wordpress/wp-includes/js/wp-auth-check.min.js?ver=5.0.3"></script><style>
|
516 |
+
.eventorganiser-notice {position: relative;}
|
517 |
+
/* Backwards compatability with 4.1 and earlier */
|
518 |
+
/* @see https://core.trac.wordpress.org/ticket/31233 */
|
519 |
+
.eventorganiser-dismiss:before {
|
520 |
+
background: none;
|
521 |
+
color: #b4b9be;
|
522 |
+
content: "\f153";
|
523 |
+
display: block;
|
524 |
+
font: normal 16px/20px dashicons;
|
525 |
+
speak: none;
|
526 |
+
height: 20px;
|
527 |
+
text-align: center;
|
528 |
+
width: 20px;
|
529 |
+
-webkit-font-smoothing: antialiased;
|
530 |
+
-moz-osx-font-smoothing: grayscale;
|
531 |
+
}
|
532 |
+
|
533 |
+
.eventorganiser-dismiss {
|
534 |
+
position: absolute;
|
535 |
+
top: 0;
|
536 |
+
right: 1px;
|
537 |
+
border: none;
|
538 |
+
margin: 0;
|
539 |
+
padding: 9px;
|
540 |
+
background: none;
|
541 |
+
color: #b4b9be;
|
542 |
+
cursor: pointer;
|
543 |
+
}
|
544 |
+
|
545 |
+
.eventorganiser-dismiss:hover:before,
|
546 |
+
.eventorganiser-dismiss:active:before,
|
547 |
+
.eventorganiser-dismiss:focus:before {
|
548 |
+
color: #c00;
|
549 |
+
}
|
550 |
+
|
551 |
+
.eventorganiser-dismiss:focus {
|
552 |
+
outline: none;
|
553 |
+
-webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
|
554 |
+
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
|
555 |
+
}
|
556 |
+
|
557 |
+
.ie8 .eventorganiser-dismiss:focus {outline: 1px solid #5b9dd9;}
|
558 |
+
|
559 |
+
@media screen and ( max-width: 782px ) {
|
560 |
+
.eventorganiser-dismiss {padding: 13px;}
|
561 |
+
}
|
562 |
+
</style>
|
563 |
+
<script type="text/javascript">
|
564 |
+
jQuery(document).ready(function ($){
|
565 |
+
var dismissClass = 'eventorganiser-dismiss';
|
566 |
+
var ajaxaction = 'eventorganiser-dismiss-notice';
|
567 |
+
var _wpnonce = '917081a6e5';
|
568 |
+
var noticeClass = 'eventorganiser-notice';
|
569 |
+
|
570 |
+
jQuery('.'+dismissClass).click(function(e){
|
571 |
+
e.preventDefault();
|
572 |
+
var noticeID= $(this).parents('.'+noticeClass).attr('id').substring(noticeClass.length+1);
|
573 |
+
$('#'+noticeClass+'-'+noticeID).fadeOut('slow');
|
574 |
+
$.post(ajaxurl,
|
575 |
+
{
|
576 |
+
action: ajaxaction,
|
577 |
+
notice: noticeID,
|
578 |
+
_wpnonce: _wpnonce
|
579 |
+
},
|
580 |
+
function (response) {
|
581 |
+
if ('1' !== response) {
|
582 |
+
$('#'+noticeClass+'-'+noticeID).removeClass('updated notice-success').addClass('notice-error error').show();
|
583 |
+
}
|
584 |
+
}
|
585 |
+
);
|
586 |
+
});
|
587 |
+
});
|
588 |
+
</script><script type="text/javascript">
|
589 |
+
var compressionNonce = "57f4218206";
|
590 |
+
var testCompression = {
|
591 |
+
get : function(test) {
|
592 |
+
var x;
|
593 |
+
if ( window.XMLHttpRequest ) {
|
594 |
+
x = new XMLHttpRequest();
|
595 |
+
} else {
|
596 |
+
try{x=new ActiveXObject('Msxml2.XMLHTTP');}catch(e){try{x=new ActiveXObject('Microsoft.XMLHTTP');}catch(e){};}
|
597 |
+
}
|
598 |
+
|
599 |
+
if (x) {
|
600 |
+
x.onreadystatechange = function() {
|
601 |
+
var r, h;
|
602 |
+
if ( x.readyState == 4 ) {
|
603 |
+
r = x.responseText.substr(0, 18);
|
604 |
+
h = x.getResponseHeader('Content-Encoding');
|
605 |
+
testCompression.check(r, h, test);
|
606 |
+
}
|
607 |
+
};
|
608 |
+
|
609 |
+
x.open('GET', ajaxurl + '?action=wp-compression-test&test='+test+'&_ajax_nonce='+compressionNonce+'&'+(new Date()).getTime(), true);
|
610 |
+
x.send('');
|
611 |
+
}
|
612 |
+
},
|
613 |
+
|
614 |
+
check : function(r, h, test) {
|
615 |
+
if ( ! r && ! test )
|
616 |
+
this.get(1);
|
617 |
+
|
618 |
+
if ( 1 == test ) {
|
619 |
+
if ( h && ( h.match(/deflate/i) || h.match(/gzip/i) ) )
|
620 |
+
this.get('no');
|
621 |
+
else
|
622 |
+
this.get(2);
|
623 |
+
|
624 |
+
return;
|
625 |
+
}
|
626 |
+
|
627 |
+
if ( 2 == test ) {
|
628 |
+
if ( '"wpCompressionTest' == r )
|
629 |
+
this.get('yes');
|
630 |
+
else
|
631 |
+
this.get('no');
|
632 |
+
}
|
633 |
+
}
|
634 |
+
};
|
635 |
+
testCompression.check();
|
636 |
+
</script><div class="clear"></div>
|
637 |
+
</div>
|
638 |
+
<!-- wpwrap -->
|
639 |
+
<script type="text/javascript">if(typeof wpOnload=='function')wpOnload();</script>
|
640 |
+
</body>
|
includes/event-organiser-ajax.php
CHANGED
@@ -221,7 +221,7 @@ function eventorganiser_public_fullcalendar() {
|
|
221 |
//Event categories
|
222 |
$terms = get_the_terms( $post->ID, 'event-category' );
|
223 |
$event['category']=array();
|
224 |
-
if($terms):
|
225 |
foreach ($terms as $term):
|
226 |
$event['category'][]= $term->slug;
|
227 |
$event['className'][]='category-'.$term->slug;//deprecated. use eo-event-cat-{slug}
|
221 |
//Event categories
|
222 |
$terms = get_the_terms( $post->ID, 'event-category' );
|
223 |
$event['category']=array();
|
224 |
+
if ( $terms && ! is_wp_error( $terms ) ) :
|
225 |
foreach ($terms as $term):
|
226 |
$event['category'][]= $term->slug;
|
227 |
$event['className'][]='category-'.$term->slug;//deprecated. use eo-event-cat-{slug}
|
includes/event-organiser-cpt.php
CHANGED
@@ -58,6 +58,7 @@ function eventorganiser_create_event_taxonomies() {
|
|
58 |
'show_admin_column' => false,//Custom quick edit
|
59 |
'update_count_callback' => '_update_post_term_count',
|
60 |
'query_var' => true,
|
|
|
61 |
'rewrite' => $venue_rewrite,
|
62 |
'capabilities' => array(
|
63 |
'manage_terms' => 'manage_venues',
|
@@ -175,6 +176,7 @@ function eventorganiser_create_event_taxonomies() {
|
|
175 |
'update_count_callback' => '_update_post_term_count',
|
176 |
'query_var' => true,
|
177 |
'public' => true,
|
|
|
178 |
'rewrite' => $tag_rewrite,
|
179 |
'capabilities' => array(
|
180 |
'manage_terms' => 'manage_event_categories',
|
@@ -368,7 +370,7 @@ function eventorganiser_event_meta_cap( $caps, $cap, $user_id, $args ) {
|
|
368 |
/* If editing, deleting, or reading a event, get the post and post type object. */
|
369 |
if ( 'edit_event' == $cap || 'delete_event' == $cap || 'read_event' == $cap ) {
|
370 |
$post = get_post( $args[0] );
|
371 |
-
$post_type = get_post_type_object( $post->post_type );
|
372 |
|
373 |
/* Set an empty array for the caps. */
|
374 |
$caps = array();
|
@@ -443,14 +445,14 @@ function eventorganiser_make_item_current($items,$args){
|
|
443 |
continue;
|
444 |
|
445 |
$item->classes[] = 'current-menu-item';
|
446 |
-
|
447 |
$_anc_id = (int) $item->db_id;
|
448 |
$active_ancestor_item_ids=array();
|
449 |
while(( $_anc_id = get_post_meta( $_anc_id, '_menu_item_menu_item_parent', true ) ) &&
|
450 |
! in_array( $_anc_id, $active_ancestor_item_ids ) ){
|
451 |
$active_ancestor_item_ids[] = $_anc_id;
|
452 |
}
|
453 |
-
|
454 |
//Loop through ancestors and give them 'ancestor' or 'parent' class
|
455 |
foreach ($items as $key=>$parent_item){
|
456 |
$classes = (array) $parent_item->classes;
|
@@ -494,7 +496,7 @@ function eventorganiser_menu_link($items) {
|
|
494 |
|
495 |
if(is_post_type_archive('event')|| is_singular('event')|| eo_is_event_taxonomy())
|
496 |
$class = 'current_page_item';
|
497 |
-
|
498 |
$items .= sprintf('<li class="%s"><a href="%s" > %s </a></li>',
|
499 |
$class,
|
500 |
get_post_type_archive_link('event'),
|
@@ -511,17 +513,17 @@ add_filter( 'wp_list_pages', 'eventorganiser_menu_link',10,1 );
|
|
511 |
* @access private
|
512 |
* @since 1.0
|
513 |
*/
|
514 |
-
function eventorganiser_cpt_help_text($contextual_help, $screen_id, $screen) {
|
515 |
|
516 |
if ( ! in_array( $screen_id, array( 'event', 'edit-event', 'event_page_venues', 'event_page_calendar' ) ) ) {
|
517 |
return $contextual_help;
|
518 |
}
|
519 |
-
|
520 |
switch($screen_id):
|
521 |
//Add help for event editing / creating page
|
522 |
case 'event':
|
523 |
$screen->add_help_tab( array(
|
524 |
-
'id' => 'creating-events',
|
525 |
'title' => __('Creating events','eventorganiser'),
|
526 |
'content' => '<p>' . __('Creating events:','eventorganiser') . '</p>'.
|
527 |
'<ul>' .
|
@@ -542,7 +544,7 @@ function eventorganiser_cpt_help_text($contextual_help, $screen_id, $screen) {
|
|
542 |
'</ul>'
|
543 |
));
|
544 |
$screen->add_help_tab( array(
|
545 |
-
'id' => 'selecting-venues',
|
546 |
'title' => __('Selecting a venue','eventorganiser'),
|
547 |
'content' => '<p>' . __('Selecting a venue','eventorganiser') . '</p>' .
|
548 |
'<ul>' .
|
@@ -563,7 +565,7 @@ function eventorganiser_cpt_help_text($contextual_help, $screen_id, $screen) {
|
|
563 |
|
564 |
//Add help for venue admin table page
|
565 |
case 'event_page_venues':
|
566 |
-
$contextual_help =
|
567 |
'<p>' . __("Hovering over a row in the venues list will display action links that allow you to manage that venue. You can perform the following actions:",'eventorganiser') . '</p>' .
|
568 |
'<ul>' .
|
569 |
'<li>' . __('Edit takes you to the editing screen for that venue. You can also reach that screen by clicking on the venue title.','eventorganiser') . '</li>' .
|
@@ -578,7 +580,7 @@ function eventorganiser_cpt_help_text($contextual_help, $screen_id, $screen) {
|
|
578 |
'id'=>'overview',
|
579 |
'title'=>__('Overview'),
|
580 |
'content'=>'<p>' . __("This page shows all (occurrances of) events. You can view the summary of an event by clicking on it. If you have the necessary permissions, a link to the event's edit page will appear also.",'eventorganiser'). '</p>' .
|
581 |
-
'<p>' . __("By clicking the relevant tab, you can view events in Month, Week or Day mode. You can also filter the events by events by category and venue. The 'go to date' button allows you to quickly jump to a specific date.",'eventorganiser'). '</p>'
|
582 |
));
|
583 |
$screen->add_help_tab( array(
|
584 |
'id'=>'add-event',
|
@@ -588,9 +590,9 @@ function eventorganiser_cpt_help_text($contextual_help, $screen_id, $screen) {
|
|
588 |
endswitch;
|
589 |
|
590 |
//Add a link to Event Organiser documentation on every EO page
|
591 |
-
$screen->set_help_sidebar(
|
592 |
'<p> <strong>'. __('For more information','eventorganiser').'</strong></br>'
|
593 |
-
.sprintf(__('See the <a %s> documentation</a>','eventorganiser'),'target="_blank" href="http://docs.wp-event-organiser.com/"').'</p>'
|
594 |
.sprintf('<p><strong><a href="%s">%s</a></strong></p>', admin_url('edit.php?post_type=event&page=debug'),__('Debugging Event Organiser','eventorganiser' ) )
|
595 |
.sprintf('<p><strong><a href="%s">%s</a></strong></p>', admin_url('index.php?page=eo-pro'),__('Go Pro!','eventorganiser'))
|
596 |
);
|
@@ -658,7 +660,7 @@ add_action('delete_event-category','eventorganiser_tax_term_deleted',10,2);
|
|
658 |
* Add the colour picker forms to main taxonomy page: (This one needs stuff wrapped in Divs)
|
659 |
* uses eventorganiser_tax_meta_form to display the guts of the form.
|
660 |
* Hooked onto event-category_add_form_fields
|
661 |
-
* @uses eventorganiser_tax_meta_form
|
662 |
*
|
663 |
* @ignore
|
664 |
* @access private
|
@@ -705,7 +707,7 @@ function eventorganiser_tax_meta_form( $colour ) {
|
|
705 |
<th>
|
706 |
<label for="event-category-color"><?php esc_html_e( 'Color', 'eventorganiser' )?></label>
|
707 |
</th>
|
708 |
-
<td>
|
709 |
<input type="text" style="width:100px" name="eo_term_meta[colour]" class="color colour-input" id="event-category-color" value="<?php echo $colour; ?>" aria-describedby="event-category-color-desc" />
|
710 |
<a id="link-color-example" class="color eo-event-category-color-sample hide-if-no-js"></a>
|
711 |
<div style="z-index: 100; background: none repeat scroll 0% 0% rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); position: absolute;display: none;" id="colorpicker"></div>
|
@@ -713,7 +715,7 @@ function eventorganiser_tax_meta_form( $colour ) {
|
|
713 |
</td>
|
714 |
<script>
|
715 |
var farbtastic;(function($){var pickColor=function(a){farbtastic.setColor(a);$('.colour-input').val(a);$('a.color').css('background-color',a)};$(document).ready(function(){farbtastic=$.farbtastic('#colorpicker',pickColor);pickColor($('.colour-input').val());$('.color').click(function(e){e.preventDefault();if($('#colorpicker').is(":visible")){$('#colorpicker').hide()}else{$('#colorpicker').show()}});$('.colour-input').keyup(function(){var a=$('.colour-input').val(),b=a;a=a.replace(/[^a-fA-F0-9]/,'');if('#'+a!==b)$('.colour-input').val(a);if(a.length===3||a.length===6)pickColor('#'+a)});$(document).mousedown(function(){$('#colorpicker').hide()})})})(jQuery);
|
716 |
-
</script>
|
717 |
<?php
|
718 |
}
|
719 |
|
@@ -730,7 +732,7 @@ function eventorganiser_add_color_column_header( $columns ) {
|
|
730 |
array_slice( $columns, $offset, null )
|
731 |
);
|
732 |
}
|
733 |
-
add_filter( 'manage_edit-event-category_columns', 'eventorganiser_add_color_column_header' );
|
734 |
|
735 |
|
736 |
/**
|
@@ -798,7 +800,7 @@ function eventorganiser_get_terms_meta($terms){
|
|
798 |
$term_meta = get_option( "eo-event-category_{$term->term_id}");
|
799 |
$colour = (isset($term_meta['colour']) ? $term_meta['colour'] : '');
|
800 |
$term->color = $colour;
|
801 |
-
}
|
802 |
endforeach;
|
803 |
endif;
|
804 |
return $terms;
|
@@ -985,7 +987,7 @@ add_filter('get_edit_term_link','eventorganiser_edit_venue_link',10,3);
|
|
985 |
*
|
986 |
*/
|
987 |
function eventorganiser_threeWP( $activity ){
|
988 |
-
|
989 |
|
990 |
if( isset( $activity['activity_id'] ) && $activity['activity_id'] == '3broadcast_broadcasted' && 'event' == get_post_type( get_the_ID() ) ){
|
991 |
|
@@ -1013,12 +1015,12 @@ function eventorganiser_threeWP( $activity ){
|
|
1013 |
$venue_thumbnail = compact( 'filename_path' , 'file', 'filename_base', 'post_title', 'guid', 'menu_order', 'post_excerpt' );
|
1014 |
unset( $venue_meta['_eventorganiser_thumbnail_id'] );
|
1015 |
}
|
1016 |
-
|
1017 |
foreach( $details as $broadcast ){
|
1018 |
$blog_id = $broadcast['blog_id'];
|
1019 |
$post_id = $broadcast['post_id'];
|
1020 |
switch_to_blog( $blog_id );
|
1021 |
-
|
1022 |
$event_data = array ( 'force_regenerate_dates' => true );
|
1023 |
eo_update_event($post_id, $event_data );
|
1024 |
|
@@ -1071,7 +1073,7 @@ function eventorganiser_threeWP( $activity ){
|
|
1071 |
'post_status' => 'inherit',
|
1072 |
);
|
1073 |
$attachment_id = wp_insert_attachment( $attachment, $file_path, 0 );
|
1074 |
-
|
1075 |
// Now to handle the metadata.
|
1076 |
require_once(ABSPATH . "wp-admin" . '/includes/image.php' );
|
1077 |
$attach_data = wp_generate_attachment_metadata( $attachment_id, $file_path );
|
@@ -1080,7 +1082,7 @@ function eventorganiser_threeWP( $activity ){
|
|
1080 |
|
1081 |
eo_update_venue_meta( $venue_id, '_eventorganiser_thumbnail_id', $attachment_id );
|
1082 |
}//If original file exists
|
1083 |
-
|
1084 |
}//Foreach blog
|
1085 |
switch_to_blog( $current_blog_id );
|
1086 |
}//If broadcasting
|
@@ -1124,7 +1126,7 @@ function eventorganiser_event_shortlink( $shortlink, $id, $context ) {
|
|
1124 |
if( 'event' == get_post_type( $event_id ) ){
|
1125 |
$shortlink = home_url( '?p=' . $event_id );
|
1126 |
}
|
1127 |
-
|
1128 |
return $shortlink;
|
1129 |
}
|
1130 |
add_filter( 'pre_get_shortlink', 'eventorganiser_event_shortlink', 10, 3 );
|
@@ -1178,19 +1180,19 @@ add_action( 'admin_bar_menu', '_eventorganiser_add_venue_admin_bar_edit_menu', 8
|
|
1178 |
* @param string $taxonomy Taxonomy for the split term.
|
1179 |
*/
|
1180 |
function _eventorganiser_handle_split_shared_terms( $term_id, $new_term_id, $term_taxonomy_id, $taxonomy ) {
|
1181 |
-
|
1182 |
switch( $taxonomy ){
|
1183 |
-
|
1184 |
case 'event-venue':
|
1185 |
global $wpdb;
|
1186 |
-
|
1187 |
-
$wpdb->update(
|
1188 |
-
$wpdb->eo_venuemeta,
|
1189 |
-
array( 'eo_venue_id' => $new_term_id ),
|
1190 |
array( 'eo_venue_id' => $term_id )
|
1191 |
);
|
1192 |
break;
|
1193 |
-
|
1194 |
case 'event-category':
|
1195 |
$value = get_option( "eo-event-category_{$term_id}" );
|
1196 |
update_option( "eo-event-category_{$new_term_id}", $value );
|
58 |
'show_admin_column' => false,//Custom quick edit
|
59 |
'update_count_callback' => '_update_post_term_count',
|
60 |
'query_var' => true,
|
61 |
+
'show_in_rest' => true,
|
62 |
'rewrite' => $venue_rewrite,
|
63 |
'capabilities' => array(
|
64 |
'manage_terms' => 'manage_venues',
|
176 |
'update_count_callback' => '_update_post_term_count',
|
177 |
'query_var' => true,
|
178 |
'public' => true,
|
179 |
+
'show_in_rest' => true,
|
180 |
'rewrite' => $tag_rewrite,
|
181 |
'capabilities' => array(
|
182 |
'manage_terms' => 'manage_event_categories',
|
370 |
/* If editing, deleting, or reading a event, get the post and post type object. */
|
371 |
if ( 'edit_event' == $cap || 'delete_event' == $cap || 'read_event' == $cap ) {
|
372 |
$post = get_post( $args[0] );
|
373 |
+
$post_type = get_post_type_object( $post->post_type );
|
374 |
|
375 |
/* Set an empty array for the caps. */
|
376 |
$caps = array();
|
445 |
continue;
|
446 |
|
447 |
$item->classes[] = 'current-menu-item';
|
448 |
+
|
449 |
$_anc_id = (int) $item->db_id;
|
450 |
$active_ancestor_item_ids=array();
|
451 |
while(( $_anc_id = get_post_meta( $_anc_id, '_menu_item_menu_item_parent', true ) ) &&
|
452 |
! in_array( $_anc_id, $active_ancestor_item_ids ) ){
|
453 |
$active_ancestor_item_ids[] = $_anc_id;
|
454 |
}
|
455 |
+
|
456 |
//Loop through ancestors and give them 'ancestor' or 'parent' class
|
457 |
foreach ($items as $key=>$parent_item){
|
458 |
$classes = (array) $parent_item->classes;
|
496 |
|
497 |
if(is_post_type_archive('event')|| is_singular('event')|| eo_is_event_taxonomy())
|
498 |
$class = 'current_page_item';
|
499 |
+
|
500 |
$items .= sprintf('<li class="%s"><a href="%s" > %s </a></li>',
|
501 |
$class,
|
502 |
get_post_type_archive_link('event'),
|
513 |
* @access private
|
514 |
* @since 1.0
|
515 |
*/
|
516 |
+
function eventorganiser_cpt_help_text($contextual_help, $screen_id, $screen) {
|
517 |
|
518 |
if ( ! in_array( $screen_id, array( 'event', 'edit-event', 'event_page_venues', 'event_page_calendar' ) ) ) {
|
519 |
return $contextual_help;
|
520 |
}
|
521 |
+
|
522 |
switch($screen_id):
|
523 |
//Add help for event editing / creating page
|
524 |
case 'event':
|
525 |
$screen->add_help_tab( array(
|
526 |
+
'id' => 'creating-events',
|
527 |
'title' => __('Creating events','eventorganiser'),
|
528 |
'content' => '<p>' . __('Creating events:','eventorganiser') . '</p>'.
|
529 |
'<ul>' .
|
544 |
'</ul>'
|
545 |
));
|
546 |
$screen->add_help_tab( array(
|
547 |
+
'id' => 'selecting-venues',
|
548 |
'title' => __('Selecting a venue','eventorganiser'),
|
549 |
'content' => '<p>' . __('Selecting a venue','eventorganiser') . '</p>' .
|
550 |
'<ul>' .
|
565 |
|
566 |
//Add help for venue admin table page
|
567 |
case 'event_page_venues':
|
568 |
+
$contextual_help =
|
569 |
'<p>' . __("Hovering over a row in the venues list will display action links that allow you to manage that venue. You can perform the following actions:",'eventorganiser') . '</p>' .
|
570 |
'<ul>' .
|
571 |
'<li>' . __('Edit takes you to the editing screen for that venue. You can also reach that screen by clicking on the venue title.','eventorganiser') . '</li>' .
|
580 |
'id'=>'overview',
|
581 |
'title'=>__('Overview'),
|
582 |
'content'=>'<p>' . __("This page shows all (occurrances of) events. You can view the summary of an event by clicking on it. If you have the necessary permissions, a link to the event's edit page will appear also.",'eventorganiser'). '</p>' .
|
583 |
+
'<p>' . __("By clicking the relevant tab, you can view events in Month, Week or Day mode. You can also filter the events by events by category and venue. The 'go to date' button allows you to quickly jump to a specific date.",'eventorganiser'). '</p>'
|
584 |
));
|
585 |
$screen->add_help_tab( array(
|
586 |
'id'=>'add-event',
|
590 |
endswitch;
|
591 |
|
592 |
//Add a link to Event Organiser documentation on every EO page
|
593 |
+
$screen->set_help_sidebar(
|
594 |
'<p> <strong>'. __('For more information','eventorganiser').'</strong></br>'
|
595 |
+
.sprintf(__('See the <a %s> documentation</a>','eventorganiser'),'target="_blank" href="http://docs.wp-event-organiser.com/"').'</p>'
|
596 |
.sprintf('<p><strong><a href="%s">%s</a></strong></p>', admin_url('edit.php?post_type=event&page=debug'),__('Debugging Event Organiser','eventorganiser' ) )
|
597 |
.sprintf('<p><strong><a href="%s">%s</a></strong></p>', admin_url('index.php?page=eo-pro'),__('Go Pro!','eventorganiser'))
|
598 |
);
|
660 |
* Add the colour picker forms to main taxonomy page: (This one needs stuff wrapped in Divs)
|
661 |
* uses eventorganiser_tax_meta_form to display the guts of the form.
|
662 |
* Hooked onto event-category_add_form_fields
|
663 |
+
* @uses eventorganiser_tax_meta_form
|
664 |
*
|
665 |
* @ignore
|
666 |
* @access private
|
707 |
<th>
|
708 |
<label for="event-category-color"><?php esc_html_e( 'Color', 'eventorganiser' )?></label>
|
709 |
</th>
|
710 |
+
<td>
|
711 |
<input type="text" style="width:100px" name="eo_term_meta[colour]" class="color colour-input" id="event-category-color" value="<?php echo $colour; ?>" aria-describedby="event-category-color-desc" />
|
712 |
<a id="link-color-example" class="color eo-event-category-color-sample hide-if-no-js"></a>
|
713 |
<div style="z-index: 100; background: none repeat scroll 0% 0% rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); position: absolute;display: none;" id="colorpicker"></div>
|
715 |
</td>
|
716 |
<script>
|
717 |
var farbtastic;(function($){var pickColor=function(a){farbtastic.setColor(a);$('.colour-input').val(a);$('a.color').css('background-color',a)};$(document).ready(function(){farbtastic=$.farbtastic('#colorpicker',pickColor);pickColor($('.colour-input').val());$('.color').click(function(e){e.preventDefault();if($('#colorpicker').is(":visible")){$('#colorpicker').hide()}else{$('#colorpicker').show()}});$('.colour-input').keyup(function(){var a=$('.colour-input').val(),b=a;a=a.replace(/[^a-fA-F0-9]/,'');if('#'+a!==b)$('.colour-input').val(a);if(a.length===3||a.length===6)pickColor('#'+a)});$(document).mousedown(function(){$('#colorpicker').hide()})})})(jQuery);
|
718 |
+
</script>
|
719 |
<?php
|
720 |
}
|
721 |
|
732 |
array_slice( $columns, $offset, null )
|
733 |
);
|
734 |
}
|
735 |
+
add_filter( 'manage_edit-event-category_columns', 'eventorganiser_add_color_column_header' );
|
736 |
|
737 |
|
738 |
/**
|
800 |
$term_meta = get_option( "eo-event-category_{$term->term_id}");
|
801 |
$colour = (isset($term_meta['colour']) ? $term_meta['colour'] : '');
|
802 |
$term->color = $colour;
|
803 |
+
}
|
804 |
endforeach;
|
805 |
endif;
|
806 |
return $terms;
|
987 |
*
|
988 |
*/
|
989 |
function eventorganiser_threeWP( $activity ){
|
990 |
+
|
991 |
|
992 |
if( isset( $activity['activity_id'] ) && $activity['activity_id'] == '3broadcast_broadcasted' && 'event' == get_post_type( get_the_ID() ) ){
|
993 |
|
1015 |
$venue_thumbnail = compact( 'filename_path' , 'file', 'filename_base', 'post_title', 'guid', 'menu_order', 'post_excerpt' );
|
1016 |
unset( $venue_meta['_eventorganiser_thumbnail_id'] );
|
1017 |
}
|
1018 |
+
|
1019 |
foreach( $details as $broadcast ){
|
1020 |
$blog_id = $broadcast['blog_id'];
|
1021 |
$post_id = $broadcast['post_id'];
|
1022 |
switch_to_blog( $blog_id );
|
1023 |
+
|
1024 |
$event_data = array ( 'force_regenerate_dates' => true );
|
1025 |
eo_update_event($post_id, $event_data );
|
1026 |
|
1073 |
'post_status' => 'inherit',
|
1074 |
);
|
1075 |
$attachment_id = wp_insert_attachment( $attachment, $file_path, 0 );
|
1076 |
+
|
1077 |
// Now to handle the metadata.
|
1078 |
require_once(ABSPATH . "wp-admin" . '/includes/image.php' );
|
1079 |
$attach_data = wp_generate_attachment_metadata( $attachment_id, $file_path );
|
1082 |
|
1083 |
eo_update_venue_meta( $venue_id, '_eventorganiser_thumbnail_id', $attachment_id );
|
1084 |
}//If original file exists
|
1085 |
+
|
1086 |
}//Foreach blog
|
1087 |
switch_to_blog( $current_blog_id );
|
1088 |
}//If broadcasting
|
1126 |
if( 'event' == get_post_type( $event_id ) ){
|
1127 |
$shortlink = home_url( '?p=' . $event_id );
|
1128 |
}
|
1129 |
+
|
1130 |
return $shortlink;
|
1131 |
}
|
1132 |
add_filter( 'pre_get_shortlink', 'eventorganiser_event_shortlink', 10, 3 );
|
1180 |
* @param string $taxonomy Taxonomy for the split term.
|
1181 |
*/
|
1182 |
function _eventorganiser_handle_split_shared_terms( $term_id, $new_term_id, $term_taxonomy_id, $taxonomy ) {
|
1183 |
+
|
1184 |
switch( $taxonomy ){
|
1185 |
+
|
1186 |
case 'event-venue':
|
1187 |
global $wpdb;
|
1188 |
+
|
1189 |
+
$wpdb->update(
|
1190 |
+
$wpdb->eo_venuemeta,
|
1191 |
+
array( 'eo_venue_id' => $new_term_id ),
|
1192 |
array( 'eo_venue_id' => $term_id )
|
1193 |
);
|
1194 |
break;
|
1195 |
+
|
1196 |
case 'event-category':
|
1197 |
$value = get_option( "eo-event-category_{$term_id}" );
|
1198 |
update_option( "eo-event-category_{$new_term_id}", $value );
|
includes/event-organiser-install.php
CHANGED
@@ -229,10 +229,10 @@ function eventorganiser_upgradecheck() {
|
|
229 |
flush_rewrite_rules();
|
230 |
}
|
231 |
|
232 |
-
if ( version_compare( $installed_ver, '2.12.0', '<' ) && version_compare( get_bloginfo( 'version' ), '4.2-alpha-31007-src', '>=' ) ) {
|
233 |
//If the user is upgrading from an earlier version (without the split term fix)
|
234 |
-
//and they have already upgraded to WP 4.2.0, then run the update routine
|
235 |
-
eventorganiser_021200_update();
|
236 |
}
|
237 |
|
238 |
if ( version_compare( $installed_ver, '3.0.0', '<' ) ) {
|
@@ -271,27 +271,27 @@ add_action( 'admin_init', 'eventorganiser_upgradecheck' );
|
|
271 |
* @access private
|
272 |
* @ignore
|
273 |
*/
|
274 |
-
function eventorganiser_021200_update() {
|
275 |
-
|
276 |
-
global $wpdb;
|
277 |
-
|
278 |
-
//Venues
|
279 |
-
$meta_venue_ids = $wpdb->get_col( "SELECT DISTINCT eo_venue_id FROM {$wpdb->eo_venuemeta} ORDER BY {$wpdb->eo_venuemeta}.meta_id" );
|
280 |
-
if( $meta_venue_ids ){
|
281 |
-
foreach( $meta_venue_ids as $old_venue_id ){
|
282 |
-
$new_venue_id = wp_get_split_term( $old_venue_id, 'event-venue' );
|
283 |
-
|
284 |
-
//If $new_venue_id is false, the term ID never changed
|
285 |
-
//If $new_venue_id is in $meta_venue_ids, then it already has data in the meta table
|
286 |
-
if( $new_venue_id && !in_array( $new_venue_id, $meta_venue_ids ) ){
|
287 |
-
$wpdb->update(
|
288 |
-
$wpdb->eo_venuemeta,
|
289 |
-
array( 'eo_venue_id' => $new_venue_id ),
|
290 |
-
array( 'eo_venue_id' => $old_venue_id )
|
291 |
);
|
292 |
-
wp_cache_delete( $new_venue_id, 'eo_venue_meta' );
|
293 |
-
}
|
294 |
-
}
|
295 |
}
|
296 |
|
297 |
//Categories
|
@@ -309,7 +309,7 @@ function eventorganiser_021200_update() {
|
|
309 |
}
|
310 |
}
|
311 |
}
|
312 |
-
|
313 |
}
|
314 |
|
315 |
/**
|
@@ -431,6 +431,8 @@ function eventorganiser_uninstall( $is_networkwide = false ){
|
|
431 |
function eventorganiser_uninstall_site(){
|
432 |
global $wpdb,$eventorganiser_roles, $wp_roles,$wp_taxonomies;
|
433 |
|
|
|
|
|
434 |
eventorganiser_clear_cron_jobs();
|
435 |
eventorganiser_create_event_taxonomies();
|
436 |
|
229 |
flush_rewrite_rules();
|
230 |
}
|
231 |
|
232 |
+
if ( version_compare( $installed_ver, '2.12.0', '<' ) && version_compare( get_bloginfo( 'version' ), '4.2-alpha-31007-src', '>=' ) ) {
|
233 |
//If the user is upgrading from an earlier version (without the split term fix)
|
234 |
+
//and they have already upgraded to WP 4.2.0, then run the update routine
|
235 |
+
eventorganiser_021200_update();
|
236 |
}
|
237 |
|
238 |
if ( version_compare( $installed_ver, '3.0.0', '<' ) ) {
|
271 |
* @access private
|
272 |
* @ignore
|
273 |
*/
|
274 |
+
function eventorganiser_021200_update() {
|
275 |
+
|
276 |
+
global $wpdb;
|
277 |
+
|
278 |
+
//Venues
|
279 |
+
$meta_venue_ids = $wpdb->get_col( "SELECT DISTINCT eo_venue_id FROM {$wpdb->eo_venuemeta} ORDER BY {$wpdb->eo_venuemeta}.meta_id" );
|
280 |
+
if( $meta_venue_ids ){
|
281 |
+
foreach( $meta_venue_ids as $old_venue_id ){
|
282 |
+
$new_venue_id = wp_get_split_term( $old_venue_id, 'event-venue' );
|
283 |
+
|
284 |
+
//If $new_venue_id is false, the term ID never changed
|
285 |
+
//If $new_venue_id is in $meta_venue_ids, then it already has data in the meta table
|
286 |
+
if( $new_venue_id && !in_array( $new_venue_id, $meta_venue_ids ) ){
|
287 |
+
$wpdb->update(
|
288 |
+
$wpdb->eo_venuemeta,
|
289 |
+
array( 'eo_venue_id' => $new_venue_id ),
|
290 |
+
array( 'eo_venue_id' => $old_venue_id )
|
291 |
);
|
292 |
+
wp_cache_delete( $new_venue_id, 'eo_venue_meta' );
|
293 |
+
}
|
294 |
+
}
|
295 |
}
|
296 |
|
297 |
//Categories
|
309 |
}
|
310 |
}
|
311 |
}
|
312 |
+
|
313 |
}
|
314 |
|
315 |
/**
|
431 |
function eventorganiser_uninstall_site(){
|
432 |
global $wpdb,$eventorganiser_roles, $wp_roles,$wp_taxonomies;
|
433 |
|
434 |
+
eventorganiser_wpdb_fix();
|
435 |
+
|
436 |
eventorganiser_clear_cron_jobs();
|
437 |
eventorganiser_create_event_taxonomies();
|
438 |
|
includes/event-organiser-venue-functions.php
CHANGED
@@ -608,10 +608,14 @@ function eo_get_venues($args=array()){
|
|
608 |
$args['longitude'] = $args['longtitude'];
|
609 |
}
|
610 |
|
|
|
|
|
|
|
|
|
611 |
$term_args = array_intersect_key($args, array('name'=>'','term_id'=>'','term_group'=>'','term_taxonomy_id'=>'','alias_of'=>'','parent'=>0,'slug'=>'','count'=>''));
|
612 |
$meta_args = array_intersect_key($args, array('description'=>'','address'=>'','postcode'=>'','city'=>'','state'=>'','country'=>'','latitude'=>'','longitude'=>''));
|
613 |
|
614 |
-
$resp = wp_insert_term($name,'event-venue'
|
615 |
|
616 |
if(is_wp_error($resp)){
|
617 |
return $resp;
|
608 |
$args['longitude'] = $args['longtitude'];
|
609 |
}
|
610 |
|
611 |
+
$args['name'] = $name;
|
612 |
+
|
613 |
+
$args = apply_filters('eventorganiser_pre_insert_venue', $args);
|
614 |
+
|
615 |
$term_args = array_intersect_key($args, array('name'=>'','term_id'=>'','term_group'=>'','term_taxonomy_id'=>'','alias_of'=>'','parent'=>0,'slug'=>'','count'=>''));
|
616 |
$meta_args = array_intersect_key($args, array('description'=>'','address'=>'','postcode'=>'','city'=>'','state'=>'','country'=>'','latitude'=>'','longitude'=>''));
|
617 |
|
618 |
+
$resp = wp_insert_term($args['name'], 'event-venue', $term_args);
|
619 |
|
620 |
if(is_wp_error($resp)){
|
621 |
return $resp;
|
includes/event.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
*/
|
6 |
/**
|
7 |
* This functions updates a post of event type, with data given in the $post_data
|
8 |
-
* and event data given in $event_data. Returns the post_id.
|
9 |
*
|
10 |
* Triggers {@see `eventorganiser_save_event`} passing event (post) ID
|
11 |
*
|
@@ -17,7 +17,7 @@
|
|
17 |
* * (string) BYMONTHDAY=XX to repeat on XXth day of month, e.g. BYMONTHDAY=01 to repeat on the first of every month.
|
18 |
* * (string) BYDAY=ND. N= 1|2|3|4|-1 (first, second, third, fourth, last). D is day of week SU|MO|TU|WE|TH|FR|SA. E.g. BYDAY=2TU (repeat on second tuesday)
|
19 |
* * For weekly schedules,
|
20 |
-
* * (array) Days to repeat on: (SU,MO,TU,WE,TH,FR,SA). e.g. set to array('SU','TU') to repeat on Tuesdays & Sundays.
|
21 |
* * Can be left blank to repeat weekly from the start date.
|
22 |
* * `frequency` => (int) positive integer, sets frequency of recurrence (every 2 days, or every 3 days etc)
|
23 |
* * `all_day` => 1 if its an all day event, 0 if not
|
@@ -25,7 +25,7 @@
|
|
25 |
* * `end` => end date (of first occurrence) as a datetime object
|
26 |
* * `until` => **START** date of last occurrence (or upper-bound thereof) as a datetime object
|
27 |
* * `schedule_last` => Alias of until. Deprecated 2.13.0, use until.
|
28 |
-
* * `number_occurrences` => Instead of specifying `until` you can specify the number of occurrence a recurring event should have.
|
29 |
* This is only used if `until` is not, and for daily, weekly, monthly or yearly recurring events.
|
30 |
* * `include` => array of datetime objects to include in the schedule
|
31 |
* * `exclude` => array of datetime objects to exclude in the schedule
|
@@ -41,9 +41,9 @@
|
|
41 |
function eo_update_event( $post_id, $event_data = array(), $post_data = array() ){
|
42 |
|
43 |
$post_id = (int) $post_id;
|
44 |
-
|
45 |
$input = array_merge( $post_data, $event_data );
|
46 |
-
|
47 |
//Backwards compat:
|
48 |
if( !empty( $input['venue'] ) ){
|
49 |
$input['tax_input']['event-venue'] = $input['venue'];
|
@@ -51,25 +51,25 @@ function eo_update_event( $post_id, $event_data = array(), $post_data = array()
|
|
51 |
if( !empty( $input['category'] ) ){
|
52 |
$input['tax_input']['event-category'] = $input['category'];
|
53 |
}
|
54 |
-
|
55 |
-
$event_keys = array_flip( array(
|
56 |
-
'start', 'end', 'schedule', 'schedule_meta', 'frequency',
|
57 |
'all_day', 'until', 'schedule_last', 'include', 'exclude', 'occurs_by', 'number_occurrences',
|
58 |
) );
|
59 |
-
|
60 |
$post_keys = array_flip( array(
|
61 |
-
'post_title','post_content','post_status', 'post_type','post_author','ping_status','post_parent','menu_order',
|
62 |
'to_ping', 'pinged', 'post_password', 'guid', 'post_content_filtered', 'post_excerpt', 'import_id', 'tax_input',
|
63 |
'comment_status', 'context', 'post_date', 'post_date_gmt',
|
64 |
) );
|
65 |
-
|
66 |
$event_data = array_intersect_key( $input, $event_keys );
|
67 |
$post_data = array_intersect_key( $input, $post_keys ) + $post_data;
|
68 |
-
|
69 |
if( empty( $post_id ) ){
|
70 |
return new WP_Error( 'eo_error', 'Empty post ID.' );
|
71 |
}
|
72 |
-
|
73 |
/**
|
74 |
*@ignore
|
75 |
*/
|
@@ -80,7 +80,7 @@ function eo_update_event( $post_id, $event_data = array(), $post_data = array()
|
|
80 |
$post_data = apply_filters( 'eventorganiser_update_event_post_data', $post_data, $post_id, $post_data, $event_data );
|
81 |
|
82 |
if( !empty($post_data) ){
|
83 |
-
$post_data['ID'] = $post_id;
|
84 |
wp_update_post( $post_data );
|
85 |
}
|
86 |
|
@@ -94,7 +94,7 @@ function eo_update_event( $post_id, $event_data = array(), $post_data = array()
|
|
94 |
}
|
95 |
unset( $event_data['schedule_last'] );
|
96 |
}
|
97 |
-
|
98 |
//Get previous data, parse with data to be updated
|
99 |
$prev = eo_get_event_schedule( $post_id );
|
100 |
$event_data = wp_parse_args( $event_data, $prev );
|
@@ -103,7 +103,7 @@ function eo_update_event( $post_id, $event_data = array(), $post_data = array()
|
|
103 |
if( ( empty($event_data['schedule']) || 'once' == $event_data['schedule'] ) && !empty($event_data['include']) ){
|
104 |
$event_data['schedule'] = 'custom';
|
105 |
}
|
106 |
-
|
107 |
$event_data = _eventorganiser_generate_occurrences( $event_data );
|
108 |
|
109 |
if( is_wp_error( $event_data ) ){
|
@@ -145,7 +145,7 @@ function eo_update_event( $post_id, $event_data = array(), $post_data = array()
|
|
145 |
* * (string) BYMONTHDAY=XX to repeat on XXth day of month, e.g. BYMONTHDAY=01 to repeat on the first of every month.
|
146 |
* * (string) BYDAY=ND. N= 1|2|3|4|-1 (first, second, third, fourth, last). D is day of week SU|MO|TU|WE|TH|FR|SA. E.g. BYDAY=2TU (repeat on second tuesday)
|
147 |
* * For weekly schedules,
|
148 |
-
* * (array) Days to repeat on: (SU,MO,TU,WE,TH,FR,SA). e.g. set to array('SU','TU') to repeat on Tuesdays & Sundays.
|
149 |
* * Can be left blank to repeat weekly from the start date.
|
150 |
* * `frequency` => (int) positive integer, sets frequency of recurrence (every 2 days, or every 3 days etc)
|
151 |
* * `all_day` => 1 if its an all day event, 0 if not
|
@@ -153,7 +153,7 @@ function eo_update_event( $post_id, $event_data = array(), $post_data = array()
|
|
153 |
* * `end` => end date (of first occurrence) as a datetime object
|
154 |
* * `until` => **START** date of last occurrence (or upper-bound thereof) as a datetime object
|
155 |
* * `schedule_last` => Alias of until. Deprecated 2.13.0, use until.
|
156 |
-
* * `number_occurrences` => Instead of specifying `until` you can specify the number of occurrence a recurring event should have.
|
157 |
* This is only used if `until` is not, and for daily, weekly, monthly or yearly recurring events.
|
158 |
* * `include` => array of datetime objects to include in the schedule
|
159 |
* * `exclude` => array of datetime objects to exclude in the schedule
|
@@ -176,13 +176,13 @@ function eo_update_event( $post_id, $event_data = array(), $post_data = array()
|
|
176 |
*
|
177 |
* $e = eo_insert_event($post_data,$event_data);
|
178 |
* </code>
|
179 |
-
*
|
180 |
* ### Tutorial
|
181 |
* See this <a href="http://www.stephenharris.info/2012/front-end-event-posting/">tutorial</a> or <a href="https://gist.github.com/3867194">this Gist</a> on front-end event posting.
|
182 |
*
|
183 |
* @since 1.5
|
184 |
* @link http://www.stephenharris.info/2012/front-end-event-posting/ Tutorial on front-end event posting
|
185 |
-
* @uses wp_insert_post()
|
186 |
*
|
187 |
* @param array $post_data array of data to be used by wp_insert_post.
|
188 |
* @param array $event_data array of event data
|
@@ -192,7 +192,7 @@ function eo_insert_event( $post_data = array(), $event_data = array() ){
|
|
192 |
global $wpdb;
|
193 |
|
194 |
$input = array_merge( $post_data, $event_data );
|
195 |
-
|
196 |
//Backwards compat:
|
197 |
if( !empty( $input['venue'] ) ){
|
198 |
$input['tax_input']['event-venue'] = $input['venue'];
|
@@ -200,26 +200,26 @@ function eo_insert_event( $post_data = array(), $event_data = array() ){
|
|
200 |
if( !empty( $input['category'] ) ){
|
201 |
$input['tax_input']['event-category'] = $input['category'];
|
202 |
}
|
203 |
-
|
204 |
$event_keys = array_flip( array(
|
205 |
-
'start', 'end', 'schedule', 'schedule_meta', 'frequency', 'all_day',
|
206 |
-
'until', 'schedule_last', 'include', 'exclude', 'occurs_by', 'number_occurrences',
|
207 |
) );
|
208 |
-
|
209 |
$post_keys = array_flip( array(
|
210 |
-
'post_title','post_content','post_status', 'post_type','post_author','ping_status','post_parent','menu_order',
|
211 |
'to_ping', 'pinged', 'post_password', 'guid', 'post_content_filtered', 'post_excerpt', 'import_id', 'tax_input',
|
212 |
'comment_status', 'context', 'post_date', 'post_date_gmt',
|
213 |
) );
|
214 |
-
|
215 |
$event_data = array_intersect_key( $input, $event_keys ) + $event_data;
|
216 |
$post_data = array_intersect_key( $input, $post_keys );
|
217 |
-
|
218 |
//If schedule is 'once' and dates are included - set to 'custom':
|
219 |
if( ( empty($event_data['schedule']) || 'once' == $event_data['schedule'] ) && !empty($event_data['include']) ){
|
220 |
$event_data['schedule'] = 'custom';
|
221 |
}
|
222 |
-
|
223 |
if( !empty( $event_data['schedule_last'] ) ){
|
224 |
if( !isset( $event_data['until'] ) ){
|
225 |
$event_data['until'] = clone $event_data['schedule_last'];
|
@@ -228,7 +228,7 @@ function eo_insert_event( $post_data = array(), $event_data = array() ){
|
|
228 |
}
|
229 |
|
230 |
$event_data = _eventorganiser_generate_occurrences( $event_data );
|
231 |
-
|
232 |
if( is_wp_error( $event_data ) ){
|
233 |
return $event_data;
|
234 |
}
|
@@ -237,27 +237,27 @@ function eo_insert_event( $post_data = array(), $event_data = array() ){
|
|
237 |
*@ignore
|
238 |
*/
|
239 |
$event_data = apply_filters( 'eventorganiser_insert_event_event_data', $event_data, $post_data, $event_data );
|
240 |
-
|
241 |
/**
|
242 |
*@ignore
|
243 |
*/
|
244 |
$post_data = apply_filters( 'eventorganiser_insert_event_post_data', $post_data, $post_data, $event_data );
|
245 |
-
|
246 |
//Finally we create event (first create the post in WP)
|
247 |
-
$post_input = array_merge(array('post_title'=>'untitled event'), $post_data, array('post_type'=>'event'));
|
248 |
$post_id = wp_insert_post($post_input, true);
|
249 |
|
250 |
-
//Did the event insert correctly?
|
251 |
-
if ( is_wp_error( $post_id) )
|
252 |
return $post_id;
|
253 |
|
254 |
_eventorganiser_insert_occurrences($post_id, $event_data);
|
255 |
-
|
256 |
//Action used to break cache & trigger Pro actions (& by other plug-ins?)
|
257 |
/**
|
258 |
* Triggered after an event has been updated.
|
259 |
-
*
|
260 |
-
* @param int $post_id The ID of the event
|
261 |
*/
|
262 |
do_action( 'eventorganiser_save_event', $post_id );
|
263 |
|
@@ -287,46 +287,46 @@ add_action( 'dp_duplicate_post', '_eventorganiser_maybe_duplicate_post', 50, 2 )
|
|
287 |
*
|
288 |
* This function does not update any of the event schedule details.
|
289 |
* **Don't call this unless you know what you're doing**.
|
290 |
-
*
|
291 |
* @since 1.5
|
292 |
* @access private
|
293 |
* @param int $post_id the event's (post) ID to be deleted
|
294 |
* @param int|array $occurrence_ids Occurrence ID (or array of IDs) for specificaly occurrences to delete. If empty/false, deletes all.
|
295 |
-
*
|
296 |
*/
|
297 |
function eo_delete_event_occurrences( $event_id, $occurrence_ids = false ){
|
298 |
global $wpdb;
|
299 |
//TODO use this in break/remove occurrence
|
300 |
-
|
301 |
//Let's just ensure empty is cast as false
|
302 |
$occurrence_ids = ( empty( $occurrence_ids ) ? false : $occurrence_ids );
|
303 |
-
|
304 |
if( $occurrence_ids !== false ){
|
305 |
$occurrence_ids = (array) $occurrence_ids;
|
306 |
$occurrence_ids = array_map( 'absint', $occurrence_ids );
|
307 |
$occurrence_ids_in = implode( ', ', $occurrence_ids );
|
308 |
-
|
309 |
$raw_sql = "DELETE FROM $wpdb->eo_events WHERE post_id=%d AND event_id IN( $occurrence_ids_in )";
|
310 |
|
311 |
}else{
|
312 |
$raw_sql = "DELETE FROM $wpdb->eo_events WHERE post_id=%d";
|
313 |
}
|
314 |
-
|
315 |
/**
|
316 |
* @ignore
|
317 |
*/
|
318 |
do_action( 'eventorganiser_delete_event', $event_id, $occurrence_ids ); //Deprecated - do not use!
|
319 |
-
|
320 |
/**
|
321 |
* Triggers just before the specified occurrences for the event are deleted.
|
322 |
-
*
|
323 |
* @param int $event_id The (post) ID of the event of which we're deleting occurrences.
|
324 |
* @param array|false $occurrence_ids An array of occurrences to be delete. If `false`, all occurrences are to be removed.
|
325 |
*/
|
326 |
do_action( 'eventorganiser_delete_event_occurrences', $event_id, $occurrence_ids );
|
327 |
-
|
328 |
$del = $wpdb->get_results( $wpdb->prepare( $raw_sql, $event_id ) );
|
329 |
-
|
330 |
}
|
331 |
add_action( 'delete_post', 'eo_delete_event_occurrences', 10 );
|
332 |
|
@@ -474,14 +474,14 @@ function _eventorganiser_insert_occurrences( $post_id, $event_data ) {
|
|
474 |
* * (string) BYMONTHDAY=XX to repeat on XXth day of month, e.g. BYMONTHDAY=01 to repeat on the first of every month.
|
475 |
* * (string) BYDAY=ND. N= 1|2|3|4|-1 (first, second, third, fourth, last). D is day of week SU|MO|TU|WE|TH|FR|SA. E.g. BYDAY=2TU (repeat on second tuesday)
|
476 |
* * For weekly schedules,
|
477 |
-
* * (array) Days to repeat on: (SU,MO,TU,WE,TH,FR,SA). e.g. set to array('SU','TU') to repeat on Tuesdays & Sundays.
|
478 |
* * `occurs_by` - For use with monthly schedules: how the event recurs: BYDAY or BYMONTHDAY
|
479 |
* * `frequency` => (int) positive integer, sets frequency of recurrence (every 2 days, or every 3 days etc)
|
480 |
* * `all_day` => 1 if its an all day event, 0 if not
|
481 |
* * `start` => start date (of first occurrence) as a datetime object
|
482 |
* * `end` => end date (of first occurrence) as a datetime object
|
483 |
* * `until` => For recurring events, the date they repeat until. Note that this may not be equal to `schedule_last` if
|
484 |
-
* dates are included/excluded.
|
485 |
* * `schedule_last` => **START** date of last occurrence as a datetime object
|
486 |
* * `include` => array of datetime objects to include in the schedule
|
487 |
* * `exclude` => array of datetime objects to exclude in the schedule
|
@@ -493,7 +493,7 @@ function eo_get_event_schedule( $post_id = 0 ){
|
|
493 |
|
494 |
$post_id = (int) ( empty($post_id) ? get_the_ID() : $post_id);
|
495 |
|
496 |
-
if( empty( $post_id ) ){
|
497 |
return false;
|
498 |
}
|
499 |
|
@@ -519,16 +519,16 @@ function eo_get_event_schedule( $post_id = 0 ){
|
|
519 |
} else {
|
520 |
// No start time, so set a default start time to next half-hour
|
521 |
$now = new DateTime( 'now', $tz );
|
522 |
-
|
523 |
$minute = $now->format( 'i' ) > 30 ? 0 : 30;
|
524 |
-
|
525 |
$now->setTime( $now->format( 'G' ), $minute );
|
526 |
-
|
527 |
if( 0 === $minute ){
|
528 |
$now->modify( '+1 hour' );
|
529 |
}
|
530 |
-
|
531 |
-
$event_details['start'] = $now;
|
532 |
}
|
533 |
|
534 |
// Get end time
|
@@ -551,7 +551,7 @@ function eo_get_event_schedule( $post_id = 0 ){
|
|
551 |
$event_details['until'] = clone $event_details['schedule_last'];
|
552 |
update_post_meta( $post_id, '_eventorganiser_schedule_until', $event_details['until']->format( 'Y-m-d H:i:s' ) );
|
553 |
}
|
554 |
-
|
555 |
if ( ! empty( $event_details['include'] ) ) {
|
556 |
$event_details['include'] = array_map( 'eventorganiser_date_create', $event_details['include'] );
|
557 |
}
|
@@ -570,7 +570,7 @@ function eo_get_event_schedule( $post_id = 0 ){
|
|
570 |
|
571 |
/**
|
572 |
* Filters the schedule metadata for an event (as returned by `eo_get_event_schedule()`.
|
573 |
-
*
|
574 |
* See documentation on `eo_get_event_schedule()` for more details.
|
575 |
*
|
576 |
* @param array $event_details Details of the event's dates and recurrence pattern
|
@@ -1008,30 +1008,30 @@ function eventorganiser_generate_ics_rrule( $post_id = 0 ) {
|
|
1008 |
}
|
1009 |
|
1010 |
function eventorganiser_ical_vtimezone( $timezone, $from, $to ) {
|
1011 |
-
|
1012 |
$vtimezone = "BEGIN:VTIMEZONE\r\n";
|
1013 |
$vtimezone .= sprintf( "TZID:%s\r\n", $timezone->getName() );
|
1014 |
-
|
1015 |
//$timezone->getTransitions() doesn't accept any arguments in php 5.2, and would be ineffecient
|
1016 |
if ( version_compare( PHP_VERSION, '5.3.0' ) < 0 ) {
|
1017 |
return '';
|
1018 |
}
|
1019 |
-
|
1020 |
// get all transitions, and (as an estimate) an early one which we skip
|
1021 |
-
$transitions = $timezone->getTransitions( $from - YEAR_IN_SECONDS / 2, $to );
|
1022 |
-
|
1023 |
if ( ! $transitions ) {
|
1024 |
return '';
|
1025 |
}
|
1026 |
|
1027 |
foreach ( $transitions as $i => $trans ) {
|
1028 |
-
|
1029 |
$pm = $trans['offset'] >= 0 ? '+' : '-';
|
1030 |
$hours = floor( absint( $trans['offset'] ) / HOUR_IN_SECONDS ) % 24;
|
1031 |
$minutes = ( absint( $trans['offset'] ) - $hours * HOUR_IN_SECONDS ) / MINUTE_IN_SECONDS;
|
1032 |
-
|
1033 |
$tzto = $pm . str_pad( $hours, 2, '0', STR_PAD_LEFT ) . str_pad( $minutes, 2, '0', STR_PAD_LEFT );
|
1034 |
-
|
1035 |
// skip the first entry, we just want it for the TZOFFSETFROM value of the next one
|
1036 |
if ( $i == 0 ) {
|
1037 |
$tzfrom = $tzto;
|
@@ -1039,22 +1039,22 @@ function eventorganiser_ical_vtimezone( $timezone, $from, $to ) {
|
|
1039 |
continue;
|
1040 |
}
|
1041 |
}
|
1042 |
-
|
1043 |
-
$type = $trans['isdst'] ? 'DAYLIGHT' : 'STANDARD';
|
1044 |
$dt = new DateTime( $trans['time'], $timezone );
|
1045 |
-
|
1046 |
$vtimezone .= sprintf( "BEGIN:%s\r\n", $type );
|
1047 |
$vtimezone .= sprintf( "TZOFFSETFROM:%s\r\n", $tzfrom ); //needs formatting
|
1048 |
$vtimezone .= sprintf( "TZOFFSETTO:%s\r\n", $tzto ); //needs formatting
|
1049 |
$vtimezone .= sprintf( "DTSTART:%s\r\n", $dt->format('Ymd\THis') );
|
1050 |
-
$vtimezone .= sprintf( "TZNAME:%s\r\n", $trans['abbr'] );
|
1051 |
$vtimezone .= sprintf( "END:%s\r\n", $type );
|
1052 |
-
|
1053 |
-
$tzfrom = $tzto;
|
1054 |
}
|
1055 |
-
|
1056 |
$vtimezone .= 'END:VTIMEZONE';
|
1057 |
-
|
1058 |
return $vtimezone;
|
1059 |
}
|
1060 |
|
@@ -1072,8 +1072,8 @@ function eventorganiser_ical_vtimezone( $timezone, $from, $to ) {
|
|
1072 |
global $wpdb;
|
1073 |
|
1074 |
$remove = $wpdb->get_row($wpdb->prepare(
|
1075 |
-
"SELECT {$wpdb->eo_events}.StartDate, {$wpdb->eo_events}.StartTime
|
1076 |
-
FROM {$wpdb->eo_events}
|
1077 |
WHERE post_id=%d AND event_id=%d",$post_id,$event_id));
|
1078 |
|
1079 |
if( !$remove )
|
@@ -1092,7 +1092,7 @@ function eventorganiser_ical_vtimezone( $timezone, $from, $to ) {
|
|
1092 |
}
|
1093 |
|
1094 |
//Update post meta and delete date from events table
|
1095 |
-
update_post_meta( $post_id,'_eventorganiser_event_schedule',$event_details);
|
1096 |
eo_delete_event_occurrences( $post_id, $event_id );
|
1097 |
|
1098 |
//Clear cache
|
@@ -1101,16 +1101,16 @@ function eventorganiser_ical_vtimezone( $timezone, $from, $to ) {
|
|
1101 |
return true;
|
1102 |
}
|
1103 |
|
1104 |
-
|
1105 |
/**
|
1106 |
-
* Updates a specific occurrence, and preserves the occurrence ID.
|
1107 |
-
*
|
1108 |
* Currently two occurrences cannot occupy the same date.
|
1109 |
-
*
|
1110 |
* @ignore
|
1111 |
* @access private
|
1112 |
* @since 2.12.0
|
1113 |
-
*
|
1114 |
* @param int $event_id ID of the event whose occurrence we're moving
|
1115 |
* @param int $occurrence_id ID of the occurrence we're moving
|
1116 |
* @param DateTime $start New start DateTime of the occurrence
|
@@ -1120,42 +1120,42 @@ function eventorganiser_ical_vtimezone( $timezone, $from, $to ) {
|
|
1120 |
function eventorganiser_move_occurrence( $event_id, $occurrence_id, $start, $end ){
|
1121 |
|
1122 |
global $wpdb;
|
1123 |
-
|
1124 |
$old_start = eo_get_the_start( DATETIMEOBJ, $event_id, null, $occurrence_id );
|
1125 |
$schedule = eo_get_event_schedule( $event_id );
|
1126 |
-
|
1127 |
if( $start == $old_start ){
|
1128 |
return true;
|
1129 |
}
|
1130 |
-
|
1131 |
$current_occurrences = eo_get_the_occurrences( $event_id );
|
1132 |
unset( $current_occurrences[$occurrence_id] );
|
1133 |
$current_occurrences = array_map( 'eo_format_datetime', $current_occurrences );
|
1134 |
-
|
1135 |
if( in_array( $start->format( 'd-m-Y' ), $current_occurrences ) ){
|
1136 |
-
return new WP_Error( 'events-cannot-share-date', __( 'There is already an occurrence on this date', 'eventorganiser' ) );
|
1137 |
}
|
1138 |
-
|
1139 |
//We update the date directly in the DB first so the occurrence is not deleted and recreated,
|
1140 |
-
//but simply updated.
|
1141 |
-
|
1142 |
$wpdb->update(
|
1143 |
-
$wpdb->eo_events,
|
1144 |
array(
|
1145 |
'StartDate' => $start->format( 'Y-m-d' ),
|
1146 |
'StartTime' => $start->format( 'H:i:s' ),
|
1147 |
'EndDate' => $end->format( 'Y-m-d' ),
|
1148 |
'FinishTime' => $end->format( 'H:i:s' ),
|
1149 |
-
),
|
1150 |
array( 'event_id' => $occurrence_id )
|
1151 |
);
|
1152 |
-
|
1153 |
wp_cache_delete( 'eventorganiser_occurrences_'.$event_id );//Important: update DB clear cache
|
1154 |
wp_cache_delete( 'eventorganiser_all_occurrences_'.$event_id );//Important: update DB clear cache
|
1155 |
|
1156 |
//Now update event schedule...
|
1157 |
-
|
1158 |
-
//If date being removed was manually included remove it,
|
1159 |
//otherwise add it to exclude. Then add new date as include.
|
1160 |
if( false === ( $index = array_search( $old_start, $schedule['include'] ) ) ){
|
1161 |
$schedule['exclude'][] = $old_start;
|
@@ -1165,11 +1165,11 @@ function eventorganiser_move_occurrence( $event_id, $occurrence_id, $start, $end
|
|
1165 |
$schedule['include'][] = $start;
|
1166 |
|
1167 |
$re = eo_update_event( $event_id, $schedule );
|
1168 |
-
|
1169 |
if( $re && !is_wp_error( $re ) ){
|
1170 |
return true;
|
1171 |
}
|
1172 |
-
|
1173 |
return $re;
|
1174 |
}
|
1175 |
?>
|
5 |
*/
|
6 |
/**
|
7 |
* This functions updates a post of event type, with data given in the $post_data
|
8 |
+
* and event data given in $event_data. Returns the post_id.
|
9 |
*
|
10 |
* Triggers {@see `eventorganiser_save_event`} passing event (post) ID
|
11 |
*
|
17 |
* * (string) BYMONTHDAY=XX to repeat on XXth day of month, e.g. BYMONTHDAY=01 to repeat on the first of every month.
|
18 |
* * (string) BYDAY=ND. N= 1|2|3|4|-1 (first, second, third, fourth, last). D is day of week SU|MO|TU|WE|TH|FR|SA. E.g. BYDAY=2TU (repeat on second tuesday)
|
19 |
* * For weekly schedules,
|
20 |
+
* * (array) Days to repeat on: (SU,MO,TU,WE,TH,FR,SA). e.g. set to array('SU','TU') to repeat on Tuesdays & Sundays.
|
21 |
* * Can be left blank to repeat weekly from the start date.
|
22 |
* * `frequency` => (int) positive integer, sets frequency of recurrence (every 2 days, or every 3 days etc)
|
23 |
* * `all_day` => 1 if its an all day event, 0 if not
|
25 |
* * `end` => end date (of first occurrence) as a datetime object
|
26 |
* * `until` => **START** date of last occurrence (or upper-bound thereof) as a datetime object
|
27 |
* * `schedule_last` => Alias of until. Deprecated 2.13.0, use until.
|
28 |
+
* * `number_occurrences` => Instead of specifying `until` you can specify the number of occurrence a recurring event should have.
|
29 |
* This is only used if `until` is not, and for daily, weekly, monthly or yearly recurring events.
|
30 |
* * `include` => array of datetime objects to include in the schedule
|
31 |
* * `exclude` => array of datetime objects to exclude in the schedule
|
41 |
function eo_update_event( $post_id, $event_data = array(), $post_data = array() ){
|
42 |
|
43 |
$post_id = (int) $post_id;
|
44 |
+
|
45 |
$input = array_merge( $post_data, $event_data );
|
46 |
+
|
47 |
//Backwards compat:
|
48 |
if( !empty( $input['venue'] ) ){
|
49 |
$input['tax_input']['event-venue'] = $input['venue'];
|
51 |
if( !empty( $input['category'] ) ){
|
52 |
$input['tax_input']['event-category'] = $input['category'];
|
53 |
}
|
54 |
+
|
55 |
+
$event_keys = array_flip( array(
|
56 |
+
'start', 'end', 'schedule', 'schedule_meta', 'frequency',
|
57 |
'all_day', 'until', 'schedule_last', 'include', 'exclude', 'occurs_by', 'number_occurrences',
|
58 |
) );
|
59 |
+
|
60 |
$post_keys = array_flip( array(
|
61 |
+
'post_title','post_content','post_status', 'post_type','post_author','ping_status','post_parent','menu_order',
|
62 |
'to_ping', 'pinged', 'post_password', 'guid', 'post_content_filtered', 'post_excerpt', 'import_id', 'tax_input',
|
63 |
'comment_status', 'context', 'post_date', 'post_date_gmt',
|
64 |
) );
|
65 |
+
|
66 |
$event_data = array_intersect_key( $input, $event_keys );
|
67 |
$post_data = array_intersect_key( $input, $post_keys ) + $post_data;
|
68 |
+
|
69 |
if( empty( $post_id ) ){
|
70 |
return new WP_Error( 'eo_error', 'Empty post ID.' );
|
71 |
}
|
72 |
+
|
73 |
/**
|
74 |
*@ignore
|
75 |
*/
|
80 |
$post_data = apply_filters( 'eventorganiser_update_event_post_data', $post_data, $post_id, $post_data, $event_data );
|
81 |
|
82 |
if( !empty($post_data) ){
|
83 |
+
$post_data['ID'] = $post_id;
|
84 |
wp_update_post( $post_data );
|
85 |
}
|
86 |
|
94 |
}
|
95 |
unset( $event_data['schedule_last'] );
|
96 |
}
|
97 |
+
|
98 |
//Get previous data, parse with data to be updated
|
99 |
$prev = eo_get_event_schedule( $post_id );
|
100 |
$event_data = wp_parse_args( $event_data, $prev );
|
103 |
if( ( empty($event_data['schedule']) || 'once' == $event_data['schedule'] ) && !empty($event_data['include']) ){
|
104 |
$event_data['schedule'] = 'custom';
|
105 |
}
|
106 |
+
|
107 |
$event_data = _eventorganiser_generate_occurrences( $event_data );
|
108 |
|
109 |
if( is_wp_error( $event_data ) ){
|
145 |
* * (string) BYMONTHDAY=XX to repeat on XXth day of month, e.g. BYMONTHDAY=01 to repeat on the first of every month.
|
146 |
* * (string) BYDAY=ND. N= 1|2|3|4|-1 (first, second, third, fourth, last). D is day of week SU|MO|TU|WE|TH|FR|SA. E.g. BYDAY=2TU (repeat on second tuesday)
|
147 |
* * For weekly schedules,
|
148 |
+
* * (array) Days to repeat on: (SU,MO,TU,WE,TH,FR,SA). e.g. set to array('SU','TU') to repeat on Tuesdays & Sundays.
|
149 |
* * Can be left blank to repeat weekly from the start date.
|
150 |
* * `frequency` => (int) positive integer, sets frequency of recurrence (every 2 days, or every 3 days etc)
|
151 |
* * `all_day` => 1 if its an all day event, 0 if not
|
153 |
* * `end` => end date (of first occurrence) as a datetime object
|
154 |
* * `until` => **START** date of last occurrence (or upper-bound thereof) as a datetime object
|
155 |
* * `schedule_last` => Alias of until. Deprecated 2.13.0, use until.
|
156 |
+
* * `number_occurrences` => Instead of specifying `until` you can specify the number of occurrence a recurring event should have.
|
157 |
* This is only used if `until` is not, and for daily, weekly, monthly or yearly recurring events.
|
158 |
* * `include` => array of datetime objects to include in the schedule
|
159 |
* * `exclude` => array of datetime objects to exclude in the schedule
|
176 |
*
|
177 |
* $e = eo_insert_event($post_data,$event_data);
|
178 |
* </code>
|
179 |
+
*
|
180 |
* ### Tutorial
|
181 |
* See this <a href="http://www.stephenharris.info/2012/front-end-event-posting/">tutorial</a> or <a href="https://gist.github.com/3867194">this Gist</a> on front-end event posting.
|
182 |
*
|
183 |
* @since 1.5
|
184 |
* @link http://www.stephenharris.info/2012/front-end-event-posting/ Tutorial on front-end event posting
|
185 |
+
* @uses wp_insert_post()
|
186 |
*
|
187 |
* @param array $post_data array of data to be used by wp_insert_post.
|
188 |
* @param array $event_data array of event data
|
192 |
global $wpdb;
|
193 |
|
194 |
$input = array_merge( $post_data, $event_data );
|
195 |
+
|
196 |
//Backwards compat:
|
197 |
if( !empty( $input['venue'] ) ){
|
198 |
$input['tax_input']['event-venue'] = $input['venue'];
|
200 |
if( !empty( $input['category'] ) ){
|
201 |
$input['tax_input']['event-category'] = $input['category'];
|
202 |
}
|
203 |
+
|
204 |
$event_keys = array_flip( array(
|
205 |
+
'start', 'end', 'schedule', 'schedule_meta', 'frequency', 'all_day',
|
206 |
+
'until', 'schedule_last', 'include', 'exclude', 'occurs_by', 'number_occurrences',
|
207 |
) );
|
208 |
+
|
209 |
$post_keys = array_flip( array(
|
210 |
+
'post_title','post_content','post_status', 'post_type','post_author','ping_status','post_parent','menu_order',
|
211 |
'to_ping', 'pinged', 'post_password', 'guid', 'post_content_filtered', 'post_excerpt', 'import_id', 'tax_input',
|
212 |
'comment_status', 'context', 'post_date', 'post_date_gmt',
|
213 |
) );
|
214 |
+
|
215 |
$event_data = array_intersect_key( $input, $event_keys ) + $event_data;
|
216 |
$post_data = array_intersect_key( $input, $post_keys );
|
217 |
+
|
218 |
//If schedule is 'once' and dates are included - set to 'custom':
|
219 |
if( ( empty($event_data['schedule']) || 'once' == $event_data['schedule'] ) && !empty($event_data['include']) ){
|
220 |
$event_data['schedule'] = 'custom';
|
221 |
}
|
222 |
+
|
223 |
if( !empty( $event_data['schedule_last'] ) ){
|
224 |
if( !isset( $event_data['until'] ) ){
|
225 |
$event_data['until'] = clone $event_data['schedule_last'];
|
228 |
}
|
229 |
|
230 |
$event_data = _eventorganiser_generate_occurrences( $event_data );
|
231 |
+
|
232 |
if( is_wp_error( $event_data ) ){
|
233 |
return $event_data;
|
234 |
}
|
237 |
*@ignore
|
238 |
*/
|
239 |
$event_data = apply_filters( 'eventorganiser_insert_event_event_data', $event_data, $post_data, $event_data );
|
240 |
+
|
241 |
/**
|
242 |
*@ignore
|
243 |
*/
|
244 |
$post_data = apply_filters( 'eventorganiser_insert_event_post_data', $post_data, $post_data, $event_data );
|
245 |
+
|
246 |
//Finally we create event (first create the post in WP)
|
247 |
+
$post_input = array_merge(array('post_title'=>'untitled event'), $post_data, array('post_type'=>'event'));
|
248 |
$post_id = wp_insert_post($post_input, true);
|
249 |
|
250 |
+
//Did the event insert correctly?
|
251 |
+
if ( is_wp_error( $post_id) )
|
252 |
return $post_id;
|
253 |
|
254 |
_eventorganiser_insert_occurrences($post_id, $event_data);
|
255 |
+
|
256 |
//Action used to break cache & trigger Pro actions (& by other plug-ins?)
|
257 |
/**
|
258 |
* Triggered after an event has been updated.
|
259 |
+
*
|
260 |
+
* @param int $post_id The ID of the event
|
261 |
*/
|
262 |
do_action( 'eventorganiser_save_event', $post_id );
|
263 |
|
287 |
*
|
288 |
* This function does not update any of the event schedule details.
|
289 |
* **Don't call this unless you know what you're doing**.
|
290 |
+
*
|
291 |
* @since 1.5
|
292 |
* @access private
|
293 |
* @param int $post_id the event's (post) ID to be deleted
|
294 |
* @param int|array $occurrence_ids Occurrence ID (or array of IDs) for specificaly occurrences to delete. If empty/false, deletes all.
|
295 |
+
*
|
296 |
*/
|
297 |
function eo_delete_event_occurrences( $event_id, $occurrence_ids = false ){
|
298 |
global $wpdb;
|
299 |
//TODO use this in break/remove occurrence
|
300 |
+
|
301 |
//Let's just ensure empty is cast as false
|
302 |
$occurrence_ids = ( empty( $occurrence_ids ) ? false : $occurrence_ids );
|
303 |
+
|
304 |
if( $occurrence_ids !== false ){
|
305 |
$occurrence_ids = (array) $occurrence_ids;
|
306 |
$occurrence_ids = array_map( 'absint', $occurrence_ids );
|
307 |
$occurrence_ids_in = implode( ', ', $occurrence_ids );
|
308 |
+
|
309 |
$raw_sql = "DELETE FROM $wpdb->eo_events WHERE post_id=%d AND event_id IN( $occurrence_ids_in )";
|
310 |
|
311 |
}else{
|
312 |
$raw_sql = "DELETE FROM $wpdb->eo_events WHERE post_id=%d";
|
313 |
}
|
314 |
+
|
315 |
/**
|
316 |
* @ignore
|
317 |
*/
|
318 |
do_action( 'eventorganiser_delete_event', $event_id, $occurrence_ids ); //Deprecated - do not use!
|
319 |
+
|
320 |
/**
|
321 |
* Triggers just before the specified occurrences for the event are deleted.
|
322 |
+
*
|
323 |
* @param int $event_id The (post) ID of the event of which we're deleting occurrences.
|
324 |
* @param array|false $occurrence_ids An array of occurrences to be delete. If `false`, all occurrences are to be removed.
|
325 |
*/
|
326 |
do_action( 'eventorganiser_delete_event_occurrences', $event_id, $occurrence_ids );
|
327 |
+
|
328 |
$del = $wpdb->get_results( $wpdb->prepare( $raw_sql, $event_id ) );
|
329 |
+
|
330 |
}
|
331 |
add_action( 'delete_post', 'eo_delete_event_occurrences', 10 );
|
332 |
|
474 |
* * (string) BYMONTHDAY=XX to repeat on XXth day of month, e.g. BYMONTHDAY=01 to repeat on the first of every month.
|
475 |
* * (string) BYDAY=ND. N= 1|2|3|4|-1 (first, second, third, fourth, last). D is day of week SU|MO|TU|WE|TH|FR|SA. E.g. BYDAY=2TU (repeat on second tuesday)
|
476 |
* * For weekly schedules,
|
477 |
+
* * (array) Days to repeat on: (SU,MO,TU,WE,TH,FR,SA). e.g. set to array('SU','TU') to repeat on Tuesdays & Sundays.
|
478 |
* * `occurs_by` - For use with monthly schedules: how the event recurs: BYDAY or BYMONTHDAY
|
479 |
* * `frequency` => (int) positive integer, sets frequency of recurrence (every 2 days, or every 3 days etc)
|
480 |
* * `all_day` => 1 if its an all day event, 0 if not
|
481 |
* * `start` => start date (of first occurrence) as a datetime object
|
482 |
* * `end` => end date (of first occurrence) as a datetime object
|
483 |
* * `until` => For recurring events, the date they repeat until. Note that this may not be equal to `schedule_last` if
|
484 |
+
* dates are included/excluded.
|
485 |
* * `schedule_last` => **START** date of last occurrence as a datetime object
|
486 |
* * `include` => array of datetime objects to include in the schedule
|
487 |
* * `exclude` => array of datetime objects to exclude in the schedule
|
493 |
|
494 |
$post_id = (int) ( empty($post_id) ? get_the_ID() : $post_id);
|
495 |
|
496 |
+
if( empty( $post_id ) ){
|
497 |
return false;
|
498 |
}
|
499 |
|
519 |
} else {
|
520 |
// No start time, so set a default start time to next half-hour
|
521 |
$now = new DateTime( 'now', $tz );
|
522 |
+
|
523 |
$minute = $now->format( 'i' ) > 30 ? 0 : 30;
|
524 |
+
|
525 |
$now->setTime( $now->format( 'G' ), $minute );
|
526 |
+
|
527 |
if( 0 === $minute ){
|
528 |
$now->modify( '+1 hour' );
|
529 |
}
|
530 |
+
|
531 |
+
$event_details['start'] = $now;
|
532 |
}
|
533 |
|
534 |
// Get end time
|
551 |
$event_details['until'] = clone $event_details['schedule_last'];
|
552 |
update_post_meta( $post_id, '_eventorganiser_schedule_until', $event_details['until']->format( 'Y-m-d H:i:s' ) );
|
553 |
}
|
554 |
+
|
555 |
if ( ! empty( $event_details['include'] ) ) {
|
556 |
$event_details['include'] = array_map( 'eventorganiser_date_create', $event_details['include'] );
|
557 |
}
|
570 |
|
571 |
/**
|
572 |
* Filters the schedule metadata for an event (as returned by `eo_get_event_schedule()`.
|
573 |
+
*
|
574 |
* See documentation on `eo_get_event_schedule()` for more details.
|
575 |
*
|
576 |
* @param array $event_details Details of the event's dates and recurrence pattern
|
1008 |
}
|
1009 |
|
1010 |
function eventorganiser_ical_vtimezone( $timezone, $from, $to ) {
|
1011 |
+
|
1012 |
$vtimezone = "BEGIN:VTIMEZONE\r\n";
|
1013 |
$vtimezone .= sprintf( "TZID:%s\r\n", $timezone->getName() );
|
1014 |
+
|
1015 |
//$timezone->getTransitions() doesn't accept any arguments in php 5.2, and would be ineffecient
|
1016 |
if ( version_compare( PHP_VERSION, '5.3.0' ) < 0 ) {
|
1017 |
return '';
|
1018 |
}
|
1019 |
+
|
1020 |
// get all transitions, and (as an estimate) an early one which we skip
|
1021 |
+
$transitions = $timezone->getTransitions( intval( $from - YEAR_IN_SECONDS / 2 ), (int) $to );
|
1022 |
+
|
1023 |
if ( ! $transitions ) {
|
1024 |
return '';
|
1025 |
}
|
1026 |
|
1027 |
foreach ( $transitions as $i => $trans ) {
|
1028 |
+
|
1029 |
$pm = $trans['offset'] >= 0 ? '+' : '-';
|
1030 |
$hours = floor( absint( $trans['offset'] ) / HOUR_IN_SECONDS ) % 24;
|
1031 |
$minutes = ( absint( $trans['offset'] ) - $hours * HOUR_IN_SECONDS ) / MINUTE_IN_SECONDS;
|
1032 |
+
|
1033 |
$tzto = $pm . str_pad( $hours, 2, '0', STR_PAD_LEFT ) . str_pad( $minutes, 2, '0', STR_PAD_LEFT );
|
1034 |
+
|
1035 |
// skip the first entry, we just want it for the TZOFFSETFROM value of the next one
|
1036 |
if ( $i == 0 ) {
|
1037 |
$tzfrom = $tzto;
|
1039 |
continue;
|
1040 |
}
|
1041 |
}
|
1042 |
+
|
1043 |
+
$type = $trans['isdst'] ? 'DAYLIGHT' : 'STANDARD';
|
1044 |
$dt = new DateTime( $trans['time'], $timezone );
|
1045 |
+
|
1046 |
$vtimezone .= sprintf( "BEGIN:%s\r\n", $type );
|
1047 |
$vtimezone .= sprintf( "TZOFFSETFROM:%s\r\n", $tzfrom ); //needs formatting
|
1048 |
$vtimezone .= sprintf( "TZOFFSETTO:%s\r\n", $tzto ); //needs formatting
|
1049 |
$vtimezone .= sprintf( "DTSTART:%s\r\n", $dt->format('Ymd\THis') );
|
1050 |
+
$vtimezone .= sprintf( "TZNAME:%s\r\n", $trans['abbr'] );
|
1051 |
$vtimezone .= sprintf( "END:%s\r\n", $type );
|
1052 |
+
|
1053 |
+
$tzfrom = $tzto;
|
1054 |
}
|
1055 |
+
|
1056 |
$vtimezone .= 'END:VTIMEZONE';
|
1057 |
+
|
1058 |
return $vtimezone;
|
1059 |
}
|
1060 |
|
1072 |
global $wpdb;
|
1073 |
|
1074 |
$remove = $wpdb->get_row($wpdb->prepare(
|
1075 |
+
"SELECT {$wpdb->eo_events}.StartDate, {$wpdb->eo_events}.StartTime
|
1076 |
+
FROM {$wpdb->eo_events}
|
1077 |
WHERE post_id=%d AND event_id=%d",$post_id,$event_id));
|
1078 |
|
1079 |
if( !$remove )
|
1092 |
}
|
1093 |
|
1094 |
//Update post meta and delete date from events table
|
1095 |
+
update_post_meta( $post_id,'_eventorganiser_event_schedule',$event_details);
|
1096 |
eo_delete_event_occurrences( $post_id, $event_id );
|
1097 |
|
1098 |
//Clear cache
|
1101 |
return true;
|
1102 |
}
|
1103 |
|
1104 |
+
|
1105 |
/**
|
1106 |
+
* Updates a specific occurrence, and preserves the occurrence ID.
|
1107 |
+
*
|
1108 |
* Currently two occurrences cannot occupy the same date.
|
1109 |
+
*
|
1110 |
* @ignore
|
1111 |
* @access private
|
1112 |
* @since 2.12.0
|
1113 |
+
*
|
1114 |
* @param int $event_id ID of the event whose occurrence we're moving
|
1115 |
* @param int $occurrence_id ID of the occurrence we're moving
|
1116 |
* @param DateTime $start New start DateTime of the occurrence
|
1120 |
function eventorganiser_move_occurrence( $event_id, $occurrence_id, $start, $end ){
|
1121 |
|
1122 |
global $wpdb;
|
1123 |
+
|
1124 |
$old_start = eo_get_the_start( DATETIMEOBJ, $event_id, null, $occurrence_id );
|
1125 |
$schedule = eo_get_event_schedule( $event_id );
|
1126 |
+
|
1127 |
if( $start == $old_start ){
|
1128 |
return true;
|
1129 |
}
|
1130 |
+
|
1131 |
$current_occurrences = eo_get_the_occurrences( $event_id );
|
1132 |
unset( $current_occurrences[$occurrence_id] );
|
1133 |
$current_occurrences = array_map( 'eo_format_datetime', $current_occurrences );
|
1134 |
+
|
1135 |
if( in_array( $start->format( 'd-m-Y' ), $current_occurrences ) ){
|
1136 |
+
return new WP_Error( 'events-cannot-share-date', __( 'There is already an occurrence on this date', 'eventorganiser' ) );
|
1137 |
}
|
1138 |
+
|
1139 |
//We update the date directly in the DB first so the occurrence is not deleted and recreated,
|
1140 |
+
//but simply updated.
|
1141 |
+
|
1142 |
$wpdb->update(
|
1143 |
+
$wpdb->eo_events,
|
1144 |
array(
|
1145 |
'StartDate' => $start->format( 'Y-m-d' ),
|
1146 |
'StartTime' => $start->format( 'H:i:s' ),
|
1147 |
'EndDate' => $end->format( 'Y-m-d' ),
|
1148 |
'FinishTime' => $end->format( 'H:i:s' ),
|
1149 |
+
),
|
1150 |
array( 'event_id' => $occurrence_id )
|
1151 |
);
|
1152 |
+
|
1153 |
wp_cache_delete( 'eventorganiser_occurrences_'.$event_id );//Important: update DB clear cache
|
1154 |
wp_cache_delete( 'eventorganiser_all_occurrences_'.$event_id );//Important: update DB clear cache
|
1155 |
|
1156 |
//Now update event schedule...
|
1157 |
+
|
1158 |
+
//If date being removed was manually included remove it,
|
1159 |
//otherwise add it to exclude. Then add new date as include.
|
1160 |
if( false === ( $index = array_search( $old_start, $schedule['include'] ) ) ){
|
1161 |
$schedule['exclude'][] = $old_start;
|
1165 |
$schedule['include'][] = $start;
|
1166 |
|
1167 |
$re = eo_update_event( $event_id, $schedule );
|
1168 |
+
|
1169 |
if( $re && !is_wp_error( $re ) ){
|
1170 |
return true;
|
1171 |
}
|
1172 |
+
|
1173 |
return $re;
|
1174 |
}
|
1175 |
?>
|
js/admin-calendar.min.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
/*! event-organiser 3.7.
|
2 |
var eventorganiser=eventorganiser||{};eventorganiser.versionCompare=function(a,b){if(typeof a+typeof b!="stringstring")return!1;for(var c=a.split("."),d=b.split("."),e=0,f=Math.max(c.length,d.length);f>e;e++){if(c[e]&&!d[e]&&parseInt(c[e],10)>0||parseInt(c[e],10)>parseInt(d[e],10))return 1;if(d[e]&&!c[e]&&parseInt(d[e],10)>0||parseInt(c[e],10)<parseInt(d[e],10))return-1}return 0},function(a){a(document).ready(function(){function b(){var b=a("<span class='fc-header-goto'><input type='hidden' id='miniCalendar'/></span>");return b}function c(b){a(".view-button").removeClass("nav-tab-active"),g.fullCalendar("changeView",b),a("#"+b).addClass("nav-tab-active")}function d(b){var c=b.categories;if(c){var d="<select class='eo-cal-filter' id='eo-event-cat'>";d+="<option value=''>"+b.buttonText.cat+"</option>";for(var e=0;e<c.length;e++)d+="<option class='cat-slug-"+c[e].slug+" cat' value='"+c[e].slug+"'>"+c[e].name+"</option>";return d+="</select>",a("<span class='fc-header-dropdown filter-category'></span>").append(d)}}function e(b){var c=b.venues;if(c){var d="<select class='eo-cal-filter' id='eo-event-venue'>";d+="<option value=''>"+b.buttonText.venue+"</option>";for(var e=0;e<c.length;e++)d+="<option value='"+c[e].term_id+"'>"+c[e].name+"</option>";return d+="</select>",a("<span class='fc-header-dropdown filter-venue'></span>").append(d)}}a("#eo-dialog-tabs").tabs(),a(".eo-dialog").dialog({autoOpen:!1,dialogClass:"eo-admin-calendar-dialog",width:527,modal:!0,closeText:"Close modal",draggable:!1,open:function(b,c){a(this).parent(".eo-admin-calendar-dialog").focus()}}),a(".eo-dialog").parent().find(".ui-dialog-titlebar-close").addClass("eo-ui-button"),a("#events-meta").parent().find(".ui-dialog-titlebar-close").appendTo(".ui-tabs-nav").closest(".ui-dialog").children(".ui-dialog-titlebar").remove();var f=a("#eofc_time_format").is(":checked")?"HH:mm":"h:mma",g=jQuery("#eo_admin_calendar").fullCalendar({firstDay:parseInt(EO_Ajax.startday,10),defaultDate:moment(a.cookie("eo_admin_cal_last_viewed_date")),defaultView:a.cookie("eo_admin_cal_last_view")?a.cookie("eo_admin_cal_last_view"):"month",editable:EO_Ajax.perm_edit,eventDurationEditable:!1,eventStartEditable:EO_Ajax.edit_time,durationEditable:!1,snapDuration:"00:05:00",slotDuration:"00:15:00",eventDrop:function(b,c,d,e,f,g){return b.end?void a.ajax({type:"POST",url:EO_Ajax.ajaxurl,data:{action:"eofc-edit-date",start:b.start.format("YYYY-MM-DD HH:mm:ss"),end:b.end.format("YYYY-MM-DD HH:mm:ss"),event_id:b.event_id,occurrence_id:b.occurrence_id,_wpnonce:EO_Ajax.edit_nonce},dataType:"json"}).done(function(a){a.success!==!0&&(alert(a.data.message),d())}).fail(function(a,b,c){alert("Error: "+c),d()}):(alert("Changing the event duration is not supported"),void d())},lazyFetching:"true",eventColor:"#21759B",theme:!1,customButtons:{category:d,venue:""!==EO_Ajax.venues?e:null,"goto":b},buttonText:{today:EO_Ajax.locale.today,month:EO_Ajax.locale.month,week:EO_Ajax.locale.week,day:EO_Ajax.locale.day,cat:EO_Ajax.locale.cat,venue:EO_Ajax.locale.venue,prev:"<",next:">"},monthNames:EO_Ajax.locale.monthNames,monthNamesShort:EO_Ajax.locale.monthAbbrev,dayNames:EO_Ajax.locale.dayNames,dayNamesShort:EO_Ajax.locale.dayAbbrev,isRTL:EO_Ajax.locale.isrtl,header:{left:"title",center:"category venue",right:"prev goto today next"},buttonIcons:!1,buttonui:!0,events:function(a,b,c,d){jQuery.ajax({url:EO_Ajax.ajaxurl+"?action=event-admin-cal",dataType:"JSON",data:{start:a.format("YYYY-MM-DD"),end:b.format("YYYY-MM-DD")},success:d})},categories:EO_Ajax.categories,venues:EO_Ajax.venues,selectable:!0,selectHelper:!0,eventRender:function(a,b){var c=jQuery(".filter-category .eo-cal-filter").val(),d=jQuery(".filter-venue .eo-cal-filter").val();return"undefined"!=typeof c&&""!==c&&jQuery.inArray(c,a.category)<0?"<div></div>":"undefined"!=typeof d&&""!==d&&d!=a.venue?"<div></div>":void 0},viewRender:function(b,c){var d=b.intervalStart.format("YYYY-MM-DD"),e=new Date;e=new Date(e.getTime()+6e5),a.cookie("eo_admin_cal_last_viewed_date",d,{expires:e}),a.cookie("eo_admin_cal_last_view",b.name,{expires:e})},weekMode:"variable",loading:function(a){a?jQuery("#loading").show():jQuery("#loading").hide()},timeFormat:f,axisFormat:f,eventClick:function(b,c,d){c.preventDefault(),a("#eo-dialog-tabs ul li").each(function(){var c=a(this).attr("id").substring(14);a("#eo-dialog-tabs #"+a(this).attr("id")+"-content").html(b[c])}),a("#events-meta").dialog("open")},select:function(b,c,d,e){if(EO_Ajax.perm_edit){d.preventDefault();var g=(jQuery(this)[0].calendar.options,b.format("YYYY-MM-DD")),h=b.format("HH:mm");b.hasTime()?(f="ddd, Do MMMM h:mma",allDay=0):(c.subtract(1,"minute"),f="ddd, Do MMMM",allDay=1);var i=c.format("YYYY-MM-DD"),j=c.format("HH:mm"),k=a.fullCalendar.formatRange(b,c,f);a("#eo_event_create_cal input[name='eo_event[event_title]']").val(""),a("#eo_event_create_cal input.ui-autocomplete-input").val(""),a("#eo_event_create_cal textarea[name='eo_event[event_content]']").val(""),a("#eo_event_create_cal input[name='eo_event[StartDate]']").val(g),a("#eo_event_create_cal input[name='eo_event[StartTime]']").val(h),a("#eo_event_create_cal input[name='eo_event[EndDate]']").val(i),a("#eo_event_create_cal input[name='eo_event[FinishTime]']").val(j),a("#eo_event_create_cal input[name='eo_event[allday]']").val(allDay),a("#eo_event_create_cal td#date").html(k),a("#eo_event_create_cal").dialog("open"),a("form.eo_cal input[type='submit']").removeAttr("disabled"),a("form.eo_cal input#reset").click(function(b){a("#eo_event_create_cal").dialog("close")})}}});a("#eofc_time_format").change(function(){f=a("#eofc_time_format").is(":checked")?"HH:mm":"h:mmtt",g.fullCalendar("option","timeFormat",f),a.post(ajaxurl,{action:"eofc-format-time",is24:a("#eofc_time_format").is(":checked")})}),a(".view-button").click(function(b){b.preventDefault(),c(a(this).attr("id"))}),a(window).on("keypress",function(b){if(!(a(b.target).closest(".ui-dialog").length>0)){switch(b.which){case 49:case 109:case 77:c("month");break;case 50:case 119:case 87:c("agendaWeek");break;case 51:case 100:case 68:c("agendaDay");break;case 116:case 84:g.fullCalendar("today");break;case 103:case 71:break;case 110:case 78:case 106:case 74:g.fullCalendar("next");break;case 107:case 75:case 112:case 80:g.fullCalendar("prev");break;case 63:a("#eo-keyboard-shortcuts").dialog("open");break;default:return}b.preventDefault()}}),a("#eo-keyboard-shortcuts").dialog({autoOpen:!1,dialogClass:"eo-admin-calendar-dialog",title:"Keyboard shortcuts",closeText:"Close modal",draggable:!1,modal:!0,open:function(b,c){a(this).parent(".eo-admin-calendar-dialog").focus()}}),a("#eo-keyboard-sr-shortcut").on("click",function(b){b.preventDefault(),a("#eo-keyboard-shortcuts").dialog("open")});var h=a("#adminmenumain .screen-reader-shortcut");h.length>0&&a("#eo-keyboard-sr-shortcut").insertAfter(h.last()),a("#miniCalendar").datepicker({dateFormat:"DD, d MM, yy",firstDay:parseInt(EO_Ajax.startday,10),changeMonth:!0,monthNamesShort:EO_Ajax.locale.monthAbbrev,dayNamesMin:EO_Ajax.locale.dayAbbrev,changeYear:!0,showOn:"button",buttonText:EO_Ajax.locale.gotodate,onSelect:function(a,b){g.fullCalendar("gotoDate",new Date(Date.parse(a)))}}),a("button.ui-datepicker-trigger").button().addClass("fc-button"),a.widget("ui.combobox",{_create:function(){var b=this.element.hide(),c=b.attr("id"),d=b.children(":selected"),e=d.val()?d.text():"",f=a("<span>").addClass("ui-combobox eo-venue-input").insertAfter(b),g=a('<input type="hidden" name="'+b.attr("name")+'" value="'+e+'"/>'),h=a("<input>").attr("id",c).appendTo(f).val(e).addClass("ui-combobox-input"),i={delay:0,minLength:0,source:function(b,c){h.addClass("eo-waiting"),a.getJSON(EO_Ajax.ajaxurl+"?action=eo-search-venue",b,function(b){var d=a.map(b,function(a){return a.label=a.name,a});c(d),h.removeClass("eo-waiting")})},select:function(a,b){g.val(b.item.term_id)}};h.autocomplete(i).addClass("ui-widget-content ui-corner-left"),this.element.replaceWith(g);var j=a.ui?a.ui.version||0:-1,k=eventorganiser.versionCompare(j,"1.10")>=0?"ui-autocomplete":"autocomplete";h.data(k)._renderItem=function(b,c){if(0===c.term_id)return a("<li></li>").data(k+"-item",c).append("<a>"+c.label+"</a>").appendTo(b);var d=[c.venue_address,c.venue_city,c.venue_state,c.venue_postcode,c.venue_country],e=a.grep(d,function(a){return a}).join(", "),f=eventorganiser.versionCompare(j,"1.10")>=0?"ui-autocomplete-item":"item.autocomplete";return a("<li></li>").data(f,c).append("<a>"+c.label+"</br> <span style='font-size: 0.8em'><em>"+e+"</span></em></a>").appendTo(b)};var l=a("<span>").addClass("eo-venue-combobox-buttons").appendTo(f);a("<a href='#' style='vertical-align: top;margin: 0px -1px;padding: 0px;height:26px;'>").attr("title","Show All Venues").appendTo(l).button({icons:{primary:"ui-icon-triangle-1-s"},text:!1}).removeClass("ui-corner-all").addClass("eo-ui-button ui-corner-right ui-combobox-toggle ui-combobox-button").mousedown(function(){wasOpen=h.autocomplete("widget").is(":visible")}).click(function(b){b.preventDefault(),wasOpen||(a(this).blur(),h.autocomplete("search","").focus())})}}),a("#venue_select").combobox(),a(".eo-cal-filter").change(function(){g.fullCalendar("rerenderEvents")}),a(".filter-venue .eo-cal-filter").selectmenu({wrapperElement:"<span class='fc-header-filter'></span>"}),a(".filter-category .eo-cal-filter").selectmenu({wrapperElement:"<span class='fc-header-filter'></span>",icons:[{find:".cat"}]});var i=a("#eo-event-venue-button").width()+30;a("#eo-event-venue-button").width(i+"px"),a("#eo-event-venue-menu").width(i+"px");var j=a("#eo-event-cat-button").width()+30;a("#eo-event-cat-button").width(j+"px"),a("#eo-event-cat-menu").width(j+"px")})}(jQuery),function(a){a.widget("ui.selectmenu",{options:{appendTo:"body",typeAhead:1e3,style:"dropdown",positionOptions:null,width:null,menuWidth:null,handleWidth:26,maxHeight:null,icons:null,format:null,escapeHtml:!1,bgImage:function(){}},_create:function(){var b=this,c=this.options,d=a.ui?a.ui.version||0:-1,e=eventorganiser.versionCompare(d,"1.9")>=0?this.element.uniqueId().attr("id"):this.element.attr("id")||"ui-selectmenu-"+Math.random().toString(16).slice(2,10);this.ids=[e,e+"-button",e+"-menu"],this._safemouseup=!0,this.isOpen=!1,this.newelement=a("<a />",{"class":"ui-selectmenu ui-widget ui-state-default ui-corner-all",id:this.ids[1],role:"button",href:"#nogo",tabindex:this.element.attr("disabled")?1:0,"aria-haspopup":!0,"aria-owns":this.ids[2]}),this.newelementWrap=a("<span />").append(this.newelement).insertAfter(this.element);var f=this.element.attr("tabindex");f&&this.newelement.attr("tabindex",f),this.newelement.data("selectelement",this.element),this.selectmenuIcon=a('<span class="ui-selectmenu-icon ui-icon"></span>').prependTo(this.newelement),this.newelement.prepend('<span class="ui-selectmenu-status" />'),this.element.bind({"click.selectmenu":function(a){b.newelement.focus(),a.preventDefault()}}),this.newelement.bind("mousedown.selectmenu",function(a){b._toggle(a,!0),"popup"==c.style&&(b._safemouseup=!1,setTimeout(function(){b._safemouseup=!0},300)),a.preventDefault()}).bind("click.selectmenu",function(a){a.preventDefault()}).bind("keydown.selectmenu",function(c){var d=!1;switch(c.keyCode){case a.ui.keyCode.ENTER:d=!0;break;case a.ui.keyCode.SPACE:b._toggle(c);break;case a.ui.keyCode.UP:c.altKey?b.open(c):b._moveSelection(-1);break;case a.ui.keyCode.DOWN:c.altKey?b.open(c):b._moveSelection(1);break;case a.ui.keyCode.LEFT:b._moveSelection(-1);break;case a.ui.keyCode.RIGHT:b._moveSelection(1);break;case a.ui.keyCode.TAB:d=!0;break;case a.ui.keyCode.PAGE_UP:case a.ui.keyCode.HOME:b.index(0);break;case a.ui.keyCode.PAGE_DOWN:case a.ui.keyCode.END:b.index(b._optionLis.length);break;default:d=!0}return d}).bind("keypress.selectmenu",function(a){return a.which>0&&b._typeAhead(a.which,"mouseup"),!0}).bind("mouseover.selectmenu",function(){c.disabled||a(this).addClass("ui-state-hover")}).bind("mouseout.selectmenu",function(){c.disabled||a(this).removeClass("ui-state-hover")}).bind("focus.selectmenu",function(){c.disabled||a(this).addClass("ui-state-focus")}).bind("blur.selectmenu",function(){c.disabled||a(this).removeClass("ui-state-focus")}),a(document).bind("mousedown.selectmenu-"+this.ids[0],function(c){b.isOpen&&!a(c.target).closest("#"+b.ids[1]).length&&b.close(c)}),this.element.bind("click.selectmenu",function(){b._refreshValue()}).bind("focus.selectmenu",function(){b.newelement&&b.newelement[0].focus()}),c.width||(c.width=this.element.outerWidth()),this.newelement.width(c.width),this.element.hide(),this.list=a("<ul />",{"class":"ui-widget ui-widget-content","aria-hidden":!0,role:"listbox","aria-labelledby":this.ids[1],id:this.ids[2]}),this.listWrap=a("<div />",{"class":"ui-selectmenu-menu"}).append(this.list).appendTo(c.appendTo),this.list.bind("keydown.selectmenu",function(c){var d=!1;switch(c.keyCode){case a.ui.keyCode.UP:c.altKey?b.close(c,!0):b._moveFocus(-1);break;case a.ui.keyCode.DOWN:c.altKey?b.close(c,!0):b._moveFocus(1);break;case a.ui.keyCode.LEFT:b._moveFocus(-1);break;case a.ui.keyCode.RIGHT:b._moveFocus(1);break;case a.ui.keyCode.HOME:b._moveFocus(":first");break;case a.ui.keyCode.PAGE_UP:b._scrollPage("up");break;case a.ui.keyCode.PAGE_DOWN:b._scrollPage("down");break;case a.ui.keyCode.END:b._moveFocus(":last");break;case a.ui.keyCode.ENTER:case a.ui.keyCode.SPACE:b.close(c,!0),a(c.target).parents("li:eq(0)").trigger("mouseup");break;case a.ui.keyCode.TAB:d=!0,b.close(c,!0),a(c.target).parents("li:eq(0)").trigger("mouseup");break;case a.ui.keyCode.ESCAPE:b.close(c,!0);break;default:d=!0}return d}).bind("keypress.selectmenu",function(a){return a.which>0&&b._typeAhead(a.which,"focus"),!0}).bind("mousedown.selectmenu mouseup.selectmenu",function(){return!1}),a(window).bind("resize.selectmenu-"+this.ids[0],a.proxy(b.close,this))},_init:function(){var b=this,c=this.options,d=[];this.element.find("option").each(function(){var e=a(this);d.push({value:e.attr("value"),text:b._formatText(e.text(),e),selected:e.attr("selected"),disabled:e.attr("disabled"),classes:e.attr("class"),typeahead:e.attr("typeahead"),parentOptGroup:e.parent("optgroup"),bgImage:c.bgImage.call(e)})});var e="popup"==b.options.style?" ui-state-active":"";if(this.list.html(""),d.length)for(var f=0;f<d.length;f++){var g={role:"presentation"};d[f].disabled&&(g["class"]="ui-state-disabled");var h={html:d[f].text||" ",href:"#nogo",tabindex:-1,role:"option","aria-selected":!1};d[f].disabled&&(h["aria-disabled"]=d[f].disabled),d[f].typeahead&&(h.typeahead=d[f].typeahead);var i=a("<a/>",h).bind("focus.selectmenu",function(){a(this).parent().mouseover()}).bind("blur.selectmenu",function(){a(this).parent().mouseout()}),j=a("<li/>",g).append(i).data("index",f).addClass(d[f].classes).data("optionClasses",d[f].classes||"").bind("mouseup.selectmenu",function(c){return!b._safemouseup||b._disabled(c.currentTarget)||b._disabled(a(c.currentTarget).parents("ul > li.ui-selectmenu-group "))||(b.index(a(this).data("index")),b.select(c),b.close(c,!0)),!1}).bind("click.selectmenu",function(){return!1}).bind("mouseover.selectmenu",function(c){a(this).hasClass("ui-state-disabled")||a(this).parent("ul").parent("li").hasClass("ui-state-disabled")||(c.optionValue=b.element[0].options[a(this).data("index")].value,b._trigger("hover",c,b._uiHash()),b._selectedOptionLi().addClass(e),b._focusedOptionLi().removeClass("ui-selectmenu-item-focus ui-state-hover"),a(this).removeClass("ui-state-active").addClass("ui-selectmenu-item-focus ui-state-hover"))}).bind("mouseout.selectmenu",function(c){a(this).is(b._selectedOptionLi())&&a(this).addClass(e),c.optionValue=b.element[0].options[a(this).data("index")].value,b._trigger("blur",c,b._uiHash()),a(this).removeClass("ui-selectmenu-item-focus ui-state-hover")});if(d[f].parentOptGroup.length){var k="ui-selectmenu-group-"+this.element.find("optgroup").index(d[f].parentOptGroup);this.list.find("li."+k).length?this.list.find("li."+k+":last ul").append(j):a('<li role="presentation" class="ui-selectmenu-group '+k+(d[f].parentOptGroup.attr("disabled")?' ui-state-disabled" aria-disabled="true"':'"')+'><span class="ui-selectmenu-group-label">'+d[f].parentOptGroup.attr("label")+"</span><ul></ul></li>").appendTo(this.list).find("ul").append(j)}else j.appendTo(this.list);if(c.icons)for(var l in c.icons)if(j.is(c.icons[l].find)){j.data("optionClasses",d[f].classes+" ui-selectmenu-hasIcon").addClass("ui-selectmenu-hasIcon");var m=c.icons[l].icon||"";j.find("a:eq(0)").prepend('<span class="ui-selectmenu-item-icon ui-icon '+m+'"></span>'),d[f].bgImage&&j.find("span").css("background-image",d[f].bgImage)}}else a(' <li role="presentation"><a href="#nogo" tabindex="-1" role="option"></a></li>').appendTo(this.list);var n="dropdown"==c.style;this.newelement.toggleClass("ui-selectmenu-dropdown",n).toggleClass("ui-selectmenu-popup",!n),this.list.toggleClass("ui-selectmenu-menu-dropdown ui-corner-bottom",n).toggleClass("ui-selectmenu-menu-popup ui-corner-all",!n).find("li:first").toggleClass("ui-corner-top",!n).end().find("li:last").addClass("ui-corner-bottom"),this.selectmenuIcon.toggleClass("ui-icon-triangle-1-s",n).toggleClass("ui-icon-triangle-2-n-s",!n),"dropdown"==c.style?this.list.width(c.menuWidth?c.menuWidth:c.width):this.list.width(c.menuWidth?c.menuWidth:c.width-c.handleWidth),this.list.css("height","auto");var o=this.listWrap.height(),p=a(window).height(),q=c.maxHeight?Math.min(c.maxHeight,p):p/3;o>q&&this.list.height(q),this._optionLis=this.list.find("li:not(.ui-selectmenu-group)"),this.element.attr("disabled")?this.disable():this.enable(),this._refreshValue(),this._selectedOptionLi().addClass("ui-selectmenu-item-focus"),clearTimeout(this.refreshTimeout),this.refreshTimeout=window.setTimeout(function(){b._refreshPosition()},200)},destroy:function(){this.element.removeData(this.widgetName).removeClass("ui-selectmenu-disabled ui-state-disabled").removeAttr("aria-disabled").unbind(".selectmenu"),a(window).unbind(".selectmenu-"+this.ids[0]),a(document).unbind(".selectmenu-"+this.ids[0]),this.newelementWrap.remove(),this.listWrap.remove(),this.element.unbind(".selectmenu").show(),a.Widget.prototype.destroy.apply(this,arguments)},_typeAhead:function(a,b){var c=this,d=String.fromCharCode(a).toLowerCase(),e=null,f=null;c._typeAhead_timer&&(window.clearTimeout(c._typeAhead_timer),c._typeAhead_timer=void 0),c._typeAhead_chars=(void 0===c._typeAhead_chars?"":c._typeAhead_chars).concat(d),c._typeAhead_chars.length<2||c._typeAhead_chars.substr(-2,1)===d&&c._typeAhead_cycling?(c._typeAhead_cycling=!0,e=d):(c._typeAhead_cycling=!1,e=c._typeAhead_chars);for(var g=("focus"!==b?this._selectedOptionLi().data("index"):this._focusedOptionLi().data("index"))||0,h=0;h<this._optionLis.length;h++){var i=this._optionLis.eq(h).text().substr(0,e.length).toLowerCase();if(i===e)if(c._typeAhead_cycling){if(null===f&&(f=h),h>g){f=h;break}}else f=h}null!==f&&this._optionLis.eq(f).find("a").trigger(b),c._typeAhead_timer=window.setTimeout(function(){c._typeAhead_timer=void 0,c._typeAhead_chars=void 0,c._typeAhead_cycling=void 0},c.options.typeAhead)},_uiHash:function(){var b=this.index();return{index:b,option:a("option",this.element).get(b),value:this.element[0].value}},open:function(a){if("true"!=this.newelement.attr("aria-disabled")){var b=this,c=this.options,d=this._selectedOptionLi(),e=d.find("a");b._closeOthers(a),b.newelement.addClass("ui-state-active"),b.list.attr("aria-hidden",!1),b.listWrap.addClass("ui-selectmenu-open"),"dropdown"==c.style?b.newelement.removeClass("ui-corner-all").addClass("ui-corner-top"):this.list.css("left",-5e3).scrollTop(this.list.scrollTop()+d.position().top-this.list.outerHeight()/2+d.outerHeight()/2).css("left","auto"),b._refreshPosition(),e.length&&e[0].focus(),b.isOpen=!0,b._trigger("open",a,b._uiHash())}},close:function(a,b){this.newelement.is(".ui-state-active")&&(this.newelement.removeClass("ui-state-active"),this.listWrap.removeClass("ui-selectmenu-open"),this.list.attr("aria-hidden",!0),"dropdown"==this.options.style&&this.newelement.removeClass("ui-corner-top").addClass("ui-corner-all"),b&&this.newelement.focus(),this.isOpen=!1,this._trigger("close",a,this._uiHash()))},change:function(a){this.element.trigger("change"),this._trigger("change",a,this._uiHash())},select:function(a){return this._disabled(a.currentTarget)?!1:void this._trigger("select",a,this._uiHash())},widget:function(){return this.listWrap.add(this.newelementWrap)},_closeOthers:function(b){a(".ui-selectmenu.ui-state-active").not(this.newelement).each(function(){a(this).data("selectelement").selectmenu("close",b)}),a(".ui-selectmenu.ui-state-hover").trigger("mouseout")},_toggle:function(a,b){this.isOpen?this.close(a,b):this.open(a)},_formatText:function(b,c){return this.options.format?b=this.options.format(b,c):this.options.escapeHtml&&(b=a("<div />").text(b).html()),b},_selectedIndex:function(){return this.element[0].selectedIndex},_selectedOptionLi:function(){return this._optionLis.eq(this._selectedIndex())},_focusedOptionLi:function(){return this.list.find(".ui-selectmenu-item-focus")},_moveSelection:function(a,b){if(!this.options.disabled){var c=parseInt(this._selectedOptionLi().data("index")||0,10),d=c+a;if(0>d&&(d=0),d>this._optionLis.size()-1&&(d=this._optionLis.size()-1),d===b)return!1;this._optionLis.eq(d).hasClass("ui-state-disabled")?(a>0?++a:--a,this._moveSelection(a,d)):this._optionLis.eq(d).trigger("mouseover").trigger("mouseup")}},_moveFocus:function(a,b){var c;if(isNaN(a))c=parseInt(this._optionLis.filter(a).data("index"),10);else{var d=parseInt(this._focusedOptionLi().data("index")||0,10);c=d+a}if(0>c&&(c=0),c>this._optionLis.size()-1&&(c=this._optionLis.size()-1),c===b)return!1;var e="ui-selectmenu-item-"+Math.round(1e3*Math.random());this._focusedOptionLi().find("a:eq(0)").attr("id",""),this._optionLis.eq(c).hasClass("ui-state-disabled")?(a>0?++a:--a,this._moveFocus(a,c)):this._optionLis.eq(c).find("a:eq(0)").attr("id",e).focus(),this.list.attr("aria-activedescendant",e)},_scrollPage:function(a){var b=Math.floor(this.list.outerHeight()/this._optionLis.first().outerHeight());b="up"==a?-b:b,this._moveFocus(b)},_setOption:function(a,b){this.options[a]=b,"disabled"==a&&(b&&this.close(),this.element.add(this.newelement).add(this.list)[b?"addClass":"removeClass"]("ui-selectmenu-disabled ui-state-disabled").attr("aria-disabled",b))},disable:function(a,b){"undefined"==typeof a?this._setOption("disabled",!0):"optgroup"==b?this._toggleOptgroup(a,!1):this._toggleOption(a,!1)},enable:function(a,b){"undefined"==typeof a?this._setOption("disabled",!1):"optgroup"==b?this._toggleOptgroup(a,!0):this._toggleOption(a,!0)},_disabled:function(b){return a(b).hasClass("ui-state-disabled")},_toggleOption:function(a,b){var c=this._optionLis.eq(a);c&&(c.toggleClass("ui-state-disabled",b).find("a").attr("aria-disabled",!b),b?this.element.find("option").eq(a).attr("disabled","disabled"):this.element.find("option").eq(a).removeAttr("disabled"))},_toggleOptgroup:function(a,b){var c=this.list.find("li.ui-selectmenu-group-"+a);c&&(c.toggleClass("ui-state-disabled",b).attr("aria-disabled",!b),b?this.element.find("optgroup").eq(a).attr("disabled","disabled"):this.element.find("optgroup").eq(a).removeAttr("disabled"))},index:function(b){return arguments.length?this._disabled(a(this._optionLis[b]))||b==this._selectedIndex()?!1:(this.element[0].selectedIndex=b,this._refreshValue(),this.change(),void 0):this._selectedIndex()},value:function(a){return arguments.length&&a!=this.element[0].value?(this.element[0].value=a,this._refreshValue(),this.change(),void 0):this.element[0].value},_refreshValue:function(){var a="popup"==this.options.style?" ui-state-active":"",b="ui-selectmenu-item-"+Math.round(1e3*Math.random());this.list.find(".ui-selectmenu-item-selected").removeClass("ui-selectmenu-item-selected"+a).find("a").attr("aria-selected","false").attr("id",""),this._selectedOptionLi().addClass("ui-selectmenu-item-selected"+a).find("a").attr("aria-selected","true").attr("id",b);var c=this.newelement.data("optionClasses")?this.newelement.data("optionClasses"):"",d=this._selectedOptionLi().data("optionClasses")?this._selectedOptionLi().data("optionClasses"):"";this.newelement.removeClass(c).data("optionClasses",d).addClass(d).find(".ui-selectmenu-status").html(this._selectedOptionLi().find("a:eq(0)").html()),this.list.attr("aria-activedescendant",b)},_refreshPosition:function(){var b=this.options,c={of:this.newelement,my:"left top",at:"left bottom",collision:"flip"};if("popup"==b.style){var d=this._selectedOptionLi();c.my="left top"+(this.list.offset().top-d.offset().top-(this.newelement.outerHeight()+d.outerHeight())/2),c.collision="fit"}this.listWrap.removeAttr("style").zIndex(this.element.zIndex()+2).position(a.extend(c,b.positionOptions))}})}(jQuery),function(a){var b;"function"==typeof b&&b.amd?b(["jquery"],a):a(jQuery)}(function(a){function b(a){return a}function c(a){return decodeURIComponent(a.replace(e," "))}function d(a){0===a.indexOf('"')&&(a=a.slice(1,-1).replace(/\\"/g,'"').replace(/\\\\/g,"\\"));try{return f.json?JSON.parse(a):a}catch(b){}}var e=/\+/g,f=a.cookie=function(e,g,h){if(void 0!==g){if(h=a.extend({},f.defaults,h),"number"==typeof h.expires){var i=h.expires,j=h.expires=new Date;j.setDate(j.getDate()+i)}return g=f.json?JSON.stringify(g):String(g),document.cookie=[f.raw?e:encodeURIComponent(e),"=",f.raw?g:encodeURIComponent(g),h.expires?"; expires="+h.expires.toUTCString():"",h.path?"; path="+h.path:"",h.domain?"; domain="+h.domain:"",h.secure?"; secure":""].join(""),document}for(var k=f.raw?b:c,l=document.cookie.split("; "),m=e?void 0:{},n=0,o=l.length;o>n;n++){var p=l[n].split("="),q=k(p.shift()),r=k(p.join("="));if(e&&e===q){m=d(r);break}e||(m[q]=d(r))}return m};f.defaults={},a.removeCookie=function(b,c){return void 0!==a.cookie(b)?(a.cookie(b,"",a.extend({},c,{expires:-1})),!0):!1}});
|
1 |
+
/*! event-organiser 3.7.6-0-g30a7409c 2019-03-06 23:23 */
|
2 |
var eventorganiser=eventorganiser||{};eventorganiser.versionCompare=function(a,b){if(typeof a+typeof b!="stringstring")return!1;for(var c=a.split("."),d=b.split("."),e=0,f=Math.max(c.length,d.length);f>e;e++){if(c[e]&&!d[e]&&parseInt(c[e],10)>0||parseInt(c[e],10)>parseInt(d[e],10))return 1;if(d[e]&&!c[e]&&parseInt(d[e],10)>0||parseInt(c[e],10)<parseInt(d[e],10))return-1}return 0},function(a){a(document).ready(function(){function b(){var b=a("<span class='fc-header-goto'><input type='hidden' id='miniCalendar'/></span>");return b}function c(b){a(".view-button").removeClass("nav-tab-active"),g.fullCalendar("changeView",b),a("#"+b).addClass("nav-tab-active")}function d(b){var c=b.categories;if(c){var d="<select class='eo-cal-filter' id='eo-event-cat'>";d+="<option value=''>"+b.buttonText.cat+"</option>";for(var e=0;e<c.length;e++)d+="<option class='cat-slug-"+c[e].slug+" cat' value='"+c[e].slug+"'>"+c[e].name+"</option>";return d+="</select>",a("<span class='fc-header-dropdown filter-category'></span>").append(d)}}function e(b){var c=b.venues;if(c){var d="<select class='eo-cal-filter' id='eo-event-venue'>";d+="<option value=''>"+b.buttonText.venue+"</option>";for(var e=0;e<c.length;e++)d+="<option value='"+c[e].term_id+"'>"+c[e].name+"</option>";return d+="</select>",a("<span class='fc-header-dropdown filter-venue'></span>").append(d)}}a("#eo-dialog-tabs").tabs(),a(".eo-dialog").dialog({autoOpen:!1,dialogClass:"eo-admin-calendar-dialog",width:527,modal:!0,closeText:"Close modal",draggable:!1,open:function(b,c){a(this).parent(".eo-admin-calendar-dialog").focus()}}),a(".eo-dialog").parent().find(".ui-dialog-titlebar-close").addClass("eo-ui-button"),a("#events-meta").parent().find(".ui-dialog-titlebar-close").appendTo(".ui-tabs-nav").closest(".ui-dialog").children(".ui-dialog-titlebar").remove();var f=a("#eofc_time_format").is(":checked")?"HH:mm":"h:mma",g=jQuery("#eo_admin_calendar").fullCalendar({firstDay:parseInt(EO_Ajax.startday,10),defaultDate:moment(a.cookie("eo_admin_cal_last_viewed_date")),defaultView:a.cookie("eo_admin_cal_last_view")?a.cookie("eo_admin_cal_last_view"):"month",editable:EO_Ajax.perm_edit,eventDurationEditable:!1,eventStartEditable:EO_Ajax.edit_time,durationEditable:!1,snapDuration:"00:05:00",slotDuration:"00:15:00",eventDrop:function(b,c,d,e,f,g){return b.end?void a.ajax({type:"POST",url:EO_Ajax.ajaxurl,data:{action:"eofc-edit-date",start:b.start.format("YYYY-MM-DD HH:mm:ss"),end:b.end.format("YYYY-MM-DD HH:mm:ss"),event_id:b.event_id,occurrence_id:b.occurrence_id,_wpnonce:EO_Ajax.edit_nonce},dataType:"json"}).done(function(a){a.success!==!0&&(alert(a.data.message),d())}).fail(function(a,b,c){alert("Error: "+c),d()}):(alert("Changing the event duration is not supported"),void d())},lazyFetching:"true",eventColor:"#21759B",theme:!1,customButtons:{category:d,venue:""!==EO_Ajax.venues?e:null,"goto":b},buttonText:{today:EO_Ajax.locale.today,month:EO_Ajax.locale.month,week:EO_Ajax.locale.week,day:EO_Ajax.locale.day,cat:EO_Ajax.locale.cat,venue:EO_Ajax.locale.venue,prev:"<",next:">"},monthNames:EO_Ajax.locale.monthNames,monthNamesShort:EO_Ajax.locale.monthAbbrev,dayNames:EO_Ajax.locale.dayNames,dayNamesShort:EO_Ajax.locale.dayAbbrev,isRTL:EO_Ajax.locale.isrtl,header:{left:"title",center:"category venue",right:"prev goto today next"},buttonIcons:!1,buttonui:!0,events:function(a,b,c,d){jQuery.ajax({url:EO_Ajax.ajaxurl+"?action=event-admin-cal",dataType:"JSON",data:{start:a.format("YYYY-MM-DD"),end:b.format("YYYY-MM-DD")},success:d})},categories:EO_Ajax.categories,venues:EO_Ajax.venues,selectable:!0,selectHelper:!0,eventRender:function(a,b){var c=jQuery(".filter-category .eo-cal-filter").val(),d=jQuery(".filter-venue .eo-cal-filter").val();return"undefined"!=typeof c&&""!==c&&jQuery.inArray(c,a.category)<0?"<div></div>":"undefined"!=typeof d&&""!==d&&d!=a.venue?"<div></div>":void 0},viewRender:function(b,c){var d=b.intervalStart.format("YYYY-MM-DD"),e=new Date;e=new Date(e.getTime()+6e5),a.cookie("eo_admin_cal_last_viewed_date",d,{expires:e}),a.cookie("eo_admin_cal_last_view",b.name,{expires:e})},weekMode:"variable",loading:function(a){a?jQuery("#loading").show():jQuery("#loading").hide()},timeFormat:f,axisFormat:f,eventClick:function(b,c,d){c.preventDefault(),a("#eo-dialog-tabs ul li").each(function(){var c=a(this).attr("id").substring(14);a("#eo-dialog-tabs #"+a(this).attr("id")+"-content").html(b[c])}),a("#events-meta").dialog("open")},select:function(b,c,d,e){if(EO_Ajax.perm_edit){d.preventDefault();var g=(jQuery(this)[0].calendar.options,b.format("YYYY-MM-DD")),h=b.format("HH:mm");b.hasTime()?(f="ddd, Do MMMM h:mma",allDay=0):(c.subtract(1,"minute"),f="ddd, Do MMMM",allDay=1);var i=c.format("YYYY-MM-DD"),j=c.format("HH:mm"),k=a.fullCalendar.formatRange(b,c,f);a("#eo_event_create_cal input[name='eo_event[event_title]']").val(""),a("#eo_event_create_cal input.ui-autocomplete-input").val(""),a("#eo_event_create_cal textarea[name='eo_event[event_content]']").val(""),a("#eo_event_create_cal input[name='eo_event[StartDate]']").val(g),a("#eo_event_create_cal input[name='eo_event[StartTime]']").val(h),a("#eo_event_create_cal input[name='eo_event[EndDate]']").val(i),a("#eo_event_create_cal input[name='eo_event[FinishTime]']").val(j),a("#eo_event_create_cal input[name='eo_event[allday]']").val(allDay),a("#eo_event_create_cal td#date").html(k),a("#eo_event_create_cal").dialog("open"),a("form.eo_cal input[type='submit']").removeAttr("disabled"),a("form.eo_cal input#reset").click(function(b){a("#eo_event_create_cal").dialog("close")})}}});a("#eofc_time_format").change(function(){f=a("#eofc_time_format").is(":checked")?"HH:mm":"h:mmtt",g.fullCalendar("option","timeFormat",f),a.post(ajaxurl,{action:"eofc-format-time",is24:a("#eofc_time_format").is(":checked")})}),a(".view-button").click(function(b){b.preventDefault(),c(a(this).attr("id"))}),a(window).on("keypress",function(b){if(!(a(b.target).closest(".ui-dialog").length>0)){switch(b.which){case 49:case 109:case 77:c("month");break;case 50:case 119:case 87:c("agendaWeek");break;case 51:case 100:case 68:c("agendaDay");break;case 116:case 84:g.fullCalendar("today");break;case 103:case 71:break;case 110:case 78:case 106:case 74:g.fullCalendar("next");break;case 107:case 75:case 112:case 80:g.fullCalendar("prev");break;case 63:a("#eo-keyboard-shortcuts").dialog("open");break;default:return}b.preventDefault()}}),a("#eo-keyboard-shortcuts").dialog({autoOpen:!1,dialogClass:"eo-admin-calendar-dialog",title:"Keyboard shortcuts",closeText:"Close modal",draggable:!1,modal:!0,open:function(b,c){a(this).parent(".eo-admin-calendar-dialog").focus()}}),a("#eo-keyboard-sr-shortcut").on("click",function(b){b.preventDefault(),a("#eo-keyboard-shortcuts").dialog("open")});var h=a("#adminmenumain .screen-reader-shortcut");h.length>0&&a("#eo-keyboard-sr-shortcut").insertAfter(h.last()),a("#miniCalendar").datepicker({dateFormat:"DD, d MM, yy",firstDay:parseInt(EO_Ajax.startday,10),changeMonth:!0,monthNamesShort:EO_Ajax.locale.monthAbbrev,dayNamesMin:EO_Ajax.locale.dayAbbrev,changeYear:!0,showOn:"button",buttonText:EO_Ajax.locale.gotodate,onSelect:function(a,b){g.fullCalendar("gotoDate",new Date(Date.parse(a)))}}),a("button.ui-datepicker-trigger").button().addClass("fc-button"),a.widget("ui.combobox",{_create:function(){var b=this.element.hide(),c=b.attr("id"),d=b.children(":selected"),e=d.val()?d.text():"",f=a("<span>").addClass("ui-combobox eo-venue-input").insertAfter(b),g=a('<input type="hidden" name="'+b.attr("name")+'" value="'+e+'"/>'),h=a("<input>").attr("id",c).appendTo(f).val(e).addClass("ui-combobox-input"),i={delay:0,minLength:0,source:function(b,c){h.addClass("eo-waiting"),a.getJSON(EO_Ajax.ajaxurl+"?action=eo-search-venue",b,function(b){var d=a.map(b,function(a){return a.label=a.name,a});c(d),h.removeClass("eo-waiting")})},select:function(a,b){g.val(b.item.term_id)}};h.autocomplete(i).addClass("ui-widget-content ui-corner-left"),this.element.replaceWith(g);var j=a.ui?a.ui.version||0:-1,k=eventorganiser.versionCompare(j,"1.10")>=0?"ui-autocomplete":"autocomplete";h.data(k)._renderItem=function(b,c){if(0===c.term_id)return a("<li></li>").data(k+"-item",c).append("<a>"+c.label+"</a>").appendTo(b);var d=[c.venue_address,c.venue_city,c.venue_state,c.venue_postcode,c.venue_country],e=a.grep(d,function(a){return a}).join(", "),f=eventorganiser.versionCompare(j,"1.10")>=0?"ui-autocomplete-item":"item.autocomplete";return a("<li></li>").data(f,c).append("<a>"+c.label+"</br> <span style='font-size: 0.8em'><em>"+e+"</span></em></a>").appendTo(b)};var l=a("<span>").addClass("eo-venue-combobox-buttons").appendTo(f);a("<a href='#' style='vertical-align: top;margin: 0px -1px;padding: 0px;height:26px;'>").attr("title","Show All Venues").appendTo(l).button({icons:{primary:"ui-icon-triangle-1-s"},text:!1}).removeClass("ui-corner-all").addClass("eo-ui-button ui-corner-right ui-combobox-toggle ui-combobox-button").mousedown(function(){wasOpen=h.autocomplete("widget").is(":visible")}).click(function(b){b.preventDefault(),wasOpen||(a(this).blur(),h.autocomplete("search","").focus())})}}),a("#venue_select").combobox(),a(".eo-cal-filter").change(function(){g.fullCalendar("rerenderEvents")}),a(".filter-venue .eo-cal-filter").selectmenu({wrapperElement:"<span class='fc-header-filter'></span>"}),a(".filter-category .eo-cal-filter").selectmenu({wrapperElement:"<span class='fc-header-filter'></span>",icons:[{find:".cat"}]});var i=a("#eo-event-venue-button").width()+30;a("#eo-event-venue-button").width(i+"px"),a("#eo-event-venue-menu").width(i+"px");var j=a("#eo-event-cat-button").width()+30;a("#eo-event-cat-button").width(j+"px"),a("#eo-event-cat-menu").width(j+"px")})}(jQuery),function(a){a.widget("ui.selectmenu",{options:{appendTo:"body",typeAhead:1e3,style:"dropdown",positionOptions:null,width:null,menuWidth:null,handleWidth:26,maxHeight:null,icons:null,format:null,escapeHtml:!1,bgImage:function(){}},_create:function(){var b=this,c=this.options,d=a.ui?a.ui.version||0:-1,e=eventorganiser.versionCompare(d,"1.9")>=0?this.element.uniqueId().attr("id"):this.element.attr("id")||"ui-selectmenu-"+Math.random().toString(16).slice(2,10);this.ids=[e,e+"-button",e+"-menu"],this._safemouseup=!0,this.isOpen=!1,this.newelement=a("<a />",{"class":"ui-selectmenu ui-widget ui-state-default ui-corner-all",id:this.ids[1],role:"button",href:"#nogo",tabindex:this.element.attr("disabled")?1:0,"aria-haspopup":!0,"aria-owns":this.ids[2]}),this.newelementWrap=a("<span />").append(this.newelement).insertAfter(this.element);var f=this.element.attr("tabindex");f&&this.newelement.attr("tabindex",f),this.newelement.data("selectelement",this.element),this.selectmenuIcon=a('<span class="ui-selectmenu-icon ui-icon"></span>').prependTo(this.newelement),this.newelement.prepend('<span class="ui-selectmenu-status" />'),this.element.bind({"click.selectmenu":function(a){b.newelement.focus(),a.preventDefault()}}),this.newelement.bind("mousedown.selectmenu",function(a){b._toggle(a,!0),"popup"==c.style&&(b._safemouseup=!1,setTimeout(function(){b._safemouseup=!0},300)),a.preventDefault()}).bind("click.selectmenu",function(a){a.preventDefault()}).bind("keydown.selectmenu",function(c){var d=!1;switch(c.keyCode){case a.ui.keyCode.ENTER:d=!0;break;case a.ui.keyCode.SPACE:b._toggle(c);break;case a.ui.keyCode.UP:c.altKey?b.open(c):b._moveSelection(-1);break;case a.ui.keyCode.DOWN:c.altKey?b.open(c):b._moveSelection(1);break;case a.ui.keyCode.LEFT:b._moveSelection(-1);break;case a.ui.keyCode.RIGHT:b._moveSelection(1);break;case a.ui.keyCode.TAB:d=!0;break;case a.ui.keyCode.PAGE_UP:case a.ui.keyCode.HOME:b.index(0);break;case a.ui.keyCode.PAGE_DOWN:case a.ui.keyCode.END:b.index(b._optionLis.length);break;default:d=!0}return d}).bind("keypress.selectmenu",function(a){return a.which>0&&b._typeAhead(a.which,"mouseup"),!0}).bind("mouseover.selectmenu",function(){c.disabled||a(this).addClass("ui-state-hover")}).bind("mouseout.selectmenu",function(){c.disabled||a(this).removeClass("ui-state-hover")}).bind("focus.selectmenu",function(){c.disabled||a(this).addClass("ui-state-focus")}).bind("blur.selectmenu",function(){c.disabled||a(this).removeClass("ui-state-focus")}),a(document).bind("mousedown.selectmenu-"+this.ids[0],function(c){b.isOpen&&!a(c.target).closest("#"+b.ids[1]).length&&b.close(c)}),this.element.bind("click.selectmenu",function(){b._refreshValue()}).bind("focus.selectmenu",function(){b.newelement&&b.newelement[0].focus()}),c.width||(c.width=this.element.outerWidth()),this.newelement.width(c.width),this.element.hide(),this.list=a("<ul />",{"class":"ui-widget ui-widget-content","aria-hidden":!0,role:"listbox","aria-labelledby":this.ids[1],id:this.ids[2]}),this.listWrap=a("<div />",{"class":"ui-selectmenu-menu"}).append(this.list).appendTo(c.appendTo),this.list.bind("keydown.selectmenu",function(c){var d=!1;switch(c.keyCode){case a.ui.keyCode.UP:c.altKey?b.close(c,!0):b._moveFocus(-1);break;case a.ui.keyCode.DOWN:c.altKey?b.close(c,!0):b._moveFocus(1);break;case a.ui.keyCode.LEFT:b._moveFocus(-1);break;case a.ui.keyCode.RIGHT:b._moveFocus(1);break;case a.ui.keyCode.HOME:b._moveFocus(":first");break;case a.ui.keyCode.PAGE_UP:b._scrollPage("up");break;case a.ui.keyCode.PAGE_DOWN:b._scrollPage("down");break;case a.ui.keyCode.END:b._moveFocus(":last");break;case a.ui.keyCode.ENTER:case a.ui.keyCode.SPACE:b.close(c,!0),a(c.target).parents("li:eq(0)").trigger("mouseup");break;case a.ui.keyCode.TAB:d=!0,b.close(c,!0),a(c.target).parents("li:eq(0)").trigger("mouseup");break;case a.ui.keyCode.ESCAPE:b.close(c,!0);break;default:d=!0}return d}).bind("keypress.selectmenu",function(a){return a.which>0&&b._typeAhead(a.which,"focus"),!0}).bind("mousedown.selectmenu mouseup.selectmenu",function(){return!1}),a(window).bind("resize.selectmenu-"+this.ids[0],a.proxy(b.close,this))},_init:function(){var b=this,c=this.options,d=[];this.element.find("option").each(function(){var e=a(this);d.push({value:e.attr("value"),text:b._formatText(e.text(),e),selected:e.attr("selected"),disabled:e.attr("disabled"),classes:e.attr("class"),typeahead:e.attr("typeahead"),parentOptGroup:e.parent("optgroup"),bgImage:c.bgImage.call(e)})});var e="popup"==b.options.style?" ui-state-active":"";if(this.list.html(""),d.length)for(var f=0;f<d.length;f++){var g={role:"presentation"};d[f].disabled&&(g["class"]="ui-state-disabled");var h={html:d[f].text||" ",href:"#nogo",tabindex:-1,role:"option","aria-selected":!1};d[f].disabled&&(h["aria-disabled"]=d[f].disabled),d[f].typeahead&&(h.typeahead=d[f].typeahead);var i=a("<a/>",h).bind("focus.selectmenu",function(){a(this).parent().mouseover()}).bind("blur.selectmenu",function(){a(this).parent().mouseout()}),j=a("<li/>",g).append(i).data("index",f).addClass(d[f].classes).data("optionClasses",d[f].classes||"").bind("mouseup.selectmenu",function(c){return!b._safemouseup||b._disabled(c.currentTarget)||b._disabled(a(c.currentTarget).parents("ul > li.ui-selectmenu-group "))||(b.index(a(this).data("index")),b.select(c),b.close(c,!0)),!1}).bind("click.selectmenu",function(){return!1}).bind("mouseover.selectmenu",function(c){a(this).hasClass("ui-state-disabled")||a(this).parent("ul").parent("li").hasClass("ui-state-disabled")||(c.optionValue=b.element[0].options[a(this).data("index")].value,b._trigger("hover",c,b._uiHash()),b._selectedOptionLi().addClass(e),b._focusedOptionLi().removeClass("ui-selectmenu-item-focus ui-state-hover"),a(this).removeClass("ui-state-active").addClass("ui-selectmenu-item-focus ui-state-hover"))}).bind("mouseout.selectmenu",function(c){a(this).is(b._selectedOptionLi())&&a(this).addClass(e),c.optionValue=b.element[0].options[a(this).data("index")].value,b._trigger("blur",c,b._uiHash()),a(this).removeClass("ui-selectmenu-item-focus ui-state-hover")});if(d[f].parentOptGroup.length){var k="ui-selectmenu-group-"+this.element.find("optgroup").index(d[f].parentOptGroup);this.list.find("li."+k).length?this.list.find("li."+k+":last ul").append(j):a('<li role="presentation" class="ui-selectmenu-group '+k+(d[f].parentOptGroup.attr("disabled")?' ui-state-disabled" aria-disabled="true"':'"')+'><span class="ui-selectmenu-group-label">'+d[f].parentOptGroup.attr("label")+"</span><ul></ul></li>").appendTo(this.list).find("ul").append(j)}else j.appendTo(this.list);if(c.icons)for(var l in c.icons)if(j.is(c.icons[l].find)){j.data("optionClasses",d[f].classes+" ui-selectmenu-hasIcon").addClass("ui-selectmenu-hasIcon");var m=c.icons[l].icon||"";j.find("a:eq(0)").prepend('<span class="ui-selectmenu-item-icon ui-icon '+m+'"></span>'),d[f].bgImage&&j.find("span").css("background-image",d[f].bgImage)}}else a(' <li role="presentation"><a href="#nogo" tabindex="-1" role="option"></a></li>').appendTo(this.list);var n="dropdown"==c.style;this.newelement.toggleClass("ui-selectmenu-dropdown",n).toggleClass("ui-selectmenu-popup",!n),this.list.toggleClass("ui-selectmenu-menu-dropdown ui-corner-bottom",n).toggleClass("ui-selectmenu-menu-popup ui-corner-all",!n).find("li:first").toggleClass("ui-corner-top",!n).end().find("li:last").addClass("ui-corner-bottom"),this.selectmenuIcon.toggleClass("ui-icon-triangle-1-s",n).toggleClass("ui-icon-triangle-2-n-s",!n),"dropdown"==c.style?this.list.width(c.menuWidth?c.menuWidth:c.width):this.list.width(c.menuWidth?c.menuWidth:c.width-c.handleWidth),this.list.css("height","auto");var o=this.listWrap.height(),p=a(window).height(),q=c.maxHeight?Math.min(c.maxHeight,p):p/3;o>q&&this.list.height(q),this._optionLis=this.list.find("li:not(.ui-selectmenu-group)"),this.element.attr("disabled")?this.disable():this.enable(),this._refreshValue(),this._selectedOptionLi().addClass("ui-selectmenu-item-focus"),clearTimeout(this.refreshTimeout),this.refreshTimeout=window.setTimeout(function(){b._refreshPosition()},200)},destroy:function(){this.element.removeData(this.widgetName).removeClass("ui-selectmenu-disabled ui-state-disabled").removeAttr("aria-disabled").unbind(".selectmenu"),a(window).unbind(".selectmenu-"+this.ids[0]),a(document).unbind(".selectmenu-"+this.ids[0]),this.newelementWrap.remove(),this.listWrap.remove(),this.element.unbind(".selectmenu").show(),a.Widget.prototype.destroy.apply(this,arguments)},_typeAhead:function(a,b){var c=this,d=String.fromCharCode(a).toLowerCase(),e=null,f=null;c._typeAhead_timer&&(window.clearTimeout(c._typeAhead_timer),c._typeAhead_timer=void 0),c._typeAhead_chars=(void 0===c._typeAhead_chars?"":c._typeAhead_chars).concat(d),c._typeAhead_chars.length<2||c._typeAhead_chars.substr(-2,1)===d&&c._typeAhead_cycling?(c._typeAhead_cycling=!0,e=d):(c._typeAhead_cycling=!1,e=c._typeAhead_chars);for(var g=("focus"!==b?this._selectedOptionLi().data("index"):this._focusedOptionLi().data("index"))||0,h=0;h<this._optionLis.length;h++){var i=this._optionLis.eq(h).text().substr(0,e.length).toLowerCase();if(i===e)if(c._typeAhead_cycling){if(null===f&&(f=h),h>g){f=h;break}}else f=h}null!==f&&this._optionLis.eq(f).find("a").trigger(b),c._typeAhead_timer=window.setTimeout(function(){c._typeAhead_timer=void 0,c._typeAhead_chars=void 0,c._typeAhead_cycling=void 0},c.options.typeAhead)},_uiHash:function(){var b=this.index();return{index:b,option:a("option",this.element).get(b),value:this.element[0].value}},open:function(a){if("true"!=this.newelement.attr("aria-disabled")){var b=this,c=this.options,d=this._selectedOptionLi(),e=d.find("a");b._closeOthers(a),b.newelement.addClass("ui-state-active"),b.list.attr("aria-hidden",!1),b.listWrap.addClass("ui-selectmenu-open"),"dropdown"==c.style?b.newelement.removeClass("ui-corner-all").addClass("ui-corner-top"):this.list.css("left",-5e3).scrollTop(this.list.scrollTop()+d.position().top-this.list.outerHeight()/2+d.outerHeight()/2).css("left","auto"),b._refreshPosition(),e.length&&e[0].focus(),b.isOpen=!0,b._trigger("open",a,b._uiHash())}},close:function(a,b){this.newelement.is(".ui-state-active")&&(this.newelement.removeClass("ui-state-active"),this.listWrap.removeClass("ui-selectmenu-open"),this.list.attr("aria-hidden",!0),"dropdown"==this.options.style&&this.newelement.removeClass("ui-corner-top").addClass("ui-corner-all"),b&&this.newelement.focus(),this.isOpen=!1,this._trigger("close",a,this._uiHash()))},change:function(a){this.element.trigger("change"),this._trigger("change",a,this._uiHash())},select:function(a){return this._disabled(a.currentTarget)?!1:void this._trigger("select",a,this._uiHash())},widget:function(){return this.listWrap.add(this.newelementWrap)},_closeOthers:function(b){a(".ui-selectmenu.ui-state-active").not(this.newelement).each(function(){a(this).data("selectelement").selectmenu("close",b)}),a(".ui-selectmenu.ui-state-hover").trigger("mouseout")},_toggle:function(a,b){this.isOpen?this.close(a,b):this.open(a)},_formatText:function(b,c){return this.options.format?b=this.options.format(b,c):this.options.escapeHtml&&(b=a("<div />").text(b).html()),b},_selectedIndex:function(){return this.element[0].selectedIndex},_selectedOptionLi:function(){return this._optionLis.eq(this._selectedIndex())},_focusedOptionLi:function(){return this.list.find(".ui-selectmenu-item-focus")},_moveSelection:function(a,b){if(!this.options.disabled){var c=parseInt(this._selectedOptionLi().data("index")||0,10),d=c+a;if(0>d&&(d=0),d>this._optionLis.size()-1&&(d=this._optionLis.size()-1),d===b)return!1;this._optionLis.eq(d).hasClass("ui-state-disabled")?(a>0?++a:--a,this._moveSelection(a,d)):this._optionLis.eq(d).trigger("mouseover").trigger("mouseup")}},_moveFocus:function(a,b){var c;if(isNaN(a))c=parseInt(this._optionLis.filter(a).data("index"),10);else{var d=parseInt(this._focusedOptionLi().data("index")||0,10);c=d+a}if(0>c&&(c=0),c>this._optionLis.size()-1&&(c=this._optionLis.size()-1),c===b)return!1;var e="ui-selectmenu-item-"+Math.round(1e3*Math.random());this._focusedOptionLi().find("a:eq(0)").attr("id",""),this._optionLis.eq(c).hasClass("ui-state-disabled")?(a>0?++a:--a,this._moveFocus(a,c)):this._optionLis.eq(c).find("a:eq(0)").attr("id",e).focus(),this.list.attr("aria-activedescendant",e)},_scrollPage:function(a){var b=Math.floor(this.list.outerHeight()/this._optionLis.first().outerHeight());b="up"==a?-b:b,this._moveFocus(b)},_setOption:function(a,b){this.options[a]=b,"disabled"==a&&(b&&this.close(),this.element.add(this.newelement).add(this.list)[b?"addClass":"removeClass"]("ui-selectmenu-disabled ui-state-disabled").attr("aria-disabled",b))},disable:function(a,b){"undefined"==typeof a?this._setOption("disabled",!0):"optgroup"==b?this._toggleOptgroup(a,!1):this._toggleOption(a,!1)},enable:function(a,b){"undefined"==typeof a?this._setOption("disabled",!1):"optgroup"==b?this._toggleOptgroup(a,!0):this._toggleOption(a,!0)},_disabled:function(b){return a(b).hasClass("ui-state-disabled")},_toggleOption:function(a,b){var c=this._optionLis.eq(a);c&&(c.toggleClass("ui-state-disabled",b).find("a").attr("aria-disabled",!b),b?this.element.find("option").eq(a).attr("disabled","disabled"):this.element.find("option").eq(a).removeAttr("disabled"))},_toggleOptgroup:function(a,b){var c=this.list.find("li.ui-selectmenu-group-"+a);c&&(c.toggleClass("ui-state-disabled",b).attr("aria-disabled",!b),b?this.element.find("optgroup").eq(a).attr("disabled","disabled"):this.element.find("optgroup").eq(a).removeAttr("disabled"))},index:function(b){return arguments.length?this._disabled(a(this._optionLis[b]))||b==this._selectedIndex()?!1:(this.element[0].selectedIndex=b,this._refreshValue(),this.change(),void 0):this._selectedIndex()},value:function(a){return arguments.length&&a!=this.element[0].value?(this.element[0].value=a,this._refreshValue(),this.change(),void 0):this.element[0].value},_refreshValue:function(){var a="popup"==this.options.style?" ui-state-active":"",b="ui-selectmenu-item-"+Math.round(1e3*Math.random());this.list.find(".ui-selectmenu-item-selected").removeClass("ui-selectmenu-item-selected"+a).find("a").attr("aria-selected","false").attr("id",""),this._selectedOptionLi().addClass("ui-selectmenu-item-selected"+a).find("a").attr("aria-selected","true").attr("id",b);var c=this.newelement.data("optionClasses")?this.newelement.data("optionClasses"):"",d=this._selectedOptionLi().data("optionClasses")?this._selectedOptionLi().data("optionClasses"):"";this.newelement.removeClass(c).data("optionClasses",d).addClass(d).find(".ui-selectmenu-status").html(this._selectedOptionLi().find("a:eq(0)").html()),this.list.attr("aria-activedescendant",b)},_refreshPosition:function(){var b=this.options,c={of:this.newelement,my:"left top",at:"left bottom",collision:"flip"};if("popup"==b.style){var d=this._selectedOptionLi();c.my="left top"+(this.list.offset().top-d.offset().top-(this.newelement.outerHeight()+d.outerHeight())/2),c.collision="fit"}this.listWrap.removeAttr("style").zIndex(this.element.zIndex()+2).position(a.extend(c,b.positionOptions))}})}(jQuery),function(a){var b;"function"==typeof b&&b.amd?b(["jquery"],a):a(jQuery)}(function(a){function b(a){return a}function c(a){return decodeURIComponent(a.replace(e," "))}function d(a){0===a.indexOf('"')&&(a=a.slice(1,-1).replace(/\\"/g,'"').replace(/\\\\/g,"\\"));try{return f.json?JSON.parse(a):a}catch(b){}}var e=/\+/g,f=a.cookie=function(e,g,h){if(void 0!==g){if(h=a.extend({},f.defaults,h),"number"==typeof h.expires){var i=h.expires,j=h.expires=new Date;j.setDate(j.getDate()+i)}return g=f.json?JSON.stringify(g):String(g),document.cookie=[f.raw?e:encodeURIComponent(e),"=",f.raw?g:encodeURIComponent(g),h.expires?"; expires="+h.expires.toUTCString():"",h.path?"; path="+h.path:"",h.domain?"; domain="+h.domain:"",h.secure?"; secure":""].join(""),document}for(var k=f.raw?b:c,l=document.cookie.split("; "),m=e?void 0:{},n=0,o=l.length;o>n;n++){var p=l[n].split("="),q=k(p.shift()),r=k(p.join("="));if(e&&e===q){m=d(r);break}e||(m[q]=d(r))}return m};f.defaults={},a.removeCookie=function(b,c){return void 0!==a.cookie(b)?(a.cookie(b,"",a.extend({},c,{expires:-1})),!0):!1}});
|
js/edit-event-controller.min.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
/*! event-organiser 3.7.
|
2 |
var eventorganiser=eventorganiser||{};eventorganiser.versionCompare=function(a,b){if(typeof a+typeof b!="stringstring")return!1;for(var c=a.split("."),d=b.split("."),e=Math.max(c.length,d.length),f=0;e>f;f++){if(c[f]&&!d[f]&&parseInt(c[f],10)>0||parseInt(c[f],10)>parseInt(d[f],10))return 1;if(d[f]&&!c[f]&&parseInt(d[f],10)>0||parseInt(c[f],10)<parseInt(d[f],10))return-1}return 0},jQuery(document).ready(function(a){var b;eventOrganiserSchedulePicker.init({views:{start_date:"#eo-start-date",start_time:"#eo-start-time",end_date:"#eo-end-date",end_time:"#eo-end-time",occurrence_picker:"#eo-occurrence-datepicker",occurrence_picker_toggle:".eo_occurrence_toggle",schedule_last_date:"#eo-schedule-last-date",schedule:"#eo-event-recurrence",is_all_day:"#eo-all-day",frequency:"#eo-recurrence-frequency",week_repeat:"#eo-day-of-week-repeat",month_repeat:"#eo-day-of-month-repeat",recurrence_section:".reocurrence_row",include:"#eo-occurrence-includes",exclude:"#eo-occurrence-excludes",schedule_span:"#eo-recurrence-schedule-label",summary:"#eo-event-summary"},format:EO_Ajax_Event.format,is24hour:Boolean(EO_Ajax_Event.is24hour),startday:EO_Ajax_Event.startday,schedule:window.eventOrganiserSchedule,locale:EO_Ajax_Event.locale,editable:"once"==a("#eo-event-recurrence").val()}),a("#eo-event-recurrring-notice").click(function(){window.eventOrganiserSchedulePicker.options.editable=a("#eo-event-recurrring-notice").is(":checked"),window.eventOrganiserSchedulePicker.update_form()}),eovenue.init_map("venuemap",{lat:a("#eo_venue_Lat").val(),lng:a("#eo_venue_Lng").val(),draggable:!1,onPositionchanged:function(a){a.target.latlng.lat+", "+a.target.latlng.lng;jQuery("#eo_venue_Lat").val(a.target.latlng.lat),jQuery("#eo_venue_Lng").val(a.target.latlng.lng),a.target.map.setCenter(a.target.latlng),a.target.map.setZoom(15)}}),a.widget("ui.combobox",{_create:function(){var c=this.element.hide(),d=c.attr("id"),e=c.children(":selected"),f=e.val()?e.text():"",g=a("<span>").addClass("ui-combobox eo-venue-input").insertAfter(c),h=a('<input type="hidden" name="'+c.attr("name")+'" value="'+e.val()+'"/>'),i=a("<input>").attr("id",d).appendTo(g).val(f).addClass("ui-combobox-input"),j={delay:0,minLength:0,source:function(b,c){i.addClass("eo-waiting"),a.getJSON(EO_Ajax_Event.ajaxurl+"?action=eo-search-venue",b,function(b){var d=a.map(b,function(a){return a.label=a.name,a});c(d),i.removeClass("eo-waiting")})},select:function(b,c){a(".venue_row").length>0&&(0===parseInt(c.item.term_id,10)?(a(".venue_row").hide(),a("#eventorganiser_detail .eo-add-new-venue").hide()):(a(".venue_row").show(),a("#eventorganiser_detail .eo-add-new-venue").hide()),eovenue.get_map("venuemap").marker[0].setPosition({lat:c.item.venue_lat,lng:c.item.venue_lng})),h.val(c.item.term_id)}};i.autocomplete(j).addClass("ui-widget-content ui-corner-left"),this.element.replaceWith(h);var k=a.ui?a.ui.version||0:-1,l=eventorganiser.versionCompare(k,"1.10")>=0?"ui-autocomplete":"autocomplete";i.data(l)._renderItem=function(b,c){if(0===parseInt(c.term_id,10))return a("<li></li>").data(l+"-item",c).append("<a>"+c.label+"</a>").appendTo(b);var d=[c.venue_address,c.venue_city,c.venue_state,c.venue_postcode,c.venue_country],e=a.grep(d,function(a){return a}).join(", "),f=eventorganiser.versionCompare(k,"1.10")>=0?"ui-autocomplete-item":"item.autocomplete";return a("<li></li>").data(f,c).append("<a>"+c.label+"</br> <span style='font-size: 0.8em'><em>"+e+"</span></em></a>").appendTo(b)};var m=a("<span>").addClass("eo-venue-combobox-buttons").appendTo(g);a("<a href='#' style='vertical-align: top;margin: 0px -1px;padding: 0px;height:27px;'>").attr("title","Show All Venues").appendTo(m).button({icons:{primary:"ui-icon-triangle-1-s"},text:!1}).removeClass("ui-corner-all").addClass("eo-ui-button ui-corner-right ui-combobox-toggle ui-combobox-button").mousedown(function(){wasOpen=i.autocomplete("widget").is(":visible")}).click(function(b){b.preventDefault(),wasOpen||(a(this).blur(),i.autocomplete("search","").focus())}),EO_Ajax_Event.current_user_can.manage_venues&&a("<a href='#' style='vertical-align: top;margin: 0px -1px;padding: 0px;height:27px;'>").attr("title","Create New Venue").appendTo(m).button({icons:{primary:"ui-icon-plus"},text:!1}).removeClass("ui-corner-all").addClass("eo-ui-button ui-corner-right add-new-venue ui-combobox-button").click(function(c){c.preventDefault(),a("#eventorganiser_detail .eo-add-new-venue").show(),a(".venue_row").show(),b={id:a("[name='eo_input[event-venue]']").val(),label:a(".eo-venue-input input").val(),lat:a("#eo_venue_Lat").val(),lng:a("#eo_venue_Lng").val()},a("[name='eo_input[event-venue]']").val(0),a(".eo-venue-combobox-select").hide(),a(".eo-venue-input input").val("");var d=EO_Ajax_Event.location;d?(d=d.split("/"),eovenue.geocode({city:d[d.length-1]},function(a){a&&eovenue.get_map("venuemap").marker[0].setPosition(a)})):(eovenue.get_map("venuemap").marker[0].setPosition({lat:0,lng:0}),eovenue.get_map("venuemap").map.setZoom(1)),a("#eventorganiser_detail .eo-add-new-venue input").first().focus()})}}),a("#venue_select").combobox(),a(".eo_addressInput").change(function(){var b={};a(".eo_addressInput").each(function(){var c=a(this).attr("id").replace("eo_venue_add-","");b[c]=a(this).val()}),eovenue.geocode(b,function(a){a&&eovenue.get_map("venuemap").marker[0].setPosition(a)})}),a(".eo-add-new-venue-cancel").click(function(c){c.preventDefault(),a(".eo-venue-combobox-select").show().find("input:visible").first().focus(),a(".eo-add-new-venue input").val(""),eovenue.get_map("venuemap").marker[0].setPosition({lat:b.lat,lng:b.lng}),a("[name='eo_input[event-venue]']").val(b.id),a(".eo-venue-input input").val(b.label),a("#eventorganiser_detail .eo-add-new-venue").hide()})});
|
1 |
+
/*! event-organiser 3.7.6-0-g30a7409c 2019-03-06 23:23 */
|
2 |
var eventorganiser=eventorganiser||{};eventorganiser.versionCompare=function(a,b){if(typeof a+typeof b!="stringstring")return!1;for(var c=a.split("."),d=b.split("."),e=Math.max(c.length,d.length),f=0;e>f;f++){if(c[f]&&!d[f]&&parseInt(c[f],10)>0||parseInt(c[f],10)>parseInt(d[f],10))return 1;if(d[f]&&!c[f]&&parseInt(d[f],10)>0||parseInt(c[f],10)<parseInt(d[f],10))return-1}return 0},jQuery(document).ready(function(a){var b;eventOrganiserSchedulePicker.init({views:{start_date:"#eo-start-date",start_time:"#eo-start-time",end_date:"#eo-end-date",end_time:"#eo-end-time",occurrence_picker:"#eo-occurrence-datepicker",occurrence_picker_toggle:".eo_occurrence_toggle",schedule_last_date:"#eo-schedule-last-date",schedule:"#eo-event-recurrence",is_all_day:"#eo-all-day",frequency:"#eo-recurrence-frequency",week_repeat:"#eo-day-of-week-repeat",month_repeat:"#eo-day-of-month-repeat",recurrence_section:".reocurrence_row",include:"#eo-occurrence-includes",exclude:"#eo-occurrence-excludes",schedule_span:"#eo-recurrence-schedule-label",summary:"#eo-event-summary"},format:EO_Ajax_Event.format,is24hour:Boolean(EO_Ajax_Event.is24hour),startday:EO_Ajax_Event.startday,schedule:window.eventOrganiserSchedule,locale:EO_Ajax_Event.locale,editable:"once"==a("#eo-event-recurrence").val()}),a("#eo-event-recurrring-notice").click(function(){window.eventOrganiserSchedulePicker.options.editable=a("#eo-event-recurrring-notice").is(":checked"),window.eventOrganiserSchedulePicker.update_form()}),eovenue.init_map("venuemap",{lat:a("#eo_venue_Lat").val(),lng:a("#eo_venue_Lng").val(),draggable:!1,onPositionchanged:function(a){a.target.latlng.lat+", "+a.target.latlng.lng;jQuery("#eo_venue_Lat").val(a.target.latlng.lat),jQuery("#eo_venue_Lng").val(a.target.latlng.lng),a.target.map.setCenter(a.target.latlng),a.target.map.setZoom(15)}}),a.widget("ui.combobox",{_create:function(){var c=this.element.hide(),d=c.attr("id"),e=c.children(":selected"),f=e.val()?e.text():"",g=a("<span>").addClass("ui-combobox eo-venue-input").insertAfter(c),h=a('<input type="hidden" name="'+c.attr("name")+'" value="'+e.val()+'"/>'),i=a("<input>").attr("id",d).appendTo(g).val(f).addClass("ui-combobox-input"),j={delay:0,minLength:0,source:function(b,c){i.addClass("eo-waiting"),a.getJSON(EO_Ajax_Event.ajaxurl+"?action=eo-search-venue",b,function(b){var d=a.map(b,function(a){return a.label=a.name,a});c(d),i.removeClass("eo-waiting")})},select:function(b,c){a(".venue_row").length>0&&(0===parseInt(c.item.term_id,10)?(a(".venue_row").hide(),a("#eventorganiser_detail .eo-add-new-venue").hide()):(a(".venue_row").show(),a("#eventorganiser_detail .eo-add-new-venue").hide()),eovenue.get_map("venuemap").marker[0].setPosition({lat:c.item.venue_lat,lng:c.item.venue_lng})),h.val(c.item.term_id)}};i.autocomplete(j).addClass("ui-widget-content ui-corner-left"),this.element.replaceWith(h);var k=a.ui?a.ui.version||0:-1,l=eventorganiser.versionCompare(k,"1.10")>=0?"ui-autocomplete":"autocomplete";i.data(l)._renderItem=function(b,c){if(0===parseInt(c.term_id,10))return a("<li></li>").data(l+"-item",c).append("<a>"+c.label+"</a>").appendTo(b);var d=[c.venue_address,c.venue_city,c.venue_state,c.venue_postcode,c.venue_country],e=a.grep(d,function(a){return a}).join(", "),f=eventorganiser.versionCompare(k,"1.10")>=0?"ui-autocomplete-item":"item.autocomplete";return a("<li></li>").data(f,c).append("<a>"+c.label+"</br> <span style='font-size: 0.8em'><em>"+e+"</span></em></a>").appendTo(b)};var m=a("<span>").addClass("eo-venue-combobox-buttons").appendTo(g);a("<a href='#' style='vertical-align: top;margin: 0px -1px;padding: 0px;height:27px;'>").attr("title","Show All Venues").appendTo(m).button({icons:{primary:"ui-icon-triangle-1-s"},text:!1}).removeClass("ui-corner-all").addClass("eo-ui-button ui-corner-right ui-combobox-toggle ui-combobox-button").mousedown(function(){wasOpen=i.autocomplete("widget").is(":visible")}).click(function(b){b.preventDefault(),wasOpen||(a(this).blur(),i.autocomplete("search","").focus())}),EO_Ajax_Event.current_user_can.manage_venues&&a("<a href='#' style='vertical-align: top;margin: 0px -1px;padding: 0px;height:27px;'>").attr("title","Create New Venue").appendTo(m).button({icons:{primary:"ui-icon-plus"},text:!1}).removeClass("ui-corner-all").addClass("eo-ui-button ui-corner-right add-new-venue ui-combobox-button").click(function(c){c.preventDefault(),a("#eventorganiser_detail .eo-add-new-venue").show(),a(".venue_row").show(),b={id:a("[name='eo_input[event-venue]']").val(),label:a(".eo-venue-input input").val(),lat:a("#eo_venue_Lat").val(),lng:a("#eo_venue_Lng").val()},a("[name='eo_input[event-venue]']").val(0),a(".eo-venue-combobox-select").hide(),a(".eo-venue-input input").val("");var d=EO_Ajax_Event.location;d?(d=d.split("/"),eovenue.geocode({city:d[d.length-1]},function(a){a&&eovenue.get_map("venuemap").marker[0].setPosition(a)})):(eovenue.get_map("venuemap").marker[0].setPosition({lat:0,lng:0}),eovenue.get_map("venuemap").map.setZoom(1)),a("#eventorganiser_detail .eo-add-new-venue input").first().focus()})}}),a("#venue_select").combobox(),a(".eo_addressInput").change(function(){var b={};a(".eo_addressInput").each(function(){var c=a(this).attr("id").replace("eo_venue_add-","");b[c]=a(this).val()}),eovenue.geocode(b,function(a){a&&eovenue.get_map("venuemap").marker[0].setPosition(a)})}),a(".eo-add-new-venue-cancel").click(function(c){c.preventDefault(),a(".eo-venue-combobox-select").show().find("input:visible").first().focus(),a(".eo-add-new-venue input").val(""),eovenue.get_map("venuemap").marker[0].setPosition({lat:b.lat,lng:b.lng}),a("[name='eo_input[event-venue]']").val(b.id),a(".eo-venue-input input").val(b.label),a("#eventorganiser_detail .eo-add-new-venue").hide()})});
|
js/event-manager.min.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
/*! event-organiser 3.7.
|
2 |
!function(a,b){"use strict";if("undefined"==typeof a.wp||"undefined"==typeof a.wp.hooks){var c=function(){function a(a,b,c,d){return"string"==typeof a&&"function"==typeof b&&(c=parseInt(c||10,10),h("actions",a,b,c,d)),k}function b(){var a=Array.prototype.slice.call(arguments),b=a.shift();return"string"==typeof b&&j("actions",b,a),k}function c(a,b){return"string"==typeof a&&g("actions",a,b),k}function d(a,b,c,d){return"string"==typeof a&&"function"==typeof b&&(c=parseInt(c||10,10),h("filters",a,b,c)),k}function e(){var a=Array.prototype.slice.call(arguments),b=a.shift();return"string"==typeof b?j("filters",b,a):k}function f(a,b){return"string"==typeof a&&g("filters",a,b),k}function g(a,b,c,d){if(l[a][b])if(c){var e,f=l[a][b];if(d)for(e=f.length;e--;){var g=f[e];g.callback===c&&g.context===d&&f.splice(e,1)}else for(e=f.length;e--;)f[e].callback===c&&f.splice(e,1)}else l[a][b]=[]}function h(a,b,c,d,e){var f={callback:c,priority:d,context:e},g=l[a][b];g?(g.push(f),g=i(g)):g=[f],l[a][b]=g}function i(a){for(var b,c,d,e=1,f=a.length;f>e;e++){for(b=a[e],c=e;(d=a[c-1])&&d.priority>b.priority;)a[c]=a[c-1],--c;a[c]=b}return a}function j(a,b,c){var d=l[a][b];if(!d)return"filters"===a?c[0]:!1;var e=0,f=d.length;if("filters"===a)for(;f>e;e++)c[0]=d[e].callback.apply(d[e].context,c);else for(;f>e;e++)d[e].callback.apply(d[e].context,c);return"filters"===a?c[0]:!0}var k={removeFilter:f,applyFilters:e,applyFilter:e,addFilter:d,removeAction:c,doAction:b,addAction:a},l={actions:{},filters:{}};return k};a.wp=a.wp||{},a.wp.hooks=new c}}(window);
|
1 |
+
/*! event-organiser 3.7.6-0-g30a7409c 2019-03-06 23:23 */
|
2 |
!function(a,b){"use strict";if("undefined"==typeof a.wp||"undefined"==typeof a.wp.hooks){var c=function(){function a(a,b,c,d){return"string"==typeof a&&"function"==typeof b&&(c=parseInt(c||10,10),h("actions",a,b,c,d)),k}function b(){var a=Array.prototype.slice.call(arguments),b=a.shift();return"string"==typeof b&&j("actions",b,a),k}function c(a,b){return"string"==typeof a&&g("actions",a,b),k}function d(a,b,c,d){return"string"==typeof a&&"function"==typeof b&&(c=parseInt(c||10,10),h("filters",a,b,c)),k}function e(){var a=Array.prototype.slice.call(arguments),b=a.shift();return"string"==typeof b?j("filters",b,a):k}function f(a,b){return"string"==typeof a&&g("filters",a,b),k}function g(a,b,c,d){if(l[a][b])if(c){var e,f=l[a][b];if(d)for(e=f.length;e--;){var g=f[e];g.callback===c&&g.context===d&&f.splice(e,1)}else for(e=f.length;e--;)f[e].callback===c&&f.splice(e,1)}else l[a][b]=[]}function h(a,b,c,d,e){var f={callback:c,priority:d,context:e},g=l[a][b];g?(g.push(f),g=i(g)):g=[f],l[a][b]=g}function i(a){for(var b,c,d,e=1,f=a.length;f>e;e++){for(b=a[e],c=e;(d=a[c-1])&&d.priority>b.priority;)a[c]=a[c-1],--c;a[c]=b}return a}function j(a,b,c){var d=l[a][b];if(!d)return"filters"===a?c[0]:!1;var e=0,f=d.length;if("filters"===a)for(;f>e;e++)c[0]=d[e].callback.apply(d[e].context,c);else for(;f>e;e++)d[e].callback.apply(d[e].context,c);return"filters"===a?c[0]:!0}var k={removeFilter:f,applyFilters:e,applyFilter:e,addFilter:d,removeAction:c,doAction:b,addAction:a},l={actions:{},filters:{}};return k};a.wp=a.wp||{},a.wp.hooks=new c}}(window);
|
js/event.min.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
/*! event-organiser 3.7.
|
2 |
var eo_include_dates,eo_exclude_dates,eo_viewing_month;!function(a){function b(b,c,d){var e,f=new Array("SU","MO","TU","WE","TH","FR","SA"),g=[],h=!1;switch(b.schedule){case"once":case"custom":var i=a.datepicker.formatDate("yy-mm-dd",b.start);return g.push(i),g;case"daily":b.start<c?(e=Math.abs((c-b.start)/864e5)-1,e%=b.frequency):e=parseInt(b.start.getDate(),10);var j=b.frequency,k=[],l=new Date(c);l.setDate(c.getDate()+(e-1)),k.push(l);break;case"weekly":var m=c.getDay();k=[],a.each(b.schedule_meta,function(a,d){a=f.indexOf(d),l=new Date(b.start),l.setDate(b.start.getDate()+(a-b.start.getDay()+7)%7),c>l&&(e=Math.abs((c-b.start)/864e5),e-=e%(7*b.frequency),l.setDate(l.getDate()+e)),k.push(l)}),j=7*b.frequency;break;case"monthly":var n=12*(c.getFullYear()-b.start.getFullYear())+(c.getMonth()-b.start.getMonth());if(n%b.frequency!==0)return;if(b.schedule_meta.match(/BYMONTHDAY=(\d+)/)){var o=b.start.getDate(),p=d.getDate();p>=o&&(h=new Date(c.getFullYear(),c.getMonth(),o))}else{var q,r=b.schedule_meta.match(/BYDAY=(\d+)(MO|TU|WE|TH|FR|SA|SU)/),s=parseInt(r[1],10)-1,t=b.start.getDay();if(s>=4){var u=d.getDay();q=d.getDate()+(t-u-7)%7}else{m=c.getDay();var v=(t-m+7)%7;q=v+7*s+1}h=new Date(c),h.setDate(q)}return h&&h<=b.schedule_last&&(i=a.datepicker.formatDate("yy-mm-dd",h),g.push(i)),g;case"yearly":var w=c.getFullYear()-b.start.getFullYear();if(w%b.frequency!==0)return g;var x=new Date(c.getFullYear(),b.start.getMonth(),b.start.getDate());return c.getMonth()==b.start.getMonth()&&x.getMonth()==b.start.getMonth()&&(h=new Date(b.start),h.setYear(c.getFullYear()),h<=b.schedule_last&&(i=a.datepicker.formatDate("yy-mm-dd",h),g.push(i))),g;default:return g}for(var y in k)for(h=new Date(k[y]);d>=h&&h<=b.schedule_last;)i=a.datepicker.formatDate("yy-mm-dd",h),g.push(i),h.setDate(h.getDate()+j);return g}Array.prototype.indexOf||(Array.prototype.indexOf=function(a){var b=this.length,c=Number(arguments[1])||0;for(c=0>c?Math.ceil(c):Math.floor(c),0>c&&(c+=b);b>c;c++)if(c in this&&this[c]===a)return c;return-1}),Date.prototype.eoGetOrdinal=function(){var a=this.getDate();switch(a){case 1:case 21:case 31:return"st";case 2:case 22:return"nd";case 3:case 23:return"rd";default:return"th"}},window.eventOrganiserSchedulePicker={init:function(b){var c=this;this.options=b,this.schedule=b.schedule,this.set_up_datepickers(),this.set_up_timepickers(),a(".event-date :input, .eo-all-day-toggle").change(function(b){c.update_schedule(),c.update_form(),a(this).hasClass("eo-all-day-toggle")||c.update_occurrencepicker_rules()}),this.update_schedule(),this.update_form();var d=new Date;eo_viewing_month=[d.getFullYear(),d.getMonth()+1],this.schedule.generate_dates_by_rule(d.getFullYear(),d.getMonth()+1,{})},set_up_datepickers:function(){var b=this,c=this.options.views,d=this.options.locale;a(c.start_date).data("eo-datepicker","start"),a(c.end_date).data("eo-datepicker","end");if(a(c.is_all_day).addClass("eo-all-day-toggle"),a(c.schedule_last_date))var e=a(c.schedule_last_date).datepicker({nextText:">",prevText:"<",dateFormat:this.options.format,changeMonth:!0,changeYear:!0,monthNamesShort:d.monthAbbrev,dayNamesMin:d.dayAbbrev,isRTL:d.isrtl,firstDay:parseInt(this.options.startday,10),beforeShow:function(b,c){c.hasOwnProperty("dpDiv")?c.dpDiv.addClass("eo-datepicker"):a("#ui-datepicker-div").addClass("eo-datepicker")}}).data("eo-datepicker","schedule_last");var f=a(c.start_date+", "+c.end_date).datepicker({dateFormat:this.options.format,nextText:">",prevText:"<",changeMonth:!0,changeYear:!0,monthNamesShort:d.monthAbbrev,dayNamesMin:d.dayAbbrev,firstDay:parseInt(this.options.startday,10),onSelect:function(d){var g="start"==a(this).data("eo-datepicker")?"minDate":"maxDate",h=a(this).data("datepicker"),i=a.datepicker.parseDate(h.settings.dateFormat||a.datepicker._defaults.dateFormat,d,h.settings);f.not(this).datepicker("option",g,i),"from_date"==this.id&&e.datepicker("option","minDate",i);var j=a(c.start_date).datepicker("getDate"),k=a(c.end_date).datepicker("getDate");if(j.getTime()!=k.getTime()){var l={hour:null,minute:null};a(c.start_time+", "+c.end_time).eotimepicker("option",{maxTime:l,minTime:l})}b.update_schedule(),b.update_occurrencepicker_rules(),b.update_form()},beforeShow:function(b,c){c.hasOwnProperty("dpDiv")?c.dpDiv.addClass("eo-datepicker"):a("#ui-datepicker-div").addClass("eo-datepicker")}}),g=a(c.occurrence_picker);g.length>0&&(g.datepicker({dateFormat:"yy-mm-dd",nextText:">",prevText:"<",changeMonth:!0,changeYear:!0,monthNamesShort:d.monthAbbrev,dayNamesMin:d.dayAbbrev,firstDay:parseInt(this.options.startday,10),onSelect:function(b){eventOrganiserSchedule.add_or_remove_date(b),a(eventOrganiserSchedulePicker.options.views.include).val(eventOrganiserSchedule.include.join(",\r\n")),a(eventOrganiserSchedulePicker.options.views.exclude).val(eventOrganiserSchedule.exclude.join(",\r\n"))},beforeShowDay:function(b){var c=a.datepicker.formatDate("yy-mm-dd",b),d=eventOrganiserSchedule.is_date_eventful(c);return d[0]?[!0,"eo-op-date-selected",""]:[!0,"eo-op-date-not-selected",""]},beforeShow:function(b,c){c.hasOwnProperty("dpDiv")?c.dpDiv.addClass("eo-datepicker"):a("#ui-datepicker-div").addClass("eo-datepicker")},onChangeMonthYear:eventOrganiserSchedule.generate_dates_by_rule}).hide().find(".ui-datepicker-inline").click(function(a){a||(a=window.event),a.cancelBubble=!0,a.stopPropagation&&a.stopPropagation()}),a("html").click(function(){g.hide(),a(c.occurrence_picker_toggle).val(d.showDates)})),a(c.occurrence_picker_toggle).click(function(b){b.preventDefault(),b.stopPropagation(),g.toggle(),g.is(":visible")?(a(this).val(d.hideDates),a(c.occurrence_picker).datepicker("refresh")):a(this).val(d.showDates)})},update_occurrencepicker_rules:function(){eo_exclude_dates=[],eo_include_dates=[],this.schedule.generate_dates_by_rule(eo_viewing_month[0],eo_viewing_month[1],{}),a(this.options.views.occurrence_picker).datepicker("refresh")},set_up_timepickers:function(){var b=this.options,c=this.options.views;a(c.start_time).data("eo-event-data","start-time"),a(c.end_time).data("eo-event-data","end-time"),a(c.start_time+", "+c.end_time).eotimepicker({showPeriodLabels:!b.is24hour,showPeriod:!this.options.is24hour,showLeadingZero:b.is24hour,periodSeparator:"",amPmText:b.locale.meridian,hourText:b.locale.hour,minuteText:b.locale.minute,isRTL:b.locale.isrtl,onSelect:function(b,d){var e=a(c.start_date).datepicker("getDate"),f=a(c.end_date).datepicker("getDate");if(e.getTime()==f.getTime()){var g={hour:d.hours,minute:d.minutes};"start-time"==a(d.input).data("eo-event-data")?a(c.end_time).eotimepicker("option",{minTime:g}):a(c.start_time).eotimepicker("option",{maxTime:g})}}}).addClass("eo-time-picker")},update_schedule:function(){var b=new Array("SU","MO","TU","WE","TH","FR","SA"),c=this.options.views,d={schedule:a(c.schedule).val(),frequency:parseInt(a(c.frequency).val(),10),schedule_last:a(c.schedule_last_date).datepicker("getDate"),start:a(c.start_date).datepicker("getDate"),end:a(c.end_date).datepicker("getDate"),is_all_day:a(c.is_all_day).attr("checked"),include:a(c.include).length>0?a(c.include).val().split(","):[],exclude:a(c.exclude).length>0?a(c.exclude).val().split(","):[]};if("weekly"==d.schedule){if(d.schedule_meta=[],0===a(c.week_repeat+" :checkbox:checked").length){var e=d.start.getDay();a(c.week_repeat+" :checkbox[value='"+b[e]+"']").attr("checked",!0)}a(c.week_repeat+" :checkbox:checked").each(function(){d.schedule_meta.push(a(this).val())})}else if("monthly"==d.schedule)if("BYMONTHDAY="==a(c.month_repeat+" :radio:checked").val())d.schedule_meta="BYMONTHDAY="+d.start.getDate();else{var f=d.start.getDay()%7,g=parseInt(Math.floor((d.start.getDate()-1)/7),10);d.schedule_meta="BYDAY="+(g+1)+b[f]}this.schedule=eventOrganiserSchedule.init(d),eo_exclude_dates=d.exclude,eo_include_dates=d.include},update_form:function(){var b=this.options.views,c=this.options.locale,d=this.schedule,e=700;switch(a(".event-date :input").attr("disabled",!this.options.editable).toggleClass("ui-state-disabled",!this.options.editable),a("label[for=eo-all-day]").toggleClass("ui-state-disabled",!this.options.editable),this.options.editable&&a(b.start_time+", "+b.end_time).attr("disabled",d.is_all_day).toggleClass("ui-state-disabled",d.is_all_day),"once"==d.schedule||"custom"==d.schedule?(a(b.recurrence_section+" :input").attr("disabled",!0),a(b.recurrence_section).hide()):(a(b.recurrence_section+" :input").attr("disabled",!1),a(b.recurrence_section).fadeIn(e)),d.schedule){case"once":case"custom":a(d.frequency).val("1"),a(b.month_repeat+", "+b.week_repeat).show();break;case"weekly":d.frequency>1?a(b.schedule_span).text(c.weeks):a(b.schedule_span).text(c.week),a(b.week_repeat).fadeIn(e),a(b.week_repeat+" :input").attr("disabled",!1),a(b.month_repeat).hide(),a(b.month_repeat+" :input").attr("disabled",!0);break;case"monthly":d.frequency>1?a(b.schedule_span).text(c.months):a(b.schedule_span).text(c.month),a(b.month_repeat).fadeIn(e),a(b.month_repeat+" :input").attr("disabled",!1),a(b.week_repeat).hide(),a(b.week_repeat+" :input").attr("disabled",!0);break;case"daily":d.frequency>1?a(b.schedule_span).text(c.days):a(b.schedule_span).text(c.day),a(b.week_repeat+", "+b.month_repeat).hide(),a(b.week_repeat+" :input, "+b.month_repeat+" :input").attr("disabled",!0);break;case"yearly":d.frequency>1?a(b.schedule_span).text(c.years):a(b.schedule_span).text(c.year),a(b.week_repeat+", "+b.month_repeat).hide(),a(b.week_repeat+" :input, "+b.month_repeat+" :input").attr("disabled",!0)}null===a("#venue_select").val()&&a(".venue_row").hide(),a(b.summary).html(d.generate_summary(c))}},eventOrganiserSchedule={self:this,init:function(b){var c={schedule:"once",frequency:1,schedule_last:new Date,start:new Date,end:new Date,is_all_day:!1,dates_by_rule:[]};b=a.extend({},c,b);for(var d in b)this[d]=b[d];return this},generate_dates_by_rule:function(a,c,d){var e=new Date(a,c-1,1),f=new Date(a,c,1),g=new Date(f-1);eventOrganiserSchedule.schedule_last<e||eventOrganiserSchedule.start>g||(eventOrganiserSchedule.dates_by_rule=b(eventOrganiserSchedule,e,g))},generate_summary:function(b){var c=b.weekDay,d=b.summary+" ",e={monthNamesShort:b.monthAbbrev,dayNamesMin:b.dayAbbrev,monthNames:b.monthNames},f=this.schedule,g=new Array("SU","MO","TU","WE","TH","FR","SA");switch(f){case"once":return"This event will be a one-time event";case"custom":case"daily":d+=this.frequency>1?sprintf(b.dayPlural,this.frequency):b.daySingle;break;case"weekly":d+=this.frequency>1?sprintf(b.weekPlural,this.frequency):b.weekSingle;var h=a.map(this.schedule_meta,function(a,b){return c[g.indexOf(a)]});d+=" "+h.join(", ");break;case"monthly":if(d+=this.frequency>1?sprintf(b.monthPlural,this.frequency):b.monthSingle,this.schedule_meta.match(/BYMONTHDAY=(\d+)/))d=d+" "+this.start.getDate()+this.start.eoGetOrdinal();else{var i=this.schedule_meta.match(/BYDAY=(\d+)(MO|TU|WE|TH|FR|SA|SU)/),j=parseInt(i[1],10)-1;d=d+" "+b.occurrence[j]+" "+c[g.indexOf(i[2])]}break;case"yearly":d+=this.frequency>1?sprintf(b.yearPlural,this.frequency):b.yearSingle;var k;k=b.isUsingOrdinal?a.datepicker.formatDate("MM d",this.start,e)+this.start.eoGetOrdinal():a.datepicker.formatDate("MM d",this.start,e),d=d+" "+k}if(null!==this.schedule_last){var l;l=b.isUsingOrdinal?a.datepicker.formatDate("MM d'"+this.schedule_last.eoGetOrdinal()+"' yy",this.schedule_last,e):a.datepicker.formatDate("MM d yy",this.schedule_last,e),d=d+" "+b.until+" "+l}return d},is_date_eventful:function(b){var c=a.inArray(b,eventOrganiserSchedule.dates_by_rule),d=a.inArray(b,eventOrganiserSchedule.exclude),e=a.inArray(b,eventOrganiserSchedule.include);return c>-1?d>-1&&-1==e?[!1,d]:d>-1&&e>-1?[!0,e]:[!0,-1]:e>-1?[!0,e]:[!1,-1]},add_or_remove_date:function(b,c){var d,e=eventOrganiserSchedule.is_date_eventful(b);e[0]?(d=e[1],d>-1?eventOrganiserSchedule.include.splice(d,1):a.inArray(b,eventOrganiserSchedule.exclude)<0&&eventOrganiserSchedule.exclude.push(b)):(d=e[1],d>-1?eventOrganiserSchedule.exclude.splice(d,1):a.inArray(b,eventOrganiserSchedule.include)<0&&eventOrganiserSchedule.include.push(b)),eo_exclude_dates=eventOrganiserSchedule.exclude,eo_include_dates=eventOrganiserSchedule.include}}}(jQuery),function(a){function b(a){return Object.prototype.toString.call(a).slice(8,-1).toLowerCase()}function c(a,b){for(var c=[];b>0;c[--b]=a);return c.join("")}var d=function(){return d.cache.hasOwnProperty(arguments[0])||(d.cache[arguments[0]]=d.parse(arguments[0])),d.format.call(null,d.cache[arguments[0]],arguments)};d.format=function(a,e){var f,g,h,i,j,k,l,m=1,n=a.length,o="",p=[];for(g=0;n>g;g++)if(o=b(a[g]),"string"===o)p.push(a[g]);else if("array"===o){if(i=a[g],i[2])for(f=e[m],h=0;h<i[2].length;h++){if(!f.hasOwnProperty(i[2][h]))throw d('[sprintf] property "%s" does not exist',i[2][h]);f=f[i[2][h]]}else f=i[1]?e[i[1]]:e[m++];if(/[^s]/.test(i[8])&&"number"!=b(f))throw d("[sprintf] expecting number but found %s",b(f));switch(i[8]){case"b":f=f.toString(2);break;case"c":f=String.fromCharCode(f);break;case"d":f=parseInt(f,10);break;case"e":f=i[7]?f.toExponential(i[7]):f.toExponential();break;case"f":f=i[7]?parseFloat(f).toFixed(i[7]):parseFloat(f);break;case"o":f=f.toString(8);break;case"s":f=(f=String(f))&&i[7]?f.substring(0,i[7]):f;break;case"u":f>>>=0;break;case"x":f=f.toString(16);break;case"X":f=f.toString(16).toUpperCase()}f=/[def]/.test(i[8])&&i[3]&&f>=0?"+"+f:f,k=i[4]?"0"==i[4]?"0":i[4].charAt(1):" ",l=i[6]-String(f).length,j=i[6]?c(k,l):"",p.push(i[5]?f+j:j+f)}return p.join("")},d.cache={},d.parse=function(a){for(var b=a,c=[],d=[],e=0;b;){if(null!==(c=/^[^\x25]+/.exec(b)))d.push(c[0]);else if(null!==(c=/^\x25{2}/.exec(b)))d.push("%");else{if(null===(c=/^\x25(?:([1-9]\d*)\$|\(([^\)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-fosuxX])/.exec(b)))throw"[sprintf] huh?";if(c[2]){e|=1;var f=[],g=c[2],h=[];if(null===(h=/^([a-z_][a-z_\d]*)/i.exec(g)))throw"[sprintf] huh?";for(f.push(h[1]);""!==(g=g.substring(h[0].length));)if(null!==(h=/^\.([a-z_][a-z_\d]*)/i.exec(g)))f.push(h[1]);else{if(null===(h=/^\[(\d+)\]/.exec(g)))throw"[sprintf] huh?";f.push(h[1])}c[2]=f}else e|=2;if(3===e)throw"[sprintf] mixing positional and named placeholders is not (yet) supported";d.push(c)}b=b.substring(c[0].length)}return d};var e=function(a,b,c){return c=b.slice(0),c.splice(0,0,a),d.apply(null,c)};a.sprintf=d,a.vsprintf=e}("undefined"!=typeof exports?exports:window);
|
1 |
+
/*! event-organiser 3.7.6-0-g30a7409c 2019-03-06 23:23 */
|
2 |
var eo_include_dates,eo_exclude_dates,eo_viewing_month;!function(a){function b(b,c,d){var e,f=new Array("SU","MO","TU","WE","TH","FR","SA"),g=[],h=!1;switch(b.schedule){case"once":case"custom":var i=a.datepicker.formatDate("yy-mm-dd",b.start);return g.push(i),g;case"daily":b.start<c?(e=Math.abs((c-b.start)/864e5)-1,e%=b.frequency):e=parseInt(b.start.getDate(),10);var j=b.frequency,k=[],l=new Date(c);l.setDate(c.getDate()+(e-1)),k.push(l);break;case"weekly":var m=c.getDay();k=[],a.each(b.schedule_meta,function(a,d){a=f.indexOf(d),l=new Date(b.start),l.setDate(b.start.getDate()+(a-b.start.getDay()+7)%7),c>l&&(e=Math.abs((c-b.start)/864e5),e-=e%(7*b.frequency),l.setDate(l.getDate()+e)),k.push(l)}),j=7*b.frequency;break;case"monthly":var n=12*(c.getFullYear()-b.start.getFullYear())+(c.getMonth()-b.start.getMonth());if(n%b.frequency!==0)return;if(b.schedule_meta.match(/BYMONTHDAY=(\d+)/)){var o=b.start.getDate(),p=d.getDate();p>=o&&(h=new Date(c.getFullYear(),c.getMonth(),o))}else{var q,r=b.schedule_meta.match(/BYDAY=(\d+)(MO|TU|WE|TH|FR|SA|SU)/),s=parseInt(r[1],10)-1,t=b.start.getDay();if(s>=4){var u=d.getDay();q=d.getDate()+(t-u-7)%7}else{m=c.getDay();var v=(t-m+7)%7;q=v+7*s+1}h=new Date(c),h.setDate(q)}return h&&h<=b.schedule_last&&(i=a.datepicker.formatDate("yy-mm-dd",h),g.push(i)),g;case"yearly":var w=c.getFullYear()-b.start.getFullYear();if(w%b.frequency!==0)return g;var x=new Date(c.getFullYear(),b.start.getMonth(),b.start.getDate());return c.getMonth()==b.start.getMonth()&&x.getMonth()==b.start.getMonth()&&(h=new Date(b.start),h.setYear(c.getFullYear()),h<=b.schedule_last&&(i=a.datepicker.formatDate("yy-mm-dd",h),g.push(i))),g;default:return g}for(var y in k)for(h=new Date(k[y]);d>=h&&h<=b.schedule_last;)i=a.datepicker.formatDate("yy-mm-dd",h),g.push(i),h.setDate(h.getDate()+j);return g}Array.prototype.indexOf||(Array.prototype.indexOf=function(a){var b=this.length,c=Number(arguments[1])||0;for(c=0>c?Math.ceil(c):Math.floor(c),0>c&&(c+=b);b>c;c++)if(c in this&&this[c]===a)return c;return-1}),Date.prototype.eoGetOrdinal=function(){var a=this.getDate();switch(a){case 1:case 21:case 31:return"st";case 2:case 22:return"nd";case 3:case 23:return"rd";default:return"th"}},window.eventOrganiserSchedulePicker={init:function(b){var c=this;this.options=b,this.schedule=b.schedule,this.set_up_datepickers(),this.set_up_timepickers(),a(".event-date :input, .eo-all-day-toggle").change(function(b){c.update_schedule(),c.update_form(),a(this).hasClass("eo-all-day-toggle")||c.update_occurrencepicker_rules()}),this.update_schedule(),this.update_form();var d=new Date;eo_viewing_month=[d.getFullYear(),d.getMonth()+1],this.schedule.generate_dates_by_rule(d.getFullYear(),d.getMonth()+1,{})},set_up_datepickers:function(){var b=this,c=this.options.views,d=this.options.locale;a(c.start_date).data("eo-datepicker","start"),a(c.end_date).data("eo-datepicker","end");if(a(c.is_all_day).addClass("eo-all-day-toggle"),a(c.schedule_last_date))var e=a(c.schedule_last_date).datepicker({nextText:">",prevText:"<",dateFormat:this.options.format,changeMonth:!0,changeYear:!0,monthNamesShort:d.monthAbbrev,dayNamesMin:d.dayAbbrev,isRTL:d.isrtl,firstDay:parseInt(this.options.startday,10),beforeShow:function(b,c){c.hasOwnProperty("dpDiv")?c.dpDiv.addClass("eo-datepicker"):a("#ui-datepicker-div").addClass("eo-datepicker")}}).data("eo-datepicker","schedule_last");var f=a(c.start_date+", "+c.end_date).datepicker({dateFormat:this.options.format,nextText:">",prevText:"<",changeMonth:!0,changeYear:!0,monthNamesShort:d.monthAbbrev,dayNamesMin:d.dayAbbrev,firstDay:parseInt(this.options.startday,10),onSelect:function(d){var g="start"==a(this).data("eo-datepicker")?"minDate":"maxDate",h=a(this).data("datepicker"),i=a.datepicker.parseDate(h.settings.dateFormat||a.datepicker._defaults.dateFormat,d,h.settings);f.not(this).datepicker("option",g,i),"from_date"==this.id&&e.datepicker("option","minDate",i);var j=a(c.start_date).datepicker("getDate"),k=a(c.end_date).datepicker("getDate");if(j.getTime()!=k.getTime()){var l={hour:null,minute:null};a(c.start_time+", "+c.end_time).eotimepicker("option",{maxTime:l,minTime:l})}b.update_schedule(),b.update_occurrencepicker_rules(),b.update_form()},beforeShow:function(b,c){c.hasOwnProperty("dpDiv")?c.dpDiv.addClass("eo-datepicker"):a("#ui-datepicker-div").addClass("eo-datepicker")}}),g=a(c.occurrence_picker);g.length>0&&(g.datepicker({dateFormat:"yy-mm-dd",nextText:">",prevText:"<",changeMonth:!0,changeYear:!0,monthNamesShort:d.monthAbbrev,dayNamesMin:d.dayAbbrev,firstDay:parseInt(this.options.startday,10),onSelect:function(b){eventOrganiserSchedule.add_or_remove_date(b),a(eventOrganiserSchedulePicker.options.views.include).val(eventOrganiserSchedule.include.join(",\r\n")),a(eventOrganiserSchedulePicker.options.views.exclude).val(eventOrganiserSchedule.exclude.join(",\r\n"))},beforeShowDay:function(b){var c=a.datepicker.formatDate("yy-mm-dd",b),d=eventOrganiserSchedule.is_date_eventful(c);return d[0]?[!0,"eo-op-date-selected",""]:[!0,"eo-op-date-not-selected",""]},beforeShow:function(b,c){c.hasOwnProperty("dpDiv")?c.dpDiv.addClass("eo-datepicker"):a("#ui-datepicker-div").addClass("eo-datepicker")},onChangeMonthYear:eventOrganiserSchedule.generate_dates_by_rule}).hide().find(".ui-datepicker-inline").click(function(a){a||(a=window.event),a.cancelBubble=!0,a.stopPropagation&&a.stopPropagation()}),a("html").click(function(){g.hide(),a(c.occurrence_picker_toggle).val(d.showDates)})),a(c.occurrence_picker_toggle).click(function(b){b.preventDefault(),b.stopPropagation(),g.toggle(),g.is(":visible")?(a(this).val(d.hideDates),a(c.occurrence_picker).datepicker("refresh")):a(this).val(d.showDates)})},update_occurrencepicker_rules:function(){eo_exclude_dates=[],eo_include_dates=[],this.schedule.generate_dates_by_rule(eo_viewing_month[0],eo_viewing_month[1],{}),a(this.options.views.occurrence_picker).datepicker("refresh")},set_up_timepickers:function(){var b=this.options,c=this.options.views;a(c.start_time).data("eo-event-data","start-time"),a(c.end_time).data("eo-event-data","end-time"),a(c.start_time+", "+c.end_time).eotimepicker({showPeriodLabels:!b.is24hour,showPeriod:!this.options.is24hour,showLeadingZero:b.is24hour,periodSeparator:"",amPmText:b.locale.meridian,hourText:b.locale.hour,minuteText:b.locale.minute,isRTL:b.locale.isrtl,onSelect:function(b,d){var e=a(c.start_date).datepicker("getDate"),f=a(c.end_date).datepicker("getDate");if(e.getTime()==f.getTime()){var g={hour:d.hours,minute:d.minutes};"start-time"==a(d.input).data("eo-event-data")?a(c.end_time).eotimepicker("option",{minTime:g}):a(c.start_time).eotimepicker("option",{maxTime:g})}}}).addClass("eo-time-picker")},update_schedule:function(){var b=new Array("SU","MO","TU","WE","TH","FR","SA"),c=this.options.views,d={schedule:a(c.schedule).val(),frequency:parseInt(a(c.frequency).val(),10),schedule_last:a(c.schedule_last_date).datepicker("getDate"),start:a(c.start_date).datepicker("getDate"),end:a(c.end_date).datepicker("getDate"),is_all_day:a(c.is_all_day).attr("checked"),include:a(c.include).length>0?a(c.include).val().split(","):[],exclude:a(c.exclude).length>0?a(c.exclude).val().split(","):[]};if("weekly"==d.schedule){if(d.schedule_meta=[],0===a(c.week_repeat+" :checkbox:checked").length){var e=d.start.getDay();a(c.week_repeat+" :checkbox[value='"+b[e]+"']").attr("checked",!0)}a(c.week_repeat+" :checkbox:checked").each(function(){d.schedule_meta.push(a(this).val())})}else if("monthly"==d.schedule)if("BYMONTHDAY="==a(c.month_repeat+" :radio:checked").val())d.schedule_meta="BYMONTHDAY="+d.start.getDate();else{var f=d.start.getDay()%7,g=parseInt(Math.floor((d.start.getDate()-1)/7),10);d.schedule_meta="BYDAY="+(g+1)+b[f]}this.schedule=eventOrganiserSchedule.init(d),eo_exclude_dates=d.exclude,eo_include_dates=d.include},update_form:function(){var b=this.options.views,c=this.options.locale,d=this.schedule,e=700;switch(a(".event-date :input").attr("disabled",!this.options.editable).toggleClass("ui-state-disabled",!this.options.editable),a("label[for=eo-all-day]").toggleClass("ui-state-disabled",!this.options.editable),this.options.editable&&a(b.start_time+", "+b.end_time).attr("disabled",d.is_all_day).toggleClass("ui-state-disabled",d.is_all_day),"once"==d.schedule||"custom"==d.schedule?(a(b.recurrence_section+" :input").attr("disabled",!0),a(b.recurrence_section).hide()):(a(b.recurrence_section+" :input").attr("disabled",!1),a(b.recurrence_section).fadeIn(e)),d.schedule){case"once":case"custom":a(d.frequency).val("1"),a(b.month_repeat+", "+b.week_repeat).show();break;case"weekly":d.frequency>1?a(b.schedule_span).text(c.weeks):a(b.schedule_span).text(c.week),a(b.week_repeat).fadeIn(e),a(b.week_repeat+" :input").attr("disabled",!1),a(b.month_repeat).hide(),a(b.month_repeat+" :input").attr("disabled",!0);break;case"monthly":d.frequency>1?a(b.schedule_span).text(c.months):a(b.schedule_span).text(c.month),a(b.month_repeat).fadeIn(e),a(b.month_repeat+" :input").attr("disabled",!1),a(b.week_repeat).hide(),a(b.week_repeat+" :input").attr("disabled",!0);break;case"daily":d.frequency>1?a(b.schedule_span).text(c.days):a(b.schedule_span).text(c.day),a(b.week_repeat+", "+b.month_repeat).hide(),a(b.week_repeat+" :input, "+b.month_repeat+" :input").attr("disabled",!0);break;case"yearly":d.frequency>1?a(b.schedule_span).text(c.years):a(b.schedule_span).text(c.year),a(b.week_repeat+", "+b.month_repeat).hide(),a(b.week_repeat+" :input, "+b.month_repeat+" :input").attr("disabled",!0)}null===a("#venue_select").val()&&a(".venue_row").hide(),a(b.summary).html(d.generate_summary(c))}},eventOrganiserSchedule={self:this,init:function(b){var c={schedule:"once",frequency:1,schedule_last:new Date,start:new Date,end:new Date,is_all_day:!1,dates_by_rule:[]};b=a.extend({},c,b);for(var d in b)this[d]=b[d];return this},generate_dates_by_rule:function(a,c,d){var e=new Date(a,c-1,1),f=new Date(a,c,1),g=new Date(f-1);eventOrganiserSchedule.schedule_last<e||eventOrganiserSchedule.start>g||(eventOrganiserSchedule.dates_by_rule=b(eventOrganiserSchedule,e,g))},generate_summary:function(b){var c=b.weekDay,d=b.summary+" ",e={monthNamesShort:b.monthAbbrev,dayNamesMin:b.dayAbbrev,monthNames:b.monthNames},f=this.schedule,g=new Array("SU","MO","TU","WE","TH","FR","SA");switch(f){case"once":return"This event will be a one-time event";case"custom":case"daily":d+=this.frequency>1?sprintf(b.dayPlural,this.frequency):b.daySingle;break;case"weekly":d+=this.frequency>1?sprintf(b.weekPlural,this.frequency):b.weekSingle;var h=a.map(this.schedule_meta,function(a,b){return c[g.indexOf(a)]});d+=" "+h.join(", ");break;case"monthly":if(d+=this.frequency>1?sprintf(b.monthPlural,this.frequency):b.monthSingle,this.schedule_meta.match(/BYMONTHDAY=(\d+)/))d=d+" "+this.start.getDate()+this.start.eoGetOrdinal();else{var i=this.schedule_meta.match(/BYDAY=(\d+)(MO|TU|WE|TH|FR|SA|SU)/),j=parseInt(i[1],10)-1;d=d+" "+b.occurrence[j]+" "+c[g.indexOf(i[2])]}break;case"yearly":d+=this.frequency>1?sprintf(b.yearPlural,this.frequency):b.yearSingle;var k;k=b.isUsingOrdinal?a.datepicker.formatDate("MM d",this.start,e)+this.start.eoGetOrdinal():a.datepicker.formatDate("MM d",this.start,e),d=d+" "+k}if(null!==this.schedule_last){var l;l=b.isUsingOrdinal?a.datepicker.formatDate("MM d'"+this.schedule_last.eoGetOrdinal()+"' yy",this.schedule_last,e):a.datepicker.formatDate("MM d yy",this.schedule_last,e),d=d+" "+b.until+" "+l}return d},is_date_eventful:function(b){var c=a.inArray(b,eventOrganiserSchedule.dates_by_rule),d=a.inArray(b,eventOrganiserSchedule.exclude),e=a.inArray(b,eventOrganiserSchedule.include);return c>-1?d>-1&&-1==e?[!1,d]:d>-1&&e>-1?[!0,e]:[!0,-1]:e>-1?[!0,e]:[!1,-1]},add_or_remove_date:function(b,c){var d,e=eventOrganiserSchedule.is_date_eventful(b);e[0]?(d=e[1],d>-1?eventOrganiserSchedule.include.splice(d,1):a.inArray(b,eventOrganiserSchedule.exclude)<0&&eventOrganiserSchedule.exclude.push(b)):(d=e[1],d>-1?eventOrganiserSchedule.exclude.splice(d,1):a.inArray(b,eventOrganiserSchedule.include)<0&&eventOrganiserSchedule.include.push(b)),eo_exclude_dates=eventOrganiserSchedule.exclude,eo_include_dates=eventOrganiserSchedule.include}}}(jQuery),function(a){function b(a){return Object.prototype.toString.call(a).slice(8,-1).toLowerCase()}function c(a,b){for(var c=[];b>0;c[--b]=a);return c.join("")}var d=function(){return d.cache.hasOwnProperty(arguments[0])||(d.cache[arguments[0]]=d.parse(arguments[0])),d.format.call(null,d.cache[arguments[0]],arguments)};d.format=function(a,e){var f,g,h,i,j,k,l,m=1,n=a.length,o="",p=[];for(g=0;n>g;g++)if(o=b(a[g]),"string"===o)p.push(a[g]);else if("array"===o){if(i=a[g],i[2])for(f=e[m],h=0;h<i[2].length;h++){if(!f.hasOwnProperty(i[2][h]))throw d('[sprintf] property "%s" does not exist',i[2][h]);f=f[i[2][h]]}else f=i[1]?e[i[1]]:e[m++];if(/[^s]/.test(i[8])&&"number"!=b(f))throw d("[sprintf] expecting number but found %s",b(f));switch(i[8]){case"b":f=f.toString(2);break;case"c":f=String.fromCharCode(f);break;case"d":f=parseInt(f,10);break;case"e":f=i[7]?f.toExponential(i[7]):f.toExponential();break;case"f":f=i[7]?parseFloat(f).toFixed(i[7]):parseFloat(f);break;case"o":f=f.toString(8);break;case"s":f=(f=String(f))&&i[7]?f.substring(0,i[7]):f;break;case"u":f>>>=0;break;case"x":f=f.toString(16);break;case"X":f=f.toString(16).toUpperCase()}f=/[def]/.test(i[8])&&i[3]&&f>=0?"+"+f:f,k=i[4]?"0"==i[4]?"0":i[4].charAt(1):" ",l=i[6]-String(f).length,j=i[6]?c(k,l):"",p.push(i[5]?f+j:j+f)}return p.join("")},d.cache={},d.parse=function(a){for(var b=a,c=[],d=[],e=0;b;){if(null!==(c=/^[^\x25]+/.exec(b)))d.push(c[0]);else if(null!==(c=/^\x25{2}/.exec(b)))d.push("%");else{if(null===(c=/^\x25(?:([1-9]\d*)\$|\(([^\)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-fosuxX])/.exec(b)))throw"[sprintf] huh?";if(c[2]){e|=1;var f=[],g=c[2],h=[];if(null===(h=/^([a-z_][a-z_\d]*)/i.exec(g)))throw"[sprintf] huh?";for(f.push(h[1]);""!==(g=g.substring(h[0].length));)if(null!==(h=/^\.([a-z_][a-z_\d]*)/i.exec(g)))f.push(h[1]);else{if(null===(h=/^\[(\d+)\]/.exec(g)))throw"[sprintf] huh?";f.push(h[1])}c[2]=f}else e|=2;if(3===e)throw"[sprintf] mixing positional and named placeholders is not (yet) supported";d.push(c)}b=b.substring(c[0].length)}return d};var e=function(a,b,c){return c=b.slice(0),c.splice(0,0,a),d.apply(null,c)};a.sprintf=d,a.vsprintf=e}("undefined"!=typeof exports?exports:window);
|
js/frontend.js
CHANGED
@@ -294,7 +294,7 @@ jQuery(document).ready(function () {
|
|
294 |
start: start.format( "YYYY-MM-DD" ),
|
295 |
end: end.format( "YYYY-MM-DD" ),
|
296 |
timeformat: options.timeFormatphp,
|
297 |
-
users_events:
|
298 |
};
|
299 |
|
300 |
if (typeof options.category !== "undefined" && options.category !== "") {
|
294 |
start: start.format( "YYYY-MM-DD" ),
|
295 |
end: end.format( "YYYY-MM-DD" ),
|
296 |
timeformat: options.timeFormatphp,
|
297 |
+
users_events: options.users_events,
|
298 |
};
|
299 |
|
300 |
if (typeof options.category !== "undefined" && options.category !== "") {
|
js/frontend.min.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
/*! event-organiser 3.7.
|
2 |
-
function eveorg_getParameterByName(a,b){a=a.replace(/[\[]/,"\\[").replace(/[\]]/,"\\]");var c="[\\?&]"+a+"=([^&#]*)",d=new RegExp(c),e=d.exec(b);return null===e?"":decodeURIComponent(e[1].replace(/\+/g," "))}var eventorganiser=eventorganiser||{};!function(a){jQuery(document).ready(function(){function b(a,b,c){var d;for(d in a)if(a[b]==c)return d;return!1}function c(c){var d="undefined"!=typeof c.whitelist&&c.whitelist?c.whitelist.split(","):!1,e="<select class='eo-fc-filter eo-fc-filter-"+c.type+"' data-filter-type='"+c.type+"'>";e+="<option value=''>"+c.select_none+"</option>";var f;for(var g in c.terms){if(f=c.terms[g],d){var h=!1;-1!==a.inArray(f.slug,d)&&(h=!0);for(var i=f;!h&&i.parent>0;)i=b(c.terms,"term_id",i.parent),-1!==a.inArray(i.slug,d)&&(h=!0);if(!h)continue}e+="<option value='"+f.slug+"'>"+f.name+"</option>"}e+="</select>";var j=a("<span class='fc-header-dropdown filter-"+c.type+"'></span>");return j.append(e),j}function d(b){var c="undefined"!=typeof b.whitelist&&b.whitelist.length>0?b.whitelist:!1,d="<select class='eo-fc-filter eo-fc-filter-organiser' data-filter-type='organiser'>";d+="<option value=''>"+b.select_none+"</option>";var e;for(var f in b.users)e=b.users[f],c&&-1==a.inArray(parseInt(f,10),c)||(d+="<option value='"+f+"'>"+e+"</option>");d+="</select>";var g=a("<span class='fc-header-dropdown filter-organiser'></span>");return g.append(d),g}function e(){return a("<span class='fc-header-goto'><input type='hidden' class='eo-mini-calendar'/></span>")}if(a(".eo-fullcalendar").on("change",".eo-fc-filter",function(){a(".eo-fullcalendar").fullCalendar("rerenderEvents")}),a(".eo-fullcalendar").length>0){var f,g,h=eventorganiser.calendars;g={agendaDay:"listDay",basicDay:"listDay",listDay:"listDay",agendaWeek:"listWeek",basicWeek:"listWeek",listWeek:"listWeek",month:"listMonth",listMonth:"listMonth"};for(var i=0;i<h.length;i++){var j="#eo_fullcalendar_"+(i+1);"undefined"==typeof h[i].category&&(h[i].category=""),"undefined"==typeof h[i].venue&&(h[i].venue="");var k={id:j,defaultDate:h[i].defaultdate?h[i].defaultdate:void 0,category:h[i].event_category,venue:h[i].event_venue,tag:h[i].event_tag,organiser:h[i].event_organiser,event_series:h[i].event_series,customButtons:{category:function(){return c({terms:eventorganiser.fullcal.categories,select_none:EOAjaxFront.locale.cat,whitelist:h[i].event_category,type:"category"})},venue:function(){return c({terms:eventorganiser.fullcal.venues,select_none:EOAjaxFront.locale.venue,whitelist:h[i].event_venue,type:"venue"})},tag:function(){return c({terms:eventorganiser.fullcal.tags,select_none:EOAjaxFront.locale.tag,whitelist:"",type:"tag"})},organiser:function(){return d({users:eventorganiser.fullcal.users,select_none:EOAjaxFront.locale.view_all_organisers,whitelist:h[i].event_organiser})},"goto":e},theme:h[i].theme,isRTL:h[i].isrtl,editable:!1,selectable:!1,weekMode:"variable",tooltip:h[i].tooltip,firstDay:parseInt(eventorganiser.fullcal.firstDay,10),weekends:h[i].weekends,hiddenDays:h[i].hiddendays,slotDuration:h[i].slotduration,allDaySlot:h[i].alldayslot,allDayText:h[i].alldaytext,axisFormat:h[i].axisformat,minTime:h[i].mintime,maxTime:h[i].maxtime,weekNumbers:h[i].weeknumbers,weekNumbersWithinDays:h[i].weeknumberswithindays,eventColor:"#1e8cbe",timeFormatphp:h[i].timeformatphp,timeFormat:h[i].timeformat,columnFormat:{month:h[i].columnformatmonth,week:h[i].columnformatweek,day:h[i].columnformatday},titleFormat:{month:h[i].titleformatmonth,week:h[i].titleformatweek,day:h[i].titleformatday},header:{left:h[i].headerleft,center:h[i].headercenter,right:h[i].headerright},eventRender:function(b,c,d){var e=a(d.calendar.options.id).find(".eo-fc-filter-category").val(),f=a(d.calendar.options.id).find(".eo-fc-filter-venue").val(),g=a(d.calendar.options.id).find(".eo-fc-filter-tag").val(),h=a(d.calendar.options.id).find(".eo-fc-filter-organiser").val(),i=!0;return"undefined"!=typeof e&&""!==e&&a.inArray(e,b.category)<0&&(i=!1),"undefined"!=typeof f&&""!==f&&f!==b.venue_slug&&(i=!1),"undefined"!=typeof g&&""!==g&&a.inArray(g,b.tags)<0&&(i=!1),"undefined"!=typeof h&&""!==h&&parseInt(h,10)!==b.organiser&&(i=!1),(i=wp.hooks.applyFilters("eventorganiser.fullcalendar_render_event",i,b,c,d))?void(d.calendar.options.tooltip&&a(c).qtip({content:{text:b.description,button:!1,title:b.title},position:{my:"top center",at:"bottom center",viewport:a(window),adjust:{method:"shift none"}},hide:{fixed:!0,delay:500,effect:function(b){a(this).fadeOut("50")}},border:{radius:4,width:3},style:{classes:"eo-event-toolip qtip-eo",tip:"topMiddle"}})):!1},buttonText:{today:EOAjaxFront.locale.today,month:EOAjaxFront.locale.month,week:EOAjaxFront.locale.week,day:EOAjaxFront.locale.day},monthNames:EOAjaxFront.locale.monthNames,monthNamesShort:EOAjaxFront.locale.monthAbbrev,dayNames:EOAjaxFront.locale.dayNames,dayNamesShort:EOAjaxFront.locale.dayAbbrev,height:h[i].aspectratio?!1:"auto",aspectRatio:h[i].aspectratio?h[i].aspectratio:!1,responsive:h[i].responsive,responsiveBreakpoint:h[i].responsivebreakpoint,defaultView:a(window).width()<h[i].responsivebreakpoint&&h[i].responsive?g[h[i].defaultview]:h[i].defaultview,previousView:h[i].defaultview,nextDayThreshold:h[i].nextdaythreshold,windowResize:function(b){b.calendar.options.responsive&&a(window).width()<b.calendar.options.responsiveBreakpoint?a(this).fullCalendar("changeView",g[b.calendar.options.previousView]):a(this).fullCalendar("changeView",b.calendar.options.previousView)},lazyFetching:"true",events:function(b,c,d,e){var f=this.options,g={start:b.format("YYYY-MM-DD"),end:c.format("YYYY-MM-DD"),timeformat:f.timeFormatphp,users_events:0};"undefined"!=typeof f.category&&""!==f.category&&(g.category=f.category),"undefined"!=typeof f.venue&&""!==f.venue&&(g.venue=f.venue),"undefined"!=typeof f.tag&&""!==f.tag&&(g.tag=f.tag),"undefined"!=typeof f.organiser&&0!==f.organiser&&(g.organiser=f.organiser),f.event_series&&(g.event_series=f.event_series),g=wp.hooks.applyFilters("eventorganiser.fullcalendar_request",g,b,c,d,f),a.ajax({url:eventorganiser.ajaxurl+"?action=eventorganiser-fullcal",dataType:"JSON",data:g,complete:function(a,b){},success:e})},loading:function(b){var c=a("#"+a(this).attr("id")+"_loading");b?(window.clearTimeout(f),f=window.setTimeout(function(){c.show()},1e3)):(window.clearTimeout(f),c.hide())}};k=wp.hooks.applyFilters("eventorganiser.fullcalendar_options",k,h[i]),a(j).fullCalendar(k)}}"undefined"!=typeof eventorganiser.fullcal&&a(".eo-mini-calendar").datepicker({dateFormat:"DD, d MM, yy",changeMonth:!0,changeYear:!0,firstDay:parseInt(eventorganiser.fullcal.firstDay,10),buttonText:EOAjaxFront.locale.gotodate,monthNamesShort:EOAjaxFront.locale.monthAbbrev,dayNamesMin:EOAjaxFront.locale.dayAbbrev,nextText:EOAjaxFront.locale.nextText,prevText:EOAjaxFront.locale.prevText,showOn:"button",beforeShow:function(b,c){c.hasOwnProperty("dpDiv")?c.dpDiv.addClass("eo-datepicker eo-fc-mini-calendar eo-fc-datepicker"):a("#ui-datepicker-div").addClass("eo-datepicker eo-fc-mini-calendar eo-fc-datepicker")},onSelect:function(b,c){var d=a(this).parents("div.eo-fullcalendar").attr("id");a("#"+d).fullCalendar("gotoDate",new Date(Date.parse(b)))}}),a("#eo-upcoming-dates, .eo-upcoming-dates").each(function(b,c){var d={el:a(this)};if(d.el.find("li:gt(4)").length>0){var e=5,f={more:EOAjaxFront.locale.ShowMore,less:EOAjaxFront.locale.ShowLess};d.less=a('<a class="eo-upcoming-dates-show-less" href="#"></a>').text(f.less),d.pipe=a('<span class="eo-upcoming-dates-pipe">|</span>'),d.more=a('<a class="eo-upcoming-dates-show-more" href="#"></a>').text(f.more),d.el.find("li:gt("+(e-1)+")").hide().end().after(d.less,d.pipe,d.more),d.pipe.hide(),d.less.hide().click(function(a){a.preventDefault();var b=Math.floor((d.el.find("li:visible").length-1)/e)*e-1;d.el.find("li:gt("+b+")").hide(),d.more.show(),d.pipe.show(),d.el.find("li:visible").length<=e&&(d.less.hide(),d.pipe.hide())}),d.more.click(function(b){b.preventDefault(),d.less.show(),d.pipe.show(),d.el.find("li:hidden:lt("+e+")").show();var c=d.pipe.offset();a("html, body").animate({scrollTop:Math.max(c.top+40-a(window).height(),a(window).scrollTop())}),0===d.el.find("li:hidden").length&&(d.more.hide(),d.pipe.hide())})}}),a(".eo-widget-cal-wrap").length>0&&a(".eo-widget-cal-wrap").on("click","tfoot a",function(b){if(b.preventDefault(),!a(this).data("eo-widget-cal-disabled")){var c=a(this).closest(".eo-widget-cal-wrap"),d=c.data("eo-widget-cal-id");c.find("tfoot a").data("eo-widget-cal-disabled",1);var e={showpastevents:1,"show-long":0,"link-to-single":0};"undefined"!=typeof eventorganiser.widget_calendars&&"undefined"!=typeof eventorganiser.widget_calendars[d]&&(e=eventorganiser.widget_calendars[d]),"undefined"!=typeof eo_widget_cal&&"undefined"!=typeof eo_widget_cal[d]&&(e=eo_widget_cal[d]),e.eo_month=eveorg_getParameterByName("eo_month",a(this).attr("href")),c.addClass("eo-widget-cal-loading"),a("#"+d+"_overlay").remove(),a("#"+d+"_content").prepend('<div class="eo-widget-cal-overlay" id="'+d+'_overlay"><div class="eo-widget-cal-spinner"/></div>'),a.getJSON(eventorganiser.add_query_arg("action","eo_widget_cal",EOAjaxFront.adminajax),e,function(b){a("#"+d+"_content").html(b),c.removeClass("eo-widget-cal-loading")})}})}),eventorganiser.add_query_arg=function(a,b,c){var d=new RegExp("([?&])"+a+"=.*?(&|$)","i"),e=-1!==c.indexOf("?")?"&":"?";return c.match(d)?c.replace(d,"$1"+a+"="+b+"$2"):c+e+a+"="+b},eventorganiser.template=function(b,c,d){var e=/\\|'|\r|\n|\t|\u2028|\u2029/g;d="undefined"!=typeof d?d:{},d=a.extend(!0,{evaluate:/<#([\s\S]+?)#>/g,interpolate:/\{\{\{([\s\S]+?)\}\}\}/g,escape:/\{\{([^\}]+?)\}\}(?!\})/g},d);var f,g={"'":"'","\\":"\\","\r":"r","\n":"n"," ":"t","\u2028":"u2028","\u2029":"u2029"},h=new RegExp([d.escape.source,d.interpolate.source,d.evaluate.source].join("|")+"|$","g"),i=0,j="__p+='";b.replace(h,function(a,c,d,f,h){return j+=b.slice(i,h).replace(e,function(a){return"\\"+g[a]}),c&&(j+="'+\n((__t=("+c+"))==null?'':_.escape(__t))+\n'"),d&&(j+="'+\n((__t=("+d+"))==null?'':__t)+\n'"),f&&(j+="';\n"+f+"\n__p+='"),i=h+a.length,a}),j+="';\n",d.variable||(j="with(obj||{}){\n"+j+"}\n"),j="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+j+"return __p;\n";try{f=new Function(d.variable||"obj","_",j)}catch(k){throw k.source=j,k}if(c)return f(c);var l=function(a){return f.call(this,a)};return l},eventorganiser.agenda_widget=function(b){this.param=b,moment.locale(EOAjaxFront.locale.locale,{months:EOAjaxFront.locale.monthNames,monthsShort:EOAjaxFront.locale.monthAbbrev,weekdays:EOAjaxFront.locale.dayNames,weekdaysShort:EOAjaxFront.locale.dayAbbrev,weekdaysMin:EOAjaxFront.locale.dayInitial}),this.start=moment().add(-1,"days"),this.end=moment().add(-1,"days"),this.$el=a("#"+this.param.id+"_container"),this.direction=1,this.eventTemplate=eventorganiser.template(a("#eo-tmpl-agenda-widget-item").html(),null,{variable:"event"}),this.groupTemplate=eventorganiser.template(a("#eo-tmpl-agenda-widget-group").html(),null,{variable:"group"})},eventorganiser.agenda_widget.prototype.group_change=function(a,b){return a===!1?!0:"day"!==this.param.mode?!1:a.format("YYYY-MM-DD")!==b.format("YYYY-MM-DD")},eventorganiser.agenda_widget.prototype.init=function(){this.$el.html(eventorganiser.template(a("#eo-tmpl-agenda-widget").html(),{},{variable:"data"})),this.$datesEl=this.$el.find(".dates"),this.load_events(),this.param.add_to_google&&this.$el.on("click",".event",function(){a(this).find(".meta").toggle("400")});var b=this;this.$el.on("click",".eo-agenda-widget-nav-prev,.eo-agenda-widget-nav-next",function(){a(this).hasClass("eo-agenda-widget-nav-prev")?b.direction=-1:b.direction=1,b.load_events()})},eventorganiser.agenda_widget.prototype.load_events=function(){var b=this;a.ajax({url:EOAjaxFront.adminajax,dataType:"JSON",data:{action:"eo_widget_agenda",instance_number:this.param.number,direction:this.direction,start:this.start.format("YYYY-MM-DD"),end:this.end.format("YYYY-MM-DD")},success:function(a){var c=a.length;if(0!==c){for(var d=0;c>d;d++)a[d].start=moment(a[d].start),a[d].end=moment(a[d].end);b.start=a[0].start,b.end=a[c-1].start,b.insert_events(a)}}})},eventorganiser.agenda_widget.prototype.insert_events=function(b){this.$datesEl.html("");for(var c=b.length,d=!1,e=!1,f=!1,g=0;c>g;g++){if(this.group_change(d,b[g].start)){this.$datesEl.append(e);var h={start:b[g].start};e=a(this.groupTemplate(h)),f=e.find(".a-date")}f.append(this.eventTemplate(b[g])),d=b[g].start}this.$datesEl.append(e)},jQuery(document).ready(function(a){if(a(".eo-agenda-widget").length>0)for(var b in eo_widget_agenda)agendaWidget=new eventorganiser.agenda_widget(eo_widget_agenda[b]),agendaWidget.init()})}(jQuery),jQuery(document).ready(function(){if("map"in eventorganiser)for(var a=eventorganiser.map,b=0;b<a.length;b++)if(null!==document.getElementById("eo_venue_map-"+(b+1)))for(var c=a[b],d=new eventorganiserMapsAdapter.provider.map("eo_venue_map-"+(b+1),c),e=0;e<c.locations.length;e++)c.locations[e].position={lat:c.locations[e].lat,lng:c.locations[e].lng},d.addMarker(c.locations[e])});
|
1 |
+
/*! event-organiser 3.7.6-0-g30a7409c 2019-03-06 23:23 */
|
2 |
+
function eveorg_getParameterByName(a,b){a=a.replace(/[\[]/,"\\[").replace(/[\]]/,"\\]");var c="[\\?&]"+a+"=([^&#]*)",d=new RegExp(c),e=d.exec(b);return null===e?"":decodeURIComponent(e[1].replace(/\+/g," "))}var eventorganiser=eventorganiser||{};!function(a){jQuery(document).ready(function(){function b(a,b,c){var d;for(d in a)if(a[b]==c)return d;return!1}function c(c){var d="undefined"!=typeof c.whitelist&&c.whitelist?c.whitelist.split(","):!1,e="<select class='eo-fc-filter eo-fc-filter-"+c.type+"' data-filter-type='"+c.type+"'>";e+="<option value=''>"+c.select_none+"</option>";var f;for(var g in c.terms){if(f=c.terms[g],d){var h=!1;-1!==a.inArray(f.slug,d)&&(h=!0);for(var i=f;!h&&i.parent>0;)i=b(c.terms,"term_id",i.parent),-1!==a.inArray(i.slug,d)&&(h=!0);if(!h)continue}e+="<option value='"+f.slug+"'>"+f.name+"</option>"}e+="</select>";var j=a("<span class='fc-header-dropdown filter-"+c.type+"'></span>");return j.append(e),j}function d(b){var c="undefined"!=typeof b.whitelist&&b.whitelist.length>0?b.whitelist:!1,d="<select class='eo-fc-filter eo-fc-filter-organiser' data-filter-type='organiser'>";d+="<option value=''>"+b.select_none+"</option>";var e;for(var f in b.users)e=b.users[f],c&&-1==a.inArray(parseInt(f,10),c)||(d+="<option value='"+f+"'>"+e+"</option>");d+="</select>";var g=a("<span class='fc-header-dropdown filter-organiser'></span>");return g.append(d),g}function e(){return a("<span class='fc-header-goto'><input type='hidden' class='eo-mini-calendar'/></span>")}if(a(".eo-fullcalendar").on("change",".eo-fc-filter",function(){a(".eo-fullcalendar").fullCalendar("rerenderEvents")}),a(".eo-fullcalendar").length>0){var f,g,h=eventorganiser.calendars;g={agendaDay:"listDay",basicDay:"listDay",listDay:"listDay",agendaWeek:"listWeek",basicWeek:"listWeek",listWeek:"listWeek",month:"listMonth",listMonth:"listMonth"};for(var i=0;i<h.length;i++){var j="#eo_fullcalendar_"+(i+1);"undefined"==typeof h[i].category&&(h[i].category=""),"undefined"==typeof h[i].venue&&(h[i].venue="");var k={id:j,defaultDate:h[i].defaultdate?h[i].defaultdate:void 0,category:h[i].event_category,venue:h[i].event_venue,tag:h[i].event_tag,organiser:h[i].event_organiser,event_series:h[i].event_series,customButtons:{category:function(){return c({terms:eventorganiser.fullcal.categories,select_none:EOAjaxFront.locale.cat,whitelist:h[i].event_category,type:"category"})},venue:function(){return c({terms:eventorganiser.fullcal.venues,select_none:EOAjaxFront.locale.venue,whitelist:h[i].event_venue,type:"venue"})},tag:function(){return c({terms:eventorganiser.fullcal.tags,select_none:EOAjaxFront.locale.tag,whitelist:"",type:"tag"})},organiser:function(){return d({users:eventorganiser.fullcal.users,select_none:EOAjaxFront.locale.view_all_organisers,whitelist:h[i].event_organiser})},"goto":e},theme:h[i].theme,isRTL:h[i].isrtl,editable:!1,selectable:!1,weekMode:"variable",tooltip:h[i].tooltip,firstDay:parseInt(eventorganiser.fullcal.firstDay,10),weekends:h[i].weekends,hiddenDays:h[i].hiddendays,slotDuration:h[i].slotduration,allDaySlot:h[i].alldayslot,allDayText:h[i].alldaytext,axisFormat:h[i].axisformat,minTime:h[i].mintime,maxTime:h[i].maxtime,weekNumbers:h[i].weeknumbers,weekNumbersWithinDays:h[i].weeknumberswithindays,eventColor:"#1e8cbe",timeFormatphp:h[i].timeformatphp,timeFormat:h[i].timeformat,columnFormat:{month:h[i].columnformatmonth,week:h[i].columnformatweek,day:h[i].columnformatday},titleFormat:{month:h[i].titleformatmonth,week:h[i].titleformatweek,day:h[i].titleformatday},header:{left:h[i].headerleft,center:h[i].headercenter,right:h[i].headerright},eventRender:function(b,c,d){var e=a(d.calendar.options.id).find(".eo-fc-filter-category").val(),f=a(d.calendar.options.id).find(".eo-fc-filter-venue").val(),g=a(d.calendar.options.id).find(".eo-fc-filter-tag").val(),h=a(d.calendar.options.id).find(".eo-fc-filter-organiser").val(),i=!0;return"undefined"!=typeof e&&""!==e&&a.inArray(e,b.category)<0&&(i=!1),"undefined"!=typeof f&&""!==f&&f!==b.venue_slug&&(i=!1),"undefined"!=typeof g&&""!==g&&a.inArray(g,b.tags)<0&&(i=!1),"undefined"!=typeof h&&""!==h&&parseInt(h,10)!==b.organiser&&(i=!1),(i=wp.hooks.applyFilters("eventorganiser.fullcalendar_render_event",i,b,c,d))?void(d.calendar.options.tooltip&&a(c).qtip({content:{text:b.description,button:!1,title:b.title},position:{my:"top center",at:"bottom center",viewport:a(window),adjust:{method:"shift none"}},hide:{fixed:!0,delay:500,effect:function(b){a(this).fadeOut("50")}},border:{radius:4,width:3},style:{classes:"eo-event-toolip qtip-eo",tip:"topMiddle"}})):!1},buttonText:{today:EOAjaxFront.locale.today,month:EOAjaxFront.locale.month,week:EOAjaxFront.locale.week,day:EOAjaxFront.locale.day},monthNames:EOAjaxFront.locale.monthNames,monthNamesShort:EOAjaxFront.locale.monthAbbrev,dayNames:EOAjaxFront.locale.dayNames,dayNamesShort:EOAjaxFront.locale.dayAbbrev,height:h[i].aspectratio?!1:"auto",aspectRatio:h[i].aspectratio?h[i].aspectratio:!1,responsive:h[i].responsive,responsiveBreakpoint:h[i].responsivebreakpoint,defaultView:a(window).width()<h[i].responsivebreakpoint&&h[i].responsive?g[h[i].defaultview]:h[i].defaultview,previousView:h[i].defaultview,nextDayThreshold:h[i].nextdaythreshold,windowResize:function(b){b.calendar.options.responsive&&a(window).width()<b.calendar.options.responsiveBreakpoint?a(this).fullCalendar("changeView",g[b.calendar.options.previousView]):a(this).fullCalendar("changeView",b.calendar.options.previousView)},lazyFetching:"true",events:function(b,c,d,e){var f=this.options,g={start:b.format("YYYY-MM-DD"),end:c.format("YYYY-MM-DD"),timeformat:f.timeFormatphp,users_events:f.users_events};"undefined"!=typeof f.category&&""!==f.category&&(g.category=f.category),"undefined"!=typeof f.venue&&""!==f.venue&&(g.venue=f.venue),"undefined"!=typeof f.tag&&""!==f.tag&&(g.tag=f.tag),"undefined"!=typeof f.organiser&&0!==f.organiser&&(g.organiser=f.organiser),f.event_series&&(g.event_series=f.event_series),g=wp.hooks.applyFilters("eventorganiser.fullcalendar_request",g,b,c,d,f),a.ajax({url:eventorganiser.ajaxurl+"?action=eventorganiser-fullcal",dataType:"JSON",data:g,complete:function(a,b){},success:e})},loading:function(b){var c=a("#"+a(this).attr("id")+"_loading");b?(window.clearTimeout(f),f=window.setTimeout(function(){c.show()},1e3)):(window.clearTimeout(f),c.hide())}};k=wp.hooks.applyFilters("eventorganiser.fullcalendar_options",k,h[i]),a(j).fullCalendar(k)}}"undefined"!=typeof eventorganiser.fullcal&&a(".eo-mini-calendar").datepicker({dateFormat:"DD, d MM, yy",changeMonth:!0,changeYear:!0,firstDay:parseInt(eventorganiser.fullcal.firstDay,10),buttonText:EOAjaxFront.locale.gotodate,monthNamesShort:EOAjaxFront.locale.monthAbbrev,dayNamesMin:EOAjaxFront.locale.dayAbbrev,nextText:EOAjaxFront.locale.nextText,prevText:EOAjaxFront.locale.prevText,showOn:"button",beforeShow:function(b,c){c.hasOwnProperty("dpDiv")?c.dpDiv.addClass("eo-datepicker eo-fc-mini-calendar eo-fc-datepicker"):a("#ui-datepicker-div").addClass("eo-datepicker eo-fc-mini-calendar eo-fc-datepicker")},onSelect:function(b,c){var d=a(this).parents("div.eo-fullcalendar").attr("id");a("#"+d).fullCalendar("gotoDate",new Date(Date.parse(b)))}}),a("#eo-upcoming-dates, .eo-upcoming-dates").each(function(b,c){var d={el:a(this)};if(d.el.find("li:gt(4)").length>0){var e=5,f={more:EOAjaxFront.locale.ShowMore,less:EOAjaxFront.locale.ShowLess};d.less=a('<a class="eo-upcoming-dates-show-less" href="#"></a>').text(f.less),d.pipe=a('<span class="eo-upcoming-dates-pipe">|</span>'),d.more=a('<a class="eo-upcoming-dates-show-more" href="#"></a>').text(f.more),d.el.find("li:gt("+(e-1)+")").hide().end().after(d.less,d.pipe,d.more),d.pipe.hide(),d.less.hide().click(function(a){a.preventDefault();var b=Math.floor((d.el.find("li:visible").length-1)/e)*e-1;d.el.find("li:gt("+b+")").hide(),d.more.show(),d.pipe.show(),d.el.find("li:visible").length<=e&&(d.less.hide(),d.pipe.hide())}),d.more.click(function(b){b.preventDefault(),d.less.show(),d.pipe.show(),d.el.find("li:hidden:lt("+e+")").show();var c=d.pipe.offset();a("html, body").animate({scrollTop:Math.max(c.top+40-a(window).height(),a(window).scrollTop())}),0===d.el.find("li:hidden").length&&(d.more.hide(),d.pipe.hide())})}}),a(".eo-widget-cal-wrap").length>0&&a(".eo-widget-cal-wrap").on("click","tfoot a",function(b){if(b.preventDefault(),!a(this).data("eo-widget-cal-disabled")){var c=a(this).closest(".eo-widget-cal-wrap"),d=c.data("eo-widget-cal-id");c.find("tfoot a").data("eo-widget-cal-disabled",1);var e={showpastevents:1,"show-long":0,"link-to-single":0};"undefined"!=typeof eventorganiser.widget_calendars&&"undefined"!=typeof eventorganiser.widget_calendars[d]&&(e=eventorganiser.widget_calendars[d]),"undefined"!=typeof eo_widget_cal&&"undefined"!=typeof eo_widget_cal[d]&&(e=eo_widget_cal[d]),e.eo_month=eveorg_getParameterByName("eo_month",a(this).attr("href")),c.addClass("eo-widget-cal-loading"),a("#"+d+"_overlay").remove(),a("#"+d+"_content").prepend('<div class="eo-widget-cal-overlay" id="'+d+'_overlay"><div class="eo-widget-cal-spinner"/></div>'),a.getJSON(eventorganiser.add_query_arg("action","eo_widget_cal",EOAjaxFront.adminajax),e,function(b){a("#"+d+"_content").html(b),c.removeClass("eo-widget-cal-loading")})}})}),eventorganiser.add_query_arg=function(a,b,c){var d=new RegExp("([?&])"+a+"=.*?(&|$)","i"),e=-1!==c.indexOf("?")?"&":"?";return c.match(d)?c.replace(d,"$1"+a+"="+b+"$2"):c+e+a+"="+b},eventorganiser.template=function(b,c,d){var e=/\\|'|\r|\n|\t|\u2028|\u2029/g;d="undefined"!=typeof d?d:{},d=a.extend(!0,{evaluate:/<#([\s\S]+?)#>/g,interpolate:/\{\{\{([\s\S]+?)\}\}\}/g,escape:/\{\{([^\}]+?)\}\}(?!\})/g},d);var f,g={"'":"'","\\":"\\","\r":"r","\n":"n"," ":"t","\u2028":"u2028","\u2029":"u2029"},h=new RegExp([d.escape.source,d.interpolate.source,d.evaluate.source].join("|")+"|$","g"),i=0,j="__p+='";b.replace(h,function(a,c,d,f,h){return j+=b.slice(i,h).replace(e,function(a){return"\\"+g[a]}),c&&(j+="'+\n((__t=("+c+"))==null?'':_.escape(__t))+\n'"),d&&(j+="'+\n((__t=("+d+"))==null?'':__t)+\n'"),f&&(j+="';\n"+f+"\n__p+='"),i=h+a.length,a}),j+="';\n",d.variable||(j="with(obj||{}){\n"+j+"}\n"),j="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+j+"return __p;\n";try{f=new Function(d.variable||"obj","_",j)}catch(k){throw k.source=j,k}if(c)return f(c);var l=function(a){return f.call(this,a)};return l},eventorganiser.agenda_widget=function(b){this.param=b,moment.locale(EOAjaxFront.locale.locale,{months:EOAjaxFront.locale.monthNames,monthsShort:EOAjaxFront.locale.monthAbbrev,weekdays:EOAjaxFront.locale.dayNames,weekdaysShort:EOAjaxFront.locale.dayAbbrev,weekdaysMin:EOAjaxFront.locale.dayInitial}),this.start=moment().add(-1,"days"),this.end=moment().add(-1,"days"),this.$el=a("#"+this.param.id+"_container"),this.direction=1,this.eventTemplate=eventorganiser.template(a("#eo-tmpl-agenda-widget-item").html(),null,{variable:"event"}),this.groupTemplate=eventorganiser.template(a("#eo-tmpl-agenda-widget-group").html(),null,{variable:"group"})},eventorganiser.agenda_widget.prototype.group_change=function(a,b){return a===!1?!0:"day"!==this.param.mode?!1:a.format("YYYY-MM-DD")!==b.format("YYYY-MM-DD")},eventorganiser.agenda_widget.prototype.init=function(){this.$el.html(eventorganiser.template(a("#eo-tmpl-agenda-widget").html(),{},{variable:"data"})),this.$datesEl=this.$el.find(".dates"),this.load_events(),this.param.add_to_google&&this.$el.on("click",".event",function(){a(this).find(".meta").toggle("400")});var b=this;this.$el.on("click",".eo-agenda-widget-nav-prev,.eo-agenda-widget-nav-next",function(){a(this).hasClass("eo-agenda-widget-nav-prev")?b.direction=-1:b.direction=1,b.load_events()})},eventorganiser.agenda_widget.prototype.load_events=function(){var b=this;a.ajax({url:EOAjaxFront.adminajax,dataType:"JSON",data:{action:"eo_widget_agenda",instance_number:this.param.number,direction:this.direction,start:this.start.format("YYYY-MM-DD"),end:this.end.format("YYYY-MM-DD")},success:function(a){var c=a.length;if(0!==c){for(var d=0;c>d;d++)a[d].start=moment(a[d].start),a[d].end=moment(a[d].end);b.start=a[0].start,b.end=a[c-1].start,b.insert_events(a)}}})},eventorganiser.agenda_widget.prototype.insert_events=function(b){this.$datesEl.html("");for(var c=b.length,d=!1,e=!1,f=!1,g=0;c>g;g++){if(this.group_change(d,b[g].start)){this.$datesEl.append(e);var h={start:b[g].start};e=a(this.groupTemplate(h)),f=e.find(".a-date")}f.append(this.eventTemplate(b[g])),d=b[g].start}this.$datesEl.append(e)},jQuery(document).ready(function(a){if(a(".eo-agenda-widget").length>0)for(var b in eo_widget_agenda)agendaWidget=new eventorganiser.agenda_widget(eo_widget_agenda[b]),agendaWidget.init()})}(jQuery),jQuery(document).ready(function(){if("map"in eventorganiser)for(var a=eventorganiser.map,b=0;b<a.length;b++)if(null!==document.getElementById("eo_venue_map-"+(b+1)))for(var c=a[b],d=new eventorganiserMapsAdapter.provider.map("eo_venue_map-"+(b+1),c),e=0;e<c.locations.length;e++)c.locations[e].position={lat:c.locations[e].lat,lng:c.locations[e].lng},d.addMarker(c.locations[e])});
|
js/fullcalendar.min.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! event-organiser 3.7.
|
2 |
!function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):a(jQuery,moment)}(function(a,b){function c(a){d(za,a)}function d(b){function c(c,f){a.isPlainObject(f)&&a.isPlainObject(b[c])&&!e(c)?b[c]=d({},b[c],f):void 0!==f&&(b[c]=f)}for(var f=1;f<arguments.length;f++)a.each(arguments[f],c);return b}function e(a){return/(Time|Duration)$/.test(a)}function f(a){var c=b.localeData||b.langData;return c.call(b,a)||c.call(b,"en")}function g(a,b){b.left&&a.css({"border-left-width":1,"margin-left":b.left-1}),b.right&&a.css({"border-right-width":1,"margin-right":b.right-1})}function h(a){a.css({"margin-left":"","margin-right":"","border-left-width":"","border-right-width":""})}function i(){a("body").addClass("fc-not-allowed")}function j(){a("body").removeClass("fc-not-allowed")}function k(a){return"pointerdown"==a.type||"pointerup"==a.type||"pointermove"==a.type?"touch"===a.originalEvent.pointerType?!0:!1:"touchstart"==a.type||"touchmove"==a.type||"touchend"==a.type||"touchcancel"==a.type?!0:!1}function l(a){var b={x:0,y:0};if("pointerdown"==a.type||"pointerup"==a.type||"pointermove"==a.type||"mousedown"==a.type||"mouseup"==a.type||"mousemove"==a.type||"mouseover"==a.type||"mouseout"==a.type||"mouseenter"==a.type||"mouseleave"==a.type)b.x=a.pageX,b.y=a.pageY;else if(k(a)){var c=a.originalEvent.touches[0]||a.originalEvent.changedTouches[0];b.x=c.pageX,b.y=c.pageY}return b}function m(){return window.navigator.msPointerEnabled?"pointerdown":!Ka&&"ontouchstart"in document.documentElement?"touchstart":"mousedown"}function n(){return window.navigator.msPointerEnabled?"pointerup":!Ka&&"ontouchstart"in document.documentElement?"touchend":"mouseup"}function o(){return window.navigator.msPointerEnabled?"pointermove":!Ka&&"ontouchstart"in document.documentElement?"touchmove":"mousemove"}function p(b,c,d){var e=Math.floor(c/b.length),f=Math.floor(c-e*(b.length-1)),g=[],h=[],i=[],j=0;q(b),b.each(function(c,d){var k=c===b.length-1?f:e,l=a(d).outerHeight(!0);k>l?(g.push(d),h.push(l),i.push(a(d).height())):j+=l}),d&&(c-=j,e=Math.floor(c/g.length),f=Math.floor(c-e*(g.length-1))),a(g).each(function(b,c){var d=b===g.length-1?f:e,j=h[b],k=i[b],l=d-(j-k);d>j&&a(c).height(l)})}function q(a){a.height("")}function r(b){var c=0;return b.find("> *").each(function(b,d){var e=a(d).outerWidth();e>c&&(c=e)}),c++,b.width(c),c}function s(a,b){return a.height(b).addClass("fc-scroller"),a[0].scrollHeight-1>a[0].clientHeight?!0:(t(a),!1)}function t(a){a.height("").removeClass("fc-scroller")}function u(b){var c=b.css("position"),d=b.parents().filter(function(){var b=a(this);return/(auto|scroll)/.test(b.css("overflow")+b.css("overflow-y")+b.css("overflow-x"))}).eq(0);return"fixed"!==c&&d.length?d:a(b[0].ownerDocument||document)}function v(a){var b=a.offset().left,c=b+a.width(),d=a.children(),e=d.offset().left,f=e+d.outerWidth();return{left:e-b,right:c-f}}function w(a){return k(a)?!0:1==a.which&&!a.ctrlKey}function x(a,b){var c,d,e,f,g=a.start,h=a.end,i=b.start,j=b.end;return h>i&&j>g?(g>=i?(c=g.clone(),e=!0):(c=i.clone(),e=!1),j>=h?(d=h.clone(),f=!0):(d=j.clone(),f=!1),{start:c,end:d,isStart:e,isEnd:f}):void 0}function y(a,b){if(a=a||{},void 0!==a[b])return a[b];for(var c,d=b.split(/(?=[A-Z])/),e=d.length-1;e>=0;e--)if(c=a[d[e].toLowerCase()],void 0!==c)return c;return a["default"]}function z(a,c){return b.duration({days:a.clone().stripTime().diff(c.clone().stripTime(),"days"),ms:a.time()-c.time()})}function A(a,c){return b.duration({days:a.clone().stripTime().diff(c.clone().stripTime(),"days")})}function B(a,b){var c,d,e;for(c=0;c<Na.length&&(d=Na[c],e=C(d,a,b),!(e>=1&&P(e)));c++);return d}function C(a,c,d){return null!=d?d.diff(c,a,!0):b.isDuration(c)?c.as(a):c.end.diff(c.start,a,!0)}function D(a){return"[object Date]"===Object.prototype.toString.call(a)||a instanceof Date}function E(a){return/^\d+\:\d+(?:\:\d+\.?(?:\d{3})?)?$/.test(a)}function F(a){var b=function(){};return b.prototype=a,new b}function G(a,b){for(var c in a)H(a,c)&&(b[c]=a[c])}function H(a,b){return Oa.call(a,b)}function I(b){return/undefined|null|boolean|number|string/.test(a.type(b))}function J(b,c,d){if(a.isFunction(b)&&(b=[b]),b){var e,f;for(e=0;e<b.length;e++)f=b[e].apply(c,d)||f;return f}}function K(){for(var a=0;a<arguments.length;a++)if(void 0!==arguments[a])return arguments[a]}function L(a){return(a+"").replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/'/g,"'").replace(/"/g,""").replace(/\n/g,"<br />")}function M(a){return a.replace(/&.*?;/g,"")}function N(a){return a.charAt(0).toUpperCase()+a.slice(1)}function O(a,b){return a-b}function P(a){return a%1===0}function Q(a,b){var c,d,e,f,g=function(){var h=+new Date-f;b>h&&h>0?c=setTimeout(g,b-h):(c=null,a.apply(e,d),c||(e=d=null))};return function(){e=this,d=arguments,f=+new Date,c||(c=setTimeout(g,b))}}function R(c,d,e){var f,g,h,i,j=c[0],k=1==c.length&&"string"==typeof j;return b.isMoment(j)?(i=b.apply(null,c),T(j,i)):D(j)||void 0===j?i=b.apply(null,c):(f=!1,g=!1,k?Pa.test(j)?(j+="-01",c=[j],f=!0,g=!0):(h=Qa.exec(j))&&(f=!h[5],g=!0):a.isArray(j)&&(g=!0),i=d||f?b.utc.apply(b,c):b.apply(null,c),f?(i._ambigTime=!0,i._ambigZone=!0):e&&(g?i._ambigZone=!0:k&&i.zone(j))),i._fullCalendar=!0,i}function S(a,c){var d,e,f=!1,g=!1,h=a.length,i=[];for(d=0;h>d;d++)e=a[d],b.isMoment(e)||(e=Ca.moment.parseZone(e)),f=f||e._ambigTime,g=g||e._ambigZone,i.push(e);for(d=0;h>d;d++)e=i[d],c||!f||e._ambigTime?g&&!e._ambigZone&&(i[d]=e.clone().stripZone()):i[d]=e.clone().stripTime();return i}function T(a,b){a._ambigTime?b._ambigTime=!0:b._ambigTime&&(b._ambigTime=!1),a._ambigZone?b._ambigZone=!0:b._ambigZone&&(b._ambigZone=!1)}function U(a,b){a.year(b[0]||0).month(b[1]||0).date(b[2]||0).hours(b[3]||0).minutes(b[4]||0).seconds(b[5]||0).milliseconds(b[6]||0)}function V(a,b){return Sa.format.call(a,b)}function W(a,b){return X(a,aa(b))}function X(a,b){var c,d="";for(c=0;c<b.length;c++)d+=Y(a,b[c]);return d}function Y(a,b){var c,d;return"string"==typeof b?b:(c=b.token)?Ta[c]?Ta[c](a):V(a,c):b.maybe&&(d=X(a,b.maybe),d.match(/[1-9]/))?d:""}function Z(a,b,c,d,e){var f;return a=Ca.moment.parseZone(a),b=Ca.moment.parseZone(b),f=(a.localeData||a.lang).call(a),c=f.longDateFormat(c)||c,d=d||" - ",$(a,b,aa(c),d,e)}function $(a,b,c,d,e){var f,g,h,i,j="",k="",l="",m="",n="";for(g=0;g<c.length&&(f=_(a,b,c[g]),f!==!1);g++)j+=f;for(h=c.length-1;h>g&&(f=_(a,b,c[h]),f!==!1);h--)k=f+k;for(i=g;h>=i;i++)l+=Y(a,c[i]),m+=Y(b,c[i]);return(l||m)&&(n=e?m+d+l:l+d+m),j+n+k}function _(a,b,c){var d,e;return"string"==typeof c?c:(d=c.token)&&(e=Ua[d.charAt(0)],e&&a.isSame(b,e))?V(a,d):!1}function aa(a){return a in Va?Va[a]:Va[a]=ba(a)}function ba(a){for(var b,c=[],d=/\[([^\]]*)\]|\(([^\)]*)\)|(LT|(\w)\4*o?)|([^\w\[\(]+)/g;b=d.exec(a);)b[1]?c.push(b[1]):b[2]?c.push({maybe:ba(b[2])}):b[3]?c.push({token:b[3]}):b[5]&&c.push(b[5]);return c}function ca(){}function da(a,b){return a||b?a&&b?a.grid===b.grid&&a.row===b.row&&a.col===b.col:!1:!0}function ea(a){var b=ga(a);return"background"===b||"inverse-background"===b}function fa(a){return"inverse-background"===ga(a)}function ga(a){return K((a.source||{}).rendering,a.rendering)}function ha(a){var b,c,d={};for(b=0;b<a.length;b++)c=a[b],(d[c._id]||(d[c._id]=[])).push(c);return d}function ia(a,b){return a.eventStartMS-b.eventStartMS}function ja(a,b){return a.eventStartMS-b.eventStartMS||b.eventDurationMS-a.eventDurationMS||b.event.allDay-a.event.allDay||(a.event.title||"").localeCompare(b.event.title)}function ka(c){var d,e,f,g,h=Ca.dataAttrPrefix;return h&&(h+="-"),d=c.data(h+"event")||null,d&&(d="object"==typeof d?a.extend({},d):{},e=d.start,null==e&&(e=d.time),f=d.duration,g=d.stick,delete d.start,delete d.time,delete d.duration,delete d.stick),null==e&&(e=c.data(h+"start")),null==e&&(e=c.data(h+"time")),null==f&&(f=c.data(h+"duration")),null==g&&(g=c.data(h+"stick")),e=null!=e?b.duration(e):null,f=null!=f?b.duration(f):null,g=Boolean(g),{eventProps:d,startTime:e,duration:f,stick:g}}function la(a,b){var c,d;for(c=0;c<b.length;c++)if(d=b[c],d.leftCol<=a.rightCol&&d.rightCol>=a.leftCol)return!0;return!1}function ma(a,b){return a.leftCol-b.leftCol}function na(a){var b,c,d;if(a.sort(ja),b=oa(a),pa(b),c=b[0]){for(d=0;d<c.length;d++)qa(c[d]);for(d=0;d<c.length;d++)ra(c[d],0,0)}}function oa(a){var b,c,d,e=[];for(b=0;b<a.length;b++){for(c=a[b],d=0;d<e.length&&sa(c,e[d]).length;d++);c.level=d,(e[d]||(e[d]=[])).push(c)}return e}function pa(a){var b,c,d,e,f;for(b=0;b<a.length;b++)for(c=a[b],d=0;d<c.length;d++)for(e=c[d],e.forwardSegs=[],f=b+1;f<a.length;f++)sa(e,a[f],e.forwardSegs)}function qa(a){var b,c,d=a.forwardSegs,e=0;if(void 0===a.forwardPressure){for(b=0;b<d.length;b++)c=d[b],qa(c),e=Math.max(e,1+c.forwardPressure);a.forwardPressure=e}}function ra(a,b,c){var d,e=a.forwardSegs;if(void 0===a.forwardCoord)for(e.length?(e.sort(ua),ra(e[0],b+1,c),a.forwardCoord=e[0].backwardCoord):a.forwardCoord=1,a.backwardCoord=a.forwardCoord-(a.forwardCoord-c)/(b+1),d=0;d<e.length;d++)ra(e[d],0,a.forwardCoord)}function sa(a,b,c){c=c||[];for(var d=0;d<b.length;d++)ta(a,b[d])&&c.push(b[d]);return c}function ta(a,b){return a.bottom>b.top&&a.top<b.bottom}function ua(a,b){return b.forwardPressure-a.forwardPressure||(a.backwardCoord||0)-(b.backwardCoord||0)||ja(a,b)}function va(c,e){function g(a){return(a.locale||a.lang).call(a,$.lang).humanize()}function h(a){da?k()&&(r(),l(a)):i()}function i(){ea=$.theme?"ui":"fc",c.addClass("fc"),$.isRTL?c.addClass("fc-rtl"):c.addClass("fc-ltr"),$.theme?c.addClass("ui-widget"):c.addClass("fc-unthemed"),da=a("<div class='fc-view-container'/>").prependTo(c),ba=new wa(Y,$),ca=ba.render(),ca&&c.prepend(ca),l($.defaultView),$.handleWindowResize&&(ha=Q(t,$.windowResizeDelay),a(window).resize(ha))}function j(){fa&&fa.destroyView(),ba.destroy(),da.remove(),c.removeClass("fc fc-ltr fc-rtl fc-unthemed ui-widget"),a(window).unbind("resize",ha)}function k(){return c.is(":visible")}function l(b){na++,fa&&b&&fa.type!==b&&(ba.deactivateButton(fa.type),S(),fa.start&&fa.destroyView(),fa.el.remove(),fa=null),!fa&&b&&(fa=m(b),fa.el=a("<div class='fc-view fc-"+b+"-view' />").appendTo(da),ba.activateButton(b)),fa&&(ia=fa.massageCurrentDate(ia),fa.start&&ia.isWithin(fa.intervalStart,fa.intervalEnd)||k()&&(S(),fa.start&&fa.destroyView(),fa.setDate(ia),fa.renderView(),T(),C(),D(),x())),T(),na--}function m(a){var b=n(a);return new b["class"](Y,b.options,a)}function n(c){function d(b){"function"==typeof b?f=b:"object"==typeof b&&a.extend(e,b)}var e,f,h,i,j,k=$.defaultButtonText||{},l=$.buttonText||{},m=$.views||{},n=c,o=[],p=!1;if(ma[c])return ma[c];for(;n&&!f;)e={},d(Da[n]),d(m[n]),o.unshift(e),n=e.type;return o.unshift({}),e=a.extend.apply(a,o),f?(h=e.duration||f.duration,h&&(h=b.duration(h),i=B(h),p=1===h.as(i)),p&&m[i]&&(e=a.extend({},m[i],e)),j=l[c]||(p?l[i]:null)||k[c]||(p?k[i]:null)||e.buttonText||f.buttonText||(h?g(h):null)||c,ma[c]={"class":f,options:e,buttonText:j}):void 0}function o(a){return Boolean(n(a))}function p(a){var b=n(a);return b?b.buttonText:void 0}function q(a){return k()?(a&&s(),na++,fa.updateSize(!0),na--,!0):void 0}function r(){k()&&s()}function s(){ga="number"==typeof $.contentHeight?$.contentHeight:"number"==typeof $.height?$.height-(ca?ca.outerHeight(!0):0):"undefined"!=typeof $.height&&"parent"===$.height?a(la).parent().height()-(ca?ca.outerHeight(!0):0):Math.round(da.width()/Math.max($.aspectRatio,.5))}function t(a){!na&&a.target===window&&fa.start&&q(!0)&&fa.trigger("windowResize",la)}function u(){w(),y()}function v(){k()&&(S(),fa.destroyViewEvents(),fa.renderViewEvents(oa),T())}function w(){S(),fa.destroyViewEvents(),T()}function x(){!$.lazyFetching||ja(fa.start,fa.end)?y():v()}function y(){ka(fa.start,fa.end)}function z(a){oa=a,v()}function A(){v()}function C(){ba.updateTitle(fa.title)}function D(){var a=Y.getNow();a.isWithin(fa.intervalStart,fa.intervalEnd)?ba.disableButton("today"):ba.enableButton("today")}function E(a,b){a=Y.moment(a),b=b?Y.moment(b):a.hasTime()?a.clone().add(Y.defaultTimedEventDuration):a.clone().add(Y.defaultAllDayEventDuration),fa.select({start:a,end:b})}function G(){fa&&fa.unselect()}function H(){ia=fa.computePrevDate(ia),l()}function I(){ia=fa.computeNextDate(ia),l()}function J(){ia.add(-1,"years"),l()}function K(){ia.add(1,"years"),l()}function L(){ia=Y.getNow(),l()}function M(a){ia=Y.moment(a),l()}function O(a){ia.add(b.duration(a)),l()}function P(a,b){var c,d;b&&o(b)||(b=b||"day",c=ba.getViewsWithButtons().join(" "),d=c.match(new RegExp("\\w+"+N(b))),d||(d=c.match(/\w+Day/)),b=d?d[0]:"agendaDay"),ia=a,l(b)}function R(){return ia.clone()}function S(){da.css({width:"100%",height:da.height(),overflow:"hidden"})}function T(){da.css({width:"",height:"",overflow:""})}function U(){return Y}function V(){return fa}function W(a,b){return void 0===b?$[a]:void(("height"==a||"contentHeight"==a||"aspectRatio"==a)&&($[a]=b,q(!0)))}function X(a,b){return $[a]?$[a].apply(b||la,Array.prototype.slice.call(arguments,2)):void 0}var Y=this;e=e||{};var Z,$=d({},za,e);Z=$.lang in Ea?Ea[$.lang]:Ea[za.lang],Z&&($=d({},za,Z,e)),$.isRTL&&($=d({},za,Ba,Z||{},e)),Y.options=$,Y.render=h,Y.destroy=j,Y.refetchEvents=u,Y.reportEvents=z,Y.reportEventChange=A,Y.rerenderEvents=v,Y.changeView=l,Y.select=E,Y.unselect=G,Y.prev=H,Y.next=I,Y.prevYear=J,Y.nextYear=K,Y.today=L,Y.gotoDate=M,Y.incrementDate=O,Y.zoomTo=P,Y.getDate=R,Y.getCalendar=U,Y.getView=V,Y.option=W,Y.trigger=X,Y.isValidViewType=o,Y.getViewButtonText=p;var _=F(f($.lang));if($.monthNames&&(_._months=$.monthNames),$.monthNamesShort&&(_._monthsShort=$.monthNamesShort),$.dayNames&&(_._weekdays=$.dayNames),$.dayNamesShort&&(_._weekdaysShort=$.dayNamesShort),null!=$.firstDay){var aa=F(_._week);aa.dow=$.firstDay,_._week=aa}Y.defaultAllDayEventDuration=b.duration($.defaultAllDayEventDuration),Y.defaultTimedEventDuration=b.duration($.defaultTimedEventDuration),Y.moment=function(){var a;return"local"===$.timezone?(a=Ca.moment.apply(null,arguments),a.hasTime()&&a.local()):a="UTC"===$.timezone?Ca.moment.utc.apply(null,arguments):Ca.moment.parseZone.apply(null,arguments),"_locale"in a?a._locale=_:a._lang=_,a},Y.getIsAmbigTimezone=function(){return"local"!==$.timezone&&"UTC"!==$.timezone},Y.rezoneDate=function(a){return Y.moment(a.toArray())},Y.getNow=function(){var a=$.now;return"function"==typeof a&&(a=a()),Y.moment(a)},Y.calculateWeekNumber=function(a){var b=$.weekNumberCalculation;return"function"==typeof b?b(a):"local"===b?a.week():"ISO"===b.toUpperCase()?a.isoWeek():void 0},Y.getEventEnd=function(a){return a.end?a.end.clone():Y.getDefaultEventEnd(a.allDay,a.start)},Y.getDefaultEventEnd=function(a,b){var c=b.clone();return a?c.stripTime().add(Y.defaultAllDayEventDuration):c.add(Y.defaultTimedEventDuration),Y.getIsAmbigTimezone()&&c.stripZone(),c},xa.call(Y,$);var ba,ca,da,ea,fa,ga,ha,ia,ja=Y.isFetchNeeded,ka=Y.fetchEvents,la=c[0],ma={},na=0,oa=[];ia=null!=$.defaultDate?Y.moment($.defaultDate):Y.getNow(),Y.getSuggestedViewHeight=function(){return void 0===ga&&r(),ga},Y.isHeightAuto=function(){return"auto"===$.contentHeight||"auto"===$.height}}function wa(b,c){function d(){var b=c.header;return n=c.theme?"ui":"fc",b?o=a("<div class='fc-toolbar'/>").append(f("left")).append(f("right")).append(f("center")).append('<div class="fc-clear"/>'):void 0}function e(){o.remove()}function f(d){var e=a('<div class="fc-'+d+'"/>'),f=c.header[d];return f&&a.each(f.split(" "),function(d){var f,g=a(),h=!0;a.each(this.split(","),function(d,e){var f,i,j,k,l,m,o,q,r;if("title"==e)g=g.add(a('<h2 aria-live="polite"> </h2>')),h=!1;else if(a.isFunction(c.customButtons[e])){var s=a(c.customButtons[e](c));g=g.add(s)}else b[e]?f=function(){b[e]()}:b.isValidViewType(e)&&(f=function(){b.changeView(e)},p.push(e),l=b.getViewButtonText(e)),f&&(i=y(c.themeButtonIcons,e),j=y(c.buttonIcons,e),k=y(c.defaultButtonText,e),m=y(c.buttonText,e),o=l||m?L(l||m):i&&c.theme?"<span class='ui-icon ui-icon-"+i+"'></span>":j&&!c.theme?"<span class='fc-icon fc-icon-"+j+"'></span>":L(k||e),q=["fc-"+e+"-button",n+"-button",n+"-state-default"],r=a('<button type="button" class="'+q.join(" ")+'">'+o+"</button>").click(function(){r.hasClass(n+"-state-disabled")||(f(),(r.hasClass(n+"-state-active")||r.hasClass(n+"-state-disabled"))&&r.removeClass(n+"-state-hover"))}).mousedown(function(){r.not("."+n+"-state-active").not("."+n+"-state-disabled").addClass(n+"-state-down")}).mouseup(function(){r.removeClass(n+"-state-down")}).hover(function(){r.not("."+n+"-state-active").not("."+n+"-state-disabled").addClass(n+"-state-hover")},function(){r.removeClass(n+"-state-hover").removeClass(n+"-state-down")}),g=g.add(r))}),h&&g.first().addClass(n+"-corner-left").end().last().addClass(n+"-corner-right").end(),g.length>1||h?(f=a("<div/>"),h&&f.addClass("fc-button-group"),f.append(g),e.append(f)):e.append(g)}),e}function g(a){o.find("h2").text(a)}function h(a){o.find(".fc-"+a+"-button").addClass(n+"-state-active")}function i(a){o.find(".fc-"+a+"-button").removeClass(n+"-state-active")}function j(a){o.find(".fc-"+a+"-button").attr("disabled","disabled").addClass(n+"-state-disabled")}function k(a){o.find(".fc-"+a+"-button").removeAttr("disabled").removeClass(n+"-state-disabled")}function l(){return p}var m=this;m.render=d,m.destroy=e,m.updateTitle=g,m.activateButton=h,m.deactivateButton=i,m.disableButton=j,m.enableButton=k,m.getViewsWithButtons=l;var n,o=a(),p=[]}function xa(c){function d(a,b){return!Q||a.clone().stripZone()<Q.clone().stripZone()||b.clone().stripZone()>R.clone().stripZone()}function e(a,b){Q=a,R=b,$=[];var c=++X,d=W.length;Y=d;for(var e=0;d>e;e++)f(W[e],c)}function f(b,c){g(b,function(d){var e,f,g,h=a.isArray(b.events);if(c==X){if(d)for(e=0;e<d.length;e++)f=d[e],g=h?f:u(f,b),g&&$.push.apply($,y(g));Y--,Y||U($)}})}function g(b,d){var e,f,h=Ca.sourceFetchers;for(e=0;e<h.length;e++){if(f=h[e].call(P,b,Q.clone(),R.clone(),c.timezone,d),f===!0)return;if("object"==typeof f)return void g(f,d)}var i=b.events;if(i)a.isFunction(i)?(s(),i.call(P,Q.clone(),R.clone(),c.timezone,function(a){d(a),t()})):a.isArray(i)?d(i):d();else{var j=b.url;if(j){var k,l=b.success,m=b.error,n=b.complete;k=a.isFunction(b.data)?b.data():b.data;var o=a.extend({},k||{}),p=K(b.startParam,c.startParam),q=K(b.endParam,c.endParam),r=K(b.timezoneParam,c.timezoneParam);p&&(o[p]=Q.format()),q&&(o[q]=R.format()),c.timezone&&"local"!=c.timezone&&(o[r]=c.timezone),s(),a.ajax(a.extend({},eb,b,{data:o,success:function(b){b=b||[];var c=J(l,this,arguments);a.isArray(c)&&(b=c),d(b)},error:function(){J(m,this,arguments),d()},complete:function(){J(n,this,arguments),t()}}))}else d()}}function h(a){var b=i(a);b&&(W.push(b),Y++,f(b,X))}function i(b){var c,d,e=Ca.sourceNormalizers;if(a.isFunction(b)||a.isArray(b)?c={events:b}:"string"==typeof b?c={url:b}:"object"==typeof b&&(c=a.extend({},b)),c){for(c.className?"string"==typeof c.className&&(c.className=c.className.split(/\s+/)):c.className=[],a.isArray(c.events)&&(c.origArray=c.events,c.events=a.map(c.events,function(a){return u(a,c)})),d=0;d<e.length;d++)e[d].call(P,c);return c}}function j(b){W=a.grep(W,function(a){return!k(a,b)}),$=a.grep($,function(a){return!k(a.source,b)}),U($)}function k(a,b){return a&&b&&l(a)==l(b)}function l(a){return("object"==typeof a?a.origArray||a.googleCalendarId||a.url||a.events:null)||a}function m(a){a.start=P.moment(a.start),a.end?a.end=P.moment(a.end):a.end=null,B(a,n(a)),U($)}function n(b){var c={};return a.each(b,function(a,b){o(a)&&void 0!==b&&I(b)&&(c[a]=b)}),c}function o(a){return!/^_|^(id|allDay|start|end)$/.test(a)}function p(a,b){var c,d,e,f=u(a);if(f){for(c=y(f),d=0;d<c.length;d++)e=c[d],e.source||(b&&(V.events.push(e),e.source=V),$.push(e));return U($),c}return[]}function q(b){var c,d;for(null==b?b=function(){return!0}:a.isFunction(b)||(c=b+"",b=function(a){return a._id==c}),$=a.grep($,b,!0),d=0;d<W.length;d++)a.isArray(W[d].events)&&(W[d].events=a.grep(W[d].events,b,!0));U($)}function r(b){return a.isFunction(b)?a.grep($,b):null!=b?(b+="",a.grep($,function(a){return a._id==b})):$}function s(){Z++||S("loading",null,!0,T())}function t(){--Z||S("loading",null,!1,T())}function u(d,e){var f,g,h,i={};if(c.eventDataTransform&&(d=c.eventDataTransform(d)),e&&e.eventDataTransform&&(d=e.eventDataTransform(d)),a.extend(i,d),e&&(i.source=e),i._id=d._id||(void 0===d.id?"_fc"+fb++:d.id+""),d.className?"string"==typeof d.className?i.className=d.className.split(/\s+/):i.className=d.className:i.className=[],f=d.start||d.date,g=d.end,E(f)&&(f=b.duration(f)),E(g)&&(g=b.duration(g)),d.dow||b.isDuration(f)||b.isDuration(g))i.start=f?b.duration(f):null,i.end=g?b.duration(g):null,i._recurring=!0;else{if(f&&(f=P.moment(f),!f.isValid()))return!1;g&&(g=P.moment(g),g.isValid()||(g=null)),h=d.allDay,void 0===h&&(h=K(e?e.allDayDefault:void 0,c.allDayDefault)),v(f,g,h,i)}return i}function v(a,b,c,d){d.start=a,d.end=b,d.allDay=c,w(d),ya(d)}function w(a){null==a.allDay&&(a.allDay=!(a.start.hasTime()||a.end&&a.end.hasTime())),a.allDay?(a.start.stripTime(),a.end&&a.end.stripTime()):(a.start.hasTime()||(a.start=P.rezoneDate(a.start)),a.end&&!a.end.hasTime()&&(a.end=P.rezoneDate(a.end))),a.end&&!a.end.isAfter(a.start)&&(a.end=null),a.end||(c.forceEventDuration?a.end=P.getDefaultEventEnd(a.allDay,a.start):a.end=null)}function x(a){var b;return a.end||(b=a.allDay,null==b&&(b=!a.start.hasTime()),a={start:a.start,end:P.getDefaultEventEnd(b,a.start)}),a}function y(b,c,d){var e,f,g,h,i,j,k,l,m,n=[];if(c=c||Q,d=d||R,b)if(b._recurring){if(f=b.dow)for(e={},g=0;g<f.length;g++)e[f[g]]=!0;for(h=c.clone().stripTime();h.isBefore(d);)(!e||e[h.day()])&&(i=b.start,j=b.end,k=h.clone(),l=null,i&&(k=k.time(i)),j&&(l=h.clone().time(j)),m=a.extend({},b),v(k,l,!i&&!j,m),n.push(m)),h.add(1,"days")}else n.push(b);return n}function B(b,c){var d,e,f,g,h={};return c=c||{},c.start||(c.start=b.start.clone()),void 0===c.end&&(c.end=b.end?b.end.clone():null),null==c.allDay&&(c.allDay=b.allDay),w(c),d=null!==b._end&&null===c.end,e=c.allDay?A(c.start,b._start):z(c.start,b._start),!d&&c.end&&(f=z(c.end,c.start).subtract(z(b._end||P.getDefaultEventEnd(b._allDay,b._start),b._start))),a.each(c,function(a,b){o(a)&&void 0!==b&&(h[a]=b)}),g=C(r(b._id),d,c.allDay,e,f,h),{dateDelta:e,durationDelta:f,undo:g}}function C(b,c,d,e,f,g){var h=P.getIsAmbigTimezone(),i=[];return e&&!e.valueOf()&&(e=null),f&&!f.valueOf()&&(f=null),a.each(b,function(b,j){var k,l;k={start:j.start.clone(),end:j.end?j.end.clone():null,allDay:j.allDay},a.each(g,function(a){k[a]=j[a]}),l={start:j._start,end:j._end,allDay:j._allDay},c&&(l.end=null),l.allDay=d,w(l),e&&(l.start.add(e),l.end&&l.end.add(e)),f&&(l.end||(l.end=P.getDefaultEventEnd(l.allDay,l.start)),l.end.add(f)),h&&!l.allDay&&(e||f)&&(l.start.stripZone(),l.end&&l.end.stripZone()),a.extend(j,g,l),ya(j),i.push(function(){a.extend(j,k),ya(j)})}),function(){for(var a=0;a<i.length;a++)i[a]()}}function D(){var b,d=c.businessHours,e={className:"fc-nonbusiness",start:"09:00",end:"17:00",dow:[1,2,3,4,5],rendering:"inverse-background"},f=P.getView();return d&&(b="object"==typeof d?a.extend({},e,d):e),b?y(u(b),f.start,f.end):[]}function F(a,b){var d=b.source||{},e=K(b.constraint,d.constraint,c.eventConstraint),f=K(b.overlap,d.overlap,c.eventOverlap);return a=x(a),L(a,e,f,b)}function G(a){return L(a,c.selectConstraint,c.selectOverlap)}function H(b,c){var d,e;return c&&(d=a.extend({},c,b),e=y(u(d))[0]),e?F(b,e):(b=x(b),G(b))}function L(a,b,c,d){var e,f,g,h,i;if(a={start:a.start.clone().stripZone(),end:a.end.clone().stripZone()},null!=b){for(e=M(b),f=!1,g=0;g<e.length;g++)if(N(e[g],a)){f=!0;break}if(!f)return!1}for(g=0;g<$.length;g++)if(h=$[g],(!d||d._id!==h._id)&&O(h,a)){if(c===!1)return!1;if("function"==typeof c&&!c(h,d))return!1;if(d){if(i=K(h.overlap,(h.source||{}).overlap),i===!1)return!1;if("function"==typeof i&&!i(d,h))return!1}}return!0}function M(a){return"businessHours"===a?D():"object"==typeof a?y(u(a)):r(a)}function N(a,b){var c=a.start.clone().stripZone(),d=P.getEventEnd(a).stripZone();return b.start>=c&&b.end<=d}function O(a,b){var c=a.start.clone().stripZone(),d=P.getEventEnd(a).stripZone();return b.start<d&&b.end>c}var P=this;P.isFetchNeeded=d,P.fetchEvents=e,P.addEventSource=h,P.removeEventSource=j,P.updateEvent=m,P.renderEvent=p,P.removeEvents=q,P.clientEvents=r,P.mutateEvent=B,P.normalizeEventDateProps=w,P.ensureVisibleEventRange=x;var Q,R,S=P.trigger,T=P.getView,U=P.reportEvents,V={events:[]},W=[V],X=0,Y=0,Z=0,$=[];a.each((c.events?[c.events]:[]).concat(c.eventSources||[]),function(a,b){var c=i(b);c&&W.push(c)}),P.getBusinessHoursEvents=D,P.isEventRangeAllowed=F,P.isSelectionRangeAllowed=G,P.isExternalDropRangeAllowed=H}function ya(a){a._allDay=a.allDay,a._start=a.start.clone(),a._end=a.end?a.end.clone():null}var za={titleRangeSeparator:" — ",monthYearFormat:"MMMM YYYY",defaultTimedEventDuration:"02:00:00",defaultAllDayEventDuration:{days:1},forceEventDuration:!1,nextDayThreshold:"09:00:00",defaultView:"month",aspectRatio:1.35,header:{left:"title",center:"",right:"today prev,next"},weekends:!0,weekNumbers:!1,weekNumberTitle:"W",weekNumberCalculation:"local",lazyFetching:!0,startParam:"start",endParam:"end",timezoneParam:"timezone",timezone:!1,isRTL:!1,defaultButtonText:{prev:"prev",next:"next",prevYear:"prev year",nextYear:"next year",today:"today",month:"month",week:"week",day:"day"},buttonIcons:{prev:"left-single-arrow",next:"right-single-arrow",prevYear:"left-double-arrow",nextYear:"right-double-arrow"},theme:!1,themeButtonIcons:{prev:"circle-triangle-w",next:"circle-triangle-e",prevYear:"seek-prev",nextYear:"seek-next"},dragOpacity:.75,dragRevertDuration:500,dragScroll:!0,unselectAuto:!0,dropAccept:"*",eventLimit:!1,eventLimitText:"more",eventLimitClick:"popover",dayPopoverFormat:"LL",handleWindowResize:!0,windowResizeDelay:200},Aa={dayPopoverFormat:"dddd, MMMM D"},Ba={header:{left:"next,prev today",center:"",right:"title"},buttonIcons:{prev:"right-single-arrow",next:"left-single-arrow",prevYear:"right-double-arrow",nextYear:"left-double-arrow"},themeButtonIcons:{prev:"circle-triangle-e",next:"circle-triangle-w",nextYear:"seek-prev",prevYear:"seek-next"}},Ca=a.fullCalendar={version:"2.2.7"},Da=Ca.views={};a.fn.fullCalendar=function(b){var c=Array.prototype.slice.call(arguments,1),d=this;return this.each(function(e,f){var g,h=a(f),i=h.data("fullCalendar");"string"==typeof b?i&&a.isFunction(i[b])&&(g=i[b].apply(i,c),e||(d=g),"destroy"===b&&h.removeData("fullCalendar")):i||(i=new va(h,b),h.data("fullCalendar",i),i.render())}),d};var Ea=Ca.langs={};Ca.datepickerLang=function(b,c,d){var e=Ea[b]||(Ea[b]={});e.isRTL=d.isRTL,e.weekNumberTitle=d.weekHeader,a.each(Fa,function(a,b){e[a]=b(d)}),a.datepicker&&(a.datepicker.regional[c]=a.datepicker.regional[b]=d,a.datepicker.regional.en=a.datepicker.regional[""],a.datepicker.setDefaults(d))},Ca.lang=function(b,c){var e,g;e=Ea[b]||(Ea[b]={}),c&&d(e,c),g=f(b),a.each(Ga,function(a,b){void 0===e[a]&&(e[a]=b(g,e))}),za.lang=b};var Fa={defaultButtonText:function(a){return{prev:M(a.prevText),next:M(a.nextText),today:M(a.currentText)}},monthYearFormat:function(a){return a.showMonthAfterYear?"YYYY["+a.yearSuffix+"] MMMM":"MMMM YYYY["+a.yearSuffix+"]"}},Ga={dayOfMonthFormat:function(a,b){var c=a.longDateFormat("l");return c=c.replace(/^Y+[^\w\s]*|[^\w\s]*Y+$/g,""),b.isRTL?c+=" ddd":c="ddd "+c,c},smallTimeFormat:function(a){return a.longDateFormat("LT").replace(":mm","(:mm)").replace(/(\Wmm)$/,"($1)").replace(/\s*a$/i,"a")},extraSmallTimeFormat:function(a){return a.longDateFormat("LT").replace(":mm","(:mm)").replace(/(\Wmm)$/,"($1)").replace(/\s*a$/i,"t")},noMeridiemTimeFormat:function(a){return a.longDateFormat("LT").replace(/\s*a$/i,"")}};Ca.lang("en",Aa),Ca.intersectionToSeg=x,Ca.applyAll=J,Ca.debounce=Q;var Ha,Ia,Ja,Ka=-1!==navigator.userAgent.toLowerCase().indexOf("phantom"),La=!1,Ma=["sun","mon","tue","wed","thu","fri","sat"],Na=["year","month","week","day","hour","minute","second","millisecond"],Oa={}.hasOwnProperty,Pa=/^\s*\d{4}-\d\d$/,Qa=/^\s*\d{4}-(?:(\d\d-\d\d)|(W\d\d$)|(W\d\d-\d)|(\d\d\d))((T| )(\d\d(:\d\d(:\d\d(\.\d+)?)?)?)?)?$/,Ra=b.fn,Sa=a.extend({},Ra);Ca.moment=function(){return R(arguments)},Ca.moment.utc=function(){var a=R(arguments,!0);return a.hasTime()&&a.utc(),a},Ca.moment.parseZone=function(){return R(arguments,!0,!0)},Ra.clone=function(){var a=Sa.clone.apply(this,arguments);return T(this,a),this._fullCalendar&&(a._fullCalendar=!0),a},Ra.time=function(a){if(!this._fullCalendar)return Sa.time.apply(this,arguments);if(null==a)return b.duration({hours:this.hours(),minutes:this.minutes(),seconds:this.seconds(),milliseconds:this.milliseconds()});this._ambigTime=!1,b.isDuration(a)||b.isMoment(a)||(a=b.duration(a));var c=0;return b.isDuration(a)&&(c=24*Math.floor(a.asDays())),this.hours(c+a.hours()).minutes(a.minutes()).seconds(a.seconds()).milliseconds(a.milliseconds())},Ra.stripTime=function(){var a;return this._ambigTime||(a=this.toArray(),this.utc(),Ia(this,a.slice(0,3)),this._ambigTime=!0,this._ambigZone=!0),this},Ra.hasTime=function(){return!this._ambigTime},Ra.stripZone=function(){var a,b;return this._ambigZone||(a=this.toArray(),b=this._ambigTime,this.utc(),Ia(this,a),this._ambigTime=b||!1,this._ambigZone=!0),this},Ra.hasZone=function(){return!this._ambigZone},Ra.local=function(){var a=this.toArray(),b=this._ambigZone;return Sa.local.apply(this,arguments),this._ambigTime=!1,this._ambigZone=!1,b&&Ja(this,a),this},Ra.utc=function(){return Sa.utc.apply(this,arguments),this._ambigTime=!1,this._ambigZone=!1,this},a.each(["zone","utcOffset"],function(a,b){Sa[b]&&(Ra[b]=function(a){return null!=a&&(this._ambigTime=!1,this._ambigZone=!1),Sa[b].apply(this,arguments)})}),Ra.format=function(){return this._fullCalendar&&arguments[0]?W(this,arguments[0]):this._ambigTime?V(this,"YYYY-MM-DD"):this._ambigZone?V(this,"YYYY-MM-DD[T]HH:mm:ss"):Sa.format.apply(this,arguments)},Ra.toISOString=function(){return this._ambigTime?V(this,"YYYY-MM-DD"):this._ambigZone?V(this,"YYYY-MM-DD[T]HH:mm:ss"):Sa.toISOString.apply(this,arguments)},Ra.isWithin=function(a,b){var c=S([this,a,b]);return c[0]>=c[1]&&c[0]<c[2]},Ra.isSame=function(a,b){var c;return this._fullCalendar?b?(c=S([this,a],!0),Sa.isSame.call(c[0],c[1],b)):(a=Ca.moment.parseZone(a),Sa.isSame.call(this,a)&&Boolean(this._ambigTime)===Boolean(a._ambigTime)&&Boolean(this._ambigZone)===Boolean(a._ambigZone)):Sa.isSame.apply(this,arguments)},a.each(["isBefore","isAfter"],function(a,b){Ra[b]=function(a,c){var d;return this._fullCalendar?(d=S([this,a]),Sa[b].call(d[0],d[1],c)):Sa[b].apply(this,arguments)}}),Ha="_d"in b()&&"updateOffset"in b,Ia=Ha?function(a,c){a._d.setTime(Date.UTC.apply(Date,c)),b.updateOffset(a,!1)}:U,Ja=Ha?function(a,c){a._d.setTime(+new Date(c[0]||0,c[1]||0,c[2]||0,c[3]||0,c[4]||0,c[5]||0,c[6]||0)),b.updateOffset(a,!1)}:U;var Ta={t:function(a){return V(a,"a").charAt(0)},T:function(a){return V(a,"A").charAt(0)}};Ca.formatRange=Z;var Ua={Y:"year",M:"month",D:"day",d:"day",A:"second",a:"second",T:"second",t:"second",H:"second",h:"second",m:"second",s:"second"},Va={};Ca.Class=ca,ca.extend=function(a){var b,c=this;return a=a||{},H(a,"constructor")&&(b=a.constructor),"function"!=typeof b&&(b=a.constructor=function(){c.apply(this,arguments)}),b.prototype=F(c.prototype),G(a,b.prototype),G(c,b),b},ca.mixin=function(a){G(a.prototype||a,this.prototype)};var Wa=ca.extend({isHidden:!0,options:null,el:null,documentMousedownProxy:null,margin:10,constructor:function(a){this.options=a||{}},show:function(){this.isHidden&&(this.el||this.render(),this.el.show(),this.position(),this.isHidden=!1,this.trigger("show"))},hide:function(){this.isHidden||(this.el.hide(),this.isHidden=!0,this.trigger("hide"))},render:function(){var b=this,c=this.options;this.el=a('<div class="fc-popover"/>').addClass(c.className||"").css({top:0,left:0}).append(c.content).appendTo(c.parentEl),this.el.on("click",".fc-close",function(){b.hide()}),c.autoHide&&a(document).on(m(),this.documentMousedownProxy=a.proxy(this,"documentMousedown"))},documentMousedown:function(b){this.el&&!a(b.target).closest(this.el).length&&(this.hide(),b.stopPropagation())},destroy:function(){this.hide(),this.el&&(this.el.remove(),this.el=null),
|
3 |
a(document).off(m(),this.documentMousedownProxy)},position:function(){var b,c,d,e,f,g=this.options,h=this.el.offsetParent().offset(),i=this.el.outerWidth(),j=this.el.outerHeight(),k=a(window),l=u(this.el);e=g.top||0,f=void 0!==g.left?g.left:void 0!==g.right?g.right-i:0,l.is(window)||l.is(document)?(l=k,b=0,c=0):(d=l.offset(),b=d.top,c=d.left),b+=k.scrollTop(),c+=k.scrollLeft(),g.viewportConstrain!==!1&&(e=Math.min(e,b+l.outerHeight()-j-this.margin),e=Math.max(e,b+this.margin),f=Math.min(f,c+l.outerWidth()-i-this.margin),f=Math.max(f,c+this.margin)),this.el.css({top:e-h.top,left:f-h.left})},trigger:function(a){this.options[a]&&this.options[a].apply(this,Array.prototype.slice.call(arguments,1))}}),Xa=ca.extend({grid:null,rowCoords:null,colCoords:null,containerEl:null,minX:null,maxX:null,minY:null,maxY:null,constructor:function(a){this.grid=a},build:function(){this.rowCoords=this.grid.computeRowCoords(),this.colCoords=this.grid.computeColCoords(),this.computeBounds()},clear:function(){this.rowCoords=null,this.colCoords=null},getCell:function(a,b){var c,d,e,f=this.rowCoords,g=this.colCoords,h=null,i=null;if(this.inBounds(a,b)){for(c=0;c<f.length;c++)if(d=f[c],b>=d.top&&b<d.bottom){h=c;break}for(c=0;c<g.length;c++)if(d=g[c],a>=d.left&&a<d.right){i=c;break}if(null!==h&&null!==i)return e=this.grid.getCell(h,i),e.grid=this.grid,e}return null},computeBounds:function(){var a;this.containerEl&&(a=this.containerEl.offset(),this.minX=a.left,this.maxX=a.left+this.containerEl.outerWidth(),this.minY=a.top,this.maxY=a.top+this.containerEl.outerHeight())},inBounds:function(a,b){return this.containerEl?a>=this.minX&&a<this.maxX&&b>=this.minY&&b<this.maxY:!0}}),Ya=ca.extend({coordMaps:null,constructor:function(a){this.coordMaps=a},build:function(){var a,b=this.coordMaps;for(a=0;a<b.length;a++)b[a].build()},getCell:function(a,b){var c,d=this.coordMaps,e=null;for(c=0;c<d.length&&!e;c++)e=d[c].getCell(a,b);return e},clear:function(){var a,b=this.coordMaps;for(a=0;a<b.length;a++)b[a].clear()}}),Za=ca.extend({coordMap:null,options:null,isListening:!1,isDragging:!1,origCell:null,cell:null,mouseX0:null,mouseY0:null,mousemoveProxy:null,mouseupProxy:null,scrollEl:null,scrollBounds:null,scrollTopVel:null,scrollLeftVel:null,scrollIntervalId:null,scrollHandlerProxy:null,scrollSensitivity:30,scrollSpeed:200,scrollIntervalMs:50,constructor:function(a,b){this.coordMap=a,this.options=b||{}},mousedown:function(a){w(a)&&(k(a)||a.preventDefault(),this.startListening(a),this.options.distance||this.startDrag(a))},startListening:function(b){var c,d;this.isListening||(b&&this.options.scroll&&(c=u(a(b.target)),c.is(window)||c.is(document)||(this.scrollEl=c,this.scrollHandlerProxy=Q(a.proxy(this,"scrollHandler"),100),this.scrollEl.on("scroll",this.scrollHandlerProxy))),this.computeCoords(),b&&(d=this.getCell(b),this.origCell=d,this.mouseX0=l(b).x,this.mouseY0=l(b).y),a(document).on(o(),this.mousemoveProxy=a.proxy(this,"mousemove")).on(n(),this.mouseupProxy=a.proxy(this,"mouseup")).on("selectstart",this.preventDefault),this.isListening=!0,this.trigger("listenStart",b))},computeCoords:function(){this.coordMap.build(),this.computeScrollBounds()},mousemove:function(a){var b,c;this.isDragging||(b=this.options.distance||1,c=Math.pow(l(a).x-this.mouseX0,2)+Math.pow(l(a).y-this.mouseY0,2),c>=b*b&&this.startDrag(a)),this.isDragging&&this.drag(a)},startDrag:function(a){var b;this.isListening||this.startListening(),this.isDragging||(this.isDragging=!0,this.trigger("dragStart",a),b=this.getCell(a),b&&this.cellOver(b))},drag:function(a){var b;this.isDragging&&(b=this.getCell(a),da(b,this.cell)||(this.cell&&this.cellOut(),!b||k(a)&&!La||this.cellOver(b)),this.dragScroll(a))},cellOver:function(a){this.cell=a,this.trigger("cellOver",a,da(a,this.origCell))},cellOut:function(){this.cell&&(this.trigger("cellOut",this.cell),this.cell=null)},mouseup:function(a){this.stopDrag(a),this.stopListening(a)},stopDrag:function(a){this.isDragging&&(this.stopScrolling(),this.trigger("dragStop",a),this.isDragging=!1)},stopListening:function(b){this.isListening&&(this.scrollEl&&(this.scrollEl.off("scroll",this.scrollHandlerProxy),this.scrollHandlerProxy=null),a(document).off(o(),this.mousemoveProxy).off(n(),this.mouseupProxy).off("selectstart",this.preventDefault),this.mousemoveProxy=null,this.mouseupProxy=null,this.isListening=!1,this.trigger("listenStop",b),this.origCell=this.cell=null,this.coordMap.clear())},getCell:function(a){return this.coordMap.getCell(l(a).x,l(a).y)},trigger:function(a){this.options[a]&&this.options[a].apply(this,Array.prototype.slice.call(arguments,1))},preventDefault:function(a){a.preventDefault()},computeScrollBounds:function(){var a,b=this.scrollEl;b&&(a=b.offset(),this.scrollBounds={top:a.top,left:a.left,bottom:a.top+b.outerHeight(),right:a.left+b.outerWidth()})},dragScroll:function(a){var b,c,d,e,f=this.scrollSensitivity,g=this.scrollBounds,h=0,i=0;g&&(b=(f-(l(a).y-g.top))/f,c=(f-(g.bottom-l(a).y))/f,d=(f-(l(a).x-g.left))/f,e=(f-(g.right-l(a).x))/f,b>=0&&1>=b?h=b*this.scrollSpeed*-1:c>=0&&1>=c&&(h=c*this.scrollSpeed),d>=0&&1>=d?i=d*this.scrollSpeed*-1:e>=0&&1>=e&&(i=e*this.scrollSpeed)),this.setScrollVel(h,i)},setScrollVel:function(b,c){this.scrollTopVel=b,this.scrollLeftVel=c,this.constrainScrollVel(),!this.scrollTopVel&&!this.scrollLeftVel||this.scrollIntervalId||(this.scrollIntervalId=setInterval(a.proxy(this,"scrollIntervalFunc"),this.scrollIntervalMs))},constrainScrollVel:function(){var a=this.scrollEl;this.scrollTopVel<0?a.scrollTop()<=0&&(this.scrollTopVel=0):this.scrollTopVel>0&&a.scrollTop()+a[0].clientHeight>=a[0].scrollHeight&&(this.scrollTopVel=0),this.scrollLeftVel<0?a.scrollLeft()<=0&&(this.scrollLeftVel=0):this.scrollLeftVel>0&&a.scrollLeft()+a[0].clientWidth>=a[0].scrollWidth&&(this.scrollLeftVel=0)},scrollIntervalFunc:function(){var a=this.scrollEl,b=this.scrollIntervalMs/1e3;this.scrollTopVel&&a.scrollTop(a.scrollTop()+this.scrollTopVel*b),this.scrollLeftVel&&a.scrollLeft(a.scrollLeft()+this.scrollLeftVel*b),this.constrainScrollVel(),this.scrollTopVel||this.scrollLeftVel||this.stopScrolling()},stopScrolling:function(){this.scrollIntervalId&&(clearInterval(this.scrollIntervalId),this.scrollIntervalId=null,this.computeCoords())},scrollHandler:function(){this.scrollIntervalId||this.computeCoords()}}),$a=ca.extend({options:null,sourceEl:null,el:null,parentEl:null,top0:null,left0:null,mouseY0:null,mouseX0:null,topDelta:null,leftDelta:null,mousemoveProxy:null,isFollowing:!1,isHidden:!1,isAnimating:!1,constructor:function(b,c){this.options=c=c||{},this.sourceEl=b,this.parentEl=c.parentEl?a(c.parentEl):b.parent()},start:function(b){this.isFollowing||(this.isFollowing=!0,this.mouseY0=l(b).y,this.mouseX0=l(b).x,this.topDelta=0,this.leftDelta=0,this.isHidden||this.updatePosition(),a(document).on(o(),this.mousemoveProxy=a.proxy(this,"mousemove")))},stop:function(b,c){function d(){this.isAnimating=!1,e.destroyEl(),this.top0=this.left0=null,c&&c()}var e=this,f=this.options.revertDuration;this.isFollowing&&!this.isAnimating&&(this.isFollowing=!1,a(document).off(o(),this.mousemoveProxy),b&&f&&!this.isHidden?(this.isAnimating=!0,this.el.animate({top:this.top0,left:this.left0},{duration:f,complete:d})):d())},getEl:function(){var a=this.el;return a||(this.sourceEl.width(),a=this.el=this.sourceEl.clone().css({position:"absolute",visibility:"",display:this.isHidden?"none":"",margin:0,right:"auto",bottom:"auto",width:this.sourceEl.width(),height:this.sourceEl.height(),opacity:this.options.opacity||"",zIndex:this.options.zIndex}).appendTo(this.parentEl)),a},destroyEl:function(){this.el&&(this.el.remove(),this.el=null)},updatePosition:function(){var a,b;this.getEl(),null===this.top0&&(this.sourceEl.width(),a=this.sourceEl.offset(),b=this.el.offsetParent().offset(),this.top0=a.top-b.top,this.left0=a.left-b.left),this.el.css({top:this.top0+this.topDelta,left:this.left0+this.leftDelta})},mousemove:function(a){this.topDelta=l(a).y-this.mouseY0,this.leftDelta=l(a).x-this.mouseX0,this.isHidden||this.updatePosition()},hide:function(){this.isHidden||(this.isHidden=!0,this.el&&this.el.hide())},show:function(){this.isHidden&&(this.isHidden=!1,this.updatePosition(),this.getEl().show())}}),_a=ca.extend({view:null,isRTL:null,cellHtml:"<td/>",constructor:function(a){this.view=a,this.isRTL=a.opt("isRTL")},rowHtml:function(a,b){var c,d,e=this.getHtmlRenderer("cell",a),f="";for(b=b||0,c=0;c<this.colCnt;c++)d=this.getCell(b,c),f+=e(d);return f=this.bookendCells(f,a,b),"<tr>"+f+"</tr>"},bookendCells:function(a,b,c){var d=this.getHtmlRenderer("intro",b)(c||0),e=this.getHtmlRenderer("outro",b)(c||0),f=this.isRTL?e:d,g=this.isRTL?d:e;return"string"==typeof a?f+a+g:a.prepend(f).append(g)},getHtmlRenderer:function(a,b){var c,d,e,f,g=this.view;return c=a+"Html",b&&(d=b+N(a)+"Html"),d&&(f=g[d])?e=g:d&&(f=this[d])?e=this:(f=g[c])?e=g:(f=this[c])&&(e=this),"function"==typeof f?function(){return f.apply(e,arguments)||""}:function(){return f||""}}}),ab=Ca.Grid=_a.extend({start:null,end:null,rowCnt:0,colCnt:0,rowData:null,colData:null,el:null,coordMap:null,elsByFill:null,documentDragStartProxy:null,colHeadFormat:null,eventTimeFormat:null,displayEventEnd:null,constructor:function(){_a.apply(this,arguments),this.coordMap=new Xa(this),this.elsByFill={},this.documentDragStartProxy=a.proxy(this,"documentDragStart")},render:function(){this.bindHandlers()},destroy:function(){this.unbindHandlers()},computeColHeadFormat:function(){},computeEventTimeFormat:function(){return this.view.opt("smallTimeFormat")},computeDisplayEventEnd:function(){return!1},setRange:function(a){var b=this.view;this.start=a.start.clone(),this.end=a.end.clone(),this.rowData=[],this.colData=[],this.updateCells(),this.colHeadFormat=b.opt("columnFormat")||this.computeColHeadFormat(),this.eventTimeFormat=b.opt("timeFormat")||this.computeEventTimeFormat(),this.displayEventEnd=b.opt("displayEventEnd"),null==this.displayEventEnd&&(this.displayEventEnd=this.computeDisplayEventEnd())},updateCells:function(){},rangeToSegs:function(a){},getCell:function(b,c){var d;return null==c&&("number"==typeof b?(c=b%this.colCnt,b=Math.floor(b/this.colCnt)):(c=b.col,b=b.row)),d={row:b,col:c},a.extend(d,this.getRowData(b),this.getColData(c)),a.extend(d,this.computeCellRange(d)),d},computeCellRange:function(a){},getRowData:function(a){return this.rowData[a]||{}},getColData:function(a){return this.colData[a]||{}},getRowEl:function(a){},getColEl:function(a){},getCellDayEl:function(a){return this.getColEl(a.col)||this.getRowEl(a.row)},computeRowCoords:function(){var a,b,c,d=[];for(a=0;a<this.rowCnt;a++)b=this.getRowEl(a),c={top:b.offset().top},a>0&&(d[a-1].bottom=c.top),d.push(c);return c.bottom=c.top+b.outerHeight(),d},computeColCoords:function(){var a,b,c,d=[];for(a=0;a<this.colCnt;a++)b=this.getColEl(a),c={left:b.offset().left},a>0&&(d[a-1].right=c.left),d.push(c);return c.right=c.left+b.outerWidth(),d},bindHandlers:function(){var b=this;this.el.on(m(),function(c){a(c.target).is(".fc-event-container *, .fc-more")||b.view.el.find(".fc-popover").length||a(c.target).closest(".fc-popover").length||b.dayMousedown(c)}),this.bindSegHandlers(),a(document).on("dragstart",this.documentDragStartProxy)},unbindHandlers:function(){a(document).off("dragstart",this.documentDragStartProxy)},dayMousedown:function(a){var b,c,d=this,e=this.view,f=e.opt("selectable"),g=new Za(this.coordMap,{scroll:e.opt("dragScroll"),dragStart:function(){e.unselect()},cellOver:function(a,e){var h=g.origCell;h&&(b=e?a:null,f&&(c=d.computeSelection(h,a),c?d.renderSelection(c):i()))},cellOut:function(a){b=null,c=null,d.destroySelection(),j()},listenStop:function(a){b&&(a.preventDefault(),e.trigger("dayClick",d.getCellDayEl(b),b.start,a)),c&&e.reportSelection(c,a),j()}});g.mousedown(a)},renderRangeHelper:function(a,b){var c;c=b?F(b.event):{},c.start=a.start.clone(),c.end=a.end?a.end.clone():null,c.allDay=null,this.view.calendar.normalizeEventDateProps(c),c.className=(c.className||[]).concat("fc-helper"),b||(c.editable=!1),this.renderHelper(c,b)},renderHelper:function(a,b){},destroyHelper:function(){},renderSelection:function(a){this.renderHighlight(a)},destroySelection:function(){this.destroyHighlight()},computeSelection:function(a,b){var c,d=[a.start,a.end,b.start,b.end];return d.sort(O),c={start:d[0].clone(),end:d[3].clone()},this.view.calendar.isSelectionRangeAllowed(c)?c:null},renderHighlight:function(a){this.renderFill("highlight",this.rangeToSegs(a))},destroyHighlight:function(){this.destroyFill("highlight")},highlightSegClasses:function(){return["fc-highlight"]},renderFill:function(a,b){},destroyFill:function(a){var b=this.elsByFill[a];b&&(b.remove(),delete this.elsByFill[a])},renderFillSegEls:function(b,c){var d,e=this,f=this[b+"SegEl"],g="",h=[];if(c.length){for(d=0;d<c.length;d++)g+=this.fillSegHtml(b,c[d]);a(g).each(function(b,d){var g=c[b],i=a(d);f&&(i=f.call(e,g,i)),i&&(i=a(i),i.is(e.fillSegTag)&&(g.el=i,h.push(g)))})}return h},fillSegTag:"div",fillSegHtml:function(a,b){var c=this[a+"SegClasses"],d=this[a+"SegStyles"],e=c?c.call(this,b):[],f=d?d.call(this,b):"";return"<"+this.fillSegTag+(e.length?' class="'+e.join(" ")+'"':"")+(f?' style="'+f+'"':"")+" />"},headHtml:function(){return'<div class="fc-row '+this.view.widgetHeaderClass+'"><table><thead>'+this.rowHtml("head")+"</thead></table></div>"},headCellHtml:function(a){var b=this.view,c=a.start;return'<th class="fc-day-header '+b.widgetHeaderClass+" fc-"+Ma[c.day()]+'">'+L(c.format(this.colHeadFormat))+"</th>"},bgCellHtml:function(a){var b=this.view,c=a.start,d=this.getDayClasses(c);return d.unshift("fc-day",b.widgetContentClass),'<td class="'+d.join(" ")+'" data-date="'+c.format("YYYY-MM-DD")+'"></td>'},getDayClasses:function(a){var b=this.view,c=b.calendar.getNow().stripTime(),d=["fc-"+Ma[a.day()]];return"month"===b.name&&a.month()!=b.intervalStart.month()&&d.push("fc-other-month"),a.isSame(c,"day")?d.push("fc-today",b.highlightStateClass):c>a?d.push("fc-past"):d.push("fc-future"),d}});ab.mixin({mousedOverSeg:null,isDraggingSeg:!1,isResizingSeg:!1,segs:null,renderEvents:function(a){var b,c,d=this.eventsToSegs(a),e=[],f=[];for(b=0;b<d.length;b++)c=d[b],ea(c.event)?e.push(c):f.push(c);e=this.renderBgSegs(e)||e,f=this.renderFgSegs(f)||f,this.segs=e.concat(f)},destroyEvents:function(){this.triggerSegMouseout(),this.destroyFgSegs(),this.destroyBgSegs(),this.segs=null},getEventSegs:function(){return this.segs||[]},renderFgSegs:function(a){},destroyFgSegs:function(){},renderFgSegEls:function(b,c){var d,e=this.view,f="",g=[];if(b.length){for(d=0;d<b.length;d++)f+=this.fgSegHtml(b[d],c);a(f).each(function(c,d){var f=b[c],h=e.resolveEventEl(f.event,a(d));h&&(h.data("fc-seg",f),f.el=h,g.push(f))})}return g},fgSegHtml:function(a,b){},renderBgSegs:function(a){return this.renderFill("bgEvent",a)},destroyBgSegs:function(){this.destroyFill("bgEvent")},bgEventSegEl:function(a,b){return this.view.resolveEventEl(a.event,b)},bgEventSegClasses:function(a){var b=a.event,c=b.source||{};return["fc-bgevent"].concat(b.className,c.className||[])},bgEventSegStyles:function(a){var b=this.view,c=a.event,d=c.source||{},e=c.color,f=d.color,g=b.opt("eventColor"),h=c.backgroundColor||e||d.backgroundColor||f||b.opt("eventBackgroundColor")||g;return h?"background-color:"+h:""},businessHoursSegClasses:function(a){return["fc-nonbusiness","fc-bgevent"]},bindSegHandlers:function(){var b=this,c=this.view,d={};d.mouseenter=function(a,c){b.triggerSegMouseover(a,c)},d.mouseleave=function(a,c){b.triggerSegMouseout(a,c)},d.click=function(a,b){return c.trigger("eventClick",this,a.event,b)},d[m()]=function(d,e){a(e.target).is(".fc-resizer")&&c.isEventResizable(d.event)?b.segResizeMousedown(d,e):!c.isEventDraggable(d.event)||k(e)&&!La||b.segDragMousedown(d,e)},a.each(d,function(c,d){b.el.on(c,".fc-event-container > *",function(c){var e=a(this).data("fc-seg");return!e||b.isDraggingSeg||b.isResizingSeg?void 0:d.call(this,e,c)})})},triggerSegMouseover:function(a,b){this.mousedOverSeg||(this.mousedOverSeg=a,this.view.trigger("eventMouseover",a.el[0],a.event,b))},triggerSegMouseout:function(a,b){b=b||{},this.mousedOverSeg&&(a=a||this.mousedOverSeg,this.mousedOverSeg=null,this.view.trigger("eventMouseout",a.el[0],a.event,b))},segDragMousedown:function(a,b){var c,d=this,e=this.view,f=a.el,g=a.event,h=new $a(a.el,{parentEl:e.el,opacity:e.opt("dragOpacity"),revertDuration:e.opt("dragRevertDuration"),zIndex:2}),k=new Za(e.coordMap,{distance:5,scroll:e.opt("dragScroll"),listenStart:function(a){h.hide(),h.start(a)},dragStart:function(b){d.triggerSegMouseout(a,b),d.isDraggingSeg=!0,e.hideEvent(g),e.trigger("eventDragStart",f[0],g,b,{})},cellOver:function(b,f){var j=a.cell||k.origCell;c=d.computeEventDrop(j,b,g),c?(e.renderDrag(c,a)?h.hide():h.show(),f&&(c=null)):(h.show(),i())},cellOut:function(){c=null,e.destroyDrag(),h.show(),j()},dragStop:function(a){h.stop(!c,function(){d.isDraggingSeg=!1,e.destroyDrag(),e.showEvent(g),e.trigger("eventDragStop",f[0],g,a,{}),c&&e.reportEventDrop(g,c,f,a)}),j()},listenStop:function(){h.stop()}});k.mousedown(b)},computeEventDrop:function(a,b,c){var d,e,f,g,h,i=a.start,j=b.start;return i.hasTime()===j.hasTime()?(d=z(j,i),e=c.start.clone().add(d),f=null===c.end?null:c.end.clone().add(d),g=c.allDay):(e=j.clone(),f=null,g=!j.hasTime()),h={start:e,end:f,allDay:g},this.view.calendar.isEventRangeAllowed(h,c)?h:null},documentDragStart:function(b,c){var d,e,f=this.view;f.opt("droppable")&&(d=a(b.target),e=f.opt("dropAccept"),(a.isFunction(e)?e.call(d[0],d):d.is(e))&&this.startExternalDrag(d,b,c))},startExternalDrag:function(b,c,d){var e,f,g=this,h=ka(b);e=new Za(this.coordMap,{cellOver:function(a){f=g.computeExternalDrop(a,h),f?g.renderDrag(f):i()},cellOut:function(){f=null,g.destroyDrag(),j()}}),a(document).one("dragstop",function(a,c){g.destroyDrag(),j(),f&&g.view.reportExternalDrop(h,f,b,a,c)}),e.startDrag(c)},computeExternalDrop:function(a,b){var c={start:a.start.clone(),end:null};return b.startTime&&!c.start.hasTime()&&c.start.time(b.startTime),b.duration&&(c.end=c.start.clone().add(b.duration)),this.view.calendar.isExternalDropRangeAllowed(c,b.eventProps)?c:null},renderDrag:function(a,b){},destroyDrag:function(){},segResizeMousedown:function(a,b){function c(){f.destroyEventResize(),g.showEvent(l),j()}var d,e,f=this,g=this.view,h=g.calendar,k=a.el,l=a.event,m=l.start,n=h.getEventEnd(l);e=new Za(this.coordMap,{distance:5,scroll:g.opt("dragScroll"),dragStart:function(b){f.triggerSegMouseout(a,b),f.isResizingSeg=!0,g.trigger("eventResizeStart",k[0],l,b,{})},cellOver:function(b){d=b.end,d.isAfter(m)||(d=m.clone().add(z(b.end,b.start))),d.isSame(n)?d=null:h.isEventRangeAllowed({start:m,end:d},l)?(f.renderEventResize({start:m,end:d},a),g.hideEvent(l)):(d=null,i())},cellOut:function(){d=null,c()},dragStop:function(a){f.isResizingSeg=!1,c(),g.trigger("eventResizeStop",k[0],l,a,{}),d&&g.reportEventResize(l,d,k,a)}}),e.mousedown(b)},renderEventResize:function(a,b){},destroyEventResize:function(){},getEventTimeText:function(a,b){return b=b||this.eventTimeFormat,a.end&&this.displayEventEnd?this.view.formatRange(a,b):a.start.format(b)},getSegClasses:function(a,b,c){var d=a.event,e=["fc-event",a.isStart?"fc-start":"fc-not-start",a.isEnd?"fc-end":"fc-not-end"].concat(d.className,d.source?d.source.className:[]);return b&&e.push("fc-draggable"),c&&e.push("fc-resizable"),e},getEventSkinCss:function(a){var b=this.view,c=a.source||{},d=a.color,e=c.color,f=b.opt("eventColor"),g=a.backgroundColor||d||c.backgroundColor||e||b.opt("eventBackgroundColor")||f,h=a.borderColor||d||c.borderColor||e||b.opt("eventBorderColor")||f,i=a.textColor||c.textColor||b.opt("eventTextColor"),j=[];return g&&j.push("background-color:"+g),h&&j.push("border-color:"+h),i&&j.push("color:"+i),j.join(";")},eventsToSegs:function(a,b){var c,d=this.eventsToRanges(a),e=[];for(c=0;c<d.length;c++)e.push.apply(e,this.eventRangeToSegs(d[c],b));return e},eventsToRanges:function(b){var c=this,d=ha(b),e=[];return a.each(d,function(a,b){b.length&&e.push.apply(e,fa(b[0])?c.eventsToInverseRanges(b):c.eventsToNormalRanges(b))}),e},eventsToNormalRanges:function(a){var b,c,d,e,f=this.view.calendar,g=[];for(b=0;b<a.length;b++)c=a[b],d=c.start.clone().stripZone(),e=f.getEventEnd(c).stripZone(),g.push({event:c,start:d,end:e,eventStartMS:+d,eventDurationMS:e-d});return g},eventsToInverseRanges:function(a){var b,c,d=this.view,e=d.start.clone().stripZone(),f=d.end.clone().stripZone(),g=this.eventsToNormalRanges(a),h=[],i=a[0],j=e;for(g.sort(ia),b=0;b<g.length;b++)c=g[b],c.start>j&&h.push({event:i,start:j,end:c.start}),j=c.end;return f>j&&h.push({event:i,start:j,end:f}),h},eventRangeToSegs:function(a,b){var c,d,e;for(c=b?b(a):this.rangeToSegs(a),d=0;d<c.length;d++)e=c[d],e.event=a.event,e.eventStartMS=a.eventStartMS,e.eventDurationMS=a.eventDurationMS;return c}}),Ca.compareSegs=ja,Ca.dataAttrPrefix="";var bb=ab.extend({numbersVisible:!1,bottomCoordPadding:0,breakOnWeeks:null,cellDates:null,dayToCellOffsets:null,rowEls:null,dayEls:null,helperEls:null,render:function(a){var b,c,d,e=this.view,f=this.rowCnt,g=this.colCnt,h=f*g,i="";for(b=0;f>b;b++)i+=this.dayRowHtml(b,a);for(this.el.html(i),this.rowEls=this.el.find(".fc-row"),this.dayEls=this.el.find(".fc-day"),c=0;h>c;c++)d=this.getCell(c),e.trigger("dayRender",null,d.start,this.dayEls.eq(c));ab.prototype.render.call(this)},destroy:function(){this.destroySegPopover(),ab.prototype.destroy.call(this)},dayRowHtml:function(a,b){var c=this.view,d=["fc-row","fc-week",c.widgetContentClass];return b&&d.push("fc-rigid"),'<div class="'+d.join(" ")+'"><div class="fc-bg"><table>'+this.rowHtml("day",a)+'</table></div><div class="fc-content-skeleton"><table>'+(this.numbersVisible?"<thead>"+this.rowHtml("number",a)+"</thead>":"")+"</table></div></div>"},dayCellHtml:function(a){return this.bgCellHtml(a)},computeColHeadFormat:function(){return this.rowCnt>1?"ddd":this.colCnt>1?this.view.opt("dayOfMonthFormat"):"dddd"},computeEventTimeFormat:function(){return this.view.opt("extraSmallTimeFormat")},computeDisplayEventEnd:function(){return 1==this.colCnt},updateCells:function(){var a,b,c,d;if(this.updateCellDates(),a=this.cellDates,this.breakOnWeeks){for(b=a[0].day(),d=1;d<a.length&&a[d].day()!=b;d++);c=Math.ceil(a.length/d)}else c=1,d=a.length;this.rowCnt=c,this.colCnt=d},updateCellDates:function(){for(var a=this.view,b=this.start.clone(),c=[],d=-1,e=[];b.isBefore(this.end);)a.isHiddenDay(b)?e.push(d+.5):(d++,e.push(d),c.push(b.clone())),b.add(1,"days");this.cellDates=c,this.dayToCellOffsets=e},computeCellRange:function(a){var b=this.colCnt,c=a.row*b+(this.isRTL?b-a.col-1:a.col),d=this.cellDates[c].clone(),e=d.clone().add(1,"day");return{start:d,end:e}},getRowEl:function(a){return this.rowEls.eq(a)},getColEl:function(a){return this.dayEls.eq(a)},getCellDayEl:function(a){return this.dayEls.eq(a.row*this.colCnt+a.col)},computeRowCoords:function(){var a=ab.prototype.computeRowCoords.call(this);return a[a.length-1].bottom+=this.bottomCoordPadding,a},rangeToSegs:function(a){var b,c,d,e,f,g,h,i,j,k,l=this.isRTL,m=this.rowCnt,n=this.colCnt,o=[];for(a=this.view.computeDayRange(a),b=this.dateToCellOffset(a.start),c=this.dateToCellOffset(a.end.subtract(1,"days")),d=0;m>d;d++)e=d*n,f=e+n-1,i=Math.max(e,b),j=Math.min(f,c),i=Math.ceil(i),j=Math.floor(j),j>=i&&(g=i===b,h=j===c,i-=e,j-=e,k={row:d,isStart:g,isEnd:h},l?(k.leftCol=n-j-1,k.rightCol=n-i-1):(k.leftCol=i,k.rightCol=j),o.push(k));return o},dateToCellOffset:function(a){var b=this.dayToCellOffsets,c=a.diff(this.start,"days");return 0>c?b[0]-1:c>=b.length?b[b.length-1]+1:b[c]},renderDrag:function(a,b){var c;return this.renderHighlight(this.view.calendar.ensureVisibleEventRange(a)),b&&!b.el.closest(this.el).length?(this.renderRangeHelper(a,b),c=this.view.opt("dragOpacity"),void 0!==c&&this.helperEls.css("opacity",c),!0):void 0},destroyDrag:function(){this.destroyHighlight(),this.destroyHelper()},renderEventResize:function(a,b){this.renderHighlight(a),this.renderRangeHelper(a,b)},destroyEventResize:function(){this.destroyHighlight(),this.destroyHelper()},renderHelper:function(b,c){var d,e=[],f=this.eventsToSegs([b]);f=this.renderFgSegEls(f),d=this.renderSegRows(f),this.rowEls.each(function(b,f){var g,h=a(f),i=a('<div class="fc-helper-skeleton"><table/></div>');g=c&&c.row===b?c.el.position().top:h.find(".fc-content-skeleton tbody").position().top,i.css("top",g).find("table").append(d[b].tbodyEl),h.append(i),e.push(i[0])}),this.helperEls=a(e)},destroyHelper:function(){this.helperEls&&(this.helperEls.remove(),this.helperEls=null)},fillSegTag:"td",renderFill:function(b,c){var d,e,f,g=[];for(c=this.renderFillSegEls(b,c),d=0;d<c.length;d++)e=c[d],f=this.renderFillRow(b,e),this.rowEls.eq(e.row).append(f),g.push(f[0]);return this.elsByFill[b]=a(g),c},renderFillRow:function(b,c){var d,e,f=this.colCnt,g=c.leftCol,h=c.rightCol+1;return d=a('<div class="fc-'+b.toLowerCase()+'-skeleton"><table><tr/></table></div>'),e=d.find("tr"),g>0&&e.append('<td colspan="'+g+'"/>'),e.append(c.el.attr("colspan",h-g)),f>h&&e.append('<td colspan="'+(f-h)+'"/>'),this.bookendCells(e,b),d}});bb.mixin({rowStructs:null,destroyEvents:function(){this.destroySegPopover(),ab.prototype.destroyEvents.apply(this,arguments)},getEventSegs:function(){return ab.prototype.getEventSegs.call(this).concat(this.popoverSegs||[])},renderBgSegs:function(b){var c=a.grep(b,function(a){return a.event.allDay});return ab.prototype.renderBgSegs.call(this,c)},renderFgSegs:function(b){var c;return b=this.renderFgSegEls(b),c=this.rowStructs=this.renderSegRows(b),this.rowEls.each(function(b,d){a(d).find(".fc-content-skeleton > table").append(c[b].tbodyEl)}),b},destroyFgSegs:function(){for(var a,b=this.rowStructs||[];a=b.pop();)a.tbodyEl.remove();this.rowStructs=null},renderSegRows:function(a){var b,c,d=[];for(b=this.groupSegRows(a),c=0;c<b.length;c++)d.push(this.renderSegRow(c,b[c]));return d},fgSegHtml:function(a,b){var c,d=this.view,e=a.event,f=d.isEventDraggable(e),g=!b&&e.allDay&&a.isEnd&&d.isEventResizable(e),h=this.getSegClasses(a,f,g),i=this.getEventSkinCss(e),j="";h.unshift("fc-day-grid-event"),!e.allDay&&a.isStart&&(j='<span class="fc-time">'+L(this.getEventTimeText(e))+"</span>");var k='<span class="eo-fullcalendar-screen-reader-text screen-reader-text"> '+L(this.getEventTimeText(e,"dddd, MMMM Do YYYY"))+" </span>";return c='<span class="fc-title">'+(L(e.title||"")||" ")+"</span>",'<a class="'+h.join(" ")+'"'+(e.url?' href="'+L(e.url)+'"':"")+(i?' style="'+i+'"':"")+'><div class="fc-content">'+(this.isRTL?c+" "+j+k:k+j+" "+c)+"</div>"+(g?'<div class="fc-resizer"/>':"")+"</a>"},renderSegRow:function(b,c){function d(b){for(;b>g;)k=(r[e-1]||[])[g],k?k.attr("rowspan",parseInt(k.attr("rowspan")||1,10)+1):(k=a("<td/>"),h.append(k)),q[e][g]=k,r[e][g]=k,g++}var e,f,g,h,i,j,k,l=this.colCnt,m=this.buildSegLevels(c),n=Math.max(1,m.length),o=a("<tbody/>"),p=[],q=[],r=[];for(e=0;n>e;e++){if(f=m[e],g=0,h=a("<tr/>"),p.push([]),q.push([]),r.push([]),f)for(i=0;i<f.length;i++){for(j=f[i],d(j.leftCol),k=a('<td class="fc-event-container"/>').append(j.el),j.leftCol!=j.rightCol?k.attr("colspan",j.rightCol-j.leftCol+1):r[e][g]=k;g<=j.rightCol;)q[e][g]=k,p[e][g]=j,g++;h.append(k)}d(l),this.bookendCells(h,"eventSkeleton"),o.append(h)}return{row:b,tbodyEl:o,cellMatrix:q,segMatrix:p,segLevels:m,segs:c}},buildSegLevels:function(a){var b,c,d,e=[];for(a.sort(ja),b=0;b<a.length;b++){for(c=a[b],d=0;d<e.length&&la(c,e[d]);d++);c.level=d,(e[d]||(e[d]=[])).push(c)}for(d=0;d<e.length;d++)e[d].sort(ma);return e},groupSegRows:function(a){var b,c=[];for(b=0;b<this.rowCnt;b++)c.push([]);for(b=0;b<a.length;b++)c[a[b].row].push(a[b]);return c}}),bb.mixin({segPopover:null,popoverSegs:null,destroySegPopover:function(){this.segPopover&&this.segPopover.hide()},limitRows:function(a){var b,c,d=this.rowStructs||[];for(b=0;b<d.length;b++)this.unlimitRow(b),c=a?"number"==typeof a?a:this.computeRowLevelLimit(b):!1,c!==!1&&this.limitRow(b,c)},computeRowLevelLimit:function(a){var b,c,d=this.rowEls.eq(a),e=d.height(),f=this.rowStructs[a].tbodyEl.children();for(b=0;b<f.length;b++)if(c=f.eq(b).removeClass("fc-limited"),c.position().top+c.outerHeight()>e)return b;return!1},limitRow:function(b,c){function d(d){for(;d>x;)e=u.getCell(b,x),k=u.getCellSegs(e,c),k.length&&(n=g[c-1][x],t=u.renderMoreLink(e,k),s=a("<div/>").append(t),n.append(s),w.push(s[0])),x++}var e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u=this,v=this.rowStructs[b],w=[],x=0;if(c&&c<v.segLevels.length){for(f=v.segLevels[c-1],g=v.cellMatrix,h=v.tbodyEl.children().slice(c).addClass("fc-limited").get(),i=0;i<f.length;i++){for(j=f[i],d(j.leftCol),m=[],l=0;x<=j.rightCol;)e=this.getCell(b,x),k=this.getCellSegs(e,c),m.push(k),l+=k.length,x++;if(l){for(n=g[c-1][j.leftCol],o=n.attr("rowspan")||1,p=[],q=0;q<m.length;q++)r=a('<td class="fc-more-cell"/>').attr("rowspan",o),k=m[q],e=this.getCell(b,j.leftCol+q),t=this.renderMoreLink(e,[j].concat(k)),s=a("<div/>").append(t),r.append(s),p.push(r[0]),w.push(r[0]);n.addClass("fc-limited").after(a(p)),h.push(n[0])}}d(this.colCnt),v.moreEls=a(w),v.limitedEls=a(h)}},unlimitRow:function(a){var b=this.rowStructs[a];b.moreEls&&(b.moreEls.remove(),b.moreEls=null),b.limitedEls&&(b.limitedEls.removeClass("fc-limited"),b.limitedEls=null)},renderMoreLink:function(b,c){var d=this,e=this.view;return a('<a class="fc-more"/>').text(this.getMoreLinkText(c.length)).on("click",function(f){var g=e.opt("eventLimitClick"),h=b.start,i=a(this),j=d.getCellDayEl(b),k=d.getCellSegs(b),l=d.resliceDaySegs(k,h),m=d.resliceDaySegs(c,h);"function"==typeof g&&(g=e.trigger("eventLimitClick",null,{date:h,dayEl:j,moreEl:i,segs:l,hiddenSegs:m},f)),"popover"===g?d.showSegPopover(b,i,l):"string"==typeof g&&e.calendar.zoomTo(h,g)})},showSegPopover:function(a,b,c){var d,e,f=this,g=this.view,h=b.parent();d=1==this.rowCnt?g.el:this.rowEls.eq(a.row),e={className:"fc-more-popover",content:this.renderSegPopoverContent(a,c),parentEl:this.el,top:d.offset().top,autoHide:!0,viewportConstrain:g.opt("popoverViewportConstrain"),hide:function(){f.segPopover.destroy(),f.segPopover=null,f.popoverSegs=null}},this.isRTL?e.right=h.offset().left+h.outerWidth()+1:e.left=h.offset().left-1,this.segPopover=new Wa(e),this.segPopover.show()},renderSegPopoverContent:function(b,c){var d,e=this.view,f=e.opt("theme"),g=b.start.format(e.opt("dayPopoverFormat")),h=a('<div class="fc-header '+e.widgetHeaderClass+'"><span class="fc-close '+(f?"ui-icon ui-icon-closethick":"fc-icon fc-icon-x")+'"></span><span class="fc-title">'+L(g)+'</span><div class="fc-clear"/></div><div class="fc-body '+e.widgetContentClass+'"><div class="fc-event-container"></div></div>'),i=h.find(".fc-event-container");for(c=this.renderFgSegEls(c,!0),this.popoverSegs=c,d=0;d<c.length;d++)c[d].cell=b,i.append(c[d].el);return h},resliceDaySegs:function(b,c){var d=a.map(b,function(a){return a.event}),e=c.clone().stripTime(),f=e.clone().add(1,"days"),g={start:e,end:f};return this.eventsToSegs(d,function(a){var b=x(a,g);return b?[b]:[]})},getMoreLinkText:function(a){var b=this.view.opt("eventLimitText");return"function"==typeof b?b(a):"+"+a+" "+b},getCellSegs:function(a,b){for(var c,d=this.rowStructs[a.row].segMatrix,e=b||0,f=[];e<d.length;)c=d[e][a.col],c&&f.push(c),e++;return f}});var cb=ab.extend({slotDuration:null,snapDuration:null,minTime:null,maxTime:null,axisFormat:null,dayEls:null,slatEls:null,slatTops:null,helperEl:null,businessHourSegs:null,constructor:function(){ab.apply(this,arguments),this.processOptions()},render:function(){this.el.html(this.renderHtml()),this.dayEls=this.el.find(".fc-day"),this.slatEls=this.el.find(".fc-slats tr"),this.computeSlatTops(),this.renderBusinessHours(),ab.prototype.render.call(this)},renderBusinessHours:function(){var a=this.view.calendar.getBusinessHoursEvents();this.businessHourSegs=this.renderFill("businessHours",this.eventsToSegs(a),"bgevent")},renderHtml:function(){return'<div class="fc-bg"><table>'+this.rowHtml("slotBg")+'</table></div><div class="fc-slats"><table>'+this.slatRowHtml()+"</table></div>"},slotBgCellHtml:function(a){return this.bgCellHtml(a)},slatRowHtml:function(){for(var a,c,d,e=this.view,f=this.isRTL,g="",h=this.slotDuration.asMinutes()%15===0,i=b.duration(+this.minTime);i<this.maxTime;)a=this.start.clone().time(i),
|
4 |
c=a.minutes(),d='<td class="fc-axis fc-time '+e.widgetContentClass+'" '+e.axisStyleAttr()+">"+(h&&c?"":"<span>"+L(a.format(this.axisFormat))+"</span>")+"</td>",g+="<tr "+(c?'class="fc-minor"':"")+">"+(f?"":d)+'<td class="'+e.widgetContentClass+'"/>'+(f?d:"")+"</tr>",i.add(this.slotDuration);return g},processOptions:function(){var a=this.view,c=a.opt("slotDuration"),d=a.opt("snapDuration");c=b.duration(c),d=d?b.duration(d):c,this.slotDuration=c,this.snapDuration=d,this.minTime=b.duration(a.opt("minTime")),this.maxTime=b.duration(a.opt("maxTime")),this.axisFormat=a.opt("axisFormat")||a.opt("smallTimeFormat")},computeColHeadFormat:function(){return this.colCnt>1?this.view.opt("dayOfMonthFormat"):"dddd"},computeEventTimeFormat:function(){return this.view.opt("noMeridiemTimeFormat")},computeDisplayEventEnd:function(){return!0},updateCells:function(){var a,b=this.view,c=[];for(a=this.start.clone();a.isBefore(this.end);)c.push({day:a.clone()}),a.add(1,"day"),a=b.skipHiddenDays(a);this.isRTL&&c.reverse(),this.colData=c,this.colCnt=c.length,this.rowCnt=Math.ceil((this.maxTime-this.minTime)/this.snapDuration)},computeCellRange:function(a){var b=this.computeSnapTime(a.row),c=this.view.calendar.rezoneDate(a.day).time(b),d=c.clone().add(this.snapDuration);return{start:c,end:d}},getColEl:function(a){return this.dayEls.eq(a)},computeSnapTime:function(a){return b.duration(this.minTime+this.snapDuration*a)},rangeToSegs:function(a){var b,c,d,e,f=this.colCnt,g=[];for(a={start:a.start.clone().stripZone(),end:a.end.clone().stripZone()},c=0;f>c;c++)d=this.colData[c].day,e={start:d.clone().time(this.minTime),end:d.clone().time(this.maxTime)},b=x(a,e),b&&(b.col=c,g.push(b));return g},resize:function(){this.computeSlatTops(),this.updateSegVerticals()},computeRowCoords:function(){var a,b,c=this.el.offset().top,d=[];for(a=0;a<this.rowCnt;a++)b={top:c+this.computeTimeTop(this.computeSnapTime(a))},a>0&&(d[a-1].bottom=b.top),d.push(b);return b.bottom=b.top+this.computeTimeTop(this.computeSnapTime(a)),d},computeDateTop:function(a,c){return this.computeTimeTop(b.duration(a.clone().stripZone()-c.clone().stripTime()))},computeTimeTop:function(a){var b,c,d,e,f=(a-this.minTime)/this.slotDuration;return f=Math.max(0,f),f=Math.min(this.slatEls.length,f),b=Math.floor(f),c=f-b,d=this.slatTops[b],c?(e=this.slatTops[b+1],d+(e-d)*c):d},computeSlatTops:function(){var b,c=[];this.slatEls.each(function(d,e){b=a(e).position().top,c.push(b)}),c.push(b+this.slatEls.last().outerHeight()),this.slatTops=c},renderDrag:function(a,b){var c;return b?(this.renderRangeHelper(a,b),c=this.view.opt("dragOpacity"),void 0!==c&&this.helperEl.css("opacity",c),!0):void this.renderHighlight(this.view.calendar.ensureVisibleEventRange(a))},destroyDrag:function(){this.destroyHelper(),this.destroyHighlight()},renderEventResize:function(a,b){this.renderRangeHelper(a,b)},destroyEventResize:function(){this.destroyHelper()},renderHelper:function(b,c){var d,e,f,g,h=this.eventsToSegs([b]);for(h=this.renderFgSegEls(h),d=this.renderSegTable(h),e=0;e<h.length;e++)f=h[e],c&&c.col===f.col&&(g=c.el,f.el.css({left:g.css("left"),right:g.css("right"),"margin-left":g.css("margin-left"),"margin-right":g.css("margin-right")}));this.helperEl=a('<div class="fc-helper-skeleton"/>').append(d).appendTo(this.el)},destroyHelper:function(){this.helperEl&&(this.helperEl.remove(),this.helperEl=null)},renderSelection:function(a){this.view.opt("selectHelper")?this.renderRangeHelper(a):this.renderHighlight(a)},destroySelection:function(){this.destroyHelper(),this.destroyHighlight()},renderFill:function(b,c,d){var e,f,g,h,i,j,k,l,m,n;if(c.length){for(c=this.renderFillSegEls(b,c),e=this.groupSegCols(c),d=d||b.toLowerCase(),f=a('<div class="fc-'+d+'-skeleton"><table><tr/></table></div>'),g=f.find("tr"),h=0;h<e.length;h++)if(i=e[h],j=a("<td/>").appendTo(g),i.length)for(k=a('<div class="fc-'+d+'-container"/>').appendTo(j),l=this.colData[h].day,m=0;m<i.length;m++)n=i[m],k.append(n.el.css({top:this.computeDateTop(n.start,l),bottom:-this.computeDateTop(n.end,l)}));this.bookendCells(g,b),this.el.append(f),this.elsByFill[b]=f}return c}});cb.mixin({eventSkeletonEl:null,renderFgSegs:function(b){return b=this.renderFgSegEls(b),this.el.append(this.eventSkeletonEl=a('<div class="fc-content-skeleton"/>').append(this.renderSegTable(b))),b},destroyFgSegs:function(a){this.eventSkeletonEl&&(this.eventSkeletonEl.remove(),this.eventSkeletonEl=null)},renderSegTable:function(b){var c,d,e,f,g,h,i=a("<table><tr/></table>"),j=i.find("tr");for(c=this.groupSegCols(b),this.computeSegVerticals(b),f=0;f<c.length;f++){for(g=c[f],na(g),h=a('<div class="fc-event-container"/>'),d=0;d<g.length;d++)e=g[d],e.el.css(this.generateSegPositionCss(e)),e.bottom-e.top<30&&e.el.addClass("fc-short"),h.append(e.el);j.append(a("<td/>").append(h))}return this.bookendCells(j,"eventSkeleton"),i},updateSegVerticals:function(){var a,b=(this.segs||[]).concat(this.businessHourSegs||[]);for(this.computeSegVerticals(b),a=0;a<b.length;a++)b[a].el.css(this.generateSegVerticalCss(b[a]))},computeSegVerticals:function(a){var b,c;for(b=0;b<a.length;b++)c=a[b],c.top=this.computeDateTop(c.start,c.start),c.bottom=this.computeDateTop(c.end,c.start)},fgSegHtml:function(a,b){var c,d,e,f=this.view,g=a.event,h=f.isEventDraggable(g),i=!b&&a.isEnd&&f.isEventResizable(g),j=this.getSegClasses(a,h,i),k=this.getEventSkinCss(g);return j.unshift("fc-time-grid-event"),f.isMultiDayEvent(g)?(a.isStart||a.isEnd)&&(c=this.getEventTimeText(a),d=this.getEventTimeText(a,"LT"),e=this.getEventTimeText({start:a.start})):(c=this.getEventTimeText(g),d=this.getEventTimeText(g,"LT"),e=this.getEventTimeText({start:g.start})),'<a class="'+j.join(" ")+'"'+(g.url?' href="'+L(g.url)+'"':"")+(k?' style="'+k+'"':"")+'><div class="fc-content">'+(c?'<div class="fc-time" data-start="'+L(e)+'" data-full="'+L(d)+'"><span>'+L(c)+"</span></div>":"")+(g.title?'<div class="fc-title">'+L(g.title)+"</div>":"")+'</div><div class="fc-bg"/>'+(i?'<div class="fc-resizer"/>':"")+"</a>"},generateSegPositionCss:function(a){var b,c,d=this.view.opt("slotEventOverlap"),e=a.backwardCoord,f=a.forwardCoord,g=this.generateSegVerticalCss(a);return d&&(f=Math.min(1,e+2*(f-e))),this.isRTL?(b=1-f,c=e):(b=e,c=1-f),g.zIndex=a.level+1,g.left=100*b+"%",g.right=100*c+"%",d&&a.forwardPressure&&(g[this.isRTL?"marginLeft":"marginRight"]=20),g},generateSegVerticalCss:function(a){return{top:a.top,bottom:-a.bottom}},groupSegCols:function(a){var b,c=[];for(b=0;b<this.colCnt;b++)c.push([]);for(b=0;b<a.length;b++)c[a[b].col].push(a[b]);return c}});var db=Ca.View=ca.extend({type:null,name:null,title:null,calendar:null,options:null,coordMap:null,el:null,start:null,end:null,intervalStart:null,intervalEnd:null,intervalDuration:null,intervalUnit:null,isSelected:!1,scrollerEl:null,scrollTop:null,widgetHeaderClass:null,widgetContentClass:null,highlightStateClass:null,nextDayThreshold:null,isHiddenDayHash:null,documentMousedownProxy:null,constructor:function(c,d,e){this.calendar=c,this.options=d,this.type=this.name=e,this.nextDayThreshold=b.duration(this.opt("nextDayThreshold")),this.initTheming(),this.initHiddenDays(),this.documentMousedownProxy=a.proxy(this,"documentMousedown"),this.initialize()},initialize:function(){},opt:function(b){var c;return c=this.options[b],void 0!==c?c:(c=this.calendar.options[b],a.isPlainObject(c)&&!e(b)?y(c,this.type):c)},trigger:function(a,b){var c=this.calendar;return c.trigger.apply(c,[a,b||this].concat(Array.prototype.slice.call(arguments,2),[this]))},setDate:function(a){this.setRange(this.computeRange(a))},setRange:function(b){a.extend(this,b),this.updateTitle()},computeRange:function(a){var c,d,e=b.duration(this.opt("duration")||this.constructor.duration||{days:1}),f=B(e),g=a.clone().startOf(f),h=g.clone().add(e);return/year|month|week|day/.test(f)?(g.stripTime(),h.stripTime()):(g.hasTime()||(g=this.calendar.rezoneDate(g)),h.hasTime()||(h=this.calendar.rezoneDate(h))),c=g.clone(),c=this.skipHiddenDays(c),d=h.clone(),d=this.skipHiddenDays(d,-1,!0),{intervalDuration:e,intervalUnit:f,intervalStart:g,intervalEnd:h,start:c,end:d}},computePrevDate:function(a){return this.massageCurrentDate(a.clone().startOf(this.intervalUnit).subtract(this.intervalDuration),-1)},computeNextDate:function(a){return this.massageCurrentDate(a.clone().startOf(this.intervalUnit).add(this.intervalDuration))},massageCurrentDate:function(a,c){return this.intervalDuration<=b.duration({days:1})&&this.isHiddenDay(a)&&(a=this.skipHiddenDays(a,c),a.startOf("day")),a},updateTitle:function(){this.title=this.computeTitle()},computeTitle:function(){return this.formatRange({start:this.intervalStart,end:this.intervalEnd},this.opt("titleFormat")||this.computeTitleFormat(),this.opt("titleRangeSeparator"))},computeTitleFormat:function(){return"year"==this.intervalUnit?"YYYY":"month"==this.intervalUnit?this.opt("monthYearFormat"):this.intervalDuration.as("days")>1?"ll":"LL"},formatRange:function(a,b,c){var d=a.end;return d.hasTime()||(d=d.clone().subtract(1)),Z(a.start,d,b,c,this.opt("isRTL"))},renderView:function(){this.render(),this.updateSize(),this.initializeScroll(),this.trigger("viewRender",this,this,this.el),a(document).on(m(),this.documentMousedownProxy)},render:function(){},destroyView:function(){this.unselect(),this.destroyViewEvents(),this.destroy(),this.trigger("viewDestroy",this,this,this.el),a(document).off(m(),this.documentMousedownProxy)},destroy:function(){this.el.empty()},initTheming:function(){var a=this.opt("theme")?"ui":"fc";this.widgetHeaderClass=a+"-widget-header",this.widgetContentClass=a+"-widget-content",this.highlightStateClass=a+"-state-highlight"},updateSize:function(a){a&&this.recordScroll(),this.updateHeight(),this.updateWidth()},updateWidth:function(){},updateHeight:function(){var a=this.calendar;this.setHeight(a.getSuggestedViewHeight(),a.isHeightAuto())},setHeight:function(a,b){},computeScrollerHeight:function(a,b){var c,d;return b=b||this.scrollerEl,c=this.el.add(b),c.css({position:"relative",left:-1}),d=this.el.outerHeight()-b.height(),c.css({position:"",left:""}),a-d},initializeScroll:function(){},recordScroll:function(){this.scrollerEl&&(this.scrollTop=this.scrollerEl.scrollTop())},restoreScroll:function(){null!==this.scrollTop&&this.scrollerEl.scrollTop(this.scrollTop)},renderViewEvents:function(a){this.renderEvents(a),this.eventSegEach(function(a){this.trigger("eventAfterRender",a.event,a.event,a.el)}),this.trigger("eventAfterAllRender")},renderEvents:function(){},destroyViewEvents:function(){this.eventSegEach(function(a){this.trigger("eventDestroy",a.event,a.event,a.el)}),this.destroyEvents()},destroyEvents:function(){},resolveEventEl:function(b,c){var d=this.trigger("eventRender",b,b,c);return d===!1?c=null:d&&d!==!0&&(c=a(d)),c},showEvent:function(a){this.eventSegEach(function(a){a.el.css("visibility","")},a)},hideEvent:function(a){this.eventSegEach(function(a){a.el.css("visibility","hidden")},a)},eventSegEach:function(a,b){var c,d=this.getEventSegs();for(c=0;c<d.length;c++)b&&d[c].event._id!==b._id||a.call(this,d[c])},getEventSegs:function(){return[]},isEventDraggable:function(a){var b=a.source||{};return K(a.startEditable,b.startEditable,this.opt("eventStartEditable"),a.editable,b.editable,this.opt("editable"))},reportEventDrop:function(a,b,c,d){var e=this.calendar,f=e.mutateEvent(a,b),g=function(){f.undo(),e.reportEventChange()};this.triggerEventDrop(a,f.dateDelta,g,c,d),e.reportEventChange()},triggerEventDrop:function(a,b,c,d,e){this.trigger("eventDrop",d[0],a,b,c,e,{})},reportExternalDrop:function(b,c,d,e,f){var g,h,i=b.eventProps;i&&(g=a.extend({},i,c),h=this.calendar.renderEvent(g,b.stick)[0]),this.triggerExternalDrop(h,c,d,e,f)},triggerExternalDrop:function(a,b,c,d,e){this.trigger("drop",c[0],b.start,d,e),a&&this.trigger("eventReceive",null,a)},renderDrag:function(a,b){},destroyDrag:function(){},isEventResizable:function(a){var b=a.source||{};return K(a.durationEditable,b.durationEditable,this.opt("eventDurationEditable"),a.editable,b.editable,this.opt("editable"))},reportEventResize:function(a,b,c,d){var e=this.calendar,f=e.mutateEvent(a,{end:b}),g=function(){f.undo(),e.reportEventChange()};this.triggerEventResize(a,f.durationDelta,g,c,d),e.reportEventChange()},triggerEventResize:function(a,b,c,d,e){this.trigger("eventResize",d[0],a,b,c,e,{})},select:function(a,b){this.unselect(b),this.renderSelection(a),this.reportSelection(a,b)},renderSelection:function(a){},reportSelection:function(a,b){this.isSelected=!0,this.trigger("select",null,a.start,a.end,b)},unselect:function(a){this.isSelected&&(this.isSelected=!1,this.destroySelection(),this.trigger("unselect",null,a))},destroySelection:function(){},documentMousedown:function(b){var c;this.isSelected&&this.opt("unselectAuto")&&w(b)&&(c=this.opt("unselectCancel"),c&&a(b.target).closest(c).length||this.unselect(b))},initHiddenDays:function(){var b,c=this.opt("hiddenDays")||[],d=[],e=0;for(this.opt("weekends")===!1&&c.push(0,6),b=0;7>b;b++)(d[b]=-1!==a.inArray(b,c))||e++;if(!e)throw"invalid hiddenDays";this.isHiddenDayHash=d},isHiddenDay:function(a){return b.isMoment(a)&&(a=a.day()),this.isHiddenDayHash[a]},skipHiddenDays:function(a,b,c){var d=a.clone();for(b=b||1;this.isHiddenDayHash[(d.day()+(c?b:0)+7)%7];)d.add(b,"days");return d},computeDayRange:function(a){var b,c=a.start.clone().stripTime(),d=a.end,e=null;return d&&(e=d.clone().stripTime(),b=+d.time(),b&&b>=this.nextDayThreshold&&e.add(1,"days")),(!d||c>=e)&&(e=c.clone().add(1,"days")),{start:c,end:e}},isMultiDayEvent:function(a){var b=this.computeDayRange(a);return b.end.diff(b.start,"days")>1}});Ca.sourceNormalizers=[],Ca.sourceFetchers=[];var eb={dataType:"json",cache:!1},fb=1,gb=Da.basic=db.extend({dayGrid:null,dayNumbersVisible:!1,weekNumbersVisible:!1,weekNumberWidth:null,headRowEl:null,initialize:function(){this.dayGrid=new bb(this),this.coordMap=this.dayGrid.coordMap},setRange:function(a){db.prototype.setRange.call(this,a),this.dayGrid.breakOnWeeks=/year|month|week/.test(this.intervalUnit),this.dayGrid.setRange(a)},computeRange:function(a){var b=db.prototype.computeRange.call(this,a);return/year|month/.test(b.intervalUnit)&&(b.start.startOf("week"),b.start=this.skipHiddenDays(b.start),b.end.weekday()&&(b.end.add(1,"week").startOf("week"),b.end=this.skipHiddenDays(b.end,-1,!0))),b},render:function(){this.dayNumbersVisible=this.dayGrid.rowCnt>1,this.weekNumbersVisible=this.opt("weekNumbers"),this.dayGrid.numbersVisible=this.dayNumbersVisible||this.weekNumbersVisible,this.el.addClass("fc-basic-view").html(this.renderHtml()),this.headRowEl=this.el.find("thead .fc-row"),this.scrollerEl=this.el.find(".fc-day-grid-container"),this.dayGrid.coordMap.containerEl=this.scrollerEl,this.dayGrid.el=this.el.find(".fc-day-grid"),this.dayGrid.render(this.hasRigidRows())},destroy:function(){this.dayGrid.destroy(),db.prototype.destroy.call(this)},renderHtml:function(){return'<table><thead><tr><td class="'+this.widgetHeaderClass+'">'+this.dayGrid.headHtml()+'</td></tr></thead><tbody><tr><td class="'+this.widgetContentClass+'"><div class="fc-day-grid-container"><div class="fc-day-grid"/></div></td></tr></tbody></table>'},headIntroHtml:function(){return this.weekNumbersVisible?'<th class="fc-week-number '+this.widgetHeaderClass+'" '+this.weekNumberStyleAttr()+"><span>"+L(this.opt("weekNumberTitle"))+"</span></th>":void 0},numberIntroHtml:function(a){return this.weekNumbersVisible?'<td class="fc-week-number" '+this.weekNumberStyleAttr()+"><span>"+this.calendar.calculateWeekNumber(this.dayGrid.getCell(a,0).start)+"</span></td>":void 0},dayIntroHtml:function(){return this.weekNumbersVisible?'<td class="fc-week-number '+this.widgetContentClass+'" '+this.weekNumberStyleAttr()+"></td>":void 0},introHtml:function(){return this.weekNumbersVisible?'<td class="fc-week-number" '+this.weekNumberStyleAttr()+"></td>":void 0},numberCellHtml:function(a){var b,c=a.start;return this.dayNumbersVisible?(b=this.dayGrid.getDayClasses(c),b.unshift("fc-day-number"),'<td class="'+b.join(" ")+'" data-date="'+c.format()+'">'+c.date()+"</td>"):"<td/>"},weekNumberStyleAttr:function(){return null!==this.weekNumberWidth?'style="width:'+this.weekNumberWidth+'px"':""},hasRigidRows:function(){var a=this.opt("eventLimit");return a&&"number"!=typeof a},updateWidth:function(){this.weekNumbersVisible&&(this.weekNumberWidth=r(this.el.find(".fc-week-number")))},setHeight:function(a,b){var c,d=this.opt("eventLimit");t(this.scrollerEl),h(this.headRowEl),this.dayGrid.destroySegPopover(),d&&"number"==typeof d&&this.dayGrid.limitRows(d),c=this.computeScrollerHeight(a),this.setGridHeight(c,b),d&&"number"!=typeof d&&this.dayGrid.limitRows(d),!b&&s(this.scrollerEl,c)&&(g(this.headRowEl,v(this.scrollerEl)),c=this.computeScrollerHeight(a),this.scrollerEl.height(c),this.restoreScroll())},setGridHeight:function(a,b){b?q(this.dayGrid.rowEls):p(this.dayGrid.rowEls,a,!0)},renderEvents:function(a){this.dayGrid.renderEvents(a),this.updateHeight()},getEventSegs:function(){return this.dayGrid.getEventSegs()},destroyEvents:function(){this.recordScroll(),this.dayGrid.destroyEvents()},renderDrag:function(a,b){return this.dayGrid.renderDrag(a,b)},destroyDrag:function(){this.dayGrid.destroyDrag()},renderSelection:function(a){this.dayGrid.renderSelection(a)},destroySelection:function(){this.dayGrid.destroySelection()}});c({fixedWeekCount:!0});var hb=Da.month=gb.extend({computeRange:function(a){var b,c=gb.prototype.computeRange.call(this,a);return this.isFixedWeeks()&&(b=Math.ceil(c.end.diff(c.start,"weeks",!0)),c.end.add(6-b,"weeks")),c},setGridHeight:function(a,b){b=b||"variable"===this.opt("weekMode"),b&&(a*=this.rowCnt/6),p(this.dayGrid.rowEls,a,!b)},isFixedWeeks:function(){var a=this.opt("weekMode");return a?"fixed"===a:this.opt("fixedWeekCount")}});hb.duration={months:1},Da.basicWeek={type:"basic",duration:{weeks:1}},Da.basicDay={type:"basic",duration:{days:1}},c({allDaySlot:!0,allDayText:"all-day",scrollTime:"06:00:00",slotDuration:"00:30:00",minTime:"00:00:00",maxTime:"24:00:00",slotEventOverlap:!0});var ib=5;Da.agenda=db.extend({timeGrid:null,dayGrid:null,axisWidth:null,noScrollRowEls:null,bottomRuleEl:null,bottomRuleHeight:null,initialize:function(){this.timeGrid=new cb(this),this.opt("allDaySlot")?(this.dayGrid=new bb(this),this.coordMap=new Ya([this.dayGrid.coordMap,this.timeGrid.coordMap])):this.coordMap=this.timeGrid.coordMap},setRange:function(a){db.prototype.setRange.call(this,a),this.timeGrid.setRange(a),this.dayGrid&&this.dayGrid.setRange(a)},render:function(){this.el.addClass("fc-agenda-view").html(this.renderHtml()),this.scrollerEl=this.el.find(".fc-time-grid-container"),this.timeGrid.coordMap.containerEl=this.scrollerEl,this.timeGrid.el=this.el.find(".fc-time-grid"),this.timeGrid.render(),this.bottomRuleEl=a('<hr class="'+this.widgetHeaderClass+'"/>').appendTo(this.timeGrid.el),this.dayGrid&&(this.dayGrid.el=this.el.find(".fc-day-grid"),this.dayGrid.render(),this.dayGrid.bottomCoordPadding=this.dayGrid.el.next("hr").outerHeight()),this.noScrollRowEls=this.el.find(".fc-row:not(.fc-scroller *)")},destroy:function(){this.timeGrid.destroy(),this.dayGrid&&this.dayGrid.destroy(),db.prototype.destroy.call(this)},renderHtml:function(){return'<table><thead><tr><td class="'+this.widgetHeaderClass+'">'+this.timeGrid.headHtml()+'</td></tr></thead><tbody><tr><td class="'+this.widgetContentClass+'">'+(this.dayGrid?'<div class="fc-day-grid"/><hr class="'+this.widgetHeaderClass+'"/>':"")+'<div class="fc-time-grid-container"><div class="fc-time-grid"/></div></td></tr></tbody></table>'},headIntroHtml:function(){var a,b,c,d;return this.opt("weekNumbers")?(a=this.timeGrid.getCell(0).start,b=this.calendar.calculateWeekNumber(a),c=this.opt("weekNumberTitle"),d=this.opt("isRTL")?b+c:c+b,'<th class="fc-axis fc-week-number '+this.widgetHeaderClass+'" '+this.axisStyleAttr()+"><span>"+L(d)+"</span></th>"):'<th class="fc-axis '+this.widgetHeaderClass+'" '+this.axisStyleAttr()+"></th>"},dayIntroHtml:function(){return'<td class="fc-axis '+this.widgetContentClass+'" '+this.axisStyleAttr()+"><span>"+(this.opt("allDayHtml")||L(this.opt("allDayText")))+"</span></td>"},slotBgIntroHtml:function(){return'<td class="fc-axis '+this.widgetContentClass+'" '+this.axisStyleAttr()+"></td>"},introHtml:function(){return'<td class="fc-axis" '+this.axisStyleAttr()+"></td>"},axisStyleAttr:function(){return null!==this.axisWidth?'style="width:'+this.axisWidth+'px"':""},updateSize:function(a){a&&this.timeGrid.resize(),db.prototype.updateSize.call(this,a)},updateWidth:function(){this.axisWidth=r(this.el.find(".fc-axis"))},setHeight:function(a,b){var c,d;null===this.bottomRuleHeight&&(this.bottomRuleHeight=this.bottomRuleEl.outerHeight()),this.bottomRuleEl.hide(),this.scrollerEl.css("overflow",""),t(this.scrollerEl),h(this.noScrollRowEls),this.dayGrid&&(this.dayGrid.destroySegPopover(),c=this.opt("eventLimit"),c&&"number"!=typeof c&&(c=ib),c&&this.dayGrid.limitRows(c)),b||(d=this.computeScrollerHeight(a),s(this.scrollerEl,d)?(g(this.noScrollRowEls,v(this.scrollerEl)),d=this.computeScrollerHeight(a),this.scrollerEl.height(d),this.restoreScroll()):(this.scrollerEl.height(d).css("overflow","hidden"),this.bottomRuleEl.show()))},initializeScroll:function(){function a(){c.scrollerEl.scrollTop(e)}var c=this,d=b.duration(this.opt("scrollTime")),e=this.timeGrid.computeTimeTop(d);e=Math.ceil(e),e&&e++,a(),setTimeout(a,0)},renderEvents:function(a){var b,c,d=[],e=[],f=[];for(c=0;c<a.length;c++)a[c].allDay?d.push(a[c]):e.push(a[c]);b=this.timeGrid.renderEvents(e),this.dayGrid&&(f=this.dayGrid.renderEvents(d)),this.updateHeight()},getEventSegs:function(){return this.timeGrid.getEventSegs().concat(this.dayGrid?this.dayGrid.getEventSegs():[])},destroyEvents:function(){this.recordScroll(),this.timeGrid.destroyEvents(),this.dayGrid&&this.dayGrid.destroyEvents()},renderDrag:function(a,b){return a.start.hasTime()?this.timeGrid.renderDrag(a,b):this.dayGrid?this.dayGrid.renderDrag(a,b):void 0},destroyDrag:function(){this.timeGrid.destroyDrag(),this.dayGrid&&this.dayGrid.destroyDrag()},renderSelection:function(a){a.start.hasTime()||a.end.hasTime()?this.timeGrid.renderSelection(a):this.dayGrid&&this.dayGrid.renderSelection(a)},destroySelection:function(){this.timeGrid.destroySelection(),this.dayGrid&&this.dayGrid.destroySelection()}}),Da.agendaWeek={type:"agenda",duration:{weeks:1}},Da.agendaDay={type:"agenda",duration:{days:1}};var jb=Da.list=db.extend({dayGrid:null,weekNumberWidth:null,headRowEl:null,defultEventLimit:5,viewDateOnLeft:!1,initialize:function(){this.dayGrid=new bb(this),this.coordMap=this.dayGrid.coordMap},setRange:function(a){db.prototype.setRange.call(this,a),this.dayGrid.breakOnWeeks=/year|month|week/.test(this.intervalUnit),this.dayGrid.setRange(a)},render:function(){this.dayGrid.colCnt=1,this.dayGrid.rowCnt=this.dayGrid.cellDates.length,this.dayGrid.numbersVisible=!0,this.opt("viewDateOnLeft")?(this.viewDateOnLeft=this.opt("viewDateOnLeft"),this.el.removeClass("fc-display-date-above")):this.el.addClass("fc-display-date-above"),this.el.addClass("fc-basic-view").html(this.renderHtml()),this.headRowEl=this.el.find("thead .fc-row"),this.scrollerEl=this.el.find(".fc-day-grid-container"),this.dayGrid.coordMap.containerEl=this.scrollerEl,this.dayGrid.el=this.el.find(".fc-day-grid"),this.dayGrid.render(this.hasRigidRows()),db.prototype.render.call(this)},destroy:function(){this.dayGrid.destroy(),db.prototype.destroy.call(this)},renderHtml:function(){return'<table><tbody><tr><td class="'+this.widgetContentClass+'"><div class="fc-day-grid-container"><div class="fc-day-grid"/></div></td></tr></tbody></table>'},headIntroHtml:function(){return this.viewDateOnLeft===!0?'<th class="fc-week-number '+this.widgetHeaderClass+'" '+this.weekNumberStyleAttr()+"><span></span></th>":""},numberIntroHtml:function(a){return this.viewDateOnLeft===!0?'<td class="fc-week-number" '+this.weekNumberStyleAttr()+"><span>"+this.dayGrid.getCell(a,0).start.format("ddd MMM D, YYYY")+"</span></td>":""},dayIntroHtml:function(){return this.viewDateOnLeft===!0?'<td class="fc-week-number '+this.widgetContentClass+'" '+this.weekNumberStyleAttr()+"></td>":""},introHtml:function(){return this.viewDateOnLeft===!0?'<td class="fc-week-number" '+this.weekNumberStyleAttr()+"></td>":""},numberCellHtml:function(a){if(this.viewDateOnLeft===!0)return"<td/>";var b,c=a.start;return b=this.dayGrid.getDayClasses(c),b.unshift("fc-day-number"),'<td class="'+b.join(" ")+'" data-date="'+c.format()+'"><span class="fc-list-header-left">'+c.format("dddd")+'</span><span class="fc-list-header-right">'+c.format("MMM D")+"</span></td>"},weekNumberStyleAttr:function(){return null!==this.weekNumberWidth?'style="width:'+this.weekNumberWidth+'px"':""},hasRigidRows:function(){var a=this.opt("eventLimit");return a===!0&&(a=this.defultEventLimit),a&&"number"!=typeof a},updateWidth:function(){this.weekNumberWidth=r(this.el.find(".fc-week-number"))},setHeight:function(a,b){var c=this.opt("eventLimit");c===!0&&(c=this.defultEventLimit);var d;t(this.scrollerEl),h(this.headRowEl),this.dayGrid.destroySegPopover(),c&&"number"==typeof c&&this.dayGrid.limitRows(c),d=this.computeScrollerHeight(a),this.setGridHeight(d,b),c&&"number"!=typeof c&&this.dayGrid.limitRows(c),!b&&s(this.scrollerEl,d)&&(g(this.headRowEl,v(this.scrollerEl)),d=this.computeScrollerHeight(a),this.scrollerEl.height(d),this.restoreScroll())},setGridHeight:function(a,b){b?q(this.dayGrid.rowEls):p(this.dayGrid.rowEls,a,!0)},renderEvents:function(a){this.dayGrid.renderEvents(a),this.updateHeight(),db.prototype.renderEvents.call(this,a)},getSegs:function(){return this.dayGrid.getSegs()},destroyEvents:function(){db.prototype.destroyEvents.call(this),this.recordScroll(),this.dayGrid.destroyEvents()},renderDrag:function(a,b,c){return this.dayGrid.renderDrag(a,b,c)},destroyDrag:function(){this.dayGrid.destroyDrag()},renderSelection:function(a,b){this.dayGrid.renderSelection(a,b)},destroySelection:function(){this.dayGrid.destroySelection()}});jb.duration={months:1},Da.listMonth={type:"list",duration:{months:1}},Da.listWeek={type:"list",duration:{weeks:1}},Da.listDay={type:"list",duration:{days:1}}});
|
1 |
+
/*! event-organiser 3.7.6-0-g30a7409c 2019-03-06 23:23 */
|
2 |
!function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):a(jQuery,moment)}(function(a,b){function c(a){d(za,a)}function d(b){function c(c,f){a.isPlainObject(f)&&a.isPlainObject(b[c])&&!e(c)?b[c]=d({},b[c],f):void 0!==f&&(b[c]=f)}for(var f=1;f<arguments.length;f++)a.each(arguments[f],c);return b}function e(a){return/(Time|Duration)$/.test(a)}function f(a){var c=b.localeData||b.langData;return c.call(b,a)||c.call(b,"en")}function g(a,b){b.left&&a.css({"border-left-width":1,"margin-left":b.left-1}),b.right&&a.css({"border-right-width":1,"margin-right":b.right-1})}function h(a){a.css({"margin-left":"","margin-right":"","border-left-width":"","border-right-width":""})}function i(){a("body").addClass("fc-not-allowed")}function j(){a("body").removeClass("fc-not-allowed")}function k(a){return"pointerdown"==a.type||"pointerup"==a.type||"pointermove"==a.type?"touch"===a.originalEvent.pointerType?!0:!1:"touchstart"==a.type||"touchmove"==a.type||"touchend"==a.type||"touchcancel"==a.type?!0:!1}function l(a){var b={x:0,y:0};if("pointerdown"==a.type||"pointerup"==a.type||"pointermove"==a.type||"mousedown"==a.type||"mouseup"==a.type||"mousemove"==a.type||"mouseover"==a.type||"mouseout"==a.type||"mouseenter"==a.type||"mouseleave"==a.type)b.x=a.pageX,b.y=a.pageY;else if(k(a)){var c=a.originalEvent.touches[0]||a.originalEvent.changedTouches[0];b.x=c.pageX,b.y=c.pageY}return b}function m(){return window.navigator.msPointerEnabled?"pointerdown":!Ka&&"ontouchstart"in document.documentElement?"touchstart":"mousedown"}function n(){return window.navigator.msPointerEnabled?"pointerup":!Ka&&"ontouchstart"in document.documentElement?"touchend":"mouseup"}function o(){return window.navigator.msPointerEnabled?"pointermove":!Ka&&"ontouchstart"in document.documentElement?"touchmove":"mousemove"}function p(b,c,d){var e=Math.floor(c/b.length),f=Math.floor(c-e*(b.length-1)),g=[],h=[],i=[],j=0;q(b),b.each(function(c,d){var k=c===b.length-1?f:e,l=a(d).outerHeight(!0);k>l?(g.push(d),h.push(l),i.push(a(d).height())):j+=l}),d&&(c-=j,e=Math.floor(c/g.length),f=Math.floor(c-e*(g.length-1))),a(g).each(function(b,c){var d=b===g.length-1?f:e,j=h[b],k=i[b],l=d-(j-k);d>j&&a(c).height(l)})}function q(a){a.height("")}function r(b){var c=0;return b.find("> *").each(function(b,d){var e=a(d).outerWidth();e>c&&(c=e)}),c++,b.width(c),c}function s(a,b){return a.height(b).addClass("fc-scroller"),a[0].scrollHeight-1>a[0].clientHeight?!0:(t(a),!1)}function t(a){a.height("").removeClass("fc-scroller")}function u(b){var c=b.css("position"),d=b.parents().filter(function(){var b=a(this);return/(auto|scroll)/.test(b.css("overflow")+b.css("overflow-y")+b.css("overflow-x"))}).eq(0);return"fixed"!==c&&d.length?d:a(b[0].ownerDocument||document)}function v(a){var b=a.offset().left,c=b+a.width(),d=a.children(),e=d.offset().left,f=e+d.outerWidth();return{left:e-b,right:c-f}}function w(a){return k(a)?!0:1==a.which&&!a.ctrlKey}function x(a,b){var c,d,e,f,g=a.start,h=a.end,i=b.start,j=b.end;return h>i&&j>g?(g>=i?(c=g.clone(),e=!0):(c=i.clone(),e=!1),j>=h?(d=h.clone(),f=!0):(d=j.clone(),f=!1),{start:c,end:d,isStart:e,isEnd:f}):void 0}function y(a,b){if(a=a||{},void 0!==a[b])return a[b];for(var c,d=b.split(/(?=[A-Z])/),e=d.length-1;e>=0;e--)if(c=a[d[e].toLowerCase()],void 0!==c)return c;return a["default"]}function z(a,c){return b.duration({days:a.clone().stripTime().diff(c.clone().stripTime(),"days"),ms:a.time()-c.time()})}function A(a,c){return b.duration({days:a.clone().stripTime().diff(c.clone().stripTime(),"days")})}function B(a,b){var c,d,e;for(c=0;c<Na.length&&(d=Na[c],e=C(d,a,b),!(e>=1&&P(e)));c++);return d}function C(a,c,d){return null!=d?d.diff(c,a,!0):b.isDuration(c)?c.as(a):c.end.diff(c.start,a,!0)}function D(a){return"[object Date]"===Object.prototype.toString.call(a)||a instanceof Date}function E(a){return/^\d+\:\d+(?:\:\d+\.?(?:\d{3})?)?$/.test(a)}function F(a){var b=function(){};return b.prototype=a,new b}function G(a,b){for(var c in a)H(a,c)&&(b[c]=a[c])}function H(a,b){return Oa.call(a,b)}function I(b){return/undefined|null|boolean|number|string/.test(a.type(b))}function J(b,c,d){if(a.isFunction(b)&&(b=[b]),b){var e,f;for(e=0;e<b.length;e++)f=b[e].apply(c,d)||f;return f}}function K(){for(var a=0;a<arguments.length;a++)if(void 0!==arguments[a])return arguments[a]}function L(a){return(a+"").replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/'/g,"'").replace(/"/g,""").replace(/\n/g,"<br />")}function M(a){return a.replace(/&.*?;/g,"")}function N(a){return a.charAt(0).toUpperCase()+a.slice(1)}function O(a,b){return a-b}function P(a){return a%1===0}function Q(a,b){var c,d,e,f,g=function(){var h=+new Date-f;b>h&&h>0?c=setTimeout(g,b-h):(c=null,a.apply(e,d),c||(e=d=null))};return function(){e=this,d=arguments,f=+new Date,c||(c=setTimeout(g,b))}}function R(c,d,e){var f,g,h,i,j=c[0],k=1==c.length&&"string"==typeof j;return b.isMoment(j)?(i=b.apply(null,c),T(j,i)):D(j)||void 0===j?i=b.apply(null,c):(f=!1,g=!1,k?Pa.test(j)?(j+="-01",c=[j],f=!0,g=!0):(h=Qa.exec(j))&&(f=!h[5],g=!0):a.isArray(j)&&(g=!0),i=d||f?b.utc.apply(b,c):b.apply(null,c),f?(i._ambigTime=!0,i._ambigZone=!0):e&&(g?i._ambigZone=!0:k&&i.zone(j))),i._fullCalendar=!0,i}function S(a,c){var d,e,f=!1,g=!1,h=a.length,i=[];for(d=0;h>d;d++)e=a[d],b.isMoment(e)||(e=Ca.moment.parseZone(e)),f=f||e._ambigTime,g=g||e._ambigZone,i.push(e);for(d=0;h>d;d++)e=i[d],c||!f||e._ambigTime?g&&!e._ambigZone&&(i[d]=e.clone().stripZone()):i[d]=e.clone().stripTime();return i}function T(a,b){a._ambigTime?b._ambigTime=!0:b._ambigTime&&(b._ambigTime=!1),a._ambigZone?b._ambigZone=!0:b._ambigZone&&(b._ambigZone=!1)}function U(a,b){a.year(b[0]||0).month(b[1]||0).date(b[2]||0).hours(b[3]||0).minutes(b[4]||0).seconds(b[5]||0).milliseconds(b[6]||0)}function V(a,b){return Sa.format.call(a,b)}function W(a,b){return X(a,aa(b))}function X(a,b){var c,d="";for(c=0;c<b.length;c++)d+=Y(a,b[c]);return d}function Y(a,b){var c,d;return"string"==typeof b?b:(c=b.token)?Ta[c]?Ta[c](a):V(a,c):b.maybe&&(d=X(a,b.maybe),d.match(/[1-9]/))?d:""}function Z(a,b,c,d,e){var f;return a=Ca.moment.parseZone(a),b=Ca.moment.parseZone(b),f=(a.localeData||a.lang).call(a),c=f.longDateFormat(c)||c,d=d||" - ",$(a,b,aa(c),d,e)}function $(a,b,c,d,e){var f,g,h,i,j="",k="",l="",m="",n="";for(g=0;g<c.length&&(f=_(a,b,c[g]),f!==!1);g++)j+=f;for(h=c.length-1;h>g&&(f=_(a,b,c[h]),f!==!1);h--)k=f+k;for(i=g;h>=i;i++)l+=Y(a,c[i]),m+=Y(b,c[i]);return(l||m)&&(n=e?m+d+l:l+d+m),j+n+k}function _(a,b,c){var d,e;return"string"==typeof c?c:(d=c.token)&&(e=Ua[d.charAt(0)],e&&a.isSame(b,e))?V(a,d):!1}function aa(a){return a in Va?Va[a]:Va[a]=ba(a)}function ba(a){for(var b,c=[],d=/\[([^\]]*)\]|\(([^\)]*)\)|(LT|(\w)\4*o?)|([^\w\[\(]+)/g;b=d.exec(a);)b[1]?c.push(b[1]):b[2]?c.push({maybe:ba(b[2])}):b[3]?c.push({token:b[3]}):b[5]&&c.push(b[5]);return c}function ca(){}function da(a,b){return a||b?a&&b?a.grid===b.grid&&a.row===b.row&&a.col===b.col:!1:!0}function ea(a){var b=ga(a);return"background"===b||"inverse-background"===b}function fa(a){return"inverse-background"===ga(a)}function ga(a){return K((a.source||{}).rendering,a.rendering)}function ha(a){var b,c,d={};for(b=0;b<a.length;b++)c=a[b],(d[c._id]||(d[c._id]=[])).push(c);return d}function ia(a,b){return a.eventStartMS-b.eventStartMS}function ja(a,b){return a.eventStartMS-b.eventStartMS||b.eventDurationMS-a.eventDurationMS||b.event.allDay-a.event.allDay||(a.event.title||"").localeCompare(b.event.title)}function ka(c){var d,e,f,g,h=Ca.dataAttrPrefix;return h&&(h+="-"),d=c.data(h+"event")||null,d&&(d="object"==typeof d?a.extend({},d):{},e=d.start,null==e&&(e=d.time),f=d.duration,g=d.stick,delete d.start,delete d.time,delete d.duration,delete d.stick),null==e&&(e=c.data(h+"start")),null==e&&(e=c.data(h+"time")),null==f&&(f=c.data(h+"duration")),null==g&&(g=c.data(h+"stick")),e=null!=e?b.duration(e):null,f=null!=f?b.duration(f):null,g=Boolean(g),{eventProps:d,startTime:e,duration:f,stick:g}}function la(a,b){var c,d;for(c=0;c<b.length;c++)if(d=b[c],d.leftCol<=a.rightCol&&d.rightCol>=a.leftCol)return!0;return!1}function ma(a,b){return a.leftCol-b.leftCol}function na(a){var b,c,d;if(a.sort(ja),b=oa(a),pa(b),c=b[0]){for(d=0;d<c.length;d++)qa(c[d]);for(d=0;d<c.length;d++)ra(c[d],0,0)}}function oa(a){var b,c,d,e=[];for(b=0;b<a.length;b++){for(c=a[b],d=0;d<e.length&&sa(c,e[d]).length;d++);c.level=d,(e[d]||(e[d]=[])).push(c)}return e}function pa(a){var b,c,d,e,f;for(b=0;b<a.length;b++)for(c=a[b],d=0;d<c.length;d++)for(e=c[d],e.forwardSegs=[],f=b+1;f<a.length;f++)sa(e,a[f],e.forwardSegs)}function qa(a){var b,c,d=a.forwardSegs,e=0;if(void 0===a.forwardPressure){for(b=0;b<d.length;b++)c=d[b],qa(c),e=Math.max(e,1+c.forwardPressure);a.forwardPressure=e}}function ra(a,b,c){var d,e=a.forwardSegs;if(void 0===a.forwardCoord)for(e.length?(e.sort(ua),ra(e[0],b+1,c),a.forwardCoord=e[0].backwardCoord):a.forwardCoord=1,a.backwardCoord=a.forwardCoord-(a.forwardCoord-c)/(b+1),d=0;d<e.length;d++)ra(e[d],0,a.forwardCoord)}function sa(a,b,c){c=c||[];for(var d=0;d<b.length;d++)ta(a,b[d])&&c.push(b[d]);return c}function ta(a,b){return a.bottom>b.top&&a.top<b.bottom}function ua(a,b){return b.forwardPressure-a.forwardPressure||(a.backwardCoord||0)-(b.backwardCoord||0)||ja(a,b)}function va(c,e){function g(a){return(a.locale||a.lang).call(a,$.lang).humanize()}function h(a){da?k()&&(r(),l(a)):i()}function i(){ea=$.theme?"ui":"fc",c.addClass("fc"),$.isRTL?c.addClass("fc-rtl"):c.addClass("fc-ltr"),$.theme?c.addClass("ui-widget"):c.addClass("fc-unthemed"),da=a("<div class='fc-view-container'/>").prependTo(c),ba=new wa(Y,$),ca=ba.render(),ca&&c.prepend(ca),l($.defaultView),$.handleWindowResize&&(ha=Q(t,$.windowResizeDelay),a(window).resize(ha))}function j(){fa&&fa.destroyView(),ba.destroy(),da.remove(),c.removeClass("fc fc-ltr fc-rtl fc-unthemed ui-widget"),a(window).unbind("resize",ha)}function k(){return c.is(":visible")}function l(b){na++,fa&&b&&fa.type!==b&&(ba.deactivateButton(fa.type),S(),fa.start&&fa.destroyView(),fa.el.remove(),fa=null),!fa&&b&&(fa=m(b),fa.el=a("<div class='fc-view fc-"+b+"-view' />").appendTo(da),ba.activateButton(b)),fa&&(ia=fa.massageCurrentDate(ia),fa.start&&ia.isWithin(fa.intervalStart,fa.intervalEnd)||k()&&(S(),fa.start&&fa.destroyView(),fa.setDate(ia),fa.renderView(),T(),C(),D(),x())),T(),na--}function m(a){var b=n(a);return new b["class"](Y,b.options,a)}function n(c){function d(b){"function"==typeof b?f=b:"object"==typeof b&&a.extend(e,b)}var e,f,h,i,j,k=$.defaultButtonText||{},l=$.buttonText||{},m=$.views||{},n=c,o=[],p=!1;if(ma[c])return ma[c];for(;n&&!f;)e={},d(Da[n]),d(m[n]),o.unshift(e),n=e.type;return o.unshift({}),e=a.extend.apply(a,o),f?(h=e.duration||f.duration,h&&(h=b.duration(h),i=B(h),p=1===h.as(i)),p&&m[i]&&(e=a.extend({},m[i],e)),j=l[c]||(p?l[i]:null)||k[c]||(p?k[i]:null)||e.buttonText||f.buttonText||(h?g(h):null)||c,ma[c]={"class":f,options:e,buttonText:j}):void 0}function o(a){return Boolean(n(a))}function p(a){var b=n(a);return b?b.buttonText:void 0}function q(a){return k()?(a&&s(),na++,fa.updateSize(!0),na--,!0):void 0}function r(){k()&&s()}function s(){ga="number"==typeof $.contentHeight?$.contentHeight:"number"==typeof $.height?$.height-(ca?ca.outerHeight(!0):0):"undefined"!=typeof $.height&&"parent"===$.height?a(la).parent().height()-(ca?ca.outerHeight(!0):0):Math.round(da.width()/Math.max($.aspectRatio,.5))}function t(a){!na&&a.target===window&&fa.start&&q(!0)&&fa.trigger("windowResize",la)}function u(){w(),y()}function v(){k()&&(S(),fa.destroyViewEvents(),fa.renderViewEvents(oa),T())}function w(){S(),fa.destroyViewEvents(),T()}function x(){!$.lazyFetching||ja(fa.start,fa.end)?y():v()}function y(){ka(fa.start,fa.end)}function z(a){oa=a,v()}function A(){v()}function C(){ba.updateTitle(fa.title)}function D(){var a=Y.getNow();a.isWithin(fa.intervalStart,fa.intervalEnd)?ba.disableButton("today"):ba.enableButton("today")}function E(a,b){a=Y.moment(a),b=b?Y.moment(b):a.hasTime()?a.clone().add(Y.defaultTimedEventDuration):a.clone().add(Y.defaultAllDayEventDuration),fa.select({start:a,end:b})}function G(){fa&&fa.unselect()}function H(){ia=fa.computePrevDate(ia),l()}function I(){ia=fa.computeNextDate(ia),l()}function J(){ia.add(-1,"years"),l()}function K(){ia.add(1,"years"),l()}function L(){ia=Y.getNow(),l()}function M(a){ia=Y.moment(a),l()}function O(a){ia.add(b.duration(a)),l()}function P(a,b){var c,d;b&&o(b)||(b=b||"day",c=ba.getViewsWithButtons().join(" "),d=c.match(new RegExp("\\w+"+N(b))),d||(d=c.match(/\w+Day/)),b=d?d[0]:"agendaDay"),ia=a,l(b)}function R(){return ia.clone()}function S(){da.css({width:"100%",height:da.height(),overflow:"hidden"})}function T(){da.css({width:"",height:"",overflow:""})}function U(){return Y}function V(){return fa}function W(a,b){return void 0===b?$[a]:void(("height"==a||"contentHeight"==a||"aspectRatio"==a)&&($[a]=b,q(!0)))}function X(a,b){return $[a]?$[a].apply(b||la,Array.prototype.slice.call(arguments,2)):void 0}var Y=this;e=e||{};var Z,$=d({},za,e);Z=$.lang in Ea?Ea[$.lang]:Ea[za.lang],Z&&($=d({},za,Z,e)),$.isRTL&&($=d({},za,Ba,Z||{},e)),Y.options=$,Y.render=h,Y.destroy=j,Y.refetchEvents=u,Y.reportEvents=z,Y.reportEventChange=A,Y.rerenderEvents=v,Y.changeView=l,Y.select=E,Y.unselect=G,Y.prev=H,Y.next=I,Y.prevYear=J,Y.nextYear=K,Y.today=L,Y.gotoDate=M,Y.incrementDate=O,Y.zoomTo=P,Y.getDate=R,Y.getCalendar=U,Y.getView=V,Y.option=W,Y.trigger=X,Y.isValidViewType=o,Y.getViewButtonText=p;var _=F(f($.lang));if($.monthNames&&(_._months=$.monthNames),$.monthNamesShort&&(_._monthsShort=$.monthNamesShort),$.dayNames&&(_._weekdays=$.dayNames),$.dayNamesShort&&(_._weekdaysShort=$.dayNamesShort),null!=$.firstDay){var aa=F(_._week);aa.dow=$.firstDay,_._week=aa}Y.defaultAllDayEventDuration=b.duration($.defaultAllDayEventDuration),Y.defaultTimedEventDuration=b.duration($.defaultTimedEventDuration),Y.moment=function(){var a;return"local"===$.timezone?(a=Ca.moment.apply(null,arguments),a.hasTime()&&a.local()):a="UTC"===$.timezone?Ca.moment.utc.apply(null,arguments):Ca.moment.parseZone.apply(null,arguments),"_locale"in a?a._locale=_:a._lang=_,a},Y.getIsAmbigTimezone=function(){return"local"!==$.timezone&&"UTC"!==$.timezone},Y.rezoneDate=function(a){return Y.moment(a.toArray())},Y.getNow=function(){var a=$.now;return"function"==typeof a&&(a=a()),Y.moment(a)},Y.calculateWeekNumber=function(a){var b=$.weekNumberCalculation;return"function"==typeof b?b(a):"local"===b?a.week():"ISO"===b.toUpperCase()?a.isoWeek():void 0},Y.getEventEnd=function(a){return a.end?a.end.clone():Y.getDefaultEventEnd(a.allDay,a.start)},Y.getDefaultEventEnd=function(a,b){var c=b.clone();return a?c.stripTime().add(Y.defaultAllDayEventDuration):c.add(Y.defaultTimedEventDuration),Y.getIsAmbigTimezone()&&c.stripZone(),c},xa.call(Y,$);var ba,ca,da,ea,fa,ga,ha,ia,ja=Y.isFetchNeeded,ka=Y.fetchEvents,la=c[0],ma={},na=0,oa=[];ia=null!=$.defaultDate?Y.moment($.defaultDate):Y.getNow(),Y.getSuggestedViewHeight=function(){return void 0===ga&&r(),ga},Y.isHeightAuto=function(){return"auto"===$.contentHeight||"auto"===$.height}}function wa(b,c){function d(){var b=c.header;return n=c.theme?"ui":"fc",b?o=a("<div class='fc-toolbar'/>").append(f("left")).append(f("right")).append(f("center")).append('<div class="fc-clear"/>'):void 0}function e(){o.remove()}function f(d){var e=a('<div class="fc-'+d+'"/>'),f=c.header[d];return f&&a.each(f.split(" "),function(d){var f,g=a(),h=!0;a.each(this.split(","),function(d,e){var f,i,j,k,l,m,o,q,r;if("title"==e)g=g.add(a('<h2 aria-live="polite"> </h2>')),h=!1;else if(a.isFunction(c.customButtons[e])){var s=a(c.customButtons[e](c));g=g.add(s)}else b[e]?f=function(){b[e]()}:b.isValidViewType(e)&&(f=function(){b.changeView(e)},p.push(e),l=b.getViewButtonText(e)),f&&(i=y(c.themeButtonIcons,e),j=y(c.buttonIcons,e),k=y(c.defaultButtonText,e),m=y(c.buttonText,e),o=l||m?L(l||m):i&&c.theme?"<span class='ui-icon ui-icon-"+i+"'></span>":j&&!c.theme?"<span class='fc-icon fc-icon-"+j+"'></span>":L(k||e),q=["fc-"+e+"-button",n+"-button",n+"-state-default"],r=a('<button type="button" class="'+q.join(" ")+'">'+o+"</button>").click(function(){r.hasClass(n+"-state-disabled")||(f(),(r.hasClass(n+"-state-active")||r.hasClass(n+"-state-disabled"))&&r.removeClass(n+"-state-hover"))}).mousedown(function(){r.not("."+n+"-state-active").not("."+n+"-state-disabled").addClass(n+"-state-down")}).mouseup(function(){r.removeClass(n+"-state-down")}).hover(function(){r.not("."+n+"-state-active").not("."+n+"-state-disabled").addClass(n+"-state-hover")},function(){r.removeClass(n+"-state-hover").removeClass(n+"-state-down")}),g=g.add(r))}),h&&g.first().addClass(n+"-corner-left").end().last().addClass(n+"-corner-right").end(),g.length>1||h?(f=a("<div/>"),h&&f.addClass("fc-button-group"),f.append(g),e.append(f)):e.append(g)}),e}function g(a){o.find("h2").text(a)}function h(a){o.find(".fc-"+a+"-button").addClass(n+"-state-active")}function i(a){o.find(".fc-"+a+"-button").removeClass(n+"-state-active")}function j(a){o.find(".fc-"+a+"-button").attr("disabled","disabled").addClass(n+"-state-disabled")}function k(a){o.find(".fc-"+a+"-button").removeAttr("disabled").removeClass(n+"-state-disabled")}function l(){return p}var m=this;m.render=d,m.destroy=e,m.updateTitle=g,m.activateButton=h,m.deactivateButton=i,m.disableButton=j,m.enableButton=k,m.getViewsWithButtons=l;var n,o=a(),p=[]}function xa(c){function d(a,b){return!Q||a.clone().stripZone()<Q.clone().stripZone()||b.clone().stripZone()>R.clone().stripZone()}function e(a,b){Q=a,R=b,$=[];var c=++X,d=W.length;Y=d;for(var e=0;d>e;e++)f(W[e],c)}function f(b,c){g(b,function(d){var e,f,g,h=a.isArray(b.events);if(c==X){if(d)for(e=0;e<d.length;e++)f=d[e],g=h?f:u(f,b),g&&$.push.apply($,y(g));Y--,Y||U($)}})}function g(b,d){var e,f,h=Ca.sourceFetchers;for(e=0;e<h.length;e++){if(f=h[e].call(P,b,Q.clone(),R.clone(),c.timezone,d),f===!0)return;if("object"==typeof f)return void g(f,d)}var i=b.events;if(i)a.isFunction(i)?(s(),i.call(P,Q.clone(),R.clone(),c.timezone,function(a){d(a),t()})):a.isArray(i)?d(i):d();else{var j=b.url;if(j){var k,l=b.success,m=b.error,n=b.complete;k=a.isFunction(b.data)?b.data():b.data;var o=a.extend({},k||{}),p=K(b.startParam,c.startParam),q=K(b.endParam,c.endParam),r=K(b.timezoneParam,c.timezoneParam);p&&(o[p]=Q.format()),q&&(o[q]=R.format()),c.timezone&&"local"!=c.timezone&&(o[r]=c.timezone),s(),a.ajax(a.extend({},eb,b,{data:o,success:function(b){b=b||[];var c=J(l,this,arguments);a.isArray(c)&&(b=c),d(b)},error:function(){J(m,this,arguments),d()},complete:function(){J(n,this,arguments),t()}}))}else d()}}function h(a){var b=i(a);b&&(W.push(b),Y++,f(b,X))}function i(b){var c,d,e=Ca.sourceNormalizers;if(a.isFunction(b)||a.isArray(b)?c={events:b}:"string"==typeof b?c={url:b}:"object"==typeof b&&(c=a.extend({},b)),c){for(c.className?"string"==typeof c.className&&(c.className=c.className.split(/\s+/)):c.className=[],a.isArray(c.events)&&(c.origArray=c.events,c.events=a.map(c.events,function(a){return u(a,c)})),d=0;d<e.length;d++)e[d].call(P,c);return c}}function j(b){W=a.grep(W,function(a){return!k(a,b)}),$=a.grep($,function(a){return!k(a.source,b)}),U($)}function k(a,b){return a&&b&&l(a)==l(b)}function l(a){return("object"==typeof a?a.origArray||a.googleCalendarId||a.url||a.events:null)||a}function m(a){a.start=P.moment(a.start),a.end?a.end=P.moment(a.end):a.end=null,B(a,n(a)),U($)}function n(b){var c={};return a.each(b,function(a,b){o(a)&&void 0!==b&&I(b)&&(c[a]=b)}),c}function o(a){return!/^_|^(id|allDay|start|end)$/.test(a)}function p(a,b){var c,d,e,f=u(a);if(f){for(c=y(f),d=0;d<c.length;d++)e=c[d],e.source||(b&&(V.events.push(e),e.source=V),$.push(e));return U($),c}return[]}function q(b){var c,d;for(null==b?b=function(){return!0}:a.isFunction(b)||(c=b+"",b=function(a){return a._id==c}),$=a.grep($,b,!0),d=0;d<W.length;d++)a.isArray(W[d].events)&&(W[d].events=a.grep(W[d].events,b,!0));U($)}function r(b){return a.isFunction(b)?a.grep($,b):null!=b?(b+="",a.grep($,function(a){return a._id==b})):$}function s(){Z++||S("loading",null,!0,T())}function t(){--Z||S("loading",null,!1,T())}function u(d,e){var f,g,h,i={};if(c.eventDataTransform&&(d=c.eventDataTransform(d)),e&&e.eventDataTransform&&(d=e.eventDataTransform(d)),a.extend(i,d),e&&(i.source=e),i._id=d._id||(void 0===d.id?"_fc"+fb++:d.id+""),d.className?"string"==typeof d.className?i.className=d.className.split(/\s+/):i.className=d.className:i.className=[],f=d.start||d.date,g=d.end,E(f)&&(f=b.duration(f)),E(g)&&(g=b.duration(g)),d.dow||b.isDuration(f)||b.isDuration(g))i.start=f?b.duration(f):null,i.end=g?b.duration(g):null,i._recurring=!0;else{if(f&&(f=P.moment(f),!f.isValid()))return!1;g&&(g=P.moment(g),g.isValid()||(g=null)),h=d.allDay,void 0===h&&(h=K(e?e.allDayDefault:void 0,c.allDayDefault)),v(f,g,h,i)}return i}function v(a,b,c,d){d.start=a,d.end=b,d.allDay=c,w(d),ya(d)}function w(a){null==a.allDay&&(a.allDay=!(a.start.hasTime()||a.end&&a.end.hasTime())),a.allDay?(a.start.stripTime(),a.end&&a.end.stripTime()):(a.start.hasTime()||(a.start=P.rezoneDate(a.start)),a.end&&!a.end.hasTime()&&(a.end=P.rezoneDate(a.end))),a.end&&!a.end.isAfter(a.start)&&(a.end=null),a.end||(c.forceEventDuration?a.end=P.getDefaultEventEnd(a.allDay,a.start):a.end=null)}function x(a){var b;return a.end||(b=a.allDay,null==b&&(b=!a.start.hasTime()),a={start:a.start,end:P.getDefaultEventEnd(b,a.start)}),a}function y(b,c,d){var e,f,g,h,i,j,k,l,m,n=[];if(c=c||Q,d=d||R,b)if(b._recurring){if(f=b.dow)for(e={},g=0;g<f.length;g++)e[f[g]]=!0;for(h=c.clone().stripTime();h.isBefore(d);)(!e||e[h.day()])&&(i=b.start,j=b.end,k=h.clone(),l=null,i&&(k=k.time(i)),j&&(l=h.clone().time(j)),m=a.extend({},b),v(k,l,!i&&!j,m),n.push(m)),h.add(1,"days")}else n.push(b);return n}function B(b,c){var d,e,f,g,h={};return c=c||{},c.start||(c.start=b.start.clone()),void 0===c.end&&(c.end=b.end?b.end.clone():null),null==c.allDay&&(c.allDay=b.allDay),w(c),d=null!==b._end&&null===c.end,e=c.allDay?A(c.start,b._start):z(c.start,b._start),!d&&c.end&&(f=z(c.end,c.start).subtract(z(b._end||P.getDefaultEventEnd(b._allDay,b._start),b._start))),a.each(c,function(a,b){o(a)&&void 0!==b&&(h[a]=b)}),g=C(r(b._id),d,c.allDay,e,f,h),{dateDelta:e,durationDelta:f,undo:g}}function C(b,c,d,e,f,g){var h=P.getIsAmbigTimezone(),i=[];return e&&!e.valueOf()&&(e=null),f&&!f.valueOf()&&(f=null),a.each(b,function(b,j){var k,l;k={start:j.start.clone(),end:j.end?j.end.clone():null,allDay:j.allDay},a.each(g,function(a){k[a]=j[a]}),l={start:j._start,end:j._end,allDay:j._allDay},c&&(l.end=null),l.allDay=d,w(l),e&&(l.start.add(e),l.end&&l.end.add(e)),f&&(l.end||(l.end=P.getDefaultEventEnd(l.allDay,l.start)),l.end.add(f)),h&&!l.allDay&&(e||f)&&(l.start.stripZone(),l.end&&l.end.stripZone()),a.extend(j,g,l),ya(j),i.push(function(){a.extend(j,k),ya(j)})}),function(){for(var a=0;a<i.length;a++)i[a]()}}function D(){var b,d=c.businessHours,e={className:"fc-nonbusiness",start:"09:00",end:"17:00",dow:[1,2,3,4,5],rendering:"inverse-background"},f=P.getView();return d&&(b="object"==typeof d?a.extend({},e,d):e),b?y(u(b),f.start,f.end):[]}function F(a,b){var d=b.source||{},e=K(b.constraint,d.constraint,c.eventConstraint),f=K(b.overlap,d.overlap,c.eventOverlap);return a=x(a),L(a,e,f,b)}function G(a){return L(a,c.selectConstraint,c.selectOverlap)}function H(b,c){var d,e;return c&&(d=a.extend({},c,b),e=y(u(d))[0]),e?F(b,e):(b=x(b),G(b))}function L(a,b,c,d){var e,f,g,h,i;if(a={start:a.start.clone().stripZone(),end:a.end.clone().stripZone()},null!=b){for(e=M(b),f=!1,g=0;g<e.length;g++)if(N(e[g],a)){f=!0;break}if(!f)return!1}for(g=0;g<$.length;g++)if(h=$[g],(!d||d._id!==h._id)&&O(h,a)){if(c===!1)return!1;if("function"==typeof c&&!c(h,d))return!1;if(d){if(i=K(h.overlap,(h.source||{}).overlap),i===!1)return!1;if("function"==typeof i&&!i(d,h))return!1}}return!0}function M(a){return"businessHours"===a?D():"object"==typeof a?y(u(a)):r(a)}function N(a,b){var c=a.start.clone().stripZone(),d=P.getEventEnd(a).stripZone();return b.start>=c&&b.end<=d}function O(a,b){var c=a.start.clone().stripZone(),d=P.getEventEnd(a).stripZone();return b.start<d&&b.end>c}var P=this;P.isFetchNeeded=d,P.fetchEvents=e,P.addEventSource=h,P.removeEventSource=j,P.updateEvent=m,P.renderEvent=p,P.removeEvents=q,P.clientEvents=r,P.mutateEvent=B,P.normalizeEventDateProps=w,P.ensureVisibleEventRange=x;var Q,R,S=P.trigger,T=P.getView,U=P.reportEvents,V={events:[]},W=[V],X=0,Y=0,Z=0,$=[];a.each((c.events?[c.events]:[]).concat(c.eventSources||[]),function(a,b){var c=i(b);c&&W.push(c)}),P.getBusinessHoursEvents=D,P.isEventRangeAllowed=F,P.isSelectionRangeAllowed=G,P.isExternalDropRangeAllowed=H}function ya(a){a._allDay=a.allDay,a._start=a.start.clone(),a._end=a.end?a.end.clone():null}var za={titleRangeSeparator:" — ",monthYearFormat:"MMMM YYYY",defaultTimedEventDuration:"02:00:00",defaultAllDayEventDuration:{days:1},forceEventDuration:!1,nextDayThreshold:"09:00:00",defaultView:"month",aspectRatio:1.35,header:{left:"title",center:"",right:"today prev,next"},weekends:!0,weekNumbers:!1,weekNumberTitle:"W",weekNumberCalculation:"local",lazyFetching:!0,startParam:"start",endParam:"end",timezoneParam:"timezone",timezone:!1,isRTL:!1,defaultButtonText:{prev:"prev",next:"next",prevYear:"prev year",nextYear:"next year",today:"today",month:"month",week:"week",day:"day"},buttonIcons:{prev:"left-single-arrow",next:"right-single-arrow",prevYear:"left-double-arrow",nextYear:"right-double-arrow"},theme:!1,themeButtonIcons:{prev:"circle-triangle-w",next:"circle-triangle-e",prevYear:"seek-prev",nextYear:"seek-next"},dragOpacity:.75,dragRevertDuration:500,dragScroll:!0,unselectAuto:!0,dropAccept:"*",eventLimit:!1,eventLimitText:"more",eventLimitClick:"popover",dayPopoverFormat:"LL",handleWindowResize:!0,windowResizeDelay:200},Aa={dayPopoverFormat:"dddd, MMMM D"},Ba={header:{left:"next,prev today",center:"",right:"title"},buttonIcons:{prev:"right-single-arrow",next:"left-single-arrow",prevYear:"right-double-arrow",nextYear:"left-double-arrow"},themeButtonIcons:{prev:"circle-triangle-e",next:"circle-triangle-w",nextYear:"seek-prev",prevYear:"seek-next"}},Ca=a.fullCalendar={version:"2.2.7"},Da=Ca.views={};a.fn.fullCalendar=function(b){var c=Array.prototype.slice.call(arguments,1),d=this;return this.each(function(e,f){var g,h=a(f),i=h.data("fullCalendar");"string"==typeof b?i&&a.isFunction(i[b])&&(g=i[b].apply(i,c),e||(d=g),"destroy"===b&&h.removeData("fullCalendar")):i||(i=new va(h,b),h.data("fullCalendar",i),i.render())}),d};var Ea=Ca.langs={};Ca.datepickerLang=function(b,c,d){var e=Ea[b]||(Ea[b]={});e.isRTL=d.isRTL,e.weekNumberTitle=d.weekHeader,a.each(Fa,function(a,b){e[a]=b(d)}),a.datepicker&&(a.datepicker.regional[c]=a.datepicker.regional[b]=d,a.datepicker.regional.en=a.datepicker.regional[""],a.datepicker.setDefaults(d))},Ca.lang=function(b,c){var e,g;e=Ea[b]||(Ea[b]={}),c&&d(e,c),g=f(b),a.each(Ga,function(a,b){void 0===e[a]&&(e[a]=b(g,e))}),za.lang=b};var Fa={defaultButtonText:function(a){return{prev:M(a.prevText),next:M(a.nextText),today:M(a.currentText)}},monthYearFormat:function(a){return a.showMonthAfterYear?"YYYY["+a.yearSuffix+"] MMMM":"MMMM YYYY["+a.yearSuffix+"]"}},Ga={dayOfMonthFormat:function(a,b){var c=a.longDateFormat("l");return c=c.replace(/^Y+[^\w\s]*|[^\w\s]*Y+$/g,""),b.isRTL?c+=" ddd":c="ddd "+c,c},smallTimeFormat:function(a){return a.longDateFormat("LT").replace(":mm","(:mm)").replace(/(\Wmm)$/,"($1)").replace(/\s*a$/i,"a")},extraSmallTimeFormat:function(a){return a.longDateFormat("LT").replace(":mm","(:mm)").replace(/(\Wmm)$/,"($1)").replace(/\s*a$/i,"t")},noMeridiemTimeFormat:function(a){return a.longDateFormat("LT").replace(/\s*a$/i,"")}};Ca.lang("en",Aa),Ca.intersectionToSeg=x,Ca.applyAll=J,Ca.debounce=Q;var Ha,Ia,Ja,Ka=-1!==navigator.userAgent.toLowerCase().indexOf("phantom"),La=!1,Ma=["sun","mon","tue","wed","thu","fri","sat"],Na=["year","month","week","day","hour","minute","second","millisecond"],Oa={}.hasOwnProperty,Pa=/^\s*\d{4}-\d\d$/,Qa=/^\s*\d{4}-(?:(\d\d-\d\d)|(W\d\d$)|(W\d\d-\d)|(\d\d\d))((T| )(\d\d(:\d\d(:\d\d(\.\d+)?)?)?)?)?$/,Ra=b.fn,Sa=a.extend({},Ra);Ca.moment=function(){return R(arguments)},Ca.moment.utc=function(){var a=R(arguments,!0);return a.hasTime()&&a.utc(),a},Ca.moment.parseZone=function(){return R(arguments,!0,!0)},Ra.clone=function(){var a=Sa.clone.apply(this,arguments);return T(this,a),this._fullCalendar&&(a._fullCalendar=!0),a},Ra.time=function(a){if(!this._fullCalendar)return Sa.time.apply(this,arguments);if(null==a)return b.duration({hours:this.hours(),minutes:this.minutes(),seconds:this.seconds(),milliseconds:this.milliseconds()});this._ambigTime=!1,b.isDuration(a)||b.isMoment(a)||(a=b.duration(a));var c=0;return b.isDuration(a)&&(c=24*Math.floor(a.asDays())),this.hours(c+a.hours()).minutes(a.minutes()).seconds(a.seconds()).milliseconds(a.milliseconds())},Ra.stripTime=function(){var a;return this._ambigTime||(a=this.toArray(),this.utc(),Ia(this,a.slice(0,3)),this._ambigTime=!0,this._ambigZone=!0),this},Ra.hasTime=function(){return!this._ambigTime},Ra.stripZone=function(){var a,b;return this._ambigZone||(a=this.toArray(),b=this._ambigTime,this.utc(),Ia(this,a),this._ambigTime=b||!1,this._ambigZone=!0),this},Ra.hasZone=function(){return!this._ambigZone},Ra.local=function(){var a=this.toArray(),b=this._ambigZone;return Sa.local.apply(this,arguments),this._ambigTime=!1,this._ambigZone=!1,b&&Ja(this,a),this},Ra.utc=function(){return Sa.utc.apply(this,arguments),this._ambigTime=!1,this._ambigZone=!1,this},a.each(["zone","utcOffset"],function(a,b){Sa[b]&&(Ra[b]=function(a){return null!=a&&(this._ambigTime=!1,this._ambigZone=!1),Sa[b].apply(this,arguments)})}),Ra.format=function(){return this._fullCalendar&&arguments[0]?W(this,arguments[0]):this._ambigTime?V(this,"YYYY-MM-DD"):this._ambigZone?V(this,"YYYY-MM-DD[T]HH:mm:ss"):Sa.format.apply(this,arguments)},Ra.toISOString=function(){return this._ambigTime?V(this,"YYYY-MM-DD"):this._ambigZone?V(this,"YYYY-MM-DD[T]HH:mm:ss"):Sa.toISOString.apply(this,arguments)},Ra.isWithin=function(a,b){var c=S([this,a,b]);return c[0]>=c[1]&&c[0]<c[2]},Ra.isSame=function(a,b){var c;return this._fullCalendar?b?(c=S([this,a],!0),Sa.isSame.call(c[0],c[1],b)):(a=Ca.moment.parseZone(a),Sa.isSame.call(this,a)&&Boolean(this._ambigTime)===Boolean(a._ambigTime)&&Boolean(this._ambigZone)===Boolean(a._ambigZone)):Sa.isSame.apply(this,arguments)},a.each(["isBefore","isAfter"],function(a,b){Ra[b]=function(a,c){var d;return this._fullCalendar?(d=S([this,a]),Sa[b].call(d[0],d[1],c)):Sa[b].apply(this,arguments)}}),Ha="_d"in b()&&"updateOffset"in b,Ia=Ha?function(a,c){a._d.setTime(Date.UTC.apply(Date,c)),b.updateOffset(a,!1)}:U,Ja=Ha?function(a,c){a._d.setTime(+new Date(c[0]||0,c[1]||0,c[2]||0,c[3]||0,c[4]||0,c[5]||0,c[6]||0)),b.updateOffset(a,!1)}:U;var Ta={t:function(a){return V(a,"a").charAt(0)},T:function(a){return V(a,"A").charAt(0)}};Ca.formatRange=Z;var Ua={Y:"year",M:"month",D:"day",d:"day",A:"second",a:"second",T:"second",t:"second",H:"second",h:"second",m:"second",s:"second"},Va={};Ca.Class=ca,ca.extend=function(a){var b,c=this;return a=a||{},H(a,"constructor")&&(b=a.constructor),"function"!=typeof b&&(b=a.constructor=function(){c.apply(this,arguments)}),b.prototype=F(c.prototype),G(a,b.prototype),G(c,b),b},ca.mixin=function(a){G(a.prototype||a,this.prototype)};var Wa=ca.extend({isHidden:!0,options:null,el:null,documentMousedownProxy:null,margin:10,constructor:function(a){this.options=a||{}},show:function(){this.isHidden&&(this.el||this.render(),this.el.show(),this.position(),this.isHidden=!1,this.trigger("show"))},hide:function(){this.isHidden||(this.el.hide(),this.isHidden=!0,this.trigger("hide"))},render:function(){var b=this,c=this.options;this.el=a('<div class="fc-popover"/>').addClass(c.className||"").css({top:0,left:0}).append(c.content).appendTo(c.parentEl),this.el.on("click",".fc-close",function(){b.hide()}),c.autoHide&&a(document).on(m(),this.documentMousedownProxy=a.proxy(this,"documentMousedown"))},documentMousedown:function(b){this.el&&!a(b.target).closest(this.el).length&&(this.hide(),b.stopPropagation())},destroy:function(){this.hide(),this.el&&(this.el.remove(),this.el=null),
|
3 |
a(document).off(m(),this.documentMousedownProxy)},position:function(){var b,c,d,e,f,g=this.options,h=this.el.offsetParent().offset(),i=this.el.outerWidth(),j=this.el.outerHeight(),k=a(window),l=u(this.el);e=g.top||0,f=void 0!==g.left?g.left:void 0!==g.right?g.right-i:0,l.is(window)||l.is(document)?(l=k,b=0,c=0):(d=l.offset(),b=d.top,c=d.left),b+=k.scrollTop(),c+=k.scrollLeft(),g.viewportConstrain!==!1&&(e=Math.min(e,b+l.outerHeight()-j-this.margin),e=Math.max(e,b+this.margin),f=Math.min(f,c+l.outerWidth()-i-this.margin),f=Math.max(f,c+this.margin)),this.el.css({top:e-h.top,left:f-h.left})},trigger:function(a){this.options[a]&&this.options[a].apply(this,Array.prototype.slice.call(arguments,1))}}),Xa=ca.extend({grid:null,rowCoords:null,colCoords:null,containerEl:null,minX:null,maxX:null,minY:null,maxY:null,constructor:function(a){this.grid=a},build:function(){this.rowCoords=this.grid.computeRowCoords(),this.colCoords=this.grid.computeColCoords(),this.computeBounds()},clear:function(){this.rowCoords=null,this.colCoords=null},getCell:function(a,b){var c,d,e,f=this.rowCoords,g=this.colCoords,h=null,i=null;if(this.inBounds(a,b)){for(c=0;c<f.length;c++)if(d=f[c],b>=d.top&&b<d.bottom){h=c;break}for(c=0;c<g.length;c++)if(d=g[c],a>=d.left&&a<d.right){i=c;break}if(null!==h&&null!==i)return e=this.grid.getCell(h,i),e.grid=this.grid,e}return null},computeBounds:function(){var a;this.containerEl&&(a=this.containerEl.offset(),this.minX=a.left,this.maxX=a.left+this.containerEl.outerWidth(),this.minY=a.top,this.maxY=a.top+this.containerEl.outerHeight())},inBounds:function(a,b){return this.containerEl?a>=this.minX&&a<this.maxX&&b>=this.minY&&b<this.maxY:!0}}),Ya=ca.extend({coordMaps:null,constructor:function(a){this.coordMaps=a},build:function(){var a,b=this.coordMaps;for(a=0;a<b.length;a++)b[a].build()},getCell:function(a,b){var c,d=this.coordMaps,e=null;for(c=0;c<d.length&&!e;c++)e=d[c].getCell(a,b);return e},clear:function(){var a,b=this.coordMaps;for(a=0;a<b.length;a++)b[a].clear()}}),Za=ca.extend({coordMap:null,options:null,isListening:!1,isDragging:!1,origCell:null,cell:null,mouseX0:null,mouseY0:null,mousemoveProxy:null,mouseupProxy:null,scrollEl:null,scrollBounds:null,scrollTopVel:null,scrollLeftVel:null,scrollIntervalId:null,scrollHandlerProxy:null,scrollSensitivity:30,scrollSpeed:200,scrollIntervalMs:50,constructor:function(a,b){this.coordMap=a,this.options=b||{}},mousedown:function(a){w(a)&&(k(a)||a.preventDefault(),this.startListening(a),this.options.distance||this.startDrag(a))},startListening:function(b){var c,d;this.isListening||(b&&this.options.scroll&&(c=u(a(b.target)),c.is(window)||c.is(document)||(this.scrollEl=c,this.scrollHandlerProxy=Q(a.proxy(this,"scrollHandler"),100),this.scrollEl.on("scroll",this.scrollHandlerProxy))),this.computeCoords(),b&&(d=this.getCell(b),this.origCell=d,this.mouseX0=l(b).x,this.mouseY0=l(b).y),a(document).on(o(),this.mousemoveProxy=a.proxy(this,"mousemove")).on(n(),this.mouseupProxy=a.proxy(this,"mouseup")).on("selectstart",this.preventDefault),this.isListening=!0,this.trigger("listenStart",b))},computeCoords:function(){this.coordMap.build(),this.computeScrollBounds()},mousemove:function(a){var b,c;this.isDragging||(b=this.options.distance||1,c=Math.pow(l(a).x-this.mouseX0,2)+Math.pow(l(a).y-this.mouseY0,2),c>=b*b&&this.startDrag(a)),this.isDragging&&this.drag(a)},startDrag:function(a){var b;this.isListening||this.startListening(),this.isDragging||(this.isDragging=!0,this.trigger("dragStart",a),b=this.getCell(a),b&&this.cellOver(b))},drag:function(a){var b;this.isDragging&&(b=this.getCell(a),da(b,this.cell)||(this.cell&&this.cellOut(),!b||k(a)&&!La||this.cellOver(b)),this.dragScroll(a))},cellOver:function(a){this.cell=a,this.trigger("cellOver",a,da(a,this.origCell))},cellOut:function(){this.cell&&(this.trigger("cellOut",this.cell),this.cell=null)},mouseup:function(a){this.stopDrag(a),this.stopListening(a)},stopDrag:function(a){this.isDragging&&(this.stopScrolling(),this.trigger("dragStop",a),this.isDragging=!1)},stopListening:function(b){this.isListening&&(this.scrollEl&&(this.scrollEl.off("scroll",this.scrollHandlerProxy),this.scrollHandlerProxy=null),a(document).off(o(),this.mousemoveProxy).off(n(),this.mouseupProxy).off("selectstart",this.preventDefault),this.mousemoveProxy=null,this.mouseupProxy=null,this.isListening=!1,this.trigger("listenStop",b),this.origCell=this.cell=null,this.coordMap.clear())},getCell:function(a){return this.coordMap.getCell(l(a).x,l(a).y)},trigger:function(a){this.options[a]&&this.options[a].apply(this,Array.prototype.slice.call(arguments,1))},preventDefault:function(a){a.preventDefault()},computeScrollBounds:function(){var a,b=this.scrollEl;b&&(a=b.offset(),this.scrollBounds={top:a.top,left:a.left,bottom:a.top+b.outerHeight(),right:a.left+b.outerWidth()})},dragScroll:function(a){var b,c,d,e,f=this.scrollSensitivity,g=this.scrollBounds,h=0,i=0;g&&(b=(f-(l(a).y-g.top))/f,c=(f-(g.bottom-l(a).y))/f,d=(f-(l(a).x-g.left))/f,e=(f-(g.right-l(a).x))/f,b>=0&&1>=b?h=b*this.scrollSpeed*-1:c>=0&&1>=c&&(h=c*this.scrollSpeed),d>=0&&1>=d?i=d*this.scrollSpeed*-1:e>=0&&1>=e&&(i=e*this.scrollSpeed)),this.setScrollVel(h,i)},setScrollVel:function(b,c){this.scrollTopVel=b,this.scrollLeftVel=c,this.constrainScrollVel(),!this.scrollTopVel&&!this.scrollLeftVel||this.scrollIntervalId||(this.scrollIntervalId=setInterval(a.proxy(this,"scrollIntervalFunc"),this.scrollIntervalMs))},constrainScrollVel:function(){var a=this.scrollEl;this.scrollTopVel<0?a.scrollTop()<=0&&(this.scrollTopVel=0):this.scrollTopVel>0&&a.scrollTop()+a[0].clientHeight>=a[0].scrollHeight&&(this.scrollTopVel=0),this.scrollLeftVel<0?a.scrollLeft()<=0&&(this.scrollLeftVel=0):this.scrollLeftVel>0&&a.scrollLeft()+a[0].clientWidth>=a[0].scrollWidth&&(this.scrollLeftVel=0)},scrollIntervalFunc:function(){var a=this.scrollEl,b=this.scrollIntervalMs/1e3;this.scrollTopVel&&a.scrollTop(a.scrollTop()+this.scrollTopVel*b),this.scrollLeftVel&&a.scrollLeft(a.scrollLeft()+this.scrollLeftVel*b),this.constrainScrollVel(),this.scrollTopVel||this.scrollLeftVel||this.stopScrolling()},stopScrolling:function(){this.scrollIntervalId&&(clearInterval(this.scrollIntervalId),this.scrollIntervalId=null,this.computeCoords())},scrollHandler:function(){this.scrollIntervalId||this.computeCoords()}}),$a=ca.extend({options:null,sourceEl:null,el:null,parentEl:null,top0:null,left0:null,mouseY0:null,mouseX0:null,topDelta:null,leftDelta:null,mousemoveProxy:null,isFollowing:!1,isHidden:!1,isAnimating:!1,constructor:function(b,c){this.options=c=c||{},this.sourceEl=b,this.parentEl=c.parentEl?a(c.parentEl):b.parent()},start:function(b){this.isFollowing||(this.isFollowing=!0,this.mouseY0=l(b).y,this.mouseX0=l(b).x,this.topDelta=0,this.leftDelta=0,this.isHidden||this.updatePosition(),a(document).on(o(),this.mousemoveProxy=a.proxy(this,"mousemove")))},stop:function(b,c){function d(){this.isAnimating=!1,e.destroyEl(),this.top0=this.left0=null,c&&c()}var e=this,f=this.options.revertDuration;this.isFollowing&&!this.isAnimating&&(this.isFollowing=!1,a(document).off(o(),this.mousemoveProxy),b&&f&&!this.isHidden?(this.isAnimating=!0,this.el.animate({top:this.top0,left:this.left0},{duration:f,complete:d})):d())},getEl:function(){var a=this.el;return a||(this.sourceEl.width(),a=this.el=this.sourceEl.clone().css({position:"absolute",visibility:"",display:this.isHidden?"none":"",margin:0,right:"auto",bottom:"auto",width:this.sourceEl.width(),height:this.sourceEl.height(),opacity:this.options.opacity||"",zIndex:this.options.zIndex}).appendTo(this.parentEl)),a},destroyEl:function(){this.el&&(this.el.remove(),this.el=null)},updatePosition:function(){var a,b;this.getEl(),null===this.top0&&(this.sourceEl.width(),a=this.sourceEl.offset(),b=this.el.offsetParent().offset(),this.top0=a.top-b.top,this.left0=a.left-b.left),this.el.css({top:this.top0+this.topDelta,left:this.left0+this.leftDelta})},mousemove:function(a){this.topDelta=l(a).y-this.mouseY0,this.leftDelta=l(a).x-this.mouseX0,this.isHidden||this.updatePosition()},hide:function(){this.isHidden||(this.isHidden=!0,this.el&&this.el.hide())},show:function(){this.isHidden&&(this.isHidden=!1,this.updatePosition(),this.getEl().show())}}),_a=ca.extend({view:null,isRTL:null,cellHtml:"<td/>",constructor:function(a){this.view=a,this.isRTL=a.opt("isRTL")},rowHtml:function(a,b){var c,d,e=this.getHtmlRenderer("cell",a),f="";for(b=b||0,c=0;c<this.colCnt;c++)d=this.getCell(b,c),f+=e(d);return f=this.bookendCells(f,a,b),"<tr>"+f+"</tr>"},bookendCells:function(a,b,c){var d=this.getHtmlRenderer("intro",b)(c||0),e=this.getHtmlRenderer("outro",b)(c||0),f=this.isRTL?e:d,g=this.isRTL?d:e;return"string"==typeof a?f+a+g:a.prepend(f).append(g)},getHtmlRenderer:function(a,b){var c,d,e,f,g=this.view;return c=a+"Html",b&&(d=b+N(a)+"Html"),d&&(f=g[d])?e=g:d&&(f=this[d])?e=this:(f=g[c])?e=g:(f=this[c])&&(e=this),"function"==typeof f?function(){return f.apply(e,arguments)||""}:function(){return f||""}}}),ab=Ca.Grid=_a.extend({start:null,end:null,rowCnt:0,colCnt:0,rowData:null,colData:null,el:null,coordMap:null,elsByFill:null,documentDragStartProxy:null,colHeadFormat:null,eventTimeFormat:null,displayEventEnd:null,constructor:function(){_a.apply(this,arguments),this.coordMap=new Xa(this),this.elsByFill={},this.documentDragStartProxy=a.proxy(this,"documentDragStart")},render:function(){this.bindHandlers()},destroy:function(){this.unbindHandlers()},computeColHeadFormat:function(){},computeEventTimeFormat:function(){return this.view.opt("smallTimeFormat")},computeDisplayEventEnd:function(){return!1},setRange:function(a){var b=this.view;this.start=a.start.clone(),this.end=a.end.clone(),this.rowData=[],this.colData=[],this.updateCells(),this.colHeadFormat=b.opt("columnFormat")||this.computeColHeadFormat(),this.eventTimeFormat=b.opt("timeFormat")||this.computeEventTimeFormat(),this.displayEventEnd=b.opt("displayEventEnd"),null==this.displayEventEnd&&(this.displayEventEnd=this.computeDisplayEventEnd())},updateCells:function(){},rangeToSegs:function(a){},getCell:function(b,c){var d;return null==c&&("number"==typeof b?(c=b%this.colCnt,b=Math.floor(b/this.colCnt)):(c=b.col,b=b.row)),d={row:b,col:c},a.extend(d,this.getRowData(b),this.getColData(c)),a.extend(d,this.computeCellRange(d)),d},computeCellRange:function(a){},getRowData:function(a){return this.rowData[a]||{}},getColData:function(a){return this.colData[a]||{}},getRowEl:function(a){},getColEl:function(a){},getCellDayEl:function(a){return this.getColEl(a.col)||this.getRowEl(a.row)},computeRowCoords:function(){var a,b,c,d=[];for(a=0;a<this.rowCnt;a++)b=this.getRowEl(a),c={top:b.offset().top},a>0&&(d[a-1].bottom=c.top),d.push(c);return c.bottom=c.top+b.outerHeight(),d},computeColCoords:function(){var a,b,c,d=[];for(a=0;a<this.colCnt;a++)b=this.getColEl(a),c={left:b.offset().left},a>0&&(d[a-1].right=c.left),d.push(c);return c.right=c.left+b.outerWidth(),d},bindHandlers:function(){var b=this;this.el.on(m(),function(c){a(c.target).is(".fc-event-container *, .fc-more")||b.view.el.find(".fc-popover").length||a(c.target).closest(".fc-popover").length||b.dayMousedown(c)}),this.bindSegHandlers(),a(document).on("dragstart",this.documentDragStartProxy)},unbindHandlers:function(){a(document).off("dragstart",this.documentDragStartProxy)},dayMousedown:function(a){var b,c,d=this,e=this.view,f=e.opt("selectable"),g=new Za(this.coordMap,{scroll:e.opt("dragScroll"),dragStart:function(){e.unselect()},cellOver:function(a,e){var h=g.origCell;h&&(b=e?a:null,f&&(c=d.computeSelection(h,a),c?d.renderSelection(c):i()))},cellOut:function(a){b=null,c=null,d.destroySelection(),j()},listenStop:function(a){b&&(a.preventDefault(),e.trigger("dayClick",d.getCellDayEl(b),b.start,a)),c&&e.reportSelection(c,a),j()}});g.mousedown(a)},renderRangeHelper:function(a,b){var c;c=b?F(b.event):{},c.start=a.start.clone(),c.end=a.end?a.end.clone():null,c.allDay=null,this.view.calendar.normalizeEventDateProps(c),c.className=(c.className||[]).concat("fc-helper"),b||(c.editable=!1),this.renderHelper(c,b)},renderHelper:function(a,b){},destroyHelper:function(){},renderSelection:function(a){this.renderHighlight(a)},destroySelection:function(){this.destroyHighlight()},computeSelection:function(a,b){var c,d=[a.start,a.end,b.start,b.end];return d.sort(O),c={start:d[0].clone(),end:d[3].clone()},this.view.calendar.isSelectionRangeAllowed(c)?c:null},renderHighlight:function(a){this.renderFill("highlight",this.rangeToSegs(a))},destroyHighlight:function(){this.destroyFill("highlight")},highlightSegClasses:function(){return["fc-highlight"]},renderFill:function(a,b){},destroyFill:function(a){var b=this.elsByFill[a];b&&(b.remove(),delete this.elsByFill[a])},renderFillSegEls:function(b,c){var d,e=this,f=this[b+"SegEl"],g="",h=[];if(c.length){for(d=0;d<c.length;d++)g+=this.fillSegHtml(b,c[d]);a(g).each(function(b,d){var g=c[b],i=a(d);f&&(i=f.call(e,g,i)),i&&(i=a(i),i.is(e.fillSegTag)&&(g.el=i,h.push(g)))})}return h},fillSegTag:"div",fillSegHtml:function(a,b){var c=this[a+"SegClasses"],d=this[a+"SegStyles"],e=c?c.call(this,b):[],f=d?d.call(this,b):"";return"<"+this.fillSegTag+(e.length?' class="'+e.join(" ")+'"':"")+(f?' style="'+f+'"':"")+" />"},headHtml:function(){return'<div class="fc-row '+this.view.widgetHeaderClass+'"><table><thead>'+this.rowHtml("head")+"</thead></table></div>"},headCellHtml:function(a){var b=this.view,c=a.start;return'<th class="fc-day-header '+b.widgetHeaderClass+" fc-"+Ma[c.day()]+'">'+L(c.format(this.colHeadFormat))+"</th>"},bgCellHtml:function(a){var b=this.view,c=a.start,d=this.getDayClasses(c);return d.unshift("fc-day",b.widgetContentClass),'<td class="'+d.join(" ")+'" data-date="'+c.format("YYYY-MM-DD")+'"></td>'},getDayClasses:function(a){var b=this.view,c=b.calendar.getNow().stripTime(),d=["fc-"+Ma[a.day()]];return"month"===b.name&&a.month()!=b.intervalStart.month()&&d.push("fc-other-month"),a.isSame(c,"day")?d.push("fc-today",b.highlightStateClass):c>a?d.push("fc-past"):d.push("fc-future"),d}});ab.mixin({mousedOverSeg:null,isDraggingSeg:!1,isResizingSeg:!1,segs:null,renderEvents:function(a){var b,c,d=this.eventsToSegs(a),e=[],f=[];for(b=0;b<d.length;b++)c=d[b],ea(c.event)?e.push(c):f.push(c);e=this.renderBgSegs(e)||e,f=this.renderFgSegs(f)||f,this.segs=e.concat(f)},destroyEvents:function(){this.triggerSegMouseout(),this.destroyFgSegs(),this.destroyBgSegs(),this.segs=null},getEventSegs:function(){return this.segs||[]},renderFgSegs:function(a){},destroyFgSegs:function(){},renderFgSegEls:function(b,c){var d,e=this.view,f="",g=[];if(b.length){for(d=0;d<b.length;d++)f+=this.fgSegHtml(b[d],c);a(f).each(function(c,d){var f=b[c],h=e.resolveEventEl(f.event,a(d));h&&(h.data("fc-seg",f),f.el=h,g.push(f))})}return g},fgSegHtml:function(a,b){},renderBgSegs:function(a){return this.renderFill("bgEvent",a)},destroyBgSegs:function(){this.destroyFill("bgEvent")},bgEventSegEl:function(a,b){return this.view.resolveEventEl(a.event,b)},bgEventSegClasses:function(a){var b=a.event,c=b.source||{};return["fc-bgevent"].concat(b.className,c.className||[])},bgEventSegStyles:function(a){var b=this.view,c=a.event,d=c.source||{},e=c.color,f=d.color,g=b.opt("eventColor"),h=c.backgroundColor||e||d.backgroundColor||f||b.opt("eventBackgroundColor")||g;return h?"background-color:"+h:""},businessHoursSegClasses:function(a){return["fc-nonbusiness","fc-bgevent"]},bindSegHandlers:function(){var b=this,c=this.view,d={};d.mouseenter=function(a,c){b.triggerSegMouseover(a,c)},d.mouseleave=function(a,c){b.triggerSegMouseout(a,c)},d.click=function(a,b){return c.trigger("eventClick",this,a.event,b)},d[m()]=function(d,e){a(e.target).is(".fc-resizer")&&c.isEventResizable(d.event)?b.segResizeMousedown(d,e):!c.isEventDraggable(d.event)||k(e)&&!La||b.segDragMousedown(d,e)},a.each(d,function(c,d){b.el.on(c,".fc-event-container > *",function(c){var e=a(this).data("fc-seg");return!e||b.isDraggingSeg||b.isResizingSeg?void 0:d.call(this,e,c)})})},triggerSegMouseover:function(a,b){this.mousedOverSeg||(this.mousedOverSeg=a,this.view.trigger("eventMouseover",a.el[0],a.event,b))},triggerSegMouseout:function(a,b){b=b||{},this.mousedOverSeg&&(a=a||this.mousedOverSeg,this.mousedOverSeg=null,this.view.trigger("eventMouseout",a.el[0],a.event,b))},segDragMousedown:function(a,b){var c,d=this,e=this.view,f=a.el,g=a.event,h=new $a(a.el,{parentEl:e.el,opacity:e.opt("dragOpacity"),revertDuration:e.opt("dragRevertDuration"),zIndex:2}),k=new Za(e.coordMap,{distance:5,scroll:e.opt("dragScroll"),listenStart:function(a){h.hide(),h.start(a)},dragStart:function(b){d.triggerSegMouseout(a,b),d.isDraggingSeg=!0,e.hideEvent(g),e.trigger("eventDragStart",f[0],g,b,{})},cellOver:function(b,f){var j=a.cell||k.origCell;c=d.computeEventDrop(j,b,g),c?(e.renderDrag(c,a)?h.hide():h.show(),f&&(c=null)):(h.show(),i())},cellOut:function(){c=null,e.destroyDrag(),h.show(),j()},dragStop:function(a){h.stop(!c,function(){d.isDraggingSeg=!1,e.destroyDrag(),e.showEvent(g),e.trigger("eventDragStop",f[0],g,a,{}),c&&e.reportEventDrop(g,c,f,a)}),j()},listenStop:function(){h.stop()}});k.mousedown(b)},computeEventDrop:function(a,b,c){var d,e,f,g,h,i=a.start,j=b.start;return i.hasTime()===j.hasTime()?(d=z(j,i),e=c.start.clone().add(d),f=null===c.end?null:c.end.clone().add(d),g=c.allDay):(e=j.clone(),f=null,g=!j.hasTime()),h={start:e,end:f,allDay:g},this.view.calendar.isEventRangeAllowed(h,c)?h:null},documentDragStart:function(b,c){var d,e,f=this.view;f.opt("droppable")&&(d=a(b.target),e=f.opt("dropAccept"),(a.isFunction(e)?e.call(d[0],d):d.is(e))&&this.startExternalDrag(d,b,c))},startExternalDrag:function(b,c,d){var e,f,g=this,h=ka(b);e=new Za(this.coordMap,{cellOver:function(a){f=g.computeExternalDrop(a,h),f?g.renderDrag(f):i()},cellOut:function(){f=null,g.destroyDrag(),j()}}),a(document).one("dragstop",function(a,c){g.destroyDrag(),j(),f&&g.view.reportExternalDrop(h,f,b,a,c)}),e.startDrag(c)},computeExternalDrop:function(a,b){var c={start:a.start.clone(),end:null};return b.startTime&&!c.start.hasTime()&&c.start.time(b.startTime),b.duration&&(c.end=c.start.clone().add(b.duration)),this.view.calendar.isExternalDropRangeAllowed(c,b.eventProps)?c:null},renderDrag:function(a,b){},destroyDrag:function(){},segResizeMousedown:function(a,b){function c(){f.destroyEventResize(),g.showEvent(l),j()}var d,e,f=this,g=this.view,h=g.calendar,k=a.el,l=a.event,m=l.start,n=h.getEventEnd(l);e=new Za(this.coordMap,{distance:5,scroll:g.opt("dragScroll"),dragStart:function(b){f.triggerSegMouseout(a,b),f.isResizingSeg=!0,g.trigger("eventResizeStart",k[0],l,b,{})},cellOver:function(b){d=b.end,d.isAfter(m)||(d=m.clone().add(z(b.end,b.start))),d.isSame(n)?d=null:h.isEventRangeAllowed({start:m,end:d},l)?(f.renderEventResize({start:m,end:d},a),g.hideEvent(l)):(d=null,i())},cellOut:function(){d=null,c()},dragStop:function(a){f.isResizingSeg=!1,c(),g.trigger("eventResizeStop",k[0],l,a,{}),d&&g.reportEventResize(l,d,k,a)}}),e.mousedown(b)},renderEventResize:function(a,b){},destroyEventResize:function(){},getEventTimeText:function(a,b){return b=b||this.eventTimeFormat,a.end&&this.displayEventEnd?this.view.formatRange(a,b):a.start.format(b)},getSegClasses:function(a,b,c){var d=a.event,e=["fc-event",a.isStart?"fc-start":"fc-not-start",a.isEnd?"fc-end":"fc-not-end"].concat(d.className,d.source?d.source.className:[]);return b&&e.push("fc-draggable"),c&&e.push("fc-resizable"),e},getEventSkinCss:function(a){var b=this.view,c=a.source||{},d=a.color,e=c.color,f=b.opt("eventColor"),g=a.backgroundColor||d||c.backgroundColor||e||b.opt("eventBackgroundColor")||f,h=a.borderColor||d||c.borderColor||e||b.opt("eventBorderColor")||f,i=a.textColor||c.textColor||b.opt("eventTextColor"),j=[];return g&&j.push("background-color:"+g),h&&j.push("border-color:"+h),i&&j.push("color:"+i),j.join(";")},eventsToSegs:function(a,b){var c,d=this.eventsToRanges(a),e=[];for(c=0;c<d.length;c++)e.push.apply(e,this.eventRangeToSegs(d[c],b));return e},eventsToRanges:function(b){var c=this,d=ha(b),e=[];return a.each(d,function(a,b){b.length&&e.push.apply(e,fa(b[0])?c.eventsToInverseRanges(b):c.eventsToNormalRanges(b))}),e},eventsToNormalRanges:function(a){var b,c,d,e,f=this.view.calendar,g=[];for(b=0;b<a.length;b++)c=a[b],d=c.start.clone().stripZone(),e=f.getEventEnd(c).stripZone(),g.push({event:c,start:d,end:e,eventStartMS:+d,eventDurationMS:e-d});return g},eventsToInverseRanges:function(a){var b,c,d=this.view,e=d.start.clone().stripZone(),f=d.end.clone().stripZone(),g=this.eventsToNormalRanges(a),h=[],i=a[0],j=e;for(g.sort(ia),b=0;b<g.length;b++)c=g[b],c.start>j&&h.push({event:i,start:j,end:c.start}),j=c.end;return f>j&&h.push({event:i,start:j,end:f}),h},eventRangeToSegs:function(a,b){var c,d,e;for(c=b?b(a):this.rangeToSegs(a),d=0;d<c.length;d++)e=c[d],e.event=a.event,e.eventStartMS=a.eventStartMS,e.eventDurationMS=a.eventDurationMS;return c}}),Ca.compareSegs=ja,Ca.dataAttrPrefix="";var bb=ab.extend({numbersVisible:!1,bottomCoordPadding:0,breakOnWeeks:null,cellDates:null,dayToCellOffsets:null,rowEls:null,dayEls:null,helperEls:null,render:function(a){var b,c,d,e=this.view,f=this.rowCnt,g=this.colCnt,h=f*g,i="";for(b=0;f>b;b++)i+=this.dayRowHtml(b,a);for(this.el.html(i),this.rowEls=this.el.find(".fc-row"),this.dayEls=this.el.find(".fc-day"),c=0;h>c;c++)d=this.getCell(c),e.trigger("dayRender",null,d.start,this.dayEls.eq(c));ab.prototype.render.call(this)},destroy:function(){this.destroySegPopover(),ab.prototype.destroy.call(this)},dayRowHtml:function(a,b){var c=this.view,d=["fc-row","fc-week",c.widgetContentClass];return b&&d.push("fc-rigid"),'<div class="'+d.join(" ")+'"><div class="fc-bg"><table>'+this.rowHtml("day",a)+'</table></div><div class="fc-content-skeleton"><table>'+(this.numbersVisible?"<thead>"+this.rowHtml("number",a)+"</thead>":"")+"</table></div></div>"},dayCellHtml:function(a){return this.bgCellHtml(a)},computeColHeadFormat:function(){return this.rowCnt>1?"ddd":this.colCnt>1?this.view.opt("dayOfMonthFormat"):"dddd"},computeEventTimeFormat:function(){return this.view.opt("extraSmallTimeFormat")},computeDisplayEventEnd:function(){return 1==this.colCnt},updateCells:function(){var a,b,c,d;if(this.updateCellDates(),a=this.cellDates,this.breakOnWeeks){for(b=a[0].day(),d=1;d<a.length&&a[d].day()!=b;d++);c=Math.ceil(a.length/d)}else c=1,d=a.length;this.rowCnt=c,this.colCnt=d},updateCellDates:function(){for(var a=this.view,b=this.start.clone(),c=[],d=-1,e=[];b.isBefore(this.end);)a.isHiddenDay(b)?e.push(d+.5):(d++,e.push(d),c.push(b.clone())),b.add(1,"days");this.cellDates=c,this.dayToCellOffsets=e},computeCellRange:function(a){var b=this.colCnt,c=a.row*b+(this.isRTL?b-a.col-1:a.col),d=this.cellDates[c].clone(),e=d.clone().add(1,"day");return{start:d,end:e}},getRowEl:function(a){return this.rowEls.eq(a)},getColEl:function(a){return this.dayEls.eq(a)},getCellDayEl:function(a){return this.dayEls.eq(a.row*this.colCnt+a.col)},computeRowCoords:function(){var a=ab.prototype.computeRowCoords.call(this);return a[a.length-1].bottom+=this.bottomCoordPadding,a},rangeToSegs:function(a){var b,c,d,e,f,g,h,i,j,k,l=this.isRTL,m=this.rowCnt,n=this.colCnt,o=[];for(a=this.view.computeDayRange(a),b=this.dateToCellOffset(a.start),c=this.dateToCellOffset(a.end.subtract(1,"days")),d=0;m>d;d++)e=d*n,f=e+n-1,i=Math.max(e,b),j=Math.min(f,c),i=Math.ceil(i),j=Math.floor(j),j>=i&&(g=i===b,h=j===c,i-=e,j-=e,k={row:d,isStart:g,isEnd:h},l?(k.leftCol=n-j-1,k.rightCol=n-i-1):(k.leftCol=i,k.rightCol=j),o.push(k));return o},dateToCellOffset:function(a){var b=this.dayToCellOffsets,c=a.diff(this.start,"days");return 0>c?b[0]-1:c>=b.length?b[b.length-1]+1:b[c]},renderDrag:function(a,b){var c;return this.renderHighlight(this.view.calendar.ensureVisibleEventRange(a)),b&&!b.el.closest(this.el).length?(this.renderRangeHelper(a,b),c=this.view.opt("dragOpacity"),void 0!==c&&this.helperEls.css("opacity",c),!0):void 0},destroyDrag:function(){this.destroyHighlight(),this.destroyHelper()},renderEventResize:function(a,b){this.renderHighlight(a),this.renderRangeHelper(a,b)},destroyEventResize:function(){this.destroyHighlight(),this.destroyHelper()},renderHelper:function(b,c){var d,e=[],f=this.eventsToSegs([b]);f=this.renderFgSegEls(f),d=this.renderSegRows(f),this.rowEls.each(function(b,f){var g,h=a(f),i=a('<div class="fc-helper-skeleton"><table/></div>');g=c&&c.row===b?c.el.position().top:h.find(".fc-content-skeleton tbody").position().top,i.css("top",g).find("table").append(d[b].tbodyEl),h.append(i),e.push(i[0])}),this.helperEls=a(e)},destroyHelper:function(){this.helperEls&&(this.helperEls.remove(),this.helperEls=null)},fillSegTag:"td",renderFill:function(b,c){var d,e,f,g=[];for(c=this.renderFillSegEls(b,c),d=0;d<c.length;d++)e=c[d],f=this.renderFillRow(b,e),this.rowEls.eq(e.row).append(f),g.push(f[0]);return this.elsByFill[b]=a(g),c},renderFillRow:function(b,c){var d,e,f=this.colCnt,g=c.leftCol,h=c.rightCol+1;return d=a('<div class="fc-'+b.toLowerCase()+'-skeleton"><table><tr/></table></div>'),e=d.find("tr"),g>0&&e.append('<td colspan="'+g+'"/>'),e.append(c.el.attr("colspan",h-g)),f>h&&e.append('<td colspan="'+(f-h)+'"/>'),this.bookendCells(e,b),d}});bb.mixin({rowStructs:null,destroyEvents:function(){this.destroySegPopover(),ab.prototype.destroyEvents.apply(this,arguments)},getEventSegs:function(){return ab.prototype.getEventSegs.call(this).concat(this.popoverSegs||[])},renderBgSegs:function(b){var c=a.grep(b,function(a){return a.event.allDay});return ab.prototype.renderBgSegs.call(this,c)},renderFgSegs:function(b){var c;return b=this.renderFgSegEls(b),c=this.rowStructs=this.renderSegRows(b),this.rowEls.each(function(b,d){a(d).find(".fc-content-skeleton > table").append(c[b].tbodyEl)}),b},destroyFgSegs:function(){for(var a,b=this.rowStructs||[];a=b.pop();)a.tbodyEl.remove();this.rowStructs=null},renderSegRows:function(a){var b,c,d=[];for(b=this.groupSegRows(a),c=0;c<b.length;c++)d.push(this.renderSegRow(c,b[c]));return d},fgSegHtml:function(a,b){var c,d=this.view,e=a.event,f=d.isEventDraggable(e),g=!b&&e.allDay&&a.isEnd&&d.isEventResizable(e),h=this.getSegClasses(a,f,g),i=this.getEventSkinCss(e),j="";h.unshift("fc-day-grid-event"),!e.allDay&&a.isStart&&(j='<span class="fc-time">'+L(this.getEventTimeText(e))+"</span>");var k='<span class="eo-fullcalendar-screen-reader-text screen-reader-text"> '+L(this.getEventTimeText(e,"dddd, MMMM Do YYYY"))+" </span>";return c='<span class="fc-title">'+(L(e.title||"")||" ")+"</span>",'<a class="'+h.join(" ")+'"'+(e.url?' href="'+L(e.url)+'"':"")+(i?' style="'+i+'"':"")+'><div class="fc-content">'+(this.isRTL?c+" "+j+k:k+j+" "+c)+"</div>"+(g?'<div class="fc-resizer"/>':"")+"</a>"},renderSegRow:function(b,c){function d(b){for(;b>g;)k=(r[e-1]||[])[g],k?k.attr("rowspan",parseInt(k.attr("rowspan")||1,10)+1):(k=a("<td/>"),h.append(k)),q[e][g]=k,r[e][g]=k,g++}var e,f,g,h,i,j,k,l=this.colCnt,m=this.buildSegLevels(c),n=Math.max(1,m.length),o=a("<tbody/>"),p=[],q=[],r=[];for(e=0;n>e;e++){if(f=m[e],g=0,h=a("<tr/>"),p.push([]),q.push([]),r.push([]),f)for(i=0;i<f.length;i++){for(j=f[i],d(j.leftCol),k=a('<td class="fc-event-container"/>').append(j.el),j.leftCol!=j.rightCol?k.attr("colspan",j.rightCol-j.leftCol+1):r[e][g]=k;g<=j.rightCol;)q[e][g]=k,p[e][g]=j,g++;h.append(k)}d(l),this.bookendCells(h,"eventSkeleton"),o.append(h)}return{row:b,tbodyEl:o,cellMatrix:q,segMatrix:p,segLevels:m,segs:c}},buildSegLevels:function(a){var b,c,d,e=[];for(a.sort(ja),b=0;b<a.length;b++){for(c=a[b],d=0;d<e.length&&la(c,e[d]);d++);c.level=d,(e[d]||(e[d]=[])).push(c)}for(d=0;d<e.length;d++)e[d].sort(ma);return e},groupSegRows:function(a){var b,c=[];for(b=0;b<this.rowCnt;b++)c.push([]);for(b=0;b<a.length;b++)c[a[b].row].push(a[b]);return c}}),bb.mixin({segPopover:null,popoverSegs:null,destroySegPopover:function(){this.segPopover&&this.segPopover.hide()},limitRows:function(a){var b,c,d=this.rowStructs||[];for(b=0;b<d.length;b++)this.unlimitRow(b),c=a?"number"==typeof a?a:this.computeRowLevelLimit(b):!1,c!==!1&&this.limitRow(b,c)},computeRowLevelLimit:function(a){var b,c,d=this.rowEls.eq(a),e=d.height(),f=this.rowStructs[a].tbodyEl.children();for(b=0;b<f.length;b++)if(c=f.eq(b).removeClass("fc-limited"),c.position().top+c.outerHeight()>e)return b;return!1},limitRow:function(b,c){function d(d){for(;d>x;)e=u.getCell(b,x),k=u.getCellSegs(e,c),k.length&&(n=g[c-1][x],t=u.renderMoreLink(e,k),s=a("<div/>").append(t),n.append(s),w.push(s[0])),x++}var e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u=this,v=this.rowStructs[b],w=[],x=0;if(c&&c<v.segLevels.length){for(f=v.segLevels[c-1],g=v.cellMatrix,h=v.tbodyEl.children().slice(c).addClass("fc-limited").get(),i=0;i<f.length;i++){for(j=f[i],d(j.leftCol),m=[],l=0;x<=j.rightCol;)e=this.getCell(b,x),k=this.getCellSegs(e,c),m.push(k),l+=k.length,x++;if(l){for(n=g[c-1][j.leftCol],o=n.attr("rowspan")||1,p=[],q=0;q<m.length;q++)r=a('<td class="fc-more-cell"/>').attr("rowspan",o),k=m[q],e=this.getCell(b,j.leftCol+q),t=this.renderMoreLink(e,[j].concat(k)),s=a("<div/>").append(t),r.append(s),p.push(r[0]),w.push(r[0]);n.addClass("fc-limited").after(a(p)),h.push(n[0])}}d(this.colCnt),v.moreEls=a(w),v.limitedEls=a(h)}},unlimitRow:function(a){var b=this.rowStructs[a];b.moreEls&&(b.moreEls.remove(),b.moreEls=null),b.limitedEls&&(b.limitedEls.removeClass("fc-limited"),b.limitedEls=null)},renderMoreLink:function(b,c){var d=this,e=this.view;return a('<a class="fc-more"/>').text(this.getMoreLinkText(c.length)).on("click",function(f){var g=e.opt("eventLimitClick"),h=b.start,i=a(this),j=d.getCellDayEl(b),k=d.getCellSegs(b),l=d.resliceDaySegs(k,h),m=d.resliceDaySegs(c,h);"function"==typeof g&&(g=e.trigger("eventLimitClick",null,{date:h,dayEl:j,moreEl:i,segs:l,hiddenSegs:m},f)),"popover"===g?d.showSegPopover(b,i,l):"string"==typeof g&&e.calendar.zoomTo(h,g)})},showSegPopover:function(a,b,c){var d,e,f=this,g=this.view,h=b.parent();d=1==this.rowCnt?g.el:this.rowEls.eq(a.row),e={className:"fc-more-popover",content:this.renderSegPopoverContent(a,c),parentEl:this.el,top:d.offset().top,autoHide:!0,viewportConstrain:g.opt("popoverViewportConstrain"),hide:function(){f.segPopover.destroy(),f.segPopover=null,f.popoverSegs=null}},this.isRTL?e.right=h.offset().left+h.outerWidth()+1:e.left=h.offset().left-1,this.segPopover=new Wa(e),this.segPopover.show()},renderSegPopoverContent:function(b,c){var d,e=this.view,f=e.opt("theme"),g=b.start.format(e.opt("dayPopoverFormat")),h=a('<div class="fc-header '+e.widgetHeaderClass+'"><span class="fc-close '+(f?"ui-icon ui-icon-closethick":"fc-icon fc-icon-x")+'"></span><span class="fc-title">'+L(g)+'</span><div class="fc-clear"/></div><div class="fc-body '+e.widgetContentClass+'"><div class="fc-event-container"></div></div>'),i=h.find(".fc-event-container");for(c=this.renderFgSegEls(c,!0),this.popoverSegs=c,d=0;d<c.length;d++)c[d].cell=b,i.append(c[d].el);return h},resliceDaySegs:function(b,c){var d=a.map(b,function(a){return a.event}),e=c.clone().stripTime(),f=e.clone().add(1,"days"),g={start:e,end:f};return this.eventsToSegs(d,function(a){var b=x(a,g);return b?[b]:[]})},getMoreLinkText:function(a){var b=this.view.opt("eventLimitText");return"function"==typeof b?b(a):"+"+a+" "+b},getCellSegs:function(a,b){for(var c,d=this.rowStructs[a.row].segMatrix,e=b||0,f=[];e<d.length;)c=d[e][a.col],c&&f.push(c),e++;return f}});var cb=ab.extend({slotDuration:null,snapDuration:null,minTime:null,maxTime:null,axisFormat:null,dayEls:null,slatEls:null,slatTops:null,helperEl:null,businessHourSegs:null,constructor:function(){ab.apply(this,arguments),this.processOptions()},render:function(){this.el.html(this.renderHtml()),this.dayEls=this.el.find(".fc-day"),this.slatEls=this.el.find(".fc-slats tr"),this.computeSlatTops(),this.renderBusinessHours(),ab.prototype.render.call(this)},renderBusinessHours:function(){var a=this.view.calendar.getBusinessHoursEvents();this.businessHourSegs=this.renderFill("businessHours",this.eventsToSegs(a),"bgevent")},renderHtml:function(){return'<div class="fc-bg"><table>'+this.rowHtml("slotBg")+'</table></div><div class="fc-slats"><table>'+this.slatRowHtml()+"</table></div>"},slotBgCellHtml:function(a){return this.bgCellHtml(a)},slatRowHtml:function(){for(var a,c,d,e=this.view,f=this.isRTL,g="",h=this.slotDuration.asMinutes()%15===0,i=b.duration(+this.minTime);i<this.maxTime;)a=this.start.clone().time(i),
|
4 |
c=a.minutes(),d='<td class="fc-axis fc-time '+e.widgetContentClass+'" '+e.axisStyleAttr()+">"+(h&&c?"":"<span>"+L(a.format(this.axisFormat))+"</span>")+"</td>",g+="<tr "+(c?'class="fc-minor"':"")+">"+(f?"":d)+'<td class="'+e.widgetContentClass+'"/>'+(f?d:"")+"</tr>",i.add(this.slotDuration);return g},processOptions:function(){var a=this.view,c=a.opt("slotDuration"),d=a.opt("snapDuration");c=b.duration(c),d=d?b.duration(d):c,this.slotDuration=c,this.snapDuration=d,this.minTime=b.duration(a.opt("minTime")),this.maxTime=b.duration(a.opt("maxTime")),this.axisFormat=a.opt("axisFormat")||a.opt("smallTimeFormat")},computeColHeadFormat:function(){return this.colCnt>1?this.view.opt("dayOfMonthFormat"):"dddd"},computeEventTimeFormat:function(){return this.view.opt("noMeridiemTimeFormat")},computeDisplayEventEnd:function(){return!0},updateCells:function(){var a,b=this.view,c=[];for(a=this.start.clone();a.isBefore(this.end);)c.push({day:a.clone()}),a.add(1,"day"),a=b.skipHiddenDays(a);this.isRTL&&c.reverse(),this.colData=c,this.colCnt=c.length,this.rowCnt=Math.ceil((this.maxTime-this.minTime)/this.snapDuration)},computeCellRange:function(a){var b=this.computeSnapTime(a.row),c=this.view.calendar.rezoneDate(a.day).time(b),d=c.clone().add(this.snapDuration);return{start:c,end:d}},getColEl:function(a){return this.dayEls.eq(a)},computeSnapTime:function(a){return b.duration(this.minTime+this.snapDuration*a)},rangeToSegs:function(a){var b,c,d,e,f=this.colCnt,g=[];for(a={start:a.start.clone().stripZone(),end:a.end.clone().stripZone()},c=0;f>c;c++)d=this.colData[c].day,e={start:d.clone().time(this.minTime),end:d.clone().time(this.maxTime)},b=x(a,e),b&&(b.col=c,g.push(b));return g},resize:function(){this.computeSlatTops(),this.updateSegVerticals()},computeRowCoords:function(){var a,b,c=this.el.offset().top,d=[];for(a=0;a<this.rowCnt;a++)b={top:c+this.computeTimeTop(this.computeSnapTime(a))},a>0&&(d[a-1].bottom=b.top),d.push(b);return b.bottom=b.top+this.computeTimeTop(this.computeSnapTime(a)),d},computeDateTop:function(a,c){return this.computeTimeTop(b.duration(a.clone().stripZone()-c.clone().stripTime()))},computeTimeTop:function(a){var b,c,d,e,f=(a-this.minTime)/this.slotDuration;return f=Math.max(0,f),f=Math.min(this.slatEls.length,f),b=Math.floor(f),c=f-b,d=this.slatTops[b],c?(e=this.slatTops[b+1],d+(e-d)*c):d},computeSlatTops:function(){var b,c=[];this.slatEls.each(function(d,e){b=a(e).position().top,c.push(b)}),c.push(b+this.slatEls.last().outerHeight()),this.slatTops=c},renderDrag:function(a,b){var c;return b?(this.renderRangeHelper(a,b),c=this.view.opt("dragOpacity"),void 0!==c&&this.helperEl.css("opacity",c),!0):void this.renderHighlight(this.view.calendar.ensureVisibleEventRange(a))},destroyDrag:function(){this.destroyHelper(),this.destroyHighlight()},renderEventResize:function(a,b){this.renderRangeHelper(a,b)},destroyEventResize:function(){this.destroyHelper()},renderHelper:function(b,c){var d,e,f,g,h=this.eventsToSegs([b]);for(h=this.renderFgSegEls(h),d=this.renderSegTable(h),e=0;e<h.length;e++)f=h[e],c&&c.col===f.col&&(g=c.el,f.el.css({left:g.css("left"),right:g.css("right"),"margin-left":g.css("margin-left"),"margin-right":g.css("margin-right")}));this.helperEl=a('<div class="fc-helper-skeleton"/>').append(d).appendTo(this.el)},destroyHelper:function(){this.helperEl&&(this.helperEl.remove(),this.helperEl=null)},renderSelection:function(a){this.view.opt("selectHelper")?this.renderRangeHelper(a):this.renderHighlight(a)},destroySelection:function(){this.destroyHelper(),this.destroyHighlight()},renderFill:function(b,c,d){var e,f,g,h,i,j,k,l,m,n;if(c.length){for(c=this.renderFillSegEls(b,c),e=this.groupSegCols(c),d=d||b.toLowerCase(),f=a('<div class="fc-'+d+'-skeleton"><table><tr/></table></div>'),g=f.find("tr"),h=0;h<e.length;h++)if(i=e[h],j=a("<td/>").appendTo(g),i.length)for(k=a('<div class="fc-'+d+'-container"/>').appendTo(j),l=this.colData[h].day,m=0;m<i.length;m++)n=i[m],k.append(n.el.css({top:this.computeDateTop(n.start,l),bottom:-this.computeDateTop(n.end,l)}));this.bookendCells(g,b),this.el.append(f),this.elsByFill[b]=f}return c}});cb.mixin({eventSkeletonEl:null,renderFgSegs:function(b){return b=this.renderFgSegEls(b),this.el.append(this.eventSkeletonEl=a('<div class="fc-content-skeleton"/>').append(this.renderSegTable(b))),b},destroyFgSegs:function(a){this.eventSkeletonEl&&(this.eventSkeletonEl.remove(),this.eventSkeletonEl=null)},renderSegTable:function(b){var c,d,e,f,g,h,i=a("<table><tr/></table>"),j=i.find("tr");for(c=this.groupSegCols(b),this.computeSegVerticals(b),f=0;f<c.length;f++){for(g=c[f],na(g),h=a('<div class="fc-event-container"/>'),d=0;d<g.length;d++)e=g[d],e.el.css(this.generateSegPositionCss(e)),e.bottom-e.top<30&&e.el.addClass("fc-short"),h.append(e.el);j.append(a("<td/>").append(h))}return this.bookendCells(j,"eventSkeleton"),i},updateSegVerticals:function(){var a,b=(this.segs||[]).concat(this.businessHourSegs||[]);for(this.computeSegVerticals(b),a=0;a<b.length;a++)b[a].el.css(this.generateSegVerticalCss(b[a]))},computeSegVerticals:function(a){var b,c;for(b=0;b<a.length;b++)c=a[b],c.top=this.computeDateTop(c.start,c.start),c.bottom=this.computeDateTop(c.end,c.start)},fgSegHtml:function(a,b){var c,d,e,f=this.view,g=a.event,h=f.isEventDraggable(g),i=!b&&a.isEnd&&f.isEventResizable(g),j=this.getSegClasses(a,h,i),k=this.getEventSkinCss(g);return j.unshift("fc-time-grid-event"),f.isMultiDayEvent(g)?(a.isStart||a.isEnd)&&(c=this.getEventTimeText(a),d=this.getEventTimeText(a,"LT"),e=this.getEventTimeText({start:a.start})):(c=this.getEventTimeText(g),d=this.getEventTimeText(g,"LT"),e=this.getEventTimeText({start:g.start})),'<a class="'+j.join(" ")+'"'+(g.url?' href="'+L(g.url)+'"':"")+(k?' style="'+k+'"':"")+'><div class="fc-content">'+(c?'<div class="fc-time" data-start="'+L(e)+'" data-full="'+L(d)+'"><span>'+L(c)+"</span></div>":"")+(g.title?'<div class="fc-title">'+L(g.title)+"</div>":"")+'</div><div class="fc-bg"/>'+(i?'<div class="fc-resizer"/>':"")+"</a>"},generateSegPositionCss:function(a){var b,c,d=this.view.opt("slotEventOverlap"),e=a.backwardCoord,f=a.forwardCoord,g=this.generateSegVerticalCss(a);return d&&(f=Math.min(1,e+2*(f-e))),this.isRTL?(b=1-f,c=e):(b=e,c=1-f),g.zIndex=a.level+1,g.left=100*b+"%",g.right=100*c+"%",d&&a.forwardPressure&&(g[this.isRTL?"marginLeft":"marginRight"]=20),g},generateSegVerticalCss:function(a){return{top:a.top,bottom:-a.bottom}},groupSegCols:function(a){var b,c=[];for(b=0;b<this.colCnt;b++)c.push([]);for(b=0;b<a.length;b++)c[a[b].col].push(a[b]);return c}});var db=Ca.View=ca.extend({type:null,name:null,title:null,calendar:null,options:null,coordMap:null,el:null,start:null,end:null,intervalStart:null,intervalEnd:null,intervalDuration:null,intervalUnit:null,isSelected:!1,scrollerEl:null,scrollTop:null,widgetHeaderClass:null,widgetContentClass:null,highlightStateClass:null,nextDayThreshold:null,isHiddenDayHash:null,documentMousedownProxy:null,constructor:function(c,d,e){this.calendar=c,this.options=d,this.type=this.name=e,this.nextDayThreshold=b.duration(this.opt("nextDayThreshold")),this.initTheming(),this.initHiddenDays(),this.documentMousedownProxy=a.proxy(this,"documentMousedown"),this.initialize()},initialize:function(){},opt:function(b){var c;return c=this.options[b],void 0!==c?c:(c=this.calendar.options[b],a.isPlainObject(c)&&!e(b)?y(c,this.type):c)},trigger:function(a,b){var c=this.calendar;return c.trigger.apply(c,[a,b||this].concat(Array.prototype.slice.call(arguments,2),[this]))},setDate:function(a){this.setRange(this.computeRange(a))},setRange:function(b){a.extend(this,b),this.updateTitle()},computeRange:function(a){var c,d,e=b.duration(this.opt("duration")||this.constructor.duration||{days:1}),f=B(e),g=a.clone().startOf(f),h=g.clone().add(e);return/year|month|week|day/.test(f)?(g.stripTime(),h.stripTime()):(g.hasTime()||(g=this.calendar.rezoneDate(g)),h.hasTime()||(h=this.calendar.rezoneDate(h))),c=g.clone(),c=this.skipHiddenDays(c),d=h.clone(),d=this.skipHiddenDays(d,-1,!0),{intervalDuration:e,intervalUnit:f,intervalStart:g,intervalEnd:h,start:c,end:d}},computePrevDate:function(a){return this.massageCurrentDate(a.clone().startOf(this.intervalUnit).subtract(this.intervalDuration),-1)},computeNextDate:function(a){return this.massageCurrentDate(a.clone().startOf(this.intervalUnit).add(this.intervalDuration))},massageCurrentDate:function(a,c){return this.intervalDuration<=b.duration({days:1})&&this.isHiddenDay(a)&&(a=this.skipHiddenDays(a,c),a.startOf("day")),a},updateTitle:function(){this.title=this.computeTitle()},computeTitle:function(){return this.formatRange({start:this.intervalStart,end:this.intervalEnd},this.opt("titleFormat")||this.computeTitleFormat(),this.opt("titleRangeSeparator"))},computeTitleFormat:function(){return"year"==this.intervalUnit?"YYYY":"month"==this.intervalUnit?this.opt("monthYearFormat"):this.intervalDuration.as("days")>1?"ll":"LL"},formatRange:function(a,b,c){var d=a.end;return d.hasTime()||(d=d.clone().subtract(1)),Z(a.start,d,b,c,this.opt("isRTL"))},renderView:function(){this.render(),this.updateSize(),this.initializeScroll(),this.trigger("viewRender",this,this,this.el),a(document).on(m(),this.documentMousedownProxy)},render:function(){},destroyView:function(){this.unselect(),this.destroyViewEvents(),this.destroy(),this.trigger("viewDestroy",this,this,this.el),a(document).off(m(),this.documentMousedownProxy)},destroy:function(){this.el.empty()},initTheming:function(){var a=this.opt("theme")?"ui":"fc";this.widgetHeaderClass=a+"-widget-header",this.widgetContentClass=a+"-widget-content",this.highlightStateClass=a+"-state-highlight"},updateSize:function(a){a&&this.recordScroll(),this.updateHeight(),this.updateWidth()},updateWidth:function(){},updateHeight:function(){var a=this.calendar;this.setHeight(a.getSuggestedViewHeight(),a.isHeightAuto())},setHeight:function(a,b){},computeScrollerHeight:function(a,b){var c,d;return b=b||this.scrollerEl,c=this.el.add(b),c.css({position:"relative",left:-1}),d=this.el.outerHeight()-b.height(),c.css({position:"",left:""}),a-d},initializeScroll:function(){},recordScroll:function(){this.scrollerEl&&(this.scrollTop=this.scrollerEl.scrollTop())},restoreScroll:function(){null!==this.scrollTop&&this.scrollerEl.scrollTop(this.scrollTop)},renderViewEvents:function(a){this.renderEvents(a),this.eventSegEach(function(a){this.trigger("eventAfterRender",a.event,a.event,a.el)}),this.trigger("eventAfterAllRender")},renderEvents:function(){},destroyViewEvents:function(){this.eventSegEach(function(a){this.trigger("eventDestroy",a.event,a.event,a.el)}),this.destroyEvents()},destroyEvents:function(){},resolveEventEl:function(b,c){var d=this.trigger("eventRender",b,b,c);return d===!1?c=null:d&&d!==!0&&(c=a(d)),c},showEvent:function(a){this.eventSegEach(function(a){a.el.css("visibility","")},a)},hideEvent:function(a){this.eventSegEach(function(a){a.el.css("visibility","hidden")},a)},eventSegEach:function(a,b){var c,d=this.getEventSegs();for(c=0;c<d.length;c++)b&&d[c].event._id!==b._id||a.call(this,d[c])},getEventSegs:function(){return[]},isEventDraggable:function(a){var b=a.source||{};return K(a.startEditable,b.startEditable,this.opt("eventStartEditable"),a.editable,b.editable,this.opt("editable"))},reportEventDrop:function(a,b,c,d){var e=this.calendar,f=e.mutateEvent(a,b),g=function(){f.undo(),e.reportEventChange()};this.triggerEventDrop(a,f.dateDelta,g,c,d),e.reportEventChange()},triggerEventDrop:function(a,b,c,d,e){this.trigger("eventDrop",d[0],a,b,c,e,{})},reportExternalDrop:function(b,c,d,e,f){var g,h,i=b.eventProps;i&&(g=a.extend({},i,c),h=this.calendar.renderEvent(g,b.stick)[0]),this.triggerExternalDrop(h,c,d,e,f)},triggerExternalDrop:function(a,b,c,d,e){this.trigger("drop",c[0],b.start,d,e),a&&this.trigger("eventReceive",null,a)},renderDrag:function(a,b){},destroyDrag:function(){},isEventResizable:function(a){var b=a.source||{};return K(a.durationEditable,b.durationEditable,this.opt("eventDurationEditable"),a.editable,b.editable,this.opt("editable"))},reportEventResize:function(a,b,c,d){var e=this.calendar,f=e.mutateEvent(a,{end:b}),g=function(){f.undo(),e.reportEventChange()};this.triggerEventResize(a,f.durationDelta,g,c,d),e.reportEventChange()},triggerEventResize:function(a,b,c,d,e){this.trigger("eventResize",d[0],a,b,c,e,{})},select:function(a,b){this.unselect(b),this.renderSelection(a),this.reportSelection(a,b)},renderSelection:function(a){},reportSelection:function(a,b){this.isSelected=!0,this.trigger("select",null,a.start,a.end,b)},unselect:function(a){this.isSelected&&(this.isSelected=!1,this.destroySelection(),this.trigger("unselect",null,a))},destroySelection:function(){},documentMousedown:function(b){var c;this.isSelected&&this.opt("unselectAuto")&&w(b)&&(c=this.opt("unselectCancel"),c&&a(b.target).closest(c).length||this.unselect(b))},initHiddenDays:function(){var b,c=this.opt("hiddenDays")||[],d=[],e=0;for(this.opt("weekends")===!1&&c.push(0,6),b=0;7>b;b++)(d[b]=-1!==a.inArray(b,c))||e++;if(!e)throw"invalid hiddenDays";this.isHiddenDayHash=d},isHiddenDay:function(a){return b.isMoment(a)&&(a=a.day()),this.isHiddenDayHash[a]},skipHiddenDays:function(a,b,c){var d=a.clone();for(b=b||1;this.isHiddenDayHash[(d.day()+(c?b:0)+7)%7];)d.add(b,"days");return d},computeDayRange:function(a){var b,c=a.start.clone().stripTime(),d=a.end,e=null;return d&&(e=d.clone().stripTime(),b=+d.time(),b&&b>=this.nextDayThreshold&&e.add(1,"days")),(!d||c>=e)&&(e=c.clone().add(1,"days")),{start:c,end:e}},isMultiDayEvent:function(a){var b=this.computeDayRange(a);return b.end.diff(b.start,"days")>1}});Ca.sourceNormalizers=[],Ca.sourceFetchers=[];var eb={dataType:"json",cache:!1},fb=1,gb=Da.basic=db.extend({dayGrid:null,dayNumbersVisible:!1,weekNumbersVisible:!1,weekNumberWidth:null,headRowEl:null,initialize:function(){this.dayGrid=new bb(this),this.coordMap=this.dayGrid.coordMap},setRange:function(a){db.prototype.setRange.call(this,a),this.dayGrid.breakOnWeeks=/year|month|week/.test(this.intervalUnit),this.dayGrid.setRange(a)},computeRange:function(a){var b=db.prototype.computeRange.call(this,a);return/year|month/.test(b.intervalUnit)&&(b.start.startOf("week"),b.start=this.skipHiddenDays(b.start),b.end.weekday()&&(b.end.add(1,"week").startOf("week"),b.end=this.skipHiddenDays(b.end,-1,!0))),b},render:function(){this.dayNumbersVisible=this.dayGrid.rowCnt>1,this.weekNumbersVisible=this.opt("weekNumbers"),this.dayGrid.numbersVisible=this.dayNumbersVisible||this.weekNumbersVisible,this.el.addClass("fc-basic-view").html(this.renderHtml()),this.headRowEl=this.el.find("thead .fc-row"),this.scrollerEl=this.el.find(".fc-day-grid-container"),this.dayGrid.coordMap.containerEl=this.scrollerEl,this.dayGrid.el=this.el.find(".fc-day-grid"),this.dayGrid.render(this.hasRigidRows())},destroy:function(){this.dayGrid.destroy(),db.prototype.destroy.call(this)},renderHtml:function(){return'<table><thead><tr><td class="'+this.widgetHeaderClass+'">'+this.dayGrid.headHtml()+'</td></tr></thead><tbody><tr><td class="'+this.widgetContentClass+'"><div class="fc-day-grid-container"><div class="fc-day-grid"/></div></td></tr></tbody></table>'},headIntroHtml:function(){return this.weekNumbersVisible?'<th class="fc-week-number '+this.widgetHeaderClass+'" '+this.weekNumberStyleAttr()+"><span>"+L(this.opt("weekNumberTitle"))+"</span></th>":void 0},numberIntroHtml:function(a){return this.weekNumbersVisible?'<td class="fc-week-number" '+this.weekNumberStyleAttr()+"><span>"+this.calendar.calculateWeekNumber(this.dayGrid.getCell(a,0).start)+"</span></td>":void 0},dayIntroHtml:function(){return this.weekNumbersVisible?'<td class="fc-week-number '+this.widgetContentClass+'" '+this.weekNumberStyleAttr()+"></td>":void 0},introHtml:function(){return this.weekNumbersVisible?'<td class="fc-week-number" '+this.weekNumberStyleAttr()+"></td>":void 0},numberCellHtml:function(a){var b,c=a.start;return this.dayNumbersVisible?(b=this.dayGrid.getDayClasses(c),b.unshift("fc-day-number"),'<td class="'+b.join(" ")+'" data-date="'+c.format()+'">'+c.date()+"</td>"):"<td/>"},weekNumberStyleAttr:function(){return null!==this.weekNumberWidth?'style="width:'+this.weekNumberWidth+'px"':""},hasRigidRows:function(){var a=this.opt("eventLimit");return a&&"number"!=typeof a},updateWidth:function(){this.weekNumbersVisible&&(this.weekNumberWidth=r(this.el.find(".fc-week-number")))},setHeight:function(a,b){var c,d=this.opt("eventLimit");t(this.scrollerEl),h(this.headRowEl),this.dayGrid.destroySegPopover(),d&&"number"==typeof d&&this.dayGrid.limitRows(d),c=this.computeScrollerHeight(a),this.setGridHeight(c,b),d&&"number"!=typeof d&&this.dayGrid.limitRows(d),!b&&s(this.scrollerEl,c)&&(g(this.headRowEl,v(this.scrollerEl)),c=this.computeScrollerHeight(a),this.scrollerEl.height(c),this.restoreScroll())},setGridHeight:function(a,b){b?q(this.dayGrid.rowEls):p(this.dayGrid.rowEls,a,!0)},renderEvents:function(a){this.dayGrid.renderEvents(a),this.updateHeight()},getEventSegs:function(){return this.dayGrid.getEventSegs()},destroyEvents:function(){this.recordScroll(),this.dayGrid.destroyEvents()},renderDrag:function(a,b){return this.dayGrid.renderDrag(a,b)},destroyDrag:function(){this.dayGrid.destroyDrag()},renderSelection:function(a){this.dayGrid.renderSelection(a)},destroySelection:function(){this.dayGrid.destroySelection()}});c({fixedWeekCount:!0});var hb=Da.month=gb.extend({computeRange:function(a){var b,c=gb.prototype.computeRange.call(this,a);return this.isFixedWeeks()&&(b=Math.ceil(c.end.diff(c.start,"weeks",!0)),c.end.add(6-b,"weeks")),c},setGridHeight:function(a,b){b=b||"variable"===this.opt("weekMode"),b&&(a*=this.rowCnt/6),p(this.dayGrid.rowEls,a,!b)},isFixedWeeks:function(){var a=this.opt("weekMode");return a?"fixed"===a:this.opt("fixedWeekCount")}});hb.duration={months:1},Da.basicWeek={type:"basic",duration:{weeks:1}},Da.basicDay={type:"basic",duration:{days:1}},c({allDaySlot:!0,allDayText:"all-day",scrollTime:"06:00:00",slotDuration:"00:30:00",minTime:"00:00:00",maxTime:"24:00:00",slotEventOverlap:!0});var ib=5;Da.agenda=db.extend({timeGrid:null,dayGrid:null,axisWidth:null,noScrollRowEls:null,bottomRuleEl:null,bottomRuleHeight:null,initialize:function(){this.timeGrid=new cb(this),this.opt("allDaySlot")?(this.dayGrid=new bb(this),this.coordMap=new Ya([this.dayGrid.coordMap,this.timeGrid.coordMap])):this.coordMap=this.timeGrid.coordMap},setRange:function(a){db.prototype.setRange.call(this,a),this.timeGrid.setRange(a),this.dayGrid&&this.dayGrid.setRange(a)},render:function(){this.el.addClass("fc-agenda-view").html(this.renderHtml()),this.scrollerEl=this.el.find(".fc-time-grid-container"),this.timeGrid.coordMap.containerEl=this.scrollerEl,this.timeGrid.el=this.el.find(".fc-time-grid"),this.timeGrid.render(),this.bottomRuleEl=a('<hr class="'+this.widgetHeaderClass+'"/>').appendTo(this.timeGrid.el),this.dayGrid&&(this.dayGrid.el=this.el.find(".fc-day-grid"),this.dayGrid.render(),this.dayGrid.bottomCoordPadding=this.dayGrid.el.next("hr").outerHeight()),this.noScrollRowEls=this.el.find(".fc-row:not(.fc-scroller *)")},destroy:function(){this.timeGrid.destroy(),this.dayGrid&&this.dayGrid.destroy(),db.prototype.destroy.call(this)},renderHtml:function(){return'<table><thead><tr><td class="'+this.widgetHeaderClass+'">'+this.timeGrid.headHtml()+'</td></tr></thead><tbody><tr><td class="'+this.widgetContentClass+'">'+(this.dayGrid?'<div class="fc-day-grid"/><hr class="'+this.widgetHeaderClass+'"/>':"")+'<div class="fc-time-grid-container"><div class="fc-time-grid"/></div></td></tr></tbody></table>'},headIntroHtml:function(){var a,b,c,d;return this.opt("weekNumbers")?(a=this.timeGrid.getCell(0).start,b=this.calendar.calculateWeekNumber(a),c=this.opt("weekNumberTitle"),d=this.opt("isRTL")?b+c:c+b,'<th class="fc-axis fc-week-number '+this.widgetHeaderClass+'" '+this.axisStyleAttr()+"><span>"+L(d)+"</span></th>"):'<th class="fc-axis '+this.widgetHeaderClass+'" '+this.axisStyleAttr()+"></th>"},dayIntroHtml:function(){return'<td class="fc-axis '+this.widgetContentClass+'" '+this.axisStyleAttr()+"><span>"+(this.opt("allDayHtml")||L(this.opt("allDayText")))+"</span></td>"},slotBgIntroHtml:function(){return'<td class="fc-axis '+this.widgetContentClass+'" '+this.axisStyleAttr()+"></td>"},introHtml:function(){return'<td class="fc-axis" '+this.axisStyleAttr()+"></td>"},axisStyleAttr:function(){return null!==this.axisWidth?'style="width:'+this.axisWidth+'px"':""},updateSize:function(a){a&&this.timeGrid.resize(),db.prototype.updateSize.call(this,a)},updateWidth:function(){this.axisWidth=r(this.el.find(".fc-axis"))},setHeight:function(a,b){var c,d;null===this.bottomRuleHeight&&(this.bottomRuleHeight=this.bottomRuleEl.outerHeight()),this.bottomRuleEl.hide(),this.scrollerEl.css("overflow",""),t(this.scrollerEl),h(this.noScrollRowEls),this.dayGrid&&(this.dayGrid.destroySegPopover(),c=this.opt("eventLimit"),c&&"number"!=typeof c&&(c=ib),c&&this.dayGrid.limitRows(c)),b||(d=this.computeScrollerHeight(a),s(this.scrollerEl,d)?(g(this.noScrollRowEls,v(this.scrollerEl)),d=this.computeScrollerHeight(a),this.scrollerEl.height(d),this.restoreScroll()):(this.scrollerEl.height(d).css("overflow","hidden"),this.bottomRuleEl.show()))},initializeScroll:function(){function a(){c.scrollerEl.scrollTop(e)}var c=this,d=b.duration(this.opt("scrollTime")),e=this.timeGrid.computeTimeTop(d);e=Math.ceil(e),e&&e++,a(),setTimeout(a,0)},renderEvents:function(a){var b,c,d=[],e=[],f=[];for(c=0;c<a.length;c++)a[c].allDay?d.push(a[c]):e.push(a[c]);b=this.timeGrid.renderEvents(e),this.dayGrid&&(f=this.dayGrid.renderEvents(d)),this.updateHeight()},getEventSegs:function(){return this.timeGrid.getEventSegs().concat(this.dayGrid?this.dayGrid.getEventSegs():[])},destroyEvents:function(){this.recordScroll(),this.timeGrid.destroyEvents(),this.dayGrid&&this.dayGrid.destroyEvents()},renderDrag:function(a,b){return a.start.hasTime()?this.timeGrid.renderDrag(a,b):this.dayGrid?this.dayGrid.renderDrag(a,b):void 0},destroyDrag:function(){this.timeGrid.destroyDrag(),this.dayGrid&&this.dayGrid.destroyDrag()},renderSelection:function(a){a.start.hasTime()||a.end.hasTime()?this.timeGrid.renderSelection(a):this.dayGrid&&this.dayGrid.renderSelection(a)},destroySelection:function(){this.timeGrid.destroySelection(),this.dayGrid&&this.dayGrid.destroySelection()}}),Da.agendaWeek={type:"agenda",duration:{weeks:1}},Da.agendaDay={type:"agenda",duration:{days:1}};var jb=Da.list=db.extend({dayGrid:null,weekNumberWidth:null,headRowEl:null,defultEventLimit:5,viewDateOnLeft:!1,initialize:function(){this.dayGrid=new bb(this),this.coordMap=this.dayGrid.coordMap},setRange:function(a){db.prototype.setRange.call(this,a),this.dayGrid.breakOnWeeks=/year|month|week/.test(this.intervalUnit),this.dayGrid.setRange(a)},render:function(){this.dayGrid.colCnt=1,this.dayGrid.rowCnt=this.dayGrid.cellDates.length,this.dayGrid.numbersVisible=!0,this.opt("viewDateOnLeft")?(this.viewDateOnLeft=this.opt("viewDateOnLeft"),this.el.removeClass("fc-display-date-above")):this.el.addClass("fc-display-date-above"),this.el.addClass("fc-basic-view").html(this.renderHtml()),this.headRowEl=this.el.find("thead .fc-row"),this.scrollerEl=this.el.find(".fc-day-grid-container"),this.dayGrid.coordMap.containerEl=this.scrollerEl,this.dayGrid.el=this.el.find(".fc-day-grid"),this.dayGrid.render(this.hasRigidRows()),db.prototype.render.call(this)},destroy:function(){this.dayGrid.destroy(),db.prototype.destroy.call(this)},renderHtml:function(){return'<table><tbody><tr><td class="'+this.widgetContentClass+'"><div class="fc-day-grid-container"><div class="fc-day-grid"/></div></td></tr></tbody></table>'},headIntroHtml:function(){return this.viewDateOnLeft===!0?'<th class="fc-week-number '+this.widgetHeaderClass+'" '+this.weekNumberStyleAttr()+"><span></span></th>":""},numberIntroHtml:function(a){return this.viewDateOnLeft===!0?'<td class="fc-week-number" '+this.weekNumberStyleAttr()+"><span>"+this.dayGrid.getCell(a,0).start.format("ddd MMM D, YYYY")+"</span></td>":""},dayIntroHtml:function(){return this.viewDateOnLeft===!0?'<td class="fc-week-number '+this.widgetContentClass+'" '+this.weekNumberStyleAttr()+"></td>":""},introHtml:function(){return this.viewDateOnLeft===!0?'<td class="fc-week-number" '+this.weekNumberStyleAttr()+"></td>":""},numberCellHtml:function(a){if(this.viewDateOnLeft===!0)return"<td/>";var b,c=a.start;return b=this.dayGrid.getDayClasses(c),b.unshift("fc-day-number"),'<td class="'+b.join(" ")+'" data-date="'+c.format()+'"><span class="fc-list-header-left">'+c.format("dddd")+'</span><span class="fc-list-header-right">'+c.format("MMM D")+"</span></td>"},weekNumberStyleAttr:function(){return null!==this.weekNumberWidth?'style="width:'+this.weekNumberWidth+'px"':""},hasRigidRows:function(){var a=this.opt("eventLimit");return a===!0&&(a=this.defultEventLimit),a&&"number"!=typeof a},updateWidth:function(){this.weekNumberWidth=r(this.el.find(".fc-week-number"))},setHeight:function(a,b){var c=this.opt("eventLimit");c===!0&&(c=this.defultEventLimit);var d;t(this.scrollerEl),h(this.headRowEl),this.dayGrid.destroySegPopover(),c&&"number"==typeof c&&this.dayGrid.limitRows(c),d=this.computeScrollerHeight(a),this.setGridHeight(d,b),c&&"number"!=typeof c&&this.dayGrid.limitRows(c),!b&&s(this.scrollerEl,d)&&(g(this.headRowEl,v(this.scrollerEl)),d=this.computeScrollerHeight(a),this.scrollerEl.height(d),this.restoreScroll())},setGridHeight:function(a,b){b?q(this.dayGrid.rowEls):p(this.dayGrid.rowEls,a,!0)},renderEvents:function(a){this.dayGrid.renderEvents(a),this.updateHeight(),db.prototype.renderEvents.call(this,a)},getSegs:function(){return this.dayGrid.getSegs()},destroyEvents:function(){db.prototype.destroyEvents.call(this),this.recordScroll(),this.dayGrid.destroyEvents()},renderDrag:function(a,b,c){return this.dayGrid.renderDrag(a,b,c)},destroyDrag:function(){this.dayGrid.destroyDrag()},renderSelection:function(a,b){this.dayGrid.renderSelection(a,b)},destroySelection:function(){this.dayGrid.destroySelection()}});jb.duration={months:1},Da.listMonth={type:"list",duration:{months:1}},Da.listWeek={type:"list",duration:{weeks:1}},Da.listDay={type:"list",duration:{days:1}}});
|
js/jquery-ui-eo-timepicker.min.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
/*! event-organiser 3.7.
|
2 |
!function($){function eoTimepicker(){this.debug=!0,this._curInst=null,this._disabledInputs=[],this._timepickerShowing=!1,this._inDialog=!1,this._dialogClass="ui-timepicker-dialog",this._mainDivId="ui-timepicker-div",this._inlineClass="ui-timepicker-inline",this._currentClass="ui-timepicker-current",this._dayOverClass="ui-timepicker-days-cell-over",this.regional=[],this.regional[""]={hourText:"Hour",minuteText:"Minute",amPmText:["AM","PM"],closeButtonText:"Done",nowButtonText:"Now",deselectButtonText:"Deselect"},this._defaults={showOn:"focus",button:null,showAnim:"fadeIn",showOptions:{},appendText:"",beforeShow:null,onSelect:null,onClose:null,timeSeparator:":",periodSeparator:" ",showPeriod:!1,showPeriodLabels:!0,showLeadingZero:!0,showMinutesLeadingZero:!0,altField:"",defaultTime:"now",myPosition:"left top",atPosition:"left bottom",onHourShow:null,onMinuteShow:null,hours:{starts:0,ends:23},minutes:{starts:0,ends:55,interval:5,manual:[]},rows:4,showHours:!0,showMinutes:!0,optionalMinutes:!1,showCloseButton:!1,showNowButton:!1,showDeselectButton:!1,maxTime:{hour:null,minute:null},minTime:{hour:null,minute:null}},$.extend(this._defaults,this.regional[""]),this.tpDiv=$('<div id="'+this._mainDivId+'" class="ui-timepicker ui-widget ui-helper-clearfix ui-corner-all " style="display: none"></div>')}function extendRemove(a,b){$.extend(a,b);for(var c in b)(null==b[c]||void 0==b[c])&&(a[c]=b[c]);return a}$.extend($.ui,{eotimepicker:{version:"0.3.3"}});var PROP_NAME="eotimepicker",tpuuid=(new Date).getTime();$.extend(eoTimepicker.prototype,{markerClassName:"hasTimepicker",log:function(){this.debug&&console.log.apply("",arguments)},_widgetTimepicker:function(){return this.tpDiv},setDefaults:function(a){return extendRemove(this._defaults,a||{}),this},_attachTimepicker:function(target,settings){var inlineSettings=null;for(var attrName in this._defaults){var attrValue=target.getAttribute("time:"+attrName);if(attrValue){inlineSettings=inlineSettings||{};try{inlineSettings[attrName]=eval(attrValue)}catch(err){inlineSettings[attrName]=attrValue}}}var nodeName=target.nodeName.toLowerCase(),inline="div"==nodeName||"span"==nodeName;target.id||(this.uuid+=1,target.id="tp"+this.uuid);var inst=this._newInst($(target),inline);inst.settings=$.extend({},settings||{},inlineSettings||{}),"input"==nodeName?(this._connectTimepicker(target,inst),this._setTimeFromField(inst)):inline&&this._inlineTimepicker(target,inst)},_newInst:function(a,b){var c=a[0].id.replace(/([^A-Za-z0-9_-])/g,"\\\\$1");return{id:c,input:a,inline:b,tpDiv:b?$('<div class="'+this._inlineClass+' ui-timepicker ui-widget ui-helper-clearfix"></div>'):this.tpDiv}},_connectTimepicker:function(a,b){var c=$(a);b.append=$([]),b.trigger=$([]),c.hasClass(this.markerClassName)||(this._attachments(c,b),c.addClass(this.markerClassName).keydown(this._doKeyDown).keyup(this._doKeyUp).bind("setData.eotimepicker",function(a,c,d){b.settings[c]=d}).bind("getData.eotimepicker",function(a,c){return this._get(b,c)}),$.data(a,PROP_NAME,b))},_getHours:function(a){var b=Array(),c=this._get(a,"hours");for(h=c.starts;h<=c.ends;h++)b.push(h);return b},_getMinutes:function(a){var b=this._get(a,"minutes"),c=Array();for(b.starts||(b.starts=0),b.ends||(b.ends=59),b.manual||(b.manual=[]),m=b.starts;m<=b.ends;m+=b.interval)c.push(m);for(i=0;i<b.manual.length;i++){var d=b.manual[i];"number"!=typeof d||0>d||d>59||$.inArray(d,c)>=0||c.push(d)}return c.sort(function(a,b){return a-b}),c},_modulo:function(a,b){return(a%b+b)%b},_doKeyDown:function(a){var b=$.eotimepicker._getInst(a.target),c=!0;if(b._keyEvent=!0,$.eotimepicker._timepickerShowing){var d=a.ctrlKey||a.metaKey,e=a.shiftKey,f=$.eotimepicker._getHours(b),g=$.eotimepicker._getMinutes(b),h=$.eotimepicker._get(b,"rows"),i=Math.ceil(f.length/h),j=Math.round(g.length/h+.49);switch(a.keyCode){case 9:$.eotimepicker._hideTimepicker(),c=!1;break;case 13:return b.hours=b.hlHours,b.minutes=b.hlMinutes,$.eotimepicker._updateSelectedValue(b),$.eotimepicker._hideTimepicker(),!1;case 27:$.eotimepicker._hideTimepicker();break;case 37:c=d||e,e?$.eotimepicker._moveHighlight(b,-1,"minute"):d&&$.eotimepicker._moveHighlight(b,-1,"hour");break;case 38:c=d||e,e?$.eotimepicker._moveHighlight(b,-j,"minute"):d&&$.eotimepicker._moveHighlight(b,-i,"hour");break;case 39:c=d||e,e?$.eotimepicker._moveHighlight(b,1,"minute"):d&&$.eotimepicker._moveHighlight(b,1,"hour");break;case 40:c=d||e,e?$.eotimepicker._moveHighlight(b,j,"minute"):d&&$.eotimepicker._moveHighlight(b,i,"hour");break;default:c=!1}}else 36==a.keyCode&&a.ctrlKey?$.eotimepicker._showTimepicker(this):c=!1;c&&(a.preventDefault(),a.stopPropagation())},_moveHighlight:function(a,b,c){var d=this._getMinutes(a),e=this._getHours(a),f=this._get(a,"maxTime"),g=this._get(a,"minTime");if("hour"==c.toLowerCase()){var h=$.inArray(a.hlHours,e);a.hlHours=e[this._modulo(h+b,e.length)]}else{var h=$.inArray(a.hlMinutes,d);a.hlMinutes=d[this._modulo(h+b,d.length)]}g.hour&&(a.hlHours=Math.max(a.hlHours,g.hour)),f.hour&&(a.hlHours=Math.min(a.hlHours,f.hour)),g.minute&&a.hlHours<=g.hour&&(a.hlMinutes=Math.max(a.hlMinutes,g.minute)),f.minute&&a.hlHours>=f.hour&&(a.hlMinutes=Math.min(a.hlMinutes,f.minute))},_doKeyUp:function(a){var b=$.eotimepicker._getInst(a.target);$.eotimepicker._setTimeFromField(b),$.eotimepicker._updateTimepicker(b)},_attachments:function(a,b){var c=this._get(b,"appendText"),d=this._get(b,"isRTL");b.append&&b.append.remove(),c&&(b.append=$('<span class="'+this._appendClass+'">'+c+"</span>"),a[d?"before":"after"](b.append)),a.unbind("focus.eotimepicker",this._showTimepicker),a.unbind("click.eotimepicker",this._adjustZIndex),b.trigger&&b.trigger.remove();var e=this._get(b,"showOn");if(("focus"==e||"both"==e)&&(a.bind("focus.eotimepicker",this._showTimepicker),a.bind("click.eotimepicker",this._adjustZIndex)),"button"==e||"both"==e){var f=this._get(b,"button");null==f&&(f=$('<button class="ui-timepicker-trigger" type="button">...</button>'),a.after(f)),$(f).bind("click.eotimepicker",function(){return $.eotimepicker._timepickerShowing&&$.eotimepicker._lastInput==a[0]?$.eotimepicker._hideTimepicker():b.input.is(":disabled")||$.eotimepicker._showTimepicker(a[0]),!1})}},_inlineTimepicker:function(a,b){var c=$(a);c.hasClass(this.markerClassName)||(c.addClass(this.markerClassName).append(b.tpDiv).bind("setData.eotimepicker",function(a,c,d){b.settings[c]=d}).bind("getData.eotimepicker",function(a,c){return this._get(b,c)}),$.data(a,PROP_NAME,b),this._setTimeFromField(b),this._updateTimepicker(b),b.tpDiv.show())},_adjustZIndex:function(a){a=a.target||a;var b=$.eotimepicker._getInst(a);b.tpDiv.css("zIndex",$.eotimepicker._getZIndex(a)+1)},_showTimepicker:function(a){if(a=a.target||a,"input"!=a.nodeName.toLowerCase()&&(a=$("input",a.parentNode)[0]),!$.eotimepicker._isDisabledTimepicker(a)&&$.eotimepicker._lastInput!=a){$.eotimepicker._hideTimepicker();var b=$.eotimepicker._getInst(a);$.eotimepicker._curInst&&$.eotimepicker._curInst!=b&&$.eotimepicker._curInst.tpDiv.stop(!0,!0);var c=$.eotimepicker._get(b,"beforeShow");extendRemove(b.settings,c?c.apply(a,[a,b]):{}),b.lastVal=null,$.eotimepicker._lastInput=a,$.eotimepicker._setTimeFromField(b),b.hlMinutes=b.minutes,b.hlHours=b.hours,$.eotimepicker._inDialog&&(a.value=""),$.eotimepicker._pos||($.eotimepicker._pos=$.eotimepicker._findPos(a),$.eotimepicker._pos[1]+=a.offsetHeight);var d=!1;$(a).parents().each(function(){return d|="fixed"==$(this).css("position"),!d});var e={left:$.eotimepicker._pos[0],top:$.eotimepicker._pos[1]};if($.eotimepicker._pos=null,b.tpDiv.css({position:"absolute",display:"block",top:"-1000px"}),$.eotimepicker._updateTimepicker(b),!b.inline&&"object"==typeof $.ui.position){b.tpDiv.position({of:b.input,my:$.eotimepicker._get(b,"myPosition"),at:$.eotimepicker._get(b,"atPosition"),collision:"flip"});var e=b.tpDiv.offset();$.eotimepicker._pos=[e.top,e.left]}if(b._hoursClicked=!1,b._minutesClicked=!1,e=$.eotimepicker._checkOffset(b,e,d),b.tpDiv.css({position:$.eotimepicker._inDialog&&$.blockUI?"static":d?"fixed":"absolute",display:"none",left:e.left+"px",top:e.top+"px"}),!b.inline){var f=$.eotimepicker._get(b,"showAnim"),g=$.eotimepicker._get(b,"duration"),h=function(){$.eotimepicker._timepickerShowing=!0;var a=$.eotimepicker._getBorders(b.tpDiv);b.tpDiv.find("iframe.ui-timepicker-cover").css({left:-a[0],top:-a[1],width:b.tpDiv.outerWidth(),height:b.tpDiv.outerHeight()})};$.eotimepicker._adjustZIndex(a),$.effects&&$.effects[f]?b.tpDiv.show(f,$.eotimepicker._get(b,"showOptions"),g,h):b.tpDiv.show(f?g:null,h),f&&g||h(),b.input.is(":visible")&&!b.input.is(":disabled")&&b.input.focus(),$.eotimepicker._curInst=b}}},_getZIndex:function(a){for(var b,c,d=$(a),e=0;d.length&&d[0]!==document;)b=d.css("position"),("absolute"===b||"relative"===b||"fixed"===b)&&(c=parseInt(d.css("zIndex"),10),isNaN(c)||0===c||c>e&&(e=c)),d=d.parent();return e},_refreshTimepicker:function(a){var b=this._getInst(a);b&&this._updateTimepicker(b)},_updateTimepicker:function(a){a.tpDiv.empty().append(this._generateHTML(a)),this._rebindDialogEvents(a)},_rebindDialogEvents:function(a){var b=$.eotimepicker._getBorders(a.tpDiv),c=this;a.tpDiv.find("iframe.ui-timepicker-cover").css({left:-b[0],top:-b[1],width:a.tpDiv.outerWidth(),height:a.tpDiv.outerHeight()}).end().find(".ui-timepicker-minute-cell").unbind().bind("click",{fromDoubleClick:!1},$.proxy($.eotimepicker.selectMinutes,this)).bind("dblclick",{fromDoubleClick:!0},$.proxy($.eotimepicker.selectMinutes,this)).end().find(".ui-timepicker-hour-cell").unbind().bind("click",{fromDoubleClick:!1},$.proxy($.eotimepicker.selectHours,this)).bind("dblclick",{fromDoubleClick:!0},$.proxy($.eotimepicker.selectHours,this)).end().find(".ui-timepicker td a").unbind().bind("mouseout",function(){$(this).removeClass("ui-state-hover"),-1!=this.className.indexOf("ui-timepicker-prev")&&$(this).removeClass("ui-timepicker-prev-hover"),-1!=this.className.indexOf("ui-timepicker-next")&&$(this).removeClass("ui-timepicker-next-hover")}).bind("mouseover",function(){c._isDisabledTimepicker(a.inline?a.tpDiv.parent()[0]:a.input[0])||($(this).parents(".ui-timepicker-calendar").find("a").removeClass("ui-state-hover"),$(this).addClass("ui-state-hover"),-1!=this.className.indexOf("ui-timepicker-prev")&&$(this).addClass("ui-timepicker-prev-hover"),-1!=this.className.indexOf("ui-timepicker-next")&&$(this).addClass("ui-timepicker-next-hover"))}).end().find("."+this._dayOverClass+" a").trigger("mouseover").end().find(".ui-timepicker-now").bind("click",function(a){$.eotimepicker.selectNow(a)}).end().find(".ui-timepicker-deselect").bind("click",function(a){$.eotimepicker.deselectTime(a)}).end().find(".ui-timepicker-close").bind("click",function(a){$.eotimepicker._hideTimepicker()}).end()},_generateHTML:function(a){var b,c,d,e=1==this._get(a,"showPeriod"),f=1==this._get(a,"showPeriodLabels"),g=1==this._get(a,"showLeadingZero"),h=1==this._get(a,"showHours"),i=1==this._get(a,"showMinutes"),j=this._get(a,"amPmText"),k=this._get(a,"rows"),l=0,m=0,n=0,o=0,p=0,q=0,r=Array(),s=null,t=0,u=this._get(a,"hourText"),v=this._get(a,"showCloseButton"),w=this._get(a,"closeButtonText"),x=this._get(a,"showNowButton"),y=this._get(a,"nowButtonText"),z=this._get(a,"showDeselectButton"),A=this._get(a,"deselectButtonText"),B=v||x||z;if(r=this._getHours(a),s=Math.ceil(r.length/k),f){for(t=0;t<r.length;t++)r[t]<12?n++:o++;t=0,l=Math.floor(n/r.length*k),m=Math.floor(o/r.length*k),k!=l+m&&(n&&(!o||!l||m&&n/l>=o/m)?l++:m++),p=Math.min(l,1),q=l+1,s=0==l?Math.ceil(o/m):0==m?Math.ceil(n/l):Math.ceil(Math.max(n/l,o/m))}if(d='<table class="ui-timepicker-table ui-widget-content ui-corner-all"><tr>',h){for(d+='<td class="ui-timepicker-hours"><div class="ui-timepicker-title ui-widget-header ui-helper-clearfix ui-corner-all">'+u+'</div><table class="ui-timepicker">',b=1;k>=b;b++){for(d+="<tr>",b==p&&f&&(d+='<th rowspan="'+l.toString()+'" class="periods" scope="row">'+j[0]+"</th>"),b==q&&f&&(d+='<th rowspan="'+m.toString()+'" class="periods" scope="row">'+j[1]+"</th>"),c=1;s>=c;c++)f&&q>b&&r[t]>=12?d+=this._generateHTMLHourCell(a,void 0,e,g):(d+=this._generateHTMLHourCell(a,r[t],e,g),t++);d+="</tr>"}d+="</table></td>"}if(i&&(d+='<td class="ui-timepicker-minutes">',d+=this._generateHTMLMinutes(a),d+="</td>"),d+="</tr>",B){var C='<tr><td colspan="3"><div class="ui-timepicker-buttonpane ui-widget-content">';x&&(C+='<button type="button" class="ui-timepicker-now ui-state-default ui-corner-all" data-timepicker-instance-id="#'+a.id.replace(/\\\\/g,"\\")+'" >'+y+"</button>"),z&&(C+='<button type="button" class="ui-timepicker-deselect ui-state-default ui-corner-all" data-timepicker-instance-id="#'+a.id.replace(/\\\\/g,"\\")+'" >'+A+"</button>"),v&&(C+='<button type="button" class="ui-timepicker-close ui-state-default ui-corner-all" data-timepicker-instance-id="#'+a.id.replace(/\\\\/g,"\\")+'" >'+w+"</button>"),d+=C+"</div></td></tr>"}return d+="</table>"},_updateMinuteDisplay:function(a){var b=this._generateHTMLMinutes(a);a.tpDiv.find("td.ui-timepicker-minutes").html(b),this._rebindDialogEvents(a)},_generateHTMLMinutes:function(a){var b,c,d="",e=this._get(a,"rows"),f=Array(),g=null,h=0,i=1==this._get(a,"showMinutesLeadingZero"),j=this._get(a,"onMinuteShow"),k=this._get(a,"minuteText");if(f=this._getMinutes(a),g=Math.round(f.length/e+.49),j&&0==j.apply(a.input?a.input[0]:null,[a.hours,a.minutes]))for(h=0;h<f.length;h+=1)if(b=f[h],j.apply(a.input?a.input[0]:null,[a.hours,b])){a.minutes=b;break}for(d+='<div class="ui-timepicker-title ui-widget-header ui-helper-clearfix ui-corner-all">'+k+'</div><table class="ui-timepicker">',h=0,c=1;e>=c;c++){for(d+="<tr>";c*g>h;){var b=f[h],l="";void 0!==b&&(l=10>b&&i?"0"+b.toString():b.toString()),d+=this._generateHTMLMinuteCell(a,b,l),h++}d+="</tr>"}return d+="</table>"},_generateHTMLHourCell:function(a,b,c,d){var e=b;b>12&&c&&(e=b-12),0==e&&c&&(e=12),10>e&&d&&(e="0"+e);var f="",g=!0,h=this._get(a,"onHourShow"),i=this._get(a,"maxTime"),j=this._get(a,"minTime");return void 0==b?f='<td><span class="ui-state-default ui-state-disabled"> </span></td>':(h&&(g=h.apply(a.input?a.input[0]:null,[b])),g&&(!isNaN(parseInt(i.hour))&&b>i.hour&&(g=!1),!isNaN(parseInt(j.hour))&&b<j.hour&&(g=!1)),f=g?'<td class="ui-timepicker-hour-cell" data-timepicker-instance-id="#'+a.id.replace(/\\\\/g,"\\")+'" data-hour="'+b.toString()+'"><a href="#" class="ui-state-default '+(b==a.hours?"ui-state-active":"")+" "+(b==a.hlHours?"ui-state-hover":"")+'">'+e.toString()+"</a></td>":'<td><span class="ui-state-default ui-state-disabled '+(b==a.hours?" ui-state-active ":" ")+'">'+e.toString()+"</span></td>")},_generateHTMLMinuteCell:function(a,b,c){var d="",e=!0,f=a.hlHours,g=this._get(a,"onMinuteShow"),h=this._get(a,"maxTime"),i=this._get(a,"minTime");return g&&(e=g.apply(a.input?a.input[0]:null,[a.hours,b])),void 0==b?d='<td><span class="ui-state-default ui-state-disabled"> </span></td>':(e&&null!==f&&(!isNaN(parseInt(h.hour))&&!isNaN(parseInt(h.minute))&&f>=h.hour&&b>h.minute&&(e=!1),!isNaN(parseInt(i.hour))&&!isNaN(parseInt(i.minute))&&f<=i.hour&&b<i.minute&&(e=!1)),d=e?'<td class="ui-timepicker-minute-cell" data-timepicker-instance-id="#'+a.id.replace(/\\\\/g,"\\")+'" data-minute="'+b.toString()+'" ><a href="#" class="ui-state-default '+(b==a.minutes?"ui-state-active":"")+" "+(b==a.hlMinutes?"ui-state-hover":"")+'" >'+c+"</a></td>":'<td><span class="ui-state-default ui-state-disabled" >'+c+"</span></td>")},_destroyTimepicker:function(a){var b=$(a),c=$.data(a,PROP_NAME);if(b.hasClass(this.markerClassName)){var d=a.nodeName.toLowerCase();$.removeData(a,PROP_NAME),"input"==d?(c.append.remove(),c.trigger.remove(),b.removeClass(this.markerClassName).unbind("focus.eotimepicker",this._showTimepicker).unbind("click.eotimepicker",this._adjustZIndex)):("div"==d||"span"==d)&&b.removeClass(this.markerClassName).empty()}},_enableTimepicker:function(a){var b=$(a),c=b.attr("id"),d=$.data(a,PROP_NAME);if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();if("input"==e){a.disabled=!1;var f=this._get(d,"button");$(f).removeClass("ui-state-disabled").disabled=!1,d.trigger.filter("button").each(function(){this.disabled=!1}).end()}else if("div"==e||"span"==e){var g=b.children("."+this._inlineClass);g.children().removeClass("ui-state-disabled"),g.find("button").each(function(){this.disabled=!1})}this._disabledInputs=$.map(this._disabledInputs,function(a){return a==c?null:a})}},_disableTimepicker:function(a){var b=$(a),c=$.data(a,PROP_NAME);if(b.hasClass(this.markerClassName)){var d=a.nodeName.toLowerCase();if("input"==d){var e=this._get(c,"button");$(e).addClass("ui-state-disabled").disabled=!0,a.disabled=!0,c.trigger.filter("button").each(function(){this.disabled=!0}).end()}else if("div"==d||"span"==d){var f=b.children("."+this._inlineClass);f.children().addClass("ui-state-disabled"),f.find("button").each(function(){this.disabled=!0})}this._disabledInputs=$.map(this._disabledInputs,function(b){return b==a?null:b}),this._disabledInputs[this._disabledInputs.length]=b.attr("id")}},_isDisabledTimepicker:function(a){if(!a)return!1;for(var b=0;b<this._disabledInputs.length;b++)if(this._disabledInputs[b]==a)return!0;return!1},_checkOffset:function(a,b,c){var d=a.tpDiv.outerWidth(),e=a.tpDiv.outerHeight(),f=a.input?a.input.outerWidth():0,g=a.input?a.input.outerHeight():0,h=document.documentElement.clientWidth+$(document).scrollLeft(),i=document.documentElement.clientHeight+$(document).scrollTop();return b.left-=this._get(a,"isRTL")?d-f:0,b.left-=c&&b.left==a.input.offset().left?$(document).scrollLeft():0,b.top-=c&&b.top==a.input.offset().top+g?$(document).scrollTop():0,b.left-=Math.min(b.left,b.left+d>h&&h>d?Math.abs(b.left+d-h):0),b.top-=Math.min(b.top,b.top+e>i&&i>e?Math.abs(e+g):0),b},_findPos:function(a){for(var b=this._getInst(a),c=this._get(b,"isRTL");a&&("hidden"==a.type||1!=a.nodeType);)a=a[c?"previousSibling":"nextSibling"];var d=$(a).offset();return[d.left,d.top]},_getBorders:function(a){var b=function(a){return{thin:1,medium:2,thick:3}[a]||a};return[parseFloat(b(a.css("border-left-width"))),parseFloat(b(a.css("border-top-width")))]},_checkExternalClick:function(a){if($.eotimepicker._curInst){var b=$(a.target);b[0].id==$.eotimepicker._mainDivId||0!=b.parents("#"+$.eotimepicker._mainDivId).length||b.hasClass($.eotimepicker.markerClassName)||b.hasClass($.eotimepicker._triggerClass)||!$.eotimepicker._timepickerShowing||$.eotimepicker._inDialog&&$.blockUI||$.eotimepicker._hideTimepicker()}},_hideTimepicker:function(a){var b=this._curInst;if(b&&(!a||b==$.data(a,PROP_NAME))&&this._timepickerShowing){var c=this._get(b,"showAnim"),d=this._get(b,"duration"),e=function(){$.eotimepicker._tidyDialog(b),this._curInst=null};$.effects&&$.effects[c]?b.tpDiv.hide(c,$.eotimepicker._get(b,"showOptions"),d,e):b.tpDiv["slideDown"==c?"slideUp":"fadeIn"==c?"fadeOut":"hide"](c?d:null,e),c||e(),this._timepickerShowing=!1,this._lastInput=null,this._inDialog&&(this._dialogInput.css({position:"absolute",left:"0",top:"-100px"}),$.blockUI&&($.unblockUI(),$("body").append(this.tpDiv))),this._inDialog=!1;var f=this._get(b,"onClose");f&&f.apply(b.input?b.input[0]:null,[b.input?b.input.val():"",b])}},_tidyDialog:function(a){a.tpDiv.removeClass(this._dialogClass).unbind(".ui-timepicker")},_getInst:function(a){try{return $.data(a,PROP_NAME)}catch(b){throw"Missing instance data for this timepicker"}},_get:function(a,b){return void 0!==a.settings[b]?a.settings[b]:this._defaults[b]},_setTimeFromField:function(a){if(a.input.val()!=a.lastVal){var b=this._get(a,"defaultTime"),c="now"==b?this._getCurrentTimeRounded(a):b;if(0==a.inline&&""!=a.input.val()&&(c=a.input.val()),c instanceof Date)a.hours=c.getHours(),a.minutes=c.getMinutes();else{var d=a.lastVal=c;if(""==c)a.hours=-1,a.minutes=-1;else{var e=this.parseTime(a,d);a.hours=e.hours,a.minutes=e.minutes}}$.eotimepicker._updateTimepicker(a)}},_optionTimepicker:function(a,b,c){var d=this._getInst(a);if(2==arguments.length&&"string"==typeof b)return"defaults"==b?$.extend({},$.eotimepicker._defaults):d?"all"==b?$.extend({},d.settings):this._get(d,b):null;var e=b||{};"string"==typeof b&&(e={},e[b]=c),d&&(extendRemove(d.settings,e),this._curInst==d&&(this._hideTimepicker(),this._updateTimepicker(d)),d.inline&&this._updateTimepicker(d))},_setTimeTimepicker:function(a,b){var c=this._getInst(a);c&&(this._setTime(c,b),this._updateTimepicker(c),this._updateAlternate(c,b))},_setTime:function(a,b,c){var d=a.hours,e=a.minutes;if(b instanceof Date)a.hours=b.getHours(),a.minutes=b.getMinutes();else{var b=this.parseTime(a,b);a.hours=b.hours,a.minutes=b.minutes}d==a.hours&&e==a.minutes||c||a.input.trigger("change"),this._updateTimepicker(a),this._updateSelectedValue(a)},_getCurrentTimeRounded:function(a){var b=new Date,c=b.getMinutes(),d=this._get(a,"minutes"),e=Math.round(c/d.interval)*d.interval;return b.setMinutes(e),b},parseTime:function(a,b){var c=new Object;if(c.hours=-1,c.minutes=-1,!b)return"";var d=this._get(a,"timeSeparator"),e=this._get(a,"amPmText"),f=this._get(a,"showHours"),g=this._get(a,"showMinutes"),h=this._get(a,"optionalMinutes"),i=1==this._get(a,"showPeriod"),j=b.indexOf(d);if(-1!=j?(c.hours=parseInt(b.substr(0,j),10),c.minutes=parseInt(b.substr(j+1),10)):!f||g&&!h?!f&&g&&(c.minutes=parseInt(b,10)):c.hours=parseInt(b,10),f){var k=b.toUpperCase();c.hours<12&&i&&-1!=k.indexOf(e[1].toUpperCase())&&(c.hours+=12),12==c.hours&&i&&-1!=k.indexOf(e[0].toUpperCase())&&(c.hours=0)}return c},selectNow:function(a){var b=$(a.target).attr("data-timepicker-instance-id"),c=$(b),d=this._getInst(c[0]),e=new Date;d.hours=e.getHours(),d.minutes=e.getMinutes(),this._updateSelectedValue(d),this._updateTimepicker(d),this._hideTimepicker()},deselectTime:function(a){var b=$(a.target).attr("data-timepicker-instance-id"),c=$(b),d=this._getInst(c[0]);d.hours=-1,d.minutes=-1,this._updateSelectedValue(d),this._hideTimepicker()},selectHours:function(a){var b=$(a.currentTarget),c=b.attr("data-timepicker-instance-id"),d=parseInt(b.attr("data-hour")),e=a.data.fromDoubleClick,f=$(c),g=this._getInst(f[0]),h=1==this._get(g,"showMinutes");if($.eotimepicker._isDisabledTimepicker(f.attr("id")))return!1;b.parents(".ui-timepicker-hours:first").find("a").removeClass("ui-state-active"),b.children("a").addClass("ui-state-active"),g.hours=d;var i=this._get(g,"onMinuteShow"),j=this._get(g,"maxTime"),k=this._get(g,"minTime");return(i||j.minute||k.minute)&&this._updateMinuteDisplay(g),this._updateSelectedValue(g),g._hoursClicked=!0,(g._minutesClicked||e||0==h)&&$.eotimepicker._hideTimepicker(),!1},selectMinutes:function(a){var b=$(a.currentTarget),c=b.attr("data-timepicker-instance-id"),d=parseInt(b.attr("data-minute")),e=a.data.fromDoubleClick,f=$(c),g=this._getInst(f[0]),h=1==this._get(g,"showHours");return $.eotimepicker._isDisabledTimepicker(f.attr("id"))?!1:(b.parents(".ui-timepicker-minutes:first").find("a").removeClass("ui-state-active"),b.children("a").addClass("ui-state-active"),g.minutes=d,this._updateSelectedValue(g),g._minutesClicked=!0,g._hoursClicked||e||0==h?($.eotimepicker._hideTimepicker(),!1):!1)},_updateSelectedValue:function(a){var b=this._getParsedTime(a);a.input&&(a.input.val(b),a.input.trigger("change"));var c=this._get(a,"onSelect");return c&&c.apply(a.input?a.input[0]:null,[b,a]),this._updateAlternate(a,b),b},_getParsedTime:function(a){if(-1==a.hours&&-1==a.minutes)return"";(a.hours<a.hours.starts||a.hours>a.hours.ends)&&(a.hours=0),(a.minutes<a.minutes.starts||a.minutes>a.minutes.ends)&&(a.minutes=0);var b="",c=1==this._get(a,"showPeriod"),d=1==this._get(a,"showLeadingZero"),e=1==this._get(a,"showHours"),f=1==this._get(a,"showMinutes"),g=1==this._get(a,"optionalMinutes"),h=this._get(a,"amPmText"),i=a.hours?a.hours:0,j=a.minutes?a.minutes:0,k=i?i:0,l="";-1==k&&(k=0),-1==j&&(j=0),c&&(0==a.hours&&(k=12),a.hours<12?b=h[0]:(b=h[1],k>12&&(k-=12)));var m=k.toString();d&&10>k&&(m="0"+m);var n=j.toString();return 10>j&&(n="0"+n),e&&(l+=m),!e||!f||g&&0==n||(l+=this._get(a,"timeSeparator")),!f||g&&0==n||(l+=n),e&&b.length>0&&(l+=this._get(a,"periodSeparator")+b),l},_updateAlternate:function(a,b){var c=this._get(a,"altField");c&&$(c).each(function(a,c){$(c).val(b)})},_getTimeAsDateTimepicker:function(a){var b=this._getInst(a);return-1==b.hours&&-1==b.minutes?"":((b.hours<b.hours.starts||b.hours>b.hours.ends)&&(b.hours=0),(b.minutes<b.minutes.starts||b.minutes>b.minutes.ends)&&(b.minutes=0),new Date(0,0,0,b.hours,b.minutes,0))},_getTimeTimepicker:function(a){var b=this._getInst(a);return this._getParsedTime(b)},_getHourTimepicker:function(a){var b=this._getInst(a);return void 0==b?-1:b.hours},_getMinuteTimepicker:function(a){var b=this._getInst(a);return void 0==b?-1:b.minutes}}),$.fn.eotimepicker=function(a){$.eotimepicker.initialized||($(document).mousedown($.eotimepicker._checkExternalClick),$.eotimepicker.initialized=!0),0===$("#"+$.eotimepicker._mainDivId).length&&$("body").append($.eotimepicker.tpDiv);var b=Array.prototype.slice.call(arguments,1);return"string"!=typeof a||"getTime"!=a&&"getTimeAsDate"!=a&&"getHour"!=a&&"getMinute"!=a?"option"==a&&2==arguments.length&&"string"==typeof arguments[1]?$.eotimepicker["_"+a+"Timepicker"].apply($.eotimepicker,[this[0]].concat(b)):this.each(function(){"string"==typeof a?$.eotimepicker["_"+a+"Timepicker"].apply($.eotimepicker,[this].concat(b)):$.eotimepicker._attachTimepicker(this,a)}):$.eotimepicker["_"+a+"Timepicker"].apply($.eotimepicker,[this[0]].concat(b))},$.eotimepicker=new eoTimepicker,$.eotimepicker.initialized=!1,$.eotimepicker.uuid=(new Date).getTime(),$.eotimepicker.version="0.3.3",window["TP_jQuery_"+tpuuid]=$}(jQuery);
|
1 |
+
/*! event-organiser 3.7.6-0-g30a7409c 2019-03-06 23:23 */
|
2 |
!function($){function eoTimepicker(){this.debug=!0,this._curInst=null,this._disabledInputs=[],this._timepickerShowing=!1,this._inDialog=!1,this._dialogClass="ui-timepicker-dialog",this._mainDivId="ui-timepicker-div",this._inlineClass="ui-timepicker-inline",this._currentClass="ui-timepicker-current",this._dayOverClass="ui-timepicker-days-cell-over",this.regional=[],this.regional[""]={hourText:"Hour",minuteText:"Minute",amPmText:["AM","PM"],closeButtonText:"Done",nowButtonText:"Now",deselectButtonText:"Deselect"},this._defaults={showOn:"focus",button:null,showAnim:"fadeIn",showOptions:{},appendText:"",beforeShow:null,onSelect:null,onClose:null,timeSeparator:":",periodSeparator:" ",showPeriod:!1,showPeriodLabels:!0,showLeadingZero:!0,showMinutesLeadingZero:!0,altField:"",defaultTime:"now",myPosition:"left top",atPosition:"left bottom",onHourShow:null,onMinuteShow:null,hours:{starts:0,ends:23},minutes:{starts:0,ends:55,interval:5,manual:[]},rows:4,showHours:!0,showMinutes:!0,optionalMinutes:!1,showCloseButton:!1,showNowButton:!1,showDeselectButton:!1,maxTime:{hour:null,minute:null},minTime:{hour:null,minute:null}},$.extend(this._defaults,this.regional[""]),this.tpDiv=$('<div id="'+this._mainDivId+'" class="ui-timepicker ui-widget ui-helper-clearfix ui-corner-all " style="display: none"></div>')}function extendRemove(a,b){$.extend(a,b);for(var c in b)(null==b[c]||void 0==b[c])&&(a[c]=b[c]);return a}$.extend($.ui,{eotimepicker:{version:"0.3.3"}});var PROP_NAME="eotimepicker",tpuuid=(new Date).getTime();$.extend(eoTimepicker.prototype,{markerClassName:"hasTimepicker",log:function(){this.debug&&console.log.apply("",arguments)},_widgetTimepicker:function(){return this.tpDiv},setDefaults:function(a){return extendRemove(this._defaults,a||{}),this},_attachTimepicker:function(target,settings){var inlineSettings=null;for(var attrName in this._defaults){var attrValue=target.getAttribute("time:"+attrName);if(attrValue){inlineSettings=inlineSettings||{};try{inlineSettings[attrName]=eval(attrValue)}catch(err){inlineSettings[attrName]=attrValue}}}var nodeName=target.nodeName.toLowerCase(),inline="div"==nodeName||"span"==nodeName;target.id||(this.uuid+=1,target.id="tp"+this.uuid);var inst=this._newInst($(target),inline);inst.settings=$.extend({},settings||{},inlineSettings||{}),"input"==nodeName?(this._connectTimepicker(target,inst),this._setTimeFromField(inst)):inline&&this._inlineTimepicker(target,inst)},_newInst:function(a,b){var c=a[0].id.replace(/([^A-Za-z0-9_-])/g,"\\\\$1");return{id:c,input:a,inline:b,tpDiv:b?$('<div class="'+this._inlineClass+' ui-timepicker ui-widget ui-helper-clearfix"></div>'):this.tpDiv}},_connectTimepicker:function(a,b){var c=$(a);b.append=$([]),b.trigger=$([]),c.hasClass(this.markerClassName)||(this._attachments(c,b),c.addClass(this.markerClassName).keydown(this._doKeyDown).keyup(this._doKeyUp).bind("setData.eotimepicker",function(a,c,d){b.settings[c]=d}).bind("getData.eotimepicker",function(a,c){return this._get(b,c)}),$.data(a,PROP_NAME,b))},_getHours:function(a){var b=Array(),c=this._get(a,"hours");for(h=c.starts;h<=c.ends;h++)b.push(h);return b},_getMinutes:function(a){var b=this._get(a,"minutes"),c=Array();for(b.starts||(b.starts=0),b.ends||(b.ends=59),b.manual||(b.manual=[]),m=b.starts;m<=b.ends;m+=b.interval)c.push(m);for(i=0;i<b.manual.length;i++){var d=b.manual[i];"number"!=typeof d||0>d||d>59||$.inArray(d,c)>=0||c.push(d)}return c.sort(function(a,b){return a-b}),c},_modulo:function(a,b){return(a%b+b)%b},_doKeyDown:function(a){var b=$.eotimepicker._getInst(a.target),c=!0;if(b._keyEvent=!0,$.eotimepicker._timepickerShowing){var d=a.ctrlKey||a.metaKey,e=a.shiftKey,f=$.eotimepicker._getHours(b),g=$.eotimepicker._getMinutes(b),h=$.eotimepicker._get(b,"rows"),i=Math.ceil(f.length/h),j=Math.round(g.length/h+.49);switch(a.keyCode){case 9:$.eotimepicker._hideTimepicker(),c=!1;break;case 13:return b.hours=b.hlHours,b.minutes=b.hlMinutes,$.eotimepicker._updateSelectedValue(b),$.eotimepicker._hideTimepicker(),!1;case 27:$.eotimepicker._hideTimepicker();break;case 37:c=d||e,e?$.eotimepicker._moveHighlight(b,-1,"minute"):d&&$.eotimepicker._moveHighlight(b,-1,"hour");break;case 38:c=d||e,e?$.eotimepicker._moveHighlight(b,-j,"minute"):d&&$.eotimepicker._moveHighlight(b,-i,"hour");break;case 39:c=d||e,e?$.eotimepicker._moveHighlight(b,1,"minute"):d&&$.eotimepicker._moveHighlight(b,1,"hour");break;case 40:c=d||e,e?$.eotimepicker._moveHighlight(b,j,"minute"):d&&$.eotimepicker._moveHighlight(b,i,"hour");break;default:c=!1}}else 36==a.keyCode&&a.ctrlKey?$.eotimepicker._showTimepicker(this):c=!1;c&&(a.preventDefault(),a.stopPropagation())},_moveHighlight:function(a,b,c){var d=this._getMinutes(a),e=this._getHours(a),f=this._get(a,"maxTime"),g=this._get(a,"minTime");if("hour"==c.toLowerCase()){var h=$.inArray(a.hlHours,e);a.hlHours=e[this._modulo(h+b,e.length)]}else{var h=$.inArray(a.hlMinutes,d);a.hlMinutes=d[this._modulo(h+b,d.length)]}g.hour&&(a.hlHours=Math.max(a.hlHours,g.hour)),f.hour&&(a.hlHours=Math.min(a.hlHours,f.hour)),g.minute&&a.hlHours<=g.hour&&(a.hlMinutes=Math.max(a.hlMinutes,g.minute)),f.minute&&a.hlHours>=f.hour&&(a.hlMinutes=Math.min(a.hlMinutes,f.minute))},_doKeyUp:function(a){var b=$.eotimepicker._getInst(a.target);$.eotimepicker._setTimeFromField(b),$.eotimepicker._updateTimepicker(b)},_attachments:function(a,b){var c=this._get(b,"appendText"),d=this._get(b,"isRTL");b.append&&b.append.remove(),c&&(b.append=$('<span class="'+this._appendClass+'">'+c+"</span>"),a[d?"before":"after"](b.append)),a.unbind("focus.eotimepicker",this._showTimepicker),a.unbind("click.eotimepicker",this._adjustZIndex),b.trigger&&b.trigger.remove();var e=this._get(b,"showOn");if(("focus"==e||"both"==e)&&(a.bind("focus.eotimepicker",this._showTimepicker),a.bind("click.eotimepicker",this._adjustZIndex)),"button"==e||"both"==e){var f=this._get(b,"button");null==f&&(f=$('<button class="ui-timepicker-trigger" type="button">...</button>'),a.after(f)),$(f).bind("click.eotimepicker",function(){return $.eotimepicker._timepickerShowing&&$.eotimepicker._lastInput==a[0]?$.eotimepicker._hideTimepicker():b.input.is(":disabled")||$.eotimepicker._showTimepicker(a[0]),!1})}},_inlineTimepicker:function(a,b){var c=$(a);c.hasClass(this.markerClassName)||(c.addClass(this.markerClassName).append(b.tpDiv).bind("setData.eotimepicker",function(a,c,d){b.settings[c]=d}).bind("getData.eotimepicker",function(a,c){return this._get(b,c)}),$.data(a,PROP_NAME,b),this._setTimeFromField(b),this._updateTimepicker(b),b.tpDiv.show())},_adjustZIndex:function(a){a=a.target||a;var b=$.eotimepicker._getInst(a);b.tpDiv.css("zIndex",$.eotimepicker._getZIndex(a)+1)},_showTimepicker:function(a){if(a=a.target||a,"input"!=a.nodeName.toLowerCase()&&(a=$("input",a.parentNode)[0]),!$.eotimepicker._isDisabledTimepicker(a)&&$.eotimepicker._lastInput!=a){$.eotimepicker._hideTimepicker();var b=$.eotimepicker._getInst(a);$.eotimepicker._curInst&&$.eotimepicker._curInst!=b&&$.eotimepicker._curInst.tpDiv.stop(!0,!0);var c=$.eotimepicker._get(b,"beforeShow");extendRemove(b.settings,c?c.apply(a,[a,b]):{}),b.lastVal=null,$.eotimepicker._lastInput=a,$.eotimepicker._setTimeFromField(b),b.hlMinutes=b.minutes,b.hlHours=b.hours,$.eotimepicker._inDialog&&(a.value=""),$.eotimepicker._pos||($.eotimepicker._pos=$.eotimepicker._findPos(a),$.eotimepicker._pos[1]+=a.offsetHeight);var d=!1;$(a).parents().each(function(){return d|="fixed"==$(this).css("position"),!d});var e={left:$.eotimepicker._pos[0],top:$.eotimepicker._pos[1]};if($.eotimepicker._pos=null,b.tpDiv.css({position:"absolute",display:"block",top:"-1000px"}),$.eotimepicker._updateTimepicker(b),!b.inline&&"object"==typeof $.ui.position){b.tpDiv.position({of:b.input,my:$.eotimepicker._get(b,"myPosition"),at:$.eotimepicker._get(b,"atPosition"),collision:"flip"});var e=b.tpDiv.offset();$.eotimepicker._pos=[e.top,e.left]}if(b._hoursClicked=!1,b._minutesClicked=!1,e=$.eotimepicker._checkOffset(b,e,d),b.tpDiv.css({position:$.eotimepicker._inDialog&&$.blockUI?"static":d?"fixed":"absolute",display:"none",left:e.left+"px",top:e.top+"px"}),!b.inline){var f=$.eotimepicker._get(b,"showAnim"),g=$.eotimepicker._get(b,"duration"),h=function(){$.eotimepicker._timepickerShowing=!0;var a=$.eotimepicker._getBorders(b.tpDiv);b.tpDiv.find("iframe.ui-timepicker-cover").css({left:-a[0],top:-a[1],width:b.tpDiv.outerWidth(),height:b.tpDiv.outerHeight()})};$.eotimepicker._adjustZIndex(a),$.effects&&$.effects[f]?b.tpDiv.show(f,$.eotimepicker._get(b,"showOptions"),g,h):b.tpDiv.show(f?g:null,h),f&&g||h(),b.input.is(":visible")&&!b.input.is(":disabled")&&b.input.focus(),$.eotimepicker._curInst=b}}},_getZIndex:function(a){for(var b,c,d=$(a),e=0;d.length&&d[0]!==document;)b=d.css("position"),("absolute"===b||"relative"===b||"fixed"===b)&&(c=parseInt(d.css("zIndex"),10),isNaN(c)||0===c||c>e&&(e=c)),d=d.parent();return e},_refreshTimepicker:function(a){var b=this._getInst(a);b&&this._updateTimepicker(b)},_updateTimepicker:function(a){a.tpDiv.empty().append(this._generateHTML(a)),this._rebindDialogEvents(a)},_rebindDialogEvents:function(a){var b=$.eotimepicker._getBorders(a.tpDiv),c=this;a.tpDiv.find("iframe.ui-timepicker-cover").css({left:-b[0],top:-b[1],width:a.tpDiv.outerWidth(),height:a.tpDiv.outerHeight()}).end().find(".ui-timepicker-minute-cell").unbind().bind("click",{fromDoubleClick:!1},$.proxy($.eotimepicker.selectMinutes,this)).bind("dblclick",{fromDoubleClick:!0},$.proxy($.eotimepicker.selectMinutes,this)).end().find(".ui-timepicker-hour-cell").unbind().bind("click",{fromDoubleClick:!1},$.proxy($.eotimepicker.selectHours,this)).bind("dblclick",{fromDoubleClick:!0},$.proxy($.eotimepicker.selectHours,this)).end().find(".ui-timepicker td a").unbind().bind("mouseout",function(){$(this).removeClass("ui-state-hover"),-1!=this.className.indexOf("ui-timepicker-prev")&&$(this).removeClass("ui-timepicker-prev-hover"),-1!=this.className.indexOf("ui-timepicker-next")&&$(this).removeClass("ui-timepicker-next-hover")}).bind("mouseover",function(){c._isDisabledTimepicker(a.inline?a.tpDiv.parent()[0]:a.input[0])||($(this).parents(".ui-timepicker-calendar").find("a").removeClass("ui-state-hover"),$(this).addClass("ui-state-hover"),-1!=this.className.indexOf("ui-timepicker-prev")&&$(this).addClass("ui-timepicker-prev-hover"),-1!=this.className.indexOf("ui-timepicker-next")&&$(this).addClass("ui-timepicker-next-hover"))}).end().find("."+this._dayOverClass+" a").trigger("mouseover").end().find(".ui-timepicker-now").bind("click",function(a){$.eotimepicker.selectNow(a)}).end().find(".ui-timepicker-deselect").bind("click",function(a){$.eotimepicker.deselectTime(a)}).end().find(".ui-timepicker-close").bind("click",function(a){$.eotimepicker._hideTimepicker()}).end()},_generateHTML:function(a){var b,c,d,e=1==this._get(a,"showPeriod"),f=1==this._get(a,"showPeriodLabels"),g=1==this._get(a,"showLeadingZero"),h=1==this._get(a,"showHours"),i=1==this._get(a,"showMinutes"),j=this._get(a,"amPmText"),k=this._get(a,"rows"),l=0,m=0,n=0,o=0,p=0,q=0,r=Array(),s=null,t=0,u=this._get(a,"hourText"),v=this._get(a,"showCloseButton"),w=this._get(a,"closeButtonText"),x=this._get(a,"showNowButton"),y=this._get(a,"nowButtonText"),z=this._get(a,"showDeselectButton"),A=this._get(a,"deselectButtonText"),B=v||x||z;if(r=this._getHours(a),s=Math.ceil(r.length/k),f){for(t=0;t<r.length;t++)r[t]<12?n++:o++;t=0,l=Math.floor(n/r.length*k),m=Math.floor(o/r.length*k),k!=l+m&&(n&&(!o||!l||m&&n/l>=o/m)?l++:m++),p=Math.min(l,1),q=l+1,s=0==l?Math.ceil(o/m):0==m?Math.ceil(n/l):Math.ceil(Math.max(n/l,o/m))}if(d='<table class="ui-timepicker-table ui-widget-content ui-corner-all"><tr>',h){for(d+='<td class="ui-timepicker-hours"><div class="ui-timepicker-title ui-widget-header ui-helper-clearfix ui-corner-all">'+u+'</div><table class="ui-timepicker">',b=1;k>=b;b++){for(d+="<tr>",b==p&&f&&(d+='<th rowspan="'+l.toString()+'" class="periods" scope="row">'+j[0]+"</th>"),b==q&&f&&(d+='<th rowspan="'+m.toString()+'" class="periods" scope="row">'+j[1]+"</th>"),c=1;s>=c;c++)f&&q>b&&r[t]>=12?d+=this._generateHTMLHourCell(a,void 0,e,g):(d+=this._generateHTMLHourCell(a,r[t],e,g),t++);d+="</tr>"}d+="</table></td>"}if(i&&(d+='<td class="ui-timepicker-minutes">',d+=this._generateHTMLMinutes(a),d+="</td>"),d+="</tr>",B){var C='<tr><td colspan="3"><div class="ui-timepicker-buttonpane ui-widget-content">';x&&(C+='<button type="button" class="ui-timepicker-now ui-state-default ui-corner-all" data-timepicker-instance-id="#'+a.id.replace(/\\\\/g,"\\")+'" >'+y+"</button>"),z&&(C+='<button type="button" class="ui-timepicker-deselect ui-state-default ui-corner-all" data-timepicker-instance-id="#'+a.id.replace(/\\\\/g,"\\")+'" >'+A+"</button>"),v&&(C+='<button type="button" class="ui-timepicker-close ui-state-default ui-corner-all" data-timepicker-instance-id="#'+a.id.replace(/\\\\/g,"\\")+'" >'+w+"</button>"),d+=C+"</div></td></tr>"}return d+="</table>"},_updateMinuteDisplay:function(a){var b=this._generateHTMLMinutes(a);a.tpDiv.find("td.ui-timepicker-minutes").html(b),this._rebindDialogEvents(a)},_generateHTMLMinutes:function(a){var b,c,d="",e=this._get(a,"rows"),f=Array(),g=null,h=0,i=1==this._get(a,"showMinutesLeadingZero"),j=this._get(a,"onMinuteShow"),k=this._get(a,"minuteText");if(f=this._getMinutes(a),g=Math.round(f.length/e+.49),j&&0==j.apply(a.input?a.input[0]:null,[a.hours,a.minutes]))for(h=0;h<f.length;h+=1)if(b=f[h],j.apply(a.input?a.input[0]:null,[a.hours,b])){a.minutes=b;break}for(d+='<div class="ui-timepicker-title ui-widget-header ui-helper-clearfix ui-corner-all">'+k+'</div><table class="ui-timepicker">',h=0,c=1;e>=c;c++){for(d+="<tr>";c*g>h;){var b=f[h],l="";void 0!==b&&(l=10>b&&i?"0"+b.toString():b.toString()),d+=this._generateHTMLMinuteCell(a,b,l),h++}d+="</tr>"}return d+="</table>"},_generateHTMLHourCell:function(a,b,c,d){var e=b;b>12&&c&&(e=b-12),0==e&&c&&(e=12),10>e&&d&&(e="0"+e);var f="",g=!0,h=this._get(a,"onHourShow"),i=this._get(a,"maxTime"),j=this._get(a,"minTime");return void 0==b?f='<td><span class="ui-state-default ui-state-disabled"> </span></td>':(h&&(g=h.apply(a.input?a.input[0]:null,[b])),g&&(!isNaN(parseInt(i.hour))&&b>i.hour&&(g=!1),!isNaN(parseInt(j.hour))&&b<j.hour&&(g=!1)),f=g?'<td class="ui-timepicker-hour-cell" data-timepicker-instance-id="#'+a.id.replace(/\\\\/g,"\\")+'" data-hour="'+b.toString()+'"><a href="#" class="ui-state-default '+(b==a.hours?"ui-state-active":"")+" "+(b==a.hlHours?"ui-state-hover":"")+'">'+e.toString()+"</a></td>":'<td><span class="ui-state-default ui-state-disabled '+(b==a.hours?" ui-state-active ":" ")+'">'+e.toString()+"</span></td>")},_generateHTMLMinuteCell:function(a,b,c){var d="",e=!0,f=a.hlHours,g=this._get(a,"onMinuteShow"),h=this._get(a,"maxTime"),i=this._get(a,"minTime");return g&&(e=g.apply(a.input?a.input[0]:null,[a.hours,b])),void 0==b?d='<td><span class="ui-state-default ui-state-disabled"> </span></td>':(e&&null!==f&&(!isNaN(parseInt(h.hour))&&!isNaN(parseInt(h.minute))&&f>=h.hour&&b>h.minute&&(e=!1),!isNaN(parseInt(i.hour))&&!isNaN(parseInt(i.minute))&&f<=i.hour&&b<i.minute&&(e=!1)),d=e?'<td class="ui-timepicker-minute-cell" data-timepicker-instance-id="#'+a.id.replace(/\\\\/g,"\\")+'" data-minute="'+b.toString()+'" ><a href="#" class="ui-state-default '+(b==a.minutes?"ui-state-active":"")+" "+(b==a.hlMinutes?"ui-state-hover":"")+'" >'+c+"</a></td>":'<td><span class="ui-state-default ui-state-disabled" >'+c+"</span></td>")},_destroyTimepicker:function(a){var b=$(a),c=$.data(a,PROP_NAME);if(b.hasClass(this.markerClassName)){var d=a.nodeName.toLowerCase();$.removeData(a,PROP_NAME),"input"==d?(c.append.remove(),c.trigger.remove(),b.removeClass(this.markerClassName).unbind("focus.eotimepicker",this._showTimepicker).unbind("click.eotimepicker",this._adjustZIndex)):("div"==d||"span"==d)&&b.removeClass(this.markerClassName).empty()}},_enableTimepicker:function(a){var b=$(a),c=b.attr("id"),d=$.data(a,PROP_NAME);if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();if("input"==e){a.disabled=!1;var f=this._get(d,"button");$(f).removeClass("ui-state-disabled").disabled=!1,d.trigger.filter("button").each(function(){this.disabled=!1}).end()}else if("div"==e||"span"==e){var g=b.children("."+this._inlineClass);g.children().removeClass("ui-state-disabled"),g.find("button").each(function(){this.disabled=!1})}this._disabledInputs=$.map(this._disabledInputs,function(a){return a==c?null:a})}},_disableTimepicker:function(a){var b=$(a),c=$.data(a,PROP_NAME);if(b.hasClass(this.markerClassName)){var d=a.nodeName.toLowerCase();if("input"==d){var e=this._get(c,"button");$(e).addClass("ui-state-disabled").disabled=!0,a.disabled=!0,c.trigger.filter("button").each(function(){this.disabled=!0}).end()}else if("div"==d||"span"==d){var f=b.children("."+this._inlineClass);f.children().addClass("ui-state-disabled"),f.find("button").each(function(){this.disabled=!0})}this._disabledInputs=$.map(this._disabledInputs,function(b){return b==a?null:b}),this._disabledInputs[this._disabledInputs.length]=b.attr("id")}},_isDisabledTimepicker:function(a){if(!a)return!1;for(var b=0;b<this._disabledInputs.length;b++)if(this._disabledInputs[b]==a)return!0;return!1},_checkOffset:function(a,b,c){var d=a.tpDiv.outerWidth(),e=a.tpDiv.outerHeight(),f=a.input?a.input.outerWidth():0,g=a.input?a.input.outerHeight():0,h=document.documentElement.clientWidth+$(document).scrollLeft(),i=document.documentElement.clientHeight+$(document).scrollTop();return b.left-=this._get(a,"isRTL")?d-f:0,b.left-=c&&b.left==a.input.offset().left?$(document).scrollLeft():0,b.top-=c&&b.top==a.input.offset().top+g?$(document).scrollTop():0,b.left-=Math.min(b.left,b.left+d>h&&h>d?Math.abs(b.left+d-h):0),b.top-=Math.min(b.top,b.top+e>i&&i>e?Math.abs(e+g):0),b},_findPos:function(a){for(var b=this._getInst(a),c=this._get(b,"isRTL");a&&("hidden"==a.type||1!=a.nodeType);)a=a[c?"previousSibling":"nextSibling"];var d=$(a).offset();return[d.left,d.top]},_getBorders:function(a){var b=function(a){return{thin:1,medium:2,thick:3}[a]||a};return[parseFloat(b(a.css("border-left-width"))),parseFloat(b(a.css("border-top-width")))]},_checkExternalClick:function(a){if($.eotimepicker._curInst){var b=$(a.target);b[0].id==$.eotimepicker._mainDivId||0!=b.parents("#"+$.eotimepicker._mainDivId).length||b.hasClass($.eotimepicker.markerClassName)||b.hasClass($.eotimepicker._triggerClass)||!$.eotimepicker._timepickerShowing||$.eotimepicker._inDialog&&$.blockUI||$.eotimepicker._hideTimepicker()}},_hideTimepicker:function(a){var b=this._curInst;if(b&&(!a||b==$.data(a,PROP_NAME))&&this._timepickerShowing){var c=this._get(b,"showAnim"),d=this._get(b,"duration"),e=function(){$.eotimepicker._tidyDialog(b),this._curInst=null};$.effects&&$.effects[c]?b.tpDiv.hide(c,$.eotimepicker._get(b,"showOptions"),d,e):b.tpDiv["slideDown"==c?"slideUp":"fadeIn"==c?"fadeOut":"hide"](c?d:null,e),c||e(),this._timepickerShowing=!1,this._lastInput=null,this._inDialog&&(this._dialogInput.css({position:"absolute",left:"0",top:"-100px"}),$.blockUI&&($.unblockUI(),$("body").append(this.tpDiv))),this._inDialog=!1;var f=this._get(b,"onClose");f&&f.apply(b.input?b.input[0]:null,[b.input?b.input.val():"",b])}},_tidyDialog:function(a){a.tpDiv.removeClass(this._dialogClass).unbind(".ui-timepicker")},_getInst:function(a){try{return $.data(a,PROP_NAME)}catch(b){throw"Missing instance data for this timepicker"}},_get:function(a,b){return void 0!==a.settings[b]?a.settings[b]:this._defaults[b]},_setTimeFromField:function(a){if(a.input.val()!=a.lastVal){var b=this._get(a,"defaultTime"),c="now"==b?this._getCurrentTimeRounded(a):b;if(0==a.inline&&""!=a.input.val()&&(c=a.input.val()),c instanceof Date)a.hours=c.getHours(),a.minutes=c.getMinutes();else{var d=a.lastVal=c;if(""==c)a.hours=-1,a.minutes=-1;else{var e=this.parseTime(a,d);a.hours=e.hours,a.minutes=e.minutes}}$.eotimepicker._updateTimepicker(a)}},_optionTimepicker:function(a,b,c){var d=this._getInst(a);if(2==arguments.length&&"string"==typeof b)return"defaults"==b?$.extend({},$.eotimepicker._defaults):d?"all"==b?$.extend({},d.settings):this._get(d,b):null;var e=b||{};"string"==typeof b&&(e={},e[b]=c),d&&(extendRemove(d.settings,e),this._curInst==d&&(this._hideTimepicker(),this._updateTimepicker(d)),d.inline&&this._updateTimepicker(d))},_setTimeTimepicker:function(a,b){var c=this._getInst(a);c&&(this._setTime(c,b),this._updateTimepicker(c),this._updateAlternate(c,b))},_setTime:function(a,b,c){var d=a.hours,e=a.minutes;if(b instanceof Date)a.hours=b.getHours(),a.minutes=b.getMinutes();else{var b=this.parseTime(a,b);a.hours=b.hours,a.minutes=b.minutes}d==a.hours&&e==a.minutes||c||a.input.trigger("change"),this._updateTimepicker(a),this._updateSelectedValue(a)},_getCurrentTimeRounded:function(a){var b=new Date,c=b.getMinutes(),d=this._get(a,"minutes"),e=Math.round(c/d.interval)*d.interval;return b.setMinutes(e),b},parseTime:function(a,b){var c=new Object;if(c.hours=-1,c.minutes=-1,!b)return"";var d=this._get(a,"timeSeparator"),e=this._get(a,"amPmText"),f=this._get(a,"showHours"),g=this._get(a,"showMinutes"),h=this._get(a,"optionalMinutes"),i=1==this._get(a,"showPeriod"),j=b.indexOf(d);if(-1!=j?(c.hours=parseInt(b.substr(0,j),10),c.minutes=parseInt(b.substr(j+1),10)):!f||g&&!h?!f&&g&&(c.minutes=parseInt(b,10)):c.hours=parseInt(b,10),f){var k=b.toUpperCase();c.hours<12&&i&&-1!=k.indexOf(e[1].toUpperCase())&&(c.hours+=12),12==c.hours&&i&&-1!=k.indexOf(e[0].toUpperCase())&&(c.hours=0)}return c},selectNow:function(a){var b=$(a.target).attr("data-timepicker-instance-id"),c=$(b),d=this._getInst(c[0]),e=new Date;d.hours=e.getHours(),d.minutes=e.getMinutes(),this._updateSelectedValue(d),this._updateTimepicker(d),this._hideTimepicker()},deselectTime:function(a){var b=$(a.target).attr("data-timepicker-instance-id"),c=$(b),d=this._getInst(c[0]);d.hours=-1,d.minutes=-1,this._updateSelectedValue(d),this._hideTimepicker()},selectHours:function(a){var b=$(a.currentTarget),c=b.attr("data-timepicker-instance-id"),d=parseInt(b.attr("data-hour")),e=a.data.fromDoubleClick,f=$(c),g=this._getInst(f[0]),h=1==this._get(g,"showMinutes");if($.eotimepicker._isDisabledTimepicker(f.attr("id")))return!1;b.parents(".ui-timepicker-hours:first").find("a").removeClass("ui-state-active"),b.children("a").addClass("ui-state-active"),g.hours=d;var i=this._get(g,"onMinuteShow"),j=this._get(g,"maxTime"),k=this._get(g,"minTime");return(i||j.minute||k.minute)&&this._updateMinuteDisplay(g),this._updateSelectedValue(g),g._hoursClicked=!0,(g._minutesClicked||e||0==h)&&$.eotimepicker._hideTimepicker(),!1},selectMinutes:function(a){var b=$(a.currentTarget),c=b.attr("data-timepicker-instance-id"),d=parseInt(b.attr("data-minute")),e=a.data.fromDoubleClick,f=$(c),g=this._getInst(f[0]),h=1==this._get(g,"showHours");return $.eotimepicker._isDisabledTimepicker(f.attr("id"))?!1:(b.parents(".ui-timepicker-minutes:first").find("a").removeClass("ui-state-active"),b.children("a").addClass("ui-state-active"),g.minutes=d,this._updateSelectedValue(g),g._minutesClicked=!0,g._hoursClicked||e||0==h?($.eotimepicker._hideTimepicker(),!1):!1)},_updateSelectedValue:function(a){var b=this._getParsedTime(a);a.input&&(a.input.val(b),a.input.trigger("change"));var c=this._get(a,"onSelect");return c&&c.apply(a.input?a.input[0]:null,[b,a]),this._updateAlternate(a,b),b},_getParsedTime:function(a){if(-1==a.hours&&-1==a.minutes)return"";(a.hours<a.hours.starts||a.hours>a.hours.ends)&&(a.hours=0),(a.minutes<a.minutes.starts||a.minutes>a.minutes.ends)&&(a.minutes=0);var b="",c=1==this._get(a,"showPeriod"),d=1==this._get(a,"showLeadingZero"),e=1==this._get(a,"showHours"),f=1==this._get(a,"showMinutes"),g=1==this._get(a,"optionalMinutes"),h=this._get(a,"amPmText"),i=a.hours?a.hours:0,j=a.minutes?a.minutes:0,k=i?i:0,l="";-1==k&&(k=0),-1==j&&(j=0),c&&(0==a.hours&&(k=12),a.hours<12?b=h[0]:(b=h[1],k>12&&(k-=12)));var m=k.toString();d&&10>k&&(m="0"+m);var n=j.toString();return 10>j&&(n="0"+n),e&&(l+=m),!e||!f||g&&0==n||(l+=this._get(a,"timeSeparator")),!f||g&&0==n||(l+=n),e&&b.length>0&&(l+=this._get(a,"periodSeparator")+b),l},_updateAlternate:function(a,b){var c=this._get(a,"altField");c&&$(c).each(function(a,c){$(c).val(b)})},_getTimeAsDateTimepicker:function(a){var b=this._getInst(a);return-1==b.hours&&-1==b.minutes?"":((b.hours<b.hours.starts||b.hours>b.hours.ends)&&(b.hours=0),(b.minutes<b.minutes.starts||b.minutes>b.minutes.ends)&&(b.minutes=0),new Date(0,0,0,b.hours,b.minutes,0))},_getTimeTimepicker:function(a){var b=this._getInst(a);return this._getParsedTime(b)},_getHourTimepicker:function(a){var b=this._getInst(a);return void 0==b?-1:b.hours},_getMinuteTimepicker:function(a){var b=this._getInst(a);return void 0==b?-1:b.minutes}}),$.fn.eotimepicker=function(a){$.eotimepicker.initialized||($(document).mousedown($.eotimepicker._checkExternalClick),$.eotimepicker.initialized=!0),0===$("#"+$.eotimepicker._mainDivId).length&&$("body").append($.eotimepicker.tpDiv);var b=Array.prototype.slice.call(arguments,1);return"string"!=typeof a||"getTime"!=a&&"getTimeAsDate"!=a&&"getHour"!=a&&"getMinute"!=a?"option"==a&&2==arguments.length&&"string"==typeof arguments[1]?$.eotimepicker["_"+a+"Timepicker"].apply($.eotimepicker,[this[0]].concat(b)):this.each(function(){"string"==typeof a?$.eotimepicker["_"+a+"Timepicker"].apply($.eotimepicker,[this].concat(b)):$.eotimepicker._attachTimepicker(this,a)}):$.eotimepicker["_"+a+"Timepicker"].apply($.eotimepicker,[this[0]].concat(b))},$.eotimepicker=new eoTimepicker,$.eotimepicker.initialized=!1,$.eotimepicker.uuid=(new Date).getTime(),$.eotimepicker.version="0.3.3",window["TP_jQuery_"+tpuuid]=$}(jQuery);
|
js/moment.min.js
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
/*! event-organiser 3.7.
|
2 |
(function(a){function b(a,b,c){switch(arguments.length){case 2:return null!=a?a:b;case 3:return null!=a?a:null!=b?b:c;default:throw new Error("Implement me")}}function c(a,b){return Ba.call(a,b)}function d(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1}}function e(a){va.suppressDeprecationWarnings===!1&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+a)}function f(a,b){var c=!0;return o(function(){return c&&(e(a),c=!1),b.apply(this,arguments)},b)}function g(a,b){sb[a]||(e(b),sb[a]=!0)}function h(a,b){return function(c){return r(a.call(this,c),b)}}function i(a,b){return function(c){return this.localeData().ordinal(a.call(this,c),b)}}function j(a,b){var c,d,e=12*(b.year()-a.year())+(b.month()-a.month()),f=a.clone().add(e,"months");return 0>b-f?(c=a.clone().add(e-1,"months"),d=(b-f)/(f-c)):(c=a.clone().add(e+1,"months"),d=(b-f)/(c-f)),-(e+d)}function k(a,b,c){var d;return null==c?b:null!=a.meridiemHour?a.meridiemHour(b,c):null!=a.isPM?(d=a.isPM(c),d&&12>b&&(b+=12),d||12!==b||(b=0),b):b}function l(){}function m(a,b){b!==!1&&H(a),p(this,a),this._d=new Date(+a._d),ub===!1&&(ub=!0,va.updateOffset(this),ub=!1)}function n(a){var b=A(a),c=b.year||0,d=b.quarter||0,e=b.month||0,f=b.week||0,g=b.day||0,h=b.hour||0,i=b.minute||0,j=b.second||0,k=b.millisecond||0;this._milliseconds=+k+1e3*j+6e4*i+36e5*h,this._days=+g+7*f,this._months=+e+3*d+12*c,this._data={},this._locale=va.localeData(),this._bubble()}function o(a,b){for(var d in b)c(b,d)&&(a[d]=b[d]);return c(b,"toString")&&(a.toString=b.toString),c(b,"valueOf")&&(a.valueOf=b.valueOf),a}function p(a,b){var c,d,e;if("undefined"!=typeof b._isAMomentObject&&(a._isAMomentObject=b._isAMomentObject),"undefined"!=typeof b._i&&(a._i=b._i),"undefined"!=typeof b._f&&(a._f=b._f),"undefined"!=typeof b._l&&(a._l=b._l),"undefined"!=typeof b._strict&&(a._strict=b._strict),"undefined"!=typeof b._tzm&&(a._tzm=b._tzm),"undefined"!=typeof b._isUTC&&(a._isUTC=b._isUTC),"undefined"!=typeof b._offset&&(a._offset=b._offset),"undefined"!=typeof b._pf&&(a._pf=b._pf),"undefined"!=typeof b._locale&&(a._locale=b._locale),Ka.length>0)for(c in Ka)d=Ka[c],e=b[d],"undefined"!=typeof e&&(a[d]=e);return a}function q(a){return 0>a?Math.ceil(a):Math.floor(a)}function r(a,b,c){for(var d=""+Math.abs(a),e=a>=0;d.length<b;)d="0"+d;return(e?c?"+":"":"-")+d}function s(a,b){var c={milliseconds:0,months:0};return c.months=b.month()-a.month()+12*(b.year()-a.year()),a.clone().add(c.months,"M").isAfter(b)&&--c.months,c.milliseconds=+b-+a.clone().add(c.months,"M"),c}function t(a,b){var c;return b=M(b,a),a.isBefore(b)?c=s(a,b):(c=s(b,a),c.milliseconds=-c.milliseconds,c.months=-c.months),c}function u(a,b){return function(c,d){var e,f;return null===d||isNaN(+d)||(g(b,"moment()."+b+"(period, number) is deprecated. Please use moment()."+b+"(number, period)."),f=c,c=d,d=f),c="string"==typeof c?+c:c,e=va.duration(c,d),v(this,e,a),this}}function v(a,b,c,d){var e=b._milliseconds,f=b._days,g=b._months;d=null==d?!0:d,e&&a._d.setTime(+a._d+e*c),f&&pa(a,"Date",oa(a,"Date")+f*c),g&&na(a,oa(a,"Month")+g*c),d&&va.updateOffset(a,f||g)}function w(a){return"[object Array]"===Object.prototype.toString.call(a)}function x(a){return"[object Date]"===Object.prototype.toString.call(a)||a instanceof Date}function y(a,b,c){var d,e=Math.min(a.length,b.length),f=Math.abs(a.length-b.length),g=0;for(d=0;e>d;d++)(c&&a[d]!==b[d]||!c&&C(a[d])!==C(b[d]))&&g++;return g+f}function z(a){if(a){var b=a.toLowerCase().replace(/(.)s$/,"$1");a=lb[a]||mb[b]||b}return a}function A(a){var b,d,e={};for(d in a)c(a,d)&&(b=z(d),b&&(e[b]=a[d]));return e}function B(b){var c,d;if(0===b.indexOf("week"))c=7,d="day";else{if(0!==b.indexOf("month"))return;c=12,d="month"}va[b]=function(e,f){var g,h,i=va._locale[b],j=[];if("number"==typeof e&&(f=e,e=a),h=function(a){var b=va().utc().set(d,a);return i.call(va._locale,b,e||"")},null!=f)return h(f);for(g=0;c>g;g++)j.push(h(g));return j}}function C(a){var b=+a,c=0;return 0!==b&&isFinite(b)&&(c=b>=0?Math.floor(b):Math.ceil(b)),c}function D(a,b){return new Date(Date.UTC(a,b+1,0)).getUTCDate()}function E(a,b,c){return ja(va([a,11,31+b-c]),b,c).week}function F(a){return G(a)?366:365}function G(a){return a%4===0&&a%100!==0||a%400===0}function H(a){var b;a._a&&-2===a._pf.overflow&&(b=a._a[Da]<0||a._a[Da]>11?Da:a._a[Ea]<1||a._a[Ea]>D(a._a[Ca],a._a[Da])?Ea:a._a[Fa]<0||a._a[Fa]>24||24===a._a[Fa]&&(0!==a._a[Ga]||0!==a._a[Ha]||0!==a._a[Ia])?Fa:a._a[Ga]<0||a._a[Ga]>59?Ga:a._a[Ha]<0||a._a[Ha]>59?Ha:a._a[Ia]<0||a._a[Ia]>999?Ia:-1,a._pf._overflowDayOfYear&&(Ca>b||b>Ea)&&(b=Ea),a._pf.overflow=b)}function I(b){return null==b._isValid&&(b._isValid=!isNaN(b._d.getTime())&&b._pf.overflow<0&&!b._pf.empty&&!b._pf.invalidMonth&&!b._pf.nullInput&&!b._pf.invalidFormat&&!b._pf.userInvalidated,b._strict&&(b._isValid=b._isValid&&0===b._pf.charsLeftOver&&0===b._pf.unusedTokens.length&&b._pf.bigHour===a)),b._isValid}function J(a){return a?a.toLowerCase().replace("_","-"):a}function K(a){for(var b,c,d,e,f=0;f<a.length;){for(e=J(a[f]).split("-"),b=e.length,c=J(a[f+1]),c=c?c.split("-"):null;b>0;){if(d=L(e.slice(0,b).join("-")))return d;if(c&&c.length>=b&&y(e,c,!0)>=b-1)break;b--}f++}return null}function L(a){var b=null;if(!Ja[a]&&La)try{b=va.locale(),require("./locale/"+a),va.locale(b)}catch(c){}return Ja[a]}function M(a,b){var c,d;return b._isUTC?(c=b.clone(),d=(va.isMoment(a)||x(a)?+a:+va(a))-+c,c._d.setTime(+c._d+d),va.updateOffset(c,!1),c):va(a).local()}function N(a){return a.match(/\[[\s\S]/)?a.replace(/^\[|\]$/g,""):a.replace(/\\/g,"")}function O(a){var b,c,d=a.match(Pa);for(b=0,c=d.length;c>b;b++)rb[d[b]]?d[b]=rb[d[b]]:d[b]=N(d[b]);return function(e){var f="";for(b=0;c>b;b++)f+=d[b]instanceof Function?d[b].call(e,a):d[b];return f}}function P(a,b){return a.isValid()?(b=Q(b,a.localeData()),nb[b]||(nb[b]=O(b)),nb[b](a)):a.localeData().invalidDate()}function Q(a,b){function c(a){return b.longDateFormat(a)||a}var d=5;for(Qa.lastIndex=0;d>=0&&Qa.test(a);)a=a.replace(Qa,c),Qa.lastIndex=0,d-=1;return a}function R(a,b){var c,d=b._strict;switch(a){case"Q":return _a;case"DDDD":return bb;case"YYYY":case"GGGG":case"gggg":return d?cb:Ta;case"Y":case"G":case"g":return eb;case"YYYYYY":case"YYYYY":case"GGGGG":case"ggggg":return d?db:Ua;case"S":if(d)return _a;case"SS":if(d)return ab;case"SSS":if(d)return bb;case"DDD":return Sa;case"MMM":case"MMMM":case"dd":case"ddd":case"dddd":return Wa;case"a":case"A":return b._locale._meridiemParse;case"x":return Za;case"X":return $a;case"Z":case"ZZ":return Xa;case"T":return Ya;case"SSSS":return Va;case"MM":case"DD":case"YY":case"GG":case"gg":case"HH":case"hh":case"mm":case"ss":case"ww":case"WW":return d?ab:Ra;case"M":case"D":case"d":case"H":case"h":case"m":case"s":case"w":case"W":case"e":case"E":return Ra;case"Do":return d?b._locale._ordinalParse:b._locale._ordinalParseLenient;default:return c=new RegExp($(Z(a.replace("\\","")),"i"))}}function S(a){a=a||"";var b=a.match(Xa)||[],c=b[b.length-1]||[],d=(c+"").match(jb)||["-",0,0],e=+(60*d[1])+C(d[2]);return"+"===d[0]?e:-e}function T(a,b,c){var d,e=c._a;switch(a){case"Q":null!=b&&(e[Da]=3*(C(b)-1));break;case"M":case"MM":null!=b&&(e[Da]=C(b)-1);break;case"MMM":case"MMMM":d=c._locale.monthsParse(b,a,c._strict),null!=d?e[Da]=d:c._pf.invalidMonth=b;break;case"D":case"DD":null!=b&&(e[Ea]=C(b));break;case"Do":null!=b&&(e[Ea]=C(parseInt(b.match(/\d{1,2}/)[0],10)));break;case"DDD":case"DDDD":null!=b&&(c._dayOfYear=C(b));break;case"YY":e[Ca]=va.parseTwoDigitYear(b);break;case"YYYY":case"YYYYY":case"YYYYYY":e[Ca]=C(b);break;case"a":case"A":c._meridiem=b;break;case"h":case"hh":c._pf.bigHour=!0;case"H":case"HH":e[Fa]=C(b);break;case"m":case"mm":e[Ga]=C(b);break;case"s":case"ss":e[Ha]=C(b);break;case"S":case"SS":case"SSS":case"SSSS":e[Ia]=C(1e3*("0."+b));break;case"x":c._d=new Date(C(b));break;case"X":c._d=new Date(1e3*parseFloat(b));break;case"Z":case"ZZ":c._useUTC=!0,c._tzm=S(b);break;case"dd":case"ddd":case"dddd":d=c._locale.weekdaysParse(b),null!=d?(c._w=c._w||{},c._w.d=d):c._pf.invalidWeekday=b;break;case"w":case"ww":case"W":case"WW":case"d":case"e":case"E":a=a.substr(0,1);case"gggg":case"GGGG":case"GGGGG":a=a.substr(0,2),b&&(c._w=c._w||{},c._w[a]=C(b));break;case"gg":case"GG":c._w=c._w||{},c._w[a]=va.parseTwoDigitYear(b)}}function U(a){var c,d,e,f,g,h,i;c=a._w,null!=c.GG||null!=c.W||null!=c.E?(g=1,h=4,d=b(c.GG,a._a[Ca],ja(va(),1,4).year),e=b(c.W,1),f=b(c.E,1)):(g=a._locale._week.dow,h=a._locale._week.doy,d=b(c.gg,a._a[Ca],ja(va(),g,h).year),e=b(c.w,1),null!=c.d?(f=c.d,g>f&&++e):f=null!=c.e?c.e+g:g),i=ka(d,e,f,h,g),a._a[Ca]=i.year,a._dayOfYear=i.dayOfYear}function V(a){var c,d,e,f,g=[];if(!a._d){for(e=X(a),a._w&&null==a._a[Ea]&&null==a._a[Da]&&U(a),a._dayOfYear&&(f=b(a._a[Ca],e[Ca]),a._dayOfYear>F(f)&&(a._pf._overflowDayOfYear=!0),d=fa(f,0,a._dayOfYear),a._a[Da]=d.getUTCMonth(),a._a[Ea]=d.getUTCDate()),c=0;3>c&&null==a._a[c];++c)a._a[c]=g[c]=e[c];for(;7>c;c++)a._a[c]=g[c]=null==a._a[c]?2===c?1:0:a._a[c];24===a._a[Fa]&&0===a._a[Ga]&&0===a._a[Ha]&&0===a._a[Ia]&&(a._nextDay=!0,a._a[Fa]=0),a._d=(a._useUTC?fa:ea).apply(null,g),null!=a._tzm&&a._d.setUTCMinutes(a._d.getUTCMinutes()-a._tzm),a._nextDay&&(a._a[Fa]=24)}}function W(a){var b;a._d||(b=A(a._i),a._a=[b.year,b.month,b.day||b.date,b.hour,b.minute,b.second,b.millisecond],V(a))}function X(a){var b=new Date;return a._useUTC?[b.getUTCFullYear(),b.getUTCMonth(),b.getUTCDate()]:[b.getFullYear(),b.getMonth(),b.getDate()]}function Y(b){if(b._f===va.ISO_8601)return void aa(b);b._a=[],b._pf.empty=!0;var c,d,e,f,g,h=""+b._i,i=h.length,j=0;for(e=Q(b._f,b._locale).match(Pa)||[],c=0;c<e.length;c++)f=e[c],d=(h.match(R(f,b))||[])[0],d&&(g=h.substr(0,h.indexOf(d)),g.length>0&&b._pf.unusedInput.push(g),h=h.slice(h.indexOf(d)+d.length),j+=d.length),rb[f]?(d?b._pf.empty=!1:b._pf.unusedTokens.push(f),T(f,d,b)):b._strict&&!d&&b._pf.unusedTokens.push(f);b._pf.charsLeftOver=i-j,h.length>0&&b._pf.unusedInput.push(h),b._pf.bigHour===!0&&b._a[Fa]<=12&&(b._pf.bigHour=a),b._a[Fa]=k(b._locale,b._a[Fa],b._meridiem),V(b),H(b)}function Z(a){return a.replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(a,b,c,d,e){return b||c||d||e})}function $(a){return a.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function _(a){var b,c,e,f,g;if(0===a._f.length)return a._pf.invalidFormat=!0,void(a._d=new Date(NaN));for(f=0;f<a._f.length;f++)g=0,b=p({},a),null!=a._useUTC&&(b._useUTC=a._useUTC),b._pf=d(),b._f=a._f[f],Y(b),I(b)&&(g+=b._pf.charsLeftOver,g+=10*b._pf.unusedTokens.length,b._pf.score=g,(null==e||e>g)&&(e=g,c=b));o(a,c||b)}function aa(a){var b,c,d=a._i,e=fb.exec(d);if(e){for(a._pf.iso=!0,b=0,c=hb.length;c>b;b++)if(hb[b][1].exec(d)){a._f=hb[b][0]+(e[6]||" ");break}for(b=0,c=ib.length;c>b;b++)if(ib[b][1].exec(d)){a._f+=ib[b][0];break}d.match(Xa)&&(a._f+="Z"),Y(a)}else a._isValid=!1}function ba(a){aa(a),a._isValid===!1&&(delete a._isValid,va.createFromInputFallback(a))}function ca(a,b){var c,d=[];for(c=0;c<a.length;++c)d.push(b(a[c],c));return d}function da(b){var c,d=b._i;d===a?b._d=new Date:x(d)?b._d=new Date(+d):null!==(c=Ma.exec(d))?b._d=new Date(+c[1]):"string"==typeof d?ba(b):w(d)?(b._a=ca(d.slice(0),function(a){return parseInt(a,10)}),V(b)):"object"==typeof d?W(b):"number"==typeof d?b._d=new Date(d):va.createFromInputFallback(b)}function ea(a,b,c,d,e,f,g){var h=new Date(a,b,c,d,e,f,g);return 1970>a&&h.setFullYear(a),h}function fa(a){var b=new Date(Date.UTC.apply(null,arguments));return 1970>a&&b.setUTCFullYear(a),b}function ga(a,b){if("string"==typeof a)if(isNaN(a)){if(a=b.weekdaysParse(a),"number"!=typeof a)return null}else a=parseInt(a,10);return a}function ha(a,b,c,d,e){return e.relativeTime(b||1,!!c,a,d)}function ia(a,b,c){var d=va.duration(a).abs(),e=Aa(d.as("s")),f=Aa(d.as("m")),g=Aa(d.as("h")),h=Aa(d.as("d")),i=Aa(d.as("M")),j=Aa(d.as("y")),k=e<ob.s&&["s",e]||1===f&&["m"]||f<ob.m&&["mm",f]||1===g&&["h"]||g<ob.h&&["hh",g]||1===h&&["d"]||h<ob.d&&["dd",h]||1===i&&["M"]||i<ob.M&&["MM",i]||1===j&&["y"]||["yy",j];return k[2]=b,k[3]=+a>0,k[4]=c,ha.apply({},k)}function ja(a,b,c){var d,e=c-b,f=c-a.day();return f>e&&(f-=7),e-7>f&&(f+=7),d=va(a).add(f,"d"),{week:Math.ceil(d.dayOfYear()/7),year:d.year()}}function ka(a,b,c,d,e){var f,g,h=fa(a,0,1).getUTCDay();return h=0===h?7:h,c=null!=c?c:e,f=e-h+(h>d?7:0)-(e>h?7:0),g=7*(b-1)+(c-e)+f+1,{year:g>0?a:a-1,dayOfYear:g>0?g:F(a-1)+g}}function la(b){var c,d=b._i,e=b._f;return b._locale=b._locale||va.localeData(b._l),null===d||e===a&&""===d?va.invalid({nullInput:!0}):("string"==typeof d&&(b._i=d=b._locale.preparse(d)),va.isMoment(d)?new m(d,!0):(e?w(e)?_(b):Y(b):da(b),c=new m(b),c._nextDay&&(c.add(1,"d"),c._nextDay=a),c))}function ma(a,b){var c,d;if(1===b.length&&w(b[0])&&(b=b[0]),!b.length)return va();for(c=b[0],d=1;d<b.length;++d)b[d][a](c)&&(c=b[d]);return c}function na(a,b){var c;return"string"==typeof b&&(b=a.localeData().monthsParse(b),"number"!=typeof b)?a:(c=Math.min(a.date(),D(a.year(),b)),a._d["set"+(a._isUTC?"UTC":"")+"Month"](b,c),a)}function oa(a,b){return a._d["get"+(a._isUTC?"UTC":"")+b]()}function pa(a,b,c){return"Month"===b?na(a,c):a._d["set"+(a._isUTC?"UTC":"")+b](c)}function qa(a,b){return function(c){return null!=c?(pa(this,a,c),va.updateOffset(this,b),this):oa(this,a)}}function ra(a){return 400*a/146097}function sa(a){return 146097*a/400}function ta(a){va.duration.fn[a]=function(){return this._data[a]}}function ua(a){"undefined"==typeof ender&&(wa=za.moment,a?za.moment=f("Accessing Moment through the global scope is deprecated, and will be removed in an upcoming release.",va):za.moment=va)}for(var va,wa,xa,ya="2.9.0",za="undefined"==typeof global||"undefined"!=typeof window&&window!==global.window?this:global,Aa=Math.round,Ba=Object.prototype.hasOwnProperty,Ca=0,Da=1,Ea=2,Fa=3,Ga=4,Ha=5,Ia=6,Ja={},Ka=[],La="undefined"!=typeof module&&module&&module.exports,Ma=/^\/?Date\((\-?\d+)/i,Na=/(\-)?(?:(\d*)\.)?(\d+)\:(\d+)(?:\:(\d+)\.?(\d{3})?)?/,Oa=/^(-)?P(?:(?:([0-9,.]*)Y)?(?:([0-9,.]*)M)?(?:([0-9,.]*)D)?(?:T(?:([0-9,.]*)H)?(?:([0-9,.]*)M)?(?:([0-9,.]*)S)?)?|([0-9,.]*)W)$/,Pa=/(\[[^\[]*\])|(\\)?(Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Q|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|mm?|ss?|S{1,4}|x|X|zz?|ZZ?|.)/g,Qa=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,Ra=/\d\d?/,Sa=/\d{1,3}/,Ta=/\d{1,4}/,Ua=/[+\-]?\d{1,6}/,Va=/\d+/,Wa=/[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\/]+(\s*?[\u0600-\u06FF]+){1,2}/i,Xa=/Z|[\+\-]\d\d:?\d\d/gi,Ya=/T/i,Za=/[\+\-]?\d+/,$a=/[\+\-]?\d+(\.\d{1,3})?/,_a=/\d/,ab=/\d\d/,bb=/\d{3}/,cb=/\d{4}/,db=/[+-]?\d{6}/,eb=/[+-]?\d+/,fb=/^\s*(?:[+-]\d{6}|\d{4})-(?:(\d\d-\d\d)|(W\d\d$)|(W\d\d-\d)|(\d\d\d))((T| )(\d\d(:\d\d(:\d\d(\.\d+)?)?)?)?([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,gb="YYYY-MM-DDTHH:mm:ssZ",hb=[["YYYYYY-MM-DD",/[+-]\d{6}-\d{2}-\d{2}/],["YYYY-MM-DD",/\d{4}-\d{2}-\d{2}/],["GGGG-[W]WW-E",/\d{4}-W\d{2}-\d/],["GGGG-[W]WW",/\d{4}-W\d{2}/],["YYYY-DDD",/\d{4}-\d{3}/]],ib=[["HH:mm:ss.SSSS",/(T| )\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss",/(T| )\d\d:\d\d:\d\d/],["HH:mm",/(T| )\d\d:\d\d/],["HH",/(T| )\d\d/]],jb=/([\+\-]|\d\d)/gi,kb=("Date|Hours|Minutes|Seconds|Milliseconds".split("|"),{Milliseconds:1,Seconds:1e3,Minutes:6e4,Hours:36e5,Days:864e5,Months:2592e6,Years:31536e6}),lb={ms:"millisecond",s:"second",m:"minute",h:"hour",d:"day",D:"date",w:"week",W:"isoWeek",M:"month",Q:"quarter",y:"year",DDD:"dayOfYear",e:"weekday",E:"isoWeekday",gg:"weekYear",GG:"isoWeekYear"},mb={dayofyear:"dayOfYear",isoweekday:"isoWeekday",isoweek:"isoWeek",weekyear:"weekYear",isoweekyear:"isoWeekYear"},nb={},ob={s:45,m:45,h:22,d:26,M:11},pb="DDD w W M D d".split(" "),qb="M D H h m s w W".split(" "),rb={M:function(){return this.month()+1},MMM:function(a){return this.localeData().monthsShort(this,a)},MMMM:function(a){return this.localeData().months(this,a)},D:function(){return this.date()},DDD:function(){return this.dayOfYear()},d:function(){return this.day()},dd:function(a){return this.localeData().weekdaysMin(this,a)},ddd:function(a){return this.localeData().weekdaysShort(this,a)},dddd:function(a){return this.localeData().weekdays(this,a)},w:function(){return this.week()},W:function(){return this.isoWeek()},YY:function(){return r(this.year()%100,2)},YYYY:function(){return r(this.year(),4)},YYYYY:function(){return r(this.year(),5)},YYYYYY:function(){var a=this.year(),b=a>=0?"+":"-";return b+r(Math.abs(a),6)},gg:function(){return r(this.weekYear()%100,2)},gggg:function(){return r(this.weekYear(),4)},ggggg:function(){return r(this.weekYear(),5)},GG:function(){return r(this.isoWeekYear()%100,2)},GGGG:function(){return r(this.isoWeekYear(),4)},GGGGG:function(){return r(this.isoWeekYear(),5)},e:function(){return this.weekday()},E:function(){return this.isoWeekday()},a:function(){return this.localeData().meridiem(this.hours(),this.minutes(),!0)},A:function(){return this.localeData().meridiem(this.hours(),this.minutes(),!1)},H:function(){return this.hours()},h:function(){return this.hours()%12||12},m:function(){return this.minutes()},s:function(){return this.seconds()},S:function(){return C(this.milliseconds()/100)},SS:function(){return r(C(this.milliseconds()/10),2)},SSS:function(){return r(this.milliseconds(),3)},SSSS:function(){return r(this.milliseconds(),3)},Z:function(){var a=this.utcOffset(),b="+";return 0>a&&(a=-a,b="-"),b+r(C(a/60),2)+":"+r(C(a)%60,2)},ZZ:function(){var a=this.utcOffset(),b="+";return 0>a&&(a=-a,b="-"),b+r(C(a/60),2)+r(C(a)%60,2)},z:function(){return this.zoneAbbr()},zz:function(){return this.zoneName()},x:function(){return this.valueOf()},X:function(){return this.unix()},Q:function(){return this.quarter()}},sb={},tb=["months","monthsShort","weekdays","weekdaysShort","weekdaysMin"],ub=!1;pb.length;)xa=pb.pop(),rb[xa+"o"]=i(rb[xa],xa);for(;qb.length;)xa=qb.pop(),rb[xa+xa]=h(rb[xa],2);rb.DDDD=h(rb.DDD,3),o(l.prototype,{set:function(a){var b,c;for(c in a)b=a[c],"function"==typeof b?this[c]=b:this["_"+c]=b;this._ordinalParseLenient=new RegExp(this._ordinalParse.source+"|"+/\d{1,2}/.source)},_months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),months:function(a){return this._months[a.month()]},_monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),monthsShort:function(a){return this._monthsShort[a.month()]},monthsParse:function(a,b,c){var d,e,f;for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),d=0;12>d;d++){if(e=va.utc([2e3,d]),c&&!this._longMonthsParse[d]&&(this._longMonthsParse[d]=new RegExp("^"+this.months(e,"").replace(".","")+"$","i"),this._shortMonthsParse[d]=new RegExp("^"+this.monthsShort(e,"").replace(".","")+"$","i")),c||this._monthsParse[d]||(f="^"+this.months(e,"")+"|^"+this.monthsShort(e,""),this._monthsParse[d]=new RegExp(f.replace(".",""),"i")),c&&"MMMM"===b&&this._longMonthsParse[d].test(a))return d;if(c&&"MMM"===b&&this._shortMonthsParse[d].test(a))return d;if(!c&&this._monthsParse[d].test(a))return d}},_weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdays:function(a){return this._weekdays[a.day()]},_weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysShort:function(a){return this._weekdaysShort[a.day()]},_weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),weekdaysMin:function(a){return this._weekdaysMin[a.day()]},weekdaysParse:function(a){var b,c,d;for(this._weekdaysParse||(this._weekdaysParse=[]),b=0;7>b;b++)if(this._weekdaysParse[b]||(c=va([2e3,1]).day(b),d="^"+this.weekdays(c,"")+"|^"+this.weekdaysShort(c,"")+"|^"+this.weekdaysMin(c,""),this._weekdaysParse[b]=new RegExp(d.replace(".",""),"i")),this._weekdaysParse[b].test(a))return b},_longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY LT",LLLL:"dddd, MMMM D, YYYY LT"},longDateFormat:function(a){var b=this._longDateFormat[a];return!b&&this._longDateFormat[a.toUpperCase()]&&(b=this._longDateFormat[a.toUpperCase()].replace(/MMMM|MM|DD|dddd/g,function(a){return a.slice(1)}),this._longDateFormat[a]=b),b},isPM:function(a){return"p"===(a+"").toLowerCase().charAt(0)},_meridiemParse:/[ap]\.?m?\.?/i,meridiem:function(a,b,c){return a>11?c?"pm":"PM":c?"am":"AM"},_calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},calendar:function(a,b,c){var d=this._calendar[a];return"function"==typeof d?d.apply(b,[c]):d},_relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},relativeTime:function(a,b,c,d){var e=this._relativeTime[c];return"function"==typeof e?e(a,b,c,d):e.replace(/%d/i,a)},pastFuture:function(a,b){var c=this._relativeTime[a>0?"future":"past"];return"function"==typeof c?c(b):c.replace(/%s/i,b)},ordinal:function(a){return this._ordinal.replace("%d",a)},_ordinal:"%d",_ordinalParse:/\d{1,2}/,preparse:function(a){return a},postformat:function(a){return a},week:function(a){return ja(a,this._week.dow,this._week.doy).week},_week:{dow:0,doy:6},firstDayOfWeek:function(){return this._week.dow},firstDayOfYear:function(){return this._week.doy},_invalidDate:"Invalid date",invalidDate:function(){return this._invalidDate}}),va=function(b,c,e,f){var g;return"boolean"==typeof e&&(f=e,e=a),g={},g._isAMomentObject=!0,g._i=b,g._f=c,g._l=e,g._strict=f,g._isUTC=!1,g._pf=d(),la(g)},va.suppressDeprecationWarnings=!1,va.createFromInputFallback=f("moment construction falls back to js Date. This is discouraged and will be removed in upcoming major release. Please refer to https://github.com/moment/moment/issues/1407 for more info.",function(a){a._d=new Date(a._i+(a._useUTC?" UTC":""))}),va.min=function(){var a=[].slice.call(arguments,0);return ma("isBefore",a)},va.max=function(){var a=[].slice.call(arguments,0);return ma("isAfter",a)},va.utc=function(b,c,e,f){var g;return"boolean"==typeof e&&(f=e,e=a),g={},g._isAMomentObject=!0,g._useUTC=!0,g._isUTC=!0,g._l=e,g._i=b,g._f=c,g._strict=f,g._pf=d(),la(g).utc()},va.unix=function(a){return va(1e3*a)},va.duration=function(a,b){var d,e,f,g,h=a,i=null;return va.isDuration(a)?h={ms:a._milliseconds,d:a._days,M:a._months}:"number"==typeof a?(h={},b?h[b]=a:h.milliseconds=a):(i=Na.exec(a))?(d="-"===i[1]?-1:1,h={y:0,d:C(i[Ea])*d,h:C(i[Fa])*d,m:C(i[Ga])*d,s:C(i[Ha])*d,ms:C(i[Ia])*d}):(i=Oa.exec(a))?(d="-"===i[1]?-1:1,f=function(a){var b=a&&parseFloat(a.replace(",","."));return(isNaN(b)?0:b)*d},h={y:f(i[2]),M:f(i[3]),d:f(i[4]),h:f(i[5]),m:f(i[6]),s:f(i[7]),w:f(i[8])}):null==h?h={}:"object"==typeof h&&("from"in h||"to"in h)&&(g=t(va(h.from),va(h.to)),h={},h.ms=g.milliseconds,h.M=g.months),e=new n(h),va.isDuration(a)&&c(a,"_locale")&&(e._locale=a._locale),e},va.version=ya,va.defaultFormat=gb,va.ISO_8601=function(){},va.momentProperties=Ka,va.updateOffset=function(){},va.relativeTimeThreshold=function(b,c){return ob[b]===a?!1:c===a?ob[b]:(ob[b]=c,!0)},va.lang=f("moment.lang is deprecated. Use moment.locale instead.",function(a,b){return va.locale(a,b)}),va.locale=function(a,b){var c;return a&&(c="undefined"!=typeof b?va.defineLocale(a,b):va.localeData(a),c&&(va.duration._locale=va._locale=c)),va._locale._abbr},va.defineLocale=function(a,b){return null!==b?(b.abbr=a,Ja[a]||(Ja[a]=new l),Ja[a].set(b),va.locale(a),Ja[a]):(delete Ja[a],null)},va.langData=f("moment.langData is deprecated. Use moment.localeData instead.",function(a){return va.localeData(a)}),va.localeData=function(a){var b;if(a&&a._locale&&a._locale._abbr&&(a=a._locale._abbr),!a)return va._locale;if(!w(a)){if(b=L(a))return b;a=[a]}return K(a)},va.isMoment=function(a){return a instanceof m||null!=a&&c(a,"_isAMomentObject")},va.isDuration=function(a){return a instanceof n};for(xa=tb.length-1;xa>=0;--xa)B(tb[xa]);va.normalizeUnits=function(a){return z(a)},va.invalid=function(a){var b=va.utc(NaN);return null!=a?o(b._pf,a):b._pf.userInvalidated=!0,b},va.parseZone=function(){return va.apply(null,arguments).parseZone()},va.parseTwoDigitYear=function(a){return C(a)+(C(a)>68?1900:2e3)},va.isDate=x,o(va.fn=m.prototype,{clone:function(){return va(this)},valueOf:function(){return+this._d-6e4*(this._offset||0)},unix:function(){return Math.floor(+this/1e3)},toString:function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},toDate:function(){return this._offset?new Date(+this):this._d},toISOString:function(){var a=va(this).utc();return 0<a.year()&&a.year()<=9999?"function"==typeof Date.prototype.toISOString?this.toDate().toISOString():P(a,"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]"):P(a,"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]")},toArray:function(){var a=this;return[a.year(),a.month(),a.date(),a.hours(),a.minutes(),a.seconds(),a.milliseconds()]},isValid:function(){return I(this)},isDSTShifted:function(){return this._a?this.isValid()&&y(this._a,(this._isUTC?va.utc(this._a):va(this._a)).toArray())>0:!1},parsingFlags:function(){return o({},this._pf)},invalidAt:function(){return this._pf.overflow},utc:function(a){return this.utcOffset(0,a)},local:function(a){return this._isUTC&&(this.utcOffset(0,a),this._isUTC=!1,a&&this.subtract(this._dateUtcOffset(),"m")),this},format:function(a){var b=P(this,a||va.defaultFormat);return this.localeData().postformat(b)},add:u(1,"add"),subtract:u(-1,"subtract"),diff:function(a,b,c){var d,e,f=M(a,this),g=6e4*(f.utcOffset()-this.utcOffset());return b=z(b),"year"===b||"month"===b||"quarter"===b?(e=j(this,f),"quarter"===b?e/=3:"year"===b&&(e/=12)):(d=this-f,e="second"===b?d/1e3:"minute"===b?d/6e4:"hour"===b?d/36e5:"day"===b?(d-g)/864e5:"week"===b?(d-g)/6048e5:d),c?e:q(e)},from:function(a,b){return va.duration({to:this,from:a}).locale(this.locale()).humanize(!b)},fromNow:function(a){return this.from(va(),a)},calendar:function(a){var b=a||va(),c=M(b,this).startOf("day"),d=this.diff(c,"days",!0),e=-6>d?"sameElse":-1>d?"lastWeek":0>d?"lastDay":1>d?"sameDay":2>d?"nextDay":7>d?"nextWeek":"sameElse";return this.format(this.localeData().calendar(e,this,va(b)))},isLeapYear:function(){return G(this.year())},isDST:function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},day:function(a){var b=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=a?(a=ga(a,this.localeData()),this.add(a-b,"d")):b},month:qa("Month",!0),startOf:function(a){switch(a=z(a)){case"year":this.month(0);case"quarter":case"month":this.date(1);case"week":case"isoWeek":case"day":this.hours(0);case"hour":this.minutes(0);case"minute":this.seconds(0);case"second":this.milliseconds(0)}return"week"===a?this.weekday(0):"isoWeek"===a&&this.isoWeekday(1),"quarter"===a&&this.month(3*Math.floor(this.month()/3)),this},endOf:function(b){return b=z(b),b===a||"millisecond"===b?this:this.startOf(b).add(1,"isoWeek"===b?"week":b).subtract(1,"ms")},isAfter:function(a,b){var c;return b=z("undefined"!=typeof b?b:"millisecond"),"millisecond"===b?(a=va.isMoment(a)?a:va(a),+this>+a):(c=va.isMoment(a)?+a:+va(a),c<+this.clone().startOf(b))},isBefore:function(a,b){var c;return b=z("undefined"!=typeof b?b:"millisecond"),"millisecond"===b?(a=va.isMoment(a)?a:va(a),+a>+this):(c=va.isMoment(a)?+a:+va(a),+this.clone().endOf(b)<c)},isBetween:function(a,b,c){return this.isAfter(a,c)&&this.isBefore(b,c)},isSame:function(a,b){var c;return b=z(b||"millisecond"),"millisecond"===b?(a=va.isMoment(a)?a:va(a),+this===+a):(c=+va(a),+this.clone().startOf(b)<=c&&c<=+this.clone().endOf(b))},min:f("moment().min is deprecated, use moment.min instead. https://github.com/moment/moment/issues/1548",function(a){return a=va.apply(null,arguments),this>a?this:a}),max:f("moment().max is deprecated, use moment.max instead. https://github.com/moment/moment/issues/1548",function(a){return a=va.apply(null,arguments),a>this?this:a}),zone:f("moment().zone is deprecated, use moment().utcOffset instead. https://github.com/moment/moment/issues/1779",function(a,b){return null!=a?("string"!=typeof a&&(a=-a),this.utcOffset(a,b),this):-this.utcOffset()}),utcOffset:function(a,b){var c,d=this._offset||0;return null!=a?("string"==typeof a&&(a=S(a)),Math.abs(a)<16&&(a=60*a),!this._isUTC&&b&&(c=this._dateUtcOffset()),this._offset=a,this._isUTC=!0,null!=c&&this.add(c,"m"),d!==a&&(!b||this._changeInProgress?v(this,va.duration(a-d,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,va.updateOffset(this,!0),this._changeInProgress=null)),this):this._isUTC?d:this._dateUtcOffset()},isLocal:function(){return!this._isUTC},isUtcOffset:function(){return this._isUTC},isUtc:function(){return this._isUTC&&0===this._offset},zoneAbbr:function(){return this._isUTC?"UTC":""},zoneName:function(){return this._isUTC?"Coordinated Universal Time":""},parseZone:function(){return this._tzm?this.utcOffset(this._tzm):"string"==typeof this._i&&this.utcOffset(S(this._i)),this},hasAlignedHourOffset:function(a){return a=a?va(a).utcOffset():0,(this.utcOffset()-a)%60===0},daysInMonth:function(){return D(this.year(),this.month())},dayOfYear:function(a){var b=Aa((va(this).startOf("day")-va(this).startOf("year"))/864e5)+1;return null==a?b:this.add(a-b,"d")},quarter:function(a){return null==a?Math.ceil((this.month()+1)/3):this.month(3*(a-1)+this.month()%3)},weekYear:function(a){var b=ja(this,this.localeData()._week.dow,this.localeData()._week.doy).year;return null==a?b:this.add(a-b,"y")},isoWeekYear:function(a){var b=ja(this,1,4).year;return null==a?b:this.add(a-b,"y")},week:function(a){var b=this.localeData().week(this);return null==a?b:this.add(7*(a-b),"d")},isoWeek:function(a){var b=ja(this,1,4).week;return null==a?b:this.add(7*(a-b),"d")},weekday:function(a){var b=(this.day()+7-this.localeData()._week.dow)%7;return null==a?b:this.add(a-b,"d")},isoWeekday:function(a){return null==a?this.day()||7:this.day(this.day()%7?a:a-7)},isoWeeksInYear:function(){return E(this.year(),1,4)},weeksInYear:function(){var a=this.localeData()._week;return E(this.year(),a.dow,a.doy)},get:function(a){return a=z(a),this[a]()},set:function(a,b){var c;if("object"==typeof a)for(c in a)this.set(c,a[c]);else a=z(a),"function"==typeof this[a]&&this[a](b);return this},locale:function(b){var c;return b===a?this._locale._abbr:(c=va.localeData(b),null!=c&&(this._locale=c),this)},lang:f("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(b){return b===a?this.localeData():this.locale(b)}),localeData:function(){return this._locale},_dateUtcOffset:function(){return 15*-Math.round(this._d.getTimezoneOffset()/15)}}),va.fn.millisecond=va.fn.milliseconds=qa("Milliseconds",!1),va.fn.second=va.fn.seconds=qa("Seconds",!1),va.fn.minute=va.fn.minutes=qa("Minutes",!1),va.fn.hour=va.fn.hours=qa("Hours",!0),va.fn.date=qa("Date",!0),va.fn.dates=f("dates accessor is deprecated. Use date instead.",qa("Date",!0)),va.fn.year=qa("FullYear",!0),va.fn.years=f("years accessor is deprecated. Use year instead.",qa("FullYear",!0)),va.fn.days=va.fn.day,va.fn.months=va.fn.month,va.fn.weeks=va.fn.week,va.fn.isoWeeks=va.fn.isoWeek,va.fn.quarters=va.fn.quarter,va.fn.toJSON=va.fn.toISOString,va.fn.isUTC=va.fn.isUtc,o(va.duration.fn=n.prototype,{_bubble:function(){var a,b,c,d=this._milliseconds,e=this._days,f=this._months,g=this._data,h=0;g.milliseconds=d%1e3,a=q(d/1e3),g.seconds=a%60,b=q(a/60),g.minutes=b%60,c=q(b/60),g.hours=c%24,e+=q(c/24),h=q(ra(e)),e-=q(sa(h)),f+=q(e/30),e%=30,h+=q(f/12),f%=12,g.days=e,g.months=f,g.years=h},abs:function(){return this._milliseconds=Math.abs(this._milliseconds),this._days=Math.abs(this._days),this._months=Math.abs(this._months),this._data.milliseconds=Math.abs(this._data.milliseconds),this._data.seconds=Math.abs(this._data.seconds),this._data.minutes=Math.abs(this._data.minutes),this._data.hours=Math.abs(this._data.hours),this._data.months=Math.abs(this._data.months),this._data.years=Math.abs(this._data.years),this},weeks:function(){return q(this.days()/7)},valueOf:function(){return this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*C(this._months/12);
|
3 |
},humanize:function(a){var b=ia(this,!a,this.localeData());return a&&(b=this.localeData().pastFuture(+this,b)),this.localeData().postformat(b)},add:function(a,b){var c=va.duration(a,b);return this._milliseconds+=c._milliseconds,this._days+=c._days,this._months+=c._months,this._bubble(),this},subtract:function(a,b){var c=va.duration(a,b);return this._milliseconds-=c._milliseconds,this._days-=c._days,this._months-=c._months,this._bubble(),this},get:function(a){return a=z(a),this[a.toLowerCase()+"s"]()},as:function(a){var b,c;if(a=z(a),"month"===a||"year"===a)return b=this._days+this._milliseconds/864e5,c=this._months+12*ra(b),"month"===a?c:c/12;switch(b=this._days+Math.round(sa(this._months/12)),a){case"week":return b/7+this._milliseconds/6048e5;case"day":return b+this._milliseconds/864e5;case"hour":return 24*b+this._milliseconds/36e5;case"minute":return 24*b*60+this._milliseconds/6e4;case"second":return 24*b*60*60+this._milliseconds/1e3;case"millisecond":return Math.floor(24*b*60*60*1e3)+this._milliseconds;default:throw new Error("Unknown unit "+a)}},lang:va.fn.lang,locale:va.fn.locale,toIsoString:f("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",function(){return this.toISOString()}),toISOString:function(){var a=Math.abs(this.years()),b=Math.abs(this.months()),c=Math.abs(this.days()),d=Math.abs(this.hours()),e=Math.abs(this.minutes()),f=Math.abs(this.seconds()+this.milliseconds()/1e3);return this.asSeconds()?(this.asSeconds()<0?"-":"")+"P"+(a?a+"Y":"")+(b?b+"M":"")+(c?c+"D":"")+(d||e||f?"T":"")+(d?d+"H":"")+(e?e+"M":"")+(f?f+"S":""):"P0D"},localeData:function(){return this._locale},toJSON:function(){return this.toISOString()}}),va.duration.fn.toString=va.duration.fn.toISOString;for(xa in kb)c(kb,xa)&&ta(xa.toLowerCase());va.duration.fn.asMilliseconds=function(){return this.as("ms")},va.duration.fn.asSeconds=function(){return this.as("s")},va.duration.fn.asMinutes=function(){return this.as("m")},va.duration.fn.asHours=function(){return this.as("h")},va.duration.fn.asDays=function(){return this.as("d")},va.duration.fn.asWeeks=function(){return this.as("weeks")},va.duration.fn.asMonths=function(){return this.as("M")},va.duration.fn.asYears=function(){return this.as("y")},va.locale("en",{ordinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(a){var b=a%10,c=1===C(a%100/10)?"th":1===b?"st":2===b?"nd":3===b?"rd":"th";return a+c}}),La?module.exports=va:"function"==typeof define&&define.amd?(define(function(a,b,c){return c.config&&c.config()&&c.config().noGlobal===!0&&(za.moment=wa),va}),ua(!0)):ua()}).call(this);
|
1 |
+
/*! event-organiser 3.7.6-0-g30a7409c 2019-03-06 23:23 */
|
2 |
(function(a){function b(a,b,c){switch(arguments.length){case 2:return null!=a?a:b;case 3:return null!=a?a:null!=b?b:c;default:throw new Error("Implement me")}}function c(a,b){return Ba.call(a,b)}function d(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1}}function e(a){va.suppressDeprecationWarnings===!1&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+a)}function f(a,b){var c=!0;return o(function(){return c&&(e(a),c=!1),b.apply(this,arguments)},b)}function g(a,b){sb[a]||(e(b),sb[a]=!0)}function h(a,b){return function(c){return r(a.call(this,c),b)}}function i(a,b){return function(c){return this.localeData().ordinal(a.call(this,c),b)}}function j(a,b){var c,d,e=12*(b.year()-a.year())+(b.month()-a.month()),f=a.clone().add(e,"months");return 0>b-f?(c=a.clone().add(e-1,"months"),d=(b-f)/(f-c)):(c=a.clone().add(e+1,"months"),d=(b-f)/(c-f)),-(e+d)}function k(a,b,c){var d;return null==c?b:null!=a.meridiemHour?a.meridiemHour(b,c):null!=a.isPM?(d=a.isPM(c),d&&12>b&&(b+=12),d||12!==b||(b=0),b):b}function l(){}function m(a,b){b!==!1&&H(a),p(this,a),this._d=new Date(+a._d),ub===!1&&(ub=!0,va.updateOffset(this),ub=!1)}function n(a){var b=A(a),c=b.year||0,d=b.quarter||0,e=b.month||0,f=b.week||0,g=b.day||0,h=b.hour||0,i=b.minute||0,j=b.second||0,k=b.millisecond||0;this._milliseconds=+k+1e3*j+6e4*i+36e5*h,this._days=+g+7*f,this._months=+e+3*d+12*c,this._data={},this._locale=va.localeData(),this._bubble()}function o(a,b){for(var d in b)c(b,d)&&(a[d]=b[d]);return c(b,"toString")&&(a.toString=b.toString),c(b,"valueOf")&&(a.valueOf=b.valueOf),a}function p(a,b){var c,d,e;if("undefined"!=typeof b._isAMomentObject&&(a._isAMomentObject=b._isAMomentObject),"undefined"!=typeof b._i&&(a._i=b._i),"undefined"!=typeof b._f&&(a._f=b._f),"undefined"!=typeof b._l&&(a._l=b._l),"undefined"!=typeof b._strict&&(a._strict=b._strict),"undefined"!=typeof b._tzm&&(a._tzm=b._tzm),"undefined"!=typeof b._isUTC&&(a._isUTC=b._isUTC),"undefined"!=typeof b._offset&&(a._offset=b._offset),"undefined"!=typeof b._pf&&(a._pf=b._pf),"undefined"!=typeof b._locale&&(a._locale=b._locale),Ka.length>0)for(c in Ka)d=Ka[c],e=b[d],"undefined"!=typeof e&&(a[d]=e);return a}function q(a){return 0>a?Math.ceil(a):Math.floor(a)}function r(a,b,c){for(var d=""+Math.abs(a),e=a>=0;d.length<b;)d="0"+d;return(e?c?"+":"":"-")+d}function s(a,b){var c={milliseconds:0,months:0};return c.months=b.month()-a.month()+12*(b.year()-a.year()),a.clone().add(c.months,"M").isAfter(b)&&--c.months,c.milliseconds=+b-+a.clone().add(c.months,"M"),c}function t(a,b){var c;return b=M(b,a),a.isBefore(b)?c=s(a,b):(c=s(b,a),c.milliseconds=-c.milliseconds,c.months=-c.months),c}function u(a,b){return function(c,d){var e,f;return null===d||isNaN(+d)||(g(b,"moment()."+b+"(period, number) is deprecated. Please use moment()."+b+"(number, period)."),f=c,c=d,d=f),c="string"==typeof c?+c:c,e=va.duration(c,d),v(this,e,a),this}}function v(a,b,c,d){var e=b._milliseconds,f=b._days,g=b._months;d=null==d?!0:d,e&&a._d.setTime(+a._d+e*c),f&&pa(a,"Date",oa(a,"Date")+f*c),g&&na(a,oa(a,"Month")+g*c),d&&va.updateOffset(a,f||g)}function w(a){return"[object Array]"===Object.prototype.toString.call(a)}function x(a){return"[object Date]"===Object.prototype.toString.call(a)||a instanceof Date}function y(a,b,c){var d,e=Math.min(a.length,b.length),f=Math.abs(a.length-b.length),g=0;for(d=0;e>d;d++)(c&&a[d]!==b[d]||!c&&C(a[d])!==C(b[d]))&&g++;return g+f}function z(a){if(a){var b=a.toLowerCase().replace(/(.)s$/,"$1");a=lb[a]||mb[b]||b}return a}function A(a){var b,d,e={};for(d in a)c(a,d)&&(b=z(d),b&&(e[b]=a[d]));return e}function B(b){var c,d;if(0===b.indexOf("week"))c=7,d="day";else{if(0!==b.indexOf("month"))return;c=12,d="month"}va[b]=function(e,f){var g,h,i=va._locale[b],j=[];if("number"==typeof e&&(f=e,e=a),h=function(a){var b=va().utc().set(d,a);return i.call(va._locale,b,e||"")},null!=f)return h(f);for(g=0;c>g;g++)j.push(h(g));return j}}function C(a){var b=+a,c=0;return 0!==b&&isFinite(b)&&(c=b>=0?Math.floor(b):Math.ceil(b)),c}function D(a,b){return new Date(Date.UTC(a,b+1,0)).getUTCDate()}function E(a,b,c){return ja(va([a,11,31+b-c]),b,c).week}function F(a){return G(a)?366:365}function G(a){return a%4===0&&a%100!==0||a%400===0}function H(a){var b;a._a&&-2===a._pf.overflow&&(b=a._a[Da]<0||a._a[Da]>11?Da:a._a[Ea]<1||a._a[Ea]>D(a._a[Ca],a._a[Da])?Ea:a._a[Fa]<0||a._a[Fa]>24||24===a._a[Fa]&&(0!==a._a[Ga]||0!==a._a[Ha]||0!==a._a[Ia])?Fa:a._a[Ga]<0||a._a[Ga]>59?Ga:a._a[Ha]<0||a._a[Ha]>59?Ha:a._a[Ia]<0||a._a[Ia]>999?Ia:-1,a._pf._overflowDayOfYear&&(Ca>b||b>Ea)&&(b=Ea),a._pf.overflow=b)}function I(b){return null==b._isValid&&(b._isValid=!isNaN(b._d.getTime())&&b._pf.overflow<0&&!b._pf.empty&&!b._pf.invalidMonth&&!b._pf.nullInput&&!b._pf.invalidFormat&&!b._pf.userInvalidated,b._strict&&(b._isValid=b._isValid&&0===b._pf.charsLeftOver&&0===b._pf.unusedTokens.length&&b._pf.bigHour===a)),b._isValid}function J(a){return a?a.toLowerCase().replace("_","-"):a}function K(a){for(var b,c,d,e,f=0;f<a.length;){for(e=J(a[f]).split("-"),b=e.length,c=J(a[f+1]),c=c?c.split("-"):null;b>0;){if(d=L(e.slice(0,b).join("-")))return d;if(c&&c.length>=b&&y(e,c,!0)>=b-1)break;b--}f++}return null}function L(a){var b=null;if(!Ja[a]&&La)try{b=va.locale(),require("./locale/"+a),va.locale(b)}catch(c){}return Ja[a]}function M(a,b){var c,d;return b._isUTC?(c=b.clone(),d=(va.isMoment(a)||x(a)?+a:+va(a))-+c,c._d.setTime(+c._d+d),va.updateOffset(c,!1),c):va(a).local()}function N(a){return a.match(/\[[\s\S]/)?a.replace(/^\[|\]$/g,""):a.replace(/\\/g,"")}function O(a){var b,c,d=a.match(Pa);for(b=0,c=d.length;c>b;b++)rb[d[b]]?d[b]=rb[d[b]]:d[b]=N(d[b]);return function(e){var f="";for(b=0;c>b;b++)f+=d[b]instanceof Function?d[b].call(e,a):d[b];return f}}function P(a,b){return a.isValid()?(b=Q(b,a.localeData()),nb[b]||(nb[b]=O(b)),nb[b](a)):a.localeData().invalidDate()}function Q(a,b){function c(a){return b.longDateFormat(a)||a}var d=5;for(Qa.lastIndex=0;d>=0&&Qa.test(a);)a=a.replace(Qa,c),Qa.lastIndex=0,d-=1;return a}function R(a,b){var c,d=b._strict;switch(a){case"Q":return _a;case"DDDD":return bb;case"YYYY":case"GGGG":case"gggg":return d?cb:Ta;case"Y":case"G":case"g":return eb;case"YYYYYY":case"YYYYY":case"GGGGG":case"ggggg":return d?db:Ua;case"S":if(d)return _a;case"SS":if(d)return ab;case"SSS":if(d)return bb;case"DDD":return Sa;case"MMM":case"MMMM":case"dd":case"ddd":case"dddd":return Wa;case"a":case"A":return b._locale._meridiemParse;case"x":return Za;case"X":return $a;case"Z":case"ZZ":return Xa;case"T":return Ya;case"SSSS":return Va;case"MM":case"DD":case"YY":case"GG":case"gg":case"HH":case"hh":case"mm":case"ss":case"ww":case"WW":return d?ab:Ra;case"M":case"D":case"d":case"H":case"h":case"m":case"s":case"w":case"W":case"e":case"E":return Ra;case"Do":return d?b._locale._ordinalParse:b._locale._ordinalParseLenient;default:return c=new RegExp($(Z(a.replace("\\","")),"i"))}}function S(a){a=a||"";var b=a.match(Xa)||[],c=b[b.length-1]||[],d=(c+"").match(jb)||["-",0,0],e=+(60*d[1])+C(d[2]);return"+"===d[0]?e:-e}function T(a,b,c){var d,e=c._a;switch(a){case"Q":null!=b&&(e[Da]=3*(C(b)-1));break;case"M":case"MM":null!=b&&(e[Da]=C(b)-1);break;case"MMM":case"MMMM":d=c._locale.monthsParse(b,a,c._strict),null!=d?e[Da]=d:c._pf.invalidMonth=b;break;case"D":case"DD":null!=b&&(e[Ea]=C(b));break;case"Do":null!=b&&(e[Ea]=C(parseInt(b.match(/\d{1,2}/)[0],10)));break;case"DDD":case"DDDD":null!=b&&(c._dayOfYear=C(b));break;case"YY":e[Ca]=va.parseTwoDigitYear(b);break;case"YYYY":case"YYYYY":case"YYYYYY":e[Ca]=C(b);break;case"a":case"A":c._meridiem=b;break;case"h":case"hh":c._pf.bigHour=!0;case"H":case"HH":e[Fa]=C(b);break;case"m":case"mm":e[Ga]=C(b);break;case"s":case"ss":e[Ha]=C(b);break;case"S":case"SS":case"SSS":case"SSSS":e[Ia]=C(1e3*("0."+b));break;case"x":c._d=new Date(C(b));break;case"X":c._d=new Date(1e3*parseFloat(b));break;case"Z":case"ZZ":c._useUTC=!0,c._tzm=S(b);break;case"dd":case"ddd":case"dddd":d=c._locale.weekdaysParse(b),null!=d?(c._w=c._w||{},c._w.d=d):c._pf.invalidWeekday=b;break;case"w":case"ww":case"W":case"WW":case"d":case"e":case"E":a=a.substr(0,1);case"gggg":case"GGGG":case"GGGGG":a=a.substr(0,2),b&&(c._w=c._w||{},c._w[a]=C(b));break;case"gg":case"GG":c._w=c._w||{},c._w[a]=va.parseTwoDigitYear(b)}}function U(a){var c,d,e,f,g,h,i;c=a._w,null!=c.GG||null!=c.W||null!=c.E?(g=1,h=4,d=b(c.GG,a._a[Ca],ja(va(),1,4).year),e=b(c.W,1),f=b(c.E,1)):(g=a._locale._week.dow,h=a._locale._week.doy,d=b(c.gg,a._a[Ca],ja(va(),g,h).year),e=b(c.w,1),null!=c.d?(f=c.d,g>f&&++e):f=null!=c.e?c.e+g:g),i=ka(d,e,f,h,g),a._a[Ca]=i.year,a._dayOfYear=i.dayOfYear}function V(a){var c,d,e,f,g=[];if(!a._d){for(e=X(a),a._w&&null==a._a[Ea]&&null==a._a[Da]&&U(a),a._dayOfYear&&(f=b(a._a[Ca],e[Ca]),a._dayOfYear>F(f)&&(a._pf._overflowDayOfYear=!0),d=fa(f,0,a._dayOfYear),a._a[Da]=d.getUTCMonth(),a._a[Ea]=d.getUTCDate()),c=0;3>c&&null==a._a[c];++c)a._a[c]=g[c]=e[c];for(;7>c;c++)a._a[c]=g[c]=null==a._a[c]?2===c?1:0:a._a[c];24===a._a[Fa]&&0===a._a[Ga]&&0===a._a[Ha]&&0===a._a[Ia]&&(a._nextDay=!0,a._a[Fa]=0),a._d=(a._useUTC?fa:ea).apply(null,g),null!=a._tzm&&a._d.setUTCMinutes(a._d.getUTCMinutes()-a._tzm),a._nextDay&&(a._a[Fa]=24)}}function W(a){var b;a._d||(b=A(a._i),a._a=[b.year,b.month,b.day||b.date,b.hour,b.minute,b.second,b.millisecond],V(a))}function X(a){var b=new Date;return a._useUTC?[b.getUTCFullYear(),b.getUTCMonth(),b.getUTCDate()]:[b.getFullYear(),b.getMonth(),b.getDate()]}function Y(b){if(b._f===va.ISO_8601)return void aa(b);b._a=[],b._pf.empty=!0;var c,d,e,f,g,h=""+b._i,i=h.length,j=0;for(e=Q(b._f,b._locale).match(Pa)||[],c=0;c<e.length;c++)f=e[c],d=(h.match(R(f,b))||[])[0],d&&(g=h.substr(0,h.indexOf(d)),g.length>0&&b._pf.unusedInput.push(g),h=h.slice(h.indexOf(d)+d.length),j+=d.length),rb[f]?(d?b._pf.empty=!1:b._pf.unusedTokens.push(f),T(f,d,b)):b._strict&&!d&&b._pf.unusedTokens.push(f);b._pf.charsLeftOver=i-j,h.length>0&&b._pf.unusedInput.push(h),b._pf.bigHour===!0&&b._a[Fa]<=12&&(b._pf.bigHour=a),b._a[Fa]=k(b._locale,b._a[Fa],b._meridiem),V(b),H(b)}function Z(a){return a.replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(a,b,c,d,e){return b||c||d||e})}function $(a){return a.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function _(a){var b,c,e,f,g;if(0===a._f.length)return a._pf.invalidFormat=!0,void(a._d=new Date(NaN));for(f=0;f<a._f.length;f++)g=0,b=p({},a),null!=a._useUTC&&(b._useUTC=a._useUTC),b._pf=d(),b._f=a._f[f],Y(b),I(b)&&(g+=b._pf.charsLeftOver,g+=10*b._pf.unusedTokens.length,b._pf.score=g,(null==e||e>g)&&(e=g,c=b));o(a,c||b)}function aa(a){var b,c,d=a._i,e=fb.exec(d);if(e){for(a._pf.iso=!0,b=0,c=hb.length;c>b;b++)if(hb[b][1].exec(d)){a._f=hb[b][0]+(e[6]||" ");break}for(b=0,c=ib.length;c>b;b++)if(ib[b][1].exec(d)){a._f+=ib[b][0];break}d.match(Xa)&&(a._f+="Z"),Y(a)}else a._isValid=!1}function ba(a){aa(a),a._isValid===!1&&(delete a._isValid,va.createFromInputFallback(a))}function ca(a,b){var c,d=[];for(c=0;c<a.length;++c)d.push(b(a[c],c));return d}function da(b){var c,d=b._i;d===a?b._d=new Date:x(d)?b._d=new Date(+d):null!==(c=Ma.exec(d))?b._d=new Date(+c[1]):"string"==typeof d?ba(b):w(d)?(b._a=ca(d.slice(0),function(a){return parseInt(a,10)}),V(b)):"object"==typeof d?W(b):"number"==typeof d?b._d=new Date(d):va.createFromInputFallback(b)}function ea(a,b,c,d,e,f,g){var h=new Date(a,b,c,d,e,f,g);return 1970>a&&h.setFullYear(a),h}function fa(a){var b=new Date(Date.UTC.apply(null,arguments));return 1970>a&&b.setUTCFullYear(a),b}function ga(a,b){if("string"==typeof a)if(isNaN(a)){if(a=b.weekdaysParse(a),"number"!=typeof a)return null}else a=parseInt(a,10);return a}function ha(a,b,c,d,e){return e.relativeTime(b||1,!!c,a,d)}function ia(a,b,c){var d=va.duration(a).abs(),e=Aa(d.as("s")),f=Aa(d.as("m")),g=Aa(d.as("h")),h=Aa(d.as("d")),i=Aa(d.as("M")),j=Aa(d.as("y")),k=e<ob.s&&["s",e]||1===f&&["m"]||f<ob.m&&["mm",f]||1===g&&["h"]||g<ob.h&&["hh",g]||1===h&&["d"]||h<ob.d&&["dd",h]||1===i&&["M"]||i<ob.M&&["MM",i]||1===j&&["y"]||["yy",j];return k[2]=b,k[3]=+a>0,k[4]=c,ha.apply({},k)}function ja(a,b,c){var d,e=c-b,f=c-a.day();return f>e&&(f-=7),e-7>f&&(f+=7),d=va(a).add(f,"d"),{week:Math.ceil(d.dayOfYear()/7),year:d.year()}}function ka(a,b,c,d,e){var f,g,h=fa(a,0,1).getUTCDay();return h=0===h?7:h,c=null!=c?c:e,f=e-h+(h>d?7:0)-(e>h?7:0),g=7*(b-1)+(c-e)+f+1,{year:g>0?a:a-1,dayOfYear:g>0?g:F(a-1)+g}}function la(b){var c,d=b._i,e=b._f;return b._locale=b._locale||va.localeData(b._l),null===d||e===a&&""===d?va.invalid({nullInput:!0}):("string"==typeof d&&(b._i=d=b._locale.preparse(d)),va.isMoment(d)?new m(d,!0):(e?w(e)?_(b):Y(b):da(b),c=new m(b),c._nextDay&&(c.add(1,"d"),c._nextDay=a),c))}function ma(a,b){var c,d;if(1===b.length&&w(b[0])&&(b=b[0]),!b.length)return va();for(c=b[0],d=1;d<b.length;++d)b[d][a](c)&&(c=b[d]);return c}function na(a,b){var c;return"string"==typeof b&&(b=a.localeData().monthsParse(b),"number"!=typeof b)?a:(c=Math.min(a.date(),D(a.year(),b)),a._d["set"+(a._isUTC?"UTC":"")+"Month"](b,c),a)}function oa(a,b){return a._d["get"+(a._isUTC?"UTC":"")+b]()}function pa(a,b,c){return"Month"===b?na(a,c):a._d["set"+(a._isUTC?"UTC":"")+b](c)}function qa(a,b){return function(c){return null!=c?(pa(this,a,c),va.updateOffset(this,b),this):oa(this,a)}}function ra(a){return 400*a/146097}function sa(a){return 146097*a/400}function ta(a){va.duration.fn[a]=function(){return this._data[a]}}function ua(a){"undefined"==typeof ender&&(wa=za.moment,a?za.moment=f("Accessing Moment through the global scope is deprecated, and will be removed in an upcoming release.",va):za.moment=va)}for(var va,wa,xa,ya="2.9.0",za="undefined"==typeof global||"undefined"!=typeof window&&window!==global.window?this:global,Aa=Math.round,Ba=Object.prototype.hasOwnProperty,Ca=0,Da=1,Ea=2,Fa=3,Ga=4,Ha=5,Ia=6,Ja={},Ka=[],La="undefined"!=typeof module&&module&&module.exports,Ma=/^\/?Date\((\-?\d+)/i,Na=/(\-)?(?:(\d*)\.)?(\d+)\:(\d+)(?:\:(\d+)\.?(\d{3})?)?/,Oa=/^(-)?P(?:(?:([0-9,.]*)Y)?(?:([0-9,.]*)M)?(?:([0-9,.]*)D)?(?:T(?:([0-9,.]*)H)?(?:([0-9,.]*)M)?(?:([0-9,.]*)S)?)?|([0-9,.]*)W)$/,Pa=/(\[[^\[]*\])|(\\)?(Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Q|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|mm?|ss?|S{1,4}|x|X|zz?|ZZ?|.)/g,Qa=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,Ra=/\d\d?/,Sa=/\d{1,3}/,Ta=/\d{1,4}/,Ua=/[+\-]?\d{1,6}/,Va=/\d+/,Wa=/[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\/]+(\s*?[\u0600-\u06FF]+){1,2}/i,Xa=/Z|[\+\-]\d\d:?\d\d/gi,Ya=/T/i,Za=/[\+\-]?\d+/,$a=/[\+\-]?\d+(\.\d{1,3})?/,_a=/\d/,ab=/\d\d/,bb=/\d{3}/,cb=/\d{4}/,db=/[+-]?\d{6}/,eb=/[+-]?\d+/,fb=/^\s*(?:[+-]\d{6}|\d{4})-(?:(\d\d-\d\d)|(W\d\d$)|(W\d\d-\d)|(\d\d\d))((T| )(\d\d(:\d\d(:\d\d(\.\d+)?)?)?)?([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,gb="YYYY-MM-DDTHH:mm:ssZ",hb=[["YYYYYY-MM-DD",/[+-]\d{6}-\d{2}-\d{2}/],["YYYY-MM-DD",/\d{4}-\d{2}-\d{2}/],["GGGG-[W]WW-E",/\d{4}-W\d{2}-\d/],["GGGG-[W]WW",/\d{4}-W\d{2}/],["YYYY-DDD",/\d{4}-\d{3}/]],ib=[["HH:mm:ss.SSSS",/(T| )\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss",/(T| )\d\d:\d\d:\d\d/],["HH:mm",/(T| )\d\d:\d\d/],["HH",/(T| )\d\d/]],jb=/([\+\-]|\d\d)/gi,kb=("Date|Hours|Minutes|Seconds|Milliseconds".split("|"),{Milliseconds:1,Seconds:1e3,Minutes:6e4,Hours:36e5,Days:864e5,Months:2592e6,Years:31536e6}),lb={ms:"millisecond",s:"second",m:"minute",h:"hour",d:"day",D:"date",w:"week",W:"isoWeek",M:"month",Q:"quarter",y:"year",DDD:"dayOfYear",e:"weekday",E:"isoWeekday",gg:"weekYear",GG:"isoWeekYear"},mb={dayofyear:"dayOfYear",isoweekday:"isoWeekday",isoweek:"isoWeek",weekyear:"weekYear",isoweekyear:"isoWeekYear"},nb={},ob={s:45,m:45,h:22,d:26,M:11},pb="DDD w W M D d".split(" "),qb="M D H h m s w W".split(" "),rb={M:function(){return this.month()+1},MMM:function(a){return this.localeData().monthsShort(this,a)},MMMM:function(a){return this.localeData().months(this,a)},D:function(){return this.date()},DDD:function(){return this.dayOfYear()},d:function(){return this.day()},dd:function(a){return this.localeData().weekdaysMin(this,a)},ddd:function(a){return this.localeData().weekdaysShort(this,a)},dddd:function(a){return this.localeData().weekdays(this,a)},w:function(){return this.week()},W:function(){return this.isoWeek()},YY:function(){return r(this.year()%100,2)},YYYY:function(){return r(this.year(),4)},YYYYY:function(){return r(this.year(),5)},YYYYYY:function(){var a=this.year(),b=a>=0?"+":"-";return b+r(Math.abs(a),6)},gg:function(){return r(this.weekYear()%100,2)},gggg:function(){return r(this.weekYear(),4)},ggggg:function(){return r(this.weekYear(),5)},GG:function(){return r(this.isoWeekYear()%100,2)},GGGG:function(){return r(this.isoWeekYear(),4)},GGGGG:function(){return r(this.isoWeekYear(),5)},e:function(){return this.weekday()},E:function(){return this.isoWeekday()},a:function(){return this.localeData().meridiem(this.hours(),this.minutes(),!0)},A:function(){return this.localeData().meridiem(this.hours(),this.minutes(),!1)},H:function(){return this.hours()},h:function(){return this.hours()%12||12},m:function(){return this.minutes()},s:function(){return this.seconds()},S:function(){return C(this.milliseconds()/100)},SS:function(){return r(C(this.milliseconds()/10),2)},SSS:function(){return r(this.milliseconds(),3)},SSSS:function(){return r(this.milliseconds(),3)},Z:function(){var a=this.utcOffset(),b="+";return 0>a&&(a=-a,b="-"),b+r(C(a/60),2)+":"+r(C(a)%60,2)},ZZ:function(){var a=this.utcOffset(),b="+";return 0>a&&(a=-a,b="-"),b+r(C(a/60),2)+r(C(a)%60,2)},z:function(){return this.zoneAbbr()},zz:function(){return this.zoneName()},x:function(){return this.valueOf()},X:function(){return this.unix()},Q:function(){return this.quarter()}},sb={},tb=["months","monthsShort","weekdays","weekdaysShort","weekdaysMin"],ub=!1;pb.length;)xa=pb.pop(),rb[xa+"o"]=i(rb[xa],xa);for(;qb.length;)xa=qb.pop(),rb[xa+xa]=h(rb[xa],2);rb.DDDD=h(rb.DDD,3),o(l.prototype,{set:function(a){var b,c;for(c in a)b=a[c],"function"==typeof b?this[c]=b:this["_"+c]=b;this._ordinalParseLenient=new RegExp(this._ordinalParse.source+"|"+/\d{1,2}/.source)},_months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),months:function(a){return this._months[a.month()]},_monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),monthsShort:function(a){return this._monthsShort[a.month()]},monthsParse:function(a,b,c){var d,e,f;for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),d=0;12>d;d++){if(e=va.utc([2e3,d]),c&&!this._longMonthsParse[d]&&(this._longMonthsParse[d]=new RegExp("^"+this.months(e,"").replace(".","")+"$","i"),this._shortMonthsParse[d]=new RegExp("^"+this.monthsShort(e,"").replace(".","")+"$","i")),c||this._monthsParse[d]||(f="^"+this.months(e,"")+"|^"+this.monthsShort(e,""),this._monthsParse[d]=new RegExp(f.replace(".",""),"i")),c&&"MMMM"===b&&this._longMonthsParse[d].test(a))return d;if(c&&"MMM"===b&&this._shortMonthsParse[d].test(a))return d;if(!c&&this._monthsParse[d].test(a))return d}},_weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdays:function(a){return this._weekdays[a.day()]},_weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysShort:function(a){return this._weekdaysShort[a.day()]},_weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),weekdaysMin:function(a){return this._weekdaysMin[a.day()]},weekdaysParse:function(a){var b,c,d;for(this._weekdaysParse||(this._weekdaysParse=[]),b=0;7>b;b++)if(this._weekdaysParse[b]||(c=va([2e3,1]).day(b),d="^"+this.weekdays(c,"")+"|^"+this.weekdaysShort(c,"")+"|^"+this.weekdaysMin(c,""),this._weekdaysParse[b]=new RegExp(d.replace(".",""),"i")),this._weekdaysParse[b].test(a))return b},_longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY LT",LLLL:"dddd, MMMM D, YYYY LT"},longDateFormat:function(a){var b=this._longDateFormat[a];return!b&&this._longDateFormat[a.toUpperCase()]&&(b=this._longDateFormat[a.toUpperCase()].replace(/MMMM|MM|DD|dddd/g,function(a){return a.slice(1)}),this._longDateFormat[a]=b),b},isPM:function(a){return"p"===(a+"").toLowerCase().charAt(0)},_meridiemParse:/[ap]\.?m?\.?/i,meridiem:function(a,b,c){return a>11?c?"pm":"PM":c?"am":"AM"},_calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},calendar:function(a,b,c){var d=this._calendar[a];return"function"==typeof d?d.apply(b,[c]):d},_relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},relativeTime:function(a,b,c,d){var e=this._relativeTime[c];return"function"==typeof e?e(a,b,c,d):e.replace(/%d/i,a)},pastFuture:function(a,b){var c=this._relativeTime[a>0?"future":"past"];return"function"==typeof c?c(b):c.replace(/%s/i,b)},ordinal:function(a){return this._ordinal.replace("%d",a)},_ordinal:"%d",_ordinalParse:/\d{1,2}/,preparse:function(a){return a},postformat:function(a){return a},week:function(a){return ja(a,this._week.dow,this._week.doy).week},_week:{dow:0,doy:6},firstDayOfWeek:function(){return this._week.dow},firstDayOfYear:function(){return this._week.doy},_invalidDate:"Invalid date",invalidDate:function(){return this._invalidDate}}),va=function(b,c,e,f){var g;return"boolean"==typeof e&&(f=e,e=a),g={},g._isAMomentObject=!0,g._i=b,g._f=c,g._l=e,g._strict=f,g._isUTC=!1,g._pf=d(),la(g)},va.suppressDeprecationWarnings=!1,va.createFromInputFallback=f("moment construction falls back to js Date. This is discouraged and will be removed in upcoming major release. Please refer to https://github.com/moment/moment/issues/1407 for more info.",function(a){a._d=new Date(a._i+(a._useUTC?" UTC":""))}),va.min=function(){var a=[].slice.call(arguments,0);return ma("isBefore",a)},va.max=function(){var a=[].slice.call(arguments,0);return ma("isAfter",a)},va.utc=function(b,c,e,f){var g;return"boolean"==typeof e&&(f=e,e=a),g={},g._isAMomentObject=!0,g._useUTC=!0,g._isUTC=!0,g._l=e,g._i=b,g._f=c,g._strict=f,g._pf=d(),la(g).utc()},va.unix=function(a){return va(1e3*a)},va.duration=function(a,b){var d,e,f,g,h=a,i=null;return va.isDuration(a)?h={ms:a._milliseconds,d:a._days,M:a._months}:"number"==typeof a?(h={},b?h[b]=a:h.milliseconds=a):(i=Na.exec(a))?(d="-"===i[1]?-1:1,h={y:0,d:C(i[Ea])*d,h:C(i[Fa])*d,m:C(i[Ga])*d,s:C(i[Ha])*d,ms:C(i[Ia])*d}):(i=Oa.exec(a))?(d="-"===i[1]?-1:1,f=function(a){var b=a&&parseFloat(a.replace(",","."));return(isNaN(b)?0:b)*d},h={y:f(i[2]),M:f(i[3]),d:f(i[4]),h:f(i[5]),m:f(i[6]),s:f(i[7]),w:f(i[8])}):null==h?h={}:"object"==typeof h&&("from"in h||"to"in h)&&(g=t(va(h.from),va(h.to)),h={},h.ms=g.milliseconds,h.M=g.months),e=new n(h),va.isDuration(a)&&c(a,"_locale")&&(e._locale=a._locale),e},va.version=ya,va.defaultFormat=gb,va.ISO_8601=function(){},va.momentProperties=Ka,va.updateOffset=function(){},va.relativeTimeThreshold=function(b,c){return ob[b]===a?!1:c===a?ob[b]:(ob[b]=c,!0)},va.lang=f("moment.lang is deprecated. Use moment.locale instead.",function(a,b){return va.locale(a,b)}),va.locale=function(a,b){var c;return a&&(c="undefined"!=typeof b?va.defineLocale(a,b):va.localeData(a),c&&(va.duration._locale=va._locale=c)),va._locale._abbr},va.defineLocale=function(a,b){return null!==b?(b.abbr=a,Ja[a]||(Ja[a]=new l),Ja[a].set(b),va.locale(a),Ja[a]):(delete Ja[a],null)},va.langData=f("moment.langData is deprecated. Use moment.localeData instead.",function(a){return va.localeData(a)}),va.localeData=function(a){var b;if(a&&a._locale&&a._locale._abbr&&(a=a._locale._abbr),!a)return va._locale;if(!w(a)){if(b=L(a))return b;a=[a]}return K(a)},va.isMoment=function(a){return a instanceof m||null!=a&&c(a,"_isAMomentObject")},va.isDuration=function(a){return a instanceof n};for(xa=tb.length-1;xa>=0;--xa)B(tb[xa]);va.normalizeUnits=function(a){return z(a)},va.invalid=function(a){var b=va.utc(NaN);return null!=a?o(b._pf,a):b._pf.userInvalidated=!0,b},va.parseZone=function(){return va.apply(null,arguments).parseZone()},va.parseTwoDigitYear=function(a){return C(a)+(C(a)>68?1900:2e3)},va.isDate=x,o(va.fn=m.prototype,{clone:function(){return va(this)},valueOf:function(){return+this._d-6e4*(this._offset||0)},unix:function(){return Math.floor(+this/1e3)},toString:function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},toDate:function(){return this._offset?new Date(+this):this._d},toISOString:function(){var a=va(this).utc();return 0<a.year()&&a.year()<=9999?"function"==typeof Date.prototype.toISOString?this.toDate().toISOString():P(a,"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]"):P(a,"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]")},toArray:function(){var a=this;return[a.year(),a.month(),a.date(),a.hours(),a.minutes(),a.seconds(),a.milliseconds()]},isValid:function(){return I(this)},isDSTShifted:function(){return this._a?this.isValid()&&y(this._a,(this._isUTC?va.utc(this._a):va(this._a)).toArray())>0:!1},parsingFlags:function(){return o({},this._pf)},invalidAt:function(){return this._pf.overflow},utc:function(a){return this.utcOffset(0,a)},local:function(a){return this._isUTC&&(this.utcOffset(0,a),this._isUTC=!1,a&&this.subtract(this._dateUtcOffset(),"m")),this},format:function(a){var b=P(this,a||va.defaultFormat);return this.localeData().postformat(b)},add:u(1,"add"),subtract:u(-1,"subtract"),diff:function(a,b,c){var d,e,f=M(a,this),g=6e4*(f.utcOffset()-this.utcOffset());return b=z(b),"year"===b||"month"===b||"quarter"===b?(e=j(this,f),"quarter"===b?e/=3:"year"===b&&(e/=12)):(d=this-f,e="second"===b?d/1e3:"minute"===b?d/6e4:"hour"===b?d/36e5:"day"===b?(d-g)/864e5:"week"===b?(d-g)/6048e5:d),c?e:q(e)},from:function(a,b){return va.duration({to:this,from:a}).locale(this.locale()).humanize(!b)},fromNow:function(a){return this.from(va(),a)},calendar:function(a){var b=a||va(),c=M(b,this).startOf("day"),d=this.diff(c,"days",!0),e=-6>d?"sameElse":-1>d?"lastWeek":0>d?"lastDay":1>d?"sameDay":2>d?"nextDay":7>d?"nextWeek":"sameElse";return this.format(this.localeData().calendar(e,this,va(b)))},isLeapYear:function(){return G(this.year())},isDST:function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},day:function(a){var b=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=a?(a=ga(a,this.localeData()),this.add(a-b,"d")):b},month:qa("Month",!0),startOf:function(a){switch(a=z(a)){case"year":this.month(0);case"quarter":case"month":this.date(1);case"week":case"isoWeek":case"day":this.hours(0);case"hour":this.minutes(0);case"minute":this.seconds(0);case"second":this.milliseconds(0)}return"week"===a?this.weekday(0):"isoWeek"===a&&this.isoWeekday(1),"quarter"===a&&this.month(3*Math.floor(this.month()/3)),this},endOf:function(b){return b=z(b),b===a||"millisecond"===b?this:this.startOf(b).add(1,"isoWeek"===b?"week":b).subtract(1,"ms")},isAfter:function(a,b){var c;return b=z("undefined"!=typeof b?b:"millisecond"),"millisecond"===b?(a=va.isMoment(a)?a:va(a),+this>+a):(c=va.isMoment(a)?+a:+va(a),c<+this.clone().startOf(b))},isBefore:function(a,b){var c;return b=z("undefined"!=typeof b?b:"millisecond"),"millisecond"===b?(a=va.isMoment(a)?a:va(a),+a>+this):(c=va.isMoment(a)?+a:+va(a),+this.clone().endOf(b)<c)},isBetween:function(a,b,c){return this.isAfter(a,c)&&this.isBefore(b,c)},isSame:function(a,b){var c;return b=z(b||"millisecond"),"millisecond"===b?(a=va.isMoment(a)?a:va(a),+this===+a):(c=+va(a),+this.clone().startOf(b)<=c&&c<=+this.clone().endOf(b))},min:f("moment().min is deprecated, use moment.min instead. https://github.com/moment/moment/issues/1548",function(a){return a=va.apply(null,arguments),this>a?this:a}),max:f("moment().max is deprecated, use moment.max instead. https://github.com/moment/moment/issues/1548",function(a){return a=va.apply(null,arguments),a>this?this:a}),zone:f("moment().zone is deprecated, use moment().utcOffset instead. https://github.com/moment/moment/issues/1779",function(a,b){return null!=a?("string"!=typeof a&&(a=-a),this.utcOffset(a,b),this):-this.utcOffset()}),utcOffset:function(a,b){var c,d=this._offset||0;return null!=a?("string"==typeof a&&(a=S(a)),Math.abs(a)<16&&(a=60*a),!this._isUTC&&b&&(c=this._dateUtcOffset()),this._offset=a,this._isUTC=!0,null!=c&&this.add(c,"m"),d!==a&&(!b||this._changeInProgress?v(this,va.duration(a-d,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,va.updateOffset(this,!0),this._changeInProgress=null)),this):this._isUTC?d:this._dateUtcOffset()},isLocal:function(){return!this._isUTC},isUtcOffset:function(){return this._isUTC},isUtc:function(){return this._isUTC&&0===this._offset},zoneAbbr:function(){return this._isUTC?"UTC":""},zoneName:function(){return this._isUTC?"Coordinated Universal Time":""},parseZone:function(){return this._tzm?this.utcOffset(this._tzm):"string"==typeof this._i&&this.utcOffset(S(this._i)),this},hasAlignedHourOffset:function(a){return a=a?va(a).utcOffset():0,(this.utcOffset()-a)%60===0},daysInMonth:function(){return D(this.year(),this.month())},dayOfYear:function(a){var b=Aa((va(this).startOf("day")-va(this).startOf("year"))/864e5)+1;return null==a?b:this.add(a-b,"d")},quarter:function(a){return null==a?Math.ceil((this.month()+1)/3):this.month(3*(a-1)+this.month()%3)},weekYear:function(a){var b=ja(this,this.localeData()._week.dow,this.localeData()._week.doy).year;return null==a?b:this.add(a-b,"y")},isoWeekYear:function(a){var b=ja(this,1,4).year;return null==a?b:this.add(a-b,"y")},week:function(a){var b=this.localeData().week(this);return null==a?b:this.add(7*(a-b),"d")},isoWeek:function(a){var b=ja(this,1,4).week;return null==a?b:this.add(7*(a-b),"d")},weekday:function(a){var b=(this.day()+7-this.localeData()._week.dow)%7;return null==a?b:this.add(a-b,"d")},isoWeekday:function(a){return null==a?this.day()||7:this.day(this.day()%7?a:a-7)},isoWeeksInYear:function(){return E(this.year(),1,4)},weeksInYear:function(){var a=this.localeData()._week;return E(this.year(),a.dow,a.doy)},get:function(a){return a=z(a),this[a]()},set:function(a,b){var c;if("object"==typeof a)for(c in a)this.set(c,a[c]);else a=z(a),"function"==typeof this[a]&&this[a](b);return this},locale:function(b){var c;return b===a?this._locale._abbr:(c=va.localeData(b),null!=c&&(this._locale=c),this)},lang:f("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(b){return b===a?this.localeData():this.locale(b)}),localeData:function(){return this._locale},_dateUtcOffset:function(){return 15*-Math.round(this._d.getTimezoneOffset()/15)}}),va.fn.millisecond=va.fn.milliseconds=qa("Milliseconds",!1),va.fn.second=va.fn.seconds=qa("Seconds",!1),va.fn.minute=va.fn.minutes=qa("Minutes",!1),va.fn.hour=va.fn.hours=qa("Hours",!0),va.fn.date=qa("Date",!0),va.fn.dates=f("dates accessor is deprecated. Use date instead.",qa("Date",!0)),va.fn.year=qa("FullYear",!0),va.fn.years=f("years accessor is deprecated. Use year instead.",qa("FullYear",!0)),va.fn.days=va.fn.day,va.fn.months=va.fn.month,va.fn.weeks=va.fn.week,va.fn.isoWeeks=va.fn.isoWeek,va.fn.quarters=va.fn.quarter,va.fn.toJSON=va.fn.toISOString,va.fn.isUTC=va.fn.isUtc,o(va.duration.fn=n.prototype,{_bubble:function(){var a,b,c,d=this._milliseconds,e=this._days,f=this._months,g=this._data,h=0;g.milliseconds=d%1e3,a=q(d/1e3),g.seconds=a%60,b=q(a/60),g.minutes=b%60,c=q(b/60),g.hours=c%24,e+=q(c/24),h=q(ra(e)),e-=q(sa(h)),f+=q(e/30),e%=30,h+=q(f/12),f%=12,g.days=e,g.months=f,g.years=h},abs:function(){return this._milliseconds=Math.abs(this._milliseconds),this._days=Math.abs(this._days),this._months=Math.abs(this._months),this._data.milliseconds=Math.abs(this._data.milliseconds),this._data.seconds=Math.abs(this._data.seconds),this._data.minutes=Math.abs(this._data.minutes),this._data.hours=Math.abs(this._data.hours),this._data.months=Math.abs(this._data.months),this._data.years=Math.abs(this._data.years),this},weeks:function(){return q(this.days()/7)},valueOf:function(){return this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*C(this._months/12);
|
3 |
},humanize:function(a){var b=ia(this,!a,this.localeData());return a&&(b=this.localeData().pastFuture(+this,b)),this.localeData().postformat(b)},add:function(a,b){var c=va.duration(a,b);return this._milliseconds+=c._milliseconds,this._days+=c._days,this._months+=c._months,this._bubble(),this},subtract:function(a,b){var c=va.duration(a,b);return this._milliseconds-=c._milliseconds,this._days-=c._days,this._months-=c._months,this._bubble(),this},get:function(a){return a=z(a),this[a.toLowerCase()+"s"]()},as:function(a){var b,c;if(a=z(a),"month"===a||"year"===a)return b=this._days+this._milliseconds/864e5,c=this._months+12*ra(b),"month"===a?c:c/12;switch(b=this._days+Math.round(sa(this._months/12)),a){case"week":return b/7+this._milliseconds/6048e5;case"day":return b+this._milliseconds/864e5;case"hour":return 24*b+this._milliseconds/36e5;case"minute":return 24*b*60+this._milliseconds/6e4;case"second":return 24*b*60*60+this._milliseconds/1e3;case"millisecond":return Math.floor(24*b*60*60*1e3)+this._milliseconds;default:throw new Error("Unknown unit "+a)}},lang:va.fn.lang,locale:va.fn.locale,toIsoString:f("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",function(){return this.toISOString()}),toISOString:function(){var a=Math.abs(this.years()),b=Math.abs(this.months()),c=Math.abs(this.days()),d=Math.abs(this.hours()),e=Math.abs(this.minutes()),f=Math.abs(this.seconds()+this.milliseconds()/1e3);return this.asSeconds()?(this.asSeconds()<0?"-":"")+"P"+(a?a+"Y":"")+(b?b+"M":"")+(c?c+"D":"")+(d||e||f?"T":"")+(d?d+"H":"")+(e?e+"M":"")+(f?f+"S":""):"P0D"},localeData:function(){return this._locale},toJSON:function(){return this.toISOString()}}),va.duration.fn.toString=va.duration.fn.toISOString;for(xa in kb)c(kb,xa)&&ta(xa.toLowerCase());va.duration.fn.asMilliseconds=function(){return this.as("ms")},va.duration.fn.asSeconds=function(){return this.as("s")},va.duration.fn.asMinutes=function(){return this.as("m")},va.duration.fn.asHours=function(){return this.as("h")},va.duration.fn.asDays=function(){return this.as("d")},va.duration.fn.asWeeks=function(){return this.as("weeks")},va.duration.fn.asMonths=function(){return this.as("M")},va.duration.fn.asYears=function(){return this.as("y")},va.locale("en",{ordinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(a){var b=a%10,c=1===C(a%100/10)?"th":1===b?"st":2===b?"nd":3===b?"rd":"th";return a+c}}),La?module.exports=va:"function"==typeof define&&define.amd?(define(function(a,b,c){return c.config&&c.config()&&c.config().noGlobal===!0&&(za.moment=wa),va}),ua(!0)):ua()}).call(this);
|
js/time-picker.min.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
/*! event-organiser 3.7.
|
2 |
!function($){function Timepicker(){this._curInst=null,this._disabledInputs=[],this._timepickerShowing=!1,this._inDialog=!1,this._dialogClass="ui-timepicker-dialog",this._mainDivId="ui-timepicker-div",this._inlineClass="ui-timepicker-inline",this._currentClass="ui-timepicker-current",this._dayOverClass="ui-timepicker-days-cell-over",this.regional=[],this.regional[""]={hourText:"Hour",minuteText:"Minute",amPmText:["AM","PM"],closeButtonText:"Done",nowButtonText:"Now",deselectButtonText:"Deselect"},this._defaults={showOn:"focus",button:null,showAnim:"fadeIn",showOptions:{},appendText:"",beforeShow:null,onSelect:null,onClose:null,timeSeparator:":",periodSeparator:" ",showPeriod:!1,showPeriodLabels:!0,showLeadingZero:!0,showMinutesLeadingZero:!0,altField:"",defaultTime:"now",myPosition:"left top",atPosition:"left bottom",onHourShow:null,onMinuteShow:null,hours:{starts:0,ends:23},minutes:{starts:0,ends:55,interval:5},rows:4,showHours:!0,showMinutes:!0,optionalMinutes:!1,showCloseButton:!1,showNowButton:!1,showDeselectButton:!1},$.extend(this._defaults,this.regional[""]),this.tpDiv=$('<div id="'+this._mainDivId+'" class="ui-timepicker ui-widget ui-helper-clearfix ui-corner-all " style="display: none"></div>')}function extendRemove(a,b){$.extend(a,b);for(var c in b)(null==b[c]||void 0==b[c])&&(a[c]=b[c]);return a}$.extend($.ui,{timepicker:{version:"0.3.1"}});var PROP_NAME="timepicker",tpuuid=(new Date).getTime();$.extend(Timepicker.prototype,{markerClassName:"hasTimepicker",log:function(){},_widgetTimepicker:function(){return this.tpDiv},setDefaults:function(a){return extendRemove(this._defaults,a||{}),this},_attachTimepicker:function(target,settings){var inlineSettings=null;for(var attrName in this._defaults){var attrValue=target.getAttribute("time:"+attrName);if(attrValue){inlineSettings=inlineSettings||{};try{inlineSettings[attrName]=eval(attrValue)}catch(err){inlineSettings[attrName]=attrValue}}}var nodeName=target.nodeName.toLowerCase(),inline="div"==nodeName||"span"==nodeName;target.id||(this.uuid+=1,target.id="tp"+this.uuid);var inst=this._newInst($(target),inline);inst.settings=$.extend({},settings||{},inlineSettings||{}),"input"==nodeName?(this._connectTimepicker(target,inst),this._setTimeFromField(inst)):inline&&this._inlineTimepicker(target,inst)},_newInst:function(a,b){var c=a[0].id.replace(/([^A-Za-z0-9_-])/g,"\\\\$1");return{id:c,input:a,inline:b,tpDiv:b?$('<div class="'+this._inlineClass+' ui-timepicker ui-widget ui-helper-clearfix"></div>'):this.tpDiv}},_connectTimepicker:function(a,b){var c=$(a);b.append=$([]),b.trigger=$([]),c.hasClass(this.markerClassName)||(this._attachments(c,b),c.addClass(this.markerClassName).keydown(this._doKeyDown).keyup(this._doKeyUp).bind("setData.timepicker",function(a,c,d){b.settings[c]=d}).bind("getData.timepicker",function(a,c){return this._get(b,c)}),$.data(a,PROP_NAME,b))},_doKeyDown:function(a){var b=$.timepicker._getInst(a.target),c=!0;if(b._keyEvent=!0,$.timepicker._timepickerShowing)switch(a.keyCode){case 9:$.timepicker._hideTimepicker(),c=!1;break;case 13:return $.timepicker._updateSelectedValue(b),$.timepicker._hideTimepicker(),!1;case 27:$.timepicker._hideTimepicker();break;default:c=!1}else 36==a.keyCode&&a.ctrlKey?$.timepicker._showTimepicker(this):c=!1;c&&(a.preventDefault(),a.stopPropagation())},_doKeyUp:function(a){var b=$.timepicker._getInst(a.target);$.timepicker._setTimeFromField(b),$.timepicker._updateTimepicker(b)},_attachments:function(a,b){var c=this._get(b,"appendText"),d=this._get(b,"isRTL");b.append&&b.append.remove(),c&&(b.append=$('<span class="'+this._appendClass+'">'+c+"</span>"),a[d?"before":"after"](b.append)),a.unbind("focus.timepicker",this._showTimepicker),a.unbind("click.timepicker",this._adjustZIndex),b.trigger&&b.trigger.remove();var e=this._get(b,"showOn");if(("focus"==e||"both"==e)&&(a.bind("focus.timepicker",this._showTimepicker),a.bind("click.timepicker",this._adjustZIndex)),"button"==e||"both"==e){var f=this._get(b,"button");$(f).bind("click.timepicker",function(){return $.timepicker._timepickerShowing&&$.timepicker._lastInput==a[0]?$.timepicker._hideTimepicker():b.input.is(":disabled")||$.timepicker._showTimepicker(a[0]),!1})}},_inlineTimepicker:function(a,b){var c=$(a);c.hasClass(this.markerClassName)||(c.addClass(this.markerClassName).append(b.tpDiv).bind("setData.timepicker",function(a,c,d){b.settings[c]=d}).bind("getData.timepicker",function(a,c){return this._get(b,c)}),$.data(a,PROP_NAME,b),this._setTimeFromField(b),this._updateTimepicker(b),b.tpDiv.show())},_adjustZIndex:function(a){a=a.target||a;var b=$.timepicker._getInst(a);b.tpDiv.css("zIndex",$.timepicker._getZIndex(a)+1)},_showTimepicker:function(a){if(a=a.target||a,"input"!=a.nodeName.toLowerCase()&&(a=$("input",a.parentNode)[0]),!$.timepicker._isDisabledTimepicker(a)&&$.timepicker._lastInput!=a){$.timepicker._hideTimepicker();var b=$.timepicker._getInst(a);$.timepicker._curInst&&$.timepicker._curInst!=b&&$.timepicker._curInst.tpDiv.stop(!0,!0);var c=$.timepicker._get(b,"beforeShow");extendRemove(b.settings,c?c.apply(a,[a,b]):{}),b.lastVal=null,$.timepicker._lastInput=a,$.timepicker._setTimeFromField(b),$.timepicker._inDialog&&(a.value=""),$.timepicker._pos||($.timepicker._pos=$.timepicker._findPos(a),$.timepicker._pos[1]+=a.offsetHeight);var d=!1;$(a).parents().each(function(){return d|="fixed"==$(this).css("position"),!d}),d&&$.browser.opera&&($.timepicker._pos[0]-=document.documentElement.scrollLeft,$.timepicker._pos[1]-=document.documentElement.scrollTop);var e={left:$.timepicker._pos[0],top:$.timepicker._pos[1]};if($.timepicker._pos=null,b.tpDiv.css({position:"absolute",display:"block",top:"-1000px"}),$.timepicker._updateTimepicker(b),b.inline||"object"!=typeof $.ui.position||(b.tpDiv.position({of:b.input,my:$.timepicker._get(b,"myPosition"),at:$.timepicker._get(b,"atPosition"),collision:"flip"}),e=b.tpDiv.offset(),$.timepicker._pos=[e.top,e.left]),b._hoursClicked=!1,b._minutesClicked=!1,e=$.timepicker._checkOffset(b,e,d),b.tpDiv.css({position:$.timepicker._inDialog&&$.blockUI?"static":d?"fixed":"absolute",display:"none",left:e.left+"px",top:e.top+"px"}),!b.inline){var f=$.timepicker._get(b,"showAnim"),g=$.timepicker._get(b,"duration"),h=function(){$.timepicker._timepickerShowing=!0;var a=$.timepicker._getBorders(b.tpDiv);b.tpDiv.find("iframe.ui-timepicker-cover").css({left:-a[0],top:-a[1],width:b.tpDiv.outerWidth(),height:b.tpDiv.outerHeight()})};$.timepicker._adjustZIndex(a),$.effects&&$.effects[f]?b.tpDiv.show(f,$.timepicker._get(b,"showOptions"),g,h):b.tpDiv[f||"show"](f?g:null,h),f&&g||h(),b.input.is(":visible")&&!b.input.is(":disabled")&&b.input.focus(),$.timepicker._curInst=b}}},_getZIndex:function(a){for(var b,c,d=$(a);d.length&&d[0]!==document;){if(b=d.css("position"),("absolute"===b||"relative"===b||"fixed"===b)&&(c=parseInt(d.css("zIndex"),10),!isNaN(c)&&0!==c))return c;d=d.parent()}},_refreshTimepicker:function(a){var b=this._getInst(a);b&&this._updateTimepicker(b)},_updateTimepicker:function(a){a.tpDiv.empty().append(this._generateHTML(a)),this._rebindDialogEvents(a)},_rebindDialogEvents:function(a){var b=$.timepicker._getBorders(a.tpDiv),c=this;a.tpDiv.find("iframe.ui-timepicker-cover").css({left:-b[0],top:-b[1],width:a.tpDiv.outerWidth(),height:a.tpDiv.outerHeight()}).end().find(".ui-timepicker-minute-cell").unbind().bind("click",{fromDoubleClick:!1},$.proxy($.timepicker.selectMinutes,this)).bind("dblclick",{fromDoubleClick:!0},$.proxy($.timepicker.selectMinutes,this)).end().find(".ui-timepicker-hour-cell").unbind().bind("click",{fromDoubleClick:!1},$.proxy($.timepicker.selectHours,this)).bind("dblclick",{fromDoubleClick:!0},$.proxy($.timepicker.selectHours,this)).end().find(".ui-timepicker td a").unbind().bind("mouseout",function(){$(this).removeClass("ui-state-hover"),-1!=this.className.indexOf("ui-timepicker-prev")&&$(this).removeClass("ui-timepicker-prev-hover"),-1!=this.className.indexOf("ui-timepicker-next")&&$(this).removeClass("ui-timepicker-next-hover")}).bind("mouseover",function(){c._isDisabledTimepicker(a.inline?a.tpDiv.parent()[0]:a.input[0])||($(this).parents(".ui-timepicker-calendar").find("a").removeClass("ui-state-hover"),$(this).addClass("ui-state-hover"),-1!=this.className.indexOf("ui-timepicker-prev")&&$(this).addClass("ui-timepicker-prev-hover"),-1!=this.className.indexOf("ui-timepicker-next")&&$(this).addClass("ui-timepicker-next-hover"))}).end().find("."+this._dayOverClass+" a").trigger("mouseover").end().find(".ui-timepicker-now").bind("click",function(a){$.timepicker.selectNow(a)}).end().find(".ui-timepicker-deselect").bind("click",function(a){$.timepicker.deselectTime(a)}).end().find(".ui-timepicker-close").bind("click",function(a){$.timepicker._hideTimepicker()}).end()},_generateHTML:function(a){var b,c,d,e,f=1==this._get(a,"showPeriod"),g=1==this._get(a,"showPeriodLabels"),h=1==this._get(a,"showLeadingZero"),i=1==this._get(a,"showHours"),j=1==this._get(a,"showMinutes"),k=this._get(a,"amPmText"),l=this._get(a,"rows"),m=0,n=0,o=0,p=0,q=0,r=0,s=Array(),t=this._get(a,"hours"),u=null,v=0,w=this._get(a,"hourText"),x=this._get(a,"showCloseButton"),y=this._get(a,"closeButtonText"),z=this._get(a,"showNowButton"),A=this._get(a,"nowButtonText"),B=this._get(a,"showDeselectButton"),C=this._get(a,"deselectButtonText"),D=x||z||B;for(b=t.starts;b<=t.ends;b++)s.push(b);if(u=Math.ceil(s.length/l),g){for(v=0;v<s.length;v++)s[v]<12?o++:p++;v=0,m=Math.floor(o/s.length*l),n=Math.floor(p/s.length*l),l!=m+n&&(o&&(!p||!m||n&&o/m>=p/n)?m++:n++),q=Math.min(m,1),r=m+1,u=Math.ceil(Math.max(o/m,p/n))}if(e='<table class="ui-timepicker-table ui-widget-content ui-corner-all"><tr>',i){for(e+='<td class="ui-timepicker-hours"><div class="ui-timepicker-title ui-widget-header ui-helper-clearfix ui-corner-all">'+w+'</div><table class="ui-timepicker">',c=1;l>=c;c++){for(e+="<tr>",c==q&&g&&(e+='<th rowspan="'+m.toString()+'" class="periods" scope="row">'+k[0]+"</th>"),c==r&&g&&(e+='<th rowspan="'+n.toString()+'" class="periods" scope="row">'+k[1]+"</th>"),d=1;u>=d;d++)g&&r>c&&s[v]>=12?e+=this._generateHTMLHourCell(a,void 0,f,h):(e+=this._generateHTMLHourCell(a,s[v],f,h),v++);e+="</tr>"}e+="</tr></table></td>"}if(j&&(e+='<td class="ui-timepicker-minutes">',e+=this._generateHTMLMinutes(a),e+="</td>"),e+="</tr>",D){var E='<tr><td colspan="3"><div class="ui-timepicker-buttonpane ui-widget-content">';z&&(E+='<button type="button" class="ui-timepicker-now ui-state-default ui-corner-all" data-timepicker-instance-id="#'+a.id.replace(/\\\\/g,"\\")+'" >'+A+"</button>"),B&&(E+='<button type="button" class="ui-timepicker-deselect ui-state-default ui-corner-all" data-timepicker-instance-id="#'+a.id.replace(/\\\\/g,"\\")+'" >'+C+"</button>"),x&&(E+='<button type="button" class="ui-timepicker-close ui-state-default ui-corner-all" data-timepicker-instance-id="#'+a.id.replace(/\\\\/g,"\\")+'" >'+y+"</button>"),e+=E+"</div></td></tr>"}return e+="</table>",e+=$.browser.msie&&parseInt($.browser.version,10)<7&&!a.inline?'<iframe src="javascript:false;" class="ui-timepicker-cover" frameborder="0"></iframe>':""},_updateMinuteDisplay:function(a){var b=this._generateHTMLMinutes(a);a.tpDiv.find("td.ui-timepicker-minutes").html(b),this._rebindDialogEvents(a)},_generateHTMLMinutes:function(a){var b,c,d="",e=this._get(a,"rows"),f=Array(),g=this._get(a,"minutes"),h=null,i=0,j=1==this._get(a,"showMinutesLeadingZero"),k=this._get(a,"onMinuteShow"),l=this._get(a,"minuteText");for(g.starts||(g.starts=0),g.ends||(g.ends=59),b=g.starts;b<=g.ends;b+=g.interval)f.push(b);if(h=Math.round(f.length/e+.49),k&&0==k.apply(a.input?a.input[0]:null,[a.hours,a.minutes]))for(i=0;i<f.length;i+=1)if(b=f[i],k.apply(a.input?a.input[0]:null,[a.hours,b])){a.minutes=b;break}for(d+='<div class="ui-timepicker-title ui-widget-header ui-helper-clearfix ui-corner-all">'+l+'</div><table class="ui-timepicker">',i=0,c=1;e>=c;c++){for(d+="<tr>";c*h>i;){b=f[i];var m="";void 0!==b&&(m=10>b&&j?"0"+b.toString():b.toString()),d+=this._generateHTMLMinuteCell(a,b,m),i++}d+="</tr>"}return d+="</table>"},_generateHTMLHourCell:function(a,b,c,d){var e=b;b>12&&c&&(e=b-12),0==e&&c&&(e=12),10>e&&d&&(e="0"+e);var f="",g=!0,h=this._get(a,"onHourShow");return void 0==b?f='<td><span class="ui-state-default ui-state-disabled"> </span></td>':(h&&(g=h.apply(a.input?a.input[0]:null,[b])),f=g?'<td class="ui-timepicker-hour-cell" data-timepicker-instance-id="#'+a.id.replace(/\\\\/g,"\\")+'" data-hour="'+b.toString()+'"><a class="ui-state-default '+(b==a.hours?"ui-state-active":"")+'">'+e.toString()+"</a></td>":'<td><span class="ui-state-default ui-state-disabled '+(b==a.hours?" ui-state-active ":" ")+'">'+e.toString()+"</span></td>")},_generateHTMLMinuteCell:function(a,b,c){var d="",e=!0,f=this._get(a,"onMinuteShow");return f&&(e=f.apply(a.input?a.input[0]:null,[a.hours,b])),d=void 0==b?'<td><span class="ui-state-default ui-state-disabled"> </span></td>':e?'<td class="ui-timepicker-minute-cell" data-timepicker-instance-id="#'+a.id.replace(/\\\\/g,"\\")+'" data-minute="'+b.toString()+'" ><a class="ui-state-default '+(b==a.minutes?"ui-state-active":"")+'" >'+c+"</a></td>":'<td><span class="ui-state-default ui-state-disabled" >'+c+"</span></td>"},_destroyTimepicker:function(a){var b=$(a),c=$.data(a,PROP_NAME);if(b.hasClass(this.markerClassName)){var d=a.nodeName.toLowerCase();$.removeData(a,PROP_NAME),"input"==d?(c.append.remove(),c.trigger.remove(),b.removeClass(this.markerClassName).unbind("focus.timepicker",this._showTimepicker).unbind("click.timepicker",this._adjustZIndex)):("div"==d||"span"==d)&&b.removeClass(this.markerClassName).empty()}},_enableTimepicker:function(a){var b=$(a),c=b.attr("id"),d=$.data(a,PROP_NAME);if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();if("input"==e){a.disabled=!1;var f=this._get(d,"button");$(f).removeClass("ui-state-disabled").disabled=!1,d.trigger.filter("button").each(function(){this.disabled=!1}).end()}else if("div"==e||"span"==e){var g=b.children("."+this._inlineClass);g.children().removeClass("ui-state-disabled"),g.find("button").each(function(){this.disabled=!1})}this._disabledInputs=$.map(this._disabledInputs,function(a){return a==c?null:a})}},_disableTimepicker:function(a){var b=$(a),c=$.data(a,PROP_NAME);if(b.hasClass(this.markerClassName)){var d=a.nodeName.toLowerCase();if("input"==d){var e=this._get(c,"button");$(e).addClass("ui-state-disabled").disabled=!0,a.disabled=!0,c.trigger.filter("button").each(function(){this.disabled=!0}).end()}else if("div"==d||"span"==d){var f=b.children("."+this._inlineClass);f.children().addClass("ui-state-disabled"),f.find("button").each(function(){this.disabled=!0})}this._disabledInputs=$.map(this._disabledInputs,function(b){return b==a?null:b}),this._disabledInputs[this._disabledInputs.length]=b.attr("id")}},_isDisabledTimepicker:function(a){if(!a)return!1;for(var b=0;b<this._disabledInputs.length;b++)if(this._disabledInputs[b]==a)return!0;return!1},_checkOffset:function(a,b,c){var d=a.tpDiv.outerWidth(),e=a.tpDiv.outerHeight(),f=a.input?a.input.outerWidth():0,g=a.input?a.input.outerHeight():0,h=document.documentElement.clientWidth+$(document).scrollLeft(),i=document.documentElement.clientHeight+$(document).scrollTop();return b.left-=this._get(a,"isRTL")?d-f:0,b.left-=c&&b.left==a.input.offset().left?$(document).scrollLeft():0,b.top-=c&&b.top==a.input.offset().top+g?$(document).scrollTop():0,b.left-=Math.min(b.left,b.left+d>h&&h>d?Math.abs(b.left+d-h):0),b.top-=Math.min(b.top,b.top+e>i&&i>e?Math.abs(e+g):0),b},_findPos:function(a){for(var b=this._getInst(a),c=this._get(b,"isRTL");a&&("hidden"==a.type||1!=a.nodeType);)a=a[c?"previousSibling":"nextSibling"];var d=$(a).offset();return[d.left,d.top]},_getBorders:function(a){var b=function(a){return{thin:1,medium:2,thick:3}[a]||a};return[parseFloat(b(a.css("border-left-width"))),parseFloat(b(a.css("border-top-width")))]},_checkExternalClick:function(a){if($.timepicker._curInst){var b=$(a.target);b[0].id==$.timepicker._mainDivId||0!=b.parents("#"+$.timepicker._mainDivId).length||b.hasClass($.timepicker.markerClassName)||b.hasClass($.timepicker._triggerClass)||!$.timepicker._timepickerShowing||$.timepicker._inDialog&&$.blockUI||$.timepicker._hideTimepicker()}},_hideTimepicker:function(a){var b=this._curInst;if(b&&(!a||b==$.data(a,PROP_NAME))&&this._timepickerShowing){var c=this._get(b,"showAnim"),d=this._get(b,"duration"),e=function(){$.timepicker._tidyDialog(b),this._curInst=null};$.effects&&$.effects[c]?b.tpDiv.hide(c,$.timepicker._get(b,"showOptions"),d,e):b.tpDiv["slideDown"==c?"slideUp":"fadeIn"==c?"fadeOut":"hide"](c?d:null,e),c||e(),this._timepickerShowing=!1,this._lastInput=null,this._inDialog&&(this._dialogInput.css({position:"absolute",left:"0",top:"-100px"}),$.blockUI&&($.unblockUI(),$("body").append(this.tpDiv))),this._inDialog=!1;var f=this._get(b,"onClose");f&&f.apply(b.input?b.input[0]:null,[b.input?b.input.val():"",b])}},_tidyDialog:function(a){a.tpDiv.removeClass(this._dialogClass).unbind(".ui-timepicker")},_getInst:function(a){try{return $.data(a,PROP_NAME)}catch(b){throw"Missing instance data for this timepicker"}},_get:function(a,b){return void 0!==a.settings[b]?a.settings[b]:this._defaults[b]},_setTimeFromField:function(a){if(a.input.val()!=a.lastVal){var b=this._get(a,"defaultTime"),c="now"==b?this._getCurrentTimeRounded(a):b;if(0==a.inline&&""!=a.input.val()&&(c=a.input.val()),c instanceof Date)a.hours=c.getHours(),a.minutes=c.getMinutes();else{var d=a.lastVal=c;if(""==c)a.hours=-1,a.minutes=-1;else{var e=this.parseTime(a,d);a.hours=e.hours,a.minutes=e.minutes}}$.timepicker._updateTimepicker(a)}},_optionTimepicker:function(a,b,c){var d=this._getInst(a);if(2==arguments.length&&"string"==typeof b)return"defaults"==b?$.extend({},$.timepicker._defaults):d?"all"==b?$.extend({},d.settings):this._get(d,b):null;var e=b||{};"string"==typeof b&&(e={},e[b]=c),d&&(this._curInst==d&&this._hideTimepicker(),extendRemove(d.settings,e),this._updateTimepicker(d))},_setTimeTimepicker:function(a,b){var c=this._getInst(a);c&&(this._setTime(c,b),this._updateTimepicker(c),this._updateAlternate(c,b))},_setTime:function(a,b,c){var d=a.hours,e=a.minutes;b=this.parseTime(a,b),a.hours=b.hours,a.minutes=b.minutes,d==a.hours&&e==a.minuts||c||a.input.trigger("change"),this._updateTimepicker(a),this._updateSelectedValue(a)},_getCurrentTimeRounded:function(a){var b=new Date,c=b.getMinutes(),d=5*Math.round(c/5);return b.setMinutes(d),b},parseTime:function(a,b){var c=new Object;c.hours=-1,c.minutes=-1;var d=this._get(a,"timeSeparator"),e=this._get(a,"amPmText"),f=this._get(a,"showHours"),g=this._get(a,"showMinutes"),h=this._get(a,"optionalMinutes"),i=1==this._get(a,"showPeriod"),j=b.indexOf(d);if(-1!=j?(c.hours=parseInt(b.substr(0,j),10),c.minutes=parseInt(b.substr(j+1),10)):!f||g&&!h?!f&&g&&(c.minutes=parseInt(b,10)):c.hours=parseInt(b,10),f){var k=b.toUpperCase();c.hours<12&&i&&-1!=k.indexOf(e[1].toUpperCase())&&(c.hours+=12),12==c.hours&&i&&-1!=k.indexOf(e[0].toUpperCase())&&(c.hours=0)}return c},selectNow:function(a){var b=$(a.target).attr("data-timepicker-instance-id"),c=$(b),d=this._getInst(c[0]),e=new Date;d.hours=e.getHours(),d.minutes=e.getMinutes(),this._updateSelectedValue(d),this._updateTimepicker(d),this._hideTimepicker()},deselectTime:function(a){var b=$(a.target).attr("data-timepicker-instance-id"),c=$(b),d=this._getInst(c[0]);d.hours=-1,d.minutes=-1,this._updateSelectedValue(d),this._hideTimepicker()},selectHours:function(a){var b=$(a.currentTarget),c=b.attr("data-timepicker-instance-id"),d=parseInt(b.attr("data-hour")),e=a.data.fromDoubleClick,f=$(c),g=this._getInst(f[0]),h=1==this._get(g,"showMinutes");if($.timepicker._isDisabledTimepicker(f.attr("id")))return!1;b.parents(".ui-timepicker-hours:first").find("a").removeClass("ui-state-active"),b.children("a").addClass("ui-state-active"),g.hours=d;var i=this._get(g,"onMinuteShow");return i&&this._updateMinuteDisplay(g),this._updateSelectedValue(g),g._hoursClicked=!0,(g._minutesClicked||e||0==h)&&$.timepicker._hideTimepicker(),!1},selectMinutes:function(a){var b=$(a.currentTarget),c=b.attr("data-timepicker-instance-id"),d=parseInt(b.attr("data-minute")),e=a.data.fromDoubleClick,f=$(c),g=this._getInst(f[0]),h=1==this._get(g,"showHours");return $.timepicker._isDisabledTimepicker(f.attr("id"))?!1:(b.parents(".ui-timepicker-minutes:first").find("a").removeClass("ui-state-active"),b.children("a").addClass("ui-state-active"),g.minutes=d,this._updateSelectedValue(g),g._minutesClicked=!0,g._hoursClicked||e||0==h?($.timepicker._hideTimepicker(),!1):!1)},_updateSelectedValue:function(a){var b=this._getParsedTime(a);a.input&&(a.input.val(b),a.input.trigger("change"));var c=this._get(a,"onSelect");return c&&c.apply(a.input?a.input[0]:null,[b,a]),this._updateAlternate(a,b),b},_getParsedTime:function(a){if(-1==a.hours&&-1==a.minutes)return"";(a.hours<a.hours.starts||a.hours>a.hours.ends)&&(a.hours=0),(a.minutes<a.minutes.starts||a.minutes>a.minutes.ends)&&(a.minutes=0);var b="",c=1==this._get(a,"showPeriod"),d=1==this._get(a,"showLeadingZero"),e=1==this._get(a,"showHours"),f=1==this._get(a,"showMinutes"),g=1==this._get(a,"optionalMinutes"),h=this._get(a,"amPmText"),i=a.hours?a.hours:0,j=a.minutes?a.minutes:0,k=i?i:0,l="";c&&(0==a.hours&&(k=12),a.hours<12?b=h[0]:(b=h[1],k>12&&(k-=12)));var m=k.toString();d&&10>k&&(m="0"+m);var n=j.toString();return 10>j&&(n="0"+n),e&&(l+=m),!e||!f||g&&0==n||(l+=this._get(a,"timeSeparator")),!f||g&&0==n||(l+=n),e&&b.length>0&&(l+=this._get(a,"periodSeparator")+b),l},_updateAlternate:function(a,b){var c=this._get(a,"altField");c&&$(c).each(function(a,c){$(c).val(b)})},_getTimeTimepicker:function(a){var b=this._getInst(a);return this._getParsedTime(b)},_getHourTimepicker:function(a){var b=this._getInst(a);return void 0==b?-1:b.hours},_getMinuteTimepicker:function(a){var b=this._getInst(a);return void 0==b?-1:b.minutes}}),$.fn.timepicker=function(a){$.timepicker.initialized||($(document).mousedown($.timepicker._checkExternalClick).find("body").append($.timepicker.tpDiv),$.timepicker.initialized=!0);var b=Array.prototype.slice.call(arguments,1);return"string"!=typeof a||"getTime"!=a&&"getHour"!=a&&"getMinute"!=a?"option"==a&&2==arguments.length&&"string"==typeof arguments[1]?$.timepicker["_"+a+"Timepicker"].apply($.timepicker,[this[0]].concat(b)):this.each(function(){"string"==typeof a?$.timepicker["_"+a+"Timepicker"].apply($.timepicker,[this].concat(b)):$.timepicker._attachTimepicker(this,a)}):$.timepicker["_"+a+"Timepicker"].apply($.timepicker,[this[0]].concat(b))},$.timepicker=new Timepicker,$.timepicker.initialized=!1,$.timepicker.uuid=(new Date).getTime(),$.timepicker.version="0.3.1",window["TP_jQuery_"+tpuuid]=$}(jQuery);
|
1 |
+
/*! event-organiser 3.7.6-0-g30a7409c 2019-03-06 23:23 */
|
2 |
!function($){function Timepicker(){this._curInst=null,this._disabledInputs=[],this._timepickerShowing=!1,this._inDialog=!1,this._dialogClass="ui-timepicker-dialog",this._mainDivId="ui-timepicker-div",this._inlineClass="ui-timepicker-inline",this._currentClass="ui-timepicker-current",this._dayOverClass="ui-timepicker-days-cell-over",this.regional=[],this.regional[""]={hourText:"Hour",minuteText:"Minute",amPmText:["AM","PM"],closeButtonText:"Done",nowButtonText:"Now",deselectButtonText:"Deselect"},this._defaults={showOn:"focus",button:null,showAnim:"fadeIn",showOptions:{},appendText:"",beforeShow:null,onSelect:null,onClose:null,timeSeparator:":",periodSeparator:" ",showPeriod:!1,showPeriodLabels:!0,showLeadingZero:!0,showMinutesLeadingZero:!0,altField:"",defaultTime:"now",myPosition:"left top",atPosition:"left bottom",onHourShow:null,onMinuteShow:null,hours:{starts:0,ends:23},minutes:{starts:0,ends:55,interval:5},rows:4,showHours:!0,showMinutes:!0,optionalMinutes:!1,showCloseButton:!1,showNowButton:!1,showDeselectButton:!1},$.extend(this._defaults,this.regional[""]),this.tpDiv=$('<div id="'+this._mainDivId+'" class="ui-timepicker ui-widget ui-helper-clearfix ui-corner-all " style="display: none"></div>')}function extendRemove(a,b){$.extend(a,b);for(var c in b)(null==b[c]||void 0==b[c])&&(a[c]=b[c]);return a}$.extend($.ui,{timepicker:{version:"0.3.1"}});var PROP_NAME="timepicker",tpuuid=(new Date).getTime();$.extend(Timepicker.prototype,{markerClassName:"hasTimepicker",log:function(){},_widgetTimepicker:function(){return this.tpDiv},setDefaults:function(a){return extendRemove(this._defaults,a||{}),this},_attachTimepicker:function(target,settings){var inlineSettings=null;for(var attrName in this._defaults){var attrValue=target.getAttribute("time:"+attrName);if(attrValue){inlineSettings=inlineSettings||{};try{inlineSettings[attrName]=eval(attrValue)}catch(err){inlineSettings[attrName]=attrValue}}}var nodeName=target.nodeName.toLowerCase(),inline="div"==nodeName||"span"==nodeName;target.id||(this.uuid+=1,target.id="tp"+this.uuid);var inst=this._newInst($(target),inline);inst.settings=$.extend({},settings||{},inlineSettings||{}),"input"==nodeName?(this._connectTimepicker(target,inst),this._setTimeFromField(inst)):inline&&this._inlineTimepicker(target,inst)},_newInst:function(a,b){var c=a[0].id.replace(/([^A-Za-z0-9_-])/g,"\\\\$1");return{id:c,input:a,inline:b,tpDiv:b?$('<div class="'+this._inlineClass+' ui-timepicker ui-widget ui-helper-clearfix"></div>'):this.tpDiv}},_connectTimepicker:function(a,b){var c=$(a);b.append=$([]),b.trigger=$([]),c.hasClass(this.markerClassName)||(this._attachments(c,b),c.addClass(this.markerClassName).keydown(this._doKeyDown).keyup(this._doKeyUp).bind("setData.timepicker",function(a,c,d){b.settings[c]=d}).bind("getData.timepicker",function(a,c){return this._get(b,c)}),$.data(a,PROP_NAME,b))},_doKeyDown:function(a){var b=$.timepicker._getInst(a.target),c=!0;if(b._keyEvent=!0,$.timepicker._timepickerShowing)switch(a.keyCode){case 9:$.timepicker._hideTimepicker(),c=!1;break;case 13:return $.timepicker._updateSelectedValue(b),$.timepicker._hideTimepicker(),!1;case 27:$.timepicker._hideTimepicker();break;default:c=!1}else 36==a.keyCode&&a.ctrlKey?$.timepicker._showTimepicker(this):c=!1;c&&(a.preventDefault(),a.stopPropagation())},_doKeyUp:function(a){var b=$.timepicker._getInst(a.target);$.timepicker._setTimeFromField(b),$.timepicker._updateTimepicker(b)},_attachments:function(a,b){var c=this._get(b,"appendText"),d=this._get(b,"isRTL");b.append&&b.append.remove(),c&&(b.append=$('<span class="'+this._appendClass+'">'+c+"</span>"),a[d?"before":"after"](b.append)),a.unbind("focus.timepicker",this._showTimepicker),a.unbind("click.timepicker",this._adjustZIndex),b.trigger&&b.trigger.remove();var e=this._get(b,"showOn");if(("focus"==e||"both"==e)&&(a.bind("focus.timepicker",this._showTimepicker),a.bind("click.timepicker",this._adjustZIndex)),"button"==e||"both"==e){var f=this._get(b,"button");$(f).bind("click.timepicker",function(){return $.timepicker._timepickerShowing&&$.timepicker._lastInput==a[0]?$.timepicker._hideTimepicker():b.input.is(":disabled")||$.timepicker._showTimepicker(a[0]),!1})}},_inlineTimepicker:function(a,b){var c=$(a);c.hasClass(this.markerClassName)||(c.addClass(this.markerClassName).append(b.tpDiv).bind("setData.timepicker",function(a,c,d){b.settings[c]=d}).bind("getData.timepicker",function(a,c){return this._get(b,c)}),$.data(a,PROP_NAME,b),this._setTimeFromField(b),this._updateTimepicker(b),b.tpDiv.show())},_adjustZIndex:function(a){a=a.target||a;var b=$.timepicker._getInst(a);b.tpDiv.css("zIndex",$.timepicker._getZIndex(a)+1)},_showTimepicker:function(a){if(a=a.target||a,"input"!=a.nodeName.toLowerCase()&&(a=$("input",a.parentNode)[0]),!$.timepicker._isDisabledTimepicker(a)&&$.timepicker._lastInput!=a){$.timepicker._hideTimepicker();var b=$.timepicker._getInst(a);$.timepicker._curInst&&$.timepicker._curInst!=b&&$.timepicker._curInst.tpDiv.stop(!0,!0);var c=$.timepicker._get(b,"beforeShow");extendRemove(b.settings,c?c.apply(a,[a,b]):{}),b.lastVal=null,$.timepicker._lastInput=a,$.timepicker._setTimeFromField(b),$.timepicker._inDialog&&(a.value=""),$.timepicker._pos||($.timepicker._pos=$.timepicker._findPos(a),$.timepicker._pos[1]+=a.offsetHeight);var d=!1;$(a).parents().each(function(){return d|="fixed"==$(this).css("position"),!d}),d&&$.browser.opera&&($.timepicker._pos[0]-=document.documentElement.scrollLeft,$.timepicker._pos[1]-=document.documentElement.scrollTop);var e={left:$.timepicker._pos[0],top:$.timepicker._pos[1]};if($.timepicker._pos=null,b.tpDiv.css({position:"absolute",display:"block",top:"-1000px"}),$.timepicker._updateTimepicker(b),b.inline||"object"!=typeof $.ui.position||(b.tpDiv.position({of:b.input,my:$.timepicker._get(b,"myPosition"),at:$.timepicker._get(b,"atPosition"),collision:"flip"}),e=b.tpDiv.offset(),$.timepicker._pos=[e.top,e.left]),b._hoursClicked=!1,b._minutesClicked=!1,e=$.timepicker._checkOffset(b,e,d),b.tpDiv.css({position:$.timepicker._inDialog&&$.blockUI?"static":d?"fixed":"absolute",display:"none",left:e.left+"px",top:e.top+"px"}),!b.inline){var f=$.timepicker._get(b,"showAnim"),g=$.timepicker._get(b,"duration"),h=function(){$.timepicker._timepickerShowing=!0;var a=$.timepicker._getBorders(b.tpDiv);b.tpDiv.find("iframe.ui-timepicker-cover").css({left:-a[0],top:-a[1],width:b.tpDiv.outerWidth(),height:b.tpDiv.outerHeight()})};$.timepicker._adjustZIndex(a),$.effects&&$.effects[f]?b.tpDiv.show(f,$.timepicker._get(b,"showOptions"),g,h):b.tpDiv[f||"show"](f?g:null,h),f&&g||h(),b.input.is(":visible")&&!b.input.is(":disabled")&&b.input.focus(),$.timepicker._curInst=b}}},_getZIndex:function(a){for(var b,c,d=$(a);d.length&&d[0]!==document;){if(b=d.css("position"),("absolute"===b||"relative"===b||"fixed"===b)&&(c=parseInt(d.css("zIndex"),10),!isNaN(c)&&0!==c))return c;d=d.parent()}},_refreshTimepicker:function(a){var b=this._getInst(a);b&&this._updateTimepicker(b)},_updateTimepicker:function(a){a.tpDiv.empty().append(this._generateHTML(a)),this._rebindDialogEvents(a)},_rebindDialogEvents:function(a){var b=$.timepicker._getBorders(a.tpDiv),c=this;a.tpDiv.find("iframe.ui-timepicker-cover").css({left:-b[0],top:-b[1],width:a.tpDiv.outerWidth(),height:a.tpDiv.outerHeight()}).end().find(".ui-timepicker-minute-cell").unbind().bind("click",{fromDoubleClick:!1},$.proxy($.timepicker.selectMinutes,this)).bind("dblclick",{fromDoubleClick:!0},$.proxy($.timepicker.selectMinutes,this)).end().find(".ui-timepicker-hour-cell").unbind().bind("click",{fromDoubleClick:!1},$.proxy($.timepicker.selectHours,this)).bind("dblclick",{fromDoubleClick:!0},$.proxy($.timepicker.selectHours,this)).end().find(".ui-timepicker td a").unbind().bind("mouseout",function(){$(this).removeClass("ui-state-hover"),-1!=this.className.indexOf("ui-timepicker-prev")&&$(this).removeClass("ui-timepicker-prev-hover"),-1!=this.className.indexOf("ui-timepicker-next")&&$(this).removeClass("ui-timepicker-next-hover")}).bind("mouseover",function(){c._isDisabledTimepicker(a.inline?a.tpDiv.parent()[0]:a.input[0])||($(this).parents(".ui-timepicker-calendar").find("a").removeClass("ui-state-hover"),$(this).addClass("ui-state-hover"),-1!=this.className.indexOf("ui-timepicker-prev")&&$(this).addClass("ui-timepicker-prev-hover"),-1!=this.className.indexOf("ui-timepicker-next")&&$(this).addClass("ui-timepicker-next-hover"))}).end().find("."+this._dayOverClass+" a").trigger("mouseover").end().find(".ui-timepicker-now").bind("click",function(a){$.timepicker.selectNow(a)}).end().find(".ui-timepicker-deselect").bind("click",function(a){$.timepicker.deselectTime(a)}).end().find(".ui-timepicker-close").bind("click",function(a){$.timepicker._hideTimepicker()}).end()},_generateHTML:function(a){var b,c,d,e,f=1==this._get(a,"showPeriod"),g=1==this._get(a,"showPeriodLabels"),h=1==this._get(a,"showLeadingZero"),i=1==this._get(a,"showHours"),j=1==this._get(a,"showMinutes"),k=this._get(a,"amPmText"),l=this._get(a,"rows"),m=0,n=0,o=0,p=0,q=0,r=0,s=Array(),t=this._get(a,"hours"),u=null,v=0,w=this._get(a,"hourText"),x=this._get(a,"showCloseButton"),y=this._get(a,"closeButtonText"),z=this._get(a,"showNowButton"),A=this._get(a,"nowButtonText"),B=this._get(a,"showDeselectButton"),C=this._get(a,"deselectButtonText"),D=x||z||B;for(b=t.starts;b<=t.ends;b++)s.push(b);if(u=Math.ceil(s.length/l),g){for(v=0;v<s.length;v++)s[v]<12?o++:p++;v=0,m=Math.floor(o/s.length*l),n=Math.floor(p/s.length*l),l!=m+n&&(o&&(!p||!m||n&&o/m>=p/n)?m++:n++),q=Math.min(m,1),r=m+1,u=Math.ceil(Math.max(o/m,p/n))}if(e='<table class="ui-timepicker-table ui-widget-content ui-corner-all"><tr>',i){for(e+='<td class="ui-timepicker-hours"><div class="ui-timepicker-title ui-widget-header ui-helper-clearfix ui-corner-all">'+w+'</div><table class="ui-timepicker">',c=1;l>=c;c++){for(e+="<tr>",c==q&&g&&(e+='<th rowspan="'+m.toString()+'" class="periods" scope="row">'+k[0]+"</th>"),c==r&&g&&(e+='<th rowspan="'+n.toString()+'" class="periods" scope="row">'+k[1]+"</th>"),d=1;u>=d;d++)g&&r>c&&s[v]>=12?e+=this._generateHTMLHourCell(a,void 0,f,h):(e+=this._generateHTMLHourCell(a,s[v],f,h),v++);e+="</tr>"}e+="</tr></table></td>"}if(j&&(e+='<td class="ui-timepicker-minutes">',e+=this._generateHTMLMinutes(a),e+="</td>"),e+="</tr>",D){var E='<tr><td colspan="3"><div class="ui-timepicker-buttonpane ui-widget-content">';z&&(E+='<button type="button" class="ui-timepicker-now ui-state-default ui-corner-all" data-timepicker-instance-id="#'+a.id.replace(/\\\\/g,"\\")+'" >'+A+"</button>"),B&&(E+='<button type="button" class="ui-timepicker-deselect ui-state-default ui-corner-all" data-timepicker-instance-id="#'+a.id.replace(/\\\\/g,"\\")+'" >'+C+"</button>"),x&&(E+='<button type="button" class="ui-timepicker-close ui-state-default ui-corner-all" data-timepicker-instance-id="#'+a.id.replace(/\\\\/g,"\\")+'" >'+y+"</button>"),e+=E+"</div></td></tr>"}return e+="</table>",e+=$.browser.msie&&parseInt($.browser.version,10)<7&&!a.inline?'<iframe src="javascript:false;" class="ui-timepicker-cover" frameborder="0"></iframe>':""},_updateMinuteDisplay:function(a){var b=this._generateHTMLMinutes(a);a.tpDiv.find("td.ui-timepicker-minutes").html(b),this._rebindDialogEvents(a)},_generateHTMLMinutes:function(a){var b,c,d="",e=this._get(a,"rows"),f=Array(),g=this._get(a,"minutes"),h=null,i=0,j=1==this._get(a,"showMinutesLeadingZero"),k=this._get(a,"onMinuteShow"),l=this._get(a,"minuteText");for(g.starts||(g.starts=0),g.ends||(g.ends=59),b=g.starts;b<=g.ends;b+=g.interval)f.push(b);if(h=Math.round(f.length/e+.49),k&&0==k.apply(a.input?a.input[0]:null,[a.hours,a.minutes]))for(i=0;i<f.length;i+=1)if(b=f[i],k.apply(a.input?a.input[0]:null,[a.hours,b])){a.minutes=b;break}for(d+='<div class="ui-timepicker-title ui-widget-header ui-helper-clearfix ui-corner-all">'+l+'</div><table class="ui-timepicker">',i=0,c=1;e>=c;c++){for(d+="<tr>";c*h>i;){b=f[i];var m="";void 0!==b&&(m=10>b&&j?"0"+b.toString():b.toString()),d+=this._generateHTMLMinuteCell(a,b,m),i++}d+="</tr>"}return d+="</table>"},_generateHTMLHourCell:function(a,b,c,d){var e=b;b>12&&c&&(e=b-12),0==e&&c&&(e=12),10>e&&d&&(e="0"+e);var f="",g=!0,h=this._get(a,"onHourShow");return void 0==b?f='<td><span class="ui-state-default ui-state-disabled"> </span></td>':(h&&(g=h.apply(a.input?a.input[0]:null,[b])),f=g?'<td class="ui-timepicker-hour-cell" data-timepicker-instance-id="#'+a.id.replace(/\\\\/g,"\\")+'" data-hour="'+b.toString()+'"><a class="ui-state-default '+(b==a.hours?"ui-state-active":"")+'">'+e.toString()+"</a></td>":'<td><span class="ui-state-default ui-state-disabled '+(b==a.hours?" ui-state-active ":" ")+'">'+e.toString()+"</span></td>")},_generateHTMLMinuteCell:function(a,b,c){var d="",e=!0,f=this._get(a,"onMinuteShow");return f&&(e=f.apply(a.input?a.input[0]:null,[a.hours,b])),d=void 0==b?'<td><span class="ui-state-default ui-state-disabled"> </span></td>':e?'<td class="ui-timepicker-minute-cell" data-timepicker-instance-id="#'+a.id.replace(/\\\\/g,"\\")+'" data-minute="'+b.toString()+'" ><a class="ui-state-default '+(b==a.minutes?"ui-state-active":"")+'" >'+c+"</a></td>":'<td><span class="ui-state-default ui-state-disabled" >'+c+"</span></td>"},_destroyTimepicker:function(a){var b=$(a),c=$.data(a,PROP_NAME);if(b.hasClass(this.markerClassName)){var d=a.nodeName.toLowerCase();$.removeData(a,PROP_NAME),"input"==d?(c.append.remove(),c.trigger.remove(),b.removeClass(this.markerClassName).unbind("focus.timepicker",this._showTimepicker).unbind("click.timepicker",this._adjustZIndex)):("div"==d||"span"==d)&&b.removeClass(this.markerClassName).empty()}},_enableTimepicker:function(a){var b=$(a),c=b.attr("id"),d=$.data(a,PROP_NAME);if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();if("input"==e){a.disabled=!1;var f=this._get(d,"button");$(f).removeClass("ui-state-disabled").disabled=!1,d.trigger.filter("button").each(function(){this.disabled=!1}).end()}else if("div"==e||"span"==e){var g=b.children("."+this._inlineClass);g.children().removeClass("ui-state-disabled"),g.find("button").each(function(){this.disabled=!1})}this._disabledInputs=$.map(this._disabledInputs,function(a){return a==c?null:a})}},_disableTimepicker:function(a){var b=$(a),c=$.data(a,PROP_NAME);if(b.hasClass(this.markerClassName)){var d=a.nodeName.toLowerCase();if("input"==d){var e=this._get(c,"button");$(e).addClass("ui-state-disabled").disabled=!0,a.disabled=!0,c.trigger.filter("button").each(function(){this.disabled=!0}).end()}else if("div"==d||"span"==d){var f=b.children("."+this._inlineClass);f.children().addClass("ui-state-disabled"),f.find("button").each(function(){this.disabled=!0})}this._disabledInputs=$.map(this._disabledInputs,function(b){return b==a?null:b}),this._disabledInputs[this._disabledInputs.length]=b.attr("id")}},_isDisabledTimepicker:function(a){if(!a)return!1;for(var b=0;b<this._disabledInputs.length;b++)if(this._disabledInputs[b]==a)return!0;return!1},_checkOffset:function(a,b,c){var d=a.tpDiv.outerWidth(),e=a.tpDiv.outerHeight(),f=a.input?a.input.outerWidth():0,g=a.input?a.input.outerHeight():0,h=document.documentElement.clientWidth+$(document).scrollLeft(),i=document.documentElement.clientHeight+$(document).scrollTop();return b.left-=this._get(a,"isRTL")?d-f:0,b.left-=c&&b.left==a.input.offset().left?$(document).scrollLeft():0,b.top-=c&&b.top==a.input.offset().top+g?$(document).scrollTop():0,b.left-=Math.min(b.left,b.left+d>h&&h>d?Math.abs(b.left+d-h):0),b.top-=Math.min(b.top,b.top+e>i&&i>e?Math.abs(e+g):0),b},_findPos:function(a){for(var b=this._getInst(a),c=this._get(b,"isRTL");a&&("hidden"==a.type||1!=a.nodeType);)a=a[c?"previousSibling":"nextSibling"];var d=$(a).offset();return[d.left,d.top]},_getBorders:function(a){var b=function(a){return{thin:1,medium:2,thick:3}[a]||a};return[parseFloat(b(a.css("border-left-width"))),parseFloat(b(a.css("border-top-width")))]},_checkExternalClick:function(a){if($.timepicker._curInst){var b=$(a.target);b[0].id==$.timepicker._mainDivId||0!=b.parents("#"+$.timepicker._mainDivId).length||b.hasClass($.timepicker.markerClassName)||b.hasClass($.timepicker._triggerClass)||!$.timepicker._timepickerShowing||$.timepicker._inDialog&&$.blockUI||$.timepicker._hideTimepicker()}},_hideTimepicker:function(a){var b=this._curInst;if(b&&(!a||b==$.data(a,PROP_NAME))&&this._timepickerShowing){var c=this._get(b,"showAnim"),d=this._get(b,"duration"),e=function(){$.timepicker._tidyDialog(b),this._curInst=null};$.effects&&$.effects[c]?b.tpDiv.hide(c,$.timepicker._get(b,"showOptions"),d,e):b.tpDiv["slideDown"==c?"slideUp":"fadeIn"==c?"fadeOut":"hide"](c?d:null,e),c||e(),this._timepickerShowing=!1,this._lastInput=null,this._inDialog&&(this._dialogInput.css({position:"absolute",left:"0",top:"-100px"}),$.blockUI&&($.unblockUI(),$("body").append(this.tpDiv))),this._inDialog=!1;var f=this._get(b,"onClose");f&&f.apply(b.input?b.input[0]:null,[b.input?b.input.val():"",b])}},_tidyDialog:function(a){a.tpDiv.removeClass(this._dialogClass).unbind(".ui-timepicker")},_getInst:function(a){try{return $.data(a,PROP_NAME)}catch(b){throw"Missing instance data for this timepicker"}},_get:function(a,b){return void 0!==a.settings[b]?a.settings[b]:this._defaults[b]},_setTimeFromField:function(a){if(a.input.val()!=a.lastVal){var b=this._get(a,"defaultTime"),c="now"==b?this._getCurrentTimeRounded(a):b;if(0==a.inline&&""!=a.input.val()&&(c=a.input.val()),c instanceof Date)a.hours=c.getHours(),a.minutes=c.getMinutes();else{var d=a.lastVal=c;if(""==c)a.hours=-1,a.minutes=-1;else{var e=this.parseTime(a,d);a.hours=e.hours,a.minutes=e.minutes}}$.timepicker._updateTimepicker(a)}},_optionTimepicker:function(a,b,c){var d=this._getInst(a);if(2==arguments.length&&"string"==typeof b)return"defaults"==b?$.extend({},$.timepicker._defaults):d?"all"==b?$.extend({},d.settings):this._get(d,b):null;var e=b||{};"string"==typeof b&&(e={},e[b]=c),d&&(this._curInst==d&&this._hideTimepicker(),extendRemove(d.settings,e),this._updateTimepicker(d))},_setTimeTimepicker:function(a,b){var c=this._getInst(a);c&&(this._setTime(c,b),this._updateTimepicker(c),this._updateAlternate(c,b))},_setTime:function(a,b,c){var d=a.hours,e=a.minutes;b=this.parseTime(a,b),a.hours=b.hours,a.minutes=b.minutes,d==a.hours&&e==a.minuts||c||a.input.trigger("change"),this._updateTimepicker(a),this._updateSelectedValue(a)},_getCurrentTimeRounded:function(a){var b=new Date,c=b.getMinutes(),d=5*Math.round(c/5);return b.setMinutes(d),b},parseTime:function(a,b){var c=new Object;c.hours=-1,c.minutes=-1;var d=this._get(a,"timeSeparator"),e=this._get(a,"amPmText"),f=this._get(a,"showHours"),g=this._get(a,"showMinutes"),h=this._get(a,"optionalMinutes"),i=1==this._get(a,"showPeriod"),j=b.indexOf(d);if(-1!=j?(c.hours=parseInt(b.substr(0,j),10),c.minutes=parseInt(b.substr(j+1),10)):!f||g&&!h?!f&&g&&(c.minutes=parseInt(b,10)):c.hours=parseInt(b,10),f){var k=b.toUpperCase();c.hours<12&&i&&-1!=k.indexOf(e[1].toUpperCase())&&(c.hours+=12),12==c.hours&&i&&-1!=k.indexOf(e[0].toUpperCase())&&(c.hours=0)}return c},selectNow:function(a){var b=$(a.target).attr("data-timepicker-instance-id"),c=$(b),d=this._getInst(c[0]),e=new Date;d.hours=e.getHours(),d.minutes=e.getMinutes(),this._updateSelectedValue(d),this._updateTimepicker(d),this._hideTimepicker()},deselectTime:function(a){var b=$(a.target).attr("data-timepicker-instance-id"),c=$(b),d=this._getInst(c[0]);d.hours=-1,d.minutes=-1,this._updateSelectedValue(d),this._hideTimepicker()},selectHours:function(a){var b=$(a.currentTarget),c=b.attr("data-timepicker-instance-id"),d=parseInt(b.attr("data-hour")),e=a.data.fromDoubleClick,f=$(c),g=this._getInst(f[0]),h=1==this._get(g,"showMinutes");if($.timepicker._isDisabledTimepicker(f.attr("id")))return!1;b.parents(".ui-timepicker-hours:first").find("a").removeClass("ui-state-active"),b.children("a").addClass("ui-state-active"),g.hours=d;var i=this._get(g,"onMinuteShow");return i&&this._updateMinuteDisplay(g),this._updateSelectedValue(g),g._hoursClicked=!0,(g._minutesClicked||e||0==h)&&$.timepicker._hideTimepicker(),!1},selectMinutes:function(a){var b=$(a.currentTarget),c=b.attr("data-timepicker-instance-id"),d=parseInt(b.attr("data-minute")),e=a.data.fromDoubleClick,f=$(c),g=this._getInst(f[0]),h=1==this._get(g,"showHours");return $.timepicker._isDisabledTimepicker(f.attr("id"))?!1:(b.parents(".ui-timepicker-minutes:first").find("a").removeClass("ui-state-active"),b.children("a").addClass("ui-state-active"),g.minutes=d,this._updateSelectedValue(g),g._minutesClicked=!0,g._hoursClicked||e||0==h?($.timepicker._hideTimepicker(),!1):!1)},_updateSelectedValue:function(a){var b=this._getParsedTime(a);a.input&&(a.input.val(b),a.input.trigger("change"));var c=this._get(a,"onSelect");return c&&c.apply(a.input?a.input[0]:null,[b,a]),this._updateAlternate(a,b),b},_getParsedTime:function(a){if(-1==a.hours&&-1==a.minutes)return"";(a.hours<a.hours.starts||a.hours>a.hours.ends)&&(a.hours=0),(a.minutes<a.minutes.starts||a.minutes>a.minutes.ends)&&(a.minutes=0);var b="",c=1==this._get(a,"showPeriod"),d=1==this._get(a,"showLeadingZero"),e=1==this._get(a,"showHours"),f=1==this._get(a,"showMinutes"),g=1==this._get(a,"optionalMinutes"),h=this._get(a,"amPmText"),i=a.hours?a.hours:0,j=a.minutes?a.minutes:0,k=i?i:0,l="";c&&(0==a.hours&&(k=12),a.hours<12?b=h[0]:(b=h[1],k>12&&(k-=12)));var m=k.toString();d&&10>k&&(m="0"+m);var n=j.toString();return 10>j&&(n="0"+n),e&&(l+=m),!e||!f||g&&0==n||(l+=this._get(a,"timeSeparator")),!f||g&&0==n||(l+=n),e&&b.length>0&&(l+=this._get(a,"periodSeparator")+b),l},_updateAlternate:function(a,b){var c=this._get(a,"altField");c&&$(c).each(function(a,c){$(c).val(b)})},_getTimeTimepicker:function(a){var b=this._getInst(a);return this._getParsedTime(b)},_getHourTimepicker:function(a){var b=this._getInst(a);return void 0==b?-1:b.hours},_getMinuteTimepicker:function(a){var b=this._getInst(a);return void 0==b?-1:b.minutes}}),$.fn.timepicker=function(a){$.timepicker.initialized||($(document).mousedown($.timepicker._checkExternalClick).find("body").append($.timepicker.tpDiv),$.timepicker.initialized=!0);var b=Array.prototype.slice.call(arguments,1);return"string"!=typeof a||"getTime"!=a&&"getHour"!=a&&"getMinute"!=a?"option"==a&&2==arguments.length&&"string"==typeof arguments[1]?$.timepicker["_"+a+"Timepicker"].apply($.timepicker,[this[0]].concat(b)):this.each(function(){"string"==typeof a?$.timepicker["_"+a+"Timepicker"].apply($.timepicker,[this].concat(b)):$.timepicker._attachTimepicker(this,a)}):$.timepicker["_"+a+"Timepicker"].apply($.timepicker,[this[0]].concat(b))},$.timepicker=new Timepicker,$.timepicker.initialized=!1,$.timepicker.uuid=(new Date).getTime(),$.timepicker.version="0.3.1",window["TP_jQuery_"+tpuuid]=$}(jQuery);
|
js/venue-admin.min.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
/*! event-organiser 3.7.
|
2 |
var eo_venue=eo_venue||{marker:!1};jQuery(document).ready(function(a){postboxes.add_postbox_toggles(pagenow);var b=a("#eo_venue_Lat").val(),c=a("#eo_venue_Lng").val(),d=15;if(0===b&&0===c){var e=[];a(".eo_addressInput").each(function(){e.push(a(this).val())}),e.join("")||(d=1)}eovenue.init_map("venuemap",{lat:b,lng:c,zoom:d,draggable:!0,markerIcon:eo_venue.marker,onDrag:function(b){this.dragging=!0,a("#eo-venue-latllng-text").text(b.target.latlng.lat+", "+b.target.latlng.lng)},onDragend:function(b){this.dragging=!1;var c=b.target.latlng.lat+", "+b.target.latlng.lng;a("#eo_venue_Lat").val(b.target.latlng.lat),a("#eo_venue_Lng").val(b.target.latlng.lng),a("#eo-venue-latllng-text").text(c),b.target.map.setCenter(b.target.latlng)},onPositionchanged:function(b){if(!this.dragging){var c=b.target.latlng.lat+", "+b.target.latlng.lng;a("#eo_venue_Lat").val(b.target.latlng.lat),a("#eo_venue_Lng").val(b.target.latlng.lng),a("#eo-venue-latllng-text").text(c),b.target.map.setCenter(b.target.latlng)}}}),a(".eo_addressInput").change(function(){var b={};a(".eo_addressInput").each(function(){var c=a(this).attr("id").replace(/^eo-venue-/,"");b[c]=a(this).val()?a(this).val():null}),eovenue.geocode(b,function(a){a&&eovenue.get_map("venuemap").marker[0].setPosition({lat:a.lat,lng:a.lng})})}),a("#eo-venue-latllng-text").blur(function(){var b=a(this).text().trim().replace(/ /g,""),c=b.match(/^(-?[0-9]{1,3}\.[0-9]+),(-?[0-9]{1,3}\.[0-9]+)$/),d=a(this).data("eo-lat"),e=a(this).data("eo-lng");if(c){var f=c[1],g=c[2];(f!=d||g!=e)&&(a(this).data("eo-lat",f),a(this).data("eo-lng",g),eovenue.get_map("venuemap").marker[0].setPosition({lat:f,lng:g}))}else a(this).text(d+", "+e)}),a("#eo-venue-latllng-text").keydown(function(b){13===b.which&&a(this).blur()})});
|
1 |
+
/*! event-organiser 3.7.6-0-g30a7409c 2019-03-06 23:23 */
|
2 |
var eo_venue=eo_venue||{marker:!1};jQuery(document).ready(function(a){postboxes.add_postbox_toggles(pagenow);var b=a("#eo_venue_Lat").val(),c=a("#eo_venue_Lng").val(),d=15;if(0===b&&0===c){var e=[];a(".eo_addressInput").each(function(){e.push(a(this).val())}),e.join("")||(d=1)}eovenue.init_map("venuemap",{lat:b,lng:c,zoom:d,draggable:!0,markerIcon:eo_venue.marker,onDrag:function(b){this.dragging=!0,a("#eo-venue-latllng-text").text(b.target.latlng.lat+", "+b.target.latlng.lng)},onDragend:function(b){this.dragging=!1;var c=b.target.latlng.lat+", "+b.target.latlng.lng;a("#eo_venue_Lat").val(b.target.latlng.lat),a("#eo_venue_Lng").val(b.target.latlng.lng),a("#eo-venue-latllng-text").text(c),b.target.map.setCenter(b.target.latlng)},onPositionchanged:function(b){if(!this.dragging){var c=b.target.latlng.lat+", "+b.target.latlng.lng;a("#eo_venue_Lat").val(b.target.latlng.lat),a("#eo_venue_Lng").val(b.target.latlng.lng),a("#eo-venue-latllng-text").text(c),b.target.map.setCenter(b.target.latlng)}}}),a(".eo_addressInput").change(function(){var b={};a(".eo_addressInput").each(function(){var c=a(this).attr("id").replace(/^eo-venue-/,"");b[c]=a(this).val()?a(this).val():null}),eovenue.geocode(b,function(a){a&&eovenue.get_map("venuemap").marker[0].setPosition({lat:a.lat,lng:a.lng})})}),a("#eo-venue-latllng-text").blur(function(){var b=a(this).text().trim().replace(/ /g,""),c=b.match(/^(-?[0-9]{1,3}\.[0-9]+),(-?[0-9]{1,3}\.[0-9]+)$/),d=a(this).data("eo-lat"),e=a(this).data("eo-lng");if(c){var f=c[1],g=c[2];(f!=d||g!=e)&&(a(this).data("eo-lat",f),a(this).data("eo-lng",g),eovenue.get_map("venuemap").marker[0].setPosition({lat:f,lng:g}))}else a(this).text(d+", "+e)}),a("#eo-venue-latllng-text").keydown(function(b){13===b.which&&a(this).blur()})});
|
js/venue-util.min.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
/*! event-organiser 3.7.
|
2 |
!function(a){eovenue={maps:{},init_map:function(a,b){var c=b.hasOwnProperty("fieldID")?b.fieldID:a,d=b.hasOwnProperty("draggable")?b.draggable:!1,e=b.hasOwnProperty("markerIcon")?b.markerIcon:null,f=b.hasOwnProperty("lat")?b.lat:0,g=b.hasOwnProperty("lng")?b.lng:0,h={lat:f,lng:g,venue_id:0},i={zoom:b.hasOwnProperty("zoom")?b.zoom:15,center:h,locations:[h]},j=new eventorganiserMapsAdapter.provider.map(c,i),k=j.addMarker({position:{lat:f,lng:g},map:j,venue_id:0,draggable:d,icon:e});this.maps[a]={map:j,marker:[k]},b.hasOwnProperty("onDrag")&&b.onDrag&&k.on("drag",b.onDrag),b.hasOwnProperty("onDragend")&&b.onDragend&&k.on("dragend",b.onDragend),b.hasOwnProperty("onPositionchanged")&&b.onPositionchanged&&k.on("move",b.onPositionchanged)},geocode:function(a,b){var c=new eventorganiserMapsAdapter.provider.geocoder;c.geocode(a,b)},get_map:function(a){return this.maps[a]}}}(jQuery);
|
1 |
+
/*! event-organiser 3.7.6-0-g30a7409c 2019-03-06 23:23 */
|
2 |
!function(a){eovenue={maps:{},init_map:function(a,b){var c=b.hasOwnProperty("fieldID")?b.fieldID:a,d=b.hasOwnProperty("draggable")?b.draggable:!1,e=b.hasOwnProperty("markerIcon")?b.markerIcon:null,f=b.hasOwnProperty("lat")?b.lat:0,g=b.hasOwnProperty("lng")?b.lng:0,h={lat:f,lng:g,venue_id:0},i={zoom:b.hasOwnProperty("zoom")?b.zoom:15,center:h,locations:[h]},j=new eventorganiserMapsAdapter.provider.map(c,i),k=j.addMarker({position:{lat:f,lng:g},map:j,venue_id:0,draggable:d,icon:e});this.maps[a]={map:j,marker:[k]},b.hasOwnProperty("onDrag")&&b.onDrag&&k.on("drag",b.onDrag),b.hasOwnProperty("onDragend")&&b.onDragend&&k.on("dragend",b.onDragend),b.hasOwnProperty("onPositionchanged")&&b.onPositionchanged&&k.on("move",b.onPositionchanged)},geocode:function(a,b){var c=new eventorganiserMapsAdapter.provider.geocoder;c.geocode(a,b)},get_map:function(a){return this.maps[a]}}}(jQuery);
|
languages/eventorganiser-af.mo
CHANGED
Binary file
|
languages/eventorganiser-af.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: 2017-04-16T23:10:48+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
@@ -134,8 +134,8 @@ msgstr "Vertoon 'n lys van gebeure"
|
|
134 |
|
135 |
#: classes/class-eo-event-list-widget.php:14
|
136 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
137 |
-
#: event-organiser.php:149 includes/event-organiser-cpt.php:
|
138 |
-
#: includes/event-organiser-cpt.php:
|
139 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
140 |
#, fuzzy
|
141 |
msgid "Events"
|
@@ -274,7 +274,7 @@ msgid "Event Categories"
|
|
274 |
msgstr "Gebeurtenis Kategorieë"
|
275 |
|
276 |
#: classes/class-eo-widget-categories.php:25
|
277 |
-
#: includes/event-organiser-cpt.php:
|
278 |
#: includes/event-organiser-event-functions.php:1563
|
279 |
#: templates/event-meta-event-single.php:62
|
280 |
#, fuzzy
|
@@ -493,6 +493,21 @@ msgstr ""
|
|
493 |
msgid "Open shortcut help"
|
494 |
msgstr ""
|
495 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
496 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
497 |
#: templates/event-meta-event-single.php:32
|
498 |
#, fuzzy
|
@@ -697,7 +712,7 @@ msgid "Show dates"
|
|
697 |
msgstr "Wys datums"
|
698 |
|
699 |
#: event-organiser-edit.php:274
|
700 |
-
#: includes/event-organiser-venue-functions.php:
|
701 |
#, fuzzy
|
702 |
msgid "Select a venue"
|
703 |
msgstr "Kies 'n plek"
|
@@ -778,7 +793,7 @@ msgstr ""
|
|
778 |
msgid "Go to Event Organiser settings"
|
779 |
msgstr "Gaan na Gebeure Organiseerder Instellings"
|
780 |
|
781 |
-
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:
|
782 |
#, fuzzy
|
783 |
msgid "Event"
|
784 |
msgstr "Geleentheid"
|
@@ -949,7 +964,7 @@ msgid "Revisions"
|
|
949 |
msgstr ""
|
950 |
|
951 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
952 |
-
#: includes/event-organiser-cpt.php:
|
953 |
msgid "Event Tags"
|
954 |
msgstr ""
|
955 |
|
@@ -1294,13 +1309,13 @@ msgstr ""
|
|
1294 |
msgid "Slug"
|
1295 |
msgstr ""
|
1296 |
|
1297 |
-
#: features/bootstrap/FeatureContext.php:
|
1298 |
-
#: features/bootstrap/FeatureContext.php:
|
1299 |
msgid "Main Sidebar"
|
1300 |
msgstr ""
|
1301 |
|
1302 |
-
#: features/bootstrap/FeatureContext.php:
|
1303 |
-
#: features/bootstrap/FeatureContext.php:
|
1304 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1305 |
msgstr ""
|
1306 |
|
@@ -1493,7 +1508,7 @@ msgstr "Organiseerder"
|
|
1493 |
msgid "This event recurs"
|
1494 |
msgstr "Die gebeurtenis herhaal"
|
1495 |
|
1496 |
-
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:
|
1497 |
#, fuzzy
|
1498 |
msgid "Edit Event"
|
1499 |
msgstr "Wysig Gebeurtenis"
|
@@ -1606,407 +1621,426 @@ msgstr ""
|
|
1606 |
msgid "View all venues"
|
1607 |
msgstr "Beskou alle plekke"
|
1608 |
|
1609 |
-
#: includes/event-organiser-cpt.php:
|
1610 |
#, fuzzy
|
1611 |
msgctxt "taxonomy singular name"
|
1612 |
msgid "Category"
|
1613 |
msgstr "Kategorie"
|
1614 |
|
1615 |
-
#: includes/event-organiser-cpt.php:
|
1616 |
#, fuzzy
|
1617 |
msgid "Search Categories"
|
1618 |
msgstr "Soek Kategorieë"
|
1619 |
|
1620 |
-
#: includes/event-organiser-cpt.php:
|
1621 |
#, fuzzy
|
1622 |
msgid "All Categories"
|
1623 |
msgstr "Alle Kategorieë"
|
1624 |
|
1625 |
-
#: includes/event-organiser-cpt.php:
|
1626 |
#, fuzzy
|
1627 |
msgid "Parent Category"
|
1628 |
msgstr "Ouer Kategorie"
|
1629 |
|
1630 |
-
#: includes/event-organiser-cpt.php:
|
1631 |
#, fuzzy
|
1632 |
msgid "Parent Category:"
|
1633 |
msgstr "Ouer Kategorie"
|
1634 |
|
1635 |
-
#: includes/event-organiser-cpt.php:
|
1636 |
#, fuzzy
|
1637 |
msgid "Edit Category"
|
1638 |
msgstr "Wysig Kategorie"
|
1639 |
|
1640 |
-
#: includes/event-organiser-cpt.php:
|
1641 |
#, fuzzy
|
1642 |
msgid "Update Category"
|
1643 |
msgstr "Opdateer Kategorie"
|
1644 |
|
1645 |
-
#: includes/event-organiser-cpt.php:
|
1646 |
#, fuzzy
|
1647 |
msgid "Add New Category"
|
1648 |
msgstr ""
|
1649 |
"Voeg Nuwe Kategorie\n"
|
1650 |
"by"
|
1651 |
|
1652 |
-
#: includes/event-organiser-cpt.php:
|
1653 |
#, fuzzy
|
1654 |
msgid "New Category Name"
|
1655 |
msgstr "Nuwe Kategorie Naam"
|
1656 |
|
1657 |
-
#: includes/event-organiser-cpt.php:
|
1658 |
#, fuzzy
|
1659 |
msgid "No categories found"
|
1660 |
msgstr "Geen Kategorie gevind nie"
|
1661 |
|
1662 |
-
#: includes/event-organiser-cpt.php:
|
1663 |
msgid "Event categories list navigation"
|
1664 |
msgstr ""
|
1665 |
|
1666 |
-
#: includes/event-organiser-cpt.php:
|
1667 |
msgid "Event categories list"
|
1668 |
msgstr ""
|
1669 |
|
1670 |
-
#: includes/event-organiser-cpt.php:
|
1671 |
msgid "View all categories"
|
1672 |
msgstr "Beskou all kategorieë"
|
1673 |
|
1674 |
-
#: includes/event-organiser-cpt.php:
|
1675 |
msgctxt "taxonomy singular name"
|
1676 |
msgid "Tag"
|
1677 |
msgstr ""
|
1678 |
|
1679 |
-
#: includes/event-organiser-cpt.php:
|
1680 |
msgid "Search Tags"
|
1681 |
msgstr ""
|
1682 |
|
1683 |
-
#: includes/event-organiser-cpt.php:
|
1684 |
msgid "All Tags"
|
1685 |
msgstr ""
|
1686 |
|
1687 |
-
#: includes/event-organiser-cpt.php:
|
1688 |
msgid "Popular Tags"
|
1689 |
msgstr ""
|
1690 |
|
1691 |
-
#: includes/event-organiser-cpt.php:
|
1692 |
msgid "Edit Tag"
|
1693 |
msgstr ""
|
1694 |
|
1695 |
-
#: includes/event-organiser-cpt.php:
|
1696 |
msgid "Update Tag"
|
1697 |
msgstr ""
|
1698 |
|
1699 |
-
#: includes/event-organiser-cpt.php:
|
1700 |
msgid "Add New Tag"
|
1701 |
msgstr ""
|
1702 |
|
1703 |
-
#: includes/event-organiser-cpt.php:
|
1704 |
msgid "New Tag Name"
|
1705 |
msgstr ""
|
1706 |
|
1707 |
-
#: includes/event-organiser-cpt.php:
|
1708 |
msgid "No tags found"
|
1709 |
msgstr ""
|
1710 |
|
1711 |
-
#: includes/event-organiser-cpt.php:
|
1712 |
msgid "Choose from the most used tags"
|
1713 |
msgstr ""
|
1714 |
|
1715 |
-
#: includes/event-organiser-cpt.php:
|
1716 |
#: includes/event-organiser-event-functions.php:1571
|
1717 |
#: templates/event-meta-event-single.php:66
|
1718 |
msgid "Tags"
|
1719 |
msgstr ""
|
1720 |
|
1721 |
-
#: includes/event-organiser-cpt.php:
|
1722 |
msgid "Add or remove tags"
|
1723 |
msgstr ""
|
1724 |
|
1725 |
-
#: includes/event-organiser-cpt.php:
|
1726 |
msgid "Separate tags with commas"
|
1727 |
msgstr ""
|
1728 |
|
1729 |
-
#: includes/event-organiser-cpt.php:
|
1730 |
msgid "Event tags list navigation"
|
1731 |
msgstr ""
|
1732 |
|
1733 |
-
#: includes/event-organiser-cpt.php:
|
1734 |
msgid "Event tags list"
|
1735 |
msgstr ""
|
1736 |
|
1737 |
-
#: includes/event-organiser-cpt.php:
|
1738 |
msgid "View all tags"
|
1739 |
msgstr ""
|
1740 |
|
1741 |
-
#: includes/event-organiser-cpt.php:
|
1742 |
#, fuzzy
|
1743 |
msgctxt "post"
|
1744 |
msgid "Add New"
|
1745 |
msgstr "Voeg Nuwe by"
|
1746 |
|
1747 |
-
#: includes/event-organiser-cpt.php:
|
1748 |
#, fuzzy
|
1749 |
msgid "Add New Event"
|
1750 |
msgstr "Voeg nuwe Gebeurtenis by"
|
1751 |
|
1752 |
-
#: includes/event-organiser-cpt.php:
|
1753 |
#, fuzzy
|
1754 |
msgid "New Event"
|
1755 |
msgstr "Nuwe Gebeurtenis"
|
1756 |
|
1757 |
-
#: includes/event-organiser-cpt.php:
|
1758 |
#, fuzzy
|
1759 |
msgid "All Events"
|
1760 |
msgstr "Alle Gebeure"
|
1761 |
|
1762 |
-
#: includes/event-organiser-cpt.php:
|
1763 |
#, fuzzy
|
1764 |
msgid "View Event"
|
1765 |
msgstr "Beskou Gebeurtenis"
|
1766 |
|
1767 |
-
#: includes/event-organiser-cpt.php:
|
1768 |
msgid "Search events"
|
1769 |
msgstr "Soek gebeure"
|
1770 |
|
1771 |
-
#: includes/event-organiser-cpt.php:
|
1772 |
#, fuzzy
|
1773 |
msgid "No events found"
|
1774 |
msgstr "Geen gebeure gekry"
|
1775 |
|
1776 |
-
#: includes/event-organiser-cpt.php:
|
1777 |
#, fuzzy
|
1778 |
msgid "No events found in Trash"
|
1779 |
msgstr "Geen gebeure gevind in Asblik"
|
1780 |
|
1781 |
-
#: includes/event-organiser-cpt.php:
|
1782 |
msgid "Filter events list"
|
1783 |
msgstr ""
|
1784 |
|
1785 |
-
#: includes/event-organiser-cpt.php:
|
1786 |
msgid "Events list navigation"
|
1787 |
msgstr ""
|
1788 |
|
1789 |
-
#: includes/event-organiser-cpt.php:
|
1790 |
msgid "Events list"
|
1791 |
msgstr "Lys van gebeure"
|
1792 |
|
1793 |
-
#: includes/event-organiser-cpt.php:
|
1794 |
msgid "Event Archives"
|
1795 |
msgstr "Gebeure Argiewe"
|
1796 |
|
1797 |
-
#: includes/event-organiser-cpt.php:
|
1798 |
msgid "Insert into event"
|
1799 |
msgstr ""
|
1800 |
|
1801 |
-
#: includes/event-organiser-cpt.php:
|
1802 |
msgid "Uploaded to this event"
|
1803 |
msgstr ""
|
1804 |
|
1805 |
-
#: includes/event-organiser-cpt.php:
|
1806 |
#, php-format
|
1807 |
msgid "Events at %s"
|
1808 |
msgstr "Gebeure by %s"
|
1809 |
|
1810 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1811 |
#: templates/taxonomy-event-category.php:27
|
1812 |
#, php-format
|
1813 |
msgid "Event Category: %s"
|
1814 |
msgstr "Gebeurtenis Kategorie: %s"
|
1815 |
|
1816 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1817 |
#, php-format
|
1818 |
msgid "Event Tag: %s"
|
1819 |
msgstr ""
|
1820 |
|
1821 |
-
#: includes/event-organiser-cpt.php:
|
1822 |
-
#: includes/event-organiser-cpt.php:
|
1823 |
#, fuzzy, php-format
|
1824 |
msgid "Events: %s"
|
1825 |
msgstr "Gebeure:"
|
1826 |
|
1827 |
-
#: includes/event-organiser-cpt.php:
|
1828 |
#, fuzzy, php-format
|
1829 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1830 |
msgstr "Gebeurtenis op gedateer. <a href=\"%s\">Beskou gebeurtenis</a>"
|
1831 |
|
1832 |
-
#: includes/event-organiser-cpt.php:
|
1833 |
#, fuzzy
|
1834 |
msgid "Event updated."
|
1835 |
msgstr "Gebeurtenis opdateer."
|
1836 |
|
1837 |
-
#: includes/event-organiser-cpt.php:
|
1838 |
#, php-format
|
1839 |
msgid "Event restored to revision from %s"
|
1840 |
msgstr ""
|
1841 |
|
1842 |
-
#: includes/event-organiser-cpt.php:
|
1843 |
#, fuzzy, php-format
|
1844 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1845 |
msgstr "Gebeurtenis gepubliseer. <a href=\"%s\">Beskou gebeurtenis</a>"
|
1846 |
|
1847 |
-
#: includes/event-organiser-cpt.php:
|
1848 |
#, fuzzy
|
1849 |
msgid "Event saved."
|
1850 |
msgstr "Gebeurtenis gestoor"
|
1851 |
|
1852 |
-
#: includes/event-organiser-cpt.php:
|
1853 |
#, fuzzy, php-format
|
1854 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1855 |
msgstr ""
|
1856 |
"Gebeurtenis voorgelê. <a target=\"_blank\" href=\"%s\"> Voorskou "
|
1857 |
"Gebeurtenis</a>"
|
1858 |
|
1859 |
-
#: includes/event-organiser-cpt.php:
|
1860 |
#, php-format
|
1861 |
msgid ""
|
1862 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1863 |
"\">Preview event</a>"
|
1864 |
msgstr ""
|
1865 |
|
1866 |
-
|
|
|
1867 |
#, fuzzy
|
1868 |
msgid "M j, Y @ G:i"
|
1869 |
msgstr "M j, Y @ G:i"
|
1870 |
|
1871 |
-
#: includes/event-organiser-cpt.php:
|
1872 |
#, fuzzy, php-format
|
1873 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1874 |
msgstr "Gebeurtenis konsep opgedateer"
|
1875 |
|
1876 |
-
#: includes/event-organiser-cpt.php:
|
1877 |
msgid "This event has been broken from a recurring event."
|
1878 |
msgstr ""
|
1879 |
|
1880 |
-
#: includes/event-organiser-cpt.php:
|
1881 |
#, fuzzy
|
1882 |
msgid "Creating events"
|
1883 |
msgstr "Skep gebeurtenis"
|
1884 |
|
1885 |
-
#: includes/event-organiser-cpt.php:
|
1886 |
msgid "Creating events:"
|
1887 |
msgstr "Skep gebeure:"
|
1888 |
|
1889 |
-
#: includes/event-organiser-cpt.php:
|
1890 |
msgid ""
|
1891 |
"The start date is the date the event starts. If the event is a recurring "
|
1892 |
"event, this is the start date of the first occurrence."
|
1893 |
msgstr ""
|
1894 |
|
1895 |
-
#: includes/event-organiser-cpt.php:
|
1896 |
msgid ""
|
1897 |
"The end date is the date the event finishes. If the event is a recurring "
|
1898 |
"event, this is the end date of the first occurrence."
|
1899 |
msgstr ""
|
1900 |
|
1901 |
-
#: includes/event-organiser-cpt.php:
|
1902 |
msgid ""
|
1903 |
"All dates and times must be entered in the specified format. This format can "
|
1904 |
"changed in the settings page."
|
1905 |
msgstr ""
|
1906 |
|
1907 |
-
#: includes/event-organiser-cpt.php:
|
1908 |
#, fuzzy
|
1909 |
msgid "Repeating events"
|
1910 |
msgstr "Herhaal gebeure"
|
1911 |
|
1912 |
-
#: includes/event-organiser-cpt.php:
|
1913 |
msgid ""
|
1914 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1915 |
"dropdown menu to select how the event is to repeat. Further options then "
|
1916 |
"appear, "
|
1917 |
msgstr ""
|
1918 |
|
1919 |
-
#: includes/event-organiser-cpt.php:
|
1920 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1921 |
msgstr ""
|
1922 |
|
1923 |
-
#: includes/event-organiser-cpt.php:
|
1924 |
msgid ""
|
1925 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1926 |
"date, but an occurrence that starts before may finish after this date."
|
1927 |
msgstr ""
|
1928 |
|
1929 |
-
#: includes/event-organiser-cpt.php:
|
1930 |
msgid ""
|
1931 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1932 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
1933 |
"third Tuesday) "
|
1934 |
msgstr ""
|
1935 |
|
1936 |
-
#: includes/event-organiser-cpt.php:
|
1937 |
msgid ""
|
1938 |
"If weekly recurrence is selected, select which days of the week the event "
|
1939 |
"should be repeated. If no days are selected, the day of the start date is "
|
1940 |
"used"
|
1941 |
msgstr ""
|
1942 |
|
1943 |
-
#: includes/event-organiser-cpt.php:
|
1944 |
#, fuzzy
|
1945 |
msgid "Selecting a venue"
|
1946 |
msgstr "Kies 'n plek"
|
1947 |
|
1948 |
-
#: includes/event-organiser-cpt.php:
|
1949 |
msgid "Use the venues input field to search for existing venues"
|
1950 |
msgstr ""
|
1951 |
|
1952 |
-
#: includes/event-organiser-cpt.php:
|
1953 |
msgid ""
|
1954 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1955 |
"page."
|
1956 |
msgstr ""
|
1957 |
|
1958 |
-
#: includes/event-organiser-cpt.php:
|
1959 |
#, fuzzy
|
1960 |
msgid "Overview"
|
1961 |
msgstr "Oorsig"
|
1962 |
|
1963 |
-
#: includes/event-organiser-cpt.php:
|
1964 |
msgid ""
|
1965 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1966 |
"appear as a single row </strong> in the table and the start and end date "
|
1967 |
"refers to the first occurrence of that event."
|
1968 |
msgstr ""
|
1969 |
|
1970 |
-
#: includes/event-organiser-cpt.php:
|
1971 |
msgid ""
|
1972 |
"Hovering over a row in the venues list will display action links that allow "
|
1973 |
"you to manage that venue. You can perform the following actions:"
|
1974 |
msgstr ""
|
1975 |
|
1976 |
-
#: includes/event-organiser-cpt.php:
|
1977 |
msgid ""
|
1978 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1979 |
"screen by clicking on the venue title."
|
1980 |
msgstr ""
|
1981 |
|
1982 |
-
#: includes/event-organiser-cpt.php:
|
1983 |
msgid "Delete will permanently remove the venue"
|
1984 |
msgstr ""
|
1985 |
|
1986 |
-
#: includes/event-organiser-cpt.php:
|
1987 |
msgid "View will take you to the venue's page"
|
1988 |
msgstr ""
|
1989 |
|
1990 |
-
#: includes/event-organiser-cpt.php:
|
1991 |
msgid ""
|
1992 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1993 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
1994 |
"the event's edit page will appear also."
|
1995 |
msgstr ""
|
1996 |
|
1997 |
-
#: includes/event-organiser-cpt.php:
|
1998 |
msgid ""
|
1999 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
2000 |
"mode. You can also filter the events by events by category and venue. The "
|
2001 |
"'go to date' button allows you to quickly jump to a specific date."
|
2002 |
msgstr ""
|
2003 |
|
2004 |
-
#: includes/event-organiser-cpt.php:
|
2005 |
#, fuzzy
|
2006 |
msgid "Add Event"
|
2007 |
msgstr "Voeg Gebeurtenis by"
|
2008 |
|
2009 |
-
#: includes/event-organiser-cpt.php:
|
2010 |
msgid ""
|
2011 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
2012 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
@@ -2015,32 +2049,32 @@ msgid ""
|
|
2015 |
"event is created and you are forwarded to that event's edit page."
|
2016 |
msgstr ""
|
2017 |
|
2018 |
-
#: includes/event-organiser-cpt.php:
|
2019 |
#, fuzzy
|
2020 |
msgid "For more information"
|
2021 |
msgstr "Vir meer inligting"
|
2022 |
|
2023 |
-
#: includes/event-organiser-cpt.php:
|
2024 |
#, fuzzy, php-format
|
2025 |
msgid "See the <a %s> documentation</a>"
|
2026 |
msgstr "Sien die <a%s> dokumentasie</a>"
|
2027 |
|
2028 |
-
#: includes/event-organiser-cpt.php:
|
2029 |
#, fuzzy
|
2030 |
msgid "Debugging Event Organiser"
|
2031 |
msgstr "Ontfouting Gebeurtenis Organiseerder"
|
2032 |
|
2033 |
-
#: includes/event-organiser-cpt.php:
|
2034 |
#, fuzzy
|
2035 |
msgid "Go Pro!"
|
2036 |
msgstr "Gaan Professioneel!"
|
2037 |
|
2038 |
-
#: includes/event-organiser-cpt.php:
|
2039 |
#, fuzzy
|
2040 |
msgid "Color"
|
2041 |
msgstr "Kleur"
|
2042 |
|
2043 |
-
#: includes/event-organiser-cpt.php:
|
2044 |
#, fuzzy
|
2045 |
msgid "Assign the category a colour."
|
2046 |
msgstr "Kies 'n kleur vir die kategorie"
|
@@ -2250,27 +2284,27 @@ msgstr ""
|
|
2250 |
msgid "Help"
|
2251 |
msgstr "Help"
|
2252 |
|
2253 |
-
#: includes/event-organiser-venue-functions.php:
|
2254 |
#, fuzzy
|
2255 |
msgid "Address"
|
2256 |
msgstr "Adres"
|
2257 |
|
2258 |
-
#: includes/event-organiser-venue-functions.php:
|
2259 |
#, fuzzy
|
2260 |
msgid "City"
|
2261 |
msgstr "Stad"
|
2262 |
|
2263 |
-
#: includes/event-organiser-venue-functions.php:
|
2264 |
#, fuzzy
|
2265 |
msgid "State / Province"
|
2266 |
msgstr "Staat / Provinsie"
|
2267 |
|
2268 |
-
#: includes/event-organiser-venue-functions.php:
|
2269 |
#, fuzzy
|
2270 |
msgid "Post Code"
|
2271 |
msgstr "Pos Kode"
|
2272 |
|
2273 |
-
#: includes/event-organiser-venue-functions.php:
|
2274 |
#, fuzzy
|
2275 |
msgid "Country"
|
2276 |
msgstr "Land"
|
@@ -2374,6 +2408,15 @@ msgstr ""
|
|
2374 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2375 |
msgstr ""
|
2376 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2377 |
#: templates/taxonomy-event-venue.php:30
|
2378 |
#, php-format
|
2379 |
msgid "Events at: %s"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-03-06 23:13+0000\n"
|
6 |
"PO-Revision-Date: 2017-04-16T23:10:48+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
134 |
|
135 |
#: classes/class-eo-event-list-widget.php:14
|
136 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
137 |
+
#: event-organiser.php:149 includes/event-organiser-cpt.php:226
|
138 |
+
#: includes/event-organiser-cpt.php:238
|
139 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
140 |
#, fuzzy
|
141 |
msgid "Events"
|
274 |
msgstr "Gebeurtenis Kategorieë"
|
275 |
|
276 |
#: classes/class-eo-widget-categories.php:25
|
277 |
+
#: includes/event-organiser-cpt.php:95 includes/event-organiser-cpt.php:106
|
278 |
#: includes/event-organiser-event-functions.php:1563
|
279 |
#: templates/event-meta-event-single.php:62
|
280 |
#, fuzzy
|
493 |
msgid "Open shortcut help"
|
494 |
msgstr ""
|
495 |
|
496 |
+
#. //codex.wp-event-organiser.com
|
497 |
+
#. *
|
498 |
+
#. ***************** NOTICE: *****************
|
499 |
+
#. * Do not make changes to this file. Any changes made to this file
|
500 |
+
#. * will be overwritten if the plug-in is updated.
|
501 |
+
#. *
|
502 |
+
#. * To overwrite this template with your own, make a copy of it (with the same name)
|
503 |
+
#. * in your theme directory. See http://docs.wp-event-organiser.com/theme-integration for more information
|
504 |
+
#. *
|
505 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
506 |
+
#. ***************** NOTICE: *****************
|
507 |
+
#. *
|
508 |
+
#. * @package Event Organiser (plug-in)
|
509 |
+
#. * @since 1.7
|
510 |
+
#.
|
511 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
512 |
#: templates/event-meta-event-single.php:32
|
513 |
#, fuzzy
|
712 |
msgstr "Wys datums"
|
713 |
|
714 |
#: event-organiser-edit.php:274
|
715 |
+
#: includes/event-organiser-venue-functions.php:1030
|
716 |
#, fuzzy
|
717 |
msgid "Select a venue"
|
718 |
msgstr "Kies 'n plek"
|
793 |
msgid "Go to Event Organiser settings"
|
794 |
msgstr "Gaan na Gebeure Organiseerder Instellings"
|
795 |
|
796 |
+
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:227
|
797 |
#, fuzzy
|
798 |
msgid "Event"
|
799 |
msgstr "Geleentheid"
|
964 |
msgstr ""
|
965 |
|
966 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
967 |
+
#: includes/event-organiser-cpt.php:152
|
968 |
msgid "Event Tags"
|
969 |
msgstr ""
|
970 |
|
1309 |
msgid "Slug"
|
1310 |
msgstr ""
|
1311 |
|
1312 |
+
#: features/bootstrap/FeatureContext.php:459
|
1313 |
+
#: features/bootstrap/FeatureContext.php:627
|
1314 |
msgid "Main Sidebar"
|
1315 |
msgstr ""
|
1316 |
|
1317 |
+
#: features/bootstrap/FeatureContext.php:461
|
1318 |
+
#: features/bootstrap/FeatureContext.php:629
|
1319 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1320 |
msgstr ""
|
1321 |
|
1508 |
msgid "This event recurs"
|
1509 |
msgstr "Die gebeurtenis herhaal"
|
1510 |
|
1511 |
+
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:230
|
1512 |
#, fuzzy
|
1513 |
msgid "Edit Event"
|
1514 |
msgstr "Wysig Gebeurtenis"
|
1621 |
msgid "View all venues"
|
1622 |
msgstr "Beskou alle plekke"
|
1623 |
|
1624 |
+
#: includes/event-organiser-cpt.php:96
|
1625 |
#, fuzzy
|
1626 |
msgctxt "taxonomy singular name"
|
1627 |
msgid "Category"
|
1628 |
msgstr "Kategorie"
|
1629 |
|
1630 |
+
#: includes/event-organiser-cpt.php:97
|
1631 |
#, fuzzy
|
1632 |
msgid "Search Categories"
|
1633 |
msgstr "Soek Kategorieë"
|
1634 |
|
1635 |
+
#: includes/event-organiser-cpt.php:98
|
1636 |
#, fuzzy
|
1637 |
msgid "All Categories"
|
1638 |
msgstr "Alle Kategorieë"
|
1639 |
|
1640 |
+
#: includes/event-organiser-cpt.php:99
|
1641 |
#, fuzzy
|
1642 |
msgid "Parent Category"
|
1643 |
msgstr "Ouer Kategorie"
|
1644 |
|
1645 |
+
#: includes/event-organiser-cpt.php:100
|
1646 |
#, fuzzy
|
1647 |
msgid "Parent Category:"
|
1648 |
msgstr "Ouer Kategorie"
|
1649 |
|
1650 |
+
#: includes/event-organiser-cpt.php:101
|
1651 |
#, fuzzy
|
1652 |
msgid "Edit Category"
|
1653 |
msgstr "Wysig Kategorie"
|
1654 |
|
1655 |
+
#: includes/event-organiser-cpt.php:102
|
1656 |
#, fuzzy
|
1657 |
msgid "Update Category"
|
1658 |
msgstr "Opdateer Kategorie"
|
1659 |
|
1660 |
+
#: includes/event-organiser-cpt.php:103
|
1661 |
#, fuzzy
|
1662 |
msgid "Add New Category"
|
1663 |
msgstr ""
|
1664 |
"Voeg Nuwe Kategorie\n"
|
1665 |
"by"
|
1666 |
|
1667 |
+
#: includes/event-organiser-cpt.php:104
|
1668 |
#, fuzzy
|
1669 |
msgid "New Category Name"
|
1670 |
msgstr "Nuwe Kategorie Naam"
|
1671 |
|
1672 |
+
#: includes/event-organiser-cpt.php:105
|
1673 |
#, fuzzy
|
1674 |
msgid "No categories found"
|
1675 |
msgstr "Geen Kategorie gevind nie"
|
1676 |
|
1677 |
+
#: includes/event-organiser-cpt.php:107
|
1678 |
msgid "Event categories list navigation"
|
1679 |
msgstr ""
|
1680 |
|
1681 |
+
#: includes/event-organiser-cpt.php:108
|
1682 |
msgid "Event categories list"
|
1683 |
msgstr ""
|
1684 |
|
1685 |
+
#: includes/event-organiser-cpt.php:110
|
1686 |
msgid "View all categories"
|
1687 |
msgstr "Beskou all kategorieë"
|
1688 |
|
1689 |
+
#: includes/event-organiser-cpt.php:153
|
1690 |
msgctxt "taxonomy singular name"
|
1691 |
msgid "Tag"
|
1692 |
msgstr ""
|
1693 |
|
1694 |
+
#: includes/event-organiser-cpt.php:154
|
1695 |
msgid "Search Tags"
|
1696 |
msgstr ""
|
1697 |
|
1698 |
+
#: includes/event-organiser-cpt.php:155
|
1699 |
msgid "All Tags"
|
1700 |
msgstr ""
|
1701 |
|
1702 |
+
#: includes/event-organiser-cpt.php:156
|
1703 |
msgid "Popular Tags"
|
1704 |
msgstr ""
|
1705 |
|
1706 |
+
#: includes/event-organiser-cpt.php:157
|
1707 |
msgid "Edit Tag"
|
1708 |
msgstr ""
|
1709 |
|
1710 |
+
#: includes/event-organiser-cpt.php:158
|
1711 |
msgid "Update Tag"
|
1712 |
msgstr ""
|
1713 |
|
1714 |
+
#: includes/event-organiser-cpt.php:159
|
1715 |
msgid "Add New Tag"
|
1716 |
msgstr ""
|
1717 |
|
1718 |
+
#: includes/event-organiser-cpt.php:160
|
1719 |
msgid "New Tag Name"
|
1720 |
msgstr ""
|
1721 |
|
1722 |
+
#: includes/event-organiser-cpt.php:161
|
1723 |
msgid "No tags found"
|
1724 |
msgstr ""
|
1725 |
|
1726 |
+
#: includes/event-organiser-cpt.php:162
|
1727 |
msgid "Choose from the most used tags"
|
1728 |
msgstr ""
|
1729 |
|
1730 |
+
#: includes/event-organiser-cpt.php:163
|
1731 |
#: includes/event-organiser-event-functions.php:1571
|
1732 |
#: templates/event-meta-event-single.php:66
|
1733 |
msgid "Tags"
|
1734 |
msgstr ""
|
1735 |
|
1736 |
+
#: includes/event-organiser-cpt.php:164
|
1737 |
msgid "Add or remove tags"
|
1738 |
msgstr ""
|
1739 |
|
1740 |
+
#: includes/event-organiser-cpt.php:165
|
1741 |
msgid "Separate tags with commas"
|
1742 |
msgstr ""
|
1743 |
|
1744 |
+
#: includes/event-organiser-cpt.php:166
|
1745 |
msgid "Event tags list navigation"
|
1746 |
msgstr ""
|
1747 |
|
1748 |
+
#: includes/event-organiser-cpt.php:167
|
1749 |
msgid "Event tags list"
|
1750 |
msgstr ""
|
1751 |
|
1752 |
+
#: includes/event-organiser-cpt.php:169
|
1753 |
msgid "View all tags"
|
1754 |
msgstr ""
|
1755 |
|
1756 |
+
#: includes/event-organiser-cpt.php:228
|
1757 |
#, fuzzy
|
1758 |
msgctxt "post"
|
1759 |
msgid "Add New"
|
1760 |
msgstr "Voeg Nuwe by"
|
1761 |
|
1762 |
+
#: includes/event-organiser-cpt.php:229
|
1763 |
#, fuzzy
|
1764 |
msgid "Add New Event"
|
1765 |
msgstr "Voeg nuwe Gebeurtenis by"
|
1766 |
|
1767 |
+
#: includes/event-organiser-cpt.php:231
|
1768 |
#, fuzzy
|
1769 |
msgid "New Event"
|
1770 |
msgstr "Nuwe Gebeurtenis"
|
1771 |
|
1772 |
+
#: includes/event-organiser-cpt.php:232
|
1773 |
#, fuzzy
|
1774 |
msgid "All Events"
|
1775 |
msgstr "Alle Gebeure"
|
1776 |
|
1777 |
+
#: includes/event-organiser-cpt.php:233
|
1778 |
#, fuzzy
|
1779 |
msgid "View Event"
|
1780 |
msgstr "Beskou Gebeurtenis"
|
1781 |
|
1782 |
+
#: includes/event-organiser-cpt.php:234
|
1783 |
msgid "Search events"
|
1784 |
msgstr "Soek gebeure"
|
1785 |
|
1786 |
+
#: includes/event-organiser-cpt.php:235
|
1787 |
#, fuzzy
|
1788 |
msgid "No events found"
|
1789 |
msgstr "Geen gebeure gekry"
|
1790 |
|
1791 |
+
#: includes/event-organiser-cpt.php:236
|
1792 |
#, fuzzy
|
1793 |
msgid "No events found in Trash"
|
1794 |
msgstr "Geen gebeure gevind in Asblik"
|
1795 |
|
1796 |
+
#: includes/event-organiser-cpt.php:239
|
1797 |
msgid "Filter events list"
|
1798 |
msgstr ""
|
1799 |
|
1800 |
+
#: includes/event-organiser-cpt.php:240
|
1801 |
msgid "Events list navigation"
|
1802 |
msgstr ""
|
1803 |
|
1804 |
+
#: includes/event-organiser-cpt.php:241
|
1805 |
msgid "Events list"
|
1806 |
msgstr "Lys van gebeure"
|
1807 |
|
1808 |
+
#: includes/event-organiser-cpt.php:242
|
1809 |
msgid "Event Archives"
|
1810 |
msgstr "Gebeure Argiewe"
|
1811 |
|
1812 |
+
#: includes/event-organiser-cpt.php:243
|
1813 |
msgid "Insert into event"
|
1814 |
msgstr ""
|
1815 |
|
1816 |
+
#: includes/event-organiser-cpt.php:244
|
1817 |
msgid "Uploaded to this event"
|
1818 |
msgstr ""
|
1819 |
|
1820 |
+
#: includes/event-organiser-cpt.php:246
|
1821 |
#, php-format
|
1822 |
msgid "Events at %s"
|
1823 |
msgstr "Gebeure by %s"
|
1824 |
|
1825 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1826 |
+
#. *
|
1827 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1828 |
+
#. ***************** NOTICE: *****************
|
1829 |
+
#. *
|
1830 |
+
#. * @package Event Organiser (plug-in)
|
1831 |
+
#. * @since 1.0.0
|
1832 |
+
#.
|
1833 |
+
#. Call the template header
|
1834 |
+
#: includes/event-organiser-cpt.php:247
|
1835 |
#: templates/taxonomy-event-category.php:27
|
1836 |
#, php-format
|
1837 |
msgid "Event Category: %s"
|
1838 |
msgstr "Gebeurtenis Kategorie: %s"
|
1839 |
|
1840 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1841 |
+
#. *
|
1842 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1843 |
+
#. ***************** NOTICE: *****************
|
1844 |
+
#. *
|
1845 |
+
#. * @package Event Organiser (plug-in)
|
1846 |
+
#. * @since 1.2.0
|
1847 |
+
#.
|
1848 |
+
#. Call the template header
|
1849 |
+
#: includes/event-organiser-cpt.php:248 templates/taxonomy-event-tag.php:27
|
1850 |
#, php-format
|
1851 |
msgid "Event Tag: %s"
|
1852 |
msgstr ""
|
1853 |
|
1854 |
+
#: includes/event-organiser-cpt.php:249 includes/event-organiser-cpt.php:250
|
1855 |
+
#: includes/event-organiser-cpt.php:251
|
1856 |
#, fuzzy, php-format
|
1857 |
msgid "Events: %s"
|
1858 |
msgstr "Gebeure:"
|
1859 |
|
1860 |
+
#: includes/event-organiser-cpt.php:332
|
1861 |
#, fuzzy, php-format
|
1862 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1863 |
msgstr "Gebeurtenis op gedateer. <a href=\"%s\">Beskou gebeurtenis</a>"
|
1864 |
|
1865 |
+
#: includes/event-organiser-cpt.php:333
|
1866 |
#, fuzzy
|
1867 |
msgid "Event updated."
|
1868 |
msgstr "Gebeurtenis opdateer."
|
1869 |
|
1870 |
+
#: includes/event-organiser-cpt.php:335
|
1871 |
#, php-format
|
1872 |
msgid "Event restored to revision from %s"
|
1873 |
msgstr ""
|
1874 |
|
1875 |
+
#: includes/event-organiser-cpt.php:336
|
1876 |
#, fuzzy, php-format
|
1877 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1878 |
msgstr "Gebeurtenis gepubliseer. <a href=\"%s\">Beskou gebeurtenis</a>"
|
1879 |
|
1880 |
+
#: includes/event-organiser-cpt.php:337
|
1881 |
#, fuzzy
|
1882 |
msgid "Event saved."
|
1883 |
msgstr "Gebeurtenis gestoor"
|
1884 |
|
1885 |
+
#: includes/event-organiser-cpt.php:339
|
1886 |
#, fuzzy, php-format
|
1887 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1888 |
msgstr ""
|
1889 |
"Gebeurtenis voorgelê. <a target=\"_blank\" href=\"%s\"> Voorskou "
|
1890 |
"Gebeurtenis</a>"
|
1891 |
|
1892 |
+
#: includes/event-organiser-cpt.php:343
|
1893 |
#, php-format
|
1894 |
msgid ""
|
1895 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1896 |
"\">Preview event</a>"
|
1897 |
msgstr ""
|
1898 |
|
1899 |
+
#. //php.net/date
|
1900 |
+
#: includes/event-organiser-cpt.php:345
|
1901 |
#, fuzzy
|
1902 |
msgid "M j, Y @ G:i"
|
1903 |
msgstr "M j, Y @ G:i"
|
1904 |
|
1905 |
+
#: includes/event-organiser-cpt.php:348
|
1906 |
#, fuzzy, php-format
|
1907 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1908 |
msgstr "Gebeurtenis konsep opgedateer"
|
1909 |
|
1910 |
+
#: includes/event-organiser-cpt.php:351
|
1911 |
msgid "This event has been broken from a recurring event."
|
1912 |
msgstr ""
|
1913 |
|
1914 |
+
#: includes/event-organiser-cpt.php:527
|
1915 |
#, fuzzy
|
1916 |
msgid "Creating events"
|
1917 |
msgstr "Skep gebeurtenis"
|
1918 |
|
1919 |
+
#: includes/event-organiser-cpt.php:528
|
1920 |
msgid "Creating events:"
|
1921 |
msgstr "Skep gebeure:"
|
1922 |
|
1923 |
+
#: includes/event-organiser-cpt.php:530
|
1924 |
msgid ""
|
1925 |
"The start date is the date the event starts. If the event is a recurring "
|
1926 |
"event, this is the start date of the first occurrence."
|
1927 |
msgstr ""
|
1928 |
|
1929 |
+
#: includes/event-organiser-cpt.php:531
|
1930 |
msgid ""
|
1931 |
"The end date is the date the event finishes. If the event is a recurring "
|
1932 |
"event, this is the end date of the first occurrence."
|
1933 |
msgstr ""
|
1934 |
|
1935 |
+
#: includes/event-organiser-cpt.php:532
|
1936 |
msgid ""
|
1937 |
"All dates and times must be entered in the specified format. This format can "
|
1938 |
"changed in the settings page."
|
1939 |
msgstr ""
|
1940 |
|
1941 |
+
#: includes/event-organiser-cpt.php:537
|
1942 |
#, fuzzy
|
1943 |
msgid "Repeating events"
|
1944 |
msgstr "Herhaal gebeure"
|
1945 |
|
1946 |
+
#: includes/event-organiser-cpt.php:538
|
1947 |
msgid ""
|
1948 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1949 |
"dropdown menu to select how the event is to repeat. Further options then "
|
1950 |
"appear, "
|
1951 |
msgstr ""
|
1952 |
|
1953 |
+
#: includes/event-organiser-cpt.php:540
|
1954 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1955 |
msgstr ""
|
1956 |
|
1957 |
+
#: includes/event-organiser-cpt.php:541
|
1958 |
msgid ""
|
1959 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1960 |
"date, but an occurrence that starts before may finish after this date."
|
1961 |
msgstr ""
|
1962 |
|
1963 |
+
#: includes/event-organiser-cpt.php:542
|
1964 |
msgid ""
|
1965 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1966 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
1967 |
"third Tuesday) "
|
1968 |
msgstr ""
|
1969 |
|
1970 |
+
#: includes/event-organiser-cpt.php:543
|
1971 |
msgid ""
|
1972 |
"If weekly recurrence is selected, select which days of the week the event "
|
1973 |
"should be repeated. If no days are selected, the day of the start date is "
|
1974 |
"used"
|
1975 |
msgstr ""
|
1976 |
|
1977 |
+
#: includes/event-organiser-cpt.php:548 includes/event-organiser-cpt.php:549
|
1978 |
#, fuzzy
|
1979 |
msgid "Selecting a venue"
|
1980 |
msgstr "Kies 'n plek"
|
1981 |
|
1982 |
+
#: includes/event-organiser-cpt.php:551
|
1983 |
msgid "Use the venues input field to search for existing venues"
|
1984 |
msgstr ""
|
1985 |
|
1986 |
+
#: includes/event-organiser-cpt.php:552
|
1987 |
msgid ""
|
1988 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1989 |
"page."
|
1990 |
msgstr ""
|
1991 |
|
1992 |
+
#: includes/event-organiser-cpt.php:562 includes/event-organiser-cpt.php:581
|
1993 |
#, fuzzy
|
1994 |
msgid "Overview"
|
1995 |
msgstr "Oorsig"
|
1996 |
|
1997 |
+
#: includes/event-organiser-cpt.php:563
|
1998 |
msgid ""
|
1999 |
"This is the list of all saved events. Note that <strong> recurring events "
|
2000 |
"appear as a single row </strong> in the table and the start and end date "
|
2001 |
"refers to the first occurrence of that event."
|
2002 |
msgstr ""
|
2003 |
|
2004 |
+
#: includes/event-organiser-cpt.php:569
|
2005 |
msgid ""
|
2006 |
"Hovering over a row in the venues list will display action links that allow "
|
2007 |
"you to manage that venue. You can perform the following actions:"
|
2008 |
msgstr ""
|
2009 |
|
2010 |
+
#: includes/event-organiser-cpt.php:571
|
2011 |
msgid ""
|
2012 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
2013 |
"screen by clicking on the venue title."
|
2014 |
msgstr ""
|
2015 |
|
2016 |
+
#: includes/event-organiser-cpt.php:572
|
2017 |
msgid "Delete will permanently remove the venue"
|
2018 |
msgstr ""
|
2019 |
|
2020 |
+
#: includes/event-organiser-cpt.php:573
|
2021 |
msgid "View will take you to the venue's page"
|
2022 |
msgstr ""
|
2023 |
|
2024 |
+
#: includes/event-organiser-cpt.php:582
|
2025 |
msgid ""
|
2026 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
2027 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
2028 |
"the event's edit page will appear also."
|
2029 |
msgstr ""
|
2030 |
|
2031 |
+
#: includes/event-organiser-cpt.php:583
|
2032 |
msgid ""
|
2033 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
2034 |
"mode. You can also filter the events by events by category and venue. The "
|
2035 |
"'go to date' button allows you to quickly jump to a specific date."
|
2036 |
msgstr ""
|
2037 |
|
2038 |
+
#: includes/event-organiser-cpt.php:587
|
2039 |
#, fuzzy
|
2040 |
msgid "Add Event"
|
2041 |
msgstr "Voeg Gebeurtenis by"
|
2042 |
|
2043 |
+
#: includes/event-organiser-cpt.php:588
|
2044 |
msgid ""
|
2045 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
2046 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
2049 |
"event is created and you are forwarded to that event's edit page."
|
2050 |
msgstr ""
|
2051 |
|
2052 |
+
#: includes/event-organiser-cpt.php:594
|
2053 |
#, fuzzy
|
2054 |
msgid "For more information"
|
2055 |
msgstr "Vir meer inligting"
|
2056 |
|
2057 |
+
#: includes/event-organiser-cpt.php:595
|
2058 |
#, fuzzy, php-format
|
2059 |
msgid "See the <a %s> documentation</a>"
|
2060 |
msgstr "Sien die <a%s> dokumentasie</a>"
|
2061 |
|
2062 |
+
#: includes/event-organiser-cpt.php:596
|
2063 |
#, fuzzy
|
2064 |
msgid "Debugging Event Organiser"
|
2065 |
msgstr "Ontfouting Gebeurtenis Organiseerder"
|
2066 |
|
2067 |
+
#: includes/event-organiser-cpt.php:597
|
2068 |
#, fuzzy
|
2069 |
msgid "Go Pro!"
|
2070 |
msgstr "Gaan Professioneel!"
|
2071 |
|
2072 |
+
#: includes/event-organiser-cpt.php:708 includes/event-organiser-cpt.php:731
|
2073 |
#, fuzzy
|
2074 |
msgid "Color"
|
2075 |
msgstr "Kleur"
|
2076 |
|
2077 |
+
#: includes/event-organiser-cpt.php:714
|
2078 |
#, fuzzy
|
2079 |
msgid "Assign the category a colour."
|
2080 |
msgstr "Kies 'n kleur vir die kategorie"
|
2284 |
msgid "Help"
|
2285 |
msgstr "Help"
|
2286 |
|
2287 |
+
#: includes/event-organiser-venue-functions.php:995
|
2288 |
#, fuzzy
|
2289 |
msgid "Address"
|
2290 |
msgstr "Adres"
|
2291 |
|
2292 |
+
#: includes/event-organiser-venue-functions.php:996
|
2293 |
#, fuzzy
|
2294 |
msgid "City"
|
2295 |
msgstr "Stad"
|
2296 |
|
2297 |
+
#: includes/event-organiser-venue-functions.php:997
|
2298 |
#, fuzzy
|
2299 |
msgid "State / Province"
|
2300 |
msgstr "Staat / Provinsie"
|
2301 |
|
2302 |
+
#: includes/event-organiser-venue-functions.php:998
|
2303 |
#, fuzzy
|
2304 |
msgid "Post Code"
|
2305 |
msgstr "Pos Kode"
|
2306 |
|
2307 |
+
#: includes/event-organiser-venue-functions.php:999
|
2308 |
#, fuzzy
|
2309 |
msgid "Country"
|
2310 |
msgstr "Land"
|
2408 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2409 |
msgstr ""
|
2410 |
|
2411 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
2412 |
+
#. *
|
2413 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
2414 |
+
#. ***************** NOTICE: *****************
|
2415 |
+
#. *
|
2416 |
+
#. * @package Event Organiser (plug-in)
|
2417 |
+
#. * @since 1.0.0
|
2418 |
+
#.
|
2419 |
+
#. Call the template header
|
2420 |
#: templates/taxonomy-event-venue.php:30
|
2421 |
#, php-format
|
2422 |
msgid "Events at: %s"
|
languages/eventorganiser-ar.mo
CHANGED
Binary file
|
languages/eventorganiser-ar.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: 2016-11-27T01:17:42+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
@@ -125,8 +125,8 @@ msgstr ""
|
|
125 |
|
126 |
#: classes/class-eo-event-list-widget.php:14
|
127 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
128 |
-
#: event-organiser.php:149 includes/event-organiser-cpt.php:
|
129 |
-
#: includes/event-organiser-cpt.php:
|
130 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
131 |
msgid "Events"
|
132 |
msgstr "الأحداث"
|
@@ -249,7 +249,7 @@ msgid "Event Categories"
|
|
249 |
msgstr "تصنيفات الأحداث"
|
250 |
|
251 |
#: classes/class-eo-widget-categories.php:25
|
252 |
-
#: includes/event-organiser-cpt.php:
|
253 |
#: includes/event-organiser-event-functions.php:1563
|
254 |
#: templates/event-meta-event-single.php:62
|
255 |
msgid "Categories"
|
@@ -453,6 +453,21 @@ msgstr ""
|
|
453 |
msgid "Open shortcut help"
|
454 |
msgstr ""
|
455 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
456 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
457 |
#: templates/event-meta-event-single.php:32
|
458 |
msgid "Event Details"
|
@@ -643,7 +658,7 @@ msgid "Show dates"
|
|
643 |
msgstr "عرض التاريخ"
|
644 |
|
645 |
#: event-organiser-edit.php:274
|
646 |
-
#: includes/event-organiser-venue-functions.php:
|
647 |
msgid "Select a venue"
|
648 |
msgstr "اختر عنواناً"
|
649 |
|
@@ -720,7 +735,7 @@ msgstr ""
|
|
720 |
msgid "Go to Event Organiser settings"
|
721 |
msgstr ""
|
722 |
|
723 |
-
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:
|
724 |
msgid "Event"
|
725 |
msgstr "حدث"
|
726 |
|
@@ -883,7 +898,7 @@ msgid "Revisions"
|
|
883 |
msgstr "المراجعات"
|
884 |
|
885 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
886 |
-
#: includes/event-organiser-cpt.php:
|
887 |
msgid "Event Tags"
|
888 |
msgstr "وسوم الأحداث"
|
889 |
|
@@ -1212,13 +1227,13 @@ msgstr ""
|
|
1212 |
msgid "Slug"
|
1213 |
msgstr ""
|
1214 |
|
1215 |
-
#: features/bootstrap/FeatureContext.php:
|
1216 |
-
#: features/bootstrap/FeatureContext.php:
|
1217 |
msgid "Main Sidebar"
|
1218 |
msgstr ""
|
1219 |
|
1220 |
-
#: features/bootstrap/FeatureContext.php:
|
1221 |
-
#: features/bootstrap/FeatureContext.php:
|
1222 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1223 |
msgstr ""
|
1224 |
|
@@ -1401,7 +1416,7 @@ msgstr ""
|
|
1401 |
msgid "This event recurs"
|
1402 |
msgstr "هذا الحدث سوف يتكرر "
|
1403 |
|
1404 |
-
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:
|
1405 |
msgid "Edit Event"
|
1406 |
msgstr ""
|
1407 |
|
@@ -1503,379 +1518,398 @@ msgstr ""
|
|
1503 |
msgid "View all venues"
|
1504 |
msgstr "عرض جميع العناوين"
|
1505 |
|
1506 |
-
#: includes/event-organiser-cpt.php:
|
1507 |
msgctxt "taxonomy singular name"
|
1508 |
msgid "Category"
|
1509 |
msgstr ""
|
1510 |
|
1511 |
-
#: includes/event-organiser-cpt.php:
|
1512 |
msgid "Search Categories"
|
1513 |
msgstr ""
|
1514 |
|
1515 |
-
#: includes/event-organiser-cpt.php:
|
1516 |
msgid "All Categories"
|
1517 |
msgstr ""
|
1518 |
|
1519 |
-
#: includes/event-organiser-cpt.php:
|
1520 |
msgid "Parent Category"
|
1521 |
msgstr ""
|
1522 |
|
1523 |
-
#: includes/event-organiser-cpt.php:
|
1524 |
msgid "Parent Category:"
|
1525 |
msgstr ""
|
1526 |
|
1527 |
-
#: includes/event-organiser-cpt.php:
|
1528 |
msgid "Edit Category"
|
1529 |
msgstr ""
|
1530 |
|
1531 |
-
#: includes/event-organiser-cpt.php:
|
1532 |
msgid "Update Category"
|
1533 |
msgstr ""
|
1534 |
|
1535 |
-
#: includes/event-organiser-cpt.php:
|
1536 |
msgid "Add New Category"
|
1537 |
msgstr ""
|
1538 |
|
1539 |
-
#: includes/event-organiser-cpt.php:
|
1540 |
msgid "New Category Name"
|
1541 |
msgstr ""
|
1542 |
|
1543 |
-
#: includes/event-organiser-cpt.php:
|
1544 |
msgid "No categories found"
|
1545 |
msgstr ""
|
1546 |
|
1547 |
-
#: includes/event-organiser-cpt.php:
|
1548 |
msgid "Event categories list navigation"
|
1549 |
msgstr ""
|
1550 |
|
1551 |
-
#: includes/event-organiser-cpt.php:
|
1552 |
msgid "Event categories list"
|
1553 |
msgstr ""
|
1554 |
|
1555 |
-
#: includes/event-organiser-cpt.php:
|
1556 |
msgid "View all categories"
|
1557 |
msgstr "عرض جميع التصنيفات"
|
1558 |
|
1559 |
-
#: includes/event-organiser-cpt.php:
|
1560 |
msgctxt "taxonomy singular name"
|
1561 |
msgid "Tag"
|
1562 |
msgstr ""
|
1563 |
|
1564 |
-
#: includes/event-organiser-cpt.php:
|
1565 |
msgid "Search Tags"
|
1566 |
msgstr ""
|
1567 |
|
1568 |
-
#: includes/event-organiser-cpt.php:
|
1569 |
msgid "All Tags"
|
1570 |
msgstr ""
|
1571 |
|
1572 |
-
#: includes/event-organiser-cpt.php:
|
1573 |
msgid "Popular Tags"
|
1574 |
msgstr ""
|
1575 |
|
1576 |
-
#: includes/event-organiser-cpt.php:
|
1577 |
msgid "Edit Tag"
|
1578 |
msgstr ""
|
1579 |
|
1580 |
-
#: includes/event-organiser-cpt.php:
|
1581 |
msgid "Update Tag"
|
1582 |
msgstr ""
|
1583 |
|
1584 |
-
#: includes/event-organiser-cpt.php:
|
1585 |
msgid "Add New Tag"
|
1586 |
msgstr ""
|
1587 |
|
1588 |
-
#: includes/event-organiser-cpt.php:
|
1589 |
msgid "New Tag Name"
|
1590 |
msgstr ""
|
1591 |
|
1592 |
-
#: includes/event-organiser-cpt.php:
|
1593 |
msgid "No tags found"
|
1594 |
msgstr ""
|
1595 |
|
1596 |
-
#: includes/event-organiser-cpt.php:
|
1597 |
msgid "Choose from the most used tags"
|
1598 |
msgstr ""
|
1599 |
|
1600 |
-
#: includes/event-organiser-cpt.php:
|
1601 |
#: includes/event-organiser-event-functions.php:1571
|
1602 |
#: templates/event-meta-event-single.php:66
|
1603 |
msgid "Tags"
|
1604 |
msgstr ""
|
1605 |
|
1606 |
-
#: includes/event-organiser-cpt.php:
|
1607 |
msgid "Add or remove tags"
|
1608 |
msgstr ""
|
1609 |
|
1610 |
-
#: includes/event-organiser-cpt.php:
|
1611 |
msgid "Separate tags with commas"
|
1612 |
msgstr ""
|
1613 |
|
1614 |
-
#: includes/event-organiser-cpt.php:
|
1615 |
msgid "Event tags list navigation"
|
1616 |
msgstr ""
|
1617 |
|
1618 |
-
#: includes/event-organiser-cpt.php:
|
1619 |
msgid "Event tags list"
|
1620 |
msgstr ""
|
1621 |
|
1622 |
-
#: includes/event-organiser-cpt.php:
|
1623 |
msgid "View all tags"
|
1624 |
msgstr ""
|
1625 |
|
1626 |
-
#: includes/event-organiser-cpt.php:
|
1627 |
msgctxt "post"
|
1628 |
msgid "Add New"
|
1629 |
msgstr ""
|
1630 |
|
1631 |
-
#: includes/event-organiser-cpt.php:
|
1632 |
msgid "Add New Event"
|
1633 |
msgstr ""
|
1634 |
|
1635 |
-
#: includes/event-organiser-cpt.php:
|
1636 |
msgid "New Event"
|
1637 |
msgstr ""
|
1638 |
|
1639 |
-
#: includes/event-organiser-cpt.php:
|
1640 |
#, fuzzy
|
1641 |
msgid "All Events"
|
1642 |
msgstr "الأحداث"
|
1643 |
|
1644 |
-
#: includes/event-organiser-cpt.php:
|
1645 |
msgid "View Event"
|
1646 |
msgstr ""
|
1647 |
|
1648 |
-
#: includes/event-organiser-cpt.php:
|
1649 |
msgid "Search events"
|
1650 |
msgstr ""
|
1651 |
|
1652 |
-
#: includes/event-organiser-cpt.php:
|
1653 |
msgid "No events found"
|
1654 |
msgstr ""
|
1655 |
|
1656 |
-
#: includes/event-organiser-cpt.php:
|
1657 |
msgid "No events found in Trash"
|
1658 |
msgstr ""
|
1659 |
|
1660 |
-
#: includes/event-organiser-cpt.php:
|
1661 |
msgid "Filter events list"
|
1662 |
msgstr ""
|
1663 |
|
1664 |
-
#: includes/event-organiser-cpt.php:
|
1665 |
msgid "Events list navigation"
|
1666 |
msgstr ""
|
1667 |
|
1668 |
-
#: includes/event-organiser-cpt.php:
|
1669 |
msgid "Events list"
|
1670 |
msgstr ""
|
1671 |
|
1672 |
-
#: includes/event-organiser-cpt.php:
|
1673 |
msgid "Event Archives"
|
1674 |
msgstr ""
|
1675 |
|
1676 |
-
#: includes/event-organiser-cpt.php:
|
1677 |
msgid "Insert into event"
|
1678 |
msgstr ""
|
1679 |
|
1680 |
-
#: includes/event-organiser-cpt.php:
|
1681 |
msgid "Uploaded to this event"
|
1682 |
msgstr ""
|
1683 |
|
1684 |
-
#: includes/event-organiser-cpt.php:
|
1685 |
#, php-format
|
1686 |
msgid "Events at %s"
|
1687 |
msgstr ""
|
1688 |
|
1689 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1690 |
#: templates/taxonomy-event-category.php:27
|
1691 |
#, php-format
|
1692 |
msgid "Event Category: %s"
|
1693 |
msgstr ""
|
1694 |
|
1695 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1696 |
#, php-format
|
1697 |
msgid "Event Tag: %s"
|
1698 |
msgstr ""
|
1699 |
|
1700 |
-
#: includes/event-organiser-cpt.php:
|
1701 |
-
#: includes/event-organiser-cpt.php:
|
1702 |
#, fuzzy, php-format
|
1703 |
msgid "Events: %s"
|
1704 |
msgstr "الأحداث"
|
1705 |
|
1706 |
-
#: includes/event-organiser-cpt.php:
|
1707 |
#, php-format
|
1708 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1709 |
msgstr ""
|
1710 |
|
1711 |
-
#: includes/event-organiser-cpt.php:
|
1712 |
msgid "Event updated."
|
1713 |
msgstr ""
|
1714 |
|
1715 |
-
#: includes/event-organiser-cpt.php:
|
1716 |
#, php-format
|
1717 |
msgid "Event restored to revision from %s"
|
1718 |
msgstr ""
|
1719 |
|
1720 |
-
#: includes/event-organiser-cpt.php:
|
1721 |
#, php-format
|
1722 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1723 |
msgstr ""
|
1724 |
|
1725 |
-
#: includes/event-organiser-cpt.php:
|
1726 |
msgid "Event saved."
|
1727 |
msgstr ""
|
1728 |
|
1729 |
-
#: includes/event-organiser-cpt.php:
|
1730 |
#, php-format
|
1731 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1732 |
msgstr ""
|
1733 |
|
1734 |
-
#: includes/event-organiser-cpt.php:
|
1735 |
#, php-format
|
1736 |
msgid ""
|
1737 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1738 |
"\">Preview event</a>"
|
1739 |
msgstr ""
|
1740 |
|
1741 |
-
|
|
|
1742 |
msgid "M j, Y @ G:i"
|
1743 |
msgstr ""
|
1744 |
|
1745 |
-
#: includes/event-organiser-cpt.php:
|
1746 |
#, php-format
|
1747 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1748 |
msgstr ""
|
1749 |
|
1750 |
-
#: includes/event-organiser-cpt.php:
|
1751 |
msgid "This event has been broken from a recurring event."
|
1752 |
msgstr ""
|
1753 |
|
1754 |
-
#: includes/event-organiser-cpt.php:
|
1755 |
msgid "Creating events"
|
1756 |
msgstr ""
|
1757 |
|
1758 |
-
#: includes/event-organiser-cpt.php:
|
1759 |
msgid "Creating events:"
|
1760 |
msgstr ""
|
1761 |
|
1762 |
-
#: includes/event-organiser-cpt.php:
|
1763 |
msgid ""
|
1764 |
"The start date is the date the event starts. If the event is a recurring "
|
1765 |
"event, this is the start date of the first occurrence."
|
1766 |
msgstr ""
|
1767 |
|
1768 |
-
#: includes/event-organiser-cpt.php:
|
1769 |
msgid ""
|
1770 |
"The end date is the date the event finishes. If the event is a recurring "
|
1771 |
"event, this is the end date of the first occurrence."
|
1772 |
msgstr ""
|
1773 |
|
1774 |
-
#: includes/event-organiser-cpt.php:
|
1775 |
msgid ""
|
1776 |
"All dates and times must be entered in the specified format. This format can "
|
1777 |
"changed in the settings page."
|
1778 |
msgstr ""
|
1779 |
|
1780 |
-
#: includes/event-organiser-cpt.php:
|
1781 |
msgid "Repeating events"
|
1782 |
msgstr ""
|
1783 |
|
1784 |
-
#: includes/event-organiser-cpt.php:
|
1785 |
msgid ""
|
1786 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1787 |
"dropdown menu to select how the event is to repeat. Further options then "
|
1788 |
"appear, "
|
1789 |
msgstr ""
|
1790 |
|
1791 |
-
#: includes/event-organiser-cpt.php:
|
1792 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1793 |
msgstr ""
|
1794 |
|
1795 |
-
#: includes/event-organiser-cpt.php:
|
1796 |
msgid ""
|
1797 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1798 |
"date, but an occurrence that starts before may finish after this date."
|
1799 |
msgstr ""
|
1800 |
|
1801 |
-
#: includes/event-organiser-cpt.php:
|
1802 |
msgid ""
|
1803 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1804 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
1805 |
"third Tuesday) "
|
1806 |
msgstr ""
|
1807 |
|
1808 |
-
#: includes/event-organiser-cpt.php:
|
1809 |
msgid ""
|
1810 |
"If weekly recurrence is selected, select which days of the week the event "
|
1811 |
"should be repeated. If no days are selected, the day of the start date is "
|
1812 |
"used"
|
1813 |
msgstr ""
|
1814 |
|
1815 |
-
#: includes/event-organiser-cpt.php:
|
1816 |
msgid "Selecting a venue"
|
1817 |
msgstr ""
|
1818 |
|
1819 |
-
#: includes/event-organiser-cpt.php:
|
1820 |
msgid "Use the venues input field to search for existing venues"
|
1821 |
msgstr ""
|
1822 |
|
1823 |
-
#: includes/event-organiser-cpt.php:
|
1824 |
msgid ""
|
1825 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1826 |
"page."
|
1827 |
msgstr ""
|
1828 |
|
1829 |
-
#: includes/event-organiser-cpt.php:
|
1830 |
msgid "Overview"
|
1831 |
msgstr ""
|
1832 |
|
1833 |
-
#: includes/event-organiser-cpt.php:
|
1834 |
msgid ""
|
1835 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1836 |
"appear as a single row </strong> in the table and the start and end date "
|
1837 |
"refers to the first occurrence of that event."
|
1838 |
msgstr ""
|
1839 |
|
1840 |
-
#: includes/event-organiser-cpt.php:
|
1841 |
msgid ""
|
1842 |
"Hovering over a row in the venues list will display action links that allow "
|
1843 |
"you to manage that venue. You can perform the following actions:"
|
1844 |
msgstr ""
|
1845 |
|
1846 |
-
#: includes/event-organiser-cpt.php:
|
1847 |
msgid ""
|
1848 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1849 |
"screen by clicking on the venue title."
|
1850 |
msgstr ""
|
1851 |
|
1852 |
-
#: includes/event-organiser-cpt.php:
|
1853 |
msgid "Delete will permanently remove the venue"
|
1854 |
msgstr ""
|
1855 |
|
1856 |
-
#: includes/event-organiser-cpt.php:
|
1857 |
msgid "View will take you to the venue's page"
|
1858 |
msgstr ""
|
1859 |
|
1860 |
-
#: includes/event-organiser-cpt.php:
|
1861 |
msgid ""
|
1862 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1863 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
1864 |
"the event's edit page will appear also."
|
1865 |
msgstr ""
|
1866 |
|
1867 |
-
#: includes/event-organiser-cpt.php:
|
1868 |
msgid ""
|
1869 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1870 |
"mode. You can also filter the events by events by category and venue. The "
|
1871 |
"'go to date' button allows you to quickly jump to a specific date."
|
1872 |
msgstr ""
|
1873 |
|
1874 |
-
#: includes/event-organiser-cpt.php:
|
1875 |
msgid "Add Event"
|
1876 |
msgstr ""
|
1877 |
|
1878 |
-
#: includes/event-organiser-cpt.php:
|
1879 |
msgid ""
|
1880 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
1881 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
@@ -1884,28 +1918,28 @@ msgid ""
|
|
1884 |
"event is created and you are forwarded to that event's edit page."
|
1885 |
msgstr ""
|
1886 |
|
1887 |
-
#: includes/event-organiser-cpt.php:
|
1888 |
msgid "For more information"
|
1889 |
msgstr ""
|
1890 |
|
1891 |
-
#: includes/event-organiser-cpt.php:
|
1892 |
#, php-format
|
1893 |
msgid "See the <a %s> documentation</a>"
|
1894 |
msgstr ""
|
1895 |
|
1896 |
-
#: includes/event-organiser-cpt.php:
|
1897 |
msgid "Debugging Event Organiser"
|
1898 |
msgstr ""
|
1899 |
|
1900 |
-
#: includes/event-organiser-cpt.php:
|
1901 |
msgid "Go Pro!"
|
1902 |
msgstr ""
|
1903 |
|
1904 |
-
#: includes/event-organiser-cpt.php:
|
1905 |
msgid "Color"
|
1906 |
msgstr ""
|
1907 |
|
1908 |
-
#: includes/event-organiser-cpt.php:
|
1909 |
msgid "Assign the category a colour."
|
1910 |
msgstr ""
|
1911 |
|
@@ -2091,23 +2125,23 @@ msgstr ""
|
|
2091 |
msgid "Help"
|
2092 |
msgstr ""
|
2093 |
|
2094 |
-
#: includes/event-organiser-venue-functions.php:
|
2095 |
msgid "Address"
|
2096 |
msgstr "العنوان"
|
2097 |
|
2098 |
-
#: includes/event-organiser-venue-functions.php:
|
2099 |
msgid "City"
|
2100 |
msgstr "المدينة"
|
2101 |
|
2102 |
-
#: includes/event-organiser-venue-functions.php:
|
2103 |
msgid "State / Province"
|
2104 |
msgstr "مقاطعة"
|
2105 |
|
2106 |
-
#: includes/event-organiser-venue-functions.php:
|
2107 |
msgid "Post Code"
|
2108 |
msgstr "الرمز البريدي"
|
2109 |
|
2110 |
-
#: includes/event-organiser-venue-functions.php:
|
2111 |
msgid "Country"
|
2112 |
msgstr "البلد"
|
2113 |
|
@@ -2200,6 +2234,15 @@ msgstr ""
|
|
2200 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2201 |
msgstr ""
|
2202 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2203 |
#: templates/taxonomy-event-venue.php:30
|
2204 |
#, php-format
|
2205 |
msgid "Events at: %s"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-03-06 23:13+0000\n"
|
6 |
"PO-Revision-Date: 2016-11-27T01:17:42+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
125 |
|
126 |
#: classes/class-eo-event-list-widget.php:14
|
127 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
128 |
+
#: event-organiser.php:149 includes/event-organiser-cpt.php:226
|
129 |
+
#: includes/event-organiser-cpt.php:238
|
130 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
131 |
msgid "Events"
|
132 |
msgstr "الأحداث"
|
249 |
msgstr "تصنيفات الأحداث"
|
250 |
|
251 |
#: classes/class-eo-widget-categories.php:25
|
252 |
+
#: includes/event-organiser-cpt.php:95 includes/event-organiser-cpt.php:106
|
253 |
#: includes/event-organiser-event-functions.php:1563
|
254 |
#: templates/event-meta-event-single.php:62
|
255 |
msgid "Categories"
|
453 |
msgid "Open shortcut help"
|
454 |
msgstr ""
|
455 |
|
456 |
+
#. //codex.wp-event-organiser.com
|
457 |
+
#. *
|
458 |
+
#. ***************** NOTICE: *****************
|
459 |
+
#. * Do not make changes to this file. Any changes made to this file
|
460 |
+
#. * will be overwritten if the plug-in is updated.
|
461 |
+
#. *
|
462 |
+
#. * To overwrite this template with your own, make a copy of it (with the same name)
|
463 |
+
#. * in your theme directory. See http://docs.wp-event-organiser.com/theme-integration for more information
|
464 |
+
#. *
|
465 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
466 |
+
#. ***************** NOTICE: *****************
|
467 |
+
#. *
|
468 |
+
#. * @package Event Organiser (plug-in)
|
469 |
+
#. * @since 1.7
|
470 |
+
#.
|
471 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
472 |
#: templates/event-meta-event-single.php:32
|
473 |
msgid "Event Details"
|
658 |
msgstr "عرض التاريخ"
|
659 |
|
660 |
#: event-organiser-edit.php:274
|
661 |
+
#: includes/event-organiser-venue-functions.php:1030
|
662 |
msgid "Select a venue"
|
663 |
msgstr "اختر عنواناً"
|
664 |
|
735 |
msgid "Go to Event Organiser settings"
|
736 |
msgstr ""
|
737 |
|
738 |
+
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:227
|
739 |
msgid "Event"
|
740 |
msgstr "حدث"
|
741 |
|
898 |
msgstr "المراجعات"
|
899 |
|
900 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
901 |
+
#: includes/event-organiser-cpt.php:152
|
902 |
msgid "Event Tags"
|
903 |
msgstr "وسوم الأحداث"
|
904 |
|
1227 |
msgid "Slug"
|
1228 |
msgstr ""
|
1229 |
|
1230 |
+
#: features/bootstrap/FeatureContext.php:459
|
1231 |
+
#: features/bootstrap/FeatureContext.php:627
|
1232 |
msgid "Main Sidebar"
|
1233 |
msgstr ""
|
1234 |
|
1235 |
+
#: features/bootstrap/FeatureContext.php:461
|
1236 |
+
#: features/bootstrap/FeatureContext.php:629
|
1237 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1238 |
msgstr ""
|
1239 |
|
1416 |
msgid "This event recurs"
|
1417 |
msgstr "هذا الحدث سوف يتكرر "
|
1418 |
|
1419 |
+
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:230
|
1420 |
msgid "Edit Event"
|
1421 |
msgstr ""
|
1422 |
|
1518 |
msgid "View all venues"
|
1519 |
msgstr "عرض جميع العناوين"
|
1520 |
|
1521 |
+
#: includes/event-organiser-cpt.php:96
|
1522 |
msgctxt "taxonomy singular name"
|
1523 |
msgid "Category"
|
1524 |
msgstr ""
|
1525 |
|
1526 |
+
#: includes/event-organiser-cpt.php:97
|
1527 |
msgid "Search Categories"
|
1528 |
msgstr ""
|
1529 |
|
1530 |
+
#: includes/event-organiser-cpt.php:98
|
1531 |
msgid "All Categories"
|
1532 |
msgstr ""
|
1533 |
|
1534 |
+
#: includes/event-organiser-cpt.php:99
|
1535 |
msgid "Parent Category"
|
1536 |
msgstr ""
|
1537 |
|
1538 |
+
#: includes/event-organiser-cpt.php:100
|
1539 |
msgid "Parent Category:"
|
1540 |
msgstr ""
|
1541 |
|
1542 |
+
#: includes/event-organiser-cpt.php:101
|
1543 |
msgid "Edit Category"
|
1544 |
msgstr ""
|
1545 |
|
1546 |
+
#: includes/event-organiser-cpt.php:102
|
1547 |
msgid "Update Category"
|
1548 |
msgstr ""
|
1549 |
|
1550 |
+
#: includes/event-organiser-cpt.php:103
|
1551 |
msgid "Add New Category"
|
1552 |
msgstr ""
|
1553 |
|
1554 |
+
#: includes/event-organiser-cpt.php:104
|
1555 |
msgid "New Category Name"
|
1556 |
msgstr ""
|
1557 |
|
1558 |
+
#: includes/event-organiser-cpt.php:105
|
1559 |
msgid "No categories found"
|
1560 |
msgstr ""
|
1561 |
|
1562 |
+
#: includes/event-organiser-cpt.php:107
|
1563 |
msgid "Event categories list navigation"
|
1564 |
msgstr ""
|
1565 |
|
1566 |
+
#: includes/event-organiser-cpt.php:108
|
1567 |
msgid "Event categories list"
|
1568 |
msgstr ""
|
1569 |
|
1570 |
+
#: includes/event-organiser-cpt.php:110
|
1571 |
msgid "View all categories"
|
1572 |
msgstr "عرض جميع التصنيفات"
|
1573 |
|
1574 |
+
#: includes/event-organiser-cpt.php:153
|
1575 |
msgctxt "taxonomy singular name"
|
1576 |
msgid "Tag"
|
1577 |
msgstr ""
|
1578 |
|
1579 |
+
#: includes/event-organiser-cpt.php:154
|
1580 |
msgid "Search Tags"
|
1581 |
msgstr ""
|
1582 |
|
1583 |
+
#: includes/event-organiser-cpt.php:155
|
1584 |
msgid "All Tags"
|
1585 |
msgstr ""
|
1586 |
|
1587 |
+
#: includes/event-organiser-cpt.php:156
|
1588 |
msgid "Popular Tags"
|
1589 |
msgstr ""
|
1590 |
|
1591 |
+
#: includes/event-organiser-cpt.php:157
|
1592 |
msgid "Edit Tag"
|
1593 |
msgstr ""
|
1594 |
|
1595 |
+
#: includes/event-organiser-cpt.php:158
|
1596 |
msgid "Update Tag"
|
1597 |
msgstr ""
|
1598 |
|
1599 |
+
#: includes/event-organiser-cpt.php:159
|
1600 |
msgid "Add New Tag"
|
1601 |
msgstr ""
|
1602 |
|
1603 |
+
#: includes/event-organiser-cpt.php:160
|
1604 |
msgid "New Tag Name"
|
1605 |
msgstr ""
|
1606 |
|
1607 |
+
#: includes/event-organiser-cpt.php:161
|
1608 |
msgid "No tags found"
|
1609 |
msgstr ""
|
1610 |
|
1611 |
+
#: includes/event-organiser-cpt.php:162
|
1612 |
msgid "Choose from the most used tags"
|
1613 |
msgstr ""
|
1614 |
|
1615 |
+
#: includes/event-organiser-cpt.php:163
|
1616 |
#: includes/event-organiser-event-functions.php:1571
|
1617 |
#: templates/event-meta-event-single.php:66
|
1618 |
msgid "Tags"
|
1619 |
msgstr ""
|
1620 |
|
1621 |
+
#: includes/event-organiser-cpt.php:164
|
1622 |
msgid "Add or remove tags"
|
1623 |
msgstr ""
|
1624 |
|
1625 |
+
#: includes/event-organiser-cpt.php:165
|
1626 |
msgid "Separate tags with commas"
|
1627 |
msgstr ""
|
1628 |
|
1629 |
+
#: includes/event-organiser-cpt.php:166
|
1630 |
msgid "Event tags list navigation"
|
1631 |
msgstr ""
|
1632 |
|
1633 |
+
#: includes/event-organiser-cpt.php:167
|
1634 |
msgid "Event tags list"
|
1635 |
msgstr ""
|
1636 |
|
1637 |
+
#: includes/event-organiser-cpt.php:169
|
1638 |
msgid "View all tags"
|
1639 |
msgstr ""
|
1640 |
|
1641 |
+
#: includes/event-organiser-cpt.php:228
|
1642 |
msgctxt "post"
|
1643 |
msgid "Add New"
|
1644 |
msgstr ""
|
1645 |
|
1646 |
+
#: includes/event-organiser-cpt.php:229
|
1647 |
msgid "Add New Event"
|
1648 |
msgstr ""
|
1649 |
|
1650 |
+
#: includes/event-organiser-cpt.php:231
|
1651 |
msgid "New Event"
|
1652 |
msgstr ""
|
1653 |
|
1654 |
+
#: includes/event-organiser-cpt.php:232
|
1655 |
#, fuzzy
|
1656 |
msgid "All Events"
|
1657 |
msgstr "الأحداث"
|
1658 |
|
1659 |
+
#: includes/event-organiser-cpt.php:233
|
1660 |
msgid "View Event"
|
1661 |
msgstr ""
|
1662 |
|
1663 |
+
#: includes/event-organiser-cpt.php:234
|
1664 |
msgid "Search events"
|
1665 |
msgstr ""
|
1666 |
|
1667 |
+
#: includes/event-organiser-cpt.php:235
|
1668 |
msgid "No events found"
|
1669 |
msgstr ""
|
1670 |
|
1671 |
+
#: includes/event-organiser-cpt.php:236
|
1672 |
msgid "No events found in Trash"
|
1673 |
msgstr ""
|
1674 |
|
1675 |
+
#: includes/event-organiser-cpt.php:239
|
1676 |
msgid "Filter events list"
|
1677 |
msgstr ""
|
1678 |
|
1679 |
+
#: includes/event-organiser-cpt.php:240
|
1680 |
msgid "Events list navigation"
|
1681 |
msgstr ""
|
1682 |
|
1683 |
+
#: includes/event-organiser-cpt.php:241
|
1684 |
msgid "Events list"
|
1685 |
msgstr ""
|
1686 |
|
1687 |
+
#: includes/event-organiser-cpt.php:242
|
1688 |
msgid "Event Archives"
|
1689 |
msgstr ""
|
1690 |
|
1691 |
+
#: includes/event-organiser-cpt.php:243
|
1692 |
msgid "Insert into event"
|
1693 |
msgstr ""
|
1694 |
|
1695 |
+
#: includes/event-organiser-cpt.php:244
|
1696 |
msgid "Uploaded to this event"
|
1697 |
msgstr ""
|
1698 |
|
1699 |
+
#: includes/event-organiser-cpt.php:246
|
1700 |
#, php-format
|
1701 |
msgid "Events at %s"
|
1702 |
msgstr ""
|
1703 |
|
1704 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1705 |
+
#. *
|
1706 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1707 |
+
#. ***************** NOTICE: *****************
|
1708 |
+
#. *
|
1709 |
+
#. * @package Event Organiser (plug-in)
|
1710 |
+
#. * @since 1.0.0
|
1711 |
+
#.
|
1712 |
+
#. Call the template header
|
1713 |
+
#: includes/event-organiser-cpt.php:247
|
1714 |
#: templates/taxonomy-event-category.php:27
|
1715 |
#, php-format
|
1716 |
msgid "Event Category: %s"
|
1717 |
msgstr ""
|
1718 |
|
1719 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1720 |
+
#. *
|
1721 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1722 |
+
#. ***************** NOTICE: *****************
|
1723 |
+
#. *
|
1724 |
+
#. * @package Event Organiser (plug-in)
|
1725 |
+
#. * @since 1.2.0
|
1726 |
+
#.
|
1727 |
+
#. Call the template header
|
1728 |
+
#: includes/event-organiser-cpt.php:248 templates/taxonomy-event-tag.php:27
|
1729 |
#, php-format
|
1730 |
msgid "Event Tag: %s"
|
1731 |
msgstr ""
|
1732 |
|
1733 |
+
#: includes/event-organiser-cpt.php:249 includes/event-organiser-cpt.php:250
|
1734 |
+
#: includes/event-organiser-cpt.php:251
|
1735 |
#, fuzzy, php-format
|
1736 |
msgid "Events: %s"
|
1737 |
msgstr "الأحداث"
|
1738 |
|
1739 |
+
#: includes/event-organiser-cpt.php:332
|
1740 |
#, php-format
|
1741 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1742 |
msgstr ""
|
1743 |
|
1744 |
+
#: includes/event-organiser-cpt.php:333
|
1745 |
msgid "Event updated."
|
1746 |
msgstr ""
|
1747 |
|
1748 |
+
#: includes/event-organiser-cpt.php:335
|
1749 |
#, php-format
|
1750 |
msgid "Event restored to revision from %s"
|
1751 |
msgstr ""
|
1752 |
|
1753 |
+
#: includes/event-organiser-cpt.php:336
|
1754 |
#, php-format
|
1755 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1756 |
msgstr ""
|
1757 |
|
1758 |
+
#: includes/event-organiser-cpt.php:337
|
1759 |
msgid "Event saved."
|
1760 |
msgstr ""
|
1761 |
|
1762 |
+
#: includes/event-organiser-cpt.php:339
|
1763 |
#, php-format
|
1764 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1765 |
msgstr ""
|
1766 |
|
1767 |
+
#: includes/event-organiser-cpt.php:343
|
1768 |
#, php-format
|
1769 |
msgid ""
|
1770 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1771 |
"\">Preview event</a>"
|
1772 |
msgstr ""
|
1773 |
|
1774 |
+
#. //php.net/date
|
1775 |
+
#: includes/event-organiser-cpt.php:345
|
1776 |
msgid "M j, Y @ G:i"
|
1777 |
msgstr ""
|
1778 |
|
1779 |
+
#: includes/event-organiser-cpt.php:348
|
1780 |
#, php-format
|
1781 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1782 |
msgstr ""
|
1783 |
|
1784 |
+
#: includes/event-organiser-cpt.php:351
|
1785 |
msgid "This event has been broken from a recurring event."
|
1786 |
msgstr ""
|
1787 |
|
1788 |
+
#: includes/event-organiser-cpt.php:527
|
1789 |
msgid "Creating events"
|
1790 |
msgstr ""
|
1791 |
|
1792 |
+
#: includes/event-organiser-cpt.php:528
|
1793 |
msgid "Creating events:"
|
1794 |
msgstr ""
|
1795 |
|
1796 |
+
#: includes/event-organiser-cpt.php:530
|
1797 |
msgid ""
|
1798 |
"The start date is the date the event starts. If the event is a recurring "
|
1799 |
"event, this is the start date of the first occurrence."
|
1800 |
msgstr ""
|
1801 |
|
1802 |
+
#: includes/event-organiser-cpt.php:531
|
1803 |
msgid ""
|
1804 |
"The end date is the date the event finishes. If the event is a recurring "
|
1805 |
"event, this is the end date of the first occurrence."
|
1806 |
msgstr ""
|
1807 |
|
1808 |
+
#: includes/event-organiser-cpt.php:532
|
1809 |
msgid ""
|
1810 |
"All dates and times must be entered in the specified format. This format can "
|
1811 |
"changed in the settings page."
|
1812 |
msgstr ""
|
1813 |
|
1814 |
+
#: includes/event-organiser-cpt.php:537
|
1815 |
msgid "Repeating events"
|
1816 |
msgstr ""
|
1817 |
|
1818 |
+
#: includes/event-organiser-cpt.php:538
|
1819 |
msgid ""
|
1820 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1821 |
"dropdown menu to select how the event is to repeat. Further options then "
|
1822 |
"appear, "
|
1823 |
msgstr ""
|
1824 |
|
1825 |
+
#: includes/event-organiser-cpt.php:540
|
1826 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1827 |
msgstr ""
|
1828 |
|
1829 |
+
#: includes/event-organiser-cpt.php:541
|
1830 |
msgid ""
|
1831 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1832 |
"date, but an occurrence that starts before may finish after this date."
|
1833 |
msgstr ""
|
1834 |
|
1835 |
+
#: includes/event-organiser-cpt.php:542
|
1836 |
msgid ""
|
1837 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1838 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
1839 |
"third Tuesday) "
|
1840 |
msgstr ""
|
1841 |
|
1842 |
+
#: includes/event-organiser-cpt.php:543
|
1843 |
msgid ""
|
1844 |
"If weekly recurrence is selected, select which days of the week the event "
|
1845 |
"should be repeated. If no days are selected, the day of the start date is "
|
1846 |
"used"
|
1847 |
msgstr ""
|
1848 |
|
1849 |
+
#: includes/event-organiser-cpt.php:548 includes/event-organiser-cpt.php:549
|
1850 |
msgid "Selecting a venue"
|
1851 |
msgstr ""
|
1852 |
|
1853 |
+
#: includes/event-organiser-cpt.php:551
|
1854 |
msgid "Use the venues input field to search for existing venues"
|
1855 |
msgstr ""
|
1856 |
|
1857 |
+
#: includes/event-organiser-cpt.php:552
|
1858 |
msgid ""
|
1859 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1860 |
"page."
|
1861 |
msgstr ""
|
1862 |
|
1863 |
+
#: includes/event-organiser-cpt.php:562 includes/event-organiser-cpt.php:581
|
1864 |
msgid "Overview"
|
1865 |
msgstr ""
|
1866 |
|
1867 |
+
#: includes/event-organiser-cpt.php:563
|
1868 |
msgid ""
|
1869 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1870 |
"appear as a single row </strong> in the table and the start and end date "
|
1871 |
"refers to the first occurrence of that event."
|
1872 |
msgstr ""
|
1873 |
|
1874 |
+
#: includes/event-organiser-cpt.php:569
|
1875 |
msgid ""
|
1876 |
"Hovering over a row in the venues list will display action links that allow "
|
1877 |
"you to manage that venue. You can perform the following actions:"
|
1878 |
msgstr ""
|
1879 |
|
1880 |
+
#: includes/event-organiser-cpt.php:571
|
1881 |
msgid ""
|
1882 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1883 |
"screen by clicking on the venue title."
|
1884 |
msgstr ""
|
1885 |
|
1886 |
+
#: includes/event-organiser-cpt.php:572
|
1887 |
msgid "Delete will permanently remove the venue"
|
1888 |
msgstr ""
|
1889 |
|
1890 |
+
#: includes/event-organiser-cpt.php:573
|
1891 |
msgid "View will take you to the venue's page"
|
1892 |
msgstr ""
|
1893 |
|
1894 |
+
#: includes/event-organiser-cpt.php:582
|
1895 |
msgid ""
|
1896 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1897 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
1898 |
"the event's edit page will appear also."
|
1899 |
msgstr ""
|
1900 |
|
1901 |
+
#: includes/event-organiser-cpt.php:583
|
1902 |
msgid ""
|
1903 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1904 |
"mode. You can also filter the events by events by category and venue. The "
|
1905 |
"'go to date' button allows you to quickly jump to a specific date."
|
1906 |
msgstr ""
|
1907 |
|
1908 |
+
#: includes/event-organiser-cpt.php:587
|
1909 |
msgid "Add Event"
|
1910 |
msgstr ""
|
1911 |
|
1912 |
+
#: includes/event-organiser-cpt.php:588
|
1913 |
msgid ""
|
1914 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
1915 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
1918 |
"event is created and you are forwarded to that event's edit page."
|
1919 |
msgstr ""
|
1920 |
|
1921 |
+
#: includes/event-organiser-cpt.php:594
|
1922 |
msgid "For more information"
|
1923 |
msgstr ""
|
1924 |
|
1925 |
+
#: includes/event-organiser-cpt.php:595
|
1926 |
#, php-format
|
1927 |
msgid "See the <a %s> documentation</a>"
|
1928 |
msgstr ""
|
1929 |
|
1930 |
+
#: includes/event-organiser-cpt.php:596
|
1931 |
msgid "Debugging Event Organiser"
|
1932 |
msgstr ""
|
1933 |
|
1934 |
+
#: includes/event-organiser-cpt.php:597
|
1935 |
msgid "Go Pro!"
|
1936 |
msgstr ""
|
1937 |
|
1938 |
+
#: includes/event-organiser-cpt.php:708 includes/event-organiser-cpt.php:731
|
1939 |
msgid "Color"
|
1940 |
msgstr ""
|
1941 |
|
1942 |
+
#: includes/event-organiser-cpt.php:714
|
1943 |
msgid "Assign the category a colour."
|
1944 |
msgstr ""
|
1945 |
|
2125 |
msgid "Help"
|
2126 |
msgstr ""
|
2127 |
|
2128 |
+
#: includes/event-organiser-venue-functions.php:995
|
2129 |
msgid "Address"
|
2130 |
msgstr "العنوان"
|
2131 |
|
2132 |
+
#: includes/event-organiser-venue-functions.php:996
|
2133 |
msgid "City"
|
2134 |
msgstr "المدينة"
|
2135 |
|
2136 |
+
#: includes/event-organiser-venue-functions.php:997
|
2137 |
msgid "State / Province"
|
2138 |
msgstr "مقاطعة"
|
2139 |
|
2140 |
+
#: includes/event-organiser-venue-functions.php:998
|
2141 |
msgid "Post Code"
|
2142 |
msgstr "الرمز البريدي"
|
2143 |
|
2144 |
+
#: includes/event-organiser-venue-functions.php:999
|
2145 |
msgid "Country"
|
2146 |
msgstr "البلد"
|
2147 |
|
2234 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2235 |
msgstr ""
|
2236 |
|
2237 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
2238 |
+
#. *
|
2239 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
2240 |
+
#. ***************** NOTICE: *****************
|
2241 |
+
#. *
|
2242 |
+
#. * @package Event Organiser (plug-in)
|
2243 |
+
#. * @since 1.0.0
|
2244 |
+
#.
|
2245 |
+
#. Call the template header
|
2246 |
#: templates/taxonomy-event-venue.php:30
|
2247 |
#, php-format
|
2248 |
msgid "Events at: %s"
|
languages/eventorganiser-bg_BG.mo
CHANGED
Binary file
|
languages/eventorganiser-bg_BG.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: 2016-11-27T01:17:38+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
@@ -123,8 +123,8 @@ msgstr ""
|
|
123 |
|
124 |
#: classes/class-eo-event-list-widget.php:14
|
125 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
126 |
-
#: event-organiser.php:149 includes/event-organiser-cpt.php:
|
127 |
-
#: includes/event-organiser-cpt.php:
|
128 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
129 |
msgid "Events"
|
130 |
msgstr "Събития"
|
@@ -247,7 +247,7 @@ msgid "Event Categories"
|
|
247 |
msgstr ""
|
248 |
|
249 |
#: classes/class-eo-widget-categories.php:25
|
250 |
-
#: includes/event-organiser-cpt.php:
|
251 |
#: includes/event-organiser-event-functions.php:1563
|
252 |
#: templates/event-meta-event-single.php:62
|
253 |
msgid "Categories"
|
@@ -451,6 +451,21 @@ msgstr ""
|
|
451 |
msgid "Open shortcut help"
|
452 |
msgstr ""
|
453 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
454 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
455 |
#: templates/event-meta-event-single.php:32
|
456 |
msgid "Event Details"
|
@@ -643,7 +658,7 @@ msgid "Show dates"
|
|
643 |
msgstr ""
|
644 |
|
645 |
#: event-organiser-edit.php:274
|
646 |
-
#: includes/event-organiser-venue-functions.php:
|
647 |
msgid "Select a venue"
|
648 |
msgstr ""
|
649 |
|
@@ -722,7 +737,7 @@ msgstr ""
|
|
722 |
msgid "Go to Event Organiser settings"
|
723 |
msgstr "Към настройките на Организатора на събития"
|
724 |
|
725 |
-
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:
|
726 |
msgid "Event"
|
727 |
msgstr "Събитие"
|
728 |
|
@@ -885,7 +900,7 @@ msgid "Revisions"
|
|
885 |
msgstr "Преработени"
|
886 |
|
887 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
888 |
-
#: includes/event-organiser-cpt.php:
|
889 |
msgid "Event Tags"
|
890 |
msgstr "Етикети на събитието"
|
891 |
|
@@ -1223,13 +1238,13 @@ msgstr "Вземи линк"
|
|
1223 |
msgid "Slug"
|
1224 |
msgstr ""
|
1225 |
|
1226 |
-
#: features/bootstrap/FeatureContext.php:
|
1227 |
-
#: features/bootstrap/FeatureContext.php:
|
1228 |
msgid "Main Sidebar"
|
1229 |
msgstr ""
|
1230 |
|
1231 |
-
#: features/bootstrap/FeatureContext.php:
|
1232 |
-
#: features/bootstrap/FeatureContext.php:
|
1233 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1234 |
msgstr ""
|
1235 |
|
@@ -1414,7 +1429,7 @@ msgstr ""
|
|
1414 |
msgid "This event recurs"
|
1415 |
msgstr "Събитието е със зададена периодичност"
|
1416 |
|
1417 |
-
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:
|
1418 |
msgid "Edit Event"
|
1419 |
msgstr "Редакция на събитие"
|
1420 |
|
@@ -1516,237 +1531,255 @@ msgstr "Локализация на мястото на провеждане"
|
|
1516 |
msgid "View all venues"
|
1517 |
msgstr "Виж всички места на събития"
|
1518 |
|
1519 |
-
#: includes/event-organiser-cpt.php:
|
1520 |
msgctxt "taxonomy singular name"
|
1521 |
msgid "Category"
|
1522 |
msgstr ""
|
1523 |
|
1524 |
-
#: includes/event-organiser-cpt.php:
|
1525 |
msgid "Search Categories"
|
1526 |
msgstr "Търсене в категории"
|
1527 |
|
1528 |
-
#: includes/event-organiser-cpt.php:
|
1529 |
msgid "All Categories"
|
1530 |
msgstr "Всички категории"
|
1531 |
|
1532 |
-
#: includes/event-organiser-cpt.php:
|
1533 |
msgid "Parent Category"
|
1534 |
msgstr "Родителска категория"
|
1535 |
|
1536 |
-
#: includes/event-organiser-cpt.php:
|
1537 |
msgid "Parent Category:"
|
1538 |
msgstr ""
|
1539 |
|
1540 |
-
#: includes/event-organiser-cpt.php:
|
1541 |
msgid "Edit Category"
|
1542 |
msgstr "Редакция на категория"
|
1543 |
|
1544 |
-
#: includes/event-organiser-cpt.php:
|
1545 |
msgid "Update Category"
|
1546 |
msgstr "Актуализиране на категория"
|
1547 |
|
1548 |
-
#: includes/event-organiser-cpt.php:
|
1549 |
msgid "Add New Category"
|
1550 |
msgstr "Добавяне на нова категория"
|
1551 |
|
1552 |
-
#: includes/event-organiser-cpt.php:
|
1553 |
msgid "New Category Name"
|
1554 |
msgstr "Нова категория"
|
1555 |
|
1556 |
-
#: includes/event-organiser-cpt.php:
|
1557 |
msgid "No categories found"
|
1558 |
msgstr "Няма намерени категории"
|
1559 |
|
1560 |
-
#: includes/event-organiser-cpt.php:
|
1561 |
msgid "Event categories list navigation"
|
1562 |
msgstr ""
|
1563 |
|
1564 |
-
#: includes/event-organiser-cpt.php:
|
1565 |
msgid "Event categories list"
|
1566 |
msgstr ""
|
1567 |
|
1568 |
-
#: includes/event-organiser-cpt.php:
|
1569 |
msgid "View all categories"
|
1570 |
msgstr "Виж всички категории"
|
1571 |
|
1572 |
-
#: includes/event-organiser-cpt.php:
|
1573 |
msgctxt "taxonomy singular name"
|
1574 |
msgid "Tag"
|
1575 |
msgstr ""
|
1576 |
|
1577 |
-
#: includes/event-organiser-cpt.php:
|
1578 |
msgid "Search Tags"
|
1579 |
msgstr "Търсене в етикети"
|
1580 |
|
1581 |
-
#: includes/event-organiser-cpt.php:
|
1582 |
msgid "All Tags"
|
1583 |
msgstr "Всички етикети"
|
1584 |
|
1585 |
-
#: includes/event-organiser-cpt.php:
|
1586 |
msgid "Popular Tags"
|
1587 |
msgstr "Популярни етикети"
|
1588 |
|
1589 |
-
#: includes/event-organiser-cpt.php:
|
1590 |
msgid "Edit Tag"
|
1591 |
msgstr "Редакция на етикет"
|
1592 |
|
1593 |
-
#: includes/event-organiser-cpt.php:
|
1594 |
msgid "Update Tag"
|
1595 |
msgstr "Актуализиране на таг"
|
1596 |
|
1597 |
-
#: includes/event-organiser-cpt.php:
|
1598 |
msgid "Add New Tag"
|
1599 |
msgstr "Добавяне на нов таг"
|
1600 |
|
1601 |
-
#: includes/event-organiser-cpt.php:
|
1602 |
msgid "New Tag Name"
|
1603 |
msgstr "Ново име на таг"
|
1604 |
|
1605 |
-
#: includes/event-organiser-cpt.php:
|
1606 |
msgid "No tags found"
|
1607 |
msgstr "Няма намерени тагове"
|
1608 |
|
1609 |
-
#: includes/event-organiser-cpt.php:
|
1610 |
msgid "Choose from the most used tags"
|
1611 |
msgstr "Избери измежду най-ползваните тагоее"
|
1612 |
|
1613 |
-
#: includes/event-organiser-cpt.php:
|
1614 |
#: includes/event-organiser-event-functions.php:1571
|
1615 |
#: templates/event-meta-event-single.php:66
|
1616 |
msgid "Tags"
|
1617 |
msgstr "Тагове"
|
1618 |
|
1619 |
-
#: includes/event-organiser-cpt.php:
|
1620 |
msgid "Add or remove tags"
|
1621 |
msgstr "Добавяене или премахване на тагове"
|
1622 |
|
1623 |
-
#: includes/event-organiser-cpt.php:
|
1624 |
msgid "Separate tags with commas"
|
1625 |
msgstr "Раздели таговете със запетаи"
|
1626 |
|
1627 |
-
#: includes/event-organiser-cpt.php:
|
1628 |
msgid "Event tags list navigation"
|
1629 |
msgstr ""
|
1630 |
|
1631 |
-
#: includes/event-organiser-cpt.php:
|
1632 |
msgid "Event tags list"
|
1633 |
msgstr ""
|
1634 |
|
1635 |
-
#: includes/event-organiser-cpt.php:
|
1636 |
msgid "View all tags"
|
1637 |
msgstr ""
|
1638 |
|
1639 |
-
#: includes/event-organiser-cpt.php:
|
1640 |
msgctxt "post"
|
1641 |
msgid "Add New"
|
1642 |
msgstr ""
|
1643 |
|
1644 |
-
#: includes/event-organiser-cpt.php:
|
1645 |
msgid "Add New Event"
|
1646 |
msgstr "Добавяне на ново събитие"
|
1647 |
|
1648 |
-
#: includes/event-organiser-cpt.php:
|
1649 |
msgid "New Event"
|
1650 |
msgstr "Ново събитие"
|
1651 |
|
1652 |
-
#: includes/event-organiser-cpt.php:
|
1653 |
#, fuzzy
|
1654 |
msgid "All Events"
|
1655 |
msgstr "Всички събития"
|
1656 |
|
1657 |
-
#: includes/event-organiser-cpt.php:
|
1658 |
msgid "View Event"
|
1659 |
msgstr "Преглед на събитие"
|
1660 |
|
1661 |
-
#: includes/event-organiser-cpt.php:
|
1662 |
msgid "Search events"
|
1663 |
msgstr "Търсене в събития"
|
1664 |
|
1665 |
-
#: includes/event-organiser-cpt.php:
|
1666 |
msgid "No events found"
|
1667 |
msgstr "Няма намерени събития"
|
1668 |
|
1669 |
-
#: includes/event-organiser-cpt.php:
|
1670 |
msgid "No events found in Trash"
|
1671 |
msgstr "Няма намерени събития в кошчето"
|
1672 |
|
1673 |
-
#: includes/event-organiser-cpt.php:
|
1674 |
msgid "Filter events list"
|
1675 |
msgstr ""
|
1676 |
|
1677 |
-
#: includes/event-organiser-cpt.php:
|
1678 |
msgid "Events list navigation"
|
1679 |
msgstr ""
|
1680 |
|
1681 |
-
#: includes/event-organiser-cpt.php:
|
1682 |
msgid "Events list"
|
1683 |
msgstr ""
|
1684 |
|
1685 |
-
#: includes/event-organiser-cpt.php:
|
1686 |
msgid "Event Archives"
|
1687 |
msgstr ""
|
1688 |
|
1689 |
-
#: includes/event-organiser-cpt.php:
|
1690 |
msgid "Insert into event"
|
1691 |
msgstr ""
|
1692 |
|
1693 |
-
#: includes/event-organiser-cpt.php:
|
1694 |
msgid "Uploaded to this event"
|
1695 |
msgstr ""
|
1696 |
|
1697 |
-
#: includes/event-organiser-cpt.php:
|
1698 |
#, php-format
|
1699 |
msgid "Events at %s"
|
1700 |
msgstr ""
|
1701 |
|
1702 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1703 |
#: templates/taxonomy-event-category.php:27
|
1704 |
#, php-format
|
1705 |
msgid "Event Category: %s"
|
1706 |
msgstr ""
|
1707 |
|
1708 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1709 |
#, php-format
|
1710 |
msgid "Event Tag: %s"
|
1711 |
msgstr ""
|
1712 |
|
1713 |
-
#: includes/event-organiser-cpt.php:
|
1714 |
-
#: includes/event-organiser-cpt.php:
|
1715 |
#, fuzzy, php-format
|
1716 |
msgid "Events: %s"
|
1717 |
msgstr "Събития:"
|
1718 |
|
1719 |
-
#: includes/event-organiser-cpt.php:
|
1720 |
#, php-format
|
1721 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1722 |
msgstr "Събиетието е актуализирано Event updated. <a href=\"%s\">Преглед</a>"
|
1723 |
|
1724 |
-
#: includes/event-organiser-cpt.php:
|
1725 |
msgid "Event updated."
|
1726 |
msgstr "Събитието е актуализирано"
|
1727 |
|
1728 |
-
#: includes/event-organiser-cpt.php:
|
1729 |
#, php-format
|
1730 |
msgid "Event restored to revision from %s"
|
1731 |
msgstr "Събитието е възтановено на предишна версия %s"
|
1732 |
|
1733 |
-
#: includes/event-organiser-cpt.php:
|
1734 |
#, php-format
|
1735 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1736 |
msgstr "Събитието е публикувано <a href=\"%s\">Преглед</a>"
|
1737 |
|
1738 |
-
#: includes/event-organiser-cpt.php:
|
1739 |
msgid "Event saved."
|
1740 |
msgstr "Събитието е съхранено"
|
1741 |
|
1742 |
-
#: includes/event-organiser-cpt.php:
|
1743 |
#, php-format
|
1744 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1745 |
msgstr ""
|
1746 |
"Събитието е добавено. <a target=\"_blank\" href=\"%s\">Преглед на събитието</"
|
1747 |
"a>"
|
1748 |
|
1749 |
-
#: includes/event-organiser-cpt.php:
|
1750 |
#, php-format
|
1751 |
msgid ""
|
1752 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
@@ -1755,69 +1788,70 @@ msgstr ""
|
|
1755 |
"Събитие насрочено за:: <strong>%1$s</strong>. <a target=\"_blank\" href="
|
1756 |
"\"%2$s\">Преглед на събитието</a>"
|
1757 |
|
1758 |
-
|
|
|
1759 |
msgid "M j, Y @ G:i"
|
1760 |
msgstr ""
|
1761 |
|
1762 |
-
#: includes/event-organiser-cpt.php:
|
1763 |
#, php-format
|
1764 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1765 |
msgstr ""
|
1766 |
"Черновта на събитието беше актуализирана. <a target=\"_blank\" href=\"%s"
|
1767 |
"\">Преглед</a>"
|
1768 |
|
1769 |
-
#: includes/event-organiser-cpt.php:
|
1770 |
msgid "This event has been broken from a recurring event."
|
1771 |
msgstr ""
|
1772 |
|
1773 |
-
#: includes/event-organiser-cpt.php:
|
1774 |
msgid "Creating events"
|
1775 |
msgstr "Създаване на събития"
|
1776 |
|
1777 |
-
#: includes/event-organiser-cpt.php:
|
1778 |
msgid "Creating events:"
|
1779 |
msgstr "Създаване на събития:"
|
1780 |
|
1781 |
-
#: includes/event-organiser-cpt.php:
|
1782 |
msgid ""
|
1783 |
"The start date is the date the event starts. If the event is a recurring "
|
1784 |
"event, this is the start date of the first occurrence."
|
1785 |
msgstr ""
|
1786 |
|
1787 |
-
#: includes/event-organiser-cpt.php:
|
1788 |
msgid ""
|
1789 |
"The end date is the date the event finishes. If the event is a recurring "
|
1790 |
"event, this is the end date of the first occurrence."
|
1791 |
msgstr ""
|
1792 |
|
1793 |
-
#: includes/event-organiser-cpt.php:
|
1794 |
msgid ""
|
1795 |
"All dates and times must be entered in the specified format. This format can "
|
1796 |
"changed in the settings page."
|
1797 |
msgstr ""
|
1798 |
|
1799 |
-
#: includes/event-organiser-cpt.php:
|
1800 |
msgid "Repeating events"
|
1801 |
msgstr "Повтарящите се събития"
|
1802 |
|
1803 |
-
#: includes/event-organiser-cpt.php:
|
1804 |
msgid ""
|
1805 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1806 |
"dropdown menu to select how the event is to repeat. Further options then "
|
1807 |
"appear, "
|
1808 |
msgstr ""
|
1809 |
|
1810 |
-
#: includes/event-organiser-cpt.php:
|
1811 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1812 |
msgstr ""
|
1813 |
|
1814 |
-
#: includes/event-organiser-cpt.php:
|
1815 |
msgid ""
|
1816 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1817 |
"date, but an occurrence that starts before may finish after this date."
|
1818 |
msgstr ""
|
1819 |
|
1820 |
-
#: includes/event-organiser-cpt.php:
|
1821 |
msgid ""
|
1822 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1823 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
@@ -1827,7 +1861,7 @@ msgstr ""
|
|
1827 |
"повтаря събитието. Ако не са избрани дни, ще бъде използван деня на "
|
1828 |
"започване."
|
1829 |
|
1830 |
-
#: includes/event-organiser-cpt.php:
|
1831 |
msgid ""
|
1832 |
"If weekly recurrence is selected, select which days of the week the event "
|
1833 |
"should be repeated. If no days are selected, the day of the start date is "
|
@@ -1837,16 +1871,16 @@ msgstr ""
|
|
1837 |
"повтаря събитието. Ако не са избрани дни, ще бъде използван деня на "
|
1838 |
"започване."
|
1839 |
|
1840 |
-
#: includes/event-organiser-cpt.php:
|
1841 |
msgid "Selecting a venue"
|
1842 |
msgstr "Избиране на мероприятие"
|
1843 |
|
1844 |
-
#: includes/event-organiser-cpt.php:
|
1845 |
msgid "Use the venues input field to search for existing venues"
|
1846 |
msgstr ""
|
1847 |
"Използвайте полето за въвеждане за да търсите съществуващи места на събития"
|
1848 |
|
1849 |
-
#: includes/event-organiser-cpt.php:
|
1850 |
msgid ""
|
1851 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1852 |
"page."
|
@@ -1854,11 +1888,11 @@ msgstr ""
|
|
1854 |
"Могат да се избират само предварително съществуващи мероприятия. За да "
|
1855 |
"добавите мероприятие, отидете на страницата мероприятия."
|
1856 |
|
1857 |
-
#: includes/event-organiser-cpt.php:
|
1858 |
msgid "Overview"
|
1859 |
msgstr "Резюме"
|
1860 |
|
1861 |
-
#: includes/event-organiser-cpt.php:
|
1862 |
msgid ""
|
1863 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1864 |
"appear as a single row </strong> in the table and the start and end date "
|
@@ -1868,7 +1902,7 @@ msgstr ""
|
|
1868 |
"повтарящи се събития, се появи като един ред </strong> в таблицата и "
|
1869 |
"началната и крайната дата се отнася до първата поява на това събитие."
|
1870 |
|
1871 |
-
#: includes/event-organiser-cpt.php:
|
1872 |
msgid ""
|
1873 |
"Hovering over a row in the venues list will display action links that allow "
|
1874 |
"you to manage that venue. You can perform the following actions:"
|
@@ -1877,7 +1911,7 @@ msgstr ""
|
|
1877 |
"които ви позволяват да управлявате това мероприятие. Можете да извършвате "
|
1878 |
"следните действия:"
|
1879 |
|
1880 |
-
#: includes/event-organiser-cpt.php:
|
1881 |
msgid ""
|
1882 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1883 |
"screen by clicking on the venue title."
|
@@ -1886,15 +1920,15 @@ msgstr ""
|
|
1886 |
"така да достигне до този екран, като кликнете върху заглавието на "
|
1887 |
"мероприятието."
|
1888 |
|
1889 |
-
#: includes/event-organiser-cpt.php:
|
1890 |
msgid "Delete will permanently remove the venue"
|
1891 |
msgstr "Изтриването ще изтрие мероприятието завинаги"
|
1892 |
|
1893 |
-
#: includes/event-organiser-cpt.php:
|
1894 |
msgid "View will take you to the venue's page"
|
1895 |
msgstr "Преглед ще ви насочи към страницата на мероприятието"
|
1896 |
|
1897 |
-
#: includes/event-organiser-cpt.php:
|
1898 |
msgid ""
|
1899 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1900 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
@@ -1904,7 +1938,7 @@ msgstr ""
|
|
1904 |
"събитие, като кликнете върху него. Ако имате необходимите разрешения, линк "
|
1905 |
"към страницата за редактиране на събитието, то тя ще се появи също."
|
1906 |
|
1907 |
-
#: includes/event-organiser-cpt.php:
|
1908 |
msgid ""
|
1909 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1910 |
"mode. You can also filter the events by events by category and venue. The "
|
@@ -1915,11 +1949,11 @@ msgstr ""
|
|
1915 |
"по категория и място. Бутонът \"Отиди на дата\" ви позволява бързо да "
|
1916 |
"преминете до определена дата."
|
1917 |
|
1918 |
-
#: includes/event-organiser-cpt.php:
|
1919 |
msgid "Add Event"
|
1920 |
msgstr "Добавяне на събитие"
|
1921 |
|
1922 |
-
#: includes/event-organiser-cpt.php:
|
1923 |
msgid ""
|
1924 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
1925 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
@@ -1934,28 +1968,28 @@ msgstr ""
|
|
1934 |
"веднага или да се запише като чернова. Във всеки случай, събитието е "
|
1935 |
"създаден и вие вече може да го редактирате."
|
1936 |
|
1937 |
-
#: includes/event-organiser-cpt.php:
|
1938 |
msgid "For more information"
|
1939 |
msgstr "За повече информация"
|
1940 |
|
1941 |
-
#: includes/event-organiser-cpt.php:
|
1942 |
#, php-format
|
1943 |
msgid "See the <a %s> documentation</a>"
|
1944 |
msgstr "Прегледайте <a %s> документацията</a>"
|
1945 |
|
1946 |
-
#: includes/event-organiser-cpt.php:
|
1947 |
msgid "Debugging Event Organiser"
|
1948 |
msgstr "Проследяване на грешки в Event Organizer"
|
1949 |
|
1950 |
-
#: includes/event-organiser-cpt.php:
|
1951 |
msgid "Go Pro!"
|
1952 |
msgstr "Вземете Pro! версията"
|
1953 |
|
1954 |
-
#: includes/event-organiser-cpt.php:
|
1955 |
msgid "Color"
|
1956 |
msgstr "Цвят"
|
1957 |
|
1958 |
-
#: includes/event-organiser-cpt.php:
|
1959 |
msgid "Assign the category a colour."
|
1960 |
msgstr "Задайите цвят на категорията"
|
1961 |
|
@@ -2141,23 +2175,23 @@ msgstr ""
|
|
2141 |
msgid "Help"
|
2142 |
msgstr ""
|
2143 |
|
2144 |
-
#: includes/event-organiser-venue-functions.php:
|
2145 |
msgid "Address"
|
2146 |
msgstr "Адрес"
|
2147 |
|
2148 |
-
#: includes/event-organiser-venue-functions.php:
|
2149 |
msgid "City"
|
2150 |
msgstr "Град"
|
2151 |
|
2152 |
-
#: includes/event-organiser-venue-functions.php:
|
2153 |
msgid "State / Province"
|
2154 |
msgstr "Област"
|
2155 |
|
2156 |
-
#: includes/event-organiser-venue-functions.php:
|
2157 |
msgid "Post Code"
|
2158 |
msgstr "Пощенски код"
|
2159 |
|
2160 |
-
#: includes/event-organiser-venue-functions.php:
|
2161 |
msgid "Country"
|
2162 |
msgstr "Държава"
|
2163 |
|
@@ -2252,6 +2286,15 @@ msgstr ""
|
|
2252 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2253 |
msgstr ""
|
2254 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2255 |
#: templates/taxonomy-event-venue.php:30
|
2256 |
#, php-format
|
2257 |
msgid "Events at: %s"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-03-06 23:13+0000\n"
|
6 |
"PO-Revision-Date: 2016-11-27T01:17:38+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
123 |
|
124 |
#: classes/class-eo-event-list-widget.php:14
|
125 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
126 |
+
#: event-organiser.php:149 includes/event-organiser-cpt.php:226
|
127 |
+
#: includes/event-organiser-cpt.php:238
|
128 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
129 |
msgid "Events"
|
130 |
msgstr "Събития"
|
247 |
msgstr ""
|
248 |
|
249 |
#: classes/class-eo-widget-categories.php:25
|
250 |
+
#: includes/event-organiser-cpt.php:95 includes/event-organiser-cpt.php:106
|
251 |
#: includes/event-organiser-event-functions.php:1563
|
252 |
#: templates/event-meta-event-single.php:62
|
253 |
msgid "Categories"
|
451 |
msgid "Open shortcut help"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#. //codex.wp-event-organiser.com
|
455 |
+
#. *
|
456 |
+
#. ***************** NOTICE: *****************
|
457 |
+
#. * Do not make changes to this file. Any changes made to this file
|
458 |
+
#. * will be overwritten if the plug-in is updated.
|
459 |
+
#. *
|
460 |
+
#. * To overwrite this template with your own, make a copy of it (with the same name)
|
461 |
+
#. * in your theme directory. See http://docs.wp-event-organiser.com/theme-integration for more information
|
462 |
+
#. *
|
463 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
464 |
+
#. ***************** NOTICE: *****************
|
465 |
+
#. *
|
466 |
+
#. * @package Event Organiser (plug-in)
|
467 |
+
#. * @since 1.7
|
468 |
+
#.
|
469 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
470 |
#: templates/event-meta-event-single.php:32
|
471 |
msgid "Event Details"
|
658 |
msgstr ""
|
659 |
|
660 |
#: event-organiser-edit.php:274
|
661 |
+
#: includes/event-organiser-venue-functions.php:1030
|
662 |
msgid "Select a venue"
|
663 |
msgstr ""
|
664 |
|
737 |
msgid "Go to Event Organiser settings"
|
738 |
msgstr "Към настройките на Организатора на събития"
|
739 |
|
740 |
+
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:227
|
741 |
msgid "Event"
|
742 |
msgstr "Събитие"
|
743 |
|
900 |
msgstr "Преработени"
|
901 |
|
902 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
903 |
+
#: includes/event-organiser-cpt.php:152
|
904 |
msgid "Event Tags"
|
905 |
msgstr "Етикети на събитието"
|
906 |
|
1238 |
msgid "Slug"
|
1239 |
msgstr ""
|
1240 |
|
1241 |
+
#: features/bootstrap/FeatureContext.php:459
|
1242 |
+
#: features/bootstrap/FeatureContext.php:627
|
1243 |
msgid "Main Sidebar"
|
1244 |
msgstr ""
|
1245 |
|
1246 |
+
#: features/bootstrap/FeatureContext.php:461
|
1247 |
+
#: features/bootstrap/FeatureContext.php:629
|
1248 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1249 |
msgstr ""
|
1250 |
|
1429 |
msgid "This event recurs"
|
1430 |
msgstr "Събитието е със зададена периодичност"
|
1431 |
|
1432 |
+
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:230
|
1433 |
msgid "Edit Event"
|
1434 |
msgstr "Редакция на събитие"
|
1435 |
|
1531 |
msgid "View all venues"
|
1532 |
msgstr "Виж всички места на събития"
|
1533 |
|
1534 |
+
#: includes/event-organiser-cpt.php:96
|
1535 |
msgctxt "taxonomy singular name"
|
1536 |
msgid "Category"
|
1537 |
msgstr ""
|
1538 |
|
1539 |
+
#: includes/event-organiser-cpt.php:97
|
1540 |
msgid "Search Categories"
|
1541 |
msgstr "Търсене в категории"
|
1542 |
|
1543 |
+
#: includes/event-organiser-cpt.php:98
|
1544 |
msgid "All Categories"
|
1545 |
msgstr "Всички категории"
|
1546 |
|
1547 |
+
#: includes/event-organiser-cpt.php:99
|
1548 |
msgid "Parent Category"
|
1549 |
msgstr "Родителска категория"
|
1550 |
|
1551 |
+
#: includes/event-organiser-cpt.php:100
|
1552 |
msgid "Parent Category:"
|
1553 |
msgstr ""
|
1554 |
|
1555 |
+
#: includes/event-organiser-cpt.php:101
|
1556 |
msgid "Edit Category"
|
1557 |
msgstr "Редакция на категория"
|
1558 |
|
1559 |
+
#: includes/event-organiser-cpt.php:102
|
1560 |
msgid "Update Category"
|
1561 |
msgstr "Актуализиране на категория"
|
1562 |
|
1563 |
+
#: includes/event-organiser-cpt.php:103
|
1564 |
msgid "Add New Category"
|
1565 |
msgstr "Добавяне на нова категория"
|
1566 |
|
1567 |
+
#: includes/event-organiser-cpt.php:104
|
1568 |
msgid "New Category Name"
|
1569 |
msgstr "Нова категория"
|
1570 |
|
1571 |
+
#: includes/event-organiser-cpt.php:105
|
1572 |
msgid "No categories found"
|
1573 |
msgstr "Няма намерени категории"
|
1574 |
|
1575 |
+
#: includes/event-organiser-cpt.php:107
|
1576 |
msgid "Event categories list navigation"
|
1577 |
msgstr ""
|
1578 |
|
1579 |
+
#: includes/event-organiser-cpt.php:108
|
1580 |
msgid "Event categories list"
|
1581 |
msgstr ""
|
1582 |
|
1583 |
+
#: includes/event-organiser-cpt.php:110
|
1584 |
msgid "View all categories"
|
1585 |
msgstr "Виж всички категории"
|
1586 |
|
1587 |
+
#: includes/event-organiser-cpt.php:153
|
1588 |
msgctxt "taxonomy singular name"
|
1589 |
msgid "Tag"
|
1590 |
msgstr ""
|
1591 |
|
1592 |
+
#: includes/event-organiser-cpt.php:154
|
1593 |
msgid "Search Tags"
|
1594 |
msgstr "Търсене в етикети"
|
1595 |
|
1596 |
+
#: includes/event-organiser-cpt.php:155
|
1597 |
msgid "All Tags"
|
1598 |
msgstr "Всички етикети"
|
1599 |
|
1600 |
+
#: includes/event-organiser-cpt.php:156
|
1601 |
msgid "Popular Tags"
|
1602 |
msgstr "Популярни етикети"
|
1603 |
|
1604 |
+
#: includes/event-organiser-cpt.php:157
|
1605 |
msgid "Edit Tag"
|
1606 |
msgstr "Редакция на етикет"
|
1607 |
|
1608 |
+
#: includes/event-organiser-cpt.php:158
|
1609 |
msgid "Update Tag"
|
1610 |
msgstr "Актуализиране на таг"
|
1611 |
|
1612 |
+
#: includes/event-organiser-cpt.php:159
|
1613 |
msgid "Add New Tag"
|
1614 |
msgstr "Добавяне на нов таг"
|
1615 |
|
1616 |
+
#: includes/event-organiser-cpt.php:160
|
1617 |
msgid "New Tag Name"
|
1618 |
msgstr "Ново име на таг"
|
1619 |
|
1620 |
+
#: includes/event-organiser-cpt.php:161
|
1621 |
msgid "No tags found"
|
1622 |
msgstr "Няма намерени тагове"
|
1623 |
|
1624 |
+
#: includes/event-organiser-cpt.php:162
|
1625 |
msgid "Choose from the most used tags"
|
1626 |
msgstr "Избери измежду най-ползваните тагоее"
|
1627 |
|
1628 |
+
#: includes/event-organiser-cpt.php:163
|
1629 |
#: includes/event-organiser-event-functions.php:1571
|
1630 |
#: templates/event-meta-event-single.php:66
|
1631 |
msgid "Tags"
|
1632 |
msgstr "Тагове"
|
1633 |
|
1634 |
+
#: includes/event-organiser-cpt.php:164
|
1635 |
msgid "Add or remove tags"
|
1636 |
msgstr "Добавяене или премахване на тагове"
|
1637 |
|
1638 |
+
#: includes/event-organiser-cpt.php:165
|
1639 |
msgid "Separate tags with commas"
|
1640 |
msgstr "Раздели таговете със запетаи"
|
1641 |
|
1642 |
+
#: includes/event-organiser-cpt.php:166
|
1643 |
msgid "Event tags list navigation"
|
1644 |
msgstr ""
|
1645 |
|
1646 |
+
#: includes/event-organiser-cpt.php:167
|
1647 |
msgid "Event tags list"
|
1648 |
msgstr ""
|
1649 |
|
1650 |
+
#: includes/event-organiser-cpt.php:169
|
1651 |
msgid "View all tags"
|
1652 |
msgstr ""
|
1653 |
|
1654 |
+
#: includes/event-organiser-cpt.php:228
|
1655 |
msgctxt "post"
|
1656 |
msgid "Add New"
|
1657 |
msgstr ""
|
1658 |
|
1659 |
+
#: includes/event-organiser-cpt.php:229
|
1660 |
msgid "Add New Event"
|
1661 |
msgstr "Добавяне на ново събитие"
|
1662 |
|
1663 |
+
#: includes/event-organiser-cpt.php:231
|
1664 |
msgid "New Event"
|
1665 |
msgstr "Ново събитие"
|
1666 |
|
1667 |
+
#: includes/event-organiser-cpt.php:232
|
1668 |
#, fuzzy
|
1669 |
msgid "All Events"
|
1670 |
msgstr "Всички събития"
|
1671 |
|
1672 |
+
#: includes/event-organiser-cpt.php:233
|
1673 |
msgid "View Event"
|
1674 |
msgstr "Преглед на събитие"
|
1675 |
|
1676 |
+
#: includes/event-organiser-cpt.php:234
|
1677 |
msgid "Search events"
|
1678 |
msgstr "Търсене в събития"
|
1679 |
|
1680 |
+
#: includes/event-organiser-cpt.php:235
|
1681 |
msgid "No events found"
|
1682 |
msgstr "Няма намерени събития"
|
1683 |
|
1684 |
+
#: includes/event-organiser-cpt.php:236
|
1685 |
msgid "No events found in Trash"
|
1686 |
msgstr "Няма намерени събития в кошчето"
|
1687 |
|
1688 |
+
#: includes/event-organiser-cpt.php:239
|
1689 |
msgid "Filter events list"
|
1690 |
msgstr ""
|
1691 |
|
1692 |
+
#: includes/event-organiser-cpt.php:240
|
1693 |
msgid "Events list navigation"
|
1694 |
msgstr ""
|
1695 |
|
1696 |
+
#: includes/event-organiser-cpt.php:241
|
1697 |
msgid "Events list"
|
1698 |
msgstr ""
|
1699 |
|
1700 |
+
#: includes/event-organiser-cpt.php:242
|
1701 |
msgid "Event Archives"
|
1702 |
msgstr ""
|
1703 |
|
1704 |
+
#: includes/event-organiser-cpt.php:243
|
1705 |
msgid "Insert into event"
|
1706 |
msgstr ""
|
1707 |
|
1708 |
+
#: includes/event-organiser-cpt.php:244
|
1709 |
msgid "Uploaded to this event"
|
1710 |
msgstr ""
|
1711 |
|
1712 |
+
#: includes/event-organiser-cpt.php:246
|
1713 |
#, php-format
|
1714 |
msgid "Events at %s"
|
1715 |
msgstr ""
|
1716 |
|
1717 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1718 |
+
#. *
|
1719 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1720 |
+
#. ***************** NOTICE: *****************
|
1721 |
+
#. *
|
1722 |
+
#. * @package Event Organiser (plug-in)
|
1723 |
+
#. * @since 1.0.0
|
1724 |
+
#.
|
1725 |
+
#. Call the template header
|
1726 |
+
#: includes/event-organiser-cpt.php:247
|
1727 |
#: templates/taxonomy-event-category.php:27
|
1728 |
#, php-format
|
1729 |
msgid "Event Category: %s"
|
1730 |
msgstr ""
|
1731 |
|
1732 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1733 |
+
#. *
|
1734 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1735 |
+
#. ***************** NOTICE: *****************
|
1736 |
+
#. *
|
1737 |
+
#. * @package Event Organiser (plug-in)
|
1738 |
+
#. * @since 1.2.0
|
1739 |
+
#.
|
1740 |
+
#. Call the template header
|
1741 |
+
#: includes/event-organiser-cpt.php:248 templates/taxonomy-event-tag.php:27
|
1742 |
#, php-format
|
1743 |
msgid "Event Tag: %s"
|
1744 |
msgstr ""
|
1745 |
|
1746 |
+
#: includes/event-organiser-cpt.php:249 includes/event-organiser-cpt.php:250
|
1747 |
+
#: includes/event-organiser-cpt.php:251
|
1748 |
#, fuzzy, php-format
|
1749 |
msgid "Events: %s"
|
1750 |
msgstr "Събития:"
|
1751 |
|
1752 |
+
#: includes/event-organiser-cpt.php:332
|
1753 |
#, php-format
|
1754 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1755 |
msgstr "Събиетието е актуализирано Event updated. <a href=\"%s\">Преглед</a>"
|
1756 |
|
1757 |
+
#: includes/event-organiser-cpt.php:333
|
1758 |
msgid "Event updated."
|
1759 |
msgstr "Събитието е актуализирано"
|
1760 |
|
1761 |
+
#: includes/event-organiser-cpt.php:335
|
1762 |
#, php-format
|
1763 |
msgid "Event restored to revision from %s"
|
1764 |
msgstr "Събитието е възтановено на предишна версия %s"
|
1765 |
|
1766 |
+
#: includes/event-organiser-cpt.php:336
|
1767 |
#, php-format
|
1768 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1769 |
msgstr "Събитието е публикувано <a href=\"%s\">Преглед</a>"
|
1770 |
|
1771 |
+
#: includes/event-organiser-cpt.php:337
|
1772 |
msgid "Event saved."
|
1773 |
msgstr "Събитието е съхранено"
|
1774 |
|
1775 |
+
#: includes/event-organiser-cpt.php:339
|
1776 |
#, php-format
|
1777 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1778 |
msgstr ""
|
1779 |
"Събитието е добавено. <a target=\"_blank\" href=\"%s\">Преглед на събитието</"
|
1780 |
"a>"
|
1781 |
|
1782 |
+
#: includes/event-organiser-cpt.php:343
|
1783 |
#, php-format
|
1784 |
msgid ""
|
1785 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1788 |
"Събитие насрочено за:: <strong>%1$s</strong>. <a target=\"_blank\" href="
|
1789 |
"\"%2$s\">Преглед на събитието</a>"
|
1790 |
|
1791 |
+
#. //php.net/date
|
1792 |
+
#: includes/event-organiser-cpt.php:345
|
1793 |
msgid "M j, Y @ G:i"
|
1794 |
msgstr ""
|
1795 |
|
1796 |
+
#: includes/event-organiser-cpt.php:348
|
1797 |
#, php-format
|
1798 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1799 |
msgstr ""
|
1800 |
"Черновта на събитието беше актуализирана. <a target=\"_blank\" href=\"%s"
|
1801 |
"\">Преглед</a>"
|
1802 |
|
1803 |
+
#: includes/event-organiser-cpt.php:351
|
1804 |
msgid "This event has been broken from a recurring event."
|
1805 |
msgstr ""
|
1806 |
|
1807 |
+
#: includes/event-organiser-cpt.php:527
|
1808 |
msgid "Creating events"
|
1809 |
msgstr "Създаване на събития"
|
1810 |
|
1811 |
+
#: includes/event-organiser-cpt.php:528
|
1812 |
msgid "Creating events:"
|
1813 |
msgstr "Създаване на събития:"
|
1814 |
|
1815 |
+
#: includes/event-organiser-cpt.php:530
|
1816 |
msgid ""
|
1817 |
"The start date is the date the event starts. If the event is a recurring "
|
1818 |
"event, this is the start date of the first occurrence."
|
1819 |
msgstr ""
|
1820 |
|
1821 |
+
#: includes/event-organiser-cpt.php:531
|
1822 |
msgid ""
|
1823 |
"The end date is the date the event finishes. If the event is a recurring "
|
1824 |
"event, this is the end date of the first occurrence."
|
1825 |
msgstr ""
|
1826 |
|
1827 |
+
#: includes/event-organiser-cpt.php:532
|
1828 |
msgid ""
|
1829 |
"All dates and times must be entered in the specified format. This format can "
|
1830 |
"changed in the settings page."
|
1831 |
msgstr ""
|
1832 |
|
1833 |
+
#: includes/event-organiser-cpt.php:537
|
1834 |
msgid "Repeating events"
|
1835 |
msgstr "Повтарящите се събития"
|
1836 |
|
1837 |
+
#: includes/event-organiser-cpt.php:538
|
1838 |
msgid ""
|
1839 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1840 |
"dropdown menu to select how the event is to repeat. Further options then "
|
1841 |
"appear, "
|
1842 |
msgstr ""
|
1843 |
|
1844 |
+
#: includes/event-organiser-cpt.php:540
|
1845 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1846 |
msgstr ""
|
1847 |
|
1848 |
+
#: includes/event-organiser-cpt.php:541
|
1849 |
msgid ""
|
1850 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1851 |
"date, but an occurrence that starts before may finish after this date."
|
1852 |
msgstr ""
|
1853 |
|
1854 |
+
#: includes/event-organiser-cpt.php:542
|
1855 |
msgid ""
|
1856 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1857 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
1861 |
"повтаря събитието. Ако не са избрани дни, ще бъде използван деня на "
|
1862 |
"започване."
|
1863 |
|
1864 |
+
#: includes/event-organiser-cpt.php:543
|
1865 |
msgid ""
|
1866 |
"If weekly recurrence is selected, select which days of the week the event "
|
1867 |
"should be repeated. If no days are selected, the day of the start date is "
|
1871 |
"повтаря събитието. Ако не са избрани дни, ще бъде използван деня на "
|
1872 |
"започване."
|
1873 |
|
1874 |
+
#: includes/event-organiser-cpt.php:548 includes/event-organiser-cpt.php:549
|
1875 |
msgid "Selecting a venue"
|
1876 |
msgstr "Избиране на мероприятие"
|
1877 |
|
1878 |
+
#: includes/event-organiser-cpt.php:551
|
1879 |
msgid "Use the venues input field to search for existing venues"
|
1880 |
msgstr ""
|
1881 |
"Използвайте полето за въвеждане за да търсите съществуващи места на събития"
|
1882 |
|
1883 |
+
#: includes/event-organiser-cpt.php:552
|
1884 |
msgid ""
|
1885 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1886 |
"page."
|
1888 |
"Могат да се избират само предварително съществуващи мероприятия. За да "
|
1889 |
"добавите мероприятие, отидете на страницата мероприятия."
|
1890 |
|
1891 |
+
#: includes/event-organiser-cpt.php:562 includes/event-organiser-cpt.php:581
|
1892 |
msgid "Overview"
|
1893 |
msgstr "Резюме"
|
1894 |
|
1895 |
+
#: includes/event-organiser-cpt.php:563
|
1896 |
msgid ""
|
1897 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1898 |
"appear as a single row </strong> in the table and the start and end date "
|
1902 |
"повтарящи се събития, се появи като един ред </strong> в таблицата и "
|
1903 |
"началната и крайната дата се отнася до първата поява на това събитие."
|
1904 |
|
1905 |
+
#: includes/event-organiser-cpt.php:569
|
1906 |
msgid ""
|
1907 |
"Hovering over a row in the venues list will display action links that allow "
|
1908 |
"you to manage that venue. You can perform the following actions:"
|
1911 |
"които ви позволяват да управлявате това мероприятие. Можете да извършвате "
|
1912 |
"следните действия:"
|
1913 |
|
1914 |
+
#: includes/event-organiser-cpt.php:571
|
1915 |
msgid ""
|
1916 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1917 |
"screen by clicking on the venue title."
|
1920 |
"така да достигне до този екран, като кликнете върху заглавието на "
|
1921 |
"мероприятието."
|
1922 |
|
1923 |
+
#: includes/event-organiser-cpt.php:572
|
1924 |
msgid "Delete will permanently remove the venue"
|
1925 |
msgstr "Изтриването ще изтрие мероприятието завинаги"
|
1926 |
|
1927 |
+
#: includes/event-organiser-cpt.php:573
|
1928 |
msgid "View will take you to the venue's page"
|
1929 |
msgstr "Преглед ще ви насочи към страницата на мероприятието"
|
1930 |
|
1931 |
+
#: includes/event-organiser-cpt.php:582
|
1932 |
msgid ""
|
1933 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1934 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
1938 |
"събитие, като кликнете върху него. Ако имате необходимите разрешения, линк "
|
1939 |
"към страницата за редактиране на събитието, то тя ще се появи също."
|
1940 |
|
1941 |
+
#: includes/event-organiser-cpt.php:583
|
1942 |
msgid ""
|
1943 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1944 |
"mode. You can also filter the events by events by category and venue. The "
|
1949 |
"по категория и място. Бутонът \"Отиди на дата\" ви позволява бързо да "
|
1950 |
"преминете до определена дата."
|
1951 |
|
1952 |
+
#: includes/event-organiser-cpt.php:587
|
1953 |
msgid "Add Event"
|
1954 |
msgstr "Добавяне на събитие"
|
1955 |
|
1956 |
+
#: includes/event-organiser-cpt.php:588
|
1957 |
msgid ""
|
1958 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
1959 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
1968 |
"веднага или да се запише като чернова. Във всеки случай, събитието е "
|
1969 |
"създаден и вие вече може да го редактирате."
|
1970 |
|
1971 |
+
#: includes/event-organiser-cpt.php:594
|
1972 |
msgid "For more information"
|
1973 |
msgstr "За повече информация"
|
1974 |
|
1975 |
+
#: includes/event-organiser-cpt.php:595
|
1976 |
#, php-format
|
1977 |
msgid "See the <a %s> documentation</a>"
|
1978 |
msgstr "Прегледайте <a %s> документацията</a>"
|
1979 |
|
1980 |
+
#: includes/event-organiser-cpt.php:596
|
1981 |
msgid "Debugging Event Organiser"
|
1982 |
msgstr "Проследяване на грешки в Event Organizer"
|
1983 |
|
1984 |
+
#: includes/event-organiser-cpt.php:597
|
1985 |
msgid "Go Pro!"
|
1986 |
msgstr "Вземете Pro! версията"
|
1987 |
|
1988 |
+
#: includes/event-organiser-cpt.php:708 includes/event-organiser-cpt.php:731
|
1989 |
msgid "Color"
|
1990 |
msgstr "Цвят"
|
1991 |
|
1992 |
+
#: includes/event-organiser-cpt.php:714
|
1993 |
msgid "Assign the category a colour."
|
1994 |
msgstr "Задайите цвят на категорията"
|
1995 |
|
2175 |
msgid "Help"
|
2176 |
msgstr ""
|
2177 |
|
2178 |
+
#: includes/event-organiser-venue-functions.php:995
|
2179 |
msgid "Address"
|
2180 |
msgstr "Адрес"
|
2181 |
|
2182 |
+
#: includes/event-organiser-venue-functions.php:996
|
2183 |
msgid "City"
|
2184 |
msgstr "Град"
|
2185 |
|
2186 |
+
#: includes/event-organiser-venue-functions.php:997
|
2187 |
msgid "State / Province"
|
2188 |
msgstr "Област"
|
2189 |
|
2190 |
+
#: includes/event-organiser-venue-functions.php:998
|
2191 |
msgid "Post Code"
|
2192 |
msgstr "Пощенски код"
|
2193 |
|
2194 |
+
#: includes/event-organiser-venue-functions.php:999
|
2195 |
msgid "Country"
|
2196 |
msgstr "Държава"
|
2197 |
|
2286 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2287 |
msgstr ""
|
2288 |
|
2289 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
2290 |
+
#. *
|
2291 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
2292 |
+
#. ***************** NOTICE: *****************
|
2293 |
+
#. *
|
2294 |
+
#. * @package Event Organiser (plug-in)
|
2295 |
+
#. * @since 1.0.0
|
2296 |
+
#.
|
2297 |
+
#. Call the template header
|
2298 |
#: templates/taxonomy-event-venue.php:30
|
2299 |
#, php-format
|
2300 |
msgid "Events at: %s"
|
languages/eventorganiser-ca.mo
CHANGED
Binary file
|
languages/eventorganiser-ca.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: 2017-04-16T23:21:14+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
@@ -124,8 +124,8 @@ msgstr "Mostra una llista d'esdeveniments"
|
|
124 |
|
125 |
#: classes/class-eo-event-list-widget.php:14
|
126 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
127 |
-
#: event-organiser.php:149 includes/event-organiser-cpt.php:
|
128 |
-
#: includes/event-organiser-cpt.php:
|
129 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
130 |
msgid "Events"
|
131 |
msgstr "Esdeveniments"
|
@@ -251,7 +251,7 @@ msgid "Event Categories"
|
|
251 |
msgstr "Categories Esdeveniment"
|
252 |
|
253 |
#: classes/class-eo-widget-categories.php:25
|
254 |
-
#: includes/event-organiser-cpt.php:
|
255 |
#: includes/event-organiser-event-functions.php:1563
|
256 |
#: templates/event-meta-event-single.php:62
|
257 |
msgid "Categories"
|
@@ -457,6 +457,21 @@ msgstr ""
|
|
457 |
msgid "Open shortcut help"
|
458 |
msgstr ""
|
459 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
460 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
461 |
#: templates/event-meta-event-single.php:32
|
462 |
msgid "Event Details"
|
@@ -649,7 +664,7 @@ msgid "Show dates"
|
|
649 |
msgstr "Mostra les dates"
|
650 |
|
651 |
#: event-organiser-edit.php:274
|
652 |
-
#: includes/event-organiser-venue-functions.php:
|
653 |
msgid "Select a venue"
|
654 |
msgstr "Selecciona un lloc"
|
655 |
|
@@ -739,7 +754,7 @@ msgstr ""
|
|
739 |
msgid "Go to Event Organiser settings"
|
740 |
msgstr "Anar a la configuració de l'Organitzador d'esdeveniments"
|
741 |
|
742 |
-
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:
|
743 |
msgid "Event"
|
744 |
msgstr "Esdeveniment"
|
745 |
|
@@ -902,7 +917,7 @@ msgid "Revisions"
|
|
902 |
msgstr "Revisions"
|
903 |
|
904 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
905 |
-
#: includes/event-organiser-cpt.php:
|
906 |
msgid "Event Tags"
|
907 |
msgstr "Etiquetes d'esdeveniment"
|
908 |
|
@@ -1256,13 +1271,13 @@ msgstr "Obtindre l'enllaç"
|
|
1256 |
msgid "Slug"
|
1257 |
msgstr "Slug"
|
1258 |
|
1259 |
-
#: features/bootstrap/FeatureContext.php:
|
1260 |
-
#: features/bootstrap/FeatureContext.php:
|
1261 |
msgid "Main Sidebar"
|
1262 |
msgstr ""
|
1263 |
|
1264 |
-
#: features/bootstrap/FeatureContext.php:
|
1265 |
-
#: features/bootstrap/FeatureContext.php:
|
1266 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1267 |
msgstr ""
|
1268 |
|
@@ -1451,7 +1466,7 @@ msgstr ""
|
|
1451 |
msgid "This event recurs"
|
1452 |
msgstr ""
|
1453 |
|
1454 |
-
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:
|
1455 |
msgid "Edit Event"
|
1456 |
msgstr "Edita Esdeveniment"
|
1457 |
|
@@ -1553,237 +1568,255 @@ msgstr "Ubicació del Lloc"
|
|
1553 |
msgid "View all venues"
|
1554 |
msgstr "Veure tots els llocs"
|
1555 |
|
1556 |
-
#: includes/event-organiser-cpt.php:
|
1557 |
msgctxt "taxonomy singular name"
|
1558 |
msgid "Category"
|
1559 |
msgstr ""
|
1560 |
|
1561 |
-
#: includes/event-organiser-cpt.php:
|
1562 |
msgid "Search Categories"
|
1563 |
msgstr "Cerca Categories"
|
1564 |
|
1565 |
-
#: includes/event-organiser-cpt.php:
|
1566 |
msgid "All Categories"
|
1567 |
msgstr "Totes les Categories"
|
1568 |
|
1569 |
-
#: includes/event-organiser-cpt.php:
|
1570 |
msgid "Parent Category"
|
1571 |
msgstr "Categoria Pare"
|
1572 |
|
1573 |
-
#: includes/event-organiser-cpt.php:
|
1574 |
msgid "Parent Category:"
|
1575 |
msgstr ""
|
1576 |
|
1577 |
-
#: includes/event-organiser-cpt.php:
|
1578 |
msgid "Edit Category"
|
1579 |
msgstr "Edita Categoria"
|
1580 |
|
1581 |
-
#: includes/event-organiser-cpt.php:
|
1582 |
msgid "Update Category"
|
1583 |
msgstr "Actualitza Categoria"
|
1584 |
|
1585 |
-
#: includes/event-organiser-cpt.php:
|
1586 |
msgid "Add New Category"
|
1587 |
msgstr "Afegeix una nova categoria"
|
1588 |
|
1589 |
-
#: includes/event-organiser-cpt.php:
|
1590 |
msgid "New Category Name"
|
1591 |
msgstr "Nom de categoria nova"
|
1592 |
|
1593 |
-
#: includes/event-organiser-cpt.php:
|
1594 |
msgid "No categories found"
|
1595 |
msgstr "No s'han trobat categories"
|
1596 |
|
1597 |
-
#: includes/event-organiser-cpt.php:
|
1598 |
msgid "Event categories list navigation"
|
1599 |
msgstr ""
|
1600 |
|
1601 |
-
#: includes/event-organiser-cpt.php:
|
1602 |
msgid "Event categories list"
|
1603 |
msgstr ""
|
1604 |
|
1605 |
-
#: includes/event-organiser-cpt.php:
|
1606 |
msgid "View all categories"
|
1607 |
msgstr "Veure totes les categories"
|
1608 |
|
1609 |
-
#: includes/event-organiser-cpt.php:
|
1610 |
msgctxt "taxonomy singular name"
|
1611 |
msgid "Tag"
|
1612 |
msgstr ""
|
1613 |
|
1614 |
-
#: includes/event-organiser-cpt.php:
|
1615 |
msgid "Search Tags"
|
1616 |
msgstr "Cerca Etiquetes"
|
1617 |
|
1618 |
-
#: includes/event-organiser-cpt.php:
|
1619 |
msgid "All Tags"
|
1620 |
msgstr "Totes les etiquetes"
|
1621 |
|
1622 |
-
#: includes/event-organiser-cpt.php:
|
1623 |
msgid "Popular Tags"
|
1624 |
msgstr "Etiquetes Populars"
|
1625 |
|
1626 |
-
#: includes/event-organiser-cpt.php:
|
1627 |
msgid "Edit Tag"
|
1628 |
msgstr "Edita la etiqueta"
|
1629 |
|
1630 |
-
#: includes/event-organiser-cpt.php:
|
1631 |
msgid "Update Tag"
|
1632 |
msgstr "Actualitza la etiqueta"
|
1633 |
|
1634 |
-
#: includes/event-organiser-cpt.php:
|
1635 |
msgid "Add New Tag"
|
1636 |
msgstr "Afegeix una nova etiqueta"
|
1637 |
|
1638 |
-
#: includes/event-organiser-cpt.php:
|
1639 |
msgid "New Tag Name"
|
1640 |
msgstr "Nou nom d'etiqueta"
|
1641 |
|
1642 |
-
#: includes/event-organiser-cpt.php:
|
1643 |
msgid "No tags found"
|
1644 |
msgstr "No s'han trobat etiquetes"
|
1645 |
|
1646 |
-
#: includes/event-organiser-cpt.php:
|
1647 |
msgid "Choose from the most used tags"
|
1648 |
msgstr "Trieu entre les etiquetes més utilitzades"
|
1649 |
|
1650 |
-
#: includes/event-organiser-cpt.php:
|
1651 |
#: includes/event-organiser-event-functions.php:1571
|
1652 |
#: templates/event-meta-event-single.php:66
|
1653 |
msgid "Tags"
|
1654 |
msgstr "Etiquetes"
|
1655 |
|
1656 |
-
#: includes/event-organiser-cpt.php:
|
1657 |
msgid "Add or remove tags"
|
1658 |
msgstr "Afegeix o elimina etiquetes"
|
1659 |
|
1660 |
-
#: includes/event-organiser-cpt.php:
|
1661 |
msgid "Separate tags with commas"
|
1662 |
msgstr "Separa etiquetes amb comes"
|
1663 |
|
1664 |
-
#: includes/event-organiser-cpt.php:
|
1665 |
msgid "Event tags list navigation"
|
1666 |
msgstr ""
|
1667 |
|
1668 |
-
#: includes/event-organiser-cpt.php:
|
1669 |
msgid "Event tags list"
|
1670 |
msgstr ""
|
1671 |
|
1672 |
-
#: includes/event-organiser-cpt.php:
|
1673 |
msgid "View all tags"
|
1674 |
msgstr ""
|
1675 |
|
1676 |
-
#: includes/event-organiser-cpt.php:
|
1677 |
msgctxt "post"
|
1678 |
msgid "Add New"
|
1679 |
msgstr ""
|
1680 |
|
1681 |
-
#: includes/event-organiser-cpt.php:
|
1682 |
msgid "Add New Event"
|
1683 |
msgstr "Afegeix un nou esdeveniment"
|
1684 |
|
1685 |
-
#: includes/event-organiser-cpt.php:
|
1686 |
msgid "New Event"
|
1687 |
msgstr "Nou esdeveniment"
|
1688 |
|
1689 |
-
#: includes/event-organiser-cpt.php:
|
1690 |
#, fuzzy
|
1691 |
msgid "All Events"
|
1692 |
msgstr "Tots els esdeveninents"
|
1693 |
|
1694 |
-
#: includes/event-organiser-cpt.php:
|
1695 |
msgid "View Event"
|
1696 |
msgstr "Veure Esdeveniment"
|
1697 |
|
1698 |
-
#: includes/event-organiser-cpt.php:
|
1699 |
msgid "Search events"
|
1700 |
msgstr "Cerca esdeveniments"
|
1701 |
|
1702 |
-
#: includes/event-organiser-cpt.php:
|
1703 |
msgid "No events found"
|
1704 |
msgstr "No s'han trobat esdeveniments"
|
1705 |
|
1706 |
-
#: includes/event-organiser-cpt.php:
|
1707 |
msgid "No events found in Trash"
|
1708 |
msgstr "No s'han trobat esdeveniments a la paperera"
|
1709 |
|
1710 |
-
#: includes/event-organiser-cpt.php:
|
1711 |
msgid "Filter events list"
|
1712 |
msgstr ""
|
1713 |
|
1714 |
-
#: includes/event-organiser-cpt.php:
|
1715 |
msgid "Events list navigation"
|
1716 |
msgstr ""
|
1717 |
|
1718 |
-
#: includes/event-organiser-cpt.php:
|
1719 |
msgid "Events list"
|
1720 |
msgstr ""
|
1721 |
|
1722 |
-
#: includes/event-organiser-cpt.php:
|
1723 |
msgid "Event Archives"
|
1724 |
msgstr ""
|
1725 |
|
1726 |
-
#: includes/event-organiser-cpt.php:
|
1727 |
msgid "Insert into event"
|
1728 |
msgstr ""
|
1729 |
|
1730 |
-
#: includes/event-organiser-cpt.php:
|
1731 |
msgid "Uploaded to this event"
|
1732 |
msgstr ""
|
1733 |
|
1734 |
-
#: includes/event-organiser-cpt.php:
|
1735 |
#, php-format
|
1736 |
msgid "Events at %s"
|
1737 |
msgstr ""
|
1738 |
|
1739 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1740 |
#: templates/taxonomy-event-category.php:27
|
1741 |
#, php-format
|
1742 |
msgid "Event Category: %s"
|
1743 |
msgstr ""
|
1744 |
|
1745 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1746 |
#, php-format
|
1747 |
msgid "Event Tag: %s"
|
1748 |
msgstr ""
|
1749 |
|
1750 |
-
#: includes/event-organiser-cpt.php:
|
1751 |
-
#: includes/event-organiser-cpt.php:
|
1752 |
#, fuzzy, php-format
|
1753 |
msgid "Events: %s"
|
1754 |
msgstr "Esdeveniments:"
|
1755 |
|
1756 |
-
#: includes/event-organiser-cpt.php:
|
1757 |
#, php-format
|
1758 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1759 |
msgstr "Esdeveniment actualitzat. <a href=\"%s\">Mostra l'esdeveniment</a>"
|
1760 |
|
1761 |
-
#: includes/event-organiser-cpt.php:
|
1762 |
msgid "Event updated."
|
1763 |
msgstr "Esdeveniment actualitzat"
|
1764 |
|
1765 |
-
#: includes/event-organiser-cpt.php:
|
1766 |
#, fuzzy, php-format
|
1767 |
msgid "Event restored to revision from %s"
|
1768 |
msgstr "Esdeveniment restaurat a la revisió de %s"
|
1769 |
|
1770 |
-
#: includes/event-organiser-cpt.php:
|
1771 |
#, php-format
|
1772 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1773 |
msgstr "Esdeveniment publicat. <a href=\"%s\">Veure l'event</a>"
|
1774 |
|
1775 |
-
#: includes/event-organiser-cpt.php:
|
1776 |
msgid "Event saved."
|
1777 |
msgstr "Esdeveniment guardat."
|
1778 |
|
1779 |
-
#: includes/event-organiser-cpt.php:
|
1780 |
#, php-format
|
1781 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1782 |
msgstr ""
|
1783 |
"Esdeveniment enviat. <a target=\"_blank\" href=\"%s\">Previsualitzar "
|
1784 |
"l'esdeveniment</a>"
|
1785 |
|
1786 |
-
#: includes/event-organiser-cpt.php:
|
1787 |
#, php-format
|
1788 |
msgid ""
|
1789 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
@@ -1792,42 +1825,43 @@ msgstr ""
|
|
1792 |
"Esdeveniment programat per a: <strong>%1$s</strong>. <a target=\"_blank\" "
|
1793 |
"href=\"%2$s\">Previsualitzar l'esdeveniment</a>"
|
1794 |
|
1795 |
-
|
|
|
1796 |
msgid "M j, Y @ G:i"
|
1797 |
msgstr "I, j M Y @ G:i"
|
1798 |
|
1799 |
-
#: includes/event-organiser-cpt.php:
|
1800 |
#, php-format
|
1801 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1802 |
msgstr ""
|
1803 |
"Esborrany d'event actualitzat. <a target=\"_blank\" href=\"%s\">Esdeveniment "
|
1804 |
"anterior</a>"
|
1805 |
|
1806 |
-
#: includes/event-organiser-cpt.php:
|
1807 |
msgid "This event has been broken from a recurring event."
|
1808 |
msgstr "Aquest esdeveniment ha estat trencat per un esdeveniment recurrent"
|
1809 |
|
1810 |
-
#: includes/event-organiser-cpt.php:
|
1811 |
msgid "Creating events"
|
1812 |
msgstr "Creant esdeveniments"
|
1813 |
|
1814 |
-
#: includes/event-organiser-cpt.php:
|
1815 |
msgid "Creating events:"
|
1816 |
msgstr "Creant esdeveniments:"
|
1817 |
|
1818 |
-
#: includes/event-organiser-cpt.php:
|
1819 |
msgid ""
|
1820 |
"The start date is the date the event starts. If the event is a recurring "
|
1821 |
"event, this is the start date of the first occurrence."
|
1822 |
msgstr ""
|
1823 |
|
1824 |
-
#: includes/event-organiser-cpt.php:
|
1825 |
msgid ""
|
1826 |
"The end date is the date the event finishes. If the event is a recurring "
|
1827 |
"event, this is the end date of the first occurrence."
|
1828 |
msgstr ""
|
1829 |
|
1830 |
-
#: includes/event-organiser-cpt.php:
|
1831 |
msgid ""
|
1832 |
"All dates and times must be entered in the specified format. This format can "
|
1833 |
"changed in the settings page."
|
@@ -1835,52 +1869,52 @@ msgstr ""
|
|
1835 |
"Totes les dates i hores han de ser introduides en un format especific. "
|
1836 |
"Aquest format pot ser canviat a la pàgina de configuració"
|
1837 |
|
1838 |
-
#: includes/event-organiser-cpt.php:
|
1839 |
msgid "Repeating events"
|
1840 |
msgstr "Repetint esdeveniments"
|
1841 |
|
1842 |
-
#: includes/event-organiser-cpt.php:
|
1843 |
msgid ""
|
1844 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1845 |
"dropdown menu to select how the event is to repeat. Further options then "
|
1846 |
"appear, "
|
1847 |
msgstr ""
|
1848 |
|
1849 |
-
#: includes/event-organiser-cpt.php:
|
1850 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1851 |
msgstr ""
|
1852 |
"Especifica amb quina freqüència s'ha de repetir l'esdeveniment (per defecte "
|
1853 |
"1)"
|
1854 |
|
1855 |
-
#: includes/event-organiser-cpt.php:
|
1856 |
msgid ""
|
1857 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1858 |
"date, but an occurrence that starts before may finish after this date."
|
1859 |
msgstr ""
|
1860 |
|
1861 |
-
#: includes/event-organiser-cpt.php:
|
1862 |
msgid ""
|
1863 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1864 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
1865 |
"third Tuesday) "
|
1866 |
msgstr ""
|
1867 |
|
1868 |
-
#: includes/event-organiser-cpt.php:
|
1869 |
msgid ""
|
1870 |
"If weekly recurrence is selected, select which days of the week the event "
|
1871 |
"should be repeated. If no days are selected, the day of the start date is "
|
1872 |
"used"
|
1873 |
msgstr ""
|
1874 |
|
1875 |
-
#: includes/event-organiser-cpt.php:
|
1876 |
msgid "Selecting a venue"
|
1877 |
msgstr "Seleccionant un lloc"
|
1878 |
|
1879 |
-
#: includes/event-organiser-cpt.php:
|
1880 |
msgid "Use the venues input field to search for existing venues"
|
1881 |
msgstr "Utilitzeu el camp d'entrada dels llocs per buscar llocs existents"
|
1882 |
|
1883 |
-
#: includes/event-organiser-cpt.php:
|
1884 |
msgid ""
|
1885 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1886 |
"page."
|
@@ -1888,18 +1922,18 @@ msgstr ""
|
|
1888 |
"Solament es poden seleccionar llocs preexistents. Per afegir un lloc, anar a "
|
1889 |
"la pàgina de llocs."
|
1890 |
|
1891 |
-
#: includes/event-organiser-cpt.php:
|
1892 |
msgid "Overview"
|
1893 |
msgstr "Descripció"
|
1894 |
|
1895 |
-
#: includes/event-organiser-cpt.php:
|
1896 |
msgid ""
|
1897 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1898 |
"appear as a single row </strong> in the table and the start and end date "
|
1899 |
"refers to the first occurrence of that event."
|
1900 |
msgstr ""
|
1901 |
|
1902 |
-
#: includes/event-organiser-cpt.php:
|
1903 |
msgid ""
|
1904 |
"Hovering over a row in the venues list will display action links that allow "
|
1905 |
"you to manage that venue. You can perform the following actions:"
|
@@ -1908,7 +1942,7 @@ msgstr ""
|
|
1908 |
"accions que et permeten gestionar aquest esdeveniment. Pots realitzar les "
|
1909 |
"següents accions:"
|
1910 |
|
1911 |
-
#: includes/event-organiser-cpt.php:
|
1912 |
msgid ""
|
1913 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1914 |
"screen by clicking on the venue title."
|
@@ -1916,15 +1950,15 @@ msgstr ""
|
|
1916 |
"Editar et porta a la pantalla d'edició d'aquest lloc. També pots anar a "
|
1917 |
"aquesta pantalla punxant en el títol del lloc."
|
1918 |
|
1919 |
-
#: includes/event-organiser-cpt.php:
|
1920 |
msgid "Delete will permanently remove the venue"
|
1921 |
msgstr "Esborrar, llevarà de forma permanent el lloc"
|
1922 |
|
1923 |
-
#: includes/event-organiser-cpt.php:
|
1924 |
msgid "View will take you to the venue's page"
|
1925 |
msgstr "Veure et portarà a la pàgina del lloc"
|
1926 |
|
1927 |
-
#: includes/event-organiser-cpt.php:
|
1928 |
msgid ""
|
1929 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1930 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
@@ -1934,7 +1968,7 @@ msgstr ""
|
|
1934 |
"veure el resum d'un esdeveniment punxant en ell. Si tens els privilegis "
|
1935 |
"necessaris , també t'apareixerà un enllaç a la pàgina d'editar esdeveniments."
|
1936 |
|
1937 |
-
#: includes/event-organiser-cpt.php:
|
1938 |
msgid ""
|
1939 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1940 |
"mode. You can also filter the events by events by category and venue. The "
|
@@ -1944,11 +1978,11 @@ msgstr ""
|
|
1944 |
"setmana o dia. També pots filtrar els esdeveniments per categoria i lloc. El "
|
1945 |
"botó \"anar a la data\" us permet saltar ràpidament a una data específica."
|
1946 |
|
1947 |
-
#: includes/event-organiser-cpt.php:
|
1948 |
msgid "Add Event"
|
1949 |
msgstr "Afegeix Esdeveniment"
|
1950 |
|
1951 |
-
#: includes/event-organiser-cpt.php:
|
1952 |
msgid ""
|
1953 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
1954 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
@@ -1963,28 +1997,28 @@ msgstr ""
|
|
1963 |
"guardat com a esborrany. En qualsevol cas, l'esdeveniment està creat i tu "
|
1964 |
"seràs redireccionat a la pàgina d'edició d'aquest esdeveniment."
|
1965 |
|
1966 |
-
#: includes/event-organiser-cpt.php:
|
1967 |
msgid "For more information"
|
1968 |
msgstr "Per a més informació"
|
1969 |
|
1970 |
-
#: includes/event-organiser-cpt.php:
|
1971 |
#, php-format
|
1972 |
msgid "See the <a %s> documentation</a>"
|
1973 |
msgstr "Veure la <a %s> documentació</a>"
|
1974 |
|
1975 |
-
#: includes/event-organiser-cpt.php:
|
1976 |
msgid "Debugging Event Organiser"
|
1977 |
msgstr "Depurant Event Organiser"
|
1978 |
|
1979 |
-
#: includes/event-organiser-cpt.php:
|
1980 |
msgid "Go Pro!"
|
1981 |
msgstr "Vés a la versió Pro!"
|
1982 |
|
1983 |
-
#: includes/event-organiser-cpt.php:
|
1984 |
msgid "Color"
|
1985 |
msgstr "Color"
|
1986 |
|
1987 |
-
#: includes/event-organiser-cpt.php:
|
1988 |
msgid "Assign the category a colour."
|
1989 |
msgstr "Asignar un color a la categoria"
|
1990 |
|
@@ -2170,23 +2204,23 @@ msgstr ""
|
|
2170 |
msgid "Help"
|
2171 |
msgstr ""
|
2172 |
|
2173 |
-
#: includes/event-organiser-venue-functions.php:
|
2174 |
msgid "Address"
|
2175 |
msgstr "Adreça"
|
2176 |
|
2177 |
-
#: includes/event-organiser-venue-functions.php:
|
2178 |
msgid "City"
|
2179 |
msgstr "Ciutat"
|
2180 |
|
2181 |
-
#: includes/event-organiser-venue-functions.php:
|
2182 |
msgid "State / Province"
|
2183 |
msgstr "Província"
|
2184 |
|
2185 |
-
#: includes/event-organiser-venue-functions.php:
|
2186 |
msgid "Post Code"
|
2187 |
msgstr "Codi Postal"
|
2188 |
|
2189 |
-
#: includes/event-organiser-venue-functions.php:
|
2190 |
msgid "Country"
|
2191 |
msgstr "País"
|
2192 |
|
@@ -2281,6 +2315,15 @@ msgstr ""
|
|
2281 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2282 |
msgstr ""
|
2283 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2284 |
#: templates/taxonomy-event-venue.php:30
|
2285 |
#, php-format
|
2286 |
msgid "Events at: %s"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-03-06 23:13+0000\n"
|
6 |
"PO-Revision-Date: 2017-04-16T23:21:14+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
124 |
|
125 |
#: classes/class-eo-event-list-widget.php:14
|
126 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
127 |
+
#: event-organiser.php:149 includes/event-organiser-cpt.php:226
|
128 |
+
#: includes/event-organiser-cpt.php:238
|
129 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
130 |
msgid "Events"
|
131 |
msgstr "Esdeveniments"
|
251 |
msgstr "Categories Esdeveniment"
|
252 |
|
253 |
#: classes/class-eo-widget-categories.php:25
|
254 |
+
#: includes/event-organiser-cpt.php:95 includes/event-organiser-cpt.php:106
|
255 |
#: includes/event-organiser-event-functions.php:1563
|
256 |
#: templates/event-meta-event-single.php:62
|
257 |
msgid "Categories"
|
457 |
msgid "Open shortcut help"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#. //codex.wp-event-organiser.com
|
461 |
+
#. *
|
462 |
+
#. ***************** NOTICE: *****************
|
463 |
+
#. * Do not make changes to this file. Any changes made to this file
|
464 |
+
#. * will be overwritten if the plug-in is updated.
|
465 |
+
#. *
|
466 |
+
#. * To overwrite this template with your own, make a copy of it (with the same name)
|
467 |
+
#. * in your theme directory. See http://docs.wp-event-organiser.com/theme-integration for more information
|
468 |
+
#. *
|
469 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
470 |
+
#. ***************** NOTICE: *****************
|
471 |
+
#. *
|
472 |
+
#. * @package Event Organiser (plug-in)
|
473 |
+
#. * @since 1.7
|
474 |
+
#.
|
475 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
476 |
#: templates/event-meta-event-single.php:32
|
477 |
msgid "Event Details"
|
664 |
msgstr "Mostra les dates"
|
665 |
|
666 |
#: event-organiser-edit.php:274
|
667 |
+
#: includes/event-organiser-venue-functions.php:1030
|
668 |
msgid "Select a venue"
|
669 |
msgstr "Selecciona un lloc"
|
670 |
|
754 |
msgid "Go to Event Organiser settings"
|
755 |
msgstr "Anar a la configuració de l'Organitzador d'esdeveniments"
|
756 |
|
757 |
+
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:227
|
758 |
msgid "Event"
|
759 |
msgstr "Esdeveniment"
|
760 |
|
917 |
msgstr "Revisions"
|
918 |
|
919 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
920 |
+
#: includes/event-organiser-cpt.php:152
|
921 |
msgid "Event Tags"
|
922 |
msgstr "Etiquetes d'esdeveniment"
|
923 |
|
1271 |
msgid "Slug"
|
1272 |
msgstr "Slug"
|
1273 |
|
1274 |
+
#: features/bootstrap/FeatureContext.php:459
|
1275 |
+
#: features/bootstrap/FeatureContext.php:627
|
1276 |
msgid "Main Sidebar"
|
1277 |
msgstr ""
|
1278 |
|
1279 |
+
#: features/bootstrap/FeatureContext.php:461
|
1280 |
+
#: features/bootstrap/FeatureContext.php:629
|
1281 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1282 |
msgstr ""
|
1283 |
|
1466 |
msgid "This event recurs"
|
1467 |
msgstr ""
|
1468 |
|
1469 |
+
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:230
|
1470 |
msgid "Edit Event"
|
1471 |
msgstr "Edita Esdeveniment"
|
1472 |
|
1568 |
msgid "View all venues"
|
1569 |
msgstr "Veure tots els llocs"
|
1570 |
|
1571 |
+
#: includes/event-organiser-cpt.php:96
|
1572 |
msgctxt "taxonomy singular name"
|
1573 |
msgid "Category"
|
1574 |
msgstr ""
|
1575 |
|
1576 |
+
#: includes/event-organiser-cpt.php:97
|
1577 |
msgid "Search Categories"
|
1578 |
msgstr "Cerca Categories"
|
1579 |
|
1580 |
+
#: includes/event-organiser-cpt.php:98
|
1581 |
msgid "All Categories"
|
1582 |
msgstr "Totes les Categories"
|
1583 |
|
1584 |
+
#: includes/event-organiser-cpt.php:99
|
1585 |
msgid "Parent Category"
|
1586 |
msgstr "Categoria Pare"
|
1587 |
|
1588 |
+
#: includes/event-organiser-cpt.php:100
|
1589 |
msgid "Parent Category:"
|
1590 |
msgstr ""
|
1591 |
|
1592 |
+
#: includes/event-organiser-cpt.php:101
|
1593 |
msgid "Edit Category"
|
1594 |
msgstr "Edita Categoria"
|
1595 |
|
1596 |
+
#: includes/event-organiser-cpt.php:102
|
1597 |
msgid "Update Category"
|
1598 |
msgstr "Actualitza Categoria"
|
1599 |
|
1600 |
+
#: includes/event-organiser-cpt.php:103
|
1601 |
msgid "Add New Category"
|
1602 |
msgstr "Afegeix una nova categoria"
|
1603 |
|
1604 |
+
#: includes/event-organiser-cpt.php:104
|
1605 |
msgid "New Category Name"
|
1606 |
msgstr "Nom de categoria nova"
|
1607 |
|
1608 |
+
#: includes/event-organiser-cpt.php:105
|
1609 |
msgid "No categories found"
|
1610 |
msgstr "No s'han trobat categories"
|
1611 |
|
1612 |
+
#: includes/event-organiser-cpt.php:107
|
1613 |
msgid "Event categories list navigation"
|
1614 |
msgstr ""
|
1615 |
|
1616 |
+
#: includes/event-organiser-cpt.php:108
|
1617 |
msgid "Event categories list"
|
1618 |
msgstr ""
|
1619 |
|
1620 |
+
#: includes/event-organiser-cpt.php:110
|
1621 |
msgid "View all categories"
|
1622 |
msgstr "Veure totes les categories"
|
1623 |
|
1624 |
+
#: includes/event-organiser-cpt.php:153
|
1625 |
msgctxt "taxonomy singular name"
|
1626 |
msgid "Tag"
|
1627 |
msgstr ""
|
1628 |
|
1629 |
+
#: includes/event-organiser-cpt.php:154
|
1630 |
msgid "Search Tags"
|
1631 |
msgstr "Cerca Etiquetes"
|
1632 |
|
1633 |
+
#: includes/event-organiser-cpt.php:155
|
1634 |
msgid "All Tags"
|
1635 |
msgstr "Totes les etiquetes"
|
1636 |
|
1637 |
+
#: includes/event-organiser-cpt.php:156
|
1638 |
msgid "Popular Tags"
|
1639 |
msgstr "Etiquetes Populars"
|
1640 |
|
1641 |
+
#: includes/event-organiser-cpt.php:157
|
1642 |
msgid "Edit Tag"
|
1643 |
msgstr "Edita la etiqueta"
|
1644 |
|
1645 |
+
#: includes/event-organiser-cpt.php:158
|
1646 |
msgid "Update Tag"
|
1647 |
msgstr "Actualitza la etiqueta"
|
1648 |
|
1649 |
+
#: includes/event-organiser-cpt.php:159
|
1650 |
msgid "Add New Tag"
|
1651 |
msgstr "Afegeix una nova etiqueta"
|
1652 |
|
1653 |
+
#: includes/event-organiser-cpt.php:160
|
1654 |
msgid "New Tag Name"
|
1655 |
msgstr "Nou nom d'etiqueta"
|
1656 |
|
1657 |
+
#: includes/event-organiser-cpt.php:161
|
1658 |
msgid "No tags found"
|
1659 |
msgstr "No s'han trobat etiquetes"
|
1660 |
|
1661 |
+
#: includes/event-organiser-cpt.php:162
|
1662 |
msgid "Choose from the most used tags"
|
1663 |
msgstr "Trieu entre les etiquetes més utilitzades"
|
1664 |
|
1665 |
+
#: includes/event-organiser-cpt.php:163
|
1666 |
#: includes/event-organiser-event-functions.php:1571
|
1667 |
#: templates/event-meta-event-single.php:66
|
1668 |
msgid "Tags"
|
1669 |
msgstr "Etiquetes"
|
1670 |
|
1671 |
+
#: includes/event-organiser-cpt.php:164
|
1672 |
msgid "Add or remove tags"
|
1673 |
msgstr "Afegeix o elimina etiquetes"
|
1674 |
|
1675 |
+
#: includes/event-organiser-cpt.php:165
|
1676 |
msgid "Separate tags with commas"
|
1677 |
msgstr "Separa etiquetes amb comes"
|
1678 |
|
1679 |
+
#: includes/event-organiser-cpt.php:166
|
1680 |
msgid "Event tags list navigation"
|
1681 |
msgstr ""
|
1682 |
|
1683 |
+
#: includes/event-organiser-cpt.php:167
|
1684 |
msgid "Event tags list"
|
1685 |
msgstr ""
|
1686 |
|
1687 |
+
#: includes/event-organiser-cpt.php:169
|
1688 |
msgid "View all tags"
|
1689 |
msgstr ""
|
1690 |
|
1691 |
+
#: includes/event-organiser-cpt.php:228
|
1692 |
msgctxt "post"
|
1693 |
msgid "Add New"
|
1694 |
msgstr ""
|
1695 |
|
1696 |
+
#: includes/event-organiser-cpt.php:229
|
1697 |
msgid "Add New Event"
|
1698 |
msgstr "Afegeix un nou esdeveniment"
|
1699 |
|
1700 |
+
#: includes/event-organiser-cpt.php:231
|
1701 |
msgid "New Event"
|
1702 |
msgstr "Nou esdeveniment"
|
1703 |
|
1704 |
+
#: includes/event-organiser-cpt.php:232
|
1705 |
#, fuzzy
|
1706 |
msgid "All Events"
|
1707 |
msgstr "Tots els esdeveninents"
|
1708 |
|
1709 |
+
#: includes/event-organiser-cpt.php:233
|
1710 |
msgid "View Event"
|
1711 |
msgstr "Veure Esdeveniment"
|
1712 |
|
1713 |
+
#: includes/event-organiser-cpt.php:234
|
1714 |
msgid "Search events"
|
1715 |
msgstr "Cerca esdeveniments"
|
1716 |
|
1717 |
+
#: includes/event-organiser-cpt.php:235
|
1718 |
msgid "No events found"
|
1719 |
msgstr "No s'han trobat esdeveniments"
|
1720 |
|
1721 |
+
#: includes/event-organiser-cpt.php:236
|
1722 |
msgid "No events found in Trash"
|
1723 |
msgstr "No s'han trobat esdeveniments a la paperera"
|
1724 |
|
1725 |
+
#: includes/event-organiser-cpt.php:239
|
1726 |
msgid "Filter events list"
|
1727 |
msgstr ""
|
1728 |
|
1729 |
+
#: includes/event-organiser-cpt.php:240
|
1730 |
msgid "Events list navigation"
|
1731 |
msgstr ""
|
1732 |
|
1733 |
+
#: includes/event-organiser-cpt.php:241
|
1734 |
msgid "Events list"
|
1735 |
msgstr ""
|
1736 |
|
1737 |
+
#: includes/event-organiser-cpt.php:242
|
1738 |
msgid "Event Archives"
|
1739 |
msgstr ""
|
1740 |
|
1741 |
+
#: includes/event-organiser-cpt.php:243
|
1742 |
msgid "Insert into event"
|
1743 |
msgstr ""
|
1744 |
|
1745 |
+
#: includes/event-organiser-cpt.php:244
|
1746 |
msgid "Uploaded to this event"
|
1747 |
msgstr ""
|
1748 |
|
1749 |
+
#: includes/event-organiser-cpt.php:246
|
1750 |
#, php-format
|
1751 |
msgid "Events at %s"
|
1752 |
msgstr ""
|
1753 |
|
1754 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1755 |
+
#. *
|
1756 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1757 |
+
#. ***************** NOTICE: *****************
|
1758 |
+
#. *
|
1759 |
+
#. * @package Event Organiser (plug-in)
|
1760 |
+
#. * @since 1.0.0
|
1761 |
+
#.
|
1762 |
+
#. Call the template header
|
1763 |
+
#: includes/event-organiser-cpt.php:247
|
1764 |
#: templates/taxonomy-event-category.php:27
|
1765 |
#, php-format
|
1766 |
msgid "Event Category: %s"
|
1767 |
msgstr ""
|
1768 |
|
1769 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1770 |
+
#. *
|
1771 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1772 |
+
#. ***************** NOTICE: *****************
|
1773 |
+
#. *
|
1774 |
+
#. * @package Event Organiser (plug-in)
|
1775 |
+
#. * @since 1.2.0
|
1776 |
+
#.
|
1777 |
+
#. Call the template header
|
1778 |
+
#: includes/event-organiser-cpt.php:248 templates/taxonomy-event-tag.php:27
|
1779 |
#, php-format
|
1780 |
msgid "Event Tag: %s"
|
1781 |
msgstr ""
|
1782 |
|
1783 |
+
#: includes/event-organiser-cpt.php:249 includes/event-organiser-cpt.php:250
|
1784 |
+
#: includes/event-organiser-cpt.php:251
|
1785 |
#, fuzzy, php-format
|
1786 |
msgid "Events: %s"
|
1787 |
msgstr "Esdeveniments:"
|
1788 |
|
1789 |
+
#: includes/event-organiser-cpt.php:332
|
1790 |
#, php-format
|
1791 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1792 |
msgstr "Esdeveniment actualitzat. <a href=\"%s\">Mostra l'esdeveniment</a>"
|
1793 |
|
1794 |
+
#: includes/event-organiser-cpt.php:333
|
1795 |
msgid "Event updated."
|
1796 |
msgstr "Esdeveniment actualitzat"
|
1797 |
|
1798 |
+
#: includes/event-organiser-cpt.php:335
|
1799 |
#, fuzzy, php-format
|
1800 |
msgid "Event restored to revision from %s"
|
1801 |
msgstr "Esdeveniment restaurat a la revisió de %s"
|
1802 |
|
1803 |
+
#: includes/event-organiser-cpt.php:336
|
1804 |
#, php-format
|
1805 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1806 |
msgstr "Esdeveniment publicat. <a href=\"%s\">Veure l'event</a>"
|
1807 |
|
1808 |
+
#: includes/event-organiser-cpt.php:337
|
1809 |
msgid "Event saved."
|
1810 |
msgstr "Esdeveniment guardat."
|
1811 |
|
1812 |
+
#: includes/event-organiser-cpt.php:339
|
1813 |
#, php-format
|
1814 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1815 |
msgstr ""
|
1816 |
"Esdeveniment enviat. <a target=\"_blank\" href=\"%s\">Previsualitzar "
|
1817 |
"l'esdeveniment</a>"
|
1818 |
|
1819 |
+
#: includes/event-organiser-cpt.php:343
|
1820 |
#, php-format
|
1821 |
msgid ""
|
1822 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1825 |
"Esdeveniment programat per a: <strong>%1$s</strong>. <a target=\"_blank\" "
|
1826 |
"href=\"%2$s\">Previsualitzar l'esdeveniment</a>"
|
1827 |
|
1828 |
+
#. //php.net/date
|
1829 |
+
#: includes/event-organiser-cpt.php:345
|
1830 |
msgid "M j, Y @ G:i"
|
1831 |
msgstr "I, j M Y @ G:i"
|
1832 |
|
1833 |
+
#: includes/event-organiser-cpt.php:348
|
1834 |
#, php-format
|
1835 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1836 |
msgstr ""
|
1837 |
"Esborrany d'event actualitzat. <a target=\"_blank\" href=\"%s\">Esdeveniment "
|
1838 |
"anterior</a>"
|
1839 |
|
1840 |
+
#: includes/event-organiser-cpt.php:351
|
1841 |
msgid "This event has been broken from a recurring event."
|
1842 |
msgstr "Aquest esdeveniment ha estat trencat per un esdeveniment recurrent"
|
1843 |
|
1844 |
+
#: includes/event-organiser-cpt.php:527
|
1845 |
msgid "Creating events"
|
1846 |
msgstr "Creant esdeveniments"
|
1847 |
|
1848 |
+
#: includes/event-organiser-cpt.php:528
|
1849 |
msgid "Creating events:"
|
1850 |
msgstr "Creant esdeveniments:"
|
1851 |
|
1852 |
+
#: includes/event-organiser-cpt.php:530
|
1853 |
msgid ""
|
1854 |
"The start date is the date the event starts. If the event is a recurring "
|
1855 |
"event, this is the start date of the first occurrence."
|
1856 |
msgstr ""
|
1857 |
|
1858 |
+
#: includes/event-organiser-cpt.php:531
|
1859 |
msgid ""
|
1860 |
"The end date is the date the event finishes. If the event is a recurring "
|
1861 |
"event, this is the end date of the first occurrence."
|
1862 |
msgstr ""
|
1863 |
|
1864 |
+
#: includes/event-organiser-cpt.php:532
|
1865 |
msgid ""
|
1866 |
"All dates and times must be entered in the specified format. This format can "
|
1867 |
"changed in the settings page."
|
1869 |
"Totes les dates i hores han de ser introduides en un format especific. "
|
1870 |
"Aquest format pot ser canviat a la pàgina de configuració"
|
1871 |
|
1872 |
+
#: includes/event-organiser-cpt.php:537
|
1873 |
msgid "Repeating events"
|
1874 |
msgstr "Repetint esdeveniments"
|
1875 |
|
1876 |
+
#: includes/event-organiser-cpt.php:538
|
1877 |
msgid ""
|
1878 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1879 |
"dropdown menu to select how the event is to repeat. Further options then "
|
1880 |
"appear, "
|
1881 |
msgstr ""
|
1882 |
|
1883 |
+
#: includes/event-organiser-cpt.php:540
|
1884 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1885 |
msgstr ""
|
1886 |
"Especifica amb quina freqüència s'ha de repetir l'esdeveniment (per defecte "
|
1887 |
"1)"
|
1888 |
|
1889 |
+
#: includes/event-organiser-cpt.php:541
|
1890 |
msgid ""
|
1891 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1892 |
"date, but an occurrence that starts before may finish after this date."
|
1893 |
msgstr ""
|
1894 |
|
1895 |
+
#: includes/event-organiser-cpt.php:542
|
1896 |
msgid ""
|
1897 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1898 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
1899 |
"third Tuesday) "
|
1900 |
msgstr ""
|
1901 |
|
1902 |
+
#: includes/event-organiser-cpt.php:543
|
1903 |
msgid ""
|
1904 |
"If weekly recurrence is selected, select which days of the week the event "
|
1905 |
"should be repeated. If no days are selected, the day of the start date is "
|
1906 |
"used"
|
1907 |
msgstr ""
|
1908 |
|
1909 |
+
#: includes/event-organiser-cpt.php:548 includes/event-organiser-cpt.php:549
|
1910 |
msgid "Selecting a venue"
|
1911 |
msgstr "Seleccionant un lloc"
|
1912 |
|
1913 |
+
#: includes/event-organiser-cpt.php:551
|
1914 |
msgid "Use the venues input field to search for existing venues"
|
1915 |
msgstr "Utilitzeu el camp d'entrada dels llocs per buscar llocs existents"
|
1916 |
|
1917 |
+
#: includes/event-organiser-cpt.php:552
|
1918 |
msgid ""
|
1919 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1920 |
"page."
|
1922 |
"Solament es poden seleccionar llocs preexistents. Per afegir un lloc, anar a "
|
1923 |
"la pàgina de llocs."
|
1924 |
|
1925 |
+
#: includes/event-organiser-cpt.php:562 includes/event-organiser-cpt.php:581
|
1926 |
msgid "Overview"
|
1927 |
msgstr "Descripció"
|
1928 |
|
1929 |
+
#: includes/event-organiser-cpt.php:563
|
1930 |
msgid ""
|
1931 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1932 |
"appear as a single row </strong> in the table and the start and end date "
|
1933 |
"refers to the first occurrence of that event."
|
1934 |
msgstr ""
|
1935 |
|
1936 |
+
#: includes/event-organiser-cpt.php:569
|
1937 |
msgid ""
|
1938 |
"Hovering over a row in the venues list will display action links that allow "
|
1939 |
"you to manage that venue. You can perform the following actions:"
|
1942 |
"accions que et permeten gestionar aquest esdeveniment. Pots realitzar les "
|
1943 |
"següents accions:"
|
1944 |
|
1945 |
+
#: includes/event-organiser-cpt.php:571
|
1946 |
msgid ""
|
1947 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1948 |
"screen by clicking on the venue title."
|
1950 |
"Editar et porta a la pantalla d'edició d'aquest lloc. També pots anar a "
|
1951 |
"aquesta pantalla punxant en el títol del lloc."
|
1952 |
|
1953 |
+
#: includes/event-organiser-cpt.php:572
|
1954 |
msgid "Delete will permanently remove the venue"
|
1955 |
msgstr "Esborrar, llevarà de forma permanent el lloc"
|
1956 |
|
1957 |
+
#: includes/event-organiser-cpt.php:573
|
1958 |
msgid "View will take you to the venue's page"
|
1959 |
msgstr "Veure et portarà a la pàgina del lloc"
|
1960 |
|
1961 |
+
#: includes/event-organiser-cpt.php:582
|
1962 |
msgid ""
|
1963 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1964 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
1968 |
"veure el resum d'un esdeveniment punxant en ell. Si tens els privilegis "
|
1969 |
"necessaris , també t'apareixerà un enllaç a la pàgina d'editar esdeveniments."
|
1970 |
|
1971 |
+
#: includes/event-organiser-cpt.php:583
|
1972 |
msgid ""
|
1973 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1974 |
"mode. You can also filter the events by events by category and venue. The "
|
1978 |
"setmana o dia. També pots filtrar els esdeveniments per categoria i lloc. El "
|
1979 |
"botó \"anar a la data\" us permet saltar ràpidament a una data específica."
|
1980 |
|
1981 |
+
#: includes/event-organiser-cpt.php:587
|
1982 |
msgid "Add Event"
|
1983 |
msgstr "Afegeix Esdeveniment"
|
1984 |
|
1985 |
+
#: includes/event-organiser-cpt.php:588
|
1986 |
msgid ""
|
1987 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
1988 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
1997 |
"guardat com a esborrany. En qualsevol cas, l'esdeveniment està creat i tu "
|
1998 |
"seràs redireccionat a la pàgina d'edició d'aquest esdeveniment."
|
1999 |
|
2000 |
+
#: includes/event-organiser-cpt.php:594
|
2001 |
msgid "For more information"
|
2002 |
msgstr "Per a més informació"
|
2003 |
|
2004 |
+
#: includes/event-organiser-cpt.php:595
|
2005 |
#, php-format
|
2006 |
msgid "See the <a %s> documentation</a>"
|
2007 |
msgstr "Veure la <a %s> documentació</a>"
|
2008 |
|
2009 |
+
#: includes/event-organiser-cpt.php:596
|
2010 |
msgid "Debugging Event Organiser"
|
2011 |
msgstr "Depurant Event Organiser"
|
2012 |
|
2013 |
+
#: includes/event-organiser-cpt.php:597
|
2014 |
msgid "Go Pro!"
|
2015 |
msgstr "Vés a la versió Pro!"
|
2016 |
|
2017 |
+
#: includes/event-organiser-cpt.php:708 includes/event-organiser-cpt.php:731
|
2018 |
msgid "Color"
|
2019 |
msgstr "Color"
|
2020 |
|
2021 |
+
#: includes/event-organiser-cpt.php:714
|
2022 |
msgid "Assign the category a colour."
|
2023 |
msgstr "Asignar un color a la categoria"
|
2024 |
|
2204 |
msgid "Help"
|
2205 |
msgstr ""
|
2206 |
|
2207 |
+
#: includes/event-organiser-venue-functions.php:995
|
2208 |
msgid "Address"
|
2209 |
msgstr "Adreça"
|
2210 |
|
2211 |
+
#: includes/event-organiser-venue-functions.php:996
|
2212 |
msgid "City"
|
2213 |
msgstr "Ciutat"
|
2214 |
|
2215 |
+
#: includes/event-organiser-venue-functions.php:997
|
2216 |
msgid "State / Province"
|
2217 |
msgstr "Província"
|
2218 |
|
2219 |
+
#: includes/event-organiser-venue-functions.php:998
|
2220 |
msgid "Post Code"
|
2221 |
msgstr "Codi Postal"
|
2222 |
|
2223 |
+
#: includes/event-organiser-venue-functions.php:999
|
2224 |
msgid "Country"
|
2225 |
msgstr "País"
|
2226 |
|
2315 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2316 |
msgstr ""
|
2317 |
|
2318 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
2319 |
+
#. *
|
2320 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
2321 |
+
#. ***************** NOTICE: *****************
|
2322 |
+
#. *
|
2323 |
+
#. * @package Event Organiser (plug-in)
|
2324 |
+
#. * @since 1.0.0
|
2325 |
+
#.
|
2326 |
+
#. Call the template header
|
2327 |
#: templates/taxonomy-event-venue.php:30
|
2328 |
#, php-format
|
2329 |
msgid "Events at: %s"
|
languages/eventorganiser-cs_CZ.mo
CHANGED
Binary file
|
languages/eventorganiser-cs_CZ.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: 2017-10-09T20:46:49+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
@@ -124,8 +124,8 @@ msgstr "Zobrazit seznam událostí"
|
|
124 |
|
125 |
#: classes/class-eo-event-list-widget.php:14
|
126 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
127 |
-
#: event-organiser.php:149 includes/event-organiser-cpt.php:
|
128 |
-
#: includes/event-organiser-cpt.php:
|
129 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
130 |
msgid "Events"
|
131 |
msgstr "Události"
|
@@ -251,7 +251,7 @@ msgid "Event Categories"
|
|
251 |
msgstr "Kategorie události"
|
252 |
|
253 |
#: classes/class-eo-widget-categories.php:25
|
254 |
-
#: includes/event-organiser-cpt.php:
|
255 |
#: includes/event-organiser-event-functions.php:1563
|
256 |
#: templates/event-meta-event-single.php:62
|
257 |
msgid "Categories"
|
@@ -458,6 +458,21 @@ msgstr "Zavřít"
|
|
458 |
msgid "Open shortcut help"
|
459 |
msgstr "Otevřít nápovědu"
|
460 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
461 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
462 |
#: templates/event-meta-event-single.php:32
|
463 |
msgid "Event Details"
|
@@ -651,7 +666,7 @@ msgid "Show dates"
|
|
651 |
msgstr "Ukázat data"
|
652 |
|
653 |
#: event-organiser-edit.php:274
|
654 |
-
#: includes/event-organiser-venue-functions.php:
|
655 |
msgid "Select a venue"
|
656 |
msgstr "Vybrat místo"
|
657 |
|
@@ -739,7 +754,7 @@ msgstr ""
|
|
739 |
msgid "Go to Event Organiser settings"
|
740 |
msgstr "Jít na nastavení Event Organiseru"
|
741 |
|
742 |
-
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:
|
743 |
msgid "Event"
|
744 |
msgstr "Událost"
|
745 |
|
@@ -902,7 +917,7 @@ msgid "Revisions"
|
|
902 |
msgstr "Revize"
|
903 |
|
904 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
905 |
-
#: includes/event-organiser-cpt.php:
|
906 |
msgid "Event Tags"
|
907 |
msgstr "Štítky události"
|
908 |
|
@@ -1264,13 +1279,13 @@ msgstr "Získat odkaz"
|
|
1264 |
msgid "Slug"
|
1265 |
msgstr "Slug"
|
1266 |
|
1267 |
-
#: features/bootstrap/FeatureContext.php:
|
1268 |
-
#: features/bootstrap/FeatureContext.php:
|
1269 |
msgid "Main Sidebar"
|
1270 |
msgstr "Hlavní postranní panel"
|
1271 |
|
1272 |
-
#: features/bootstrap/FeatureContext.php:
|
1273 |
-
#: features/bootstrap/FeatureContext.php:
|
1274 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1275 |
msgstr ""
|
1276 |
"Widgety v této oblasti budou zobrazeny ve všech příspěvcích a stránkách."
|
@@ -1462,7 +1477,7 @@ msgstr "Plánovač:"
|
|
1462 |
msgid "This event recurs"
|
1463 |
msgstr "Tato událost se opakuje"
|
1464 |
|
1465 |
-
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:
|
1466 |
msgid "Edit Event"
|
1467 |
msgstr "Upravit událost"
|
1468 |
|
@@ -1564,235 +1579,253 @@ msgstr "Adresa místa"
|
|
1564 |
msgid "View all venues"
|
1565 |
msgstr "Ukázat všechna místa"
|
1566 |
|
1567 |
-
#: includes/event-organiser-cpt.php:
|
1568 |
msgctxt "taxonomy singular name"
|
1569 |
msgid "Category"
|
1570 |
msgstr "Kategorie"
|
1571 |
|
1572 |
-
#: includes/event-organiser-cpt.php:
|
1573 |
msgid "Search Categories"
|
1574 |
msgstr "Prohledat kategorie"
|
1575 |
|
1576 |
-
#: includes/event-organiser-cpt.php:
|
1577 |
msgid "All Categories"
|
1578 |
msgstr "Všechny kategorie"
|
1579 |
|
1580 |
-
#: includes/event-organiser-cpt.php:
|
1581 |
msgid "Parent Category"
|
1582 |
msgstr "Nadřazená kategorie"
|
1583 |
|
1584 |
-
#: includes/event-organiser-cpt.php:
|
1585 |
msgid "Parent Category:"
|
1586 |
msgstr "Nadřazená kategorie:"
|
1587 |
|
1588 |
-
#: includes/event-organiser-cpt.php:
|
1589 |
msgid "Edit Category"
|
1590 |
msgstr "Upravit kategorii"
|
1591 |
|
1592 |
-
#: includes/event-organiser-cpt.php:
|
1593 |
msgid "Update Category"
|
1594 |
msgstr "Uložit kategorii"
|
1595 |
|
1596 |
-
#: includes/event-organiser-cpt.php:
|
1597 |
msgid "Add New Category"
|
1598 |
msgstr "Přidat novou kategorii"
|
1599 |
|
1600 |
-
#: includes/event-organiser-cpt.php:
|
1601 |
msgid "New Category Name"
|
1602 |
msgstr "Název nové kategorie"
|
1603 |
|
1604 |
-
#: includes/event-organiser-cpt.php:
|
1605 |
msgid "No categories found"
|
1606 |
msgstr "Kategorie nenalezeny"
|
1607 |
|
1608 |
-
#: includes/event-organiser-cpt.php:
|
1609 |
msgid "Event categories list navigation"
|
1610 |
msgstr "Seznam kategorií"
|
1611 |
|
1612 |
-
#: includes/event-organiser-cpt.php:
|
1613 |
msgid "Event categories list"
|
1614 |
msgstr "Seznam kategorií událostí"
|
1615 |
|
1616 |
-
#: includes/event-organiser-cpt.php:
|
1617 |
msgid "View all categories"
|
1618 |
msgstr "Ukázat všechny kategorie"
|
1619 |
|
1620 |
-
#: includes/event-organiser-cpt.php:
|
1621 |
msgctxt "taxonomy singular name"
|
1622 |
msgid "Tag"
|
1623 |
msgstr "Značka"
|
1624 |
|
1625 |
-
#: includes/event-organiser-cpt.php:
|
1626 |
msgid "Search Tags"
|
1627 |
msgstr "Prohledávat tagy"
|
1628 |
|
1629 |
-
#: includes/event-organiser-cpt.php:
|
1630 |
msgid "All Tags"
|
1631 |
msgstr "Všechny štítky"
|
1632 |
|
1633 |
-
#: includes/event-organiser-cpt.php:
|
1634 |
msgid "Popular Tags"
|
1635 |
msgstr "Populární štítky"
|
1636 |
|
1637 |
-
#: includes/event-organiser-cpt.php:
|
1638 |
msgid "Edit Tag"
|
1639 |
msgstr "Upravit štítek"
|
1640 |
|
1641 |
-
#: includes/event-organiser-cpt.php:
|
1642 |
msgid "Update Tag"
|
1643 |
msgstr "Uložit štítek"
|
1644 |
|
1645 |
-
#: includes/event-organiser-cpt.php:
|
1646 |
msgid "Add New Tag"
|
1647 |
msgstr "Přidat nový štítek"
|
1648 |
|
1649 |
-
#: includes/event-organiser-cpt.php:
|
1650 |
msgid "New Tag Name"
|
1651 |
msgstr "Název nového štítku"
|
1652 |
|
1653 |
-
#: includes/event-organiser-cpt.php:
|
1654 |
msgid "No tags found"
|
1655 |
msgstr "Štítky nenalezeny"
|
1656 |
|
1657 |
-
#: includes/event-organiser-cpt.php:
|
1658 |
msgid "Choose from the most used tags"
|
1659 |
msgstr "Vyberte z nejpoužívanějších štítků"
|
1660 |
|
1661 |
-
#: includes/event-organiser-cpt.php:
|
1662 |
#: includes/event-organiser-event-functions.php:1571
|
1663 |
#: templates/event-meta-event-single.php:66
|
1664 |
msgid "Tags"
|
1665 |
msgstr "Štítky"
|
1666 |
|
1667 |
-
#: includes/event-organiser-cpt.php:
|
1668 |
msgid "Add or remove tags"
|
1669 |
msgstr "Přidat/odebrat štítky"
|
1670 |
|
1671 |
-
#: includes/event-organiser-cpt.php:
|
1672 |
msgid "Separate tags with commas"
|
1673 |
msgstr "Štítky od sebe oddělte čáskou"
|
1674 |
|
1675 |
-
#: includes/event-organiser-cpt.php:
|
1676 |
msgid "Event tags list navigation"
|
1677 |
msgstr "Seznam značek událostí"
|
1678 |
|
1679 |
-
#: includes/event-organiser-cpt.php:
|
1680 |
msgid "Event tags list"
|
1681 |
msgstr "Seznam značek událostí"
|
1682 |
|
1683 |
-
#: includes/event-organiser-cpt.php:
|
1684 |
msgid "View all tags"
|
1685 |
msgstr "Zobrazit všechny značky"
|
1686 |
|
1687 |
-
#: includes/event-organiser-cpt.php:
|
1688 |
msgctxt "post"
|
1689 |
msgid "Add New"
|
1690 |
msgstr "Přidej nový (post)"
|
1691 |
|
1692 |
-
#: includes/event-organiser-cpt.php:
|
1693 |
msgid "Add New Event"
|
1694 |
msgstr "Přidat novou událost"
|
1695 |
|
1696 |
-
#: includes/event-organiser-cpt.php:
|
1697 |
msgid "New Event"
|
1698 |
msgstr "Nová událost"
|
1699 |
|
1700 |
-
#: includes/event-organiser-cpt.php:
|
1701 |
#, fuzzy
|
1702 |
msgid "All Events"
|
1703 |
msgstr "Všechny události"
|
1704 |
|
1705 |
-
#: includes/event-organiser-cpt.php:
|
1706 |
msgid "View Event"
|
1707 |
msgstr "Zobrazit událost"
|
1708 |
|
1709 |
-
#: includes/event-organiser-cpt.php:
|
1710 |
msgid "Search events"
|
1711 |
msgstr "Prohledat události"
|
1712 |
|
1713 |
-
#: includes/event-organiser-cpt.php:
|
1714 |
msgid "No events found"
|
1715 |
msgstr "Událost nenalezena"
|
1716 |
|
1717 |
-
#: includes/event-organiser-cpt.php:
|
1718 |
msgid "No events found in Trash"
|
1719 |
msgstr "V koši není žádná událost"
|
1720 |
|
1721 |
-
#: includes/event-organiser-cpt.php:
|
1722 |
msgid "Filter events list"
|
1723 |
msgstr "Filtrovat seznam událostí"
|
1724 |
|
1725 |
-
#: includes/event-organiser-cpt.php:
|
1726 |
msgid "Events list navigation"
|
1727 |
msgstr "Seznam událostí"
|
1728 |
|
1729 |
-
#: includes/event-organiser-cpt.php:
|
1730 |
msgid "Events list"
|
1731 |
msgstr "Seznam událostí"
|
1732 |
|
1733 |
-
#: includes/event-organiser-cpt.php:
|
1734 |
msgid "Event Archives"
|
1735 |
msgstr "Archív událostí"
|
1736 |
|
1737 |
-
#: includes/event-organiser-cpt.php:
|
1738 |
msgid "Insert into event"
|
1739 |
msgstr "Vložit do události"
|
1740 |
|
1741 |
-
#: includes/event-organiser-cpt.php:
|
1742 |
msgid "Uploaded to this event"
|
1743 |
msgstr "Nahráno do této události"
|
1744 |
|
1745 |
-
#: includes/event-organiser-cpt.php:
|
1746 |
#, php-format
|
1747 |
msgid "Events at %s"
|
1748 |
msgstr "Události v %s"
|
1749 |
|
1750 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1751 |
#: templates/taxonomy-event-category.php:27
|
1752 |
#, php-format
|
1753 |
msgid "Event Category: %s"
|
1754 |
msgstr "Kategorie události: %s"
|
1755 |
|
1756 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1757 |
#, php-format
|
1758 |
msgid "Event Tag: %s"
|
1759 |
msgstr "Značka události: %s"
|
1760 |
|
1761 |
-
#: includes/event-organiser-cpt.php:
|
1762 |
-
#: includes/event-organiser-cpt.php:
|
1763 |
#, fuzzy, php-format
|
1764 |
msgid "Events: %s"
|
1765 |
msgstr "Události:"
|
1766 |
|
1767 |
-
#: includes/event-organiser-cpt.php:
|
1768 |
#, php-format
|
1769 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1770 |
msgstr "Událost upravena. <a href=\"%s\">Zobrazit událost</a>"
|
1771 |
|
1772 |
-
#: includes/event-organiser-cpt.php:
|
1773 |
msgid "Event updated."
|
1774 |
msgstr "Událost upravena."
|
1775 |
|
1776 |
-
#: includes/event-organiser-cpt.php:
|
1777 |
#, php-format
|
1778 |
msgid "Event restored to revision from %s"
|
1779 |
msgstr "Událost upravena do verze z %s"
|
1780 |
|
1781 |
-
#: includes/event-organiser-cpt.php:
|
1782 |
#, php-format
|
1783 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1784 |
msgstr "Událost publikována. <a href=\"%s\">Zobrazit</a>"
|
1785 |
|
1786 |
-
#: includes/event-organiser-cpt.php:
|
1787 |
msgid "Event saved."
|
1788 |
msgstr "Událost uložena."
|
1789 |
|
1790 |
-
#: includes/event-organiser-cpt.php:
|
1791 |
#, php-format
|
1792 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1793 |
msgstr "Událost odeslána. <a target=\"_blank\" href=\"%s\">Zobrazit náhled</a>"
|
1794 |
|
1795 |
-
#: includes/event-organiser-cpt.php:
|
1796 |
#, php-format
|
1797 |
msgid ""
|
1798 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
@@ -1801,30 +1834,31 @@ msgstr ""
|
|
1801 |
"Událost naplánována na: <strong>%1$s</strong>. <a target=\"_blank\" href="
|
1802 |
"\"%2$s\">Zobrazit náhled</a>"
|
1803 |
|
1804 |
-
|
|
|
1805 |
msgid "M j, Y @ G:i"
|
1806 |
msgstr "M j, Y @ G:i"
|
1807 |
|
1808 |
-
#: includes/event-organiser-cpt.php:
|
1809 |
#, php-format
|
1810 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1811 |
msgstr ""
|
1812 |
"Koncept události aktualizován. <a target=\"_blank\" href=\"%s\">Náhled "
|
1813 |
"události</a>"
|
1814 |
|
1815 |
-
#: includes/event-organiser-cpt.php:
|
1816 |
msgid "This event has been broken from a recurring event."
|
1817 |
msgstr "Tato událost byla oddělena od opakující se události."
|
1818 |
|
1819 |
-
#: includes/event-organiser-cpt.php:
|
1820 |
msgid "Creating events"
|
1821 |
msgstr "Tvorba událostí"
|
1822 |
|
1823 |
-
#: includes/event-organiser-cpt.php:
|
1824 |
msgid "Creating events:"
|
1825 |
msgstr "Tvorba událostí:"
|
1826 |
|
1827 |
-
#: includes/event-organiser-cpt.php:
|
1828 |
msgid ""
|
1829 |
"The start date is the date the event starts. If the event is a recurring "
|
1830 |
"event, this is the start date of the first occurrence."
|
@@ -1832,7 +1866,7 @@ msgstr ""
|
|
1832 |
"Datum začátku je datum, kdy událost začíná. Pokud se jedná o opakující se "
|
1833 |
"událost, je toto začátek prvního výskytu."
|
1834 |
|
1835 |
-
#: includes/event-organiser-cpt.php:
|
1836 |
msgid ""
|
1837 |
"The end date is the date the event finishes. If the event is a recurring "
|
1838 |
"event, this is the end date of the first occurrence."
|
@@ -1840,7 +1874,7 @@ msgstr ""
|
|
1840 |
"Datum konce je datum, kdy událost končí. Pokud se jedná o opakující se "
|
1841 |
"událost, je toto konec prvního výskytu."
|
1842 |
|
1843 |
-
#: includes/event-organiser-cpt.php:
|
1844 |
msgid ""
|
1845 |
"All dates and times must be entered in the specified format. This format can "
|
1846 |
"changed in the settings page."
|
@@ -1848,11 +1882,11 @@ msgstr ""
|
|
1848 |
"Všechna data a časy musí být vloženy v daném formátu. Tento formát může být "
|
1849 |
"změněn na stránce nastavení."
|
1850 |
|
1851 |
-
#: includes/event-organiser-cpt.php:
|
1852 |
msgid "Repeating events"
|
1853 |
msgstr "Opakující se události."
|
1854 |
|
1855 |
-
#: includes/event-organiser-cpt.php:
|
1856 |
msgid ""
|
1857 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1858 |
"dropdown menu to select how the event is to repeat. Further options then "
|
@@ -1862,11 +1896,11 @@ msgstr ""
|
|
1862 |
"vyskakovací menu opakování pro výběr, jak se bude událost opakovat. Další "
|
1863 |
"možnosti se pak objeví,"
|
1864 |
|
1865 |
-
#: includes/event-organiser-cpt.php:
|
1866 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1867 |
msgstr "Specifikujte, jak často se má událost opakovat (výchozí - 1)"
|
1868 |
|
1869 |
-
#: includes/event-organiser-cpt.php:
|
1870 |
msgid ""
|
1871 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1872 |
"date, but an occurrence that starts before may finish after this date."
|
@@ -1875,7 +1909,7 @@ msgstr ""
|
|
1875 |
"tomto datu přidány, ale výskyty, které před ním začali, mohou dle nastavení "
|
1876 |
"skončit až po něm."
|
1877 |
|
1878 |
-
#: includes/event-organiser-cpt.php:
|
1879 |
msgid ""
|
1880 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1881 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
@@ -1884,7 +1918,7 @@ msgstr ""
|
|
1884 |
"Pokud je vybráno měsíční opakování události, vyberte, zda se má událost "
|
1885 |
"opakovat v dané datum (např. 24) nebo v daný den měsíce (např. třetí čtvrtek)"
|
1886 |
|
1887 |
-
#: includes/event-organiser-cpt.php:
|
1888 |
msgid ""
|
1889 |
"If weekly recurrence is selected, select which days of the week the event "
|
1890 |
"should be repeated. If no days are selected, the day of the start date is "
|
@@ -1894,15 +1928,15 @@ msgstr ""
|
|
1894 |
"událost opakovat. Pokud nejsou žádné dny vybrány, bude vybrán den, kdy "
|
1895 |
"událost začala."
|
1896 |
|
1897 |
-
#: includes/event-organiser-cpt.php:
|
1898 |
msgid "Selecting a venue"
|
1899 |
msgstr "Vybrání místa"
|
1900 |
|
1901 |
-
#: includes/event-organiser-cpt.php:
|
1902 |
msgid "Use the venues input field to search for existing venues"
|
1903 |
msgstr "Použijte vstupní pole míst pro vyhledávání existujících míst"
|
1904 |
|
1905 |
-
#: includes/event-organiser-cpt.php:
|
1906 |
msgid ""
|
1907 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1908 |
"page."
|
@@ -1910,11 +1944,11 @@ msgstr ""
|
|
1910 |
"Lze vybrat pouze již existující místa. Pro přidání místa jděte na stránku "
|
1911 |
"míst."
|
1912 |
|
1913 |
-
#: includes/event-organiser-cpt.php:
|
1914 |
msgid "Overview"
|
1915 |
msgstr "Přehled"
|
1916 |
|
1917 |
-
#: includes/event-organiser-cpt.php:
|
1918 |
msgid ""
|
1919 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1920 |
"appear as a single row </strong> in the table and the start and end date "
|
@@ -1924,7 +1958,7 @@ msgstr ""
|
|
1924 |
"opakující se události se ukazují jako jeden řádek </strong> v tabulce a že "
|
1925 |
"datum začátku a konce odpovídá prvnímu výskytu dané události."
|
1926 |
|
1927 |
-
#: includes/event-organiser-cpt.php:
|
1928 |
msgid ""
|
1929 |
"Hovering over a row in the venues list will display action links that allow "
|
1930 |
"you to manage that venue. You can perform the following actions:"
|
@@ -1932,7 +1966,7 @@ msgstr ""
|
|
1932 |
"Přejetí přes řádek v seznamu míst zobrazí seznam akcí, které dovolují "
|
1933 |
"spravovat dané místo. Můžete provést následující akce:"
|
1934 |
|
1935 |
-
#: includes/event-organiser-cpt.php:
|
1936 |
#, fuzzy
|
1937 |
msgid ""
|
1938 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
@@ -1941,15 +1975,15 @@ msgstr ""
|
|
1941 |
"Editace vás vezme na editační obrazovku pro dané místo. Té můžete také "
|
1942 |
"dosáhnout kliknutím na název místa."
|
1943 |
|
1944 |
-
#: includes/event-organiser-cpt.php:
|
1945 |
msgid "Delete will permanently remove the venue"
|
1946 |
msgstr "Smazání natrvalo odstraní místo"
|
1947 |
|
1948 |
-
#: includes/event-organiser-cpt.php:
|
1949 |
msgid "View will take you to the venue's page"
|
1950 |
msgstr "'Zobrazit' vás přenese na stránku místa."
|
1951 |
|
1952 |
-
#: includes/event-organiser-cpt.php:
|
1953 |
msgid ""
|
1954 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1955 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
@@ -1959,7 +1993,7 @@ msgstr ""
|
|
1959 |
"události, pokud na ní kliknete. Pokud máte potřebná oprávnění, zobrazí se i "
|
1960 |
"odkaz na editační stránku události."
|
1961 |
|
1962 |
-
#: includes/event-organiser-cpt.php:
|
1963 |
msgid ""
|
1964 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1965 |
"mode. You can also filter the events by events by category and venue. The "
|
@@ -1969,11 +2003,11 @@ msgstr ""
|
|
1969 |
"denním zobrazení. Můžete také filtrovat události podle kategorie a místa. "
|
1970 |
"Tlačítko 'jít na datum' umožňuje rychle přejít na speficikované datum."
|
1971 |
|
1972 |
-
#: includes/event-organiser-cpt.php:
|
1973 |
msgid "Add Event"
|
1974 |
msgstr "Přidat událost"
|
1975 |
|
1976 |
-
#: includes/event-organiser-cpt.php:
|
1977 |
msgid ""
|
1978 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
1979 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
@@ -1988,28 +2022,28 @@ msgstr ""
|
|
1988 |
"případě, událost je uložena a by budete přesměrováni na editační stránku "
|
1989 |
"události."
|
1990 |
|
1991 |
-
#: includes/event-organiser-cpt.php:
|
1992 |
msgid "For more information"
|
1993 |
msgstr "Pro více informací"
|
1994 |
|
1995 |
-
#: includes/event-organiser-cpt.php:
|
1996 |
#, php-format
|
1997 |
msgid "See the <a %s> documentation</a>"
|
1998 |
msgstr "Zobrazit <a %s> dokumentaci</a>"
|
1999 |
|
2000 |
-
#: includes/event-organiser-cpt.php:
|
2001 |
msgid "Debugging Event Organiser"
|
2002 |
msgstr "Debug Event Organiseru"
|
2003 |
|
2004 |
-
#: includes/event-organiser-cpt.php:
|
2005 |
msgid "Go Pro!"
|
2006 |
msgstr "Získat Pro!"
|
2007 |
|
2008 |
-
#: includes/event-organiser-cpt.php:
|
2009 |
msgid "Color"
|
2010 |
msgstr "Barva"
|
2011 |
|
2012 |
-
#: includes/event-organiser-cpt.php:
|
2013 |
msgid "Assign the category a colour."
|
2014 |
msgstr "Přířadit barvu kategorii."
|
2015 |
|
@@ -2199,23 +2233,23 @@ msgstr ""
|
|
2199 |
msgid "Help"
|
2200 |
msgstr "Nápověda"
|
2201 |
|
2202 |
-
#: includes/event-organiser-venue-functions.php:
|
2203 |
msgid "Address"
|
2204 |
msgstr "Adresa"
|
2205 |
|
2206 |
-
#: includes/event-organiser-venue-functions.php:
|
2207 |
msgid "City"
|
2208 |
msgstr "Město"
|
2209 |
|
2210 |
-
#: includes/event-organiser-venue-functions.php:
|
2211 |
msgid "State / Province"
|
2212 |
msgstr "Stát / kraj"
|
2213 |
|
2214 |
-
#: includes/event-organiser-venue-functions.php:
|
2215 |
msgid "Post Code"
|
2216 |
msgstr "PSČ"
|
2217 |
|
2218 |
-
#: includes/event-organiser-venue-functions.php:
|
2219 |
msgid "Country"
|
2220 |
msgstr "Země"
|
2221 |
|
@@ -2310,6 +2344,15 @@ msgstr "Tato událost byla zveřejněna v %1$s <a href=\"%3$s\">%2$s</a>."
|
|
2310 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2311 |
msgstr "Tato událost byla vložena <a href=\"%3$s\">%2$s</a>."
|
2312 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2313 |
#: templates/taxonomy-event-venue.php:30
|
2314 |
#, php-format
|
2315 |
msgid "Events at: %s"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-03-06 23:13+0000\n"
|
6 |
"PO-Revision-Date: 2017-10-09T20:46:49+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
124 |
|
125 |
#: classes/class-eo-event-list-widget.php:14
|
126 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
127 |
+
#: event-organiser.php:149 includes/event-organiser-cpt.php:226
|
128 |
+
#: includes/event-organiser-cpt.php:238
|
129 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
130 |
msgid "Events"
|
131 |
msgstr "Události"
|
251 |
msgstr "Kategorie události"
|
252 |
|
253 |
#: classes/class-eo-widget-categories.php:25
|
254 |
+
#: includes/event-organiser-cpt.php:95 includes/event-organiser-cpt.php:106
|
255 |
#: includes/event-organiser-event-functions.php:1563
|
256 |
#: templates/event-meta-event-single.php:62
|
257 |
msgid "Categories"
|
458 |
msgid "Open shortcut help"
|
459 |
msgstr "Otevřít nápovědu"
|
460 |
|
461 |
+
#. //codex.wp-event-organiser.com
|
462 |
+
#. *
|
463 |
+
#. ***************** NOTICE: *****************
|
464 |
+
#. * Do not make changes to this file. Any changes made to this file
|
465 |
+
#. * will be overwritten if the plug-in is updated.
|
466 |
+
#. *
|
467 |
+
#. * To overwrite this template with your own, make a copy of it (with the same name)
|
468 |
+
#. * in your theme directory. See http://docs.wp-event-organiser.com/theme-integration for more information
|
469 |
+
#. *
|
470 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
471 |
+
#. ***************** NOTICE: *****************
|
472 |
+
#. *
|
473 |
+
#. * @package Event Organiser (plug-in)
|
474 |
+
#. * @since 1.7
|
475 |
+
#.
|
476 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
477 |
#: templates/event-meta-event-single.php:32
|
478 |
msgid "Event Details"
|
666 |
msgstr "Ukázat data"
|
667 |
|
668 |
#: event-organiser-edit.php:274
|
669 |
+
#: includes/event-organiser-venue-functions.php:1030
|
670 |
msgid "Select a venue"
|
671 |
msgstr "Vybrat místo"
|
672 |
|
754 |
msgid "Go to Event Organiser settings"
|
755 |
msgstr "Jít na nastavení Event Organiseru"
|
756 |
|
757 |
+
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:227
|
758 |
msgid "Event"
|
759 |
msgstr "Událost"
|
760 |
|
917 |
msgstr "Revize"
|
918 |
|
919 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
920 |
+
#: includes/event-organiser-cpt.php:152
|
921 |
msgid "Event Tags"
|
922 |
msgstr "Štítky události"
|
923 |
|
1279 |
msgid "Slug"
|
1280 |
msgstr "Slug"
|
1281 |
|
1282 |
+
#: features/bootstrap/FeatureContext.php:459
|
1283 |
+
#: features/bootstrap/FeatureContext.php:627
|
1284 |
msgid "Main Sidebar"
|
1285 |
msgstr "Hlavní postranní panel"
|
1286 |
|
1287 |
+
#: features/bootstrap/FeatureContext.php:461
|
1288 |
+
#: features/bootstrap/FeatureContext.php:629
|
1289 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1290 |
msgstr ""
|
1291 |
"Widgety v této oblasti budou zobrazeny ve všech příspěvcích a stránkách."
|
1477 |
msgid "This event recurs"
|
1478 |
msgstr "Tato událost se opakuje"
|
1479 |
|
1480 |
+
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:230
|
1481 |
msgid "Edit Event"
|
1482 |
msgstr "Upravit událost"
|
1483 |
|
1579 |
msgid "View all venues"
|
1580 |
msgstr "Ukázat všechna místa"
|
1581 |
|
1582 |
+
#: includes/event-organiser-cpt.php:96
|
1583 |
msgctxt "taxonomy singular name"
|
1584 |
msgid "Category"
|
1585 |
msgstr "Kategorie"
|
1586 |
|
1587 |
+
#: includes/event-organiser-cpt.php:97
|
1588 |
msgid "Search Categories"
|
1589 |
msgstr "Prohledat kategorie"
|
1590 |
|
1591 |
+
#: includes/event-organiser-cpt.php:98
|
1592 |
msgid "All Categories"
|
1593 |
msgstr "Všechny kategorie"
|
1594 |
|
1595 |
+
#: includes/event-organiser-cpt.php:99
|
1596 |
msgid "Parent Category"
|
1597 |
msgstr "Nadřazená kategorie"
|
1598 |
|
1599 |
+
#: includes/event-organiser-cpt.php:100
|
1600 |
msgid "Parent Category:"
|
1601 |
msgstr "Nadřazená kategorie:"
|
1602 |
|
1603 |
+
#: includes/event-organiser-cpt.php:101
|
1604 |
msgid "Edit Category"
|
1605 |
msgstr "Upravit kategorii"
|
1606 |
|
1607 |
+
#: includes/event-organiser-cpt.php:102
|
1608 |
msgid "Update Category"
|
1609 |
msgstr "Uložit kategorii"
|
1610 |
|
1611 |
+
#: includes/event-organiser-cpt.php:103
|
1612 |
msgid "Add New Category"
|
1613 |
msgstr "Přidat novou kategorii"
|
1614 |
|
1615 |
+
#: includes/event-organiser-cpt.php:104
|
1616 |
msgid "New Category Name"
|
1617 |
msgstr "Název nové kategorie"
|
1618 |
|
1619 |
+
#: includes/event-organiser-cpt.php:105
|
1620 |
msgid "No categories found"
|
1621 |
msgstr "Kategorie nenalezeny"
|
1622 |
|
1623 |
+
#: includes/event-organiser-cpt.php:107
|
1624 |
msgid "Event categories list navigation"
|
1625 |
msgstr "Seznam kategorií"
|
1626 |
|
1627 |
+
#: includes/event-organiser-cpt.php:108
|
1628 |
msgid "Event categories list"
|
1629 |
msgstr "Seznam kategorií událostí"
|
1630 |
|
1631 |
+
#: includes/event-organiser-cpt.php:110
|
1632 |
msgid "View all categories"
|
1633 |
msgstr "Ukázat všechny kategorie"
|
1634 |
|
1635 |
+
#: includes/event-organiser-cpt.php:153
|
1636 |
msgctxt "taxonomy singular name"
|
1637 |
msgid "Tag"
|
1638 |
msgstr "Značka"
|
1639 |
|
1640 |
+
#: includes/event-organiser-cpt.php:154
|
1641 |
msgid "Search Tags"
|
1642 |
msgstr "Prohledávat tagy"
|
1643 |
|
1644 |
+
#: includes/event-organiser-cpt.php:155
|
1645 |
msgid "All Tags"
|
1646 |
msgstr "Všechny štítky"
|
1647 |
|
1648 |
+
#: includes/event-organiser-cpt.php:156
|
1649 |
msgid "Popular Tags"
|
1650 |
msgstr "Populární štítky"
|
1651 |
|
1652 |
+
#: includes/event-organiser-cpt.php:157
|
1653 |
msgid "Edit Tag"
|
1654 |
msgstr "Upravit štítek"
|
1655 |
|
1656 |
+
#: includes/event-organiser-cpt.php:158
|
1657 |
msgid "Update Tag"
|
1658 |
msgstr "Uložit štítek"
|
1659 |
|
1660 |
+
#: includes/event-organiser-cpt.php:159
|
1661 |
msgid "Add New Tag"
|
1662 |
msgstr "Přidat nový štítek"
|
1663 |
|
1664 |
+
#: includes/event-organiser-cpt.php:160
|
1665 |
msgid "New Tag Name"
|
1666 |
msgstr "Název nového štítku"
|
1667 |
|
1668 |
+
#: includes/event-organiser-cpt.php:161
|
1669 |
msgid "No tags found"
|
1670 |
msgstr "Štítky nenalezeny"
|
1671 |
|
1672 |
+
#: includes/event-organiser-cpt.php:162
|
1673 |
msgid "Choose from the most used tags"
|
1674 |
msgstr "Vyberte z nejpoužívanějších štítků"
|
1675 |
|
1676 |
+
#: includes/event-organiser-cpt.php:163
|
1677 |
#: includes/event-organiser-event-functions.php:1571
|
1678 |
#: templates/event-meta-event-single.php:66
|
1679 |
msgid "Tags"
|
1680 |
msgstr "Štítky"
|
1681 |
|
1682 |
+
#: includes/event-organiser-cpt.php:164
|
1683 |
msgid "Add or remove tags"
|
1684 |
msgstr "Přidat/odebrat štítky"
|
1685 |
|
1686 |
+
#: includes/event-organiser-cpt.php:165
|
1687 |
msgid "Separate tags with commas"
|
1688 |
msgstr "Štítky od sebe oddělte čáskou"
|
1689 |
|
1690 |
+
#: includes/event-organiser-cpt.php:166
|
1691 |
msgid "Event tags list navigation"
|
1692 |
msgstr "Seznam značek událostí"
|
1693 |
|
1694 |
+
#: includes/event-organiser-cpt.php:167
|
1695 |
msgid "Event tags list"
|
1696 |
msgstr "Seznam značek událostí"
|
1697 |
|
1698 |
+
#: includes/event-organiser-cpt.php:169
|
1699 |
msgid "View all tags"
|
1700 |
msgstr "Zobrazit všechny značky"
|
1701 |
|
1702 |
+
#: includes/event-organiser-cpt.php:228
|
1703 |
msgctxt "post"
|
1704 |
msgid "Add New"
|
1705 |
msgstr "Přidej nový (post)"
|
1706 |
|
1707 |
+
#: includes/event-organiser-cpt.php:229
|
1708 |
msgid "Add New Event"
|
1709 |
msgstr "Přidat novou událost"
|
1710 |
|
1711 |
+
#: includes/event-organiser-cpt.php:231
|
1712 |
msgid "New Event"
|
1713 |
msgstr "Nová událost"
|
1714 |
|
1715 |
+
#: includes/event-organiser-cpt.php:232
|
1716 |
#, fuzzy
|
1717 |
msgid "All Events"
|
1718 |
msgstr "Všechny události"
|
1719 |
|
1720 |
+
#: includes/event-organiser-cpt.php:233
|
1721 |
msgid "View Event"
|
1722 |
msgstr "Zobrazit událost"
|
1723 |
|
1724 |
+
#: includes/event-organiser-cpt.php:234
|
1725 |
msgid "Search events"
|
1726 |
msgstr "Prohledat události"
|
1727 |
|
1728 |
+
#: includes/event-organiser-cpt.php:235
|
1729 |
msgid "No events found"
|
1730 |
msgstr "Událost nenalezena"
|
1731 |
|
1732 |
+
#: includes/event-organiser-cpt.php:236
|
1733 |
msgid "No events found in Trash"
|
1734 |
msgstr "V koši není žádná událost"
|
1735 |
|
1736 |
+
#: includes/event-organiser-cpt.php:239
|
1737 |
msgid "Filter events list"
|
1738 |
msgstr "Filtrovat seznam událostí"
|
1739 |
|
1740 |
+
#: includes/event-organiser-cpt.php:240
|
1741 |
msgid "Events list navigation"
|
1742 |
msgstr "Seznam událostí"
|
1743 |
|
1744 |
+
#: includes/event-organiser-cpt.php:241
|
1745 |
msgid "Events list"
|
1746 |
msgstr "Seznam událostí"
|
1747 |
|
1748 |
+
#: includes/event-organiser-cpt.php:242
|
1749 |
msgid "Event Archives"
|
1750 |
msgstr "Archív událostí"
|
1751 |
|
1752 |
+
#: includes/event-organiser-cpt.php:243
|
1753 |
msgid "Insert into event"
|
1754 |
msgstr "Vložit do události"
|
1755 |
|
1756 |
+
#: includes/event-organiser-cpt.php:244
|
1757 |
msgid "Uploaded to this event"
|
1758 |
msgstr "Nahráno do této události"
|
1759 |
|
1760 |
+
#: includes/event-organiser-cpt.php:246
|
1761 |
#, php-format
|
1762 |
msgid "Events at %s"
|
1763 |
msgstr "Události v %s"
|
1764 |
|
1765 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1766 |
+
#. *
|
1767 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1768 |
+
#. ***************** NOTICE: *****************
|
1769 |
+
#. *
|
1770 |
+
#. * @package Event Organiser (plug-in)
|
1771 |
+
#. * @since 1.0.0
|
1772 |
+
#.
|
1773 |
+
#. Call the template header
|
1774 |
+
#: includes/event-organiser-cpt.php:247
|
1775 |
#: templates/taxonomy-event-category.php:27
|
1776 |
#, php-format
|
1777 |
msgid "Event Category: %s"
|
1778 |
msgstr "Kategorie události: %s"
|
1779 |
|
1780 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1781 |
+
#. *
|
1782 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1783 |
+
#. ***************** NOTICE: *****************
|
1784 |
+
#. *
|
1785 |
+
#. * @package Event Organiser (plug-in)
|
1786 |
+
#. * @since 1.2.0
|
1787 |
+
#.
|
1788 |
+
#. Call the template header
|
1789 |
+
#: includes/event-organiser-cpt.php:248 templates/taxonomy-event-tag.php:27
|
1790 |
#, php-format
|
1791 |
msgid "Event Tag: %s"
|
1792 |
msgstr "Značka události: %s"
|
1793 |
|
1794 |
+
#: includes/event-organiser-cpt.php:249 includes/event-organiser-cpt.php:250
|
1795 |
+
#: includes/event-organiser-cpt.php:251
|
1796 |
#, fuzzy, php-format
|
1797 |
msgid "Events: %s"
|
1798 |
msgstr "Události:"
|
1799 |
|
1800 |
+
#: includes/event-organiser-cpt.php:332
|
1801 |
#, php-format
|
1802 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1803 |
msgstr "Událost upravena. <a href=\"%s\">Zobrazit událost</a>"
|
1804 |
|
1805 |
+
#: includes/event-organiser-cpt.php:333
|
1806 |
msgid "Event updated."
|
1807 |
msgstr "Událost upravena."
|
1808 |
|
1809 |
+
#: includes/event-organiser-cpt.php:335
|
1810 |
#, php-format
|
1811 |
msgid "Event restored to revision from %s"
|
1812 |
msgstr "Událost upravena do verze z %s"
|
1813 |
|
1814 |
+
#: includes/event-organiser-cpt.php:336
|
1815 |
#, php-format
|
1816 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1817 |
msgstr "Událost publikována. <a href=\"%s\">Zobrazit</a>"
|
1818 |
|
1819 |
+
#: includes/event-organiser-cpt.php:337
|
1820 |
msgid "Event saved."
|
1821 |
msgstr "Událost uložena."
|
1822 |
|
1823 |
+
#: includes/event-organiser-cpt.php:339
|
1824 |
#, php-format
|
1825 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1826 |
msgstr "Událost odeslána. <a target=\"_blank\" href=\"%s\">Zobrazit náhled</a>"
|
1827 |
|
1828 |
+
#: includes/event-organiser-cpt.php:343
|
1829 |
#, php-format
|
1830 |
msgid ""
|
1831 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1834 |
"Událost naplánována na: <strong>%1$s</strong>. <a target=\"_blank\" href="
|
1835 |
"\"%2$s\">Zobrazit náhled</a>"
|
1836 |
|
1837 |
+
#. //php.net/date
|
1838 |
+
#: includes/event-organiser-cpt.php:345
|
1839 |
msgid "M j, Y @ G:i"
|
1840 |
msgstr "M j, Y @ G:i"
|
1841 |
|
1842 |
+
#: includes/event-organiser-cpt.php:348
|
1843 |
#, php-format
|
1844 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1845 |
msgstr ""
|
1846 |
"Koncept události aktualizován. <a target=\"_blank\" href=\"%s\">Náhled "
|
1847 |
"události</a>"
|
1848 |
|
1849 |
+
#: includes/event-organiser-cpt.php:351
|
1850 |
msgid "This event has been broken from a recurring event."
|
1851 |
msgstr "Tato událost byla oddělena od opakující se události."
|
1852 |
|
1853 |
+
#: includes/event-organiser-cpt.php:527
|
1854 |
msgid "Creating events"
|
1855 |
msgstr "Tvorba událostí"
|
1856 |
|
1857 |
+
#: includes/event-organiser-cpt.php:528
|
1858 |
msgid "Creating events:"
|
1859 |
msgstr "Tvorba událostí:"
|
1860 |
|
1861 |
+
#: includes/event-organiser-cpt.php:530
|
1862 |
msgid ""
|
1863 |
"The start date is the date the event starts. If the event is a recurring "
|
1864 |
"event, this is the start date of the first occurrence."
|
1866 |
"Datum začátku je datum, kdy událost začíná. Pokud se jedná o opakující se "
|
1867 |
"událost, je toto začátek prvního výskytu."
|
1868 |
|
1869 |
+
#: includes/event-organiser-cpt.php:531
|
1870 |
msgid ""
|
1871 |
"The end date is the date the event finishes. If the event is a recurring "
|
1872 |
"event, this is the end date of the first occurrence."
|
1874 |
"Datum konce je datum, kdy událost končí. Pokud se jedná o opakující se "
|
1875 |
"událost, je toto konec prvního výskytu."
|
1876 |
|
1877 |
+
#: includes/event-organiser-cpt.php:532
|
1878 |
msgid ""
|
1879 |
"All dates and times must be entered in the specified format. This format can "
|
1880 |
"changed in the settings page."
|
1882 |
"Všechna data a časy musí být vloženy v daném formátu. Tento formát může být "
|
1883 |
"změněn na stránce nastavení."
|
1884 |
|
1885 |
+
#: includes/event-organiser-cpt.php:537
|
1886 |
msgid "Repeating events"
|
1887 |
msgstr "Opakující se události."
|
1888 |
|
1889 |
+
#: includes/event-organiser-cpt.php:538
|
1890 |
msgid ""
|
1891 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1892 |
"dropdown menu to select how the event is to repeat. Further options then "
|
1896 |
"vyskakovací menu opakování pro výběr, jak se bude událost opakovat. Další "
|
1897 |
"možnosti se pak objeví,"
|
1898 |
|
1899 |
+
#: includes/event-organiser-cpt.php:540
|
1900 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1901 |
msgstr "Specifikujte, jak často se má událost opakovat (výchozí - 1)"
|
1902 |
|
1903 |
+
#: includes/event-organiser-cpt.php:541
|
1904 |
msgid ""
|
1905 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1906 |
"date, but an occurrence that starts before may finish after this date."
|
1909 |
"tomto datu přidány, ale výskyty, které před ním začali, mohou dle nastavení "
|
1910 |
"skončit až po něm."
|
1911 |
|
1912 |
+
#: includes/event-organiser-cpt.php:542
|
1913 |
msgid ""
|
1914 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1915 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
1918 |
"Pokud je vybráno měsíční opakování události, vyberte, zda se má událost "
|
1919 |
"opakovat v dané datum (např. 24) nebo v daný den měsíce (např. třetí čtvrtek)"
|
1920 |
|
1921 |
+
#: includes/event-organiser-cpt.php:543
|
1922 |
msgid ""
|
1923 |
"If weekly recurrence is selected, select which days of the week the event "
|
1924 |
"should be repeated. If no days are selected, the day of the start date is "
|
1928 |
"událost opakovat. Pokud nejsou žádné dny vybrány, bude vybrán den, kdy "
|
1929 |
"událost začala."
|
1930 |
|
1931 |
+
#: includes/event-organiser-cpt.php:548 includes/event-organiser-cpt.php:549
|
1932 |
msgid "Selecting a venue"
|
1933 |
msgstr "Vybrání místa"
|
1934 |
|
1935 |
+
#: includes/event-organiser-cpt.php:551
|
1936 |
msgid "Use the venues input field to search for existing venues"
|
1937 |
msgstr "Použijte vstupní pole míst pro vyhledávání existujících míst"
|
1938 |
|
1939 |
+
#: includes/event-organiser-cpt.php:552
|
1940 |
msgid ""
|
1941 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1942 |
"page."
|
1944 |
"Lze vybrat pouze již existující místa. Pro přidání místa jděte na stránku "
|
1945 |
"míst."
|
1946 |
|
1947 |
+
#: includes/event-organiser-cpt.php:562 includes/event-organiser-cpt.php:581
|
1948 |
msgid "Overview"
|
1949 |
msgstr "Přehled"
|
1950 |
|
1951 |
+
#: includes/event-organiser-cpt.php:563
|
1952 |
msgid ""
|
1953 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1954 |
"appear as a single row </strong> in the table and the start and end date "
|
1958 |
"opakující se události se ukazují jako jeden řádek </strong> v tabulce a že "
|
1959 |
"datum začátku a konce odpovídá prvnímu výskytu dané události."
|
1960 |
|
1961 |
+
#: includes/event-organiser-cpt.php:569
|
1962 |
msgid ""
|
1963 |
"Hovering over a row in the venues list will display action links that allow "
|
1964 |
"you to manage that venue. You can perform the following actions:"
|
1966 |
"Přejetí přes řádek v seznamu míst zobrazí seznam akcí, které dovolují "
|
1967 |
"spravovat dané místo. Můžete provést následující akce:"
|
1968 |
|
1969 |
+
#: includes/event-organiser-cpt.php:571
|
1970 |
#, fuzzy
|
1971 |
msgid ""
|
1972 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1975 |
"Editace vás vezme na editační obrazovku pro dané místo. Té můžete také "
|
1976 |
"dosáhnout kliknutím na název místa."
|
1977 |
|
1978 |
+
#: includes/event-organiser-cpt.php:572
|
1979 |
msgid "Delete will permanently remove the venue"
|
1980 |
msgstr "Smazání natrvalo odstraní místo"
|
1981 |
|
1982 |
+
#: includes/event-organiser-cpt.php:573
|
1983 |
msgid "View will take you to the venue's page"
|
1984 |
msgstr "'Zobrazit' vás přenese na stránku místa."
|
1985 |
|
1986 |
+
#: includes/event-organiser-cpt.php:582
|
1987 |
msgid ""
|
1988 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1989 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
1993 |
"události, pokud na ní kliknete. Pokud máte potřebná oprávnění, zobrazí se i "
|
1994 |
"odkaz na editační stránku události."
|
1995 |
|
1996 |
+
#: includes/event-organiser-cpt.php:583
|
1997 |
msgid ""
|
1998 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1999 |
"mode. You can also filter the events by events by category and venue. The "
|
2003 |
"denním zobrazení. Můžete také filtrovat události podle kategorie a místa. "
|
2004 |
"Tlačítko 'jít na datum' umožňuje rychle přejít na speficikované datum."
|
2005 |
|
2006 |
+
#: includes/event-organiser-cpt.php:587
|
2007 |
msgid "Add Event"
|
2008 |
msgstr "Přidat událost"
|
2009 |
|
2010 |
+
#: includes/event-organiser-cpt.php:588
|
2011 |
msgid ""
|
2012 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
2013 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
2022 |
"případě, událost je uložena a by budete přesměrováni na editační stránku "
|
2023 |
"události."
|
2024 |
|
2025 |
+
#: includes/event-organiser-cpt.php:594
|
2026 |
msgid "For more information"
|
2027 |
msgstr "Pro více informací"
|
2028 |
|
2029 |
+
#: includes/event-organiser-cpt.php:595
|
2030 |
#, php-format
|
2031 |
msgid "See the <a %s> documentation</a>"
|
2032 |
msgstr "Zobrazit <a %s> dokumentaci</a>"
|
2033 |
|
2034 |
+
#: includes/event-organiser-cpt.php:596
|
2035 |
msgid "Debugging Event Organiser"
|
2036 |
msgstr "Debug Event Organiseru"
|
2037 |
|
2038 |
+
#: includes/event-organiser-cpt.php:597
|
2039 |
msgid "Go Pro!"
|
2040 |
msgstr "Získat Pro!"
|
2041 |
|
2042 |
+
#: includes/event-organiser-cpt.php:708 includes/event-organiser-cpt.php:731
|
2043 |
msgid "Color"
|
2044 |
msgstr "Barva"
|
2045 |
|
2046 |
+
#: includes/event-organiser-cpt.php:714
|
2047 |
msgid "Assign the category a colour."
|
2048 |
msgstr "Přířadit barvu kategorii."
|
2049 |
|
2233 |
msgid "Help"
|
2234 |
msgstr "Nápověda"
|
2235 |
|
2236 |
+
#: includes/event-organiser-venue-functions.php:995
|
2237 |
msgid "Address"
|
2238 |
msgstr "Adresa"
|
2239 |
|
2240 |
+
#: includes/event-organiser-venue-functions.php:996
|
2241 |
msgid "City"
|
2242 |
msgstr "Město"
|
2243 |
|
2244 |
+
#: includes/event-organiser-venue-functions.php:997
|
2245 |
msgid "State / Province"
|
2246 |
msgstr "Stát / kraj"
|
2247 |
|
2248 |
+
#: includes/event-organiser-venue-functions.php:998
|
2249 |
msgid "Post Code"
|
2250 |
msgstr "PSČ"
|
2251 |
|
2252 |
+
#: includes/event-organiser-venue-functions.php:999
|
2253 |
msgid "Country"
|
2254 |
msgstr "Země"
|
2255 |
|
2344 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2345 |
msgstr "Tato událost byla vložena <a href=\"%3$s\">%2$s</a>."
|
2346 |
|
2347 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
2348 |
+
#. *
|
2349 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
2350 |
+
#. ***************** NOTICE: *****************
|
2351 |
+
#. *
|
2352 |
+
#. * @package Event Organiser (plug-in)
|
2353 |
+
#. * @since 1.0.0
|
2354 |
+
#.
|
2355 |
+
#. Call the template header
|
2356 |
#: templates/taxonomy-event-venue.php:30
|
2357 |
#, php-format
|
2358 |
msgid "Events at: %s"
|
languages/eventorganiser-da_DK.mo
CHANGED
Binary file
|
languages/eventorganiser-da_DK.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: 2017-04-14T23:27:45+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
@@ -124,8 +124,8 @@ msgstr "Viser en liste af begivenheder"
|
|
124 |
|
125 |
#: classes/class-eo-event-list-widget.php:14
|
126 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
127 |
-
#: event-organiser.php:149 includes/event-organiser-cpt.php:
|
128 |
-
#: includes/event-organiser-cpt.php:
|
129 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
130 |
msgid "Events"
|
131 |
msgstr "Begivenheder"
|
@@ -251,7 +251,7 @@ msgid "Event Categories"
|
|
251 |
msgstr "Begivenhedskategorier"
|
252 |
|
253 |
#: classes/class-eo-widget-categories.php:25
|
254 |
-
#: includes/event-organiser-cpt.php:
|
255 |
#: includes/event-organiser-event-functions.php:1563
|
256 |
#: templates/event-meta-event-single.php:62
|
257 |
msgid "Categories"
|
@@ -457,6 +457,21 @@ msgstr ""
|
|
457 |
msgid "Open shortcut help"
|
458 |
msgstr ""
|
459 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
460 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
461 |
#: templates/event-meta-event-single.php:32
|
462 |
msgid "Event Details"
|
@@ -649,7 +664,7 @@ msgid "Show dates"
|
|
649 |
msgstr "Vis datoer"
|
650 |
|
651 |
#: event-organiser-edit.php:274
|
652 |
-
#: includes/event-organiser-venue-functions.php:
|
653 |
msgid "Select a venue"
|
654 |
msgstr "Vælg et sted"
|
655 |
|
@@ -737,7 +752,7 @@ msgstr ""
|
|
737 |
msgid "Go to Event Organiser settings"
|
738 |
msgstr "Gå til Event Orginiser instillinger"
|
739 |
|
740 |
-
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:
|
741 |
msgid "Event"
|
742 |
msgstr "Begivenhed"
|
743 |
|
@@ -900,7 +915,7 @@ msgid "Revisions"
|
|
900 |
msgstr "Ændringer"
|
901 |
|
902 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
903 |
-
#: includes/event-organiser-cpt.php:
|
904 |
msgid "Event Tags"
|
905 |
msgstr "Begivenhedstags"
|
906 |
|
@@ -1251,13 +1266,13 @@ msgstr "Vis link"
|
|
1251 |
msgid "Slug"
|
1252 |
msgstr "Kort titel"
|
1253 |
|
1254 |
-
#: features/bootstrap/FeatureContext.php:
|
1255 |
-
#: features/bootstrap/FeatureContext.php:
|
1256 |
msgid "Main Sidebar"
|
1257 |
msgstr ""
|
1258 |
|
1259 |
-
#: features/bootstrap/FeatureContext.php:
|
1260 |
-
#: features/bootstrap/FeatureContext.php:
|
1261 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1262 |
msgstr ""
|
1263 |
|
@@ -1446,7 +1461,7 @@ msgstr ""
|
|
1446 |
msgid "This event recurs"
|
1447 |
msgstr "Denne begivenhed er tilbagevendende"
|
1448 |
|
1449 |
-
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:
|
1450 |
msgid "Edit Event"
|
1451 |
msgstr "Rediger begivenhed"
|
1452 |
|
@@ -1548,236 +1563,254 @@ msgstr "Stedlokation"
|
|
1548 |
msgid "View all venues"
|
1549 |
msgstr "Vis alle steder"
|
1550 |
|
1551 |
-
#: includes/event-organiser-cpt.php:
|
1552 |
msgctxt "taxonomy singular name"
|
1553 |
msgid "Category"
|
1554 |
msgstr "Kategori"
|
1555 |
|
1556 |
-
#: includes/event-organiser-cpt.php:
|
1557 |
msgid "Search Categories"
|
1558 |
msgstr "Søg kategorier"
|
1559 |
|
1560 |
-
#: includes/event-organiser-cpt.php:
|
1561 |
msgid "All Categories"
|
1562 |
msgstr "Alle kategorier"
|
1563 |
|
1564 |
-
#: includes/event-organiser-cpt.php:
|
1565 |
msgid "Parent Category"
|
1566 |
msgstr "Forælderkategori"
|
1567 |
|
1568 |
-
#: includes/event-organiser-cpt.php:
|
1569 |
msgid "Parent Category:"
|
1570 |
msgstr "Forældre Kategori"
|
1571 |
|
1572 |
-
#: includes/event-organiser-cpt.php:
|
1573 |
msgid "Edit Category"
|
1574 |
msgstr "Rediger kategori"
|
1575 |
|
1576 |
-
#: includes/event-organiser-cpt.php:
|
1577 |
msgid "Update Category"
|
1578 |
msgstr "Opdater kategori"
|
1579 |
|
1580 |
-
#: includes/event-organiser-cpt.php:
|
1581 |
msgid "Add New Category"
|
1582 |
msgstr "Tilføj ny kategori"
|
1583 |
|
1584 |
-
#: includes/event-organiser-cpt.php:
|
1585 |
msgid "New Category Name"
|
1586 |
msgstr "Nyt kategorinavn"
|
1587 |
|
1588 |
-
#: includes/event-organiser-cpt.php:
|
1589 |
msgid "No categories found"
|
1590 |
msgstr "Ingen kategorier fundet"
|
1591 |
|
1592 |
-
#: includes/event-organiser-cpt.php:
|
1593 |
msgid "Event categories list navigation"
|
1594 |
msgstr ""
|
1595 |
|
1596 |
-
#: includes/event-organiser-cpt.php:
|
1597 |
msgid "Event categories list"
|
1598 |
msgstr ""
|
1599 |
|
1600 |
-
#: includes/event-organiser-cpt.php:
|
1601 |
msgid "View all categories"
|
1602 |
msgstr "Vis alle kategorier"
|
1603 |
|
1604 |
-
#: includes/event-organiser-cpt.php:
|
1605 |
msgctxt "taxonomy singular name"
|
1606 |
msgid "Tag"
|
1607 |
msgstr "Tag"
|
1608 |
|
1609 |
-
#: includes/event-organiser-cpt.php:
|
1610 |
msgid "Search Tags"
|
1611 |
msgstr "Søg tags"
|
1612 |
|
1613 |
-
#: includes/event-organiser-cpt.php:
|
1614 |
msgid "All Tags"
|
1615 |
msgstr "Alle tags"
|
1616 |
|
1617 |
-
#: includes/event-organiser-cpt.php:
|
1618 |
msgid "Popular Tags"
|
1619 |
msgstr "Populære tags"
|
1620 |
|
1621 |
-
#: includes/event-organiser-cpt.php:
|
1622 |
msgid "Edit Tag"
|
1623 |
msgstr "Rediger tag"
|
1624 |
|
1625 |
-
#: includes/event-organiser-cpt.php:
|
1626 |
msgid "Update Tag"
|
1627 |
msgstr "Opdater tag"
|
1628 |
|
1629 |
-
#: includes/event-organiser-cpt.php:
|
1630 |
msgid "Add New Tag"
|
1631 |
msgstr "Tilføj nyt tag"
|
1632 |
|
1633 |
-
#: includes/event-organiser-cpt.php:
|
1634 |
msgid "New Tag Name"
|
1635 |
msgstr "Nyt tagnavn"
|
1636 |
|
1637 |
-
#: includes/event-organiser-cpt.php:
|
1638 |
msgid "No tags found"
|
1639 |
msgstr "Ingen tags fundet"
|
1640 |
|
1641 |
-
#: includes/event-organiser-cpt.php:
|
1642 |
msgid "Choose from the most used tags"
|
1643 |
msgstr "Vælg fra de mest brugte tags"
|
1644 |
|
1645 |
-
#: includes/event-organiser-cpt.php:
|
1646 |
#: includes/event-organiser-event-functions.php:1571
|
1647 |
#: templates/event-meta-event-single.php:66
|
1648 |
msgid "Tags"
|
1649 |
msgstr "Tags"
|
1650 |
|
1651 |
-
#: includes/event-organiser-cpt.php:
|
1652 |
msgid "Add or remove tags"
|
1653 |
msgstr "Tilføj eller fjern tags"
|
1654 |
|
1655 |
-
#: includes/event-organiser-cpt.php:
|
1656 |
msgid "Separate tags with commas"
|
1657 |
msgstr "Separer tags med kommaer"
|
1658 |
|
1659 |
-
#: includes/event-organiser-cpt.php:
|
1660 |
msgid "Event tags list navigation"
|
1661 |
msgstr ""
|
1662 |
|
1663 |
-
#: includes/event-organiser-cpt.php:
|
1664 |
msgid "Event tags list"
|
1665 |
msgstr ""
|
1666 |
|
1667 |
-
#: includes/event-organiser-cpt.php:
|
1668 |
msgid "View all tags"
|
1669 |
msgstr "Se alle tags"
|
1670 |
|
1671 |
-
#: includes/event-organiser-cpt.php:
|
1672 |
msgctxt "post"
|
1673 |
msgid "Add New"
|
1674 |
msgstr "Tilføj Ny"
|
1675 |
|
1676 |
-
#: includes/event-organiser-cpt.php:
|
1677 |
msgid "Add New Event"
|
1678 |
msgstr "Tilføj ny begivenhed"
|
1679 |
|
1680 |
-
#: includes/event-organiser-cpt.php:
|
1681 |
msgid "New Event"
|
1682 |
msgstr "Ny begivenhed"
|
1683 |
|
1684 |
-
#: includes/event-organiser-cpt.php:
|
1685 |
#, fuzzy
|
1686 |
msgid "All Events"
|
1687 |
msgstr "Alle begivenheder"
|
1688 |
|
1689 |
-
#: includes/event-organiser-cpt.php:
|
1690 |
msgid "View Event"
|
1691 |
msgstr "Vis begivenhed"
|
1692 |
|
1693 |
-
#: includes/event-organiser-cpt.php:
|
1694 |
msgid "Search events"
|
1695 |
msgstr "Søg begivenheder"
|
1696 |
|
1697 |
-
#: includes/event-organiser-cpt.php:
|
1698 |
msgid "No events found"
|
1699 |
msgstr "Ingen begivenheder fundet"
|
1700 |
|
1701 |
-
#: includes/event-organiser-cpt.php:
|
1702 |
msgid "No events found in Trash"
|
1703 |
msgstr "Ingen begivenheder fundet i papirkurven"
|
1704 |
|
1705 |
-
#: includes/event-organiser-cpt.php:
|
1706 |
msgid "Filter events list"
|
1707 |
msgstr ""
|
1708 |
|
1709 |
-
#: includes/event-organiser-cpt.php:
|
1710 |
msgid "Events list navigation"
|
1711 |
msgstr ""
|
1712 |
|
1713 |
-
#: includes/event-organiser-cpt.php:
|
1714 |
msgid "Events list"
|
1715 |
msgstr ""
|
1716 |
|
1717 |
-
#: includes/event-organiser-cpt.php:
|
1718 |
msgid "Event Archives"
|
1719 |
msgstr ""
|
1720 |
|
1721 |
-
#: includes/event-organiser-cpt.php:
|
1722 |
msgid "Insert into event"
|
1723 |
msgstr ""
|
1724 |
|
1725 |
-
#: includes/event-organiser-cpt.php:
|
1726 |
msgid "Uploaded to this event"
|
1727 |
msgstr ""
|
1728 |
|
1729 |
-
#: includes/event-organiser-cpt.php:
|
1730 |
#, fuzzy, php-format
|
1731 |
msgid "Events at %s"
|
1732 |
msgstr "Begivenheder på: %S"
|
1733 |
|
1734 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1735 |
#: templates/taxonomy-event-category.php:27
|
1736 |
#, php-format
|
1737 |
msgid "Event Category: %s"
|
1738 |
msgstr "Begivenhed Kategori: %s"
|
1739 |
|
1740 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1741 |
#, fuzzy, php-format
|
1742 |
msgid "Event Tag: %s"
|
1743 |
msgstr "Begivenheds Tag"
|
1744 |
|
1745 |
-
#: includes/event-organiser-cpt.php:
|
1746 |
-
#: includes/event-organiser-cpt.php:
|
1747 |
#, fuzzy, php-format
|
1748 |
msgid "Events: %s"
|
1749 |
msgstr "Events;"
|
1750 |
|
1751 |
-
#: includes/event-organiser-cpt.php:
|
1752 |
#, php-format
|
1753 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1754 |
msgstr "Begivenhed opdateret. <a href=\"%s\">Vis begivenhed</a>"
|
1755 |
|
1756 |
-
#: includes/event-organiser-cpt.php:
|
1757 |
msgid "Event updated."
|
1758 |
msgstr "Begivenhed opdateret."
|
1759 |
|
1760 |
-
#: includes/event-organiser-cpt.php:
|
1761 |
#, php-format
|
1762 |
msgid "Event restored to revision from %s"
|
1763 |
msgstr "Begivenhed genskabt til revision fra %s"
|
1764 |
|
1765 |
-
#: includes/event-organiser-cpt.php:
|
1766 |
#, php-format
|
1767 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1768 |
msgstr "Begivenhed udgivet. <a href=\"%s\">Vis begivenhed</a>"
|
1769 |
|
1770 |
-
#: includes/event-organiser-cpt.php:
|
1771 |
msgid "Event saved."
|
1772 |
msgstr "Begivenhed gemt."
|
1773 |
|
1774 |
-
#: includes/event-organiser-cpt.php:
|
1775 |
#, php-format
|
1776 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1777 |
msgstr ""
|
1778 |
"Begivenhed indsendt. <a target=\"_blank\" href=\"%s\">Preview begivenhed</a>"
|
1779 |
|
1780 |
-
#: includes/event-organiser-cpt.php:
|
1781 |
#, php-format
|
1782 |
msgid ""
|
1783 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
@@ -1786,30 +1819,31 @@ msgstr ""
|
|
1786 |
"Begivenhed planlagt til: <strong>%1$s</strong>. <a target=\"_blank\" href="
|
1787 |
"\"%2$s\">Preview begivenhed</a>"
|
1788 |
|
1789 |
-
|
|
|
1790 |
msgid "M j, Y @ G:i"
|
1791 |
msgstr "j. M Y H:i"
|
1792 |
|
1793 |
-
#: includes/event-organiser-cpt.php:
|
1794 |
#, php-format
|
1795 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1796 |
msgstr ""
|
1797 |
"Begivenhedskladde opdateret. <a target=\"_blank\" href=\"%s\">Preview "
|
1798 |
"begivenhed</a>"
|
1799 |
|
1800 |
-
#: includes/event-organiser-cpt.php:
|
1801 |
msgid "This event has been broken from a recurring event."
|
1802 |
msgstr "Dette event er i stykker pga. et gentagende event"
|
1803 |
|
1804 |
-
#: includes/event-organiser-cpt.php:
|
1805 |
msgid "Creating events"
|
1806 |
msgstr "Oprettelse af begivenheder"
|
1807 |
|
1808 |
-
#: includes/event-organiser-cpt.php:
|
1809 |
msgid "Creating events:"
|
1810 |
msgstr "Oprettelse af begivenheder:"
|
1811 |
|
1812 |
-
#: includes/event-organiser-cpt.php:
|
1813 |
msgid ""
|
1814 |
"The start date is the date the event starts. If the event is a recurring "
|
1815 |
"event, this is the start date of the first occurrence."
|
@@ -1817,7 +1851,7 @@ msgstr ""
|
|
1817 |
"Startdatoen er tidspunktet, hvor begivenheden starter. Hvis begivenheden er "
|
1818 |
"tilbagevendende, er dette startdatoen for den første begivenhed i serien."
|
1819 |
|
1820 |
-
#: includes/event-organiser-cpt.php:
|
1821 |
msgid ""
|
1822 |
"The end date is the date the event finishes. If the event is a recurring "
|
1823 |
"event, this is the end date of the first occurrence."
|
@@ -1825,7 +1859,7 @@ msgstr ""
|
|
1825 |
"Slutdatoen er tidspunktet, hvor begivenheden slutter. Hvis begivenheden "
|
1826 |
"gentages, er dette slutdatoen for den første begivenhed i serien."
|
1827 |
|
1828 |
-
#: includes/event-organiser-cpt.php:
|
1829 |
msgid ""
|
1830 |
"All dates and times must be entered in the specified format. This format can "
|
1831 |
"changed in the settings page."
|
@@ -1833,11 +1867,11 @@ msgstr ""
|
|
1833 |
"Alle datoer og tider skal indtastes i det specificerede format. Dette format "
|
1834 |
"kan ændres på indstillingssiden."
|
1835 |
|
1836 |
-
#: includes/event-organiser-cpt.php:
|
1837 |
msgid "Repeating events"
|
1838 |
msgstr "Tilbagevendende begivenheder"
|
1839 |
|
1840 |
-
#: includes/event-organiser-cpt.php:
|
1841 |
msgid ""
|
1842 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1843 |
"dropdown menu to select how the event is to repeat. Further options then "
|
@@ -1846,11 +1880,11 @@ msgstr ""
|
|
1846 |
"Gentag en begivenhed i et givent mønster ved at vælge et i dropdown-menuen "
|
1847 |
"for gentagelser. Flere muligheder vil da vises,"
|
1848 |
|
1849 |
-
#: includes/event-organiser-cpt.php:
|
1850 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1851 |
msgstr "Indstil hvor ofte begivenheden skal gentages (standard er 1)"
|
1852 |
|
1853 |
-
#: includes/event-organiser-cpt.php:
|
1854 |
msgid ""
|
1855 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1856 |
"date, but an occurrence that starts before may finish after this date."
|
@@ -1858,7 +1892,7 @@ msgstr ""
|
|
1858 |
"Vælg gentagelsens slutdato. Ingen gentagelser bliver tilføjet efter denne "
|
1859 |
"dato, men en gentagelse, der starter før, kan slutte efter datoen."
|
1860 |
|
1861 |
-
#: includes/event-organiser-cpt.php:
|
1862 |
msgid ""
|
1863 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1864 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
@@ -1868,7 +1902,7 @@ msgstr ""
|
|
1868 |
"måneden (f.eks. den 24.), eller på dagen i måneden (f.eks. den tredje "
|
1869 |
"torsdag)"
|
1870 |
|
1871 |
-
#: includes/event-organiser-cpt.php:
|
1872 |
msgid ""
|
1873 |
"If weekly recurrence is selected, select which days of the week the event "
|
1874 |
"should be repeated. If no days are selected, the day of the start date is "
|
@@ -1878,15 +1912,15 @@ msgstr ""
|
|
1878 |
"skal gentages på. Hvis ingen dag er valgt, benyttes dagen for startdatoen i "
|
1879 |
"stedet."
|
1880 |
|
1881 |
-
#: includes/event-organiser-cpt.php:
|
1882 |
msgid "Selecting a venue"
|
1883 |
msgstr "Valg af sted"
|
1884 |
|
1885 |
-
#: includes/event-organiser-cpt.php:
|
1886 |
msgid "Use the venues input field to search for existing venues"
|
1887 |
msgstr "Benyt sted-indtastningsfeltet til at søge efter eksisterende steder"
|
1888 |
|
1889 |
-
#: includes/event-organiser-cpt.php:
|
1890 |
msgid ""
|
1891 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1892 |
"page."
|
@@ -1894,11 +1928,11 @@ msgstr ""
|
|
1894 |
"Kun allerede eksisterende steder kan vælges. For at tilføje et sted, gå til "
|
1895 |
"Steder-vinduet."
|
1896 |
|
1897 |
-
#: includes/event-organiser-cpt.php:
|
1898 |
msgid "Overview"
|
1899 |
msgstr "Overblik"
|
1900 |
|
1901 |
-
#: includes/event-organiser-cpt.php:
|
1902 |
msgid ""
|
1903 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1904 |
"appear as a single row </strong> in the table and the start and end date "
|
@@ -1908,7 +1942,7 @@ msgstr ""
|
|
1908 |
"begivenheder vises som en enkelt række </strong> i tabellen, og at start- og "
|
1909 |
"slutdatoen refererer til den første begivenhed."
|
1910 |
|
1911 |
-
#: includes/event-organiser-cpt.php:
|
1912 |
msgid ""
|
1913 |
"Hovering over a row in the venues list will display action links that allow "
|
1914 |
"you to manage that venue. You can perform the following actions:"
|
@@ -1916,7 +1950,7 @@ msgstr ""
|
|
1916 |
"Hvis du holder markøren over en række i listen af steder, kan du se links "
|
1917 |
"til at håndtere dit sted. Du kan udføre følgende handlinger:"
|
1918 |
|
1919 |
-
#: includes/event-organiser-cpt.php:
|
1920 |
msgid ""
|
1921 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1922 |
"screen by clicking on the venue title."
|
@@ -1924,15 +1958,15 @@ msgstr ""
|
|
1924 |
"Rediger tager dig til redigeringsvinduet for stedet. Du kan også komme til "
|
1925 |
"det vindue ved at klikke på stedets titel."
|
1926 |
|
1927 |
-
#: includes/event-organiser-cpt.php:
|
1928 |
msgid "Delete will permanently remove the venue"
|
1929 |
msgstr "Slet vil fjerne stedet permanent"
|
1930 |
|
1931 |
-
#: includes/event-organiser-cpt.php:
|
1932 |
msgid "View will take you to the venue's page"
|
1933 |
msgstr "Vis vil føre dig til stedets side"
|
1934 |
|
1935 |
-
#: includes/event-organiser-cpt.php:
|
1936 |
msgid ""
|
1937 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1938 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
@@ -1943,7 +1977,7 @@ msgstr ""
|
|
1943 |
"påkrævede rettigheder, vil du også få vist et link til begivenhedens "
|
1944 |
"redigeringsvindue."
|
1945 |
|
1946 |
-
#: includes/event-organiser-cpt.php:
|
1947 |
msgid ""
|
1948 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1949 |
"mode. You can also filter the events by events by category and venue. The "
|
@@ -1954,11 +1988,11 @@ msgstr ""
|
|
1954 |
"'gå til dato'-knappen giver dig mulighed for hurtigt at hoppe til en "
|
1955 |
"specifik dato."
|
1956 |
|
1957 |
-
#: includes/event-organiser-cpt.php:
|
1958 |
msgid "Add Event"
|
1959 |
msgstr "Tilføj begivenhed"
|
1960 |
|
1961 |
-
#: includes/event-organiser-cpt.php:
|
1962 |
msgid ""
|
1963 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
1964 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
@@ -1973,28 +2007,28 @@ msgstr ""
|
|
1973 |
"kladde. Uanset hvad vil begivenheden blive oprettet, og du føres til dens "
|
1974 |
"redigeringsvindue."
|
1975 |
|
1976 |
-
#: includes/event-organiser-cpt.php:
|
1977 |
msgid "For more information"
|
1978 |
msgstr "For mere information"
|
1979 |
|
1980 |
-
#: includes/event-organiser-cpt.php:
|
1981 |
#, php-format
|
1982 |
msgid "See the <a %s> documentation</a>"
|
1983 |
msgstr "Læs <a %s> dokumentationen</a>"
|
1984 |
|
1985 |
-
#: includes/event-organiser-cpt.php:
|
1986 |
msgid "Debugging Event Organiser"
|
1987 |
msgstr "Debugging Event Organiser"
|
1988 |
|
1989 |
-
#: includes/event-organiser-cpt.php:
|
1990 |
msgid "Go Pro!"
|
1991 |
msgstr "Go Pro!"
|
1992 |
|
1993 |
-
#: includes/event-organiser-cpt.php:
|
1994 |
msgid "Color"
|
1995 |
msgstr "Farve"
|
1996 |
|
1997 |
-
#: includes/event-organiser-cpt.php:
|
1998 |
msgid "Assign the category a colour."
|
1999 |
msgstr "Tilføj farve til denne kategori"
|
2000 |
|
@@ -2180,23 +2214,23 @@ msgstr ""
|
|
2180 |
msgid "Help"
|
2181 |
msgstr "Hjælp"
|
2182 |
|
2183 |
-
#: includes/event-organiser-venue-functions.php:
|
2184 |
msgid "Address"
|
2185 |
msgstr "Adresse"
|
2186 |
|
2187 |
-
#: includes/event-organiser-venue-functions.php:
|
2188 |
msgid "City"
|
2189 |
msgstr "By"
|
2190 |
|
2191 |
-
#: includes/event-organiser-venue-functions.php:
|
2192 |
msgid "State / Province"
|
2193 |
msgstr "Stat / Provins"
|
2194 |
|
2195 |
-
#: includes/event-organiser-venue-functions.php:
|
2196 |
msgid "Post Code"
|
2197 |
msgstr "Postnummer"
|
2198 |
|
2199 |
-
#: includes/event-organiser-venue-functions.php:
|
2200 |
msgid "Country"
|
2201 |
msgstr "Land"
|
2202 |
|
@@ -2290,6 +2324,15 @@ msgstr ""
|
|
2290 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2291 |
msgstr ""
|
2292 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2293 |
#: templates/taxonomy-event-venue.php:30
|
2294 |
#, php-format
|
2295 |
msgid "Events at: %s"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-03-06 23:13+0000\n"
|
6 |
"PO-Revision-Date: 2017-04-14T23:27:45+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
124 |
|
125 |
#: classes/class-eo-event-list-widget.php:14
|
126 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
127 |
+
#: event-organiser.php:149 includes/event-organiser-cpt.php:226
|
128 |
+
#: includes/event-organiser-cpt.php:238
|
129 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
130 |
msgid "Events"
|
131 |
msgstr "Begivenheder"
|
251 |
msgstr "Begivenhedskategorier"
|
252 |
|
253 |
#: classes/class-eo-widget-categories.php:25
|
254 |
+
#: includes/event-organiser-cpt.php:95 includes/event-organiser-cpt.php:106
|
255 |
#: includes/event-organiser-event-functions.php:1563
|
256 |
#: templates/event-meta-event-single.php:62
|
257 |
msgid "Categories"
|
457 |
msgid "Open shortcut help"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#. //codex.wp-event-organiser.com
|
461 |
+
#. *
|
462 |
+
#. ***************** NOTICE: *****************
|
463 |
+
#. * Do not make changes to this file. Any changes made to this file
|
464 |
+
#. * will be overwritten if the plug-in is updated.
|
465 |
+
#. *
|
466 |
+
#. * To overwrite this template with your own, make a copy of it (with the same name)
|
467 |
+
#. * in your theme directory. See http://docs.wp-event-organiser.com/theme-integration for more information
|
468 |
+
#. *
|
469 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
470 |
+
#. ***************** NOTICE: *****************
|
471 |
+
#. *
|
472 |
+
#. * @package Event Organiser (plug-in)
|
473 |
+
#. * @since 1.7
|
474 |
+
#.
|
475 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
476 |
#: templates/event-meta-event-single.php:32
|
477 |
msgid "Event Details"
|
664 |
msgstr "Vis datoer"
|
665 |
|
666 |
#: event-organiser-edit.php:274
|
667 |
+
#: includes/event-organiser-venue-functions.php:1030
|
668 |
msgid "Select a venue"
|
669 |
msgstr "Vælg et sted"
|
670 |
|
752 |
msgid "Go to Event Organiser settings"
|
753 |
msgstr "Gå til Event Orginiser instillinger"
|
754 |
|
755 |
+
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:227
|
756 |
msgid "Event"
|
757 |
msgstr "Begivenhed"
|
758 |
|
915 |
msgstr "Ændringer"
|
916 |
|
917 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
918 |
+
#: includes/event-organiser-cpt.php:152
|
919 |
msgid "Event Tags"
|
920 |
msgstr "Begivenhedstags"
|
921 |
|
1266 |
msgid "Slug"
|
1267 |
msgstr "Kort titel"
|
1268 |
|
1269 |
+
#: features/bootstrap/FeatureContext.php:459
|
1270 |
+
#: features/bootstrap/FeatureContext.php:627
|
1271 |
msgid "Main Sidebar"
|
1272 |
msgstr ""
|
1273 |
|
1274 |
+
#: features/bootstrap/FeatureContext.php:461
|
1275 |
+
#: features/bootstrap/FeatureContext.php:629
|
1276 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1277 |
msgstr ""
|
1278 |
|
1461 |
msgid "This event recurs"
|
1462 |
msgstr "Denne begivenhed er tilbagevendende"
|
1463 |
|
1464 |
+
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:230
|
1465 |
msgid "Edit Event"
|
1466 |
msgstr "Rediger begivenhed"
|
1467 |
|
1563 |
msgid "View all venues"
|
1564 |
msgstr "Vis alle steder"
|
1565 |
|
1566 |
+
#: includes/event-organiser-cpt.php:96
|
1567 |
msgctxt "taxonomy singular name"
|
1568 |
msgid "Category"
|
1569 |
msgstr "Kategori"
|
1570 |
|
1571 |
+
#: includes/event-organiser-cpt.php:97
|
1572 |
msgid "Search Categories"
|
1573 |
msgstr "Søg kategorier"
|
1574 |
|
1575 |
+
#: includes/event-organiser-cpt.php:98
|
1576 |
msgid "All Categories"
|
1577 |
msgstr "Alle kategorier"
|
1578 |
|
1579 |
+
#: includes/event-organiser-cpt.php:99
|
1580 |
msgid "Parent Category"
|
1581 |
msgstr "Forælderkategori"
|
1582 |
|
1583 |
+
#: includes/event-organiser-cpt.php:100
|
1584 |
msgid "Parent Category:"
|
1585 |
msgstr "Forældre Kategori"
|
1586 |
|
1587 |
+
#: includes/event-organiser-cpt.php:101
|
1588 |
msgid "Edit Category"
|
1589 |
msgstr "Rediger kategori"
|
1590 |
|
1591 |
+
#: includes/event-organiser-cpt.php:102
|
1592 |
msgid "Update Category"
|
1593 |
msgstr "Opdater kategori"
|
1594 |
|
1595 |
+
#: includes/event-organiser-cpt.php:103
|
1596 |
msgid "Add New Category"
|
1597 |
msgstr "Tilføj ny kategori"
|
1598 |
|
1599 |
+
#: includes/event-organiser-cpt.php:104
|
1600 |
msgid "New Category Name"
|
1601 |
msgstr "Nyt kategorinavn"
|
1602 |
|
1603 |
+
#: includes/event-organiser-cpt.php:105
|
1604 |
msgid "No categories found"
|
1605 |
msgstr "Ingen kategorier fundet"
|
1606 |
|
1607 |
+
#: includes/event-organiser-cpt.php:107
|
1608 |
msgid "Event categories list navigation"
|
1609 |
msgstr ""
|
1610 |
|
1611 |
+
#: includes/event-organiser-cpt.php:108
|
1612 |
msgid "Event categories list"
|
1613 |
msgstr ""
|
1614 |
|
1615 |
+
#: includes/event-organiser-cpt.php:110
|
1616 |
msgid "View all categories"
|
1617 |
msgstr "Vis alle kategorier"
|
1618 |
|
1619 |
+
#: includes/event-organiser-cpt.php:153
|
1620 |
msgctxt "taxonomy singular name"
|
1621 |
msgid "Tag"
|
1622 |
msgstr "Tag"
|
1623 |
|
1624 |
+
#: includes/event-organiser-cpt.php:154
|
1625 |
msgid "Search Tags"
|
1626 |
msgstr "Søg tags"
|
1627 |
|
1628 |
+
#: includes/event-organiser-cpt.php:155
|
1629 |
msgid "All Tags"
|
1630 |
msgstr "Alle tags"
|
1631 |
|
1632 |
+
#: includes/event-organiser-cpt.php:156
|
1633 |
msgid "Popular Tags"
|
1634 |
msgstr "Populære tags"
|
1635 |
|
1636 |
+
#: includes/event-organiser-cpt.php:157
|
1637 |
msgid "Edit Tag"
|
1638 |
msgstr "Rediger tag"
|
1639 |
|
1640 |
+
#: includes/event-organiser-cpt.php:158
|
1641 |
msgid "Update Tag"
|
1642 |
msgstr "Opdater tag"
|
1643 |
|
1644 |
+
#: includes/event-organiser-cpt.php:159
|
1645 |
msgid "Add New Tag"
|
1646 |
msgstr "Tilføj nyt tag"
|
1647 |
|
1648 |
+
#: includes/event-organiser-cpt.php:160
|
1649 |
msgid "New Tag Name"
|
1650 |
msgstr "Nyt tagnavn"
|
1651 |
|
1652 |
+
#: includes/event-organiser-cpt.php:161
|
1653 |
msgid "No tags found"
|
1654 |
msgstr "Ingen tags fundet"
|
1655 |
|
1656 |
+
#: includes/event-organiser-cpt.php:162
|
1657 |
msgid "Choose from the most used tags"
|
1658 |
msgstr "Vælg fra de mest brugte tags"
|
1659 |
|
1660 |
+
#: includes/event-organiser-cpt.php:163
|
1661 |
#: includes/event-organiser-event-functions.php:1571
|
1662 |
#: templates/event-meta-event-single.php:66
|
1663 |
msgid "Tags"
|
1664 |
msgstr "Tags"
|
1665 |
|
1666 |
+
#: includes/event-organiser-cpt.php:164
|
1667 |
msgid "Add or remove tags"
|
1668 |
msgstr "Tilføj eller fjern tags"
|
1669 |
|
1670 |
+
#: includes/event-organiser-cpt.php:165
|
1671 |
msgid "Separate tags with commas"
|
1672 |
msgstr "Separer tags med kommaer"
|
1673 |
|
1674 |
+
#: includes/event-organiser-cpt.php:166
|
1675 |
msgid "Event tags list navigation"
|
1676 |
msgstr ""
|
1677 |
|
1678 |
+
#: includes/event-organiser-cpt.php:167
|
1679 |
msgid "Event tags list"
|
1680 |
msgstr ""
|
1681 |
|
1682 |
+
#: includes/event-organiser-cpt.php:169
|
1683 |
msgid "View all tags"
|
1684 |
msgstr "Se alle tags"
|
1685 |
|
1686 |
+
#: includes/event-organiser-cpt.php:228
|
1687 |
msgctxt "post"
|
1688 |
msgid "Add New"
|
1689 |
msgstr "Tilføj Ny"
|
1690 |
|
1691 |
+
#: includes/event-organiser-cpt.php:229
|
1692 |
msgid "Add New Event"
|
1693 |
msgstr "Tilføj ny begivenhed"
|
1694 |
|
1695 |
+
#: includes/event-organiser-cpt.php:231
|
1696 |
msgid "New Event"
|
1697 |
msgstr "Ny begivenhed"
|
1698 |
|
1699 |
+
#: includes/event-organiser-cpt.php:232
|
1700 |
#, fuzzy
|
1701 |
msgid "All Events"
|
1702 |
msgstr "Alle begivenheder"
|
1703 |
|
1704 |
+
#: includes/event-organiser-cpt.php:233
|
1705 |
msgid "View Event"
|
1706 |
msgstr "Vis begivenhed"
|
1707 |
|
1708 |
+
#: includes/event-organiser-cpt.php:234
|
1709 |
msgid "Search events"
|
1710 |
msgstr "Søg begivenheder"
|
1711 |
|
1712 |
+
#: includes/event-organiser-cpt.php:235
|
1713 |
msgid "No events found"
|
1714 |
msgstr "Ingen begivenheder fundet"
|
1715 |
|
1716 |
+
#: includes/event-organiser-cpt.php:236
|
1717 |
msgid "No events found in Trash"
|
1718 |
msgstr "Ingen begivenheder fundet i papirkurven"
|
1719 |
|
1720 |
+
#: includes/event-organiser-cpt.php:239
|
1721 |
msgid "Filter events list"
|
1722 |
msgstr ""
|
1723 |
|
1724 |
+
#: includes/event-organiser-cpt.php:240
|
1725 |
msgid "Events list navigation"
|
1726 |
msgstr ""
|
1727 |
|
1728 |
+
#: includes/event-organiser-cpt.php:241
|
1729 |
msgid "Events list"
|
1730 |
msgstr ""
|
1731 |
|
1732 |
+
#: includes/event-organiser-cpt.php:242
|
1733 |
msgid "Event Archives"
|
1734 |
msgstr ""
|
1735 |
|
1736 |
+
#: includes/event-organiser-cpt.php:243
|
1737 |
msgid "Insert into event"
|
1738 |
msgstr ""
|
1739 |
|
1740 |
+
#: includes/event-organiser-cpt.php:244
|
1741 |
msgid "Uploaded to this event"
|
1742 |
msgstr ""
|
1743 |
|
1744 |
+
#: includes/event-organiser-cpt.php:246
|
1745 |
#, fuzzy, php-format
|
1746 |
msgid "Events at %s"
|
1747 |
msgstr "Begivenheder på: %S"
|
1748 |
|
1749 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1750 |
+
#. *
|
1751 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1752 |
+
#. ***************** NOTICE: *****************
|
1753 |
+
#. *
|
1754 |
+
#. * @package Event Organiser (plug-in)
|
1755 |
+
#. * @since 1.0.0
|
1756 |
+
#.
|
1757 |
+
#. Call the template header
|
1758 |
+
#: includes/event-organiser-cpt.php:247
|
1759 |
#: templates/taxonomy-event-category.php:27
|
1760 |
#, php-format
|
1761 |
msgid "Event Category: %s"
|
1762 |
msgstr "Begivenhed Kategori: %s"
|
1763 |
|
1764 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1765 |
+
#. *
|
1766 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1767 |
+
#. ***************** NOTICE: *****************
|
1768 |
+
#. *
|
1769 |
+
#. * @package Event Organiser (plug-in)
|
1770 |
+
#. * @since 1.2.0
|
1771 |
+
#.
|
1772 |
+
#. Call the template header
|
1773 |
+
#: includes/event-organiser-cpt.php:248 templates/taxonomy-event-tag.php:27
|
1774 |
#, fuzzy, php-format
|
1775 |
msgid "Event Tag: %s"
|
1776 |
msgstr "Begivenheds Tag"
|
1777 |
|
1778 |
+
#: includes/event-organiser-cpt.php:249 includes/event-organiser-cpt.php:250
|
1779 |
+
#: includes/event-organiser-cpt.php:251
|
1780 |
#, fuzzy, php-format
|
1781 |
msgid "Events: %s"
|
1782 |
msgstr "Events;"
|
1783 |
|
1784 |
+
#: includes/event-organiser-cpt.php:332
|
1785 |
#, php-format
|
1786 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1787 |
msgstr "Begivenhed opdateret. <a href=\"%s\">Vis begivenhed</a>"
|
1788 |
|
1789 |
+
#: includes/event-organiser-cpt.php:333
|
1790 |
msgid "Event updated."
|
1791 |
msgstr "Begivenhed opdateret."
|
1792 |
|
1793 |
+
#: includes/event-organiser-cpt.php:335
|
1794 |
#, php-format
|
1795 |
msgid "Event restored to revision from %s"
|
1796 |
msgstr "Begivenhed genskabt til revision fra %s"
|
1797 |
|
1798 |
+
#: includes/event-organiser-cpt.php:336
|
1799 |
#, php-format
|
1800 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1801 |
msgstr "Begivenhed udgivet. <a href=\"%s\">Vis begivenhed</a>"
|
1802 |
|
1803 |
+
#: includes/event-organiser-cpt.php:337
|
1804 |
msgid "Event saved."
|
1805 |
msgstr "Begivenhed gemt."
|
1806 |
|
1807 |
+
#: includes/event-organiser-cpt.php:339
|
1808 |
#, php-format
|
1809 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1810 |
msgstr ""
|
1811 |
"Begivenhed indsendt. <a target=\"_blank\" href=\"%s\">Preview begivenhed</a>"
|
1812 |
|
1813 |
+
#: includes/event-organiser-cpt.php:343
|
1814 |
#, php-format
|
1815 |
msgid ""
|
1816 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1819 |
"Begivenhed planlagt til: <strong>%1$s</strong>. <a target=\"_blank\" href="
|
1820 |
"\"%2$s\">Preview begivenhed</a>"
|
1821 |
|
1822 |
+
#. //php.net/date
|
1823 |
+
#: includes/event-organiser-cpt.php:345
|
1824 |
msgid "M j, Y @ G:i"
|
1825 |
msgstr "j. M Y H:i"
|
1826 |
|
1827 |
+
#: includes/event-organiser-cpt.php:348
|
1828 |
#, php-format
|
1829 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1830 |
msgstr ""
|
1831 |
"Begivenhedskladde opdateret. <a target=\"_blank\" href=\"%s\">Preview "
|
1832 |
"begivenhed</a>"
|
1833 |
|
1834 |
+
#: includes/event-organiser-cpt.php:351
|
1835 |
msgid "This event has been broken from a recurring event."
|
1836 |
msgstr "Dette event er i stykker pga. et gentagende event"
|
1837 |
|
1838 |
+
#: includes/event-organiser-cpt.php:527
|
1839 |
msgid "Creating events"
|
1840 |
msgstr "Oprettelse af begivenheder"
|
1841 |
|
1842 |
+
#: includes/event-organiser-cpt.php:528
|
1843 |
msgid "Creating events:"
|
1844 |
msgstr "Oprettelse af begivenheder:"
|
1845 |
|
1846 |
+
#: includes/event-organiser-cpt.php:530
|
1847 |
msgid ""
|
1848 |
"The start date is the date the event starts. If the event is a recurring "
|
1849 |
"event, this is the start date of the first occurrence."
|
1851 |
"Startdatoen er tidspunktet, hvor begivenheden starter. Hvis begivenheden er "
|
1852 |
"tilbagevendende, er dette startdatoen for den første begivenhed i serien."
|
1853 |
|
1854 |
+
#: includes/event-organiser-cpt.php:531
|
1855 |
msgid ""
|
1856 |
"The end date is the date the event finishes. If the event is a recurring "
|
1857 |
"event, this is the end date of the first occurrence."
|
1859 |
"Slutdatoen er tidspunktet, hvor begivenheden slutter. Hvis begivenheden "
|
1860 |
"gentages, er dette slutdatoen for den første begivenhed i serien."
|
1861 |
|
1862 |
+
#: includes/event-organiser-cpt.php:532
|
1863 |
msgid ""
|
1864 |
"All dates and times must be entered in the specified format. This format can "
|
1865 |
"changed in the settings page."
|
1867 |
"Alle datoer og tider skal indtastes i det specificerede format. Dette format "
|
1868 |
"kan ændres på indstillingssiden."
|
1869 |
|
1870 |
+
#: includes/event-organiser-cpt.php:537
|
1871 |
msgid "Repeating events"
|
1872 |
msgstr "Tilbagevendende begivenheder"
|
1873 |
|
1874 |
+
#: includes/event-organiser-cpt.php:538
|
1875 |
msgid ""
|
1876 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1877 |
"dropdown menu to select how the event is to repeat. Further options then "
|
1880 |
"Gentag en begivenhed i et givent mønster ved at vælge et i dropdown-menuen "
|
1881 |
"for gentagelser. Flere muligheder vil da vises,"
|
1882 |
|
1883 |
+
#: includes/event-organiser-cpt.php:540
|
1884 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1885 |
msgstr "Indstil hvor ofte begivenheden skal gentages (standard er 1)"
|
1886 |
|
1887 |
+
#: includes/event-organiser-cpt.php:541
|
1888 |
msgid ""
|
1889 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1890 |
"date, but an occurrence that starts before may finish after this date."
|
1892 |
"Vælg gentagelsens slutdato. Ingen gentagelser bliver tilføjet efter denne "
|
1893 |
"dato, men en gentagelse, der starter før, kan slutte efter datoen."
|
1894 |
|
1895 |
+
#: includes/event-organiser-cpt.php:542
|
1896 |
msgid ""
|
1897 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1898 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
1902 |
"måneden (f.eks. den 24.), eller på dagen i måneden (f.eks. den tredje "
|
1903 |
"torsdag)"
|
1904 |
|
1905 |
+
#: includes/event-organiser-cpt.php:543
|
1906 |
msgid ""
|
1907 |
"If weekly recurrence is selected, select which days of the week the event "
|
1908 |
"should be repeated. If no days are selected, the day of the start date is "
|
1912 |
"skal gentages på. Hvis ingen dag er valgt, benyttes dagen for startdatoen i "
|
1913 |
"stedet."
|
1914 |
|
1915 |
+
#: includes/event-organiser-cpt.php:548 includes/event-organiser-cpt.php:549
|
1916 |
msgid "Selecting a venue"
|
1917 |
msgstr "Valg af sted"
|
1918 |
|
1919 |
+
#: includes/event-organiser-cpt.php:551
|
1920 |
msgid "Use the venues input field to search for existing venues"
|
1921 |
msgstr "Benyt sted-indtastningsfeltet til at søge efter eksisterende steder"
|
1922 |
|
1923 |
+
#: includes/event-organiser-cpt.php:552
|
1924 |
msgid ""
|
1925 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1926 |
"page."
|
1928 |
"Kun allerede eksisterende steder kan vælges. For at tilføje et sted, gå til "
|
1929 |
"Steder-vinduet."
|
1930 |
|
1931 |
+
#: includes/event-organiser-cpt.php:562 includes/event-organiser-cpt.php:581
|
1932 |
msgid "Overview"
|
1933 |
msgstr "Overblik"
|
1934 |
|
1935 |
+
#: includes/event-organiser-cpt.php:563
|
1936 |
msgid ""
|
1937 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1938 |
"appear as a single row </strong> in the table and the start and end date "
|
1942 |
"begivenheder vises som en enkelt række </strong> i tabellen, og at start- og "
|
1943 |
"slutdatoen refererer til den første begivenhed."
|
1944 |
|
1945 |
+
#: includes/event-organiser-cpt.php:569
|
1946 |
msgid ""
|
1947 |
"Hovering over a row in the venues list will display action links that allow "
|
1948 |
"you to manage that venue. You can perform the following actions:"
|
1950 |
"Hvis du holder markøren over en række i listen af steder, kan du se links "
|
1951 |
"til at håndtere dit sted. Du kan udføre følgende handlinger:"
|
1952 |
|
1953 |
+
#: includes/event-organiser-cpt.php:571
|
1954 |
msgid ""
|
1955 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1956 |
"screen by clicking on the venue title."
|
1958 |
"Rediger tager dig til redigeringsvinduet for stedet. Du kan også komme til "
|
1959 |
"det vindue ved at klikke på stedets titel."
|
1960 |
|
1961 |
+
#: includes/event-organiser-cpt.php:572
|
1962 |
msgid "Delete will permanently remove the venue"
|
1963 |
msgstr "Slet vil fjerne stedet permanent"
|
1964 |
|
1965 |
+
#: includes/event-organiser-cpt.php:573
|
1966 |
msgid "View will take you to the venue's page"
|
1967 |
msgstr "Vis vil føre dig til stedets side"
|
1968 |
|
1969 |
+
#: includes/event-organiser-cpt.php:582
|
1970 |
msgid ""
|
1971 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1972 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
1977 |
"påkrævede rettigheder, vil du også få vist et link til begivenhedens "
|
1978 |
"redigeringsvindue."
|
1979 |
|
1980 |
+
#: includes/event-organiser-cpt.php:583
|
1981 |
msgid ""
|
1982 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1983 |
"mode. You can also filter the events by events by category and venue. The "
|
1988 |
"'gå til dato'-knappen giver dig mulighed for hurtigt at hoppe til en "
|
1989 |
"specifik dato."
|
1990 |
|
1991 |
+
#: includes/event-organiser-cpt.php:587
|
1992 |
msgid "Add Event"
|
1993 |
msgstr "Tilføj begivenhed"
|
1994 |
|
1995 |
+
#: includes/event-organiser-cpt.php:588
|
1996 |
msgid ""
|
1997 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
1998 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
2007 |
"kladde. Uanset hvad vil begivenheden blive oprettet, og du føres til dens "
|
2008 |
"redigeringsvindue."
|
2009 |
|
2010 |
+
#: includes/event-organiser-cpt.php:594
|
2011 |
msgid "For more information"
|
2012 |
msgstr "For mere information"
|
2013 |
|
2014 |
+
#: includes/event-organiser-cpt.php:595
|
2015 |
#, php-format
|
2016 |
msgid "See the <a %s> documentation</a>"
|
2017 |
msgstr "Læs <a %s> dokumentationen</a>"
|
2018 |
|
2019 |
+
#: includes/event-organiser-cpt.php:596
|
2020 |
msgid "Debugging Event Organiser"
|
2021 |
msgstr "Debugging Event Organiser"
|
2022 |
|
2023 |
+
#: includes/event-organiser-cpt.php:597
|
2024 |
msgid "Go Pro!"
|
2025 |
msgstr "Go Pro!"
|
2026 |
|
2027 |
+
#: includes/event-organiser-cpt.php:708 includes/event-organiser-cpt.php:731
|
2028 |
msgid "Color"
|
2029 |
msgstr "Farve"
|
2030 |
|
2031 |
+
#: includes/event-organiser-cpt.php:714
|
2032 |
msgid "Assign the category a colour."
|
2033 |
msgstr "Tilføj farve til denne kategori"
|
2034 |
|
2214 |
msgid "Help"
|
2215 |
msgstr "Hjælp"
|
2216 |
|
2217 |
+
#: includes/event-organiser-venue-functions.php:995
|
2218 |
msgid "Address"
|
2219 |
msgstr "Adresse"
|
2220 |
|
2221 |
+
#: includes/event-organiser-venue-functions.php:996
|
2222 |
msgid "City"
|
2223 |
msgstr "By"
|
2224 |
|
2225 |
+
#: includes/event-organiser-venue-functions.php:997
|
2226 |
msgid "State / Province"
|
2227 |
msgstr "Stat / Provins"
|
2228 |
|
2229 |
+
#: includes/event-organiser-venue-functions.php:998
|
2230 |
msgid "Post Code"
|
2231 |
msgstr "Postnummer"
|
2232 |
|
2233 |
+
#: includes/event-organiser-venue-functions.php:999
|
2234 |
msgid "Country"
|
2235 |
msgstr "Land"
|
2236 |
|
2324 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2325 |
msgstr ""
|
2326 |
|
2327 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
2328 |
+
#. *
|
2329 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
2330 |
+
#. ***************** NOTICE: *****************
|
2331 |
+
#. *
|
2332 |
+
#. * @package Event Organiser (plug-in)
|
2333 |
+
#. * @since 1.0.0
|
2334 |
+
#.
|
2335 |
+
#. Call the template header
|
2336 |
#: templates/taxonomy-event-venue.php:30
|
2337 |
#, php-format
|
2338 |
msgid "Events at: %s"
|
languages/eventorganiser-de_DE.mo
CHANGED
Binary file
|
languages/eventorganiser-de_DE.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: 2017-04-14T23:01:46+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
@@ -125,8 +125,8 @@ msgstr "Zeigt eine Terminliste"
|
|
125 |
|
126 |
#: classes/class-eo-event-list-widget.php:14
|
127 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
128 |
-
#: event-organiser.php:149 includes/event-organiser-cpt.php:
|
129 |
-
#: includes/event-organiser-cpt.php:
|
130 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
131 |
msgid "Events"
|
132 |
msgstr "Termine"
|
@@ -252,7 +252,7 @@ msgid "Event Categories"
|
|
252 |
msgstr "Terminkategorien"
|
253 |
|
254 |
#: classes/class-eo-widget-categories.php:25
|
255 |
-
#: includes/event-organiser-cpt.php:
|
256 |
#: includes/event-organiser-event-functions.php:1563
|
257 |
#: templates/event-meta-event-single.php:62
|
258 |
msgid "Categories"
|
@@ -463,6 +463,21 @@ msgstr "Modal schließen"
|
|
463 |
msgid "Open shortcut help"
|
464 |
msgstr "Öffne Shortcut-Hilfe"
|
465 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
466 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
467 |
#: templates/event-meta-event-single.php:32
|
468 |
msgid "Event Details"
|
@@ -664,7 +679,7 @@ msgid "Show dates"
|
|
664 |
msgstr "Termine anzeigen"
|
665 |
|
666 |
#: event-organiser-edit.php:274
|
667 |
-
#: includes/event-organiser-venue-functions.php:
|
668 |
msgid "Select a venue"
|
669 |
msgstr ""
|
670 |
"Einen \n"
|
@@ -758,7 +773,7 @@ msgstr ""
|
|
758 |
msgid "Go to Event Organiser settings"
|
759 |
msgstr "Gehe zu 'Event Organiser'- Einstellungen"
|
760 |
|
761 |
-
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:
|
762 |
msgid "Event"
|
763 |
msgstr "Termin"
|
764 |
|
@@ -922,7 +937,7 @@ msgid "Revisions"
|
|
922 |
msgstr "Revisionen"
|
923 |
|
924 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
925 |
-
#: includes/event-organiser-cpt.php:
|
926 |
msgid "Event Tags"
|
927 |
msgstr "Terminschlagworte"
|
928 |
|
@@ -1281,13 +1296,13 @@ msgstr "Link erhalten"
|
|
1281 |
msgid "Slug"
|
1282 |
msgstr "Titelform"
|
1283 |
|
1284 |
-
#: features/bootstrap/FeatureContext.php:
|
1285 |
-
#: features/bootstrap/FeatureContext.php:
|
1286 |
msgid "Main Sidebar"
|
1287 |
msgstr "Haupt Sidebar"
|
1288 |
|
1289 |
-
#: features/bootstrap/FeatureContext.php:
|
1290 |
-
#: features/bootstrap/FeatureContext.php:
|
1291 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1292 |
msgstr ""
|
1293 |
"Widgets in diesem Bereich werden in allen Beiträgen und Seiten angezeigt."
|
@@ -1478,7 +1493,7 @@ msgstr "Veranstalter:"
|
|
1478 |
msgid "This event recurs"
|
1479 |
msgstr "Dieser Termin wiederholt sich"
|
1480 |
|
1481 |
-
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:
|
1482 |
msgid "Edit Event"
|
1483 |
msgstr "Termin bearbeiten"
|
1484 |
|
@@ -1580,236 +1595,254 @@ msgstr "Veranstaltungsort-Location"
|
|
1580 |
msgid "View all venues"
|
1581 |
msgstr "Alle Veranstaltungsorte"
|
1582 |
|
1583 |
-
#: includes/event-organiser-cpt.php:
|
1584 |
msgctxt "taxonomy singular name"
|
1585 |
msgid "Category"
|
1586 |
msgstr "Kategorie"
|
1587 |
|
1588 |
-
#: includes/event-organiser-cpt.php:
|
1589 |
msgid "Search Categories"
|
1590 |
msgstr "Terminkategorien durchsuchen"
|
1591 |
|
1592 |
-
#: includes/event-organiser-cpt.php:
|
1593 |
msgid "All Categories"
|
1594 |
msgstr "Alle Terminkategorien"
|
1595 |
|
1596 |
-
#: includes/event-organiser-cpt.php:
|
1597 |
msgid "Parent Category"
|
1598 |
msgstr "Übergeordnete Terminkategorie"
|
1599 |
|
1600 |
-
#: includes/event-organiser-cpt.php:
|
1601 |
msgid "Parent Category:"
|
1602 |
msgstr "Eltern-Kategorie:"
|
1603 |
|
1604 |
-
#: includes/event-organiser-cpt.php:
|
1605 |
msgid "Edit Category"
|
1606 |
msgstr "Terminkategorie bearbeiten"
|
1607 |
|
1608 |
-
#: includes/event-organiser-cpt.php:
|
1609 |
msgid "Update Category"
|
1610 |
msgstr "Terminkategorie aktualisieren"
|
1611 |
|
1612 |
-
#: includes/event-organiser-cpt.php:
|
1613 |
msgid "Add New Category"
|
1614 |
msgstr "Terminkategorie hinzufügen"
|
1615 |
|
1616 |
-
#: includes/event-organiser-cpt.php:
|
1617 |
msgid "New Category Name"
|
1618 |
msgstr "Neuer Terminkategorienname"
|
1619 |
|
1620 |
-
#: includes/event-organiser-cpt.php:
|
1621 |
msgid "No categories found"
|
1622 |
msgstr "Keine Terminkategorien gefunden"
|
1623 |
|
1624 |
-
#: includes/event-organiser-cpt.php:
|
1625 |
msgid "Event categories list navigation"
|
1626 |
msgstr "Termin Kategorien Listennavigation"
|
1627 |
|
1628 |
-
#: includes/event-organiser-cpt.php:
|
1629 |
msgid "Event categories list"
|
1630 |
msgstr "Termin Kategorien Liste"
|
1631 |
|
1632 |
-
#: includes/event-organiser-cpt.php:
|
1633 |
msgid "View all categories"
|
1634 |
msgstr "Alle Terminkategorien"
|
1635 |
|
1636 |
-
#: includes/event-organiser-cpt.php:
|
1637 |
msgctxt "taxonomy singular name"
|
1638 |
msgid "Tag"
|
1639 |
msgstr "Tag"
|
1640 |
|
1641 |
-
#: includes/event-organiser-cpt.php:
|
1642 |
msgid "Search Tags"
|
1643 |
msgstr "Terminschlagworte durchsuchen"
|
1644 |
|
1645 |
-
#: includes/event-organiser-cpt.php:
|
1646 |
msgid "All Tags"
|
1647 |
msgstr "Alle Terminschlagworte"
|
1648 |
|
1649 |
-
#: includes/event-organiser-cpt.php:
|
1650 |
msgid "Popular Tags"
|
1651 |
msgstr "Beliebte Terminschlagworte"
|
1652 |
|
1653 |
-
#: includes/event-organiser-cpt.php:
|
1654 |
msgid "Edit Tag"
|
1655 |
msgstr "Schlagwort bearbeiten"
|
1656 |
|
1657 |
-
#: includes/event-organiser-cpt.php:
|
1658 |
msgid "Update Tag"
|
1659 |
msgstr "Terminschlagwort aktualisieren"
|
1660 |
|
1661 |
-
#: includes/event-organiser-cpt.php:
|
1662 |
msgid "Add New Tag"
|
1663 |
msgstr "Neues Terminschlagwort hinzufügen"
|
1664 |
|
1665 |
-
#: includes/event-organiser-cpt.php:
|
1666 |
msgid "New Tag Name"
|
1667 |
msgstr "Neuer Terminschlagwortname"
|
1668 |
|
1669 |
-
#: includes/event-organiser-cpt.php:
|
1670 |
msgid "No tags found"
|
1671 |
msgstr "Keine Terminschlagworte gefunden"
|
1672 |
|
1673 |
-
#: includes/event-organiser-cpt.php:
|
1674 |
msgid "Choose from the most used tags"
|
1675 |
msgstr "Aus den meist verwendeten Terminschlagworten auswählen"
|
1676 |
|
1677 |
-
#: includes/event-organiser-cpt.php:
|
1678 |
#: includes/event-organiser-event-functions.php:1571
|
1679 |
#: templates/event-meta-event-single.php:66
|
1680 |
msgid "Tags"
|
1681 |
msgstr "Terminschlagworte"
|
1682 |
|
1683 |
-
#: includes/event-organiser-cpt.php:
|
1684 |
msgid "Add or remove tags"
|
1685 |
msgstr "Terminschlagwort hinzufügen oder entfernen"
|
1686 |
|
1687 |
-
#: includes/event-organiser-cpt.php:
|
1688 |
msgid "Separate tags with commas"
|
1689 |
msgstr "Terminschlagworte mit Kommata trennen"
|
1690 |
|
1691 |
-
#: includes/event-organiser-cpt.php:
|
1692 |
msgid "Event tags list navigation"
|
1693 |
msgstr "Termin Tags Listennavigation"
|
1694 |
|
1695 |
-
#: includes/event-organiser-cpt.php:
|
1696 |
msgid "Event tags list"
|
1697 |
msgstr "Termin Tags Liste"
|
1698 |
|
1699 |
-
#: includes/event-organiser-cpt.php:
|
1700 |
msgid "View all tags"
|
1701 |
msgstr "Alle Schlagworte ansehen"
|
1702 |
|
1703 |
-
#: includes/event-organiser-cpt.php:
|
1704 |
msgctxt "post"
|
1705 |
msgid "Add New"
|
1706 |
msgstr "Neuer Termin"
|
1707 |
|
1708 |
-
#: includes/event-organiser-cpt.php:
|
1709 |
msgid "Add New Event"
|
1710 |
msgstr "Termin hinzufügen"
|
1711 |
|
1712 |
-
#: includes/event-organiser-cpt.php:
|
1713 |
msgid "New Event"
|
1714 |
msgstr "Neuer Termin "
|
1715 |
|
1716 |
-
#: includes/event-organiser-cpt.php:
|
1717 |
#, fuzzy
|
1718 |
msgid "All Events"
|
1719 |
msgstr "Alle Termine"
|
1720 |
|
1721 |
-
#: includes/event-organiser-cpt.php:
|
1722 |
msgid "View Event"
|
1723 |
msgstr "Termine anzeigen"
|
1724 |
|
1725 |
-
#: includes/event-organiser-cpt.php:
|
1726 |
msgid "Search events"
|
1727 |
msgstr "Termine suchen"
|
1728 |
|
1729 |
-
#: includes/event-organiser-cpt.php:
|
1730 |
msgid "No events found"
|
1731 |
msgstr "Keine Termine gefunden"
|
1732 |
|
1733 |
-
#: includes/event-organiser-cpt.php:
|
1734 |
msgid "No events found in Trash"
|
1735 |
msgstr "Keine Termine im Papierkorb gefunden"
|
1736 |
|
1737 |
-
#: includes/event-organiser-cpt.php:
|
1738 |
msgid "Filter events list"
|
1739 |
msgstr "Filter Terminliste"
|
1740 |
|
1741 |
-
#: includes/event-organiser-cpt.php:
|
1742 |
msgid "Events list navigation"
|
1743 |
msgstr "Termine Listennavigation"
|
1744 |
|
1745 |
-
#: includes/event-organiser-cpt.php:
|
1746 |
msgid "Events list"
|
1747 |
msgstr "Termine Liste"
|
1748 |
|
1749 |
-
#: includes/event-organiser-cpt.php:
|
1750 |
msgid "Event Archives"
|
1751 |
msgstr "Termin Archiv"
|
1752 |
|
1753 |
-
#: includes/event-organiser-cpt.php:
|
1754 |
msgid "Insert into event"
|
1755 |
msgstr "Zu Termin hinzufügen"
|
1756 |
|
1757 |
-
#: includes/event-organiser-cpt.php:
|
1758 |
msgid "Uploaded to this event"
|
1759 |
msgstr "Hochladen und diesem Termin hinzufügen"
|
1760 |
|
1761 |
-
#: includes/event-organiser-cpt.php:
|
1762 |
#, php-format
|
1763 |
msgid "Events at %s"
|
1764 |
msgstr "Termin am %s"
|
1765 |
|
1766 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1767 |
#: templates/taxonomy-event-category.php:27
|
1768 |
#, php-format
|
1769 |
msgid "Event Category: %s"
|
1770 |
msgstr "Termin Kategorie: %s"
|
1771 |
|
1772 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1773 |
#, php-format
|
1774 |
msgid "Event Tag: %s"
|
1775 |
msgstr "Termin Tag: %s"
|
1776 |
|
1777 |
-
#: includes/event-organiser-cpt.php:
|
1778 |
-
#: includes/event-organiser-cpt.php:
|
1779 |
#, fuzzy, php-format
|
1780 |
msgid "Events: %s"
|
1781 |
msgstr "Termine:"
|
1782 |
|
1783 |
-
#: includes/event-organiser-cpt.php:
|
1784 |
#, php-format
|
1785 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1786 |
msgstr "Termin aktualisiert. <a href=\"%s\">Termin zeigen</a>"
|
1787 |
|
1788 |
-
#: includes/event-organiser-cpt.php:
|
1789 |
msgid "Event updated."
|
1790 |
msgstr "Termin aktualisiert."
|
1791 |
|
1792 |
-
#: includes/event-organiser-cpt.php:
|
1793 |
#, php-format
|
1794 |
msgid "Event restored to revision from %s"
|
1795 |
msgstr "Termin wiederhergestellt zu Revision aus %s"
|
1796 |
|
1797 |
-
#: includes/event-organiser-cpt.php:
|
1798 |
#, php-format
|
1799 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1800 |
msgstr "Termin veröffentlicht. <a href=\"%s\">Termin anzeigen</a>"
|
1801 |
|
1802 |
-
#: includes/event-organiser-cpt.php:
|
1803 |
msgid "Event saved."
|
1804 |
msgstr "Termin gespeichert."
|
1805 |
|
1806 |
-
#: includes/event-organiser-cpt.php:
|
1807 |
#, php-format
|
1808 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1809 |
msgstr ""
|
1810 |
"Termin abgesendet. <a target=\"_blank\" href=\"%s\">Termin-Vorschau</a>"
|
1811 |
|
1812 |
-
#: includes/event-organiser-cpt.php:
|
1813 |
#, php-format
|
1814 |
msgid ""
|
1815 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
@@ -1818,30 +1851,31 @@ msgstr ""
|
|
1818 |
"Termin geplant für: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1819 |
"\">Termin-Vorschau</a>"
|
1820 |
|
1821 |
-
|
|
|
1822 |
msgid "M j, Y @ G:i"
|
1823 |
msgstr "M j, Y @ G:i"
|
1824 |
|
1825 |
-
#: includes/event-organiser-cpt.php:
|
1826 |
#, php-format
|
1827 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1828 |
msgstr ""
|
1829 |
"Termin-Entwurf aktualisiert. <a target=\"_blank\" href=\"%s\">Event "
|
1830 |
"Vorschau</a>"
|
1831 |
|
1832 |
-
#: includes/event-organiser-cpt.php:
|
1833 |
msgid "This event has been broken from a recurring event."
|
1834 |
msgstr "Dieser Termin wurde durch einen wiederkehrenden Termin zerstört."
|
1835 |
|
1836 |
-
#: includes/event-organiser-cpt.php:
|
1837 |
msgid "Creating events"
|
1838 |
msgstr "Termine erstellen"
|
1839 |
|
1840 |
-
#: includes/event-organiser-cpt.php:
|
1841 |
msgid "Creating events:"
|
1842 |
msgstr "Termine erstellen:"
|
1843 |
|
1844 |
-
#: includes/event-organiser-cpt.php:
|
1845 |
msgid ""
|
1846 |
"The start date is the date the event starts. If the event is a recurring "
|
1847 |
"event, this is the start date of the first occurrence."
|
@@ -1849,7 +1883,7 @@ msgstr ""
|
|
1849 |
"Das Startdatum ist das Datum an dem der Termin beginnt. Wenn der Termin "
|
1850 |
"wiederkehrend ist, ist es das Startdatum des ersten Terminereignisses."
|
1851 |
|
1852 |
-
#: includes/event-organiser-cpt.php:
|
1853 |
msgid ""
|
1854 |
"The end date is the date the event finishes. If the event is a recurring "
|
1855 |
"event, this is the end date of the first occurrence."
|
@@ -1857,7 +1891,7 @@ msgstr ""
|
|
1857 |
"Das Enddatum ist das Datum, an dem der Termin endet. Wenn der Termin "
|
1858 |
"wiederkehrend ist, ist es das Enddatum des ersten Terminereignisses."
|
1859 |
|
1860 |
-
#: includes/event-organiser-cpt.php:
|
1861 |
msgid ""
|
1862 |
"All dates and times must be entered in the specified format. This format can "
|
1863 |
"changed in the settings page."
|
@@ -1865,11 +1899,11 @@ msgstr ""
|
|
1865 |
"Alle Daten und Zeiten müssen in einem bestimmten Format eingegeben werden. "
|
1866 |
"Dieses Format kann unter \"Einstellungen\" geändert werden."
|
1867 |
|
1868 |
-
#: includes/event-organiser-cpt.php:
|
1869 |
msgid "Repeating events"
|
1870 |
msgstr "Wiederkehrende Termine"
|
1871 |
|
1872 |
-
#: includes/event-organiser-cpt.php:
|
1873 |
msgid ""
|
1874 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1875 |
"dropdown menu to select how the event is to repeat. Further options then "
|
@@ -1879,11 +1913,11 @@ msgstr ""
|
|
1879 |
"möchten, verwenden Sie das Dropdown-Menü \"Wiederholung\". Weitere Optionen "
|
1880 |
"erscheinen dann."
|
1881 |
|
1882 |
-
#: includes/event-organiser-cpt.php:
|
1883 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1884 |
msgstr "Gibt an, wie oft ein Termin wiederholt werden soll (Standard 1)"
|
1885 |
|
1886 |
-
#: includes/event-organiser-cpt.php:
|
1887 |
msgid ""
|
1888 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1889 |
"date, but an occurrence that starts before may finish after this date."
|
@@ -1892,7 +1926,7 @@ msgstr ""
|
|
1892 |
"Wiederholungen nach diesem Datum hinzugefügt, aber eine Wiederholung, die "
|
1893 |
"vorher startet, kann nach diesem Zeitpunkt enden."
|
1894 |
|
1895 |
-
#: includes/event-organiser-cpt.php:
|
1896 |
msgid ""
|
1897 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1898 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
@@ -1902,7 +1936,7 @@ msgstr ""
|
|
1902 |
"Datum des Monats (z.B. am 24.) oder am Tag des Monats zu wiederholen ist (z. "
|
1903 |
"B. am dritten Dienstag)."
|
1904 |
|
1905 |
-
#: includes/event-organiser-cpt.php:
|
1906 |
msgid ""
|
1907 |
"If weekly recurrence is selected, select which days of the week the event "
|
1908 |
"should be repeated. If no days are selected, the day of the start date is "
|
@@ -1912,17 +1946,17 @@ msgstr ""
|
|
1912 |
"Woche wiederholt werden. Wenn keine Tage ausgewählt sind, wird der Tag des "
|
1913 |
"Startdatums verwendet."
|
1914 |
|
1915 |
-
#: includes/event-organiser-cpt.php:
|
1916 |
msgid "Selecting a venue"
|
1917 |
msgstr "Veranstaltungsort auswählen"
|
1918 |
|
1919 |
-
#: includes/event-organiser-cpt.php:
|
1920 |
msgid "Use the venues input field to search for existing venues"
|
1921 |
msgstr ""
|
1922 |
"Benutzen Sie das Eingabefeld für Unterrichtsorte um nach vorhandenen "
|
1923 |
"Unterrichtsorten zu suchen"
|
1924 |
|
1925 |
-
#: includes/event-organiser-cpt.php:
|
1926 |
msgid ""
|
1927 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1928 |
"page."
|
@@ -1930,11 +1964,11 @@ msgstr ""
|
|
1930 |
"Nur bereits bestehende Unterrichtsorte können ausgewählt werden. Um einen "
|
1931 |
"Ort hinzuzufügen, gehen Sie zur Seite \"Unterrichtsorte\"."
|
1932 |
|
1933 |
-
#: includes/event-organiser-cpt.php:
|
1934 |
msgid "Overview"
|
1935 |
msgstr "Übersicht"
|
1936 |
|
1937 |
-
#: includes/event-organiser-cpt.php:
|
1938 |
msgid ""
|
1939 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1940 |
"appear as a single row </strong> in the table and the start and end date "
|
@@ -1944,7 +1978,7 @@ msgstr ""
|
|
1944 |
"Termine</strong> in der Tabelle einzeilig angezeigt werden und sich das "
|
1945 |
"Start- und Enddatum auf das erste Terminereignis beziehen."
|
1946 |
|
1947 |
-
#: includes/event-organiser-cpt.php:
|
1948 |
msgid ""
|
1949 |
"Hovering over a row in the venues list will display action links that allow "
|
1950 |
"you to manage that venue. You can perform the following actions:"
|
@@ -1953,7 +1987,7 @@ msgstr ""
|
|
1953 |
"denen Sie die Veranstaltungsorte verwalten können. Sie können folgende "
|
1954 |
"Aktionen durchführen:"
|
1955 |
|
1956 |
-
#: includes/event-organiser-cpt.php:
|
1957 |
msgid ""
|
1958 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1959 |
"screen by clicking on the venue title."
|
@@ -1961,15 +1995,15 @@ msgstr ""
|
|
1961 |
"Um den Veranstaltungsort zu bearbeiten, klicken sie 'Bearbeiten' oder den "
|
1962 |
"Titel des Ortes."
|
1963 |
|
1964 |
-
#: includes/event-organiser-cpt.php:
|
1965 |
msgid "Delete will permanently remove the venue"
|
1966 |
msgstr "'Löschen' wird diesen Veranstaltungsort dauerhaft entfernen."
|
1967 |
|
1968 |
-
#: includes/event-organiser-cpt.php:
|
1969 |
msgid "View will take you to the venue's page"
|
1970 |
msgstr "'Ansehen' bringt Sie zur Seite des Veranstaltungsortes."
|
1971 |
|
1972 |
-
#: includes/event-organiser-cpt.php:
|
1973 |
msgid ""
|
1974 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1975 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
@@ -1980,7 +2014,7 @@ msgstr ""
|
|
1980 |
"erforderlichen Berechtigungen haben, sehen Sie einen Link zum Bearbeiten des "
|
1981 |
"Termins."
|
1982 |
|
1983 |
-
#: includes/event-organiser-cpt.php:
|
1984 |
msgid ""
|
1985 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1986 |
"mode. You can also filter the events by events by category and venue. The "
|
@@ -1991,11 +2025,11 @@ msgstr ""
|
|
1991 |
"Terminkategorie und Veranstaltungsort filtern. Über die Schaltfläche 'Gehe "
|
1992 |
"zu Datum' können Sie schnell zu einem bestimmten Datum springen."
|
1993 |
|
1994 |
-
#: includes/event-organiser-cpt.php:
|
1995 |
msgid "Add Event"
|
1996 |
msgstr "Termin hinzufügen"
|
1997 |
|
1998 |
-
#: includes/event-organiser-cpt.php:
|
1999 |
msgid ""
|
2000 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
2001 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
@@ -2011,28 +2045,28 @@ msgstr ""
|
|
2011 |
"werden. In jedem Fall wird der Termin erstellt, und Sie werden auf die "
|
2012 |
"Bearbeiten-Seite weitergeleitet."
|
2013 |
|
2014 |
-
#: includes/event-organiser-cpt.php:
|
2015 |
msgid "For more information"
|
2016 |
msgstr "Für weitere Informationen"
|
2017 |
|
2018 |
-
#: includes/event-organiser-cpt.php:
|
2019 |
#, php-format
|
2020 |
msgid "See the <a %s> documentation</a>"
|
2021 |
msgstr "In der <a %s> Dokumentation</a> nachsehen"
|
2022 |
|
2023 |
-
#: includes/event-organiser-cpt.php:
|
2024 |
msgid "Debugging Event Organiser"
|
2025 |
msgstr "Debugge 'Event Organiser'"
|
2026 |
|
2027 |
-
#: includes/event-organiser-cpt.php:
|
2028 |
msgid "Go Pro!"
|
2029 |
msgstr "Jetzt Pro-Version!"
|
2030 |
|
2031 |
-
#: includes/event-organiser-cpt.php:
|
2032 |
msgid "Color"
|
2033 |
msgstr "Farbe"
|
2034 |
|
2035 |
-
#: includes/event-organiser-cpt.php:
|
2036 |
msgid "Assign the category a colour."
|
2037 |
msgstr "Der Unterrichtskategorie eine Farbe zuweisen."
|
2038 |
|
@@ -2224,23 +2258,23 @@ msgstr ""
|
|
2224 |
msgid "Help"
|
2225 |
msgstr "Hilfe"
|
2226 |
|
2227 |
-
#: includes/event-organiser-venue-functions.php:
|
2228 |
msgid "Address"
|
2229 |
msgstr "Straße und Hausnummer"
|
2230 |
|
2231 |
-
#: includes/event-organiser-venue-functions.php:
|
2232 |
msgid "City"
|
2233 |
msgstr "Stadt"
|
2234 |
|
2235 |
-
#: includes/event-organiser-venue-functions.php:
|
2236 |
msgid "State / Province"
|
2237 |
msgstr "Bundesland"
|
2238 |
|
2239 |
-
#: includes/event-organiser-venue-functions.php:
|
2240 |
msgid "Post Code"
|
2241 |
msgstr "PLZ"
|
2242 |
|
2243 |
-
#: includes/event-organiser-venue-functions.php:
|
2244 |
msgid "Country"
|
2245 |
msgstr "Land"
|
2246 |
|
@@ -2339,6 +2373,15 @@ msgstr ""
|
|
2339 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2340 |
msgstr ""
|
2341 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2342 |
#: templates/taxonomy-event-venue.php:30
|
2343 |
#, php-format
|
2344 |
msgid "Events at: %s"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-03-06 23:13+0000\n"
|
6 |
"PO-Revision-Date: 2017-04-14T23:01:46+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
125 |
|
126 |
#: classes/class-eo-event-list-widget.php:14
|
127 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
128 |
+
#: event-organiser.php:149 includes/event-organiser-cpt.php:226
|
129 |
+
#: includes/event-organiser-cpt.php:238
|
130 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
131 |
msgid "Events"
|
132 |
msgstr "Termine"
|
252 |
msgstr "Terminkategorien"
|
253 |
|
254 |
#: classes/class-eo-widget-categories.php:25
|
255 |
+
#: includes/event-organiser-cpt.php:95 includes/event-organiser-cpt.php:106
|
256 |
#: includes/event-organiser-event-functions.php:1563
|
257 |
#: templates/event-meta-event-single.php:62
|
258 |
msgid "Categories"
|
463 |
msgid "Open shortcut help"
|
464 |
msgstr "Öffne Shortcut-Hilfe"
|
465 |
|
466 |
+
#. //codex.wp-event-organiser.com
|
467 |
+
#. *
|
468 |
+
#. ***************** NOTICE: *****************
|
469 |
+
#. * Do not make changes to this file. Any changes made to this file
|
470 |
+
#. * will be overwritten if the plug-in is updated.
|
471 |
+
#. *
|
472 |
+
#. * To overwrite this template with your own, make a copy of it (with the same name)
|
473 |
+
#. * in your theme directory. See http://docs.wp-event-organiser.com/theme-integration for more information
|
474 |
+
#. *
|
475 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
476 |
+
#. ***************** NOTICE: *****************
|
477 |
+
#. *
|
478 |
+
#. * @package Event Organiser (plug-in)
|
479 |
+
#. * @since 1.7
|
480 |
+
#.
|
481 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
482 |
#: templates/event-meta-event-single.php:32
|
483 |
msgid "Event Details"
|
679 |
msgstr "Termine anzeigen"
|
680 |
|
681 |
#: event-organiser-edit.php:274
|
682 |
+
#: includes/event-organiser-venue-functions.php:1030
|
683 |
msgid "Select a venue"
|
684 |
msgstr ""
|
685 |
"Einen \n"
|
773 |
msgid "Go to Event Organiser settings"
|
774 |
msgstr "Gehe zu 'Event Organiser'- Einstellungen"
|
775 |
|
776 |
+
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:227
|
777 |
msgid "Event"
|
778 |
msgstr "Termin"
|
779 |
|
937 |
msgstr "Revisionen"
|
938 |
|
939 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
940 |
+
#: includes/event-organiser-cpt.php:152
|
941 |
msgid "Event Tags"
|
942 |
msgstr "Terminschlagworte"
|
943 |
|
1296 |
msgid "Slug"
|
1297 |
msgstr "Titelform"
|
1298 |
|
1299 |
+
#: features/bootstrap/FeatureContext.php:459
|
1300 |
+
#: features/bootstrap/FeatureContext.php:627
|
1301 |
msgid "Main Sidebar"
|
1302 |
msgstr "Haupt Sidebar"
|
1303 |
|
1304 |
+
#: features/bootstrap/FeatureContext.php:461
|
1305 |
+
#: features/bootstrap/FeatureContext.php:629
|
1306 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1307 |
msgstr ""
|
1308 |
"Widgets in diesem Bereich werden in allen Beiträgen und Seiten angezeigt."
|
1493 |
msgid "This event recurs"
|
1494 |
msgstr "Dieser Termin wiederholt sich"
|
1495 |
|
1496 |
+
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:230
|
1497 |
msgid "Edit Event"
|
1498 |
msgstr "Termin bearbeiten"
|
1499 |
|
1595 |
msgid "View all venues"
|
1596 |
msgstr "Alle Veranstaltungsorte"
|
1597 |
|
1598 |
+
#: includes/event-organiser-cpt.php:96
|
1599 |
msgctxt "taxonomy singular name"
|
1600 |
msgid "Category"
|
1601 |
msgstr "Kategorie"
|
1602 |
|
1603 |
+
#: includes/event-organiser-cpt.php:97
|
1604 |
msgid "Search Categories"
|
1605 |
msgstr "Terminkategorien durchsuchen"
|
1606 |
|
1607 |
+
#: includes/event-organiser-cpt.php:98
|
1608 |
msgid "All Categories"
|
1609 |
msgstr "Alle Terminkategorien"
|
1610 |
|
1611 |
+
#: includes/event-organiser-cpt.php:99
|
1612 |
msgid "Parent Category"
|
1613 |
msgstr "Übergeordnete Terminkategorie"
|
1614 |
|
1615 |
+
#: includes/event-organiser-cpt.php:100
|
1616 |
msgid "Parent Category:"
|
1617 |
msgstr "Eltern-Kategorie:"
|
1618 |
|
1619 |
+
#: includes/event-organiser-cpt.php:101
|
1620 |
msgid "Edit Category"
|
1621 |
msgstr "Terminkategorie bearbeiten"
|
1622 |
|
1623 |
+
#: includes/event-organiser-cpt.php:102
|
1624 |
msgid "Update Category"
|
1625 |
msgstr "Terminkategorie aktualisieren"
|
1626 |
|
1627 |
+
#: includes/event-organiser-cpt.php:103
|
1628 |
msgid "Add New Category"
|
1629 |
msgstr "Terminkategorie hinzufügen"
|
1630 |
|
1631 |
+
#: includes/event-organiser-cpt.php:104
|
1632 |
msgid "New Category Name"
|
1633 |
msgstr "Neuer Terminkategorienname"
|
1634 |
|
1635 |
+
#: includes/event-organiser-cpt.php:105
|
1636 |
msgid "No categories found"
|
1637 |
msgstr "Keine Terminkategorien gefunden"
|
1638 |
|
1639 |
+
#: includes/event-organiser-cpt.php:107
|
1640 |
msgid "Event categories list navigation"
|
1641 |
msgstr "Termin Kategorien Listennavigation"
|
1642 |
|
1643 |
+
#: includes/event-organiser-cpt.php:108
|
1644 |
msgid "Event categories list"
|
1645 |
msgstr "Termin Kategorien Liste"
|
1646 |
|
1647 |
+
#: includes/event-organiser-cpt.php:110
|
1648 |
msgid "View all categories"
|
1649 |
msgstr "Alle Terminkategorien"
|
1650 |
|
1651 |
+
#: includes/event-organiser-cpt.php:153
|
1652 |
msgctxt "taxonomy singular name"
|
1653 |
msgid "Tag"
|
1654 |
msgstr "Tag"
|
1655 |
|
1656 |
+
#: includes/event-organiser-cpt.php:154
|
1657 |
msgid "Search Tags"
|
1658 |
msgstr "Terminschlagworte durchsuchen"
|
1659 |
|
1660 |
+
#: includes/event-organiser-cpt.php:155
|
1661 |
msgid "All Tags"
|
1662 |
msgstr "Alle Terminschlagworte"
|
1663 |
|
1664 |
+
#: includes/event-organiser-cpt.php:156
|
1665 |
msgid "Popular Tags"
|
1666 |
msgstr "Beliebte Terminschlagworte"
|
1667 |
|
1668 |
+
#: includes/event-organiser-cpt.php:157
|
1669 |
msgid "Edit Tag"
|
1670 |
msgstr "Schlagwort bearbeiten"
|
1671 |
|
1672 |
+
#: includes/event-organiser-cpt.php:158
|
1673 |
msgid "Update Tag"
|
1674 |
msgstr "Terminschlagwort aktualisieren"
|
1675 |
|
1676 |
+
#: includes/event-organiser-cpt.php:159
|
1677 |
msgid "Add New Tag"
|
1678 |
msgstr "Neues Terminschlagwort hinzufügen"
|
1679 |
|
1680 |
+
#: includes/event-organiser-cpt.php:160
|
1681 |
msgid "New Tag Name"
|
1682 |
msgstr "Neuer Terminschlagwortname"
|
1683 |
|
1684 |
+
#: includes/event-organiser-cpt.php:161
|
1685 |
msgid "No tags found"
|
1686 |
msgstr "Keine Terminschlagworte gefunden"
|
1687 |
|
1688 |
+
#: includes/event-organiser-cpt.php:162
|
1689 |
msgid "Choose from the most used tags"
|
1690 |
msgstr "Aus den meist verwendeten Terminschlagworten auswählen"
|
1691 |
|
1692 |
+
#: includes/event-organiser-cpt.php:163
|
1693 |
#: includes/event-organiser-event-functions.php:1571
|
1694 |
#: templates/event-meta-event-single.php:66
|
1695 |
msgid "Tags"
|
1696 |
msgstr "Terminschlagworte"
|
1697 |
|
1698 |
+
#: includes/event-organiser-cpt.php:164
|
1699 |
msgid "Add or remove tags"
|
1700 |
msgstr "Terminschlagwort hinzufügen oder entfernen"
|
1701 |
|
1702 |
+
#: includes/event-organiser-cpt.php:165
|
1703 |
msgid "Separate tags with commas"
|
1704 |
msgstr "Terminschlagworte mit Kommata trennen"
|
1705 |
|
1706 |
+
#: includes/event-organiser-cpt.php:166
|
1707 |
msgid "Event tags list navigation"
|
1708 |
msgstr "Termin Tags Listennavigation"
|
1709 |
|
1710 |
+
#: includes/event-organiser-cpt.php:167
|
1711 |
msgid "Event tags list"
|
1712 |
msgstr "Termin Tags Liste"
|
1713 |
|
1714 |
+
#: includes/event-organiser-cpt.php:169
|
1715 |
msgid "View all tags"
|
1716 |
msgstr "Alle Schlagworte ansehen"
|
1717 |
|
1718 |
+
#: includes/event-organiser-cpt.php:228
|
1719 |
msgctxt "post"
|
1720 |
msgid "Add New"
|
1721 |
msgstr "Neuer Termin"
|
1722 |
|
1723 |
+
#: includes/event-organiser-cpt.php:229
|
1724 |
msgid "Add New Event"
|
1725 |
msgstr "Termin hinzufügen"
|
1726 |
|
1727 |
+
#: includes/event-organiser-cpt.php:231
|
1728 |
msgid "New Event"
|
1729 |
msgstr "Neuer Termin "
|
1730 |
|
1731 |
+
#: includes/event-organiser-cpt.php:232
|
1732 |
#, fuzzy
|
1733 |
msgid "All Events"
|
1734 |
msgstr "Alle Termine"
|
1735 |
|
1736 |
+
#: includes/event-organiser-cpt.php:233
|
1737 |
msgid "View Event"
|
1738 |
msgstr "Termine anzeigen"
|
1739 |
|
1740 |
+
#: includes/event-organiser-cpt.php:234
|
1741 |
msgid "Search events"
|
1742 |
msgstr "Termine suchen"
|
1743 |
|
1744 |
+
#: includes/event-organiser-cpt.php:235
|
1745 |
msgid "No events found"
|
1746 |
msgstr "Keine Termine gefunden"
|
1747 |
|
1748 |
+
#: includes/event-organiser-cpt.php:236
|
1749 |
msgid "No events found in Trash"
|
1750 |
msgstr "Keine Termine im Papierkorb gefunden"
|
1751 |
|
1752 |
+
#: includes/event-organiser-cpt.php:239
|
1753 |
msgid "Filter events list"
|
1754 |
msgstr "Filter Terminliste"
|
1755 |
|
1756 |
+
#: includes/event-organiser-cpt.php:240
|
1757 |
msgid "Events list navigation"
|
1758 |
msgstr "Termine Listennavigation"
|
1759 |
|
1760 |
+
#: includes/event-organiser-cpt.php:241
|
1761 |
msgid "Events list"
|
1762 |
msgstr "Termine Liste"
|
1763 |
|
1764 |
+
#: includes/event-organiser-cpt.php:242
|
1765 |
msgid "Event Archives"
|
1766 |
msgstr "Termin Archiv"
|
1767 |
|
1768 |
+
#: includes/event-organiser-cpt.php:243
|
1769 |
msgid "Insert into event"
|
1770 |
msgstr "Zu Termin hinzufügen"
|
1771 |
|
1772 |
+
#: includes/event-organiser-cpt.php:244
|
1773 |
msgid "Uploaded to this event"
|
1774 |
msgstr "Hochladen und diesem Termin hinzufügen"
|
1775 |
|
1776 |
+
#: includes/event-organiser-cpt.php:246
|
1777 |
#, php-format
|
1778 |
msgid "Events at %s"
|
1779 |
msgstr "Termin am %s"
|
1780 |
|
1781 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1782 |
+
#. *
|
1783 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1784 |
+
#. ***************** NOTICE: *****************
|
1785 |
+
#. *
|
1786 |
+
#. * @package Event Organiser (plug-in)
|
1787 |
+
#. * @since 1.0.0
|
1788 |
+
#.
|
1789 |
+
#. Call the template header
|
1790 |
+
#: includes/event-organiser-cpt.php:247
|
1791 |
#: templates/taxonomy-event-category.php:27
|
1792 |
#, php-format
|
1793 |
msgid "Event Category: %s"
|
1794 |
msgstr "Termin Kategorie: %s"
|
1795 |
|
1796 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1797 |
+
#. *
|
1798 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1799 |
+
#. ***************** NOTICE: *****************
|
1800 |
+
#. *
|
1801 |
+
#. * @package Event Organiser (plug-in)
|
1802 |
+
#. * @since 1.2.0
|
1803 |
+
#.
|
1804 |
+
#. Call the template header
|
1805 |
+
#: includes/event-organiser-cpt.php:248 templates/taxonomy-event-tag.php:27
|
1806 |
#, php-format
|
1807 |
msgid "Event Tag: %s"
|
1808 |
msgstr "Termin Tag: %s"
|
1809 |
|
1810 |
+
#: includes/event-organiser-cpt.php:249 includes/event-organiser-cpt.php:250
|
1811 |
+
#: includes/event-organiser-cpt.php:251
|
1812 |
#, fuzzy, php-format
|
1813 |
msgid "Events: %s"
|
1814 |
msgstr "Termine:"
|
1815 |
|
1816 |
+
#: includes/event-organiser-cpt.php:332
|
1817 |
#, php-format
|
1818 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1819 |
msgstr "Termin aktualisiert. <a href=\"%s\">Termin zeigen</a>"
|
1820 |
|
1821 |
+
#: includes/event-organiser-cpt.php:333
|
1822 |
msgid "Event updated."
|
1823 |
msgstr "Termin aktualisiert."
|
1824 |
|
1825 |
+
#: includes/event-organiser-cpt.php:335
|
1826 |
#, php-format
|
1827 |
msgid "Event restored to revision from %s"
|
1828 |
msgstr "Termin wiederhergestellt zu Revision aus %s"
|
1829 |
|
1830 |
+
#: includes/event-organiser-cpt.php:336
|
1831 |
#, php-format
|
1832 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1833 |
msgstr "Termin veröffentlicht. <a href=\"%s\">Termin anzeigen</a>"
|
1834 |
|
1835 |
+
#: includes/event-organiser-cpt.php:337
|
1836 |
msgid "Event saved."
|
1837 |
msgstr "Termin gespeichert."
|
1838 |
|
1839 |
+
#: includes/event-organiser-cpt.php:339
|
1840 |
#, php-format
|
1841 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1842 |
msgstr ""
|
1843 |
"Termin abgesendet. <a target=\"_blank\" href=\"%s\">Termin-Vorschau</a>"
|
1844 |
|
1845 |
+
#: includes/event-organiser-cpt.php:343
|
1846 |
#, php-format
|
1847 |
msgid ""
|
1848 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1851 |
"Termin geplant für: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1852 |
"\">Termin-Vorschau</a>"
|
1853 |
|
1854 |
+
#. //php.net/date
|
1855 |
+
#: includes/event-organiser-cpt.php:345
|
1856 |
msgid "M j, Y @ G:i"
|
1857 |
msgstr "M j, Y @ G:i"
|
1858 |
|
1859 |
+
#: includes/event-organiser-cpt.php:348
|
1860 |
#, php-format
|
1861 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1862 |
msgstr ""
|
1863 |
"Termin-Entwurf aktualisiert. <a target=\"_blank\" href=\"%s\">Event "
|
1864 |
"Vorschau</a>"
|
1865 |
|
1866 |
+
#: includes/event-organiser-cpt.php:351
|
1867 |
msgid "This event has been broken from a recurring event."
|
1868 |
msgstr "Dieser Termin wurde durch einen wiederkehrenden Termin zerstört."
|
1869 |
|
1870 |
+
#: includes/event-organiser-cpt.php:527
|
1871 |
msgid "Creating events"
|
1872 |
msgstr "Termine erstellen"
|
1873 |
|
1874 |
+
#: includes/event-organiser-cpt.php:528
|
1875 |
msgid "Creating events:"
|
1876 |
msgstr "Termine erstellen:"
|
1877 |
|
1878 |
+
#: includes/event-organiser-cpt.php:530
|
1879 |
msgid ""
|
1880 |
"The start date is the date the event starts. If the event is a recurring "
|
1881 |
"event, this is the start date of the first occurrence."
|
1883 |
"Das Startdatum ist das Datum an dem der Termin beginnt. Wenn der Termin "
|
1884 |
"wiederkehrend ist, ist es das Startdatum des ersten Terminereignisses."
|
1885 |
|
1886 |
+
#: includes/event-organiser-cpt.php:531
|
1887 |
msgid ""
|
1888 |
"The end date is the date the event finishes. If the event is a recurring "
|
1889 |
"event, this is the end date of the first occurrence."
|
1891 |
"Das Enddatum ist das Datum, an dem der Termin endet. Wenn der Termin "
|
1892 |
"wiederkehrend ist, ist es das Enddatum des ersten Terminereignisses."
|
1893 |
|
1894 |
+
#: includes/event-organiser-cpt.php:532
|
1895 |
msgid ""
|
1896 |
"All dates and times must be entered in the specified format. This format can "
|
1897 |
"changed in the settings page."
|
1899 |
"Alle Daten und Zeiten müssen in einem bestimmten Format eingegeben werden. "
|
1900 |
"Dieses Format kann unter \"Einstellungen\" geändert werden."
|
1901 |
|
1902 |
+
#: includes/event-organiser-cpt.php:537
|
1903 |
msgid "Repeating events"
|
1904 |
msgstr "Wiederkehrende Termine"
|
1905 |
|
1906 |
+
#: includes/event-organiser-cpt.php:538
|
1907 |
msgid ""
|
1908 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1909 |
"dropdown menu to select how the event is to repeat. Further options then "
|
1913 |
"möchten, verwenden Sie das Dropdown-Menü \"Wiederholung\". Weitere Optionen "
|
1914 |
"erscheinen dann."
|
1915 |
|
1916 |
+
#: includes/event-organiser-cpt.php:540
|
1917 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1918 |
msgstr "Gibt an, wie oft ein Termin wiederholt werden soll (Standard 1)"
|
1919 |
|
1920 |
+
#: includes/event-organiser-cpt.php:541
|
1921 |
msgid ""
|
1922 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1923 |
"date, but an occurrence that starts before may finish after this date."
|
1926 |
"Wiederholungen nach diesem Datum hinzugefügt, aber eine Wiederholung, die "
|
1927 |
"vorher startet, kann nach diesem Zeitpunkt enden."
|
1928 |
|
1929 |
+
#: includes/event-organiser-cpt.php:542
|
1930 |
msgid ""
|
1931 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1932 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
1936 |
"Datum des Monats (z.B. am 24.) oder am Tag des Monats zu wiederholen ist (z. "
|
1937 |
"B. am dritten Dienstag)."
|
1938 |
|
1939 |
+
#: includes/event-organiser-cpt.php:543
|
1940 |
msgid ""
|
1941 |
"If weekly recurrence is selected, select which days of the week the event "
|
1942 |
"should be repeated. If no days are selected, the day of the start date is "
|
1946 |
"Woche wiederholt werden. Wenn keine Tage ausgewählt sind, wird der Tag des "
|
1947 |
"Startdatums verwendet."
|
1948 |
|
1949 |
+
#: includes/event-organiser-cpt.php:548 includes/event-organiser-cpt.php:549
|
1950 |
msgid "Selecting a venue"
|
1951 |
msgstr "Veranstaltungsort auswählen"
|
1952 |
|
1953 |
+
#: includes/event-organiser-cpt.php:551
|
1954 |
msgid "Use the venues input field to search for existing venues"
|
1955 |
msgstr ""
|
1956 |
"Benutzen Sie das Eingabefeld für Unterrichtsorte um nach vorhandenen "
|
1957 |
"Unterrichtsorten zu suchen"
|
1958 |
|
1959 |
+
#: includes/event-organiser-cpt.php:552
|
1960 |
msgid ""
|
1961 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1962 |
"page."
|
1964 |
"Nur bereits bestehende Unterrichtsorte können ausgewählt werden. Um einen "
|
1965 |
"Ort hinzuzufügen, gehen Sie zur Seite \"Unterrichtsorte\"."
|
1966 |
|
1967 |
+
#: includes/event-organiser-cpt.php:562 includes/event-organiser-cpt.php:581
|
1968 |
msgid "Overview"
|
1969 |
msgstr "Übersicht"
|
1970 |
|
1971 |
+
#: includes/event-organiser-cpt.php:563
|
1972 |
msgid ""
|
1973 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1974 |
"appear as a single row </strong> in the table and the start and end date "
|
1978 |
"Termine</strong> in der Tabelle einzeilig angezeigt werden und sich das "
|
1979 |
"Start- und Enddatum auf das erste Terminereignis beziehen."
|
1980 |
|
1981 |
+
#: includes/event-organiser-cpt.php:569
|
1982 |
msgid ""
|
1983 |
"Hovering over a row in the venues list will display action links that allow "
|
1984 |
"you to manage that venue. You can perform the following actions:"
|
1987 |
"denen Sie die Veranstaltungsorte verwalten können. Sie können folgende "
|
1988 |
"Aktionen durchführen:"
|
1989 |
|
1990 |
+
#: includes/event-organiser-cpt.php:571
|
1991 |
msgid ""
|
1992 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1993 |
"screen by clicking on the venue title."
|
1995 |
"Um den Veranstaltungsort zu bearbeiten, klicken sie 'Bearbeiten' oder den "
|
1996 |
"Titel des Ortes."
|
1997 |
|
1998 |
+
#: includes/event-organiser-cpt.php:572
|
1999 |
msgid "Delete will permanently remove the venue"
|
2000 |
msgstr "'Löschen' wird diesen Veranstaltungsort dauerhaft entfernen."
|
2001 |
|
2002 |
+
#: includes/event-organiser-cpt.php:573
|
2003 |
msgid "View will take you to the venue's page"
|
2004 |
msgstr "'Ansehen' bringt Sie zur Seite des Veranstaltungsortes."
|
2005 |
|
2006 |
+
#: includes/event-organiser-cpt.php:582
|
2007 |
msgid ""
|
2008 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
2009 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
2014 |
"erforderlichen Berechtigungen haben, sehen Sie einen Link zum Bearbeiten des "
|
2015 |
"Termins."
|
2016 |
|
2017 |
+
#: includes/event-organiser-cpt.php:583
|
2018 |
msgid ""
|
2019 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
2020 |
"mode. You can also filter the events by events by category and venue. The "
|
2025 |
"Terminkategorie und Veranstaltungsort filtern. Über die Schaltfläche 'Gehe "
|
2026 |
"zu Datum' können Sie schnell zu einem bestimmten Datum springen."
|
2027 |
|
2028 |
+
#: includes/event-organiser-cpt.php:587
|
2029 |
msgid "Add Event"
|
2030 |
msgstr "Termin hinzufügen"
|
2031 |
|
2032 |
+
#: includes/event-organiser-cpt.php:588
|
2033 |
msgid ""
|
2034 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
2035 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
2045 |
"werden. In jedem Fall wird der Termin erstellt, und Sie werden auf die "
|
2046 |
"Bearbeiten-Seite weitergeleitet."
|
2047 |
|
2048 |
+
#: includes/event-organiser-cpt.php:594
|
2049 |
msgid "For more information"
|
2050 |
msgstr "Für weitere Informationen"
|
2051 |
|
2052 |
+
#: includes/event-organiser-cpt.php:595
|
2053 |
#, php-format
|
2054 |
msgid "See the <a %s> documentation</a>"
|
2055 |
msgstr "In der <a %s> Dokumentation</a> nachsehen"
|
2056 |
|
2057 |
+
#: includes/event-organiser-cpt.php:596
|
2058 |
msgid "Debugging Event Organiser"
|
2059 |
msgstr "Debugge 'Event Organiser'"
|
2060 |
|
2061 |
+
#: includes/event-organiser-cpt.php:597
|
2062 |
msgid "Go Pro!"
|
2063 |
msgstr "Jetzt Pro-Version!"
|
2064 |
|
2065 |
+
#: includes/event-organiser-cpt.php:708 includes/event-organiser-cpt.php:731
|
2066 |
msgid "Color"
|
2067 |
msgstr "Farbe"
|
2068 |
|
2069 |
+
#: includes/event-organiser-cpt.php:714
|
2070 |
msgid "Assign the category a colour."
|
2071 |
msgstr "Der Unterrichtskategorie eine Farbe zuweisen."
|
2072 |
|
2258 |
msgid "Help"
|
2259 |
msgstr "Hilfe"
|
2260 |
|
2261 |
+
#: includes/event-organiser-venue-functions.php:995
|
2262 |
msgid "Address"
|
2263 |
msgstr "Straße und Hausnummer"
|
2264 |
|
2265 |
+
#: includes/event-organiser-venue-functions.php:996
|
2266 |
msgid "City"
|
2267 |
msgstr "Stadt"
|
2268 |
|
2269 |
+
#: includes/event-organiser-venue-functions.php:997
|
2270 |
msgid "State / Province"
|
2271 |
msgstr "Bundesland"
|
2272 |
|
2273 |
+
#: includes/event-organiser-venue-functions.php:998
|
2274 |
msgid "Post Code"
|
2275 |
msgstr "PLZ"
|
2276 |
|
2277 |
+
#: includes/event-organiser-venue-functions.php:999
|
2278 |
msgid "Country"
|
2279 |
msgstr "Land"
|
2280 |
|
2373 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2374 |
msgstr ""
|
2375 |
|
2376 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
2377 |
+
#. *
|
2378 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
2379 |
+
#. ***************** NOTICE: *****************
|
2380 |
+
#. *
|
2381 |
+
#. * @package Event Organiser (plug-in)
|
2382 |
+
#. * @since 1.0.0
|
2383 |
+
#.
|
2384 |
+
#. Call the template header
|
2385 |
#: templates/taxonomy-event-venue.php:30
|
2386 |
#, php-format
|
2387 |
msgid "Events at: %s"
|
languages/eventorganiser-el.mo
CHANGED
Binary file
|
languages/eventorganiser-el.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: 2017-04-14T23:02:23+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
@@ -123,8 +123,8 @@ msgstr "Εμφάνιση λίστας με events"
|
|
123 |
|
124 |
#: classes/class-eo-event-list-widget.php:14
|
125 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
126 |
-
#: event-organiser.php:149 includes/event-organiser-cpt.php:
|
127 |
-
#: includes/event-organiser-cpt.php:
|
128 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
129 |
msgid "Events"
|
130 |
msgstr "Γεγονότα"
|
@@ -250,7 +250,7 @@ msgid "Event Categories"
|
|
250 |
msgstr "Κατηγορίες Event"
|
251 |
|
252 |
#: classes/class-eo-widget-categories.php:25
|
253 |
-
#: includes/event-organiser-cpt.php:
|
254 |
#: includes/event-organiser-event-functions.php:1563
|
255 |
#: templates/event-meta-event-single.php:62
|
256 |
msgid "Categories"
|
@@ -456,6 +456,21 @@ msgstr ""
|
|
456 |
msgid "Open shortcut help"
|
457 |
msgstr ""
|
458 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
459 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
460 |
#: templates/event-meta-event-single.php:32
|
461 |
msgid "Event Details"
|
@@ -649,7 +664,7 @@ msgid "Show dates"
|
|
649 |
msgstr "Εμφάνιση Ημέρων"
|
650 |
|
651 |
#: event-organiser-edit.php:274
|
652 |
-
#: includes/event-organiser-venue-functions.php:
|
653 |
msgid "Select a venue"
|
654 |
msgstr "Διάλεξε Τοποθεσία"
|
655 |
|
@@ -737,7 +752,7 @@ msgstr ""
|
|
737 |
msgid "Go to Event Organiser settings"
|
738 |
msgstr "Μετάβαση στις ρυθμίσεις του Event Organizer"
|
739 |
|
740 |
-
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:
|
741 |
msgid "Event"
|
742 |
msgstr "Γεγονός"
|
743 |
|
@@ -900,7 +915,7 @@ msgid "Revisions"
|
|
900 |
msgstr "Αναθεωρήσεις"
|
901 |
|
902 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
903 |
-
#: includes/event-organiser-cpt.php:
|
904 |
msgid "Event Tags"
|
905 |
msgstr "Eτικέτα"
|
906 |
|
@@ -1255,13 +1270,13 @@ msgstr "Λήψη συνδέσμου"
|
|
1255 |
msgid "Slug"
|
1256 |
msgstr "Slug"
|
1257 |
|
1258 |
-
#: features/bootstrap/FeatureContext.php:
|
1259 |
-
#: features/bootstrap/FeatureContext.php:
|
1260 |
msgid "Main Sidebar"
|
1261 |
msgstr ""
|
1262 |
|
1263 |
-
#: features/bootstrap/FeatureContext.php:
|
1264 |
-
#: features/bootstrap/FeatureContext.php:
|
1265 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1266 |
msgstr ""
|
1267 |
|
@@ -1449,7 +1464,7 @@ msgstr ""
|
|
1449 |
msgid "This event recurs"
|
1450 |
msgstr "Αυτο το event επαναλαμβάνεται"
|
1451 |
|
1452 |
-
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:
|
1453 |
msgid "Edit Event"
|
1454 |
msgstr "Επεξεργασία Event"
|
1455 |
|
@@ -1551,237 +1566,255 @@ msgstr "Τοποθεσία χώρου"
|
|
1551 |
msgid "View all venues"
|
1552 |
msgstr "Δείτε όλους τους χώρους"
|
1553 |
|
1554 |
-
#: includes/event-organiser-cpt.php:
|
1555 |
msgctxt "taxonomy singular name"
|
1556 |
msgid "Category"
|
1557 |
msgstr ""
|
1558 |
|
1559 |
-
#: includes/event-organiser-cpt.php:
|
1560 |
msgid "Search Categories"
|
1561 |
msgstr "Αναζήτηση κατηγοριών"
|
1562 |
|
1563 |
-
#: includes/event-organiser-cpt.php:
|
1564 |
msgid "All Categories"
|
1565 |
msgstr "Όλες οι κατηγορίες"
|
1566 |
|
1567 |
-
#: includes/event-organiser-cpt.php:
|
1568 |
msgid "Parent Category"
|
1569 |
msgstr "Μητρική κατηγορία"
|
1570 |
|
1571 |
-
#: includes/event-organiser-cpt.php:
|
1572 |
msgid "Parent Category:"
|
1573 |
msgstr ""
|
1574 |
|
1575 |
-
#: includes/event-organiser-cpt.php:
|
1576 |
msgid "Edit Category"
|
1577 |
msgstr "Επεξεργασία κατηγορίας"
|
1578 |
|
1579 |
-
#: includes/event-organiser-cpt.php:
|
1580 |
msgid "Update Category"
|
1581 |
msgstr "Ενημέρωση κατηγορίας"
|
1582 |
|
1583 |
-
#: includes/event-organiser-cpt.php:
|
1584 |
msgid "Add New Category"
|
1585 |
msgstr "Προσθήκη νέας κατηγορίας"
|
1586 |
|
1587 |
-
#: includes/event-organiser-cpt.php:
|
1588 |
msgid "New Category Name"
|
1589 |
msgstr "Προσθήκη "
|
1590 |
|
1591 |
-
#: includes/event-organiser-cpt.php:
|
1592 |
msgid "No categories found"
|
1593 |
msgstr "Δεν βρέθηκαν κατηγορίες"
|
1594 |
|
1595 |
-
#: includes/event-organiser-cpt.php:
|
1596 |
msgid "Event categories list navigation"
|
1597 |
msgstr ""
|
1598 |
|
1599 |
-
#: includes/event-organiser-cpt.php:
|
1600 |
msgid "Event categories list"
|
1601 |
msgstr ""
|
1602 |
|
1603 |
-
#: includes/event-organiser-cpt.php:
|
1604 |
msgid "View all categories"
|
1605 |
msgstr "Εμφάνιση όλοων των κατηγοριών"
|
1606 |
|
1607 |
-
#: includes/event-organiser-cpt.php:
|
1608 |
msgctxt "taxonomy singular name"
|
1609 |
msgid "Tag"
|
1610 |
msgstr ""
|
1611 |
|
1612 |
-
#: includes/event-organiser-cpt.php:
|
1613 |
msgid "Search Tags"
|
1614 |
msgstr "Αναζήτηση ετικέτας"
|
1615 |
|
1616 |
-
#: includes/event-organiser-cpt.php:
|
1617 |
msgid "All Tags"
|
1618 |
msgstr "Όλες οι ετικέτες"
|
1619 |
|
1620 |
-
#: includes/event-organiser-cpt.php:
|
1621 |
msgid "Popular Tags"
|
1622 |
msgstr "Δημοφιλείς ετικέτες"
|
1623 |
|
1624 |
-
#: includes/event-organiser-cpt.php:
|
1625 |
msgid "Edit Tag"
|
1626 |
msgstr "Επεξεργασία ετικέτας"
|
1627 |
|
1628 |
-
#: includes/event-organiser-cpt.php:
|
1629 |
msgid "Update Tag"
|
1630 |
msgstr "Ενημέρωση ετικέτας"
|
1631 |
|
1632 |
-
#: includes/event-organiser-cpt.php:
|
1633 |
msgid "Add New Tag"
|
1634 |
msgstr "Νέα ετικέτα"
|
1635 |
|
1636 |
-
#: includes/event-organiser-cpt.php:
|
1637 |
msgid "New Tag Name"
|
1638 |
msgstr "Νέο όνομα ετικέτας"
|
1639 |
|
1640 |
-
#: includes/event-organiser-cpt.php:
|
1641 |
msgid "No tags found"
|
1642 |
msgstr "Δεν βρέθηκαν ετικέτες"
|
1643 |
|
1644 |
-
#: includes/event-organiser-cpt.php:
|
1645 |
msgid "Choose from the most used tags"
|
1646 |
msgstr "Επιλέξτε απο τις πιο δημοφιλής ετικέτες"
|
1647 |
|
1648 |
-
#: includes/event-organiser-cpt.php:
|
1649 |
#: includes/event-organiser-event-functions.php:1571
|
1650 |
#: templates/event-meta-event-single.php:66
|
1651 |
msgid "Tags"
|
1652 |
msgstr "Ετικέτες"
|
1653 |
|
1654 |
-
#: includes/event-organiser-cpt.php:
|
1655 |
msgid "Add or remove tags"
|
1656 |
msgstr "Προσθήκη ή αφαίρεση ετικέτας"
|
1657 |
|
1658 |
-
#: includes/event-organiser-cpt.php:
|
1659 |
msgid "Separate tags with commas"
|
1660 |
msgstr "Διαχωρίστε τις ετικέτες με κόμα."
|
1661 |
|
1662 |
-
#: includes/event-organiser-cpt.php:
|
1663 |
msgid "Event tags list navigation"
|
1664 |
msgstr ""
|
1665 |
|
1666 |
-
#: includes/event-organiser-cpt.php:
|
1667 |
msgid "Event tags list"
|
1668 |
msgstr ""
|
1669 |
|
1670 |
-
#: includes/event-organiser-cpt.php:
|
1671 |
msgid "View all tags"
|
1672 |
msgstr ""
|
1673 |
|
1674 |
-
#: includes/event-organiser-cpt.php:
|
1675 |
msgctxt "post"
|
1676 |
msgid "Add New"
|
1677 |
msgstr ""
|
1678 |
|
1679 |
-
#: includes/event-organiser-cpt.php:
|
1680 |
msgid "Add New Event"
|
1681 |
msgstr "Προσθήκη Νέου Event"
|
1682 |
|
1683 |
-
#: includes/event-organiser-cpt.php:
|
1684 |
msgid "New Event"
|
1685 |
msgstr "Νέο Event"
|
1686 |
|
1687 |
-
#: includes/event-organiser-cpt.php:
|
1688 |
#, fuzzy
|
1689 |
msgid "All Events"
|
1690 |
msgstr "Όλα τα event"
|
1691 |
|
1692 |
-
#: includes/event-organiser-cpt.php:
|
1693 |
msgid "View Event"
|
1694 |
msgstr "Εμφάνιση Event"
|
1695 |
|
1696 |
-
#: includes/event-organiser-cpt.php:
|
1697 |
msgid "Search events"
|
1698 |
msgstr "Αναζήτηση Event"
|
1699 |
|
1700 |
-
#: includes/event-organiser-cpt.php:
|
1701 |
msgid "No events found"
|
1702 |
msgstr "Δεν βρέθηκαν Event"
|
1703 |
|
1704 |
-
#: includes/event-organiser-cpt.php:
|
1705 |
msgid "No events found in Trash"
|
1706 |
msgstr "Δεν βρέθηκαν Event στον κάδο"
|
1707 |
|
1708 |
-
#: includes/event-organiser-cpt.php:
|
1709 |
msgid "Filter events list"
|
1710 |
msgstr ""
|
1711 |
|
1712 |
-
#: includes/event-organiser-cpt.php:
|
1713 |
msgid "Events list navigation"
|
1714 |
msgstr ""
|
1715 |
|
1716 |
-
#: includes/event-organiser-cpt.php:
|
1717 |
msgid "Events list"
|
1718 |
msgstr ""
|
1719 |
|
1720 |
-
#: includes/event-organiser-cpt.php:
|
1721 |
msgid "Event Archives"
|
1722 |
msgstr ""
|
1723 |
|
1724 |
-
#: includes/event-organiser-cpt.php:
|
1725 |
msgid "Insert into event"
|
1726 |
msgstr ""
|
1727 |
|
1728 |
-
#: includes/event-organiser-cpt.php:
|
1729 |
msgid "Uploaded to this event"
|
1730 |
msgstr ""
|
1731 |
|
1732 |
-
#: includes/event-organiser-cpt.php:
|
1733 |
#, php-format
|
1734 |
msgid "Events at %s"
|
1735 |
msgstr ""
|
1736 |
|
1737 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1738 |
#: templates/taxonomy-event-category.php:27
|
1739 |
#, php-format
|
1740 |
msgid "Event Category: %s"
|
1741 |
msgstr ""
|
1742 |
|
1743 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1744 |
#, php-format
|
1745 |
msgid "Event Tag: %s"
|
1746 |
msgstr ""
|
1747 |
|
1748 |
-
#: includes/event-organiser-cpt.php:
|
1749 |
-
#: includes/event-organiser-cpt.php:
|
1750 |
#, fuzzy, php-format
|
1751 |
msgid "Events: %s"
|
1752 |
msgstr "Γεγονότα: "
|
1753 |
|
1754 |
-
#: includes/event-organiser-cpt.php:
|
1755 |
#, php-format
|
1756 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1757 |
msgstr "Το event ενημερώθηκε. <a href=\"%s\">Εμφάνιση event</a>"
|
1758 |
|
1759 |
-
#: includes/event-organiser-cpt.php:
|
1760 |
msgid "Event updated."
|
1761 |
msgstr "Το event ενημερώθηκε."
|
1762 |
|
1763 |
-
#: includes/event-organiser-cpt.php:
|
1764 |
#, php-format
|
1765 |
msgid "Event restored to revision from %s"
|
1766 |
msgstr "Το event επαναφέρθηκε απο %s"
|
1767 |
|
1768 |
-
#: includes/event-organiser-cpt.php:
|
1769 |
#, php-format
|
1770 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1771 |
msgstr "To event δημοσιέυθηκε <a href=\"%s\">Εμφάνιση</a>"
|
1772 |
|
1773 |
-
#: includes/event-organiser-cpt.php:
|
1774 |
msgid "Event saved."
|
1775 |
msgstr "Το Event αποθηκέυτηκε"
|
1776 |
|
1777 |
-
#: includes/event-organiser-cpt.php:
|
1778 |
#, php-format
|
1779 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1780 |
msgstr ""
|
1781 |
"Το event υποβλήθηκε. <a target=\"_blank\" href=\"%s\">Προεπισκόπηση event</"
|
1782 |
"a>"
|
1783 |
|
1784 |
-
#: includes/event-organiser-cpt.php:
|
1785 |
#, php-format
|
1786 |
msgid ""
|
1787 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
@@ -1790,30 +1823,31 @@ msgstr ""
|
|
1790 |
"Το event προγραμματίστηκε για <strong>%1$s</strong>. <a target=\"_blank\" "
|
1791 |
"href=\"%2$s\">Προεπισκόπηση event</a>"
|
1792 |
|
1793 |
-
|
|
|
1794 |
msgid "M j, Y @ G:i"
|
1795 |
msgstr "M j, Y @ G:i"
|
1796 |
|
1797 |
-
#: includes/event-organiser-cpt.php:
|
1798 |
#, php-format
|
1799 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1800 |
msgstr ""
|
1801 |
"Το Event Πρόχειρο ενημερώθηκε. <a target=\"_blank\" href=\"%s"
|
1802 |
"\">Προεπισκόπηση</a>"
|
1803 |
|
1804 |
-
#: includes/event-organiser-cpt.php:
|
1805 |
msgid "This event has been broken from a recurring event."
|
1806 |
msgstr "Το event έχει διακοπεί από ένα επαναλαμβανόμενο event."
|
1807 |
|
1808 |
-
#: includes/event-organiser-cpt.php:
|
1809 |
msgid "Creating events"
|
1810 |
msgstr "Δημιουργία events"
|
1811 |
|
1812 |
-
#: includes/event-organiser-cpt.php:
|
1813 |
msgid "Creating events:"
|
1814 |
msgstr "Δημιουργία events:"
|
1815 |
|
1816 |
-
#: includes/event-organiser-cpt.php:
|
1817 |
msgid ""
|
1818 |
"The start date is the date the event starts. If the event is a recurring "
|
1819 |
"event, this is the start date of the first occurrence."
|
@@ -1822,7 +1856,7 @@ msgstr ""
|
|
1822 |
"εκδήλωση είναι μια reoccuring περιπτώσει, αυτή είναι η ημερομηνία έναρξης "
|
1823 |
"της πρώτης εμφάνισης."
|
1824 |
|
1825 |
-
#: includes/event-organiser-cpt.php:
|
1826 |
msgid ""
|
1827 |
"The end date is the date the event finishes. If the event is a recurring "
|
1828 |
"event, this is the end date of the first occurrence."
|
@@ -1831,7 +1865,7 @@ msgstr ""
|
|
1831 |
"εκδήλωση είναι μια reoccuring περιπτώσει, αυτή είναι η ημερομηνία λήξης της "
|
1832 |
"πρώτης εμφάνισης."
|
1833 |
|
1834 |
-
#: includes/event-organiser-cpt.php:
|
1835 |
msgid ""
|
1836 |
"All dates and times must be entered in the specified format. This format can "
|
1837 |
"changed in the settings page."
|
@@ -1839,11 +1873,11 @@ msgstr ""
|
|
1839 |
"Όλες οι ημερομηνίες και οι ώρες πρέπει να αναγράφονται με συγκεκριμένο "
|
1840 |
"τρόπο. Αυτή η μορφή μπορεί να αλλάξει στην σελίδα ρυθμίσεων."
|
1841 |
|
1842 |
-
#: includes/event-organiser-cpt.php:
|
1843 |
msgid "Repeating events"
|
1844 |
msgstr "Events που επαναλαμβάνονται"
|
1845 |
|
1846 |
-
#: includes/event-organiser-cpt.php:
|
1847 |
msgid ""
|
1848 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1849 |
"dropdown menu to select how the event is to repeat. Further options then "
|
@@ -1853,11 +1887,11 @@ msgstr ""
|
|
1853 |
"χρησιμοποιείστε το ανάλογο dropdown μενού για να επιλέξετε πως το event θα "
|
1854 |
"επαναλαμβάνεται."
|
1855 |
|
1856 |
-
#: includes/event-organiser-cpt.php:
|
1857 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1858 |
msgstr "Καθορίστε πόσο συχνά το γεγονός θα πρέπει να επαναλάβει (προεπιλογή 1)"
|
1859 |
|
1860 |
-
#: includes/event-organiser-cpt.php:
|
1861 |
msgid ""
|
1862 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1863 |
"date, but an occurrence that starts before may finish after this date."
|
@@ -1866,7 +1900,7 @@ msgstr ""
|
|
1866 |
"περιστατικά προστίθενται μετά την ημερομηνία αυτή, αλλά ένα περιστατικό που "
|
1867 |
"ξεκινά πριν να ολοκληρωθεί μετά την ημερομηνία αυτή."
|
1868 |
|
1869 |
-
#: includes/event-organiser-cpt.php:
|
1870 |
msgid ""
|
1871 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1872 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
@@ -1876,7 +1910,7 @@ msgstr ""
|
|
1876 |
"επαναλάβει την εν λόγω ημερομηνία του μήνα (π.χ. για την 24η), είτε την "
|
1877 |
"ημέρα του μήνα (π.χ. για την τρίτη Τρίτη)"
|
1878 |
|
1879 |
-
#: includes/event-organiser-cpt.php:
|
1880 |
msgid ""
|
1881 |
"If weekly recurrence is selected, select which days of the week the event "
|
1882 |
"should be repeated. If no days are selected, the day of the start date is "
|
@@ -1886,16 +1920,16 @@ msgstr ""
|
|
1886 |
"η εκδήλωση θα πρέπει να επαναληφθεί. Εάν δεν έχουν επιλεγεί ημέρες, από την "
|
1887 |
"ημέρα από την ημερομηνία έναρξης χρησιμοποιείται"
|
1888 |
|
1889 |
-
#: includes/event-organiser-cpt.php:
|
1890 |
msgid "Selecting a venue"
|
1891 |
msgstr "Επιλέγοντας ένα χώρο"
|
1892 |
|
1893 |
-
#: includes/event-organiser-cpt.php:
|
1894 |
msgid "Use the venues input field to search for existing venues"
|
1895 |
msgstr ""
|
1896 |
"Χρησιμοποιήστε το πεδίο εισαγωγής χώρους για την αναζήτηση υπάρχον χώρους"
|
1897 |
|
1898 |
-
#: includes/event-organiser-cpt.php:
|
1899 |
msgid ""
|
1900 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1901 |
"page."
|
@@ -1903,11 +1937,11 @@ msgstr ""
|
|
1903 |
"Μόνο προϋπάρχουσα χώρους μπορεί να επιλεγεί. Για να προσθέσετε ένα χώρο, "
|
1904 |
"μεταβείτε στη σελίδα χώρους."
|
1905 |
|
1906 |
-
#: includes/event-organiser-cpt.php:
|
1907 |
msgid "Overview"
|
1908 |
msgstr "Περίληψη"
|
1909 |
|
1910 |
-
#: includes/event-organiser-cpt.php:
|
1911 |
msgid ""
|
1912 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1913 |
"appear as a single row </strong> in the table and the start and end date "
|
@@ -1918,7 +1952,7 @@ msgstr ""
|
|
1918 |
"πίνακα και την ημερομηνία έναρξης και λήξης αναφέρεται στην πρώτη εμφάνιση "
|
1919 |
"αυτού του γεγονότος."
|
1920 |
|
1921 |
-
#: includes/event-organiser-cpt.php:
|
1922 |
msgid ""
|
1923 |
"Hovering over a row in the venues list will display action links that allow "
|
1924 |
"you to manage that venue. You can perform the following actions:"
|
@@ -1927,7 +1961,7 @@ msgstr ""
|
|
1927 |
"που σας επιτρέπουν να διαχειριστεί το εν λόγω χώρο. Μπορείτε να εκτελέσετε "
|
1928 |
"τις ακόλουθες ενέργειες:"
|
1929 |
|
1930 |
-
#: includes/event-organiser-cpt.php:
|
1931 |
msgid ""
|
1932 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1933 |
"screen by clicking on the venue title."
|
@@ -1935,15 +1969,15 @@ msgstr ""
|
|
1935 |
"Επεξεργασία σας μεταφέρει στην οθόνη επεξεργασίας για το συγκεκριμένο χώρο. "
|
1936 |
"Μπορείτε να φτάσετε επίσης ότι η οθόνη κάνοντας κλικ στον τίτλο τόπο."
|
1937 |
|
1938 |
-
#: includes/event-organiser-cpt.php:
|
1939 |
msgid "Delete will permanently remove the venue"
|
1940 |
msgstr "Διαγραφή θα αφαιρέσει οριστικά το χώρο"
|
1941 |
|
1942 |
-
#: includes/event-organiser-cpt.php:
|
1943 |
msgid "View will take you to the venue's page"
|
1944 |
msgstr "Η Εμφάνιση θα οδηγήσει σην σελίδα με τις τοποθεσίες."
|
1945 |
|
1946 |
-
#: includes/event-organiser-cpt.php:
|
1947 |
msgid ""
|
1948 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1949 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
@@ -1953,7 +1987,7 @@ msgstr ""
|
|
1953 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
1954 |
"the event's edit page will appear also."
|
1955 |
|
1956 |
-
#: includes/event-organiser-cpt.php:
|
1957 |
msgid ""
|
1958 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1959 |
"mode. You can also filter the events by events by category and venue. The "
|
@@ -1963,11 +1997,11 @@ msgstr ""
|
|
1963 |
"mode. You can also filter the events by events by category and venue. The "
|
1964 |
"'go to date' button allows you to quickly jump to a specific date."
|
1965 |
|
1966 |
-
#: includes/event-organiser-cpt.php:
|
1967 |
msgid "Add Event"
|
1968 |
msgstr "Προσθήκη Event"
|
1969 |
|
1970 |
-
#: includes/event-organiser-cpt.php:
|
1971 |
msgid ""
|
1972 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
1973 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
@@ -1981,28 +2015,28 @@ msgstr ""
|
|
1981 |
"The event can be immediately published or saved as a draft. In any case, the "
|
1982 |
"event is created and you are forwarded to that event's edit page."
|
1983 |
|
1984 |
-
#: includes/event-organiser-cpt.php:
|
1985 |
msgid "For more information"
|
1986 |
msgstr "Για περισσότερες πληροφορίες"
|
1987 |
|
1988 |
-
#: includes/event-organiser-cpt.php:
|
1989 |
#, php-format
|
1990 |
msgid "See the <a %s> documentation</a>"
|
1991 |
msgstr "Δες την <a %s> αρθογραφία</a>"
|
1992 |
|
1993 |
-
#: includes/event-organiser-cpt.php:
|
1994 |
msgid "Debugging Event Organiser"
|
1995 |
msgstr "Αποσφαλμάτωση Event Organizer"
|
1996 |
|
1997 |
-
#: includes/event-organiser-cpt.php:
|
1998 |
msgid "Go Pro!"
|
1999 |
msgstr "Αναβάθμιση σε Pro!"
|
2000 |
|
2001 |
-
#: includes/event-organiser-cpt.php:
|
2002 |
msgid "Color"
|
2003 |
msgstr "Χρώμα"
|
2004 |
|
2005 |
-
#: includes/event-organiser-cpt.php:
|
2006 |
msgid "Assign the category a colour."
|
2007 |
msgstr "Ορισε στην κατηγορία ένα χρώμα"
|
2008 |
|
@@ -2188,23 +2222,23 @@ msgstr ""
|
|
2188 |
msgid "Help"
|
2189 |
msgstr ""
|
2190 |
|
2191 |
-
#: includes/event-organiser-venue-functions.php:
|
2192 |
msgid "Address"
|
2193 |
msgstr "Διέυθυνση"
|
2194 |
|
2195 |
-
#: includes/event-organiser-venue-functions.php:
|
2196 |
msgid "City"
|
2197 |
msgstr "Πόλη"
|
2198 |
|
2199 |
-
#: includes/event-organiser-venue-functions.php:
|
2200 |
msgid "State / Province"
|
2201 |
msgstr "Περιοχή"
|
2202 |
|
2203 |
-
#: includes/event-organiser-venue-functions.php:
|
2204 |
msgid "Post Code"
|
2205 |
msgstr "Ταχυδρομικός Κώδικας"
|
2206 |
|
2207 |
-
#: includes/event-organiser-venue-functions.php:
|
2208 |
msgid "Country"
|
2209 |
msgstr "Χώρα"
|
2210 |
|
@@ -2299,6 +2333,15 @@ msgstr ""
|
|
2299 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2300 |
msgstr ""
|
2301 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2302 |
#: templates/taxonomy-event-venue.php:30
|
2303 |
#, php-format
|
2304 |
msgid "Events at: %s"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-03-06 23:13+0000\n"
|
6 |
"PO-Revision-Date: 2017-04-14T23:02:23+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
123 |
|
124 |
#: classes/class-eo-event-list-widget.php:14
|
125 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
126 |
+
#: event-organiser.php:149 includes/event-organiser-cpt.php:226
|
127 |
+
#: includes/event-organiser-cpt.php:238
|
128 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
129 |
msgid "Events"
|
130 |
msgstr "Γεγονότα"
|
250 |
msgstr "Κατηγορίες Event"
|
251 |
|
252 |
#: classes/class-eo-widget-categories.php:25
|
253 |
+
#: includes/event-organiser-cpt.php:95 includes/event-organiser-cpt.php:106
|
254 |
#: includes/event-organiser-event-functions.php:1563
|
255 |
#: templates/event-meta-event-single.php:62
|
256 |
msgid "Categories"
|
456 |
msgid "Open shortcut help"
|
457 |
msgstr ""
|
458 |
|
459 |
+
#. //codex.wp-event-organiser.com
|
460 |
+
#. *
|
461 |
+
#. ***************** NOTICE: *****************
|
462 |
+
#. * Do not make changes to this file. Any changes made to this file
|
463 |
+
#. * will be overwritten if the plug-in is updated.
|
464 |
+
#. *
|
465 |
+
#. * To overwrite this template with your own, make a copy of it (with the same name)
|
466 |
+
#. * in your theme directory. See http://docs.wp-event-organiser.com/theme-integration for more information
|
467 |
+
#. *
|
468 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
469 |
+
#. ***************** NOTICE: *****************
|
470 |
+
#. *
|
471 |
+
#. * @package Event Organiser (plug-in)
|
472 |
+
#. * @since 1.7
|
473 |
+
#.
|
474 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
475 |
#: templates/event-meta-event-single.php:32
|
476 |
msgid "Event Details"
|
664 |
msgstr "Εμφάνιση Ημέρων"
|
665 |
|
666 |
#: event-organiser-edit.php:274
|
667 |
+
#: includes/event-organiser-venue-functions.php:1030
|
668 |
msgid "Select a venue"
|
669 |
msgstr "Διάλεξε Τοποθεσία"
|
670 |
|
752 |
msgid "Go to Event Organiser settings"
|
753 |
msgstr "Μετάβαση στις ρυθμίσεις του Event Organizer"
|
754 |
|
755 |
+
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:227
|
756 |
msgid "Event"
|
757 |
msgstr "Γεγονός"
|
758 |
|
915 |
msgstr "Αναθεωρήσεις"
|
916 |
|
917 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
918 |
+
#: includes/event-organiser-cpt.php:152
|
919 |
msgid "Event Tags"
|
920 |
msgstr "Eτικέτα"
|
921 |
|
1270 |
msgid "Slug"
|
1271 |
msgstr "Slug"
|
1272 |
|
1273 |
+
#: features/bootstrap/FeatureContext.php:459
|
1274 |
+
#: features/bootstrap/FeatureContext.php:627
|
1275 |
msgid "Main Sidebar"
|
1276 |
msgstr ""
|
1277 |
|
1278 |
+
#: features/bootstrap/FeatureContext.php:461
|
1279 |
+
#: features/bootstrap/FeatureContext.php:629
|
1280 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1281 |
msgstr ""
|
1282 |
|
1464 |
msgid "This event recurs"
|
1465 |
msgstr "Αυτο το event επαναλαμβάνεται"
|
1466 |
|
1467 |
+
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:230
|
1468 |
msgid "Edit Event"
|
1469 |
msgstr "Επεξεργασία Event"
|
1470 |
|
1566 |
msgid "View all venues"
|
1567 |
msgstr "Δείτε όλους τους χώρους"
|
1568 |
|
1569 |
+
#: includes/event-organiser-cpt.php:96
|
1570 |
msgctxt "taxonomy singular name"
|
1571 |
msgid "Category"
|
1572 |
msgstr ""
|
1573 |
|
1574 |
+
#: includes/event-organiser-cpt.php:97
|
1575 |
msgid "Search Categories"
|
1576 |
msgstr "Αναζήτηση κατηγοριών"
|
1577 |
|
1578 |
+
#: includes/event-organiser-cpt.php:98
|
1579 |
msgid "All Categories"
|
1580 |
msgstr "Όλες οι κατηγορίες"
|
1581 |
|
1582 |
+
#: includes/event-organiser-cpt.php:99
|
1583 |
msgid "Parent Category"
|
1584 |
msgstr "Μητρική κατηγορία"
|
1585 |
|
1586 |
+
#: includes/event-organiser-cpt.php:100
|
1587 |
msgid "Parent Category:"
|
1588 |
msgstr ""
|
1589 |
|
1590 |
+
#: includes/event-organiser-cpt.php:101
|
1591 |
msgid "Edit Category"
|
1592 |
msgstr "Επεξεργασία κατηγορίας"
|
1593 |
|
1594 |
+
#: includes/event-organiser-cpt.php:102
|
1595 |
msgid "Update Category"
|
1596 |
msgstr "Ενημέρωση κατηγορίας"
|
1597 |
|
1598 |
+
#: includes/event-organiser-cpt.php:103
|
1599 |
msgid "Add New Category"
|
1600 |
msgstr "Προσθήκη νέας κατηγορίας"
|
1601 |
|
1602 |
+
#: includes/event-organiser-cpt.php:104
|
1603 |
msgid "New Category Name"
|
1604 |
msgstr "Προσθήκη "
|
1605 |
|
1606 |
+
#: includes/event-organiser-cpt.php:105
|
1607 |
msgid "No categories found"
|
1608 |
msgstr "Δεν βρέθηκαν κατηγορίες"
|
1609 |
|
1610 |
+
#: includes/event-organiser-cpt.php:107
|
1611 |
msgid "Event categories list navigation"
|
1612 |
msgstr ""
|
1613 |
|
1614 |
+
#: includes/event-organiser-cpt.php:108
|
1615 |
msgid "Event categories list"
|
1616 |
msgstr ""
|
1617 |
|
1618 |
+
#: includes/event-organiser-cpt.php:110
|
1619 |
msgid "View all categories"
|
1620 |
msgstr "Εμφάνιση όλοων των κατηγοριών"
|
1621 |
|
1622 |
+
#: includes/event-organiser-cpt.php:153
|
1623 |
msgctxt "taxonomy singular name"
|
1624 |
msgid "Tag"
|
1625 |
msgstr ""
|
1626 |
|
1627 |
+
#: includes/event-organiser-cpt.php:154
|
1628 |
msgid "Search Tags"
|
1629 |
msgstr "Αναζήτηση ετικέτας"
|
1630 |
|
1631 |
+
#: includes/event-organiser-cpt.php:155
|
1632 |
msgid "All Tags"
|
1633 |
msgstr "Όλες οι ετικέτες"
|
1634 |
|
1635 |
+
#: includes/event-organiser-cpt.php:156
|
1636 |
msgid "Popular Tags"
|
1637 |
msgstr "Δημοφιλείς ετικέτες"
|
1638 |
|
1639 |
+
#: includes/event-organiser-cpt.php:157
|
1640 |
msgid "Edit Tag"
|
1641 |
msgstr "Επεξεργασία ετικέτας"
|
1642 |
|
1643 |
+
#: includes/event-organiser-cpt.php:158
|
1644 |
msgid "Update Tag"
|
1645 |
msgstr "Ενημέρωση ετικέτας"
|
1646 |
|
1647 |
+
#: includes/event-organiser-cpt.php:159
|
1648 |
msgid "Add New Tag"
|
1649 |
msgstr "Νέα ετικέτα"
|
1650 |
|
1651 |
+
#: includes/event-organiser-cpt.php:160
|
1652 |
msgid "New Tag Name"
|
1653 |
msgstr "Νέο όνομα ετικέτας"
|
1654 |
|
1655 |
+
#: includes/event-organiser-cpt.php:161
|
1656 |
msgid "No tags found"
|
1657 |
msgstr "Δεν βρέθηκαν ετικέτες"
|
1658 |
|
1659 |
+
#: includes/event-organiser-cpt.php:162
|
1660 |
msgid "Choose from the most used tags"
|
1661 |
msgstr "Επιλέξτε απο τις πιο δημοφιλής ετικέτες"
|
1662 |
|
1663 |
+
#: includes/event-organiser-cpt.php:163
|
1664 |
#: includes/event-organiser-event-functions.php:1571
|
1665 |
#: templates/event-meta-event-single.php:66
|
1666 |
msgid "Tags"
|
1667 |
msgstr "Ετικέτες"
|
1668 |
|
1669 |
+
#: includes/event-organiser-cpt.php:164
|
1670 |
msgid "Add or remove tags"
|
1671 |
msgstr "Προσθήκη ή αφαίρεση ετικέτας"
|
1672 |
|
1673 |
+
#: includes/event-organiser-cpt.php:165
|
1674 |
msgid "Separate tags with commas"
|
1675 |
msgstr "Διαχωρίστε τις ετικέτες με κόμα."
|
1676 |
|
1677 |
+
#: includes/event-organiser-cpt.php:166
|
1678 |
msgid "Event tags list navigation"
|
1679 |
msgstr ""
|
1680 |
|
1681 |
+
#: includes/event-organiser-cpt.php:167
|
1682 |
msgid "Event tags list"
|
1683 |
msgstr ""
|
1684 |
|
1685 |
+
#: includes/event-organiser-cpt.php:169
|
1686 |
msgid "View all tags"
|
1687 |
msgstr ""
|
1688 |
|
1689 |
+
#: includes/event-organiser-cpt.php:228
|
1690 |
msgctxt "post"
|
1691 |
msgid "Add New"
|
1692 |
msgstr ""
|
1693 |
|
1694 |
+
#: includes/event-organiser-cpt.php:229
|
1695 |
msgid "Add New Event"
|
1696 |
msgstr "Προσθήκη Νέου Event"
|
1697 |
|
1698 |
+
#: includes/event-organiser-cpt.php:231
|
1699 |
msgid "New Event"
|
1700 |
msgstr "Νέο Event"
|
1701 |
|
1702 |
+
#: includes/event-organiser-cpt.php:232
|
1703 |
#, fuzzy
|
1704 |
msgid "All Events"
|
1705 |
msgstr "Όλα τα event"
|
1706 |
|
1707 |
+
#: includes/event-organiser-cpt.php:233
|
1708 |
msgid "View Event"
|
1709 |
msgstr "Εμφάνιση Event"
|
1710 |
|
1711 |
+
#: includes/event-organiser-cpt.php:234
|
1712 |
msgid "Search events"
|
1713 |
msgstr "Αναζήτηση Event"
|
1714 |
|
1715 |
+
#: includes/event-organiser-cpt.php:235
|
1716 |
msgid "No events found"
|
1717 |
msgstr "Δεν βρέθηκαν Event"
|
1718 |
|
1719 |
+
#: includes/event-organiser-cpt.php:236
|
1720 |
msgid "No events found in Trash"
|
1721 |
msgstr "Δεν βρέθηκαν Event στον κάδο"
|
1722 |
|
1723 |
+
#: includes/event-organiser-cpt.php:239
|
1724 |
msgid "Filter events list"
|
1725 |
msgstr ""
|
1726 |
|
1727 |
+
#: includes/event-organiser-cpt.php:240
|
1728 |
msgid "Events list navigation"
|
1729 |
msgstr ""
|
1730 |
|
1731 |
+
#: includes/event-organiser-cpt.php:241
|
1732 |
msgid "Events list"
|
1733 |
msgstr ""
|
1734 |
|
1735 |
+
#: includes/event-organiser-cpt.php:242
|
1736 |
msgid "Event Archives"
|
1737 |
msgstr ""
|
1738 |
|
1739 |
+
#: includes/event-organiser-cpt.php:243
|
1740 |
msgid "Insert into event"
|
1741 |
msgstr ""
|
1742 |
|
1743 |
+
#: includes/event-organiser-cpt.php:244
|
1744 |
msgid "Uploaded to this event"
|
1745 |
msgstr ""
|
1746 |
|
1747 |
+
#: includes/event-organiser-cpt.php:246
|
1748 |
#, php-format
|
1749 |
msgid "Events at %s"
|
1750 |
msgstr ""
|
1751 |
|
1752 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1753 |
+
#. *
|
1754 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1755 |
+
#. ***************** NOTICE: *****************
|
1756 |
+
#. *
|
1757 |
+
#. * @package Event Organiser (plug-in)
|
1758 |
+
#. * @since 1.0.0
|
1759 |
+
#.
|
1760 |
+
#. Call the template header
|
1761 |
+
#: includes/event-organiser-cpt.php:247
|
1762 |
#: templates/taxonomy-event-category.php:27
|
1763 |
#, php-format
|
1764 |
msgid "Event Category: %s"
|
1765 |
msgstr ""
|
1766 |
|
1767 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1768 |
+
#. *
|
1769 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1770 |
+
#. ***************** NOTICE: *****************
|
1771 |
+
#. *
|
1772 |
+
#. * @package Event Organiser (plug-in)
|
1773 |
+
#. * @since 1.2.0
|
1774 |
+
#.
|
1775 |
+
#. Call the template header
|
1776 |
+
#: includes/event-organiser-cpt.php:248 templates/taxonomy-event-tag.php:27
|
1777 |
#, php-format
|
1778 |
msgid "Event Tag: %s"
|
1779 |
msgstr ""
|
1780 |
|
1781 |
+
#: includes/event-organiser-cpt.php:249 includes/event-organiser-cpt.php:250
|
1782 |
+
#: includes/event-organiser-cpt.php:251
|
1783 |
#, fuzzy, php-format
|
1784 |
msgid "Events: %s"
|
1785 |
msgstr "Γεγονότα: "
|
1786 |
|
1787 |
+
#: includes/event-organiser-cpt.php:332
|
1788 |
#, php-format
|
1789 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1790 |
msgstr "Το event ενημερώθηκε. <a href=\"%s\">Εμφάνιση event</a>"
|
1791 |
|
1792 |
+
#: includes/event-organiser-cpt.php:333
|
1793 |
msgid "Event updated."
|
1794 |
msgstr "Το event ενημερώθηκε."
|
1795 |
|
1796 |
+
#: includes/event-organiser-cpt.php:335
|
1797 |
#, php-format
|
1798 |
msgid "Event restored to revision from %s"
|
1799 |
msgstr "Το event επαναφέρθηκε απο %s"
|
1800 |
|
1801 |
+
#: includes/event-organiser-cpt.php:336
|
1802 |
#, php-format
|
1803 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1804 |
msgstr "To event δημοσιέυθηκε <a href=\"%s\">Εμφάνιση</a>"
|
1805 |
|
1806 |
+
#: includes/event-organiser-cpt.php:337
|
1807 |
msgid "Event saved."
|
1808 |
msgstr "Το Event αποθηκέυτηκε"
|
1809 |
|
1810 |
+
#: includes/event-organiser-cpt.php:339
|
1811 |
#, php-format
|
1812 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1813 |
msgstr ""
|
1814 |
"Το event υποβλήθηκε. <a target=\"_blank\" href=\"%s\">Προεπισκόπηση event</"
|
1815 |
"a>"
|
1816 |
|
1817 |
+
#: includes/event-organiser-cpt.php:343
|
1818 |
#, php-format
|
1819 |
msgid ""
|
1820 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1823 |
"Το event προγραμματίστηκε για <strong>%1$s</strong>. <a target=\"_blank\" "
|
1824 |
"href=\"%2$s\">Προεπισκόπηση event</a>"
|
1825 |
|
1826 |
+
#. //php.net/date
|
1827 |
+
#: includes/event-organiser-cpt.php:345
|
1828 |
msgid "M j, Y @ G:i"
|
1829 |
msgstr "M j, Y @ G:i"
|
1830 |
|
1831 |
+
#: includes/event-organiser-cpt.php:348
|
1832 |
#, php-format
|
1833 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1834 |
msgstr ""
|
1835 |
"Το Event Πρόχειρο ενημερώθηκε. <a target=\"_blank\" href=\"%s"
|
1836 |
"\">Προεπισκόπηση</a>"
|
1837 |
|
1838 |
+
#: includes/event-organiser-cpt.php:351
|
1839 |
msgid "This event has been broken from a recurring event."
|
1840 |
msgstr "Το event έχει διακοπεί από ένα επαναλαμβανόμενο event."
|
1841 |
|
1842 |
+
#: includes/event-organiser-cpt.php:527
|
1843 |
msgid "Creating events"
|
1844 |
msgstr "Δημιουργία events"
|
1845 |
|
1846 |
+
#: includes/event-organiser-cpt.php:528
|
1847 |
msgid "Creating events:"
|
1848 |
msgstr "Δημιουργία events:"
|
1849 |
|
1850 |
+
#: includes/event-organiser-cpt.php:530
|
1851 |
msgid ""
|
1852 |
"The start date is the date the event starts. If the event is a recurring "
|
1853 |
"event, this is the start date of the first occurrence."
|
1856 |
"εκδήλωση είναι μια reoccuring περιπτώσει, αυτή είναι η ημερομηνία έναρξης "
|
1857 |
"της πρώτης εμφάνισης."
|
1858 |
|
1859 |
+
#: includes/event-organiser-cpt.php:531
|
1860 |
msgid ""
|
1861 |
"The end date is the date the event finishes. If the event is a recurring "
|
1862 |
"event, this is the end date of the first occurrence."
|
1865 |
"εκδήλωση είναι μια reoccuring περιπτώσει, αυτή είναι η ημερομηνία λήξης της "
|
1866 |
"πρώτης εμφάνισης."
|
1867 |
|
1868 |
+
#: includes/event-organiser-cpt.php:532
|
1869 |
msgid ""
|
1870 |
"All dates and times must be entered in the specified format. This format can "
|
1871 |
"changed in the settings page."
|
1873 |
"Όλες οι ημερομηνίες και οι ώρες πρέπει να αναγράφονται με συγκεκριμένο "
|
1874 |
"τρόπο. Αυτή η μορφή μπορεί να αλλάξει στην σελίδα ρυθμίσεων."
|
1875 |
|
1876 |
+
#: includes/event-organiser-cpt.php:537
|
1877 |
msgid "Repeating events"
|
1878 |
msgstr "Events που επαναλαμβάνονται"
|
1879 |
|
1880 |
+
#: includes/event-organiser-cpt.php:538
|
1881 |
msgid ""
|
1882 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1883 |
"dropdown menu to select how the event is to repeat. Further options then "
|
1887 |
"χρησιμοποιείστε το ανάλογο dropdown μενού για να επιλέξετε πως το event θα "
|
1888 |
"επαναλαμβάνεται."
|
1889 |
|
1890 |
+
#: includes/event-organiser-cpt.php:540
|
1891 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1892 |
msgstr "Καθορίστε πόσο συχνά το γεγονός θα πρέπει να επαναλάβει (προεπιλογή 1)"
|
1893 |
|
1894 |
+
#: includes/event-organiser-cpt.php:541
|
1895 |
msgid ""
|
1896 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1897 |
"date, but an occurrence that starts before may finish after this date."
|
1900 |
"περιστατικά προστίθενται μετά την ημερομηνία αυτή, αλλά ένα περιστατικό που "
|
1901 |
"ξεκινά πριν να ολοκληρωθεί μετά την ημερομηνία αυτή."
|
1902 |
|
1903 |
+
#: includes/event-organiser-cpt.php:542
|
1904 |
msgid ""
|
1905 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1906 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
1910 |
"επαναλάβει την εν λόγω ημερομηνία του μήνα (π.χ. για την 24η), είτε την "
|
1911 |
"ημέρα του μήνα (π.χ. για την τρίτη Τρίτη)"
|
1912 |
|
1913 |
+
#: includes/event-organiser-cpt.php:543
|
1914 |
msgid ""
|
1915 |
"If weekly recurrence is selected, select which days of the week the event "
|
1916 |
"should be repeated. If no days are selected, the day of the start date is "
|
1920 |
"η εκδήλωση θα πρέπει να επαναληφθεί. Εάν δεν έχουν επιλεγεί ημέρες, από την "
|
1921 |
"ημέρα από την ημερομηνία έναρξης χρησιμοποιείται"
|
1922 |
|
1923 |
+
#: includes/event-organiser-cpt.php:548 includes/event-organiser-cpt.php:549
|
1924 |
msgid "Selecting a venue"
|
1925 |
msgstr "Επιλέγοντας ένα χώρο"
|
1926 |
|
1927 |
+
#: includes/event-organiser-cpt.php:551
|
1928 |
msgid "Use the venues input field to search for existing venues"
|
1929 |
msgstr ""
|
1930 |
"Χρησιμοποιήστε το πεδίο εισαγωγής χώρους για την αναζήτηση υπάρχον χώρους"
|
1931 |
|
1932 |
+
#: includes/event-organiser-cpt.php:552
|
1933 |
msgid ""
|
1934 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1935 |
"page."
|
1937 |
"Μόνο προϋπάρχουσα χώρους μπορεί να επιλεγεί. Για να προσθέσετε ένα χώρο, "
|
1938 |
"μεταβείτε στη σελίδα χώρους."
|
1939 |
|
1940 |
+
#: includes/event-organiser-cpt.php:562 includes/event-organiser-cpt.php:581
|
1941 |
msgid "Overview"
|
1942 |
msgstr "Περίληψη"
|
1943 |
|
1944 |
+
#: includes/event-organiser-cpt.php:563
|
1945 |
msgid ""
|
1946 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1947 |
"appear as a single row </strong> in the table and the start and end date "
|
1952 |
"πίνακα και την ημερομηνία έναρξης και λήξης αναφέρεται στην πρώτη εμφάνιση "
|
1953 |
"αυτού του γεγονότος."
|
1954 |
|
1955 |
+
#: includes/event-organiser-cpt.php:569
|
1956 |
msgid ""
|
1957 |
"Hovering over a row in the venues list will display action links that allow "
|
1958 |
"you to manage that venue. You can perform the following actions:"
|
1961 |
"που σας επιτρέπουν να διαχειριστεί το εν λόγω χώρο. Μπορείτε να εκτελέσετε "
|
1962 |
"τις ακόλουθες ενέργειες:"
|
1963 |
|
1964 |
+
#: includes/event-organiser-cpt.php:571
|
1965 |
msgid ""
|
1966 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1967 |
"screen by clicking on the venue title."
|
1969 |
"Επεξεργασία σας μεταφέρει στην οθόνη επεξεργασίας για το συγκεκριμένο χώρο. "
|
1970 |
"Μπορείτε να φτάσετε επίσης ότι η οθόνη κάνοντας κλικ στον τίτλο τόπο."
|
1971 |
|
1972 |
+
#: includes/event-organiser-cpt.php:572
|
1973 |
msgid "Delete will permanently remove the venue"
|
1974 |
msgstr "Διαγραφή θα αφαιρέσει οριστικά το χώρο"
|
1975 |
|
1976 |
+
#: includes/event-organiser-cpt.php:573
|
1977 |
msgid "View will take you to the venue's page"
|
1978 |
msgstr "Η Εμφάνιση θα οδηγήσει σην σελίδα με τις τοποθεσίες."
|
1979 |
|
1980 |
+
#: includes/event-organiser-cpt.php:582
|
1981 |
msgid ""
|
1982 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1983 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
1987 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
1988 |
"the event's edit page will appear also."
|
1989 |
|
1990 |
+
#: includes/event-organiser-cpt.php:583
|
1991 |
msgid ""
|
1992 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1993 |
"mode. You can also filter the events by events by category and venue. The "
|
1997 |
"mode. You can also filter the events by events by category and venue. The "
|
1998 |
"'go to date' button allows you to quickly jump to a specific date."
|
1999 |
|
2000 |
+
#: includes/event-organiser-cpt.php:587
|
2001 |
msgid "Add Event"
|
2002 |
msgstr "Προσθήκη Event"
|
2003 |
|
2004 |
+
#: includes/event-organiser-cpt.php:588
|
2005 |
msgid ""
|
2006 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
2007 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
2015 |
"The event can be immediately published or saved as a draft. In any case, the "
|
2016 |
"event is created and you are forwarded to that event's edit page."
|
2017 |
|
2018 |
+
#: includes/event-organiser-cpt.php:594
|
2019 |
msgid "For more information"
|
2020 |
msgstr "Για περισσότερες πληροφορίες"
|
2021 |
|
2022 |
+
#: includes/event-organiser-cpt.php:595
|
2023 |
#, php-format
|
2024 |
msgid "See the <a %s> documentation</a>"
|
2025 |
msgstr "Δες την <a %s> αρθογραφία</a>"
|
2026 |
|
2027 |
+
#: includes/event-organiser-cpt.php:596
|
2028 |
msgid "Debugging Event Organiser"
|
2029 |
msgstr "Αποσφαλμάτωση Event Organizer"
|
2030 |
|
2031 |
+
#: includes/event-organiser-cpt.php:597
|
2032 |
msgid "Go Pro!"
|
2033 |
msgstr "Αναβάθμιση σε Pro!"
|
2034 |
|
2035 |
+
#: includes/event-organiser-cpt.php:708 includes/event-organiser-cpt.php:731
|
2036 |
msgid "Color"
|
2037 |
msgstr "Χρώμα"
|
2038 |
|
2039 |
+
#: includes/event-organiser-cpt.php:714
|
2040 |
msgid "Assign the category a colour."
|
2041 |
msgstr "Ορισε στην κατηγορία ένα χρώμα"
|
2042 |
|
2222 |
msgid "Help"
|
2223 |
msgstr ""
|
2224 |
|
2225 |
+
#: includes/event-organiser-venue-functions.php:995
|
2226 |
msgid "Address"
|
2227 |
msgstr "Διέυθυνση"
|
2228 |
|
2229 |
+
#: includes/event-organiser-venue-functions.php:996
|
2230 |
msgid "City"
|
2231 |
msgstr "Πόλη"
|
2232 |
|
2233 |
+
#: includes/event-organiser-venue-functions.php:997
|
2234 |
msgid "State / Province"
|
2235 |
msgstr "Περιοχή"
|
2236 |
|
2237 |
+
#: includes/event-organiser-venue-functions.php:998
|
2238 |
msgid "Post Code"
|
2239 |
msgstr "Ταχυδρομικός Κώδικας"
|
2240 |
|
2241 |
+
#: includes/event-organiser-venue-functions.php:999
|
2242 |
msgid "Country"
|
2243 |
msgstr "Χώρα"
|
2244 |
|
2333 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2334 |
msgstr ""
|
2335 |
|
2336 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
2337 |
+
#. *
|
2338 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
2339 |
+
#. ***************** NOTICE: *****************
|
2340 |
+
#. *
|
2341 |
+
#. * @package Event Organiser (plug-in)
|
2342 |
+
#. * @since 1.0.0
|
2343 |
+
#.
|
2344 |
+
#. Call the template header
|
2345 |
#: templates/taxonomy-event-venue.php:30
|
2346 |
#, php-format
|
2347 |
msgid "Events at: %s"
|
languages/eventorganiser-en_CA.mo
CHANGED
Binary file
|
languages/eventorganiser-en_CA.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: 2016-11-27T01:17:15+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
@@ -123,8 +123,8 @@ msgstr ""
|
|
123 |
|
124 |
#: classes/class-eo-event-list-widget.php:14
|
125 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
126 |
-
#: event-organiser.php:149 includes/event-organiser-cpt.php:
|
127 |
-
#: includes/event-organiser-cpt.php:
|
128 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
129 |
msgid "Events"
|
130 |
msgstr ""
|
@@ -247,7 +247,7 @@ msgid "Event Categories"
|
|
247 |
msgstr "Event Categories"
|
248 |
|
249 |
#: classes/class-eo-widget-categories.php:25
|
250 |
-
#: includes/event-organiser-cpt.php:
|
251 |
#: includes/event-organiser-event-functions.php:1563
|
252 |
#: templates/event-meta-event-single.php:62
|
253 |
msgid "Categories"
|
@@ -451,6 +451,21 @@ msgstr ""
|
|
451 |
msgid "Open shortcut help"
|
452 |
msgstr ""
|
453 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
454 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
455 |
#: templates/event-meta-event-single.php:32
|
456 |
msgid "Event Details"
|
@@ -643,7 +658,7 @@ msgid "Show dates"
|
|
643 |
msgstr "Show dates"
|
644 |
|
645 |
#: event-organiser-edit.php:274
|
646 |
-
#: includes/event-organiser-venue-functions.php:
|
647 |
msgid "Select a venue"
|
648 |
msgstr "Select a venue"
|
649 |
|
@@ -720,7 +735,7 @@ msgstr ""
|
|
720 |
msgid "Go to Event Organiser settings"
|
721 |
msgstr ""
|
722 |
|
723 |
-
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:
|
724 |
msgid "Event"
|
725 |
msgstr ""
|
726 |
|
@@ -883,7 +898,7 @@ msgid "Revisions"
|
|
883 |
msgstr "Revisions"
|
884 |
|
885 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
886 |
-
#: includes/event-organiser-cpt.php:
|
887 |
msgid "Event Tags"
|
888 |
msgstr "Event Tags"
|
889 |
|
@@ -1229,13 +1244,13 @@ msgstr ""
|
|
1229 |
msgid "Slug"
|
1230 |
msgstr ""
|
1231 |
|
1232 |
-
#: features/bootstrap/FeatureContext.php:
|
1233 |
-
#: features/bootstrap/FeatureContext.php:
|
1234 |
msgid "Main Sidebar"
|
1235 |
msgstr ""
|
1236 |
|
1237 |
-
#: features/bootstrap/FeatureContext.php:
|
1238 |
-
#: features/bootstrap/FeatureContext.php:
|
1239 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1240 |
msgstr ""
|
1241 |
|
@@ -1418,7 +1433,7 @@ msgstr ""
|
|
1418 |
msgid "This event recurs"
|
1419 |
msgstr ""
|
1420 |
|
1421 |
-
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:
|
1422 |
msgid "Edit Event"
|
1423 |
msgstr ""
|
1424 |
|
@@ -1520,379 +1535,398 @@ msgstr ""
|
|
1520 |
msgid "View all venues"
|
1521 |
msgstr "View all venues"
|
1522 |
|
1523 |
-
#: includes/event-organiser-cpt.php:
|
1524 |
msgctxt "taxonomy singular name"
|
1525 |
msgid "Category"
|
1526 |
msgstr ""
|
1527 |
|
1528 |
-
#: includes/event-organiser-cpt.php:
|
1529 |
msgid "Search Categories"
|
1530 |
msgstr ""
|
1531 |
|
1532 |
-
#: includes/event-organiser-cpt.php:
|
1533 |
msgid "All Categories"
|
1534 |
msgstr ""
|
1535 |
|
1536 |
-
#: includes/event-organiser-cpt.php:
|
1537 |
msgid "Parent Category"
|
1538 |
msgstr ""
|
1539 |
|
1540 |
-
#: includes/event-organiser-cpt.php:
|
1541 |
msgid "Parent Category:"
|
1542 |
msgstr ""
|
1543 |
|
1544 |
-
#: includes/event-organiser-cpt.php:
|
1545 |
msgid "Edit Category"
|
1546 |
msgstr ""
|
1547 |
|
1548 |
-
#: includes/event-organiser-cpt.php:
|
1549 |
msgid "Update Category"
|
1550 |
msgstr ""
|
1551 |
|
1552 |
-
#: includes/event-organiser-cpt.php:
|
1553 |
msgid "Add New Category"
|
1554 |
msgstr ""
|
1555 |
|
1556 |
-
#: includes/event-organiser-cpt.php:
|
1557 |
msgid "New Category Name"
|
1558 |
msgstr ""
|
1559 |
|
1560 |
-
#: includes/event-organiser-cpt.php:
|
1561 |
msgid "No categories found"
|
1562 |
msgstr ""
|
1563 |
|
1564 |
-
#: includes/event-organiser-cpt.php:
|
1565 |
msgid "Event categories list navigation"
|
1566 |
msgstr ""
|
1567 |
|
1568 |
-
#: includes/event-organiser-cpt.php:
|
1569 |
msgid "Event categories list"
|
1570 |
msgstr ""
|
1571 |
|
1572 |
-
#: includes/event-organiser-cpt.php:
|
1573 |
msgid "View all categories"
|
1574 |
msgstr "View all categories"
|
1575 |
|
1576 |
-
#: includes/event-organiser-cpt.php:
|
1577 |
msgctxt "taxonomy singular name"
|
1578 |
msgid "Tag"
|
1579 |
msgstr ""
|
1580 |
|
1581 |
-
#: includes/event-organiser-cpt.php:
|
1582 |
msgid "Search Tags"
|
1583 |
msgstr ""
|
1584 |
|
1585 |
-
#: includes/event-organiser-cpt.php:
|
1586 |
msgid "All Tags"
|
1587 |
msgstr ""
|
1588 |
|
1589 |
-
#: includes/event-organiser-cpt.php:
|
1590 |
msgid "Popular Tags"
|
1591 |
msgstr ""
|
1592 |
|
1593 |
-
#: includes/event-organiser-cpt.php:
|
1594 |
msgid "Edit Tag"
|
1595 |
msgstr ""
|
1596 |
|
1597 |
-
#: includes/event-organiser-cpt.php:
|
1598 |
msgid "Update Tag"
|
1599 |
msgstr ""
|
1600 |
|
1601 |
-
#: includes/event-organiser-cpt.php:
|
1602 |
msgid "Add New Tag"
|
1603 |
msgstr ""
|
1604 |
|
1605 |
-
#: includes/event-organiser-cpt.php:
|
1606 |
msgid "New Tag Name"
|
1607 |
msgstr ""
|
1608 |
|
1609 |
-
#: includes/event-organiser-cpt.php:
|
1610 |
msgid "No tags found"
|
1611 |
msgstr ""
|
1612 |
|
1613 |
-
#: includes/event-organiser-cpt.php:
|
1614 |
msgid "Choose from the most used tags"
|
1615 |
msgstr ""
|
1616 |
|
1617 |
-
#: includes/event-organiser-cpt.php:
|
1618 |
#: includes/event-organiser-event-functions.php:1571
|
1619 |
#: templates/event-meta-event-single.php:66
|
1620 |
msgid "Tags"
|
1621 |
msgstr ""
|
1622 |
|
1623 |
-
#: includes/event-organiser-cpt.php:
|
1624 |
msgid "Add or remove tags"
|
1625 |
msgstr ""
|
1626 |
|
1627 |
-
#: includes/event-organiser-cpt.php:
|
1628 |
msgid "Separate tags with commas"
|
1629 |
msgstr ""
|
1630 |
|
1631 |
-
#: includes/event-organiser-cpt.php:
|
1632 |
msgid "Event tags list navigation"
|
1633 |
msgstr ""
|
1634 |
|
1635 |
-
#: includes/event-organiser-cpt.php:
|
1636 |
msgid "Event tags list"
|
1637 |
msgstr ""
|
1638 |
|
1639 |
-
#: includes/event-organiser-cpt.php:
|
1640 |
msgid "View all tags"
|
1641 |
msgstr ""
|
1642 |
|
1643 |
-
#: includes/event-organiser-cpt.php:
|
1644 |
msgctxt "post"
|
1645 |
msgid "Add New"
|
1646 |
msgstr ""
|
1647 |
|
1648 |
-
#: includes/event-organiser-cpt.php:
|
1649 |
msgid "Add New Event"
|
1650 |
msgstr ""
|
1651 |
|
1652 |
-
#: includes/event-organiser-cpt.php:
|
1653 |
msgid "New Event"
|
1654 |
msgstr ""
|
1655 |
|
1656 |
-
#: includes/event-organiser-cpt.php:
|
1657 |
#, fuzzy
|
1658 |
msgid "All Events"
|
1659 |
msgstr "Delete Events"
|
1660 |
|
1661 |
-
#: includes/event-organiser-cpt.php:
|
1662 |
msgid "View Event"
|
1663 |
msgstr ""
|
1664 |
|
1665 |
-
#: includes/event-organiser-cpt.php:
|
1666 |
msgid "Search events"
|
1667 |
msgstr ""
|
1668 |
|
1669 |
-
#: includes/event-organiser-cpt.php:
|
1670 |
msgid "No events found"
|
1671 |
msgstr ""
|
1672 |
|
1673 |
-
#: includes/event-organiser-cpt.php:
|
1674 |
msgid "No events found in Trash"
|
1675 |
msgstr ""
|
1676 |
|
1677 |
-
#: includes/event-organiser-cpt.php:
|
1678 |
msgid "Filter events list"
|
1679 |
msgstr ""
|
1680 |
|
1681 |
-
#: includes/event-organiser-cpt.php:
|
1682 |
msgid "Events list navigation"
|
1683 |
msgstr ""
|
1684 |
|
1685 |
-
#: includes/event-organiser-cpt.php:
|
1686 |
msgid "Events list"
|
1687 |
msgstr ""
|
1688 |
|
1689 |
-
#: includes/event-organiser-cpt.php:
|
1690 |
msgid "Event Archives"
|
1691 |
msgstr ""
|
1692 |
|
1693 |
-
#: includes/event-organiser-cpt.php:
|
1694 |
msgid "Insert into event"
|
1695 |
msgstr ""
|
1696 |
|
1697 |
-
#: includes/event-organiser-cpt.php:
|
1698 |
msgid "Uploaded to this event"
|
1699 |
msgstr ""
|
1700 |
|
1701 |
-
#: includes/event-organiser-cpt.php:
|
1702 |
#, php-format
|
1703 |
msgid "Events at %s"
|
1704 |
msgstr ""
|
1705 |
|
1706 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1707 |
#: templates/taxonomy-event-category.php:27
|
1708 |
#, php-format
|
1709 |
msgid "Event Category: %s"
|
1710 |
msgstr ""
|
1711 |
|
1712 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1713 |
#, php-format
|
1714 |
msgid "Event Tag: %s"
|
1715 |
msgstr ""
|
1716 |
|
1717 |
-
#: includes/event-organiser-cpt.php:
|
1718 |
-
#: includes/event-organiser-cpt.php:
|
1719 |
#, fuzzy, php-format
|
1720 |
msgid "Events: %s"
|
1721 |
msgstr "Event Tags"
|
1722 |
|
1723 |
-
#: includes/event-organiser-cpt.php:
|
1724 |
#, php-format
|
1725 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1726 |
msgstr ""
|
1727 |
|
1728 |
-
#: includes/event-organiser-cpt.php:
|
1729 |
msgid "Event updated."
|
1730 |
msgstr ""
|
1731 |
|
1732 |
-
#: includes/event-organiser-cpt.php:
|
1733 |
#, php-format
|
1734 |
msgid "Event restored to revision from %s"
|
1735 |
msgstr ""
|
1736 |
|
1737 |
-
#: includes/event-organiser-cpt.php:
|
1738 |
#, php-format
|
1739 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1740 |
msgstr ""
|
1741 |
|
1742 |
-
#: includes/event-organiser-cpt.php:
|
1743 |
msgid "Event saved."
|
1744 |
msgstr ""
|
1745 |
|
1746 |
-
#: includes/event-organiser-cpt.php:
|
1747 |
#, php-format
|
1748 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1749 |
msgstr ""
|
1750 |
|
1751 |
-
#: includes/event-organiser-cpt.php:
|
1752 |
#, php-format
|
1753 |
msgid ""
|
1754 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1755 |
"\">Preview event</a>"
|
1756 |
msgstr ""
|
1757 |
|
1758 |
-
|
|
|
1759 |
msgid "M j, Y @ G:i"
|
1760 |
msgstr ""
|
1761 |
|
1762 |
-
#: includes/event-organiser-cpt.php:
|
1763 |
#, php-format
|
1764 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1765 |
msgstr ""
|
1766 |
|
1767 |
-
#: includes/event-organiser-cpt.php:
|
1768 |
msgid "This event has been broken from a recurring event."
|
1769 |
msgstr ""
|
1770 |
|
1771 |
-
#: includes/event-organiser-cpt.php:
|
1772 |
msgid "Creating events"
|
1773 |
msgstr ""
|
1774 |
|
1775 |
-
#: includes/event-organiser-cpt.php:
|
1776 |
msgid "Creating events:"
|
1777 |
msgstr ""
|
1778 |
|
1779 |
-
#: includes/event-organiser-cpt.php:
|
1780 |
msgid ""
|
1781 |
"The start date is the date the event starts. If the event is a recurring "
|
1782 |
"event, this is the start date of the first occurrence."
|
1783 |
msgstr ""
|
1784 |
|
1785 |
-
#: includes/event-organiser-cpt.php:
|
1786 |
msgid ""
|
1787 |
"The end date is the date the event finishes. If the event is a recurring "
|
1788 |
"event, this is the end date of the first occurrence."
|
1789 |
msgstr ""
|
1790 |
|
1791 |
-
#: includes/event-organiser-cpt.php:
|
1792 |
msgid ""
|
1793 |
"All dates and times must be entered in the specified format. This format can "
|
1794 |
"changed in the settings page."
|
1795 |
msgstr ""
|
1796 |
|
1797 |
-
#: includes/event-organiser-cpt.php:
|
1798 |
msgid "Repeating events"
|
1799 |
msgstr ""
|
1800 |
|
1801 |
-
#: includes/event-organiser-cpt.php:
|
1802 |
msgid ""
|
1803 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1804 |
"dropdown menu to select how the event is to repeat. Further options then "
|
1805 |
"appear, "
|
1806 |
msgstr ""
|
1807 |
|
1808 |
-
#: includes/event-organiser-cpt.php:
|
1809 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1810 |
msgstr ""
|
1811 |
|
1812 |
-
#: includes/event-organiser-cpt.php:
|
1813 |
msgid ""
|
1814 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1815 |
"date, but an occurrence that starts before may finish after this date."
|
1816 |
msgstr ""
|
1817 |
|
1818 |
-
#: includes/event-organiser-cpt.php:
|
1819 |
msgid ""
|
1820 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1821 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
1822 |
"third Tuesday) "
|
1823 |
msgstr ""
|
1824 |
|
1825 |
-
#: includes/event-organiser-cpt.php:
|
1826 |
msgid ""
|
1827 |
"If weekly recurrence is selected, select which days of the week the event "
|
1828 |
"should be repeated. If no days are selected, the day of the start date is "
|
1829 |
"used"
|
1830 |
msgstr ""
|
1831 |
|
1832 |
-
#: includes/event-organiser-cpt.php:
|
1833 |
msgid "Selecting a venue"
|
1834 |
msgstr ""
|
1835 |
|
1836 |
-
#: includes/event-organiser-cpt.php:
|
1837 |
msgid "Use the venues input field to search for existing venues"
|
1838 |
msgstr ""
|
1839 |
|
1840 |
-
#: includes/event-organiser-cpt.php:
|
1841 |
msgid ""
|
1842 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1843 |
"page."
|
1844 |
msgstr ""
|
1845 |
|
1846 |
-
#: includes/event-organiser-cpt.php:
|
1847 |
msgid "Overview"
|
1848 |
msgstr ""
|
1849 |
|
1850 |
-
#: includes/event-organiser-cpt.php:
|
1851 |
msgid ""
|
1852 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1853 |
"appear as a single row </strong> in the table and the start and end date "
|
1854 |
"refers to the first occurrence of that event."
|
1855 |
msgstr ""
|
1856 |
|
1857 |
-
#: includes/event-organiser-cpt.php:
|
1858 |
msgid ""
|
1859 |
"Hovering over a row in the venues list will display action links that allow "
|
1860 |
"you to manage that venue. You can perform the following actions:"
|
1861 |
msgstr ""
|
1862 |
|
1863 |
-
#: includes/event-organiser-cpt.php:
|
1864 |
msgid ""
|
1865 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1866 |
"screen by clicking on the venue title."
|
1867 |
msgstr ""
|
1868 |
|
1869 |
-
#: includes/event-organiser-cpt.php:
|
1870 |
msgid "Delete will permanently remove the venue"
|
1871 |
msgstr ""
|
1872 |
|
1873 |
-
#: includes/event-organiser-cpt.php:
|
1874 |
msgid "View will take you to the venue's page"
|
1875 |
msgstr ""
|
1876 |
|
1877 |
-
#: includes/event-organiser-cpt.php:
|
1878 |
msgid ""
|
1879 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1880 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
1881 |
"the event's edit page will appear also."
|
1882 |
msgstr ""
|
1883 |
|
1884 |
-
#: includes/event-organiser-cpt.php:
|
1885 |
msgid ""
|
1886 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1887 |
"mode. You can also filter the events by events by category and venue. The "
|
1888 |
"'go to date' button allows you to quickly jump to a specific date."
|
1889 |
msgstr ""
|
1890 |
|
1891 |
-
#: includes/event-organiser-cpt.php:
|
1892 |
msgid "Add Event"
|
1893 |
msgstr ""
|
1894 |
|
1895 |
-
#: includes/event-organiser-cpt.php:
|
1896 |
msgid ""
|
1897 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
1898 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
@@ -1901,28 +1935,28 @@ msgid ""
|
|
1901 |
"event is created and you are forwarded to that event's edit page."
|
1902 |
msgstr ""
|
1903 |
|
1904 |
-
#: includes/event-organiser-cpt.php:
|
1905 |
msgid "For more information"
|
1906 |
msgstr ""
|
1907 |
|
1908 |
-
#: includes/event-organiser-cpt.php:
|
1909 |
#, php-format
|
1910 |
msgid "See the <a %s> documentation</a>"
|
1911 |
msgstr ""
|
1912 |
|
1913 |
-
#: includes/event-organiser-cpt.php:
|
1914 |
msgid "Debugging Event Organiser"
|
1915 |
msgstr ""
|
1916 |
|
1917 |
-
#: includes/event-organiser-cpt.php:
|
1918 |
msgid "Go Pro!"
|
1919 |
msgstr ""
|
1920 |
|
1921 |
-
#: includes/event-organiser-cpt.php:
|
1922 |
msgid "Color"
|
1923 |
msgstr ""
|
1924 |
|
1925 |
-
#: includes/event-organiser-cpt.php:
|
1926 |
msgid "Assign the category a colour."
|
1927 |
msgstr ""
|
1928 |
|
@@ -2108,23 +2142,23 @@ msgstr ""
|
|
2108 |
msgid "Help"
|
2109 |
msgstr ""
|
2110 |
|
2111 |
-
#: includes/event-organiser-venue-functions.php:
|
2112 |
msgid "Address"
|
2113 |
msgstr ""
|
2114 |
|
2115 |
-
#: includes/event-organiser-venue-functions.php:
|
2116 |
msgid "City"
|
2117 |
msgstr ""
|
2118 |
|
2119 |
-
#: includes/event-organiser-venue-functions.php:
|
2120 |
msgid "State / Province"
|
2121 |
msgstr ""
|
2122 |
|
2123 |
-
#: includes/event-organiser-venue-functions.php:
|
2124 |
msgid "Post Code"
|
2125 |
msgstr ""
|
2126 |
|
2127 |
-
#: includes/event-organiser-venue-functions.php:
|
2128 |
msgid "Country"
|
2129 |
msgstr ""
|
2130 |
|
@@ -2217,6 +2251,15 @@ msgstr ""
|
|
2217 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2218 |
msgstr ""
|
2219 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2220 |
#: templates/taxonomy-event-venue.php:30
|
2221 |
#, php-format
|
2222 |
msgid "Events at: %s"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-03-06 23:13+0000\n"
|
6 |
"PO-Revision-Date: 2016-11-27T01:17:15+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
123 |
|
124 |
#: classes/class-eo-event-list-widget.php:14
|
125 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
126 |
+
#: event-organiser.php:149 includes/event-organiser-cpt.php:226
|
127 |
+
#: includes/event-organiser-cpt.php:238
|
128 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
129 |
msgid "Events"
|
130 |
msgstr ""
|
247 |
msgstr "Event Categories"
|
248 |
|
249 |
#: classes/class-eo-widget-categories.php:25
|
250 |
+
#: includes/event-organiser-cpt.php:95 includes/event-organiser-cpt.php:106
|
251 |
#: includes/event-organiser-event-functions.php:1563
|
252 |
#: templates/event-meta-event-single.php:62
|
253 |
msgid "Categories"
|
451 |
msgid "Open shortcut help"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#. //codex.wp-event-organiser.com
|
455 |
+
#. *
|
456 |
+
#. ***************** NOTICE: *****************
|
457 |
+
#. * Do not make changes to this file. Any changes made to this file
|
458 |
+
#. * will be overwritten if the plug-in is updated.
|
459 |
+
#. *
|
460 |
+
#. * To overwrite this template with your own, make a copy of it (with the same name)
|
461 |
+
#. * in your theme directory. See http://docs.wp-event-organiser.com/theme-integration for more information
|
462 |
+
#. *
|
463 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
464 |
+
#. ***************** NOTICE: *****************
|
465 |
+
#. *
|
466 |
+
#. * @package Event Organiser (plug-in)
|
467 |
+
#. * @since 1.7
|
468 |
+
#.
|
469 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
470 |
#: templates/event-meta-event-single.php:32
|
471 |
msgid "Event Details"
|
658 |
msgstr "Show dates"
|
659 |
|
660 |
#: event-organiser-edit.php:274
|
661 |
+
#: includes/event-organiser-venue-functions.php:1030
|
662 |
msgid "Select a venue"
|
663 |
msgstr "Select a venue"
|
664 |
|
735 |
msgid "Go to Event Organiser settings"
|
736 |
msgstr ""
|
737 |
|
738 |
+
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:227
|
739 |
msgid "Event"
|
740 |
msgstr ""
|
741 |
|
898 |
msgstr "Revisions"
|
899 |
|
900 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
901 |
+
#: includes/event-organiser-cpt.php:152
|
902 |
msgid "Event Tags"
|
903 |
msgstr "Event Tags"
|
904 |
|
1244 |
msgid "Slug"
|
1245 |
msgstr ""
|
1246 |
|
1247 |
+
#: features/bootstrap/FeatureContext.php:459
|
1248 |
+
#: features/bootstrap/FeatureContext.php:627
|
1249 |
msgid "Main Sidebar"
|
1250 |
msgstr ""
|
1251 |
|
1252 |
+
#: features/bootstrap/FeatureContext.php:461
|
1253 |
+
#: features/bootstrap/FeatureContext.php:629
|
1254 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1255 |
msgstr ""
|
1256 |
|
1433 |
msgid "This event recurs"
|
1434 |
msgstr ""
|
1435 |
|
1436 |
+
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:230
|
1437 |
msgid "Edit Event"
|
1438 |
msgstr ""
|
1439 |
|
1535 |
msgid "View all venues"
|
1536 |
msgstr "View all venues"
|
1537 |
|
1538 |
+
#: includes/event-organiser-cpt.php:96
|
1539 |
msgctxt "taxonomy singular name"
|
1540 |
msgid "Category"
|
1541 |
msgstr ""
|
1542 |
|
1543 |
+
#: includes/event-organiser-cpt.php:97
|
1544 |
msgid "Search Categories"
|
1545 |
msgstr ""
|
1546 |
|
1547 |
+
#: includes/event-organiser-cpt.php:98
|
1548 |
msgid "All Categories"
|
1549 |
msgstr ""
|
1550 |
|
1551 |
+
#: includes/event-organiser-cpt.php:99
|
1552 |
msgid "Parent Category"
|
1553 |
msgstr ""
|
1554 |
|
1555 |
+
#: includes/event-organiser-cpt.php:100
|
1556 |
msgid "Parent Category:"
|
1557 |
msgstr ""
|
1558 |
|
1559 |
+
#: includes/event-organiser-cpt.php:101
|
1560 |
msgid "Edit Category"
|
1561 |
msgstr ""
|
1562 |
|
1563 |
+
#: includes/event-organiser-cpt.php:102
|
1564 |
msgid "Update Category"
|
1565 |
msgstr ""
|
1566 |
|
1567 |
+
#: includes/event-organiser-cpt.php:103
|
1568 |
msgid "Add New Category"
|
1569 |
msgstr ""
|
1570 |
|
1571 |
+
#: includes/event-organiser-cpt.php:104
|
1572 |
msgid "New Category Name"
|
1573 |
msgstr ""
|
1574 |
|
1575 |
+
#: includes/event-organiser-cpt.php:105
|
1576 |
msgid "No categories found"
|
1577 |
msgstr ""
|
1578 |
|
1579 |
+
#: includes/event-organiser-cpt.php:107
|
1580 |
msgid "Event categories list navigation"
|
1581 |
msgstr ""
|
1582 |
|
1583 |
+
#: includes/event-organiser-cpt.php:108
|
1584 |
msgid "Event categories list"
|
1585 |
msgstr ""
|
1586 |
|
1587 |
+
#: includes/event-organiser-cpt.php:110
|
1588 |
msgid "View all categories"
|
1589 |
msgstr "View all categories"
|
1590 |
|
1591 |
+
#: includes/event-organiser-cpt.php:153
|
1592 |
msgctxt "taxonomy singular name"
|
1593 |
msgid "Tag"
|
1594 |
msgstr ""
|
1595 |
|
1596 |
+
#: includes/event-organiser-cpt.php:154
|
1597 |
msgid "Search Tags"
|
1598 |
msgstr ""
|
1599 |
|
1600 |
+
#: includes/event-organiser-cpt.php:155
|
1601 |
msgid "All Tags"
|
1602 |
msgstr ""
|
1603 |
|
1604 |
+
#: includes/event-organiser-cpt.php:156
|
1605 |
msgid "Popular Tags"
|
1606 |
msgstr ""
|
1607 |
|
1608 |
+
#: includes/event-organiser-cpt.php:157
|
1609 |
msgid "Edit Tag"
|
1610 |
msgstr ""
|
1611 |
|
1612 |
+
#: includes/event-organiser-cpt.php:158
|
1613 |
msgid "Update Tag"
|
1614 |
msgstr ""
|
1615 |
|
1616 |
+
#: includes/event-organiser-cpt.php:159
|
1617 |
msgid "Add New Tag"
|
1618 |
msgstr ""
|
1619 |
|
1620 |
+
#: includes/event-organiser-cpt.php:160
|
1621 |
msgid "New Tag Name"
|
1622 |
msgstr ""
|
1623 |
|
1624 |
+
#: includes/event-organiser-cpt.php:161
|
1625 |
msgid "No tags found"
|
1626 |
msgstr ""
|
1627 |
|
1628 |
+
#: includes/event-organiser-cpt.php:162
|
1629 |
msgid "Choose from the most used tags"
|
1630 |
msgstr ""
|
1631 |
|
1632 |
+
#: includes/event-organiser-cpt.php:163
|
1633 |
#: includes/event-organiser-event-functions.php:1571
|
1634 |
#: templates/event-meta-event-single.php:66
|
1635 |
msgid "Tags"
|
1636 |
msgstr ""
|
1637 |
|
1638 |
+
#: includes/event-organiser-cpt.php:164
|
1639 |
msgid "Add or remove tags"
|
1640 |
msgstr ""
|
1641 |
|
1642 |
+
#: includes/event-organiser-cpt.php:165
|
1643 |
msgid "Separate tags with commas"
|
1644 |
msgstr ""
|
1645 |
|
1646 |
+
#: includes/event-organiser-cpt.php:166
|
1647 |
msgid "Event tags list navigation"
|
1648 |
msgstr ""
|
1649 |
|
1650 |
+
#: includes/event-organiser-cpt.php:167
|
1651 |
msgid "Event tags list"
|
1652 |
msgstr ""
|
1653 |
|
1654 |
+
#: includes/event-organiser-cpt.php:169
|
1655 |
msgid "View all tags"
|
1656 |
msgstr ""
|
1657 |
|
1658 |
+
#: includes/event-organiser-cpt.php:228
|
1659 |
msgctxt "post"
|
1660 |
msgid "Add New"
|
1661 |
msgstr ""
|
1662 |
|
1663 |
+
#: includes/event-organiser-cpt.php:229
|
1664 |
msgid "Add New Event"
|
1665 |
msgstr ""
|
1666 |
|
1667 |
+
#: includes/event-organiser-cpt.php:231
|
1668 |
msgid "New Event"
|
1669 |
msgstr ""
|
1670 |
|
1671 |
+
#: includes/event-organiser-cpt.php:232
|
1672 |
#, fuzzy
|
1673 |
msgid "All Events"
|
1674 |
msgstr "Delete Events"
|
1675 |
|
1676 |
+
#: includes/event-organiser-cpt.php:233
|
1677 |
msgid "View Event"
|
1678 |
msgstr ""
|
1679 |
|
1680 |
+
#: includes/event-organiser-cpt.php:234
|
1681 |
msgid "Search events"
|
1682 |
msgstr ""
|
1683 |
|
1684 |
+
#: includes/event-organiser-cpt.php:235
|
1685 |
msgid "No events found"
|
1686 |
msgstr ""
|
1687 |
|
1688 |
+
#: includes/event-organiser-cpt.php:236
|
1689 |
msgid "No events found in Trash"
|
1690 |
msgstr ""
|
1691 |
|
1692 |
+
#: includes/event-organiser-cpt.php:239
|
1693 |
msgid "Filter events list"
|
1694 |
msgstr ""
|
1695 |
|
1696 |
+
#: includes/event-organiser-cpt.php:240
|
1697 |
msgid "Events list navigation"
|
1698 |
msgstr ""
|
1699 |
|
1700 |
+
#: includes/event-organiser-cpt.php:241
|
1701 |
msgid "Events list"
|
1702 |
msgstr ""
|
1703 |
|
1704 |
+
#: includes/event-organiser-cpt.php:242
|
1705 |
msgid "Event Archives"
|
1706 |
msgstr ""
|
1707 |
|
1708 |
+
#: includes/event-organiser-cpt.php:243
|
1709 |
msgid "Insert into event"
|
1710 |
msgstr ""
|
1711 |
|
1712 |
+
#: includes/event-organiser-cpt.php:244
|
1713 |
msgid "Uploaded to this event"
|
1714 |
msgstr ""
|
1715 |
|
1716 |
+
#: includes/event-organiser-cpt.php:246
|
1717 |
#, php-format
|
1718 |
msgid "Events at %s"
|
1719 |
msgstr ""
|
1720 |
|
1721 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1722 |
+
#. *
|
1723 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1724 |
+
#. ***************** NOTICE: *****************
|
1725 |
+
#. *
|
1726 |
+
#. * @package Event Organiser (plug-in)
|
1727 |
+
#. * @since 1.0.0
|
1728 |
+
#.
|
1729 |
+
#. Call the template header
|
1730 |
+
#: includes/event-organiser-cpt.php:247
|
1731 |
#: templates/taxonomy-event-category.php:27
|
1732 |
#, php-format
|
1733 |
msgid "Event Category: %s"
|
1734 |
msgstr ""
|
1735 |
|
1736 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1737 |
+
#. *
|
1738 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1739 |
+
#. ***************** NOTICE: *****************
|
1740 |
+
#. *
|
1741 |
+
#. * @package Event Organiser (plug-in)
|
1742 |
+
#. * @since 1.2.0
|
1743 |
+
#.
|
1744 |
+
#. Call the template header
|
1745 |
+
#: includes/event-organiser-cpt.php:248 templates/taxonomy-event-tag.php:27
|
1746 |
#, php-format
|
1747 |
msgid "Event Tag: %s"
|
1748 |
msgstr ""
|
1749 |
|
1750 |
+
#: includes/event-organiser-cpt.php:249 includes/event-organiser-cpt.php:250
|
1751 |
+
#: includes/event-organiser-cpt.php:251
|
1752 |
#, fuzzy, php-format
|
1753 |
msgid "Events: %s"
|
1754 |
msgstr "Event Tags"
|
1755 |
|
1756 |
+
#: includes/event-organiser-cpt.php:332
|
1757 |
#, php-format
|
1758 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1759 |
msgstr ""
|
1760 |
|
1761 |
+
#: includes/event-organiser-cpt.php:333
|
1762 |
msgid "Event updated."
|
1763 |
msgstr ""
|
1764 |
|
1765 |
+
#: includes/event-organiser-cpt.php:335
|
1766 |
#, php-format
|
1767 |
msgid "Event restored to revision from %s"
|
1768 |
msgstr ""
|
1769 |
|
1770 |
+
#: includes/event-organiser-cpt.php:336
|
1771 |
#, php-format
|
1772 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1773 |
msgstr ""
|
1774 |
|
1775 |
+
#: includes/event-organiser-cpt.php:337
|
1776 |
msgid "Event saved."
|
1777 |
msgstr ""
|
1778 |
|
1779 |
+
#: includes/event-organiser-cpt.php:339
|
1780 |
#, php-format
|
1781 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1782 |
msgstr ""
|
1783 |
|
1784 |
+
#: includes/event-organiser-cpt.php:343
|
1785 |
#, php-format
|
1786 |
msgid ""
|
1787 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1788 |
"\">Preview event</a>"
|
1789 |
msgstr ""
|
1790 |
|
1791 |
+
#. //php.net/date
|
1792 |
+
#: includes/event-organiser-cpt.php:345
|
1793 |
msgid "M j, Y @ G:i"
|
1794 |
msgstr ""
|
1795 |
|
1796 |
+
#: includes/event-organiser-cpt.php:348
|
1797 |
#, php-format
|
1798 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1799 |
msgstr ""
|
1800 |
|
1801 |
+
#: includes/event-organiser-cpt.php:351
|
1802 |
msgid "This event has been broken from a recurring event."
|
1803 |
msgstr ""
|
1804 |
|
1805 |
+
#: includes/event-organiser-cpt.php:527
|
1806 |
msgid "Creating events"
|
1807 |
msgstr ""
|
1808 |
|
1809 |
+
#: includes/event-organiser-cpt.php:528
|
1810 |
msgid "Creating events:"
|
1811 |
msgstr ""
|
1812 |
|
1813 |
+
#: includes/event-organiser-cpt.php:530
|
1814 |
msgid ""
|
1815 |
"The start date is the date the event starts. If the event is a recurring "
|
1816 |
"event, this is the start date of the first occurrence."
|
1817 |
msgstr ""
|
1818 |
|
1819 |
+
#: includes/event-organiser-cpt.php:531
|
1820 |
msgid ""
|
1821 |
"The end date is the date the event finishes. If the event is a recurring "
|
1822 |
"event, this is the end date of the first occurrence."
|
1823 |
msgstr ""
|
1824 |
|
1825 |
+
#: includes/event-organiser-cpt.php:532
|
1826 |
msgid ""
|
1827 |
"All dates and times must be entered in the specified format. This format can "
|
1828 |
"changed in the settings page."
|
1829 |
msgstr ""
|
1830 |
|
1831 |
+
#: includes/event-organiser-cpt.php:537
|
1832 |
msgid "Repeating events"
|
1833 |
msgstr ""
|
1834 |
|
1835 |
+
#: includes/event-organiser-cpt.php:538
|
1836 |
msgid ""
|
1837 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1838 |
"dropdown menu to select how the event is to repeat. Further options then "
|
1839 |
"appear, "
|
1840 |
msgstr ""
|
1841 |
|
1842 |
+
#: includes/event-organiser-cpt.php:540
|
1843 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1844 |
msgstr ""
|
1845 |
|
1846 |
+
#: includes/event-organiser-cpt.php:541
|
1847 |
msgid ""
|
1848 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1849 |
"date, but an occurrence that starts before may finish after this date."
|
1850 |
msgstr ""
|
1851 |
|
1852 |
+
#: includes/event-organiser-cpt.php:542
|
1853 |
msgid ""
|
1854 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1855 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
1856 |
"third Tuesday) "
|
1857 |
msgstr ""
|
1858 |
|
1859 |
+
#: includes/event-organiser-cpt.php:543
|
1860 |
msgid ""
|
1861 |
"If weekly recurrence is selected, select which days of the week the event "
|
1862 |
"should be repeated. If no days are selected, the day of the start date is "
|
1863 |
"used"
|
1864 |
msgstr ""
|
1865 |
|
1866 |
+
#: includes/event-organiser-cpt.php:548 includes/event-organiser-cpt.php:549
|
1867 |
msgid "Selecting a venue"
|
1868 |
msgstr ""
|
1869 |
|
1870 |
+
#: includes/event-organiser-cpt.php:551
|
1871 |
msgid "Use the venues input field to search for existing venues"
|
1872 |
msgstr ""
|
1873 |
|
1874 |
+
#: includes/event-organiser-cpt.php:552
|
1875 |
msgid ""
|
1876 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1877 |
"page."
|
1878 |
msgstr ""
|
1879 |
|
1880 |
+
#: includes/event-organiser-cpt.php:562 includes/event-organiser-cpt.php:581
|
1881 |
msgid "Overview"
|
1882 |
msgstr ""
|
1883 |
|
1884 |
+
#: includes/event-organiser-cpt.php:563
|
1885 |
msgid ""
|
1886 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1887 |
"appear as a single row </strong> in the table and the start and end date "
|
1888 |
"refers to the first occurrence of that event."
|
1889 |
msgstr ""
|
1890 |
|
1891 |
+
#: includes/event-organiser-cpt.php:569
|
1892 |
msgid ""
|
1893 |
"Hovering over a row in the venues list will display action links that allow "
|
1894 |
"you to manage that venue. You can perform the following actions:"
|
1895 |
msgstr ""
|
1896 |
|
1897 |
+
#: includes/event-organiser-cpt.php:571
|
1898 |
msgid ""
|
1899 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1900 |
"screen by clicking on the venue title."
|
1901 |
msgstr ""
|
1902 |
|
1903 |
+
#: includes/event-organiser-cpt.php:572
|
1904 |
msgid "Delete will permanently remove the venue"
|
1905 |
msgstr ""
|
1906 |
|
1907 |
+
#: includes/event-organiser-cpt.php:573
|
1908 |
msgid "View will take you to the venue's page"
|
1909 |
msgstr ""
|
1910 |
|
1911 |
+
#: includes/event-organiser-cpt.php:582
|
1912 |
msgid ""
|
1913 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1914 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
1915 |
"the event's edit page will appear also."
|
1916 |
msgstr ""
|
1917 |
|
1918 |
+
#: includes/event-organiser-cpt.php:583
|
1919 |
msgid ""
|
1920 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1921 |
"mode. You can also filter the events by events by category and venue. The "
|
1922 |
"'go to date' button allows you to quickly jump to a specific date."
|
1923 |
msgstr ""
|
1924 |
|
1925 |
+
#: includes/event-organiser-cpt.php:587
|
1926 |
msgid "Add Event"
|
1927 |
msgstr ""
|
1928 |
|
1929 |
+
#: includes/event-organiser-cpt.php:588
|
1930 |
msgid ""
|
1931 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
1932 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
1935 |
"event is created and you are forwarded to that event's edit page."
|
1936 |
msgstr ""
|
1937 |
|
1938 |
+
#: includes/event-organiser-cpt.php:594
|
1939 |
msgid "For more information"
|
1940 |
msgstr ""
|
1941 |
|
1942 |
+
#: includes/event-organiser-cpt.php:595
|
1943 |
#, php-format
|
1944 |
msgid "See the <a %s> documentation</a>"
|
1945 |
msgstr ""
|
1946 |
|
1947 |
+
#: includes/event-organiser-cpt.php:596
|
1948 |
msgid "Debugging Event Organiser"
|
1949 |
msgstr ""
|
1950 |
|
1951 |
+
#: includes/event-organiser-cpt.php:597
|
1952 |
msgid "Go Pro!"
|
1953 |
msgstr ""
|
1954 |
|
1955 |
+
#: includes/event-organiser-cpt.php:708 includes/event-organiser-cpt.php:731
|
1956 |
msgid "Color"
|
1957 |
msgstr ""
|
1958 |
|
1959 |
+
#: includes/event-organiser-cpt.php:714
|
1960 |
msgid "Assign the category a colour."
|
1961 |
msgstr ""
|
1962 |
|
2142 |
msgid "Help"
|
2143 |
msgstr ""
|
2144 |
|
2145 |
+
#: includes/event-organiser-venue-functions.php:995
|
2146 |
msgid "Address"
|
2147 |
msgstr ""
|
2148 |
|
2149 |
+
#: includes/event-organiser-venue-functions.php:996
|
2150 |
msgid "City"
|
2151 |
msgstr ""
|
2152 |
|
2153 |
+
#: includes/event-organiser-venue-functions.php:997
|
2154 |
msgid "State / Province"
|
2155 |
msgstr ""
|
2156 |
|
2157 |
+
#: includes/event-organiser-venue-functions.php:998
|
2158 |
msgid "Post Code"
|
2159 |
msgstr ""
|
2160 |
|
2161 |
+
#: includes/event-organiser-venue-functions.php:999
|
2162 |
msgid "Country"
|
2163 |
msgstr ""
|
2164 |
|
2251 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2252 |
msgstr ""
|
2253 |
|
2254 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
2255 |
+
#. *
|
2256 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
2257 |
+
#. ***************** NOTICE: *****************
|
2258 |
+
#. *
|
2259 |
+
#. * @package Event Organiser (plug-in)
|
2260 |
+
#. * @since 1.0.0
|
2261 |
+
#.
|
2262 |
+
#. Call the template header
|
2263 |
#: templates/taxonomy-event-venue.php:30
|
2264 |
#, php-format
|
2265 |
msgid "Events at: %s"
|
languages/eventorganiser-en_GB.mo
CHANGED
Binary file
|
languages/eventorganiser-en_GB.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: 2016-11-26T14:51:57+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
@@ -123,8 +123,8 @@ msgstr ""
|
|
123 |
|
124 |
#: classes/class-eo-event-list-widget.php:14
|
125 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
126 |
-
#: event-organiser.php:149 includes/event-organiser-cpt.php:
|
127 |
-
#: includes/event-organiser-cpt.php:
|
128 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
129 |
msgid "Events"
|
130 |
msgstr ""
|
@@ -247,7 +247,7 @@ msgid "Event Categories"
|
|
247 |
msgstr ""
|
248 |
|
249 |
#: classes/class-eo-widget-categories.php:25
|
250 |
-
#: includes/event-organiser-cpt.php:
|
251 |
#: includes/event-organiser-event-functions.php:1563
|
252 |
#: templates/event-meta-event-single.php:62
|
253 |
msgid "Categories"
|
@@ -451,6 +451,21 @@ msgstr ""
|
|
451 |
msgid "Open shortcut help"
|
452 |
msgstr ""
|
453 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
454 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
455 |
#: templates/event-meta-event-single.php:32
|
456 |
msgid "Event Details"
|
@@ -641,7 +656,7 @@ msgid "Show dates"
|
|
641 |
msgstr ""
|
642 |
|
643 |
#: event-organiser-edit.php:274
|
644 |
-
#: includes/event-organiser-venue-functions.php:
|
645 |
msgid "Select a venue"
|
646 |
msgstr ""
|
647 |
|
@@ -718,7 +733,7 @@ msgstr ""
|
|
718 |
msgid "Go to Event Organiser settings"
|
719 |
msgstr ""
|
720 |
|
721 |
-
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:
|
722 |
msgid "Event"
|
723 |
msgstr ""
|
724 |
|
@@ -881,7 +896,7 @@ msgid "Revisions"
|
|
881 |
msgstr ""
|
882 |
|
883 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
884 |
-
#: includes/event-organiser-cpt.php:
|
885 |
msgid "Event Tags"
|
886 |
msgstr ""
|
887 |
|
@@ -1210,13 +1225,13 @@ msgstr ""
|
|
1210 |
msgid "Slug"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
-
#: features/bootstrap/FeatureContext.php:
|
1214 |
-
#: features/bootstrap/FeatureContext.php:
|
1215 |
msgid "Main Sidebar"
|
1216 |
msgstr ""
|
1217 |
|
1218 |
-
#: features/bootstrap/FeatureContext.php:
|
1219 |
-
#: features/bootstrap/FeatureContext.php:
|
1220 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1221 |
msgstr ""
|
1222 |
|
@@ -1399,7 +1414,7 @@ msgstr ""
|
|
1399 |
msgid "This event recurs"
|
1400 |
msgstr ""
|
1401 |
|
1402 |
-
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:
|
1403 |
msgid "Edit Event"
|
1404 |
msgstr ""
|
1405 |
|
@@ -1501,378 +1516,397 @@ msgstr ""
|
|
1501 |
msgid "View all venues"
|
1502 |
msgstr ""
|
1503 |
|
1504 |
-
#: includes/event-organiser-cpt.php:
|
1505 |
msgctxt "taxonomy singular name"
|
1506 |
msgid "Category"
|
1507 |
msgstr ""
|
1508 |
|
1509 |
-
#: includes/event-organiser-cpt.php:
|
1510 |
msgid "Search Categories"
|
1511 |
msgstr ""
|
1512 |
|
1513 |
-
#: includes/event-organiser-cpt.php:
|
1514 |
msgid "All Categories"
|
1515 |
msgstr ""
|
1516 |
|
1517 |
-
#: includes/event-organiser-cpt.php:
|
1518 |
msgid "Parent Category"
|
1519 |
msgstr ""
|
1520 |
|
1521 |
-
#: includes/event-organiser-cpt.php:
|
1522 |
msgid "Parent Category:"
|
1523 |
msgstr ""
|
1524 |
|
1525 |
-
#: includes/event-organiser-cpt.php:
|
1526 |
msgid "Edit Category"
|
1527 |
msgstr ""
|
1528 |
|
1529 |
-
#: includes/event-organiser-cpt.php:
|
1530 |
msgid "Update Category"
|
1531 |
msgstr ""
|
1532 |
|
1533 |
-
#: includes/event-organiser-cpt.php:
|
1534 |
msgid "Add New Category"
|
1535 |
msgstr ""
|
1536 |
|
1537 |
-
#: includes/event-organiser-cpt.php:
|
1538 |
msgid "New Category Name"
|
1539 |
msgstr ""
|
1540 |
|
1541 |
-
#: includes/event-organiser-cpt.php:
|
1542 |
msgid "No categories found"
|
1543 |
msgstr ""
|
1544 |
|
1545 |
-
#: includes/event-organiser-cpt.php:
|
1546 |
msgid "Event categories list navigation"
|
1547 |
msgstr ""
|
1548 |
|
1549 |
-
#: includes/event-organiser-cpt.php:
|
1550 |
msgid "Event categories list"
|
1551 |
msgstr ""
|
1552 |
|
1553 |
-
#: includes/event-organiser-cpt.php:
|
1554 |
msgid "View all categories"
|
1555 |
msgstr ""
|
1556 |
|
1557 |
-
#: includes/event-organiser-cpt.php:
|
1558 |
msgctxt "taxonomy singular name"
|
1559 |
msgid "Tag"
|
1560 |
msgstr ""
|
1561 |
|
1562 |
-
#: includes/event-organiser-cpt.php:
|
1563 |
msgid "Search Tags"
|
1564 |
msgstr ""
|
1565 |
|
1566 |
-
#: includes/event-organiser-cpt.php:
|
1567 |
msgid "All Tags"
|
1568 |
msgstr ""
|
1569 |
|
1570 |
-
#: includes/event-organiser-cpt.php:
|
1571 |
msgid "Popular Tags"
|
1572 |
msgstr ""
|
1573 |
|
1574 |
-
#: includes/event-organiser-cpt.php:
|
1575 |
msgid "Edit Tag"
|
1576 |
msgstr ""
|
1577 |
|
1578 |
-
#: includes/event-organiser-cpt.php:
|
1579 |
msgid "Update Tag"
|
1580 |
msgstr ""
|
1581 |
|
1582 |
-
#: includes/event-organiser-cpt.php:
|
1583 |
msgid "Add New Tag"
|
1584 |
msgstr ""
|
1585 |
|
1586 |
-
#: includes/event-organiser-cpt.php:
|
1587 |
msgid "New Tag Name"
|
1588 |
msgstr ""
|
1589 |
|
1590 |
-
#: includes/event-organiser-cpt.php:
|
1591 |
msgid "No tags found"
|
1592 |
msgstr ""
|
1593 |
|
1594 |
-
#: includes/event-organiser-cpt.php:
|
1595 |
msgid "Choose from the most used tags"
|
1596 |
msgstr ""
|
1597 |
|
1598 |
-
#: includes/event-organiser-cpt.php:
|
1599 |
#: includes/event-organiser-event-functions.php:1571
|
1600 |
#: templates/event-meta-event-single.php:66
|
1601 |
msgid "Tags"
|
1602 |
msgstr ""
|
1603 |
|
1604 |
-
#: includes/event-organiser-cpt.php:
|
1605 |
msgid "Add or remove tags"
|
1606 |
msgstr ""
|
1607 |
|
1608 |
-
#: includes/event-organiser-cpt.php:
|
1609 |
msgid "Separate tags with commas"
|
1610 |
msgstr ""
|
1611 |
|
1612 |
-
#: includes/event-organiser-cpt.php:
|
1613 |
msgid "Event tags list navigation"
|
1614 |
msgstr ""
|
1615 |
|
1616 |
-
#: includes/event-organiser-cpt.php:
|
1617 |
msgid "Event tags list"
|
1618 |
msgstr ""
|
1619 |
|
1620 |
-
#: includes/event-organiser-cpt.php:
|
1621 |
msgid "View all tags"
|
1622 |
msgstr ""
|
1623 |
|
1624 |
-
#: includes/event-organiser-cpt.php:
|
1625 |
msgctxt "post"
|
1626 |
msgid "Add New"
|
1627 |
msgstr ""
|
1628 |
|
1629 |
-
#: includes/event-organiser-cpt.php:
|
1630 |
msgid "Add New Event"
|
1631 |
msgstr ""
|
1632 |
|
1633 |
-
#: includes/event-organiser-cpt.php:
|
1634 |
msgid "New Event"
|
1635 |
msgstr ""
|
1636 |
|
1637 |
-
#: includes/event-organiser-cpt.php:
|
1638 |
msgid "All Events"
|
1639 |
msgstr ""
|
1640 |
|
1641 |
-
#: includes/event-organiser-cpt.php:
|
1642 |
msgid "View Event"
|
1643 |
msgstr ""
|
1644 |
|
1645 |
-
#: includes/event-organiser-cpt.php:
|
1646 |
msgid "Search events"
|
1647 |
msgstr ""
|
1648 |
|
1649 |
-
#: includes/event-organiser-cpt.php:
|
1650 |
msgid "No events found"
|
1651 |
msgstr ""
|
1652 |
|
1653 |
-
#: includes/event-organiser-cpt.php:
|
1654 |
msgid "No events found in Trash"
|
1655 |
msgstr ""
|
1656 |
|
1657 |
-
#: includes/event-organiser-cpt.php:
|
1658 |
msgid "Filter events list"
|
1659 |
msgstr ""
|
1660 |
|
1661 |
-
#: includes/event-organiser-cpt.php:
|
1662 |
msgid "Events list navigation"
|
1663 |
msgstr ""
|
1664 |
|
1665 |
-
#: includes/event-organiser-cpt.php:
|
1666 |
msgid "Events list"
|
1667 |
msgstr ""
|
1668 |
|
1669 |
-
#: includes/event-organiser-cpt.php:
|
1670 |
msgid "Event Archives"
|
1671 |
msgstr ""
|
1672 |
|
1673 |
-
#: includes/event-organiser-cpt.php:
|
1674 |
msgid "Insert into event"
|
1675 |
msgstr ""
|
1676 |
|
1677 |
-
#: includes/event-organiser-cpt.php:
|
1678 |
msgid "Uploaded to this event"
|
1679 |
msgstr ""
|
1680 |
|
1681 |
-
#: includes/event-organiser-cpt.php:
|
1682 |
#, php-format
|
1683 |
msgid "Events at %s"
|
1684 |
msgstr ""
|
1685 |
|
1686 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1687 |
#: templates/taxonomy-event-category.php:27
|
1688 |
#, php-format
|
1689 |
msgid "Event Category: %s"
|
1690 |
msgstr ""
|
1691 |
|
1692 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1693 |
#, php-format
|
1694 |
msgid "Event Tag: %s"
|
1695 |
msgstr ""
|
1696 |
|
1697 |
-
#: includes/event-organiser-cpt.php:
|
1698 |
-
#: includes/event-organiser-cpt.php:
|
1699 |
#, fuzzy, php-format
|
1700 |
msgid "Events: %s"
|
1701 |
msgstr "Event archives:"
|
1702 |
|
1703 |
-
#: includes/event-organiser-cpt.php:
|
1704 |
#, php-format
|
1705 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1706 |
msgstr ""
|
1707 |
|
1708 |
-
#: includes/event-organiser-cpt.php:
|
1709 |
msgid "Event updated."
|
1710 |
msgstr ""
|
1711 |
|
1712 |
-
#: includes/event-organiser-cpt.php:
|
1713 |
#, php-format
|
1714 |
msgid "Event restored to revision from %s"
|
1715 |
msgstr ""
|
1716 |
|
1717 |
-
#: includes/event-organiser-cpt.php:
|
1718 |
#, php-format
|
1719 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1720 |
msgstr ""
|
1721 |
|
1722 |
-
#: includes/event-organiser-cpt.php:
|
1723 |
msgid "Event saved."
|
1724 |
msgstr ""
|
1725 |
|
1726 |
-
#: includes/event-organiser-cpt.php:
|
1727 |
#, php-format
|
1728 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1729 |
msgstr ""
|
1730 |
|
1731 |
-
#: includes/event-organiser-cpt.php:
|
1732 |
#, php-format
|
1733 |
msgid ""
|
1734 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1735 |
"\">Preview event</a>"
|
1736 |
msgstr ""
|
1737 |
|
1738 |
-
|
|
|
1739 |
msgid "M j, Y @ G:i"
|
1740 |
msgstr ""
|
1741 |
|
1742 |
-
#: includes/event-organiser-cpt.php:
|
1743 |
#, php-format
|
1744 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1745 |
msgstr ""
|
1746 |
|
1747 |
-
#: includes/event-organiser-cpt.php:
|
1748 |
msgid "This event has been broken from a recurring event."
|
1749 |
msgstr ""
|
1750 |
|
1751 |
-
#: includes/event-organiser-cpt.php:
|
1752 |
msgid "Creating events"
|
1753 |
msgstr ""
|
1754 |
|
1755 |
-
#: includes/event-organiser-cpt.php:
|
1756 |
msgid "Creating events:"
|
1757 |
msgstr ""
|
1758 |
|
1759 |
-
#: includes/event-organiser-cpt.php:
|
1760 |
msgid ""
|
1761 |
"The start date is the date the event starts. If the event is a recurring "
|
1762 |
"event, this is the start date of the first occurrence."
|
1763 |
msgstr ""
|
1764 |
|
1765 |
-
#: includes/event-organiser-cpt.php:
|
1766 |
msgid ""
|
1767 |
"The end date is the date the event finishes. If the event is a recurring "
|
1768 |
"event, this is the end date of the first occurrence."
|
1769 |
msgstr ""
|
1770 |
|
1771 |
-
#: includes/event-organiser-cpt.php:
|
1772 |
msgid ""
|
1773 |
"All dates and times must be entered in the specified format. This format can "
|
1774 |
"changed in the settings page."
|
1775 |
msgstr ""
|
1776 |
|
1777 |
-
#: includes/event-organiser-cpt.php:
|
1778 |
msgid "Repeating events"
|
1779 |
msgstr ""
|
1780 |
|
1781 |
-
#: includes/event-organiser-cpt.php:
|
1782 |
msgid ""
|
1783 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1784 |
"dropdown menu to select how the event is to repeat. Further options then "
|
1785 |
"appear, "
|
1786 |
msgstr ""
|
1787 |
|
1788 |
-
#: includes/event-organiser-cpt.php:
|
1789 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1790 |
msgstr ""
|
1791 |
|
1792 |
-
#: includes/event-organiser-cpt.php:
|
1793 |
msgid ""
|
1794 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1795 |
"date, but an occurrence that starts before may finish after this date."
|
1796 |
msgstr ""
|
1797 |
|
1798 |
-
#: includes/event-organiser-cpt.php:
|
1799 |
msgid ""
|
1800 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1801 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
1802 |
"third Tuesday) "
|
1803 |
msgstr ""
|
1804 |
|
1805 |
-
#: includes/event-organiser-cpt.php:
|
1806 |
msgid ""
|
1807 |
"If weekly recurrence is selected, select which days of the week the event "
|
1808 |
"should be repeated. If no days are selected, the day of the start date is "
|
1809 |
"used"
|
1810 |
msgstr ""
|
1811 |
|
1812 |
-
#: includes/event-organiser-cpt.php:
|
1813 |
msgid "Selecting a venue"
|
1814 |
msgstr ""
|
1815 |
|
1816 |
-
#: includes/event-organiser-cpt.php:
|
1817 |
msgid "Use the venues input field to search for existing venues"
|
1818 |
msgstr ""
|
1819 |
|
1820 |
-
#: includes/event-organiser-cpt.php:
|
1821 |
msgid ""
|
1822 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1823 |
"page."
|
1824 |
msgstr ""
|
1825 |
|
1826 |
-
#: includes/event-organiser-cpt.php:
|
1827 |
msgid "Overview"
|
1828 |
msgstr ""
|
1829 |
|
1830 |
-
#: includes/event-organiser-cpt.php:
|
1831 |
msgid ""
|
1832 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1833 |
"appear as a single row </strong> in the table and the start and end date "
|
1834 |
"refers to the first occurrence of that event."
|
1835 |
msgstr ""
|
1836 |
|
1837 |
-
#: includes/event-organiser-cpt.php:
|
1838 |
msgid ""
|
1839 |
"Hovering over a row in the venues list will display action links that allow "
|
1840 |
"you to manage that venue. You can perform the following actions:"
|
1841 |
msgstr ""
|
1842 |
|
1843 |
-
#: includes/event-organiser-cpt.php:
|
1844 |
msgid ""
|
1845 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1846 |
"screen by clicking on the venue title."
|
1847 |
msgstr ""
|
1848 |
|
1849 |
-
#: includes/event-organiser-cpt.php:
|
1850 |
msgid "Delete will permanently remove the venue"
|
1851 |
msgstr ""
|
1852 |
|
1853 |
-
#: includes/event-organiser-cpt.php:
|
1854 |
msgid "View will take you to the venue's page"
|
1855 |
msgstr ""
|
1856 |
|
1857 |
-
#: includes/event-organiser-cpt.php:
|
1858 |
msgid ""
|
1859 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1860 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
1861 |
"the event's edit page will appear also."
|
1862 |
msgstr ""
|
1863 |
|
1864 |
-
#: includes/event-organiser-cpt.php:
|
1865 |
msgid ""
|
1866 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1867 |
"mode. You can also filter the events by events by category and venue. The "
|
1868 |
"'go to date' button allows you to quickly jump to a specific date."
|
1869 |
msgstr ""
|
1870 |
|
1871 |
-
#: includes/event-organiser-cpt.php:
|
1872 |
msgid "Add Event"
|
1873 |
msgstr ""
|
1874 |
|
1875 |
-
#: includes/event-organiser-cpt.php:
|
1876 |
msgid ""
|
1877 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
1878 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
@@ -1881,28 +1915,28 @@ msgid ""
|
|
1881 |
"event is created and you are forwarded to that event's edit page."
|
1882 |
msgstr ""
|
1883 |
|
1884 |
-
#: includes/event-organiser-cpt.php:
|
1885 |
msgid "For more information"
|
1886 |
msgstr ""
|
1887 |
|
1888 |
-
#: includes/event-organiser-cpt.php:
|
1889 |
#, php-format
|
1890 |
msgid "See the <a %s> documentation</a>"
|
1891 |
msgstr ""
|
1892 |
|
1893 |
-
#: includes/event-organiser-cpt.php:
|
1894 |
msgid "Debugging Event Organiser"
|
1895 |
msgstr ""
|
1896 |
|
1897 |
-
#: includes/event-organiser-cpt.php:
|
1898 |
msgid "Go Pro!"
|
1899 |
msgstr ""
|
1900 |
|
1901 |
-
#: includes/event-organiser-cpt.php:
|
1902 |
msgid "Color"
|
1903 |
msgstr ""
|
1904 |
|
1905 |
-
#: includes/event-organiser-cpt.php:
|
1906 |
msgid "Assign the category a colour."
|
1907 |
msgstr ""
|
1908 |
|
@@ -2087,23 +2121,23 @@ msgstr ""
|
|
2087 |
msgid "Help"
|
2088 |
msgstr ""
|
2089 |
|
2090 |
-
#: includes/event-organiser-venue-functions.php:
|
2091 |
msgid "Address"
|
2092 |
msgstr ""
|
2093 |
|
2094 |
-
#: includes/event-organiser-venue-functions.php:
|
2095 |
msgid "City"
|
2096 |
msgstr ""
|
2097 |
|
2098 |
-
#: includes/event-organiser-venue-functions.php:
|
2099 |
msgid "State / Province"
|
2100 |
msgstr ""
|
2101 |
|
2102 |
-
#: includes/event-organiser-venue-functions.php:
|
2103 |
msgid "Post Code"
|
2104 |
msgstr ""
|
2105 |
|
2106 |
-
#: includes/event-organiser-venue-functions.php:
|
2107 |
msgid "Country"
|
2108 |
msgstr ""
|
2109 |
|
@@ -2196,6 +2230,15 @@ msgstr ""
|
|
2196 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2197 |
msgstr ""
|
2198 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2199 |
#: templates/taxonomy-event-venue.php:30
|
2200 |
#, php-format
|
2201 |
msgid "Events at: %s"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-03-06 23:13+0000\n"
|
6 |
"PO-Revision-Date: 2016-11-26T14:51:57+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
123 |
|
124 |
#: classes/class-eo-event-list-widget.php:14
|
125 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
126 |
+
#: event-organiser.php:149 includes/event-organiser-cpt.php:226
|
127 |
+
#: includes/event-organiser-cpt.php:238
|
128 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
129 |
msgid "Events"
|
130 |
msgstr ""
|
247 |
msgstr ""
|
248 |
|
249 |
#: classes/class-eo-widget-categories.php:25
|
250 |
+
#: includes/event-organiser-cpt.php:95 includes/event-organiser-cpt.php:106
|
251 |
#: includes/event-organiser-event-functions.php:1563
|
252 |
#: templates/event-meta-event-single.php:62
|
253 |
msgid "Categories"
|
451 |
msgid "Open shortcut help"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#. //codex.wp-event-organiser.com
|
455 |
+
#. *
|
456 |
+
#. ***************** NOTICE: *****************
|
457 |
+
#. * Do not make changes to this file. Any changes made to this file
|
458 |
+
#. * will be overwritten if the plug-in is updated.
|
459 |
+
#. *
|
460 |
+
#. * To overwrite this template with your own, make a copy of it (with the same name)
|
461 |
+
#. * in your theme directory. See http://docs.wp-event-organiser.com/theme-integration for more information
|
462 |
+
#. *
|
463 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
464 |
+
#. ***************** NOTICE: *****************
|
465 |
+
#. *
|
466 |
+
#. * @package Event Organiser (plug-in)
|
467 |
+
#. * @since 1.7
|
468 |
+
#.
|
469 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
470 |
#: templates/event-meta-event-single.php:32
|
471 |
msgid "Event Details"
|
656 |
msgstr ""
|
657 |
|
658 |
#: event-organiser-edit.php:274
|
659 |
+
#: includes/event-organiser-venue-functions.php:1030
|
660 |
msgid "Select a venue"
|
661 |
msgstr ""
|
662 |
|
733 |
msgid "Go to Event Organiser settings"
|
734 |
msgstr ""
|
735 |
|
736 |
+
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:227
|
737 |
msgid "Event"
|
738 |
msgstr ""
|
739 |
|
896 |
msgstr ""
|
897 |
|
898 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
899 |
+
#: includes/event-organiser-cpt.php:152
|
900 |
msgid "Event Tags"
|
901 |
msgstr ""
|
902 |
|
1225 |
msgid "Slug"
|
1226 |
msgstr ""
|
1227 |
|
1228 |
+
#: features/bootstrap/FeatureContext.php:459
|
1229 |
+
#: features/bootstrap/FeatureContext.php:627
|
1230 |
msgid "Main Sidebar"
|
1231 |
msgstr ""
|
1232 |
|
1233 |
+
#: features/bootstrap/FeatureContext.php:461
|
1234 |
+
#: features/bootstrap/FeatureContext.php:629
|
1235 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1236 |
msgstr ""
|
1237 |
|
1414 |
msgid "This event recurs"
|
1415 |
msgstr ""
|
1416 |
|
1417 |
+
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:230
|
1418 |
msgid "Edit Event"
|
1419 |
msgstr ""
|
1420 |
|
1516 |
msgid "View all venues"
|
1517 |
msgstr ""
|
1518 |
|
1519 |
+
#: includes/event-organiser-cpt.php:96
|
1520 |
msgctxt "taxonomy singular name"
|
1521 |
msgid "Category"
|
1522 |
msgstr ""
|
1523 |
|
1524 |
+
#: includes/event-organiser-cpt.php:97
|
1525 |
msgid "Search Categories"
|
1526 |
msgstr ""
|
1527 |
|
1528 |
+
#: includes/event-organiser-cpt.php:98
|
1529 |
msgid "All Categories"
|
1530 |
msgstr ""
|
1531 |
|
1532 |
+
#: includes/event-organiser-cpt.php:99
|
1533 |
msgid "Parent Category"
|
1534 |
msgstr ""
|
1535 |
|
1536 |
+
#: includes/event-organiser-cpt.php:100
|
1537 |
msgid "Parent Category:"
|
1538 |
msgstr ""
|
1539 |
|
1540 |
+
#: includes/event-organiser-cpt.php:101
|
1541 |
msgid "Edit Category"
|
1542 |
msgstr ""
|
1543 |
|
1544 |
+
#: includes/event-organiser-cpt.php:102
|
1545 |
msgid "Update Category"
|
1546 |
msgstr ""
|
1547 |
|
1548 |
+
#: includes/event-organiser-cpt.php:103
|
1549 |
msgid "Add New Category"
|
1550 |
msgstr ""
|
1551 |
|
1552 |
+
#: includes/event-organiser-cpt.php:104
|
1553 |
msgid "New Category Name"
|
1554 |
msgstr ""
|
1555 |
|
1556 |
+
#: includes/event-organiser-cpt.php:105
|
1557 |
msgid "No categories found"
|
1558 |
msgstr ""
|
1559 |
|
1560 |
+
#: includes/event-organiser-cpt.php:107
|
1561 |
msgid "Event categories list navigation"
|
1562 |
msgstr ""
|
1563 |
|
1564 |
+
#: includes/event-organiser-cpt.php:108
|
1565 |
msgid "Event categories list"
|
1566 |
msgstr ""
|
1567 |
|
1568 |
+
#: includes/event-organiser-cpt.php:110
|
1569 |
msgid "View all categories"
|
1570 |
msgstr ""
|
1571 |
|
1572 |
+
#: includes/event-organiser-cpt.php:153
|
1573 |
msgctxt "taxonomy singular name"
|
1574 |
msgid "Tag"
|
1575 |
msgstr ""
|
1576 |
|
1577 |
+
#: includes/event-organiser-cpt.php:154
|
1578 |
msgid "Search Tags"
|
1579 |
msgstr ""
|
1580 |
|
1581 |
+
#: includes/event-organiser-cpt.php:155
|
1582 |
msgid "All Tags"
|
1583 |
msgstr ""
|
1584 |
|
1585 |
+
#: includes/event-organiser-cpt.php:156
|
1586 |
msgid "Popular Tags"
|
1587 |
msgstr ""
|
1588 |
|
1589 |
+
#: includes/event-organiser-cpt.php:157
|
1590 |
msgid "Edit Tag"
|
1591 |
msgstr ""
|
1592 |
|
1593 |
+
#: includes/event-organiser-cpt.php:158
|
1594 |
msgid "Update Tag"
|
1595 |
msgstr ""
|
1596 |
|
1597 |
+
#: includes/event-organiser-cpt.php:159
|
1598 |
msgid "Add New Tag"
|
1599 |
msgstr ""
|
1600 |
|
1601 |
+
#: includes/event-organiser-cpt.php:160
|
1602 |
msgid "New Tag Name"
|
1603 |
msgstr ""
|
1604 |
|
1605 |
+
#: includes/event-organiser-cpt.php:161
|
1606 |
msgid "No tags found"
|
1607 |
msgstr ""
|
1608 |
|
1609 |
+
#: includes/event-organiser-cpt.php:162
|
1610 |
msgid "Choose from the most used tags"
|
1611 |
msgstr ""
|
1612 |
|
1613 |
+
#: includes/event-organiser-cpt.php:163
|
1614 |
#: includes/event-organiser-event-functions.php:1571
|
1615 |
#: templates/event-meta-event-single.php:66
|
1616 |
msgid "Tags"
|
1617 |
msgstr ""
|
1618 |
|
1619 |
+
#: includes/event-organiser-cpt.php:164
|
1620 |
msgid "Add or remove tags"
|
1621 |
msgstr ""
|
1622 |
|
1623 |
+
#: includes/event-organiser-cpt.php:165
|
1624 |
msgid "Separate tags with commas"
|
1625 |
msgstr ""
|
1626 |
|
1627 |
+
#: includes/event-organiser-cpt.php:166
|
1628 |
msgid "Event tags list navigation"
|
1629 |
msgstr ""
|
1630 |
|
1631 |
+
#: includes/event-organiser-cpt.php:167
|
1632 |
msgid "Event tags list"
|
1633 |
msgstr ""
|
1634 |
|
1635 |
+
#: includes/event-organiser-cpt.php:169
|
1636 |
msgid "View all tags"
|
1637 |
msgstr ""
|
1638 |
|
1639 |
+
#: includes/event-organiser-cpt.php:228
|
1640 |
msgctxt "post"
|
1641 |
msgid "Add New"
|
1642 |
msgstr ""
|
1643 |
|
1644 |
+
#: includes/event-organiser-cpt.php:229
|
1645 |
msgid "Add New Event"
|
1646 |
msgstr ""
|
1647 |
|
1648 |
+
#: includes/event-organiser-cpt.php:231
|
1649 |
msgid "New Event"
|
1650 |
msgstr ""
|
1651 |
|
1652 |
+
#: includes/event-organiser-cpt.php:232
|
1653 |
msgid "All Events"
|
1654 |
msgstr ""
|
1655 |
|
1656 |
+
#: includes/event-organiser-cpt.php:233
|
1657 |
msgid "View Event"
|
1658 |
msgstr ""
|
1659 |
|
1660 |
+
#: includes/event-organiser-cpt.php:234
|
1661 |
msgid "Search events"
|
1662 |
msgstr ""
|
1663 |
|
1664 |
+
#: includes/event-organiser-cpt.php:235
|
1665 |
msgid "No events found"
|
1666 |
msgstr ""
|
1667 |
|
1668 |
+
#: includes/event-organiser-cpt.php:236
|
1669 |
msgid "No events found in Trash"
|
1670 |
msgstr ""
|
1671 |
|
1672 |
+
#: includes/event-organiser-cpt.php:239
|
1673 |
msgid "Filter events list"
|
1674 |
msgstr ""
|
1675 |
|
1676 |
+
#: includes/event-organiser-cpt.php:240
|
1677 |
msgid "Events list navigation"
|
1678 |
msgstr ""
|
1679 |
|
1680 |
+
#: includes/event-organiser-cpt.php:241
|
1681 |
msgid "Events list"
|
1682 |
msgstr ""
|
1683 |
|
1684 |
+
#: includes/event-organiser-cpt.php:242
|
1685 |
msgid "Event Archives"
|
1686 |
msgstr ""
|
1687 |
|
1688 |
+
#: includes/event-organiser-cpt.php:243
|
1689 |
msgid "Insert into event"
|
1690 |
msgstr ""
|
1691 |
|
1692 |
+
#: includes/event-organiser-cpt.php:244
|
1693 |
msgid "Uploaded to this event"
|
1694 |
msgstr ""
|
1695 |
|
1696 |
+
#: includes/event-organiser-cpt.php:246
|
1697 |
#, php-format
|
1698 |
msgid "Events at %s"
|
1699 |
msgstr ""
|
1700 |
|
1701 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1702 |
+
#. *
|
1703 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1704 |
+
#. ***************** NOTICE: *****************
|
1705 |
+
#. *
|
1706 |
+
#. * @package Event Organiser (plug-in)
|
1707 |
+
#. * @since 1.0.0
|
1708 |
+
#.
|
1709 |
+
#. Call the template header
|
1710 |
+
#: includes/event-organiser-cpt.php:247
|
1711 |
#: templates/taxonomy-event-category.php:27
|
1712 |
#, php-format
|
1713 |
msgid "Event Category: %s"
|
1714 |
msgstr ""
|
1715 |
|
1716 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1717 |
+
#. *
|
1718 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1719 |
+
#. ***************** NOTICE: *****************
|
1720 |
+
#. *
|
1721 |
+
#. * @package Event Organiser (plug-in)
|
1722 |
+
#. * @since 1.2.0
|
1723 |
+
#.
|
1724 |
+
#. Call the template header
|
1725 |
+
#: includes/event-organiser-cpt.php:248 templates/taxonomy-event-tag.php:27
|
1726 |
#, php-format
|
1727 |
msgid "Event Tag: %s"
|
1728 |
msgstr ""
|
1729 |
|
1730 |
+
#: includes/event-organiser-cpt.php:249 includes/event-organiser-cpt.php:250
|
1731 |
+
#: includes/event-organiser-cpt.php:251
|
1732 |
#, fuzzy, php-format
|
1733 |
msgid "Events: %s"
|
1734 |
msgstr "Event archives:"
|
1735 |
|
1736 |
+
#: includes/event-organiser-cpt.php:332
|
1737 |
#, php-format
|
1738 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1739 |
msgstr ""
|
1740 |
|
1741 |
+
#: includes/event-organiser-cpt.php:333
|
1742 |
msgid "Event updated."
|
1743 |
msgstr ""
|
1744 |
|
1745 |
+
#: includes/event-organiser-cpt.php:335
|
1746 |
#, php-format
|
1747 |
msgid "Event restored to revision from %s"
|
1748 |
msgstr ""
|
1749 |
|
1750 |
+
#: includes/event-organiser-cpt.php:336
|
1751 |
#, php-format
|
1752 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1753 |
msgstr ""
|
1754 |
|
1755 |
+
#: includes/event-organiser-cpt.php:337
|
1756 |
msgid "Event saved."
|
1757 |
msgstr ""
|
1758 |
|
1759 |
+
#: includes/event-organiser-cpt.php:339
|
1760 |
#, php-format
|
1761 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1762 |
msgstr ""
|
1763 |
|
1764 |
+
#: includes/event-organiser-cpt.php:343
|
1765 |
#, php-format
|
1766 |
msgid ""
|
1767 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1768 |
"\">Preview event</a>"
|
1769 |
msgstr ""
|
1770 |
|
1771 |
+
#. //php.net/date
|
1772 |
+
#: includes/event-organiser-cpt.php:345
|
1773 |
msgid "M j, Y @ G:i"
|
1774 |
msgstr ""
|
1775 |
|
1776 |
+
#: includes/event-organiser-cpt.php:348
|
1777 |
#, php-format
|
1778 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1779 |
msgstr ""
|
1780 |
|
1781 |
+
#: includes/event-organiser-cpt.php:351
|
1782 |
msgid "This event has been broken from a recurring event."
|
1783 |
msgstr ""
|
1784 |
|
1785 |
+
#: includes/event-organiser-cpt.php:527
|
1786 |
msgid "Creating events"
|
1787 |
msgstr ""
|
1788 |
|
1789 |
+
#: includes/event-organiser-cpt.php:528
|
1790 |
msgid "Creating events:"
|
1791 |
msgstr ""
|
1792 |
|
1793 |
+
#: includes/event-organiser-cpt.php:530
|
1794 |
msgid ""
|
1795 |
"The start date is the date the event starts. If the event is a recurring "
|
1796 |
"event, this is the start date of the first occurrence."
|
1797 |
msgstr ""
|
1798 |
|
1799 |
+
#: includes/event-organiser-cpt.php:531
|
1800 |
msgid ""
|
1801 |
"The end date is the date the event finishes. If the event is a recurring "
|
1802 |
"event, this is the end date of the first occurrence."
|
1803 |
msgstr ""
|
1804 |
|
1805 |
+
#: includes/event-organiser-cpt.php:532
|
1806 |
msgid ""
|
1807 |
"All dates and times must be entered in the specified format. This format can "
|
1808 |
"changed in the settings page."
|
1809 |
msgstr ""
|
1810 |
|
1811 |
+
#: includes/event-organiser-cpt.php:537
|
1812 |
msgid "Repeating events"
|
1813 |
msgstr ""
|
1814 |
|
1815 |
+
#: includes/event-organiser-cpt.php:538
|
1816 |
msgid ""
|
1817 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1818 |
"dropdown menu to select how the event is to repeat. Further options then "
|
1819 |
"appear, "
|
1820 |
msgstr ""
|
1821 |
|
1822 |
+
#: includes/event-organiser-cpt.php:540
|
1823 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1824 |
msgstr ""
|
1825 |
|
1826 |
+
#: includes/event-organiser-cpt.php:541
|
1827 |
msgid ""
|
1828 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1829 |
"date, but an occurrence that starts before may finish after this date."
|
1830 |
msgstr ""
|
1831 |
|
1832 |
+
#: includes/event-organiser-cpt.php:542
|
1833 |
msgid ""
|
1834 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1835 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
1836 |
"third Tuesday) "
|
1837 |
msgstr ""
|
1838 |
|
1839 |
+
#: includes/event-organiser-cpt.php:543
|
1840 |
msgid ""
|
1841 |
"If weekly recurrence is selected, select which days of the week the event "
|
1842 |
"should be repeated. If no days are selected, the day of the start date is "
|
1843 |
"used"
|
1844 |
msgstr ""
|
1845 |
|
1846 |
+
#: includes/event-organiser-cpt.php:548 includes/event-organiser-cpt.php:549
|
1847 |
msgid "Selecting a venue"
|
1848 |
msgstr ""
|
1849 |
|
1850 |
+
#: includes/event-organiser-cpt.php:551
|
1851 |
msgid "Use the venues input field to search for existing venues"
|
1852 |
msgstr ""
|
1853 |
|
1854 |
+
#: includes/event-organiser-cpt.php:552
|
1855 |
msgid ""
|
1856 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1857 |
"page."
|
1858 |
msgstr ""
|
1859 |
|
1860 |
+
#: includes/event-organiser-cpt.php:562 includes/event-organiser-cpt.php:581
|
1861 |
msgid "Overview"
|
1862 |
msgstr ""
|
1863 |
|
1864 |
+
#: includes/event-organiser-cpt.php:563
|
1865 |
msgid ""
|
1866 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1867 |
"appear as a single row </strong> in the table and the start and end date "
|
1868 |
"refers to the first occurrence of that event."
|
1869 |
msgstr ""
|
1870 |
|
1871 |
+
#: includes/event-organiser-cpt.php:569
|
1872 |
msgid ""
|
1873 |
"Hovering over a row in the venues list will display action links that allow "
|
1874 |
"you to manage that venue. You can perform the following actions:"
|
1875 |
msgstr ""
|
1876 |
|
1877 |
+
#: includes/event-organiser-cpt.php:571
|
1878 |
msgid ""
|
1879 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1880 |
"screen by clicking on the venue title."
|
1881 |
msgstr ""
|
1882 |
|
1883 |
+
#: includes/event-organiser-cpt.php:572
|
1884 |
msgid "Delete will permanently remove the venue"
|
1885 |
msgstr ""
|
1886 |
|
1887 |
+
#: includes/event-organiser-cpt.php:573
|
1888 |
msgid "View will take you to the venue's page"
|
1889 |
msgstr ""
|
1890 |
|
1891 |
+
#: includes/event-organiser-cpt.php:582
|
1892 |
msgid ""
|
1893 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1894 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
1895 |
"the event's edit page will appear also."
|
1896 |
msgstr ""
|
1897 |
|
1898 |
+
#: includes/event-organiser-cpt.php:583
|
1899 |
msgid ""
|
1900 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1901 |
"mode. You can also filter the events by events by category and venue. The "
|
1902 |
"'go to date' button allows you to quickly jump to a specific date."
|
1903 |
msgstr ""
|
1904 |
|
1905 |
+
#: includes/event-organiser-cpt.php:587
|
1906 |
msgid "Add Event"
|
1907 |
msgstr ""
|
1908 |
|
1909 |
+
#: includes/event-organiser-cpt.php:588
|
1910 |
msgid ""
|
1911 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
1912 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
1915 |
"event is created and you are forwarded to that event's edit page."
|
1916 |
msgstr ""
|
1917 |
|
1918 |
+
#: includes/event-organiser-cpt.php:594
|
1919 |
msgid "For more information"
|
1920 |
msgstr ""
|
1921 |
|
1922 |
+
#: includes/event-organiser-cpt.php:595
|
1923 |
#, php-format
|
1924 |
msgid "See the <a %s> documentation</a>"
|
1925 |
msgstr ""
|
1926 |
|
1927 |
+
#: includes/event-organiser-cpt.php:596
|
1928 |
msgid "Debugging Event Organiser"
|
1929 |
msgstr ""
|
1930 |
|
1931 |
+
#: includes/event-organiser-cpt.php:597
|
1932 |
msgid "Go Pro!"
|
1933 |
msgstr ""
|
1934 |
|
1935 |
+
#: includes/event-organiser-cpt.php:708 includes/event-organiser-cpt.php:731
|
1936 |
msgid "Color"
|
1937 |
msgstr ""
|
1938 |
|
1939 |
+
#: includes/event-organiser-cpt.php:714
|
1940 |
msgid "Assign the category a colour."
|
1941 |
msgstr ""
|
1942 |
|
2121 |
msgid "Help"
|
2122 |
msgstr ""
|
2123 |
|
2124 |
+
#: includes/event-organiser-venue-functions.php:995
|
2125 |
msgid "Address"
|
2126 |
msgstr ""
|
2127 |
|
2128 |
+
#: includes/event-organiser-venue-functions.php:996
|
2129 |
msgid "City"
|
2130 |
msgstr ""
|
2131 |
|
2132 |
+
#: includes/event-organiser-venue-functions.php:997
|
2133 |
msgid "State / Province"
|
2134 |
msgstr ""
|
2135 |
|
2136 |
+
#: includes/event-organiser-venue-functions.php:998
|
2137 |
msgid "Post Code"
|
2138 |
msgstr ""
|
2139 |
|
2140 |
+
#: includes/event-organiser-venue-functions.php:999
|
2141 |
msgid "Country"
|
2142 |
msgstr ""
|
2143 |
|
2230 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2231 |
msgstr ""
|
2232 |
|
2233 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
2234 |
+
#. *
|
2235 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
2236 |
+
#. ***************** NOTICE: *****************
|
2237 |
+
#. *
|
2238 |
+
#. * @package Event Organiser (plug-in)
|
2239 |
+
#. * @since 1.0.0
|
2240 |
+
#.
|
2241 |
+
#. Call the template header
|
2242 |
#: templates/taxonomy-event-venue.php:30
|
2243 |
#, php-format
|
2244 |
msgid "Events at: %s"
|
languages/eventorganiser-es_ES.mo
CHANGED
Binary file
|
languages/eventorganiser-es_ES.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: 2017-04-14T23:01:00+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
@@ -124,8 +124,8 @@ msgstr "Muestra una lista de eventos"
|
|
124 |
|
125 |
#: classes/class-eo-event-list-widget.php:14
|
126 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
127 |
-
#: event-organiser.php:149 includes/event-organiser-cpt.php:
|
128 |
-
#: includes/event-organiser-cpt.php:
|
129 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
130 |
msgid "Events"
|
131 |
msgstr "Eventos "
|
@@ -251,7 +251,7 @@ msgid "Event Categories"
|
|
251 |
msgstr "Categorías de evento"
|
252 |
|
253 |
#: classes/class-eo-widget-categories.php:25
|
254 |
-
#: includes/event-organiser-cpt.php:
|
255 |
#: includes/event-organiser-event-functions.php:1563
|
256 |
#: templates/event-meta-event-single.php:62
|
257 |
msgid "Categories"
|
@@ -457,6 +457,21 @@ msgstr ""
|
|
457 |
msgid "Open shortcut help"
|
458 |
msgstr ""
|
459 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
460 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
461 |
#: templates/event-meta-event-single.php:32
|
462 |
msgid "Event Details"
|
@@ -649,7 +664,7 @@ msgid "Show dates"
|
|
649 |
msgstr "Mostrar fechas"
|
650 |
|
651 |
#: event-organiser-edit.php:274
|
652 |
-
#: includes/event-organiser-venue-functions.php:
|
653 |
msgid "Select a venue"
|
654 |
msgstr "Seleccionar un lugar de encuentro"
|
655 |
|
@@ -739,7 +754,7 @@ msgstr ""
|
|
739 |
msgid "Go to Event Organiser settings"
|
740 |
msgstr "Ir a ajustes de Event Organiser"
|
741 |
|
742 |
-
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:
|
743 |
msgid "Event"
|
744 |
msgstr "Evento"
|
745 |
|
@@ -902,7 +917,7 @@ msgid "Revisions"
|
|
902 |
msgstr "Revisiones"
|
903 |
|
904 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
905 |
-
#: includes/event-organiser-cpt.php:
|
906 |
msgid "Event Tags"
|
907 |
msgstr "Etiquetas de Evento"
|
908 |
|
@@ -1255,13 +1270,13 @@ msgstr "Obtener Enlace"
|
|
1255 |
msgid "Slug"
|
1256 |
msgstr "Alias"
|
1257 |
|
1258 |
-
#: features/bootstrap/FeatureContext.php:
|
1259 |
-
#: features/bootstrap/FeatureContext.php:
|
1260 |
msgid "Main Sidebar"
|
1261 |
msgstr ""
|
1262 |
|
1263 |
-
#: features/bootstrap/FeatureContext.php:
|
1264 |
-
#: features/bootstrap/FeatureContext.php:
|
1265 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1266 |
msgstr ""
|
1267 |
|
@@ -1450,7 +1465,7 @@ msgstr ""
|
|
1450 |
msgid "This event recurs"
|
1451 |
msgstr "Este evento se repite"
|
1452 |
|
1453 |
-
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:
|
1454 |
msgid "Edit Event"
|
1455 |
msgstr "Editar Evento"
|
1456 |
|
@@ -1552,235 +1567,253 @@ msgstr "Localización del Lugar de Encuentro"
|
|
1552 |
msgid "View all venues"
|
1553 |
msgstr "Ver todos los lugares de encuentro"
|
1554 |
|
1555 |
-
#: includes/event-organiser-cpt.php:
|
1556 |
msgctxt "taxonomy singular name"
|
1557 |
msgid "Category"
|
1558 |
msgstr "Categoría"
|
1559 |
|
1560 |
-
#: includes/event-organiser-cpt.php:
|
1561 |
msgid "Search Categories"
|
1562 |
msgstr "Buscar Categorías"
|
1563 |
|
1564 |
-
#: includes/event-organiser-cpt.php:
|
1565 |
msgid "All Categories"
|
1566 |
msgstr "Todas las Categorías"
|
1567 |
|
1568 |
-
#: includes/event-organiser-cpt.php:
|
1569 |
msgid "Parent Category"
|
1570 |
msgstr "Categoría Padre"
|
1571 |
|
1572 |
-
#: includes/event-organiser-cpt.php:
|
1573 |
msgid "Parent Category:"
|
1574 |
msgstr "Categoría padre"
|
1575 |
|
1576 |
-
#: includes/event-organiser-cpt.php:
|
1577 |
msgid "Edit Category"
|
1578 |
msgstr "Editar Categoría "
|
1579 |
|
1580 |
-
#: includes/event-organiser-cpt.php:
|
1581 |
msgid "Update Category"
|
1582 |
msgstr "Actualizar Categoría "
|
1583 |
|
1584 |
-
#: includes/event-organiser-cpt.php:
|
1585 |
msgid "Add New Category"
|
1586 |
msgstr "Adicionar Nueva Categoría "
|
1587 |
|
1588 |
-
#: includes/event-organiser-cpt.php:
|
1589 |
msgid "New Category Name"
|
1590 |
msgstr "Nuevo Nombre de Categoría"
|
1591 |
|
1592 |
-
#: includes/event-organiser-cpt.php:
|
1593 |
msgid "No categories found"
|
1594 |
msgstr "No se encontraron categorías"
|
1595 |
|
1596 |
-
#: includes/event-organiser-cpt.php:
|
1597 |
msgid "Event categories list navigation"
|
1598 |
msgstr ""
|
1599 |
|
1600 |
-
#: includes/event-organiser-cpt.php:
|
1601 |
msgid "Event categories list"
|
1602 |
msgstr ""
|
1603 |
|
1604 |
-
#: includes/event-organiser-cpt.php:
|
1605 |
msgid "View all categories"
|
1606 |
msgstr "Ver todas las categorías"
|
1607 |
|
1608 |
-
#: includes/event-organiser-cpt.php:
|
1609 |
msgctxt "taxonomy singular name"
|
1610 |
msgid "Tag"
|
1611 |
msgstr "Etiqueta"
|
1612 |
|
1613 |
-
#: includes/event-organiser-cpt.php:
|
1614 |
msgid "Search Tags"
|
1615 |
msgstr "Buscar Etiquetas"
|
1616 |
|
1617 |
-
#: includes/event-organiser-cpt.php:
|
1618 |
msgid "All Tags"
|
1619 |
msgstr "Todas las Etiquetas"
|
1620 |
|
1621 |
-
#: includes/event-organiser-cpt.php:
|
1622 |
msgid "Popular Tags"
|
1623 |
msgstr "Etiquetas Populares"
|
1624 |
|
1625 |
-
#: includes/event-organiser-cpt.php:
|
1626 |
msgid "Edit Tag"
|
1627 |
msgstr "Editar Etiqueta"
|
1628 |
|
1629 |
-
#: includes/event-organiser-cpt.php:
|
1630 |
msgid "Update Tag"
|
1631 |
msgstr "Actualizar Etiqueta"
|
1632 |
|
1633 |
-
#: includes/event-organiser-cpt.php:
|
1634 |
msgid "Add New Tag"
|
1635 |
msgstr "Adicionar Nueva Etiqueta"
|
1636 |
|
1637 |
-
#: includes/event-organiser-cpt.php:
|
1638 |
msgid "New Tag Name"
|
1639 |
msgstr "Nuevo Nombre de Etiqueta"
|
1640 |
|
1641 |
-
#: includes/event-organiser-cpt.php:
|
1642 |
msgid "No tags found"
|
1643 |
msgstr "No se encontraron etiquetas"
|
1644 |
|
1645 |
-
#: includes/event-organiser-cpt.php:
|
1646 |
msgid "Choose from the most used tags"
|
1647 |
msgstr "Escoger de las etiquetas más usadas"
|
1648 |
|
1649 |
-
#: includes/event-organiser-cpt.php:
|
1650 |
#: includes/event-organiser-event-functions.php:1571
|
1651 |
#: templates/event-meta-event-single.php:66
|
1652 |
msgid "Tags"
|
1653 |
msgstr "Etiquetas"
|
1654 |
|
1655 |
-
#: includes/event-organiser-cpt.php:
|
1656 |
msgid "Add or remove tags"
|
1657 |
msgstr "Adicionar o borrar etiquetas"
|
1658 |
|
1659 |
-
#: includes/event-organiser-cpt.php:
|
1660 |
msgid "Separate tags with commas"
|
1661 |
msgstr "Separar etiquetas por coma"
|
1662 |
|
1663 |
-
#: includes/event-organiser-cpt.php:
|
1664 |
msgid "Event tags list navigation"
|
1665 |
msgstr ""
|
1666 |
|
1667 |
-
#: includes/event-organiser-cpt.php:
|
1668 |
msgid "Event tags list"
|
1669 |
msgstr ""
|
1670 |
|
1671 |
-
#: includes/event-organiser-cpt.php:
|
1672 |
msgid "View all tags"
|
1673 |
msgstr "Ver todas las etiquetas"
|
1674 |
|
1675 |
-
#: includes/event-organiser-cpt.php:
|
1676 |
msgctxt "post"
|
1677 |
msgid "Add New"
|
1678 |
msgstr ""
|
1679 |
|
1680 |
-
#: includes/event-organiser-cpt.php:
|
1681 |
msgid "Add New Event"
|
1682 |
msgstr "Adicionar Nuevo Evento"
|
1683 |
|
1684 |
-
#: includes/event-organiser-cpt.php:
|
1685 |
msgid "New Event"
|
1686 |
msgstr "Nuevo Evento"
|
1687 |
|
1688 |
-
#: includes/event-organiser-cpt.php:
|
1689 |
#, fuzzy
|
1690 |
msgid "All Events"
|
1691 |
msgstr "Todos los eventos"
|
1692 |
|
1693 |
-
#: includes/event-organiser-cpt.php:
|
1694 |
msgid "View Event"
|
1695 |
msgstr "Ver Evento"
|
1696 |
|
1697 |
-
#: includes/event-organiser-cpt.php:
|
1698 |
msgid "Search events"
|
1699 |
msgstr "Buscar eventos"
|
1700 |
|
1701 |
-
#: includes/event-organiser-cpt.php:
|
1702 |
msgid "No events found"
|
1703 |
msgstr "No se encontraron eventos"
|
1704 |
|
1705 |
-
#: includes/event-organiser-cpt.php:
|
1706 |
msgid "No events found in Trash"
|
1707 |
msgstr "No se encontraron eventos en la Papelera"
|
1708 |
|
1709 |
-
#: includes/event-organiser-cpt.php:
|
1710 |
msgid "Filter events list"
|
1711 |
msgstr ""
|
1712 |
|
1713 |
-
#: includes/event-organiser-cpt.php:
|
1714 |
msgid "Events list navigation"
|
1715 |
msgstr ""
|
1716 |
|
1717 |
-
#: includes/event-organiser-cpt.php:
|
1718 |
msgid "Events list"
|
1719 |
msgstr ""
|
1720 |
|
1721 |
-
#: includes/event-organiser-cpt.php:
|
1722 |
msgid "Event Archives"
|
1723 |
msgstr ""
|
1724 |
|
1725 |
-
#: includes/event-organiser-cpt.php:
|
1726 |
msgid "Insert into event"
|
1727 |
msgstr ""
|
1728 |
|
1729 |
-
#: includes/event-organiser-cpt.php:
|
1730 |
msgid "Uploaded to this event"
|
1731 |
msgstr ""
|
1732 |
|
1733 |
-
#: includes/event-organiser-cpt.php:
|
1734 |
#, php-format
|
1735 |
msgid "Events at %s"
|
1736 |
msgstr ""
|
1737 |
|
1738 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1739 |
#: templates/taxonomy-event-category.php:27
|
1740 |
#, php-format
|
1741 |
msgid "Event Category: %s"
|
1742 |
msgstr ""
|
1743 |
|
1744 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1745 |
#, php-format
|
1746 |
msgid "Event Tag: %s"
|
1747 |
msgstr ""
|
1748 |
|
1749 |
-
#: includes/event-organiser-cpt.php:
|
1750 |
-
#: includes/event-organiser-cpt.php:
|
1751 |
#, fuzzy, php-format
|
1752 |
msgid "Events: %s"
|
1753 |
msgstr "Eventos:"
|
1754 |
|
1755 |
-
#: includes/event-organiser-cpt.php:
|
1756 |
#, php-format
|
1757 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1758 |
msgstr "Evento actualizado. <a href=\"%s\">Ver evento</a>"
|
1759 |
|
1760 |
-
#: includes/event-organiser-cpt.php:
|
1761 |
msgid "Event updated."
|
1762 |
msgstr "Evento actualizado."
|
1763 |
|
1764 |
-
#: includes/event-organiser-cpt.php:
|
1765 |
#, php-format
|
1766 |
msgid "Event restored to revision from %s"
|
1767 |
msgstr "Evento restablecido a revisión de %s"
|
1768 |
|
1769 |
-
#: includes/event-organiser-cpt.php:
|
1770 |
#, php-format
|
1771 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1772 |
msgstr "Evento publicado.<a href=\"%s\">Ver evento</a>"
|
1773 |
|
1774 |
-
#: includes/event-organiser-cpt.php:
|
1775 |
msgid "Event saved."
|
1776 |
msgstr "Evento salvado."
|
1777 |
|
1778 |
-
#: includes/event-organiser-cpt.php:
|
1779 |
#, php-format
|
1780 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1781 |
msgstr "Evento enviado. <a href=\"%s\">Vista Previa del evento</a>"
|
1782 |
|
1783 |
-
#: includes/event-organiser-cpt.php:
|
1784 |
#, php-format
|
1785 |
msgid ""
|
1786 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
@@ -1789,29 +1822,30 @@ msgstr ""
|
|
1789 |
"Evento programado para <strong>%1$s</strong>. <a target=\"_blank\" href="
|
1790 |
"\"%2$s\">Vista Previa del evento</a>"
|
1791 |
|
1792 |
-
|
|
|
1793 |
msgid "M j, Y @ G:i"
|
1794 |
msgstr "M j, Y @ G:i"
|
1795 |
|
1796 |
-
#: includes/event-organiser-cpt.php:
|
1797 |
#, php-format
|
1798 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1799 |
msgstr ""
|
1800 |
"Borrador de evento actualizado. <a href=\"%s\">Vista Previa del evento</a>"
|
1801 |
|
1802 |
-
#: includes/event-organiser-cpt.php:
|
1803 |
msgid "This event has been broken from a recurring event."
|
1804 |
msgstr "Este evento ha sido roto desde un evento recurrente."
|
1805 |
|
1806 |
-
#: includes/event-organiser-cpt.php:
|
1807 |
msgid "Creating events"
|
1808 |
msgstr "Creando eventos"
|
1809 |
|
1810 |
-
#: includes/event-organiser-cpt.php:
|
1811 |
msgid "Creating events:"
|
1812 |
msgstr "Creando eventos:"
|
1813 |
|
1814 |
-
#: includes/event-organiser-cpt.php:
|
1815 |
msgid ""
|
1816 |
"The start date is the date the event starts. If the event is a recurring "
|
1817 |
"event, this is the start date of the first occurrence."
|
@@ -1819,7 +1853,7 @@ msgstr ""
|
|
1819 |
"La fecha de inicio es la fecha en la que el evento comienza. Si el evento es "
|
1820 |
"un evento recurrente, esta es la fecha de inicio de la primera ocurrencia."
|
1821 |
|
1822 |
-
#: includes/event-organiser-cpt.php:
|
1823 |
msgid ""
|
1824 |
"The end date is the date the event finishes. If the event is a recurring "
|
1825 |
"event, this is the end date of the first occurrence."
|
@@ -1827,7 +1861,7 @@ msgstr ""
|
|
1827 |
"La fecha de fin es la fecha en la que el evento termina. Si el evento es un "
|
1828 |
"evento recurrente, esta es la fecha de fin de la primera ocurrencia."
|
1829 |
|
1830 |
-
#: includes/event-organiser-cpt.php:
|
1831 |
msgid ""
|
1832 |
"All dates and times must be entered in the specified format. This format can "
|
1833 |
"changed in the settings page."
|
@@ -1835,11 +1869,11 @@ msgstr ""
|
|
1835 |
"Todas las fechas y horas deben ser entradas en el formato especificado. Este "
|
1836 |
"formato puede cambiar en la página de ajustes."
|
1837 |
|
1838 |
-
#: includes/event-organiser-cpt.php:
|
1839 |
msgid "Repeating events"
|
1840 |
msgstr "Repitiendo eventos"
|
1841 |
|
1842 |
-
#: includes/event-organiser-cpt.php:
|
1843 |
msgid ""
|
1844 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1845 |
"dropdown menu to select how the event is to repeat. Further options then "
|
@@ -1849,12 +1883,12 @@ msgstr ""
|
|
1849 |
"desplegable de recurrencia para seleccionar cómo el evento se repetirá. "
|
1850 |
"Otras opciones aparecerán luego,"
|
1851 |
|
1852 |
-
#: includes/event-organiser-cpt.php:
|
1853 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1854 |
msgstr ""
|
1855 |
"Especifica cuan regularmente el evento debería repetirse (por defecto 1)"
|
1856 |
|
1857 |
-
#: includes/event-organiser-cpt.php:
|
1858 |
msgid ""
|
1859 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1860 |
"date, but an occurrence that starts before may finish after this date."
|
@@ -1863,7 +1897,7 @@ msgstr ""
|
|
1863 |
"posterior a esta fecha, pero una ocurrencia que comience antes puede "
|
1864 |
"terminar luego de esta fecha. "
|
1865 |
|
1866 |
-
#: includes/event-organiser-cpt.php:
|
1867 |
msgid ""
|
1868 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1869 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
@@ -1872,7 +1906,7 @@ msgstr ""
|
|
1872 |
"Si la recurrencia mensual es seleccionada, seleccione si debería repetirse "
|
1873 |
"esa fecha del mes (ej. los 24) o en el día del mes (ej. el tercer Martes)"
|
1874 |
|
1875 |
-
#: includes/event-organiser-cpt.php:
|
1876 |
msgid ""
|
1877 |
"If weekly recurrence is selected, select which days of the week the event "
|
1878 |
"should be repeated. If no days are selected, the day of the start date is "
|
@@ -1882,17 +1916,17 @@ msgstr ""
|
|
1882 |
"semana el evento debería repetirse. Si no se selecciona ningún día, el día "
|
1883 |
"de la fecha de inicio es usado"
|
1884 |
|
1885 |
-
#: includes/event-organiser-cpt.php:
|
1886 |
msgid "Selecting a venue"
|
1887 |
msgstr "Seleccionando un lugar de encuentro"
|
1888 |
|
1889 |
-
#: includes/event-organiser-cpt.php:
|
1890 |
msgid "Use the venues input field to search for existing venues"
|
1891 |
msgstr ""
|
1892 |
"Utilice el campo de entrada de los lugares de encuentros para buscar por "
|
1893 |
"lugares de encuentro existentes"
|
1894 |
|
1895 |
-
#: includes/event-organiser-cpt.php:
|
1896 |
msgid ""
|
1897 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1898 |
"page."
|
@@ -1900,11 +1934,11 @@ msgstr ""
|
|
1900 |
"Solamente lugares de encuentro pre existentes pueden ser seleccionados. Para "
|
1901 |
"adicionar un lugar de encuentro, vaya a la página de lugares de encuentro."
|
1902 |
|
1903 |
-
#: includes/event-organiser-cpt.php:
|
1904 |
msgid "Overview"
|
1905 |
msgstr "Resumen"
|
1906 |
|
1907 |
-
#: includes/event-organiser-cpt.php:
|
1908 |
msgid ""
|
1909 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1910 |
"appear as a single row </strong> in the table and the start and end date "
|
@@ -1914,7 +1948,7 @@ msgstr ""
|
|
1914 |
"eventos recurrentes aparecen como una sola línea </strong> en la tabla y las "
|
1915 |
"fechas de inicio y fin se refieren a la primera ocurrencia de ese evento."
|
1916 |
|
1917 |
-
#: includes/event-organiser-cpt.php:
|
1918 |
msgid ""
|
1919 |
"Hovering over a row in the venues list will display action links that allow "
|
1920 |
"you to manage that venue. You can perform the following actions:"
|
@@ -1923,7 +1957,7 @@ msgstr ""
|
|
1923 |
"enlaces de acción que le permiten gestionar ese lugar de evento. Usted puede "
|
1924 |
"ejecutar las siguientes acciones:"
|
1925 |
|
1926 |
-
#: includes/event-organiser-cpt.php:
|
1927 |
msgid ""
|
1928 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1929 |
"screen by clicking on the venue title."
|
@@ -1932,15 +1966,15 @@ msgstr ""
|
|
1932 |
"puede también alcanzar esa pantalla haciendo clic en el título del lugar de "
|
1933 |
"evento."
|
1934 |
|
1935 |
-
#: includes/event-organiser-cpt.php:
|
1936 |
msgid "Delete will permanently remove the venue"
|
1937 |
msgstr "Borrar borrará definitivamente el lugar de evento"
|
1938 |
|
1939 |
-
#: includes/event-organiser-cpt.php:
|
1940 |
msgid "View will take you to the venue's page"
|
1941 |
msgstr "Ver le llevará a la página de lugares de evento"
|
1942 |
|
1943 |
-
#: includes/event-organiser-cpt.php:
|
1944 |
msgid ""
|
1945 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1946 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
@@ -1950,7 +1984,7 @@ msgstr ""
|
|
1950 |
"sumario de un evento haciendo clic en él. Si tiene los permisos necesarios, "
|
1951 |
"un enlace a la página de edición de eventos también aparecerá."
|
1952 |
|
1953 |
-
#: includes/event-organiser-cpt.php:
|
1954 |
msgid ""
|
1955 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1956 |
"mode. You can also filter the events by events by category and venue. The "
|
@@ -1961,11 +1995,11 @@ msgstr ""
|
|
1961 |
"categorías y por lugares de eventos. El botón 'ir a fecha' le permite saltar "
|
1962 |
"rápidamente a una fecha específica."
|
1963 |
|
1964 |
-
#: includes/event-organiser-cpt.php:
|
1965 |
msgid "Add Event"
|
1966 |
msgstr "Adicionar Evento"
|
1967 |
|
1968 |
-
#: includes/event-organiser-cpt.php:
|
1969 |
msgid ""
|
1970 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
1971 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
@@ -1980,28 +2014,28 @@ msgstr ""
|
|
1980 |
"inmediatamente publicado o salvado como un borrador. En cualquier caso, el "
|
1981 |
"evento es creado y usted es redirigido a esa página de edición de eventos."
|
1982 |
|
1983 |
-
#: includes/event-organiser-cpt.php:
|
1984 |
msgid "For more information"
|
1985 |
msgstr "Para más información"
|
1986 |
|
1987 |
-
#: includes/event-organiser-cpt.php:
|
1988 |
#, php-format
|
1989 |
msgid "See the <a %s> documentation</a>"
|
1990 |
msgstr "Vea la <a %s> documentación</a>"
|
1991 |
|
1992 |
-
#: includes/event-organiser-cpt.php:
|
1993 |
msgid "Debugging Event Organiser"
|
1994 |
msgstr "Debugueando Event Organiser"
|
1995 |
|
1996 |
-
#: includes/event-organiser-cpt.php:
|
1997 |
msgid "Go Pro!"
|
1998 |
msgstr "¡Obtener Pro!"
|
1999 |
|
2000 |
-
#: includes/event-organiser-cpt.php:
|
2001 |
msgid "Color"
|
2002 |
msgstr "Color"
|
2003 |
|
2004 |
-
#: includes/event-organiser-cpt.php:
|
2005 |
msgid "Assign the category a colour."
|
2006 |
msgstr "Asignar a la categoría un color"
|
2007 |
|
@@ -2187,23 +2221,23 @@ msgstr ""
|
|
2187 |
msgid "Help"
|
2188 |
msgstr ""
|
2189 |
|
2190 |
-
#: includes/event-organiser-venue-functions.php:
|
2191 |
msgid "Address"
|
2192 |
msgstr "Dirección"
|
2193 |
|
2194 |
-
#: includes/event-organiser-venue-functions.php:
|
2195 |
msgid "City"
|
2196 |
msgstr "Ciudad"
|
2197 |
|
2198 |
-
#: includes/event-organiser-venue-functions.php:
|
2199 |
msgid "State / Province"
|
2200 |
msgstr "Estado/Provincia"
|
2201 |
|
2202 |
-
#: includes/event-organiser-venue-functions.php:
|
2203 |
msgid "Post Code"
|
2204 |
msgstr "Código Postal"
|
2205 |
|
2206 |
-
#: includes/event-organiser-venue-functions.php:
|
2207 |
msgid "Country"
|
2208 |
msgstr "País"
|
2209 |
|
@@ -2297,6 +2331,15 @@ msgstr ""
|
|
2297 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2298 |
msgstr ""
|
2299 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2300 |
#: templates/taxonomy-event-venue.php:30
|
2301 |
#, php-format
|
2302 |
msgid "Events at: %s"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-03-06 23:13+0000\n"
|
6 |
"PO-Revision-Date: 2017-04-14T23:01:00+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
124 |
|
125 |
#: classes/class-eo-event-list-widget.php:14
|
126 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
127 |
+
#: event-organiser.php:149 includes/event-organiser-cpt.php:226
|
128 |
+
#: includes/event-organiser-cpt.php:238
|
129 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
130 |
msgid "Events"
|
131 |
msgstr "Eventos "
|
251 |
msgstr "Categorías de evento"
|
252 |
|
253 |
#: classes/class-eo-widget-categories.php:25
|
254 |
+
#: includes/event-organiser-cpt.php:95 includes/event-organiser-cpt.php:106
|
255 |
#: includes/event-organiser-event-functions.php:1563
|
256 |
#: templates/event-meta-event-single.php:62
|
257 |
msgid "Categories"
|
457 |
msgid "Open shortcut help"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#. //codex.wp-event-organiser.com
|
461 |
+
#. *
|
462 |
+
#. ***************** NOTICE: *****************
|
463 |
+
#. * Do not make changes to this file. Any changes made to this file
|
464 |
+
#. * will be overwritten if the plug-in is updated.
|
465 |
+
#. *
|
466 |
+
#. * To overwrite this template with your own, make a copy of it (with the same name)
|
467 |
+
#. * in your theme directory. See http://docs.wp-event-organiser.com/theme-integration for more information
|
468 |
+
#. *
|
469 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
470 |
+
#. ***************** NOTICE: *****************
|
471 |
+
#. *
|
472 |
+
#. * @package Event Organiser (plug-in)
|
473 |
+
#. * @since 1.7
|
474 |
+
#.
|
475 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
476 |
#: templates/event-meta-event-single.php:32
|
477 |
msgid "Event Details"
|
664 |
msgstr "Mostrar fechas"
|
665 |
|
666 |
#: event-organiser-edit.php:274
|
667 |
+
#: includes/event-organiser-venue-functions.php:1030
|
668 |
msgid "Select a venue"
|
669 |
msgstr "Seleccionar un lugar de encuentro"
|
670 |
|
754 |
msgid "Go to Event Organiser settings"
|
755 |
msgstr "Ir a ajustes de Event Organiser"
|
756 |
|
757 |
+
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:227
|
758 |
msgid "Event"
|
759 |
msgstr "Evento"
|
760 |
|
917 |
msgstr "Revisiones"
|
918 |
|
919 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
920 |
+
#: includes/event-organiser-cpt.php:152
|
921 |
msgid "Event Tags"
|
922 |
msgstr "Etiquetas de Evento"
|
923 |
|
1270 |
msgid "Slug"
|
1271 |
msgstr "Alias"
|
1272 |
|
1273 |
+
#: features/bootstrap/FeatureContext.php:459
|
1274 |
+
#: features/bootstrap/FeatureContext.php:627
|
1275 |
msgid "Main Sidebar"
|
1276 |
msgstr ""
|
1277 |
|
1278 |
+
#: features/bootstrap/FeatureContext.php:461
|
1279 |
+
#: features/bootstrap/FeatureContext.php:629
|
1280 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1281 |
msgstr ""
|
1282 |
|
1465 |
msgid "This event recurs"
|
1466 |
msgstr "Este evento se repite"
|
1467 |
|
1468 |
+
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:230
|
1469 |
msgid "Edit Event"
|
1470 |
msgstr "Editar Evento"
|
1471 |
|
1567 |
msgid "View all venues"
|
1568 |
msgstr "Ver todos los lugares de encuentro"
|
1569 |
|
1570 |
+
#: includes/event-organiser-cpt.php:96
|
1571 |
msgctxt "taxonomy singular name"
|
1572 |
msgid "Category"
|
1573 |
msgstr "Categoría"
|
1574 |
|
1575 |
+
#: includes/event-organiser-cpt.php:97
|
1576 |
msgid "Search Categories"
|
1577 |
msgstr "Buscar Categorías"
|
1578 |
|
1579 |
+
#: includes/event-organiser-cpt.php:98
|
1580 |
msgid "All Categories"
|
1581 |
msgstr "Todas las Categorías"
|
1582 |
|
1583 |
+
#: includes/event-organiser-cpt.php:99
|
1584 |
msgid "Parent Category"
|
1585 |
msgstr "Categoría Padre"
|
1586 |
|
1587 |
+
#: includes/event-organiser-cpt.php:100
|
1588 |
msgid "Parent Category:"
|
1589 |
msgstr "Categoría padre"
|
1590 |
|
1591 |
+
#: includes/event-organiser-cpt.php:101
|
1592 |
msgid "Edit Category"
|
1593 |
msgstr "Editar Categoría "
|
1594 |
|
1595 |
+
#: includes/event-organiser-cpt.php:102
|
1596 |
msgid "Update Category"
|
1597 |
msgstr "Actualizar Categoría "
|
1598 |
|
1599 |
+
#: includes/event-organiser-cpt.php:103
|
1600 |
msgid "Add New Category"
|
1601 |
msgstr "Adicionar Nueva Categoría "
|
1602 |
|
1603 |
+
#: includes/event-organiser-cpt.php:104
|
1604 |
msgid "New Category Name"
|
1605 |
msgstr "Nuevo Nombre de Categoría"
|
1606 |
|
1607 |
+
#: includes/event-organiser-cpt.php:105
|
1608 |
msgid "No categories found"
|
1609 |
msgstr "No se encontraron categorías"
|
1610 |
|
1611 |
+
#: includes/event-organiser-cpt.php:107
|
1612 |
msgid "Event categories list navigation"
|
1613 |
msgstr ""
|
1614 |
|
1615 |
+
#: includes/event-organiser-cpt.php:108
|
1616 |
msgid "Event categories list"
|
1617 |
msgstr ""
|
1618 |
|
1619 |
+
#: includes/event-organiser-cpt.php:110
|
1620 |
msgid "View all categories"
|
1621 |
msgstr "Ver todas las categorías"
|
1622 |
|
1623 |
+
#: includes/event-organiser-cpt.php:153
|
1624 |
msgctxt "taxonomy singular name"
|
1625 |
msgid "Tag"
|
1626 |
msgstr "Etiqueta"
|
1627 |
|
1628 |
+
#: includes/event-organiser-cpt.php:154
|
1629 |
msgid "Search Tags"
|
1630 |
msgstr "Buscar Etiquetas"
|
1631 |
|
1632 |
+
#: includes/event-organiser-cpt.php:155
|
1633 |
msgid "All Tags"
|
1634 |
msgstr "Todas las Etiquetas"
|
1635 |
|
1636 |
+
#: includes/event-organiser-cpt.php:156
|
1637 |
msgid "Popular Tags"
|
1638 |
msgstr "Etiquetas Populares"
|
1639 |
|
1640 |
+
#: includes/event-organiser-cpt.php:157
|
1641 |
msgid "Edit Tag"
|
1642 |
msgstr "Editar Etiqueta"
|
1643 |
|
1644 |
+
#: includes/event-organiser-cpt.php:158
|
1645 |
msgid "Update Tag"
|
1646 |
msgstr "Actualizar Etiqueta"
|
1647 |
|
1648 |
+
#: includes/event-organiser-cpt.php:159
|
1649 |
msgid "Add New Tag"
|
1650 |
msgstr "Adicionar Nueva Etiqueta"
|
1651 |
|
1652 |
+
#: includes/event-organiser-cpt.php:160
|
1653 |
msgid "New Tag Name"
|
1654 |
msgstr "Nuevo Nombre de Etiqueta"
|
1655 |
|
1656 |
+
#: includes/event-organiser-cpt.php:161
|
1657 |
msgid "No tags found"
|
1658 |
msgstr "No se encontraron etiquetas"
|
1659 |
|
1660 |
+
#: includes/event-organiser-cpt.php:162
|
1661 |
msgid "Choose from the most used tags"
|
1662 |
msgstr "Escoger de las etiquetas más usadas"
|
1663 |
|
1664 |
+
#: includes/event-organiser-cpt.php:163
|
1665 |
#: includes/event-organiser-event-functions.php:1571
|
1666 |
#: templates/event-meta-event-single.php:66
|
1667 |
msgid "Tags"
|
1668 |
msgstr "Etiquetas"
|
1669 |
|
1670 |
+
#: includes/event-organiser-cpt.php:164
|
1671 |
msgid "Add or remove tags"
|
1672 |
msgstr "Adicionar o borrar etiquetas"
|
1673 |
|
1674 |
+
#: includes/event-organiser-cpt.php:165
|
1675 |
msgid "Separate tags with commas"
|
1676 |
msgstr "Separar etiquetas por coma"
|
1677 |
|
1678 |
+
#: includes/event-organiser-cpt.php:166
|
1679 |
msgid "Event tags list navigation"
|
1680 |
msgstr ""
|
1681 |
|
1682 |
+
#: includes/event-organiser-cpt.php:167
|
1683 |
msgid "Event tags list"
|
1684 |
msgstr ""
|
1685 |
|
1686 |
+
#: includes/event-organiser-cpt.php:169
|
1687 |
msgid "View all tags"
|
1688 |
msgstr "Ver todas las etiquetas"
|
1689 |
|
1690 |
+
#: includes/event-organiser-cpt.php:228
|
1691 |
msgctxt "post"
|
1692 |
msgid "Add New"
|
1693 |
msgstr ""
|
1694 |
|
1695 |
+
#: includes/event-organiser-cpt.php:229
|
1696 |
msgid "Add New Event"
|
1697 |
msgstr "Adicionar Nuevo Evento"
|
1698 |
|
1699 |
+
#: includes/event-organiser-cpt.php:231
|
1700 |
msgid "New Event"
|
1701 |
msgstr "Nuevo Evento"
|
1702 |
|
1703 |
+
#: includes/event-organiser-cpt.php:232
|
1704 |
#, fuzzy
|
1705 |
msgid "All Events"
|
1706 |
msgstr "Todos los eventos"
|
1707 |
|
1708 |
+
#: includes/event-organiser-cpt.php:233
|
1709 |
msgid "View Event"
|
1710 |
msgstr "Ver Evento"
|
1711 |
|
1712 |
+
#: includes/event-organiser-cpt.php:234
|
1713 |
msgid "Search events"
|
1714 |
msgstr "Buscar eventos"
|
1715 |
|
1716 |
+
#: includes/event-organiser-cpt.php:235
|
1717 |
msgid "No events found"
|
1718 |
msgstr "No se encontraron eventos"
|
1719 |
|
1720 |
+
#: includes/event-organiser-cpt.php:236
|
1721 |
msgid "No events found in Trash"
|
1722 |
msgstr "No se encontraron eventos en la Papelera"
|
1723 |
|
1724 |
+
#: includes/event-organiser-cpt.php:239
|
1725 |
msgid "Filter events list"
|
1726 |
msgstr ""
|
1727 |
|
1728 |
+
#: includes/event-organiser-cpt.php:240
|
1729 |
msgid "Events list navigation"
|
1730 |
msgstr ""
|
1731 |
|
1732 |
+
#: includes/event-organiser-cpt.php:241
|
1733 |
msgid "Events list"
|
1734 |
msgstr ""
|
1735 |
|
1736 |
+
#: includes/event-organiser-cpt.php:242
|
1737 |
msgid "Event Archives"
|
1738 |
msgstr ""
|
1739 |
|
1740 |
+
#: includes/event-organiser-cpt.php:243
|
1741 |
msgid "Insert into event"
|
1742 |
msgstr ""
|
1743 |
|
1744 |
+
#: includes/event-organiser-cpt.php:244
|
1745 |
msgid "Uploaded to this event"
|
1746 |
msgstr ""
|
1747 |
|
1748 |
+
#: includes/event-organiser-cpt.php:246
|
1749 |
#, php-format
|
1750 |
msgid "Events at %s"
|
1751 |
msgstr ""
|
1752 |
|
1753 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1754 |
+
#. *
|
1755 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1756 |
+
#. ***************** NOTICE: *****************
|
1757 |
+
#. *
|
1758 |
+
#. * @package Event Organiser (plug-in)
|
1759 |
+
#. * @since 1.0.0
|
1760 |
+
#.
|
1761 |
+
#. Call the template header
|
1762 |
+
#: includes/event-organiser-cpt.php:247
|
1763 |
#: templates/taxonomy-event-category.php:27
|
1764 |
#, php-format
|
1765 |
msgid "Event Category: %s"
|
1766 |
msgstr ""
|
1767 |
|
1768 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1769 |
+
#. *
|
1770 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1771 |
+
#. ***************** NOTICE: *****************
|
1772 |
+
#. *
|
1773 |
+
#. * @package Event Organiser (plug-in)
|
1774 |
+
#. * @since 1.2.0
|
1775 |
+
#.
|
1776 |
+
#. Call the template header
|
1777 |
+
#: includes/event-organiser-cpt.php:248 templates/taxonomy-event-tag.php:27
|
1778 |
#, php-format
|
1779 |
msgid "Event Tag: %s"
|
1780 |
msgstr ""
|
1781 |
|
1782 |
+
#: includes/event-organiser-cpt.php:249 includes/event-organiser-cpt.php:250
|
1783 |
+
#: includes/event-organiser-cpt.php:251
|
1784 |
#, fuzzy, php-format
|
1785 |
msgid "Events: %s"
|
1786 |
msgstr "Eventos:"
|
1787 |
|
1788 |
+
#: includes/event-organiser-cpt.php:332
|
1789 |
#, php-format
|
1790 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1791 |
msgstr "Evento actualizado. <a href=\"%s\">Ver evento</a>"
|
1792 |
|
1793 |
+
#: includes/event-organiser-cpt.php:333
|
1794 |
msgid "Event updated."
|
1795 |
msgstr "Evento actualizado."
|
1796 |
|
1797 |
+
#: includes/event-organiser-cpt.php:335
|
1798 |
#, php-format
|
1799 |
msgid "Event restored to revision from %s"
|
1800 |
msgstr "Evento restablecido a revisión de %s"
|
1801 |
|
1802 |
+
#: includes/event-organiser-cpt.php:336
|
1803 |
#, php-format
|
1804 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1805 |
msgstr "Evento publicado.<a href=\"%s\">Ver evento</a>"
|
1806 |
|
1807 |
+
#: includes/event-organiser-cpt.php:337
|
1808 |
msgid "Event saved."
|
1809 |
msgstr "Evento salvado."
|
1810 |
|
1811 |
+
#: includes/event-organiser-cpt.php:339
|
1812 |
#, php-format
|
1813 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1814 |
msgstr "Evento enviado. <a href=\"%s\">Vista Previa del evento</a>"
|
1815 |
|
1816 |
+
#: includes/event-organiser-cpt.php:343
|
1817 |
#, php-format
|
1818 |
msgid ""
|
1819 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1822 |
"Evento programado para <strong>%1$s</strong>. <a target=\"_blank\" href="
|
1823 |
"\"%2$s\">Vista Previa del evento</a>"
|
1824 |
|
1825 |
+
#. //php.net/date
|
1826 |
+
#: includes/event-organiser-cpt.php:345
|
1827 |
msgid "M j, Y @ G:i"
|
1828 |
msgstr "M j, Y @ G:i"
|
1829 |
|
1830 |
+
#: includes/event-organiser-cpt.php:348
|
1831 |
#, php-format
|
1832 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1833 |
msgstr ""
|
1834 |
"Borrador de evento actualizado. <a href=\"%s\">Vista Previa del evento</a>"
|
1835 |
|
1836 |
+
#: includes/event-organiser-cpt.php:351
|
1837 |
msgid "This event has been broken from a recurring event."
|
1838 |
msgstr "Este evento ha sido roto desde un evento recurrente."
|
1839 |
|
1840 |
+
#: includes/event-organiser-cpt.php:527
|
1841 |
msgid "Creating events"
|
1842 |
msgstr "Creando eventos"
|
1843 |
|
1844 |
+
#: includes/event-organiser-cpt.php:528
|
1845 |
msgid "Creating events:"
|
1846 |
msgstr "Creando eventos:"
|
1847 |
|
1848 |
+
#: includes/event-organiser-cpt.php:530
|
1849 |
msgid ""
|
1850 |
"The start date is the date the event starts. If the event is a recurring "
|
1851 |
"event, this is the start date of the first occurrence."
|
1853 |
"La fecha de inicio es la fecha en la que el evento comienza. Si el evento es "
|
1854 |
"un evento recurrente, esta es la fecha de inicio de la primera ocurrencia."
|
1855 |
|
1856 |
+
#: includes/event-organiser-cpt.php:531
|
1857 |
msgid ""
|
1858 |
"The end date is the date the event finishes. If the event is a recurring "
|
1859 |
"event, this is the end date of the first occurrence."
|
1861 |
"La fecha de fin es la fecha en la que el evento termina. Si el evento es un "
|
1862 |
"evento recurrente, esta es la fecha de fin de la primera ocurrencia."
|
1863 |
|
1864 |
+
#: includes/event-organiser-cpt.php:532
|
1865 |
msgid ""
|
1866 |
"All dates and times must be entered in the specified format. This format can "
|
1867 |
"changed in the settings page."
|
1869 |
"Todas las fechas y horas deben ser entradas en el formato especificado. Este "
|
1870 |
"formato puede cambiar en la página de ajustes."
|
1871 |
|
1872 |
+
#: includes/event-organiser-cpt.php:537
|
1873 |
msgid "Repeating events"
|
1874 |
msgstr "Repitiendo eventos"
|
1875 |
|
1876 |
+
#: includes/event-organiser-cpt.php:538
|
1877 |
msgid ""
|
1878 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1879 |
"dropdown menu to select how the event is to repeat. Further options then "
|
1883 |
"desplegable de recurrencia para seleccionar cómo el evento se repetirá. "
|
1884 |
"Otras opciones aparecerán luego,"
|
1885 |
|
1886 |
+
#: includes/event-organiser-cpt.php:540
|
1887 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1888 |
msgstr ""
|
1889 |
"Especifica cuan regularmente el evento debería repetirse (por defecto 1)"
|
1890 |
|
1891 |
+
#: includes/event-organiser-cpt.php:541
|
1892 |
msgid ""
|
1893 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1894 |
"date, but an occurrence that starts before may finish after this date."
|
1897 |
"posterior a esta fecha, pero una ocurrencia que comience antes puede "
|
1898 |
"terminar luego de esta fecha. "
|
1899 |
|
1900 |
+
#: includes/event-organiser-cpt.php:542
|
1901 |
msgid ""
|
1902 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1903 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
1906 |
"Si la recurrencia mensual es seleccionada, seleccione si debería repetirse "
|
1907 |
"esa fecha del mes (ej. los 24) o en el día del mes (ej. el tercer Martes)"
|
1908 |
|
1909 |
+
#: includes/event-organiser-cpt.php:543
|
1910 |
msgid ""
|
1911 |
"If weekly recurrence is selected, select which days of the week the event "
|
1912 |
"should be repeated. If no days are selected, the day of the start date is "
|
1916 |
"semana el evento debería repetirse. Si no se selecciona ningún día, el día "
|
1917 |
"de la fecha de inicio es usado"
|
1918 |
|
1919 |
+
#: includes/event-organiser-cpt.php:548 includes/event-organiser-cpt.php:549
|
1920 |
msgid "Selecting a venue"
|
1921 |
msgstr "Seleccionando un lugar de encuentro"
|
1922 |
|
1923 |
+
#: includes/event-organiser-cpt.php:551
|
1924 |
msgid "Use the venues input field to search for existing venues"
|
1925 |
msgstr ""
|
1926 |
"Utilice el campo de entrada de los lugares de encuentros para buscar por "
|
1927 |
"lugares de encuentro existentes"
|
1928 |
|
1929 |
+
#: includes/event-organiser-cpt.php:552
|
1930 |
msgid ""
|
1931 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1932 |
"page."
|
1934 |
"Solamente lugares de encuentro pre existentes pueden ser seleccionados. Para "
|
1935 |
"adicionar un lugar de encuentro, vaya a la página de lugares de encuentro."
|
1936 |
|
1937 |
+
#: includes/event-organiser-cpt.php:562 includes/event-organiser-cpt.php:581
|
1938 |
msgid "Overview"
|
1939 |
msgstr "Resumen"
|
1940 |
|
1941 |
+
#: includes/event-organiser-cpt.php:563
|
1942 |
msgid ""
|
1943 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1944 |
"appear as a single row </strong> in the table and the start and end date "
|
1948 |
"eventos recurrentes aparecen como una sola línea </strong> en la tabla y las "
|
1949 |
"fechas de inicio y fin se refieren a la primera ocurrencia de ese evento."
|
1950 |
|
1951 |
+
#: includes/event-organiser-cpt.php:569
|
1952 |
msgid ""
|
1953 |
"Hovering over a row in the venues list will display action links that allow "
|
1954 |
"you to manage that venue. You can perform the following actions:"
|
1957 |
"enlaces de acción que le permiten gestionar ese lugar de evento. Usted puede "
|
1958 |
"ejecutar las siguientes acciones:"
|
1959 |
|
1960 |
+
#: includes/event-organiser-cpt.php:571
|
1961 |
msgid ""
|
1962 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1963 |
"screen by clicking on the venue title."
|
1966 |
"puede también alcanzar esa pantalla haciendo clic en el título del lugar de "
|
1967 |
"evento."
|
1968 |
|
1969 |
+
#: includes/event-organiser-cpt.php:572
|
1970 |
msgid "Delete will permanently remove the venue"
|
1971 |
msgstr "Borrar borrará definitivamente el lugar de evento"
|
1972 |
|
1973 |
+
#: includes/event-organiser-cpt.php:573
|
1974 |
msgid "View will take you to the venue's page"
|
1975 |
msgstr "Ver le llevará a la página de lugares de evento"
|
1976 |
|
1977 |
+
#: includes/event-organiser-cpt.php:582
|
1978 |
msgid ""
|
1979 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1980 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
1984 |
"sumario de un evento haciendo clic en él. Si tiene los permisos necesarios, "
|
1985 |
"un enlace a la página de edición de eventos también aparecerá."
|
1986 |
|
1987 |
+
#: includes/event-organiser-cpt.php:583
|
1988 |
msgid ""
|
1989 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1990 |
"mode. You can also filter the events by events by category and venue. The "
|
1995 |
"categorías y por lugares de eventos. El botón 'ir a fecha' le permite saltar "
|
1996 |
"rápidamente a una fecha específica."
|
1997 |
|
1998 |
+
#: includes/event-organiser-cpt.php:587
|
1999 |
msgid "Add Event"
|
2000 |
msgstr "Adicionar Evento"
|
2001 |
|
2002 |
+
#: includes/event-organiser-cpt.php:588
|
2003 |
msgid ""
|
2004 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
2005 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
2014 |
"inmediatamente publicado o salvado como un borrador. En cualquier caso, el "
|
2015 |
"evento es creado y usted es redirigido a esa página de edición de eventos."
|
2016 |
|
2017 |
+
#: includes/event-organiser-cpt.php:594
|
2018 |
msgid "For more information"
|
2019 |
msgstr "Para más información"
|
2020 |
|
2021 |
+
#: includes/event-organiser-cpt.php:595
|
2022 |
#, php-format
|
2023 |
msgid "See the <a %s> documentation</a>"
|
2024 |
msgstr "Vea la <a %s> documentación</a>"
|
2025 |
|
2026 |
+
#: includes/event-organiser-cpt.php:596
|
2027 |
msgid "Debugging Event Organiser"
|
2028 |
msgstr "Debugueando Event Organiser"
|
2029 |
|
2030 |
+
#: includes/event-organiser-cpt.php:597
|
2031 |
msgid "Go Pro!"
|
2032 |
msgstr "¡Obtener Pro!"
|
2033 |
|
2034 |
+
#: includes/event-organiser-cpt.php:708 includes/event-organiser-cpt.php:731
|
2035 |
msgid "Color"
|
2036 |
msgstr "Color"
|
2037 |
|
2038 |
+
#: includes/event-organiser-cpt.php:714
|
2039 |
msgid "Assign the category a colour."
|
2040 |
msgstr "Asignar a la categoría un color"
|
2041 |
|
2221 |
msgid "Help"
|
2222 |
msgstr ""
|
2223 |
|
2224 |
+
#: includes/event-organiser-venue-functions.php:995
|
2225 |
msgid "Address"
|
2226 |
msgstr "Dirección"
|
2227 |
|
2228 |
+
#: includes/event-organiser-venue-functions.php:996
|
2229 |
msgid "City"
|
2230 |
msgstr "Ciudad"
|
2231 |
|
2232 |
+
#: includes/event-organiser-venue-functions.php:997
|
2233 |
msgid "State / Province"
|
2234 |
msgstr "Estado/Provincia"
|
2235 |
|
2236 |
+
#: includes/event-organiser-venue-functions.php:998
|
2237 |
msgid "Post Code"
|
2238 |
msgstr "Código Postal"
|
2239 |
|
2240 |
+
#: includes/event-organiser-venue-functions.php:999
|
2241 |
msgid "Country"
|
2242 |
msgstr "País"
|
2243 |
|
2331 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2332 |
msgstr ""
|
2333 |
|
2334 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
2335 |
+
#. *
|
2336 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
2337 |
+
#. ***************** NOTICE: *****************
|
2338 |
+
#. *
|
2339 |
+
#. * @package Event Organiser (plug-in)
|
2340 |
+
#. * @since 1.0.0
|
2341 |
+
#.
|
2342 |
+
#. Call the template header
|
2343 |
#: templates/taxonomy-event-venue.php:30
|
2344 |
#, php-format
|
2345 |
msgid "Events at: %s"
|
languages/eventorganiser-es_PE.mo
CHANGED
Binary file
|
languages/eventorganiser-es_PE.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: 2017-09-11T22:37:13+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
@@ -123,8 +123,8 @@ msgstr ""
|
|
123 |
|
124 |
#: classes/class-eo-event-list-widget.php:14
|
125 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
126 |
-
#: event-organiser.php:149 includes/event-organiser-cpt.php:
|
127 |
-
#: includes/event-organiser-cpt.php:
|
128 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
129 |
msgid "Events"
|
130 |
msgstr ""
|
@@ -247,7 +247,7 @@ msgid "Event Categories"
|
|
247 |
msgstr ""
|
248 |
|
249 |
#: classes/class-eo-widget-categories.php:25
|
250 |
-
#: includes/event-organiser-cpt.php:
|
251 |
#: includes/event-organiser-event-functions.php:1563
|
252 |
#: templates/event-meta-event-single.php:62
|
253 |
msgid "Categories"
|
@@ -451,6 +451,21 @@ msgstr ""
|
|
451 |
msgid "Open shortcut help"
|
452 |
msgstr ""
|
453 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
454 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
455 |
#: templates/event-meta-event-single.php:32
|
456 |
msgid "Event Details"
|
@@ -643,7 +658,7 @@ msgid "Show dates"
|
|
643 |
msgstr ""
|
644 |
|
645 |
#: event-organiser-edit.php:274
|
646 |
-
#: includes/event-organiser-venue-functions.php:
|
647 |
msgid "Select a venue"
|
648 |
msgstr ""
|
649 |
|
@@ -720,7 +735,7 @@ msgstr ""
|
|
720 |
msgid "Go to Event Organiser settings"
|
721 |
msgstr ""
|
722 |
|
723 |
-
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:
|
724 |
msgid "Event"
|
725 |
msgstr ""
|
726 |
|
@@ -883,7 +898,7 @@ msgid "Revisions"
|
|
883 |
msgstr ""
|
884 |
|
885 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
886 |
-
#: includes/event-organiser-cpt.php:
|
887 |
msgid "Event Tags"
|
888 |
msgstr ""
|
889 |
|
@@ -1212,13 +1227,13 @@ msgstr ""
|
|
1212 |
msgid "Slug"
|
1213 |
msgstr ""
|
1214 |
|
1215 |
-
#: features/bootstrap/FeatureContext.php:
|
1216 |
-
#: features/bootstrap/FeatureContext.php:
|
1217 |
msgid "Main Sidebar"
|
1218 |
msgstr ""
|
1219 |
|
1220 |
-
#: features/bootstrap/FeatureContext.php:
|
1221 |
-
#: features/bootstrap/FeatureContext.php:
|
1222 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1223 |
msgstr ""
|
1224 |
|
@@ -1401,7 +1416,7 @@ msgstr ""
|
|
1401 |
msgid "This event recurs"
|
1402 |
msgstr ""
|
1403 |
|
1404 |
-
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:
|
1405 |
msgid "Edit Event"
|
1406 |
msgstr ""
|
1407 |
|
@@ -1503,378 +1518,397 @@ msgstr ""
|
|
1503 |
msgid "View all venues"
|
1504 |
msgstr ""
|
1505 |
|
1506 |
-
#: includes/event-organiser-cpt.php:
|
1507 |
msgctxt "taxonomy singular name"
|
1508 |
msgid "Category"
|
1509 |
msgstr ""
|
1510 |
|
1511 |
-
#: includes/event-organiser-cpt.php:
|
1512 |
msgid "Search Categories"
|
1513 |
msgstr ""
|
1514 |
|
1515 |
-
#: includes/event-organiser-cpt.php:
|
1516 |
msgid "All Categories"
|
1517 |
msgstr ""
|
1518 |
|
1519 |
-
#: includes/event-organiser-cpt.php:
|
1520 |
msgid "Parent Category"
|
1521 |
msgstr ""
|
1522 |
|
1523 |
-
#: includes/event-organiser-cpt.php:
|
1524 |
msgid "Parent Category:"
|
1525 |
msgstr ""
|
1526 |
|
1527 |
-
#: includes/event-organiser-cpt.php:
|
1528 |
msgid "Edit Category"
|
1529 |
msgstr ""
|
1530 |
|
1531 |
-
#: includes/event-organiser-cpt.php:
|
1532 |
msgid "Update Category"
|
1533 |
msgstr ""
|
1534 |
|
1535 |
-
#: includes/event-organiser-cpt.php:
|
1536 |
msgid "Add New Category"
|
1537 |
msgstr ""
|
1538 |
|
1539 |
-
#: includes/event-organiser-cpt.php:
|
1540 |
msgid "New Category Name"
|
1541 |
msgstr ""
|
1542 |
|
1543 |
-
#: includes/event-organiser-cpt.php:
|
1544 |
msgid "No categories found"
|
1545 |
msgstr ""
|
1546 |
|
1547 |
-
#: includes/event-organiser-cpt.php:
|
1548 |
msgid "Event categories list navigation"
|
1549 |
msgstr ""
|
1550 |
|
1551 |
-
#: includes/event-organiser-cpt.php:
|
1552 |
msgid "Event categories list"
|
1553 |
msgstr ""
|
1554 |
|
1555 |
-
#: includes/event-organiser-cpt.php:
|
1556 |
msgid "View all categories"
|
1557 |
msgstr ""
|
1558 |
|
1559 |
-
#: includes/event-organiser-cpt.php:
|
1560 |
msgctxt "taxonomy singular name"
|
1561 |
msgid "Tag"
|
1562 |
msgstr ""
|
1563 |
|
1564 |
-
#: includes/event-organiser-cpt.php:
|
1565 |
msgid "Search Tags"
|
1566 |
msgstr ""
|
1567 |
|
1568 |
-
#: includes/event-organiser-cpt.php:
|
1569 |
msgid "All Tags"
|
1570 |
msgstr ""
|
1571 |
|
1572 |
-
#: includes/event-organiser-cpt.php:
|
1573 |
msgid "Popular Tags"
|
1574 |
msgstr ""
|
1575 |
|
1576 |
-
#: includes/event-organiser-cpt.php:
|
1577 |
msgid "Edit Tag"
|
1578 |
msgstr ""
|
1579 |
|
1580 |
-
#: includes/event-organiser-cpt.php:
|
1581 |
msgid "Update Tag"
|
1582 |
msgstr ""
|
1583 |
|
1584 |
-
#: includes/event-organiser-cpt.php:
|
1585 |
msgid "Add New Tag"
|
1586 |
msgstr ""
|
1587 |
|
1588 |
-
#: includes/event-organiser-cpt.php:
|
1589 |
msgid "New Tag Name"
|
1590 |
msgstr ""
|
1591 |
|
1592 |
-
#: includes/event-organiser-cpt.php:
|
1593 |
msgid "No tags found"
|
1594 |
msgstr ""
|
1595 |
|
1596 |
-
#: includes/event-organiser-cpt.php:
|
1597 |
msgid "Choose from the most used tags"
|
1598 |
msgstr ""
|
1599 |
|
1600 |
-
#: includes/event-organiser-cpt.php:
|
1601 |
#: includes/event-organiser-event-functions.php:1571
|
1602 |
#: templates/event-meta-event-single.php:66
|
1603 |
msgid "Tags"
|
1604 |
msgstr ""
|
1605 |
|
1606 |
-
#: includes/event-organiser-cpt.php:
|
1607 |
msgid "Add or remove tags"
|
1608 |
msgstr ""
|
1609 |
|
1610 |
-
#: includes/event-organiser-cpt.php:
|
1611 |
msgid "Separate tags with commas"
|
1612 |
msgstr ""
|
1613 |
|
1614 |
-
#: includes/event-organiser-cpt.php:
|
1615 |
msgid "Event tags list navigation"
|
1616 |
msgstr ""
|
1617 |
|
1618 |
-
#: includes/event-organiser-cpt.php:
|
1619 |
msgid "Event tags list"
|
1620 |
msgstr ""
|
1621 |
|
1622 |
-
#: includes/event-organiser-cpt.php:
|
1623 |
msgid "View all tags"
|
1624 |
msgstr ""
|
1625 |
|
1626 |
-
#: includes/event-organiser-cpt.php:
|
1627 |
msgctxt "post"
|
1628 |
msgid "Add New"
|
1629 |
msgstr ""
|
1630 |
|
1631 |
-
#: includes/event-organiser-cpt.php:
|
1632 |
msgid "Add New Event"
|
1633 |
msgstr ""
|
1634 |
|
1635 |
-
#: includes/event-organiser-cpt.php:
|
1636 |
msgid "New Event"
|
1637 |
msgstr ""
|
1638 |
|
1639 |
-
#: includes/event-organiser-cpt.php:
|
1640 |
msgid "All Events"
|
1641 |
msgstr ""
|
1642 |
|
1643 |
-
#: includes/event-organiser-cpt.php:
|
1644 |
msgid "View Event"
|
1645 |
msgstr ""
|
1646 |
|
1647 |
-
#: includes/event-organiser-cpt.php:
|
1648 |
msgid "Search events"
|
1649 |
msgstr ""
|
1650 |
|
1651 |
-
#: includes/event-organiser-cpt.php:
|
1652 |
msgid "No events found"
|
1653 |
msgstr ""
|
1654 |
|
1655 |
-
#: includes/event-organiser-cpt.php:
|
1656 |
msgid "No events found in Trash"
|
1657 |
msgstr ""
|
1658 |
|
1659 |
-
#: includes/event-organiser-cpt.php:
|
1660 |
msgid "Filter events list"
|
1661 |
msgstr ""
|
1662 |
|
1663 |
-
#: includes/event-organiser-cpt.php:
|
1664 |
msgid "Events list navigation"
|
1665 |
msgstr ""
|
1666 |
|
1667 |
-
#: includes/event-organiser-cpt.php:
|
1668 |
msgid "Events list"
|
1669 |
msgstr ""
|
1670 |
|
1671 |
-
#: includes/event-organiser-cpt.php:
|
1672 |
msgid "Event Archives"
|
1673 |
msgstr ""
|
1674 |
|
1675 |
-
#: includes/event-organiser-cpt.php:
|
1676 |
msgid "Insert into event"
|
1677 |
msgstr ""
|
1678 |
|
1679 |
-
#: includes/event-organiser-cpt.php:
|
1680 |
msgid "Uploaded to this event"
|
1681 |
msgstr ""
|
1682 |
|
1683 |
-
#: includes/event-organiser-cpt.php:
|
1684 |
#, php-format
|
1685 |
msgid "Events at %s"
|
1686 |
msgstr ""
|
1687 |
|
1688 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1689 |
#: templates/taxonomy-event-category.php:27
|
1690 |
#, php-format
|
1691 |
msgid "Event Category: %s"
|
1692 |
msgstr ""
|
1693 |
|
1694 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1695 |
#, php-format
|
1696 |
msgid "Event Tag: %s"
|
1697 |
msgstr ""
|
1698 |
|
1699 |
-
#: includes/event-organiser-cpt.php:
|
1700 |
-
#: includes/event-organiser-cpt.php:
|
1701 |
#, php-format
|
1702 |
msgid "Events: %s"
|
1703 |
msgstr ""
|
1704 |
|
1705 |
-
#: includes/event-organiser-cpt.php:
|
1706 |
#, php-format
|
1707 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1708 |
msgstr ""
|
1709 |
|
1710 |
-
#: includes/event-organiser-cpt.php:
|
1711 |
msgid "Event updated."
|
1712 |
msgstr ""
|
1713 |
|
1714 |
-
#: includes/event-organiser-cpt.php:
|
1715 |
#, php-format
|
1716 |
msgid "Event restored to revision from %s"
|
1717 |
msgstr ""
|
1718 |
|
1719 |
-
#: includes/event-organiser-cpt.php:
|
1720 |
#, php-format
|
1721 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1722 |
msgstr ""
|
1723 |
|
1724 |
-
#: includes/event-organiser-cpt.php:
|
1725 |
msgid "Event saved."
|
1726 |
msgstr ""
|
1727 |
|
1728 |
-
#: includes/event-organiser-cpt.php:
|
1729 |
#, php-format
|
1730 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1731 |
msgstr ""
|
1732 |
|
1733 |
-
#: includes/event-organiser-cpt.php:
|
1734 |
#, php-format
|
1735 |
msgid ""
|
1736 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1737 |
"\">Preview event</a>"
|
1738 |
msgstr ""
|
1739 |
|
1740 |
-
|
|
|
1741 |
msgid "M j, Y @ G:i"
|
1742 |
msgstr ""
|
1743 |
|
1744 |
-
#: includes/event-organiser-cpt.php:
|
1745 |
#, php-format
|
1746 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1747 |
msgstr ""
|
1748 |
|
1749 |
-
#: includes/event-organiser-cpt.php:
|
1750 |
msgid "This event has been broken from a recurring event."
|
1751 |
msgstr ""
|
1752 |
|
1753 |
-
#: includes/event-organiser-cpt.php:
|
1754 |
msgid "Creating events"
|
1755 |
msgstr ""
|
1756 |
|
1757 |
-
#: includes/event-organiser-cpt.php:
|
1758 |
msgid "Creating events:"
|
1759 |
msgstr ""
|
1760 |
|
1761 |
-
#: includes/event-organiser-cpt.php:
|
1762 |
msgid ""
|
1763 |
"The start date is the date the event starts. If the event is a recurring "
|
1764 |
"event, this is the start date of the first occurrence."
|
1765 |
msgstr ""
|
1766 |
|
1767 |
-
#: includes/event-organiser-cpt.php:
|
1768 |
msgid ""
|
1769 |
"The end date is the date the event finishes. If the event is a recurring "
|
1770 |
"event, this is the end date of the first occurrence."
|
1771 |
msgstr ""
|
1772 |
|
1773 |
-
#: includes/event-organiser-cpt.php:
|
1774 |
msgid ""
|
1775 |
"All dates and times must be entered in the specified format. This format can "
|
1776 |
"changed in the settings page."
|
1777 |
msgstr ""
|
1778 |
|
1779 |
-
#: includes/event-organiser-cpt.php:
|
1780 |
msgid "Repeating events"
|
1781 |
msgstr ""
|
1782 |
|
1783 |
-
#: includes/event-organiser-cpt.php:
|
1784 |
msgid ""
|
1785 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1786 |
"dropdown menu to select how the event is to repeat. Further options then "
|
1787 |
"appear, "
|
1788 |
msgstr ""
|
1789 |
|
1790 |
-
#: includes/event-organiser-cpt.php:
|
1791 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1792 |
msgstr ""
|
1793 |
|
1794 |
-
#: includes/event-organiser-cpt.php:
|
1795 |
msgid ""
|
1796 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1797 |
"date, but an occurrence that starts before may finish after this date."
|
1798 |
msgstr ""
|
1799 |
|
1800 |
-
#: includes/event-organiser-cpt.php:
|
1801 |
msgid ""
|
1802 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1803 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
1804 |
"third Tuesday) "
|
1805 |
msgstr ""
|
1806 |
|
1807 |
-
#: includes/event-organiser-cpt.php:
|
1808 |
msgid ""
|
1809 |
"If weekly recurrence is selected, select which days of the week the event "
|
1810 |
"should be repeated. If no days are selected, the day of the start date is "
|
1811 |
"used"
|
1812 |
msgstr ""
|
1813 |
|
1814 |
-
#: includes/event-organiser-cpt.php:
|
1815 |
msgid "Selecting a venue"
|
1816 |
msgstr ""
|
1817 |
|
1818 |
-
#: includes/event-organiser-cpt.php:
|
1819 |
msgid "Use the venues input field to search for existing venues"
|
1820 |
msgstr ""
|
1821 |
|
1822 |
-
#: includes/event-organiser-cpt.php:
|
1823 |
msgid ""
|
1824 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1825 |
"page."
|
1826 |
msgstr ""
|
1827 |
|
1828 |
-
#: includes/event-organiser-cpt.php:
|
1829 |
msgid "Overview"
|
1830 |
msgstr ""
|
1831 |
|
1832 |
-
#: includes/event-organiser-cpt.php:
|
1833 |
msgid ""
|
1834 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1835 |
"appear as a single row </strong> in the table and the start and end date "
|
1836 |
"refers to the first occurrence of that event."
|
1837 |
msgstr ""
|
1838 |
|
1839 |
-
#: includes/event-organiser-cpt.php:
|
1840 |
msgid ""
|
1841 |
"Hovering over a row in the venues list will display action links that allow "
|
1842 |
"you to manage that venue. You can perform the following actions:"
|
1843 |
msgstr ""
|
1844 |
|
1845 |
-
#: includes/event-organiser-cpt.php:
|
1846 |
msgid ""
|
1847 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1848 |
"screen by clicking on the venue title."
|
1849 |
msgstr ""
|
1850 |
|
1851 |
-
#: includes/event-organiser-cpt.php:
|
1852 |
msgid "Delete will permanently remove the venue"
|
1853 |
msgstr ""
|
1854 |
|
1855 |
-
#: includes/event-organiser-cpt.php:
|
1856 |
msgid "View will take you to the venue's page"
|
1857 |
msgstr ""
|
1858 |
|
1859 |
-
#: includes/event-organiser-cpt.php:
|
1860 |
msgid ""
|
1861 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1862 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
1863 |
"the event's edit page will appear also."
|
1864 |
msgstr ""
|
1865 |
|
1866 |
-
#: includes/event-organiser-cpt.php:
|
1867 |
msgid ""
|
1868 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1869 |
"mode. You can also filter the events by events by category and venue. The "
|
1870 |
"'go to date' button allows you to quickly jump to a specific date."
|
1871 |
msgstr ""
|
1872 |
|
1873 |
-
#: includes/event-organiser-cpt.php:
|
1874 |
msgid "Add Event"
|
1875 |
msgstr ""
|
1876 |
|
1877 |
-
#: includes/event-organiser-cpt.php:
|
1878 |
msgid ""
|
1879 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
1880 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
@@ -1883,28 +1917,28 @@ msgid ""
|
|
1883 |
"event is created and you are forwarded to that event's edit page."
|
1884 |
msgstr ""
|
1885 |
|
1886 |
-
#: includes/event-organiser-cpt.php:
|
1887 |
msgid "For more information"
|
1888 |
msgstr ""
|
1889 |
|
1890 |
-
#: includes/event-organiser-cpt.php:
|
1891 |
#, php-format
|
1892 |
msgid "See the <a %s> documentation</a>"
|
1893 |
msgstr ""
|
1894 |
|
1895 |
-
#: includes/event-organiser-cpt.php:
|
1896 |
msgid "Debugging Event Organiser"
|
1897 |
msgstr ""
|
1898 |
|
1899 |
-
#: includes/event-organiser-cpt.php:
|
1900 |
msgid "Go Pro!"
|
1901 |
msgstr ""
|
1902 |
|
1903 |
-
#: includes/event-organiser-cpt.php:
|
1904 |
msgid "Color"
|
1905 |
msgstr ""
|
1906 |
|
1907 |
-
#: includes/event-organiser-cpt.php:
|
1908 |
msgid "Assign the category a colour."
|
1909 |
msgstr ""
|
1910 |
|
@@ -2089,23 +2123,23 @@ msgstr ""
|
|
2089 |
msgid "Help"
|
2090 |
msgstr ""
|
2091 |
|
2092 |
-
#: includes/event-organiser-venue-functions.php:
|
2093 |
msgid "Address"
|
2094 |
msgstr ""
|
2095 |
|
2096 |
-
#: includes/event-organiser-venue-functions.php:
|
2097 |
msgid "City"
|
2098 |
msgstr ""
|
2099 |
|
2100 |
-
#: includes/event-organiser-venue-functions.php:
|
2101 |
msgid "State / Province"
|
2102 |
msgstr ""
|
2103 |
|
2104 |
-
#: includes/event-organiser-venue-functions.php:
|
2105 |
msgid "Post Code"
|
2106 |
msgstr ""
|
2107 |
|
2108 |
-
#: includes/event-organiser-venue-functions.php:
|
2109 |
msgid "Country"
|
2110 |
msgstr ""
|
2111 |
|
@@ -2198,6 +2232,15 @@ msgstr ""
|
|
2198 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2199 |
msgstr ""
|
2200 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2201 |
#: templates/taxonomy-event-venue.php:30
|
2202 |
#, php-format
|
2203 |
msgid "Events at: %s"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-03-06 23:13+0000\n"
|
6 |
"PO-Revision-Date: 2017-09-11T22:37:13+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
123 |
|
124 |
#: classes/class-eo-event-list-widget.php:14
|
125 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
126 |
+
#: event-organiser.php:149 includes/event-organiser-cpt.php:226
|
127 |
+
#: includes/event-organiser-cpt.php:238
|
128 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
129 |
msgid "Events"
|
130 |
msgstr ""
|
247 |
msgstr ""
|
248 |
|
249 |
#: classes/class-eo-widget-categories.php:25
|
250 |
+
#: includes/event-organiser-cpt.php:95 includes/event-organiser-cpt.php:106
|
251 |
#: includes/event-organiser-event-functions.php:1563
|
252 |
#: templates/event-meta-event-single.php:62
|
253 |
msgid "Categories"
|
451 |
msgid "Open shortcut help"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#. //codex.wp-event-organiser.com
|
455 |
+
#. *
|
456 |
+
#. ***************** NOTICE: *****************
|
457 |
+
#. * Do not make changes to this file. Any changes made to this file
|
458 |
+
#. * will be overwritten if the plug-in is updated.
|
459 |
+
#. *
|
460 |
+
#. * To overwrite this template with your own, make a copy of it (with the same name)
|
461 |
+
#. * in your theme directory. See http://docs.wp-event-organiser.com/theme-integration for more information
|
462 |
+
#. *
|
463 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
464 |
+
#. ***************** NOTICE: *****************
|
465 |
+
#. *
|
466 |
+
#. * @package Event Organiser (plug-in)
|
467 |
+
#. * @since 1.7
|
468 |
+
#.
|
469 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
470 |
#: templates/event-meta-event-single.php:32
|
471 |
msgid "Event Details"
|
658 |
msgstr ""
|
659 |
|
660 |
#: event-organiser-edit.php:274
|
661 |
+
#: includes/event-organiser-venue-functions.php:1030
|
662 |
msgid "Select a venue"
|
663 |
msgstr ""
|
664 |
|
735 |
msgid "Go to Event Organiser settings"
|
736 |
msgstr ""
|
737 |
|
738 |
+
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:227
|
739 |
msgid "Event"
|
740 |
msgstr ""
|
741 |
|
898 |
msgstr ""
|
899 |
|
900 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
901 |
+
#: includes/event-organiser-cpt.php:152
|
902 |
msgid "Event Tags"
|
903 |
msgstr ""
|
904 |
|
1227 |
msgid "Slug"
|
1228 |
msgstr ""
|
1229 |
|
1230 |
+
#: features/bootstrap/FeatureContext.php:459
|
1231 |
+
#: features/bootstrap/FeatureContext.php:627
|
1232 |
msgid "Main Sidebar"
|
1233 |
msgstr ""
|
1234 |
|
1235 |
+
#: features/bootstrap/FeatureContext.php:461
|
1236 |
+
#: features/bootstrap/FeatureContext.php:629
|
1237 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1238 |
msgstr ""
|
1239 |
|
1416 |
msgid "This event recurs"
|
1417 |
msgstr ""
|
1418 |
|
1419 |
+
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:230
|
1420 |
msgid "Edit Event"
|
1421 |
msgstr ""
|
1422 |
|
1518 |
msgid "View all venues"
|
1519 |
msgstr ""
|
1520 |
|
1521 |
+
#: includes/event-organiser-cpt.php:96
|
1522 |
msgctxt "taxonomy singular name"
|
1523 |
msgid "Category"
|
1524 |
msgstr ""
|
1525 |
|
1526 |
+
#: includes/event-organiser-cpt.php:97
|
1527 |
msgid "Search Categories"
|
1528 |
msgstr ""
|
1529 |
|
1530 |
+
#: includes/event-organiser-cpt.php:98
|
1531 |
msgid "All Categories"
|
1532 |
msgstr ""
|
1533 |
|
1534 |
+
#: includes/event-organiser-cpt.php:99
|
1535 |
msgid "Parent Category"
|
1536 |
msgstr ""
|
1537 |
|
1538 |
+
#: includes/event-organiser-cpt.php:100
|
1539 |
msgid "Parent Category:"
|
1540 |
msgstr ""
|
1541 |
|
1542 |
+
#: includes/event-organiser-cpt.php:101
|
1543 |
msgid "Edit Category"
|
1544 |
msgstr ""
|
1545 |
|
1546 |
+
#: includes/event-organiser-cpt.php:102
|
1547 |
msgid "Update Category"
|
1548 |
msgstr ""
|
1549 |
|
1550 |
+
#: includes/event-organiser-cpt.php:103
|
1551 |
msgid "Add New Category"
|
1552 |
msgstr ""
|
1553 |
|
1554 |
+
#: includes/event-organiser-cpt.php:104
|
1555 |
msgid "New Category Name"
|
1556 |
msgstr ""
|
1557 |
|
1558 |
+
#: includes/event-organiser-cpt.php:105
|
1559 |
msgid "No categories found"
|
1560 |
msgstr ""
|
1561 |
|
1562 |
+
#: includes/event-organiser-cpt.php:107
|
1563 |
msgid "Event categories list navigation"
|
1564 |
msgstr ""
|
1565 |
|
1566 |
+
#: includes/event-organiser-cpt.php:108
|
1567 |
msgid "Event categories list"
|
1568 |
msgstr ""
|
1569 |
|
1570 |
+
#: includes/event-organiser-cpt.php:110
|
1571 |
msgid "View all categories"
|
1572 |
msgstr ""
|
1573 |
|
1574 |
+
#: includes/event-organiser-cpt.php:153
|
1575 |
msgctxt "taxonomy singular name"
|
1576 |
msgid "Tag"
|
1577 |
msgstr ""
|
1578 |
|
1579 |
+
#: includes/event-organiser-cpt.php:154
|
1580 |
msgid "Search Tags"
|
1581 |
msgstr ""
|
1582 |
|
1583 |
+
#: includes/event-organiser-cpt.php:155
|
1584 |
msgid "All Tags"
|
1585 |
msgstr ""
|
1586 |
|
1587 |
+
#: includes/event-organiser-cpt.php:156
|
1588 |
msgid "Popular Tags"
|
1589 |
msgstr ""
|
1590 |
|
1591 |
+
#: includes/event-organiser-cpt.php:157
|
1592 |
msgid "Edit Tag"
|
1593 |
msgstr ""
|
1594 |
|
1595 |
+
#: includes/event-organiser-cpt.php:158
|
1596 |
msgid "Update Tag"
|
1597 |
msgstr ""
|
1598 |
|
1599 |
+
#: includes/event-organiser-cpt.php:159
|
1600 |
msgid "Add New Tag"
|
1601 |
msgstr ""
|
1602 |
|
1603 |
+
#: includes/event-organiser-cpt.php:160
|
1604 |
msgid "New Tag Name"
|
1605 |
msgstr ""
|
1606 |
|
1607 |
+
#: includes/event-organiser-cpt.php:161
|
1608 |
msgid "No tags found"
|
1609 |
msgstr ""
|
1610 |
|
1611 |
+
#: includes/event-organiser-cpt.php:162
|
1612 |
msgid "Choose from the most used tags"
|
1613 |
msgstr ""
|
1614 |
|
1615 |
+
#: includes/event-organiser-cpt.php:163
|
1616 |
#: includes/event-organiser-event-functions.php:1571
|
1617 |
#: templates/event-meta-event-single.php:66
|
1618 |
msgid "Tags"
|
1619 |
msgstr ""
|
1620 |
|
1621 |
+
#: includes/event-organiser-cpt.php:164
|
1622 |
msgid "Add or remove tags"
|
1623 |
msgstr ""
|
1624 |
|
1625 |
+
#: includes/event-organiser-cpt.php:165
|
1626 |
msgid "Separate tags with commas"
|
1627 |
msgstr ""
|
1628 |
|
1629 |
+
#: includes/event-organiser-cpt.php:166
|
1630 |
msgid "Event tags list navigation"
|
1631 |
msgstr ""
|
1632 |
|
1633 |
+
#: includes/event-organiser-cpt.php:167
|
1634 |
msgid "Event tags list"
|
1635 |
msgstr ""
|
1636 |
|
1637 |
+
#: includes/event-organiser-cpt.php:169
|
1638 |
msgid "View all tags"
|
1639 |
msgstr ""
|
1640 |
|
1641 |
+
#: includes/event-organiser-cpt.php:228
|
1642 |
msgctxt "post"
|
1643 |
msgid "Add New"
|
1644 |
msgstr ""
|
1645 |
|
1646 |
+
#: includes/event-organiser-cpt.php:229
|
1647 |
msgid "Add New Event"
|
1648 |
msgstr ""
|
1649 |
|
1650 |
+
#: includes/event-organiser-cpt.php:231
|
1651 |
msgid "New Event"
|
1652 |
msgstr ""
|
1653 |
|
1654 |
+
#: includes/event-organiser-cpt.php:232
|
1655 |
msgid "All Events"
|
1656 |
msgstr ""
|
1657 |
|
1658 |
+
#: includes/event-organiser-cpt.php:233
|
1659 |
msgid "View Event"
|
1660 |
msgstr ""
|
1661 |
|
1662 |
+
#: includes/event-organiser-cpt.php:234
|
1663 |
msgid "Search events"
|
1664 |
msgstr ""
|
1665 |
|
1666 |
+
#: includes/event-organiser-cpt.php:235
|
1667 |
msgid "No events found"
|
1668 |
msgstr ""
|
1669 |
|
1670 |
+
#: includes/event-organiser-cpt.php:236
|
1671 |
msgid "No events found in Trash"
|
1672 |
msgstr ""
|
1673 |
|
1674 |
+
#: includes/event-organiser-cpt.php:239
|
1675 |
msgid "Filter events list"
|
1676 |
msgstr ""
|
1677 |
|
1678 |
+
#: includes/event-organiser-cpt.php:240
|
1679 |
msgid "Events list navigation"
|
1680 |
msgstr ""
|
1681 |
|
1682 |
+
#: includes/event-organiser-cpt.php:241
|
1683 |
msgid "Events list"
|
1684 |
msgstr ""
|
1685 |
|
1686 |
+
#: includes/event-organiser-cpt.php:242
|
1687 |
msgid "Event Archives"
|
1688 |
msgstr ""
|
1689 |
|
1690 |
+
#: includes/event-organiser-cpt.php:243
|
1691 |
msgid "Insert into event"
|
1692 |
msgstr ""
|
1693 |
|
1694 |
+
#: includes/event-organiser-cpt.php:244
|
1695 |
msgid "Uploaded to this event"
|
1696 |
msgstr ""
|
1697 |
|
1698 |
+
#: includes/event-organiser-cpt.php:246
|
1699 |
#, php-format
|
1700 |
msgid "Events at %s"
|
1701 |
msgstr ""
|
1702 |
|
1703 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1704 |
+
#. *
|
1705 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1706 |
+
#. ***************** NOTICE: *****************
|
1707 |
+
#. *
|
1708 |
+
#. * @package Event Organiser (plug-in)
|
1709 |
+
#. * @since 1.0.0
|
1710 |
+
#.
|
1711 |
+
#. Call the template header
|
1712 |
+
#: includes/event-organiser-cpt.php:247
|
1713 |
#: templates/taxonomy-event-category.php:27
|
1714 |
#, php-format
|
1715 |
msgid "Event Category: %s"
|
1716 |
msgstr ""
|
1717 |
|
1718 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1719 |
+
#. *
|
1720 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1721 |
+
#. ***************** NOTICE: *****************
|
1722 |
+
#. *
|
1723 |
+
#. * @package Event Organiser (plug-in)
|
1724 |
+
#. * @since 1.2.0
|
1725 |
+
#.
|
1726 |
+
#. Call the template header
|
1727 |
+
#: includes/event-organiser-cpt.php:248 templates/taxonomy-event-tag.php:27
|
1728 |
#, php-format
|
1729 |
msgid "Event Tag: %s"
|
1730 |
msgstr ""
|
1731 |
|
1732 |
+
#: includes/event-organiser-cpt.php:249 includes/event-organiser-cpt.php:250
|
1733 |
+
#: includes/event-organiser-cpt.php:251
|
1734 |
#, php-format
|
1735 |
msgid "Events: %s"
|
1736 |
msgstr ""
|
1737 |
|
1738 |
+
#: includes/event-organiser-cpt.php:332
|
1739 |
#, php-format
|
1740 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1741 |
msgstr ""
|
1742 |
|
1743 |
+
#: includes/event-organiser-cpt.php:333
|
1744 |
msgid "Event updated."
|
1745 |
msgstr ""
|
1746 |
|
1747 |
+
#: includes/event-organiser-cpt.php:335
|
1748 |
#, php-format
|
1749 |
msgid "Event restored to revision from %s"
|
1750 |
msgstr ""
|
1751 |
|
1752 |
+
#: includes/event-organiser-cpt.php:336
|
1753 |
#, php-format
|
1754 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1755 |
msgstr ""
|
1756 |
|
1757 |
+
#: includes/event-organiser-cpt.php:337
|
1758 |
msgid "Event saved."
|
1759 |
msgstr ""
|
1760 |
|
1761 |
+
#: includes/event-organiser-cpt.php:339
|
1762 |
#, php-format
|
1763 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1764 |
msgstr ""
|
1765 |
|
1766 |
+
#: includes/event-organiser-cpt.php:343
|
1767 |
#, php-format
|
1768 |
msgid ""
|
1769 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1770 |
"\">Preview event</a>"
|
1771 |
msgstr ""
|
1772 |
|
1773 |
+
#. //php.net/date
|
1774 |
+
#: includes/event-organiser-cpt.php:345
|
1775 |
msgid "M j, Y @ G:i"
|
1776 |
msgstr ""
|
1777 |
|
1778 |
+
#: includes/event-organiser-cpt.php:348
|
1779 |
#, php-format
|
1780 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1781 |
msgstr ""
|
1782 |
|
1783 |
+
#: includes/event-organiser-cpt.php:351
|
1784 |
msgid "This event has been broken from a recurring event."
|
1785 |
msgstr ""
|
1786 |
|
1787 |
+
#: includes/event-organiser-cpt.php:527
|
1788 |
msgid "Creating events"
|
1789 |
msgstr ""
|
1790 |
|
1791 |
+
#: includes/event-organiser-cpt.php:528
|
1792 |
msgid "Creating events:"
|
1793 |
msgstr ""
|
1794 |
|
1795 |
+
#: includes/event-organiser-cpt.php:530
|
1796 |
msgid ""
|
1797 |
"The start date is the date the event starts. If the event is a recurring "
|
1798 |
"event, this is the start date of the first occurrence."
|
1799 |
msgstr ""
|
1800 |
|
1801 |
+
#: includes/event-organiser-cpt.php:531
|
1802 |
msgid ""
|
1803 |
"The end date is the date the event finishes. If the event is a recurring "
|
1804 |
"event, this is the end date of the first occurrence."
|
1805 |
msgstr ""
|
1806 |
|
1807 |
+
#: includes/event-organiser-cpt.php:532
|
1808 |
msgid ""
|
1809 |
"All dates and times must be entered in the specified format. This format can "
|
1810 |
"changed in the settings page."
|
1811 |
msgstr ""
|
1812 |
|
1813 |
+
#: includes/event-organiser-cpt.php:537
|
1814 |
msgid "Repeating events"
|
1815 |
msgstr ""
|
1816 |
|
1817 |
+
#: includes/event-organiser-cpt.php:538
|
1818 |
msgid ""
|
1819 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1820 |
"dropdown menu to select how the event is to repeat. Further options then "
|
1821 |
"appear, "
|
1822 |
msgstr ""
|
1823 |
|
1824 |
+
#: includes/event-organiser-cpt.php:540
|
1825 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1826 |
msgstr ""
|
1827 |
|
1828 |
+
#: includes/event-organiser-cpt.php:541
|
1829 |
msgid ""
|
1830 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1831 |
"date, but an occurrence that starts before may finish after this date."
|
1832 |
msgstr ""
|
1833 |
|
1834 |
+
#: includes/event-organiser-cpt.php:542
|
1835 |
msgid ""
|
1836 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1837 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
1838 |
"third Tuesday) "
|
1839 |
msgstr ""
|
1840 |
|
1841 |
+
#: includes/event-organiser-cpt.php:543
|
1842 |
msgid ""
|
1843 |
"If weekly recurrence is selected, select which days of the week the event "
|
1844 |
"should be repeated. If no days are selected, the day of the start date is "
|
1845 |
"used"
|
1846 |
msgstr ""
|
1847 |
|
1848 |
+
#: includes/event-organiser-cpt.php:548 includes/event-organiser-cpt.php:549
|
1849 |
msgid "Selecting a venue"
|
1850 |
msgstr ""
|
1851 |
|
1852 |
+
#: includes/event-organiser-cpt.php:551
|
1853 |
msgid "Use the venues input field to search for existing venues"
|
1854 |
msgstr ""
|
1855 |
|
1856 |
+
#: includes/event-organiser-cpt.php:552
|
1857 |
msgid ""
|
1858 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1859 |
"page."
|
1860 |
msgstr ""
|
1861 |
|
1862 |
+
#: includes/event-organiser-cpt.php:562 includes/event-organiser-cpt.php:581
|
1863 |
msgid "Overview"
|
1864 |
msgstr ""
|
1865 |
|
1866 |
+
#: includes/event-organiser-cpt.php:563
|
1867 |
msgid ""
|
1868 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1869 |
"appear as a single row </strong> in the table and the start and end date "
|
1870 |
"refers to the first occurrence of that event."
|
1871 |
msgstr ""
|
1872 |
|
1873 |
+
#: includes/event-organiser-cpt.php:569
|
1874 |
msgid ""
|
1875 |
"Hovering over a row in the venues list will display action links that allow "
|
1876 |
"you to manage that venue. You can perform the following actions:"
|
1877 |
msgstr ""
|
1878 |
|
1879 |
+
#: includes/event-organiser-cpt.php:571
|
1880 |
msgid ""
|
1881 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1882 |
"screen by clicking on the venue title."
|
1883 |
msgstr ""
|
1884 |
|
1885 |
+
#: includes/event-organiser-cpt.php:572
|
1886 |
msgid "Delete will permanently remove the venue"
|
1887 |
msgstr ""
|
1888 |
|
1889 |
+
#: includes/event-organiser-cpt.php:573
|
1890 |
msgid "View will take you to the venue's page"
|
1891 |
msgstr ""
|
1892 |
|
1893 |
+
#: includes/event-organiser-cpt.php:582
|
1894 |
msgid ""
|
1895 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1896 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
1897 |
"the event's edit page will appear also."
|
1898 |
msgstr ""
|
1899 |
|
1900 |
+
#: includes/event-organiser-cpt.php:583
|
1901 |
msgid ""
|
1902 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1903 |
"mode. You can also filter the events by events by category and venue. The "
|
1904 |
"'go to date' button allows you to quickly jump to a specific date."
|
1905 |
msgstr ""
|
1906 |
|
1907 |
+
#: includes/event-organiser-cpt.php:587
|
1908 |
msgid "Add Event"
|
1909 |
msgstr ""
|
1910 |
|
1911 |
+
#: includes/event-organiser-cpt.php:588
|
1912 |
msgid ""
|
1913 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
1914 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
1917 |
"event is created and you are forwarded to that event's edit page."
|
1918 |
msgstr ""
|
1919 |
|
1920 |
+
#: includes/event-organiser-cpt.php:594
|
1921 |
msgid "For more information"
|
1922 |
msgstr ""
|
1923 |
|
1924 |
+
#: includes/event-organiser-cpt.php:595
|
1925 |
#, php-format
|
1926 |
msgid "See the <a %s> documentation</a>"
|
1927 |
msgstr ""
|
1928 |
|
1929 |
+
#: includes/event-organiser-cpt.php:596
|
1930 |
msgid "Debugging Event Organiser"
|
1931 |
msgstr ""
|
1932 |
|
1933 |
+
#: includes/event-organiser-cpt.php:597
|
1934 |
msgid "Go Pro!"
|
1935 |
msgstr ""
|
1936 |
|
1937 |
+
#: includes/event-organiser-cpt.php:708 includes/event-organiser-cpt.php:731
|
1938 |
msgid "Color"
|
1939 |
msgstr ""
|
1940 |
|
1941 |
+
#: includes/event-organiser-cpt.php:714
|
1942 |
msgid "Assign the category a colour."
|
1943 |
msgstr ""
|
1944 |
|
2123 |
msgid "Help"
|
2124 |
msgstr ""
|
2125 |
|
2126 |
+
#: includes/event-organiser-venue-functions.php:995
|
2127 |
msgid "Address"
|
2128 |
msgstr ""
|
2129 |
|
2130 |
+
#: includes/event-organiser-venue-functions.php:996
|
2131 |
msgid "City"
|
2132 |
msgstr ""
|
2133 |
|
2134 |
+
#: includes/event-organiser-venue-functions.php:997
|
2135 |
msgid "State / Province"
|
2136 |
msgstr ""
|
2137 |
|
2138 |
+
#: includes/event-organiser-venue-functions.php:998
|
2139 |
msgid "Post Code"
|
2140 |
msgstr ""
|
2141 |
|
2142 |
+
#: includes/event-organiser-venue-functions.php:999
|
2143 |
msgid "Country"
|
2144 |
msgstr ""
|
2145 |
|
2232 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2233 |
msgstr ""
|
2234 |
|
2235 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
2236 |
+
#. *
|
2237 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
2238 |
+
#. ***************** NOTICE: *****************
|
2239 |
+
#. *
|
2240 |
+
#. * @package Event Organiser (plug-in)
|
2241 |
+
#. * @since 1.0.0
|
2242 |
+
#.
|
2243 |
+
#. Call the template header
|
2244 |
#: templates/taxonomy-event-venue.php:30
|
2245 |
#, php-format
|
2246 |
msgid "Events at: %s"
|
languages/eventorganiser-et.mo
CHANGED
Binary file
|
languages/eventorganiser-et.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: 2016-11-27T01:17:05+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
@@ -124,8 +124,8 @@ msgstr "Kuvab sündmuste nimekirja"
|
|
124 |
|
125 |
#: classes/class-eo-event-list-widget.php:14
|
126 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
127 |
-
#: event-organiser.php:149 includes/event-organiser-cpt.php:
|
128 |
-
#: includes/event-organiser-cpt.php:
|
129 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
130 |
msgid "Events"
|
131 |
msgstr "Sündmused"
|
@@ -248,7 +248,7 @@ msgid "Event Categories"
|
|
248 |
msgstr "Sündmuse rubriigid"
|
249 |
|
250 |
#: classes/class-eo-widget-categories.php:25
|
251 |
-
#: includes/event-organiser-cpt.php:
|
252 |
#: includes/event-organiser-event-functions.php:1563
|
253 |
#: templates/event-meta-event-single.php:62
|
254 |
msgid "Categories"
|
@@ -452,6 +452,21 @@ msgstr ""
|
|
452 |
msgid "Open shortcut help"
|
453 |
msgstr ""
|
454 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
455 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
456 |
#: templates/event-meta-event-single.php:32
|
457 |
msgid "Event Details"
|
@@ -642,7 +657,7 @@ msgid "Show dates"
|
|
642 |
msgstr "Näita kuupäevi"
|
643 |
|
644 |
#: event-organiser-edit.php:274
|
645 |
-
#: includes/event-organiser-venue-functions.php:
|
646 |
msgid "Select a venue"
|
647 |
msgstr "Vali toimumispaik"
|
648 |
|
@@ -719,7 +734,7 @@ msgstr ""
|
|
719 |
msgid "Go to Event Organiser settings"
|
720 |
msgstr "Mine Event Organiser'i sätete juurde"
|
721 |
|
722 |
-
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:
|
723 |
msgid "Event"
|
724 |
msgstr "Sündmus"
|
725 |
|
@@ -882,7 +897,7 @@ msgid "Revisions"
|
|
882 |
msgstr "Versioonid"
|
883 |
|
884 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
885 |
-
#: includes/event-organiser-cpt.php:
|
886 |
msgid "Event Tags"
|
887 |
msgstr "Sündmuse sildid"
|
888 |
|
@@ -1227,13 +1242,13 @@ msgstr "Viide"
|
|
1227 |
msgid "Slug"
|
1228 |
msgstr "Lühipealkiri"
|
1229 |
|
1230 |
-
#: features/bootstrap/FeatureContext.php:
|
1231 |
-
#: features/bootstrap/FeatureContext.php:
|
1232 |
msgid "Main Sidebar"
|
1233 |
msgstr ""
|
1234 |
|
1235 |
-
#: features/bootstrap/FeatureContext.php:
|
1236 |
-
#: features/bootstrap/FeatureContext.php:
|
1237 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1238 |
msgstr ""
|
1239 |
|
@@ -1423,7 +1438,7 @@ msgstr ""
|
|
1423 |
msgid "This event recurs"
|
1424 |
msgstr "See sündmus kordub"
|
1425 |
|
1426 |
-
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:
|
1427 |
msgid "Edit Event"
|
1428 |
msgstr "Muuda sündmust"
|
1429 |
|
@@ -1525,236 +1540,254 @@ msgstr "Toimumispaiga asukoht"
|
|
1525 |
msgid "View all venues"
|
1526 |
msgstr "Vaata kõiki toimumispaiku"
|
1527 |
|
1528 |
-
#: includes/event-organiser-cpt.php:
|
1529 |
msgctxt "taxonomy singular name"
|
1530 |
msgid "Category"
|
1531 |
msgstr ""
|
1532 |
|
1533 |
-
#: includes/event-organiser-cpt.php:
|
1534 |
msgid "Search Categories"
|
1535 |
msgstr "Otsi rubriike"
|
1536 |
|
1537 |
-
#: includes/event-organiser-cpt.php:
|
1538 |
msgid "All Categories"
|
1539 |
msgstr "Kõik rubriigid"
|
1540 |
|
1541 |
-
#: includes/event-organiser-cpt.php:
|
1542 |
msgid "Parent Category"
|
1543 |
msgstr "Ülemrubriik"
|
1544 |
|
1545 |
-
#: includes/event-organiser-cpt.php:
|
1546 |
msgid "Parent Category:"
|
1547 |
msgstr ""
|
1548 |
|
1549 |
-
#: includes/event-organiser-cpt.php:
|
1550 |
msgid "Edit Category"
|
1551 |
msgstr "Muuda rubriik"
|
1552 |
|
1553 |
-
#: includes/event-organiser-cpt.php:
|
1554 |
msgid "Update Category"
|
1555 |
msgstr "Uuenda rubriik"
|
1556 |
|
1557 |
-
#: includes/event-organiser-cpt.php:
|
1558 |
msgid "Add New Category"
|
1559 |
msgstr "Lisa uus rubriik"
|
1560 |
|
1561 |
-
#: includes/event-organiser-cpt.php:
|
1562 |
msgid "New Category Name"
|
1563 |
msgstr "Uus rubriigi nimi"
|
1564 |
|
1565 |
-
#: includes/event-organiser-cpt.php:
|
1566 |
msgid "No categories found"
|
1567 |
msgstr "Ühtegi rubriiki ei leitud"
|
1568 |
|
1569 |
-
#: includes/event-organiser-cpt.php:
|
1570 |
msgid "Event categories list navigation"
|
1571 |
msgstr ""
|
1572 |
|
1573 |
-
#: includes/event-organiser-cpt.php:
|
1574 |
msgid "Event categories list"
|
1575 |
msgstr ""
|
1576 |
|
1577 |
-
#: includes/event-organiser-cpt.php:
|
1578 |
msgid "View all categories"
|
1579 |
msgstr "Vaata kõiki rubriike"
|
1580 |
|
1581 |
-
#: includes/event-organiser-cpt.php:
|
1582 |
msgctxt "taxonomy singular name"
|
1583 |
msgid "Tag"
|
1584 |
msgstr ""
|
1585 |
|
1586 |
-
#: includes/event-organiser-cpt.php:
|
1587 |
msgid "Search Tags"
|
1588 |
msgstr "Otsi silte"
|
1589 |
|
1590 |
-
#: includes/event-organiser-cpt.php:
|
1591 |
msgid "All Tags"
|
1592 |
msgstr "Kõik sildid"
|
1593 |
|
1594 |
-
#: includes/event-organiser-cpt.php:
|
1595 |
msgid "Popular Tags"
|
1596 |
msgstr "Populaarsed sildid"
|
1597 |
|
1598 |
-
#: includes/event-organiser-cpt.php:
|
1599 |
msgid "Edit Tag"
|
1600 |
msgstr "Muuda silti"
|
1601 |
|
1602 |
-
#: includes/event-organiser-cpt.php:
|
1603 |
msgid "Update Tag"
|
1604 |
msgstr "Uuenda silti"
|
1605 |
|
1606 |
-
#: includes/event-organiser-cpt.php:
|
1607 |
msgid "Add New Tag"
|
1608 |
msgstr "Lisa uus silt"
|
1609 |
|
1610 |
-
#: includes/event-organiser-cpt.php:
|
1611 |
msgid "New Tag Name"
|
1612 |
msgstr "Uus sildi nimi"
|
1613 |
|
1614 |
-
#: includes/event-organiser-cpt.php:
|
1615 |
msgid "No tags found"
|
1616 |
msgstr "Ühtegi silti ei leitud"
|
1617 |
|
1618 |
-
#: includes/event-organiser-cpt.php:
|
1619 |
msgid "Choose from the most used tags"
|
1620 |
msgstr "Vali enimkasutatud siltide hulgast"
|
1621 |
|
1622 |
-
#: includes/event-organiser-cpt.php:
|
1623 |
#: includes/event-organiser-event-functions.php:1571
|
1624 |
#: templates/event-meta-event-single.php:66
|
1625 |
msgid "Tags"
|
1626 |
msgstr "Sildid"
|
1627 |
|
1628 |
-
#: includes/event-organiser-cpt.php:
|
1629 |
msgid "Add or remove tags"
|
1630 |
msgstr "Lisa või eemalda silte"
|
1631 |
|
1632 |
-
#: includes/event-organiser-cpt.php:
|
1633 |
msgid "Separate tags with commas"
|
1634 |
msgstr "Eralda sildid komaga"
|
1635 |
|
1636 |
-
#: includes/event-organiser-cpt.php:
|
1637 |
msgid "Event tags list navigation"
|
1638 |
msgstr ""
|
1639 |
|
1640 |
-
#: includes/event-organiser-cpt.php:
|
1641 |
msgid "Event tags list"
|
1642 |
msgstr ""
|
1643 |
|
1644 |
-
#: includes/event-organiser-cpt.php:
|
1645 |
msgid "View all tags"
|
1646 |
msgstr ""
|
1647 |
|
1648 |
-
#: includes/event-organiser-cpt.php:
|
1649 |
msgctxt "post"
|
1650 |
msgid "Add New"
|
1651 |
msgstr ""
|
1652 |
|
1653 |
-
#: includes/event-organiser-cpt.php:
|
1654 |
msgid "Add New Event"
|
1655 |
msgstr "Lisa uus sündmus"
|
1656 |
|
1657 |
-
#: includes/event-organiser-cpt.php:
|
1658 |
msgid "New Event"
|
1659 |
msgstr "Uus sündmus"
|
1660 |
|
1661 |
-
#: includes/event-organiser-cpt.php:
|
1662 |
#, fuzzy
|
1663 |
msgid "All Events"
|
1664 |
msgstr "Kõik sündmused"
|
1665 |
|
1666 |
-
#: includes/event-organiser-cpt.php:
|
1667 |
msgid "View Event"
|
1668 |
msgstr "Vaata sündmust"
|
1669 |
|
1670 |
-
#: includes/event-organiser-cpt.php:
|
1671 |
msgid "Search events"
|
1672 |
msgstr "Otsi sündmusi"
|
1673 |
|
1674 |
-
#: includes/event-organiser-cpt.php:
|
1675 |
msgid "No events found"
|
1676 |
msgstr "Ühtegi sündmust ei leitud"
|
1677 |
|
1678 |
-
#: includes/event-organiser-cpt.php:
|
1679 |
msgid "No events found in Trash"
|
1680 |
msgstr "Prügikastist ei leitud ühtegi sündmust"
|
1681 |
|
1682 |
-
#: includes/event-organiser-cpt.php:
|
1683 |
msgid "Filter events list"
|
1684 |
msgstr ""
|
1685 |
|
1686 |
-
#: includes/event-organiser-cpt.php:
|
1687 |
msgid "Events list navigation"
|
1688 |
msgstr ""
|
1689 |
|
1690 |
-
#: includes/event-organiser-cpt.php:
|
1691 |
msgid "Events list"
|
1692 |
msgstr "Sündmuste nimekiri"
|
1693 |
|
1694 |
-
#: includes/event-organiser-cpt.php:
|
1695 |
msgid "Event Archives"
|
1696 |
msgstr ""
|
1697 |
|
1698 |
-
#: includes/event-organiser-cpt.php:
|
1699 |
msgid "Insert into event"
|
1700 |
msgstr ""
|
1701 |
|
1702 |
-
#: includes/event-organiser-cpt.php:
|
1703 |
msgid "Uploaded to this event"
|
1704 |
msgstr ""
|
1705 |
|
1706 |
-
#: includes/event-organiser-cpt.php:
|
1707 |
#, php-format
|
1708 |
msgid "Events at %s"
|
1709 |
msgstr ""
|
1710 |
|
1711 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1712 |
#: templates/taxonomy-event-category.php:27
|
1713 |
#, fuzzy, php-format
|
1714 |
msgid "Event Category: %s"
|
1715 |
msgstr "Sündmuse rubriik"
|
1716 |
|
1717 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1718 |
#, php-format
|
1719 |
msgid "Event Tag: %s"
|
1720 |
msgstr ""
|
1721 |
|
1722 |
-
#: includes/event-organiser-cpt.php:
|
1723 |
-
#: includes/event-organiser-cpt.php:
|
1724 |
#, fuzzy, php-format
|
1725 |
msgid "Events: %s"
|
1726 |
msgstr "Sündmused:"
|
1727 |
|
1728 |
-
#: includes/event-organiser-cpt.php:
|
1729 |
#, php-format
|
1730 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1731 |
msgstr "Sündmus uuendatud. <a href=\"%s\">Vaata sündmust</a>"
|
1732 |
|
1733 |
-
#: includes/event-organiser-cpt.php:
|
1734 |
msgid "Event updated."
|
1735 |
msgstr "Sündmus uuendatud."
|
1736 |
|
1737 |
-
#: includes/event-organiser-cpt.php:
|
1738 |
#, php-format
|
1739 |
msgid "Event restored to revision from %s"
|
1740 |
msgstr "Sündmus taastatud versioonist %s"
|
1741 |
|
1742 |
-
#: includes/event-organiser-cpt.php:
|
1743 |
#, php-format
|
1744 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1745 |
msgstr "Sündmus avaldatud. <a href=\"%s\">Vaata sündmust</a>"
|
1746 |
|
1747 |
-
#: includes/event-organiser-cpt.php:
|
1748 |
msgid "Event saved."
|
1749 |
msgstr "Sündmus salvestatud."
|
1750 |
|
1751 |
-
#: includes/event-organiser-cpt.php:
|
1752 |
#, php-format
|
1753 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1754 |
msgstr ""
|
1755 |
"Sündmus postitatud. <a target=\"_blank\" href=\"%s\">Sündmuse eelvaade</a>"
|
1756 |
|
1757 |
-
#: includes/event-organiser-cpt.php:
|
1758 |
#, php-format
|
1759 |
msgid ""
|
1760 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
@@ -1763,30 +1796,31 @@ msgstr ""
|
|
1763 |
"Sündmus planeeritud: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1764 |
"\">Sündmuse eelvaade</a>"
|
1765 |
|
1766 |
-
|
|
|
1767 |
msgid "M j, Y @ G:i"
|
1768 |
msgstr "j. M Y H:i"
|
1769 |
|
1770 |
-
#: includes/event-organiser-cpt.php:
|
1771 |
#, php-format
|
1772 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1773 |
msgstr ""
|
1774 |
"Sündmuse mustand uuendatud. <a target=\"_blank\" href=\"%s\">Sündmuse "
|
1775 |
"eelvaade</a>"
|
1776 |
|
1777 |
-
#: includes/event-organiser-cpt.php:
|
1778 |
msgid "This event has been broken from a recurring event."
|
1779 |
msgstr ""
|
1780 |
|
1781 |
-
#: includes/event-organiser-cpt.php:
|
1782 |
msgid "Creating events"
|
1783 |
msgstr "Sündmuste loomine"
|
1784 |
|
1785 |
-
#: includes/event-organiser-cpt.php:
|
1786 |
msgid "Creating events:"
|
1787 |
msgstr "Sündmuste loomine:"
|
1788 |
|
1789 |
-
#: includes/event-organiser-cpt.php:
|
1790 |
msgid ""
|
1791 |
"The start date is the date the event starts. If the event is a recurring "
|
1792 |
"event, this is the start date of the first occurrence."
|
@@ -1794,7 +1828,7 @@ msgstr ""
|
|
1794 |
"Alguskuupäev on kuupäev, millal sündmus algab. Kui sündmus on korduv, siis "
|
1795 |
"see on esimese sündmuse kuupäev."
|
1796 |
|
1797 |
-
#: includes/event-organiser-cpt.php:
|
1798 |
msgid ""
|
1799 |
"The end date is the date the event finishes. If the event is a recurring "
|
1800 |
"event, this is the end date of the first occurrence."
|
@@ -1802,7 +1836,7 @@ msgstr ""
|
|
1802 |
"Lõppkuupäev on kuupäev, millal sündmus lõpeb. Kui sündmus on korduv, siis "
|
1803 |
"see on viimase sündmuse kuupäev."
|
1804 |
|
1805 |
-
#: includes/event-organiser-cpt.php:
|
1806 |
msgid ""
|
1807 |
"All dates and times must be entered in the specified format. This format can "
|
1808 |
"changed in the settings page."
|
@@ -1810,11 +1844,11 @@ msgstr ""
|
|
1810 |
"Kõik kuupäevad ja kellaajad peavad olema sisestatud antud vormingus. "
|
1811 |
"Vormingut on võimalik muuta sätete lehel."
|
1812 |
|
1813 |
-
#: includes/event-organiser-cpt.php:
|
1814 |
msgid "Repeating events"
|
1815 |
msgstr "Korduvad sündmused"
|
1816 |
|
1817 |
-
#: includes/event-organiser-cpt.php:
|
1818 |
msgid ""
|
1819 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1820 |
"dropdown menu to select how the event is to repeat. Further options then "
|
@@ -1823,11 +1857,11 @@ msgstr ""
|
|
1823 |
"Sündmuste kordamiseks regulaarse mustri järgi, kasuta kordumiste rippmenüüd, "
|
1824 |
"et määrata kuidas sündmused korduvad. Seejärel ilmuvad täpsustavad valikud,"
|
1825 |
|
1826 |
-
#: includes/event-organiser-cpt.php:
|
1827 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1828 |
msgstr "Vali kui tihti sündmus peaks korduma (vaikimisi 1)"
|
1829 |
|
1830 |
-
#: includes/event-organiser-cpt.php:
|
1831 |
msgid ""
|
1832 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1833 |
"date, but an occurrence that starts before may finish after this date."
|
@@ -1835,7 +1869,7 @@ msgstr ""
|
|
1835 |
"Vali kordumise lõppkuupäev. Peale seda kuupäeva uusi toimumisi ei lisata, "
|
1836 |
"kuid toimumine, mis algab enne määratud kuupäeva võib lõppeda peale seda."
|
1837 |
|
1838 |
-
#: includes/event-organiser-cpt.php:
|
1839 |
msgid ""
|
1840 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1841 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
@@ -1845,7 +1879,7 @@ msgstr ""
|
|
1845 |
"mingil päeval kuus (näiteks 24.) või mingi nädalapäeval (näiteks 3. "
|
1846 |
"teisipäeval)"
|
1847 |
|
1848 |
-
#: includes/event-organiser-cpt.php:
|
1849 |
msgid ""
|
1850 |
"If weekly recurrence is selected, select which days of the week the event "
|
1851 |
"should be repeated. If no days are selected, the day of the start date is "
|
@@ -1855,15 +1889,15 @@ msgstr ""
|
|
1855 |
"tuleb sündmus korrata. Kui ühtegi päeva pole valitud, siis kasutatakse "
|
1856 |
"alguskuupäeva nädalapäeva"
|
1857 |
|
1858 |
-
#: includes/event-organiser-cpt.php:
|
1859 |
msgid "Selecting a venue"
|
1860 |
msgstr "Valin toimumispaika"
|
1861 |
|
1862 |
-
#: includes/event-organiser-cpt.php:
|
1863 |
msgid "Use the venues input field to search for existing venues"
|
1864 |
msgstr "Kasuta toimumispaiga sisendkasti, et otsida olemasolevate hulgast"
|
1865 |
|
1866 |
-
#: includes/event-organiser-cpt.php:
|
1867 |
msgid ""
|
1868 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1869 |
"page."
|
@@ -1871,11 +1905,11 @@ msgstr ""
|
|
1871 |
"Ainult olemasolevaid toimumispaiku saab valida. Uue lisamiseks, mine "
|
1872 |
"toimumispaikade lehele."
|
1873 |
|
1874 |
-
#: includes/event-organiser-cpt.php:
|
1875 |
msgid "Overview"
|
1876 |
msgstr "Ülevaade"
|
1877 |
|
1878 |
-
#: includes/event-organiser-cpt.php:
|
1879 |
msgid ""
|
1880 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1881 |
"appear as a single row </strong> in the table and the start and end date "
|
@@ -1885,7 +1919,7 @@ msgstr ""
|
|
1885 |
"<strong>korduvad sündmused kuvatakse ühe reana</strong>, ning alguskuupäeva "
|
1886 |
"ja lõppkuupäeva viitavad esimesele sündmusele."
|
1887 |
|
1888 |
-
#: includes/event-organiser-cpt.php:
|
1889 |
msgid ""
|
1890 |
"Hovering over a row in the venues list will display action links that allow "
|
1891 |
"you to manage that venue. You can perform the following actions:"
|
@@ -1893,7 +1927,7 @@ msgstr ""
|
|
1893 |
"Minnes hiirega toimumispaikade tabeli rea kohale kuvatakse võimalikud "
|
1894 |
"haldamise toimingud. On võimalik sooritada järgmisi toiminguid:"
|
1895 |
|
1896 |
-
#: includes/event-organiser-cpt.php:
|
1897 |
msgid ""
|
1898 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1899 |
"screen by clicking on the venue title."
|
@@ -1901,15 +1935,15 @@ msgstr ""
|
|
1901 |
"Muuda viib sind antud toimumispaiga redigeerimislehele. Ka pealkirjal "
|
1902 |
"klikkides on võimalik sinna lehele saada."
|
1903 |
|
1904 |
-
#: includes/event-organiser-cpt.php:
|
1905 |
msgid "Delete will permanently remove the venue"
|
1906 |
msgstr "Kustuta eemaldab jäädavalt toimumispaiga."
|
1907 |
|
1908 |
-
#: includes/event-organiser-cpt.php:
|
1909 |
msgid "View will take you to the venue's page"
|
1910 |
msgstr "Vaata viib sind toimumispaiga lehele."
|
1911 |
|
1912 |
-
#: includes/event-organiser-cpt.php:
|
1913 |
msgid ""
|
1914 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1915 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
@@ -1919,7 +1953,7 @@ msgstr ""
|
|
1919 |
"võimalik näha kokkuvõtet. Kui on olemas vajalikud õigused, siis kuvatakse ka "
|
1920 |
"viide sündmuse muutmiseks."
|
1921 |
|
1922 |
-
#: includes/event-organiser-cpt.php:
|
1923 |
msgid ""
|
1924 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1925 |
"mode. You can also filter the events by events by category and venue. The "
|
@@ -1930,11 +1964,11 @@ msgstr ""
|
|
1930 |
"toimumispaikade alusel. 'Mine kuupäevale' nupp võimaldab kiirelt liikuda "
|
1931 |
"kindlale kuupäevale."
|
1932 |
|
1933 |
-
#: includes/event-organiser-cpt.php:
|
1934 |
msgid "Add Event"
|
1935 |
msgstr "Lisa sündmus"
|
1936 |
|
1937 |
-
#: includes/event-organiser-cpt.php:
|
1938 |
msgid ""
|
1939 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
1940 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
@@ -1948,28 +1982,28 @@ msgstr ""
|
|
1948 |
"kirjelduse. Sündmuse saab koheselt avaldada või salvestada mustandina. Igal "
|
1949 |
"juhul luuakse sündmus ning suunatakse edasi sündmuse muutmise lehele. "
|
1950 |
|
1951 |
-
#: includes/event-organiser-cpt.php:
|
1952 |
msgid "For more information"
|
1953 |
msgstr "Lisainformatsiooni jaoks"
|
1954 |
|
1955 |
-
#: includes/event-organiser-cpt.php:
|
1956 |
#, php-format
|
1957 |
msgid "See the <a %s> documentation</a>"
|
1958 |
msgstr "Uuri <a %s> dokumentatsiooni</a>"
|
1959 |
|
1960 |
-
#: includes/event-organiser-cpt.php:
|
1961 |
msgid "Debugging Event Organiser"
|
1962 |
msgstr "Ürituste Organiseerija vigade leidmine"
|
1963 |
|
1964 |
-
#: includes/event-organiser-cpt.php:
|
1965 |
msgid "Go Pro!"
|
1966 |
msgstr "Go Pro!"
|
1967 |
|
1968 |
-
#: includes/event-organiser-cpt.php:
|
1969 |
msgid "Color"
|
1970 |
msgstr "Värv"
|
1971 |
|
1972 |
-
#: includes/event-organiser-cpt.php:
|
1973 |
msgid "Assign the category a colour."
|
1974 |
msgstr "Määra rubriigile värv."
|
1975 |
|
@@ -2155,23 +2189,23 @@ msgstr ""
|
|
2155 |
msgid "Help"
|
2156 |
msgstr ""
|
2157 |
|
2158 |
-
#: includes/event-organiser-venue-functions.php:
|
2159 |
msgid "Address"
|
2160 |
msgstr "Aadress"
|
2161 |
|
2162 |
-
#: includes/event-organiser-venue-functions.php:
|
2163 |
msgid "City"
|
2164 |
msgstr "Linn"
|
2165 |
|
2166 |
-
#: includes/event-organiser-venue-functions.php:
|
2167 |
msgid "State / Province"
|
2168 |
msgstr "Maakond"
|
2169 |
|
2170 |
-
#: includes/event-organiser-venue-functions.php:
|
2171 |
msgid "Post Code"
|
2172 |
msgstr "Postiindeks"
|
2173 |
|
2174 |
-
#: includes/event-organiser-venue-functions.php:
|
2175 |
msgid "Country"
|
2176 |
msgstr "Riik"
|
2177 |
|
@@ -2264,6 +2298,15 @@ msgstr ""
|
|
2264 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2265 |
msgstr ""
|
2266 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2267 |
#: templates/taxonomy-event-venue.php:30
|
2268 |
#, php-format
|
2269 |
msgid "Events at: %s"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-03-06 23:13+0000\n"
|
6 |
"PO-Revision-Date: 2016-11-27T01:17:05+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
124 |
|
125 |
#: classes/class-eo-event-list-widget.php:14
|
126 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
127 |
+
#: event-organiser.php:149 includes/event-organiser-cpt.php:226
|
128 |
+
#: includes/event-organiser-cpt.php:238
|
129 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
130 |
msgid "Events"
|
131 |
msgstr "Sündmused"
|
248 |
msgstr "Sündmuse rubriigid"
|
249 |
|
250 |
#: classes/class-eo-widget-categories.php:25
|
251 |
+
#: includes/event-organiser-cpt.php:95 includes/event-organiser-cpt.php:106
|
252 |
#: includes/event-organiser-event-functions.php:1563
|
253 |
#: templates/event-meta-event-single.php:62
|
254 |
msgid "Categories"
|
452 |
msgid "Open shortcut help"
|
453 |
msgstr ""
|
454 |
|
455 |
+
#. //codex.wp-event-organiser.com
|
456 |
+
#. *
|
457 |
+
#. ***************** NOTICE: *****************
|
458 |
+
#. * Do not make changes to this file. Any changes made to this file
|
459 |
+
#. * will be overwritten if the plug-in is updated.
|
460 |
+
#. *
|
461 |
+
#. * To overwrite this template with your own, make a copy of it (with the same name)
|
462 |
+
#. * in your theme directory. See http://docs.wp-event-organiser.com/theme-integration for more information
|
463 |
+
#. *
|
464 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
465 |
+
#. ***************** NOTICE: *****************
|
466 |
+
#. *
|
467 |
+
#. * @package Event Organiser (plug-in)
|
468 |
+
#. * @since 1.7
|
469 |
+
#.
|
470 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
471 |
#: templates/event-meta-event-single.php:32
|
472 |
msgid "Event Details"
|
657 |
msgstr "Näita kuupäevi"
|
658 |
|
659 |
#: event-organiser-edit.php:274
|
660 |
+
#: includes/event-organiser-venue-functions.php:1030
|
661 |
msgid "Select a venue"
|
662 |
msgstr "Vali toimumispaik"
|
663 |
|
734 |
msgid "Go to Event Organiser settings"
|
735 |
msgstr "Mine Event Organiser'i sätete juurde"
|
736 |
|
737 |
+
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:227
|
738 |
msgid "Event"
|
739 |
msgstr "Sündmus"
|
740 |
|
897 |
msgstr "Versioonid"
|
898 |
|
899 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
900 |
+
#: includes/event-organiser-cpt.php:152
|
901 |
msgid "Event Tags"
|
902 |
msgstr "Sündmuse sildid"
|
903 |
|
1242 |
msgid "Slug"
|
1243 |
msgstr "Lühipealkiri"
|
1244 |
|
1245 |
+
#: features/bootstrap/FeatureContext.php:459
|
1246 |
+
#: features/bootstrap/FeatureContext.php:627
|
1247 |
msgid "Main Sidebar"
|
1248 |
msgstr ""
|
1249 |
|
1250 |
+
#: features/bootstrap/FeatureContext.php:461
|
1251 |
+
#: features/bootstrap/FeatureContext.php:629
|
1252 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1253 |
msgstr ""
|
1254 |
|
1438 |
msgid "This event recurs"
|
1439 |
msgstr "See sündmus kordub"
|
1440 |
|
1441 |
+
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:230
|
1442 |
msgid "Edit Event"
|
1443 |
msgstr "Muuda sündmust"
|
1444 |
|
1540 |
msgid "View all venues"
|
1541 |
msgstr "Vaata kõiki toimumispaiku"
|
1542 |
|
1543 |
+
#: includes/event-organiser-cpt.php:96
|
1544 |
msgctxt "taxonomy singular name"
|
1545 |
msgid "Category"
|
1546 |
msgstr ""
|
1547 |
|
1548 |
+
#: includes/event-organiser-cpt.php:97
|
1549 |
msgid "Search Categories"
|
1550 |
msgstr "Otsi rubriike"
|
1551 |
|
1552 |
+
#: includes/event-organiser-cpt.php:98
|
1553 |
msgid "All Categories"
|
1554 |
msgstr "Kõik rubriigid"
|
1555 |
|
1556 |
+
#: includes/event-organiser-cpt.php:99
|
1557 |
msgid "Parent Category"
|
1558 |
msgstr "Ülemrubriik"
|
1559 |
|
1560 |
+
#: includes/event-organiser-cpt.php:100
|
1561 |
msgid "Parent Category:"
|
1562 |
msgstr ""
|
1563 |
|
1564 |
+
#: includes/event-organiser-cpt.php:101
|
1565 |
msgid "Edit Category"
|
1566 |
msgstr "Muuda rubriik"
|
1567 |
|
1568 |
+
#: includes/event-organiser-cpt.php:102
|
1569 |
msgid "Update Category"
|
1570 |
msgstr "Uuenda rubriik"
|
1571 |
|
1572 |
+
#: includes/event-organiser-cpt.php:103
|
1573 |
msgid "Add New Category"
|
1574 |
msgstr "Lisa uus rubriik"
|
1575 |
|
1576 |
+
#: includes/event-organiser-cpt.php:104
|
1577 |
msgid "New Category Name"
|
1578 |
msgstr "Uus rubriigi nimi"
|
1579 |
|
1580 |
+
#: includes/event-organiser-cpt.php:105
|
1581 |
msgid "No categories found"
|
1582 |
msgstr "Ühtegi rubriiki ei leitud"
|
1583 |
|
1584 |
+
#: includes/event-organiser-cpt.php:107
|
1585 |
msgid "Event categories list navigation"
|
1586 |
msgstr ""
|
1587 |
|
1588 |
+
#: includes/event-organiser-cpt.php:108
|
1589 |
msgid "Event categories list"
|
1590 |
msgstr ""
|
1591 |
|
1592 |
+
#: includes/event-organiser-cpt.php:110
|
1593 |
msgid "View all categories"
|
1594 |
msgstr "Vaata kõiki rubriike"
|
1595 |
|
1596 |
+
#: includes/event-organiser-cpt.php:153
|
1597 |
msgctxt "taxonomy singular name"
|
1598 |
msgid "Tag"
|
1599 |
msgstr ""
|
1600 |
|
1601 |
+
#: includes/event-organiser-cpt.php:154
|
1602 |
msgid "Search Tags"
|
1603 |
msgstr "Otsi silte"
|
1604 |
|
1605 |
+
#: includes/event-organiser-cpt.php:155
|
1606 |
msgid "All Tags"
|
1607 |
msgstr "Kõik sildid"
|
1608 |
|
1609 |
+
#: includes/event-organiser-cpt.php:156
|
1610 |
msgid "Popular Tags"
|
1611 |
msgstr "Populaarsed sildid"
|
1612 |
|
1613 |
+
#: includes/event-organiser-cpt.php:157
|
1614 |
msgid "Edit Tag"
|
1615 |
msgstr "Muuda silti"
|
1616 |
|
1617 |
+
#: includes/event-organiser-cpt.php:158
|
1618 |
msgid "Update Tag"
|
1619 |
msgstr "Uuenda silti"
|
1620 |
|
1621 |
+
#: includes/event-organiser-cpt.php:159
|
1622 |
msgid "Add New Tag"
|
1623 |
msgstr "Lisa uus silt"
|
1624 |
|
1625 |
+
#: includes/event-organiser-cpt.php:160
|
1626 |
msgid "New Tag Name"
|
1627 |
msgstr "Uus sildi nimi"
|
1628 |
|
1629 |
+
#: includes/event-organiser-cpt.php:161
|
1630 |
msgid "No tags found"
|
1631 |
msgstr "Ühtegi silti ei leitud"
|
1632 |
|
1633 |
+
#: includes/event-organiser-cpt.php:162
|
1634 |
msgid "Choose from the most used tags"
|
1635 |
msgstr "Vali enimkasutatud siltide hulgast"
|
1636 |
|
1637 |
+
#: includes/event-organiser-cpt.php:163
|
1638 |
#: includes/event-organiser-event-functions.php:1571
|
1639 |
#: templates/event-meta-event-single.php:66
|
1640 |
msgid "Tags"
|
1641 |
msgstr "Sildid"
|
1642 |
|
1643 |
+
#: includes/event-organiser-cpt.php:164
|
1644 |
msgid "Add or remove tags"
|
1645 |
msgstr "Lisa või eemalda silte"
|
1646 |
|
1647 |
+
#: includes/event-organiser-cpt.php:165
|
1648 |
msgid "Separate tags with commas"
|
1649 |
msgstr "Eralda sildid komaga"
|
1650 |
|
1651 |
+
#: includes/event-organiser-cpt.php:166
|
1652 |
msgid "Event tags list navigation"
|
1653 |
msgstr ""
|
1654 |
|
1655 |
+
#: includes/event-organiser-cpt.php:167
|
1656 |
msgid "Event tags list"
|
1657 |
msgstr ""
|
1658 |
|
1659 |
+
#: includes/event-organiser-cpt.php:169
|
1660 |
msgid "View all tags"
|
1661 |
msgstr ""
|
1662 |
|
1663 |
+
#: includes/event-organiser-cpt.php:228
|
1664 |
msgctxt "post"
|
1665 |
msgid "Add New"
|
1666 |
msgstr ""
|
1667 |
|
1668 |
+
#: includes/event-organiser-cpt.php:229
|
1669 |
msgid "Add New Event"
|
1670 |
msgstr "Lisa uus sündmus"
|
1671 |
|
1672 |
+
#: includes/event-organiser-cpt.php:231
|
1673 |
msgid "New Event"
|
1674 |
msgstr "Uus sündmus"
|
1675 |
|
1676 |
+
#: includes/event-organiser-cpt.php:232
|
1677 |
#, fuzzy
|
1678 |
msgid "All Events"
|
1679 |
msgstr "Kõik sündmused"
|
1680 |
|
1681 |
+
#: includes/event-organiser-cpt.php:233
|
1682 |
msgid "View Event"
|
1683 |
msgstr "Vaata sündmust"
|
1684 |
|
1685 |
+
#: includes/event-organiser-cpt.php:234
|
1686 |
msgid "Search events"
|
1687 |
msgstr "Otsi sündmusi"
|
1688 |
|
1689 |
+
#: includes/event-organiser-cpt.php:235
|
1690 |
msgid "No events found"
|
1691 |
msgstr "Ühtegi sündmust ei leitud"
|
1692 |
|
1693 |
+
#: includes/event-organiser-cpt.php:236
|
1694 |
msgid "No events found in Trash"
|
1695 |
msgstr "Prügikastist ei leitud ühtegi sündmust"
|
1696 |
|
1697 |
+
#: includes/event-organiser-cpt.php:239
|
1698 |
msgid "Filter events list"
|
1699 |
msgstr ""
|
1700 |
|
1701 |
+
#: includes/event-organiser-cpt.php:240
|
1702 |
msgid "Events list navigation"
|
1703 |
msgstr ""
|
1704 |
|
1705 |
+
#: includes/event-organiser-cpt.php:241
|
1706 |
msgid "Events list"
|
1707 |
msgstr "Sündmuste nimekiri"
|
1708 |
|
1709 |
+
#: includes/event-organiser-cpt.php:242
|
1710 |
msgid "Event Archives"
|
1711 |
msgstr ""
|
1712 |
|
1713 |
+
#: includes/event-organiser-cpt.php:243
|
1714 |
msgid "Insert into event"
|
1715 |
msgstr ""
|
1716 |
|
1717 |
+
#: includes/event-organiser-cpt.php:244
|
1718 |
msgid "Uploaded to this event"
|
1719 |
msgstr ""
|
1720 |
|
1721 |
+
#: includes/event-organiser-cpt.php:246
|
1722 |
#, php-format
|
1723 |
msgid "Events at %s"
|
1724 |
msgstr ""
|
1725 |
|
1726 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1727 |
+
#. *
|
1728 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1729 |
+
#. ***************** NOTICE: *****************
|
1730 |
+
#. *
|
1731 |
+
#. * @package Event Organiser (plug-in)
|
1732 |
+
#. * @since 1.0.0
|
1733 |
+
#.
|
1734 |
+
#. Call the template header
|
1735 |
+
#: includes/event-organiser-cpt.php:247
|
1736 |
#: templates/taxonomy-event-category.php:27
|
1737 |
#, fuzzy, php-format
|
1738 |
msgid "Event Category: %s"
|
1739 |
msgstr "Sündmuse rubriik"
|
1740 |
|
1741 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1742 |
+
#. *
|
1743 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1744 |
+
#. ***************** NOTICE: *****************
|
1745 |
+
#. *
|
1746 |
+
#. * @package Event Organiser (plug-in)
|
1747 |
+
#. * @since 1.2.0
|
1748 |
+
#.
|
1749 |
+
#. Call the template header
|
1750 |
+
#: includes/event-organiser-cpt.php:248 templates/taxonomy-event-tag.php:27
|
1751 |
#, php-format
|
1752 |
msgid "Event Tag: %s"
|
1753 |
msgstr ""
|
1754 |
|
1755 |
+
#: includes/event-organiser-cpt.php:249 includes/event-organiser-cpt.php:250
|
1756 |
+
#: includes/event-organiser-cpt.php:251
|
1757 |
#, fuzzy, php-format
|
1758 |
msgid "Events: %s"
|
1759 |
msgstr "Sündmused:"
|
1760 |
|
1761 |
+
#: includes/event-organiser-cpt.php:332
|
1762 |
#, php-format
|
1763 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1764 |
msgstr "Sündmus uuendatud. <a href=\"%s\">Vaata sündmust</a>"
|
1765 |
|
1766 |
+
#: includes/event-organiser-cpt.php:333
|
1767 |
msgid "Event updated."
|
1768 |
msgstr "Sündmus uuendatud."
|
1769 |
|
1770 |
+
#: includes/event-organiser-cpt.php:335
|
1771 |
#, php-format
|
1772 |
msgid "Event restored to revision from %s"
|
1773 |
msgstr "Sündmus taastatud versioonist %s"
|
1774 |
|
1775 |
+
#: includes/event-organiser-cpt.php:336
|
1776 |
#, php-format
|
1777 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1778 |
msgstr "Sündmus avaldatud. <a href=\"%s\">Vaata sündmust</a>"
|
1779 |
|
1780 |
+
#: includes/event-organiser-cpt.php:337
|
1781 |
msgid "Event saved."
|
1782 |
msgstr "Sündmus salvestatud."
|
1783 |
|
1784 |
+
#: includes/event-organiser-cpt.php:339
|
1785 |
#, php-format
|
1786 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1787 |
msgstr ""
|
1788 |
"Sündmus postitatud. <a target=\"_blank\" href=\"%s\">Sündmuse eelvaade</a>"
|
1789 |
|
1790 |
+
#: includes/event-organiser-cpt.php:343
|
1791 |
#, php-format
|
1792 |
msgid ""
|
1793 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1796 |
"Sündmus planeeritud: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1797 |
"\">Sündmuse eelvaade</a>"
|
1798 |
|
1799 |
+
#. //php.net/date
|
1800 |
+
#: includes/event-organiser-cpt.php:345
|
1801 |
msgid "M j, Y @ G:i"
|
1802 |
msgstr "j. M Y H:i"
|
1803 |
|
1804 |
+
#: includes/event-organiser-cpt.php:348
|
1805 |
#, php-format
|
1806 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1807 |
msgstr ""
|
1808 |
"Sündmuse mustand uuendatud. <a target=\"_blank\" href=\"%s\">Sündmuse "
|
1809 |
"eelvaade</a>"
|
1810 |
|
1811 |
+
#: includes/event-organiser-cpt.php:351
|
1812 |
msgid "This event has been broken from a recurring event."
|
1813 |
msgstr ""
|
1814 |
|
1815 |
+
#: includes/event-organiser-cpt.php:527
|
1816 |
msgid "Creating events"
|
1817 |
msgstr "Sündmuste loomine"
|
1818 |
|
1819 |
+
#: includes/event-organiser-cpt.php:528
|
1820 |
msgid "Creating events:"
|
1821 |
msgstr "Sündmuste loomine:"
|
1822 |
|
1823 |
+
#: includes/event-organiser-cpt.php:530
|
1824 |
msgid ""
|
1825 |
"The start date is the date the event starts. If the event is a recurring "
|
1826 |
"event, this is the start date of the first occurrence."
|
1828 |
"Alguskuupäev on kuupäev, millal sündmus algab. Kui sündmus on korduv, siis "
|
1829 |
"see on esimese sündmuse kuupäev."
|
1830 |
|
1831 |
+
#: includes/event-organiser-cpt.php:531
|
1832 |
msgid ""
|
1833 |
"The end date is the date the event finishes. If the event is a recurring "
|
1834 |
"event, this is the end date of the first occurrence."
|
1836 |
"Lõppkuupäev on kuupäev, millal sündmus lõpeb. Kui sündmus on korduv, siis "
|
1837 |
"see on viimase sündmuse kuupäev."
|
1838 |
|
1839 |
+
#: includes/event-organiser-cpt.php:532
|
1840 |
msgid ""
|
1841 |
"All dates and times must be entered in the specified format. This format can "
|
1842 |
"changed in the settings page."
|
1844 |
"Kõik kuupäevad ja kellaajad peavad olema sisestatud antud vormingus. "
|
1845 |
"Vormingut on võimalik muuta sätete lehel."
|
1846 |
|
1847 |
+
#: includes/event-organiser-cpt.php:537
|
1848 |
msgid "Repeating events"
|
1849 |
msgstr "Korduvad sündmused"
|
1850 |
|
1851 |
+
#: includes/event-organiser-cpt.php:538
|
1852 |
msgid ""
|
1853 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1854 |
"dropdown menu to select how the event is to repeat. Further options then "
|
1857 |
"Sündmuste kordamiseks regulaarse mustri järgi, kasuta kordumiste rippmenüüd, "
|
1858 |
"et määrata kuidas sündmused korduvad. Seejärel ilmuvad täpsustavad valikud,"
|
1859 |
|
1860 |
+
#: includes/event-organiser-cpt.php:540
|
1861 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1862 |
msgstr "Vali kui tihti sündmus peaks korduma (vaikimisi 1)"
|
1863 |
|
1864 |
+
#: includes/event-organiser-cpt.php:541
|
1865 |
msgid ""
|
1866 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1867 |
"date, but an occurrence that starts before may finish after this date."
|
1869 |
"Vali kordumise lõppkuupäev. Peale seda kuupäeva uusi toimumisi ei lisata, "
|
1870 |
"kuid toimumine, mis algab enne määratud kuupäeva võib lõppeda peale seda."
|
1871 |
|
1872 |
+
#: includes/event-organiser-cpt.php:542
|
1873 |
msgid ""
|
1874 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1875 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
1879 |
"mingil päeval kuus (näiteks 24.) või mingi nädalapäeval (näiteks 3. "
|
1880 |
"teisipäeval)"
|
1881 |
|
1882 |
+
#: includes/event-organiser-cpt.php:543
|
1883 |
msgid ""
|
1884 |
"If weekly recurrence is selected, select which days of the week the event "
|
1885 |
"should be repeated. If no days are selected, the day of the start date is "
|
1889 |
"tuleb sündmus korrata. Kui ühtegi päeva pole valitud, siis kasutatakse "
|
1890 |
"alguskuupäeva nädalapäeva"
|
1891 |
|
1892 |
+
#: includes/event-organiser-cpt.php:548 includes/event-organiser-cpt.php:549
|
1893 |
msgid "Selecting a venue"
|
1894 |
msgstr "Valin toimumispaika"
|
1895 |
|
1896 |
+
#: includes/event-organiser-cpt.php:551
|
1897 |
msgid "Use the venues input field to search for existing venues"
|
1898 |
msgstr "Kasuta toimumispaiga sisendkasti, et otsida olemasolevate hulgast"
|
1899 |
|
1900 |
+
#: includes/event-organiser-cpt.php:552
|
1901 |
msgid ""
|
1902 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1903 |
"page."
|
1905 |
"Ainult olemasolevaid toimumispaiku saab valida. Uue lisamiseks, mine "
|
1906 |
"toimumispaikade lehele."
|
1907 |
|
1908 |
+
#: includes/event-organiser-cpt.php:562 includes/event-organiser-cpt.php:581
|
1909 |
msgid "Overview"
|
1910 |
msgstr "Ülevaade"
|
1911 |
|
1912 |
+
#: includes/event-organiser-cpt.php:563
|
1913 |
msgid ""
|
1914 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1915 |
"appear as a single row </strong> in the table and the start and end date "
|
1919 |
"<strong>korduvad sündmused kuvatakse ühe reana</strong>, ning alguskuupäeva "
|
1920 |
"ja lõppkuupäeva viitavad esimesele sündmusele."
|
1921 |
|
1922 |
+
#: includes/event-organiser-cpt.php:569
|
1923 |
msgid ""
|
1924 |
"Hovering over a row in the venues list will display action links that allow "
|
1925 |
"you to manage that venue. You can perform the following actions:"
|
1927 |
"Minnes hiirega toimumispaikade tabeli rea kohale kuvatakse võimalikud "
|
1928 |
"haldamise toimingud. On võimalik sooritada järgmisi toiminguid:"
|
1929 |
|
1930 |
+
#: includes/event-organiser-cpt.php:571
|
1931 |
msgid ""
|
1932 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1933 |
"screen by clicking on the venue title."
|
1935 |
"Muuda viib sind antud toimumispaiga redigeerimislehele. Ka pealkirjal "
|
1936 |
"klikkides on võimalik sinna lehele saada."
|
1937 |
|
1938 |
+
#: includes/event-organiser-cpt.php:572
|
1939 |
msgid "Delete will permanently remove the venue"
|
1940 |
msgstr "Kustuta eemaldab jäädavalt toimumispaiga."
|
1941 |
|
1942 |
+
#: includes/event-organiser-cpt.php:573
|
1943 |
msgid "View will take you to the venue's page"
|
1944 |
msgstr "Vaata viib sind toimumispaiga lehele."
|
1945 |
|
1946 |
+
#: includes/event-organiser-cpt.php:582
|
1947 |
msgid ""
|
1948 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1949 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
1953 |
"võimalik näha kokkuvõtet. Kui on olemas vajalikud õigused, siis kuvatakse ka "
|
1954 |
"viide sündmuse muutmiseks."
|
1955 |
|
1956 |
+
#: includes/event-organiser-cpt.php:583
|
1957 |
msgid ""
|
1958 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1959 |
"mode. You can also filter the events by events by category and venue. The "
|
1964 |
"toimumispaikade alusel. 'Mine kuupäevale' nupp võimaldab kiirelt liikuda "
|
1965 |
"kindlale kuupäevale."
|
1966 |
|
1967 |
+
#: includes/event-organiser-cpt.php:587
|
1968 |
msgid "Add Event"
|
1969 |
msgstr "Lisa sündmus"
|
1970 |
|
1971 |
+
#: includes/event-organiser-cpt.php:588
|
1972 |
msgid ""
|
1973 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
1974 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
1982 |
"kirjelduse. Sündmuse saab koheselt avaldada või salvestada mustandina. Igal "
|
1983 |
"juhul luuakse sündmus ning suunatakse edasi sündmuse muutmise lehele. "
|
1984 |
|
1985 |
+
#: includes/event-organiser-cpt.php:594
|
1986 |
msgid "For more information"
|
1987 |
msgstr "Lisainformatsiooni jaoks"
|
1988 |
|
1989 |
+
#: includes/event-organiser-cpt.php:595
|
1990 |
#, php-format
|
1991 |
msgid "See the <a %s> documentation</a>"
|
1992 |
msgstr "Uuri <a %s> dokumentatsiooni</a>"
|
1993 |
|
1994 |
+
#: includes/event-organiser-cpt.php:596
|
1995 |
msgid "Debugging Event Organiser"
|
1996 |
msgstr "Ürituste Organiseerija vigade leidmine"
|
1997 |
|
1998 |
+
#: includes/event-organiser-cpt.php:597
|
1999 |
msgid "Go Pro!"
|
2000 |
msgstr "Go Pro!"
|
2001 |
|
2002 |
+
#: includes/event-organiser-cpt.php:708 includes/event-organiser-cpt.php:731
|
2003 |
msgid "Color"
|
2004 |
msgstr "Värv"
|
2005 |
|
2006 |
+
#: includes/event-organiser-cpt.php:714
|
2007 |
msgid "Assign the category a colour."
|
2008 |
msgstr "Määra rubriigile värv."
|
2009 |
|
2189 |
msgid "Help"
|
2190 |
msgstr ""
|
2191 |
|
2192 |
+
#: includes/event-organiser-venue-functions.php:995
|
2193 |
msgid "Address"
|
2194 |
msgstr "Aadress"
|
2195 |
|
2196 |
+
#: includes/event-organiser-venue-functions.php:996
|
2197 |
msgid "City"
|
2198 |
msgstr "Linn"
|
2199 |
|
2200 |
+
#: includes/event-organiser-venue-functions.php:997
|
2201 |
msgid "State / Province"
|
2202 |
msgstr "Maakond"
|
2203 |
|
2204 |
+
#: includes/event-organiser-venue-functions.php:998
|
2205 |
msgid "Post Code"
|
2206 |
msgstr "Postiindeks"
|
2207 |
|
2208 |
+
#: includes/event-organiser-venue-functions.php:999
|
2209 |
msgid "Country"
|
2210 |
msgstr "Riik"
|
2211 |
|
2298 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2299 |
msgstr ""
|
2300 |
|
2301 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
2302 |
+
#. *
|
2303 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
2304 |
+
#. ***************** NOTICE: *****************
|
2305 |
+
#. *
|
2306 |
+
#. * @package Event Organiser (plug-in)
|
2307 |
+
#. * @since 1.0.0
|
2308 |
+
#.
|
2309 |
+
#. Call the template header
|
2310 |
#: templates/taxonomy-event-venue.php:30
|
2311 |
#, php-format
|
2312 |
msgid "Events at: %s"
|
languages/eventorganiser-fa_IR.mo
CHANGED
Binary file
|
languages/eventorganiser-fa_IR.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: 2016-11-27T01:17:02+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
@@ -123,8 +123,8 @@ msgstr ""
|
|
123 |
|
124 |
#: classes/class-eo-event-list-widget.php:14
|
125 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
126 |
-
#: event-organiser.php:149 includes/event-organiser-cpt.php:
|
127 |
-
#: includes/event-organiser-cpt.php:
|
128 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
129 |
msgid "Events"
|
130 |
msgstr "رویدادها"
|
@@ -247,7 +247,7 @@ msgid "Event Categories"
|
|
247 |
msgstr "دستههای رویداد"
|
248 |
|
249 |
#: classes/class-eo-widget-categories.php:25
|
250 |
-
#: includes/event-organiser-cpt.php:
|
251 |
#: includes/event-organiser-event-functions.php:1563
|
252 |
#: templates/event-meta-event-single.php:62
|
253 |
msgid "Categories"
|
@@ -452,6 +452,21 @@ msgstr ""
|
|
452 |
msgid "Open shortcut help"
|
453 |
msgstr ""
|
454 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
455 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
456 |
#: templates/event-meta-event-single.php:32
|
457 |
msgid "Event Details"
|
@@ -642,7 +657,7 @@ msgid "Show dates"
|
|
642 |
msgstr "نمایش تاریخها"
|
643 |
|
644 |
#: event-organiser-edit.php:274
|
645 |
-
#: includes/event-organiser-venue-functions.php:
|
646 |
msgid "Select a venue"
|
647 |
msgstr "انتخاب مکان"
|
648 |
|
@@ -719,7 +734,7 @@ msgstr ""
|
|
719 |
msgid "Go to Event Organiser settings"
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:
|
723 |
msgid "Event"
|
724 |
msgstr "رویداد"
|
725 |
|
@@ -882,7 +897,7 @@ msgid "Revisions"
|
|
882 |
msgstr "نسخه"
|
883 |
|
884 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
885 |
-
#: includes/event-organiser-cpt.php:
|
886 |
msgid "Event Tags"
|
887 |
msgstr "برچسبهای رویداد"
|
888 |
|
@@ -1211,13 +1226,13 @@ msgstr "دریافت پیوند"
|
|
1211 |
msgid "Slug"
|
1212 |
msgstr ""
|
1213 |
|
1214 |
-
#: features/bootstrap/FeatureContext.php:
|
1215 |
-
#: features/bootstrap/FeatureContext.php:
|
1216 |
msgid "Main Sidebar"
|
1217 |
msgstr ""
|
1218 |
|
1219 |
-
#: features/bootstrap/FeatureContext.php:
|
1220 |
-
#: features/bootstrap/FeatureContext.php:
|
1221 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1222 |
msgstr ""
|
1223 |
|
@@ -1400,7 +1415,7 @@ msgstr ""
|
|
1400 |
msgid "This event recurs"
|
1401 |
msgstr "تکرارهای این رویدادا"
|
1402 |
|
1403 |
-
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:
|
1404 |
msgid "Edit Event"
|
1405 |
msgstr "ویرایش رویداد"
|
1406 |
|
@@ -1502,379 +1517,398 @@ msgstr "آدرس مکان"
|
|
1502 |
msgid "View all venues"
|
1503 |
msgstr "نمایش همه مکانها"
|
1504 |
|
1505 |
-
#: includes/event-organiser-cpt.php:
|
1506 |
msgctxt "taxonomy singular name"
|
1507 |
msgid "Category"
|
1508 |
msgstr "دسته"
|
1509 |
|
1510 |
-
#: includes/event-organiser-cpt.php:
|
1511 |
msgid "Search Categories"
|
1512 |
msgstr "جستجوی دستهبندی"
|
1513 |
|
1514 |
-
#: includes/event-organiser-cpt.php:
|
1515 |
msgid "All Categories"
|
1516 |
msgstr "تمامی دستهبندیها"
|
1517 |
|
1518 |
-
#: includes/event-organiser-cpt.php:
|
1519 |
msgid "Parent Category"
|
1520 |
msgstr "دستهبندی اصلی"
|
1521 |
|
1522 |
-
#: includes/event-organiser-cpt.php:
|
1523 |
msgid "Parent Category:"
|
1524 |
msgstr ""
|
1525 |
|
1526 |
-
#: includes/event-organiser-cpt.php:
|
1527 |
msgid "Edit Category"
|
1528 |
msgstr "ویرایش دستهبندی"
|
1529 |
|
1530 |
-
#: includes/event-organiser-cpt.php:
|
1531 |
msgid "Update Category"
|
1532 |
msgstr "بروزرسانی دستهبندی"
|
1533 |
|
1534 |
-
#: includes/event-organiser-cpt.php:
|
1535 |
msgid "Add New Category"
|
1536 |
msgstr "افزودن دستهبندی جدید"
|
1537 |
|
1538 |
-
#: includes/event-organiser-cpt.php:
|
1539 |
msgid "New Category Name"
|
1540 |
msgstr "نام جدید دستهبندی"
|
1541 |
|
1542 |
-
#: includes/event-organiser-cpt.php:
|
1543 |
msgid "No categories found"
|
1544 |
msgstr "دستهبندیای یافت نشد"
|
1545 |
|
1546 |
-
#: includes/event-organiser-cpt.php:
|
1547 |
msgid "Event categories list navigation"
|
1548 |
msgstr ""
|
1549 |
|
1550 |
-
#: includes/event-organiser-cpt.php:
|
1551 |
msgid "Event categories list"
|
1552 |
msgstr ""
|
1553 |
|
1554 |
-
#: includes/event-organiser-cpt.php:
|
1555 |
msgid "View all categories"
|
1556 |
msgstr "نمایش تمامی دستهبندیها"
|
1557 |
|
1558 |
-
#: includes/event-organiser-cpt.php:
|
1559 |
msgctxt "taxonomy singular name"
|
1560 |
msgid "Tag"
|
1561 |
msgstr "برچسب"
|
1562 |
|
1563 |
-
#: includes/event-organiser-cpt.php:
|
1564 |
msgid "Search Tags"
|
1565 |
msgstr "جستجوی برچسبها"
|
1566 |
|
1567 |
-
#: includes/event-organiser-cpt.php:
|
1568 |
msgid "All Tags"
|
1569 |
msgstr "تمامی برچسبها"
|
1570 |
|
1571 |
-
#: includes/event-organiser-cpt.php:
|
1572 |
msgid "Popular Tags"
|
1573 |
msgstr "برچسبهای محبوب"
|
1574 |
|
1575 |
-
#: includes/event-organiser-cpt.php:
|
1576 |
msgid "Edit Tag"
|
1577 |
msgstr "ویرایش برچسب"
|
1578 |
|
1579 |
-
#: includes/event-organiser-cpt.php:
|
1580 |
msgid "Update Tag"
|
1581 |
msgstr "بروزرسانی برچسب"
|
1582 |
|
1583 |
-
#: includes/event-organiser-cpt.php:
|
1584 |
msgid "Add New Tag"
|
1585 |
msgstr "افزودن برچسب جدید"
|
1586 |
|
1587 |
-
#: includes/event-organiser-cpt.php:
|
1588 |
msgid "New Tag Name"
|
1589 |
msgstr "نام برچسب جدید"
|
1590 |
|
1591 |
-
#: includes/event-organiser-cpt.php:
|
1592 |
msgid "No tags found"
|
1593 |
msgstr "برچسبی یافت نشد"
|
1594 |
|
1595 |
-
#: includes/event-organiser-cpt.php:
|
1596 |
msgid "Choose from the most used tags"
|
1597 |
msgstr "از میان برچسبهایی که بیشتر استفاده شده اند ، انتخاب کنید"
|
1598 |
|
1599 |
-
#: includes/event-organiser-cpt.php:
|
1600 |
#: includes/event-organiser-event-functions.php:1571
|
1601 |
#: templates/event-meta-event-single.php:66
|
1602 |
msgid "Tags"
|
1603 |
msgstr "برچسبها"
|
1604 |
|
1605 |
-
#: includes/event-organiser-cpt.php:
|
1606 |
msgid "Add or remove tags"
|
1607 |
msgstr " افزودن یا حذف کردن برچسب"
|
1608 |
|
1609 |
-
#: includes/event-organiser-cpt.php:
|
1610 |
msgid "Separate tags with commas"
|
1611 |
msgstr "برچسب ها را با کاما جدا کنید"
|
1612 |
|
1613 |
-
#: includes/event-organiser-cpt.php:
|
1614 |
msgid "Event tags list navigation"
|
1615 |
msgstr ""
|
1616 |
|
1617 |
-
#: includes/event-organiser-cpt.php:
|
1618 |
msgid "Event tags list"
|
1619 |
msgstr ""
|
1620 |
|
1621 |
-
#: includes/event-organiser-cpt.php:
|
1622 |
msgid "View all tags"
|
1623 |
msgstr "مشاهده همه برچسبها"
|
1624 |
|
1625 |
-
#: includes/event-organiser-cpt.php:
|
1626 |
msgctxt "post"
|
1627 |
msgid "Add New"
|
1628 |
msgstr ""
|
1629 |
|
1630 |
-
#: includes/event-organiser-cpt.php:
|
1631 |
msgid "Add New Event"
|
1632 |
msgstr "افزودن رویداد جدید"
|
1633 |
|
1634 |
-
#: includes/event-organiser-cpt.php:
|
1635 |
msgid "New Event"
|
1636 |
msgstr "رویداد جدید"
|
1637 |
|
1638 |
-
#: includes/event-organiser-cpt.php:
|
1639 |
#, fuzzy
|
1640 |
msgid "All Events"
|
1641 |
msgstr "تمامی رویدادها"
|
1642 |
|
1643 |
-
#: includes/event-organiser-cpt.php:
|
1644 |
msgid "View Event"
|
1645 |
msgstr "نمایش رویداد"
|
1646 |
|
1647 |
-
#: includes/event-organiser-cpt.php:
|
1648 |
msgid "Search events"
|
1649 |
msgstr "جستجوی رویدادها"
|
1650 |
|
1651 |
-
#: includes/event-organiser-cpt.php:
|
1652 |
msgid "No events found"
|
1653 |
msgstr "رویدادی یافت نشد"
|
1654 |
|
1655 |
-
#: includes/event-organiser-cpt.php:
|
1656 |
msgid "No events found in Trash"
|
1657 |
msgstr "رویدادی در سطل زباله یافت نشد"
|
1658 |
|
1659 |
-
#: includes/event-organiser-cpt.php:
|
1660 |
msgid "Filter events list"
|
1661 |
msgstr ""
|
1662 |
|
1663 |
-
#: includes/event-organiser-cpt.php:
|
1664 |
msgid "Events list navigation"
|
1665 |
msgstr ""
|
1666 |
|
1667 |
-
#: includes/event-organiser-cpt.php:
|
1668 |
msgid "Events list"
|
1669 |
msgstr ""
|
1670 |
|
1671 |
-
#: includes/event-organiser-cpt.php:
|
1672 |
msgid "Event Archives"
|
1673 |
msgstr ""
|
1674 |
|
1675 |
-
#: includes/event-organiser-cpt.php:
|
1676 |
msgid "Insert into event"
|
1677 |
msgstr ""
|
1678 |
|
1679 |
-
#: includes/event-organiser-cpt.php:
|
1680 |
msgid "Uploaded to this event"
|
1681 |
msgstr ""
|
1682 |
|
1683 |
-
#: includes/event-organiser-cpt.php:
|
1684 |
#, php-format
|
1685 |
msgid "Events at %s"
|
1686 |
msgstr ""
|
1687 |
|
1688 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1689 |
#: templates/taxonomy-event-category.php:27
|
1690 |
#, php-format
|
1691 |
msgid "Event Category: %s"
|
1692 |
msgstr ""
|
1693 |
|
1694 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1695 |
#, php-format
|
1696 |
msgid "Event Tag: %s"
|
1697 |
msgstr ""
|
1698 |
|
1699 |
-
#: includes/event-organiser-cpt.php:
|
1700 |
-
#: includes/event-organiser-cpt.php:
|
1701 |
#, fuzzy, php-format
|
1702 |
msgid "Events: %s"
|
1703 |
msgstr "رویدادها:"
|
1704 |
|
1705 |
-
#: includes/event-organiser-cpt.php:
|
1706 |
#, php-format
|
1707 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1708 |
msgstr "رویداد بروز شد. <a href=\"%s\">مشاهده صفحه رویداد</a>"
|
1709 |
|
1710 |
-
#: includes/event-organiser-cpt.php:
|
1711 |
msgid "Event updated."
|
1712 |
msgstr "رویداد به روز شد"
|
1713 |
|
1714 |
-
#: includes/event-organiser-cpt.php:
|
1715 |
#, php-format
|
1716 |
msgid "Event restored to revision from %s"
|
1717 |
msgstr ""
|
1718 |
|
1719 |
-
#: includes/event-organiser-cpt.php:
|
1720 |
#, php-format
|
1721 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1722 |
msgstr ""
|
1723 |
|
1724 |
-
#: includes/event-organiser-cpt.php:
|
1725 |
msgid "Event saved."
|
1726 |
msgstr "رویداد ذخیره شد"
|
1727 |
|
1728 |
-
#: includes/event-organiser-cpt.php:
|
1729 |
#, php-format
|
1730 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1731 |
msgstr ""
|
1732 |
|
1733 |
-
#: includes/event-organiser-cpt.php:
|
1734 |
#, php-format
|
1735 |
msgid ""
|
1736 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1737 |
"\">Preview event</a>"
|
1738 |
msgstr ""
|
1739 |
|
1740 |
-
|
|
|
1741 |
msgid "M j, Y @ G:i"
|
1742 |
msgstr ""
|
1743 |
|
1744 |
-
#: includes/event-organiser-cpt.php:
|
1745 |
#, php-format
|
1746 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1747 |
msgstr ""
|
1748 |
|
1749 |
-
#: includes/event-organiser-cpt.php:
|
1750 |
msgid "This event has been broken from a recurring event."
|
1751 |
msgstr ""
|
1752 |
|
1753 |
-
#: includes/event-organiser-cpt.php:
|
1754 |
msgid "Creating events"
|
1755 |
msgstr "ایجاد رویدادها"
|
1756 |
|
1757 |
-
#: includes/event-organiser-cpt.php:
|
1758 |
msgid "Creating events:"
|
1759 |
msgstr "ایجاد رویدادها:"
|
1760 |
|
1761 |
-
#: includes/event-organiser-cpt.php:
|
1762 |
msgid ""
|
1763 |
"The start date is the date the event starts. If the event is a recurring "
|
1764 |
"event, this is the start date of the first occurrence."
|
1765 |
msgstr ""
|
1766 |
|
1767 |
-
#: includes/event-organiser-cpt.php:
|
1768 |
msgid ""
|
1769 |
"The end date is the date the event finishes. If the event is a recurring "
|
1770 |
"event, this is the end date of the first occurrence."
|
1771 |
msgstr ""
|
1772 |
|
1773 |
-
#: includes/event-organiser-cpt.php:
|
1774 |
msgid ""
|
1775 |
"All dates and times must be entered in the specified format. This format can "
|
1776 |
"changed in the settings page."
|
1777 |
msgstr ""
|
1778 |
|
1779 |
-
#: includes/event-organiser-cpt.php:
|
1780 |
msgid "Repeating events"
|
1781 |
msgstr "تکرار رویدادها"
|
1782 |
|
1783 |
-
#: includes/event-organiser-cpt.php:
|
1784 |
msgid ""
|
1785 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1786 |
"dropdown menu to select how the event is to repeat. Further options then "
|
1787 |
"appear, "
|
1788 |
msgstr ""
|
1789 |
|
1790 |
-
#: includes/event-organiser-cpt.php:
|
1791 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1792 |
msgstr ""
|
1793 |
|
1794 |
-
#: includes/event-organiser-cpt.php:
|
1795 |
msgid ""
|
1796 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1797 |
"date, but an occurrence that starts before may finish after this date."
|
1798 |
msgstr ""
|
1799 |
|
1800 |
-
#: includes/event-organiser-cpt.php:
|
1801 |
msgid ""
|
1802 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1803 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
1804 |
"third Tuesday) "
|
1805 |
msgstr ""
|
1806 |
|
1807 |
-
#: includes/event-organiser-cpt.php:
|
1808 |
msgid ""
|
1809 |
"If weekly recurrence is selected, select which days of the week the event "
|
1810 |
"should be repeated. If no days are selected, the day of the start date is "
|
1811 |
"used"
|
1812 |
msgstr ""
|
1813 |
|
1814 |
-
#: includes/event-organiser-cpt.php:
|
1815 |
msgid "Selecting a venue"
|
1816 |
msgstr "انتخاب مکان"
|
1817 |
|
1818 |
-
#: includes/event-organiser-cpt.php:
|
1819 |
msgid "Use the venues input field to search for existing venues"
|
1820 |
msgstr ""
|
1821 |
|
1822 |
-
#: includes/event-organiser-cpt.php:
|
1823 |
msgid ""
|
1824 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1825 |
"page."
|
1826 |
msgstr ""
|
1827 |
|
1828 |
-
#: includes/event-organiser-cpt.php:
|
1829 |
msgid "Overview"
|
1830 |
msgstr "نمایش کلی"
|
1831 |
|
1832 |
-
#: includes/event-organiser-cpt.php:
|
1833 |
msgid ""
|
1834 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1835 |
"appear as a single row </strong> in the table and the start and end date "
|
1836 |
"refers to the first occurrence of that event."
|
1837 |
msgstr ""
|
1838 |
|
1839 |
-
#: includes/event-organiser-cpt.php:
|
1840 |
msgid ""
|
1841 |
"Hovering over a row in the venues list will display action links that allow "
|
1842 |
"you to manage that venue. You can perform the following actions:"
|
1843 |
msgstr ""
|
1844 |
|
1845 |
-
#: includes/event-organiser-cpt.php:
|
1846 |
msgid ""
|
1847 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1848 |
"screen by clicking on the venue title."
|
1849 |
msgstr ""
|
1850 |
|
1851 |
-
#: includes/event-organiser-cpt.php:
|
1852 |
msgid "Delete will permanently remove the venue"
|
1853 |
msgstr ""
|
1854 |
|
1855 |
-
#: includes/event-organiser-cpt.php:
|
1856 |
msgid "View will take you to the venue's page"
|
1857 |
msgstr ""
|
1858 |
|
1859 |
-
#: includes/event-organiser-cpt.php:
|
1860 |
msgid ""
|
1861 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1862 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
1863 |
"the event's edit page will appear also."
|
1864 |
msgstr ""
|
1865 |
|
1866 |
-
#: includes/event-organiser-cpt.php:
|
1867 |
msgid ""
|
1868 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1869 |
"mode. You can also filter the events by events by category and venue. The "
|
1870 |
"'go to date' button allows you to quickly jump to a specific date."
|
1871 |
msgstr ""
|
1872 |
|
1873 |
-
#: includes/event-organiser-cpt.php:
|
1874 |
msgid "Add Event"
|
1875 |
msgstr "افزودن رویداد"
|
1876 |
|
1877 |
-
#: includes/event-organiser-cpt.php:
|
1878 |
msgid ""
|
1879 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
1880 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
@@ -1883,28 +1917,28 @@ msgid ""
|
|
1883 |
"event is created and you are forwarded to that event's edit page."
|
1884 |
msgstr ""
|
1885 |
|
1886 |
-
#: includes/event-organiser-cpt.php:
|
1887 |
msgid "For more information"
|
1888 |
msgstr ""
|
1889 |
|
1890 |
-
#: includes/event-organiser-cpt.php:
|
1891 |
#, php-format
|
1892 |
msgid "See the <a %s> documentation</a>"
|
1893 |
msgstr ""
|
1894 |
|
1895 |
-
#: includes/event-organiser-cpt.php:
|
1896 |
msgid "Debugging Event Organiser"
|
1897 |
msgstr ""
|
1898 |
|
1899 |
-
#: includes/event-organiser-cpt.php:
|
1900 |
msgid "Go Pro!"
|
1901 |
msgstr ""
|
1902 |
|
1903 |
-
#: includes/event-organiser-cpt.php:
|
1904 |
msgid "Color"
|
1905 |
msgstr "رنگ"
|
1906 |
|
1907 |
-
#: includes/event-organiser-cpt.php:
|
1908 |
msgid "Assign the category a colour."
|
1909 |
msgstr ""
|
1910 |
|
@@ -2090,23 +2124,23 @@ msgstr ""
|
|
2090 |
msgid "Help"
|
2091 |
msgstr ""
|
2092 |
|
2093 |
-
#: includes/event-organiser-venue-functions.php:
|
2094 |
msgid "Address"
|
2095 |
msgstr "آدرس"
|
2096 |
|
2097 |
-
#: includes/event-organiser-venue-functions.php:
|
2098 |
msgid "City"
|
2099 |
msgstr "شهر"
|
2100 |
|
2101 |
-
#: includes/event-organiser-venue-functions.php:
|
2102 |
msgid "State / Province"
|
2103 |
msgstr "استان"
|
2104 |
|
2105 |
-
#: includes/event-organiser-venue-functions.php:
|
2106 |
msgid "Post Code"
|
2107 |
msgstr "کدپستی"
|
2108 |
|
2109 |
-
#: includes/event-organiser-venue-functions.php:
|
2110 |
msgid "Country"
|
2111 |
msgstr "کشور"
|
2112 |
|
@@ -2199,6 +2233,15 @@ msgstr ""
|
|
2199 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2200 |
msgstr ""
|
2201 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2202 |
#: templates/taxonomy-event-venue.php:30
|
2203 |
#, php-format
|
2204 |
msgid "Events at: %s"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-03-06 23:13+0000\n"
|
6 |
"PO-Revision-Date: 2016-11-27T01:17:02+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
123 |
|
124 |
#: classes/class-eo-event-list-widget.php:14
|
125 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
126 |
+
#: event-organiser.php:149 includes/event-organiser-cpt.php:226
|
127 |
+
#: includes/event-organiser-cpt.php:238
|
128 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
129 |
msgid "Events"
|
130 |
msgstr "رویدادها"
|
247 |
msgstr "دستههای رویداد"
|
248 |
|
249 |
#: classes/class-eo-widget-categories.php:25
|
250 |
+
#: includes/event-organiser-cpt.php:95 includes/event-organiser-cpt.php:106
|
251 |
#: includes/event-organiser-event-functions.php:1563
|
252 |
#: templates/event-meta-event-single.php:62
|
253 |
msgid "Categories"
|
452 |
msgid "Open shortcut help"
|
453 |
msgstr ""
|
454 |
|
455 |
+
#. //codex.wp-event-organiser.com
|
456 |
+
#. *
|
457 |
+
#. ***************** NOTICE: *****************
|
458 |
+
#. * Do not make changes to this file. Any changes made to this file
|
459 |
+
#. * will be overwritten if the plug-in is updated.
|
460 |
+
#. *
|
461 |
+
#. * To overwrite this template with your own, make a copy of it (with the same name)
|
462 |
+
#. * in your theme directory. See http://docs.wp-event-organiser.com/theme-integration for more information
|
463 |
+
#. *
|
464 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
465 |
+
#. ***************** NOTICE: *****************
|
466 |
+
#. *
|
467 |
+
#. * @package Event Organiser (plug-in)
|
468 |
+
#. * @since 1.7
|
469 |
+
#.
|
470 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
471 |
#: templates/event-meta-event-single.php:32
|
472 |
msgid "Event Details"
|
657 |
msgstr "نمایش تاریخها"
|
658 |
|
659 |
#: event-organiser-edit.php:274
|
660 |
+
#: includes/event-organiser-venue-functions.php:1030
|
661 |
msgid "Select a venue"
|
662 |
msgstr "انتخاب مکان"
|
663 |
|
734 |
msgid "Go to Event Organiser settings"
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:227
|
738 |
msgid "Event"
|
739 |
msgstr "رویداد"
|
740 |
|
897 |
msgstr "نسخه"
|
898 |
|
899 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
900 |
+
#: includes/event-organiser-cpt.php:152
|
901 |
msgid "Event Tags"
|
902 |
msgstr "برچسبهای رویداد"
|
903 |
|
1226 |
msgid "Slug"
|
1227 |
msgstr ""
|
1228 |
|
1229 |
+
#: features/bootstrap/FeatureContext.php:459
|
1230 |
+
#: features/bootstrap/FeatureContext.php:627
|
1231 |
msgid "Main Sidebar"
|
1232 |
msgstr ""
|
1233 |
|
1234 |
+
#: features/bootstrap/FeatureContext.php:461
|
1235 |
+
#: features/bootstrap/FeatureContext.php:629
|
1236 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1237 |
msgstr ""
|
1238 |
|
1415 |
msgid "This event recurs"
|
1416 |
msgstr "تکرارهای این رویدادا"
|
1417 |
|
1418 |
+
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:230
|
1419 |
msgid "Edit Event"
|
1420 |
msgstr "ویرایش رویداد"
|
1421 |
|
1517 |
msgid "View all venues"
|
1518 |
msgstr "نمایش همه مکانها"
|
1519 |
|
1520 |
+
#: includes/event-organiser-cpt.php:96
|
1521 |
msgctxt "taxonomy singular name"
|
1522 |
msgid "Category"
|
1523 |
msgstr "دسته"
|
1524 |
|
1525 |
+
#: includes/event-organiser-cpt.php:97
|
1526 |
msgid "Search Categories"
|
1527 |
msgstr "جستجوی دستهبندی"
|
1528 |
|
1529 |
+
#: includes/event-organiser-cpt.php:98
|
1530 |
msgid "All Categories"
|
1531 |
msgstr "تمامی دستهبندیها"
|
1532 |
|
1533 |
+
#: includes/event-organiser-cpt.php:99
|
1534 |
msgid "Parent Category"
|
1535 |
msgstr "دستهبندی اصلی"
|
1536 |
|
1537 |
+
#: includes/event-organiser-cpt.php:100
|
1538 |
msgid "Parent Category:"
|
1539 |
msgstr ""
|
1540 |
|
1541 |
+
#: includes/event-organiser-cpt.php:101
|
1542 |
msgid "Edit Category"
|
1543 |
msgstr "ویرایش دستهبندی"
|
1544 |
|
1545 |
+
#: includes/event-organiser-cpt.php:102
|
1546 |
msgid "Update Category"
|
1547 |
msgstr "بروزرسانی دستهبندی"
|
1548 |
|
1549 |
+
#: includes/event-organiser-cpt.php:103
|
1550 |
msgid "Add New Category"
|
1551 |
msgstr "افزودن دستهبندی جدید"
|
1552 |
|
1553 |
+
#: includes/event-organiser-cpt.php:104
|
1554 |
msgid "New Category Name"
|
1555 |
msgstr "نام جدید دستهبندی"
|
1556 |
|
1557 |
+
#: includes/event-organiser-cpt.php:105
|
1558 |
msgid "No categories found"
|
1559 |
msgstr "دستهبندیای یافت نشد"
|
1560 |
|
1561 |
+
#: includes/event-organiser-cpt.php:107
|
1562 |
msgid "Event categories list navigation"
|
1563 |
msgstr ""
|
1564 |
|
1565 |
+
#: includes/event-organiser-cpt.php:108
|
1566 |
msgid "Event categories list"
|
1567 |
msgstr ""
|
1568 |
|
1569 |
+
#: includes/event-organiser-cpt.php:110
|
1570 |
msgid "View all categories"
|
1571 |
msgstr "نمایش تمامی دستهبندیها"
|
1572 |
|
1573 |
+
#: includes/event-organiser-cpt.php:153
|
1574 |
msgctxt "taxonomy singular name"
|
1575 |
msgid "Tag"
|
1576 |
msgstr "برچسب"
|
1577 |
|
1578 |
+
#: includes/event-organiser-cpt.php:154
|
1579 |
msgid "Search Tags"
|
1580 |
msgstr "جستجوی برچسبها"
|
1581 |
|
1582 |
+
#: includes/event-organiser-cpt.php:155
|
1583 |
msgid "All Tags"
|
1584 |
msgstr "تمامی برچسبها"
|
1585 |
|
1586 |
+
#: includes/event-organiser-cpt.php:156
|
1587 |
msgid "Popular Tags"
|
1588 |
msgstr "برچسبهای محبوب"
|
1589 |
|
1590 |
+
#: includes/event-organiser-cpt.php:157
|
1591 |
msgid "Edit Tag"
|
1592 |
msgstr "ویرایش برچسب"
|
1593 |
|
1594 |
+
#: includes/event-organiser-cpt.php:158
|
1595 |
msgid "Update Tag"
|
1596 |
msgstr "بروزرسانی برچسب"
|
1597 |
|
1598 |
+
#: includes/event-organiser-cpt.php:159
|
1599 |
msgid "Add New Tag"
|
1600 |
msgstr "افزودن برچسب جدید"
|
1601 |
|
1602 |
+
#: includes/event-organiser-cpt.php:160
|
1603 |
msgid "New Tag Name"
|
1604 |
msgstr "نام برچسب جدید"
|
1605 |
|
1606 |
+
#: includes/event-organiser-cpt.php:161
|
1607 |
msgid "No tags found"
|
1608 |
msgstr "برچسبی یافت نشد"
|
1609 |
|
1610 |
+
#: includes/event-organiser-cpt.php:162
|
1611 |
msgid "Choose from the most used tags"
|
1612 |
msgstr "از میان برچسبهایی که بیشتر استفاده شده اند ، انتخاب کنید"
|
1613 |
|
1614 |
+
#: includes/event-organiser-cpt.php:163
|
1615 |
#: includes/event-organiser-event-functions.php:1571
|
1616 |
#: templates/event-meta-event-single.php:66
|
1617 |
msgid "Tags"
|
1618 |
msgstr "برچسبها"
|
1619 |
|
1620 |
+
#: includes/event-organiser-cpt.php:164
|
1621 |
msgid "Add or remove tags"
|
1622 |
msgstr " افزودن یا حذف کردن برچسب"
|
1623 |
|
1624 |
+
#: includes/event-organiser-cpt.php:165
|
1625 |
msgid "Separate tags with commas"
|
1626 |
msgstr "برچسب ها را با کاما جدا کنید"
|
1627 |
|
1628 |
+
#: includes/event-organiser-cpt.php:166
|
1629 |
msgid "Event tags list navigation"
|
1630 |
msgstr ""
|
1631 |
|
1632 |
+
#: includes/event-organiser-cpt.php:167
|
1633 |
msgid "Event tags list"
|
1634 |
msgstr ""
|
1635 |
|
1636 |
+
#: includes/event-organiser-cpt.php:169
|
1637 |
msgid "View all tags"
|
1638 |
msgstr "مشاهده همه برچسبها"
|
1639 |
|
1640 |
+
#: includes/event-organiser-cpt.php:228
|
1641 |
msgctxt "post"
|
1642 |
msgid "Add New"
|
1643 |
msgstr ""
|
1644 |
|
1645 |
+
#: includes/event-organiser-cpt.php:229
|
1646 |
msgid "Add New Event"
|
1647 |
msgstr "افزودن رویداد جدید"
|
1648 |
|
1649 |
+
#: includes/event-organiser-cpt.php:231
|
1650 |
msgid "New Event"
|
1651 |
msgstr "رویداد جدید"
|
1652 |
|
1653 |
+
#: includes/event-organiser-cpt.php:232
|
1654 |
#, fuzzy
|
1655 |
msgid "All Events"
|
1656 |
msgstr "تمامی رویدادها"
|
1657 |
|
1658 |
+
#: includes/event-organiser-cpt.php:233
|
1659 |
msgid "View Event"
|
1660 |
msgstr "نمایش رویداد"
|
1661 |
|
1662 |
+
#: includes/event-organiser-cpt.php:234
|
1663 |
msgid "Search events"
|
1664 |
msgstr "جستجوی رویدادها"
|
1665 |
|
1666 |
+
#: includes/event-organiser-cpt.php:235
|
1667 |
msgid "No events found"
|
1668 |
msgstr "رویدادی یافت نشد"
|
1669 |
|
1670 |
+
#: includes/event-organiser-cpt.php:236
|
1671 |
msgid "No events found in Trash"
|
1672 |
msgstr "رویدادی در سطل زباله یافت نشد"
|
1673 |
|
1674 |
+
#: includes/event-organiser-cpt.php:239
|
1675 |
msgid "Filter events list"
|
1676 |
msgstr ""
|
1677 |
|
1678 |
+
#: includes/event-organiser-cpt.php:240
|
1679 |
msgid "Events list navigation"
|
1680 |
msgstr ""
|
1681 |
|
1682 |
+
#: includes/event-organiser-cpt.php:241
|
1683 |
msgid "Events list"
|
1684 |
msgstr ""
|
1685 |
|
1686 |
+
#: includes/event-organiser-cpt.php:242
|
1687 |
msgid "Event Archives"
|
1688 |
msgstr ""
|
1689 |
|
1690 |
+
#: includes/event-organiser-cpt.php:243
|
1691 |
msgid "Insert into event"
|
1692 |
msgstr ""
|
1693 |
|
1694 |
+
#: includes/event-organiser-cpt.php:244
|
1695 |
msgid "Uploaded to this event"
|
1696 |
msgstr ""
|
1697 |
|
1698 |
+
#: includes/event-organiser-cpt.php:246
|
1699 |
#, php-format
|
1700 |
msgid "Events at %s"
|
1701 |
msgstr ""
|
1702 |
|
1703 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1704 |
+
#. *
|
1705 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1706 |
+
#. ***************** NOTICE: *****************
|
1707 |
+
#. *
|
1708 |
+
#. * @package Event Organiser (plug-in)
|
1709 |
+
#. * @since 1.0.0
|
1710 |
+
#.
|
1711 |
+
#. Call the template header
|
1712 |
+
#: includes/event-organiser-cpt.php:247
|
1713 |
#: templates/taxonomy-event-category.php:27
|
1714 |
#, php-format
|
1715 |
msgid "Event Category: %s"
|
1716 |
msgstr ""
|
1717 |
|
1718 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1719 |
+
#. *
|
1720 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1721 |
+
#. ***************** NOTICE: *****************
|
1722 |
+
#. *
|
1723 |
+
#. * @package Event Organiser (plug-in)
|
1724 |
+
#. * @since 1.2.0
|
1725 |
+
#.
|
1726 |
+
#. Call the template header
|
1727 |
+
#: includes/event-organiser-cpt.php:248 templates/taxonomy-event-tag.php:27
|
1728 |
#, php-format
|
1729 |
msgid "Event Tag: %s"
|
1730 |
msgstr ""
|
1731 |
|
1732 |
+
#: includes/event-organiser-cpt.php:249 includes/event-organiser-cpt.php:250
|
1733 |
+
#: includes/event-organiser-cpt.php:251
|
1734 |
#, fuzzy, php-format
|
1735 |
msgid "Events: %s"
|
1736 |
msgstr "رویدادها:"
|
1737 |
|
1738 |
+
#: includes/event-organiser-cpt.php:332
|
1739 |
#, php-format
|
1740 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1741 |
msgstr "رویداد بروز شد. <a href=\"%s\">مشاهده صفحه رویداد</a>"
|
1742 |
|
1743 |
+
#: includes/event-organiser-cpt.php:333
|
1744 |
msgid "Event updated."
|
1745 |
msgstr "رویداد به روز شد"
|
1746 |
|
1747 |
+
#: includes/event-organiser-cpt.php:335
|
1748 |
#, php-format
|
1749 |
msgid "Event restored to revision from %s"
|
1750 |
msgstr ""
|
1751 |
|
1752 |
+
#: includes/event-organiser-cpt.php:336
|
1753 |
#, php-format
|
1754 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1755 |
msgstr ""
|
1756 |
|
1757 |
+
#: includes/event-organiser-cpt.php:337
|
1758 |
msgid "Event saved."
|
1759 |
msgstr "رویداد ذخیره شد"
|
1760 |
|
1761 |
+
#: includes/event-organiser-cpt.php:339
|
1762 |
#, php-format
|
1763 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1764 |
msgstr ""
|
1765 |
|
1766 |
+
#: includes/event-organiser-cpt.php:343
|
1767 |
#, php-format
|
1768 |
msgid ""
|
1769 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1770 |
"\">Preview event</a>"
|
1771 |
msgstr ""
|
1772 |
|
1773 |
+
#. //php.net/date
|
1774 |
+
#: includes/event-organiser-cpt.php:345
|
1775 |
msgid "M j, Y @ G:i"
|
1776 |
msgstr ""
|
1777 |
|
1778 |
+
#: includes/event-organiser-cpt.php:348
|
1779 |
#, php-format
|
1780 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1781 |
msgstr ""
|
1782 |
|
1783 |
+
#: includes/event-organiser-cpt.php:351
|
1784 |
msgid "This event has been broken from a recurring event."
|
1785 |
msgstr ""
|
1786 |
|
1787 |
+
#: includes/event-organiser-cpt.php:527
|
1788 |
msgid "Creating events"
|
1789 |
msgstr "ایجاد رویدادها"
|
1790 |
|
1791 |
+
#: includes/event-organiser-cpt.php:528
|
1792 |
msgid "Creating events:"
|
1793 |
msgstr "ایجاد رویدادها:"
|
1794 |
|
1795 |
+
#: includes/event-organiser-cpt.php:530
|
1796 |
msgid ""
|
1797 |
"The start date is the date the event starts. If the event is a recurring "
|
1798 |
"event, this is the start date of the first occurrence."
|
1799 |
msgstr ""
|
1800 |
|
1801 |
+
#: includes/event-organiser-cpt.php:531
|
1802 |
msgid ""
|
1803 |
"The end date is the date the event finishes. If the event is a recurring "
|
1804 |
"event, this is the end date of the first occurrence."
|
1805 |
msgstr ""
|
1806 |
|
1807 |
+
#: includes/event-organiser-cpt.php:532
|
1808 |
msgid ""
|
1809 |
"All dates and times must be entered in the specified format. This format can "
|
1810 |
"changed in the settings page."
|
1811 |
msgstr ""
|
1812 |
|
1813 |
+
#: includes/event-organiser-cpt.php:537
|
1814 |
msgid "Repeating events"
|
1815 |
msgstr "تکرار رویدادها"
|
1816 |
|
1817 |
+
#: includes/event-organiser-cpt.php:538
|
1818 |
msgid ""
|
1819 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1820 |
"dropdown menu to select how the event is to repeat. Further options then "
|
1821 |
"appear, "
|
1822 |
msgstr ""
|
1823 |
|
1824 |
+
#: includes/event-organiser-cpt.php:540
|
1825 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1826 |
msgstr ""
|
1827 |
|
1828 |
+
#: includes/event-organiser-cpt.php:541
|
1829 |
msgid ""
|
1830 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1831 |
"date, but an occurrence that starts before may finish after this date."
|
1832 |
msgstr ""
|
1833 |
|
1834 |
+
#: includes/event-organiser-cpt.php:542
|
1835 |
msgid ""
|
1836 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1837 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
1838 |
"third Tuesday) "
|
1839 |
msgstr ""
|
1840 |
|
1841 |
+
#: includes/event-organiser-cpt.php:543
|
1842 |
msgid ""
|
1843 |
"If weekly recurrence is selected, select which days of the week the event "
|
1844 |
"should be repeated. If no days are selected, the day of the start date is "
|
1845 |
"used"
|
1846 |
msgstr ""
|
1847 |
|
1848 |
+
#: includes/event-organiser-cpt.php:548 includes/event-organiser-cpt.php:549
|
1849 |
msgid "Selecting a venue"
|
1850 |
msgstr "انتخاب مکان"
|
1851 |
|
1852 |
+
#: includes/event-organiser-cpt.php:551
|
1853 |
msgid "Use the venues input field to search for existing venues"
|
1854 |
msgstr ""
|
1855 |
|
1856 |
+
#: includes/event-organiser-cpt.php:552
|
1857 |
msgid ""
|
1858 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1859 |
"page."
|
1860 |
msgstr ""
|
1861 |
|
1862 |
+
#: includes/event-organiser-cpt.php:562 includes/event-organiser-cpt.php:581
|
1863 |
msgid "Overview"
|
1864 |
msgstr "نمایش کلی"
|
1865 |
|
1866 |
+
#: includes/event-organiser-cpt.php:563
|
1867 |
msgid ""
|
1868 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1869 |
"appear as a single row </strong> in the table and the start and end date "
|
1870 |
"refers to the first occurrence of that event."
|
1871 |
msgstr ""
|
1872 |
|
1873 |
+
#: includes/event-organiser-cpt.php:569
|
1874 |
msgid ""
|
1875 |
"Hovering over a row in the venues list will display action links that allow "
|
1876 |
"you to manage that venue. You can perform the following actions:"
|
1877 |
msgstr ""
|
1878 |
|
1879 |
+
#: includes/event-organiser-cpt.php:571
|
1880 |
msgid ""
|
1881 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1882 |
"screen by clicking on the venue title."
|
1883 |
msgstr ""
|
1884 |
|
1885 |
+
#: includes/event-organiser-cpt.php:572
|
1886 |
msgid "Delete will permanently remove the venue"
|
1887 |
msgstr ""
|
1888 |
|
1889 |
+
#: includes/event-organiser-cpt.php:573
|
1890 |
msgid "View will take you to the venue's page"
|
1891 |
msgstr ""
|
1892 |
|
1893 |
+
#: includes/event-organiser-cpt.php:582
|
1894 |
msgid ""
|
1895 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1896 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
1897 |
"the event's edit page will appear also."
|
1898 |
msgstr ""
|
1899 |
|
1900 |
+
#: includes/event-organiser-cpt.php:583
|
1901 |
msgid ""
|
1902 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1903 |
"mode. You can also filter the events by events by category and venue. The "
|
1904 |
"'go to date' button allows you to quickly jump to a specific date."
|
1905 |
msgstr ""
|
1906 |
|
1907 |
+
#: includes/event-organiser-cpt.php:587
|
1908 |
msgid "Add Event"
|
1909 |
msgstr "افزودن رویداد"
|
1910 |
|
1911 |
+
#: includes/event-organiser-cpt.php:588
|
1912 |
msgid ""
|
1913 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
1914 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
1917 |
"event is created and you are forwarded to that event's edit page."
|
1918 |
msgstr ""
|
1919 |
|
1920 |
+
#: includes/event-organiser-cpt.php:594
|
1921 |
msgid "For more information"
|
1922 |
msgstr ""
|
1923 |
|
1924 |
+
#: includes/event-organiser-cpt.php:595
|
1925 |
#, php-format
|
1926 |
msgid "See the <a %s> documentation</a>"
|
1927 |
msgstr ""
|
1928 |
|
1929 |
+
#: includes/event-organiser-cpt.php:596
|
1930 |
msgid "Debugging Event Organiser"
|
1931 |
msgstr ""
|
1932 |
|
1933 |
+
#: includes/event-organiser-cpt.php:597
|
1934 |
msgid "Go Pro!"
|
1935 |
msgstr ""
|
1936 |
|
1937 |
+
#: includes/event-organiser-cpt.php:708 includes/event-organiser-cpt.php:731
|
1938 |
msgid "Color"
|
1939 |
msgstr "رنگ"
|
1940 |
|
1941 |
+
#: includes/event-organiser-cpt.php:714
|
1942 |
msgid "Assign the category a colour."
|
1943 |
msgstr ""
|
1944 |
|
2124 |
msgid "Help"
|
2125 |
msgstr ""
|
2126 |
|
2127 |
+
#: includes/event-organiser-venue-functions.php:995
|
2128 |
msgid "Address"
|
2129 |
msgstr "آدرس"
|
2130 |
|
2131 |
+
#: includes/event-organiser-venue-functions.php:996
|
2132 |
msgid "City"
|
2133 |
msgstr "شهر"
|
2134 |
|
2135 |
+
#: includes/event-organiser-venue-functions.php:997
|
2136 |
msgid "State / Province"
|
2137 |
msgstr "استان"
|
2138 |
|
2139 |
+
#: includes/event-organiser-venue-functions.php:998
|
2140 |
msgid "Post Code"
|
2141 |
msgstr "کدپستی"
|
2142 |
|
2143 |
+
#: includes/event-organiser-venue-functions.php:999
|
2144 |
msgid "Country"
|
2145 |
msgstr "کشور"
|
2146 |
|
2233 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2234 |
msgstr ""
|
2235 |
|
2236 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
2237 |
+
#. *
|
2238 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
2239 |
+
#. ***************** NOTICE: *****************
|
2240 |
+
#. *
|
2241 |
+
#. * @package Event Organiser (plug-in)
|
2242 |
+
#. * @since 1.0.0
|
2243 |
+
#.
|
2244 |
+
#. Call the template header
|
2245 |
#: templates/taxonomy-event-venue.php:30
|
2246 |
#, php-format
|
2247 |
msgid "Events at: %s"
|
languages/eventorganiser-fi.mo
CHANGED
Binary file
|
languages/eventorganiser-fi.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: 2017-08-31T14:17:32+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
@@ -125,8 +125,8 @@ msgstr "Näyttää tapahtumalistan"
|
|
125 |
|
126 |
#: classes/class-eo-event-list-widget.php:14
|
127 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
128 |
-
#: event-organiser.php:149 includes/event-organiser-cpt.php:
|
129 |
-
#: includes/event-organiser-cpt.php:
|
130 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
131 |
msgid "Events"
|
132 |
msgstr "Tapahtumat"
|
@@ -252,7 +252,7 @@ msgid "Event Categories"
|
|
252 |
msgstr "Tapahtumakategoriat"
|
253 |
|
254 |
#: classes/class-eo-widget-categories.php:25
|
255 |
-
#: includes/event-organiser-cpt.php:
|
256 |
#: includes/event-organiser-event-functions.php:1563
|
257 |
#: templates/event-meta-event-single.php:62
|
258 |
msgid "Categories"
|
@@ -456,6 +456,21 @@ msgstr ""
|
|
456 |
msgid "Open shortcut help"
|
457 |
msgstr ""
|
458 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
459 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
460 |
#: templates/event-meta-event-single.php:32
|
461 |
msgid "Event Details"
|
@@ -646,7 +661,7 @@ msgid "Show dates"
|
|
646 |
msgstr "Näytä päivämäärät"
|
647 |
|
648 |
#: event-organiser-edit.php:274
|
649 |
-
#: includes/event-organiser-venue-functions.php:
|
650 |
msgid "Select a venue"
|
651 |
msgstr "Valitse tapahtumapaikka"
|
652 |
|
@@ -723,7 +738,7 @@ msgstr ""
|
|
723 |
msgid "Go to Event Organiser settings"
|
724 |
msgstr "Mene Event Organiserin asetuksiin"
|
725 |
|
726 |
-
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:
|
727 |
msgid "Event"
|
728 |
msgstr "Tapahtuma"
|
729 |
|
@@ -886,7 +901,7 @@ msgid "Revisions"
|
|
886 |
msgstr "Versiot"
|
887 |
|
888 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
889 |
-
#: includes/event-organiser-cpt.php:
|
890 |
msgid "Event Tags"
|
891 |
msgstr "Tapahtumatagit"
|
892 |
|
@@ -1233,13 +1248,13 @@ msgstr "Ota linkki"
|
|
1233 |
msgid "Slug"
|
1234 |
msgstr "Polkutunnus"
|
1235 |
|
1236 |
-
#: features/bootstrap/FeatureContext.php:
|
1237 |
-
#: features/bootstrap/FeatureContext.php:
|
1238 |
msgid "Main Sidebar"
|
1239 |
msgstr ""
|
1240 |
|
1241 |
-
#: features/bootstrap/FeatureContext.php:
|
1242 |
-
#: features/bootstrap/FeatureContext.php:
|
1243 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1244 |
msgstr ""
|
1245 |
|
@@ -1426,7 +1441,7 @@ msgstr ""
|
|
1426 |
msgid "This event recurs"
|
1427 |
msgstr "Tämä tapahtuma toistuu"
|
1428 |
|
1429 |
-
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:
|
1430 |
msgid "Edit Event"
|
1431 |
msgstr "Muokkaa tapahtumaa"
|
1432 |
|
@@ -1528,237 +1543,255 @@ msgstr "Tapahtumapaikan sijainti"
|
|
1528 |
msgid "View all venues"
|
1529 |
msgstr "Näytä kaikki paikat"
|
1530 |
|
1531 |
-
#: includes/event-organiser-cpt.php:
|
1532 |
msgctxt "taxonomy singular name"
|
1533 |
msgid "Category"
|
1534 |
msgstr ""
|
1535 |
|
1536 |
-
#: includes/event-organiser-cpt.php:
|
1537 |
msgid "Search Categories"
|
1538 |
msgstr "Etsi kategorioita"
|
1539 |
|
1540 |
-
#: includes/event-organiser-cpt.php:
|
1541 |
msgid "All Categories"
|
1542 |
msgstr "Kaikki kategoriat"
|
1543 |
|
1544 |
-
#: includes/event-organiser-cpt.php:
|
1545 |
msgid "Parent Category"
|
1546 |
msgstr "Yläkategoria"
|
1547 |
|
1548 |
-
#: includes/event-organiser-cpt.php:
|
1549 |
msgid "Parent Category:"
|
1550 |
msgstr ""
|
1551 |
|
1552 |
-
#: includes/event-organiser-cpt.php:
|
1553 |
msgid "Edit Category"
|
1554 |
msgstr "Muokkaa kategoriaa"
|
1555 |
|
1556 |
-
#: includes/event-organiser-cpt.php:
|
1557 |
msgid "Update Category"
|
1558 |
msgstr "Päivitä kategoria"
|
1559 |
|
1560 |
-
#: includes/event-organiser-cpt.php:
|
1561 |
msgid "Add New Category"
|
1562 |
msgstr "Lisää uusi kategoria"
|
1563 |
|
1564 |
-
#: includes/event-organiser-cpt.php:
|
1565 |
msgid "New Category Name"
|
1566 |
msgstr "Uusi kategorian nimi"
|
1567 |
|
1568 |
-
#: includes/event-organiser-cpt.php:
|
1569 |
msgid "No categories found"
|
1570 |
msgstr "Kategorioita ei löytynyt"
|
1571 |
|
1572 |
-
#: includes/event-organiser-cpt.php:
|
1573 |
msgid "Event categories list navigation"
|
1574 |
msgstr ""
|
1575 |
|
1576 |
-
#: includes/event-organiser-cpt.php:
|
1577 |
msgid "Event categories list"
|
1578 |
msgstr ""
|
1579 |
|
1580 |
-
#: includes/event-organiser-cpt.php:
|
1581 |
msgid "View all categories"
|
1582 |
msgstr "Näytä kaikki kategoriat"
|
1583 |
|
1584 |
-
#: includes/event-organiser-cpt.php:
|
1585 |
msgctxt "taxonomy singular name"
|
1586 |
msgid "Tag"
|
1587 |
msgstr ""
|
1588 |
|
1589 |
-
#: includes/event-organiser-cpt.php:
|
1590 |
msgid "Search Tags"
|
1591 |
msgstr "Etsi avainsanoista"
|
1592 |
|
1593 |
-
#: includes/event-organiser-cpt.php:
|
1594 |
msgid "All Tags"
|
1595 |
msgstr "Kaikki avainsanat"
|
1596 |
|
1597 |
-
#: includes/event-organiser-cpt.php:
|
1598 |
msgid "Popular Tags"
|
1599 |
msgstr "Suositut avainsanat"
|
1600 |
|
1601 |
-
#: includes/event-organiser-cpt.php:
|
1602 |
msgid "Edit Tag"
|
1603 |
msgstr "Muokkaa avainsanaa"
|
1604 |
|
1605 |
-
#: includes/event-organiser-cpt.php:
|
1606 |
msgid "Update Tag"
|
1607 |
msgstr "Päivitä avainsana"
|
1608 |
|
1609 |
-
#: includes/event-organiser-cpt.php:
|
1610 |
msgid "Add New Tag"
|
1611 |
msgstr "Lisää uusi avainsana"
|
1612 |
|
1613 |
-
#: includes/event-organiser-cpt.php:
|
1614 |
msgid "New Tag Name"
|
1615 |
msgstr "Uusi avainsanan nimi"
|
1616 |
|
1617 |
-
#: includes/event-organiser-cpt.php:
|
1618 |
msgid "No tags found"
|
1619 |
msgstr "Avainsanoja ei löytynyt"
|
1620 |
|
1621 |
-
#: includes/event-organiser-cpt.php:
|
1622 |
msgid "Choose from the most used tags"
|
1623 |
msgstr "Valitse eniten käytetyistä avainsanoista"
|
1624 |
|
1625 |
-
#: includes/event-organiser-cpt.php:
|
1626 |
#: includes/event-organiser-event-functions.php:1571
|
1627 |
#: templates/event-meta-event-single.php:66
|
1628 |
msgid "Tags"
|
1629 |
msgstr "Avainsanat"
|
1630 |
|
1631 |
-
#: includes/event-organiser-cpt.php:
|
1632 |
msgid "Add or remove tags"
|
1633 |
msgstr "Lisää tai poista avainsanoja"
|
1634 |
|
1635 |
-
#: includes/event-organiser-cpt.php:
|
1636 |
msgid "Separate tags with commas"
|
1637 |
msgstr "Erottele avainsanat pilkulla"
|
1638 |
|
1639 |
-
#: includes/event-organiser-cpt.php:
|
1640 |
msgid "Event tags list navigation"
|
1641 |
msgstr ""
|
1642 |
|
1643 |
-
#: includes/event-organiser-cpt.php:
|
1644 |
msgid "Event tags list"
|
1645 |
msgstr ""
|
1646 |
|
1647 |
-
#: includes/event-organiser-cpt.php:
|
1648 |
msgid "View all tags"
|
1649 |
msgstr ""
|
1650 |
|
1651 |
-
#: includes/event-organiser-cpt.php:
|
1652 |
msgctxt "post"
|
1653 |
msgid "Add New"
|
1654 |
msgstr ""
|
1655 |
|
1656 |
-
#: includes/event-organiser-cpt.php:
|
1657 |
msgid "Add New Event"
|
1658 |
msgstr "Lisää uusi tapahtuma"
|
1659 |
|
1660 |
-
#: includes/event-organiser-cpt.php:
|
1661 |
msgid "New Event"
|
1662 |
msgstr "Uusi tapahtuma"
|
1663 |
|
1664 |
-
#: includes/event-organiser-cpt.php:
|
1665 |
#, fuzzy
|
1666 |
msgid "All Events"
|
1667 |
msgstr "Kaikki tapahtumat"
|
1668 |
|
1669 |
-
#: includes/event-organiser-cpt.php:
|
1670 |
msgid "View Event"
|
1671 |
msgstr "Näytä tapahtuma"
|
1672 |
|
1673 |
-
#: includes/event-organiser-cpt.php:
|
1674 |
msgid "Search events"
|
1675 |
msgstr "Hae tapahtumia"
|
1676 |
|
1677 |
-
#: includes/event-organiser-cpt.php:
|
1678 |
msgid "No events found"
|
1679 |
msgstr "Tapahtumia ei löytynyt"
|
1680 |
|
1681 |
-
#: includes/event-organiser-cpt.php:
|
1682 |
msgid "No events found in Trash"
|
1683 |
msgstr "Tapahtumia ei löytynyt roskakorista"
|
1684 |
|
1685 |
-
#: includes/event-organiser-cpt.php:
|
1686 |
msgid "Filter events list"
|
1687 |
msgstr ""
|
1688 |
|
1689 |
-
#: includes/event-organiser-cpt.php:
|
1690 |
msgid "Events list navigation"
|
1691 |
msgstr ""
|
1692 |
|
1693 |
-
#: includes/event-organiser-cpt.php:
|
1694 |
msgid "Events list"
|
1695 |
msgstr ""
|
1696 |
|
1697 |
-
#: includes/event-organiser-cpt.php:
|
1698 |
msgid "Event Archives"
|
1699 |
msgstr ""
|
1700 |
|
1701 |
-
#: includes/event-organiser-cpt.php:
|
1702 |
msgid "Insert into event"
|
1703 |
msgstr ""
|
1704 |
|
1705 |
-
#: includes/event-organiser-cpt.php:
|
1706 |
msgid "Uploaded to this event"
|
1707 |
msgstr ""
|
1708 |
|
1709 |
-
#: includes/event-organiser-cpt.php:
|
1710 |
#, php-format
|
1711 |
msgid "Events at %s"
|
1712 |
msgstr ""
|
1713 |
|
1714 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1715 |
#: templates/taxonomy-event-category.php:27
|
1716 |
#, php-format
|
1717 |
msgid "Event Category: %s"
|
1718 |
msgstr ""
|
1719 |
|
1720 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1721 |
#, php-format
|
1722 |
msgid "Event Tag: %s"
|
1723 |
msgstr ""
|
1724 |
|
1725 |
-
#: includes/event-organiser-cpt.php:
|
1726 |
-
#: includes/event-organiser-cpt.php:
|
1727 |
#, fuzzy, php-format
|
1728 |
msgid "Events: %s"
|
1729 |
msgstr "Tapahtumat:"
|
1730 |
|
1731 |
-
#: includes/event-organiser-cpt.php:
|
1732 |
#, php-format
|
1733 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1734 |
msgstr "Tapahtuma päivitetty. <a href=\"%s\">Näytä tapahtuma</a>"
|
1735 |
|
1736 |
-
#: includes/event-organiser-cpt.php:
|
1737 |
msgid "Event updated."
|
1738 |
msgstr "Tapahtuma päivitetty."
|
1739 |
|
1740 |
-
#: includes/event-organiser-cpt.php:
|
1741 |
#, php-format
|
1742 |
msgid "Event restored to revision from %s"
|
1743 |
msgstr "Tapahtuma palautettu versioon %s"
|
1744 |
|
1745 |
-
#: includes/event-organiser-cpt.php:
|
1746 |
#, php-format
|
1747 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1748 |
msgstr "Tapahtuma julkaistu. <a href=\"%s\">Näytä tapahtuma</a>"
|
1749 |
|
1750 |
-
#: includes/event-organiser-cpt.php:
|
1751 |
msgid "Event saved."
|
1752 |
msgstr "Tapahtuma tallennettu."
|
1753 |
|
1754 |
-
#: includes/event-organiser-cpt.php:
|
1755 |
#, php-format
|
1756 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1757 |
msgstr ""
|
1758 |
"Tapahtuma lähetetty. <a target=\"_blank\" href=\"%s\">Esikatsele tapahtuma </"
|
1759 |
"a>"
|
1760 |
|
1761 |
-
#: includes/event-organiser-cpt.php:
|
1762 |
#, php-format
|
1763 |
msgid ""
|
1764 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
@@ -1767,30 +1800,31 @@ msgstr ""
|
|
1767 |
"Tapahtuma aikataulutettu: <strong>%1$s</strong>. <a target=\"_blank\" href="
|
1768 |
"\"%2$s\">Esikatsele tapahtuma</a>"
|
1769 |
|
1770 |
-
|
|
|
1771 |
msgid "M j, Y @ G:i"
|
1772 |
msgstr "M j, Y @ G:i"
|
1773 |
|
1774 |
-
#: includes/event-organiser-cpt.php:
|
1775 |
#, php-format
|
1776 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1777 |
msgstr ""
|
1778 |
"Tapahtuman luonnos päivitetty. <a target=\"_blank\" href=\"%s\">Esikatsele "
|
1779 |
"tapahtuma</a>"
|
1780 |
|
1781 |
-
#: includes/event-organiser-cpt.php:
|
1782 |
msgid "This event has been broken from a recurring event."
|
1783 |
msgstr ""
|
1784 |
|
1785 |
-
#: includes/event-organiser-cpt.php:
|
1786 |
msgid "Creating events"
|
1787 |
msgstr "Luomassa tapahtumia"
|
1788 |
|
1789 |
-
#: includes/event-organiser-cpt.php:
|
1790 |
msgid "Creating events:"
|
1791 |
msgstr "Luomassa tapahtumia:"
|
1792 |
|
1793 |
-
#: includes/event-organiser-cpt.php:
|
1794 |
msgid ""
|
1795 |
"The start date is the date the event starts. If the event is a recurring "
|
1796 |
"event, this is the start date of the first occurrence."
|
@@ -1798,7 +1832,7 @@ msgstr ""
|
|
1798 |
"Aloituspäivä on se päivä jolloin tapahtuma alkaa. Jos tapahtuma on toistuvia "
|
1799 |
"tapahtuma, tämä on ensimmäisen esiintymän alkamispäivämäärä."
|
1800 |
|
1801 |
-
#: includes/event-organiser-cpt.php:
|
1802 |
msgid ""
|
1803 |
"The end date is the date the event finishes. If the event is a recurring "
|
1804 |
"event, this is the end date of the first occurrence."
|
@@ -1806,7 +1840,7 @@ msgstr ""
|
|
1806 |
"Päättymispäivä on päivämäärä jolloin tapahtuma päättyy. Jos tapahtuma on "
|
1807 |
"toistuvia tapahtuma, tämä on viimeisen esiintymän päättymispäivä."
|
1808 |
|
1809 |
-
#: includes/event-organiser-cpt.php:
|
1810 |
msgid ""
|
1811 |
"All dates and times must be entered in the specified format. This format can "
|
1812 |
"changed in the settings page."
|
@@ -1814,11 +1848,11 @@ msgstr ""
|
|
1814 |
"Kaikki päivämäärät ja ajat on syötettävä määrätyssä muodossa. Tätä muotoa "
|
1815 |
"voi muuttaa asetukset sivulta."
|
1816 |
|
1817 |
-
#: includes/event-organiser-cpt.php:
|
1818 |
msgid "Repeating events"
|
1819 |
msgstr "Toistuvat tapahtumat"
|
1820 |
|
1821 |
-
#: includes/event-organiser-cpt.php:
|
1822 |
msgid ""
|
1823 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1824 |
"dropdown menu to select how the event is to repeat. Further options then "
|
@@ -1828,11 +1862,11 @@ msgstr ""
|
|
1828 |
"pudotusvalikkoa valitaksesi miten tapahtuma toistuu. Lisävaihtoehtoja tulee "
|
1829 |
"näkyviin,"
|
1830 |
|
1831 |
-
#: includes/event-organiser-cpt.php:
|
1832 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1833 |
msgstr "Määritä, miten säännöllisesti tapahtumaa toistetaan (oletus 1)"
|
1834 |
|
1835 |
-
#: includes/event-organiser-cpt.php:
|
1836 |
msgid ""
|
1837 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1838 |
"date, but an occurrence that starts before may finish after this date."
|
@@ -1841,7 +1875,7 @@ msgstr ""
|
|
1841 |
"jälkeen, mutta esiintymä, joka alkaa ennen voi loppua tämän päivämäärän "
|
1842 |
"jälkeen."
|
1843 |
|
1844 |
-
#: includes/event-organiser-cpt.php:
|
1845 |
msgid ""
|
1846 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1847 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
@@ -1851,7 +1885,7 @@ msgstr ""
|
|
1851 |
"kyseisenä päivämääränä kuukaudessa (esim. 24.) tai päivänä (esim. kolmantena "
|
1852 |
"tiistaina)"
|
1853 |
|
1854 |
-
#: includes/event-organiser-cpt.php:
|
1855 |
msgid ""
|
1856 |
"If weekly recurrence is selected, select which days of the week the event "
|
1857 |
"should be repeated. If no days are selected, the day of the start date is "
|
@@ -1861,17 +1895,17 @@ msgstr ""
|
|
1861 |
"tapahtuma tulee toistaa. Jos yhtään päivää ei valita, niin käytetään "
|
1862 |
"aloituspäivää"
|
1863 |
|
1864 |
-
#: includes/event-organiser-cpt.php:
|
1865 |
msgid "Selecting a venue"
|
1866 |
msgstr "Valitsee tapahtumapaikkaa"
|
1867 |
|
1868 |
-
#: includes/event-organiser-cpt.php:
|
1869 |
msgid "Use the venues input field to search for existing venues"
|
1870 |
msgstr ""
|
1871 |
"Käytä tapahtumapaikat syöttökenttää etsiäksesi olemassa olevia "
|
1872 |
"tapahtumapaikkoja"
|
1873 |
|
1874 |
-
#: includes/event-organiser-cpt.php:
|
1875 |
msgid ""
|
1876 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1877 |
"page."
|
@@ -1879,11 +1913,11 @@ msgstr ""
|
|
1879 |
"Vain olemassa olevia tapahtumapaikkoja voidaan valita. Lisätäksesi paikan, "
|
1880 |
"mene tapahtumapaikat sivulle."
|
1881 |
|
1882 |
-
#: includes/event-organiser-cpt.php:
|
1883 |
msgid "Overview"
|
1884 |
msgstr "Yleiskatsaus"
|
1885 |
|
1886 |
-
#: includes/event-organiser-cpt.php:
|
1887 |
msgid ""
|
1888 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1889 |
"appear as a single row </strong> in the table and the start and end date "
|
@@ -1893,7 +1927,7 @@ msgstr ""
|
|
1893 |
"toistuvat tapahtumat näkyvät yhdellä rivillä </strong> taulukossa ja sekä "
|
1894 |
"alkamis- että päättymispäivä viittaa tapahtuman ensimmäiseen esiintymään."
|
1895 |
|
1896 |
-
#: includes/event-organiser-cpt.php:
|
1897 |
msgid ""
|
1898 |
"Hovering over a row in the venues list will display action links that allow "
|
1899 |
"you to manage that venue. You can perform the following actions:"
|
@@ -1902,7 +1936,7 @@ msgstr ""
|
|
1902 |
"toimintalinkkejä, joiden avulla voit hallita paikkaa. Voit tehdä seuraavat "
|
1903 |
"toimet:"
|
1904 |
|
1905 |
-
#: includes/event-organiser-cpt.php:
|
1906 |
msgid ""
|
1907 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1908 |
"screen by clicking on the venue title."
|
@@ -1910,15 +1944,15 @@ msgstr ""
|
|
1910 |
"Muokkaa vie tapahtumapaikan muokkausnäyttöön. Pääset samaan näkymään myös "
|
1911 |
"klikkaamalla paikan otsikkoa."
|
1912 |
|
1913 |
-
#: includes/event-organiser-cpt.php:
|
1914 |
msgid "Delete will permanently remove the venue"
|
1915 |
msgstr "Poistaminen poistaa tapahtumapaikan pysyvästi"
|
1916 |
|
1917 |
-
#: includes/event-organiser-cpt.php:
|
1918 |
msgid "View will take you to the venue's page"
|
1919 |
msgstr "Näkymä vie sinut tapahtumapaikan sivulle"
|
1920 |
|
1921 |
-
#: includes/event-organiser-cpt.php:
|
1922 |
msgid ""
|
1923 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1924 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
@@ -1928,7 +1962,7 @@ msgstr ""
|
|
1928 |
"yhteenvetoa tapahtumasta klikkaamalla sitä. Jos sinulla on tarvittavat "
|
1929 |
"oikeudet, linkki tapahtuman muokkaussivulle on myös näkyvissä."
|
1930 |
|
1931 |
-
#: includes/event-organiser-cpt.php:
|
1932 |
msgid ""
|
1933 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1934 |
"mode. You can also filter the events by events by category and venue. The "
|
@@ -1939,11 +1973,11 @@ msgstr ""
|
|
1939 |
"perusteella.'Valitse päivämäärä' painikkeen avulla voit nopeasti siirtyä "
|
1940 |
"tiettyyn päivämäärään."
|
1941 |
|
1942 |
-
#: includes/event-organiser-cpt.php:
|
1943 |
msgid "Add Event"
|
1944 |
msgstr "Lisää tapahtuma"
|
1945 |
|
1946 |
-
#: includes/event-organiser-cpt.php:
|
1947 |
msgid ""
|
1948 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
1949 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
@@ -1958,28 +1992,28 @@ msgstr ""
|
|
1958 |
"luonnoksena. Joka tapauksessa, tapahtuma on luotu ja siirryt automaattisesti "
|
1959 |
"tapahtuman muokkaussivulle."
|
1960 |
|
1961 |
-
#: includes/event-organiser-cpt.php:
|
1962 |
msgid "For more information"
|
1963 |
msgstr "Lisätietoa"
|
1964 |
|
1965 |
-
#: includes/event-organiser-cpt.php:
|
1966 |
#, php-format
|
1967 |
msgid "See the <a %s> documentation</a>"
|
1968 |
msgstr "Katso <a %s> ohjeistus</a>"
|
1969 |
|
1970 |
-
#: includes/event-organiser-cpt.php:
|
1971 |
msgid "Debugging Event Organiser"
|
1972 |
msgstr ""
|
1973 |
|
1974 |
-
#: includes/event-organiser-cpt.php:
|
1975 |
msgid "Go Pro!"
|
1976 |
msgstr ""
|
1977 |
|
1978 |
-
#: includes/event-organiser-cpt.php:
|
1979 |
msgid "Color"
|
1980 |
msgstr "Väri"
|
1981 |
|
1982 |
-
#: includes/event-organiser-cpt.php:
|
1983 |
msgid "Assign the category a colour."
|
1984 |
msgstr "Liitää värin kategoriaan."
|
1985 |
|
@@ -2165,23 +2199,23 @@ msgstr ""
|
|
2165 |
msgid "Help"
|
2166 |
msgstr ""
|
2167 |
|
2168 |
-
#: includes/event-organiser-venue-functions.php:
|
2169 |
msgid "Address"
|
2170 |
msgstr "Osoite"
|
2171 |
|
2172 |
-
#: includes/event-organiser-venue-functions.php:
|
2173 |
msgid "City"
|
2174 |
msgstr "Kaupunki"
|
2175 |
|
2176 |
-
#: includes/event-organiser-venue-functions.php:
|
2177 |
msgid "State / Province"
|
2178 |
msgstr "Osavaltio / lääni"
|
2179 |
|
2180 |
-
#: includes/event-organiser-venue-functions.php:
|
2181 |
msgid "Post Code"
|
2182 |
msgstr "Postinumero"
|
2183 |
|
2184 |
-
#: includes/event-organiser-venue-functions.php:
|
2185 |
msgid "Country"
|
2186 |
msgstr "Maa"
|
2187 |
|
@@ -2276,6 +2310,15 @@ msgstr ""
|
|
2276 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2277 |
msgstr ""
|
2278 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2279 |
#: templates/taxonomy-event-venue.php:30
|
2280 |
#, php-format
|
2281 |
msgid "Events at: %s"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-03-06 23:13+0000\n"
|
6 |
"PO-Revision-Date: 2017-08-31T14:17:32+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
125 |
|
126 |
#: classes/class-eo-event-list-widget.php:14
|
127 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
128 |
+
#: event-organiser.php:149 includes/event-organiser-cpt.php:226
|
129 |
+
#: includes/event-organiser-cpt.php:238
|
130 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
131 |
msgid "Events"
|
132 |
msgstr "Tapahtumat"
|
252 |
msgstr "Tapahtumakategoriat"
|
253 |
|
254 |
#: classes/class-eo-widget-categories.php:25
|
255 |
+
#: includes/event-organiser-cpt.php:95 includes/event-organiser-cpt.php:106
|
256 |
#: includes/event-organiser-event-functions.php:1563
|
257 |
#: templates/event-meta-event-single.php:62
|
258 |
msgid "Categories"
|
456 |
msgid "Open shortcut help"
|
457 |
msgstr ""
|
458 |
|
459 |
+
#. //codex.wp-event-organiser.com
|
460 |
+
#. *
|
461 |
+
#. ***************** NOTICE: *****************
|
462 |
+
#. * Do not make changes to this file. Any changes made to this file
|
463 |
+
#. * will be overwritten if the plug-in is updated.
|
464 |
+
#. *
|
465 |
+
#. * To overwrite this template with your own, make a copy of it (with the same name)
|
466 |
+
#. * in your theme directory. See http://docs.wp-event-organiser.com/theme-integration for more information
|
467 |
+
#. *
|
468 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
469 |
+
#. ***************** NOTICE: *****************
|
470 |
+
#. *
|
471 |
+
#. * @package Event Organiser (plug-in)
|
472 |
+
#. * @since 1.7
|
473 |
+
#.
|
474 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
475 |
#: templates/event-meta-event-single.php:32
|
476 |
msgid "Event Details"
|
661 |
msgstr "Näytä päivämäärät"
|
662 |
|
663 |
#: event-organiser-edit.php:274
|
664 |
+
#: includes/event-organiser-venue-functions.php:1030
|
665 |
msgid "Select a venue"
|
666 |
msgstr "Valitse tapahtumapaikka"
|
667 |
|
738 |
msgid "Go to Event Organiser settings"
|
739 |
msgstr "Mene Event Organiserin asetuksiin"
|
740 |
|
741 |
+
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:227
|
742 |
msgid "Event"
|
743 |
msgstr "Tapahtuma"
|
744 |
|
901 |
msgstr "Versiot"
|
902 |
|
903 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
904 |
+
#: includes/event-organiser-cpt.php:152
|
905 |
msgid "Event Tags"
|
906 |
msgstr "Tapahtumatagit"
|
907 |
|
1248 |
msgid "Slug"
|
1249 |
msgstr "Polkutunnus"
|
1250 |
|
1251 |
+
#: features/bootstrap/FeatureContext.php:459
|
1252 |
+
#: features/bootstrap/FeatureContext.php:627
|
1253 |
msgid "Main Sidebar"
|
1254 |
msgstr ""
|
1255 |
|
1256 |
+
#: features/bootstrap/FeatureContext.php:461
|
1257 |
+
#: features/bootstrap/FeatureContext.php:629
|
1258 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1259 |
msgstr ""
|
1260 |
|
1441 |
msgid "This event recurs"
|
1442 |
msgstr "Tämä tapahtuma toistuu"
|
1443 |
|
1444 |
+
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:230
|
1445 |
msgid "Edit Event"
|
1446 |
msgstr "Muokkaa tapahtumaa"
|
1447 |
|
1543 |
msgid "View all venues"
|
1544 |
msgstr "Näytä kaikki paikat"
|
1545 |
|
1546 |
+
#: includes/event-organiser-cpt.php:96
|
1547 |
msgctxt "taxonomy singular name"
|
1548 |
msgid "Category"
|
1549 |
msgstr ""
|
1550 |
|
1551 |
+
#: includes/event-organiser-cpt.php:97
|
1552 |
msgid "Search Categories"
|
1553 |
msgstr "Etsi kategorioita"
|
1554 |
|
1555 |
+
#: includes/event-organiser-cpt.php:98
|
1556 |
msgid "All Categories"
|
1557 |
msgstr "Kaikki kategoriat"
|
1558 |
|
1559 |
+
#: includes/event-organiser-cpt.php:99
|
1560 |
msgid "Parent Category"
|
1561 |
msgstr "Yläkategoria"
|
1562 |
|
1563 |
+
#: includes/event-organiser-cpt.php:100
|
1564 |
msgid "Parent Category:"
|
1565 |
msgstr ""
|
1566 |
|
1567 |
+
#: includes/event-organiser-cpt.php:101
|
1568 |
msgid "Edit Category"
|
1569 |
msgstr "Muokkaa kategoriaa"
|
1570 |
|
1571 |
+
#: includes/event-organiser-cpt.php:102
|
1572 |
msgid "Update Category"
|
1573 |
msgstr "Päivitä kategoria"
|
1574 |
|
1575 |
+
#: includes/event-organiser-cpt.php:103
|
1576 |
msgid "Add New Category"
|
1577 |
msgstr "Lisää uusi kategoria"
|
1578 |
|
1579 |
+
#: includes/event-organiser-cpt.php:104
|
1580 |
msgid "New Category Name"
|
1581 |
msgstr "Uusi kategorian nimi"
|
1582 |
|
1583 |
+
#: includes/event-organiser-cpt.php:105
|
1584 |
msgid "No categories found"
|
1585 |
msgstr "Kategorioita ei löytynyt"
|
1586 |
|
1587 |
+
#: includes/event-organiser-cpt.php:107
|
1588 |
msgid "Event categories list navigation"
|
1589 |
msgstr ""
|
1590 |
|
1591 |
+
#: includes/event-organiser-cpt.php:108
|
1592 |
msgid "Event categories list"
|
1593 |
msgstr ""
|
1594 |
|
1595 |
+
#: includes/event-organiser-cpt.php:110
|
1596 |
msgid "View all categories"
|
1597 |
msgstr "Näytä kaikki kategoriat"
|
1598 |
|
1599 |
+
#: includes/event-organiser-cpt.php:153
|
1600 |
msgctxt "taxonomy singular name"
|
1601 |
msgid "Tag"
|
1602 |
msgstr ""
|
1603 |
|
1604 |
+
#: includes/event-organiser-cpt.php:154
|
1605 |
msgid "Search Tags"
|
1606 |
msgstr "Etsi avainsanoista"
|
1607 |
|
1608 |
+
#: includes/event-organiser-cpt.php:155
|
1609 |
msgid "All Tags"
|
1610 |
msgstr "Kaikki avainsanat"
|
1611 |
|
1612 |
+
#: includes/event-organiser-cpt.php:156
|
1613 |
msgid "Popular Tags"
|
1614 |
msgstr "Suositut avainsanat"
|
1615 |
|
1616 |
+
#: includes/event-organiser-cpt.php:157
|
1617 |
msgid "Edit Tag"
|
1618 |
msgstr "Muokkaa avainsanaa"
|
1619 |
|
1620 |
+
#: includes/event-organiser-cpt.php:158
|
1621 |
msgid "Update Tag"
|
1622 |
msgstr "Päivitä avainsana"
|
1623 |
|
1624 |
+
#: includes/event-organiser-cpt.php:159
|
1625 |
msgid "Add New Tag"
|
1626 |
msgstr "Lisää uusi avainsana"
|
1627 |
|
1628 |
+
#: includes/event-organiser-cpt.php:160
|
1629 |
msgid "New Tag Name"
|
1630 |
msgstr "Uusi avainsanan nimi"
|
1631 |
|
1632 |
+
#: includes/event-organiser-cpt.php:161
|
1633 |
msgid "No tags found"
|
1634 |
msgstr "Avainsanoja ei löytynyt"
|
1635 |
|
1636 |
+
#: includes/event-organiser-cpt.php:162
|
1637 |
msgid "Choose from the most used tags"
|
1638 |
msgstr "Valitse eniten käytetyistä avainsanoista"
|
1639 |
|
1640 |
+
#: includes/event-organiser-cpt.php:163
|
1641 |
#: includes/event-organiser-event-functions.php:1571
|
1642 |
#: templates/event-meta-event-single.php:66
|
1643 |
msgid "Tags"
|
1644 |
msgstr "Avainsanat"
|
1645 |
|
1646 |
+
#: includes/event-organiser-cpt.php:164
|
1647 |
msgid "Add or remove tags"
|
1648 |
msgstr "Lisää tai poista avainsanoja"
|
1649 |
|
1650 |
+
#: includes/event-organiser-cpt.php:165
|
1651 |
msgid "Separate tags with commas"
|
1652 |
msgstr "Erottele avainsanat pilkulla"
|
1653 |
|
1654 |
+
#: includes/event-organiser-cpt.php:166
|
1655 |
msgid "Event tags list navigation"
|
1656 |
msgstr ""
|
1657 |
|
1658 |
+
#: includes/event-organiser-cpt.php:167
|
1659 |
msgid "Event tags list"
|
1660 |
msgstr ""
|
1661 |
|
1662 |
+
#: includes/event-organiser-cpt.php:169
|
1663 |
msgid "View all tags"
|
1664 |
msgstr ""
|
1665 |
|
1666 |
+
#: includes/event-organiser-cpt.php:228
|
1667 |
msgctxt "post"
|
1668 |
msgid "Add New"
|
1669 |
msgstr ""
|
1670 |
|
1671 |
+
#: includes/event-organiser-cpt.php:229
|
1672 |
msgid "Add New Event"
|
1673 |
msgstr "Lisää uusi tapahtuma"
|
1674 |
|
1675 |
+
#: includes/event-organiser-cpt.php:231
|
1676 |
msgid "New Event"
|
1677 |
msgstr "Uusi tapahtuma"
|
1678 |
|
1679 |
+
#: includes/event-organiser-cpt.php:232
|
1680 |
#, fuzzy
|
1681 |
msgid "All Events"
|
1682 |
msgstr "Kaikki tapahtumat"
|
1683 |
|
1684 |
+
#: includes/event-organiser-cpt.php:233
|
1685 |
msgid "View Event"
|
1686 |
msgstr "Näytä tapahtuma"
|
1687 |
|
1688 |
+
#: includes/event-organiser-cpt.php:234
|
1689 |
msgid "Search events"
|
1690 |
msgstr "Hae tapahtumia"
|
1691 |
|
1692 |
+
#: includes/event-organiser-cpt.php:235
|
1693 |
msgid "No events found"
|
1694 |
msgstr "Tapahtumia ei löytynyt"
|
1695 |
|
1696 |
+
#: includes/event-organiser-cpt.php:236
|
1697 |
msgid "No events found in Trash"
|
1698 |
msgstr "Tapahtumia ei löytynyt roskakorista"
|
1699 |
|
1700 |
+
#: includes/event-organiser-cpt.php:239
|
1701 |
msgid "Filter events list"
|
1702 |
msgstr ""
|
1703 |
|
1704 |
+
#: includes/event-organiser-cpt.php:240
|
1705 |
msgid "Events list navigation"
|
1706 |
msgstr ""
|
1707 |
|
1708 |
+
#: includes/event-organiser-cpt.php:241
|
1709 |
msgid "Events list"
|
1710 |
msgstr ""
|
1711 |
|
1712 |
+
#: includes/event-organiser-cpt.php:242
|
1713 |
msgid "Event Archives"
|
1714 |
msgstr ""
|
1715 |
|
1716 |
+
#: includes/event-organiser-cpt.php:243
|
1717 |
msgid "Insert into event"
|
1718 |
msgstr ""
|
1719 |
|
1720 |
+
#: includes/event-organiser-cpt.php:244
|
1721 |
msgid "Uploaded to this event"
|
1722 |
msgstr ""
|
1723 |
|
1724 |
+
#: includes/event-organiser-cpt.php:246
|
1725 |
#, php-format
|
1726 |
msgid "Events at %s"
|
1727 |
msgstr ""
|
1728 |
|
1729 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1730 |
+
#. *
|
1731 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1732 |
+
#. ***************** NOTICE: *****************
|
1733 |
+
#. *
|
1734 |
+
#. * @package Event Organiser (plug-in)
|
1735 |
+
#. * @since 1.0.0
|
1736 |
+
#.
|
1737 |
+
#. Call the template header
|
1738 |
+
#: includes/event-organiser-cpt.php:247
|
1739 |
#: templates/taxonomy-event-category.php:27
|
1740 |
#, php-format
|
1741 |
msgid "Event Category: %s"
|
1742 |
msgstr ""
|
1743 |
|
1744 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1745 |
+
#. *
|
1746 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1747 |
+
#. ***************** NOTICE: *****************
|
1748 |
+
#. *
|
1749 |
+
#. * @package Event Organiser (plug-in)
|
1750 |
+
#. * @since 1.2.0
|
1751 |
+
#.
|
1752 |
+
#. Call the template header
|
1753 |
+
#: includes/event-organiser-cpt.php:248 templates/taxonomy-event-tag.php:27
|
1754 |
#, php-format
|
1755 |
msgid "Event Tag: %s"
|
1756 |
msgstr ""
|
1757 |
|
1758 |
+
#: includes/event-organiser-cpt.php:249 includes/event-organiser-cpt.php:250
|
1759 |
+
#: includes/event-organiser-cpt.php:251
|
1760 |
#, fuzzy, php-format
|
1761 |
msgid "Events: %s"
|
1762 |
msgstr "Tapahtumat:"
|
1763 |
|
1764 |
+
#: includes/event-organiser-cpt.php:332
|
1765 |
#, php-format
|
1766 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1767 |
msgstr "Tapahtuma päivitetty. <a href=\"%s\">Näytä tapahtuma</a>"
|
1768 |
|
1769 |
+
#: includes/event-organiser-cpt.php:333
|
1770 |
msgid "Event updated."
|
1771 |
msgstr "Tapahtuma päivitetty."
|
1772 |
|
1773 |
+
#: includes/event-organiser-cpt.php:335
|
1774 |
#, php-format
|
1775 |
msgid "Event restored to revision from %s"
|
1776 |
msgstr "Tapahtuma palautettu versioon %s"
|
1777 |
|
1778 |
+
#: includes/event-organiser-cpt.php:336
|
1779 |
#, php-format
|
1780 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1781 |
msgstr "Tapahtuma julkaistu. <a href=\"%s\">Näytä tapahtuma</a>"
|
1782 |
|
1783 |
+
#: includes/event-organiser-cpt.php:337
|
1784 |
msgid "Event saved."
|
1785 |
msgstr "Tapahtuma tallennettu."
|
1786 |
|
1787 |
+
#: includes/event-organiser-cpt.php:339
|
1788 |
#, php-format
|
1789 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1790 |
msgstr ""
|
1791 |
"Tapahtuma lähetetty. <a target=\"_blank\" href=\"%s\">Esikatsele tapahtuma </"
|
1792 |
"a>"
|
1793 |
|
1794 |
+
#: includes/event-organiser-cpt.php:343
|
1795 |
#, php-format
|
1796 |
msgid ""
|
1797 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1800 |
"Tapahtuma aikataulutettu: <strong>%1$s</strong>. <a target=\"_blank\" href="
|
1801 |
"\"%2$s\">Esikatsele tapahtuma</a>"
|
1802 |
|
1803 |
+
#. //php.net/date
|
1804 |
+
#: includes/event-organiser-cpt.php:345
|
1805 |
msgid "M j, Y @ G:i"
|
1806 |
msgstr "M j, Y @ G:i"
|
1807 |
|
1808 |
+
#: includes/event-organiser-cpt.php:348
|
1809 |
#, php-format
|
1810 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1811 |
msgstr ""
|
1812 |
"Tapahtuman luonnos päivitetty. <a target=\"_blank\" href=\"%s\">Esikatsele "
|
1813 |
"tapahtuma</a>"
|
1814 |
|
1815 |
+
#: includes/event-organiser-cpt.php:351
|
1816 |
msgid "This event has been broken from a recurring event."
|
1817 |
msgstr ""
|
1818 |
|
1819 |
+
#: includes/event-organiser-cpt.php:527
|
1820 |
msgid "Creating events"
|
1821 |
msgstr "Luomassa tapahtumia"
|
1822 |
|
1823 |
+
#: includes/event-organiser-cpt.php:528
|
1824 |
msgid "Creating events:"
|
1825 |
msgstr "Luomassa tapahtumia:"
|
1826 |
|
1827 |
+
#: includes/event-organiser-cpt.php:530
|
1828 |
msgid ""
|
1829 |
"The start date is the date the event starts. If the event is a recurring "
|
1830 |
"event, this is the start date of the first occurrence."
|
1832 |
"Aloituspäivä on se päivä jolloin tapahtuma alkaa. Jos tapahtuma on toistuvia "
|
1833 |
"tapahtuma, tämä on ensimmäisen esiintymän alkamispäivämäärä."
|
1834 |
|
1835 |
+
#: includes/event-organiser-cpt.php:531
|
1836 |
msgid ""
|
1837 |
"The end date is the date the event finishes. If the event is a recurring "
|
1838 |
"event, this is the end date of the first occurrence."
|
1840 |
"Päättymispäivä on päivämäärä jolloin tapahtuma päättyy. Jos tapahtuma on "
|
1841 |
"toistuvia tapahtuma, tämä on viimeisen esiintymän päättymispäivä."
|
1842 |
|
1843 |
+
#: includes/event-organiser-cpt.php:532
|
1844 |
msgid ""
|
1845 |
"All dates and times must be entered in the specified format. This format can "
|
1846 |
"changed in the settings page."
|
1848 |
"Kaikki päivämäärät ja ajat on syötettävä määrätyssä muodossa. Tätä muotoa "
|
1849 |
"voi muuttaa asetukset sivulta."
|
1850 |
|
1851 |
+
#: includes/event-organiser-cpt.php:537
|
1852 |
msgid "Repeating events"
|
1853 |
msgstr "Toistuvat tapahtumat"
|
1854 |
|
1855 |
+
#: includes/event-organiser-cpt.php:538
|
1856 |
msgid ""
|
1857 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1858 |
"dropdown menu to select how the event is to repeat. Further options then "
|
1862 |
"pudotusvalikkoa valitaksesi miten tapahtuma toistuu. Lisävaihtoehtoja tulee "
|
1863 |
"näkyviin,"
|
1864 |
|
1865 |
+
#: includes/event-organiser-cpt.php:540
|
1866 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1867 |
msgstr "Määritä, miten säännöllisesti tapahtumaa toistetaan (oletus 1)"
|
1868 |
|
1869 |
+
#: includes/event-organiser-cpt.php:541
|
1870 |
msgid ""
|
1871 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1872 |
"date, but an occurrence that starts before may finish after this date."
|
1875 |
"jälkeen, mutta esiintymä, joka alkaa ennen voi loppua tämän päivämäärän "
|
1876 |
"jälkeen."
|
1877 |
|
1878 |
+
#: includes/event-organiser-cpt.php:542
|
1879 |
msgid ""
|
1880 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1881 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
1885 |
"kyseisenä päivämääränä kuukaudessa (esim. 24.) tai päivänä (esim. kolmantena "
|
1886 |
"tiistaina)"
|
1887 |
|
1888 |
+
#: includes/event-organiser-cpt.php:543
|
1889 |
msgid ""
|
1890 |
"If weekly recurrence is selected, select which days of the week the event "
|
1891 |
"should be repeated. If no days are selected, the day of the start date is "
|
1895 |
"tapahtuma tulee toistaa. Jos yhtään päivää ei valita, niin käytetään "
|
1896 |
"aloituspäivää"
|
1897 |
|
1898 |
+
#: includes/event-organiser-cpt.php:548 includes/event-organiser-cpt.php:549
|
1899 |
msgid "Selecting a venue"
|
1900 |
msgstr "Valitsee tapahtumapaikkaa"
|
1901 |
|
1902 |
+
#: includes/event-organiser-cpt.php:551
|
1903 |
msgid "Use the venues input field to search for existing venues"
|
1904 |
msgstr ""
|
1905 |
"Käytä tapahtumapaikat syöttökenttää etsiäksesi olemassa olevia "
|
1906 |
"tapahtumapaikkoja"
|
1907 |
|
1908 |
+
#: includes/event-organiser-cpt.php:552
|
1909 |
msgid ""
|
1910 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1911 |
"page."
|
1913 |
"Vain olemassa olevia tapahtumapaikkoja voidaan valita. Lisätäksesi paikan, "
|
1914 |
"mene tapahtumapaikat sivulle."
|
1915 |
|
1916 |
+
#: includes/event-organiser-cpt.php:562 includes/event-organiser-cpt.php:581
|
1917 |
msgid "Overview"
|
1918 |
msgstr "Yleiskatsaus"
|
1919 |
|
1920 |
+
#: includes/event-organiser-cpt.php:563
|
1921 |
msgid ""
|
1922 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1923 |
"appear as a single row </strong> in the table and the start and end date "
|
1927 |
"toistuvat tapahtumat näkyvät yhdellä rivillä </strong> taulukossa ja sekä "
|
1928 |
"alkamis- että päättymispäivä viittaa tapahtuman ensimmäiseen esiintymään."
|
1929 |
|
1930 |
+
#: includes/event-organiser-cpt.php:569
|
1931 |
msgid ""
|
1932 |
"Hovering over a row in the venues list will display action links that allow "
|
1933 |
"you to manage that venue. You can perform the following actions:"
|
1936 |
"toimintalinkkejä, joiden avulla voit hallita paikkaa. Voit tehdä seuraavat "
|
1937 |
"toimet:"
|
1938 |
|
1939 |
+
#: includes/event-organiser-cpt.php:571
|
1940 |
msgid ""
|
1941 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1942 |
"screen by clicking on the venue title."
|
1944 |
"Muokkaa vie tapahtumapaikan muokkausnäyttöön. Pääset samaan näkymään myös "
|
1945 |
"klikkaamalla paikan otsikkoa."
|
1946 |
|
1947 |
+
#: includes/event-organiser-cpt.php:572
|
1948 |
msgid "Delete will permanently remove the venue"
|
1949 |
msgstr "Poistaminen poistaa tapahtumapaikan pysyvästi"
|
1950 |
|
1951 |
+
#: includes/event-organiser-cpt.php:573
|
1952 |
msgid "View will take you to the venue's page"
|
1953 |
msgstr "Näkymä vie sinut tapahtumapaikan sivulle"
|
1954 |
|
1955 |
+
#: includes/event-organiser-cpt.php:582
|
1956 |
msgid ""
|
1957 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1958 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
1962 |
"yhteenvetoa tapahtumasta klikkaamalla sitä. Jos sinulla on tarvittavat "
|
1963 |
"oikeudet, linkki tapahtuman muokkaussivulle on myös näkyvissä."
|
1964 |
|
1965 |
+
#: includes/event-organiser-cpt.php:583
|
1966 |
msgid ""
|
1967 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1968 |
"mode. You can also filter the events by events by category and venue. The "
|
1973 |
"perusteella.'Valitse päivämäärä' painikkeen avulla voit nopeasti siirtyä "
|
1974 |
"tiettyyn päivämäärään."
|
1975 |
|
1976 |
+
#: includes/event-organiser-cpt.php:587
|
1977 |
msgid "Add Event"
|
1978 |
msgstr "Lisää tapahtuma"
|
1979 |
|
1980 |
+
#: includes/event-organiser-cpt.php:588
|
1981 |
msgid ""
|
1982 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
1983 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
1992 |
"luonnoksena. Joka tapauksessa, tapahtuma on luotu ja siirryt automaattisesti "
|
1993 |
"tapahtuman muokkaussivulle."
|
1994 |
|
1995 |
+
#: includes/event-organiser-cpt.php:594
|
1996 |
msgid "For more information"
|
1997 |
msgstr "Lisätietoa"
|
1998 |
|
1999 |
+
#: includes/event-organiser-cpt.php:595
|
2000 |
#, php-format
|
2001 |
msgid "See the <a %s> documentation</a>"
|
2002 |
msgstr "Katso <a %s> ohjeistus</a>"
|
2003 |
|
2004 |
+
#: includes/event-organiser-cpt.php:596
|
2005 |
msgid "Debugging Event Organiser"
|
2006 |
msgstr ""
|
2007 |
|
2008 |
+
#: includes/event-organiser-cpt.php:597
|
2009 |
msgid "Go Pro!"
|
2010 |
msgstr ""
|
2011 |
|
2012 |
+
#: includes/event-organiser-cpt.php:708 includes/event-organiser-cpt.php:731
|
2013 |
msgid "Color"
|
2014 |
msgstr "Väri"
|
2015 |
|
2016 |
+
#: includes/event-organiser-cpt.php:714
|
2017 |
msgid "Assign the category a colour."
|
2018 |
msgstr "Liitää värin kategoriaan."
|
2019 |
|
2199 |
msgid "Help"
|
2200 |
msgstr ""
|
2201 |
|
2202 |
+
#: includes/event-organiser-venue-functions.php:995
|
2203 |
msgid "Address"
|
2204 |
msgstr "Osoite"
|
2205 |
|
2206 |
+
#: includes/event-organiser-venue-functions.php:996
|
2207 |
msgid "City"
|
2208 |
msgstr "Kaupunki"
|
2209 |
|
2210 |
+
#: includes/event-organiser-venue-functions.php:997
|
2211 |
msgid "State / Province"
|
2212 |
msgstr "Osavaltio / lääni"
|
2213 |
|
2214 |
+
#: includes/event-organiser-venue-functions.php:998
|
2215 |
msgid "Post Code"
|
2216 |
msgstr "Postinumero"
|
2217 |
|
2218 |
+
#: includes/event-organiser-venue-functions.php:999
|
2219 |
msgid "Country"
|
2220 |
msgstr "Maa"
|
2221 |
|
2310 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2311 |
msgstr ""
|
2312 |
|
2313 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
2314 |
+
#. *
|
2315 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
2316 |
+
#. ***************** NOTICE: *****************
|
2317 |
+
#. *
|
2318 |
+
#. * @package Event Organiser (plug-in)
|
2319 |
+
#. * @since 1.0.0
|
2320 |
+
#.
|
2321 |
+
#. Call the template header
|
2322 |
#: templates/taxonomy-event-venue.php:30
|
2323 |
#, php-format
|
2324 |
msgid "Events at: %s"
|
languages/eventorganiser-fr_FR.mo
CHANGED
Binary file
|
languages/eventorganiser-fr_FR.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: 2017-10-31T18:44:38+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
@@ -126,8 +126,8 @@ msgstr "Affiche une liste d'événements"
|
|
126 |
|
127 |
#: classes/class-eo-event-list-widget.php:14
|
128 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
129 |
-
#: event-organiser.php:149 includes/event-organiser-cpt.php:
|
130 |
-
#: includes/event-organiser-cpt.php:
|
131 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
132 |
msgid "Events"
|
133 |
msgstr "Événements"
|
@@ -253,7 +253,7 @@ msgid "Event Categories"
|
|
253 |
msgstr "Catégories des événements"
|
254 |
|
255 |
#: classes/class-eo-widget-categories.php:25
|
256 |
-
#: includes/event-organiser-cpt.php:
|
257 |
#: includes/event-organiser-event-functions.php:1563
|
258 |
#: templates/event-meta-event-single.php:62
|
259 |
msgid "Categories"
|
@@ -461,6 +461,21 @@ msgstr ""
|
|
461 |
msgid "Open shortcut help"
|
462 |
msgstr "Ouvrir le raccourci d'aide"
|
463 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
464 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
465 |
#: templates/event-meta-event-single.php:32
|
466 |
msgid "Event Details"
|
@@ -665,7 +680,7 @@ msgid "Show dates"
|
|
665 |
msgstr "Afficher les dates"
|
666 |
|
667 |
#: event-organiser-edit.php:274
|
668 |
-
#: includes/event-organiser-venue-functions.php:
|
669 |
msgid "Select a venue"
|
670 |
msgstr "Choisir un lieu"
|
671 |
|
@@ -757,7 +772,7 @@ msgstr ""
|
|
757 |
msgid "Go to Event Organiser settings"
|
758 |
msgstr "Aller aux réglages de Event Organizer"
|
759 |
|
760 |
-
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:
|
761 |
msgid "Event"
|
762 |
msgstr "Événement"
|
763 |
|
@@ -920,7 +935,7 @@ msgid "Revisions"
|
|
920 |
msgstr "Révisions"
|
921 |
|
922 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
923 |
-
#: includes/event-organiser-cpt.php:
|
924 |
msgid "Event Tags"
|
925 |
msgstr "Mots-clefs des événements"
|
926 |
|
@@ -1289,13 +1304,13 @@ msgstr "Voir le lien"
|
|
1289 |
msgid "Slug"
|
1290 |
msgstr "identifiant"
|
1291 |
|
1292 |
-
#: features/bootstrap/FeatureContext.php:
|
1293 |
-
#: features/bootstrap/FeatureContext.php:
|
1294 |
msgid "Main Sidebar"
|
1295 |
msgstr "Menu principal"
|
1296 |
|
1297 |
-
#: features/bootstrap/FeatureContext.php:
|
1298 |
-
#: features/bootstrap/FeatureContext.php:
|
1299 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1300 |
msgstr ""
|
1301 |
"Les widgets placés ici seront seront visibles sur tous les articles et "
|
@@ -1491,7 +1506,7 @@ msgstr "Montrer les détails"
|
|
1491 |
msgid "This event recurs"
|
1492 |
msgstr "Cet événement se répète"
|
1493 |
|
1494 |
-
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:
|
1495 |
msgid "Edit Event"
|
1496 |
msgstr "Éditer un événement"
|
1497 |
|
@@ -1594,237 +1609,255 @@ msgstr "Emplacement du lieu"
|
|
1594 |
msgid "View all venues"
|
1595 |
msgstr "Voir tous les lieux"
|
1596 |
|
1597 |
-
#: includes/event-organiser-cpt.php:
|
1598 |
msgctxt "taxonomy singular name"
|
1599 |
msgid "Category"
|
1600 |
msgstr "Catégorie"
|
1601 |
|
1602 |
-
#: includes/event-organiser-cpt.php:
|
1603 |
msgid "Search Categories"
|
1604 |
msgstr "Chercher dans les catégories"
|
1605 |
|
1606 |
-
#: includes/event-organiser-cpt.php:
|
1607 |
msgid "All Categories"
|
1608 |
msgstr "Toutes les catégories"
|
1609 |
|
1610 |
-
#: includes/event-organiser-cpt.php:
|
1611 |
msgid "Parent Category"
|
1612 |
msgstr "Catégorie parente"
|
1613 |
|
1614 |
-
#: includes/event-organiser-cpt.php:
|
1615 |
msgid "Parent Category:"
|
1616 |
msgstr "Catégorie parente"
|
1617 |
|
1618 |
-
#: includes/event-organiser-cpt.php:
|
1619 |
msgid "Edit Category"
|
1620 |
msgstr "Éditer la catégorie"
|
1621 |
|
1622 |
-
#: includes/event-organiser-cpt.php:
|
1623 |
msgid "Update Category"
|
1624 |
msgstr "Mettre à jour la catégorie"
|
1625 |
|
1626 |
-
#: includes/event-organiser-cpt.php:
|
1627 |
msgid "Add New Category"
|
1628 |
msgstr "Ajouter une nouvelle catégorie"
|
1629 |
|
1630 |
-
#: includes/event-organiser-cpt.php:
|
1631 |
msgid "New Category Name"
|
1632 |
msgstr "Nom de la nouvelle catégorie"
|
1633 |
|
1634 |
-
#: includes/event-organiser-cpt.php:
|
1635 |
msgid "No categories found"
|
1636 |
msgstr "Aucune catégorie trouvée"
|
1637 |
|
1638 |
-
#: includes/event-organiser-cpt.php:
|
1639 |
msgid "Event categories list navigation"
|
1640 |
msgstr ""
|
1641 |
|
1642 |
-
#: includes/event-organiser-cpt.php:
|
1643 |
msgid "Event categories list"
|
1644 |
msgstr "Liste des catégories d'événements"
|
1645 |
|
1646 |
-
#: includes/event-organiser-cpt.php:
|
1647 |
msgid "View all categories"
|
1648 |
msgstr "Voir toutes les catégories"
|
1649 |
|
1650 |
-
#: includes/event-organiser-cpt.php:
|
1651 |
msgctxt "taxonomy singular name"
|
1652 |
msgid "Tag"
|
1653 |
msgstr "Tag"
|
1654 |
|
1655 |
-
#: includes/event-organiser-cpt.php:
|
1656 |
msgid "Search Tags"
|
1657 |
msgstr "Chercher dans les mots-clefs"
|
1658 |
|
1659 |
-
#: includes/event-organiser-cpt.php:
|
1660 |
msgid "All Tags"
|
1661 |
msgstr "Tous les mots-clefs"
|
1662 |
|
1663 |
-
#: includes/event-organiser-cpt.php:
|
1664 |
msgid "Popular Tags"
|
1665 |
msgstr "Mots-clefs populaires"
|
1666 |
|
1667 |
-
#: includes/event-organiser-cpt.php:
|
1668 |
msgid "Edit Tag"
|
1669 |
msgstr "Éditer le mot-clef"
|
1670 |
|
1671 |
-
#: includes/event-organiser-cpt.php:
|
1672 |
msgid "Update Tag"
|
1673 |
msgstr "Mettre à jour le mot-clef"
|
1674 |
|
1675 |
-
#: includes/event-organiser-cpt.php:
|
1676 |
msgid "Add New Tag"
|
1677 |
msgstr "Ajouter un mot-clef"
|
1678 |
|
1679 |
-
#: includes/event-organiser-cpt.php:
|
1680 |
msgid "New Tag Name"
|
1681 |
msgstr "Nom du nouveau mot-clef"
|
1682 |
|
1683 |
-
#: includes/event-organiser-cpt.php:
|
1684 |
msgid "No tags found"
|
1685 |
msgstr "Aucun mot-clef trouvé"
|
1686 |
|
1687 |
-
#: includes/event-organiser-cpt.php:
|
1688 |
msgid "Choose from the most used tags"
|
1689 |
msgstr "Choisir parmi les mots-clefs les plus utilisés"
|
1690 |
|
1691 |
-
#: includes/event-organiser-cpt.php:
|
1692 |
#: includes/event-organiser-event-functions.php:1571
|
1693 |
#: templates/event-meta-event-single.php:66
|
1694 |
msgid "Tags"
|
1695 |
msgstr "Mots-clefs"
|
1696 |
|
1697 |
-
#: includes/event-organiser-cpt.php:
|
1698 |
msgid "Add or remove tags"
|
1699 |
msgstr "Ajouter ou supprimer un mot-clef"
|
1700 |
|
1701 |
-
#: includes/event-organiser-cpt.php:
|
1702 |
msgid "Separate tags with commas"
|
1703 |
msgstr "Séparer les mots-clefs par des virgules"
|
1704 |
|
1705 |
-
#: includes/event-organiser-cpt.php:
|
1706 |
msgid "Event tags list navigation"
|
1707 |
msgstr "Navigation par liste d'étiquettes d'événements."
|
1708 |
|
1709 |
-
#: includes/event-organiser-cpt.php:
|
1710 |
msgid "Event tags list"
|
1711 |
msgstr "Liste des étiquettes d'événement"
|
1712 |
|
1713 |
-
#: includes/event-organiser-cpt.php:
|
1714 |
msgid "View all tags"
|
1715 |
msgstr "Voir tous les mots-clefs"
|
1716 |
|
1717 |
-
#: includes/event-organiser-cpt.php:
|
1718 |
msgctxt "post"
|
1719 |
msgid "Add New"
|
1720 |
msgstr "Nouvel événement"
|
1721 |
|
1722 |
-
#: includes/event-organiser-cpt.php:
|
1723 |
msgid "Add New Event"
|
1724 |
msgstr "Ajouter un nouvel événement"
|
1725 |
|
1726 |
-
#: includes/event-organiser-cpt.php:
|
1727 |
msgid "New Event"
|
1728 |
msgstr "Nouvel événement"
|
1729 |
|
1730 |
-
#: includes/event-organiser-cpt.php:
|
1731 |
#, fuzzy
|
1732 |
msgid "All Events"
|
1733 |
msgstr "Tous les événements"
|
1734 |
|
1735 |
-
#: includes/event-organiser-cpt.php:
|
1736 |
msgid "View Event"
|
1737 |
msgstr "Voir l'événement"
|
1738 |
|
1739 |
-
#: includes/event-organiser-cpt.php:
|
1740 |
msgid "Search events"
|
1741 |
msgstr "Chercher dans les événements"
|
1742 |
|
1743 |
-
#: includes/event-organiser-cpt.php:
|
1744 |
msgid "No events found"
|
1745 |
msgstr "Aucun événement trouvé"
|
1746 |
|
1747 |
-
#: includes/event-organiser-cpt.php:
|
1748 |
msgid "No events found in Trash"
|
1749 |
msgstr "Aucun événement trouvé dans la corbeille"
|
1750 |
|
1751 |
-
#: includes/event-organiser-cpt.php:
|
1752 |
msgid "Filter events list"
|
1753 |
msgstr "Filtrer la liste des évènements"
|
1754 |
|
1755 |
-
#: includes/event-organiser-cpt.php:
|
1756 |
msgid "Events list navigation"
|
1757 |
msgstr "Navigation dans la liste des événements"
|
1758 |
|
1759 |
-
#: includes/event-organiser-cpt.php:
|
1760 |
msgid "Events list"
|
1761 |
msgstr "Liste d'événement"
|
1762 |
|
1763 |
-
#: includes/event-organiser-cpt.php:
|
1764 |
msgid "Event Archives"
|
1765 |
msgstr "Archives d'événements"
|
1766 |
|
1767 |
-
#: includes/event-organiser-cpt.php:
|
1768 |
msgid "Insert into event"
|
1769 |
msgstr "Insérer dans l'événement"
|
1770 |
|
1771 |
-
#: includes/event-organiser-cpt.php:
|
1772 |
msgid "Uploaded to this event"
|
1773 |
msgstr ""
|
1774 |
|
1775 |
-
#: includes/event-organiser-cpt.php:
|
1776 |
#, php-format
|
1777 |
msgid "Events at %s"
|
1778 |
msgstr "Événements à : %s"
|
1779 |
|
1780 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1781 |
#: templates/taxonomy-event-category.php:27
|
1782 |
#, php-format
|
1783 |
msgid "Event Category: %s"
|
1784 |
msgstr "Catégorie d'événements : %s"
|
1785 |
|
1786 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1787 |
#, php-format
|
1788 |
msgid "Event Tag: %s"
|
1789 |
msgstr "Libellé d'événements : %s"
|
1790 |
|
1791 |
-
#: includes/event-organiser-cpt.php:
|
1792 |
-
#: includes/event-organiser-cpt.php:
|
1793 |
#, fuzzy, php-format
|
1794 |
msgid "Events: %s"
|
1795 |
msgstr "Événements :"
|
1796 |
|
1797 |
-
#: includes/event-organiser-cpt.php:
|
1798 |
#, php-format
|
1799 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1800 |
msgstr "Événement mis à jour. <a href=\"%s\">Voir l'événement</a>"
|
1801 |
|
1802 |
-
#: includes/event-organiser-cpt.php:
|
1803 |
msgid "Event updated."
|
1804 |
msgstr "Événement mis à jour."
|
1805 |
|
1806 |
-
#: includes/event-organiser-cpt.php:
|
1807 |
#, php-format
|
1808 |
msgid "Event restored to revision from %s"
|
1809 |
msgstr "Événement restauré à la révision du %s"
|
1810 |
|
1811 |
-
#: includes/event-organiser-cpt.php:
|
1812 |
#, php-format
|
1813 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1814 |
msgstr "Événement publié. <a href=\"%s\">Voir l'événement</a>"
|
1815 |
|
1816 |
-
#: includes/event-organiser-cpt.php:
|
1817 |
msgid "Event saved."
|
1818 |
msgstr "Événement sauvegardé."
|
1819 |
|
1820 |
-
#: includes/event-organiser-cpt.php:
|
1821 |
#, php-format
|
1822 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1823 |
msgstr ""
|
1824 |
"Événement soumis. <a target=\"_blank\" href=\"%s\">Prévisualiser "
|
1825 |
"l'événement</a>"
|
1826 |
|
1827 |
-
#: includes/event-organiser-cpt.php:
|
1828 |
#, php-format
|
1829 |
msgid ""
|
1830 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
@@ -1833,30 +1866,31 @@ msgstr ""
|
|
1833 |
"Événement programmé pour le : <strong>%1$s</strong>. <a target=\"_blank\" "
|
1834 |
"href=\"%2$s\">Prévisualiser l'événement</a>"
|
1835 |
|
1836 |
-
|
|
|
1837 |
msgid "M j, Y @ G:i"
|
1838 |
msgstr "j F Y @ H:i"
|
1839 |
|
1840 |
-
#: includes/event-organiser-cpt.php:
|
1841 |
#, php-format
|
1842 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1843 |
msgstr ""
|
1844 |
"Brouillon de l'événement mis à jour. <a target=\"_blank\" href=\"%s"
|
1845 |
"\">Prévisualiser l'événement</a>"
|
1846 |
|
1847 |
-
#: includes/event-organiser-cpt.php:
|
1848 |
msgid "This event has been broken from a recurring event."
|
1849 |
msgstr "Cet événement ne fait plus partie d'un événement récurrent."
|
1850 |
|
1851 |
-
#: includes/event-organiser-cpt.php:
|
1852 |
msgid "Creating events"
|
1853 |
msgstr "Création d'événements"
|
1854 |
|
1855 |
-
#: includes/event-organiser-cpt.php:
|
1856 |
msgid "Creating events:"
|
1857 |
msgstr "Création d'événements :"
|
1858 |
|
1859 |
-
#: includes/event-organiser-cpt.php:
|
1860 |
msgid ""
|
1861 |
"The start date is the date the event starts. If the event is a recurring "
|
1862 |
"event, this is the start date of the first occurrence."
|
@@ -1864,7 +1898,7 @@ msgstr ""
|
|
1864 |
"La date de début de l'événement. Si celui-ci est récurrent, la date "
|
1865 |
"correspond au début de la première occurrence."
|
1866 |
|
1867 |
-
#: includes/event-organiser-cpt.php:
|
1868 |
msgid ""
|
1869 |
"The end date is the date the event finishes. If the event is a recurring "
|
1870 |
"event, this is the end date of the first occurrence."
|
@@ -1872,7 +1906,7 @@ msgstr ""
|
|
1872 |
"La date de fin de l'événement. Si celui-ci est récurrent, la date correspond "
|
1873 |
"à la fin de la première occurrence."
|
1874 |
|
1875 |
-
#: includes/event-organiser-cpt.php:
|
1876 |
msgid ""
|
1877 |
"All dates and times must be entered in the specified format. This format can "
|
1878 |
"changed in the settings page."
|
@@ -1880,11 +1914,11 @@ msgstr ""
|
|
1880 |
"Toutes les dates et heures doivent être entrées au format spécifié. Celui-ci "
|
1881 |
"peut être changé sur la page des réglages."
|
1882 |
|
1883 |
-
#: includes/event-organiser-cpt.php:
|
1884 |
msgid "Repeating events"
|
1885 |
msgstr "Évènement récurrents"
|
1886 |
|
1887 |
-
#: includes/event-organiser-cpt.php:
|
1888 |
msgid ""
|
1889 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1890 |
"dropdown menu to select how the event is to repeat. Further options then "
|
@@ -1894,12 +1928,12 @@ msgstr ""
|
|
1894 |
"déroulant ci-dessous pour sélectionner comment cet événement doit se "
|
1895 |
"répéter. Des options supplémentaires apparaitront alors, "
|
1896 |
|
1897 |
-
#: includes/event-organiser-cpt.php:
|
1898 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1899 |
msgstr ""
|
1900 |
"Spécifiez à quelle fréquence l'événement doit se répéter (par défaut à 1)"
|
1901 |
|
1902 |
-
#: includes/event-organiser-cpt.php:
|
1903 |
msgid ""
|
1904 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1905 |
"date, but an occurrence that starts before may finish after this date."
|
@@ -1908,7 +1942,7 @@ msgstr ""
|
|
1908 |
"ne sera ajoutée après cette date, mais une occurrence qui débute avant celle-"
|
1909 |
"ci pourra finir plus tard."
|
1910 |
|
1911 |
-
#: includes/event-organiser-cpt.php:
|
1912 |
msgid ""
|
1913 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1914 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
@@ -1918,7 +1952,7 @@ msgstr ""
|
|
1918 |
"se répéter à la même date chaque mois (ex : le 24) ou le même jour (ex : le "
|
1919 |
"troisième mardi)"
|
1920 |
|
1921 |
-
#: includes/event-organiser-cpt.php:
|
1922 |
msgid ""
|
1923 |
"If weekly recurrence is selected, select which days of the week the event "
|
1924 |
"should be repeated. If no days are selected, the day of the start date is "
|
@@ -1928,15 +1962,15 @@ msgstr ""
|
|
1928 |
"semaine l'événement doit se répéter. Si aucun jour n'est sélectionné, le "
|
1929 |
"jour de la date de début sera utilisé"
|
1930 |
|
1931 |
-
#: includes/event-organiser-cpt.php:
|
1932 |
msgid "Selecting a venue"
|
1933 |
msgstr "Choisissez un lieu"
|
1934 |
|
1935 |
-
#: includes/event-organiser-cpt.php:
|
1936 |
msgid "Use the venues input field to search for existing venues"
|
1937 |
msgstr "Utilisez le champ d'entrée des lieux pour chercher des lieux existants"
|
1938 |
|
1939 |
-
#: includes/event-organiser-cpt.php:
|
1940 |
msgid ""
|
1941 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1942 |
"page."
|
@@ -1944,11 +1978,11 @@ msgstr ""
|
|
1944 |
"Seuls les lieux pré-existants peuvent être sélectionnés. Pour en ajouter un, "
|
1945 |
"allez à la page des lieux."
|
1946 |
|
1947 |
-
#: includes/event-organiser-cpt.php:
|
1948 |
msgid "Overview"
|
1949 |
msgstr "Aperçu"
|
1950 |
|
1951 |
-
#: includes/event-organiser-cpt.php:
|
1952 |
msgid ""
|
1953 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1954 |
"appear as a single row </strong> in the table and the start and end date "
|
@@ -1959,7 +1993,7 @@ msgstr ""
|
|
1959 |
"dans le tableau, et que les dates de début et de fin font référence à la "
|
1960 |
"première occurrence de l'événement."
|
1961 |
|
1962 |
-
#: includes/event-organiser-cpt.php:
|
1963 |
msgid ""
|
1964 |
"Hovering over a row in the venues list will display action links that allow "
|
1965 |
"you to manage that venue. You can perform the following actions:"
|
@@ -1967,7 +2001,7 @@ msgstr ""
|
|
1967 |
"Survoler une ligne dans la liste des lieux affichera des liens vous "
|
1968 |
"permettant de gérer ce lieu. Vous pouvez effectuer les actions suivantes : "
|
1969 |
|
1970 |
-
#: includes/event-organiser-cpt.php:
|
1971 |
msgid ""
|
1972 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1973 |
"screen by clicking on the venue title."
|
@@ -1975,15 +2009,15 @@ msgstr ""
|
|
1975 |
"Éditer vous dirige vers la page d'édition pour ce lieu. Vous pouvez "
|
1976 |
"également y accéder en cliquant sur le titre du lieu."
|
1977 |
|
1978 |
-
#: includes/event-organiser-cpt.php:
|
1979 |
msgid "Delete will permanently remove the venue"
|
1980 |
msgstr "Supprimer effacera définitivement le lieu"
|
1981 |
|
1982 |
-
#: includes/event-organiser-cpt.php:
|
1983 |
msgid "View will take you to the venue's page"
|
1984 |
msgstr "Voir vous dirigera vers la page du lieu"
|
1985 |
|
1986 |
-
#: includes/event-organiser-cpt.php:
|
1987 |
msgid ""
|
1988 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1989 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
@@ -1994,7 +2028,7 @@ msgstr ""
|
|
1994 |
"nécessaires, un lien vers la page d'édition de l'événement apparaitra "
|
1995 |
"également."
|
1996 |
|
1997 |
-
#: includes/event-organiser-cpt.php:
|
1998 |
msgid ""
|
1999 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
2000 |
"mode. You can also filter the events by events by category and venue. The "
|
@@ -2005,11 +2039,11 @@ msgstr ""
|
|
2005 |
"événements, catégorie ou lieu. Le bouton 'aller à la date' vous permet de "
|
2006 |
"sauter directement à une date spécifique."
|
2007 |
|
2008 |
-
#: includes/event-organiser-cpt.php:
|
2009 |
msgid "Add Event"
|
2010 |
msgstr "Ajouter un événement"
|
2011 |
|
2012 |
-
#: includes/event-organiser-cpt.php:
|
2013 |
msgid ""
|
2014 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
2015 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
@@ -2024,28 +2058,28 @@ msgstr ""
|
|
2024 |
"publié immédiatement ou sauvegardé en tant que brouillon. Dans tous les cas, "
|
2025 |
"l'événement est créé et vous serez dirigé vers sa page d'édition."
|
2026 |
|
2027 |
-
#: includes/event-organiser-cpt.php:
|
2028 |
msgid "For more information"
|
2029 |
msgstr "Pour plus d'information"
|
2030 |
|
2031 |
-
#: includes/event-organiser-cpt.php:
|
2032 |
#, php-format
|
2033 |
msgid "See the <a %s> documentation</a>"
|
2034 |
msgstr "Voir la <a %s>documentation</a>"
|
2035 |
|
2036 |
-
#: includes/event-organiser-cpt.php:
|
2037 |
msgid "Debugging Event Organiser"
|
2038 |
msgstr "Debugger Event Organizer"
|
2039 |
|
2040 |
-
#: includes/event-organiser-cpt.php:
|
2041 |
msgid "Go Pro!"
|
2042 |
msgstr "Passer à la version Pro !"
|
2043 |
|
2044 |
-
#: includes/event-organiser-cpt.php:
|
2045 |
msgid "Color"
|
2046 |
msgstr "Couleur"
|
2047 |
|
2048 |
-
#: includes/event-organiser-cpt.php:
|
2049 |
msgid "Assign the category a colour."
|
2050 |
msgstr "Assigner une couleur à la catégorie."
|
2051 |
|
@@ -2243,23 +2277,23 @@ msgstr ""
|
|
2243 |
msgid "Help"
|
2244 |
msgstr "Aide"
|
2245 |
|
2246 |
-
#: includes/event-organiser-venue-functions.php:
|
2247 |
msgid "Address"
|
2248 |
msgstr "Adresse"
|
2249 |
|
2250 |
-
#: includes/event-organiser-venue-functions.php:
|
2251 |
msgid "City"
|
2252 |
msgstr "Ville"
|
2253 |
|
2254 |
-
#: includes/event-organiser-venue-functions.php:
|
2255 |
msgid "State / Province"
|
2256 |
msgstr "État / Province"
|
2257 |
|
2258 |
-
#: includes/event-organiser-venue-functions.php:
|
2259 |
msgid "Post Code"
|
2260 |
msgstr "Code postal"
|
2261 |
|
2262 |
-
#: includes/event-organiser-venue-functions.php:
|
2263 |
msgid "Country"
|
2264 |
msgstr "Pays"
|
2265 |
|
@@ -2359,6 +2393,15 @@ msgstr "Cet événement a été publié dans %1$s par <a href=\"%3$s\">%2$s</a>.
|
|
2359 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2360 |
msgstr "Cet événement a été publié par <a href=\"%3$s\">%2$s</a>."
|
2361 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2362 |
#: templates/taxonomy-event-venue.php:30
|
2363 |
#, php-format
|
2364 |
msgid "Events at: %s"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-03-06 23:13+0000\n"
|
6 |
"PO-Revision-Date: 2017-10-31T18:44:38+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
126 |
|
127 |
#: classes/class-eo-event-list-widget.php:14
|
128 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
129 |
+
#: event-organiser.php:149 includes/event-organiser-cpt.php:226
|
130 |
+
#: includes/event-organiser-cpt.php:238
|
131 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
132 |
msgid "Events"
|
133 |
msgstr "Événements"
|
253 |
msgstr "Catégories des événements"
|
254 |
|
255 |
#: classes/class-eo-widget-categories.php:25
|
256 |
+
#: includes/event-organiser-cpt.php:95 includes/event-organiser-cpt.php:106
|
257 |
#: includes/event-organiser-event-functions.php:1563
|
258 |
#: templates/event-meta-event-single.php:62
|
259 |
msgid "Categories"
|
461 |
msgid "Open shortcut help"
|
462 |
msgstr "Ouvrir le raccourci d'aide"
|
463 |
|
464 |
+
#. //codex.wp-event-organiser.com
|
465 |
+
#. *
|
466 |
+
#. ***************** NOTICE: *****************
|
467 |
+
#. * Do not make changes to this file. Any changes made to this file
|
468 |
+
#. * will be overwritten if the plug-in is updated.
|
469 |
+
#. *
|
470 |
+
#. * To overwrite this template with your own, make a copy of it (with the same name)
|
471 |
+
#. * in your theme directory. See http://docs.wp-event-organiser.com/theme-integration for more information
|
472 |
+
#. *
|
473 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
474 |
+
#. ***************** NOTICE: *****************
|
475 |
+
#. *
|
476 |
+
#. * @package Event Organiser (plug-in)
|
477 |
+
#. * @since 1.7
|
478 |
+
#.
|
479 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
480 |
#: templates/event-meta-event-single.php:32
|
481 |
msgid "Event Details"
|
680 |
msgstr "Afficher les dates"
|
681 |
|
682 |
#: event-organiser-edit.php:274
|
683 |
+
#: includes/event-organiser-venue-functions.php:1030
|
684 |
msgid "Select a venue"
|
685 |
msgstr "Choisir un lieu"
|
686 |
|
772 |
msgid "Go to Event Organiser settings"
|
773 |
msgstr "Aller aux réglages de Event Organizer"
|
774 |
|
775 |
+
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:227
|
776 |
msgid "Event"
|
777 |
msgstr "Événement"
|
778 |
|
935 |
msgstr "Révisions"
|
936 |
|
937 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
938 |
+
#: includes/event-organiser-cpt.php:152
|
939 |
msgid "Event Tags"
|
940 |
msgstr "Mots-clefs des événements"
|
941 |
|
1304 |
msgid "Slug"
|
1305 |
msgstr "identifiant"
|
1306 |
|
1307 |
+
#: features/bootstrap/FeatureContext.php:459
|
1308 |
+
#: features/bootstrap/FeatureContext.php:627
|
1309 |
msgid "Main Sidebar"
|
1310 |
msgstr "Menu principal"
|
1311 |
|
1312 |
+
#: features/bootstrap/FeatureContext.php:461
|
1313 |
+
#: features/bootstrap/FeatureContext.php:629
|
1314 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1315 |
msgstr ""
|
1316 |
"Les widgets placés ici seront seront visibles sur tous les articles et "
|
1506 |
msgid "This event recurs"
|
1507 |
msgstr "Cet événement se répète"
|
1508 |
|
1509 |
+
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:230
|
1510 |
msgid "Edit Event"
|
1511 |
msgstr "Éditer un événement"
|
1512 |
|
1609 |
msgid "View all venues"
|
1610 |
msgstr "Voir tous les lieux"
|
1611 |
|
1612 |
+
#: includes/event-organiser-cpt.php:96
|
1613 |
msgctxt "taxonomy singular name"
|
1614 |
msgid "Category"
|
1615 |
msgstr "Catégorie"
|
1616 |
|
1617 |
+
#: includes/event-organiser-cpt.php:97
|
1618 |
msgid "Search Categories"
|
1619 |
msgstr "Chercher dans les catégories"
|
1620 |
|
1621 |
+
#: includes/event-organiser-cpt.php:98
|
1622 |
msgid "All Categories"
|
1623 |
msgstr "Toutes les catégories"
|
1624 |
|
1625 |
+
#: includes/event-organiser-cpt.php:99
|
1626 |
msgid "Parent Category"
|
1627 |
msgstr "Catégorie parente"
|
1628 |
|
1629 |
+
#: includes/event-organiser-cpt.php:100
|
1630 |
msgid "Parent Category:"
|
1631 |
msgstr "Catégorie parente"
|
1632 |
|
1633 |
+
#: includes/event-organiser-cpt.php:101
|
1634 |
msgid "Edit Category"
|
1635 |
msgstr "Éditer la catégorie"
|
1636 |
|
1637 |
+
#: includes/event-organiser-cpt.php:102
|
1638 |
msgid "Update Category"
|
1639 |
msgstr "Mettre à jour la catégorie"
|
1640 |
|
1641 |
+
#: includes/event-organiser-cpt.php:103
|
1642 |
msgid "Add New Category"
|
1643 |
msgstr "Ajouter une nouvelle catégorie"
|
1644 |
|
1645 |
+
#: includes/event-organiser-cpt.php:104
|
1646 |
msgid "New Category Name"
|
1647 |
msgstr "Nom de la nouvelle catégorie"
|
1648 |
|
1649 |
+
#: includes/event-organiser-cpt.php:105
|
1650 |
msgid "No categories found"
|
1651 |
msgstr "Aucune catégorie trouvée"
|
1652 |
|
1653 |
+
#: includes/event-organiser-cpt.php:107
|
1654 |
msgid "Event categories list navigation"
|
1655 |
msgstr ""
|
1656 |
|
1657 |
+
#: includes/event-organiser-cpt.php:108
|
1658 |
msgid "Event categories list"
|
1659 |
msgstr "Liste des catégories d'événements"
|
1660 |
|
1661 |
+
#: includes/event-organiser-cpt.php:110
|
1662 |
msgid "View all categories"
|
1663 |
msgstr "Voir toutes les catégories"
|
1664 |
|
1665 |
+
#: includes/event-organiser-cpt.php:153
|
1666 |
msgctxt "taxonomy singular name"
|
1667 |
msgid "Tag"
|
1668 |
msgstr "Tag"
|
1669 |
|
1670 |
+
#: includes/event-organiser-cpt.php:154
|
1671 |
msgid "Search Tags"
|
1672 |
msgstr "Chercher dans les mots-clefs"
|
1673 |
|
1674 |
+
#: includes/event-organiser-cpt.php:155
|
1675 |
msgid "All Tags"
|
1676 |
msgstr "Tous les mots-clefs"
|
1677 |
|
1678 |
+
#: includes/event-organiser-cpt.php:156
|
1679 |
msgid "Popular Tags"
|
1680 |
msgstr "Mots-clefs populaires"
|
1681 |
|
1682 |
+
#: includes/event-organiser-cpt.php:157
|
1683 |
msgid "Edit Tag"
|
1684 |
msgstr "Éditer le mot-clef"
|
1685 |
|
1686 |
+
#: includes/event-organiser-cpt.php:158
|
1687 |
msgid "Update Tag"
|
1688 |
msgstr "Mettre à jour le mot-clef"
|
1689 |
|
1690 |
+
#: includes/event-organiser-cpt.php:159
|
1691 |
msgid "Add New Tag"
|
1692 |
msgstr "Ajouter un mot-clef"
|
1693 |
|
1694 |
+
#: includes/event-organiser-cpt.php:160
|
1695 |
msgid "New Tag Name"
|
1696 |
msgstr "Nom du nouveau mot-clef"
|
1697 |
|
1698 |
+
#: includes/event-organiser-cpt.php:161
|
1699 |
msgid "No tags found"
|
1700 |
msgstr "Aucun mot-clef trouvé"
|
1701 |
|
1702 |
+
#: includes/event-organiser-cpt.php:162
|
1703 |
msgid "Choose from the most used tags"
|
1704 |
msgstr "Choisir parmi les mots-clefs les plus utilisés"
|
1705 |
|
1706 |
+
#: includes/event-organiser-cpt.php:163
|
1707 |
#: includes/event-organiser-event-functions.php:1571
|
1708 |
#: templates/event-meta-event-single.php:66
|
1709 |
msgid "Tags"
|
1710 |
msgstr "Mots-clefs"
|
1711 |
|
1712 |
+
#: includes/event-organiser-cpt.php:164
|
1713 |
msgid "Add or remove tags"
|
1714 |
msgstr "Ajouter ou supprimer un mot-clef"
|
1715 |
|
1716 |
+
#: includes/event-organiser-cpt.php:165
|
1717 |
msgid "Separate tags with commas"
|
1718 |
msgstr "Séparer les mots-clefs par des virgules"
|
1719 |
|
1720 |
+
#: includes/event-organiser-cpt.php:166
|
1721 |
msgid "Event tags list navigation"
|
1722 |
msgstr "Navigation par liste d'étiquettes d'événements."
|
1723 |
|
1724 |
+
#: includes/event-organiser-cpt.php:167
|
1725 |
msgid "Event tags list"
|
1726 |
msgstr "Liste des étiquettes d'événement"
|
1727 |
|
1728 |
+
#: includes/event-organiser-cpt.php:169
|
1729 |
msgid "View all tags"
|
1730 |
msgstr "Voir tous les mots-clefs"
|
1731 |
|
1732 |
+
#: includes/event-organiser-cpt.php:228
|
1733 |
msgctxt "post"
|
1734 |
msgid "Add New"
|
1735 |
msgstr "Nouvel événement"
|
1736 |
|
1737 |
+
#: includes/event-organiser-cpt.php:229
|
1738 |
msgid "Add New Event"
|
1739 |
msgstr "Ajouter un nouvel événement"
|
1740 |
|
1741 |
+
#: includes/event-organiser-cpt.php:231
|
1742 |
msgid "New Event"
|
1743 |
msgstr "Nouvel événement"
|
1744 |
|
1745 |
+
#: includes/event-organiser-cpt.php:232
|
1746 |
#, fuzzy
|
1747 |
msgid "All Events"
|
1748 |
msgstr "Tous les événements"
|
1749 |
|
1750 |
+
#: includes/event-organiser-cpt.php:233
|
1751 |
msgid "View Event"
|
1752 |
msgstr "Voir l'événement"
|
1753 |
|
1754 |
+
#: includes/event-organiser-cpt.php:234
|
1755 |
msgid "Search events"
|
1756 |
msgstr "Chercher dans les événements"
|
1757 |
|
1758 |
+
#: includes/event-organiser-cpt.php:235
|
1759 |
msgid "No events found"
|
1760 |
msgstr "Aucun événement trouvé"
|
1761 |
|
1762 |
+
#: includes/event-organiser-cpt.php:236
|
1763 |
msgid "No events found in Trash"
|
1764 |
msgstr "Aucun événement trouvé dans la corbeille"
|
1765 |
|
1766 |
+
#: includes/event-organiser-cpt.php:239
|
1767 |
msgid "Filter events list"
|
1768 |
msgstr "Filtrer la liste des évènements"
|
1769 |
|
1770 |
+
#: includes/event-organiser-cpt.php:240
|
1771 |
msgid "Events list navigation"
|
1772 |
msgstr "Navigation dans la liste des événements"
|
1773 |
|
1774 |
+
#: includes/event-organiser-cpt.php:241
|
1775 |
msgid "Events list"
|
1776 |
msgstr "Liste d'événement"
|
1777 |
|
1778 |
+
#: includes/event-organiser-cpt.php:242
|
1779 |
msgid "Event Archives"
|
1780 |
msgstr "Archives d'événements"
|
1781 |
|
1782 |
+
#: includes/event-organiser-cpt.php:243
|
1783 |
msgid "Insert into event"
|
1784 |
msgstr "Insérer dans l'événement"
|
1785 |
|
1786 |
+
#: includes/event-organiser-cpt.php:244
|
1787 |
msgid "Uploaded to this event"
|
1788 |
msgstr ""
|
1789 |
|
1790 |
+
#: includes/event-organiser-cpt.php:246
|
1791 |
#, php-format
|
1792 |
msgid "Events at %s"
|
1793 |
msgstr "Événements à : %s"
|
1794 |
|
1795 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1796 |
+
#. *
|
1797 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1798 |
+
#. ***************** NOTICE: *****************
|
1799 |
+
#. *
|
1800 |
+
#. * @package Event Organiser (plug-in)
|
1801 |
+
#. * @since 1.0.0
|
1802 |
+
#.
|
1803 |
+
#. Call the template header
|
1804 |
+
#: includes/event-organiser-cpt.php:247
|
1805 |
#: templates/taxonomy-event-category.php:27
|
1806 |
#, php-format
|
1807 |
msgid "Event Category: %s"
|
1808 |
msgstr "Catégorie d'événements : %s"
|
1809 |
|
1810 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1811 |
+
#. *
|
1812 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1813 |
+
#. ***************** NOTICE: *****************
|
1814 |
+
#. *
|
1815 |
+
#. * @package Event Organiser (plug-in)
|
1816 |
+
#. * @since 1.2.0
|
1817 |
+
#.
|
1818 |
+
#. Call the template header
|
1819 |
+
#: includes/event-organiser-cpt.php:248 templates/taxonomy-event-tag.php:27
|
1820 |
#, php-format
|
1821 |
msgid "Event Tag: %s"
|
1822 |
msgstr "Libellé d'événements : %s"
|
1823 |
|
1824 |
+
#: includes/event-organiser-cpt.php:249 includes/event-organiser-cpt.php:250
|
1825 |
+
#: includes/event-organiser-cpt.php:251
|
1826 |
#, fuzzy, php-format
|
1827 |
msgid "Events: %s"
|
1828 |
msgstr "Événements :"
|
1829 |
|
1830 |
+
#: includes/event-organiser-cpt.php:332
|
1831 |
#, php-format
|
1832 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1833 |
msgstr "Événement mis à jour. <a href=\"%s\">Voir l'événement</a>"
|
1834 |
|
1835 |
+
#: includes/event-organiser-cpt.php:333
|
1836 |
msgid "Event updated."
|
1837 |
msgstr "Événement mis à jour."
|
1838 |
|
1839 |
+
#: includes/event-organiser-cpt.php:335
|
1840 |
#, php-format
|
1841 |
msgid "Event restored to revision from %s"
|
1842 |
msgstr "Événement restauré à la révision du %s"
|
1843 |
|
1844 |
+
#: includes/event-organiser-cpt.php:336
|
1845 |
#, php-format
|
1846 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1847 |
msgstr "Événement publié. <a href=\"%s\">Voir l'événement</a>"
|
1848 |
|
1849 |
+
#: includes/event-organiser-cpt.php:337
|
1850 |
msgid "Event saved."
|
1851 |
msgstr "Événement sauvegardé."
|
1852 |
|
1853 |
+
#: includes/event-organiser-cpt.php:339
|
1854 |
#, php-format
|
1855 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1856 |
msgstr ""
|
1857 |
"Événement soumis. <a target=\"_blank\" href=\"%s\">Prévisualiser "
|
1858 |
"l'événement</a>"
|
1859 |
|
1860 |
+
#: includes/event-organiser-cpt.php:343
|
1861 |
#, php-format
|
1862 |
msgid ""
|
1863 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1866 |
"Événement programmé pour le : <strong>%1$s</strong>. <a target=\"_blank\" "
|
1867 |
"href=\"%2$s\">Prévisualiser l'événement</a>"
|
1868 |
|
1869 |
+
#. //php.net/date
|
1870 |
+
#: includes/event-organiser-cpt.php:345
|
1871 |
msgid "M j, Y @ G:i"
|
1872 |
msgstr "j F Y @ H:i"
|
1873 |
|
1874 |
+
#: includes/event-organiser-cpt.php:348
|
1875 |
#, php-format
|
1876 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1877 |
msgstr ""
|
1878 |
"Brouillon de l'événement mis à jour. <a target=\"_blank\" href=\"%s"
|
1879 |
"\">Prévisualiser l'événement</a>"
|
1880 |
|
1881 |
+
#: includes/event-organiser-cpt.php:351
|
1882 |
msgid "This event has been broken from a recurring event."
|
1883 |
msgstr "Cet événement ne fait plus partie d'un événement récurrent."
|
1884 |
|
1885 |
+
#: includes/event-organiser-cpt.php:527
|
1886 |
msgid "Creating events"
|
1887 |
msgstr "Création d'événements"
|
1888 |
|
1889 |
+
#: includes/event-organiser-cpt.php:528
|
1890 |
msgid "Creating events:"
|
1891 |
msgstr "Création d'événements :"
|
1892 |
|
1893 |
+
#: includes/event-organiser-cpt.php:530
|
1894 |
msgid ""
|
1895 |
"The start date is the date the event starts. If the event is a recurring "
|
1896 |
"event, this is the start date of the first occurrence."
|
1898 |
"La date de début de l'événement. Si celui-ci est récurrent, la date "
|
1899 |
"correspond au début de la première occurrence."
|
1900 |
|
1901 |
+
#: includes/event-organiser-cpt.php:531
|
1902 |
msgid ""
|
1903 |
"The end date is the date the event finishes. If the event is a recurring "
|
1904 |
"event, this is the end date of the first occurrence."
|
1906 |
"La date de fin de l'événement. Si celui-ci est récurrent, la date correspond "
|
1907 |
"à la fin de la première occurrence."
|
1908 |
|
1909 |
+
#: includes/event-organiser-cpt.php:532
|
1910 |
msgid ""
|
1911 |
"All dates and times must be entered in the specified format. This format can "
|
1912 |
"changed in the settings page."
|
1914 |
"Toutes les dates et heures doivent être entrées au format spécifié. Celui-ci "
|
1915 |
"peut être changé sur la page des réglages."
|
1916 |
|
1917 |
+
#: includes/event-organiser-cpt.php:537
|
1918 |
msgid "Repeating events"
|
1919 |
msgstr "Évènement récurrents"
|
1920 |
|
1921 |
+
#: includes/event-organiser-cpt.php:538
|
1922 |
msgid ""
|
1923 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1924 |
"dropdown menu to select how the event is to repeat. Further options then "
|
1928 |
"déroulant ci-dessous pour sélectionner comment cet événement doit se "
|
1929 |
"répéter. Des options supplémentaires apparaitront alors, "
|
1930 |
|
1931 |
+
#: includes/event-organiser-cpt.php:540
|
1932 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1933 |
msgstr ""
|
1934 |
"Spécifiez à quelle fréquence l'événement doit se répéter (par défaut à 1)"
|
1935 |
|
1936 |
+
#: includes/event-organiser-cpt.php:541
|
1937 |
msgid ""
|
1938 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1939 |
"date, but an occurrence that starts before may finish after this date."
|
1942 |
"ne sera ajoutée après cette date, mais une occurrence qui débute avant celle-"
|
1943 |
"ci pourra finir plus tard."
|
1944 |
|
1945 |
+
#: includes/event-organiser-cpt.php:542
|
1946 |
msgid ""
|
1947 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1948 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
1952 |
"se répéter à la même date chaque mois (ex : le 24) ou le même jour (ex : le "
|
1953 |
"troisième mardi)"
|
1954 |
|
1955 |
+
#: includes/event-organiser-cpt.php:543
|
1956 |
msgid ""
|
1957 |
"If weekly recurrence is selected, select which days of the week the event "
|
1958 |
"should be repeated. If no days are selected, the day of the start date is "
|
1962 |
"semaine l'événement doit se répéter. Si aucun jour n'est sélectionné, le "
|
1963 |
"jour de la date de début sera utilisé"
|
1964 |
|
1965 |
+
#: includes/event-organiser-cpt.php:548 includes/event-organiser-cpt.php:549
|
1966 |
msgid "Selecting a venue"
|
1967 |
msgstr "Choisissez un lieu"
|
1968 |
|
1969 |
+
#: includes/event-organiser-cpt.php:551
|
1970 |
msgid "Use the venues input field to search for existing venues"
|
1971 |
msgstr "Utilisez le champ d'entrée des lieux pour chercher des lieux existants"
|
1972 |
|
1973 |
+
#: includes/event-organiser-cpt.php:552
|
1974 |
msgid ""
|
1975 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1976 |
"page."
|
1978 |
"Seuls les lieux pré-existants peuvent être sélectionnés. Pour en ajouter un, "
|
1979 |
"allez à la page des lieux."
|
1980 |
|
1981 |
+
#: includes/event-organiser-cpt.php:562 includes/event-organiser-cpt.php:581
|
1982 |
msgid "Overview"
|
1983 |
msgstr "Aperçu"
|
1984 |
|
1985 |
+
#: includes/event-organiser-cpt.php:563
|
1986 |
msgid ""
|
1987 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1988 |
"appear as a single row </strong> in the table and the start and end date "
|
1993 |
"dans le tableau, et que les dates de début et de fin font référence à la "
|
1994 |
"première occurrence de l'événement."
|
1995 |
|
1996 |
+
#: includes/event-organiser-cpt.php:569
|
1997 |
msgid ""
|
1998 |
"Hovering over a row in the venues list will display action links that allow "
|
1999 |
"you to manage that venue. You can perform the following actions:"
|
2001 |
"Survoler une ligne dans la liste des lieux affichera des liens vous "
|
2002 |
"permettant de gérer ce lieu. Vous pouvez effectuer les actions suivantes : "
|
2003 |
|
2004 |
+
#: includes/event-organiser-cpt.php:571
|
2005 |
msgid ""
|
2006 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
2007 |
"screen by clicking on the venue title."
|
2009 |
"Éditer vous dirige vers la page d'édition pour ce lieu. Vous pouvez "
|
2010 |
"également y accéder en cliquant sur le titre du lieu."
|
2011 |
|
2012 |
+
#: includes/event-organiser-cpt.php:572
|
2013 |
msgid "Delete will permanently remove the venue"
|
2014 |
msgstr "Supprimer effacera définitivement le lieu"
|
2015 |
|
2016 |
+
#: includes/event-organiser-cpt.php:573
|
2017 |
msgid "View will take you to the venue's page"
|
2018 |
msgstr "Voir vous dirigera vers la page du lieu"
|
2019 |
|
2020 |
+
#: includes/event-organiser-cpt.php:582
|
2021 |
msgid ""
|
2022 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
2023 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
2028 |
"nécessaires, un lien vers la page d'édition de l'événement apparaitra "
|
2029 |
"également."
|
2030 |
|
2031 |
+
#: includes/event-organiser-cpt.php:583
|
2032 |
msgid ""
|
2033 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
2034 |
"mode. You can also filter the events by events by category and venue. The "
|
2039 |
"événements, catégorie ou lieu. Le bouton 'aller à la date' vous permet de "
|
2040 |
"sauter directement à une date spécifique."
|
2041 |
|
2042 |
+
#: includes/event-organiser-cpt.php:587
|
2043 |
msgid "Add Event"
|
2044 |
msgstr "Ajouter un événement"
|
2045 |
|
2046 |
+
#: includes/event-organiser-cpt.php:588
|
2047 |
msgid ""
|
2048 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
2049 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
2058 |
"publié immédiatement ou sauvegardé en tant que brouillon. Dans tous les cas, "
|
2059 |
"l'événement est créé et vous serez dirigé vers sa page d'édition."
|
2060 |
|
2061 |
+
#: includes/event-organiser-cpt.php:594
|
2062 |
msgid "For more information"
|
2063 |
msgstr "Pour plus d'information"
|
2064 |
|
2065 |
+
#: includes/event-organiser-cpt.php:595
|
2066 |
#, php-format
|
2067 |
msgid "See the <a %s> documentation</a>"
|
2068 |
msgstr "Voir la <a %s>documentation</a>"
|
2069 |
|
2070 |
+
#: includes/event-organiser-cpt.php:596
|
2071 |
msgid "Debugging Event Organiser"
|
2072 |
msgstr "Debugger Event Organizer"
|
2073 |
|
2074 |
+
#: includes/event-organiser-cpt.php:597
|
2075 |
msgid "Go Pro!"
|
2076 |
msgstr "Passer à la version Pro !"
|
2077 |
|
2078 |
+
#: includes/event-organiser-cpt.php:708 includes/event-organiser-cpt.php:731
|
2079 |
msgid "Color"
|
2080 |
msgstr "Couleur"
|
2081 |
|
2082 |
+
#: includes/event-organiser-cpt.php:714
|
2083 |
msgid "Assign the category a colour."
|
2084 |
msgstr "Assigner une couleur à la catégorie."
|
2085 |
|
2277 |
msgid "Help"
|
2278 |
msgstr "Aide"
|
2279 |
|
2280 |
+
#: includes/event-organiser-venue-functions.php:995
|
2281 |
msgid "Address"
|
2282 |
msgstr "Adresse"
|
2283 |
|
2284 |
+
#: includes/event-organiser-venue-functions.php:996
|
2285 |
msgid "City"
|
2286 |
msgstr "Ville"
|
2287 |
|
2288 |
+
#: includes/event-organiser-venue-functions.php:997
|
2289 |
msgid "State / Province"
|
2290 |
msgstr "État / Province"
|
2291 |
|
2292 |
+
#: includes/event-organiser-venue-functions.php:998
|
2293 |
msgid "Post Code"
|
2294 |
msgstr "Code postal"
|
2295 |
|
2296 |
+
#: includes/event-organiser-venue-functions.php:999
|
2297 |
msgid "Country"
|
2298 |
msgstr "Pays"
|
2299 |
|
2393 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2394 |
msgstr "Cet événement a été publié par <a href=\"%3$s\">%2$s</a>."
|
2395 |
|
2396 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
2397 |
+
#. *
|
2398 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
2399 |
+
#. ***************** NOTICE: *****************
|
2400 |
+
#. *
|
2401 |
+
#. * @package Event Organiser (plug-in)
|
2402 |
+
#. * @since 1.0.0
|
2403 |
+
#.
|
2404 |
+
#. Call the template header
|
2405 |
#: templates/taxonomy-event-venue.php:30
|
2406 |
#, php-format
|
2407 |
msgid "Events at: %s"
|
languages/eventorganiser-he_IL.mo
CHANGED
Binary file
|
languages/eventorganiser-he_IL.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: 2016-11-27T01:16:48+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
@@ -124,8 +124,8 @@ msgstr "הצג רשימה של אירועים"
|
|
124 |
|
125 |
#: classes/class-eo-event-list-widget.php:14
|
126 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
127 |
-
#: event-organiser.php:149 includes/event-organiser-cpt.php:
|
128 |
-
#: includes/event-organiser-cpt.php:
|
129 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
130 |
msgid "Events"
|
131 |
msgstr "אירועים"
|
@@ -250,7 +250,7 @@ msgid "Event Categories"
|
|
250 |
msgstr "קטגוריות אירוע"
|
251 |
|
252 |
#: classes/class-eo-widget-categories.php:25
|
253 |
-
#: includes/event-organiser-cpt.php:
|
254 |
#: includes/event-organiser-event-functions.php:1563
|
255 |
#: templates/event-meta-event-single.php:62
|
256 |
msgid "Categories"
|
@@ -454,6 +454,21 @@ msgstr ""
|
|
454 |
msgid "Open shortcut help"
|
455 |
msgstr ""
|
456 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
457 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
458 |
#: templates/event-meta-event-single.php:32
|
459 |
msgid "Event Details"
|
@@ -646,7 +661,7 @@ msgid "Show dates"
|
|
646 |
msgstr "הצג תאריכים"
|
647 |
|
648 |
#: event-organiser-edit.php:274
|
649 |
-
#: includes/event-organiser-venue-functions.php:
|
650 |
msgid "Select a venue"
|
651 |
msgstr "בחר מיקום"
|
652 |
|
@@ -730,7 +745,7 @@ msgstr "הוסף מידע בדפי המיקומים שלך ע\"י הוספת ש
|
|
730 |
msgid "Go to Event Organiser settings"
|
731 |
msgstr "עבור אל הגדרות ארגון אירועים"
|
732 |
|
733 |
-
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:
|
734 |
msgid "Event"
|
735 |
msgstr "אירוע"
|
736 |
|
@@ -893,7 +908,7 @@ msgid "Revisions"
|
|
893 |
msgstr "הרשאות"
|
894 |
|
895 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
896 |
-
#: includes/event-organiser-cpt.php:
|
897 |
msgid "Event Tags"
|
898 |
msgstr "תגיות אירוע"
|
899 |
|
@@ -1235,13 +1250,13 @@ msgstr "קבל קישור"
|
|
1235 |
msgid "Slug"
|
1236 |
msgstr ""
|
1237 |
|
1238 |
-
#: features/bootstrap/FeatureContext.php:
|
1239 |
-
#: features/bootstrap/FeatureContext.php:
|
1240 |
msgid "Main Sidebar"
|
1241 |
msgstr ""
|
1242 |
|
1243 |
-
#: features/bootstrap/FeatureContext.php:
|
1244 |
-
#: features/bootstrap/FeatureContext.php:
|
1245 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1246 |
msgstr ""
|
1247 |
|
@@ -1430,7 +1445,7 @@ msgstr ""
|
|
1430 |
msgid "This event recurs"
|
1431 |
msgstr "האירוע חוזר"
|
1432 |
|
1433 |
-
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:
|
1434 |
msgid "Edit Event"
|
1435 |
msgstr "ערוך אירוע"
|
1436 |
|
@@ -1532,236 +1547,254 @@ msgstr "מיקום"
|
|
1532 |
msgid "View all venues"
|
1533 |
msgstr "צפה בכל המיקומים"
|
1534 |
|
1535 |
-
#: includes/event-organiser-cpt.php:
|
1536 |
msgctxt "taxonomy singular name"
|
1537 |
msgid "Category"
|
1538 |
msgstr "קטגוריות"
|
1539 |
|
1540 |
-
#: includes/event-organiser-cpt.php:
|
1541 |
msgid "Search Categories"
|
1542 |
msgstr "קטגוריות"
|
1543 |
|
1544 |
-
#: includes/event-organiser-cpt.php:
|
1545 |
msgid "All Categories"
|
1546 |
msgstr "קטגוריות"
|
1547 |
|
1548 |
-
#: includes/event-organiser-cpt.php:
|
1549 |
msgid "Parent Category"
|
1550 |
msgstr "קטגוריות אירוע"
|
1551 |
|
1552 |
-
#: includes/event-organiser-cpt.php:
|
1553 |
msgid "Parent Category:"
|
1554 |
msgstr "דף קטגוריות אירועים:"
|
1555 |
|
1556 |
-
#: includes/event-organiser-cpt.php:
|
1557 |
msgid "Edit Category"
|
1558 |
msgstr "קטגוריות אירוע"
|
1559 |
|
1560 |
-
#: includes/event-organiser-cpt.php:
|
1561 |
msgid "Update Category"
|
1562 |
msgstr ""
|
1563 |
|
1564 |
-
#: includes/event-organiser-cpt.php:
|
1565 |
msgid "Add New Category"
|
1566 |
msgstr "הוסף אירוע חדש"
|
1567 |
|
1568 |
-
#: includes/event-organiser-cpt.php:
|
1569 |
msgid "New Category Name"
|
1570 |
msgstr "דף קטגוריות אירועים:"
|
1571 |
|
1572 |
-
#: includes/event-organiser-cpt.php:
|
1573 |
msgid "No categories found"
|
1574 |
msgstr "לא נמצאו מיקומים"
|
1575 |
|
1576 |
-
#: includes/event-organiser-cpt.php:
|
1577 |
msgid "Event categories list navigation"
|
1578 |
msgstr ""
|
1579 |
|
1580 |
-
#: includes/event-organiser-cpt.php:
|
1581 |
msgid "Event categories list"
|
1582 |
msgstr ""
|
1583 |
|
1584 |
-
#: includes/event-organiser-cpt.php:
|
1585 |
msgid "View all categories"
|
1586 |
msgstr "הצג את כל התגיות"
|
1587 |
|
1588 |
-
#: includes/event-organiser-cpt.php:
|
1589 |
msgctxt "taxonomy singular name"
|
1590 |
msgid "Tag"
|
1591 |
msgstr "תגיות"
|
1592 |
|
1593 |
-
#: includes/event-organiser-cpt.php:
|
1594 |
msgid "Search Tags"
|
1595 |
msgstr "חפש אירועים"
|
1596 |
|
1597 |
-
#: includes/event-organiser-cpt.php:
|
1598 |
msgid "All Tags"
|
1599 |
msgstr "כל היום"
|
1600 |
|
1601 |
-
#: includes/event-organiser-cpt.php:
|
1602 |
msgid "Popular Tags"
|
1603 |
msgstr ""
|
1604 |
|
1605 |
-
#: includes/event-organiser-cpt.php:
|
1606 |
msgid "Edit Tag"
|
1607 |
msgstr "תגיות אירוע"
|
1608 |
|
1609 |
-
#: includes/event-organiser-cpt.php:
|
1610 |
msgid "Update Tag"
|
1611 |
msgstr "עדכן מיקום"
|
1612 |
|
1613 |
-
#: includes/event-organiser-cpt.php:
|
1614 |
msgid "Add New Tag"
|
1615 |
msgstr "הוסף אירוע חדש"
|
1616 |
|
1617 |
-
#: includes/event-organiser-cpt.php:
|
1618 |
msgid "New Tag Name"
|
1619 |
msgstr "שם מיקום חדש"
|
1620 |
|
1621 |
-
#: includes/event-organiser-cpt.php:
|
1622 |
msgid "No tags found"
|
1623 |
msgstr "לא נמצאו אירועים"
|
1624 |
|
1625 |
-
#: includes/event-organiser-cpt.php:
|
1626 |
msgid "Choose from the most used tags"
|
1627 |
msgstr ""
|
1628 |
|
1629 |
-
#: includes/event-organiser-cpt.php:
|
1630 |
#: includes/event-organiser-event-functions.php:1571
|
1631 |
#: templates/event-meta-event-single.php:66
|
1632 |
msgid "Tags"
|
1633 |
msgstr "תגיות"
|
1634 |
|
1635 |
-
#: includes/event-organiser-cpt.php:
|
1636 |
msgid "Add or remove tags"
|
1637 |
msgstr "הוסף או מחק מיקום"
|
1638 |
|
1639 |
-
#: includes/event-organiser-cpt.php:
|
1640 |
msgid "Separate tags with commas"
|
1641 |
msgstr "הפרד מיקומים בפסיקים"
|
1642 |
|
1643 |
-
#: includes/event-organiser-cpt.php:
|
1644 |
msgid "Event tags list navigation"
|
1645 |
msgstr ""
|
1646 |
|
1647 |
-
#: includes/event-organiser-cpt.php:
|
1648 |
msgid "Event tags list"
|
1649 |
msgstr ""
|
1650 |
|
1651 |
-
#: includes/event-organiser-cpt.php:
|
1652 |
msgid "View all tags"
|
1653 |
msgstr "הצג את כל התגיות"
|
1654 |
|
1655 |
-
#: includes/event-organiser-cpt.php:
|
1656 |
msgctxt "post"
|
1657 |
msgid "Add New"
|
1658 |
msgstr "הוסף אירוע חדש"
|
1659 |
|
1660 |
-
#: includes/event-organiser-cpt.php:
|
1661 |
msgid "Add New Event"
|
1662 |
msgstr "הוסף אירוע חדש"
|
1663 |
|
1664 |
-
#: includes/event-organiser-cpt.php:
|
1665 |
msgid "New Event"
|
1666 |
msgstr "אירוע חדש"
|
1667 |
|
1668 |
-
#: includes/event-organiser-cpt.php:
|
1669 |
#, fuzzy
|
1670 |
msgid "All Events"
|
1671 |
msgstr "כל האירועים"
|
1672 |
|
1673 |
-
#: includes/event-organiser-cpt.php:
|
1674 |
msgid "View Event"
|
1675 |
msgstr "צפה באירוע"
|
1676 |
|
1677 |
-
#: includes/event-organiser-cpt.php:
|
1678 |
msgid "Search events"
|
1679 |
msgstr "חפש אירועים"
|
1680 |
|
1681 |
-
#: includes/event-organiser-cpt.php:
|
1682 |
msgid "No events found"
|
1683 |
msgstr "לא נמצאו אירועים"
|
1684 |
|
1685 |
-
#: includes/event-organiser-cpt.php:
|
1686 |
msgid "No events found in Trash"
|
1687 |
msgstr "אין אירועים בפח הזבל"
|
1688 |
|
1689 |
-
#: includes/event-organiser-cpt.php:
|
1690 |
msgid "Filter events list"
|
1691 |
msgstr ""
|
1692 |
|
1693 |
-
#: includes/event-organiser-cpt.php:
|
1694 |
msgid "Events list navigation"
|
1695 |
msgstr ""
|
1696 |
|
1697 |
-
#: includes/event-organiser-cpt.php:
|
1698 |
msgid "Events list"
|
1699 |
msgstr ""
|
1700 |
|
1701 |
-
#: includes/event-organiser-cpt.php:
|
1702 |
msgid "Event Archives"
|
1703 |
msgstr ""
|
1704 |
|
1705 |
-
#: includes/event-organiser-cpt.php:
|
1706 |
msgid "Insert into event"
|
1707 |
msgstr ""
|
1708 |
|
1709 |
-
#: includes/event-organiser-cpt.php:
|
1710 |
msgid "Uploaded to this event"
|
1711 |
msgstr ""
|
1712 |
|
1713 |
-
#: includes/event-organiser-cpt.php:
|
1714 |
#, php-format
|
1715 |
msgid "Events at %s"
|
1716 |
msgstr ""
|
1717 |
|
1718 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1719 |
#: templates/taxonomy-event-category.php:27
|
1720 |
#, php-format
|
1721 |
msgid "Event Category: %s"
|
1722 |
msgstr ""
|
1723 |
|
1724 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1725 |
#, php-format
|
1726 |
msgid "Event Tag: %s"
|
1727 |
msgstr ""
|
1728 |
|
1729 |
-
#: includes/event-organiser-cpt.php:
|
1730 |
-
#: includes/event-organiser-cpt.php:
|
1731 |
#, fuzzy, php-format
|
1732 |
msgid "Events: %s"
|
1733 |
msgstr "אירועים: "
|
1734 |
|
1735 |
-
#: includes/event-organiser-cpt.php:
|
1736 |
#, php-format
|
1737 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1738 |
msgstr "אירוע עודכן. <a href=\"%s\">צפה באירוע</a>"
|
1739 |
|
1740 |
-
#: includes/event-organiser-cpt.php:
|
1741 |
msgid "Event updated."
|
1742 |
msgstr "אירוע עודכן."
|
1743 |
|
1744 |
-
#: includes/event-organiser-cpt.php:
|
1745 |
#, php-format
|
1746 |
msgid "Event restored to revision from %s"
|
1747 |
msgstr " אירוע שוחזר לתיקון מ %s"
|
1748 |
|
1749 |
-
#: includes/event-organiser-cpt.php:
|
1750 |
#, php-format
|
1751 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1752 |
msgstr "האירוע פורסם. <a href=\"%s\">הצג את האירוע</a>"
|
1753 |
|
1754 |
-
#: includes/event-organiser-cpt.php:
|
1755 |
msgid "Event saved."
|
1756 |
msgstr "אירוע עודכן."
|
1757 |
|
1758 |
-
#: includes/event-organiser-cpt.php:
|
1759 |
#, php-format
|
1760 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1761 |
msgstr ""
|
1762 |
"האירוע הוגש. <a target=\"_blank\" href=\"%s\">תצוגה מוקדמת של האירוע</a>"
|
1763 |
|
1764 |
-
#: includes/event-organiser-cpt.php:
|
1765 |
#, php-format
|
1766 |
msgid ""
|
1767 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
@@ -1770,30 +1803,31 @@ msgstr ""
|
|
1770 |
"האירוע מתוזמן ל: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1771 |
"\">תצוגה מוקדמת של האירוע</a>"
|
1772 |
|
1773 |
-
|
|
|
1774 |
msgid "M j, Y @ G:i"
|
1775 |
msgstr ""
|
1776 |
|
1777 |
-
#: includes/event-organiser-cpt.php:
|
1778 |
#, php-format
|
1779 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1780 |
msgstr ""
|
1781 |
"טיוטת האירוע עודכנה. <a target=\"_blank\" href=\"%s\">תצודה מקדימה של "
|
1782 |
"האירוע</a>"
|
1783 |
|
1784 |
-
#: includes/event-organiser-cpt.php:
|
1785 |
msgid "This event has been broken from a recurring event."
|
1786 |
msgstr "האירוע הופרד מהסדרה."
|
1787 |
|
1788 |
-
#: includes/event-organiser-cpt.php:
|
1789 |
msgid "Creating events"
|
1790 |
msgstr "יצירת אירועים"
|
1791 |
|
1792 |
-
#: includes/event-organiser-cpt.php:
|
1793 |
msgid "Creating events:"
|
1794 |
msgstr "יצירת אירועים:"
|
1795 |
|
1796 |
-
#: includes/event-organiser-cpt.php:
|
1797 |
msgid ""
|
1798 |
"The start date is the date the event starts. If the event is a recurring "
|
1799 |
"event, this is the start date of the first occurrence."
|
@@ -1801,7 +1835,7 @@ msgstr ""
|
|
1801 |
"תאריך התחלה הוא התאריך בו מתחיל האירוע. אם מדובר באירוע חוזר, אז זהו תאריך "
|
1802 |
"ההתחלה של האירוע הראשון בסדרה."
|
1803 |
|
1804 |
-
#: includes/event-organiser-cpt.php:
|
1805 |
msgid ""
|
1806 |
"The end date is the date the event finishes. If the event is a recurring "
|
1807 |
"event, this is the end date of the first occurrence."
|
@@ -1809,17 +1843,17 @@ msgstr ""
|
|
1809 |
"תאריך סיום הוא התאריך בו האירוע מסתיים. אם מדובר באירוע חוזר, אז זהו תאריך "
|
1810 |
"הסיום של האירוע הראשון בסדרה."
|
1811 |
|
1812 |
-
#: includes/event-organiser-cpt.php:
|
1813 |
msgid ""
|
1814 |
"All dates and times must be entered in the specified format. This format can "
|
1815 |
"changed in the settings page."
|
1816 |
msgstr "כל התאריכים והשעות חייבים להיות בפורמט קבוע."
|
1817 |
|
1818 |
-
#: includes/event-organiser-cpt.php:
|
1819 |
msgid "Repeating events"
|
1820 |
msgstr "אירועים חוזרים"
|
1821 |
|
1822 |
-
#: includes/event-organiser-cpt.php:
|
1823 |
msgid ""
|
1824 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1825 |
"dropdown menu to select how the event is to repeat. Further options then "
|
@@ -1828,11 +1862,11 @@ msgstr ""
|
|
1828 |
"כדי לחזור על אירוע בהתאם לתבנית קבועה, נא להשתמש בתפריט הנפתח של אירוע חוזר "
|
1829 |
"כדי לבחור את אופן החזרה של האירוע, "
|
1830 |
|
1831 |
-
#: includes/event-organiser-cpt.php:
|
1832 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1833 |
msgstr "ציין כיצד האירוע יחזור על עצמו (ברירת המחדל 1)"
|
1834 |
|
1835 |
-
#: includes/event-organiser-cpt.php:
|
1836 |
msgid ""
|
1837 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1838 |
"date, but an occurrence that starts before may finish after this date."
|
@@ -1840,7 +1874,7 @@ msgstr ""
|
|
1840 |
"בחר תאריך סיום למופע החוזר. לא יתווספו אירועים חוזרים לאחר תאריך זה, אבל "
|
1841 |
"מופע שהתחיל לפני יכול להסתיים אחרי תאריך זה."
|
1842 |
|
1843 |
-
#: includes/event-organiser-cpt.php:
|
1844 |
msgid ""
|
1845 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1846 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
@@ -1849,7 +1883,7 @@ msgstr ""
|
|
1849 |
"אם נבחר מופע חוזר חודשי, נא לבחור אם החזרה צריכה להיות בתאריך של היום בחודש "
|
1850 |
"(למשל ב-24) או ביום בחודש (למשל ביום שלישי השלישי)."
|
1851 |
|
1852 |
-
#: includes/event-organiser-cpt.php:
|
1853 |
msgid ""
|
1854 |
"If weekly recurrence is selected, select which days of the week the event "
|
1855 |
"should be repeated. If no days are selected, the day of the start date is "
|
@@ -1858,26 +1892,26 @@ msgstr ""
|
|
1858 |
"אם נבחר מופע חוזר שבועי, נא לבחור באילו ימים בשבוע הוא מתרחש. אם לא נבחרים "
|
1859 |
"ימים, יום ההתחלה יהיה בשימוש."
|
1860 |
|
1861 |
-
#: includes/event-organiser-cpt.php:
|
1862 |
msgid "Selecting a venue"
|
1863 |
msgstr "בחירת מיקום"
|
1864 |
|
1865 |
-
#: includes/event-organiser-cpt.php:
|
1866 |
msgid "Use the venues input field to search for existing venues"
|
1867 |
msgstr "השתמש בשדות הקלט של המיקום כדי לבחור במיקומים קיימים"
|
1868 |
|
1869 |
-
#: includes/event-organiser-cpt.php:
|
1870 |
msgid ""
|
1871 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1872 |
"page."
|
1873 |
msgstr ""
|
1874 |
"ניתן לבחור רק במיקומים שנוצרו מראש. כדי להוסיף מיקום עבור אל דף המיקומים."
|
1875 |
|
1876 |
-
#: includes/event-organiser-cpt.php:
|
1877 |
msgid "Overview"
|
1878 |
msgstr ""
|
1879 |
|
1880 |
-
#: includes/event-organiser-cpt.php:
|
1881 |
msgid ""
|
1882 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1883 |
"appear as a single row </strong> in the table and the start and end date "
|
@@ -1886,7 +1920,7 @@ msgstr ""
|
|
1886 |
"זו הרשימה של כל האירועים שנשמרו. שים לב ש<strong>מופעים חוזרים מופיעים כשורה "
|
1887 |
"אחת</strong> בטבלה ומועדי ההתחלה והסיום מתייחסים להתרחשות הראשונה של האירוע."
|
1888 |
|
1889 |
-
#: includes/event-organiser-cpt.php:
|
1890 |
msgid ""
|
1891 |
"Hovering over a row in the venues list will display action links that allow "
|
1892 |
"you to manage that venue. You can perform the following actions:"
|
@@ -1894,7 +1928,7 @@ msgstr ""
|
|
1894 |
"בריחוף עכבר מעל שורה ברשימת המיקומים, יוצג ו קישורי פעולה שיאפשרו לך לנהל את "
|
1895 |
"המיקום. אפשר לבצע את הפעולות שלהלן:"
|
1896 |
|
1897 |
-
#: includes/event-organiser-cpt.php:
|
1898 |
msgid ""
|
1899 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1900 |
"screen by clicking on the venue title."
|
@@ -1902,15 +1936,15 @@ msgstr ""
|
|
1902 |
"העריכה לוקחת אותך למסך העריכה של אותו מיקום. אפשר להגיע למסך הזה גם על-ידי "
|
1903 |
"לחיצה על כותרת המיקום."
|
1904 |
|
1905 |
-
#: includes/event-organiser-cpt.php:
|
1906 |
msgid "Delete will permanently remove the venue"
|
1907 |
msgstr "מחיקה תסיר את המקום לצמיתות"
|
1908 |
|
1909 |
-
#: includes/event-organiser-cpt.php:
|
1910 |
msgid "View will take you to the venue's page"
|
1911 |
msgstr "הצג ייקח אותך אל דף המקום"
|
1912 |
|
1913 |
-
#: includes/event-organiser-cpt.php:
|
1914 |
msgid ""
|
1915 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1916 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
@@ -1920,7 +1954,7 @@ msgstr ""
|
|
1920 |
"ידי לחיצה עליו. אם יש לך את ההרשאות הדרושות, יופיע גם קישור לדף עריכה של "
|
1921 |
"האירוע."
|
1922 |
|
1923 |
-
#: includes/event-organiser-cpt.php:
|
1924 |
msgid ""
|
1925 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1926 |
"mode. You can also filter the events by events by category and venue. The "
|
@@ -1930,11 +1964,11 @@ msgstr ""
|
|
1930 |
"יומית. אתה יכול גם לסנן את האירועים לפי אירועים, קטגוריות ומיקום. הכפתור "
|
1931 |
"\"עבור אל\" מאפשר לך לעבור ישירות לתאריך ספציפי."
|
1932 |
|
1933 |
-
#: includes/event-organiser-cpt.php:
|
1934 |
msgid "Add Event"
|
1935 |
msgstr "הוסף אירוע"
|
1936 |
|
1937 |
-
#: includes/event-organiser-cpt.php:
|
1938 |
msgid ""
|
1939 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
1940 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
@@ -1947,28 +1981,28 @@ msgstr ""
|
|
1947 |
"שם, מיקום ותיאור. מרגע שהאירוע נוצר, תוכל לבחור האם לפרסם אותו או לשמור "
|
1948 |
"כטיוטה. בכל שלב תוכל לחזור ולערוך את האירוע."
|
1949 |
|
1950 |
-
#: includes/event-organiser-cpt.php:
|
1951 |
msgid "For more information"
|
1952 |
msgstr "למידע נוסף"
|
1953 |
|
1954 |
-
#: includes/event-organiser-cpt.php:
|
1955 |
#, php-format
|
1956 |
msgid "See the <a %s> documentation</a>"
|
1957 |
msgstr "ראה <a %s> תיעוד</a>"
|
1958 |
|
1959 |
-
#: includes/event-organiser-cpt.php:
|
1960 |
msgid "Debugging Event Organiser"
|
1961 |
msgstr "ניפוי ארגון אירועים"
|
1962 |
|
1963 |
-
#: includes/event-organiser-cpt.php:
|
1964 |
msgid "Go Pro!"
|
1965 |
msgstr "הרשם לגרסת Pro!"
|
1966 |
|
1967 |
-
#: includes/event-organiser-cpt.php:
|
1968 |
msgid "Color"
|
1969 |
msgstr "צבע"
|
1970 |
|
1971 |
-
#: includes/event-organiser-cpt.php:
|
1972 |
msgid "Assign the category a colour."
|
1973 |
msgstr "הקצה צבע לקטגוריה"
|
1974 |
|
@@ -2154,23 +2188,23 @@ msgstr ""
|
|
2154 |
msgid "Help"
|
2155 |
msgstr ""
|
2156 |
|
2157 |
-
#: includes/event-organiser-venue-functions.php:
|
2158 |
msgid "Address"
|
2159 |
msgstr "כתובת"
|
2160 |
|
2161 |
-
#: includes/event-organiser-venue-functions.php:
|
2162 |
msgid "City"
|
2163 |
msgstr "עיר"
|
2164 |
|
2165 |
-
#: includes/event-organiser-venue-functions.php:
|
2166 |
msgid "State / Province"
|
2167 |
msgstr "מחוז"
|
2168 |
|
2169 |
-
#: includes/event-organiser-venue-functions.php:
|
2170 |
msgid "Post Code"
|
2171 |
msgstr "מיקוד"
|
2172 |
|
2173 |
-
#: includes/event-organiser-venue-functions.php:
|
2174 |
msgid "Country"
|
2175 |
msgstr "עיר"
|
2176 |
|
@@ -2265,6 +2299,15 @@ msgstr ""
|
|
2265 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2266 |
msgstr ""
|
2267 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2268 |
#: templates/taxonomy-event-venue.php:30
|
2269 |
#, php-format
|
2270 |
msgid "Events at: %s"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-03-06 23:13+0000\n"
|
6 |
"PO-Revision-Date: 2016-11-27T01:16:48+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
124 |
|
125 |
#: classes/class-eo-event-list-widget.php:14
|
126 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
127 |
+
#: event-organiser.php:149 includes/event-organiser-cpt.php:226
|
128 |
+
#: includes/event-organiser-cpt.php:238
|
129 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
130 |
msgid "Events"
|
131 |
msgstr "אירועים"
|
250 |
msgstr "קטגוריות אירוע"
|
251 |
|
252 |
#: classes/class-eo-widget-categories.php:25
|
253 |
+
#: includes/event-organiser-cpt.php:95 includes/event-organiser-cpt.php:106
|
254 |
#: includes/event-organiser-event-functions.php:1563
|
255 |
#: templates/event-meta-event-single.php:62
|
256 |
msgid "Categories"
|
454 |
msgid "Open shortcut help"
|
455 |
msgstr ""
|
456 |
|
457 |
+
#. //codex.wp-event-organiser.com
|
458 |
+
#. *
|
459 |
+
#. ***************** NOTICE: *****************
|
460 |
+
#. * Do not make changes to this file. Any changes made to this file
|
461 |
+
#. * will be overwritten if the plug-in is updated.
|
462 |
+
#. *
|
463 |
+
#. * To overwrite this template with your own, make a copy of it (with the same name)
|
464 |
+
#. * in your theme directory. See http://docs.wp-event-organiser.com/theme-integration for more information
|
465 |
+
#. *
|
466 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
467 |
+
#. ***************** NOTICE: *****************
|
468 |
+
#. *
|
469 |
+
#. * @package Event Organiser (plug-in)
|
470 |
+
#. * @since 1.7
|
471 |
+
#.
|
472 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
473 |
#: templates/event-meta-event-single.php:32
|
474 |
msgid "Event Details"
|
661 |
msgstr "הצג תאריכים"
|
662 |
|
663 |
#: event-organiser-edit.php:274
|
664 |
+
#: includes/event-organiser-venue-functions.php:1030
|
665 |
msgid "Select a venue"
|
666 |
msgstr "בחר מיקום"
|
667 |
|
745 |
msgid "Go to Event Organiser settings"
|
746 |
msgstr "עבור אל הגדרות ארגון אירועים"
|
747 |
|
748 |
+
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:227
|
749 |
msgid "Event"
|
750 |
msgstr "אירוע"
|
751 |
|
908 |
msgstr "הרשאות"
|
909 |
|
910 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
911 |
+
#: includes/event-organiser-cpt.php:152
|
912 |
msgid "Event Tags"
|
913 |
msgstr "תגיות אירוע"
|
914 |
|
1250 |
msgid "Slug"
|
1251 |
msgstr ""
|
1252 |
|
1253 |
+
#: features/bootstrap/FeatureContext.php:459
|
1254 |
+
#: features/bootstrap/FeatureContext.php:627
|
1255 |
msgid "Main Sidebar"
|
1256 |
msgstr ""
|
1257 |
|
1258 |
+
#: features/bootstrap/FeatureContext.php:461
|
1259 |
+
#: features/bootstrap/FeatureContext.php:629
|
1260 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1261 |
msgstr ""
|
1262 |
|
1445 |
msgid "This event recurs"
|
1446 |
msgstr "האירוע חוזר"
|
1447 |
|
1448 |
+
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:230
|
1449 |
msgid "Edit Event"
|
1450 |
msgstr "ערוך אירוע"
|
1451 |
|
1547 |
msgid "View all venues"
|
1548 |
msgstr "צפה בכל המיקומים"
|
1549 |
|
1550 |
+
#: includes/event-organiser-cpt.php:96
|
1551 |
msgctxt "taxonomy singular name"
|
1552 |
msgid "Category"
|
1553 |
msgstr "קטגוריות"
|
1554 |
|
1555 |
+
#: includes/event-organiser-cpt.php:97
|
1556 |
msgid "Search Categories"
|
1557 |
msgstr "קטגוריות"
|
1558 |
|
1559 |
+
#: includes/event-organiser-cpt.php:98
|
1560 |
msgid "All Categories"
|
1561 |
msgstr "קטגוריות"
|
1562 |
|
1563 |
+
#: includes/event-organiser-cpt.php:99
|
1564 |
msgid "Parent Category"
|
1565 |
msgstr "קטגוריות אירוע"
|
1566 |
|
1567 |
+
#: includes/event-organiser-cpt.php:100
|
1568 |
msgid "Parent Category:"
|
1569 |
msgstr "דף קטגוריות אירועים:"
|
1570 |
|
1571 |
+
#: includes/event-organiser-cpt.php:101
|
1572 |
msgid "Edit Category"
|
1573 |
msgstr "קטגוריות אירוע"
|
1574 |
|
1575 |
+
#: includes/event-organiser-cpt.php:102
|
1576 |
msgid "Update Category"
|
1577 |
msgstr ""
|
1578 |
|
1579 |
+
#: includes/event-organiser-cpt.php:103
|
1580 |
msgid "Add New Category"
|
1581 |
msgstr "הוסף אירוע חדש"
|
1582 |
|
1583 |
+
#: includes/event-organiser-cpt.php:104
|
1584 |
msgid "New Category Name"
|
1585 |
msgstr "דף קטגוריות אירועים:"
|
1586 |
|
1587 |
+
#: includes/event-organiser-cpt.php:105
|
1588 |
msgid "No categories found"
|
1589 |
msgstr "לא נמצאו מיקומים"
|
1590 |
|
1591 |
+
#: includes/event-organiser-cpt.php:107
|
1592 |
msgid "Event categories list navigation"
|
1593 |
msgstr ""
|
1594 |
|
1595 |
+
#: includes/event-organiser-cpt.php:108
|
1596 |
msgid "Event categories list"
|
1597 |
msgstr ""
|
1598 |
|
1599 |
+
#: includes/event-organiser-cpt.php:110
|
1600 |
msgid "View all categories"
|
1601 |
msgstr "הצג את כל התגיות"
|
1602 |
|
1603 |
+
#: includes/event-organiser-cpt.php:153
|
1604 |
msgctxt "taxonomy singular name"
|
1605 |
msgid "Tag"
|
1606 |
msgstr "תגיות"
|
1607 |
|
1608 |
+
#: includes/event-organiser-cpt.php:154
|
1609 |
msgid "Search Tags"
|
1610 |
msgstr "חפש אירועים"
|
1611 |
|
1612 |
+
#: includes/event-organiser-cpt.php:155
|
1613 |
msgid "All Tags"
|
1614 |
msgstr "כל היום"
|
1615 |
|
1616 |
+
#: includes/event-organiser-cpt.php:156
|
1617 |
msgid "Popular Tags"
|
1618 |
msgstr ""
|
1619 |
|
1620 |
+
#: includes/event-organiser-cpt.php:157
|
1621 |
msgid "Edit Tag"
|
1622 |
msgstr "תגיות אירוע"
|
1623 |
|
1624 |
+
#: includes/event-organiser-cpt.php:158
|
1625 |
msgid "Update Tag"
|
1626 |
msgstr "עדכן מיקום"
|
1627 |
|
1628 |
+
#: includes/event-organiser-cpt.php:159
|
1629 |
msgid "Add New Tag"
|
1630 |
msgstr "הוסף אירוע חדש"
|
1631 |
|
1632 |
+
#: includes/event-organiser-cpt.php:160
|
1633 |
msgid "New Tag Name"
|
1634 |
msgstr "שם מיקום חדש"
|
1635 |
|
1636 |
+
#: includes/event-organiser-cpt.php:161
|
1637 |
msgid "No tags found"
|
1638 |
msgstr "לא נמצאו אירועים"
|
1639 |
|
1640 |
+
#: includes/event-organiser-cpt.php:162
|
1641 |
msgid "Choose from the most used tags"
|
1642 |
msgstr ""
|
1643 |
|
1644 |
+
#: includes/event-organiser-cpt.php:163
|
1645 |
#: includes/event-organiser-event-functions.php:1571
|
1646 |
#: templates/event-meta-event-single.php:66
|
1647 |
msgid "Tags"
|
1648 |
msgstr "תגיות"
|
1649 |
|
1650 |
+
#: includes/event-organiser-cpt.php:164
|
1651 |
msgid "Add or remove tags"
|
1652 |
msgstr "הוסף או מחק מיקום"
|
1653 |
|
1654 |
+
#: includes/event-organiser-cpt.php:165
|
1655 |
msgid "Separate tags with commas"
|
1656 |
msgstr "הפרד מיקומים בפסיקים"
|
1657 |
|
1658 |
+
#: includes/event-organiser-cpt.php:166
|
1659 |
msgid "Event tags list navigation"
|
1660 |
msgstr ""
|
1661 |
|
1662 |
+
#: includes/event-organiser-cpt.php:167
|
1663 |
msgid "Event tags list"
|
1664 |
msgstr ""
|
1665 |
|
1666 |
+
#: includes/event-organiser-cpt.php:169
|
1667 |
msgid "View all tags"
|
1668 |
msgstr "הצג את כל התגיות"
|
1669 |
|
1670 |
+
#: includes/event-organiser-cpt.php:228
|
1671 |
msgctxt "post"
|
1672 |
msgid "Add New"
|
1673 |
msgstr "הוסף אירוע חדש"
|
1674 |
|
1675 |
+
#: includes/event-organiser-cpt.php:229
|
1676 |
msgid "Add New Event"
|
1677 |
msgstr "הוסף אירוע חדש"
|
1678 |
|
1679 |
+
#: includes/event-organiser-cpt.php:231
|
1680 |
msgid "New Event"
|
1681 |
msgstr "אירוע חדש"
|
1682 |
|
1683 |
+
#: includes/event-organiser-cpt.php:232
|
1684 |
#, fuzzy
|
1685 |
msgid "All Events"
|
1686 |
msgstr "כל האירועים"
|
1687 |
|
1688 |
+
#: includes/event-organiser-cpt.php:233
|
1689 |
msgid "View Event"
|
1690 |
msgstr "צפה באירוע"
|
1691 |
|
1692 |
+
#: includes/event-organiser-cpt.php:234
|
1693 |
msgid "Search events"
|
1694 |
msgstr "חפש אירועים"
|
1695 |
|
1696 |
+
#: includes/event-organiser-cpt.php:235
|
1697 |
msgid "No events found"
|
1698 |
msgstr "לא נמצאו אירועים"
|
1699 |
|
1700 |
+
#: includes/event-organiser-cpt.php:236
|
1701 |
msgid "No events found in Trash"
|
1702 |
msgstr "אין אירועים בפח הזבל"
|
1703 |
|
1704 |
+
#: includes/event-organiser-cpt.php:239
|
1705 |
msgid "Filter events list"
|
1706 |
msgstr ""
|
1707 |
|
1708 |
+
#: includes/event-organiser-cpt.php:240
|
1709 |
msgid "Events list navigation"
|
1710 |
msgstr ""
|
1711 |
|
1712 |
+
#: includes/event-organiser-cpt.php:241
|
1713 |
msgid "Events list"
|
1714 |
msgstr ""
|
1715 |
|
1716 |
+
#: includes/event-organiser-cpt.php:242
|
1717 |
msgid "Event Archives"
|
1718 |
msgstr ""
|
1719 |
|
1720 |
+
#: includes/event-organiser-cpt.php:243
|
1721 |
msgid "Insert into event"
|
1722 |
msgstr ""
|
1723 |
|
1724 |
+
#: includes/event-organiser-cpt.php:244
|
1725 |
msgid "Uploaded to this event"
|
1726 |
msgstr ""
|
1727 |
|
1728 |
+
#: includes/event-organiser-cpt.php:246
|
1729 |
#, php-format
|
1730 |
msgid "Events at %s"
|
1731 |
msgstr ""
|
1732 |
|
1733 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1734 |
+
#. *
|
1735 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1736 |
+
#. ***************** NOTICE: *****************
|
1737 |
+
#. *
|
1738 |
+
#. * @package Event Organiser (plug-in)
|
1739 |
+
#. * @since 1.0.0
|
1740 |
+
#.
|
1741 |
+
#. Call the template header
|
1742 |
+
#: includes/event-organiser-cpt.php:247
|
1743 |
#: templates/taxonomy-event-category.php:27
|
1744 |
#, php-format
|
1745 |
msgid "Event Category: %s"
|
1746 |
msgstr ""
|
1747 |
|
1748 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1749 |
+
#. *
|
1750 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1751 |
+
#. ***************** NOTICE: *****************
|
1752 |
+
#. *
|
1753 |
+
#. * @package Event Organiser (plug-in)
|
1754 |
+
#. * @since 1.2.0
|
1755 |
+
#.
|
1756 |
+
#. Call the template header
|
1757 |
+
#: includes/event-organiser-cpt.php:248 templates/taxonomy-event-tag.php:27
|
1758 |
#, php-format
|
1759 |
msgid "Event Tag: %s"
|
1760 |
msgstr ""
|
1761 |
|
1762 |
+
#: includes/event-organiser-cpt.php:249 includes/event-organiser-cpt.php:250
|
1763 |
+
#: includes/event-organiser-cpt.php:251
|
1764 |
#, fuzzy, php-format
|
1765 |
msgid "Events: %s"
|
1766 |
msgstr "אירועים: "
|
1767 |
|
1768 |
+
#: includes/event-organiser-cpt.php:332
|
1769 |
#, php-format
|
1770 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1771 |
msgstr "אירוע עודכן. <a href=\"%s\">צפה באירוע</a>"
|
1772 |
|
1773 |
+
#: includes/event-organiser-cpt.php:333
|
1774 |
msgid "Event updated."
|
1775 |
msgstr "אירוע עודכן."
|
1776 |
|
1777 |
+
#: includes/event-organiser-cpt.php:335
|
1778 |
#, php-format
|
1779 |
msgid "Event restored to revision from %s"
|
1780 |
msgstr " אירוע שוחזר לתיקון מ %s"
|
1781 |
|
1782 |
+
#: includes/event-organiser-cpt.php:336
|
1783 |
#, php-format
|
1784 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1785 |
msgstr "האירוע פורסם. <a href=\"%s\">הצג את האירוע</a>"
|
1786 |
|
1787 |
+
#: includes/event-organiser-cpt.php:337
|
1788 |
msgid "Event saved."
|
1789 |
msgstr "אירוע עודכן."
|
1790 |
|
1791 |
+
#: includes/event-organiser-cpt.php:339
|
1792 |
#, php-format
|
1793 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1794 |
msgstr ""
|
1795 |
"האירוע הוגש. <a target=\"_blank\" href=\"%s\">תצוגה מוקדמת של האירוע</a>"
|
1796 |
|
1797 |
+
#: includes/event-organiser-cpt.php:343
|
1798 |
#, php-format
|
1799 |
msgid ""
|
1800 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1803 |
"האירוע מתוזמן ל: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1804 |
"\">תצוגה מוקדמת של האירוע</a>"
|
1805 |
|
1806 |
+
#. //php.net/date
|
1807 |
+
#: includes/event-organiser-cpt.php:345
|
1808 |
msgid "M j, Y @ G:i"
|
1809 |
msgstr ""
|
1810 |
|
1811 |
+
#: includes/event-organiser-cpt.php:348
|
1812 |
#, php-format
|
1813 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1814 |
msgstr ""
|
1815 |
"טיוטת האירוע עודכנה. <a target=\"_blank\" href=\"%s\">תצודה מקדימה של "
|
1816 |
"האירוע</a>"
|
1817 |
|
1818 |
+
#: includes/event-organiser-cpt.php:351
|
1819 |
msgid "This event has been broken from a recurring event."
|
1820 |
msgstr "האירוע הופרד מהסדרה."
|
1821 |
|
1822 |
+
#: includes/event-organiser-cpt.php:527
|
1823 |
msgid "Creating events"
|
1824 |
msgstr "יצירת אירועים"
|
1825 |
|
1826 |
+
#: includes/event-organiser-cpt.php:528
|
1827 |
msgid "Creating events:"
|
1828 |
msgstr "יצירת אירועים:"
|
1829 |
|
1830 |
+
#: includes/event-organiser-cpt.php:530
|
1831 |
msgid ""
|
1832 |
"The start date is the date the event starts. If the event is a recurring "
|
1833 |
"event, this is the start date of the first occurrence."
|
1835 |
"תאריך התחלה הוא התאריך בו מתחיל האירוע. אם מדובר באירוע חוזר, אז זהו תאריך "
|
1836 |
"ההתחלה של האירוע הראשון בסדרה."
|
1837 |
|
1838 |
+
#: includes/event-organiser-cpt.php:531
|
1839 |
msgid ""
|
1840 |
"The end date is the date the event finishes. If the event is a recurring "
|
1841 |
"event, this is the end date of the first occurrence."
|
1843 |
"תאריך סיום הוא התאריך בו האירוע מסתיים. אם מדובר באירוע חוזר, אז זהו תאריך "
|
1844 |
"הסיום של האירוע הראשון בסדרה."
|
1845 |
|
1846 |
+
#: includes/event-organiser-cpt.php:532
|
1847 |
msgid ""
|
1848 |
"All dates and times must be entered in the specified format. This format can "
|
1849 |
"changed in the settings page."
|
1850 |
msgstr "כל התאריכים והשעות חייבים להיות בפורמט קבוע."
|
1851 |
|
1852 |
+
#: includes/event-organiser-cpt.php:537
|
1853 |
msgid "Repeating events"
|
1854 |
msgstr "אירועים חוזרים"
|
1855 |
|
1856 |
+
#: includes/event-organiser-cpt.php:538
|
1857 |
msgid ""
|
1858 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1859 |
"dropdown menu to select how the event is to repeat. Further options then "
|
1862 |
"כדי לחזור על אירוע בהתאם לתבנית קבועה, נא להשתמש בתפריט הנפתח של אירוע חוזר "
|
1863 |
"כדי לבחור את אופן החזרה של האירוע, "
|
1864 |
|
1865 |
+
#: includes/event-organiser-cpt.php:540
|
1866 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1867 |
msgstr "ציין כיצד האירוע יחזור על עצמו (ברירת המחדל 1)"
|
1868 |
|
1869 |
+
#: includes/event-organiser-cpt.php:541
|
1870 |
msgid ""
|
1871 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1872 |
"date, but an occurrence that starts before may finish after this date."
|
1874 |
"בחר תאריך סיום למופע החוזר. לא יתווספו אירועים חוזרים לאחר תאריך זה, אבל "
|
1875 |
"מופע שהתחיל לפני יכול להסתיים אחרי תאריך זה."
|
1876 |
|
1877 |
+
#: includes/event-organiser-cpt.php:542
|
1878 |
msgid ""
|
1879 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1880 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
1883 |
"אם נבחר מופע חוזר חודשי, נא לבחור אם החזרה צריכה להיות בתאריך של היום בחודש "
|
1884 |
"(למשל ב-24) או ביום בחודש (למשל ביום שלישי השלישי)."
|
1885 |
|
1886 |
+
#: includes/event-organiser-cpt.php:543
|
1887 |
msgid ""
|
1888 |
"If weekly recurrence is selected, select which days of the week the event "
|
1889 |
"should be repeated. If no days are selected, the day of the start date is "
|
1892 |
"אם נבחר מופע חוזר שבועי, נא לבחור באילו ימים בשבוע הוא מתרחש. אם לא נבחרים "
|
1893 |
"ימים, יום ההתחלה יהיה בשימוש."
|
1894 |
|
1895 |
+
#: includes/event-organiser-cpt.php:548 includes/event-organiser-cpt.php:549
|
1896 |
msgid "Selecting a venue"
|
1897 |
msgstr "בחירת מיקום"
|
1898 |
|
1899 |
+
#: includes/event-organiser-cpt.php:551
|
1900 |
msgid "Use the venues input field to search for existing venues"
|
1901 |
msgstr "השתמש בשדות הקלט של המיקום כדי לבחור במיקומים קיימים"
|
1902 |
|
1903 |
+
#: includes/event-organiser-cpt.php:552
|
1904 |
msgid ""
|
1905 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1906 |
"page."
|
1907 |
msgstr ""
|
1908 |
"ניתן לבחור רק במיקומים שנוצרו מראש. כדי להוסיף מיקום עבור אל דף המיקומים."
|
1909 |
|
1910 |
+
#: includes/event-organiser-cpt.php:562 includes/event-organiser-cpt.php:581
|
1911 |
msgid "Overview"
|
1912 |
msgstr ""
|
1913 |
|
1914 |
+
#: includes/event-organiser-cpt.php:563
|
1915 |
msgid ""
|
1916 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1917 |
"appear as a single row </strong> in the table and the start and end date "
|
1920 |
"זו הרשימה של כל האירועים שנשמרו. שים לב ש<strong>מופעים חוזרים מופיעים כשורה "
|
1921 |
"אחת</strong> בטבלה ומועדי ההתחלה והסיום מתייחסים להתרחשות הראשונה של האירוע."
|
1922 |
|
1923 |
+
#: includes/event-organiser-cpt.php:569
|
1924 |
msgid ""
|
1925 |
"Hovering over a row in the venues list will display action links that allow "
|
1926 |
"you to manage that venue. You can perform the following actions:"
|
1928 |
"בריחוף עכבר מעל שורה ברשימת המיקומים, יוצג ו קישורי פעולה שיאפשרו לך לנהל את "
|
1929 |
"המיקום. אפשר לבצע את הפעולות שלהלן:"
|
1930 |
|
1931 |
+
#: includes/event-organiser-cpt.php:571
|
1932 |
msgid ""
|
1933 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1934 |
"screen by clicking on the venue title."
|
1936 |
"העריכה לוקחת אותך למסך העריכה של אותו מיקום. אפשר להגיע למסך הזה גם על-ידי "
|
1937 |
"לחיצה על כותרת המיקום."
|
1938 |
|
1939 |
+
#: includes/event-organiser-cpt.php:572
|
1940 |
msgid "Delete will permanently remove the venue"
|
1941 |
msgstr "מחיקה תסיר את המקום לצמיתות"
|
1942 |
|
1943 |
+
#: includes/event-organiser-cpt.php:573
|
1944 |
msgid "View will take you to the venue's page"
|
1945 |
msgstr "הצג ייקח אותך אל דף המקום"
|
1946 |
|
1947 |
+
#: includes/event-organiser-cpt.php:582
|
1948 |
msgid ""
|
1949 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1950 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
1954 |
"ידי לחיצה עליו. אם יש לך את ההרשאות הדרושות, יופיע גם קישור לדף עריכה של "
|
1955 |
"האירוע."
|
1956 |
|
1957 |
+
#: includes/event-organiser-cpt.php:583
|
1958 |
msgid ""
|
1959 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1960 |
"mode. You can also filter the events by events by category and venue. The "
|
1964 |
"יומית. אתה יכול גם לסנן את האירועים לפי אירועים, קטגוריות ומיקום. הכפתור "
|
1965 |
"\"עבור אל\" מאפשר לך לעבור ישירות לתאריך ספציפי."
|
1966 |
|
1967 |
+
#: includes/event-organiser-cpt.php:587
|
1968 |
msgid "Add Event"
|
1969 |
msgstr "הוסף אירוע"
|
1970 |
|
1971 |
+
#: includes/event-organiser-cpt.php:588
|
1972 |
msgid ""
|
1973 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
1974 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
1981 |
"שם, מיקום ותיאור. מרגע שהאירוע נוצר, תוכל לבחור האם לפרסם אותו או לשמור "
|
1982 |
"כטיוטה. בכל שלב תוכל לחזור ולערוך את האירוע."
|
1983 |
|
1984 |
+
#: includes/event-organiser-cpt.php:594
|
1985 |
msgid "For more information"
|
1986 |
msgstr "למידע נוסף"
|
1987 |
|
1988 |
+
#: includes/event-organiser-cpt.php:595
|
1989 |
#, php-format
|
1990 |
msgid "See the <a %s> documentation</a>"
|
1991 |
msgstr "ראה <a %s> תיעוד</a>"
|
1992 |
|
1993 |
+
#: includes/event-organiser-cpt.php:596
|
1994 |
msgid "Debugging Event Organiser"
|
1995 |
msgstr "ניפוי ארגון אירועים"
|
1996 |
|
1997 |
+
#: includes/event-organiser-cpt.php:597
|
1998 |
msgid "Go Pro!"
|
1999 |
msgstr "הרשם לגרסת Pro!"
|
2000 |
|
2001 |
+
#: includes/event-organiser-cpt.php:708 includes/event-organiser-cpt.php:731
|
2002 |
msgid "Color"
|
2003 |
msgstr "צבע"
|
2004 |
|
2005 |
+
#: includes/event-organiser-cpt.php:714
|
2006 |
msgid "Assign the category a colour."
|
2007 |
msgstr "הקצה צבע לקטגוריה"
|
2008 |
|
2188 |
msgid "Help"
|
2189 |
msgstr ""
|
2190 |
|
2191 |
+
#: includes/event-organiser-venue-functions.php:995
|
2192 |
msgid "Address"
|
2193 |
msgstr "כתובת"
|
2194 |
|
2195 |
+
#: includes/event-organiser-venue-functions.php:996
|
2196 |
msgid "City"
|
2197 |
msgstr "עיר"
|
2198 |
|
2199 |
+
#: includes/event-organiser-venue-functions.php:997
|
2200 |
msgid "State / Province"
|
2201 |
msgstr "מחוז"
|
2202 |
|
2203 |
+
#: includes/event-organiser-venue-functions.php:998
|
2204 |
msgid "Post Code"
|
2205 |
msgstr "מיקוד"
|
2206 |
|
2207 |
+
#: includes/event-organiser-venue-functions.php:999
|
2208 |
msgid "Country"
|
2209 |
msgstr "עיר"
|
2210 |
|
2299 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2300 |
msgstr ""
|
2301 |
|
2302 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
2303 |
+
#. *
|
2304 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
2305 |
+
#. ***************** NOTICE: *****************
|
2306 |
+
#. *
|
2307 |
+
#. * @package Event Organiser (plug-in)
|
2308 |
+
#. * @since 1.0.0
|
2309 |
+
#.
|
2310 |
+
#. Call the template header
|
2311 |
#: templates/taxonomy-event-venue.php:30
|
2312 |
#, php-format
|
2313 |
msgid "Events at: %s"
|
languages/eventorganiser-hi_IN.mo
CHANGED
Binary file
|
languages/eventorganiser-hi_IN.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: 2016-11-27T01:16:43+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
@@ -123,8 +123,8 @@ msgstr ""
|
|
123 |
|
124 |
#: classes/class-eo-event-list-widget.php:14
|
125 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
126 |
-
#: event-organiser.php:149 includes/event-organiser-cpt.php:
|
127 |
-
#: includes/event-organiser-cpt.php:
|
128 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
129 |
msgid "Events"
|
130 |
msgstr ""
|
@@ -247,7 +247,7 @@ msgid "Event Categories"
|
|
247 |
msgstr ""
|
248 |
|
249 |
#: classes/class-eo-widget-categories.php:25
|
250 |
-
#: includes/event-organiser-cpt.php:
|
251 |
#: includes/event-organiser-event-functions.php:1563
|
252 |
#: templates/event-meta-event-single.php:62
|
253 |
msgid "Categories"
|
@@ -451,6 +451,21 @@ msgstr ""
|
|
451 |
msgid "Open shortcut help"
|
452 |
msgstr ""
|
453 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
454 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
455 |
#: templates/event-meta-event-single.php:32
|
456 |
msgid "Event Details"
|
@@ -641,7 +656,7 @@ msgid "Show dates"
|
|
641 |
msgstr ""
|
642 |
|
643 |
#: event-organiser-edit.php:274
|
644 |
-
#: includes/event-organiser-venue-functions.php:
|
645 |
msgid "Select a venue"
|
646 |
msgstr ""
|
647 |
|
@@ -718,7 +733,7 @@ msgstr ""
|
|
718 |
msgid "Go to Event Organiser settings"
|
719 |
msgstr ""
|
720 |
|
721 |
-
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:
|
722 |
msgid "Event"
|
723 |
msgstr ""
|
724 |
|
@@ -881,7 +896,7 @@ msgid "Revisions"
|
|
881 |
msgstr ""
|
882 |
|
883 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
884 |
-
#: includes/event-organiser-cpt.php:
|
885 |
msgid "Event Tags"
|
886 |
msgstr ""
|
887 |
|
@@ -1210,13 +1225,13 @@ msgstr ""
|
|
1210 |
msgid "Slug"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
-
#: features/bootstrap/FeatureContext.php:
|
1214 |
-
#: features/bootstrap/FeatureContext.php:
|
1215 |
msgid "Main Sidebar"
|
1216 |
msgstr ""
|
1217 |
|
1218 |
-
#: features/bootstrap/FeatureContext.php:
|
1219 |
-
#: features/bootstrap/FeatureContext.php:
|
1220 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1221 |
msgstr ""
|
1222 |
|
@@ -1400,7 +1415,7 @@ msgstr ""
|
|
1400 |
msgid "This event recurs"
|
1401 |
msgstr ""
|
1402 |
|
1403 |
-
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:
|
1404 |
msgid "Edit Event"
|
1405 |
msgstr ""
|
1406 |
|
@@ -1502,378 +1517,397 @@ msgstr ""
|
|
1502 |
msgid "View all venues"
|
1503 |
msgstr ""
|
1504 |
|
1505 |
-
#: includes/event-organiser-cpt.php:
|
1506 |
msgctxt "taxonomy singular name"
|
1507 |
msgid "Category"
|
1508 |
msgstr ""
|
1509 |
|
1510 |
-
#: includes/event-organiser-cpt.php:
|
1511 |
msgid "Search Categories"
|
1512 |
msgstr ""
|
1513 |
|
1514 |
-
#: includes/event-organiser-cpt.php:
|
1515 |
msgid "All Categories"
|
1516 |
msgstr ""
|
1517 |
|
1518 |
-
#: includes/event-organiser-cpt.php:
|
1519 |
msgid "Parent Category"
|
1520 |
msgstr ""
|
1521 |
|
1522 |
-
#: includes/event-organiser-cpt.php:
|
1523 |
msgid "Parent Category:"
|
1524 |
msgstr ""
|
1525 |
|
1526 |
-
#: includes/event-organiser-cpt.php:
|
1527 |
msgid "Edit Category"
|
1528 |
msgstr ""
|
1529 |
|
1530 |
-
#: includes/event-organiser-cpt.php:
|
1531 |
msgid "Update Category"
|
1532 |
msgstr ""
|
1533 |
|
1534 |
-
#: includes/event-organiser-cpt.php:
|
1535 |
msgid "Add New Category"
|
1536 |
msgstr ""
|
1537 |
|
1538 |
-
#: includes/event-organiser-cpt.php:
|
1539 |
msgid "New Category Name"
|
1540 |
msgstr ""
|
1541 |
|
1542 |
-
#: includes/event-organiser-cpt.php:
|
1543 |
msgid "No categories found"
|
1544 |
msgstr ""
|
1545 |
|
1546 |
-
#: includes/event-organiser-cpt.php:
|
1547 |
msgid "Event categories list navigation"
|
1548 |
msgstr ""
|
1549 |
|
1550 |
-
#: includes/event-organiser-cpt.php:
|
1551 |
msgid "Event categories list"
|
1552 |
msgstr ""
|
1553 |
|
1554 |
-
#: includes/event-organiser-cpt.php:
|
1555 |
msgid "View all categories"
|
1556 |
msgstr ""
|
1557 |
|
1558 |
-
#: includes/event-organiser-cpt.php:
|
1559 |
msgctxt "taxonomy singular name"
|
1560 |
msgid "Tag"
|
1561 |
msgstr ""
|
1562 |
|
1563 |
-
#: includes/event-organiser-cpt.php:
|
1564 |
msgid "Search Tags"
|
1565 |
msgstr ""
|
1566 |
|
1567 |
-
#: includes/event-organiser-cpt.php:
|
1568 |
msgid "All Tags"
|
1569 |
msgstr ""
|
1570 |
|
1571 |
-
#: includes/event-organiser-cpt.php:
|
1572 |
msgid "Popular Tags"
|
1573 |
msgstr ""
|
1574 |
|
1575 |
-
#: includes/event-organiser-cpt.php:
|
1576 |
msgid "Edit Tag"
|
1577 |
msgstr ""
|
1578 |
|
1579 |
-
#: includes/event-organiser-cpt.php:
|
1580 |
msgid "Update Tag"
|
1581 |
msgstr ""
|
1582 |
|
1583 |
-
#: includes/event-organiser-cpt.php:
|
1584 |
msgid "Add New Tag"
|
1585 |
msgstr ""
|
1586 |
|
1587 |
-
#: includes/event-organiser-cpt.php:
|
1588 |
msgid "New Tag Name"
|
1589 |
msgstr ""
|
1590 |
|
1591 |
-
#: includes/event-organiser-cpt.php:
|
1592 |
msgid "No tags found"
|
1593 |
msgstr ""
|
1594 |
|
1595 |
-
#: includes/event-organiser-cpt.php:
|
1596 |
msgid "Choose from the most used tags"
|
1597 |
msgstr ""
|
1598 |
|
1599 |
-
#: includes/event-organiser-cpt.php:
|
1600 |
#: includes/event-organiser-event-functions.php:1571
|
1601 |
#: templates/event-meta-event-single.php:66
|
1602 |
msgid "Tags"
|
1603 |
msgstr ""
|
1604 |
|
1605 |
-
#: includes/event-organiser-cpt.php:
|
1606 |
msgid "Add or remove tags"
|
1607 |
msgstr ""
|
1608 |
|
1609 |
-
#: includes/event-organiser-cpt.php:
|
1610 |
msgid "Separate tags with commas"
|
1611 |
msgstr ""
|
1612 |
|
1613 |
-
#: includes/event-organiser-cpt.php:
|
1614 |
msgid "Event tags list navigation"
|
1615 |
msgstr ""
|
1616 |
|
1617 |
-
#: includes/event-organiser-cpt.php:
|
1618 |
msgid "Event tags list"
|
1619 |
msgstr ""
|
1620 |
|
1621 |
-
#: includes/event-organiser-cpt.php:
|
1622 |
msgid "View all tags"
|
1623 |
msgstr ""
|
1624 |
|
1625 |
-
#: includes/event-organiser-cpt.php:
|
1626 |
msgctxt "post"
|
1627 |
msgid "Add New"
|
1628 |
msgstr ""
|
1629 |
|
1630 |
-
#: includes/event-organiser-cpt.php:
|
1631 |
msgid "Add New Event"
|
1632 |
msgstr ""
|
1633 |
|
1634 |
-
#: includes/event-organiser-cpt.php:
|
1635 |
msgid "New Event"
|
1636 |
msgstr ""
|
1637 |
|
1638 |
-
#: includes/event-organiser-cpt.php:
|
1639 |
msgid "All Events"
|
1640 |
msgstr ""
|
1641 |
|
1642 |
-
#: includes/event-organiser-cpt.php:
|
1643 |
msgid "View Event"
|
1644 |
msgstr ""
|
1645 |
|
1646 |
-
#: includes/event-organiser-cpt.php:
|
1647 |
msgid "Search events"
|
1648 |
msgstr ""
|
1649 |
|
1650 |
-
#: includes/event-organiser-cpt.php:
|
1651 |
msgid "No events found"
|
1652 |
msgstr ""
|
1653 |
|
1654 |
-
#: includes/event-organiser-cpt.php:
|
1655 |
msgid "No events found in Trash"
|
1656 |
msgstr ""
|
1657 |
|
1658 |
-
#: includes/event-organiser-cpt.php:
|
1659 |
msgid "Filter events list"
|
1660 |
msgstr ""
|
1661 |
|
1662 |
-
#: includes/event-organiser-cpt.php:
|
1663 |
msgid "Events list navigation"
|
1664 |
msgstr ""
|
1665 |
|
1666 |
-
#: includes/event-organiser-cpt.php:
|
1667 |
msgid "Events list"
|
1668 |
msgstr ""
|
1669 |
|
1670 |
-
#: includes/event-organiser-cpt.php:
|
1671 |
msgid "Event Archives"
|
1672 |
msgstr ""
|
1673 |
|
1674 |
-
#: includes/event-organiser-cpt.php:
|
1675 |
msgid "Insert into event"
|
1676 |
msgstr ""
|
1677 |
|
1678 |
-
#: includes/event-organiser-cpt.php:
|
1679 |
msgid "Uploaded to this event"
|
1680 |
msgstr ""
|
1681 |
|
1682 |
-
#: includes/event-organiser-cpt.php:
|
1683 |
#, php-format
|
1684 |
msgid "Events at %s"
|
1685 |
msgstr ""
|
1686 |
|
1687 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1688 |
#: templates/taxonomy-event-category.php:27
|
1689 |
#, php-format
|
1690 |
msgid "Event Category: %s"
|
1691 |
msgstr ""
|
1692 |
|
1693 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1694 |
#, php-format
|
1695 |
msgid "Event Tag: %s"
|
1696 |
msgstr ""
|
1697 |
|
1698 |
-
#: includes/event-organiser-cpt.php:
|
1699 |
-
#: includes/event-organiser-cpt.php:
|
1700 |
#, php-format
|
1701 |
msgid "Events: %s"
|
1702 |
msgstr ""
|
1703 |
|
1704 |
-
#: includes/event-organiser-cpt.php:
|
1705 |
#, php-format
|
1706 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1707 |
msgstr ""
|
1708 |
|
1709 |
-
#: includes/event-organiser-cpt.php:
|
1710 |
msgid "Event updated."
|
1711 |
msgstr ""
|
1712 |
|
1713 |
-
#: includes/event-organiser-cpt.php:
|
1714 |
#, php-format
|
1715 |
msgid "Event restored to revision from %s"
|
1716 |
msgstr ""
|
1717 |
|
1718 |
-
#: includes/event-organiser-cpt.php:
|
1719 |
#, php-format
|
1720 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1721 |
msgstr ""
|
1722 |
|
1723 |
-
#: includes/event-organiser-cpt.php:
|
1724 |
msgid "Event saved."
|
1725 |
msgstr ""
|
1726 |
|
1727 |
-
#: includes/event-organiser-cpt.php:
|
1728 |
#, php-format
|
1729 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1730 |
msgstr ""
|
1731 |
|
1732 |
-
#: includes/event-organiser-cpt.php:
|
1733 |
#, php-format
|
1734 |
msgid ""
|
1735 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1736 |
"\">Preview event</a>"
|
1737 |
msgstr ""
|
1738 |
|
1739 |
-
|
|
|
1740 |
msgid "M j, Y @ G:i"
|
1741 |
msgstr ""
|
1742 |
|
1743 |
-
#: includes/event-organiser-cpt.php:
|
1744 |
#, php-format
|
1745 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1746 |
msgstr ""
|
1747 |
|
1748 |
-
#: includes/event-organiser-cpt.php:
|
1749 |
msgid "This event has been broken from a recurring event."
|
1750 |
msgstr ""
|
1751 |
|
1752 |
-
#: includes/event-organiser-cpt.php:
|
1753 |
msgid "Creating events"
|
1754 |
msgstr ""
|
1755 |
|
1756 |
-
#: includes/event-organiser-cpt.php:
|
1757 |
msgid "Creating events:"
|
1758 |
msgstr ""
|
1759 |
|
1760 |
-
#: includes/event-organiser-cpt.php:
|
1761 |
msgid ""
|
1762 |
"The start date is the date the event starts. If the event is a recurring "
|
1763 |
"event, this is the start date of the first occurrence."
|
1764 |
msgstr ""
|
1765 |
|
1766 |
-
#: includes/event-organiser-cpt.php:
|
1767 |
msgid ""
|
1768 |
"The end date is the date the event finishes. If the event is a recurring "
|
1769 |
"event, this is the end date of the first occurrence."
|
1770 |
msgstr ""
|
1771 |
|
1772 |
-
#: includes/event-organiser-cpt.php:
|
1773 |
msgid ""
|
1774 |
"All dates and times must be entered in the specified format. This format can "
|
1775 |
"changed in the settings page."
|
1776 |
msgstr ""
|
1777 |
|
1778 |
-
#: includes/event-organiser-cpt.php:
|
1779 |
msgid "Repeating events"
|
1780 |
msgstr ""
|
1781 |
|
1782 |
-
#: includes/event-organiser-cpt.php:
|
1783 |
msgid ""
|
1784 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1785 |
"dropdown menu to select how the event is to repeat. Further options then "
|
1786 |
"appear, "
|
1787 |
msgstr ""
|
1788 |
|
1789 |
-
#: includes/event-organiser-cpt.php:
|
1790 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1791 |
msgstr ""
|
1792 |
|
1793 |
-
#: includes/event-organiser-cpt.php:
|
1794 |
msgid ""
|
1795 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1796 |
"date, but an occurrence that starts before may finish after this date."
|
1797 |
msgstr ""
|
1798 |
|
1799 |
-
#: includes/event-organiser-cpt.php:
|
1800 |
msgid ""
|
1801 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1802 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
1803 |
"third Tuesday) "
|
1804 |
msgstr ""
|
1805 |
|
1806 |
-
#: includes/event-organiser-cpt.php:
|
1807 |
msgid ""
|
1808 |
"If weekly recurrence is selected, select which days of the week the event "
|
1809 |
"should be repeated. If no days are selected, the day of the start date is "
|
1810 |
"used"
|
1811 |
msgstr ""
|
1812 |
|
1813 |
-
#: includes/event-organiser-cpt.php:
|
1814 |
msgid "Selecting a venue"
|
1815 |
msgstr ""
|
1816 |
|
1817 |
-
#: includes/event-organiser-cpt.php:
|
1818 |
msgid "Use the venues input field to search for existing venues"
|
1819 |
msgstr ""
|
1820 |
|
1821 |
-
#: includes/event-organiser-cpt.php:
|
1822 |
msgid ""
|
1823 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1824 |
"page."
|
1825 |
msgstr ""
|
1826 |
|
1827 |
-
#: includes/event-organiser-cpt.php:
|
1828 |
msgid "Overview"
|
1829 |
msgstr ""
|
1830 |
|
1831 |
-
#: includes/event-organiser-cpt.php:
|
1832 |
msgid ""
|
1833 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1834 |
"appear as a single row </strong> in the table and the start and end date "
|
1835 |
"refers to the first occurrence of that event."
|
1836 |
msgstr ""
|
1837 |
|
1838 |
-
#: includes/event-organiser-cpt.php:
|
1839 |
msgid ""
|
1840 |
"Hovering over a row in the venues list will display action links that allow "
|
1841 |
"you to manage that venue. You can perform the following actions:"
|
1842 |
msgstr ""
|
1843 |
|
1844 |
-
#: includes/event-organiser-cpt.php:
|
1845 |
msgid ""
|
1846 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1847 |
"screen by clicking on the venue title."
|
1848 |
msgstr ""
|
1849 |
|
1850 |
-
#: includes/event-organiser-cpt.php:
|
1851 |
msgid "Delete will permanently remove the venue"
|
1852 |
msgstr ""
|
1853 |
|
1854 |
-
#: includes/event-organiser-cpt.php:
|
1855 |
msgid "View will take you to the venue's page"
|
1856 |
msgstr ""
|
1857 |
|
1858 |
-
#: includes/event-organiser-cpt.php:
|
1859 |
msgid ""
|
1860 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1861 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
1862 |
"the event's edit page will appear also."
|
1863 |
msgstr ""
|
1864 |
|
1865 |
-
#: includes/event-organiser-cpt.php:
|
1866 |
msgid ""
|
1867 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1868 |
"mode. You can also filter the events by events by category and venue. The "
|
1869 |
"'go to date' button allows you to quickly jump to a specific date."
|
1870 |
msgstr ""
|
1871 |
|
1872 |
-
#: includes/event-organiser-cpt.php:
|
1873 |
msgid "Add Event"
|
1874 |
msgstr ""
|
1875 |
|
1876 |
-
#: includes/event-organiser-cpt.php:
|
1877 |
msgid ""
|
1878 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
1879 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
@@ -1882,28 +1916,28 @@ msgid ""
|
|
1882 |
"event is created and you are forwarded to that event's edit page."
|
1883 |
msgstr ""
|
1884 |
|
1885 |
-
#: includes/event-organiser-cpt.php:
|
1886 |
msgid "For more information"
|
1887 |
msgstr ""
|
1888 |
|
1889 |
-
#: includes/event-organiser-cpt.php:
|
1890 |
#, php-format
|
1891 |
msgid "See the <a %s> documentation</a>"
|
1892 |
msgstr ""
|
1893 |
|
1894 |
-
#: includes/event-organiser-cpt.php:
|
1895 |
msgid "Debugging Event Organiser"
|
1896 |
msgstr ""
|
1897 |
|
1898 |
-
#: includes/event-organiser-cpt.php:
|
1899 |
msgid "Go Pro!"
|
1900 |
msgstr ""
|
1901 |
|
1902 |
-
#: includes/event-organiser-cpt.php:
|
1903 |
msgid "Color"
|
1904 |
msgstr ""
|
1905 |
|
1906 |
-
#: includes/event-organiser-cpt.php:
|
1907 |
msgid "Assign the category a colour."
|
1908 |
msgstr ""
|
1909 |
|
@@ -2088,27 +2122,27 @@ msgstr ""
|
|
2088 |
msgid "Help"
|
2089 |
msgstr ""
|
2090 |
|
2091 |
-
#: includes/event-organiser-venue-functions.php:
|
2092 |
#, fuzzy
|
2093 |
msgid "Address"
|
2094 |
msgstr "पता"
|
2095 |
|
2096 |
-
#: includes/event-organiser-venue-functions.php:
|
2097 |
#, fuzzy
|
2098 |
msgid "City"
|
2099 |
msgstr "शहर"
|
2100 |
|
2101 |
-
#: includes/event-organiser-venue-functions.php:
|
2102 |
#, fuzzy
|
2103 |
msgid "State / Province"
|
2104 |
msgstr "राज्य / प्रांत"
|
2105 |
|
2106 |
-
#: includes/event-organiser-venue-functions.php:
|
2107 |
#, fuzzy
|
2108 |
msgid "Post Code"
|
2109 |
msgstr "पोस्ट कोड"
|
2110 |
|
2111 |
-
#: includes/event-organiser-venue-functions.php:
|
2112 |
#, fuzzy
|
2113 |
msgid "Country"
|
2114 |
msgstr "देश"
|
@@ -2206,6 +2240,15 @@ msgstr ""
|
|
2206 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2207 |
msgstr ""
|
2208 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2209 |
#: templates/taxonomy-event-venue.php:30
|
2210 |
#, php-format
|
2211 |
msgid "Events at: %s"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-03-06 23:13+0000\n"
|
6 |
"PO-Revision-Date: 2016-11-27T01:16:43+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
123 |
|
124 |
#: classes/class-eo-event-list-widget.php:14
|
125 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
126 |
+
#: event-organiser.php:149 includes/event-organiser-cpt.php:226
|
127 |
+
#: includes/event-organiser-cpt.php:238
|
128 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
129 |
msgid "Events"
|
130 |
msgstr ""
|
247 |
msgstr ""
|
248 |
|
249 |
#: classes/class-eo-widget-categories.php:25
|
250 |
+
#: includes/event-organiser-cpt.php:95 includes/event-organiser-cpt.php:106
|
251 |
#: includes/event-organiser-event-functions.php:1563
|
252 |
#: templates/event-meta-event-single.php:62
|
253 |
msgid "Categories"
|
451 |
msgid "Open shortcut help"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#. //codex.wp-event-organiser.com
|
455 |
+
#. *
|
456 |
+
#. ***************** NOTICE: *****************
|
457 |
+
#. * Do not make changes to this file. Any changes made to this file
|
458 |
+
#. * will be overwritten if the plug-in is updated.
|
459 |
+
#. *
|
460 |
+
#. * To overwrite this template with your own, make a copy of it (with the same name)
|
461 |
+
#. * in your theme directory. See http://docs.wp-event-organiser.com/theme-integration for more information
|
462 |
+
#. *
|
463 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
464 |
+
#. ***************** NOTICE: *****************
|
465 |
+
#. *
|
466 |
+
#. * @package Event Organiser (plug-in)
|
467 |
+
#. * @since 1.7
|
468 |
+
#.
|
469 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
470 |
#: templates/event-meta-event-single.php:32
|
471 |
msgid "Event Details"
|
656 |
msgstr ""
|
657 |
|
658 |
#: event-organiser-edit.php:274
|
659 |
+
#: includes/event-organiser-venue-functions.php:1030
|
660 |
msgid "Select a venue"
|
661 |
msgstr ""
|
662 |
|
733 |
msgid "Go to Event Organiser settings"
|
734 |
msgstr ""
|
735 |
|
736 |
+
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:227
|
737 |
msgid "Event"
|
738 |
msgstr ""
|
739 |
|
896 |
msgstr ""
|
897 |
|
898 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
899 |
+
#: includes/event-organiser-cpt.php:152
|
900 |
msgid "Event Tags"
|
901 |
msgstr ""
|
902 |
|
1225 |
msgid "Slug"
|
1226 |
msgstr ""
|
1227 |
|
1228 |
+
#: features/bootstrap/FeatureContext.php:459
|
1229 |
+
#: features/bootstrap/FeatureContext.php:627
|
1230 |
msgid "Main Sidebar"
|
1231 |
msgstr ""
|
1232 |
|
1233 |
+
#: features/bootstrap/FeatureContext.php:461
|
1234 |
+
#: features/bootstrap/FeatureContext.php:629
|
1235 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1236 |
msgstr ""
|
1237 |
|
1415 |
msgid "This event recurs"
|
1416 |
msgstr ""
|
1417 |
|
1418 |
+
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:230
|
1419 |
msgid "Edit Event"
|
1420 |
msgstr ""
|
1421 |
|
1517 |
msgid "View all venues"
|
1518 |
msgstr ""
|
1519 |
|
1520 |
+
#: includes/event-organiser-cpt.php:96
|
1521 |
msgctxt "taxonomy singular name"
|
1522 |
msgid "Category"
|
1523 |
msgstr ""
|
1524 |
|
1525 |
+
#: includes/event-organiser-cpt.php:97
|
1526 |
msgid "Search Categories"
|
1527 |
msgstr ""
|
1528 |
|
1529 |
+
#: includes/event-organiser-cpt.php:98
|
1530 |
msgid "All Categories"
|
1531 |
msgstr ""
|
1532 |
|
1533 |
+
#: includes/event-organiser-cpt.php:99
|
1534 |
msgid "Parent Category"
|
1535 |
msgstr ""
|
1536 |
|
1537 |
+
#: includes/event-organiser-cpt.php:100
|
1538 |
msgid "Parent Category:"
|
1539 |
msgstr ""
|
1540 |
|
1541 |
+
#: includes/event-organiser-cpt.php:101
|
1542 |
msgid "Edit Category"
|
1543 |
msgstr ""
|
1544 |
|
1545 |
+
#: includes/event-organiser-cpt.php:102
|
1546 |
msgid "Update Category"
|
1547 |
msgstr ""
|
1548 |
|
1549 |
+
#: includes/event-organiser-cpt.php:103
|
1550 |
msgid "Add New Category"
|
1551 |
msgstr ""
|
1552 |
|
1553 |
+
#: includes/event-organiser-cpt.php:104
|
1554 |
msgid "New Category Name"
|
1555 |
msgstr ""
|
1556 |
|
1557 |
+
#: includes/event-organiser-cpt.php:105
|
1558 |
msgid "No categories found"
|
1559 |
msgstr ""
|
1560 |
|
1561 |
+
#: includes/event-organiser-cpt.php:107
|
1562 |
msgid "Event categories list navigation"
|
1563 |
msgstr ""
|
1564 |
|
1565 |
+
#: includes/event-organiser-cpt.php:108
|
1566 |
msgid "Event categories list"
|
1567 |
msgstr ""
|
1568 |
|
1569 |
+
#: includes/event-organiser-cpt.php:110
|
1570 |
msgid "View all categories"
|
1571 |
msgstr ""
|
1572 |
|
1573 |
+
#: includes/event-organiser-cpt.php:153
|
1574 |
msgctxt "taxonomy singular name"
|
1575 |
msgid "Tag"
|
1576 |
msgstr ""
|
1577 |
|
1578 |
+
#: includes/event-organiser-cpt.php:154
|
1579 |
msgid "Search Tags"
|
1580 |
msgstr ""
|
1581 |
|
1582 |
+
#: includes/event-organiser-cpt.php:155
|
1583 |
msgid "All Tags"
|
1584 |
msgstr ""
|
1585 |
|
1586 |
+
#: includes/event-organiser-cpt.php:156
|
1587 |
msgid "Popular Tags"
|
1588 |
msgstr ""
|
1589 |
|
1590 |
+
#: includes/event-organiser-cpt.php:157
|
1591 |
msgid "Edit Tag"
|
1592 |
msgstr ""
|
1593 |
|
1594 |
+
#: includes/event-organiser-cpt.php:158
|
1595 |
msgid "Update Tag"
|
1596 |
msgstr ""
|
1597 |
|
1598 |
+
#: includes/event-organiser-cpt.php:159
|
1599 |
msgid "Add New Tag"
|
1600 |
msgstr ""
|
1601 |
|
1602 |
+
#: includes/event-organiser-cpt.php:160
|
1603 |
msgid "New Tag Name"
|
1604 |
msgstr ""
|
1605 |
|
1606 |
+
#: includes/event-organiser-cpt.php:161
|
1607 |
msgid "No tags found"
|
1608 |
msgstr ""
|
1609 |
|
1610 |
+
#: includes/event-organiser-cpt.php:162
|
1611 |
msgid "Choose from the most used tags"
|
1612 |
msgstr ""
|
1613 |
|
1614 |
+
#: includes/event-organiser-cpt.php:163
|
1615 |
#: includes/event-organiser-event-functions.php:1571
|
1616 |
#: templates/event-meta-event-single.php:66
|
1617 |
msgid "Tags"
|
1618 |
msgstr ""
|
1619 |
|
1620 |
+
#: includes/event-organiser-cpt.php:164
|
1621 |
msgid "Add or remove tags"
|
1622 |
msgstr ""
|
1623 |
|
1624 |
+
#: includes/event-organiser-cpt.php:165
|
1625 |
msgid "Separate tags with commas"
|
1626 |
msgstr ""
|
1627 |
|
1628 |
+
#: includes/event-organiser-cpt.php:166
|
1629 |
msgid "Event tags list navigation"
|
1630 |
msgstr ""
|
1631 |
|
1632 |
+
#: includes/event-organiser-cpt.php:167
|
1633 |
msgid "Event tags list"
|
1634 |
msgstr ""
|
1635 |
|
1636 |
+
#: includes/event-organiser-cpt.php:169
|
1637 |
msgid "View all tags"
|
1638 |
msgstr ""
|
1639 |
|
1640 |
+
#: includes/event-organiser-cpt.php:228
|
1641 |
msgctxt "post"
|
1642 |
msgid "Add New"
|
1643 |
msgstr ""
|
1644 |
|
1645 |
+
#: includes/event-organiser-cpt.php:229
|
1646 |
msgid "Add New Event"
|
1647 |
msgstr ""
|
1648 |
|
1649 |
+
#: includes/event-organiser-cpt.php:231
|
1650 |
msgid "New Event"
|
1651 |
msgstr ""
|
1652 |
|
1653 |
+
#: includes/event-organiser-cpt.php:232
|
1654 |
msgid "All Events"
|
1655 |
msgstr ""
|
1656 |
|
1657 |
+
#: includes/event-organiser-cpt.php:233
|
1658 |
msgid "View Event"
|
1659 |
msgstr ""
|
1660 |
|
1661 |
+
#: includes/event-organiser-cpt.php:234
|
1662 |
msgid "Search events"
|
1663 |
msgstr ""
|
1664 |
|
1665 |
+
#: includes/event-organiser-cpt.php:235
|
1666 |
msgid "No events found"
|
1667 |
msgstr ""
|
1668 |
|
1669 |
+
#: includes/event-organiser-cpt.php:236
|
1670 |
msgid "No events found in Trash"
|
1671 |
msgstr ""
|
1672 |
|
1673 |
+
#: includes/event-organiser-cpt.php:239
|
1674 |
msgid "Filter events list"
|
1675 |
msgstr ""
|
1676 |
|
1677 |
+
#: includes/event-organiser-cpt.php:240
|
1678 |
msgid "Events list navigation"
|
1679 |
msgstr ""
|
1680 |
|
1681 |
+
#: includes/event-organiser-cpt.php:241
|
1682 |
msgid "Events list"
|
1683 |
msgstr ""
|
1684 |
|
1685 |
+
#: includes/event-organiser-cpt.php:242
|
1686 |
msgid "Event Archives"
|
1687 |
msgstr ""
|
1688 |
|
1689 |
+
#: includes/event-organiser-cpt.php:243
|
1690 |
msgid "Insert into event"
|
1691 |
msgstr ""
|
1692 |
|
1693 |
+
#: includes/event-organiser-cpt.php:244
|
1694 |
msgid "Uploaded to this event"
|
1695 |
msgstr ""
|
1696 |
|
1697 |
+
#: includes/event-organiser-cpt.php:246
|
1698 |
#, php-format
|
1699 |
msgid "Events at %s"
|
1700 |
msgstr ""
|
1701 |
|
1702 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1703 |
+
#. *
|
1704 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1705 |
+
#. ***************** NOTICE: *****************
|
1706 |
+
#. *
|
1707 |
+
#. * @package Event Organiser (plug-in)
|
1708 |
+
#. * @since 1.0.0
|
1709 |
+
#.
|
1710 |
+
#. Call the template header
|
1711 |
+
#: includes/event-organiser-cpt.php:247
|
1712 |
#: templates/taxonomy-event-category.php:27
|
1713 |
#, php-format
|
1714 |
msgid "Event Category: %s"
|
1715 |
msgstr ""
|
1716 |
|
1717 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1718 |
+
#. *
|
1719 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1720 |
+
#. ***************** NOTICE: *****************
|
1721 |
+
#. *
|
1722 |
+
#. * @package Event Organiser (plug-in)
|
1723 |
+
#. * @since 1.2.0
|
1724 |
+
#.
|
1725 |
+
#. Call the template header
|
1726 |
+
#: includes/event-organiser-cpt.php:248 templates/taxonomy-event-tag.php:27
|
1727 |
#, php-format
|
1728 |
msgid "Event Tag: %s"
|
1729 |
msgstr ""
|
1730 |
|
1731 |
+
#: includes/event-organiser-cpt.php:249 includes/event-organiser-cpt.php:250
|
1732 |
+
#: includes/event-organiser-cpt.php:251
|
1733 |
#, php-format
|
1734 |
msgid "Events: %s"
|
1735 |
msgstr ""
|
1736 |
|
1737 |
+
#: includes/event-organiser-cpt.php:332
|
1738 |
#, php-format
|
1739 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1740 |
msgstr ""
|
1741 |
|
1742 |
+
#: includes/event-organiser-cpt.php:333
|
1743 |
msgid "Event updated."
|
1744 |
msgstr ""
|
1745 |
|
1746 |
+
#: includes/event-organiser-cpt.php:335
|
1747 |
#, php-format
|
1748 |
msgid "Event restored to revision from %s"
|
1749 |
msgstr ""
|
1750 |
|
1751 |
+
#: includes/event-organiser-cpt.php:336
|
1752 |
#, php-format
|
1753 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1754 |
msgstr ""
|
1755 |
|
1756 |
+
#: includes/event-organiser-cpt.php:337
|
1757 |
msgid "Event saved."
|
1758 |
msgstr ""
|
1759 |
|
1760 |
+
#: includes/event-organiser-cpt.php:339
|
1761 |
#, php-format
|
1762 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1763 |
msgstr ""
|
1764 |
|
1765 |
+
#: includes/event-organiser-cpt.php:343
|
1766 |
#, php-format
|
1767 |
msgid ""
|
1768 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1769 |
"\">Preview event</a>"
|
1770 |
msgstr ""
|
1771 |
|
1772 |
+
#. //php.net/date
|
1773 |
+
#: includes/event-organiser-cpt.php:345
|
1774 |
msgid "M j, Y @ G:i"
|
1775 |
msgstr ""
|
1776 |
|
1777 |
+
#: includes/event-organiser-cpt.php:348
|
1778 |
#, php-format
|
1779 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1780 |
msgstr ""
|
1781 |
|
1782 |
+
#: includes/event-organiser-cpt.php:351
|
1783 |
msgid "This event has been broken from a recurring event."
|
1784 |
msgstr ""
|
1785 |
|
1786 |
+
#: includes/event-organiser-cpt.php:527
|
1787 |
msgid "Creating events"
|
1788 |
msgstr ""
|
1789 |
|
1790 |
+
#: includes/event-organiser-cpt.php:528
|
1791 |
msgid "Creating events:"
|
1792 |
msgstr ""
|
1793 |
|
1794 |
+
#: includes/event-organiser-cpt.php:530
|
1795 |
msgid ""
|
1796 |
"The start date is the date the event starts. If the event is a recurring "
|
1797 |
"event, this is the start date of the first occurrence."
|
1798 |
msgstr ""
|
1799 |
|
1800 |
+
#: includes/event-organiser-cpt.php:531
|
1801 |
msgid ""
|
1802 |
"The end date is the date the event finishes. If the event is a recurring "
|
1803 |
"event, this is the end date of the first occurrence."
|
1804 |
msgstr ""
|
1805 |
|
1806 |
+
#: includes/event-organiser-cpt.php:532
|
1807 |
msgid ""
|
1808 |
"All dates and times must be entered in the specified format. This format can "
|
1809 |
"changed in the settings page."
|
1810 |
msgstr ""
|
1811 |
|
1812 |
+
#: includes/event-organiser-cpt.php:537
|
1813 |
msgid "Repeating events"
|
1814 |
msgstr ""
|
1815 |
|
1816 |
+
#: includes/event-organiser-cpt.php:538
|
1817 |
msgid ""
|
1818 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1819 |
"dropdown menu to select how the event is to repeat. Further options then "
|
1820 |
"appear, "
|
1821 |
msgstr ""
|
1822 |
|
1823 |
+
#: includes/event-organiser-cpt.php:540
|
1824 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1825 |
msgstr ""
|
1826 |
|
1827 |
+
#: includes/event-organiser-cpt.php:541
|
1828 |
msgid ""
|
1829 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1830 |
"date, but an occurrence that starts before may finish after this date."
|
1831 |
msgstr ""
|
1832 |
|
1833 |
+
#: includes/event-organiser-cpt.php:542
|
1834 |
msgid ""
|
1835 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1836 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
1837 |
"third Tuesday) "
|
1838 |
msgstr ""
|
1839 |
|
1840 |
+
#: includes/event-organiser-cpt.php:543
|
1841 |
msgid ""
|
1842 |
"If weekly recurrence is selected, select which days of the week the event "
|
1843 |
"should be repeated. If no days are selected, the day of the start date is "
|
1844 |
"used"
|
1845 |
msgstr ""
|
1846 |
|
1847 |
+
#: includes/event-organiser-cpt.php:548 includes/event-organiser-cpt.php:549
|
1848 |
msgid "Selecting a venue"
|
1849 |
msgstr ""
|
1850 |
|
1851 |
+
#: includes/event-organiser-cpt.php:551
|
1852 |
msgid "Use the venues input field to search for existing venues"
|
1853 |
msgstr ""
|
1854 |
|
1855 |
+
#: includes/event-organiser-cpt.php:552
|
1856 |
msgid ""
|
1857 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1858 |
"page."
|
1859 |
msgstr ""
|
1860 |
|
1861 |
+
#: includes/event-organiser-cpt.php:562 includes/event-organiser-cpt.php:581
|
1862 |
msgid "Overview"
|
1863 |
msgstr ""
|
1864 |
|
1865 |
+
#: includes/event-organiser-cpt.php:563
|
1866 |
msgid ""
|
1867 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1868 |
"appear as a single row </strong> in the table and the start and end date "
|
1869 |
"refers to the first occurrence of that event."
|
1870 |
msgstr ""
|
1871 |
|
1872 |
+
#: includes/event-organiser-cpt.php:569
|
1873 |
msgid ""
|
1874 |
"Hovering over a row in the venues list will display action links that allow "
|
1875 |
"you to manage that venue. You can perform the following actions:"
|
1876 |
msgstr ""
|
1877 |
|
1878 |
+
#: includes/event-organiser-cpt.php:571
|
1879 |
msgid ""
|
1880 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1881 |
"screen by clicking on the venue title."
|
1882 |
msgstr ""
|
1883 |
|
1884 |
+
#: includes/event-organiser-cpt.php:572
|
1885 |
msgid "Delete will permanently remove the venue"
|
1886 |
msgstr ""
|
1887 |
|
1888 |
+
#: includes/event-organiser-cpt.php:573
|
1889 |
msgid "View will take you to the venue's page"
|
1890 |
msgstr ""
|
1891 |
|
1892 |
+
#: includes/event-organiser-cpt.php:582
|
1893 |
msgid ""
|
1894 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1895 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
1896 |
"the event's edit page will appear also."
|
1897 |
msgstr ""
|
1898 |
|
1899 |
+
#: includes/event-organiser-cpt.php:583
|
1900 |
msgid ""
|
1901 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1902 |
"mode. You can also filter the events by events by category and venue. The "
|
1903 |
"'go to date' button allows you to quickly jump to a specific date."
|
1904 |
msgstr ""
|
1905 |
|
1906 |
+
#: includes/event-organiser-cpt.php:587
|
1907 |
msgid "Add Event"
|
1908 |
msgstr ""
|
1909 |
|
1910 |
+
#: includes/event-organiser-cpt.php:588
|
1911 |
msgid ""
|
1912 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
1913 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
1916 |
"event is created and you are forwarded to that event's edit page."
|
1917 |
msgstr ""
|
1918 |
|
1919 |
+
#: includes/event-organiser-cpt.php:594
|
1920 |
msgid "For more information"
|
1921 |
msgstr ""
|
1922 |
|
1923 |
+
#: includes/event-organiser-cpt.php:595
|
1924 |
#, php-format
|
1925 |
msgid "See the <a %s> documentation</a>"
|
1926 |
msgstr ""
|
1927 |
|
1928 |
+
#: includes/event-organiser-cpt.php:596
|
1929 |
msgid "Debugging Event Organiser"
|
1930 |
msgstr ""
|
1931 |
|
1932 |
+
#: includes/event-organiser-cpt.php:597
|
1933 |
msgid "Go Pro!"
|
1934 |
msgstr ""
|
1935 |
|
1936 |
+
#: includes/event-organiser-cpt.php:708 includes/event-organiser-cpt.php:731
|
1937 |
msgid "Color"
|
1938 |
msgstr ""
|
1939 |
|
1940 |
+
#: includes/event-organiser-cpt.php:714
|
1941 |
msgid "Assign the category a colour."
|
1942 |
msgstr ""
|
1943 |
|
2122 |
msgid "Help"
|
2123 |
msgstr ""
|
2124 |
|
2125 |
+
#: includes/event-organiser-venue-functions.php:995
|
2126 |
#, fuzzy
|
2127 |
msgid "Address"
|
2128 |
msgstr "पता"
|
2129 |
|
2130 |
+
#: includes/event-organiser-venue-functions.php:996
|
2131 |
#, fuzzy
|
2132 |
msgid "City"
|
2133 |
msgstr "शहर"
|
2134 |
|
2135 |
+
#: includes/event-organiser-venue-functions.php:997
|
2136 |
#, fuzzy
|
2137 |
msgid "State / Province"
|
2138 |
msgstr "राज्य / प्रांत"
|
2139 |
|
2140 |
+
#: includes/event-organiser-venue-functions.php:998
|
2141 |
#, fuzzy
|
2142 |
msgid "Post Code"
|
2143 |
msgstr "पोस्ट कोड"
|
2144 |
|
2145 |
+
#: includes/event-organiser-venue-functions.php:999
|
2146 |
#, fuzzy
|
2147 |
msgid "Country"
|
2148 |
msgstr "देश"
|
2240 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2241 |
msgstr ""
|
2242 |
|
2243 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
2244 |
+
#. *
|
2245 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
2246 |
+
#. ***************** NOTICE: *****************
|
2247 |
+
#. *
|
2248 |
+
#. * @package Event Organiser (plug-in)
|
2249 |
+
#. * @since 1.0.0
|
2250 |
+
#.
|
2251 |
+
#. Call the template header
|
2252 |
#: templates/taxonomy-event-venue.php:30
|
2253 |
#, php-format
|
2254 |
msgid "Events at: %s"
|
languages/eventorganiser-hr.mo
CHANGED
Binary file
|
languages/eventorganiser-hr.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: 2017-04-14T22:58:58+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
@@ -124,8 +124,8 @@ msgstr "Prikaži listu događanja"
|
|
124 |
|
125 |
#: classes/class-eo-event-list-widget.php:14
|
126 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
127 |
-
#: event-organiser.php:149 includes/event-organiser-cpt.php:
|
128 |
-
#: includes/event-organiser-cpt.php:
|
129 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
130 |
msgid "Events"
|
131 |
msgstr "Događaji"
|
@@ -251,7 +251,7 @@ msgid "Event Categories"
|
|
251 |
msgstr "Kategorije događaja"
|
252 |
|
253 |
#: classes/class-eo-widget-categories.php:25
|
254 |
-
#: includes/event-organiser-cpt.php:
|
255 |
#: includes/event-organiser-event-functions.php:1563
|
256 |
#: templates/event-meta-event-single.php:62
|
257 |
msgid "Categories"
|
@@ -455,6 +455,21 @@ msgstr ""
|
|
455 |
msgid "Open shortcut help"
|
456 |
msgstr ""
|
457 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
458 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
459 |
#: templates/event-meta-event-single.php:32
|
460 |
msgid "Event Details"
|
@@ -647,7 +662,7 @@ msgid "Show dates"
|
|
647 |
msgstr "prikaži datume"
|
648 |
|
649 |
#: event-organiser-edit.php:274
|
650 |
-
#: includes/event-organiser-venue-functions.php:
|
651 |
msgid "Select a venue"
|
652 |
msgstr "Izaberi sastajalište"
|
653 |
|
@@ -724,7 +739,7 @@ msgstr ""
|
|
724 |
msgid "Go to Event Organiser settings"
|
725 |
msgstr ""
|
726 |
|
727 |
-
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:
|
728 |
msgid "Event"
|
729 |
msgstr "Događaj"
|
730 |
|
@@ -887,7 +902,7 @@ msgid "Revisions"
|
|
887 |
msgstr "Revizija"
|
888 |
|
889 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
890 |
-
#: includes/event-organiser-cpt.php:
|
891 |
msgid "Event Tags"
|
892 |
msgstr "Oznake događaja"
|
893 |
|
@@ -1234,13 +1249,13 @@ msgstr "Uzmi poveznicu"
|
|
1234 |
msgid "Slug"
|
1235 |
msgstr "Slug"
|
1236 |
|
1237 |
-
#: features/bootstrap/FeatureContext.php:
|
1238 |
-
#: features/bootstrap/FeatureContext.php:
|
1239 |
msgid "Main Sidebar"
|
1240 |
msgstr ""
|
1241 |
|
1242 |
-
#: features/bootstrap/FeatureContext.php:
|
1243 |
-
#: features/bootstrap/FeatureContext.php:
|
1244 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1245 |
msgstr ""
|
1246 |
|
@@ -1427,7 +1442,7 @@ msgstr ""
|
|
1427 |
msgid "This event recurs"
|
1428 |
msgstr "Ovaj se događaj ponavlja"
|
1429 |
|
1430 |
-
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:
|
1431 |
msgid "Edit Event"
|
1432 |
msgstr "Uredi Događaj"
|
1433 |
|
@@ -1529,236 +1544,254 @@ msgstr "Lokacija sastajališta"
|
|
1529 |
msgid "View all venues"
|
1530 |
msgstr "Pregledaj sva sastajališta"
|
1531 |
|
1532 |
-
#: includes/event-organiser-cpt.php:
|
1533 |
msgctxt "taxonomy singular name"
|
1534 |
msgid "Category"
|
1535 |
msgstr ""
|
1536 |
|
1537 |
-
#: includes/event-organiser-cpt.php:
|
1538 |
msgid "Search Categories"
|
1539 |
msgstr "Pretraži kategorije"
|
1540 |
|
1541 |
-
#: includes/event-organiser-cpt.php:
|
1542 |
msgid "All Categories"
|
1543 |
msgstr "Sve kategorije"
|
1544 |
|
1545 |
-
#: includes/event-organiser-cpt.php:
|
1546 |
msgid "Parent Category"
|
1547 |
msgstr "Glavna kategorija"
|
1548 |
|
1549 |
-
#: includes/event-organiser-cpt.php:
|
1550 |
msgid "Parent Category:"
|
1551 |
msgstr ""
|
1552 |
|
1553 |
-
#: includes/event-organiser-cpt.php:
|
1554 |
msgid "Edit Category"
|
1555 |
msgstr "Uredi kategoriju"
|
1556 |
|
1557 |
-
#: includes/event-organiser-cpt.php:
|
1558 |
msgid "Update Category"
|
1559 |
msgstr "Ažuriraj kateogoriju"
|
1560 |
|
1561 |
-
#: includes/event-organiser-cpt.php:
|
1562 |
msgid "Add New Category"
|
1563 |
msgstr "Dodaj novu kategoriju"
|
1564 |
|
1565 |
-
#: includes/event-organiser-cpt.php:
|
1566 |
msgid "New Category Name"
|
1567 |
msgstr "Novo ime kategorije"
|
1568 |
|
1569 |
-
#: includes/event-organiser-cpt.php:
|
1570 |
msgid "No categories found"
|
1571 |
msgstr "Nijedna kategorija nije pronađena"
|
1572 |
|
1573 |
-
#: includes/event-organiser-cpt.php:
|
1574 |
msgid "Event categories list navigation"
|
1575 |
msgstr ""
|
1576 |
|
1577 |
-
#: includes/event-organiser-cpt.php:
|
1578 |
msgid "Event categories list"
|
1579 |
msgstr ""
|
1580 |
|
1581 |
-
#: includes/event-organiser-cpt.php:
|
1582 |
msgid "View all categories"
|
1583 |
msgstr "Pregledaj sve kategorije"
|
1584 |
|
1585 |
-
#: includes/event-organiser-cpt.php:
|
1586 |
msgctxt "taxonomy singular name"
|
1587 |
msgid "Tag"
|
1588 |
msgstr ""
|
1589 |
|
1590 |
-
#: includes/event-organiser-cpt.php:
|
1591 |
msgid "Search Tags"
|
1592 |
msgstr "Pretraži Oznake"
|
1593 |
|
1594 |
-
#: includes/event-organiser-cpt.php:
|
1595 |
msgid "All Tags"
|
1596 |
msgstr "Sve oznake"
|
1597 |
|
1598 |
-
#: includes/event-organiser-cpt.php:
|
1599 |
msgid "Popular Tags"
|
1600 |
msgstr "Popularne oznake"
|
1601 |
|
1602 |
-
#: includes/event-organiser-cpt.php:
|
1603 |
msgid "Edit Tag"
|
1604 |
msgstr "Uredi Oznaku"
|
1605 |
|
1606 |
-
#: includes/event-organiser-cpt.php:
|
1607 |
msgid "Update Tag"
|
1608 |
msgstr "Ažuriraj oznaku"
|
1609 |
|
1610 |
-
#: includes/event-organiser-cpt.php:
|
1611 |
msgid "Add New Tag"
|
1612 |
msgstr "Dodaj novu oznaku"
|
1613 |
|
1614 |
-
#: includes/event-organiser-cpt.php:
|
1615 |
msgid "New Tag Name"
|
1616 |
msgstr "Novo ime oznake"
|
1617 |
|
1618 |
-
#: includes/event-organiser-cpt.php:
|
1619 |
msgid "No tags found"
|
1620 |
msgstr "Oznake nisu pronađene"
|
1621 |
|
1622 |
-
#: includes/event-organiser-cpt.php:
|
1623 |
msgid "Choose from the most used tags"
|
1624 |
msgstr "Izaberi između najkorištenijih oznaka"
|
1625 |
|
1626 |
-
#: includes/event-organiser-cpt.php:
|
1627 |
#: includes/event-organiser-event-functions.php:1571
|
1628 |
#: templates/event-meta-event-single.php:66
|
1629 |
msgid "Tags"
|
1630 |
msgstr "Oznake"
|
1631 |
|
1632 |
-
#: includes/event-organiser-cpt.php:
|
1633 |
msgid "Add or remove tags"
|
1634 |
msgstr "Dodaj ili obriši oznake"
|
1635 |
|
1636 |
-
#: includes/event-organiser-cpt.php:
|
1637 |
msgid "Separate tags with commas"
|
1638 |
msgstr "Odvoji oznake sa zarezom"
|
1639 |
|
1640 |
-
#: includes/event-organiser-cpt.php:
|
1641 |
msgid "Event tags list navigation"
|
1642 |
msgstr ""
|
1643 |
|
1644 |
-
#: includes/event-organiser-cpt.php:
|
1645 |
msgid "Event tags list"
|
1646 |
msgstr ""
|
1647 |
|
1648 |
-
#: includes/event-organiser-cpt.php:
|
1649 |
msgid "View all tags"
|
1650 |
msgstr ""
|
1651 |
|
1652 |
-
#: includes/event-organiser-cpt.php:
|
1653 |
msgctxt "post"
|
1654 |
msgid "Add New"
|
1655 |
msgstr ""
|
1656 |
|
1657 |
-
#: includes/event-organiser-cpt.php:
|
1658 |
msgid "Add New Event"
|
1659 |
msgstr "Dodaj novi događaj"
|
1660 |
|
1661 |
-
#: includes/event-organiser-cpt.php:
|
1662 |
msgid "New Event"
|
1663 |
msgstr "Novi događaj"
|
1664 |
|
1665 |
-
#: includes/event-organiser-cpt.php:
|
1666 |
#, fuzzy
|
1667 |
msgid "All Events"
|
1668 |
msgstr "Svi događaji"
|
1669 |
|
1670 |
-
#: includes/event-organiser-cpt.php:
|
1671 |
msgid "View Event"
|
1672 |
msgstr "Pregledaj događaj"
|
1673 |
|
1674 |
-
#: includes/event-organiser-cpt.php:
|
1675 |
msgid "Search events"
|
1676 |
msgstr "Pretraži događaje"
|
1677 |
|
1678 |
-
#: includes/event-organiser-cpt.php:
|
1679 |
msgid "No events found"
|
1680 |
msgstr "Nijedan događaj nije pronađen"
|
1681 |
|
1682 |
-
#: includes/event-organiser-cpt.php:
|
1683 |
msgid "No events found in Trash"
|
1684 |
msgstr "Nema događaja u smeću"
|
1685 |
|
1686 |
-
#: includes/event-organiser-cpt.php:
|
1687 |
msgid "Filter events list"
|
1688 |
msgstr ""
|
1689 |
|
1690 |
-
#: includes/event-organiser-cpt.php:
|
1691 |
msgid "Events list navigation"
|
1692 |
msgstr ""
|
1693 |
|
1694 |
-
#: includes/event-organiser-cpt.php:
|
1695 |
msgid "Events list"
|
1696 |
msgstr ""
|
1697 |
|
1698 |
-
#: includes/event-organiser-cpt.php:
|
1699 |
msgid "Event Archives"
|
1700 |
msgstr ""
|
1701 |
|
1702 |
-
#: includes/event-organiser-cpt.php:
|
1703 |
msgid "Insert into event"
|
1704 |
msgstr ""
|
1705 |
|
1706 |
-
#: includes/event-organiser-cpt.php:
|
1707 |
msgid "Uploaded to this event"
|
1708 |
msgstr ""
|
1709 |
|
1710 |
-
#: includes/event-organiser-cpt.php:
|
1711 |
#, php-format
|
1712 |
msgid "Events at %s"
|
1713 |
msgstr ""
|
1714 |
|
1715 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1716 |
#: templates/taxonomy-event-category.php:27
|
1717 |
#, php-format
|
1718 |
msgid "Event Category: %s"
|
1719 |
msgstr ""
|
1720 |
|
1721 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1722 |
#, php-format
|
1723 |
msgid "Event Tag: %s"
|
1724 |
msgstr ""
|
1725 |
|
1726 |
-
#: includes/event-organiser-cpt.php:
|
1727 |
-
#: includes/event-organiser-cpt.php:
|
1728 |
#, fuzzy, php-format
|
1729 |
msgid "Events: %s"
|
1730 |
msgstr "Događaji:"
|
1731 |
|
1732 |
-
#: includes/event-organiser-cpt.php:
|
1733 |
#, php-format
|
1734 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1735 |
msgstr "Događaj ažuriran <a href=\"%s\">Pregledaj događaj</a>"
|
1736 |
|
1737 |
-
#: includes/event-organiser-cpt.php:
|
1738 |
msgid "Event updated."
|
1739 |
msgstr "Događaj ažuriran"
|
1740 |
|
1741 |
-
#: includes/event-organiser-cpt.php:
|
1742 |
#, php-format
|
1743 |
msgid "Event restored to revision from %s"
|
1744 |
msgstr "Događaj obnovljen prema %s reviziji"
|
1745 |
|
1746 |
-
#: includes/event-organiser-cpt.php:
|
1747 |
#, php-format
|
1748 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1749 |
msgstr "događaj objavljen. <a href=\"%s\">Pregledaj događaj</a>"
|
1750 |
|
1751 |
-
#: includes/event-organiser-cpt.php:
|
1752 |
msgid "Event saved."
|
1753 |
msgstr "Događaj spremljen"
|
1754 |
|
1755 |
-
#: includes/event-organiser-cpt.php:
|
1756 |
#, php-format
|
1757 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1758 |
msgstr ""
|
1759 |
"Događaj objavljen <a target=\"_blank\" href=\"%s\"> Pregledaj događaj </a>"
|
1760 |
|
1761 |
-
#: includes/event-organiser-cpt.php:
|
1762 |
#, php-format
|
1763 |
msgid ""
|
1764 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
@@ -1767,29 +1800,30 @@ msgstr ""
|
|
1767 |
"Raspored odagađaj za:<strong>%1$s</strong>.<a target=\"_blank\" href=\"%2$s"
|
1768 |
"\"> Pregled događaja</a>"
|
1769 |
|
1770 |
-
|
|
|
1771 |
msgid "M j, Y @ G:i"
|
1772 |
msgstr "M j, Y @ G:i"
|
1773 |
|
1774 |
-
#: includes/event-organiser-cpt.php:
|
1775 |
#, php-format
|
1776 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1777 |
msgstr ""
|
1778 |
"Skica događaj ažurirana<a target=\"_blank\" href=\"%s\">Pregledaj događaj</a>"
|
1779 |
|
1780 |
-
#: includes/event-organiser-cpt.php:
|
1781 |
msgid "This event has been broken from a recurring event."
|
1782 |
msgstr ""
|
1783 |
|
1784 |
-
#: includes/event-organiser-cpt.php:
|
1785 |
msgid "Creating events"
|
1786 |
msgstr "Kreiranje događaja"
|
1787 |
|
1788 |
-
#: includes/event-organiser-cpt.php:
|
1789 |
msgid "Creating events:"
|
1790 |
msgstr "Kreiranje događaja:"
|
1791 |
|
1792 |
-
#: includes/event-organiser-cpt.php:
|
1793 |
msgid ""
|
1794 |
"The start date is the date the event starts. If the event is a recurring "
|
1795 |
"event, this is the start date of the first occurrence."
|
@@ -1797,7 +1831,7 @@ msgstr ""
|
|
1797 |
"Datum početka događaja. Ako se događaj ponavlja , ovo je onda datum njegovog "
|
1798 |
"prvog održavanja."
|
1799 |
|
1800 |
-
#: includes/event-organiser-cpt.php:
|
1801 |
msgid ""
|
1802 |
"The end date is the date the event finishes. If the event is a recurring "
|
1803 |
"event, this is the end date of the first occurrence."
|
@@ -1805,7 +1839,7 @@ msgstr ""
|
|
1805 |
"Datum završetka događanja. Ako se događaj ponavlja, ovo je onda datum "
|
1806 |
"završetka prvog održavanja."
|
1807 |
|
1808 |
-
#: includes/event-organiser-cpt.php:
|
1809 |
msgid ""
|
1810 |
"All dates and times must be entered in the specified format. This format can "
|
1811 |
"changed in the settings page."
|
@@ -1813,11 +1847,11 @@ msgstr ""
|
|
1813 |
"Svi datumi i vremena moraju biti upisani u zadanom formatu. ovaj format se "
|
1814 |
"može promijeniti u postavkama stranice."
|
1815 |
|
1816 |
-
#: includes/event-organiser-cpt.php:
|
1817 |
msgid "Repeating events"
|
1818 |
msgstr "Ponavljanje događaja:"
|
1819 |
|
1820 |
-
#: includes/event-organiser-cpt.php:
|
1821 |
msgid ""
|
1822 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1823 |
"dropdown menu to select how the event is to repeat. Further options then "
|
@@ -1827,11 +1861,11 @@ msgstr ""
|
|
1827 |
"ponavljanja da odredite kako želite da se događaj ponavlja. Dodatne se "
|
1828 |
"mogućnosti onda pojavljuju,"
|
1829 |
|
1830 |
-
#: includes/event-organiser-cpt.php:
|
1831 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1832 |
msgstr "Odredi koliko bi se događaj trebao ponavljati (zadano 1)"
|
1833 |
|
1834 |
-
#: includes/event-organiser-cpt.php:
|
1835 |
msgid ""
|
1836 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1837 |
"date, but an occurrence that starts before may finish after this date."
|
@@ -1840,7 +1874,7 @@ msgstr ""
|
|
1840 |
"ovog datuma, ali ponvaljanje koje počinje prije može završiti poslje ovog "
|
1841 |
"datuma."
|
1842 |
|
1843 |
-
#: includes/event-organiser-cpt.php:
|
1844 |
msgid ""
|
1845 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1846 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
@@ -1850,7 +1884,7 @@ msgstr ""
|
|
1850 |
"mjesecu (npr. u sljedečih 24 sata) ili na dan u mjesecu (npr. sljedeći "
|
1851 |
"četvrtak)"
|
1852 |
|
1853 |
-
#: includes/event-organiser-cpt.php:
|
1854 |
msgid ""
|
1855 |
"If weekly recurrence is selected, select which days of the week the event "
|
1856 |
"should be repeated. If no days are selected, the day of the start date is "
|
@@ -1860,15 +1894,15 @@ msgstr ""
|
|
1860 |
"događaj biti ponavljan. Ako ni jedan dan nije označen, dan startnog datum sa "
|
1861 |
"koristi"
|
1862 |
|
1863 |
-
#: includes/event-organiser-cpt.php:
|
1864 |
msgid "Selecting a venue"
|
1865 |
msgstr "Odabir sastajališta"
|
1866 |
|
1867 |
-
#: includes/event-organiser-cpt.php:
|
1868 |
msgid "Use the venues input field to search for existing venues"
|
1869 |
msgstr "Koristite ovo polje za pretraživanje postoječih sastajlišta"
|
1870 |
|
1871 |
-
#: includes/event-organiser-cpt.php:
|
1872 |
msgid ""
|
1873 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1874 |
"page."
|
@@ -1876,11 +1910,11 @@ msgstr ""
|
|
1876 |
"Samo postoječa stastajlišta mogu biti izabrana. Da bi ste dodali sastajlište "
|
1877 |
"odite na stranicu sastajališta."
|
1878 |
|
1879 |
-
#: includes/event-organiser-cpt.php:
|
1880 |
msgid "Overview"
|
1881 |
msgstr "pregled"
|
1882 |
|
1883 |
-
#: includes/event-organiser-cpt.php:
|
1884 |
msgid ""
|
1885 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1886 |
"appear as a single row </strong> in the table and the start and end date "
|
@@ -1890,7 +1924,7 @@ msgstr ""
|
|
1890 |
"događaji se pojavljuju kao jedan red</strong>u tablici, početni i krajni "
|
1891 |
"datumse odnose na prvo pojavljivanje ovog događanja."
|
1892 |
|
1893 |
-
#: includes/event-organiser-cpt.php:
|
1894 |
msgid ""
|
1895 |
"Hovering over a row in the venues list will display action links that allow "
|
1896 |
"you to manage that venue. You can perform the following actions:"
|
@@ -1899,7 +1933,7 @@ msgstr ""
|
|
1899 |
"vam omogućava upravljanje sa tim sastajalištem. Možete izvoditi sljedeće "
|
1900 |
"radnje:"
|
1901 |
|
1902 |
-
#: includes/event-organiser-cpt.php:
|
1903 |
msgid ""
|
1904 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1905 |
"screen by clicking on the venue title."
|
@@ -1907,15 +1941,15 @@ msgstr ""
|
|
1907 |
"Uređivanje vas vodi na zaslon uređivanja sastajališta. Do istog pregleda "
|
1908 |
"možet doći klikon na naslov sastajališta"
|
1909 |
|
1910 |
-
#: includes/event-organiser-cpt.php:
|
1911 |
msgid "Delete will permanently remove the venue"
|
1912 |
msgstr "Brisanje će trajno maknuti sastajatlište"
|
1913 |
|
1914 |
-
#: includes/event-organiser-cpt.php:
|
1915 |
msgid "View will take you to the venue's page"
|
1916 |
msgstr "Pregled će vas odvesti na stranicu sastajališta"
|
1917 |
|
1918 |
-
#: includes/event-organiser-cpt.php:
|
1919 |
msgid ""
|
1920 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1921 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
@@ -1925,7 +1959,7 @@ msgstr ""
|
|
1925 |
"događaja klikom na njega. Ako imate potreben dozvole, pojavit će se i dugem "
|
1926 |
"za uređivanje stranice."
|
1927 |
|
1928 |
-
#: includes/event-organiser-cpt.php:
|
1929 |
msgid ""
|
1930 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1931 |
"mode. You can also filter the events by events by category and venue. The "
|
@@ -1936,11 +1970,11 @@ msgstr ""
|
|
1936 |
"sastajalištu. Dugme 'idi na datum' omogućava Vam brzi skok na specifičan "
|
1937 |
"datum."
|
1938 |
|
1939 |
-
#: includes/event-organiser-cpt.php:
|
1940 |
msgid "Add Event"
|
1941 |
msgstr "dodaj događaj"
|
1942 |
|
1943 |
-
#: includes/event-organiser-cpt.php:
|
1944 |
msgid ""
|
1945 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
1946 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
@@ -1954,28 +1988,28 @@ msgstr ""
|
|
1954 |
"objavljen ili biti spremljen kao skica. U svakom slučaju, događaj je kreiran "
|
1955 |
"i biti ćete preusmjereni na stranicu događanja."
|
1956 |
|
1957 |
-
#: includes/event-organiser-cpt.php:
|
1958 |
msgid "For more information"
|
1959 |
msgstr "Za više informacija"
|
1960 |
|
1961 |
-
#: includes/event-organiser-cpt.php:
|
1962 |
#, php-format
|
1963 |
msgid "See the <a %s> documentation</a>"
|
1964 |
msgstr "Pogledaj <a %s>dokumentaciju</a>"
|
1965 |
|
1966 |
-
#: includes/event-organiser-cpt.php:
|
1967 |
msgid "Debugging Event Organiser"
|
1968 |
msgstr ""
|
1969 |
|
1970 |
-
#: includes/event-organiser-cpt.php:
|
1971 |
msgid "Go Pro!"
|
1972 |
msgstr ""
|
1973 |
|
1974 |
-
#: includes/event-organiser-cpt.php:
|
1975 |
msgid "Color"
|
1976 |
msgstr "Boja"
|
1977 |
|
1978 |
-
#: includes/event-organiser-cpt.php:
|
1979 |
msgid "Assign the category a colour."
|
1980 |
msgstr "Dodjeli kategoriji boju"
|
1981 |
|
@@ -2161,23 +2195,23 @@ msgstr ""
|
|
2161 |
msgid "Help"
|
2162 |
msgstr ""
|
2163 |
|
2164 |
-
#: includes/event-organiser-venue-functions.php:
|
2165 |
msgid "Address"
|
2166 |
msgstr "Adresa"
|
2167 |
|
2168 |
-
#: includes/event-organiser-venue-functions.php:
|
2169 |
msgid "City"
|
2170 |
msgstr "Grad"
|
2171 |
|
2172 |
-
#: includes/event-organiser-venue-functions.php:
|
2173 |
msgid "State / Province"
|
2174 |
msgstr "Država/pokrajna"
|
2175 |
|
2176 |
-
#: includes/event-organiser-venue-functions.php:
|
2177 |
msgid "Post Code"
|
2178 |
msgstr "Poštanski broj"
|
2179 |
|
2180 |
-
#: includes/event-organiser-venue-functions.php:
|
2181 |
msgid "Country"
|
2182 |
msgstr "Država"
|
2183 |
|
@@ -2270,6 +2304,15 @@ msgstr ""
|
|
2270 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2271 |
msgstr ""
|
2272 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2273 |
#: templates/taxonomy-event-venue.php:30
|
2274 |
#, php-format
|
2275 |
msgid "Events at: %s"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-03-06 23:13+0000\n"
|
6 |
"PO-Revision-Date: 2017-04-14T22:58:58+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
124 |
|
125 |
#: classes/class-eo-event-list-widget.php:14
|
126 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
127 |
+
#: event-organiser.php:149 includes/event-organiser-cpt.php:226
|
128 |
+
#: includes/event-organiser-cpt.php:238
|
129 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
130 |
msgid "Events"
|
131 |
msgstr "Događaji"
|
251 |
msgstr "Kategorije događaja"
|
252 |
|
253 |
#: classes/class-eo-widget-categories.php:25
|
254 |
+
#: includes/event-organiser-cpt.php:95 includes/event-organiser-cpt.php:106
|
255 |
#: includes/event-organiser-event-functions.php:1563
|
256 |
#: templates/event-meta-event-single.php:62
|
257 |
msgid "Categories"
|
455 |
msgid "Open shortcut help"
|
456 |
msgstr ""
|
457 |
|
458 |
+
#. //codex.wp-event-organiser.com
|
459 |
+
#. *
|
460 |
+
#. ***************** NOTICE: *****************
|
461 |
+
#. * Do not make changes to this file. Any changes made to this file
|
462 |
+
#. * will be overwritten if the plug-in is updated.
|
463 |
+
#. *
|
464 |
+
#. * To overwrite this template with your own, make a copy of it (with the same name)
|
465 |
+
#. * in your theme directory. See http://docs.wp-event-organiser.com/theme-integration for more information
|
466 |
+
#. *
|
467 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
468 |
+
#. ***************** NOTICE: *****************
|
469 |
+
#. *
|
470 |
+
#. * @package Event Organiser (plug-in)
|
471 |
+
#. * @since 1.7
|
472 |
+
#.
|
473 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
474 |
#: templates/event-meta-event-single.php:32
|
475 |
msgid "Event Details"
|
662 |
msgstr "prikaži datume"
|
663 |
|
664 |
#: event-organiser-edit.php:274
|
665 |
+
#: includes/event-organiser-venue-functions.php:1030
|
666 |
msgid "Select a venue"
|
667 |
msgstr "Izaberi sastajalište"
|
668 |
|
739 |
msgid "Go to Event Organiser settings"
|
740 |
msgstr ""
|
741 |
|
742 |
+
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:227
|
743 |
msgid "Event"
|
744 |
msgstr "Događaj"
|
745 |
|
902 |
msgstr "Revizija"
|
903 |
|
904 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
905 |
+
#: includes/event-organiser-cpt.php:152
|
906 |
msgid "Event Tags"
|
907 |
msgstr "Oznake događaja"
|
908 |
|
1249 |
msgid "Slug"
|
1250 |
msgstr "Slug"
|
1251 |
|
1252 |
+
#: features/bootstrap/FeatureContext.php:459
|
1253 |
+
#: features/bootstrap/FeatureContext.php:627
|
1254 |
msgid "Main Sidebar"
|
1255 |
msgstr ""
|
1256 |
|
1257 |
+
#: features/bootstrap/FeatureContext.php:461
|
1258 |
+
#: features/bootstrap/FeatureContext.php:629
|
1259 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1260 |
msgstr ""
|
1261 |
|
1442 |
msgid "This event recurs"
|
1443 |
msgstr "Ovaj se događaj ponavlja"
|
1444 |
|
1445 |
+
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:230
|
1446 |
msgid "Edit Event"
|
1447 |
msgstr "Uredi Događaj"
|
1448 |
|
1544 |
msgid "View all venues"
|
1545 |
msgstr "Pregledaj sva sastajališta"
|
1546 |
|
1547 |
+
#: includes/event-organiser-cpt.php:96
|
1548 |
msgctxt "taxonomy singular name"
|
1549 |
msgid "Category"
|
1550 |
msgstr ""
|
1551 |
|
1552 |
+
#: includes/event-organiser-cpt.php:97
|
1553 |
msgid "Search Categories"
|
1554 |
msgstr "Pretraži kategorije"
|
1555 |
|
1556 |
+
#: includes/event-organiser-cpt.php:98
|
1557 |
msgid "All Categories"
|
1558 |
msgstr "Sve kategorije"
|
1559 |
|
1560 |
+
#: includes/event-organiser-cpt.php:99
|
1561 |
msgid "Parent Category"
|
1562 |
msgstr "Glavna kategorija"
|
1563 |
|
1564 |
+
#: includes/event-organiser-cpt.php:100
|
1565 |
msgid "Parent Category:"
|
1566 |
msgstr ""
|
1567 |
|
1568 |
+
#: includes/event-organiser-cpt.php:101
|
1569 |
msgid "Edit Category"
|
1570 |
msgstr "Uredi kategoriju"
|
1571 |
|
1572 |
+
#: includes/event-organiser-cpt.php:102
|
1573 |
msgid "Update Category"
|
1574 |
msgstr "Ažuriraj kateogoriju"
|
1575 |
|
1576 |
+
#: includes/event-organiser-cpt.php:103
|
1577 |
msgid "Add New Category"
|
1578 |
msgstr "Dodaj novu kategoriju"
|
1579 |
|
1580 |
+
#: includes/event-organiser-cpt.php:104
|
1581 |
msgid "New Category Name"
|
1582 |
msgstr "Novo ime kategorije"
|
1583 |
|
1584 |
+
#: includes/event-organiser-cpt.php:105
|
1585 |
msgid "No categories found"
|
1586 |
msgstr "Nijedna kategorija nije pronađena"
|
1587 |
|
1588 |
+
#: includes/event-organiser-cpt.php:107
|
1589 |
msgid "Event categories list navigation"
|
1590 |
msgstr ""
|
1591 |
|
1592 |
+
#: includes/event-organiser-cpt.php:108
|
1593 |
msgid "Event categories list"
|
1594 |
msgstr ""
|
1595 |
|
1596 |
+
#: includes/event-organiser-cpt.php:110
|
1597 |
msgid "View all categories"
|
1598 |
msgstr "Pregledaj sve kategorije"
|
1599 |
|
1600 |
+
#: includes/event-organiser-cpt.php:153
|
1601 |
msgctxt "taxonomy singular name"
|
1602 |
msgid "Tag"
|
1603 |
msgstr ""
|
1604 |
|
1605 |
+
#: includes/event-organiser-cpt.php:154
|
1606 |
msgid "Search Tags"
|
1607 |
msgstr "Pretraži Oznake"
|
1608 |
|
1609 |
+
#: includes/event-organiser-cpt.php:155
|
1610 |
msgid "All Tags"
|
1611 |
msgstr "Sve oznake"
|
1612 |
|
1613 |
+
#: includes/event-organiser-cpt.php:156
|
1614 |
msgid "Popular Tags"
|
1615 |
msgstr "Popularne oznake"
|
1616 |
|
1617 |
+
#: includes/event-organiser-cpt.php:157
|
1618 |
msgid "Edit Tag"
|
1619 |
msgstr "Uredi Oznaku"
|
1620 |
|
1621 |
+
#: includes/event-organiser-cpt.php:158
|
1622 |
msgid "Update Tag"
|
1623 |
msgstr "Ažuriraj oznaku"
|
1624 |
|
1625 |
+
#: includes/event-organiser-cpt.php:159
|
1626 |
msgid "Add New Tag"
|
1627 |
msgstr "Dodaj novu oznaku"
|
1628 |
|
1629 |
+
#: includes/event-organiser-cpt.php:160
|
1630 |
msgid "New Tag Name"
|
1631 |
msgstr "Novo ime oznake"
|
1632 |
|
1633 |
+
#: includes/event-organiser-cpt.php:161
|
1634 |
msgid "No tags found"
|
1635 |
msgstr "Oznake nisu pronađene"
|
1636 |
|
1637 |
+
#: includes/event-organiser-cpt.php:162
|
1638 |
msgid "Choose from the most used tags"
|
1639 |
msgstr "Izaberi između najkorištenijih oznaka"
|
1640 |
|
1641 |
+
#: includes/event-organiser-cpt.php:163
|
1642 |
#: includes/event-organiser-event-functions.php:1571
|
1643 |
#: templates/event-meta-event-single.php:66
|
1644 |
msgid "Tags"
|
1645 |
msgstr "Oznake"
|
1646 |
|
1647 |
+
#: includes/event-organiser-cpt.php:164
|
1648 |
msgid "Add or remove tags"
|
1649 |
msgstr "Dodaj ili obriši oznake"
|
1650 |
|
1651 |
+
#: includes/event-organiser-cpt.php:165
|
1652 |
msgid "Separate tags with commas"
|
1653 |
msgstr "Odvoji oznake sa zarezom"
|
1654 |
|
1655 |
+
#: includes/event-organiser-cpt.php:166
|
1656 |
msgid "Event tags list navigation"
|
1657 |
msgstr ""
|
1658 |
|
1659 |
+
#: includes/event-organiser-cpt.php:167
|
1660 |
msgid "Event tags list"
|
1661 |
msgstr ""
|
1662 |
|
1663 |
+
#: includes/event-organiser-cpt.php:169
|
1664 |
msgid "View all tags"
|
1665 |
msgstr ""
|
1666 |
|
1667 |
+
#: includes/event-organiser-cpt.php:228
|
1668 |
msgctxt "post"
|
1669 |
msgid "Add New"
|
1670 |
msgstr ""
|
1671 |
|
1672 |
+
#: includes/event-organiser-cpt.php:229
|
1673 |
msgid "Add New Event"
|
1674 |
msgstr "Dodaj novi događaj"
|
1675 |
|
1676 |
+
#: includes/event-organiser-cpt.php:231
|
1677 |
msgid "New Event"
|
1678 |
msgstr "Novi događaj"
|
1679 |
|
1680 |
+
#: includes/event-organiser-cpt.php:232
|
1681 |
#, fuzzy
|
1682 |
msgid "All Events"
|
1683 |
msgstr "Svi događaji"
|
1684 |
|
1685 |
+
#: includes/event-organiser-cpt.php:233
|
1686 |
msgid "View Event"
|
1687 |
msgstr "Pregledaj događaj"
|
1688 |
|
1689 |
+
#: includes/event-organiser-cpt.php:234
|
1690 |
msgid "Search events"
|
1691 |
msgstr "Pretraži događaje"
|
1692 |
|
1693 |
+
#: includes/event-organiser-cpt.php:235
|
1694 |
msgid "No events found"
|
1695 |
msgstr "Nijedan događaj nije pronađen"
|
1696 |
|
1697 |
+
#: includes/event-organiser-cpt.php:236
|
1698 |
msgid "No events found in Trash"
|
1699 |
msgstr "Nema događaja u smeću"
|
1700 |
|
1701 |
+
#: includes/event-organiser-cpt.php:239
|
1702 |
msgid "Filter events list"
|
1703 |
msgstr ""
|
1704 |
|
1705 |
+
#: includes/event-organiser-cpt.php:240
|
1706 |
msgid "Events list navigation"
|
1707 |
msgstr ""
|
1708 |
|
1709 |
+
#: includes/event-organiser-cpt.php:241
|
1710 |
msgid "Events list"
|
1711 |
msgstr ""
|
1712 |
|
1713 |
+
#: includes/event-organiser-cpt.php:242
|
1714 |
msgid "Event Archives"
|
1715 |
msgstr ""
|
1716 |
|
1717 |
+
#: includes/event-organiser-cpt.php:243
|
1718 |
msgid "Insert into event"
|
1719 |
msgstr ""
|
1720 |
|
1721 |
+
#: includes/event-organiser-cpt.php:244
|
1722 |
msgid "Uploaded to this event"
|
1723 |
msgstr ""
|
1724 |
|
1725 |
+
#: includes/event-organiser-cpt.php:246
|
1726 |
#, php-format
|
1727 |
msgid "Events at %s"
|
1728 |
msgstr ""
|
1729 |
|
1730 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1731 |
+
#. *
|
1732 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1733 |
+
#. ***************** NOTICE: *****************
|
1734 |
+
#. *
|
1735 |
+
#. * @package Event Organiser (plug-in)
|
1736 |
+
#. * @since 1.0.0
|
1737 |
+
#.
|
1738 |
+
#. Call the template header
|
1739 |
+
#: includes/event-organiser-cpt.php:247
|
1740 |
#: templates/taxonomy-event-category.php:27
|
1741 |
#, php-format
|
1742 |
msgid "Event Category: %s"
|
1743 |
msgstr ""
|
1744 |
|
1745 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1746 |
+
#. *
|
1747 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1748 |
+
#. ***************** NOTICE: *****************
|
1749 |
+
#. *
|
1750 |
+
#. * @package Event Organiser (plug-in)
|
1751 |
+
#. * @since 1.2.0
|
1752 |
+
#.
|
1753 |
+
#. Call the template header
|
1754 |
+
#: includes/event-organiser-cpt.php:248 templates/taxonomy-event-tag.php:27
|
1755 |
#, php-format
|
1756 |
msgid "Event Tag: %s"
|
1757 |
msgstr ""
|
1758 |
|
1759 |
+
#: includes/event-organiser-cpt.php:249 includes/event-organiser-cpt.php:250
|
1760 |
+
#: includes/event-organiser-cpt.php:251
|
1761 |
#, fuzzy, php-format
|
1762 |
msgid "Events: %s"
|
1763 |
msgstr "Događaji:"
|
1764 |
|
1765 |
+
#: includes/event-organiser-cpt.php:332
|
1766 |
#, php-format
|
1767 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1768 |
msgstr "Događaj ažuriran <a href=\"%s\">Pregledaj događaj</a>"
|
1769 |
|
1770 |
+
#: includes/event-organiser-cpt.php:333
|
1771 |
msgid "Event updated."
|
1772 |
msgstr "Događaj ažuriran"
|
1773 |
|
1774 |
+
#: includes/event-organiser-cpt.php:335
|
1775 |
#, php-format
|
1776 |
msgid "Event restored to revision from %s"
|
1777 |
msgstr "Događaj obnovljen prema %s reviziji"
|
1778 |
|
1779 |
+
#: includes/event-organiser-cpt.php:336
|
1780 |
#, php-format
|
1781 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1782 |
msgstr "događaj objavljen. <a href=\"%s\">Pregledaj događaj</a>"
|
1783 |
|
1784 |
+
#: includes/event-organiser-cpt.php:337
|
1785 |
msgid "Event saved."
|
1786 |
msgstr "Događaj spremljen"
|
1787 |
|
1788 |
+
#: includes/event-organiser-cpt.php:339
|
1789 |
#, php-format
|
1790 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1791 |
msgstr ""
|
1792 |
"Događaj objavljen <a target=\"_blank\" href=\"%s\"> Pregledaj događaj </a>"
|
1793 |
|
1794 |
+
#: includes/event-organiser-cpt.php:343
|
1795 |
#, php-format
|
1796 |
msgid ""
|
1797 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1800 |
"Raspored odagađaj za:<strong>%1$s</strong>.<a target=\"_blank\" href=\"%2$s"
|
1801 |
"\"> Pregled događaja</a>"
|
1802 |
|
1803 |
+
#. //php.net/date
|
1804 |
+
#: includes/event-organiser-cpt.php:345
|
1805 |
msgid "M j, Y @ G:i"
|
1806 |
msgstr "M j, Y @ G:i"
|
1807 |
|
1808 |
+
#: includes/event-organiser-cpt.php:348
|
1809 |
#, php-format
|
1810 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1811 |
msgstr ""
|
1812 |
"Skica događaj ažurirana<a target=\"_blank\" href=\"%s\">Pregledaj događaj</a>"
|
1813 |
|
1814 |
+
#: includes/event-organiser-cpt.php:351
|
1815 |
msgid "This event has been broken from a recurring event."
|
1816 |
msgstr ""
|
1817 |
|
1818 |
+
#: includes/event-organiser-cpt.php:527
|
1819 |
msgid "Creating events"
|
1820 |
msgstr "Kreiranje događaja"
|
1821 |
|
1822 |
+
#: includes/event-organiser-cpt.php:528
|
1823 |
msgid "Creating events:"
|
1824 |
msgstr "Kreiranje događaja:"
|
1825 |
|
1826 |
+
#: includes/event-organiser-cpt.php:530
|
1827 |
msgid ""
|
1828 |
"The start date is the date the event starts. If the event is a recurring "
|
1829 |
"event, this is the start date of the first occurrence."
|
1831 |
"Datum početka događaja. Ako se događaj ponavlja , ovo je onda datum njegovog "
|
1832 |
"prvog održavanja."
|
1833 |
|
1834 |
+
#: includes/event-organiser-cpt.php:531
|
1835 |
msgid ""
|
1836 |
"The end date is the date the event finishes. If the event is a recurring "
|
1837 |
"event, this is the end date of the first occurrence."
|
1839 |
"Datum završetka događanja. Ako se događaj ponavlja, ovo je onda datum "
|
1840 |
"završetka prvog održavanja."
|
1841 |
|
1842 |
+
#: includes/event-organiser-cpt.php:532
|
1843 |
msgid ""
|
1844 |
"All dates and times must be entered in the specified format. This format can "
|
1845 |
"changed in the settings page."
|
1847 |
"Svi datumi i vremena moraju biti upisani u zadanom formatu. ovaj format se "
|
1848 |
"može promijeniti u postavkama stranice."
|
1849 |
|
1850 |
+
#: includes/event-organiser-cpt.php:537
|
1851 |
msgid "Repeating events"
|
1852 |
msgstr "Ponavljanje događaja:"
|
1853 |
|
1854 |
+
#: includes/event-organiser-cpt.php:538
|
1855 |
msgid ""
|
1856 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1857 |
"dropdown menu to select how the event is to repeat. Further options then "
|
1861 |
"ponavljanja da odredite kako želite da se događaj ponavlja. Dodatne se "
|
1862 |
"mogućnosti onda pojavljuju,"
|
1863 |
|
1864 |
+
#: includes/event-organiser-cpt.php:540
|
1865 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1866 |
msgstr "Odredi koliko bi se događaj trebao ponavljati (zadano 1)"
|
1867 |
|
1868 |
+
#: includes/event-organiser-cpt.php:541
|
1869 |
msgid ""
|
1870 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1871 |
"date, but an occurrence that starts before may finish after this date."
|
1874 |
"ovog datuma, ali ponvaljanje koje počinje prije može završiti poslje ovog "
|
1875 |
"datuma."
|
1876 |
|
1877 |
+
#: includes/event-organiser-cpt.php:542
|
1878 |
msgid ""
|
1879 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1880 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
1884 |
"mjesecu (npr. u sljedečih 24 sata) ili na dan u mjesecu (npr. sljedeći "
|
1885 |
"četvrtak)"
|
1886 |
|
1887 |
+
#: includes/event-organiser-cpt.php:543
|
1888 |
msgid ""
|
1889 |
"If weekly recurrence is selected, select which days of the week the event "
|
1890 |
"should be repeated. If no days are selected, the day of the start date is "
|
1894 |
"događaj biti ponavljan. Ako ni jedan dan nije označen, dan startnog datum sa "
|
1895 |
"koristi"
|
1896 |
|
1897 |
+
#: includes/event-organiser-cpt.php:548 includes/event-organiser-cpt.php:549
|
1898 |
msgid "Selecting a venue"
|
1899 |
msgstr "Odabir sastajališta"
|
1900 |
|
1901 |
+
#: includes/event-organiser-cpt.php:551
|
1902 |
msgid "Use the venues input field to search for existing venues"
|
1903 |
msgstr "Koristite ovo polje za pretraživanje postoječih sastajlišta"
|
1904 |
|
1905 |
+
#: includes/event-organiser-cpt.php:552
|
1906 |
msgid ""
|
1907 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1908 |
"page."
|
1910 |
"Samo postoječa stastajlišta mogu biti izabrana. Da bi ste dodali sastajlište "
|
1911 |
"odite na stranicu sastajališta."
|
1912 |
|
1913 |
+
#: includes/event-organiser-cpt.php:562 includes/event-organiser-cpt.php:581
|
1914 |
msgid "Overview"
|
1915 |
msgstr "pregled"
|
1916 |
|
1917 |
+
#: includes/event-organiser-cpt.php:563
|
1918 |
msgid ""
|
1919 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1920 |
"appear as a single row </strong> in the table and the start and end date "
|
1924 |
"događaji se pojavljuju kao jedan red</strong>u tablici, početni i krajni "
|
1925 |
"datumse odnose na prvo pojavljivanje ovog događanja."
|
1926 |
|
1927 |
+
#: includes/event-organiser-cpt.php:569
|
1928 |
msgid ""
|
1929 |
"Hovering over a row in the venues list will display action links that allow "
|
1930 |
"you to manage that venue. You can perform the following actions:"
|
1933 |
"vam omogućava upravljanje sa tim sastajalištem. Možete izvoditi sljedeće "
|
1934 |
"radnje:"
|
1935 |
|
1936 |
+
#: includes/event-organiser-cpt.php:571
|
1937 |
msgid ""
|
1938 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1939 |
"screen by clicking on the venue title."
|
1941 |
"Uređivanje vas vodi na zaslon uređivanja sastajališta. Do istog pregleda "
|
1942 |
"možet doći klikon na naslov sastajališta"
|
1943 |
|
1944 |
+
#: includes/event-organiser-cpt.php:572
|
1945 |
msgid "Delete will permanently remove the venue"
|
1946 |
msgstr "Brisanje će trajno maknuti sastajatlište"
|
1947 |
|
1948 |
+
#: includes/event-organiser-cpt.php:573
|
1949 |
msgid "View will take you to the venue's page"
|
1950 |
msgstr "Pregled će vas odvesti na stranicu sastajališta"
|
1951 |
|
1952 |
+
#: includes/event-organiser-cpt.php:582
|
1953 |
msgid ""
|
1954 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1955 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
1959 |
"događaja klikom na njega. Ako imate potreben dozvole, pojavit će se i dugem "
|
1960 |
"za uređivanje stranice."
|
1961 |
|
1962 |
+
#: includes/event-organiser-cpt.php:583
|
1963 |
msgid ""
|
1964 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1965 |
"mode. You can also filter the events by events by category and venue. The "
|
1970 |
"sastajalištu. Dugme 'idi na datum' omogućava Vam brzi skok na specifičan "
|
1971 |
"datum."
|
1972 |
|
1973 |
+
#: includes/event-organiser-cpt.php:587
|
1974 |
msgid "Add Event"
|
1975 |
msgstr "dodaj događaj"
|
1976 |
|
1977 |
+
#: includes/event-organiser-cpt.php:588
|
1978 |
msgid ""
|
1979 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
1980 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
1988 |
"objavljen ili biti spremljen kao skica. U svakom slučaju, događaj je kreiran "
|
1989 |
"i biti ćete preusmjereni na stranicu događanja."
|
1990 |
|
1991 |
+
#: includes/event-organiser-cpt.php:594
|
1992 |
msgid "For more information"
|
1993 |
msgstr "Za više informacija"
|
1994 |
|
1995 |
+
#: includes/event-organiser-cpt.php:595
|
1996 |
#, php-format
|
1997 |
msgid "See the <a %s> documentation</a>"
|
1998 |
msgstr "Pogledaj <a %s>dokumentaciju</a>"
|
1999 |
|
2000 |
+
#: includes/event-organiser-cpt.php:596
|
2001 |
msgid "Debugging Event Organiser"
|
2002 |
msgstr ""
|
2003 |
|
2004 |
+
#: includes/event-organiser-cpt.php:597
|
2005 |
msgid "Go Pro!"
|
2006 |
msgstr ""
|
2007 |
|
2008 |
+
#: includes/event-organiser-cpt.php:708 includes/event-organiser-cpt.php:731
|
2009 |
msgid "Color"
|
2010 |
msgstr "Boja"
|
2011 |
|
2012 |
+
#: includes/event-organiser-cpt.php:714
|
2013 |
msgid "Assign the category a colour."
|
2014 |
msgstr "Dodjeli kategoriji boju"
|
2015 |
|
2195 |
msgid "Help"
|
2196 |
msgstr ""
|
2197 |
|
2198 |
+
#: includes/event-organiser-venue-functions.php:995
|
2199 |
msgid "Address"
|
2200 |
msgstr "Adresa"
|
2201 |
|
2202 |
+
#: includes/event-organiser-venue-functions.php:996
|
2203 |
msgid "City"
|
2204 |
msgstr "Grad"
|
2205 |
|
2206 |
+
#: includes/event-organiser-venue-functions.php:997
|
2207 |
msgid "State / Province"
|
2208 |
msgstr "Država/pokrajna"
|
2209 |
|
2210 |
+
#: includes/event-organiser-venue-functions.php:998
|
2211 |
msgid "Post Code"
|
2212 |
msgstr "Poštanski broj"
|
2213 |
|
2214 |
+
#: includes/event-organiser-venue-functions.php:999
|
2215 |
msgid "Country"
|
2216 |
msgstr "Država"
|
2217 |
|
2304 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2305 |
msgstr ""
|
2306 |
|
2307 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
2308 |
+
#. *
|
2309 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
2310 |
+
#. ***************** NOTICE: *****************
|
2311 |
+
#. *
|
2312 |
+
#. * @package Event Organiser (plug-in)
|
2313 |
+
#. * @since 1.0.0
|
2314 |
+
#.
|
2315 |
+
#. Call the template header
|
2316 |
#: templates/taxonomy-event-venue.php:30
|
2317 |
#, php-format
|
2318 |
msgid "Events at: %s"
|
languages/eventorganiser-hu_HU.mo
CHANGED
Binary file
|
languages/eventorganiser-hu_HU.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: 2017-04-17T13:13:03+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
@@ -123,8 +123,8 @@ msgstr "Eseménylista megjelenítése"
|
|
123 |
|
124 |
#: classes/class-eo-event-list-widget.php:14
|
125 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
126 |
-
#: event-organiser.php:149 includes/event-organiser-cpt.php:
|
127 |
-
#: includes/event-organiser-cpt.php:
|
128 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
129 |
msgid "Events"
|
130 |
msgstr "Események"
|
@@ -247,7 +247,7 @@ msgid "Event Categories"
|
|
247 |
msgstr "Esemény kategóriák"
|
248 |
|
249 |
#: classes/class-eo-widget-categories.php:25
|
250 |
-
#: includes/event-organiser-cpt.php:
|
251 |
#: includes/event-organiser-event-functions.php:1563
|
252 |
#: templates/event-meta-event-single.php:62
|
253 |
msgid "Categories"
|
@@ -451,6 +451,21 @@ msgstr ""
|
|
451 |
msgid "Open shortcut help"
|
452 |
msgstr ""
|
453 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
454 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
455 |
#: templates/event-meta-event-single.php:32
|
456 |
msgid "Event Details"
|
@@ -642,7 +657,7 @@ msgid "Show dates"
|
|
642 |
msgstr ""
|
643 |
|
644 |
#: event-organiser-edit.php:274
|
645 |
-
#: includes/event-organiser-venue-functions.php:
|
646 |
msgid "Select a venue"
|
647 |
msgstr "Helyszín kiválasztása"
|
648 |
|
@@ -719,7 +734,7 @@ msgstr ""
|
|
719 |
msgid "Go to Event Organiser settings"
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:
|
723 |
msgid "Event"
|
724 |
msgstr "Esemény"
|
725 |
|
@@ -882,7 +897,7 @@ msgid "Revisions"
|
|
882 |
msgstr " Változatok"
|
883 |
|
884 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
885 |
-
#: includes/event-organiser-cpt.php:
|
886 |
msgid "Event Tags"
|
887 |
msgstr "Esemény címkék"
|
888 |
|
@@ -1230,13 +1245,13 @@ msgstr "Link elkészítése"
|
|
1230 |
msgid "Slug"
|
1231 |
msgstr "Közvetlen link (Slug)"
|
1232 |
|
1233 |
-
#: features/bootstrap/FeatureContext.php:
|
1234 |
-
#: features/bootstrap/FeatureContext.php:
|
1235 |
msgid "Main Sidebar"
|
1236 |
msgstr ""
|
1237 |
|
1238 |
-
#: features/bootstrap/FeatureContext.php:
|
1239 |
-
#: features/bootstrap/FeatureContext.php:
|
1240 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1241 |
msgstr ""
|
1242 |
|
@@ -1423,7 +1438,7 @@ msgstr ""
|
|
1423 |
msgid "This event recurs"
|
1424 |
msgstr "Ismétlődő esemény"
|
1425 |
|
1426 |
-
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:
|
1427 |
msgid "Edit Event"
|
1428 |
msgstr "Szerkesztés"
|
1429 |
|
@@ -1525,236 +1540,254 @@ msgstr "Helyszín címe"
|
|
1525 |
msgid "View all venues"
|
1526 |
msgstr "Összes helyszín"
|
1527 |
|
1528 |
-
#: includes/event-organiser-cpt.php:
|
1529 |
msgctxt "taxonomy singular name"
|
1530 |
msgid "Category"
|
1531 |
msgstr ""
|
1532 |
|
1533 |
-
#: includes/event-organiser-cpt.php:
|
1534 |
msgid "Search Categories"
|
1535 |
msgstr "Kategória keresése"
|
1536 |
|
1537 |
-
#: includes/event-organiser-cpt.php:
|
1538 |
msgid "All Categories"
|
1539 |
msgstr "Összes kategória"
|
1540 |
|
1541 |
-
#: includes/event-organiser-cpt.php:
|
1542 |
msgid "Parent Category"
|
1543 |
msgstr "Szülő kategória"
|
1544 |
|
1545 |
-
#: includes/event-organiser-cpt.php:
|
1546 |
msgid "Parent Category:"
|
1547 |
msgstr ""
|
1548 |
|
1549 |
-
#: includes/event-organiser-cpt.php:
|
1550 |
msgid "Edit Category"
|
1551 |
msgstr "Kategória szerkesztése"
|
1552 |
|
1553 |
-
#: includes/event-organiser-cpt.php:
|
1554 |
msgid "Update Category"
|
1555 |
msgstr "Kategória frissítése"
|
1556 |
|
1557 |
-
#: includes/event-organiser-cpt.php:
|
1558 |
msgid "Add New Category"
|
1559 |
msgstr "Új hozzáadása"
|
1560 |
|
1561 |
-
#: includes/event-organiser-cpt.php:
|
1562 |
msgid "New Category Name"
|
1563 |
msgstr "Kategória neve"
|
1564 |
|
1565 |
-
#: includes/event-organiser-cpt.php:
|
1566 |
msgid "No categories found"
|
1567 |
msgstr "Nincsenek kategóriák"
|
1568 |
|
1569 |
-
#: includes/event-organiser-cpt.php:
|
1570 |
msgid "Event categories list navigation"
|
1571 |
msgstr ""
|
1572 |
|
1573 |
-
#: includes/event-organiser-cpt.php:
|
1574 |
msgid "Event categories list"
|
1575 |
msgstr ""
|
1576 |
|
1577 |
-
#: includes/event-organiser-cpt.php:
|
1578 |
msgid "View all categories"
|
1579 |
msgstr "Összes kategória"
|
1580 |
|
1581 |
-
#: includes/event-organiser-cpt.php:
|
1582 |
msgctxt "taxonomy singular name"
|
1583 |
msgid "Tag"
|
1584 |
msgstr ""
|
1585 |
|
1586 |
-
#: includes/event-organiser-cpt.php:
|
1587 |
msgid "Search Tags"
|
1588 |
msgstr "Címkék keresése"
|
1589 |
|
1590 |
-
#: includes/event-organiser-cpt.php:
|
1591 |
msgid "All Tags"
|
1592 |
msgstr "Összes címke"
|
1593 |
|
1594 |
-
#: includes/event-organiser-cpt.php:
|
1595 |
msgid "Popular Tags"
|
1596 |
msgstr "Népszerű címkék"
|
1597 |
|
1598 |
-
#: includes/event-organiser-cpt.php:
|
1599 |
msgid "Edit Tag"
|
1600 |
msgstr "Címke szerkesztése"
|
1601 |
|
1602 |
-
#: includes/event-organiser-cpt.php:
|
1603 |
msgid "Update Tag"
|
1604 |
msgstr "Címke frissítése"
|
1605 |
|
1606 |
-
#: includes/event-organiser-cpt.php:
|
1607 |
msgid "Add New Tag"
|
1608 |
msgstr "Új címke hozzáadása"
|
1609 |
|
1610 |
-
#: includes/event-organiser-cpt.php:
|
1611 |
msgid "New Tag Name"
|
1612 |
msgstr "Új címke neve"
|
1613 |
|
1614 |
-
#: includes/event-organiser-cpt.php:
|
1615 |
msgid "No tags found"
|
1616 |
msgstr "Nincsenek címkék"
|
1617 |
|
1618 |
-
#: includes/event-organiser-cpt.php:
|
1619 |
msgid "Choose from the most used tags"
|
1620 |
msgstr "Választás a leggyakrabban előforduló címkék közül"
|
1621 |
|
1622 |
-
#: includes/event-organiser-cpt.php:
|
1623 |
#: includes/event-organiser-event-functions.php:1571
|
1624 |
#: templates/event-meta-event-single.php:66
|
1625 |
msgid "Tags"
|
1626 |
msgstr "Címkék"
|
1627 |
|
1628 |
-
#: includes/event-organiser-cpt.php:
|
1629 |
msgid "Add or remove tags"
|
1630 |
msgstr "Címke hozzáadása vagy törlése"
|
1631 |
|
1632 |
-
#: includes/event-organiser-cpt.php:
|
1633 |
msgid "Separate tags with commas"
|
1634 |
msgstr "Címkék listája, vesszővel elválasztva"
|
1635 |
|
1636 |
-
#: includes/event-organiser-cpt.php:
|
1637 |
msgid "Event tags list navigation"
|
1638 |
msgstr ""
|
1639 |
|
1640 |
-
#: includes/event-organiser-cpt.php:
|
1641 |
msgid "Event tags list"
|
1642 |
msgstr ""
|
1643 |
|
1644 |
-
#: includes/event-organiser-cpt.php:
|
1645 |
msgid "View all tags"
|
1646 |
msgstr ""
|
1647 |
|
1648 |
-
#: includes/event-organiser-cpt.php:
|
1649 |
msgctxt "post"
|
1650 |
msgid "Add New"
|
1651 |
msgstr ""
|
1652 |
|
1653 |
-
#: includes/event-organiser-cpt.php:
|
1654 |
msgid "Add New Event"
|
1655 |
msgstr "Új esemény hozzáadása"
|
1656 |
|
1657 |
-
#: includes/event-organiser-cpt.php:
|
1658 |
msgid "New Event"
|
1659 |
msgstr "Új esemény"
|
1660 |
|
1661 |
-
#: includes/event-organiser-cpt.php:
|
1662 |
#, fuzzy
|
1663 |
msgid "All Events"
|
1664 |
msgstr "Összes esemény"
|
1665 |
|
1666 |
-
#: includes/event-organiser-cpt.php:
|
1667 |
msgid "View Event"
|
1668 |
msgstr "Esemény előnézet"
|
1669 |
|
1670 |
-
#: includes/event-organiser-cpt.php:
|
1671 |
msgid "Search events"
|
1672 |
msgstr "Esemény keresése"
|
1673 |
|
1674 |
-
#: includes/event-organiser-cpt.php:
|
1675 |
msgid "No events found"
|
1676 |
msgstr "Nincsenek események"
|
1677 |
|
1678 |
-
#: includes/event-organiser-cpt.php:
|
1679 |
msgid "No events found in Trash"
|
1680 |
msgstr "Nem található esemény a lomtárban."
|
1681 |
|
1682 |
-
#: includes/event-organiser-cpt.php:
|
1683 |
msgid "Filter events list"
|
1684 |
msgstr ""
|
1685 |
|
1686 |
-
#: includes/event-organiser-cpt.php:
|
1687 |
msgid "Events list navigation"
|
1688 |
msgstr ""
|
1689 |
|
1690 |
-
#: includes/event-organiser-cpt.php:
|
1691 |
msgid "Events list"
|
1692 |
msgstr ""
|
1693 |
|
1694 |
-
#: includes/event-organiser-cpt.php:
|
1695 |
msgid "Event Archives"
|
1696 |
msgstr ""
|
1697 |
|
1698 |
-
#: includes/event-organiser-cpt.php:
|
1699 |
msgid "Insert into event"
|
1700 |
msgstr ""
|
1701 |
|
1702 |
-
#: includes/event-organiser-cpt.php:
|
1703 |
msgid "Uploaded to this event"
|
1704 |
msgstr ""
|
1705 |
|
1706 |
-
#: includes/event-organiser-cpt.php:
|
1707 |
#, php-format
|
1708 |
msgid "Events at %s"
|
1709 |
msgstr ""
|
1710 |
|
1711 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1712 |
#: templates/taxonomy-event-category.php:27
|
1713 |
#, php-format
|
1714 |
msgid "Event Category: %s"
|
1715 |
msgstr ""
|
1716 |
|
1717 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1718 |
#, php-format
|
1719 |
msgid "Event Tag: %s"
|
1720 |
msgstr ""
|
1721 |
|
1722 |
-
#: includes/event-organiser-cpt.php:
|
1723 |
-
#: includes/event-organiser-cpt.php:
|
1724 |
#, fuzzy, php-format
|
1725 |
msgid "Events: %s"
|
1726 |
msgstr "Események:"
|
1727 |
|
1728 |
-
#: includes/event-organiser-cpt.php:
|
1729 |
#, php-format
|
1730 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1731 |
msgstr "Esemény frissítve. <a href=\"%s\">Esemény megtekintése</a>"
|
1732 |
|
1733 |
-
#: includes/event-organiser-cpt.php:
|
1734 |
msgid "Event updated."
|
1735 |
msgstr "Esemény frissítve."
|
1736 |
|
1737 |
-
#: includes/event-organiser-cpt.php:
|
1738 |
#, php-format
|
1739 |
msgid "Event restored to revision from %s"
|
1740 |
msgstr "Esemény visszaállítva a következő változatból: %s"
|
1741 |
|
1742 |
-
#: includes/event-organiser-cpt.php:
|
1743 |
#, php-format
|
1744 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1745 |
msgstr "Esemény közzétéve. <a href=\"%s\">Esemény megtekintése</a>"
|
1746 |
|
1747 |
-
#: includes/event-organiser-cpt.php:
|
1748 |
msgid "Event saved."
|
1749 |
msgstr "Esemény elementve."
|
1750 |
|
1751 |
-
#: includes/event-organiser-cpt.php:
|
1752 |
#, php-format
|
1753 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1754 |
msgstr ""
|
1755 |
"Esemény beküldve. <a target=\"_blank\" href=\"%s\">Esemény előnézet</a>"
|
1756 |
|
1757 |
-
#: includes/event-organiser-cpt.php:
|
1758 |
#, php-format
|
1759 |
msgid ""
|
1760 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
@@ -1763,30 +1796,31 @@ msgstr ""
|
|
1763 |
"Esemény időzített megjelenése: <strong>%1$s</strong>. <a target=\"_blank\" "
|
1764 |
"href=\"%2$s\">Esemény előnézete</a>"
|
1765 |
|
1766 |
-
|
|
|
1767 |
msgid "M j, Y @ G:i"
|
1768 |
msgstr "Y.m.d. H:i"
|
1769 |
|
1770 |
-
#: includes/event-organiser-cpt.php:
|
1771 |
#, php-format
|
1772 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1773 |
msgstr ""
|
1774 |
"Esemény vázlata frissítve <a target=\"_blank\" href=\"%s\">Esemény "
|
1775 |
"előnézete</a>"
|
1776 |
|
1777 |
-
#: includes/event-organiser-cpt.php:
|
1778 |
msgid "This event has been broken from a recurring event."
|
1779 |
msgstr ""
|
1780 |
|
1781 |
-
#: includes/event-organiser-cpt.php:
|
1782 |
msgid "Creating events"
|
1783 |
msgstr "Esemény létrehozása"
|
1784 |
|
1785 |
-
#: includes/event-organiser-cpt.php:
|
1786 |
msgid "Creating events:"
|
1787 |
msgstr "Esemény létrehozása:"
|
1788 |
|
1789 |
-
#: includes/event-organiser-cpt.php:
|
1790 |
msgid ""
|
1791 |
"The start date is the date the event starts. If the event is a recurring "
|
1792 |
"event, this is the start date of the first occurrence."
|
@@ -1794,7 +1828,7 @@ msgstr ""
|
|
1794 |
"Esemény kezdete: az esemény kezdő időpontja. Ismétlődő esemény esetén az "
|
1795 |
"első esemény kezdete."
|
1796 |
|
1797 |
-
#: includes/event-organiser-cpt.php:
|
1798 |
msgid ""
|
1799 |
"The end date is the date the event finishes. If the event is a recurring "
|
1800 |
"event, this is the end date of the first occurrence."
|
@@ -1802,7 +1836,7 @@ msgstr ""
|
|
1802 |
"Esemény vége: az esemény végének időpontja. Ismétlődő esemény esetén az első "
|
1803 |
"esemény vége."
|
1804 |
|
1805 |
-
#: includes/event-organiser-cpt.php:
|
1806 |
msgid ""
|
1807 |
"All dates and times must be entered in the specified format. This format can "
|
1808 |
"changed in the settings page."
|
@@ -1810,11 +1844,11 @@ msgstr ""
|
|
1810 |
"Minden dátumot és időpontot a megadott formátumban kell megadni. Ez a "
|
1811 |
"formátum a \"Beállítások\" > \"Események\" oldalon állítható be."
|
1812 |
|
1813 |
-
#: includes/event-organiser-cpt.php:
|
1814 |
msgid "Repeating events"
|
1815 |
msgstr "Ismétlődő események"
|
1816 |
|
1817 |
-
#: includes/event-organiser-cpt.php:
|
1818 |
msgid ""
|
1819 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1820 |
"dropdown menu to select how the event is to repeat. Further options then "
|
@@ -1824,13 +1858,13 @@ msgstr ""
|
|
1824 |
"választani az ismétlődés típusát (naponta, hetente...), és utánna jelennek "
|
1825 |
"meg a további beállítások:"
|
1826 |
|
1827 |
-
#: includes/event-organiser-cpt.php:
|
1828 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1829 |
msgstr ""
|
1830 |
"Milyen rendszerességgel ismétlődjön, pl. 1 vagy 2 hetente (alapértelmezett: "
|
1831 |
"1)"
|
1832 |
|
1833 |
-
#: includes/event-organiser-cpt.php:
|
1834 |
msgid ""
|
1835 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1836 |
"date, but an occurrence that starts before may finish after this date."
|
@@ -1839,7 +1873,7 @@ msgstr ""
|
|
1839 |
"nem lesznek, de ha dátum előtt kezdődik és utána fejeződik be, akkor még "
|
1840 |
"lesz ismétlődés. "
|
1841 |
|
1842 |
-
#: includes/event-organiser-cpt.php:
|
1843 |
msgid ""
|
1844 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1845 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
@@ -1849,7 +1883,7 @@ msgstr ""
|
|
1849 |
"megjelenítése: hónap hanyadik napján (pl. 24.-én) vagy adott hét hanyadik "
|
1850 |
"napján (pl. 3. hét péntek)"
|
1851 |
|
1852 |
-
#: includes/event-organiser-cpt.php:
|
1853 |
msgid ""
|
1854 |
"If weekly recurrence is selected, select which days of the week the event "
|
1855 |
"should be repeated. If no days are selected, the day of the start date is "
|
@@ -1859,17 +1893,17 @@ msgstr ""
|
|
1859 |
"legyen ismétlődés. Ha nincs beállítva, akkor az esemény kezdetének napja "
|
1860 |
"lesz használva."
|
1861 |
|
1862 |
-
#: includes/event-organiser-cpt.php:
|
1863 |
msgid "Selecting a venue"
|
1864 |
msgstr "Helyszín kiválasztása"
|
1865 |
|
1866 |
-
#: includes/event-organiser-cpt.php:
|
1867 |
msgid "Use the venues input field to search for existing venues"
|
1868 |
msgstr ""
|
1869 |
"Helyszín mező kitöltésével lehet a felvett helyszínek között keresni, majd "
|
1870 |
"kiválasztani."
|
1871 |
|
1872 |
-
#: includes/event-organiser-cpt.php:
|
1873 |
msgid ""
|
1874 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1875 |
"page."
|
@@ -1877,11 +1911,11 @@ msgstr ""
|
|
1877 |
"Csak már felvett helyszín választható ki. Új helyszínt az \"Események\" > "
|
1878 |
"\"Helyszínek\" oldalon lehet felvenni. "
|
1879 |
|
1880 |
-
#: includes/event-organiser-cpt.php:
|
1881 |
msgid "Overview"
|
1882 |
msgstr "Áttekintés"
|
1883 |
|
1884 |
-
#: includes/event-organiser-cpt.php:
|
1885 |
msgid ""
|
1886 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1887 |
"appear as a single row </strong> in the table and the start and end date "
|
@@ -1891,7 +1925,7 @@ msgstr ""
|
|
1891 |
"<strong>ismétlődő események csak egyszer jelennek meg</strong> a listában, a "
|
1892 |
"kezdete és vége pedig az első eseményre vonatkozik."
|
1893 |
|
1894 |
-
#: includes/event-organiser-cpt.php:
|
1895 |
msgid ""
|
1896 |
"Hovering over a row in the venues list will display action links that allow "
|
1897 |
"you to manage that venue. You can perform the following actions:"
|
@@ -1899,7 +1933,7 @@ msgstr ""
|
|
1899 |
"Ha a sor fölé mozgatjuk az egeret, megjelennek a helyszínek kezeléséhez "
|
1900 |
"elérhető műveletek hivatkozásai. A következő műveleteket lehet elvégezni:"
|
1901 |
|
1902 |
-
#: includes/event-organiser-cpt.php:
|
1903 |
#, fuzzy
|
1904 |
msgid ""
|
1905 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
@@ -1908,15 +1942,15 @@ msgstr ""
|
|
1908 |
"A Szerkesztés link a helyszín szerkesztő képernyőjére visz bennünket. Ez a "
|
1909 |
"képernyő a helyszín címére kattintással is elérhető."
|
1910 |
|
1911 |
-
#: includes/event-organiser-cpt.php:
|
1912 |
msgid "Delete will permanently remove the venue"
|
1913 |
msgstr "A Törlés link végleg eltávolítja a helyszínt"
|
1914 |
|
1915 |
-
#: includes/event-organiser-cpt.php:
|
1916 |
msgid "View will take you to the venue's page"
|
1917 |
msgstr "A Megtekintés használatával megnézhetjük helyszínünk oldalát."
|
1918 |
|
1919 |
-
#: includes/event-organiser-cpt.php:
|
1920 |
msgid ""
|
1921 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1922 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
@@ -1926,7 +1960,7 @@ msgstr ""
|
|
1926 |
"kattintva megjelennek annak részletei, és megfelelő jogosultság esetén a "
|
1927 |
"szerkesztés link is."
|
1928 |
|
1929 |
-
#: includes/event-organiser-cpt.php:
|
1930 |
msgid ""
|
1931 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1932 |
"mode. You can also filter the events by events by category and venue. The "
|
@@ -1935,11 +1969,11 @@ msgstr ""
|
|
1935 |
"A fülekre kattintva Hónap, Hét vagy Nap nézet is választható. Az eseményeket "
|
1936 |
"lehet szűrni kategória és helyszín szerint is."
|
1937 |
|
1938 |
-
#: includes/event-organiser-cpt.php:
|
1939 |
msgid "Add Event"
|
1940 |
msgstr "Esemény hozzáadása"
|
1941 |
|
1942 |
-
#: includes/event-organiser-cpt.php:
|
1943 |
msgid ""
|
1944 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
1945 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
@@ -1955,28 +1989,28 @@ msgstr ""
|
|
1955 |
"vázlatként vagy közzéteni. Mentés után megjelenik az esemény szerkesztése "
|
1956 |
"oldal."
|
1957 |
|
1958 |
-
#: includes/event-organiser-cpt.php:
|
1959 |
msgid "For more information"
|
1960 |
msgstr "További információ:"
|
1961 |
|
1962 |
-
#: includes/event-organiser-cpt.php:
|
1963 |
#, php-format
|
1964 |
msgid "See the <a %s> documentation</a>"
|
1965 |
msgstr "<a %s> Dokumentáció</a>"
|
1966 |
|
1967 |
-
#: includes/event-organiser-cpt.php:
|
1968 |
msgid "Debugging Event Organiser"
|
1969 |
msgstr ""
|
1970 |
|
1971 |
-
#: includes/event-organiser-cpt.php:
|
1972 |
msgid "Go Pro!"
|
1973 |
msgstr ""
|
1974 |
|
1975 |
-
#: includes/event-organiser-cpt.php:
|
1976 |
msgid "Color"
|
1977 |
msgstr "Szín"
|
1978 |
|
1979 |
-
#: includes/event-organiser-cpt.php:
|
1980 |
msgid "Assign the category a colour."
|
1981 |
msgstr "Kategóriához rendelt szín."
|
1982 |
|
@@ -2162,23 +2196,23 @@ msgstr ""
|
|
2162 |
msgid "Help"
|
2163 |
msgstr ""
|
2164 |
|
2165 |
-
#: includes/event-organiser-venue-functions.php:
|
2166 |
msgid "Address"
|
2167 |
msgstr "Cím"
|
2168 |
|
2169 |
-
#: includes/event-organiser-venue-functions.php:
|
2170 |
msgid "City"
|
2171 |
msgstr "Város"
|
2172 |
|
2173 |
-
#: includes/event-organiser-venue-functions.php:
|
2174 |
msgid "State / Province"
|
2175 |
msgstr "Állam / Megye"
|
2176 |
|
2177 |
-
#: includes/event-organiser-venue-functions.php:
|
2178 |
msgid "Post Code"
|
2179 |
msgstr "Irányítószám"
|
2180 |
|
2181 |
-
#: includes/event-organiser-venue-functions.php:
|
2182 |
msgid "Country"
|
2183 |
msgstr "Város"
|
2184 |
|
@@ -2271,6 +2305,15 @@ msgstr ""
|
|
2271 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2272 |
msgstr ""
|
2273 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2274 |
#: templates/taxonomy-event-venue.php:30
|
2275 |
#, php-format
|
2276 |
msgid "Events at: %s"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-03-06 23:13+0000\n"
|
6 |
"PO-Revision-Date: 2017-04-17T13:13:03+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
123 |
|
124 |
#: classes/class-eo-event-list-widget.php:14
|
125 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
126 |
+
#: event-organiser.php:149 includes/event-organiser-cpt.php:226
|
127 |
+
#: includes/event-organiser-cpt.php:238
|
128 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
129 |
msgid "Events"
|
130 |
msgstr "Események"
|
247 |
msgstr "Esemény kategóriák"
|
248 |
|
249 |
#: classes/class-eo-widget-categories.php:25
|
250 |
+
#: includes/event-organiser-cpt.php:95 includes/event-organiser-cpt.php:106
|
251 |
#: includes/event-organiser-event-functions.php:1563
|
252 |
#: templates/event-meta-event-single.php:62
|
253 |
msgid "Categories"
|
451 |
msgid "Open shortcut help"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#. //codex.wp-event-organiser.com
|
455 |
+
#. *
|
456 |
+
#. ***************** NOTICE: *****************
|
457 |
+
#. * Do not make changes to this file. Any changes made to this file
|
458 |
+
#. * will be overwritten if the plug-in is updated.
|
459 |
+
#. *
|
460 |
+
#. * To overwrite this template with your own, make a copy of it (with the same name)
|
461 |
+
#. * in your theme directory. See http://docs.wp-event-organiser.com/theme-integration for more information
|
462 |
+
#. *
|
463 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
464 |
+
#. ***************** NOTICE: *****************
|
465 |
+
#. *
|
466 |
+
#. * @package Event Organiser (plug-in)
|
467 |
+
#. * @since 1.7
|
468 |
+
#.
|
469 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
470 |
#: templates/event-meta-event-single.php:32
|
471 |
msgid "Event Details"
|
657 |
msgstr ""
|
658 |
|
659 |
#: event-organiser-edit.php:274
|
660 |
+
#: includes/event-organiser-venue-functions.php:1030
|
661 |
msgid "Select a venue"
|
662 |
msgstr "Helyszín kiválasztása"
|
663 |
|
734 |
msgid "Go to Event Organiser settings"
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: event-organiser-manage.php:19 includes/event-organiser-cpt.php:227
|
738 |
msgid "Event"
|
739 |
msgstr "Esemény"
|
740 |
|
897 |
msgstr " Változatok"
|
898 |
|
899 |
#: event-organiser-settings.php:154 event-organiser-settings.php:355
|
900 |
+
#: includes/event-organiser-cpt.php:152
|
901 |
msgid "Event Tags"
|
902 |
msgstr "Esemény címkék"
|
903 |
|
1245 |
msgid "Slug"
|
1246 |
msgstr "Közvetlen link (Slug)"
|
1247 |
|
1248 |
+
#: features/bootstrap/FeatureContext.php:459
|
1249 |
+
#: features/bootstrap/FeatureContext.php:627
|
1250 |
msgid "Main Sidebar"
|
1251 |
msgstr ""
|
1252 |
|
1253 |
+
#: features/bootstrap/FeatureContext.php:461
|
1254 |
+
#: features/bootstrap/FeatureContext.php:629
|
1255 |
msgid "Widgets in this area will be shown on all posts and pages."
|
1256 |
msgstr ""
|
1257 |
|
1438 |
msgid "This event recurs"
|
1439 |
msgstr "Ismétlődő esemény"
|
1440 |
|
1441 |
+
#: includes/event-organiser-ajax.php:440 includes/event-organiser-cpt.php:230
|
1442 |
msgid "Edit Event"
|
1443 |
msgstr "Szerkesztés"
|
1444 |
|
1540 |
msgid "View all venues"
|
1541 |
msgstr "Összes helyszín"
|
1542 |
|
1543 |
+
#: includes/event-organiser-cpt.php:96
|
1544 |
msgctxt "taxonomy singular name"
|
1545 |
msgid "Category"
|
1546 |
msgstr ""
|
1547 |
|
1548 |
+
#: includes/event-organiser-cpt.php:97
|
1549 |
msgid "Search Categories"
|
1550 |
msgstr "Kategória keresése"
|
1551 |
|
1552 |
+
#: includes/event-organiser-cpt.php:98
|
1553 |
msgid "All Categories"
|
1554 |
msgstr "Összes kategória"
|
1555 |
|
1556 |
+
#: includes/event-organiser-cpt.php:99
|
1557 |
msgid "Parent Category"
|
1558 |
msgstr "Szülő kategória"
|
1559 |
|
1560 |
+
#: includes/event-organiser-cpt.php:100
|
1561 |
msgid "Parent Category:"
|
1562 |
msgstr ""
|
1563 |
|
1564 |
+
#: includes/event-organiser-cpt.php:101
|
1565 |
msgid "Edit Category"
|
1566 |
msgstr "Kategória szerkesztése"
|
1567 |
|
1568 |
+
#: includes/event-organiser-cpt.php:102
|
1569 |
msgid "Update Category"
|
1570 |
msgstr "Kategória frissítése"
|
1571 |
|
1572 |
+
#: includes/event-organiser-cpt.php:103
|
1573 |
msgid "Add New Category"
|
1574 |
msgstr "Új hozzáadása"
|
1575 |
|
1576 |
+
#: includes/event-organiser-cpt.php:104
|
1577 |
msgid "New Category Name"
|
1578 |
msgstr "Kategória neve"
|
1579 |
|
1580 |
+
#: includes/event-organiser-cpt.php:105
|
1581 |
msgid "No categories found"
|
1582 |
msgstr "Nincsenek kategóriák"
|
1583 |
|
1584 |
+
#: includes/event-organiser-cpt.php:107
|
1585 |
msgid "Event categories list navigation"
|
1586 |
msgstr ""
|
1587 |
|
1588 |
+
#: includes/event-organiser-cpt.php:108
|
1589 |
msgid "Event categories list"
|
1590 |
msgstr ""
|
1591 |
|
1592 |
+
#: includes/event-organiser-cpt.php:110
|
1593 |
msgid "View all categories"
|
1594 |
msgstr "Összes kategória"
|
1595 |
|
1596 |
+
#: includes/event-organiser-cpt.php:153
|
1597 |
msgctxt "taxonomy singular name"
|
1598 |
msgid "Tag"
|
1599 |
msgstr ""
|
1600 |
|
1601 |
+
#: includes/event-organiser-cpt.php:154
|
1602 |
msgid "Search Tags"
|
1603 |
msgstr "Címkék keresése"
|
1604 |
|
1605 |
+
#: includes/event-organiser-cpt.php:155
|
1606 |
msgid "All Tags"
|
1607 |
msgstr "Összes címke"
|
1608 |
|
1609 |
+
#: includes/event-organiser-cpt.php:156
|
1610 |
msgid "Popular Tags"
|
1611 |
msgstr "Népszerű címkék"
|
1612 |
|
1613 |
+
#: includes/event-organiser-cpt.php:157
|
1614 |
msgid "Edit Tag"
|
1615 |
msgstr "Címke szerkesztése"
|
1616 |
|
1617 |
+
#: includes/event-organiser-cpt.php:158
|
1618 |
msgid "Update Tag"
|
1619 |
msgstr "Címke frissítése"
|
1620 |
|
1621 |
+
#: includes/event-organiser-cpt.php:159
|
1622 |
msgid "Add New Tag"
|
1623 |
msgstr "Új címke hozzáadása"
|
1624 |
|
1625 |
+
#: includes/event-organiser-cpt.php:160
|
1626 |
msgid "New Tag Name"
|
1627 |
msgstr "Új címke neve"
|
1628 |
|
1629 |
+
#: includes/event-organiser-cpt.php:161
|
1630 |
msgid "No tags found"
|
1631 |
msgstr "Nincsenek címkék"
|
1632 |
|
1633 |
+
#: includes/event-organiser-cpt.php:162
|
1634 |
msgid "Choose from the most used tags"
|
1635 |
msgstr "Választás a leggyakrabban előforduló címkék közül"
|
1636 |
|
1637 |
+
#: includes/event-organiser-cpt.php:163
|
1638 |
#: includes/event-organiser-event-functions.php:1571
|
1639 |
#: templates/event-meta-event-single.php:66
|
1640 |
msgid "Tags"
|
1641 |
msgstr "Címkék"
|
1642 |
|
1643 |
+
#: includes/event-organiser-cpt.php:164
|
1644 |
msgid "Add or remove tags"
|
1645 |
msgstr "Címke hozzáadása vagy törlése"
|
1646 |
|
1647 |
+
#: includes/event-organiser-cpt.php:165
|
1648 |
msgid "Separate tags with commas"
|
1649 |
msgstr "Címkék listája, vesszővel elválasztva"
|
1650 |
|
1651 |
+
#: includes/event-organiser-cpt.php:166
|
1652 |
msgid "Event tags list navigation"
|
1653 |
msgstr ""
|
1654 |
|
1655 |
+
#: includes/event-organiser-cpt.php:167
|
1656 |
msgid "Event tags list"
|
1657 |
msgstr ""
|
1658 |
|
1659 |
+
#: includes/event-organiser-cpt.php:169
|
1660 |
msgid "View all tags"
|
1661 |
msgstr ""
|
1662 |
|
1663 |
+
#: includes/event-organiser-cpt.php:228
|
1664 |
msgctxt "post"
|
1665 |
msgid "Add New"
|
1666 |
msgstr ""
|
1667 |
|
1668 |
+
#: includes/event-organiser-cpt.php:229
|
1669 |
msgid "Add New Event"
|
1670 |
msgstr "Új esemény hozzáadása"
|
1671 |
|
1672 |
+
#: includes/event-organiser-cpt.php:231
|
1673 |
msgid "New Event"
|
1674 |
msgstr "Új esemény"
|
1675 |
|
1676 |
+
#: includes/event-organiser-cpt.php:232
|
1677 |
#, fuzzy
|
1678 |
msgid "All Events"
|
1679 |
msgstr "Összes esemény"
|
1680 |
|
1681 |
+
#: includes/event-organiser-cpt.php:233
|
1682 |
msgid "View Event"
|
1683 |
msgstr "Esemény előnézet"
|
1684 |
|
1685 |
+
#: includes/event-organiser-cpt.php:234
|
1686 |
msgid "Search events"
|
1687 |
msgstr "Esemény keresése"
|
1688 |
|
1689 |
+
#: includes/event-organiser-cpt.php:235
|
1690 |
msgid "No events found"
|
1691 |
msgstr "Nincsenek események"
|
1692 |
|
1693 |
+
#: includes/event-organiser-cpt.php:236
|
1694 |
msgid "No events found in Trash"
|
1695 |
msgstr "Nem található esemény a lomtárban."
|
1696 |
|
1697 |
+
#: includes/event-organiser-cpt.php:239
|
1698 |
msgid "Filter events list"
|
1699 |
msgstr ""
|
1700 |
|
1701 |
+
#: includes/event-organiser-cpt.php:240
|
1702 |
msgid "Events list navigation"
|
1703 |
msgstr ""
|
1704 |
|
1705 |
+
#: includes/event-organiser-cpt.php:241
|
1706 |
msgid "Events list"
|
1707 |
msgstr ""
|
1708 |
|
1709 |
+
#: includes/event-organiser-cpt.php:242
|
1710 |
msgid "Event Archives"
|
1711 |
msgstr ""
|
1712 |
|
1713 |
+
#: includes/event-organiser-cpt.php:243
|
1714 |
msgid "Insert into event"
|
1715 |
msgstr ""
|
1716 |
|
1717 |
+
#: includes/event-organiser-cpt.php:244
|
1718 |
msgid "Uploaded to this event"
|
1719 |
msgstr ""
|
1720 |
|
1721 |
+
#: includes/event-organiser-cpt.php:246
|
1722 |
#, php-format
|
1723 |
msgid "Events at %s"
|
1724 |
msgstr ""
|
1725 |
|
1726 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1727 |
+
#. *
|
1728 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1729 |
+
#. ***************** NOTICE: *****************
|
1730 |
+
#. *
|
1731 |
+
#. * @package Event Organiser (plug-in)
|
1732 |
+
#. * @since 1.0.0
|
1733 |
+
#.
|
1734 |
+
#. Call the template header
|
1735 |
+
#: includes/event-organiser-cpt.php:247
|
1736 |
#: templates/taxonomy-event-category.php:27
|
1737 |
#, php-format
|
1738 |
msgid "Event Category: %s"
|
1739 |
msgstr ""
|
1740 |
|
1741 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
1742 |
+
#. *
|
1743 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
1744 |
+
#. ***************** NOTICE: *****************
|
1745 |
+
#. *
|
1746 |
+
#. * @package Event Organiser (plug-in)
|
1747 |
+
#. * @since 1.2.0
|
1748 |
+
#.
|
1749 |
+
#. Call the template header
|
1750 |
+
#: includes/event-organiser-cpt.php:248 templates/taxonomy-event-tag.php:27
|
1751 |
#, php-format
|
1752 |
msgid "Event Tag: %s"
|
1753 |
msgstr ""
|
1754 |
|
1755 |
+
#: includes/event-organiser-cpt.php:249 includes/event-organiser-cpt.php:250
|
1756 |
+
#: includes/event-organiser-cpt.php:251
|
1757 |
#, fuzzy, php-format
|
1758 |
msgid "Events: %s"
|
1759 |
msgstr "Események:"
|
1760 |
|
1761 |
+
#: includes/event-organiser-cpt.php:332
|
1762 |
#, php-format
|
1763 |
msgid "Event updated. <a href=\"%s\">View event</a>"
|
1764 |
msgstr "Esemény frissítve. <a href=\"%s\">Esemény megtekintése</a>"
|
1765 |
|
1766 |
+
#: includes/event-organiser-cpt.php:333
|
1767 |
msgid "Event updated."
|
1768 |
msgstr "Esemény frissítve."
|
1769 |
|
1770 |
+
#: includes/event-organiser-cpt.php:335
|
1771 |
#, php-format
|
1772 |
msgid "Event restored to revision from %s"
|
1773 |
msgstr "Esemény visszaállítva a következő változatból: %s"
|
1774 |
|
1775 |
+
#: includes/event-organiser-cpt.php:336
|
1776 |
#, php-format
|
1777 |
msgid "Event published. <a href=\"%s\">View event</a>"
|
1778 |
msgstr "Esemény közzétéve. <a href=\"%s\">Esemény megtekintése</a>"
|
1779 |
|
1780 |
+
#: includes/event-organiser-cpt.php:337
|
1781 |
msgid "Event saved."
|
1782 |
msgstr "Esemény elementve."
|
1783 |
|
1784 |
+
#: includes/event-organiser-cpt.php:339
|
1785 |
#, php-format
|
1786 |
msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1787 |
msgstr ""
|
1788 |
"Esemény beküldve. <a target=\"_blank\" href=\"%s\">Esemény előnézet</a>"
|
1789 |
|
1790 |
+
#: includes/event-organiser-cpt.php:343
|
1791 |
#, php-format
|
1792 |
msgid ""
|
1793 |
"Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
|
1796 |
"Esemény időzített megjelenése: <strong>%1$s</strong>. <a target=\"_blank\" "
|
1797 |
"href=\"%2$s\">Esemény előnézete</a>"
|
1798 |
|
1799 |
+
#. //php.net/date
|
1800 |
+
#: includes/event-organiser-cpt.php:345
|
1801 |
msgid "M j, Y @ G:i"
|
1802 |
msgstr "Y.m.d. H:i"
|
1803 |
|
1804 |
+
#: includes/event-organiser-cpt.php:348
|
1805 |
#, php-format
|
1806 |
msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
|
1807 |
msgstr ""
|
1808 |
"Esemény vázlata frissítve <a target=\"_blank\" href=\"%s\">Esemény "
|
1809 |
"előnézete</a>"
|
1810 |
|
1811 |
+
#: includes/event-organiser-cpt.php:351
|
1812 |
msgid "This event has been broken from a recurring event."
|
1813 |
msgstr ""
|
1814 |
|
1815 |
+
#: includes/event-organiser-cpt.php:527
|
1816 |
msgid "Creating events"
|
1817 |
msgstr "Esemény létrehozása"
|
1818 |
|
1819 |
+
#: includes/event-organiser-cpt.php:528
|
1820 |
msgid "Creating events:"
|
1821 |
msgstr "Esemény létrehozása:"
|
1822 |
|
1823 |
+
#: includes/event-organiser-cpt.php:530
|
1824 |
msgid ""
|
1825 |
"The start date is the date the event starts. If the event is a recurring "
|
1826 |
"event, this is the start date of the first occurrence."
|
1828 |
"Esemény kezdete: az esemény kezdő időpontja. Ismétlődő esemény esetén az "
|
1829 |
"első esemény kezdete."
|
1830 |
|
1831 |
+
#: includes/event-organiser-cpt.php:531
|
1832 |
msgid ""
|
1833 |
"The end date is the date the event finishes. If the event is a recurring "
|
1834 |
"event, this is the end date of the first occurrence."
|
1836 |
"Esemény vége: az esemény végének időpontja. Ismétlődő esemény esetén az első "
|
1837 |
"esemény vége."
|
1838 |
|
1839 |
+
#: includes/event-organiser-cpt.php:532
|
1840 |
msgid ""
|
1841 |
"All dates and times must be entered in the specified format. This format can "
|
1842 |
"changed in the settings page."
|
1844 |
"Minden dátumot és időpontot a megadott formátumban kell megadni. Ez a "
|
1845 |
"formátum a \"Beállítások\" > \"Események\" oldalon állítható be."
|
1846 |
|
1847 |
+
#: includes/event-organiser-cpt.php:537
|
1848 |
msgid "Repeating events"
|
1849 |
msgstr "Ismétlődő események"
|
1850 |
|
1851 |
+
#: includes/event-organiser-cpt.php:538
|
1852 |
msgid ""
|
1853 |
"To repeat an event according to some regular pattern, use the recurrence "
|
1854 |
"dropdown menu to select how the event is to repeat. Further options then "
|
1858 |
"választani az ismétlődés típusát (naponta, hetente...), és utánna jelennek "
|
1859 |
"meg a további beállítások:"
|
1860 |
|
1861 |
+
#: includes/event-organiser-cpt.php:540
|
1862 |
msgid "Specify how regularly the event should repeat (default 1)"
|
1863 |
msgstr ""
|
1864 |
"Milyen rendszerességgel ismétlődjön, pl. 1 vagy 2 hetente (alapértelmezett: "
|
1865 |
"1)"
|
1866 |
|
1867 |
+
#: includes/event-organiser-cpt.php:541
|
1868 |
msgid ""
|
1869 |
"Choose the recurrence end date. No further occurrences are added after this "
|
1870 |
"date, but an occurrence that starts before may finish after this date."
|
1873 |
"nem lesznek, de ha dátum előtt kezdődik és utána fejeződik be, akkor még "
|
1874 |
"lesz ismétlődés. "
|
1875 |
|
1876 |
+
#: includes/event-organiser-cpt.php:542
|
1877 |
msgid ""
|
1878 |
"If monthly recurrence is selected, select whether this should repeat on that "
|
1879 |
"date of the month (e.g. on the 24th) or on the day of the month (e.g. on the "
|
1883 |
"megjelenítése: hónap hanyadik napján (pl. 24.-én) vagy adott hét hanyadik "
|
1884 |
"napján (pl. 3. hét péntek)"
|
1885 |
|
1886 |
+
#: includes/event-organiser-cpt.php:543
|
1887 |
msgid ""
|
1888 |
"If weekly recurrence is selected, select which days of the week the event "
|
1889 |
"should be repeated. If no days are selected, the day of the start date is "
|
1893 |
"legyen ismétlődés. Ha nincs beállítva, akkor az esemény kezdetének napja "
|
1894 |
"lesz használva."
|
1895 |
|
1896 |
+
#: includes/event-organiser-cpt.php:548 includes/event-organiser-cpt.php:549
|
1897 |
msgid "Selecting a venue"
|
1898 |
msgstr "Helyszín kiválasztása"
|
1899 |
|
1900 |
+
#: includes/event-organiser-cpt.php:551
|
1901 |
msgid "Use the venues input field to search for existing venues"
|
1902 |
msgstr ""
|
1903 |
"Helyszín mező kitöltésével lehet a felvett helyszínek között keresni, majd "
|
1904 |
"kiválasztani."
|
1905 |
|
1906 |
+
#: includes/event-organiser-cpt.php:552
|
1907 |
msgid ""
|
1908 |
"Only pre-existing venues can be selected. To add a venue, go to the venues "
|
1909 |
"page."
|
1911 |
"Csak már felvett helyszín választható ki. Új helyszínt az \"Események\" > "
|
1912 |
"\"Helyszínek\" oldalon lehet felvenni. "
|
1913 |
|
1914 |
+
#: includes/event-organiser-cpt.php:562 includes/event-organiser-cpt.php:581
|
1915 |
msgid "Overview"
|
1916 |
msgstr "Áttekintés"
|
1917 |
|
1918 |
+
#: includes/event-organiser-cpt.php:563
|
1919 |
msgid ""
|
1920 |
"This is the list of all saved events. Note that <strong> recurring events "
|
1921 |
"appear as a single row </strong> in the table and the start and end date "
|
1925 |
"<strong>ismétlődő események csak egyszer jelennek meg</strong> a listában, a "
|
1926 |
"kezdete és vége pedig az első eseményre vonatkozik."
|
1927 |
|
1928 |
+
#: includes/event-organiser-cpt.php:569
|
1929 |
msgid ""
|
1930 |
"Hovering over a row in the venues list will display action links that allow "
|
1931 |
"you to manage that venue. You can perform the following actions:"
|
1933 |
"Ha a sor fölé mozgatjuk az egeret, megjelennek a helyszínek kezeléséhez "
|
1934 |
"elérhető műveletek hivatkozásai. A következő műveleteket lehet elvégezni:"
|
1935 |
|
1936 |
+
#: includes/event-organiser-cpt.php:571
|
1937 |
#, fuzzy
|
1938 |
msgid ""
|
1939 |
"Edit takes you to the editing screen for that venue. You can also reach that "
|
1942 |
"A Szerkesztés link a helyszín szerkesztő képernyőjére visz bennünket. Ez a "
|
1943 |
"képernyő a helyszín címére kattintással is elérhető."
|
1944 |
|
1945 |
+
#: includes/event-organiser-cpt.php:572
|
1946 |
msgid "Delete will permanently remove the venue"
|
1947 |
msgstr "A Törlés link végleg eltávolítja a helyszínt"
|
1948 |
|
1949 |
+
#: includes/event-organiser-cpt.php:573
|
1950 |
msgid "View will take you to the venue's page"
|
1951 |
msgstr "A Megtekintés használatával megnézhetjük helyszínünk oldalát."
|
1952 |
|
1953 |
+
#: includes/event-organiser-cpt.php:582
|
1954 |
msgid ""
|
1955 |
"This page shows all (occurrances of) events. You can view the summary of an "
|
1956 |
"event by clicking on it. If you have the necessary permissions, a link to "
|
1960 |
"kattintva megjelennek annak részletei, és megfelelő jogosultság esetén a "
|
1961 |
"szerkesztés link is."
|
1962 |
|
1963 |
+
#: includes/event-organiser-cpt.php:583
|
1964 |
msgid ""
|
1965 |
"By clicking the relevant tab, you can view events in Month, Week or Day "
|
1966 |
"mode. You can also filter the events by events by category and venue. The "
|
1969 |
"A fülekre kattintva Hónap, Hét vagy Nap nézet is választható. Az eseményeket "
|
1970 |
"lehet szűrni kategória és helyszín szerint is."
|
1971 |
|
1972 |
+
#: includes/event-organiser-cpt.php:587
|
1973 |
msgid "Add Event"
|
1974 |
msgstr "Esemény hozzáadása"
|
1975 |
|
1976 |
+
#: includes/event-organiser-cpt.php:588
|
1977 |
msgid ""
|
1978 |
"You can create an event on this Calendar, by clicking on day or dragging "
|
1979 |
"over multiple days (in Month view) or multiple times (in Week and Day view). "
|
1989 |
"vázlatként vagy közzéteni. Mentés után megjelenik az esemény szerkesztése "
|
1990 |
"oldal."
|
1991 |
|
1992 |
+
#: includes/event-organiser-cpt.php:594
|
1993 |
msgid "For more information"
|
1994 |
msgstr "További információ:"
|
1995 |
|
1996 |
+
#: includes/event-organiser-cpt.php:595
|
1997 |
#, php-format
|
1998 |
msgid "See the <a %s> documentation</a>"
|
1999 |
msgstr "<a %s> Dokumentáció</a>"
|
2000 |
|
2001 |
+
#: includes/event-organiser-cpt.php:596
|
2002 |
msgid "Debugging Event Organiser"
|
2003 |
msgstr ""
|
2004 |
|
2005 |
+
#: includes/event-organiser-cpt.php:597
|
2006 |
msgid "Go Pro!"
|
2007 |
msgstr ""
|
2008 |
|
2009 |
+
#: includes/event-organiser-cpt.php:708 includes/event-organiser-cpt.php:731
|
2010 |
msgid "Color"
|
2011 |
msgstr "Szín"
|
2012 |
|
2013 |
+
#: includes/event-organiser-cpt.php:714
|
2014 |
msgid "Assign the category a colour."
|
2015 |
msgstr "Kategóriához rendelt szín."
|
2016 |
|
2196 |
msgid "Help"
|
2197 |
msgstr ""
|
2198 |
|
2199 |
+
#: includes/event-organiser-venue-functions.php:995
|
2200 |
msgid "Address"
|
2201 |
msgstr "Cím"
|
2202 |
|
2203 |
+
#: includes/event-organiser-venue-functions.php:996
|
2204 |
msgid "City"
|
2205 |
msgstr "Város"
|
2206 |
|
2207 |
+
#: includes/event-organiser-venue-functions.php:997
|
2208 |
msgid "State / Province"
|
2209 |
msgstr "Állam / Megye"
|
2210 |
|
2211 |
+
#: includes/event-organiser-venue-functions.php:998
|
2212 |
msgid "Post Code"
|
2213 |
msgstr "Irányítószám"
|
2214 |
|
2215 |
+
#: includes/event-organiser-venue-functions.php:999
|
2216 |
msgid "Country"
|
2217 |
msgstr "Város"
|
2218 |
|
2305 |
msgid "This event was posted by <a href=\"%3$s\">%2$s</a>."
|
2306 |
msgstr ""
|
2307 |
|
2308 |
+
#. //docs.wp-event-organiser.com/theme-integration for more information
|
2309 |
+
#. *
|
2310 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
2311 |
+
#. ***************** NOTICE: *****************
|
2312 |
+
#. *
|
2313 |
+
#. * @package Event Organiser (plug-in)
|
2314 |
+
#. * @since 1.0.0
|
2315 |
+
#.
|
2316 |
+
#. Call the template header
|
2317 |
#: templates/taxonomy-event-venue.php:30
|
2318 |
#, php-format
|
2319 |
msgid "Events at: %s"
|
languages/eventorganiser-id_ID.mo
CHANGED
Binary file
|
languages/eventorganiser-id_ID.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: 2017-08-19T03:46:46+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
@@ -123,8 +123,8 @@ msgstr ""
|
|
123 |
|
124 |
#: classes/class-eo-event-list-widget.php:14
|
125 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
126 |
-
#: event-organiser.php:149 includes/event-organiser-cpt.php:
|
127 |
-
#: includes/event-organiser-cpt.php:
|
128 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
129 |
msgid "Events"
|
130 |
msgstr ""
|
@@ -247,7 +247,7 @@ msgid "Event Categories"
|
|
247 |
msgstr ""
|
248 |
|
249 |
#: classes/class-eo-widget-categories.php:25
|
250 |
-
#: includes/event-organiser-cpt.php:
|
251 |
#: includes/event-organiser-event-functions.php:1563
|
252 |
#: templates/event-meta-event-single.php:62
|
253 |
msgid "Categories"
|
@@ -451,6 +451,21 @@ msgstr ""
|
|
451 |
msgid "Open shortcut help"
|
452 |
msgstr ""
|
453 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
454 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
455 |
#: templates/event-meta-event-single.php:32
|
456 |
msgid "Event Details"
|
@@ -641,7 +656,7 @@ msgid "Show dates"
|
|
641 |
msgstr ""
|
642 |
|
643 |
#: event-organiser-edit.php:274
|
644 |
-
#: includes/event-organiser-venue-functions.php:
|
645 |
msgid "Select a venue"
|
646 |
msgstr ""
|
647 |
|
@@ -718,7 +733,7 @@ msgstr ""
|
|
718 |
msgid "Go to Event Organiser settings
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2019-03-06 23:13+0000\n"
|
6 |
"PO-Revision-Date: 2017-08-19T03:46:46+00:00\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
123 |
|
124 |
#: classes/class-eo-event-list-widget.php:14
|
125 |
#: classes/class-eo-event-list-widget.php:28 event-organiser-venues.php:466
|
126 |
+
#: event-organiser.php:149 includes/event-organiser-cpt.php:226
|
127 |
+
#: includes/event-organiser-cpt.php:238
|
128 |
#: includes/event-organiser-install.php:106 templates/archive-event.php:40
|
129 |
msgid "Events"
|
130 |
msgstr ""
|
247 |
msgstr ""
|
248 |
|
249 |
#: classes/class-eo-widget-categories.php:25
|
250 |
+
#: includes/event-organiser-cpt.php:95 includes/event-organiser-cpt.php:106
|
251 |
#: includes/event-organiser-event-functions.php:1563
|
252 |
#: templates/event-meta-event-single.php:62
|
253 |
msgid "Categories"
|
451 |
msgid "Open shortcut help"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#. //codex.wp-event-organiser.com
|
455 |
+
#. *
|
456 |
+
#. ***************** NOTICE: *****************
|
457 |
+
#. * Do not make changes to this file. Any changes made to this file
|
458 |
+
#. * will be overwritten if the plug-in is updated.
|
459 |
+
#. *
|
460 |
+
#. * To overwrite this template with your own, make a copy of it (with the same name)
|
461 |
+
#. * in your theme directory. See http://docs.wp-event-organiser.com/theme-integration for more information
|
462 |
+
#. *
|
463 |
+
#. * WordPress will automatically prioritise the template in your theme directory.
|
464 |
+
#. ***************** NOTICE: *****************
|
465 |
+
#. *
|
466 |
+
#. * @package Event Organiser (plug-in)
|
467 |
+
#. * @since 1.7
|
468 |
+
#.
|
469 |
#: event-organiser-calendar.php:387 event-organiser-edit.php:14
|
470 |
#: templates/event-meta-event-single.php:32
|
471 |
msgid "Event Details"
|
656 |
msgstr ""
|
657 |
|
658 |
#: event-organiser-edit.php:274
|
659 |
+
#: includes/event-organiser-venue-functions.php:1030
|
660 |
msgid "Select a venue"
|
661 |
msgstr ""
|
662 |
|
733 |
msgid "Go to Event Organiser settings
|