Version Description
Added: Frontend events management add-on
Fixed: Rewrite rules for custom permalinks structure
Fixed: JS error in related events slider
Added: Hungarian language support
Added: Serbian language support
Fixed: Translations for Dutch
Download this release
Release Info
Developer | webdorado |
Plugin | Event Calendar WD – Responsive Event Calendar plugin |
Version | 1.0.23 |
Comparing to | |
See all releases |
Code changes from version 1.0.22 to 1.0.23
- css/admin/admin.css +1 -0
- ecwd.php +1 -1
- ecwd_admin_class.php +19 -15
- ecwd_class.php +3 -1
- includes/ecwd-cpt-class.php +23 -12
- includes/notices.php +9 -0
- includes/texts.php +78 -0
- js/scripts.js +2 -2
- languages/ecwd-hu_HU.mo +0 -0
- languages/ecwd-hu_HU.po +1444 -0
- languages/ecwd-nl_NL.mo +0 -0
- languages/ecwd-nl_NL.po +9 -9
- languages/ecwd-sr_RS.mo +0 -0
- languages/ecwd-sr_RS.po +395 -0
- readme.txt +17 -5
css/admin/admin.css
CHANGED
@@ -147,6 +147,7 @@
|
|
147 |
}
|
148 |
.ecwd-modal:target {
|
149 |
opacity:1;
|
|
|
150 |
pointer-events: auto;
|
151 |
}
|
152 |
.ecwd-modal > div.ecwd-excluded-events {
|
147 |
}
|
148 |
.ecwd-modal:target {
|
149 |
opacity:1;
|
150 |
+
display:block;
|
151 |
pointer-events: auto;
|
152 |
}
|
153 |
.ecwd-modal > div.ecwd-excluded-events {
|
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.23
|
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 |
|
@@ -133,6 +133,22 @@ class ECWD_Admin {
|
|
133 |
public function display_addons_page() {
|
134 |
|
135 |
$addons = array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
136 |
'Events Grouping' => array(
|
137 |
'event_filters' => array(
|
138 |
'name' => 'ECWD Filter Bar',
|
@@ -155,13 +171,7 @@ class ECWD_Admin {
|
|
155 |
'icon' => '',
|
156 |
'image' => plugins_url( 'assets/upcoming_events.png', __FILE__ ),
|
157 |
),
|
158 |
-
|
159 |
-
'name' => 'ECWD Import/Export',
|
160 |
-
'url' => 'https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/import-export.html',
|
161 |
-
'description' => 'The following data of the Event Calendar WD can be exported and imported: Events, Categories, Venues,Organizers and Tags. The exported/imported data will be in CSV format, which can be further edited, modified and imported',
|
162 |
-
'icon' => '',
|
163 |
-
'image' => plugins_url( 'assets/import_export.png', __FILE__ )
|
164 |
-
),
|
165 |
),
|
166 |
'Integrations' => array(
|
167 |
'fb' => array(
|
@@ -185,13 +195,7 @@ class ECWD_Admin {
|
|
185 |
'icon' => '',
|
186 |
'image' => plugins_url( 'assets/add_ical.jpg', __FILE__ )
|
187 |
),
|
188 |
-
|
189 |
-
'name' => 'ECWD Frontend Event Management',
|
190 |
-
'url' => '#',
|
191 |
-
'description' => 'This add-on makes possible to add and manage events in frontend. Site administrators can manage frontend event submissions.',
|
192 |
-
'icon' => '',
|
193 |
-
'image' => plugins_url( 'assets/add_addevent.jpg', __FILE__ ),
|
194 |
-
)
|
195 |
)
|
196 |
|
197 |
|
6 |
class ECWD_Admin {
|
7 |
|
8 |
protected static $instance = null;
|
9 |
+
protected $version = '1.0.23';
|
10 |
protected $ecwd_page = null;
|
11 |
protected $notices = null;
|
12 |
|
133 |
public function display_addons_page() {
|
134 |
|
135 |
$addons = array(
|
136 |
+
'Management' => array(
|
137 |
+
'add_event' => array(
|
138 |
+
'name' => 'ECWD Frontend Event Management',
|
139 |
+
'url' => 'https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/frontend-event-management.html',
|
140 |
+
'description' => 'This add-on is designed for allowing the users/guests to add events to the calendar from the front end. In addition, the users can also have permissions to edit/delete their events.',
|
141 |
+
'icon' => '',
|
142 |
+
'image' => plugins_url( 'assets/add_addevent.jpg', __FILE__ ),
|
143 |
+
),
|
144 |
+
'import_export' => array(
|
145 |
+
'name' => 'ECWD Import/Export',
|
146 |
+
'url' => 'https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/import-export.html',
|
147 |
+
'description' => 'The following data of the Event Calendar WD can be exported and imported: Events, Categories, Venues,Organizers and Tags. The exported/imported data will be in CSV format, which can be further edited, modified and imported',
|
148 |
+
'icon' => '',
|
149 |
+
'image' => plugins_url( 'assets/import_export.png', __FILE__ )
|
150 |
+
),
|
151 |
+
),
|
152 |
'Events Grouping' => array(
|
153 |
'event_filters' => array(
|
154 |
'name' => 'ECWD Filter Bar',
|
171 |
'icon' => '',
|
172 |
'image' => plugins_url( 'assets/upcoming_events.png', __FILE__ ),
|
173 |
),
|
174 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
175 |
),
|
176 |
'Integrations' => array(
|
177 |
'fb' => array(
|
195 |
'icon' => '',
|
196 |
'image' => plugins_url( 'assets/add_ical.jpg', __FILE__ )
|
197 |
),
|
198 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
199 |
)
|
200 |
|
201 |
|
ecwd_class.php
CHANGED
@@ -12,12 +12,14 @@ class ECWD {
|
|
12 |
protected static $instance = null;
|
13 |
|
14 |
private function __construct() {
|
|
|
15 |
$this->setup_constants();
|
|
|
16 |
include_once( 'includes/ecwd-shortcodes.php' );
|
17 |
$this->includes();
|
18 |
$cpt_instance = ECWD_Cpt::get_instance();
|
19 |
$this->user_info();
|
20 |
-
|
21 |
add_filter( 'body_class', array( $this, 'theme_body_class' ) );
|
22 |
add_action( 'wp_enqueue_scripts', array( $this, 'enqueue_scripts' ), 20 );
|
23 |
add_action( 'wp_enqueue_scripts', array( $this, 'enqueue_styles' ) );
|
12 |
protected static $instance = null;
|
13 |
|
14 |
private function __construct() {
|
15 |
+
|
16 |
$this->setup_constants();
|
17 |
+
add_action( 'init', array( $this, 'add_localization' ), 1 );
|
18 |
include_once( 'includes/ecwd-shortcodes.php' );
|
19 |
$this->includes();
|
20 |
$cpt_instance = ECWD_Cpt::get_instance();
|
21 |
$this->user_info();
|
22 |
+
|
23 |
add_filter( 'body_class', array( $this, 'theme_body_class' ) );
|
24 |
add_action( 'wp_enqueue_scripts', array( $this, 'enqueue_scripts' ), 20 );
|
25 |
add_action( 'wp_enqueue_scripts', array( $this, 'enqueue_styles' ) );
|
includes/ecwd-cpt-class.php
CHANGED
@@ -39,7 +39,7 @@ class ECWD_Cpt {
|
|
39 |
add_action( 'admin_action_duplicate_ecwd_post', array( $this, 'duplicate_post' ) );
|
40 |
|
41 |
//events catgeories
|
42 |
-
add_action( 'init', array( $this, 'create_taxonomies' ),
|
43 |
add_action( ECWD_PLUGIN_PREFIX . '_event_category_add_form_fields', array(
|
44 |
$this,
|
45 |
'add_categories_metas'
|
@@ -419,6 +419,17 @@ class ECWD_Cpt {
|
|
419 |
|
420 |
$base = trailingslashit( $this->rewriteSlug );
|
421 |
$singleBase = trailingslashit( $this->rewriteSlugSingular );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
422 |
$newRules = array();
|
423 |
// single event
|
424 |
$newRules[ $singleBase . '([^/]+)/(\d{4}-\d{2}-\d{2})/?$' ] = 'index.php?' . self::EVENT_POST_TYPE . '=' . $wp_rewrite->preg_index( 1 ) . "&eventDate=" . $wp_rewrite->preg_index( 2 );
|
@@ -1127,17 +1138,17 @@ class ECWD_Cpt {
|
|
1127 |
function create_taxonomies() {
|
1128 |
// Add new taxonomy, make it hierarchical (like categories)
|
1129 |
$labels = array(
|
1130 |
-
'name' => _x( 'Event Categories', 'taxonomy general name' ),
|
1131 |
-
'singular_name' => _x( 'Event Category', 'taxonomy singular name' ),
|
1132 |
-
'search_items' => __( 'Search Event Categories' ),
|
1133 |
-
'all_items' => __( 'All Event Categories' ),
|
1134 |
-
'parent_item' => __( 'Parent Category' ),
|
1135 |
-
'parent_item_colon' => __( 'Parent Category:' ),
|
1136 |
-
'edit_item' => __( 'Edit Category' ),
|
1137 |
-
'update_item' => __( 'Update Category' ),
|
1138 |
-
'add_new_item' => __( 'Add New Event Category' ),
|
1139 |
-
'new_item_name' => __( 'New Event Category Name' ),
|
1140 |
-
'menu_name' => __( 'Event Categories' ),
|
1141 |
);
|
1142 |
|
1143 |
$args = array(
|
39 |
add_action( 'admin_action_duplicate_ecwd_post', array( $this, 'duplicate_post' ) );
|
40 |
|
41 |
//events catgeories
|
42 |
+
add_action( 'init', array( $this, 'create_taxonomies' ), 2 );
|
43 |
add_action( ECWD_PLUGIN_PREFIX . '_event_category_add_form_fields', array(
|
44 |
$this,
|
45 |
'add_categories_metas'
|
419 |
|
420 |
$base = trailingslashit( $this->rewriteSlug );
|
421 |
$singleBase = trailingslashit( $this->rewriteSlugSingular );
|
422 |
+
$rewrite_arr = explode('/', $wp_rewrite->permalink_structure);
|
423 |
+
$rewritebase ='';
|
424 |
+
for($i=1;$i<count($rewrite_arr);$i++){
|
425 |
+
if(isset ($rewrite_arr[$i]) && strpos($rewrite_arr[$i],'%') === FALSE){
|
426 |
+
$rewritebase = $rewritebase.$rewrite_arr[$i].'/';
|
427 |
+
}else{
|
428 |
+
break;
|
429 |
+
}
|
430 |
+
}
|
431 |
+
$base = $rewritebase.$base;
|
432 |
+
$singleBase = $rewritebase.$singleBase;
|
433 |
$newRules = array();
|
434 |
// single event
|
435 |
$newRules[ $singleBase . '([^/]+)/(\d{4}-\d{2}-\d{2})/?$' ] = 'index.php?' . self::EVENT_POST_TYPE . '=' . $wp_rewrite->preg_index( 1 ) . "&eventDate=" . $wp_rewrite->preg_index( 2 );
|
1138 |
function create_taxonomies() {
|
1139 |
// Add new taxonomy, make it hierarchical (like categories)
|
1140 |
$labels = array(
|
1141 |
+
'name' => _x( 'Event Categories', 'taxonomy general name', 'ecwd' ),
|
1142 |
+
'singular_name' => _x( 'Event Category', 'taxonomy singular name', 'ecwd' ),
|
1143 |
+
'search_items' => __( 'Search Event Categories','ecwd' ),
|
1144 |
+
'all_items' => __( 'All Event Categories', 'ecwd' ),
|
1145 |
+
'parent_item' => __( 'Parent Category','ecwd' ),
|
1146 |
+
'parent_item_colon' => __( 'Parent Category:','ecwd' ),
|
1147 |
+
'edit_item' => __( 'Edit Category','ecwd' ),
|
1148 |
+
'update_item' => __( 'Update Category','ecwd' ),
|
1149 |
+
'add_new_item' => __( 'Add New Event Category','ecwd' ),
|
1150 |
+
'new_item_name' => __( 'New Event Category Name','ecwd' ),
|
1151 |
+
'menu_name' => __( 'Event Categories','ecwd' ),
|
1152 |
);
|
1153 |
|
1154 |
$args = array(
|
includes/notices.php
CHANGED
@@ -10,6 +10,15 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
10 |
|
11 |
|
12 |
function ecwd_admin_notices( $notices ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
$two_week_review_ignore = add_query_arg( array( 'ecwd_admin_notice_ignore' => 'two_week_review' ) );
|
15 |
$two_week_review_temp = add_query_arg( array( 'ecwd_admin_notice_temp_ignore' => 'two_week_review', 'int' => 14 ) );
|
10 |
|
11 |
|
12 |
function ecwd_admin_notices( $notices ) {
|
13 |
+
$one_week_support = add_query_arg( array( 'ecwd_admin_notice_ignore' => 'one_week_support' ) );
|
14 |
+
$notices['one_week_support'] = array(
|
15 |
+
'title' => __( 'Hey! How\'s It Going?', 'ecwd' ),
|
16 |
+
'msg' => __( 'Thank you for using Events Calendar WD! We hope that you\'ve found everything you need, but if you have any questions:', 'ecwd' ),
|
17 |
+
'link' => '<li><span class="dashicons dashicons-media-text"></span><a target="_blank" href="https://web-dorado.com/wordpress-event-calendar-wd/installing.html">' . __( 'Check out User Guide', 'ecwd' ) . '</a></li>
|
18 |
+
<li><span class="dashicons dashicons-sos"></span><a target="_blank" href="https://web-dorado.com/forum/wordpress-event-calendar-wd.html">' . __( 'Get Some Help' ,'ecwd' ) . '</a></li>
|
19 |
+
<li><span class="dashicons dashicons-dismiss"></span><a href="' . $one_week_support . '">' . __( 'Never show again' ,'ecwd' ) . '</a></li>',
|
20 |
+
'int' => 7
|
21 |
+
);
|
22 |
|
23 |
$two_week_review_ignore = add_query_arg( array( 'ecwd_admin_notice_ignore' => 'two_week_review' ) );
|
24 |
$two_week_review_temp = add_query_arg( array( 'ecwd_admin_notice_temp_ignore' => 'two_week_review', 'int' => 14 ) );
|
includes/texts.php
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
__('January', 'ecwd');
|
3 |
+
__('February', 'ecwd');
|
4 |
+
__('March', 'ecwd');
|
5 |
+
__('April', 'ecwd');
|
6 |
+
__('May', 'ecwd');
|
7 |
+
__('June', 'ecwd');
|
8 |
+
__('July', 'ecwd');
|
9 |
+
__('August', 'ecwd');
|
10 |
+
__('September', 'ecwd');
|
11 |
+
__('October', 'ecwd');
|
12 |
+
__('November', 'ecwd');
|
13 |
+
__('December', 'ecwd');
|
14 |
+
|
15 |
+
__('Sunday', 'ecwd');
|
16 |
+
__('Monday', 'ecwd');
|
17 |
+
__('Tuesday', 'ecwd');
|
18 |
+
__('Wednesday', 'ecwd');
|
19 |
+
__('Thursday', 'ecwd');
|
20 |
+
__('Friday', 'ecwd');
|
21 |
+
__('Saturday', 'ecwd');
|
22 |
+
|
23 |
+
|
24 |
+
|
25 |
+
__('Sun', 'ecwd');
|
26 |
+
__('Mon', 'ecwd');
|
27 |
+
__('Tue', 'ecwd');
|
28 |
+
__('Wed', 'ecwd');
|
29 |
+
__('Thu', 'ecwd');
|
30 |
+
__('Fri', 'ecwd');
|
31 |
+
__('Sat', 'ecwd');
|
32 |
+
|
33 |
+
|
34 |
+
__('Su', 'ecwd');
|
35 |
+
__('Mo', 'ecwd');
|
36 |
+
__('Tu', 'ecwd');
|
37 |
+
__('We', 'ecwd');
|
38 |
+
__('Th', 'ecwd');
|
39 |
+
__('Fr', 'ecwd');
|
40 |
+
__('Sa', 'ecwd');
|
41 |
+
|
42 |
+
|
43 |
+
//Filters
|
44 |
+
__('Show Filters', 'ecwd');
|
45 |
+
__('Collapse Filters', 'ecwd');
|
46 |
+
__('Reset Filters', 'ecwd');
|
47 |
+
|
48 |
+
__('Days', 'ecwd');
|
49 |
+
__('Categories', 'ecwd');
|
50 |
+
__('Venues', 'ecwd');
|
51 |
+
|
52 |
+
//Countdown
|
53 |
+
__('DAYS', 'ecwd');
|
54 |
+
__('HOURS', 'ecwd');
|
55 |
+
__('MINUTES', 'ecwd');
|
56 |
+
__('SECONDS', 'ecwd');
|
57 |
+
__('The event has just started', 'ecwd');
|
58 |
+
|
59 |
+
//Repeats
|
60 |
+
__('Repeat every', 'ecwd');
|
61 |
+
__('Repeat every day', 'ecwd');
|
62 |
+
__('Repeat every week', 'ecwd');
|
63 |
+
__('Repeat every month', 'ecwd');
|
64 |
+
__('Repeat every year', 'ecwd');
|
65 |
+
|
66 |
+
__('days', 'ecwd');
|
67 |
+
__('weeks', 'ecwd');
|
68 |
+
__('months', 'ecwd');
|
69 |
+
__('years', 'ecwd');
|
70 |
+
__('until', 'ecwd') ;
|
71 |
+
|
72 |
+
__('Sundays', 'ecwd');
|
73 |
+
__('Mondays', 'ecwd');
|
74 |
+
__('Tuesdays', 'ecwd');
|
75 |
+
__('Wednesdays', 'ecwd');
|
76 |
+
__('Thursdays', 'ecwd');
|
77 |
+
__('Fridays', 'ecwd');
|
78 |
+
__('Saturdays', 'ecwd');
|
js/scripts.js
CHANGED
@@ -677,8 +677,8 @@ ecwd_js_init = function () {
|
|
677 |
ecwd_js_init_call = new ecwd_js_init();
|
678 |
}(jQuery));
|
679 |
function ecwd_eventsOff(){
|
680 |
-
jQuery(".calendar_main").find("*").off();
|
681 |
-
jQuery(".calendar_main").children().off();
|
682 |
}
|
683 |
|
684 |
jQuery(window).resize(function () {
|
677 |
ecwd_js_init_call = new ecwd_js_init();
|
678 |
}(jQuery));
|
679 |
function ecwd_eventsOff(){
|
680 |
+
jQuery(".calendar_main,.ecwd-event,.ecwd-organizer,.ecwd-venue").find("*").off();
|
681 |
+
jQuery(".calendar_main,.ecwd-event,.ecwd-organizer,.ecwd-venue").children().off();
|
682 |
}
|
683 |
|
684 |
jQuery(window).resize(function () {
|
languages/ecwd-hu_HU.mo
ADDED
Binary file
|
languages/ecwd-hu_HU.po
ADDED
@@ -0,0 +1,1444 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Event Calendar WD v1.0.22\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: \n"
|
6 |
+
"PO-Revision-Date: 2015-09-03 11:02+0400\n"
|
7 |
+
"Last-Translator: szabolcs <sz.egerhazi@gmail.com>\n"
|
8 |
+
"Language-Team: \n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
13 |
+
"X-Generator: Poedit 1.8.1\n"
|
14 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
+
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
16 |
+
"X-Poedit-Basepath: ..\n"
|
17 |
+
"X-Textdomain-Support: yes\n"
|
18 |
+
"Language: hu_HU\n"
|
19 |
+
"X-Poedit-SearchPath-0: .\n"
|
20 |
+
|
21 |
+
# @ ecwd
|
22 |
+
#: ecwd_admin_class.php:93 ecwd_admin_class.php:470
|
23 |
+
msgid "Settings"
|
24 |
+
msgstr "Beállítások"
|
25 |
+
|
26 |
+
# @ ecwd
|
27 |
+
#: ecwd_admin_class.php:101
|
28 |
+
msgid "Licensing"
|
29 |
+
msgstr "Licencelés"
|
30 |
+
|
31 |
+
# @ ecwd
|
32 |
+
#: ecwd_admin_class.php:107
|
33 |
+
msgid "Featured plugins"
|
34 |
+
msgstr "Ajánlott bővítmények"
|
35 |
+
|
36 |
+
# @ ecwd
|
37 |
+
#: ecwd_admin_class.php:113
|
38 |
+
msgid "Featured themes"
|
39 |
+
msgstr "Ajánlott sablonok"
|
40 |
+
|
41 |
+
# @ ecwd
|
42 |
+
#: ecwd_admin_class.php:119
|
43 |
+
msgid "Calendar Add-ons"
|
44 |
+
msgstr "Naptár kiegészítők"
|
45 |
+
|
46 |
+
# @ ecwd
|
47 |
+
#: ecwd_admin_class.php:125
|
48 |
+
msgid "Calendar Themes"
|
49 |
+
msgstr "Naptár sablonok"
|
50 |
+
|
51 |
+
# @ ecwd
|
52 |
+
#: ecwd_admin_class.php:464 views/widgets.php:19
|
53 |
+
msgid "Event Calendar WD"
|
54 |
+
msgstr "Esemény naptár WD"
|
55 |
+
|
56 |
+
# @ ecwd
|
57 |
+
#: ecwd_admin_class.php:471 includes/ecwd-cpt-class.php:296
|
58 |
+
#: views/admin/ecwd-calendar-meta.php:61 views/admin/ecwd-calendar-meta.php:89
|
59 |
+
#: views/admin/import.php:26 views/admin/import.php:41
|
60 |
+
msgid "Events"
|
61 |
+
msgstr "Események"
|
62 |
+
|
63 |
+
# @ ecwd
|
64 |
+
#: ecwd_class.php:55
|
65 |
+
msgid "Could not load the localization file: "
|
66 |
+
msgstr "Nem sikerült betölteni a lokalizációs fájlt"
|
67 |
+
|
68 |
+
# @ ecwd
|
69 |
+
#: includes/calendar-class.php:186 includes/calendar-class.php:187
|
70 |
+
#: views/widgets.php:168
|
71 |
+
msgid "Month"
|
72 |
+
msgstr "Hónap"
|
73 |
+
|
74 |
+
# @ ecwd
|
75 |
+
#: includes/calendar-class.php:188 views/widgets.php:169
|
76 |
+
msgid "List"
|
77 |
+
msgstr "Eseménylista"
|
78 |
+
|
79 |
+
# @ ecwd
|
80 |
+
#: includes/calendar-class.php:190
|
81 |
+
msgid "Week"
|
82 |
+
msgstr "Hét"
|
83 |
+
|
84 |
+
# @ ecwd
|
85 |
+
#: includes/calendar-class.php:194
|
86 |
+
msgid "Day"
|
87 |
+
msgstr "Nap"
|
88 |
+
|
89 |
+
# @ ecwd
|
90 |
+
#: includes/calendar-class.php:421 includes/calendar-class.php:1023
|
91 |
+
#: includes/calendar-class.php:1177 includes/ecwd-functions.php:367
|
92 |
+
#: views/ecwd-event-content.php:80 views/ecwd-event-content.php:162
|
93 |
+
#: views/ecwd-organizer-content.php:146 views/ecwd-venue-content.php:178
|
94 |
+
#: views/single-event.php:172 views/single-event.php:277
|
95 |
+
#: views/single-event.php:515
|
96 |
+
msgid "All day"
|
97 |
+
msgstr "Összes nap"
|
98 |
+
|
99 |
+
# @ ecwd
|
100 |
+
#: includes/calendar-class.php:494
|
101 |
+
msgid "No Events"
|
102 |
+
msgstr "Nincs esemény"
|
103 |
+
|
104 |
+
# @ ecwd
|
105 |
+
#: includes/calendar-class.php:1103
|
106 |
+
msgid "More events"
|
107 |
+
msgstr "Több esemény"
|
108 |
+
|
109 |
+
# @ ecwd
|
110 |
+
#: includes/calendar-class.php:1233
|
111 |
+
msgid "No events"
|
112 |
+
msgstr "Nincsenek események"
|
113 |
+
|
114 |
+
# @ ecwd
|
115 |
+
#: includes/ecwd-cpt-class.php:96
|
116 |
+
msgid "Duplicate Event"
|
117 |
+
msgstr "Esemény duplikálása"
|
118 |
+
|
119 |
+
# @ ecwd
|
120 |
+
#: includes/ecwd-cpt-class.php:213
|
121 |
+
msgctxt "URL slug"
|
122 |
+
msgid "venue"
|
123 |
+
msgstr "Helyszín"
|
124 |
+
|
125 |
+
# @ ecwd
|
126 |
+
#: includes/ecwd-cpt-class.php:214
|
127 |
+
msgctxt "URL slug"
|
128 |
+
msgid "organizer"
|
129 |
+
msgstr "Esemény szerző"
|
130 |
+
|
131 |
+
# @ ecwd
|
132 |
+
#: includes/ecwd-cpt-class.php:218 includes/ecwd-cpt-class.php:220
|
133 |
+
#: includes/ecwd-cpt-class.php:626
|
134 |
+
msgid "Calendars"
|
135 |
+
msgstr "Naptárak"
|
136 |
+
|
137 |
+
# @ ecwd
|
138 |
+
#: includes/ecwd-cpt-class.php:219 includes/ecwd-cpt-class.php:221
|
139 |
+
#: includes/ecwd-cpt-class.php:446
|
140 |
+
msgid "Calendar"
|
141 |
+
msgstr "Naptár"
|
142 |
+
|
143 |
+
# @ ecwd
|
144 |
+
#: includes/ecwd-cpt-class.php:222 includes/ecwd-cpt-class.php:223
|
145 |
+
msgid "Add New Calendar"
|
146 |
+
msgstr "Új naptár hozzáadása"
|
147 |
+
|
148 |
+
# @ ecwd
|
149 |
+
#: includes/ecwd-cpt-class.php:224
|
150 |
+
msgid "New Calendar"
|
151 |
+
msgstr "Új naptár"
|
152 |
+
|
153 |
+
# @ ecwd
|
154 |
+
#: includes/ecwd-cpt-class.php:225
|
155 |
+
msgid "Edit Calendar"
|
156 |
+
msgstr "Naptár szerkesztése"
|
157 |
+
|
158 |
+
# @ ecwd
|
159 |
+
#: includes/ecwd-cpt-class.php:226
|
160 |
+
msgid "View Calendar"
|
161 |
+
msgstr "Naptár megtekintése"
|
162 |
+
|
163 |
+
# @ ecwd
|
164 |
+
#: includes/ecwd-cpt-class.php:227
|
165 |
+
msgid "All Calendars"
|
166 |
+
msgstr "Összes naptár"
|
167 |
+
|
168 |
+
# @ ecwd
|
169 |
+
#: includes/ecwd-cpt-class.php:228
|
170 |
+
msgid "Search Calendar"
|
171 |
+
msgstr "Naptár keresése"
|
172 |
+
|
173 |
+
# @ ecwd
|
174 |
+
#: includes/ecwd-cpt-class.php:229
|
175 |
+
msgid "No Calendars found."
|
176 |
+
msgstr "Nem találtam naptárt"
|
177 |
+
|
178 |
+
# @ ecwd
|
179 |
+
#: includes/ecwd-cpt-class.php:230
|
180 |
+
msgid "No Calendars found in Trash."
|
181 |
+
msgstr "Nem találtam naptárt a szemétben."
|
182 |
+
|
183 |
+
# @ ecwd
|
184 |
+
#: includes/ecwd-cpt-class.php:256 includes/ecwd-cpt-class.php:630
|
185 |
+
#: views/admin/import.php:27 views/admin/import.php:42
|
186 |
+
#: views/ecwd-event-content.php:101 views/single-event.php:208
|
187 |
+
msgid "Organizers"
|
188 |
+
msgstr "Szervezők"
|
189 |
+
|
190 |
+
# @ ecwd
|
191 |
+
#: includes/ecwd-cpt-class.php:257 includes/ecwd-cpt-class.php:258
|
192 |
+
msgid "Organizer"
|
193 |
+
msgstr "Szervező"
|
194 |
+
|
195 |
+
# @ ecwd
|
196 |
+
#: includes/ecwd-cpt-class.php:259 includes/ecwd-cpt-class.php:299
|
197 |
+
#: includes/ecwd-cpt-class.php:343
|
198 |
+
msgid "Add New"
|
199 |
+
msgstr "Új hozzáadása"
|
200 |
+
|
201 |
+
# @ ecwd
|
202 |
+
#: includes/ecwd-cpt-class.php:260
|
203 |
+
msgid "Add New Organizer"
|
204 |
+
msgstr "Új szervező hozzáadása"
|
205 |
+
|
206 |
+
# @ ecwd
|
207 |
+
#: includes/ecwd-cpt-class.php:261
|
208 |
+
msgid "New Organizer"
|
209 |
+
msgstr "Új szervező"
|
210 |
+
|
211 |
+
# @ ecwd
|
212 |
+
#: includes/ecwd-cpt-class.php:262
|
213 |
+
msgid "Edit Organizer"
|
214 |
+
msgstr "Szervező szerkesztése"
|
215 |
+
|
216 |
+
# @ ecwd
|
217 |
+
#: includes/ecwd-cpt-class.php:263
|
218 |
+
msgid "View Organizer"
|
219 |
+
msgstr "Szervező megtekintése"
|
220 |
+
|
221 |
+
# @ ecwd
|
222 |
+
#: includes/ecwd-cpt-class.php:264
|
223 |
+
msgid "All Organizers"
|
224 |
+
msgstr "Összes szervező"
|
225 |
+
|
226 |
+
# @ ecwd
|
227 |
+
#: includes/ecwd-cpt-class.php:265
|
228 |
+
msgid "Search Organizer"
|
229 |
+
msgstr "Szervező keresése"
|
230 |
+
|
231 |
+
# @ ecwd
|
232 |
+
#: includes/ecwd-cpt-class.php:266
|
233 |
+
msgid "No Organizers found."
|
234 |
+
msgstr "Nem találtam szervezőt."
|
235 |
+
|
236 |
+
# @ ecwd
|
237 |
+
#: includes/ecwd-cpt-class.php:267
|
238 |
+
msgid "No Organizers found in Trash."
|
239 |
+
msgstr "Nem találtam törölt szervezőt."
|
240 |
+
|
241 |
+
# @ ecwd
|
242 |
+
#: includes/ecwd-cpt-class.php:297 includes/ecwd-cpt-class.php:298
|
243 |
+
#: includes/ecwd-cpt-class.php:538
|
244 |
+
msgid "Event"
|
245 |
+
msgstr "Esemény"
|
246 |
+
|
247 |
+
# @ ecwd
|
248 |
+
#: includes/ecwd-cpt-class.php:300
|
249 |
+
msgid "Add New Event"
|
250 |
+
msgstr "Új esemény hozzáadása"
|
251 |
+
|
252 |
+
# @ ecwd
|
253 |
+
#: includes/ecwd-cpt-class.php:301
|
254 |
+
msgid "New Event"
|
255 |
+
msgstr "Új esemény"
|
256 |
+
|
257 |
+
# @ ecwd
|
258 |
+
#: includes/ecwd-cpt-class.php:302
|
259 |
+
msgid "Edit Event"
|
260 |
+
msgstr "Esemény szerkesztése"
|
261 |
+
|
262 |
+
# @ ecwd
|
263 |
+
#: includes/ecwd-cpt-class.php:303
|
264 |
+
msgid "View Event"
|
265 |
+
msgstr "Esemény megtekintése"
|
266 |
+
|
267 |
+
# @ ecwd
|
268 |
+
#: includes/ecwd-cpt-class.php:304
|
269 |
+
msgid "All Events"
|
270 |
+
msgstr "Összes esemény"
|
271 |
+
|
272 |
+
# @ ecwd
|
273 |
+
#: includes/ecwd-cpt-class.php:305
|
274 |
+
msgid "Search Event"
|
275 |
+
msgstr "Esemény keresése"
|
276 |
+
|
277 |
+
# @ ecwd
|
278 |
+
#: includes/ecwd-cpt-class.php:306
|
279 |
+
msgid "No events found."
|
280 |
+
msgstr "Nem találtam eseményt."
|
281 |
+
|
282 |
+
# @ ecwd
|
283 |
+
#: includes/ecwd-cpt-class.php:307
|
284 |
+
msgid "No events found in Trash."
|
285 |
+
msgstr "Nem találtam törölt eseményt."
|
286 |
+
|
287 |
+
# @ ecwd
|
288 |
+
#: includes/ecwd-cpt-class.php:340 includes/texts.php:50
|
289 |
+
#: views/admin/import.php:28 views/admin/import.php:43
|
290 |
+
msgid "Venues"
|
291 |
+
msgstr "Helyszínek"
|
292 |
+
|
293 |
+
# @ ecwd
|
294 |
+
#: includes/ecwd-cpt-class.php:341 includes/ecwd-cpt-class.php:342
|
295 |
+
#: views/single-event.php:220
|
296 |
+
msgid "Venue"
|
297 |
+
msgstr "Helyszín"
|
298 |
+
|
299 |
+
# @ ecwd
|
300 |
+
#: includes/ecwd-cpt-class.php:344
|
301 |
+
msgid "Add New Venue"
|
302 |
+
msgstr "Új helyszín hozzáadása"
|
303 |
+
|
304 |
+
# @ ecwd
|
305 |
+
#: includes/ecwd-cpt-class.php:345
|
306 |
+
msgid "New Venue"
|
307 |
+
msgstr "Új helyszín"
|
308 |
+
|
309 |
+
# @ ecwd
|
310 |
+
#: includes/ecwd-cpt-class.php:346
|
311 |
+
msgid "Edit Venue"
|
312 |
+
msgstr "Helyszín szerkesztése"
|
313 |
+
|
314 |
+
# @ ecwd
|
315 |
+
#: includes/ecwd-cpt-class.php:347
|
316 |
+
msgid "View Venue"
|
317 |
+
msgstr "Helyszín megtekintése"
|
318 |
+
|
319 |
+
# @ ecwd
|
320 |
+
#: includes/ecwd-cpt-class.php:348
|
321 |
+
msgid "All Venues"
|
322 |
+
msgstr "Összes helyszín"
|
323 |
+
|
324 |
+
# @ ecwd
|
325 |
+
#: includes/ecwd-cpt-class.php:349
|
326 |
+
msgid "Search Venue"
|
327 |
+
msgstr "Helyszín keresése"
|
328 |
+
|
329 |
+
# @ ecwd
|
330 |
+
#: includes/ecwd-cpt-class.php:350
|
331 |
+
msgid "No Venues found."
|
332 |
+
msgstr "Nem találtam helyszínt."
|
333 |
+
|
334 |
+
# @ ecwd
|
335 |
+
#: includes/ecwd-cpt-class.php:351
|
336 |
+
msgid "No Venues found in Trash."
|
337 |
+
msgstr "Nem találtam törölt helyszínt."
|
338 |
+
|
339 |
+
# @ ecwd
|
340 |
+
#: includes/ecwd-cpt-class.php:444
|
341 |
+
msgid "calendar"
|
342 |
+
msgstr "Naptár"
|
343 |
+
|
344 |
+
# @ ecwd
|
345 |
+
#: includes/ecwd-cpt-class.php:449 includes/ecwd-cpt-class.php:491
|
346 |
+
#, php-format
|
347 |
+
msgid "%4$s updated."
|
348 |
+
msgstr "%4$s frissítve."
|
349 |
+
|
350 |
+
# @ ecwd
|
351 |
+
#: includes/ecwd-cpt-class.php:450 includes/ecwd-cpt-class.php:492
|
352 |
+
#, php-format
|
353 |
+
msgid "%4$s updated. "
|
354 |
+
msgstr "%4$s frissítve. "
|
355 |
+
|
356 |
+
# @ ecwd
|
357 |
+
#: includes/ecwd-cpt-class.php:451 includes/ecwd-cpt-class.php:493
|
358 |
+
#, php-format
|
359 |
+
msgid "%4$s published."
|
360 |
+
msgstr "%4$s közzétéve."
|
361 |
+
|
362 |
+
# @ ecwd
|
363 |
+
#: includes/ecwd-cpt-class.php:452 includes/ecwd-cpt-class.php:494
|
364 |
+
#, php-format
|
365 |
+
msgid "%4$s saved."
|
366 |
+
msgstr "%4$s mentve."
|
367 |
+
|
368 |
+
# @ ecwd
|
369 |
+
#: includes/ecwd-cpt-class.php:453 includes/ecwd-cpt-class.php:495
|
370 |
+
#, php-format
|
371 |
+
msgid "%4$s submitted. "
|
372 |
+
msgstr "%4$s benyújtva."
|
373 |
+
|
374 |
+
# @ ecwd
|
375 |
+
#: includes/ecwd-cpt-class.php:454 includes/ecwd-cpt-class.php:496
|
376 |
+
#, php-format
|
377 |
+
msgid "%4$s draft updated."
|
378 |
+
msgstr "%4$s vázlat frissítve."
|
379 |
+
|
380 |
+
# @ ecwd
|
381 |
+
#: includes/ecwd-cpt-class.php:486 includes/ecwd-cpt-class.php:488
|
382 |
+
#: views/admin/ecwd-calendar-meta.php:108
|
383 |
+
msgid "Theme"
|
384 |
+
msgstr "Sablon"
|
385 |
+
|
386 |
+
# @ ecwd
|
387 |
+
#: includes/ecwd-cpt-class.php:536
|
388 |
+
msgid "event"
|
389 |
+
msgstr "esemény"
|
390 |
+
|
391 |
+
# @ ecwd
|
392 |
+
#: includes/ecwd-cpt-class.php:541 includes/ecwd-cpt-class.php:542
|
393 |
+
#, php-format
|
394 |
+
msgid "%4$s updated. %1$sView %2$s%3$s"
|
395 |
+
msgstr "%4$s frissítve. %1$sMegtekintve %2$s%3$s"
|
396 |
+
|
397 |
+
# @ ecwd
|
398 |
+
#: includes/ecwd-cpt-class.php:543
|
399 |
+
#, php-format
|
400 |
+
msgid "%4$s published. %1$sView %2$s%3$s"
|
401 |
+
msgstr "%4$s közzétéve. %1$sMegtekintés %2$s%3$s"
|
402 |
+
|
403 |
+
# @ ecwd
|
404 |
+
#: includes/ecwd-cpt-class.php:544
|
405 |
+
#, php-format
|
406 |
+
msgid "%4$s saved. %1$sView %2$s%3$s"
|
407 |
+
msgstr "%4$s mentve. %1$sMegtekintés %2$s%3$s"
|
408 |
+
|
409 |
+
# @ ecwd
|
410 |
+
#: includes/ecwd-cpt-class.php:545
|
411 |
+
#, php-format
|
412 |
+
msgid "%4$s submitted. %1$sView %2$s%3$s"
|
413 |
+
msgstr "%4$s benyújtva. %1$sMegtekintés %2$s%3$s"
|
414 |
+
|
415 |
+
# @ ecwd
|
416 |
+
#: includes/ecwd-cpt-class.php:546
|
417 |
+
#, php-format
|
418 |
+
msgid "%4$s draft updated. %1$sView %2$s%3$s"
|
419 |
+
msgstr "%4$s vázlat frissítve. %1$sMegtekintés %2$s%3$s"
|
420 |
+
|
421 |
+
# @ ecwd
|
422 |
+
#: includes/ecwd-cpt-class.php:556
|
423 |
+
msgid "Calendar Settings"
|
424 |
+
msgstr "Naptár beállítások"
|
425 |
+
|
426 |
+
# @ ecwd
|
427 |
+
#: includes/ecwd-cpt-class.php:634
|
428 |
+
msgid "Event Settings"
|
429 |
+
msgstr "Esemény beállítások"
|
430 |
+
|
431 |
+
# @ default
|
432 |
+
#: includes/ecwd-cpt-class.php:639
|
433 |
+
msgid "Featured Image"
|
434 |
+
msgstr "Kiemelt kép"
|
435 |
+
|
436 |
+
# @ ecwd
|
437 |
+
#: includes/ecwd-cpt-class.php:676
|
438 |
+
msgid "Calendar Theme Settings"
|
439 |
+
msgstr "Naptár Sablon beállítása"
|
440 |
+
|
441 |
+
# @ ecwd
|
442 |
+
#: includes/ecwd-cpt-class.php:778
|
443 |
+
msgid "Venue Location"
|
444 |
+
msgstr "Helyszín lokáció"
|
445 |
+
|
446 |
+
# @ ecwd
|
447 |
+
#: includes/ecwd-cpt-class.php:1075
|
448 |
+
msgid "Calendar ID"
|
449 |
+
msgstr "Naptár ID"
|
450 |
+
|
451 |
+
# @ ecwd
|
452 |
+
#: includes/ecwd-cpt-class.php:1076 views/admin/ecwd-calendar-meta.php:24
|
453 |
+
msgid "Calendar Shortcode"
|
454 |
+
msgstr "Naptár rövidkód"
|
455 |
+
|
456 |
+
# @ ecwd
|
457 |
+
#: includes/ecwd-cpt-class.php:1086 views/admin/ecwd-event-meta.php:130
|
458 |
+
msgid "Event Dates"
|
459 |
+
msgstr "Esemény dátuma"
|
460 |
+
|
461 |
+
# @ default
|
462 |
+
#: includes/ecwd-cpt-class.php:1130
|
463 |
+
msgctxt "taxonomy general name"
|
464 |
+
msgid "Event Categories"
|
465 |
+
msgstr "Esemény kategóriák"
|
466 |
+
|
467 |
+
# @ default
|
468 |
+
#: includes/ecwd-cpt-class.php:1131
|
469 |
+
msgctxt "taxonomy singular name"
|
470 |
+
msgid "Event Category"
|
471 |
+
msgstr "Esemény kategória"
|
472 |
+
|
473 |
+
# @ default
|
474 |
+
#: includes/ecwd-cpt-class.php:1132
|
475 |
+
msgid "Search Event Categories"
|
476 |
+
msgstr "Esemény kategória keresése"
|
477 |
+
|
478 |
+
# @ default
|
479 |
+
#: includes/ecwd-cpt-class.php:1133
|
480 |
+
msgid "All Event Categories"
|
481 |
+
msgstr "Összes esemény kategória"
|
482 |
+
|
483 |
+
# @ default
|
484 |
+
#: includes/ecwd-cpt-class.php:1134
|
485 |
+
msgid "Parent Category"
|
486 |
+
msgstr "Szülő kategória"
|
487 |
+
|
488 |
+
# @ default
|
489 |
+
#: includes/ecwd-cpt-class.php:1135
|
490 |
+
msgid "Parent Category:"
|
491 |
+
msgstr "Szülő kategória:"
|
492 |
+
|
493 |
+
# @ default
|
494 |
+
#: includes/ecwd-cpt-class.php:1136
|
495 |
+
msgid "Edit Category"
|
496 |
+
msgstr "Kategória szerkesztése"
|
497 |
+
|
498 |
+
# @ default
|
499 |
+
#: includes/ecwd-cpt-class.php:1137
|
500 |
+
msgid "Update Category"
|
501 |
+
msgstr "Kategória frissítése"
|
502 |
+
|
503 |
+
# @ default
|
504 |
+
#: includes/ecwd-cpt-class.php:1138
|
505 |
+
msgid "Add New Event Category"
|
506 |
+
msgstr "Új eseménykategória hozzáadása"
|
507 |
+
|
508 |
+
# @ default
|
509 |
+
#: includes/ecwd-cpt-class.php:1139
|
510 |
+
msgid "New Event Category Name"
|
511 |
+
msgstr "Új eseménykategória neve"
|
512 |
+
|
513 |
+
# @ default
|
514 |
+
#: includes/ecwd-cpt-class.php:1140
|
515 |
+
msgid "Event Categories"
|
516 |
+
msgstr "Esemény kategóriák"
|
517 |
+
|
518 |
+
# @ ecwd
|
519 |
+
#: includes/ecwd-cpt-class.php:1159
|
520 |
+
msgid "Event Tags"
|
521 |
+
msgstr "Esemény cimkék"
|
522 |
+
|
523 |
+
# @ ecwd
|
524 |
+
#: includes/ecwd-cpt-class.php:1160
|
525 |
+
msgid "Event Tag"
|
526 |
+
msgstr "Esemény cimke"
|
527 |
+
|
528 |
+
# @ ecwd
|
529 |
+
#: includes/ecwd-cpt-class.php:1244 includes/ecwd-cpt-class.php:1262
|
530 |
+
msgid "Icon"
|
531 |
+
msgstr "Ikon"
|
532 |
+
|
533 |
+
# @ ecwd
|
534 |
+
#: includes/ecwd-cpt-class.php:1245
|
535 |
+
msgid "Color"
|
536 |
+
msgstr "Szín"
|
537 |
+
|
538 |
+
# @ ecwd
|
539 |
+
#: includes/ecwd-cpt-filter.php:67 views/admin/ecwd-event-meta.php:132
|
540 |
+
msgid "From"
|
541 |
+
msgstr "Kezdete"
|
542 |
+
|
543 |
+
# @ ecwd
|
544 |
+
#: includes/ecwd-cpt-filter.php:74 views/admin/ecwd-event-meta.php:139
|
545 |
+
msgid "To"
|
546 |
+
msgstr "Befejezése"
|
547 |
+
|
548 |
+
# @ ecwd
|
549 |
+
#: includes/ecwd-event-class.php:188
|
550 |
+
#, php-format
|
551 |
+
msgid "%s year"
|
552 |
+
msgstr "%s év"
|
553 |
+
|
554 |
+
# @ ecwd
|
555 |
+
#: includes/ecwd-event-class.php:188
|
556 |
+
#, php-format
|
557 |
+
msgid "%s years"
|
558 |
+
msgstr "%s év"
|
559 |
+
|
560 |
+
# @ ecwd
|
561 |
+
#: includes/ecwd-event-class.php:189
|
562 |
+
#, php-format
|
563 |
+
msgid "%s month"
|
564 |
+
msgstr "%s hónap"
|
565 |
+
|
566 |
+
# @ ecwd
|
567 |
+
#: includes/ecwd-event-class.php:189
|
568 |
+
#, php-format
|
569 |
+
msgid "%s months"
|
570 |
+
msgstr "%s hónap"
|
571 |
+
|
572 |
+
# @ ecwd
|
573 |
+
#: includes/ecwd-event-class.php:190
|
574 |
+
#, php-format
|
575 |
+
msgid "%s week"
|
576 |
+
msgstr "%s hét"
|
577 |
+
|
578 |
+
# @ ecwd
|
579 |
+
#: includes/ecwd-event-class.php:190
|
580 |
+
#, php-format
|
581 |
+
msgid "%s weeks"
|
582 |
+
msgstr "%s hét"
|
583 |
+
|
584 |
+
# @ ecwd
|
585 |
+
#: includes/ecwd-event-class.php:191
|
586 |
+
#, php-format
|
587 |
+
msgid "%s day"
|
588 |
+
msgstr "%s nap"
|
589 |
+
|
590 |
+
# @ ecwd
|
591 |
+
#: includes/ecwd-event-class.php:191
|
592 |
+
#, php-format
|
593 |
+
msgid "%s days"
|
594 |
+
msgstr "%s nap"
|
595 |
+
|
596 |
+
# @ ecwd
|
597 |
+
#: includes/ecwd-event-class.php:192
|
598 |
+
#, php-format
|
599 |
+
msgid "%s hour"
|
600 |
+
msgstr "%s óra"
|
601 |
+
|
602 |
+
# @ ecwd
|
603 |
+
#: includes/ecwd-event-class.php:192
|
604 |
+
#, php-format
|
605 |
+
msgid "%s hours"
|
606 |
+
msgstr "%s óra"
|
607 |
+
|
608 |
+
# @ ecwd
|
609 |
+
#: includes/ecwd-event-class.php:193
|
610 |
+
#, php-format
|
611 |
+
msgid "%s min"
|
612 |
+
msgstr "%s perc"
|
613 |
+
|
614 |
+
# @ ecwd
|
615 |
+
#: includes/ecwd-event-class.php:193
|
616 |
+
#, php-format
|
617 |
+
msgid "%s mins"
|
618 |
+
msgstr "%s perc"
|
619 |
+
|
620 |
+
# @ default
|
621 |
+
#: includes/ecwd-event-class.php:221
|
622 |
+
msgctxt "human_time_diff"
|
623 |
+
msgid ", "
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
# @ ecwd
|
627 |
+
#: ecwd_admin_class.php:277 ecwd_class.php:140 includes/ecwd-functions.php:8
|
628 |
+
msgid "Loading..."
|
629 |
+
msgstr "Betöltés..."
|
630 |
+
|
631 |
+
# @ ecwd
|
632 |
+
#: includes/ecwd-functions.php:446 includes/texts.php:53
|
633 |
+
msgid "DAYS"
|
634 |
+
msgstr "NAP"
|
635 |
+
|
636 |
+
# @ ecwd
|
637 |
+
#: includes/ecwd-functions.php:447 includes/texts.php:54
|
638 |
+
msgid "HOURS"
|
639 |
+
msgstr "ÓRA"
|
640 |
+
|
641 |
+
# @ ecwd
|
642 |
+
#: includes/ecwd-functions.php:448 includes/texts.php:55
|
643 |
+
msgid "MINUTES"
|
644 |
+
msgstr "PERC"
|
645 |
+
|
646 |
+
# @ ecwd
|
647 |
+
#: includes/ecwd-functions.php:449 includes/texts.php:56
|
648 |
+
msgid "SECONDS"
|
649 |
+
msgstr "MÁSODPERC"
|
650 |
+
|
651 |
+
# @ ecwd
|
652 |
+
#: includes/register-settings.php:18
|
653 |
+
msgid "Cache has been deleted."
|
654 |
+
msgstr "Cache törölve lett."
|
655 |
+
|
656 |
+
# @ ecwd
|
657 |
+
#: includes/register-settings.php:47
|
658 |
+
msgid "TimeZone"
|
659 |
+
msgstr "Időzóna"
|
660 |
+
|
661 |
+
# @ ecwd
|
662 |
+
#: includes/register-settings.php:48
|
663 |
+
msgid "If the timezone is not set, the server timezone will be used (if set in php settings), otherwise the Europe/Berlin timezone will be used"
|
664 |
+
msgstr "Ha az időzóna nincs beállítva, a kiszolgáló időzónát fogja használni (ha be van állítva a PHP beállítások), különben a Europe / Berlin időzónát fogja használni"
|
665 |
+
|
666 |
+
# @ ecwd
|
667 |
+
#: includes/register-settings.php:54
|
668 |
+
msgid "Date format"
|
669 |
+
msgstr "Dátum formátum"
|
670 |
+
|
671 |
+
# @ ecwd
|
672 |
+
#: includes/register-settings.php:55
|
673 |
+
msgid "Set the format for displaying event dates. Ex Y-m-d or Y/m/d"
|
674 |
+
msgstr "Állítsa be az esemény dátum megjelenési formátumát. Pl. Y-m-d or Y/m/d (Év-hónap-nap vagy Év/hónap/nap)"
|
675 |
+
|
676 |
+
# @ ecwd
|
677 |
+
#: includes/register-settings.php:61
|
678 |
+
msgid "Time format"
|
679 |
+
msgstr "Idő formátum"
|
680 |
+
|
681 |
+
# @ ecwd
|
682 |
+
#: includes/register-settings.php:62
|
683 |
+
msgid "Set the format for displaying event time. Ex H:i or H/i"
|
684 |
+
msgstr "Állítsa be az esemény idő megjelenési formátumát. Pl. H:i or H/i"
|
685 |
+
|
686 |
+
# @ ecwd
|
687 |
+
#: includes/register-settings.php:68
|
688 |
+
msgid "Show AM/PM"
|
689 |
+
msgstr "Mutassa AM/PM (délelőtt/délután) "
|
690 |
+
|
691 |
+
# @ ecwd
|
692 |
+
#: includes/register-settings.php:69
|
693 |
+
msgid "Select the time format type"
|
694 |
+
msgstr "Válassz idő formátum típust"
|
695 |
+
|
696 |
+
# @ ecwd
|
697 |
+
#: includes/register-settings.php:75
|
698 |
+
msgid "Week start day"
|
699 |
+
msgstr "Hét kezdőnapja"
|
700 |
+
|
701 |
+
# @ ecwd
|
702 |
+
#: includes/register-settings.php:76
|
703 |
+
msgid "Define the starting day for the week."
|
704 |
+
msgstr "Definiáld a hét kezdőnapját."
|
705 |
+
|
706 |
+
# @ ecwd
|
707 |
+
#: includes/register-settings.php:82
|
708 |
+
msgid "Enable rewrite"
|
709 |
+
msgstr "Felülírás engedélyezése"
|
710 |
+
|
711 |
+
# @ ecwd
|
712 |
+
#: includes/register-settings.php:84
|
713 |
+
msgid "Check yes to enable event(s) url rewrite rule."
|
714 |
+
msgstr "Ellenőrizze az Igen lehetőséget az esemény (ek) URL-átírási szabályánál."
|
715 |
+
|
716 |
+
# @ ecwd
|
717 |
+
#: includes/register-settings.php:90
|
718 |
+
msgid "Events slug"
|
719 |
+
msgstr "Esemény slug"
|
720 |
+
|
721 |
+
# @ ecwd
|
722 |
+
#: includes/register-settings.php:92
|
723 |
+
msgid "Define the slug for the events list page."
|
724 |
+
msgstr "Adjuk meg a slug-ot az események listája oldalon."
|
725 |
+
|
726 |
+
# @ ecwd
|
727 |
+
#: includes/register-settings.php:98
|
728 |
+
msgid "Single Event slug"
|
729 |
+
msgstr "Egyetlen esemény slug"
|
730 |
+
|
731 |
+
# @ ecwd
|
732 |
+
#: includes/register-settings.php:100
|
733 |
+
msgid "Define the slug for the single event page."
|
734 |
+
msgstr "Adjuk meg a slug-ot az egyetlen esemény oldalon."
|
735 |
+
|
736 |
+
# @ ecwd
|
737 |
+
#: includes/register-settings.php:106
|
738 |
+
msgid "Enable comments for events"
|
739 |
+
msgstr "Kommentek engedélyezése az eseményekhez"
|
740 |
+
|
741 |
+
# @ ecwd
|
742 |
+
#: includes/register-settings.php:107
|
743 |
+
msgid "Check to enable commenting."
|
744 |
+
msgstr "Kommentek engedélyezésének ellenőrzése."
|
745 |
+
|
746 |
+
# @ ecwd
|
747 |
+
#: includes/register-settings.php:112
|
748 |
+
msgid "Include events in main loop"
|
749 |
+
msgstr "Tartalmazza események fő hurok"
|
750 |
+
|
751 |
+
# @ ecwd
|
752 |
+
#: includes/register-settings.php:113
|
753 |
+
msgid "Check to display events within website post list in main pages."
|
754 |
+
msgstr "Ellenőrizze, hogy megjelenjen belüli események honlapján hozzászólás listája fő oldalakra."
|
755 |
+
|
756 |
+
# @ ecwd
|
757 |
+
#: includes/register-settings.php:118
|
758 |
+
msgid "Order of Organizers and Venues by"
|
759 |
+
msgstr "Szervezők és helyszínek választása"
|
760 |
+
|
761 |
+
# @ ecwd
|
762 |
+
#: includes/register-settings.php:119
|
763 |
+
msgid "Select Order of Organizers and Venues."
|
764 |
+
msgstr "Szervezők és helyszínek választása"
|
765 |
+
|
766 |
+
# @ ecwd
|
767 |
+
#: includes/register-settings.php:124
|
768 |
+
msgid "Open events in new tab"
|
769 |
+
msgstr "Esemény megnyitása új lapon"
|
770 |
+
|
771 |
+
# @ ecwd
|
772 |
+
#: includes/register-settings.php:131
|
773 |
+
msgid "Enable Social Icons"
|
774 |
+
msgstr "Közösségi ikonok engedélyezése"
|
775 |
+
|
776 |
+
# @ ecwd
|
777 |
+
#: includes/register-settings.php:132
|
778 |
+
msgid "Check to display social icons in event, organizer and venue pages."
|
779 |
+
msgstr "Ellenőrizze, hogy megjelenítse a társadalmi ikonok esemény szervezője és helyszíne oldalakon."
|
780 |
+
|
781 |
+
# @ ecwd
|
782 |
+
#: includes/register-settings.php:137
|
783 |
+
msgid "Show related events in the event page"
|
784 |
+
msgstr "Mutassa kapcsolódó eseményeket az esemény oldalán"
|
785 |
+
|
786 |
+
# @ ecwd
|
787 |
+
#: includes/register-settings.php:144
|
788 |
+
msgid "Apply category color to event title in event page"
|
789 |
+
msgstr "Alkalmazza a kategória színt az esemény címében az esemény oldalon"
|
790 |
+
|
791 |
+
# @ ecwd
|
792 |
+
#: includes/register-settings.php:151
|
793 |
+
msgid "Enable Category and Tags"
|
794 |
+
msgstr "Kategóriák és címkék engedélyezése"
|
795 |
+
|
796 |
+
# @ ecwd
|
797 |
+
#: includes/register-settings.php:152
|
798 |
+
msgid "Check to display category and Tags."
|
799 |
+
msgstr "Ellenőrizze a kategóriák és címkék megjelenését."
|
800 |
+
|
801 |
+
# @ ecwd
|
802 |
+
#: includes/register-settings.php:161
|
803 |
+
msgid "Show the repeat rate"
|
804 |
+
msgstr "Ismétlődések mutatása"
|
805 |
+
|
806 |
+
# @ ecwd
|
807 |
+
#: includes/register-settings.php:162
|
808 |
+
msgid "Check to show the repeat rate in event page ."
|
809 |
+
msgstr "Ellenőrizze, hogy mutassa a ismétlődési rátát az esemény oldalán."
|
810 |
+
|
811 |
+
# @ ecwd
|
812 |
+
#: includes/register-settings.php:445
|
813 |
+
#, php-format
|
814 |
+
msgid "The callback function used for the <strong>%s</strong> setting is missing."
|
815 |
+
msgstr "A visszahívás funkciót <strong>használni%s</strong> beállítás hiányzik."
|
816 |
+
|
817 |
+
# @ ecwd
|
818 |
+
#: views/admin/ecwd-calendar-meta.php:21
|
819 |
+
msgid "Preview"
|
820 |
+
msgstr "Előnézet"
|
821 |
+
|
822 |
+
# @ ecwd
|
823 |
+
#: views/admin/ecwd-calendar-meta.php:21 views/admin/ecwd-calendar-meta.php:80
|
824 |
+
msgid "Add Event"
|
825 |
+
msgstr "Esemény hozzáadása"
|
826 |
+
|
827 |
+
# @ ecwd
|
828 |
+
#: views/admin/ecwd-calendar-meta.php:55
|
829 |
+
msgid "Copy and paste this shortcode to display this Calendar event on any post or page."
|
830 |
+
msgstr "Másold és illeszd be ezt a rövid kódot, hogy megjelenítsd a naptár eseményeket oldalakon vagy bejegyzésekben. "
|
831 |
+
|
832 |
+
# @ ecwd
|
833 |
+
#: views/admin/ecwd-calendar-meta.php:77
|
834 |
+
msgid "Select Events from the list"
|
835 |
+
msgstr "Válassz eseményt a listáról"
|
836 |
+
|
837 |
+
# @ ecwd
|
838 |
+
#: views/admin/ecwd-calendar-meta.php:110
|
839 |
+
msgid "Default"
|
840 |
+
msgstr "Alapértelmezett"
|
841 |
+
|
842 |
+
# @ ecwd
|
843 |
+
#: views/admin/ecwd-event-cat-meta.php:4
|
844 |
+
#: views/admin/ecwd-event-cat-meta.php:31
|
845 |
+
msgid "Image"
|
846 |
+
msgstr "Kép"
|
847 |
+
|
848 |
+
# @ ecwd
|
849 |
+
#: views/admin/ecwd-event-cat-meta.php:11
|
850 |
+
#: views/admin/ecwd-event-cat-meta.php:34
|
851 |
+
msgid "Upload/Add image"
|
852 |
+
msgstr "Kép feltöltése/hozzáadása"
|
853 |
+
|
854 |
+
# @ ecwd
|
855 |
+
#: views/admin/ecwd-event-cat-meta.php:13
|
856 |
+
msgid "Remove image"
|
857 |
+
msgstr "Kép eltávolítása"
|
858 |
+
|
859 |
+
#: views/admin/ecwd-event-cat-meta.php:20
|
860 |
+
#: views/admin/ecwd-event-cat-meta.php:37
|
861 |
+
msgid "Category color"
|
862 |
+
msgstr "Kategória szín"
|
863 |
+
|
864 |
+
#: views/admin/ecwd-event-cat-meta.php:26
|
865 |
+
msgid "Choose the color"
|
866 |
+
msgstr "Válassz színt"
|
867 |
+
|
868 |
+
# @ ecwd
|
869 |
+
#: views/admin/ecwd-event-meta.php:54
|
870 |
+
msgid "Event Venue"
|
871 |
+
msgstr "Esemény helyszín"
|
872 |
+
|
873 |
+
# @ ecwd
|
874 |
+
#: views/admin/ecwd-event-meta.php:74
|
875 |
+
msgid "Select the venue of the event."
|
876 |
+
msgstr "Válassz esemény helyszínt"
|
877 |
+
|
878 |
+
# @ ecwd
|
879 |
+
#: views/admin/ecwd-event-meta.php:78
|
880 |
+
msgid "There is no venue added yet"
|
881 |
+
msgstr "Még nincs helyszín felvéve"
|
882 |
+
|
883 |
+
# @ ecwd
|
884 |
+
#: views/admin/ecwd-event-meta.php:83
|
885 |
+
msgid "Event Location"
|
886 |
+
msgstr "Esemény helyszín"
|
887 |
+
|
888 |
+
# @ ecwd
|
889 |
+
#: views/admin/ecwd-event-meta.php:115
|
890 |
+
msgid "If venue is not specified you can fill in the address of the event location or click on the map to drag and drop the marker to the event location."
|
891 |
+
msgstr "Ha helyszín nincs megadva, akkor adja meg az esemény helyének címét, vagy a térképen fogd és vidd módszerrel jelöld ki a rendezvény helyszínét."
|
892 |
+
|
893 |
+
# @ ecwd
|
894 |
+
#: views/admin/ecwd-event-meta.php:120
|
895 |
+
msgid "Show map in event page"
|
896 |
+
msgstr "Mutassa a térképet az esemény oldalán"
|
897 |
+
|
898 |
+
# @ ecwd
|
899 |
+
#: views/admin/ecwd-event-meta.php:160
|
900 |
+
msgid "Fill in the starting and ending dates and time of the event. If the event lasts entire day, check the box on the right."
|
901 |
+
msgstr "Töltse ki az esemény kezdetének és befejezésének dátumát és időpontját. Ha az esemény tart egész nap, jelölje be a jobb oldalon."
|
902 |
+
|
903 |
+
# @ ecwd
|
904 |
+
#: views/admin/ecwd-event-meta.php:167 views/admin/ecwd-event-meta.php:520
|
905 |
+
msgid "Repeat rate"
|
906 |
+
msgstr "Esemény ismétlődés beállítása"
|
907 |
+
|
908 |
+
# @ ecwd
|
909 |
+
#: views/admin/ecwd-event-meta.php:181
|
910 |
+
msgid "Don't repeat"
|
911 |
+
msgstr "Ne ismételje"
|
912 |
+
|
913 |
+
# @ ecwd
|
914 |
+
#: views/admin/ecwd-event-meta.php:191
|
915 |
+
msgid "Daily"
|
916 |
+
msgstr "Napi"
|
917 |
+
|
918 |
+
# @ ecwd
|
919 |
+
#: views/admin/ecwd-event-meta.php:203
|
920 |
+
msgid "Weekly"
|
921 |
+
msgstr "Heti"
|
922 |
+
|
923 |
+
# @ ecwd
|
924 |
+
#: views/admin/ecwd-event-meta.php:218
|
925 |
+
msgid "Monthly"
|
926 |
+
msgstr "Havi"
|
927 |
+
|
928 |
+
# @ ecwd
|
929 |
+
#: views/admin/ecwd-event-meta.php:231
|
930 |
+
msgid "Yearly"
|
931 |
+
msgstr "Éves"
|
932 |
+
|
933 |
+
# @ ecwd
|
934 |
+
#: includes/texts.php:60 views/admin/ecwd-event-meta.php:237
|
935 |
+
msgid "Repeat every"
|
936 |
+
msgstr "Ismétlés"
|
937 |
+
|
938 |
+
# @ ecwd
|
939 |
+
#: views/admin/ecwd-event-meta.php:243
|
940 |
+
msgid "day(s)"
|
941 |
+
msgstr "nap"
|
942 |
+
|
943 |
+
# @ ecwd
|
944 |
+
#: views/admin/ecwd-event-meta.php:248
|
945 |
+
msgid "weeks(s)"
|
946 |
+
msgstr "hét"
|
947 |
+
|
948 |
+
# @ ecwd
|
949 |
+
#: views/admin/ecwd-event-meta.php:249
|
950 |
+
msgid "on "
|
951 |
+
msgstr "ekkor:"
|
952 |
+
|
953 |
+
# @ ecwd
|
954 |
+
#: views/admin/ecwd-event-meta.php:253
|
955 |
+
msgid "month(s)"
|
956 |
+
msgstr "hónap"
|
957 |
+
|
958 |
+
# @ ecwd
|
959 |
+
#: views/admin/ecwd-event-meta.php:257
|
960 |
+
msgid "year(s) in "
|
961 |
+
msgstr "év(ek)ben"
|
962 |
+
|
963 |
+
# @ ecwd
|
964 |
+
#: includes/texts.php:16 views/admin/ecwd-event-meta.php:274
|
965 |
+
#: views/admin/ecwd-event-meta.php:394 views/admin/ecwd-event-meta.php:480
|
966 |
+
msgid "Monday"
|
967 |
+
msgstr "Hétfő"
|
968 |
+
|
969 |
+
# @ ecwd
|
970 |
+
#: includes/texts.php:17 views/admin/ecwd-event-meta.php:286
|
971 |
+
#: views/admin/ecwd-event-meta.php:396 views/admin/ecwd-event-meta.php:482
|
972 |
+
msgid "Tuesday"
|
973 |
+
msgstr "Kedd"
|
974 |
+
|
975 |
+
# @ ecwd
|
976 |
+
#: includes/texts.php:18 views/admin/ecwd-event-meta.php:299
|
977 |
+
#: views/admin/ecwd-event-meta.php:398 views/admin/ecwd-event-meta.php:484
|
978 |
+
msgid "Wednesday"
|
979 |
+
msgstr "Szerda"
|
980 |
+
|
981 |
+
# @ ecwd
|
982 |
+
#: includes/texts.php:19 views/admin/ecwd-event-meta.php:311
|
983 |
+
#: views/admin/ecwd-event-meta.php:400 views/admin/ecwd-event-meta.php:486
|
984 |
+
msgid "Thursday"
|
985 |
+
msgstr "Csütörtök"
|
986 |
+
|
987 |
+
# @ ecwd
|
988 |
+
#: includes/texts.php:20 views/admin/ecwd-event-meta.php:323
|
989 |
+
#: views/admin/ecwd-event-meta.php:402 views/admin/ecwd-event-meta.php:488
|
990 |
+
msgid "Friday"
|
991 |
+
msgstr "Péntek"
|
992 |
+
|
993 |
+
# @ ecwd
|
994 |
+
#: includes/texts.php:21 views/admin/ecwd-event-meta.php:335
|
995 |
+
#: views/admin/ecwd-event-meta.php:404 views/admin/ecwd-event-meta.php:490
|
996 |
+
msgid "Saturday"
|
997 |
+
msgstr "Szombat"
|
998 |
+
|
999 |
+
# @ ecwd
|
1000 |
+
#: includes/texts.php:15 views/admin/ecwd-event-meta.php:347
|
1001 |
+
#: views/admin/ecwd-event-meta.php:406 views/admin/ecwd-event-meta.php:492
|
1002 |
+
msgid "Sunday"
|
1003 |
+
msgstr "Vasárnap"
|
1004 |
+
|
1005 |
+
# @ ecwd
|
1006 |
+
#: views/admin/ecwd-event-meta.php:360 views/admin/ecwd-event-meta.php:446
|
1007 |
+
msgid "On the same day"
|
1008 |
+
msgstr "Ugyanezen a napon"
|
1009 |
+
|
1010 |
+
# @ ecwd
|
1011 |
+
#: views/admin/ecwd-event-meta.php:377 views/admin/ecwd-event-meta.php:463
|
1012 |
+
msgid "On the: "
|
1013 |
+
msgstr "A"
|
1014 |
+
|
1015 |
+
# @ ecwd
|
1016 |
+
#: views/admin/ecwd-event-meta.php:381 views/admin/ecwd-event-meta.php:467
|
1017 |
+
msgid "First"
|
1018 |
+
msgstr "Első"
|
1019 |
+
|
1020 |
+
# @ ecwd
|
1021 |
+
#: views/admin/ecwd-event-meta.php:383 views/admin/ecwd-event-meta.php:469
|
1022 |
+
msgid "Second"
|
1023 |
+
msgstr "Második"
|
1024 |
+
|
1025 |
+
# @ ecwd
|
1026 |
+
#: views/admin/ecwd-event-meta.php:385 views/admin/ecwd-event-meta.php:471
|
1027 |
+
msgid "Third"
|
1028 |
+
msgstr "Harmadik"
|
1029 |
+
|
1030 |
+
# @ ecwd
|
1031 |
+
#: views/admin/ecwd-event-meta.php:387 views/admin/ecwd-event-meta.php:473
|
1032 |
+
msgid "Fourth"
|
1033 |
+
msgstr "Negyedik"
|
1034 |
+
|
1035 |
+
# @ ecwd
|
1036 |
+
#: views/admin/ecwd-event-meta.php:389 views/admin/ecwd-event-meta.php:475
|
1037 |
+
msgid "Last"
|
1038 |
+
msgstr "Utolsó"
|
1039 |
+
|
1040 |
+
# @ ecwd
|
1041 |
+
#: includes/texts.php:2 views/admin/ecwd-event-meta.php:415
|
1042 |
+
msgid "January"
|
1043 |
+
msgstr "Január"
|
1044 |
+
|
1045 |
+
# @ ecwd
|
1046 |
+
#: includes/texts.php:3 views/admin/ecwd-event-meta.php:417
|
1047 |
+
msgid "February"
|
1048 |
+
msgstr "Február"
|
1049 |
+
|
1050 |
+
# @ ecwd
|
1051 |
+
#: includes/texts.php:4 views/admin/ecwd-event-meta.php:419
|
1052 |
+
msgid "March"
|
1053 |
+
msgstr "Március"
|
1054 |
+
|
1055 |
+
# @ ecwd
|
1056 |
+
#: includes/texts.php:5 views/admin/ecwd-event-meta.php:421
|
1057 |
+
msgid "April"
|
1058 |
+
msgstr "Április"
|
1059 |
+
|
1060 |
+
# @ ecwd
|
1061 |
+
#: includes/texts.php:6 views/admin/ecwd-event-meta.php:423
|
1062 |
+
msgid "May"
|
1063 |
+
msgstr "Május"
|
1064 |
+
|
1065 |
+
# @ ecwd
|
1066 |
+
#: includes/texts.php:7 views/admin/ecwd-event-meta.php:425
|
1067 |
+
msgid "June"
|
1068 |
+
msgstr "Június"
|
1069 |
+
|
1070 |
+
# @ ecwd
|
1071 |
+
#: includes/texts.php:8 views/admin/ecwd-event-meta.php:427
|
1072 |
+
msgid "July"
|
1073 |
+
msgstr "Július"
|
1074 |
+
|
1075 |
+
# @ ecwd
|
1076 |
+
#: includes/texts.php:9 views/admin/ecwd-event-meta.php:429
|
1077 |
+
msgid "August"
|
1078 |
+
msgstr "Augusztus"
|
1079 |
+
|
1080 |
+
# @ ecwd
|
1081 |
+
#: includes/texts.php:10 views/admin/ecwd-event-meta.php:431
|
1082 |
+
msgid "September"
|
1083 |
+
msgstr "Szeptember"
|
1084 |
+
|
1085 |
+
# @ ecwd
|
1086 |
+
#: includes/texts.php:11 views/admin/ecwd-event-meta.php:433
|
1087 |
+
msgid "October"
|
1088 |
+
msgstr "Október"
|
1089 |
+
|
1090 |
+
# @ ecwd
|
1091 |
+
#: includes/texts.php:12 views/admin/ecwd-event-meta.php:435
|
1092 |
+
msgid "November"
|
1093 |
+
msgstr "November"
|
1094 |
+
|
1095 |
+
# @ ecwd
|
1096 |
+
#: includes/texts.php:13 views/admin/ecwd-event-meta.php:437
|
1097 |
+
msgid "December"
|
1098 |
+
msgstr "December"
|
1099 |
+
|
1100 |
+
# @ ecwd
|
1101 |
+
#: views/admin/ecwd-event-meta.php:502
|
1102 |
+
msgid "Repeat until"
|
1103 |
+
msgstr "Ismételjük amíg"
|
1104 |
+
|
1105 |
+
# @ ecwd
|
1106 |
+
#: views/admin/ecwd-event-meta.php:514
|
1107 |
+
msgid "Specify the repeating rate of the event."
|
1108 |
+
msgstr "Adja meg az esemény ismétlődésének ütemét."
|
1109 |
+
|
1110 |
+
# @ ecwd
|
1111 |
+
#: views/admin/ecwd-event-meta.php:522
|
1112 |
+
msgid "Upgrade to Pro version"
|
1113 |
+
msgstr "Frissítsen Pro verzióra!"
|
1114 |
+
|
1115 |
+
# @ ecwd
|
1116 |
+
#: views/admin/ecwd-event-meta.php:527
|
1117 |
+
msgid "Event URL"
|
1118 |
+
msgstr "Esemény URL"
|
1119 |
+
|
1120 |
+
# @ ecwd
|
1121 |
+
#: views/admin/ecwd-event-meta.php:533
|
1122 |
+
msgid "Provide a custom URL which will display event details."
|
1123 |
+
msgstr "Adjon meg egy egyéni URL-t amely megjeleníti az esemény részleteit."
|
1124 |
+
|
1125 |
+
# @ ecwd
|
1126 |
+
#: views/admin/ecwd-event-meta.php:538
|
1127 |
+
msgid "Event Video URL"
|
1128 |
+
msgstr "Esemény videó URL"
|
1129 |
+
|
1130 |
+
# @ ecwd
|
1131 |
+
#: views/admin/ecwd-event-meta.php:544
|
1132 |
+
msgid "Provide Youtube or Vimeo URL of the video to accompany the event."
|
1133 |
+
msgstr "Adjon meg egy Youtube vagy Vimeo URL-t amely megjeleníti az esemény részleteit."
|
1134 |
+
|
1135 |
+
# @ ecwd
|
1136 |
+
#: views/admin/ecwd-event-organizers-meta.php:37
|
1137 |
+
msgid "Add organizer"
|
1138 |
+
msgstr "Szervező hozzáadása"
|
1139 |
+
|
1140 |
+
# @ ecwd
|
1141 |
+
#: views/admin/ecwd-venue-meta.php:44
|
1142 |
+
msgid "Fill in the address of the venue or click on the map to drag and drop the marker to a specific location"
|
1143 |
+
msgstr "Töltse ki az esemény helyszínének címét, vagy a térképen fogd és vidd módszerrel vigye a jelölőt egy meghatározott helyre"
|
1144 |
+
|
1145 |
+
# @ ecwd
|
1146 |
+
#: views/admin/import.php:32
|
1147 |
+
msgid "Choose csv file"
|
1148 |
+
msgstr "Válasszon csv fájlt"
|
1149 |
+
|
1150 |
+
# @ ecwd
|
1151 |
+
#: views/admin/import.php:34
|
1152 |
+
msgid "Import"
|
1153 |
+
msgstr "Importálás"
|
1154 |
+
|
1155 |
+
# @ ecwd
|
1156 |
+
#: views/admin/import.php:47
|
1157 |
+
msgid "Download Export File"
|
1158 |
+
msgstr "Export fájl letöltése"
|
1159 |
+
|
1160 |
+
# @ ecwd
|
1161 |
+
#: views/ecwd-event-content.php:71 views/ecwd-event-content.php:157
|
1162 |
+
#: views/single-event.php:162 views/single-event.php:272
|
1163 |
+
msgid "Date"
|
1164 |
+
msgstr "Dátum"
|
1165 |
+
|
1166 |
+
# @ ecwd
|
1167 |
+
#: views/ecwd-event-content.php:95 views/single-event.php:201
|
1168 |
+
msgid "Url"
|
1169 |
+
msgstr "Url"
|
1170 |
+
|
1171 |
+
# @ ecwd
|
1172 |
+
#: views/ecwd-organizer-content.php:110
|
1173 |
+
msgid "upcoming events"
|
1174 |
+
msgstr "Közelgő események"
|
1175 |
+
|
1176 |
+
# @ ecwd
|
1177 |
+
#: views/ecwd-venue-content.php:141
|
1178 |
+
msgid "events"
|
1179 |
+
msgstr "események"
|
1180 |
+
|
1181 |
+
# @ ecwd
|
1182 |
+
#: views/single-event.php:230
|
1183 |
+
msgid "Location"
|
1184 |
+
msgstr "Lokáció, helyszín"
|
1185 |
+
|
1186 |
+
# @ ecwd
|
1187 |
+
#: views/single-event.php:475
|
1188 |
+
msgid "Related events"
|
1189 |
+
msgstr "Javasolt események"
|
1190 |
+
|
1191 |
+
# @ ecwd
|
1192 |
+
#: views/widgets.php:19
|
1193 |
+
msgid "Descr"
|
1194 |
+
msgstr "Descr"
|
1195 |
+
|
1196 |
+
# @ ecwd
|
1197 |
+
#: views/widgets.php:63
|
1198 |
+
msgid "No valid Event IDs have been entered for this widget. Please check that you have entered the IDs correctly in the widget settings (Appearance > Widgets), and that the Events have not been deleted."
|
1199 |
+
msgstr "Nincs érvényes eseményazonosító. Kérjük, ellenőrizze, hogy beírta a azonosítót helyesen a widget-be (Megjelenés> Widgets), és hogy az események nem lettek-e törölve."
|
1200 |
+
|
1201 |
+
# @ ecwd
|
1202 |
+
#: views/widgets.php:95
|
1203 |
+
msgid "You have not added any events yet."
|
1204 |
+
msgstr "Még nem adtál hozzá eseményt."
|
1205 |
+
|
1206 |
+
# @ ecwd
|
1207 |
+
#: views/widgets.php:128
|
1208 |
+
msgid "There are no calendars created yet."
|
1209 |
+
msgstr "Még nincs naptár létrehozva."
|
1210 |
+
|
1211 |
+
# @ ecwd
|
1212 |
+
#: views/widgets.php:129
|
1213 |
+
msgid "Add your first calendar!"
|
1214 |
+
msgstr "Első naptár létrehozása"
|
1215 |
+
|
1216 |
+
# @ ecwd
|
1217 |
+
#: views/widgets.php:147
|
1218 |
+
msgid "Title:"
|
1219 |
+
msgstr "Cím:"
|
1220 |
+
|
1221 |
+
# @ ecwd
|
1222 |
+
#: views/widgets.php:152
|
1223 |
+
msgid "Calendar to display"
|
1224 |
+
msgstr "Naptár megjelenítése"
|
1225 |
+
|
1226 |
+
# @ ecwd
|
1227 |
+
#: views/widgets.php:166
|
1228 |
+
msgid "Display Events as:"
|
1229 |
+
msgstr "Esemény megjelenítése, mint"
|
1230 |
+
|
1231 |
+
# @ ecwd
|
1232 |
+
#: views/widgets.php:173
|
1233 |
+
msgid "Events per page in list view:"
|
1234 |
+
msgstr "Esemény/oldal eseménylista nézetben"
|
1235 |
+
|
1236 |
+
# @ ecwd
|
1237 |
+
#: includes/notices.php:17
|
1238 |
+
msgid "Leave A Review?"
|
1239 |
+
msgstr "Elmondod a véleményed?"
|
1240 |
+
|
1241 |
+
# @ ecwd
|
1242 |
+
#: includes/notices.php:18
|
1243 |
+
msgid "We hope you've enjoyed using Event Calendar WD! Would you consider leaving us a review on WordPress.org?"
|
1244 |
+
msgstr "Reméljük, hogy tetszik és használja az Event Calendar WD eseménynaptár bővítményt! Elmondaná a véleményét a WordPress.org-on?"
|
1245 |
+
|
1246 |
+
# @ ecwd
|
1247 |
+
#: includes/notices.php:19
|
1248 |
+
msgid "Sure! I'd love to!"
|
1249 |
+
msgstr "Igen, szeretném!"
|
1250 |
+
|
1251 |
+
# @ ecwd
|
1252 |
+
#: includes/notices.php:20
|
1253 |
+
msgid "I've already left a review"
|
1254 |
+
msgstr "Már van egy balra fent vélemény"
|
1255 |
+
|
1256 |
+
# @ ecwd
|
1257 |
+
#: includes/notices.php:21
|
1258 |
+
msgid "Maybe Later"
|
1259 |
+
msgstr "Később"
|
1260 |
+
|
1261 |
+
# @ ecwd
|
1262 |
+
#: includes/notices.php:22
|
1263 |
+
msgid "Never show again"
|
1264 |
+
msgstr "Nem mutassa újra"
|
1265 |
+
|
1266 |
+
# @ ecwd
|
1267 |
+
#: includes/texts.php:25
|
1268 |
+
msgid "Sun"
|
1269 |
+
msgstr "V."
|
1270 |
+
|
1271 |
+
# @ ecwd
|
1272 |
+
#: includes/texts.php:26
|
1273 |
+
msgid "Mon"
|
1274 |
+
msgstr "H."
|
1275 |
+
|
1276 |
+
# @ ecwd
|
1277 |
+
#: includes/texts.php:27
|
1278 |
+
msgid "Tue"
|
1279 |
+
msgstr "K."
|
1280 |
+
|
1281 |
+
# @ ecwd
|
1282 |
+
#: includes/texts.php:28
|
1283 |
+
msgid "Wed"
|
1284 |
+
msgstr "Sze."
|
1285 |
+
|
1286 |
+
# @ ecwd
|
1287 |
+
#: includes/texts.php:29
|
1288 |
+
msgid "Thu"
|
1289 |
+
msgstr "Cs."
|
1290 |
+
|
1291 |
+
# @ ecwd
|
1292 |
+
#: includes/texts.php:30
|
1293 |
+
msgid "Fri"
|
1294 |
+
msgstr "P."
|
1295 |
+
|
1296 |
+
# @ ecwd
|
1297 |
+
#: includes/texts.php:31
|
1298 |
+
msgid "Sat"
|
1299 |
+
msgstr "Szo."
|
1300 |
+
|
1301 |
+
# @ ecwd
|
1302 |
+
#: includes/texts.php:34
|
1303 |
+
msgid "Su"
|
1304 |
+
msgstr "V."
|
1305 |
+
|
1306 |
+
# @ ecwd
|
1307 |
+
#: includes/texts.php:35
|
1308 |
+
msgid "Mo"
|
1309 |
+
msgstr "H."
|
1310 |
+
|
1311 |
+
# @ ecwd
|
1312 |
+
#: includes/texts.php:36
|
1313 |
+
msgid "Tu"
|
1314 |
+
msgstr "K."
|
1315 |
+
|
1316 |
+
# @ ecwd
|
1317 |
+
#: includes/texts.php:37
|
1318 |
+
msgid "We"
|
1319 |
+
msgstr "Sze."
|
1320 |
+
|
1321 |
+
# @ ecwd
|
1322 |
+
#: includes/texts.php:38
|
1323 |
+
msgid "Th"
|
1324 |
+
msgstr "Cs."
|
1325 |
+
|
1326 |
+
# @ ecwd
|
1327 |
+
#: includes/texts.php:39
|
1328 |
+
msgid "Fr"
|
1329 |
+
msgstr "P."
|
1330 |
+
|
1331 |
+
# @ ecwd
|
1332 |
+
#: includes/texts.php:40
|
1333 |
+
msgid "Sa"
|
1334 |
+
msgstr "Szo."
|
1335 |
+
|
1336 |
+
# @ ecwd
|
1337 |
+
#: includes/texts.php:44
|
1338 |
+
msgid "Show Filters"
|
1339 |
+
msgstr "Mutassa a szűrőket"
|
1340 |
+
|
1341 |
+
# @ ecwd
|
1342 |
+
#: includes/texts.php:45
|
1343 |
+
msgid "Collapse Filters"
|
1344 |
+
msgstr "Szűrők összezárása"
|
1345 |
+
|
1346 |
+
# @ ecwd
|
1347 |
+
#: includes/texts.php:46
|
1348 |
+
msgid "Reset Filters"
|
1349 |
+
msgstr "Szűrőket vissza"
|
1350 |
+
|
1351 |
+
# @ ecwd
|
1352 |
+
#: includes/texts.php:48
|
1353 |
+
msgid "Days"
|
1354 |
+
msgstr "Napok"
|
1355 |
+
|
1356 |
+
# @ ecwd
|
1357 |
+
#: includes/texts.php:49
|
1358 |
+
msgid "Categories"
|
1359 |
+
msgstr "Kategóriák"
|
1360 |
+
|
1361 |
+
# @ ecwd
|
1362 |
+
#: includes/texts.php:57
|
1363 |
+
msgid "The event has just started"
|
1364 |
+
msgstr "Az esemény elkezdődött"
|
1365 |
+
|
1366 |
+
# @ ecwd
|
1367 |
+
#: includes/texts.php:61
|
1368 |
+
msgid "Repeat every day"
|
1369 |
+
msgstr "Ismlődés naponta"
|
1370 |
+
|
1371 |
+
# @ ecwd
|
1372 |
+
#: includes/texts.php:62
|
1373 |
+
msgid "Repeat every week"
|
1374 |
+
msgstr "Ismétlődés hetente"
|
1375 |
+
|
1376 |
+
# @ ecwd
|
1377 |
+
#: includes/texts.php:63
|
1378 |
+
msgid "Repeat every month"
|
1379 |
+
msgstr "Ismétlődés havonta"
|
1380 |
+
|
1381 |
+
# @ ecwd
|
1382 |
+
#: includes/texts.php:64
|
1383 |
+
msgid "Repeat every year"
|
1384 |
+
msgstr "Ismétlődés évente"
|
1385 |
+
|
1386 |
+
# @ ecwd
|
1387 |
+
#: includes/texts.php:66
|
1388 |
+
msgid "days"
|
1389 |
+
msgstr "napok"
|
1390 |
+
|
1391 |
+
# @ ecwd
|
1392 |
+
#: includes/texts.php:67
|
1393 |
+
msgid "weeks"
|
1394 |
+
msgstr "hetek"
|
1395 |
+
|
1396 |
+
# @ ecwd
|
1397 |
+
#: includes/texts.php:68
|
1398 |
+
msgid "months"
|
1399 |
+
msgstr "hónapok"
|
1400 |
+
|
1401 |
+
# @ ecwd
|
1402 |
+
#: includes/texts.php:69
|
1403 |
+
msgid "years"
|
1404 |
+
msgstr "évek"
|
1405 |
+
|
1406 |
+
# @ ecwd
|
1407 |
+
#: includes/texts.php:70
|
1408 |
+
msgid "until"
|
1409 |
+
msgstr "amíg"
|
1410 |
+
|
1411 |
+
# @ ecwd
|
1412 |
+
#: includes/texts.php:72
|
1413 |
+
msgid "Sundays"
|
1414 |
+
msgstr "Vasárnap"
|
1415 |
+
|
1416 |
+
# @ ecwd
|
1417 |
+
#: includes/texts.php:73
|
1418 |
+
msgid "Mondays"
|
1419 |
+
msgstr "Hétfő"
|
1420 |
+
|
1421 |
+
# @ ecwd
|
1422 |
+
#: includes/texts.php:74
|
1423 |
+
msgid "Tuesdays"
|
1424 |
+
msgstr "Kedd"
|
1425 |
+
|
1426 |
+
# @ ecwd
|
1427 |
+
#: includes/texts.php:75
|
1428 |
+
msgid "Wednesdays"
|
1429 |
+
msgstr "Szerda"
|
1430 |
+
|
1431 |
+
# @ ecwd
|
1432 |
+
#: includes/texts.php:76
|
1433 |
+
msgid "Thursdays"
|
1434 |
+
msgstr "Csütörtök"
|
1435 |
+
|
1436 |
+
# @ ecwd
|
1437 |
+
#: includes/texts.php:77
|
1438 |
+
msgid "Fridays"
|
1439 |
+
msgstr "Péntek"
|
1440 |
+
|
1441 |
+
# @ ecwd
|
1442 |
+
#: includes/texts.php:78
|
1443 |
+
msgid "Saturdays"
|
1444 |
+
msgstr "Szombat"
|
languages/ecwd-nl_NL.mo
CHANGED
Binary file
|
languages/ecwd-nl_NL.po
CHANGED
@@ -2,7 +2,7 @@ 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: 2015-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: nl_NL\n"
|
@@ -223,19 +223,19 @@ msgstr "Dinsdag"
|
|
223 |
|
224 |
#: includes/texts.php:18
|
225 |
msgid "Wednesday"
|
226 |
-
msgstr "
|
227 |
|
228 |
#: includes/texts.php:19
|
229 |
msgid "Thursday"
|
230 |
-
msgstr "
|
231 |
|
232 |
#: includes/texts.php:20
|
233 |
msgid "Friday"
|
234 |
-
msgstr "
|
235 |
|
236 |
#: includes/texts.php:21
|
237 |
msgid "Saturday"
|
238 |
-
msgstr "
|
239 |
|
240 |
#: includes/texts.php:25
|
241 |
msgid "Sun"
|
@@ -251,19 +251,19 @@ msgstr "Din"
|
|
251 |
|
252 |
#: includes/texts.php:28
|
253 |
msgid "Wed"
|
254 |
-
msgstr "
|
255 |
|
256 |
#: includes/texts.php:29
|
257 |
msgid "Thu"
|
258 |
-
msgstr "
|
259 |
|
260 |
#: includes/texts.php:30
|
261 |
msgid "Fri"
|
262 |
-
msgstr "
|
263 |
|
264 |
#: includes/texts.php:31
|
265 |
msgid "Sat"
|
266 |
-
msgstr "
|
267 |
|
268 |
#: includes/texts.php:34
|
269 |
msgid "Su"
|
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: 2015-09-08 20:00+0400\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: nl_NL\n"
|
223 |
|
224 |
#: includes/texts.php:18
|
225 |
msgid "Wednesday"
|
226 |
+
msgstr "Woensdag"
|
227 |
|
228 |
#: includes/texts.php:19
|
229 |
msgid "Thursday"
|
230 |
+
msgstr "Donderdag"
|
231 |
|
232 |
#: includes/texts.php:20
|
233 |
msgid "Friday"
|
234 |
+
msgstr "Vrijdag"
|
235 |
|
236 |
#: includes/texts.php:21
|
237 |
msgid "Saturday"
|
238 |
+
msgstr "Zaterdag"
|
239 |
|
240 |
#: includes/texts.php:25
|
241 |
msgid "Sun"
|
251 |
|
252 |
#: includes/texts.php:28
|
253 |
msgid "Wed"
|
254 |
+
msgstr "Woe"
|
255 |
|
256 |
#: includes/texts.php:29
|
257 |
msgid "Thu"
|
258 |
+
msgstr "Don"
|
259 |
|
260 |
#: includes/texts.php:30
|
261 |
msgid "Fri"
|
262 |
+
msgstr "Vrij"
|
263 |
|
264 |
#: includes/texts.php:31
|
265 |
msgid "Sat"
|
266 |
+
msgstr "Zat"
|
267 |
|
268 |
#: includes/texts.php:34
|
269 |
msgid "Su"
|
languages/ecwd-sr_RS.mo
ADDED
Binary file
|
languages/ecwd-sr_RS.po
ADDED
@@ -0,0 +1,395 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: 2015-09-03 11:24+0100\n"
|
6 |
+
"Last-Translator: Borisa Djuraskovic <borisad@webhostinghub.com>\n"
|
7 |
+
"Language-Team: \n"
|
8 |
+
"Language: ru\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.7.4\n"
|
13 |
+
"X-Poedit-Basepath: ../\n"
|
14 |
+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
15 |
+
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
16 |
+
"X-Poedit-KeywordsList: _e;__\n"
|
17 |
+
"X-Poedit-SearchPath-0: .\n"
|
18 |
+
"X-Poedit-SearchPathExcluded-0: views/admin\n"
|
19 |
+
"X-Poedit-SearchPathExcluded-1: js\n"
|
20 |
+
"X-Poedit-SearchPathExcluded-2: includes/ecwd-cpt-class.php\n"
|
21 |
+
"X-Poedit-SearchPathExcluded-3: includes/register-settings.php\n"
|
22 |
+
"X-Poedit-SearchPathExcluded-4: includes/ecwd-ical-events-class.php\n"
|
23 |
+
"X-Poedit-SearchPathExcluded-5: includes/ecwd-google-events-class.php\n"
|
24 |
+
"X-Poedit-SearchPathExcluded-6: includes/ecwd-facebook-events-class.php\n"
|
25 |
+
"X-Poedit-SearchPathExcluded-7: ecwd_admin_class.php\n"
|
26 |
+
|
27 |
+
#: includes/calendar-class.php:175 includes/calendar-class.php:176
|
28 |
+
#: views/widgets.php:168
|
29 |
+
msgid "Month"
|
30 |
+
msgstr "Mesec"
|
31 |
+
|
32 |
+
#: includes/calendar-class.php:177 views/widgets.php:169
|
33 |
+
msgid "List"
|
34 |
+
msgstr "Lista"
|
35 |
+
|
36 |
+
#: includes/calendar-class.php:179
|
37 |
+
msgid "Week"
|
38 |
+
msgstr "Nedelja"
|
39 |
+
|
40 |
+
#: includes/calendar-class.php:183
|
41 |
+
msgid "Day"
|
42 |
+
msgstr "Dan"
|
43 |
+
|
44 |
+
#: includes/calendar-class.php:186
|
45 |
+
msgid "Map"
|
46 |
+
msgstr "Mapa"
|
47 |
+
|
48 |
+
#: includes/calendar-class.php:188
|
49 |
+
msgid "4 Days"
|
50 |
+
msgstr "4 dana"
|
51 |
+
|
52 |
+
#: includes/calendar-class.php:191
|
53 |
+
msgid "Posterboard"
|
54 |
+
msgstr "Tabla sa posterima"
|
55 |
+
|
56 |
+
#: includes/calendar-class.php:383 includes/calendar-class.php:417
|
57 |
+
#: includes/calendar-class.php:572 includes/calendar-class.php:1181
|
58 |
+
#: includes/calendar-class.php:1330 includes/ecwd-functions.php:360
|
59 |
+
#: views/ecwd-event-content.php:76 views/ecwd-event-content.php:158
|
60 |
+
#: views/ecwd-organizer-content.php:145 views/ecwd-venue-content.php:178
|
61 |
+
#: views/single-event.php:151 views/single-event.php:247
|
62 |
+
#: views/single-event.php:487
|
63 |
+
msgid "All day"
|
64 |
+
msgstr "Svi dani"
|
65 |
+
|
66 |
+
#: includes/calendar-class.php:440 includes/calendar-class.php:520
|
67 |
+
#: includes/calendar-class.php:1386
|
68 |
+
msgid "No events"
|
69 |
+
msgstr "Nema događaja"
|
70 |
+
|
71 |
+
#: includes/calendar-class.php:644
|
72 |
+
msgid "No Events"
|
73 |
+
msgstr "Nema Događaja"
|
74 |
+
|
75 |
+
#: includes/calendar-class.php:1256
|
76 |
+
msgid "More events"
|
77 |
+
msgstr "Više događaja"
|
78 |
+
|
79 |
+
#: includes/ecwd-cpt-filter.php:67
|
80 |
+
msgid "From"
|
81 |
+
msgstr "Iz"
|
82 |
+
|
83 |
+
#: includes/ecwd-cpt-filter.php:74
|
84 |
+
msgid "To"
|
85 |
+
msgstr "Za"
|
86 |
+
|
87 |
+
#: includes/ecwd-display-class.php:876 includes/ecwd-display-class.php:882
|
88 |
+
#: includes/ecwd-display-class.php:900 includes/ecwd-display-class.php:917
|
89 |
+
#: includes/texts.php:60
|
90 |
+
msgid "Repeat every"
|
91 |
+
msgstr "Ponoviti svaki"
|
92 |
+
|
93 |
+
#: includes/ecwd-display-class.php:876 includes/texts.php:66
|
94 |
+
msgid "days"
|
95 |
+
msgstr "dani"
|
96 |
+
|
97 |
+
#: includes/ecwd-display-class.php:878 includes/texts.php:61
|
98 |
+
msgid "Repeat every day"
|
99 |
+
msgstr "Ponoviti svakog dana"
|
100 |
+
|
101 |
+
#: includes/ecwd-display-class.php:882 includes/texts.php:67
|
102 |
+
msgid "weeks"
|
103 |
+
msgstr "nedelje"
|
104 |
+
|
105 |
+
#: includes/ecwd-display-class.php:884 includes/texts.php:62
|
106 |
+
msgid "Repeat every week"
|
107 |
+
msgstr "Ponoviti svake nedelje"
|
108 |
+
|
109 |
+
#: includes/ecwd-display-class.php:889
|
110 |
+
msgid "on"
|
111 |
+
msgstr "na"
|
112 |
+
|
113 |
+
#: includes/ecwd-display-class.php:900 includes/texts.php:68
|
114 |
+
#, fuzzy
|
115 |
+
msgid "months"
|
116 |
+
msgstr "meseci"
|
117 |
+
|
118 |
+
#: includes/ecwd-display-class.php:902 includes/texts.php:63
|
119 |
+
msgid "Repeat every month"
|
120 |
+
msgstr "Ponoviti svakog meseca"
|
121 |
+
|
122 |
+
#: includes/ecwd-display-class.php:907 includes/ecwd-display-class.php:931
|
123 |
+
msgid "on the same day"
|
124 |
+
msgstr "istog dana"
|
125 |
+
|
126 |
+
#: includes/ecwd-display-class.php:912 includes/ecwd-display-class.php:936
|
127 |
+
msgid "on the"
|
128 |
+
msgstr "na"
|
129 |
+
|
130 |
+
#: includes/ecwd-display-class.php:917 includes/texts.php:69
|
131 |
+
msgid "years"
|
132 |
+
msgstr "godine"
|
133 |
+
|
134 |
+
#: includes/ecwd-display-class.php:919 includes/texts.php:64
|
135 |
+
msgid "Repeat every year"
|
136 |
+
msgstr "Ponoviti svake godine"
|
137 |
+
|
138 |
+
#: includes/ecwd-display-class.php:940 includes/texts.php:70
|
139 |
+
msgid "until"
|
140 |
+
msgstr "do"
|
141 |
+
|
142 |
+
#: includes/ecwd-functions.php:8
|
143 |
+
msgid "Loading..."
|
144 |
+
msgstr "Učitavanje..."
|
145 |
+
|
146 |
+
#: includes/ecwd-functions.php:439 includes/texts.php:53
|
147 |
+
msgid "DAYS"
|
148 |
+
msgstr "DANI"
|
149 |
+
|
150 |
+
#: includes/ecwd-functions.php:440 includes/texts.php:54
|
151 |
+
msgid "HOURS"
|
152 |
+
msgstr "SATI"
|
153 |
+
|
154 |
+
#: includes/ecwd-functions.php:441 includes/texts.php:55
|
155 |
+
msgid "MINUTES"
|
156 |
+
msgstr "MINUTI"
|
157 |
+
|
158 |
+
#: includes/ecwd-functions.php:442 includes/texts.php:56
|
159 |
+
msgid "SECONDS"
|
160 |
+
msgstr "SEKUNDE"
|
161 |
+
|
162 |
+
#: includes/texts.php:2
|
163 |
+
msgid "January"
|
164 |
+
msgstr "Januar"
|
165 |
+
|
166 |
+
#: includes/texts.php:3
|
167 |
+
msgid "February"
|
168 |
+
msgstr "Februar"
|
169 |
+
|
170 |
+
#: includes/texts.php:4
|
171 |
+
msgid "March"
|
172 |
+
msgstr "Mart"
|
173 |
+
|
174 |
+
#: includes/texts.php:5
|
175 |
+
msgid "April"
|
176 |
+
msgstr "April"
|
177 |
+
|
178 |
+
#: includes/texts.php:6
|
179 |
+
msgid "May"
|
180 |
+
msgstr "Maj"
|
181 |
+
|
182 |
+
#: includes/texts.php:7
|
183 |
+
msgid "June"
|
184 |
+
msgstr "Jun"
|
185 |
+
|
186 |
+
#: includes/texts.php:8
|
187 |
+
msgid "July"
|
188 |
+
msgstr "Jul"
|
189 |
+
|
190 |
+
#: includes/texts.php:9
|
191 |
+
msgid "August"
|
192 |
+
msgstr "Avgust"
|
193 |
+
|
194 |
+
#: includes/texts.php:10
|
195 |
+
msgid "September"
|
196 |
+
msgstr "Septembar"
|
197 |
+
|
198 |
+
#: includes/texts.php:11
|
199 |
+
msgid "October"
|
200 |
+
msgstr "Oktobar"
|
201 |
+
|
202 |
+
#: includes/texts.php:12
|
203 |
+
msgid "November"
|
204 |
+
msgstr "Novembar"
|
205 |
+
|
206 |
+
#: includes/texts.php:13
|
207 |
+
msgid "December"
|
208 |
+
msgstr "Decembar"
|
209 |
+
|
210 |
+
#: includes/texts.php:15
|
211 |
+
msgid "Sunday"
|
212 |
+
msgstr "Nedelja"
|
213 |
+
|
214 |
+
#: includes/texts.php:16
|
215 |
+
msgid "Monday"
|
216 |
+
msgstr "Ponedeljak"
|
217 |
+
|
218 |
+
#: includes/texts.php:17
|
219 |
+
msgid "Tuesday"
|
220 |
+
msgstr "Utorak"
|
221 |
+
|
222 |
+
#: includes/texts.php:18
|
223 |
+
msgid "Wednesday"
|
224 |
+
msgstr "Sreda"
|
225 |
+
|
226 |
+
#: includes/texts.php:19
|
227 |
+
msgid "Thursday"
|
228 |
+
msgstr "Četvrtak"
|
229 |
+
|
230 |
+
#: includes/texts.php:20
|
231 |
+
msgid "Friday"
|
232 |
+
msgstr "Petak"
|
233 |
+
|
234 |
+
#: includes/texts.php:21
|
235 |
+
msgid "Saturday"
|
236 |
+
msgstr "Subota"
|
237 |
+
|
238 |
+
#: includes/texts.php:25
|
239 |
+
msgid "Sun"
|
240 |
+
msgstr "Ned."
|
241 |
+
|
242 |
+
#: includes/texts.php:26
|
243 |
+
msgid "Mon"
|
244 |
+
msgstr "Pon."
|
245 |
+
|
246 |
+
#: includes/texts.php:27
|
247 |
+
msgid "Tue"
|
248 |
+
msgstr "Ut."
|
249 |
+
|
250 |
+
#: includes/texts.php:28
|
251 |
+
msgid "Wed"
|
252 |
+
msgstr "Sred."
|
253 |
+
|
254 |
+
#: includes/texts.php:29
|
255 |
+
msgid "Thu"
|
256 |
+
msgstr "Četvrt."
|
257 |
+
|
258 |
+
#: includes/texts.php:30
|
259 |
+
msgid "Fri"
|
260 |
+
msgstr "Pet."
|
261 |
+
|
262 |
+
#: includes/texts.php:31
|
263 |
+
msgid "Sat"
|
264 |
+
msgstr "Sub."
|
265 |
+
|
266 |
+
#: includes/texts.php:34
|
267 |
+
msgid "Su"
|
268 |
+
msgstr "Ne."
|
269 |
+
|
270 |
+
#: includes/texts.php:35
|
271 |
+
msgid "Mo"
|
272 |
+
msgstr "Po."
|
273 |
+
|
274 |
+
#: includes/texts.php:36
|
275 |
+
msgid "Tu"
|
276 |
+
msgstr "U."
|
277 |
+
|
278 |
+
#: includes/texts.php:37
|
279 |
+
msgid "We"
|
280 |
+
msgstr "Sr."
|
281 |
+
|
282 |
+
#: includes/texts.php:38
|
283 |
+
msgid "Th"
|
284 |
+
msgstr "Če."
|
285 |
+
|
286 |
+
#: includes/texts.php:39
|
287 |
+
msgid "Fr"
|
288 |
+
msgstr "Pe."
|
289 |
+
|
290 |
+
#: includes/texts.php:40
|
291 |
+
msgid "Sa"
|
292 |
+
msgstr "Su."
|
293 |
+
|
294 |
+
#: includes/texts.php:44
|
295 |
+
msgid "Show Filters"
|
296 |
+
msgstr "Pokazati filtere"
|
297 |
+
|
298 |
+
#: includes/texts.php:45
|
299 |
+
msgid "Collapse Filters"
|
300 |
+
msgstr "Oboriti filtere"
|
301 |
+
|
302 |
+
#: includes/texts.php:46
|
303 |
+
msgid "Reset Filters"
|
304 |
+
msgstr "Resetovati filtere"
|
305 |
+
|
306 |
+
#: includes/texts.php:48
|
307 |
+
msgid "Days"
|
308 |
+
msgstr "Dani"
|
309 |
+
|
310 |
+
#: includes/texts.php:49
|
311 |
+
msgid "Categories"
|
312 |
+
msgstr "Kategorije"
|
313 |
+
|
314 |
+
#: includes/texts.php:50
|
315 |
+
msgid "Venues"
|
316 |
+
msgstr "Delokrug"
|
317 |
+
|
318 |
+
#: includes/texts.php:57
|
319 |
+
msgid "The event has just started"
|
320 |
+
msgstr "Događaj je upravo otpočeo"
|
321 |
+
|
322 |
+
#: includes/texts.php:72
|
323 |
+
#, fuzzy
|
324 |
+
msgid "Sundays"
|
325 |
+
msgstr "Nedeljom"
|
326 |
+
|
327 |
+
#: includes/texts.php:73
|
328 |
+
#, fuzzy
|
329 |
+
msgid "Mondays"
|
330 |
+
msgstr "Ponedeljkom"
|
331 |
+
|
332 |
+
#: includes/texts.php:74
|
333 |
+
#, fuzzy
|
334 |
+
msgid "Tuesdays"
|
335 |
+
msgstr "Utorkom"
|
336 |
+
|
337 |
+
#: includes/texts.php:75
|
338 |
+
#, fuzzy
|
339 |
+
msgid "Wednesdays"
|
340 |
+
msgstr "Sredom"
|
341 |
+
|
342 |
+
#: includes/texts.php:76
|
343 |
+
#, fuzzy
|
344 |
+
msgid "Thursdays"
|
345 |
+
msgstr "Četvrtkom"
|
346 |
+
|
347 |
+
#: includes/texts.php:77
|
348 |
+
#, fuzzy
|
349 |
+
msgid "Fridays"
|
350 |
+
msgstr "Petkom"
|
351 |
+
|
352 |
+
#: includes/texts.php:78
|
353 |
+
#, fuzzy
|
354 |
+
msgid "Saturdays"
|
355 |
+
msgstr "Subotom"
|
356 |
+
|
357 |
+
#: views/ecwd-event-content.php:67 views/ecwd-event-content.php:153
|
358 |
+
#: views/single-event.php:142 views/single-event.php:242
|
359 |
+
msgid "Date"
|
360 |
+
msgstr "Datum"
|
361 |
+
|
362 |
+
#: views/ecwd-event-content.php:91 views/single-event.php:170
|
363 |
+
msgid "Url"
|
364 |
+
msgstr "Url"
|
365 |
+
|
366 |
+
#: views/ecwd-event-content.php:97 views/single-event.php:177
|
367 |
+
msgid "Organizers"
|
368 |
+
msgstr "Organizatori"
|
369 |
+
|
370 |
+
#: views/ecwd-organizer-content.php:109
|
371 |
+
msgid "upcoming events"
|
372 |
+
msgstr "predstojeći događaji"
|
373 |
+
|
374 |
+
#: views/ecwd-venue-content.php:141
|
375 |
+
msgid "events"
|
376 |
+
msgstr "događaji"
|
377 |
+
|
378 |
+
#: views/single-event.php:190
|
379 |
+
#, fuzzy
|
380 |
+
msgid "Venue"
|
381 |
+
msgstr "Delokrug"
|
382 |
+
|
383 |
+
#: views/single-event.php:200
|
384 |
+
msgid "Location"
|
385 |
+
msgstr "Lokacija"
|
386 |
+
|
387 |
+
#: views/single-event.php:449
|
388 |
+
msgid "Related events"
|
389 |
+
msgstr "Vezani događaji"
|
390 |
+
|
391 |
+
#~ msgid "What're we looking for ?"
|
392 |
+
#~ msgstr "Что мы ищем?"
|
393 |
+
|
394 |
+
#~ msgid "No additional details for this event."
|
395 |
+
#~ msgstr "Нет дополнительной информации о мероприятии."
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://web-dorado.com/products/wordpress-event-calendar-wd.html
|
|
4 |
Tags: calendar, calendars, event, event calendar, event manager, events calendar, calendar widget, event registration, event management,events, agenda, holiday calendar , scheduling, free calendar, Calender, upcoming events , event widget , event list, calendar localization, Organizer, editorial calendar, Interactive Calendar, news calendar, meeting , appointment, event tracking, event organizer, upcoming events widget, event page, event bookings, recurring, recurring events, conference, date, dates, schedule, times, venue, AJAX, responsive, shortcode, seminar, summit
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.3
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -29,7 +29,7 @@ You can choose to display the event calendar with all four views (choosing the o
|
|
29 |
* Support for organizers
|
30 |
* Google Maps integration
|
31 |
* Event search
|
32 |
-
* Social
|
33 |
* Month, week, day, list views
|
34 |
|
35 |
Upgrade to [WordPress Event Calendar Pro](http://web-dorado.com/products/wordpress-event-calendar-wd.html) to add features:
|
@@ -43,9 +43,10 @@ Upgrade to [WordPress Event Calendar Pro](http://web-dorado.com/products/wordpre
|
|
43 |
* Pro support
|
44 |
|
45 |
= Event Calendar WD Add-ons: =
|
|
|
|
|
46 |
[Filter Add-on](https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/filter.html)
|
47 |
[Countdown](https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/countdown.html)
|
48 |
-
[Upcoming Events](https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/upcoming-events.html)
|
49 |
[Google Calendar Integration](https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/google-calendar-integration.html)
|
50 |
[iCal Integration](https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/ical-integration.html)
|
51 |
[Facebook Integration](https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/facebook-integration.html)
|
@@ -86,14 +87,17 @@ If you think you found a bug in Event Calendar WD or have any problem/question
|
|
86 |
|
87 |
*If you need language which is not included in this list, please contact us and we will do the translation within 3 days. If you find any mistakes in the translation, please contact us and we will make relevant corrections within 3 days. *
|
88 |
|
89 |
-
Dutch (nl_NL)
|
90 |
-
German (de_DE)
|
|
|
|
|
91 |
Spanish (es_ES)
|
92 |
French (fr_FR)
|
93 |
Italian (it_IT)
|
94 |
Russian (ru_RU)
|
95 |
Turkish (tr_TR)
|
96 |
Portuguese (pt_PT)
|
|
|
97 |
|
98 |
== Screenshots ==
|
99 |
|
@@ -130,6 +134,14 @@ After downloading the ZIP file of the Event Calendar WD plugin,
|
|
130 |
|
131 |
== Changelog ==
|
132 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
133 |
= 1.0.22 =
|
134 |
Added: Ajaxed themes support
|
135 |
Fixed: Next month link issue
|
4 |
Tags: calendar, calendars, event, event calendar, event manager, events calendar, calendar widget, event registration, event management,events, agenda, holiday calendar , scheduling, free calendar, Calender, upcoming events , event widget , event list, calendar localization, Organizer, editorial calendar, Interactive Calendar, news calendar, meeting , appointment, event tracking, event organizer, upcoming events widget, event page, event bookings, recurring, recurring events, conference, date, dates, schedule, times, venue, AJAX, responsive, shortcode, seminar, summit
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.3
|
7 |
+
Stable tag: 1.0.23
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
29 |
* Support for organizers
|
30 |
* Google Maps integration
|
31 |
* Event search
|
32 |
+
* Social share buttons
|
33 |
* Month, week, day, list views
|
34 |
|
35 |
Upgrade to [WordPress Event Calendar Pro](http://web-dorado.com/products/wordpress-event-calendar-wd.html) to add features:
|
43 |
* Pro support
|
44 |
|
45 |
= Event Calendar WD Add-ons: =
|
46 |
+
[Frontend Event Management Add-on](https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/frontend-event-management.html)
|
47 |
+
[Upcoming Events](https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/upcoming-events.html)
|
48 |
[Filter Add-on](https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/filter.html)
|
49 |
[Countdown](https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/countdown.html)
|
|
|
50 |
[Google Calendar Integration](https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/google-calendar-integration.html)
|
51 |
[iCal Integration](https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/ical-integration.html)
|
52 |
[Facebook Integration](https://web-dorado.com/products/wordpress-event-calendar-wd/add-ons/facebook-integration.html)
|
87 |
|
88 |
*If you need language which is not included in this list, please contact us and we will do the translation within 3 days. If you find any mistakes in the translation, please contact us and we will make relevant corrections within 3 days. *
|
89 |
|
90 |
+
Dutch (nl_NL) by F. van Reem and Sabrina Gordijn
|
91 |
+
German (de_DE) by Ogi Djuraskovic
|
92 |
+
Hungarian (hu_HU) by Szabolcs Egerhazi
|
93 |
+
Serbian (sr_RS)
|
94 |
Spanish (es_ES)
|
95 |
French (fr_FR)
|
96 |
Italian (it_IT)
|
97 |
Russian (ru_RU)
|
98 |
Turkish (tr_TR)
|
99 |
Portuguese (pt_PT)
|
100 |
+
|
101 |
|
102 |
== Screenshots ==
|
103 |
|
134 |
|
135 |
== Changelog ==
|
136 |
|
137 |
+
= 1.0.23 =
|
138 |
+
Added: Frontend events management add-on
|
139 |
+
Fixed: Rewrite rules for custom permalinks structure
|
140 |
+
Fixed: JS error in related events slider
|
141 |
+
Added: Hungarian language support
|
142 |
+
Added: Serbian language support
|
143 |
+
Fixed: Translations for Dutch
|
144 |
+
|
145 |
= 1.0.22 =
|
146 |
Added: Ajaxed themes support
|
147 |
Fixed: Next month link issue
|