Version Description
- Fixed: Bug on Views add-on
- Changed: Featured themes, plugins pages
Download this release
Release Info
Developer | webdorado |
Plugin | Event Calendar WD – Responsive Event Calendar plugin |
Version | 1.0.69 |
Comparing to | |
See all releases |
Code changes from version 1.0.68 to 1.0.69
- css/admin/featured_plugins.css +11 -9
- css/admin/featured_themes.css +0 -163
- css/featured_themes/best_magazine.jpg +0 -0
- css/featured_themes/business_elite.jpg +0 -0
- css/featured_themes/business_world.jpg +0 -0
- css/featured_themes/down.png +0 -0
- css/featured_themes/news_magazine.jpg +0 -0
- css/featured_themes/portfolio_gallery.jpg +0 -0
- css/featured_themes/sauron.jpg +0 -0
- css/images/featured/facebook-feed.png +0 -0
- css/images/featured/google-analytics.png +0 -0
- ecwd.php +1 -1
- ecwd_admin_class.php +3 -1
- ecwd_class.php +1 -1
- languages/{ecwd-nl.mo → ecwd-fi.mo} +0 -0
- languages/ecwd-fi.po +387 -0
- languages/ecwd-nl_NL.mo +0 -0
- languages/{ecwd-nl.po → ecwd-nl_NL.po} +31 -27
- readme.txt +5 -1
- views/admin/ecwd-featured-plugins.php +31 -11
- views/admin/ecwd-featured-themes.php +300 -131
css/admin/featured_plugins.css
CHANGED
@@ -59,21 +59,23 @@
|
|
59 |
#main_featured_plugins_page #featured-plugins-list li.ecommerce-wd .product {background:url(../images/featured/ecommerce.png) left center no-repeat;}
|
60 |
#main_featured_plugins_page #featured-plugins-list li.slider_wd .product {background:url(../images/featured/slider.png) left center no-repeat;}
|
61 |
#main_featured_plugins_page #featured-plugins-list li.folder_menu .product {background:url(../images/featured/folder.menu.png) left center no-repeat;}
|
|
|
|
|
62 |
|
63 |
#main_featured_plugins_page #featured-plugins-list li.zoom .product {background:url(../images/featured/zoom.png) left center no-repeat;}
|
64 |
#main_featured_plugins_page #featured-plugins-list li.photo-gallery .product {background:url(../images/featured/photo-gallery.png) left center no-repeat #CACACA;
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
}
|
69 |
#main_featured_plugins_page #featured-plugins-list li .product {
|
70 |
background-size: 115px !important;
|
71 |
}
|
72 |
#main_featured_plugins_page #featured-plugins-list li.twitter-widget .product {background:url(../images/featured/twittertools.png) left center no-repeat #CACACA;
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
|
78 |
#main_featured_plugins_page #featured-plugins-list li .title .heading {
|
79 |
display: block;
|
@@ -147,7 +149,7 @@
|
|
147 |
|
148 |
.featured_header h1.get_plugins{
|
149 |
color: #FFFFFF;
|
150 |
-
background:url(../images/featured/featured_plugins_bg.png) no-repeat;
|
151 |
height: 85px;
|
152 |
margin: 0;
|
153 |
background-size: 85% 100%;
|
@@ -187,7 +189,7 @@
|
|
187 |
}
|
188 |
}
|
189 |
|
190 |
-
@media screen and (max-width: 435px) {
|
191 |
.featured_header h1 {
|
192 |
font-size: 20px;
|
193 |
line-height: 25px;
|
59 |
#main_featured_plugins_page #featured-plugins-list li.ecommerce-wd .product {background:url(../images/featured/ecommerce.png) left center no-repeat;}
|
60 |
#main_featured_plugins_page #featured-plugins-list li.slider_wd .product {background:url(../images/featured/slider.png) left center no-repeat;}
|
61 |
#main_featured_plugins_page #featured-plugins-list li.folder_menu .product {background:url(../images/featured/folder.menu.png) left center no-repeat;}
|
62 |
+
#main_featured_plugins_page #featured-plugins-list li.google-analytics .product {background:url(../images/featured/google-analytics.png) left center no-repeat;}
|
63 |
+
#main_featured_plugins_page #featured-plugins-list li.fb-feed .product {background:url(../images/featured/facebook-feed.png) left center no-repeat;}
|
64 |
|
65 |
#main_featured_plugins_page #featured-plugins-list li.zoom .product {background:url(../images/featured/zoom.png) left center no-repeat;}
|
66 |
#main_featured_plugins_page #featured-plugins-list li.photo-gallery .product {background:url(../images/featured/photo-gallery.png) left center no-repeat #CACACA;
|
67 |
+
border-top-left-radius: 5px;
|
68 |
+
border-bottom-left-radius: 5px;
|
69 |
+
background-position-x: 7px;
|
70 |
}
|
71 |
#main_featured_plugins_page #featured-plugins-list li .product {
|
72 |
background-size: 115px !important;
|
73 |
}
|
74 |
#main_featured_plugins_page #featured-plugins-list li.twitter-widget .product {background:url(../images/featured/twittertools.png) left center no-repeat #CACACA;
|
75 |
+
background-size: 85px;
|
76 |
+
background-position-x: 12px;
|
77 |
+
border-top-left-radius: 5px;
|
78 |
+
border-bottom-left-radius: 5px;}
|
79 |
|
80 |
#main_featured_plugins_page #featured-plugins-list li .title .heading {
|
81 |
display: block;
|
149 |
|
150 |
.featured_header h1.get_plugins{
|
151 |
color: #FFFFFF;
|
152 |
+
background:url(../images/featured/featured_plugins_bg.png) no-repeat;
|
153 |
height: 85px;
|
154 |
margin: 0;
|
155 |
background-size: 85% 100%;
|
189 |
}
|
190 |
}
|
191 |
|
192 |
+
@media screen and (max-width: 435px) {
|
193 |
.featured_header h1 {
|
194 |
font-size: 20px;
|
195 |
line-height: 25px;
|
css/admin/featured_themes.css
DELETED
@@ -1,163 +0,0 @@
|
|
1 |
-
@import url(http://fonts.googleapis.com/css?family=Oswald);
|
2 |
-
|
3 |
-
#main_featured_themes_page #featured-plugins-list {
|
4 |
-
position:relative;
|
5 |
-
margin:0px auto;
|
6 |
-
height:auto;
|
7 |
-
display:table;
|
8 |
-
list-style:none;
|
9 |
-
text-align: center;
|
10 |
-
width: 100%;
|
11 |
-
}
|
12 |
-
|
13 |
-
#main_featured_themes_page #featured-plugins-list li {
|
14 |
-
display: inline-table;
|
15 |
-
width: 245px;
|
16 |
-
margin: 20px 10px 0px 10px;
|
17 |
-
background: #FFFFFF;
|
18 |
-
border-right: 3px solid #E5E5E5;
|
19 |
-
height: 405px;
|
20 |
-
border-bottom: 3px solid #E5E5E5;
|
21 |
-
position: relative;
|
22 |
-
}
|
23 |
-
|
24 |
-
#main_featured_themes_page #featured-plugins-list li .product {
|
25 |
-
position:relative;
|
26 |
-
height: 168px;
|
27 |
-
background-color: #F1F1F1 !important;
|
28 |
-
background-size: 100% !important;
|
29 |
-
}
|
30 |
-
|
31 |
-
#main_featured_themes_page #featured-plugins-list li .title {
|
32 |
-
width: 91%;
|
33 |
-
text-align: center;
|
34 |
-
margin: 0 auto;
|
35 |
-
}
|
36 |
-
|
37 |
-
#main_featured_themes_page {
|
38 |
-
font-family: Oswald;
|
39 |
-
}
|
40 |
-
|
41 |
-
#main_featured_themes_page #featured-plugins-list li.sauron .product {background:url(../images/featured/sauron.png) left center no-repeat;}
|
42 |
-
#main_featured_themes_page #featured-plugins-list li.portfolio .product {background:url(../images/featured/portfolio.jpg) left center no-repeat;}
|
43 |
-
#main_featured_themes_page #featured-plugins-list li.business_elite .product {background:url(../images/featured/business_elite.png) left center no-repeat;}
|
44 |
-
#main_featured_themes_page #featured-plugins-list li.mottomag .product {background:url(../images/featured/mottomag.png) left center no-repeat; }
|
45 |
-
#main_featured_themes_page #featured-plugins-list li.business_world .product {background:url(../images/featured/business_world.png) left center no-repeat;}
|
46 |
-
#main_featured_themes_page #featured-plugins-list li.best_magazine .product {background:url(../images/featured/best_magazine.png) left center no-repeat;}
|
47 |
-
#main_featured_themes_page #featured-plugins-list li.wedding_style .product {background:url(../images/featured/wedding_style.png) left center no-repeat;}
|
48 |
-
#main_featured_themes_page #featured-plugins-list li.magazine .product {background:url(../images/featured/magazine.png) left center no-repeat;}
|
49 |
-
#main_featured_themes_page #featured-plugins-list li.weddings .product {background:url(../images/featured/wedding.png) left center no-repeat;}
|
50 |
-
#main_featured_themes_page #featured-plugins-list li.exclusive .product {background:url(../images/featured/exclusive.png) left center no-repeat;}
|
51 |
-
#main_featured_themes_page #featured-plugins-list li.expert .product {background:url(../images/featured/expert.png) left center no-repeat; background-size: 80%;}
|
52 |
-
|
53 |
-
#main_featured_themes_page #featured-plugins-list li .title .heading {
|
54 |
-
display: block;
|
55 |
-
position: relative;
|
56 |
-
font-size: 17px;
|
57 |
-
color: #767676;
|
58 |
-
margin: 13px 0px 13px 0px;
|
59 |
-
text-transform: uppercase;
|
60 |
-
}
|
61 |
-
|
62 |
-
#main_featured_themes_page #featured-plugins-list li .title p {
|
63 |
-
font-size:14px;
|
64 |
-
color:#444;
|
65 |
-
margin-left:20px;
|
66 |
-
}
|
67 |
-
|
68 |
-
#main_featured_themes_page #featured-plugins-list li .description {
|
69 |
-
height:130px;
|
70 |
-
width: 90%;
|
71 |
-
margin: 0 auto;
|
72 |
-
}
|
73 |
-
|
74 |
-
#main_featured_themes_page #featured-plugins-list li .description p {
|
75 |
-
text-align: center;
|
76 |
-
width: 100%;
|
77 |
-
color: #9A9A9A;
|
78 |
-
font-family: "Open Sans",sans-serif;
|
79 |
-
}
|
80 |
-
|
81 |
-
#featured-plugins-list li a.download {
|
82 |
-
display: block;
|
83 |
-
border-top: 1px solid #CACACA;
|
84 |
-
outline: none;
|
85 |
-
width: 90%;
|
86 |
-
margin: 0 auto;
|
87 |
-
font-size: 14px;
|
88 |
-
line-height: 40px;
|
89 |
-
text-decoration: none;
|
90 |
-
font-weight: bolder;
|
91 |
-
text-align: center;
|
92 |
-
color: #134D68;
|
93 |
-
position: absolute;
|
94 |
-
text-transform: uppercase;
|
95 |
-
bottom: 0;
|
96 |
-
left: 10px;
|
97 |
-
font-family: "Open Sans",sans-serif;
|
98 |
-
text-shadow: 1px 0;
|
99 |
-
}
|
100 |
-
|
101 |
-
#featured-plugins-list li a.download:hover {
|
102 |
-
color: #F47629;
|
103 |
-
}
|
104 |
-
|
105 |
-
.featured_header > div{
|
106 |
-
background: #FFFFFF;
|
107 |
-
border-right: 3px solid #E5E5E5;
|
108 |
-
border-bottom: 3px solid #E5E5E5;
|
109 |
-
padding: 20px 0;
|
110 |
-
}
|
111 |
-
.featured_header {
|
112 |
-
position: relative;
|
113 |
-
width: 90%;
|
114 |
-
margin: 15px auto 0px auto;
|
115 |
-
}
|
116 |
-
|
117 |
-
.featured_header .old_price{
|
118 |
-
color: rgba(180, 180, 180, 0.3);
|
119 |
-
text-decoration: line-through;
|
120 |
-
font-family: Oswald;
|
121 |
-
}
|
122 |
-
|
123 |
-
.featured_header h1.get_plugins{
|
124 |
-
color: #FFFFFF;
|
125 |
-
background:url(../images/featured/featured_plugins_bg.png) no-repeat;
|
126 |
-
height: 85px;
|
127 |
-
margin: 0;
|
128 |
-
background-size: 95% 100%;
|
129 |
-
background-position: center;
|
130 |
-
line-height: 60px;
|
131 |
-
}
|
132 |
-
|
133 |
-
.featured_header h1{
|
134 |
-
font-size: 45px;
|
135 |
-
text-align: center;
|
136 |
-
color: #F47629;
|
137 |
-
letter-spacing: 3px;
|
138 |
-
line-height: 10px;
|
139 |
-
}
|
140 |
-
|
141 |
-
.featured_header a{
|
142 |
-
text-decoration: none;
|
143 |
-
}
|
144 |
-
|
145 |
-
@media screen and (max-width: 1035px) {
|
146 |
-
.featured_header h1{
|
147 |
-
font-size: 37px;
|
148 |
-
line-height: 0;
|
149 |
-
}
|
150 |
-
}
|
151 |
-
|
152 |
-
@media screen and (max-width: 835px) {
|
153 |
-
.get_plugins span{
|
154 |
-
display: none;
|
155 |
-
}
|
156 |
-
}
|
157 |
-
|
158 |
-
@media screen and (max-width: 435px) {
|
159 |
-
.featured_header h1 {
|
160 |
-
font-size: 20px;
|
161 |
-
line-height: 17px;
|
162 |
-
}
|
163 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/featured_themes/best_magazine.jpg
ADDED
Binary file
|
css/featured_themes/business_elite.jpg
ADDED
Binary file
|
css/featured_themes/business_world.jpg
ADDED
Binary file
|
css/featured_themes/down.png
ADDED
Binary file
|
css/featured_themes/news_magazine.jpg
ADDED
Binary file
|
css/featured_themes/portfolio_gallery.jpg
ADDED
Binary file
|
css/featured_themes/sauron.jpg
ADDED
Binary file
|
css/images/featured/facebook-feed.png
ADDED
Binary file
|
css/images/featured/google-analytics.png
ADDED
Binary file
|
ecwd.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Event Calendar WD
|
4 |
* Plugin URI: https://web-dorado.com/products/wordpress-event-calendar-wd.html
|
5 |
* Description: Event Calendar WD is an easy event management and planning tool with advanced features.
|
6 |
-
* Version: 1.0.
|
7 |
* Author: WebDorado
|
8 |
* Author URI: http://web-dorado.com
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
3 |
* Plugin Name: Event Calendar WD
|
4 |
* Plugin URI: https://web-dorado.com/products/wordpress-event-calendar-wd.html
|
5 |
* Description: Event Calendar WD is an easy event management and planning tool with advanced features.
|
6 |
+
* Version: 1.0.69
|
7 |
* Author: WebDorado
|
8 |
* Author URI: http://web-dorado.com
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
ecwd_admin_class.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
class ECWD_Admin {
|
7 |
|
8 |
protected static $instance = null;
|
9 |
-
protected $version = '1.0.
|
10 |
protected $ecwd_page = null;
|
11 |
protected $notices = null;
|
12 |
|
@@ -255,6 +255,8 @@ class ECWD_Admin {
|
|
255 |
|
256 |
public function display_featured_themes() {
|
257 |
include_once( ECWD_DIR . '/views/admin/ecwd-featured-themes.php' );
|
|
|
|
|
258 |
}
|
259 |
|
260 |
public function display_featured_plugins() {
|
6 |
class ECWD_Admin {
|
7 |
|
8 |
protected static $instance = null;
|
9 |
+
protected $version = '1.0.69';
|
10 |
protected $ecwd_page = null;
|
11 |
protected $notices = null;
|
12 |
|
255 |
|
256 |
public function display_featured_themes() {
|
257 |
include_once( ECWD_DIR . '/views/admin/ecwd-featured-themes.php' );
|
258 |
+
$theme = new ECWDFeaturedThemes();
|
259 |
+
$theme->display();
|
260 |
}
|
261 |
|
262 |
public function display_featured_plugins() {
|
ecwd_class.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
*/
|
7 |
class ECWD {
|
8 |
|
9 |
-
protected $version = '1.0.
|
10 |
protected $plugin_name = 'event-calendar-wd';
|
11 |
protected $prefix = 'ecwd';
|
12 |
protected static $instance = null;
|
6 |
*/
|
7 |
class ECWD {
|
8 |
|
9 |
+
protected $version = '1.0.69';
|
10 |
protected $plugin_name = 'event-calendar-wd';
|
11 |
protected $prefix = 'ecwd';
|
12 |
protected static $instance = null;
|
languages/{ecwd-nl.mo → ecwd-fi.mo}
RENAMED
Binary file
|
languages/ecwd-fi.po
ADDED
@@ -0,0 +1,387 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: event_calendar_wd\n"
|
4 |
+
"POT-Creation-Date: 2015-07-23 13:04+0400\n"
|
5 |
+
"PO-Revision-Date: 2016-06-15 12:24+0400\n"
|
6 |
+
"Last-Translator: \n"
|
7 |
+
"Language-Team: \n"
|
8 |
+
"Language: fi\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.5.4\n"
|
13 |
+
"X-Poedit-Basepath: ..\n"
|
14 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
+
"X-Poedit-KeywordsList: _e;__\n"
|
16 |
+
"X-Poedit-SearchPathExcluded-0: views/admin\n"
|
17 |
+
"X-Poedit-SearchPathExcluded-1: js\n"
|
18 |
+
"X-Poedit-SearchPathExcluded-2: includes/ecwd-cpt-class.php\n"
|
19 |
+
"X-Poedit-SearchPathExcluded-3: includes/register-settings.php\n"
|
20 |
+
"X-Poedit-SearchPathExcluded-4: includes/ecwd-ical-events-class.php\n"
|
21 |
+
"X-Poedit-SearchPathExcluded-5: includes/ecwd-google-events-class.php\n"
|
22 |
+
"X-Poedit-SearchPathExcluded-6: includes/ecwd-facebook-events-class.php\n"
|
23 |
+
"X-Poedit-SearchPathExcluded-7: ecwd_admin_class.php\n"
|
24 |
+
"X-Poedit-SearchPath-0: .\n"
|
25 |
+
|
26 |
+
#: includes/calendar-class.php:175 includes/calendar-class.php:176
|
27 |
+
#: views/widgets.php:168
|
28 |
+
msgid "Month"
|
29 |
+
msgstr "Kuukausi"
|
30 |
+
|
31 |
+
#: includes/calendar-class.php:177 views/widgets.php:169
|
32 |
+
msgid "List"
|
33 |
+
msgstr "Lista"
|
34 |
+
|
35 |
+
#: includes/calendar-class.php:179
|
36 |
+
msgid "Week"
|
37 |
+
msgstr "Viikko"
|
38 |
+
|
39 |
+
#: includes/calendar-class.php:183
|
40 |
+
msgid "Day"
|
41 |
+
msgstr "Päivä"
|
42 |
+
|
43 |
+
#: includes/calendar-class.php:186
|
44 |
+
msgid "Map"
|
45 |
+
msgstr "Kartta"
|
46 |
+
|
47 |
+
#: includes/calendar-class.php:188
|
48 |
+
msgid "4 Days"
|
49 |
+
msgstr "4 päivää"
|
50 |
+
|
51 |
+
#: includes/calendar-class.php:191
|
52 |
+
msgid "Posterboard"
|
53 |
+
msgstr "Posterboard"
|
54 |
+
|
55 |
+
#: includes/calendar-class.php:383 includes/calendar-class.php:417
|
56 |
+
#: includes/calendar-class.php:572 includes/calendar-class.php:1181
|
57 |
+
#: includes/calendar-class.php:1330 includes/ecwd-functions.php:360
|
58 |
+
#: views/ecwd-event-content.php:76 views/ecwd-event-content.php:158
|
59 |
+
#: views/ecwd-organizer-content.php:145 views/ecwd-venue-content.php:178
|
60 |
+
#: views/single-event.php:151 views/single-event.php:247
|
61 |
+
#: views/single-event.php:487
|
62 |
+
msgid "All day"
|
63 |
+
msgstr "Koko päivän varaus"
|
64 |
+
|
65 |
+
#: includes/calendar-class.php:440 includes/calendar-class.php:520
|
66 |
+
#: includes/calendar-class.php:1386
|
67 |
+
msgid "No events"
|
68 |
+
msgstr "Ei tapahtumia"
|
69 |
+
|
70 |
+
#: includes/calendar-class.php:644
|
71 |
+
msgid "No Events"
|
72 |
+
msgstr "Ei tapahtumia"
|
73 |
+
|
74 |
+
#: includes/calendar-class.php:1256
|
75 |
+
msgid "More events"
|
76 |
+
msgstr "Lisää tapahtumia"
|
77 |
+
|
78 |
+
#: includes/ecwd-cpt-filter.php:67
|
79 |
+
msgid "From"
|
80 |
+
msgstr "Alkaa"
|
81 |
+
|
82 |
+
#: includes/ecwd-cpt-filter.php:74
|
83 |
+
msgid "To"
|
84 |
+
msgstr "Päättyy"
|
85 |
+
|
86 |
+
#: includes/ecwd-display-class.php:876 includes/ecwd-display-class.php:882
|
87 |
+
#: includes/ecwd-display-class.php:900 includes/ecwd-display-class.php:917
|
88 |
+
#: includes/texts.php:60
|
89 |
+
msgid "Repeat every"
|
90 |
+
msgstr "Toista joka"
|
91 |
+
|
92 |
+
#: includes/ecwd-display-class.php:876 includes/texts.php:66
|
93 |
+
msgid "days"
|
94 |
+
msgstr "päivää"
|
95 |
+
|
96 |
+
#: includes/ecwd-display-class.php:878 includes/texts.php:61
|
97 |
+
msgid "Repeat every day"
|
98 |
+
msgstr "Joka päivä"
|
99 |
+
|
100 |
+
#: includes/ecwd-display-class.php:882 includes/texts.php:67
|
101 |
+
msgid "weeks"
|
102 |
+
msgstr "viikot"
|
103 |
+
|
104 |
+
#: includes/ecwd-display-class.php:884 includes/texts.php:62
|
105 |
+
msgid "Repeat every week"
|
106 |
+
msgstr "Toista joka viikko"
|
107 |
+
|
108 |
+
#: includes/ecwd-display-class.php:889
|
109 |
+
msgid "on"
|
110 |
+
msgstr "pvm."
|
111 |
+
|
112 |
+
#: includes/ecwd-display-class.php:900 includes/texts.php:68
|
113 |
+
msgid "months"
|
114 |
+
msgstr "kuukaudet"
|
115 |
+
|
116 |
+
#: includes/ecwd-display-class.php:902 includes/texts.php:63
|
117 |
+
msgid "Repeat every month"
|
118 |
+
msgstr "Toista joka kuukausi"
|
119 |
+
|
120 |
+
#: includes/ecwd-display-class.php:907 includes/ecwd-display-class.php:931
|
121 |
+
msgid "on the same day"
|
122 |
+
msgstr "samana päivänä"
|
123 |
+
|
124 |
+
#: includes/ecwd-display-class.php:912 includes/ecwd-display-class.php:936
|
125 |
+
msgid "on the"
|
126 |
+
msgstr "pvm."
|
127 |
+
|
128 |
+
#: includes/ecwd-display-class.php:917 includes/texts.php:69
|
129 |
+
msgid "years"
|
130 |
+
msgstr "vuodet"
|
131 |
+
|
132 |
+
#: includes/ecwd-display-class.php:919 includes/texts.php:64
|
133 |
+
msgid "Repeat every year"
|
134 |
+
msgstr "Toista joka vuosi"
|
135 |
+
|
136 |
+
#: includes/ecwd-display-class.php:940 includes/texts.php:70
|
137 |
+
msgid "until"
|
138 |
+
msgstr "loppuen"
|
139 |
+
|
140 |
+
#: includes/ecwd-functions.php:8
|
141 |
+
msgid "Loading..."
|
142 |
+
msgstr "Ladataan..."
|
143 |
+
|
144 |
+
#: includes/ecwd-functions.php:439 includes/texts.php:53
|
145 |
+
msgid "DAYS"
|
146 |
+
msgstr "Päivät"
|
147 |
+
|
148 |
+
#: includes/ecwd-functions.php:440 includes/texts.php:54
|
149 |
+
msgid "HOURS"
|
150 |
+
msgstr "Tunnit"
|
151 |
+
|
152 |
+
#: includes/ecwd-functions.php:441 includes/texts.php:55
|
153 |
+
msgid "MINUTES"
|
154 |
+
msgstr "Minuutit"
|
155 |
+
|
156 |
+
#: includes/ecwd-functions.php:442 includes/texts.php:56
|
157 |
+
msgid "SECONDS"
|
158 |
+
msgstr "Sekuntia"
|
159 |
+
|
160 |
+
#: includes/texts.php:2
|
161 |
+
msgid "January"
|
162 |
+
msgstr "Tammikuu"
|
163 |
+
|
164 |
+
#: includes/texts.php:3
|
165 |
+
msgid "February"
|
166 |
+
msgstr "Helmikuu"
|
167 |
+
|
168 |
+
#: includes/texts.php:4
|
169 |
+
msgid "March"
|
170 |
+
msgstr "Maaliskuu"
|
171 |
+
|
172 |
+
#: includes/texts.php:5
|
173 |
+
msgid "April"
|
174 |
+
msgstr "Huhtikuu"
|
175 |
+
|
176 |
+
#: includes/texts.php:6
|
177 |
+
msgid "May"
|
178 |
+
msgstr "Toukokuu"
|
179 |
+
|
180 |
+
#: includes/texts.php:7
|
181 |
+
msgid "June"
|
182 |
+
msgstr "Kesäkuu"
|
183 |
+
|
184 |
+
#: includes/texts.php:8
|
185 |
+
msgid "July"
|
186 |
+
msgstr "Heinäkuu"
|
187 |
+
|
188 |
+
#: includes/texts.php:9
|
189 |
+
msgid "August"
|
190 |
+
msgstr "Elokuu"
|
191 |
+
|
192 |
+
#: includes/texts.php:10
|
193 |
+
msgid "September"
|
194 |
+
msgstr "Syyskuu"
|
195 |
+
|
196 |
+
#: includes/texts.php:11
|
197 |
+
msgid "October"
|
198 |
+
msgstr "Lokakuu"
|
199 |
+
|
200 |
+
#: includes/texts.php:12
|
201 |
+
msgid "November"
|
202 |
+
msgstr "Marraskuu"
|
203 |
+
|
204 |
+
#: includes/texts.php:13
|
205 |
+
msgid "December"
|
206 |
+
msgstr "Joulukuu"
|
207 |
+
|
208 |
+
#: includes/texts.php:15
|
209 |
+
msgid "Sunday"
|
210 |
+
msgstr "Sunnuntai"
|
211 |
+
|
212 |
+
#: includes/texts.php:16
|
213 |
+
msgid "Monday"
|
214 |
+
msgstr "Maanantai"
|
215 |
+
|
216 |
+
#: includes/texts.php:17
|
217 |
+
msgid "Tuesday"
|
218 |
+
msgstr "Tiistai"
|
219 |
+
|
220 |
+
#: includes/texts.php:18
|
221 |
+
msgid "Wednesday"
|
222 |
+
msgstr "Keskiviikko"
|
223 |
+
|
224 |
+
#: includes/texts.php:19
|
225 |
+
msgid "Thursday"
|
226 |
+
msgstr "Torstai"
|
227 |
+
|
228 |
+
#: includes/texts.php:20
|
229 |
+
msgid "Friday"
|
230 |
+
msgstr "Perjantai"
|
231 |
+
|
232 |
+
#: includes/texts.php:21
|
233 |
+
msgid "Saturday"
|
234 |
+
msgstr "Lauantai"
|
235 |
+
|
236 |
+
#: includes/texts.php:25
|
237 |
+
msgid "Sun"
|
238 |
+
msgstr "Su"
|
239 |
+
|
240 |
+
#: includes/texts.php:26
|
241 |
+
msgid "Mon"
|
242 |
+
msgstr "Ma"
|
243 |
+
|
244 |
+
#: includes/texts.php:27
|
245 |
+
msgid "Tue"
|
246 |
+
msgstr "Ti"
|
247 |
+
|
248 |
+
#: includes/texts.php:28
|
249 |
+
msgid "Wed"
|
250 |
+
msgstr "Ke"
|
251 |
+
|
252 |
+
#: includes/texts.php:29
|
253 |
+
msgid "Thu"
|
254 |
+
msgstr "To"
|
255 |
+
|
256 |
+
#: includes/texts.php:30
|
257 |
+
msgid "Fri"
|
258 |
+
msgstr "Pe"
|
259 |
+
|
260 |
+
#: includes/texts.php:31
|
261 |
+
msgid "Sat"
|
262 |
+
msgstr "La"
|
263 |
+
|
264 |
+
#: includes/texts.php:34
|
265 |
+
msgid "Su"
|
266 |
+
msgstr "Su"
|
267 |
+
|
268 |
+
#: includes/texts.php:35
|
269 |
+
msgid "Mo"
|
270 |
+
msgstr "Ma"
|
271 |
+
|
272 |
+
#: includes/texts.php:36
|
273 |
+
msgid "Tu"
|
274 |
+
msgstr "Ti"
|
275 |
+
|
276 |
+
#: includes/texts.php:37
|
277 |
+
msgid "We"
|
278 |
+
msgstr "Ke"
|
279 |
+
|
280 |
+
#: includes/texts.php:38
|
281 |
+
msgid "Th"
|
282 |
+
msgstr "To"
|
283 |
+
|
284 |
+
#: includes/texts.php:39
|
285 |
+
msgid "Fr"
|
286 |
+
msgstr "Pe"
|
287 |
+
|
288 |
+
#: includes/texts.php:40
|
289 |
+
msgid "Sa"
|
290 |
+
msgstr "La"
|
291 |
+
|
292 |
+
#: includes/texts.php:44
|
293 |
+
msgid "Show Filters"
|
294 |
+
msgstr "Suodattimet"
|
295 |
+
|
296 |
+
#: includes/texts.php:45
|
297 |
+
msgid "Collapse Filters"
|
298 |
+
msgstr "Piilota suodattimet"
|
299 |
+
|
300 |
+
#: includes/texts.php:46
|
301 |
+
msgid "Reset Filters"
|
302 |
+
msgstr "Nollaa suodattimet"
|
303 |
+
|
304 |
+
#: includes/texts.php:48
|
305 |
+
msgid "Days"
|
306 |
+
msgstr "Päivää"
|
307 |
+
|
308 |
+
#: includes/texts.php:49
|
309 |
+
msgid "Categories"
|
310 |
+
msgstr "Luokat"
|
311 |
+
|
312 |
+
#: includes/texts.php:50
|
313 |
+
msgid "Venues"
|
314 |
+
msgstr "Tapahtumapaikat"
|
315 |
+
|
316 |
+
#: includes/texts.php:57
|
317 |
+
msgid "The event has just started"
|
318 |
+
msgstr "Tapahtuma on juuri alkanut"
|
319 |
+
|
320 |
+
#: includes/texts.php:72
|
321 |
+
msgid "Sundays"
|
322 |
+
msgstr "Sunnuntaisin"
|
323 |
+
|
324 |
+
#: includes/texts.php:73
|
325 |
+
msgid "Mondays"
|
326 |
+
msgstr "Maanantaisin"
|
327 |
+
|
328 |
+
#: includes/texts.php:74
|
329 |
+
msgid "Tuesdays"
|
330 |
+
msgstr "Tiistaisin"
|
331 |
+
|
332 |
+
#: includes/texts.php:75
|
333 |
+
msgid "Wednesdays"
|
334 |
+
msgstr "Keskiviikkoisin"
|
335 |
+
|
336 |
+
#: includes/texts.php:76
|
337 |
+
msgid "Thursdays"
|
338 |
+
msgstr "Torstaisin"
|
339 |
+
|
340 |
+
#: includes/texts.php:77
|
341 |
+
msgid "Fridays"
|
342 |
+
msgstr "Perjantaisin"
|
343 |
+
|
344 |
+
#: includes/texts.php:78
|
345 |
+
msgid "Saturdays"
|
346 |
+
msgstr "Lauantaisin"
|
347 |
+
|
348 |
+
#: views/ecwd-event-content.php:67 views/ecwd-event-content.php:153
|
349 |
+
#: views/single-event.php:142 views/single-event.php:242
|
350 |
+
msgid "Date"
|
351 |
+
msgstr "Päivämäärä"
|
352 |
+
|
353 |
+
#: views/ecwd-event-content.php:91 views/single-event.php:170
|
354 |
+
msgid "Url"
|
355 |
+
msgstr "Url"
|
356 |
+
|
357 |
+
#: views/ecwd-event-content.php:97 views/single-event.php:177
|
358 |
+
msgid "Organizers"
|
359 |
+
msgstr "Järjestäjät"
|
360 |
+
|
361 |
+
#: views/ecwd-organizer-content.php:109
|
362 |
+
msgid "upcoming events"
|
363 |
+
msgstr "tulevia tapahtumia"
|
364 |
+
|
365 |
+
#: views/ecwd-venue-content.php:141
|
366 |
+
msgid "events"
|
367 |
+
msgstr "tapahtumat"
|
368 |
+
|
369 |
+
#: views/single-event.php:190
|
370 |
+
msgid "Venue"
|
371 |
+
msgstr "Tapahtumapaikka"
|
372 |
+
|
373 |
+
#: views/single-event.php:200
|
374 |
+
msgid "Location"
|
375 |
+
msgstr "Sijainti"
|
376 |
+
|
377 |
+
#: views/single-event.php:449
|
378 |
+
msgid "Related events"
|
379 |
+
msgstr "Tutustu myös"
|
380 |
+
|
381 |
+
#: views/single-event.php:163
|
382 |
+
msgid "Back"
|
383 |
+
msgstr "Takaisin"
|
384 |
+
|
385 |
+
#: ecwd_class.php:173
|
386 |
+
msgid "Event Details"
|
387 |
+
msgstr "Tapahtuman tiedot"
|
languages/ecwd-nl_NL.mo
ADDED
Binary file
|
languages/{ecwd-nl.po → ecwd-nl_NL.po}
RENAMED
@@ -2,17 +2,18 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: event_calendar_wd\n"
|
4 |
"POT-Creation-Date: 2015-07-23 13:04+0400\n"
|
5 |
-
"PO-Revision-Date: 2016-06
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: nl_NL\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 1.
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
"X-Poedit-KeywordsList: _e;__\n"
|
|
|
16 |
"X-Poedit-SearchPathExcluded-0: views/admin\n"
|
17 |
"X-Poedit-SearchPathExcluded-1: js\n"
|
18 |
"X-Poedit-SearchPathExcluded-2: includes/ecwd-cpt-class.php\n"
|
@@ -21,7 +22,6 @@ msgstr ""
|
|
21 |
"X-Poedit-SearchPathExcluded-5: includes/ecwd-google-events-class.php\n"
|
22 |
"X-Poedit-SearchPathExcluded-6: includes/ecwd-facebook-events-class.php\n"
|
23 |
"X-Poedit-SearchPathExcluded-7: ecwd_admin_class.php\n"
|
24 |
-
"X-Poedit-SearchPath-0: .\n"
|
25 |
|
26 |
#: includes/calendar-class.php:175 includes/calendar-class.php:176
|
27 |
#: views/widgets.php:168
|
@@ -46,11 +46,11 @@ msgstr "Kaart"
|
|
46 |
|
47 |
#: includes/calendar-class.php:188
|
48 |
msgid "4 Days"
|
49 |
-
msgstr "4
|
50 |
|
51 |
#: includes/calendar-class.php:191
|
52 |
msgid "Posterboard"
|
53 |
-
msgstr "
|
54 |
|
55 |
#: includes/calendar-class.php:383 includes/calendar-class.php:417
|
56 |
#: includes/calendar-class.php:572 includes/calendar-class.php:1181
|
@@ -69,11 +69,11 @@ msgstr "Geen evenementen"
|
|
69 |
|
70 |
#: includes/calendar-class.php:644
|
71 |
msgid "No Events"
|
72 |
-
msgstr "Geen
|
73 |
|
74 |
#: includes/calendar-class.php:1256
|
75 |
msgid "More events"
|
76 |
-
msgstr "Meer
|
77 |
|
78 |
#: includes/ecwd-cpt-filter.php:67
|
79 |
msgid "From"
|
@@ -81,13 +81,14 @@ msgstr "Van"
|
|
81 |
|
82 |
#: includes/ecwd-cpt-filter.php:74
|
83 |
msgid "To"
|
84 |
-
msgstr "
|
85 |
|
86 |
#: includes/ecwd-display-class.php:876 includes/ecwd-display-class.php:882
|
87 |
#: includes/ecwd-display-class.php:900 includes/ecwd-display-class.php:917
|
88 |
#: includes/texts.php:60
|
|
|
89 |
msgid "Repeat every"
|
90 |
-
msgstr "
|
91 |
|
92 |
#: includes/ecwd-display-class.php:876 includes/texts.php:66
|
93 |
msgid "days"
|
@@ -106,16 +107,19 @@ msgid "Repeat every week"
|
|
106 |
msgstr "Herhaal elke week"
|
107 |
|
108 |
#: includes/ecwd-display-class.php:889
|
|
|
109 |
msgid "on"
|
110 |
-
msgstr "
|
111 |
|
112 |
#: includes/ecwd-display-class.php:900 includes/texts.php:68
|
|
|
113 |
msgid "months"
|
114 |
-
msgstr "
|
115 |
|
116 |
#: includes/ecwd-display-class.php:902 includes/texts.php:63
|
|
|
117 |
msgid "Repeat every month"
|
118 |
-
msgstr "
|
119 |
|
120 |
#: includes/ecwd-display-class.php:907 includes/ecwd-display-class.php:931
|
121 |
msgid "on the same day"
|
@@ -139,7 +143,7 @@ msgstr "totdat"
|
|
139 |
|
140 |
#: includes/ecwd-functions.php:8
|
141 |
msgid "Loading..."
|
142 |
-
msgstr "Laden..."
|
143 |
|
144 |
#: includes/ecwd-functions.php:439 includes/texts.php:53
|
145 |
msgid "DAYS"
|
@@ -147,7 +151,7 @@ msgstr "DAGEN"
|
|
147 |
|
148 |
#: includes/ecwd-functions.php:440 includes/texts.php:54
|
149 |
msgid "HOURS"
|
150 |
-
msgstr "
|
151 |
|
152 |
#: includes/ecwd-functions.php:441 includes/texts.php:55
|
153 |
msgid "MINUTES"
|
@@ -318,32 +322,39 @@ msgid "The event has just started"
|
|
318 |
msgstr "Het evenement is net begonnen"
|
319 |
|
320 |
#: includes/texts.php:72
|
|
|
321 |
msgid "Sundays"
|
322 |
msgstr "Zondag"
|
323 |
|
324 |
#: includes/texts.php:73
|
|
|
325 |
msgid "Mondays"
|
326 |
msgstr "Maandag"
|
327 |
|
328 |
#: includes/texts.php:74
|
|
|
329 |
msgid "Tuesdays"
|
330 |
msgstr "Dinsdag"
|
331 |
|
332 |
#: includes/texts.php:75
|
|
|
333 |
msgid "Wednesdays"
|
334 |
-
msgstr "
|
335 |
|
336 |
#: includes/texts.php:76
|
|
|
337 |
msgid "Thursdays"
|
338 |
-
msgstr "
|
339 |
|
340 |
#: includes/texts.php:77
|
|
|
341 |
msgid "Fridays"
|
342 |
-
msgstr "
|
343 |
|
344 |
#: includes/texts.php:78
|
|
|
345 |
msgid "Saturdays"
|
346 |
-
msgstr "
|
347 |
|
348 |
#: views/ecwd-event-content.php:67 views/ecwd-event-content.php:153
|
349 |
#: views/single-event.php:142 views/single-event.php:242
|
@@ -364,9 +375,10 @@ msgstr "Aankomende Evenementen"
|
|
364 |
|
365 |
#: views/ecwd-venue-content.php:141
|
366 |
msgid "events"
|
367 |
-
msgstr "
|
368 |
|
369 |
#: views/single-event.php:190
|
|
|
370 |
msgid "Venue"
|
371 |
msgstr "Locaties"
|
372 |
|
@@ -378,14 +390,6 @@ msgstr "Locatie"
|
|
378 |
msgid "Related events"
|
379 |
msgstr "Verwante evenementen"
|
380 |
|
381 |
-
#: views/single-event.php:163
|
382 |
-
msgid "Back"
|
383 |
-
msgstr "Terug"
|
384 |
-
|
385 |
-
#: ecwd_class.php:173
|
386 |
-
msgid "Event Details"
|
387 |
-
msgstr "event Details"
|
388 |
-
|
389 |
#~ msgid "What're we looking for ?"
|
390 |
#~ msgstr "Wat moeten we op zoek naar?"
|
391 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: event_calendar_wd\n"
|
4 |
"POT-Creation-Date: 2015-07-23 13:04+0400\n"
|
5 |
+
"PO-Revision-Date: 2016-05-06 17:47+0400\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: nl_NL\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.8.6\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
"X-Poedit-KeywordsList: _e;__\n"
|
16 |
+
"X-Poedit-SearchPath-0: .\n"
|
17 |
"X-Poedit-SearchPathExcluded-0: views/admin\n"
|
18 |
"X-Poedit-SearchPathExcluded-1: js\n"
|
19 |
"X-Poedit-SearchPathExcluded-2: includes/ecwd-cpt-class.php\n"
|
22 |
"X-Poedit-SearchPathExcluded-5: includes/ecwd-google-events-class.php\n"
|
23 |
"X-Poedit-SearchPathExcluded-6: includes/ecwd-facebook-events-class.php\n"
|
24 |
"X-Poedit-SearchPathExcluded-7: ecwd_admin_class.php\n"
|
|
|
25 |
|
26 |
#: includes/calendar-class.php:175 includes/calendar-class.php:176
|
27 |
#: views/widgets.php:168
|
46 |
|
47 |
#: includes/calendar-class.php:188
|
48 |
msgid "4 Days"
|
49 |
+
msgstr "4 Dagen"
|
50 |
|
51 |
#: includes/calendar-class.php:191
|
52 |
msgid "Posterboard"
|
53 |
+
msgstr "Lijmspray"
|
54 |
|
55 |
#: includes/calendar-class.php:383 includes/calendar-class.php:417
|
56 |
#: includes/calendar-class.php:572 includes/calendar-class.php:1181
|
69 |
|
70 |
#: includes/calendar-class.php:644
|
71 |
msgid "No Events"
|
72 |
+
msgstr "Geen Evenementen"
|
73 |
|
74 |
#: includes/calendar-class.php:1256
|
75 |
msgid "More events"
|
76 |
+
msgstr "Meer Evenementen"
|
77 |
|
78 |
#: includes/ecwd-cpt-filter.php:67
|
79 |
msgid "From"
|
81 |
|
82 |
#: includes/ecwd-cpt-filter.php:74
|
83 |
msgid "To"
|
84 |
+
msgstr "Naar"
|
85 |
|
86 |
#: includes/ecwd-display-class.php:876 includes/ecwd-display-class.php:882
|
87 |
#: includes/ecwd-display-class.php:900 includes/ecwd-display-class.php:917
|
88 |
#: includes/texts.php:60
|
89 |
+
#, fuzzy
|
90 |
msgid "Repeat every"
|
91 |
+
msgstr "Verwante evenementen"
|
92 |
|
93 |
#: includes/ecwd-display-class.php:876 includes/texts.php:66
|
94 |
msgid "days"
|
107 |
msgstr "Herhaal elke week"
|
108 |
|
109 |
#: includes/ecwd-display-class.php:889
|
110 |
+
#, fuzzy
|
111 |
msgid "on"
|
112 |
+
msgstr "Maa"
|
113 |
|
114 |
#: includes/ecwd-display-class.php:900 includes/texts.php:68
|
115 |
+
#, fuzzy
|
116 |
msgid "months"
|
117 |
+
msgstr "Maand"
|
118 |
|
119 |
#: includes/ecwd-display-class.php:902 includes/texts.php:63
|
120 |
+
#, fuzzy
|
121 |
msgid "Repeat every month"
|
122 |
+
msgstr "Verwante evenementen"
|
123 |
|
124 |
#: includes/ecwd-display-class.php:907 includes/ecwd-display-class.php:931
|
125 |
msgid "on the same day"
|
143 |
|
144 |
#: includes/ecwd-functions.php:8
|
145 |
msgid "Loading..."
|
146 |
+
msgstr "Het Laden..."
|
147 |
|
148 |
#: includes/ecwd-functions.php:439 includes/texts.php:53
|
149 |
msgid "DAYS"
|
151 |
|
152 |
#: includes/ecwd-functions.php:440 includes/texts.php:54
|
153 |
msgid "HOURS"
|
154 |
+
msgstr "HOURS"
|
155 |
|
156 |
#: includes/ecwd-functions.php:441 includes/texts.php:55
|
157 |
msgid "MINUTES"
|
322 |
msgstr "Het evenement is net begonnen"
|
323 |
|
324 |
#: includes/texts.php:72
|
325 |
+
#, fuzzy
|
326 |
msgid "Sundays"
|
327 |
msgstr "Zondag"
|
328 |
|
329 |
#: includes/texts.php:73
|
330 |
+
#, fuzzy
|
331 |
msgid "Mondays"
|
332 |
msgstr "Maandag"
|
333 |
|
334 |
#: includes/texts.php:74
|
335 |
+
#, fuzzy
|
336 |
msgid "Tuesdays"
|
337 |
msgstr "Dinsdag"
|
338 |
|
339 |
#: includes/texts.php:75
|
340 |
+
#, fuzzy
|
341 |
msgid "Wednesdays"
|
342 |
+
msgstr "Wonsdag"
|
343 |
|
344 |
#: includes/texts.php:76
|
345 |
+
#, fuzzy
|
346 |
msgid "Thursdays"
|
347 |
+
msgstr "Dnderdag"
|
348 |
|
349 |
#: includes/texts.php:77
|
350 |
+
#, fuzzy
|
351 |
msgid "Fridays"
|
352 |
+
msgstr "Vijdag"
|
353 |
|
354 |
#: includes/texts.php:78
|
355 |
+
#, fuzzy
|
356 |
msgid "Saturdays"
|
357 |
+
msgstr "Zterdag"
|
358 |
|
359 |
#: views/ecwd-event-content.php:67 views/ecwd-event-content.php:153
|
360 |
#: views/single-event.php:142 views/single-event.php:242
|
375 |
|
376 |
#: views/ecwd-venue-content.php:141
|
377 |
msgid "events"
|
378 |
+
msgstr "events"
|
379 |
|
380 |
#: views/single-event.php:190
|
381 |
+
#, fuzzy
|
382 |
msgid "Venue"
|
383 |
msgstr "Locaties"
|
384 |
|
390 |
msgid "Related events"
|
391 |
msgstr "Verwante evenementen"
|
392 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
393 |
#~ msgid "What're we looking for ?"
|
394 |
#~ msgstr "Wat moeten we op zoek naar?"
|
395 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://web-dorado.com/products/wordpress-event-calendar-wd.html
|
|
4 |
Tags: calendar, date, event, event calendar, events, events calendar, meeting, organizer, recurring, reservation, responsive, schedule
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.6
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -155,6 +155,10 @@ After downloading the ZIP file of the Event Calendar WD plugin,
|
|
155 |
|
156 |
== Changelog ==
|
157 |
|
|
|
|
|
|
|
|
|
158 |
= 1.0.68 =
|
159 |
* Fixed: List view pagination
|
160 |
* Fixed: Week view start
|
4 |
Tags: calendar, date, event, event calendar, events, events calendar, meeting, organizer, recurring, reservation, responsive, schedule
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.6
|
7 |
+
Stable tag: 1.0.69
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
155 |
|
156 |
== Changelog ==
|
157 |
|
158 |
+
= 1.0.69 =
|
159 |
+
* Fixed: Bug on Views add-on
|
160 |
+
* Changed: Featured themes, plugins pages
|
161 |
+
|
162 |
= 1.0.68 =
|
163 |
* Fixed: List view pagination
|
164 |
* Fixed: Week view start
|
views/admin/ecwd-featured-plugins.php
CHANGED
@@ -46,6 +46,26 @@
|
|
46 |
</div>
|
47 |
<a target="_blank" href="https://web-dorado.com/products/wordpress-form.html" class="download">Download plugin ►</a>
|
48 |
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
<li class="faq-wd">
|
50 |
<div class="product"></div>
|
51 |
<div class="title">
|
@@ -82,7 +102,7 @@
|
|
82 |
<strong class="heading">Slider WD</strong>
|
83 |
</div>
|
84 |
<div class="description">
|
85 |
-
<p>Create responsive, highly configurable sliders with various effects for your WordPress site. </p>
|
86 |
</div>
|
87 |
<a target="_blank" href="https://web-dorado.com/products/wordpress-slider-plugin.html" class="download">Download plugin ►</a>
|
88 |
</li>
|
@@ -92,7 +112,7 @@
|
|
92 |
<strong class="heading">Spider Catalog</strong>
|
93 |
</div>
|
94 |
<div class="description">
|
95 |
-
<p>Spider Catalog for WordPress is a convenient tool for organizing the products represented on your website into catalogs.</p>
|
96 |
</div>
|
97 |
<a target="_blank" href="https://web-dorado.com/products/wordpress-catalog.html" class="download">Download plugin ►</a>
|
98 |
</li>
|
@@ -112,7 +132,7 @@
|
|
112 |
<strong class="heading">Spider Contacts</strong>
|
113 |
</div>
|
114 |
<div class="description">
|
115 |
-
<p>Spider Contacts helps you to display information about the group of people more intelligible, effective and convenient.</p>
|
116 |
</div>
|
117 |
<a target="_blank" href="https://web-dorado.com/products/wordpress-contacts-plugin.html" class="download">Download plugin ►</a>
|
118 |
</li>
|
@@ -132,7 +152,7 @@
|
|
132 |
<strong class="heading">Spider FAQ</strong>
|
133 |
</div>
|
134 |
<div class="description">
|
135 |
-
<p>The Spider FAQ WordPress plugin is for creating an FAQ (Frequently Asked Questions) section for your website.</p>
|
136 |
</div>
|
137 |
<a target="_blank" href="https://web-dorado.com/products/wordpress-faq-plugin.html" class="download">Download plugin ►</a>
|
138 |
</li>
|
@@ -142,7 +162,7 @@
|
|
142 |
<strong class="heading">Zoom</strong>
|
143 |
</div>
|
144 |
<div class="description">
|
145 |
-
<p>Zoom enables site users to resize the predefined areas of the web site.</p>
|
146 |
</div>
|
147 |
<a target="_blank" href="https://web-dorado.com/products/wordpress-zoom.html" class="download">Download plugin ►</a>
|
148 |
</li>
|
@@ -152,7 +172,7 @@
|
|
152 |
<strong class="heading">Flash Calendar</strong>
|
153 |
</div>
|
154 |
<div class="description">
|
155 |
-
<p>Spider Flash Calendar is a highly configurable Flash calendar plugin which allows you to have multiple organized events.</p>
|
156 |
</div>
|
157 |
<a target="_blank" href="https://web-dorado.com/products/wordpress-events-calendar.html" class="download">Download plugin ►</a>
|
158 |
</li>
|
@@ -162,7 +182,7 @@
|
|
162 |
<strong class="heading">Contact Form Maker</strong>
|
163 |
</div>
|
164 |
<div class="description">
|
165 |
-
<p>WordPress Contact Form Maker is an advanced and easy-to-use tool for creating forms.</p>
|
166 |
</div>
|
167 |
<a target="_blank" href="https://web-dorado.com/products/wordpress-contact-form-maker-plugin.html" class="download">Download plugin ►</a>
|
168 |
</li>
|
@@ -182,7 +202,7 @@
|
|
182 |
<strong class="heading">Contact Form Builder</strong>
|
183 |
</div>
|
184 |
<div class="description">
|
185 |
-
<p>Contact Form Builder is the best tool for quickly arranging a contact form for your clients and visitors. </p>
|
186 |
</div>
|
187 |
<a target="_blank" href="https://web-dorado.com/products/wordpress-contact-form-builder.html" class="download">Download plugin ►</a>
|
188 |
</li>
|
@@ -192,7 +212,7 @@
|
|
192 |
<strong class="heading">Folder Menu</strong>
|
193 |
</div>
|
194 |
<div class="description">
|
195 |
-
<p>Folder Menu Vertical is a WordPress Flash menu module for your website, designed to meet your needs and preferences. </p>
|
196 |
</div>
|
197 |
<a target="_blank" href="https://web-dorado.com/products/wordpress-menu-vertical.html" class="download">Download plugin ►</a>
|
198 |
</li>
|
@@ -202,7 +222,7 @@
|
|
202 |
<strong class="heading">Random post</strong>
|
203 |
</div>
|
204 |
<div class="description">
|
205 |
-
<p>Spider Random Post is a small but very smart solution for your WordPress web site. </p>
|
206 |
</div>
|
207 |
<a target="_blank" href="https://web-dorado.com/products/wordpress-random-post.html" class="download">Download plugin ►</a>
|
208 |
</li>
|
@@ -219,4 +239,4 @@
|
|
219 |
</ul>
|
220 |
</form>
|
221 |
</div>
|
222 |
-
</div>
|
46 |
</div>
|
47 |
<a target="_blank" href="https://web-dorado.com/products/wordpress-form.html" class="download">Download plugin ►</a>
|
48 |
</li>
|
49 |
+
<li class="google-analytics">
|
50 |
+
<div class="product"></div>
|
51 |
+
<div class="title">
|
52 |
+
<strong class="heading">Google Analytics WD</strong>
|
53 |
+
</div>
|
54 |
+
<div class="description">
|
55 |
+
<p>A Google Analytics integration plugin.</p>
|
56 |
+
</div>
|
57 |
+
<a target="_blank" href="https://web-dorado.com/products/wordpress-google-analytics-plugin.html" class="download">Download plugin ►</a>
|
58 |
+
</li>
|
59 |
+
<li class="fb-feed">
|
60 |
+
<div class="product"></div>
|
61 |
+
<div class="title">
|
62 |
+
<strong class="heading">Facebook Feed WD</strong>
|
63 |
+
</div>
|
64 |
+
<div class="description">
|
65 |
+
<p>Facebook Feed WD is a completely customizable, responsive solution to help you display your Facebook feed on your WordPress website.</p>
|
66 |
+
</div>
|
67 |
+
<a target="_blank" href="https://web-dorado.com/products/wordpress-facebook-feed-plugin.html" class="download">Download plugin ►</a>
|
68 |
+
</li>
|
69 |
<li class="faq-wd">
|
70 |
<div class="product"></div>
|
71 |
<div class="title">
|
102 |
<strong class="heading">Slider WD</strong>
|
103 |
</div>
|
104 |
<div class="description">
|
105 |
+
<p>Create responsive, highly configurable sliders with various effects for your WordPress site. </p>
|
106 |
</div>
|
107 |
<a target="_blank" href="https://web-dorado.com/products/wordpress-slider-plugin.html" class="download">Download plugin ►</a>
|
108 |
</li>
|
112 |
<strong class="heading">Spider Catalog</strong>
|
113 |
</div>
|
114 |
<div class="description">
|
115 |
+
<p>Spider Catalog for WordPress is a convenient tool for organizing the products represented on your website into catalogs.</p>
|
116 |
</div>
|
117 |
<a target="_blank" href="https://web-dorado.com/products/wordpress-catalog.html" class="download">Download plugin ►</a>
|
118 |
</li>
|
132 |
<strong class="heading">Spider Contacts</strong>
|
133 |
</div>
|
134 |
<div class="description">
|
135 |
+
<p>Spider Contacts helps you to display information about the group of people more intelligible, effective and convenient.</p>
|
136 |
</div>
|
137 |
<a target="_blank" href="https://web-dorado.com/products/wordpress-contacts-plugin.html" class="download">Download plugin ►</a>
|
138 |
</li>
|
152 |
<strong class="heading">Spider FAQ</strong>
|
153 |
</div>
|
154 |
<div class="description">
|
155 |
+
<p>The Spider FAQ WordPress plugin is for creating an FAQ (Frequently Asked Questions) section for your website.</p>
|
156 |
</div>
|
157 |
<a target="_blank" href="https://web-dorado.com/products/wordpress-faq-plugin.html" class="download">Download plugin ►</a>
|
158 |
</li>
|
162 |
<strong class="heading">Zoom</strong>
|
163 |
</div>
|
164 |
<div class="description">
|
165 |
+
<p>Zoom enables site users to resize the predefined areas of the web site.</p>
|
166 |
</div>
|
167 |
<a target="_blank" href="https://web-dorado.com/products/wordpress-zoom.html" class="download">Download plugin ►</a>
|
168 |
</li>
|
172 |
<strong class="heading">Flash Calendar</strong>
|
173 |
</div>
|
174 |
<div class="description">
|
175 |
+
<p>Spider Flash Calendar is a highly configurable Flash calendar plugin which allows you to have multiple organized events.</p>
|
176 |
</div>
|
177 |
<a target="_blank" href="https://web-dorado.com/products/wordpress-events-calendar.html" class="download">Download plugin ►</a>
|
178 |
</li>
|
182 |
<strong class="heading">Contact Form Maker</strong>
|
183 |
</div>
|
184 |
<div class="description">
|
185 |
+
<p>WordPress Contact Form Maker is an advanced and easy-to-use tool for creating forms.</p>
|
186 |
</div>
|
187 |
<a target="_blank" href="https://web-dorado.com/products/wordpress-contact-form-maker-plugin.html" class="download">Download plugin ►</a>
|
188 |
</li>
|
202 |
<strong class="heading">Contact Form Builder</strong>
|
203 |
</div>
|
204 |
<div class="description">
|
205 |
+
<p>Contact Form Builder is the best tool for quickly arranging a contact form for your clients and visitors. </p>
|
206 |
</div>
|
207 |
<a target="_blank" href="https://web-dorado.com/products/wordpress-contact-form-builder.html" class="download">Download plugin ►</a>
|
208 |
</li>
|
212 |
<strong class="heading">Folder Menu</strong>
|
213 |
</div>
|
214 |
<div class="description">
|
215 |
+
<p>Folder Menu Vertical is a WordPress Flash menu module for your website, designed to meet your needs and preferences. </p>
|
216 |
</div>
|
217 |
<a target="_blank" href="https://web-dorado.com/products/wordpress-menu-vertical.html" class="download">Download plugin ►</a>
|
218 |
</li>
|
222 |
<strong class="heading">Random post</strong>
|
223 |
</div>
|
224 |
<div class="description">
|
225 |
+
<p>Spider Random Post is a small but very smart solution for your WordPress web site. </p>
|
226 |
</div>
|
227 |
<a target="_blank" href="https://web-dorado.com/products/wordpress-random-post.html" class="download">Download plugin ►</a>
|
228 |
</li>
|
239 |
</ul>
|
240 |
</form>
|
241 |
</div>
|
242 |
+
</div>
|
views/admin/ecwd-featured-themes.php
CHANGED
@@ -1,132 +1,301 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
</div>
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
<li class="business_elite">
|
30 |
-
<div class="product"></div>
|
31 |
-
<div class="title">
|
32 |
-
<strong class="heading">Business Elite Theme</strong>
|
33 |
-
</div>
|
34 |
-
<div class="description">
|
35 |
-
<p>Business Elite is a robust parallax theme for business websites. The theme uses smooth transitions and many functional sections.</p>
|
36 |
-
</div>
|
37 |
-
<a target="_blank" href="https://web-dorado.com/wordpress-themes/business-elite.html" class="download">Download theme ►</a>
|
38 |
-
</li>
|
39 |
-
<li class="sauron">
|
40 |
-
<div class="product"></div>
|
41 |
-
<div class="title">
|
42 |
-
<strong class="heading">Sauron Theme</strong>
|
43 |
-
</div>
|
44 |
-
<div class="description">
|
45 |
-
<p>Sauron is a multipurpose parallax theme, which uses multiple interactive sections designed for the client-engagement.</p>
|
46 |
-
</div>
|
47 |
-
<a target="_blank" href="https://web-dorado.com/wordpress-themes/sauron.html" class="download">Download plugin ►</a>
|
48 |
-
</li>
|
49 |
-
<li class="mottomag">
|
50 |
-
<div class="product"></div>
|
51 |
-
<div class="title">
|
52 |
-
<strong class="heading">MottoMag Theme</strong>
|
53 |
-
</div>
|
54 |
-
<div class="description">
|
55 |
-
<p>MottoMag is a vibrant, responsive theme which is a perfect choice for the combination of textual content with videos and images.</p>
|
56 |
-
</div>
|
57 |
-
<a target="_blank" href="https://web-dorado.com/wordpress-themes/mottomag.html" class="download">Download plugin ►</a>
|
58 |
-
</li>
|
59 |
-
<li class="business_world">
|
60 |
-
<div class="product"></div>
|
61 |
-
<div class="title">
|
62 |
-
<strong class="heading">Business World Theme</strong>
|
63 |
-
</div>
|
64 |
-
<div class="description">
|
65 |
-
<p>Business World is an innovative WordPress theme great for Business websites.</p>
|
66 |
-
</div>
|
67 |
-
<a target="_blank" href="https://web-dorado.com/wordpress-themes/business-world.html" class="download">Download plugin ►</a>
|
68 |
-
</li>
|
69 |
-
<li class="best_magazine">
|
70 |
-
<div class="product"></div>
|
71 |
-
<div class="title">
|
72 |
-
<strong class="heading">Best Magazine Theme</strong>
|
73 |
-
</div>
|
74 |
-
<div class="description">
|
75 |
-
<p>Best Magazine is an ultimate selection when you are dealing with multi-category news websites.</p>
|
76 |
-
</div>
|
77 |
-
<a target="_blank" href="https://web-dorado.com/wordpress-themes/best-magazine.html" class="download">Download plugin ►</a>
|
78 |
-
</li>
|
79 |
-
<li class="wedding_style">
|
80 |
-
<div class="product"></div>
|
81 |
-
<div class="title">
|
82 |
-
<strong class="heading">Wedding Style Theme</strong>
|
83 |
-
</div>
|
84 |
-
<div class="description">
|
85 |
-
<p>Wedding style is a responsive theme designed for the organization and maintenance of wedding websites and blogs.</p>
|
86 |
-
</div>
|
87 |
-
<a target="_blank" href="https://web-dorado.com/wordpress-themes/wedding-style.html" class="download">Download plugin ►</a>
|
88 |
-
</li>
|
89 |
-
<li class="magazine">
|
90 |
-
<div class="product"></div>
|
91 |
-
<div class="title">
|
92 |
-
<strong class="heading">Magazine Theme</strong>
|
93 |
-
</div>
|
94 |
-
<div class="description">
|
95 |
-
<p>Magazine theme is a perfect solution when creating news and informational websites. It comes with a wide range of layout options.</p>
|
96 |
-
</div>
|
97 |
-
<a target="_blank" href="https://web-dorado.com/wordpress-themes/news-magazine.html" class="download">Download plugin ►</a>
|
98 |
-
</li>
|
99 |
-
<li class="weddings">
|
100 |
-
<div class="product"></div>
|
101 |
-
<div class="title">
|
102 |
-
<strong class="heading">Weddings Theme</strong>
|
103 |
-
</div>
|
104 |
-
<div class="description">
|
105 |
-
<p>Weddings is an elegant, responsive WordPress theme designed for wedding websites. The theme includes multiple pages, homepage slider and gallery support.</p>
|
106 |
-
</div>
|
107 |
-
<a target="_blank" href="https://web-dorado.com/wordpress-themes/wedding.html" class="download">Download plugin ►</a>
|
108 |
-
</li>
|
109 |
-
<li class="exclusive">
|
110 |
-
<div class="product"></div>
|
111 |
-
<div class="title">
|
112 |
-
<strong class="heading">Exclusive Theme</strong>
|
113 |
-
</div>
|
114 |
-
<div class="description">
|
115 |
-
<p>Exclusive is a unique theme designed to best fit business style websites. It comes with a large list of customizable features.</p>
|
116 |
-
</div>
|
117 |
-
<a target="_blank" href="https://web-dorado.com/wordpress-themes/exclusive.html" class="download">Download plugin ►</a>
|
118 |
-
</li>
|
119 |
-
<li class="expert">
|
120 |
-
<div class="product"></div>
|
121 |
-
<div class="title">
|
122 |
-
<strong class="heading">Expert Theme</strong>
|
123 |
-
</div>
|
124 |
-
<div class="description">
|
125 |
-
<p>WordPress Expert is a modern, user-friendly and stylish theme. It has a list of customizable layout, style, colors and fonts.</p>
|
126 |
-
</div>
|
127 |
-
<a target="_blank" href="https://web-dorado.com/wordpress-themes/business-responsive.html" class="download">Download plugin ►</a>
|
128 |
-
</li>
|
129 |
-
</ul>
|
130 |
-
</form>
|
131 |
-
</div>
|
132 |
-
</div >
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class ECWDFeaturedThemes {
|
4 |
+
|
5 |
+
|
6 |
+
private $slug = 'eventcalendarwd';
|
7 |
+
private $lang_slug = 'ecwd';
|
8 |
+
|
9 |
+
private $image_url = '';
|
10 |
+
private $demo_url = 'http://themedemo.web-dorado.com/';
|
11 |
+
private $site_url = 'https://web-dorado.com/wordpress-themes/';
|
12 |
+
|
13 |
+
public function __construct() {
|
14 |
+
$this->image_url = ECWD_URL . "/css/featured_themes/";
|
15 |
+
}
|
16 |
+
|
17 |
+
////////////////////////////////////////////////////////////////////////////////////////
|
18 |
+
// Public Methods //
|
19 |
+
////////////////////////////////////////////////////////////////////////////////////////
|
20 |
+
|
21 |
+
public function display() {
|
22 |
+
?>
|
23 |
+
|
24 |
+
<style>
|
25 |
+
@import url(https://fonts.googleapis.com/css?family=Oswald);
|
26 |
+
|
27 |
+
#main_featured_themes_page #featured-themes-list {
|
28 |
+
position:relative;
|
29 |
+
margin:0px auto;
|
30 |
+
height:auto;
|
31 |
+
display:table;
|
32 |
+
list-style:none;
|
33 |
+
text-align: center;
|
34 |
+
width: 100%;
|
35 |
+
}
|
36 |
+
#main_featured_themes_page #featured-themes-list li {
|
37 |
+
display: inline-table;
|
38 |
+
width: 300px;
|
39 |
+
margin: 20px 10px 0px 10px;
|
40 |
+
background: #FFFFFF;
|
41 |
+
border-right: 3px solid #E5E5E5;
|
42 |
+
border-bottom: 3px solid #E5E5E5;
|
43 |
+
position: relative;
|
44 |
+
}
|
45 |
+
@media screen and (min-width: 1600px) {
|
46 |
+
#main_featured_themes_page #featured-themes-list li {
|
47 |
+
width:400px;
|
48 |
+
}
|
49 |
+
|
50 |
+
}
|
51 |
+
#main_featured_themes_page .theme_img img {
|
52 |
+
max-width: 100%;
|
53 |
+
}
|
54 |
+
#main_featured_themes_page .theme_img {
|
55 |
+
display: inline-block;
|
56 |
+
overflow: hidden;
|
57 |
+
outline: 1px solid #D6D1D1;
|
58 |
+
position:relative;
|
59 |
+
/*height: 168px; */
|
60 |
+
}
|
61 |
+
#main_featured_themes_page #featured-themes-list li .title {
|
62 |
+
width: 91%;
|
63 |
+
text-align: center;
|
64 |
+
margin: 0 auto;
|
65 |
+
}
|
66 |
+
#main_featured_themes_page {
|
67 |
+
font-family: Oswald;
|
68 |
+
}
|
69 |
+
#main_featured_themes_page #featured-themes-list li .title .heading {
|
70 |
+
display: block;
|
71 |
+
position: relative;
|
72 |
+
font-size: 17px;
|
73 |
+
color: #666666;
|
74 |
+
margin: 13px 0px 13px 0px;
|
75 |
+
text-transform: uppercase;
|
76 |
+
}
|
77 |
+
#main_featured_themes_page #featured-themes-list li .title p {
|
78 |
+
font-size:14px;
|
79 |
+
color:#444;
|
80 |
+
margin-left:20px;
|
81 |
+
}
|
82 |
+
#main_featured_themes_page #featured-themes-list li .description {
|
83 |
+
height:130px;
|
84 |
+
width: 90%;
|
85 |
+
margin: 0 auto;
|
86 |
+
}
|
87 |
+
#main_featured_themes_page #featured-themes-list li .description p {
|
88 |
+
text-align: center;
|
89 |
+
width: 100%;
|
90 |
+
color: #666666;
|
91 |
+
font-family: "Open Sans",sans-serif;
|
92 |
+
font-size: 14px;
|
93 |
+
}
|
94 |
+
#main_featured_themes_page #featured-themes-list li .links {
|
95 |
+
border-top: 1px solid #d8d8d8;
|
96 |
+
width: 90%;
|
97 |
+
margin: 0 auto;
|
98 |
+
font-size: 14px;
|
99 |
+
line-height: 40px;
|
100 |
+
font-weight: bolder;
|
101 |
+
text-align: center;
|
102 |
+
padding-top: 9px;
|
103 |
+
padding-bottom: 12px;
|
104 |
+
}
|
105 |
+
#main_featured_themes_page .page_header h1 {
|
106 |
+
margin: 0px;
|
107 |
+
font-family: Segoe UI;
|
108 |
+
padding-bottom: 15px;
|
109 |
+
color: rgb(111, 111, 111);
|
110 |
+
font-size: 24px;
|
111 |
+
text-align:center;
|
112 |
+
}
|
113 |
+
#main_featured_themes_page .page_header {
|
114 |
+
height: 40px;
|
115 |
+
padding: 22px 0px 0px 0px;
|
116 |
+
margin-bottom: 15px;
|
117 |
+
/*border-bottom: rgb(111, 111, 111) solid 1px;*/
|
118 |
+
}
|
119 |
+
#main_featured_themes_page #featured-themes-list li a {
|
120 |
+
outline: none;
|
121 |
+
line-height: 29px;
|
122 |
+
text-decoration: none;
|
123 |
+
color: #134d68;
|
124 |
+
font-family: "Open Sans",sans-serif;
|
125 |
+
text-shadow: 1px 0;
|
126 |
+
display: inline-block;
|
127 |
+
font-size: 15px;
|
128 |
+
}
|
129 |
+
#main_featured_themes_page #featured-themes-list li a.demo {
|
130 |
+
color: #ffffff;
|
131 |
+
background: #F47629;
|
132 |
+
border-radius: 3px;
|
133 |
+
width: 76px;
|
134 |
+
text-align:center;
|
135 |
+
margin-right: 12px;
|
136 |
+
}
|
137 |
+
#main_featured_themes_page #featured-themes-list li a.download {
|
138 |
+
padding-right: 30px;
|
139 |
+
background:url(<?php echo $this->image_url; ?>down.png) no-repeat right;
|
140 |
+
}
|
141 |
+
#main_featured_themes_page .featured_header{
|
142 |
+
background: #11465F;
|
143 |
+
border-right: 3px solid #E5E5E5;
|
144 |
+
border-bottom: 3px solid #E5E5E5;
|
145 |
+
position: relative;
|
146 |
+
padding: 20px 0;
|
147 |
+
}
|
148 |
+
#main_featured_themes_page .featured_header .try-now {
|
149 |
+
text-align: center;
|
150 |
+
}
|
151 |
+
#main_featured_themes_page .featured_header .try-now span {
|
152 |
+
display: inline-block;
|
153 |
+
padding: 7px 16px;
|
154 |
+
background: #F47629;
|
155 |
+
border-radius: 10px;
|
156 |
+
color: #ffffff;
|
157 |
+
font-size: 23px;
|
158 |
+
}
|
159 |
+
#main_featured_themes_page .featured_container {
|
160 |
+
position: relative;
|
161 |
+
width: 90%;
|
162 |
+
margin: 15px auto 0px auto;
|
163 |
+
}
|
164 |
+
#main_featured_themes_page .featured_container .old_price{
|
165 |
+
color: rgba(180, 180, 180, 0.3);
|
166 |
+
text-decoration: line-through;
|
167 |
+
font-family: Oswald;
|
168 |
+
}
|
169 |
+
#main_featured_themes_page .featured_container .get_themes{
|
170 |
+
color: #FFFFFF;
|
171 |
+
height: 85px;
|
172 |
+
margin: 0;
|
173 |
+
background-size: 95% 100%;
|
174 |
+
background-position: center;
|
175 |
+
line-height: 60px;
|
176 |
+
font-size: 45px;
|
177 |
+
text-align: center;
|
178 |
+
letter-spacing: 3px;
|
179 |
+
}
|
180 |
+
#main_featured_themes_page .featured_header h1{
|
181 |
+
font-size: 45px;
|
182 |
+
text-align: center;
|
183 |
+
color: #ffffff;
|
184 |
+
letter-spacing: 3px;
|
185 |
+
line-height: 10px;
|
186 |
+
}
|
187 |
+
#main_featured_themes_page .featured_header a{
|
188 |
+
text-decoration: none;
|
189 |
+
}
|
190 |
+
@media screen and (max-width: 1035px) {
|
191 |
+
#main_featured_themes_page .featured_header h1{
|
192 |
+
font-size: 37px;
|
193 |
+
line-height: 0;
|
194 |
+
}
|
195 |
+
}
|
196 |
+
@media screen and (max-width: 835px) {
|
197 |
+
#main_featured_themes_page .get_themes span{
|
198 |
+
display: none;
|
199 |
+
}
|
200 |
+
}
|
201 |
+
@media screen and (max-width: 435px) {
|
202 |
+
#main_featured_themes_page .featured_header h1 {
|
203 |
+
font-size: 20px;
|
204 |
+
line-height: 17px;
|
205 |
+
}
|
206 |
+
}
|
207 |
+
</style>
|
208 |
+
|
209 |
+
<?php
|
210 |
+
$WDWThemes = array(
|
211 |
+
"business_elite" => array(
|
212 |
+
"title" => "Business Elite",
|
213 |
+
"description" => __("Business Elite is a robust parallax theme for business websites. The theme uses smooth transitions and many functional sections.",$this->lang_slug),
|
214 |
+
"link" => "business-elite.html",
|
215 |
+
"demo" => "theme-businesselite",
|
216 |
+
"image" => "business_elite.jpg"
|
217 |
+
),
|
218 |
+
"portfolio" => array(
|
219 |
+
"title" => "Portfolio Gallery",
|
220 |
+
"description" => __("Portfolio Gallery helps to display images using various color schemes and layouts combined with elegant fonts and content parts.",$this->lang_slug),
|
221 |
+
"link" => "portfolio-gallery.html",
|
222 |
+
"demo" => "theme-portfoliogallery",
|
223 |
+
"image" => "portfolio_gallery.jpg"
|
224 |
+
),
|
225 |
+
"sauron" => array(
|
226 |
+
"title" => "Sauron",
|
227 |
+
"description" => __("Sauron is a multipurpose parallax theme, which uses multiple interactive sections designed for the client-engagement.",$this->lang_slug),
|
228 |
+
"link" => "sauron.html",
|
229 |
+
"demo" => "theme-sauron",
|
230 |
+
"image" => "sauron.jpg"
|
231 |
+
),
|
232 |
+
"business_world" => array(
|
233 |
+
"title" => "Business World",
|
234 |
+
"description" => __("Business World is an innovative WordPress theme great for Business websites.",$this->lang_slug),
|
235 |
+
"link" => "business-world.html",
|
236 |
+
"demo" => "theme-businessworld",
|
237 |
+
"image" => "business_world.jpg"
|
238 |
+
),
|
239 |
+
"best_magazine" => array(
|
240 |
+
"title" => "Best Magazine",
|
241 |
+
"description" => __("Best Magazine is an ultimate selection when you are dealing with multi-category news websites.",$this->lang_slug),
|
242 |
+
"link" => "best-magazine.html",
|
243 |
+
"demo" => "theme-bestmagazine",
|
244 |
+
"image" => "best_magazine.jpg"
|
245 |
+
),
|
246 |
+
"magazine" => array(
|
247 |
+
"title" => "News Magazine",
|
248 |
+
"description" => __("Magazine theme is a perfect solution when creating news and informational websites. It comes with a wide range of layout options.",$this->lang_slug),
|
249 |
+
"link" => "news-magazine.html",
|
250 |
+
"demo" => "theme-newsmagazine",
|
251 |
+
"image" => "news_magazine.jpg"
|
252 |
+
)
|
253 |
+
);
|
254 |
+
?>
|
255 |
+
<div id="main_featured_themes_page">
|
256 |
+
<div class="featured_container">
|
257 |
+
<div class="page_header">
|
258 |
+
<h1><?php echo __("Featured Themes",$this->lang_slug); ?></h1>
|
259 |
+
</div>
|
260 |
+
<div class="featured_header">
|
261 |
+
<a target="_blank" href="https://web-dorado.com/wordpress-themes.html?source=<?php echo $this->slug; ?>">
|
262 |
+
<h1><?php echo __("WORDPRESS THEMES",$this->lang_slug); ?></h1>
|
263 |
+
<h2 class="get_themes"><?php echo __("ALL FOR $40 ONLY ",$this->lang_slug); ?><span>- <?php echo __("SAVE 80%",$this->lang_slug); ?></span></h2>
|
264 |
+
<div class="try-now">
|
265 |
+
<span><?php echo __("TRY NOW",$this->lang_slug); ?></span>
|
266 |
+
</div>
|
267 |
+
</a>
|
268 |
+
</div>
|
269 |
+
<ul id="featured-themes-list">
|
270 |
+
<?php foreach($WDWThemes as $key=>$WDWTheme) : ?>
|
271 |
+
<li class="<?php echo $key; ?>">
|
272 |
+
<div class="theme_img">
|
273 |
+
<img src="<?php echo $this->image_url . $WDWTheme["image"]; ?>">
|
274 |
+
</div>
|
275 |
+
<div class="title">
|
276 |
+
<h3 class="heading"><?php echo $WDWTheme["title"]; ?></h3>
|
277 |
+
</div>
|
278 |
+
<div class="description">
|
279 |
+
<p><?php echo $WDWTheme["description"]; ?></p>
|
280 |
+
</div>
|
281 |
+
<div class="links">
|
282 |
+
<a target="_blank" href="<?php echo $this->demo_url . $WDWTheme["demo"]."?source=".$this->slug; ?>" class="demo"><?php echo __("Demo",$this->lang_slug); ?></a>
|
283 |
+
<a target="_blank" href="<?php echo $this->site_url . $WDWTheme["link"]."?source=".$this->slug; ?>" class="download"><?php echo __("Free Download",$this->lang_slug); ?></a>
|
284 |
+
</div>
|
285 |
+
</li>
|
286 |
+
<?php endforeach; ?>
|
287 |
+
</ul>
|
288 |
+
</div>
|
289 |
</div>
|
290 |
+
<?php }
|
291 |
+
|
292 |
+
////////////////////////////////////////////////////////////////////////////////////////
|
293 |
+
// Getters & Setters //
|
294 |
+
////////////////////////////////////////////////////////////////////////////////////////
|
295 |
+
////////////////////////////////////////////////////////////////////////////////////////
|
296 |
+
// Private Methods //
|
297 |
+
////////////////////////////////////////////////////////////////////////////////////////
|
298 |
+
////////////////////////////////////////////////////////////////////////////////////////
|
299 |
+
// Listeners //
|
300 |
+
////////////////////////////////////////////////////////////////////////////////////////
|
301 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|