The Events Calendar - Version 3.7

Version Description

Download this release

Release Info

Developer jazbek
Plugin Icon The Events Calendar
Version 3.7
Comparing to
See all releases

Code changes from version 3.6.1 to 3.7

admin-views/datepicker.php DELETED
@@ -1,20 +0,0 @@
1
- <?php
2
- /**
3
- * Date picker form
4
- */
5
-
6
- // Don't load directly
7
- if ( !defined('ABSPATH') ) { die('-1'); }
8
-
9
- ?>
10
- <form action="<?php echo tribe_get_dropdown_link_prefix(); ?>" method="get" id="<?php echo $prefix; ?>events-picker">
11
- <label for="<?php echo $prefix; ?>events-month">Events In</label>
12
- <select id='<?php echo $prefix; ?>events-month' name='EventJumpToMonth' class='<?php echo $prefix; ?>events-dropdown tribe-no-param'>
13
- <?php echo $monthOptions; ?>
14
- </select>
15
- <label for="<?php echo $prefix; ?>events-year" style="display: none;">Events Year</label>
16
- <select id='<?php echo $prefix; ?>events-year' name='EventJumpToYear' class='<?php echo $prefix; ?>events-dropdown tribe-no-param'>
17
- <?php echo $yearOptions; ?>
18
- </select>
19
- <noscript><input type="submit" value="&rarr;"></noscript>
20
- </form>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
admin-views/events-audit-trail.php CHANGED
@@ -7,9 +7,7 @@
7
  if ( !defined('ABSPATH') ) { die('-1'); }
8
 
9
  if( is_admin() ){
10
-
11
- //$postid = intval($_GET['post']);
12
-
13
  global $post;
14
 
15
  if ( isset($post->ID) && isset($post->post_type) ) {
7
  if ( !defined('ABSPATH') ) { die('-1'); }
8
 
9
  if( is_admin() ){
10
+
 
 
11
  global $post;
12
 
13
  if ( isset($post->ID) && isset($post->post_type) ) {
admin-views/events-meta-box.php CHANGED
@@ -82,11 +82,13 @@ if ( !defined('ABSPATH') ) { die('-1'); }
82
  </td>
83
  </tr>
84
  </table>
85
- <div class="tribe_sectionheader" style=""><h4><?php _e('Event Location Details', 'tribe-events-calendar'); ?></h4></div>
86
- <table id="event_venue" class="eventtable">
87
- <?php do_action('tribe_venue_table_top', $postId) ?>
88
- <?php include( $this->pluginPath . 'admin-views/venue-meta-box.php' ); ?>
89
- </table>
 
 
90
  <?php do_action('tribe_after_location_details', $postId); ?>
91
  <table id="event_organizer" class="eventtable">
92
  <tr>
82
  </td>
83
  </tr>
84
  </table>
85
+ <table id="event_venue" class="eventtable">
86
+ <tr>
87
+ <td colspan="2" class="tribe_sectionheader"><h4><?php _e('Event Location Details', 'tribe-events-calendar'); ?></h4></td>
88
+ </tr>
89
+ <?php do_action('tribe_venue_table_top', $postId) ?>
90
+ <?php include( $this->pluginPath . 'admin-views/venue-meta-box.php' ); ?>
91
+ </table>
92
  <?php do_action('tribe_after_location_details', $postId); ?>
93
  <table id="event_organizer" class="eventtable">
94
  <tr>
admin-views/organizer-meta-box.php CHANGED
@@ -9,7 +9,7 @@ if ( !defined('ABSPATH') ) { die('-1'); }
9
  ?>
10
  <?php if ( empty($hide_organizer_title) ): ?>
11
  <tr class="organizer">
12
- <td><?php _e('Organizer Name:','tribe-events-calendar'); ?></td>
13
  <td>
14
  <input tabindex="<?php tribe_events_tab_index(); ?>" type='text' name='organizer[Organizer]' size='25' value='<?php echo isset($_OrganizerOrganizer) ? esc_attr($_OrganizerOrganizer) : ""; ?>' />
15
  </td>
9
  ?>
10
  <?php if ( empty($hide_organizer_title) ): ?>
11
  <tr class="organizer">
12
+ <td><?php printf( __('%s Name:','tribe-events-calendar'), tribe_get_organizer_label_singular() ); ?></td>
13
  <td>
14
  <input tabindex="<?php tribe_events_tab_index(); ?>" type='text' name='organizer[Organizer]' size='25' value='<?php echo isset($_OrganizerOrganizer) ? esc_attr($_OrganizerOrganizer) : ""; ?>' />
15
  </td>
admin-views/tickets/attendees.php CHANGED
@@ -33,7 +33,7 @@ $tickets = TribeEventsTickets::get_event_tickets( $event_id );
33
 
34
  if ( ! empty( $venue ) ) {
35
  echo "<br/>";
36
- echo sprintf( '<strong>%s </strong> %s', esc_html( __( 'Venue:', 'tribe-events-calendar' ) ), esc_html( $venue->post_title ) );
37
 
38
  $phone = get_post_meta( $venue_id, '_VenuePhone', true );
39
  if ( ! empty( $phone ) ) {
33
 
34
  if ( ! empty( $venue ) ) {
35
  echo "<br/>";
36
+ echo sprintf( '<strong>%s: </strong> %s', esc_html( __( tribe_get_venue_label_singular(), 'tribe-events-calendar' ) ), esc_html( $venue->post_title ) );
37
 
38
  $phone = get_post_meta( $venue_id, '_VenuePhone', true );
39
  if ( ! empty( $phone ) ) {
admin-views/tribe-options-help.php CHANGED
@@ -20,7 +20,7 @@ if ( !is_wp_error($tec_info) ) {
20
  }
21
 
22
  $news_rss = fetch_feed(TribeEvents::FEED_URL);
23
- if ( !is_wp_error($news_rss) ) {
24
  $maxitems = $news_rss->get_item_quantity( apply_filters('tribe_help_tab_rss_max_items', 5) );
25
  $rss_items = $news_rss->get_items(0, $maxitems);
26
  $news_feed = array();
@@ -39,49 +39,49 @@ $ga_query_string = '?utm_source=helptab&utm_medium=plugin-tec&utm_campaign=in-ap
39
 
40
  $premium_add_ons = array();
41
  $premium_add_ons[] = array(
42
- 'title' => __('The Events Calendar PRO', 'tribe-events-calendar'),
43
- 'link' => apply_filters('tribe_help_tab_ecp_tribe_url', 'http://m.tri.be/dr'),
44
  );
45
  $premium_add_ons[] = array(
46
- 'title' => __('The Events Calendar: Eventbrite Tickets', 'tribe-events-calendar'),
47
- 'link' => apply_filters('tribe_help_tab_eventbrite_tribe_url', 'http://m.tri.be/ds'),
48
  );
49
  $premium_add_ons[] = array(
50
- 'title' => __('The Events Calendar: Community Events', 'tribe-events-calendar'),
51
- 'link' => apply_filters('tribe_help_tab_community_events_tribe_url', 'http://m.tri.be/dt'),
52
  );
53
  $premium_add_ons[] = array(
54
- 'title' => __('The Events Calendar: Facebook Events', 'tribe-events-calendar'),
55
- 'link' => apply_filters('tribe_help_tab_facebook_events_tribe_url', 'http://m.tri.be/du'),
56
  );
57
  $premium_add_ons[] = array(
58
- 'title' => __('The Events Calendar: WooCommerce Tickets', 'tribe-events-calendar'),
59
- 'link' => apply_filters('tribe_help_tab_wootickets_tribe_url', 'http://m.tri.be/dv'),
60
  );
61
 
62
  $premium_add_ons[] = array(
63
- 'title' => __('The Events Calendar: EDD Tickets', 'tribe-events-calendar'),
64
- 'link' => apply_filters('tribe_help_tab_eddtickets_tribe_url', 'http://m.tri.be/dw'),
65
  );
66
 
67
  $premium_add_ons[] = array(
68
- 'title' => __('The Events Calendar: WPEC Tickets', 'tribe-events-calendar'),
69
- 'link' => apply_filters('tribe_help_tab_wpectickets_tribe_url', 'http://m.tri.be/dx'),
70
  );
71
 
72
  $premium_add_ons[] = array(
73
- 'title' => __('The Events Calendar: Shopp Tickets', 'tribe-events-calendar'),
74
- 'link' => apply_filters('tribe_help_tab_shopptickets_tribe_url', 'http://m.tri.be/dy'),
75
  );
76
 
77
  $premium_add_ons[] = array(
78
- 'title' => __('The Events Calendar: Filter Bar', 'tribe-events-calendar'),
79
- 'link' => apply_filters('tribe_help_tab_filterbar_tribe_url', 'http://m.tri.be/hu'),
80
  );
81
  $premium_add_ons = (array) apply_filters( 'tribe_help_tab_premium_addons', $premium_add_ons ); // TODO should we replace this with an RSS feed??
82
 
83
 
84
- $getting_started_text = "If you're looking for help with The Events Calendar, you've come to the right place. We are committed to helping make your calendar kick ass...and hope the resources provided below will help get you there.";
85
  $getting_started_text = apply_filters( 'tribe_help_tab_getting_started_text', $getting_started_text );
86
 
87
  $intro_text[] = '<p>' . __("If this is your first time using The Events Calendar, you're in for a treat and are already well on your way to creating a first event. Here are some basics we've found helpful for users jumping into it for the first time:", 'tribe-events-calendar') . '</p>';
20
  }
21
 
22
  $news_rss = fetch_feed(TribeEvents::FEED_URL);
23
+ if ( ! is_wp_error($news_rss) ) {
24
  $maxitems = $news_rss->get_item_quantity( apply_filters('tribe_help_tab_rss_max_items', 5) );
25
  $rss_items = $news_rss->get_items(0, $maxitems);
26
  $news_feed = array();
39
 
40
  $premium_add_ons = array();
41
  $premium_add_ons[] = array(
42
+ 'title' => __( 'The Events Calendar PRO', 'tribe-events-calendar' ),
43
+ 'link' => apply_filters( 'tribe_help_tab_ecp_tribe_url', 'http://m.tri.be/dr' ),
44
  );
45
  $premium_add_ons[] = array(
46
+ 'title' => __( 'The Events Calendar: Eventbrite Tickets', 'tribe-events-calendar' ),
47
+ 'link' => apply_filters( 'tribe_help_tab_eventbrite_tribe_url', 'http://m.tri.be/ds' ),
48
  );
49
  $premium_add_ons[] = array(
50
+ 'title' => __( 'The Events Calendar: Community Events', 'tribe-events-calendar' ),
51
+ 'link' => apply_filters( 'tribe_help_tab_community_events_tribe_url', 'http://m.tri.be/dt' ),
52
  );
53
  $premium_add_ons[] = array(
54
+ 'title' => __( 'The Events Calendar: Facebook Events', 'tribe-events-calendar' ),
55
+ 'link' => apply_filters( 'tribe_help_tab_facebook_events_tribe_url', 'http://m.tri.be/du' ),
56
  );
57
  $premium_add_ons[] = array(
58
+ 'title' => __( 'The Events Calendar: WooCommerce Tickets', 'tribe-events-calendar' ),
59
+ 'link' => apply_filters( 'tribe_help_tab_wootickets_tribe_url', 'http://m.tri.be/dv' ),
60
  );
61
 
62
  $premium_add_ons[] = array(
63
+ 'title' => __( 'The Events Calendar: EDD Tickets', 'tribe-events-calendar' ),
64
+ 'link' => apply_filters( 'tribe_help_tab_eddtickets_tribe_url', 'http://m.tri.be/dw' ),
65
  );
66
 
67
  $premium_add_ons[] = array(
68
+ 'title' => __( 'The Events Calendar: WPEC Tickets', 'tribe-events-calendar' ),
69
+ 'link' => apply_filters( 'tribe_help_tab_wpectickets_tribe_url', 'http://m.tri.be/dx' ),
70
  );
71
 
72
  $premium_add_ons[] = array(
73
+ 'title' => __( 'The Events Calendar: Shopp Tickets', 'tribe-events-calendar' ),
74
+ 'link' => apply_filters( 'tribe_help_tab_shopptickets_tribe_url', 'http://m.tri.be/dy' ),
75
  );
76
 
77
  $premium_add_ons[] = array(
78
+ 'title' => __( 'The Events Calendar: Filter Bar', 'tribe-events-calendar' ),
79
+ 'link' => apply_filters( 'tribe_help_tab_filterbar_tribe_url', 'http://m.tri.be/hu' ),
80
  );
81
  $premium_add_ons = (array) apply_filters( 'tribe_help_tab_premium_addons', $premium_add_ons ); // TODO should we replace this with an RSS feed??
82
 
83
 
84
+ $getting_started_text = __( "If you're looking for help with The Events Calendar, you've come to the right place. We are committed to helping make your calendar kick ass...and hope the resources provided below will help get you there.", 'tribe-events-calendar' );
85
  $getting_started_text = apply_filters( 'tribe_help_tab_getting_started_text', $getting_started_text );
86
 
87
  $intro_text[] = '<p>' . __("If this is your first time using The Events Calendar, you're in for a treat and are already well on your way to creating a first event. Here are some basics we've found helpful for users jumping into it for the first time:", 'tribe-events-calendar') . '</p>';
admin-views/venue-meta-box.php CHANGED
@@ -17,7 +17,7 @@ if ( tribe_get_option( 'defaultValueReplace' ) && $post->post_type != TribeEvent
17
  ?>
18
  <?php if ($post->post_type != TribeEvents::VENUE_POST_TYPE): ?>
19
  <tr class="venue">
20
- <td><?php _e('Venue Name:','tribe-events-calendar'); ?></td>
21
  <td>
22
  <input tabindex="<?php tribe_events_tab_index(); ?>" type='text' name='venue[Venue]' size='25' value='<?php if( isset($_VenueVenue) ) echo esc_attr($_VenueVenue); ?>' />
23
  </td>
17
  ?>
18
  <?php if ($post->post_type != TribeEvents::VENUE_POST_TYPE): ?>
19
  <tr class="venue">
20
+ <td><?php printf( __('%s Name:','tribe-events-calendar'), tribe_get_venue_label_singular() ); ?></td>
21
  <td>
22
  <input tabindex="<?php tribe_events_tab_index(); ?>" type='text' name='venue[Venue]' size='25' value='<?php if( isset($_VenueVenue) ) echo esc_attr($_VenueVenue); ?>' />
23
  </td>
lang/tribe-events-calendar-bg_BG.mo ADDED
Binary file
lang/tribe-events-calendar-bg_BG.po ADDED
@@ -0,0 +1,4163 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: The Events Calendar 3.5\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-06-17 14:58-0800\n"
6
+ "PO-Revision-Date: 2014-06-17 14:59-0800\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: Modern Tribe, Inc. <pro@tri.be>\n"
9
+ "Language: bg_BG\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 1.6.5\n"
14
+ "X-Poedit-KeywordsList: __;_e\n"
15
+ "X-Poedit-Basepath: .\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Poedit-SearchPath-0: ..\n"
19
+
20
+ #: ../admin-views/app-shop.php:4
21
+ msgid "Tribe Event Add-Ons"
22
+ msgstr "Tribe Event Add-Ons"
23
+
24
+ #: ../admin-views/app-shop.php:50
25
+ msgid "Version"
26
+ msgstr "Версия"
27
+
28
+ #: ../admin-views/app-shop.php:53
29
+ msgid "Last Update"
30
+ msgstr "Последна актуализация"
31
+
32
+ #: ../admin-views/event-sidebar-options.php:11
33
+ msgid "Hide From Event Listings"
34
+ msgstr "Скрий от листа със събитията"
35
+
36
+ #: ../admin-views/event-sidebar-options.php:12
37
+ msgid "Sticky in Calendar View"
38
+ msgstr "Закачено в изглед календар"
39
+
40
+ #: ../admin-views/events-audit-trail.php:39
41
+ msgid "Auditing Information"
42
+ msgstr "Проверка на информация"
43
+
44
+ #: ../admin-views/events-audit-trail.php:45
45
+ msgid "Created by:"
46
+ msgstr "Създадено от:"
47
+
48
+ #: ../admin-views/events-audit-trail.php:49
49
+ msgid "Audit Trail:"
50
+ msgstr "Audit Trail:"
51
+
52
+ #: ../admin-views/events-meta-box.php:26
53
+ msgid "Event Time &amp; Date"
54
+ msgstr "Дата и час на събитието"
55
+
56
+ #: ../admin-views/events-meta-box.php:32
57
+ msgid ""
58
+ "You have changed the recurrence rules of this event. Saving the event will "
59
+ "update all future events. If you did not mean to change all events, then "
60
+ "please refresh the page."
61
+ msgstr ""
62
+ "Променихте правилата за повтаряемост на това събитие. Запаметяването му ще "
63
+ "доведе до промяна на всички бъдещи събития. Ако не желаете да променяте "
64
+ "всички събития, моля, презаредете страницата."
65
+
66
+ #: ../admin-views/events-meta-box.php:35
67
+ msgid "All Day Event:"
68
+ msgstr "Целодневно събитие:"
69
+
70
+ #: ../admin-views/events-meta-box.php:39
71
+ msgid "Start Date &amp; Time:"
72
+ msgstr "Начална дата и час:"
73
+
74
+ #: ../admin-views/events-meta-box.php:42 ../admin-views/events-meta-box.php:63
75
+ msgid "YYYY-MM-DD"
76
+ msgstr "YYYY-MM-DD"
77
+
78
+ #: ../admin-views/events-meta-box.php:60
79
+ msgid "End Date &amp; Time:"
80
+ msgstr "Крайна дата и час:"
81
+
82
+ #: ../admin-views/events-meta-box.php:87
83
+ msgid "Event Location Details"
84
+ msgstr "Детайли за мястото на събитието"
85
+
86
+ #: ../admin-views/events-meta-box.php:95
87
+ msgid "Event Organizer Details"
88
+ msgstr "Детайли за организатора на събитието"
89
+
90
+ #: ../admin-views/events-meta-box.php:103
91
+ msgid "Event Website"
92
+ msgstr "Страница на събитието"
93
+
94
+ #: ../admin-views/events-meta-box.php:106
95
+ msgid "URL:"
96
+ msgstr "URL:"
97
+
98
+ #: ../admin-views/events-meta-box.php:117
99
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:61
100
+ msgid "Event Cost"
101
+ msgstr "Стойност на събитието"
102
+
103
+ #: ../admin-views/events-meta-box.php:120
104
+ msgid "Currency Symbol:"
105
+ msgstr "Символ за валута:"
106
+
107
+ #: ../admin-views/events-meta-box.php:130
108
+ msgctxt "Currency symbol position"
109
+ msgid "Before cost"
110
+ msgstr "Цена 'преди'"
111
+
112
+ #: ../admin-views/events-meta-box.php:131
113
+ msgctxt "Currency symbol position"
114
+ msgid "After cost"
115
+ msgstr "Цена 'след'"
116
+
117
+ #: ../admin-views/events-meta-box.php:136
118
+ #: ../public/advanced-functions/meta.php:320
119
+ #: ../views/modules/meta/details.php:80
120
+ msgid "Cost:"
121
+ msgstr "Стойност:"
122
+
123
+ #: ../admin-views/events-meta-box.php:141
124
+ msgid "Enter a 0 for events that are free or leave blank to hide the field."
125
+ msgstr ""
126
+ "Въведете 0 за безплатни събития или оставете празно, за да скриете полето."
127
+
128
+ #: ../admin-views/organizer-meta-box.php:12
129
+ #: ../admin-views/venue-meta-box.php:20
130
+ #, fuzzy, php-format
131
+ msgid "%s Name:"
132
+ msgstr "Име на мястото:"
133
+
134
+ #: ../admin-views/organizer-meta-box.php:19
135
+ #: ../admin-views/tickets/attendees.php:41
136
+ #: ../admin-views/venue-meta-box.php:93
137
+ #: ../public/advanced-functions/meta.php:408
138
+ #: ../public/advanced-functions/meta.php:470
139
+ #: ../views/modules/meta/organizer.php:24 ../views/modules/meta/venue.php:36
140
+ msgid "Phone:"
141
+ msgstr "Телефон:"
142
+
143
+ #: ../admin-views/organizer-meta-box.php:23
144
+ #: ../admin-views/tickets/attendees.php:47
145
+ #: ../admin-views/venue-meta-box.php:97
146
+ #: ../public/advanced-functions/meta.php:359
147
+ #: ../public/advanced-functions/meta.php:434
148
+ #: ../public/advanced-functions/meta.php:496
149
+ #: ../views/modules/meta/details.php:103
150
+ #: ../views/modules/meta/organizer.php:34 ../views/modules/meta/venue.php:41
151
+ msgid "Website:"
152
+ msgstr "Сайт:"
153
+
154
+ #: ../admin-views/organizer-meta-box.php:27
155
+ #: ../public/advanced-functions/meta.php:483
156
+ #: ../views/modules/meta/organizer.php:29
157
+ msgid "Email:"
158
+ msgstr "Email:"
159
+
160
+ #: ../admin-views/organizer-meta-box.php:28
161
+ msgid ""
162
+ "You may want to consider <a href=\"http://wordpress.org/plugins/tags/"
163
+ "obfuscate\">obfuscating</a> any e-mail address published on your site to "
164
+ "best avoid it getting harvested by spammers."
165
+ msgstr ""
166
+ "Може би искате да обмислите да <a href=\"http://wordpress.org/plugins/tags/"
167
+ "obfuscate\">прикриете</a> имейл адресите, публикувани на вашия сайт, с цел "
168
+ "да избегнете атаки от спамъри."
169
+
170
+ #: ../admin-views/tickets/attendees.php:11 ../admin-views/tickets/list.php:41
171
+ #: ../lib/tickets/tribe-tickets-pro.php:73
172
+ msgid "Attendees"
173
+ msgstr "Участници"
174
+
175
+ #: ../admin-views/tickets/attendees.php:16
176
+ msgid "Event Summary"
177
+ msgstr "Резюме на събитието:"
178
+
179
+ #: ../admin-views/tickets/attendees.php:24
180
+ msgid "Event Details"
181
+ msgstr "Подробности за събитие"
182
+
183
+ #: ../admin-views/tickets/attendees.php:26
184
+ msgid "Start Date / Time:"
185
+ msgstr "Начална дата / час:"
186
+
187
+ #: ../admin-views/tickets/attendees.php:28
188
+ msgid "End Date / Time:"
189
+ msgstr "Крайна дата / час:"
190
+
191
+ #: ../admin-views/tickets/attendees.php:54
192
+ msgid "Ticket Sales"
193
+ msgstr "Продажба на билети"
194
+
195
+ #: ../admin-views/tickets/attendees.php:66 ../admin-views/tickets/list.php:67
196
+ #, php-format
197
+ msgid "Sold %d"
198
+ msgstr "Продадени %d"
199
+
200
+ #: ../admin-views/tickets/attendees.php:68 ../admin-views/tickets/list.php:69
201
+ #, php-format
202
+ msgid "Sold %d of %d"
203
+ msgstr "Продадени %d от %d"
204
+
205
+ #: ../admin-views/tickets/attendees.php:83
206
+ msgid "Tickets sold:"
207
+ msgstr "Продадени билети:"
208
+
209
+ #: ../admin-views/tickets/attendees.php:87
210
+ msgid "Checked in:"
211
+ msgstr "Записани:"
212
+
213
+ #: ../admin-views/tickets/attendees.php:104
214
+ msgid "Send the attendee list by email"
215
+ msgstr "Изпрати листа с присъстващите по Email"
216
+
217
+ #: ../admin-views/tickets/attendees.php:108
218
+ msgid "Select a User:"
219
+ msgstr "Избор на потребител:"
220
+
221
+ #: ../admin-views/tickets/attendees.php:109
222
+ msgid "Select..."
223
+ msgstr "Избор..."
224
+
225
+ #: ../admin-views/tickets/attendees.php:111
226
+ msgid "or"
227
+ msgstr "or"
228
+
229
+ #: ../admin-views/tickets/attendees.php:113
230
+ msgid "Email Address:"
231
+ msgstr "Email адрес:"
232
+
233
+ #: ../admin-views/tickets/list.php:21
234
+ msgid "Edit"
235
+ msgstr "Редакция"
236
+
237
+ #: ../admin-views/tickets/list.php:22
238
+ #: ../lib/tickets/tribe-tickets-attendees.php:215
239
+ msgid "Delete"
240
+ msgstr "Изтриване"
241
+
242
+ #: ../admin-views/tickets/list.php:24
243
+ #, php-format
244
+ msgid "Edit in %s"
245
+ msgstr "Редакция в %s"
246
+
247
+ #: ../admin-views/tickets/list.php:27
248
+ msgid "View"
249
+ msgstr "Преглед"
250
+
251
+ #: ../admin-views/tickets/list.php:41 ../lib/tickets/tribe-tickets-pro.php:73
252
+ msgid "See who purchased tickets to this event"
253
+ msgstr "Преглед на закупилите билет за събитието"
254
+
255
+ #: ../admin-views/tickets/meta-box.php:21
256
+ msgid ""
257
+ "This event was created using Community Events. Are you sure you want to sell "
258
+ "tickets for it?"
259
+ msgstr ""
260
+ "Това събитие е създадено с Community Events. Сигурни ли сте, че искате да "
261
+ "продавате билети за него?"
262
+
263
+ #: ../admin-views/tickets/meta-box.php:32
264
+ msgid "Upload image for the ticket header"
265
+ msgstr "Качване на снимки за хедър-а на билета"
266
+
267
+ #: ../admin-views/tickets/meta-box.php:33
268
+ msgid ""
269
+ "The maximum image size in the email will be 580px wide by any height, and "
270
+ "then scaled for mobile. If you would like \"retina\" support use an image "
271
+ "sized to 1160px wide."
272
+ msgstr ""
273
+ "Максималният размер на изображението в email-а ще бъде 580px ширина и "
274
+ "произволна височина и ще бъде скалирано за мобилни устройства. Ако желаете "
275
+ "поддръжка на \"retina\" , използвайте изображение с ширина 1160px."
276
+
277
+ #: ../admin-views/tickets/meta-box.php:36
278
+ msgid "Select an Image"
279
+ msgstr "Избор на изображение"
280
+
281
+ #: ../admin-views/tickets/meta-box.php:44
282
+ msgid "Remove"
283
+ msgstr "Премахване"
284
+
285
+ #: ../admin-views/tickets/meta-box.php:62
286
+ #: ../admin-views/tickets/meta-box.php:72
287
+ msgid "Add new ticket"
288
+ msgstr "Добавяне на нов билет"
289
+
290
+ #: ../admin-views/tickets/meta-box.php:73
291
+ msgid "Edit ticket"
292
+ msgstr "Редакция на билет"
293
+
294
+ #: ../admin-views/tickets/meta-box.php:79
295
+ msgid "Sell using:"
296
+ msgstr "Продажба посредством:"
297
+
298
+ #: ../admin-views/tickets/meta-box.php:96
299
+ msgid "Ticket Name:"
300
+ msgstr "Име на билета:"
301
+
302
+ #: ../admin-views/tickets/meta-box.php:103
303
+ msgid "Ticket Description:"
304
+ msgstr "Описание на билета:"
305
+
306
+ #: ../admin-views/tickets/meta-box.php:112
307
+ msgid "Price:"
308
+ msgstr "Цена:"
309
+
310
+ #: ../admin-views/tickets/meta-box.php:118
311
+ msgid "(0 or empty for free tickets)"
312
+ msgstr "(0 или празно за безплатни билети)"
313
+
314
+ #: ../admin-views/tickets/meta-box.php:124
315
+ msgid "Start sale:"
316
+ msgstr "Начало на продажбата:"
317
+
318
+ #: ../admin-views/tickets/meta-box.php:148
319
+ msgid "End sale:"
320
+ msgstr "Край на продажбата:"
321
+
322
+ #: ../admin-views/tickets/meta-box.php:170
323
+ msgid ""
324
+ "When will ticket sales occur? If you don't set a start/end date for sales, "
325
+ "tickets will be available from now until the event ends."
326
+ msgstr ""
327
+ "Кога да се продават билетите? Ако не отбележите начална/крайна дата, "
328
+ "билетите ще се продават от момента на публикуване до края на събитието."
329
+
330
+ #: ../admin-views/tickets/meta-box.php:182
331
+ msgid "Save this ticket"
332
+ msgstr "Запазване на билета"
333
+
334
+ #: ../admin-views/tribe-options-display.php:4
335
+ msgid "Default Events Template"
336
+ msgstr "Default Events Template"
337
+
338
+ #: ../admin-views/tribe-options-display.php:5
339
+ msgid "Default Page Template"
340
+ msgstr "Default Page Template"
341
+
342
+ #: ../admin-views/tribe-options-display.php:31
343
+ msgid "Display Settings"
344
+ msgstr "Настройки на изгледа"
345
+
346
+ #: ../admin-views/tribe-options-display.php:36
347
+ #, php-format
348
+ msgid ""
349
+ "<p>The settings below control the display of your calendar. If things don't "
350
+ "look right, try switching between the three style sheet options or pick a "
351
+ "page template from your theme.</p><p>There are going to be situations where "
352
+ "no out-of-the-box template is 100&#37; perfect. Check out our <a href=\"%s"
353
+ "\">our themer's guide</a> for instructions on custom modifications. Want to "
354
+ "create a new view? Grab a copy of the <a href=\"%s\">Sample Agenda View "
355
+ "plugin from Github</a></p>"
356
+ msgstr ""
357
+ "<p>Настройките по-долу управляват начина на визуализация на вашия календар. "
358
+ "Ако нещо не изглежда добте, опитайте да смените стила или изберете шаблон на "
359
+ "странива от вашата тема.</p><p>Ще има ситуации, в които нито един от "
360
+ "шаблоните няма да е 100&#37; перфектен. Прегледайте нашият <a href=\"%s"
361
+ "\">съветник</a> за инструкции касаещи индивидуални модификации. Изкате да "
362
+ "създадете нов изглед? Изтеглете <a href=\"%s\">Sample Agenda View plugin от "
363
+ "Github</a></p>"
364
+
365
+ #: ../admin-views/tribe-options-display.php:51
366
+ msgid "Basic Template Settings"
367
+ msgstr "Основни настройки на темплейта"
368
+
369
+ #: ../admin-views/tribe-options-display.php:55
370
+ msgid "Default stylesheet used for events templates"
371
+ msgstr "CSS за събития по подразбиране"
372
+
373
+ #: ../admin-views/tribe-options-display.php:58
374
+ msgid "Skeleton Styles"
375
+ msgstr "Базов CSS"
376
+
377
+ #: ../admin-views/tribe-options-display.php:60
378
+ msgid ""
379
+ "Only includes enough css to achieve complex layouts like calendar and week "
380
+ "view."
381
+ msgstr ""
382
+ "Включва само основен CSS, за да могат да се визуализират по сложните "
383
+ "оформления."
384
+
385
+ #: ../admin-views/tribe-options-display.php:62
386
+ msgid "Full Styles"
387
+ msgstr "Пълен CSS"
388
+
389
+ #: ../admin-views/tribe-options-display.php:64
390
+ msgid "More detailed styling, tries to grab styles from your theme."
391
+ msgstr "По-детайлен стил, опитва се да възпроизведе стиловете от темата."
392
+
393
+ #: ../admin-views/tribe-options-display.php:66
394
+ msgid "Tribe Events Styles"
395
+ msgstr "Tribe Events Стилове"
396
+
397
+ #: ../admin-views/tribe-options-display.php:68
398
+ msgid "A fully designed and styled theme for your events pages."
399
+ msgstr "Напълно оформена и стилизирана тема за вашите страници със събития."
400
+
401
+ #: ../admin-views/tribe-options-display.php:75
402
+ msgid "Events template"
403
+ msgstr "Темплейти за събития"
404
+
405
+ #: ../admin-views/tribe-options-display.php:76
406
+ msgid ""
407
+ "Choose a page template to control the appearance of your calendar and event "
408
+ "content."
409
+ msgstr "Изберете шаблон за изгледа на башия календар ."
410
+
411
+ #: ../admin-views/tribe-options-display.php:84
412
+ msgid "Enable event views"
413
+ msgstr "Включване на изглед Събития"
414
+
415
+ #: ../admin-views/tribe-options-display.php:85
416
+ msgid "You must select at least one view."
417
+ msgstr "Трябва да изберете поне един изглед."
418
+
419
+ #: ../admin-views/tribe-options-display.php:92
420
+ msgid "Default view"
421
+ msgstr "Изглед по подразбиране"
422
+
423
+ #: ../admin-views/tribe-options-display.php:100
424
+ msgid "Disable the Event Search Bar"
425
+ msgstr "Изключване на търсачката на събития"
426
+
427
+ #: ../admin-views/tribe-options-display.php:101
428
+ msgid "Check this to use the classic header."
429
+ msgstr "Отбележете, за да използвате класическия header."
430
+
431
+ #: ../admin-views/tribe-options-display.php:107
432
+ msgid "Month view events per day"
433
+ msgstr "Брой събития на ден, показващи се при месечен изглед"
434
+
435
+ #: ../admin-views/tribe-options-display.php:108
436
+ msgid "Allow more than the default 3 events per day in month view."
437
+ msgstr ""
438
+ "Позволете повече от 3 (по подразбиране) събития на ден в месечен изглед."
439
+
440
+ #: ../admin-views/tribe-options-display.php:115
441
+ msgid "Date Format Settings"
442
+ msgstr "Настройки за формат на датата"
443
+
444
+ #: ../admin-views/tribe-options-display.php:119
445
+ msgid ""
446
+ "<p>The following three fields accept the date format options available to "
447
+ "the php date() function. <a href=\"http://codex.wordpress.org/"
448
+ "Formatting_Date_and_Time\" target=\"_blank\">Learn how to make your own date "
449
+ "format here</a>.</p>"
450
+ msgstr ""
451
+ "Следващите три полета приемат опции за формат на датата, които се поддържат "
452
+ "от php date() function. <a href=\"http://codex.wordpress.org/"
453
+ "Formatting_Date_and_Time\" target=\"_blank\">Научете как да създадете свой "
454
+ "формат за датата</a>.</p>"
455
+
456
+ #: ../admin-views/tribe-options-display.php:123
457
+ msgid "Date with year"
458
+ msgstr "Дата с година"
459
+
460
+ #: ../admin-views/tribe-options-display.php:124
461
+ msgid ""
462
+ "Enter the format to use for displaying dates with the year. Used when "
463
+ "showing an event from a past or future year, also used for dates in view "
464
+ "headers."
465
+ msgstr ""
466
+ "Въведете формат на датата, който да се използва при показване на дати с "
467
+ "година. Използва се за отминали или бъдещи събития, както и за дати в хедъри."
468
+
469
+ #: ../admin-views/tribe-options-display.php:131
470
+ msgid "Date without year"
471
+ msgstr "Дата без година"
472
+
473
+ #: ../admin-views/tribe-options-display.php:132
474
+ msgid ""
475
+ "Enter the format to use for displaying dates without a year. Used when "
476
+ "showing an event from the current year."
477
+ msgstr ""
478
+ "Въведете формат на датата, който да се използва при показване на дати без "
479
+ "година. Използва се за събития през текущата година."
480
+
481
+ #: ../admin-views/tribe-options-display.php:139
482
+ msgid "Month and year format"
483
+ msgstr "Формат на месеца и годината"
484
+
485
+ #: ../admin-views/tribe-options-display.php:140
486
+ msgid ""
487
+ "Enter the format to use for dates that show a month and year only. Used on "
488
+ "month view."
489
+ msgstr ""
490
+ "Въведете формат на датата, който да се използва при показване на дати само с "
491
+ "месец и година. Използва се при месечен изглед."
492
+
493
+ #: ../admin-views/tribe-options-display.php:147
494
+ msgid "Date time separator"
495
+ msgstr "Разделител за време, дата"
496
+
497
+ #: ../admin-views/tribe-options-display.php:148
498
+ msgid ""
499
+ "Enter the separator that will be placed between the date and time, when both "
500
+ "are shown."
501
+ msgstr ""
502
+ "Въведете разделител, който да се показва между датата и часа, когато и двете "
503
+ "са показани."
504
+
505
+ #: ../admin-views/tribe-options-display.php:155
506
+ msgid "Time range separator"
507
+ msgstr "Разделител за период от време"
508
+
509
+ #: ../admin-views/tribe-options-display.php:156
510
+ msgid ""
511
+ "Enter the separator that will be used between the start and end time of an "
512
+ "event."
513
+ msgstr ""
514
+ "Въведете разделител, който да се показва между началния и крайния час на "
515
+ "събитие."
516
+
517
+ #: ../admin-views/tribe-options-display.php:163
518
+ msgid "Datepicker Date Format"
519
+ msgstr "Формат на датата за Datepicker"
520
+
521
+ #: ../admin-views/tribe-options-display.php:164
522
+ msgid "Select the date format to use in datepickers"
523
+ msgstr "Формат на датата в прозореца за избор на дата"
524
+
525
+ #: ../admin-views/tribe-options-display.php:181
526
+ msgid "Advanced Template Settings"
527
+ msgstr "Разширени настройки на шаблоните"
528
+
529
+ #: ../admin-views/tribe-options-display.php:185
530
+ msgid "Add HTML before event content"
531
+ msgstr "Добавяне на HTML преди съдържанието на събитието"
532
+
533
+ #: ../admin-views/tribe-options-display.php:186
534
+ msgid ""
535
+ "If you are familiar with HTML, you can add additional code before the event "
536
+ "template. Some themes may require this to help with styling or layout."
537
+ msgstr ""
538
+ "Ако сте запознати с HTML, можете да добавите код преди темплейта за "
539
+ "събития. При някои теми това е необходимо, с цел да се улесни стилизирането "
540
+ "или оформлението."
541
+
542
+ #: ../admin-views/tribe-options-display.php:191
543
+ msgid "Add HTML after event content"
544
+ msgstr "Вмъкване на HTML след описанието на събитието"
545
+
546
+ #: ../admin-views/tribe-options-display.php:192
547
+ msgid ""
548
+ "If you are familiar with HTML, you can add additional code after the event "
549
+ "template. Some themes may require this to help with styling or layout."
550
+ msgstr ""
551
+ "Ако сте запознати с HTML, можете да добавите код след темплейта за събития. "
552
+ "При някои теми това е необходимо, с цел да се улесни стилизирането или "
553
+ "оформлението."
554
+
555
+ #: ../admin-views/tribe-options-general.php:14
556
+ msgid "Finding & extending your calendar."
557
+ msgstr "Намиране и разширяване на календара."
558
+
559
+ #: ../admin-views/tribe-options-general.php:19
560
+ msgid "Finding your calendar."
561
+ msgstr "Намиране на календара."
562
+
563
+ #: ../admin-views/tribe-options-general.php:24
564
+ msgid "Where's my calendar?"
565
+ msgstr "Къде е календарът ми?"
566
+
567
+ #: ../admin-views/tribe-options-general.php:24
568
+ msgid "Right here"
569
+ msgstr "Точно тук"
570
+
571
+ #: ../admin-views/tribe-options-general.php:28
572
+ msgid ""
573
+ "Looking for additional functionality including recurring events, custom "
574
+ "meta, community events, ticket sales and more?"
575
+ msgstr ""
576
+ "Нуждаете се от допълнителна функционалност, като например повтарящи се "
577
+ "събития, персонализирана metadata, продажба на билети и др.?"
578
+
579
+ #: ../admin-views/tribe-options-general.php:28
580
+ msgid "Check out the available add-ons"
581
+ msgstr "Разгледайте наличните add-on-и"
582
+
583
+ #: ../admin-views/tribe-options-general.php:33
584
+ msgid "We hope our plugin is helping you out."
585
+ msgstr "Надяваме се, че нашият плъгин ви е в помощ."
586
+
587
+ #: ../admin-views/tribe-options-general.php:37
588
+ msgid ""
589
+ "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
590
+ "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
591
+ "is recognition. Add a small text-only link at the bottom of your calendar "
592
+ "pointing to The Events Calendar project."
593
+ msgstr ""
594
+ "Мислите ли си \"Уха, този plugin е невероятен! Трябва да благодаря на Modern "
595
+ "Tribe за усърдната им работа.\"? Най-добрия начин да ни благодарите е да "
596
+ "поставите малък текстов линк под календара, който води към страницата на "
597
+ "проекта."
598
+
599
+ #: ../admin-views/tribe-options-general.php:37
600
+ #: ../admin-views/tribe-options-general.php:42
601
+ msgid "See an example of the link"
602
+ msgstr "Преглед на примерен линк"
603
+
604
+ #: ../admin-views/tribe-options-general.php:42
605
+ msgid ""
606
+ "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
607
+ "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
608
+ "is recognition. Add a small text only link at the bottom of your calendar "
609
+ "pointing to The Events Calendar project."
610
+ msgstr ""
611
+ "Мислите ли си \"Уха, този plugin е невероятен! Трябва да благодаря на Modern "
612
+ "Tribe за усърдната им работа.\"? Най-добрия начин да ни благодарите е да "
613
+ "поставите малък текстов линк под календара, който води към страницата на "
614
+ "проекта."
615
+
616
+ #: ../admin-views/tribe-options-general.php:47
617
+ msgid "Show The Events Calendar link"
618
+ msgstr "Показване на линка на Календара"
619
+
620
+ #: ../admin-views/tribe-options-general.php:61
621
+ msgid "General Settings"
622
+ msgstr "Общи настройки"
623
+
624
+ #: ../admin-views/tribe-options-general.php:65
625
+ msgid "Number of events to show per page"
626
+ msgstr "Брой събития, показващи се на страница"
627
+
628
+ #: ../admin-views/tribe-options-general.php:72
629
+ msgid "Use Javascript to control date filtering"
630
+ msgstr "Използвай Javascript за контрол на филтъра по дата"
631
+
632
+ #: ../admin-views/tribe-options-general.php:73
633
+ msgid ""
634
+ "This option is disabled when \"Disable the Event Search Bar\" is checked on "
635
+ "the Display settings tab."
636
+ msgstr ""
637
+ "Тази опция е изключена, когато е сложена отметка на \"Изключване на "
638
+ "Търсенето за събития\" в таб Настройки на екран."
639
+
640
+ #: ../admin-views/tribe-options-general.php:73
641
+ msgid ""
642
+ "Enable live ajax for datepicker on front end (User submit not required)."
643
+ msgstr ""
644
+ "Включване на live ajax за прозореца за избор на дата (Не изисква "
645
+ "потвърждение от потребителя)."
646
+
647
+ #: ../admin-views/tribe-options-general.php:81
648
+ msgid "Show comments"
649
+ msgstr "Показване на коментарите"
650
+
651
+ #: ../admin-views/tribe-options-general.php:82
652
+ msgid "Enable comments on event pages."
653
+ msgstr "Включване на коментарите на страниците на събитията"
654
+
655
+ #: ../admin-views/tribe-options-general.php:88
656
+ msgid "Include events in main blog loop"
657
+ msgstr "Включване на събитията в главния loop на блога"
658
+
659
+ #: ../admin-views/tribe-options-general.php:89
660
+ msgid ""
661
+ "Show events with the site's other posts. When this box is checked, events "
662
+ "will also continue to appear on the default events page."
663
+ msgstr ""
664
+ "Показване на събитията заедно с останалите публикации на сайта. Събитията ще "
665
+ "продължат да се показват и в страницата с календара."
666
+
667
+ #: ../admin-views/tribe-options-general.php:95
668
+ #: ../admin-views/tribe-options-general.php:101
669
+ msgid "Events URL slug"
670
+ msgstr "URL за събития"
671
+
672
+ #: ../admin-views/tribe-options-general.php:96
673
+ #, php-format
674
+ msgid ""
675
+ "You cannot edit the slug for your events page as you do not have pretty "
676
+ "permalinks enabled. The current URL for your events page is <a href=\"%s\">"
677
+ "%s</a>. In order to edit the slug here, <a href=\"%soptions-permalink.php"
678
+ "\">enable pretty permalinks</a>."
679
+ msgstr ""
680
+ "Не можете да променяте адреса на календара, защото permalinks не са "
681
+ "включени. В момента URL адреса на страницата със събитията е <a href=\"%s\">"
682
+ "%s</a>. <a href=\"%soptions-permalink.php\">Включете permalinks,</a>, за да "
683
+ "можете да промените този адрес."
684
+
685
+ #: ../admin-views/tribe-options-general.php:108
686
+ #: ../public/template-tags/options.php:18
687
+ msgid "The slug used for building the events URL."
688
+ msgstr "Префикс използван за сглобяване на линка на календара."
689
+
690
+ #: ../admin-views/tribe-options-general.php:108
691
+ #, php-format
692
+ msgid "Your current events URL is: %s"
693
+ msgstr "В момента адреса на календара е: %s"
694
+
695
+ #: ../admin-views/tribe-options-general.php:113
696
+ #: ../public/template-tags/options.php:37
697
+ msgid "Here is the iCal feed URL for your events:"
698
+ msgstr "URL-а за iCal потока на събитията е:"
699
+
700
+ #: ../admin-views/tribe-options-general.php:118
701
+ msgid "Single event URL slug"
702
+ msgstr "URL адрес на събитие"
703
+
704
+ #: ../admin-views/tribe-options-general.php:125
705
+ #, php-format
706
+ msgid ""
707
+ "The above should ideally be plural, and this singular.<br />Your single "
708
+ "event URL is: %s"
709
+ msgstr ""
710
+ "Горното трябва да е в множествено число, а това в единично. <br />URL-ът за "
711
+ "отделно събитие е:: %s"
712
+
713
+ #: ../admin-views/tribe-options-general.php:130
714
+ msgid "End of day cutoff"
715
+ msgstr "Денят свършва в"
716
+
717
+ #: ../admin-views/tribe-options-general.php:138
718
+ msgid ""
719
+ "Have an event that runs past midnight? Select a time after that event's end "
720
+ "to avoid showing the event on the next day's calendar."
721
+ msgstr ""
722
+ "Имате събитие което свършва след полунощ? Изберете час след края на "
723
+ "събитието, за да избегнете показването му в календара за следващия ден."
724
+
725
+ #: ../admin-views/tribe-options-general.php:143
726
+ msgid "Default currency symbol"
727
+ msgstr "Валута по подразбиране"
728
+
729
+ #: ../admin-views/tribe-options-general.php:144
730
+ msgid ""
731
+ "Set the default currency symbol for event costs. Note that this only impacts "
732
+ "future events, and changes made will not apply retroactively."
733
+ msgstr ""
734
+ "Задава валутния символ/съкращение по подразбиране. Това ще се отрази само на "
735
+ "събития, които вкарвате или обновявате след промяната, но не и на вече "
736
+ "въведените."
737
+
738
+ #: ../admin-views/tribe-options-general.php:151
739
+ msgid "Currency symbol follows value"
740
+ msgstr "Знака за валутата да е след стойността"
741
+
742
+ #: ../admin-views/tribe-options-general.php:152
743
+ msgid ""
744
+ "The currency symbol normally precedes the value. Enabling this option "
745
+ "positions the symbol after the value."
746
+ msgstr ""
747
+ "Обикновено знака за валутата е преди стойността. Включването на тази опция "
748
+ "го премества след стойността."
749
+
750
+ #: ../admin-views/tribe-options-general.php:158
751
+ msgid "Map Settings"
752
+ msgstr "Настройки на карта"
753
+
754
+ #: ../admin-views/tribe-options-general.php:162
755
+ msgid "Enable Google Maps"
756
+ msgstr "Включи Google Карти"
757
+
758
+ #: ../admin-views/tribe-options-general.php:163
759
+ msgid "Check to enable maps for events and venues."
760
+ msgstr "Отбележете, за да включите картите за събития и места."
761
+
762
+ #: ../admin-views/tribe-options-general.php:170
763
+ msgid "Google Maps default zoom level"
764
+ msgstr "Степен на приближение в Google Карти по подразбиране"
765
+
766
+ #: ../admin-views/tribe-options-general.php:171
767
+ msgid "0 = zoomed out; 21 = zoomed in."
768
+ msgstr "0 = максимално отдалечено; 21 = максимално приближено."
769
+
770
+ #: ../admin-views/tribe-options-general.php:179
771
+ msgid "Miscellaneous Settings"
772
+ msgstr "Други настройки"
773
+
774
+ #: ../admin-views/tribe-options-general.php:183
775
+ msgid "Duplicate Venues &amp; Organizers"
776
+ msgstr "Дублиращи се Места и Организатори"
777
+
778
+ #: ../admin-views/tribe-options-general.php:183
779
+ #: ../lib/tribe-amalgamator.php:252
780
+ msgid "Merge Duplicates"
781
+ msgstr "Обединяване на повторенията"
782
+
783
+ #: ../admin-views/tribe-options-general.php:183
784
+ msgid ""
785
+ "You might find duplicate venues and organizers when updating The Events "
786
+ "Calendar from a pre-3.0 version. Click this button to automatically merge "
787
+ "identical venues and organizers."
788
+ msgstr ""
789
+ "Може да бъдат открити дублиращи се места и организатори след обновяване на "
790
+ "The Events Calendar от версия, по-стара от 3.0. Кликнете този бутон, за да "
791
+ "активирате автоматично сливане на идентичните места и събития."
792
+
793
+ #: ../admin-views/tribe-options-general.php:188
794
+ msgid "Debug mode"
795
+ msgstr "Debug mode"
796
+
797
+ #: ../admin-views/tribe-options-general.php:194
798
+ #, php-format
799
+ msgid ""
800
+ "Enable this option to log debug information. By default this will log to "
801
+ "your server PHP error log. If you'd like to see the log messages in your "
802
+ "browser, then we recommend that you install the %s and look for the \"Tribe"
803
+ "\" tab in the debug output."
804
+ msgstr ""
805
+ "Включете тази опция, за да записвате log с информация за възникналите "
806
+ "грешки. По подразбиране, лога ще се записва в PHP error log-а на сървъра ви. "
807
+ "Ако желаете да виждате съобщенията за грешки в браузър-а си, тогава ви "
808
+ "препоръчваме да инсталирате %s и да потърсите таб \"Tribe\" в debug output."
809
+
810
+ #: ../admin-views/tribe-options-general.php:194
811
+ msgid "Debug Bar Plugin"
812
+ msgstr "Debug Bar Plugin"
813
+
814
+ #: ../admin-views/tribe-options-help.php:18
815
+ msgctxt "not available"
816
+ msgid "n/a"
817
+ msgstr "n/a"
818
+
819
+ #: ../admin-views/tribe-options-help.php:19
820
+ msgid "You need to upgrade!"
821
+ msgstr "Необходимо е да обновите Plug-in-а!"
822
+
823
+ #: ../admin-views/tribe-options-help.php:19
824
+ msgid "You are up to date!"
825
+ msgstr "Разполагате с най-новата версия!"
826
+
827
+ #: ../admin-views/tribe-options-help.php:42
828
+ msgid "The Events Calendar PRO"
829
+ msgstr "The Events Calendar PRO"
830
+
831
+ #: ../admin-views/tribe-options-help.php:46
832
+ msgid "The Events Calendar: Eventbrite Tickets"
833
+ msgstr "The Events Calendar: Eventbrite билети"
834
+
835
+ #: ../admin-views/tribe-options-help.php:50
836
+ msgid "The Events Calendar: Community Events"
837
+ msgstr "The Events Calendar: Събития на общността"
838
+
839
+ #: ../admin-views/tribe-options-help.php:54
840
+ msgid "The Events Calendar: Facebook Events"
841
+ msgstr "The Events Calendar: Facebook събития"
842
+
843
+ #: ../admin-views/tribe-options-help.php:58
844
+ msgid "The Events Calendar: WooCommerce Tickets"
845
+ msgstr "The Events Calendar: WooCommerce събития"
846
+
847
+ #: ../admin-views/tribe-options-help.php:63
848
+ msgid "The Events Calendar: EDD Tickets"
849
+ msgstr "The Events Calendar: EDD билети"
850
+
851
+ #: ../admin-views/tribe-options-help.php:68
852
+ msgid "The Events Calendar: WPEC Tickets"
853
+ msgstr "The Events Calendar: WPEC билети"
854
+
855
+ #: ../admin-views/tribe-options-help.php:73
856
+ msgid "The Events Calendar: Shopp Tickets"
857
+ msgstr "The Events Calendar: Купуване на билети"
858
+
859
+ #: ../admin-views/tribe-options-help.php:78
860
+ msgid "The Events Calendar: Filter Bar"
861
+ msgstr "The Events Calendar: Filter Bar"
862
+
863
+ #: ../admin-views/tribe-options-help.php:87
864
+ msgid ""
865
+ "If this is your first time using The Events Calendar, you're in for a treat "
866
+ "and are already well on your way to creating a first event. Here are some "
867
+ "basics we've found helpful for users jumping into it for the first time:"
868
+ msgstr ""
869
+ "Ако за първи път използвате The Events Calendar и сте готови да създадете "
870
+ "първото си събитие, тук ще откриете някои съвети, полезни за нови "
871
+ "потребители:"
872
+
873
+ #: ../admin-views/tribe-options-help.php:90
874
+ #, php-format
875
+ msgid ""
876
+ "%sOur New User Primer%s was designed for folks in your exact position. "
877
+ "Featuring both step-by-step videos and written walkthroughs that feature "
878
+ "accompanying screenshots, the primer aims to take you from zero to hero in "
879
+ "no time."
880
+ msgstr ""
881
+ "%sНовият ни съветник Първи стъпки%s е създаден за хора във вашето положение. "
882
+ "Той включва видеа и обяснения тип Стъпка по Стъпка илюстрирани със "
883
+ "съответните screenshot-и, което ще ви превърне в специалист за нула време."
884
+
885
+ #: ../admin-views/tribe-options-help.php:92
886
+ #, php-format
887
+ msgid ""
888
+ "%sInstallation/Setup FAQs%s from our support page can help give an overview "
889
+ "of what the plugin can and cannot do. This section of the FAQs may be "
890
+ "helpful as it aims to address any basic install questions not addressed by "
891
+ "the new user primer."
892
+ msgstr ""
893
+ "%sFAQs за инсталация/настройка%s от нашата страница за поддръжка могат да ви "
894
+ "помогнат да разберете какво може и какво не може нашето разширение. Тази "
895
+ "секция от Често задаваните въпроси може да ви е от полза при правене на "
896
+ "базови настройки, които не са включени в съветника Първи стъпки."
897
+
898
+ #: ../admin-views/tribe-options-help.php:94
899
+ #, php-format
900
+ msgid ""
901
+ "Are you developer looking to build your own frontend view? We created an "
902
+ "example plugin that demonstrates how to register a new view. You can "
903
+ "%sdownload the plugin at GitHub%s to get started."
904
+ msgstr ""
905
+ "Вие сте разработчик, който иска да създаде собствен изглед за The Events "
906
+ "Calendar? Ние създадохме демонстрационен plugin, който да покаже как се "
907
+ "регистрира новия изглед. Можете да %sизтеглите plugin-а от GitHub%s , за да "
908
+ "започнете."
909
+
910
+ #: ../admin-views/tribe-options-help.php:96
911
+ msgid ""
912
+ "Otherwise, if you're feeling adventurous, you can get started by heading to "
913
+ "the Events menu and adding your first event."
914
+ msgstr ""
915
+ "В случай, че се чувствате готови, можете да преминете към меню Събития, за "
916
+ "да добавите първото си събитие."
917
+
918
+ #: ../admin-views/tribe-options-help.php:100
919
+ #, php-format
920
+ msgid ""
921
+ "We've redone our support page from the ground up in an effort to better help "
922
+ "our users. Head over to our %sSupport Page%s and you'll find lots of great "
923
+ "resources, including:"
924
+ msgstr ""
925
+ "С цел да оказваме по-добра помощ на потребителите, създадохме чисто нова "
926
+ "страница за поддръжка. Отидете на %sСтраницата за поддръжка%s, където ще "
927
+ "намерите много помощни материали:"
928
+
929
+ #: ../admin-views/tribe-options-help.php:102
930
+ #, php-format
931
+ msgid ""
932
+ "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar "
933
+ "&amp; Events Calendar PRO"
934
+ msgstr ""
935
+ "%sШаблони, функции и филтри%s за The Events Calendar &amp; Events Calendar "
936
+ "PRO"
937
+
938
+ #: ../admin-views/tribe-options-help.php:104
939
+ #, php-format
940
+ msgid ""
941
+ "%sFrequently Asked Questions%s ranging from the most basic setup questions "
942
+ "to advanced themer tweaks"
943
+ msgstr ""
944
+ "%sЧесто задавани въпроси%s вариращи от въпроси за основни настройки до "
945
+ "настройки за напреднали"
946
+
947
+ #: ../admin-views/tribe-options-help.php:106
948
+ #, php-format
949
+ msgid ""
950
+ "%sTutorials%s written by both members of our team and users from the "
951
+ "community, covering custom queries, integration with third-party themes and "
952
+ "plugins, etc."
953
+ msgstr ""
954
+ "%sУроци%s написани от членове на екипа ни или от наши потребители относно "
955
+ "персонални желания, интеграция, теми и разширения на трети страни и др."
956
+
957
+ #: ../admin-views/tribe-options-help.php:108
958
+ msgid ""
959
+ "Release notes for painting an overall picture of the plugin's lifecycle and "
960
+ "when features/bug fixes were introduced."
961
+ msgstr ""
962
+ "Представена е информация за обновленията, която да очертае времевата рамка "
963
+ "на бъдещите обновления и жизнения цикъл на притурката."
964
+
965
+ #: ../admin-views/tribe-options-help.php:110
966
+ #, php-format
967
+ msgid ""
968
+ "%sAdd-on documentation%s for all of Modern Tribe's official extensions for "
969
+ "The Events Calendar (including WooTickets, Community Events, Eventbrite "
970
+ "Tickets, Facebook Events, etc)"
971
+ msgstr ""
972
+ "%sДокументация%s за всички официални разширения за продуктите на Modern "
973
+ "Tribe (вкл. WooTickets, Community Events, Eventbrite Tickets, Facebook "
974
+ "Events и др.)"
975
+
976
+ #: ../admin-views/tribe-options-help.php:112
977
+ #, php-format
978
+ msgid ""
979
+ "We've also got a %sModern Tribe UserVoice%s page where we're actively "
980
+ "watching for feature ideas from the community. If after playing with the "
981
+ "plugin and reviewing the resources above, you're finding a feature isn't "
982
+ "present that should be, let us know. Vote up existing feature requests or "
983
+ "add your own, and help us shape the future of the products business in a way "
984
+ "that best meets the community's needs."
985
+ msgstr ""
986
+ "Ние имаме и %sModern Tribe UserVoice%s страница, където редовно следим за "
987
+ "нови идеи от потребителското общество. Ако след употребата на разширението "
988
+ "сте се сетили за функионалност, която не е налична в момента, молим да ни "
989
+ "уведомите. Гласувайте за вече публикуваните идеи или добавете собствена, за "
990
+ "да ни помогнете да отговорим по-добре на нуждите на потребителите си за в "
991
+ "бъдеще."
992
+
993
+ #: ../admin-views/tribe-options-help.php:116
994
+ #, php-format
995
+ msgid ""
996
+ "Written documentation can only take things so far...sometimes, you need help "
997
+ "from a real person. This is where our %ssupport forums%s come into play."
998
+ msgstr ""
999
+ "Писмената документация стига до тук... понякога е необходима човешка помощ. "
1000
+ "Така на помощ идват нашите %sфоруми за поддръжка%s."
1001
+
1002
+ #: ../admin-views/tribe-options-help.php:117
1003
+ #, php-format
1004
+ msgid ""
1005
+ "Users of the free The Events Calendar should post their support concerns to "
1006
+ "the plugin's %sWordPress.org support forum%s. While we are happy to help "
1007
+ "identify and fix bugs that are reported at WordPress.org, please make sure "
1008
+ "to read our %ssupport expectations sticky thread%s before posting so you "
1009
+ "understand our limitations."
1010
+ msgstr ""
1011
+ "Потребителите на безплатната версия на The Events Calendar могат да споделят "
1012
+ "проблема си във %sфорума на разширението на WordPress.org%s. С удоволствие "
1013
+ "ще ви съдействаме за откриването и отстраняването на проблема, който сте "
1014
+ "докладвали на WordPress.org, но имайте в предвид, че безплатната поддръжка е "
1015
+ "ограничена. Повече за това можете да %sпрочетете тук%s."
1016
+
1017
+ #: ../admin-views/tribe-options-help.php:118
1018
+ msgid ""
1019
+ "We hit the WordPress.org forum throughout the week, watching for bugs. If "
1020
+ "you report a legitimate bug that we're able to reproduce, we will log it and "
1021
+ "patch for an upcoming release. However we are unfortunately unable to "
1022
+ "provide customization tips or assist in integrating with 3rd party plugins "
1023
+ "or themes."
1024
+ msgstr ""
1025
+ "Проверяваме форума на WordPress.org за открити бъгове всяка седмица. Ако сте "
1026
+ "докладвали реален бъг, който успеем да възпроизведем, ще го отстраним с "
1027
+ "едино от следващите обновления. За съжаление не сме в състияние да предложим "
1028
+ "помощ за персонализиране, осъвместяване или интегриране на разширението в "
1029
+ "теми и разширения на трети страни."
1030
+
1031
+ #: ../admin-views/tribe-options-help.php:119
1032
+ #, php-format
1033
+ msgid ""
1034
+ "If you're a user of The Events Calendar and would like more support, please "
1035
+ "%spurchase a PRO license%s. We hit the PRO forums daily, and can provide a "
1036
+ "deeper level of customization/integration support for paying users than we "
1037
+ "can on WordPress.org."
1038
+ msgstr ""
1039
+ "Ако сте потребител на The Events Calendar и имате нужда от допълнителна "
1040
+ "поддръжка, %sпоръчайте PRO лиценз%s. PRO форумите за поддръжка се преглеждат "
1041
+ "всеки ден. "
1042
+
1043
+ #: ../admin-views/tribe-options-help.php:123
1044
+ #, php-format
1045
+ msgid ""
1046
+ "If you find that you aren't getting the level of service you've come to "
1047
+ "expect from Modern Tribe, shoot us an email at %s or tweet %s and tell us "
1048
+ "why. We'll do what we can to make it right."
1049
+ msgstr ""
1050
+ "Ако смятате, че не получавате необходимата помощ от Modern Tribe, пишете ни "
1051
+ "email на %s или tweet %s, за да ни кажете защо. Ще направим всичко по силите "
1052
+ "си, за да оправим нещата."
1053
+
1054
+ #: ../admin-views/tribe-options-help.php:124
1055
+ msgid "More..."
1056
+ msgstr "Още..."
1057
+
1058
+ #: ../admin-views/tribe-options-help.php:132
1059
+ msgid ""
1060
+ "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much "
1061
+ "for installing our labor of love!"
1062
+ msgstr ""
1063
+ "Здравейте! Ние сме Modern Tribe и сме тук, за да ви помогнем да сритвате "
1064
+ "задници. Искрено ви благодарим, че инсталирахте резултата от нашия труд!"
1065
+
1066
+ #: ../admin-views/tribe-options-help.php:138
1067
+ msgid "Getting Started"
1068
+ msgstr "От къде да започнете"
1069
+
1070
+ #: ../admin-views/tribe-options-help.php:141
1071
+ msgid "Support Resources To Help You Kick Ass"
1072
+ msgstr "Помощни материали, с които ще ви е по-лесно да сритвате задници"
1073
+
1074
+ #: ../admin-views/tribe-options-help.php:144
1075
+ msgid "Forums: Because Everyone Needs A Buddy"
1076
+ msgstr "Форуми: Защото всеки се нуждае от сродна душа"
1077
+
1078
+ #: ../admin-views/tribe-options-help.php:147
1079
+ msgid "Not getting help?"
1080
+ msgstr "Не получавате помощ?"
1081
+
1082
+ #: ../admin-views/tribe-options-help.php:159
1083
+ #: ../lib/the-events-calendar.class.php:567
1084
+ #: ../lib/tribe-settings.class.php:129
1085
+ msgid "The Events Calendar"
1086
+ msgstr "The Events Calendar"
1087
+
1088
+ #: ../admin-views/tribe-options-help.php:163
1089
+ msgid "Latest Version:"
1090
+ msgstr "Последна версия:"
1091
+
1092
+ #: ../admin-views/tribe-options-help.php:164
1093
+ msgid "Author:"
1094
+ msgstr "Автор:"
1095
+
1096
+ #: ../admin-views/tribe-options-help.php:164
1097
+ msgid "Modern Tribe Inc"
1098
+ msgstr "Modern Tribe Inc"
1099
+
1100
+ #: ../admin-views/tribe-options-help.php:165
1101
+ msgid "Requires:"
1102
+ msgstr "Изисква:"
1103
+
1104
+ #: ../admin-views/tribe-options-help.php:165
1105
+ msgid "WordPress "
1106
+ msgstr "WordPress "
1107
+
1108
+ #: ../admin-views/tribe-options-help.php:166
1109
+ msgid "Wordpress.org Plugin Page"
1110
+ msgstr "Wordpress.org страница за Plugin-и"
1111
+
1112
+ #: ../admin-views/tribe-options-help.php:171
1113
+ msgid "Average Rating"
1114
+ msgstr "Среден рейтинг"
1115
+
1116
+ #: ../admin-views/tribe-options-help.php:175
1117
+ #, php-format
1118
+ msgid "Based on %d rating"
1119
+ msgid_plural "Based on %d ratings"
1120
+ msgstr[0] "На базата на %d отзив"
1121
+ msgstr[1] "На базата на %d отзива"
1122
+
1123
+ #: ../admin-views/tribe-options-help.php:176
1124
+ msgid "Give us 5 stars!"
1125
+ msgstr "Дай ни 5 звезди!"
1126
+
1127
+ #: ../admin-views/tribe-options-help.php:179
1128
+ msgid "Premium Add-Ons"
1129
+ msgstr "Premium Add-Ons"
1130
+
1131
+ #: ../admin-views/tribe-options-help.php:185
1132
+ msgid "(Coming Soon!)"
1133
+ msgstr "(Очаквайте скоро!)"
1134
+
1135
+ #: ../admin-views/tribe-options-help.php:192
1136
+ msgid "News and Tutorials"
1137
+ msgstr "Новини и напътствия"
1138
+
1139
+ #: ../admin-views/tribe-options-network.php:14
1140
+ msgid "Network Settings"
1141
+ msgstr "Настройки на мрежа"
1142
+
1143
+ #: ../admin-views/tribe-options-network.php:18
1144
+ msgid ""
1145
+ "This is where all of the global network settings for Modern Tribe's The "
1146
+ "Events Calendar can be modified."
1147
+ msgstr ""
1148
+ "Тук е мястото, откъдето могат да се променят всички глобални настройки на "
1149
+ "Modern Tribe's The Events Calendar."
1150
+
1151
+ #: ../admin-views/tribe-options-network.php:26
1152
+ msgid "Hide the following settings tabs on every site:"
1153
+ msgstr "Скрии тези табове с настройки на всеки сайт:"
1154
+
1155
+ #: ../admin-views/venue-meta-box.php:27
1156
+ #: ../public/advanced-functions/meta.php:422
1157
+ msgid "Address:"
1158
+ msgstr "Адрес:"
1159
+
1160
+ #: ../admin-views/venue-meta-box.php:31
1161
+ msgid "City:"
1162
+ msgstr "Град:"
1163
+
1164
+ #: ../admin-views/venue-meta-box.php:35
1165
+ msgid "Country:"
1166
+ msgstr "Държава:"
1167
+
1168
+ #: ../admin-views/venue-meta-box.php:73
1169
+ msgid "State or Province:"
1170
+ msgstr "Област (щат):"
1171
+
1172
+ #: ../admin-views/venue-meta-box.php:76
1173
+ msgid "Select a State:"
1174
+ msgstr "Щат:"
1175
+
1176
+ #: ../admin-views/venue-meta-box.php:89
1177
+ msgid "Postal Code:"
1178
+ msgstr "Пощенски код:"
1179
+
1180
+ #: ../admin-views/venue-meta-box.php:112 ../admin-views/venue-meta-box.php:134
1181
+ msgid "Show Google Map:"
1182
+ msgstr "Покажи Google карти:"
1183
+
1184
+ #: ../admin-views/venue-meta-box.php:122 ../admin-views/venue-meta-box.php:144
1185
+ msgid "Show Google Maps Link:"
1186
+ msgstr "Показване на Google карти линк:"
1187
+
1188
+ #: ../admin-views/widget-admin-list.php:11
1189
+ msgid "Title:"
1190
+ msgstr "Заглавие:"
1191
+
1192
+ #: ../admin-views/widget-admin-list.php:16
1193
+ msgid "Show:"
1194
+ msgstr "Покажи:"
1195
+
1196
+ #: ../admin-views/widget-admin-list.php:24
1197
+ msgid "Show widget only if there are upcoming events:"
1198
+ msgstr "Показване на уиджета само ако има предстоящи събития:"
1199
+
1200
+ #: ../lib/io/csv/admin-views/columns.php:22
1201
+ #, php-format
1202
+ msgid "Column Mapping: %s"
1203
+ msgstr "Column Mapping: %s"
1204
+
1205
+ #: ../lib/io/csv/admin-views/columns.php:28
1206
+ msgid "Please choose the fields that best match the columns in your CSV file."
1207
+ msgstr ""
1208
+ "Моля, изберете полето, което най-добре описва колоните във вашия CSV файл."
1209
+
1210
+ #: ../lib/io/csv/admin-views/columns.php:33
1211
+ msgid "Column Headings"
1212
+ msgstr "Заглавия на колони"
1213
+
1214
+ #: ../lib/io/csv/admin-views/columns.php:34
1215
+ msgid "Event Fields"
1216
+ msgstr "Полета на събитието"
1217
+
1218
+ #: ../lib/io/csv/admin-views/columns.php:45
1219
+ msgid "Perform Import"
1220
+ msgstr "Започни импортирането"
1221
+
1222
+ #: ../lib/io/csv/admin-views/header.php:11
1223
+ msgid "Events Import (CSV)"
1224
+ msgstr "Импортиране на събития (CSV)"
1225
+
1226
+ #: ../lib/io/csv/admin-views/import.php:17
1227
+ msgid "Import Instructions"
1228
+ msgstr "Инструкции за импортиране"
1229
+
1230
+ #: ../lib/io/csv/admin-views/import.php:20
1231
+ msgid "If your events have Organizers or Venues, please import those first."
1232
+ msgstr ""
1233
+ "Ако вашите събития имат организатори или места, моля първо ги импортирайте."
1234
+
1235
+ #: ../lib/io/csv/admin-views/import.php:21
1236
+ msgid "To import organizers or venues:"
1237
+ msgstr "За импортиране на организатори и места:"
1238
+
1239
+ #: ../lib/io/csv/admin-views/import.php:23
1240
+ msgid "Select the appropriate import type."
1241
+ msgstr "Изберете подходящия вид импортиране."
1242
+
1243
+ #: ../lib/io/csv/admin-views/import.php:24
1244
+ #: ../lib/io/csv/admin-views/import.php:30
1245
+ msgid ""
1246
+ "Upload a CSV file with one record on each line. The first line may contain "
1247
+ "column names (check the box below)."
1248
+ msgstr ""
1249
+ "Качете CSV файл с по един запис на всеки ред. Първия ред може да съдържа "
1250
+ "имената на колоните (отбележете отметката по-долу)."
1251
+
1252
+ #: ../lib/io/csv/admin-views/import.php:25
1253
+ msgid ""
1254
+ "One column in your CSV should have the Organizer/Venue name. All other "
1255
+ "fields are optional."
1256
+ msgstr ""
1257
+ "Една колона във вашия CSV файл трява да съдържа името на Организатора/"
1258
+ "Мястото. Всички останали полета не са задължителни."
1259
+
1260
+ #: ../lib/io/csv/admin-views/import.php:26
1261
+ #: ../lib/io/csv/admin-views/import.php:32
1262
+ msgid ""
1263
+ "After you upload your file, you'll have the opportunity to indicate how the "
1264
+ "columns in your CSV map to fields in The Events Calendar."
1265
+ msgstr ""
1266
+ "След като качите CSV файла, ще имате възможност да определите на коя колона "
1267
+ "отговаря всяко поле в The Events Calendar."
1268
+
1269
+ #: ../lib/io/csv/admin-views/import.php:28
1270
+ msgid "After importing your Organizers and Venues, import your Events:"
1271
+ msgstr ""
1272
+ "След като импортирате Организаторите и Местата си, импортирайте събитията си:"
1273
+
1274
+ #: ../lib/io/csv/admin-views/import.php:31
1275
+ msgid ""
1276
+ "One column in your CSV should have the Event title. Another should have the "
1277
+ "Event start date. All other fields are optional."
1278
+ msgstr ""
1279
+ "Една колона във вашия CSV файл трява да съдържа името на Събитието. Всички "
1280
+ "останали полета не са задължителни."
1281
+
1282
+ #: ../lib/io/csv/admin-views/import.php:36
1283
+ #, php-format
1284
+ msgid "Questions? <a href=\"%s\">Watch the video</a>."
1285
+ msgstr "Въпроси? <a href=\"%s\">Изгедайте видеото</a>."
1286
+
1287
+ #: ../lib/io/csv/admin-views/import.php:43
1288
+ msgid "Import Type:"
1289
+ msgstr "Вид импортиране:"
1290
+
1291
+ #: ../lib/io/csv/admin-views/import.php:45
1292
+ msgid "Venues"
1293
+ msgstr "Места"
1294
+
1295
+ #: ../lib/io/csv/admin-views/import.php:46
1296
+ msgid "Organizers"
1297
+ msgstr "Организатори"
1298
+
1299
+ #: ../lib/io/csv/admin-views/import.php:47
1300
+ #: ../lib/the-events-calendar.class.php:1353
1301
+ #: ../lib/the-events-calendar.class.php:3884
1302
+ msgid "Events"
1303
+ msgstr "Събития"
1304
+
1305
+ #: ../lib/io/csv/admin-views/import.php:55
1306
+ msgid "CSV File:"
1307
+ msgstr "CSV файл:"
1308
+
1309
+ #: ../lib/io/csv/admin-views/import.php:58
1310
+ msgid ""
1311
+ "Upload a properly formatted, UTF-8 encoded CSV file. Not sure if your file "
1312
+ "is UTF-8 encoded? Make sure to specify the character encoding when you save "
1313
+ "the file, or pass it through a <a href='http://i-tools.org/charset/exec?"
1314
+ "dest=utf-8&src=auto&download=1'>conversion tool</a>."
1315
+ msgstr ""
1316
+ "Качете правилно форматиран CSV файл, с UTF-8 кодировка. Не сте сигурни дали "
1317
+ "кодировката на файла ви е UTF-8? Уверете се, че сте избрали правилната "
1318
+ "кодировка, когато записвате файла или го конвертирайте чрез онлайн туул като "
1319
+ "<a href='http://i-tools.org/charset/exec?"
1320
+ "dest=utf-8&src=auto&download=1'>този</a>."
1321
+
1322
+ #: ../lib/io/csv/admin-views/import.php:66
1323
+ msgid "This file has column names in the first row"
1324
+ msgstr "Файла има имена на колоните в първия ред"
1325
+
1326
+ #: ../lib/io/csv/admin-views/import.php:77
1327
+ msgid "Import CSV File"
1328
+ msgstr "Импортиране на CSV файл"
1329
+
1330
+ #: ../lib/io/csv/admin-views/result.php:13
1331
+ msgid "Import Result"
1332
+ msgstr "Импортиране на резултат"
1333
+
1334
+ #: ../lib/io/csv/admin-views/result.php:15
1335
+ msgid "Import complete!"
1336
+ msgstr "Импортирането завършено!"
1337
+
1338
+ #: ../lib/io/csv/admin-views/result.php:17
1339
+ #, php-format
1340
+ msgid "Inserted: %d"
1341
+ msgstr "Вмъкнато: %d"
1342
+
1343
+ #: ../lib/io/csv/admin-views/result.php:18
1344
+ #, php-format
1345
+ msgid "Updated: %d"
1346
+ msgstr "Обновено: %d"
1347
+
1348
+ #: ../lib/io/csv/admin-views/result.php:19
1349
+ #, php-format
1350
+ msgid "Skipped: %d"
1351
+ msgstr "Пропуснато: %d"
1352
+
1353
+ #: ../lib/io/csv/admin-views/result.php:23
1354
+ msgid "The import statistics above have the following meaning:"
1355
+ msgstr "Значение на статистиката от импртирането:"
1356
+
1357
+ #: ../lib/io/csv/admin-views/result.php:24
1358
+ msgid ""
1359
+ "<ol><li><strong>Inserted:</strong> A new item was inserted successfully.</"
1360
+ "li><li><strong>Updated:</strong> An item was found with the same name and/or "
1361
+ "start date. The existing item was updated with the new value from the file.</"
1362
+ "li><li><strong>Skipped:</strong> A row was found in the CSV file that could "
1363
+ "not be imported. Please see below for the invalid rows.</li></ol>"
1364
+ msgstr ""
1365
+ "<ol><li><strong>Вмъкнати: </strong> Нов елемент е вмъкнат успешно.</"
1366
+ "li><li><strong>Обновени:</strong> Беше намерен елемент със същото име и/или "
1367
+ "начална дата. Съществуващия запис беше обновен със стойностите от файла. </"
1368
+ "li><li><strong>Пропуснати:</strong>Намерен е ред, който не може да бъде "
1369
+ "импортиран. Списък на невалидните редове ще откриете по-долу. </li></ol>"
1370
+
1371
+ #: ../lib/io/csv/admin-views/result.php:27
1372
+ #, php-format
1373
+ msgid "Skipped row numbers: %s"
1374
+ msgstr "Номера на пропуснатите редове: %s"
1375
+
1376
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:15
1377
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:16
1378
+ msgid "Import: CSV"
1379
+ msgstr "Импортиране: CSV"
1380
+
1381
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:29
1382
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:147
1383
+ msgid "The file went away. Please try again."
1384
+ msgstr "Файлът не е достъпен. Моля, опитайте отново."
1385
+
1386
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:113
1387
+ msgid "We were unable to process your request. Please try again."
1388
+ msgstr "Операцията НЕ бе успешна. Моля, опитайте отново."
1389
+
1390
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:154
1391
+ msgid "<p>The following fields are required for a successful import:</p>"
1392
+ msgstr "<p>Следните полета са задължителни за успешен импорт:</p>"
1393
+
1394
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:33
1395
+ msgid "Do Not Import"
1396
+ msgstr "Да не се импортира"
1397
+
1398
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:50
1399
+ msgid "Event Name"
1400
+ msgstr "Име на събитие"
1401
+
1402
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:51
1403
+ msgid "Event Description"
1404
+ msgstr "Описание на събитие"
1405
+
1406
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:52
1407
+ msgid "Event Start Date"
1408
+ msgstr "Начална дата на събитието"
1409
+
1410
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:53
1411
+ msgid "Event Start Time"
1412
+ msgstr "Начален час на събитието"
1413
+
1414
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:54
1415
+ msgid "Event End Date"
1416
+ msgstr "Крайна дата на събитието"
1417
+
1418
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:55
1419
+ msgid "Event End Time"
1420
+ msgstr "Краен час на събитието"
1421
+
1422
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:56
1423
+ msgid "All Day Event"
1424
+ msgstr "Целодневно събитие"
1425
+
1426
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:57
1427
+ msgid "Event Venue Name"
1428
+ msgstr "Име на мястото на събитието"
1429
+
1430
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:58
1431
+ msgid "Event Organizer Name"
1432
+ msgstr "Име на организатора на събитието"
1433
+
1434
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:59
1435
+ msgid "Event Show Map Link"
1436
+ msgstr "Линк \"Покажи събитието на картата\""
1437
+
1438
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:60
1439
+ msgid "Event Show Map"
1440
+ msgstr "Покажи събитието на картата"
1441
+
1442
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:62
1443
+ msgid "Event Phone"
1444
+ msgstr "Телефон "
1445
+
1446
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:63
1447
+ #: ../lib/the-events-calendar.class.php:1393
1448
+ #: ../public/template-tags/general.php:268
1449
+ msgid "Event Category"
1450
+ msgstr "Категория на събитието"
1451
+
1452
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:69
1453
+ msgid "Venue Name"
1454
+ msgstr "Име на мястото"
1455
+
1456
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:70
1457
+ msgid "Venue Country"
1458
+ msgstr "Държава"
1459
+
1460
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:71
1461
+ msgid "Venue Address"
1462
+ msgstr "Адрес на мястото"
1463
+
1464
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:72
1465
+ msgid "Venue Addres 2"
1466
+ msgstr "Адрес на мястото 2"
1467
+
1468
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:73
1469
+ msgid "Venue City"
1470
+ msgstr "Град"
1471
+
1472
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:74
1473
+ msgid "Venue State/Province"
1474
+ msgstr "Щат/Провинция"
1475
+
1476
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:75
1477
+ msgid "Venue Zip"
1478
+ msgstr "Пощенски код"
1479
+
1480
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:76
1481
+ msgid "Venue Phone"
1482
+ msgstr "Телефон на мястото"
1483
+
1484
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:82
1485
+ msgid "Organizer Name"
1486
+ msgstr "Име на организатора"
1487
+
1488
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:83
1489
+ msgid "Organizer Email"
1490
+ msgstr "Email на организатора"
1491
+
1492
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:84
1493
+ msgid "Organizer Website"
1494
+ msgstr "Website на организатора"
1495
+
1496
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:85
1497
+ msgid "Organizer Phone"
1498
+ msgstr "Телефон на организатора"
1499
+
1500
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:38
1501
+ #, php-format
1502
+ msgid "No importer defined for %s"
1503
+ msgstr "Не е дефиниран importer за %s"
1504
+
1505
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:110
1506
+ #, php-format
1507
+ msgid "Missing required fields in row %d."
1508
+ msgstr "Липсват задължителни полета на ред %d."
1509
+
1510
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:117
1511
+ #, php-format
1512
+ msgid "Failed to import record in row %d."
1513
+ msgstr "Провалено импортиране на запис на ред %d."
1514
+
1515
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:126
1516
+ #, php-format
1517
+ msgid "%s (post ID %d) updated."
1518
+ msgstr "%s (публикация с ID %d) обновена."
1519
+
1520
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:130
1521
+ #, php-format
1522
+ msgid "%s (post ID %d) created."
1523
+ msgstr "%s (post ID %d) е създаден."
1524
+
1525
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileUploader.php:28
1526
+ #, php-format
1527
+ msgid "Temporary file not found. Could not save %s."
1528
+ msgstr "Временния файл не е открит. %s не може да се запамети."
1529
+
1530
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileUploader.php:36
1531
+ #, php-format
1532
+ msgid "Could not save %s."
1533
+ msgstr "Записването не е възможно %s."
1534
+
1535
+ #: ../lib/pue/admin-views/license-key.view.php:9
1536
+ #: ../lib/pue/admin-views/license-key.view.php:13
1537
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:288
1538
+ msgid "License Key"
1539
+ msgstr "Сериен номер"
1540
+
1541
+ #: ../lib/pue/admin-views/license-key.view.php:10
1542
+ msgid "A valid license key is required for support and updates."
1543
+ msgstr "За поддръжка и обновления е необходим валиден сериен номер."
1544
+
1545
+ #: ../lib/pue/admin-views/license-key.view.php:16
1546
+ msgid "Replace empty fields"
1547
+ msgstr "Презаписване на празните полета"
1548
+
1549
+ #: ../lib/pue/admin-views/license-key.view.php:25
1550
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:289
1551
+ msgid "A valid license key is required for support and updates"
1552
+ msgstr "Валиден сериен номер е необходим за поддръжка и обновления"
1553
+
1554
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:353
1555
+ msgid "License key(s) updated."
1556
+ msgstr "Серийния/те номер(а) са обновени."
1557
+
1558
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:393
1559
+ msgid "Sorry, key validation server is not available."
1560
+ msgstr "За съжаление сървъра за валидиране не е достъпен."
1561
+
1562
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:395
1563
+ msgid "Sorry, this key is expired."
1564
+ msgstr "За съжаление, кода ви е изтекъл."
1565
+
1566
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:397
1567
+ msgid "Sorry, this key is out of installs."
1568
+ msgstr "За съжаление този ключ не е валиден."
1569
+
1570
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:399
1571
+ msgid "Sorry, this key is not valid."
1572
+ msgstr "За съжаление, кода ви не е валиден."
1573
+
1574
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:402
1575
+ #, php-format
1576
+ msgid "Valid Key! Expires on %s"
1577
+ msgstr "Валиден сериен номер. Изтича на %s"
1578
+
1579
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:406
1580
+ #, php-format
1581
+ msgid ""
1582
+ "Hmmm... something's wrong with this validator. Please contact <a href=\"%s"
1583
+ "\">support.</a>"
1584
+ msgstr ""
1585
+ "Хмм... нещо с този валидатор се обърка. Моля, свържете се с <a href=\"%s"
1586
+ "\">поддръжката.</a>"
1587
+
1588
+ #: ../lib/template-classes/day.php:70 ../lib/template-classes/day.php:79
1589
+ msgid "All Day"
1590
+ msgstr "Цял ден"
1591
+
1592
+ #: ../lib/template-classes/day.php:122
1593
+ #, php-format
1594
+ msgid ""
1595
+ "No matching events listed under %s scheduled for <strong>%s</strong>. Please "
1596
+ "try another day."
1597
+ msgstr ""
1598
+ "Не са открити съвпадения за събития означени с %s за дата <strong>%s</"
1599
+ "strong>. Опирайте с друг ден."
1600
+
1601
+ #: ../lib/template-classes/day.php:125
1602
+ #, php-format
1603
+ msgid "No events scheduled for <strong>%s</strong>. Please try another day."
1604
+ msgstr ""
1605
+ "Няма планирани събития за <strong>%s</strong>. Моля, опитайте с друг ден."
1606
+
1607
+ #: ../lib/template-classes/month.php:112
1608
+ #, php-format
1609
+ msgid ""
1610
+ "There were no results found for <strong>\"%s\"</strong> this month. Try "
1611
+ "searching next month."
1612
+ msgstr ""
1613
+ "Не са намерени събития за <strong>\"%s\"</strong>. Опитайте с друг месец."
1614
+
1615
+ #: ../lib/template-classes/month.php:116
1616
+ #: ../lib/tribe-template-factory.class.php:230
1617
+ #: ../lib/tribe-template-factory.class.php:237
1618
+ #, php-format
1619
+ msgid ""
1620
+ "No matching events listed under %s. Please try viewing the full calendar for "
1621
+ "a complete list of events."
1622
+ msgstr ""
1623
+ "Няма намерени събития, отбелязани с %s. Моля, прегледайте пълния календар, "
1624
+ "за да видите списък с всички събития."
1625
+
1626
+ #: ../lib/template-classes/month.php:119
1627
+ #: ../lib/tribe-template-factory.class.php:240
1628
+ msgid "There were no results found."
1629
+ msgstr "Не са открити събития."
1630
+
1631
+ #: ../lib/template-classes/single-event.php:97
1632
+ msgid "This event has passed."
1633
+ msgstr "Отминало събитие."
1634
+
1635
+ #: ../lib/the-events-calendar.class.php:572
1636
+ msgid "month"
1637
+ msgstr "month"
1638
+
1639
+ #: ../lib/the-events-calendar.class.php:573
1640
+ msgid "upcoming"
1641
+ msgstr "upcoming"
1642
+
1643
+ #: ../lib/the-events-calendar.class.php:574
1644
+ msgid "past"
1645
+ msgstr "past"
1646
+
1647
+ #: ../lib/the-events-calendar.class.php:575
1648
+ msgid "day"
1649
+ msgstr "day"
1650
+
1651
+ #: ../lib/the-events-calendar.class.php:576
1652
+ msgid "today"
1653
+ msgstr "today"
1654
+
1655
+ #: ../lib/the-events-calendar.class.php:594
1656
+ #, php-format
1657
+ msgid "Initializing Tribe Events on %s"
1658
+ msgstr "Инициализиране на Tribe Events на %s"
1659
+
1660
+ #: ../lib/the-events-calendar.class.php:702
1661
+ #, php-format
1662
+ msgid ""
1663
+ "Your version of The Events Calendar is not up-to-date with one of your The "
1664
+ "Events Calendar add-ons. Please %supdate now.%s"
1665
+ msgstr ""
1666
+ "Версията на вашия The Events Calendar е по-стара от тази на вашите The "
1667
+ "Events Calendar add-on-и. Моля, %sобновете сега.%s"
1668
+
1669
+ #: ../lib/the-events-calendar.class.php:719
1670
+ #, php-format
1671
+ msgid ""
1672
+ "The following plugins are out of date: <b>%s</b>. All add-ons contain "
1673
+ "dependencies on The Events Calendar and will not function properly unless "
1674
+ "paired with the right version. %sWant to pair an older version%s?"
1675
+ msgstr ""
1676
+ "За следните плъгини са налице нови версии: <b>%s</b>. Версията на всички "
1677
+ "плъгини трябва да съвпада с версията на The Events Calendar, в противен "
1678
+ "случай те няма да работят правилно. %sИскате да използвате по-стара версия%s?"
1679
+
1680
+ #: ../lib/the-events-calendar.class.php:779
1681
+ #: ../lib/the-events-calendar.class.php:814
1682
+ #: ../lib/the-events-calendar.class.php:816
1683
+ msgid "Licenses"
1684
+ msgstr "Лицензи"
1685
+
1686
+ #: ../lib/the-events-calendar.class.php:783
1687
+ #, php-format
1688
+ msgid ""
1689
+ "<p>The license key you received when completing your purchase from %s will "
1690
+ "grant you access to support and updates until it expires. You do not need to "
1691
+ "enter the key below for the plugins to work, but you will need to enter it "
1692
+ "to get automatic updates. <strong>Find your license keys at <a href=\"%s\" "
1693
+ "target=\"_blank\">%s</a></strong>.</p> <p>Each paid add-on has its own "
1694
+ "unique license key. Simply paste the key into its appropriate field on "
1695
+ "below, and give it a moment to validate. You know you're set when a green "
1696
+ "expiration date appears alongside a \"valid\" message.</p> <p>If you're "
1697
+ "seeing a red message telling you that your key isn't valid or is out of "
1698
+ "installs, visit <a href=\"%s\" target=\"_blank\">%s</a> to manage your "
1699
+ "installs or renew / upgrade your license.</p><p>Not seeing an update but "
1700
+ "expecting one? In WordPress, go to <a href=\"%s\">Dashboard > Updates</a> "
1701
+ "and click \"Check Again\".</p>"
1702
+ msgstr ""
1703
+ "<p>Лицензния ключ, който сте получили при покупката от %s ви гарантира "
1704
+ "достъп до поддръжка и обновления до изтичането му. Не е необходимо да го "
1705
+ "въвеждате по-долу, за да работят притурките, но ще е необходимо да го "
1706
+ "въведете ако желаете да получавате автоматични обновления. <strong>Можете да "
1707
+ "видите лицензионните си ключове на <a href=\"%s\" target=\"_blank\">%s</a></"
1708
+ "strong>.</p> <p>Всеки платен add-on има собствен, уникален лицензионен ключ. "
1709
+ "Просто поставете ключа в правилното поле по-долу и изчакайте за момент, "
1710
+ "докато бъде валидиран. Ще знаете, че всичко е преминало успешно, когато се "
1711
+ "появи зелена дата показваща валидността на лиценза, заедно със съобщение "
1712
+ "\"валидно\".</p> <p>Ако се появи червено съобщение, което казва, че ключа не "
1713
+ "е валиден, посетете <a href=\"%s\" target=\"_blank\">%s</a> страницата за "
1714
+ "управление и подновяване на лицензи.</p><p>Няма нови обновления, а очаквате "
1715
+ "такива? В WordPress, отидете на <a href=\"%s\">Табло > Обновления</a> и "
1716
+ "кликнете на \"Провери отново\".</p>"
1717
+
1718
+ #: ../lib/the-events-calendar.class.php:806
1719
+ msgid "General"
1720
+ msgstr "Общи"
1721
+
1722
+ #: ../lib/the-events-calendar.class.php:807
1723
+ msgid "Display"
1724
+ msgstr "Изглед"
1725
+
1726
+ #: ../lib/the-events-calendar.class.php:819
1727
+ #: ../lib/the-events-calendar.class.php:3968
1728
+ #: ../lib/the-events-calendar.class.php:4068
1729
+ msgid "Help"
1730
+ msgstr "Помощ"
1731
+
1732
+ #: ../lib/the-events-calendar.class.php:858
1733
+ #, php-format
1734
+ msgid ""
1735
+ "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade "
1736
+ "your WordPress install."
1737
+ msgstr ""
1738
+ "The Events Calendar изисква WordPress %s или по-нова версия. Моля, обновете "
1739
+ "WordPress."
1740
+
1741
+ #: ../lib/the-events-calendar.class.php:861
1742
+ #, php-format
1743
+ msgid ""
1744
+ "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host "
1745
+ "about moving you to a newer version of PHP."
1746
+ msgstr ""
1747
+ "За съжаление, The Events Calendar изисква PHP %s или по-висока версия. "
1748
+ "Свържете се с уеб администратора си, за да ви прехвърли към по-нова версия "
1749
+ "на PHP."
1750
+
1751
+ #: ../lib/the-events-calendar.class.php:1038 ../lib/widget-list.class.php:148
1752
+ #: ../public/template-tags/loop.php:117
1753
+ msgid "Upcoming Events"
1754
+ msgstr "Предстоящи събития"
1755
+
1756
+ #: ../lib/the-events-calendar.class.php:1041
1757
+ #: ../public/template-tags/loop.php:121
1758
+ msgid "Past Events"
1759
+ msgstr "Минали събития"
1760
+
1761
+ #: ../lib/the-events-calendar.class.php:1046
1762
+ #: ../lib/the-events-calendar.class.php:1053
1763
+ #: ../public/template-tags/loop.php:126
1764
+ #, php-format
1765
+ msgid "Events for %s"
1766
+ msgstr "Събития през %s"
1767
+
1768
+ #: ../lib/the-events-calendar.class.php:1048
1769
+ msgid "Events this month"
1770
+ msgstr "Събития този месец"
1771
+
1772
+ #: ../lib/the-events-calendar.class.php:1316
1773
+ msgid "category"
1774
+ msgstr "category"
1775
+
1776
+ #: ../lib/the-events-calendar.class.php:1326
1777
+ msgid "tag"
1778
+ msgstr "tag"
1779
+
1780
+ #: ../lib/the-events-calendar.class.php:1354
1781
+ msgid "Event"
1782
+ msgstr "Събитие"
1783
+
1784
+ #: ../lib/the-events-calendar.class.php:1355
1785
+ #: ../lib/the-events-calendar.class.php:1368
1786
+ #: ../lib/the-events-calendar.class.php:1381
1787
+ msgid "Add New"
1788
+ msgstr "Дабавяне"
1789
+
1790
+ #: ../lib/the-events-calendar.class.php:1356
1791
+ msgid "Add New Event"
1792
+ msgstr "Добавяне на събитие"
1793
+
1794
+ #: ../lib/the-events-calendar.class.php:1357
1795
+ msgid "Edit Event"
1796
+ msgstr "Редакция на събитие"
1797
+
1798
+ #: ../lib/the-events-calendar.class.php:1358
1799
+ msgid "New Event"
1800
+ msgstr "Ново събитие"
1801
+
1802
+ #: ../lib/the-events-calendar.class.php:1359
1803
+ msgid "View Event"
1804
+ msgstr "Преглед на събитие"
1805
+
1806
+ #: ../lib/the-events-calendar.class.php:1360
1807
+ msgid "Search Events"
1808
+ msgstr "Търсене на събития"
1809
+
1810
+ #: ../lib/the-events-calendar.class.php:1361
1811
+ msgid "No events found"
1812
+ msgstr "Не са наме"
1813
+
1814
+ #: ../lib/the-events-calendar.class.php:1362
1815
+ msgid "No events found in Trash"
1816
+ msgstr "Кошчето е празно"
1817
+
1818
+ #: ../lib/the-events-calendar.class.php:1369
1819
+ #: ../lib/the-events-calendar.class.php:1382
1820
+ #, fuzzy, php-format
1821
+ msgid "Add New %s"
1822
+ msgstr "Дабавяне"
1823
+
1824
+ #: ../lib/the-events-calendar.class.php:1370
1825
+ #: ../lib/the-events-calendar.class.php:1383
1826
+ #, fuzzy, php-format
1827
+ msgid "Edit %s"
1828
+ msgstr "Редакция в %s"
1829
+
1830
+ #: ../lib/the-events-calendar.class.php:1371
1831
+ #: ../lib/the-events-calendar.class.php:1384
1832
+ #, fuzzy, php-format
1833
+ msgid "New %s"
1834
+ msgstr "Ню Джърси"
1835
+
1836
+ #: ../lib/the-events-calendar.class.php:1372
1837
+ #: ../lib/the-events-calendar.class.php:1385
1838
+ #, fuzzy, php-format
1839
+ msgid "View %s"
1840
+ msgstr "Изглед"
1841
+
1842
+ #: ../lib/the-events-calendar.class.php:1373
1843
+ #: ../lib/the-events-calendar.class.php:1386
1844
+ #, fuzzy, php-format
1845
+ msgid "Search %s"
1846
+ msgstr "Търсене"
1847
+
1848
+ #: ../lib/the-events-calendar.class.php:1374
1849
+ #: ../lib/the-events-calendar.class.php:1387
1850
+ #, fuzzy, php-format
1851
+ msgid "No %s found"
1852
+ msgstr "Не са наме"
1853
+
1854
+ #: ../lib/the-events-calendar.class.php:1375
1855
+ #: ../lib/the-events-calendar.class.php:1388
1856
+ #, fuzzy, php-format
1857
+ msgid "No %s found in Trash"
1858
+ msgstr "Кошчето е празно"
1859
+
1860
+ #: ../lib/the-events-calendar.class.php:1392
1861
+ #: ../lib/tribe-admin-events-list.class.php:174
1862
+ msgid "Event Categories"
1863
+ msgstr "Категории за събития"
1864
+
1865
+ #: ../lib/the-events-calendar.class.php:1394
1866
+ msgid "Search Event Categories"
1867
+ msgstr "Търсене в категории за събития"
1868
+
1869
+ #: ../lib/the-events-calendar.class.php:1395
1870
+ msgid "All Event Categories"
1871
+ msgstr "Всички категории за събития"
1872
+
1873
+ #: ../lib/the-events-calendar.class.php:1396
1874
+ msgid "Parent Event Category"
1875
+ msgstr "По-горна категория за събития"
1876
+
1877
+ #: ../lib/the-events-calendar.class.php:1397
1878
+ msgid "Parent Event Category:"
1879
+ msgstr "По-горна категория за събития:"
1880
+
1881
+ #: ../lib/the-events-calendar.class.php:1398
1882
+ msgid "Edit Event Category"
1883
+ msgstr "Редакция на категорията на събитието"
1884
+
1885
+ #: ../lib/the-events-calendar.class.php:1399
1886
+ msgid "Update Event Category"
1887
+ msgstr "Обновяване на категорията на събитието"
1888
+
1889
+ #: ../lib/the-events-calendar.class.php:1400
1890
+ msgid "Add New Event Category"
1891
+ msgstr "Добавяне на нова категория за събития"
1892
+
1893
+ #: ../lib/the-events-calendar.class.php:1401
1894
+ msgid "New Event Category Name"
1895
+ msgstr "Име на новата категория за събития"
1896
+
1897
+ #: ../lib/the-events-calendar.class.php:1417
1898
+ #, php-format
1899
+ msgid "Event updated. <a href=\"%s\">View event</a>"
1900
+ msgstr "Събитието е обновено. <a href=\"%s\">Преглед</a>"
1901
+
1902
+ #: ../lib/the-events-calendar.class.php:1418
1903
+ #: ../lib/the-events-calendar.class.php:1435
1904
+ #: ../lib/the-events-calendar.class.php:1452
1905
+ msgid "Custom field updated."
1906
+ msgstr "Custom полето е обновено."
1907
+
1908
+ #: ../lib/the-events-calendar.class.php:1419
1909
+ #: ../lib/the-events-calendar.class.php:1436
1910
+ #: ../lib/the-events-calendar.class.php:1453
1911
+ msgid "Custom field deleted."
1912
+ msgstr "Custom полето е изтрито."
1913
+
1914
+ #: ../lib/the-events-calendar.class.php:1420
1915
+ msgid "Event updated."
1916
+ msgstr "Събитието е обновено."
1917
+
1918
+ #: ../lib/the-events-calendar.class.php:1422
1919
+ #, php-format
1920
+ msgid "Event restored to revision from %s"
1921
+ msgstr "Събитието е възстановено от версия %s"
1922
+
1923
+ #: ../lib/the-events-calendar.class.php:1423
1924
+ #, php-format
1925
+ msgid "Event published. <a href=\"%s\">View event</a>"
1926
+ msgstr "Събитието е публикувано. <a href=\"%s\">Преглед</a>"
1927
+
1928
+ #: ../lib/the-events-calendar.class.php:1424
1929
+ msgid "Event saved."
1930
+ msgstr "Събитието е записано."
1931
+
1932
+ #: ../lib/the-events-calendar.class.php:1425
1933
+ #, php-format
1934
+ msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1935
+ msgstr "Събитието е изпратено. <a target=\"_blank\" href=\"%s\">Преглед</a>"
1936
+
1937
+ #: ../lib/the-events-calendar.class.php:1426
1938
+ #, php-format
1939
+ msgid ""
1940
+ "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
1941
+ "\">Preview event</a>"
1942
+ msgstr ""
1943
+ "Събитието е планирано за: <strong>%1$s</strong>. <a target=\"_blank\" href="
1944
+ "\"%2$s\">Преглед</a>"
1945
+
1946
+ #: ../lib/the-events-calendar.class.php:1428
1947
+ #: ../lib/the-events-calendar.class.php:1445
1948
+ #: ../lib/the-events-calendar.class.php:1462
1949
+ msgid "M j, Y @ G:i"
1950
+ msgstr "M j, Y @ G:i"
1951
+
1952
+ #: ../lib/the-events-calendar.class.php:1429
1953
+ #, php-format
1954
+ msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1955
+ msgstr ""
1956
+ "Черновата на събитието е обновена. <a target=\"_blank\" href=\"%s\">Преглед</"
1957
+ "a>"
1958
+
1959
+ #: ../lib/the-events-calendar.class.php:1434
1960
+ #: ../lib/the-events-calendar.class.php:1437
1961
+ #: ../lib/the-events-calendar.class.php:1451
1962
+ #: ../lib/the-events-calendar.class.php:1454
1963
+ #, fuzzy, php-format
1964
+ msgid "%s updated."
1965
+ msgstr "Събитието е обновено."
1966
+
1967
+ #: ../lib/the-events-calendar.class.php:1439
1968
+ #: ../lib/the-events-calendar.class.php:1456
1969
+ #, fuzzy, php-format
1970
+ msgid "%s restored to revision from %s"
1971
+ msgstr "Събитието е възстановено от версия %s"
1972
+
1973
+ #: ../lib/the-events-calendar.class.php:1440
1974
+ #: ../lib/the-events-calendar.class.php:1457
1975
+ #, fuzzy, php-format
1976
+ msgid "%s published."
1977
+ msgstr "Мястото е публикувано."
1978
+
1979
+ #: ../lib/the-events-calendar.class.php:1441
1980
+ #: ../lib/the-events-calendar.class.php:1458
1981
+ #, fuzzy, php-format
1982
+ msgid "%s saved."
1983
+ msgstr "Настройките са записани."
1984
+
1985
+ #: ../lib/the-events-calendar.class.php:1442
1986
+ #: ../lib/the-events-calendar.class.php:1459
1987
+ #, fuzzy, php-format
1988
+ msgid "%s submitted."
1989
+ msgstr "Мястото е одобрено."
1990
+
1991
+ #: ../lib/the-events-calendar.class.php:1443
1992
+ #: ../lib/the-events-calendar.class.php:1460
1993
+ #, fuzzy, php-format
1994
+ msgid "%s scheduled for: <strong>%2$s</strong>."
1995
+ msgstr "Мястото е насрочено за <strong>\"%s\"</strong>."
1996
+
1997
+ #: ../lib/the-events-calendar.class.php:1446
1998
+ #: ../lib/the-events-calendar.class.php:1463
1999
+ #, fuzzy, php-format
2000
+ msgid "%s draft updated."
2001
+ msgstr "Черновата на мястото е обновена."
2002
+
2003
+ #: ../lib/the-events-calendar.class.php:1479
2004
+ #: ../lib/the-events-calendar.class.php:1480
2005
+ #, fuzzy
2006
+ msgid "Add New "
2007
+ msgstr "Дабавяне"
2008
+
2009
+ #: ../lib/the-events-calendar.class.php:1499
2010
+ #, fuzzy
2011
+ msgid "Use Saved "
2012
+ msgstr "Използвай запаметено място:"
2013
+
2014
+ #: ../lib/the-events-calendar.class.php:1522
2015
+ #, fuzzy, php-format
2016
+ msgid "Use Saved %s:"
2017
+ msgstr "Използвай запаметено място:"
2018
+
2019
+ #: ../lib/the-events-calendar.class.php:1561
2020
+ #, fuzzy
2021
+ msgid "Use New "
2022
+ msgstr "Създаване на място"
2023
+
2024
+ #: ../lib/the-events-calendar.class.php:1563
2025
+ #: ../lib/the-events-calendar.class.php:1619
2026
+ #, php-format
2027
+ msgid "My %s"
2028
+ msgstr ""
2029
+
2030
+ #: ../lib/the-events-calendar.class.php:1568
2031
+ #: ../lib/the-events-calendar.class.php:1624
2032
+ #, fuzzy, php-format
2033
+ msgid "Available %s"
2034
+ msgstr "Достъпни места"
2035
+
2036
+ #: ../lib/the-events-calendar.class.php:1579
2037
+ #: ../lib/the-events-calendar.class.php:1635
2038
+ #, fuzzy, php-format
2039
+ msgid "No saved %s exists."
2040
+ msgstr "Няма запаметени места."
2041
+
2042
+ #: ../lib/the-events-calendar.class.php:1617
2043
+ #, fuzzy, php-format
2044
+ msgid "Use New %s"
2045
+ msgstr "Създаване на място"
2046
+
2047
+ #: ../lib/the-events-calendar.class.php:1776
2048
+ msgid "Next"
2049
+ msgstr "Напред"
2050
+
2051
+ #: ../lib/the-events-calendar.class.php:1777
2052
+ msgid "Prev"
2053
+ msgstr "Назад"
2054
+
2055
+ #: ../lib/the-events-calendar.class.php:1778
2056
+ #: ../public/template-tags/day.php:92
2057
+ msgid "Today"
2058
+ msgstr "Днес"
2059
+
2060
+ #: ../lib/the-events-calendar.class.php:1779
2061
+ msgid "Done"
2062
+ msgstr "Готово"
2063
+
2064
+ #: ../lib/the-events-calendar.class.php:1990
2065
+ msgid "Network"
2066
+ msgstr "Мрежа"
2067
+
2068
+ #: ../lib/the-events-calendar.class.php:3511
2069
+ #: ../lib/the-events-calendar.class.php:3539
2070
+ #: ../public/template-tags/day.php:140 ../public/template-tags/day.php:159
2071
+ msgid "Date out of range."
2072
+ msgstr "Изберете по-близка дата."
2073
+
2074
+ #: ../lib/the-events-calendar.class.php:3563
2075
+ msgid "Event Options"
2076
+ msgstr "Опции за събитие"
2077
+
2078
+ #: ../lib/the-events-calendar.class.php:3565
2079
+ #: ../lib/the-events-calendar.class.php:3570
2080
+ #, fuzzy
2081
+ msgid " Information"
2082
+ msgstr "Информация за място"
2083
+
2084
+ #: ../lib/the-events-calendar.class.php:3734
2085
+ msgid "Support"
2086
+ msgstr "Поддръжка"
2087
+
2088
+ #: ../lib/the-events-calendar.class.php:3737
2089
+ msgid "View All Add-Ons"
2090
+ msgstr "Покажи всички Add-Ons"
2091
+
2092
+ #: ../lib/the-events-calendar.class.php:3754
2093
+ msgid "News from Modern Tribe"
2094
+ msgstr "Новини от Modern Tribe"
2095
+
2096
+ #: ../lib/the-events-calendar.class.php:3835
2097
+ msgid "Additional Functionality"
2098
+ msgstr "Допълнителна функционалност"
2099
+
2100
+ #: ../lib/the-events-calendar.class.php:3840
2101
+ msgid ""
2102
+ "Looking for additional functionality including recurring events, ticket "
2103
+ "sales, publicly submitted events, new views and more?"
2104
+ msgstr ""
2105
+ "Имате нужда от допълнителна функционалност, включително повтарящи се "
2106
+ "събития, продажба на билети, публикуване на събития от потребителите, повече "
2107
+ "изгледи и др.?"
2108
+
2109
+ #: ../lib/the-events-calendar.class.php:3840
2110
+ #, php-format
2111
+ msgid "Check out the <a href=\"%s\">available add-ons</a>."
2112
+ msgstr "Проверете <a href=\"%s\">наличните add-ons</a>."
2113
+
2114
+ #: ../lib/the-events-calendar.class.php:3911
2115
+ #: ../lib/the-events-calendar.class.php:4012
2116
+ msgid "View Calendar"
2117
+ msgstr "Към календара"
2118
+
2119
+ #: ../lib/the-events-calendar.class.php:3919
2120
+ msgid "Add Event"
2121
+ msgstr "Добавяне на събитие"
2122
+
2123
+ #: ../lib/the-events-calendar.class.php:3928
2124
+ msgid "Edit Events"
2125
+ msgstr "Редакция на събития"
2126
+
2127
+ #: ../lib/the-events-calendar.class.php:3939
2128
+ msgid "Import"
2129
+ msgstr "Импортиране"
2130
+
2131
+ #: ../lib/the-events-calendar.class.php:3945
2132
+ msgid "CSV"
2133
+ msgstr "CSV"
2134
+
2135
+ #: ../lib/the-events-calendar.class.php:3957
2136
+ #: ../lib/the-events-calendar.class.php:4053
2137
+ #: ../lib/tribe-settings.class.php:155
2138
+ msgid "Settings"
2139
+ msgstr "Настройки"
2140
+
2141
+ #: ../lib/the-events-calendar.class.php:3986
2142
+ #, php-format
2143
+ msgid ""
2144
+ "Welcome to The Events Calendar! Your events calendar can be found at %s. To "
2145
+ "change the events slug, visit %sEvents -> Settings%s."
2146
+ msgstr ""
2147
+ "Добре дошли в The Events Calendar! Можете да видите вашият събитиен календар "
2148
+ "на %s. За да промените адреса, влезте в %sEvents -> Settings%s."
2149
+
2150
+ #: ../lib/the-events-calendar.class.php:4054
2151
+ msgid "Calendar"
2152
+ msgstr "Календар"
2153
+
2154
+ #: ../lib/the-events-calendar.class.php:4129
2155
+ msgid "List"
2156
+ msgstr "Списък"
2157
+
2158
+ #: ../lib/the-events-calendar.class.php:4140
2159
+ msgid "Month"
2160
+ msgstr "Месец"
2161
+
2162
+ #: ../lib/the-events-calendar.class.php:4152
2163
+ msgid "Day"
2164
+ msgstr "Ден"
2165
+
2166
+ #: ../lib/the-events-calendar.class.php:4173
2167
+ #: ../lib/the-events-calendar.class.php:4175
2168
+ msgid "Search"
2169
+ msgstr "Търсене"
2170
+
2171
+ #: ../lib/the-events-calendar.class.php:4197
2172
+ #: ../lib/the-events-calendar.class.php:4212
2173
+ msgid "Date"
2174
+ msgstr "Дата"
2175
+
2176
+ #: ../lib/the-events-calendar.class.php:4200
2177
+ msgid "Events In"
2178
+ msgstr "Събития на"
2179
+
2180
+ #: ../lib/the-events-calendar.class.php:4202
2181
+ msgid "Events From"
2182
+ msgstr "Събития на"
2183
+
2184
+ #: ../lib/the-events-calendar.class.php:4204
2185
+ msgid "Day Of"
2186
+ msgstr "Почивен ден"
2187
+
2188
+ #: ../lib/tickets/tribe-tickets-attendees.php:64
2189
+ msgid "Order #"
2190
+ msgstr "Поръчка №"
2191
+
2192
+ #: ../lib/tickets/tribe-tickets-attendees.php:65
2193
+ msgid "Order Status"
2194
+ msgstr "Статус на поръчката"
2195
+
2196
+ #: ../lib/tickets/tribe-tickets-attendees.php:66
2197
+ msgid "Purchaser name"
2198
+ msgstr "Име на купувача"
2199
+
2200
+ #: ../lib/tickets/tribe-tickets-attendees.php:67
2201
+ msgid "Purchaser email"
2202
+ msgstr "Email на купувача"
2203
+
2204
+ #: ../lib/tickets/tribe-tickets-attendees.php:68
2205
+ msgid "Ticket type"
2206
+ msgstr "Вид на билета"
2207
+
2208
+ #: ../lib/tickets/tribe-tickets-attendees.php:69
2209
+ #: ../views/tickets/email.php:314
2210
+ msgid "Ticket #"
2211
+ msgstr "Билет №"
2212
+
2213
+ #: ../lib/tickets/tribe-tickets-attendees.php:70
2214
+ #: ../views/tickets/email.php:326
2215
+ msgid "Security Code"
2216
+ msgstr "Код за сигурност"
2217
+
2218
+ #: ../lib/tickets/tribe-tickets-attendees.php:71
2219
+ #: ../lib/tickets/tribe-tickets-attendees.php:156
2220
+ #: ../lib/tickets/tribe-tickets-attendees.php:213
2221
+ msgid "Check in"
2222
+ msgstr "Записване"
2223
+
2224
+ #: ../lib/tickets/tribe-tickets-attendees.php:157
2225
+ #: ../lib/tickets/tribe-tickets-attendees.php:214
2226
+ msgid "Undo Check in"
2227
+ msgstr "Отмяна на записването"
2228
+
2229
+ #: ../lib/tickets/tribe-tickets-attendees.php:191
2230
+ msgid "Print"
2231
+ msgstr "Print"
2232
+
2233
+ #: ../lib/tickets/tribe-tickets-attendees.php:192
2234
+ msgid "Email"
2235
+ msgstr "Email"
2236
+
2237
+ #: ../lib/tickets/tribe-tickets-attendees.php:193
2238
+ #: ../lib/tribe-ical.class.php:111
2239
+ msgid "Export"
2240
+ msgstr "Експорт"
2241
+
2242
+ #: ../lib/tickets/tribe-tickets-attendees.php:199
2243
+ msgid "Filter by ticket #, order # or security code"
2244
+ msgstr "Филтриране по билет №, поръчка № или код за сигурност"
2245
+
2246
+ #: ../lib/tickets/tribe-tickets-metabox.php:24
2247
+ msgid "Tickets"
2248
+ msgstr "Билети"
2249
+
2250
+ #: ../lib/tickets/tribe-tickets-metabox.php:62
2251
+ msgid "Ticket header image"
2252
+ msgstr "Картинка за хедъра на събитието"
2253
+
2254
+ #: ../lib/tickets/tribe-tickets-metabox.php:62
2255
+ msgid "Set as ticket header"
2256
+ msgstr "Задайте хедър на събитието"
2257
+
2258
+ #: ../lib/tickets/tribe-tickets-pro.php:107
2259
+ msgid "You need to select a user or type a valid email address"
2260
+ msgstr "Трябва да изберете група или да въведете валиден email адрес"
2261
+
2262
+ #: ../lib/tickets/tribe-tickets-pro.php:108
2263
+ msgid "Sending..."
2264
+ msgstr "Изпращане..."
2265
+
2266
+ #: ../lib/tickets/tribe-tickets-pro.php:136
2267
+ msgid "Columns"
2268
+ msgstr "Колони"
2269
+
2270
+ #: ../lib/tickets/tribe-tickets-pro.php:137
2271
+ msgid ""
2272
+ "You can use Screen Options to select which columns you want to see. The "
2273
+ "selection works in the table below, in the email, for print and for the CSV "
2274
+ "export."
2275
+ msgstr ""
2276
+ "Можете да използвате Опции за екрана, за да изберете кои колони желаете да "
2277
+ "виждате. Избора е валиден за таблицата по-долу, в имейл, при принтиране и "
2278
+ "при CSV експортиране."
2279
+
2280
+ #: ../lib/tickets/tribe-tickets-pro.php:229
2281
+ msgid "Yes"
2282
+ msgstr "Да"
2283
+
2284
+ #: ../lib/tickets/tribe-tickets-pro.php:258
2285
+ msgid "attendees"
2286
+ msgstr "attendees"
2287
+
2288
+ #: ../lib/tickets/tribe-tickets-pro.php:309
2289
+ #, php-format
2290
+ msgid "Attendee List for: %s"
2291
+ msgstr "Лист с потвърдилите присъствие на: %s"
2292
+
2293
+ #: ../lib/tickets/tribe-tickets.php:298
2294
+ msgid "Your ticket has been saved."
2295
+ msgstr "Билета ви е запазен."
2296
+
2297
+ #: ../lib/tickets/tribe-tickets.php:375
2298
+ msgid "Your ticket has been deleted."
2299
+ msgstr "Билета ви е изтрит."
2300
+
2301
+ #: ../lib/tribe-admin-events-list.class.php:179
2302
+ msgid "Start Date"
2303
+ msgstr "Начална дата"
2304
+
2305
+ #: ../lib/tribe-admin-events-list.class.php:180
2306
+ msgid "End Date"
2307
+ msgstr "Крайна дата"
2308
+
2309
+ #: ../lib/tribe-admin-events-list.class.php:250
2310
+ #, php-format
2311
+ msgid "All %s"
2312
+ msgstr "Всички %s"
2313
+
2314
+ #: ../lib/tribe-app-shop.class.php:62 ../lib/tribe-app-shop.class.php:63
2315
+ #: ../lib/tribe-app-shop.class.php:87
2316
+ msgid "Event Add-Ons"
2317
+ msgstr "Add-Ons за събития"
2318
+
2319
+ #: ../lib/tribe-debug-bar.class.php:28
2320
+ msgid "Tribe"
2321
+ msgstr "Tribe"
2322
+
2323
+ #: ../lib/tribe-event-api.class.php:306
2324
+ msgid "Unnamed Venue"
2325
+ msgstr "Място без име"
2326
+
2327
+ #: ../lib/tribe-event-api.class.php:375 ../lib/tribe-view-helpers.class.php:44
2328
+ #: ../public/template-tags/venue.php:249
2329
+ msgid "United States"
2330
+ msgstr "САЩ"
2331
+
2332
+ #: ../lib/tribe-event-exception.class.php:17
2333
+ #: ../lib/tribe-event-exception.class.php:34
2334
+ msgid "Error"
2335
+ msgstr "Грешка"
2336
+
2337
+ #: ../lib/tribe-field.class.php:176
2338
+ msgid "Invalid field type specified"
2339
+ msgstr "Посочен е невалиден тип на полето"
2340
+
2341
+ #: ../lib/tribe-field.class.php:414
2342
+ msgid "No radio options specified"
2343
+ msgstr "Не е избран радио бутон"
2344
+
2345
+ #: ../lib/tribe-field.class.php:449
2346
+ msgid "No checkbox options specified"
2347
+ msgstr "Не е избрана отметка"
2348
+
2349
+ #: ../lib/tribe-field.class.php:500
2350
+ msgid "No select options specified"
2351
+ msgstr "Не е избрана опция от падащия списък"
2352
+
2353
+ #: ../lib/tribe-ical.class.php:27
2354
+ msgctxt "feed link"
2355
+ msgid "&raquo;"
2356
+ msgstr "&raquo;"
2357
+
2358
+ #: ../lib/tribe-ical.class.php:28
2359
+ #, php-format
2360
+ msgid "%1$s %2$s iCal Feed"
2361
+ msgstr "%1$s %2$s iCal Feed"
2362
+
2363
+ #: ../lib/tribe-ical.class.php:74
2364
+ msgid "Add to Google Calendar"
2365
+ msgstr "Добави в Google Календар"
2366
+
2367
+ #: ../lib/tribe-ical.class.php:74
2368
+ msgid "Google Calendar"
2369
+ msgstr "Google Календар"
2370
+
2371
+ #: ../lib/tribe-ical.class.php:75
2372
+ msgid "Download .ics file"
2373
+ msgstr ""
2374
+
2375
+ #: ../lib/tribe-ical.class.php:75
2376
+ msgid "iCal Export"
2377
+ msgstr "iCal Импорт"
2378
+
2379
+ #: ../lib/tribe-ical.class.php:98
2380
+ msgid "Month's Events"
2381
+ msgstr "Събития за месеца"
2382
+
2383
+ #: ../lib/tribe-ical.class.php:101
2384
+ msgid "Week's Events"
2385
+ msgstr "Събития за седмицата"
2386
+
2387
+ #: ../lib/tribe-ical.class.php:104
2388
+ msgid "Day's Events"
2389
+ msgstr "Събития за деня"
2390
+
2391
+ #: ../lib/tribe-ical.class.php:107
2392
+ msgid "Listed Events"
2393
+ msgstr "Списък със събития"
2394
+
2395
+ #: ../lib/tribe-ical.class.php:112
2396
+ msgid ""
2397
+ "Use this to share calendar data with Google Calendar, Apple iCal and other "
2398
+ "compatible apps"
2399
+ msgstr ""
2400
+
2401
+ #: ../lib/tribe-settings-tab.class.php:204
2402
+ msgid "There are no fields setup for this tab yet."
2403
+ msgstr "Все още няма настройка на полета за този таб."
2404
+
2405
+ #: ../lib/tribe-settings.class.php:155 ../lib/tribe-settings.class.php:165
2406
+ msgid "The Events Calendar Settings"
2407
+ msgstr "Настройки на The Events Calendar"
2408
+
2409
+ #: ../lib/tribe-settings.class.php:165
2410
+ msgid "Events Settings"
2411
+ msgstr "Настройки на събития"
2412
+
2413
+ #: ../lib/tribe-settings.class.php:210
2414
+ #, php-format
2415
+ msgid "%s Settings"
2416
+ msgstr "%s Настройки"
2417
+
2418
+ #: ../lib/tribe-settings.class.php:224
2419
+ msgid "You've requested a non-existent tab."
2420
+ msgstr "Търсите несъществуващ таб."
2421
+
2422
+ #: ../lib/tribe-settings.class.php:232
2423
+ msgid " Save Changes"
2424
+ msgstr " Записване на промените"
2425
+
2426
+ #: ../lib/tribe-settings.class.php:280
2427
+ msgid "You don't have permission to do that."
2428
+ msgstr "Нямате достъп."
2429
+
2430
+ #: ../lib/tribe-settings.class.php:286
2431
+ msgid "The request was sent insecurely."
2432
+ msgstr "Заявката не е изпратена безопасно."
2433
+
2434
+ #: ../lib/tribe-settings.class.php:292
2435
+ msgid "The request wasn't sent from this tab."
2436
+ msgstr "Заявката не е изпратена от този таб."
2437
+
2438
+ #: ../lib/tribe-settings.class.php:453
2439
+ msgid "Your form had the following errors:"
2440
+ msgstr "Формуляра Ви има следните грешки:"
2441
+
2442
+ #: ../lib/tribe-settings.class.php:462
2443
+ msgid "None of your settings were saved. Please try again."
2444
+ msgstr "Вашите настройки не бяха запаметени. Моля опитайте отново."
2445
+
2446
+ #: ../lib/tribe-settings.class.php:462
2447
+ msgid ""
2448
+ "The above setting was not saved. Other settings were successfully saved."
2449
+ msgid_plural ""
2450
+ "The above settings were not saved. Other settings were successfully saved."
2451
+ msgstr[0] ""
2452
+ "Настройката по-горе не са запаметена. Другите настройки са успешно "
2453
+ "запаметени."
2454
+ msgstr[1] ""
2455
+ "Настройките по-горе не са запаметени. Другите настройки са успешно "
2456
+ "запаметени."
2457
+
2458
+ #: ../lib/tribe-settings.class.php:484
2459
+ msgid "Settings saved."
2460
+ msgstr "Настройките са записани."
2461
+
2462
+ #: ../lib/tribe-support.class.php:34
2463
+ msgid ""
2464
+ "Sometimes it's hard to tell what's going wrong without knowing more about "
2465
+ "your system steup. For your convenience, we've put together a little report "
2466
+ "on what's cooking under the hood."
2467
+ msgstr ""
2468
+ "Понякога е трудно да се каже какво се е объркало, без да се знае повече за "
2469
+ "настройките на системата. За ваше удобство, ние съставихме малък доклад за "
2470
+ "случващото се под капака."
2471
+
2472
+ #: ../lib/tribe-support.class.php:35
2473
+ msgid ""
2474
+ "If you suspect that the problem you're having is related to another plugin, "
2475
+ "or we're just plain having trouble reproducing your bug report, please copy "
2476
+ "and send all of this to our support team."
2477
+ msgstr ""
2478
+ "Ако подозирате, че проблема е причинен от друг plugin или ние не сме в "
2479
+ "състояние да възпроизведем грешката, която сте ни докладвали, молим да "
2480
+ "копирате и да изпратите всичко това на екипа ни за поддръжка."
2481
+
2482
+ #: ../lib/tribe-support.class.php:39
2483
+ msgid "System Information"
2484
+ msgstr "Системна информация"
2485
+
2486
+ #: ../lib/tribe-template-factory.class.php:221
2487
+ #, php-format
2488
+ msgid "There were no results found for <strong>\"%s\"</strong>."
2489
+ msgstr "Не са открити резултати за <strong>\"%s\"</strong>."
2490
+
2491
+ #: ../lib/tribe-template-factory.class.php:224
2492
+ #, php-format
2493
+ msgid "No results were found for events in or near <strong>\"%s\"</strong>."
2494
+ msgstr "Не са намерени събития на или около <strong>\"%s\"</strong>."
2495
+
2496
+ #: ../lib/tribe-template-factory.class.php:227
2497
+ #, php-format
2498
+ msgid ""
2499
+ "No upcoming events listed under %s. Check out upcoming events for this "
2500
+ "category or view the full calendar."
2501
+ msgstr ""
2502
+ "Няма събития отбелязани с %s. Проверете предстоящите събития от тази "
2503
+ "категория или прегледайте пълния календар."
2504
+
2505
+ #: ../lib/tribe-template-factory.class.php:233
2506
+ msgid "No previous events "
2507
+ msgstr "Няма по-ранни събития"
2508
+
2509
+ #: ../lib/tribe-templates.class.php:568
2510
+ #, php-format
2511
+ msgid "Template overrides should be moved to the correct subdirectory: %s"
2512
+ msgstr ""
2513
+ "Презаписаните шаблони трябва да са преместени в правилната поддиректория: %s"
2514
+
2515
+ #: ../lib/tribe-templates.class.php:609
2516
+ #, php-format
2517
+ msgid ""
2518
+ "Template overrides should be moved to the correct subdirectory: "
2519
+ "tribe_get_template_part('%s')"
2520
+ msgstr ""
2521
+ "Презаписаните шаблони трябва да са преместени в правилната поддиректория: "
2522
+ "tribe_get_template_part('%s')"
2523
+
2524
+ #: ../lib/tribe-the-events-calendar-import.class.php:64
2525
+ #, php-format
2526
+ msgid ""
2527
+ "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make sure "
2528
+ "you have backed up before proceeding any further. You can easily <a href=\"%s"
2529
+ "\">revert to an old version</a> if you want to backup first. This upgrade "
2530
+ "includes two major steps, <a href=\"%s\">migrating data</a> &amp; updating "
2531
+ "your templates as necessary. There have been significant changes to the "
2532
+ "template tags and functions. Check out our <a href=\"%s\">walk-through on "
2533
+ "the upgrade</a> before proceeding and check out the FAQ &amp; Knowledge base "
2534
+ "from the <a href=\"%s\">support page</a>. If you're new to The Events "
2535
+ "Calendar, you may want to review our <a href=\"%s\">new user primer</a>.<br/"
2536
+ "><br/> You have events that need to be migrated. Please visit the bottom of "
2537
+ "the <a href=\"%s\">settings page</a> to perform the migration."
2538
+ msgstr ""
2539
+ "Добре дошли в Events 2.0! Това е огромно обновление спрямо 1.6.5. Моля, "
2540
+ "уверете се, че сте направили резервно копие преди да продължите. Можете "
2541
+ "лесно да <a href=\"%s\">се върнете към по-старата версия</a> ако искате "
2542
+ "първо да направите резервно копие. Обновяването се състои от две основни "
2543
+ "стъпки, <a href=\"%s\">мигриране на информацията</a> &amp; и обновяване на "
2544
+ "шаблоните, ако е необходимо. Има значителна промяна в таговете и функциите "
2545
+ "на шаблоните. Прегледайте нашият <a href=\"%s\">съветник за обновяване</a> "
2546
+ "преди да продължите, както и FAQ страницата на <a href=\"%s\">страницата за "
2547
+ "поддръжка</a>. Ако сте новодошъл потребител на The Events Calendar, може би "
2548
+ "ще искате да прегледате <a href=\"%s\">нашият нов буквар</a>.<br/><br/> "
2549
+ "Имате събития, които трябва да бъдат мигрирани. Моля, отидете в края на "
2550
+ "страница <a href=\"%s\">настройки</a> за да извършите миграцията."
2551
+
2552
+ #: ../lib/tribe-the-events-calendar-import.class.php:86
2553
+ msgid "Upgrade from The Events Calendar"
2554
+ msgstr "Надграждане от The Events Calendar"
2555
+
2556
+ #: ../lib/tribe-the-events-calendar-import.class.php:87
2557
+ msgid ""
2558
+ "It appears that you have some old events calendar data that needs to be "
2559
+ "upgraded. Please be sure to back up your database before initiating the "
2560
+ "upgrade. This process can not be undone."
2561
+ msgstr ""
2562
+ "Оказва се, че имате стара информация, която трябва да се обнови. Моля, "
2563
+ "уверете се, че сте направили резервно копие преди да започнете с "
2564
+ "обновяването. Процеса е необратим."
2565
+
2566
+ #: ../lib/tribe-the-events-calendar-import.class.php:88
2567
+ msgid "Migrate Data!"
2568
+ msgstr "Мигриране на данните!"
2569
+
2570
+ #: ../lib/tribe-the-events-calendar-import.class.php:166
2571
+ #, php-format
2572
+ msgid "You successfully migrated (%d) entries."
2573
+ msgstr "Успешно мигрирахте (%d) записа."
2574
+
2575
+ #: ../lib/tribe-the-events-calendar-import.class.php:242
2576
+ msgid "Install has 1 or more legacy event!"
2577
+ msgstr "Инсталацията има 1 или повече наследствени събития!"
2578
+
2579
+ #: ../lib/tribe-validate.class.php:73 ../lib/tribe-validate.class.php:111
2580
+ msgid "Invalid or incomplete field passed"
2581
+ msgstr "Има невалидно или незавършено поле"
2582
+
2583
+ #: ../lib/tribe-validate.class.php:74 ../lib/tribe-validate.class.php:106
2584
+ #: ../lib/tribe-validate.class.php:112
2585
+ msgid "Field ID:"
2586
+ msgstr "ID на поле:"
2587
+
2588
+ #: ../lib/tribe-validate.class.php:105
2589
+ msgid "Non-existant field validation function passed"
2590
+ msgstr "Изпратена е несъществуваща функция за валидиране на полето"
2591
+
2592
+ #: ../lib/tribe-validate.class.php:106
2593
+ msgctxt "non-existant function name passed for field validation"
2594
+ msgid "with function name:"
2595
+ msgstr "with function name:"
2596
+
2597
+ #: ../lib/tribe-validate.class.php:129 ../lib/tribe-validate.class.php:145
2598
+ #, php-format
2599
+ msgid "%s must contain numbers and letters only"
2600
+ msgstr "%s трябва да съдържа само цифри и букви"
2601
+
2602
+ #: ../lib/tribe-validate.class.php:161
2603
+ #, php-format
2604
+ msgid "%s must contain numbers, letters and dots only"
2605
+ msgstr "%s трябва да съдържа само цифри, букви и точки"
2606
+
2607
+ #: ../lib/tribe-validate.class.php:175
2608
+ #, php-format
2609
+ msgid "%s must be a positive number."
2610
+ msgstr "%s трябва да е положително число."
2611
+
2612
+ #: ../lib/tribe-validate.class.php:190
2613
+ #, php-format
2614
+ msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
2615
+ msgstr "%s трябва да е валиден низ (числа, букви, тире и долно тире)."
2616
+
2617
+ #: ../lib/tribe-validate.class.php:205
2618
+ #, php-format
2619
+ msgid "%s must be a valid absolute URL."
2620
+ msgstr "%s трябва да е валиден абсолюрен URL."
2621
+
2622
+ #: ../lib/tribe-validate.class.php:221 ../lib/tribe-validate.class.php:238
2623
+ #: ../lib/tribe-validate.class.php:257
2624
+ #, php-format
2625
+ msgid "%s must have a value that's part of its options."
2626
+ msgstr "%s трябва да има стойност, която отговаря на една от възможноте опции."
2627
+
2628
+ #: ../lib/tribe-validate.class.php:271
2629
+ #, php-format
2630
+ msgid ""
2631
+ "Comparison validation failed because no comparison value was provided, for "
2632
+ "field %s"
2633
+ msgstr ""
2634
+ "Валидирането на сравнението се провали, тъй като не е зададена стойност за "
2635
+ "сравнение в полето %s"
2636
+
2637
+ #: ../lib/tribe-validate.class.php:278
2638
+ #, php-format
2639
+ msgid "%s cannot be the same as %s."
2640
+ msgstr "%s не може да съвпада с %s."
2641
+
2642
+ #: ../lib/tribe-validate.class.php:280
2643
+ #, php-format
2644
+ msgid "%s cannot be a duplicate"
2645
+ msgstr "%s не може да се дублира"
2646
+
2647
+ #: ../lib/tribe-validate.class.php:296
2648
+ #, php-format
2649
+ msgid "%s must be a number or percentage."
2650
+ msgstr "%s трябва да е номер или процент."
2651
+
2652
+ #: ../lib/tribe-validate.class.php:350
2653
+ #, php-format
2654
+ msgid "%s must be a number between 0 and 21."
2655
+ msgstr "%s трябва да е число между 0 и 21."
2656
+
2657
+ #: ../lib/tribe-validate.class.php:366
2658
+ #, php-format
2659
+ msgid ""
2660
+ "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
2661
+ msgstr "%s трябва да съдържа само букви, цифри, тирета, апострофи и интервали."
2662
+
2663
+ #: ../lib/tribe-validate.class.php:382
2664
+ #, php-format
2665
+ msgid "%s must consist of letters, spaces, apostrophes, and dashes."
2666
+ msgstr "%s трябва да съдържа само букви, интервали, апострофи и тирета."
2667
+
2668
+ #: ../lib/tribe-validate.class.php:396
2669
+ #, php-format
2670
+ msgid "%s must consist of 5 numbers."
2671
+ msgstr "%s трябва да съдържа 5 цифри."
2672
+
2673
+ #: ../lib/tribe-validate.class.php:410
2674
+ #, php-format
2675
+ msgid "%s must be a phone number."
2676
+ msgstr "%s трябва да е валиден телефонен номер."
2677
+
2678
+ #: ../lib/tribe-validate.class.php:426
2679
+ msgid ""
2680
+ "Country List must be formatted as one country per line in the following "
2681
+ "format: <br>US, United States <br> UK, United Kingdom."
2682
+ msgstr ""
2683
+ "Списъка със страните трябва да съдържа по една страна на ред и да бъде в "
2684
+ "следния формат: <br>САЩ, Съединени Американски щати <br> БГ, България."
2685
+
2686
+ #: ../lib/tribe-view-helpers.class.php:24
2687
+ #: ../lib/tribe-view-helpers.class.php:43
2688
+ msgid "Select a Country:"
2689
+ msgstr "Избор на страна:"
2690
+
2691
+ #: ../lib/tribe-view-helpers.class.php:45
2692
+ msgid "Afghanistan"
2693
+ msgstr "Афганистан"
2694
+
2695
+ #: ../lib/tribe-view-helpers.class.php:46
2696
+ msgid "Albania"
2697
+ msgstr "Албания"
2698
+
2699
+ #: ../lib/tribe-view-helpers.class.php:47
2700
+ msgid "Algeria"
2701
+ msgstr "Алжир"
2702
+
2703
+ #: ../lib/tribe-view-helpers.class.php:48
2704
+ msgid "American Samoa"
2705
+ msgstr "Американска Самоа"
2706
+
2707
+ #: ../lib/tribe-view-helpers.class.php:49
2708
+ msgid "Andorra"
2709
+ msgstr "Андора"
2710
+
2711
+ #: ../lib/tribe-view-helpers.class.php:50
2712
+ msgid "Angola"
2713
+ msgstr "Ангола"
2714
+
2715
+ #: ../lib/tribe-view-helpers.class.php:51
2716
+ msgid "Anguilla"
2717
+ msgstr "Ангуила"
2718
+
2719
+ #: ../lib/tribe-view-helpers.class.php:52
2720
+ msgid "Antarctica"
2721
+ msgstr "Антарктида"
2722
+
2723
+ #: ../lib/tribe-view-helpers.class.php:53
2724
+ msgid "Antigua And Barbuda"
2725
+ msgstr "Антигуа и Барбуда"
2726
+
2727
+ #: ../lib/tribe-view-helpers.class.php:54
2728
+ msgid "Argentina"
2729
+ msgstr "Аржентина"
2730
+
2731
+ #: ../lib/tribe-view-helpers.class.php:55
2732
+ msgid "Armenia"
2733
+ msgstr "Армения"
2734
+
2735
+ #: ../lib/tribe-view-helpers.class.php:56
2736
+ msgid "Aruba"
2737
+ msgstr "Аруба"
2738
+
2739
+ #: ../lib/tribe-view-helpers.class.php:57
2740
+ msgid "Australia"
2741
+ msgstr "Австралия"
2742
+
2743
+ #: ../lib/tribe-view-helpers.class.php:58
2744
+ msgid "Austria"
2745
+ msgstr "Австрия"
2746
+
2747
+ #: ../lib/tribe-view-helpers.class.php:59
2748
+ msgid "Azerbaijan"
2749
+ msgstr "Азербейджан"
2750
+
2751
+ #: ../lib/tribe-view-helpers.class.php:60
2752
+ msgid "Bahamas"
2753
+ msgstr "Бахамски острови"
2754
+
2755
+ #: ../lib/tribe-view-helpers.class.php:61
2756
+ msgid "Bahrain"
2757
+ msgstr "Бахрейн"
2758
+
2759
+ #: ../lib/tribe-view-helpers.class.php:62
2760
+ msgid "Bangladesh"
2761
+ msgstr "Бангладеш"
2762
+
2763
+ #: ../lib/tribe-view-helpers.class.php:63
2764
+ msgid "Barbados"
2765
+ msgstr "Барбадос"
2766
+
2767
+ #: ../lib/tribe-view-helpers.class.php:64
2768
+ msgid "Belarus"
2769
+ msgstr "Беларус"
2770
+
2771
+ #: ../lib/tribe-view-helpers.class.php:65
2772
+ msgid "Belgium"
2773
+ msgstr "Белгия"
2774
+
2775
+ #: ../lib/tribe-view-helpers.class.php:66
2776
+ msgid "Belize"
2777
+ msgstr "Белиз"
2778
+
2779
+ #: ../lib/tribe-view-helpers.class.php:67
2780
+ msgid "Benin"
2781
+ msgstr "Бенин"
2782
+
2783
+ #: ../lib/tribe-view-helpers.class.php:68
2784
+ msgid "Bermuda"
2785
+ msgstr "Бермудски острови"
2786
+
2787
+ #: ../lib/tribe-view-helpers.class.php:69
2788
+ msgid "Bhutan"
2789
+ msgstr "Бутан"
2790
+
2791
+ #: ../lib/tribe-view-helpers.class.php:70
2792
+ msgid "Bolivia"
2793
+ msgstr "Боливия"
2794
+
2795
+ #: ../lib/tribe-view-helpers.class.php:71
2796
+ msgid "Bosnia And Herzegowina"
2797
+ msgstr "Босна и Херцеговина"
2798
+
2799
+ #: ../lib/tribe-view-helpers.class.php:72
2800
+ msgid "Botswana"
2801
+ msgstr "Ботсвана"
2802
+
2803
+ #: ../lib/tribe-view-helpers.class.php:73
2804
+ msgid "Bouvet Island"
2805
+ msgstr "Буве"
2806
+
2807
+ #: ../lib/tribe-view-helpers.class.php:74
2808
+ msgid "Brazil"
2809
+ msgstr "Бразилия"
2810
+
2811
+ #: ../lib/tribe-view-helpers.class.php:75
2812
+ msgid "British Indian Ocean Territory"
2813
+ msgstr "Британска индоокеанска територия"
2814
+
2815
+ #: ../lib/tribe-view-helpers.class.php:76
2816
+ msgid "Brunei Darussalam"
2817
+ msgstr "Бруней"
2818
+
2819
+ #: ../lib/tribe-view-helpers.class.php:77
2820
+ msgid "Bulgaria"
2821
+ msgstr "България"
2822
+
2823
+ #: ../lib/tribe-view-helpers.class.php:78
2824
+ msgid "Burkina Faso"
2825
+ msgstr "Буркина Фасо"
2826
+
2827
+ #: ../lib/tribe-view-helpers.class.php:79
2828
+ msgid "Burundi"
2829
+ msgstr "Бурунди"
2830
+
2831
+ #: ../lib/tribe-view-helpers.class.php:80
2832
+ msgid "Cambodia"
2833
+ msgstr "Камбоджа"
2834
+
2835
+ #: ../lib/tribe-view-helpers.class.php:81
2836
+ msgid "Cameroon"
2837
+ msgstr "Камерун"
2838
+
2839
+ #: ../lib/tribe-view-helpers.class.php:82
2840
+ msgid "Canada"
2841
+ msgstr "Канада"
2842
+
2843
+ #: ../lib/tribe-view-helpers.class.php:83
2844
+ msgid "Cape Verde"
2845
+ msgstr "Кабо Верде"
2846
+
2847
+ #: ../lib/tribe-view-helpers.class.php:84
2848
+ msgid "Cayman Islands"
2849
+ msgstr "Кайманови острови"
2850
+
2851
+ #: ../lib/tribe-view-helpers.class.php:85
2852
+ msgid "Central African Republic"
2853
+ msgstr "Централноафриканска република"
2854
+
2855
+ #: ../lib/tribe-view-helpers.class.php:86
2856
+ msgid "Chad"
2857
+ msgstr "Чад"
2858
+
2859
+ #: ../lib/tribe-view-helpers.class.php:87
2860
+ msgid "Chile"
2861
+ msgstr "Чили"
2862
+
2863
+ #: ../lib/tribe-view-helpers.class.php:88
2864
+ msgid "China"
2865
+ msgstr "Китай"
2866
+
2867
+ #: ../lib/tribe-view-helpers.class.php:89
2868
+ msgid "Christmas Island"
2869
+ msgstr "Коледен остров"
2870
+
2871
+ #: ../lib/tribe-view-helpers.class.php:90
2872
+ msgid "Cocos (Keeling) Islands"
2873
+ msgstr "Кокосови острови"
2874
+
2875
+ #: ../lib/tribe-view-helpers.class.php:91
2876
+ msgid "Colombia"
2877
+ msgstr "Колумбия"
2878
+
2879
+ #: ../lib/tribe-view-helpers.class.php:92
2880
+ msgid "Comoros"
2881
+ msgstr "Коморски острови"
2882
+
2883
+ #: ../lib/tribe-view-helpers.class.php:93
2884
+ msgid "Congo"
2885
+ msgstr "Конго"
2886
+
2887
+ #: ../lib/tribe-view-helpers.class.php:94
2888
+ msgid "Congo, The Democratic Republic Of The"
2889
+ msgstr "Конго, Демократична република"
2890
+
2891
+ #: ../lib/tribe-view-helpers.class.php:95
2892
+ msgid "Cook Islands"
2893
+ msgstr "Кук"
2894
+
2895
+ #: ../lib/tribe-view-helpers.class.php:96
2896
+ msgid "Costa Rica"
2897
+ msgstr "Коста Рика"
2898
+
2899
+ #: ../lib/tribe-view-helpers.class.php:97
2900
+ msgid "Cote D'Ivoire"
2901
+ msgstr "Кот д'Ивоар"
2902
+
2903
+ #: ../lib/tribe-view-helpers.class.php:98
2904
+ msgid "Croatia (Local Name: Hrvatska)"
2905
+ msgstr "Хърватия"
2906
+
2907
+ #: ../lib/tribe-view-helpers.class.php:99
2908
+ msgid "Cuba"
2909
+ msgstr "Куба"
2910
+
2911
+ #: ../lib/tribe-view-helpers.class.php:100
2912
+ msgid "Cyprus"
2913
+ msgstr "Кипър"
2914
+
2915
+ #: ../lib/tribe-view-helpers.class.php:101
2916
+ msgid "Czech Republic"
2917
+ msgstr "Чехия"
2918
+
2919
+ #: ../lib/tribe-view-helpers.class.php:102
2920
+ msgid "Denmark"
2921
+ msgstr "Дания"
2922
+
2923
+ #: ../lib/tribe-view-helpers.class.php:103
2924
+ msgid "Djibouti"
2925
+ msgstr "Джибути"
2926
+
2927
+ #: ../lib/tribe-view-helpers.class.php:104
2928
+ msgid "Dominica"
2929
+ msgstr "Доминика"
2930
+
2931
+ #: ../lib/tribe-view-helpers.class.php:105
2932
+ msgid "Dominican Republic"
2933
+ msgstr "Доминиканска република"
2934
+
2935
+ #: ../lib/tribe-view-helpers.class.php:106
2936
+ msgid "East Timor"
2937
+ msgstr "Източен Тимор"
2938
+
2939
+ #: ../lib/tribe-view-helpers.class.php:107
2940
+ msgid "Ecuador"
2941
+ msgstr "Еквадор"
2942
+
2943
+ #: ../lib/tribe-view-helpers.class.php:108
2944
+ msgid "Egypt"
2945
+ msgstr "Египет"
2946
+
2947
+ #: ../lib/tribe-view-helpers.class.php:109
2948
+ msgid "El Salvador"
2949
+ msgstr "Салвадор"
2950
+
2951
+ #: ../lib/tribe-view-helpers.class.php:110
2952
+ msgid "Equatorial Guinea"
2953
+ msgstr "Екваториална Гвинея"
2954
+
2955
+ #: ../lib/tribe-view-helpers.class.php:111
2956
+ msgid "Eritrea"
2957
+ msgstr "Еритрея"
2958
+
2959
+ #: ../lib/tribe-view-helpers.class.php:112
2960
+ msgid "Estonia"
2961
+ msgstr "Естония"
2962
+
2963
+ #: ../lib/tribe-view-helpers.class.php:113
2964
+ msgid "Ethiopia"
2965
+ msgstr "Етиопия"
2966
+
2967
+ #: ../lib/tribe-view-helpers.class.php:114
2968
+ msgid "Falkland Islands (Malvinas)"
2969
+ msgstr "Фолкландски острови"
2970
+
2971
+ #: ../lib/tribe-view-helpers.class.php:115
2972
+ msgid "Faroe Islands"
2973
+ msgstr "Ферьорски острови"
2974
+
2975
+ #: ../lib/tribe-view-helpers.class.php:116
2976
+ msgid "Fiji"
2977
+ msgstr "Фиджи"
2978
+
2979
+ #: ../lib/tribe-view-helpers.class.php:117
2980
+ msgid "Finland"
2981
+ msgstr "Финландия"
2982
+
2983
+ #: ../lib/tribe-view-helpers.class.php:118
2984
+ msgid "France"
2985
+ msgstr "Франция"
2986
+
2987
+ #: ../lib/tribe-view-helpers.class.php:119
2988
+ msgid "France, Metropolitan"
2989
+ msgstr "Франция, Метрополия"
2990
+
2991
+ #: ../lib/tribe-view-helpers.class.php:120
2992
+ msgid "French Guiana"
2993
+ msgstr "Френска Гвиана"
2994
+
2995
+ #: ../lib/tribe-view-helpers.class.php:121
2996
+ msgid "French Polynesia"
2997
+ msgstr "Френска Полинезия"
2998
+
2999
+ #: ../lib/tribe-view-helpers.class.php:122
3000
+ msgid "French Southern Territories"
3001
+ msgstr "Френски южни и антарктически територии"
3002
+
3003
+ #: ../lib/tribe-view-helpers.class.php:123
3004
+ msgid "Gabon"
3005
+ msgstr "Габон"
3006
+
3007
+ #: ../lib/tribe-view-helpers.class.php:124
3008
+ msgid "Gambia"
3009
+ msgstr "Гамбия"
3010
+
3011
+ #: ../lib/tribe-view-helpers.class.php:125
3012
+ #: ../lib/tribe-view-helpers.class.php:318
3013
+ msgid "Georgia"
3014
+ msgstr "Грузия"
3015
+
3016
+ #: ../lib/tribe-view-helpers.class.php:126
3017
+ msgid "Germany"
3018
+ msgstr "Германия"
3019
+
3020
+ #: ../lib/tribe-view-helpers.class.php:127
3021
+ msgid "Ghana"
3022
+ msgstr "Гана"
3023
+
3024
+ #: ../lib/tribe-view-helpers.class.php:128
3025
+ msgid "Gibraltar"
3026
+ msgstr "Гибралтар"
3027
+
3028
+ #: ../lib/tribe-view-helpers.class.php:129
3029
+ msgid "Greece"
3030
+ msgstr "Гърция"
3031
+
3032
+ #: ../lib/tribe-view-helpers.class.php:130
3033
+ msgid "Greenland"
3034
+ msgstr "Гренландия"
3035
+
3036
+ #: ../lib/tribe-view-helpers.class.php:131
3037
+ msgid "Grenada"
3038
+ msgstr "Гренада"
3039
+
3040
+ #: ../lib/tribe-view-helpers.class.php:132
3041
+ msgid "Guadeloupe"
3042
+ msgstr "Гваделупа"
3043
+
3044
+ #: ../lib/tribe-view-helpers.class.php:133
3045
+ msgid "Guam"
3046
+ msgstr "Гуам"
3047
+
3048
+ #: ../lib/tribe-view-helpers.class.php:134
3049
+ msgid "Guatemala"
3050
+ msgstr "Гватемала"
3051
+
3052
+ #: ../lib/tribe-view-helpers.class.php:135
3053
+ msgid "Guinea"
3054
+ msgstr "Гвинея"
3055
+
3056
+ #: ../lib/tribe-view-helpers.class.php:136
3057
+ msgid "Guinea-Bissau"
3058
+ msgstr "Гвинея-Бисау"
3059
+
3060
+ #: ../lib/tribe-view-helpers.class.php:137
3061
+ msgid "Guyana"
3062
+ msgstr "Гвиана"
3063
+
3064
+ #: ../lib/tribe-view-helpers.class.php:138
3065
+ msgid "Haiti"
3066
+ msgstr "Хаити"
3067
+
3068
+ #: ../lib/tribe-view-helpers.class.php:139
3069
+ msgid "Heard And Mc Donald Islands"
3070
+ msgstr "Хърд и Макдоналд"
3071
+
3072
+ #: ../lib/tribe-view-helpers.class.php:140
3073
+ msgid "Holy See (Vatican City State)"
3074
+ msgstr "Ватикана"
3075
+
3076
+ #: ../lib/tribe-view-helpers.class.php:141
3077
+ msgid "Honduras"
3078
+ msgstr "Хондурас"
3079
+
3080
+ #: ../lib/tribe-view-helpers.class.php:142
3081
+ msgid "Hong Kong"
3082
+ msgstr "Хонконг"
3083
+
3084
+ #: ../lib/tribe-view-helpers.class.php:143
3085
+ msgid "Hungary"
3086
+ msgstr "Унгария"
3087
+
3088
+ #: ../lib/tribe-view-helpers.class.php:144
3089
+ msgid "Iceland"
3090
+ msgstr "Исландия"
3091
+
3092
+ #: ../lib/tribe-view-helpers.class.php:145
3093
+ msgid "India"
3094
+ msgstr "Индия"
3095
+
3096
+ #: ../lib/tribe-view-helpers.class.php:146
3097
+ msgid "Indonesia"
3098
+ msgstr "Индонезия"
3099
+
3100
+ #: ../lib/tribe-view-helpers.class.php:147
3101
+ msgid "Iran (Islamic Republic Of)"
3102
+ msgstr "Иран"
3103
+
3104
+ #: ../lib/tribe-view-helpers.class.php:148
3105
+ msgid "Iraq"
3106
+ msgstr "Ирак"
3107
+
3108
+ #: ../lib/tribe-view-helpers.class.php:149
3109
+ msgid "Ireland"
3110
+ msgstr "Ирландия"
3111
+
3112
+ #: ../lib/tribe-view-helpers.class.php:150
3113
+ msgid "Israel"
3114
+ msgstr "Израел"
3115
+
3116
+ #: ../lib/tribe-view-helpers.class.php:151
3117
+ msgid "Italy"
3118
+ msgstr "Италия"
3119
+
3120
+ #: ../lib/tribe-view-helpers.class.php:152
3121
+ msgid "Jamaica"
3122
+ msgstr "Ямайка"
3123
+
3124
+ #: ../lib/tribe-view-helpers.class.php:153
3125
+ msgid "Japan"
3126
+ msgstr "Япония"
3127
+
3128
+ #: ../lib/tribe-view-helpers.class.php:154
3129
+ msgid "Jordan"
3130
+ msgstr "Йордания"
3131
+
3132
+ #: ../lib/tribe-view-helpers.class.php:155
3133
+ msgid "Kazakhstan"
3134
+ msgstr "Казахстан"
3135
+
3136
+ #: ../lib/tribe-view-helpers.class.php:156
3137
+ msgid "Kenya"
3138
+ msgstr "Кения"
3139
+
3140
+ #: ../lib/tribe-view-helpers.class.php:157
3141
+ msgid "Kiribati"
3142
+ msgstr "Кирибати"
3143
+
3144
+ #: ../lib/tribe-view-helpers.class.php:158
3145
+ msgid "Korea, Democratic People's Republic Of"
3146
+ msgstr "Северна Корея"
3147
+
3148
+ #: ../lib/tribe-view-helpers.class.php:159
3149
+ msgid "Korea, Republic Of"
3150
+ msgstr "Южна Корея"
3151
+
3152
+ #: ../lib/tribe-view-helpers.class.php:160
3153
+ msgid "Kuwait"
3154
+ msgstr "Кувейт"
3155
+
3156
+ #: ../lib/tribe-view-helpers.class.php:161
3157
+ msgid "Kyrgyzstan"
3158
+ msgstr "Киргизстан"
3159
+
3160
+ #: ../lib/tribe-view-helpers.class.php:162
3161
+ msgid "Lao People's Democratic Republic"
3162
+ msgstr "Лаос"
3163
+
3164
+ #: ../lib/tribe-view-helpers.class.php:163
3165
+ msgid "Latvia"
3166
+ msgstr "Латвия"
3167
+
3168
+ #: ../lib/tribe-view-helpers.class.php:164
3169
+ msgid "Lebanon"
3170
+ msgstr "Ливан"
3171
+
3172
+ #: ../lib/tribe-view-helpers.class.php:165
3173
+ msgid "Lesotho"
3174
+ msgstr "Лесото"
3175
+
3176
+ #: ../lib/tribe-view-helpers.class.php:166
3177
+ msgid "Liberia"
3178
+ msgstr "Либерия"
3179
+
3180
+ #: ../lib/tribe-view-helpers.class.php:167
3181
+ msgid "Libya"
3182
+ msgstr "Либия"
3183
+
3184
+ #: ../lib/tribe-view-helpers.class.php:168
3185
+ msgid "Liechtenstein"
3186
+ msgstr "Лихтенщайн"
3187
+
3188
+ #: ../lib/tribe-view-helpers.class.php:169
3189
+ msgid "Lithuania"
3190
+ msgstr "Литва"
3191
+
3192
+ #: ../lib/tribe-view-helpers.class.php:170
3193
+ msgid "Luxembourg"
3194
+ msgstr "Люксембург"
3195
+
3196
+ #: ../lib/tribe-view-helpers.class.php:171
3197
+ msgid "Macau"
3198
+ msgstr "Макао"
3199
+
3200
+ #: ../lib/tribe-view-helpers.class.php:172
3201
+ msgid "Macedonia"
3202
+ msgstr "Македония"
3203
+
3204
+ #: ../lib/tribe-view-helpers.class.php:173
3205
+ msgid "Madagascar"
3206
+ msgstr "Мадагаскар"
3207
+
3208
+ #: ../lib/tribe-view-helpers.class.php:174
3209
+ msgid "Malawi"
3210
+ msgstr "Малави"
3211
+
3212
+ #: ../lib/tribe-view-helpers.class.php:175
3213
+ msgid "Malaysia"
3214
+ msgstr "Малайзия"
3215
+
3216
+ #: ../lib/tribe-view-helpers.class.php:176
3217
+ msgid "Maldives"
3218
+ msgstr "Малдиви"
3219
+
3220
+ #: ../lib/tribe-view-helpers.class.php:177
3221
+ msgid "Mali"
3222
+ msgstr "Мали"
3223
+
3224
+ #: ../lib/tribe-view-helpers.class.php:178
3225
+ msgid "Malta"
3226
+ msgstr "Малта"
3227
+
3228
+ #: ../lib/tribe-view-helpers.class.php:179
3229
+ msgid "Marshall Islands"
3230
+ msgstr "Маршалови острови"
3231
+
3232
+ #: ../lib/tribe-view-helpers.class.php:180
3233
+ msgid "Martinique"
3234
+ msgstr "Мартиника"
3235
+
3236
+ #: ../lib/tribe-view-helpers.class.php:181
3237
+ msgid "Mauritania"
3238
+ msgstr "Мавритания"
3239
+
3240
+ #: ../lib/tribe-view-helpers.class.php:182
3241
+ msgid "Mauritius"
3242
+ msgstr "Мавриций"
3243
+
3244
+ #: ../lib/tribe-view-helpers.class.php:183
3245
+ msgid "Mayotte"
3246
+ msgstr "Майот"
3247
+
3248
+ #: ../lib/tribe-view-helpers.class.php:184
3249
+ msgid "Mexico"
3250
+ msgstr "Мексико"
3251
+
3252
+ #: ../lib/tribe-view-helpers.class.php:185
3253
+ msgid "Micronesia, Federated States Of"
3254
+ msgstr "Микронезия"
3255
+
3256
+ #: ../lib/tribe-view-helpers.class.php:186
3257
+ msgid "Moldova, Republic Of"
3258
+ msgstr "Молдова"
3259
+
3260
+ #: ../lib/tribe-view-helpers.class.php:187
3261
+ msgid "Monaco"
3262
+ msgstr "Монако"
3263
+
3264
+ #: ../lib/tribe-view-helpers.class.php:188
3265
+ msgid "Mongolia"
3266
+ msgstr "Монголия"
3267
+
3268
+ #: ../lib/tribe-view-helpers.class.php:189
3269
+ msgid "Montenegro"
3270
+ msgstr "Черна гора"
3271
+
3272
+ #: ../lib/tribe-view-helpers.class.php:190
3273
+ msgid "Montserrat"
3274
+ msgstr "Монсерат"
3275
+
3276
+ #: ../lib/tribe-view-helpers.class.php:191
3277
+ msgid "Morocco"
3278
+ msgstr "Мароко"
3279
+
3280
+ #: ../lib/tribe-view-helpers.class.php:192
3281
+ msgid "Mozambique"
3282
+ msgstr "Мозамбик"
3283
+
3284
+ #: ../lib/tribe-view-helpers.class.php:193
3285
+ msgid "Myanmar"
3286
+ msgstr "Мианмар"
3287
+
3288
+ #: ../lib/tribe-view-helpers.class.php:194
3289
+ msgid "Namibia"
3290
+ msgstr "Намибия"
3291
+
3292
+ #: ../lib/tribe-view-helpers.class.php:195
3293
+ msgid "Nauru"
3294
+ msgstr "Науру"
3295
+
3296
+ #: ../lib/tribe-view-helpers.class.php:196
3297
+ msgid "Nepal"
3298
+ msgstr "Непал"
3299
+
3300
+ #: ../lib/tribe-view-helpers.class.php:197
3301
+ msgid "Netherlands"
3302
+ msgstr "Холандия"
3303
+
3304
+ #: ../lib/tribe-view-helpers.class.php:198
3305
+ msgid "Netherlands Antilles"
3306
+ msgstr "Нидерландски Антили"
3307
+
3308
+ #: ../lib/tribe-view-helpers.class.php:199
3309
+ msgid "New Caledonia"
3310
+ msgstr "Нова Каледония"
3311
+
3312
+ #: ../lib/tribe-view-helpers.class.php:200
3313
+ msgid "New Zealand"
3314
+ msgstr "Нова Зеландия"
3315
+
3316
+ #: ../lib/tribe-view-helpers.class.php:201
3317
+ msgid "Nicaragua"
3318
+ msgstr "Никарагуа"
3319
+
3320
+ #: ../lib/tribe-view-helpers.class.php:202
3321
+ msgid "Niger"
3322
+ msgstr "Нигер"
3323
+
3324
+ #: ../lib/tribe-view-helpers.class.php:203
3325
+ msgid "Nigeria"
3326
+ msgstr "Нигерия"
3327
+
3328
+ #: ../lib/tribe-view-helpers.class.php:204
3329
+ msgid "Niue"
3330
+ msgstr "Ниуе"
3331
+
3332
+ #: ../lib/tribe-view-helpers.class.php:205
3333
+ msgid "Norfolk Island"
3334
+ msgstr "Норфолк"
3335
+
3336
+ #: ../lib/tribe-view-helpers.class.php:206
3337
+ msgid "Northern Mariana Islands"
3338
+ msgstr "Северни Мариански острови"
3339
+
3340
+ #: ../lib/tribe-view-helpers.class.php:207
3341
+ msgid "Norway"
3342
+ msgstr "Норвегия"
3343
+
3344
+ #: ../lib/tribe-view-helpers.class.php:208
3345
+ msgid "Oman"
3346
+ msgstr "Оман"
3347
+
3348
+ #: ../lib/tribe-view-helpers.class.php:209
3349
+ msgid "Pakistan"
3350
+ msgstr "Пакистан"
3351
+
3352
+ #: ../lib/tribe-view-helpers.class.php:210
3353
+ msgid "Palau"
3354
+ msgstr "Палау"
3355
+
3356
+ #: ../lib/tribe-view-helpers.class.php:211
3357
+ msgid "Panama"
3358
+ msgstr "Панама"
3359
+
3360
+ #: ../lib/tribe-view-helpers.class.php:212
3361
+ msgid "Papua New Guinea"
3362
+ msgstr "Папуа Нова Гвинея"
3363
+
3364
+ #: ../lib/tribe-view-helpers.class.php:213
3365
+ msgid "Paraguay"
3366
+ msgstr "Парагвай"
3367
+
3368
+ #: ../lib/tribe-view-helpers.class.php:214
3369
+ msgid "Peru"
3370
+ msgstr "Перу"
3371
+
3372
+ #: ../lib/tribe-view-helpers.class.php:215
3373
+ msgid "Philippines"
3374
+ msgstr "Филипини"
3375
+
3376
+ #: ../lib/tribe-view-helpers.class.php:216
3377
+ msgid "Pitcairn"
3378
+ msgstr "Питкерн"
3379
+
3380
+ #: ../lib/tribe-view-helpers.class.php:217
3381
+ msgid "Poland"
3382
+ msgstr "Полша"
3383
+
3384
+ #: ../lib/tribe-view-helpers.class.php:218
3385
+ msgid "Portugal"
3386
+ msgstr "Португалия"
3387
+
3388
+ #: ../lib/tribe-view-helpers.class.php:219
3389
+ msgid "Puerto Rico"
3390
+ msgstr "Пуерто Рико"
3391
+
3392
+ #: ../lib/tribe-view-helpers.class.php:220
3393
+ msgid "Qatar"
3394
+ msgstr "Катар"
3395
+
3396
+ #: ../lib/tribe-view-helpers.class.php:221
3397
+ msgid "Reunion"
3398
+ msgstr "Реюнион"
3399
+
3400
+ #: ../lib/tribe-view-helpers.class.php:222
3401
+ msgid "Romania"
3402
+ msgstr "Румъния"
3403
+
3404
+ #: ../lib/tribe-view-helpers.class.php:223
3405
+ msgid "Russian Federation"
3406
+ msgstr "Русия"
3407
+
3408
+ #: ../lib/tribe-view-helpers.class.php:224
3409
+ msgid "Rwanda"
3410
+ msgstr "Руанда"
3411
+
3412
+ #: ../lib/tribe-view-helpers.class.php:225
3413
+ msgid "Saint Kitts And Nevis"
3414
+ msgstr "Сейнт Китс и Невис"
3415
+
3416
+ #: ../lib/tribe-view-helpers.class.php:226
3417
+ msgid "Saint Lucia"
3418
+ msgstr "Сейнт Лусия"
3419
+
3420
+ #: ../lib/tribe-view-helpers.class.php:227
3421
+ msgid "Saint Vincent And The Grenadines"
3422
+ msgstr "Сейнт Винсент и Гренадини"
3423
+
3424
+ #: ../lib/tribe-view-helpers.class.php:228
3425
+ msgid "Samoa"
3426
+ msgstr "Самоа"
3427
+
3428
+ #: ../lib/tribe-view-helpers.class.php:229
3429
+ msgid "San Marino"
3430
+ msgstr "Сан Марино"
3431
+
3432
+ #: ../lib/tribe-view-helpers.class.php:230
3433
+ msgid "Sao Tome And Principe"
3434
+ msgstr "Сао Томе и Принсипи"
3435
+
3436
+ #: ../lib/tribe-view-helpers.class.php:231
3437
+ msgid "Saudi Arabia"
3438
+ msgstr "Саудитска Арабия"
3439
+
3440
+ #: ../lib/tribe-view-helpers.class.php:232
3441
+ msgid "Senegal"
3442
+ msgstr "Сенегал"
3443
+
3444
+ #: ../lib/tribe-view-helpers.class.php:233
3445
+ msgid "Serbia"
3446
+ msgstr "Сърбия"
3447
+
3448
+ #: ../lib/tribe-view-helpers.class.php:234
3449
+ msgid "Seychelles"
3450
+ msgstr "Сейшели"
3451
+
3452
+ #: ../lib/tribe-view-helpers.class.php:235
3453
+ msgid "Sierra Leone"
3454
+ msgstr "Сиера Леоне"
3455
+
3456
+ #: ../lib/tribe-view-helpers.class.php:236
3457
+ msgid "Singapore"
3458
+ msgstr "Сингапур"
3459
+
3460
+ #: ../lib/tribe-view-helpers.class.php:237
3461
+ msgid "Slovakia (Slovak Republic)"
3462
+ msgstr "Словакия"
3463
+
3464
+ #: ../lib/tribe-view-helpers.class.php:238
3465
+ msgid "Slovenia"
3466
+ msgstr "Словения"
3467
+
3468
+ #: ../lib/tribe-view-helpers.class.php:239
3469
+ msgid "Solomon Islands"
3470
+ msgstr "Соломонови острови"
3471
+
3472
+ #: ../lib/tribe-view-helpers.class.php:240
3473
+ msgid "Somalia"
3474
+ msgstr "Сомалия"
3475
+
3476
+ #: ../lib/tribe-view-helpers.class.php:241
3477
+ msgid "South Africa"
3478
+ msgstr "Република Южна Африка"
3479
+
3480
+ #: ../lib/tribe-view-helpers.class.php:242
3481
+ msgid "South Georgia, South Sandwich Islands"
3482
+ msgstr "Южна Джорджия и Южни Сандвичеви острови"
3483
+
3484
+ #: ../lib/tribe-view-helpers.class.php:243
3485
+ msgid "Spain"
3486
+ msgstr "Испания"
3487
+
3488
+ #: ../lib/tribe-view-helpers.class.php:244
3489
+ msgid "Sri Lanka"
3490
+ msgstr "Шри Ланка"
3491
+
3492
+ #: ../lib/tribe-view-helpers.class.php:245
3493
+ msgid "St. Helena"
3494
+ msgstr "Света Елена"
3495
+
3496
+ #: ../lib/tribe-view-helpers.class.php:246
3497
+ msgid "St. Pierre And Miquelon"
3498
+ msgstr "Сен Пиер и Микелон"
3499
+
3500
+ #: ../lib/tribe-view-helpers.class.php:247
3501
+ msgid "Sudan"
3502
+ msgstr "Судан"
3503
+
3504
+ #: ../lib/tribe-view-helpers.class.php:248
3505
+ msgid "Suriname"
3506
+ msgstr "Суринам"
3507
+
3508
+ #: ../lib/tribe-view-helpers.class.php:249
3509
+ msgid "Svalbard And Jan Mayen Islands"
3510
+ msgstr "Свалбард и Ян Майен"
3511
+
3512
+ #: ../lib/tribe-view-helpers.class.php:250
3513
+ msgid "Swaziland"
3514
+ msgstr "Свазиленд"
3515
+
3516
+ #: ../lib/tribe-view-helpers.class.php:251
3517
+ msgid "Sweden"
3518
+ msgstr "Швеция"
3519
+
3520
+ #: ../lib/tribe-view-helpers.class.php:252
3521
+ msgid "Switzerland"
3522
+ msgstr "Швейцария"
3523
+
3524
+ #: ../lib/tribe-view-helpers.class.php:253
3525
+ msgid "Syrian Arab Republic"
3526
+ msgstr "Сирия"
3527
+
3528
+ #: ../lib/tribe-view-helpers.class.php:254
3529
+ msgid "Taiwan"
3530
+ msgstr "Тайван"
3531
+
3532
+ #: ../lib/tribe-view-helpers.class.php:255
3533
+ msgid "Tajikistan"
3534
+ msgstr "Таджикистан"
3535
+
3536
+ #: ../lib/tribe-view-helpers.class.php:256
3537
+ msgid "Tanzania, United Republic Of"
3538
+ msgstr "Танзания"
3539
+
3540
+ #: ../lib/tribe-view-helpers.class.php:257
3541
+ msgid "Thailand"
3542
+ msgstr "Тайланд"
3543
+
3544
+ #: ../lib/tribe-view-helpers.class.php:258
3545
+ msgid "Togo"
3546
+ msgstr "Того"
3547
+
3548
+ #: ../lib/tribe-view-helpers.class.php:259
3549
+ msgid "Tokelau"
3550
+ msgstr "Токелау"
3551
+
3552
+ #: ../lib/tribe-view-helpers.class.php:260
3553
+ msgid "Tonga"
3554
+ msgstr "Тонга"
3555
+
3556
+ #: ../lib/tribe-view-helpers.class.php:261
3557
+ msgid "Trinidad And Tobago"
3558
+ msgstr "Тринидад и Тобаго"
3559
+
3560
+ #: ../lib/tribe-view-helpers.class.php:262
3561
+ msgid "Tunisia"
3562
+ msgstr "Тунис"
3563
+
3564
+ #: ../lib/tribe-view-helpers.class.php:263
3565
+ msgid "Turkey"
3566
+ msgstr "Турция"
3567
+
3568
+ #: ../lib/tribe-view-helpers.class.php:264
3569
+ msgid "Turkmenistan"
3570
+ msgstr "Туркменистан"
3571
+
3572
+ #: ../lib/tribe-view-helpers.class.php:265
3573
+ msgid "Turks And Caicos Islands"
3574
+ msgstr "Търкс и Кайкос"
3575
+
3576
+ #: ../lib/tribe-view-helpers.class.php:266
3577
+ msgid "Tuvalu"
3578
+ msgstr "Тувалу"
3579
+
3580
+ #: ../lib/tribe-view-helpers.class.php:267
3581
+ msgid "Uganda"
3582
+ msgstr "Уганда"
3583
+
3584
+ #: ../lib/tribe-view-helpers.class.php:268
3585
+ msgid "Ukraine"
3586
+ msgstr "Украйна"
3587
+
3588
+ #: ../lib/tribe-view-helpers.class.php:269
3589
+ msgid "United Arab Emirates"
3590
+ msgstr "ОАЕ"
3591
+
3592
+ #: ../lib/tribe-view-helpers.class.php:270
3593
+ msgid "United Kingdom"
3594
+ msgstr "Великобритания"
3595
+
3596
+ #: ../lib/tribe-view-helpers.class.php:271
3597
+ msgid "United States Minor Outlying Islands"
3598
+ msgstr "Малки далечни острови на САЩ"
3599
+
3600
+ #: ../lib/tribe-view-helpers.class.php:272
3601
+ msgid "Uruguay"
3602
+ msgstr "Уругвай"
3603
+
3604
+ #: ../lib/tribe-view-helpers.class.php:273
3605
+ msgid "Uzbekistan"
3606
+ msgstr "Узбекистан"
3607
+
3608
+ #: ../lib/tribe-view-helpers.class.php:274
3609
+ msgid "Vanuatu"
3610
+ msgstr "Вануату"
3611
+
3612
+ #: ../lib/tribe-view-helpers.class.php:275
3613
+ msgid "Venezuela"
3614
+ msgstr "Венецуела"
3615
+
3616
+ #: ../lib/tribe-view-helpers.class.php:276
3617
+ msgid "Viet Nam"
3618
+ msgstr "Виетнам"
3619
+
3620
+ #: ../lib/tribe-view-helpers.class.php:277
3621
+ msgid "Virgin Islands (British)"
3622
+ msgstr "Британски Вирджински острови"
3623
+
3624
+ #: ../lib/tribe-view-helpers.class.php:278
3625
+ msgid "Virgin Islands (U.S.)"
3626
+ msgstr "Вирджински острови"
3627
+
3628
+ #: ../lib/tribe-view-helpers.class.php:279
3629
+ msgid "Wallis And Futuna Islands"
3630
+ msgstr "Уолис и Футуна"
3631
+
3632
+ #: ../lib/tribe-view-helpers.class.php:280
3633
+ msgid "Western Sahara"
3634
+ msgstr "Западна Сахара"
3635
+
3636
+ #: ../lib/tribe-view-helpers.class.php:281
3637
+ msgid "Yemen"
3638
+ msgstr "Йемен"
3639
+
3640
+ #: ../lib/tribe-view-helpers.class.php:282
3641
+ msgid "Zambia"
3642
+ msgstr "Замбия"
3643
+
3644
+ #: ../lib/tribe-view-helpers.class.php:283
3645
+ msgid "Zimbabwe"
3646
+ msgstr "Зимбабве"
3647
+
3648
+ #: ../lib/tribe-view-helpers.class.php:308
3649
+ msgid "Alabama"
3650
+ msgstr "Алабама"
3651
+
3652
+ #: ../lib/tribe-view-helpers.class.php:309
3653
+ msgid "Alaska"
3654
+ msgstr "Аляска"
3655
+
3656
+ #: ../lib/tribe-view-helpers.class.php:310
3657
+ msgid "Arizona"
3658
+ msgstr "Аризона"
3659
+
3660
+ #: ../lib/tribe-view-helpers.class.php:311
3661
+ msgid "Arkansas"
3662
+ msgstr "Арканзас"
3663
+
3664
+ #: ../lib/tribe-view-helpers.class.php:312
3665
+ msgid "California"
3666
+ msgstr "Калифорния"
3667
+
3668
+ #: ../lib/tribe-view-helpers.class.php:313
3669
+ msgid "Colorado"
3670
+ msgstr "Колорадо"
3671
+
3672
+ #: ../lib/tribe-view-helpers.class.php:314
3673
+ msgid "Connecticut"
3674
+ msgstr "Кънектикът"
3675
+
3676
+ #: ../lib/tribe-view-helpers.class.php:315
3677
+ msgid "Delaware"
3678
+ msgstr "Делауеър"
3679
+
3680
+ #: ../lib/tribe-view-helpers.class.php:316
3681
+ msgid "District of Columbia"
3682
+ msgstr "Вашингтон, О.К."
3683
+
3684
+ #: ../lib/tribe-view-helpers.class.php:317
3685
+ msgid "Florida"
3686
+ msgstr "Флорида"
3687
+
3688
+ #: ../lib/tribe-view-helpers.class.php:319
3689
+ msgid "Hawaii"
3690
+ msgstr "Хаваи"
3691
+
3692
+ #: ../lib/tribe-view-helpers.class.php:320
3693
+ msgid "Idaho"
3694
+ msgstr "Айдахо"
3695
+
3696
+ #: ../lib/tribe-view-helpers.class.php:321
3697
+ msgid "Illinois"
3698
+ msgstr "Илинойс"
3699
+
3700
+ #: ../lib/tribe-view-helpers.class.php:322
3701
+ msgid "Indiana"
3702
+ msgstr "Индиана"
3703
+
3704
+ #: ../lib/tribe-view-helpers.class.php:323
3705
+ msgid "Iowa"
3706
+ msgstr "Индиана"
3707
+
3708
+ #: ../lib/tribe-view-helpers.class.php:324
3709
+ msgid "Kansas"
3710
+ msgstr "Канзас"
3711
+
3712
+ #: ../lib/tribe-view-helpers.class.php:325
3713
+ msgid "Kentucky"
3714
+ msgstr "Кентъки"
3715
+
3716
+ #: ../lib/tribe-view-helpers.class.php:326
3717
+ msgid "Louisiana"
3718
+ msgstr "Луизиана"
3719
+
3720
+ #: ../lib/tribe-view-helpers.class.php:327
3721
+ msgid "Maine"
3722
+ msgstr "Мейн"
3723
+
3724
+ #: ../lib/tribe-view-helpers.class.php:328
3725
+ msgid "Maryland"
3726
+ msgstr "Мериленд"
3727
+
3728
+ #: ../lib/tribe-view-helpers.class.php:329
3729
+ msgid "Massachusetts"
3730
+ msgstr "Масачузетс"
3731
+
3732
+ #: ../lib/tribe-view-helpers.class.php:330
3733
+ msgid "Michigan"
3734
+ msgstr "Мичиган"
3735
+
3736
+ #: ../lib/tribe-view-helpers.class.php:331
3737
+ msgid "Minnesota"
3738
+ msgstr "Минесота"
3739
+
3740
+ #: ../lib/tribe-view-helpers.class.php:332
3741
+ msgid "Mississippi"
3742
+ msgstr "Мисисипи"
3743
+
3744
+ #: ../lib/tribe-view-helpers.class.php:333
3745
+ msgid "Missouri"
3746
+ msgstr "Мисури"
3747
+
3748
+ #: ../lib/tribe-view-helpers.class.php:334
3749
+ msgid "Montana"
3750
+ msgstr "Монтана"
3751
+
3752
+ #: ../lib/tribe-view-helpers.class.php:335
3753
+ msgid "Nebraska"
3754
+ msgstr "Небраска"
3755
+
3756
+ #: ../lib/tribe-view-helpers.class.php:336
3757
+ msgid "Nevada"
3758
+ msgstr "Невада"
3759
+
3760
+ #: ../lib/tribe-view-helpers.class.php:337
3761
+ msgid "New Hampshire"
3762
+ msgstr "Ню Хампшър"
3763
+
3764
+ #: ../lib/tribe-view-helpers.class.php:338
3765
+ msgid "New Jersey"
3766
+ msgstr "Ню Джърси"
3767
+
3768
+ #: ../lib/tribe-view-helpers.class.php:339
3769
+ msgid "New Mexico"
3770
+ msgstr "Ню Мексико"
3771
+
3772
+ #: ../lib/tribe-view-helpers.class.php:340
3773
+ msgid "New York"
3774
+ msgstr "Ню Йорк"
3775
+
3776
+ #: ../lib/tribe-view-helpers.class.php:341
3777
+ msgid "North Carolina"
3778
+ msgstr "Северна Каролина"
3779
+
3780
+ #: ../lib/tribe-view-helpers.class.php:342
3781
+ msgid "North Dakota"
3782
+ msgstr "Северна Дакота"
3783
+
3784
+ #: ../lib/tribe-view-helpers.class.php:343
3785
+ msgid "Ohio"
3786
+ msgstr "Охайо"
3787
+
3788
+ #: ../lib/tribe-view-helpers.class.php:344
3789
+ msgid "Oklahoma"
3790
+ msgstr "Оклахома"
3791
+
3792
+ #: ../lib/tribe-view-helpers.class.php:345
3793
+ msgid "Oregon"
3794
+ msgstr "Орегон"
3795
+
3796
+ #: ../lib/tribe-view-helpers.class.php:346
3797
+ msgid "Pennsylvania"
3798
+ msgstr "Пенсилвания"
3799
+
3800
+ #: ../lib/tribe-view-helpers.class.php:347
3801
+ msgid "Rhode Island"
3802
+ msgstr "Род Айлънд"
3803
+
3804
+ #: ../lib/tribe-view-helpers.class.php:348
3805
+ msgid "South Carolina"
3806
+ msgstr "Южна Каролина"
3807
+
3808
+ #: ../lib/tribe-view-helpers.class.php:349
3809
+ msgid "South Dakota"
3810
+ msgstr "Южна Дакота"
3811
+
3812
+ #: ../lib/tribe-view-helpers.class.php:350
3813
+ msgid "Tennessee"
3814
+ msgstr "Тенеси"
3815
+
3816
+ #: ../lib/tribe-view-helpers.class.php:351
3817
+ msgid "Texas"
3818
+ msgstr "Тексас"
3819
+
3820
+ #: ../lib/tribe-view-helpers.class.php:352
3821
+ msgid "Utah"
3822
+ msgstr "Юта"
3823
+
3824
+ #: ../lib/tribe-view-helpers.class.php:353
3825
+ msgid "Vermont"
3826
+ msgstr "Върмонт"
3827
+
3828
+ #: ../lib/tribe-view-helpers.class.php:354
3829
+ msgid "Virginia"
3830
+ msgstr "Вирджиния"
3831
+
3832
+ #: ../lib/tribe-view-helpers.class.php:355
3833
+ msgid "Washington"
3834
+ msgstr "Вашингтон"
3835
+
3836
+ #: ../lib/tribe-view-helpers.class.php:356
3837
+ msgid "West Virginia"
3838
+ msgstr "Западна Вирджиния"
3839
+
3840
+ #: ../lib/tribe-view-helpers.class.php:357
3841
+ msgid "Wisconsin"
3842
+ msgstr "Уисконсин"
3843
+
3844
+ #: ../lib/tribe-view-helpers.class.php:358
3845
+ msgid "Wyoming"
3846
+ msgstr "Уайоминг"
3847
+
3848
+ #: ../lib/widget-list.class.php:25
3849
+ msgid "A widget that displays upcoming events."
3850
+ msgstr "Уиджет, показващ всички предстоящи събития."
3851
+
3852
+ #: ../lib/widget-list.class.php:32
3853
+ msgid "Events List"
3854
+ msgstr "Списък със събитията"
3855
+
3856
+ #: ../public/advanced-functions/meta.php:39
3857
+ #: ../public/advanced-functions/meta.php:65
3858
+ #: ../views/modules/meta/details.php:36 ../views/modules/meta/details.php:55
3859
+ msgid "Start:"
3860
+ msgstr "Начало:"
3861
+
3862
+ #: ../public/advanced-functions/meta.php:46
3863
+ #: ../public/advanced-functions/meta.php:72
3864
+ #: ../views/modules/meta/details.php:39 ../views/modules/meta/details.php:58
3865
+ msgid "End:"
3866
+ msgstr "Край:"
3867
+
3868
+ #: ../public/advanced-functions/meta.php:55
3869
+ #: ../public/advanced-functions/meta.php:81
3870
+ #: ../views/modules/meta/details.php:47 ../views/modules/meta/details.php:66
3871
+ msgid "Date:"
3872
+ msgstr "Дата:"
3873
+
3874
+ #: ../public/advanced-functions/meta.php:90
3875
+ #: ../public/advanced-functions/meta.php:99
3876
+ #: ../views/modules/meta/details.php:69
3877
+ msgid "Time:"
3878
+ msgstr "Час:"
3879
+
3880
+ #: ../public/advanced-functions/meta.php:283
3881
+ #: ../public/template-tags/google-map.php:38
3882
+ msgid "Click to view a Google Map"
3883
+ msgstr "Вижте местоположението в Google Карти"
3884
+
3885
+ #: ../public/advanced-functions/meta.php:284
3886
+ #: ../public/template-tags/google-map.php:39
3887
+ msgid "+ Google Map"
3888
+ msgstr "+ Google Map"
3889
+
3890
+ #: ../public/advanced-functions/meta.php:295
3891
+ #: ../views/modules/meta/details.php:13
3892
+ msgid "Details"
3893
+ msgstr "Детайли"
3894
+
3895
+ #: ../public/advanced-functions/meta.php:346
3896
+ #: ../views/modules/meta/details.php:97
3897
+ msgid "Event Tags:"
3898
+ msgstr "Етикети:"
3899
+
3900
+ #: ../public/advanced-functions/meta.php:372
3901
+ msgid "Origin:"
3902
+ msgstr "Произход:"
3903
+
3904
+ #: ../public/advanced-functions/meta.php:382
3905
+ msgid "Venue"
3906
+ msgstr "Място"
3907
+
3908
+ #: ../public/advanced-functions/meta.php:444
3909
+ msgid "Organizer"
3910
+ msgstr "Организатор"
3911
+
3912
+ #: ../public/advanced-functions/meta.php:509
3913
+ msgid "Event:"
3914
+ msgstr "Събитие:"
3915
+
3916
+ #: ../public/template-tags/day.php:94
3917
+ msgid "<span>&laquo;</span> Previous Day"
3918
+ msgstr "<span>&laquo;</span> Предходен ден"
3919
+
3920
+ #: ../public/template-tags/day.php:96
3921
+ msgid "Next Day <span>&raquo;</span>"
3922
+ msgstr "Следващ ден <span>&raquo;</span>"
3923
+
3924
+ #: ../public/template-tags/day.php:98
3925
+ msgid "Yesterday"
3926
+ msgstr "Вчера"
3927
+
3928
+ #: ../public/template-tags/day.php:100
3929
+ msgid "Tomorrow"
3930
+ msgstr "Утре"
3931
+
3932
+ #: ../public/template-tags/deprecated.php:1156
3933
+ msgid "Category"
3934
+ msgstr "Категория"
3935
+
3936
+ #: ../public/template-tags/general.php:297
3937
+ msgid "Tags:"
3938
+ msgstr "Етикети:"
3939
+
3940
+ #: ../public/template-tags/general.php:393
3941
+ msgid "Loading Events"
3942
+ msgstr "Зареждане на събития"
3943
+
3944
+ #: ../public/template-tags/general.php:573
3945
+ msgid "Free"
3946
+ msgstr "Free"
3947
+
3948
+ #: ../public/template-tags/general.php:1161
3949
+ #, php-format
3950
+ msgid "Calendar powered by %sThe Events Calendar%s"
3951
+ msgstr "Календара използва %sThe Events Calendar%s"
3952
+
3953
+ #: ../public/template-tags/loop.php:133
3954
+ msgid "Events for"
3955
+ msgstr "Събития за"
3956
+
3957
+ #: ../public/template-tags/options.php:18
3958
+ #, php-format
3959
+ msgid "Your current Events URL is %s"
3960
+ msgstr "В момента адреса на календара е %s"
3961
+
3962
+ #: ../public/template-tags/options.php:27
3963
+ #, php-format
3964
+ msgid ""
3965
+ "You <strong>cannot</strong> use the same slug as above. The above should "
3966
+ "ideally be plural, and this singular.<br />Your single Event URL is like: %s"
3967
+ msgstr ""
3968
+ "<strong>Не можете </strong>да използвате същия адрес като горния. Обикновено "
3969
+ "горния е в множествено число, а този в единствено. <br />URL адреса на "
3970
+ "отделно събитие е: %s"
3971
+
3972
+ #: ../views/day/nav.php:14
3973
+ msgid "Day Navigation"
3974
+ msgstr "Навигация по ден"
3975
+
3976
+ #: ../views/day/single-event.php:72 ../views/list/single-event.php:76
3977
+ msgid "Find out more"
3978
+ msgstr "Виж повече"
3979
+
3980
+ #: ../views/list/nav.php:15
3981
+ msgid "Events List Navigation"
3982
+ msgstr "Events List Navigation"
3983
+
3984
+ #: ../views/list/nav.php:21 ../views/list/nav.php:27 ../views/list/nav.php:30
3985
+ msgid "<span>&laquo;</span> Previous Events"
3986
+ msgstr "<span>&laquo;</span> Предишни събития"
3987
+
3988
+ #: ../views/list/nav.php:39 ../views/list/nav.php:42 ../views/list/nav.php:48
3989
+ msgid "Next Events <span>&raquo;</span>"
3990
+ msgstr "Следващи събития <span>&raquo;</span>"
3991
+
3992
+ #: ../views/modules/bar.php:32 ../views/modules/bar.php:62
3993
+ msgid "Find Events"
3994
+ msgstr "Търсене"
3995
+
3996
+ #: ../views/modules/bar.php:39
3997
+ msgid "Event Views Navigation"
3998
+ msgstr "Event Views Navigation"
3999
+
4000
+ #: ../views/modules/bar.php:40
4001
+ msgid "View As"
4002
+ msgstr "Изглед"
4003
+
4004
+ #: ../views/month/nav.php:16
4005
+ msgid "Calendar Month Navigation"
4006
+ msgstr "Навигация по календарен месец"
4007
+
4008
+ #: ../views/month/single-day.php:41
4009
+ msgid "Events "
4010
+ msgstr "Събития"
4011
+
4012
+ #: ../views/month/single-day.php:43
4013
+ msgid "Event "
4014
+ msgstr "Събитие"
4015
+
4016
+ #: ../views/single-event.php:21
4017
+ msgid "&laquo; All Events"
4018
+ msgstr "&laquo; Всички събития"
4019
+
4020
+ #: ../views/single-event.php:39 ../views/single-event.php:80
4021
+ msgid "Event Navigation"
4022
+ msgstr "Навигация на събитие"
4023
+
4024
+ #: ../views/tickets/attendees-email.php:23
4025
+ msgid "Attendee List"
4026
+ msgstr "Списък с участниците"
4027
+
4028
+ #: ../views/tickets/email.php:37
4029
+ msgid "Your tickets"
4030
+ msgstr "Вашите билети"
4031
+
4032
+ #: ../views/tickets/email.php:318
4033
+ msgid "Ticket Type"
4034
+ msgstr "Тип на билета"
4035
+
4036
+ #: ../views/tickets/email.php:322
4037
+ msgid "Purchaser"
4038
+ msgstr "Купувач"
4039
+
4040
+ #: ../views/widgets/list-widget.php:60
4041
+ msgid "View All Events"
4042
+ msgstr "Всички събития"
4043
+
4044
+ #: ../views/widgets/list-widget.php:66
4045
+ msgid "There are no upcoming events at this time."
4046
+ msgstr "В момента няма предстоящи събития."
4047
+
4048
+ #~ msgid "Import is filter/view sensitive"
4049
+ #~ msgstr "Импортирането се променя в зависимот от изгледа и филтъра"
4050
+
4051
+ #~ msgid "Organizer Name:"
4052
+ #~ msgstr "Име на организатора:"
4053
+
4054
+ #~ msgid "Venue:"
4055
+ #~ msgstr "Къде?"
4056
+
4057
+ #~ msgid "venue"
4058
+ #~ msgstr "venue"
4059
+
4060
+ #~ msgid "No description has been entered for this event."
4061
+ #~ msgstr "Не е въведено описание за това събитие."
4062
+
4063
+ #~ msgid "Add New Venue"
4064
+ #~ msgstr "Добавяне на място"
4065
+
4066
+ #~ msgid "Edit Venue"
4067
+ #~ msgstr "Редакция на място"
4068
+
4069
+ #~ msgid "New Venue"
4070
+ #~ msgstr "Ново място"
4071
+
4072
+ #~ msgid "View Venue"
4073
+ #~ msgstr "Преглед на място"
4074
+
4075
+ #~ msgid "Search Venues"
4076
+ #~ msgstr "Търсене на места"
4077
+
4078
+ #~ msgid "No venue found"
4079
+ #~ msgstr "Не е открито място"
4080
+
4081
+ #~ msgid "No venues found in Trash"
4082
+ #~ msgstr "Кошчето е празно"
4083
+
4084
+ #~ msgid "Add New Organizer"
4085
+ #~ msgstr "Добавяне на нов организатор"
4086
+
4087
+ #~ msgid "Edit Organizer"
4088
+ #~ msgstr "Редакция на организатор"
4089
+
4090
+ #~ msgid "New Organizer"
4091
+ #~ msgstr "Нов организатор"
4092
+
4093
+ #~ msgid "View Organizer"
4094
+ #~ msgstr "Преглед на организатор"
4095
+
4096
+ #~ msgid "Search Organizers"
4097
+ #~ msgstr "Търсене на организатори"
4098
+
4099
+ #~ msgid "No organizer found"
4100
+ #~ msgstr "Не е открит организатор"
4101
+
4102
+ #~ msgid "No organizers found in Trash"
4103
+ #~ msgstr "Кошчето е празно"
4104
+
4105
+ #~ msgid "Venue updated."
4106
+ #~ msgstr "Мястото е обновено."
4107
+
4108
+ #~ msgid "Venue restored to revision from %s"
4109
+ #~ msgstr "Мястото е върнато до версия %s"
4110
+
4111
+ #~ msgid "Venue saved."
4112
+ #~ msgstr "Мястото е записано."
4113
+
4114
+ #~ msgid "Organizer updated."
4115
+ #~ msgstr "Организатора е обновен."
4116
+
4117
+ #~ msgid "Organizer restored to revision from %s"
4118
+ #~ msgstr "Организатора е върнат до версията от %s"
4119
+
4120
+ #~ msgid "Organizer published."
4121
+ #~ msgstr "Организатора е публикуван."
4122
+
4123
+ #~ msgid "Organizer saved."
4124
+ #~ msgstr "Организатора е записан."
4125
+
4126
+ #~ msgid "Organizer submitted."
4127
+ #~ msgstr "Организатора е одобрен."
4128
+
4129
+ #~ msgid "Organizer scheduled for: <strong>%1$s</strong>."
4130
+ #~ msgstr "Организатора е планиран за: <strong>\"%s\"</strong>."
4131
+
4132
+ #~ msgid "Organizer draft updated."
4133
+ #~ msgstr "Черновата на организатора е записана."
4134
+
4135
+ #~ msgid "Use Saved Organizer:"
4136
+ #~ msgstr "Използвай запаметен организатор:"
4137
+
4138
+ #~ msgid "My Venues"
4139
+ #~ msgstr "Моите места"
4140
+
4141
+ #~ msgid "Use New Organizer"
4142
+ #~ msgstr "Създаване на организатор"
4143
+
4144
+ #~ msgid "My Organizers"
4145
+ #~ msgstr "Моите организатори"
4146
+
4147
+ #~ msgid "Available Organizers"
4148
+ #~ msgstr "Налични организатори"
4149
+
4150
+ #~ msgid "No saved organizer exists."
4151
+ #~ msgstr "Няма записан организатор"
4152
+
4153
+ #~ msgid "Organizer Information"
4154
+ #~ msgstr "Информация за организатора"
4155
+
4156
+ #~ msgid "&laquo; Previous Events"
4157
+ #~ msgstr "По-стари"
4158
+
4159
+ #~ msgid "Next Events &raquo;"
4160
+ #~ msgstr "По-нови"
4161
+
4162
+ #~ msgid "View All Events in Category"
4163
+ #~ msgstr "Всички събития в тази категория"
lang/tribe-events-calendar-el.mo CHANGED
Binary file
lang/tribe-events-calendar-el.po CHANGED
@@ -4,8 +4,8 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: The Events Calendar 3.6\n"
6
  "Report-Msgid-Bugs-To: \n"
7
- "POT-Creation-Date: 2014-05-26 09:20-0800\n"
8
- "PO-Revision-Date: 2014-05-29 17:11-0800\n"
9
  "Last-Translator: \n"
10
  "Language-Team: Yannis Troullinos <troull88@yahoo.gr>\n"
11
  "Language: el_GR\n"
@@ -43,15 +43,15 @@ msgid "Sticky in Calendar View"
43
  msgstr "Εξέχουσα (sticky) στην Εμφάνιση Ημερολογίου"
44
 
45
  #
46
- #: ../admin-views/events-audit-trail.php:41
47
  msgid "Auditing Information"
48
  msgstr "Πληροφορίες Ελέγχου"
49
 
50
- #: ../admin-views/events-audit-trail.php:47
51
  msgid "Created by:"
52
  msgstr "Δημιουργήθηκε από:"
53
 
54
- #: ../admin-views/events-audit-trail.php:51
55
  msgid "Audit Trail:"
56
  msgstr "Διαδρομή Ελέγχου:"
57
 
@@ -88,64 +88,66 @@ msgstr "ΕΕΕΕ-ΜΜ-ΗΗ"
88
  msgid "End Date &amp; Time:"
89
  msgstr "Ημερομηνία &amp; Ώρα Λήξης:"
90
 
91
- #: ../admin-views/events-meta-box.php:85
92
  msgid "Event Location Details"
93
  msgstr "Λεπτομέρειες Τοποθεσίας Εκδήλωσης"
94
 
95
- #: ../admin-views/events-meta-box.php:93
96
  msgid "Event Organizer Details"
97
  msgstr "Λεπτομέρειες Διοργανωτή Εκδήλωσης"
98
 
99
  #
100
- #: ../admin-views/events-meta-box.php:101
101
  msgid "Event Website"
102
  msgstr "Site Εκδήλωσης"
103
 
104
- #: ../admin-views/events-meta-box.php:104
105
  msgid "URL:"
106
  msgstr "URL:"
107
 
108
- #: ../admin-views/events-meta-box.php:115
109
  #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:61
110
  msgid "Event Cost"
111
  msgstr "Κόστος Εκδήλωσης"
112
 
113
- #: ../admin-views/events-meta-box.php:118
114
  msgid "Currency Symbol:"
115
  msgstr "Σύμβολο Νομίσματος:"
116
 
117
- #: ../admin-views/events-meta-box.php:128
118
  msgctxt "Currency symbol position"
119
  msgid "Before cost"
120
  msgstr "Πριν την τιμή"
121
 
122
- #: ../admin-views/events-meta-box.php:129
123
  msgctxt "Currency symbol position"
124
  msgid "After cost"
125
  msgstr "Μετά την τιμή"
126
 
127
- #: ../admin-views/events-meta-box.php:134
128
  #: ../public/advanced-functions/meta.php:320
129
- #: ../views/modules/meta/details.php:81
130
  msgid "Cost:"
131
  msgstr "Κόστος:"
132
 
133
- #: ../admin-views/events-meta-box.php:139
134
  msgid "Enter a 0 for events that are free or leave blank to hide the field."
135
  msgstr ""
136
  "Εισάγετε 0 για εκδηλώσεις με ελεύθερη είσοδο ή αφήστε το κενό για να "
137
  "αποκρύψετε το πεδίο."
138
 
139
  #: ../admin-views/organizer-meta-box.php:12
140
- msgid "Organizer Name:"
141
- msgstr "Όνομα Διοργανωτή:"
 
 
142
 
143
  #: ../admin-views/organizer-meta-box.php:19
144
  #: ../admin-views/tickets/attendees.php:41
145
  #: ../admin-views/venue-meta-box.php:93
146
  #: ../public/advanced-functions/meta.php:408
147
  #: ../public/advanced-functions/meta.php:470
148
- #: ../views/modules/meta/organizer.php:25 ../views/modules/meta/venue.php:37
149
  msgid "Phone:"
150
  msgstr "Τηλέφωνο:"
151
 
@@ -155,14 +157,14 @@ msgstr "Τηλέφωνο:"
155
  #: ../public/advanced-functions/meta.php:359
156
  #: ../public/advanced-functions/meta.php:434
157
  #: ../public/advanced-functions/meta.php:496
158
- #: ../views/modules/meta/details.php:104
159
- #: ../views/modules/meta/organizer.php:35 ../views/modules/meta/venue.php:42
160
  msgid "Website:"
161
  msgstr "Ιστοσελίδα:"
162
 
163
  #: ../admin-views/organizer-meta-box.php:27
164
  #: ../public/advanced-functions/meta.php:483
165
- #: ../views/modules/meta/organizer.php:30
166
  msgid "Email:"
167
  msgstr "Email:"
168
 
@@ -200,10 +202,6 @@ msgstr "Ημερομηνία / Ώρα Έναρξης:"
200
  msgid "End Date / Time:"
201
  msgstr "Ημερομηνία / Ώρα Λήξης:"
202
 
203
- #: ../admin-views/tickets/attendees.php:36
204
- msgid "Venue:"
205
- msgstr "Χώρος Διεξαγωγής:"
206
-
207
  #: ../admin-views/tickets/attendees.php:54
208
  msgid "Ticket Sales"
209
  msgstr "Πωλήσεις Εισιτηρίων"
@@ -253,7 +251,7 @@ msgid "Edit"
253
  msgstr "Επεξεργασία"
254
 
255
  #: ../admin-views/tickets/list.php:22
256
- #: ../lib/tickets/tribe-tickets-attendees.php:218
257
  msgid "Delete"
258
  msgstr "Διαγραφή"
259
 
@@ -740,7 +738,7 @@ msgstr ""
740
 
741
  #
742
  #: ../admin-views/tribe-options-general.php:108
743
- #: ../public/template-tags/options.php:20
744
  msgid "The slug used for building the events URL."
745
  msgstr "Το slug χρησιμοποιείται για την κατασκευή των URL των εκδηλώσεων."
746
 
@@ -751,7 +749,7 @@ msgstr "Η τρέχουσα διεύθυνση URL των εκδηλώσεων
751
 
752
  #
753
  #: ../admin-views/tribe-options-general.php:113
754
- #: ../public/template-tags/options.php:43
755
  msgid "Here is the iCal feed URL for your events:"
756
  msgstr "Εδώ είναι το iCal feed URL για τις εκδηλώσεις σας:"
757
 
@@ -1163,8 +1161,8 @@ msgid "Not getting help?"
1163
  msgstr "Χρειάζεστε περισσότερη βοήθεια;"
1164
 
1165
  #: ../admin-views/tribe-options-help.php:159
1166
- #: ../lib/the-events-calendar.class.php:528
1167
- #: ../lib/tribe-settings.class.php:135
1168
  msgid "The Events Calendar"
1169
  msgstr "The Events Calendar"
1170
 
@@ -1236,10 +1234,6 @@ msgstr ""
1236
  msgid "Hide the following settings tabs on every site:"
1237
  msgstr "Απόκρυψη των παρακάτω καρτέλων ρυθμίσεων σε όλα τα site:"
1238
 
1239
- #: ../admin-views/venue-meta-box.php:20
1240
- msgid "Venue Name:"
1241
- msgstr "Όνομα Χώρου Διεξαγωγής:"
1242
-
1243
  #: ../admin-views/venue-meta-box.php:27
1244
  #: ../public/advanced-functions/meta.php:422
1245
  msgid "Address:"
@@ -1382,20 +1376,16 @@ msgid "Import Type:"
1382
  msgstr "Τρόπος Εισαγωγής:"
1383
 
1384
  #: ../lib/io/csv/admin-views/import.php:45
1385
- #: ../lib/the-events-calendar.class.php:1356
1386
- #: ../lib/the-events-calendar.class.php:1468
1387
  msgid "Venues"
1388
  msgstr "Χώροι Διεξαγωγής"
1389
 
1390
  #: ../lib/io/csv/admin-views/import.php:46
1391
- #: ../lib/the-events-calendar.class.php:1369
1392
- #: ../lib/the-events-calendar.class.php:1469
1393
  msgid "Organizers"
1394
  msgstr "Διοργανωτές"
1395
 
1396
  #: ../lib/io/csv/admin-views/import.php:47
1397
- #: ../lib/the-events-calendar.class.php:1343
1398
- #: ../lib/the-events-calendar.class.php:3927
1399
  msgid "Events"
1400
  msgstr "Εκδηλώσεις"
1401
 
@@ -1548,56 +1538,56 @@ msgid "Event Phone"
1548
  msgstr "Τηλέφωνο Εκδήλωσης"
1549
 
1550
  #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:63
1551
- #: ../lib/the-events-calendar.class.php:1383
1552
- #: ../public/template-tags/general.php:284
1553
  msgid "Event Category"
1554
  msgstr "Κατηγορία Εκδήλωσης"
1555
 
1556
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:70
1557
  msgid "Venue Name"
1558
  msgstr "Όνομα Χώρου Διεξαγωγής:"
1559
 
1560
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:71
1561
  msgid "Venue Country"
1562
  msgstr "Χώρα χώρου διεξαγωγής"
1563
 
1564
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:72
1565
  msgid "Venue Address"
1566
  msgstr "Διεύθυνση Χώρου Διεξαγωγής:"
1567
 
1568
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:73
1569
  msgid "Venue Addres 2"
1570
  msgstr "Διεύθυνση Χώρου Διεξαγωγής 2:"
1571
 
1572
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:74
1573
  msgid "Venue City"
1574
  msgstr "Πόλη Χώρου Διεξαγωγής"
1575
 
1576
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:75
1577
  msgid "Venue State/Province"
1578
  msgstr "Νομός ή Προάστιο Χώρου Διεξαγωγής:"
1579
 
1580
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:76
1581
  msgid "Venue Zip"
1582
  msgstr "Ταχυδρομικός κώδικας Χώρου Διεξαγωγής"
1583
 
1584
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:77
1585
  msgid "Venue Phone"
1586
  msgstr "Τηλέφωνο Χώρου Διεξαγωγής:"
1587
 
1588
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:83
1589
  msgid "Organizer Name"
1590
  msgstr "Όνομα Διοργανωτή:"
1591
 
1592
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:84
1593
  msgid "Organizer Email"
1594
  msgstr "Email Διοργανωτή"
1595
 
1596
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:85
1597
  msgid "Organizer Website"
1598
  msgstr "Ιστοσελίδα Διοργανωτή"
1599
 
1600
- #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:86
1601
  msgid "Organizer Phone"
1602
  msgstr "Τηλέφωνο Διοργανωτή"
1603
 
@@ -1638,7 +1628,7 @@ msgstr "Δεν αποθηκεύτηκε το %s."
1638
 
1639
  #: ../lib/pue/admin-views/license-key.view.php:9
1640
  #: ../lib/pue/admin-views/license-key.view.php:13
1641
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:303
1642
  msgid "License Key"
1643
  msgstr "Κλειδί Άδειας"
1644
 
@@ -1651,36 +1641,36 @@ msgid "Replace empty fields"
1651
  msgstr "Αντικαταστείστε τα κενά πεδία"
1652
 
1653
  #: ../lib/pue/admin-views/license-key.view.php:25
1654
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:304
1655
  msgid "A valid license key is required for support and updates"
1656
  msgstr "Ένα έγκυρο κλειδι άδειας απαιτείται για υποστήριξη και ενημερώσεις"
1657
 
1658
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:372
1659
  msgid "License key(s) updated."
1660
  msgstr "Κλειδί(-ά) άδειας ενημερώθηκε(-αν)."
1661
 
1662
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:412
1663
  msgid "Sorry, key validation server is not available."
1664
  msgstr "Λυπούμαστε, ο σέρβερ επιβεβαίωσης κλειδιών δεν είναι διαθέσιμος."
1665
 
1666
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:414
1667
  msgid "Sorry, this key is expired."
1668
  msgstr "Λυπούμαστε, το κλειδί έχει λήξει."
1669
 
1670
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:416
1671
  msgid "Sorry, this key is out of installs."
1672
  msgstr "Λυπούμαστε, το κλειδί είναι εκτός εγκατάστασεων."
1673
 
1674
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:418
1675
  msgid "Sorry, this key is not valid."
1676
  msgstr "Λυπούμαστε, το κλειδί δεν είναι έγκυρο."
1677
 
1678
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:421
1679
  #, php-format
1680
  msgid "Valid Key! Expires on %s"
1681
  msgstr "Έγκυρο κλειδί! Λήγει στις %s"
1682
 
1683
- #: ../lib/pue/lib/pue_plugin_update_engine.class.php:425
1684
  #, php-format
1685
  msgid ""
1686
  "Hmmm... something's wrong with this validator. Please contact <a href=\"%s"
@@ -1690,11 +1680,11 @@ msgstr ""
1690
  "επικοινωνήστε με την <a href=\"%s\">υποστήριξη.</a>"
1691
 
1692
  #
1693
- #: ../lib/template-classes/day.php:75 ../lib/template-classes/day.php:84
1694
  msgid "All Day"
1695
  msgstr "Ολοήμερη Εκδήλωση"
1696
 
1697
- #: ../lib/template-classes/day.php:128
1698
  #, php-format
1699
  msgid ""
1700
  "No matching events listed under %s scheduled for <strong>%s</strong>. Please "
@@ -1703,14 +1693,14 @@ msgstr ""
1703
  "Δεν υπάρχουν εκδηλώσεις που να ταιριάζουν στο %s και να έχουν "
1704
  "προγραμματιστεί για <strong>%s</strong>. Δοκιμάστε άλλη ημέρα."
1705
 
1706
- #: ../lib/template-classes/day.php:131
1707
  #, php-format
1708
  msgid "No events scheduled for <strong>%s</strong>. Please try another day."
1709
  msgstr ""
1710
  "Δεν έχουν προγραμματιστεί εκδηλώσεις για <strong>%s</strong>. Δοκιμάστε άλλη "
1711
  "ημέρα."
1712
 
1713
- #: ../lib/template-classes/month.php:119
1714
  #, php-format
1715
  msgid ""
1716
  "There were no results found for <strong>\"%s\"</strong> this month. Try "
@@ -1719,9 +1709,9 @@ msgstr ""
1719
  "Δεν βρέθηκαν αποτελέσματα για <strong>\"%s\"</strong>αυτόν το μήνα. "
1720
  "Δοκιμάστε να ψάξετε στον επόμενο μήνα."
1721
 
1722
- #: ../lib/template-classes/month.php:123
1723
- #: ../lib/tribe-template-factory.class.php:241
1724
- #: ../lib/tribe-template-factory.class.php:248
1725
  #, php-format
1726
  msgid ""
1727
  "No matching events listed under %s. Please try viewing the full calendar for "
@@ -1729,45 +1719,41 @@ msgid ""
1729
  msgstr ""
1730
  "Δεν υπάρχουν εκδηλώσεις που να ταιριάζουν στο %s. Δείτε το πλήρες ημερολόγιο."
1731
 
1732
- #: ../lib/template-classes/month.php:126
1733
- #: ../lib/tribe-template-factory.class.php:251
1734
  msgid "There were no results found."
1735
  msgstr "Δεν βρέθηκαν αποτελέσματα."
1736
 
1737
- #: ../lib/template-classes/single-event.php:101
1738
  msgid "This event has passed."
1739
  msgstr "Η εκδήλωση αυτή έχει παρέλθει."
1740
 
1741
- #: ../lib/the-events-calendar.class.php:533
1742
  msgid "month"
1743
  msgstr "month"
1744
 
1745
- #: ../lib/the-events-calendar.class.php:534
1746
  msgid "upcoming"
1747
  msgstr "upcoming"
1748
 
1749
- #: ../lib/the-events-calendar.class.php:535
1750
  msgid "past"
1751
  msgstr "past"
1752
 
1753
- #: ../lib/the-events-calendar.class.php:536
1754
  msgid "day"
1755
  msgstr "day"
1756
 
1757
- #: ../lib/the-events-calendar.class.php:537
1758
  msgid "today"
1759
  msgstr "today"
1760
 
1761
- #: ../lib/the-events-calendar.class.php:539
1762
- msgid "venue"
1763
- msgstr "venue"
1764
-
1765
- #: ../lib/the-events-calendar.class.php:549
1766
  #, php-format
1767
  msgid "Initializing Tribe Events on %s"
1768
  msgstr "Αρχικοποίηση των Tribe Events στο %s"
1769
 
1770
- #: ../lib/the-events-calendar.class.php:662
1771
  #, php-format
1772
  msgid ""
1773
  "Your version of The Events Calendar is not up-to-date with one of your The "
@@ -1777,7 +1763,7 @@ msgstr ""
1777
  "μία από τις επεκτάσεις του The Events Calendar. Παρακαλούμε %sαναβαθμίστε "
1778
  "τώρα.%s"
1779
 
1780
- #: ../lib/the-events-calendar.class.php:679
1781
  #, php-format
1782
  msgid ""
1783
  "The following plugins are out of date: <b>%s</b>. All add-ons contain "
@@ -1789,13 +1775,13 @@ msgstr ""
1789
  "συνδυαστούν με τη σωστή έκδοση. %s Θέλετε να συνδυάσετε μία παλαιότερη "
1790
  "έκδοση %s;"
1791
 
1792
- #: ../lib/the-events-calendar.class.php:743
1793
- #: ../lib/the-events-calendar.class.php:778
1794
- #: ../lib/the-events-calendar.class.php:780
1795
  msgid "Licenses"
1796
  msgstr "Άδειες"
1797
 
1798
- #: ../lib/the-events-calendar.class.php:747
1799
  #, php-format
1800
  msgid ""
1801
  "<p>The license key you received when completing your purchase from %s will "
@@ -1828,21 +1814,21 @@ msgstr ""
1828
  "μεταβείτε στον <a href=\"%s\">Πίνακα Ελέγχου > Ενημερώσεις</a> και κάντε "
1829
  "κλικ στο \"Ελέγξτε Ξανά\".</p>"
1830
 
1831
- #: ../lib/the-events-calendar.class.php:770
1832
  msgid "General"
1833
  msgstr "Γενικά"
1834
 
1835
- #: ../lib/the-events-calendar.class.php:771
1836
  msgid "Display"
1837
  msgstr "Εμφάνιση"
1838
 
1839
- #: ../lib/the-events-calendar.class.php:783
1840
- #: ../lib/the-events-calendar.class.php:4011
1841
- #: ../lib/the-events-calendar.class.php:4108
1842
  msgid "Help"
1843
  msgstr "Βοήθεια"
1844
 
1845
- #: ../lib/the-events-calendar.class.php:822
1846
  #, php-format
1847
  msgid ""
1848
  "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade "
@@ -1851,7 +1837,7 @@ msgstr ""
1851
  "Μας συγχωρείτε, το The Events Calendar απαιτεί WordPress έκδοσης %s ή "
1852
  "νεότερο. Παρακαλούμε αναβαθμίστε την εγκαταστασή σας."
1853
 
1854
- #: ../lib/the-events-calendar.class.php:825
1855
  #, php-format
1856
  msgid ""
1857
  "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host "
@@ -1861,228 +1847,196 @@ msgstr ""
1861
  "Επικοινωνήστε με τον Web hosting πάροχό σας για να μεταβείτε σε νεότερη "
1862
  "έκδοση της PHP."
1863
 
1864
- #: ../lib/the-events-calendar.class.php:1004 ../lib/widget-list.class.php:148
1865
- #: ../public/template-tags/loop.php:138
1866
  msgid "Upcoming Events"
1867
  msgstr "Προσεχείς Εκδηλώσεις"
1868
 
1869
- #: ../lib/the-events-calendar.class.php:1007
1870
- #: ../public/template-tags/loop.php:168
1871
  msgid "Past Events"
1872
  msgstr "Προηγούμενες Εκδηλώσεις"
1873
 
1874
- #: ../lib/the-events-calendar.class.php:1012
1875
- #: ../lib/the-events-calendar.class.php:1019
1876
- #: ../public/template-tags/loop.php:173
1877
  #, php-format
1878
  msgid "Events for %s"
1879
  msgstr "Εκδηλώσεις %s"
1880
 
1881
- #: ../lib/the-events-calendar.class.php:1014
1882
  msgid "Events this month"
1883
  msgstr "Εκδηλώσεις αυτόν τον μήνα"
1884
 
1885
- #: ../lib/the-events-calendar.class.php:1038
1886
- msgid "No description has been entered for this event."
1887
- msgstr "Δεν έχει εισαχθεί περιγραφή γι' αυτήν την εκδήλωση."
1888
-
1889
- #: ../lib/the-events-calendar.class.php:1306
1890
  msgid "category"
1891
  msgstr "category"
1892
 
1893
- #: ../lib/the-events-calendar.class.php:1316
1894
  msgid "tag"
1895
  msgstr "tag"
1896
 
1897
- #: ../lib/the-events-calendar.class.php:1344
1898
  msgid "Event"
1899
  msgstr "Εκδήλωση"
1900
 
1901
- #: ../lib/the-events-calendar.class.php:1345
1902
- #: ../lib/the-events-calendar.class.php:1358
1903
- #: ../lib/the-events-calendar.class.php:1371
1904
  msgid "Add New"
1905
  msgstr "Προσθήκη Νέου"
1906
 
1907
- #: ../lib/the-events-calendar.class.php:1346
1908
  msgid "Add New Event"
1909
  msgstr "Προσθήκη Νέας Εκδήλωσης"
1910
 
1911
- #: ../lib/the-events-calendar.class.php:1347
1912
  msgid "Edit Event"
1913
  msgstr "Επεξεργασία Εκδήλωσης"
1914
 
1915
- #: ../lib/the-events-calendar.class.php:1348
1916
  msgid "New Event"
1917
  msgstr "Νέα Εκδήλωση"
1918
 
1919
- #: ../lib/the-events-calendar.class.php:1349
1920
  msgid "View Event"
1921
  msgstr "Προβολή Εκδήλωσης"
1922
 
1923
- #: ../lib/the-events-calendar.class.php:1350
1924
  msgid "Search Events"
1925
  msgstr "Αναζήτηση Εκδηλώσεων"
1926
 
1927
- #: ../lib/the-events-calendar.class.php:1351
1928
  msgid "No events found"
1929
  msgstr "Δεν βρέθηκε καμία εκδήλωση"
1930
 
1931
- #: ../lib/the-events-calendar.class.php:1352
1932
  msgid "No events found in Trash"
1933
  msgstr "Δεν βρέθηκε καμία εκδήλωση στον Κάδο Ανακύκλωσης"
1934
 
1935
- #: ../lib/the-events-calendar.class.php:1357
1936
- #: ../public/advanced-functions/meta.php:382
1937
- #: ../views/modules/meta/venue.php:18 ../views/tickets/email.php:343
1938
- msgid "Venue"
1939
- msgstr "Χώρος Διεξαγωγής"
1940
-
1941
- #: ../lib/the-events-calendar.class.php:1359
1942
- #: ../lib/the-events-calendar.class.php:1470
1943
- msgid "Add New Venue"
1944
- msgstr "Προσθήκη Νέου Χώρου Διεξαγωγής"
1945
-
1946
- #: ../lib/the-events-calendar.class.php:1360
1947
- msgid "Edit Venue"
1948
- msgstr "Επεξεργασία Χώρου Διεξαγωγής"
1949
-
1950
- #: ../lib/the-events-calendar.class.php:1361
1951
- msgid "New Venue"
1952
- msgstr "Νέος Χώρος Διεξαγωγής"
1953
-
1954
- #: ../lib/the-events-calendar.class.php:1362
1955
- msgid "View Venue"
1956
- msgstr "Προβολή Χώρου Διεξαγωγής"
1957
-
1958
- #: ../lib/the-events-calendar.class.php:1363
1959
- msgid "Search Venues"
1960
- msgstr "Αναζήτηση Χώρων Διεξαγωγής"
1961
-
1962
- #: ../lib/the-events-calendar.class.php:1364
1963
- msgid "No venue found"
1964
- msgstr "Δεν βρέθηκε κανένας χώρος διεξαγωγής"
1965
-
1966
- #: ../lib/the-events-calendar.class.php:1365
1967
- msgid "No venues found in Trash"
1968
- msgstr "Δεν βρέθηκαν χώροι διεξαγωγής στον Κάδο Ανακύκλωσης"
1969
 
1970
  #: ../lib/the-events-calendar.class.php:1370
1971
- #: ../public/advanced-functions/meta.php:444
1972
- #: ../views/modules/meta/organizer.php:18 ../views/tickets/email.php:362
1973
- msgid "Organizer"
1974
- msgstr "Διοργανωτής"
1975
 
 
 
 
 
 
 
 
1976
  #: ../lib/the-events-calendar.class.php:1372
1977
- #: ../lib/the-events-calendar.class.php:1471
1978
- msgid "Add New Organizer"
1979
- msgstr "Προσθήκη Νέου Διοργανωτή"
 
1980
 
1981
  #: ../lib/the-events-calendar.class.php:1373
1982
- msgid "Edit Organizer"
1983
- msgstr "Επεξεργασία Διοργανωτή"
 
 
1984
 
1985
  #: ../lib/the-events-calendar.class.php:1374
1986
- msgid "New Organizer"
1987
- msgstr "Νέος Διοργανωτής"
 
 
1988
 
1989
- #
1990
  #: ../lib/the-events-calendar.class.php:1375
1991
- msgid "View Organizer"
1992
- msgstr "Προβολή Διοργανωτή"
1993
-
1994
- #: ../lib/the-events-calendar.class.php:1376
1995
- msgid "Search Organizers"
1996
- msgstr "Αναζήτηση Διοργανωτών"
1997
-
1998
- #: ../lib/the-events-calendar.class.php:1377
1999
- msgid "No organizer found"
2000
- msgstr "Δεν βρέθηκε κανένας διοργανωτής"
2001
-
2002
- #: ../lib/the-events-calendar.class.php:1378
2003
- msgid "No organizers found in Trash"
2004
- msgstr "Δεν βρέθηκε κανένας διοργανωτής στον Κάδο Ανακύκλωσης"
2005
 
2006
- #: ../lib/the-events-calendar.class.php:1382
2007
- #: ../lib/tribe-admin-events-list.class.php:177
2008
  msgid "Event Categories"
2009
  msgstr "Κατηγορίες Εκδηλώσεων"
2010
 
2011
- #: ../lib/the-events-calendar.class.php:1384
2012
  msgid "Search Event Categories"
2013
  msgstr "Αναζήτηση Κατηγορίας Εκδήλωσης"
2014
 
2015
- #: ../lib/the-events-calendar.class.php:1385
2016
  msgid "All Event Categories"
2017
  msgstr "Όλες οι Κατηγορίες Εκδηλώσεων"
2018
 
2019
- #: ../lib/the-events-calendar.class.php:1386
2020
  msgid "Parent Event Category"
2021
  msgstr "Μητρική Κατηγορία Εκδήλωσης"
2022
 
2023
- #: ../lib/the-events-calendar.class.php:1387
2024
  msgid "Parent Event Category:"
2025
  msgstr "Μητρική Κατηγορία Εκδήλωσης:"
2026
 
2027
- #: ../lib/the-events-calendar.class.php:1388
2028
  msgid "Edit Event Category"
2029
  msgstr "Επεξεργασία Κατηγορίας Εκδήλωσης"
2030
 
2031
- #: ../lib/the-events-calendar.class.php:1389
2032
  msgid "Update Event Category"
2033
  msgstr "Ενημέρωση Κατηγορίας Εκδήλωσης"
2034
 
2035
- #: ../lib/the-events-calendar.class.php:1390
2036
  msgid "Add New Event Category"
2037
  msgstr "Προσθήκη Νέας Κατηγορίας Εκδήλωσης"
2038
 
2039
- #: ../lib/the-events-calendar.class.php:1391
2040
  msgid "New Event Category Name"
2041
  msgstr "Όνομα Νέας Κατηγορίας Εκδήλωσης"
2042
 
2043
- #: ../lib/the-events-calendar.class.php:1407
2044
  #, php-format
2045
  msgid "Event updated. <a href=\"%s\">View event</a>"
2046
  msgstr "Η εκδήλωση ενημερώθηκε. <a href=\"%s\">Προβολή εκδήλωσης</a>"
2047
 
2048
- #: ../lib/the-events-calendar.class.php:1408
2049
- #: ../lib/the-events-calendar.class.php:1425
2050
- #: ../lib/the-events-calendar.class.php:1442
2051
  msgid "Custom field updated."
2052
  msgstr "Το προσαρμοσμένο πεδίο ενημερώθηκε."
2053
 
2054
- #: ../lib/the-events-calendar.class.php:1409
2055
- #: ../lib/the-events-calendar.class.php:1426
2056
- #: ../lib/the-events-calendar.class.php:1443
2057
  msgid "Custom field deleted."
2058
  msgstr "Το προσαρμοσμένο πεδίο διαγράφηκε."
2059
 
2060
- #: ../lib/the-events-calendar.class.php:1410
2061
  msgid "Event updated."
2062
  msgstr "Η εκδήλωση ενημερώθηκε."
2063
 
2064
- #: ../lib/the-events-calendar.class.php:1412
2065
  #, php-format
2066
  msgid "Event restored to revision from %s"
2067
  msgstr "Η εκδήλωση αποκαταστάθηκε στην αναθεώρηση από %s"
2068
 
2069
- #: ../lib/the-events-calendar.class.php:1413
2070
  #, php-format
2071
  msgid "Event published. <a href=\"%s\">View event</a>"
2072
  msgstr "Η εκδήλωση δημοσιεύθηκε. <a href=\"%s\">Προβολή εκδήλωσης</a>"
2073
 
2074
- #: ../lib/the-events-calendar.class.php:1414
2075
  msgid "Event saved."
2076
  msgstr "Η εκδήλωση αποθηκεύθηκε."
2077
 
2078
- #: ../lib/the-events-calendar.class.php:1415
2079
  #, php-format
2080
  msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2081
  msgstr ""
2082
  "Η εκδήλωση υποβλήθηκε. <a target=\"_blank\" href=\"%s\">Προεπισκόπηση "
2083
  "εκδήλωσης</a>"
2084
 
2085
- #: ../lib/the-events-calendar.class.php:1416
2086
  #, php-format
2087
  msgid ""
2088
  "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
@@ -2091,184 +2045,165 @@ msgstr ""
2091
  "Η εκδήλωση έχει προγραμματιστεί για: <strong>%1$s</strong>. <a target="
2092
  "\"_blank\" href=\"%2$s\">Προεπισκόπηση εκδήλωσης</a>"
2093
 
2094
- #: ../lib/the-events-calendar.class.php:1418
2095
- #: ../lib/the-events-calendar.class.php:1435
2096
- #: ../lib/the-events-calendar.class.php:1452
2097
  msgid "M j, Y @ G:i"
2098
  msgstr "M j, Y @ G:i"
2099
 
2100
- #: ../lib/the-events-calendar.class.php:1419
2101
  #, php-format
2102
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2103
  msgstr ""
2104
  "Το προσχέδιο της εκδήλωσης τροποποιήθηκε. <a target=\"_blank\" href=\"%s"
2105
  "\">Προεπισκόπηση εκδήλωσης</a>"
2106
 
2107
- #: ../lib/the-events-calendar.class.php:1424
2108
- #: ../lib/the-events-calendar.class.php:1427
2109
- msgid "Venue updated."
2110
- msgstr "Ο χώρος διεξαγωγής τροποποιήθηκε."
 
 
 
2111
 
2112
- #: ../lib/the-events-calendar.class.php:1429
2113
- #, php-format
2114
- msgid "Venue restored to revision from %s"
2115
- msgstr "Ο χώρος διεξαγωγής αποκαταστάθηκε στην αναθεώρηση από %s"
 
2116
 
2117
- #: ../lib/the-events-calendar.class.php:1430
2118
- msgid "Venue published."
 
 
2119
  msgstr "Ο χώρος διεξαγωγής δημοσιεύτηκε."
2120
 
2121
- #: ../lib/the-events-calendar.class.php:1431
2122
- msgid "Venue saved."
2123
- msgstr "Ο χώρος διεξαγωγής αποθηκεύθηκε."
 
 
 
2124
 
2125
- #: ../lib/the-events-calendar.class.php:1432
2126
- msgid "Venue submitted."
 
 
2127
  msgstr "Ο χώρος διεξαγωγής καταχωρήθηκε."
2128
 
2129
- #: ../lib/the-events-calendar.class.php:1433
2130
- #, php-format
2131
- msgid "Venue scheduled for: <strong>%1$s</strong>."
 
2132
  msgstr "Ο χώρος διεξαγωγής προγραμματίστηκε για: <strong>%1$s</strong>."
2133
 
2134
- #: ../lib/the-events-calendar.class.php:1436
2135
- msgid "Venue draft updated."
2136
- msgstr "Το προσχέδιο του χώρου διεξαγωγής ανανεώθηκε."
2137
-
2138
- #: ../lib/the-events-calendar.class.php:1441
2139
- #: ../lib/the-events-calendar.class.php:1444
2140
- msgid "Organizer updated."
2141
- msgstr "Ο διοργανωτής τροποποιήθηκε."
2142
-
2143
  #: ../lib/the-events-calendar.class.php:1446
2144
- #, php-format
2145
- msgid "Organizer restored to revision from %s"
2146
- msgstr "Ο διοργανωτής αποκαταστάθηκε στην αναθεώρηση από %s"
2147
-
2148
- #: ../lib/the-events-calendar.class.php:1447
2149
- msgid "Organizer published."
2150
- msgstr "Ο διοργανωτής δημοσιεύτηκε."
2151
-
2152
- #: ../lib/the-events-calendar.class.php:1448
2153
- msgid "Organizer saved."
2154
- msgstr "Ο διοργανωτής αποθηκεύθηκε."
2155
-
2156
- #: ../lib/the-events-calendar.class.php:1449
2157
- msgid "Organizer submitted."
2158
- msgstr "Ο διοργανωτής καταχωρήθηκε."
2159
-
2160
- #: ../lib/the-events-calendar.class.php:1450
2161
- #, php-format
2162
- msgid "Organizer scheduled for: <strong>%1$s</strong>."
2163
- msgstr "Ο διοργανωτής προγραμματίστηκε για: <strong>%1$s</strong>."
2164
 
2165
- #: ../lib/the-events-calendar.class.php:1453
2166
- msgid "Organizer draft updated."
2167
- msgstr "Το προσχέδιο του διοργανωτή ανανεώθηκε."
 
 
2168
 
2169
- #: ../lib/the-events-calendar.class.php:1490
2170
- msgid "Use Saved Venue:"
 
2171
  msgstr "Χρήση Αποθηκευμένου Χώρου Διεξαγωγής:"
2172
 
2173
- #: ../lib/the-events-calendar.class.php:1513
2174
- msgid "Use Saved Organizer:"
2175
- msgstr "Χρήση Αποθηκευμένου Διοργανωτή:"
 
2176
 
2177
- #: ../lib/the-events-calendar.class.php:1553
2178
- msgid "Use New Venue"
 
2179
  msgstr "Χρήση Νέου Χώρου Διεξαγωγής"
2180
 
2181
- #
2182
- #: ../lib/the-events-calendar.class.php:1555
2183
- msgid "My Venues"
2184
- msgstr "Οι Χώροι Διεξαγωγής μου"
 
2185
 
2186
  #
2187
- #: ../lib/the-events-calendar.class.php:1560
2188
- msgid "Available Venues"
 
 
2189
  msgstr "Διαθέσιμοι Χώροι Διεξαγωγής"
2190
 
2191
  #
2192
- #: ../lib/the-events-calendar.class.php:1571
2193
- msgid "No saved venue exists."
 
 
2194
  msgstr "Δεν υπάρχουν αποθηκευμένοι χώροι διεξαγωγής."
2195
 
2196
- #: ../lib/the-events-calendar.class.php:1610
2197
- msgid "Use New Organizer"
2198
- msgstr "Χρήση Νέου Διοργανωτή"
2199
-
2200
- #
2201
- #: ../lib/the-events-calendar.class.php:1612
2202
- msgid "My Organizers"
2203
- msgstr "Οι Διοργανωτές μου"
2204
-
2205
- #
2206
  #: ../lib/the-events-calendar.class.php:1617
2207
- msgid "Available Organizers"
2208
- msgstr "Διαθέσιμοι Διοργανωτές"
2209
-
2210
- #
2211
- #: ../lib/the-events-calendar.class.php:1628
2212
- msgid "No saved organizer exists."
2213
- msgstr "Δεν υπάρχουν αποθηκευμένοι διοργανωτές."
2214
 
2215
- #: ../lib/the-events-calendar.class.php:1770
2216
  msgid "Next"
2217
  msgstr "Επόμενο"
2218
 
2219
- #: ../lib/the-events-calendar.class.php:1771
2220
  msgid "Prev"
2221
  msgstr "Προηγούμενο"
2222
 
2223
- #: ../lib/the-events-calendar.class.php:1772
2224
- #: ../public/template-tags/link.php:78
2225
  msgid "Today"
2226
  msgstr "Σήμερα"
2227
 
2228
- #: ../lib/the-events-calendar.class.php:1773
2229
  msgid "Done"
2230
  msgstr "Τέλος"
2231
 
2232
- #: ../lib/the-events-calendar.class.php:1999
2233
  msgid "Network"
2234
  msgstr "Δίκτυο"
2235
 
2236
- #: ../lib/the-events-calendar.class.php:3520
2237
- #: ../lib/the-events-calendar.class.php:3548
2238
- #: ../public/template-tags/link.php:125 ../public/template-tags/link.php:143
2239
  msgid "Date out of range."
2240
  msgstr "Ημερομήνια εκτός ορίων."
2241
 
2242
- #: ../lib/the-events-calendar.class.php:3572
2243
  msgid "Event Options"
2244
  msgstr "Επιλογές Εκδήλωσης"
2245
 
2246
- #: ../lib/the-events-calendar.class.php:3574
2247
- msgid "Venue Information"
 
 
2248
  msgstr "Πληροφορίες Χώρου Διεξαγωγής"
2249
 
2250
- #: ../lib/the-events-calendar.class.php:3579
2251
- msgid "Organizer Information"
2252
- msgstr "Πληροφορίες Διοργανωτή"
2253
-
2254
- #: ../lib/the-events-calendar.class.php:3776
2255
  msgid "Support"
2256
  msgstr "Υποστήριξη"
2257
 
2258
- #: ../lib/the-events-calendar.class.php:3779
2259
  msgid "View All Add-Ons"
2260
  msgstr "Προβολή όλων των Επεκτάσεων"
2261
 
2262
  #
2263
- #: ../lib/the-events-calendar.class.php:3796
2264
  msgid "News from Modern Tribe"
2265
  msgstr "Νέα από την Modern Tribe"
2266
 
2267
- #: ../lib/the-events-calendar.class.php:3877
2268
  msgid "Additional Functionality"
2269
  msgstr "Πρόσθετη Λειτουργικότητα"
2270
 
2271
- #: ../lib/the-events-calendar.class.php:3882
2272
  msgid ""
2273
  "Looking for additional functionality including recurring events, ticket "
2274
  "sales, publicly submitted events, new views and more?"
@@ -2277,42 +2212,42 @@ msgstr ""
2277
  "πωλήσεις εισιτηρίων, δημοσίως καταχωρημένες εκδηλώσεις, νέες εμφανίσεις και "
2278
  "άλλα;"
2279
 
2280
- #: ../lib/the-events-calendar.class.php:3882
2281
  #, php-format
2282
  msgid "Check out the <a href=\"%s\">available add-ons</a>."
2283
  msgstr "Ελέγξτε τις <a href=\"%s\">διαθέσιμες επεκτάσεις</a>."
2284
 
2285
  #
2286
- #: ../lib/the-events-calendar.class.php:3954
2287
- #: ../lib/the-events-calendar.class.php:4061
2288
  msgid "View Calendar"
2289
  msgstr "Προβολή Ημερολογίου"
2290
 
2291
  #
2292
- #: ../lib/the-events-calendar.class.php:3962
2293
  msgid "Add Event"
2294
  msgstr "Προσθήκη Εκδήλωσης"
2295
 
2296
  #
2297
- #: ../lib/the-events-calendar.class.php:3971
2298
  msgid "Edit Events"
2299
  msgstr "Επεξεργασία Εκδήλωσης"
2300
 
2301
- #: ../lib/the-events-calendar.class.php:3982
2302
  msgid "Import"
2303
  msgstr "Εισαγωγή"
2304
 
2305
- #: ../lib/the-events-calendar.class.php:3988
2306
  msgid "CSV"
2307
  msgstr "CSV"
2308
 
2309
- #: ../lib/the-events-calendar.class.php:4000
2310
- #: ../lib/the-events-calendar.class.php:4097
2311
- #: ../lib/tribe-settings.class.php:163
2312
  msgid "Settings"
2313
  msgstr "Ρυθμίσεις"
2314
 
2315
- #: ../lib/the-events-calendar.class.php:4031
2316
  #, php-format
2317
  msgid ""
2318
  "Welcome to The Events Calendar! Your events calendar can be found at %s. To "
@@ -2322,111 +2257,104 @@ msgstr ""
2322
  "στο %s. Για να αλλάξετε το slug των εκδηλώσεων, επισκεφθείτε τις "
2323
  "%sΕκδηλώσεις -> Ρυθμίσεις%s."
2324
 
2325
- #: ../lib/the-events-calendar.class.php:4098
2326
  msgid "Calendar"
2327
  msgstr "Ημερολόγιο"
2328
 
2329
- #: ../lib/the-events-calendar.class.php:4169
2330
  msgid "List"
2331
  msgstr "Λίστα"
2332
 
2333
  #
2334
- #: ../lib/the-events-calendar.class.php:4180
2335
  msgid "Month"
2336
  msgstr "Μήνας"
2337
 
2338
- #: ../lib/the-events-calendar.class.php:4194
2339
  msgid "Day"
2340
  msgstr "Ημέρα"
2341
 
2342
- #: ../lib/the-events-calendar.class.php:4215
2343
- #: ../lib/the-events-calendar.class.php:4217
2344
  msgid "Search"
2345
  msgstr "Αναζήτηση"
2346
 
2347
  #
2348
- #: ../lib/the-events-calendar.class.php:4239
2349
- #: ../lib/the-events-calendar.class.php:4254
2350
  msgid "Date"
2351
  msgstr "Ημερομηνία"
2352
 
2353
  #
2354
- #: ../lib/the-events-calendar.class.php:4242
2355
  msgid "Events In"
2356
  msgstr "Εκδηλώσεις Στις "
2357
 
2358
  #
2359
- #: ../lib/the-events-calendar.class.php:4244
2360
  msgid "Events From"
2361
  msgstr "Εκδηλώσεις Από"
2362
 
2363
- #: ../lib/the-events-calendar.class.php:4246
2364
  msgid "Day Of"
2365
  msgstr "Ημέρα Της"
2366
 
2367
- #: ../lib/the-events-calendar.class.php:4462
2368
- msgid "&laquo; Previous Events"
2369
- msgstr "&laquo; Προηγούμενες εκδηλώσεις"
2370
-
2371
- #: ../lib/the-events-calendar.class.php:4463
2372
- msgid "Next Events &raquo;"
2373
- msgstr "Επόμενες Εκδηλώσεις &raquo;"
2374
-
2375
- #: ../lib/tickets/tribe-tickets-attendees.php:67
2376
  msgid "Order #"
2377
  msgstr "Παραγγελία #"
2378
 
2379
- #: ../lib/tickets/tribe-tickets-attendees.php:68
2380
  msgid "Order Status"
2381
  msgstr "Κατάσταση Παραγγελίας"
2382
 
2383
- #: ../lib/tickets/tribe-tickets-attendees.php:69
2384
  msgid "Purchaser name"
2385
  msgstr "Όνομα αγοραστή"
2386
 
2387
- #: ../lib/tickets/tribe-tickets-attendees.php:70
2388
  msgid "Purchaser email"
2389
  msgstr "Εmail αγοραστή"
2390
 
2391
- #: ../lib/tickets/tribe-tickets-attendees.php:71
2392
  msgid "Ticket type"
2393
  msgstr "Τύπος εισιτηρίου"
2394
 
2395
- #: ../lib/tickets/tribe-tickets-attendees.php:72
2396
- #: ../views/tickets/email.php:316
2397
  msgid "Ticket #"
2398
  msgstr "Εισιτήριο #"
2399
 
2400
- #: ../lib/tickets/tribe-tickets-attendees.php:73
2401
- #: ../views/tickets/email.php:328
2402
  msgid "Security Code"
2403
  msgstr "Κωδικός Ασφαλείας"
2404
 
2405
- #: ../lib/tickets/tribe-tickets-attendees.php:74
2406
- #: ../lib/tickets/tribe-tickets-attendees.php:159
2407
- #: ../lib/tickets/tribe-tickets-attendees.php:216
2408
  msgid "Check in"
2409
  msgstr "Άφιξη"
2410
 
2411
- #: ../lib/tickets/tribe-tickets-attendees.php:160
2412
- #: ../lib/tickets/tribe-tickets-attendees.php:217
2413
  msgid "Undo Check in"
2414
  msgstr "Αναίρεση Άφιξης"
2415
 
2416
- #: ../lib/tickets/tribe-tickets-attendees.php:194
2417
  msgid "Print"
2418
  msgstr "Εκτύπωση"
2419
 
2420
  #
2421
- #: ../lib/tickets/tribe-tickets-attendees.php:195
2422
  msgid "Email"
2423
  msgstr "Email"
2424
 
2425
- #: ../lib/tickets/tribe-tickets-attendees.php:196
 
2426
  msgid "Export"
2427
  msgstr "Εξαγωγή"
2428
 
2429
- #: ../lib/tickets/tribe-tickets-attendees.php:202
2430
  msgid "Filter by ticket #, order # or security code"
2431
  msgstr "Φιλτράρισμα κατά αρ. εισιτηρίου, αρ. παραγγελίας ή κωδικό ασφαλείας"
2432
 
@@ -2487,15 +2415,15 @@ msgstr "Το εισιτήριό σας έχει αποθηκευθεί."
2487
  msgid "Your ticket has been deleted."
2488
  msgstr "Το εισιτήριό σας έχει διαγραφεί."
2489
 
2490
- #: ../lib/tribe-admin-events-list.class.php:182
2491
  msgid "Start Date"
2492
  msgstr "Ημερομηνία Έναρξης"
2493
 
2494
- #: ../lib/tribe-admin-events-list.class.php:183
2495
  msgid "End Date"
2496
  msgstr "Ημερομηνία Λήξης"
2497
 
2498
- #: ../lib/tribe-admin-events-list.class.php:253
2499
  #, php-format
2500
  msgid "All %s"
2501
  msgstr "Όλα %s"
@@ -2506,7 +2434,7 @@ msgstr "Όλα %s"
2506
  msgid "Event Add-Ons"
2507
  msgstr "Πρόσθετα Εκδηλώσεων"
2508
 
2509
- #: ../lib/tribe-debug-bar.class.php:29
2510
  msgid "Tribe"
2511
  msgstr "Tribe"
2512
 
@@ -2516,7 +2444,7 @@ msgid "Unnamed Venue"
2516
  msgstr "Ανώνυμος Χώρος Διεξαγωγής"
2517
 
2518
  #: ../lib/tribe-event-api.class.php:375 ../lib/tribe-view-helpers.class.php:44
2519
- #: ../public/template-tags/venue.php:240
2520
  msgid "United States"
2521
  msgstr "Ηνωμένες Πολιτείες"
2522
 
@@ -2525,19 +2453,19 @@ msgstr "Ηνωμένες Πολιτείες"
2525
  msgid "Error"
2526
  msgstr "Σφάλμα"
2527
 
2528
- #: ../lib/tribe-field.class.php:182
2529
  msgid "Invalid field type specified"
2530
  msgstr "Ορίστηκε μη έγκυρος τύπος πεδίου"
2531
 
2532
- #: ../lib/tribe-field.class.php:452
2533
  msgid "No radio options specified"
2534
  msgstr "Δεν ορίστηκαν επιλογές κουμπιών"
2535
 
2536
- #: ../lib/tribe-field.class.php:489
2537
  msgid "No checkbox options specified"
2538
  msgstr "Δεν ορίστηκαν επιλογές κουτιών"
2539
 
2540
- #: ../lib/tribe-field.class.php:544
2541
  msgid "No select options specified"
2542
  msgstr "Δεν ορίστηκαν επιλογές του select"
2543
 
@@ -2551,92 +2479,99 @@ msgstr "&raquo;"
2551
  msgid "%1$s %2$s iCal Feed"
2552
  msgstr "%1$s %2$s iCal Τροφοδοσία"
2553
 
2554
- #: ../lib/tribe-ical.class.php:75
2555
  msgid "Add to Google Calendar"
2556
  msgstr "Προσθήκη στο Ημερολόγιο Google"
2557
 
2558
  #
2559
- #: ../lib/tribe-ical.class.php:75
2560
  msgid "Google Calendar"
2561
  msgstr "Ημερολόγιο Google "
2562
 
2563
- #: ../lib/tribe-ical.class.php:76 ../lib/tribe-ical.class.php:126
2564
- msgid "iCal Import"
 
 
 
 
 
2565
  msgstr "Εισαγωγή iCal"
2566
 
2567
  #
2568
- #: ../lib/tribe-ical.class.php:113
2569
  msgid "Month's Events"
2570
  msgstr "Εκδηλώσεις μήνα"
2571
 
2572
- #: ../lib/tribe-ical.class.php:116
2573
  msgid "Week's Events"
2574
  msgstr "Εκδηλώσεις εβδομάδας"
2575
 
2576
- #: ../lib/tribe-ical.class.php:119
2577
  msgid "Day's Events"
2578
  msgstr "Εκδηλώσεις ημέρας"
2579
 
2580
  #
2581
- #: ../lib/tribe-ical.class.php:122
2582
  msgid "Listed Events"
2583
  msgstr "Καταχωρημένες Εκδηλώσεις"
2584
 
2585
- #: ../lib/tribe-ical.class.php:126
2586
- msgid "Import is filter/view sensitive"
2587
- msgstr "Η εισαγωγή επηρρεάζεται απο το φίλτρο/προβολή"
 
 
2588
 
2589
  #
2590
- #: ../lib/tribe-settings-tab.class.php:218
2591
  msgid "There are no fields setup for this tab yet."
2592
  msgstr "Δεν έχουν ρυθμιστεί ακόμα πεδία γι' αυτήν την καρτέλα."
2593
 
2594
  #
2595
- #: ../lib/tribe-settings.class.php:163 ../lib/tribe-settings.class.php:175
2596
  msgid "The Events Calendar Settings"
2597
  msgstr "Ρυθμίσεις του The Events Calendar"
2598
 
2599
  #
2600
- #: ../lib/tribe-settings.class.php:175
2601
  msgid "Events Settings"
2602
  msgstr "Ρυθμίσεις Εκδηλώσεων"
2603
 
2604
- #: ../lib/tribe-settings.class.php:224
2605
  #, php-format
2606
  msgid "%s Settings"
2607
  msgstr "%s Ρυθμίσεις"
2608
 
2609
- #: ../lib/tribe-settings.class.php:238
2610
  msgid "You've requested a non-existent tab."
2611
  msgstr "Έχετε ζητήσει μία ανύπαρκτη καρτέλα."
2612
 
2613
  #
2614
- #: ../lib/tribe-settings.class.php:246
2615
  msgid " Save Changes"
2616
  msgstr " Αποθήκευση Αλλαγών"
2617
 
2618
- #: ../lib/tribe-settings.class.php:298
2619
  msgid "You don't have permission to do that."
2620
  msgstr "Δεν έχετε άδεια να το κάνετε αυτό."
2621
 
2622
- #: ../lib/tribe-settings.class.php:304
2623
  msgid "The request was sent insecurely."
2624
  msgstr "Το αίτημα στάλθηκε με μη ασφαλή τρόπο."
2625
 
2626
- #: ../lib/tribe-settings.class.php:310
2627
  msgid "The request wasn't sent from this tab."
2628
  msgstr "Η αίτηση δεν στάλθηκε από αυτήν την καρτέλα."
2629
 
2630
- #: ../lib/tribe-settings.class.php:475
2631
  msgid "Your form had the following errors:"
2632
  msgstr "Η φόρμα σας είχε τα ακόλουθα σφάλματα:"
2633
 
2634
- #: ../lib/tribe-settings.class.php:484
2635
  msgid "None of your settings were saved. Please try again."
2636
  msgstr ""
2637
  "Καμία από τις ρυθμίσεις σας δεν αποθηκεύτηκε. Παρακαλούμε δοκιμάστε ξανά."
2638
 
2639
- #: ../lib/tribe-settings.class.php:484
2640
  msgid ""
2641
  "The above setting was not saved. Other settings were successfully saved."
2642
  msgid_plural ""
@@ -2649,7 +2584,7 @@ msgstr[1] ""
2649
  "επιτυχία."
2650
 
2651
  #
2652
- #: ../lib/tribe-settings.class.php:508
2653
  msgid "Settings saved."
2654
  msgstr "Οι ρυθμίσεις αποθηκεύθηκαν."
2655
 
@@ -2678,19 +2613,19 @@ msgstr ""
2678
  msgid "System Information"
2679
  msgstr "Πληροφορίες Συστήματος"
2680
 
2681
- #: ../lib/tribe-template-factory.class.php:232
2682
  #, php-format
2683
  msgid "There were no results found for <strong>\"%s\"</strong>."
2684
  msgstr "Δεν βρέθηκαν αποτελέσματα για <strong>\"%s\"</strong>."
2685
 
2686
- #: ../lib/tribe-template-factory.class.php:235
2687
  #, php-format
2688
  msgid "No results were found for events in or near <strong>\"%s\"</strong>."
2689
  msgstr ""
2690
  "Δεν βρέθηκαν αποτελέσματα για εκδηλώσεις στο ή κοντά στο <strong>\"%s\"</"
2691
  "strong>."
2692
 
2693
- #: ../lib/tribe-template-factory.class.php:238
2694
  #, php-format
2695
  msgid ""
2696
  "No upcoming events listed under %s. Check out upcoming events for this "
@@ -2700,18 +2635,18 @@ msgstr ""
2700
  "αυτή την κατηγορία ή δείτε το πλήρες ημερολόγιο."
2701
 
2702
  #
2703
- #: ../lib/tribe-template-factory.class.php:244
2704
  msgid "No previous events "
2705
  msgstr "Δεν υπάρχουν προηγούμενες εκδηλώσεις "
2706
 
2707
- #: ../lib/tribe-templates.class.php:555
2708
  #, php-format
2709
  msgid "Template overrides should be moved to the correct subdirectory: %s"
2710
  msgstr ""
2711
  "Οι παρακάμψεις λόγω template θα πρέπει να μετακινηθούν στον σωστό "
2712
  "υποκατάλογο: %s"
2713
 
2714
- #: ../lib/tribe-templates.class.php:596
2715
  #, php-format
2716
  msgid ""
2717
  "Template overrides should be moved to the correct subdirectory: "
@@ -2779,58 +2714,58 @@ msgstr "Μετατρέψατε και μετεγκαταστήσατε επιτ
2779
  msgid "Install has 1 or more legacy event!"
2780
  msgstr "Η εγκατάσταση έχει 1 ή περισσότερες παλαιού τύπου εκδηλώσεις!"
2781
 
2782
- #: ../lib/tribe-validate.class.php:77 ../lib/tribe-validate.class.php:115
2783
  msgid "Invalid or incomplete field passed"
2784
  msgstr "Άκυρο ή ελλιπές πεδίο"
2785
 
2786
- #: ../lib/tribe-validate.class.php:78 ../lib/tribe-validate.class.php:110
2787
- #: ../lib/tribe-validate.class.php:116
2788
  msgid "Field ID:"
2789
  msgstr "Κωδ. Πεδίου:"
2790
 
2791
- #: ../lib/tribe-validate.class.php:109
2792
  msgid "Non-existant field validation function passed"
2793
  msgstr "Ανύπαρκτο πεδίο λειτουργίας επικύρωσης"
2794
 
2795
- #: ../lib/tribe-validate.class.php:110
2796
  msgctxt "non-existant function name passed for field validation"
2797
  msgid "with function name:"
2798
  msgstr "με όνομα συνάρτησης:"
2799
 
2800
- #: ../lib/tribe-validate.class.php:135 ../lib/tribe-validate.class.php:153
2801
  #, php-format
2802
  msgid "%s must contain numbers and letters only"
2803
  msgstr "%s πρέπει να περιέχει μόνο αριθμούς και γράμματα"
2804
 
2805
- #: ../lib/tribe-validate.class.php:171
2806
  #, php-format
2807
  msgid "%s must contain numbers, letters and dots only"
2808
  msgstr "%s πρέπει να περιέχει μόνο αριθμούς, γράμματα και τελείες"
2809
 
2810
- #: ../lib/tribe-validate.class.php:187
2811
  #, php-format
2812
  msgid "%s must be a positive number."
2813
  msgstr "%s πρέπει να είναι ένας θετικός αριθμός."
2814
 
2815
- #: ../lib/tribe-validate.class.php:204
2816
  #, php-format
2817
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
2818
  msgstr ""
2819
  "%s πρέπει να είναι ένα έγκυρο slug (αριθμοί, γράμματα, παύλες, και κάτω "
2820
  "παύλες)."
2821
 
2822
- #: ../lib/tribe-validate.class.php:221
2823
  #, php-format
2824
  msgid "%s must be a valid absolute URL."
2825
  msgstr "%s πρέπει να είναι έγκυρη απόλυτη διεύθυνση URL."
2826
 
2827
- #: ../lib/tribe-validate.class.php:239 ../lib/tribe-validate.class.php:258
2828
- #: ../lib/tribe-validate.class.php:279
2829
  #, php-format
2830
  msgid "%s must have a value that's part of its options."
2831
  msgstr "%s πρέπει να έχει μια τιμή που να είναι μέρος των επιλογών του."
2832
 
2833
- #: ../lib/tribe-validate.class.php:295
2834
  #, php-format
2835
  msgid ""
2836
  "Comparison validation failed because no comparison value was provided, for "
@@ -2839,27 +2774,27 @@ msgstr ""
2839
  "Η σύγκριση επικύρωσης απέτυχε διότι δεν παρασχέθηκε αξία σύγκρισης για το "
2840
  "πεδίο %s"
2841
 
2842
- #: ../lib/tribe-validate.class.php:302
2843
  #, php-format
2844
  msgid "%s cannot be the same as %s."
2845
  msgstr "%s δεν μπορεί να είναι το ίδιο με %s."
2846
 
2847
- #: ../lib/tribe-validate.class.php:304
2848
  #, php-format
2849
  msgid "%s cannot be a duplicate"
2850
  msgstr "%s δεν μπορεί να είναι ένα διπλότυπο"
2851
 
2852
- #: ../lib/tribe-validate.class.php:322
2853
  #, php-format
2854
  msgid "%s must be a number or percentage."
2855
  msgstr "%s πρέπει να είναι αριθμός ή ποσοστό."
2856
 
2857
- #: ../lib/tribe-validate.class.php:386
2858
  #, php-format
2859
  msgid "%s must be a number between 0 and 21."
2860
  msgstr "%s πρέπει να είναι ένας αριθμός μεταξύ 0 και 21."
2861
 
2862
- #: ../lib/tribe-validate.class.php:404
2863
  #, php-format
2864
  msgid ""
2865
  "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
@@ -2867,24 +2802,24 @@ msgstr ""
2867
  "% s πρέπει να αποτελείται μόνο από γράμματα, αριθμούς, παύλες, αποστρόφους "
2868
  "και κενά διαστήματα."
2869
 
2870
- #: ../lib/tribe-validate.class.php:422
2871
  #, php-format
2872
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
2873
  msgstr ""
2874
  "%s πρέπει να αποτελείται από γράμματα, κενά διαστήματα, αποστρόφους και "
2875
  "παύλες."
2876
 
2877
- #: ../lib/tribe-validate.class.php:438
2878
  #, php-format
2879
  msgid "%s must consist of 5 numbers."
2880
  msgstr "%s πρέπει να αποτελείται από 5 αριθμούς."
2881
 
2882
- #: ../lib/tribe-validate.class.php:454
2883
  #, php-format
2884
  msgid "%s must be a phone number."
2885
  msgstr "%s πρέπει να είναι ένας αριθμός τηλεφώνου."
2886
 
2887
- #: ../lib/tribe-validate.class.php:472
2888
  msgid ""
2889
  "Country List must be formatted as one country per line in the following "
2890
  "format: <br>US, United States <br> UK, United Kingdom."
@@ -4066,48 +4001,48 @@ msgstr "Λίστα Εκδηλώσεων"
4066
 
4067
  #: ../public/advanced-functions/meta.php:39
4068
  #: ../public/advanced-functions/meta.php:65
4069
- #: ../views/modules/meta/details.php:37 ../views/modules/meta/details.php:56
4070
  msgid "Start:"
4071
  msgstr "Αρχή:"
4072
 
4073
  #: ../public/advanced-functions/meta.php:46
4074
  #: ../public/advanced-functions/meta.php:72
4075
- #: ../views/modules/meta/details.php:40 ../views/modules/meta/details.php:59
4076
  msgid "End:"
4077
  msgstr "Τέλος:"
4078
 
4079
  #
4080
  #: ../public/advanced-functions/meta.php:55
4081
  #: ../public/advanced-functions/meta.php:81
4082
- #: ../views/modules/meta/details.php:48 ../views/modules/meta/details.php:67
4083
  msgid "Date:"
4084
  msgstr "Ημερομηνία:"
4085
 
4086
  #: ../public/advanced-functions/meta.php:90
4087
  #: ../public/advanced-functions/meta.php:99
4088
- #: ../views/modules/meta/details.php:70
4089
  msgid "Time:"
4090
  msgstr "Ώρα:"
4091
 
4092
  #: ../public/advanced-functions/meta.php:283
4093
- #: ../public/template-tags/google-map.php:40
4094
  msgid "Click to view a Google Map"
4095
  msgstr "Κάντε κλικ για να δείτε ένα χάρτη Google"
4096
 
4097
  #
4098
  #: ../public/advanced-functions/meta.php:284
4099
- #: ../public/template-tags/google-map.php:41
4100
  msgid "+ Google Map"
4101
  msgstr "+ Χάρτης Google "
4102
 
4103
  #: ../public/advanced-functions/meta.php:295
4104
- #: ../views/modules/meta/details.php:14
4105
  msgid "Details"
4106
  msgstr "Λεπτομέρειες"
4107
 
4108
  #
4109
  #: ../public/advanced-functions/meta.php:346
4110
- #: ../views/modules/meta/details.php:98
4111
  msgid "Event Tags:"
4112
  msgstr "Ετικέτες Εκδήλωσης:"
4113
 
@@ -4115,60 +4050,68 @@ msgstr "Ετικέτες Εκδήλωσης:"
4115
  msgid "Origin:"
4116
  msgstr "Προέλευση:"
4117
 
 
 
 
 
 
 
 
 
4118
  #
4119
  #: ../public/advanced-functions/meta.php:509
4120
  msgid "Event:"
4121
  msgstr "Εκδήλωση:"
4122
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4123
  #
4124
  #: ../public/template-tags/deprecated.php:1156
4125
  msgid "Category"
4126
  msgstr "Κατηγορία"
4127
 
4128
- #: ../public/template-tags/general.php:314
4129
  msgid "Tags:"
4130
  msgstr "Ετικέτες:"
4131
 
4132
  #
4133
- #: ../public/template-tags/general.php:416
4134
  msgid "Loading Events"
4135
  msgstr "Φόρτωση Εκδηλώσεων"
4136
 
4137
- #: ../public/template-tags/general.php:605
4138
  msgid "Free"
4139
  msgstr "Δωρεάν"
4140
 
4141
- #: ../public/template-tags/general.php:1215
4142
  #, php-format
4143
  msgid "Calendar powered by %sThe Events Calendar%s"
4144
  msgstr "Το ημερολόγιο λειτουργεί με %sThe Events Calendar%s"
4145
 
4146
- #: ../public/template-tags/link.php:80
4147
- msgid "<span>&laquo;</span> Previous Day"
4148
- msgstr "<span>&laquo;</span> Προηγούμενη Ημέρα"
4149
-
4150
- #: ../public/template-tags/link.php:82
4151
- msgid "Next Day <span>&raquo;</span>"
4152
- msgstr "Επόμενη Ημέρα <span>&raquo;</span>"
4153
-
4154
- #: ../public/template-tags/link.php:84
4155
- msgid "Yesterday"
4156
- msgstr "Εχτές"
4157
-
4158
- #: ../public/template-tags/link.php:86
4159
- msgid "Tomorrow"
4160
- msgstr "Αύριο"
4161
-
4162
- #: ../public/template-tags/loop.php:180
4163
  msgid "Events for"
4164
  msgstr "Εκδηλώσεις"
4165
 
4166
- #: ../public/template-tags/options.php:20
4167
  #, php-format
4168
  msgid "Your current Events URL is %s"
4169
  msgstr "Η τρέχουσα διεύθυνση URL των εκδηλώσεών σας είναι %s"
4170
 
4171
- #: ../public/template-tags/options.php:31
4172
  #, php-format
4173
  msgid ""
4174
  "You <strong>cannot</strong> use the same slug as above. The above should "
@@ -4179,153 +4122,127 @@ msgstr ""
4179
  "στον ενικό.<br />Το URL μεμονομένης εκδήλωσης είναι σαν: %s"
4180
 
4181
  #
4182
- #: ../views/day/nav.php:16
4183
  msgid "Day Navigation"
4184
  msgstr "Πλοήγηση Ημέρας"
4185
 
4186
- #: ../views/day/single-event.php:74 ../views/list/single-event.php:78
4187
  msgid "Find out more"
4188
  msgstr "Μάθετε περισσότερα"
4189
 
4190
  #
4191
- #: ../views/list/nav.php:17
4192
  msgid "Events List Navigation"
4193
  msgstr "Πλοήγηση Λίστας Εκδηλώσεων"
4194
 
4195
- #: ../views/list/nav.php:23 ../views/list/nav.php:29 ../views/list/nav.php:32
4196
  msgid "<span>&laquo;</span> Previous Events"
4197
  msgstr "<span>&laquo;</span> Προηγούμενες Εκδηλώσεις"
4198
 
4199
- #: ../views/list/nav.php:41 ../views/list/nav.php:44 ../views/list/nav.php:50
4200
  msgid "Next Events <span>&raquo;</span>"
4201
  msgstr "Επόμενες Εκδηλώσεις <span>&raquo;</span>"
4202
 
4203
  #
4204
- #: ../views/modules/bar.php:34 ../views/modules/bar.php:64
4205
  msgid "Find Events"
4206
  msgstr "Βρείτε Εκδηλώσεις"
4207
 
4208
- #: ../views/modules/bar.php:41
4209
  msgid "Event Views Navigation"
4210
  msgstr "Πλοήγηση Προβολών Εκδήλωσης"
4211
 
4212
  #
4213
- #: ../views/modules/bar.php:42
4214
  msgid "View As"
4215
  msgstr "Προβολή ως"
4216
 
4217
  #
4218
- #: ../views/month/nav.php:18
4219
  msgid "Calendar Month Navigation"
4220
  msgstr "Πλοηγός Μήνα Ημερολογίου"
4221
 
4222
- #: ../views/month/single-day.php:43
4223
  msgid "Events "
4224
  msgstr "Εκδηλώσεις"
4225
 
4226
- #: ../views/month/single-day.php:45
4227
  msgid "Event "
4228
  msgstr "Εκδήλωση"
4229
 
4230
  #
4231
- #: ../views/single-event.php:23
4232
  msgid "&laquo; All Events"
4233
  msgstr "&laquo; Όλες οι Εκδηλώσεις"
4234
 
4235
  #
4236
- #: ../views/single-event.php:41 ../views/single-event.php:82
4237
  msgid "Event Navigation"
4238
  msgstr "Πλοήγηση Εκδήλωσης"
4239
 
4240
  #
4241
- #: ../views/tickets/attendees-email.php:25
4242
  msgid "Attendee List"
4243
  msgstr "Λίστα Συμμετεχόντων"
4244
 
4245
- #: ../views/tickets/email.php:39
4246
  msgid "Your tickets"
4247
  msgstr "Τα εισιτήριά σας"
4248
 
4249
- #: ../views/tickets/email.php:320
4250
  msgid "Ticket Type"
4251
  msgstr "Τύπος Εισιτηρίου"
4252
 
4253
- #: ../views/tickets/email.php:324
4254
  msgid "Purchaser"
4255
  msgstr "Αγοραστής"
4256
 
4257
- #: ../views/widgets/list-widget.php:62
4258
  msgid "View All Events"
4259
  msgstr "Προβολή Όλων των Εκδηλώσεων"
4260
 
4261
- #: ../views/widgets/list-widget.php:68
4262
  msgid "There are no upcoming events at this time."
4263
  msgstr "Δεν υπάρχουν προσεχείς εκδηλώσεις αυτήν τη στιγμή"
4264
 
4265
- #~ msgid "Venue updated. <a href=\"%s\">View venue</a>"
4266
- #~ msgstr "Ο χώρος διεξαγωγής τροποποιήθηκε. <a href=\"%s\">Προβολή χώρου</a>"
4267
-
4268
- #~ msgid "Venue published. <a href=\"%s\">View venue</a>"
4269
- #~ msgstr "Ο χώρος διεξαγωγής δημοσιεύθηκε. <a href=\"%s\">Προβολή χώρου</a>"
4270
-
4271
- #~ msgid "Venue submitted. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
4272
- #~ msgstr ""
4273
- #~ "Ο χώρος διεξαγωγής υποβλήθηκε. <a target=\"_blank\" href=\"%s"
4274
- #~ "\">Προεπισκόπηση χώρου</a>"
4275
-
4276
- #~ msgid ""
4277
- #~ "Venue scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href="
4278
- #~ "\"%2$s\">Preview venue</a>"
4279
- #~ msgstr ""
4280
- #~ "Ο χώρος διεξαγωγής έχει προγραμματιστεί για: <strong>%1$s</strong>. <a "
4281
- #~ "target=\"_blank\" href=\"%2$s\">Προεπισκόπηση χώρου</a>"
4282
-
4283
- #~ msgid ""
4284
- #~ "Venue draft updated. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
4285
- #~ msgstr ""
4286
- #~ "Το προσχέδιο του χώρου διεξαγωγής τροποποιήθηκε. <a target=\"_blank\" "
4287
- #~ "href=\"%s\">Προεπισκόπηση χώρου</a>"
4288
-
4289
- #~ msgid "Organizer updated. <a href=\"%s\">View organizer</a>"
4290
- #~ msgstr "Ο διοργανωτής τροποποιήθηκε. <a href=\"%s\">Προβολή διοργανωτή</a>"
4291
-
4292
- #~ msgid "Organizer published. <a href=\"%s\">View organizer</a>"
4293
- #~ msgstr "Ο διοργανωτής δημοσιεύθηκε. <a href=\"%s\">Προβολή διοργανωτή</a>"
4294
-
4295
- #~ msgid ""
4296
- #~ "Organizer submitted. <a target=\"_blank\" href=\"%s\">Preview organizer</"
4297
- #~ "a>"
4298
- #~ msgstr ""
4299
- #~ διοργανωτής υποβλήθηκε. <a target=\"_blank\" href=\"%s\">Προεπισκόπηση "
4300
- #~ "διοργανωτή</a>"
4301
-
4302
- #~ msgid ""
4303
- #~ "Organizer scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href="
4304
- #~ "\"%2$s\">Preview organizer</a>"
4305
- #~ msgstr ""
4306
- #~ "Ο διοργανωτής έχει προγραμματιστεί για: <strong>%1$s</strong>. <a target="
4307
- #~ "\"_blank\" href=\"%2$s\">Προεπισκόπηση διοργανωτή</a>"
4308
-
4309
- #~ msgid ""
4310
- #~ "Organizer draft updated. <a target=\"_blank\" href=\"%s\">Preview "
4311
- #~ "organizer</a>"
4312
- #~ msgstr ""
4313
- #~ "Το προσχέδιο του διοργανωτή τροποποιήθηκε. <a target=\"_blank\" href=\"%s"
4314
- #~ "\">Προεπισκόπηση διοργανωτή</a>"
4315
-
4316
- #~ msgid "View All Events in Category"
4317
- #~ msgstr "Δείτε όλες τις Εκδηλώσεις της Κατηγορίας"
4318
-
4319
- #~ msgid ""
4320
- #~ "Would you like to change only this instance of the event, or all future "
4321
- #~ "events in this series?"
4322
- #~ msgstr ""
4323
- #~ "Θέλετε να αλλάξετε μόνο αυτήν την περίπτωση της εκδήλωσης, ή όλες τις "
4324
- #~ "μελλοντικές εκδηλώσεις σε αυτήν τη σειρά;"
4325
-
4326
- #~ msgid "Only This Event:"
4327
- #~ msgstr "Μόνο αυτή η Εκδήλωση:"
4328
-
4329
- #~ msgid "All other future events in the series will remain the same."
4330
- #~ msgstr ""
4331
- #~ "Όλες οι άλλες μελλοντικές εκδηλώσεις της σειράς θα παραμείνουν το ίδιο."
4
  msgstr ""
5
  "Project-Id-Version: The Events Calendar 3.6\n"
6
  "Report-Msgid-Bugs-To: \n"
7
+ "POT-Creation-Date: 2014-06-17 14:58-0800\n"
8
+ "PO-Revision-Date: 2014-06-17 14:59-0800\n"
9
  "Last-Translator: \n"
10
  "Language-Team: Yannis Troullinos <troull88@yahoo.gr>\n"
11
  "Language: el_GR\n"
43
  msgstr "Εξέχουσα (sticky) στην Εμφάνιση Ημερολογίου"
44
 
45
  #
46
+ #: ../admin-views/events-audit-trail.php:39
47
  msgid "Auditing Information"
48
  msgstr "Πληροφορίες Ελέγχου"
49
 
50
+ #: ../admin-views/events-audit-trail.php:45
51
  msgid "Created by:"
52
  msgstr "Δημιουργήθηκε από:"
53
 
54
+ #: ../admin-views/events-audit-trail.php:49
55
  msgid "Audit Trail:"
56
  msgstr "Διαδρομή Ελέγχου:"
57
 
88
  msgid "End Date &amp; Time:"
89
  msgstr "Ημερομηνία &amp; Ώρα Λήξης:"
90
 
91
+ #: ../admin-views/events-meta-box.php:87
92
  msgid "Event Location Details"
93
  msgstr "Λεπτομέρειες Τοποθεσίας Εκδήλωσης"
94
 
95
+ #: ../admin-views/events-meta-box.php:95
96
  msgid "Event Organizer Details"
97
  msgstr "Λεπτομέρειες Διοργανωτή Εκδήλωσης"
98
 
99
  #
100
+ #: ../admin-views/events-meta-box.php:103
101
  msgid "Event Website"
102
  msgstr "Site Εκδήλωσης"
103
 
104
+ #: ../admin-views/events-meta-box.php:106
105
  msgid "URL:"
106
  msgstr "URL:"
107
 
108
+ #: ../admin-views/events-meta-box.php:117
109
  #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:61
110
  msgid "Event Cost"
111
  msgstr "Κόστος Εκδήλωσης"
112
 
113
+ #: ../admin-views/events-meta-box.php:120
114
  msgid "Currency Symbol:"
115
  msgstr "Σύμβολο Νομίσματος:"
116
 
117
+ #: ../admin-views/events-meta-box.php:130
118
  msgctxt "Currency symbol position"
119
  msgid "Before cost"
120
  msgstr "Πριν την τιμή"
121
 
122
+ #: ../admin-views/events-meta-box.php:131
123
  msgctxt "Currency symbol position"
124
  msgid "After cost"
125
  msgstr "Μετά την τιμή"
126
 
127
+ #: ../admin-views/events-meta-box.php:136
128
  #: ../public/advanced-functions/meta.php:320
129
+ #: ../views/modules/meta/details.php:80
130
  msgid "Cost:"
131
  msgstr "Κόστος:"
132
 
133
+ #: ../admin-views/events-meta-box.php:141
134
  msgid "Enter a 0 for events that are free or leave blank to hide the field."
135
  msgstr ""
136
  "Εισάγετε 0 για εκδηλώσεις με ελεύθερη είσοδο ή αφήστε το κενό για να "
137
  "αποκρύψετε το πεδίο."
138
 
139
  #: ../admin-views/organizer-meta-box.php:12
140
+ #: ../admin-views/venue-meta-box.php:20
141
+ #, fuzzy, php-format
142
+ msgid "%s Name:"
143
+ msgstr "Όνομα Χώρου Διεξαγωγής:"
144
 
145
  #: ../admin-views/organizer-meta-box.php:19
146
  #: ../admin-views/tickets/attendees.php:41
147
  #: ../admin-views/venue-meta-box.php:93
148
  #: ../public/advanced-functions/meta.php:408
149
  #: ../public/advanced-functions/meta.php:470
150
+ #: ../views/modules/meta/organizer.php:24 ../views/modules/meta/venue.php:36
151
  msgid "Phone:"
152
  msgstr "Τηλέφωνο:"
153
 
157
  #: ../public/advanced-functions/meta.php:359
158
  #: ../public/advanced-functions/meta.php:434
159
  #: ../public/advanced-functions/meta.php:496
160
+ #: ../views/modules/meta/details.php:103
161
+ #: ../views/modules/meta/organizer.php:34 ../views/modules/meta/venue.php:41
162
  msgid "Website:"
163
  msgstr "Ιστοσελίδα:"
164
 
165
  #: ../admin-views/organizer-meta-box.php:27
166
  #: ../public/advanced-functions/meta.php:483
167
+ #: ../views/modules/meta/organizer.php:29
168
  msgid "Email:"
169
  msgstr "Email:"
170
 
202
  msgid "End Date / Time:"
203
  msgstr "Ημερομηνία / Ώρα Λήξης:"
204
 
 
 
 
 
205
  #: ../admin-views/tickets/attendees.php:54
206
  msgid "Ticket Sales"
207
  msgstr "Πωλήσεις Εισιτηρίων"
251
  msgstr "Επεξεργασία"
252
 
253
  #: ../admin-views/tickets/list.php:22
254
+ #: ../lib/tickets/tribe-tickets-attendees.php:215
255
  msgid "Delete"
256
  msgstr "Διαγραφή"
257
 
738
 
739
  #
740
  #: ../admin-views/tribe-options-general.php:108
741
+ #: ../public/template-tags/options.php:18
742
  msgid "The slug used for building the events URL."
743
  msgstr "Το slug χρησιμοποιείται για την κατασκευή των URL των εκδηλώσεων."
744
 
749
 
750
  #
751
  #: ../admin-views/tribe-options-general.php:113
752
+ #: ../public/template-tags/options.php:37
753
  msgid "Here is the iCal feed URL for your events:"
754
  msgstr "Εδώ είναι το iCal feed URL για τις εκδηλώσεις σας:"
755
 
1161
  msgstr "Χρειάζεστε περισσότερη βοήθεια;"
1162
 
1163
  #: ../admin-views/tribe-options-help.php:159
1164
+ #: ../lib/the-events-calendar.class.php:567
1165
+ #: ../lib/tribe-settings.class.php:129
1166
  msgid "The Events Calendar"
1167
  msgstr "The Events Calendar"
1168
 
1234
  msgid "Hide the following settings tabs on every site:"
1235
  msgstr "Απόκρυψη των παρακάτω καρτέλων ρυθμίσεων σε όλα τα site:"
1236
 
 
 
 
 
1237
  #: ../admin-views/venue-meta-box.php:27
1238
  #: ../public/advanced-functions/meta.php:422
1239
  msgid "Address:"
1376
  msgstr "Τρόπος Εισαγωγής:"
1377
 
1378
  #: ../lib/io/csv/admin-views/import.php:45
 
 
1379
  msgid "Venues"
1380
  msgstr "Χώροι Διεξαγωγής"
1381
 
1382
  #: ../lib/io/csv/admin-views/import.php:46
 
 
1383
  msgid "Organizers"
1384
  msgstr "Διοργανωτές"
1385
 
1386
  #: ../lib/io/csv/admin-views/import.php:47
1387
+ #: ../lib/the-events-calendar.class.php:1353
1388
+ #: ../lib/the-events-calendar.class.php:3884
1389
  msgid "Events"
1390
  msgstr "Εκδηλώσεις"
1391
 
1538
  msgstr "Τηλέφωνο Εκδήλωσης"
1539
 
1540
  #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:63
1541
+ #: ../lib/the-events-calendar.class.php:1393
1542
+ #: ../public/template-tags/general.php:268
1543
  msgid "Event Category"
1544
  msgstr "Κατηγορία Εκδήλωσης"
1545
 
1546
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:69
1547
  msgid "Venue Name"
1548
  msgstr "Όνομα Χώρου Διεξαγωγής:"
1549
 
1550
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:70
1551
  msgid "Venue Country"
1552
  msgstr "Χώρα χώρου διεξαγωγής"
1553
 
1554
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:71
1555
  msgid "Venue Address"
1556
  msgstr "Διεύθυνση Χώρου Διεξαγωγής:"
1557
 
1558
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:72
1559
  msgid "Venue Addres 2"
1560
  msgstr "Διεύθυνση Χώρου Διεξαγωγής 2:"
1561
 
1562
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:73
1563
  msgid "Venue City"
1564
  msgstr "Πόλη Χώρου Διεξαγωγής"
1565
 
1566
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:74
1567
  msgid "Venue State/Province"
1568
  msgstr "Νομός ή Προάστιο Χώρου Διεξαγωγής:"
1569
 
1570
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:75
1571
  msgid "Venue Zip"
1572
  msgstr "Ταχυδρομικός κώδικας Χώρου Διεξαγωγής"
1573
 
1574
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:76
1575
  msgid "Venue Phone"
1576
  msgstr "Τηλέφωνο Χώρου Διεξαγωγής:"
1577
 
1578
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:82
1579
  msgid "Organizer Name"
1580
  msgstr "Όνομα Διοργανωτή:"
1581
 
1582
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:83
1583
  msgid "Organizer Email"
1584
  msgstr "Email Διοργανωτή"
1585
 
1586
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:84
1587
  msgid "Organizer Website"
1588
  msgstr "Ιστοσελίδα Διοργανωτή"
1589
 
1590
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:85
1591
  msgid "Organizer Phone"
1592
  msgstr "Τηλέφωνο Διοργανωτή"
1593
 
1628
 
1629
  #: ../lib/pue/admin-views/license-key.view.php:9
1630
  #: ../lib/pue/admin-views/license-key.view.php:13
1631
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:288
1632
  msgid "License Key"
1633
  msgstr "Κλειδί Άδειας"
1634
 
1641
  msgstr "Αντικαταστείστε τα κενά πεδία"
1642
 
1643
  #: ../lib/pue/admin-views/license-key.view.php:25
1644
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:289
1645
  msgid "A valid license key is required for support and updates"
1646
  msgstr "Ένα έγκυρο κλειδι άδειας απαιτείται για υποστήριξη και ενημερώσεις"
1647
 
1648
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:353
1649
  msgid "License key(s) updated."
1650
  msgstr "Κλειδί(-ά) άδειας ενημερώθηκε(-αν)."
1651
 
1652
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:393
1653
  msgid "Sorry, key validation server is not available."
1654
  msgstr "Λυπούμαστε, ο σέρβερ επιβεβαίωσης κλειδιών δεν είναι διαθέσιμος."
1655
 
1656
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:395
1657
  msgid "Sorry, this key is expired."
1658
  msgstr "Λυπούμαστε, το κλειδί έχει λήξει."
1659
 
1660
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:397
1661
  msgid "Sorry, this key is out of installs."
1662
  msgstr "Λυπούμαστε, το κλειδί είναι εκτός εγκατάστασεων."
1663
 
1664
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:399
1665
  msgid "Sorry, this key is not valid."
1666
  msgstr "Λυπούμαστε, το κλειδί δεν είναι έγκυρο."
1667
 
1668
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:402
1669
  #, php-format
1670
  msgid "Valid Key! Expires on %s"
1671
  msgstr "Έγκυρο κλειδί! Λήγει στις %s"
1672
 
1673
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:406
1674
  #, php-format
1675
  msgid ""
1676
  "Hmmm... something's wrong with this validator. Please contact <a href=\"%s"
1680
  "επικοινωνήστε με την <a href=\"%s\">υποστήριξη.</a>"
1681
 
1682
  #
1683
+ #: ../lib/template-classes/day.php:70 ../lib/template-classes/day.php:79
1684
  msgid "All Day"
1685
  msgstr "Ολοήμερη Εκδήλωση"
1686
 
1687
+ #: ../lib/template-classes/day.php:122
1688
  #, php-format
1689
  msgid ""
1690
  "No matching events listed under %s scheduled for <strong>%s</strong>. Please "
1693
  "Δεν υπάρχουν εκδηλώσεις που να ταιριάζουν στο %s και να έχουν "
1694
  "προγραμματιστεί για <strong>%s</strong>. Δοκιμάστε άλλη ημέρα."
1695
 
1696
+ #: ../lib/template-classes/day.php:125
1697
  #, php-format
1698
  msgid "No events scheduled for <strong>%s</strong>. Please try another day."
1699
  msgstr ""
1700
  "Δεν έχουν προγραμματιστεί εκδηλώσεις για <strong>%s</strong>. Δοκιμάστε άλλη "
1701
  "ημέρα."
1702
 
1703
+ #: ../lib/template-classes/month.php:112
1704
  #, php-format
1705
  msgid ""
1706
  "There were no results found for <strong>\"%s\"</strong> this month. Try "
1709
  "Δεν βρέθηκαν αποτελέσματα για <strong>\"%s\"</strong>αυτόν το μήνα. "
1710
  "Δοκιμάστε να ψάξετε στον επόμενο μήνα."
1711
 
1712
+ #: ../lib/template-classes/month.php:116
1713
+ #: ../lib/tribe-template-factory.class.php:230
1714
+ #: ../lib/tribe-template-factory.class.php:237
1715
  #, php-format
1716
  msgid ""
1717
  "No matching events listed under %s. Please try viewing the full calendar for "
1719
  msgstr ""
1720
  "Δεν υπάρχουν εκδηλώσεις που να ταιριάζουν στο %s. Δείτε το πλήρες ημερολόγιο."
1721
 
1722
+ #: ../lib/template-classes/month.php:119
1723
+ #: ../lib/tribe-template-factory.class.php:240
1724
  msgid "There were no results found."
1725
  msgstr "Δεν βρέθηκαν αποτελέσματα."
1726
 
1727
+ #: ../lib/template-classes/single-event.php:97
1728
  msgid "This event has passed."
1729
  msgstr "Η εκδήλωση αυτή έχει παρέλθει."
1730
 
1731
+ #: ../lib/the-events-calendar.class.php:572
1732
  msgid "month"
1733
  msgstr "month"
1734
 
1735
+ #: ../lib/the-events-calendar.class.php:573
1736
  msgid "upcoming"
1737
  msgstr "upcoming"
1738
 
1739
+ #: ../lib/the-events-calendar.class.php:574
1740
  msgid "past"
1741
  msgstr "past"
1742
 
1743
+ #: ../lib/the-events-calendar.class.php:575
1744
  msgid "day"
1745
  msgstr "day"
1746
 
1747
+ #: ../lib/the-events-calendar.class.php:576
1748
  msgid "today"
1749
  msgstr "today"
1750
 
1751
+ #: ../lib/the-events-calendar.class.php:594
 
 
 
 
1752
  #, php-format
1753
  msgid "Initializing Tribe Events on %s"
1754
  msgstr "Αρχικοποίηση των Tribe Events στο %s"
1755
 
1756
+ #: ../lib/the-events-calendar.class.php:702
1757
  #, php-format
1758
  msgid ""
1759
  "Your version of The Events Calendar is not up-to-date with one of your The "
1763
  "μία από τις επεκτάσεις του The Events Calendar. Παρακαλούμε %sαναβαθμίστε "
1764
  "τώρα.%s"
1765
 
1766
+ #: ../lib/the-events-calendar.class.php:719
1767
  #, php-format
1768
  msgid ""
1769
  "The following plugins are out of date: <b>%s</b>. All add-ons contain "
1775
  "συνδυαστούν με τη σωστή έκδοση. %s Θέλετε να συνδυάσετε μία παλαιότερη "
1776
  "έκδοση %s;"
1777
 
1778
+ #: ../lib/the-events-calendar.class.php:779
1779
+ #: ../lib/the-events-calendar.class.php:814
1780
+ #: ../lib/the-events-calendar.class.php:816
1781
  msgid "Licenses"
1782
  msgstr "Άδειες"
1783
 
1784
+ #: ../lib/the-events-calendar.class.php:783
1785
  #, php-format
1786
  msgid ""
1787
  "<p>The license key you received when completing your purchase from %s will "
1814
  "μεταβείτε στον <a href=\"%s\">Πίνακα Ελέγχου > Ενημερώσεις</a> και κάντε "
1815
  "κλικ στο \"Ελέγξτε Ξανά\".</p>"
1816
 
1817
+ #: ../lib/the-events-calendar.class.php:806
1818
  msgid "General"
1819
  msgstr "Γενικά"
1820
 
1821
+ #: ../lib/the-events-calendar.class.php:807
1822
  msgid "Display"
1823
  msgstr "Εμφάνιση"
1824
 
1825
+ #: ../lib/the-events-calendar.class.php:819
1826
+ #: ../lib/the-events-calendar.class.php:3968
1827
+ #: ../lib/the-events-calendar.class.php:4068
1828
  msgid "Help"
1829
  msgstr "Βοήθεια"
1830
 
1831
+ #: ../lib/the-events-calendar.class.php:858
1832
  #, php-format
1833
  msgid ""
1834
  "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade "
1837
  "Μας συγχωρείτε, το The Events Calendar απαιτεί WordPress έκδοσης %s ή "
1838
  "νεότερο. Παρακαλούμε αναβαθμίστε την εγκαταστασή σας."
1839
 
1840
+ #: ../lib/the-events-calendar.class.php:861
1841
  #, php-format
1842
  msgid ""
1843
  "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host "
1847
  "Επικοινωνήστε με τον Web hosting πάροχό σας για να μεταβείτε σε νεότερη "
1848
  "έκδοση της PHP."
1849
 
1850
+ #: ../lib/the-events-calendar.class.php:1038 ../lib/widget-list.class.php:148
1851
+ #: ../public/template-tags/loop.php:117
1852
  msgid "Upcoming Events"
1853
  msgstr "Προσεχείς Εκδηλώσεις"
1854
 
1855
+ #: ../lib/the-events-calendar.class.php:1041
1856
+ #: ../public/template-tags/loop.php:121
1857
  msgid "Past Events"
1858
  msgstr "Προηγούμενες Εκδηλώσεις"
1859
 
1860
+ #: ../lib/the-events-calendar.class.php:1046
1861
+ #: ../lib/the-events-calendar.class.php:1053
1862
+ #: ../public/template-tags/loop.php:126
1863
  #, php-format
1864
  msgid "Events for %s"
1865
  msgstr "Εκδηλώσεις %s"
1866
 
1867
+ #: ../lib/the-events-calendar.class.php:1048
1868
  msgid "Events this month"
1869
  msgstr "Εκδηλώσεις αυτόν τον μήνα"
1870
 
1871
+ #: ../lib/the-events-calendar.class.php:1316
 
 
 
 
1872
  msgid "category"
1873
  msgstr "category"
1874
 
1875
+ #: ../lib/the-events-calendar.class.php:1326
1876
  msgid "tag"
1877
  msgstr "tag"
1878
 
1879
+ #: ../lib/the-events-calendar.class.php:1354
1880
  msgid "Event"
1881
  msgstr "Εκδήλωση"
1882
 
1883
+ #: ../lib/the-events-calendar.class.php:1355
1884
+ #: ../lib/the-events-calendar.class.php:1368
1885
+ #: ../lib/the-events-calendar.class.php:1381
1886
  msgid "Add New"
1887
  msgstr "Προσθήκη Νέου"
1888
 
1889
+ #: ../lib/the-events-calendar.class.php:1356
1890
  msgid "Add New Event"
1891
  msgstr "Προσθήκη Νέας Εκδήλωσης"
1892
 
1893
+ #: ../lib/the-events-calendar.class.php:1357
1894
  msgid "Edit Event"
1895
  msgstr "Επεξεργασία Εκδήλωσης"
1896
 
1897
+ #: ../lib/the-events-calendar.class.php:1358
1898
  msgid "New Event"
1899
  msgstr "Νέα Εκδήλωση"
1900
 
1901
+ #: ../lib/the-events-calendar.class.php:1359
1902
  msgid "View Event"
1903
  msgstr "Προβολή Εκδήλωσης"
1904
 
1905
+ #: ../lib/the-events-calendar.class.php:1360
1906
  msgid "Search Events"
1907
  msgstr "Αναζήτηση Εκδηλώσεων"
1908
 
1909
+ #: ../lib/the-events-calendar.class.php:1361
1910
  msgid "No events found"
1911
  msgstr "Δεν βρέθηκε καμία εκδήλωση"
1912
 
1913
+ #: ../lib/the-events-calendar.class.php:1362
1914
  msgid "No events found in Trash"
1915
  msgstr "Δεν βρέθηκε καμία εκδήλωση στον Κάδο Ανακύκλωσης"
1916
 
1917
+ #: ../lib/the-events-calendar.class.php:1369
1918
+ #: ../lib/the-events-calendar.class.php:1382
1919
+ #, fuzzy, php-format
1920
+ msgid "Add New %s"
1921
+ msgstr "Προσθήκη Νέου"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1922
 
1923
  #: ../lib/the-events-calendar.class.php:1370
1924
+ #: ../lib/the-events-calendar.class.php:1383
1925
+ #, fuzzy, php-format
1926
+ msgid "Edit %s"
1927
+ msgstr "Επεξεργασία σε %s"
1928
 
1929
+ #: ../lib/the-events-calendar.class.php:1371
1930
+ #: ../lib/the-events-calendar.class.php:1384
1931
+ #, fuzzy, php-format
1932
+ msgid "New %s"
1933
+ msgstr "Νιου Τζέρσεϊ"
1934
+
1935
+ #
1936
  #: ../lib/the-events-calendar.class.php:1372
1937
+ #: ../lib/the-events-calendar.class.php:1385
1938
+ #, fuzzy, php-format
1939
+ msgid "View %s"
1940
+ msgstr "Προβολή ως"
1941
 
1942
  #: ../lib/the-events-calendar.class.php:1373
1943
+ #: ../lib/the-events-calendar.class.php:1386
1944
+ #, fuzzy, php-format
1945
+ msgid "Search %s"
1946
+ msgstr "Αναζήτηση"
1947
 
1948
  #: ../lib/the-events-calendar.class.php:1374
1949
+ #: ../lib/the-events-calendar.class.php:1387
1950
+ #, fuzzy, php-format
1951
+ msgid "No %s found"
1952
+ msgstr "Δεν βρέθηκε καμία εκδήλωση"
1953
 
 
1954
  #: ../lib/the-events-calendar.class.php:1375
1955
+ #: ../lib/the-events-calendar.class.php:1388
1956
+ #, fuzzy, php-format
1957
+ msgid "No %s found in Trash"
1958
+ msgstr "Δεν βρέθηκε καμία εκδήλωση στον Κάδο Ανακύκλωσης"
 
 
 
 
 
 
 
 
 
 
1959
 
1960
+ #: ../lib/the-events-calendar.class.php:1392
1961
+ #: ../lib/tribe-admin-events-list.class.php:174
1962
  msgid "Event Categories"
1963
  msgstr "Κατηγορίες Εκδηλώσεων"
1964
 
1965
+ #: ../lib/the-events-calendar.class.php:1394
1966
  msgid "Search Event Categories"
1967
  msgstr "Αναζήτηση Κατηγορίας Εκδήλωσης"
1968
 
1969
+ #: ../lib/the-events-calendar.class.php:1395
1970
  msgid "All Event Categories"
1971
  msgstr "Όλες οι Κατηγορίες Εκδηλώσεων"
1972
 
1973
+ #: ../lib/the-events-calendar.class.php:1396
1974
  msgid "Parent Event Category"
1975
  msgstr "Μητρική Κατηγορία Εκδήλωσης"
1976
 
1977
+ #: ../lib/the-events-calendar.class.php:1397
1978
  msgid "Parent Event Category:"
1979
  msgstr "Μητρική Κατηγορία Εκδήλωσης:"
1980
 
1981
+ #: ../lib/the-events-calendar.class.php:1398
1982
  msgid "Edit Event Category"
1983
  msgstr "Επεξεργασία Κατηγορίας Εκδήλωσης"
1984
 
1985
+ #: ../lib/the-events-calendar.class.php:1399
1986
  msgid "Update Event Category"
1987
  msgstr "Ενημέρωση Κατηγορίας Εκδήλωσης"
1988
 
1989
+ #: ../lib/the-events-calendar.class.php:1400
1990
  msgid "Add New Event Category"
1991
  msgstr "Προσθήκη Νέας Κατηγορίας Εκδήλωσης"
1992
 
1993
+ #: ../lib/the-events-calendar.class.php:1401
1994
  msgid "New Event Category Name"
1995
  msgstr "Όνομα Νέας Κατηγορίας Εκδήλωσης"
1996
 
1997
+ #: ../lib/the-events-calendar.class.php:1417
1998
  #, php-format
1999
  msgid "Event updated. <a href=\"%s\">View event</a>"
2000
  msgstr "Η εκδήλωση ενημερώθηκε. <a href=\"%s\">Προβολή εκδήλωσης</a>"
2001
 
2002
+ #: ../lib/the-events-calendar.class.php:1418
2003
+ #: ../lib/the-events-calendar.class.php:1435
2004
+ #: ../lib/the-events-calendar.class.php:1452
2005
  msgid "Custom field updated."
2006
  msgstr "Το προσαρμοσμένο πεδίο ενημερώθηκε."
2007
 
2008
+ #: ../lib/the-events-calendar.class.php:1419
2009
+ #: ../lib/the-events-calendar.class.php:1436
2010
+ #: ../lib/the-events-calendar.class.php:1453
2011
  msgid "Custom field deleted."
2012
  msgstr "Το προσαρμοσμένο πεδίο διαγράφηκε."
2013
 
2014
+ #: ../lib/the-events-calendar.class.php:1420
2015
  msgid "Event updated."
2016
  msgstr "Η εκδήλωση ενημερώθηκε."
2017
 
2018
+ #: ../lib/the-events-calendar.class.php:1422
2019
  #, php-format
2020
  msgid "Event restored to revision from %s"
2021
  msgstr "Η εκδήλωση αποκαταστάθηκε στην αναθεώρηση από %s"
2022
 
2023
+ #: ../lib/the-events-calendar.class.php:1423
2024
  #, php-format
2025
  msgid "Event published. <a href=\"%s\">View event</a>"
2026
  msgstr "Η εκδήλωση δημοσιεύθηκε. <a href=\"%s\">Προβολή εκδήλωσης</a>"
2027
 
2028
+ #: ../lib/the-events-calendar.class.php:1424
2029
  msgid "Event saved."
2030
  msgstr "Η εκδήλωση αποθηκεύθηκε."
2031
 
2032
+ #: ../lib/the-events-calendar.class.php:1425
2033
  #, php-format
2034
  msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2035
  msgstr ""
2036
  "Η εκδήλωση υποβλήθηκε. <a target=\"_blank\" href=\"%s\">Προεπισκόπηση "
2037
  "εκδήλωσης</a>"
2038
 
2039
+ #: ../lib/the-events-calendar.class.php:1426
2040
  #, php-format
2041
  msgid ""
2042
  "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
2045
  "Η εκδήλωση έχει προγραμματιστεί για: <strong>%1$s</strong>. <a target="
2046
  "\"_blank\" href=\"%2$s\">Προεπισκόπηση εκδήλωσης</a>"
2047
 
2048
+ #: ../lib/the-events-calendar.class.php:1428
2049
+ #: ../lib/the-events-calendar.class.php:1445
2050
+ #: ../lib/the-events-calendar.class.php:1462
2051
  msgid "M j, Y @ G:i"
2052
  msgstr "M j, Y @ G:i"
2053
 
2054
+ #: ../lib/the-events-calendar.class.php:1429
2055
  #, php-format
2056
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2057
  msgstr ""
2058
  "Το προσχέδιο της εκδήλωσης τροποποιήθηκε. <a target=\"_blank\" href=\"%s"
2059
  "\">Προεπισκόπηση εκδήλωσης</a>"
2060
 
2061
+ #: ../lib/the-events-calendar.class.php:1434
2062
+ #: ../lib/the-events-calendar.class.php:1437
2063
+ #: ../lib/the-events-calendar.class.php:1451
2064
+ #: ../lib/the-events-calendar.class.php:1454
2065
+ #, fuzzy, php-format
2066
+ msgid "%s updated."
2067
+ msgstr "Η εκδήλωση ενημερώθηκε."
2068
 
2069
+ #: ../lib/the-events-calendar.class.php:1439
2070
+ #: ../lib/the-events-calendar.class.php:1456
2071
+ #, fuzzy, php-format
2072
+ msgid "%s restored to revision from %s"
2073
+ msgstr "Η εκδήλωση αποκαταστάθηκε στην αναθεώρηση από %s"
2074
 
2075
+ #: ../lib/the-events-calendar.class.php:1440
2076
+ #: ../lib/the-events-calendar.class.php:1457
2077
+ #, fuzzy, php-format
2078
+ msgid "%s published."
2079
  msgstr "Ο χώρος διεξαγωγής δημοσιεύτηκε."
2080
 
2081
+ #
2082
+ #: ../lib/the-events-calendar.class.php:1441
2083
+ #: ../lib/the-events-calendar.class.php:1458
2084
+ #, fuzzy, php-format
2085
+ msgid "%s saved."
2086
+ msgstr "Οι ρυθμίσεις αποθηκεύθηκαν."
2087
 
2088
+ #: ../lib/the-events-calendar.class.php:1442
2089
+ #: ../lib/the-events-calendar.class.php:1459
2090
+ #, fuzzy, php-format
2091
+ msgid "%s submitted."
2092
  msgstr "Ο χώρος διεξαγωγής καταχωρήθηκε."
2093
 
2094
+ #: ../lib/the-events-calendar.class.php:1443
2095
+ #: ../lib/the-events-calendar.class.php:1460
2096
+ #, fuzzy, php-format
2097
+ msgid "%s scheduled for: <strong>%2$s</strong>."
2098
  msgstr "Ο χώρος διεξαγωγής προγραμματίστηκε για: <strong>%1$s</strong>."
2099
 
 
 
 
 
 
 
 
 
 
2100
  #: ../lib/the-events-calendar.class.php:1446
2101
+ #: ../lib/the-events-calendar.class.php:1463
2102
+ #, fuzzy, php-format
2103
+ msgid "%s draft updated."
2104
+ msgstr "Το προσχέδιο του χώρου διεξαγωγής ανανεώθηκε."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2105
 
2106
+ #: ../lib/the-events-calendar.class.php:1479
2107
+ #: ../lib/the-events-calendar.class.php:1480
2108
+ #, fuzzy
2109
+ msgid "Add New "
2110
+ msgstr "Προσθήκη Νέου"
2111
 
2112
+ #: ../lib/the-events-calendar.class.php:1499
2113
+ #, fuzzy
2114
+ msgid "Use Saved "
2115
  msgstr "Χρήση Αποθηκευμένου Χώρου Διεξαγωγής:"
2116
 
2117
+ #: ../lib/the-events-calendar.class.php:1522
2118
+ #, fuzzy, php-format
2119
+ msgid "Use Saved %s:"
2120
+ msgstr "Χρήση Αποθηκευμένου Χώρου Διεξαγωγής:"
2121
 
2122
+ #: ../lib/the-events-calendar.class.php:1561
2123
+ #, fuzzy
2124
+ msgid "Use New "
2125
  msgstr "Χρήση Νέου Χώρου Διεξαγωγής"
2126
 
2127
+ #: ../lib/the-events-calendar.class.php:1563
2128
+ #: ../lib/the-events-calendar.class.php:1619
2129
+ #, php-format
2130
+ msgid "My %s"
2131
+ msgstr ""
2132
 
2133
  #
2134
+ #: ../lib/the-events-calendar.class.php:1568
2135
+ #: ../lib/the-events-calendar.class.php:1624
2136
+ #, fuzzy, php-format
2137
+ msgid "Available %s"
2138
  msgstr "Διαθέσιμοι Χώροι Διεξαγωγής"
2139
 
2140
  #
2141
+ #: ../lib/the-events-calendar.class.php:1579
2142
+ #: ../lib/the-events-calendar.class.php:1635
2143
+ #, fuzzy, php-format
2144
+ msgid "No saved %s exists."
2145
  msgstr "Δεν υπάρχουν αποθηκευμένοι χώροι διεξαγωγής."
2146
 
 
 
 
 
 
 
 
 
 
 
2147
  #: ../lib/the-events-calendar.class.php:1617
2148
+ #, fuzzy, php-format
2149
+ msgid "Use New %s"
2150
+ msgstr "Χρήση Νέου Χώρου Διεξαγωγής"
 
 
 
 
2151
 
2152
+ #: ../lib/the-events-calendar.class.php:1776
2153
  msgid "Next"
2154
  msgstr "Επόμενο"
2155
 
2156
+ #: ../lib/the-events-calendar.class.php:1777
2157
  msgid "Prev"
2158
  msgstr "Προηγούμενο"
2159
 
2160
+ #: ../lib/the-events-calendar.class.php:1778
2161
+ #: ../public/template-tags/day.php:92
2162
  msgid "Today"
2163
  msgstr "Σήμερα"
2164
 
2165
+ #: ../lib/the-events-calendar.class.php:1779
2166
  msgid "Done"
2167
  msgstr "Τέλος"
2168
 
2169
+ #: ../lib/the-events-calendar.class.php:1990
2170
  msgid "Network"
2171
  msgstr "Δίκτυο"
2172
 
2173
+ #: ../lib/the-events-calendar.class.php:3511
2174
+ #: ../lib/the-events-calendar.class.php:3539
2175
+ #: ../public/template-tags/day.php:140 ../public/template-tags/day.php:159
2176
  msgid "Date out of range."
2177
  msgstr "Ημερομήνια εκτός ορίων."
2178
 
2179
+ #: ../lib/the-events-calendar.class.php:3563
2180
  msgid "Event Options"
2181
  msgstr "Επιλογές Εκδήλωσης"
2182
 
2183
+ #: ../lib/the-events-calendar.class.php:3565
2184
+ #: ../lib/the-events-calendar.class.php:3570
2185
+ #, fuzzy
2186
+ msgid " Information"
2187
  msgstr "Πληροφορίες Χώρου Διεξαγωγής"
2188
 
2189
+ #: ../lib/the-events-calendar.class.php:3734
 
 
 
 
2190
  msgid "Support"
2191
  msgstr "Υποστήριξη"
2192
 
2193
+ #: ../lib/the-events-calendar.class.php:3737
2194
  msgid "View All Add-Ons"
2195
  msgstr "Προβολή όλων των Επεκτάσεων"
2196
 
2197
  #
2198
+ #: ../lib/the-events-calendar.class.php:3754
2199
  msgid "News from Modern Tribe"
2200
  msgstr "Νέα από την Modern Tribe"
2201
 
2202
+ #: ../lib/the-events-calendar.class.php:3835
2203
  msgid "Additional Functionality"
2204
  msgstr "Πρόσθετη Λειτουργικότητα"
2205
 
2206
+ #: ../lib/the-events-calendar.class.php:3840
2207
  msgid ""
2208
  "Looking for additional functionality including recurring events, ticket "
2209
  "sales, publicly submitted events, new views and more?"
2212
  "πωλήσεις εισιτηρίων, δημοσίως καταχωρημένες εκδηλώσεις, νέες εμφανίσεις και "
2213
  "άλλα;"
2214
 
2215
+ #: ../lib/the-events-calendar.class.php:3840
2216
  #, php-format
2217
  msgid "Check out the <a href=\"%s\">available add-ons</a>."
2218
  msgstr "Ελέγξτε τις <a href=\"%s\">διαθέσιμες επεκτάσεις</a>."
2219
 
2220
  #
2221
+ #: ../lib/the-events-calendar.class.php:3911
2222
+ #: ../lib/the-events-calendar.class.php:4012
2223
  msgid "View Calendar"
2224
  msgstr "Προβολή Ημερολογίου"
2225
 
2226
  #
2227
+ #: ../lib/the-events-calendar.class.php:3919
2228
  msgid "Add Event"
2229
  msgstr "Προσθήκη Εκδήλωσης"
2230
 
2231
  #
2232
+ #: ../lib/the-events-calendar.class.php:3928
2233
  msgid "Edit Events"
2234
  msgstr "Επεξεργασία Εκδήλωσης"
2235
 
2236
+ #: ../lib/the-events-calendar.class.php:3939
2237
  msgid "Import"
2238
  msgstr "Εισαγωγή"
2239
 
2240
+ #: ../lib/the-events-calendar.class.php:3945
2241
  msgid "CSV"
2242
  msgstr "CSV"
2243
 
2244
+ #: ../lib/the-events-calendar.class.php:3957
2245
+ #: ../lib/the-events-calendar.class.php:4053
2246
+ #: ../lib/tribe-settings.class.php:155
2247
  msgid "Settings"
2248
  msgstr "Ρυθμίσεις"
2249
 
2250
+ #: ../lib/the-events-calendar.class.php:3986
2251
  #, php-format
2252
  msgid ""
2253
  "Welcome to The Events Calendar! Your events calendar can be found at %s. To "
2257
  "στο %s. Για να αλλάξετε το slug των εκδηλώσεων, επισκεφθείτε τις "
2258
  "%sΕκδηλώσεις -> Ρυθμίσεις%s."
2259
 
2260
+ #: ../lib/the-events-calendar.class.php:4054
2261
  msgid "Calendar"
2262
  msgstr "Ημερολόγιο"
2263
 
2264
+ #: ../lib/the-events-calendar.class.php:4129
2265
  msgid "List"
2266
  msgstr "Λίστα"
2267
 
2268
  #
2269
+ #: ../lib/the-events-calendar.class.php:4140
2270
  msgid "Month"
2271
  msgstr "Μήνας"
2272
 
2273
+ #: ../lib/the-events-calendar.class.php:4152
2274
  msgid "Day"
2275
  msgstr "Ημέρα"
2276
 
2277
+ #: ../lib/the-events-calendar.class.php:4173
2278
+ #: ../lib/the-events-calendar.class.php:4175
2279
  msgid "Search"
2280
  msgstr "Αναζήτηση"
2281
 
2282
  #
2283
+ #: ../lib/the-events-calendar.class.php:4197
2284
+ #: ../lib/the-events-calendar.class.php:4212
2285
  msgid "Date"
2286
  msgstr "Ημερομηνία"
2287
 
2288
  #
2289
+ #: ../lib/the-events-calendar.class.php:4200
2290
  msgid "Events In"
2291
  msgstr "Εκδηλώσεις Στις "
2292
 
2293
  #
2294
+ #: ../lib/the-events-calendar.class.php:4202
2295
  msgid "Events From"
2296
  msgstr "Εκδηλώσεις Από"
2297
 
2298
+ #: ../lib/the-events-calendar.class.php:4204
2299
  msgid "Day Of"
2300
  msgstr "Ημέρα Της"
2301
 
2302
+ #: ../lib/tickets/tribe-tickets-attendees.php:64
 
 
 
 
 
 
 
 
2303
  msgid "Order #"
2304
  msgstr "Παραγγελία #"
2305
 
2306
+ #: ../lib/tickets/tribe-tickets-attendees.php:65
2307
  msgid "Order Status"
2308
  msgstr "Κατάσταση Παραγγελίας"
2309
 
2310
+ #: ../lib/tickets/tribe-tickets-attendees.php:66
2311
  msgid "Purchaser name"
2312
  msgstr "Όνομα αγοραστή"
2313
 
2314
+ #: ../lib/tickets/tribe-tickets-attendees.php:67
2315
  msgid "Purchaser email"
2316
  msgstr "Εmail αγοραστή"
2317
 
2318
+ #: ../lib/tickets/tribe-tickets-attendees.php:68
2319
  msgid "Ticket type"
2320
  msgstr "Τύπος εισιτηρίου"
2321
 
2322
+ #: ../lib/tickets/tribe-tickets-attendees.php:69
2323
+ #: ../views/tickets/email.php:314
2324
  msgid "Ticket #"
2325
  msgstr "Εισιτήριο #"
2326
 
2327
+ #: ../lib/tickets/tribe-tickets-attendees.php:70
2328
+ #: ../views/tickets/email.php:326
2329
  msgid "Security Code"
2330
  msgstr "Κωδικός Ασφαλείας"
2331
 
2332
+ #: ../lib/tickets/tribe-tickets-attendees.php:71
2333
+ #: ../lib/tickets/tribe-tickets-attendees.php:156
2334
+ #: ../lib/tickets/tribe-tickets-attendees.php:213
2335
  msgid "Check in"
2336
  msgstr "Άφιξη"
2337
 
2338
+ #: ../lib/tickets/tribe-tickets-attendees.php:157
2339
+ #: ../lib/tickets/tribe-tickets-attendees.php:214
2340
  msgid "Undo Check in"
2341
  msgstr "Αναίρεση Άφιξης"
2342
 
2343
+ #: ../lib/tickets/tribe-tickets-attendees.php:191
2344
  msgid "Print"
2345
  msgstr "Εκτύπωση"
2346
 
2347
  #
2348
+ #: ../lib/tickets/tribe-tickets-attendees.php:192
2349
  msgid "Email"
2350
  msgstr "Email"
2351
 
2352
+ #: ../lib/tickets/tribe-tickets-attendees.php:193
2353
+ #: ../lib/tribe-ical.class.php:111
2354
  msgid "Export"
2355
  msgstr "Εξαγωγή"
2356
 
2357
+ #: ../lib/tickets/tribe-tickets-attendees.php:199
2358
  msgid "Filter by ticket #, order # or security code"
2359
  msgstr "Φιλτράρισμα κατά αρ. εισιτηρίου, αρ. παραγγελίας ή κωδικό ασφαλείας"
2360
 
2415
  msgid "Your ticket has been deleted."
2416
  msgstr "Το εισιτήριό σας έχει διαγραφεί."
2417
 
2418
+ #: ../lib/tribe-admin-events-list.class.php:179
2419
  msgid "Start Date"
2420
  msgstr "Ημερομηνία Έναρξης"
2421
 
2422
+ #: ../lib/tribe-admin-events-list.class.php:180
2423
  msgid "End Date"
2424
  msgstr "Ημερομηνία Λήξης"
2425
 
2426
+ #: ../lib/tribe-admin-events-list.class.php:250
2427
  #, php-format
2428
  msgid "All %s"
2429
  msgstr "Όλα %s"
2434
  msgid "Event Add-Ons"
2435
  msgstr "Πρόσθετα Εκδηλώσεων"
2436
 
2437
+ #: ../lib/tribe-debug-bar.class.php:28
2438
  msgid "Tribe"
2439
  msgstr "Tribe"
2440
 
2444
  msgstr "Ανώνυμος Χώρος Διεξαγωγής"
2445
 
2446
  #: ../lib/tribe-event-api.class.php:375 ../lib/tribe-view-helpers.class.php:44
2447
+ #: ../public/template-tags/venue.php:249
2448
  msgid "United States"
2449
  msgstr "Ηνωμένες Πολιτείες"
2450
 
2453
  msgid "Error"
2454
  msgstr "Σφάλμα"
2455
 
2456
+ #: ../lib/tribe-field.class.php:176
2457
  msgid "Invalid field type specified"
2458
  msgstr "Ορίστηκε μη έγκυρος τύπος πεδίου"
2459
 
2460
+ #: ../lib/tribe-field.class.php:414
2461
  msgid "No radio options specified"
2462
  msgstr "Δεν ορίστηκαν επιλογές κουμπιών"
2463
 
2464
+ #: ../lib/tribe-field.class.php:449
2465
  msgid "No checkbox options specified"
2466
  msgstr "Δεν ορίστηκαν επιλογές κουτιών"
2467
 
2468
+ #: ../lib/tribe-field.class.php:500
2469
  msgid "No select options specified"
2470
  msgstr "Δεν ορίστηκαν επιλογές του select"
2471
 
2479
  msgid "%1$s %2$s iCal Feed"
2480
  msgstr "%1$s %2$s iCal Τροφοδοσία"
2481
 
2482
+ #: ../lib/tribe-ical.class.php:74
2483
  msgid "Add to Google Calendar"
2484
  msgstr "Προσθήκη στο Ημερολόγιο Google"
2485
 
2486
  #
2487
+ #: ../lib/tribe-ical.class.php:74
2488
  msgid "Google Calendar"
2489
  msgstr "Ημερολόγιο Google "
2490
 
2491
+ #: ../lib/tribe-ical.class.php:75
2492
+ msgid "Download .ics file"
2493
+ msgstr ""
2494
+
2495
+ #: ../lib/tribe-ical.class.php:75
2496
+ #, fuzzy
2497
+ msgid "iCal Export"
2498
  msgstr "Εισαγωγή iCal"
2499
 
2500
  #
2501
+ #: ../lib/tribe-ical.class.php:98
2502
  msgid "Month's Events"
2503
  msgstr "Εκδηλώσεις μήνα"
2504
 
2505
+ #: ../lib/tribe-ical.class.php:101
2506
  msgid "Week's Events"
2507
  msgstr "Εκδηλώσεις εβδομάδας"
2508
 
2509
+ #: ../lib/tribe-ical.class.php:104
2510
  msgid "Day's Events"
2511
  msgstr "Εκδηλώσεις ημέρας"
2512
 
2513
  #
2514
+ #: ../lib/tribe-ical.class.php:107
2515
  msgid "Listed Events"
2516
  msgstr "Καταχωρημένες Εκδηλώσεις"
2517
 
2518
+ #: ../lib/tribe-ical.class.php:112
2519
+ msgid ""
2520
+ "Use this to share calendar data with Google Calendar, Apple iCal and other "
2521
+ "compatible apps"
2522
+ msgstr ""
2523
 
2524
  #
2525
+ #: ../lib/tribe-settings-tab.class.php:204
2526
  msgid "There are no fields setup for this tab yet."
2527
  msgstr "Δεν έχουν ρυθμιστεί ακόμα πεδία γι' αυτήν την καρτέλα."
2528
 
2529
  #
2530
+ #: ../lib/tribe-settings.class.php:155 ../lib/tribe-settings.class.php:165
2531
  msgid "The Events Calendar Settings"
2532
  msgstr "Ρυθμίσεις του The Events Calendar"
2533
 
2534
  #
2535
+ #: ../lib/tribe-settings.class.php:165
2536
  msgid "Events Settings"
2537
  msgstr "Ρυθμίσεις Εκδηλώσεων"
2538
 
2539
+ #: ../lib/tribe-settings.class.php:210
2540
  #, php-format
2541
  msgid "%s Settings"
2542
  msgstr "%s Ρυθμίσεις"
2543
 
2544
+ #: ../lib/tribe-settings.class.php:224
2545
  msgid "You've requested a non-existent tab."
2546
  msgstr "Έχετε ζητήσει μία ανύπαρκτη καρτέλα."
2547
 
2548
  #
2549
+ #: ../lib/tribe-settings.class.php:232
2550
  msgid " Save Changes"
2551
  msgstr " Αποθήκευση Αλλαγών"
2552
 
2553
+ #: ../lib/tribe-settings.class.php:280
2554
  msgid "You don't have permission to do that."
2555
  msgstr "Δεν έχετε άδεια να το κάνετε αυτό."
2556
 
2557
+ #: ../lib/tribe-settings.class.php:286
2558
  msgid "The request was sent insecurely."
2559
  msgstr "Το αίτημα στάλθηκε με μη ασφαλή τρόπο."
2560
 
2561
+ #: ../lib/tribe-settings.class.php:292
2562
  msgid "The request wasn't sent from this tab."
2563
  msgstr "Η αίτηση δεν στάλθηκε από αυτήν την καρτέλα."
2564
 
2565
+ #: ../lib/tribe-settings.class.php:453
2566
  msgid "Your form had the following errors:"
2567
  msgstr "Η φόρμα σας είχε τα ακόλουθα σφάλματα:"
2568
 
2569
+ #: ../lib/tribe-settings.class.php:462
2570
  msgid "None of your settings were saved. Please try again."
2571
  msgstr ""
2572
  "Καμία από τις ρυθμίσεις σας δεν αποθηκεύτηκε. Παρακαλούμε δοκιμάστε ξανά."
2573
 
2574
+ #: ../lib/tribe-settings.class.php:462
2575
  msgid ""
2576
  "The above setting was not saved. Other settings were successfully saved."
2577
  msgid_plural ""
2584
  "επιτυχία."
2585
 
2586
  #
2587
+ #: ../lib/tribe-settings.class.php:484
2588
  msgid "Settings saved."
2589
  msgstr "Οι ρυθμίσεις αποθηκεύθηκαν."
2590
 
2613
  msgid "System Information"
2614
  msgstr "Πληροφορίες Συστήματος"
2615
 
2616
+ #: ../lib/tribe-template-factory.class.php:221
2617
  #, php-format
2618
  msgid "There were no results found for <strong>\"%s\"</strong>."
2619
  msgstr "Δεν βρέθηκαν αποτελέσματα για <strong>\"%s\"</strong>."
2620
 
2621
+ #: ../lib/tribe-template-factory.class.php:224
2622
  #, php-format
2623
  msgid "No results were found for events in or near <strong>\"%s\"</strong>."
2624
  msgstr ""
2625
  "Δεν βρέθηκαν αποτελέσματα για εκδηλώσεις στο ή κοντά στο <strong>\"%s\"</"
2626
  "strong>."
2627
 
2628
+ #: ../lib/tribe-template-factory.class.php:227
2629
  #, php-format
2630
  msgid ""
2631
  "No upcoming events listed under %s. Check out upcoming events for this "
2635
  "αυτή την κατηγορία ή δείτε το πλήρες ημερολόγιο."
2636
 
2637
  #
2638
+ #: ../lib/tribe-template-factory.class.php:233
2639
  msgid "No previous events "
2640
  msgstr "Δεν υπάρχουν προηγούμενες εκδηλώσεις "
2641
 
2642
+ #: ../lib/tribe-templates.class.php:568
2643
  #, php-format
2644
  msgid "Template overrides should be moved to the correct subdirectory: %s"
2645
  msgstr ""
2646
  "Οι παρακάμψεις λόγω template θα πρέπει να μετακινηθούν στον σωστό "
2647
  "υποκατάλογο: %s"
2648
 
2649
+ #: ../lib/tribe-templates.class.php:609
2650
  #, php-format
2651
  msgid ""
2652
  "Template overrides should be moved to the correct subdirectory: "
2714
  msgid "Install has 1 or more legacy event!"
2715
  msgstr "Η εγκατάσταση έχει 1 ή περισσότερες παλαιού τύπου εκδηλώσεις!"
2716
 
2717
+ #: ../lib/tribe-validate.class.php:73 ../lib/tribe-validate.class.php:111
2718
  msgid "Invalid or incomplete field passed"
2719
  msgstr "Άκυρο ή ελλιπές πεδίο"
2720
 
2721
+ #: ../lib/tribe-validate.class.php:74 ../lib/tribe-validate.class.php:106
2722
+ #: ../lib/tribe-validate.class.php:112
2723
  msgid "Field ID:"
2724
  msgstr "Κωδ. Πεδίου:"
2725
 
2726
+ #: ../lib/tribe-validate.class.php:105
2727
  msgid "Non-existant field validation function passed"
2728
  msgstr "Ανύπαρκτο πεδίο λειτουργίας επικύρωσης"
2729
 
2730
+ #: ../lib/tribe-validate.class.php:106
2731
  msgctxt "non-existant function name passed for field validation"
2732
  msgid "with function name:"
2733
  msgstr "με όνομα συνάρτησης:"
2734
 
2735
+ #: ../lib/tribe-validate.class.php:129 ../lib/tribe-validate.class.php:145
2736
  #, php-format
2737
  msgid "%s must contain numbers and letters only"
2738
  msgstr "%s πρέπει να περιέχει μόνο αριθμούς και γράμματα"
2739
 
2740
+ #: ../lib/tribe-validate.class.php:161
2741
  #, php-format
2742
  msgid "%s must contain numbers, letters and dots only"
2743
  msgstr "%s πρέπει να περιέχει μόνο αριθμούς, γράμματα και τελείες"
2744
 
2745
+ #: ../lib/tribe-validate.class.php:175
2746
  #, php-format
2747
  msgid "%s must be a positive number."
2748
  msgstr "%s πρέπει να είναι ένας θετικός αριθμός."
2749
 
2750
+ #: ../lib/tribe-validate.class.php:190
2751
  #, php-format
2752
  msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
2753
  msgstr ""
2754
  "%s πρέπει να είναι ένα έγκυρο slug (αριθμοί, γράμματα, παύλες, και κάτω "
2755
  "παύλες)."
2756
 
2757
+ #: ../lib/tribe-validate.class.php:205
2758
  #, php-format
2759
  msgid "%s must be a valid absolute URL."
2760
  msgstr "%s πρέπει να είναι έγκυρη απόλυτη διεύθυνση URL."
2761
 
2762
+ #: ../lib/tribe-validate.class.php:221 ../lib/tribe-validate.class.php:238
2763
+ #: ../lib/tribe-validate.class.php:257
2764
  #, php-format
2765
  msgid "%s must have a value that's part of its options."
2766
  msgstr "%s πρέπει να έχει μια τιμή που να είναι μέρος των επιλογών του."
2767
 
2768
+ #: ../lib/tribe-validate.class.php:271
2769
  #, php-format
2770
  msgid ""
2771
  "Comparison validation failed because no comparison value was provided, for "
2774
  "Η σύγκριση επικύρωσης απέτυχε διότι δεν παρασχέθηκε αξία σύγκρισης για το "
2775
  "πεδίο %s"
2776
 
2777
+ #: ../lib/tribe-validate.class.php:278
2778
  #, php-format
2779
  msgid "%s cannot be the same as %s."
2780
  msgstr "%s δεν μπορεί να είναι το ίδιο με %s."
2781
 
2782
+ #: ../lib/tribe-validate.class.php:280
2783
  #, php-format
2784
  msgid "%s cannot be a duplicate"
2785
  msgstr "%s δεν μπορεί να είναι ένα διπλότυπο"
2786
 
2787
+ #: ../lib/tribe-validate.class.php:296
2788
  #, php-format
2789
  msgid "%s must be a number or percentage."
2790
  msgstr "%s πρέπει να είναι αριθμός ή ποσοστό."
2791
 
2792
+ #: ../lib/tribe-validate.class.php:350
2793
  #, php-format
2794
  msgid "%s must be a number between 0 and 21."
2795
  msgstr "%s πρέπει να είναι ένας αριθμός μεταξύ 0 και 21."
2796
 
2797
+ #: ../lib/tribe-validate.class.php:366
2798
  #, php-format
2799
  msgid ""
2800
  "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
2802
  "% s πρέπει να αποτελείται μόνο από γράμματα, αριθμούς, παύλες, αποστρόφους "
2803
  "και κενά διαστήματα."
2804
 
2805
+ #: ../lib/tribe-validate.class.php:382
2806
  #, php-format
2807
  msgid "%s must consist of letters, spaces, apostrophes, and dashes."
2808
  msgstr ""
2809
  "%s πρέπει να αποτελείται από γράμματα, κενά διαστήματα, αποστρόφους και "
2810
  "παύλες."
2811
 
2812
+ #: ../lib/tribe-validate.class.php:396
2813
  #, php-format
2814
  msgid "%s must consist of 5 numbers."
2815
  msgstr "%s πρέπει να αποτελείται από 5 αριθμούς."
2816
 
2817
+ #: ../lib/tribe-validate.class.php:410
2818
  #, php-format
2819
  msgid "%s must be a phone number."
2820
  msgstr "%s πρέπει να είναι ένας αριθμός τηλεφώνου."
2821
 
2822
+ #: ../lib/tribe-validate.class.php:426
2823
  msgid ""
2824
  "Country List must be formatted as one country per line in the following "
2825
  "format: <br>US, United States <br> UK, United Kingdom."
4001
 
4002
  #: ../public/advanced-functions/meta.php:39
4003
  #: ../public/advanced-functions/meta.php:65
4004
+ #: ../views/modules/meta/details.php:36 ../views/modules/meta/details.php:55
4005
  msgid "Start:"
4006
  msgstr "Αρχή:"
4007
 
4008
  #: ../public/advanced-functions/meta.php:46
4009
  #: ../public/advanced-functions/meta.php:72
4010
+ #: ../views/modules/meta/details.php:39 ../views/modules/meta/details.php:58
4011
  msgid "End:"
4012
  msgstr "Τέλος:"
4013
 
4014
  #
4015
  #: ../public/advanced-functions/meta.php:55
4016
  #: ../public/advanced-functions/meta.php:81
4017
+ #: ../views/modules/meta/details.php:47 ../views/modules/meta/details.php:66
4018
  msgid "Date:"
4019
  msgstr "Ημερομηνία:"
4020
 
4021
  #: ../public/advanced-functions/meta.php:90
4022
  #: ../public/advanced-functions/meta.php:99
4023
+ #: ../views/modules/meta/details.php:69
4024
  msgid "Time:"
4025
  msgstr "Ώρα:"
4026
 
4027
  #: ../public/advanced-functions/meta.php:283
4028
+ #: ../public/template-tags/google-map.php:38
4029
  msgid "Click to view a Google Map"
4030
  msgstr "Κάντε κλικ για να δείτε ένα χάρτη Google"
4031
 
4032
  #
4033
  #: ../public/advanced-functions/meta.php:284
4034
+ #: ../public/template-tags/google-map.php:39
4035
  msgid "+ Google Map"
4036
  msgstr "+ Χάρτης Google "
4037
 
4038
  #: ../public/advanced-functions/meta.php:295
4039
+ #: ../views/modules/meta/details.php:13
4040
  msgid "Details"
4041
  msgstr "Λεπτομέρειες"
4042
 
4043
  #
4044
  #: ../public/advanced-functions/meta.php:346
4045
+ #: ../views/modules/meta/details.php:97
4046
  msgid "Event Tags:"
4047
  msgstr "Ετικέτες Εκδήλωσης:"
4048
 
4050
  msgid "Origin:"
4051
  msgstr "Προέλευση:"
4052
 
4053
+ #: ../public/advanced-functions/meta.php:382
4054
+ msgid "Venue"
4055
+ msgstr "Χώρος Διεξαγωγής"
4056
+
4057
+ #: ../public/advanced-functions/meta.php:444
4058
+ msgid "Organizer"
4059
+ msgstr "Διοργανωτής"
4060
+
4061
  #
4062
  #: ../public/advanced-functions/meta.php:509
4063
  msgid "Event:"
4064
  msgstr "Εκδήλωση:"
4065
 
4066
+ #: ../public/template-tags/day.php:94
4067
+ msgid "<span>&laquo;</span> Previous Day"
4068
+ msgstr "<span>&laquo;</span> Προηγούμενη Ημέρα"
4069
+
4070
+ #: ../public/template-tags/day.php:96
4071
+ msgid "Next Day <span>&raquo;</span>"
4072
+ msgstr "Επόμενη Ημέρα <span>&raquo;</span>"
4073
+
4074
+ #: ../public/template-tags/day.php:98
4075
+ msgid "Yesterday"
4076
+ msgstr "Εχτές"
4077
+
4078
+ #: ../public/template-tags/day.php:100
4079
+ msgid "Tomorrow"
4080
+ msgstr "Αύριο"
4081
+
4082
  #
4083
  #: ../public/template-tags/deprecated.php:1156
4084
  msgid "Category"
4085
  msgstr "Κατηγορία"
4086
 
4087
+ #: ../public/template-tags/general.php:297
4088
  msgid "Tags:"
4089
  msgstr "Ετικέτες:"
4090
 
4091
  #
4092
+ #: ../public/template-tags/general.php:393
4093
  msgid "Loading Events"
4094
  msgstr "Φόρτωση Εκδηλώσεων"
4095
 
4096
+ #: ../public/template-tags/general.php:573
4097
  msgid "Free"
4098
  msgstr "Δωρεάν"
4099
 
4100
+ #: ../public/template-tags/general.php:1161
4101
  #, php-format
4102
  msgid "Calendar powered by %sThe Events Calendar%s"
4103
  msgstr "Το ημερολόγιο λειτουργεί με %sThe Events Calendar%s"
4104
 
4105
+ #: ../public/template-tags/loop.php:133
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4106
  msgid "Events for"
4107
  msgstr "Εκδηλώσεις"
4108
 
4109
+ #: ../public/template-tags/options.php:18
4110
  #, php-format
4111
  msgid "Your current Events URL is %s"
4112
  msgstr "Η τρέχουσα διεύθυνση URL των εκδηλώσεών σας είναι %s"
4113
 
4114
+ #: ../public/template-tags/options.php:27
4115
  #, php-format
4116
  msgid ""
4117
  "You <strong>cannot</strong> use the same slug as above. The above should "
4122
  "στον ενικό.<br />Το URL μεμονομένης εκδήλωσης είναι σαν: %s"
4123
 
4124
  #
4125
+ #: ../views/day/nav.php:14
4126
  msgid "Day Navigation"
4127
  msgstr "Πλοήγηση Ημέρας"
4128
 
4129
+ #: ../views/day/single-event.php:72 ../views/list/single-event.php:76
4130
  msgid "Find out more"
4131
  msgstr "Μάθετε περισσότερα"
4132
 
4133
  #
4134
+ #: ../views/list/nav.php:15
4135
  msgid "Events List Navigation"
4136
  msgstr "Πλοήγηση Λίστας Εκδηλώσεων"
4137
 
4138
+ #: ../views/list/nav.php:21 ../views/list/nav.php:27 ../views/list/nav.php:30
4139
  msgid "<span>&laquo;</span> Previous Events"
4140
  msgstr "<span>&laquo;</span> Προηγούμενες Εκδηλώσεις"
4141
 
4142
+ #: ../views/list/nav.php:39 ../views/list/nav.php:42 ../views/list/nav.php:48
4143
  msgid "Next Events <span>&raquo;</span>"
4144
  msgstr "Επόμενες Εκδηλώσεις <span>&raquo;</span>"
4145
 
4146
  #
4147
+ #: ../views/modules/bar.php:32 ../views/modules/bar.php:62
4148
  msgid "Find Events"
4149
  msgstr "Βρείτε Εκδηλώσεις"
4150
 
4151
+ #: ../views/modules/bar.php:39
4152
  msgid "Event Views Navigation"
4153
  msgstr "Πλοήγηση Προβολών Εκδήλωσης"
4154
 
4155
  #
4156
+ #: ../views/modules/bar.php:40
4157
  msgid "View As"
4158
  msgstr "Προβολή ως"
4159
 
4160
  #
4161
+ #: ../views/month/nav.php:16
4162
  msgid "Calendar Month Navigation"
4163
  msgstr "Πλοηγός Μήνα Ημερολογίου"
4164
 
4165
+ #: ../views/month/single-day.php:41
4166
  msgid "Events "
4167
  msgstr "Εκδηλώσεις"
4168
 
4169
+ #: ../views/month/single-day.php:43
4170
  msgid "Event "
4171
  msgstr "Εκδήλωση"
4172
 
4173
  #
4174
+ #: ../views/single-event.php:21
4175
  msgid "&laquo; All Events"
4176
  msgstr "&laquo; Όλες οι Εκδηλώσεις"
4177
 
4178
  #
4179
+ #: ../views/single-event.php:39 ../views/single-event.php:80
4180
  msgid "Event Navigation"
4181
  msgstr "Πλοήγηση Εκδήλωσης"
4182
 
4183
  #
4184
+ #: ../views/tickets/attendees-email.php:23
4185
  msgid "Attendee List"
4186
  msgstr "Λίστα Συμμετεχόντων"
4187
 
4188
+ #: ../views/tickets/email.php:37
4189
  msgid "Your tickets"
4190
  msgstr "Τα εισιτήριά σας"
4191
 
4192
+ #: ../views/tickets/email.php:318
4193
  msgid "Ticket Type"
4194
  msgstr "Τύπος Εισιτηρίου"
4195
 
4196
+ #: ../views/tickets/email.php:322
4197
  msgid "Purchaser"
4198
  msgstr "Αγοραστής"
4199
 
4200
+ #: ../views/widgets/list-widget.php:60
4201
  msgid "View All Events"
4202
  msgstr "Προβολή Όλων των Εκδηλώσεων"
4203
 
4204
+ #: ../views/widgets/list-widget.php:66
4205
  msgid "There are no upcoming events at this time."
4206
  msgstr "Δεν υπάρχουν προσεχείς εκδηλώσεις αυτήν τη στιγμή"
4207
 
4208
+ #~ msgid "Organizer Name:"
4209
+ #~ msgstr "Όνομα Διοργανωτή:"
4210
+
4211
+ #~ msgid "Venue:"
4212
+ #~ msgstr "Χώρος Διεξαγωγής:"
4213
+
4214
+ #~ msgid "venue"
4215
+ #~ msgstr "venue"
4216
+
4217
+ #~ msgid "No description has been entered for this event."
4218
+ #~ msgstr "Δεν έχει εισαχθεί περιγραφή γι' αυτήν την εκδήλωση."
4219
+
4220
+ #~ msgid "Add New Venue"
4221
+ #~ msgstr "Προσθήκη Νέου Χώρου Διεξαγωγής"
4222
+
4223
+ #~ msgid "Edit Venue"
4224
+ #~ msgstr "Επεξεργασία Χώρου Διεξαγωγής"
4225
+
4226
+ #~ msgid "New Venue"
4227
+ #~ msgstr "Νέος Χώρος Διεξαγωγής"
4228
+
4229
+ #~ msgid "View Venue"
4230
+ #~ msgstr "Προβολή Χώρου Διεξαγωγής"
4231
+
4232
+ #~ msgid "Search Venues"
4233
+ #~ msgstr "Αναζήτηση Χώρων Διεξαγωγής"
4234
+
4235
+ #~ msgid "No venue found"
4236
+ #~ msgstr "Δεν βρέθηκε κανένας χώρος διεξαγωγής"
4237
+
4238
+ #~ msgid "No venues found in Trash"
4239
+ #~ msgstr "Δεν βρέθηκαν χώροι διεξαγωγής στον Κάδο Ανακύκλωσης"
4240
+
4241
+ #~ msgid "Add New Organizer"
4242
+ #~ msgstr "Προσθήκη Νέου Διοργανωτή"
4243
+
4244
+ #~ msgid "Edit Organizer"
4245
+ #~ msgstr "Επεξεργασία Διοργανωτή"
4246
+
4247
+ #~ msgid "New Organizer"
4248
+ #~ msgstr "Νέος Διοργανωτής"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/tribe-events-calendar-id_ID.mo ADDED
Binary file
lang/tribe-events-calendar-id_ID.po ADDED
@@ -0,0 +1,4058 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: The Events Calendar 3.5\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-06-17 14:58-0800\n"
6
+ "PO-Revision-Date: 2014-06-24 16:52-0800\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: Modern Tribe, Inc. <pro@tri.be>\n"
9
+ "Language: id_ID\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 1.6.5\n"
14
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:1,2,4c;_n_noop:1,2;"
15
+ "_nx_noop:1,2,3c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;"
16
+ "esc_html_x:1,2c\n"
17
+ "X-Poedit-Basepath: .\n"
18
+ "X-Poedit-SourceCharset: UTF-8\n"
19
+ "Plural-Forms: nplurals=1; plural=0;\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../admin-views/app-shop.php:4
23
+ msgid "Tribe Event Add-Ons"
24
+ msgstr "Tribe Event Add-Ons"
25
+
26
+ #: ../admin-views/app-shop.php:50
27
+ msgid "Version"
28
+ msgstr "Versi"
29
+
30
+ #: ../admin-views/app-shop.php:53
31
+ msgid "Last Update"
32
+ msgstr "Update Terakhir"
33
+
34
+ #: ../admin-views/event-sidebar-options.php:11
35
+ msgid "Hide From Event Listings"
36
+ msgstr "Sembunyikan Dari Daftar Event"
37
+
38
+ #: ../admin-views/event-sidebar-options.php:12
39
+ msgid "Sticky in Calendar View"
40
+ msgstr "Sticky di Kalender"
41
+
42
+ #: ../admin-views/events-audit-trail.php:39
43
+ msgid "Auditing Information"
44
+ msgstr "Informasi Audit"
45
+
46
+ #: ../admin-views/events-audit-trail.php:45
47
+ msgid "Created by:"
48
+ msgstr "Dibuat oleh:"
49
+
50
+ #: ../admin-views/events-audit-trail.php:49
51
+ msgid "Audit Trail:"
52
+ msgstr "Audit Trail:"
53
+
54
+ #: ../admin-views/events-meta-box.php:26
55
+ msgid "Event Time &amp; Date"
56
+ msgstr "Waktu &amp; Tanggal Event"
57
+
58
+ #: ../admin-views/events-meta-box.php:32
59
+ msgid ""
60
+ "You have changed the recurrence rules of this event. Saving the event will "
61
+ "update all future events. If you did not mean to change all events, then "
62
+ "please refresh the page."
63
+ msgstr ""
64
+ "Anda telah mengubah aturan terulangnya event ini. Menyimpan event akan "
65
+ "memperbarui semua event di masa depan. Jika Anda tidak bermaksud untuk "
66
+ "mengubah semua event, maka silakan refresh halaman."
67
+
68
+ #: ../admin-views/events-meta-box.php:35
69
+ msgid "All Day Event:"
70
+ msgstr "Event Sepanjang Hari:"
71
+
72
+ #: ../admin-views/events-meta-box.php:39
73
+ msgid "Start Date &amp; Time:"
74
+ msgstr "Tanggal Mulai &amp; Waktu:"
75
+
76
+ #: ../admin-views/events-meta-box.php:42 ../admin-views/events-meta-box.php:63
77
+ msgid "YYYY-MM-DD"
78
+ msgstr "YYYY-MM-DD"
79
+
80
+ #: ../admin-views/events-meta-box.php:60
81
+ msgid "End Date &amp; Time:"
82
+ msgstr "Tanggal Akhir &amp; Waktu:"
83
+
84
+ #: ../admin-views/events-meta-box.php:87
85
+ msgid "Event Location Details"
86
+ msgstr "Detil Lokasi Event"
87
+
88
+ #: ../admin-views/events-meta-box.php:95
89
+ msgid "Event Organizer Details"
90
+ msgstr "Detil Penyelenggara Event"
91
+
92
+ #: ../admin-views/events-meta-box.php:103
93
+ msgid "Event Website"
94
+ msgstr "Situs Web Event"
95
+
96
+ #: ../admin-views/events-meta-box.php:106
97
+ msgid "URL:"
98
+ msgstr "URL:"
99
+
100
+ #: ../admin-views/events-meta-box.php:117
101
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:61
102
+ msgid "Event Cost"
103
+ msgstr "Biaya Event"
104
+
105
+ #: ../admin-views/events-meta-box.php:120
106
+ msgid "Currency Symbol:"
107
+ msgstr "Simbol Mata Uang:"
108
+
109
+ #: ../admin-views/events-meta-box.php:130
110
+ msgctxt "Currency symbol position"
111
+ msgid "Before cost"
112
+ msgstr "Biaya sebelum"
113
+
114
+ #: ../admin-views/events-meta-box.php:131
115
+ msgctxt "Currency symbol position"
116
+ msgid "After cost"
117
+ msgstr "Biaya sesudah"
118
+
119
+ #: ../admin-views/events-meta-box.php:136
120
+ #: ../public/advanced-functions/meta.php:320
121
+ #: ../views/modules/meta/details.php:80
122
+ msgid "Cost:"
123
+ msgstr "Biaya:"
124
+
125
+ #: ../admin-views/events-meta-box.php:141
126
+ msgid "Enter a 0 for events that are free or leave blank to hide the field."
127
+ msgstr ""
128
+ "Masukkan 0 untuk event yang gratis atau biarkan kosong untuk menyembunyikan "
129
+ "field."
130
+
131
+ #: ../admin-views/organizer-meta-box.php:12
132
+ #: ../admin-views/venue-meta-box.php:20
133
+ #, php-format
134
+ msgid "%s Name:"
135
+ msgstr "%s Nama:"
136
+
137
+ #: ../admin-views/organizer-meta-box.php:19
138
+ #: ../admin-views/tickets/attendees.php:41
139
+ #: ../admin-views/venue-meta-box.php:93
140
+ #: ../public/advanced-functions/meta.php:408
141
+ #: ../public/advanced-functions/meta.php:470
142
+ #: ../views/modules/meta/organizer.php:24 ../views/modules/meta/venue.php:36
143
+ msgid "Phone:"
144
+ msgstr "Telepon:"
145
+
146
+ #: ../admin-views/organizer-meta-box.php:23
147
+ #: ../admin-views/tickets/attendees.php:47
148
+ #: ../admin-views/venue-meta-box.php:97
149
+ #: ../public/advanced-functions/meta.php:359
150
+ #: ../public/advanced-functions/meta.php:434
151
+ #: ../public/advanced-functions/meta.php:496
152
+ #: ../views/modules/meta/details.php:103
153
+ #: ../views/modules/meta/organizer.php:34 ../views/modules/meta/venue.php:41
154
+ msgid "Website:"
155
+ msgstr "Situs Web:"
156
+
157
+ #: ../admin-views/organizer-meta-box.php:27
158
+ #: ../public/advanced-functions/meta.php:483
159
+ #: ../views/modules/meta/organizer.php:29
160
+ msgid "Email:"
161
+ msgstr "Email"
162
+
163
+ #: ../admin-views/organizer-meta-box.php:28
164
+ msgid ""
165
+ "You may want to consider <a href=\"http://wordpress.org/plugins/tags/"
166
+ "obfuscate\">obfuscating</a> any e-mail address published on your site to "
167
+ "best avoid it getting harvested by spammers."
168
+ msgstr ""
169
+ "Anda mungkin ingin mempertimbangkan <a href=\"http://wordpress.org/plugins/"
170
+ "tags/obfuscate\">obfuscating </a> alamat e-mail yang dipublikasikan di situs "
171
+ "Anda untuk menghindari spammer."
172
+
173
+ #: ../admin-views/tickets/attendees.php:11 ../admin-views/tickets/list.php:41
174
+ #: ../lib/tickets/tribe-tickets-pro.php:73
175
+ msgid "Attendees"
176
+ msgstr "Peserta"
177
+
178
+ #: ../admin-views/tickets/attendees.php:16
179
+ msgid "Event Summary"
180
+ msgstr "Ringkasan Event"
181
+
182
+ #: ../admin-views/tickets/attendees.php:24
183
+ msgid "Event Details"
184
+ msgstr "Detil event"
185
+
186
+ #: ../admin-views/tickets/attendees.php:26
187
+ msgid "Start Date / Time:"
188
+ msgstr "Tanggal Mulai / Waktu:"
189
+
190
+ #: ../admin-views/tickets/attendees.php:28
191
+ msgid "End Date / Time:"
192
+ msgstr "Tanggal Akhir / Waktu:"
193
+
194
+ #: ../admin-views/tickets/attendees.php:54
195
+ msgid "Ticket Sales"
196
+ msgstr "Penjualan Tiket"
197
+
198
+ #: ../admin-views/tickets/attendees.php:66 ../admin-views/tickets/list.php:67
199
+ #, php-format
200
+ msgid "Sold %d"
201
+ msgstr "Terjual %d"
202
+
203
+ #: ../admin-views/tickets/attendees.php:68 ../admin-views/tickets/list.php:69
204
+ #, php-format
205
+ msgid "Sold %d of %d"
206
+ msgstr "Terjual %d dari %d"
207
+
208
+ #: ../admin-views/tickets/attendees.php:83
209
+ msgid "Tickets sold:"
210
+ msgstr "Tiket terjual:"
211
+
212
+ #: ../admin-views/tickets/attendees.php:87
213
+ msgid "Checked in:"
214
+ msgstr "Telah Check in:"
215
+
216
+ #: ../admin-views/tickets/attendees.php:104
217
+ msgid "Send the attendee list by email"
218
+ msgstr "Kirimkan daftar peserta melalui email"
219
+
220
+ #: ../admin-views/tickets/attendees.php:108
221
+ msgid "Select a User:"
222
+ msgstr "Pilih User:"
223
+
224
+ #: ../admin-views/tickets/attendees.php:109
225
+ msgid "Select..."
226
+ msgstr "Pilih ..."
227
+
228
+ #: ../admin-views/tickets/attendees.php:111
229
+ msgid "or"
230
+ msgstr "atau"
231
+
232
+ #: ../admin-views/tickets/attendees.php:113
233
+ msgid "Email Address:"
234
+ msgstr "Alamat Email:"
235
+
236
+ #: ../admin-views/tickets/list.php:21
237
+ msgid "Edit"
238
+ msgstr "Ubah"
239
+
240
+ #: ../admin-views/tickets/list.php:22
241
+ #: ../lib/tickets/tribe-tickets-attendees.php:215
242
+ msgid "Delete"
243
+ msgstr "Hapus"
244
+
245
+ #: ../admin-views/tickets/list.php:24
246
+ #, php-format
247
+ msgid "Edit in %s"
248
+ msgstr "Edit dalam %s"
249
+
250
+ #: ../admin-views/tickets/list.php:27
251
+ msgid "View"
252
+ msgstr "Lihat"
253
+
254
+ #: ../admin-views/tickets/list.php:41 ../lib/tickets/tribe-tickets-pro.php:73
255
+ msgid "See who purchased tickets to this event"
256
+ msgstr "Lihat yang membeli tiket untuk event ini"
257
+
258
+ #: ../admin-views/tickets/meta-box.php:21
259
+ msgid ""
260
+ "This event was created using Community Events. Are you sure you want to sell "
261
+ "tickets for it?"
262
+ msgstr ""
263
+ "Event ini dibuat menggunakan Community Events. Apakah Anda yakin ingin "
264
+ "menjual tiket untuk ini?"
265
+
266
+ #: ../admin-views/tickets/meta-box.php:32
267
+ msgid "Upload image for the ticket header"
268
+ msgstr "Upload gambar untuk header tiket"
269
+
270
+ #: ../admin-views/tickets/meta-box.php:33
271
+ msgid ""
272
+ "The maximum image size in the email will be 580px wide by any height, and "
273
+ "then scaled for mobile. If you would like \"retina\" support use an image "
274
+ "sized to 1160px wide."
275
+ msgstr ""
276
+ "Ukuran gambar maksimal dalam email akan memiliki lebar 580px dengan tinggi "
277
+ "apapun, dan kemudian diatur skalanya untuk mobile. Jika Anda ingin dukungan "
278
+ "\"retina\" gunakan gambar berukuran lebar 1160px."
279
+
280
+ #: ../admin-views/tickets/meta-box.php:36
281
+ msgid "Select an Image"
282
+ msgstr "Pilih Gambar"
283
+
284
+ #: ../admin-views/tickets/meta-box.php:44
285
+ msgid "Remove"
286
+ msgstr "Hapus"
287
+
288
+ #: ../admin-views/tickets/meta-box.php:62
289
+ #: ../admin-views/tickets/meta-box.php:72
290
+ msgid "Add new ticket"
291
+ msgstr "Tambahkan tiket baru"
292
+
293
+ #: ../admin-views/tickets/meta-box.php:73
294
+ msgid "Edit ticket"
295
+ msgstr "Sunting tiket"
296
+
297
+ #: ../admin-views/tickets/meta-box.php:79
298
+ msgid "Sell using:"
299
+ msgstr "Jual menggunakan:"
300
+
301
+ #: ../admin-views/tickets/meta-box.php:96
302
+ msgid "Ticket Name:"
303
+ msgstr "Nama Tiket:"
304
+
305
+ #: ../admin-views/tickets/meta-box.php:103
306
+ msgid "Ticket Description:"
307
+ msgstr "Keterangan Tiket:"
308
+
309
+ #: ../admin-views/tickets/meta-box.php:112
310
+ msgid "Price:"
311
+ msgstr "Harga"
312
+
313
+ #: ../admin-views/tickets/meta-box.php:118
314
+ msgid "(0 or empty for free tickets)"
315
+ msgstr "(0 atau kosong untuk tiket gratis)"
316
+
317
+ #: ../admin-views/tickets/meta-box.php:124
318
+ msgid "Start sale:"
319
+ msgstr "Mulai dijual:"
320
+
321
+ #: ../admin-views/tickets/meta-box.php:148
322
+ msgid "End sale:"
323
+ msgstr "Akhir penjualan:"
324
+
325
+ #: ../admin-views/tickets/meta-box.php:170
326
+ msgid ""
327
+ "When will ticket sales occur? If you don't set a start/end date for sales, "
328
+ "tickets will be available from now until the event ends."
329
+ msgstr ""
330
+ "Kapan akan terjadi penjualan tiket? Jika Anda tidak menetapkan tanggal awal/"
331
+ "akhir untuk penjualan, tiket akan tersedia dari sekarang sampai event "
332
+ "berakhir."
333
+
334
+ #: ../admin-views/tickets/meta-box.php:182
335
+ msgid "Save this ticket"
336
+ msgstr "Simpan tiket ini"
337
+
338
+ #: ../admin-views/tribe-options-display.php:4
339
+ msgid "Default Events Template"
340
+ msgstr "Template Event Standar"
341
+
342
+ #: ../admin-views/tribe-options-display.php:5
343
+ msgid "Default Page Template"
344
+ msgstr "Template Bawaan Halaman"
345
+
346
+ #: ../admin-views/tribe-options-display.php:31
347
+ msgid "Display Settings"
348
+ msgstr "Pengaturan Tampilan"
349
+
350
+ #: ../admin-views/tribe-options-display.php:36
351
+ #, php-format
352
+ msgid ""
353
+ "<p>The settings below control the display of your calendar. If things don't "
354
+ "look right, try switching between the three style sheet options or pick a "
355
+ "page template from your theme.</p><p>There are going to be situations where "
356
+ "no out-of-the-box template is 100&#37; perfect. Check out our <a href=\"%s"
357
+ "\">our themer's guide</a> for instructions on custom modifications. Want to "
358
+ "create a new view? Grab a copy of the <a href=\"%s\">Sample Agenda View "
359
+ "plugin from Github</a></p>"
360
+ msgstr ""
361
+ "<p>Pengaturan di bawah mengontrol tampilan kalender Anda. Jika hal-hal tidak "
362
+ "beres, coba beralih antara tiga pilihan style sheet atau pilih template "
363
+ "halaman dari tema Anda. </ P> Akan ada situasi dimana tidak ada template "
364
+ "yang out-of-the-box 100&#37; sempurna. Lihat <a href=\"%s\">panduan theme "
365
+ "kami</ a> untuk petunjuk tentang modifikasi kustom. Ingin membuat tampilan "
366
+ "baru? Ambil salinan <a href =\"%s \">Contoh Agenda View plugin dari Github </"
367
+ "a></p>"
368
+
369
+ #: ../admin-views/tribe-options-display.php:51
370
+ msgid "Basic Template Settings"
371
+ msgstr "Pengaturan Template Dasar"
372
+
373
+ #: ../admin-views/tribe-options-display.php:55
374
+ msgid "Default stylesheet used for events templates"
375
+ msgstr "Standar stylesheet yang digunakan untuk template event"
376
+
377
+ #: ../admin-views/tribe-options-display.php:58
378
+ msgid "Skeleton Styles"
379
+ msgstr "Styles Skeleton"
380
+
381
+ #: ../admin-views/tribe-options-display.php:60
382
+ msgid ""
383
+ "Only includes enough css to achieve complex layouts like calendar and week "
384
+ "view."
385
+ msgstr ""
386
+ "Hanya mencakup cukup css untuk mencapai tata letak yang kompleks seperti "
387
+ "kalender dan tampilan mingguan."
388
+
389
+ #: ../admin-views/tribe-options-display.php:62
390
+ msgid "Full Styles"
391
+ msgstr "Styles Penuh"
392
+
393
+ #: ../admin-views/tribe-options-display.php:64
394
+ msgid "More detailed styling, tries to grab styles from your theme."
395
+ msgstr ""
396
+ "Styling yang lebih rinci, mencoba untuk mengambil style dari tema Anda."
397
+
398
+ #: ../admin-views/tribe-options-display.php:66
399
+ msgid "Tribe Events Styles"
400
+ msgstr "Event Styles Tribe"
401
+
402
+ #: ../admin-views/tribe-options-display.php:68
403
+ msgid "A fully designed and styled theme for your events pages."
404
+ msgstr ""
405
+ "Tema yang sudah sepenuhnya dirancang dan ditata untuk halaman event Anda."
406
+
407
+ #: ../admin-views/tribe-options-display.php:75
408
+ msgid "Events template"
409
+ msgstr "Template Event"
410
+
411
+ #: ../admin-views/tribe-options-display.php:76
412
+ msgid ""
413
+ "Choose a page template to control the appearance of your calendar and event "
414
+ "content."
415
+ msgstr ""
416
+ "Pilih template halaman untuk mengontrol tampilan kalender dan konten event."
417
+
418
+ #: ../admin-views/tribe-options-display.php:84
419
+ msgid "Enable event views"
420
+ msgstr "Aktifkan tampilan event"
421
+
422
+ #: ../admin-views/tribe-options-display.php:85
423
+ msgid "You must select at least one view."
424
+ msgstr "Anda harus memilih setidaknya satu tampilan."
425
+
426
+ #: ../admin-views/tribe-options-display.php:92
427
+ msgid "Default view"
428
+ msgstr "Tampilan default"
429
+
430
+ #: ../admin-views/tribe-options-display.php:100
431
+ msgid "Disable the Event Search Bar"
432
+ msgstr "Nonaktifkan Event Search Bar"
433
+
434
+ #: ../admin-views/tribe-options-display.php:101
435
+ msgid "Check this to use the classic header."
436
+ msgstr "Aktifkan ini untuk menggunakan header klasik."
437
+
438
+ #: ../admin-views/tribe-options-display.php:107
439
+ msgid "Month view events per day"
440
+ msgstr "Tampilan bulan event per hari"
441
+
442
+ #: ../admin-views/tribe-options-display.php:108
443
+ msgid "Allow more than the default 3 events per day in month view."
444
+ msgstr "Memungkinkan lebih dari default 3 event per hari dalam tampilan bulan."
445
+
446
+ #: ../admin-views/tribe-options-display.php:115
447
+ msgid "Date Format Settings"
448
+ msgstr "Pengaturan Format Tanggal"
449
+
450
+ #: ../admin-views/tribe-options-display.php:119
451
+ msgid ""
452
+ "<p>The following three fields accept the date format options available to "
453
+ "the php date() function. <a href=\"http://codex.wordpress.org/"
454
+ "Formatting_Date_and_Time\" target=\"_blank\">Learn how to make your own date "
455
+ "format here</a>.</p>"
456
+ msgstr ""
457
+ "<p> Tiga field berikut menerima opsi format tanggal yang tersedia dalam "
458
+ "function php date() . <a href=\"http://codex.wordpress.org/"
459
+ "Formatting_Date_and_Time\" target=\"_blank\"> Pelajari cara membuat format "
460
+ "tanggal Anda sendiri di sini </a>. </p>"
461
+
462
+ #: ../admin-views/tribe-options-display.php:123
463
+ msgid "Date with year"
464
+ msgstr "Tanggal dengan tahun"
465
+
466
+ #: ../admin-views/tribe-options-display.php:124
467
+ msgid ""
468
+ "Enter the format to use for displaying dates with the year. Used when "
469
+ "showing an event from a past or future year, also used for dates in view "
470
+ "headers."
471
+ msgstr ""
472
+ "Masukkan format yang akan digunakan untuk menampilkan tanggal dengan tahun. "
473
+ "Digunakan ketika menampilkan event dari tahun lalu atau masa depan, juga "
474
+ "digunakan untuk tanggal dalam tampilan header."
475
+
476
+ #: ../admin-views/tribe-options-display.php:131
477
+ msgid "Date without year"
478
+ msgstr "Tanggal tanpa tahun"
479
+
480
+ #: ../admin-views/tribe-options-display.php:132
481
+ msgid ""
482
+ "Enter the format to use for displaying dates without a year. Used when "
483
+ "showing an event from the current year."
484
+ msgstr ""
485
+ "Masukkan format yang akan digunakan untuk menampilkan tanggal tanpa tahun. "
486
+ "Digunakan ketika menampilkan event dari tahun berjalan."
487
+
488
+ #: ../admin-views/tribe-options-display.php:139
489
+ msgid "Month and year format"
490
+ msgstr "Bulan dan tahun Format"
491
+
492
+ #: ../admin-views/tribe-options-display.php:140
493
+ msgid ""
494
+ "Enter the format to use for dates that show a month and year only. Used on "
495
+ "month view."
496
+ msgstr ""
497
+ "Masukkan format yang digunakan untuk tanggal yang menunjukkan bulan dan "
498
+ "tahun saja. Digunakan pada tampilan bulan."
499
+
500
+ #: ../admin-views/tribe-options-display.php:147
501
+ msgid "Date time separator"
502
+ msgstr "Pemisah tanggal waktu"
503
+
504
+ #: ../admin-views/tribe-options-display.php:148
505
+ msgid ""
506
+ "Enter the separator that will be placed between the date and time, when both "
507
+ "are shown."
508
+ msgstr ""
509
+ "Masukkan pemisah yang akan ditempatkan di antara tanggal dan waktu, ketika "
510
+ "keduanya ditampilkan."
511
+
512
+ #: ../admin-views/tribe-options-display.php:155
513
+ msgid "Time range separator"
514
+ msgstr "Pemisah rentang waktu"
515
+
516
+ #: ../admin-views/tribe-options-display.php:156
517
+ msgid ""
518
+ "Enter the separator that will be used between the start and end time of an "
519
+ "event."
520
+ msgstr ""
521
+ "Masukkan pemisah yang akan digunakan antara awal dan akhir waktu dari sebuah "
522
+ "event."
523
+
524
+ #: ../admin-views/tribe-options-display.php:163
525
+ msgid "Datepicker Date Format"
526
+ msgstr "Format Datepicker Tanggal"
527
+
528
+ #: ../admin-views/tribe-options-display.php:164
529
+ msgid "Select the date format to use in datepickers"
530
+ msgstr "Pilih format tanggal untuk digunakan dalam datepickers"
531
+
532
+ #: ../admin-views/tribe-options-display.php:181
533
+ msgid "Advanced Template Settings"
534
+ msgstr "Pengaturan Template Lanjutan"
535
+
536
+ #: ../admin-views/tribe-options-display.php:185
537
+ msgid "Add HTML before event content"
538
+ msgstr "Tambahkan HTML sebelum konten event "
539
+
540
+ #: ../admin-views/tribe-options-display.php:186
541
+ msgid ""
542
+ "If you are familiar with HTML, you can add additional code before the event "
543
+ "template. Some themes may require this to help with styling or layout."
544
+ msgstr ""
545
+ "Jika Anda sudah familiar dengan HTML, Anda dapat menambahkan kode tambahan "
546
+ "sebelum template event. Beberapa tema mungkin memerlukan ini untuk membantu "
547
+ "dengan gaya atau tata letak."
548
+
549
+ #: ../admin-views/tribe-options-display.php:191
550
+ msgid "Add HTML after event content"
551
+ msgstr "Tambahkan HTML setelah konten event"
552
+
553
+ #: ../admin-views/tribe-options-display.php:192
554
+ msgid ""
555
+ "If you are familiar with HTML, you can add additional code after the event "
556
+ "template. Some themes may require this to help with styling or layout."
557
+ msgstr ""
558
+ "Jika Anda sudah familiar dengan HTML, Anda dapat menambahkan kode tambahan "
559
+ "setelah template event. Beberapa tema mungkin memerlukan ini untuk membantu "
560
+ "dengan gaya atau tata letak."
561
+
562
+ #: ../admin-views/tribe-options-general.php:14
563
+ msgid "Finding & extending your calendar."
564
+ msgstr "Menemukan & memperpanjang kalender Anda."
565
+
566
+ #: ../admin-views/tribe-options-general.php:19
567
+ msgid "Finding your calendar."
568
+ msgstr "Mencari kalender Anda."
569
+
570
+ #: ../admin-views/tribe-options-general.php:24
571
+ msgid "Where's my calendar?"
572
+ msgstr "Dimana kalender saya?"
573
+
574
+ #: ../admin-views/tribe-options-general.php:24
575
+ msgid "Right here"
576
+ msgstr "Di sini"
577
+
578
+ #: ../admin-views/tribe-options-general.php:28
579
+ msgid ""
580
+ "Looking for additional functionality including recurring events, custom "
581
+ "meta, community events, ticket sales and more?"
582
+ msgstr ""
583
+ "Mencari fungsi tambahan termasuk event berulang, custom meta, event "
584
+ "komunitas, penjualan tiket dan lainnya?"
585
+
586
+ #: ../admin-views/tribe-options-general.php:28
587
+ msgid "Check out the available add-ons"
588
+ msgstr "Check out add-ons yang tersedia"
589
+
590
+ #: ../admin-views/tribe-options-general.php:33
591
+ msgid "We hope our plugin is helping you out."
592
+ msgstr "Kami berharap Plugin kami dapat membantu Anda."
593
+
594
+ #: ../admin-views/tribe-options-general.php:37
595
+ msgid ""
596
+ "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
597
+ "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
598
+ "is recognition. Add a small text-only link at the bottom of your calendar "
599
+ "pointing to The Events Calendar project."
600
+ msgstr ""
601
+ "Apakah Anda berpikir \"Wow, plugin ini luar biasa! Saya harus mengucapkan "
602
+ "terima kasih kepada modern Tribe untuk semua kerja keras mereka.\" "
603
+ "Penghargaan terbesar yang kita bisa minta adalah pengakuan. Tambahkan link "
604
+ "teks-only kecil di bagian bawah kalender Anda untuk proyek The Events "
605
+ "Calendar."
606
+
607
+ #: ../admin-views/tribe-options-general.php:37
608
+ #: ../admin-views/tribe-options-general.php:42
609
+ msgid "See an example of the link"
610
+ msgstr "Lihat contoh link"
611
+
612
+ #: ../admin-views/tribe-options-general.php:42
613
+ msgid ""
614
+ "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
615
+ "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
616
+ "is recognition. Add a small text only link at the bottom of your calendar "
617
+ "pointing to The Events Calendar project."
618
+ msgstr ""
619
+ "Apakah Anda berpikir \"Wow, plugin ini luar biasa! Saya harus mengucapkan "
620
+ "terima kasih kepada modern Tribe untuk semua kerja keras mereka.\" "
621
+ "Penghargaan terbesar yang kita bisa minta adalah pengakuan. Tambahkan link "
622
+ "text-only kecil di bagian bawah kalender Anda untuk proyek The Events "
623
+ "Calendar."
624
+
625
+ #: ../admin-views/tribe-options-general.php:47
626
+ msgid "Show The Events Calendar link"
627
+ msgstr "Tampilkan Link The Events Calendar"
628
+
629
+ #: ../admin-views/tribe-options-general.php:61
630
+ msgid "General Settings"
631
+ msgstr "Pengaturan Umum"
632
+
633
+ #: ../admin-views/tribe-options-general.php:65
634
+ msgid "Number of events to show per page"
635
+ msgstr "Jumlah event yang ditampilkan per halaman"
636
+
637
+ #: ../admin-views/tribe-options-general.php:72
638
+ msgid "Use Javascript to control date filtering"
639
+ msgstr "Gunakan Javascript untuk mengontrol filtering tanggal"
640
+
641
+ #: ../admin-views/tribe-options-general.php:73
642
+ msgid ""
643
+ "This option is disabled when \"Disable the Event Search Bar\" is checked on "
644
+ "the Display settings tab."
645
+ msgstr ""
646
+ "Pilihan ini dinonaktifkan ketika \"Nonaktifkan Event Search Bar \" dicentang "
647
+ "pada tab Pengaturan tampilan."
648
+
649
+ #: ../admin-views/tribe-options-general.php:73
650
+ msgid ""
651
+ "Enable live ajax for datepicker on front end (User submit not required)."
652
+ msgstr ""
653
+ "Aktifkan live ajax untuk datepicker pada front end (User submit tidak "
654
+ "diperlukan)."
655
+
656
+ #: ../admin-views/tribe-options-general.php:81
657
+ msgid "Show comments"
658
+ msgstr "Tampilkan komentar"
659
+
660
+ #: ../admin-views/tribe-options-general.php:82
661
+ msgid "Enable comments on event pages."
662
+ msgstr "Aktifkan komentar pada halaman event."
663
+
664
+ #: ../admin-views/tribe-options-general.php:88
665
+ msgid "Include events in main blog loop"
666
+ msgstr "Sertakan event di blog loop utama"
667
+
668
+ #: ../admin-views/tribe-options-general.php:89
669
+ msgid ""
670
+ "Show events with the site's other posts. When this box is checked, events "
671
+ "will also continue to appear on the default events page."
672
+ msgstr ""
673
+ "Tampilkan event dengan posting lain di situs. Bila kotak ini dicentang, "
674
+ "event juga akan terus muncul pada halaman default event."
675
+
676
+ #: ../admin-views/tribe-options-general.php:95
677
+ #: ../admin-views/tribe-options-general.php:101
678
+ msgid "Events URL slug"
679
+ msgstr "URL slug event"
680
+
681
+ #: ../admin-views/tribe-options-general.php:96
682
+ #, php-format
683
+ msgid ""
684
+ "You cannot edit the slug for your events page as you do not have pretty "
685
+ "permalinks enabled. The current URL for your events page is <a href=\"%s\">"
686
+ "%s</a>. In order to edit the slug here, <a href=\"%soptions-permalink.php"
687
+ "\">enable pretty permalinks</a>."
688
+ msgstr ""
689
+ "Anda tidak dapat mengedit slug untuk halaman event Anda karena Anda tidak "
690
+ "mengaktifkan permalinks cantik. URL saat ini untuk halaman event Anda adalah "
691
+ "<a href=\"%s\">%s</a>. Untuk mengedit slug di sini, <a href=\"%soptions-"
692
+ "permalink.php\">aktifkan permalinks cantik</a>."
693
+
694
+ #: ../admin-views/tribe-options-general.php:108
695
+ #: ../public/template-tags/options.php:18
696
+ msgid "The slug used for building the events URL."
697
+ msgstr "Slug yang digunakan untuk membangun URL event."
698
+
699
+ #: ../admin-views/tribe-options-general.php:108
700
+ #, php-format
701
+ msgid "Your current events URL is: %s"
702
+ msgstr "URL event saat ini Anda adalah: %s"
703
+
704
+ #: ../admin-views/tribe-options-general.php:113
705
+ #: ../public/template-tags/options.php:37
706
+ msgid "Here is the iCal feed URL for your events:"
707
+ msgstr "Berikut adalah URL feed iCal untuk event Anda:"
708
+
709
+ #: ../admin-views/tribe-options-general.php:118
710
+ msgid "Single event URL slug"
711
+ msgstr "Slug URL event tunggal"
712
+
713
+ #: ../admin-views/tribe-options-general.php:125
714
+ #, php-format
715
+ msgid ""
716
+ "The above should ideally be plural, and this singular.<br />Your single "
717
+ "event URL is: %s"
718
+ msgstr ""
719
+ "Di atas idealnya harus plural, dan ini tunggal <br />URL event tunggal Anda "
720
+ "adalah:. %s"
721
+
722
+ #: ../admin-views/tribe-options-general.php:130
723
+ msgid "End of day cutoff"
724
+ msgstr "Cutoff akhir hari"
725
+
726
+ #: ../admin-views/tribe-options-general.php:138
727
+ msgid ""
728
+ "Have an event that runs past midnight? Select a time after that event's end "
729
+ "to avoid showing the event on the next day's calendar."
730
+ msgstr ""
731
+ "Memiliki event yang berjalan lewat tengah malam? Pilih waktu setelah akhir "
732
+ "acara untuk menghindari menampilkan acara pada kalender hari berikutnya."
733
+
734
+ #: ../admin-views/tribe-options-general.php:143
735
+ msgid "Default currency symbol"
736
+ msgstr "Simbol mata uang default"
737
+
738
+ #: ../admin-views/tribe-options-general.php:144
739
+ msgid ""
740
+ "Set the default currency symbol for event costs. Note that this only impacts "
741
+ "future events, and changes made will not apply retroactively."
742
+ msgstr ""
743
+ "Tentukan simbol mata uang default untuk biaya event. Catatan bahwa ini hanya "
744
+ "berdampak pada event masa depan, dan perubahan yang dilakukan tidak akan "
745
+ "berlaku surut."
746
+
747
+ #: ../admin-views/tribe-options-general.php:151
748
+ msgid "Currency symbol follows value"
749
+ msgstr "Simbol mata uang berikut nilai"
750
+
751
+ #: ../admin-views/tribe-options-general.php:152
752
+ msgid ""
753
+ "The currency symbol normally precedes the value. Enabling this option "
754
+ "positions the symbol after the value."
755
+ msgstr ""
756
+ "Simbol mata uang biasanya mendahului nilai. Mengaktifkan opsi ini posisi "
757
+ "simbol setelah nilai."
758
+
759
+ #: ../admin-views/tribe-options-general.php:158
760
+ msgid "Map Settings"
761
+ msgstr "Pengaturan Peta"
762
+
763
+ #: ../admin-views/tribe-options-general.php:162
764
+ msgid "Enable Google Maps"
765
+ msgstr "Aktifkan Google Maps"
766
+
767
+ #: ../admin-views/tribe-options-general.php:163
768
+ msgid "Check to enable maps for events and venues."
769
+ msgstr "Centang untuk mengaktifkan peta untuk event dan venue."
770
+
771
+ #: ../admin-views/tribe-options-general.php:170
772
+ msgid "Google Maps default zoom level"
773
+ msgstr "Tingkat zoom default Google Maps "
774
+
775
+ #: ../admin-views/tribe-options-general.php:171
776
+ msgid "0 = zoomed out; 21 = zoomed in."
777
+ msgstr "0 = zoomed out; 21 = zoomed in."
778
+
779
+ #: ../admin-views/tribe-options-general.php:179
780
+ msgid "Miscellaneous Settings"
781
+ msgstr "Pengaturan Miscellaneous"
782
+
783
+ #: ../admin-views/tribe-options-general.php:183
784
+ msgid "Duplicate Venues &amp; Organizers"
785
+ msgstr "Duplikat Venues &amp; Penyelenggara"
786
+
787
+ #: ../admin-views/tribe-options-general.php:183
788
+ #: ../lib/tribe-amalgamator.php:252
789
+ msgid "Merge Duplicates"
790
+ msgstr "Gabung Duplikat"
791
+
792
+ #: ../admin-views/tribe-options-general.php:183
793
+ msgid ""
794
+ "You might find duplicate venues and organizers when updating The Events "
795
+ "Calendar from a pre-3.0 version. Click this button to automatically merge "
796
+ "identical venues and organizers."
797
+ msgstr ""
798
+ "Anda mungkin menemukan duplikat venue dan penyelenggara ketika memperbarui "
799
+ "The Events Calendar dari versi pre-3.0. Klik tombol ini untuk secara "
800
+ "otomatis menggabungkan venue identik dan penyelenggara."
801
+
802
+ #: ../admin-views/tribe-options-general.php:188
803
+ msgid "Debug mode"
804
+ msgstr "Modus Debug"
805
+
806
+ #: ../admin-views/tribe-options-general.php:194
807
+ #, php-format
808
+ msgid ""
809
+ "Enable this option to log debug information. By default this will log to "
810
+ "your server PHP error log. If you'd like to see the log messages in your "
811
+ "browser, then we recommend that you install the %s and look for the \"Tribe"
812
+ "\" tab in the debug output."
813
+ msgstr ""
814
+ "Aktifkan opsi ini untuk informasi log debug. Secara default ini akan masuk "
815
+ "ke log error server PHP Anda. Jika Anda ingin melihat pesan log di browser "
816
+ "Anda, maka kami menyarankan Anda menginstal %s dan mencari \"Tribe\" tab "
817
+ "dalam output debug."
818
+
819
+ #: ../admin-views/tribe-options-general.php:194
820
+ msgid "Debug Bar Plugin"
821
+ msgstr "Debug Bar Plugin"
822
+
823
+ #: ../admin-views/tribe-options-help.php:18
824
+ msgctxt "not available"
825
+ msgid "n/a"
826
+ msgstr "n/a"
827
+
828
+ #: ../admin-views/tribe-options-help.php:19
829
+ msgid "You need to upgrade!"
830
+ msgstr "Anda perlu meng-upgrade!"
831
+
832
+ #: ../admin-views/tribe-options-help.php:19
833
+ msgid "You are up to date!"
834
+ msgstr "Anda up to date!"
835
+
836
+ #: ../admin-views/tribe-options-help.php:42
837
+ msgid "The Events Calendar PRO"
838
+ msgstr "The Events Calendar PRO"
839
+
840
+ #: ../admin-views/tribe-options-help.php:46
841
+ msgid "The Events Calendar: Eventbrite Tickets"
842
+ msgstr "The Events Calendar: Eventbrite Tickets"
843
+
844
+ #: ../admin-views/tribe-options-help.php:50
845
+ msgid "The Events Calendar: Community Events"
846
+ msgstr "The Events Calendar: Community Events"
847
+
848
+ #: ../admin-views/tribe-options-help.php:54
849
+ msgid "The Events Calendar: Facebook Events"
850
+ msgstr "The Events Calendar: Facebook Events"
851
+
852
+ #: ../admin-views/tribe-options-help.php:58
853
+ msgid "The Events Calendar: WooCommerce Tickets"
854
+ msgstr "The Events Calendar: WooCommerce Tickets"
855
+
856
+ #: ../admin-views/tribe-options-help.php:63
857
+ msgid "The Events Calendar: EDD Tickets"
858
+ msgstr "The Events Calendar: EDD Tickets"
859
+
860
+ #: ../admin-views/tribe-options-help.php:68
861
+ msgid "The Events Calendar: WPEC Tickets"
862
+ msgstr "The Events Calendar: WPEC Tickets"
863
+
864
+ #: ../admin-views/tribe-options-help.php:73
865
+ msgid "The Events Calendar: Shopp Tickets"
866
+ msgstr "The Events Calendar: Shopp Tickets"
867
+
868
+ #: ../admin-views/tribe-options-help.php:78
869
+ msgid "The Events Calendar: Filter Bar"
870
+ msgstr "The Events Calendar: Filter Bar"
871
+
872
+ #: ../admin-views/tribe-options-help.php:87
873
+ msgid ""
874
+ "If this is your first time using The Events Calendar, you're in for a treat "
875
+ "and are already well on your way to creating a first event. Here are some "
876
+ "basics we've found helpful for users jumping into it for the first time:"
877
+ msgstr ""
878
+ "Jika ini adalah pertama kalinya Anda menggunakan The Events Calendar, Anda "
879
+ "berada di jalur yang tepat untuk membuat event pertama. Berikut adalah "
880
+ "beberapa dasar yang kami temukan bermanfaat bagi pengguna untuk memulai:"
881
+
882
+ #: ../admin-views/tribe-options-help.php:90
883
+ #, php-format
884
+ msgid ""
885
+ "%sOur New User Primer%s was designed for folks in your exact position. "
886
+ "Featuring both step-by-step videos and written walkthroughs that feature "
887
+ "accompanying screenshots, the primer aims to take you from zero to hero in "
888
+ "no time."
889
+ msgstr ""
890
+ "%sNew User Primer Kami%s dirancang untuk orang-orang seperti Anda. "
891
+ "Menampilkan baik video langkah-demi-langkah dan walkthrough tertulis yang "
892
+ "disertai screenshot, primer bertujuan untuk membawa Anda dari zero menjadi "
893
+ "hero dalam waktu singkat."
894
+
895
+ #: ../admin-views/tribe-options-help.php:92
896
+ #, php-format
897
+ msgid ""
898
+ "%sInstallation/Setup FAQs%s from our support page can help give an overview "
899
+ "of what the plugin can and cannot do. This section of the FAQs may be "
900
+ "helpful as it aims to address any basic install questions not addressed by "
901
+ "the new user primer."
902
+ msgstr ""
903
+ "%sInstalasi/Setup FAQ %s dari halaman dukungan kami dapat membantu "
904
+ "memberikan gambaran tentang apa yang plugin bisa dan tidak bisa lakukan. "
905
+ "Bagian ini dari FAQ dapat membantu karena bertujuan membantu pertanyaan "
906
+ "dasar tentang instalasi yang tidak ditangani oleh new user primer."
907
+
908
+ #: ../admin-views/tribe-options-help.php:94
909
+ #, php-format
910
+ msgid ""
911
+ "Are you developer looking to build your own frontend view? We created an "
912
+ "example plugin that demonstrates how to register a new view. You can "
913
+ "%sdownload the plugin at GitHub%s to get started."
914
+ msgstr ""
915
+ "Apakah Anda pengembang ingin membangun tampilan frontend sendiri? Kami "
916
+ "menciptakan plugin contoh yang menunjukkan bagaimana untuk mendaftarkan "
917
+ "tampilan baru. Anda dapat %smen-download plugin di GitHub%s untuk memulai."
918
+
919
+ #: ../admin-views/tribe-options-help.php:96
920
+ msgid ""
921
+ "Otherwise, if you're feeling adventurous, you can get started by heading to "
922
+ "the Events menu and adding your first event."
923
+ msgstr ""
924
+ "Jika tidak, jika Anda merasa petualang, Anda bisa memulai dengan menuju ke "
925
+ "menu Event dan menambahkan event pertama Anda."
926
+
927
+ #: ../admin-views/tribe-options-help.php:100
928
+ #, php-format
929
+ msgid ""
930
+ "We've redone our support page from the ground up in an effort to better help "
931
+ "our users. Head over to our %sSupport Page%s and you'll find lots of great "
932
+ "resources, including:"
933
+ msgstr ""
934
+ "Kami telah redone halaman dukungan kami dari bawah ke atas dalam upaya untuk "
935
+ "lebih membantu pengguna kami. Singgah ke %s Halaman Dukungan%s dan Anda akan "
936
+ "menemukan banyak sumber daya yang besar, termasuk:"
937
+
938
+ #: ../admin-views/tribe-options-help.php:102
939
+ #, php-format
940
+ msgid ""
941
+ "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar "
942
+ "&amp; Events Calendar PRO"
943
+ msgstr ""
944
+ "%sTemplate tags, functions, dan hooks & filters%s untuk The Events Calendar "
945
+ "&amp; Events Calendar PRO"
946
+
947
+ #: ../admin-views/tribe-options-help.php:104
948
+ #, php-format
949
+ msgid ""
950
+ "%sFrequently Asked Questions%s ranging from the most basic setup questions "
951
+ "to advanced themer tweaks"
952
+ msgstr ""
953
+ "%sPertanyaan yang Sering Diajukan%s mulai dari pertanyaan konfigurasi paling "
954
+ "dasar sampai tweak themer mahir"
955
+
956
+ #: ../admin-views/tribe-options-help.php:106
957
+ #, php-format
958
+ msgid ""
959
+ "%sTutorials%s written by both members of our team and users from the "
960
+ "community, covering custom queries, integration with third-party themes and "
961
+ "plugins, etc."
962
+ msgstr ""
963
+ "%sTutorial%s ditulis oleh kedua anggota tim kami dan pengguna dari "
964
+ "komunitas, meliputi query kustom, integrasi dengan tema pihak ketiga dan "
965
+ "plugin, dll"
966
+
967
+ #: ../admin-views/tribe-options-help.php:108
968
+ msgid ""
969
+ "Release notes for painting an overall picture of the plugin's lifecycle and "
970
+ "when features/bug fixes were introduced."
971
+ msgstr ""
972
+ "Rilis catatan untuk melukis gambaran keseluruhan siklus hidup plugin dan "
973
+ "ketika fitur/perbaikan bug diperkenalkan."
974
+
975
+ #: ../admin-views/tribe-options-help.php:110
976
+ #, php-format
977
+ msgid ""
978
+ "%sAdd-on documentation%s for all of Modern Tribe's official extensions for "
979
+ "The Events Calendar (including WooTickets, Community Events, Eventbrite "
980
+ "Tickets, Facebook Events, etc)"
981
+ msgstr ""
982
+ "%s Add-on dokumentasi %s untuk semua ekstensi resmi modern Tribe untuk The "
983
+ "Events Calendar (termasuk WooTickets, Community Events, Eventbrite Tiket, "
984
+ "Facebook Events, dll)"
985
+
986
+ #: ../admin-views/tribe-options-help.php:112
987
+ #, php-format
988
+ msgid ""
989
+ "We've also got a %sModern Tribe UserVoice%s page where we're actively "
990
+ "watching for feature ideas from the community. If after playing with the "
991
+ "plugin and reviewing the resources above, you're finding a feature isn't "
992
+ "present that should be, let us know. Vote up existing feature requests or "
993
+ "add your own, and help us shape the future of the products business in a way "
994
+ "that best meets the community's needs."
995
+ msgstr ""
996
+ "Kami juga punya halaman %sModern Tribe UserVoice %s dimana kami secara aktif "
997
+ "mengawasi ide-ide fitur dari komunitas. Jika setelah bermain dengan plugin "
998
+ "dan mengkaji sumber daya di atas, Anda menemukan fitur yang seharusnya ada, "
999
+ "beritahu kami. Vote up permintaan fitur yang ada atau tambahkan sendiri, dan "
1000
+ "bantu kami membentuk masa depan bisnis produk dengan cara yang paling sesuai "
1001
+ "dengan kebutuhan komunitas."
1002
+
1003
+ #: ../admin-views/tribe-options-help.php:116
1004
+ #, php-format
1005
+ msgid ""
1006
+ "Written documentation can only take things so far...sometimes, you need help "
1007
+ "from a real person. This is where our %ssupport forums%s come into play."
1008
+ msgstr ""
1009
+ "Dokumentasi tertulis hanya dapat membantul sejauh ini ... kadang-kadang, "
1010
+ "Anda membutuhkan bantuan dari orang yang nyata. Di sinilah %sforum dukungan"
1011
+ "%s kami ikut bermain."
1012
+
1013
+ #: ../admin-views/tribe-options-help.php:117
1014
+ #, php-format
1015
+ msgid ""
1016
+ "Users of the free The Events Calendar should post their support concerns to "
1017
+ "the plugin's %sWordPress.org support forum%s. While we are happy to help "
1018
+ "identify and fix bugs that are reported at WordPress.org, please make sure "
1019
+ "to read our %ssupport expectations sticky thread%s before posting so you "
1020
+ "understand our limitations."
1021
+ msgstr ""
1022
+ "Pengguna dari The Events Calendar harus posting masalah dukungan mereka "
1023
+ "terhadap plugin %sdukungan WordPress.org forum %s . Sementara kami senang "
1024
+ "untuk membantu mengidentifikasi dan memperbaiki bug yang dilaporkan di "
1025
+ "WordPress.org, pastikan untuk membaca kami %s harapan dukungan benang "
1026
+ "lengket %s sebelum posting sehingga Anda memahami keterbatasan kita."
1027
+
1028
+ #: ../admin-views/tribe-options-help.php:118
1029
+ msgid ""
1030
+ "We hit the WordPress.org forum throughout the week, watching for bugs. If "
1031
+ "you report a legitimate bug that we're able to reproduce, we will log it and "
1032
+ "patch for an upcoming release. However we are unfortunately unable to "
1033
+ "provide customization tips or assist in integrating with 3rd party plugins "
1034
+ "or themes."
1035
+ msgstr ""
1036
+ "Kami memukul forum WordPress.org sepanjang minggu, menonton untuk bug. Jika "
1037
+ "Anda melaporkan bug yang sah bahwa kita mampu mereproduksi, kita akan log "
1038
+ "itu dan patch untuk rilis mendatang. Namun kami sayangnya tidak dapat "
1039
+ "memberikan tips kustomisasi atau membantu dalam mengintegrasikan dengan "
1040
+ "plugin pihak ke-3 atau tema."
1041
+
1042
+ #: ../admin-views/tribe-options-help.php:119
1043
+ #, php-format
1044
+ msgid ""
1045
+ "If you're a user of The Events Calendar and would like more support, please "
1046
+ "%spurchase a PRO license%s. We hit the PRO forums daily, and can provide a "
1047
+ "deeper level of customization/integration support for paying users than we "
1048
+ "can on WordPress.org."
1049
+ msgstr ""
1050
+ "Jika Anda adalah seorang pengguna dari The Events Calendar dan ingin lebih "
1051
+ "banyak dukungan, silakan %s membeli lisensi PRO %s . Kami memukul forum PRO "
1052
+ "setiap hari, dan dapat memberikan tingkat yang lebih dalam dukungan "
1053
+ "kustomisasi / integrasi untuk membayar pengguna dari yang kita dapat di "
1054
+ "WordPress.org."
1055
+
1056
+ #: ../admin-views/tribe-options-help.php:123
1057
+ #, php-format
1058
+ msgid ""
1059
+ "If you find that you aren't getting the level of service you've come to "
1060
+ "expect from Modern Tribe, shoot us an email at %s or tweet %s and tell us "
1061
+ "why. We'll do what we can to make it right."
1062
+ msgstr ""
1063
+ "Jika Anda menemukan bahwa Anda tidak mendapatkan tingkat pelayanan yang "
1064
+ "telah datang ke harapkan dari Modern Tribe, menembak kami email pada %s atau "
1065
+ "tweet %s dan memberi tahu kami mengapa. Kami akan melakukan apa yang kami "
1066
+ "bisa untuk membuatnya benar."
1067
+
1068
+ #: ../admin-views/tribe-options-help.php:124
1069
+ msgid "More..."
1070
+ msgstr "Lanjut..."
1071
+
1072
+ #: ../admin-views/tribe-options-help.php:132
1073
+ msgid ""
1074
+ "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much "
1075
+ "for installing our labor of love!"
1076
+ msgstr ""
1077
+ "Hi! Kami Modern Tribe dan kami di sini untuk membantu Anda kick ass. Terima "
1078
+ "kasih banyak telah menginstal pekerjaan cinta kami!"
1079
+
1080
+ #: ../admin-views/tribe-options-help.php:138
1081
+ msgid "Getting Started"
1082
+ msgstr "Memulai"
1083
+
1084
+ #: ../admin-views/tribe-options-help.php:141
1085
+ msgid "Support Resources To Help You Kick Ass"
1086
+ msgstr "Sumber Daya Dukungan Untuk Membantu Anda Kick Ass"
1087
+
1088
+ #: ../admin-views/tribe-options-help.php:144
1089
+ msgid "Forums: Because Everyone Needs A Buddy"
1090
+ msgstr "Forum: Karena Semua Orang Perlu Teman"
1091
+
1092
+ #: ../admin-views/tribe-options-help.php:147
1093
+ msgid "Not getting help?"
1094
+ msgstr "Tidak mendapatkan bantuan?"
1095
+
1096
+ #: ../admin-views/tribe-options-help.php:159
1097
+ #: ../lib/the-events-calendar.class.php:567
1098
+ #: ../lib/tribe-settings.class.php:129
1099
+ msgid "The Events Calendar"
1100
+ msgstr "The Events Calendar"
1101
+
1102
+ #: ../admin-views/tribe-options-help.php:163
1103
+ msgid "Latest Version:"
1104
+ msgstr "Versi Terbaru:"
1105
+
1106
+ #: ../admin-views/tribe-options-help.php:164
1107
+ msgid "Author:"
1108
+ msgstr "Author:"
1109
+
1110
+ #: ../admin-views/tribe-options-help.php:164
1111
+ msgid "Modern Tribe Inc"
1112
+ msgstr "Modern Tribe Inc"
1113
+
1114
+ #: ../admin-views/tribe-options-help.php:165
1115
+ msgid "Requires:"
1116
+ msgstr "Membutuhkan:"
1117
+
1118
+ #: ../admin-views/tribe-options-help.php:165
1119
+ msgid "WordPress "
1120
+ msgstr "WordPress "
1121
+
1122
+ #: ../admin-views/tribe-options-help.php:166
1123
+ msgid "Wordpress.org Plugin Page"
1124
+ msgstr "Halaman Plugin Wordpress.org"
1125
+
1126
+ #: ../admin-views/tribe-options-help.php:171
1127
+ msgid "Average Rating"
1128
+ msgstr "Rata-rata Penilaian"
1129
+
1130
+ #: ../admin-views/tribe-options-help.php:175
1131
+ #, php-format
1132
+ msgid "Based on %d rating"
1133
+ msgid_plural "Based on %d ratings"
1134
+ msgstr[0] "Berdasarkan %d ulasan"
1135
+
1136
+ #: ../admin-views/tribe-options-help.php:176
1137
+ msgid "Give us 5 stars!"
1138
+ msgstr "Beri kami 5 stars!"
1139
+
1140
+ #: ../admin-views/tribe-options-help.php:179
1141
+ msgid "Premium Add-Ons"
1142
+ msgstr "Premium Add-Ons"
1143
+
1144
+ #: ../admin-views/tribe-options-help.php:185
1145
+ msgid "(Coming Soon!)"
1146
+ msgstr "(Segera Hadir!)"
1147
+
1148
+ #: ../admin-views/tribe-options-help.php:192
1149
+ msgid "News and Tutorials"
1150
+ msgstr "Berita dan Tutorial"
1151
+
1152
+ #: ../admin-views/tribe-options-network.php:14
1153
+ msgid "Network Settings"
1154
+ msgstr "Pengaturan Jaringan"
1155
+
1156
+ #: ../admin-views/tribe-options-network.php:18
1157
+ msgid ""
1158
+ "This is where all of the global network settings for Modern Tribe's The "
1159
+ "Events Calendar can be modified."
1160
+ msgstr ""
1161
+ "Ini adalah di mana semua pengaturan jaringan global untuk Modern Tribe's "
1162
+ "The Events Calendar dapat dimodifikasi."
1163
+
1164
+ #: ../admin-views/tribe-options-network.php:26
1165
+ msgid "Hide the following settings tabs on every site:"
1166
+ msgstr "Sembunyikan pengaturan tab berikut pada setiap situs:"
1167
+
1168
+ #: ../admin-views/venue-meta-box.php:27
1169
+ #: ../public/advanced-functions/meta.php:422
1170
+ msgid "Address:"
1171
+ msgstr "Alamat:"
1172
+
1173
+ #: ../admin-views/venue-meta-box.php:31
1174
+ msgid "City:"
1175
+ msgstr "Kota :"
1176
+
1177
+ #: ../admin-views/venue-meta-box.php:35
1178
+ msgid "Country:"
1179
+ msgstr "Negara:"
1180
+
1181
+ #: ../admin-views/venue-meta-box.php:73
1182
+ msgid "State or Province:"
1183
+ msgstr "Negara atau Provinsi:"
1184
+
1185
+ #: ../admin-views/venue-meta-box.php:76
1186
+ msgid "Select a State:"
1187
+ msgstr "Pilih Negara Bagian:"
1188
+
1189
+ #: ../admin-views/venue-meta-box.php:89
1190
+ msgid "Postal Code:"
1191
+ msgstr "Kodepos:"
1192
+
1193
+ #: ../admin-views/venue-meta-box.php:112 ../admin-views/venue-meta-box.php:134
1194
+ msgid "Show Google Map:"
1195
+ msgstr "Tampilkan Google Map:"
1196
+
1197
+ #: ../admin-views/venue-meta-box.php:122 ../admin-views/venue-meta-box.php:144
1198
+ msgid "Show Google Maps Link:"
1199
+ msgstr "Tampilkan Link Google Maps:"
1200
+
1201
+ #: ../admin-views/widget-admin-list.php:11
1202
+ msgid "Title:"
1203
+ msgstr "Judul:"
1204
+
1205
+ #: ../admin-views/widget-admin-list.php:16
1206
+ msgid "Show:"
1207
+ msgstr "Tampilkan:"
1208
+
1209
+ #: ../admin-views/widget-admin-list.php:24
1210
+ msgid "Show widget only if there are upcoming events:"
1211
+ msgstr "Tampilkan widget hanya jika ada event mendatang:"
1212
+
1213
+ #: ../lib/io/csv/admin-views/columns.php:22
1214
+ #, php-format
1215
+ msgid "Column Mapping: %s"
1216
+ msgstr "Pemetaan Kolom: %s"
1217
+
1218
+ #: ../lib/io/csv/admin-views/columns.php:28
1219
+ msgid "Please choose the fields that best match the columns in your CSV file."
1220
+ msgstr "Pilihlah field yang paling cocok dengan kolom dalam file CSV Anda."
1221
+
1222
+ #: ../lib/io/csv/admin-views/columns.php:33
1223
+ msgid "Column Headings"
1224
+ msgstr "Heding Kolom"
1225
+
1226
+ #: ../lib/io/csv/admin-views/columns.php:34
1227
+ msgid "Event Fields"
1228
+ msgstr "Field Event"
1229
+
1230
+ #: ../lib/io/csv/admin-views/columns.php:45
1231
+ msgid "Perform Import"
1232
+ msgstr "Lakukan Impor"
1233
+
1234
+ #: ../lib/io/csv/admin-views/header.php:11
1235
+ msgid "Events Import (CSV)"
1236
+ msgstr "Impor Event(CSV)"
1237
+
1238
+ #: ../lib/io/csv/admin-views/import.php:17
1239
+ msgid "Import Instructions"
1240
+ msgstr "Instruksi Impor"
1241
+
1242
+ #: ../lib/io/csv/admin-views/import.php:20
1243
+ msgid "If your events have Organizers or Venues, please import those first."
1244
+ msgstr ""
1245
+ "Jika event Anda memiliki Penyelenggara atau Venues, silakan impor terlebih "
1246
+ "dahulu."
1247
+
1248
+ #: ../lib/io/csv/admin-views/import.php:21
1249
+ msgid "To import organizers or venues:"
1250
+ msgstr "Untuk mengimpor penyelenggara atau tempat:"
1251
+
1252
+ #: ../lib/io/csv/admin-views/import.php:23
1253
+ msgid "Select the appropriate import type."
1254
+ msgstr "Pilih jenis impor yang sesuai."
1255
+
1256
+ #: ../lib/io/csv/admin-views/import.php:24
1257
+ #: ../lib/io/csv/admin-views/import.php:30
1258
+ msgid ""
1259
+ "Upload a CSV file with one record on each line. The first line may contain "
1260
+ "column names (check the box below)."
1261
+ msgstr ""
1262
+ "Upload file CSV dengan satu record pada setiap baris. Baris pertama mungkin "
1263
+ "berisi nama kolom (centang kotak di bawah)."
1264
+
1265
+ #: ../lib/io/csv/admin-views/import.php:25
1266
+ msgid ""
1267
+ "One column in your CSV should have the Organizer/Venue name. All other "
1268
+ "fields are optional."
1269
+ msgstr ""
1270
+ "Salah satu kolom di CSV Anda harus memiliki nama Penyelenggara/Tempat. Semua "
1271
+ "field lain adalah opsional."
1272
+
1273
+ #: ../lib/io/csv/admin-views/import.php:26
1274
+ #: ../lib/io/csv/admin-views/import.php:32
1275
+ msgid ""
1276
+ "After you upload your file, you'll have the opportunity to indicate how the "
1277
+ "columns in your CSV map to fields in The Events Calendar."
1278
+ msgstr ""
1279
+ "Setelah Anda meng-upload file Anda, Anda akan memiliki kesempatan untuk "
1280
+ "menunjukkan bagaimana kolom dalam peta CSV dipetakan ke The Events Calendar."
1281
+
1282
+ #: ../lib/io/csv/admin-views/import.php:28
1283
+ msgid "After importing your Organizers and Venues, import your Events:"
1284
+ msgstr "Setelah mengimpor Penyelenggara dan Venues, impor Event Anda:"
1285
+
1286
+ #: ../lib/io/csv/admin-views/import.php:31
1287
+ msgid ""
1288
+ "One column in your CSV should have the Event title. Another should have the "
1289
+ "Event start date. All other fields are optional."
1290
+ msgstr ""
1291
+ "Salah satu kolom di CSV Anda harus memiliki judul Event. Lain harus memiliki "
1292
+ "tanggal mulai Event. Semua field lain adalah opsional."
1293
+
1294
+ #: ../lib/io/csv/admin-views/import.php:36
1295
+ #, php-format
1296
+ msgid "Questions? <a href=\"%s\">Watch the video</a>."
1297
+ msgstr "Pertanyaan? <a href =\"%s\">Simak video</ a>."
1298
+
1299
+ #: ../lib/io/csv/admin-views/import.php:43
1300
+ msgid "Import Type:"
1301
+ msgstr "Jenis Impor:"
1302
+
1303
+ #: ../lib/io/csv/admin-views/import.php:45
1304
+ msgid "Venues"
1305
+ msgstr "Tempat"
1306
+
1307
+ #: ../lib/io/csv/admin-views/import.php:46
1308
+ msgid "Organizers"
1309
+ msgstr "Penyelenggara"
1310
+
1311
+ #: ../lib/io/csv/admin-views/import.php:47
1312
+ #: ../lib/the-events-calendar.class.php:1353
1313
+ #: ../lib/the-events-calendar.class.php:3884
1314
+ msgid "Events"
1315
+ msgstr "Event"
1316
+
1317
+ #: ../lib/io/csv/admin-views/import.php:55
1318
+ msgid "CSV File:"
1319
+ msgstr "File CSV:"
1320
+
1321
+ #: ../lib/io/csv/admin-views/import.php:58
1322
+ msgid ""
1323
+ "Upload a properly formatted, UTF-8 encoded CSV file. Not sure if your file "
1324
+ "is UTF-8 encoded? Make sure to specify the character encoding when you save "
1325
+ "the file, or pass it through a <a href='http://i-tools.org/charset/exec?"
1326
+ "dest=utf-8&src=auto&download=1'>conversion tool</a>."
1327
+ msgstr ""
1328
+ "Upload diformat dengan benar, UTF-8 dikodekan file CSV. Tidak yakin apakah "
1329
+ "file Anda UTF-8 dikodekan? Pastikan untuk menetapkan pengkodean karakter "
1330
+ "ketika Anda menyimpan file, atau menyebarkannya melalui alat konversi <a "
1331
+ "href='http://i-tools.org/charset/exec?"
1332
+ "dest=utf-8&src=auto&download=1'>conversion tool</a>."
1333
+
1334
+ #: ../lib/io/csv/admin-views/import.php:66
1335
+ msgid "This file has column names in the first row"
1336
+ msgstr "Berkas ini memiliki nama kolom pada baris pertama"
1337
+
1338
+ #: ../lib/io/csv/admin-views/import.php:77
1339
+ msgid "Import CSV File"
1340
+ msgstr "Impor File CSV"
1341
+
1342
+ #: ../lib/io/csv/admin-views/result.php:13
1343
+ msgid "Import Result"
1344
+ msgstr "Impor Hasil"
1345
+
1346
+ #: ../lib/io/csv/admin-views/result.php:15
1347
+ msgid "Import complete!"
1348
+ msgstr "Impor selesai!"
1349
+
1350
+ #: ../lib/io/csv/admin-views/result.php:17
1351
+ #, php-format
1352
+ msgid "Inserted: %d"
1353
+ msgstr "Dimasukkan: %d"
1354
+
1355
+ #: ../lib/io/csv/admin-views/result.php:18
1356
+ #, php-format
1357
+ msgid "Updated: %d"
1358
+ msgstr "Diperbarui: %d"
1359
+
1360
+ #: ../lib/io/csv/admin-views/result.php:19
1361
+ #, php-format
1362
+ msgid "Skipped: %d"
1363
+ msgstr "dilewatkan: %d"
1364
+
1365
+ #: ../lib/io/csv/admin-views/result.php:23
1366
+ msgid "The import statistics above have the following meaning:"
1367
+ msgstr "Statistik impor di atas memiliki arti sebagai berikut:"
1368
+
1369
+ #: ../lib/io/csv/admin-views/result.php:24
1370
+ msgid ""
1371
+ "<ol><li><strong>Inserted:</strong> A new item was inserted successfully.</"
1372
+ "li><li><strong>Updated:</strong> An item was found with the same name and/or "
1373
+ "start date. The existing item was updated with the new value from the file.</"
1374
+ "li><li><strong>Skipped:</strong> A row was found in the CSV file that could "
1375
+ "not be imported. Please see below for the invalid rows.</li></ol>"
1376
+ msgstr ""
1377
+ "<ol> <li> <strong> Dimasukkan: </ strong> Sebuah item baru dimasukkan "
1378
+ "berhasil </ li> <strong> Diperbarui:. </ strong> Item ditemukan dengan nama "
1379
+ "yang sama dan / atau start date. Item yang ada diperbarui dengan nilai baru "
1380
+ "dari file </ li> <strong> Dilewati:. </ Strong> baris A ditemukan dalam file "
1381
+ "CSV yang tidak dapat diimpor. Silakan lihat di bawah untuk baris tidak "
1382
+ "valid. </ Li> </ ol>"
1383
+
1384
+ #: ../lib/io/csv/admin-views/result.php:27
1385
+ #, php-format
1386
+ msgid "Skipped row numbers: %s"
1387
+ msgstr "Nomor baris dilewati: %s"
1388
+
1389
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:15
1390
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:16
1391
+ msgid "Import: CSV"
1392
+ msgstr "Impor: CSV"
1393
+
1394
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:29
1395
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:147
1396
+ msgid "The file went away. Please try again."
1397
+ msgstr "File pergi. Silakan coba lagi."
1398
+
1399
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:113
1400
+ msgid "We were unable to process your request. Please try again."
1401
+ msgstr "Kami tidak dapat memproses permintaan Anda. Silakan coba lagi."
1402
+
1403
+ #: ../lib/io/csv/classes/TribeEventsImporter_AdminPage.php:154
1404
+ msgid "<p>The following fields are required for a successful import:</p>"
1405
+ msgstr "<p>Field berikut diperlukan agar impor sukses:</p>"
1406
+
1407
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:33
1408
+ msgid "Do Not Import"
1409
+ msgstr "Jangan Impor"
1410
+
1411
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:50
1412
+ msgid "Event Name"
1413
+ msgstr "Nama Event"
1414
+
1415
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:51
1416
+ msgid "Event Description"
1417
+ msgstr "Deskripsi Event"
1418
+
1419
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:52
1420
+ msgid "Event Start Date"
1421
+ msgstr "Tanggal Mulai Event"
1422
+
1423
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:53
1424
+ msgid "Event Start Time"
1425
+ msgstr "Waktu Mulai Event"
1426
+
1427
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:54
1428
+ msgid "Event End Date"
1429
+ msgstr "Tanggal Event Berakhir"
1430
+
1431
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:55
1432
+ msgid "Event End Time"
1433
+ msgstr "Akhir Waktu Event"
1434
+
1435
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:56
1436
+ msgid "All Day Event"
1437
+ msgstr "Event Sepanjang Hari"
1438
+
1439
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:57
1440
+ msgid "Event Venue Name"
1441
+ msgstr "Nama Tempat Event "
1442
+
1443
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:58
1444
+ msgid "Event Organizer Name"
1445
+ msgstr "Nama Penyelenggara Event"
1446
+
1447
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:59
1448
+ msgid "Event Show Map Link"
1449
+ msgstr "Link Event Tampilkan Peta"
1450
+
1451
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:60
1452
+ msgid "Event Show Map"
1453
+ msgstr "Tampilkan Peta Event"
1454
+
1455
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:62
1456
+ msgid "Event Phone"
1457
+ msgstr "Telepon Event"
1458
+
1459
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:63
1460
+ #: ../lib/the-events-calendar.class.php:1393
1461
+ #: ../public/template-tags/general.php:268
1462
+ msgid "Event Category"
1463
+ msgstr "Kategori Event"
1464
+
1465
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:69
1466
+ msgid "Venue Name"
1467
+ msgstr "Nama Tempat"
1468
+
1469
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:70
1470
+ msgid "Venue Country"
1471
+ msgstr "Negara Tempat"
1472
+
1473
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:71
1474
+ msgid "Venue Address"
1475
+ msgstr "Alamat Tempat"
1476
+
1477
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:72
1478
+ msgid "Venue Addres 2"
1479
+ msgstr "Alamat Tempat 2"
1480
+
1481
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:73
1482
+ msgid "Venue City"
1483
+ msgstr "Kota Tempat"
1484
+
1485
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:74
1486
+ msgid "Venue State/Province"
1487
+ msgstr "Negara Bagian/Provinsi Tempat"
1488
+
1489
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:75
1490
+ msgid "Venue Zip"
1491
+ msgstr "Zip Tempat"
1492
+
1493
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:76
1494
+ msgid "Venue Phone"
1495
+ msgstr "Telepon Tempat"
1496
+
1497
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:82
1498
+ msgid "Organizer Name"
1499
+ msgstr "Nama Penyelenggara"
1500
+
1501
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:83
1502
+ msgid "Organizer Email"
1503
+ msgstr "Email Penyelenggara"
1504
+
1505
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:84
1506
+ msgid "Organizer Website"
1507
+ msgstr "Situs Web Penyelenggara"
1508
+
1509
+ #: ../lib/io/csv/classes/TribeEventsImporter_ColumnMapper.php:85
1510
+ msgid "Organizer Phone"
1511
+ msgstr "Telepon Penyelenggara"
1512
+
1513
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:38
1514
+ #, php-format
1515
+ msgid "No importer defined for %s"
1516
+ msgstr "Tidak ada importir yang ditetapkan untuk %s"
1517
+
1518
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:110
1519
+ #, php-format
1520
+ msgid "Missing required fields in row %d."
1521
+ msgstr "Hilang field yang dibutuhkan dalam baris %d ."
1522
+
1523
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:117
1524
+ #, php-format
1525
+ msgid "Failed to import record in row %d."
1526
+ msgstr "Gagal mengimpor rekor di baris %d ."
1527
+
1528
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:126
1529
+ #, php-format
1530
+ msgid "%s (post ID %d) updated."
1531
+ msgstr "%s (post ID %d ) diperbarui."
1532
+
1533
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileImporter.php:130
1534
+ #, php-format
1535
+ msgid "%s (post ID %d) created."
1536
+ msgstr "%s (post ID %d ) dibuat."
1537
+
1538
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileUploader.php:28
1539
+ #, php-format
1540
+ msgid "Temporary file not found. Could not save %s."
1541
+ msgstr "File sementara tidak ditemukan. Tidak dapat menyimpan %s ."
1542
+
1543
+ #: ../lib/io/csv/classes/TribeEventsImporter_FileUploader.php:36
1544
+ #, php-format
1545
+ msgid "Could not save %s."
1546
+ msgstr "Tidak dapat menyimpan %s ."
1547
+
1548
+ #: ../lib/pue/admin-views/license-key.view.php:9
1549
+ #: ../lib/pue/admin-views/license-key.view.php:13
1550
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:288
1551
+ msgid "License Key"
1552
+ msgstr "License Key"
1553
+
1554
+ #: ../lib/pue/admin-views/license-key.view.php:10
1555
+ msgid "A valid license key is required for support and updates."
1556
+ msgstr "Kunci lisensi yang valid diperlukan untuk dukungan dan update."
1557
+
1558
+ #: ../lib/pue/admin-views/license-key.view.php:16
1559
+ msgid "Replace empty fields"
1560
+ msgstr "Ganti field kosong"
1561
+
1562
+ #: ../lib/pue/admin-views/license-key.view.php:25
1563
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:289
1564
+ msgid "A valid license key is required for support and updates"
1565
+ msgstr "Kunci lisensi yang valid diperlukan untuk dukungan dan update"
1566
+
1567
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:353
1568
+ msgid "License key(s) updated."
1569
+ msgstr "Kunci lisensi diperbarui."
1570
+
1571
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:393
1572
+ msgid "Sorry, key validation server is not available."
1573
+ msgstr "Maaf, server validasi kunci tidak tersedia."
1574
+
1575
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:395
1576
+ msgid "Sorry, this key is expired."
1577
+ msgstr "Maaf, kunci ini kadaluarsa."
1578
+
1579
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:397
1580
+ msgid "Sorry, this key is out of installs."
1581
+ msgstr "Maaf, kunci ini keluar dari instalasi."
1582
+
1583
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:399
1584
+ msgid "Sorry, this key is not valid."
1585
+ msgstr "Maaf, kunci ini tidak valid."
1586
+
1587
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:402
1588
+ #, php-format
1589
+ msgid "Valid Key! Expires on %s"
1590
+ msgstr "Kunci Valid! Berakhir pada %s"
1591
+
1592
+ #: ../lib/pue/lib/pue_plugin_update_engine.class.php:406
1593
+ #, php-format
1594
+ msgid ""
1595
+ "Hmmm... something's wrong with this validator. Please contact <a href=\"%s"
1596
+ "\">support.</a>"
1597
+ msgstr ""
1598
+ "Hmmm ... ada yang salah dengan validator ini. Silahkan hubungi <a href =\"%s"
1599
+ "\">dukungan.</a>"
1600
+
1601
+ #: ../lib/template-classes/day.php:70 ../lib/template-classes/day.php:79
1602
+ msgid "All Day"
1603
+ msgstr "Sepanjang Hari"
1604
+
1605
+ #: ../lib/template-classes/day.php:122
1606
+ #, php-format
1607
+ msgid ""
1608
+ "No matching events listed under %s scheduled for <strong>%s</strong>. Please "
1609
+ "try another day."
1610
+ msgstr ""
1611
+ "Tidak ada event yang cocok terdaftar di bawah %s dijadwalkan untuk <strong>"
1612
+ "%s</strong>. Silakan coba hari lain."
1613
+
1614
+ #: ../lib/template-classes/day.php:125
1615
+ #, php-format
1616
+ msgid "No events scheduled for <strong>%s</strong>. Please try another day."
1617
+ msgstr ""
1618
+ "Tidak ada event yang dijadwalkan untuk <strong>%s</strong>. Silakan coba "
1619
+ "hari lain."
1620
+
1621
+ #: ../lib/template-classes/month.php:112
1622
+ #, php-format
1623
+ msgid ""
1624
+ "There were no results found for <strong>\"%s\"</strong> this month. Try "
1625
+ "searching next month."
1626
+ msgstr ""
1627
+ "Tidak ada hasil yang ditemukan untuk <strong>\"%s\"</strong> bulan ini. Coba "
1628
+ "cari di bulan depan."
1629
+
1630
+ #: ../lib/template-classes/month.php:116
1631
+ #: ../lib/tribe-template-factory.class.php:230
1632
+ #: ../lib/tribe-template-factory.class.php:237
1633
+ #, php-format
1634
+ msgid ""
1635
+ "No matching events listed under %s. Please try viewing the full calendar for "
1636
+ "a complete list of events."
1637
+ msgstr ""
1638
+ "Tidak ada event yang cocok terdaftar di bawah %s . Silakan coba melihat "
1639
+ "kalender penuh untuk daftar lengkap event."
1640
+
1641
+ #: ../lib/template-classes/month.php:119
1642
+ #: ../lib/tribe-template-factory.class.php:240
1643
+ msgid "There were no results found."
1644
+ msgstr "Tidak ada hasil yang ditemukan."
1645
+
1646
+ #: ../lib/template-classes/single-event.php:97
1647
+ msgid "This event has passed."
1648
+ msgstr "Event ini telah berlalu."
1649
+
1650
+ #: ../lib/the-events-calendar.class.php:572
1651
+ msgid "month"
1652
+ msgstr "bulan"
1653
+
1654
+ #: ../lib/the-events-calendar.class.php:573
1655
+ msgid "upcoming"
1656
+ msgstr "mendatang"
1657
+
1658
+ #: ../lib/the-events-calendar.class.php:574
1659
+ msgid "past"
1660
+ msgstr "lalu"
1661
+
1662
+ #: ../lib/the-events-calendar.class.php:575
1663
+ msgid "day"
1664
+ msgstr "hari"
1665
+
1666
+ #: ../lib/the-events-calendar.class.php:576
1667
+ msgid "today"
1668
+ msgstr "hari ini"
1669
+
1670
+ #: ../lib/the-events-calendar.class.php:594
1671
+ #, php-format
1672
+ msgid "Initializing Tribe Events on %s"
1673
+ msgstr "Menginisialisasi Tribe Events pada %s"
1674
+
1675
+ #: ../lib/the-events-calendar.class.php:702
1676
+ #, php-format
1677
+ msgid ""
1678
+ "Your version of The Events Calendar is not up-to-date with one of your The "
1679
+ "Events Calendar add-ons. Please %supdate now.%s"
1680
+ msgstr ""
1681
+ "Versi The Events Calendar Anda tidak up-to-date dengan salah satu dari add-"
1682
+ "on The Events Calendar Anda. Silakan %smemperbarui sekarang.%s"
1683
+
1684
+ #: ../lib/the-events-calendar.class.php:719
1685
+ #, php-format
1686
+ msgid ""
1687
+ "The following plugins are out of date: <b>%s</b>. All add-ons contain "
1688
+ "dependencies on The Events Calendar and will not function properly unless "
1689
+ "paired with the right version. %sWant to pair an older version%s?"
1690
+ msgstr ""
1691
+ "Plugin berikut ini kadaluarsa: <b>%s</b>. Semua add-on mengandung "
1692
+ "ketergantungan pada The Events Calendar dan tidak akan berfungsi dengan baik "
1693
+ "kecuali dipasangkan dengan versi yang tepat. %s Ingin memasangkan dengan "
1694
+ "versi lama%s?"
1695
+
1696
+ #: ../lib/the-events-calendar.class.php:779
1697
+ #: ../lib/the-events-calendar.class.php:814
1698
+ #: ../lib/the-events-calendar.class.php:816
1699
+ msgid "Licenses"
1700
+ msgstr "Lisensi"
1701
+
1702
+ #: ../lib/the-events-calendar.class.php:783
1703
+ #, php-format
1704
+ msgid ""
1705
+ "<p>The license key you received when completing your purchase from %s will "
1706
+ "grant you access to support and updates until it expires. You do not need to "
1707
+ "enter the key below for the plugins to work, but you will need to enter it "
1708
+ "to get automatic updates. <strong>Find your license keys at <a href=\"%s\" "
1709
+ "target=\"_blank\">%s</a></strong>.</p> <p>Each paid add-on has its own "
1710
+ "unique license key. Simply paste the key into its appropriate field on "
1711
+ "below, and give it a moment to validate. You know you're set when a green "
1712
+ "expiration date appears alongside a \"valid\" message.</p> <p>If you're "
1713
+ "seeing a red message telling you that your key isn't valid or is out of "
1714
+ "installs, visit <a href=\"%s\" target=\"_blank\">%s</a> to manage your "
1715
+ "installs or renew / upgrade your license.</p><p>Not seeing an update but "
1716
+ "expecting one? In WordPress, go to <a href=\"%s\">Dashboard > Updates</a> "
1717
+ "and click \"Check Again\".</p>"
1718
+ msgstr ""
1719
+ "<p>Kunci lisensi yang Anda terima saat menyelesaikan pembelian Anda dari %s "
1720
+ "akan memberikan Anda akses untuk dukungan dan update sampai habis masa "
1721
+ "berlakunya. Anda tidak perlu memasukkan kunci di bawah ini agar plugin "
1722
+ "bekerja, tetapi Anda akan perlu untuk memasukkannya untuk mendapatkan update "
1723
+ "otomatis. <strong>Temukan kunci lisensi Anda di<a href=\"%s\" target=\"_blank"
1724
+ "\">%s</a></strong>.</p> <p>Setiap add-on berbayar memiliki kunci lisensi "
1725
+ "unik sendiri. Cukup paste kunci ke field yang sesuai di bawah, dan berikan "
1726
+ "waktu untuk validasi. Anda tahu bahwa Anda sistem siap ketika tanggal "
1727
+ "kadaluarsa hijau muncul di samping pesan \"valid \".</p> </p>Jika Anda "
1728
+ "melihat pesan merah memberitahu Anda bahwa kunci tidak valid atau keluar "
1729
+ "dari install , kunjungi <a href =\"%s\"target =\"_blank\">%s</a> untuk "
1730
+ "mengelola instalasi atau memperbarui/meng-upgrade lisensi Anda.</p><p>Tidak "
1731
+ "melihat update tapi mengharapkan satu? Di WordPress, pergi ke <a href =\"%s"
1732
+ "\">Dashboard > Updates </a> dan klik \"Periksa Lagi\".</p>"
1733
+
1734
+ #: ../lib/the-events-calendar.class.php:806
1735
+ msgid "General"
1736
+ msgstr "Umum "
1737
+
1738
+ #: ../lib/the-events-calendar.class.php:807
1739
+ msgid "Display"
1740
+ msgstr "Tampilan"
1741
+
1742
+ #: ../lib/the-events-calendar.class.php:819
1743
+ #: ../lib/the-events-calendar.class.php:3968
1744
+ #: ../lib/the-events-calendar.class.php:4068
1745
+ msgid "Help"
1746
+ msgstr "Bantuan"
1747
+
1748
+ #: ../lib/the-events-calendar.class.php:858
1749
+ #, php-format
1750
+ msgid ""
1751
+ "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade "
1752
+ "your WordPress install."
1753
+ msgstr ""
1754
+ "Maaf, The Events Calendar membutuhkan WordPress %s atau lebih tinggi. "
1755
+ "Silakan meng-upgrade instalasi WordPress Anda."
1756
+
1757
+ #: ../lib/the-events-calendar.class.php:861
1758
+ #, php-format
1759
+ msgid ""
1760
+ "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host "
1761
+ "about moving you to a newer version of PHP."
1762
+ msgstr ""
1763
+ "Maaf, The Events Calendar membutuhkan PHP %s atau lebih tinggi. Hubungi host "
1764
+ "Web Anda tentang pindah ke versi terbaru dari PHP."
1765
+
1766
+ #: ../lib/the-events-calendar.class.php:1038 ../lib/widget-list.class.php:148
1767
+ #: ../public/template-tags/loop.php:117
1768
+ msgid "Upcoming Events"
1769
+ msgstr "Event Mendatang"
1770
+
1771
+ #: ../lib/the-events-calendar.class.php:1041
1772
+ #: ../public/template-tags/loop.php:121
1773
+ msgid "Past Events"
1774
+ msgstr "Event Lampau"
1775
+
1776
+ #: ../lib/the-events-calendar.class.php:1046
1777
+ #: ../lib/the-events-calendar.class.php:1053
1778
+ #: ../public/template-tags/loop.php:126
1779
+ #, php-format
1780
+ msgid "Events for %s"
1781
+ msgstr "Event untuk %s"
1782
+
1783
+ #: ../lib/the-events-calendar.class.php:1048
1784
+ msgid "Events this month"
1785
+ msgstr "Event bulan ini"
1786
+
1787
+ #: ../lib/the-events-calendar.class.php:1316
1788
+ msgid "category"
1789
+ msgstr "kategori"
1790
+
1791
+ #: ../lib/the-events-calendar.class.php:1326
1792
+ msgid "tag"
1793
+ msgstr "tag"
1794
+
1795
+ #: ../lib/the-events-calendar.class.php:1354
1796
+ msgid "Event"
1797
+ msgstr "Event"
1798
+
1799
+ #: ../lib/the-events-calendar.class.php:1355
1800
+ #: ../lib/the-events-calendar.class.php:1368
1801
+ #: ../lib/the-events-calendar.class.php:1381
1802
+ msgid "Add New"
1803
+ msgstr "Tambahkan Baru"
1804
+
1805
+ #: ../lib/the-events-calendar.class.php:1356
1806
+ msgid "Add New Event"
1807
+ msgstr "Tambah Event Baru"
1808
+
1809
+ #: ../lib/the-events-calendar.class.php:1357
1810
+ msgid "Edit Event"
1811
+ msgstr "Sunting Event"
1812
+
1813
+ #: ../lib/the-events-calendar.class.php:1358
1814
+ msgid "New Event"
1815
+ msgstr "Event Baru"
1816
+
1817
+ #: ../lib/the-events-calendar.class.php:1359
1818
+ msgid "View Event"
1819
+ msgstr "Lihat Event"
1820
+
1821
+ #: ../lib/the-events-calendar.class.php:1360
1822
+ msgid "Search Events"
1823
+ msgstr "Cari Event"
1824
+
1825
+ #: ../lib/the-events-calendar.class.php:1361
1826
+ msgid "No events found"
1827
+ msgstr "Tidak ada event ditemukan"
1828
+
1829
+ #: ../lib/the-events-calendar.class.php:1362
1830
+ msgid "No events found in Trash"
1831
+ msgstr "Tidak ada event yang ditemukan di Sampah"
1832
+
1833
+ #: ../lib/the-events-calendar.class.php:1369
1834
+ #: ../lib/the-events-calendar.class.php:1382
1835
+ #, php-format
1836
+ msgid "Add New %s"
1837
+ msgstr "Add New %s"
1838
+
1839
+ #: ../lib/the-events-calendar.class.php:1370
1840
+ #: ../lib/the-events-calendar.class.php:1383
1841
+ #, php-format
1842
+ msgid "Edit %s"
1843
+ msgstr "Ubah %s"
1844
+
1845
+ #: ../lib/the-events-calendar.class.php:1371
1846
+ #: ../lib/the-events-calendar.class.php:1384
1847
+ #, php-format
1848
+ msgid "New %s"
1849
+ msgstr "Baru %s"
1850
+
1851
+ #: ../lib/the-events-calendar.class.php:1372
1852
+ #: ../lib/the-events-calendar.class.php:1385
1853
+ #, php-format
1854
+ msgid "View %s"
1855
+ msgstr "Lihat %s"
1856
+
1857
+ #: ../lib/the-events-calendar.class.php:1373
1858
+ #: ../lib/the-events-calendar.class.php:1386
1859
+ #, php-format
1860
+ msgid "Search %s"
1861
+ msgstr "Pencarian %s"
1862
+
1863
+ #: ../lib/the-events-calendar.class.php:1374
1864
+ #: ../lib/the-events-calendar.class.php:1387
1865
+ #, php-format
1866
+ msgid "No %s found"
1867
+ msgstr "Tidak ada %s berhasil ditemukan"
1868
+
1869
+ #: ../lib/the-events-calendar.class.php:1375
1870
+ #: ../lib/the-events-calendar.class.php:1388
1871
+ #, php-format
1872
+ msgid "No %s found in Trash"
1873
+ msgstr "Tidak ada %s ditemukan di Sampah"
1874
+
1875
+ #: ../lib/the-events-calendar.class.php:1392
1876
+ #: ../lib/tribe-admin-events-list.class.php:174
1877
+ msgid "Event Categories"
1878
+ msgstr "Kategori Event"
1879
+
1880
+ #: ../lib/the-events-calendar.class.php:1394
1881
+ msgid "Search Event Categories"
1882
+ msgstr "Cari Kategori Event"
1883
+
1884
+ #: ../lib/the-events-calendar.class.php:1395
1885
+ msgid "All Event Categories"
1886
+ msgstr "Semua Kategori Event"
1887
+
1888
+ #: ../lib/the-events-calendar.class.php:1396
1889
+ msgid "Parent Event Category"
1890
+ msgstr "Induk Kategori Event"
1891
+
1892
+ #: ../lib/the-events-calendar.class.php:1397
1893
+ msgid "Parent Event Category:"
1894
+ msgstr "Induk Kategori Event:"
1895
+
1896
+ #: ../lib/the-events-calendar.class.php:1398
1897
+ msgid "Edit Event Category"
1898
+ msgstr "Sunting Kategori Event"
1899
+
1900
+ #: ../lib/the-events-calendar.class.php:1399
1901
+ msgid "Update Event Category"
1902
+ msgstr "Perbarui Kategori Event"
1903
+
1904
+ #: ../lib/the-events-calendar.class.php:1400
1905
+ msgid "Add New Event Category"
1906
+ msgstr "Tambah Kategori Event Baru"
1907
+
1908
+ #: ../lib/the-events-calendar.class.php:1401
1909
+ msgid "New Event Category Name"
1910
+ msgstr "Nama Kategori Event Baru "
1911
+
1912
+ #: ../lib/the-events-calendar.class.php:1417
1913
+ #, php-format
1914
+ msgid "Event updated. <a href=\"%s\">View event</a>"
1915
+ msgstr "Event diperbarui. <a href=\"%s\">Lihat event </a>"
1916
+
1917
+ #: ../lib/the-events-calendar.class.php:1418
1918
+ #: ../lib/the-events-calendar.class.php:1435
1919
+ #: ../lib/the-events-calendar.class.php:1452
1920
+ msgid "Custom field updated."
1921
+ msgstr "Field kustom diperbarui."
1922
+
1923
+ #: ../lib/the-events-calendar.class.php:1419
1924
+ #: ../lib/the-events-calendar.class.php:1436
1925
+ #: ../lib/the-events-calendar.class.php:1453
1926
+ msgid "Custom field deleted."
1927
+ msgstr "Field kustom dihapus."
1928
+
1929
+ #: ../lib/the-events-calendar.class.php:1420
1930
+ msgid "Event updated."
1931
+ msgstr "Event diperbarui."
1932
+
1933
+ #: ../lib/the-events-calendar.class.php:1422
1934
+ #, php-format
1935
+ msgid "Event restored to revision from %s"
1936
+ msgstr "Event dikembalikan ke revisi dari %s"
1937
+
1938
+ #: ../lib/the-events-calendar.class.php:1423
1939
+ #, php-format
1940
+ msgid "Event published. <a href=\"%s\">View event</a>"
1941
+ msgstr "Event diterbitkan. <a href=\"%s\">Lihat event </a>"
1942
+
1943
+ #: ../lib/the-events-calendar.class.php:1424
1944
+ msgid "Event saved."
1945
+ msgstr "Event disimpan."
1946
+
1947
+ #: ../lib/the-events-calendar.class.php:1425
1948
+ #, php-format
1949
+ msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1950
+ msgstr ""
1951
+ "Event disampaikan. <a target=\"_blank\" href=\"%s\"> Preview event </a>"
1952
+
1953
+ #: ../lib/the-events-calendar.class.php:1426
1954
+ #, php-format
1955
+ msgid ""
1956
+ "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s"
1957
+ "\">Preview event</a>"
1958
+ msgstr ""
1959
+ "Event dijadwalkan untuk: <strong>%1$s</strong>. <a target=\"_blank\" href="
1960
+ "\"%2$s\">Preview event</a>"
1961
+
1962
+ #: ../lib/the-events-calendar.class.php:1428
1963
+ #: ../lib/the-events-calendar.class.php:1445
1964
+ #: ../lib/the-events-calendar.class.php:1462
1965
+ msgid "M j, Y @ G:i"
1966
+ msgstr "M j, Y @ G: i"
1967
+
1968
+ #: ../lib/the-events-calendar.class.php:1429
1969
+ #, php-format
1970
+ msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1971
+ msgstr ""
1972
+ "Rancangan event diperbarui. <a target=\"_blank\" href=\"%s\">Preview event</"
1973
+ "a>"
1974
+
1975
+ #: ../lib/the-events-calendar.class.php:1434
1976
+ #: ../lib/the-events-calendar.class.php:1437
1977
+ #: ../lib/the-events-calendar.class.php:1451
1978
+ #: ../lib/the-events-calendar.class.php:1454
1979
+ #, php-format
1980
+ msgid "%s updated."
1981
+ msgstr "%s diperbarui."
1982
+
1983
+ #: ../lib/the-events-calendar.class.php:1439
1984
+ #: ../lib/the-events-calendar.class.php:1456
1985
+ #, php-format
1986
+ msgid "%s restored to revision from %s"
1987
+ msgstr "%s dikembalikan ke revisi dari %s"
1988
+
1989
+ #: ../lib/the-events-calendar.class.php:1440
1990
+ #: ../lib/the-events-calendar.class.php:1457
1991
+ #, php-format
1992
+ msgid "%s published."
1993
+ msgstr "%s diterbitkan."
1994
+
1995
+ #: ../lib/the-events-calendar.class.php:1441
1996
+ #: ../lib/the-events-calendar.class.php:1458
1997
+ #, php-format
1998
+ msgid "%s saved."
1999
+ msgstr "%s disimpan."
2000
+
2001
+ #: ../lib/the-events-calendar.class.php:1442
2002
+ #: ../lib/the-events-calendar.class.php:1459
2003
+ #, php-format
2004
+ msgid "%s submitted."
2005
+ msgstr "%s disampaikan."
2006
+
2007
+ #: ../lib/the-events-calendar.class.php:1443
2008
+ #: ../lib/the-events-calendar.class.php:1460
2009
+ #, php-format
2010
+ msgid "%s scheduled for: <strong>%2$s</strong>."
2011
+ msgstr "%s dijadwalkan untuk: <strong>%2$s</ strong>."
2012
+
2013
+ #: ../lib/the-events-calendar.class.php:1446
2014
+ #: ../lib/the-events-calendar.class.php:1463
2015
+ #, php-format
2016
+ msgid "%s draft updated."
2017
+ msgstr "%s rancangan diperbarui."
2018
+
2019
+ #: ../lib/the-events-calendar.class.php:1479
2020
+ #: ../lib/the-events-calendar.class.php:1480
2021
+ msgid "Add New "
2022
+ msgstr "Tambah Baru "
2023
+
2024
+ #: ../lib/the-events-calendar.class.php:1499
2025
+ msgid "Use Saved "
2026
+ msgstr "Gunakan Tersimpan "
2027
+
2028
+ #: ../lib/the-events-calendar.class.php:1522
2029
+ #, php-format
2030
+ msgid "Use Saved %s:"
2031
+ msgstr "Gunakan Tersimpan %s :"
2032
+
2033
+ #: ../lib/the-events-calendar.class.php:1561
2034
+ msgid "Use New "
2035
+ msgstr "Gunakan Baru "
2036
+
2037
+ #: ../lib/the-events-calendar.class.php:1563
2038
+ #: ../lib/the-events-calendar.class.php:1619
2039
+ #, php-format
2040
+ msgid "My %s"
2041
+ msgstr "%s Saya"
2042
+
2043
+ #: ../lib/the-events-calendar.class.php:1568
2044
+ #: ../lib/the-events-calendar.class.php:1624
2045
+ #, php-format
2046
+ msgid "Available %s"
2047
+ msgstr "Tersedia %s"
2048
+
2049
+ #: ../lib/the-events-calendar.class.php:1579
2050
+ #: ../lib/the-events-calendar.class.php:1635
2051
+ #, php-format
2052
+ msgid "No saved %s exists."
2053
+ msgstr "Tidak ada %s disimpan."
2054
+
2055
+ #: ../lib/the-events-calendar.class.php:1617
2056
+ #, php-format
2057
+ msgid "Use New %s"
2058
+ msgstr "Gunakan %s Baru"
2059
+
2060
+ #: ../lib/the-events-calendar.class.php:1776
2061
+ msgid "Next"
2062
+ msgstr "Berikutnya"
2063
+
2064
+ #: ../lib/the-events-calendar.class.php:1777
2065
+ msgid "Prev"
2066
+ msgstr "Sebelumnya"
2067
+
2068
+ #: ../lib/the-events-calendar.class.php:1778
2069
+ #: ../public/template-tags/day.php:92
2070
+ msgid "Today"
2071
+ msgstr "Hari ini"
2072
+
2073
+ #: ../lib/the-events-calendar.class.php:1779
2074
+ msgid "Done"
2075
+ msgstr "Selesai"
2076
+
2077
+ #: ../lib/the-events-calendar.class.php:1990
2078
+ msgid "Network"
2079
+ msgstr "Jaringan"
2080
+
2081
+ #: ../lib/the-events-calendar.class.php:3511
2082
+ #: ../lib/the-events-calendar.class.php:3539
2083
+ #: ../public/template-tags/day.php:140 ../public/template-tags/day.php:159
2084
+ msgid "Date out of range."
2085
+ msgstr "Tanggal di luar jangkauan."
2086
+
2087
+ #: ../lib/the-events-calendar.class.php:3563
2088
+ msgid "Event Options"
2089
+ msgstr "Pilihan Event"
2090
+
2091
+ #: ../lib/the-events-calendar.class.php:3565
2092
+ #: ../lib/the-events-calendar.class.php:3570
2093
+ msgid " Information"
2094
+ msgstr " Informasi"
2095
+
2096
+ #: ../lib/the-events-calendar.class.php:3734
2097
+ msgid "Support"
2098
+ msgstr "Mendukung "
2099
+
2100
+ #: ../lib/the-events-calendar.class.php:3737
2101
+ msgid "View All Add-Ons"
2102
+ msgstr "Lihat Semua Add-On"
2103
+
2104
+ #: ../lib/the-events-calendar.class.php:3754
2105
+ msgid "News from Modern Tribe"
2106
+ msgstr "Berita dari Modern Tribe"
2107
+
2108
+ #: ../lib/the-events-calendar.class.php:3835
2109
+ msgid "Additional Functionality"
2110
+ msgstr "Fungsi Tambahan"
2111
+
2112
+ #: ../lib/the-events-calendar.class.php:3840
2113
+ msgid ""
2114
+ "Looking for additional functionality including recurring events, ticket "
2115
+ "sales, publicly submitted events, new views and more?"
2116
+ msgstr ""
2117
+ "Mencari fungsi tambahan termasuk event berulang, penjualan tiket, event "
2118
+ "disampaikan secara terbuka, tampilan baru dan lainnya?"
2119
+
2120
+ #: ../lib/the-events-calendar.class.php:3840
2121
+ #, php-format
2122
+ msgid "Check out the <a href=\"%s\">available add-ons</a>."
2123
+ msgstr "Periksa <a href=\"%s\">add-on yang tersedia</a>."
2124
+
2125
+ #: ../lib/the-events-calendar.class.php:3911
2126
+ #: ../lib/the-events-calendar.class.php:4012
2127
+ msgid "View Calendar"
2128
+ msgstr "Lihat Kalender"
2129
+
2130
+ #: ../lib/the-events-calendar.class.php:3919
2131
+ msgid "Add Event"
2132
+ msgstr "Tambahkan Event"
2133
+
2134
+ #: ../lib/the-events-calendar.class.php:3928
2135
+ msgid "Edit Events"
2136
+ msgstr "Sunting Events"
2137
+
2138
+ #: ../lib/the-events-calendar.class.php:3939
2139
+ msgid "Import"
2140
+ msgstr "Impor"
2141
+
2142
+ #: ../lib/the-events-calendar.class.php:3945
2143
+ msgid "CSV"
2144
+ msgstr "CSV"
2145
+
2146
+ #: ../lib/the-events-calendar.class.php:3957
2147
+ #: ../lib/the-events-calendar.class.php:4053
2148
+ #: ../lib/tribe-settings.class.php:155
2149
+ msgid "Settings"
2150
+ msgstr "Pengaturan"
2151
+
2152
+ #: ../lib/the-events-calendar.class.php:3986
2153
+ #, php-format
2154
+ msgid ""
2155
+ "Welcome to The Events Calendar! Your events calendar can be found at %s. To "
2156
+ "change the events slug, visit %sEvents -> Settings%s."
2157
+ msgstr ""
2158
+ "Selamat Datang di The Events Calendar! Kalender event Anda dapat ditemukan "
2159
+ "di %s . Untuk mengubah slug event, kunjungi %s Events -> Pengaturan%s ."
2160
+
2161
+ #: ../lib/the-events-calendar.class.php:4054
2162
+ msgid "Calendar"
2163
+ msgstr "Kalender"
2164
+
2165
+ #: ../lib/the-events-calendar.class.php:4129
2166
+ msgid "List"
2167
+ msgstr "Daftar"
2168
+
2169
+ #: ../lib/the-events-calendar.class.php:4140
2170
+ msgid "Month"
2171
+ msgstr "Bulan"
2172
+
2173
+ #: ../lib/the-events-calendar.class.php:4152
2174
+ msgid "Day"
2175
+ msgstr "Hari"
2176
+
2177
+ #: ../lib/the-events-calendar.class.php:4173
2178
+ #: ../lib/the-events-calendar.class.php:4175
2179
+ msgid "Search"
2180
+ msgstr "Pencarian"
2181
+
2182
+ #: ../lib/the-events-calendar.class.php:4197
2183
+ #: ../lib/the-events-calendar.class.php:4212
2184
+ msgid "Date"
2185
+ msgstr "Tanggal"
2186
+
2187
+ #: ../lib/the-events-calendar.class.php:4200
2188
+ msgid "Events In"
2189
+ msgstr "Event Dalam"
2190
+
2191
+ #: ../lib/the-events-calendar.class.php:4202
2192
+ msgid "Events From"
2193
+ msgstr "Events Dari"
2194
+
2195
+ #: ../lib/the-events-calendar.class.php:4204
2196
+ msgid "Day Of"
2197
+ msgstr "Day Of"
2198
+
2199
+ #: ../lib/tickets/tribe-tickets-attendees.php:64
2200
+ msgid "Order #"
2201
+ msgstr "Pesanan #"
2202
+
2203
+ #: ../lib/tickets/tribe-tickets-attendees.php:65
2204
+ msgid "Order Status"
2205
+ msgstr "Status Pesanan"
2206
+
2207
+ #: ../lib/tickets/tribe-tickets-attendees.php:66
2208
+ msgid "Purchaser name"
2209
+ msgstr "Nama Pembeli"
2210
+
2211
+ #: ../lib/tickets/tribe-tickets-attendees.php:67
2212
+ msgid "Purchaser email"
2213
+ msgstr "Email Pembeli"
2214
+
2215
+ #: ../lib/tickets/tribe-tickets-attendees.php:68
2216
+ msgid "Ticket type"
2217
+ msgstr "Jenis Tiket"
2218
+
2219
+ #: ../lib/tickets/tribe-tickets-attendees.php:69
2220
+ #: ../views/tickets/email.php:314
2221
+ msgid "Ticket #"
2222
+ msgstr "Tiket #"
2223
+
2224
+ #: ../lib/tickets/tribe-tickets-attendees.php:70
2225
+ #: ../views/tickets/email.php:326
2226
+ msgid "Security Code"
2227
+ msgstr "Kode Keamanan"
2228
+
2229
+ #: ../lib/tickets/tribe-tickets-attendees.php:71
2230
+ #: ../lib/tickets/tribe-tickets-attendees.php:156
2231
+ #: ../lib/tickets/tribe-tickets-attendees.php:213
2232
+ msgid "Check in"
2233
+ msgstr "Check-in"
2234
+
2235
+ #: ../lib/tickets/tribe-tickets-attendees.php:157
2236
+ #: ../lib/tickets/tribe-tickets-attendees.php:214
2237
+ msgid "Undo Check in"
2238
+ msgstr "Undo Check-in"
2239
+
2240
+ #: ../lib/tickets/tribe-tickets-attendees.php:191
2241
+ msgid "Print"
2242
+ msgstr "Cetak"
2243
+
2244
+ #: ../lib/tickets/tribe-tickets-attendees.php:192
2245
+ msgid "Email"
2246
+ msgstr "Email"
2247
+
2248
+ #: ../lib/tickets/tribe-tickets-attendees.php:193
2249
+ #: ../lib/tribe-ical.class.php:111
2250
+ msgid "Export"
2251
+ msgstr "Ekspor"
2252
+
2253
+ #: ../lib/tickets/tribe-tickets-attendees.php:199
2254
+ msgid "Filter by ticket #, order # or security code"
2255
+ msgstr "Filter dengan tiket #, urutan # atau kode keamanan"
2256
+
2257
+ #: ../lib/tickets/tribe-tickets-metabox.php:24
2258
+ msgid "Tickets"
2259
+ msgstr "Tiket"
2260
+
2261
+ #: ../lib/tickets/tribe-tickets-metabox.php:62
2262
+ msgid "Ticket header image"
2263
+ msgstr "Header image Tiket"
2264
+
2265
+ #: ../lib/tickets/tribe-tickets-metabox.php:62
2266
+ msgid "Set as ticket header"
2267
+ msgstr "Set sebagai header tiket"
2268
+
2269
+ #: ../lib/tickets/tribe-tickets-pro.php:107
2270
+ msgid "You need to select a user or type a valid email address"
2271
+ msgstr "Anda harus memilih pengguna atau ketik alamat email yang valid"
2272
+
2273
+ #: ../lib/tickets/tribe-tickets-pro.php:108
2274
+ msgid "Sending..."
2275
+ msgstr "Mengirim ..."
2276
+
2277
+ #: ../lib/tickets/tribe-tickets-pro.php:136
2278
+ msgid "Columns"
2279
+ msgstr "Kolom"
2280
+
2281
+ #: ../lib/tickets/tribe-tickets-pro.php:137
2282
+ msgid ""
2283
+ "You can use Screen Options to select which columns you want to see. The "
2284
+ "selection works in the table below, in the email, for print and for the CSV "
2285
+ "export."
2286
+ msgstr ""
2287
+ "Anda dapat menggunakan Opsi Layar untuk memilih kolom mana yang ingin Anda "
2288
+ "lihat. Plihan bekerja di tabel di bawah ini, dalam email, untuk cetak dan "
2289
+ "untuk ekspor CSV."
2290
+
2291
+ #: ../lib/tickets/tribe-tickets-pro.php:229
2292
+ msgid "Yes"
2293
+ msgstr "Ya"
2294
+
2295
+ #: ../lib/tickets/tribe-tickets-pro.php:258
2296
+ msgid "attendees"
2297
+ msgstr "peserta"
2298
+
2299
+ #: ../lib/tickets/tribe-tickets-pro.php:309
2300
+ #, php-format
2301
+ msgid "Attendee List for: %s"
2302
+ msgstr "Daftar peserta untuk: %s"
2303
+
2304
+ #: ../lib/tickets/tribe-tickets.php:298
2305
+ msgid "Your ticket has been saved."
2306
+ msgstr "Tiket Anda telah disimpan."
2307
+
2308
+ #: ../lib/tickets/tribe-tickets.php:375
2309
+ msgid "Your ticket has been deleted."
2310
+ msgstr "Tiket Anda telah dihapus."
2311
+
2312
+ #: ../lib/tribe-admin-events-list.class.php:179
2313
+ msgid "Start Date"
2314
+ msgstr "Tanggal Mulai"
2315
+
2316
+ #: ../lib/tribe-admin-events-list.class.php:180
2317
+ msgid "End Date"
2318
+ msgstr "Tanggal Berakhir"
2319
+
2320
+ #: ../lib/tribe-admin-events-list.class.php:250
2321
+ #, php-format
2322
+ msgid "All %s"
2323
+ msgstr "Semua %s"
2324
+
2325
+ #: ../lib/tribe-app-shop.class.php:62 ../lib/tribe-app-shop.class.php:63
2326
+ #: ../lib/tribe-app-shop.class.php:87
2327
+ msgid "Event Add-Ons"
2328
+ msgstr "Add-On Event"
2329
+
2330
+ #: ../lib/tribe-debug-bar.class.php:28
2331
+ msgid "Tribe"
2332
+ msgstr "Tribe"
2333
+
2334
+ #: ../lib/tribe-event-api.class.php:306
2335
+ msgid "Unnamed Venue"
2336
+ msgstr "Venue Belum Diberi Nama"
2337
+
2338
+ #: ../lib/tribe-event-api.class.php:375 ../lib/tribe-view-helpers.class.php:44
2339
+ #: ../public/template-tags/venue.php:249
2340
+ msgid "United States"
2341
+ msgstr "Amerika Serikat"
2342
+
2343
+ #: ../lib/tribe-event-exception.class.php:17
2344
+ #: ../lib/tribe-event-exception.class.php:34
2345
+ msgid "Error"
2346
+ msgstr "Error"
2347
+
2348
+ #: ../lib/tribe-field.class.php:176
2349
+ msgid "Invalid field type specified"
2350
+ msgstr "Jenis field tidak valid"
2351
+
2352
+ #: ../lib/tribe-field.class.php:414
2353
+ msgid "No radio options specified"
2354
+ msgstr "Tidak ada pilihan radio yang ditentukan"
2355
+
2356
+ #: ../lib/tribe-field.class.php:449
2357
+ msgid "No checkbox options specified"
2358
+ msgstr "Tidak ada checkbox centang yang ditentukan"
2359
+
2360
+ #: ../lib/tribe-field.class.php:500
2361
+ msgid "No select options specified"
2362
+ msgstr "Tidak ada opsi select ditentukan"
2363
+
2364
+ #: ../lib/tribe-ical.class.php:27
2365
+ msgctxt "feed link"
2366
+ msgid "&raquo;"
2367
+ msgstr "&raquo;"
2368
+
2369
+ #: ../lib/tribe-ical.class.php:28
2370
+ #, php-format
2371
+ msgid "%1$s %2$s iCal Feed"
2372
+ msgstr "%1$s %2$s iCal Feed"
2373
+
2374
+ #: ../lib/tribe-ical.class.php:74
2375
+ msgid "Add to Google Calendar"
2376
+ msgstr "Tambahkan ke Google Calendar"
2377
+
2378
+ #: ../lib/tribe-ical.class.php:74
2379
+ msgid "Google Calendar"
2380
+ msgstr "Kalender Google"
2381
+
2382
+ #: ../lib/tribe-ical.class.php:75
2383
+ msgid "Download .ics file"
2384
+ msgstr "Download file ics."
2385
+
2386
+ #: ../lib/tribe-ical.class.php:75
2387
+ msgid "iCal Export"
2388
+ msgstr "Ekspor iCal "
2389
+
2390
+ #: ../lib/tribe-ical.class.php:98
2391
+ msgid "Month's Events"
2392
+ msgstr "Event Bulan"
2393
+
2394
+ #: ../lib/tribe-ical.class.php:101
2395
+ msgid "Week's Events"
2396
+ msgstr "Event Minggu"
2397
+
2398
+ #: ../lib/tribe-ical.class.php:104
2399
+ msgid "Day's Events"
2400
+ msgstr "Event Hari"
2401
+
2402
+ #: ../lib/tribe-ical.class.php:107
2403
+ msgid "Listed Events"
2404
+ msgstr "Event yang Terdaftar"
2405
+
2406
+ #: ../lib/tribe-ical.class.php:112
2407
+ msgid ""
2408
+ "Use this to share calendar data with Google Calendar, Apple iCal and other "
2409
+ "compatible apps"
2410
+ msgstr ""
2411
+ "Gunakan ini untuk berbagi data kalender dengan Google Calendar, Apple iCal "
2412
+ "dan aplikasi lain yang kompatibel"
2413
+
2414
+ #: ../lib/tribe-settings-tab.class.php:204
2415
+ msgid "There are no fields setup for this tab yet."
2416
+ msgstr "Tidak ada field setup untuk tab ini."
2417
+
2418
+ #: ../lib/tribe-settings.class.php:155 ../lib/tribe-settings.class.php:165
2419
+ msgid "The Events Calendar Settings"
2420
+ msgstr "Pengaturan The Events Calendar"
2421
+
2422
+ #: ../lib/tribe-settings.class.php:165
2423
+ msgid "Events Settings"
2424
+ msgstr "Pengaturan Event"
2425
+
2426
+ #: ../lib/tribe-settings.class.php:210
2427
+ #, php-format
2428
+ msgid "%s Settings"
2429
+ msgstr "%s Pengaturan"
2430
+
2431
+ #: ../lib/tribe-settings.class.php:224
2432
+ msgid "You've requested a non-existent tab."
2433
+ msgstr "Anda telah meminta tab yang tidak ada."
2434
+
2435
+ #: ../lib/tribe-settings.class.php:232
2436
+ msgid " Save Changes"
2437
+ msgstr " Simpan Perubahan "
2438
+
2439
+ #: ../lib/tribe-settings.class.php:280
2440
+ msgid "You don't have permission to do that."
2441
+ msgstr "Anda tidak memiliki izin untuk melakukan itu."
2442
+
2443
+ #: ../lib/tribe-settings.class.php:286
2444
+ msgid "The request was sent insecurely."
2445
+ msgstr "Permintaan dikirim insecurely."
2446
+
2447
+ #: ../lib/tribe-settings.class.php:292
2448
+ msgid "The request wasn't sent from this tab."
2449
+ msgstr "Permintaan tidak dikirim dari tab ini."
2450
+
2451
+ #: ../lib/tribe-settings.class.php:453
2452
+ msgid "Your form had the following errors:"
2453
+ msgstr "Formulir Anda memiliki error berikut:"
2454
+
2455
+ #: ../lib/tribe-settings.class.php:462
2456
+ msgid "None of your settings were saved. Please try again."
2457
+ msgstr ""
2458
+ "Tak satu pun dari pengaturan Anda berhasil disimpan. Silakan coba lagi."
2459
+
2460
+ #: ../lib/tribe-settings.class.php:462
2461
+ msgid ""
2462
+ "The above setting was not saved. Other settings were successfully saved."
2463
+ msgid_plural ""
2464
+ "The above settings were not saved. Other settings were successfully saved."
2465
+ msgstr[0] ""
2466
+ "Pengaturan di atas tidak disimpan. Pengaturan lain berhasil disimpan."
2467
+
2468
+ #: ../lib/tribe-settings.class.php:484
2469
+ msgid "Settings saved."
2470
+ msgstr "Pengaturan disimpan."
2471
+
2472
+ #: ../lib/tribe-support.class.php:34
2473
+ msgid ""
2474
+ "Sometimes it's hard to tell what's going wrong without knowing more about "
2475
+ "your system steup. For your convenience, we've put together a little report "
2476
+ "on what's cooking under the hood."
2477
+ msgstr ""
2478
+ "Kadang-kadang sulit untuk mengatakan apa yang salah tanpa mengetahui lebih "
2479
+ "lanjut tentang setup sistem anda. Untuk kenyamanan Anda, kami telah "
2480
+ "mengumpulkan laporan kecil."
2481
+
2482
+ #: ../lib/tribe-support.class.php:35
2483
+ msgid ""
2484
+ "If you suspect that the problem you're having is related to another plugin, "
2485
+ "or we're just plain having trouble reproducing your bug report, please copy "
2486
+ "and send all of this to our support team."
2487
+ msgstr ""
2488
+ "Jika Anda menduga bahwa masalah yang Anda alami terkait dengan plugin lain, "
2489
+ "atau kita sekadar mengalami kesulitan mereproduksi laporan bug Anda, "
2490
+ "silahkan salin dan kirim semua ini untuk tim dukungan kami."
2491
+
2492
+ #: ../lib/tribe-support.class.php:39
2493
+ msgid "System Information"
2494
+ msgstr "Informasi Sistem"
2495
+
2496
+ #: ../lib/tribe-template-factory.class.php:221
2497
+ #, php-format
2498
+ msgid "There were no results found for <strong>\"%s\"</strong>."
2499
+ msgstr "Tidak ada hasil yang ditemukan untuk <strong>\"%s\"</strong>."
2500
+
2501
+ #: ../lib/tribe-template-factory.class.php:224
2502
+ #, php-format
2503
+ msgid "No results were found for events in or near <strong>\"%s\"</strong>."
2504
+ msgstr ""
2505
+ "Tidak ada hasil yang ditemukan untuk event di atau dekat <strong>\"%s\"</"
2506
+ "strong>."
2507
+
2508
+ #: ../lib/tribe-template-factory.class.php:227
2509
+ #, php-format
2510
+ msgid ""
2511
+ "No upcoming events listed under %s. Check out upcoming events for this "
2512
+ "category or view the full calendar."
2513
+ msgstr ""
2514
+ "Tidak ada event mendatang terdaftar di bawah %s . Periksa event mendatang "
2515
+ "untuk kategori ini atau tampilkan kalender penuh."
2516
+
2517
+ #: ../lib/tribe-template-factory.class.php:233
2518
+ msgid "No previous events "
2519
+ msgstr "Tidak ada event sebelumnya "
2520
+
2521
+ #: ../lib/tribe-templates.class.php:568
2522
+ #, php-format
2523
+ msgid "Template overrides should be moved to the correct subdirectory: %s"
2524
+ msgstr "Menimpa Template harus dipindahkan ke subdirektori yang benar: %s"
2525
+
2526
+ #: ../lib/tribe-templates.class.php:609
2527
+ #, php-format
2528
+ msgid ""
2529
+ "Template overrides should be moved to the correct subdirectory: "
2530
+ "tribe_get_template_part('%s')"
2531
+ msgstr ""
2532
+ "Menimpa template harus dipindah ke subdirektori yang benar: "
2533
+ "tribe_get_template_part('%s')"
2534
+
2535
+ #: ../lib/tribe-the-events-calendar-import.class.php:64
2536
+ #, php-format
2537
+ msgid ""
2538
+ "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make sure "
2539
+ "you have backed up before proceeding any further. You can easily <a href=\"%s"
2540
+ "\">revert to an old version</a> if you want to backup first. This upgrade "
2541
+ "includes two major steps, <a href=\"%s\">migrating data</a> &amp; updating "
2542
+ "your templates as necessary. There have been significant changes to the "
2543
+ "template tags and functions. Check out our <a href=\"%s\">walk-through on "
2544
+ "the upgrade</a> before proceeding and check out the FAQ &amp; Knowledge base "
2545
+ "from the <a href=\"%s\">support page</a>. If you're new to The Events "
2546
+ "Calendar, you may want to review our <a href=\"%s\">new user primer</a>.<br/"
2547
+ "><br/> You have events that need to be migrated. Please visit the bottom of "
2548
+ "the <a href=\"%s\">settings page</a> to perform the migration."
2549
+ msgstr ""
2550
+ "Selamat datang di Events 2.0! Ini adalah upgrade besar dari 1.6.5. Pastikan "
2551
+ "Anda telah membuat back-up sebelum melanjutkan lebih jauh. Anda dapat dengan "
2552
+ "mudah <a href=\"%s\"> kembali ke versi lama </a> jika Anda ingin backup "
2553
+ "terlebih dahulu. Upgrade ini mencakup dua langkah utama, <a href=\"%s"
2554
+ "\">migrasi data </a> &amp; memperbarui template Anda jika diperlukan. Ada "
2555
+ "perubahan yang signifikan terhadap tag template dan fungsi. Lihat <a href="
2556
+ "\"%s\">walk-through upgrade</a> sebelum melanjutkan dan periksa FAQ &amp; "
2557
+ "Pengetahuan dasar dari <a href=\"%s\">halaman dukungan </a>. Jika Anda baru "
2558
+ "untuk The Events Calendar, Anda mungkin ingin meninjau <a href=\"%s\"> "
2559
+ "primer pengguna baru</a> kami. <br/><br/> Anda memiliki event yang perlu "
2560
+ "dimigrasi. Silakan kunjungi bawah <a href=\"%s\">halaman pengaturan </a> "
2561
+ "untuk melakukan migrasi."
2562
+
2563
+ #: ../lib/tribe-the-events-calendar-import.class.php:86
2564
+ msgid "Upgrade from The Events Calendar"
2565
+ msgstr "Upgrade dari The Events Calendar"
2566
+
2567
+ #: ../lib/tribe-the-events-calendar-import.class.php:87
2568
+ msgid ""
2569
+ "It appears that you have some old events calendar data that needs to be "
2570
+ "upgraded. Please be sure to back up your database before initiating the "
2571
+ "upgrade. This process can not be undone."
2572
+ msgstr ""
2573
+ "Tampaknya Anda memiliki beberapa data events calendar lama yang perlu di-"
2574
+ "upgrade. Pastikan untuk membuat back-up database Anda sebelum memulai "
2575
+ "upgrade. Proses ini tidak bisa dibatalkan."
2576
+
2577
+ #: ../lib/tribe-the-events-calendar-import.class.php:88
2578
+ msgid "Migrate Data!"
2579
+ msgstr "Migrasi Data!"
2580
+
2581
+ #: ../lib/tribe-the-events-calendar-import.class.php:166
2582
+ #, php-format
2583
+ msgid "You successfully migrated (%d) entries."
2584
+ msgstr "Anda berhasil migrasikan ( %d ) entri."
2585
+
2586
+ #: ../lib/tribe-the-events-calendar-import.class.php:242
2587
+ msgid "Install has 1 or more legacy event!"
2588
+ msgstr "Instal memiliki 1 atau lebih warisan event!"
2589
+
2590
+ #: ../lib/tribe-validate.class.php:73 ../lib/tribe-validate.class.php:111
2591
+ msgid "Invalid or incomplete field passed"
2592
+ msgstr "Field yang tidak valid atau tidak lengkap lewat"
2593
+
2594
+ #: ../lib/tribe-validate.class.php:74 ../lib/tribe-validate.class.php:106
2595
+ #: ../lib/tribe-validate.class.php:112
2596
+ msgid "Field ID:"
2597
+ msgstr "Field ID:"
2598
+
2599
+ #: ../lib/tribe-validate.class.php:105
2600
+ msgid "Non-existant field validation function passed"
2601
+ msgstr "fungsi validasi field non-existant lewat"
2602
+
2603
+ #: ../lib/tribe-validate.class.php:106
2604
+ msgctxt "non-existant function name passed for field validation"
2605
+ msgid "with function name:"
2606
+ msgstr "dengan nama fungsi:"
2607
+
2608
+ #: ../lib/tribe-validate.class.php:129 ../lib/tribe-validate.class.php:145
2609
+ #, php-format
2610
+ msgid "%s must contain numbers and letters only"
2611
+ msgstr "%s harus berisi angka dan huruf saja"
2612
+
2613
+ #: ../lib/tribe-validate.class.php:161
2614
+ #, php-format
2615
+ msgid "%s must contain numbers, letters and dots only"
2616
+ msgstr "%s harus berisi angka, huruf dan titik saja"
2617
+
2618
+ #: ../lib/tribe-validate.class.php:175
2619
+ #, php-format
2620
+ msgid "%s must be a positive number."
2621
+ msgstr "%s harus angka positif."
2622
+
2623
+ #: ../lib/tribe-validate.class.php:190
2624
+ #, php-format
2625
+ msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
2626
+ msgstr "%s harus slug valid (angka, huruf, tanda hubung, dan garis bawah)."
2627
+
2628
+ #: ../lib/tribe-validate.class.php:205
2629
+ #, php-format
2630
+ msgid "%s must be a valid absolute URL."
2631
+ msgstr "%s harus mutlak URL yang valid."
2632
+
2633
+ #: ../lib/tribe-validate.class.php:221 ../lib/tribe-validate.class.php:238
2634
+ #: ../lib/tribe-validate.class.php:257
2635
+ #, php-format
2636
+ msgid "%s must have a value that's part of its options."
2637
+ msgstr "%s harus memiliki nilai yang merupakan bagian dari pilihan."
2638
+
2639
+ #: ../lib/tribe-validate.class.php:271
2640
+ #, php-format
2641
+ msgid ""
2642
+ "Comparison validation failed because no comparison value was provided, for "
2643
+ "field %s"
2644
+ msgstr ""
2645
+ "Validasi perbandingan gagal karena tidak ada nilai perbandingan diberikan, "
2646
+ "untuk field %s"
2647
+
2648
+ #: ../lib/tribe-validate.class.php:278
2649
+ #, php-format
2650
+ msgid "%s cannot be the same as %s."
2651
+ msgstr "%s tidak bisa sama dengan %s ."
2652
+
2653
+ #: ../lib/tribe-validate.class.php:280
2654
+ #, php-format
2655
+ msgid "%s cannot be a duplicate"
2656
+ msgstr "%s tidak dapat duplikat"
2657
+
2658
+ #: ../lib/tribe-validate.class.php:296
2659
+ #, php-format
2660
+ msgid "%s must be a number or percentage."
2661
+ msgstr "%s harus berupa angka atau persentase."
2662
+
2663
+ #: ../lib/tribe-validate.class.php:350
2664
+ #, php-format
2665
+ msgid "%s must be a number between 0 and 21."
2666
+ msgstr "%s harus berupa angka antara 0 dan 21."
2667
+
2668
+ #: ../lib/tribe-validate.class.php:366
2669
+ #, php-format
2670
+ msgid ""
2671
+ "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
2672
+ msgstr ""
2673
+ "%s harus terdiri dari huruf, angka, tanda hubung, apostrof, dan spasi saja."
2674
+
2675
+ #: ../lib/tribe-validate.class.php:382
2676
+ #, php-format
2677
+ msgid "%s must consist of letters, spaces, apostrophes, and dashes."
2678
+ msgstr "%s harus terdiri dari huruf, spasi, apostrof, dan tanda hubung."
2679
+
2680
+ #: ../lib/tribe-validate.class.php:396
2681
+ #, php-format
2682
+ msgid "%s must consist of 5 numbers."
2683
+ msgstr "%s harus terdiri dari 5 angka."
2684
+
2685
+ #: ../lib/tribe-validate.class.php:410
2686
+ #, php-format
2687
+ msgid "%s must be a phone number."
2688
+ msgstr "%s harus berupa nomor telepon."
2689
+
2690
+ #: ../lib/tribe-validate.class.php:426
2691
+ msgid ""
2692
+ "Country List must be formatted as one country per line in the following "
2693
+ "format: <br>US, United States <br> UK, United Kingdom."
2694
+ msgstr ""
2695
+ "Daftar Negara harus diformat sebagai salah satu negara per baris dalam "
2696
+ "format berikut: <br> AS, Amerika Serikat <br> UK, United Kingdom."
2697
+
2698
+ #: ../lib/tribe-view-helpers.class.php:24
2699
+ #: ../lib/tribe-view-helpers.class.php:43
2700
+ msgid "Select a Country:"
2701
+ msgstr "Pilih Negara:"
2702
+
2703
+ #: ../lib/tribe-view-helpers.class.php:45
2704
+ msgid "Afghanistan"
2705
+ msgstr "Afganistan"
2706
+
2707
+ #: ../lib/tribe-view-helpers.class.php:46
2708
+ msgid "Albania"
2709
+ msgstr "Albania"
2710
+
2711
+ #: ../lib/tribe-view-helpers.class.php:47
2712
+ msgid "Algeria"
2713
+ msgstr "Aljazair"
2714
+
2715
+ #: ../lib/tribe-view-helpers.class.php:48
2716
+ msgid "American Samoa"
2717
+ msgstr "Samoa Amerika"
2718
+
2719
+ #: ../lib/tribe-view-helpers.class.php:49
2720
+ msgid "Andorra"
2721
+ msgstr "Andora"
2722
+
2723
+ #: ../lib/tribe-view-helpers.class.php:50
2724
+ msgid "Angola"
2725
+ msgstr "Angola"
2726
+
2727
+ #: ../lib/tribe-view-helpers.class.php:51
2728
+ msgid "Anguilla"
2729
+ msgstr "Anguilla"
2730
+
2731
+ #: ../lib/tribe-view-helpers.class.php:52
2732
+ msgid "Antarctica"
2733
+ msgstr "Antartika"
2734
+
2735
+ #: ../lib/tribe-view-helpers.class.php:53
2736
+ msgid "Antigua And Barbuda"
2737
+ msgstr "Antigua dan Barbuda"
2738
+
2739
+ #: ../lib/tribe-view-helpers.class.php:54
2740
+ msgid "Argentina"
2741
+ msgstr "Argentina"
2742
+
2743
+ #: ../lib/tribe-view-helpers.class.php:55
2744
+ msgid "Armenia"
2745
+ msgstr "Armenia"
2746
+
2747
+ #: ../lib/tribe-view-helpers.class.php:56
2748
+ msgid "Aruba"
2749
+ msgstr "Aruba"
2750
+
2751
+ #: ../lib/tribe-view-helpers.class.php:57
2752
+ msgid "Australia"
2753
+ msgstr "Australia"
2754
+
2755
+ #: ../lib/tribe-view-helpers.class.php:58
2756
+ msgid "Austria"
2757
+ msgstr "Austria"
2758
+
2759
+ #: ../lib/tribe-view-helpers.class.php:59
2760
+ msgid "Azerbaijan"
2761
+ msgstr "Azerbaijan"
2762
+
2763
+ #: ../lib/tribe-view-helpers.class.php:60
2764
+ msgid "Bahamas"
2765
+ msgstr "Bahama"
2766
+
2767
+ #: ../lib/tribe-view-helpers.class.php:61
2768
+ msgid "Bahrain"
2769
+ msgstr "Bahrain"
2770
+
2771
+ #: ../lib/tribe-view-helpers.class.php:62
2772
+ msgid "Bangladesh"
2773
+ msgstr "Bangladesh"
2774
+
2775
+ #: ../lib/tribe-view-helpers.class.php:63
2776
+ msgid "Barbados"
2777
+ msgstr "Barbados"
2778
+
2779
+ #: ../lib/tribe-view-helpers.class.php:64
2780
+ msgid "Belarus"
2781
+ msgstr "Belarusia"
2782
+
2783
+ #: ../lib/tribe-view-helpers.class.php:65
2784
+ msgid "Belgium"
2785
+ msgstr "Belgia"
2786
+
2787
+ #: ../lib/tribe-view-helpers.class.php:66
2788
+ msgid "Belize"
2789
+ msgstr "Belize"
2790
+
2791
+ #: ../lib/tribe-view-helpers.class.php:67
2792
+ msgid "Benin"
2793
+ msgstr "Benin"
2794
+
2795
+ #: ../lib/tribe-view-helpers.class.php:68
2796
+ msgid "Bermuda"
2797
+ msgstr "Bermuda"
2798
+
2799
+ #: ../lib/tribe-view-helpers.class.php:69
2800
+ msgid "Bhutan"
2801
+ msgstr "Bhutan"
2802
+
2803
+ #: ../lib/tribe-view-helpers.class.php:70
2804
+ msgid "Bolivia"
2805
+ msgstr "Bolivia"
2806
+
2807
+ #: ../lib/tribe-view-helpers.class.php:71
2808
+ msgid "Bosnia And Herzegowina"
2809
+ msgstr "Bosnia Herzegovina"
2810
+
2811
+ #: ../lib/tribe-view-helpers.class.php:72
2812
+ msgid "Botswana"
2813
+ msgstr "Botswana"
2814
+
2815
+ #: ../lib/tribe-view-helpers.class.php:73
2816
+ msgid "Bouvet Island"
2817
+ msgstr "Pulau Bouvet"
2818
+
2819
+ #: ../lib/tribe-view-helpers.class.php:74
2820
+ msgid "Brazil"
2821
+ msgstr "Brazil"
2822
+
2823
+ #: ../lib/tribe-view-helpers.class.php:75
2824
+ msgid "British Indian Ocean Territory"
2825
+ msgstr "Teritorial Inggris di Samudra Hindia"
2826
+
2827
+ #: ../lib/tribe-view-helpers.class.php:76
2828
+ msgid "Brunei Darussalam"
2829
+ msgstr "Brunei Darussalam"
2830
+
2831
+ #: ../lib/tribe-view-helpers.class.php:77
2832
+ msgid "Bulgaria"
2833
+ msgstr "Bulgaria"
2834
+
2835
+ #: ../lib/tribe-view-helpers.class.php:78
2836
+ msgid "Burkina Faso"
2837
+ msgstr "Burkina Faso"
2838
+
2839
+ #: ../lib/tribe-view-helpers.class.php:79
2840
+ msgid "Burundi"
2841
+ msgstr "Burundi"
2842
+
2843
+ #: ../lib/tribe-view-helpers.class.php:80
2844
+ msgid "Cambodia"
2845
+ msgstr "Kamboja"
2846
+
2847
+ #: ../lib/tribe-view-helpers.class.php:81
2848
+ msgid "Cameroon"
2849
+ msgstr "Kamerun"
2850
+
2851
+ #: ../lib/tribe-view-helpers.class.php:82
2852
+ msgid "Canada"
2853
+ msgstr "Kanada"
2854
+
2855
+ #: ../lib/tribe-view-helpers.class.php:83
2856
+ msgid "Cape Verde"
2857
+ msgstr "Cape Verde"
2858
+
2859
+ #: ../lib/tribe-view-helpers.class.php:84
2860
+ msgid "Cayman Islands"
2861
+ msgstr "Kepulauan Cayman"
2862
+
2863
+ #: ../lib/tribe-view-helpers.class.php:85
2864
+ msgid "Central African Republic"
2865
+ msgstr "Republik Afrika Tengah"
2866
+
2867
+ #: ../lib/tribe-view-helpers.class.php:86
2868
+ msgid "Chad"
2869
+ msgstr "Cad"
2870
+
2871
+ #: ../lib/tribe-view-helpers.class.php:87
2872
+ msgid "Chile"
2873
+ msgstr "Chili"
2874
+
2875
+ #: ../lib/tribe-view-helpers.class.php:88
2876
+ msgid "China"
2877
+ msgstr "Cina"
2878
+
2879
+ #: ../lib/tribe-view-helpers.class.php:89
2880
+ msgid "Christmas Island"
2881
+ msgstr "Pulau Christmas"
2882
+
2883
+ #: ../lib/tribe-view-helpers.class.php:90
2884
+ msgid "Cocos (Keeling) Islands"
2885
+ msgstr "Kepulauan Cocos (Keeling)"
2886
+
2887
+ #: ../lib/tribe-view-helpers.class.php:91
2888
+ msgid "Colombia"
2889
+ msgstr "Kolumbia"
2890
+
2891
+ #: ../lib/tribe-view-helpers.class.php:92
2892
+ msgid "Comoros"
2893
+ msgstr "Komoro"
2894
+
2895
+ #: ../lib/tribe-view-helpers.class.php:93
2896
+ msgid "Congo"
2897
+ msgstr "Kongo"
2898
+
2899
+ #: ../lib/tribe-view-helpers.class.php:94
2900
+ msgid "Congo, The Democratic Republic Of The"
2901
+ msgstr "Kongo, Republik Demokratik"
2902
+
2903
+ #: ../lib/tribe-view-helpers.class.php:95
2904
+ msgid "Cook Islands"
2905
+ msgstr "Kepulauan Cook"
2906
+
2907
+ #: ../lib/tribe-view-helpers.class.php:96
2908
+ msgid "Costa Rica"
2909
+ msgstr "Kosta Rika"
2910
+
2911
+ #: ../lib/tribe-view-helpers.class.php:97
2912
+ msgid "Cote D'Ivoire"
2913
+ msgstr "Pantai Gading"
2914
+
2915
+ #: ../lib/tribe-view-helpers.class.php:98
2916
+ msgid "Croatia (Local Name: Hrvatska)"
2917
+ msgstr "Kroasia (Nama Lokal: Hrvatska)"
2918
+
2919
+ #: ../lib/tribe-view-helpers.class.php:99
2920
+ msgid "Cuba"
2921
+ msgstr "Kuba"
2922
+
2923
+ #: ../lib/tribe-view-helpers.class.php:100
2924
+ msgid "Cyprus"
2925
+ msgstr "Syprus"
2926
+
2927
+ #: ../lib/tribe-view-helpers.class.php:101
2928
+ msgid "Czech Republic"
2929
+ msgstr "Cekoslovakia, Republik"
2930
+
2931
+ #: ../lib/tribe-view-helpers.class.php:102
2932
+ msgid "Denmark"
2933
+ msgstr "Denmark"
2934
+
2935
+ #: ../lib/tribe-view-helpers.class.php:103
2936
+ msgid "Djibouti"
2937
+ msgstr "Djibouti"
2938
+
2939
+ #: ../lib/tribe-view-helpers.class.php:104
2940
+ msgid "Dominica"
2941
+ msgstr "Dominika"
2942
+
2943
+ #: ../lib/tribe-view-helpers.class.php:105
2944
+ msgid "Dominican Republic"
2945
+ msgstr "Dominika, Republik"
2946
+
2947
+ #: ../lib/tribe-view-helpers.class.php:106
2948
+ msgid "East Timor"
2949
+ msgstr "Timor Timur"
2950
+
2951
+ #: ../lib/tribe-view-helpers.class.php:107
2952
+ msgid "Ecuador"
2953
+ msgstr "Ekuador"
2954
+
2955
+ #: ../lib/tribe-view-helpers.class.php:108
2956
+ msgid "Egypt"
2957
+ msgstr "Mesir"
2958
+
2959
+ #: ../lib/tribe-view-helpers.class.php:109
2960
+ msgid "El Salvador"
2961
+ msgstr "El Salvador"
2962
+
2963
+ #: ../lib/tribe-view-helpers.class.php:110
2964
+ msgid "Equatorial Guinea"
2965
+ msgstr "Guinea Ekuatorial"
2966
+
2967
+ #: ../lib/tribe-view-helpers.class.php:111
2968
+ msgid "Eritrea"
2969
+ msgstr "Eritrea"
2970
+
2971
+ #: ../lib/tribe-view-helpers.class.php:112
2972
+ msgid "Estonia"
2973
+ msgstr "Estonia"
2974
+
2975
+ #: ../lib/tribe-view-helpers.class.php:113
2976
+ msgid "Ethiopia"
2977
+ msgstr "Etiopia"
2978
+
2979
+ #: ../lib/tribe-view-helpers.class.php:114
2980
+ msgid "Falkland Islands (Malvinas)"
2981
+ msgstr "Kepulauan Falkland (Malvinas)"
2982
+
2983
+ #: ../lib/tribe-view-helpers.class.php:115
2984
+ msgid "Faroe Islands"
2985
+ msgstr "Kepulauan Faroe"
2986
+
2987
+ #: ../lib/tribe-view-helpers.class.php:116
2988
+ msgid "Fiji"
2989
+ msgstr "Fiji"
2990
+
2991
+ #: ../lib/tribe-view-helpers.class.php:117
2992
+ msgid "Finland"
2993
+ msgstr "Finlandia"
2994
+
2995
+ #: ../lib/tribe-view-helpers.class.php:118
2996
+ msgid "France"
2997
+ msgstr "Perancis"
2998
+
2999
+ #: ../lib/tribe-view-helpers.class.php:119
3000
+ msgid "France, Metropolitan"
3001
+ msgstr "France, Metropolitan"
3002
+
3003
+ #: ../lib/tribe-view-helpers.class.php:120
3004
+ msgid "French Guiana"
3005
+ msgstr "Guyana Prancis"
3006
+
3007
+ #: ../lib/tribe-view-helpers.class.php:121
3008
+ msgid "French Polynesia"
3009
+ msgstr "Perancis Polinesia"
3010
+
3011
+ #: ../lib/tribe-view-helpers.class.php:122
3012
+ msgid "French Southern Territories"
3013
+ msgstr "Teritorial Prancis di Selatan"
3014
+
3015
+ #: ../lib/tribe-view-helpers.class.php:123
3016
+ msgid "Gabon"
3017
+ msgstr "Gabon"
3018
+
3019
+ #: ../lib/tribe-view-helpers.class.php:124
3020
+ msgid "Gambia"
3021
+ msgstr "Gambia"
3022
+
3023
+ #: ../lib/tribe-view-helpers.class.php:125
3024
+ #: ../lib/tribe-view-helpers.class.php:318
3025
+ msgid "Georgia"
3026
+ msgstr "Georgia"
3027
+
3028
+ #: ../lib/tribe-view-helpers.class.php:126
3029
+ msgid "Germany"
3030
+ msgstr "Jerman"
3031
+
3032
+ #: ../lib/tribe-view-helpers.class.php:127
3033
+ msgid "Ghana"
3034
+ msgstr "Ghana"
3035
+
3036
+ #: ../lib/tribe-view-helpers.class.php:128
3037
+ msgid "Gibraltar"
3038
+ msgstr "Gibraltar"
3039
+
3040
+ #: ../lib/tribe-view-helpers.class.php:129
3041
+ msgid "Greece"
3042
+ msgstr "Yunani"
3043
+
3044
+ #: ../lib/tribe-view-helpers.class.php:130
3045
+ msgid "Greenland"
3046
+ msgstr "Greenland"
3047
+
3048
+ #: ../lib/tribe-view-helpers.class.php:131
3049
+ msgid "Grenada"
3050
+ msgstr "Grenada"
3051
+
3052
+ #: ../lib/tribe-view-helpers.class.php:132
3053
+ msgid "Guadeloupe"
3054
+ msgstr "Guadeloupe"
3055
+
3056
+ #: ../lib/tribe-view-helpers.class.php:133
3057
+ msgid "Guam"
3058
+ msgstr "Guam"
3059
+
3060
+ #: ../lib/tribe-view-helpers.class.php:134
3061
+ msgid "Guatemala"
3062
+ msgstr "Guatemala"
3063
+
3064
+ #: ../lib/tribe-view-helpers.class.php:135
3065
+ msgid "Guinea"
3066
+ msgstr "Guinea"
3067
+
3068
+ #: ../lib/tribe-view-helpers.class.php:136
3069
+ msgid "Guinea-Bissau"
3070
+ msgstr "Guinea-Bissau"
3071
+
3072
+ #: ../lib/tribe-view-helpers.class.php:137
3073
+ msgid "Guyana"
3074
+ msgstr "Guyana"
3075
+
3076
+ #: ../lib/tribe-view-helpers.class.php:138
3077
+ msgid "Haiti"
3078
+ msgstr "Haiti"
3079
+
3080
+ #: ../lib/tribe-view-helpers.class.php:139
3081
+ msgid "Heard And Mc Donald Islands"
3082
+ msgstr "Heard And Mc Donald, Kepulauan"
3083
+
3084
+ #: ../lib/tribe-view-helpers.class.php:140
3085
+ msgid "Holy See (Vatican City State)"
3086
+ msgstr "Holy See (Vatican City State)"
3087
+
3088
+ #: ../lib/tribe-view-helpers.class.php:141
3089
+ msgid "Honduras"
3090
+ msgstr "Honduras"
3091
+
3092
+ #: ../lib/tribe-view-helpers.class.php:142
3093
+ msgid "Hong Kong"
3094
+ msgstr "Hong Kong"
3095
+
3096
+ #: ../lib/tribe-view-helpers.class.php:143
3097
+ msgid "Hungary"
3098
+ msgstr "Hungaria"
3099
+
3100
+ #: ../lib/tribe-view-helpers.class.php:144
3101
+ msgid "Iceland"
3102
+ msgstr "Islandia"
3103
+
3104
+ #: ../lib/tribe-view-helpers.class.php:145
3105
+ msgid "India"
3106
+ msgstr "India"
3107
+
3108
+ #: ../lib/tribe-view-helpers.class.php:146
3109
+ msgid "Indonesia"
3110
+ msgstr "Indonesia"
3111
+
3112
+ #: ../lib/tribe-view-helpers.class.php:147
3113
+ msgid "Iran (Islamic Republic Of)"
3114
+ msgstr "Iran (Islamic Republic Of)"
3115
+
3116
+ #: ../lib/tribe-view-helpers.class.php:148
3117
+ msgid "Iraq"
3118
+ msgstr "Irak"
3119
+
3120
+ #: ../lib/tribe-view-helpers.class.php:149
3121
+ msgid "Ireland"
3122
+ msgstr "Irlandia"
3123
+
3124
+ #: ../lib/tribe-view-helpers.class.php:150
3125
+ msgid "Israel"
3126
+ msgstr "Israel"
3127
+
3128
+ #: ../lib/tribe-view-helpers.class.php:151
3129
+ msgid "Italy"
3130
+ msgstr "Italia"
3131
+
3132
+ #: ../lib/tribe-view-helpers.class.php:152
3133
+ msgid "Jamaica"
3134
+ msgstr "Jamaika"
3135
+
3136
+ #: ../lib/tribe-view-helpers.class.php:153
3137
+ msgid "Japan"
3138
+ msgstr "Jepang"
3139
+
3140
+ #: ../lib/tribe-view-helpers.class.php:154
3141
+ msgid "Jordan"
3142
+ msgstr "Yordan"
3143
+
3144
+ #: ../lib/tribe-view-helpers.class.php:155
3145
+ msgid "Kazakhstan"
3146
+ msgstr "Kazakstan"
3147
+
3148
+ #: ../lib/tribe-view-helpers.class.php:156
3149
+ msgid "Kenya"
3150
+ msgstr "Kenya"
3151
+
3152
+ #: ../lib/tribe-view-helpers.class.php:157
3153
+ msgid "Kiribati"
3154
+ msgstr "Kiribati"
3155
+
3156
+ #: ../lib/tribe-view-helpers.class.php:158
3157
+ msgid "Korea, Democratic People's Republic Of"
3158
+ msgstr "Korea, Republik Demokratik Rakyat"
3159
+
3160
+ #: ../lib/tribe-view-helpers.class.php:159
3161
+ msgid "Korea, Republic Of"
3162
+ msgstr "Korea, Republik"
3163
+
3164
+ #: ../lib/tribe-view-helpers.class.php:160
3165
+ msgid "Kuwait"
3166
+ msgstr "Kuwait"
3167
+
3168
+ #: ../lib/tribe-view-helpers.class.php:161
3169
+ msgid "Kyrgyzstan"
3170
+ msgstr "Kirgistan"
3171
+
3172
+ #: ../lib/tribe-view-helpers.class.php:162
3173
+ msgid "Lao People's Democratic Republic"
3174
+ msgstr "Lao People's Democratic Republic"
3175
+
3176
+ #: ../lib/tribe-view-helpers.class.php:163
3177
+ msgid "Latvia"
3178
+ msgstr "Latvia"
3179
+
3180
+ #: ../lib/tribe-view-helpers.class.php:164
3181
+ msgid "Lebanon"
3182
+ msgstr "Libanon"
3183
+
3184
+ #: ../lib/tribe-view-helpers.class.php:165
3185
+ msgid "Lesotho"
3186
+ msgstr "Lesotho"
3187
+
3188
+ #: ../lib/tribe-view-helpers.class.php:166
3189
+ msgid "Liberia"
3190
+ msgstr "Liberia"
3191
+
3192
+ #: ../lib/tribe-view-helpers.class.php:167
3193
+ msgid "Libya"
3194
+ msgstr "Libya"
3195
+
3196
+ #: ../lib/tribe-view-helpers.class.php:168
3197
+ msgid "Liechtenstein"
3198
+ msgstr "Liechtenstein"
3199
+
3200
+ #: ../lib/tribe-view-helpers.class.php:169
3201
+ msgid "Lithuania"
3202
+ msgstr "Lituania"
3203
+
3204
+ #: ../lib/tribe-view-helpers.class.php:170
3205
+ msgid "Luxembourg"
3206
+ msgstr "Luksemburg"
3207
+
3208
+ #: ../lib/tribe-view-helpers.class.php:171
3209
+ msgid "Macau"
3210
+ msgstr "Makau"
3211
+
3212
+ #: ../lib/tribe-view-helpers.class.php:172
3213
+ msgid "Macedonia"
3214
+ msgstr "Makadonia"
3215
+
3216
+ #: ../lib/tribe-view-helpers.class.php:173
3217
+ msgid "Madagascar"
3218
+ msgstr "Madagaskar"
3219
+
3220
+ #: ../lib/tribe-view-helpers.class.php:174
3221
+ msgid "Malawi"
3222
+ msgstr "Malawi"
3223
+
3224
+ #: ../lib/tribe-view-helpers.class.php:175
3225
+ msgid "Malaysia"
3226
+ msgstr "Malaysia"
3227
+
3228
+ #: ../lib/tribe-view-helpers.class.php:176
3229
+ msgid "Maldives"
3230
+ msgstr "Maladewa"
3231
+
3232
+ #: ../lib/tribe-view-helpers.class.php:177
3233
+ msgid "Mali"
3234
+ msgstr "Mali"
3235
+
3236
+ #: ../lib/tribe-view-helpers.class.php:178
3237
+ msgid "Malta"
3238
+ msgstr "Malta"
3239
+
3240
+ #: ../lib/tribe-view-helpers.class.php:179
3241
+ msgid "Marshall Islands"
3242
+ msgstr "Kepulauan Marshall"
3243
+
3244
+ #: ../lib/tribe-view-helpers.class.php:180
3245
+ msgid "Martinique"
3246
+ msgstr "Martinique"
3247
+
3248
+ #: ../lib/tribe-view-helpers.class.php:181
3249
+ msgid "Mauritania"
3250
+ msgstr "Mauritania"
3251
+
3252
+ #: ../lib/tribe-view-helpers.class.php:182
3253
+ msgid "Mauritius"
3254
+ msgstr "Maurisius"
3255
+
3256
+ #: ../lib/tribe-view-helpers.class.php:183
3257
+ msgid "Mayotte"
3258
+ msgstr "Mayotte"
3259
+
3260
+ #: ../lib/tribe-view-helpers.class.php:184
3261
+ msgid "Mexico"
3262
+ msgstr "Meksiko"
3263
+
3264
+ #: ../lib/tribe-view-helpers.class.php:185
3265
+ msgid "Micronesia, Federated States Of"
3266
+ msgstr "Mikronesia, Federasi Serikat Dari"
3267
+
3268
+ #: ../lib/tribe-view-helpers.class.php:186
3269
+ msgid "Moldova, Republic Of"
3270
+ msgstr "Moldova, Republik"
3271
+
3272
+ #: ../lib/tribe-view-helpers.class.php:187
3273
+ msgid "Monaco"
3274
+ msgstr "Monako"
3275
+
3276
+ #: ../lib/tribe-view-helpers.class.php:188
3277
+ msgid "Mongolia"
3278
+ msgstr "Mongolia"
3279
+
3280
+ #: ../lib/tribe-view-helpers.class.php:189
3281
+ msgid "Montenegro"
3282
+ msgstr "Montenegro"
3283
+
3284
+ #: ../lib/tribe-view-helpers.class.php:190
3285
+ msgid "Montserrat"
3286
+ msgstr "Montserrat"
3287
+
3288
+ #: ../lib/tribe-view-helpers.class.php:191
3289
+ msgid "Morocco"
3290
+ msgstr "Maroko"
3291
+
3292
+ #: ../lib/tribe-view-helpers.class.php:192
3293
+ msgid "Mozambique"
3294
+ msgstr "Mozambik"
3295
+
3296
+ #: ../lib/tribe-view-helpers.class.php:193
3297
+ msgid "Myanmar"
3298
+ msgstr "Myanmar"
3299
+
3300
+ #: ../lib/tribe-view-helpers.class.php:194
3301
+ msgid "Namibia"
3302
+ msgstr "Namibia"
3303
+
3304
+ #: ../lib/tribe-view-helpers.class.php:195
3305
+ msgid "Nauru"
3306
+ msgstr "Nauru"
3307
+
3308
+ #: ../lib/tribe-view-helpers.class.php:196
3309
+ msgid "Nepal"
3310
+ msgstr "Nepal"
3311
+
3312
+ #: ../lib/tribe-view-helpers.class.php:197
3313
+ msgid "Netherlands"
3314
+ msgstr "Belanda"
3315
+
3316
+ #: ../lib/tribe-view-helpers.class.php:198
3317
+ msgid "Netherlands Antilles"
3318
+ msgstr "Belanda Antilla"
3319
+
3320
+ #: ../lib/tribe-view-helpers.class.php:199
3321
+ msgid "New Caledonia"
3322
+ msgstr "Kaledonia Baru"
3323
+
3324
+ #: ../lib/tribe-view-helpers.class.php:200
3325
+ msgid "New Zealand"
3326
+ msgstr "Selandia Baru"
3327
+
3328
+ #: ../lib/tribe-view-helpers.class.php:201
3329
+ msgid "Nicaragua"
3330
+ msgstr "Nikaragua"
3331
+
3332
+ #: ../lib/tribe-view-helpers.class.php:202
3333
+ msgid "Niger"
3334
+ msgstr "Niger"
3335
+
3336
+ #: ../lib/tribe-view-helpers.class.php:203
3337
+ msgid "Nigeria"
3338
+ msgstr "Nigeria"
3339
+
3340
+ #: ../lib/tribe-view-helpers.class.php:204
3341
+ msgid "Niue"
3342
+ msgstr "Niue"
3343
+
3344
+ #: ../lib/tribe-view-helpers.class.php:205
3345
+ msgid "Norfolk Island"
3346
+ msgstr "Pulau Norfolk"
3347
+
3348
+ #: ../lib/tribe-view-helpers.class.php:206
3349
+ msgid "Northern Mariana Islands"
3350
+ msgstr "Kepulauan Mariana Utara"
3351
+
3352
+ #: ../lib/tribe-view-helpers.class.php:207
3353
+ msgid "Norway"
3354
+ msgstr "Norwegia"
3355
+
3356
+ #: ../lib/tribe-view-helpers.class.php:208
3357
+ msgid "Oman"
3358
+ msgstr "Oman"
3359
+
3360
+ #: ../lib/tribe-view-helpers.class.php:209
3361
+ msgid "Pakistan"
3362
+ msgstr "Pakistan"
3363
+
3364
+ #: ../lib/tribe-view-helpers.class.php:210
3365
+ msgid "Palau"
3366
+ msgstr "Palau"
3367
+
3368
+ #: ../lib/tribe-view-helpers.class.php:211
3369
+ msgid "Panama"
3370
+ msgstr "Panama"
3371
+
3372
+ #: ../lib/tribe-view-helpers.class.php:212
3373
+ msgid "Papua New Guinea"
3374
+ msgstr "Papua Nugini"
3375
+
3376
+ #: ../lib/tribe-view-helpers.class.php:213
3377
+ msgid "Paraguay"
3378
+ msgstr "Paraguay"
3379
+
3380
+ #: ../lib/tribe-view-helpers.class.php:214
3381
+ msgid "Peru"
3382
+ msgstr "Peru"
3383
+
3384
+ #: ../lib/tribe-view-helpers.class.php:215
3385
+ msgid "Philippines"
3386
+ msgstr "Filipina"
3387
+
3388
+ #: ../lib/tribe-view-helpers.class.php:216
3389
+ msgid "Pitcairn"
3390
+ msgstr "Pitcairn"
3391
+
3392
+ #: ../lib/tribe-view-helpers.class.php:217
3393
+ msgid "Poland"
3394
+ msgstr "Polandia"
3395
+
3396
+ #: ../lib/tribe-view-helpers.class.php:218
3397
+ msgid "Portugal"
3398
+ msgstr "Portugal"
3399
+
3400
+ #: ../lib/tribe-view-helpers.class.php:219
3401
+ msgid "Puerto Rico"
3402
+ msgstr "Puerto Riko"
3403
+
3404
+ #: ../lib/tribe-view-helpers.class.php:220
3405
+ msgid "Qatar"
3406
+ msgstr "Qatar"
3407
+
3408
+ #: ../lib/tribe-view-helpers.class.php:221
3409
+ msgid "Reunion"
3410
+ msgstr "Reunion"
3411
+
3412
+ #: ../lib/tribe-view-helpers.class.php:222
3413
+ msgid "Romania"
3414
+ msgstr "Rumania"
3415
+
3416
+ #: ../lib/tribe-view-helpers.class.php:223
3417
+ msgid "Russian Federation"
3418
+ msgstr "Federasi Rusia"
3419
+
3420
+ #: ../lib/tribe-view-helpers.class.php:224
3421
+ msgid "Rwanda"
3422
+ msgstr "Rwanda"
3423
+
3424
+ #: ../lib/tribe-view-helpers.class.php:225
3425
+ msgid "Saint Kitts And Nevis"
3426
+ msgstr "Saint Kitts dan Nevis"
3427
+
3428
+ #: ../lib/tribe-view-helpers.class.php:226
3429
+ msgid "Saint Lucia"
3430
+ msgstr "Saint Lusia"
3431
+
3432
+ #: ../lib/tribe-view-helpers.class.php:227
3433
+ msgid "Saint Vincent And The Grenadines"
3434
+ msgstr "Saint Vincent dan Grenadines"
3435
+
3436
+ #: ../lib/tribe-view-helpers.class.php:228
3437
+ msgid "Samoa"
3438
+ msgstr "Samoa"
3439
+
3440
+ #: ../lib/tribe-view-helpers.class.php:229
3441
+ msgid "San Marino"
3442
+ msgstr "San Marino"
3443
+
3444
+ #: ../lib/tribe-view-helpers.class.php:230
3445
+ msgid "Sao Tome And Principe"
3446
+ msgstr "Sao Tome Dan Principe"
3447
+
3448
+ #: ../lib/tribe-view-helpers.class.php:231
3449
+ msgid "Saudi Arabia"
3450
+ msgstr "Arab Saudi"
3451
+
3452
+ #: ../lib/tribe-view-helpers.class.php:232
3453
+ msgid "Senegal"
3454
+ msgstr "Senegal"
3455
+
3456
+ #: ../lib/tribe-view-helpers.class.php:233
3457
+ msgid "Serbia"
3458
+ msgstr "Serbia"
3459
+
3460
+ #: ../lib/tribe-view-helpers.class.php:234
3461
+ msgid "Seychelles"
3462
+ msgstr "Seychelles"
3463
+
3464
+ #: ../lib/tribe-view-helpers.class.php:235
3465
+ msgid "Sierra Leone"
3466
+ msgstr "Sierra Leone"
3467
+
3468
+ #: ../lib/tribe-view-helpers.class.php:236
3469
+ msgid "Singapore"
3470
+ msgstr "Singapura"
3471
+
3472
+ #: ../lib/tribe-view-helpers.class.php:237
3473
+ msgid "Slovakia (Slovak Republic)"
3474
+ msgstr "Slovakia (Republik Slovak)"
3475
+
3476
+ #: ../lib/tribe-view-helpers.class.php:238
3477
+ msgid "Slovenia"
3478
+ msgstr "Slovenia"
3479
+
3480
+ #: ../lib/tribe-view-helpers.class.php:239
3481
+ msgid "Solomon Islands"
3482
+ msgstr "Kepulauan Solomon"
3483
+
3484
+ #: ../lib/tribe-view-helpers.class.php:240
3485
+ msgid "Somalia"
3486
+ msgstr "Somalia"
3487
+
3488
+ #: ../lib/tribe-view-helpers.class.php:241
3489
+ msgid "South Africa"
3490
+ msgstr "Afrika Selatan"
3491
+
3492
+ #: ../lib/tribe-view-helpers.class.php:242
3493
+ msgid "South Georgia, South Sandwich Islands"
3494
+ msgstr "South Georgia, South Sandwich Islands"
3495
+
3496
+ #: ../lib/tribe-view-helpers.class.php:243
3497
+ msgid "Spain"
3498
+ msgstr "Spanyol"
3499
+
3500
+ #: ../lib/tribe-view-helpers.class.php:244
3501
+ msgid "Sri Lanka"
3502
+ msgstr "Sri Lanka"
3503
+
3504
+ #: ../lib/tribe-view-helpers.class.php:245
3505
+ msgid "St. Helena"
3506
+ msgstr "St. Helena"
3507
+
3508
+ #: ../lib/tribe-view-helpers.class.php:246
3509
+ msgid "St. Pierre And Miquelon"
3510
+ msgstr "St Pierre Dan Miquelon"
3511
+
3512
+ #: ../lib/tribe-view-helpers.class.php:247
3513
+ msgid "Sudan"
3514
+ msgstr "Sudan"
3515
+
3516
+ #: ../lib/tribe-view-helpers.class.php:248
3517
+ msgid "Suriname"
3518
+ msgstr "Suriname"
3519
+
3520
+ #: ../lib/tribe-view-helpers.class.php:249
3521
+ msgid "Svalbard And Jan Mayen Islands"
3522
+ msgstr "Svalbard And Jan Mayen Islands"
3523
+
3524
+ #: ../lib/tribe-view-helpers.class.php:250
3525
+ msgid "Swaziland"
3526
+ msgstr "Swaziland"
3527
+
3528
+ #: ../lib/tribe-view-helpers.class.php:251
3529
+ msgid "Sweden"
3530
+ msgstr "Swedia"
3531
+
3532
+ #: ../lib/tribe-view-helpers.class.php:252
3533
+ msgid "Switzerland"
3534
+ msgstr "Swiss"
3535
+
3536
+ #: ../lib/tribe-view-helpers.class.php:253
3537
+ msgid "Syrian Arab Republic"
3538
+ msgstr "Suriah"
3539
+
3540
+ #: ../lib/tribe-view-helpers.class.php:254
3541
+ msgid "Taiwan"
3542
+ msgstr "Taiwan"
3543
+
3544
+ #: ../lib/tribe-view-helpers.class.php:255
3545
+ msgid "Tajikistan"
3546
+ msgstr "Tajikistan"
3547
+
3548
+ #: ../lib/tribe-view-helpers.class.php:256
3549
+ msgid "Tanzania, United Republic Of"
3550
+ msgstr "Tanzania, United Republic Of"
3551
+
3552
+ #: ../lib/tribe-view-helpers.class.php:257
3553
+ msgid "Thailand"
3554
+ msgstr "Thailand"
3555
+
3556
+ #: ../lib/tribe-view-helpers.class.php:258
3557
+ msgid "Togo"
3558
+ msgstr "Togo"
3559
+
3560
+ #: ../lib/tribe-view-helpers.class.php:259
3561
+ msgid "Tokelau"
3562
+ msgstr "Tokelau"
3563
+
3564
+ #: ../lib/tribe-view-helpers.class.php:260
3565
+ msgid "Tonga"
3566
+ msgstr "Tonga"
3567
+
3568
+ #: ../lib/tribe-view-helpers.class.php:261
3569
+ msgid "Trinidad And Tobago"
3570
+ msgstr "Trinidad dan Tobago"
3571
+
3572
+ #: ../lib/tribe-view-helpers.class.php:262
3573
+ msgid "Tunisia"
3574
+ msgstr "Tunisia"
3575
+
3576
+ #: ../lib/tribe-view-helpers.class.php:263
3577
+ msgid "Turkey"
3578
+ msgstr "Turki"
3579
+
3580
+ #: ../lib/tribe-view-helpers.class.php:264
3581
+ msgid "Turkmenistan"
3582
+ msgstr "Turkmenistan"
3583
+
3584
+ #: ../lib/tribe-view-helpers.class.php:265
3585
+ msgid "Turks And Caicos Islands"
3586
+ msgstr "Kepulauan Turks dan Caicos"
3587
+
3588
+ #: ../lib/tribe-view-helpers.class.php:266
3589
+ msgid "Tuvalu"
3590
+ msgstr "Tuvalu"
3591
+
3592
+ #: ../lib/tribe-view-helpers.class.php:267
3593
+ msgid "Uganda"
3594
+ msgstr "Uganda"
3595
+
3596
+ #: ../lib/tribe-view-helpers.class.php:268
3597
+ msgid "Ukraine"
3598
+ msgstr "Ukraina"
3599
+
3600
+ #: ../lib/tribe-view-helpers.class.php:269
3601
+ msgid "United Arab Emirates"
3602
+ msgstr "Uni Emirat Arab"
3603
+
3604
+ #: ../lib/tribe-view-helpers.class.php:270
3605
+ msgid "United Kingdom"
3606
+ msgstr "Inggris"
3607
+
3608
+ #: ../lib/tribe-view-helpers.class.php:271
3609
+ msgid "United States Minor Outlying Islands"
3610
+ msgstr "Amerika Serikat Minor Outlying Islands"
3611
+
3612
+ #: ../lib/tribe-view-helpers.class.php:272
3613
+ msgid "Uruguay"
3614
+ msgstr "Uruguay"
3615
+
3616
+ #: ../lib/tribe-view-helpers.class.php:273
3617
+ msgid "Uzbekistan"
3618
+ msgstr "Uzbekistan"
3619
+
3620
+ #: ../lib/tribe-view-helpers.class.php:274
3621
+ msgid "Vanuatu"
3622
+ msgstr "Vanuatu"
3623
+
3624
+ #: ../lib/tribe-view-helpers.class.php:275
3625
+ msgid "Venezuela"
3626
+ msgstr "Venezuela"
3627
+
3628
+ #: ../lib/tribe-view-helpers.class.php:276
3629
+ msgid "Viet Nam"
3630
+ msgstr "Vietnam"
3631
+
3632
+ #: ../lib/tribe-view-helpers.class.php:277
3633
+ msgid "Virgin Islands (British)"
3634
+ msgstr "Kepulauan Virgin (Inggris)"
3635
+
3636
+ #: ../lib/tribe-view-helpers.class.php:278
3637
+ msgid "Virgin Islands (U.S.)"
3638
+ msgstr "Kepulauan Virgin (AS)"
3639
+
3640
+ #: ../lib/tribe-view-helpers.class.php:279
3641
+ msgid "Wallis And Futuna Islands"
3642
+ msgstr "Wallis And Futuna Islands"
3643
+
3644
+ #: ../lib/tribe-view-helpers.class.php:280
3645
+ msgid "Western Sahara"
3646
+ msgstr "Sahara Barat"
3647
+
3648
+ #: ../lib/tribe-view-helpers.class.php:281
3649
+ msgid "Yemen"
3650
+ msgstr "Yaman"
3651
+
3652
+ #: ../lib/tribe-view-helpers.class.php:282
3653
+ msgid "Zambia"
3654
+ msgstr "Zambia"
3655
+
3656
+ #: ../lib/tribe-view-helpers.class.php:283
3657
+ msgid "Zimbabwe"
3658
+ msgstr "Zimbabwe"
3659
+
3660
+ #: ../lib/tribe-view-helpers.class.php:308
3661
+ msgid "Alabama"
3662
+ msgstr "Alabama"
3663
+
3664
+ #: ../lib/tribe-view-helpers.class.php:309
3665
+ msgid "Alaska"
3666
+ msgstr "Alaska"
3667
+
3668
+ #: ../lib/tribe-view-helpers.class.php:310
3669
+ msgid "Arizona"
3670
+ msgstr "Arizona"
3671
+
3672
+ #: ../lib/tribe-view-helpers.class.php:311
3673
+ msgid "Arkansas"
3674
+ msgstr "Arkansas"
3675
+
3676
+ #: ../lib/tribe-view-helpers.class.php:312
3677
+ msgid "California"
3678
+ msgstr "California"
3679
+
3680
+ #: ../lib/tribe-view-helpers.class.php:313
3681
+ msgid "Colorado"
3682
+ msgstr "Colorado"
3683
+
3684
+ #: ../lib/tribe-view-helpers.class.php:314
3685
+ msgid "Connecticut"
3686
+ msgstr "Connecticut"
3687
+
3688
+ #: ../lib/tribe-view-helpers.class.php:315
3689
+ msgid "Delaware"
3690
+ msgstr "Delaware"
3691
+
3692
+ #: ../lib/tribe-view-helpers.class.php:316
3693
+ msgid "District of Columbia"
3694
+ msgstr "District of Columbia"
3695
+
3696
+ #: ../lib/tribe-view-helpers.class.php:317
3697
+ msgid "Florida"
3698
+ msgstr "Florida"
3699
+
3700
+ #: ../lib/tribe-view-helpers.class.php:319
3701
+ msgid "Hawaii"
3702
+ msgstr "Hawai"
3703
+
3704
+ #: ../lib/tribe-view-helpers.class.php:320
3705
+ msgid "Idaho"
3706
+ msgstr "Idaho"
3707
+
3708
+ #: ../lib/tribe-view-helpers.class.php:321
3709
+ msgid "Illinois"
3710
+ msgstr "Illinois"
3711
+
3712
+ #: ../lib/tribe-view-helpers.class.php:322
3713
+ msgid "Indiana"
3714
+ msgstr "Indiana"
3715
+
3716
+ #: ../lib/tribe-view-helpers.class.php:323
3717
+ msgid "Iowa"
3718
+ msgstr "Iowa"
3719
+
3720
+ #: ../lib/tribe-view-helpers.class.php:324
3721
+ msgid "Kansas"
3722
+ msgstr "Kansas"
3723
+
3724
+ #: ../lib/tribe-view-helpers.class.php:325
3725
+ msgid "Kentucky"
3726
+ msgstr "Kentucky"
3727
+
3728
+ #: ../lib/tribe-view-helpers.class.php:326
3729
+ msgid "Louisiana"
3730
+ msgstr "Louisiana"
3731
+
3732
+ #: ../lib/tribe-view-helpers.class.php:327
3733
+ msgid "Maine"
3734
+ msgstr "Maine"
3735
+
3736
+ #: ../lib/tribe-view-helpers.class.php:328
3737
+ msgid "Maryland"
3738
+ msgstr "Maryland"
3739
+
3740
+ #: ../lib/tribe-view-helpers.class.php:329
3741
+ msgid "Massachusetts"
3742
+ msgstr "Massachusetts"
3743
+
3744
+ #: ../lib/tribe-view-helpers.class.php:330
3745
+ msgid "Michigan"
3746
+ msgstr "Michigan"
3747
+
3748
+ #: ../lib/tribe-view-helpers.class.php:331
3749
+ msgid "Minnesota"
3750
+ msgstr "Minnesota"
3751
+
3752
+ #: ../lib/tribe-view-helpers.class.php:332
3753
+ msgid "Mississippi"
3754
+ msgstr "Mississippi."
3755
+
3756
+ #: ../lib/tribe-view-helpers.class.php:333
3757
+ msgid "Missouri"
3758
+ msgstr "Missouri"
3759
+
3760
+ #: ../lib/tribe-view-helpers.class.php:334
3761
+ msgid "Montana"
3762
+ msgstr "Montana"
3763
+
3764
+ #: ../lib/tribe-view-helpers.class.php:335
3765
+ msgid "Nebraska"
3766
+ msgstr "Nebraska"
3767
+
3768
+ #: ../lib/tribe-view-helpers.class.php:336
3769
+ msgid "Nevada"
3770
+ msgstr "Nevada"
3771
+
3772
+ #: ../lib/tribe-view-helpers.class.php:337
3773
+ msgid "New Hampshire"
3774
+ msgstr "New Hampshire"
3775
+
3776
+ #: ../lib/tribe-view-helpers.class.php:338
3777
+ msgid "New Jersey"
3778
+ msgstr "New Jersey"
3779
+
3780
+ #: ../lib/tribe-view-helpers.class.php:339
3781
+ msgid "New Mexico"
3782
+ msgstr "New Mexico"
3783
+
3784
+ #: ../lib/tribe-view-helpers.class.php:340
3785
+ msgid "New York"
3786
+ msgstr "New York."
3787
+
3788
+ #: ../lib/tribe-view-helpers.class.php:341
3789
+ msgid "North Carolina"
3790
+ msgstr "North Carolina"
3791
+
3792
+ #: ../lib/tribe-view-helpers.class.php:342
3793
+ msgid "North Dakota"
3794
+ msgstr "North Dakota"
3795
+
3796
+ #: ../lib/tribe-view-helpers.class.php:343
3797
+ msgid "Ohio"
3798
+ msgstr "Ohio"
3799
+
3800
+ #: ../lib/tribe-view-helpers.class.php:344
3801
+ msgid "Oklahoma"
3802
+ msgstr "Oklahoma"
3803
+
3804
+ #: ../lib/tribe-view-helpers.class.php:345
3805
+ msgid "Oregon"
3806
+ msgstr "Oregon"
3807
+
3808
+ #: ../lib/tribe-view-helpers.class.php:346
3809
+ msgid "Pennsylvania"
3810
+ msgstr "Pennsylvania"
3811
+
3812
+ #: ../lib/tribe-view-helpers.class.php:347
3813
+ msgid "Rhode Island"
3814
+ msgstr "Rhode Island"
3815
+
3816
+ #: ../lib/tribe-view-helpers.class.php:348
3817
+ msgid "South Carolina"
3818
+ msgstr "Carolina Selatan"
3819
+
3820
+ #: ../lib/tribe-view-helpers.class.php:349
3821
+ msgid "South Dakota"
3822
+ msgstr "South Dakota"
3823
+
3824
+ #: ../lib/tribe-view-helpers.class.php:350
3825
+ msgid "Tennessee"
3826
+ msgstr "Tennessee"
3827
+
3828
+ #: ../lib/tribe-view-helpers.class.php:351
3829
+ msgid "Texas"
3830
+ msgstr "Texas"
3831
+
3832
+ #: ../lib/tribe-view-helpers.class.php:352
3833
+ msgid "Utah"
3834
+ msgstr "Utah"
3835
+
3836
+ #: ../lib/tribe-view-helpers.class.php:353
3837
+ msgid "Vermont"
3838
+ msgstr "Vermont"
3839
+
3840
+ #: ../lib/tribe-view-helpers.class.php:354
3841
+ msgid "Virginia"
3842
+ msgstr "Virginia"
3843
+
3844
+ #: ../lib/tribe-view-helpers.class.php:355
3845
+ msgid "Washington"
3846
+ msgstr "Washington"
3847
+
3848
+ #: ../lib/tribe-view-helpers.class.php:356
3849
+ msgid "West Virginia"
3850
+ msgstr "Virginia Barat"
3851
+
3852
+ #: ../lib/tribe-view-helpers.class.php:357
3853
+ msgid "Wisconsin"
3854
+ msgstr "Wisconsin"
3855
+
3856
+ #: ../lib/tribe-view-helpers.class.php:358
3857
+ msgid "Wyoming"
3858
+ msgstr "Wyoming"
3859
+
3860
+ #: ../lib/widget-list.class.php:25
3861
+ msgid "A widget that displays upcoming events."
3862
+ msgstr "Sebuah widget yang menampilkan event mendatang."
3863
+
3864
+ #: ../lib/widget-list.class.php:32
3865
+ msgid "Events List"
3866
+ msgstr "Daftar Event"
3867
+
3868
+ #: ../public/advanced-functions/meta.php:39
3869
+ #: ../public/advanced-functions/meta.php:65
3870
+ #: ../views/modules/meta/details.php:36 ../views/modules/meta/details.php:55
3871
+ msgid "Start:"
3872
+ msgstr "Mulai:"
3873
+
3874
+ #: ../public/advanced-functions/meta.php:46
3875
+ #: ../public/advanced-functions/meta.php:72
3876
+ #: ../views/modules/meta/details.php:39 ../views/modules/meta/details.php:58
3877
+ msgid "End:"
3878
+ msgstr "End:"
3879
+
3880
+ #: ../public/advanced-functions/meta.php:55
3881
+ #: ../public/advanced-functions/meta.php:81
3882
+ #: ../views/modules/meta/details.php:47 ../views/modules/meta/details.php:66
3883
+ msgid "Date:"
3884
+ msgstr "Tanggal:"
3885
+
3886
+ #: ../public/advanced-functions/meta.php:90
3887
+ #: ../public/advanced-functions/meta.php:99
3888
+ #: ../views/modules/meta/details.php:69
3889
+ msgid "Time:"
3890
+ msgstr "Waktu"
3891
+
3892
+ #: ../public/advanced-functions/meta.php:283
3893
+ #: ../public/template-tags/google-map.php:38
3894
+ msgid "Click to view a Google Map"
3895
+ msgstr "Klik untuk melihat Google Map"
3896
+
3897
+ #: ../public/advanced-functions/meta.php:284
3898
+ #: ../public/template-tags/google-map.php:39
3899
+ msgid "+ Google Map"
3900
+ msgstr "+ Google Map"
3901
+
3902
+ #: ../public/advanced-functions/meta.php:295
3903
+ #: ../views/modules/meta/details.php:13
3904
+ msgid "Details"
3905
+ msgstr "Detil"
3906
+
3907
+ #: ../public/advanced-functions/meta.php:346
3908
+ #: ../views/modules/meta/details.php:97
3909
+ msgid "Event Tags:"
3910
+ msgstr "Tag Event:"
3911
+
3912
+ #: ../public/advanced-functions/meta.php:372
3913
+ msgid "Origin:"
3914
+ msgstr "Asal:"
3915
+
3916
+ #: ../public/advanced-functions/meta.php:382
3917
+ msgid "Venue"
3918
+ msgstr "Venue"
3919
+
3920
+ #: ../public/advanced-functions/meta.php:444
3921
+ msgid "Organizer"
3922
+ msgstr "Penyelenggara"
3923
+
3924
+ #: ../public/advanced-functions/meta.php:509
3925
+ msgid "Event:"
3926
+ msgstr "Event:"
3927
+
3928
+ #: ../public/template-tags/day.php:94
3929
+ msgid "<span>&laquo;</span> Previous Day"
3930
+ msgstr "<span>&laquo;</span> Hari Sebelumnya"
3931
+
3932
+ #: ../public/template-tags/day.php:96
3933
+ msgid "Next Day <span>&raquo;</span>"
3934
+ msgstr "Hari Berikutnya <span>&raquo;</span>"
3935
+
3936
+ #: ../public/template-tags/day.php:98
3937
+ msgid "Yesterday"
3938
+ msgstr "Kemarin"
3939
+
3940
+ #: ../public/template-tags/day.php:100
3941
+ msgid "Tomorrow"
3942
+ msgstr "Besok"
3943
+
3944
+ #: ../public/template-tags/deprecated.php:1156
3945
+ msgid "Category"
3946
+ msgstr "Kategori"
3947
+
3948
+ #: ../public/template-tags/general.php:297
3949
+ msgid "Tags:"
3950
+ msgstr "Tags:"
3951
+
3952
+ #: ../public/template-tags/general.php:393
3953
+ msgid "Loading Events"
3954
+ msgstr "Memuat Events"
3955
+
3956
+ #: ../public/template-tags/general.php:573
3957
+ msgid "Free"
3958
+ msgstr "Gratis"
3959
+
3960
+ #: ../public/template-tags/general.php:1161
3961
+ #, php-format
3962
+ msgid "Calendar powered by %sThe Events Calendar%s"
3963
+ msgstr "Kalender didukung oleh%sThe Events Calendar%s"
3964
+
3965
+ #: ../public/template-tags/loop.php:133
3966
+ msgid "Events for"
3967
+ msgstr "Event untuk"
3968
+
3969
+ #: ../public/template-tags/options.php:18
3970
+ #, php-format
3971
+ msgid "Your current Events URL is %s"
3972
+ msgstr "URL Event saat ini Anda adalah %s"
3973
+
3974
+ #: ../public/template-tags/options.php:27
3975
+ #, php-format
3976
+ msgid ""
3977
+ "You <strong>cannot</strong> use the same slug as above. The above should "
3978
+ "ideally be plural, and this singular.<br />Your single Event URL is like: %s"
3979
+ msgstr ""
3980
+ "Anda <strong>tidak bisa</strong> menggunakan slug sama seperti di atas. Di "
3981
+ "atas idealnya harus plural, dan tunggal <br/> URL event tunggal Anda "
3982
+ "seperti:. %s"
3983
+
3984
+ #: ../views/day/nav.php:14
3985
+ msgid "Day Navigation"
3986
+ msgstr "Hari Navigasi"
3987
+
3988
+ #: ../views/day/single-event.php:72 ../views/list/single-event.php:76
3989
+ msgid "Find out more"
3990
+ msgstr "Ketahui lebih lanjut"
3991
+
3992
+ #: ../views/list/nav.php:15
3993
+ msgid "Events List Navigation"
3994
+ msgstr "Navigasi Daftar Event"
3995
+
3996
+ #: ../views/list/nav.php:21 ../views/list/nav.php:27 ../views/list/nav.php:30
3997
+ msgid "<span>&laquo;</span> Previous Events"
3998
+ msgstr "<span>&laquo;</span> Event Sebelumnya"
3999
+
4000
+ #: ../views/list/nav.php:39 ../views/list/nav.php:42 ../views/list/nav.php:48
4001
+ msgid "Next Events <span>&raquo;</span>"
4002
+ msgstr "Event Berikutnya <span>&raquo;</span>"
4003
+
4004
+ #: ../views/modules/bar.php:32 ../views/modules/bar.php:62
4005
+ msgid "Find Events"
4006
+ msgstr "Cari Event"
4007
+
4008
+ #: ../views/modules/bar.php:39
4009
+ msgid "Event Views Navigation"
4010
+ msgstr "Navigasi Tampilan Event"
4011
+
4012
+ #: ../views/modules/bar.php:40
4013
+ msgid "View As"
4014
+ msgstr "View As"
4015
+
4016
+ #: ../views/month/nav.php:16
4017
+ msgid "Calendar Month Navigation"
4018
+ msgstr "Kalender Bulan Navigasi"
4019
+
4020
+ #: ../views/month/single-day.php:41
4021
+ msgid "Events "
4022
+ msgstr "Events "
4023
+
4024
+ #: ../views/month/single-day.php:43
4025
+ msgid "Event "
4026
+ msgstr "Event "
4027
+
4028
+ #: ../views/single-event.php:21
4029
+ msgid "&laquo; All Events"
4030
+ msgstr "&laquo; Semua Event"
4031
+
4032
+ #: ../views/single-event.php:39 ../views/single-event.php:80
4033
+ msgid "Event Navigation"
4034
+ msgstr "Event Navigasi"
4035
+
4036
+ #: ../views/tickets/attendees-email.php:23
4037
+ msgid "Attendee List"
4038
+ msgstr "Daftar Peserta"
4039
+
4040
+ #: ../views/tickets/email.php:37
4041
+ msgid "Your tickets"
4042
+ msgstr "Tiket Anda"
4043
+
4044
+ #: ../views/tickets/email.php:318
4045
+ msgid "Ticket Type"
4046
+ msgstr "Jenis Tiket"
4047
+
4048
+ #: ../views/tickets/email.php:322
4049
+ msgid "Purchaser"
4050
+ msgstr "Pembeli"
4051
+
4052
+ #: ../views/widgets/list-widget.php:60
4053
+ msgid "View All Events"
4054
+ msgstr "Lihat Semua Event"
4055
+
4056
+ #: ../views/widgets/list-widget.php:66
4057
+ msgid "There are no upcoming events at this time."
4058
+ msgstr "Tidak ada event mendatang saat ini."
lang/tribe-events-calendar-sr_ME.po CHANGED
@@ -1,18121 +1,4211 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
3
- <head>
4
- <meta http-equiv="content-type" content="text/html; charset=utf-8" />
5
- <title>Tribe Pro - tribe-events-calendar-sr_ME.po - Tribe Central</title>
6
- <meta name="description" content="ChiliProject" />
7
- <meta name="keywords" content="issue,bug,tracker" />
8
- <meta name="csrf-param" content="authenticity_token"/>
9
- <meta name="csrf-token" content="lOSDz2480m/jL45irSTodjTu7YJsIXDY33py09dok9g="/>
10
- <link rel='shortcut icon' href='/plugin_assets/redmine_shane_and_peter_design/images//favicon.ico?1360645205' />
11
- <link href="/stylesheets/reset.css?1360645048" media="all" rel="stylesheet" type="text/css" />
12
- <link href="/stylesheets/smoothness/jquery-ui.css?1360645048" media="all" rel="stylesheet" type="text/css" />
13
- <link href="/plugin_assets/redmine_shane_and_peter_design/themes/modern_tribe/stylesheets/application.css?1360645205" media="all" rel="stylesheet" type="text/css" />
14
- <link href="/stylesheets/print.css?1360645048" media="print" rel="stylesheet" type="text/css" />
15
-
16
- <!--[if lte IE 6]><link href="/stylesheets/ie6.css?1360645048" media="all" rel="stylesheet" type="text/css" /><![endif]-->
17
- <!--[if lte IE 7]><link href="/stylesheets/ie7.css?1360645048" media="all" rel="stylesheet" type="text/css" /><![endif]-->
18
- <!--[if gte IE 8]><![endif]-->
19
-
20
- <script src="/javascripts/jquery.min.js?1360645048" type="text/javascript"></script>
21
- <script src="/javascripts/jquery-ui.min.js?1360645048" type="text/javascript"></script>
22
- <script src="/javascripts/jquery.menu_expand.js?1360645048" type="text/javascript"></script>
23
- <script type="text/javascript">
24
- //<![CDATA[
25
- jQuery.noConflict();
26
- //]]>
27
- </script>
28
- <script src="/javascripts/prototype.js?1360645048" type="text/javascript"></script>
29
- <script src="/javascripts/effects.js?1360645048" type="text/javascript"></script>
30
- <script src="/javascripts/dragdrop.js?1360645048" type="text/javascript"></script>
31
- <script src="/javascripts/controls.js?1360645048" type="text/javascript"></script>
32
- <script src="/javascripts/application.js?1360645048" type="text/javascript"></script>
33
- <script type="text/javascript">
34
- //<![CDATA[
35
- Event.observe(window, 'load', function(){ new WarnLeavingUnsaved('The current page contains unsaved text that will be lost if you leave this page.'); });
36
- //]]>
37
- </script>
38
- <link href="/stylesheets/jstoolbar.css?1360645048" media="screen" rel="stylesheet" type="text/css" />
39
-
40
-
41
- <script src="/plugin_assets/chiliproject_clocking/javascripts/underscore-min.js?1360645204" type="text/javascript"></script> <script src="/plugin_assets/chiliproject_clocking/javascripts/jquery.tmpl.min.js?1360645204" type="text/javascript"></script> <script src="/plugin_assets/chiliproject_clocking/javascripts/helpers.js?1360645204" type="text/javascript"></script> <script src="/plugin_assets/chiliproject_clocking/javascripts/clocking_tool.js?1360645204" type="text/javascript"></script> <link href="/plugin_assets/chiliproject_clocking/stylesheets/clocking_tool.css?1360645204" media="screen" rel="stylesheet" type="text/css" /> <style type="text/css">html {
42
- min-width: 960px;
43
- }
44
-
45
- body {
46
- background: url('/plugin_assets/redmine_shane_and_peter_design/images/header-other.jpg') no-repeat center 44px;
47
- font: museo-sans,sans-serif;
48
- font-size: 13px;
49
- }
50
-
51
- a, a:link, a:visited{
52
- color:#0386AA;
53
- }
54
-
55
- a:hover{
56
- color:#21A6CB;
57
- }
58
-
59
- h1, h2, h3, h4, h5, h6 {
60
- font-weight: normal;
61
- border: none;
62
- }
63
-
64
- .title-bar h2 {
65
- /*font-weight: normal;
66
- padding-bottom:0;*/
67
- font-family: 'Helvetica Neue', Helvetica, sans;
68
- font-weight: 100;
69
- padding-left:2px;
70
- font-size:48px;
71
- padding-bottom:0px;
72
- }
73
-
74
- h2, .wiki h1 {
75
- /*font-size: 72px;
76
- margin: 20px 0;
77
- font-family: Yellowtail, museo-sans, arial;
78
- */
79
- border: none;
80
- line-height:1em;
81
- font-family: 'Helvetica Neue', Helvetica, sans;
82
- font-weight: 100;
83
- padding-left: 2px;
84
- font-size: 48px;
85
- padding-bottom: 0px;
86
- }
87
-
88
- /*h3, .wiki h2 {
89
- text-transform: uppercase;
90
- font-weight: 700;
91
- border-bottom: 1px solid #F2F2F2;
92
- padding-bottom: 2px;
93
- margin: 24px 0 18px 0;
94
- text-shadow: 1px 1px 1px white, 2px 2px 0 #D9D9D9;
95
- letter-spacing: 1.85px;
96
- font-family: arial,'lucida grandriale','lucida sans unicode',tahom,sans-serif;
97
- }*/
98
-
99
- h3{
100
- text-transform: uppercase;
101
- font-weight: 700;
102
- border-bottom: 1px solid #F2F2F2;
103
- padding-bottom: 2px;
104
- margin: 24px 0 18px 0;
105
- letter-spacing: 1.85px;
106
- font-family: arial,'lucida grandriale','lucida sans unicode',tahom,sans-serif;
107
- }
108
- .wiki h2 {
109
- text-transform: uppercase;
110
- border-bottom: none;
111
- padding-bottom: 2px;
112
- margin: 24px 0 18px 0;
113
- text-shadow: none;
114
- letter-spacing: 1.85px;
115
- font-family: arial,'lucida grandriale','lucida sans unicode',tahom,sans-serif;
116
- padding:20px;
117
- background: #f3f3f3;
118
- color:#666;
119
- }
120
-
121
-
122
- /*** Font Size Reset ***/
123
-
124
- table, tbody, tfoot, thead, tr, th, td,
125
- .contextual,
126
- .contextual input, .contextual select,
127
- p.breadcrumb,
128
- p.subtitle,
129
- p.footnote,
130
- p.other-formats,
131
- fieldset.collapsible,
132
- .buttons,
133
- div#activity dd, #search-results dd,
134
- table#time-report .hours-dec,
135
- td.hours .hours-dec,
136
- #errorExplanation ul,
137
- ul.properties,
138
- div.issue p,
139
- div.issue div,
140
- #content,
141
- #content td,
142
- #content.nosidebar,
143
- #content table.progress td,
144
- #content .tabs ul li a,
145
- button.tab-left, button.tab-right,
146
- table.plugins span.description,
147
- table.plugins span.url,
148
- #sidebar,
149
- #sidebar a,
150
- #sidebar a:link,
151
- #sidebar a:visited,
152
- #sidebar h3,
153
- .mypage-box,
154
- .mypage-box h3,
155
- .mypage-box a,
156
- .extras-actions a,
157
- .js-tooltip-inner,
158
- .journal h4,
159
- div.attachments,
160
- div.attachments span.author,
161
- ul.projects .description,
162
- ul.projects li div.root,
163
- .js-tooltip .arrow,
164
- .wiki,
165
- h5, .wiki h4,
166
- #footer,
167
- td.hours .hours-dec,
168
- table.plugins span.description,
169
- table.plugins span.url,
170
- table.cal td {
171
- font-size: 100%;
172
- }
173
-
174
- .wiki p {
175
- margin: 20px 0;
176
- }
177
-
178
- /*** Menu / Header ***/
179
-
180
- #top-menu {
181
- height: 100px;
182
- }
183
-
184
- #top-menu,
185
- #header,
186
- #breadcrumb {
187
- background: none;
188
- }
189
-
190
- #breadcrumb {
191
- display: table;
192
- }
193
-
194
- #main {
195
- background: none;
196
- margin:25px 0 0 39px;
197
- min-width: 960px;
198
- clear: both;
199
- }
200
-
201
- #content {
202
- /*
203
- Boxed In Version
204
- border: none;
205
- box-shadow:0px 0px 3px #ccc;
206
- padding:20px;*/
207
-
208
- /*Open Version */
209
- border:none !important;
210
- background:none;
211
- padding:0 30px;
212
-
213
- clear: both;
214
- }
215
-
216
- #breadcrumb{
217
- padding-left:39px;
218
- margin-top:20px;
219
- font-weight:lighter;
220
- font-family: Helvetica Neue, Helvetica, sans;
221
- font-size:30px;
222
- }
223
-
224
- #breadcrumb a{
225
- text-decoration: none !important;
226
- color:#21A6CB !important;
227
- }
228
-
229
- #side-container{
230
- /*margin-top:35px;*/
231
- margin-top:0;
232
- }
233
-
234
- .box {
235
- border: 1px solid #D0EBF1;
236
- background: #F7FCFC;
237
- color: #535353;
238
- }
239
-
240
- #content .box h3 {
241
- margin: -6px;
242
- border: none;
243
- background: #D0EBF1;
244
- padding: 10px;
245
- margin-bottom: 6px;
246
- }
247
-
248
- a, a:link, a:visited {
249
- text-decoration: none;
250
- color: #21A6CB;
251
- font-weight: normal;
252
- }
253
-
254
- #logo a {
255
- display:block;
256
- background: url('/plugin_assets/redmine_shane_and_peter_design/images/logo.png') no-repeat 25px 13px;
257
- text-indent:-999em;
258
- width: 265px;
259
- }
260
-
261
-
262
- .drop-down ul{
263
- max-height: 400px;
264
- overflow-y: auto;
265
- overflow-x: none;
266
- }
267
-
268
- /* Alternate header
269
-
270
- #breadcrumb {
271
- letter-spacing: 2px;
272
- font-size: 18px;
273
- padding: 4px 20px;
274
- color: white;
275
- display: block;
276
- padding: 4px 20px;
277
- background: #21A6CB;
278
- font-family: arial,'lucida grandriale','lucida sans unicode',tahom,sans-serif;
279
- }
280
-
281
- #top-menu {
282
- height: 90px;
283
- }
284
-
285
- body {
286
- background-position-y: 90px;
287
- }
288
-
289
- */
290
-
291
- #account-nav {
292
- background: #fff
293
- }
294
-
295
- #header li {
296
- border: none;
297
- }
298
-
299
- #header li > a {
300
- color: #4F4F4F;
301
- }
302
-
303
- #header li > a:hover {
304
- background-color:#21A6CB;
305
- color: #fff;
306
- }
307
-
308
- #header li.drop-down > a:hover {
309
- background:#21A6CB url(/images/arrow-down-white.png) no-repeat right center;
310
- }
311
-
312
- #header li.drop-down > a {
313
- background:#FFF url(/images/arrow-down-grey.png) no-repeat right center;
314
- }
315
- #header li li a:hover {
316
- background-color:#FFFFFF;
317
- color:#222222;
318
- }
319
-
320
- #header li li {
321
- border: none;
322
- }
323
-
324
- #header li > ul {
325
- border: 1px solid #B7B7B7;
326
- box-shadow: 0px 0px 3px #CCC;
327
- margin-left: 1px;
328
- }
329
-
330
- #header li.drop-down li > a.separator,
331
- #header li.drop-down li > a.administration {
332
- border-bottom: 1px solid #DDD;
333
- background: #EEE;
334
- }
335
-
336
- #header li.drop-down li > a.separator,
337
- #header li.drop-down li > a.reports,
338
- #header li.drop-down li > a.timesheet,
339
- #header li.drop-down li > a.accounts-payables,
340
- #header li.drop-down li > a.administration {
341
- background: #EEE;
342
- }
343
-
344
- #more-menu.drop-down ul li a.projects {
345
- border-top: none;
346
- }
347
-
348
- #header li.drop-down li > a {
349
- padding: 8px 20px 8px 10px;
350
- margin: 0;
351
- }
352
-
353
- #clocking-tool .issues-container h3 {
354
- margin: 0;
355
- display: none;
356
- }
357
-
358
- div.clocking-tool-inner .issues-container ul {
359
- height: 240px;
360
- }
361
-
362
- div.clocking-tool-inner .form-container {
363
- width: 228px;
364
- }
365
-
366
- .clocking-tool-trigger a img {
367
- padding: 12px 0;
368
- }
369
-
370
- #clocking-tool.embed {
371
- top: 43px;
372
- z-index: 999;
373
- }
374
- div#clocking-tool {
375
- height: 297px;
376
- }
377
-
378
- input.time_entry_spent_on {
379
- width:71px;
380
- float: left;
381
- margin-left:11px
382
- }
383
-
384
- #main-menu {
385
- border: none;
386
- box-shadow:1px 1px 2px #ccc;
387
- }
388
-
389
- #main-menu ul {
390
- border:none;
391
- }
392
-
393
- #main-menu li {
394
- border:none;
395
- margin-bottom: 1px;
396
- background-color: #f1f1f1;
397
- }
398
-
399
- #main-menu .toggler{
400
- top:6px;
401
- }
402
-
403
- #header li.drop-down li > a:hover,
404
- #main-menu li a.selected,
405
- #main-menu li a:hover {
406
- -moz-border-radius-topleft:0px;
407
- -moz-border-radius-topright:0px;
408
- -webkit-border-top-left-radius:0px;
409
- -webkit-border-top-right-radius:0px;
410
- border-top-left-radius:0px;
411
- border-top-right-radius:0px;
412
- -moz-border-radius-bottomleft:0px;
413
- -moz-border-radius-bottomright:0px;
414
- -webkit-border-bottom-left-radius:0px;
415
- -webkit-border-bottom-right-radius:0px;
416
- border-bottom-left-radius:0px;
417
- border-bottom-right-radius:0px;
418
- background-color:#21A6CB;
419
- color:#fff;
420
- }
421
-
422
- #main-menu li a.selected{
423
- background:#999;
424
- }
425
-
426
- #header li.drop-down.open > a {
427
- color: #fff;
428
- background:#21A6CB url(/images/arrow-down-white.png) no-repeat right center;
429
- }
430
-
431
- #main-menu li a {
432
- margin: 0;
433
- padding: 6px 0 6px 20px;
434
- font-weight:normal;
435
- }
436
-
437
- #main-menu li li{
438
- background:#f9f9f9;
439
- }
440
-
441
- li a.home {
442
- background-image:url(/images/icon_home_grey.png);
443
- }
444
-
445
- li a.home:hover {
446
- background-image:url(/images/icon_home.png);
447
- }
448
-
449
- li a.help {
450
- background-image:url(/images/icon_help_grey.png);
451
- }
452
-
453
- li a.help:hover {
454
- background-image:url(/images/icon_help.png);
455
- }
456
-
457
- #header li a.clocking-tool-menu {
458
- background-image: url( /plugin_assets/chiliproject_clocking/images/clock_grey.png );
459
- }
460
-
461
- #header li a.clocking-tool-menu:hover {
462
- background-image: url( /plugin_assets/chiliproject_clocking/images/clock.png );
463
- }
464
-
465
- .button-large a {
466
- color:#21A6CB;
467
- }
468
-
469
- #sidebar a, #sidebar a:link, #sidebar a:visited {
470
- color: #21A6CB;
471
- }
472
-
473
- /** Form Elements **/
474
-
475
- textarea {
476
- border-color: #AAA;
477
- }
478
-
479
- /** Single Issue **/
480
-
481
- #content div.issue h1.subject{
482
- background:none;
483
- color:#333;
484
- border-radius:0;
485
- padding:0;
486
- font-weight:bold;
487
- margin-top:-10px;
488
- max-width: 50%;
489
- font-size: 18px;
490
- line-height: 1.25em;
491
- }
492
-
493
- #content .meta table th{
494
- width:110px;
495
- }
496
-
497
- div.issue hr{
498
- margin:10px 0;
499
- background:#efefef;
500
- }
501
-
502
- body.controller-issues #content #upper-title-bar .title-bar-actions .contextual a{
503
- color:#333;
504
- }
505
-
506
- body.controller-issues #content .title-bar-actions .contextual{
507
- top:0 !important;
508
- font-size:11px;
509
- }
510
-
511
- .title-bar-actions{
512
- margin-top:0;
513
- }
514
-
515
- #content .title-bar {
516
- top: auto;
517
- height: auto;
518
- min-height: 1px;
519
- }
520
-
521
- div.meta{
522
- padding:20px;
523
- background:#f4f4f4;
524
- margin-top:-9px;
525
- }
526
-
527
- #content .title-bar-actions a{
528
- color: #167d9a !important;
529
- text-transform: capitalize;
530
- padding-right: 11px;
531
- padding-left:0;
532
- background:none !important;
533
- line-height: 2.25em !important;
534
- }
535
- #content .title-bar-actions a:hover{
536
- color: #21A6CB !important;
537
- }
538
- div.issue{
539
- padding:0;
540
- }
541
-
542
- body.controller-issues #content .title-bar-actions a.icon.icon-edit{
543
- background: #21A6CB !important;
544
- color: #fff !important;
545
- padding:3px 10px !important;
546
- }
547
-
548
- p.author{
549
- background: #E9E9E9;
550
- padding: 9px;
551
- margin: 10px 0;
552
- }
553
-
554
- #history .journal{
555
- padding: 20px;
556
- background: #F4F4F4;
557
- margin-bottom:20px;
558
- }
559
-
560
- .journal-details h4{
561
- font-weight:bold;
562
- }
563
-
564
- .journal.has-avatar .journal-details {
565
- padding-left: 65px;
566
- }
567
-
568
- .details hr{
569
- display:none;
570
- }
571
-
572
- /* Playing with solid background behind description area */
573
-
574
- div.description,
575
- #relations,
576
- .attachments{
577
- padding:30px 23px;
578
- background:#f4f4f4;
579
- border-top:1px solid #ddd;
580
- }
581
-
582
- div.attachments {
583
- margin-top:0;
584
- }
585
-
586
- /* #16523 - clearfix after image thumbnails */
587
- #history .journal-attributes:after {
588
- content: ".";
589
- display: block;
590
- height: 0;
591
- clear: both;
592
- visibility: hidden;
593
- }
594
-
595
- /*** Accounts Payable ***/
596
-
597
- .controller-timesheet #main,
598
- .controller-accounts_payables #main {
599
- margin-top: -7px;
600
- }
601
-
602
- .controller-timesheet .contextual,
603
- .controller-accounts_payables .contextual {
604
- line-height: 0;
605
- margin-top: 0;
606
- }
607
-
608
- .controller-timesheet #top-menu,
609
- .controller-accounts_payables #top-menu {
610
- height: 75px;
611
- }
612
-
613
- #time_entries h2 {
614
- font-size: 60px;
615
- margin: 14px 0;
616
- }
617
-
618
- /*** Context Menu ***/
619
-
620
- .context-menu-selection,
621
- .context-menu-selection:hover {
622
- color: #FFF !important;
623
- background: #21A6CB !important;
624
- }
625
-
626
- .context-menu-selection a,
627
- .context-menu-selection:hover a {
628
- color: #FFF !important;
629
- }
630
-
631
- #context-menu .submenu {
632
- border-left-color: #21A6CB;
633
- }
634
-
635
- #context-menu .folder:hover .submenu {
636
- border-left-color: #fff;
637
- }
638
-
639
- #context-menu li:hover {
640
- border: none;
641
- background: #21A6CB;
642
- }
643
-
644
- /*** Search ***/
645
-
646
- #header .search_field {
647
- background: #F8F8F8;
648
- color: #333;
649
- margin-top: 6px;
650
-
651
- /* Rounded Version */
652
- -moz-border-radius-topleft: 15px;
653
- -moz-border-radius-topright: 15px;
654
- -webkit-border-top-left-radius: 15px;
655
- -webkit-border-top-right-radius: 15px;
656
- border-top-left-radius: 15px;
657
- border-top-right-radius: 15px;
658
- -moz-border-radius-bottomleft: 15px;
659
- -moz-border-radius-bottomright: 15px;
660
- -webkit-border-bottom-left-radius: 15px;
661
- -webkit-border-bottom-right-radius: 15px;
662
- border-bottom-left-radius: 15px;
663
- border-bottom-right-radius: 15px;
664
- border: 1px solid #DDD;
665
- padding-top: 0;
666
- padding-bottom: 0;
667
-
668
- /* Square Corner Version */
669
- /*
670
- box-shadow: inset 0px 0px 4px #ccc;
671
- border: none;
672
- */
673
- }
674
-
675
- #header input.search_field::-webkit-input-placeholder {
676
- color: #BBB;
677
- }
678
-
679
- /*** Footer ***/
680
-
681
- #footer {
682
- color: #BBB;
683
- background: #F6F6F6;
684
- padding: 15px;
685
- display: none;
686
- }
687
-
688
- #footer a {
689
- color: #BBB;
690
- }
691
-
692
- /*** Homepage styling ***/
693
-
694
- .controller-welcome .splitcontentleft {
695
- width: 100%;
696
- }
697
- .controller-welcome .splitcontentright {
698
- display: none;
699
- }
700
- .controller-welcome .box {
701
- display: none;
702
- }
703
- .controller-welcome #breadcrumb {
704
- display: none;
705
- }
706
- .controller-welcome h2 {
707
- display: none;
708
- }
709
- .controller-welcome .splitcontentleft h2 {
710
- display: block;
711
- }
712
- .controller-welcome #top-menu {
713
- height: 0px;
714
- }
715
-
716
- /*** My Page ***/
717
-
718
- #content .mypage-box h3 {
719
- font-size: 16px;
720
- }
721
-
722
- /*** Issue List ***/
723
-
724
- #content td{
725
- padding: 5px;
726
- }
727
-
728
- .title-bar .contextual {
729
- top:24px;
730
- }
731
-
732
- #content table th a {
733
- text-decoration: none;
734
- font-weight: bold;
735
- color: #666;
736
- text-shadow: 2px 2px 2px white;
737
- }
738
-
739
- /**** Misc Elements ***/
740
-
741
- fieldset#filters legend,
742
- fieldset#column_options legend{
743
- border-radius:0px
744
- }
745
-
746
- .rounded-background{
747
- border-radius:0px;
748
- }
749
-
750
- #history .journal.question{
751
- color:#B3D0D8;
752
- background:#167D9A;
753
- border-bottom-left-radius: 5px;
754
- -moz-border-radius-bottomleft: 5px;
755
- -webkit-border-bottom-left-radius: 5px;
756
- border-bottom-right-radius: 5px;
757
- -moz-border-radius-bottomright: 5px;
758
- -webkit-border-bottom-right-radius: 5px;
759
- }
760
-
761
- #history .journal.question a {
762
- color:#fff;
763
- }
764
-
765
- .pagination{
766
- float:right;
767
- clear:right;
768
- margin-top:13px !important;
769
- margin-left:20px;
770
- }
771
-
772
- .other-formats{
773
- text-align:right;
774
- margin:70px 0 0 0;
775
- }
776
-
777
- /** Spent Time Sidebar **/
778
-
779
- #projects-sidebar-hours {
780
- display: none;
781
- }
782
-
783
- /** Watchers **/
784
-
785
- #watchers h3{
786
- text-transform:capitalize;
787
- letter-spacing:0;
788
- text-shadow:none;
789
- font-size:13px;
790
- margin-left:0;
791
- padding-left:0;
792
- }
793
-
794
- #watchers{
795
- margin-bottom:10px;
796
- }
797
-
798
- /** Contracts **/
799
-
800
- #dialog-window h2 {
801
- font-size: 34px;
802
- }
803
-
804
- #finance-summary {
805
- line-height: 78px;
806
- }
807
-
808
- table.striped-contract-style,
809
- #finance-summary {
810
- font-size: 12px;
811
- }
812
-
813
- .ui-dialog .ui-dialog-buttonpane {
814
- border-top: none;
815
- margin: 0px;
816
- padding: 12px;
817
- }
818
-
819
- .ui-corner-all {
820
- -moz-border-radius-bottomright: 0px;
821
- -webkit-border-bottom-right-radius: 0px;
822
- -khtml-border-bottom-right-radius: 0px;
823
- border-bottom-right-radius: 0px;
824
- -moz-border-radius-bottomleft: 0px;
825
- -webkit-border-bottom-left-radius: 0px;
826
- -khtml-border-bottom-left-radius: 0px;
827
- border-bottom-left-radius: 0px;
828
- -moz-border-radius-topright: 0px;
829
- -webkit-border-top-right-radius: 0px;
830
- -khtml-border-top-right-radius: 0px;
831
- border-top-right-radius: 0px;
832
- -moz-border-radius-topleft: 0px;
833
- -webkit-border-top-left-radius: 0px;
834
- -khtml-border-top-left-radius: 0px;
835
- border-top-left-radius: 0px;
836
- }
837
-
838
- .ui-dialog {
839
- padding: 0;
840
- }
841
-
842
- .ui-widget-header {
843
-
844
- }
845
-
846
- h1:hover a.wiki-anchor {
847
- display: none;
848
- }
849
-
850
- .striped-contract-style .finance table {
851
- width: 100%;
852
- }</style><script type="text/javascript">
853
- //<![CDATA[
854
- /**** Google Font ****/
855
-
856
- WebFontConfig = {
857
- google: { families: [ 'Yellowtail::latin' ] }
858
- };
859
- (function() {
860
- var wf = document.createElement('script');
861
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
862
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
863
- wf.type = 'text/javascript';
864
- wf.async = 'true';
865
- var s = document.getElementsByTagName('script')[0];
866
- s.parentNode.insertBefore(wf, s);
867
- })();
868
-
869
- /**** Fix Watchers Box / Remove Help Link / Remove related selector ****/
870
-
871
- jQuery(document).ready(function($) {
872
- $('#watchers').prependTo('#history');
873
- $('li a.help').parent('li').remove();
874
-
875
- var option = $('<option></option>').attr("value", "relates").text("related to");
876
- $('#relation_relation_type').empty().append(option).hide();
877
- });
878
-
879
- /**** Remove Menu Animation ****/
880
-
881
- var animationRate = 0;
882
-
883
- /**** Fix time entries ****/
884
-
885
- /*
886
- * Javascript time conversion script
887
- * version 1.0
888
- * @requires jQuery
889
- * @author Modern Tribe Inc. (Peter Chester)
890
- *
891
- * Converts several formats to a 2 point float. Accepted formats include:
892
- * 1.3333333333
893
- * 1h 10m
894
- * 1:10
895
- * 1
896
- *
897
- * Entries over 15 hours are assumed to be 15 minutes.
898
- */
899
- function filterTimeFormat(time) {
900
-
901
- if (time=="") {
902
- return "";
903
- }
904
-
905
- // Number of decimal places to round to
906
- var decimal_places = 2;
907
-
908
- // Maximum number of hours before we should assume minutes were intended. Set to 0 to remove the maximum.
909
- var maximum_hours = 8;
910
-
911
- // 3
912
- var int_format = time.match(/^\d+$/);
913
-
914
- // 1:15
915
- var time_format = time.match(/([\d]*):([\d]+)/);
916
-
917
- // 10m
918
- var minute_string_format = time.toLowerCase().match(/([\d]+)m/);
919
-
920
- // 2h
921
- var hour_string_format = time.toLowerCase().match(/([\d]+)h/);
922
-
923
- if (time_format != null) {
924
- hours = parseInt(time_format[1]);
925
- minutes = parseFloat(time_format[2]/60);
926
- time = hours + minutes;
927
- } else if (minute_string_format != null || hour_string_format != null) {
928
- if (hour_string_format != null) {
929
- hours = parseInt(hour_string_format[1]);
930
- } else {
931
- hours = 0;
932
- }
933
- if (minute_string_format != null) {
934
- minutes = parseFloat(minute_string_format[1]/60);
935
- } else {
936
- minutes = 0;
937
- }
938
- time = hours + minutes;
939
- } else if (int_format != null) {
940
- // Entries over 15 hours are likely intended to be minutes.
941
- time = parseInt(time);
942
- if (maximum_hours > 0 && time >= maximum_hours) {
943
- time = (time/60).toFixed(decimal_places);
944
- }
945
- }
946
-
947
- // make sure what ever we return is a 2 digit float
948
- time = parseFloat(time).toFixed(decimal_places);
949
-
950
- return time;
951
- }
952
-
953
- jQuery(document).ready(function($) {
954
-
955
- // Check the time entry when the time field loses focus
956
- $('#time_entry_hours').blur(function() {
957
- console.log('Filtering time entry time.');
958
- $('#time_entry_hours').val(filterTimeFormat($('#time_entry_hours').val()));
959
- });
960
-
961
- // because the clocking tool loads after page load, we need to watch for it and then initialize.
962
- $('#clocking-tool').bind("DOMSubtreeModified",function(){
963
- // Check the clocker time entry when the time field loses focus
964
- $('.time_entry_hours').blur(function() {
965
- console.log('Filtering clocking tool time.');
966
- $('.time_entry_hours').val(filterTimeFormat($('.time_entry_hours').val()));
967
- });
968
- });
969
- });
970
- //]]>
971
- </script> <link href="/plugin_assets/chiliproject_knowledgebase/stylesheets/smoothness/jquery-ui-1.8.15.custom.css?1360645205" media="screen" rel="stylesheet" type="text/css" />
972
- <link href="/plugin_assets/chiliproject_knowledgebase/stylesheets/knowledgebase.css?1360645205" media="screen" rel="stylesheet" type="text/css" />
973
-
974
-
975
-
976
-
977
-
978
- <script src="/plugin_assets/chiliproject_knowledgebase/javascripts/jquery-ui-1.8.15.custom.min.js?1360645205" type="text/javascript"></script>
979
- <script src="/plugin_assets/chiliproject_knowledgebase/javascripts/jquery.form.js?1360645205" type="text/javascript"></script>
980
- <script src="/plugin_assets/chiliproject_knowledgebase/javascripts/knowledgebase.js?1360645205" type="text/javascript"></script>
981
-
982
- <style type="text/css">
983
- .question { background-color:#FFEBC1; border:2px solid #FDBD3B; margin-bottom:12px; padding:0px 4px 8px 4px; }
984
- td.formatted_questions { text-align: left; white-space: normal}
985
- td.formatted_questions ol { margin-top: 0px; margin-bottom: 0px; }
986
-
987
- .kanban-question { background:#FFFFFF none repeat scroll 0 0; border:1px solid #D5D5D5; padding:2px; font-size: 0.8em }
988
- .question-link {font-weight: bold; } /* Kanban Menu item */
989
-
990
- </style>
991
- <style type="text/css">#admin-menu a.rate-caches { background-image: url('/plugin_assets/redmine_rate/images/database_refresh.png?1360645205'); }</style>
992
- <!-- page specific tags -->
993
- <link href="/stylesheets/scm.css?1360645048" media="screen" rel="stylesheet" type="text/css" /><script src="/javascripts/jstoolbar/jstoolbar.js?1360645048" type="text/javascript"></script><script src="/javascripts/jstoolbar/textile.js?1360645048" type="text/javascript"></script><script src="/javascripts/jstoolbar/lang/jstoolbar-en.js?1360645048" type="text/javascript"></script><link href="/stylesheets/jstoolbar.css?1360645048" media="screen" rel="stylesheet" type="text/css" /></head>
994
- <body class="theme-Modern tribe controller-attachments action-show">
995
- <div id="wrapper">
996
- <div id="top-menu">
997
- <div id="header">
998
- <div id="logo"><a href="/">Tribe Central</a></div>
999
- <div id="top-menu-items">
1000
- <div id="search">
1001
-
1002
- <label class="hidden-for-sighted" for="q">Search</label>
1003
- <form action="/search/index/premium-plugins" method="get">
1004
-
1005
- <input accesskey="f" class="search_field" id="q" name="q" placeholder="search ..." size="20" type="text" />
1006
- </form>
1007
-
1008
-
1009
- </div>
1010
-
1011
-
1012
- <ul id="account-nav">
1013
-
1014
- <li class="drop-down">
1015
- <a href="/projects" class="projects">Projects</a>
1016
- <ul style="display:none;">
1017
- <li><a href="/projects" class="projects separator">All Projects</a></li>
1018
-
1019
- <li><a href="/projects/cafe-bon-appetit?jump=attachments">Café Bon Appétit</a></li><li><a href="/projects/marketing?jump=attachments">Marketing</a></li><li><a href="/projects/website?jump=attachments">Products Website</a></li><li><a href="/projects/wpshindig?jump=attachments">WPShindig</a></li><li><a href="/projects/mit-sloan-tablet?jump=attachments">MIT SMR</a></li><li><a href="/projects/premium-plugins?jump=attachments">Tribe Pro</a></li>
1020
- </ul>
1021
- </li>
1022
-
1023
- <li class="drop-down" id="more-menu">
1024
- <a class="more" href="#">More</a>
1025
- <ul style="display:none;">
1026
-
1027
- <li><a href="/system_reports" class="reports">Reports</a></li>
1028
-
1029
- <li><a href="/timesheet" class="timesheet">Timesheet</a></li>
1030
-
1031
-
1032
-
1033
- </ul>
1034
- </li>
1035
-
1036
- <li><a href="https://www.chiliproject.org/help/v3" class="help">?</a></li>
1037
-
1038
- <li class="drop-down last-child">
1039
- <a href="/users/506">Leah Koerper</a>
1040
- <ul style="display:none;">
1041
-
1042
- <li><a href="/my/page" class="my-page">My page</a></li>
1043
-
1044
- <li><a href="/my/account" class="my-account">Settings</a></li>
1045
-
1046
- <li><a href="/logout" class="logout">Sign out</a></li>
1047
-
1048
- </ul>
1049
- </li>
1050
-
1051
- </ul>
1052
-
1053
- </div>
1054
- </div>
1055
- <div id="breadcrumb">
1056
- Tribe Pro
1057
- </div>
1058
- </div>
1059
-
1060
-
1061
-
1062
-
1063
-
1064
- <div id="main" class="">
1065
-
1066
- <div id="side-container">
1067
- <div id="main-menu">
1068
- <ul><li><a href="/projects/premium-plugins" class="overview">Overview</a></li>
1069
- <li><a href="/projects/premium-plugins/activity" class="activity">Activity</a></li>
1070
- <li>
1071
- <a href="/projects/premium-plugins/roadmap" class="roadmap">Roadmap</a>
1072
- <ul class="menu-children unattached"><li><a href="/versions/show/450" class="version-450">Adminstrative</a></li><li><a href="/versions/show/327" class="version-327">Common Code &amp; Systems</a></li><li><a href="/versions/show/318" class="version-318">Conference 1.0</a></li><li><a href="/versions/show/432" class="version-432">Content</a></li><li><a href="/versions/show/418" class="version-418">Current Release</a></li><li><a href="/versions/show/445" class="version-445">Filter Bar 1.0</a></li><li><a href="/versions/show/409" class="version-409">Image Widget 4.0</a></li><li><a href="/versions/show/420" class="version-420">Next Release</a></li><li><a href="/versions/show/455" class="version-455">Release 112</a></li><li><a href="/versions/show/456" class="version-456">Release 113</a></li><li><a href="/versions/show/421" class="version-421">Support</a></li><li><a href="/versions/show/444" class="version-444">To Be Determined</a></li><li><a href="/versions/show/406" class="version-406">Wordpress.com Integration</a></li></ul>
1073
- </li>
1074
- <li>
1075
- <a href="/projects/premium-plugins/issues" class="issues">Issues</a>
1076
- <ul class="menu-children"><li><a href="/projects/premium-plugins/issues/new" accesskey="7" class="new-issue">New issue</a></li><li><a href="/projects/premium-plugins/issues?set_filter=1" class="all-open-issues">View all open issues</a></li><li><a href="/queries/new?project_id=premium-plugins" class="new-query">New saved query</a></li><li><a href="/projects/premium-plugins/issues/report" class="issue-summary">Issue Summary</a></li><li><a href="/questions/my_issue_filter?project=premium-plugins" class="questions">Questions for me</a></li></ul>
1077
- <ul class="menu-children unattached"><li><a href="/projects/premium-plugins/issues?query_id=582" class="query-582">1 - Current Release</a></li><li><a href="/projects/premium-plugins/issues?query_id=585" class="query-585">2 - Next Release</a></li><li><a href="/projects/premium-plugins/issues?query_id=628" class="query-628">3 - Release TBD</a></li><li><a href="/projects/premium-plugins/issues?query_id=510" class="query-510">3.0 QA</a></li><li><a href="/projects/premium-plugins/issues?query_id=566" class="query-566">4 - Events Filters 1.0</a></li><li><a href="/projects/premium-plugins/issues?query_id=631" class="query-631">5 - Admin Stuff</a></li><li><a href="/projects/premium-plugins/issues?query_id=654" class="query-654">Current Release by Category</a></li><li><a href="/projects/premium-plugins/issues?query_id=598" class="query-598">Current Release by Person</a></li><li><a href="/projects/premium-plugins/issues?query_id=144" class="query-144">My Issues</a></li><li><a href="/projects/premium-plugins/issues?query_id=612" class="query-612">Next Release by Person</a></li><li><a href="/projects/premium-plugins/issues?query_id=569" class="query-569">Pending Manager</a></li><li><a href="/projects/premium-plugins/issues?query_id=640" class="query-640">Pending Merge</a></li><li><a href="/projects/premium-plugins/issues?query_id=304" class="query-304">Pending QA</a></li><li><a href="/projects/premium-plugins/issues?query_id=584" class="query-584">Pending Something</a></li><li><a href="/projects/premium-plugins/issues?query_id=639" class="query-639">QA By Person</a></li><li><a href="/projects/premium-plugins/issues?query_id=592" class="query-592">Release 107 (July 2013)</a></li><li><a href="/projects/premium-plugins/issues?query_id=599" class="query-599">Release 108 (Aug 2013)</a></li><li><a href="/projects/premium-plugins/issues?query_id=619" class="query-619">Release 109 (Sept 2013)</a></li><li><a href="/projects/premium-plugins/issues?query_id=629" class="query-629">Release 110 (Nov 2013)</a></li><li><a href="/projects/premium-plugins/issues?query_id=642" class="query-642">Release 111 (Dec 2013)</a></li><li><a href="/projects/premium-plugins/issues?query_id=655" class="query-655">Release 112 (Jan 2014)</a></li><li><a href="/projects/premium-plugins/issues?query_id=605" class="query-605">Support: Docs</a></li><li><a href="/projects/premium-plugins/issues?query_id=397" class="query-397">Support: Tickets</a></li><li><a href="/projects/premium-plugins/issues?query_id=563" class="query-563">Tagged with Leah</a></li></ul>
1078
- </li>
1079
- <li>
1080
- <a href="/projects/premium-plugins/time_entries" class="reports">Reports</a>
1081
- <ul class="menu-children"><li><a href="/projects/premium-plugins/time_entries/report" class="time-reports">Report</a></li></ul>
1082
- </li>
1083
- <li>
1084
- <a href="/projects/premium-plugins/boards" class="boards">Forums</a>
1085
- <ul class="menu-children"><li><a href="/projects/premium-plugins/boards/new" class="new-board">New forum</a></li></ul>
1086
- <ul class="menu-children unattached"><li><a href="/projects/premium-plugins/boards/17" class="board-17">Plugin Standards</a></li></ul>
1087
- </li>
1088
- <li><a href="/projects/premium-plugins/repository" class="repository">Repository</a></li>
1089
- <li>
1090
- <a href="/projects/premium-plugins/wiki" class="wiki">Wiki</a>
1091
- <ul class="menu-children unattached"><li><a href="/projects/premium-plugins/wiki/Schedule" class="wiki-page-867">Schedule</a></li><li><a href="/projects/premium-plugins/wiki/Support_Idea_Bin" class="wiki-page-605">Support Idea Bin</a></li></ul>
1092
- </li>
1093
- <li>
1094
- <a href="/projects/premium-plugins/settings" class="settings">Settings</a>
1095
- <ul class="menu-children unattached"><li><a href="/projects/premium-plugins/settings/versions" class="settings-versions">Versions</a></li><li><a href="/projects/premium-plugins/settings/categories" class="settings-categories">Issue categories</a></li><li><a href="/projects/premium-plugins/settings/wiki" class="settings-wiki">Wiki</a></li><li><a href="/projects/premium-plugins/settings/boards" class="settings-boards">Forums</a></li></ul>
1096
- </li></ul>
1097
-
1098
- </div>
1099
-
1100
-
1101
- <!-- Sidebar -->
1102
- <div id="sidebar">
1103
-
1104
-
1105
- </div>
1106
-
1107
- </div>
1108
-
1109
- <script type="text/javascript">
1110
- //<![CDATA[
1111
- jQuery.menu_expand({ menuItem: '.attachments' });
1112
- //]]>
1113
- </script>
1114
-
1115
- <div class="" id="content">
1116
-
1117
- <h2>tribe-events-calendar-sr_ME.po</h2>
1118
-
1119
- <div class="attachments">
1120
- <p>
1121
- <span class="author"><a href="/users/506">Leah Koerper</a>, 01/13/2014 12:22 pm</span></p>
1122
- <p><a href="/attachments/download/66734/tribe-events-calendar-sr_ME.po">Download</a> <span class="size">(114.7 kB)</span></p>
1123
-
1124
- </div>
1125
- &nbsp;
1126
- <div class="autoscroll">
1127
- <table class="filecontent syntaxhl">
1128
- <tbody>
1129
-
1130
-
1131
- <tr><th class="line-num" id="L1"><a href="#L1">1</a></th><td class="line-code"><pre># The Events Calendar by Modern Tribe, Inc.
1132
- </pre></td></tr>
1133
-
1134
-
1135
- <tr><th class="line-num" id="L2"><a href="#L2">2</a></th><td class="line-code"><pre># Copyright (C) Modern Tribe, Inc.
1136
- </pre></td></tr>
1137
-
1138
-
1139
- <tr><th class="line-num" id="L3"><a href="#L3">3</a></th><td class="line-code"><pre># This file is distributed under the same license as the The Events Calendar package.
1140
- </pre></td></tr>
1141
-
1142
-
1143
- <tr><th class="line-num" id="L4"><a href="#L4">4</a></th><td class="line-code"><pre>msgid &quot;&quot;
1144
- </pre></td></tr>
1145
-
1146
-
1147
- <tr><th class="line-num" id="L5"><a href="#L5">5</a></th><td class="line-code"><pre>msgstr &quot;&quot;
1148
- </pre></td></tr>
1149
-
1150
-
1151
- <tr><th class="line-num" id="L6"><a href="#L6">6</a></th><td class="line-code"><pre>&quot;Project-Id-Version: The Events Calendar\n&quot;
1152
- </pre></td></tr>
1153
-
1154
-
1155
- <tr><th class="line-num" id="L7"><a href="#L7">7</a></th><td class="line-code"><pre>&quot;Report-Msgid-Bugs-To: \n&quot;
1156
- </pre></td></tr>
1157
-
1158
-
1159
- <tr><th class="line-num" id="L8"><a href="#L8">8</a></th><td class="line-code"><pre>&quot;POT-Creation-Date: 2013-07-02 11:26-0800\n&quot;
1160
- </pre></td></tr>
1161
-
1162
-
1163
- <tr><th class="line-num" id="L9"><a href="#L9">9</a></th><td class="line-code"><pre>&quot;PO-Revision-Date: 2014-01-12 20:30+0100\n&quot;
1164
- </pre></td></tr>
1165
-
1166
-
1167
- <tr><th class="line-num" id="L10"><a href="#L10">10</a></th><td class="line-code"><pre>&quot;Last-Translator: Sasa Vukovic &lt;sasavukovicpg@gmail.com&gt;\n&quot;
1168
- </pre></td></tr>
1169
-
1170
-
1171
- <tr><th class="line-num" id="L11"><a href="#L11">11</a></th><td class="line-code"><pre>&quot;Language-Team: Modern Tribe, Inc. &lt;pro@tri.be&gt;\n&quot;
1172
- </pre></td></tr>
1173
-
1174
-
1175
- <tr><th class="line-num" id="L12"><a href="#L12">12</a></th><td class="line-code"><pre>&quot;Language: sr_ME\n&quot;
1176
- </pre></td></tr>
1177
-
1178
-
1179
- <tr><th class="line-num" id="L13"><a href="#L13">13</a></th><td class="line-code"><pre>&quot;MIME-Version: 1.0\n&quot;
1180
- </pre></td></tr>
1181
-
1182
-
1183
- <tr><th class="line-num" id="L14"><a href="#L14">14</a></th><td class="line-code"><pre>&quot;Content-Type: text/plain; charset=UTF-8\n&quot;
1184
- </pre></td></tr>
1185
-
1186
-
1187
- <tr><th class="line-num" id="L15"><a href="#L15">15</a></th><td class="line-code"><pre>&quot;Content-Transfer-Encoding: 8bit\n&quot;
1188
- </pre></td></tr>
1189
-
1190
-
1191
- <tr><th class="line-num" id="L16"><a href="#L16">16</a></th><td class="line-code"><pre>&quot;Plural-Forms: nplurals=3; plural=(n%10==1 &amp;&amp; n%100!=11 ? 0 : n%10&gt;=2 &amp;&amp; n&quot;
1192
- </pre></td></tr>
1193
-
1194
-
1195
- <tr><th class="line-num" id="L17"><a href="#L17">17</a></th><td class="line-code"><pre>&quot;%10&lt;=4 &amp;&amp; (n%100&lt;10 || n%100&gt;=20) ? 1 : 2);\n&quot;
1196
- </pre></td></tr>
1197
-
1198
-
1199
- <tr><th class="line-num" id="L18"><a href="#L18">18</a></th><td class="line-code"><pre>&quot;X-Poedit-SourceCharset: UTF-8\n&quot;
1200
- </pre></td></tr>
1201
-
1202
-
1203
- <tr><th class="line-num" id="L19"><a href="#L19">19</a></th><td class="line-code"><pre>&quot;X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;&quot;
1204
- </pre></td></tr>
1205
-
1206
-
1207
- <tr><th class="line-num" id="L20"><a href="#L20">20</a></th><td class="line-code"><pre>&quot;_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&quot;
1208
- </pre></td></tr>
1209
-
1210
-
1211
- <tr><th class="line-num" id="L21"><a href="#L21">21</a></th><td class="line-code"><pre>&quot;X-Poedit-Basepath: ./\n&quot;
1212
- </pre></td></tr>
1213
-
1214
-
1215
- <tr><th class="line-num" id="L22"><a href="#L22">22</a></th><td class="line-code"><pre>&quot;X-Textdomain-Support: yes\n&quot;
1216
- </pre></td></tr>
1217
-
1218
-
1219
- <tr><th class="line-num" id="L23"><a href="#L23">23</a></th><td class="line-code"><pre>&quot;X-Generator: Poedit 1.6.3\n&quot;
1220
- </pre></td></tr>
1221
-
1222
-
1223
- <tr><th class="line-num" id="L24"><a href="#L24">24</a></th><td class="line-code"><pre>&quot;X-Poedit-SearchPath-0: ..\n&quot;
1224
- </pre></td></tr>
1225
-
1226
-
1227
- <tr><th class="line-num" id="L25"><a href="#L25">25</a></th><td class="line-code"><pre>
1228
- </pre></td></tr>
1229
-
1230
-
1231
- <tr><th class="line-num" id="L26"><a href="#L26">26</a></th><td class="line-code"><pre># @ tribe-events-calendar
1232
- </pre></td></tr>
1233
-
1234
-
1235
- <tr><th class="line-num" id="L27"><a href="#L27">27</a></th><td class="line-code"><pre>#
1236
- </pre></td></tr>
1237
-
1238
-
1239
- <tr><th class="line-num" id="L28"><a href="#L28">28</a></th><td class="line-code"><pre>#: ../admin-views/app-shop.php:4
1240
- </pre></td></tr>
1241
-
1242
-
1243
- <tr><th class="line-num" id="L29"><a href="#L29">29</a></th><td class="line-code"><pre>msgid &quot;Tribe Event Add-Ons&quot;
1244
- </pre></td></tr>
1245
-
1246
-
1247
- <tr><th class="line-num" id="L30"><a href="#L30">30</a></th><td class="line-code"><pre>msgstr &quot;Tribe Event dodaci&quot;
1248
- </pre></td></tr>
1249
-
1250
-
1251
- <tr><th class="line-num" id="L31"><a href="#L31">31</a></th><td class="line-code"><pre>
1252
- </pre></td></tr>
1253
-
1254
-
1255
- <tr><th class="line-num" id="L32"><a href="#L32">32</a></th><td class="line-code"><pre>#: ../admin-views/app-shop.php:50
1256
- </pre></td></tr>
1257
-
1258
-
1259
- <tr><th class="line-num" id="L33"><a href="#L33">33</a></th><td class="line-code"><pre>msgid &quot;Version&quot;
1260
- </pre></td></tr>
1261
-
1262
-
1263
- <tr><th class="line-num" id="L34"><a href="#L34">34</a></th><td class="line-code"><pre>msgstr &quot;Verzija&quot;
1264
- </pre></td></tr>
1265
-
1266
-
1267
- <tr><th class="line-num" id="L35"><a href="#L35">35</a></th><td class="line-code"><pre>
1268
- </pre></td></tr>
1269
-
1270
-
1271
- <tr><th class="line-num" id="L36"><a href="#L36">36</a></th><td class="line-code"><pre># @ tribe-events-calendar
1272
- </pre></td></tr>
1273
-
1274
-
1275
- <tr><th class="line-num" id="L37"><a href="#L37">37</a></th><td class="line-code"><pre>#
1276
- </pre></td></tr>
1277
-
1278
-
1279
- <tr><th class="line-num" id="L38"><a href="#L38">38</a></th><td class="line-code"><pre>#: ../admin-views/app-shop.php:53
1280
- </pre></td></tr>
1281
-
1282
-
1283
- <tr><th class="line-num" id="L39"><a href="#L39">39</a></th><td class="line-code"><pre>msgid &quot;Last Update&quot;
1284
- </pre></td></tr>
1285
-
1286
-
1287
- <tr><th class="line-num" id="L40"><a href="#L40">40</a></th><td class="line-code"><pre>msgstr &quot;Poslednja nadogradnja&quot;
1288
- </pre></td></tr>
1289
-
1290
-
1291
- <tr><th class="line-num" id="L41"><a href="#L41">41</a></th><td class="line-code"><pre>
1292
- </pre></td></tr>
1293
-
1294
-
1295
- <tr><th class="line-num" id="L42"><a href="#L42">42</a></th><td class="line-code"><pre># @ tribe-events-calendar
1296
- </pre></td></tr>
1297
-
1298
-
1299
- <tr><th class="line-num" id="L43"><a href="#L43">43</a></th><td class="line-code"><pre>#: ../admin-views/event-sidebar-options.php:11
1300
- </pre></td></tr>
1301
-
1302
-
1303
- <tr><th class="line-num" id="L44"><a href="#L44">44</a></th><td class="line-code"><pre>msgid &quot;Hide From Event Listings&quot;
1304
- </pre></td></tr>
1305
-
1306
-
1307
- <tr><th class="line-num" id="L45"><a href="#L45">45</a></th><td class="line-code"><pre>msgstr &quot;Sakrij sa listinga događaja&quot;
1308
- </pre></td></tr>
1309
-
1310
-
1311
- <tr><th class="line-num" id="L46"><a href="#L46">46</a></th><td class="line-code"><pre>
1312
- </pre></td></tr>
1313
-
1314
-
1315
- <tr><th class="line-num" id="L47"><a href="#L47">47</a></th><td class="line-code"><pre>#: ../admin-views/event-sidebar-options.php:12
1316
- </pre></td></tr>
1317
-
1318
-
1319
- <tr><th class="line-num" id="L48"><a href="#L48">48</a></th><td class="line-code"><pre>msgid &quot;Sticky in Calendar View&quot;
1320
- </pre></td></tr>
1321
-
1322
-
1323
- <tr><th class="line-num" id="L49"><a href="#L49">49</a></th><td class="line-code"><pre>msgstr &quot;Stalno vidljivo u pogledu kalendara&quot;
1324
- </pre></td></tr>
1325
-
1326
-
1327
- <tr><th class="line-num" id="L50"><a href="#L50">50</a></th><td class="line-code"><pre>
1328
- </pre></td></tr>
1329
-
1330
-
1331
- <tr><th class="line-num" id="L51"><a href="#L51">51</a></th><td class="line-code"><pre># @ tribe-events-calendar
1332
- </pre></td></tr>
1333
-
1334
-
1335
- <tr><th class="line-num" id="L52"><a href="#L52">52</a></th><td class="line-code"><pre>#
1336
- </pre></td></tr>
1337
-
1338
-
1339
- <tr><th class="line-num" id="L53"><a href="#L53">53</a></th><td class="line-code"><pre>#: ../admin-views/events-audit-trail.php:41
1340
- </pre></td></tr>
1341
-
1342
-
1343
- <tr><th class="line-num" id="L54"><a href="#L54">54</a></th><td class="line-code"><pre>msgid &quot;Auditing Information&quot;
1344
- </pre></td></tr>
1345
-
1346
-
1347
- <tr><th class="line-num" id="L55"><a href="#L55">55</a></th><td class="line-code"><pre>msgstr &quot;Revizija informacija&quot;
1348
- </pre></td></tr>
1349
-
1350
-
1351
- <tr><th class="line-num" id="L56"><a href="#L56">56</a></th><td class="line-code"><pre>
1352
- </pre></td></tr>
1353
-
1354
-
1355
- <tr><th class="line-num" id="L57"><a href="#L57">57</a></th><td class="line-code"><pre>#: ../admin-views/events-audit-trail.php:47
1356
- </pre></td></tr>
1357
-
1358
-
1359
- <tr><th class="line-num" id="L58"><a href="#L58">58</a></th><td class="line-code"><pre>msgid &quot;Created by:&quot;
1360
- </pre></td></tr>
1361
-
1362
-
1363
- <tr><th class="line-num" id="L59"><a href="#L59">59</a></th><td class="line-code"><pre>msgstr &quot;Kreirano od:&quot;
1364
- </pre></td></tr>
1365
-
1366
-
1367
- <tr><th class="line-num" id="L60"><a href="#L60">60</a></th><td class="line-code"><pre>
1368
- </pre></td></tr>
1369
-
1370
-
1371
- <tr><th class="line-num" id="L61"><a href="#L61">61</a></th><td class="line-code"><pre>#: ../admin-views/events-audit-trail.php:51
1372
- </pre></td></tr>
1373
-
1374
-
1375
- <tr><th class="line-num" id="L62"><a href="#L62">62</a></th><td class="line-code"><pre>msgid &quot;Audit Trail:&quot;
1376
- </pre></td></tr>
1377
-
1378
-
1379
- <tr><th class="line-num" id="L63"><a href="#L63">63</a></th><td class="line-code"><pre>msgstr &quot;Revizorski trag:&quot;
1380
- </pre></td></tr>
1381
-
1382
-
1383
- <tr><th class="line-num" id="L64"><a href="#L64">64</a></th><td class="line-code"><pre>
1384
- </pre></td></tr>
1385
-
1386
-
1387
- <tr><th class="line-num" id="L65"><a href="#L65">65</a></th><td class="line-code"><pre># @ tribe-events-calendar
1388
- </pre></td></tr>
1389
-
1390
-
1391
- <tr><th class="line-num" id="L66"><a href="#L66">66</a></th><td class="line-code"><pre>#: ../admin-views/events-meta-box.php:26
1392
- </pre></td></tr>
1393
-
1394
-
1395
- <tr><th class="line-num" id="L67"><a href="#L67">67</a></th><td class="line-code"><pre>msgid &quot;Event Time &amp;amp; Date&quot;
1396
- </pre></td></tr>
1397
-
1398
-
1399
- <tr><th class="line-num" id="L68"><a href="#L68">68</a></th><td class="line-code"><pre>msgstr &quot;Vrijeme &amp;amp; Datum&quot;
1400
- </pre></td></tr>
1401
-
1402
-
1403
- <tr><th class="line-num" id="L69"><a href="#L69">69</a></th><td class="line-code"><pre>
1404
- </pre></td></tr>
1405
-
1406
-
1407
- <tr><th class="line-num" id="L70"><a href="#L70">70</a></th><td class="line-code"><pre># @ tribe-events-calendar
1408
- </pre></td></tr>
1409
-
1410
-
1411
- <tr><th class="line-num" id="L71"><a href="#L71">71</a></th><td class="line-code"><pre>#: ../admin-views/events-meta-box.php:32
1412
- </pre></td></tr>
1413
-
1414
-
1415
- <tr><th class="line-num" id="L72"><a href="#L72">72</a></th><td class="line-code"><pre>msgid &quot;&quot;
1416
- </pre></td></tr>
1417
-
1418
-
1419
- <tr><th class="line-num" id="L73"><a href="#L73">73</a></th><td class="line-code"><pre>&quot;You have changed the recurrence rules of this event. Saving the event will &quot;
1420
- </pre></td></tr>
1421
-
1422
-
1423
- <tr><th class="line-num" id="L74"><a href="#L74">74</a></th><td class="line-code"><pre>&quot;update all future events. If you did not mean to change all events, then &quot;
1424
- </pre></td></tr>
1425
-
1426
-
1427
- <tr><th class="line-num" id="L75"><a href="#L75">75</a></th><td class="line-code"><pre>&quot;please refresh the page.&quot;
1428
- </pre></td></tr>
1429
-
1430
-
1431
- <tr><th class="line-num" id="L76"><a href="#L76">76</a></th><td class="line-code"><pre>msgstr &quot;&quot;
1432
- </pre></td></tr>
1433
-
1434
-
1435
- <tr><th class="line-num" id="L77"><a href="#L77">77</a></th><td class="line-code"><pre>&quot;Promijenili ste postavke za ponavljanje ovog događaja. Ako spremite događaj &quot;
1436
- </pre></td></tr>
1437
-
1438
-
1439
- <tr><th class="line-num" id="L78"><a href="#L78">78</a></th><td class="line-code"><pre>&quot;postavke će se primijenti na sve naredne događaje. Ako nijeste željeli &quot;
1440
- </pre></td></tr>
1441
-
1442
-
1443
- <tr><th class="line-num" id="L79"><a href="#L79">79</a></th><td class="line-code"><pre>&quot;promijeniti sve događaje molimo vas osvježite stranicu.&quot;
1444
- </pre></td></tr>
1445
-
1446
-
1447
- <tr><th class="line-num" id="L80"><a href="#L80">80</a></th><td class="line-code"><pre>
1448
- </pre></td></tr>
1449
-
1450
-
1451
- <tr><th class="line-num" id="L81"><a href="#L81">81</a></th><td class="line-code"><pre># @ tribe-events-calendar
1452
- </pre></td></tr>
1453
-
1454
-
1455
- <tr><th class="line-num" id="L82"><a href="#L82">82</a></th><td class="line-code"><pre>#
1456
- </pre></td></tr>
1457
-
1458
-
1459
- <tr><th class="line-num" id="L83"><a href="#L83">83</a></th><td class="line-code"><pre>#: ../admin-views/events-meta-box.php:35
1460
- </pre></td></tr>
1461
-
1462
-
1463
- <tr><th class="line-num" id="L84"><a href="#L84">84</a></th><td class="line-code"><pre>msgid &quot;All Day Event:&quot;
1464
- </pre></td></tr>
1465
-
1466
-
1467
- <tr><th class="line-num" id="L85"><a href="#L85">85</a></th><td class="line-code"><pre>msgstr &quot;Cjelodnevni događaj:&quot;
1468
- </pre></td></tr>
1469
-
1470
-
1471
- <tr><th class="line-num" id="L86"><a href="#L86">86</a></th><td class="line-code"><pre>
1472
- </pre></td></tr>
1473
-
1474
-
1475
- <tr><th class="line-num" id="L87"><a href="#L87">87</a></th><td class="line-code"><pre># @ tribe-events-calendar
1476
- </pre></td></tr>
1477
-
1478
-
1479
- <tr><th class="line-num" id="L88"><a href="#L88">88</a></th><td class="line-code"><pre>#
1480
- </pre></td></tr>
1481
-
1482
-
1483
- <tr><th class="line-num" id="L89"><a href="#L89">89</a></th><td class="line-code"><pre>#: ../admin-views/events-meta-box.php:39
1484
- </pre></td></tr>
1485
-
1486
-
1487
- <tr><th class="line-num" id="L90"><a href="#L90">90</a></th><td class="line-code"><pre>msgid &quot;Start Date &amp;amp; Time:&quot;
1488
- </pre></td></tr>
1489
-
1490
-
1491
- <tr><th class="line-num" id="L91"><a href="#L91">91</a></th><td class="line-code"><pre>msgstr &quot;Datum početka &amp;amp; Vrijeme:&quot;
1492
- </pre></td></tr>
1493
-
1494
-
1495
- <tr><th class="line-num" id="L92"><a href="#L92">92</a></th><td class="line-code"><pre>
1496
- </pre></td></tr>
1497
-
1498
-
1499
- <tr><th class="line-num" id="L93"><a href="#L93">93</a></th><td class="line-code"><pre># @ tribe-events-calendar
1500
- </pre></td></tr>
1501
-
1502
-
1503
- <tr><th class="line-num" id="L94"><a href="#L94">94</a></th><td class="line-code"><pre>#: ../admin-views/events-meta-box.php:42 ../admin-views/events-meta-box.php:63
1504
- </pre></td></tr>
1505
-
1506
-
1507
- <tr><th class="line-num" id="L95"><a href="#L95">95</a></th><td class="line-code"><pre>msgid &quot;YYYY-MM-DD&quot;
1508
- </pre></td></tr>
1509
-
1510
-
1511
- <tr><th class="line-num" id="L96"><a href="#L96">96</a></th><td class="line-code"><pre>msgstr &quot;GGGG-MM-DD&quot;
1512
- </pre></td></tr>
1513
-
1514
-
1515
- <tr><th class="line-num" id="L97"><a href="#L97">97</a></th><td class="line-code"><pre>
1516
- </pre></td></tr>
1517
-
1518
-
1519
- <tr><th class="line-num" id="L98"><a href="#L98">98</a></th><td class="line-code"><pre># @ tribe-events-calendar
1520
- </pre></td></tr>
1521
-
1522
-
1523
- <tr><th class="line-num" id="L99"><a href="#L99">99</a></th><td class="line-code"><pre>#
1524
- </pre></td></tr>
1525
-
1526
-
1527
- <tr><th class="line-num" id="L100"><a href="#L100">100</a></th><td class="line-code"><pre>#: ../admin-views/events-meta-box.php:60
1528
- </pre></td></tr>
1529
-
1530
-
1531
- <tr><th class="line-num" id="L101"><a href="#L101">101</a></th><td class="line-code"><pre>msgid &quot;End Date &amp;amp; Time:&quot;
1532
- </pre></td></tr>
1533
-
1534
-
1535
- <tr><th class="line-num" id="L102"><a href="#L102">102</a></th><td class="line-code"><pre>msgstr &quot;Datum završetka &amp;amp; Vrjieme:&quot;
1536
- </pre></td></tr>
1537
-
1538
-
1539
- <tr><th class="line-num" id="L103"><a href="#L103">103</a></th><td class="line-code"><pre>
1540
- </pre></td></tr>
1541
-
1542
-
1543
- <tr><th class="line-num" id="L104"><a href="#L104">104</a></th><td class="line-code"><pre># @ tribe-events-calendar
1544
- </pre></td></tr>
1545
-
1546
-
1547
- <tr><th class="line-num" id="L105"><a href="#L105">105</a></th><td class="line-code"><pre>#: ../admin-views/events-meta-box.php:85
1548
- </pre></td></tr>
1549
-
1550
-
1551
- <tr><th class="line-num" id="L106"><a href="#L106">106</a></th><td class="line-code"><pre>msgid &quot;Event Location Details&quot;
1552
- </pre></td></tr>
1553
-
1554
-
1555
- <tr><th class="line-num" id="L107"><a href="#L107">107</a></th><td class="line-code"><pre>msgstr &quot;Podaci o lokaciji događaja&quot;
1556
- </pre></td></tr>
1557
-
1558
-
1559
- <tr><th class="line-num" id="L108"><a href="#L108">108</a></th><td class="line-code"><pre>
1560
- </pre></td></tr>
1561
-
1562
-
1563
- <tr><th class="line-num" id="L109"><a href="#L109">109</a></th><td class="line-code"><pre># @ tribe-events-calendar
1564
- </pre></td></tr>
1565
-
1566
-
1567
- <tr><th class="line-num" id="L110"><a href="#L110">110</a></th><td class="line-code"><pre>#: ../admin-views/events-meta-box.php:93
1568
- </pre></td></tr>
1569
-
1570
-
1571
- <tr><th class="line-num" id="L111"><a href="#L111">111</a></th><td class="line-code"><pre>msgid &quot;Event Organizer Details&quot;
1572
- </pre></td></tr>
1573
-
1574
-
1575
- <tr><th class="line-num" id="L112"><a href="#L112">112</a></th><td class="line-code"><pre>msgstr &quot;Podaci o organizatoru&quot;
1576
- </pre></td></tr>
1577
-
1578
-
1579
- <tr><th class="line-num" id="L113"><a href="#L113">113</a></th><td class="line-code"><pre>
1580
- </pre></td></tr>
1581
-
1582
-
1583
- <tr><th class="line-num" id="L114"><a href="#L114">114</a></th><td class="line-code"><pre># @ tribe-events-calendar
1584
- </pre></td></tr>
1585
-
1586
-
1587
- <tr><th class="line-num" id="L115"><a href="#L115">115</a></th><td class="line-code"><pre>#
1588
- </pre></td></tr>
1589
-
1590
-
1591
- <tr><th class="line-num" id="L116"><a href="#L116">116</a></th><td class="line-code"><pre>#: ../admin-views/events-meta-box.php:101
1592
- </pre></td></tr>
1593
-
1594
-
1595
- <tr><th class="line-num" id="L117"><a href="#L117">117</a></th><td class="line-code"><pre>msgid &quot;Event Website&quot;
1596
- </pre></td></tr>
1597
-
1598
-
1599
- <tr><th class="line-num" id="L118"><a href="#L118">118</a></th><td class="line-code"><pre>msgstr &quot;Sajt događaja&quot;
1600
- </pre></td></tr>
1601
-
1602
-
1603
- <tr><th class="line-num" id="L119"><a href="#L119">119</a></th><td class="line-code"><pre>
1604
- </pre></td></tr>
1605
-
1606
-
1607
- <tr><th class="line-num" id="L120"><a href="#L120">120</a></th><td class="line-code"><pre>#: ../admin-views/events-meta-box.php:104
1608
- </pre></td></tr>
1609
-
1610
-
1611
- <tr><th class="line-num" id="L121"><a href="#L121">121</a></th><td class="line-code"><pre>msgid &quot;URL:&quot;
1612
- </pre></td></tr>
1613
-
1614
-
1615
- <tr><th class="line-num" id="L122"><a href="#L122">122</a></th><td class="line-code"><pre>msgstr &quot;URL:&quot;
1616
- </pre></td></tr>
1617
-
1618
-
1619
- <tr><th class="line-num" id="L123"><a href="#L123">123</a></th><td class="line-code"><pre>
1620
- </pre></td></tr>
1621
-
1622
-
1623
- <tr><th class="line-num" id="L124"><a href="#L124">124</a></th><td class="line-code"><pre># @ tribe-events-calendar
1624
- </pre></td></tr>
1625
-
1626
-
1627
- <tr><th class="line-num" id="L125"><a href="#L125">125</a></th><td class="line-code"><pre>#: ../admin-views/events-meta-box.php:115
1628
- </pre></td></tr>
1629
-
1630
-
1631
- <tr><th class="line-num" id="L126"><a href="#L126">126</a></th><td class="line-code"><pre>msgid &quot;Event Cost&quot;
1632
- </pre></td></tr>
1633
-
1634
-
1635
- <tr><th class="line-num" id="L127"><a href="#L127">127</a></th><td class="line-code"><pre>msgstr &quot;Cijena događaja&quot;
1636
- </pre></td></tr>
1637
-
1638
-
1639
- <tr><th class="line-num" id="L128"><a href="#L128">128</a></th><td class="line-code"><pre>
1640
- </pre></td></tr>
1641
-
1642
-
1643
- <tr><th class="line-num" id="L129"><a href="#L129">129</a></th><td class="line-code"><pre>#: ../admin-views/events-meta-box.php:118
1644
- </pre></td></tr>
1645
-
1646
-
1647
- <tr><th class="line-num" id="L130"><a href="#L130">130</a></th><td class="line-code"><pre>msgid &quot;Currency Symbol:&quot;
1648
- </pre></td></tr>
1649
-
1650
-
1651
- <tr><th class="line-num" id="L131"><a href="#L131">131</a></th><td class="line-code"><pre>msgstr &quot;Simbol valute:&quot;
1652
- </pre></td></tr>
1653
-
1654
-
1655
- <tr><th class="line-num" id="L132"><a href="#L132">132</a></th><td class="line-code"><pre>
1656
- </pre></td></tr>
1657
-
1658
-
1659
- <tr><th class="line-num" id="L133"><a href="#L133">133</a></th><td class="line-code"><pre># @ tribe-events-calendar
1660
- </pre></td></tr>
1661
-
1662
-
1663
- <tr><th class="line-num" id="L134"><a href="#L134">134</a></th><td class="line-code"><pre>#: ../admin-views/events-meta-box.php:122
1664
- </pre></td></tr>
1665
-
1666
-
1667
- <tr><th class="line-num" id="L135"><a href="#L135">135</a></th><td class="line-code"><pre>#: ../public/advanced-functions/meta.php:270
1668
- </pre></td></tr>
1669
-
1670
-
1671
- <tr><th class="line-num" id="L136"><a href="#L136">136</a></th><td class="line-code"><pre>msgid &quot;Cost:&quot;
1672
- </pre></td></tr>
1673
-
1674
-
1675
- <tr><th class="line-num" id="L137"><a href="#L137">137</a></th><td class="line-code"><pre>msgstr &quot;Cijena:&quot;
1676
- </pre></td></tr>
1677
-
1678
-
1679
- <tr><th class="line-num" id="L138"><a href="#L138">138</a></th><td class="line-code"><pre>
1680
- </pre></td></tr>
1681
-
1682
-
1683
- <tr><th class="line-num" id="L139"><a href="#L139">139</a></th><td class="line-code"><pre>#: ../admin-views/events-meta-box.php:127
1684
- </pre></td></tr>
1685
-
1686
-
1687
- <tr><th class="line-num" id="L140"><a href="#L140">140</a></th><td class="line-code"><pre>msgid &quot;Enter a 0 for events that are free or leave blank to hide the field.&quot;
1688
- </pre></td></tr>
1689
-
1690
-
1691
- <tr><th class="line-num" id="L141"><a href="#L141">141</a></th><td class="line-code"><pre>msgstr &quot;&quot;
1692
- </pre></td></tr>
1693
-
1694
-
1695
- <tr><th class="line-num" id="L142"><a href="#L142">142</a></th><td class="line-code"><pre>&quot;Unesite 0 za događaje koji su besplatni ili ostavite polje prazno da bi ste &quot;
1696
- </pre></td></tr>
1697
-
1698
-
1699
- <tr><th class="line-num" id="L143"><a href="#L143">143</a></th><td class="line-code"><pre>&quot;ga sakrili.&quot;
1700
- </pre></td></tr>
1701
-
1702
-
1703
- <tr><th class="line-num" id="L144"><a href="#L144">144</a></th><td class="line-code"><pre>
1704
- </pre></td></tr>
1705
-
1706
-
1707
- <tr><th class="line-num" id="L145"><a href="#L145">145</a></th><td class="line-code"><pre># @ tribe-events-calendar
1708
- </pre></td></tr>
1709
-
1710
-
1711
- <tr><th class="line-num" id="L146"><a href="#L146">146</a></th><td class="line-code"><pre>#: ../admin-views/organizer-meta-box.php:12
1712
- </pre></td></tr>
1713
-
1714
-
1715
- <tr><th class="line-num" id="L147"><a href="#L147">147</a></th><td class="line-code"><pre>msgid &quot;Organizer Name:&quot;
1716
- </pre></td></tr>
1717
-
1718
-
1719
- <tr><th class="line-num" id="L148"><a href="#L148">148</a></th><td class="line-code"><pre>msgstr &quot;Organizator:&quot;
1720
- </pre></td></tr>
1721
-
1722
-
1723
- <tr><th class="line-num" id="L149"><a href="#L149">149</a></th><td class="line-code"><pre>
1724
- </pre></td></tr>
1725
-
1726
-
1727
- <tr><th class="line-num" id="L150"><a href="#L150">150</a></th><td class="line-code"><pre># @ tribe-events-calendar
1728
- </pre></td></tr>
1729
-
1730
-
1731
- <tr><th class="line-num" id="L151"><a href="#L151">151</a></th><td class="line-code"><pre>#: ../admin-views/organizer-meta-box.php:19
1732
- </pre></td></tr>
1733
-
1734
-
1735
- <tr><th class="line-num" id="L152"><a href="#L152">152</a></th><td class="line-code"><pre>#: ../admin-views/venue-meta-box.php:93
1736
- </pre></td></tr>
1737
-
1738
-
1739
- <tr><th class="line-num" id="L153"><a href="#L153">153</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:39
1740
- </pre></td></tr>
1741
-
1742
-
1743
- <tr><th class="line-num" id="L154"><a href="#L154">154</a></th><td class="line-code"><pre>#: ../public/advanced-functions/meta.php:357
1744
- </pre></td></tr>
1745
-
1746
-
1747
- <tr><th class="line-num" id="L155"><a href="#L155">155</a></th><td class="line-code"><pre>#: ../public/advanced-functions/meta.php:419
1748
- </pre></td></tr>
1749
-
1750
-
1751
- <tr><th class="line-num" id="L156"><a href="#L156">156</a></th><td class="line-code"><pre>msgid &quot;Phone:&quot;
1752
- </pre></td></tr>
1753
-
1754
-
1755
- <tr><th class="line-num" id="L157"><a href="#L157">157</a></th><td class="line-code"><pre>msgstr &quot;Telefon:&quot;
1756
- </pre></td></tr>
1757
-
1758
-
1759
- <tr><th class="line-num" id="L158"><a href="#L158">158</a></th><td class="line-code"><pre>
1760
- </pre></td></tr>
1761
-
1762
-
1763
- <tr><th class="line-num" id="L159"><a href="#L159">159</a></th><td class="line-code"><pre># @ tribe-events-calendar
1764
- </pre></td></tr>
1765
-
1766
-
1767
- <tr><th class="line-num" id="L160"><a href="#L160">160</a></th><td class="line-code"><pre>#: ../admin-views/organizer-meta-box.php:23
1768
- </pre></td></tr>
1769
-
1770
-
1771
- <tr><th class="line-num" id="L161"><a href="#L161">161</a></th><td class="line-code"><pre>#: ../admin-views/venue-meta-box.php:97
1772
- </pre></td></tr>
1773
-
1774
-
1775
- <tr><th class="line-num" id="L162"><a href="#L162">162</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:45
1776
- </pre></td></tr>
1777
-
1778
-
1779
- <tr><th class="line-num" id="L163"><a href="#L163">163</a></th><td class="line-code"><pre>#: ../public/advanced-functions/meta.php:308
1780
- </pre></td></tr>
1781
-
1782
-
1783
- <tr><th class="line-num" id="L164"><a href="#L164">164</a></th><td class="line-code"><pre>#: ../public/advanced-functions/meta.php:383
1784
- </pre></td></tr>
1785
-
1786
-
1787
- <tr><th class="line-num" id="L165"><a href="#L165">165</a></th><td class="line-code"><pre>#: ../public/advanced-functions/meta.php:445
1788
- </pre></td></tr>
1789
-
1790
-
1791
- <tr><th class="line-num" id="L166"><a href="#L166">166</a></th><td class="line-code"><pre>msgid &quot;Website:&quot;
1792
- </pre></td></tr>
1793
-
1794
-
1795
- <tr><th class="line-num" id="L167"><a href="#L167">167</a></th><td class="line-code"><pre>msgstr &quot;Web sajt&quot;
1796
- </pre></td></tr>
1797
-
1798
-
1799
- <tr><th class="line-num" id="L168"><a href="#L168">168</a></th><td class="line-code"><pre>
1800
- </pre></td></tr>
1801
-
1802
-
1803
- <tr><th class="line-num" id="L169"><a href="#L169">169</a></th><td class="line-code"><pre># @ tribe-events-calendar
1804
- </pre></td></tr>
1805
-
1806
-
1807
- <tr><th class="line-num" id="L170"><a href="#L170">170</a></th><td class="line-code"><pre>#: ../admin-views/organizer-meta-box.php:27
1808
- </pre></td></tr>
1809
-
1810
-
1811
- <tr><th class="line-num" id="L171"><a href="#L171">171</a></th><td class="line-code"><pre>#: ../public/advanced-functions/meta.php:432
1812
- </pre></td></tr>
1813
-
1814
-
1815
- <tr><th class="line-num" id="L172"><a href="#L172">172</a></th><td class="line-code"><pre>msgid &quot;Email:&quot;
1816
- </pre></td></tr>
1817
-
1818
-
1819
- <tr><th class="line-num" id="L173"><a href="#L173">173</a></th><td class="line-code"><pre>msgstr &quot;E-pošta:&quot;
1820
- </pre></td></tr>
1821
-
1822
-
1823
- <tr><th class="line-num" id="L174"><a href="#L174">174</a></th><td class="line-code"><pre>
1824
- </pre></td></tr>
1825
-
1826
-
1827
- <tr><th class="line-num" id="L175"><a href="#L175">175</a></th><td class="line-code"><pre>#: ../admin-views/recurrence-dialog.php:13
1828
- </pre></td></tr>
1829
-
1830
-
1831
- <tr><th class="line-num" id="L176"><a href="#L176">176</a></th><td class="line-code"><pre>msgid &quot;&quot;
1832
- </pre></td></tr>
1833
-
1834
-
1835
- <tr><th class="line-num" id="L177"><a href="#L177">177</a></th><td class="line-code"><pre>&quot;Would you like to change only this instance of the event, or all future &quot;
1836
- </pre></td></tr>
1837
-
1838
-
1839
- <tr><th class="line-num" id="L178"><a href="#L178">178</a></th><td class="line-code"><pre>&quot;events in this series?&quot;
1840
- </pre></td></tr>
1841
-
1842
-
1843
- <tr><th class="line-num" id="L179"><a href="#L179">179</a></th><td class="line-code"><pre>msgstr &quot;&quot;
1844
- </pre></td></tr>
1845
-
1846
-
1847
- <tr><th class="line-num" id="L180"><a href="#L180">180</a></th><td class="line-code"><pre>&quot;Da li bi ste željeli da promijenite samo ovu instancu događaja, ili sve &quot;
1848
- </pre></td></tr>
1849
-
1850
-
1851
- <tr><th class="line-num" id="L181"><a href="#L181">181</a></th><td class="line-code"><pre>&quot;buduće događaje u ovoj seriji?&quot;
1852
- </pre></td></tr>
1853
-
1854
-
1855
- <tr><th class="line-num" id="L182"><a href="#L182">182</a></th><td class="line-code"><pre>
1856
- </pre></td></tr>
1857
-
1858
-
1859
- <tr><th class="line-num" id="L183"><a href="#L183">183</a></th><td class="line-code"><pre>#: ../admin-views/recurrence-dialog.php:15
1860
- </pre></td></tr>
1861
-
1862
-
1863
- <tr><th class="line-num" id="L184"><a href="#L184">184</a></th><td class="line-code"><pre>#: ../admin-views/recurrence-dialog.php:23
1864
- </pre></td></tr>
1865
-
1866
-
1867
- <tr><th class="line-num" id="L185"><a href="#L185">185</a></th><td class="line-code"><pre>msgid &quot;Only This Event:&quot;
1868
- </pre></td></tr>
1869
-
1870
-
1871
- <tr><th class="line-num" id="L186"><a href="#L186">186</a></th><td class="line-code"><pre>msgstr &quot;Samo ovaj događaj:&quot;
1872
- </pre></td></tr>
1873
-
1874
-
1875
- <tr><th class="line-num" id="L187"><a href="#L187">187</a></th><td class="line-code"><pre>
1876
- </pre></td></tr>
1877
-
1878
-
1879
- <tr><th class="line-num" id="L188"><a href="#L188">188</a></th><td class="line-code"><pre>#: ../admin-views/recurrence-dialog.php:15
1880
- </pre></td></tr>
1881
-
1882
-
1883
- <tr><th class="line-num" id="L189"><a href="#L189">189</a></th><td class="line-code"><pre>msgid &quot;All other future events in the series will remain the same.&quot;
1884
- </pre></td></tr>
1885
-
1886
-
1887
- <tr><th class="line-num" id="L190"><a href="#L190">190</a></th><td class="line-code"><pre>msgstr &quot;Preostali događaji u ovoj seriji će ostati isti.&quot;
1888
- </pre></td></tr>
1889
-
1890
-
1891
- <tr><th class="line-num" id="L191"><a href="#L191">191</a></th><td class="line-code"><pre>
1892
- </pre></td></tr>
1893
-
1894
-
1895
- <tr><th class="line-num" id="L192"><a href="#L192">192</a></th><td class="line-code"><pre># @ tribe-events-calendar
1896
- </pre></td></tr>
1897
-
1898
-
1899
- <tr><th class="line-num" id="L193"><a href="#L193">193</a></th><td class="line-code"><pre>#
1900
- </pre></td></tr>
1901
-
1902
-
1903
- <tr><th class="line-num" id="L194"><a href="#L194">194</a></th><td class="line-code"><pre>#: ../admin-views/recurrence-dialog.php:16
1904
- </pre></td></tr>
1905
-
1906
-
1907
- <tr><th class="line-num" id="L195"><a href="#L195">195</a></th><td class="line-code"><pre>#: ../admin-views/recurrence-dialog.php:24
1908
- </pre></td></tr>
1909
-
1910
-
1911
- <tr><th class="line-num" id="L196"><a href="#L196">196</a></th><td class="line-code"><pre>msgid &quot;All Events:&quot;
1912
- </pre></td></tr>
1913
-
1914
-
1915
- <tr><th class="line-num" id="L197"><a href="#L197">197</a></th><td class="line-code"><pre>msgstr &quot;Svi događaji:&quot;
1916
- </pre></td></tr>
1917
-
1918
-
1919
- <tr><th class="line-num" id="L198"><a href="#L198">198</a></th><td class="line-code"><pre>
1920
- </pre></td></tr>
1921
-
1922
-
1923
- <tr><th class="line-num" id="L199"><a href="#L199">199</a></th><td class="line-code"><pre>#: ../admin-views/recurrence-dialog.php:16
1924
- </pre></td></tr>
1925
-
1926
-
1927
- <tr><th class="line-num" id="L200"><a href="#L200">200</a></th><td class="line-code"><pre>msgid &quot;&quot;
1928
- </pre></td></tr>
1929
-
1930
-
1931
- <tr><th class="line-num" id="L201"><a href="#L201">201</a></th><td class="line-code"><pre>&quot;All future events in the series will be changed. Any changes made to other &quot;
1932
- </pre></td></tr>
1933
-
1934
-
1935
- <tr><th class="line-num" id="L202"><a href="#L202">202</a></th><td class="line-code"><pre>&quot;events will be kept.&quot;
1936
- </pre></td></tr>
1937
-
1938
-
1939
- <tr><th class="line-num" id="L203"><a href="#L203">203</a></th><td class="line-code"><pre>msgstr &quot;&quot;
1940
- </pre></td></tr>
1941
-
1942
-
1943
- <tr><th class="line-num" id="L204"><a href="#L204">204</a></th><td class="line-code"><pre>&quot;Svi budući događaji u ovoj seriji će biti izmijenjeni. Promjene načinjene na &quot;
1944
- </pre></td></tr>
1945
-
1946
-
1947
- <tr><th class="line-num" id="L205"><a href="#L205">205</a></th><td class="line-code"><pre>&quot;ostalim događajima će biti sačuvane.&quot;
1948
- </pre></td></tr>
1949
-
1950
-
1951
- <tr><th class="line-num" id="L206"><a href="#L206">206</a></th><td class="line-code"><pre>
1952
- </pre></td></tr>
1953
-
1954
-
1955
- <tr><th class="line-num" id="L207"><a href="#L207">207</a></th><td class="line-code"><pre>#: ../admin-views/recurrence-dialog.php:21
1956
- </pre></td></tr>
1957
-
1958
-
1959
- <tr><th class="line-num" id="L208"><a href="#L208">208</a></th><td class="line-code"><pre>msgid &quot;&quot;
1960
- </pre></td></tr>
1961
-
1962
-
1963
- <tr><th class="line-num" id="L209"><a href="#L209">209</a></th><td class="line-code"><pre>&quot;Would you like to delete only this instance of the event, or all future &quot;
1964
- </pre></td></tr>
1965
-
1966
-
1967
- <tr><th class="line-num" id="L210"><a href="#L210">210</a></th><td class="line-code"><pre>&quot;events in this series?&quot;
1968
- </pre></td></tr>
1969
-
1970
-
1971
- <tr><th class="line-num" id="L211"><a href="#L211">211</a></th><td class="line-code"><pre>msgstr &quot;&quot;
1972
- </pre></td></tr>
1973
-
1974
-
1975
- <tr><th class="line-num" id="L212"><a href="#L212">212</a></th><td class="line-code"><pre>&quot;Da li bi ste htjeli da obrišete samo ovu instancu događaja, ili sve buduće &quot;
1976
- </pre></td></tr>
1977
-
1978
-
1979
- <tr><th class="line-num" id="L213"><a href="#L213">213</a></th><td class="line-code"><pre>&quot;događaje u ovoj seriji?&quot;
1980
- </pre></td></tr>
1981
-
1982
-
1983
- <tr><th class="line-num" id="L214"><a href="#L214">214</a></th><td class="line-code"><pre>
1984
- </pre></td></tr>
1985
-
1986
-
1987
- <tr><th class="line-num" id="L215"><a href="#L215">215</a></th><td class="line-code"><pre>#: ../admin-views/recurrence-dialog.php:23
1988
- </pre></td></tr>
1989
-
1990
-
1991
- <tr><th class="line-num" id="L216"><a href="#L216">216</a></th><td class="line-code"><pre>msgid &quot;All other future events in the series will not be deleted.&quot;
1992
- </pre></td></tr>
1993
-
1994
-
1995
- <tr><th class="line-num" id="L217"><a href="#L217">217</a></th><td class="line-code"><pre>msgstr &quot;Preostali događaji u ovoj seriji neće biti obrisani.&quot;
1996
- </pre></td></tr>
1997
-
1998
-
1999
- <tr><th class="line-num" id="L218"><a href="#L218">218</a></th><td class="line-code"><pre>
2000
- </pre></td></tr>
2001
-
2002
-
2003
- <tr><th class="line-num" id="L219"><a href="#L219">219</a></th><td class="line-code"><pre>#: ../admin-views/recurrence-dialog.php:24
2004
- </pre></td></tr>
2005
-
2006
-
2007
- <tr><th class="line-num" id="L220"><a href="#L220">220</a></th><td class="line-code"><pre>msgid &quot;All future events in the series will be deleted.&quot;
2008
- </pre></td></tr>
2009
-
2010
-
2011
- <tr><th class="line-num" id="L221"><a href="#L221">221</a></th><td class="line-code"><pre>msgstr &quot;Preostali događaji u ovoj seriji će biti obrisani.&quot;
2012
- </pre></td></tr>
2013
-
2014
-
2015
- <tr><th class="line-num" id="L222"><a href="#L222">222</a></th><td class="line-code"><pre>
2016
- </pre></td></tr>
2017
-
2018
-
2019
- <tr><th class="line-num" id="L223"><a href="#L223">223</a></th><td class="line-code"><pre># @ tribe-events-calendar
2020
- </pre></td></tr>
2021
-
2022
-
2023
- <tr><th class="line-num" id="L224"><a href="#L224">224</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:4
2024
- </pre></td></tr>
2025
-
2026
-
2027
- <tr><th class="line-num" id="L225"><a href="#L225">225</a></th><td class="line-code"><pre>msgid &quot;Default Events Template&quot;
2028
- </pre></td></tr>
2029
-
2030
-
2031
- <tr><th class="line-num" id="L226"><a href="#L226">226</a></th><td class="line-code"><pre>msgstr &quot;Zadani šablon događaja&quot;
2032
- </pre></td></tr>
2033
-
2034
-
2035
- <tr><th class="line-num" id="L227"><a href="#L227">227</a></th><td class="line-code"><pre>
2036
- </pre></td></tr>
2037
-
2038
-
2039
- <tr><th class="line-num" id="L228"><a href="#L228">228</a></th><td class="line-code"><pre># @ tribe-events-calendar
2040
- </pre></td></tr>
2041
-
2042
-
2043
- <tr><th class="line-num" id="L229"><a href="#L229">229</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:5
2044
- </pre></td></tr>
2045
-
2046
-
2047
- <tr><th class="line-num" id="L230"><a href="#L230">230</a></th><td class="line-code"><pre>msgid &quot;Default Page Template&quot;
2048
- </pre></td></tr>
2049
-
2050
-
2051
- <tr><th class="line-num" id="L231"><a href="#L231">231</a></th><td class="line-code"><pre>msgstr &quot;Zadani šablon stranice&quot;
2052
- </pre></td></tr>
2053
-
2054
-
2055
- <tr><th class="line-num" id="L232"><a href="#L232">232</a></th><td class="line-code"><pre>
2056
- </pre></td></tr>
2057
-
2058
-
2059
- <tr><th class="line-num" id="L233"><a href="#L233">233</a></th><td class="line-code"><pre># @ tribe-events-calendar
2060
- </pre></td></tr>
2061
-
2062
-
2063
- <tr><th class="line-num" id="L234"><a href="#L234">234</a></th><td class="line-code"><pre>#
2064
- </pre></td></tr>
2065
-
2066
-
2067
- <tr><th class="line-num" id="L235"><a href="#L235">235</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:29
2068
- </pre></td></tr>
2069
-
2070
-
2071
- <tr><th class="line-num" id="L236"><a href="#L236">236</a></th><td class="line-code"><pre>msgid &quot;Display Settings&quot;
2072
- </pre></td></tr>
2073
-
2074
-
2075
- <tr><th class="line-num" id="L237"><a href="#L237">237</a></th><td class="line-code"><pre>msgstr &quot;Prikaži postavke&quot;
2076
- </pre></td></tr>
2077
-
2078
-
2079
- <tr><th class="line-num" id="L238"><a href="#L238">238</a></th><td class="line-code"><pre>
2080
- </pre></td></tr>
2081
-
2082
-
2083
- <tr><th class="line-num" id="L239"><a href="#L239">239</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:34
2084
- </pre></td></tr>
2085
-
2086
-
2087
- <tr><th class="line-num" id="L240"><a href="#L240">240</a></th><td class="line-code"><pre>#, php-format
2088
- </pre></td></tr>
2089
-
2090
-
2091
- <tr><th class="line-num" id="L241"><a href="#L241">241</a></th><td class="line-code"><pre>msgid &quot;&quot;
2092
- </pre></td></tr>
2093
-
2094
-
2095
- <tr><th class="line-num" id="L242"><a href="#L242">242</a></th><td class="line-code"><pre>&quot;&lt;p&gt;The settings below control the display of your calendar. If things don&#39;t &quot;
2096
- </pre></td></tr>
2097
-
2098
-
2099
- <tr><th class="line-num" id="L243"><a href="#L243">243</a></th><td class="line-code"><pre>&quot;look right, try switching between the three style sheet options or pick a &quot;
2100
- </pre></td></tr>
2101
-
2102
-
2103
- <tr><th class="line-num" id="L244"><a href="#L244">244</a></th><td class="line-code"><pre>&quot;page template from your theme.&lt;/p&gt;&lt;p&gt;There are going to be situations where &quot;
2104
- </pre></td></tr>
2105
-
2106
-
2107
- <tr><th class="line-num" id="L245"><a href="#L245">245</a></th><td class="line-code"><pre>&quot;no out-of-the-box template is 100&amp;#37; perfect. Check out our &lt;a href=\&quot;%s&quot;
2108
- </pre></td></tr>
2109
-
2110
-
2111
- <tr><th class="line-num" id="L246"><a href="#L246">246</a></th><td class="line-code"><pre>&quot;\&quot;&gt;our themer&#39;s guide&lt;/a&gt; for instructions on custom modifications. Want to &quot;
2112
- </pre></td></tr>
2113
-
2114
-
2115
- <tr><th class="line-num" id="L247"><a href="#L247">247</a></th><td class="line-code"><pre>&quot;create a new view? Grab a copy of the &lt;a href=\&quot;%s\&quot;&gt;Sample Agenda View &quot;
2116
- </pre></td></tr>
2117
-
2118
-
2119
- <tr><th class="line-num" id="L248"><a href="#L248">248</a></th><td class="line-code"><pre>&quot;plugin from Github&lt;/a&gt;&lt;/p&gt;&quot;
2120
- </pre></td></tr>
2121
-
2122
-
2123
- <tr><th class="line-num" id="L249"><a href="#L249">249</a></th><td class="line-code"><pre>msgstr &quot;&quot;
2124
- </pre></td></tr>
2125
-
2126
-
2127
- <tr><th class="line-num" id="L250"><a href="#L250">250</a></th><td class="line-code"><pre>&quot;&lt;p&gt; Postavke ispod kontrolišu prikaz vašeg kalendara. Ako stvari ne &quot;
2128
- </pre></td></tr>
2129
-
2130
-
2131
- <tr><th class="line-num" id="L251"><a href="#L251">251</a></th><td class="line-code"><pre>&quot;izgledaju kako treba, pokušajte odabrati neku od tri opcije stila ili &quot;
2132
- </pre></td></tr>
2133
-
2134
-
2135
- <tr><th class="line-num" id="L252"><a href="#L252">252</a></th><td class="line-code"><pre>&quot;odaberite šablon stranice vaše teme.&lt;/p&gt;&lt;p&gt; Biće situacija gdje šablon neće &quot;
2136
- </pre></td></tr>
2137
-
2138
-
2139
- <tr><th class="line-num" id="L253"><a href="#L253">253</a></th><td class="line-code"><pre>&quot;biti odmah 100&amp;#37; savršen. Pogledajte naš &lt;a href=\&quot;%s\&quot;&gt; vodič kroz &quot;
2140
- </pre></td></tr>
2141
-
2142
-
2143
- <tr><th class="line-num" id="L254"><a href="#L254">254</a></th><td class="line-code"><pre>&quot;teme&lt;/ a&gt; za upute o modifikacijama. Želite stvoriti novi izgled? Uzmite &quot;
2144
- </pre></td></tr>
2145
-
2146
-
2147
- <tr><th class="line-num" id="L255"><a href="#L255">255</a></th><td class="line-code"><pre>&quot;kopiju &lt;a href=\&quot;%s\&quot;&gt;Sample Agenda View plagin sa Github&lt;/ a&gt;&lt;/ p&gt;&quot;
2148
- </pre></td></tr>
2149
-
2150
-
2151
- <tr><th class="line-num" id="L256"><a href="#L256">256</a></th><td class="line-code"><pre>
2152
- </pre></td></tr>
2153
-
2154
-
2155
- <tr><th class="line-num" id="L257"><a href="#L257">257</a></th><td class="line-code"><pre># @ tribe-events-calendar
2156
- </pre></td></tr>
2157
-
2158
-
2159
- <tr><th class="line-num" id="L258"><a href="#L258">258</a></th><td class="line-code"><pre>#
2160
- </pre></td></tr>
2161
-
2162
-
2163
- <tr><th class="line-num" id="L259"><a href="#L259">259</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:49
2164
- </pre></td></tr>
2165
-
2166
-
2167
- <tr><th class="line-num" id="L260"><a href="#L260">260</a></th><td class="line-code"><pre>msgid &quot;Basic Template Settings&quot;
2168
- </pre></td></tr>
2169
-
2170
-
2171
- <tr><th class="line-num" id="L261"><a href="#L261">261</a></th><td class="line-code"><pre>msgstr &quot;Osnovna podešavanja šablona&quot;
2172
- </pre></td></tr>
2173
-
2174
-
2175
- <tr><th class="line-num" id="L262"><a href="#L262">262</a></th><td class="line-code"><pre>
2176
- </pre></td></tr>
2177
-
2178
-
2179
- <tr><th class="line-num" id="L263"><a href="#L263">263</a></th><td class="line-code"><pre># @ tribe-events-calendar
2180
- </pre></td></tr>
2181
-
2182
-
2183
- <tr><th class="line-num" id="L264"><a href="#L264">264</a></th><td class="line-code"><pre>#
2184
- </pre></td></tr>
2185
-
2186
-
2187
- <tr><th class="line-num" id="L265"><a href="#L265">265</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:53
2188
- </pre></td></tr>
2189
-
2190
-
2191
- <tr><th class="line-num" id="L266"><a href="#L266">266</a></th><td class="line-code"><pre>msgid &quot;Default stylesheet used for events templates&quot;
2192
- </pre></td></tr>
2193
-
2194
-
2195
- <tr><th class="line-num" id="L267"><a href="#L267">267</a></th><td class="line-code"><pre>msgstr &quot;Zadani stil korišten za šablon događaja&quot;
2196
- </pre></td></tr>
2197
-
2198
-
2199
- <tr><th class="line-num" id="L268"><a href="#L268">268</a></th><td class="line-code"><pre>
2200
- </pre></td></tr>
2201
-
2202
-
2203
- <tr><th class="line-num" id="L269"><a href="#L269">269</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:56
2204
- </pre></td></tr>
2205
-
2206
-
2207
- <tr><th class="line-num" id="L270"><a href="#L270">270</a></th><td class="line-code"><pre>msgid &quot;Skeleton Styles&quot;
2208
- </pre></td></tr>
2209
-
2210
-
2211
- <tr><th class="line-num" id="L271"><a href="#L271">271</a></th><td class="line-code"><pre>msgstr &quot;Kostur stilovi&quot;
2212
- </pre></td></tr>
2213
-
2214
-
2215
- <tr><th class="line-num" id="L272"><a href="#L272">272</a></th><td class="line-code"><pre>
2216
- </pre></td></tr>
2217
-
2218
-
2219
- <tr><th class="line-num" id="L273"><a href="#L273">273</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:58
2220
- </pre></td></tr>
2221
-
2222
-
2223
- <tr><th class="line-num" id="L274"><a href="#L274">274</a></th><td class="line-code"><pre>msgid &quot;&quot;
2224
- </pre></td></tr>
2225
-
2226
-
2227
- <tr><th class="line-num" id="L275"><a href="#L275">275</a></th><td class="line-code"><pre>&quot;Only includes enough css to achieve complex layouts like calendar and week &quot;
2228
- </pre></td></tr>
2229
-
2230
-
2231
- <tr><th class="line-num" id="L276"><a href="#L276">276</a></th><td class="line-code"><pre>&quot;view.&quot;
2232
- </pre></td></tr>
2233
-
2234
-
2235
- <tr><th class="line-num" id="L277"><a href="#L277">277</a></th><td class="line-code"><pre>msgstr &quot;&quot;
2236
- </pre></td></tr>
2237
-
2238
-
2239
- <tr><th class="line-num" id="L278"><a href="#L278">278</a></th><td class="line-code"><pre>&quot;Samo uključuje dovoljno css da postigne složene rasporede kao kalendar i &quot;
2240
- </pre></td></tr>
2241
-
2242
-
2243
- <tr><th class="line-num" id="L279"><a href="#L279">279</a></th><td class="line-code"><pre>&quot;sedmični prikaz.&quot;
2244
- </pre></td></tr>
2245
-
2246
-
2247
- <tr><th class="line-num" id="L280"><a href="#L280">280</a></th><td class="line-code"><pre>
2248
- </pre></td></tr>
2249
-
2250
-
2251
- <tr><th class="line-num" id="L281"><a href="#L281">281</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:60
2252
- </pre></td></tr>
2253
-
2254
-
2255
- <tr><th class="line-num" id="L282"><a href="#L282">282</a></th><td class="line-code"><pre>msgid &quot;Full Styles&quot;
2256
- </pre></td></tr>
2257
-
2258
-
2259
- <tr><th class="line-num" id="L283"><a href="#L283">283</a></th><td class="line-code"><pre>msgstr &quot;Puni stilovi&quot;
2260
- </pre></td></tr>
2261
-
2262
-
2263
- <tr><th class="line-num" id="L284"><a href="#L284">284</a></th><td class="line-code"><pre>
2264
- </pre></td></tr>
2265
-
2266
-
2267
- <tr><th class="line-num" id="L285"><a href="#L285">285</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:62
2268
- </pre></td></tr>
2269
-
2270
-
2271
- <tr><th class="line-num" id="L286"><a href="#L286">286</a></th><td class="line-code"><pre>msgid &quot;More detailed styling, tries to grab styles from your theme.&quot;
2272
- </pre></td></tr>
2273
-
2274
-
2275
- <tr><th class="line-num" id="L287"><a href="#L287">287</a></th><td class="line-code"><pre>msgstr &quot;Detaljniji stajling, pokušava da preuzme stilove iz vaše teme.&quot;
2276
- </pre></td></tr>
2277
-
2278
-
2279
- <tr><th class="line-num" id="L288"><a href="#L288">288</a></th><td class="line-code"><pre>
2280
- </pre></td></tr>
2281
-
2282
-
2283
- <tr><th class="line-num" id="L289"><a href="#L289">289</a></th><td class="line-code"><pre># @ tribe-events-calendar
2284
- </pre></td></tr>
2285
-
2286
-
2287
- <tr><th class="line-num" id="L290"><a href="#L290">290</a></th><td class="line-code"><pre>#
2288
- </pre></td></tr>
2289
-
2290
-
2291
- <tr><th class="line-num" id="L291"><a href="#L291">291</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:64
2292
- </pre></td></tr>
2293
-
2294
-
2295
- <tr><th class="line-num" id="L292"><a href="#L292">292</a></th><td class="line-code"><pre>msgid &quot;Tribe Events Styles&quot;
2296
- </pre></td></tr>
2297
-
2298
-
2299
- <tr><th class="line-num" id="L293"><a href="#L293">293</a></th><td class="line-code"><pre>msgstr &quot;Tribe Events stilovi&quot;
2300
- </pre></td></tr>
2301
-
2302
-
2303
- <tr><th class="line-num" id="L294"><a href="#L294">294</a></th><td class="line-code"><pre>
2304
- </pre></td></tr>
2305
-
2306
-
2307
- <tr><th class="line-num" id="L295"><a href="#L295">295</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:66
2308
- </pre></td></tr>
2309
-
2310
-
2311
- <tr><th class="line-num" id="L296"><a href="#L296">296</a></th><td class="line-code"><pre>msgid &quot;A fully designed and styled theme for your events pages.&quot;
2312
- </pre></td></tr>
2313
-
2314
-
2315
- <tr><th class="line-num" id="L297"><a href="#L297">297</a></th><td class="line-code"><pre>msgstr &quot;&quot;
2316
- </pre></td></tr>
2317
-
2318
-
2319
- <tr><th class="line-num" id="L298"><a href="#L298">298</a></th><td class="line-code"><pre>&quot;Tema u potpunosti dizajnirana i stilizovana za vašu stranicu sa događajima.&quot;
2320
- </pre></td></tr>
2321
-
2322
-
2323
- <tr><th class="line-num" id="L299"><a href="#L299">299</a></th><td class="line-code"><pre>
2324
- </pre></td></tr>
2325
-
2326
-
2327
- <tr><th class="line-num" id="L300"><a href="#L300">300</a></th><td class="line-code"><pre># @ tribe-events-calendar
2328
- </pre></td></tr>
2329
-
2330
-
2331
- <tr><th class="line-num" id="L301"><a href="#L301">301</a></th><td class="line-code"><pre>#
2332
- </pre></td></tr>
2333
-
2334
-
2335
- <tr><th class="line-num" id="L302"><a href="#L302">302</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:73
2336
- </pre></td></tr>
2337
-
2338
-
2339
- <tr><th class="line-num" id="L303"><a href="#L303">303</a></th><td class="line-code"><pre>msgid &quot;Events template&quot;
2340
- </pre></td></tr>
2341
-
2342
-
2343
- <tr><th class="line-num" id="L304"><a href="#L304">304</a></th><td class="line-code"><pre>msgstr &quot;Šablon događaja&quot;
2344
- </pre></td></tr>
2345
-
2346
-
2347
- <tr><th class="line-num" id="L305"><a href="#L305">305</a></th><td class="line-code"><pre>
2348
- </pre></td></tr>
2349
-
2350
-
2351
- <tr><th class="line-num" id="L306"><a href="#L306">306</a></th><td class="line-code"><pre># @ tribe-events-calendar
2352
- </pre></td></tr>
2353
-
2354
-
2355
- <tr><th class="line-num" id="L307"><a href="#L307">307</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:74
2356
- </pre></td></tr>
2357
-
2358
-
2359
- <tr><th class="line-num" id="L308"><a href="#L308">308</a></th><td class="line-code"><pre>msgid &quot;&quot;
2360
- </pre></td></tr>
2361
-
2362
-
2363
- <tr><th class="line-num" id="L309"><a href="#L309">309</a></th><td class="line-code"><pre>&quot;Choose a page template to control the appearance of your calendar and event &quot;
2364
- </pre></td></tr>
2365
-
2366
-
2367
- <tr><th class="line-num" id="L310"><a href="#L310">310</a></th><td class="line-code"><pre>&quot;content.&quot;
2368
- </pre></td></tr>
2369
-
2370
-
2371
- <tr><th class="line-num" id="L311"><a href="#L311">311</a></th><td class="line-code"><pre>msgstr &quot;&quot;
2372
- </pre></td></tr>
2373
-
2374
-
2375
- <tr><th class="line-num" id="L312"><a href="#L312">312</a></th><td class="line-code"><pre>&quot;Odaberitte šablon stranice da bi ste kontrolisali izgled vašeg kalendara i &quot;
2376
- </pre></td></tr>
2377
-
2378
-
2379
- <tr><th class="line-num" id="L313"><a href="#L313">313</a></th><td class="line-code"><pre>&quot;sadržaja događaja.&quot;
2380
- </pre></td></tr>
2381
-
2382
-
2383
- <tr><th class="line-num" id="L314"><a href="#L314">314</a></th><td class="line-code"><pre>
2384
- </pre></td></tr>
2385
-
2386
-
2387
- <tr><th class="line-num" id="L315"><a href="#L315">315</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:82
2388
- </pre></td></tr>
2389
-
2390
-
2391
- <tr><th class="line-num" id="L316"><a href="#L316">316</a></th><td class="line-code"><pre>msgid &quot;Enable event views&quot;
2392
- </pre></td></tr>
2393
-
2394
-
2395
- <tr><th class="line-num" id="L317"><a href="#L317">317</a></th><td class="line-code"><pre>msgstr &quot;Omogući poglede događaja&quot;
2396
- </pre></td></tr>
2397
-
2398
-
2399
- <tr><th class="line-num" id="L318"><a href="#L318">318</a></th><td class="line-code"><pre>
2400
- </pre></td></tr>
2401
-
2402
-
2403
- <tr><th class="line-num" id="L319"><a href="#L319">319</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:83
2404
- </pre></td></tr>
2405
-
2406
-
2407
- <tr><th class="line-num" id="L320"><a href="#L320">320</a></th><td class="line-code"><pre>msgid &quot;You must select at least one view.&quot;
2408
- </pre></td></tr>
2409
-
2410
-
2411
- <tr><th class="line-num" id="L321"><a href="#L321">321</a></th><td class="line-code"><pre>msgstr &quot;Morate omogućiti bar jedan pogled.&quot;
2412
- </pre></td></tr>
2413
-
2414
-
2415
- <tr><th class="line-num" id="L322"><a href="#L322">322</a></th><td class="line-code"><pre>
2416
- </pre></td></tr>
2417
-
2418
-
2419
- <tr><th class="line-num" id="L323"><a href="#L323">323</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:90
2420
- </pre></td></tr>
2421
-
2422
-
2423
- <tr><th class="line-num" id="L324"><a href="#L324">324</a></th><td class="line-code"><pre>msgid &quot;Default view&quot;
2424
- </pre></td></tr>
2425
-
2426
-
2427
- <tr><th class="line-num" id="L325"><a href="#L325">325</a></th><td class="line-code"><pre>msgstr &quot;Zadani pogled&quot;
2428
- </pre></td></tr>
2429
-
2430
-
2431
- <tr><th class="line-num" id="L326"><a href="#L326">326</a></th><td class="line-code"><pre>
2432
- </pre></td></tr>
2433
-
2434
-
2435
- <tr><th class="line-num" id="L327"><a href="#L327">327</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:98
2436
- </pre></td></tr>
2437
-
2438
-
2439
- <tr><th class="line-num" id="L328"><a href="#L328">328</a></th><td class="line-code"><pre>msgid &quot;Disable the Event Search Bar&quot;
2440
- </pre></td></tr>
2441
-
2442
-
2443
- <tr><th class="line-num" id="L329"><a href="#L329">329</a></th><td class="line-code"><pre>msgstr &quot;Onemogućite Event Search traku&quot;
2444
- </pre></td></tr>
2445
-
2446
-
2447
- <tr><th class="line-num" id="L330"><a href="#L330">330</a></th><td class="line-code"><pre>
2448
- </pre></td></tr>
2449
-
2450
-
2451
- <tr><th class="line-num" id="L331"><a href="#L331">331</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:99
2452
- </pre></td></tr>
2453
-
2454
-
2455
- <tr><th class="line-num" id="L332"><a href="#L332">332</a></th><td class="line-code"><pre>msgid &quot;Check this to use the classic header.&quot;
2456
- </pre></td></tr>
2457
-
2458
-
2459
- <tr><th class="line-num" id="L333"><a href="#L333">333</a></th><td class="line-code"><pre>msgstr &quot;Štrikirajte ovo da bi ste koristili klasično zaglavlje.&quot;
2460
- </pre></td></tr>
2461
-
2462
-
2463
- <tr><th class="line-num" id="L334"><a href="#L334">334</a></th><td class="line-code"><pre>
2464
- </pre></td></tr>
2465
-
2466
-
2467
- <tr><th class="line-num" id="L335"><a href="#L335">335</a></th><td class="line-code"><pre># @ tribe-events-calendar
2468
- </pre></td></tr>
2469
-
2470
-
2471
- <tr><th class="line-num" id="L336"><a href="#L336">336</a></th><td class="line-code"><pre>#
2472
- </pre></td></tr>
2473
-
2474
-
2475
- <tr><th class="line-num" id="L337"><a href="#L337">337</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:105
2476
- </pre></td></tr>
2477
-
2478
-
2479
- <tr><th class="line-num" id="L338"><a href="#L338">338</a></th><td class="line-code"><pre>msgid &quot;Advanced Template Settings&quot;
2480
- </pre></td></tr>
2481
-
2482
-
2483
- <tr><th class="line-num" id="L339"><a href="#L339">339</a></th><td class="line-code"><pre>msgstr &quot;Napredne postavke šablona&quot;
2484
- </pre></td></tr>
2485
-
2486
-
2487
- <tr><th class="line-num" id="L340"><a href="#L340">340</a></th><td class="line-code"><pre>
2488
- </pre></td></tr>
2489
-
2490
-
2491
- <tr><th class="line-num" id="L341"><a href="#L341">341</a></th><td class="line-code"><pre># @ tribe-events-calendar
2492
- </pre></td></tr>
2493
-
2494
-
2495
- <tr><th class="line-num" id="L342"><a href="#L342">342</a></th><td class="line-code"><pre>#
2496
- </pre></td></tr>
2497
-
2498
-
2499
- <tr><th class="line-num" id="L343"><a href="#L343">343</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:109
2500
- </pre></td></tr>
2501
-
2502
-
2503
- <tr><th class="line-num" id="L344"><a href="#L344">344</a></th><td class="line-code"><pre>msgid &quot;Add HTML before event content&quot;
2504
- </pre></td></tr>
2505
-
2506
-
2507
- <tr><th class="line-num" id="L345"><a href="#L345">345</a></th><td class="line-code"><pre>msgstr &quot;Dodaj HTML prije sadržaja događaja&quot;
2508
- </pre></td></tr>
2509
-
2510
-
2511
- <tr><th class="line-num" id="L346"><a href="#L346">346</a></th><td class="line-code"><pre>
2512
- </pre></td></tr>
2513
-
2514
-
2515
- <tr><th class="line-num" id="L347"><a href="#L347">347</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:110
2516
- </pre></td></tr>
2517
-
2518
-
2519
- <tr><th class="line-num" id="L348"><a href="#L348">348</a></th><td class="line-code"><pre>msgid &quot;&quot;
2520
- </pre></td></tr>
2521
-
2522
-
2523
- <tr><th class="line-num" id="L349"><a href="#L349">349</a></th><td class="line-code"><pre>&quot;If you are familiar with HTML, you can add additional code before the event &quot;
2524
- </pre></td></tr>
2525
-
2526
-
2527
- <tr><th class="line-num" id="L350"><a href="#L350">350</a></th><td class="line-code"><pre>&quot;template. Some themes may require this to help with styling or layout.&quot;
2528
- </pre></td></tr>
2529
-
2530
-
2531
- <tr><th class="line-num" id="L351"><a href="#L351">351</a></th><td class="line-code"><pre>msgstr &quot;&quot;
2532
- </pre></td></tr>
2533
-
2534
-
2535
- <tr><th class="line-num" id="L352"><a href="#L352">352</a></th><td class="line-code"><pre>&quot;Ako ste upoznati sa HTML-om, možete dodati kod prije šablona događaja. Neke &quot;
2536
- </pre></td></tr>
2537
-
2538
-
2539
- <tr><th class="line-num" id="L353"><a href="#L353">353</a></th><td class="line-code"><pre>&quot;teme ovo mogu zahtijevati kao pomoć sa stilizacijom ili rasporedom elemenata.&quot;
2540
- </pre></td></tr>
2541
-
2542
-
2543
- <tr><th class="line-num" id="L354"><a href="#L354">354</a></th><td class="line-code"><pre>
2544
- </pre></td></tr>
2545
-
2546
-
2547
- <tr><th class="line-num" id="L355"><a href="#L355">355</a></th><td class="line-code"><pre># @ tribe-events-calendar
2548
- </pre></td></tr>
2549
-
2550
-
2551
- <tr><th class="line-num" id="L356"><a href="#L356">356</a></th><td class="line-code"><pre>#
2552
- </pre></td></tr>
2553
-
2554
-
2555
- <tr><th class="line-num" id="L357"><a href="#L357">357</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:115
2556
- </pre></td></tr>
2557
-
2558
-
2559
- <tr><th class="line-num" id="L358"><a href="#L358">358</a></th><td class="line-code"><pre>msgid &quot;Add HTML after event content&quot;
2560
- </pre></td></tr>
2561
-
2562
-
2563
- <tr><th class="line-num" id="L359"><a href="#L359">359</a></th><td class="line-code"><pre>msgstr &quot;Dodaj HTML posle sadržaja događaja&quot;
2564
- </pre></td></tr>
2565
-
2566
-
2567
- <tr><th class="line-num" id="L360"><a href="#L360">360</a></th><td class="line-code"><pre>
2568
- </pre></td></tr>
2569
-
2570
-
2571
- <tr><th class="line-num" id="L361"><a href="#L361">361</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-display.php:116
2572
- </pre></td></tr>
2573
-
2574
-
2575
- <tr><th class="line-num" id="L362"><a href="#L362">362</a></th><td class="line-code"><pre>msgid &quot;&quot;
2576
- </pre></td></tr>
2577
-
2578
-
2579
- <tr><th class="line-num" id="L363"><a href="#L363">363</a></th><td class="line-code"><pre>&quot;If you are familiar with HTML, you can add additional code after the event &quot;
2580
- </pre></td></tr>
2581
-
2582
-
2583
- <tr><th class="line-num" id="L364"><a href="#L364">364</a></th><td class="line-code"><pre>&quot;template. Some themes may require this to help with styling or layout.&quot;
2584
- </pre></td></tr>
2585
-
2586
-
2587
- <tr><th class="line-num" id="L365"><a href="#L365">365</a></th><td class="line-code"><pre>msgstr &quot;&quot;
2588
- </pre></td></tr>
2589
-
2590
-
2591
- <tr><th class="line-num" id="L366"><a href="#L366">366</a></th><td class="line-code"><pre>&quot;Ako ste upoznati sa HTML-om, možete dodati kod poslije šablona događaja. &quot;
2592
- </pre></td></tr>
2593
-
2594
-
2595
- <tr><th class="line-num" id="L367"><a href="#L367">367</a></th><td class="line-code"><pre>&quot;Neke teme ovo mogu zahtijevati kao pomoć sa stilizacijom ili rasporedom &quot;
2596
- </pre></td></tr>
2597
-
2598
-
2599
- <tr><th class="line-num" id="L368"><a href="#L368">368</a></th><td class="line-code"><pre>&quot;elemenata.&quot;
2600
- </pre></td></tr>
2601
-
2602
-
2603
- <tr><th class="line-num" id="L369"><a href="#L369">369</a></th><td class="line-code"><pre>
2604
- </pre></td></tr>
2605
-
2606
-
2607
- <tr><th class="line-num" id="L370"><a href="#L370">370</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:14
2608
- </pre></td></tr>
2609
-
2610
-
2611
- <tr><th class="line-num" id="L371"><a href="#L371">371</a></th><td class="line-code"><pre>msgid &quot;Finding &amp; extending your calendar.&quot;
2612
- </pre></td></tr>
2613
-
2614
-
2615
- <tr><th class="line-num" id="L372"><a href="#L372">372</a></th><td class="line-code"><pre>msgstr &quot;Nalaženje i proširivanje vašeg kalendara.&quot;
2616
- </pre></td></tr>
2617
-
2618
-
2619
- <tr><th class="line-num" id="L373"><a href="#L373">373</a></th><td class="line-code"><pre>
2620
- </pre></td></tr>
2621
-
2622
-
2623
- <tr><th class="line-num" id="L374"><a href="#L374">374</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:19
2624
- </pre></td></tr>
2625
-
2626
-
2627
- <tr><th class="line-num" id="L375"><a href="#L375">375</a></th><td class="line-code"><pre>msgid &quot;Finding your calendar.&quot;
2628
- </pre></td></tr>
2629
-
2630
-
2631
- <tr><th class="line-num" id="L376"><a href="#L376">376</a></th><td class="line-code"><pre>msgstr &quot;Nalaženje vašeg kalendara.&quot;
2632
- </pre></td></tr>
2633
-
2634
-
2635
- <tr><th class="line-num" id="L377"><a href="#L377">377</a></th><td class="line-code"><pre>
2636
- </pre></td></tr>
2637
-
2638
-
2639
- <tr><th class="line-num" id="L378"><a href="#L378">378</a></th><td class="line-code"><pre># @ tribe-events-calendar
2640
- </pre></td></tr>
2641
-
2642
-
2643
- <tr><th class="line-num" id="L379"><a href="#L379">379</a></th><td class="line-code"><pre>#
2644
- </pre></td></tr>
2645
-
2646
-
2647
- <tr><th class="line-num" id="L380"><a href="#L380">380</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:24
2648
- </pre></td></tr>
2649
-
2650
-
2651
- <tr><th class="line-num" id="L381"><a href="#L381">381</a></th><td class="line-code"><pre>msgid &quot;Where&#39;s my calendar?&quot;
2652
- </pre></td></tr>
2653
-
2654
-
2655
- <tr><th class="line-num" id="L382"><a href="#L382">382</a></th><td class="line-code"><pre>msgstr &quot;Gdje je moj kalendar?&quot;
2656
- </pre></td></tr>
2657
-
2658
-
2659
- <tr><th class="line-num" id="L383"><a href="#L383">383</a></th><td class="line-code"><pre>
2660
- </pre></td></tr>
2661
-
2662
-
2663
- <tr><th class="line-num" id="L384"><a href="#L384">384</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:24
2664
- </pre></td></tr>
2665
-
2666
-
2667
- <tr><th class="line-num" id="L385"><a href="#L385">385</a></th><td class="line-code"><pre>msgid &quot;Right here&quot;
2668
- </pre></td></tr>
2669
-
2670
-
2671
- <tr><th class="line-num" id="L386"><a href="#L386">386</a></th><td class="line-code"><pre>msgstr &quot;Ovdje&quot;
2672
- </pre></td></tr>
2673
-
2674
-
2675
- <tr><th class="line-num" id="L387"><a href="#L387">387</a></th><td class="line-code"><pre>
2676
- </pre></td></tr>
2677
-
2678
-
2679
- <tr><th class="line-num" id="L388"><a href="#L388">388</a></th><td class="line-code"><pre># @ tribe-events-calendar
2680
- </pre></td></tr>
2681
-
2682
-
2683
- <tr><th class="line-num" id="L389"><a href="#L389">389</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:28
2684
- </pre></td></tr>
2685
-
2686
-
2687
- <tr><th class="line-num" id="L390"><a href="#L390">390</a></th><td class="line-code"><pre>msgid &quot;&quot;
2688
- </pre></td></tr>
2689
-
2690
-
2691
- <tr><th class="line-num" id="L391"><a href="#L391">391</a></th><td class="line-code"><pre>&quot;Looking for additional functionality including recurring events, custom &quot;
2692
- </pre></td></tr>
2693
-
2694
-
2695
- <tr><th class="line-num" id="L392"><a href="#L392">392</a></th><td class="line-code"><pre>&quot;meta, community events, ticket sales and more?&quot;
2696
- </pre></td></tr>
2697
-
2698
-
2699
- <tr><th class="line-num" id="L393"><a href="#L393">393</a></th><td class="line-code"><pre>msgstr &quot;&quot;
2700
- </pre></td></tr>
2701
-
2702
-
2703
- <tr><th class="line-num" id="L394"><a href="#L394">394</a></th><td class="line-code"><pre>&quot;Potrebna vam je dodatna funkcionalnost uključujući ponavljajuće događaje, &quot;
2704
- </pre></td></tr>
2705
-
2706
-
2707
- <tr><th class="line-num" id="L395"><a href="#L395">395</a></th><td class="line-code"><pre>&quot;prilagođen meta, zajednički događaji, prodaja ulaznica i još dosta toga?&quot;
2708
- </pre></td></tr>
2709
-
2710
-
2711
- <tr><th class="line-num" id="L396"><a href="#L396">396</a></th><td class="line-code"><pre>
2712
- </pre></td></tr>
2713
-
2714
-
2715
- <tr><th class="line-num" id="L397"><a href="#L397">397</a></th><td class="line-code"><pre># @ tribe-events-calendar
2716
- </pre></td></tr>
2717
-
2718
-
2719
- <tr><th class="line-num" id="L398"><a href="#L398">398</a></th><td class="line-code"><pre>#
2720
- </pre></td></tr>
2721
-
2722
-
2723
- <tr><th class="line-num" id="L399"><a href="#L399">399</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:28
2724
- </pre></td></tr>
2725
-
2726
-
2727
- <tr><th class="line-num" id="L400"><a href="#L400">400</a></th><td class="line-code"><pre>msgid &quot;Check out the available add-ons&quot;
2728
- </pre></td></tr>
2729
-
2730
-
2731
- <tr><th class="line-num" id="L401"><a href="#L401">401</a></th><td class="line-code"><pre>msgstr &quot;Pogledaj dostupne dodatke&quot;
2732
- </pre></td></tr>
2733
-
2734
-
2735
- <tr><th class="line-num" id="L402"><a href="#L402">402</a></th><td class="line-code"><pre>
2736
- </pre></td></tr>
2737
-
2738
-
2739
- <tr><th class="line-num" id="L403"><a href="#L403">403</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:33
2740
- </pre></td></tr>
2741
-
2742
-
2743
- <tr><th class="line-num" id="L404"><a href="#L404">404</a></th><td class="line-code"><pre>msgid &quot;We hope our plugin is helping you out.&quot;
2744
- </pre></td></tr>
2745
-
2746
-
2747
- <tr><th class="line-num" id="L405"><a href="#L405">405</a></th><td class="line-code"><pre>msgstr &quot;Nadamo se da vam je naš plagin pomogao&quot;
2748
- </pre></td></tr>
2749
-
2750
-
2751
- <tr><th class="line-num" id="L406"><a href="#L406">406</a></th><td class="line-code"><pre>
2752
- </pre></td></tr>
2753
-
2754
-
2755
- <tr><th class="line-num" id="L407"><a href="#L407">407</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:37
2756
- </pre></td></tr>
2757
-
2758
-
2759
- <tr><th class="line-num" id="L408"><a href="#L408">408</a></th><td class="line-code"><pre>msgid &quot;&quot;
2760
- </pre></td></tr>
2761
-
2762
-
2763
- <tr><th class="line-num" id="L409"><a href="#L409">409</a></th><td class="line-code"><pre>&quot;Are you thinking \&quot;Wow, this plugin is amazing! I should say thanks to &quot;
2764
- </pre></td></tr>
2765
-
2766
-
2767
- <tr><th class="line-num" id="L410"><a href="#L410">410</a></th><td class="line-code"><pre>&quot;Modern Tribe for all their hard work.\&quot; The greatest thanks we could ask for &quot;
2768
- </pre></td></tr>
2769
-
2770
-
2771
- <tr><th class="line-num" id="L411"><a href="#L411">411</a></th><td class="line-code"><pre>&quot;is recognition. Add a small text-only link at the bottom of your calendar &quot;
2772
- </pre></td></tr>
2773
-
2774
-
2775
- <tr><th class="line-num" id="L412"><a href="#L412">412</a></th><td class="line-code"><pre>&quot;pointing to The Events Calendar project.&quot;
2776
- </pre></td></tr>
2777
-
2778
-
2779
- <tr><th class="line-num" id="L413"><a href="#L413">413</a></th><td class="line-code"><pre>msgstr &quot;&quot;
2780
- </pre></td></tr>
2781
-
2782
-
2783
- <tr><th class="line-num" id="L414"><a href="#L414">414</a></th><td class="line-code"><pre>&quot;Da li mislite \&quot;Hej, ovaj plagin je odličan! Treba da se zahvalim Modern &quot;
2784
- </pre></td></tr>
2785
-
2786
-
2787
- <tr><th class="line-num" id="L415"><a href="#L415">415</a></th><td class="line-code"><pre>&quot;Tribe-u za njihov rad.\&quot; Najveće hvala koje možemo da tražimo je priznanje. &quot;
2788
- </pre></td></tr>
2789
-
2790
-
2791
- <tr><th class="line-num" id="L416"><a href="#L416">416</a></th><td class="line-code"><pre>&quot;Dodajte mali tekstualni link na dnu vašeg kalendara ka The Events Calendar &quot;
2792
- </pre></td></tr>
2793
-
2794
-
2795
- <tr><th class="line-num" id="L417"><a href="#L417">417</a></th><td class="line-code"><pre>&quot;projektu.&quot;
2796
- </pre></td></tr>
2797
-
2798
-
2799
- <tr><th class="line-num" id="L418"><a href="#L418">418</a></th><td class="line-code"><pre>
2800
- </pre></td></tr>
2801
-
2802
-
2803
- <tr><th class="line-num" id="L419"><a href="#L419">419</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:37
2804
- </pre></td></tr>
2805
-
2806
-
2807
- <tr><th class="line-num" id="L420"><a href="#L420">420</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:42
2808
- </pre></td></tr>
2809
-
2810
-
2811
- <tr><th class="line-num" id="L421"><a href="#L421">421</a></th><td class="line-code"><pre>msgid &quot;See an example of the link&quot;
2812
- </pre></td></tr>
2813
-
2814
-
2815
- <tr><th class="line-num" id="L422"><a href="#L422">422</a></th><td class="line-code"><pre>msgstr &quot;Pogledaj primjer linka&quot;
2816
- </pre></td></tr>
2817
-
2818
-
2819
- <tr><th class="line-num" id="L423"><a href="#L423">423</a></th><td class="line-code"><pre>
2820
- </pre></td></tr>
2821
-
2822
-
2823
- <tr><th class="line-num" id="L424"><a href="#L424">424</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:42
2824
- </pre></td></tr>
2825
-
2826
-
2827
- <tr><th class="line-num" id="L425"><a href="#L425">425</a></th><td class="line-code"><pre>msgid &quot;&quot;
2828
- </pre></td></tr>
2829
-
2830
-
2831
- <tr><th class="line-num" id="L426"><a href="#L426">426</a></th><td class="line-code"><pre>&quot;Are you thinking \&quot;Wow, this plugin is amazing! I should say thanks to &quot;
2832
- </pre></td></tr>
2833
-
2834
-
2835
- <tr><th class="line-num" id="L427"><a href="#L427">427</a></th><td class="line-code"><pre>&quot;Modern Tribe for all their hard work.\&quot; The greatest thanks we could ask for &quot;
2836
- </pre></td></tr>
2837
-
2838
-
2839
- <tr><th class="line-num" id="L428"><a href="#L428">428</a></th><td class="line-code"><pre>&quot;is recognition. Add a small text only link at the bottom of your calendar &quot;
2840
- </pre></td></tr>
2841
-
2842
-
2843
- <tr><th class="line-num" id="L429"><a href="#L429">429</a></th><td class="line-code"><pre>&quot;pointing to The Events Calendar project.&quot;
2844
- </pre></td></tr>
2845
-
2846
-
2847
- <tr><th class="line-num" id="L430"><a href="#L430">430</a></th><td class="line-code"><pre>msgstr &quot;&quot;
2848
- </pre></td></tr>
2849
-
2850
-
2851
- <tr><th class="line-num" id="L431"><a href="#L431">431</a></th><td class="line-code"><pre>&quot;Da li mislite \&quot;Hej, ovaj plagin je odličan! Treba da se zahvalim Modern &quot;
2852
- </pre></td></tr>
2853
-
2854
-
2855
- <tr><th class="line-num" id="L432"><a href="#L432">432</a></th><td class="line-code"><pre>&quot;Tribe-u za njihov rad.\&quot; Najveće hvala koje možemo da tražimo je priznanje. &quot;
2856
- </pre></td></tr>
2857
-
2858
-
2859
- <tr><th class="line-num" id="L433"><a href="#L433">433</a></th><td class="line-code"><pre>&quot;Dodajte mali tekstualni link na dnu vašeg kalendara ka The Events Calendar &quot;
2860
- </pre></td></tr>
2861
-
2862
-
2863
- <tr><th class="line-num" id="L434"><a href="#L434">434</a></th><td class="line-code"><pre>&quot;projektu.&quot;
2864
- </pre></td></tr>
2865
-
2866
-
2867
- <tr><th class="line-num" id="L435"><a href="#L435">435</a></th><td class="line-code"><pre>
2868
- </pre></td></tr>
2869
-
2870
-
2871
- <tr><th class="line-num" id="L436"><a href="#L436">436</a></th><td class="line-code"><pre># @ tribe-events-calendar
2872
- </pre></td></tr>
2873
-
2874
-
2875
- <tr><th class="line-num" id="L437"><a href="#L437">437</a></th><td class="line-code"><pre>#
2876
- </pre></td></tr>
2877
-
2878
-
2879
- <tr><th class="line-num" id="L438"><a href="#L438">438</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:47
2880
- </pre></td></tr>
2881
-
2882
-
2883
- <tr><th class="line-num" id="L439"><a href="#L439">439</a></th><td class="line-code"><pre>msgid &quot;Show The Events Calendar link&quot;
2884
- </pre></td></tr>
2885
-
2886
-
2887
- <tr><th class="line-num" id="L440"><a href="#L440">440</a></th><td class="line-code"><pre>msgstr &quot;Prikaži The Events Calendar link&quot;
2888
- </pre></td></tr>
2889
-
2890
-
2891
- <tr><th class="line-num" id="L441"><a href="#L441">441</a></th><td class="line-code"><pre>
2892
- </pre></td></tr>
2893
-
2894
-
2895
- <tr><th class="line-num" id="L442"><a href="#L442">442</a></th><td class="line-code"><pre># @ tribe-events-calendar
2896
- </pre></td></tr>
2897
-
2898
-
2899
- <tr><th class="line-num" id="L443"><a href="#L443">443</a></th><td class="line-code"><pre>#
2900
- </pre></td></tr>
2901
-
2902
-
2903
- <tr><th class="line-num" id="L444"><a href="#L444">444</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:61
2904
- </pre></td></tr>
2905
-
2906
-
2907
- <tr><th class="line-num" id="L445"><a href="#L445">445</a></th><td class="line-code"><pre>msgid &quot;General Settings&quot;
2908
- </pre></td></tr>
2909
-
2910
-
2911
- <tr><th class="line-num" id="L446"><a href="#L446">446</a></th><td class="line-code"><pre>msgstr &quot;Generalne postavke&quot;
2912
- </pre></td></tr>
2913
-
2914
-
2915
- <tr><th class="line-num" id="L447"><a href="#L447">447</a></th><td class="line-code"><pre>
2916
- </pre></td></tr>
2917
-
2918
-
2919
- <tr><th class="line-num" id="L448"><a href="#L448">448</a></th><td class="line-code"><pre># @ tribe-events-calendar
2920
- </pre></td></tr>
2921
-
2922
-
2923
- <tr><th class="line-num" id="L449"><a href="#L449">449</a></th><td class="line-code"><pre>#
2924
- </pre></td></tr>
2925
-
2926
-
2927
- <tr><th class="line-num" id="L450"><a href="#L450">450</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:65
2928
- </pre></td></tr>
2929
-
2930
-
2931
- <tr><th class="line-num" id="L451"><a href="#L451">451</a></th><td class="line-code"><pre>msgid &quot;Number of events to show per page&quot;
2932
- </pre></td></tr>
2933
-
2934
-
2935
- <tr><th class="line-num" id="L452"><a href="#L452">452</a></th><td class="line-code"><pre>msgstr &quot;Broj događaja za prikazivanje po stranici&quot;
2936
- </pre></td></tr>
2937
-
2938
-
2939
- <tr><th class="line-num" id="L453"><a href="#L453">453</a></th><td class="line-code"><pre>
2940
- </pre></td></tr>
2941
-
2942
-
2943
- <tr><th class="line-num" id="L454"><a href="#L454">454</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:72
2944
- </pre></td></tr>
2945
-
2946
-
2947
- <tr><th class="line-num" id="L455"><a href="#L455">455</a></th><td class="line-code"><pre>msgid &quot;Use Javascript to control page load&quot;
2948
- </pre></td></tr>
2949
-
2950
-
2951
- <tr><th class="line-num" id="L456"><a href="#L456">456</a></th><td class="line-code"><pre>msgstr &quot;Koristite JavaScript da kontrolišete učitavanje stranice&quot;
2952
- </pre></td></tr>
2953
-
2954
-
2955
- <tr><th class="line-num" id="L457"><a href="#L457">457</a></th><td class="line-code"><pre>
2956
- </pre></td></tr>
2957
-
2958
-
2959
- <tr><th class="line-num" id="L458"><a href="#L458">458</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:73
2960
- </pre></td></tr>
2961
-
2962
-
2963
- <tr><th class="line-num" id="L459"><a href="#L459">459</a></th><td class="line-code"><pre>msgid &quot;Enable ajax to live refresh content.&quot;
2964
- </pre></td></tr>
2965
-
2966
-
2967
- <tr><th class="line-num" id="L460"><a href="#L460">460</a></th><td class="line-code"><pre>msgstr &quot;Omogućite ajax za osvježavanje sadržaja&quot;
2968
- </pre></td></tr>
2969
-
2970
-
2971
- <tr><th class="line-num" id="L461"><a href="#L461">461</a></th><td class="line-code"><pre>
2972
- </pre></td></tr>
2973
-
2974
-
2975
- <tr><th class="line-num" id="L462"><a href="#L462">462</a></th><td class="line-code"><pre># @ tribe-events-calendar
2976
- </pre></td></tr>
2977
-
2978
-
2979
- <tr><th class="line-num" id="L463"><a href="#L463">463</a></th><td class="line-code"><pre>#
2980
- </pre></td></tr>
2981
-
2982
-
2983
- <tr><th class="line-num" id="L464"><a href="#L464">464</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:79
2984
- </pre></td></tr>
2985
-
2986
-
2987
- <tr><th class="line-num" id="L465"><a href="#L465">465</a></th><td class="line-code"><pre>msgid &quot;Show comments&quot;
2988
- </pre></td></tr>
2989
-
2990
-
2991
- <tr><th class="line-num" id="L466"><a href="#L466">466</a></th><td class="line-code"><pre>msgstr &quot;Prikaži komentare&quot;
2992
- </pre></td></tr>
2993
-
2994
-
2995
- <tr><th class="line-num" id="L467"><a href="#L467">467</a></th><td class="line-code"><pre>
2996
- </pre></td></tr>
2997
-
2998
-
2999
- <tr><th class="line-num" id="L468"><a href="#L468">468</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:80
3000
- </pre></td></tr>
3001
-
3002
-
3003
- <tr><th class="line-num" id="L469"><a href="#L469">469</a></th><td class="line-code"><pre>msgid &quot;Enable comments on event pages.&quot;
3004
- </pre></td></tr>
3005
-
3006
-
3007
- <tr><th class="line-num" id="L470"><a href="#L470">470</a></th><td class="line-code"><pre>msgstr &quot;Omogući komentare na stranicama događaja.&quot;
3008
- </pre></td></tr>
3009
-
3010
-
3011
- <tr><th class="line-num" id="L471"><a href="#L471">471</a></th><td class="line-code"><pre>
3012
- </pre></td></tr>
3013
-
3014
-
3015
- <tr><th class="line-num" id="L472"><a href="#L472">472</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:86
3016
- </pre></td></tr>
3017
-
3018
-
3019
- <tr><th class="line-num" id="L473"><a href="#L473">473</a></th><td class="line-code"><pre>msgid &quot;Include events in main blog loop&quot;
3020
- </pre></td></tr>
3021
-
3022
-
3023
- <tr><th class="line-num" id="L474"><a href="#L474">474</a></th><td class="line-code"><pre>msgstr &quot;Uključi događaje u glavnu petlju bloga&quot;
3024
- </pre></td></tr>
3025
-
3026
-
3027
- <tr><th class="line-num" id="L475"><a href="#L475">475</a></th><td class="line-code"><pre>
3028
- </pre></td></tr>
3029
-
3030
-
3031
- <tr><th class="line-num" id="L476"><a href="#L476">476</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:87
3032
- </pre></td></tr>
3033
-
3034
-
3035
- <tr><th class="line-num" id="L477"><a href="#L477">477</a></th><td class="line-code"><pre>msgid &quot;&quot;
3036
- </pre></td></tr>
3037
-
3038
-
3039
- <tr><th class="line-num" id="L478"><a href="#L478">478</a></th><td class="line-code"><pre>&quot;Show events with the site&#39;s other posts. When this box is checked, events &quot;
3040
- </pre></td></tr>
3041
-
3042
-
3043
- <tr><th class="line-num" id="L479"><a href="#L479">479</a></th><td class="line-code"><pre>&quot;will also continue to appear on the default events page.&quot;
3044
- </pre></td></tr>
3045
-
3046
-
3047
- <tr><th class="line-num" id="L480"><a href="#L480">480</a></th><td class="line-code"><pre>msgstr &quot;&quot;
3048
- </pre></td></tr>
3049
-
3050
-
3051
- <tr><th class="line-num" id="L481"><a href="#L481">481</a></th><td class="line-code"><pre>&quot;Prikaži događaje sa ostalim unosima sajta. Kada je ova opcija štiklirana, &quot;
3052
- </pre></td></tr>
3053
-
3054
-
3055
- <tr><th class="line-num" id="L482"><a href="#L482">482</a></th><td class="line-code"><pre>&quot;događaji će nastaviti da se pojavljuju na zadanoj stranici za događaje.&quot;
3056
- </pre></td></tr>
3057
-
3058
-
3059
- <tr><th class="line-num" id="L483"><a href="#L483">483</a></th><td class="line-code"><pre>
3060
- </pre></td></tr>
3061
-
3062
-
3063
- <tr><th class="line-num" id="L484"><a href="#L484">484</a></th><td class="line-code"><pre># @ tribe-events-calendar
3064
- </pre></td></tr>
3065
-
3066
-
3067
- <tr><th class="line-num" id="L485"><a href="#L485">485</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:93
3068
- </pre></td></tr>
3069
-
3070
-
3071
- <tr><th class="line-num" id="L486"><a href="#L486">486</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:99
3072
- </pre></td></tr>
3073
-
3074
-
3075
- <tr><th class="line-num" id="L487"><a href="#L487">487</a></th><td class="line-code"><pre>msgid &quot;Events URL slug&quot;
3076
- </pre></td></tr>
3077
-
3078
-
3079
- <tr><th class="line-num" id="L488"><a href="#L488">488</a></th><td class="line-code"><pre>msgstr &quot;Naziv URL događaja&quot;
3080
- </pre></td></tr>
3081
-
3082
-
3083
- <tr><th class="line-num" id="L489"><a href="#L489">489</a></th><td class="line-code"><pre>
3084
- </pre></td></tr>
3085
-
3086
-
3087
- <tr><th class="line-num" id="L490"><a href="#L490">490</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:94
3088
- </pre></td></tr>
3089
-
3090
-
3091
- <tr><th class="line-num" id="L491"><a href="#L491">491</a></th><td class="line-code"><pre>#, php-format
3092
- </pre></td></tr>
3093
-
3094
-
3095
- <tr><th class="line-num" id="L492"><a href="#L492">492</a></th><td class="line-code"><pre>msgid &quot;&quot;
3096
- </pre></td></tr>
3097
-
3098
-
3099
- <tr><th class="line-num" id="L493"><a href="#L493">493</a></th><td class="line-code"><pre>&quot;You cannot edit the slug for your events page as you do not have pretty &quot;
3100
- </pre></td></tr>
3101
-
3102
-
3103
- <tr><th class="line-num" id="L494"><a href="#L494">494</a></th><td class="line-code"><pre>&quot;permalinks enabled. The current URL for your events page is &lt;a href=\&quot;%s\&quot;&gt;&quot;
3104
- </pre></td></tr>
3105
-
3106
-
3107
- <tr><th class="line-num" id="L495"><a href="#L495">495</a></th><td class="line-code"><pre>&quot;%s&lt;/a&gt;. In order to edit the slug here, &lt;a href=\&quot;%soptions-permalink.php&quot;
3108
- </pre></td></tr>
3109
-
3110
-
3111
- <tr><th class="line-num" id="L496"><a href="#L496">496</a></th><td class="line-code"><pre>&quot;\&quot;&gt;enable pretty permalinks&lt;/a&gt;.&quot;
3112
- </pre></td></tr>
3113
-
3114
-
3115
- <tr><th class="line-num" id="L497"><a href="#L497">497</a></th><td class="line-code"><pre>msgstr &quot;&quot;
3116
- </pre></td></tr>
3117
-
3118
-
3119
- <tr><th class="line-num" id="L498"><a href="#L498">498</a></th><td class="line-code"><pre>&quot;Ne možete da izmijenite naziv za vašu stranicu sa događajima jer nemate &quot;
3120
- </pre></td></tr>
3121
-
3122
-
3123
- <tr><th class="line-num" id="L499"><a href="#L499">499</a></th><td class="line-code"><pre>&quot;omogućene odgovarajuće trajne linkove. Trenutni URL za vašu stranicu sa &quot;
3124
- </pre></td></tr>
3125
-
3126
-
3127
- <tr><th class="line-num" id="L500"><a href="#L500">500</a></th><td class="line-code"><pre>&quot;događajima je &lt;a href=\&quot;%s\&quot;&gt;%s&lt;/a&gt;. Da bi ste ovdje izmjenili maziv, &lt;a &quot;
3128
- </pre></td></tr>
3129
-
3130
-
3131
- <tr><th class="line-num" id="L501"><a href="#L501">501</a></th><td class="line-code"><pre>&quot;href=\&quot;%soptions-permalink.php\&quot;&gt;enable pretty permalinks&lt;/a&gt;.&quot;
3132
- </pre></td></tr>
3133
-
3134
-
3135
- <tr><th class="line-num" id="L502"><a href="#L502">502</a></th><td class="line-code"><pre>
3136
- </pre></td></tr>
3137
-
3138
-
3139
- <tr><th class="line-num" id="L503"><a href="#L503">503</a></th><td class="line-code"><pre># @ tribe-events-calendar
3140
- </pre></td></tr>
3141
-
3142
-
3143
- <tr><th class="line-num" id="L504"><a href="#L504">504</a></th><td class="line-code"><pre>#
3144
- </pre></td></tr>
3145
-
3146
-
3147
- <tr><th class="line-num" id="L505"><a href="#L505">505</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:106
3148
- </pre></td></tr>
3149
-
3150
-
3151
- <tr><th class="line-num" id="L506"><a href="#L506">506</a></th><td class="line-code"><pre>#: ../public/template-tags/options.php:20
3152
- </pre></td></tr>
3153
-
3154
-
3155
- <tr><th class="line-num" id="L507"><a href="#L507">507</a></th><td class="line-code"><pre>msgid &quot;The slug used for building the events URL.&quot;
3156
- </pre></td></tr>
3157
-
3158
-
3159
- <tr><th class="line-num" id="L508"><a href="#L508">508</a></th><td class="line-code"><pre>msgstr &quot;Naziv koji se koristi za kreiranje URL-a događaja.&quot;
3160
- </pre></td></tr>
3161
-
3162
-
3163
- <tr><th class="line-num" id="L509"><a href="#L509">509</a></th><td class="line-code"><pre>
3164
- </pre></td></tr>
3165
-
3166
-
3167
- <tr><th class="line-num" id="L510"><a href="#L510">510</a></th><td class="line-code"><pre># @ tribe-events-calendar
3168
- </pre></td></tr>
3169
-
3170
-
3171
- <tr><th class="line-num" id="L511"><a href="#L511">511</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:106
3172
- </pre></td></tr>
3173
-
3174
-
3175
- <tr><th class="line-num" id="L512"><a href="#L512">512</a></th><td class="line-code"><pre>#, php-format
3176
- </pre></td></tr>
3177
-
3178
-
3179
- <tr><th class="line-num" id="L513"><a href="#L513">513</a></th><td class="line-code"><pre>msgid &quot;Your current events URL is: %s&quot;
3180
- </pre></td></tr>
3181
-
3182
-
3183
- <tr><th class="line-num" id="L514"><a href="#L514">514</a></th><td class="line-code"><pre>msgstr &quot;Vaš trenutni URL događaja je: %s&quot;
3184
- </pre></td></tr>
3185
-
3186
-
3187
- <tr><th class="line-num" id="L515"><a href="#L515">515</a></th><td class="line-code"><pre>
3188
- </pre></td></tr>
3189
-
3190
-
3191
- <tr><th class="line-num" id="L516"><a href="#L516">516</a></th><td class="line-code"><pre># @ tribe-events-calendar
3192
- </pre></td></tr>
3193
-
3194
-
3195
- <tr><th class="line-num" id="L517"><a href="#L517">517</a></th><td class="line-code"><pre>#
3196
- </pre></td></tr>
3197
-
3198
-
3199
- <tr><th class="line-num" id="L518"><a href="#L518">518</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:111
3200
- </pre></td></tr>
3201
-
3202
-
3203
- <tr><th class="line-num" id="L519"><a href="#L519">519</a></th><td class="line-code"><pre>#: ../public/template-tags/options.php:43
3204
- </pre></td></tr>
3205
-
3206
-
3207
- <tr><th class="line-num" id="L520"><a href="#L520">520</a></th><td class="line-code"><pre>msgid &quot;Here is the iCal feed URL for your events:&quot;
3208
- </pre></td></tr>
3209
-
3210
-
3211
- <tr><th class="line-num" id="L521"><a href="#L521">521</a></th><td class="line-code"><pre>msgstr &quot;Ovde su iCal URL unosi za vaše događaje: &quot;
3212
- </pre></td></tr>
3213
-
3214
-
3215
- <tr><th class="line-num" id="L522"><a href="#L522">522</a></th><td class="line-code"><pre>
3216
- </pre></td></tr>
3217
-
3218
-
3219
- <tr><th class="line-num" id="L523"><a href="#L523">523</a></th><td class="line-code"><pre># @ tribe-events-calendar
3220
- </pre></td></tr>
3221
-
3222
-
3223
- <tr><th class="line-num" id="L524"><a href="#L524">524</a></th><td class="line-code"><pre>#
3224
- </pre></td></tr>
3225
-
3226
-
3227
- <tr><th class="line-num" id="L525"><a href="#L525">525</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:116
3228
- </pre></td></tr>
3229
-
3230
-
3231
- <tr><th class="line-num" id="L526"><a href="#L526">526</a></th><td class="line-code"><pre>msgid &quot;Single event URL slug&quot;
3232
- </pre></td></tr>
3233
-
3234
-
3235
- <tr><th class="line-num" id="L527"><a href="#L527">527</a></th><td class="line-code"><pre>msgstr &quot;URL naziv pojedinačnog događaja&quot;
3236
- </pre></td></tr>
3237
-
3238
-
3239
- <tr><th class="line-num" id="L528"><a href="#L528">528</a></th><td class="line-code"><pre>
3240
- </pre></td></tr>
3241
-
3242
-
3243
- <tr><th class="line-num" id="L529"><a href="#L529">529</a></th><td class="line-code"><pre># @ tribe-events-calendar
3244
- </pre></td></tr>
3245
-
3246
-
3247
- <tr><th class="line-num" id="L530"><a href="#L530">530</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:123
3248
- </pre></td></tr>
3249
-
3250
-
3251
- <tr><th class="line-num" id="L531"><a href="#L531">531</a></th><td class="line-code"><pre>#, php-format
3252
- </pre></td></tr>
3253
-
3254
-
3255
- <tr><th class="line-num" id="L532"><a href="#L532">532</a></th><td class="line-code"><pre>msgid &quot;&quot;
3256
- </pre></td></tr>
3257
-
3258
-
3259
- <tr><th class="line-num" id="L533"><a href="#L533">533</a></th><td class="line-code"><pre>&quot;The above should ideally be plural, and this singular.&lt;br /&gt;Your single &quot;
3260
- </pre></td></tr>
3261
-
3262
-
3263
- <tr><th class="line-num" id="L534"><a href="#L534">534</a></th><td class="line-code"><pre>&quot;event URL is: %s&quot;
3264
- </pre></td></tr>
3265
-
3266
-
3267
- <tr><th class="line-num" id="L535"><a href="#L535">535</a></th><td class="line-code"><pre>msgstr &quot;&quot;
3268
- </pre></td></tr>
3269
-
3270
-
3271
- <tr><th class="line-num" id="L536"><a href="#L536">536</a></th><td class="line-code"><pre>&quot;Gorenavedeno bi trebalo biti u množini, a ovde u jednini.&lt;br /&gt;URL jednog &quot;
3272
- </pre></td></tr>
3273
-
3274
-
3275
- <tr><th class="line-num" id="L537"><a href="#L537">537</a></th><td class="line-code"><pre>&quot;događaja je: %s&quot;
3276
- </pre></td></tr>
3277
-
3278
-
3279
- <tr><th class="line-num" id="L538"><a href="#L538">538</a></th><td class="line-code"><pre>
3280
- </pre></td></tr>
3281
-
3282
-
3283
- <tr><th class="line-num" id="L539"><a href="#L539">539</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:128
3284
- </pre></td></tr>
3285
-
3286
-
3287
- <tr><th class="line-num" id="L540"><a href="#L540">540</a></th><td class="line-code"><pre>msgid &quot;End of day cutoff&quot;
3288
- </pre></td></tr>
3289
-
3290
-
3291
- <tr><th class="line-num" id="L541"><a href="#L541">541</a></th><td class="line-code"><pre>msgstr &quot;Odsijecanje za kraj dana&quot;
3292
- </pre></td></tr>
3293
-
3294
-
3295
- <tr><th class="line-num" id="L542"><a href="#L542">542</a></th><td class="line-code"><pre>
3296
- </pre></td></tr>
3297
-
3298
-
3299
- <tr><th class="line-num" id="L543"><a href="#L543">543</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:136
3300
- </pre></td></tr>
3301
-
3302
-
3303
- <tr><th class="line-num" id="L544"><a href="#L544">544</a></th><td class="line-code"><pre>msgid &quot;&quot;
3304
- </pre></td></tr>
3305
-
3306
-
3307
- <tr><th class="line-num" id="L545"><a href="#L545">545</a></th><td class="line-code"><pre>&quot;Have events that run past midnight? Control when your day official ends to &quot;
3308
- </pre></td></tr>
3309
-
3310
-
3311
- <tr><th class="line-num" id="L546"><a href="#L546">546</a></th><td class="line-code"><pre>&quot;avoid awkwardly adding your event to the next day.&quot;
3312
- </pre></td></tr>
3313
-
3314
-
3315
- <tr><th class="line-num" id="L547"><a href="#L547">547</a></th><td class="line-code"><pre>msgstr &quot;&quot;
3316
- </pre></td></tr>
3317
-
3318
-
3319
- <tr><th class="line-num" id="L548"><a href="#L548">548</a></th><td class="line-code"><pre>&quot;Imate li događaje koji traju iza ponoći? Kontrolišite kada se vaš dan &quot;
3320
- </pre></td></tr>
3321
-
3322
-
3323
- <tr><th class="line-num" id="L549"><a href="#L549">549</a></th><td class="line-code"><pre>&quot;zvanično završava da bi ste izbjegli da se događaj doda na sljedeći dan.&quot;
3324
- </pre></td></tr>
3325
-
3326
-
3327
- <tr><th class="line-num" id="L550"><a href="#L550">550</a></th><td class="line-code"><pre>
3328
- </pre></td></tr>
3329
-
3330
-
3331
- <tr><th class="line-num" id="L551"><a href="#L551">551</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:141
3332
- </pre></td></tr>
3333
-
3334
-
3335
- <tr><th class="line-num" id="L552"><a href="#L552">552</a></th><td class="line-code"><pre>msgid &quot;Default currency symbol&quot;
3336
- </pre></td></tr>
3337
-
3338
-
3339
- <tr><th class="line-num" id="L553"><a href="#L553">553</a></th><td class="line-code"><pre>msgstr &quot;Podrazumijevani simbol valute&quot;
3340
- </pre></td></tr>
3341
-
3342
-
3343
- <tr><th class="line-num" id="L554"><a href="#L554">554</a></th><td class="line-code"><pre>
3344
- </pre></td></tr>
3345
-
3346
-
3347
- <tr><th class="line-num" id="L555"><a href="#L555">555</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:142
3348
- </pre></td></tr>
3349
-
3350
-
3351
- <tr><th class="line-num" id="L556"><a href="#L556">556</a></th><td class="line-code"><pre>msgid &quot;&quot;
3352
- </pre></td></tr>
3353
-
3354
-
3355
- <tr><th class="line-num" id="L557"><a href="#L557">557</a></th><td class="line-code"><pre>&quot;Set the default currency symbol for event costs. Note that this only impacts &quot;
3356
- </pre></td></tr>
3357
-
3358
-
3359
- <tr><th class="line-num" id="L558"><a href="#L558">558</a></th><td class="line-code"><pre>&quot;future events, and changes made will not apply retroactively.&quot;
3360
- </pre></td></tr>
3361
-
3362
-
3363
- <tr><th class="line-num" id="L559"><a href="#L559">559</a></th><td class="line-code"><pre>msgstr &quot;&quot;
3364
- </pre></td></tr>
3365
-
3366
-
3367
- <tr><th class="line-num" id="L560"><a href="#L560">560</a></th><td class="line-code"><pre>&quot;Podesite zadani simbol valute za cijenu događaja. Uzmite u obzir da se ovo &quot;
3368
- </pre></td></tr>
3369
-
3370
-
3371
- <tr><th class="line-num" id="L561"><a href="#L561">561</a></th><td class="line-code"><pre>&quot;odnosi samo na predstojeće događaje, i napravljene izmjene se neće &quot;
3372
- </pre></td></tr>
3373
-
3374
-
3375
- <tr><th class="line-num" id="L562"><a href="#L562">562</a></th><td class="line-code"><pre>&quot;primijeniti retroaktivno.&quot;
3376
- </pre></td></tr>
3377
-
3378
-
3379
- <tr><th class="line-num" id="L563"><a href="#L563">563</a></th><td class="line-code"><pre>
3380
- </pre></td></tr>
3381
-
3382
-
3383
- <tr><th class="line-num" id="L564"><a href="#L564">564</a></th><td class="line-code"><pre># @ tribe-events-calendar
3384
- </pre></td></tr>
3385
-
3386
-
3387
- <tr><th class="line-num" id="L565"><a href="#L565">565</a></th><td class="line-code"><pre>#
3388
- </pre></td></tr>
3389
-
3390
-
3391
- <tr><th class="line-num" id="L566"><a href="#L566">566</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:149
3392
- </pre></td></tr>
3393
-
3394
-
3395
- <tr><th class="line-num" id="L567"><a href="#L567">567</a></th><td class="line-code"><pre>msgid &quot;Map Settings&quot;
3396
- </pre></td></tr>
3397
-
3398
-
3399
- <tr><th class="line-num" id="L568"><a href="#L568">568</a></th><td class="line-code"><pre>msgstr &quot;Postavke karte&quot;
3400
- </pre></td></tr>
3401
-
3402
-
3403
- <tr><th class="line-num" id="L569"><a href="#L569">569</a></th><td class="line-code"><pre>
3404
- </pre></td></tr>
3405
-
3406
-
3407
- <tr><th class="line-num" id="L570"><a href="#L570">570</a></th><td class="line-code"><pre># @ tribe-events-calendar
3408
- </pre></td></tr>
3409
-
3410
-
3411
- <tr><th class="line-num" id="L571"><a href="#L571">571</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:153
3412
- </pre></td></tr>
3413
-
3414
-
3415
- <tr><th class="line-num" id="L572"><a href="#L572">572</a></th><td class="line-code"><pre>msgid &quot;Enable Google Maps&quot;
3416
- </pre></td></tr>
3417
-
3418
-
3419
- <tr><th class="line-num" id="L573"><a href="#L573">573</a></th><td class="line-code"><pre>msgstr &quot;Omogući Goolge mapu&quot;
3420
- </pre></td></tr>
3421
-
3422
-
3423
- <tr><th class="line-num" id="L574"><a href="#L574">574</a></th><td class="line-code"><pre>
3424
- </pre></td></tr>
3425
-
3426
-
3427
- <tr><th class="line-num" id="L575"><a href="#L575">575</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:154
3428
- </pre></td></tr>
3429
-
3430
-
3431
- <tr><th class="line-num" id="L576"><a href="#L576">576</a></th><td class="line-code"><pre>msgid &quot;Check to enable maps for events and venues.&quot;
3432
- </pre></td></tr>
3433
-
3434
-
3435
- <tr><th class="line-num" id="L577"><a href="#L577">577</a></th><td class="line-code"><pre>msgstr &quot;Štrikirajte da omogućite mapu za događaje i mjesta održavanja.&quot;
3436
- </pre></td></tr>
3437
-
3438
-
3439
- <tr><th class="line-num" id="L578"><a href="#L578">578</a></th><td class="line-code"><pre>
3440
- </pre></td></tr>
3441
-
3442
-
3443
- <tr><th class="line-num" id="L579"><a href="#L579">579</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:161
3444
- </pre></td></tr>
3445
-
3446
-
3447
- <tr><th class="line-num" id="L580"><a href="#L580">580</a></th><td class="line-code"><pre>msgid &quot;Google Maps default zoom level&quot;
3448
- </pre></td></tr>
3449
-
3450
-
3451
- <tr><th class="line-num" id="L581"><a href="#L581">581</a></th><td class="line-code"><pre>msgstr &quot;Google Maps zadana dubina zuma&quot;
3452
- </pre></td></tr>
3453
-
3454
-
3455
- <tr><th class="line-num" id="L582"><a href="#L582">582</a></th><td class="line-code"><pre>
3456
- </pre></td></tr>
3457
-
3458
-
3459
- <tr><th class="line-num" id="L583"><a href="#L583">583</a></th><td class="line-code"><pre># @ tribe-events-calendar
3460
- </pre></td></tr>
3461
-
3462
-
3463
- <tr><th class="line-num" id="L584"><a href="#L584">584</a></th><td class="line-code"><pre>#
3464
- </pre></td></tr>
3465
-
3466
-
3467
- <tr><th class="line-num" id="L585"><a href="#L585">585</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:162
3468
- </pre></td></tr>
3469
-
3470
-
3471
- <tr><th class="line-num" id="L586"><a href="#L586">586</a></th><td class="line-code"><pre>msgid &quot;0 = zoomed out; 21 = zoomed in.&quot;
3472
- </pre></td></tr>
3473
-
3474
-
3475
- <tr><th class="line-num" id="L587"><a href="#L587">587</a></th><td class="line-code"><pre>msgstr &quot;0 = odzumirano; 21 = zumirano.&quot;
3476
- </pre></td></tr>
3477
-
3478
-
3479
- <tr><th class="line-num" id="L588"><a href="#L588">588</a></th><td class="line-code"><pre>
3480
- </pre></td></tr>
3481
-
3482
-
3483
- <tr><th class="line-num" id="L589"><a href="#L589">589</a></th><td class="line-code"><pre># @ tribe-events-calendar
3484
- </pre></td></tr>
3485
-
3486
-
3487
- <tr><th class="line-num" id="L590"><a href="#L590">590</a></th><td class="line-code"><pre>#
3488
- </pre></td></tr>
3489
-
3490
-
3491
- <tr><th class="line-num" id="L591"><a href="#L591">591</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:170
3492
- </pre></td></tr>
3493
-
3494
-
3495
- <tr><th class="line-num" id="L592"><a href="#L592">592</a></th><td class="line-code"><pre>msgid &quot;Miscellaneous Settings&quot;
3496
- </pre></td></tr>
3497
-
3498
-
3499
- <tr><th class="line-num" id="L593"><a href="#L593">593</a></th><td class="line-code"><pre>msgstr &quot;Razne postavke&quot;
3500
- </pre></td></tr>
3501
-
3502
-
3503
- <tr><th class="line-num" id="L594"><a href="#L594">594</a></th><td class="line-code"><pre>
3504
- </pre></td></tr>
3505
-
3506
-
3507
- <tr><th class="line-num" id="L595"><a href="#L595">595</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:174
3508
- </pre></td></tr>
3509
-
3510
-
3511
- <tr><th class="line-num" id="L596"><a href="#L596">596</a></th><td class="line-code"><pre>msgid &quot;Duplicate Venues &amp;amp; Organizers&quot;
3512
- </pre></td></tr>
3513
-
3514
-
3515
- <tr><th class="line-num" id="L597"><a href="#L597">597</a></th><td class="line-code"><pre>msgstr &quot;Duplikat mjesta održavanja &amp;amp; Organizatora&quot;
3516
- </pre></td></tr>
3517
-
3518
-
3519
- <tr><th class="line-num" id="L598"><a href="#L598">598</a></th><td class="line-code"><pre>
3520
- </pre></td></tr>
3521
-
3522
-
3523
- <tr><th class="line-num" id="L599"><a href="#L599">599</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:174
3524
- </pre></td></tr>
3525
-
3526
-
3527
- <tr><th class="line-num" id="L600"><a href="#L600">600</a></th><td class="line-code"><pre>#: ../lib/tribe-amalgamator.php:252
3528
- </pre></td></tr>
3529
-
3530
-
3531
- <tr><th class="line-num" id="L601"><a href="#L601">601</a></th><td class="line-code"><pre>msgid &quot;Merge Duplicates&quot;
3532
- </pre></td></tr>
3533
-
3534
-
3535
- <tr><th class="line-num" id="L602"><a href="#L602">602</a></th><td class="line-code"><pre>msgstr &quot;Spoj duplikate&quot;
3536
- </pre></td></tr>
3537
-
3538
-
3539
- <tr><th class="line-num" id="L603"><a href="#L603">603</a></th><td class="line-code"><pre>
3540
- </pre></td></tr>
3541
-
3542
-
3543
- <tr><th class="line-num" id="L604"><a href="#L604">604</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:174
3544
- </pre></td></tr>
3545
-
3546
-
3547
- <tr><th class="line-num" id="L605"><a href="#L605">605</a></th><td class="line-code"><pre>msgid &quot;&quot;
3548
- </pre></td></tr>
3549
-
3550
-
3551
- <tr><th class="line-num" id="L606"><a href="#L606">606</a></th><td class="line-code"><pre>&quot;You might find duplicate venues and organizers when updating The Events &quot;
3552
- </pre></td></tr>
3553
-
3554
-
3555
- <tr><th class="line-num" id="L607"><a href="#L607">607</a></th><td class="line-code"><pre>&quot;Calendar from a pre-3.0 version. Click this button to automatically merge &quot;
3556
- </pre></td></tr>
3557
-
3558
-
3559
- <tr><th class="line-num" id="L608"><a href="#L608">608</a></th><td class="line-code"><pre>&quot;identical venues and organizers.&quot;
3560
- </pre></td></tr>
3561
-
3562
-
3563
- <tr><th class="line-num" id="L609"><a href="#L609">609</a></th><td class="line-code"><pre>msgstr &quot;&quot;
3564
- </pre></td></tr>
3565
-
3566
-
3567
- <tr><th class="line-num" id="L610"><a href="#L610">610</a></th><td class="line-code"><pre>&quot;Možete naći duplikate mjesta održavanja i organizatora kada nadograđujete &quot;
3568
- </pre></td></tr>
3569
-
3570
-
3571
- <tr><th class="line-num" id="L611"><a href="#L611">611</a></th><td class="line-code"><pre>&quot;The Events Calendar s verzije prije 3.0. Kliknite na ovo dugme da automatski &quot;
3572
- </pre></td></tr>
3573
-
3574
-
3575
- <tr><th class="line-num" id="L612"><a href="#L612">612</a></th><td class="line-code"><pre>&quot;spojite identična mjesta i organizatore.&quot;
3576
- </pre></td></tr>
3577
-
3578
-
3579
- <tr><th class="line-num" id="L613"><a href="#L613">613</a></th><td class="line-code"><pre>
3580
- </pre></td></tr>
3581
-
3582
-
3583
- <tr><th class="line-num" id="L614"><a href="#L614">614</a></th><td class="line-code"><pre># @ tribe-events-calendar
3584
- </pre></td></tr>
3585
-
3586
-
3587
- <tr><th class="line-num" id="L615"><a href="#L615">615</a></th><td class="line-code"><pre>#
3588
- </pre></td></tr>
3589
-
3590
-
3591
- <tr><th class="line-num" id="L616"><a href="#L616">616</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:179
3592
- </pre></td></tr>
3593
-
3594
-
3595
- <tr><th class="line-num" id="L617"><a href="#L617">617</a></th><td class="line-code"><pre>msgid &quot;Debug mode&quot;
3596
- </pre></td></tr>
3597
-
3598
-
3599
- <tr><th class="line-num" id="L618"><a href="#L618">618</a></th><td class="line-code"><pre>msgstr &quot;Mod rada za otklanjanje grešaka&quot;
3600
- </pre></td></tr>
3601
-
3602
-
3603
- <tr><th class="line-num" id="L619"><a href="#L619">619</a></th><td class="line-code"><pre>
3604
- </pre></td></tr>
3605
-
3606
-
3607
- <tr><th class="line-num" id="L620"><a href="#L620">620</a></th><td class="line-code"><pre># @ tribe-events-calendar
3608
- </pre></td></tr>
3609
-
3610
-
3611
- <tr><th class="line-num" id="L621"><a href="#L621">621</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:185
3612
- </pre></td></tr>
3613
-
3614
-
3615
- <tr><th class="line-num" id="L622"><a href="#L622">622</a></th><td class="line-code"><pre>#, php-format
3616
- </pre></td></tr>
3617
-
3618
-
3619
- <tr><th class="line-num" id="L623"><a href="#L623">623</a></th><td class="line-code"><pre>msgid &quot;&quot;
3620
- </pre></td></tr>
3621
-
3622
-
3623
- <tr><th class="line-num" id="L624"><a href="#L624">624</a></th><td class="line-code"><pre>&quot;Enable this option to log debug information. By default this will log to &quot;
3624
- </pre></td></tr>
3625
-
3626
-
3627
- <tr><th class="line-num" id="L625"><a href="#L625">625</a></th><td class="line-code"><pre>&quot;your server PHP error log. If you&#39;d like to see the log messages in your &quot;
3628
- </pre></td></tr>
3629
-
3630
-
3631
- <tr><th class="line-num" id="L626"><a href="#L626">626</a></th><td class="line-code"><pre>&quot;browser, then we recommend that you install the %s and look for the \&quot;Tribe&quot;
3632
- </pre></td></tr>
3633
-
3634
-
3635
- <tr><th class="line-num" id="L627"><a href="#L627">627</a></th><td class="line-code"><pre>&quot;\&quot; tab in the debug output.&quot;
3636
- </pre></td></tr>
3637
-
3638
-
3639
- <tr><th class="line-num" id="L628"><a href="#L628">628</a></th><td class="line-code"><pre>msgstr &quot;&quot;
3640
- </pre></td></tr>
3641
-
3642
-
3643
- <tr><th class="line-num" id="L629"><a href="#L629">629</a></th><td class="line-code"><pre>&quot;Omogućite ovu opciju da logujete informacije iz moda za otklanjanje grešaka. &quot;
3644
- </pre></td></tr>
3645
-
3646
-
3647
- <tr><th class="line-num" id="L630"><a href="#L630">630</a></th><td class="line-code"><pre>&quot;Po podrazumijevanom, ovo će logovati na vaš serverski PHP error log. Ako bi &quot;
3648
- </pre></td></tr>
3649
-
3650
-
3651
- <tr><th class="line-num" id="L631"><a href="#L631">631</a></th><td class="line-code"><pre>&quot;ste željeli vidjeti log poruke u vašem pretraživaču, preporučujemo &quot;
3652
- </pre></td></tr>
3653
-
3654
-
3655
- <tr><th class="line-num" id="L632"><a href="#L632">632</a></th><td class="line-code"><pre>&quot;instalirati%s i potražite \&quot;Tribe \&quot; tab u output-u moda za otklanjanje &quot;
3656
- </pre></td></tr>
3657
-
3658
-
3659
- <tr><th class="line-num" id="L633"><a href="#L633">633</a></th><td class="line-code"><pre>&quot;grešaka.&quot;
3660
- </pre></td></tr>
3661
-
3662
-
3663
- <tr><th class="line-num" id="L634"><a href="#L634">634</a></th><td class="line-code"><pre>
3664
- </pre></td></tr>
3665
-
3666
-
3667
- <tr><th class="line-num" id="L635"><a href="#L635">635</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-general.php:185
3668
- </pre></td></tr>
3669
-
3670
-
3671
- <tr><th class="line-num" id="L636"><a href="#L636">636</a></th><td class="line-code"><pre>msgid &quot;Debug Bar Plugin&quot;
3672
- </pre></td></tr>
3673
-
3674
-
3675
- <tr><th class="line-num" id="L637"><a href="#L637">637</a></th><td class="line-code"><pre>msgstr &quot;Debug Bar Plugin&quot;
3676
- </pre></td></tr>
3677
-
3678
-
3679
- <tr><th class="line-num" id="L638"><a href="#L638">638</a></th><td class="line-code"><pre>
3680
- </pre></td></tr>
3681
-
3682
-
3683
- <tr><th class="line-num" id="L639"><a href="#L639">639</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:18
3684
- </pre></td></tr>
3685
-
3686
-
3687
- <tr><th class="line-num" id="L640"><a href="#L640">640</a></th><td class="line-code"><pre>msgctxt &quot;not available&quot;
3688
- </pre></td></tr>
3689
-
3690
-
3691
- <tr><th class="line-num" id="L641"><a href="#L641">641</a></th><td class="line-code"><pre>msgid &quot;n/a&quot;
3692
- </pre></td></tr>
3693
-
3694
-
3695
- <tr><th class="line-num" id="L642"><a href="#L642">642</a></th><td class="line-code"><pre>msgstr &quot;nije dostupno&quot;
3696
- </pre></td></tr>
3697
-
3698
-
3699
- <tr><th class="line-num" id="L643"><a href="#L643">643</a></th><td class="line-code"><pre>
3700
- </pre></td></tr>
3701
-
3702
-
3703
- <tr><th class="line-num" id="L644"><a href="#L644">644</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:19
3704
- </pre></td></tr>
3705
-
3706
-
3707
- <tr><th class="line-num" id="L645"><a href="#L645">645</a></th><td class="line-code"><pre>msgid &quot;You need to upgrade!&quot;
3708
- </pre></td></tr>
3709
-
3710
-
3711
- <tr><th class="line-num" id="L646"><a href="#L646">646</a></th><td class="line-code"><pre>msgstr &quot;Potrebna je nadogradnja!&quot;
3712
- </pre></td></tr>
3713
-
3714
-
3715
- <tr><th class="line-num" id="L647"><a href="#L647">647</a></th><td class="line-code"><pre>
3716
- </pre></td></tr>
3717
-
3718
-
3719
- <tr><th class="line-num" id="L648"><a href="#L648">648</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:19
3720
- </pre></td></tr>
3721
-
3722
-
3723
- <tr><th class="line-num" id="L649"><a href="#L649">649</a></th><td class="line-code"><pre>msgid &quot;You are up to date!&quot;
3724
- </pre></td></tr>
3725
-
3726
-
3727
- <tr><th class="line-num" id="L650"><a href="#L650">650</a></th><td class="line-code"><pre>msgstr &quot;Koristite poslednju verziju!&quot;
3728
- </pre></td></tr>
3729
-
3730
-
3731
- <tr><th class="line-num" id="L651"><a href="#L651">651</a></th><td class="line-code"><pre>
3732
- </pre></td></tr>
3733
-
3734
-
3735
- <tr><th class="line-num" id="L652"><a href="#L652">652</a></th><td class="line-code"><pre># @ tribe-events-calendar
3736
- </pre></td></tr>
3737
-
3738
-
3739
- <tr><th class="line-num" id="L653"><a href="#L653">653</a></th><td class="line-code"><pre>#
3740
- </pre></td></tr>
3741
-
3742
-
3743
- <tr><th class="line-num" id="L654"><a href="#L654">654</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:42
3744
- </pre></td></tr>
3745
-
3746
-
3747
- <tr><th class="line-num" id="L655"><a href="#L655">655</a></th><td class="line-code"><pre>msgid &quot;The Events Calendar PRO&quot;
3748
- </pre></td></tr>
3749
-
3750
-
3751
- <tr><th class="line-num" id="L656"><a href="#L656">656</a></th><td class="line-code"><pre>msgstr &quot;The Events Calendar PRO&quot;
3752
- </pre></td></tr>
3753
-
3754
-
3755
- <tr><th class="line-num" id="L657"><a href="#L657">657</a></th><td class="line-code"><pre>
3756
- </pre></td></tr>
3757
-
3758
-
3759
- <tr><th class="line-num" id="L658"><a href="#L658">658</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:46
3760
- </pre></td></tr>
3761
-
3762
-
3763
- <tr><th class="line-num" id="L659"><a href="#L659">659</a></th><td class="line-code"><pre>msgid &quot;Eventbrite Tickets&quot;
3764
- </pre></td></tr>
3765
-
3766
-
3767
- <tr><th class="line-num" id="L660"><a href="#L660">660</a></th><td class="line-code"><pre>msgstr &quot;Eventbrite Tickets&quot;
3768
- </pre></td></tr>
3769
-
3770
-
3771
- <tr><th class="line-num" id="L661"><a href="#L661">661</a></th><td class="line-code"><pre>
3772
- </pre></td></tr>
3773
-
3774
-
3775
- <tr><th class="line-num" id="L662"><a href="#L662">662</a></th><td class="line-code"><pre># @ tribe-events-calendar
3776
- </pre></td></tr>
3777
-
3778
-
3779
- <tr><th class="line-num" id="L663"><a href="#L663">663</a></th><td class="line-code"><pre>#
3780
- </pre></td></tr>
3781
-
3782
-
3783
- <tr><th class="line-num" id="L664"><a href="#L664">664</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:50
3784
- </pre></td></tr>
3785
-
3786
-
3787
- <tr><th class="line-num" id="L665"><a href="#L665">665</a></th><td class="line-code"><pre>msgid &quot;Community Events&quot;
3788
- </pre></td></tr>
3789
-
3790
-
3791
- <tr><th class="line-num" id="L666"><a href="#L666">666</a></th><td class="line-code"><pre>msgstr &quot;Community Events&quot;
3792
- </pre></td></tr>
3793
-
3794
-
3795
- <tr><th class="line-num" id="L667"><a href="#L667">667</a></th><td class="line-code"><pre>
3796
- </pre></td></tr>
3797
-
3798
-
3799
- <tr><th class="line-num" id="L668"><a href="#L668">668</a></th><td class="line-code"><pre># @ tribe-events-calendar
3800
- </pre></td></tr>
3801
-
3802
-
3803
- <tr><th class="line-num" id="L669"><a href="#L669">669</a></th><td class="line-code"><pre>#
3804
- </pre></td></tr>
3805
-
3806
-
3807
- <tr><th class="line-num" id="L670"><a href="#L670">670</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:54
3808
- </pre></td></tr>
3809
-
3810
-
3811
- <tr><th class="line-num" id="L671"><a href="#L671">671</a></th><td class="line-code"><pre>msgid &quot;Facebook Events&quot;
3812
- </pre></td></tr>
3813
-
3814
-
3815
- <tr><th class="line-num" id="L672"><a href="#L672">672</a></th><td class="line-code"><pre>msgstr &quot;Facebook Events&quot;
3816
- </pre></td></tr>
3817
-
3818
-
3819
- <tr><th class="line-num" id="L673"><a href="#L673">673</a></th><td class="line-code"><pre>
3820
- </pre></td></tr>
3821
-
3822
-
3823
- <tr><th class="line-num" id="L674"><a href="#L674">674</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:58
3824
- </pre></td></tr>
3825
-
3826
-
3827
- <tr><th class="line-num" id="L675"><a href="#L675">675</a></th><td class="line-code"><pre>msgid &quot;WooTickets&quot;
3828
- </pre></td></tr>
3829
-
3830
-
3831
- <tr><th class="line-num" id="L676"><a href="#L676">676</a></th><td class="line-code"><pre>msgstr &quot;WooTickets&quot;
3832
- </pre></td></tr>
3833
-
3834
-
3835
- <tr><th class="line-num" id="L677"><a href="#L677">677</a></th><td class="line-code"><pre>
3836
- </pre></td></tr>
3837
-
3838
-
3839
- <tr><th class="line-num" id="L678"><a href="#L678">678</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:63
3840
- </pre></td></tr>
3841
-
3842
-
3843
- <tr><th class="line-num" id="L679"><a href="#L679">679</a></th><td class="line-code"><pre>msgid &quot;Faceted Filters&quot;
3844
- </pre></td></tr>
3845
-
3846
-
3847
- <tr><th class="line-num" id="L680"><a href="#L680">680</a></th><td class="line-code"><pre>msgstr &quot;Faceted Filters&quot;
3848
- </pre></td></tr>
3849
-
3850
-
3851
- <tr><th class="line-num" id="L681"><a href="#L681">681</a></th><td class="line-code"><pre>
3852
- </pre></td></tr>
3853
-
3854
-
3855
- <tr><th class="line-num" id="L682"><a href="#L682">682</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:71
3856
- </pre></td></tr>
3857
-
3858
-
3859
- <tr><th class="line-num" id="L683"><a href="#L683">683</a></th><td class="line-code"><pre>msgid &quot;Documentation&quot;
3860
- </pre></td></tr>
3861
-
3862
-
3863
- <tr><th class="line-num" id="L684"><a href="#L684">684</a></th><td class="line-code"><pre>msgstr &quot;Dokumentacija&quot;
3864
- </pre></td></tr>
3865
-
3866
-
3867
- <tr><th class="line-num" id="L685"><a href="#L685">685</a></th><td class="line-code"><pre>
3868
- </pre></td></tr>
3869
-
3870
-
3871
- <tr><th class="line-num" id="L686"><a href="#L686">686</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:75
3872
- </pre></td></tr>
3873
-
3874
-
3875
- <tr><th class="line-num" id="L687"><a href="#L687">687</a></th><td class="line-code"><pre>msgid &quot;FAQ&quot;
3876
- </pre></td></tr>
3877
-
3878
-
3879
- <tr><th class="line-num" id="L688"><a href="#L688">688</a></th><td class="line-code"><pre>msgstr &quot;Često postavljana pitanja&quot;
3880
- </pre></td></tr>
3881
-
3882
-
3883
- <tr><th class="line-num" id="L689"><a href="#L689">689</a></th><td class="line-code"><pre>
3884
- </pre></td></tr>
3885
-
3886
-
3887
- <tr><th class="line-num" id="L690"><a href="#L690">690</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:79
3888
- </pre></td></tr>
3889
-
3890
-
3891
- <tr><th class="line-num" id="L691"><a href="#L691">691</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:743
3892
- </pre></td></tr>
3893
-
3894
-
3895
- <tr><th class="line-num" id="L692"><a href="#L692">692</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3889
3896
- </pre></td></tr>
3897
-
3898
-
3899
- <tr><th class="line-num" id="L693"><a href="#L693">693</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3980
3900
- </pre></td></tr>
3901
-
3902
-
3903
- <tr><th class="line-num" id="L694"><a href="#L694">694</a></th><td class="line-code"><pre>msgid &quot;Help&quot;
3904
- </pre></td></tr>
3905
-
3906
-
3907
- <tr><th class="line-num" id="L695"><a href="#L695">695</a></th><td class="line-code"><pre>msgstr &quot;Pomoć&quot;
3908
- </pre></td></tr>
3909
-
3910
-
3911
- <tr><th class="line-num" id="L696"><a href="#L696">696</a></th><td class="line-code"><pre>
3912
- </pre></td></tr>
3913
-
3914
-
3915
- <tr><th class="line-num" id="L697"><a href="#L697">697</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:83
3916
- </pre></td></tr>
3917
-
3918
-
3919
- <tr><th class="line-num" id="L698"><a href="#L698">698</a></th><td class="line-code"><pre>msgid &quot;Tutorials&quot;
3920
- </pre></td></tr>
3921
-
3922
-
3923
- <tr><th class="line-num" id="L699"><a href="#L699">699</a></th><td class="line-code"><pre>msgstr &quot;Tutorijali&quot;
3924
- </pre></td></tr>
3925
-
3926
-
3927
- <tr><th class="line-num" id="L700"><a href="#L700">700</a></th><td class="line-code"><pre>
3928
- </pre></td></tr>
3929
-
3930
-
3931
- <tr><th class="line-num" id="L701"><a href="#L701">701</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:87
3932
- </pre></td></tr>
3933
-
3934
-
3935
- <tr><th class="line-num" id="L702"><a href="#L702">702</a></th><td class="line-code"><pre>msgid &quot;Release Notes&quot;
3936
- </pre></td></tr>
3937
-
3938
-
3939
- <tr><th class="line-num" id="L703"><a href="#L703">703</a></th><td class="line-code"><pre>msgstr &quot;Podaci o novom izdanju&quot;
3940
- </pre></td></tr>
3941
-
3942
-
3943
- <tr><th class="line-num" id="L704"><a href="#L704">704</a></th><td class="line-code"><pre>
3944
- </pre></td></tr>
3945
-
3946
-
3947
- <tr><th class="line-num" id="L705"><a href="#L705">705</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:91
3948
- </pre></td></tr>
3949
-
3950
-
3951
- <tr><th class="line-num" id="L706"><a href="#L706">706</a></th><td class="line-code"><pre>msgid &quot;Forums&quot;
3952
- </pre></td></tr>
3953
-
3954
-
3955
- <tr><th class="line-num" id="L707"><a href="#L707">707</a></th><td class="line-code"><pre>msgstr &quot;Forumi&quot;
3956
- </pre></td></tr>
3957
-
3958
-
3959
- <tr><th class="line-num" id="L708"><a href="#L708">708</a></th><td class="line-code"><pre>
3960
- </pre></td></tr>
3961
-
3962
-
3963
- <tr><th class="line-num" id="L709"><a href="#L709">709</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:99
3964
- </pre></td></tr>
3965
-
3966
-
3967
- <tr><th class="line-num" id="L710"><a href="#L710">710</a></th><td class="line-code"><pre>msgid &quot;&quot;
3968
- </pre></td></tr>
3969
-
3970
-
3971
- <tr><th class="line-num" id="L711"><a href="#L711">711</a></th><td class="line-code"><pre>&quot;If this is your first time using The Events Calendar, you&#39;re in for a treat &quot;
3972
- </pre></td></tr>
3973
-
3974
-
3975
- <tr><th class="line-num" id="L712"><a href="#L712">712</a></th><td class="line-code"><pre>&quot;and are already well on your way to creating a first event. Here are some &quot;
3976
- </pre></td></tr>
3977
-
3978
-
3979
- <tr><th class="line-num" id="L713"><a href="#L713">713</a></th><td class="line-code"><pre>&quot;basics we&#39;ve found helpful for users jumping into it for the first time:&quot;
3980
- </pre></td></tr>
3981
-
3982
-
3983
- <tr><th class="line-num" id="L714"><a href="#L714">714</a></th><td class="line-code"><pre>msgstr &quot;&quot;
3984
- </pre></td></tr>
3985
-
3986
-
3987
- <tr><th class="line-num" id="L715"><a href="#L715">715</a></th><td class="line-code"><pre>&quot;Ako je ovo da prvi put koristite The Events Calendar, vi ste na pravom &quot;
3988
- </pre></td></tr>
3989
-
3990
-
3991
- <tr><th class="line-num" id="L716"><a href="#L716">716</a></th><td class="line-code"><pre>&quot;mjestu da napišete svoj prvi događaj. Ovdje su neke osnove koje smo pronašli &quot;
3992
- </pre></td></tr>
3993
-
3994
-
3995
- <tr><th class="line-num" id="L717"><a href="#L717">717</a></th><td class="line-code"><pre>&quot;da su korisne za korisnike koji prvi put počinju:&quot;
3996
- </pre></td></tr>
3997
-
3998
-
3999
- <tr><th class="line-num" id="L718"><a href="#L718">718</a></th><td class="line-code"><pre>
4000
- </pre></td></tr>
4001
-
4002
-
4003
- <tr><th class="line-num" id="L719"><a href="#L719">719</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:102
4004
- </pre></td></tr>
4005
-
4006
-
4007
- <tr><th class="line-num" id="L720"><a href="#L720">720</a></th><td class="line-code"><pre>#, php-format
4008
- </pre></td></tr>
4009
-
4010
-
4011
- <tr><th class="line-num" id="L721"><a href="#L721">721</a></th><td class="line-code"><pre>msgid &quot;&quot;
4012
- </pre></td></tr>
4013
-
4014
-
4015
- <tr><th class="line-num" id="L722"><a href="#L722">722</a></th><td class="line-code"><pre>&quot;%sOur New User Primer%s was designed for folks in your exact position. &quot;
4016
- </pre></td></tr>
4017
-
4018
-
4019
- <tr><th class="line-num" id="L723"><a href="#L723">723</a></th><td class="line-code"><pre>&quot;Featuring both step-by-step videos and written walkthroughs that feature &quot;
4020
- </pre></td></tr>
4021
-
4022
-
4023
- <tr><th class="line-num" id="L724"><a href="#L724">724</a></th><td class="line-code"><pre>&quot;accompanying screenshots, the primer aims to take you from zero to hero in &quot;
4024
- </pre></td></tr>
4025
-
4026
-
4027
- <tr><th class="line-num" id="L725"><a href="#L725">725</a></th><td class="line-code"><pre>&quot;no time.&quot;
4028
- </pre></td></tr>
4029
-
4030
-
4031
- <tr><th class="line-num" id="L726"><a href="#L726">726</a></th><td class="line-code"><pre>msgstr &quot;&quot;
4032
- </pre></td></tr>
4033
-
4034
-
4035
- <tr><th class="line-num" id="L727"><a href="#L727">727</a></th><td class="line-code"><pre>&quot;%sNaš Novi User Primer%s je dizajniran za ljude koji su vašem položaju. Kroz &quot;
4036
- </pre></td></tr>
4037
-
4038
-
4039
- <tr><th class="line-num" id="L728"><a href="#L728">728</a></th><td class="line-code"><pre>&quot;korak-po-korak video tutorijale i pisana uputstva koje sadrže slike ekrana, &quot;
4040
- </pre></td></tr>
4041
-
4042
-
4043
- <tr><th class="line-num" id="L729"><a href="#L729">729</a></th><td class="line-code"><pre>&quot;opisani primjeri imaju za cilj da vas odvedu od početnika do heroja u &quot;
4044
- </pre></td></tr>
4045
-
4046
-
4047
- <tr><th class="line-num" id="L730"><a href="#L730">730</a></th><td class="line-code"><pre>&quot;kratkom vremenu.&quot;
4048
- </pre></td></tr>
4049
-
4050
-
4051
- <tr><th class="line-num" id="L731"><a href="#L731">731</a></th><td class="line-code"><pre>
4052
- </pre></td></tr>
4053
-
4054
-
4055
- <tr><th class="line-num" id="L732"><a href="#L732">732</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:104
4056
- </pre></td></tr>
4057
-
4058
-
4059
- <tr><th class="line-num" id="L733"><a href="#L733">733</a></th><td class="line-code"><pre>#, php-format
4060
- </pre></td></tr>
4061
-
4062
-
4063
- <tr><th class="line-num" id="L734"><a href="#L734">734</a></th><td class="line-code"><pre>msgid &quot;&quot;
4064
- </pre></td></tr>
4065
-
4066
-
4067
- <tr><th class="line-num" id="L735"><a href="#L735">735</a></th><td class="line-code"><pre>&quot;%sInstallation/Setup FAQs%s from our support page can help give an overview &quot;
4068
- </pre></td></tr>
4069
-
4070
-
4071
- <tr><th class="line-num" id="L736"><a href="#L736">736</a></th><td class="line-code"><pre>&quot;of what the plugin can and cannot do. This section of the FAQs may be &quot;
4072
- </pre></td></tr>
4073
-
4074
-
4075
- <tr><th class="line-num" id="L737"><a href="#L737">737</a></th><td class="line-code"><pre>&quot;helpful as it aims to address any basic install questions not addressed by &quot;
4076
- </pre></td></tr>
4077
-
4078
-
4079
- <tr><th class="line-num" id="L738"><a href="#L738">738</a></th><td class="line-code"><pre>&quot;the new user primer.&quot;
4080
- </pre></td></tr>
4081
-
4082
-
4083
- <tr><th class="line-num" id="L739"><a href="#L739">739</a></th><td class="line-code"><pre>msgstr &quot;&quot;
4084
- </pre></td></tr>
4085
-
4086
-
4087
- <tr><th class="line-num" id="L740"><a href="#L740">740</a></th><td class="line-code"><pre>&quot;%sInstalacija/Podešavanje FAQ%s naše stranice za podršku može vam pomoći da &quot;
4088
- </pre></td></tr>
4089
-
4090
-
4091
- <tr><th class="line-num" id="L741"><a href="#L741">741</a></th><td class="line-code"><pre>&quot;otkrijete šta ovaj plugin može i ne može da uradi. Ovaj odjeljak Pitanja i &quot;
4092
- </pre></td></tr>
4093
-
4094
-
4095
- <tr><th class="line-num" id="L742"><a href="#L742">742</a></th><td class="line-code"><pre>&quot;Odgovori može biti od pomoći jer ima za cilj da se bavi bilo kakvim osnovnim &quot;
4096
- </pre></td></tr>
4097
-
4098
-
4099
- <tr><th class="line-num" id="L743"><a href="#L743">743</a></th><td class="line-code"><pre>&quot;pitanjima adresiranim za nove korisnike.&quot;
4100
- </pre></td></tr>
4101
-
4102
-
4103
- <tr><th class="line-num" id="L744"><a href="#L744">744</a></th><td class="line-code"><pre>
4104
- </pre></td></tr>
4105
-
4106
-
4107
- <tr><th class="line-num" id="L745"><a href="#L745">745</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:106
4108
- </pre></td></tr>
4109
-
4110
-
4111
- <tr><th class="line-num" id="L746"><a href="#L746">746</a></th><td class="line-code"><pre>#, php-format
4112
- </pre></td></tr>
4113
-
4114
-
4115
- <tr><th class="line-num" id="L747"><a href="#L747">747</a></th><td class="line-code"><pre>msgid &quot;&quot;
4116
- </pre></td></tr>
4117
-
4118
-
4119
- <tr><th class="line-num" id="L748"><a href="#L748">748</a></th><td class="line-code"><pre>&quot;Are you developer looking to build your own frontend view? We created an &quot;
4120
- </pre></td></tr>
4121
-
4122
-
4123
- <tr><th class="line-num" id="L749"><a href="#L749">749</a></th><td class="line-code"><pre>&quot;example plugin that demonstrates how to register a new view. You can &quot;
4124
- </pre></td></tr>
4125
-
4126
-
4127
- <tr><th class="line-num" id="L750"><a href="#L750">750</a></th><td class="line-code"><pre>&quot;%sdownload the plugin at GitHub%s to get started.&quot;
4128
- </pre></td></tr>
4129
-
4130
-
4131
- <tr><th class="line-num" id="L751"><a href="#L751">751</a></th><td class="line-code"><pre>msgstr &quot;&quot;
4132
- </pre></td></tr>
4133
-
4134
-
4135
- <tr><th class="line-num" id="L752"><a href="#L752">752</a></th><td class="line-code"><pre>&quot;Da li ste programer u potrazi da izgradite sopstveni frontend pogled? &quot;
4136
- </pre></td></tr>
4137
-
4138
-
4139
- <tr><th class="line-num" id="L753"><a href="#L753">753</a></th><td class="line-code"><pre>&quot;Napravili smo jedan primjer koji pokazuje kako da u pluginu registrujete &quot;
4140
- </pre></td></tr>
4141
-
4142
-
4143
- <tr><th class="line-num" id="L754"><a href="#L754">754</a></th><td class="line-code"><pre>&quot;novi pogled. Možete %sdownload dodatak na GitHub%s da biste započeli.&quot;
4144
- </pre></td></tr>
4145
-
4146
-
4147
- <tr><th class="line-num" id="L755"><a href="#L755">755</a></th><td class="line-code"><pre>
4148
- </pre></td></tr>
4149
-
4150
-
4151
- <tr><th class="line-num" id="L756"><a href="#L756">756</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:108
4152
- </pre></td></tr>
4153
-
4154
-
4155
- <tr><th class="line-num" id="L757"><a href="#L757">757</a></th><td class="line-code"><pre>msgid &quot;&quot;
4156
- </pre></td></tr>
4157
-
4158
-
4159
- <tr><th class="line-num" id="L758"><a href="#L758">758</a></th><td class="line-code"><pre>&quot;Otherwise, if you&#39;re feeling adventurous, you can get started by heading to &quot;
4160
- </pre></td></tr>
4161
-
4162
-
4163
- <tr><th class="line-num" id="L759"><a href="#L759">759</a></th><td class="line-code"><pre>&quot;the Events menu and adding your first event.&quot;
4164
- </pre></td></tr>
4165
-
4166
-
4167
- <tr><th class="line-num" id="L760"><a href="#L760">760</a></th><td class="line-code"><pre>msgstr &quot;&quot;
4168
- </pre></td></tr>
4169
-
4170
-
4171
- <tr><th class="line-num" id="L761"><a href="#L761">761</a></th><td class="line-code"><pre>&quot;U suprotnom, ako se osećate avanturistički, možete da počnete od menija &quot;
4172
- </pre></td></tr>
4173
-
4174
-
4175
- <tr><th class="line-num" id="L762"><a href="#L762">762</a></th><td class="line-code"><pre>&quot;Događaji i dodate svoj prvi događaj.&quot;
4176
- </pre></td></tr>
4177
-
4178
-
4179
- <tr><th class="line-num" id="L763"><a href="#L763">763</a></th><td class="line-code"><pre>
4180
- </pre></td></tr>
4181
-
4182
-
4183
- <tr><th class="line-num" id="L764"><a href="#L764">764</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:112
4184
- </pre></td></tr>
4185
-
4186
-
4187
- <tr><th class="line-num" id="L765"><a href="#L765">765</a></th><td class="line-code"><pre>#, php-format
4188
- </pre></td></tr>
4189
-
4190
-
4191
- <tr><th class="line-num" id="L766"><a href="#L766">766</a></th><td class="line-code"><pre>msgid &quot;&quot;
4192
- </pre></td></tr>
4193
-
4194
-
4195
- <tr><th class="line-num" id="L767"><a href="#L767">767</a></th><td class="line-code"><pre>&quot;We&#39;ve redone our support page from the ground up in an effort to better help &quot;
4196
- </pre></td></tr>
4197
-
4198
-
4199
- <tr><th class="line-num" id="L768"><a href="#L768">768</a></th><td class="line-code"><pre>&quot;our users. Head over to our %sSupport Page%s and you&#39;ll find lots of great &quot;
4200
- </pre></td></tr>
4201
-
4202
-
4203
- <tr><th class="line-num" id="L769"><a href="#L769">769</a></th><td class="line-code"><pre>&quot;resources, including:&quot;
4204
- </pre></td></tr>
4205
-
4206
-
4207
- <tr><th class="line-num" id="L770"><a href="#L770">770</a></th><td class="line-code"><pre>msgstr &quot;&quot;
4208
- </pre></td></tr>
4209
-
4210
-
4211
- <tr><th class="line-num" id="L771"><a href="#L771">771</a></th><td class="line-code"><pre>&quot;Mi smo prepravili našu stranicu za podršku iz temelja u nastojanju da &quot;
4212
- </pre></td></tr>
4213
-
4214
-
4215
- <tr><th class="line-num" id="L772"><a href="#L772">772</a></th><td class="line-code"><pre>&quot;pružimo bolju podršku našim korisnicima. Idite na našu %sSupport Page%s i &quot;
4216
- </pre></td></tr>
4217
-
4218
-
4219
- <tr><th class="line-num" id="L773"><a href="#L773">773</a></th><td class="line-code"><pre>&quot;tamo ćete naći mnogo korisnih informacija, uključujući:&quot;
4220
- </pre></td></tr>
4221
-
4222
-
4223
- <tr><th class="line-num" id="L774"><a href="#L774">774</a></th><td class="line-code"><pre>
4224
- </pre></td></tr>
4225
-
4226
-
4227
- <tr><th class="line-num" id="L775"><a href="#L775">775</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:114
4228
- </pre></td></tr>
4229
-
4230
-
4231
- <tr><th class="line-num" id="L776"><a href="#L776">776</a></th><td class="line-code"><pre>#, php-format
4232
- </pre></td></tr>
4233
-
4234
-
4235
- <tr><th class="line-num" id="L777"><a href="#L777">777</a></th><td class="line-code"><pre>msgid &quot;&quot;
4236
- </pre></td></tr>
4237
-
4238
-
4239
- <tr><th class="line-num" id="L778"><a href="#L778">778</a></th><td class="line-code"><pre>&quot;%sTemplate tags, functions, and hooks &amp; filters%s for The Events Calendar &quot;
4240
- </pre></td></tr>
4241
-
4242
-
4243
- <tr><th class="line-num" id="L779"><a href="#L779">779</a></th><td class="line-code"><pre>&quot;&amp;amp; Events Calendar PRO&quot;
4244
- </pre></td></tr>
4245
-
4246
-
4247
- <tr><th class="line-num" id="L780"><a href="#L780">780</a></th><td class="line-code"><pre>msgstr &quot;&quot;
4248
- </pre></td></tr>
4249
-
4250
-
4251
- <tr><th class="line-num" id="L781"><a href="#L781">781</a></th><td class="line-code"><pre>&quot;%sOznake obrazaca, funkcije i kuke i filteri%s za The Events Calendar &amp;amp; &quot;
4252
- </pre></td></tr>
4253
-
4254
-
4255
- <tr><th class="line-num" id="L782"><a href="#L782">782</a></th><td class="line-code"><pre>&quot;Events Calendar Pro&quot;
4256
- </pre></td></tr>
4257
-
4258
-
4259
- <tr><th class="line-num" id="L783"><a href="#L783">783</a></th><td class="line-code"><pre>
4260
- </pre></td></tr>
4261
-
4262
-
4263
- <tr><th class="line-num" id="L784"><a href="#L784">784</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:116
4264
- </pre></td></tr>
4265
-
4266
-
4267
- <tr><th class="line-num" id="L785"><a href="#L785">785</a></th><td class="line-code"><pre>#, php-format
4268
- </pre></td></tr>
4269
-
4270
-
4271
- <tr><th class="line-num" id="L786"><a href="#L786">786</a></th><td class="line-code"><pre>msgid &quot;&quot;
4272
- </pre></td></tr>
4273
-
4274
-
4275
- <tr><th class="line-num" id="L787"><a href="#L787">787</a></th><td class="line-code"><pre>&quot;%sFrequently Asked Questions%s ranging from the most basic setup questions &quot;
4276
- </pre></td></tr>
4277
-
4278
-
4279
- <tr><th class="line-num" id="L788"><a href="#L788">788</a></th><td class="line-code"><pre>&quot;to advanced themer tweaks&quot;
4280
- </pre></td></tr>
4281
-
4282
-
4283
- <tr><th class="line-num" id="L789"><a href="#L789">789</a></th><td class="line-code"><pre>msgstr &quot;&quot;
4284
- </pre></td></tr>
4285
-
4286
-
4287
- <tr><th class="line-num" id="L790"><a href="#L790">790</a></th><td class="line-code"><pre>&quot;%sFrekventno postavljana pitanja%s rangirana u rasponu od najosnovnijih &quot;
4288
- </pre></td></tr>
4289
-
4290
-
4291
- <tr><th class="line-num" id="L791"><a href="#L791">791</a></th><td class="line-code"><pre>&quot;pitanja za podešavanja do naprednih izmjena ukupnog izgleda&quot;
4292
- </pre></td></tr>
4293
-
4294
-
4295
- <tr><th class="line-num" id="L792"><a href="#L792">792</a></th><td class="line-code"><pre>
4296
- </pre></td></tr>
4297
-
4298
-
4299
- <tr><th class="line-num" id="L793"><a href="#L793">793</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:118
4300
- </pre></td></tr>
4301
-
4302
-
4303
- <tr><th class="line-num" id="L794"><a href="#L794">794</a></th><td class="line-code"><pre>#, php-format
4304
- </pre></td></tr>
4305
-
4306
-
4307
- <tr><th class="line-num" id="L795"><a href="#L795">795</a></th><td class="line-code"><pre>msgid &quot;&quot;
4308
- </pre></td></tr>
4309
-
4310
-
4311
- <tr><th class="line-num" id="L796"><a href="#L796">796</a></th><td class="line-code"><pre>&quot;%sTutorials%s written by both members of our team and users from the &quot;
4312
- </pre></td></tr>
4313
-
4314
-
4315
- <tr><th class="line-num" id="L797"><a href="#L797">797</a></th><td class="line-code"><pre>&quot;community, covering custom queries, integration with third-party themes and &quot;
4316
- </pre></td></tr>
4317
-
4318
-
4319
- <tr><th class="line-num" id="L798"><a href="#L798">798</a></th><td class="line-code"><pre>&quot;plugins, etc.&quot;
4320
- </pre></td></tr>
4321
-
4322
-
4323
- <tr><th class="line-num" id="L799"><a href="#L799">799</a></th><td class="line-code"><pre>msgstr &quot;&quot;
4324
- </pre></td></tr>
4325
-
4326
-
4327
- <tr><th class="line-num" id="L800"><a href="#L800">800</a></th><td class="line-code"><pre>&quot;%s Tutorijali%s pisani od članova našeg tima i korisnika iz zajednice, koja &quot;
4328
- </pre></td></tr>
4329
-
4330
-
4331
- <tr><th class="line-num" id="L801"><a href="#L801">801</a></th><td class="line-code"><pre>&quot;pokriva prilagođene upite, integraciju sa drugim temama i modulima, itd.&quot;
4332
- </pre></td></tr>
4333
-
4334
-
4335
- <tr><th class="line-num" id="L802"><a href="#L802">802</a></th><td class="line-code"><pre>
4336
- </pre></td></tr>
4337
-
4338
-
4339
- <tr><th class="line-num" id="L803"><a href="#L803">803</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:120
4340
- </pre></td></tr>
4341
-
4342
-
4343
- <tr><th class="line-num" id="L804"><a href="#L804">804</a></th><td class="line-code"><pre>msgid &quot;&quot;
4344
- </pre></td></tr>
4345
-
4346
-
4347
- <tr><th class="line-num" id="L805"><a href="#L805">805</a></th><td class="line-code"><pre>&quot;Release notes for painting an overall picture of the plugin&#39;s lifecycle and &quot;
4348
- </pre></td></tr>
4349
-
4350
-
4351
- <tr><th class="line-num" id="L806"><a href="#L806">806</a></th><td class="line-code"><pre>&quot;when features/bug fixes were introduced.&quot;
4352
- </pre></td></tr>
4353
-
4354
-
4355
- <tr><th class="line-num" id="L807"><a href="#L807">807</a></th><td class="line-code"><pre>msgstr &quot;&quot;
4356
- </pre></td></tr>
4357
-
4358
-
4359
- <tr><th class="line-num" id="L808"><a href="#L808">808</a></th><td class="line-code"><pre>&quot;Zabilješke o reviziji u izgradnji ukupne slike životnog ciklusa plug-ina i &quot;
4360
- </pre></td></tr>
4361
-
4362
-
4363
- <tr><th class="line-num" id="L809"><a href="#L809">809</a></th><td class="line-code"><pre>&quot;kada su funkcije/bagovi predstavljeni.&quot;
4364
- </pre></td></tr>
4365
-
4366
-
4367
- <tr><th class="line-num" id="L810"><a href="#L810">810</a></th><td class="line-code"><pre>
4368
- </pre></td></tr>
4369
-
4370
-
4371
- <tr><th class="line-num" id="L811"><a href="#L811">811</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:122
4372
- </pre></td></tr>
4373
-
4374
-
4375
- <tr><th class="line-num" id="L812"><a href="#L812">812</a></th><td class="line-code"><pre>#, php-format
4376
- </pre></td></tr>
4377
-
4378
-
4379
- <tr><th class="line-num" id="L813"><a href="#L813">813</a></th><td class="line-code"><pre>msgid &quot;&quot;
4380
- </pre></td></tr>
4381
-
4382
-
4383
- <tr><th class="line-num" id="L814"><a href="#L814">814</a></th><td class="line-code"><pre>&quot;%sAdd-on documentation%s for all of Modern Tribe&#39;s official extensions for &quot;
4384
- </pre></td></tr>
4385
-
4386
-
4387
- <tr><th class="line-num" id="L815"><a href="#L815">815</a></th><td class="line-code"><pre>&quot;The Events Calendar (including WooTickets, Community Events, Eventbrite &quot;
4388
- </pre></td></tr>
4389
-
4390
-
4391
- <tr><th class="line-num" id="L816"><a href="#L816">816</a></th><td class="line-code"><pre>&quot;Tickets, Facebook Events, etc)&quot;
4392
- </pre></td></tr>
4393
-
4394
-
4395
- <tr><th class="line-num" id="L817"><a href="#L817">817</a></th><td class="line-code"><pre>msgstr &quot;&quot;
4396
- </pre></td></tr>
4397
-
4398
-
4399
- <tr><th class="line-num" id="L818"><a href="#L818">818</a></th><td class="line-code"><pre>&quot;%sAdd-on dokumentacija%s za sve zvanične ekstenzije Modern Tribe&#39;s za The &quot;
4400
- </pre></td></tr>
4401
-
4402
-
4403
- <tr><th class="line-num" id="L819"><a href="#L819">819</a></th><td class="line-code"><pre>&quot;Events Calendar (uključujući WooTickets, Community Events, Eventbrite &quot;
4404
- </pre></td></tr>
4405
-
4406
-
4407
- <tr><th class="line-num" id="L820"><a href="#L820">820</a></th><td class="line-code"><pre>&quot;Tickets, Facebook Events, itd)&quot;
4408
- </pre></td></tr>
4409
-
4410
-
4411
- <tr><th class="line-num" id="L821"><a href="#L821">821</a></th><td class="line-code"><pre>
4412
- </pre></td></tr>
4413
-
4414
-
4415
- <tr><th class="line-num" id="L822"><a href="#L822">822</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:124
4416
- </pre></td></tr>
4417
-
4418
-
4419
- <tr><th class="line-num" id="L823"><a href="#L823">823</a></th><td class="line-code"><pre>#, php-format
4420
- </pre></td></tr>
4421
-
4422
-
4423
- <tr><th class="line-num" id="L824"><a href="#L824">824</a></th><td class="line-code"><pre>msgid &quot;&quot;
4424
- </pre></td></tr>
4425
-
4426
-
4427
- <tr><th class="line-num" id="L825"><a href="#L825">825</a></th><td class="line-code"><pre>&quot;We&#39;ve also got a %sModern Tribe UserVoice%s page where we&#39;re actively &quot;
4428
- </pre></td></tr>
4429
-
4430
-
4431
- <tr><th class="line-num" id="L826"><a href="#L826">826</a></th><td class="line-code"><pre>&quot;watching for feature ideas from the community. If after playing with the &quot;
4432
- </pre></td></tr>
4433
-
4434
-
4435
- <tr><th class="line-num" id="L827"><a href="#L827">827</a></th><td class="line-code"><pre>&quot;plugin and reviewing the resources above, you&#39;re finding a feature isn&#39;t &quot;
4436
- </pre></td></tr>
4437
-
4438
-
4439
- <tr><th class="line-num" id="L828"><a href="#L828">828</a></th><td class="line-code"><pre>&quot;present that should be, let us know. Vote up existing feature requests or &quot;
4440
- </pre></td></tr>
4441
-
4442
-
4443
- <tr><th class="line-num" id="L829"><a href="#L829">829</a></th><td class="line-code"><pre>&quot;add your own, and help us shape the future of the products business in a way &quot;
4444
- </pre></td></tr>
4445
-
4446
-
4447
- <tr><th class="line-num" id="L830"><a href="#L830">830</a></th><td class="line-code"><pre>&quot;that best meets the community&#39;s needs.&quot;
4448
- </pre></td></tr>
4449
-
4450
-
4451
- <tr><th class="line-num" id="L831"><a href="#L831">831</a></th><td class="line-code"><pre>msgstr &quot;&quot;
4452
- </pre></td></tr>
4453
-
4454
-
4455
- <tr><th class="line-num" id="L832"><a href="#L832">832</a></th><td class="line-code"><pre>&quot;Takođe smo dodali %sModern Tribe UserVoice%s stranicu gde aktivno gledamo na &quot;
4456
- </pre></td></tr>
4457
-
4458
-
4459
- <tr><th class="line-num" id="L833"><a href="#L833">833</a></th><td class="line-code"><pre>&quot;ideje iz zajednice. Ako nakon korišćenja plugin-a i razmatranja resursa &quot;
4460
- </pre></td></tr>
4461
-
4462
-
4463
- <tr><th class="line-num" id="L834"><a href="#L834">834</a></th><td class="line-code"><pre>&quot;gore, vi pronađete funkciju koja nije prisutna a trebalo bi da bude, javite &quot;
4464
- </pre></td></tr>
4465
-
4466
-
4467
- <tr><th class="line-num" id="L835"><a href="#L835">835</a></th><td class="line-code"><pre>&quot;nam. Glasajte za postojeće zahteve predloženih funkcija ili dodajte &quot;
4468
- </pre></td></tr>
4469
-
4470
-
4471
- <tr><th class="line-num" id="L836"><a href="#L836">836</a></th><td class="line-code"><pre>&quot;sopstvene, i pomognite nam da oblikujemo budućnost ovog proizvoda na način &quot;
4472
- </pre></td></tr>
4473
-
4474
-
4475
- <tr><th class="line-num" id="L837"><a href="#L837">837</a></th><td class="line-code"><pre>&quot;koji najbolje zadovoljava potrebe zajednice.&quot;
4476
- </pre></td></tr>
4477
-
4478
-
4479
- <tr><th class="line-num" id="L838"><a href="#L838">838</a></th><td class="line-code"><pre>
4480
- </pre></td></tr>
4481
-
4482
-
4483
- <tr><th class="line-num" id="L839"><a href="#L839">839</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:128
4484
- </pre></td></tr>
4485
-
4486
-
4487
- <tr><th class="line-num" id="L840"><a href="#L840">840</a></th><td class="line-code"><pre>#, php-format
4488
- </pre></td></tr>
4489
-
4490
-
4491
- <tr><th class="line-num" id="L841"><a href="#L841">841</a></th><td class="line-code"><pre>msgid &quot;&quot;
4492
- </pre></td></tr>
4493
-
4494
-
4495
- <tr><th class="line-num" id="L842"><a href="#L842">842</a></th><td class="line-code"><pre>&quot;Written documentation can only take things so far...sometimes, you need help &quot;
4496
- </pre></td></tr>
4497
-
4498
-
4499
- <tr><th class="line-num" id="L843"><a href="#L843">843</a></th><td class="line-code"><pre>&quot;from a real person. This is where our %ssupport forums%s come into play.&quot;
4500
- </pre></td></tr>
4501
-
4502
-
4503
- <tr><th class="line-num" id="L844"><a href="#L844">844</a></th><td class="line-code"><pre>msgstr &quot;&quot;
4504
- </pre></td></tr>
4505
-
4506
-
4507
- <tr><th class="line-num" id="L845"><a href="#L845">845</a></th><td class="line-code"><pre>&quot;Napisana dokumentacija može samo da riješi određene stvari do sada ... &quot;
4508
- </pre></td></tr>
4509
-
4510
-
4511
- <tr><th class="line-num" id="L846"><a href="#L846">846</a></th><td class="line-code"><pre>&quot;ponekad, vam je potrebna pomoć od stvarne osobe. Ovo je mjesto gde naši &quot;
4512
- </pre></td></tr>
4513
-
4514
-
4515
- <tr><th class="line-num" id="L847"><a href="#L847">847</a></th><td class="line-code"><pre>&quot;%ssupport forums%s dolaze na red.&quot;
4516
- </pre></td></tr>
4517
-
4518
-
4519
- <tr><th class="line-num" id="L848"><a href="#L848">848</a></th><td class="line-code"><pre>
4520
- </pre></td></tr>
4521
-
4522
-
4523
- <tr><th class="line-num" id="L849"><a href="#L849">849</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:129
4524
- </pre></td></tr>
4525
-
4526
-
4527
- <tr><th class="line-num" id="L850"><a href="#L850">850</a></th><td class="line-code"><pre>#, php-format
4528
- </pre></td></tr>
4529
-
4530
-
4531
- <tr><th class="line-num" id="L851"><a href="#L851">851</a></th><td class="line-code"><pre>msgid &quot;&quot;
4532
- </pre></td></tr>
4533
-
4534
-
4535
- <tr><th class="line-num" id="L852"><a href="#L852">852</a></th><td class="line-code"><pre>&quot;Users of the free The Events Calendar should post their support concerns to &quot;
4536
- </pre></td></tr>
4537
-
4538
-
4539
- <tr><th class="line-num" id="L853"><a href="#L853">853</a></th><td class="line-code"><pre>&quot;the plugin&#39;s %sWordPress.org support forum%s. While we are happy to help &quot;
4540
- </pre></td></tr>
4541
-
4542
-
4543
- <tr><th class="line-num" id="L854"><a href="#L854">854</a></th><td class="line-code"><pre>&quot;identify and fix bugs that are reported at WordPress.org, please make sure &quot;
4544
- </pre></td></tr>
4545
-
4546
-
4547
- <tr><th class="line-num" id="L855"><a href="#L855">855</a></th><td class="line-code"><pre>&quot;to read our %ssupport expectations sticky thread%s before posting so you &quot;
4548
- </pre></td></tr>
4549
-
4550
-
4551
- <tr><th class="line-num" id="L856"><a href="#L856">856</a></th><td class="line-code"><pre>&quot;understand our limitations.&quot;
4552
- </pre></td></tr>
4553
-
4554
-
4555
- <tr><th class="line-num" id="L857"><a href="#L857">857</a></th><td class="line-code"><pre>msgstr &quot;&quot;
4556
- </pre></td></tr>
4557
-
4558
-
4559
- <tr><th class="line-num" id="L858"><a href="#L858">858</a></th><td class="line-code"><pre>&quot;Korisnici besplatne verzije The Events Calendar trebaju postavljati svoje &quot;
4560
- </pre></td></tr>
4561
-
4562
-
4563
- <tr><th class="line-num" id="L859"><a href="#L859">859</a></th><td class="line-code"><pre>&quot;postove na Podršci plugin-a %sWordPress.org support forum%s. Dok smo srećni &quot;
4564
- </pre></td></tr>
4565
-
4566
-
4567
- <tr><th class="line-num" id="L860"><a href="#L860">860</a></th><td class="line-code"><pre>&quot;da pomognemo da se identifikuju i isprave greške koje su prijavljene na &quot;
4568
- </pre></td></tr>
4569
-
4570
-
4571
- <tr><th class="line-num" id="L861"><a href="#L861">861</a></th><td class="line-code"><pre>&quot;WordPress.org, uvjerite se da ste pročitali naša%s očekivanja za podrškom na &quot;
4572
- </pre></td></tr>
4573
-
4574
-
4575
- <tr><th class="line-num" id="L862"><a href="#L862">862</a></th><td class="line-code"><pre>&quot;važne teme%s prije pisanja vašeg posta, kako biste razumjeli naša &quot;
4576
- </pre></td></tr>
4577
-
4578
-
4579
- <tr><th class="line-num" id="L863"><a href="#L863">863</a></th><td class="line-code"><pre>&quot;ograničenja.&quot;
4580
- </pre></td></tr>
4581
-
4582
-
4583
- <tr><th class="line-num" id="L864"><a href="#L864">864</a></th><td class="line-code"><pre>
4584
- </pre></td></tr>
4585
-
4586
-
4587
- <tr><th class="line-num" id="L865"><a href="#L865">865</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:130
4588
- </pre></td></tr>
4589
-
4590
-
4591
- <tr><th class="line-num" id="L866"><a href="#L866">866</a></th><td class="line-code"><pre>msgid &quot;&quot;
4592
- </pre></td></tr>
4593
-
4594
-
4595
- <tr><th class="line-num" id="L867"><a href="#L867">867</a></th><td class="line-code"><pre>&quot;We hit the WordPress.org forum throughout the week, watching for bugs. If &quot;
4596
- </pre></td></tr>
4597
-
4598
-
4599
- <tr><th class="line-num" id="L868"><a href="#L868">868</a></th><td class="line-code"><pre>&quot;you report a legitimate bug that we&#39;re able to reproduce, we will log it and &quot;
4600
- </pre></td></tr>
4601
-
4602
-
4603
- <tr><th class="line-num" id="L869"><a href="#L869">869</a></th><td class="line-code"><pre>&quot;patch for an upcoming release. However we are unfortunately unable to &quot;
4604
- </pre></td></tr>
4605
-
4606
-
4607
- <tr><th class="line-num" id="L870"><a href="#L870">870</a></th><td class="line-code"><pre>&quot;provide customization tips or assist in integrating with 3rd party plugins &quot;
4608
- </pre></td></tr>
4609
-
4610
-
4611
- <tr><th class="line-num" id="L871"><a href="#L871">871</a></th><td class="line-code"><pre>&quot;or themes.&quot;
4612
- </pre></td></tr>
4613
-
4614
-
4615
- <tr><th class="line-num" id="L872"><a href="#L872">872</a></th><td class="line-code"><pre>msgstr &quot;&quot;
4616
- </pre></td></tr>
4617
-
4618
-
4619
- <tr><th class="line-num" id="L873"><a href="#L873">873</a></th><td class="line-code"><pre>&quot;Ažuriramo forum na WordPress.org tokom nedelje, gledajući za bagove. Ako &quot;
4620
- </pre></td></tr>
4621
-
4622
-
4623
- <tr><th class="line-num" id="L874"><a href="#L874">874</a></th><td class="line-code"><pre>&quot;prijavite legitimnu grešku koju smo u stanju da reprodukujemo, mi ćemo za &quot;
4624
- </pre></td></tr>
4625
-
4626
-
4627
- <tr><th class="line-num" id="L875"><a href="#L875">875</a></th><td class="line-code"><pre>&quot;nju napraviti zakrpu i u narednoj verziji je uključiti u paket. Međutim, mi &quot;
4628
- </pre></td></tr>
4629
-
4630
-
4631
- <tr><th class="line-num" id="L876"><a href="#L876">876</a></th><td class="line-code"><pre>&quot;nismo, nažalost, u stanju da obezbijedimo savjete za prilagođavanje ili &quot;
4632
- </pre></td></tr>
4633
-
4634
-
4635
- <tr><th class="line-num" id="L877"><a href="#L877">877</a></th><td class="line-code"><pre>&quot;pomoć u integraciji sa drugim modulima ili temama koje korstite.&quot;
4636
- </pre></td></tr>
4637
-
4638
-
4639
- <tr><th class="line-num" id="L878"><a href="#L878">878</a></th><td class="line-code"><pre>
4640
- </pre></td></tr>
4641
-
4642
-
4643
- <tr><th class="line-num" id="L879"><a href="#L879">879</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:131
4644
- </pre></td></tr>
4645
-
4646
-
4647
- <tr><th class="line-num" id="L880"><a href="#L880">880</a></th><td class="line-code"><pre>#, php-format
4648
- </pre></td></tr>
4649
-
4650
-
4651
- <tr><th class="line-num" id="L881"><a href="#L881">881</a></th><td class="line-code"><pre>msgid &quot;&quot;
4652
- </pre></td></tr>
4653
-
4654
-
4655
- <tr><th class="line-num" id="L882"><a href="#L882">882</a></th><td class="line-code"><pre>&quot;If you&#39;re a user of The Events Calendar and would like more support, please &quot;
4656
- </pre></td></tr>
4657
-
4658
-
4659
- <tr><th class="line-num" id="L883"><a href="#L883">883</a></th><td class="line-code"><pre>&quot;%spurchase a PRO license%s. We hit the PRO forums daily, and can provide a &quot;
4660
- </pre></td></tr>
4661
-
4662
-
4663
- <tr><th class="line-num" id="L884"><a href="#L884">884</a></th><td class="line-code"><pre>&quot;deeper level of customization/integration support for paying users than we &quot;
4664
- </pre></td></tr>
4665
-
4666
-
4667
- <tr><th class="line-num" id="L885"><a href="#L885">885</a></th><td class="line-code"><pre>&quot;can on WordPress.org.&quot;
4668
- </pre></td></tr>
4669
-
4670
-
4671
- <tr><th class="line-num" id="L886"><a href="#L886">886</a></th><td class="line-code"><pre>msgstr &quot;&quot;
4672
- </pre></td></tr>
4673
-
4674
-
4675
- <tr><th class="line-num" id="L887"><a href="#L887">887</a></th><td class="line-code"><pre>&quot;Ako ste korisnik The Events Calendar i želite veše podrške, molim &quot;
4676
- </pre></td></tr>
4677
-
4678
-
4679
- <tr><th class="line-num" id="L888"><a href="#L888">888</a></th><td class="line-code"><pre>&quot;%spribavite PRO licencu%s. Mi ažuriramo PRO forume svakodnevno, i možemo da &quot;
4680
- </pre></td></tr>
4681
-
4682
-
4683
- <tr><th class="line-num" id="L889"><a href="#L889">889</a></th><td class="line-code"><pre>&quot;vam pružimo detaljniji nivo podrške za prilagođavanje/integraciju nego što &quot;
4684
- </pre></td></tr>
4685
-
4686
-
4687
- <tr><th class="line-num" id="L890"><a href="#L890">890</a></th><td class="line-code"><pre>&quot;možemo na VordPress.org.&quot;
4688
- </pre></td></tr>
4689
-
4690
-
4691
- <tr><th class="line-num" id="L891"><a href="#L891">891</a></th><td class="line-code"><pre>
4692
- </pre></td></tr>
4693
-
4694
-
4695
- <tr><th class="line-num" id="L892"><a href="#L892">892</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:135
4696
- </pre></td></tr>
4697
-
4698
-
4699
- <tr><th class="line-num" id="L893"><a href="#L893">893</a></th><td class="line-code"><pre>#, php-format
4700
- </pre></td></tr>
4701
-
4702
-
4703
- <tr><th class="line-num" id="L894"><a href="#L894">894</a></th><td class="line-code"><pre>msgid &quot;&quot;
4704
- </pre></td></tr>
4705
-
4706
-
4707
- <tr><th class="line-num" id="L895"><a href="#L895">895</a></th><td class="line-code"><pre>&quot;If you find that you aren&#39;t getting the level of service you&#39;ve come to &quot;
4708
- </pre></td></tr>
4709
-
4710
-
4711
- <tr><th class="line-num" id="L896"><a href="#L896">896</a></th><td class="line-code"><pre>&quot;expect from Modern Tribe, shoot us an email at %s or tweet %s and tell us &quot;
4712
- </pre></td></tr>
4713
-
4714
-
4715
- <tr><th class="line-num" id="L897"><a href="#L897">897</a></th><td class="line-code"><pre>&quot;why. We&#39;ll do what we can to make it right.&quot;
4716
- </pre></td></tr>
4717
-
4718
-
4719
- <tr><th class="line-num" id="L898"><a href="#L898">898</a></th><td class="line-code"><pre>msgstr &quot;&quot;
4720
- </pre></td></tr>
4721
-
4722
-
4723
- <tr><th class="line-num" id="L899"><a href="#L899">899</a></th><td class="line-code"><pre>&quot;Ako ste pronašli da ne dobijate onaj nivo usluge koju očekujete od Modern &quot;
4724
- </pre></td></tr>
4725
-
4726
-
4727
- <tr><th class="line-num" id="L900"><a href="#L900">900</a></th><td class="line-code"><pre>&quot;Tribe, pošaljite nam email na %s ili tveet %s i recite nam zašto. Mi ćemo &quot;
4728
- </pre></td></tr>
4729
-
4730
-
4731
- <tr><th class="line-num" id="L901"><a href="#L901">901</a></th><td class="line-code"><pre>&quot;učiniti sve što možemo da ispravimo nedostatak.&quot;
4732
- </pre></td></tr>
4733
-
4734
-
4735
- <tr><th class="line-num" id="L902"><a href="#L902">902</a></th><td class="line-code"><pre>
4736
- </pre></td></tr>
4737
-
4738
-
4739
- <tr><th class="line-num" id="L903"><a href="#L903">903</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:136
4740
- </pre></td></tr>
4741
-
4742
-
4743
- <tr><th class="line-num" id="L904"><a href="#L904">904</a></th><td class="line-code"><pre>msgid &quot;More...&quot;
4744
- </pre></td></tr>
4745
-
4746
-
4747
- <tr><th class="line-num" id="L905"><a href="#L905">905</a></th><td class="line-code"><pre>msgstr &quot;Još...&quot;
4748
- </pre></td></tr>
4749
-
4750
-
4751
- <tr><th class="line-num" id="L906"><a href="#L906">906</a></th><td class="line-code"><pre>
4752
- </pre></td></tr>
4753
-
4754
-
4755
- <tr><th class="line-num" id="L907"><a href="#L907">907</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:144
4756
- </pre></td></tr>
4757
-
4758
-
4759
- <tr><th class="line-num" id="L908"><a href="#L908">908</a></th><td class="line-code"><pre>msgid &quot;&quot;
4760
- </pre></td></tr>
4761
-
4762
-
4763
- <tr><th class="line-num" id="L909"><a href="#L909">909</a></th><td class="line-code"><pre>&quot;Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much &quot;
4764
- </pre></td></tr>
4765
-
4766
-
4767
- <tr><th class="line-num" id="L910"><a href="#L910">910</a></th><td class="line-code"><pre>&quot;for installing our labor of love!&quot;
4768
- </pre></td></tr>
4769
-
4770
-
4771
- <tr><th class="line-num" id="L911"><a href="#L911">911</a></th><td class="line-code"><pre>msgstr &quot;&quot;
4772
- </pre></td></tr>
4773
-
4774
-
4775
- <tr><th class="line-num" id="L912"><a href="#L912">912</a></th><td class="line-code"><pre>&quot;Zdravo! Mis mo Modern Tribe i ovdje smo da vam pomognemo da rasturate. Hvala &quot;
4776
- </pre></td></tr>
4777
-
4778
-
4779
- <tr><th class="line-num" id="L913"><a href="#L913">913</a></th><td class="line-code"><pre>&quot;vam puno što ste instalirali plod našeg rada.&quot;
4780
- </pre></td></tr>
4781
-
4782
-
4783
- <tr><th class="line-num" id="L914"><a href="#L914">914</a></th><td class="line-code"><pre>
4784
- </pre></td></tr>
4785
-
4786
-
4787
- <tr><th class="line-num" id="L915"><a href="#L915">915</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:150
4788
- </pre></td></tr>
4789
-
4790
-
4791
- <tr><th class="line-num" id="L916"><a href="#L916">916</a></th><td class="line-code"><pre>msgid &quot;Getting Started&quot;
4792
- </pre></td></tr>
4793
-
4794
-
4795
- <tr><th class="line-num" id="L917"><a href="#L917">917</a></th><td class="line-code"><pre>msgstr &quot;Početak&quot;
4796
- </pre></td></tr>
4797
-
4798
-
4799
- <tr><th class="line-num" id="L918"><a href="#L918">918</a></th><td class="line-code"><pre>
4800
- </pre></td></tr>
4801
-
4802
-
4803
- <tr><th class="line-num" id="L919"><a href="#L919">919</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:153
4804
- </pre></td></tr>
4805
-
4806
-
4807
- <tr><th class="line-num" id="L920"><a href="#L920">920</a></th><td class="line-code"><pre>msgid &quot;Support Resources To Help You Kick Ass&quot;
4808
- </pre></td></tr>
4809
-
4810
-
4811
- <tr><th class="line-num" id="L921"><a href="#L921">921</a></th><td class="line-code"><pre>msgstr &quot;Informacije o podršci koja će vam pomoći da razbijate&quot;
4812
- </pre></td></tr>
4813
-
4814
-
4815
- <tr><th class="line-num" id="L922"><a href="#L922">922</a></th><td class="line-code"><pre>
4816
- </pre></td></tr>
4817
-
4818
-
4819
- <tr><th class="line-num" id="L923"><a href="#L923">923</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:156
4820
- </pre></td></tr>
4821
-
4822
-
4823
- <tr><th class="line-num" id="L924"><a href="#L924">924</a></th><td class="line-code"><pre>msgid &quot;Forums: Because Everyone Needs A Buddy&quot;
4824
- </pre></td></tr>
4825
-
4826
-
4827
- <tr><th class="line-num" id="L925"><a href="#L925">925</a></th><td class="line-code"><pre>msgstr &quot;Forumi: Svakom treba prijatelj&quot;
4828
- </pre></td></tr>
4829
-
4830
-
4831
- <tr><th class="line-num" id="L926"><a href="#L926">926</a></th><td class="line-code"><pre>
4832
- </pre></td></tr>
4833
-
4834
-
4835
- <tr><th class="line-num" id="L927"><a href="#L927">927</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:159
4836
- </pre></td></tr>
4837
-
4838
-
4839
- <tr><th class="line-num" id="L928"><a href="#L928">928</a></th><td class="line-code"><pre>msgid &quot;Not getting help?&quot;
4840
- </pre></td></tr>
4841
-
4842
-
4843
- <tr><th class="line-num" id="L929"><a href="#L929">929</a></th><td class="line-code"><pre>msgstr &quot;Ne dobijate pomoć?&quot;
4844
- </pre></td></tr>
4845
-
4846
-
4847
- <tr><th class="line-num" id="L930"><a href="#L930">930</a></th><td class="line-code"><pre>
4848
- </pre></td></tr>
4849
-
4850
-
4851
- <tr><th class="line-num" id="L931"><a href="#L931">931</a></th><td class="line-code"><pre># @ tribe-events-calendar
4852
- </pre></td></tr>
4853
-
4854
-
4855
- <tr><th class="line-num" id="L932"><a href="#L932">932</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:169
4856
- </pre></td></tr>
4857
-
4858
-
4859
- <tr><th class="line-num" id="L933"><a href="#L933">933</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:486
4860
- </pre></td></tr>
4861
-
4862
-
4863
- <tr><th class="line-num" id="L934"><a href="#L934">934</a></th><td class="line-code"><pre>#: ../lib/tribe-settings.class.php:135
4864
- </pre></td></tr>
4865
-
4866
-
4867
- <tr><th class="line-num" id="L935"><a href="#L935">935</a></th><td class="line-code"><pre>msgid &quot;The Events Calendar&quot;
4868
- </pre></td></tr>
4869
-
4870
-
4871
- <tr><th class="line-num" id="L936"><a href="#L936">936</a></th><td class="line-code"><pre>msgstr &quot;Kalendar događaja&quot;
4872
- </pre></td></tr>
4873
-
4874
-
4875
- <tr><th class="line-num" id="L937"><a href="#L937">937</a></th><td class="line-code"><pre>
4876
- </pre></td></tr>
4877
-
4878
-
4879
- <tr><th class="line-num" id="L938"><a href="#L938">938</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:173
4880
- </pre></td></tr>
4881
-
4882
-
4883
- <tr><th class="line-num" id="L939"><a href="#L939">939</a></th><td class="line-code"><pre>msgid &quot;Latest Version:&quot;
4884
- </pre></td></tr>
4885
-
4886
-
4887
- <tr><th class="line-num" id="L940"><a href="#L940">940</a></th><td class="line-code"><pre>msgstr &quot;Poslednja verzija:&quot;
4888
- </pre></td></tr>
4889
-
4890
-
4891
- <tr><th class="line-num" id="L941"><a href="#L941">941</a></th><td class="line-code"><pre>
4892
- </pre></td></tr>
4893
-
4894
-
4895
- <tr><th class="line-num" id="L942"><a href="#L942">942</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:174
4896
- </pre></td></tr>
4897
-
4898
-
4899
- <tr><th class="line-num" id="L943"><a href="#L943">943</a></th><td class="line-code"><pre>msgid &quot;Author:&quot;
4900
- </pre></td></tr>
4901
-
4902
-
4903
- <tr><th class="line-num" id="L944"><a href="#L944">944</a></th><td class="line-code"><pre>msgstr &quot;Autor:&quot;
4904
- </pre></td></tr>
4905
-
4906
-
4907
- <tr><th class="line-num" id="L945"><a href="#L945">945</a></th><td class="line-code"><pre>
4908
- </pre></td></tr>
4909
-
4910
-
4911
- <tr><th class="line-num" id="L946"><a href="#L946">946</a></th><td class="line-code"><pre># @ tribe-events-calendar
4912
- </pre></td></tr>
4913
-
4914
-
4915
- <tr><th class="line-num" id="L947"><a href="#L947">947</a></th><td class="line-code"><pre>#
4916
- </pre></td></tr>
4917
-
4918
-
4919
- <tr><th class="line-num" id="L948"><a href="#L948">948</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:174
4920
- </pre></td></tr>
4921
-
4922
-
4923
- <tr><th class="line-num" id="L949"><a href="#L949">949</a></th><td class="line-code"><pre>msgid &quot;Modern Tribe Inc&quot;
4924
- </pre></td></tr>
4925
-
4926
-
4927
- <tr><th class="line-num" id="L950"><a href="#L950">950</a></th><td class="line-code"><pre>msgstr &quot;Modern Tribe Inc&quot;
4928
- </pre></td></tr>
4929
-
4930
-
4931
- <tr><th class="line-num" id="L951"><a href="#L951">951</a></th><td class="line-code"><pre>
4932
- </pre></td></tr>
4933
-
4934
-
4935
- <tr><th class="line-num" id="L952"><a href="#L952">952</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:175
4936
- </pre></td></tr>
4937
-
4938
-
4939
- <tr><th class="line-num" id="L953"><a href="#L953">953</a></th><td class="line-code"><pre>msgid &quot;Requires:&quot;
4940
- </pre></td></tr>
4941
-
4942
-
4943
- <tr><th class="line-num" id="L954"><a href="#L954">954</a></th><td class="line-code"><pre>msgstr &quot;Potrebno:&quot;
4944
- </pre></td></tr>
4945
-
4946
-
4947
- <tr><th class="line-num" id="L955"><a href="#L955">955</a></th><td class="line-code"><pre>
4948
- </pre></td></tr>
4949
-
4950
-
4951
- <tr><th class="line-num" id="L956"><a href="#L956">956</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:175
4952
- </pre></td></tr>
4953
-
4954
-
4955
- <tr><th class="line-num" id="L957"><a href="#L957">957</a></th><td class="line-code"><pre>msgid &quot;WordPress &quot;
4956
- </pre></td></tr>
4957
-
4958
-
4959
- <tr><th class="line-num" id="L958"><a href="#L958">958</a></th><td class="line-code"><pre>msgstr &quot;WordPress &quot;
4960
- </pre></td></tr>
4961
-
4962
-
4963
- <tr><th class="line-num" id="L959"><a href="#L959">959</a></th><td class="line-code"><pre>
4964
- </pre></td></tr>
4965
-
4966
-
4967
- <tr><th class="line-num" id="L960"><a href="#L960">960</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:176
4968
- </pre></td></tr>
4969
-
4970
-
4971
- <tr><th class="line-num" id="L961"><a href="#L961">961</a></th><td class="line-code"><pre>msgid &quot;Wordpress.org Plugin Page&quot;
4972
- </pre></td></tr>
4973
-
4974
-
4975
- <tr><th class="line-num" id="L962"><a href="#L962">962</a></th><td class="line-code"><pre>msgstr &quot;Wordpress.org Plugin stranica&quot;
4976
- </pre></td></tr>
4977
-
4978
-
4979
- <tr><th class="line-num" id="L963"><a href="#L963">963</a></th><td class="line-code"><pre>
4980
- </pre></td></tr>
4981
-
4982
-
4983
- <tr><th class="line-num" id="L964"><a href="#L964">964</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:181
4984
- </pre></td></tr>
4985
-
4986
-
4987
- <tr><th class="line-num" id="L965"><a href="#L965">965</a></th><td class="line-code"><pre>msgid &quot;Average Rating&quot;
4988
- </pre></td></tr>
4989
-
4990
-
4991
- <tr><th class="line-num" id="L966"><a href="#L966">966</a></th><td class="line-code"><pre>msgstr &quot;Prosječan rejting&quot;
4992
- </pre></td></tr>
4993
-
4994
-
4995
- <tr><th class="line-num" id="L967"><a href="#L967">967</a></th><td class="line-code"><pre>
4996
- </pre></td></tr>
4997
-
4998
-
4999
- <tr><th class="line-num" id="L968"><a href="#L968">968</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:185
5000
- </pre></td></tr>
5001
-
5002
-
5003
- <tr><th class="line-num" id="L969"><a href="#L969">969</a></th><td class="line-code"><pre>#, php-format
5004
- </pre></td></tr>
5005
-
5006
-
5007
- <tr><th class="line-num" id="L970"><a href="#L970">970</a></th><td class="line-code"><pre>msgid &quot;Based on %d rating&quot;
5008
- </pre></td></tr>
5009
-
5010
-
5011
- <tr><th class="line-num" id="L971"><a href="#L971">971</a></th><td class="line-code"><pre>msgid_plural &quot;Based on %d ratings&quot;
5012
- </pre></td></tr>
5013
-
5014
-
5015
- <tr><th class="line-num" id="L972"><a href="#L972">972</a></th><td class="line-code"><pre>msgstr[0] &quot;Bazirano na %d rejting&quot;
5016
- </pre></td></tr>
5017
-
5018
-
5019
- <tr><th class="line-num" id="L973"><a href="#L973">973</a></th><td class="line-code"><pre>msgstr[1] &quot;Bazirano na %d rejtinga&quot;
5020
- </pre></td></tr>
5021
-
5022
-
5023
- <tr><th class="line-num" id="L974"><a href="#L974">974</a></th><td class="line-code"><pre>msgstr[2] &quot;Bazirano na %d rejtinga&quot;
5024
- </pre></td></tr>
5025
-
5026
-
5027
- <tr><th class="line-num" id="L975"><a href="#L975">975</a></th><td class="line-code"><pre>
5028
- </pre></td></tr>
5029
-
5030
-
5031
- <tr><th class="line-num" id="L976"><a href="#L976">976</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:186
5032
- </pre></td></tr>
5033
-
5034
-
5035
- <tr><th class="line-num" id="L977"><a href="#L977">977</a></th><td class="line-code"><pre>msgid &quot;Give us 5 stars!&quot;
5036
- </pre></td></tr>
5037
-
5038
-
5039
- <tr><th class="line-num" id="L978"><a href="#L978">978</a></th><td class="line-code"><pre>msgstr &quot;Dajte nam 5 zvjezdica!&quot;
5040
- </pre></td></tr>
5041
-
5042
-
5043
- <tr><th class="line-num" id="L979"><a href="#L979">979</a></th><td class="line-code"><pre>
5044
- </pre></td></tr>
5045
-
5046
-
5047
- <tr><th class="line-num" id="L980"><a href="#L980">980</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:189
5048
- </pre></td></tr>
5049
-
5050
-
5051
- <tr><th class="line-num" id="L981"><a href="#L981">981</a></th><td class="line-code"><pre>msgid &quot;Premium Add-Ons&quot;
5052
- </pre></td></tr>
5053
-
5054
-
5055
- <tr><th class="line-num" id="L982"><a href="#L982">982</a></th><td class="line-code"><pre>msgstr &quot;Premijum dodaci&quot;
5056
- </pre></td></tr>
5057
-
5058
-
5059
- <tr><th class="line-num" id="L983"><a href="#L983">983</a></th><td class="line-code"><pre>
5060
- </pre></td></tr>
5061
-
5062
-
5063
- <tr><th class="line-num" id="L984"><a href="#L984">984</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:195
5064
- </pre></td></tr>
5065
-
5066
-
5067
- <tr><th class="line-num" id="L985"><a href="#L985">985</a></th><td class="line-code"><pre>msgid &quot;(Coming Soon!)&quot;
5068
- </pre></td></tr>
5069
-
5070
-
5071
- <tr><th class="line-num" id="L986"><a href="#L986">986</a></th><td class="line-code"><pre>msgstr &quot;(Uskoro!)&quot;
5072
- </pre></td></tr>
5073
-
5074
-
5075
- <tr><th class="line-num" id="L987"><a href="#L987">987</a></th><td class="line-code"><pre>
5076
- </pre></td></tr>
5077
-
5078
-
5079
- <tr><th class="line-num" id="L988"><a href="#L988">988</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-help.php:202
5080
- </pre></td></tr>
5081
-
5082
-
5083
- <tr><th class="line-num" id="L989"><a href="#L989">989</a></th><td class="line-code"><pre>msgid &quot;News and Tutorials&quot;
5084
- </pre></td></tr>
5085
-
5086
-
5087
- <tr><th class="line-num" id="L990"><a href="#L990">990</a></th><td class="line-code"><pre>msgstr &quot;Vijesti i tutorijali&quot;
5088
- </pre></td></tr>
5089
-
5090
-
5091
- <tr><th class="line-num" id="L991"><a href="#L991">991</a></th><td class="line-code"><pre>
5092
- </pre></td></tr>
5093
-
5094
-
5095
- <tr><th class="line-num" id="L992"><a href="#L992">992</a></th><td class="line-code"><pre># @ tribe-events-calendar
5096
- </pre></td></tr>
5097
-
5098
-
5099
- <tr><th class="line-num" id="L993"><a href="#L993">993</a></th><td class="line-code"><pre>#
5100
- </pre></td></tr>
5101
-
5102
-
5103
- <tr><th class="line-num" id="L994"><a href="#L994">994</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-network.php:14
5104
- </pre></td></tr>
5105
-
5106
-
5107
- <tr><th class="line-num" id="L995"><a href="#L995">995</a></th><td class="line-code"><pre>msgid &quot;Network Settings&quot;
5108
- </pre></td></tr>
5109
-
5110
-
5111
- <tr><th class="line-num" id="L996"><a href="#L996">996</a></th><td class="line-code"><pre>msgstr &quot;Mrežne postavke&quot;
5112
- </pre></td></tr>
5113
-
5114
-
5115
- <tr><th class="line-num" id="L997"><a href="#L997">997</a></th><td class="line-code"><pre>
5116
- </pre></td></tr>
5117
-
5118
-
5119
- <tr><th class="line-num" id="L998"><a href="#L998">998</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-network.php:18
5120
- </pre></td></tr>
5121
-
5122
-
5123
- <tr><th class="line-num" id="L999"><a href="#L999">999</a></th><td class="line-code"><pre>msgid &quot;&quot;
5124
- </pre></td></tr>
5125
-
5126
-
5127
- <tr><th class="line-num" id="L1000"><a href="#L1000">1000</a></th><td class="line-code"><pre>&quot;This is where all of the global network settings for Modern Tribe&#39;s The &quot;
5128
- </pre></td></tr>
5129
-
5130
-
5131
- <tr><th class="line-num" id="L1001"><a href="#L1001">1001</a></th><td class="line-code"><pre>&quot;Events Calendar can be modified.&quot;
5132
- </pre></td></tr>
5133
-
5134
-
5135
- <tr><th class="line-num" id="L1002"><a href="#L1002">1002</a></th><td class="line-code"><pre>msgstr &quot;&quot;
5136
- </pre></td></tr>
5137
-
5138
-
5139
- <tr><th class="line-num" id="L1003"><a href="#L1003">1003</a></th><td class="line-code"><pre>&quot;Ovdje mogu biti izmijenjene sve globalne mrežne postavke za The Events &quot;
5140
- </pre></td></tr>
5141
-
5142
-
5143
- <tr><th class="line-num" id="L1004"><a href="#L1004">1004</a></th><td class="line-code"><pre>&quot;Calendar.&quot;
5144
- </pre></td></tr>
5145
-
5146
-
5147
- <tr><th class="line-num" id="L1005"><a href="#L1005">1005</a></th><td class="line-code"><pre>
5148
- </pre></td></tr>
5149
-
5150
-
5151
- <tr><th class="line-num" id="L1006"><a href="#L1006">1006</a></th><td class="line-code"><pre>#: ../admin-views/tribe-options-network.php:26
5152
- </pre></td></tr>
5153
-
5154
-
5155
- <tr><th class="line-num" id="L1007"><a href="#L1007">1007</a></th><td class="line-code"><pre>msgid &quot;Hide the following settings tabs on every site:&quot;
5156
- </pre></td></tr>
5157
-
5158
-
5159
- <tr><th class="line-num" id="L1008"><a href="#L1008">1008</a></th><td class="line-code"><pre>msgstr &quot;Sakrij sledeći tab sa postavkama na svakom sajtu:&quot;
5160
- </pre></td></tr>
5161
-
5162
-
5163
- <tr><th class="line-num" id="L1009"><a href="#L1009">1009</a></th><td class="line-code"><pre>
5164
- </pre></td></tr>
5165
-
5166
-
5167
- <tr><th class="line-num" id="L1010"><a href="#L1010">1010</a></th><td class="line-code"><pre># @ tribe-events-calendar
5168
- </pre></td></tr>
5169
-
5170
-
5171
- <tr><th class="line-num" id="L1011"><a href="#L1011">1011</a></th><td class="line-code"><pre>#: ../admin-views/venue-meta-box.php:20
5172
- </pre></td></tr>
5173
-
5174
-
5175
- <tr><th class="line-num" id="L1012"><a href="#L1012">1012</a></th><td class="line-code"><pre>msgid &quot;Venue Name:&quot;
5176
- </pre></td></tr>
5177
-
5178
-
5179
- <tr><th class="line-num" id="L1013"><a href="#L1013">1013</a></th><td class="line-code"><pre>msgstr &quot;Mjesto: &quot;
5180
- </pre></td></tr>
5181
-
5182
-
5183
- <tr><th class="line-num" id="L1014"><a href="#L1014">1014</a></th><td class="line-code"><pre>
5184
- </pre></td></tr>
5185
-
5186
-
5187
- <tr><th class="line-num" id="L1015"><a href="#L1015">1015</a></th><td class="line-code"><pre># @ tribe-events-calendar
5188
- </pre></td></tr>
5189
-
5190
-
5191
- <tr><th class="line-num" id="L1016"><a href="#L1016">1016</a></th><td class="line-code"><pre>#: ../admin-views/venue-meta-box.php:27
5192
- </pre></td></tr>
5193
-
5194
-
5195
- <tr><th class="line-num" id="L1017"><a href="#L1017">1017</a></th><td class="line-code"><pre>#: ../public/advanced-functions/meta.php:371
5196
- </pre></td></tr>
5197
-
5198
-
5199
- <tr><th class="line-num" id="L1018"><a href="#L1018">1018</a></th><td class="line-code"><pre>msgid &quot;Address:&quot;
5200
- </pre></td></tr>
5201
-
5202
-
5203
- <tr><th class="line-num" id="L1019"><a href="#L1019">1019</a></th><td class="line-code"><pre>msgstr &quot;Adresa:&quot;
5204
- </pre></td></tr>
5205
-
5206
-
5207
- <tr><th class="line-num" id="L1020"><a href="#L1020">1020</a></th><td class="line-code"><pre>
5208
- </pre></td></tr>
5209
-
5210
-
5211
- <tr><th class="line-num" id="L1021"><a href="#L1021">1021</a></th><td class="line-code"><pre># @ tribe-events-calendar
5212
- </pre></td></tr>
5213
-
5214
-
5215
- <tr><th class="line-num" id="L1022"><a href="#L1022">1022</a></th><td class="line-code"><pre>#: ../admin-views/venue-meta-box.php:31
5216
- </pre></td></tr>
5217
-
5218
-
5219
- <tr><th class="line-num" id="L1023"><a href="#L1023">1023</a></th><td class="line-code"><pre>msgid &quot;City:&quot;
5220
- </pre></td></tr>
5221
-
5222
-
5223
- <tr><th class="line-num" id="L1024"><a href="#L1024">1024</a></th><td class="line-code"><pre>msgstr &quot;Grad:&quot;
5224
- </pre></td></tr>
5225
-
5226
-
5227
- <tr><th class="line-num" id="L1025"><a href="#L1025">1025</a></th><td class="line-code"><pre>
5228
- </pre></td></tr>
5229
-
5230
-
5231
- <tr><th class="line-num" id="L1026"><a href="#L1026">1026</a></th><td class="line-code"><pre># @ tribe-events-calendar
5232
- </pre></td></tr>
5233
-
5234
-
5235
- <tr><th class="line-num" id="L1027"><a href="#L1027">1027</a></th><td class="line-code"><pre>#: ../admin-views/venue-meta-box.php:35
5236
- </pre></td></tr>
5237
-
5238
-
5239
- <tr><th class="line-num" id="L1028"><a href="#L1028">1028</a></th><td class="line-code"><pre>msgid &quot;Country:&quot;
5240
- </pre></td></tr>
5241
-
5242
-
5243
- <tr><th class="line-num" id="L1029"><a href="#L1029">1029</a></th><td class="line-code"><pre>msgstr &quot;Zemlja:&quot;
5244
- </pre></td></tr>
5245
-
5246
-
5247
- <tr><th class="line-num" id="L1030"><a href="#L1030">1030</a></th><td class="line-code"><pre>
5248
- </pre></td></tr>
5249
-
5250
-
5251
- <tr><th class="line-num" id="L1031"><a href="#L1031">1031</a></th><td class="line-code"><pre># @ tribe-events-calendar
5252
- </pre></td></tr>
5253
-
5254
-
5255
- <tr><th class="line-num" id="L1032"><a href="#L1032">1032</a></th><td class="line-code"><pre>#: ../admin-views/venue-meta-box.php:73
5256
- </pre></td></tr>
5257
-
5258
-
5259
- <tr><th class="line-num" id="L1033"><a href="#L1033">1033</a></th><td class="line-code"><pre>msgid &quot;State or Province:&quot;
5260
- </pre></td></tr>
5261
-
5262
-
5263
- <tr><th class="line-num" id="L1034"><a href="#L1034">1034</a></th><td class="line-code"><pre>msgstr &quot;Država ili provincija:&quot;
5264
- </pre></td></tr>
5265
-
5266
-
5267
- <tr><th class="line-num" id="L1035"><a href="#L1035">1035</a></th><td class="line-code"><pre>
5268
- </pre></td></tr>
5269
-
5270
-
5271
- <tr><th class="line-num" id="L1036"><a href="#L1036">1036</a></th><td class="line-code"><pre># @ tribe-events-calendar
5272
- </pre></td></tr>
5273
-
5274
-
5275
- <tr><th class="line-num" id="L1037"><a href="#L1037">1037</a></th><td class="line-code"><pre>#: ../admin-views/venue-meta-box.php:76
5276
- </pre></td></tr>
5277
-
5278
-
5279
- <tr><th class="line-num" id="L1038"><a href="#L1038">1038</a></th><td class="line-code"><pre>msgid &quot;Select a State:&quot;
5280
- </pre></td></tr>
5281
-
5282
-
5283
- <tr><th class="line-num" id="L1039"><a href="#L1039">1039</a></th><td class="line-code"><pre>msgstr &quot;Odaberite državu:&quot;
5284
- </pre></td></tr>
5285
-
5286
-
5287
- <tr><th class="line-num" id="L1040"><a href="#L1040">1040</a></th><td class="line-code"><pre>
5288
- </pre></td></tr>
5289
-
5290
-
5291
- <tr><th class="line-num" id="L1041"><a href="#L1041">1041</a></th><td class="line-code"><pre># @ tribe-events-calendar
5292
- </pre></td></tr>
5293
-
5294
-
5295
- <tr><th class="line-num" id="L1042"><a href="#L1042">1042</a></th><td class="line-code"><pre>#: ../admin-views/venue-meta-box.php:89
5296
- </pre></td></tr>
5297
-
5298
-
5299
- <tr><th class="line-num" id="L1043"><a href="#L1043">1043</a></th><td class="line-code"><pre>msgid &quot;Postal Code:&quot;
5300
- </pre></td></tr>
5301
-
5302
-
5303
- <tr><th class="line-num" id="L1044"><a href="#L1044">1044</a></th><td class="line-code"><pre>msgstr &quot;Poštanski broj: &quot;
5304
- </pre></td></tr>
5305
-
5306
-
5307
- <tr><th class="line-num" id="L1045"><a href="#L1045">1045</a></th><td class="line-code"><pre>
5308
- </pre></td></tr>
5309
-
5310
-
5311
- <tr><th class="line-num" id="L1046"><a href="#L1046">1046</a></th><td class="line-code"><pre># @ tribe-events-calendar
5312
- </pre></td></tr>
5313
-
5314
-
5315
- <tr><th class="line-num" id="L1047"><a href="#L1047">1047</a></th><td class="line-code"><pre>#: ../admin-views/venue-meta-box.php:112 ../admin-views/venue-meta-box.php:134
5316
- </pre></td></tr>
5317
-
5318
-
5319
- <tr><th class="line-num" id="L1048"><a href="#L1048">1048</a></th><td class="line-code"><pre>msgid &quot;Show Google Map:&quot;
5320
- </pre></td></tr>
5321
-
5322
-
5323
- <tr><th class="line-num" id="L1049"><a href="#L1049">1049</a></th><td class="line-code"><pre>msgstr &quot;Prikaži Google mapu:&quot;
5324
- </pre></td></tr>
5325
-
5326
-
5327
- <tr><th class="line-num" id="L1050"><a href="#L1050">1050</a></th><td class="line-code"><pre>
5328
- </pre></td></tr>
5329
-
5330
-
5331
- <tr><th class="line-num" id="L1051"><a href="#L1051">1051</a></th><td class="line-code"><pre># @ tribe-events-calendar
5332
- </pre></td></tr>
5333
-
5334
-
5335
- <tr><th class="line-num" id="L1052"><a href="#L1052">1052</a></th><td class="line-code"><pre>#: ../admin-views/venue-meta-box.php:122 ../admin-views/venue-meta-box.php:144
5336
- </pre></td></tr>
5337
-
5338
-
5339
- <tr><th class="line-num" id="L1053"><a href="#L1053">1053</a></th><td class="line-code"><pre>msgid &quot;Show Google Maps Link:&quot;
5340
- </pre></td></tr>
5341
-
5342
-
5343
- <tr><th class="line-num" id="L1054"><a href="#L1054">1054</a></th><td class="line-code"><pre>msgstr &quot;Prikaži link Google mape:&quot;
5344
- </pre></td></tr>
5345
-
5346
-
5347
- <tr><th class="line-num" id="L1055"><a href="#L1055">1055</a></th><td class="line-code"><pre>
5348
- </pre></td></tr>
5349
-
5350
-
5351
- <tr><th class="line-num" id="L1056"><a href="#L1056">1056</a></th><td class="line-code"><pre># @ tribe-events-calendar
5352
- </pre></td></tr>
5353
-
5354
-
5355
- <tr><th class="line-num" id="L1057"><a href="#L1057">1057</a></th><td class="line-code"><pre>#: ../admin-views/widget-admin-list.php:11
5356
- </pre></td></tr>
5357
-
5358
-
5359
- <tr><th class="line-num" id="L1058"><a href="#L1058">1058</a></th><td class="line-code"><pre>msgid &quot;Title:&quot;
5360
- </pre></td></tr>
5361
-
5362
-
5363
- <tr><th class="line-num" id="L1059"><a href="#L1059">1059</a></th><td class="line-code"><pre>msgstr &quot;Titula: &quot;
5364
- </pre></td></tr>
5365
-
5366
-
5367
- <tr><th class="line-num" id="L1060"><a href="#L1060">1060</a></th><td class="line-code"><pre>
5368
- </pre></td></tr>
5369
-
5370
-
5371
- <tr><th class="line-num" id="L1061"><a href="#L1061">1061</a></th><td class="line-code"><pre># @ tribe-events-calendar
5372
- </pre></td></tr>
5373
-
5374
-
5375
- <tr><th class="line-num" id="L1062"><a href="#L1062">1062</a></th><td class="line-code"><pre>#: ../admin-views/widget-admin-list.php:16
5376
- </pre></td></tr>
5377
-
5378
-
5379
- <tr><th class="line-num" id="L1063"><a href="#L1063">1063</a></th><td class="line-code"><pre>msgid &quot;Show:&quot;
5380
- </pre></td></tr>
5381
-
5382
-
5383
- <tr><th class="line-num" id="L1064"><a href="#L1064">1064</a></th><td class="line-code"><pre>msgstr &quot;Prikaži:&quot;
5384
- </pre></td></tr>
5385
-
5386
-
5387
- <tr><th class="line-num" id="L1065"><a href="#L1065">1065</a></th><td class="line-code"><pre>
5388
- </pre></td></tr>
5389
-
5390
-
5391
- <tr><th class="line-num" id="L1066"><a href="#L1066">1066</a></th><td class="line-code"><pre># @ tribe-events-calendar
5392
- </pre></td></tr>
5393
-
5394
-
5395
- <tr><th class="line-num" id="L1067"><a href="#L1067">1067</a></th><td class="line-code"><pre>#: ../admin-views/widget-admin-list.php:24
5396
- </pre></td></tr>
5397
-
5398
-
5399
- <tr><th class="line-num" id="L1068"><a href="#L1068">1068</a></th><td class="line-code"><pre>msgid &quot;Show widget only if there are upcoming events:&quot;
5400
- </pre></td></tr>
5401
-
5402
-
5403
- <tr><th class="line-num" id="L1069"><a href="#L1069">1069</a></th><td class="line-code"><pre>msgstr &quot;Prikaži vidžet samo ako ima nadolazećih događaja: &quot;
5404
- </pre></td></tr>
5405
-
5406
-
5407
- <tr><th class="line-num" id="L1070"><a href="#L1070">1070</a></th><td class="line-code"><pre>
5408
- </pre></td></tr>
5409
-
5410
-
5411
- <tr><th class="line-num" id="L1071"><a href="#L1071">1071</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:9 ../admin-views/tickets/list.php:41
5412
- </pre></td></tr>
5413
-
5414
-
5415
- <tr><th class="line-num" id="L1072"><a href="#L1072">1072</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-pro.php:73
5416
- </pre></td></tr>
5417
-
5418
-
5419
- <tr><th class="line-num" id="L1073"><a href="#L1073">1073</a></th><td class="line-code"><pre>msgid &quot;Attendees&quot;
5420
- </pre></td></tr>
5421
-
5422
-
5423
- <tr><th class="line-num" id="L1074"><a href="#L1074">1074</a></th><td class="line-code"><pre>msgstr &quot;Učesnici&quot;
5424
- </pre></td></tr>
5425
-
5426
-
5427
- <tr><th class="line-num" id="L1075"><a href="#L1075">1075</a></th><td class="line-code"><pre>
5428
- </pre></td></tr>
5429
-
5430
-
5431
- <tr><th class="line-num" id="L1076"><a href="#L1076">1076</a></th><td class="line-code"><pre># @ tribe-events-calendar
5432
- </pre></td></tr>
5433
-
5434
-
5435
- <tr><th class="line-num" id="L1077"><a href="#L1077">1077</a></th><td class="line-code"><pre>#
5436
- </pre></td></tr>
5437
-
5438
-
5439
- <tr><th class="line-num" id="L1078"><a href="#L1078">1078</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:14
5440
- </pre></td></tr>
5441
-
5442
-
5443
- <tr><th class="line-num" id="L1079"><a href="#L1079">1079</a></th><td class="line-code"><pre>msgid &quot;Event Summary&quot;
5444
- </pre></td></tr>
5445
-
5446
-
5447
- <tr><th class="line-num" id="L1080"><a href="#L1080">1080</a></th><td class="line-code"><pre>msgstr &quot;Pregled događaja&quot;
5448
- </pre></td></tr>
5449
-
5450
-
5451
- <tr><th class="line-num" id="L1081"><a href="#L1081">1081</a></th><td class="line-code"><pre>
5452
- </pre></td></tr>
5453
-
5454
-
5455
- <tr><th class="line-num" id="L1082"><a href="#L1082">1082</a></th><td class="line-code"><pre># @ tribe-events-calendar
5456
- </pre></td></tr>
5457
-
5458
-
5459
- <tr><th class="line-num" id="L1083"><a href="#L1083">1083</a></th><td class="line-code"><pre>#
5460
- </pre></td></tr>
5461
-
5462
-
5463
- <tr><th class="line-num" id="L1084"><a href="#L1084">1084</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:22
5464
- </pre></td></tr>
5465
-
5466
-
5467
- <tr><th class="line-num" id="L1085"><a href="#L1085">1085</a></th><td class="line-code"><pre>msgid &quot;Event Details&quot;
5468
- </pre></td></tr>
5469
-
5470
-
5471
- <tr><th class="line-num" id="L1086"><a href="#L1086">1086</a></th><td class="line-code"><pre>msgstr &quot;Detalji događaja&quot;
5472
- </pre></td></tr>
5473
-
5474
-
5475
- <tr><th class="line-num" id="L1087"><a href="#L1087">1087</a></th><td class="line-code"><pre>
5476
- </pre></td></tr>
5477
-
5478
-
5479
- <tr><th class="line-num" id="L1088"><a href="#L1088">1088</a></th><td class="line-code"><pre># @ tribe-events-calendar
5480
- </pre></td></tr>
5481
-
5482
-
5483
- <tr><th class="line-num" id="L1089"><a href="#L1089">1089</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:24
5484
- </pre></td></tr>
5485
-
5486
-
5487
- <tr><th class="line-num" id="L1090"><a href="#L1090">1090</a></th><td class="line-code"><pre>msgid &quot;Start Date / Time:&quot;
5488
- </pre></td></tr>
5489
-
5490
-
5491
- <tr><th class="line-num" id="L1091"><a href="#L1091">1091</a></th><td class="line-code"><pre>msgstr &quot;Datum / Vrijeme početka:&quot;
5492
- </pre></td></tr>
5493
-
5494
-
5495
- <tr><th class="line-num" id="L1092"><a href="#L1092">1092</a></th><td class="line-code"><pre>
5496
- </pre></td></tr>
5497
-
5498
-
5499
- <tr><th class="line-num" id="L1093"><a href="#L1093">1093</a></th><td class="line-code"><pre># @ tribe-events-calendar
5500
- </pre></td></tr>
5501
-
5502
-
5503
- <tr><th class="line-num" id="L1094"><a href="#L1094">1094</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:26
5504
- </pre></td></tr>
5505
-
5506
-
5507
- <tr><th class="line-num" id="L1095"><a href="#L1095">1095</a></th><td class="line-code"><pre>msgid &quot;End Date / Time:&quot;
5508
- </pre></td></tr>
5509
-
5510
-
5511
- <tr><th class="line-num" id="L1096"><a href="#L1096">1096</a></th><td class="line-code"><pre>msgstr &quot;Datum / Vrijeme završetka&quot;
5512
- </pre></td></tr>
5513
-
5514
-
5515
- <tr><th class="line-num" id="L1097"><a href="#L1097">1097</a></th><td class="line-code"><pre>
5516
- </pre></td></tr>
5517
-
5518
-
5519
- <tr><th class="line-num" id="L1098"><a href="#L1098">1098</a></th><td class="line-code"><pre># @ tribe-events-calendar
5520
- </pre></td></tr>
5521
-
5522
-
5523
- <tr><th class="line-num" id="L1099"><a href="#L1099">1099</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:34
5524
- </pre></td></tr>
5525
-
5526
-
5527
- <tr><th class="line-num" id="L1100"><a href="#L1100">1100</a></th><td class="line-code"><pre>msgid &quot;Venue:&quot;
5528
- </pre></td></tr>
5529
-
5530
-
5531
- <tr><th class="line-num" id="L1101"><a href="#L1101">1101</a></th><td class="line-code"><pre>msgstr &quot;Mjesto: &quot;
5532
- </pre></td></tr>
5533
-
5534
-
5535
- <tr><th class="line-num" id="L1102"><a href="#L1102">1102</a></th><td class="line-code"><pre>
5536
- </pre></td></tr>
5537
-
5538
-
5539
- <tr><th class="line-num" id="L1103"><a href="#L1103">1103</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:52
5540
- </pre></td></tr>
5541
-
5542
-
5543
- <tr><th class="line-num" id="L1104"><a href="#L1104">1104</a></th><td class="line-code"><pre>msgid &quot;Ticket Sales&quot;
5544
- </pre></td></tr>
5545
-
5546
-
5547
- <tr><th class="line-num" id="L1105"><a href="#L1105">1105</a></th><td class="line-code"><pre>msgstr &quot;Prodaja ulaznica&quot;
5548
- </pre></td></tr>
5549
-
5550
-
5551
- <tr><th class="line-num" id="L1106"><a href="#L1106">1106</a></th><td class="line-code"><pre>
5552
- </pre></td></tr>
5553
-
5554
-
5555
- <tr><th class="line-num" id="L1107"><a href="#L1107">1107</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:64 ../admin-views/tickets/list.php:67
5556
- </pre></td></tr>
5557
-
5558
-
5559
- <tr><th class="line-num" id="L1108"><a href="#L1108">1108</a></th><td class="line-code"><pre>#, php-format
5560
- </pre></td></tr>
5561
-
5562
-
5563
- <tr><th class="line-num" id="L1109"><a href="#L1109">1109</a></th><td class="line-code"><pre>msgid &quot;Sold %d&quot;
5564
- </pre></td></tr>
5565
-
5566
-
5567
- <tr><th class="line-num" id="L1110"><a href="#L1110">1110</a></th><td class="line-code"><pre>msgstr &quot;Prodano %d&quot;
5568
- </pre></td></tr>
5569
-
5570
-
5571
- <tr><th class="line-num" id="L1111"><a href="#L1111">1111</a></th><td class="line-code"><pre>
5572
- </pre></td></tr>
5573
-
5574
-
5575
- <tr><th class="line-num" id="L1112"><a href="#L1112">1112</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:66 ../admin-views/tickets/list.php:69
5576
- </pre></td></tr>
5577
-
5578
-
5579
- <tr><th class="line-num" id="L1113"><a href="#L1113">1113</a></th><td class="line-code"><pre>#, php-format
5580
- </pre></td></tr>
5581
-
5582
-
5583
- <tr><th class="line-num" id="L1114"><a href="#L1114">1114</a></th><td class="line-code"><pre>msgid &quot;Sold %d of %d&quot;
5584
- </pre></td></tr>
5585
-
5586
-
5587
- <tr><th class="line-num" id="L1115"><a href="#L1115">1115</a></th><td class="line-code"><pre>msgstr &quot;Prodano %d od %d&quot;
5588
- </pre></td></tr>
5589
-
5590
-
5591
- <tr><th class="line-num" id="L1116"><a href="#L1116">1116</a></th><td class="line-code"><pre>
5592
- </pre></td></tr>
5593
-
5594
-
5595
- <tr><th class="line-num" id="L1117"><a href="#L1117">1117</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:81
5596
- </pre></td></tr>
5597
-
5598
-
5599
- <tr><th class="line-num" id="L1118"><a href="#L1118">1118</a></th><td class="line-code"><pre>msgid &quot;Tickets sold:&quot;
5600
- </pre></td></tr>
5601
-
5602
-
5603
- <tr><th class="line-num" id="L1119"><a href="#L1119">1119</a></th><td class="line-code"><pre>msgstr &quot;Prodano ulaznica:&quot;
5604
- </pre></td></tr>
5605
-
5606
-
5607
- <tr><th class="line-num" id="L1120"><a href="#L1120">1120</a></th><td class="line-code"><pre>
5608
- </pre></td></tr>
5609
-
5610
-
5611
- <tr><th class="line-num" id="L1121"><a href="#L1121">1121</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:85
5612
- </pre></td></tr>
5613
-
5614
-
5615
- <tr><th class="line-num" id="L1122"><a href="#L1122">1122</a></th><td class="line-code"><pre>msgid &quot;Checked in:&quot;
5616
- </pre></td></tr>
5617
-
5618
-
5619
- <tr><th class="line-num" id="L1123"><a href="#L1123">1123</a></th><td class="line-code"><pre>msgstr &quot;Prijavili se:&quot;
5620
- </pre></td></tr>
5621
-
5622
-
5623
- <tr><th class="line-num" id="L1124"><a href="#L1124">1124</a></th><td class="line-code"><pre>
5624
- </pre></td></tr>
5625
-
5626
-
5627
- <tr><th class="line-num" id="L1125"><a href="#L1125">1125</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:105
5628
- </pre></td></tr>
5629
-
5630
-
5631
- <tr><th class="line-num" id="L1126"><a href="#L1126">1126</a></th><td class="line-code"><pre>msgid &quot;Send the attendee list by email&quot;
5632
- </pre></td></tr>
5633
-
5634
-
5635
- <tr><th class="line-num" id="L1127"><a href="#L1127">1127</a></th><td class="line-code"><pre>msgstr &quot;Pošalji listu učesnika e-mejlom&quot;
5636
- </pre></td></tr>
5637
-
5638
-
5639
- <tr><th class="line-num" id="L1128"><a href="#L1128">1128</a></th><td class="line-code"><pre>
5640
- </pre></td></tr>
5641
-
5642
-
5643
- <tr><th class="line-num" id="L1129"><a href="#L1129">1129</a></th><td class="line-code"><pre># @ tribe-events-calendar
5644
- </pre></td></tr>
5645
-
5646
-
5647
- <tr><th class="line-num" id="L1130"><a href="#L1130">1130</a></th><td class="line-code"><pre>#
5648
- </pre></td></tr>
5649
-
5650
-
5651
- <tr><th class="line-num" id="L1131"><a href="#L1131">1131</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:109
5652
- </pre></td></tr>
5653
-
5654
-
5655
- <tr><th class="line-num" id="L1132"><a href="#L1132">1132</a></th><td class="line-code"><pre>msgid &quot;Select a User:&quot;
5656
- </pre></td></tr>
5657
-
5658
-
5659
- <tr><th class="line-num" id="L1133"><a href="#L1133">1133</a></th><td class="line-code"><pre>msgstr &quot;Odaberite korisnika&quot;
5660
- </pre></td></tr>
5661
-
5662
-
5663
- <tr><th class="line-num" id="L1134"><a href="#L1134">1134</a></th><td class="line-code"><pre>
5664
- </pre></td></tr>
5665
-
5666
-
5667
- <tr><th class="line-num" id="L1135"><a href="#L1135">1135</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:110
5668
- </pre></td></tr>
5669
-
5670
-
5671
- <tr><th class="line-num" id="L1136"><a href="#L1136">1136</a></th><td class="line-code"><pre>msgid &quot;Select...&quot;
5672
- </pre></td></tr>
5673
-
5674
-
5675
- <tr><th class="line-num" id="L1137"><a href="#L1137">1137</a></th><td class="line-code"><pre>msgstr &quot;Odaberite...&quot;
5676
- </pre></td></tr>
5677
-
5678
-
5679
- <tr><th class="line-num" id="L1138"><a href="#L1138">1138</a></th><td class="line-code"><pre>
5680
- </pre></td></tr>
5681
-
5682
-
5683
- <tr><th class="line-num" id="L1139"><a href="#L1139">1139</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:112
5684
- </pre></td></tr>
5685
-
5686
-
5687
- <tr><th class="line-num" id="L1140"><a href="#L1140">1140</a></th><td class="line-code"><pre>msgid &quot;or&quot;
5688
- </pre></td></tr>
5689
-
5690
-
5691
- <tr><th class="line-num" id="L1141"><a href="#L1141">1141</a></th><td class="line-code"><pre>msgstr &quot;ili&quot;
5692
- </pre></td></tr>
5693
-
5694
-
5695
- <tr><th class="line-num" id="L1142"><a href="#L1142">1142</a></th><td class="line-code"><pre>
5696
- </pre></td></tr>
5697
-
5698
-
5699
- <tr><th class="line-num" id="L1143"><a href="#L1143">1143</a></th><td class="line-code"><pre># @ tribe-events-calendar
5700
- </pre></td></tr>
5701
-
5702
-
5703
- <tr><th class="line-num" id="L1144"><a href="#L1144">1144</a></th><td class="line-code"><pre>#
5704
- </pre></td></tr>
5705
-
5706
-
5707
- <tr><th class="line-num" id="L1145"><a href="#L1145">1145</a></th><td class="line-code"><pre>#: ../admin-views/tickets/attendees.php:114
5708
- </pre></td></tr>
5709
-
5710
-
5711
- <tr><th class="line-num" id="L1146"><a href="#L1146">1146</a></th><td class="line-code"><pre>msgid &quot;Email Address:&quot;
5712
- </pre></td></tr>
5713
-
5714
-
5715
- <tr><th class="line-num" id="L1147"><a href="#L1147">1147</a></th><td class="line-code"><pre>msgstr &quot;E-mail adresa&quot;
5716
- </pre></td></tr>
5717
-
5718
-
5719
- <tr><th class="line-num" id="L1148"><a href="#L1148">1148</a></th><td class="line-code"><pre>
5720
- </pre></td></tr>
5721
-
5722
-
5723
- <tr><th class="line-num" id="L1149"><a href="#L1149">1149</a></th><td class="line-code"><pre># @ tribe-events-calendar
5724
- </pre></td></tr>
5725
-
5726
-
5727
- <tr><th class="line-num" id="L1150"><a href="#L1150">1150</a></th><td class="line-code"><pre>#: ../admin-views/tickets/list.php:21
5728
- </pre></td></tr>
5729
-
5730
-
5731
- <tr><th class="line-num" id="L1151"><a href="#L1151">1151</a></th><td class="line-code"><pre>msgid &quot;Edit&quot;
5732
- </pre></td></tr>
5733
-
5734
-
5735
- <tr><th class="line-num" id="L1152"><a href="#L1152">1152</a></th><td class="line-code"><pre>msgstr &quot;Izmijeni&quot;
5736
- </pre></td></tr>
5737
-
5738
-
5739
- <tr><th class="line-num" id="L1153"><a href="#L1153">1153</a></th><td class="line-code"><pre>
5740
- </pre></td></tr>
5741
-
5742
-
5743
- <tr><th class="line-num" id="L1154"><a href="#L1154">1154</a></th><td class="line-code"><pre>#: ../admin-views/tickets/list.php:22
5744
- </pre></td></tr>
5745
-
5746
-
5747
- <tr><th class="line-num" id="L1155"><a href="#L1155">1155</a></th><td class="line-code"><pre>msgid &quot;Delete&quot;
5748
- </pre></td></tr>
5749
-
5750
-
5751
- <tr><th class="line-num" id="L1156"><a href="#L1156">1156</a></th><td class="line-code"><pre>msgstr &quot;Obriši&quot;
5752
- </pre></td></tr>
5753
-
5754
-
5755
- <tr><th class="line-num" id="L1157"><a href="#L1157">1157</a></th><td class="line-code"><pre>
5756
- </pre></td></tr>
5757
-
5758
-
5759
- <tr><th class="line-num" id="L1158"><a href="#L1158">1158</a></th><td class="line-code"><pre># @ tribe-events-calendar
5760
- </pre></td></tr>
5761
-
5762
-
5763
- <tr><th class="line-num" id="L1159"><a href="#L1159">1159</a></th><td class="line-code"><pre>#: ../admin-views/tickets/list.php:24
5764
- </pre></td></tr>
5765
-
5766
-
5767
- <tr><th class="line-num" id="L1160"><a href="#L1160">1160</a></th><td class="line-code"><pre>#, php-format
5768
- </pre></td></tr>
5769
-
5770
-
5771
- <tr><th class="line-num" id="L1161"><a href="#L1161">1161</a></th><td class="line-code"><pre>msgid &quot;Edit in %s&quot;
5772
- </pre></td></tr>
5773
-
5774
-
5775
- <tr><th class="line-num" id="L1162"><a href="#L1162">1162</a></th><td class="line-code"><pre>msgstr &quot;Uredi u %s&quot;
5776
- </pre></td></tr>
5777
-
5778
-
5779
- <tr><th class="line-num" id="L1163"><a href="#L1163">1163</a></th><td class="line-code"><pre>
5780
- </pre></td></tr>
5781
-
5782
-
5783
- <tr><th class="line-num" id="L1164"><a href="#L1164">1164</a></th><td class="line-code"><pre># @ tribe-events-calendar
5784
- </pre></td></tr>
5785
-
5786
-
5787
- <tr><th class="line-num" id="L1165"><a href="#L1165">1165</a></th><td class="line-code"><pre>#: ../admin-views/tickets/list.php:27
5788
- </pre></td></tr>
5789
-
5790
-
5791
- <tr><th class="line-num" id="L1166"><a href="#L1166">1166</a></th><td class="line-code"><pre>#: ../lib/tribe-admin-events-list.class.php:53
5792
- </pre></td></tr>
5793
-
5794
-
5795
- <tr><th class="line-num" id="L1167"><a href="#L1167">1167</a></th><td class="line-code"><pre>msgid &quot;View&quot;
5796
- </pre></td></tr>
5797
-
5798
-
5799
- <tr><th class="line-num" id="L1168"><a href="#L1168">1168</a></th><td class="line-code"><pre>msgstr &quot;Pogledaj&quot;
5800
- </pre></td></tr>
5801
-
5802
-
5803
- <tr><th class="line-num" id="L1169"><a href="#L1169">1169</a></th><td class="line-code"><pre>
5804
- </pre></td></tr>
5805
-
5806
-
5807
- <tr><th class="line-num" id="L1170"><a href="#L1170">1170</a></th><td class="line-code"><pre>#: ../admin-views/tickets/list.php:41 ../lib/tickets/tribe-tickets-pro.php:73
5808
- </pre></td></tr>
5809
-
5810
-
5811
- <tr><th class="line-num" id="L1171"><a href="#L1171">1171</a></th><td class="line-code"><pre>msgid &quot;See who purchased tickets to this event&quot;
5812
- </pre></td></tr>
5813
-
5814
-
5815
- <tr><th class="line-num" id="L1172"><a href="#L1172">1172</a></th><td class="line-code"><pre>msgstr &quot;Vidi ko je kupio ulaznice za ovaj događaj&quot;
5816
- </pre></td></tr>
5817
-
5818
-
5819
- <tr><th class="line-num" id="L1173"><a href="#L1173">1173</a></th><td class="line-code"><pre>
5820
- </pre></td></tr>
5821
-
5822
-
5823
- <tr><th class="line-num" id="L1174"><a href="#L1174">1174</a></th><td class="line-code"><pre>#: ../admin-views/tickets/meta-box.php:21
5824
- </pre></td></tr>
5825
-
5826
-
5827
- <tr><th class="line-num" id="L1175"><a href="#L1175">1175</a></th><td class="line-code"><pre>msgid &quot;&quot;
5828
- </pre></td></tr>
5829
-
5830
-
5831
- <tr><th class="line-num" id="L1176"><a href="#L1176">1176</a></th><td class="line-code"><pre>&quot;This event was created using Community Events. Are you sure you want to sell &quot;
5832
- </pre></td></tr>
5833
-
5834
-
5835
- <tr><th class="line-num" id="L1177"><a href="#L1177">1177</a></th><td class="line-code"><pre>&quot;tickets for it?&quot;
5836
- </pre></td></tr>
5837
-
5838
-
5839
- <tr><th class="line-num" id="L1178"><a href="#L1178">1178</a></th><td class="line-code"><pre>msgstr &quot;&quot;
5840
- </pre></td></tr>
5841
-
5842
-
5843
- <tr><th class="line-num" id="L1179"><a href="#L1179">1179</a></th><td class="line-code"><pre>&quot;Ovaj događaj je kreiran koristeći Community Events. Da li ste sigurni da &quot;
5844
- </pre></td></tr>
5845
-
5846
-
5847
- <tr><th class="line-num" id="L1180"><a href="#L1180">1180</a></th><td class="line-code"><pre>&quot;želite prodati ulaznice za njega?&quot;
5848
- </pre></td></tr>
5849
-
5850
-
5851
- <tr><th class="line-num" id="L1181"><a href="#L1181">1181</a></th><td class="line-code"><pre>
5852
- </pre></td></tr>
5853
-
5854
-
5855
- <tr><th class="line-num" id="L1182"><a href="#L1182">1182</a></th><td class="line-code"><pre>#: ../admin-views/tickets/meta-box.php:32
5856
- </pre></td></tr>
5857
-
5858
-
5859
- <tr><th class="line-num" id="L1183"><a href="#L1183">1183</a></th><td class="line-code"><pre>msgid &quot;Upload image for the ticket header&quot;
5860
- </pre></td></tr>
5861
-
5862
-
5863
- <tr><th class="line-num" id="L1184"><a href="#L1184">1184</a></th><td class="line-code"><pre>msgstr &quot;Postavi sliku za zaglavlje ulaznice&quot;
5864
- </pre></td></tr>
5865
-
5866
-
5867
- <tr><th class="line-num" id="L1185"><a href="#L1185">1185</a></th><td class="line-code"><pre>
5868
- </pre></td></tr>
5869
-
5870
-
5871
- <tr><th class="line-num" id="L1186"><a href="#L1186">1186</a></th><td class="line-code"><pre>#: ../admin-views/tickets/meta-box.php:33
5872
- </pre></td></tr>
5873
-
5874
-
5875
- <tr><th class="line-num" id="L1187"><a href="#L1187">1187</a></th><td class="line-code"><pre>msgid &quot;&quot;
5876
- </pre></td></tr>
5877
-
5878
-
5879
- <tr><th class="line-num" id="L1188"><a href="#L1188">1188</a></th><td class="line-code"><pre>&quot;The maximum image size in the email will be 580px wide by any height, and &quot;
5880
- </pre></td></tr>
5881
-
5882
-
5883
- <tr><th class="line-num" id="L1189"><a href="#L1189">1189</a></th><td class="line-code"><pre>&quot;then scaled for mobile. If you would like \&quot;retina\&quot; support use an image &quot;
5884
- </pre></td></tr>
5885
-
5886
-
5887
- <tr><th class="line-num" id="L1190"><a href="#L1190">1190</a></th><td class="line-code"><pre>&quot;sized to 1160px wide.&quot;
5888
- </pre></td></tr>
5889
-
5890
-
5891
- <tr><th class="line-num" id="L1191"><a href="#L1191">1191</a></th><td class="line-code"><pre>msgstr &quot;&quot;
5892
- </pre></td></tr>
5893
-
5894
-
5895
- <tr><th class="line-num" id="L1192"><a href="#L1192">1192</a></th><td class="line-code"><pre>&quot;Maksimalna veličina slike u e-mailu biće 580px širine i bilo koje visine, i &quot;
5896
- </pre></td></tr>
5897
-
5898
-
5899
- <tr><th class="line-num" id="L1193"><a href="#L1193">1193</a></th><td class="line-code"><pre>&quot;onda smanjena za mobilne telefone. Ako želite \&quot;retina\&quot; podršku koristite &quot;
5900
- </pre></td></tr>
5901
-
5902
-
5903
- <tr><th class="line-num" id="L1194"><a href="#L1194">1194</a></th><td class="line-code"><pre>&quot;sliku širine 1160px.&quot;
5904
- </pre></td></tr>
5905
-
5906
-
5907
- <tr><th class="line-num" id="L1195"><a href="#L1195">1195</a></th><td class="line-code"><pre>
5908
- </pre></td></tr>
5909
-
5910
-
5911
- <tr><th class="line-num" id="L1196"><a href="#L1196">1196</a></th><td class="line-code"><pre># @ tribe-events-calendar
5912
- </pre></td></tr>
5913
-
5914
-
5915
- <tr><th class="line-num" id="L1197"><a href="#L1197">1197</a></th><td class="line-code"><pre>#
5916
- </pre></td></tr>
5917
-
5918
-
5919
- <tr><th class="line-num" id="L1198"><a href="#L1198">1198</a></th><td class="line-code"><pre>#: ../admin-views/tickets/meta-box.php:36
5920
- </pre></td></tr>
5921
-
5922
-
5923
- <tr><th class="line-num" id="L1199"><a href="#L1199">1199</a></th><td class="line-code"><pre>msgid &quot;Select an Image&quot;
5924
- </pre></td></tr>
5925
-
5926
-
5927
- <tr><th class="line-num" id="L1200"><a href="#L1200">1200</a></th><td class="line-code"><pre>msgstr &quot;Odaberite sliku&quot;
5928
- </pre></td></tr>
5929
-
5930
-
5931
- <tr><th class="line-num" id="L1201"><a href="#L1201">1201</a></th><td class="line-code"><pre>
5932
- </pre></td></tr>
5933
-
5934
-
5935
- <tr><th class="line-num" id="L1202"><a href="#L1202">1202</a></th><td class="line-code"><pre>#: ../admin-views/tickets/meta-box.php:44
5936
- </pre></td></tr>
5937
-
5938
-
5939
- <tr><th class="line-num" id="L1203"><a href="#L1203">1203</a></th><td class="line-code"><pre>msgid &quot;Remove&quot;
5940
- </pre></td></tr>
5941
-
5942
-
5943
- <tr><th class="line-num" id="L1204"><a href="#L1204">1204</a></th><td class="line-code"><pre>msgstr &quot;Ukloni&quot;
5944
- </pre></td></tr>
5945
-
5946
-
5947
- <tr><th class="line-num" id="L1205"><a href="#L1205">1205</a></th><td class="line-code"><pre>
5948
- </pre></td></tr>
5949
-
5950
-
5951
- <tr><th class="line-num" id="L1206"><a href="#L1206">1206</a></th><td class="line-code"><pre># @ tribe-events-calendar
5952
- </pre></td></tr>
5953
-
5954
-
5955
- <tr><th class="line-num" id="L1207"><a href="#L1207">1207</a></th><td class="line-code"><pre>#
5956
- </pre></td></tr>
5957
-
5958
-
5959
- <tr><th class="line-num" id="L1208"><a href="#L1208">1208</a></th><td class="line-code"><pre>#: ../admin-views/tickets/meta-box.php:62
5960
- </pre></td></tr>
5961
-
5962
-
5963
- <tr><th class="line-num" id="L1209"><a href="#L1209">1209</a></th><td class="line-code"><pre>#: ../admin-views/tickets/meta-box.php:72
5964
- </pre></td></tr>
5965
-
5966
-
5967
- <tr><th class="line-num" id="L1210"><a href="#L1210">1210</a></th><td class="line-code"><pre>msgid &quot;Add new ticket&quot;
5968
- </pre></td></tr>
5969
-
5970
-
5971
- <tr><th class="line-num" id="L1211"><a href="#L1211">1211</a></th><td class="line-code"><pre>msgstr &quot;Dodaj novu ulaznicu&quot;
5972
- </pre></td></tr>
5973
-
5974
-
5975
- <tr><th class="line-num" id="L1212"><a href="#L1212">1212</a></th><td class="line-code"><pre>
5976
- </pre></td></tr>
5977
-
5978
-
5979
- <tr><th class="line-num" id="L1213"><a href="#L1213">1213</a></th><td class="line-code"><pre># @ tribe-events-calendar
5980
- </pre></td></tr>
5981
-
5982
-
5983
- <tr><th class="line-num" id="L1214"><a href="#L1214">1214</a></th><td class="line-code"><pre>#
5984
- </pre></td></tr>
5985
-
5986
-
5987
- <tr><th class="line-num" id="L1215"><a href="#L1215">1215</a></th><td class="line-code"><pre>#: ../admin-views/tickets/meta-box.php:73
5988
- </pre></td></tr>
5989
-
5990
-
5991
- <tr><th class="line-num" id="L1216"><a href="#L1216">1216</a></th><td class="line-code"><pre>msgid &quot;Edit ticket&quot;
5992
- </pre></td></tr>
5993
-
5994
-
5995
- <tr><th class="line-num" id="L1217"><a href="#L1217">1217</a></th><td class="line-code"><pre>msgstr &quot;Uredi ulaznicu&quot;
5996
- </pre></td></tr>
5997
-
5998
-
5999
- <tr><th class="line-num" id="L1218"><a href="#L1218">1218</a></th><td class="line-code"><pre>
6000
- </pre></td></tr>
6001
-
6002
-
6003
- <tr><th class="line-num" id="L1219"><a href="#L1219">1219</a></th><td class="line-code"><pre>#: ../admin-views/tickets/meta-box.php:79
6004
- </pre></td></tr>
6005
-
6006
-
6007
- <tr><th class="line-num" id="L1220"><a href="#L1220">1220</a></th><td class="line-code"><pre>msgid &quot;Sell using:&quot;
6008
- </pre></td></tr>
6009
-
6010
-
6011
- <tr><th class="line-num" id="L1221"><a href="#L1221">1221</a></th><td class="line-code"><pre>msgstr &quot;Prodaj koristeći:&quot;
6012
- </pre></td></tr>
6013
-
6014
-
6015
- <tr><th class="line-num" id="L1222"><a href="#L1222">1222</a></th><td class="line-code"><pre>
6016
- </pre></td></tr>
6017
-
6018
-
6019
- <tr><th class="line-num" id="L1223"><a href="#L1223">1223</a></th><td class="line-code"><pre># @ tribe-events-calendar
6020
- </pre></td></tr>
6021
-
6022
-
6023
- <tr><th class="line-num" id="L1224"><a href="#L1224">1224</a></th><td class="line-code"><pre>#
6024
- </pre></td></tr>
6025
-
6026
-
6027
- <tr><th class="line-num" id="L1225"><a href="#L1225">1225</a></th><td class="line-code"><pre>#: ../admin-views/tickets/meta-box.php:96
6028
- </pre></td></tr>
6029
-
6030
-
6031
- <tr><th class="line-num" id="L1226"><a href="#L1226">1226</a></th><td class="line-code"><pre>msgid &quot;Ticket Name:&quot;
6032
- </pre></td></tr>
6033
-
6034
-
6035
- <tr><th class="line-num" id="L1227"><a href="#L1227">1227</a></th><td class="line-code"><pre>msgstr &quot;Naziv ulaznice:&quot;
6036
- </pre></td></tr>
6037
-
6038
-
6039
- <tr><th class="line-num" id="L1228"><a href="#L1228">1228</a></th><td class="line-code"><pre>
6040
- </pre></td></tr>
6041
-
6042
-
6043
- <tr><th class="line-num" id="L1229"><a href="#L1229">1229</a></th><td class="line-code"><pre>#: ../admin-views/tickets/meta-box.php:103
6044
- </pre></td></tr>
6045
-
6046
-
6047
- <tr><th class="line-num" id="L1230"><a href="#L1230">1230</a></th><td class="line-code"><pre>msgid &quot;Ticket Description:&quot;
6048
- </pre></td></tr>
6049
-
6050
-
6051
- <tr><th class="line-num" id="L1231"><a href="#L1231">1231</a></th><td class="line-code"><pre>msgstr &quot;Opis ulaznice:&quot;
6052
- </pre></td></tr>
6053
-
6054
-
6055
- <tr><th class="line-num" id="L1232"><a href="#L1232">1232</a></th><td class="line-code"><pre>
6056
- </pre></td></tr>
6057
-
6058
-
6059
- <tr><th class="line-num" id="L1233"><a href="#L1233">1233</a></th><td class="line-code"><pre>#: ../admin-views/tickets/meta-box.php:112
6060
- </pre></td></tr>
6061
-
6062
-
6063
- <tr><th class="line-num" id="L1234"><a href="#L1234">1234</a></th><td class="line-code"><pre>msgid &quot;Price:&quot;
6064
- </pre></td></tr>
6065
-
6066
-
6067
- <tr><th class="line-num" id="L1235"><a href="#L1235">1235</a></th><td class="line-code"><pre>msgstr &quot;Cijena:&quot;
6068
- </pre></td></tr>
6069
-
6070
-
6071
- <tr><th class="line-num" id="L1236"><a href="#L1236">1236</a></th><td class="line-code"><pre>
6072
- </pre></td></tr>
6073
-
6074
-
6075
- <tr><th class="line-num" id="L1237"><a href="#L1237">1237</a></th><td class="line-code"><pre># @ tribe-events-calendar
6076
- </pre></td></tr>
6077
-
6078
-
6079
- <tr><th class="line-num" id="L1238"><a href="#L1238">1238</a></th><td class="line-code"><pre>#
6080
- </pre></td></tr>
6081
-
6082
-
6083
- <tr><th class="line-num" id="L1239"><a href="#L1239">1239</a></th><td class="line-code"><pre>#: ../admin-views/tickets/meta-box.php:124
6084
- </pre></td></tr>
6085
-
6086
-
6087
- <tr><th class="line-num" id="L1240"><a href="#L1240">1240</a></th><td class="line-code"><pre>msgid &quot;Start sale:&quot;
6088
- </pre></td></tr>
6089
-
6090
-
6091
- <tr><th class="line-num" id="L1241"><a href="#L1241">1241</a></th><td class="line-code"><pre>msgstr &quot;Započni prodaju:&quot;
6092
- </pre></td></tr>
6093
-
6094
-
6095
- <tr><th class="line-num" id="L1242"><a href="#L1242">1242</a></th><td class="line-code"><pre>
6096
- </pre></td></tr>
6097
-
6098
-
6099
- <tr><th class="line-num" id="L1243"><a href="#L1243">1243</a></th><td class="line-code"><pre># @ tribe-events-calendar
6100
- </pre></td></tr>
6101
-
6102
-
6103
- <tr><th class="line-num" id="L1244"><a href="#L1244">1244</a></th><td class="line-code"><pre>#
6104
- </pre></td></tr>
6105
-
6106
-
6107
- <tr><th class="line-num" id="L1245"><a href="#L1245">1245</a></th><td class="line-code"><pre>#: ../admin-views/tickets/meta-box.php:148
6108
- </pre></td></tr>
6109
-
6110
-
6111
- <tr><th class="line-num" id="L1246"><a href="#L1246">1246</a></th><td class="line-code"><pre>msgid &quot;End sale:&quot;
6112
- </pre></td></tr>
6113
-
6114
-
6115
- <tr><th class="line-num" id="L1247"><a href="#L1247">1247</a></th><td class="line-code"><pre>msgstr &quot;Prekini prodaju:&quot;
6116
- </pre></td></tr>
6117
-
6118
-
6119
- <tr><th class="line-num" id="L1248"><a href="#L1248">1248</a></th><td class="line-code"><pre>
6120
- </pre></td></tr>
6121
-
6122
-
6123
- <tr><th class="line-num" id="L1249"><a href="#L1249">1249</a></th><td class="line-code"><pre>#: ../admin-views/tickets/meta-box.php:170
6124
- </pre></td></tr>
6125
-
6126
-
6127
- <tr><th class="line-num" id="L1250"><a href="#L1250">1250</a></th><td class="line-code"><pre>msgid &quot;&quot;
6128
- </pre></td></tr>
6129
-
6130
-
6131
- <tr><th class="line-num" id="L1251"><a href="#L1251">1251</a></th><td class="line-code"><pre>&quot;When will ticket sales occur? If you don&#39;t set a start/end date for sales, &quot;
6132
- </pre></td></tr>
6133
-
6134
-
6135
- <tr><th class="line-num" id="L1252"><a href="#L1252">1252</a></th><td class="line-code"><pre>&quot;tickets will be available from now until the event ends.&quot;
6136
- </pre></td></tr>
6137
-
6138
-
6139
- <tr><th class="line-num" id="L1253"><a href="#L1253">1253</a></th><td class="line-code"><pre>msgstr &quot;&quot;
6140
- </pre></td></tr>
6141
-
6142
-
6143
- <tr><th class="line-num" id="L1254"><a href="#L1254">1254</a></th><td class="line-code"><pre>&quot;Kada će doći do prodaje ulaznica? Ako ne odredite datume za početak i kraj &quot;
6144
- </pre></td></tr>
6145
-
6146
-
6147
- <tr><th class="line-num" id="L1255"><a href="#L1255">1255</a></th><td class="line-code"><pre>&quot;prodaje, ulaznice će biti dostupne od sada do kraja događaja.&quot;
6148
- </pre></td></tr>
6149
-
6150
-
6151
- <tr><th class="line-num" id="L1256"><a href="#L1256">1256</a></th><td class="line-code"><pre>
6152
- </pre></td></tr>
6153
-
6154
-
6155
- <tr><th class="line-num" id="L1257"><a href="#L1257">1257</a></th><td class="line-code"><pre># @ tribe-events-calendar
6156
- </pre></td></tr>
6157
-
6158
-
6159
- <tr><th class="line-num" id="L1258"><a href="#L1258">1258</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:491
6160
- </pre></td></tr>
6161
-
6162
-
6163
- <tr><th class="line-num" id="L1259"><a href="#L1259">1259</a></th><td class="line-code"><pre>msgid &quot;month&quot;
6164
- </pre></td></tr>
6165
-
6166
-
6167
- <tr><th class="line-num" id="L1260"><a href="#L1260">1260</a></th><td class="line-code"><pre>msgstr &quot;mjesec&quot;
6168
- </pre></td></tr>
6169
-
6170
-
6171
- <tr><th class="line-num" id="L1261"><a href="#L1261">1261</a></th><td class="line-code"><pre>
6172
- </pre></td></tr>
6173
-
6174
-
6175
- <tr><th class="line-num" id="L1262"><a href="#L1262">1262</a></th><td class="line-code"><pre># @ tribe-events-calendar
6176
- </pre></td></tr>
6177
-
6178
-
6179
- <tr><th class="line-num" id="L1263"><a href="#L1263">1263</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:492
6180
- </pre></td></tr>
6181
-
6182
-
6183
- <tr><th class="line-num" id="L1264"><a href="#L1264">1264</a></th><td class="line-code"><pre>msgid &quot;upcoming&quot;
6184
- </pre></td></tr>
6185
-
6186
-
6187
- <tr><th class="line-num" id="L1265"><a href="#L1265">1265</a></th><td class="line-code"><pre>msgstr &quot;predstojeći&quot;
6188
- </pre></td></tr>
6189
-
6190
-
6191
- <tr><th class="line-num" id="L1266"><a href="#L1266">1266</a></th><td class="line-code"><pre>
6192
- </pre></td></tr>
6193
-
6194
-
6195
- <tr><th class="line-num" id="L1267"><a href="#L1267">1267</a></th><td class="line-code"><pre># @ tribe-events-calendar
6196
- </pre></td></tr>
6197
-
6198
-
6199
- <tr><th class="line-num" id="L1268"><a href="#L1268">1268</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:493
6200
- </pre></td></tr>
6201
-
6202
-
6203
- <tr><th class="line-num" id="L1269"><a href="#L1269">1269</a></th><td class="line-code"><pre>msgid &quot;past&quot;
6204
- </pre></td></tr>
6205
-
6206
-
6207
- <tr><th class="line-num" id="L1270"><a href="#L1270">1270</a></th><td class="line-code"><pre>msgstr &quot;prethodni&quot;
6208
- </pre></td></tr>
6209
-
6210
-
6211
- <tr><th class="line-num" id="L1271"><a href="#L1271">1271</a></th><td class="line-code"><pre>
6212
- </pre></td></tr>
6213
-
6214
-
6215
- <tr><th class="line-num" id="L1272"><a href="#L1272">1272</a></th><td class="line-code"><pre># @ tribe-events-calendar
6216
- </pre></td></tr>
6217
-
6218
-
6219
- <tr><th class="line-num" id="L1273"><a href="#L1273">1273</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:495
6220
- </pre></td></tr>
6221
-
6222
-
6223
- <tr><th class="line-num" id="L1274"><a href="#L1274">1274</a></th><td class="line-code"><pre>msgid &quot;venue&quot;
6224
- </pre></td></tr>
6225
-
6226
-
6227
- <tr><th class="line-num" id="L1275"><a href="#L1275">1275</a></th><td class="line-code"><pre>msgstr &quot;mjesto&quot;
6228
- </pre></td></tr>
6229
-
6230
-
6231
- <tr><th class="line-num" id="L1276"><a href="#L1276">1276</a></th><td class="line-code"><pre>
6232
- </pre></td></tr>
6233
-
6234
-
6235
- <tr><th class="line-num" id="L1277"><a href="#L1277">1277</a></th><td class="line-code"><pre># @ tribe-events-calendar
6236
- </pre></td></tr>
6237
-
6238
-
6239
- <tr><th class="line-num" id="L1278"><a href="#L1278">1278</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:509
6240
- </pre></td></tr>
6241
-
6242
-
6243
- <tr><th class="line-num" id="L1279"><a href="#L1279">1279</a></th><td class="line-code"><pre>#, php-format
6244
- </pre></td></tr>
6245
-
6246
-
6247
- <tr><th class="line-num" id="L1280"><a href="#L1280">1280</a></th><td class="line-code"><pre>msgid &quot;Initializing Tribe Events on %s&quot;
6248
- </pre></td></tr>
6249
-
6250
-
6251
- <tr><th class="line-num" id="L1281"><a href="#L1281">1281</a></th><td class="line-code"><pre>msgstr &quot;Inicijalizacija Tribe Events na %s&quot;
6252
- </pre></td></tr>
6253
-
6254
-
6255
- <tr><th class="line-num" id="L1282"><a href="#L1282">1282</a></th><td class="line-code"><pre>
6256
- </pre></td></tr>
6257
-
6258
-
6259
- <tr><th class="line-num" id="L1283"><a href="#L1283">1283</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:622
6260
- </pre></td></tr>
6261
-
6262
-
6263
- <tr><th class="line-num" id="L1284"><a href="#L1284">1284</a></th><td class="line-code"><pre>#, php-format
6264
- </pre></td></tr>
6265
-
6266
-
6267
- <tr><th class="line-num" id="L1285"><a href="#L1285">1285</a></th><td class="line-code"><pre>msgid &quot;&quot;
6268
- </pre></td></tr>
6269
-
6270
-
6271
- <tr><th class="line-num" id="L1286"><a href="#L1286">1286</a></th><td class="line-code"><pre>&quot;Your version of The Events Calendar is not up-to-date with one of your The &quot;
6272
- </pre></td></tr>
6273
-
6274
-
6275
- <tr><th class="line-num" id="L1287"><a href="#L1287">1287</a></th><td class="line-code"><pre>&quot;Events Calendar add-ons. Please %supdate now.%s&quot;
6276
- </pre></td></tr>
6277
-
6278
-
6279
- <tr><th class="line-num" id="L1288"><a href="#L1288">1288</a></th><td class="line-code"><pre>msgstr &quot;&quot;
6280
- </pre></td></tr>
6281
-
6282
-
6283
- <tr><th class="line-num" id="L1289"><a href="#L1289">1289</a></th><td class="line-code"><pre>&quot;Vaša verzija The Events Calendar-a nije kompatibilna sa jednim od The Events &quot;
6284
- </pre></td></tr>
6285
-
6286
-
6287
- <tr><th class="line-num" id="L1290"><a href="#L1290">1290</a></th><td class="line-code"><pre>&quot;Calendar dodataka. Molimo vas %sažurirajte verziju.%s&quot;
6288
- </pre></td></tr>
6289
-
6290
-
6291
- <tr><th class="line-num" id="L1291"><a href="#L1291">1291</a></th><td class="line-code"><pre>
6292
- </pre></td></tr>
6293
-
6294
-
6295
- <tr><th class="line-num" id="L1292"><a href="#L1292">1292</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:639
6296
- </pre></td></tr>
6297
-
6298
-
6299
- <tr><th class="line-num" id="L1293"><a href="#L1293">1293</a></th><td class="line-code"><pre>#, php-format
6300
- </pre></td></tr>
6301
-
6302
-
6303
- <tr><th class="line-num" id="L1294"><a href="#L1294">1294</a></th><td class="line-code"><pre>msgid &quot;&quot;
6304
- </pre></td></tr>
6305
-
6306
-
6307
- <tr><th class="line-num" id="L1295"><a href="#L1295">1295</a></th><td class="line-code"><pre>&quot;The following plugins are out of date: &lt;b&gt;%s&lt;/b&gt;. All add-ons contain &quot;
6308
- </pre></td></tr>
6309
-
6310
-
6311
- <tr><th class="line-num" id="L1296"><a href="#L1296">1296</a></th><td class="line-code"><pre>&quot;dependencies on The Events Calendar and will not function properly unless &quot;
6312
- </pre></td></tr>
6313
-
6314
-
6315
- <tr><th class="line-num" id="L1297"><a href="#L1297">1297</a></th><td class="line-code"><pre>&quot;paired with the right version. %sWant to pair an older version%s?&quot;
6316
- </pre></td></tr>
6317
-
6318
-
6319
- <tr><th class="line-num" id="L1298"><a href="#L1298">1298</a></th><td class="line-code"><pre>msgstr &quot;&quot;
6320
- </pre></td></tr>
6321
-
6322
-
6323
- <tr><th class="line-num" id="L1299"><a href="#L1299">1299</a></th><td class="line-code"><pre>&quot;Sledeći dodaci su zastareli: &lt;b&gt;%s&lt;/b&gt;. Svi dodaci sadrže zavisnosti od The &quot;
6324
- </pre></td></tr>
6325
-
6326
-
6327
- <tr><th class="line-num" id="L1300"><a href="#L1300">1300</a></th><td class="line-code"><pre>&quot;Events Calendar i neće pravilno funkcionisati osim ako nisu upareni sa &quot;
6328
- </pre></td></tr>
6329
-
6330
-
6331
- <tr><th class="line-num" id="L1301"><a href="#L1301">1301</a></th><td class="line-code"><pre>&quot;pravom verzijom. %sŽelite li da uparite stariju verziju%s?&quot;
6332
- </pre></td></tr>
6333
-
6334
-
6335
- <tr><th class="line-num" id="L1302"><a href="#L1302">1302</a></th><td class="line-code"><pre>
6336
- </pre></td></tr>
6337
-
6338
-
6339
- <tr><th class="line-num" id="L1303"><a href="#L1303">1303</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:703
6340
- </pre></td></tr>
6341
-
6342
-
6343
- <tr><th class="line-num" id="L1304"><a href="#L1304">1304</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:738
6344
- </pre></td></tr>
6345
-
6346
-
6347
- <tr><th class="line-num" id="L1305"><a href="#L1305">1305</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:740
6348
- </pre></td></tr>
6349
-
6350
-
6351
- <tr><th class="line-num" id="L1306"><a href="#L1306">1306</a></th><td class="line-code"><pre>msgid &quot;Licenses&quot;
6352
- </pre></td></tr>
6353
-
6354
-
6355
- <tr><th class="line-num" id="L1307"><a href="#L1307">1307</a></th><td class="line-code"><pre>msgstr &quot;Licence&quot;
6356
- </pre></td></tr>
6357
-
6358
-
6359
- <tr><th class="line-num" id="L1308"><a href="#L1308">1308</a></th><td class="line-code"><pre>
6360
- </pre></td></tr>
6361
-
6362
-
6363
- <tr><th class="line-num" id="L1309"><a href="#L1309">1309</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:707
6364
- </pre></td></tr>
6365
-
6366
-
6367
- <tr><th class="line-num" id="L1310"><a href="#L1310">1310</a></th><td class="line-code"><pre>#, php-format
6368
- </pre></td></tr>
6369
-
6370
-
6371
- <tr><th class="line-num" id="L1311"><a href="#L1311">1311</a></th><td class="line-code"><pre>msgid &quot;&quot;
6372
- </pre></td></tr>
6373
-
6374
-
6375
- <tr><th class="line-num" id="L1312"><a href="#L1312">1312</a></th><td class="line-code"><pre>&quot;&lt;p&gt;The license key you received when completing your purchase from %s will &quot;
6376
- </pre></td></tr>
6377
-
6378
-
6379
- <tr><th class="line-num" id="L1313"><a href="#L1313">1313</a></th><td class="line-code"><pre>&quot;grant you access to support and updates until it expires. You do not need to &quot;
6380
- </pre></td></tr>
6381
-
6382
-
6383
- <tr><th class="line-num" id="L1314"><a href="#L1314">1314</a></th><td class="line-code"><pre>&quot;enter the key below for the plugins to work, but you will need to enter it &quot;
6384
- </pre></td></tr>
6385
-
6386
-
6387
- <tr><th class="line-num" id="L1315"><a href="#L1315">1315</a></th><td class="line-code"><pre>&quot;to get automatic updates. &lt;strong&gt;Find your license keys at &lt;a href=\&quot;%s\&quot; &quot;
6388
- </pre></td></tr>
6389
-
6390
-
6391
- <tr><th class="line-num" id="L1316"><a href="#L1316">1316</a></th><td class="line-code"><pre>&quot;target=\&quot;_blank\&quot;&gt;%s&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt; &lt;p&gt;Each paid add-on has its own &quot;
6392
- </pre></td></tr>
6393
-
6394
-
6395
- <tr><th class="line-num" id="L1317"><a href="#L1317">1317</a></th><td class="line-code"><pre>&quot;unique license key. Simply paste the key into its appropriate field on &quot;
6396
- </pre></td></tr>
6397
-
6398
-
6399
- <tr><th class="line-num" id="L1318"><a href="#L1318">1318</a></th><td class="line-code"><pre>&quot;below, and give it a moment to validate. You know you&#39;re set when a green &quot;
6400
- </pre></td></tr>
6401
-
6402
-
6403
- <tr><th class="line-num" id="L1319"><a href="#L1319">1319</a></th><td class="line-code"><pre>&quot;expiration date appears alongside a \&quot;valid\&quot; message.&lt;/p&gt; &lt;p&gt;If you&#39;re &quot;
6404
- </pre></td></tr>
6405
-
6406
-
6407
- <tr><th class="line-num" id="L1320"><a href="#L1320">1320</a></th><td class="line-code"><pre>&quot;seeing a red message telling you that your key isn&#39;t valid or is out of &quot;
6408
- </pre></td></tr>
6409
-
6410
-
6411
- <tr><th class="line-num" id="L1321"><a href="#L1321">1321</a></th><td class="line-code"><pre>&quot;installs, visit &lt;a href=\&quot;%s\&quot; target=\&quot;_blank\&quot;&gt;%s&lt;/a&gt; to manage your &quot;
6412
- </pre></td></tr>
6413
-
6414
-
6415
- <tr><th class="line-num" id="L1322"><a href="#L1322">1322</a></th><td class="line-code"><pre>&quot;installs or renew / upgrade your license.&lt;/p&gt;&lt;p&gt;Not seeing an update but &quot;
6416
- </pre></td></tr>
6417
-
6418
-
6419
- <tr><th class="line-num" id="L1323"><a href="#L1323">1323</a></th><td class="line-code"><pre>&quot;expecting one? In WordPress, go to &lt;a href=\&quot;%s\&quot;&gt;Dashboard &gt; Updates&lt;/a&gt; &quot;
6420
- </pre></td></tr>
6421
-
6422
-
6423
- <tr><th class="line-num" id="L1324"><a href="#L1324">1324</a></th><td class="line-code"><pre>&quot;and click \&quot;Check Again\&quot;.&lt;/p&gt;&quot;
6424
- </pre></td></tr>
6425
-
6426
-
6427
- <tr><th class="line-num" id="L1325"><a href="#L1325">1325</a></th><td class="line-code"><pre>msgstr &quot;&quot;
6428
- </pre></td></tr>
6429
-
6430
-
6431
- <tr><th class="line-num" id="L1326"><a href="#L1326">1326</a></th><td class="line-code"><pre>&quot;&lt;p&gt;Licencni ključ koji ste dobili nakon kupovine %s vam omogućava pristup &quot;
6432
- </pre></td></tr>
6433
-
6434
-
6435
- <tr><th class="line-num" id="L1327"><a href="#L1327">1327</a></th><td class="line-code"><pre>&quot;podršci i nadogradnjama dok ne istekne. Nije potrebno da upišete ključ ispod &quot;
6436
- </pre></td></tr>
6437
-
6438
-
6439
- <tr><th class="line-num" id="L1328"><a href="#L1328">1328</a></th><td class="line-code"><pre>&quot;da bi ovaj plugin radio, ali će biti potrebno da ga upišete ako želite &quot;
6440
- </pre></td></tr>
6441
-
6442
-
6443
- <tr><th class="line-num" id="L1329"><a href="#L1329">1329</a></th><td class="line-code"><pre>&quot;automatizovane nadogradnje. &lt;strong&gt;Find your license keys at &lt;a href=\&quot;%s\&quot; &quot;
6444
- </pre></td></tr>
6445
-
6446
-
6447
- <tr><th class="line-num" id="L1330"><a href="#L1330">1330</a></th><td class="line-code"><pre>&quot;target=\&quot;_blank\&quot;&gt;%s&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt; &lt;p&gt;Svaki plaćeni add-on ima svoj &quot;
6448
- </pre></td></tr>
6449
-
6450
-
6451
- <tr><th class="line-num" id="L1331"><a href="#L1331">1331</a></th><td class="line-code"><pre>&quot;jedinstveni ključ. Simply paste the key into its appropriate field on below, &quot;
6452
- </pre></td></tr>
6453
-
6454
-
6455
- <tr><th class="line-num" id="L1332"><a href="#L1332">1332</a></th><td class="line-code"><pre>&quot;and give it a moment to validate. You know you&#39;re set when a green &quot;
6456
- </pre></td></tr>
6457
-
6458
-
6459
- <tr><th class="line-num" id="L1333"><a href="#L1333">1333</a></th><td class="line-code"><pre>&quot;expiration date appears alongside a \&quot;valid\&quot; message.&lt;/p&gt; &lt;p&gt;If you&#39;re &quot;
6460
- </pre></td></tr>
6461
-
6462
-
6463
- <tr><th class="line-num" id="L1334"><a href="#L1334">1334</a></th><td class="line-code"><pre>&quot;seeing a red message telling you that your key isn&#39;t valid or is out of &quot;
6464
- </pre></td></tr>
6465
-
6466
-
6467
- <tr><th class="line-num" id="L1335"><a href="#L1335">1335</a></th><td class="line-code"><pre>&quot;installs, visit &lt;a href=\&quot;%s\&quot; target=\&quot;_blank\&quot;&gt;%s&lt;/a&gt; to manage your &quot;
6468
- </pre></td></tr>
6469
-
6470
-
6471
- <tr><th class="line-num" id="L1336"><a href="#L1336">1336</a></th><td class="line-code"><pre>&quot;installs or renew / upgrade your license.&lt;/p&gt;&lt;p&gt;Not seeing an update but &quot;
6472
- </pre></td></tr>
6473
-
6474
-
6475
- <tr><th class="line-num" id="L1337"><a href="#L1337">1337</a></th><td class="line-code"><pre>&quot;expecting one? In WordPress, go to &lt;a href=\&quot;%s\&quot;&gt;Dashboard &gt; Updates&lt;/a&gt; &quot;
6476
- </pre></td></tr>
6477
-
6478
-
6479
- <tr><th class="line-num" id="L1338"><a href="#L1338">1338</a></th><td class="line-code"><pre>&quot;and click \&quot;Check Again\&quot;.&lt;/p&gt;&quot;
6480
- </pre></td></tr>
6481
-
6482
-
6483
- <tr><th class="line-num" id="L1339"><a href="#L1339">1339</a></th><td class="line-code"><pre>
6484
- </pre></td></tr>
6485
-
6486
-
6487
- <tr><th class="line-num" id="L1340"><a href="#L1340">1340</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:730
6488
- </pre></td></tr>
6489
-
6490
-
6491
- <tr><th class="line-num" id="L1341"><a href="#L1341">1341</a></th><td class="line-code"><pre>msgid &quot;General&quot;
6492
- </pre></td></tr>
6493
-
6494
-
6495
- <tr><th class="line-num" id="L1342"><a href="#L1342">1342</a></th><td class="line-code"><pre>msgstr &quot;Generalno&quot;
6496
- </pre></td></tr>
6497
-
6498
-
6499
- <tr><th class="line-num" id="L1343"><a href="#L1343">1343</a></th><td class="line-code"><pre>
6500
- </pre></td></tr>
6501
-
6502
-
6503
- <tr><th class="line-num" id="L1344"><a href="#L1344">1344</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:731
6504
- </pre></td></tr>
6505
-
6506
-
6507
- <tr><th class="line-num" id="L1345"><a href="#L1345">1345</a></th><td class="line-code"><pre>msgid &quot;Display&quot;
6508
- </pre></td></tr>
6509
-
6510
-
6511
- <tr><th class="line-num" id="L1346"><a href="#L1346">1346</a></th><td class="line-code"><pre>msgstr &quot;Prikaži&quot;
6512
- </pre></td></tr>
6513
-
6514
-
6515
- <tr><th class="line-num" id="L1347"><a href="#L1347">1347</a></th><td class="line-code"><pre>
6516
- </pre></td></tr>
6517
-
6518
-
6519
- <tr><th class="line-num" id="L1348"><a href="#L1348">1348</a></th><td class="line-code"><pre># @ tribe-events-calendar
6520
- </pre></td></tr>
6521
-
6522
-
6523
- <tr><th class="line-num" id="L1349"><a href="#L1349">1349</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:782
6524
- </pre></td></tr>
6525
-
6526
-
6527
- <tr><th class="line-num" id="L1350"><a href="#L1350">1350</a></th><td class="line-code"><pre>#, php-format
6528
- </pre></td></tr>
6529
-
6530
-
6531
- <tr><th class="line-num" id="L1351"><a href="#L1351">1351</a></th><td class="line-code"><pre>msgid &quot;&quot;
6532
- </pre></td></tr>
6533
-
6534
-
6535
- <tr><th class="line-num" id="L1352"><a href="#L1352">1352</a></th><td class="line-code"><pre>&quot;Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade &quot;
6536
- </pre></td></tr>
6537
-
6538
-
6539
- <tr><th class="line-num" id="L1353"><a href="#L1353">1353</a></th><td class="line-code"><pre>&quot;your WordPress install.&quot;
6540
- </pre></td></tr>
6541
-
6542
-
6543
- <tr><th class="line-num" id="L1354"><a href="#L1354">1354</a></th><td class="line-code"><pre>msgstr &quot;&quot;
6544
- </pre></td></tr>
6545
-
6546
-
6547
- <tr><th class="line-num" id="L1355"><a href="#L1355">1355</a></th><td class="line-code"><pre>&quot;Žao nam je, The Events Calendar zahtijeva WordPress %s ili noviji. Molimo &quot;
6548
- </pre></td></tr>
6549
-
6550
-
6551
- <tr><th class="line-num" id="L1356"><a href="#L1356">1356</a></th><td class="line-code"><pre>&quot;vas da ažurirate vašu Wordpress instalaciju.&quot;
6552
- </pre></td></tr>
6553
-
6554
-
6555
- <tr><th class="line-num" id="L1357"><a href="#L1357">1357</a></th><td class="line-code"><pre>
6556
- </pre></td></tr>
6557
-
6558
-
6559
- <tr><th class="line-num" id="L1358"><a href="#L1358">1358</a></th><td class="line-code"><pre># @ tribe-events-calendar
6560
- </pre></td></tr>
6561
-
6562
-
6563
- <tr><th class="line-num" id="L1359"><a href="#L1359">1359</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:785
6564
- </pre></td></tr>
6565
-
6566
-
6567
- <tr><th class="line-num" id="L1360"><a href="#L1360">1360</a></th><td class="line-code"><pre>#, php-format
6568
- </pre></td></tr>
6569
-
6570
-
6571
- <tr><th class="line-num" id="L1361"><a href="#L1361">1361</a></th><td class="line-code"><pre>msgid &quot;&quot;
6572
- </pre></td></tr>
6573
-
6574
-
6575
- <tr><th class="line-num" id="L1362"><a href="#L1362">1362</a></th><td class="line-code"><pre>&quot;Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host &quot;
6576
- </pre></td></tr>
6577
-
6578
-
6579
- <tr><th class="line-num" id="L1363"><a href="#L1363">1363</a></th><td class="line-code"><pre>&quot;about moving you to a newer version of PHP.&quot;
6580
- </pre></td></tr>
6581
-
6582
-
6583
- <tr><th class="line-num" id="L1364"><a href="#L1364">1364</a></th><td class="line-code"><pre>msgstr &quot;&quot;
6584
- </pre></td></tr>
6585
-
6586
-
6587
- <tr><th class="line-num" id="L1365"><a href="#L1365">1365</a></th><td class="line-code"><pre>&quot;Žao nam je, The Events Calendar zahtijeva PHP %s ili noviji. Pričajte sa &quot;
6588
- </pre></td></tr>
6589
-
6590
-
6591
- <tr><th class="line-num" id="L1366"><a href="#L1366">1366</a></th><td class="line-code"><pre>&quot;vašim hostom o prebacivanju na noviju verziju PHP-a.&quot;
6592
- </pre></td></tr>
6593
-
6594
-
6595
- <tr><th class="line-num" id="L1367"><a href="#L1367">1367</a></th><td class="line-code"><pre>
6596
- </pre></td></tr>
6597
-
6598
-
6599
- <tr><th class="line-num" id="L1368"><a href="#L1368">1368</a></th><td class="line-code"><pre># @ tribe-events-calendar
6600
- </pre></td></tr>
6601
-
6602
-
6603
- <tr><th class="line-num" id="L1369"><a href="#L1369">1369</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1000 ../lib/widget-list.class.php:151
6604
- </pre></td></tr>
6605
-
6606
-
6607
- <tr><th class="line-num" id="L1370"><a href="#L1370">1370</a></th><td class="line-code"><pre>#: ../public/template-tags/loop.php:137
6608
- </pre></td></tr>
6609
-
6610
-
6611
- <tr><th class="line-num" id="L1371"><a href="#L1371">1371</a></th><td class="line-code"><pre>msgid &quot;Upcoming Events&quot;
6612
- </pre></td></tr>
6613
-
6614
-
6615
- <tr><th class="line-num" id="L1372"><a href="#L1372">1372</a></th><td class="line-code"><pre>msgstr &quot;Predstojeći događaji&quot;
6616
- </pre></td></tr>
6617
-
6618
-
6619
- <tr><th class="line-num" id="L1373"><a href="#L1373">1373</a></th><td class="line-code"><pre>
6620
- </pre></td></tr>
6621
-
6622
-
6623
- <tr><th class="line-num" id="L1374"><a href="#L1374">1374</a></th><td class="line-code"><pre># @ tribe-events-calendar
6624
- </pre></td></tr>
6625
-
6626
-
6627
- <tr><th class="line-num" id="L1375"><a href="#L1375">1375</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1003
6628
- </pre></td></tr>
6629
-
6630
-
6631
- <tr><th class="line-num" id="L1376"><a href="#L1376">1376</a></th><td class="line-code"><pre>#: ../public/template-tags/loop.php:165
6632
- </pre></td></tr>
6633
-
6634
-
6635
- <tr><th class="line-num" id="L1377"><a href="#L1377">1377</a></th><td class="line-code"><pre>msgid &quot;Past Events&quot;
6636
- </pre></td></tr>
6637
-
6638
-
6639
- <tr><th class="line-num" id="L1378"><a href="#L1378">1378</a></th><td class="line-code"><pre>msgstr &quot;Prošli događaji&quot;
6640
- </pre></td></tr>
6641
-
6642
-
6643
- <tr><th class="line-num" id="L1379"><a href="#L1379">1379</a></th><td class="line-code"><pre>
6644
- </pre></td></tr>
6645
-
6646
-
6647
- <tr><th class="line-num" id="L1380"><a href="#L1380">1380</a></th><td class="line-code"><pre># @ tribe-events-calendar
6648
- </pre></td></tr>
6649
-
6650
-
6651
- <tr><th class="line-num" id="L1381"><a href="#L1381">1381</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1008
6652
- </pre></td></tr>
6653
-
6654
-
6655
- <tr><th class="line-num" id="L1382"><a href="#L1382">1382</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1015
6656
- </pre></td></tr>
6657
-
6658
-
6659
- <tr><th class="line-num" id="L1383"><a href="#L1383">1383</a></th><td class="line-code"><pre>#, php-format
6660
- </pre></td></tr>
6661
-
6662
-
6663
- <tr><th class="line-num" id="L1384"><a href="#L1384">1384</a></th><td class="line-code"><pre>msgid &quot;Events for %s&quot;
6664
- </pre></td></tr>
6665
-
6666
-
6667
- <tr><th class="line-num" id="L1385"><a href="#L1385">1385</a></th><td class="line-code"><pre>msgstr &quot;Događaji za %s&quot;
6668
- </pre></td></tr>
6669
-
6670
-
6671
- <tr><th class="line-num" id="L1386"><a href="#L1386">1386</a></th><td class="line-code"><pre>
6672
- </pre></td></tr>
6673
-
6674
-
6675
- <tr><th class="line-num" id="L1387"><a href="#L1387">1387</a></th><td class="line-code"><pre># @ tribe-events-calendar
6676
- </pre></td></tr>
6677
-
6678
-
6679
- <tr><th class="line-num" id="L1388"><a href="#L1388">1388</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1010
6680
- </pre></td></tr>
6681
-
6682
-
6683
- <tr><th class="line-num" id="L1389"><a href="#L1389">1389</a></th><td class="line-code"><pre>msgid &quot;Events this month&quot;
6684
- </pre></td></tr>
6685
-
6686
-
6687
- <tr><th class="line-num" id="L1390"><a href="#L1390">1390</a></th><td class="line-code"><pre>msgstr &quot;Događaji ovog mjeseca&quot;
6688
- </pre></td></tr>
6689
-
6690
-
6691
- <tr><th class="line-num" id="L1391"><a href="#L1391">1391</a></th><td class="line-code"><pre>
6692
- </pre></td></tr>
6693
-
6694
-
6695
- <tr><th class="line-num" id="L1392"><a href="#L1392">1392</a></th><td class="line-code"><pre># @ tribe-events-calendar
6696
- </pre></td></tr>
6697
-
6698
-
6699
- <tr><th class="line-num" id="L1393"><a href="#L1393">1393</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1022
6700
- </pre></td></tr>
6701
-
6702
-
6703
- <tr><th class="line-num" id="L1394"><a href="#L1394">1394</a></th><td class="line-code"><pre>#, php-format
6704
- </pre></td></tr>
6705
-
6706
-
6707
- <tr><th class="line-num" id="L1395"><a href="#L1395">1395</a></th><td class="line-code"><pre>msgid &quot;Events at %s&quot;
6708
- </pre></td></tr>
6709
-
6710
-
6711
- <tr><th class="line-num" id="L1396"><a href="#L1396">1396</a></th><td class="line-code"><pre>msgstr &quot;Događaji u %s&quot;
6712
- </pre></td></tr>
6713
-
6714
-
6715
- <tr><th class="line-num" id="L1397"><a href="#L1397">1397</a></th><td class="line-code"><pre>
6716
- </pre></td></tr>
6717
-
6718
-
6719
- <tr><th class="line-num" id="L1398"><a href="#L1398">1398</a></th><td class="line-code"><pre># @ tribe-events-calendar
6720
- </pre></td></tr>
6721
-
6722
-
6723
- <tr><th class="line-num" id="L1399"><a href="#L1399">1399</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1041
6724
- </pre></td></tr>
6725
-
6726
-
6727
- <tr><th class="line-num" id="L1400"><a href="#L1400">1400</a></th><td class="line-code"><pre>msgid &quot;No description has been entered for this event.&quot;
6728
- </pre></td></tr>
6729
-
6730
-
6731
- <tr><th class="line-num" id="L1401"><a href="#L1401">1401</a></th><td class="line-code"><pre>msgstr &quot;Nema opisa za ovaj događaj.&quot;
6732
- </pre></td></tr>
6733
-
6734
-
6735
- <tr><th class="line-num" id="L1402"><a href="#L1402">1402</a></th><td class="line-code"><pre>
6736
- </pre></td></tr>
6737
-
6738
-
6739
- <tr><th class="line-num" id="L1403"><a href="#L1403">1403</a></th><td class="line-code"><pre># @ tribe-events-calendar
6740
- </pre></td></tr>
6741
-
6742
-
6743
- <tr><th class="line-num" id="L1404"><a href="#L1404">1404</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1303
6744
- </pre></td></tr>
6745
-
6746
-
6747
- <tr><th class="line-num" id="L1405"><a href="#L1405">1405</a></th><td class="line-code"><pre>msgid &quot;category&quot;
6748
- </pre></td></tr>
6749
-
6750
-
6751
- <tr><th class="line-num" id="L1406"><a href="#L1406">1406</a></th><td class="line-code"><pre>msgstr &quot;kategorija&quot;
6752
- </pre></td></tr>
6753
-
6754
-
6755
- <tr><th class="line-num" id="L1407"><a href="#L1407">1407</a></th><td class="line-code"><pre>
6756
- </pre></td></tr>
6757
-
6758
-
6759
- <tr><th class="line-num" id="L1408"><a href="#L1408">1408</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1313
6760
- </pre></td></tr>
6761
-
6762
-
6763
- <tr><th class="line-num" id="L1409"><a href="#L1409">1409</a></th><td class="line-code"><pre>msgid &quot;tag&quot;
6764
- </pre></td></tr>
6765
-
6766
-
6767
- <tr><th class="line-num" id="L1410"><a href="#L1410">1410</a></th><td class="line-code"><pre>msgstr &quot;tag&quot;
6768
- </pre></td></tr>
6769
-
6770
-
6771
- <tr><th class="line-num" id="L1411"><a href="#L1411">1411</a></th><td class="line-code"><pre>
6772
- </pre></td></tr>
6773
-
6774
-
6775
- <tr><th class="line-num" id="L1412"><a href="#L1412">1412</a></th><td class="line-code"><pre># @ tribe-events-calendar
6776
- </pre></td></tr>
6777
-
6778
-
6779
- <tr><th class="line-num" id="L1413"><a href="#L1413">1413</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1340
6780
- </pre></td></tr>
6781
-
6782
-
6783
- <tr><th class="line-num" id="L1414"><a href="#L1414">1414</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3820
6784
- </pre></td></tr>
6785
-
6786
-
6787
- <tr><th class="line-num" id="L1415"><a href="#L1415">1415</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3880
6788
- </pre></td></tr>
6789
-
6790
-
6791
- <tr><th class="line-num" id="L1416"><a href="#L1416">1416</a></th><td class="line-code"><pre>msgid &quot;Events&quot;
6792
- </pre></td></tr>
6793
-
6794
-
6795
- <tr><th class="line-num" id="L1417"><a href="#L1417">1417</a></th><td class="line-code"><pre>msgstr &quot;Događaji&quot;
6796
- </pre></td></tr>
6797
-
6798
-
6799
- <tr><th class="line-num" id="L1418"><a href="#L1418">1418</a></th><td class="line-code"><pre>
6800
- </pre></td></tr>
6801
-
6802
-
6803
- <tr><th class="line-num" id="L1419"><a href="#L1419">1419</a></th><td class="line-code"><pre># @ tribe-events-calendar
6804
- </pre></td></tr>
6805
-
6806
-
6807
- <tr><th class="line-num" id="L1420"><a href="#L1420">1420</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1341
6808
- </pre></td></tr>
6809
-
6810
-
6811
- <tr><th class="line-num" id="L1421"><a href="#L1421">1421</a></th><td class="line-code"><pre>msgid &quot;Event&quot;
6812
- </pre></td></tr>
6813
-
6814
-
6815
- <tr><th class="line-num" id="L1422"><a href="#L1422">1422</a></th><td class="line-code"><pre>msgstr &quot;Događaj&quot;
6816
- </pre></td></tr>
6817
-
6818
-
6819
- <tr><th class="line-num" id="L1423"><a href="#L1423">1423</a></th><td class="line-code"><pre>
6820
- </pre></td></tr>
6821
-
6822
-
6823
- <tr><th class="line-num" id="L1424"><a href="#L1424">1424</a></th><td class="line-code"><pre># @ tribe-events-calendar
6824
- </pre></td></tr>
6825
-
6826
-
6827
- <tr><th class="line-num" id="L1425"><a href="#L1425">1425</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1342
6828
- </pre></td></tr>
6829
-
6830
-
6831
- <tr><th class="line-num" id="L1426"><a href="#L1426">1426</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1355
6832
- </pre></td></tr>
6833
-
6834
-
6835
- <tr><th class="line-num" id="L1427"><a href="#L1427">1427</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1368
6836
- </pre></td></tr>
6837
-
6838
-
6839
- <tr><th class="line-num" id="L1428"><a href="#L1428">1428</a></th><td class="line-code"><pre>msgid &quot;Add New&quot;
6840
- </pre></td></tr>
6841
-
6842
-
6843
- <tr><th class="line-num" id="L1429"><a href="#L1429">1429</a></th><td class="line-code"><pre>msgstr &quot;Dodaj novi&quot;
6844
- </pre></td></tr>
6845
-
6846
-
6847
- <tr><th class="line-num" id="L1430"><a href="#L1430">1430</a></th><td class="line-code"><pre>
6848
- </pre></td></tr>
6849
-
6850
-
6851
- <tr><th class="line-num" id="L1431"><a href="#L1431">1431</a></th><td class="line-code"><pre># @ tribe-events-calendar
6852
- </pre></td></tr>
6853
-
6854
-
6855
- <tr><th class="line-num" id="L1432"><a href="#L1432">1432</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1343
6856
- </pre></td></tr>
6857
-
6858
-
6859
- <tr><th class="line-num" id="L1433"><a href="#L1433">1433</a></th><td class="line-code"><pre>msgid &quot;Add New Event&quot;
6860
- </pre></td></tr>
6861
-
6862
-
6863
- <tr><th class="line-num" id="L1434"><a href="#L1434">1434</a></th><td class="line-code"><pre>msgstr &quot;Dodaj novi događaj&quot;
6864
- </pre></td></tr>
6865
-
6866
-
6867
- <tr><th class="line-num" id="L1435"><a href="#L1435">1435</a></th><td class="line-code"><pre>
6868
- </pre></td></tr>
6869
-
6870
-
6871
- <tr><th class="line-num" id="L1436"><a href="#L1436">1436</a></th><td class="line-code"><pre># @ tribe-events-calendar
6872
- </pre></td></tr>
6873
-
6874
-
6875
- <tr><th class="line-num" id="L1437"><a href="#L1437">1437</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1344
6876
- </pre></td></tr>
6877
-
6878
-
6879
- <tr><th class="line-num" id="L1438"><a href="#L1438">1438</a></th><td class="line-code"><pre>msgid &quot;Edit Event&quot;
6880
- </pre></td></tr>
6881
-
6882
-
6883
- <tr><th class="line-num" id="L1439"><a href="#L1439">1439</a></th><td class="line-code"><pre>msgstr &quot;Uredi događaj&quot;
6884
- </pre></td></tr>
6885
-
6886
-
6887
- <tr><th class="line-num" id="L1440"><a href="#L1440">1440</a></th><td class="line-code"><pre>
6888
- </pre></td></tr>
6889
-
6890
-
6891
- <tr><th class="line-num" id="L1441"><a href="#L1441">1441</a></th><td class="line-code"><pre># @ tribe-events-calendar
6892
- </pre></td></tr>
6893
-
6894
-
6895
- <tr><th class="line-num" id="L1442"><a href="#L1442">1442</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1345
6896
- </pre></td></tr>
6897
-
6898
-
6899
- <tr><th class="line-num" id="L1443"><a href="#L1443">1443</a></th><td class="line-code"><pre>msgid &quot;New Event&quot;
6900
- </pre></td></tr>
6901
-
6902
-
6903
- <tr><th class="line-num" id="L1444"><a href="#L1444">1444</a></th><td class="line-code"><pre>msgstr &quot;Novi događaj&quot;
6904
- </pre></td></tr>
6905
-
6906
-
6907
- <tr><th class="line-num" id="L1445"><a href="#L1445">1445</a></th><td class="line-code"><pre>
6908
- </pre></td></tr>
6909
-
6910
-
6911
- <tr><th class="line-num" id="L1446"><a href="#L1446">1446</a></th><td class="line-code"><pre># @ tribe-events-calendar
6912
- </pre></td></tr>
6913
-
6914
-
6915
- <tr><th class="line-num" id="L1447"><a href="#L1447">1447</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1346
6916
- </pre></td></tr>
6917
-
6918
-
6919
- <tr><th class="line-num" id="L1448"><a href="#L1448">1448</a></th><td class="line-code"><pre>msgid &quot;View Event&quot;
6920
- </pre></td></tr>
6921
-
6922
-
6923
- <tr><th class="line-num" id="L1449"><a href="#L1449">1449</a></th><td class="line-code"><pre>msgstr &quot;Pogledaj događaj&quot;
6924
- </pre></td></tr>
6925
-
6926
-
6927
- <tr><th class="line-num" id="L1450"><a href="#L1450">1450</a></th><td class="line-code"><pre>
6928
- </pre></td></tr>
6929
-
6930
-
6931
- <tr><th class="line-num" id="L1451"><a href="#L1451">1451</a></th><td class="line-code"><pre># @ tribe-events-calendar
6932
- </pre></td></tr>
6933
-
6934
-
6935
- <tr><th class="line-num" id="L1452"><a href="#L1452">1452</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1347
6936
- </pre></td></tr>
6937
-
6938
-
6939
- <tr><th class="line-num" id="L1453"><a href="#L1453">1453</a></th><td class="line-code"><pre>msgid &quot;Search Events&quot;
6940
- </pre></td></tr>
6941
-
6942
-
6943
- <tr><th class="line-num" id="L1454"><a href="#L1454">1454</a></th><td class="line-code"><pre>msgstr &quot;Pretraži događaje&quot;
6944
- </pre></td></tr>
6945
-
6946
-
6947
- <tr><th class="line-num" id="L1455"><a href="#L1455">1455</a></th><td class="line-code"><pre>
6948
- </pre></td></tr>
6949
-
6950
-
6951
- <tr><th class="line-num" id="L1456"><a href="#L1456">1456</a></th><td class="line-code"><pre># @ tribe-events-calendar
6952
- </pre></td></tr>
6953
-
6954
-
6955
- <tr><th class="line-num" id="L1457"><a href="#L1457">1457</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1348
6956
- </pre></td></tr>
6957
-
6958
-
6959
- <tr><th class="line-num" id="L1458"><a href="#L1458">1458</a></th><td class="line-code"><pre>msgid &quot;No events found&quot;
6960
- </pre></td></tr>
6961
-
6962
-
6963
- <tr><th class="line-num" id="L1459"><a href="#L1459">1459</a></th><td class="line-code"><pre>msgstr &quot;Nema nađenih događaja&quot;
6964
- </pre></td></tr>
6965
-
6966
-
6967
- <tr><th class="line-num" id="L1460"><a href="#L1460">1460</a></th><td class="line-code"><pre>
6968
- </pre></td></tr>
6969
-
6970
-
6971
- <tr><th class="line-num" id="L1461"><a href="#L1461">1461</a></th><td class="line-code"><pre># @ tribe-events-calendar
6972
- </pre></td></tr>
6973
-
6974
-
6975
- <tr><th class="line-num" id="L1462"><a href="#L1462">1462</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1349
6976
- </pre></td></tr>
6977
-
6978
-
6979
- <tr><th class="line-num" id="L1463"><a href="#L1463">1463</a></th><td class="line-code"><pre>msgid &quot;No events found in Trash&quot;
6980
- </pre></td></tr>
6981
-
6982
-
6983
- <tr><th class="line-num" id="L1464"><a href="#L1464">1464</a></th><td class="line-code"><pre>msgstr &quot;Nema nađenih događaja u smeću&quot;
6984
- </pre></td></tr>
6985
-
6986
-
6987
- <tr><th class="line-num" id="L1465"><a href="#L1465">1465</a></th><td class="line-code"><pre>
6988
- </pre></td></tr>
6989
-
6990
-
6991
- <tr><th class="line-num" id="L1466"><a href="#L1466">1466</a></th><td class="line-code"><pre># @ tribe-events-calendar
6992
- </pre></td></tr>
6993
-
6994
-
6995
- <tr><th class="line-num" id="L1467"><a href="#L1467">1467</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1353
6996
- </pre></td></tr>
6997
-
6998
-
6999
- <tr><th class="line-num" id="L1468"><a href="#L1468">1468</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1465
7000
- </pre></td></tr>
7001
-
7002
-
7003
- <tr><th class="line-num" id="L1469"><a href="#L1469">1469</a></th><td class="line-code"><pre>msgid &quot;Venues&quot;
7004
- </pre></td></tr>
7005
-
7006
-
7007
- <tr><th class="line-num" id="L1470"><a href="#L1470">1470</a></th><td class="line-code"><pre>msgstr &quot;Mjesta&quot;
7008
- </pre></td></tr>
7009
-
7010
-
7011
- <tr><th class="line-num" id="L1471"><a href="#L1471">1471</a></th><td class="line-code"><pre>
7012
- </pre></td></tr>
7013
-
7014
-
7015
- <tr><th class="line-num" id="L1472"><a href="#L1472">1472</a></th><td class="line-code"><pre># @ tribe-events-calendar
7016
- </pre></td></tr>
7017
-
7018
-
7019
- <tr><th class="line-num" id="L1473"><a href="#L1473">1473</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1354
7020
- </pre></td></tr>
7021
-
7022
-
7023
- <tr><th class="line-num" id="L1474"><a href="#L1474">1474</a></th><td class="line-code"><pre>#: ../public/advanced-functions/meta.php:331 ../views/tickets/email.php:343
7024
- </pre></td></tr>
7025
-
7026
-
7027
- <tr><th class="line-num" id="L1475"><a href="#L1475">1475</a></th><td class="line-code"><pre>msgid &quot;Venue&quot;
7028
- </pre></td></tr>
7029
-
7030
-
7031
- <tr><th class="line-num" id="L1476"><a href="#L1476">1476</a></th><td class="line-code"><pre>msgstr &quot;Mjesto&quot;
7032
- </pre></td></tr>
7033
-
7034
-
7035
- <tr><th class="line-num" id="L1477"><a href="#L1477">1477</a></th><td class="line-code"><pre>
7036
- </pre></td></tr>
7037
-
7038
-
7039
- <tr><th class="line-num" id="L1478"><a href="#L1478">1478</a></th><td class="line-code"><pre># @ tribe-events-calendar
7040
- </pre></td></tr>
7041
-
7042
-
7043
- <tr><th class="line-num" id="L1479"><a href="#L1479">1479</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1356
7044
- </pre></td></tr>
7045
-
7046
-
7047
- <tr><th class="line-num" id="L1480"><a href="#L1480">1480</a></th><td class="line-code"><pre>msgid &quot;Add New Venue&quot;
7048
- </pre></td></tr>
7049
-
7050
-
7051
- <tr><th class="line-num" id="L1481"><a href="#L1481">1481</a></th><td class="line-code"><pre>msgstr &quot;Dodaj novo mjesto&quot;
7052
- </pre></td></tr>
7053
-
7054
-
7055
- <tr><th class="line-num" id="L1482"><a href="#L1482">1482</a></th><td class="line-code"><pre>
7056
- </pre></td></tr>
7057
-
7058
-
7059
- <tr><th class="line-num" id="L1483"><a href="#L1483">1483</a></th><td class="line-code"><pre># @ tribe-events-calendar
7060
- </pre></td></tr>
7061
-
7062
-
7063
- <tr><th class="line-num" id="L1484"><a href="#L1484">1484</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1357
7064
- </pre></td></tr>
7065
-
7066
-
7067
- <tr><th class="line-num" id="L1485"><a href="#L1485">1485</a></th><td class="line-code"><pre>msgid &quot;Edit Venue&quot;
7068
- </pre></td></tr>
7069
-
7070
-
7071
- <tr><th class="line-num" id="L1486"><a href="#L1486">1486</a></th><td class="line-code"><pre>msgstr &quot;Izmeni mjesto&quot;
7072
- </pre></td></tr>
7073
-
7074
-
7075
- <tr><th class="line-num" id="L1487"><a href="#L1487">1487</a></th><td class="line-code"><pre>
7076
- </pre></td></tr>
7077
-
7078
-
7079
- <tr><th class="line-num" id="L1488"><a href="#L1488">1488</a></th><td class="line-code"><pre># @ tribe-events-calendar
7080
- </pre></td></tr>
7081
-
7082
-
7083
- <tr><th class="line-num" id="L1489"><a href="#L1489">1489</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1358
7084
- </pre></td></tr>
7085
-
7086
-
7087
- <tr><th class="line-num" id="L1490"><a href="#L1490">1490</a></th><td class="line-code"><pre>msgid &quot;New Venue&quot;
7088
- </pre></td></tr>
7089
-
7090
-
7091
- <tr><th class="line-num" id="L1491"><a href="#L1491">1491</a></th><td class="line-code"><pre>msgstr &quot;Novo mjesto&quot;
7092
- </pre></td></tr>
7093
-
7094
-
7095
- <tr><th class="line-num" id="L1492"><a href="#L1492">1492</a></th><td class="line-code"><pre>
7096
- </pre></td></tr>
7097
-
7098
-
7099
- <tr><th class="line-num" id="L1493"><a href="#L1493">1493</a></th><td class="line-code"><pre># @ tribe-events-calendar
7100
- </pre></td></tr>
7101
-
7102
-
7103
- <tr><th class="line-num" id="L1494"><a href="#L1494">1494</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1359
7104
- </pre></td></tr>
7105
-
7106
-
7107
- <tr><th class="line-num" id="L1495"><a href="#L1495">1495</a></th><td class="line-code"><pre>msgid &quot;View Venue&quot;
7108
- </pre></td></tr>
7109
-
7110
-
7111
- <tr><th class="line-num" id="L1496"><a href="#L1496">1496</a></th><td class="line-code"><pre>msgstr &quot;Pogledaj mjesto&quot;
7112
- </pre></td></tr>
7113
-
7114
-
7115
- <tr><th class="line-num" id="L1497"><a href="#L1497">1497</a></th><td class="line-code"><pre>
7116
- </pre></td></tr>
7117
-
7118
-
7119
- <tr><th class="line-num" id="L1498"><a href="#L1498">1498</a></th><td class="line-code"><pre># @ tribe-events-calendar
7120
- </pre></td></tr>
7121
-
7122
-
7123
- <tr><th class="line-num" id="L1499"><a href="#L1499">1499</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1360
7124
- </pre></td></tr>
7125
-
7126
-
7127
- <tr><th class="line-num" id="L1500"><a href="#L1500">1500</a></th><td class="line-code"><pre>msgid &quot;Search Venues&quot;
7128
- </pre></td></tr>
7129
-
7130
-
7131
- <tr><th class="line-num" id="L1501"><a href="#L1501">1501</a></th><td class="line-code"><pre>msgstr &quot;Pretraži mjesta&quot;
7132
- </pre></td></tr>
7133
-
7134
-
7135
- <tr><th class="line-num" id="L1502"><a href="#L1502">1502</a></th><td class="line-code"><pre>
7136
- </pre></td></tr>
7137
-
7138
-
7139
- <tr><th class="line-num" id="L1503"><a href="#L1503">1503</a></th><td class="line-code"><pre># @ tribe-events-calendar
7140
- </pre></td></tr>
7141
-
7142
-
7143
- <tr><th class="line-num" id="L1504"><a href="#L1504">1504</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1361
7144
- </pre></td></tr>
7145
-
7146
-
7147
- <tr><th class="line-num" id="L1505"><a href="#L1505">1505</a></th><td class="line-code"><pre>msgid &quot;No venue found&quot;
7148
- </pre></td></tr>
7149
-
7150
-
7151
- <tr><th class="line-num" id="L1506"><a href="#L1506">1506</a></th><td class="line-code"><pre>msgstr &quot;Nema nađenih mjesta&quot;
7152
- </pre></td></tr>
7153
-
7154
-
7155
- <tr><th class="line-num" id="L1507"><a href="#L1507">1507</a></th><td class="line-code"><pre>
7156
- </pre></td></tr>
7157
-
7158
-
7159
- <tr><th class="line-num" id="L1508"><a href="#L1508">1508</a></th><td class="line-code"><pre># @ tribe-events-calendar
7160
- </pre></td></tr>
7161
-
7162
-
7163
- <tr><th class="line-num" id="L1509"><a href="#L1509">1509</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1362
7164
- </pre></td></tr>
7165
-
7166
-
7167
- <tr><th class="line-num" id="L1510"><a href="#L1510">1510</a></th><td class="line-code"><pre>msgid &quot;No venues found in Trash&quot;
7168
- </pre></td></tr>
7169
-
7170
-
7171
- <tr><th class="line-num" id="L1511"><a href="#L1511">1511</a></th><td class="line-code"><pre>msgstr &quot;Nema nađenih mjesta u smeću&quot;
7172
- </pre></td></tr>
7173
-
7174
-
7175
- <tr><th class="line-num" id="L1512"><a href="#L1512">1512</a></th><td class="line-code"><pre>
7176
- </pre></td></tr>
7177
-
7178
-
7179
- <tr><th class="line-num" id="L1513"><a href="#L1513">1513</a></th><td class="line-code"><pre># @ tribe-events-calendar
7180
- </pre></td></tr>
7181
-
7182
-
7183
- <tr><th class="line-num" id="L1514"><a href="#L1514">1514</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1366
7184
- </pre></td></tr>
7185
-
7186
-
7187
- <tr><th class="line-num" id="L1515"><a href="#L1515">1515</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1466
7188
- </pre></td></tr>
7189
-
7190
-
7191
- <tr><th class="line-num" id="L1516"><a href="#L1516">1516</a></th><td class="line-code"><pre>msgid &quot;Organizers&quot;
7192
- </pre></td></tr>
7193
-
7194
-
7195
- <tr><th class="line-num" id="L1517"><a href="#L1517">1517</a></th><td class="line-code"><pre>msgstr &quot;Organizatori&quot;
7196
- </pre></td></tr>
7197
-
7198
-
7199
- <tr><th class="line-num" id="L1518"><a href="#L1518">1518</a></th><td class="line-code"><pre>
7200
- </pre></td></tr>
7201
-
7202
-
7203
- <tr><th class="line-num" id="L1519"><a href="#L1519">1519</a></th><td class="line-code"><pre># @ tribe-events-calendar
7204
- </pre></td></tr>
7205
-
7206
-
7207
- <tr><th class="line-num" id="L1520"><a href="#L1520">1520</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1367
7208
- </pre></td></tr>
7209
-
7210
-
7211
- <tr><th class="line-num" id="L1521"><a href="#L1521">1521</a></th><td class="line-code"><pre>#: ../public/advanced-functions/meta.php:393 ../views/tickets/email.php:362
7212
- </pre></td></tr>
7213
-
7214
-
7215
- <tr><th class="line-num" id="L1522"><a href="#L1522">1522</a></th><td class="line-code"><pre>msgid &quot;Organizer&quot;
7216
- </pre></td></tr>
7217
-
7218
-
7219
- <tr><th class="line-num" id="L1523"><a href="#L1523">1523</a></th><td class="line-code"><pre>msgstr &quot;Organizator&quot;
7220
- </pre></td></tr>
7221
-
7222
-
7223
- <tr><th class="line-num" id="L1524"><a href="#L1524">1524</a></th><td class="line-code"><pre>
7224
- </pre></td></tr>
7225
-
7226
-
7227
- <tr><th class="line-num" id="L1525"><a href="#L1525">1525</a></th><td class="line-code"><pre># @ tribe-events-calendar
7228
- </pre></td></tr>
7229
-
7230
-
7231
- <tr><th class="line-num" id="L1526"><a href="#L1526">1526</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1369
7232
- </pre></td></tr>
7233
-
7234
-
7235
- <tr><th class="line-num" id="L1527"><a href="#L1527">1527</a></th><td class="line-code"><pre>msgid &quot;Add New Organizer&quot;
7236
- </pre></td></tr>
7237
-
7238
-
7239
- <tr><th class="line-num" id="L1528"><a href="#L1528">1528</a></th><td class="line-code"><pre>msgstr &quot;Dodaj novog organizatora&quot;
7240
- </pre></td></tr>
7241
-
7242
-
7243
- <tr><th class="line-num" id="L1529"><a href="#L1529">1529</a></th><td class="line-code"><pre>
7244
- </pre></td></tr>
7245
-
7246
-
7247
- <tr><th class="line-num" id="L1530"><a href="#L1530">1530</a></th><td class="line-code"><pre># @ tribe-events-calendar
7248
- </pre></td></tr>
7249
-
7250
-
7251
- <tr><th class="line-num" id="L1531"><a href="#L1531">1531</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1370
7252
- </pre></td></tr>
7253
-
7254
-
7255
- <tr><th class="line-num" id="L1532"><a href="#L1532">1532</a></th><td class="line-code"><pre>msgid &quot;Edit Organizer&quot;
7256
- </pre></td></tr>
7257
-
7258
-
7259
- <tr><th class="line-num" id="L1533"><a href="#L1533">1533</a></th><td class="line-code"><pre>msgstr &quot;Izmjeni organizatora&quot;
7260
- </pre></td></tr>
7261
-
7262
-
7263
- <tr><th class="line-num" id="L1534"><a href="#L1534">1534</a></th><td class="line-code"><pre>
7264
- </pre></td></tr>
7265
-
7266
-
7267
- <tr><th class="line-num" id="L1535"><a href="#L1535">1535</a></th><td class="line-code"><pre># @ tribe-events-calendar
7268
- </pre></td></tr>
7269
-
7270
-
7271
- <tr><th class="line-num" id="L1536"><a href="#L1536">1536</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1371
7272
- </pre></td></tr>
7273
-
7274
-
7275
- <tr><th class="line-num" id="L1537"><a href="#L1537">1537</a></th><td class="line-code"><pre>msgid &quot;New Organizer&quot;
7276
- </pre></td></tr>
7277
-
7278
-
7279
- <tr><th class="line-num" id="L1538"><a href="#L1538">1538</a></th><td class="line-code"><pre>msgstr &quot;Novi organizator&quot;
7280
- </pre></td></tr>
7281
-
7282
-
7283
- <tr><th class="line-num" id="L1539"><a href="#L1539">1539</a></th><td class="line-code"><pre>
7284
- </pre></td></tr>
7285
-
7286
-
7287
- <tr><th class="line-num" id="L1540"><a href="#L1540">1540</a></th><td class="line-code"><pre># @ tribe-events-calendar
7288
- </pre></td></tr>
7289
-
7290
-
7291
- <tr><th class="line-num" id="L1541"><a href="#L1541">1541</a></th><td class="line-code"><pre>#
7292
- </pre></td></tr>
7293
-
7294
-
7295
- <tr><th class="line-num" id="L1542"><a href="#L1542">1542</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1372
7296
- </pre></td></tr>
7297
-
7298
-
7299
- <tr><th class="line-num" id="L1543"><a href="#L1543">1543</a></th><td class="line-code"><pre>msgid &quot;View Organizer&quot;
7300
- </pre></td></tr>
7301
-
7302
-
7303
- <tr><th class="line-num" id="L1544"><a href="#L1544">1544</a></th><td class="line-code"><pre>msgstr &quot;Vidi organizatora&quot;
7304
- </pre></td></tr>
7305
-
7306
-
7307
- <tr><th class="line-num" id="L1545"><a href="#L1545">1545</a></th><td class="line-code"><pre>
7308
- </pre></td></tr>
7309
-
7310
-
7311
- <tr><th class="line-num" id="L1546"><a href="#L1546">1546</a></th><td class="line-code"><pre># @ tribe-events-calendar
7312
- </pre></td></tr>
7313
-
7314
-
7315
- <tr><th class="line-num" id="L1547"><a href="#L1547">1547</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1373
7316
- </pre></td></tr>
7317
-
7318
-
7319
- <tr><th class="line-num" id="L1548"><a href="#L1548">1548</a></th><td class="line-code"><pre>msgid &quot;Search Organizers&quot;
7320
- </pre></td></tr>
7321
-
7322
-
7323
- <tr><th class="line-num" id="L1549"><a href="#L1549">1549</a></th><td class="line-code"><pre>msgstr &quot;Pretraži organizatore&quot;
7324
- </pre></td></tr>
7325
-
7326
-
7327
- <tr><th class="line-num" id="L1550"><a href="#L1550">1550</a></th><td class="line-code"><pre>
7328
- </pre></td></tr>
7329
-
7330
-
7331
- <tr><th class="line-num" id="L1551"><a href="#L1551">1551</a></th><td class="line-code"><pre># @ tribe-events-calendar
7332
- </pre></td></tr>
7333
-
7334
-
7335
- <tr><th class="line-num" id="L1552"><a href="#L1552">1552</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1374
7336
- </pre></td></tr>
7337
-
7338
-
7339
- <tr><th class="line-num" id="L1553"><a href="#L1553">1553</a></th><td class="line-code"><pre>msgid &quot;No organizer found&quot;
7340
- </pre></td></tr>
7341
-
7342
-
7343
- <tr><th class="line-num" id="L1554"><a href="#L1554">1554</a></th><td class="line-code"><pre>msgstr &quot;Nema nađenih organizatora&quot;
7344
- </pre></td></tr>
7345
-
7346
-
7347
- <tr><th class="line-num" id="L1555"><a href="#L1555">1555</a></th><td class="line-code"><pre>
7348
- </pre></td></tr>
7349
-
7350
-
7351
- <tr><th class="line-num" id="L1556"><a href="#L1556">1556</a></th><td class="line-code"><pre># @ tribe-events-calendar
7352
- </pre></td></tr>
7353
-
7354
-
7355
- <tr><th class="line-num" id="L1557"><a href="#L1557">1557</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1375
7356
- </pre></td></tr>
7357
-
7358
-
7359
- <tr><th class="line-num" id="L1558"><a href="#L1558">1558</a></th><td class="line-code"><pre>msgid &quot;No organizers found in Trash&quot;
7360
- </pre></td></tr>
7361
-
7362
-
7363
- <tr><th class="line-num" id="L1559"><a href="#L1559">1559</a></th><td class="line-code"><pre>msgstr &quot;Nema nađenih organizatora u smeću&quot;
7364
- </pre></td></tr>
7365
-
7366
-
7367
- <tr><th class="line-num" id="L1560"><a href="#L1560">1560</a></th><td class="line-code"><pre>
7368
- </pre></td></tr>
7369
-
7370
-
7371
- <tr><th class="line-num" id="L1561"><a href="#L1561">1561</a></th><td class="line-code"><pre># @ tribe-events-calendar
7372
- </pre></td></tr>
7373
-
7374
-
7375
- <tr><th class="line-num" id="L1562"><a href="#L1562">1562</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1379
7376
- </pre></td></tr>
7377
-
7378
-
7379
- <tr><th class="line-num" id="L1563"><a href="#L1563">1563</a></th><td class="line-code"><pre>#: ../lib/tribe-admin-events-list.class.php:217
7380
- </pre></td></tr>
7381
-
7382
-
7383
- <tr><th class="line-num" id="L1564"><a href="#L1564">1564</a></th><td class="line-code"><pre>msgid &quot;Event Categories&quot;
7384
- </pre></td></tr>
7385
-
7386
-
7387
- <tr><th class="line-num" id="L1565"><a href="#L1565">1565</a></th><td class="line-code"><pre>msgstr &quot;Kategorije događaja&quot;
7388
- </pre></td></tr>
7389
-
7390
-
7391
- <tr><th class="line-num" id="L1566"><a href="#L1566">1566</a></th><td class="line-code"><pre>
7392
- </pre></td></tr>
7393
-
7394
-
7395
- <tr><th class="line-num" id="L1567"><a href="#L1567">1567</a></th><td class="line-code"><pre># @ tribe-events-calendar
7396
- </pre></td></tr>
7397
-
7398
-
7399
- <tr><th class="line-num" id="L1568"><a href="#L1568">1568</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1380
7400
- </pre></td></tr>
7401
-
7402
-
7403
- <tr><th class="line-num" id="L1569"><a href="#L1569">1569</a></th><td class="line-code"><pre>#: ../public/template-tags/general.php:276
7404
- </pre></td></tr>
7405
-
7406
-
7407
- <tr><th class="line-num" id="L1570"><a href="#L1570">1570</a></th><td class="line-code"><pre>msgid &quot;Event Category&quot;
7408
- </pre></td></tr>
7409
-
7410
-
7411
- <tr><th class="line-num" id="L1571"><a href="#L1571">1571</a></th><td class="line-code"><pre>msgstr &quot;Kategorija događaja&quot;
7412
- </pre></td></tr>
7413
-
7414
-
7415
- <tr><th class="line-num" id="L1572"><a href="#L1572">1572</a></th><td class="line-code"><pre>
7416
- </pre></td></tr>
7417
-
7418
-
7419
- <tr><th class="line-num" id="L1573"><a href="#L1573">1573</a></th><td class="line-code"><pre># @ tribe-events-calendar
7420
- </pre></td></tr>
7421
-
7422
-
7423
- <tr><th class="line-num" id="L1574"><a href="#L1574">1574</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1381
7424
- </pre></td></tr>
7425
-
7426
-
7427
- <tr><th class="line-num" id="L1575"><a href="#L1575">1575</a></th><td class="line-code"><pre>msgid &quot;Search Event Categories&quot;
7428
- </pre></td></tr>
7429
-
7430
-
7431
- <tr><th class="line-num" id="L1576"><a href="#L1576">1576</a></th><td class="line-code"><pre>msgstr &quot;Pretraži kategorije događaja&quot;
7432
- </pre></td></tr>
7433
-
7434
-
7435
- <tr><th class="line-num" id="L1577"><a href="#L1577">1577</a></th><td class="line-code"><pre>
7436
- </pre></td></tr>
7437
-
7438
-
7439
- <tr><th class="line-num" id="L1578"><a href="#L1578">1578</a></th><td class="line-code"><pre># @ tribe-events-calendar
7440
- </pre></td></tr>
7441
-
7442
-
7443
- <tr><th class="line-num" id="L1579"><a href="#L1579">1579</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1382
7444
- </pre></td></tr>
7445
-
7446
-
7447
- <tr><th class="line-num" id="L1580"><a href="#L1580">1580</a></th><td class="line-code"><pre>msgid &quot;All Event Categories&quot;
7448
- </pre></td></tr>
7449
-
7450
-
7451
- <tr><th class="line-num" id="L1581"><a href="#L1581">1581</a></th><td class="line-code"><pre>msgstr &quot;Sve kategorije događaja&quot;
7452
- </pre></td></tr>
7453
-
7454
-
7455
- <tr><th class="line-num" id="L1582"><a href="#L1582">1582</a></th><td class="line-code"><pre>
7456
- </pre></td></tr>
7457
-
7458
-
7459
- <tr><th class="line-num" id="L1583"><a href="#L1583">1583</a></th><td class="line-code"><pre># @ tribe-events-calendar
7460
- </pre></td></tr>
7461
-
7462
-
7463
- <tr><th class="line-num" id="L1584"><a href="#L1584">1584</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1383
7464
- </pre></td></tr>
7465
-
7466
-
7467
- <tr><th class="line-num" id="L1585"><a href="#L1585">1585</a></th><td class="line-code"><pre>msgid &quot;Parent Event Category&quot;
7468
- </pre></td></tr>
7469
-
7470
-
7471
- <tr><th class="line-num" id="L1586"><a href="#L1586">1586</a></th><td class="line-code"><pre>msgstr &quot;Roditeljska kategorija događaja&quot;
7472
- </pre></td></tr>
7473
-
7474
-
7475
- <tr><th class="line-num" id="L1587"><a href="#L1587">1587</a></th><td class="line-code"><pre>
7476
- </pre></td></tr>
7477
-
7478
-
7479
- <tr><th class="line-num" id="L1588"><a href="#L1588">1588</a></th><td class="line-code"><pre># @ tribe-events-calendar
7480
- </pre></td></tr>
7481
-
7482
-
7483
- <tr><th class="line-num" id="L1589"><a href="#L1589">1589</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1384
7484
- </pre></td></tr>
7485
-
7486
-
7487
- <tr><th class="line-num" id="L1590"><a href="#L1590">1590</a></th><td class="line-code"><pre>msgid &quot;Parent Event Category:&quot;
7488
- </pre></td></tr>
7489
-
7490
-
7491
- <tr><th class="line-num" id="L1591"><a href="#L1591">1591</a></th><td class="line-code"><pre>msgstr &quot;Roditeljska kategorija događaja:&quot;
7492
- </pre></td></tr>
7493
-
7494
-
7495
- <tr><th class="line-num" id="L1592"><a href="#L1592">1592</a></th><td class="line-code"><pre>
7496
- </pre></td></tr>
7497
-
7498
-
7499
- <tr><th class="line-num" id="L1593"><a href="#L1593">1593</a></th><td class="line-code"><pre># @ tribe-events-calendar
7500
- </pre></td></tr>
7501
-
7502
-
7503
- <tr><th class="line-num" id="L1594"><a href="#L1594">1594</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1385
7504
- </pre></td></tr>
7505
-
7506
-
7507
- <tr><th class="line-num" id="L1595"><a href="#L1595">1595</a></th><td class="line-code"><pre>msgid &quot;Edit Event Category&quot;
7508
- </pre></td></tr>
7509
-
7510
-
7511
- <tr><th class="line-num" id="L1596"><a href="#L1596">1596</a></th><td class="line-code"><pre>msgstr &quot;Izmijeni kategoriju događaja&quot;
7512
- </pre></td></tr>
7513
-
7514
-
7515
- <tr><th class="line-num" id="L1597"><a href="#L1597">1597</a></th><td class="line-code"><pre>
7516
- </pre></td></tr>
7517
-
7518
-
7519
- <tr><th class="line-num" id="L1598"><a href="#L1598">1598</a></th><td class="line-code"><pre># @ tribe-events-calendar
7520
- </pre></td></tr>
7521
-
7522
-
7523
- <tr><th class="line-num" id="L1599"><a href="#L1599">1599</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1386
7524
- </pre></td></tr>
7525
-
7526
-
7527
- <tr><th class="line-num" id="L1600"><a href="#L1600">1600</a></th><td class="line-code"><pre>msgid &quot;Update Event Category&quot;
7528
- </pre></td></tr>
7529
-
7530
-
7531
- <tr><th class="line-num" id="L1601"><a href="#L1601">1601</a></th><td class="line-code"><pre>msgstr &quot;Ažuriraj kategoriju događaja&quot;
7532
- </pre></td></tr>
7533
-
7534
-
7535
- <tr><th class="line-num" id="L1602"><a href="#L1602">1602</a></th><td class="line-code"><pre>
7536
- </pre></td></tr>
7537
-
7538
-
7539
- <tr><th class="line-num" id="L1603"><a href="#L1603">1603</a></th><td class="line-code"><pre># @ tribe-events-calendar
7540
- </pre></td></tr>
7541
-
7542
-
7543
- <tr><th class="line-num" id="L1604"><a href="#L1604">1604</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1387
7544
- </pre></td></tr>
7545
-
7546
-
7547
- <tr><th class="line-num" id="L1605"><a href="#L1605">1605</a></th><td class="line-code"><pre>msgid &quot;Add New Event Category&quot;
7548
- </pre></td></tr>
7549
-
7550
-
7551
- <tr><th class="line-num" id="L1606"><a href="#L1606">1606</a></th><td class="line-code"><pre>msgstr &quot;Dodaj novu kategoriju događaja&quot;
7552
- </pre></td></tr>
7553
-
7554
-
7555
- <tr><th class="line-num" id="L1607"><a href="#L1607">1607</a></th><td class="line-code"><pre>
7556
- </pre></td></tr>
7557
-
7558
-
7559
- <tr><th class="line-num" id="L1608"><a href="#L1608">1608</a></th><td class="line-code"><pre># @ tribe-events-calendar
7560
- </pre></td></tr>
7561
-
7562
-
7563
- <tr><th class="line-num" id="L1609"><a href="#L1609">1609</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1388
7564
- </pre></td></tr>
7565
-
7566
-
7567
- <tr><th class="line-num" id="L1610"><a href="#L1610">1610</a></th><td class="line-code"><pre>msgid &quot;New Event Category Name&quot;
7568
- </pre></td></tr>
7569
-
7570
-
7571
- <tr><th class="line-num" id="L1611"><a href="#L1611">1611</a></th><td class="line-code"><pre>msgstr &quot;Novo ime kategorije događaja&quot;
7572
- </pre></td></tr>
7573
-
7574
-
7575
- <tr><th class="line-num" id="L1612"><a href="#L1612">1612</a></th><td class="line-code"><pre>
7576
- </pre></td></tr>
7577
-
7578
-
7579
- <tr><th class="line-num" id="L1613"><a href="#L1613">1613</a></th><td class="line-code"><pre># @ tribe-events-calendar
7580
- </pre></td></tr>
7581
-
7582
-
7583
- <tr><th class="line-num" id="L1614"><a href="#L1614">1614</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1404
7584
- </pre></td></tr>
7585
-
7586
-
7587
- <tr><th class="line-num" id="L1615"><a href="#L1615">1615</a></th><td class="line-code"><pre>#, php-format
7588
- </pre></td></tr>
7589
-
7590
-
7591
- <tr><th class="line-num" id="L1616"><a href="#L1616">1616</a></th><td class="line-code"><pre>msgid &quot;Event updated. &lt;a href=\&quot;%s\&quot;&gt;View event&lt;/a&gt;&quot;
7592
- </pre></td></tr>
7593
-
7594
-
7595
- <tr><th class="line-num" id="L1617"><a href="#L1617">1617</a></th><td class="line-code"><pre>msgstr &quot;Događaj ažuriran. &lt;a href=\&quot;%s\&quot;&gt;Pogledaj događaj&lt;/a&gt;&quot;
7596
- </pre></td></tr>
7597
-
7598
-
7599
- <tr><th class="line-num" id="L1618"><a href="#L1618">1618</a></th><td class="line-code"><pre>
7600
- </pre></td></tr>
7601
-
7602
-
7603
- <tr><th class="line-num" id="L1619"><a href="#L1619">1619</a></th><td class="line-code"><pre># @ tribe-events-calendar
7604
- </pre></td></tr>
7605
-
7606
-
7607
- <tr><th class="line-num" id="L1620"><a href="#L1620">1620</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1405
7608
- </pre></td></tr>
7609
-
7610
-
7611
- <tr><th class="line-num" id="L1621"><a href="#L1621">1621</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1422
7612
- </pre></td></tr>
7613
-
7614
-
7615
- <tr><th class="line-num" id="L1622"><a href="#L1622">1622</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1439
7616
- </pre></td></tr>
7617
-
7618
-
7619
- <tr><th class="line-num" id="L1623"><a href="#L1623">1623</a></th><td class="line-code"><pre>msgid &quot;Custom field updated.&quot;
7620
- </pre></td></tr>
7621
-
7622
-
7623
- <tr><th class="line-num" id="L1624"><a href="#L1624">1624</a></th><td class="line-code"><pre>msgstr &quot;Prilagođeno polje ažurirano.&quot;
7624
- </pre></td></tr>
7625
-
7626
-
7627
- <tr><th class="line-num" id="L1625"><a href="#L1625">1625</a></th><td class="line-code"><pre>
7628
- </pre></td></tr>
7629
-
7630
-
7631
- <tr><th class="line-num" id="L1626"><a href="#L1626">1626</a></th><td class="line-code"><pre># @ tribe-events-calendar
7632
- </pre></td></tr>
7633
-
7634
-
7635
- <tr><th class="line-num" id="L1627"><a href="#L1627">1627</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1406
7636
- </pre></td></tr>
7637
-
7638
-
7639
- <tr><th class="line-num" id="L1628"><a href="#L1628">1628</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1423
7640
- </pre></td></tr>
7641
-
7642
-
7643
- <tr><th class="line-num" id="L1629"><a href="#L1629">1629</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1440
7644
- </pre></td></tr>
7645
-
7646
-
7647
- <tr><th class="line-num" id="L1630"><a href="#L1630">1630</a></th><td class="line-code"><pre>msgid &quot;Custom field deleted.&quot;
7648
- </pre></td></tr>
7649
-
7650
-
7651
- <tr><th class="line-num" id="L1631"><a href="#L1631">1631</a></th><td class="line-code"><pre>msgstr &quot;Prilagođeno polje obrisano.&quot;
7652
- </pre></td></tr>
7653
-
7654
-
7655
- <tr><th class="line-num" id="L1632"><a href="#L1632">1632</a></th><td class="line-code"><pre>
7656
- </pre></td></tr>
7657
-
7658
-
7659
- <tr><th class="line-num" id="L1633"><a href="#L1633">1633</a></th><td class="line-code"><pre># @ tribe-events-calendar
7660
- </pre></td></tr>
7661
-
7662
-
7663
- <tr><th class="line-num" id="L1634"><a href="#L1634">1634</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1407
7664
- </pre></td></tr>
7665
-
7666
-
7667
- <tr><th class="line-num" id="L1635"><a href="#L1635">1635</a></th><td class="line-code"><pre>msgid &quot;Event updated.&quot;
7668
- </pre></td></tr>
7669
-
7670
-
7671
- <tr><th class="line-num" id="L1636"><a href="#L1636">1636</a></th><td class="line-code"><pre>msgstr &quot;Događaj ažuriran.&quot;
7672
- </pre></td></tr>
7673
-
7674
-
7675
- <tr><th class="line-num" id="L1637"><a href="#L1637">1637</a></th><td class="line-code"><pre>
7676
- </pre></td></tr>
7677
-
7678
-
7679
- <tr><th class="line-num" id="L1638"><a href="#L1638">1638</a></th><td class="line-code"><pre># @ tribe-events-calendar
7680
- </pre></td></tr>
7681
-
7682
-
7683
- <tr><th class="line-num" id="L1639"><a href="#L1639">1639</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1409
7684
- </pre></td></tr>
7685
-
7686
-
7687
- <tr><th class="line-num" id="L1640"><a href="#L1640">1640</a></th><td class="line-code"><pre>#, php-format
7688
- </pre></td></tr>
7689
-
7690
-
7691
- <tr><th class="line-num" id="L1641"><a href="#L1641">1641</a></th><td class="line-code"><pre>msgid &quot;Event restored to revision from %s&quot;
7692
- </pre></td></tr>
7693
-
7694
-
7695
- <tr><th class="line-num" id="L1642"><a href="#L1642">1642</a></th><td class="line-code"><pre>msgstr &quot;Događaj vraćen na reviziju od %s&quot;
7696
- </pre></td></tr>
7697
-
7698
-
7699
- <tr><th class="line-num" id="L1643"><a href="#L1643">1643</a></th><td class="line-code"><pre>
7700
- </pre></td></tr>
7701
-
7702
-
7703
- <tr><th class="line-num" id="L1644"><a href="#L1644">1644</a></th><td class="line-code"><pre># @ tribe-events-calendar
7704
- </pre></td></tr>
7705
-
7706
-
7707
- <tr><th class="line-num" id="L1645"><a href="#L1645">1645</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1410
7708
- </pre></td></tr>
7709
-
7710
-
7711
- <tr><th class="line-num" id="L1646"><a href="#L1646">1646</a></th><td class="line-code"><pre>#, php-format
7712
- </pre></td></tr>
7713
-
7714
-
7715
- <tr><th class="line-num" id="L1647"><a href="#L1647">1647</a></th><td class="line-code"><pre>msgid &quot;Event published. &lt;a href=\&quot;%s\&quot;&gt;View event&lt;/a&gt;&quot;
7716
- </pre></td></tr>
7717
-
7718
-
7719
- <tr><th class="line-num" id="L1648"><a href="#L1648">1648</a></th><td class="line-code"><pre>msgstr &quot;Događaj objavljen. &lt;a href=\&quot;%s\&quot;&gt;Pogledaj događaj&lt;/a&gt;&quot;
7720
- </pre></td></tr>
7721
-
7722
-
7723
- <tr><th class="line-num" id="L1649"><a href="#L1649">1649</a></th><td class="line-code"><pre>
7724
- </pre></td></tr>
7725
-
7726
-
7727
- <tr><th class="line-num" id="L1650"><a href="#L1650">1650</a></th><td class="line-code"><pre># @ tribe-events-calendar
7728
- </pre></td></tr>
7729
-
7730
-
7731
- <tr><th class="line-num" id="L1651"><a href="#L1651">1651</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1411
7732
- </pre></td></tr>
7733
-
7734
-
7735
- <tr><th class="line-num" id="L1652"><a href="#L1652">1652</a></th><td class="line-code"><pre>msgid &quot;Event saved.&quot;
7736
- </pre></td></tr>
7737
-
7738
-
7739
- <tr><th class="line-num" id="L1653"><a href="#L1653">1653</a></th><td class="line-code"><pre>msgstr &quot;Događaj sačuvan.&quot;
7740
- </pre></td></tr>
7741
-
7742
-
7743
- <tr><th class="line-num" id="L1654"><a href="#L1654">1654</a></th><td class="line-code"><pre>
7744
- </pre></td></tr>
7745
-
7746
-
7747
- <tr><th class="line-num" id="L1655"><a href="#L1655">1655</a></th><td class="line-code"><pre># @ tribe-events-calendar
7748
- </pre></td></tr>
7749
-
7750
-
7751
- <tr><th class="line-num" id="L1656"><a href="#L1656">1656</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1412
7752
- </pre></td></tr>
7753
-
7754
-
7755
- <tr><th class="line-num" id="L1657"><a href="#L1657">1657</a></th><td class="line-code"><pre>#, php-format
7756
- </pre></td></tr>
7757
-
7758
-
7759
- <tr><th class="line-num" id="L1658"><a href="#L1658">1658</a></th><td class="line-code"><pre>msgid &quot;Event submitted. &lt;a target=\&quot;_blank\&quot; href=\&quot;%s\&quot;&gt;Preview event&lt;/a&gt;&quot;
7760
- </pre></td></tr>
7761
-
7762
-
7763
- <tr><th class="line-num" id="L1659"><a href="#L1659">1659</a></th><td class="line-code"><pre>msgstr &quot;Događaj poslat. &lt;a target=\&quot;_blank\&quot; href=\&quot;%s\&quot;&gt;Pregled događaja&lt;/a&gt;&quot;
7764
- </pre></td></tr>
7765
-
7766
-
7767
- <tr><th class="line-num" id="L1660"><a href="#L1660">1660</a></th><td class="line-code"><pre>
7768
- </pre></td></tr>
7769
-
7770
-
7771
- <tr><th class="line-num" id="L1661"><a href="#L1661">1661</a></th><td class="line-code"><pre># @ tribe-events-calendar
7772
- </pre></td></tr>
7773
-
7774
-
7775
- <tr><th class="line-num" id="L1662"><a href="#L1662">1662</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1413
7776
- </pre></td></tr>
7777
-
7778
-
7779
- <tr><th class="line-num" id="L1663"><a href="#L1663">1663</a></th><td class="line-code"><pre>#, php-format
7780
- </pre></td></tr>
7781
-
7782
-
7783
- <tr><th class="line-num" id="L1664"><a href="#L1664">1664</a></th><td class="line-code"><pre>msgid &quot;&quot;
7784
- </pre></td></tr>
7785
-
7786
-
7787
- <tr><th class="line-num" id="L1665"><a href="#L1665">1665</a></th><td class="line-code"><pre>&quot;Event scheduled for: &lt;strong&gt;%1$s&lt;/strong&gt;. &lt;a target=\&quot;_blank\&quot; href=\&quot;%2$s&quot;
7788
- </pre></td></tr>
7789
-
7790
-
7791
- <tr><th class="line-num" id="L1666"><a href="#L1666">1666</a></th><td class="line-code"><pre>&quot;\&quot;&gt;Preview event&lt;/a&gt;&quot;
7792
- </pre></td></tr>
7793
-
7794
-
7795
- <tr><th class="line-num" id="L1667"><a href="#L1667">1667</a></th><td class="line-code"><pre>msgstr &quot;&quot;
7796
- </pre></td></tr>
7797
-
7798
-
7799
- <tr><th class="line-num" id="L1668"><a href="#L1668">1668</a></th><td class="line-code"><pre>&quot;Događaj stavljen na raspored za: &lt;strong&gt;%1$s&lt;/strong&gt;. &lt;a target=\&quot;_blank\&quot; &quot;
7800
- </pre></td></tr>
7801
-
7802
-
7803
- <tr><th class="line-num" id="L1669"><a href="#L1669">1669</a></th><td class="line-code"><pre>&quot;href=\&quot;%2$s\&quot;&gt;Pregled događaja&lt;/a&gt;&quot;
7804
- </pre></td></tr>
7805
-
7806
-
7807
- <tr><th class="line-num" id="L1670"><a href="#L1670">1670</a></th><td class="line-code"><pre>
7808
- </pre></td></tr>
7809
-
7810
-
7811
- <tr><th class="line-num" id="L1671"><a href="#L1671">1671</a></th><td class="line-code"><pre># @ tribe-events-calendar
7812
- </pre></td></tr>
7813
-
7814
-
7815
- <tr><th class="line-num" id="L1672"><a href="#L1672">1672</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1415
7816
- </pre></td></tr>
7817
-
7818
-
7819
- <tr><th class="line-num" id="L1673"><a href="#L1673">1673</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1432
7820
- </pre></td></tr>
7821
-
7822
-
7823
- <tr><th class="line-num" id="L1674"><a href="#L1674">1674</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1449
7824
- </pre></td></tr>
7825
-
7826
-
7827
- <tr><th class="line-num" id="L1675"><a href="#L1675">1675</a></th><td class="line-code"><pre>msgid &quot;M j, Y @ G:i&quot;
7828
- </pre></td></tr>
7829
-
7830
-
7831
- <tr><th class="line-num" id="L1676"><a href="#L1676">1676</a></th><td class="line-code"><pre>msgstr &quot;M j, Y @ G:i&quot;
7832
- </pre></td></tr>
7833
-
7834
-
7835
- <tr><th class="line-num" id="L1677"><a href="#L1677">1677</a></th><td class="line-code"><pre>
7836
- </pre></td></tr>
7837
-
7838
-
7839
- <tr><th class="line-num" id="L1678"><a href="#L1678">1678</a></th><td class="line-code"><pre># @ tribe-events-calendar
7840
- </pre></td></tr>
7841
-
7842
-
7843
- <tr><th class="line-num" id="L1679"><a href="#L1679">1679</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1416
7844
- </pre></td></tr>
7845
-
7846
-
7847
- <tr><th class="line-num" id="L1680"><a href="#L1680">1680</a></th><td class="line-code"><pre>#, php-format
7848
- </pre></td></tr>
7849
-
7850
-
7851
- <tr><th class="line-num" id="L1681"><a href="#L1681">1681</a></th><td class="line-code"><pre>msgid &quot;Event draft updated. &lt;a target=\&quot;_blank\&quot; href=\&quot;%s\&quot;&gt;Preview event&lt;/a&gt;&quot;
7852
- </pre></td></tr>
7853
-
7854
-
7855
- <tr><th class="line-num" id="L1682"><a href="#L1682">1682</a></th><td class="line-code"><pre>msgstr &quot;Nacrt ažiruran. &lt;a target=\&quot;_blank\&quot; href=\&quot;%s\&quot;&gt;Pregled događaja&lt;/a&gt;&quot;
7856
- </pre></td></tr>
7857
-
7858
-
7859
- <tr><th class="line-num" id="L1683"><a href="#L1683">1683</a></th><td class="line-code"><pre>
7860
- </pre></td></tr>
7861
-
7862
-
7863
- <tr><th class="line-num" id="L1684"><a href="#L1684">1684</a></th><td class="line-code"><pre># @ tribe-events-calendar
7864
- </pre></td></tr>
7865
-
7866
-
7867
- <tr><th class="line-num" id="L1685"><a href="#L1685">1685</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1421
7868
- </pre></td></tr>
7869
-
7870
-
7871
- <tr><th class="line-num" id="L1686"><a href="#L1686">1686</a></th><td class="line-code"><pre>#, php-format
7872
- </pre></td></tr>
7873
-
7874
-
7875
- <tr><th class="line-num" id="L1687"><a href="#L1687">1687</a></th><td class="line-code"><pre>msgid &quot;Venue updated. &lt;a href=\&quot;%s\&quot;&gt;View venue&lt;/a&gt;&quot;
7876
- </pre></td></tr>
7877
-
7878
-
7879
- <tr><th class="line-num" id="L1688"><a href="#L1688">1688</a></th><td class="line-code"><pre>msgstr &quot;Mjesto ažurirano. &lt;a href=\&quot;%s\&quot;&gt;Vidi mjesto&lt;/a&gt;&quot;
7880
- </pre></td></tr>
7881
-
7882
-
7883
- <tr><th class="line-num" id="L1689"><a href="#L1689">1689</a></th><td class="line-code"><pre>
7884
- </pre></td></tr>
7885
-
7886
-
7887
- <tr><th class="line-num" id="L1690"><a href="#L1690">1690</a></th><td class="line-code"><pre># @ tribe-events-calendar
7888
- </pre></td></tr>
7889
-
7890
-
7891
- <tr><th class="line-num" id="L1691"><a href="#L1691">1691</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1424
7892
- </pre></td></tr>
7893
-
7894
-
7895
- <tr><th class="line-num" id="L1692"><a href="#L1692">1692</a></th><td class="line-code"><pre>msgid &quot;Venue updated.&quot;
7896
- </pre></td></tr>
7897
-
7898
-
7899
- <tr><th class="line-num" id="L1693"><a href="#L1693">1693</a></th><td class="line-code"><pre>msgstr &quot;Mjesto ažurirano. &quot;
7900
- </pre></td></tr>
7901
-
7902
-
7903
- <tr><th class="line-num" id="L1694"><a href="#L1694">1694</a></th><td class="line-code"><pre>
7904
- </pre></td></tr>
7905
-
7906
-
7907
- <tr><th class="line-num" id="L1695"><a href="#L1695">1695</a></th><td class="line-code"><pre># @ tribe-events-calendar
7908
- </pre></td></tr>
7909
-
7910
-
7911
- <tr><th class="line-num" id="L1696"><a href="#L1696">1696</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1426
7912
- </pre></td></tr>
7913
-
7914
-
7915
- <tr><th class="line-num" id="L1697"><a href="#L1697">1697</a></th><td class="line-code"><pre>#, php-format
7916
- </pre></td></tr>
7917
-
7918
-
7919
- <tr><th class="line-num" id="L1698"><a href="#L1698">1698</a></th><td class="line-code"><pre>msgid &quot;Venue restored to revision from %s&quot;
7920
- </pre></td></tr>
7921
-
7922
-
7923
- <tr><th class="line-num" id="L1699"><a href="#L1699">1699</a></th><td class="line-code"><pre>msgstr &quot;Mjesto vraćeno na reviziju od %s&quot;
7924
- </pre></td></tr>
7925
-
7926
-
7927
- <tr><th class="line-num" id="L1700"><a href="#L1700">1700</a></th><td class="line-code"><pre>
7928
- </pre></td></tr>
7929
-
7930
-
7931
- <tr><th class="line-num" id="L1701"><a href="#L1701">1701</a></th><td class="line-code"><pre># @ tribe-events-calendar
7932
- </pre></td></tr>
7933
-
7934
-
7935
- <tr><th class="line-num" id="L1702"><a href="#L1702">1702</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1427
7936
- </pre></td></tr>
7937
-
7938
-
7939
- <tr><th class="line-num" id="L1703"><a href="#L1703">1703</a></th><td class="line-code"><pre>#, php-format
7940
- </pre></td></tr>
7941
-
7942
-
7943
- <tr><th class="line-num" id="L1704"><a href="#L1704">1704</a></th><td class="line-code"><pre>msgid &quot;Venue published. &lt;a href=\&quot;%s\&quot;&gt;View venue&lt;/a&gt;&quot;
7944
- </pre></td></tr>
7945
-
7946
-
7947
- <tr><th class="line-num" id="L1705"><a href="#L1705">1705</a></th><td class="line-code"><pre>msgstr &quot;Mjesto objavljeno. &lt;a href=\&quot;%s\&quot;&gt;Vidi mjesto&lt;/a&gt;&quot;
7948
- </pre></td></tr>
7949
-
7950
-
7951
- <tr><th class="line-num" id="L1706"><a href="#L1706">1706</a></th><td class="line-code"><pre>
7952
- </pre></td></tr>
7953
-
7954
-
7955
- <tr><th class="line-num" id="L1707"><a href="#L1707">1707</a></th><td class="line-code"><pre># @ tribe-events-calendar
7956
- </pre></td></tr>
7957
-
7958
-
7959
- <tr><th class="line-num" id="L1708"><a href="#L1708">1708</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1428
7960
- </pre></td></tr>
7961
-
7962
-
7963
- <tr><th class="line-num" id="L1709"><a href="#L1709">1709</a></th><td class="line-code"><pre>msgid &quot;Venue saved.&quot;
7964
- </pre></td></tr>
7965
-
7966
-
7967
- <tr><th class="line-num" id="L1710"><a href="#L1710">1710</a></th><td class="line-code"><pre>msgstr &quot;Mjesto sačuvano.&quot;
7968
- </pre></td></tr>
7969
-
7970
-
7971
- <tr><th class="line-num" id="L1711"><a href="#L1711">1711</a></th><td class="line-code"><pre>
7972
- </pre></td></tr>
7973
-
7974
-
7975
- <tr><th class="line-num" id="L1712"><a href="#L1712">1712</a></th><td class="line-code"><pre># @ tribe-events-calendar
7976
- </pre></td></tr>
7977
-
7978
-
7979
- <tr><th class="line-num" id="L1713"><a href="#L1713">1713</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1429
7980
- </pre></td></tr>
7981
-
7982
-
7983
- <tr><th class="line-num" id="L1714"><a href="#L1714">1714</a></th><td class="line-code"><pre>#, php-format
7984
- </pre></td></tr>
7985
-
7986
-
7987
- <tr><th class="line-num" id="L1715"><a href="#L1715">1715</a></th><td class="line-code"><pre>msgid &quot;Venue submitted. &lt;a target=\&quot;_blank\&quot; href=\&quot;%s\&quot;&gt;Preview venue&lt;/a&gt;&quot;
7988
- </pre></td></tr>
7989
-
7990
-
7991
- <tr><th class="line-num" id="L1716"><a href="#L1716">1716</a></th><td class="line-code"><pre>msgstr &quot;Mjesto poslato. &lt;a target=\&quot;_blank\&quot; href=\&quot;%s\&quot;&gt;Pregled mesta&lt;/a&gt;&quot;
7992
- </pre></td></tr>
7993
-
7994
-
7995
- <tr><th class="line-num" id="L1717"><a href="#L1717">1717</a></th><td class="line-code"><pre>
7996
- </pre></td></tr>
7997
-
7998
-
7999
- <tr><th class="line-num" id="L1718"><a href="#L1718">1718</a></th><td class="line-code"><pre># @ tribe-events-calendar
8000
- </pre></td></tr>
8001
-
8002
-
8003
- <tr><th class="line-num" id="L1719"><a href="#L1719">1719</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1430
8004
- </pre></td></tr>
8005
-
8006
-
8007
- <tr><th class="line-num" id="L1720"><a href="#L1720">1720</a></th><td class="line-code"><pre>#, php-format
8008
- </pre></td></tr>
8009
-
8010
-
8011
- <tr><th class="line-num" id="L1721"><a href="#L1721">1721</a></th><td class="line-code"><pre>msgid &quot;&quot;
8012
- </pre></td></tr>
8013
-
8014
-
8015
- <tr><th class="line-num" id="L1722"><a href="#L1722">1722</a></th><td class="line-code"><pre>&quot;Venue scheduled for: &lt;strong&gt;%1$s&lt;/strong&gt;. &lt;a target=\&quot;_blank\&quot; href=\&quot;%2$s&quot;
8016
- </pre></td></tr>
8017
-
8018
-
8019
- <tr><th class="line-num" id="L1723"><a href="#L1723">1723</a></th><td class="line-code"><pre>&quot;\&quot;&gt;Preview venue&lt;/a&gt;&quot;
8020
- </pre></td></tr>
8021
-
8022
-
8023
- <tr><th class="line-num" id="L1724"><a href="#L1724">1724</a></th><td class="line-code"><pre>msgstr &quot;&quot;
8024
- </pre></td></tr>
8025
-
8026
-
8027
- <tr><th class="line-num" id="L1725"><a href="#L1725">1725</a></th><td class="line-code"><pre>&quot;Mjesto stavljeno na raspored za: &lt;strong&gt;%1$s&lt;/strong&gt;. &lt;a target=\&quot;_blank\&quot; &quot;
8028
- </pre></td></tr>
8029
-
8030
-
8031
- <tr><th class="line-num" id="L1726"><a href="#L1726">1726</a></th><td class="line-code"><pre>&quot;href=\&quot;%2$s\&quot;&gt;Pregled mjesta&lt;/a&gt;&quot;
8032
- </pre></td></tr>
8033
-
8034
-
8035
- <tr><th class="line-num" id="L1727"><a href="#L1727">1727</a></th><td class="line-code"><pre>
8036
- </pre></td></tr>
8037
-
8038
-
8039
- <tr><th class="line-num" id="L1728"><a href="#L1728">1728</a></th><td class="line-code"><pre># @ tribe-events-calendar
8040
- </pre></td></tr>
8041
-
8042
-
8043
- <tr><th class="line-num" id="L1729"><a href="#L1729">1729</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1433
8044
- </pre></td></tr>
8045
-
8046
-
8047
- <tr><th class="line-num" id="L1730"><a href="#L1730">1730</a></th><td class="line-code"><pre>#, php-format
8048
- </pre></td></tr>
8049
-
8050
-
8051
- <tr><th class="line-num" id="L1731"><a href="#L1731">1731</a></th><td class="line-code"><pre>msgid &quot;Venue draft updated. &lt;a target=\&quot;_blank\&quot; href=\&quot;%s\&quot;&gt;Preview venue&lt;/a&gt;&quot;
8052
- </pre></td></tr>
8053
-
8054
-
8055
- <tr><th class="line-num" id="L1732"><a href="#L1732">1732</a></th><td class="line-code"><pre>msgstr &quot;&quot;
8056
- </pre></td></tr>
8057
-
8058
-
8059
- <tr><th class="line-num" id="L1733"><a href="#L1733">1733</a></th><td class="line-code"><pre>&quot;Nacrt mjesta ažuriran. &lt;a target=\&quot;_blank\&quot; href=\&quot;%s\&quot;&gt;Pregled mjesta&lt;/a&gt;&quot;
8060
- </pre></td></tr>
8061
-
8062
-
8063
- <tr><th class="line-num" id="L1734"><a href="#L1734">1734</a></th><td class="line-code"><pre>
8064
- </pre></td></tr>
8065
-
8066
-
8067
- <tr><th class="line-num" id="L1735"><a href="#L1735">1735</a></th><td class="line-code"><pre># @ tribe-events-calendar
8068
- </pre></td></tr>
8069
-
8070
-
8071
- <tr><th class="line-num" id="L1736"><a href="#L1736">1736</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1438
8072
- </pre></td></tr>
8073
-
8074
-
8075
- <tr><th class="line-num" id="L1737"><a href="#L1737">1737</a></th><td class="line-code"><pre>#, php-format
8076
- </pre></td></tr>
8077
-
8078
-
8079
- <tr><th class="line-num" id="L1738"><a href="#L1738">1738</a></th><td class="line-code"><pre>msgid &quot;Organizer updated. &lt;a href=\&quot;%s\&quot;&gt;View organizer&lt;/a&gt;&quot;
8080
- </pre></td></tr>
8081
-
8082
-
8083
- <tr><th class="line-num" id="L1739"><a href="#L1739">1739</a></th><td class="line-code"><pre>msgstr &quot;Organizator ažuriran. &lt;a href=\&quot;%s\&quot;&gt;Vidi organizatora&lt;/a&gt;&quot;
8084
- </pre></td></tr>
8085
-
8086
-
8087
- <tr><th class="line-num" id="L1740"><a href="#L1740">1740</a></th><td class="line-code"><pre>
8088
- </pre></td></tr>
8089
-
8090
-
8091
- <tr><th class="line-num" id="L1741"><a href="#L1741">1741</a></th><td class="line-code"><pre># @ tribe-events-calendar
8092
- </pre></td></tr>
8093
-
8094
-
8095
- <tr><th class="line-num" id="L1742"><a href="#L1742">1742</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1441
8096
- </pre></td></tr>
8097
-
8098
-
8099
- <tr><th class="line-num" id="L1743"><a href="#L1743">1743</a></th><td class="line-code"><pre>msgid &quot;Organizer updated.&quot;
8100
- </pre></td></tr>
8101
-
8102
-
8103
- <tr><th class="line-num" id="L1744"><a href="#L1744">1744</a></th><td class="line-code"><pre>msgstr &quot;Organizator ažuriran.&quot;
8104
- </pre></td></tr>
8105
-
8106
-
8107
- <tr><th class="line-num" id="L1745"><a href="#L1745">1745</a></th><td class="line-code"><pre>
8108
- </pre></td></tr>
8109
-
8110
-
8111
- <tr><th class="line-num" id="L1746"><a href="#L1746">1746</a></th><td class="line-code"><pre># @ tribe-events-calendar
8112
- </pre></td></tr>
8113
-
8114
-
8115
- <tr><th class="line-num" id="L1747"><a href="#L1747">1747</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1443
8116
- </pre></td></tr>
8117
-
8118
-
8119
- <tr><th class="line-num" id="L1748"><a href="#L1748">1748</a></th><td class="line-code"><pre>#, php-format
8120
- </pre></td></tr>
8121
-
8122
-
8123
- <tr><th class="line-num" id="L1749"><a href="#L1749">1749</a></th><td class="line-code"><pre>msgid &quot;Organizer restored to revision from %s&quot;
8124
- </pre></td></tr>
8125
-
8126
-
8127
- <tr><th class="line-num" id="L1750"><a href="#L1750">1750</a></th><td class="line-code"><pre>msgstr &quot;Organizator vraćen na reviziju od %s&quot;
8128
- </pre></td></tr>
8129
-
8130
-
8131
- <tr><th class="line-num" id="L1751"><a href="#L1751">1751</a></th><td class="line-code"><pre>
8132
- </pre></td></tr>
8133
-
8134
-
8135
- <tr><th class="line-num" id="L1752"><a href="#L1752">1752</a></th><td class="line-code"><pre># @ tribe-events-calendar
8136
- </pre></td></tr>
8137
-
8138
-
8139
- <tr><th class="line-num" id="L1753"><a href="#L1753">1753</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1444
8140
- </pre></td></tr>
8141
-
8142
-
8143
- <tr><th class="line-num" id="L1754"><a href="#L1754">1754</a></th><td class="line-code"><pre>#, php-format
8144
- </pre></td></tr>
8145
-
8146
-
8147
- <tr><th class="line-num" id="L1755"><a href="#L1755">1755</a></th><td class="line-code"><pre>msgid &quot;Organizer published. &lt;a href=\&quot;%s\&quot;&gt;View organizer&lt;/a&gt;&quot;
8148
- </pre></td></tr>
8149
-
8150
-
8151
- <tr><th class="line-num" id="L1756"><a href="#L1756">1756</a></th><td class="line-code"><pre>msgstr &quot;Organizator objavljen. &lt;a href=\&quot;%s\&quot;&gt;Vidi organizatora&lt;/a&gt;&quot;
8152
- </pre></td></tr>
8153
-
8154
-
8155
- <tr><th class="line-num" id="L1757"><a href="#L1757">1757</a></th><td class="line-code"><pre>
8156
- </pre></td></tr>
8157
-
8158
-
8159
- <tr><th class="line-num" id="L1758"><a href="#L1758">1758</a></th><td class="line-code"><pre># @ tribe-events-calendar
8160
- </pre></td></tr>
8161
-
8162
-
8163
- <tr><th class="line-num" id="L1759"><a href="#L1759">1759</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1445
8164
- </pre></td></tr>
8165
-
8166
-
8167
- <tr><th class="line-num" id="L1760"><a href="#L1760">1760</a></th><td class="line-code"><pre>msgid &quot;Organizer saved.&quot;
8168
- </pre></td></tr>
8169
-
8170
-
8171
- <tr><th class="line-num" id="L1761"><a href="#L1761">1761</a></th><td class="line-code"><pre>msgstr &quot;Organizator sačuvan.&quot;
8172
- </pre></td></tr>
8173
-
8174
-
8175
- <tr><th class="line-num" id="L1762"><a href="#L1762">1762</a></th><td class="line-code"><pre>
8176
- </pre></td></tr>
8177
-
8178
-
8179
- <tr><th class="line-num" id="L1763"><a href="#L1763">1763</a></th><td class="line-code"><pre># @ tribe-events-calendar
8180
- </pre></td></tr>
8181
-
8182
-
8183
- <tr><th class="line-num" id="L1764"><a href="#L1764">1764</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1446
8184
- </pre></td></tr>
8185
-
8186
-
8187
- <tr><th class="line-num" id="L1765"><a href="#L1765">1765</a></th><td class="line-code"><pre>#, php-format
8188
- </pre></td></tr>
8189
-
8190
-
8191
- <tr><th class="line-num" id="L1766"><a href="#L1766">1766</a></th><td class="line-code"><pre>msgid &quot;&quot;
8192
- </pre></td></tr>
8193
-
8194
-
8195
- <tr><th class="line-num" id="L1767"><a href="#L1767">1767</a></th><td class="line-code"><pre>&quot;Organizer submitted. &lt;a target=\&quot;_blank\&quot; href=\&quot;%s\&quot;&gt;Preview organizer&lt;/a&gt;&quot;
8196
- </pre></td></tr>
8197
-
8198
-
8199
- <tr><th class="line-num" id="L1768"><a href="#L1768">1768</a></th><td class="line-code"><pre>msgstr &quot;&quot;
8200
- </pre></td></tr>
8201
-
8202
-
8203
- <tr><th class="line-num" id="L1769"><a href="#L1769">1769</a></th><td class="line-code"><pre>&quot;Organizator poslat. &lt;a target=\&quot;_blank\&quot; href=\&quot;%s\&quot;&gt;Pregled organizatora&lt;/a&gt;&quot;
8204
- </pre></td></tr>
8205
-
8206
-
8207
- <tr><th class="line-num" id="L1770"><a href="#L1770">1770</a></th><td class="line-code"><pre>
8208
- </pre></td></tr>
8209
-
8210
-
8211
- <tr><th class="line-num" id="L1771"><a href="#L1771">1771</a></th><td class="line-code"><pre># @ tribe-events-calendar
8212
- </pre></td></tr>
8213
-
8214
-
8215
- <tr><th class="line-num" id="L1772"><a href="#L1772">1772</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1447
8216
- </pre></td></tr>
8217
-
8218
-
8219
- <tr><th class="line-num" id="L1773"><a href="#L1773">1773</a></th><td class="line-code"><pre>#, php-format
8220
- </pre></td></tr>
8221
-
8222
-
8223
- <tr><th class="line-num" id="L1774"><a href="#L1774">1774</a></th><td class="line-code"><pre>msgid &quot;&quot;
8224
- </pre></td></tr>
8225
-
8226
-
8227
- <tr><th class="line-num" id="L1775"><a href="#L1775">1775</a></th><td class="line-code"><pre>&quot;Organizer scheduled for: &lt;strong&gt;%1$s&lt;/strong&gt;. &lt;a target=\&quot;_blank\&quot; href=&quot;
8228
- </pre></td></tr>
8229
-
8230
-
8231
- <tr><th class="line-num" id="L1776"><a href="#L1776">1776</a></th><td class="line-code"><pre>&quot;\&quot;%2$s\&quot;&gt;Preview organizer&lt;/a&gt;&quot;
8232
- </pre></td></tr>
8233
-
8234
-
8235
- <tr><th class="line-num" id="L1777"><a href="#L1777">1777</a></th><td class="line-code"><pre>msgstr &quot;&quot;
8236
- </pre></td></tr>
8237
-
8238
-
8239
- <tr><th class="line-num" id="L1778"><a href="#L1778">1778</a></th><td class="line-code"><pre>&quot;Organizator stavljen na raspored za: &lt;strong&gt;%1$s&lt;/strong&gt;. &lt;a target=&quot;
8240
- </pre></td></tr>
8241
-
8242
-
8243
- <tr><th class="line-num" id="L1779"><a href="#L1779">1779</a></th><td class="line-code"><pre>&quot;\&quot;_blank\&quot; href=\&quot;%2$s\&quot;&gt;Pregled organizatora&lt;/a&gt;&quot;
8244
- </pre></td></tr>
8245
-
8246
-
8247
- <tr><th class="line-num" id="L1780"><a href="#L1780">1780</a></th><td class="line-code"><pre>
8248
- </pre></td></tr>
8249
-
8250
-
8251
- <tr><th class="line-num" id="L1781"><a href="#L1781">1781</a></th><td class="line-code"><pre># @ tribe-events-calendar
8252
- </pre></td></tr>
8253
-
8254
-
8255
- <tr><th class="line-num" id="L1782"><a href="#L1782">1782</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1450
8256
- </pre></td></tr>
8257
-
8258
-
8259
- <tr><th class="line-num" id="L1783"><a href="#L1783">1783</a></th><td class="line-code"><pre>#, php-format
8260
- </pre></td></tr>
8261
-
8262
-
8263
- <tr><th class="line-num" id="L1784"><a href="#L1784">1784</a></th><td class="line-code"><pre>msgid &quot;&quot;
8264
- </pre></td></tr>
8265
-
8266
-
8267
- <tr><th class="line-num" id="L1785"><a href="#L1785">1785</a></th><td class="line-code"><pre>&quot;Organizer draft updated. &lt;a target=\&quot;_blank\&quot; href=\&quot;%s\&quot;&gt;Preview organizer&lt;/&quot;
8268
- </pre></td></tr>
8269
-
8270
-
8271
- <tr><th class="line-num" id="L1786"><a href="#L1786">1786</a></th><td class="line-code"><pre>&quot;a&gt;&quot;
8272
- </pre></td></tr>
8273
-
8274
-
8275
- <tr><th class="line-num" id="L1787"><a href="#L1787">1787</a></th><td class="line-code"><pre>msgstr &quot;&quot;
8276
- </pre></td></tr>
8277
-
8278
-
8279
- <tr><th class="line-num" id="L1788"><a href="#L1788">1788</a></th><td class="line-code"><pre>&quot;Nacrt organizatora ažuriran. &lt;a target=\&quot;_blank\&quot; href=\&quot;%s\&quot;&gt;Pregled &quot;
8280
- </pre></td></tr>
8281
-
8282
-
8283
- <tr><th class="line-num" id="L1789"><a href="#L1789">1789</a></th><td class="line-code"><pre>&quot;organizatora&lt;/a&gt;&quot;
8284
- </pre></td></tr>
8285
-
8286
-
8287
- <tr><th class="line-num" id="L1790"><a href="#L1790">1790</a></th><td class="line-code"><pre>
8288
- </pre></td></tr>
8289
-
8290
-
8291
- <tr><th class="line-num" id="L1791"><a href="#L1791">1791</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1491
8292
- </pre></td></tr>
8293
-
8294
-
8295
- <tr><th class="line-num" id="L1792"><a href="#L1792">1792</a></th><td class="line-code"><pre>msgid &quot;Use Saved Venue:&quot;
8296
- </pre></td></tr>
8297
-
8298
-
8299
- <tr><th class="line-num" id="L1793"><a href="#L1793">1793</a></th><td class="line-code"><pre>msgstr &quot;Koristi ranije kreirano mjesto održavanja&quot;
8300
- </pre></td></tr>
8301
-
8302
-
8303
- <tr><th class="line-num" id="L1794"><a href="#L1794">1794</a></th><td class="line-code"><pre>
8304
- </pre></td></tr>
8305
-
8306
-
8307
- <tr><th class="line-num" id="L1795"><a href="#L1795">1795</a></th><td class="line-code"><pre># @ tribe-events-calendar
8308
- </pre></td></tr>
8309
-
8310
-
8311
- <tr><th class="line-num" id="L1796"><a href="#L1796">1796</a></th><td class="line-code"><pre>#
8312
- </pre></td></tr>
8313
-
8314
-
8315
- <tr><th class="line-num" id="L1797"><a href="#L1797">1797</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1520
8316
- </pre></td></tr>
8317
-
8318
-
8319
- <tr><th class="line-num" id="L1798"><a href="#L1798">1798</a></th><td class="line-code"><pre>msgid &quot;Use Saved Organizer:&quot;
8320
- </pre></td></tr>
8321
-
8322
-
8323
- <tr><th class="line-num" id="L1799"><a href="#L1799">1799</a></th><td class="line-code"><pre>msgstr &quot;Koristi ranije kreiranog organizatora&quot;
8324
- </pre></td></tr>
8325
-
8326
-
8327
- <tr><th class="line-num" id="L1800"><a href="#L1800">1800</a></th><td class="line-code"><pre>
8328
- </pre></td></tr>
8329
-
8330
-
8331
- <tr><th class="line-num" id="L1801"><a href="#L1801">1801</a></th><td class="line-code"><pre># @ tribe-events-calendar
8332
- </pre></td></tr>
8333
-
8334
-
8335
- <tr><th class="line-num" id="L1802"><a href="#L1802">1802</a></th><td class="line-code"><pre>#
8336
- </pre></td></tr>
8337
-
8338
-
8339
- <tr><th class="line-num" id="L1803"><a href="#L1803">1803</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1556
8340
- </pre></td></tr>
8341
-
8342
-
8343
- <tr><th class="line-num" id="L1804"><a href="#L1804">1804</a></th><td class="line-code"><pre>msgid &quot;Use New Venue&quot;
8344
- </pre></td></tr>
8345
-
8346
-
8347
- <tr><th class="line-num" id="L1805"><a href="#L1805">1805</a></th><td class="line-code"><pre>msgstr &quot;Koristi novo mjesto održavanja&quot;
8348
- </pre></td></tr>
8349
-
8350
-
8351
- <tr><th class="line-num" id="L1806"><a href="#L1806">1806</a></th><td class="line-code"><pre>
8352
- </pre></td></tr>
8353
-
8354
-
8355
- <tr><th class="line-num" id="L1807"><a href="#L1807">1807</a></th><td class="line-code"><pre># @ tribe-events-calendar
8356
- </pre></td></tr>
8357
-
8358
-
8359
- <tr><th class="line-num" id="L1808"><a href="#L1808">1808</a></th><td class="line-code"><pre>#
8360
- </pre></td></tr>
8361
-
8362
-
8363
- <tr><th class="line-num" id="L1809"><a href="#L1809">1809</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1558
8364
- </pre></td></tr>
8365
-
8366
-
8367
- <tr><th class="line-num" id="L1810"><a href="#L1810">1810</a></th><td class="line-code"><pre>msgid &quot;My Venues&quot;
8368
- </pre></td></tr>
8369
-
8370
-
8371
- <tr><th class="line-num" id="L1811"><a href="#L1811">1811</a></th><td class="line-code"><pre>msgstr &quot;Moja mjesta održavanja&quot;
8372
- </pre></td></tr>
8373
-
8374
-
8375
- <tr><th class="line-num" id="L1812"><a href="#L1812">1812</a></th><td class="line-code"><pre>
8376
- </pre></td></tr>
8377
-
8378
-
8379
- <tr><th class="line-num" id="L1813"><a href="#L1813">1813</a></th><td class="line-code"><pre># @ tribe-events-calendar
8380
- </pre></td></tr>
8381
-
8382
-
8383
- <tr><th class="line-num" id="L1814"><a href="#L1814">1814</a></th><td class="line-code"><pre>#
8384
- </pre></td></tr>
8385
-
8386
-
8387
- <tr><th class="line-num" id="L1815"><a href="#L1815">1815</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1563
8388
- </pre></td></tr>
8389
-
8390
-
8391
- <tr><th class="line-num" id="L1816"><a href="#L1816">1816</a></th><td class="line-code"><pre>msgid &quot;Available Venues&quot;
8392
- </pre></td></tr>
8393
-
8394
-
8395
- <tr><th class="line-num" id="L1817"><a href="#L1817">1817</a></th><td class="line-code"><pre>msgstr &quot;Dostupna mjesta održavanja&quot;
8396
- </pre></td></tr>
8397
-
8398
-
8399
- <tr><th class="line-num" id="L1818"><a href="#L1818">1818</a></th><td class="line-code"><pre>
8400
- </pre></td></tr>
8401
-
8402
-
8403
- <tr><th class="line-num" id="L1819"><a href="#L1819">1819</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1574
8404
- </pre></td></tr>
8405
-
8406
-
8407
- <tr><th class="line-num" id="L1820"><a href="#L1820">1820</a></th><td class="line-code"><pre>msgid &quot;No saved venue exists.&quot;
8408
- </pre></td></tr>
8409
-
8410
-
8411
- <tr><th class="line-num" id="L1821"><a href="#L1821">1821</a></th><td class="line-code"><pre>msgstr &quot;Ne postoji sačuvano mjesto održavanja&quot;
8412
- </pre></td></tr>
8413
-
8414
-
8415
- <tr><th class="line-num" id="L1822"><a href="#L1822">1822</a></th><td class="line-code"><pre>
8416
- </pre></td></tr>
8417
-
8418
-
8419
- <tr><th class="line-num" id="L1823"><a href="#L1823">1823</a></th><td class="line-code"><pre># @ tribe-events-calendar
8420
- </pre></td></tr>
8421
-
8422
-
8423
- <tr><th class="line-num" id="L1824"><a href="#L1824">1824</a></th><td class="line-code"><pre>#
8424
- </pre></td></tr>
8425
-
8426
-
8427
- <tr><th class="line-num" id="L1825"><a href="#L1825">1825</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1608
8428
- </pre></td></tr>
8429
-
8430
-
8431
- <tr><th class="line-num" id="L1826"><a href="#L1826">1826</a></th><td class="line-code"><pre>msgid &quot;Use New Organizer&quot;
8432
- </pre></td></tr>
8433
-
8434
-
8435
- <tr><th class="line-num" id="L1827"><a href="#L1827">1827</a></th><td class="line-code"><pre>msgstr &quot;Koristi novog organizatora&quot;
8436
- </pre></td></tr>
8437
-
8438
-
8439
- <tr><th class="line-num" id="L1828"><a href="#L1828">1828</a></th><td class="line-code"><pre>
8440
- </pre></td></tr>
8441
-
8442
-
8443
- <tr><th class="line-num" id="L1829"><a href="#L1829">1829</a></th><td class="line-code"><pre># @ tribe-events-calendar
8444
- </pre></td></tr>
8445
-
8446
-
8447
- <tr><th class="line-num" id="L1830"><a href="#L1830">1830</a></th><td class="line-code"><pre>#
8448
- </pre></td></tr>
8449
-
8450
-
8451
- <tr><th class="line-num" id="L1831"><a href="#L1831">1831</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1610
8452
- </pre></td></tr>
8453
-
8454
-
8455
- <tr><th class="line-num" id="L1832"><a href="#L1832">1832</a></th><td class="line-code"><pre>msgid &quot;My Organizers&quot;
8456
- </pre></td></tr>
8457
-
8458
-
8459
- <tr><th class="line-num" id="L1833"><a href="#L1833">1833</a></th><td class="line-code"><pre>msgstr &quot;Moji organizatori&quot;
8460
- </pre></td></tr>
8461
-
8462
-
8463
- <tr><th class="line-num" id="L1834"><a href="#L1834">1834</a></th><td class="line-code"><pre>
8464
- </pre></td></tr>
8465
-
8466
-
8467
- <tr><th class="line-num" id="L1835"><a href="#L1835">1835</a></th><td class="line-code"><pre># @ tribe-events-calendar
8468
- </pre></td></tr>
8469
-
8470
-
8471
- <tr><th class="line-num" id="L1836"><a href="#L1836">1836</a></th><td class="line-code"><pre>#
8472
- </pre></td></tr>
8473
-
8474
-
8475
- <tr><th class="line-num" id="L1837"><a href="#L1837">1837</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1615
8476
- </pre></td></tr>
8477
-
8478
-
8479
- <tr><th class="line-num" id="L1838"><a href="#L1838">1838</a></th><td class="line-code"><pre>msgid &quot;Available Organizers&quot;
8480
- </pre></td></tr>
8481
-
8482
-
8483
- <tr><th class="line-num" id="L1839"><a href="#L1839">1839</a></th><td class="line-code"><pre>msgstr &quot;Dostupni organizatori&quot;
8484
- </pre></td></tr>
8485
-
8486
-
8487
- <tr><th class="line-num" id="L1840"><a href="#L1840">1840</a></th><td class="line-code"><pre>
8488
- </pre></td></tr>
8489
-
8490
-
8491
- <tr><th class="line-num" id="L1841"><a href="#L1841">1841</a></th><td class="line-code"><pre># @ tribe-events-calendar
8492
- </pre></td></tr>
8493
-
8494
-
8495
- <tr><th class="line-num" id="L1842"><a href="#L1842">1842</a></th><td class="line-code"><pre>#
8496
- </pre></td></tr>
8497
-
8498
-
8499
- <tr><th class="line-num" id="L1843"><a href="#L1843">1843</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1626
8500
- </pre></td></tr>
8501
-
8502
-
8503
- <tr><th class="line-num" id="L1844"><a href="#L1844">1844</a></th><td class="line-code"><pre>msgid &quot;No saved organizer exists.&quot;
8504
- </pre></td></tr>
8505
-
8506
-
8507
- <tr><th class="line-num" id="L1845"><a href="#L1845">1845</a></th><td class="line-code"><pre>msgstr &quot;Nema spremljenih organizatora&quot;
8508
- </pre></td></tr>
8509
-
8510
-
8511
- <tr><th class="line-num" id="L1846"><a href="#L1846">1846</a></th><td class="line-code"><pre>
8512
- </pre></td></tr>
8513
-
8514
-
8515
- <tr><th class="line-num" id="L1847"><a href="#L1847">1847</a></th><td class="line-code"><pre># @ tribe-events-calendar
8516
- </pre></td></tr>
8517
-
8518
-
8519
- <tr><th class="line-num" id="L1848"><a href="#L1848">1848</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1753
8520
- </pre></td></tr>
8521
-
8522
-
8523
- <tr><th class="line-num" id="L1849"><a href="#L1849">1849</a></th><td class="line-code"><pre>msgid &quot;Next&quot;
8524
- </pre></td></tr>
8525
-
8526
-
8527
- <tr><th class="line-num" id="L1850"><a href="#L1850">1850</a></th><td class="line-code"><pre>msgstr &quot;Sljedeći&quot;
8528
- </pre></td></tr>
8529
-
8530
-
8531
- <tr><th class="line-num" id="L1851"><a href="#L1851">1851</a></th><td class="line-code"><pre>
8532
- </pre></td></tr>
8533
-
8534
-
8535
- <tr><th class="line-num" id="L1852"><a href="#L1852">1852</a></th><td class="line-code"><pre># @ tribe-events-calendar
8536
- </pre></td></tr>
8537
-
8538
-
8539
- <tr><th class="line-num" id="L1853"><a href="#L1853">1853</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1754
8540
- </pre></td></tr>
8541
-
8542
-
8543
- <tr><th class="line-num" id="L1854"><a href="#L1854">1854</a></th><td class="line-code"><pre>msgid &quot;Prev&quot;
8544
- </pre></td></tr>
8545
-
8546
-
8547
- <tr><th class="line-num" id="L1855"><a href="#L1855">1855</a></th><td class="line-code"><pre>msgstr &quot;Prethodni&quot;
8548
- </pre></td></tr>
8549
-
8550
-
8551
- <tr><th class="line-num" id="L1856"><a href="#L1856">1856</a></th><td class="line-code"><pre>
8552
- </pre></td></tr>
8553
-
8554
-
8555
- <tr><th class="line-num" id="L1857"><a href="#L1857">1857</a></th><td class="line-code"><pre># @ tribe-events-calendar
8556
- </pre></td></tr>
8557
-
8558
-
8559
- <tr><th class="line-num" id="L1858"><a href="#L1858">1858</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1755
8560
- </pre></td></tr>
8561
-
8562
-
8563
- <tr><th class="line-num" id="L1859"><a href="#L1859">1859</a></th><td class="line-code"><pre>msgid &quot;Today&quot;
8564
- </pre></td></tr>
8565
-
8566
-
8567
- <tr><th class="line-num" id="L1860"><a href="#L1860">1860</a></th><td class="line-code"><pre>msgstr &quot;Danas&quot;
8568
- </pre></td></tr>
8569
-
8570
-
8571
- <tr><th class="line-num" id="L1861"><a href="#L1861">1861</a></th><td class="line-code"><pre>
8572
- </pre></td></tr>
8573
-
8574
-
8575
- <tr><th class="line-num" id="L1862"><a href="#L1862">1862</a></th><td class="line-code"><pre># @ tribe-events-calendar
8576
- </pre></td></tr>
8577
-
8578
-
8579
- <tr><th class="line-num" id="L1863"><a href="#L1863">1863</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1756
8580
- </pre></td></tr>
8581
-
8582
-
8583
- <tr><th class="line-num" id="L1864"><a href="#L1864">1864</a></th><td class="line-code"><pre>msgid &quot;Done&quot;
8584
- </pre></td></tr>
8585
-
8586
-
8587
- <tr><th class="line-num" id="L1865"><a href="#L1865">1865</a></th><td class="line-code"><pre>msgstr &quot;Gotovo&quot;
8588
- </pre></td></tr>
8589
-
8590
-
8591
- <tr><th class="line-num" id="L1866"><a href="#L1866">1866</a></th><td class="line-code"><pre>
8592
- </pre></td></tr>
8593
-
8594
-
8595
- <tr><th class="line-num" id="L1867"><a href="#L1867">1867</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:1965
8596
- </pre></td></tr>
8597
-
8598
-
8599
- <tr><th class="line-num" id="L1868"><a href="#L1868">1868</a></th><td class="line-code"><pre>msgid &quot;Network&quot;
8600
- </pre></td></tr>
8601
-
8602
-
8603
- <tr><th class="line-num" id="L1869"><a href="#L1869">1869</a></th><td class="line-code"><pre>msgstr &quot;Mreža&quot;
8604
- </pre></td></tr>
8605
-
8606
-
8607
- <tr><th class="line-num" id="L1870"><a href="#L1870">1870</a></th><td class="line-code"><pre>
8608
- </pre></td></tr>
8609
-
8610
-
8611
- <tr><th class="line-num" id="L1871"><a href="#L1871">1871</a></th><td class="line-code"><pre># @ tribe-events-calendar
8612
- </pre></td></tr>
8613
-
8614
-
8615
- <tr><th class="line-num" id="L1872"><a href="#L1872">1872</a></th><td class="line-code"><pre>#
8616
- </pre></td></tr>
8617
-
8618
-
8619
- <tr><th class="line-num" id="L1873"><a href="#L1873">1873</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:2902
8620
- </pre></td></tr>
8621
-
8622
-
8623
- <tr><th class="line-num" id="L1874"><a href="#L1874">1874</a></th><td class="line-code"><pre>msgid &quot;Unnamed Venue&quot;
8624
- </pre></td></tr>
8625
-
8626
-
8627
- <tr><th class="line-num" id="L1875"><a href="#L1875">1875</a></th><td class="line-code"><pre>msgstr &quot;Neimenovano mjesto održavanja&quot;
8628
- </pre></td></tr>
8629
-
8630
-
8631
- <tr><th class="line-num" id="L1876"><a href="#L1876">1876</a></th><td class="line-code"><pre>
8632
- </pre></td></tr>
8633
-
8634
-
8635
- <tr><th class="line-num" id="L1877"><a href="#L1877">1877</a></th><td class="line-code"><pre># @ tribe-events-calendar
8636
- </pre></td></tr>
8637
-
8638
-
8639
- <tr><th class="line-num" id="L1878"><a href="#L1878">1878</a></th><td class="line-code"><pre>#
8640
- </pre></td></tr>
8641
-
8642
-
8643
- <tr><th class="line-num" id="L1879"><a href="#L1879">1879</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:2992
8644
- </pre></td></tr>
8645
-
8646
-
8647
- <tr><th class="line-num" id="L1880"><a href="#L1880">1880</a></th><td class="line-code"><pre>msgid &quot;Unnamed Organizer&quot;
8648
- </pre></td></tr>
8649
-
8650
-
8651
- <tr><th class="line-num" id="L1881"><a href="#L1881">1881</a></th><td class="line-code"><pre>msgstr &quot;Neimenovani organizator&quot;
8652
- </pre></td></tr>
8653
-
8654
-
8655
- <tr><th class="line-num" id="L1882"><a href="#L1882">1882</a></th><td class="line-code"><pre>
8656
- </pre></td></tr>
8657
-
8658
-
8659
- <tr><th class="line-num" id="L1883"><a href="#L1883">1883</a></th><td class="line-code"><pre># @ tribe-events-calendar
8660
- </pre></td></tr>
8661
-
8662
-
8663
- <tr><th class="line-num" id="L1884"><a href="#L1884">1884</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3467
8664
- </pre></td></tr>
8665
-
8666
-
8667
- <tr><th class="line-num" id="L1885"><a href="#L1885">1885</a></th><td class="line-code"><pre>msgid &quot;Event Options&quot;
8668
- </pre></td></tr>
8669
-
8670
-
8671
- <tr><th class="line-num" id="L1886"><a href="#L1886">1886</a></th><td class="line-code"><pre>msgstr &quot;Opcije događaja&quot;
8672
- </pre></td></tr>
8673
-
8674
-
8675
- <tr><th class="line-num" id="L1887"><a href="#L1887">1887</a></th><td class="line-code"><pre>
8676
- </pre></td></tr>
8677
-
8678
-
8679
- <tr><th class="line-num" id="L1888"><a href="#L1888">1888</a></th><td class="line-code"><pre># @ tribe-events-calendar
8680
- </pre></td></tr>
8681
-
8682
-
8683
- <tr><th class="line-num" id="L1889"><a href="#L1889">1889</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3469
8684
- </pre></td></tr>
8685
-
8686
-
8687
- <tr><th class="line-num" id="L1890"><a href="#L1890">1890</a></th><td class="line-code"><pre>msgid &quot;Venue Information&quot;
8688
- </pre></td></tr>
8689
-
8690
-
8691
- <tr><th class="line-num" id="L1891"><a href="#L1891">1891</a></th><td class="line-code"><pre>msgstr &quot;Informacije o mjestu&quot;
8692
- </pre></td></tr>
8693
-
8694
-
8695
- <tr><th class="line-num" id="L1892"><a href="#L1892">1892</a></th><td class="line-code"><pre>
8696
- </pre></td></tr>
8697
-
8698
-
8699
- <tr><th class="line-num" id="L1893"><a href="#L1893">1893</a></th><td class="line-code"><pre># @ tribe-events-calendar
8700
- </pre></td></tr>
8701
-
8702
-
8703
- <tr><th class="line-num" id="L1894"><a href="#L1894">1894</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3474
8704
- </pre></td></tr>
8705
-
8706
-
8707
- <tr><th class="line-num" id="L1895"><a href="#L1895">1895</a></th><td class="line-code"><pre>msgid &quot;Organizer Information&quot;
8708
- </pre></td></tr>
8709
-
8710
-
8711
- <tr><th class="line-num" id="L1896"><a href="#L1896">1896</a></th><td class="line-code"><pre>msgstr &quot;Informacije o organizatoru&quot;
8712
- </pre></td></tr>
8713
-
8714
-
8715
- <tr><th class="line-num" id="L1897"><a href="#L1897">1897</a></th><td class="line-code"><pre>
8716
- </pre></td></tr>
8717
-
8718
-
8719
- <tr><th class="line-num" id="L1898"><a href="#L1898">1898</a></th><td class="line-code"><pre># @ tribe-events-calendar
8720
- </pre></td></tr>
8721
-
8722
-
8723
- <tr><th class="line-num" id="L1899"><a href="#L1899">1899</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3669
8724
- </pre></td></tr>
8725
-
8726
-
8727
- <tr><th class="line-num" id="L1900"><a href="#L1900">1900</a></th><td class="line-code"><pre>msgid &quot;Support&quot;
8728
- </pre></td></tr>
8729
-
8730
-
8731
- <tr><th class="line-num" id="L1901"><a href="#L1901">1901</a></th><td class="line-code"><pre>msgstr &quot;Podrška&quot;
8732
- </pre></td></tr>
8733
-
8734
-
8735
- <tr><th class="line-num" id="L1902"><a href="#L1902">1902</a></th><td class="line-code"><pre>
8736
- </pre></td></tr>
8737
-
8738
-
8739
- <tr><th class="line-num" id="L1903"><a href="#L1903">1903</a></th><td class="line-code"><pre># @ tribe-events-calendar
8740
- </pre></td></tr>
8741
-
8742
-
8743
- <tr><th class="line-num" id="L1904"><a href="#L1904">1904</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3672
8744
- </pre></td></tr>
8745
-
8746
-
8747
- <tr><th class="line-num" id="L1905"><a href="#L1905">1905</a></th><td class="line-code"><pre>msgid &quot;View All Add-Ons&quot;
8748
- </pre></td></tr>
8749
-
8750
-
8751
- <tr><th class="line-num" id="L1906"><a href="#L1906">1906</a></th><td class="line-code"><pre>msgstr &quot;Pogledaj sve add-one&quot;
8752
- </pre></td></tr>
8753
-
8754
-
8755
- <tr><th class="line-num" id="L1907"><a href="#L1907">1907</a></th><td class="line-code"><pre>
8756
- </pre></td></tr>
8757
-
8758
-
8759
- <tr><th class="line-num" id="L1908"><a href="#L1908">1908</a></th><td class="line-code"><pre># @ tribe-events-calendar
8760
- </pre></td></tr>
8761
-
8762
-
8763
- <tr><th class="line-num" id="L1909"><a href="#L1909">1909</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3689
8764
- </pre></td></tr>
8765
-
8766
-
8767
- <tr><th class="line-num" id="L1910"><a href="#L1910">1910</a></th><td class="line-code"><pre>msgid &quot;News from Modern Tribe&quot;
8768
- </pre></td></tr>
8769
-
8770
-
8771
- <tr><th class="line-num" id="L1911"><a href="#L1911">1911</a></th><td class="line-code"><pre>msgstr &quot;Modern Tribe vjesti&quot;
8772
- </pre></td></tr>
8773
-
8774
-
8775
- <tr><th class="line-num" id="L1912"><a href="#L1912">1912</a></th><td class="line-code"><pre>
8776
- </pre></td></tr>
8777
-
8778
-
8779
- <tr><th class="line-num" id="L1913"><a href="#L1913">1913</a></th><td class="line-code"><pre># @ tribe-events-calendar
8780
- </pre></td></tr>
8781
-
8782
-
8783
- <tr><th class="line-num" id="L1914"><a href="#L1914">1914</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3770
8784
- </pre></td></tr>
8785
-
8786
-
8787
- <tr><th class="line-num" id="L1915"><a href="#L1915">1915</a></th><td class="line-code"><pre>msgid &quot;Additional Functionality&quot;
8788
- </pre></td></tr>
8789
-
8790
-
8791
- <tr><th class="line-num" id="L1916"><a href="#L1916">1916</a></th><td class="line-code"><pre>msgstr &quot;Dodatna funkcionalnost&quot;
8792
- </pre></td></tr>
8793
-
8794
-
8795
- <tr><th class="line-num" id="L1917"><a href="#L1917">1917</a></th><td class="line-code"><pre>
8796
- </pre></td></tr>
8797
-
8798
-
8799
- <tr><th class="line-num" id="L1918"><a href="#L1918">1918</a></th><td class="line-code"><pre># @ tribe-events-calendar
8800
- </pre></td></tr>
8801
-
8802
-
8803
- <tr><th class="line-num" id="L1919"><a href="#L1919">1919</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3775
8804
- </pre></td></tr>
8805
-
8806
-
8807
- <tr><th class="line-num" id="L1920"><a href="#L1920">1920</a></th><td class="line-code"><pre>msgid &quot;&quot;
8808
- </pre></td></tr>
8809
-
8810
-
8811
- <tr><th class="line-num" id="L1921"><a href="#L1921">1921</a></th><td class="line-code"><pre>&quot;Looking for additional functionality including recurring events, ticket &quot;
8812
- </pre></td></tr>
8813
-
8814
-
8815
- <tr><th class="line-num" id="L1922"><a href="#L1922">1922</a></th><td class="line-code"><pre>&quot;sales, publicly submitted events, new views and more?&quot;
8816
- </pre></td></tr>
8817
-
8818
-
8819
- <tr><th class="line-num" id="L1923"><a href="#L1923">1923</a></th><td class="line-code"><pre>msgstr &quot;&quot;
8820
- </pre></td></tr>
8821
-
8822
-
8823
- <tr><th class="line-num" id="L1924"><a href="#L1924">1924</a></th><td class="line-code"><pre>&quot;Potrebna vam je dodatna funkcionalnost poput ponavljajućih događaja, prodaja &quot;
8824
- </pre></td></tr>
8825
-
8826
-
8827
- <tr><th class="line-num" id="L1925"><a href="#L1925">1925</a></th><td class="line-code"><pre>&quot;karata, javno postavljeni događaji, više pogleda i još toga?&quot;
8828
- </pre></td></tr>
8829
-
8830
-
8831
- <tr><th class="line-num" id="L1926"><a href="#L1926">1926</a></th><td class="line-code"><pre>
8832
- </pre></td></tr>
8833
-
8834
-
8835
- <tr><th class="line-num" id="L1927"><a href="#L1927">1927</a></th><td class="line-code"><pre># @ tribe-events-calendar
8836
- </pre></td></tr>
8837
-
8838
-
8839
- <tr><th class="line-num" id="L1928"><a href="#L1928">1928</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3775
8840
- </pre></td></tr>
8841
-
8842
-
8843
- <tr><th class="line-num" id="L1929"><a href="#L1929">1929</a></th><td class="line-code"><pre>#, php-format
8844
- </pre></td></tr>
8845
-
8846
-
8847
- <tr><th class="line-num" id="L1930"><a href="#L1930">1930</a></th><td class="line-code"><pre>msgid &quot;Check out the &lt;a href=\&quot;%s\&quot;&gt;available add-ons&lt;/a&gt;.&quot;
8848
- </pre></td></tr>
8849
-
8850
-
8851
- <tr><th class="line-num" id="L1931"><a href="#L1931">1931</a></th><td class="line-code"><pre>msgstr &quot;Pogledajte &lt;a href=\&quot;%s\&quot;&gt;dostupne dodatke&lt;/a&gt;.&quot;
8852
- </pre></td></tr>
8853
-
8854
-
8855
- <tr><th class="line-num" id="L1932"><a href="#L1932">1932</a></th><td class="line-code"><pre>
8856
- </pre></td></tr>
8857
-
8858
-
8859
- <tr><th class="line-num" id="L1933"><a href="#L1933">1933</a></th><td class="line-code"><pre># @ tribe-events-calendar
8860
- </pre></td></tr>
8861
-
8862
-
8863
- <tr><th class="line-num" id="L1934"><a href="#L1934">1934</a></th><td class="line-code"><pre>#
8864
- </pre></td></tr>
8865
-
8866
-
8867
- <tr><th class="line-num" id="L1935"><a href="#L1935">1935</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3846
8868
- </pre></td></tr>
8869
-
8870
-
8871
- <tr><th class="line-num" id="L1936"><a href="#L1936">1936</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3937
8872
- </pre></td></tr>
8873
-
8874
-
8875
- <tr><th class="line-num" id="L1937"><a href="#L1937">1937</a></th><td class="line-code"><pre>msgid &quot;View Calendar&quot;
8876
- </pre></td></tr>
8877
-
8878
-
8879
- <tr><th class="line-num" id="L1938"><a href="#L1938">1938</a></th><td class="line-code"><pre>msgstr &quot;Vidi kalendar&quot;
8880
- </pre></td></tr>
8881
-
8882
-
8883
- <tr><th class="line-num" id="L1939"><a href="#L1939">1939</a></th><td class="line-code"><pre>
8884
- </pre></td></tr>
8885
-
8886
-
8887
- <tr><th class="line-num" id="L1940"><a href="#L1940">1940</a></th><td class="line-code"><pre># @ tribe-events-calendar
8888
- </pre></td></tr>
8889
-
8890
-
8891
- <tr><th class="line-num" id="L1941"><a href="#L1941">1941</a></th><td class="line-code"><pre>#
8892
- </pre></td></tr>
8893
-
8894
-
8895
- <tr><th class="line-num" id="L1942"><a href="#L1942">1942</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3854
8896
- </pre></td></tr>
8897
-
8898
-
8899
- <tr><th class="line-num" id="L1943"><a href="#L1943">1943</a></th><td class="line-code"><pre>msgid &quot;Add Event&quot;
8900
- </pre></td></tr>
8901
-
8902
-
8903
- <tr><th class="line-num" id="L1944"><a href="#L1944">1944</a></th><td class="line-code"><pre>msgstr &quot;Dodaj događaj&quot;
8904
- </pre></td></tr>
8905
-
8906
-
8907
- <tr><th class="line-num" id="L1945"><a href="#L1945">1945</a></th><td class="line-code"><pre>
8908
- </pre></td></tr>
8909
-
8910
-
8911
- <tr><th class="line-num" id="L1946"><a href="#L1946">1946</a></th><td class="line-code"><pre># @ tribe-events-calendar
8912
- </pre></td></tr>
8913
-
8914
-
8915
- <tr><th class="line-num" id="L1947"><a href="#L1947">1947</a></th><td class="line-code"><pre>#
8916
- </pre></td></tr>
8917
-
8918
-
8919
- <tr><th class="line-num" id="L1948"><a href="#L1948">1948</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3863
8920
- </pre></td></tr>
8921
-
8922
-
8923
- <tr><th class="line-num" id="L1949"><a href="#L1949">1949</a></th><td class="line-code"><pre>msgid &quot;Edit Events&quot;
8924
- </pre></td></tr>
8925
-
8926
-
8927
- <tr><th class="line-num" id="L1950"><a href="#L1950">1950</a></th><td class="line-code"><pre>msgstr &quot;Izmjeni događaj&quot;
8928
- </pre></td></tr>
8929
-
8930
-
8931
- <tr><th class="line-num" id="L1951"><a href="#L1951">1951</a></th><td class="line-code"><pre>
8932
- </pre></td></tr>
8933
-
8934
-
8935
- <tr><th class="line-num" id="L1952"><a href="#L1952">1952</a></th><td class="line-code"><pre># @ tribe-events-calendar
8936
- </pre></td></tr>
8937
-
8938
-
8939
- <tr><th class="line-num" id="L1953"><a href="#L1953">1953</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3872
8940
- </pre></td></tr>
8941
-
8942
-
8943
- <tr><th class="line-num" id="L1954"><a href="#L1954">1954</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3973
8944
- </pre></td></tr>
8945
-
8946
-
8947
- <tr><th class="line-num" id="L1955"><a href="#L1955">1955</a></th><td class="line-code"><pre>#: ../lib/tribe-settings.class.php:164
8948
- </pre></td></tr>
8949
-
8950
-
8951
- <tr><th class="line-num" id="L1956"><a href="#L1956">1956</a></th><td class="line-code"><pre>msgid &quot;Settings&quot;
8952
- </pre></td></tr>
8953
-
8954
-
8955
- <tr><th class="line-num" id="L1957"><a href="#L1957">1957</a></th><td class="line-code"><pre>msgstr &quot;Postavke&quot;
8956
- </pre></td></tr>
8957
-
8958
-
8959
- <tr><th class="line-num" id="L1958"><a href="#L1958">1958</a></th><td class="line-code"><pre>
8960
- </pre></td></tr>
8961
-
8962
-
8963
- <tr><th class="line-num" id="L1959"><a href="#L1959">1959</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3908
8964
- </pre></td></tr>
8965
-
8966
-
8967
- <tr><th class="line-num" id="L1960"><a href="#L1960">1960</a></th><td class="line-code"><pre>#, php-format
8968
- </pre></td></tr>
8969
-
8970
-
8971
- <tr><th class="line-num" id="L1961"><a href="#L1961">1961</a></th><td class="line-code"><pre>msgid &quot;&quot;
8972
- </pre></td></tr>
8973
-
8974
-
8975
- <tr><th class="line-num" id="L1962"><a href="#L1962">1962</a></th><td class="line-code"><pre>&quot;Welcome to The Events Calendar! Your events calendar can be found at %s. To &quot;
8976
- </pre></td></tr>
8977
-
8978
-
8979
- <tr><th class="line-num" id="L1963"><a href="#L1963">1963</a></th><td class="line-code"><pre>&quot;change the events slug, visit %sEvents -&gt; Settings%s.&quot;
8980
- </pre></td></tr>
8981
-
8982
-
8983
- <tr><th class="line-num" id="L1964"><a href="#L1964">1964</a></th><td class="line-code"><pre>msgstr &quot;&quot;
8984
- </pre></td></tr>
8985
-
8986
-
8987
- <tr><th class="line-num" id="L1965"><a href="#L1965">1965</a></th><td class="line-code"><pre>&quot;Dobrodošli u The Events Calendar! Vaš kalendar događaja možete naći na %s. &quot;
8988
- </pre></td></tr>
8989
-
8990
-
8991
- <tr><th class="line-num" id="L1966"><a href="#L1966">1966</a></th><td class="line-code"><pre>&quot;Da izmijenite naziv događaja postetite %sDogađaji -&gt; Postavke%s.&quot;
8992
- </pre></td></tr>
8993
-
8994
-
8995
- <tr><th class="line-num" id="L1967"><a href="#L1967">1967</a></th><td class="line-code"><pre>
8996
- </pre></td></tr>
8997
-
8998
-
8999
- <tr><th class="line-num" id="L1968"><a href="#L1968">1968</a></th><td class="line-code"><pre># @ tribe-events-calendar
9000
- </pre></td></tr>
9001
-
9002
-
9003
- <tr><th class="line-num" id="L1969"><a href="#L1969">1969</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:3974
9004
- </pre></td></tr>
9005
-
9006
-
9007
- <tr><th class="line-num" id="L1970"><a href="#L1970">1970</a></th><td class="line-code"><pre>msgid &quot;Calendar&quot;
9008
- </pre></td></tr>
9009
-
9010
-
9011
- <tr><th class="line-num" id="L1971"><a href="#L1971">1971</a></th><td class="line-code"><pre>msgstr &quot;Kalendar&quot;
9012
- </pre></td></tr>
9013
-
9014
-
9015
- <tr><th class="line-num" id="L1972"><a href="#L1972">1972</a></th><td class="line-code"><pre>
9016
- </pre></td></tr>
9017
-
9018
-
9019
- <tr><th class="line-num" id="L1973"><a href="#L1973">1973</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:4037
9020
- </pre></td></tr>
9021
-
9022
-
9023
- <tr><th class="line-num" id="L1974"><a href="#L1974">1974</a></th><td class="line-code"><pre>msgid &quot;List&quot;
9024
- </pre></td></tr>
9025
-
9026
-
9027
- <tr><th class="line-num" id="L1975"><a href="#L1975">1975</a></th><td class="line-code"><pre>msgstr &quot;Lista&quot;
9028
- </pre></td></tr>
9029
-
9030
-
9031
- <tr><th class="line-num" id="L1976"><a href="#L1976">1976</a></th><td class="line-code"><pre>
9032
- </pre></td></tr>
9033
-
9034
-
9035
- <tr><th class="line-num" id="L1977"><a href="#L1977">1977</a></th><td class="line-code"><pre># @ tribe-events-calendar
9036
- </pre></td></tr>
9037
-
9038
-
9039
- <tr><th class="line-num" id="L1978"><a href="#L1978">1978</a></th><td class="line-code"><pre>#
9040
- </pre></td></tr>
9041
-
9042
-
9043
- <tr><th class="line-num" id="L1979"><a href="#L1979">1979</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:4048
9044
- </pre></td></tr>
9045
-
9046
-
9047
- <tr><th class="line-num" id="L1980"><a href="#L1980">1980</a></th><td class="line-code"><pre>msgid &quot;Month&quot;
9048
- </pre></td></tr>
9049
-
9050
-
9051
- <tr><th class="line-num" id="L1981"><a href="#L1981">1981</a></th><td class="line-code"><pre>msgstr &quot;Mjesec&quot;
9052
- </pre></td></tr>
9053
-
9054
-
9055
- <tr><th class="line-num" id="L1982"><a href="#L1982">1982</a></th><td class="line-code"><pre>
9056
- </pre></td></tr>
9057
-
9058
-
9059
- <tr><th class="line-num" id="L1983"><a href="#L1983">1983</a></th><td class="line-code"><pre># @ tribe-events-calendar
9060
- </pre></td></tr>
9061
-
9062
-
9063
- <tr><th class="line-num" id="L1984"><a href="#L1984">1984</a></th><td class="line-code"><pre>#
9064
- </pre></td></tr>
9065
-
9066
-
9067
- <tr><th class="line-num" id="L1985"><a href="#L1985">1985</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:4088
9068
- </pre></td></tr>
9069
-
9070
-
9071
- <tr><th class="line-num" id="L1986"><a href="#L1986">1986</a></th><td class="line-code"><pre>msgid &quot;Date&quot;
9072
- </pre></td></tr>
9073
-
9074
-
9075
- <tr><th class="line-num" id="L1987"><a href="#L1987">1987</a></th><td class="line-code"><pre>msgstr &quot;Datum&quot;
9076
- </pre></td></tr>
9077
-
9078
-
9079
- <tr><th class="line-num" id="L1988"><a href="#L1988">1988</a></th><td class="line-code"><pre>
9080
- </pre></td></tr>
9081
-
9082
-
9083
- <tr><th class="line-num" id="L1989"><a href="#L1989">1989</a></th><td class="line-code"><pre># @ tribe-events-calendar
9084
- </pre></td></tr>
9085
-
9086
-
9087
- <tr><th class="line-num" id="L1990"><a href="#L1990">1990</a></th><td class="line-code"><pre>#
9088
- </pre></td></tr>
9089
-
9090
-
9091
- <tr><th class="line-num" id="L1991"><a href="#L1991">1991</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:4091
9092
- </pre></td></tr>
9093
-
9094
-
9095
- <tr><th class="line-num" id="L1992"><a href="#L1992">1992</a></th><td class="line-code"><pre>msgid &quot;Events In&quot;
9096
- </pre></td></tr>
9097
-
9098
-
9099
- <tr><th class="line-num" id="L1993"><a href="#L1993">1993</a></th><td class="line-code"><pre>msgstr &quot;Događaji u&quot;
9100
- </pre></td></tr>
9101
-
9102
-
9103
- <tr><th class="line-num" id="L1994"><a href="#L1994">1994</a></th><td class="line-code"><pre>
9104
- </pre></td></tr>
9105
-
9106
-
9107
- <tr><th class="line-num" id="L1995"><a href="#L1995">1995</a></th><td class="line-code"><pre># @ tribe-events-calendar
9108
- </pre></td></tr>
9109
-
9110
-
9111
- <tr><th class="line-num" id="L1996"><a href="#L1996">1996</a></th><td class="line-code"><pre>#
9112
- </pre></td></tr>
9113
-
9114
-
9115
- <tr><th class="line-num" id="L1997"><a href="#L1997">1997</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:4093
9116
- </pre></td></tr>
9117
-
9118
-
9119
- <tr><th class="line-num" id="L1998"><a href="#L1998">1998</a></th><td class="line-code"><pre>msgid &quot;Events From&quot;
9120
- </pre></td></tr>
9121
-
9122
-
9123
- <tr><th class="line-num" id="L1999"><a href="#L1999">1999</a></th><td class="line-code"><pre>msgstr &quot;Događaji iz&quot;
9124
- </pre></td></tr>
9125
-
9126
-
9127
- <tr><th class="line-num" id="L2000"><a href="#L2000">2000</a></th><td class="line-code"><pre>
9128
- </pre></td></tr>
9129
-
9130
-
9131
- <tr><th class="line-num" id="L2001"><a href="#L2001">2001</a></th><td class="line-code"><pre># @ tribe-events-calendar
9132
- </pre></td></tr>
9133
-
9134
-
9135
- <tr><th class="line-num" id="L2002"><a href="#L2002">2002</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:4276 ../views/list/nav.php:22
9136
- </pre></td></tr>
9137
-
9138
-
9139
- <tr><th class="line-num" id="L2003"><a href="#L2003">2003</a></th><td class="line-code"><pre>#: ../views/list/nav.php:28 ../views/list/nav.php:31
9140
- </pre></td></tr>
9141
-
9142
-
9143
- <tr><th class="line-num" id="L2004"><a href="#L2004">2004</a></th><td class="line-code"><pre>msgid &quot;&amp;laquo; Previous Events&quot;
9144
- </pre></td></tr>
9145
-
9146
-
9147
- <tr><th class="line-num" id="L2005"><a href="#L2005">2005</a></th><td class="line-code"><pre>msgstr &quot;&amp;laquo; Prošli događaji&quot;
9148
- </pre></td></tr>
9149
-
9150
-
9151
- <tr><th class="line-num" id="L2006"><a href="#L2006">2006</a></th><td class="line-code"><pre>
9152
- </pre></td></tr>
9153
-
9154
-
9155
- <tr><th class="line-num" id="L2007"><a href="#L2007">2007</a></th><td class="line-code"><pre># @ tribe-events-calendar
9156
- </pre></td></tr>
9157
-
9158
-
9159
- <tr><th class="line-num" id="L2008"><a href="#L2008">2008</a></th><td class="line-code"><pre>#: ../lib/the-events-calendar.class.php:4277 ../views/list/nav.php:40
9160
- </pre></td></tr>
9161
-
9162
-
9163
- <tr><th class="line-num" id="L2009"><a href="#L2009">2009</a></th><td class="line-code"><pre>#: ../views/list/nav.php:43 ../views/list/nav.php:49
9164
- </pre></td></tr>
9165
-
9166
-
9167
- <tr><th class="line-num" id="L2010"><a href="#L2010">2010</a></th><td class="line-code"><pre>msgid &quot;Next Events &amp;raquo;&quot;
9168
- </pre></td></tr>
9169
-
9170
-
9171
- <tr><th class="line-num" id="L2011"><a href="#L2011">2011</a></th><td class="line-code"><pre>msgstr &quot;Predstojeći događaji &amp;raquo;&quot;
9172
- </pre></td></tr>
9173
-
9174
-
9175
- <tr><th class="line-num" id="L2012"><a href="#L2012">2012</a></th><td class="line-code"><pre>
9176
- </pre></td></tr>
9177
-
9178
-
9179
- <tr><th class="line-num" id="L2013"><a href="#L2013">2013</a></th><td class="line-code"><pre># @ tribe-events-calendar
9180
- </pre></td></tr>
9181
-
9182
-
9183
- <tr><th class="line-num" id="L2014"><a href="#L2014">2014</a></th><td class="line-code"><pre>#: ../lib/tribe-admin-events-list.class.php:53
9184
- </pre></td></tr>
9185
-
9186
-
9187
- <tr><th class="line-num" id="L2015"><a href="#L2015">2015</a></th><td class="line-code"><pre>#, php-format
9188
- </pre></td></tr>
9189
-
9190
-
9191
- <tr><th class="line-num" id="L2016"><a href="#L2016">2016</a></th><td class="line-code"><pre>msgid &quot;View &amp;#8220;%s&amp;#8221;&quot;
9192
- </pre></td></tr>
9193
-
9194
-
9195
- <tr><th class="line-num" id="L2017"><a href="#L2017">2017</a></th><td class="line-code"><pre>msgstr &quot;Pogledajte &amp;#8220;%s&amp;#8221;&quot;
9196
- </pre></td></tr>
9197
-
9198
-
9199
- <tr><th class="line-num" id="L2018"><a href="#L2018">2018</a></th><td class="line-code"><pre>
9200
- </pre></td></tr>
9201
-
9202
-
9203
- <tr><th class="line-num" id="L2019"><a href="#L2019">2019</a></th><td class="line-code"><pre># @ tribe-events-calendar
9204
- </pre></td></tr>
9205
-
9206
-
9207
- <tr><th class="line-num" id="L2020"><a href="#L2020">2020</a></th><td class="line-code"><pre>#: ../lib/tribe-admin-events-list.class.php:222
9208
- </pre></td></tr>
9209
-
9210
-
9211
- <tr><th class="line-num" id="L2021"><a href="#L2021">2021</a></th><td class="line-code"><pre>msgid &quot;Start Date&quot;
9212
- </pre></td></tr>
9213
-
9214
-
9215
- <tr><th class="line-num" id="L2022"><a href="#L2022">2022</a></th><td class="line-code"><pre>msgstr &quot;Datum početka&quot;
9216
- </pre></td></tr>
9217
-
9218
-
9219
- <tr><th class="line-num" id="L2023"><a href="#L2023">2023</a></th><td class="line-code"><pre>
9220
- </pre></td></tr>
9221
-
9222
-
9223
- <tr><th class="line-num" id="L2024"><a href="#L2024">2024</a></th><td class="line-code"><pre># @ tribe-events-calendar
9224
- </pre></td></tr>
9225
-
9226
-
9227
- <tr><th class="line-num" id="L2025"><a href="#L2025">2025</a></th><td class="line-code"><pre>#: ../lib/tribe-admin-events-list.class.php:223
9228
- </pre></td></tr>
9229
-
9230
-
9231
- <tr><th class="line-num" id="L2026"><a href="#L2026">2026</a></th><td class="line-code"><pre>msgid &quot;End Date&quot;
9232
- </pre></td></tr>
9233
-
9234
-
9235
- <tr><th class="line-num" id="L2027"><a href="#L2027">2027</a></th><td class="line-code"><pre>msgstr &quot;Datum završetka&quot;
9236
- </pre></td></tr>
9237
-
9238
-
9239
- <tr><th class="line-num" id="L2028"><a href="#L2028">2028</a></th><td class="line-code"><pre>
9240
- </pre></td></tr>
9241
-
9242
-
9243
- <tr><th class="line-num" id="L2029"><a href="#L2029">2029</a></th><td class="line-code"><pre># @ tribe-events-calendar
9244
- </pre></td></tr>
9245
-
9246
-
9247
- <tr><th class="line-num" id="L2030"><a href="#L2030">2030</a></th><td class="line-code"><pre>#: ../lib/tribe-admin-events-list.class.php:225
9248
- </pre></td></tr>
9249
-
9250
-
9251
- <tr><th class="line-num" id="L2031"><a href="#L2031">2031</a></th><td class="line-code"><pre>msgid &quot;Recurring?&quot;
9252
- </pre></td></tr>
9253
-
9254
-
9255
- <tr><th class="line-num" id="L2032"><a href="#L2032">2032</a></th><td class="line-code"><pre>msgstr &quot;Ponavljajući?&quot;
9256
- </pre></td></tr>
9257
-
9258
-
9259
- <tr><th class="line-num" id="L2033"><a href="#L2033">2033</a></th><td class="line-code"><pre>
9260
- </pre></td></tr>
9261
-
9262
-
9263
- <tr><th class="line-num" id="L2034"><a href="#L2034">2034</a></th><td class="line-code"><pre># @ tribe-events-calendar
9264
- </pre></td></tr>
9265
-
9266
-
9267
- <tr><th class="line-num" id="L2035"><a href="#L2035">2035</a></th><td class="line-code"><pre>#: ../lib/tribe-admin-events-list.class.php:282
9268
- </pre></td></tr>
9269
-
9270
-
9271
- <tr><th class="line-num" id="L2036"><a href="#L2036">2036</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-pro.php:229
9272
- </pre></td></tr>
9273
-
9274
-
9275
- <tr><th class="line-num" id="L2037"><a href="#L2037">2037</a></th><td class="line-code"><pre>msgid &quot;Yes&quot;
9276
- </pre></td></tr>
9277
-
9278
-
9279
- <tr><th class="line-num" id="L2038"><a href="#L2038">2038</a></th><td class="line-code"><pre>msgstr &quot;Da&quot;
9280
- </pre></td></tr>
9281
-
9282
-
9283
- <tr><th class="line-num" id="L2039"><a href="#L2039">2039</a></th><td class="line-code"><pre>
9284
- </pre></td></tr>
9285
-
9286
-
9287
- <tr><th class="line-num" id="L2040"><a href="#L2040">2040</a></th><td class="line-code"><pre># @ tribe-events-calendar
9288
- </pre></td></tr>
9289
-
9290
-
9291
- <tr><th class="line-num" id="L2041"><a href="#L2041">2041</a></th><td class="line-code"><pre>#: ../lib/tribe-admin-events-list.class.php:282
9292
- </pre></td></tr>
9293
-
9294
-
9295
- <tr><th class="line-num" id="L2042"><a href="#L2042">2042</a></th><td class="line-code"><pre>msgid &quot;No&quot;
9296
- </pre></td></tr>
9297
-
9298
-
9299
- <tr><th class="line-num" id="L2043"><a href="#L2043">2043</a></th><td class="line-code"><pre>msgstr &quot;Ne&quot;
9300
- </pre></td></tr>
9301
-
9302
-
9303
- <tr><th class="line-num" id="L2044"><a href="#L2044">2044</a></th><td class="line-code"><pre>
9304
- </pre></td></tr>
9305
-
9306
-
9307
- <tr><th class="line-num" id="L2045"><a href="#L2045">2045</a></th><td class="line-code"><pre># @ tribe-events-calendar
9308
- </pre></td></tr>
9309
-
9310
-
9311
- <tr><th class="line-num" id="L2046"><a href="#L2046">2046</a></th><td class="line-code"><pre>#: ../lib/tribe-admin-events-list.class.php:360
9312
- </pre></td></tr>
9313
-
9314
-
9315
- <tr><th class="line-num" id="L2047"><a href="#L2047">2047</a></th><td class="line-code"><pre>#, php-format
9316
- </pre></td></tr>
9317
-
9318
-
9319
- <tr><th class="line-num" id="L2048"><a href="#L2048">2048</a></th><td class="line-code"><pre>msgid &quot;All %s&quot;
9320
- </pre></td></tr>
9321
-
9322
-
9323
- <tr><th class="line-num" id="L2049"><a href="#L2049">2049</a></th><td class="line-code"><pre>msgstr &quot;Svi %s&quot;
9324
- </pre></td></tr>
9325
-
9326
-
9327
- <tr><th class="line-num" id="L2050"><a href="#L2050">2050</a></th><td class="line-code"><pre>
9328
- </pre></td></tr>
9329
-
9330
-
9331
- <tr><th class="line-num" id="L2051"><a href="#L2051">2051</a></th><td class="line-code"><pre># @ tribe-events-calendar
9332
- </pre></td></tr>
9333
-
9334
-
9335
- <tr><th class="line-num" id="L2052"><a href="#L2052">2052</a></th><td class="line-code"><pre>#
9336
- </pre></td></tr>
9337
-
9338
-
9339
- <tr><th class="line-num" id="L2053"><a href="#L2053">2053</a></th><td class="line-code"><pre>#: ../lib/tribe-app-shop.class.php:62 ../lib/tribe-app-shop.class.php:63
9340
- </pre></td></tr>
9341
-
9342
-
9343
- <tr><th class="line-num" id="L2054"><a href="#L2054">2054</a></th><td class="line-code"><pre>#: ../lib/tribe-app-shop.class.php:84
9344
- </pre></td></tr>
9345
-
9346
-
9347
- <tr><th class="line-num" id="L2055"><a href="#L2055">2055</a></th><td class="line-code"><pre>msgid &quot;Event Add-Ons&quot;
9348
- </pre></td></tr>
9349
-
9350
-
9351
- <tr><th class="line-num" id="L2056"><a href="#L2056">2056</a></th><td class="line-code"><pre>msgstr &quot;Dodaci događaja&quot;
9352
- </pre></td></tr>
9353
-
9354
-
9355
- <tr><th class="line-num" id="L2057"><a href="#L2057">2057</a></th><td class="line-code"><pre>
9356
- </pre></td></tr>
9357
-
9358
-
9359
- <tr><th class="line-num" id="L2058"><a href="#L2058">2058</a></th><td class="line-code"><pre># @ tribe-events-calendar
9360
- </pre></td></tr>
9361
-
9362
-
9363
- <tr><th class="line-num" id="L2059"><a href="#L2059">2059</a></th><td class="line-code"><pre>#: ../lib/tribe-debug-bar.class.php:29
9364
- </pre></td></tr>
9365
-
9366
-
9367
- <tr><th class="line-num" id="L2060"><a href="#L2060">2060</a></th><td class="line-code"><pre>msgid &quot;Tribe&quot;
9368
- </pre></td></tr>
9369
-
9370
-
9371
- <tr><th class="line-num" id="L2061"><a href="#L2061">2061</a></th><td class="line-code"><pre>msgstr &quot;Tribe&quot;
9372
- </pre></td></tr>
9373
-
9374
-
9375
- <tr><th class="line-num" id="L2062"><a href="#L2062">2062</a></th><td class="line-code"><pre>
9376
- </pre></td></tr>
9377
-
9378
-
9379
- <tr><th class="line-num" id="L2063"><a href="#L2063">2063</a></th><td class="line-code"><pre># @ tribe-events-calendar
9380
- </pre></td></tr>
9381
-
9382
-
9383
- <tr><th class="line-num" id="L2064"><a href="#L2064">2064</a></th><td class="line-code"><pre>#: ../lib/tribe-event-api.class.php:372 ../lib/tribe-view-helpers.class.php:44
9384
- </pre></td></tr>
9385
-
9386
-
9387
- <tr><th class="line-num" id="L2065"><a href="#L2065">2065</a></th><td class="line-code"><pre>#: ../public/template-tags/venue.php:240
9388
- </pre></td></tr>
9389
-
9390
-
9391
- <tr><th class="line-num" id="L2066"><a href="#L2066">2066</a></th><td class="line-code"><pre>msgid &quot;United States&quot;
9392
- </pre></td></tr>
9393
-
9394
-
9395
- <tr><th class="line-num" id="L2067"><a href="#L2067">2067</a></th><td class="line-code"><pre>msgstr &quot;Sjedinjene Države&quot;
9396
- </pre></td></tr>
9397
-
9398
-
9399
- <tr><th class="line-num" id="L2068"><a href="#L2068">2068</a></th><td class="line-code"><pre>
9400
- </pre></td></tr>
9401
-
9402
-
9403
- <tr><th class="line-num" id="L2069"><a href="#L2069">2069</a></th><td class="line-code"><pre># @ tribe-events-calendar
9404
- </pre></td></tr>
9405
-
9406
-
9407
- <tr><th class="line-num" id="L2070"><a href="#L2070">2070</a></th><td class="line-code"><pre>#: ../lib/tribe-event-exception.class.php:17
9408
- </pre></td></tr>
9409
-
9410
-
9411
- <tr><th class="line-num" id="L2071"><a href="#L2071">2071</a></th><td class="line-code"><pre>#: ../lib/tribe-event-exception.class.php:34
9412
- </pre></td></tr>
9413
-
9414
-
9415
- <tr><th class="line-num" id="L2072"><a href="#L2072">2072</a></th><td class="line-code"><pre>msgid &quot;Error&quot;
9416
- </pre></td></tr>
9417
-
9418
-
9419
- <tr><th class="line-num" id="L2073"><a href="#L2073">2073</a></th><td class="line-code"><pre>msgstr &quot;Greška&quot;
9420
- </pre></td></tr>
9421
-
9422
-
9423
- <tr><th class="line-num" id="L2074"><a href="#L2074">2074</a></th><td class="line-code"><pre>
9424
- </pre></td></tr>
9425
-
9426
-
9427
- <tr><th class="line-num" id="L2075"><a href="#L2075">2075</a></th><td class="line-code"><pre>#: ../lib/tribe-field.class.php:161
9428
- </pre></td></tr>
9429
-
9430
-
9431
- <tr><th class="line-num" id="L2076"><a href="#L2076">2076</a></th><td class="line-code"><pre>msgid &quot;Invalid field type specified&quot;
9432
- </pre></td></tr>
9433
-
9434
-
9435
- <tr><th class="line-num" id="L2077"><a href="#L2077">2077</a></th><td class="line-code"><pre>msgstr &quot;Neodgovarajući tip polja je označen&quot;
9436
- </pre></td></tr>
9437
-
9438
-
9439
- <tr><th class="line-num" id="L2078"><a href="#L2078">2078</a></th><td class="line-code"><pre>
9440
- </pre></td></tr>
9441
-
9442
-
9443
- <tr><th class="line-num" id="L2079"><a href="#L2079">2079</a></th><td class="line-code"><pre>#: ../lib/tribe-field.class.php:414
9444
- </pre></td></tr>
9445
-
9446
-
9447
- <tr><th class="line-num" id="L2080"><a href="#L2080">2080</a></th><td class="line-code"><pre>msgid &quot;No radio options specified&quot;
9448
- </pre></td></tr>
9449
-
9450
-
9451
- <tr><th class="line-num" id="L2081"><a href="#L2081">2081</a></th><td class="line-code"><pre>msgstr &quot;Radio opcije nisu označene&quot;
9452
- </pre></td></tr>
9453
-
9454
-
9455
- <tr><th class="line-num" id="L2082"><a href="#L2082">2082</a></th><td class="line-code"><pre>
9456
- </pre></td></tr>
9457
-
9458
-
9459
- <tr><th class="line-num" id="L2083"><a href="#L2083">2083</a></th><td class="line-code"><pre>#: ../lib/tribe-field.class.php:451
9460
- </pre></td></tr>
9461
-
9462
-
9463
- <tr><th class="line-num" id="L2084"><a href="#L2084">2084</a></th><td class="line-code"><pre>msgid &quot;No checkbox options specified&quot;
9464
- </pre></td></tr>
9465
-
9466
-
9467
- <tr><th class="line-num" id="L2085"><a href="#L2085">2085</a></th><td class="line-code"><pre>msgstr &quot;Checkbox opcije nisu označene&quot;
9468
- </pre></td></tr>
9469
-
9470
-
9471
- <tr><th class="line-num" id="L2086"><a href="#L2086">2086</a></th><td class="line-code"><pre>
9472
- </pre></td></tr>
9473
-
9474
-
9475
- <tr><th class="line-num" id="L2087"><a href="#L2087">2087</a></th><td class="line-code"><pre>#: ../lib/tribe-field.class.php:505
9476
- </pre></td></tr>
9477
-
9478
-
9479
- <tr><th class="line-num" id="L2088"><a href="#L2088">2088</a></th><td class="line-code"><pre>msgid &quot;No select options specified&quot;
9480
- </pre></td></tr>
9481
-
9482
-
9483
- <tr><th class="line-num" id="L2089"><a href="#L2089">2089</a></th><td class="line-code"><pre>msgstr &quot;Opcije polja za odabir nisu označene&quot;
9484
- </pre></td></tr>
9485
-
9486
-
9487
- <tr><th class="line-num" id="L2090"><a href="#L2090">2090</a></th><td class="line-code"><pre>
9488
- </pre></td></tr>
9489
-
9490
-
9491
- <tr><th class="line-num" id="L2091"><a href="#L2091">2091</a></th><td class="line-code"><pre># @ tribe-events-calendar
9492
- </pre></td></tr>
9493
-
9494
-
9495
- <tr><th class="line-num" id="L2092"><a href="#L2092">2092</a></th><td class="line-code"><pre>#
9496
- </pre></td></tr>
9497
-
9498
-
9499
- <tr><th class="line-num" id="L2093"><a href="#L2093">2093</a></th><td class="line-code"><pre>#: ../lib/tribe-settings-tab.class.php:219
9500
- </pre></td></tr>
9501
-
9502
-
9503
- <tr><th class="line-num" id="L2094"><a href="#L2094">2094</a></th><td class="line-code"><pre>msgid &quot;There are no fields setup for this tab yet.&quot;
9504
- </pre></td></tr>
9505
-
9506
-
9507
- <tr><th class="line-num" id="L2095"><a href="#L2095">2095</a></th><td class="line-code"><pre>msgstr &quot;Još uvek nema polja podešenih za ovaj tab.&quot;
9508
- </pre></td></tr>
9509
-
9510
-
9511
- <tr><th class="line-num" id="L2096"><a href="#L2096">2096</a></th><td class="line-code"><pre>
9512
- </pre></td></tr>
9513
-
9514
-
9515
- <tr><th class="line-num" id="L2097"><a href="#L2097">2097</a></th><td class="line-code"><pre># @ tribe-events-calendar
9516
- </pre></td></tr>
9517
-
9518
-
9519
- <tr><th class="line-num" id="L2098"><a href="#L2098">2098</a></th><td class="line-code"><pre>#
9520
- </pre></td></tr>
9521
-
9522
-
9523
- <tr><th class="line-num" id="L2099"><a href="#L2099">2099</a></th><td class="line-code"><pre>#: ../lib/tribe-settings.class.php:164 ../lib/tribe-settings.class.php:176
9524
- </pre></td></tr>
9525
-
9526
-
9527
- <tr><th class="line-num" id="L2100"><a href="#L2100">2100</a></th><td class="line-code"><pre>msgid &quot;The Events Calendar Settings&quot;
9528
- </pre></td></tr>
9529
-
9530
-
9531
- <tr><th class="line-num" id="L2101"><a href="#L2101">2101</a></th><td class="line-code"><pre>msgstr &quot;The Events Calendar podešavanja&quot;
9532
- </pre></td></tr>
9533
-
9534
-
9535
- <tr><th class="line-num" id="L2102"><a href="#L2102">2102</a></th><td class="line-code"><pre>
9536
- </pre></td></tr>
9537
-
9538
-
9539
- <tr><th class="line-num" id="L2103"><a href="#L2103">2103</a></th><td class="line-code"><pre># @ tribe-events-calendar
9540
- </pre></td></tr>
9541
-
9542
-
9543
- <tr><th class="line-num" id="L2104"><a href="#L2104">2104</a></th><td class="line-code"><pre>#
9544
- </pre></td></tr>
9545
-
9546
-
9547
- <tr><th class="line-num" id="L2105"><a href="#L2105">2105</a></th><td class="line-code"><pre>#: ../lib/tribe-settings.class.php:176
9548
- </pre></td></tr>
9549
-
9550
-
9551
- <tr><th class="line-num" id="L2106"><a href="#L2106">2106</a></th><td class="line-code"><pre>msgid &quot;Events Settings&quot;
9552
- </pre></td></tr>
9553
-
9554
-
9555
- <tr><th class="line-num" id="L2107"><a href="#L2107">2107</a></th><td class="line-code"><pre>msgstr &quot;Podešavanje događaja&quot;
9556
- </pre></td></tr>
9557
-
9558
-
9559
- <tr><th class="line-num" id="L2108"><a href="#L2108">2108</a></th><td class="line-code"><pre>
9560
- </pre></td></tr>
9561
-
9562
-
9563
- <tr><th class="line-num" id="L2109"><a href="#L2109">2109</a></th><td class="line-code"><pre># @ tribe-events-calendar
9564
- </pre></td></tr>
9565
-
9566
-
9567
- <tr><th class="line-num" id="L2110"><a href="#L2110">2110</a></th><td class="line-code"><pre>#: ../lib/tribe-settings.class.php:225
9568
- </pre></td></tr>
9569
-
9570
-
9571
- <tr><th class="line-num" id="L2111"><a href="#L2111">2111</a></th><td class="line-code"><pre>#, php-format
9572
- </pre></td></tr>
9573
-
9574
-
9575
- <tr><th class="line-num" id="L2112"><a href="#L2112">2112</a></th><td class="line-code"><pre>msgid &quot;%s Settings&quot;
9576
- </pre></td></tr>
9577
-
9578
-
9579
- <tr><th class="line-num" id="L2113"><a href="#L2113">2113</a></th><td class="line-code"><pre>msgstr &quot;%s Podešavanje&quot;
9580
- </pre></td></tr>
9581
-
9582
-
9583
- <tr><th class="line-num" id="L2114"><a href="#L2114">2114</a></th><td class="line-code"><pre>
9584
- </pre></td></tr>
9585
-
9586
-
9587
- <tr><th class="line-num" id="L2115"><a href="#L2115">2115</a></th><td class="line-code"><pre>#: ../lib/tribe-settings.class.php:239
9588
- </pre></td></tr>
9589
-
9590
-
9591
- <tr><th class="line-num" id="L2116"><a href="#L2116">2116</a></th><td class="line-code"><pre>msgid &quot;You&#39;ve requested a non-existent tab.&quot;
9592
- </pre></td></tr>
9593
-
9594
-
9595
- <tr><th class="line-num" id="L2117"><a href="#L2117">2117</a></th><td class="line-code"><pre>msgstr &quot;Zatražili ste nepostojeći tab.&quot;
9596
- </pre></td></tr>
9597
-
9598
-
9599
- <tr><th class="line-num" id="L2118"><a href="#L2118">2118</a></th><td class="line-code"><pre>
9600
- </pre></td></tr>
9601
-
9602
-
9603
- <tr><th class="line-num" id="L2119"><a href="#L2119">2119</a></th><td class="line-code"><pre># @ tribe-events-calendar
9604
- </pre></td></tr>
9605
-
9606
-
9607
- <tr><th class="line-num" id="L2120"><a href="#L2120">2120</a></th><td class="line-code"><pre>#
9608
- </pre></td></tr>
9609
-
9610
-
9611
- <tr><th class="line-num" id="L2121"><a href="#L2121">2121</a></th><td class="line-code"><pre>#: ../lib/tribe-settings.class.php:247
9612
- </pre></td></tr>
9613
-
9614
-
9615
- <tr><th class="line-num" id="L2122"><a href="#L2122">2122</a></th><td class="line-code"><pre>msgid &quot; Save Changes&quot;
9616
- </pre></td></tr>
9617
-
9618
-
9619
- <tr><th class="line-num" id="L2123"><a href="#L2123">2123</a></th><td class="line-code"><pre>msgstr &quot;Sačuvaj izmene&quot;
9620
- </pre></td></tr>
9621
-
9622
-
9623
- <tr><th class="line-num" id="L2124"><a href="#L2124">2124</a></th><td class="line-code"><pre>
9624
- </pre></td></tr>
9625
-
9626
-
9627
- <tr><th class="line-num" id="L2125"><a href="#L2125">2125</a></th><td class="line-code"><pre>#: ../lib/tribe-settings.class.php:299
9628
- </pre></td></tr>
9629
-
9630
-
9631
- <tr><th class="line-num" id="L2126"><a href="#L2126">2126</a></th><td class="line-code"><pre>msgid &quot;You don&#39;t have permission to do that.&quot;
9632
- </pre></td></tr>
9633
-
9634
-
9635
- <tr><th class="line-num" id="L2127"><a href="#L2127">2127</a></th><td class="line-code"><pre>msgstr &quot;Nemate ovlašćenje za to.&quot;
9636
- </pre></td></tr>
9637
-
9638
-
9639
- <tr><th class="line-num" id="L2128"><a href="#L2128">2128</a></th><td class="line-code"><pre>
9640
- </pre></td></tr>
9641
-
9642
-
9643
- <tr><th class="line-num" id="L2129"><a href="#L2129">2129</a></th><td class="line-code"><pre>#: ../lib/tribe-settings.class.php:305
9644
- </pre></td></tr>
9645
-
9646
-
9647
- <tr><th class="line-num" id="L2130"><a href="#L2130">2130</a></th><td class="line-code"><pre>msgid &quot;The request was sent insecurely.&quot;
9648
- </pre></td></tr>
9649
-
9650
-
9651
- <tr><th class="line-num" id="L2131"><a href="#L2131">2131</a></th><td class="line-code"><pre>msgstr &quot;Zahtev je poslat nesigurno.&quot;
9652
- </pre></td></tr>
9653
-
9654
-
9655
- <tr><th class="line-num" id="L2132"><a href="#L2132">2132</a></th><td class="line-code"><pre>
9656
- </pre></td></tr>
9657
-
9658
-
9659
- <tr><th class="line-num" id="L2133"><a href="#L2133">2133</a></th><td class="line-code"><pre>#: ../lib/tribe-settings.class.php:311
9660
- </pre></td></tr>
9661
-
9662
-
9663
- <tr><th class="line-num" id="L2134"><a href="#L2134">2134</a></th><td class="line-code"><pre>msgid &quot;The request wasn&#39;t sent from this tab.&quot;
9664
- </pre></td></tr>
9665
-
9666
-
9667
- <tr><th class="line-num" id="L2135"><a href="#L2135">2135</a></th><td class="line-code"><pre>msgstr &quot;Zahtev nije poslat sa ovog tab-a.&quot;
9668
- </pre></td></tr>
9669
-
9670
-
9671
- <tr><th class="line-num" id="L2136"><a href="#L2136">2136</a></th><td class="line-code"><pre>
9672
- </pre></td></tr>
9673
-
9674
-
9675
- <tr><th class="line-num" id="L2137"><a href="#L2137">2137</a></th><td class="line-code"><pre>#: ../lib/tribe-settings.class.php:476
9676
- </pre></td></tr>
9677
-
9678
-
9679
- <tr><th class="line-num" id="L2138"><a href="#L2138">2138</a></th><td class="line-code"><pre>msgid &quot;Your form had the following errors:&quot;
9680
- </pre></td></tr>
9681
-
9682
-
9683
- <tr><th class="line-num" id="L2139"><a href="#L2139">2139</a></th><td class="line-code"><pre>msgstr &quot;Vaša forma je imala sljedeće greške:&quot;
9684
- </pre></td></tr>
9685
-
9686
-
9687
- <tr><th class="line-num" id="L2140"><a href="#L2140">2140</a></th><td class="line-code"><pre>
9688
- </pre></td></tr>
9689
-
9690
-
9691
- <tr><th class="line-num" id="L2141"><a href="#L2141">2141</a></th><td class="line-code"><pre>#: ../lib/tribe-settings.class.php:485
9692
- </pre></td></tr>
9693
-
9694
-
9695
- <tr><th class="line-num" id="L2142"><a href="#L2142">2142</a></th><td class="line-code"><pre>msgid &quot;None of your settings were saved. Please try again.&quot;
9696
- </pre></td></tr>
9697
-
9698
-
9699
- <tr><th class="line-num" id="L2143"><a href="#L2143">2143</a></th><td class="line-code"><pre>msgstr &quot;Ništa od vaših podešavanja nije sačuvano. Molimo probajte ponovo.&quot;
9700
- </pre></td></tr>
9701
-
9702
-
9703
- <tr><th class="line-num" id="L2144"><a href="#L2144">2144</a></th><td class="line-code"><pre>
9704
- </pre></td></tr>
9705
-
9706
-
9707
- <tr><th class="line-num" id="L2145"><a href="#L2145">2145</a></th><td class="line-code"><pre>#: ../lib/tribe-settings.class.php:485
9708
- </pre></td></tr>
9709
-
9710
-
9711
- <tr><th class="line-num" id="L2146"><a href="#L2146">2146</a></th><td class="line-code"><pre>msgid &quot;&quot;
9712
- </pre></td></tr>
9713
-
9714
-
9715
- <tr><th class="line-num" id="L2147"><a href="#L2147">2147</a></th><td class="line-code"><pre>&quot;The above setting was not saved. Other settings were successfully saved.&quot;
9716
- </pre></td></tr>
9717
-
9718
-
9719
- <tr><th class="line-num" id="L2148"><a href="#L2148">2148</a></th><td class="line-code"><pre>msgid_plural &quot;&quot;
9720
- </pre></td></tr>
9721
-
9722
-
9723
- <tr><th class="line-num" id="L2149"><a href="#L2149">2149</a></th><td class="line-code"><pre>&quot;The above settings were not saved. Other settings were successfully saved.&quot;
9724
- </pre></td></tr>
9725
-
9726
-
9727
- <tr><th class="line-num" id="L2150"><a href="#L2150">2150</a></th><td class="line-code"><pre>msgstr[0] &quot;&quot;
9728
- </pre></td></tr>
9729
-
9730
-
9731
- <tr><th class="line-num" id="L2151"><a href="#L2151">2151</a></th><td class="line-code"><pre>&quot;Podešavanje iznad nije sačuvano. Ostala podešavanja su sačuvana uspješno.&quot;
9732
- </pre></td></tr>
9733
-
9734
-
9735
- <tr><th class="line-num" id="L2152"><a href="#L2152">2152</a></th><td class="line-code"><pre>msgstr[1] &quot;&quot;
9736
- </pre></td></tr>
9737
-
9738
-
9739
- <tr><th class="line-num" id="L2153"><a href="#L2153">2153</a></th><td class="line-code"><pre>&quot;Podešavanja iznad nisu sačuvana. Ostala podešavanja su sačuvana uspješno.&quot;
9740
- </pre></td></tr>
9741
-
9742
-
9743
- <tr><th class="line-num" id="L2154"><a href="#L2154">2154</a></th><td class="line-code"><pre>msgstr[2] &quot;&quot;
9744
- </pre></td></tr>
9745
-
9746
-
9747
- <tr><th class="line-num" id="L2155"><a href="#L2155">2155</a></th><td class="line-code"><pre>&quot;Podešavanja iznad nisu sačuvana. Ostala podešavanja su sačuvana uspješno.&quot;
9748
- </pre></td></tr>
9749
-
9750
-
9751
- <tr><th class="line-num" id="L2156"><a href="#L2156">2156</a></th><td class="line-code"><pre>
9752
- </pre></td></tr>
9753
-
9754
-
9755
- <tr><th class="line-num" id="L2157"><a href="#L2157">2157</a></th><td class="line-code"><pre># @ tribe-events-calendar
9756
- </pre></td></tr>
9757
-
9758
-
9759
- <tr><th class="line-num" id="L2158"><a href="#L2158">2158</a></th><td class="line-code"><pre>#
9760
- </pre></td></tr>
9761
-
9762
-
9763
- <tr><th class="line-num" id="L2159"><a href="#L2159">2159</a></th><td class="line-code"><pre>#: ../lib/tribe-settings.class.php:509
9764
- </pre></td></tr>
9765
-
9766
-
9767
- <tr><th class="line-num" id="L2160"><a href="#L2160">2160</a></th><td class="line-code"><pre>msgid &quot;Settings saved.&quot;
9768
- </pre></td></tr>
9769
-
9770
-
9771
- <tr><th class="line-num" id="L2161"><a href="#L2161">2161</a></th><td class="line-code"><pre>msgstr &quot;Podešavanja sačuvana.&quot;
9772
- </pre></td></tr>
9773
-
9774
-
9775
- <tr><th class="line-num" id="L2162"><a href="#L2162">2162</a></th><td class="line-code"><pre>
9776
- </pre></td></tr>
9777
-
9778
-
9779
- <tr><th class="line-num" id="L2163"><a href="#L2163">2163</a></th><td class="line-code"><pre>#: ../lib/tribe-template-factory.class.php:225
9780
- </pre></td></tr>
9781
-
9782
-
9783
- <tr><th class="line-num" id="L2164"><a href="#L2164">2164</a></th><td class="line-code"><pre>#, php-format
9784
- </pre></td></tr>
9785
-
9786
-
9787
- <tr><th class="line-num" id="L2165"><a href="#L2165">2165</a></th><td class="line-code"><pre>msgid &quot;There were no results found for &lt;strong&gt;\&quot;%s\&quot;&lt;/strong&gt;.&quot;
9788
- </pre></td></tr>
9789
-
9790
-
9791
- <tr><th class="line-num" id="L2166"><a href="#L2166">2166</a></th><td class="line-code"><pre>msgstr &quot;Nema rezultata za &lt;strong&gt;\&quot;%s\&quot;&lt;/strong&gt;.&quot;
9792
- </pre></td></tr>
9793
-
9794
-
9795
- <tr><th class="line-num" id="L2167"><a href="#L2167">2167</a></th><td class="line-code"><pre>
9796
- </pre></td></tr>
9797
-
9798
-
9799
- <tr><th class="line-num" id="L2168"><a href="#L2168">2168</a></th><td class="line-code"><pre># @ tribe-events-calendar
9800
- </pre></td></tr>
9801
-
9802
-
9803
- <tr><th class="line-num" id="L2169"><a href="#L2169">2169</a></th><td class="line-code"><pre>#: ../lib/tribe-template-factory.class.php:235
9804
- </pre></td></tr>
9805
-
9806
-
9807
- <tr><th class="line-num" id="L2170"><a href="#L2170">2170</a></th><td class="line-code"><pre>#, php-format
9808
- </pre></td></tr>
9809
-
9810
-
9811
- <tr><th class="line-num" id="L2171"><a href="#L2171">2171</a></th><td class="line-code"><pre>msgid &quot;&quot;
9812
- </pre></td></tr>
9813
-
9814
-
9815
- <tr><th class="line-num" id="L2172"><a href="#L2172">2172</a></th><td class="line-code"><pre>&quot;listed under %s. Check out past events for this category or view the full &quot;
9816
- </pre></td></tr>
9817
-
9818
-
9819
- <tr><th class="line-num" id="L2173"><a href="#L2173">2173</a></th><td class="line-code"><pre>&quot;calendar.&quot;
9820
- </pre></td></tr>
9821
-
9822
-
9823
- <tr><th class="line-num" id="L2174"><a href="#L2174">2174</a></th><td class="line-code"><pre>msgstr &quot;&quot;
9824
- </pre></td></tr>
9825
-
9826
-
9827
- <tr><th class="line-num" id="L2175"><a href="#L2175">2175</a></th><td class="line-code"><pre>&quot;izlistano pod %s. Provjerite prethodne događaje za ovu kategoriju ili &quot;
9828
- </pre></td></tr>
9829
-
9830
-
9831
- <tr><th class="line-num" id="L2176"><a href="#L2176">2176</a></th><td class="line-code"><pre>&quot;pogledajte pun kalendar.&quot;
9832
- </pre></td></tr>
9833
-
9834
-
9835
- <tr><th class="line-num" id="L2177"><a href="#L2177">2177</a></th><td class="line-code"><pre>
9836
- </pre></td></tr>
9837
-
9838
-
9839
- <tr><th class="line-num" id="L2178"><a href="#L2178">2178</a></th><td class="line-code"><pre># @ tribe-events-calendar
9840
- </pre></td></tr>
9841
-
9842
-
9843
- <tr><th class="line-num" id="L2179"><a href="#L2179">2179</a></th><td class="line-code"><pre>#: ../lib/tribe-template-factory.class.php:237
9844
- </pre></td></tr>
9845
-
9846
-
9847
- <tr><th class="line-num" id="L2180"><a href="#L2180">2180</a></th><td class="line-code"><pre>#, php-format
9848
- </pre></td></tr>
9849
-
9850
-
9851
- <tr><th class="line-num" id="L2181"><a href="#L2181">2181</a></th><td class="line-code"><pre>msgid &quot;&quot;
9852
- </pre></td></tr>
9853
-
9854
-
9855
- <tr><th class="line-num" id="L2182"><a href="#L2182">2182</a></th><td class="line-code"><pre>&quot;listed under %s. Check out upcoming events for this category or view the &quot;
9856
- </pre></td></tr>
9857
-
9858
-
9859
- <tr><th class="line-num" id="L2183"><a href="#L2183">2183</a></th><td class="line-code"><pre>&quot;full calendar.&quot;
9860
- </pre></td></tr>
9861
-
9862
-
9863
- <tr><th class="line-num" id="L2184"><a href="#L2184">2184</a></th><td class="line-code"><pre>msgstr &quot;&quot;
9864
- </pre></td></tr>
9865
-
9866
-
9867
- <tr><th class="line-num" id="L2185"><a href="#L2185">2185</a></th><td class="line-code"><pre>&quot;izlistano pod %s. Provjerite predstojeće događaje za ovu kategoriju ili &quot;
9868
- </pre></td></tr>
9869
-
9870
-
9871
- <tr><th class="line-num" id="L2186"><a href="#L2186">2186</a></th><td class="line-code"><pre>&quot;pogledajte pun kalendar.&quot;
9872
- </pre></td></tr>
9873
-
9874
-
9875
- <tr><th class="line-num" id="L2187"><a href="#L2187">2187</a></th><td class="line-code"><pre>
9876
- </pre></td></tr>
9877
-
9878
-
9879
- <tr><th class="line-num" id="L2188"><a href="#L2188">2188</a></th><td class="line-code"><pre># @ tribe-events-calendar
9880
- </pre></td></tr>
9881
-
9882
-
9883
- <tr><th class="line-num" id="L2189"><a href="#L2189">2189</a></th><td class="line-code"><pre>#: ../lib/tribe-template-factory.class.php:241
9884
- </pre></td></tr>
9885
-
9886
-
9887
- <tr><th class="line-num" id="L2190"><a href="#L2190">2190</a></th><td class="line-code"><pre>#, php-format
9888
- </pre></td></tr>
9889
-
9890
-
9891
- <tr><th class="line-num" id="L2191"><a href="#L2191">2191</a></th><td class="line-code"><pre>msgid &quot;No events scheduled for &lt;strong&gt;%s&lt;/strong&gt;. Please try another day.&quot;
9892
- </pre></td></tr>
9893
-
9894
-
9895
- <tr><th class="line-num" id="L2192"><a href="#L2192">2192</a></th><td class="line-code"><pre>msgstr &quot;Nema događaja zakazanih za &lt;strong&gt;%s&lt;/strong&gt;. Pogledajte drugi dan.&quot;
9896
- </pre></td></tr>
9897
-
9898
-
9899
- <tr><th class="line-num" id="L2193"><a href="#L2193">2193</a></th><td class="line-code"><pre>
9900
- </pre></td></tr>
9901
-
9902
-
9903
- <tr><th class="line-num" id="L2194"><a href="#L2194">2194</a></th><td class="line-code"><pre># @ tribe-events-calendar
9904
- </pre></td></tr>
9905
-
9906
-
9907
- <tr><th class="line-num" id="L2195"><a href="#L2195">2195</a></th><td class="line-code"><pre>#
9908
- </pre></td></tr>
9909
-
9910
-
9911
- <tr><th class="line-num" id="L2196"><a href="#L2196">2196</a></th><td class="line-code"><pre>#: ../lib/tribe-template-factory.class.php:245
9912
- </pre></td></tr>
9913
-
9914
-
9915
- <tr><th class="line-num" id="L2197"><a href="#L2197">2197</a></th><td class="line-code"><pre>msgid &quot;No upcoming events &quot;
9916
- </pre></td></tr>
9917
-
9918
-
9919
- <tr><th class="line-num" id="L2198"><a href="#L2198">2198</a></th><td class="line-code"><pre>msgstr &quot;Nema predstojećih događaja&quot;
9920
- </pre></td></tr>
9921
-
9922
-
9923
- <tr><th class="line-num" id="L2199"><a href="#L2199">2199</a></th><td class="line-code"><pre>
9924
- </pre></td></tr>
9925
-
9926
-
9927
- <tr><th class="line-num" id="L2200"><a href="#L2200">2200</a></th><td class="line-code"><pre># @ tribe-events-calendar
9928
- </pre></td></tr>
9929
-
9930
-
9931
- <tr><th class="line-num" id="L2201"><a href="#L2201">2201</a></th><td class="line-code"><pre>#
9932
- </pre></td></tr>
9933
-
9934
-
9935
- <tr><th class="line-num" id="L2202"><a href="#L2202">2202</a></th><td class="line-code"><pre>#: ../lib/tribe-template-factory.class.php:247
9936
- </pre></td></tr>
9937
-
9938
-
9939
- <tr><th class="line-num" id="L2203"><a href="#L2203">2203</a></th><td class="line-code"><pre>msgid &quot;No matching events &quot;
9940
- </pre></td></tr>
9941
-
9942
-
9943
- <tr><th class="line-num" id="L2204"><a href="#L2204">2204</a></th><td class="line-code"><pre>msgstr &quot;Nema odgovarajućih događaja&quot;
9944
- </pre></td></tr>
9945
-
9946
-
9947
- <tr><th class="line-num" id="L2205"><a href="#L2205">2205</a></th><td class="line-code"><pre>
9948
- </pre></td></tr>
9949
-
9950
-
9951
- <tr><th class="line-num" id="L2206"><a href="#L2206">2206</a></th><td class="line-code"><pre># @ tribe-events-calendar
9952
- </pre></td></tr>
9953
-
9954
-
9955
- <tr><th class="line-num" id="L2207"><a href="#L2207">2207</a></th><td class="line-code"><pre>#
9956
- </pre></td></tr>
9957
-
9958
-
9959
- <tr><th class="line-num" id="L2208"><a href="#L2208">2208</a></th><td class="line-code"><pre>#: ../lib/tribe-template-factory.class.php:250
9960
- </pre></td></tr>
9961
-
9962
-
9963
- <tr><th class="line-num" id="L2209"><a href="#L2209">2209</a></th><td class="line-code"><pre>msgid &quot;No previous events &quot;
9964
- </pre></td></tr>
9965
-
9966
-
9967
- <tr><th class="line-num" id="L2210"><a href="#L2210">2210</a></th><td class="line-code"><pre>msgstr &quot;Nema prethodnih događaja&quot;
9968
- </pre></td></tr>
9969
-
9970
-
9971
- <tr><th class="line-num" id="L2211"><a href="#L2211">2211</a></th><td class="line-code"><pre>
9972
- </pre></td></tr>
9973
-
9974
-
9975
- <tr><th class="line-num" id="L2212"><a href="#L2212">2212</a></th><td class="line-code"><pre>#: ../lib/tribe-the-events-calendar-import.class.php:64
9976
- </pre></td></tr>
9977
-
9978
-
9979
- <tr><th class="line-num" id="L2213"><a href="#L2213">2213</a></th><td class="line-code"><pre>#, php-format
9980
- </pre></td></tr>
9981
-
9982
-
9983
- <tr><th class="line-num" id="L2214"><a href="#L2214">2214</a></th><td class="line-code"><pre>msgid &quot;&quot;
9984
- </pre></td></tr>
9985
-
9986
-
9987
- <tr><th class="line-num" id="L2215"><a href="#L2215">2215</a></th><td class="line-code"><pre>&quot;Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make sure &quot;
9988
- </pre></td></tr>
9989
-
9990
-
9991
- <tr><th class="line-num" id="L2216"><a href="#L2216">2216</a></th><td class="line-code"><pre>&quot;you have backed up before proceeding any further. You can easily &lt;a href=\&quot;%s&quot;
9992
- </pre></td></tr>
9993
-
9994
-
9995
- <tr><th class="line-num" id="L2217"><a href="#L2217">2217</a></th><td class="line-code"><pre>&quot;\&quot;&gt;revert to an old version&lt;/a&gt; if you want to backup first. This upgrade &quot;
9996
- </pre></td></tr>
9997
-
9998
-
9999
- <tr><th class="line-num" id="L2218"><a href="#L2218">2218</a></th><td class="line-code"><pre>&quot;includes two major steps, &lt;a href=\&quot;%s\&quot;&gt;migrating data&lt;/a&gt; &amp;amp; updating &quot;
10000
- </pre></td></tr>
10001
-
10002
-
10003
- <tr><th class="line-num" id="L2219"><a href="#L2219">2219</a></th><td class="line-code"><pre>&quot;your templates as necessary. There have been significant changes to the &quot;
10004
- </pre></td></tr>
10005
-
10006
-
10007
- <tr><th class="line-num" id="L2220"><a href="#L2220">2220</a></th><td class="line-code"><pre>&quot;template tags and functions. Check out our &lt;a href=\&quot;%s\&quot;&gt;walk-through on &quot;
10008
- </pre></td></tr>
10009
-
10010
-
10011
- <tr><th class="line-num" id="L2221"><a href="#L2221">2221</a></th><td class="line-code"><pre>&quot;the upgrade&lt;/a&gt; before proceeding and check out the FAQ &amp;amp; Knowledge base &quot;
10012
- </pre></td></tr>
10013
-
10014
-
10015
- <tr><th class="line-num" id="L2222"><a href="#L2222">2222</a></th><td class="line-code"><pre>&quot;from the &lt;a href=\&quot;%s\&quot;&gt;support page&lt;/a&gt;. If you&#39;re new to The Events &quot;
10016
- </pre></td></tr>
10017
-
10018
-
10019
- <tr><th class="line-num" id="L2223"><a href="#L2223">2223</a></th><td class="line-code"><pre>&quot;Calendar, you may want to review our &lt;a href=\&quot;%s\&quot;&gt;new user primer&lt;/a&gt;.&lt;br/&quot;
10020
- </pre></td></tr>
10021
-
10022
-
10023
- <tr><th class="line-num" id="L2224"><a href="#L2224">2224</a></th><td class="line-code"><pre>&quot;&gt;&lt;br/&gt; You have events that need to be migrated. Please visit the bottom of &quot;
10024
- </pre></td></tr>
10025
-
10026
-
10027
- <tr><th class="line-num" id="L2225"><a href="#L2225">2225</a></th><td class="line-code"><pre>&quot;the &lt;a href=\&quot;%s\&quot;&gt;settings page&lt;/a&gt; to perform the migration.&quot;
10028
- </pre></td></tr>
10029
-
10030
-
10031
- <tr><th class="line-num" id="L2226"><a href="#L2226">2226</a></th><td class="line-code"><pre>msgstr &quot;&quot;
10032
- </pre></td></tr>
10033
-
10034
-
10035
- <tr><th class="line-num" id="L2227"><a href="#L2227">2227</a></th><td class="line-code"><pre>&quot;Dobrodošli u Events 2.0! Ovo je ogromna nadogradnja od 1.6.5. Molimo vas da &quot;
10036
- </pre></td></tr>
10037
-
10038
-
10039
- <tr><th class="line-num" id="L2228"><a href="#L2228">2228</a></th><td class="line-code"><pre>&quot;obezbijedite rezervnu kopiju prije nego nastavite dalje sa radom. Možete &quot;
10040
- </pre></td></tr>
10041
-
10042
-
10043
- <tr><th class="line-num" id="L2229"><a href="#L2229">2229</a></th><td class="line-code"><pre>&quot;lako da &lt;a href=\&quot;%s\&quot;&gt;vratite na ranije stanje&lt;/a&gt; ako napravite rezervnu &quot;
10044
- </pre></td></tr>
10045
-
10046
-
10047
- <tr><th class="line-num" id="L2230"><a href="#L2230">2230</a></th><td class="line-code"><pre>&quot;kopiju sada. Ova nadogradnja sadrži dva velika koraka, &lt;a href=\&quot;%s&quot;
10048
- </pre></td></tr>
10049
-
10050
-
10051
- <tr><th class="line-num" id="L2231"><a href="#L2231">2231</a></th><td class="line-code"><pre>&quot;\&quot;&gt;migrating data&lt;/a&gt; &amp;amp; ažurirajući vaše obrasce ako je potrebno. Bilo &quot;
10052
- </pre></td></tr>
10053
-
10054
-
10055
- <tr><th class="line-num" id="L2232"><a href="#L2232">2232</a></th><td class="line-code"><pre>&quot;je značajnijih promjena u šablonima oznaka i funkcija. Provjerite naš &lt;a &quot;
10056
- </pre></td></tr>
10057
-
10058
-
10059
- <tr><th class="line-num" id="L2233"><a href="#L2233">2233</a></th><td class="line-code"><pre>&quot;href=\&quot;%s\&quot;&gt;vodiča kroz nadogradnju&lt;/a&gt; prije nastavka i provjerite obavezno &quot;
10060
- </pre></td></tr>
10061
-
10062
-
10063
- <tr><th class="line-num" id="L2234"><a href="#L2234">2234</a></th><td class="line-code"><pre>&quot;FAQ &amp;amp; Bazu znanja od&lt;a href=\&quot;%s\&quot;&gt;stranice za podršku&lt;/a&gt;. Ako ste novi &quot;
10064
- </pre></td></tr>
10065
-
10066
-
10067
- <tr><th class="line-num" id="L2235"><a href="#L2235">2235</a></th><td class="line-code"><pre>&quot;u The Events Calendar, želećete da pogledate naš&lt;a href=\&quot;%s\&quot;&gt;novi user &quot;
10068
- </pre></td></tr>
10069
-
10070
-
10071
- <tr><th class="line-num" id="L2236"><a href="#L2236">2236</a></th><td class="line-code"><pre>&quot;primer&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt; Imate događaje koji je potrebno migrirati. Molimo vas &quot;
10072
- </pre></td></tr>
10073
-
10074
-
10075
- <tr><th class="line-num" id="L2237"><a href="#L2237">2237</a></th><td class="line-code"><pre>&quot;posjetite ispod &lt;a href=\&quot;%s\&quot;&gt;stranice sa podešavanjima&lt;/a&gt; da započnete &quot;
10076
- </pre></td></tr>
10077
-
10078
-
10079
- <tr><th class="line-num" id="L2238"><a href="#L2238">2238</a></th><td class="line-code"><pre>&quot;migraciju.&quot;
10080
- </pre></td></tr>
10081
-
10082
-
10083
- <tr><th class="line-num" id="L2239"><a href="#L2239">2239</a></th><td class="line-code"><pre>
10084
- </pre></td></tr>
10085
-
10086
-
10087
- <tr><th class="line-num" id="L2240"><a href="#L2240">2240</a></th><td class="line-code"><pre># @ tribe-events-calendar
10088
- </pre></td></tr>
10089
-
10090
-
10091
- <tr><th class="line-num" id="L2241"><a href="#L2241">2241</a></th><td class="line-code"><pre>#: ../lib/tribe-the-events-calendar-import.class.php:86
10092
- </pre></td></tr>
10093
-
10094
-
10095
- <tr><th class="line-num" id="L2242"><a href="#L2242">2242</a></th><td class="line-code"><pre>msgid &quot;Upgrade from The Events Calendar&quot;
10096
- </pre></td></tr>
10097
-
10098
-
10099
- <tr><th class="line-num" id="L2243"><a href="#L2243">2243</a></th><td class="line-code"><pre>msgstr &quot;Nadogradite sa The Events Calendar&quot;
10100
- </pre></td></tr>
10101
-
10102
-
10103
- <tr><th class="line-num" id="L2244"><a href="#L2244">2244</a></th><td class="line-code"><pre>
10104
- </pre></td></tr>
10105
-
10106
-
10107
- <tr><th class="line-num" id="L2245"><a href="#L2245">2245</a></th><td class="line-code"><pre># @ tribe-events-calendar
10108
- </pre></td></tr>
10109
-
10110
-
10111
- <tr><th class="line-num" id="L2246"><a href="#L2246">2246</a></th><td class="line-code"><pre>#: ../lib/tribe-the-events-calendar-import.class.php:87
10112
- </pre></td></tr>
10113
-
10114
-
10115
- <tr><th class="line-num" id="L2247"><a href="#L2247">2247</a></th><td class="line-code"><pre>msgid &quot;&quot;
10116
- </pre></td></tr>
10117
-
10118
-
10119
- <tr><th class="line-num" id="L2248"><a href="#L2248">2248</a></th><td class="line-code"><pre>&quot;It appears that you have some old events calendar data that needs to be &quot;
10120
- </pre></td></tr>
10121
-
10122
-
10123
- <tr><th class="line-num" id="L2249"><a href="#L2249">2249</a></th><td class="line-code"><pre>&quot;upgraded. Please be sure to back up your database before initiating the &quot;
10124
- </pre></td></tr>
10125
-
10126
-
10127
- <tr><th class="line-num" id="L2250"><a href="#L2250">2250</a></th><td class="line-code"><pre>&quot;upgrade. This process can not be undone.&quot;
10128
- </pre></td></tr>
10129
-
10130
-
10131
- <tr><th class="line-num" id="L2251"><a href="#L2251">2251</a></th><td class="line-code"><pre>msgstr &quot;&quot;
10132
- </pre></td></tr>
10133
-
10134
-
10135
- <tr><th class="line-num" id="L2252"><a href="#L2252">2252</a></th><td class="line-code"><pre>&quot;Izgleda da imate podatke iz starog kalendara kojima treba nadogradnja. &quot;
10136
- </pre></td></tr>
10137
-
10138
-
10139
- <tr><th class="line-num" id="L2253"><a href="#L2253">2253</a></th><td class="line-code"><pre>&quot;Molimo vas da uradite bekap vaše baze pre nadogradnje. Ovaj proces ne može &quot;
10140
- </pre></td></tr>
10141
-
10142
-
10143
- <tr><th class="line-num" id="L2254"><a href="#L2254">2254</a></th><td class="line-code"><pre>&quot;biti povraćen.&quot;
10144
- </pre></td></tr>
10145
-
10146
-
10147
- <tr><th class="line-num" id="L2255"><a href="#L2255">2255</a></th><td class="line-code"><pre>
10148
- </pre></td></tr>
10149
-
10150
-
10151
- <tr><th class="line-num" id="L2256"><a href="#L2256">2256</a></th><td class="line-code"><pre># @ tribe-events-calendar
10152
- </pre></td></tr>
10153
-
10154
-
10155
- <tr><th class="line-num" id="L2257"><a href="#L2257">2257</a></th><td class="line-code"><pre>#: ../lib/tribe-the-events-calendar-import.class.php:88
10156
- </pre></td></tr>
10157
-
10158
-
10159
- <tr><th class="line-num" id="L2258"><a href="#L2258">2258</a></th><td class="line-code"><pre>msgid &quot;Migrate Data!&quot;
10160
- </pre></td></tr>
10161
-
10162
-
10163
- <tr><th class="line-num" id="L2259"><a href="#L2259">2259</a></th><td class="line-code"><pre>msgstr &quot;Migracija podataka!&quot;
10164
- </pre></td></tr>
10165
-
10166
-
10167
- <tr><th class="line-num" id="L2260"><a href="#L2260">2260</a></th><td class="line-code"><pre>
10168
- </pre></td></tr>
10169
-
10170
-
10171
- <tr><th class="line-num" id="L2261"><a href="#L2261">2261</a></th><td class="line-code"><pre># @ tribe-events-calendar
10172
- </pre></td></tr>
10173
-
10174
-
10175
- <tr><th class="line-num" id="L2262"><a href="#L2262">2262</a></th><td class="line-code"><pre>#: ../lib/tribe-the-events-calendar-import.class.php:166
10176
- </pre></td></tr>
10177
-
10178
-
10179
- <tr><th class="line-num" id="L2263"><a href="#L2263">2263</a></th><td class="line-code"><pre>#, php-format
10180
- </pre></td></tr>
10181
-
10182
-
10183
- <tr><th class="line-num" id="L2264"><a href="#L2264">2264</a></th><td class="line-code"><pre>msgid &quot;You successfully migrated (%d) entries.&quot;
10184
- </pre></td></tr>
10185
-
10186
-
10187
- <tr><th class="line-num" id="L2265"><a href="#L2265">2265</a></th><td class="line-code"><pre>msgstr &quot;Uspješno ste migrirali (%d) unosa.&quot;
10188
- </pre></td></tr>
10189
-
10190
-
10191
- <tr><th class="line-num" id="L2266"><a href="#L2266">2266</a></th><td class="line-code"><pre>
10192
- </pre></td></tr>
10193
-
10194
-
10195
- <tr><th class="line-num" id="L2267"><a href="#L2267">2267</a></th><td class="line-code"><pre># @ tribe-events-calendar
10196
- </pre></td></tr>
10197
-
10198
-
10199
- <tr><th class="line-num" id="L2268"><a href="#L2268">2268</a></th><td class="line-code"><pre>#: ../lib/tribe-the-events-calendar-import.class.php:242
10200
- </pre></td></tr>
10201
-
10202
-
10203
- <tr><th class="line-num" id="L2269"><a href="#L2269">2269</a></th><td class="line-code"><pre>msgid &quot;Install has 1 or more legacy event!&quot;
10204
- </pre></td></tr>
10205
-
10206
-
10207
- <tr><th class="line-num" id="L2270"><a href="#L2270">2270</a></th><td class="line-code"><pre>msgstr &quot;Instalacija ima 1 ili više zaveštanih događaja.&quot;
10208
- </pre></td></tr>
10209
-
10210
-
10211
- <tr><th class="line-num" id="L2271"><a href="#L2271">2271</a></th><td class="line-code"><pre>
10212
- </pre></td></tr>
10213
-
10214
-
10215
- <tr><th class="line-num" id="L2272"><a href="#L2272">2272</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:77 ../lib/tribe-validate.class.php:115
10216
- </pre></td></tr>
10217
-
10218
-
10219
- <tr><th class="line-num" id="L2273"><a href="#L2273">2273</a></th><td class="line-code"><pre>msgid &quot;Invalid or incomplete field passed&quot;
10220
- </pre></td></tr>
10221
-
10222
-
10223
- <tr><th class="line-num" id="L2274"><a href="#L2274">2274</a></th><td class="line-code"><pre>msgstr &quot;Neispravo polje&quot;
10224
- </pre></td></tr>
10225
-
10226
-
10227
- <tr><th class="line-num" id="L2275"><a href="#L2275">2275</a></th><td class="line-code"><pre>
10228
- </pre></td></tr>
10229
-
10230
-
10231
- <tr><th class="line-num" id="L2276"><a href="#L2276">2276</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:78 ../lib/tribe-validate.class.php:110
10232
- </pre></td></tr>
10233
-
10234
-
10235
- <tr><th class="line-num" id="L2277"><a href="#L2277">2277</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:116
10236
- </pre></td></tr>
10237
-
10238
-
10239
- <tr><th class="line-num" id="L2278"><a href="#L2278">2278</a></th><td class="line-code"><pre>msgid &quot;Field ID:&quot;
10240
- </pre></td></tr>
10241
-
10242
-
10243
- <tr><th class="line-num" id="L2279"><a href="#L2279">2279</a></th><td class="line-code"><pre>msgstr &quot;ID Polja:&quot;
10244
- </pre></td></tr>
10245
-
10246
-
10247
- <tr><th class="line-num" id="L2280"><a href="#L2280">2280</a></th><td class="line-code"><pre>
10248
- </pre></td></tr>
10249
-
10250
-
10251
- <tr><th class="line-num" id="L2281"><a href="#L2281">2281</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:109
10252
- </pre></td></tr>
10253
-
10254
-
10255
- <tr><th class="line-num" id="L2282"><a href="#L2282">2282</a></th><td class="line-code"><pre>msgid &quot;Non-existant field validation function passed&quot;
10256
- </pre></td></tr>
10257
-
10258
-
10259
- <tr><th class="line-num" id="L2283"><a href="#L2283">2283</a></th><td class="line-code"><pre>msgstr &quot;Funkcija validacije nepostojećeg polja&quot;
10260
- </pre></td></tr>
10261
-
10262
-
10263
- <tr><th class="line-num" id="L2284"><a href="#L2284">2284</a></th><td class="line-code"><pre>
10264
- </pre></td></tr>
10265
-
10266
-
10267
- <tr><th class="line-num" id="L2285"><a href="#L2285">2285</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:110
10268
- </pre></td></tr>
10269
-
10270
-
10271
- <tr><th class="line-num" id="L2286"><a href="#L2286">2286</a></th><td class="line-code"><pre>msgctxt &quot;non-existant function name passed for field validation&quot;
10272
- </pre></td></tr>
10273
-
10274
-
10275
- <tr><th class="line-num" id="L2287"><a href="#L2287">2287</a></th><td class="line-code"><pre>msgid &quot;with function name:&quot;
10276
- </pre></td></tr>
10277
-
10278
-
10279
- <tr><th class="line-num" id="L2288"><a href="#L2288">2288</a></th><td class="line-code"><pre>msgstr &quot;sa imenom funkcije:&quot;
10280
- </pre></td></tr>
10281
-
10282
-
10283
- <tr><th class="line-num" id="L2289"><a href="#L2289">2289</a></th><td class="line-code"><pre>
10284
- </pre></td></tr>
10285
-
10286
-
10287
- <tr><th class="line-num" id="L2290"><a href="#L2290">2290</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:135 ../lib/tribe-validate.class.php:153
10288
- </pre></td></tr>
10289
-
10290
-
10291
- <tr><th class="line-num" id="L2291"><a href="#L2291">2291</a></th><td class="line-code"><pre>#, php-format
10292
- </pre></td></tr>
10293
-
10294
-
10295
- <tr><th class="line-num" id="L2292"><a href="#L2292">2292</a></th><td class="line-code"><pre>msgid &quot;%s must contain numbers and letters only&quot;
10296
- </pre></td></tr>
10297
-
10298
-
10299
- <tr><th class="line-num" id="L2293"><a href="#L2293">2293</a></th><td class="line-code"><pre>msgstr &quot;%s mora da sadrži samo brojeve i slova&quot;
10300
- </pre></td></tr>
10301
-
10302
-
10303
- <tr><th class="line-num" id="L2294"><a href="#L2294">2294</a></th><td class="line-code"><pre>
10304
- </pre></td></tr>
10305
-
10306
-
10307
- <tr><th class="line-num" id="L2295"><a href="#L2295">2295</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:171
10308
- </pre></td></tr>
10309
-
10310
-
10311
- <tr><th class="line-num" id="L2296"><a href="#L2296">2296</a></th><td class="line-code"><pre>#, php-format
10312
- </pre></td></tr>
10313
-
10314
-
10315
- <tr><th class="line-num" id="L2297"><a href="#L2297">2297</a></th><td class="line-code"><pre>msgid &quot;%s must contain numbers, letters and dots only&quot;
10316
- </pre></td></tr>
10317
-
10318
-
10319
- <tr><th class="line-num" id="L2298"><a href="#L2298">2298</a></th><td class="line-code"><pre>msgstr &quot;%s mora da sadrži samo brojeve, slova i tačke&quot;
10320
- </pre></td></tr>
10321
-
10322
-
10323
- <tr><th class="line-num" id="L2299"><a href="#L2299">2299</a></th><td class="line-code"><pre>
10324
- </pre></td></tr>
10325
-
10326
-
10327
- <tr><th class="line-num" id="L2300"><a href="#L2300">2300</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:187
10328
- </pre></td></tr>
10329
-
10330
-
10331
- <tr><th class="line-num" id="L2301"><a href="#L2301">2301</a></th><td class="line-code"><pre>#, php-format
10332
- </pre></td></tr>
10333
-
10334
-
10335
- <tr><th class="line-num" id="L2302"><a href="#L2302">2302</a></th><td class="line-code"><pre>msgid &quot;%s must be a positive number.&quot;
10336
- </pre></td></tr>
10337
-
10338
-
10339
- <tr><th class="line-num" id="L2303"><a href="#L2303">2303</a></th><td class="line-code"><pre>msgstr &quot;%s mora biti pozitivan broj&quot;
10340
- </pre></td></tr>
10341
-
10342
-
10343
- <tr><th class="line-num" id="L2304"><a href="#L2304">2304</a></th><td class="line-code"><pre>
10344
- </pre></td></tr>
10345
-
10346
-
10347
- <tr><th class="line-num" id="L2305"><a href="#L2305">2305</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:204
10348
- </pre></td></tr>
10349
-
10350
-
10351
- <tr><th class="line-num" id="L2306"><a href="#L2306">2306</a></th><td class="line-code"><pre>#, php-format
10352
- </pre></td></tr>
10353
-
10354
-
10355
- <tr><th class="line-num" id="L2307"><a href="#L2307">2307</a></th><td class="line-code"><pre>msgid &quot;%s must be a valid slug (numbers, letters, dashes, and underscores).&quot;
10356
- </pre></td></tr>
10357
-
10358
-
10359
- <tr><th class="line-num" id="L2308"><a href="#L2308">2308</a></th><td class="line-code"><pre>msgstr &quot;%s mora biti validan naziv (brojevi, slova, donje crte)&quot;
10360
- </pre></td></tr>
10361
-
10362
-
10363
- <tr><th class="line-num" id="L2309"><a href="#L2309">2309</a></th><td class="line-code"><pre>
10364
- </pre></td></tr>
10365
-
10366
-
10367
- <tr><th class="line-num" id="L2310"><a href="#L2310">2310</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:221
10368
- </pre></td></tr>
10369
-
10370
-
10371
- <tr><th class="line-num" id="L2311"><a href="#L2311">2311</a></th><td class="line-code"><pre>#, php-format
10372
- </pre></td></tr>
10373
-
10374
-
10375
- <tr><th class="line-num" id="L2312"><a href="#L2312">2312</a></th><td class="line-code"><pre>msgid &quot;%s must be a valid absolute URL.&quot;
10376
- </pre></td></tr>
10377
-
10378
-
10379
- <tr><th class="line-num" id="L2313"><a href="#L2313">2313</a></th><td class="line-code"><pre>msgstr &quot;%s mora biti validan apsolutni URL&quot;
10380
- </pre></td></tr>
10381
-
10382
-
10383
- <tr><th class="line-num" id="L2314"><a href="#L2314">2314</a></th><td class="line-code"><pre>
10384
- </pre></td></tr>
10385
-
10386
-
10387
- <tr><th class="line-num" id="L2315"><a href="#L2315">2315</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:239 ../lib/tribe-validate.class.php:258
10388
- </pre></td></tr>
10389
-
10390
-
10391
- <tr><th class="line-num" id="L2316"><a href="#L2316">2316</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:279
10392
- </pre></td></tr>
10393
-
10394
-
10395
- <tr><th class="line-num" id="L2317"><a href="#L2317">2317</a></th><td class="line-code"><pre>#, php-format
10396
- </pre></td></tr>
10397
-
10398
-
10399
- <tr><th class="line-num" id="L2318"><a href="#L2318">2318</a></th><td class="line-code"><pre>msgid &quot;%s must have a value that&#39;s part of its options.&quot;
10400
- </pre></td></tr>
10401
-
10402
-
10403
- <tr><th class="line-num" id="L2319"><a href="#L2319">2319</a></th><td class="line-code"><pre>msgstr &quot;%s mora imati vrijednost koja je dio opcije&quot;
10404
- </pre></td></tr>
10405
-
10406
-
10407
- <tr><th class="line-num" id="L2320"><a href="#L2320">2320</a></th><td class="line-code"><pre>
10408
- </pre></td></tr>
10409
-
10410
-
10411
- <tr><th class="line-num" id="L2321"><a href="#L2321">2321</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:295
10412
- </pre></td></tr>
10413
-
10414
-
10415
- <tr><th class="line-num" id="L2322"><a href="#L2322">2322</a></th><td class="line-code"><pre>#, php-format
10416
- </pre></td></tr>
10417
-
10418
-
10419
- <tr><th class="line-num" id="L2323"><a href="#L2323">2323</a></th><td class="line-code"><pre>msgid &quot;&quot;
10420
- </pre></td></tr>
10421
-
10422
-
10423
- <tr><th class="line-num" id="L2324"><a href="#L2324">2324</a></th><td class="line-code"><pre>&quot;Comparison validation failed because no comparison value was provided, for &quot;
10424
- </pre></td></tr>
10425
-
10426
-
10427
- <tr><th class="line-num" id="L2325"><a href="#L2325">2325</a></th><td class="line-code"><pre>&quot;field %s&quot;
10428
- </pre></td></tr>
10429
-
10430
-
10431
- <tr><th class="line-num" id="L2326"><a href="#L2326">2326</a></th><td class="line-code"><pre>msgstr &quot;&quot;
10432
- </pre></td></tr>
10433
-
10434
-
10435
- <tr><th class="line-num" id="L2327"><a href="#L2327">2327</a></th><td class="line-code"><pre>&quot;Validacija poređenja nije uspela jer podaci za poređenje nisu dati za polje &quot;
10436
- </pre></td></tr>
10437
-
10438
-
10439
- <tr><th class="line-num" id="L2328"><a href="#L2328">2328</a></th><td class="line-code"><pre>&quot;%s&quot;
10440
- </pre></td></tr>
10441
-
10442
-
10443
- <tr><th class="line-num" id="L2329"><a href="#L2329">2329</a></th><td class="line-code"><pre>
10444
- </pre></td></tr>
10445
-
10446
-
10447
- <tr><th class="line-num" id="L2330"><a href="#L2330">2330</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:302
10448
- </pre></td></tr>
10449
-
10450
-
10451
- <tr><th class="line-num" id="L2331"><a href="#L2331">2331</a></th><td class="line-code"><pre>#, php-format
10452
- </pre></td></tr>
10453
-
10454
-
10455
- <tr><th class="line-num" id="L2332"><a href="#L2332">2332</a></th><td class="line-code"><pre>msgid &quot;%s cannot be the same as %s.&quot;
10456
- </pre></td></tr>
10457
-
10458
-
10459
- <tr><th class="line-num" id="L2333"><a href="#L2333">2333</a></th><td class="line-code"><pre>msgstr &quot;%s ne može biti isto kao %s.&quot;
10460
- </pre></td></tr>
10461
-
10462
-
10463
- <tr><th class="line-num" id="L2334"><a href="#L2334">2334</a></th><td class="line-code"><pre>
10464
- </pre></td></tr>
10465
-
10466
-
10467
- <tr><th class="line-num" id="L2335"><a href="#L2335">2335</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:304
10468
- </pre></td></tr>
10469
-
10470
-
10471
- <tr><th class="line-num" id="L2336"><a href="#L2336">2336</a></th><td class="line-code"><pre>#, php-format
10472
- </pre></td></tr>
10473
-
10474
-
10475
- <tr><th class="line-num" id="L2337"><a href="#L2337">2337</a></th><td class="line-code"><pre>msgid &quot;%s cannot be a duplicate&quot;
10476
- </pre></td></tr>
10477
-
10478
-
10479
- <tr><th class="line-num" id="L2338"><a href="#L2338">2338</a></th><td class="line-code"><pre>msgstr &quot;%s ne može biti duplikat&quot;
10480
- </pre></td></tr>
10481
-
10482
-
10483
- <tr><th class="line-num" id="L2339"><a href="#L2339">2339</a></th><td class="line-code"><pre>
10484
- </pre></td></tr>
10485
-
10486
-
10487
- <tr><th class="line-num" id="L2340"><a href="#L2340">2340</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:322
10488
- </pre></td></tr>
10489
-
10490
-
10491
- <tr><th class="line-num" id="L2341"><a href="#L2341">2341</a></th><td class="line-code"><pre>#, php-format
10492
- </pre></td></tr>
10493
-
10494
-
10495
- <tr><th class="line-num" id="L2342"><a href="#L2342">2342</a></th><td class="line-code"><pre>msgid &quot;%s must be a number or percentage.&quot;
10496
- </pre></td></tr>
10497
-
10498
-
10499
- <tr><th class="line-num" id="L2343"><a href="#L2343">2343</a></th><td class="line-code"><pre>msgstr &quot;%s mora biti broj ili procenat.&quot;
10500
- </pre></td></tr>
10501
-
10502
-
10503
- <tr><th class="line-num" id="L2344"><a href="#L2344">2344</a></th><td class="line-code"><pre>
10504
- </pre></td></tr>
10505
-
10506
-
10507
- <tr><th class="line-num" id="L2345"><a href="#L2345">2345</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:386
10508
- </pre></td></tr>
10509
-
10510
-
10511
- <tr><th class="line-num" id="L2346"><a href="#L2346">2346</a></th><td class="line-code"><pre>#, php-format
10512
- </pre></td></tr>
10513
-
10514
-
10515
- <tr><th class="line-num" id="L2347"><a href="#L2347">2347</a></th><td class="line-code"><pre>msgid &quot;%s must be a number between 0 and 21.&quot;
10516
- </pre></td></tr>
10517
-
10518
-
10519
- <tr><th class="line-num" id="L2348"><a href="#L2348">2348</a></th><td class="line-code"><pre>msgstr &quot;%s mora biti broj između 0 i 21.&quot;
10520
- </pre></td></tr>
10521
-
10522
-
10523
- <tr><th class="line-num" id="L2349"><a href="#L2349">2349</a></th><td class="line-code"><pre>
10524
- </pre></td></tr>
10525
-
10526
-
10527
- <tr><th class="line-num" id="L2350"><a href="#L2350">2350</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:404
10528
- </pre></td></tr>
10529
-
10530
-
10531
- <tr><th class="line-num" id="L2351"><a href="#L2351">2351</a></th><td class="line-code"><pre>#, php-format
10532
- </pre></td></tr>
10533
-
10534
-
10535
- <tr><th class="line-num" id="L2352"><a href="#L2352">2352</a></th><td class="line-code"><pre>msgid &quot;&quot;
10536
- </pre></td></tr>
10537
-
10538
-
10539
- <tr><th class="line-num" id="L2353"><a href="#L2353">2353</a></th><td class="line-code"><pre>&quot;%s must consist of letters, numbers, dashes, apostrophes, and spaces only.&quot;
10540
- </pre></td></tr>
10541
-
10542
-
10543
- <tr><th class="line-num" id="L2354"><a href="#L2354">2354</a></th><td class="line-code"><pre>msgstr &quot;&quot;
10544
- </pre></td></tr>
10545
-
10546
-
10547
- <tr><th class="line-num" id="L2355"><a href="#L2355">2355</a></th><td class="line-code"><pre>&quot;%s mora da se sastoji samo od slova, brojeva, crtica, apostrofa i razmaka.&quot;
10548
- </pre></td></tr>
10549
-
10550
-
10551
- <tr><th class="line-num" id="L2356"><a href="#L2356">2356</a></th><td class="line-code"><pre>
10552
- </pre></td></tr>
10553
-
10554
-
10555
- <tr><th class="line-num" id="L2357"><a href="#L2357">2357</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:422
10556
- </pre></td></tr>
10557
-
10558
-
10559
- <tr><th class="line-num" id="L2358"><a href="#L2358">2358</a></th><td class="line-code"><pre>#, php-format
10560
- </pre></td></tr>
10561
-
10562
-
10563
- <tr><th class="line-num" id="L2359"><a href="#L2359">2359</a></th><td class="line-code"><pre>msgid &quot;%s must consist of letters, spaces, apostrophes, and dashes.&quot;
10564
- </pre></td></tr>
10565
-
10566
-
10567
- <tr><th class="line-num" id="L2360"><a href="#L2360">2360</a></th><td class="line-code"><pre>msgstr &quot;%s mora da se sastoji samo od slova, razmaka, apostrofa i crtica.&quot;
10568
- </pre></td></tr>
10569
-
10570
-
10571
- <tr><th class="line-num" id="L2361"><a href="#L2361">2361</a></th><td class="line-code"><pre>
10572
- </pre></td></tr>
10573
-
10574
-
10575
- <tr><th class="line-num" id="L2362"><a href="#L2362">2362</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:438
10576
- </pre></td></tr>
10577
-
10578
-
10579
- <tr><th class="line-num" id="L2363"><a href="#L2363">2363</a></th><td class="line-code"><pre>#, php-format
10580
- </pre></td></tr>
10581
-
10582
-
10583
- <tr><th class="line-num" id="L2364"><a href="#L2364">2364</a></th><td class="line-code"><pre>msgid &quot;%s must consist of 5 numbers.&quot;
10584
- </pre></td></tr>
10585
-
10586
-
10587
- <tr><th class="line-num" id="L2365"><a href="#L2365">2365</a></th><td class="line-code"><pre>msgstr &quot;%s mora da se sastoji od 5 brojeva.&quot;
10588
- </pre></td></tr>
10589
-
10590
-
10591
- <tr><th class="line-num" id="L2366"><a href="#L2366">2366</a></th><td class="line-code"><pre>
10592
- </pre></td></tr>
10593
-
10594
-
10595
- <tr><th class="line-num" id="L2367"><a href="#L2367">2367</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:454
10596
- </pre></td></tr>
10597
-
10598
-
10599
- <tr><th class="line-num" id="L2368"><a href="#L2368">2368</a></th><td class="line-code"><pre>#, php-format
10600
- </pre></td></tr>
10601
-
10602
-
10603
- <tr><th class="line-num" id="L2369"><a href="#L2369">2369</a></th><td class="line-code"><pre>msgid &quot;%s must be a phone number.&quot;
10604
- </pre></td></tr>
10605
-
10606
-
10607
- <tr><th class="line-num" id="L2370"><a href="#L2370">2370</a></th><td class="line-code"><pre>msgstr &quot;%s mora biti telefonski broj.&quot;
10608
- </pre></td></tr>
10609
-
10610
-
10611
- <tr><th class="line-num" id="L2371"><a href="#L2371">2371</a></th><td class="line-code"><pre>
10612
- </pre></td></tr>
10613
-
10614
-
10615
- <tr><th class="line-num" id="L2372"><a href="#L2372">2372</a></th><td class="line-code"><pre>#: ../lib/tribe-validate.class.php:472
10616
- </pre></td></tr>
10617
-
10618
-
10619
- <tr><th class="line-num" id="L2373"><a href="#L2373">2373</a></th><td class="line-code"><pre>msgid &quot;&quot;
10620
- </pre></td></tr>
10621
-
10622
-
10623
- <tr><th class="line-num" id="L2374"><a href="#L2374">2374</a></th><td class="line-code"><pre>&quot;Country List must be formatted as one country per line in the following &quot;
10624
- </pre></td></tr>
10625
-
10626
-
10627
- <tr><th class="line-num" id="L2375"><a href="#L2375">2375</a></th><td class="line-code"><pre>&quot;format: &lt;br&gt;US, United States &lt;br&gt; UK, United Kingdom.&quot;
10628
- </pre></td></tr>
10629
-
10630
-
10631
- <tr><th class="line-num" id="L2376"><a href="#L2376">2376</a></th><td class="line-code"><pre>msgstr &quot;&quot;
10632
- </pre></td></tr>
10633
-
10634
-
10635
- <tr><th class="line-num" id="L2377"><a href="#L2377">2377</a></th><td class="line-code"><pre>&quot;Popis zemalja mora biti formatiran kao jedna zemlja po redu u sljedećem &quot;
10636
- </pre></td></tr>
10637
-
10638
-
10639
- <tr><th class="line-num" id="L2378"><a href="#L2378">2378</a></th><td class="line-code"><pre>&quot;formatu: &lt;br&gt;SAD, Sjedinjene Američke Države &lt;br&gt; UK, Ujedinjeno Kraljevstvo.&quot;
10640
- </pre></td></tr>
10641
-
10642
-
10643
- <tr><th class="line-num" id="L2379"><a href="#L2379">2379</a></th><td class="line-code"><pre>
10644
- </pre></td></tr>
10645
-
10646
-
10647
- <tr><th class="line-num" id="L2380"><a href="#L2380">2380</a></th><td class="line-code"><pre># @ tribe-events-calendar
10648
- </pre></td></tr>
10649
-
10650
-
10651
- <tr><th class="line-num" id="L2381"><a href="#L2381">2381</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:24
10652
- </pre></td></tr>
10653
-
10654
-
10655
- <tr><th class="line-num" id="L2382"><a href="#L2382">2382</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:43
10656
- </pre></td></tr>
10657
-
10658
-
10659
- <tr><th class="line-num" id="L2383"><a href="#L2383">2383</a></th><td class="line-code"><pre>msgid &quot;Select a Country:&quot;
10660
- </pre></td></tr>
10661
-
10662
-
10663
- <tr><th class="line-num" id="L2384"><a href="#L2384">2384</a></th><td class="line-code"><pre>msgstr &quot;Odaberite zemlju:&quot;
10664
- </pre></td></tr>
10665
-
10666
-
10667
- <tr><th class="line-num" id="L2385"><a href="#L2385">2385</a></th><td class="line-code"><pre>
10668
- </pre></td></tr>
10669
-
10670
-
10671
- <tr><th class="line-num" id="L2386"><a href="#L2386">2386</a></th><td class="line-code"><pre># @ tribe-events-calendar
10672
- </pre></td></tr>
10673
-
10674
-
10675
- <tr><th class="line-num" id="L2387"><a href="#L2387">2387</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:45
10676
- </pre></td></tr>
10677
-
10678
-
10679
- <tr><th class="line-num" id="L2388"><a href="#L2388">2388</a></th><td class="line-code"><pre>msgid &quot;Afghanistan&quot;
10680
- </pre></td></tr>
10681
-
10682
-
10683
- <tr><th class="line-num" id="L2389"><a href="#L2389">2389</a></th><td class="line-code"><pre>msgstr &quot;Afganistan&quot;
10684
- </pre></td></tr>
10685
-
10686
-
10687
- <tr><th class="line-num" id="L2390"><a href="#L2390">2390</a></th><td class="line-code"><pre>
10688
- </pre></td></tr>
10689
-
10690
-
10691
- <tr><th class="line-num" id="L2391"><a href="#L2391">2391</a></th><td class="line-code"><pre># @ tribe-events-calendar
10692
- </pre></td></tr>
10693
-
10694
-
10695
- <tr><th class="line-num" id="L2392"><a href="#L2392">2392</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:46
10696
- </pre></td></tr>
10697
-
10698
-
10699
- <tr><th class="line-num" id="L2393"><a href="#L2393">2393</a></th><td class="line-code"><pre>msgid &quot;Albania&quot;
10700
- </pre></td></tr>
10701
-
10702
-
10703
- <tr><th class="line-num" id="L2394"><a href="#L2394">2394</a></th><td class="line-code"><pre>msgstr &quot;Albanija&quot;
10704
- </pre></td></tr>
10705
-
10706
-
10707
- <tr><th class="line-num" id="L2395"><a href="#L2395">2395</a></th><td class="line-code"><pre>
10708
- </pre></td></tr>
10709
-
10710
-
10711
- <tr><th class="line-num" id="L2396"><a href="#L2396">2396</a></th><td class="line-code"><pre># @ tribe-events-calendar
10712
- </pre></td></tr>
10713
-
10714
-
10715
- <tr><th class="line-num" id="L2397"><a href="#L2397">2397</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:47
10716
- </pre></td></tr>
10717
-
10718
-
10719
- <tr><th class="line-num" id="L2398"><a href="#L2398">2398</a></th><td class="line-code"><pre>msgid &quot;Algeria&quot;
10720
- </pre></td></tr>
10721
-
10722
-
10723
- <tr><th class="line-num" id="L2399"><a href="#L2399">2399</a></th><td class="line-code"><pre>msgstr &quot;Alžir&quot;
10724
- </pre></td></tr>
10725
-
10726
-
10727
- <tr><th class="line-num" id="L2400"><a href="#L2400">2400</a></th><td class="line-code"><pre>
10728
- </pre></td></tr>
10729
-
10730
-
10731
- <tr><th class="line-num" id="L2401"><a href="#L2401">2401</a></th><td class="line-code"><pre># @ tribe-events-calendar
10732
- </pre></td></tr>
10733
-
10734
-
10735
- <tr><th class="line-num" id="L2402"><a href="#L2402">2402</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:48
10736
- </pre></td></tr>
10737
-
10738
-
10739
- <tr><th class="line-num" id="L2403"><a href="#L2403">2403</a></th><td class="line-code"><pre>msgid &quot;American Samoa&quot;
10740
- </pre></td></tr>
10741
-
10742
-
10743
- <tr><th class="line-num" id="L2404"><a href="#L2404">2404</a></th><td class="line-code"><pre>msgstr &quot;Američka Samoa&quot;
10744
- </pre></td></tr>
10745
-
10746
-
10747
- <tr><th class="line-num" id="L2405"><a href="#L2405">2405</a></th><td class="line-code"><pre>
10748
- </pre></td></tr>
10749
-
10750
-
10751
- <tr><th class="line-num" id="L2406"><a href="#L2406">2406</a></th><td class="line-code"><pre># @ tribe-events-calendar
10752
- </pre></td></tr>
10753
-
10754
-
10755
- <tr><th class="line-num" id="L2407"><a href="#L2407">2407</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:49
10756
- </pre></td></tr>
10757
-
10758
-
10759
- <tr><th class="line-num" id="L2408"><a href="#L2408">2408</a></th><td class="line-code"><pre>msgid &quot;Andorra&quot;
10760
- </pre></td></tr>
10761
-
10762
-
10763
- <tr><th class="line-num" id="L2409"><a href="#L2409">2409</a></th><td class="line-code"><pre>msgstr &quot;Andora&quot;
10764
- </pre></td></tr>
10765
-
10766
-
10767
- <tr><th class="line-num" id="L2410"><a href="#L2410">2410</a></th><td class="line-code"><pre>
10768
- </pre></td></tr>
10769
-
10770
-
10771
- <tr><th class="line-num" id="L2411"><a href="#L2411">2411</a></th><td class="line-code"><pre># @ tribe-events-calendar
10772
- </pre></td></tr>
10773
-
10774
-
10775
- <tr><th class="line-num" id="L2412"><a href="#L2412">2412</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:50
10776
- </pre></td></tr>
10777
-
10778
-
10779
- <tr><th class="line-num" id="L2413"><a href="#L2413">2413</a></th><td class="line-code"><pre>msgid &quot;Angola&quot;
10780
- </pre></td></tr>
10781
-
10782
-
10783
- <tr><th class="line-num" id="L2414"><a href="#L2414">2414</a></th><td class="line-code"><pre>msgstr &quot;Angola&quot;
10784
- </pre></td></tr>
10785
-
10786
-
10787
- <tr><th class="line-num" id="L2415"><a href="#L2415">2415</a></th><td class="line-code"><pre>
10788
- </pre></td></tr>
10789
-
10790
-
10791
- <tr><th class="line-num" id="L2416"><a href="#L2416">2416</a></th><td class="line-code"><pre># @ tribe-events-calendar
10792
- </pre></td></tr>
10793
-
10794
-
10795
- <tr><th class="line-num" id="L2417"><a href="#L2417">2417</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:51
10796
- </pre></td></tr>
10797
-
10798
-
10799
- <tr><th class="line-num" id="L2418"><a href="#L2418">2418</a></th><td class="line-code"><pre>msgid &quot;Anguilla&quot;
10800
- </pre></td></tr>
10801
-
10802
-
10803
- <tr><th class="line-num" id="L2419"><a href="#L2419">2419</a></th><td class="line-code"><pre>msgstr &quot;Angvila&quot;
10804
- </pre></td></tr>
10805
-
10806
-
10807
- <tr><th class="line-num" id="L2420"><a href="#L2420">2420</a></th><td class="line-code"><pre>
10808
- </pre></td></tr>
10809
-
10810
-
10811
- <tr><th class="line-num" id="L2421"><a href="#L2421">2421</a></th><td class="line-code"><pre># @ tribe-events-calendar
10812
- </pre></td></tr>
10813
-
10814
-
10815
- <tr><th class="line-num" id="L2422"><a href="#L2422">2422</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:52
10816
- </pre></td></tr>
10817
-
10818
-
10819
- <tr><th class="line-num" id="L2423"><a href="#L2423">2423</a></th><td class="line-code"><pre>msgid &quot;Antarctica&quot;
10820
- </pre></td></tr>
10821
-
10822
-
10823
- <tr><th class="line-num" id="L2424"><a href="#L2424">2424</a></th><td class="line-code"><pre>msgstr &quot;Antarktik&quot;
10824
- </pre></td></tr>
10825
-
10826
-
10827
- <tr><th class="line-num" id="L2425"><a href="#L2425">2425</a></th><td class="line-code"><pre>
10828
- </pre></td></tr>
10829
-
10830
-
10831
- <tr><th class="line-num" id="L2426"><a href="#L2426">2426</a></th><td class="line-code"><pre># @ tribe-events-calendar
10832
- </pre></td></tr>
10833
-
10834
-
10835
- <tr><th class="line-num" id="L2427"><a href="#L2427">2427</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:53
10836
- </pre></td></tr>
10837
-
10838
-
10839
- <tr><th class="line-num" id="L2428"><a href="#L2428">2428</a></th><td class="line-code"><pre>msgid &quot;Antigua And Barbuda&quot;
10840
- </pre></td></tr>
10841
-
10842
-
10843
- <tr><th class="line-num" id="L2429"><a href="#L2429">2429</a></th><td class="line-code"><pre>msgstr &quot;Antigva i Barbuda&quot;
10844
- </pre></td></tr>
10845
-
10846
-
10847
- <tr><th class="line-num" id="L2430"><a href="#L2430">2430</a></th><td class="line-code"><pre>
10848
- </pre></td></tr>
10849
-
10850
-
10851
- <tr><th class="line-num" id="L2431"><a href="#L2431">2431</a></th><td class="line-code"><pre># @ tribe-events-calendar
10852
- </pre></td></tr>
10853
-
10854
-
10855
- <tr><th class="line-num" id="L2432"><a href="#L2432">2432</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:54
10856
- </pre></td></tr>
10857
-
10858
-
10859
- <tr><th class="line-num" id="L2433"><a href="#L2433">2433</a></th><td class="line-code"><pre>msgid &quot;Argentina&quot;
10860
- </pre></td></tr>
10861
-
10862
-
10863
- <tr><th class="line-num" id="L2434"><a href="#L2434">2434</a></th><td class="line-code"><pre>msgstr &quot;Argentina&quot;
10864
- </pre></td></tr>
10865
-
10866
-
10867
- <tr><th class="line-num" id="L2435"><a href="#L2435">2435</a></th><td class="line-code"><pre>
10868
- </pre></td></tr>
10869
-
10870
-
10871
- <tr><th class="line-num" id="L2436"><a href="#L2436">2436</a></th><td class="line-code"><pre># @ tribe-events-calendar
10872
- </pre></td></tr>
10873
-
10874
-
10875
- <tr><th class="line-num" id="L2437"><a href="#L2437">2437</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:55
10876
- </pre></td></tr>
10877
-
10878
-
10879
- <tr><th class="line-num" id="L2438"><a href="#L2438">2438</a></th><td class="line-code"><pre>msgid &quot;Armenia&quot;
10880
- </pre></td></tr>
10881
-
10882
-
10883
- <tr><th class="line-num" id="L2439"><a href="#L2439">2439</a></th><td class="line-code"><pre>msgstr &quot;Jermenija&quot;
10884
- </pre></td></tr>
10885
-
10886
-
10887
- <tr><th class="line-num" id="L2440"><a href="#L2440">2440</a></th><td class="line-code"><pre>
10888
- </pre></td></tr>
10889
-
10890
-
10891
- <tr><th class="line-num" id="L2441"><a href="#L2441">2441</a></th><td class="line-code"><pre># @ tribe-events-calendar
10892
- </pre></td></tr>
10893
-
10894
-
10895
- <tr><th class="line-num" id="L2442"><a href="#L2442">2442</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:56
10896
- </pre></td></tr>
10897
-
10898
-
10899
- <tr><th class="line-num" id="L2443"><a href="#L2443">2443</a></th><td class="line-code"><pre>msgid &quot;Aruba&quot;
10900
- </pre></td></tr>
10901
-
10902
-
10903
- <tr><th class="line-num" id="L2444"><a href="#L2444">2444</a></th><td class="line-code"><pre>msgstr &quot;Aruba&quot;
10904
- </pre></td></tr>
10905
-
10906
-
10907
- <tr><th class="line-num" id="L2445"><a href="#L2445">2445</a></th><td class="line-code"><pre>
10908
- </pre></td></tr>
10909
-
10910
-
10911
- <tr><th class="line-num" id="L2446"><a href="#L2446">2446</a></th><td class="line-code"><pre># @ tribe-events-calendar
10912
- </pre></td></tr>
10913
-
10914
-
10915
- <tr><th class="line-num" id="L2447"><a href="#L2447">2447</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:57
10916
- </pre></td></tr>
10917
-
10918
-
10919
- <tr><th class="line-num" id="L2448"><a href="#L2448">2448</a></th><td class="line-code"><pre>msgid &quot;Australia&quot;
10920
- </pre></td></tr>
10921
-
10922
-
10923
- <tr><th class="line-num" id="L2449"><a href="#L2449">2449</a></th><td class="line-code"><pre>msgstr &quot;Australija&quot;
10924
- </pre></td></tr>
10925
-
10926
-
10927
- <tr><th class="line-num" id="L2450"><a href="#L2450">2450</a></th><td class="line-code"><pre>
10928
- </pre></td></tr>
10929
-
10930
-
10931
- <tr><th class="line-num" id="L2451"><a href="#L2451">2451</a></th><td class="line-code"><pre># @ tribe-events-calendar
10932
- </pre></td></tr>
10933
-
10934
-
10935
- <tr><th class="line-num" id="L2452"><a href="#L2452">2452</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:58
10936
- </pre></td></tr>
10937
-
10938
-
10939
- <tr><th class="line-num" id="L2453"><a href="#L2453">2453</a></th><td class="line-code"><pre>msgid &quot;Austria&quot;
10940
- </pre></td></tr>
10941
-
10942
-
10943
- <tr><th class="line-num" id="L2454"><a href="#L2454">2454</a></th><td class="line-code"><pre>msgstr &quot;Austrija&quot;
10944
- </pre></td></tr>
10945
-
10946
-
10947
- <tr><th class="line-num" id="L2455"><a href="#L2455">2455</a></th><td class="line-code"><pre>
10948
- </pre></td></tr>
10949
-
10950
-
10951
- <tr><th class="line-num" id="L2456"><a href="#L2456">2456</a></th><td class="line-code"><pre># @ tribe-events-calendar
10952
- </pre></td></tr>
10953
-
10954
-
10955
- <tr><th class="line-num" id="L2457"><a href="#L2457">2457</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:59
10956
- </pre></td></tr>
10957
-
10958
-
10959
- <tr><th class="line-num" id="L2458"><a href="#L2458">2458</a></th><td class="line-code"><pre>msgid &quot;Azerbaijan&quot;
10960
- </pre></td></tr>
10961
-
10962
-
10963
- <tr><th class="line-num" id="L2459"><a href="#L2459">2459</a></th><td class="line-code"><pre>msgstr &quot;Azerbejdžan&quot;
10964
- </pre></td></tr>
10965
-
10966
-
10967
- <tr><th class="line-num" id="L2460"><a href="#L2460">2460</a></th><td class="line-code"><pre>
10968
- </pre></td></tr>
10969
-
10970
-
10971
- <tr><th class="line-num" id="L2461"><a href="#L2461">2461</a></th><td class="line-code"><pre># @ tribe-events-calendar
10972
- </pre></td></tr>
10973
-
10974
-
10975
- <tr><th class="line-num" id="L2462"><a href="#L2462">2462</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:60
10976
- </pre></td></tr>
10977
-
10978
-
10979
- <tr><th class="line-num" id="L2463"><a href="#L2463">2463</a></th><td class="line-code"><pre>msgid &quot;Bahamas&quot;
10980
- </pre></td></tr>
10981
-
10982
-
10983
- <tr><th class="line-num" id="L2464"><a href="#L2464">2464</a></th><td class="line-code"><pre>msgstr &quot;Bahami&quot;
10984
- </pre></td></tr>
10985
-
10986
-
10987
- <tr><th class="line-num" id="L2465"><a href="#L2465">2465</a></th><td class="line-code"><pre>
10988
- </pre></td></tr>
10989
-
10990
-
10991
- <tr><th class="line-num" id="L2466"><a href="#L2466">2466</a></th><td class="line-code"><pre># @ tribe-events-calendar
10992
- </pre></td></tr>
10993
-
10994
-
10995
- <tr><th class="line-num" id="L2467"><a href="#L2467">2467</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:61
10996
- </pre></td></tr>
10997
-
10998
-
10999
- <tr><th class="line-num" id="L2468"><a href="#L2468">2468</a></th><td class="line-code"><pre>msgid &quot;Bahrain&quot;
11000
- </pre></td></tr>
11001
-
11002
-
11003
- <tr><th class="line-num" id="L2469"><a href="#L2469">2469</a></th><td class="line-code"><pre>msgstr &quot;Bahrin&quot;
11004
- </pre></td></tr>
11005
-
11006
-
11007
- <tr><th class="line-num" id="L2470"><a href="#L2470">2470</a></th><td class="line-code"><pre>
11008
- </pre></td></tr>
11009
-
11010
-
11011
- <tr><th class="line-num" id="L2471"><a href="#L2471">2471</a></th><td class="line-code"><pre># @ tribe-events-calendar
11012
- </pre></td></tr>
11013
-
11014
-
11015
- <tr><th class="line-num" id="L2472"><a href="#L2472">2472</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:62
11016
- </pre></td></tr>
11017
-
11018
-
11019
- <tr><th class="line-num" id="L2473"><a href="#L2473">2473</a></th><td class="line-code"><pre>msgid &quot;Bangladesh&quot;
11020
- </pre></td></tr>
11021
-
11022
-
11023
- <tr><th class="line-num" id="L2474"><a href="#L2474">2474</a></th><td class="line-code"><pre>msgstr &quot;Bangladeš&quot;
11024
- </pre></td></tr>
11025
-
11026
-
11027
- <tr><th class="line-num" id="L2475"><a href="#L2475">2475</a></th><td class="line-code"><pre>
11028
- </pre></td></tr>
11029
-
11030
-
11031
- <tr><th class="line-num" id="L2476"><a href="#L2476">2476</a></th><td class="line-code"><pre># @ tribe-events-calendar
11032
- </pre></td></tr>
11033
-
11034
-
11035
- <tr><th class="line-num" id="L2477"><a href="#L2477">2477</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:63
11036
- </pre></td></tr>
11037
-
11038
-
11039
- <tr><th class="line-num" id="L2478"><a href="#L2478">2478</a></th><td class="line-code"><pre>msgid &quot;Barbados&quot;
11040
- </pre></td></tr>
11041
-
11042
-
11043
- <tr><th class="line-num" id="L2479"><a href="#L2479">2479</a></th><td class="line-code"><pre>msgstr &quot;Barbados&quot;
11044
- </pre></td></tr>
11045
-
11046
-
11047
- <tr><th class="line-num" id="L2480"><a href="#L2480">2480</a></th><td class="line-code"><pre>
11048
- </pre></td></tr>
11049
-
11050
-
11051
- <tr><th class="line-num" id="L2481"><a href="#L2481">2481</a></th><td class="line-code"><pre># @ tribe-events-calendar
11052
- </pre></td></tr>
11053
-
11054
-
11055
- <tr><th class="line-num" id="L2482"><a href="#L2482">2482</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:64
11056
- </pre></td></tr>
11057
-
11058
-
11059
- <tr><th class="line-num" id="L2483"><a href="#L2483">2483</a></th><td class="line-code"><pre>msgid &quot;Belarus&quot;
11060
- </pre></td></tr>
11061
-
11062
-
11063
- <tr><th class="line-num" id="L2484"><a href="#L2484">2484</a></th><td class="line-code"><pre>msgstr &quot;Bjelorusija&quot;
11064
- </pre></td></tr>
11065
-
11066
-
11067
- <tr><th class="line-num" id="L2485"><a href="#L2485">2485</a></th><td class="line-code"><pre>
11068
- </pre></td></tr>
11069
-
11070
-
11071
- <tr><th class="line-num" id="L2486"><a href="#L2486">2486</a></th><td class="line-code"><pre># @ tribe-events-calendar
11072
- </pre></td></tr>
11073
-
11074
-
11075
- <tr><th class="line-num" id="L2487"><a href="#L2487">2487</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:65
11076
- </pre></td></tr>
11077
-
11078
-
11079
- <tr><th class="line-num" id="L2488"><a href="#L2488">2488</a></th><td class="line-code"><pre>msgid &quot;Belgium&quot;
11080
- </pre></td></tr>
11081
-
11082
-
11083
- <tr><th class="line-num" id="L2489"><a href="#L2489">2489</a></th><td class="line-code"><pre>msgstr &quot;Belgija&quot;
11084
- </pre></td></tr>
11085
-
11086
-
11087
- <tr><th class="line-num" id="L2490"><a href="#L2490">2490</a></th><td class="line-code"><pre>
11088
- </pre></td></tr>
11089
-
11090
-
11091
- <tr><th class="line-num" id="L2491"><a href="#L2491">2491</a></th><td class="line-code"><pre># @ tribe-events-calendar
11092
- </pre></td></tr>
11093
-
11094
-
11095
- <tr><th class="line-num" id="L2492"><a href="#L2492">2492</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:66
11096
- </pre></td></tr>
11097
-
11098
-
11099
- <tr><th class="line-num" id="L2493"><a href="#L2493">2493</a></th><td class="line-code"><pre>msgid &quot;Belize&quot;
11100
- </pre></td></tr>
11101
-
11102
-
11103
- <tr><th class="line-num" id="L2494"><a href="#L2494">2494</a></th><td class="line-code"><pre>msgstr &quot;Belize&quot;
11104
- </pre></td></tr>
11105
-
11106
-
11107
- <tr><th class="line-num" id="L2495"><a href="#L2495">2495</a></th><td class="line-code"><pre>
11108
- </pre></td></tr>
11109
-
11110
-
11111
- <tr><th class="line-num" id="L2496"><a href="#L2496">2496</a></th><td class="line-code"><pre># @ tribe-events-calendar
11112
- </pre></td></tr>
11113
-
11114
-
11115
- <tr><th class="line-num" id="L2497"><a href="#L2497">2497</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:67
11116
- </pre></td></tr>
11117
-
11118
-
11119
- <tr><th class="line-num" id="L2498"><a href="#L2498">2498</a></th><td class="line-code"><pre>msgid &quot;Benin&quot;
11120
- </pre></td></tr>
11121
-
11122
-
11123
- <tr><th class="line-num" id="L2499"><a href="#L2499">2499</a></th><td class="line-code"><pre>msgstr &quot;Benin&quot;
11124
- </pre></td></tr>
11125
-
11126
-
11127
- <tr><th class="line-num" id="L2500"><a href="#L2500">2500</a></th><td class="line-code"><pre>
11128
- </pre></td></tr>
11129
-
11130
-
11131
- <tr><th class="line-num" id="L2501"><a href="#L2501">2501</a></th><td class="line-code"><pre># @ tribe-events-calendar
11132
- </pre></td></tr>
11133
-
11134
-
11135
- <tr><th class="line-num" id="L2502"><a href="#L2502">2502</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:68
11136
- </pre></td></tr>
11137
-
11138
-
11139
- <tr><th class="line-num" id="L2503"><a href="#L2503">2503</a></th><td class="line-code"><pre>msgid &quot;Bermuda&quot;
11140
- </pre></td></tr>
11141
-
11142
-
11143
- <tr><th class="line-num" id="L2504"><a href="#L2504">2504</a></th><td class="line-code"><pre>msgstr &quot;Bermuda&quot;
11144
- </pre></td></tr>
11145
-
11146
-
11147
- <tr><th class="line-num" id="L2505"><a href="#L2505">2505</a></th><td class="line-code"><pre>
11148
- </pre></td></tr>
11149
-
11150
-
11151
- <tr><th class="line-num" id="L2506"><a href="#L2506">2506</a></th><td class="line-code"><pre># @ tribe-events-calendar
11152
- </pre></td></tr>
11153
-
11154
-
11155
- <tr><th class="line-num" id="L2507"><a href="#L2507">2507</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:69
11156
- </pre></td></tr>
11157
-
11158
-
11159
- <tr><th class="line-num" id="L2508"><a href="#L2508">2508</a></th><td class="line-code"><pre>msgid &quot;Bhutan&quot;
11160
- </pre></td></tr>
11161
-
11162
-
11163
- <tr><th class="line-num" id="L2509"><a href="#L2509">2509</a></th><td class="line-code"><pre>msgstr &quot;Butan&quot;
11164
- </pre></td></tr>
11165
-
11166
-
11167
- <tr><th class="line-num" id="L2510"><a href="#L2510">2510</a></th><td class="line-code"><pre>
11168
- </pre></td></tr>
11169
-
11170
-
11171
- <tr><th class="line-num" id="L2511"><a href="#L2511">2511</a></th><td class="line-code"><pre># @ tribe-events-calendar
11172
- </pre></td></tr>
11173
-
11174
-
11175
- <tr><th class="line-num" id="L2512"><a href="#L2512">2512</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:70
11176
- </pre></td></tr>
11177
-
11178
-
11179
- <tr><th class="line-num" id="L2513"><a href="#L2513">2513</a></th><td class="line-code"><pre>msgid &quot;Bolivia&quot;
11180
- </pre></td></tr>
11181
-
11182
-
11183
- <tr><th class="line-num" id="L2514"><a href="#L2514">2514</a></th><td class="line-code"><pre>msgstr &quot;Bolivija&quot;
11184
- </pre></td></tr>
11185
-
11186
-
11187
- <tr><th class="line-num" id="L2515"><a href="#L2515">2515</a></th><td class="line-code"><pre>
11188
- </pre></td></tr>
11189
-
11190
-
11191
- <tr><th class="line-num" id="L2516"><a href="#L2516">2516</a></th><td class="line-code"><pre># @ tribe-events-calendar
11192
- </pre></td></tr>
11193
-
11194
-
11195
- <tr><th class="line-num" id="L2517"><a href="#L2517">2517</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:71
11196
- </pre></td></tr>
11197
-
11198
-
11199
- <tr><th class="line-num" id="L2518"><a href="#L2518">2518</a></th><td class="line-code"><pre>msgid &quot;Bosnia And Herzegowina&quot;
11200
- </pre></td></tr>
11201
-
11202
-
11203
- <tr><th class="line-num" id="L2519"><a href="#L2519">2519</a></th><td class="line-code"><pre>msgstr &quot;Bosna i Hercegovina&quot;
11204
- </pre></td></tr>
11205
-
11206
-
11207
- <tr><th class="line-num" id="L2520"><a href="#L2520">2520</a></th><td class="line-code"><pre>
11208
- </pre></td></tr>
11209
-
11210
-
11211
- <tr><th class="line-num" id="L2521"><a href="#L2521">2521</a></th><td class="line-code"><pre># @ tribe-events-calendar
11212
- </pre></td></tr>
11213
-
11214
-
11215
- <tr><th class="line-num" id="L2522"><a href="#L2522">2522</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:72
11216
- </pre></td></tr>
11217
-
11218
-
11219
- <tr><th class="line-num" id="L2523"><a href="#L2523">2523</a></th><td class="line-code"><pre>msgid &quot;Botswana&quot;
11220
- </pre></td></tr>
11221
-
11222
-
11223
- <tr><th class="line-num" id="L2524"><a href="#L2524">2524</a></th><td class="line-code"><pre>msgstr &quot;Bocvana&quot;
11224
- </pre></td></tr>
11225
-
11226
-
11227
- <tr><th class="line-num" id="L2525"><a href="#L2525">2525</a></th><td class="line-code"><pre>
11228
- </pre></td></tr>
11229
-
11230
-
11231
- <tr><th class="line-num" id="L2526"><a href="#L2526">2526</a></th><td class="line-code"><pre># @ tribe-events-calendar
11232
- </pre></td></tr>
11233
-
11234
-
11235
- <tr><th class="line-num" id="L2527"><a href="#L2527">2527</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:73
11236
- </pre></td></tr>
11237
-
11238
-
11239
- <tr><th class="line-num" id="L2528"><a href="#L2528">2528</a></th><td class="line-code"><pre>msgid &quot;Bouvet Island&quot;
11240
- </pre></td></tr>
11241
-
11242
-
11243
- <tr><th class="line-num" id="L2529"><a href="#L2529">2529</a></th><td class="line-code"><pre>msgstr &quot;Buve Ostrva&quot;
11244
- </pre></td></tr>
11245
-
11246
-
11247
- <tr><th class="line-num" id="L2530"><a href="#L2530">2530</a></th><td class="line-code"><pre>
11248
- </pre></td></tr>
11249
-
11250
-
11251
- <tr><th class="line-num" id="L2531"><a href="#L2531">2531</a></th><td class="line-code"><pre># @ tribe-events-calendar
11252
- </pre></td></tr>
11253
-
11254
-
11255
- <tr><th class="line-num" id="L2532"><a href="#L2532">2532</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:74
11256
- </pre></td></tr>
11257
-
11258
-
11259
- <tr><th class="line-num" id="L2533"><a href="#L2533">2533</a></th><td class="line-code"><pre>msgid &quot;Brazil&quot;
11260
- </pre></td></tr>
11261
-
11262
-
11263
- <tr><th class="line-num" id="L2534"><a href="#L2534">2534</a></th><td class="line-code"><pre>msgstr &quot;Brazil&quot;
11264
- </pre></td></tr>
11265
-
11266
-
11267
- <tr><th class="line-num" id="L2535"><a href="#L2535">2535</a></th><td class="line-code"><pre>
11268
- </pre></td></tr>
11269
-
11270
-
11271
- <tr><th class="line-num" id="L2536"><a href="#L2536">2536</a></th><td class="line-code"><pre># @ tribe-events-calendar
11272
- </pre></td></tr>
11273
-
11274
-
11275
- <tr><th class="line-num" id="L2537"><a href="#L2537">2537</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:75
11276
- </pre></td></tr>
11277
-
11278
-
11279
- <tr><th class="line-num" id="L2538"><a href="#L2538">2538</a></th><td class="line-code"><pre>msgid &quot;British Indian Ocean Territory&quot;
11280
- </pre></td></tr>
11281
-
11282
-
11283
- <tr><th class="line-num" id="L2539"><a href="#L2539">2539</a></th><td class="line-code"><pre>msgstr &quot;Britanska Teriritorija Indijskog Okeana&quot;
11284
- </pre></td></tr>
11285
-
11286
-
11287
- <tr><th class="line-num" id="L2540"><a href="#L2540">2540</a></th><td class="line-code"><pre>
11288
- </pre></td></tr>
11289
-
11290
-
11291
- <tr><th class="line-num" id="L2541"><a href="#L2541">2541</a></th><td class="line-code"><pre># @ tribe-events-calendar
11292
- </pre></td></tr>
11293
-
11294
-
11295
- <tr><th class="line-num" id="L2542"><a href="#L2542">2542</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:76
11296
- </pre></td></tr>
11297
-
11298
-
11299
- <tr><th class="line-num" id="L2543"><a href="#L2543">2543</a></th><td class="line-code"><pre>msgid &quot;Brunei Darussalam&quot;
11300
- </pre></td></tr>
11301
-
11302
-
11303
- <tr><th class="line-num" id="L2544"><a href="#L2544">2544</a></th><td class="line-code"><pre>msgstr &quot;Brunej&quot;
11304
- </pre></td></tr>
11305
-
11306
-
11307
- <tr><th class="line-num" id="L2545"><a href="#L2545">2545</a></th><td class="line-code"><pre>
11308
- </pre></td></tr>
11309
-
11310
-
11311
- <tr><th class="line-num" id="L2546"><a href="#L2546">2546</a></th><td class="line-code"><pre># @ tribe-events-calendar
11312
- </pre></td></tr>
11313
-
11314
-
11315
- <tr><th class="line-num" id="L2547"><a href="#L2547">2547</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:77
11316
- </pre></td></tr>
11317
-
11318
-
11319
- <tr><th class="line-num" id="L2548"><a href="#L2548">2548</a></th><td class="line-code"><pre>msgid &quot;Bulgaria&quot;
11320
- </pre></td></tr>
11321
-
11322
-
11323
- <tr><th class="line-num" id="L2549"><a href="#L2549">2549</a></th><td class="line-code"><pre>msgstr &quot;Bugarska&quot;
11324
- </pre></td></tr>
11325
-
11326
-
11327
- <tr><th class="line-num" id="L2550"><a href="#L2550">2550</a></th><td class="line-code"><pre>
11328
- </pre></td></tr>
11329
-
11330
-
11331
- <tr><th class="line-num" id="L2551"><a href="#L2551">2551</a></th><td class="line-code"><pre># @ tribe-events-calendar
11332
- </pre></td></tr>
11333
-
11334
-
11335
- <tr><th class="line-num" id="L2552"><a href="#L2552">2552</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:78
11336
- </pre></td></tr>
11337
-
11338
-
11339
- <tr><th class="line-num" id="L2553"><a href="#L2553">2553</a></th><td class="line-code"><pre>msgid &quot;Burkina Faso&quot;
11340
- </pre></td></tr>
11341
-
11342
-
11343
- <tr><th class="line-num" id="L2554"><a href="#L2554">2554</a></th><td class="line-code"><pre>msgstr &quot;Burkina Faso&quot;
11344
- </pre></td></tr>
11345
-
11346
-
11347
- <tr><th class="line-num" id="L2555"><a href="#L2555">2555</a></th><td class="line-code"><pre>
11348
- </pre></td></tr>
11349
-
11350
-
11351
- <tr><th class="line-num" id="L2556"><a href="#L2556">2556</a></th><td class="line-code"><pre># @ tribe-events-calendar
11352
- </pre></td></tr>
11353
-
11354
-
11355
- <tr><th class="line-num" id="L2557"><a href="#L2557">2557</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:79
11356
- </pre></td></tr>
11357
-
11358
-
11359
- <tr><th class="line-num" id="L2558"><a href="#L2558">2558</a></th><td class="line-code"><pre>msgid &quot;Burundi&quot;
11360
- </pre></td></tr>
11361
-
11362
-
11363
- <tr><th class="line-num" id="L2559"><a href="#L2559">2559</a></th><td class="line-code"><pre>msgstr &quot;Burundi&quot;
11364
- </pre></td></tr>
11365
-
11366
-
11367
- <tr><th class="line-num" id="L2560"><a href="#L2560">2560</a></th><td class="line-code"><pre>
11368
- </pre></td></tr>
11369
-
11370
-
11371
- <tr><th class="line-num" id="L2561"><a href="#L2561">2561</a></th><td class="line-code"><pre># @ tribe-events-calendar
11372
- </pre></td></tr>
11373
-
11374
-
11375
- <tr><th class="line-num" id="L2562"><a href="#L2562">2562</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:80
11376
- </pre></td></tr>
11377
-
11378
-
11379
- <tr><th class="line-num" id="L2563"><a href="#L2563">2563</a></th><td class="line-code"><pre>msgid &quot;Cambodia&quot;
11380
- </pre></td></tr>
11381
-
11382
-
11383
- <tr><th class="line-num" id="L2564"><a href="#L2564">2564</a></th><td class="line-code"><pre>msgstr &quot;Kambodža&quot;
11384
- </pre></td></tr>
11385
-
11386
-
11387
- <tr><th class="line-num" id="L2565"><a href="#L2565">2565</a></th><td class="line-code"><pre>
11388
- </pre></td></tr>
11389
-
11390
-
11391
- <tr><th class="line-num" id="L2566"><a href="#L2566">2566</a></th><td class="line-code"><pre># @ tribe-events-calendar
11392
- </pre></td></tr>
11393
-
11394
-
11395
- <tr><th class="line-num" id="L2567"><a href="#L2567">2567</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:81
11396
- </pre></td></tr>
11397
-
11398
-
11399
- <tr><th class="line-num" id="L2568"><a href="#L2568">2568</a></th><td class="line-code"><pre>msgid &quot;Cameroon&quot;
11400
- </pre></td></tr>
11401
-
11402
-
11403
- <tr><th class="line-num" id="L2569"><a href="#L2569">2569</a></th><td class="line-code"><pre>msgstr &quot;Kamerun&quot;
11404
- </pre></td></tr>
11405
-
11406
-
11407
- <tr><th class="line-num" id="L2570"><a href="#L2570">2570</a></th><td class="line-code"><pre>
11408
- </pre></td></tr>
11409
-
11410
-
11411
- <tr><th class="line-num" id="L2571"><a href="#L2571">2571</a></th><td class="line-code"><pre># @ tribe-events-calendar
11412
- </pre></td></tr>
11413
-
11414
-
11415
- <tr><th class="line-num" id="L2572"><a href="#L2572">2572</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:82
11416
- </pre></td></tr>
11417
-
11418
-
11419
- <tr><th class="line-num" id="L2573"><a href="#L2573">2573</a></th><td class="line-code"><pre>msgid &quot;Canada&quot;
11420
- </pre></td></tr>
11421
-
11422
-
11423
- <tr><th class="line-num" id="L2574"><a href="#L2574">2574</a></th><td class="line-code"><pre>msgstr &quot;Kanada&quot;
11424
- </pre></td></tr>
11425
-
11426
-
11427
- <tr><th class="line-num" id="L2575"><a href="#L2575">2575</a></th><td class="line-code"><pre>
11428
- </pre></td></tr>
11429
-
11430
-
11431
- <tr><th class="line-num" id="L2576"><a href="#L2576">2576</a></th><td class="line-code"><pre># @ tribe-events-calendar
11432
- </pre></td></tr>
11433
-
11434
-
11435
- <tr><th class="line-num" id="L2577"><a href="#L2577">2577</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:83
11436
- </pre></td></tr>
11437
-
11438
-
11439
- <tr><th class="line-num" id="L2578"><a href="#L2578">2578</a></th><td class="line-code"><pre>msgid &quot;Cape Verde&quot;
11440
- </pre></td></tr>
11441
-
11442
-
11443
- <tr><th class="line-num" id="L2579"><a href="#L2579">2579</a></th><td class="line-code"><pre>msgstr &quot;Kape Verde&quot;
11444
- </pre></td></tr>
11445
-
11446
-
11447
- <tr><th class="line-num" id="L2580"><a href="#L2580">2580</a></th><td class="line-code"><pre>
11448
- </pre></td></tr>
11449
-
11450
-
11451
- <tr><th class="line-num" id="L2581"><a href="#L2581">2581</a></th><td class="line-code"><pre># @ tribe-events-calendar
11452
- </pre></td></tr>
11453
-
11454
-
11455
- <tr><th class="line-num" id="L2582"><a href="#L2582">2582</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:84
11456
- </pre></td></tr>
11457
-
11458
-
11459
- <tr><th class="line-num" id="L2583"><a href="#L2583">2583</a></th><td class="line-code"><pre>msgid &quot;Cayman Islands&quot;
11460
- </pre></td></tr>
11461
-
11462
-
11463
- <tr><th class="line-num" id="L2584"><a href="#L2584">2584</a></th><td class="line-code"><pre>msgstr &quot;Kajmanska ostrva&quot;
11464
- </pre></td></tr>
11465
-
11466
-
11467
- <tr><th class="line-num" id="L2585"><a href="#L2585">2585</a></th><td class="line-code"><pre>
11468
- </pre></td></tr>
11469
-
11470
-
11471
- <tr><th class="line-num" id="L2586"><a href="#L2586">2586</a></th><td class="line-code"><pre># @ tribe-events-calendar
11472
- </pre></td></tr>
11473
-
11474
-
11475
- <tr><th class="line-num" id="L2587"><a href="#L2587">2587</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:85
11476
- </pre></td></tr>
11477
-
11478
-
11479
- <tr><th class="line-num" id="L2588"><a href="#L2588">2588</a></th><td class="line-code"><pre>msgid &quot;Central African Republic&quot;
11480
- </pre></td></tr>
11481
-
11482
-
11483
- <tr><th class="line-num" id="L2589"><a href="#L2589">2589</a></th><td class="line-code"><pre>msgstr &quot;Centralna Afrička Republika&quot;
11484
- </pre></td></tr>
11485
-
11486
-
11487
- <tr><th class="line-num" id="L2590"><a href="#L2590">2590</a></th><td class="line-code"><pre>
11488
- </pre></td></tr>
11489
-
11490
-
11491
- <tr><th class="line-num" id="L2591"><a href="#L2591">2591</a></th><td class="line-code"><pre># @ tribe-events-calendar
11492
- </pre></td></tr>
11493
-
11494
-
11495
- <tr><th class="line-num" id="L2592"><a href="#L2592">2592</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:86
11496
- </pre></td></tr>
11497
-
11498
-
11499
- <tr><th class="line-num" id="L2593"><a href="#L2593">2593</a></th><td class="line-code"><pre>msgid &quot;Chad&quot;
11500
- </pre></td></tr>
11501
-
11502
-
11503
- <tr><th class="line-num" id="L2594"><a href="#L2594">2594</a></th><td class="line-code"><pre>msgstr &quot;Čad&quot;
11504
- </pre></td></tr>
11505
-
11506
-
11507
- <tr><th class="line-num" id="L2595"><a href="#L2595">2595</a></th><td class="line-code"><pre>
11508
- </pre></td></tr>
11509
-
11510
-
11511
- <tr><th class="line-num" id="L2596"><a href="#L2596">2596</a></th><td class="line-code"><pre># @ tribe-events-calendar
11512
- </pre></td></tr>
11513
-
11514
-
11515
- <tr><th class="line-num" id="L2597"><a href="#L2597">2597</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:87
11516
- </pre></td></tr>
11517
-
11518
-
11519
- <tr><th class="line-num" id="L2598"><a href="#L2598">2598</a></th><td class="line-code"><pre>msgid &quot;Chile&quot;
11520
- </pre></td></tr>
11521
-
11522
-
11523
- <tr><th class="line-num" id="L2599"><a href="#L2599">2599</a></th><td class="line-code"><pre>msgstr &quot;Čile&quot;
11524
- </pre></td></tr>
11525
-
11526
-
11527
- <tr><th class="line-num" id="L2600"><a href="#L2600">2600</a></th><td class="line-code"><pre>
11528
- </pre></td></tr>
11529
-
11530
-
11531
- <tr><th class="line-num" id="L2601"><a href="#L2601">2601</a></th><td class="line-code"><pre># @ tribe-events-calendar
11532
- </pre></td></tr>
11533
-
11534
-
11535
- <tr><th class="line-num" id="L2602"><a href="#L2602">2602</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:88
11536
- </pre></td></tr>
11537
-
11538
-
11539
- <tr><th class="line-num" id="L2603"><a href="#L2603">2603</a></th><td class="line-code"><pre>msgid &quot;China&quot;
11540
- </pre></td></tr>
11541
-
11542
-
11543
- <tr><th class="line-num" id="L2604"><a href="#L2604">2604</a></th><td class="line-code"><pre>msgstr &quot;Kina&quot;
11544
- </pre></td></tr>
11545
-
11546
-
11547
- <tr><th class="line-num" id="L2605"><a href="#L2605">2605</a></th><td class="line-code"><pre>
11548
- </pre></td></tr>
11549
-
11550
-
11551
- <tr><th class="line-num" id="L2606"><a href="#L2606">2606</a></th><td class="line-code"><pre># @ tribe-events-calendar
11552
- </pre></td></tr>
11553
-
11554
-
11555
- <tr><th class="line-num" id="L2607"><a href="#L2607">2607</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:89
11556
- </pre></td></tr>
11557
-
11558
-
11559
- <tr><th class="line-num" id="L2608"><a href="#L2608">2608</a></th><td class="line-code"><pre>msgid &quot;Christmas Island&quot;
11560
- </pre></td></tr>
11561
-
11562
-
11563
- <tr><th class="line-num" id="L2609"><a href="#L2609">2609</a></th><td class="line-code"><pre>msgstr &quot;Božićno ostrvo&quot;
11564
- </pre></td></tr>
11565
-
11566
-
11567
- <tr><th class="line-num" id="L2610"><a href="#L2610">2610</a></th><td class="line-code"><pre>
11568
- </pre></td></tr>
11569
-
11570
-
11571
- <tr><th class="line-num" id="L2611"><a href="#L2611">2611</a></th><td class="line-code"><pre># @ tribe-events-calendar
11572
- </pre></td></tr>
11573
-
11574
-
11575
- <tr><th class="line-num" id="L2612"><a href="#L2612">2612</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:90
11576
- </pre></td></tr>
11577
-
11578
-
11579
- <tr><th class="line-num" id="L2613"><a href="#L2613">2613</a></th><td class="line-code"><pre>msgid &quot;Cocos (Keeling) Islands&quot;
11580
- </pre></td></tr>
11581
-
11582
-
11583
- <tr><th class="line-num" id="L2614"><a href="#L2614">2614</a></th><td class="line-code"><pre>msgstr &quot;Kokos (Kiling) Ostrvo&quot;
11584
- </pre></td></tr>
11585
-
11586
-
11587
- <tr><th class="line-num" id="L2615"><a href="#L2615">2615</a></th><td class="line-code"><pre>
11588
- </pre></td></tr>
11589
-
11590
-
11591
- <tr><th class="line-num" id="L2616"><a href="#L2616">2616</a></th><td class="line-code"><pre># @ tribe-events-calendar
11592
- </pre></td></tr>
11593
-
11594
-
11595
- <tr><th class="line-num" id="L2617"><a href="#L2617">2617</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:91
11596
- </pre></td></tr>
11597
-
11598
-
11599
- <tr><th class="line-num" id="L2618"><a href="#L2618">2618</a></th><td class="line-code"><pre>msgid &quot;Colombia&quot;
11600
- </pre></td></tr>
11601
-
11602
-
11603
- <tr><th class="line-num" id="L2619"><a href="#L2619">2619</a></th><td class="line-code"><pre>msgstr &quot;Kolumbija&quot;
11604
- </pre></td></tr>
11605
-
11606
-
11607
- <tr><th class="line-num" id="L2620"><a href="#L2620">2620</a></th><td class="line-code"><pre>
11608
- </pre></td></tr>
11609
-
11610
-
11611
- <tr><th class="line-num" id="L2621"><a href="#L2621">2621</a></th><td class="line-code"><pre># @ tribe-events-calendar
11612
- </pre></td></tr>
11613
-
11614
-
11615
- <tr><th class="line-num" id="L2622"><a href="#L2622">2622</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:92
11616
- </pre></td></tr>
11617
-
11618
-
11619
- <tr><th class="line-num" id="L2623"><a href="#L2623">2623</a></th><td class="line-code"><pre>msgid &quot;Comoros&quot;
11620
- </pre></td></tr>
11621
-
11622
-
11623
- <tr><th class="line-num" id="L2624"><a href="#L2624">2624</a></th><td class="line-code"><pre>msgstr &quot;Komoros&quot;
11624
- </pre></td></tr>
11625
-
11626
-
11627
- <tr><th class="line-num" id="L2625"><a href="#L2625">2625</a></th><td class="line-code"><pre>
11628
- </pre></td></tr>
11629
-
11630
-
11631
- <tr><th class="line-num" id="L2626"><a href="#L2626">2626</a></th><td class="line-code"><pre># @ tribe-events-calendar
11632
- </pre></td></tr>
11633
-
11634
-
11635
- <tr><th class="line-num" id="L2627"><a href="#L2627">2627</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:93
11636
- </pre></td></tr>
11637
-
11638
-
11639
- <tr><th class="line-num" id="L2628"><a href="#L2628">2628</a></th><td class="line-code"><pre>msgid &quot;Congo&quot;
11640
- </pre></td></tr>
11641
-
11642
-
11643
- <tr><th class="line-num" id="L2629"><a href="#L2629">2629</a></th><td class="line-code"><pre>msgstr &quot;Kongo&quot;
11644
- </pre></td></tr>
11645
-
11646
-
11647
- <tr><th class="line-num" id="L2630"><a href="#L2630">2630</a></th><td class="line-code"><pre>
11648
- </pre></td></tr>
11649
-
11650
-
11651
- <tr><th class="line-num" id="L2631"><a href="#L2631">2631</a></th><td class="line-code"><pre># @ tribe-events-calendar
11652
- </pre></td></tr>
11653
-
11654
-
11655
- <tr><th class="line-num" id="L2632"><a href="#L2632">2632</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:94
11656
- </pre></td></tr>
11657
-
11658
-
11659
- <tr><th class="line-num" id="L2633"><a href="#L2633">2633</a></th><td class="line-code"><pre>msgid &quot;Congo, The Democratic Republic Of The&quot;
11660
- </pre></td></tr>
11661
-
11662
-
11663
- <tr><th class="line-num" id="L2634"><a href="#L2634">2634</a></th><td class="line-code"><pre>msgstr &quot;Kongo, Demokratska Republika&quot;
11664
- </pre></td></tr>
11665
-
11666
-
11667
- <tr><th class="line-num" id="L2635"><a href="#L2635">2635</a></th><td class="line-code"><pre>
11668
- </pre></td></tr>
11669
-
11670
-
11671
- <tr><th class="line-num" id="L2636"><a href="#L2636">2636</a></th><td class="line-code"><pre># @ tribe-events-calendar
11672
- </pre></td></tr>
11673
-
11674
-
11675
- <tr><th class="line-num" id="L2637"><a href="#L2637">2637</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:95
11676
- </pre></td></tr>
11677
-
11678
-
11679
- <tr><th class="line-num" id="L2638"><a href="#L2638">2638</a></th><td class="line-code"><pre>msgid &quot;Cook Islands&quot;
11680
- </pre></td></tr>
11681
-
11682
-
11683
- <tr><th class="line-num" id="L2639"><a href="#L2639">2639</a></th><td class="line-code"><pre>msgstr &quot;Kukova Ostrva&quot;
11684
- </pre></td></tr>
11685
-
11686
-
11687
- <tr><th class="line-num" id="L2640"><a href="#L2640">2640</a></th><td class="line-code"><pre>
11688
- </pre></td></tr>
11689
-
11690
-
11691
- <tr><th class="line-num" id="L2641"><a href="#L2641">2641</a></th><td class="line-code"><pre># @ tribe-events-calendar
11692
- </pre></td></tr>
11693
-
11694
-
11695
- <tr><th class="line-num" id="L2642"><a href="#L2642">2642</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:96
11696
- </pre></td></tr>
11697
-
11698
-
11699
- <tr><th class="line-num" id="L2643"><a href="#L2643">2643</a></th><td class="line-code"><pre>msgid &quot;Costa Rica&quot;
11700
- </pre></td></tr>
11701
-
11702
-
11703
- <tr><th class="line-num" id="L2644"><a href="#L2644">2644</a></th><td class="line-code"><pre>msgstr &quot;Kostarika&quot;
11704
- </pre></td></tr>
11705
-
11706
-
11707
- <tr><th class="line-num" id="L2645"><a href="#L2645">2645</a></th><td class="line-code"><pre>
11708
- </pre></td></tr>
11709
-
11710
-
11711
- <tr><th class="line-num" id="L2646"><a href="#L2646">2646</a></th><td class="line-code"><pre># @ tribe-events-calendar
11712
- </pre></td></tr>
11713
-
11714
-
11715
- <tr><th class="line-num" id="L2647"><a href="#L2647">2647</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:97
11716
- </pre></td></tr>
11717
-
11718
-
11719
- <tr><th class="line-num" id="L2648"><a href="#L2648">2648</a></th><td class="line-code"><pre>msgid &quot;Cote D&#39;Ivoire&quot;
11720
- </pre></td></tr>
11721
-
11722
-
11723
- <tr><th class="line-num" id="L2649"><a href="#L2649">2649</a></th><td class="line-code"><pre>msgstr &quot;Obala Slonovače&quot;
11724
- </pre></td></tr>
11725
-
11726
-
11727
- <tr><th class="line-num" id="L2650"><a href="#L2650">2650</a></th><td class="line-code"><pre>
11728
- </pre></td></tr>
11729
-
11730
-
11731
- <tr><th class="line-num" id="L2651"><a href="#L2651">2651</a></th><td class="line-code"><pre># @ tribe-events-calendar
11732
- </pre></td></tr>
11733
-
11734
-
11735
- <tr><th class="line-num" id="L2652"><a href="#L2652">2652</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:98
11736
- </pre></td></tr>
11737
-
11738
-
11739
- <tr><th class="line-num" id="L2653"><a href="#L2653">2653</a></th><td class="line-code"><pre>msgid &quot;Croatia (Local Name: Hrvatska)&quot;
11740
- </pre></td></tr>
11741
-
11742
-
11743
- <tr><th class="line-num" id="L2654"><a href="#L2654">2654</a></th><td class="line-code"><pre>msgstr &quot;Hrvatska&quot;
11744
- </pre></td></tr>
11745
-
11746
-
11747
- <tr><th class="line-num" id="L2655"><a href="#L2655">2655</a></th><td class="line-code"><pre>
11748
- </pre></td></tr>
11749
-
11750
-
11751
- <tr><th class="line-num" id="L2656"><a href="#L2656">2656</a></th><td class="line-code"><pre># @ tribe-events-calendar
11752
- </pre></td></tr>
11753
-
11754
-
11755
- <tr><th class="line-num" id="L2657"><a href="#L2657">2657</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:99
11756
- </pre></td></tr>
11757
-
11758
-
11759
- <tr><th class="line-num" id="L2658"><a href="#L2658">2658</a></th><td class="line-code"><pre>msgid &quot;Cuba&quot;
11760
- </pre></td></tr>
11761
-
11762
-
11763
- <tr><th class="line-num" id="L2659"><a href="#L2659">2659</a></th><td class="line-code"><pre>msgstr &quot;Kuba&quot;
11764
- </pre></td></tr>
11765
-
11766
-
11767
- <tr><th class="line-num" id="L2660"><a href="#L2660">2660</a></th><td class="line-code"><pre>
11768
- </pre></td></tr>
11769
-
11770
-
11771
- <tr><th class="line-num" id="L2661"><a href="#L2661">2661</a></th><td class="line-code"><pre># @ tribe-events-calendar
11772
- </pre></td></tr>
11773
-
11774
-
11775
- <tr><th class="line-num" id="L2662"><a href="#L2662">2662</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:100
11776
- </pre></td></tr>
11777
-
11778
-
11779
- <tr><th class="line-num" id="L2663"><a href="#L2663">2663</a></th><td class="line-code"><pre>msgid &quot;Cyprus&quot;
11780
- </pre></td></tr>
11781
-
11782
-
11783
- <tr><th class="line-num" id="L2664"><a href="#L2664">2664</a></th><td class="line-code"><pre>msgstr &quot;Kipar&quot;
11784
- </pre></td></tr>
11785
-
11786
-
11787
- <tr><th class="line-num" id="L2665"><a href="#L2665">2665</a></th><td class="line-code"><pre>
11788
- </pre></td></tr>
11789
-
11790
-
11791
- <tr><th class="line-num" id="L2666"><a href="#L2666">2666</a></th><td class="line-code"><pre># @ tribe-events-calendar
11792
- </pre></td></tr>
11793
-
11794
-
11795
- <tr><th class="line-num" id="L2667"><a href="#L2667">2667</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:101
11796
- </pre></td></tr>
11797
-
11798
-
11799
- <tr><th class="line-num" id="L2668"><a href="#L2668">2668</a></th><td class="line-code"><pre>msgid &quot;Czech Republic&quot;
11800
- </pre></td></tr>
11801
-
11802
-
11803
- <tr><th class="line-num" id="L2669"><a href="#L2669">2669</a></th><td class="line-code"><pre>msgstr &quot;Češka Republika&quot;
11804
- </pre></td></tr>
11805
-
11806
-
11807
- <tr><th class="line-num" id="L2670"><a href="#L2670">2670</a></th><td class="line-code"><pre>
11808
- </pre></td></tr>
11809
-
11810
-
11811
- <tr><th class="line-num" id="L2671"><a href="#L2671">2671</a></th><td class="line-code"><pre># @ tribe-events-calendar
11812
- </pre></td></tr>
11813
-
11814
-
11815
- <tr><th class="line-num" id="L2672"><a href="#L2672">2672</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:102
11816
- </pre></td></tr>
11817
-
11818
-
11819
- <tr><th class="line-num" id="L2673"><a href="#L2673">2673</a></th><td class="line-code"><pre>msgid &quot;Denmark&quot;
11820
- </pre></td></tr>
11821
-
11822
-
11823
- <tr><th class="line-num" id="L2674"><a href="#L2674">2674</a></th><td class="line-code"><pre>msgstr &quot;Danska&quot;
11824
- </pre></td></tr>
11825
-
11826
-
11827
- <tr><th class="line-num" id="L2675"><a href="#L2675">2675</a></th><td class="line-code"><pre>
11828
- </pre></td></tr>
11829
-
11830
-
11831
- <tr><th class="line-num" id="L2676"><a href="#L2676">2676</a></th><td class="line-code"><pre># @ tribe-events-calendar
11832
- </pre></td></tr>
11833
-
11834
-
11835
- <tr><th class="line-num" id="L2677"><a href="#L2677">2677</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:103
11836
- </pre></td></tr>
11837
-
11838
-
11839
- <tr><th class="line-num" id="L2678"><a href="#L2678">2678</a></th><td class="line-code"><pre>msgid &quot;Djibouti&quot;
11840
- </pre></td></tr>
11841
-
11842
-
11843
- <tr><th class="line-num" id="L2679"><a href="#L2679">2679</a></th><td class="line-code"><pre>msgstr &quot;Džibuti&quot;
11844
- </pre></td></tr>
11845
-
11846
-
11847
- <tr><th class="line-num" id="L2680"><a href="#L2680">2680</a></th><td class="line-code"><pre>
11848
- </pre></td></tr>
11849
-
11850
-
11851
- <tr><th class="line-num" id="L2681"><a href="#L2681">2681</a></th><td class="line-code"><pre># @ tribe-events-calendar
11852
- </pre></td></tr>
11853
-
11854
-
11855
- <tr><th class="line-num" id="L2682"><a href="#L2682">2682</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:104
11856
- </pre></td></tr>
11857
-
11858
-
11859
- <tr><th class="line-num" id="L2683"><a href="#L2683">2683</a></th><td class="line-code"><pre>msgid &quot;Dominica&quot;
11860
- </pre></td></tr>
11861
-
11862
-
11863
- <tr><th class="line-num" id="L2684"><a href="#L2684">2684</a></th><td class="line-code"><pre>msgstr &quot;Dominikana&quot;
11864
- </pre></td></tr>
11865
-
11866
-
11867
- <tr><th class="line-num" id="L2685"><a href="#L2685">2685</a></th><td class="line-code"><pre>
11868
- </pre></td></tr>
11869
-
11870
-
11871
- <tr><th class="line-num" id="L2686"><a href="#L2686">2686</a></th><td class="line-code"><pre># @ tribe-events-calendar
11872
- </pre></td></tr>
11873
-
11874
-
11875
- <tr><th class="line-num" id="L2687"><a href="#L2687">2687</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:105
11876
- </pre></td></tr>
11877
-
11878
-
11879
- <tr><th class="line-num" id="L2688"><a href="#L2688">2688</a></th><td class="line-code"><pre>msgid &quot;Dominican Republic&quot;
11880
- </pre></td></tr>
11881
-
11882
-
11883
- <tr><th class="line-num" id="L2689"><a href="#L2689">2689</a></th><td class="line-code"><pre>msgstr &quot;Dominikanska Republika&quot;
11884
- </pre></td></tr>
11885
-
11886
-
11887
- <tr><th class="line-num" id="L2690"><a href="#L2690">2690</a></th><td class="line-code"><pre>
11888
- </pre></td></tr>
11889
-
11890
-
11891
- <tr><th class="line-num" id="L2691"><a href="#L2691">2691</a></th><td class="line-code"><pre># @ tribe-events-calendar
11892
- </pre></td></tr>
11893
-
11894
-
11895
- <tr><th class="line-num" id="L2692"><a href="#L2692">2692</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:106
11896
- </pre></td></tr>
11897
-
11898
-
11899
- <tr><th class="line-num" id="L2693"><a href="#L2693">2693</a></th><td class="line-code"><pre>msgid &quot;East Timor&quot;
11900
- </pre></td></tr>
11901
-
11902
-
11903
- <tr><th class="line-num" id="L2694"><a href="#L2694">2694</a></th><td class="line-code"><pre>msgstr &quot;Istočni Timor&quot;
11904
- </pre></td></tr>
11905
-
11906
-
11907
- <tr><th class="line-num" id="L2695"><a href="#L2695">2695</a></th><td class="line-code"><pre>
11908
- </pre></td></tr>
11909
-
11910
-
11911
- <tr><th class="line-num" id="L2696"><a href="#L2696">2696</a></th><td class="line-code"><pre># @ tribe-events-calendar
11912
- </pre></td></tr>
11913
-
11914
-
11915
- <tr><th class="line-num" id="L2697"><a href="#L2697">2697</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:107
11916
- </pre></td></tr>
11917
-
11918
-
11919
- <tr><th class="line-num" id="L2698"><a href="#L2698">2698</a></th><td class="line-code"><pre>msgid &quot;Ecuador&quot;
11920
- </pre></td></tr>
11921
-
11922
-
11923
- <tr><th class="line-num" id="L2699"><a href="#L2699">2699</a></th><td class="line-code"><pre>msgstr &quot;Ekvator&quot;
11924
- </pre></td></tr>
11925
-
11926
-
11927
- <tr><th class="line-num" id="L2700"><a href="#L2700">2700</a></th><td class="line-code"><pre>
11928
- </pre></td></tr>
11929
-
11930
-
11931
- <tr><th class="line-num" id="L2701"><a href="#L2701">2701</a></th><td class="line-code"><pre># @ tribe-events-calendar
11932
- </pre></td></tr>
11933
-
11934
-
11935
- <tr><th class="line-num" id="L2702"><a href="#L2702">2702</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:108
11936
- </pre></td></tr>
11937
-
11938
-
11939
- <tr><th class="line-num" id="L2703"><a href="#L2703">2703</a></th><td class="line-code"><pre>msgid &quot;Egypt&quot;
11940
- </pre></td></tr>
11941
-
11942
-
11943
- <tr><th class="line-num" id="L2704"><a href="#L2704">2704</a></th><td class="line-code"><pre>msgstr &quot;Egipat&quot;
11944
- </pre></td></tr>
11945
-
11946
-
11947
- <tr><th class="line-num" id="L2705"><a href="#L2705">2705</a></th><td class="line-code"><pre>
11948
- </pre></td></tr>
11949
-
11950
-
11951
- <tr><th class="line-num" id="L2706"><a href="#L2706">2706</a></th><td class="line-code"><pre># @ tribe-events-calendar
11952
- </pre></td></tr>
11953
-
11954
-
11955
- <tr><th class="line-num" id="L2707"><a href="#L2707">2707</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:109
11956
- </pre></td></tr>
11957
-
11958
-
11959
- <tr><th class="line-num" id="L2708"><a href="#L2708">2708</a></th><td class="line-code"><pre>msgid &quot;El Salvador&quot;
11960
- </pre></td></tr>
11961
-
11962
-
11963
- <tr><th class="line-num" id="L2709"><a href="#L2709">2709</a></th><td class="line-code"><pre>msgstr &quot;El Salvador&quot;
11964
- </pre></td></tr>
11965
-
11966
-
11967
- <tr><th class="line-num" id="L2710"><a href="#L2710">2710</a></th><td class="line-code"><pre>
11968
- </pre></td></tr>
11969
-
11970
-
11971
- <tr><th class="line-num" id="L2711"><a href="#L2711">2711</a></th><td class="line-code"><pre># @ tribe-events-calendar
11972
- </pre></td></tr>
11973
-
11974
-
11975
- <tr><th class="line-num" id="L2712"><a href="#L2712">2712</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:110
11976
- </pre></td></tr>
11977
-
11978
-
11979
- <tr><th class="line-num" id="L2713"><a href="#L2713">2713</a></th><td class="line-code"><pre>msgid &quot;Equatorial Guinea&quot;
11980
- </pre></td></tr>
11981
-
11982
-
11983
- <tr><th class="line-num" id="L2714"><a href="#L2714">2714</a></th><td class="line-code"><pre>msgstr &quot;Ekvatorska Gvineja&quot;
11984
- </pre></td></tr>
11985
-
11986
-
11987
- <tr><th class="line-num" id="L2715"><a href="#L2715">2715</a></th><td class="line-code"><pre>
11988
- </pre></td></tr>
11989
-
11990
-
11991
- <tr><th class="line-num" id="L2716"><a href="#L2716">2716</a></th><td class="line-code"><pre># @ tribe-events-calendar
11992
- </pre></td></tr>
11993
-
11994
-
11995
- <tr><th class="line-num" id="L2717"><a href="#L2717">2717</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:111
11996
- </pre></td></tr>
11997
-
11998
-
11999
- <tr><th class="line-num" id="L2718"><a href="#L2718">2718</a></th><td class="line-code"><pre>msgid &quot;Eritrea&quot;
12000
- </pre></td></tr>
12001
-
12002
-
12003
- <tr><th class="line-num" id="L2719"><a href="#L2719">2719</a></th><td class="line-code"><pre>msgstr &quot;Eritreja&quot;
12004
- </pre></td></tr>
12005
-
12006
-
12007
- <tr><th class="line-num" id="L2720"><a href="#L2720">2720</a></th><td class="line-code"><pre>
12008
- </pre></td></tr>
12009
-
12010
-
12011
- <tr><th class="line-num" id="L2721"><a href="#L2721">2721</a></th><td class="line-code"><pre># @ tribe-events-calendar
12012
- </pre></td></tr>
12013
-
12014
-
12015
- <tr><th class="line-num" id="L2722"><a href="#L2722">2722</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:112
12016
- </pre></td></tr>
12017
-
12018
-
12019
- <tr><th class="line-num" id="L2723"><a href="#L2723">2723</a></th><td class="line-code"><pre>msgid &quot;Estonia&quot;
12020
- </pre></td></tr>
12021
-
12022
-
12023
- <tr><th class="line-num" id="L2724"><a href="#L2724">2724</a></th><td class="line-code"><pre>msgstr &quot;Estonija&quot;
12024
- </pre></td></tr>
12025
-
12026
-
12027
- <tr><th class="line-num" id="L2725"><a href="#L2725">2725</a></th><td class="line-code"><pre>
12028
- </pre></td></tr>
12029
-
12030
-
12031
- <tr><th class="line-num" id="L2726"><a href="#L2726">2726</a></th><td class="line-code"><pre># @ tribe-events-calendar
12032
- </pre></td></tr>
12033
-
12034
-
12035
- <tr><th class="line-num" id="L2727"><a href="#L2727">2727</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:113
12036
- </pre></td></tr>
12037
-
12038
-
12039
- <tr><th class="line-num" id="L2728"><a href="#L2728">2728</a></th><td class="line-code"><pre>msgid &quot;Ethiopia&quot;
12040
- </pre></td></tr>
12041
-
12042
-
12043
- <tr><th class="line-num" id="L2729"><a href="#L2729">2729</a></th><td class="line-code"><pre>msgstr &quot;Etiopija&quot;
12044
- </pre></td></tr>
12045
-
12046
-
12047
- <tr><th class="line-num" id="L2730"><a href="#L2730">2730</a></th><td class="line-code"><pre>
12048
- </pre></td></tr>
12049
-
12050
-
12051
- <tr><th class="line-num" id="L2731"><a href="#L2731">2731</a></th><td class="line-code"><pre># @ tribe-events-calendar
12052
- </pre></td></tr>
12053
-
12054
-
12055
- <tr><th class="line-num" id="L2732"><a href="#L2732">2732</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:114
12056
- </pre></td></tr>
12057
-
12058
-
12059
- <tr><th class="line-num" id="L2733"><a href="#L2733">2733</a></th><td class="line-code"><pre>msgid &quot;Falkland Islands (Malvinas)&quot;
12060
- </pre></td></tr>
12061
-
12062
-
12063
- <tr><th class="line-num" id="L2734"><a href="#L2734">2734</a></th><td class="line-code"><pre>msgstr &quot;Foklandska Ostrva&quot;
12064
- </pre></td></tr>
12065
-
12066
-
12067
- <tr><th class="line-num" id="L2735"><a href="#L2735">2735</a></th><td class="line-code"><pre>
12068
- </pre></td></tr>
12069
-
12070
-
12071
- <tr><th class="line-num" id="L2736"><a href="#L2736">2736</a></th><td class="line-code"><pre># @ tribe-events-calendar
12072
- </pre></td></tr>
12073
-
12074
-
12075
- <tr><th class="line-num" id="L2737"><a href="#L2737">2737</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:115
12076
- </pre></td></tr>
12077
-
12078
-
12079
- <tr><th class="line-num" id="L2738"><a href="#L2738">2738</a></th><td class="line-code"><pre>msgid &quot;Faroe Islands&quot;
12080
- </pre></td></tr>
12081
-
12082
-
12083
- <tr><th class="line-num" id="L2739"><a href="#L2739">2739</a></th><td class="line-code"><pre>msgstr &quot;Farska ostrva&quot;
12084
- </pre></td></tr>
12085
-
12086
-
12087
- <tr><th class="line-num" id="L2740"><a href="#L2740">2740</a></th><td class="line-code"><pre>
12088
- </pre></td></tr>
12089
-
12090
-
12091
- <tr><th class="line-num" id="L2741"><a href="#L2741">2741</a></th><td class="line-code"><pre># @ tribe-events-calendar
12092
- </pre></td></tr>
12093
-
12094
-
12095
- <tr><th class="line-num" id="L2742"><a href="#L2742">2742</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:116
12096
- </pre></td></tr>
12097
-
12098
-
12099
- <tr><th class="line-num" id="L2743"><a href="#L2743">2743</a></th><td class="line-code"><pre>msgid &quot;Fiji&quot;
12100
- </pre></td></tr>
12101
-
12102
-
12103
- <tr><th class="line-num" id="L2744"><a href="#L2744">2744</a></th><td class="line-code"><pre>msgstr &quot;Fidži&quot;
12104
- </pre></td></tr>
12105
-
12106
-
12107
- <tr><th class="line-num" id="L2745"><a href="#L2745">2745</a></th><td class="line-code"><pre>
12108
- </pre></td></tr>
12109
-
12110
-
12111
- <tr><th class="line-num" id="L2746"><a href="#L2746">2746</a></th><td class="line-code"><pre># @ tribe-events-calendar
12112
- </pre></td></tr>
12113
-
12114
-
12115
- <tr><th class="line-num" id="L2747"><a href="#L2747">2747</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:117
12116
- </pre></td></tr>
12117
-
12118
-
12119
- <tr><th class="line-num" id="L2748"><a href="#L2748">2748</a></th><td class="line-code"><pre>msgid &quot;Finland&quot;
12120
- </pre></td></tr>
12121
-
12122
-
12123
- <tr><th class="line-num" id="L2749"><a href="#L2749">2749</a></th><td class="line-code"><pre>msgstr &quot;Finska&quot;
12124
- </pre></td></tr>
12125
-
12126
-
12127
- <tr><th class="line-num" id="L2750"><a href="#L2750">2750</a></th><td class="line-code"><pre>
12128
- </pre></td></tr>
12129
-
12130
-
12131
- <tr><th class="line-num" id="L2751"><a href="#L2751">2751</a></th><td class="line-code"><pre># @ tribe-events-calendar
12132
- </pre></td></tr>
12133
-
12134
-
12135
- <tr><th class="line-num" id="L2752"><a href="#L2752">2752</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:118
12136
- </pre></td></tr>
12137
-
12138
-
12139
- <tr><th class="line-num" id="L2753"><a href="#L2753">2753</a></th><td class="line-code"><pre>msgid &quot;France&quot;
12140
- </pre></td></tr>
12141
-
12142
-
12143
- <tr><th class="line-num" id="L2754"><a href="#L2754">2754</a></th><td class="line-code"><pre>msgstr &quot;Francuska&quot;
12144
- </pre></td></tr>
12145
-
12146
-
12147
- <tr><th class="line-num" id="L2755"><a href="#L2755">2755</a></th><td class="line-code"><pre>
12148
- </pre></td></tr>
12149
-
12150
-
12151
- <tr><th class="line-num" id="L2756"><a href="#L2756">2756</a></th><td class="line-code"><pre># @ tribe-events-calendar
12152
- </pre></td></tr>
12153
-
12154
-
12155
- <tr><th class="line-num" id="L2757"><a href="#L2757">2757</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:119
12156
- </pre></td></tr>
12157
-
12158
-
12159
- <tr><th class="line-num" id="L2758"><a href="#L2758">2758</a></th><td class="line-code"><pre>msgid &quot;France, Metropolitan&quot;
12160
- </pre></td></tr>
12161
-
12162
-
12163
- <tr><th class="line-num" id="L2759"><a href="#L2759">2759</a></th><td class="line-code"><pre>msgstr &quot;Francuska, Metropolitan&quot;
12164
- </pre></td></tr>
12165
-
12166
-
12167
- <tr><th class="line-num" id="L2760"><a href="#L2760">2760</a></th><td class="line-code"><pre>
12168
- </pre></td></tr>
12169
-
12170
-
12171
- <tr><th class="line-num" id="L2761"><a href="#L2761">2761</a></th><td class="line-code"><pre># @ tribe-events-calendar
12172
- </pre></td></tr>
12173
-
12174
-
12175
- <tr><th class="line-num" id="L2762"><a href="#L2762">2762</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:120
12176
- </pre></td></tr>
12177
-
12178
-
12179
- <tr><th class="line-num" id="L2763"><a href="#L2763">2763</a></th><td class="line-code"><pre>msgid &quot;French Guiana&quot;
12180
- </pre></td></tr>
12181
-
12182
-
12183
- <tr><th class="line-num" id="L2764"><a href="#L2764">2764</a></th><td class="line-code"><pre>msgstr &quot;Francuska Gvajana&quot;
12184
- </pre></td></tr>
12185
-
12186
-
12187
- <tr><th class="line-num" id="L2765"><a href="#L2765">2765</a></th><td class="line-code"><pre>
12188
- </pre></td></tr>
12189
-
12190
-
12191
- <tr><th class="line-num" id="L2766"><a href="#L2766">2766</a></th><td class="line-code"><pre># @ tribe-events-calendar
12192
- </pre></td></tr>
12193
-
12194
-
12195
- <tr><th class="line-num" id="L2767"><a href="#L2767">2767</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:121
12196
- </pre></td></tr>
12197
-
12198
-
12199
- <tr><th class="line-num" id="L2768"><a href="#L2768">2768</a></th><td class="line-code"><pre>msgid &quot;French Polynesia&quot;
12200
- </pre></td></tr>
12201
-
12202
-
12203
- <tr><th class="line-num" id="L2769"><a href="#L2769">2769</a></th><td class="line-code"><pre>msgstr &quot;Francuska Polinezija&quot;
12204
- </pre></td></tr>
12205
-
12206
-
12207
- <tr><th class="line-num" id="L2770"><a href="#L2770">2770</a></th><td class="line-code"><pre>
12208
- </pre></td></tr>
12209
-
12210
-
12211
- <tr><th class="line-num" id="L2771"><a href="#L2771">2771</a></th><td class="line-code"><pre># @ tribe-events-calendar
12212
- </pre></td></tr>
12213
-
12214
-
12215
- <tr><th class="line-num" id="L2772"><a href="#L2772">2772</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:122
12216
- </pre></td></tr>
12217
-
12218
-
12219
- <tr><th class="line-num" id="L2773"><a href="#L2773">2773</a></th><td class="line-code"><pre>msgid &quot;French Southern Territories&quot;
12220
- </pre></td></tr>
12221
-
12222
-
12223
- <tr><th class="line-num" id="L2774"><a href="#L2774">2774</a></th><td class="line-code"><pre>msgstr &quot;Francuske Južne Teritorije&quot;
12224
- </pre></td></tr>
12225
-
12226
-
12227
- <tr><th class="line-num" id="L2775"><a href="#L2775">2775</a></th><td class="line-code"><pre>
12228
- </pre></td></tr>
12229
-
12230
-
12231
- <tr><th class="line-num" id="L2776"><a href="#L2776">2776</a></th><td class="line-code"><pre># @ tribe-events-calendar
12232
- </pre></td></tr>
12233
-
12234
-
12235
- <tr><th class="line-num" id="L2777"><a href="#L2777">2777</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:123
12236
- </pre></td></tr>
12237
-
12238
-
12239
- <tr><th class="line-num" id="L2778"><a href="#L2778">2778</a></th><td class="line-code"><pre>msgid &quot;Gabon&quot;
12240
- </pre></td></tr>
12241
-
12242
-
12243
- <tr><th class="line-num" id="L2779"><a href="#L2779">2779</a></th><td class="line-code"><pre>msgstr &quot;Gabon&quot;
12244
- </pre></td></tr>
12245
-
12246
-
12247
- <tr><th class="line-num" id="L2780"><a href="#L2780">2780</a></th><td class="line-code"><pre>
12248
- </pre></td></tr>
12249
-
12250
-
12251
- <tr><th class="line-num" id="L2781"><a href="#L2781">2781</a></th><td class="line-code"><pre># @ tribe-events-calendar
12252
- </pre></td></tr>
12253
-
12254
-
12255
- <tr><th class="line-num" id="L2782"><a href="#L2782">2782</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:124
12256
- </pre></td></tr>
12257
-
12258
-
12259
- <tr><th class="line-num" id="L2783"><a href="#L2783">2783</a></th><td class="line-code"><pre>msgid &quot;Gambia&quot;
12260
- </pre></td></tr>
12261
-
12262
-
12263
- <tr><th class="line-num" id="L2784"><a href="#L2784">2784</a></th><td class="line-code"><pre>msgstr &quot;Gambija&quot;
12264
- </pre></td></tr>
12265
-
12266
-
12267
- <tr><th class="line-num" id="L2785"><a href="#L2785">2785</a></th><td class="line-code"><pre>
12268
- </pre></td></tr>
12269
-
12270
-
12271
- <tr><th class="line-num" id="L2786"><a href="#L2786">2786</a></th><td class="line-code"><pre># @ tribe-events-calendar
12272
- </pre></td></tr>
12273
-
12274
-
12275
- <tr><th class="line-num" id="L2787"><a href="#L2787">2787</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:125
12276
- </pre></td></tr>
12277
-
12278
-
12279
- <tr><th class="line-num" id="L2788"><a href="#L2788">2788</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:318
12280
- </pre></td></tr>
12281
-
12282
-
12283
- <tr><th class="line-num" id="L2789"><a href="#L2789">2789</a></th><td class="line-code"><pre>msgid &quot;Georgia&quot;
12284
- </pre></td></tr>
12285
-
12286
-
12287
- <tr><th class="line-num" id="L2790"><a href="#L2790">2790</a></th><td class="line-code"><pre>msgstr &quot;Gruzija&quot;
12288
- </pre></td></tr>
12289
-
12290
-
12291
- <tr><th class="line-num" id="L2791"><a href="#L2791">2791</a></th><td class="line-code"><pre>
12292
- </pre></td></tr>
12293
-
12294
-
12295
- <tr><th class="line-num" id="L2792"><a href="#L2792">2792</a></th><td class="line-code"><pre># @ tribe-events-calendar
12296
- </pre></td></tr>
12297
-
12298
-
12299
- <tr><th class="line-num" id="L2793"><a href="#L2793">2793</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:126
12300
- </pre></td></tr>
12301
-
12302
-
12303
- <tr><th class="line-num" id="L2794"><a href="#L2794">2794</a></th><td class="line-code"><pre>msgid &quot;Germany&quot;
12304
- </pre></td></tr>
12305
-
12306
-
12307
- <tr><th class="line-num" id="L2795"><a href="#L2795">2795</a></th><td class="line-code"><pre>msgstr &quot;Njemačka&quot;
12308
- </pre></td></tr>
12309
-
12310
-
12311
- <tr><th class="line-num" id="L2796"><a href="#L2796">2796</a></th><td class="line-code"><pre>
12312
- </pre></td></tr>
12313
-
12314
-
12315
- <tr><th class="line-num" id="L2797"><a href="#L2797">2797</a></th><td class="line-code"><pre># @ tribe-events-calendar
12316
- </pre></td></tr>
12317
-
12318
-
12319
- <tr><th class="line-num" id="L2798"><a href="#L2798">2798</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:127
12320
- </pre></td></tr>
12321
-
12322
-
12323
- <tr><th class="line-num" id="L2799"><a href="#L2799">2799</a></th><td class="line-code"><pre>msgid &quot;Ghana&quot;
12324
- </pre></td></tr>
12325
-
12326
-
12327
- <tr><th class="line-num" id="L2800"><a href="#L2800">2800</a></th><td class="line-code"><pre>msgstr &quot;Gana&quot;
12328
- </pre></td></tr>
12329
-
12330
-
12331
- <tr><th class="line-num" id="L2801"><a href="#L2801">2801</a></th><td class="line-code"><pre>
12332
- </pre></td></tr>
12333
-
12334
-
12335
- <tr><th class="line-num" id="L2802"><a href="#L2802">2802</a></th><td class="line-code"><pre># @ tribe-events-calendar
12336
- </pre></td></tr>
12337
-
12338
-
12339
- <tr><th class="line-num" id="L2803"><a href="#L2803">2803</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:128
12340
- </pre></td></tr>
12341
-
12342
-
12343
- <tr><th class="line-num" id="L2804"><a href="#L2804">2804</a></th><td class="line-code"><pre>msgid &quot;Gibraltar&quot;
12344
- </pre></td></tr>
12345
-
12346
-
12347
- <tr><th class="line-num" id="L2805"><a href="#L2805">2805</a></th><td class="line-code"><pre>msgstr &quot;Gibraltar&quot;
12348
- </pre></td></tr>
12349
-
12350
-
12351
- <tr><th class="line-num" id="L2806"><a href="#L2806">2806</a></th><td class="line-code"><pre>
12352
- </pre></td></tr>
12353
-
12354
-
12355
- <tr><th class="line-num" id="L2807"><a href="#L2807">2807</a></th><td class="line-code"><pre># @ tribe-events-calendar
12356
- </pre></td></tr>
12357
-
12358
-
12359
- <tr><th class="line-num" id="L2808"><a href="#L2808">2808</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:129
12360
- </pre></td></tr>
12361
-
12362
-
12363
- <tr><th class="line-num" id="L2809"><a href="#L2809">2809</a></th><td class="line-code"><pre>msgid &quot;Greece&quot;
12364
- </pre></td></tr>
12365
-
12366
-
12367
- <tr><th class="line-num" id="L2810"><a href="#L2810">2810</a></th><td class="line-code"><pre>msgstr &quot;Grčka&quot;
12368
- </pre></td></tr>
12369
-
12370
-
12371
- <tr><th class="line-num" id="L2811"><a href="#L2811">2811</a></th><td class="line-code"><pre>
12372
- </pre></td></tr>
12373
-
12374
-
12375
- <tr><th class="line-num" id="L2812"><a href="#L2812">2812</a></th><td class="line-code"><pre># @ tribe-events-calendar
12376
- </pre></td></tr>
12377
-
12378
-
12379
- <tr><th class="line-num" id="L2813"><a href="#L2813">2813</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:130
12380
- </pre></td></tr>
12381
-
12382
-
12383
- <tr><th class="line-num" id="L2814"><a href="#L2814">2814</a></th><td class="line-code"><pre>msgid &quot;Greenland&quot;
12384
- </pre></td></tr>
12385
-
12386
-
12387
- <tr><th class="line-num" id="L2815"><a href="#L2815">2815</a></th><td class="line-code"><pre>msgstr &quot;Grenland&quot;
12388
- </pre></td></tr>
12389
-
12390
-
12391
- <tr><th class="line-num" id="L2816"><a href="#L2816">2816</a></th><td class="line-code"><pre>
12392
- </pre></td></tr>
12393
-
12394
-
12395
- <tr><th class="line-num" id="L2817"><a href="#L2817">2817</a></th><td class="line-code"><pre># @ tribe-events-calendar
12396
- </pre></td></tr>
12397
-
12398
-
12399
- <tr><th class="line-num" id="L2818"><a href="#L2818">2818</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:131
12400
- </pre></td></tr>
12401
-
12402
-
12403
- <tr><th class="line-num" id="L2819"><a href="#L2819">2819</a></th><td class="line-code"><pre>msgid &quot;Grenada&quot;
12404
- </pre></td></tr>
12405
-
12406
-
12407
- <tr><th class="line-num" id="L2820"><a href="#L2820">2820</a></th><td class="line-code"><pre>msgstr &quot;Grenada&quot;
12408
- </pre></td></tr>
12409
-
12410
-
12411
- <tr><th class="line-num" id="L2821"><a href="#L2821">2821</a></th><td class="line-code"><pre>
12412
- </pre></td></tr>
12413
-
12414
-
12415
- <tr><th class="line-num" id="L2822"><a href="#L2822">2822</a></th><td class="line-code"><pre># @ tribe-events-calendar
12416
- </pre></td></tr>
12417
-
12418
-
12419
- <tr><th class="line-num" id="L2823"><a href="#L2823">2823</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:132
12420
- </pre></td></tr>
12421
-
12422
-
12423
- <tr><th class="line-num" id="L2824"><a href="#L2824">2824</a></th><td class="line-code"><pre>msgid &quot;Guadeloupe&quot;
12424
- </pre></td></tr>
12425
-
12426
-
12427
- <tr><th class="line-num" id="L2825"><a href="#L2825">2825</a></th><td class="line-code"><pre>msgstr &quot;Gvadelupe&quot;
12428
- </pre></td></tr>
12429
-
12430
-
12431
- <tr><th class="line-num" id="L2826"><a href="#L2826">2826</a></th><td class="line-code"><pre>
12432
- </pre></td></tr>
12433
-
12434
-
12435
- <tr><th class="line-num" id="L2827"><a href="#L2827">2827</a></th><td class="line-code"><pre># @ tribe-events-calendar
12436
- </pre></td></tr>
12437
-
12438
-
12439
- <tr><th class="line-num" id="L2828"><a href="#L2828">2828</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:133
12440
- </pre></td></tr>
12441
-
12442
-
12443
- <tr><th class="line-num" id="L2829"><a href="#L2829">2829</a></th><td class="line-code"><pre>msgid &quot;Guam&quot;
12444
- </pre></td></tr>
12445
-
12446
-
12447
- <tr><th class="line-num" id="L2830"><a href="#L2830">2830</a></th><td class="line-code"><pre>msgstr &quot;Guam&quot;
12448
- </pre></td></tr>
12449
-
12450
-
12451
- <tr><th class="line-num" id="L2831"><a href="#L2831">2831</a></th><td class="line-code"><pre>
12452
- </pre></td></tr>
12453
-
12454
-
12455
- <tr><th class="line-num" id="L2832"><a href="#L2832">2832</a></th><td class="line-code"><pre># @ tribe-events-calendar
12456
- </pre></td></tr>
12457
-
12458
-
12459
- <tr><th class="line-num" id="L2833"><a href="#L2833">2833</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:134
12460
- </pre></td></tr>
12461
-
12462
-
12463
- <tr><th class="line-num" id="L2834"><a href="#L2834">2834</a></th><td class="line-code"><pre>msgid &quot;Guatemala&quot;
12464
- </pre></td></tr>
12465
-
12466
-
12467
- <tr><th class="line-num" id="L2835"><a href="#L2835">2835</a></th><td class="line-code"><pre>msgstr &quot;Gvatemala&quot;
12468
- </pre></td></tr>
12469
-
12470
-
12471
- <tr><th class="line-num" id="L2836"><a href="#L2836">2836</a></th><td class="line-code"><pre>
12472
- </pre></td></tr>
12473
-
12474
-
12475
- <tr><th class="line-num" id="L2837"><a href="#L2837">2837</a></th><td class="line-code"><pre># @ tribe-events-calendar
12476
- </pre></td></tr>
12477
-
12478
-
12479
- <tr><th class="line-num" id="L2838"><a href="#L2838">2838</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:135
12480
- </pre></td></tr>
12481
-
12482
-
12483
- <tr><th class="line-num" id="L2839"><a href="#L2839">2839</a></th><td class="line-code"><pre>msgid &quot;Guinea&quot;
12484
- </pre></td></tr>
12485
-
12486
-
12487
- <tr><th class="line-num" id="L2840"><a href="#L2840">2840</a></th><td class="line-code"><pre>msgstr &quot;Gvineja&quot;
12488
- </pre></td></tr>
12489
-
12490
-
12491
- <tr><th class="line-num" id="L2841"><a href="#L2841">2841</a></th><td class="line-code"><pre>
12492
- </pre></td></tr>
12493
-
12494
-
12495
- <tr><th class="line-num" id="L2842"><a href="#L2842">2842</a></th><td class="line-code"><pre># @ tribe-events-calendar
12496
- </pre></td></tr>
12497
-
12498
-
12499
- <tr><th class="line-num" id="L2843"><a href="#L2843">2843</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:136
12500
- </pre></td></tr>
12501
-
12502
-
12503
- <tr><th class="line-num" id="L2844"><a href="#L2844">2844</a></th><td class="line-code"><pre>msgid &quot;Guinea-Bissau&quot;
12504
- </pre></td></tr>
12505
-
12506
-
12507
- <tr><th class="line-num" id="L2845"><a href="#L2845">2845</a></th><td class="line-code"><pre>msgstr &quot;Gvineja-Bissau&quot;
12508
- </pre></td></tr>
12509
-
12510
-
12511
- <tr><th class="line-num" id="L2846"><a href="#L2846">2846</a></th><td class="line-code"><pre>
12512
- </pre></td></tr>
12513
-
12514
-
12515
- <tr><th class="line-num" id="L2847"><a href="#L2847">2847</a></th><td class="line-code"><pre># @ tribe-events-calendar
12516
- </pre></td></tr>
12517
-
12518
-
12519
- <tr><th class="line-num" id="L2848"><a href="#L2848">2848</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:137
12520
- </pre></td></tr>
12521
-
12522
-
12523
- <tr><th class="line-num" id="L2849"><a href="#L2849">2849</a></th><td class="line-code"><pre>msgid &quot;Guyana&quot;
12524
- </pre></td></tr>
12525
-
12526
-
12527
- <tr><th class="line-num" id="L2850"><a href="#L2850">2850</a></th><td class="line-code"><pre>msgstr &quot;Gvajana&quot;
12528
- </pre></td></tr>
12529
-
12530
-
12531
- <tr><th class="line-num" id="L2851"><a href="#L2851">2851</a></th><td class="line-code"><pre>
12532
- </pre></td></tr>
12533
-
12534
-
12535
- <tr><th class="line-num" id="L2852"><a href="#L2852">2852</a></th><td class="line-code"><pre># @ tribe-events-calendar
12536
- </pre></td></tr>
12537
-
12538
-
12539
- <tr><th class="line-num" id="L2853"><a href="#L2853">2853</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:138
12540
- </pre></td></tr>
12541
-
12542
-
12543
- <tr><th class="line-num" id="L2854"><a href="#L2854">2854</a></th><td class="line-code"><pre>msgid &quot;Haiti&quot;
12544
- </pre></td></tr>
12545
-
12546
-
12547
- <tr><th class="line-num" id="L2855"><a href="#L2855">2855</a></th><td class="line-code"><pre>msgstr &quot;Haiti&quot;
12548
- </pre></td></tr>
12549
-
12550
-
12551
- <tr><th class="line-num" id="L2856"><a href="#L2856">2856</a></th><td class="line-code"><pre>
12552
- </pre></td></tr>
12553
-
12554
-
12555
- <tr><th class="line-num" id="L2857"><a href="#L2857">2857</a></th><td class="line-code"><pre># @ tribe-events-calendar
12556
- </pre></td></tr>
12557
-
12558
-
12559
- <tr><th class="line-num" id="L2858"><a href="#L2858">2858</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:139
12560
- </pre></td></tr>
12561
-
12562
-
12563
- <tr><th class="line-num" id="L2859"><a href="#L2859">2859</a></th><td class="line-code"><pre>msgid &quot;Heard And Mc Donald Islands&quot;
12564
- </pre></td></tr>
12565
-
12566
-
12567
- <tr><th class="line-num" id="L2860"><a href="#L2860">2860</a></th><td class="line-code"><pre>msgstr &quot;Heard And Mc Donaldovi Ostrva&quot;
12568
- </pre></td></tr>
12569
-
12570
-
12571
- <tr><th class="line-num" id="L2861"><a href="#L2861">2861</a></th><td class="line-code"><pre>
12572
- </pre></td></tr>
12573
-
12574
-
12575
- <tr><th class="line-num" id="L2862"><a href="#L2862">2862</a></th><td class="line-code"><pre># @ tribe-events-calendar
12576
- </pre></td></tr>
12577
-
12578
-
12579
- <tr><th class="line-num" id="L2863"><a href="#L2863">2863</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:140
12580
- </pre></td></tr>
12581
-
12582
-
12583
- <tr><th class="line-num" id="L2864"><a href="#L2864">2864</a></th><td class="line-code"><pre>msgid &quot;Holy See (Vatican City State)&quot;
12584
- </pre></td></tr>
12585
-
12586
-
12587
- <tr><th class="line-num" id="L2865"><a href="#L2865">2865</a></th><td class="line-code"><pre>msgstr &quot;Vatikan&quot;
12588
- </pre></td></tr>
12589
-
12590
-
12591
- <tr><th class="line-num" id="L2866"><a href="#L2866">2866</a></th><td class="line-code"><pre>
12592
- </pre></td></tr>
12593
-
12594
-
12595
- <tr><th class="line-num" id="L2867"><a href="#L2867">2867</a></th><td class="line-code"><pre># @ tribe-events-calendar
12596
- </pre></td></tr>
12597
-
12598
-
12599
- <tr><th class="line-num" id="L2868"><a href="#L2868">2868</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:141
12600
- </pre></td></tr>
12601
-
12602
-
12603
- <tr><th class="line-num" id="L2869"><a href="#L2869">2869</a></th><td class="line-code"><pre>msgid &quot;Honduras&quot;
12604
- </pre></td></tr>
12605
-
12606
-
12607
- <tr><th class="line-num" id="L2870"><a href="#L2870">2870</a></th><td class="line-code"><pre>msgstr &quot;Honduras&quot;
12608
- </pre></td></tr>
12609
-
12610
-
12611
- <tr><th class="line-num" id="L2871"><a href="#L2871">2871</a></th><td class="line-code"><pre>
12612
- </pre></td></tr>
12613
-
12614
-
12615
- <tr><th class="line-num" id="L2872"><a href="#L2872">2872</a></th><td class="line-code"><pre># @ tribe-events-calendar
12616
- </pre></td></tr>
12617
-
12618
-
12619
- <tr><th class="line-num" id="L2873"><a href="#L2873">2873</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:142
12620
- </pre></td></tr>
12621
-
12622
-
12623
- <tr><th class="line-num" id="L2874"><a href="#L2874">2874</a></th><td class="line-code"><pre>msgid &quot;Hong Kong&quot;
12624
- </pre></td></tr>
12625
-
12626
-
12627
- <tr><th class="line-num" id="L2875"><a href="#L2875">2875</a></th><td class="line-code"><pre>msgstr &quot;Hong Kong&quot;
12628
- </pre></td></tr>
12629
-
12630
-
12631
- <tr><th class="line-num" id="L2876"><a href="#L2876">2876</a></th><td class="line-code"><pre>
12632
- </pre></td></tr>
12633
-
12634
-
12635
- <tr><th class="line-num" id="L2877"><a href="#L2877">2877</a></th><td class="line-code"><pre># @ tribe-events-calendar
12636
- </pre></td></tr>
12637
-
12638
-
12639
- <tr><th class="line-num" id="L2878"><a href="#L2878">2878</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:143
12640
- </pre></td></tr>
12641
-
12642
-
12643
- <tr><th class="line-num" id="L2879"><a href="#L2879">2879</a></th><td class="line-code"><pre>msgid &quot;Hungary&quot;
12644
- </pre></td></tr>
12645
-
12646
-
12647
- <tr><th class="line-num" id="L2880"><a href="#L2880">2880</a></th><td class="line-code"><pre>msgstr &quot;Mađarska&quot;
12648
- </pre></td></tr>
12649
-
12650
-
12651
- <tr><th class="line-num" id="L2881"><a href="#L2881">2881</a></th><td class="line-code"><pre>
12652
- </pre></td></tr>
12653
-
12654
-
12655
- <tr><th class="line-num" id="L2882"><a href="#L2882">2882</a></th><td class="line-code"><pre># @ tribe-events-calendar
12656
- </pre></td></tr>
12657
-
12658
-
12659
- <tr><th class="line-num" id="L2883"><a href="#L2883">2883</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:144
12660
- </pre></td></tr>
12661
-
12662
-
12663
- <tr><th class="line-num" id="L2884"><a href="#L2884">2884</a></th><td class="line-code"><pre>msgid &quot;Iceland&quot;
12664
- </pre></td></tr>
12665
-
12666
-
12667
- <tr><th class="line-num" id="L2885"><a href="#L2885">2885</a></th><td class="line-code"><pre>msgstr &quot;Island&quot;
12668
- </pre></td></tr>
12669
-
12670
-
12671
- <tr><th class="line-num" id="L2886"><a href="#L2886">2886</a></th><td class="line-code"><pre>
12672
- </pre></td></tr>
12673
-
12674
-
12675
- <tr><th class="line-num" id="L2887"><a href="#L2887">2887</a></th><td class="line-code"><pre># @ tribe-events-calendar
12676
- </pre></td></tr>
12677
-
12678
-
12679
- <tr><th class="line-num" id="L2888"><a href="#L2888">2888</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:145
12680
- </pre></td></tr>
12681
-
12682
-
12683
- <tr><th class="line-num" id="L2889"><a href="#L2889">2889</a></th><td class="line-code"><pre>msgid &quot;India&quot;
12684
- </pre></td></tr>
12685
-
12686
-
12687
- <tr><th class="line-num" id="L2890"><a href="#L2890">2890</a></th><td class="line-code"><pre>msgstr &quot;Indija&quot;
12688
- </pre></td></tr>
12689
-
12690
-
12691
- <tr><th class="line-num" id="L2891"><a href="#L2891">2891</a></th><td class="line-code"><pre>
12692
- </pre></td></tr>
12693
-
12694
-
12695
- <tr><th class="line-num" id="L2892"><a href="#L2892">2892</a></th><td class="line-code"><pre># @ tribe-events-calendar
12696
- </pre></td></tr>
12697
-
12698
-
12699
- <tr><th class="line-num" id="L2893"><a href="#L2893">2893</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:146
12700
- </pre></td></tr>
12701
-
12702
-
12703
- <tr><th class="line-num" id="L2894"><a href="#L2894">2894</a></th><td class="line-code"><pre>msgid &quot;Indonesia&quot;
12704
- </pre></td></tr>
12705
-
12706
-
12707
- <tr><th class="line-num" id="L2895"><a href="#L2895">2895</a></th><td class="line-code"><pre>msgstr &quot;Indonesija&quot;
12708
- </pre></td></tr>
12709
-
12710
-
12711
- <tr><th class="line-num" id="L2896"><a href="#L2896">2896</a></th><td class="line-code"><pre>
12712
- </pre></td></tr>
12713
-
12714
-
12715
- <tr><th class="line-num" id="L2897"><a href="#L2897">2897</a></th><td class="line-code"><pre># @ tribe-events-calendar
12716
- </pre></td></tr>
12717
-
12718
-
12719
- <tr><th class="line-num" id="L2898"><a href="#L2898">2898</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:147
12720
- </pre></td></tr>
12721
-
12722
-
12723
- <tr><th class="line-num" id="L2899"><a href="#L2899">2899</a></th><td class="line-code"><pre>msgid &quot;Iran (Islamic Republic Of)&quot;
12724
- </pre></td></tr>
12725
-
12726
-
12727
- <tr><th class="line-num" id="L2900"><a href="#L2900">2900</a></th><td class="line-code"><pre>msgstr &quot;Iran&quot;
12728
- </pre></td></tr>
12729
-
12730
-
12731
- <tr><th class="line-num" id="L2901"><a href="#L2901">2901</a></th><td class="line-code"><pre>
12732
- </pre></td></tr>
12733
-
12734
-
12735
- <tr><th class="line-num" id="L2902"><a href="#L2902">2902</a></th><td class="line-code"><pre># @ tribe-events-calendar
12736
- </pre></td></tr>
12737
-
12738
-
12739
- <tr><th class="line-num" id="L2903"><a href="#L2903">2903</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:148
12740
- </pre></td></tr>
12741
-
12742
-
12743
- <tr><th class="line-num" id="L2904"><a href="#L2904">2904</a></th><td class="line-code"><pre>msgid &quot;Iraq&quot;
12744
- </pre></td></tr>
12745
-
12746
-
12747
- <tr><th class="line-num" id="L2905"><a href="#L2905">2905</a></th><td class="line-code"><pre>msgstr &quot;Irak&quot;
12748
- </pre></td></tr>
12749
-
12750
-
12751
- <tr><th class="line-num" id="L2906"><a href="#L2906">2906</a></th><td class="line-code"><pre>
12752
- </pre></td></tr>
12753
-
12754
-
12755
- <tr><th class="line-num" id="L2907"><a href="#L2907">2907</a></th><td class="line-code"><pre># @ tribe-events-calendar
12756
- </pre></td></tr>
12757
-
12758
-
12759
- <tr><th class="line-num" id="L2908"><a href="#L2908">2908</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:149
12760
- </pre></td></tr>
12761
-
12762
-
12763
- <tr><th class="line-num" id="L2909"><a href="#L2909">2909</a></th><td class="line-code"><pre>msgid &quot;Ireland&quot;
12764
- </pre></td></tr>
12765
-
12766
-
12767
- <tr><th class="line-num" id="L2910"><a href="#L2910">2910</a></th><td class="line-code"><pre>msgstr &quot;Irska&quot;
12768
- </pre></td></tr>
12769
-
12770
-
12771
- <tr><th class="line-num" id="L2911"><a href="#L2911">2911</a></th><td class="line-code"><pre>
12772
- </pre></td></tr>
12773
-
12774
-
12775
- <tr><th class="line-num" id="L2912"><a href="#L2912">2912</a></th><td class="line-code"><pre># @ tribe-events-calendar
12776
- </pre></td></tr>
12777
-
12778
-
12779
- <tr><th class="line-num" id="L2913"><a href="#L2913">2913</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:150
12780
- </pre></td></tr>
12781
-
12782
-
12783
- <tr><th class="line-num" id="L2914"><a href="#L2914">2914</a></th><td class="line-code"><pre>msgid &quot;Israel&quot;
12784
- </pre></td></tr>
12785
-
12786
-
12787
- <tr><th class="line-num" id="L2915"><a href="#L2915">2915</a></th><td class="line-code"><pre>msgstr &quot;Izrael&quot;
12788
- </pre></td></tr>
12789
-
12790
-
12791
- <tr><th class="line-num" id="L2916"><a href="#L2916">2916</a></th><td class="line-code"><pre>
12792
- </pre></td></tr>
12793
-
12794
-
12795
- <tr><th class="line-num" id="L2917"><a href="#L2917">2917</a></th><td class="line-code"><pre># @ tribe-events-calendar
12796
- </pre></td></tr>
12797
-
12798
-
12799
- <tr><th class="line-num" id="L2918"><a href="#L2918">2918</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:151
12800
- </pre></td></tr>
12801
-
12802
-
12803
- <tr><th class="line-num" id="L2919"><a href="#L2919">2919</a></th><td class="line-code"><pre>msgid &quot;Italy&quot;
12804
- </pre></td></tr>
12805
-
12806
-
12807
- <tr><th class="line-num" id="L2920"><a href="#L2920">2920</a></th><td class="line-code"><pre>msgstr &quot;Italija&quot;
12808
- </pre></td></tr>
12809
-
12810
-
12811
- <tr><th class="line-num" id="L2921"><a href="#L2921">2921</a></th><td class="line-code"><pre>
12812
- </pre></td></tr>
12813
-
12814
-
12815
- <tr><th class="line-num" id="L2922"><a href="#L2922">2922</a></th><td class="line-code"><pre># @ tribe-events-calendar
12816
- </pre></td></tr>
12817
-
12818
-
12819
- <tr><th class="line-num" id="L2923"><a href="#L2923">2923</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:152
12820
- </pre></td></tr>
12821
-
12822
-
12823
- <tr><th class="line-num" id="L2924"><a href="#L2924">2924</a></th><td class="line-code"><pre>msgid &quot;Jamaica&quot;
12824
- </pre></td></tr>
12825
-
12826
-
12827
- <tr><th class="line-num" id="L2925"><a href="#L2925">2925</a></th><td class="line-code"><pre>msgstr &quot;Jamajka&quot;
12828
- </pre></td></tr>
12829
-
12830
-
12831
- <tr><th class="line-num" id="L2926"><a href="#L2926">2926</a></th><td class="line-code"><pre>
12832
- </pre></td></tr>
12833
-
12834
-
12835
- <tr><th class="line-num" id="L2927"><a href="#L2927">2927</a></th><td class="line-code"><pre># @ tribe-events-calendar
12836
- </pre></td></tr>
12837
-
12838
-
12839
- <tr><th class="line-num" id="L2928"><a href="#L2928">2928</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:153
12840
- </pre></td></tr>
12841
-
12842
-
12843
- <tr><th class="line-num" id="L2929"><a href="#L2929">2929</a></th><td class="line-code"><pre>msgid &quot;Japan&quot;
12844
- </pre></td></tr>
12845
-
12846
-
12847
- <tr><th class="line-num" id="L2930"><a href="#L2930">2930</a></th><td class="line-code"><pre>msgstr &quot;Japan&quot;
12848
- </pre></td></tr>
12849
-
12850
-
12851
- <tr><th class="line-num" id="L2931"><a href="#L2931">2931</a></th><td class="line-code"><pre>
12852
- </pre></td></tr>
12853
-
12854
-
12855
- <tr><th class="line-num" id="L2932"><a href="#L2932">2932</a></th><td class="line-code"><pre># @ tribe-events-calendar
12856
- </pre></td></tr>
12857
-
12858
-
12859
- <tr><th class="line-num" id="L2933"><a href="#L2933">2933</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:154
12860
- </pre></td></tr>
12861
-
12862
-
12863
- <tr><th class="line-num" id="L2934"><a href="#L2934">2934</a></th><td class="line-code"><pre>msgid &quot;Jordan&quot;
12864
- </pre></td></tr>
12865
-
12866
-
12867
- <tr><th class="line-num" id="L2935"><a href="#L2935">2935</a></th><td class="line-code"><pre>msgstr &quot;Jordan&quot;
12868
- </pre></td></tr>
12869
-
12870
-
12871
- <tr><th class="line-num" id="L2936"><a href="#L2936">2936</a></th><td class="line-code"><pre>
12872
- </pre></td></tr>
12873
-
12874
-
12875
- <tr><th class="line-num" id="L2937"><a href="#L2937">2937</a></th><td class="line-code"><pre># @ tribe-events-calendar
12876
- </pre></td></tr>
12877
-
12878
-
12879
- <tr><th class="line-num" id="L2938"><a href="#L2938">2938</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:155
12880
- </pre></td></tr>
12881
-
12882
-
12883
- <tr><th class="line-num" id="L2939"><a href="#L2939">2939</a></th><td class="line-code"><pre>msgid &quot;Kazakhstan&quot;
12884
- </pre></td></tr>
12885
-
12886
-
12887
- <tr><th class="line-num" id="L2940"><a href="#L2940">2940</a></th><td class="line-code"><pre>msgstr &quot;Kazahstan&quot;
12888
- </pre></td></tr>
12889
-
12890
-
12891
- <tr><th class="line-num" id="L2941"><a href="#L2941">2941</a></th><td class="line-code"><pre>
12892
- </pre></td></tr>
12893
-
12894
-
12895
- <tr><th class="line-num" id="L2942"><a href="#L2942">2942</a></th><td class="line-code"><pre># @ tribe-events-calendar
12896
- </pre></td></tr>
12897
-
12898
-
12899
- <tr><th class="line-num" id="L2943"><a href="#L2943">2943</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:156
12900
- </pre></td></tr>
12901
-
12902
-
12903
- <tr><th class="line-num" id="L2944"><a href="#L2944">2944</a></th><td class="line-code"><pre>msgid &quot;Kenya&quot;
12904
- </pre></td></tr>
12905
-
12906
-
12907
- <tr><th class="line-num" id="L2945"><a href="#L2945">2945</a></th><td class="line-code"><pre>msgstr &quot;Kenija&quot;
12908
- </pre></td></tr>
12909
-
12910
-
12911
- <tr><th class="line-num" id="L2946"><a href="#L2946">2946</a></th><td class="line-code"><pre>
12912
- </pre></td></tr>
12913
-
12914
-
12915
- <tr><th class="line-num" id="L2947"><a href="#L2947">2947</a></th><td class="line-code"><pre># @ tribe-events-calendar
12916
- </pre></td></tr>
12917
-
12918
-
12919
- <tr><th class="line-num" id="L2948"><a href="#L2948">2948</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:157
12920
- </pre></td></tr>
12921
-
12922
-
12923
- <tr><th class="line-num" id="L2949"><a href="#L2949">2949</a></th><td class="line-code"><pre>msgid &quot;Kiribati&quot;
12924
- </pre></td></tr>
12925
-
12926
-
12927
- <tr><th class="line-num" id="L2950"><a href="#L2950">2950</a></th><td class="line-code"><pre>msgstr &quot;Kiribati&quot;
12928
- </pre></td></tr>
12929
-
12930
-
12931
- <tr><th class="line-num" id="L2951"><a href="#L2951">2951</a></th><td class="line-code"><pre>
12932
- </pre></td></tr>
12933
-
12934
-
12935
- <tr><th class="line-num" id="L2952"><a href="#L2952">2952</a></th><td class="line-code"><pre># @ tribe-events-calendar
12936
- </pre></td></tr>
12937
-
12938
-
12939
- <tr><th class="line-num" id="L2953"><a href="#L2953">2953</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:158
12940
- </pre></td></tr>
12941
-
12942
-
12943
- <tr><th class="line-num" id="L2954"><a href="#L2954">2954</a></th><td class="line-code"><pre>msgid &quot;Korea, Democratic People&#39;s Republic Of&quot;
12944
- </pre></td></tr>
12945
-
12946
-
12947
- <tr><th class="line-num" id="L2955"><a href="#L2955">2955</a></th><td class="line-code"><pre>msgstr &quot;Koreja, Demokratska Narodna Republika&quot;
12948
- </pre></td></tr>
12949
-
12950
-
12951
- <tr><th class="line-num" id="L2956"><a href="#L2956">2956</a></th><td class="line-code"><pre>
12952
- </pre></td></tr>
12953
-
12954
-
12955
- <tr><th class="line-num" id="L2957"><a href="#L2957">2957</a></th><td class="line-code"><pre># @ tribe-events-calendar
12956
- </pre></td></tr>
12957
-
12958
-
12959
- <tr><th class="line-num" id="L2958"><a href="#L2958">2958</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:159
12960
- </pre></td></tr>
12961
-
12962
-
12963
- <tr><th class="line-num" id="L2959"><a href="#L2959">2959</a></th><td class="line-code"><pre>msgid &quot;Korea, Republic Of&quot;
12964
- </pre></td></tr>
12965
-
12966
-
12967
- <tr><th class="line-num" id="L2960"><a href="#L2960">2960</a></th><td class="line-code"><pre>msgstr &quot;Koreja, Republika&quot;
12968
- </pre></td></tr>
12969
-
12970
-
12971
- <tr><th class="line-num" id="L2961"><a href="#L2961">2961</a></th><td class="line-code"><pre>
12972
- </pre></td></tr>
12973
-
12974
-
12975
- <tr><th class="line-num" id="L2962"><a href="#L2962">2962</a></th><td class="line-code"><pre># @ tribe-events-calendar
12976
- </pre></td></tr>
12977
-
12978
-
12979
- <tr><th class="line-num" id="L2963"><a href="#L2963">2963</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:160
12980
- </pre></td></tr>
12981
-
12982
-
12983
- <tr><th class="line-num" id="L2964"><a href="#L2964">2964</a></th><td class="line-code"><pre>msgid &quot;Kuwait&quot;
12984
- </pre></td></tr>
12985
-
12986
-
12987
- <tr><th class="line-num" id="L2965"><a href="#L2965">2965</a></th><td class="line-code"><pre>msgstr &quot;Kuvajt&quot;
12988
- </pre></td></tr>
12989
-
12990
-
12991
- <tr><th class="line-num" id="L2966"><a href="#L2966">2966</a></th><td class="line-code"><pre>
12992
- </pre></td></tr>
12993
-
12994
-
12995
- <tr><th class="line-num" id="L2967"><a href="#L2967">2967</a></th><td class="line-code"><pre># @ tribe-events-calendar
12996
- </pre></td></tr>
12997
-
12998
-
12999
- <tr><th class="line-num" id="L2968"><a href="#L2968">2968</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:161
13000
- </pre></td></tr>
13001
-
13002
-
13003
- <tr><th class="line-num" id="L2969"><a href="#L2969">2969</a></th><td class="line-code"><pre>msgid &quot;Kyrgyzstan&quot;
13004
- </pre></td></tr>
13005
-
13006
-
13007
- <tr><th class="line-num" id="L2970"><a href="#L2970">2970</a></th><td class="line-code"><pre>msgstr &quot;Kirgistan&quot;
13008
- </pre></td></tr>
13009
-
13010
-
13011
- <tr><th class="line-num" id="L2971"><a href="#L2971">2971</a></th><td class="line-code"><pre>
13012
- </pre></td></tr>
13013
-
13014
-
13015
- <tr><th class="line-num" id="L2972"><a href="#L2972">2972</a></th><td class="line-code"><pre># @ tribe-events-calendar
13016
- </pre></td></tr>
13017
-
13018
-
13019
- <tr><th class="line-num" id="L2973"><a href="#L2973">2973</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:162
13020
- </pre></td></tr>
13021
-
13022
-
13023
- <tr><th class="line-num" id="L2974"><a href="#L2974">2974</a></th><td class="line-code"><pre>msgid &quot;Lao People&#39;s Democratic Republic&quot;
13024
- </pre></td></tr>
13025
-
13026
-
13027
- <tr><th class="line-num" id="L2975"><a href="#L2975">2975</a></th><td class="line-code"><pre>msgstr &quot;Laoska Narodna Demokratska Republika&quot;
13028
- </pre></td></tr>
13029
-
13030
-
13031
- <tr><th class="line-num" id="L2976"><a href="#L2976">2976</a></th><td class="line-code"><pre>
13032
- </pre></td></tr>
13033
-
13034
-
13035
- <tr><th class="line-num" id="L2977"><a href="#L2977">2977</a></th><td class="line-code"><pre># @ tribe-events-calendar
13036
- </pre></td></tr>
13037
-
13038
-
13039
- <tr><th class="line-num" id="L2978"><a href="#L2978">2978</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:163
13040
- </pre></td></tr>
13041
-
13042
-
13043
- <tr><th class="line-num" id="L2979"><a href="#L2979">2979</a></th><td class="line-code"><pre>msgid &quot;Latvia&quot;
13044
- </pre></td></tr>
13045
-
13046
-
13047
- <tr><th class="line-num" id="L2980"><a href="#L2980">2980</a></th><td class="line-code"><pre>msgstr &quot;Latvija&quot;
13048
- </pre></td></tr>
13049
-
13050
-
13051
- <tr><th class="line-num" id="L2981"><a href="#L2981">2981</a></th><td class="line-code"><pre>
13052
- </pre></td></tr>
13053
-
13054
-
13055
- <tr><th class="line-num" id="L2982"><a href="#L2982">2982</a></th><td class="line-code"><pre># @ tribe-events-calendar
13056
- </pre></td></tr>
13057
-
13058
-
13059
- <tr><th class="line-num" id="L2983"><a href="#L2983">2983</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:164
13060
- </pre></td></tr>
13061
-
13062
-
13063
- <tr><th class="line-num" id="L2984"><a href="#L2984">2984</a></th><td class="line-code"><pre>msgid &quot;Lebanon&quot;
13064
- </pre></td></tr>
13065
-
13066
-
13067
- <tr><th class="line-num" id="L2985"><a href="#L2985">2985</a></th><td class="line-code"><pre>msgstr &quot;Liban&quot;
13068
- </pre></td></tr>
13069
-
13070
-
13071
- <tr><th class="line-num" id="L2986"><a href="#L2986">2986</a></th><td class="line-code"><pre>
13072
- </pre></td></tr>
13073
-
13074
-
13075
- <tr><th class="line-num" id="L2987"><a href="#L2987">2987</a></th><td class="line-code"><pre># @ tribe-events-calendar
13076
- </pre></td></tr>
13077
-
13078
-
13079
- <tr><th class="line-num" id="L2988"><a href="#L2988">2988</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:165
13080
- </pre></td></tr>
13081
-
13082
-
13083
- <tr><th class="line-num" id="L2989"><a href="#L2989">2989</a></th><td class="line-code"><pre>msgid &quot;Lesotho&quot;
13084
- </pre></td></tr>
13085
-
13086
-
13087
- <tr><th class="line-num" id="L2990"><a href="#L2990">2990</a></th><td class="line-code"><pre>msgstr &quot;Lesoto&quot;
13088
- </pre></td></tr>
13089
-
13090
-
13091
- <tr><th class="line-num" id="L2991"><a href="#L2991">2991</a></th><td class="line-code"><pre>
13092
- </pre></td></tr>
13093
-
13094
-
13095
- <tr><th class="line-num" id="L2992"><a href="#L2992">2992</a></th><td class="line-code"><pre># @ tribe-events-calendar
13096
- </pre></td></tr>
13097
-
13098
-
13099
- <tr><th class="line-num" id="L2993"><a href="#L2993">2993</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:166
13100
- </pre></td></tr>
13101
-
13102
-
13103
- <tr><th class="line-num" id="L2994"><a href="#L2994">2994</a></th><td class="line-code"><pre>msgid &quot;Liberia&quot;
13104
- </pre></td></tr>
13105
-
13106
-
13107
- <tr><th class="line-num" id="L2995"><a href="#L2995">2995</a></th><td class="line-code"><pre>msgstr &quot;Liberija&quot;
13108
- </pre></td></tr>
13109
-
13110
-
13111
- <tr><th class="line-num" id="L2996"><a href="#L2996">2996</a></th><td class="line-code"><pre>
13112
- </pre></td></tr>
13113
-
13114
-
13115
- <tr><th class="line-num" id="L2997"><a href="#L2997">2997</a></th><td class="line-code"><pre># @ tribe-events-calendar
13116
- </pre></td></tr>
13117
-
13118
-
13119
- <tr><th class="line-num" id="L2998"><a href="#L2998">2998</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:167
13120
- </pre></td></tr>
13121
-
13122
-
13123
- <tr><th class="line-num" id="L2999"><a href="#L2999">2999</a></th><td class="line-code"><pre>msgid &quot;Libya&quot;
13124
- </pre></td></tr>
13125
-
13126
-
13127
- <tr><th class="line-num" id="L3000"><a href="#L3000">3000</a></th><td class="line-code"><pre>msgstr &quot;Libija&quot;
13128
- </pre></td></tr>
13129
-
13130
-
13131
- <tr><th class="line-num" id="L3001"><a href="#L3001">3001</a></th><td class="line-code"><pre>
13132
- </pre></td></tr>
13133
-
13134
-
13135
- <tr><th class="line-num" id="L3002"><a href="#L3002">3002</a></th><td class="line-code"><pre># @ tribe-events-calendar
13136
- </pre></td></tr>
13137
-
13138
-
13139
- <tr><th class="line-num" id="L3003"><a href="#L3003">3003</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:168
13140
- </pre></td></tr>
13141
-
13142
-
13143
- <tr><th class="line-num" id="L3004"><a href="#L3004">3004</a></th><td class="line-code"><pre>msgid &quot;Liechtenstein&quot;
13144
- </pre></td></tr>
13145
-
13146
-
13147
- <tr><th class="line-num" id="L3005"><a href="#L3005">3005</a></th><td class="line-code"><pre>msgstr &quot;Lihtenštajn&quot;
13148
- </pre></td></tr>
13149
-
13150
-
13151
- <tr><th class="line-num" id="L3006"><a href="#L3006">3006</a></th><td class="line-code"><pre>
13152
- </pre></td></tr>
13153
-
13154
-
13155
- <tr><th class="line-num" id="L3007"><a href="#L3007">3007</a></th><td class="line-code"><pre># @ tribe-events-calendar
13156
- </pre></td></tr>
13157
-
13158
-
13159
- <tr><th class="line-num" id="L3008"><a href="#L3008">3008</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:169
13160
- </pre></td></tr>
13161
-
13162
-
13163
- <tr><th class="line-num" id="L3009"><a href="#L3009">3009</a></th><td class="line-code"><pre>msgid &quot;Lithuania&quot;
13164
- </pre></td></tr>
13165
-
13166
-
13167
- <tr><th class="line-num" id="L3010"><a href="#L3010">3010</a></th><td class="line-code"><pre>msgstr &quot;Litvanija&quot;
13168
- </pre></td></tr>
13169
-
13170
-
13171
- <tr><th class="line-num" id="L3011"><a href="#L3011">3011</a></th><td class="line-code"><pre>
13172
- </pre></td></tr>
13173
-
13174
-
13175
- <tr><th class="line-num" id="L3012"><a href="#L3012">3012</a></th><td class="line-code"><pre># @ tribe-events-calendar
13176
- </pre></td></tr>
13177
-
13178
-
13179
- <tr><th class="line-num" id="L3013"><a href="#L3013">3013</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:170
13180
- </pre></td></tr>
13181
-
13182
-
13183
- <tr><th class="line-num" id="L3014"><a href="#L3014">3014</a></th><td class="line-code"><pre>msgid &quot;Luxembourg&quot;
13184
- </pre></td></tr>
13185
-
13186
-
13187
- <tr><th class="line-num" id="L3015"><a href="#L3015">3015</a></th><td class="line-code"><pre>msgstr &quot;Luksemburg&quot;
13188
- </pre></td></tr>
13189
-
13190
-
13191
- <tr><th class="line-num" id="L3016"><a href="#L3016">3016</a></th><td class="line-code"><pre>
13192
- </pre></td></tr>
13193
-
13194
-
13195
- <tr><th class="line-num" id="L3017"><a href="#L3017">3017</a></th><td class="line-code"><pre># @ tribe-events-calendar
13196
- </pre></td></tr>
13197
-
13198
-
13199
- <tr><th class="line-num" id="L3018"><a href="#L3018">3018</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:171
13200
- </pre></td></tr>
13201
-
13202
-
13203
- <tr><th class="line-num" id="L3019"><a href="#L3019">3019</a></th><td class="line-code"><pre>msgid &quot;Macau&quot;
13204
- </pre></td></tr>
13205
-
13206
-
13207
- <tr><th class="line-num" id="L3020"><a href="#L3020">3020</a></th><td class="line-code"><pre>msgstr &quot;Makao&quot;
13208
- </pre></td></tr>
13209
-
13210
-
13211
- <tr><th class="line-num" id="L3021"><a href="#L3021">3021</a></th><td class="line-code"><pre>
13212
- </pre></td></tr>
13213
-
13214
-
13215
- <tr><th class="line-num" id="L3022"><a href="#L3022">3022</a></th><td class="line-code"><pre># @ tribe-events-calendar
13216
- </pre></td></tr>
13217
-
13218
-
13219
- <tr><th class="line-num" id="L3023"><a href="#L3023">3023</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:172
13220
- </pre></td></tr>
13221
-
13222
-
13223
- <tr><th class="line-num" id="L3024"><a href="#L3024">3024</a></th><td class="line-code"><pre>msgid &quot;Macedonia&quot;
13224
- </pre></td></tr>
13225
-
13226
-
13227
- <tr><th class="line-num" id="L3025"><a href="#L3025">3025</a></th><td class="line-code"><pre>msgstr &quot;Makedonija&quot;
13228
- </pre></td></tr>
13229
-
13230
-
13231
- <tr><th class="line-num" id="L3026"><a href="#L3026">3026</a></th><td class="line-code"><pre>
13232
- </pre></td></tr>
13233
-
13234
-
13235
- <tr><th class="line-num" id="L3027"><a href="#L3027">3027</a></th><td class="line-code"><pre># @ tribe-events-calendar
13236
- </pre></td></tr>
13237
-
13238
-
13239
- <tr><th class="line-num" id="L3028"><a href="#L3028">3028</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:173
13240
- </pre></td></tr>
13241
-
13242
-
13243
- <tr><th class="line-num" id="L3029"><a href="#L3029">3029</a></th><td class="line-code"><pre>msgid &quot;Madagascar&quot;
13244
- </pre></td></tr>
13245
-
13246
-
13247
- <tr><th class="line-num" id="L3030"><a href="#L3030">3030</a></th><td class="line-code"><pre>msgstr &quot;Madagaskar&quot;
13248
- </pre></td></tr>
13249
-
13250
-
13251
- <tr><th class="line-num" id="L3031"><a href="#L3031">3031</a></th><td class="line-code"><pre>
13252
- </pre></td></tr>
13253
-
13254
-
13255
- <tr><th class="line-num" id="L3032"><a href="#L3032">3032</a></th><td class="line-code"><pre># @ tribe-events-calendar
13256
- </pre></td></tr>
13257
-
13258
-
13259
- <tr><th class="line-num" id="L3033"><a href="#L3033">3033</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:174
13260
- </pre></td></tr>
13261
-
13262
-
13263
- <tr><th class="line-num" id="L3034"><a href="#L3034">3034</a></th><td class="line-code"><pre>msgid &quot;Malawi&quot;
13264
- </pre></td></tr>
13265
-
13266
-
13267
- <tr><th class="line-num" id="L3035"><a href="#L3035">3035</a></th><td class="line-code"><pre>msgstr &quot;Malavi&quot;
13268
- </pre></td></tr>
13269
-
13270
-
13271
- <tr><th class="line-num" id="L3036"><a href="#L3036">3036</a></th><td class="line-code"><pre>
13272
- </pre></td></tr>
13273
-
13274
-
13275
- <tr><th class="line-num" id="L3037"><a href="#L3037">3037</a></th><td class="line-code"><pre># @ tribe-events-calendar
13276
- </pre></td></tr>
13277
-
13278
-
13279
- <tr><th class="line-num" id="L3038"><a href="#L3038">3038</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:175
13280
- </pre></td></tr>
13281
-
13282
-
13283
- <tr><th class="line-num" id="L3039"><a href="#L3039">3039</a></th><td class="line-code"><pre>msgid &quot;Malaysia&quot;
13284
- </pre></td></tr>
13285
-
13286
-
13287
- <tr><th class="line-num" id="L3040"><a href="#L3040">3040</a></th><td class="line-code"><pre>msgstr &quot;Malezija&quot;
13288
- </pre></td></tr>
13289
-
13290
-
13291
- <tr><th class="line-num" id="L3041"><a href="#L3041">3041</a></th><td class="line-code"><pre>
13292
- </pre></td></tr>
13293
-
13294
-
13295
- <tr><th class="line-num" id="L3042"><a href="#L3042">3042</a></th><td class="line-code"><pre># @ tribe-events-calendar
13296
- </pre></td></tr>
13297
-
13298
-
13299
- <tr><th class="line-num" id="L3043"><a href="#L3043">3043</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:176
13300
- </pre></td></tr>
13301
-
13302
-
13303
- <tr><th class="line-num" id="L3044"><a href="#L3044">3044</a></th><td class="line-code"><pre>msgid &quot;Maldives&quot;
13304
- </pre></td></tr>
13305
-
13306
-
13307
- <tr><th class="line-num" id="L3045"><a href="#L3045">3045</a></th><td class="line-code"><pre>msgstr &quot;Malavi&quot;
13308
- </pre></td></tr>
13309
-
13310
-
13311
- <tr><th class="line-num" id="L3046"><a href="#L3046">3046</a></th><td class="line-code"><pre>
13312
- </pre></td></tr>
13313
-
13314
-
13315
- <tr><th class="line-num" id="L3047"><a href="#L3047">3047</a></th><td class="line-code"><pre># @ tribe-events-calendar
13316
- </pre></td></tr>
13317
-
13318
-
13319
- <tr><th class="line-num" id="L3048"><a href="#L3048">3048</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:177
13320
- </pre></td></tr>
13321
-
13322
-
13323
- <tr><th class="line-num" id="L3049"><a href="#L3049">3049</a></th><td class="line-code"><pre>msgid &quot;Mali&quot;
13324
- </pre></td></tr>
13325
-
13326
-
13327
- <tr><th class="line-num" id="L3050"><a href="#L3050">3050</a></th><td class="line-code"><pre>msgstr &quot;Mali&quot;
13328
- </pre></td></tr>
13329
-
13330
-
13331
- <tr><th class="line-num" id="L3051"><a href="#L3051">3051</a></th><td class="line-code"><pre>
13332
- </pre></td></tr>
13333
-
13334
-
13335
- <tr><th class="line-num" id="L3052"><a href="#L3052">3052</a></th><td class="line-code"><pre># @ tribe-events-calendar
13336
- </pre></td></tr>
13337
-
13338
-
13339
- <tr><th class="line-num" id="L3053"><a href="#L3053">3053</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:178
13340
- </pre></td></tr>
13341
-
13342
-
13343
- <tr><th class="line-num" id="L3054"><a href="#L3054">3054</a></th><td class="line-code"><pre>msgid &quot;Malta&quot;
13344
- </pre></td></tr>
13345
-
13346
-
13347
- <tr><th class="line-num" id="L3055"><a href="#L3055">3055</a></th><td class="line-code"><pre>msgstr &quot;Malta&quot;
13348
- </pre></td></tr>
13349
-
13350
-
13351
- <tr><th class="line-num" id="L3056"><a href="#L3056">3056</a></th><td class="line-code"><pre>
13352
- </pre></td></tr>
13353
-
13354
-
13355
- <tr><th class="line-num" id="L3057"><a href="#L3057">3057</a></th><td class="line-code"><pre># @ tribe-events-calendar
13356
- </pre></td></tr>
13357
-
13358
-
13359
- <tr><th class="line-num" id="L3058"><a href="#L3058">3058</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:179
13360
- </pre></td></tr>
13361
-
13362
-
13363
- <tr><th class="line-num" id="L3059"><a href="#L3059">3059</a></th><td class="line-code"><pre>msgid &quot;Marshall Islands&quot;
13364
- </pre></td></tr>
13365
-
13366
-
13367
- <tr><th class="line-num" id="L3060"><a href="#L3060">3060</a></th><td class="line-code"><pre>msgstr &quot;Maršalska Ostrva&quot;
13368
- </pre></td></tr>
13369
-
13370
-
13371
- <tr><th class="line-num" id="L3061"><a href="#L3061">3061</a></th><td class="line-code"><pre>
13372
- </pre></td></tr>
13373
-
13374
-
13375
- <tr><th class="line-num" id="L3062"><a href="#L3062">3062</a></th><td class="line-code"><pre># @ tribe-events-calendar
13376
- </pre></td></tr>
13377
-
13378
-
13379
- <tr><th class="line-num" id="L3063"><a href="#L3063">3063</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:180
13380
- </pre></td></tr>
13381
-
13382
-
13383
- <tr><th class="line-num" id="L3064"><a href="#L3064">3064</a></th><td class="line-code"><pre>msgid &quot;Martinique&quot;
13384
- </pre></td></tr>
13385
-
13386
-
13387
- <tr><th class="line-num" id="L3065"><a href="#L3065">3065</a></th><td class="line-code"><pre>msgstr &quot;Martinik&quot;
13388
- </pre></td></tr>
13389
-
13390
-
13391
- <tr><th class="line-num" id="L3066"><a href="#L3066">3066</a></th><td class="line-code"><pre>
13392
- </pre></td></tr>
13393
-
13394
-
13395
- <tr><th class="line-num" id="L3067"><a href="#L3067">3067</a></th><td class="line-code"><pre># @ tribe-events-calendar
13396
- </pre></td></tr>
13397
-
13398
-
13399
- <tr><th class="line-num" id="L3068"><a href="#L3068">3068</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:181
13400
- </pre></td></tr>
13401
-
13402
-
13403
- <tr><th class="line-num" id="L3069"><a href="#L3069">3069</a></th><td class="line-code"><pre>msgid &quot;Mauritania&quot;
13404
- </pre></td></tr>
13405
-
13406
-
13407
- <tr><th class="line-num" id="L3070"><a href="#L3070">3070</a></th><td class="line-code"><pre>msgstr &quot;Mauritanija &quot;
13408
- </pre></td></tr>
13409
-
13410
-
13411
- <tr><th class="line-num" id="L3071"><a href="#L3071">3071</a></th><td class="line-code"><pre>
13412
- </pre></td></tr>
13413
-
13414
-
13415
- <tr><th class="line-num" id="L3072"><a href="#L3072">3072</a></th><td class="line-code"><pre># @ tribe-events-calendar
13416
- </pre></td></tr>
13417
-
13418
-
13419
- <tr><th class="line-num" id="L3073"><a href="#L3073">3073</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:182
13420
- </pre></td></tr>
13421
-
13422
-
13423
- <tr><th class="line-num" id="L3074"><a href="#L3074">3074</a></th><td class="line-code"><pre>msgid &quot;Mauritius&quot;
13424
- </pre></td></tr>
13425
-
13426
-
13427
- <tr><th class="line-num" id="L3075"><a href="#L3075">3075</a></th><td class="line-code"><pre>msgstr &quot;Mauricijus&quot;
13428
- </pre></td></tr>
13429
-
13430
-
13431
- <tr><th class="line-num" id="L3076"><a href="#L3076">3076</a></th><td class="line-code"><pre>
13432
- </pre></td></tr>
13433
-
13434
-
13435
- <tr><th class="line-num" id="L3077"><a href="#L3077">3077</a></th><td class="line-code"><pre># @ tribe-events-calendar
13436
- </pre></td></tr>
13437
-
13438
-
13439
- <tr><th class="line-num" id="L3078"><a href="#L3078">3078</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:183
13440
- </pre></td></tr>
13441
-
13442
-
13443
- <tr><th class="line-num" id="L3079"><a href="#L3079">3079</a></th><td class="line-code"><pre>msgid &quot;Mayotte&quot;
13444
- </pre></td></tr>
13445
-
13446
-
13447
- <tr><th class="line-num" id="L3080"><a href="#L3080">3080</a></th><td class="line-code"><pre>msgstr &quot;Majote&quot;
13448
- </pre></td></tr>
13449
-
13450
-
13451
- <tr><th class="line-num" id="L3081"><a href="#L3081">3081</a></th><td class="line-code"><pre>
13452
- </pre></td></tr>
13453
-
13454
-
13455
- <tr><th class="line-num" id="L3082"><a href="#L3082">3082</a></th><td class="line-code"><pre># @ tribe-events-calendar
13456
- </pre></td></tr>
13457
-
13458
-
13459
- <tr><th class="line-num" id="L3083"><a href="#L3083">3083</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:184
13460
- </pre></td></tr>
13461
-
13462
-
13463
- <tr><th class="line-num" id="L3084"><a href="#L3084">3084</a></th><td class="line-code"><pre>msgid &quot;Mexico&quot;
13464
- </pre></td></tr>
13465
-
13466
-
13467
- <tr><th class="line-num" id="L3085"><a href="#L3085">3085</a></th><td class="line-code"><pre>msgstr &quot;Meksiko&quot;
13468
- </pre></td></tr>
13469
-
13470
-
13471
- <tr><th class="line-num" id="L3086"><a href="#L3086">3086</a></th><td class="line-code"><pre>
13472
- </pre></td></tr>
13473
-
13474
-
13475
- <tr><th class="line-num" id="L3087"><a href="#L3087">3087</a></th><td class="line-code"><pre># @ tribe-events-calendar
13476
- </pre></td></tr>
13477
-
13478
-
13479
- <tr><th class="line-num" id="L3088"><a href="#L3088">3088</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:185
13480
- </pre></td></tr>
13481
-
13482
-
13483
- <tr><th class="line-num" id="L3089"><a href="#L3089">3089</a></th><td class="line-code"><pre>msgid &quot;Micronesia, Federated States Of&quot;
13484
- </pre></td></tr>
13485
-
13486
-
13487
- <tr><th class="line-num" id="L3090"><a href="#L3090">3090</a></th><td class="line-code"><pre>msgstr &quot;Mikronezija&quot;
13488
- </pre></td></tr>
13489
-
13490
-
13491
- <tr><th class="line-num" id="L3091"><a href="#L3091">3091</a></th><td class="line-code"><pre>
13492
- </pre></td></tr>
13493
-
13494
-
13495
- <tr><th class="line-num" id="L3092"><a href="#L3092">3092</a></th><td class="line-code"><pre># @ tribe-events-calendar
13496
- </pre></td></tr>
13497
-
13498
-
13499
- <tr><th class="line-num" id="L3093"><a href="#L3093">3093</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:186
13500
- </pre></td></tr>
13501
-
13502
-
13503
- <tr><th class="line-num" id="L3094"><a href="#L3094">3094</a></th><td class="line-code"><pre>msgid &quot;Moldova, Republic Of&quot;
13504
- </pre></td></tr>
13505
-
13506
-
13507
- <tr><th class="line-num" id="L3095"><a href="#L3095">3095</a></th><td class="line-code"><pre>msgstr &quot;Moldavija&quot;
13508
- </pre></td></tr>
13509
-
13510
-
13511
- <tr><th class="line-num" id="L3096"><a href="#L3096">3096</a></th><td class="line-code"><pre>
13512
- </pre></td></tr>
13513
-
13514
-
13515
- <tr><th class="line-num" id="L3097"><a href="#L3097">3097</a></th><td class="line-code"><pre># @ tribe-events-calendar
13516
- </pre></td></tr>
13517
-
13518
-
13519
- <tr><th class="line-num" id="L3098"><a href="#L3098">3098</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:187
13520
- </pre></td></tr>
13521
-
13522
-
13523
- <tr><th class="line-num" id="L3099"><a href="#L3099">3099</a></th><td class="line-code"><pre>msgid &quot;Monaco&quot;
13524
- </pre></td></tr>
13525
-
13526
-
13527
- <tr><th class="line-num" id="L3100"><a href="#L3100">3100</a></th><td class="line-code"><pre>msgstr &quot;Monako&quot;
13528
- </pre></td></tr>
13529
-
13530
-
13531
- <tr><th class="line-num" id="L3101"><a href="#L3101">3101</a></th><td class="line-code"><pre>
13532
- </pre></td></tr>
13533
-
13534
-
13535
- <tr><th class="line-num" id="L3102"><a href="#L3102">3102</a></th><td class="line-code"><pre># @ tribe-events-calendar
13536
- </pre></td></tr>
13537
-
13538
-
13539
- <tr><th class="line-num" id="L3103"><a href="#L3103">3103</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:188
13540
- </pre></td></tr>
13541
-
13542
-
13543
- <tr><th class="line-num" id="L3104"><a href="#L3104">3104</a></th><td class="line-code"><pre>msgid &quot;Mongolia&quot;
13544
- </pre></td></tr>
13545
-
13546
-
13547
- <tr><th class="line-num" id="L3105"><a href="#L3105">3105</a></th><td class="line-code"><pre>msgstr &quot;Mongolija&quot;
13548
- </pre></td></tr>
13549
-
13550
-
13551
- <tr><th class="line-num" id="L3106"><a href="#L3106">3106</a></th><td class="line-code"><pre>
13552
- </pre></td></tr>
13553
-
13554
-
13555
- <tr><th class="line-num" id="L3107"><a href="#L3107">3107</a></th><td class="line-code"><pre># @ tribe-events-calendar
13556
- </pre></td></tr>
13557
-
13558
-
13559
- <tr><th class="line-num" id="L3108"><a href="#L3108">3108</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:189
13560
- </pre></td></tr>
13561
-
13562
-
13563
- <tr><th class="line-num" id="L3109"><a href="#L3109">3109</a></th><td class="line-code"><pre>msgid &quot;Montenegro&quot;
13564
- </pre></td></tr>
13565
-
13566
-
13567
- <tr><th class="line-num" id="L3110"><a href="#L3110">3110</a></th><td class="line-code"><pre>msgstr &quot;Crna Gora&quot;
13568
- </pre></td></tr>
13569
-
13570
-
13571
- <tr><th class="line-num" id="L3111"><a href="#L3111">3111</a></th><td class="line-code"><pre>
13572
- </pre></td></tr>
13573
-
13574
-
13575
- <tr><th class="line-num" id="L3112"><a href="#L3112">3112</a></th><td class="line-code"><pre># @ tribe-events-calendar
13576
- </pre></td></tr>
13577
-
13578
-
13579
- <tr><th class="line-num" id="L3113"><a href="#L3113">3113</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:190
13580
- </pre></td></tr>
13581
-
13582
-
13583
- <tr><th class="line-num" id="L3114"><a href="#L3114">3114</a></th><td class="line-code"><pre>msgid &quot;Montserrat&quot;
13584
- </pre></td></tr>
13585
-
13586
-
13587
- <tr><th class="line-num" id="L3115"><a href="#L3115">3115</a></th><td class="line-code"><pre>msgstr &quot;Montserat&quot;
13588
- </pre></td></tr>
13589
-
13590
-
13591
- <tr><th class="line-num" id="L3116"><a href="#L3116">3116</a></th><td class="line-code"><pre>
13592
- </pre></td></tr>
13593
-
13594
-
13595
- <tr><th class="line-num" id="L3117"><a href="#L3117">3117</a></th><td class="line-code"><pre># @ tribe-events-calendar
13596
- </pre></td></tr>
13597
-
13598
-
13599
- <tr><th class="line-num" id="L3118"><a href="#L3118">3118</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:191
13600
- </pre></td></tr>
13601
-
13602
-
13603
- <tr><th class="line-num" id="L3119"><a href="#L3119">3119</a></th><td class="line-code"><pre>msgid &quot;Morocco&quot;
13604
- </pre></td></tr>
13605
-
13606
-
13607
- <tr><th class="line-num" id="L3120"><a href="#L3120">3120</a></th><td class="line-code"><pre>msgstr &quot;Maroko&quot;
13608
- </pre></td></tr>
13609
-
13610
-
13611
- <tr><th class="line-num" id="L3121"><a href="#L3121">3121</a></th><td class="line-code"><pre>
13612
- </pre></td></tr>
13613
-
13614
-
13615
- <tr><th class="line-num" id="L3122"><a href="#L3122">3122</a></th><td class="line-code"><pre># @ tribe-events-calendar
13616
- </pre></td></tr>
13617
-
13618
-
13619
- <tr><th class="line-num" id="L3123"><a href="#L3123">3123</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:192
13620
- </pre></td></tr>
13621
-
13622
-
13623
- <tr><th class="line-num" id="L3124"><a href="#L3124">3124</a></th><td class="line-code"><pre>msgid &quot;Mozambique&quot;
13624
- </pre></td></tr>
13625
-
13626
-
13627
- <tr><th class="line-num" id="L3125"><a href="#L3125">3125</a></th><td class="line-code"><pre>msgstr &quot;Mozambik&quot;
13628
- </pre></td></tr>
13629
-
13630
-
13631
- <tr><th class="line-num" id="L3126"><a href="#L3126">3126</a></th><td class="line-code"><pre>
13632
- </pre></td></tr>
13633
-
13634
-
13635
- <tr><th class="line-num" id="L3127"><a href="#L3127">3127</a></th><td class="line-code"><pre># @ tribe-events-calendar
13636
- </pre></td></tr>
13637
-
13638
-
13639
- <tr><th class="line-num" id="L3128"><a href="#L3128">3128</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:193
13640
- </pre></td></tr>
13641
-
13642
-
13643
- <tr><th class="line-num" id="L3129"><a href="#L3129">3129</a></th><td class="line-code"><pre>msgid &quot;Myanmar&quot;
13644
- </pre></td></tr>
13645
-
13646
-
13647
- <tr><th class="line-num" id="L3130"><a href="#L3130">3130</a></th><td class="line-code"><pre>msgstr &quot;Mjanmar&quot;
13648
- </pre></td></tr>
13649
-
13650
-
13651
- <tr><th class="line-num" id="L3131"><a href="#L3131">3131</a></th><td class="line-code"><pre>
13652
- </pre></td></tr>
13653
-
13654
-
13655
- <tr><th class="line-num" id="L3132"><a href="#L3132">3132</a></th><td class="line-code"><pre># @ tribe-events-calendar
13656
- </pre></td></tr>
13657
-
13658
-
13659
- <tr><th class="line-num" id="L3133"><a href="#L3133">3133</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:194
13660
- </pre></td></tr>
13661
-
13662
-
13663
- <tr><th class="line-num" id="L3134"><a href="#L3134">3134</a></th><td class="line-code"><pre>msgid &quot;Namibia&quot;
13664
- </pre></td></tr>
13665
-
13666
-
13667
- <tr><th class="line-num" id="L3135"><a href="#L3135">3135</a></th><td class="line-code"><pre>msgstr &quot;Namibija&quot;
13668
- </pre></td></tr>
13669
-
13670
-
13671
- <tr><th class="line-num" id="L3136"><a href="#L3136">3136</a></th><td class="line-code"><pre>
13672
- </pre></td></tr>
13673
-
13674
-
13675
- <tr><th class="line-num" id="L3137"><a href="#L3137">3137</a></th><td class="line-code"><pre># @ tribe-events-calendar
13676
- </pre></td></tr>
13677
-
13678
-
13679
- <tr><th class="line-num" id="L3138"><a href="#L3138">3138</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:195
13680
- </pre></td></tr>
13681
-
13682
-
13683
- <tr><th class="line-num" id="L3139"><a href="#L3139">3139</a></th><td class="line-code"><pre>msgid &quot;Nauru&quot;
13684
- </pre></td></tr>
13685
-
13686
-
13687
- <tr><th class="line-num" id="L3140"><a href="#L3140">3140</a></th><td class="line-code"><pre>msgstr &quot;Nauru&quot;
13688
- </pre></td></tr>
13689
-
13690
-
13691
- <tr><th class="line-num" id="L3141"><a href="#L3141">3141</a></th><td class="line-code"><pre>
13692
- </pre></td></tr>
13693
-
13694
-
13695
- <tr><th class="line-num" id="L3142"><a href="#L3142">3142</a></th><td class="line-code"><pre># @ tribe-events-calendar
13696
- </pre></td></tr>
13697
-
13698
-
13699
- <tr><th class="line-num" id="L3143"><a href="#L3143">3143</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:196
13700
- </pre></td></tr>
13701
-
13702
-
13703
- <tr><th class="line-num" id="L3144"><a href="#L3144">3144</a></th><td class="line-code"><pre>msgid &quot;Nepal&quot;
13704
- </pre></td></tr>
13705
-
13706
-
13707
- <tr><th class="line-num" id="L3145"><a href="#L3145">3145</a></th><td class="line-code"><pre>msgstr &quot;Nepal&quot;
13708
- </pre></td></tr>
13709
-
13710
-
13711
- <tr><th class="line-num" id="L3146"><a href="#L3146">3146</a></th><td class="line-code"><pre>
13712
- </pre></td></tr>
13713
-
13714
-
13715
- <tr><th class="line-num" id="L3147"><a href="#L3147">3147</a></th><td class="line-code"><pre># @ tribe-events-calendar
13716
- </pre></td></tr>
13717
-
13718
-
13719
- <tr><th class="line-num" id="L3148"><a href="#L3148">3148</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:197
13720
- </pre></td></tr>
13721
-
13722
-
13723
- <tr><th class="line-num" id="L3149"><a href="#L3149">3149</a></th><td class="line-code"><pre>msgid &quot;Netherlands&quot;
13724
- </pre></td></tr>
13725
-
13726
-
13727
- <tr><th class="line-num" id="L3150"><a href="#L3150">3150</a></th><td class="line-code"><pre>msgstr &quot;Holandija&quot;
13728
- </pre></td></tr>
13729
-
13730
-
13731
- <tr><th class="line-num" id="L3151"><a href="#L3151">3151</a></th><td class="line-code"><pre>
13732
- </pre></td></tr>
13733
-
13734
-
13735
- <tr><th class="line-num" id="L3152"><a href="#L3152">3152</a></th><td class="line-code"><pre># @ tribe-events-calendar
13736
- </pre></td></tr>
13737
-
13738
-
13739
- <tr><th class="line-num" id="L3153"><a href="#L3153">3153</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:198
13740
- </pre></td></tr>
13741
-
13742
-
13743
- <tr><th class="line-num" id="L3154"><a href="#L3154">3154</a></th><td class="line-code"><pre>msgid &quot;Netherlands Antilles&quot;
13744
- </pre></td></tr>
13745
-
13746
-
13747
- <tr><th class="line-num" id="L3155"><a href="#L3155">3155</a></th><td class="line-code"><pre>msgstr &quot;Holandski Antili&quot;
13748
- </pre></td></tr>
13749
-
13750
-
13751
- <tr><th class="line-num" id="L3156"><a href="#L3156">3156</a></th><td class="line-code"><pre>
13752
- </pre></td></tr>
13753
-
13754
-
13755
- <tr><th class="line-num" id="L3157"><a href="#L3157">3157</a></th><td class="line-code"><pre># @ tribe-events-calendar
13756
- </pre></td></tr>
13757
-
13758
-
13759
- <tr><th class="line-num" id="L3158"><a href="#L3158">3158</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:199
13760
- </pre></td></tr>
13761
-
13762
-
13763
- <tr><th class="line-num" id="L3159"><a href="#L3159">3159</a></th><td class="line-code"><pre>msgid &quot;New Caledonia&quot;
13764
- </pre></td></tr>
13765
-
13766
-
13767
- <tr><th class="line-num" id="L3160"><a href="#L3160">3160</a></th><td class="line-code"><pre>msgstr &quot;Nova Kaledonija&quot;
13768
- </pre></td></tr>
13769
-
13770
-
13771
- <tr><th class="line-num" id="L3161"><a href="#L3161">3161</a></th><td class="line-code"><pre>
13772
- </pre></td></tr>
13773
-
13774
-
13775
- <tr><th class="line-num" id="L3162"><a href="#L3162">3162</a></th><td class="line-code"><pre># @ tribe-events-calendar
13776
- </pre></td></tr>
13777
-
13778
-
13779
- <tr><th class="line-num" id="L3163"><a href="#L3163">3163</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:200
13780
- </pre></td></tr>
13781
-
13782
-
13783
- <tr><th class="line-num" id="L3164"><a href="#L3164">3164</a></th><td class="line-code"><pre>msgid &quot;New Zealand&quot;
13784
- </pre></td></tr>
13785
-
13786
-
13787
- <tr><th class="line-num" id="L3165"><a href="#L3165">3165</a></th><td class="line-code"><pre>msgstr &quot;Novi Zeland&quot;
13788
- </pre></td></tr>
13789
-
13790
-
13791
- <tr><th class="line-num" id="L3166"><a href="#L3166">3166</a></th><td class="line-code"><pre>
13792
- </pre></td></tr>
13793
-
13794
-
13795
- <tr><th class="line-num" id="L3167"><a href="#L3167">3167</a></th><td class="line-code"><pre># @ tribe-events-calendar
13796
- </pre></td></tr>
13797
-
13798
-
13799
- <tr><th class="line-num" id="L3168"><a href="#L3168">3168</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:201
13800
- </pre></td></tr>
13801
-
13802
-
13803
- <tr><th class="line-num" id="L3169"><a href="#L3169">3169</a></th><td class="line-code"><pre>msgid &quot;Nicaragua&quot;
13804
- </pre></td></tr>
13805
-
13806
-
13807
- <tr><th class="line-num" id="L3170"><a href="#L3170">3170</a></th><td class="line-code"><pre>msgstr &quot;Nikaragva&quot;
13808
- </pre></td></tr>
13809
-
13810
-
13811
- <tr><th class="line-num" id="L3171"><a href="#L3171">3171</a></th><td class="line-code"><pre>
13812
- </pre></td></tr>
13813
-
13814
-
13815
- <tr><th class="line-num" id="L3172"><a href="#L3172">3172</a></th><td class="line-code"><pre># @ tribe-events-calendar
13816
- </pre></td></tr>
13817
-
13818
-
13819
- <tr><th class="line-num" id="L3173"><a href="#L3173">3173</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:202
13820
- </pre></td></tr>
13821
-
13822
-
13823
- <tr><th class="line-num" id="L3174"><a href="#L3174">3174</a></th><td class="line-code"><pre>msgid &quot;Niger&quot;
13824
- </pre></td></tr>
13825
-
13826
-
13827
- <tr><th class="line-num" id="L3175"><a href="#L3175">3175</a></th><td class="line-code"><pre>msgstr &quot;Niger&quot;
13828
- </pre></td></tr>
13829
-
13830
-
13831
- <tr><th class="line-num" id="L3176"><a href="#L3176">3176</a></th><td class="line-code"><pre>
13832
- </pre></td></tr>
13833
-
13834
-
13835
- <tr><th class="line-num" id="L3177"><a href="#L3177">3177</a></th><td class="line-code"><pre># @ tribe-events-calendar
13836
- </pre></td></tr>
13837
-
13838
-
13839
- <tr><th class="line-num" id="L3178"><a href="#L3178">3178</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:203
13840
- </pre></td></tr>
13841
-
13842
-
13843
- <tr><th class="line-num" id="L3179"><a href="#L3179">3179</a></th><td class="line-code"><pre>msgid &quot;Nigeria&quot;
13844
- </pre></td></tr>
13845
-
13846
-
13847
- <tr><th class="line-num" id="L3180"><a href="#L3180">3180</a></th><td class="line-code"><pre>msgstr &quot;Nigerija&quot;
13848
- </pre></td></tr>
13849
-
13850
-
13851
- <tr><th class="line-num" id="L3181"><a href="#L3181">3181</a></th><td class="line-code"><pre>
13852
- </pre></td></tr>
13853
-
13854
-
13855
- <tr><th class="line-num" id="L3182"><a href="#L3182">3182</a></th><td class="line-code"><pre># @ tribe-events-calendar
13856
- </pre></td></tr>
13857
-
13858
-
13859
- <tr><th class="line-num" id="L3183"><a href="#L3183">3183</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:204
13860
- </pre></td></tr>
13861
-
13862
-
13863
- <tr><th class="line-num" id="L3184"><a href="#L3184">3184</a></th><td class="line-code"><pre>msgid &quot;Niue&quot;
13864
- </pre></td></tr>
13865
-
13866
-
13867
- <tr><th class="line-num" id="L3185"><a href="#L3185">3185</a></th><td class="line-code"><pre>msgstr &quot;Nijue&quot;
13868
- </pre></td></tr>
13869
-
13870
-
13871
- <tr><th class="line-num" id="L3186"><a href="#L3186">3186</a></th><td class="line-code"><pre>
13872
- </pre></td></tr>
13873
-
13874
-
13875
- <tr><th class="line-num" id="L3187"><a href="#L3187">3187</a></th><td class="line-code"><pre># @ tribe-events-calendar
13876
- </pre></td></tr>
13877
-
13878
-
13879
- <tr><th class="line-num" id="L3188"><a href="#L3188">3188</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:205
13880
- </pre></td></tr>
13881
-
13882
-
13883
- <tr><th class="line-num" id="L3189"><a href="#L3189">3189</a></th><td class="line-code"><pre>msgid &quot;Norfolk Island&quot;
13884
- </pre></td></tr>
13885
-
13886
-
13887
- <tr><th class="line-num" id="L3190"><a href="#L3190">3190</a></th><td class="line-code"><pre>msgstr &quot;Norfolk Ostrva&quot;
13888
- </pre></td></tr>
13889
-
13890
-
13891
- <tr><th class="line-num" id="L3191"><a href="#L3191">3191</a></th><td class="line-code"><pre>
13892
- </pre></td></tr>
13893
-
13894
-
13895
- <tr><th class="line-num" id="L3192"><a href="#L3192">3192</a></th><td class="line-code"><pre># @ tribe-events-calendar
13896
- </pre></td></tr>
13897
-
13898
-
13899
- <tr><th class="line-num" id="L3193"><a href="#L3193">3193</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:206
13900
- </pre></td></tr>
13901
-
13902
-
13903
- <tr><th class="line-num" id="L3194"><a href="#L3194">3194</a></th><td class="line-code"><pre>msgid &quot;Northern Mariana Islands&quot;
13904
- </pre></td></tr>
13905
-
13906
-
13907
- <tr><th class="line-num" id="L3195"><a href="#L3195">3195</a></th><td class="line-code"><pre>msgstr &quot;Sjeverna Marijanska Ostrva&quot;
13908
- </pre></td></tr>
13909
-
13910
-
13911
- <tr><th class="line-num" id="L3196"><a href="#L3196">3196</a></th><td class="line-code"><pre>
13912
- </pre></td></tr>
13913
-
13914
-
13915
- <tr><th class="line-num" id="L3197"><a href="#L3197">3197</a></th><td class="line-code"><pre># @ tribe-events-calendar
13916
- </pre></td></tr>
13917
-
13918
-
13919
- <tr><th class="line-num" id="L3198"><a href="#L3198">3198</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:207
13920
- </pre></td></tr>
13921
-
13922
-
13923
- <tr><th class="line-num" id="L3199"><a href="#L3199">3199</a></th><td class="line-code"><pre>msgid &quot;Norway&quot;
13924
- </pre></td></tr>
13925
-
13926
-
13927
- <tr><th class="line-num" id="L3200"><a href="#L3200">3200</a></th><td class="line-code"><pre>msgstr &quot;Norveška&quot;
13928
- </pre></td></tr>
13929
-
13930
-
13931
- <tr><th class="line-num" id="L3201"><a href="#L3201">3201</a></th><td class="line-code"><pre>
13932
- </pre></td></tr>
13933
-
13934
-
13935
- <tr><th class="line-num" id="L3202"><a href="#L3202">3202</a></th><td class="line-code"><pre># @ tribe-events-calendar
13936
- </pre></td></tr>
13937
-
13938
-
13939
- <tr><th class="line-num" id="L3203"><a href="#L3203">3203</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:208
13940
- </pre></td></tr>
13941
-
13942
-
13943
- <tr><th class="line-num" id="L3204"><a href="#L3204">3204</a></th><td class="line-code"><pre>msgid &quot;Oman&quot;
13944
- </pre></td></tr>
13945
-
13946
-
13947
- <tr><th class="line-num" id="L3205"><a href="#L3205">3205</a></th><td class="line-code"><pre>msgstr &quot;Oman&quot;
13948
- </pre></td></tr>
13949
-
13950
-
13951
- <tr><th class="line-num" id="L3206"><a href="#L3206">3206</a></th><td class="line-code"><pre>
13952
- </pre></td></tr>
13953
-
13954
-
13955
- <tr><th class="line-num" id="L3207"><a href="#L3207">3207</a></th><td class="line-code"><pre># @ tribe-events-calendar
13956
- </pre></td></tr>
13957
-
13958
-
13959
- <tr><th class="line-num" id="L3208"><a href="#L3208">3208</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:209
13960
- </pre></td></tr>
13961
-
13962
-
13963
- <tr><th class="line-num" id="L3209"><a href="#L3209">3209</a></th><td class="line-code"><pre>msgid &quot;Pakistan&quot;
13964
- </pre></td></tr>
13965
-
13966
-
13967
- <tr><th class="line-num" id="L3210"><a href="#L3210">3210</a></th><td class="line-code"><pre>msgstr &quot;Pakistan&quot;
13968
- </pre></td></tr>
13969
-
13970
-
13971
- <tr><th class="line-num" id="L3211"><a href="#L3211">3211</a></th><td class="line-code"><pre>
13972
- </pre></td></tr>
13973
-
13974
-
13975
- <tr><th class="line-num" id="L3212"><a href="#L3212">3212</a></th><td class="line-code"><pre># @ tribe-events-calendar
13976
- </pre></td></tr>
13977
-
13978
-
13979
- <tr><th class="line-num" id="L3213"><a href="#L3213">3213</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:210
13980
- </pre></td></tr>
13981
-
13982
-
13983
- <tr><th class="line-num" id="L3214"><a href="#L3214">3214</a></th><td class="line-code"><pre>msgid &quot;Palau&quot;
13984
- </pre></td></tr>
13985
-
13986
-
13987
- <tr><th class="line-num" id="L3215"><a href="#L3215">3215</a></th><td class="line-code"><pre>msgstr &quot;Palau&quot;
13988
- </pre></td></tr>
13989
-
13990
-
13991
- <tr><th class="line-num" id="L3216"><a href="#L3216">3216</a></th><td class="line-code"><pre>
13992
- </pre></td></tr>
13993
-
13994
-
13995
- <tr><th class="line-num" id="L3217"><a href="#L3217">3217</a></th><td class="line-code"><pre># @ tribe-events-calendar
13996
- </pre></td></tr>
13997
-
13998
-
13999
- <tr><th class="line-num" id="L3218"><a href="#L3218">3218</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:211
14000
- </pre></td></tr>
14001
-
14002
-
14003
- <tr><th class="line-num" id="L3219"><a href="#L3219">3219</a></th><td class="line-code"><pre>msgid &quot;Panama&quot;
14004
- </pre></td></tr>
14005
-
14006
-
14007
- <tr><th class="line-num" id="L3220"><a href="#L3220">3220</a></th><td class="line-code"><pre>msgstr &quot;Panama&quot;
14008
- </pre></td></tr>
14009
-
14010
-
14011
- <tr><th class="line-num" id="L3221"><a href="#L3221">3221</a></th><td class="line-code"><pre>
14012
- </pre></td></tr>
14013
-
14014
-
14015
- <tr><th class="line-num" id="L3222"><a href="#L3222">3222</a></th><td class="line-code"><pre># @ tribe-events-calendar
14016
- </pre></td></tr>
14017
-
14018
-
14019
- <tr><th class="line-num" id="L3223"><a href="#L3223">3223</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:212
14020
- </pre></td></tr>
14021
-
14022
-
14023
- <tr><th class="line-num" id="L3224"><a href="#L3224">3224</a></th><td class="line-code"><pre>msgid &quot;Papua New Guinea&quot;
14024
- </pre></td></tr>
14025
-
14026
-
14027
- <tr><th class="line-num" id="L3225"><a href="#L3225">3225</a></th><td class="line-code"><pre>msgstr &quot;Papua Nova Gvineja&quot;
14028
- </pre></td></tr>
14029
-
14030
-
14031
- <tr><th class="line-num" id="L3226"><a href="#L3226">3226</a></th><td class="line-code"><pre>
14032
- </pre></td></tr>
14033
-
14034
-
14035
- <tr><th class="line-num" id="L3227"><a href="#L3227">3227</a></th><td class="line-code"><pre># @ tribe-events-calendar
14036
- </pre></td></tr>
14037
-
14038
-
14039
- <tr><th class="line-num" id="L3228"><a href="#L3228">3228</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:213
14040
- </pre></td></tr>
14041
-
14042
-
14043
- <tr><th class="line-num" id="L3229"><a href="#L3229">3229</a></th><td class="line-code"><pre>msgid &quot;Paraguay&quot;
14044
- </pre></td></tr>
14045
-
14046
-
14047
- <tr><th class="line-num" id="L3230"><a href="#L3230">3230</a></th><td class="line-code"><pre>msgstr &quot;Paragvaj&quot;
14048
- </pre></td></tr>
14049
-
14050
-
14051
- <tr><th class="line-num" id="L3231"><a href="#L3231">3231</a></th><td class="line-code"><pre>
14052
- </pre></td></tr>
14053
-
14054
-
14055
- <tr><th class="line-num" id="L3232"><a href="#L3232">3232</a></th><td class="line-code"><pre># @ tribe-events-calendar
14056
- </pre></td></tr>
14057
-
14058
-
14059
- <tr><th class="line-num" id="L3233"><a href="#L3233">3233</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:214
14060
- </pre></td></tr>
14061
-
14062
-
14063
- <tr><th class="line-num" id="L3234"><a href="#L3234">3234</a></th><td class="line-code"><pre>msgid &quot;Peru&quot;
14064
- </pre></td></tr>
14065
-
14066
-
14067
- <tr><th class="line-num" id="L3235"><a href="#L3235">3235</a></th><td class="line-code"><pre>msgstr &quot;Peru&quot;
14068
- </pre></td></tr>
14069
-
14070
-
14071
- <tr><th class="line-num" id="L3236"><a href="#L3236">3236</a></th><td class="line-code"><pre>
14072
- </pre></td></tr>
14073
-
14074
-
14075
- <tr><th class="line-num" id="L3237"><a href="#L3237">3237</a></th><td class="line-code"><pre># @ tribe-events-calendar
14076
- </pre></td></tr>
14077
-
14078
-
14079
- <tr><th class="line-num" id="L3238"><a href="#L3238">3238</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:215
14080
- </pre></td></tr>
14081
-
14082
-
14083
- <tr><th class="line-num" id="L3239"><a href="#L3239">3239</a></th><td class="line-code"><pre>msgid &quot;Philippines&quot;
14084
- </pre></td></tr>
14085
-
14086
-
14087
- <tr><th class="line-num" id="L3240"><a href="#L3240">3240</a></th><td class="line-code"><pre>msgstr &quot;Filipini&quot;
14088
- </pre></td></tr>
14089
-
14090
-
14091
- <tr><th class="line-num" id="L3241"><a href="#L3241">3241</a></th><td class="line-code"><pre>
14092
- </pre></td></tr>
14093
-
14094
-
14095
- <tr><th class="line-num" id="L3242"><a href="#L3242">3242</a></th><td class="line-code"><pre># @ tribe-events-calendar
14096
- </pre></td></tr>
14097
-
14098
-
14099
- <tr><th class="line-num" id="L3243"><a href="#L3243">3243</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:216
14100
- </pre></td></tr>
14101
-
14102
-
14103
- <tr><th class="line-num" id="L3244"><a href="#L3244">3244</a></th><td class="line-code"><pre>msgid &quot;Pitcairn&quot;
14104
- </pre></td></tr>
14105
-
14106
-
14107
- <tr><th class="line-num" id="L3245"><a href="#L3245">3245</a></th><td class="line-code"><pre>msgstr &quot;Ostrva Pitkern&quot;
14108
- </pre></td></tr>
14109
-
14110
-
14111
- <tr><th class="line-num" id="L3246"><a href="#L3246">3246</a></th><td class="line-code"><pre>
14112
- </pre></td></tr>
14113
-
14114
-
14115
- <tr><th class="line-num" id="L3247"><a href="#L3247">3247</a></th><td class="line-code"><pre># @ tribe-events-calendar
14116
- </pre></td></tr>
14117
-
14118
-
14119
- <tr><th class="line-num" id="L3248"><a href="#L3248">3248</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:217
14120
- </pre></td></tr>
14121
-
14122
-
14123
- <tr><th class="line-num" id="L3249"><a href="#L3249">3249</a></th><td class="line-code"><pre>msgid &quot;Poland&quot;
14124
- </pre></td></tr>
14125
-
14126
-
14127
- <tr><th class="line-num" id="L3250"><a href="#L3250">3250</a></th><td class="line-code"><pre>msgstr &quot;Poljska&quot;
14128
- </pre></td></tr>
14129
-
14130
-
14131
- <tr><th class="line-num" id="L3251"><a href="#L3251">3251</a></th><td class="line-code"><pre>
14132
- </pre></td></tr>
14133
-
14134
-
14135
- <tr><th class="line-num" id="L3252"><a href="#L3252">3252</a></th><td class="line-code"><pre># @ tribe-events-calendar
14136
- </pre></td></tr>
14137
-
14138
-
14139
- <tr><th class="line-num" id="L3253"><a href="#L3253">3253</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:218
14140
- </pre></td></tr>
14141
-
14142
-
14143
- <tr><th class="line-num" id="L3254"><a href="#L3254">3254</a></th><td class="line-code"><pre>msgid &quot;Portugal&quot;
14144
- </pre></td></tr>
14145
-
14146
-
14147
- <tr><th class="line-num" id="L3255"><a href="#L3255">3255</a></th><td class="line-code"><pre>msgstr &quot;Portugal&quot;
14148
- </pre></td></tr>
14149
-
14150
-
14151
- <tr><th class="line-num" id="L3256"><a href="#L3256">3256</a></th><td class="line-code"><pre>
14152
- </pre></td></tr>
14153
-
14154
-
14155
- <tr><th class="line-num" id="L3257"><a href="#L3257">3257</a></th><td class="line-code"><pre># @ tribe-events-calendar
14156
- </pre></td></tr>
14157
-
14158
-
14159
- <tr><th class="line-num" id="L3258"><a href="#L3258">3258</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:219
14160
- </pre></td></tr>
14161
-
14162
-
14163
- <tr><th class="line-num" id="L3259"><a href="#L3259">3259</a></th><td class="line-code"><pre>msgid &quot;Puerto Rico&quot;
14164
- </pre></td></tr>
14165
-
14166
-
14167
- <tr><th class="line-num" id="L3260"><a href="#L3260">3260</a></th><td class="line-code"><pre>msgstr &quot;Portoriko&quot;
14168
- </pre></td></tr>
14169
-
14170
-
14171
- <tr><th class="line-num" id="L3261"><a href="#L3261">3261</a></th><td class="line-code"><pre>
14172
- </pre></td></tr>
14173
-
14174
-
14175
- <tr><th class="line-num" id="L3262"><a href="#L3262">3262</a></th><td class="line-code"><pre># @ tribe-events-calendar
14176
- </pre></td></tr>
14177
-
14178
-
14179
- <tr><th class="line-num" id="L3263"><a href="#L3263">3263</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:220
14180
- </pre></td></tr>
14181
-
14182
-
14183
- <tr><th class="line-num" id="L3264"><a href="#L3264">3264</a></th><td class="line-code"><pre>msgid &quot;Qatar&quot;
14184
- </pre></td></tr>
14185
-
14186
-
14187
- <tr><th class="line-num" id="L3265"><a href="#L3265">3265</a></th><td class="line-code"><pre>msgstr &quot;Katar&quot;
14188
- </pre></td></tr>
14189
-
14190
-
14191
- <tr><th class="line-num" id="L3266"><a href="#L3266">3266</a></th><td class="line-code"><pre>
14192
- </pre></td></tr>
14193
-
14194
-
14195
- <tr><th class="line-num" id="L3267"><a href="#L3267">3267</a></th><td class="line-code"><pre># @ tribe-events-calendar
14196
- </pre></td></tr>
14197
-
14198
-
14199
- <tr><th class="line-num" id="L3268"><a href="#L3268">3268</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:221
14200
- </pre></td></tr>
14201
-
14202
-
14203
- <tr><th class="line-num" id="L3269"><a href="#L3269">3269</a></th><td class="line-code"><pre>msgid &quot;Reunion&quot;
14204
- </pre></td></tr>
14205
-
14206
-
14207
- <tr><th class="line-num" id="L3270"><a href="#L3270">3270</a></th><td class="line-code"><pre>msgstr &quot;Reunion&quot;
14208
- </pre></td></tr>
14209
-
14210
-
14211
- <tr><th class="line-num" id="L3271"><a href="#L3271">3271</a></th><td class="line-code"><pre>
14212
- </pre></td></tr>
14213
-
14214
-
14215
- <tr><th class="line-num" id="L3272"><a href="#L3272">3272</a></th><td class="line-code"><pre># @ tribe-events-calendar
14216
- </pre></td></tr>
14217
-
14218
-
14219
- <tr><th class="line-num" id="L3273"><a href="#L3273">3273</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:222
14220
- </pre></td></tr>
14221
-
14222
-
14223
- <tr><th class="line-num" id="L3274"><a href="#L3274">3274</a></th><td class="line-code"><pre>msgid &quot;Romania&quot;
14224
- </pre></td></tr>
14225
-
14226
-
14227
- <tr><th class="line-num" id="L3275"><a href="#L3275">3275</a></th><td class="line-code"><pre>msgstr &quot;Rumunija&quot;
14228
- </pre></td></tr>
14229
-
14230
-
14231
- <tr><th class="line-num" id="L3276"><a href="#L3276">3276</a></th><td class="line-code"><pre>
14232
- </pre></td></tr>
14233
-
14234
-
14235
- <tr><th class="line-num" id="L3277"><a href="#L3277">3277</a></th><td class="line-code"><pre># @ tribe-events-calendar
14236
- </pre></td></tr>
14237
-
14238
-
14239
- <tr><th class="line-num" id="L3278"><a href="#L3278">3278</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:223
14240
- </pre></td></tr>
14241
-
14242
-
14243
- <tr><th class="line-num" id="L3279"><a href="#L3279">3279</a></th><td class="line-code"><pre>msgid &quot;Russian Federation&quot;
14244
- </pre></td></tr>
14245
-
14246
-
14247
- <tr><th class="line-num" id="L3280"><a href="#L3280">3280</a></th><td class="line-code"><pre>msgstr &quot;Rusija&quot;
14248
- </pre></td></tr>
14249
-
14250
-
14251
- <tr><th class="line-num" id="L3281"><a href="#L3281">3281</a></th><td class="line-code"><pre>
14252
- </pre></td></tr>
14253
-
14254
-
14255
- <tr><th class="line-num" id="L3282"><a href="#L3282">3282</a></th><td class="line-code"><pre># @ tribe-events-calendar
14256
- </pre></td></tr>
14257
-
14258
-
14259
- <tr><th class="line-num" id="L3283"><a href="#L3283">3283</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:224
14260
- </pre></td></tr>
14261
-
14262
-
14263
- <tr><th class="line-num" id="L3284"><a href="#L3284">3284</a></th><td class="line-code"><pre>msgid &quot;Rwanda&quot;
14264
- </pre></td></tr>
14265
-
14266
-
14267
- <tr><th class="line-num" id="L3285"><a href="#L3285">3285</a></th><td class="line-code"><pre>msgstr &quot;Ruanda&quot;
14268
- </pre></td></tr>
14269
-
14270
-
14271
- <tr><th class="line-num" id="L3286"><a href="#L3286">3286</a></th><td class="line-code"><pre>
14272
- </pre></td></tr>
14273
-
14274
-
14275
- <tr><th class="line-num" id="L3287"><a href="#L3287">3287</a></th><td class="line-code"><pre># @ tribe-events-calendar
14276
- </pre></td></tr>
14277
-
14278
-
14279
- <tr><th class="line-num" id="L3288"><a href="#L3288">3288</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:225
14280
- </pre></td></tr>
14281
-
14282
-
14283
- <tr><th class="line-num" id="L3289"><a href="#L3289">3289</a></th><td class="line-code"><pre>msgid &quot;Saint Kitts And Nevis&quot;
14284
- </pre></td></tr>
14285
-
14286
-
14287
- <tr><th class="line-num" id="L3290"><a href="#L3290">3290</a></th><td class="line-code"><pre>msgstr &quot;Sveti Kristofer i Nevis&quot;
14288
- </pre></td></tr>
14289
-
14290
-
14291
- <tr><th class="line-num" id="L3291"><a href="#L3291">3291</a></th><td class="line-code"><pre>
14292
- </pre></td></tr>
14293
-
14294
-
14295
- <tr><th class="line-num" id="L3292"><a href="#L3292">3292</a></th><td class="line-code"><pre># @ tribe-events-calendar
14296
- </pre></td></tr>
14297
-
14298
-
14299
- <tr><th class="line-num" id="L3293"><a href="#L3293">3293</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:226
14300
- </pre></td></tr>
14301
-
14302
-
14303
- <tr><th class="line-num" id="L3294"><a href="#L3294">3294</a></th><td class="line-code"><pre>msgid &quot;Saint Lucia&quot;
14304
- </pre></td></tr>
14305
-
14306
-
14307
- <tr><th class="line-num" id="L3295"><a href="#L3295">3295</a></th><td class="line-code"><pre>msgstr &quot;Sveta Lucija&quot;
14308
- </pre></td></tr>
14309
-
14310
-
14311
- <tr><th class="line-num" id="L3296"><a href="#L3296">3296</a></th><td class="line-code"><pre>
14312
- </pre></td></tr>
14313
-
14314
-
14315
- <tr><th class="line-num" id="L3297"><a href="#L3297">3297</a></th><td class="line-code"><pre># @ tribe-events-calendar
14316
- </pre></td></tr>
14317
-
14318
-
14319
- <tr><th class="line-num" id="L3298"><a href="#L3298">3298</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:227
14320
- </pre></td></tr>
14321
-
14322
-
14323
- <tr><th class="line-num" id="L3299"><a href="#L3299">3299</a></th><td class="line-code"><pre>msgid &quot;Saint Vincent And The Grenadines&quot;
14324
- </pre></td></tr>
14325
-
14326
-
14327
- <tr><th class="line-num" id="L3300"><a href="#L3300">3300</a></th><td class="line-code"><pre>msgstr &quot;Sveti Vinsent i Grenadini&quot;
14328
- </pre></td></tr>
14329
-
14330
-
14331
- <tr><th class="line-num" id="L3301"><a href="#L3301">3301</a></th><td class="line-code"><pre>
14332
- </pre></td></tr>
14333
-
14334
-
14335
- <tr><th class="line-num" id="L3302"><a href="#L3302">3302</a></th><td class="line-code"><pre># @ tribe-events-calendar
14336
- </pre></td></tr>
14337
-
14338
-
14339
- <tr><th class="line-num" id="L3303"><a href="#L3303">3303</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:228
14340
- </pre></td></tr>
14341
-
14342
-
14343
- <tr><th class="line-num" id="L3304"><a href="#L3304">3304</a></th><td class="line-code"><pre>msgid &quot;Samoa&quot;
14344
- </pre></td></tr>
14345
-
14346
-
14347
- <tr><th class="line-num" id="L3305"><a href="#L3305">3305</a></th><td class="line-code"><pre>msgstr &quot;Samoa&quot;
14348
- </pre></td></tr>
14349
-
14350
-
14351
- <tr><th class="line-num" id="L3306"><a href="#L3306">3306</a></th><td class="line-code"><pre>
14352
- </pre></td></tr>
14353
-
14354
-
14355
- <tr><th class="line-num" id="L3307"><a href="#L3307">3307</a></th><td class="line-code"><pre># @ tribe-events-calendar
14356
- </pre></td></tr>
14357
-
14358
-
14359
- <tr><th class="line-num" id="L3308"><a href="#L3308">3308</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:229
14360
- </pre></td></tr>
14361
-
14362
-
14363
- <tr><th class="line-num" id="L3309"><a href="#L3309">3309</a></th><td class="line-code"><pre>msgid &quot;San Marino&quot;
14364
- </pre></td></tr>
14365
-
14366
-
14367
- <tr><th class="line-num" id="L3310"><a href="#L3310">3310</a></th><td class="line-code"><pre>msgstr &quot;San Marino&quot;
14368
- </pre></td></tr>
14369
-
14370
-
14371
- <tr><th class="line-num" id="L3311"><a href="#L3311">3311</a></th><td class="line-code"><pre>
14372
- </pre></td></tr>
14373
-
14374
-
14375
- <tr><th class="line-num" id="L3312"><a href="#L3312">3312</a></th><td class="line-code"><pre># @ tribe-events-calendar
14376
- </pre></td></tr>
14377
-
14378
-
14379
- <tr><th class="line-num" id="L3313"><a href="#L3313">3313</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:230
14380
- </pre></td></tr>
14381
-
14382
-
14383
- <tr><th class="line-num" id="L3314"><a href="#L3314">3314</a></th><td class="line-code"><pre>msgid &quot;Sao Tome And Principe&quot;
14384
- </pre></td></tr>
14385
-
14386
-
14387
- <tr><th class="line-num" id="L3315"><a href="#L3315">3315</a></th><td class="line-code"><pre>msgstr &quot;Sao Tome And Prinsipe&quot;
14388
- </pre></td></tr>
14389
-
14390
-
14391
- <tr><th class="line-num" id="L3316"><a href="#L3316">3316</a></th><td class="line-code"><pre>
14392
- </pre></td></tr>
14393
-
14394
-
14395
- <tr><th class="line-num" id="L3317"><a href="#L3317">3317</a></th><td class="line-code"><pre># @ tribe-events-calendar
14396
- </pre></td></tr>
14397
-
14398
-
14399
- <tr><th class="line-num" id="L3318"><a href="#L3318">3318</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:231
14400
- </pre></td></tr>
14401
-
14402
-
14403
- <tr><th class="line-num" id="L3319"><a href="#L3319">3319</a></th><td class="line-code"><pre>msgid &quot;Saudi Arabia&quot;
14404
- </pre></td></tr>
14405
-
14406
-
14407
- <tr><th class="line-num" id="L3320"><a href="#L3320">3320</a></th><td class="line-code"><pre>msgstr &quot;Saudiska Arabija&quot;
14408
- </pre></td></tr>
14409
-
14410
-
14411
- <tr><th class="line-num" id="L3321"><a href="#L3321">3321</a></th><td class="line-code"><pre>
14412
- </pre></td></tr>
14413
-
14414
-
14415
- <tr><th class="line-num" id="L3322"><a href="#L3322">3322</a></th><td class="line-code"><pre># @ tribe-events-calendar
14416
- </pre></td></tr>
14417
-
14418
-
14419
- <tr><th class="line-num" id="L3323"><a href="#L3323">3323</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:232
14420
- </pre></td></tr>
14421
-
14422
-
14423
- <tr><th class="line-num" id="L3324"><a href="#L3324">3324</a></th><td class="line-code"><pre>msgid &quot;Senegal&quot;
14424
- </pre></td></tr>
14425
-
14426
-
14427
- <tr><th class="line-num" id="L3325"><a href="#L3325">3325</a></th><td class="line-code"><pre>msgstr &quot;Senegal&quot;
14428
- </pre></td></tr>
14429
-
14430
-
14431
- <tr><th class="line-num" id="L3326"><a href="#L3326">3326</a></th><td class="line-code"><pre>
14432
- </pre></td></tr>
14433
-
14434
-
14435
- <tr><th class="line-num" id="L3327"><a href="#L3327">3327</a></th><td class="line-code"><pre># @ tribe-events-calendar
14436
- </pre></td></tr>
14437
-
14438
-
14439
- <tr><th class="line-num" id="L3328"><a href="#L3328">3328</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:233
14440
- </pre></td></tr>
14441
-
14442
-
14443
- <tr><th class="line-num" id="L3329"><a href="#L3329">3329</a></th><td class="line-code"><pre>msgid &quot;Serbia&quot;
14444
- </pre></td></tr>
14445
-
14446
-
14447
- <tr><th class="line-num" id="L3330"><a href="#L3330">3330</a></th><td class="line-code"><pre>msgstr &quot;Srbija&quot;
14448
- </pre></td></tr>
14449
-
14450
-
14451
- <tr><th class="line-num" id="L3331"><a href="#L3331">3331</a></th><td class="line-code"><pre>
14452
- </pre></td></tr>
14453
-
14454
-
14455
- <tr><th class="line-num" id="L3332"><a href="#L3332">3332</a></th><td class="line-code"><pre># @ tribe-events-calendar
14456
- </pre></td></tr>
14457
-
14458
-
14459
- <tr><th class="line-num" id="L3333"><a href="#L3333">3333</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:234
14460
- </pre></td></tr>
14461
-
14462
-
14463
- <tr><th class="line-num" id="L3334"><a href="#L3334">3334</a></th><td class="line-code"><pre>msgid &quot;Seychelles&quot;
14464
- </pre></td></tr>
14465
-
14466
-
14467
- <tr><th class="line-num" id="L3335"><a href="#L3335">3335</a></th><td class="line-code"><pre>msgstr &quot;Sejšeli&quot;
14468
- </pre></td></tr>
14469
-
14470
-
14471
- <tr><th class="line-num" id="L3336"><a href="#L3336">3336</a></th><td class="line-code"><pre>
14472
- </pre></td></tr>
14473
-
14474
-
14475
- <tr><th class="line-num" id="L3337"><a href="#L3337">3337</a></th><td class="line-code"><pre># @ tribe-events-calendar
14476
- </pre></td></tr>
14477
-
14478
-
14479
- <tr><th class="line-num" id="L3338"><a href="#L3338">3338</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:235
14480
- </pre></td></tr>
14481
-
14482
-
14483
- <tr><th class="line-num" id="L3339"><a href="#L3339">3339</a></th><td class="line-code"><pre>msgid &quot;Sierra Leone&quot;
14484
- </pre></td></tr>
14485
-
14486
-
14487
- <tr><th class="line-num" id="L3340"><a href="#L3340">3340</a></th><td class="line-code"><pre>msgstr &quot;Sijera Leone&quot;
14488
- </pre></td></tr>
14489
-
14490
-
14491
- <tr><th class="line-num" id="L3341"><a href="#L3341">3341</a></th><td class="line-code"><pre>
14492
- </pre></td></tr>
14493
-
14494
-
14495
- <tr><th class="line-num" id="L3342"><a href="#L3342">3342</a></th><td class="line-code"><pre># @ tribe-events-calendar
14496
- </pre></td></tr>
14497
-
14498
-
14499
- <tr><th class="line-num" id="L3343"><a href="#L3343">3343</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:236
14500
- </pre></td></tr>
14501
-
14502
-
14503
- <tr><th class="line-num" id="L3344"><a href="#L3344">3344</a></th><td class="line-code"><pre>msgid &quot;Singapore&quot;
14504
- </pre></td></tr>
14505
-
14506
-
14507
- <tr><th class="line-num" id="L3345"><a href="#L3345">3345</a></th><td class="line-code"><pre>msgstr &quot;Singapur&quot;
14508
- </pre></td></tr>
14509
-
14510
-
14511
- <tr><th class="line-num" id="L3346"><a href="#L3346">3346</a></th><td class="line-code"><pre>
14512
- </pre></td></tr>
14513
-
14514
-
14515
- <tr><th class="line-num" id="L3347"><a href="#L3347">3347</a></th><td class="line-code"><pre># @ tribe-events-calendar
14516
- </pre></td></tr>
14517
-
14518
-
14519
- <tr><th class="line-num" id="L3348"><a href="#L3348">3348</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:237
14520
- </pre></td></tr>
14521
-
14522
-
14523
- <tr><th class="line-num" id="L3349"><a href="#L3349">3349</a></th><td class="line-code"><pre>msgid &quot;Slovakia (Slovak Republic)&quot;
14524
- </pre></td></tr>
14525
-
14526
-
14527
- <tr><th class="line-num" id="L3350"><a href="#L3350">3350</a></th><td class="line-code"><pre>msgstr &quot;Slovačka&quot;
14528
- </pre></td></tr>
14529
-
14530
-
14531
- <tr><th class="line-num" id="L3351"><a href="#L3351">3351</a></th><td class="line-code"><pre>
14532
- </pre></td></tr>
14533
-
14534
-
14535
- <tr><th class="line-num" id="L3352"><a href="#L3352">3352</a></th><td class="line-code"><pre># @ tribe-events-calendar
14536
- </pre></td></tr>
14537
-
14538
-
14539
- <tr><th class="line-num" id="L3353"><a href="#L3353">3353</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:238
14540
- </pre></td></tr>
14541
-
14542
-
14543
- <tr><th class="line-num" id="L3354"><a href="#L3354">3354</a></th><td class="line-code"><pre>msgid &quot;Slovenia&quot;
14544
- </pre></td></tr>
14545
-
14546
-
14547
- <tr><th class="line-num" id="L3355"><a href="#L3355">3355</a></th><td class="line-code"><pre>msgstr &quot;Slovenija&quot;
14548
- </pre></td></tr>
14549
-
14550
-
14551
- <tr><th class="line-num" id="L3356"><a href="#L3356">3356</a></th><td class="line-code"><pre>
14552
- </pre></td></tr>
14553
-
14554
-
14555
- <tr><th class="line-num" id="L3357"><a href="#L3357">3357</a></th><td class="line-code"><pre># @ tribe-events-calendar
14556
- </pre></td></tr>
14557
-
14558
-
14559
- <tr><th class="line-num" id="L3358"><a href="#L3358">3358</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:239
14560
- </pre></td></tr>
14561
-
14562
-
14563
- <tr><th class="line-num" id="L3359"><a href="#L3359">3359</a></th><td class="line-code"><pre>msgid &quot;Solomon Islands&quot;
14564
- </pre></td></tr>
14565
-
14566
-
14567
- <tr><th class="line-num" id="L3360"><a href="#L3360">3360</a></th><td class="line-code"><pre>msgstr &quot;Solomonska Ostrva&quot;
14568
- </pre></td></tr>
14569
-
14570
-
14571
- <tr><th class="line-num" id="L3361"><a href="#L3361">3361</a></th><td class="line-code"><pre>
14572
- </pre></td></tr>
14573
-
14574
-
14575
- <tr><th class="line-num" id="L3362"><a href="#L3362">3362</a></th><td class="line-code"><pre># @ tribe-events-calendar
14576
- </pre></td></tr>
14577
-
14578
-
14579
- <tr><th class="line-num" id="L3363"><a href="#L3363">3363</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:240
14580
- </pre></td></tr>
14581
-
14582
-
14583
- <tr><th class="line-num" id="L3364"><a href="#L3364">3364</a></th><td class="line-code"><pre>msgid &quot;Somalia&quot;
14584
- </pre></td></tr>
14585
-
14586
-
14587
- <tr><th class="line-num" id="L3365"><a href="#L3365">3365</a></th><td class="line-code"><pre>msgstr &quot;Somalija&quot;
14588
- </pre></td></tr>
14589
-
14590
-
14591
- <tr><th class="line-num" id="L3366"><a href="#L3366">3366</a></th><td class="line-code"><pre>
14592
- </pre></td></tr>
14593
-
14594
-
14595
- <tr><th class="line-num" id="L3367"><a href="#L3367">3367</a></th><td class="line-code"><pre># @ tribe-events-calendar
14596
- </pre></td></tr>
14597
-
14598
-
14599
- <tr><th class="line-num" id="L3368"><a href="#L3368">3368</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:241
14600
- </pre></td></tr>
14601
-
14602
-
14603
- <tr><th class="line-num" id="L3369"><a href="#L3369">3369</a></th><td class="line-code"><pre>msgid &quot;South Africa&quot;
14604
- </pre></td></tr>
14605
-
14606
-
14607
- <tr><th class="line-num" id="L3370"><a href="#L3370">3370</a></th><td class="line-code"><pre>msgstr &quot;Južna Afrika&quot;
14608
- </pre></td></tr>
14609
-
14610
-
14611
- <tr><th class="line-num" id="L3371"><a href="#L3371">3371</a></th><td class="line-code"><pre>
14612
- </pre></td></tr>
14613
-
14614
-
14615
- <tr><th class="line-num" id="L3372"><a href="#L3372">3372</a></th><td class="line-code"><pre># @ tribe-events-calendar
14616
- </pre></td></tr>
14617
-
14618
-
14619
- <tr><th class="line-num" id="L3373"><a href="#L3373">3373</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:242
14620
- </pre></td></tr>
14621
-
14622
-
14623
- <tr><th class="line-num" id="L3374"><a href="#L3374">3374</a></th><td class="line-code"><pre>msgid &quot;South Georgia, South Sandwich Islands&quot;
14624
- </pre></td></tr>
14625
-
14626
-
14627
- <tr><th class="line-num" id="L3375"><a href="#L3375">3375</a></th><td class="line-code"><pre>msgstr &quot;Južna Džordžija&quot;
14628
- </pre></td></tr>
14629
-
14630
-
14631
- <tr><th class="line-num" id="L3376"><a href="#L3376">3376</a></th><td class="line-code"><pre>
14632
- </pre></td></tr>
14633
-
14634
-
14635
- <tr><th class="line-num" id="L3377"><a href="#L3377">3377</a></th><td class="line-code"><pre># @ tribe-events-calendar
14636
- </pre></td></tr>
14637
-
14638
-
14639
- <tr><th class="line-num" id="L3378"><a href="#L3378">3378</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:243
14640
- </pre></td></tr>
14641
-
14642
-
14643
- <tr><th class="line-num" id="L3379"><a href="#L3379">3379</a></th><td class="line-code"><pre>msgid &quot;Spain&quot;
14644
- </pre></td></tr>
14645
-
14646
-
14647
- <tr><th class="line-num" id="L3380"><a href="#L3380">3380</a></th><td class="line-code"><pre>msgstr &quot;Španija&quot;
14648
- </pre></td></tr>
14649
-
14650
-
14651
- <tr><th class="line-num" id="L3381"><a href="#L3381">3381</a></th><td class="line-code"><pre>
14652
- </pre></td></tr>
14653
-
14654
-
14655
- <tr><th class="line-num" id="L3382"><a href="#L3382">3382</a></th><td class="line-code"><pre># @ tribe-events-calendar
14656
- </pre></td></tr>
14657
-
14658
-
14659
- <tr><th class="line-num" id="L3383"><a href="#L3383">3383</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:244
14660
- </pre></td></tr>
14661
-
14662
-
14663
- <tr><th class="line-num" id="L3384"><a href="#L3384">3384</a></th><td class="line-code"><pre>msgid &quot;Sri Lanka&quot;
14664
- </pre></td></tr>
14665
-
14666
-
14667
- <tr><th class="line-num" id="L3385"><a href="#L3385">3385</a></th><td class="line-code"><pre>msgstr &quot;Šri Lanka&quot;
14668
- </pre></td></tr>
14669
-
14670
-
14671
- <tr><th class="line-num" id="L3386"><a href="#L3386">3386</a></th><td class="line-code"><pre>
14672
- </pre></td></tr>
14673
-
14674
-
14675
- <tr><th class="line-num" id="L3387"><a href="#L3387">3387</a></th><td class="line-code"><pre># @ tribe-events-calendar
14676
- </pre></td></tr>
14677
-
14678
-
14679
- <tr><th class="line-num" id="L3388"><a href="#L3388">3388</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:245
14680
- </pre></td></tr>
14681
-
14682
-
14683
- <tr><th class="line-num" id="L3389"><a href="#L3389">3389</a></th><td class="line-code"><pre>msgid &quot;St. Helena&quot;
14684
- </pre></td></tr>
14685
-
14686
-
14687
- <tr><th class="line-num" id="L3390"><a href="#L3390">3390</a></th><td class="line-code"><pre>msgstr &quot;Sveta Helena&quot;
14688
- </pre></td></tr>
14689
-
14690
-
14691
- <tr><th class="line-num" id="L3391"><a href="#L3391">3391</a></th><td class="line-code"><pre>
14692
- </pre></td></tr>
14693
-
14694
-
14695
- <tr><th class="line-num" id="L3392"><a href="#L3392">3392</a></th><td class="line-code"><pre># @ tribe-events-calendar
14696
- </pre></td></tr>
14697
-
14698
-
14699
- <tr><th class="line-num" id="L3393"><a href="#L3393">3393</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:246
14700
- </pre></td></tr>
14701
-
14702
-
14703
- <tr><th class="line-num" id="L3394"><a href="#L3394">3394</a></th><td class="line-code"><pre>msgid &quot;St. Pierre And Miquelon&quot;
14704
- </pre></td></tr>
14705
-
14706
-
14707
- <tr><th class="line-num" id="L3395"><a href="#L3395">3395</a></th><td class="line-code"><pre>msgstr &quot;Sveti Petar i Mikelon&quot;
14708
- </pre></td></tr>
14709
-
14710
-
14711
- <tr><th class="line-num" id="L3396"><a href="#L3396">3396</a></th><td class="line-code"><pre>
14712
- </pre></td></tr>
14713
-
14714
-
14715
- <tr><th class="line-num" id="L3397"><a href="#L3397">3397</a></th><td class="line-code"><pre># @ tribe-events-calendar
14716
- </pre></td></tr>
14717
-
14718
-
14719
- <tr><th class="line-num" id="L3398"><a href="#L3398">3398</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:247
14720
- </pre></td></tr>
14721
-
14722
-
14723
- <tr><th class="line-num" id="L3399"><a href="#L3399">3399</a></th><td class="line-code"><pre>msgid &quot;Sudan&quot;
14724
- </pre></td></tr>
14725
-
14726
-
14727
- <tr><th class="line-num" id="L3400"><a href="#L3400">3400</a></th><td class="line-code"><pre>msgstr &quot;Sudan&quot;
14728
- </pre></td></tr>
14729
-
14730
-
14731
- <tr><th class="line-num" id="L3401"><a href="#L3401">3401</a></th><td class="line-code"><pre>
14732
- </pre></td></tr>
14733
-
14734
-
14735
- <tr><th class="line-num" id="L3402"><a href="#L3402">3402</a></th><td class="line-code"><pre># @ tribe-events-calendar
14736
- </pre></td></tr>
14737
-
14738
-
14739
- <tr><th class="line-num" id="L3403"><a href="#L3403">3403</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:248
14740
- </pre></td></tr>
14741
-
14742
-
14743
- <tr><th class="line-num" id="L3404"><a href="#L3404">3404</a></th><td class="line-code"><pre>msgid &quot;Suriname&quot;
14744
- </pre></td></tr>
14745
-
14746
-
14747
- <tr><th class="line-num" id="L3405"><a href="#L3405">3405</a></th><td class="line-code"><pre>msgstr &quot;Surinam&quot;
14748
- </pre></td></tr>
14749
-
14750
-
14751
- <tr><th class="line-num" id="L3406"><a href="#L3406">3406</a></th><td class="line-code"><pre>
14752
- </pre></td></tr>
14753
-
14754
-
14755
- <tr><th class="line-num" id="L3407"><a href="#L3407">3407</a></th><td class="line-code"><pre># @ tribe-events-calendar
14756
- </pre></td></tr>
14757
-
14758
-
14759
- <tr><th class="line-num" id="L3408"><a href="#L3408">3408</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:249
14760
- </pre></td></tr>
14761
-
14762
-
14763
- <tr><th class="line-num" id="L3409"><a href="#L3409">3409</a></th><td class="line-code"><pre>msgid &quot;Svalbard And Jan Mayen Islands&quot;
14764
- </pre></td></tr>
14765
-
14766
-
14767
- <tr><th class="line-num" id="L3410"><a href="#L3410">3410</a></th><td class="line-code"><pre>msgstr &quot;Svalbard&quot;
14768
- </pre></td></tr>
14769
-
14770
-
14771
- <tr><th class="line-num" id="L3411"><a href="#L3411">3411</a></th><td class="line-code"><pre>
14772
- </pre></td></tr>
14773
-
14774
-
14775
- <tr><th class="line-num" id="L3412"><a href="#L3412">3412</a></th><td class="line-code"><pre># @ tribe-events-calendar
14776
- </pre></td></tr>
14777
-
14778
-
14779
- <tr><th class="line-num" id="L3413"><a href="#L3413">3413</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:250
14780
- </pre></td></tr>
14781
-
14782
-
14783
- <tr><th class="line-num" id="L3414"><a href="#L3414">3414</a></th><td class="line-code"><pre>msgid &quot;Swaziland&quot;
14784
- </pre></td></tr>
14785
-
14786
-
14787
- <tr><th class="line-num" id="L3415"><a href="#L3415">3415</a></th><td class="line-code"><pre>msgstr &quot;Svaziland&quot;
14788
- </pre></td></tr>
14789
-
14790
-
14791
- <tr><th class="line-num" id="L3416"><a href="#L3416">3416</a></th><td class="line-code"><pre>
14792
- </pre></td></tr>
14793
-
14794
-
14795
- <tr><th class="line-num" id="L3417"><a href="#L3417">3417</a></th><td class="line-code"><pre># @ tribe-events-calendar
14796
- </pre></td></tr>
14797
-
14798
-
14799
- <tr><th class="line-num" id="L3418"><a href="#L3418">3418</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:251
14800
- </pre></td></tr>
14801
-
14802
-
14803
- <tr><th class="line-num" id="L3419"><a href="#L3419">3419</a></th><td class="line-code"><pre>msgid &quot;Sweden&quot;
14804
- </pre></td></tr>
14805
-
14806
-
14807
- <tr><th class="line-num" id="L3420"><a href="#L3420">3420</a></th><td class="line-code"><pre>msgstr &quot;Švedska&quot;
14808
- </pre></td></tr>
14809
-
14810
-
14811
- <tr><th class="line-num" id="L3421"><a href="#L3421">3421</a></th><td class="line-code"><pre>
14812
- </pre></td></tr>
14813
-
14814
-
14815
- <tr><th class="line-num" id="L3422"><a href="#L3422">3422</a></th><td class="line-code"><pre># @ tribe-events-calendar
14816
- </pre></td></tr>
14817
-
14818
-
14819
- <tr><th class="line-num" id="L3423"><a href="#L3423">3423</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:252
14820
- </pre></td></tr>
14821
-
14822
-
14823
- <tr><th class="line-num" id="L3424"><a href="#L3424">3424</a></th><td class="line-code"><pre>msgid &quot;Switzerland&quot;
14824
- </pre></td></tr>
14825
-
14826
-
14827
- <tr><th class="line-num" id="L3425"><a href="#L3425">3425</a></th><td class="line-code"><pre>msgstr &quot;Švajcarska&quot;
14828
- </pre></td></tr>
14829
-
14830
-
14831
- <tr><th class="line-num" id="L3426"><a href="#L3426">3426</a></th><td class="line-code"><pre>
14832
- </pre></td></tr>
14833
-
14834
-
14835
- <tr><th class="line-num" id="L3427"><a href="#L3427">3427</a></th><td class="line-code"><pre># @ tribe-events-calendar
14836
- </pre></td></tr>
14837
-
14838
-
14839
- <tr><th class="line-num" id="L3428"><a href="#L3428">3428</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:253
14840
- </pre></td></tr>
14841
-
14842
-
14843
- <tr><th class="line-num" id="L3429"><a href="#L3429">3429</a></th><td class="line-code"><pre>msgid &quot;Syrian Arab Republic&quot;
14844
- </pre></td></tr>
14845
-
14846
-
14847
- <tr><th class="line-num" id="L3430"><a href="#L3430">3430</a></th><td class="line-code"><pre>msgstr &quot;Sirija&quot;
14848
- </pre></td></tr>
14849
-
14850
-
14851
- <tr><th class="line-num" id="L3431"><a href="#L3431">3431</a></th><td class="line-code"><pre>
14852
- </pre></td></tr>
14853
-
14854
-
14855
- <tr><th class="line-num" id="L3432"><a href="#L3432">3432</a></th><td class="line-code"><pre># @ tribe-events-calendar
14856
- </pre></td></tr>
14857
-
14858
-
14859
- <tr><th class="line-num" id="L3433"><a href="#L3433">3433</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:254
14860
- </pre></td></tr>
14861
-
14862
-
14863
- <tr><th class="line-num" id="L3434"><a href="#L3434">3434</a></th><td class="line-code"><pre>msgid &quot;Taiwan&quot;
14864
- </pre></td></tr>
14865
-
14866
-
14867
- <tr><th class="line-num" id="L3435"><a href="#L3435">3435</a></th><td class="line-code"><pre>msgstr &quot;Tajvan&quot;
14868
- </pre></td></tr>
14869
-
14870
-
14871
- <tr><th class="line-num" id="L3436"><a href="#L3436">3436</a></th><td class="line-code"><pre>
14872
- </pre></td></tr>
14873
-
14874
-
14875
- <tr><th class="line-num" id="L3437"><a href="#L3437">3437</a></th><td class="line-code"><pre># @ tribe-events-calendar
14876
- </pre></td></tr>
14877
-
14878
-
14879
- <tr><th class="line-num" id="L3438"><a href="#L3438">3438</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:255
14880
- </pre></td></tr>
14881
-
14882
-
14883
- <tr><th class="line-num" id="L3439"><a href="#L3439">3439</a></th><td class="line-code"><pre>msgid &quot;Tajikistan&quot;
14884
- </pre></td></tr>
14885
-
14886
-
14887
- <tr><th class="line-num" id="L3440"><a href="#L3440">3440</a></th><td class="line-code"><pre>msgstr &quot;Tadžikistan&quot;
14888
- </pre></td></tr>
14889
-
14890
-
14891
- <tr><th class="line-num" id="L3441"><a href="#L3441">3441</a></th><td class="line-code"><pre>
14892
- </pre></td></tr>
14893
-
14894
-
14895
- <tr><th class="line-num" id="L3442"><a href="#L3442">3442</a></th><td class="line-code"><pre># @ tribe-events-calendar
14896
- </pre></td></tr>
14897
-
14898
-
14899
- <tr><th class="line-num" id="L3443"><a href="#L3443">3443</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:256
14900
- </pre></td></tr>
14901
-
14902
-
14903
- <tr><th class="line-num" id="L3444"><a href="#L3444">3444</a></th><td class="line-code"><pre>msgid &quot;Tanzania, United Republic Of&quot;
14904
- </pre></td></tr>
14905
-
14906
-
14907
- <tr><th class="line-num" id="L3445"><a href="#L3445">3445</a></th><td class="line-code"><pre>msgstr &quot;Tanzanija&quot;
14908
- </pre></td></tr>
14909
-
14910
-
14911
- <tr><th class="line-num" id="L3446"><a href="#L3446">3446</a></th><td class="line-code"><pre>
14912
- </pre></td></tr>
14913
-
14914
-
14915
- <tr><th class="line-num" id="L3447"><a href="#L3447">3447</a></th><td class="line-code"><pre># @ tribe-events-calendar
14916
- </pre></td></tr>
14917
-
14918
-
14919
- <tr><th class="line-num" id="L3448"><a href="#L3448">3448</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:257
14920
- </pre></td></tr>
14921
-
14922
-
14923
- <tr><th class="line-num" id="L3449"><a href="#L3449">3449</a></th><td class="line-code"><pre>msgid &quot;Thailand&quot;
14924
- </pre></td></tr>
14925
-
14926
-
14927
- <tr><th class="line-num" id="L3450"><a href="#L3450">3450</a></th><td class="line-code"><pre>msgstr &quot;Tajland&quot;
14928
- </pre></td></tr>
14929
-
14930
-
14931
- <tr><th class="line-num" id="L3451"><a href="#L3451">3451</a></th><td class="line-code"><pre>
14932
- </pre></td></tr>
14933
-
14934
-
14935
- <tr><th class="line-num" id="L3452"><a href="#L3452">3452</a></th><td class="line-code"><pre># @ tribe-events-calendar
14936
- </pre></td></tr>
14937
-
14938
-
14939
- <tr><th class="line-num" id="L3453"><a href="#L3453">3453</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:258
14940
- </pre></td></tr>
14941
-
14942
-
14943
- <tr><th class="line-num" id="L3454"><a href="#L3454">3454</a></th><td class="line-code"><pre>msgid &quot;Togo&quot;
14944
- </pre></td></tr>
14945
-
14946
-
14947
- <tr><th class="line-num" id="L3455"><a href="#L3455">3455</a></th><td class="line-code"><pre>msgstr &quot;Togo&quot;
14948
- </pre></td></tr>
14949
-
14950
-
14951
- <tr><th class="line-num" id="L3456"><a href="#L3456">3456</a></th><td class="line-code"><pre>
14952
- </pre></td></tr>
14953
-
14954
-
14955
- <tr><th class="line-num" id="L3457"><a href="#L3457">3457</a></th><td class="line-code"><pre># @ tribe-events-calendar
14956
- </pre></td></tr>
14957
-
14958
-
14959
- <tr><th class="line-num" id="L3458"><a href="#L3458">3458</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:259
14960
- </pre></td></tr>
14961
-
14962
-
14963
- <tr><th class="line-num" id="L3459"><a href="#L3459">3459</a></th><td class="line-code"><pre>msgid &quot;Tokelau&quot;
14964
- </pre></td></tr>
14965
-
14966
-
14967
- <tr><th class="line-num" id="L3460"><a href="#L3460">3460</a></th><td class="line-code"><pre>msgstr &quot;Tokelau&quot;
14968
- </pre></td></tr>
14969
-
14970
-
14971
- <tr><th class="line-num" id="L3461"><a href="#L3461">3461</a></th><td class="line-code"><pre>
14972
- </pre></td></tr>
14973
-
14974
-
14975
- <tr><th class="line-num" id="L3462"><a href="#L3462">3462</a></th><td class="line-code"><pre># @ tribe-events-calendar
14976
- </pre></td></tr>
14977
-
14978
-
14979
- <tr><th class="line-num" id="L3463"><a href="#L3463">3463</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:260
14980
- </pre></td></tr>
14981
-
14982
-
14983
- <tr><th class="line-num" id="L3464"><a href="#L3464">3464</a></th><td class="line-code"><pre>msgid &quot;Tonga&quot;
14984
- </pre></td></tr>
14985
-
14986
-
14987
- <tr><th class="line-num" id="L3465"><a href="#L3465">3465</a></th><td class="line-code"><pre>msgstr &quot;Tonga&quot;
14988
- </pre></td></tr>
14989
-
14990
-
14991
- <tr><th class="line-num" id="L3466"><a href="#L3466">3466</a></th><td class="line-code"><pre>
14992
- </pre></td></tr>
14993
-
14994
-
14995
- <tr><th class="line-num" id="L3467"><a href="#L3467">3467</a></th><td class="line-code"><pre># @ tribe-events-calendar
14996
- </pre></td></tr>
14997
-
14998
-
14999
- <tr><th class="line-num" id="L3468"><a href="#L3468">3468</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:261
15000
- </pre></td></tr>
15001
-
15002
-
15003
- <tr><th class="line-num" id="L3469"><a href="#L3469">3469</a></th><td class="line-code"><pre>msgid &quot;Trinidad And Tobago&quot;
15004
- </pre></td></tr>
15005
-
15006
-
15007
- <tr><th class="line-num" id="L3470"><a href="#L3470">3470</a></th><td class="line-code"><pre>msgstr &quot;Trinidad i Tobago&quot;
15008
- </pre></td></tr>
15009
-
15010
-
15011
- <tr><th class="line-num" id="L3471"><a href="#L3471">3471</a></th><td class="line-code"><pre>
15012
- </pre></td></tr>
15013
-
15014
-
15015
- <tr><th class="line-num" id="L3472"><a href="#L3472">3472</a></th><td class="line-code"><pre># @ tribe-events-calendar
15016
- </pre></td></tr>
15017
-
15018
-
15019
- <tr><th class="line-num" id="L3473"><a href="#L3473">3473</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:262
15020
- </pre></td></tr>
15021
-
15022
-
15023
- <tr><th class="line-num" id="L3474"><a href="#L3474">3474</a></th><td class="line-code"><pre>msgid &quot;Tunisia&quot;
15024
- </pre></td></tr>
15025
-
15026
-
15027
- <tr><th class="line-num" id="L3475"><a href="#L3475">3475</a></th><td class="line-code"><pre>msgstr &quot;Tunis&quot;
15028
- </pre></td></tr>
15029
-
15030
-
15031
- <tr><th class="line-num" id="L3476"><a href="#L3476">3476</a></th><td class="line-code"><pre>
15032
- </pre></td></tr>
15033
-
15034
-
15035
- <tr><th class="line-num" id="L3477"><a href="#L3477">3477</a></th><td class="line-code"><pre># @ tribe-events-calendar
15036
- </pre></td></tr>
15037
-
15038
-
15039
- <tr><th class="line-num" id="L3478"><a href="#L3478">3478</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:263
15040
- </pre></td></tr>
15041
-
15042
-
15043
- <tr><th class="line-num" id="L3479"><a href="#L3479">3479</a></th><td class="line-code"><pre>msgid &quot;Turkey&quot;
15044
- </pre></td></tr>
15045
-
15046
-
15047
- <tr><th class="line-num" id="L3480"><a href="#L3480">3480</a></th><td class="line-code"><pre>msgstr &quot;Turska&quot;
15048
- </pre></td></tr>
15049
-
15050
-
15051
- <tr><th class="line-num" id="L3481"><a href="#L3481">3481</a></th><td class="line-code"><pre>
15052
- </pre></td></tr>
15053
-
15054
-
15055
- <tr><th class="line-num" id="L3482"><a href="#L3482">3482</a></th><td class="line-code"><pre># @ tribe-events-calendar
15056
- </pre></td></tr>
15057
-
15058
-
15059
- <tr><th class="line-num" id="L3483"><a href="#L3483">3483</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:264
15060
- </pre></td></tr>
15061
-
15062
-
15063
- <tr><th class="line-num" id="L3484"><a href="#L3484">3484</a></th><td class="line-code"><pre>msgid &quot;Turkmenistan&quot;
15064
- </pre></td></tr>
15065
-
15066
-
15067
- <tr><th class="line-num" id="L3485"><a href="#L3485">3485</a></th><td class="line-code"><pre>msgstr &quot;Turkmenistan&quot;
15068
- </pre></td></tr>
15069
-
15070
-
15071
- <tr><th class="line-num" id="L3486"><a href="#L3486">3486</a></th><td class="line-code"><pre>
15072
- </pre></td></tr>
15073
-
15074
-
15075
- <tr><th class="line-num" id="L3487"><a href="#L3487">3487</a></th><td class="line-code"><pre># @ tribe-events-calendar
15076
- </pre></td></tr>
15077
-
15078
-
15079
- <tr><th class="line-num" id="L3488"><a href="#L3488">3488</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:265
15080
- </pre></td></tr>
15081
-
15082
-
15083
- <tr><th class="line-num" id="L3489"><a href="#L3489">3489</a></th><td class="line-code"><pre>msgid &quot;Turks And Caicos Islands&quot;
15084
- </pre></td></tr>
15085
-
15086
-
15087
- <tr><th class="line-num" id="L3490"><a href="#L3490">3490</a></th><td class="line-code"><pre>msgstr &quot;Turks i Kajkos Ostrva&quot;
15088
- </pre></td></tr>
15089
-
15090
-
15091
- <tr><th class="line-num" id="L3491"><a href="#L3491">3491</a></th><td class="line-code"><pre>
15092
- </pre></td></tr>
15093
-
15094
-
15095
- <tr><th class="line-num" id="L3492"><a href="#L3492">3492</a></th><td class="line-code"><pre># @ tribe-events-calendar
15096
- </pre></td></tr>
15097
-
15098
-
15099
- <tr><th class="line-num" id="L3493"><a href="#L3493">3493</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:266
15100
- </pre></td></tr>
15101
-
15102
-
15103
- <tr><th class="line-num" id="L3494"><a href="#L3494">3494</a></th><td class="line-code"><pre>msgid &quot;Tuvalu&quot;
15104
- </pre></td></tr>
15105
-
15106
-
15107
- <tr><th class="line-num" id="L3495"><a href="#L3495">3495</a></th><td class="line-code"><pre>msgstr &quot;Tuvalu&quot;
15108
- </pre></td></tr>
15109
-
15110
-
15111
- <tr><th class="line-num" id="L3496"><a href="#L3496">3496</a></th><td class="line-code"><pre>
15112
- </pre></td></tr>
15113
-
15114
-
15115
- <tr><th class="line-num" id="L3497"><a href="#L3497">3497</a></th><td class="line-code"><pre># @ tribe-events-calendar
15116
- </pre></td></tr>
15117
-
15118
-
15119
- <tr><th class="line-num" id="L3498"><a href="#L3498">3498</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:267
15120
- </pre></td></tr>
15121
-
15122
-
15123
- <tr><th class="line-num" id="L3499"><a href="#L3499">3499</a></th><td class="line-code"><pre>msgid &quot;Uganda&quot;
15124
- </pre></td></tr>
15125
-
15126
-
15127
- <tr><th class="line-num" id="L3500"><a href="#L3500">3500</a></th><td class="line-code"><pre>msgstr &quot;Uganda&quot;
15128
- </pre></td></tr>
15129
-
15130
-
15131
- <tr><th class="line-num" id="L3501"><a href="#L3501">3501</a></th><td class="line-code"><pre>
15132
- </pre></td></tr>
15133
-
15134
-
15135
- <tr><th class="line-num" id="L3502"><a href="#L3502">3502</a></th><td class="line-code"><pre># @ tribe-events-calendar
15136
- </pre></td></tr>
15137
-
15138
-
15139
- <tr><th class="line-num" id="L3503"><a href="#L3503">3503</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:268
15140
- </pre></td></tr>
15141
-
15142
-
15143
- <tr><th class="line-num" id="L3504"><a href="#L3504">3504</a></th><td class="line-code"><pre>msgid &quot;Ukraine&quot;
15144
- </pre></td></tr>
15145
-
15146
-
15147
- <tr><th class="line-num" id="L3505"><a href="#L3505">3505</a></th><td class="line-code"><pre>msgstr &quot;Ukrajina&quot;
15148
- </pre></td></tr>
15149
-
15150
-
15151
- <tr><th class="line-num" id="L3506"><a href="#L3506">3506</a></th><td class="line-code"><pre>
15152
- </pre></td></tr>
15153
-
15154
-
15155
- <tr><th class="line-num" id="L3507"><a href="#L3507">3507</a></th><td class="line-code"><pre># @ tribe-events-calendar
15156
- </pre></td></tr>
15157
-
15158
-
15159
- <tr><th class="line-num" id="L3508"><a href="#L3508">3508</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:269
15160
- </pre></td></tr>
15161
-
15162
-
15163
- <tr><th class="line-num" id="L3509"><a href="#L3509">3509</a></th><td class="line-code"><pre>msgid &quot;United Arab Emirates&quot;
15164
- </pre></td></tr>
15165
-
15166
-
15167
- <tr><th class="line-num" id="L3510"><a href="#L3510">3510</a></th><td class="line-code"><pre>msgstr &quot;Ujedinjeni Arapski Emirati&quot;
15168
- </pre></td></tr>
15169
-
15170
-
15171
- <tr><th class="line-num" id="L3511"><a href="#L3511">3511</a></th><td class="line-code"><pre>
15172
- </pre></td></tr>
15173
-
15174
-
15175
- <tr><th class="line-num" id="L3512"><a href="#L3512">3512</a></th><td class="line-code"><pre># @ tribe-events-calendar
15176
- </pre></td></tr>
15177
-
15178
-
15179
- <tr><th class="line-num" id="L3513"><a href="#L3513">3513</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:270
15180
- </pre></td></tr>
15181
-
15182
-
15183
- <tr><th class="line-num" id="L3514"><a href="#L3514">3514</a></th><td class="line-code"><pre>msgid &quot;United Kingdom&quot;
15184
- </pre></td></tr>
15185
-
15186
-
15187
- <tr><th class="line-num" id="L3515"><a href="#L3515">3515</a></th><td class="line-code"><pre>msgstr &quot;Ujedinjeno Kraljevstvo&quot;
15188
- </pre></td></tr>
15189
-
15190
-
15191
- <tr><th class="line-num" id="L3516"><a href="#L3516">3516</a></th><td class="line-code"><pre>
15192
- </pre></td></tr>
15193
-
15194
-
15195
- <tr><th class="line-num" id="L3517"><a href="#L3517">3517</a></th><td class="line-code"><pre># @ tribe-events-calendar
15196
- </pre></td></tr>
15197
-
15198
-
15199
- <tr><th class="line-num" id="L3518"><a href="#L3518">3518</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:271
15200
- </pre></td></tr>
15201
-
15202
-
15203
- <tr><th class="line-num" id="L3519"><a href="#L3519">3519</a></th><td class="line-code"><pre>msgid &quot;United States Minor Outlying Islands&quot;
15204
- </pre></td></tr>
15205
-
15206
-
15207
- <tr><th class="line-num" id="L3520"><a href="#L3520">3520</a></th><td class="line-code"><pre>msgstr &quot;Manja Pacifička Ostrva Sjedinjenih Američkih Država&quot;
15208
- </pre></td></tr>
15209
-
15210
-
15211
- <tr><th class="line-num" id="L3521"><a href="#L3521">3521</a></th><td class="line-code"><pre>
15212
- </pre></td></tr>
15213
-
15214
-
15215
- <tr><th class="line-num" id="L3522"><a href="#L3522">3522</a></th><td class="line-code"><pre># @ tribe-events-calendar
15216
- </pre></td></tr>
15217
-
15218
-
15219
- <tr><th class="line-num" id="L3523"><a href="#L3523">3523</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:272
15220
- </pre></td></tr>
15221
-
15222
-
15223
- <tr><th class="line-num" id="L3524"><a href="#L3524">3524</a></th><td class="line-code"><pre>msgid &quot;Uruguay&quot;
15224
- </pre></td></tr>
15225
-
15226
-
15227
- <tr><th class="line-num" id="L3525"><a href="#L3525">3525</a></th><td class="line-code"><pre>msgstr &quot;Urugvaj &quot;
15228
- </pre></td></tr>
15229
-
15230
-
15231
- <tr><th class="line-num" id="L3526"><a href="#L3526">3526</a></th><td class="line-code"><pre>
15232
- </pre></td></tr>
15233
-
15234
-
15235
- <tr><th class="line-num" id="L3527"><a href="#L3527">3527</a></th><td class="line-code"><pre># @ tribe-events-calendar
15236
- </pre></td></tr>
15237
-
15238
-
15239
- <tr><th class="line-num" id="L3528"><a href="#L3528">3528</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:273
15240
- </pre></td></tr>
15241
-
15242
-
15243
- <tr><th class="line-num" id="L3529"><a href="#L3529">3529</a></th><td class="line-code"><pre>msgid &quot;Uzbekistan&quot;
15244
- </pre></td></tr>
15245
-
15246
-
15247
- <tr><th class="line-num" id="L3530"><a href="#L3530">3530</a></th><td class="line-code"><pre>msgstr &quot;Uzbekistan&quot;
15248
- </pre></td></tr>
15249
-
15250
-
15251
- <tr><th class="line-num" id="L3531"><a href="#L3531">3531</a></th><td class="line-code"><pre>
15252
- </pre></td></tr>
15253
-
15254
-
15255
- <tr><th class="line-num" id="L3532"><a href="#L3532">3532</a></th><td class="line-code"><pre># @ tribe-events-calendar
15256
- </pre></td></tr>
15257
-
15258
-
15259
- <tr><th class="line-num" id="L3533"><a href="#L3533">3533</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:274
15260
- </pre></td></tr>
15261
-
15262
-
15263
- <tr><th class="line-num" id="L3534"><a href="#L3534">3534</a></th><td class="line-code"><pre>msgid &quot;Vanuatu&quot;
15264
- </pre></td></tr>
15265
-
15266
-
15267
- <tr><th class="line-num" id="L3535"><a href="#L3535">3535</a></th><td class="line-code"><pre>msgstr &quot;Vanuatu&quot;
15268
- </pre></td></tr>
15269
-
15270
-
15271
- <tr><th class="line-num" id="L3536"><a href="#L3536">3536</a></th><td class="line-code"><pre>
15272
- </pre></td></tr>
15273
-
15274
-
15275
- <tr><th class="line-num" id="L3537"><a href="#L3537">3537</a></th><td class="line-code"><pre># @ tribe-events-calendar
15276
- </pre></td></tr>
15277
-
15278
-
15279
- <tr><th class="line-num" id="L3538"><a href="#L3538">3538</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:275
15280
- </pre></td></tr>
15281
-
15282
-
15283
- <tr><th class="line-num" id="L3539"><a href="#L3539">3539</a></th><td class="line-code"><pre>msgid &quot;Venezuela&quot;
15284
- </pre></td></tr>
15285
-
15286
-
15287
- <tr><th class="line-num" id="L3540"><a href="#L3540">3540</a></th><td class="line-code"><pre>msgstr &quot;Venecuela&quot;
15288
- </pre></td></tr>
15289
-
15290
-
15291
- <tr><th class="line-num" id="L3541"><a href="#L3541">3541</a></th><td class="line-code"><pre>
15292
- </pre></td></tr>
15293
-
15294
-
15295
- <tr><th class="line-num" id="L3542"><a href="#L3542">3542</a></th><td class="line-code"><pre># @ tribe-events-calendar
15296
- </pre></td></tr>
15297
-
15298
-
15299
- <tr><th class="line-num" id="L3543"><a href="#L3543">3543</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:276
15300
- </pre></td></tr>
15301
-
15302
-
15303
- <tr><th class="line-num" id="L3544"><a href="#L3544">3544</a></th><td class="line-code"><pre>msgid &quot;Viet Nam&quot;
15304
- </pre></td></tr>
15305
-
15306
-
15307
- <tr><th class="line-num" id="L3545"><a href="#L3545">3545</a></th><td class="line-code"><pre>msgstr &quot;Vijetnam&quot;
15308
- </pre></td></tr>
15309
-
15310
-
15311
- <tr><th class="line-num" id="L3546"><a href="#L3546">3546</a></th><td class="line-code"><pre>
15312
- </pre></td></tr>
15313
-
15314
-
15315
- <tr><th class="line-num" id="L3547"><a href="#L3547">3547</a></th><td class="line-code"><pre># @ tribe-events-calendar
15316
- </pre></td></tr>
15317
-
15318
-
15319
- <tr><th class="line-num" id="L3548"><a href="#L3548">3548</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:277
15320
- </pre></td></tr>
15321
-
15322
-
15323
- <tr><th class="line-num" id="L3549"><a href="#L3549">3549</a></th><td class="line-code"><pre>msgid &quot;Virgin Islands (British)&quot;
15324
- </pre></td></tr>
15325
-
15326
-
15327
- <tr><th class="line-num" id="L3550"><a href="#L3550">3550</a></th><td class="line-code"><pre>msgstr &quot;Devičanska Ostrva (Britanija)&quot;
15328
- </pre></td></tr>
15329
-
15330
-
15331
- <tr><th class="line-num" id="L3551"><a href="#L3551">3551</a></th><td class="line-code"><pre>
15332
- </pre></td></tr>
15333
-
15334
-
15335
- <tr><th class="line-num" id="L3552"><a href="#L3552">3552</a></th><td class="line-code"><pre># @ tribe-events-calendar
15336
- </pre></td></tr>
15337
-
15338
-
15339
- <tr><th class="line-num" id="L3553"><a href="#L3553">3553</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:278
15340
- </pre></td></tr>
15341
-
15342
-
15343
- <tr><th class="line-num" id="L3554"><a href="#L3554">3554</a></th><td class="line-code"><pre>msgid &quot;Virgin Islands (U.S.)&quot;
15344
- </pre></td></tr>
15345
-
15346
-
15347
- <tr><th class="line-num" id="L3555"><a href="#L3555">3555</a></th><td class="line-code"><pre>msgstr &quot;Djevičanska ostrva (SAD)&quot;
15348
- </pre></td></tr>
15349
-
15350
-
15351
- <tr><th class="line-num" id="L3556"><a href="#L3556">3556</a></th><td class="line-code"><pre>
15352
- </pre></td></tr>
15353
-
15354
-
15355
- <tr><th class="line-num" id="L3557"><a href="#L3557">3557</a></th><td class="line-code"><pre># @ tribe-events-calendar
15356
- </pre></td></tr>
15357
-
15358
-
15359
- <tr><th class="line-num" id="L3558"><a href="#L3558">3558</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:279
15360
- </pre></td></tr>
15361
-
15362
-
15363
- <tr><th class="line-num" id="L3559"><a href="#L3559">3559</a></th><td class="line-code"><pre>msgid &quot;Wallis And Futuna Islands&quot;
15364
- </pre></td></tr>
15365
-
15366
-
15367
- <tr><th class="line-num" id="L3560"><a href="#L3560">3560</a></th><td class="line-code"><pre>msgstr &quot;Volis i Futuna ostrva&quot;
15368
- </pre></td></tr>
15369
-
15370
-
15371
- <tr><th class="line-num" id="L3561"><a href="#L3561">3561</a></th><td class="line-code"><pre>
15372
- </pre></td></tr>
15373
-
15374
-
15375
- <tr><th class="line-num" id="L3562"><a href="#L3562">3562</a></th><td class="line-code"><pre># @ tribe-events-calendar
15376
- </pre></td></tr>
15377
-
15378
-
15379
- <tr><th class="line-num" id="L3563"><a href="#L3563">3563</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:280
15380
- </pre></td></tr>
15381
-
15382
-
15383
- <tr><th class="line-num" id="L3564"><a href="#L3564">3564</a></th><td class="line-code"><pre>msgid &quot;Western Sahara&quot;
15384
- </pre></td></tr>
15385
-
15386
-
15387
- <tr><th class="line-num" id="L3565"><a href="#L3565">3565</a></th><td class="line-code"><pre>msgstr &quot;Zapadna Sahara&quot;
15388
- </pre></td></tr>
15389
-
15390
-
15391
- <tr><th class="line-num" id="L3566"><a href="#L3566">3566</a></th><td class="line-code"><pre>
15392
- </pre></td></tr>
15393
-
15394
-
15395
- <tr><th class="line-num" id="L3567"><a href="#L3567">3567</a></th><td class="line-code"><pre># @ tribe-events-calendar
15396
- </pre></td></tr>
15397
-
15398
-
15399
- <tr><th class="line-num" id="L3568"><a href="#L3568">3568</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:281
15400
- </pre></td></tr>
15401
-
15402
-
15403
- <tr><th class="line-num" id="L3569"><a href="#L3569">3569</a></th><td class="line-code"><pre>msgid &quot;Yemen&quot;
15404
- </pre></td></tr>
15405
-
15406
-
15407
- <tr><th class="line-num" id="L3570"><a href="#L3570">3570</a></th><td class="line-code"><pre>msgstr &quot;Jemen&quot;
15408
- </pre></td></tr>
15409
-
15410
-
15411
- <tr><th class="line-num" id="L3571"><a href="#L3571">3571</a></th><td class="line-code"><pre>
15412
- </pre></td></tr>
15413
-
15414
-
15415
- <tr><th class="line-num" id="L3572"><a href="#L3572">3572</a></th><td class="line-code"><pre># @ tribe-events-calendar
15416
- </pre></td></tr>
15417
-
15418
-
15419
- <tr><th class="line-num" id="L3573"><a href="#L3573">3573</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:282
15420
- </pre></td></tr>
15421
-
15422
-
15423
- <tr><th class="line-num" id="L3574"><a href="#L3574">3574</a></th><td class="line-code"><pre>msgid &quot;Zambia&quot;
15424
- </pre></td></tr>
15425
-
15426
-
15427
- <tr><th class="line-num" id="L3575"><a href="#L3575">3575</a></th><td class="line-code"><pre>msgstr &quot;Zambija&quot;
15428
- </pre></td></tr>
15429
-
15430
-
15431
- <tr><th class="line-num" id="L3576"><a href="#L3576">3576</a></th><td class="line-code"><pre>
15432
- </pre></td></tr>
15433
-
15434
-
15435
- <tr><th class="line-num" id="L3577"><a href="#L3577">3577</a></th><td class="line-code"><pre># @ tribe-events-calendar
15436
- </pre></td></tr>
15437
-
15438
-
15439
- <tr><th class="line-num" id="L3578"><a href="#L3578">3578</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:283
15440
- </pre></td></tr>
15441
-
15442
-
15443
- <tr><th class="line-num" id="L3579"><a href="#L3579">3579</a></th><td class="line-code"><pre>msgid &quot;Zimbabwe&quot;
15444
- </pre></td></tr>
15445
-
15446
-
15447
- <tr><th class="line-num" id="L3580"><a href="#L3580">3580</a></th><td class="line-code"><pre>msgstr &quot;Zimbabve&quot;
15448
- </pre></td></tr>
15449
-
15450
-
15451
- <tr><th class="line-num" id="L3581"><a href="#L3581">3581</a></th><td class="line-code"><pre>
15452
- </pre></td></tr>
15453
-
15454
-
15455
- <tr><th class="line-num" id="L3582"><a href="#L3582">3582</a></th><td class="line-code"><pre># @ tribe-events-calendar
15456
- </pre></td></tr>
15457
-
15458
-
15459
- <tr><th class="line-num" id="L3583"><a href="#L3583">3583</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:308
15460
- </pre></td></tr>
15461
-
15462
-
15463
- <tr><th class="line-num" id="L3584"><a href="#L3584">3584</a></th><td class="line-code"><pre>msgid &quot;Alabama&quot;
15464
- </pre></td></tr>
15465
-
15466
-
15467
- <tr><th class="line-num" id="L3585"><a href="#L3585">3585</a></th><td class="line-code"><pre>msgstr &quot;Alabama&quot;
15468
- </pre></td></tr>
15469
-
15470
-
15471
- <tr><th class="line-num" id="L3586"><a href="#L3586">3586</a></th><td class="line-code"><pre>
15472
- </pre></td></tr>
15473
-
15474
-
15475
- <tr><th class="line-num" id="L3587"><a href="#L3587">3587</a></th><td class="line-code"><pre># @ tribe-events-calendar
15476
- </pre></td></tr>
15477
-
15478
-
15479
- <tr><th class="line-num" id="L3588"><a href="#L3588">3588</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:309
15480
- </pre></td></tr>
15481
-
15482
-
15483
- <tr><th class="line-num" id="L3589"><a href="#L3589">3589</a></th><td class="line-code"><pre>msgid &quot;Alaska&quot;
15484
- </pre></td></tr>
15485
-
15486
-
15487
- <tr><th class="line-num" id="L3590"><a href="#L3590">3590</a></th><td class="line-code"><pre>msgstr &quot;Aljaska&quot;
15488
- </pre></td></tr>
15489
-
15490
-
15491
- <tr><th class="line-num" id="L3591"><a href="#L3591">3591</a></th><td class="line-code"><pre>
15492
- </pre></td></tr>
15493
-
15494
-
15495
- <tr><th class="line-num" id="L3592"><a href="#L3592">3592</a></th><td class="line-code"><pre># @ tribe-events-calendar
15496
- </pre></td></tr>
15497
-
15498
-
15499
- <tr><th class="line-num" id="L3593"><a href="#L3593">3593</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:310
15500
- </pre></td></tr>
15501
-
15502
-
15503
- <tr><th class="line-num" id="L3594"><a href="#L3594">3594</a></th><td class="line-code"><pre>msgid &quot;Arizona&quot;
15504
- </pre></td></tr>
15505
-
15506
-
15507
- <tr><th class="line-num" id="L3595"><a href="#L3595">3595</a></th><td class="line-code"><pre>msgstr &quot;Arizona&quot;
15508
- </pre></td></tr>
15509
-
15510
-
15511
- <tr><th class="line-num" id="L3596"><a href="#L3596">3596</a></th><td class="line-code"><pre>
15512
- </pre></td></tr>
15513
-
15514
-
15515
- <tr><th class="line-num" id="L3597"><a href="#L3597">3597</a></th><td class="line-code"><pre># @ tribe-events-calendar
15516
- </pre></td></tr>
15517
-
15518
-
15519
- <tr><th class="line-num" id="L3598"><a href="#L3598">3598</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:311
15520
- </pre></td></tr>
15521
-
15522
-
15523
- <tr><th class="line-num" id="L3599"><a href="#L3599">3599</a></th><td class="line-code"><pre>msgid &quot;Arkansas&quot;
15524
- </pre></td></tr>
15525
-
15526
-
15527
- <tr><th class="line-num" id="L3600"><a href="#L3600">3600</a></th><td class="line-code"><pre>msgstr &quot;Arkanzas&quot;
15528
- </pre></td></tr>
15529
-
15530
-
15531
- <tr><th class="line-num" id="L3601"><a href="#L3601">3601</a></th><td class="line-code"><pre>
15532
- </pre></td></tr>
15533
-
15534
-
15535
- <tr><th class="line-num" id="L3602"><a href="#L3602">3602</a></th><td class="line-code"><pre># @ tribe-events-calendar
15536
- </pre></td></tr>
15537
-
15538
-
15539
- <tr><th class="line-num" id="L3603"><a href="#L3603">3603</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:312
15540
- </pre></td></tr>
15541
-
15542
-
15543
- <tr><th class="line-num" id="L3604"><a href="#L3604">3604</a></th><td class="line-code"><pre>msgid &quot;California&quot;
15544
- </pre></td></tr>
15545
-
15546
-
15547
- <tr><th class="line-num" id="L3605"><a href="#L3605">3605</a></th><td class="line-code"><pre>msgstr &quot;Kalifornija&quot;
15548
- </pre></td></tr>
15549
-
15550
-
15551
- <tr><th class="line-num" id="L3606"><a href="#L3606">3606</a></th><td class="line-code"><pre>
15552
- </pre></td></tr>
15553
-
15554
-
15555
- <tr><th class="line-num" id="L3607"><a href="#L3607">3607</a></th><td class="line-code"><pre># @ tribe-events-calendar
15556
- </pre></td></tr>
15557
-
15558
-
15559
- <tr><th class="line-num" id="L3608"><a href="#L3608">3608</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:313
15560
- </pre></td></tr>
15561
-
15562
-
15563
- <tr><th class="line-num" id="L3609"><a href="#L3609">3609</a></th><td class="line-code"><pre>msgid &quot;Colorado&quot;
15564
- </pre></td></tr>
15565
-
15566
-
15567
- <tr><th class="line-num" id="L3610"><a href="#L3610">3610</a></th><td class="line-code"><pre>msgstr &quot;Kolorado&quot;
15568
- </pre></td></tr>
15569
-
15570
-
15571
- <tr><th class="line-num" id="L3611"><a href="#L3611">3611</a></th><td class="line-code"><pre>
15572
- </pre></td></tr>
15573
-
15574
-
15575
- <tr><th class="line-num" id="L3612"><a href="#L3612">3612</a></th><td class="line-code"><pre># @ tribe-events-calendar
15576
- </pre></td></tr>
15577
-
15578
-
15579
- <tr><th class="line-num" id="L3613"><a href="#L3613">3613</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:314
15580
- </pre></td></tr>
15581
-
15582
-
15583
- <tr><th class="line-num" id="L3614"><a href="#L3614">3614</a></th><td class="line-code"><pre>msgid &quot;Connecticut&quot;
15584
- </pre></td></tr>
15585
-
15586
-
15587
- <tr><th class="line-num" id="L3615"><a href="#L3615">3615</a></th><td class="line-code"><pre>msgstr &quot;Konetikat&quot;
15588
- </pre></td></tr>
15589
-
15590
-
15591
- <tr><th class="line-num" id="L3616"><a href="#L3616">3616</a></th><td class="line-code"><pre>
15592
- </pre></td></tr>
15593
-
15594
-
15595
- <tr><th class="line-num" id="L3617"><a href="#L3617">3617</a></th><td class="line-code"><pre># @ tribe-events-calendar
15596
- </pre></td></tr>
15597
-
15598
-
15599
- <tr><th class="line-num" id="L3618"><a href="#L3618">3618</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:315
15600
- </pre></td></tr>
15601
-
15602
-
15603
- <tr><th class="line-num" id="L3619"><a href="#L3619">3619</a></th><td class="line-code"><pre>msgid &quot;Delaware&quot;
15604
- </pre></td></tr>
15605
-
15606
-
15607
- <tr><th class="line-num" id="L3620"><a href="#L3620">3620</a></th><td class="line-code"><pre>msgstr &quot;Delaver&quot;
15608
- </pre></td></tr>
15609
-
15610
-
15611
- <tr><th class="line-num" id="L3621"><a href="#L3621">3621</a></th><td class="line-code"><pre>
15612
- </pre></td></tr>
15613
-
15614
-
15615
- <tr><th class="line-num" id="L3622"><a href="#L3622">3622</a></th><td class="line-code"><pre># @ tribe-events-calendar
15616
- </pre></td></tr>
15617
-
15618
-
15619
- <tr><th class="line-num" id="L3623"><a href="#L3623">3623</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:316
15620
- </pre></td></tr>
15621
-
15622
-
15623
- <tr><th class="line-num" id="L3624"><a href="#L3624">3624</a></th><td class="line-code"><pre>msgid &quot;District of Columbia&quot;
15624
- </pre></td></tr>
15625
-
15626
-
15627
- <tr><th class="line-num" id="L3625"><a href="#L3625">3625</a></th><td class="line-code"><pre>msgstr &quot;Okrug Kolumbije&quot;
15628
- </pre></td></tr>
15629
-
15630
-
15631
- <tr><th class="line-num" id="L3626"><a href="#L3626">3626</a></th><td class="line-code"><pre>
15632
- </pre></td></tr>
15633
-
15634
-
15635
- <tr><th class="line-num" id="L3627"><a href="#L3627">3627</a></th><td class="line-code"><pre># @ tribe-events-calendar
15636
- </pre></td></tr>
15637
-
15638
-
15639
- <tr><th class="line-num" id="L3628"><a href="#L3628">3628</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:317
15640
- </pre></td></tr>
15641
-
15642
-
15643
- <tr><th class="line-num" id="L3629"><a href="#L3629">3629</a></th><td class="line-code"><pre>msgid &quot;Florida&quot;
15644
- </pre></td></tr>
15645
-
15646
-
15647
- <tr><th class="line-num" id="L3630"><a href="#L3630">3630</a></th><td class="line-code"><pre>msgstr &quot;Florida&quot;
15648
- </pre></td></tr>
15649
-
15650
-
15651
- <tr><th class="line-num" id="L3631"><a href="#L3631">3631</a></th><td class="line-code"><pre>
15652
- </pre></td></tr>
15653
-
15654
-
15655
- <tr><th class="line-num" id="L3632"><a href="#L3632">3632</a></th><td class="line-code"><pre># @ tribe-events-calendar
15656
- </pre></td></tr>
15657
-
15658
-
15659
- <tr><th class="line-num" id="L3633"><a href="#L3633">3633</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:319
15660
- </pre></td></tr>
15661
-
15662
-
15663
- <tr><th class="line-num" id="L3634"><a href="#L3634">3634</a></th><td class="line-code"><pre>msgid &quot;Hawaii&quot;
15664
- </pre></td></tr>
15665
-
15666
-
15667
- <tr><th class="line-num" id="L3635"><a href="#L3635">3635</a></th><td class="line-code"><pre>msgstr &quot;Havaiji&quot;
15668
- </pre></td></tr>
15669
-
15670
-
15671
- <tr><th class="line-num" id="L3636"><a href="#L3636">3636</a></th><td class="line-code"><pre>
15672
- </pre></td></tr>
15673
-
15674
-
15675
- <tr><th class="line-num" id="L3637"><a href="#L3637">3637</a></th><td class="line-code"><pre># @ tribe-events-calendar
15676
- </pre></td></tr>
15677
-
15678
-
15679
- <tr><th class="line-num" id="L3638"><a href="#L3638">3638</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:320
15680
- </pre></td></tr>
15681
-
15682
-
15683
- <tr><th class="line-num" id="L3639"><a href="#L3639">3639</a></th><td class="line-code"><pre>msgid &quot;Idaho&quot;
15684
- </pre></td></tr>
15685
-
15686
-
15687
- <tr><th class="line-num" id="L3640"><a href="#L3640">3640</a></th><td class="line-code"><pre>msgstr &quot;Ajdaho&quot;
15688
- </pre></td></tr>
15689
-
15690
-
15691
- <tr><th class="line-num" id="L3641"><a href="#L3641">3641</a></th><td class="line-code"><pre>
15692
- </pre></td></tr>
15693
-
15694
-
15695
- <tr><th class="line-num" id="L3642"><a href="#L3642">3642</a></th><td class="line-code"><pre># @ tribe-events-calendar
15696
- </pre></td></tr>
15697
-
15698
-
15699
- <tr><th class="line-num" id="L3643"><a href="#L3643">3643</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:321
15700
- </pre></td></tr>
15701
-
15702
-
15703
- <tr><th class="line-num" id="L3644"><a href="#L3644">3644</a></th><td class="line-code"><pre>msgid &quot;Illinois&quot;
15704
- </pre></td></tr>
15705
-
15706
-
15707
- <tr><th class="line-num" id="L3645"><a href="#L3645">3645</a></th><td class="line-code"><pre>msgstr &quot;Ilinois&quot;
15708
- </pre></td></tr>
15709
-
15710
-
15711
- <tr><th class="line-num" id="L3646"><a href="#L3646">3646</a></th><td class="line-code"><pre>
15712
- </pre></td></tr>
15713
-
15714
-
15715
- <tr><th class="line-num" id="L3647"><a href="#L3647">3647</a></th><td class="line-code"><pre># @ tribe-events-calendar
15716
- </pre></td></tr>
15717
-
15718
-
15719
- <tr><th class="line-num" id="L3648"><a href="#L3648">3648</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:322
15720
- </pre></td></tr>
15721
-
15722
-
15723
- <tr><th class="line-num" id="L3649"><a href="#L3649">3649</a></th><td class="line-code"><pre>msgid &quot;Indiana&quot;
15724
- </pre></td></tr>
15725
-
15726
-
15727
- <tr><th class="line-num" id="L3650"><a href="#L3650">3650</a></th><td class="line-code"><pre>msgstr &quot;Indijana&quot;
15728
- </pre></td></tr>
15729
-
15730
-
15731
- <tr><th class="line-num" id="L3651"><a href="#L3651">3651</a></th><td class="line-code"><pre>
15732
- </pre></td></tr>
15733
-
15734
-
15735
- <tr><th class="line-num" id="L3652"><a href="#L3652">3652</a></th><td class="line-code"><pre># @ tribe-events-calendar
15736
- </pre></td></tr>
15737
-
15738
-
15739
- <tr><th class="line-num" id="L3653"><a href="#L3653">3653</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:323
15740
- </pre></td></tr>
15741
-
15742
-
15743
- <tr><th class="line-num" id="L3654"><a href="#L3654">3654</a></th><td class="line-code"><pre>msgid &quot;Iowa&quot;
15744
- </pre></td></tr>
15745
-
15746
-
15747
- <tr><th class="line-num" id="L3655"><a href="#L3655">3655</a></th><td class="line-code"><pre>msgstr &quot;Ajova&quot;
15748
- </pre></td></tr>
15749
-
15750
-
15751
- <tr><th class="line-num" id="L3656"><a href="#L3656">3656</a></th><td class="line-code"><pre>
15752
- </pre></td></tr>
15753
-
15754
-
15755
- <tr><th class="line-num" id="L3657"><a href="#L3657">3657</a></th><td class="line-code"><pre># @ tribe-events-calendar
15756
- </pre></td></tr>
15757
-
15758
-
15759
- <tr><th class="line-num" id="L3658"><a href="#L3658">3658</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:324
15760
- </pre></td></tr>
15761
-
15762
-
15763
- <tr><th class="line-num" id="L3659"><a href="#L3659">3659</a></th><td class="line-code"><pre>msgid &quot;Kansas&quot;
15764
- </pre></td></tr>
15765
-
15766
-
15767
- <tr><th class="line-num" id="L3660"><a href="#L3660">3660</a></th><td class="line-code"><pre>msgstr &quot;Kansas&quot;
15768
- </pre></td></tr>
15769
-
15770
-
15771
- <tr><th class="line-num" id="L3661"><a href="#L3661">3661</a></th><td class="line-code"><pre>
15772
- </pre></td></tr>
15773
-
15774
-
15775
- <tr><th class="line-num" id="L3662"><a href="#L3662">3662</a></th><td class="line-code"><pre># @ tribe-events-calendar
15776
- </pre></td></tr>
15777
-
15778
-
15779
- <tr><th class="line-num" id="L3663"><a href="#L3663">3663</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:325
15780
- </pre></td></tr>
15781
-
15782
-
15783
- <tr><th class="line-num" id="L3664"><a href="#L3664">3664</a></th><td class="line-code"><pre>msgid &quot;Kentucky&quot;
15784
- </pre></td></tr>
15785
-
15786
-
15787
- <tr><th class="line-num" id="L3665"><a href="#L3665">3665</a></th><td class="line-code"><pre>msgstr &quot;Kentaki&quot;
15788
- </pre></td></tr>
15789
-
15790
-
15791
- <tr><th class="line-num" id="L3666"><a href="#L3666">3666</a></th><td class="line-code"><pre>
15792
- </pre></td></tr>
15793
-
15794
-
15795
- <tr><th class="line-num" id="L3667"><a href="#L3667">3667</a></th><td class="line-code"><pre># @ tribe-events-calendar
15796
- </pre></td></tr>
15797
-
15798
-
15799
- <tr><th class="line-num" id="L3668"><a href="#L3668">3668</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:326
15800
- </pre></td></tr>
15801
-
15802
-
15803
- <tr><th class="line-num" id="L3669"><a href="#L3669">3669</a></th><td class="line-code"><pre>msgid &quot;Louisiana&quot;
15804
- </pre></td></tr>
15805
-
15806
-
15807
- <tr><th class="line-num" id="L3670"><a href="#L3670">3670</a></th><td class="line-code"><pre>msgstr &quot;Luizijana&quot;
15808
- </pre></td></tr>
15809
-
15810
-
15811
- <tr><th class="line-num" id="L3671"><a href="#L3671">3671</a></th><td class="line-code"><pre>
15812
- </pre></td></tr>
15813
-
15814
-
15815
- <tr><th class="line-num" id="L3672"><a href="#L3672">3672</a></th><td class="line-code"><pre># @ tribe-events-calendar
15816
- </pre></td></tr>
15817
-
15818
-
15819
- <tr><th class="line-num" id="L3673"><a href="#L3673">3673</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:327
15820
- </pre></td></tr>
15821
-
15822
-
15823
- <tr><th class="line-num" id="L3674"><a href="#L3674">3674</a></th><td class="line-code"><pre>msgid &quot;Maine&quot;
15824
- </pre></td></tr>
15825
-
15826
-
15827
- <tr><th class="line-num" id="L3675"><a href="#L3675">3675</a></th><td class="line-code"><pre>msgstr &quot;Mejn&quot;
15828
- </pre></td></tr>
15829
-
15830
-
15831
- <tr><th class="line-num" id="L3676"><a href="#L3676">3676</a></th><td class="line-code"><pre>
15832
- </pre></td></tr>
15833
-
15834
-
15835
- <tr><th class="line-num" id="L3677"><a href="#L3677">3677</a></th><td class="line-code"><pre># @ tribe-events-calendar
15836
- </pre></td></tr>
15837
-
15838
-
15839
- <tr><th class="line-num" id="L3678"><a href="#L3678">3678</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:328
15840
- </pre></td></tr>
15841
-
15842
-
15843
- <tr><th class="line-num" id="L3679"><a href="#L3679">3679</a></th><td class="line-code"><pre>msgid &quot;Maryland&quot;
15844
- </pre></td></tr>
15845
-
15846
-
15847
- <tr><th class="line-num" id="L3680"><a href="#L3680">3680</a></th><td class="line-code"><pre>msgstr &quot;Mariland&quot;
15848
- </pre></td></tr>
15849
-
15850
-
15851
- <tr><th class="line-num" id="L3681"><a href="#L3681">3681</a></th><td class="line-code"><pre>
15852
- </pre></td></tr>
15853
-
15854
-
15855
- <tr><th class="line-num" id="L3682"><a href="#L3682">3682</a></th><td class="line-code"><pre># @ tribe-events-calendar
15856
- </pre></td></tr>
15857
-
15858
-
15859
- <tr><th class="line-num" id="L3683"><a href="#L3683">3683</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:329
15860
- </pre></td></tr>
15861
-
15862
-
15863
- <tr><th class="line-num" id="L3684"><a href="#L3684">3684</a></th><td class="line-code"><pre>msgid &quot;Massachusetts&quot;
15864
- </pre></td></tr>
15865
-
15866
-
15867
- <tr><th class="line-num" id="L3685"><a href="#L3685">3685</a></th><td class="line-code"><pre>msgstr &quot;Masačusets&quot;
15868
- </pre></td></tr>
15869
-
15870
-
15871
- <tr><th class="line-num" id="L3686"><a href="#L3686">3686</a></th><td class="line-code"><pre>
15872
- </pre></td></tr>
15873
-
15874
-
15875
- <tr><th class="line-num" id="L3687"><a href="#L3687">3687</a></th><td class="line-code"><pre># @ tribe-events-calendar
15876
- </pre></td></tr>
15877
-
15878
-
15879
- <tr><th class="line-num" id="L3688"><a href="#L3688">3688</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:330
15880
- </pre></td></tr>
15881
-
15882
-
15883
- <tr><th class="line-num" id="L3689"><a href="#L3689">3689</a></th><td class="line-code"><pre>msgid &quot;Michigan&quot;
15884
- </pre></td></tr>
15885
-
15886
-
15887
- <tr><th class="line-num" id="L3690"><a href="#L3690">3690</a></th><td class="line-code"><pre>msgstr &quot;Mičigen&quot;
15888
- </pre></td></tr>
15889
-
15890
-
15891
- <tr><th class="line-num" id="L3691"><a href="#L3691">3691</a></th><td class="line-code"><pre>
15892
- </pre></td></tr>
15893
-
15894
-
15895
- <tr><th class="line-num" id="L3692"><a href="#L3692">3692</a></th><td class="line-code"><pre># @ tribe-events-calendar
15896
- </pre></td></tr>
15897
-
15898
-
15899
- <tr><th class="line-num" id="L3693"><a href="#L3693">3693</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:331
15900
- </pre></td></tr>
15901
-
15902
-
15903
- <tr><th class="line-num" id="L3694"><a href="#L3694">3694</a></th><td class="line-code"><pre>msgid &quot;Minnesota&quot;
15904
- </pre></td></tr>
15905
-
15906
-
15907
- <tr><th class="line-num" id="L3695"><a href="#L3695">3695</a></th><td class="line-code"><pre>msgstr &quot;Minesota&quot;
15908
- </pre></td></tr>
15909
-
15910
-
15911
- <tr><th class="line-num" id="L3696"><a href="#L3696">3696</a></th><td class="line-code"><pre>
15912
- </pre></td></tr>
15913
-
15914
-
15915
- <tr><th class="line-num" id="L3697"><a href="#L3697">3697</a></th><td class="line-code"><pre># @ tribe-events-calendar
15916
- </pre></td></tr>
15917
-
15918
-
15919
- <tr><th class="line-num" id="L3698"><a href="#L3698">3698</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:332
15920
- </pre></td></tr>
15921
-
15922
-
15923
- <tr><th class="line-num" id="L3699"><a href="#L3699">3699</a></th><td class="line-code"><pre>msgid &quot;Mississippi&quot;
15924
- </pre></td></tr>
15925
-
15926
-
15927
- <tr><th class="line-num" id="L3700"><a href="#L3700">3700</a></th><td class="line-code"><pre>msgstr &quot;Misisipi&quot;
15928
- </pre></td></tr>
15929
-
15930
-
15931
- <tr><th class="line-num" id="L3701"><a href="#L3701">3701</a></th><td class="line-code"><pre>
15932
- </pre></td></tr>
15933
-
15934
-
15935
- <tr><th class="line-num" id="L3702"><a href="#L3702">3702</a></th><td class="line-code"><pre># @ tribe-events-calendar
15936
- </pre></td></tr>
15937
-
15938
-
15939
- <tr><th class="line-num" id="L3703"><a href="#L3703">3703</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:333
15940
- </pre></td></tr>
15941
-
15942
-
15943
- <tr><th class="line-num" id="L3704"><a href="#L3704">3704</a></th><td class="line-code"><pre>msgid &quot;Missouri&quot;
15944
- </pre></td></tr>
15945
-
15946
-
15947
- <tr><th class="line-num" id="L3705"><a href="#L3705">3705</a></th><td class="line-code"><pre>msgstr &quot;Misuri&quot;
15948
- </pre></td></tr>
15949
-
15950
-
15951
- <tr><th class="line-num" id="L3706"><a href="#L3706">3706</a></th><td class="line-code"><pre>
15952
- </pre></td></tr>
15953
-
15954
-
15955
- <tr><th class="line-num" id="L3707"><a href="#L3707">3707</a></th><td class="line-code"><pre># @ tribe-events-calendar
15956
- </pre></td></tr>
15957
-
15958
-
15959
- <tr><th class="line-num" id="L3708"><a href="#L3708">3708</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:334
15960
- </pre></td></tr>
15961
-
15962
-
15963
- <tr><th class="line-num" id="L3709"><a href="#L3709">3709</a></th><td class="line-code"><pre>msgid &quot;Montana&quot;
15964
- </pre></td></tr>
15965
-
15966
-
15967
- <tr><th class="line-num" id="L3710"><a href="#L3710">3710</a></th><td class="line-code"><pre>msgstr &quot;Montana&quot;
15968
- </pre></td></tr>
15969
-
15970
-
15971
- <tr><th class="line-num" id="L3711"><a href="#L3711">3711</a></th><td class="line-code"><pre>
15972
- </pre></td></tr>
15973
-
15974
-
15975
- <tr><th class="line-num" id="L3712"><a href="#L3712">3712</a></th><td class="line-code"><pre># @ tribe-events-calendar
15976
- </pre></td></tr>
15977
-
15978
-
15979
- <tr><th class="line-num" id="L3713"><a href="#L3713">3713</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:335
15980
- </pre></td></tr>
15981
-
15982
-
15983
- <tr><th class="line-num" id="L3714"><a href="#L3714">3714</a></th><td class="line-code"><pre>msgid &quot;Nebraska&quot;
15984
- </pre></td></tr>
15985
-
15986
-
15987
- <tr><th class="line-num" id="L3715"><a href="#L3715">3715</a></th><td class="line-code"><pre>msgstr &quot;Nebraska&quot;
15988
- </pre></td></tr>
15989
-
15990
-
15991
- <tr><th class="line-num" id="L3716"><a href="#L3716">3716</a></th><td class="line-code"><pre>
15992
- </pre></td></tr>
15993
-
15994
-
15995
- <tr><th class="line-num" id="L3717"><a href="#L3717">3717</a></th><td class="line-code"><pre># @ tribe-events-calendar
15996
- </pre></td></tr>
15997
-
15998
-
15999
- <tr><th class="line-num" id="L3718"><a href="#L3718">3718</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:336
16000
- </pre></td></tr>
16001
-
16002
-
16003
- <tr><th class="line-num" id="L3719"><a href="#L3719">3719</a></th><td class="line-code"><pre>msgid &quot;Nevada&quot;
16004
- </pre></td></tr>
16005
-
16006
-
16007
- <tr><th class="line-num" id="L3720"><a href="#L3720">3720</a></th><td class="line-code"><pre>msgstr &quot;Nevada&quot;
16008
- </pre></td></tr>
16009
-
16010
-
16011
- <tr><th class="line-num" id="L3721"><a href="#L3721">3721</a></th><td class="line-code"><pre>
16012
- </pre></td></tr>
16013
-
16014
-
16015
- <tr><th class="line-num" id="L3722"><a href="#L3722">3722</a></th><td class="line-code"><pre># @ tribe-events-calendar
16016
- </pre></td></tr>
16017
-
16018
-
16019
- <tr><th class="line-num" id="L3723"><a href="#L3723">3723</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:337
16020
- </pre></td></tr>
16021
-
16022
-
16023
- <tr><th class="line-num" id="L3724"><a href="#L3724">3724</a></th><td class="line-code"><pre>msgid &quot;New Hampshire&quot;
16024
- </pre></td></tr>
16025
-
16026
-
16027
- <tr><th class="line-num" id="L3725"><a href="#L3725">3725</a></th><td class="line-code"><pre>msgstr &quot;Nju Hempšir&quot;
16028
- </pre></td></tr>
16029
-
16030
-
16031
- <tr><th class="line-num" id="L3726"><a href="#L3726">3726</a></th><td class="line-code"><pre>
16032
- </pre></td></tr>
16033
-
16034
-
16035
- <tr><th class="line-num" id="L3727"><a href="#L3727">3727</a></th><td class="line-code"><pre># @ tribe-events-calendar
16036
- </pre></td></tr>
16037
-
16038
-
16039
- <tr><th class="line-num" id="L3728"><a href="#L3728">3728</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:338
16040
- </pre></td></tr>
16041
-
16042
-
16043
- <tr><th class="line-num" id="L3729"><a href="#L3729">3729</a></th><td class="line-code"><pre>msgid &quot;New Jersey&quot;
16044
- </pre></td></tr>
16045
-
16046
-
16047
- <tr><th class="line-num" id="L3730"><a href="#L3730">3730</a></th><td class="line-code"><pre>msgstr &quot;Nju Džerzi&quot;
16048
- </pre></td></tr>
16049
-
16050
-
16051
- <tr><th class="line-num" id="L3731"><a href="#L3731">3731</a></th><td class="line-code"><pre>
16052
- </pre></td></tr>
16053
-
16054
-
16055
- <tr><th class="line-num" id="L3732"><a href="#L3732">3732</a></th><td class="line-code"><pre># @ tribe-events-calendar
16056
- </pre></td></tr>
16057
-
16058
-
16059
- <tr><th class="line-num" id="L3733"><a href="#L3733">3733</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:339
16060
- </pre></td></tr>
16061
-
16062
-
16063
- <tr><th class="line-num" id="L3734"><a href="#L3734">3734</a></th><td class="line-code"><pre>msgid &quot;New Mexico&quot;
16064
- </pre></td></tr>
16065
-
16066
-
16067
- <tr><th class="line-num" id="L3735"><a href="#L3735">3735</a></th><td class="line-code"><pre>msgstr &quot;Nju Meksiko&quot;
16068
- </pre></td></tr>
16069
-
16070
-
16071
- <tr><th class="line-num" id="L3736"><a href="#L3736">3736</a></th><td class="line-code"><pre>
16072
- </pre></td></tr>
16073
-
16074
-
16075
- <tr><th class="line-num" id="L3737"><a href="#L3737">3737</a></th><td class="line-code"><pre># @ tribe-events-calendar
16076
- </pre></td></tr>
16077
-
16078
-
16079
- <tr><th class="line-num" id="L3738"><a href="#L3738">3738</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:340
16080
- </pre></td></tr>
16081
-
16082
-
16083
- <tr><th class="line-num" id="L3739"><a href="#L3739">3739</a></th><td class="line-code"><pre>msgid &quot;New York&quot;
16084
- </pre></td></tr>
16085
-
16086
-
16087
- <tr><th class="line-num" id="L3740"><a href="#L3740">3740</a></th><td class="line-code"><pre>msgstr &quot;Nju Jork&quot;
16088
- </pre></td></tr>
16089
-
16090
-
16091
- <tr><th class="line-num" id="L3741"><a href="#L3741">3741</a></th><td class="line-code"><pre>
16092
- </pre></td></tr>
16093
-
16094
-
16095
- <tr><th class="line-num" id="L3742"><a href="#L3742">3742</a></th><td class="line-code"><pre># @ tribe-events-calendar
16096
- </pre></td></tr>
16097
-
16098
-
16099
- <tr><th class="line-num" id="L3743"><a href="#L3743">3743</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:341
16100
- </pre></td></tr>
16101
-
16102
-
16103
- <tr><th class="line-num" id="L3744"><a href="#L3744">3744</a></th><td class="line-code"><pre>msgid &quot;North Carolina&quot;
16104
- </pre></td></tr>
16105
-
16106
-
16107
- <tr><th class="line-num" id="L3745"><a href="#L3745">3745</a></th><td class="line-code"><pre>msgstr &quot;Severna Karolina&quot;
16108
- </pre></td></tr>
16109
-
16110
-
16111
- <tr><th class="line-num" id="L3746"><a href="#L3746">3746</a></th><td class="line-code"><pre>
16112
- </pre></td></tr>
16113
-
16114
-
16115
- <tr><th class="line-num" id="L3747"><a href="#L3747">3747</a></th><td class="line-code"><pre># @ tribe-events-calendar
16116
- </pre></td></tr>
16117
-
16118
-
16119
- <tr><th class="line-num" id="L3748"><a href="#L3748">3748</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:342
16120
- </pre></td></tr>
16121
-
16122
-
16123
- <tr><th class="line-num" id="L3749"><a href="#L3749">3749</a></th><td class="line-code"><pre>msgid &quot;North Dakota&quot;
16124
- </pre></td></tr>
16125
-
16126
-
16127
- <tr><th class="line-num" id="L3750"><a href="#L3750">3750</a></th><td class="line-code"><pre>msgstr &quot;Severna Dakota&quot;
16128
- </pre></td></tr>
16129
-
16130
-
16131
- <tr><th class="line-num" id="L3751"><a href="#L3751">3751</a></th><td class="line-code"><pre>
16132
- </pre></td></tr>
16133
-
16134
-
16135
- <tr><th class="line-num" id="L3752"><a href="#L3752">3752</a></th><td class="line-code"><pre># @ tribe-events-calendar
16136
- </pre></td></tr>
16137
-
16138
-
16139
- <tr><th class="line-num" id="L3753"><a href="#L3753">3753</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:343
16140
- </pre></td></tr>
16141
-
16142
-
16143
- <tr><th class="line-num" id="L3754"><a href="#L3754">3754</a></th><td class="line-code"><pre>msgid &quot;Ohio&quot;
16144
- </pre></td></tr>
16145
-
16146
-
16147
- <tr><th class="line-num" id="L3755"><a href="#L3755">3755</a></th><td class="line-code"><pre>msgstr &quot;Ohajo&quot;
16148
- </pre></td></tr>
16149
-
16150
-
16151
- <tr><th class="line-num" id="L3756"><a href="#L3756">3756</a></th><td class="line-code"><pre>
16152
- </pre></td></tr>
16153
-
16154
-
16155
- <tr><th class="line-num" id="L3757"><a href="#L3757">3757</a></th><td class="line-code"><pre># @ tribe-events-calendar
16156
- </pre></td></tr>
16157
-
16158
-
16159
- <tr><th class="line-num" id="L3758"><a href="#L3758">3758</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:344
16160
- </pre></td></tr>
16161
-
16162
-
16163
- <tr><th class="line-num" id="L3759"><a href="#L3759">3759</a></th><td class="line-code"><pre>msgid &quot;Oklahoma&quot;
16164
- </pre></td></tr>
16165
-
16166
-
16167
- <tr><th class="line-num" id="L3760"><a href="#L3760">3760</a></th><td class="line-code"><pre>msgstr &quot;Oklahoma&quot;
16168
- </pre></td></tr>
16169
-
16170
-
16171
- <tr><th class="line-num" id="L3761"><a href="#L3761">3761</a></th><td class="line-code"><pre>
16172
- </pre></td></tr>
16173
-
16174
-
16175
- <tr><th class="line-num" id="L3762"><a href="#L3762">3762</a></th><td class="line-code"><pre># @ tribe-events-calendar
16176
- </pre></td></tr>
16177
-
16178
-
16179
- <tr><th class="line-num" id="L3763"><a href="#L3763">3763</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:345
16180
- </pre></td></tr>
16181
-
16182
-
16183
- <tr><th class="line-num" id="L3764"><a href="#L3764">3764</a></th><td class="line-code"><pre>msgid &quot;Oregon&quot;
16184
- </pre></td></tr>
16185
-
16186
-
16187
- <tr><th class="line-num" id="L3765"><a href="#L3765">3765</a></th><td class="line-code"><pre>msgstr &quot;Oregon&quot;
16188
- </pre></td></tr>
16189
-
16190
-
16191
- <tr><th class="line-num" id="L3766"><a href="#L3766">3766</a></th><td class="line-code"><pre>
16192
- </pre></td></tr>
16193
-
16194
-
16195
- <tr><th class="line-num" id="L3767"><a href="#L3767">3767</a></th><td class="line-code"><pre># @ tribe-events-calendar
16196
- </pre></td></tr>
16197
-
16198
-
16199
- <tr><th class="line-num" id="L3768"><a href="#L3768">3768</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:346
16200
- </pre></td></tr>
16201
-
16202
-
16203
- <tr><th class="line-num" id="L3769"><a href="#L3769">3769</a></th><td class="line-code"><pre>msgid &quot;Pennsylvania&quot;
16204
- </pre></td></tr>
16205
-
16206
-
16207
- <tr><th class="line-num" id="L3770"><a href="#L3770">3770</a></th><td class="line-code"><pre>msgstr &quot;Pensilvanija&quot;
16208
- </pre></td></tr>
16209
-
16210
-
16211
- <tr><th class="line-num" id="L3771"><a href="#L3771">3771</a></th><td class="line-code"><pre>
16212
- </pre></td></tr>
16213
-
16214
-
16215
- <tr><th class="line-num" id="L3772"><a href="#L3772">3772</a></th><td class="line-code"><pre># @ tribe-events-calendar
16216
- </pre></td></tr>
16217
-
16218
-
16219
- <tr><th class="line-num" id="L3773"><a href="#L3773">3773</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:347
16220
- </pre></td></tr>
16221
-
16222
-
16223
- <tr><th class="line-num" id="L3774"><a href="#L3774">3774</a></th><td class="line-code"><pre>msgid &quot;Rhode Island&quot;
16224
- </pre></td></tr>
16225
-
16226
-
16227
- <tr><th class="line-num" id="L3775"><a href="#L3775">3775</a></th><td class="line-code"><pre>msgstr &quot;Rode Island&quot;
16228
- </pre></td></tr>
16229
-
16230
-
16231
- <tr><th class="line-num" id="L3776"><a href="#L3776">3776</a></th><td class="line-code"><pre>
16232
- </pre></td></tr>
16233
-
16234
-
16235
- <tr><th class="line-num" id="L3777"><a href="#L3777">3777</a></th><td class="line-code"><pre># @ tribe-events-calendar
16236
- </pre></td></tr>
16237
-
16238
-
16239
- <tr><th class="line-num" id="L3778"><a href="#L3778">3778</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:348
16240
- </pre></td></tr>
16241
-
16242
-
16243
- <tr><th class="line-num" id="L3779"><a href="#L3779">3779</a></th><td class="line-code"><pre>msgid &quot;South Carolina&quot;
16244
- </pre></td></tr>
16245
-
16246
-
16247
- <tr><th class="line-num" id="L3780"><a href="#L3780">3780</a></th><td class="line-code"><pre>msgstr &quot;Južna Karolina&quot;
16248
- </pre></td></tr>
16249
-
16250
-
16251
- <tr><th class="line-num" id="L3781"><a href="#L3781">3781</a></th><td class="line-code"><pre>
16252
- </pre></td></tr>
16253
-
16254
-
16255
- <tr><th class="line-num" id="L3782"><a href="#L3782">3782</a></th><td class="line-code"><pre># @ tribe-events-calendar
16256
- </pre></td></tr>
16257
-
16258
-
16259
- <tr><th class="line-num" id="L3783"><a href="#L3783">3783</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:349
16260
- </pre></td></tr>
16261
-
16262
-
16263
- <tr><th class="line-num" id="L3784"><a href="#L3784">3784</a></th><td class="line-code"><pre>msgid &quot;South Dakota&quot;
16264
- </pre></td></tr>
16265
-
16266
-
16267
- <tr><th class="line-num" id="L3785"><a href="#L3785">3785</a></th><td class="line-code"><pre>msgstr &quot;Južna Dakota&quot;
16268
- </pre></td></tr>
16269
-
16270
-
16271
- <tr><th class="line-num" id="L3786"><a href="#L3786">3786</a></th><td class="line-code"><pre>
16272
- </pre></td></tr>
16273
-
16274
-
16275
- <tr><th class="line-num" id="L3787"><a href="#L3787">3787</a></th><td class="line-code"><pre># @ tribe-events-calendar
16276
- </pre></td></tr>
16277
-
16278
-
16279
- <tr><th class="line-num" id="L3788"><a href="#L3788">3788</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:350
16280
- </pre></td></tr>
16281
-
16282
-
16283
- <tr><th class="line-num" id="L3789"><a href="#L3789">3789</a></th><td class="line-code"><pre>msgid &quot;Tennessee&quot;
16284
- </pre></td></tr>
16285
-
16286
-
16287
- <tr><th class="line-num" id="L3790"><a href="#L3790">3790</a></th><td class="line-code"><pre>msgstr &quot;Tenesi&quot;
16288
- </pre></td></tr>
16289
-
16290
-
16291
- <tr><th class="line-num" id="L3791"><a href="#L3791">3791</a></th><td class="line-code"><pre>
16292
- </pre></td></tr>
16293
-
16294
-
16295
- <tr><th class="line-num" id="L3792"><a href="#L3792">3792</a></th><td class="line-code"><pre># @ tribe-events-calendar
16296
- </pre></td></tr>
16297
-
16298
-
16299
- <tr><th class="line-num" id="L3793"><a href="#L3793">3793</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:351
16300
- </pre></td></tr>
16301
-
16302
-
16303
- <tr><th class="line-num" id="L3794"><a href="#L3794">3794</a></th><td class="line-code"><pre>msgid &quot;Texas&quot;
16304
- </pre></td></tr>
16305
-
16306
-
16307
- <tr><th class="line-num" id="L3795"><a href="#L3795">3795</a></th><td class="line-code"><pre>msgstr &quot;Teksas&quot;
16308
- </pre></td></tr>
16309
-
16310
-
16311
- <tr><th class="line-num" id="L3796"><a href="#L3796">3796</a></th><td class="line-code"><pre>
16312
- </pre></td></tr>
16313
-
16314
-
16315
- <tr><th class="line-num" id="L3797"><a href="#L3797">3797</a></th><td class="line-code"><pre># @ tribe-events-calendar
16316
- </pre></td></tr>
16317
-
16318
-
16319
- <tr><th class="line-num" id="L3798"><a href="#L3798">3798</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:352
16320
- </pre></td></tr>
16321
-
16322
-
16323
- <tr><th class="line-num" id="L3799"><a href="#L3799">3799</a></th><td class="line-code"><pre>msgid &quot;Utah&quot;
16324
- </pre></td></tr>
16325
-
16326
-
16327
- <tr><th class="line-num" id="L3800"><a href="#L3800">3800</a></th><td class="line-code"><pre>msgstr &quot;Juta&quot;
16328
- </pre></td></tr>
16329
-
16330
-
16331
- <tr><th class="line-num" id="L3801"><a href="#L3801">3801</a></th><td class="line-code"><pre>
16332
- </pre></td></tr>
16333
-
16334
-
16335
- <tr><th class="line-num" id="L3802"><a href="#L3802">3802</a></th><td class="line-code"><pre># @ tribe-events-calendar
16336
- </pre></td></tr>
16337
-
16338
-
16339
- <tr><th class="line-num" id="L3803"><a href="#L3803">3803</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:353
16340
- </pre></td></tr>
16341
-
16342
-
16343
- <tr><th class="line-num" id="L3804"><a href="#L3804">3804</a></th><td class="line-code"><pre>msgid &quot;Vermont&quot;
16344
- </pre></td></tr>
16345
-
16346
-
16347
- <tr><th class="line-num" id="L3805"><a href="#L3805">3805</a></th><td class="line-code"><pre>msgstr &quot;Vermont&quot;
16348
- </pre></td></tr>
16349
-
16350
-
16351
- <tr><th class="line-num" id="L3806"><a href="#L3806">3806</a></th><td class="line-code"><pre>
16352
- </pre></td></tr>
16353
-
16354
-
16355
- <tr><th class="line-num" id="L3807"><a href="#L3807">3807</a></th><td class="line-code"><pre># @ tribe-events-calendar
16356
- </pre></td></tr>
16357
-
16358
-
16359
- <tr><th class="line-num" id="L3808"><a href="#L3808">3808</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:354
16360
- </pre></td></tr>
16361
-
16362
-
16363
- <tr><th class="line-num" id="L3809"><a href="#L3809">3809</a></th><td class="line-code"><pre>msgid &quot;Virginia&quot;
16364
- </pre></td></tr>
16365
-
16366
-
16367
- <tr><th class="line-num" id="L3810"><a href="#L3810">3810</a></th><td class="line-code"><pre>msgstr &quot;Virdžinija&quot;
16368
- </pre></td></tr>
16369
-
16370
-
16371
- <tr><th class="line-num" id="L3811"><a href="#L3811">3811</a></th><td class="line-code"><pre>
16372
- </pre></td></tr>
16373
-
16374
-
16375
- <tr><th class="line-num" id="L3812"><a href="#L3812">3812</a></th><td class="line-code"><pre># @ tribe-events-calendar
16376
- </pre></td></tr>
16377
-
16378
-
16379
- <tr><th class="line-num" id="L3813"><a href="#L3813">3813</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:355
16380
- </pre></td></tr>
16381
-
16382
-
16383
- <tr><th class="line-num" id="L3814"><a href="#L3814">3814</a></th><td class="line-code"><pre>msgid &quot;Washington&quot;
16384
- </pre></td></tr>
16385
-
16386
-
16387
- <tr><th class="line-num" id="L3815"><a href="#L3815">3815</a></th><td class="line-code"><pre>msgstr &quot;Vašington&quot;
16388
- </pre></td></tr>
16389
-
16390
-
16391
- <tr><th class="line-num" id="L3816"><a href="#L3816">3816</a></th><td class="line-code"><pre>
16392
- </pre></td></tr>
16393
-
16394
-
16395
- <tr><th class="line-num" id="L3817"><a href="#L3817">3817</a></th><td class="line-code"><pre># @ tribe-events-calendar
16396
- </pre></td></tr>
16397
-
16398
-
16399
- <tr><th class="line-num" id="L3818"><a href="#L3818">3818</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:356
16400
- </pre></td></tr>
16401
-
16402
-
16403
- <tr><th class="line-num" id="L3819"><a href="#L3819">3819</a></th><td class="line-code"><pre>msgid &quot;West Virginia&quot;
16404
- </pre></td></tr>
16405
-
16406
-
16407
- <tr><th class="line-num" id="L3820"><a href="#L3820">3820</a></th><td class="line-code"><pre>msgstr &quot;Zapadna Virdžinija&quot;
16408
- </pre></td></tr>
16409
-
16410
-
16411
- <tr><th class="line-num" id="L3821"><a href="#L3821">3821</a></th><td class="line-code"><pre>
16412
- </pre></td></tr>
16413
-
16414
-
16415
- <tr><th class="line-num" id="L3822"><a href="#L3822">3822</a></th><td class="line-code"><pre># @ tribe-events-calendar
16416
- </pre></td></tr>
16417
-
16418
-
16419
- <tr><th class="line-num" id="L3823"><a href="#L3823">3823</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:357
16420
- </pre></td></tr>
16421
-
16422
-
16423
- <tr><th class="line-num" id="L3824"><a href="#L3824">3824</a></th><td class="line-code"><pre>msgid &quot;Wisconsin&quot;
16424
- </pre></td></tr>
16425
-
16426
-
16427
- <tr><th class="line-num" id="L3825"><a href="#L3825">3825</a></th><td class="line-code"><pre>msgstr &quot;Viskonsin&quot;
16428
- </pre></td></tr>
16429
-
16430
-
16431
- <tr><th class="line-num" id="L3826"><a href="#L3826">3826</a></th><td class="line-code"><pre>
16432
- </pre></td></tr>
16433
-
16434
-
16435
- <tr><th class="line-num" id="L3827"><a href="#L3827">3827</a></th><td class="line-code"><pre># @ tribe-events-calendar
16436
- </pre></td></tr>
16437
-
16438
-
16439
- <tr><th class="line-num" id="L3828"><a href="#L3828">3828</a></th><td class="line-code"><pre>#: ../lib/tribe-view-helpers.class.php:358
16440
- </pre></td></tr>
16441
-
16442
-
16443
- <tr><th class="line-num" id="L3829"><a href="#L3829">3829</a></th><td class="line-code"><pre>msgid &quot;Wyoming&quot;
16444
- </pre></td></tr>
16445
-
16446
-
16447
- <tr><th class="line-num" id="L3830"><a href="#L3830">3830</a></th><td class="line-code"><pre>msgstr &quot;Vajoming&quot;
16448
- </pre></td></tr>
16449
-
16450
-
16451
- <tr><th class="line-num" id="L3831"><a href="#L3831">3831</a></th><td class="line-code"><pre>
16452
- </pre></td></tr>
16453
-
16454
-
16455
- <tr><th class="line-num" id="L3832"><a href="#L3832">3832</a></th><td class="line-code"><pre># @ tribe-events-calendar
16456
- </pre></td></tr>
16457
-
16458
-
16459
- <tr><th class="line-num" id="L3833"><a href="#L3833">3833</a></th><td class="line-code"><pre>#
16460
- </pre></td></tr>
16461
-
16462
-
16463
- <tr><th class="line-num" id="L3834"><a href="#L3834">3834</a></th><td class="line-code"><pre>#: ../lib/widget-list.class.php:21
16464
- </pre></td></tr>
16465
-
16466
-
16467
- <tr><th class="line-num" id="L3835"><a href="#L3835">3835</a></th><td class="line-code"><pre>msgid &quot;A widget that displays upcoming events.&quot;
16468
- </pre></td></tr>
16469
-
16470
-
16471
- <tr><th class="line-num" id="L3836"><a href="#L3836">3836</a></th><td class="line-code"><pre>msgstr &quot;Vidžet koji prikazuje predstojeće događaje.&quot;
16472
- </pre></td></tr>
16473
-
16474
-
16475
- <tr><th class="line-num" id="L3837"><a href="#L3837">3837</a></th><td class="line-code"><pre>
16476
- </pre></td></tr>
16477
-
16478
-
16479
- <tr><th class="line-num" id="L3838"><a href="#L3838">3838</a></th><td class="line-code"><pre># @ tribe-events-calendar
16480
- </pre></td></tr>
16481
-
16482
-
16483
- <tr><th class="line-num" id="L3839"><a href="#L3839">3839</a></th><td class="line-code"><pre>#: ../lib/widget-list.class.php:27
16484
- </pre></td></tr>
16485
-
16486
-
16487
- <tr><th class="line-num" id="L3840"><a href="#L3840">3840</a></th><td class="line-code"><pre>msgid &quot;Events List&quot;
16488
- </pre></td></tr>
16489
-
16490
-
16491
- <tr><th class="line-num" id="L3841"><a href="#L3841">3841</a></th><td class="line-code"><pre>msgstr &quot;Popis događaja &quot;
16492
- </pre></td></tr>
16493
-
16494
-
16495
- <tr><th class="line-num" id="L3842"><a href="#L3842">3842</a></th><td class="line-code"><pre>
16496
- </pre></td></tr>
16497
-
16498
-
16499
- <tr><th class="line-num" id="L3843"><a href="#L3843">3843</a></th><td class="line-code"><pre># @ tribe-events-calendar
16500
- </pre></td></tr>
16501
-
16502
-
16503
- <tr><th class="line-num" id="L3844"><a href="#L3844">3844</a></th><td class="line-code"><pre>#: ../lib/widget-list.class.php:114
16504
- </pre></td></tr>
16505
-
16506
-
16507
- <tr><th class="line-num" id="L3845"><a href="#L3845">3845</a></th><td class="line-code"><pre>msgid &quot;View All Events&quot;
16508
- </pre></td></tr>
16509
-
16510
-
16511
- <tr><th class="line-num" id="L3846"><a href="#L3846">3846</a></th><td class="line-code"><pre>msgstr &quot;Vidi sve događaje&quot;
16512
- </pre></td></tr>
16513
-
16514
-
16515
- <tr><th class="line-num" id="L3847"><a href="#L3847">3847</a></th><td class="line-code"><pre>
16516
- </pre></td></tr>
16517
-
16518
-
16519
- <tr><th class="line-num" id="L3848"><a href="#L3848">3848</a></th><td class="line-code"><pre># @ tribe-events-calendar
16520
- </pre></td></tr>
16521
-
16522
-
16523
- <tr><th class="line-num" id="L3849"><a href="#L3849">3849</a></th><td class="line-code"><pre>#: ../lib/widget-list.class.php:117
16524
- </pre></td></tr>
16525
-
16526
-
16527
- <tr><th class="line-num" id="L3850"><a href="#L3850">3850</a></th><td class="line-code"><pre>msgid &quot;There are no upcoming events at this time.&quot;
16528
- </pre></td></tr>
16529
-
16530
-
16531
- <tr><th class="line-num" id="L3851"><a href="#L3851">3851</a></th><td class="line-code"><pre>msgstr &quot;Trenutno nema predstojećih događaja.&quot;
16532
- </pre></td></tr>
16533
-
16534
-
16535
- <tr><th class="line-num" id="L3852"><a href="#L3852">3852</a></th><td class="line-code"><pre>
16536
- </pre></td></tr>
16537
-
16538
-
16539
- <tr><th class="line-num" id="L3853"><a href="#L3853">3853</a></th><td class="line-code"><pre>#: ../lib/template-classes/month.php:75
16540
- </pre></td></tr>
16541
-
16542
-
16543
- <tr><th class="line-num" id="L3854"><a href="#L3854">3854</a></th><td class="line-code"><pre>#, php-format
16544
- </pre></td></tr>
16545
-
16546
-
16547
- <tr><th class="line-num" id="L3855"><a href="#L3855">3855</a></th><td class="line-code"><pre>msgid &quot;&quot;
16548
- </pre></td></tr>
16549
-
16550
-
16551
- <tr><th class="line-num" id="L3856"><a href="#L3856">3856</a></th><td class="line-code"><pre>&quot;There were no results found for &lt;strong&gt;\&quot;%s\&quot;&lt;/strong&gt; this month. Try &quot;
16552
- </pre></td></tr>
16553
-
16554
-
16555
- <tr><th class="line-num" id="L3857"><a href="#L3857">3857</a></th><td class="line-code"><pre>&quot;searching next month.&quot;
16556
- </pre></td></tr>
16557
-
16558
-
16559
- <tr><th class="line-num" id="L3858"><a href="#L3858">3858</a></th><td class="line-code"><pre>msgstr &quot;&quot;
16560
- </pre></td></tr>
16561
-
16562
-
16563
- <tr><th class="line-num" id="L3859"><a href="#L3859">3859</a></th><td class="line-code"><pre>&quot;Nema rezultata nađenih za &lt;strong&gt;\&quot;%s\&quot;&lt;/strong&gt; ovaj mjesec. Probajte sa &quot;
16564
- </pre></td></tr>
16565
-
16566
-
16567
- <tr><th class="line-num" id="L3860"><a href="#L3860">3860</a></th><td class="line-code"><pre>&quot;pretragom za idući mjesec.&quot;
16568
- </pre></td></tr>
16569
-
16570
-
16571
- <tr><th class="line-num" id="L3861"><a href="#L3861">3861</a></th><td class="line-code"><pre>
16572
- </pre></td></tr>
16573
-
16574
-
16575
- <tr><th class="line-num" id="L3862"><a href="#L3862">3862</a></th><td class="line-code"><pre># @ tribe-events-calendar
16576
- </pre></td></tr>
16577
-
16578
-
16579
- <tr><th class="line-num" id="L3863"><a href="#L3863">3863</a></th><td class="line-code"><pre>#: ../lib/template-classes/single-event.php:99
16580
- </pre></td></tr>
16581
-
16582
-
16583
- <tr><th class="line-num" id="L3864"><a href="#L3864">3864</a></th><td class="line-code"><pre>msgid &quot;This event has passed.&quot;
16584
- </pre></td></tr>
16585
-
16586
-
16587
- <tr><th class="line-num" id="L3865"><a href="#L3865">3865</a></th><td class="line-code"><pre>msgstr &quot;Ovaj događaj je prošao.&quot;
16588
- </pre></td></tr>
16589
-
16590
-
16591
- <tr><th class="line-num" id="L3866"><a href="#L3866">3866</a></th><td class="line-code"><pre>
16592
- </pre></td></tr>
16593
-
16594
-
16595
- <tr><th class="line-num" id="L3867"><a href="#L3867">3867</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-attendees.php:67
16596
- </pre></td></tr>
16597
-
16598
-
16599
- <tr><th class="line-num" id="L3868"><a href="#L3868">3868</a></th><td class="line-code"><pre>msgid &quot;Order #&quot;
16600
- </pre></td></tr>
16601
-
16602
-
16603
- <tr><th class="line-num" id="L3869"><a href="#L3869">3869</a></th><td class="line-code"><pre>msgstr &quot;Narudžba #&quot;
16604
- </pre></td></tr>
16605
-
16606
-
16607
- <tr><th class="line-num" id="L3870"><a href="#L3870">3870</a></th><td class="line-code"><pre>
16608
- </pre></td></tr>
16609
-
16610
-
16611
- <tr><th class="line-num" id="L3871"><a href="#L3871">3871</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-attendees.php:68
16612
- </pre></td></tr>
16613
-
16614
-
16615
- <tr><th class="line-num" id="L3872"><a href="#L3872">3872</a></th><td class="line-code"><pre>msgid &quot;Order Status&quot;
16616
- </pre></td></tr>
16617
-
16618
-
16619
- <tr><th class="line-num" id="L3873"><a href="#L3873">3873</a></th><td class="line-code"><pre>msgstr &quot;Status narudžbe&quot;
16620
- </pre></td></tr>
16621
-
16622
-
16623
- <tr><th class="line-num" id="L3874"><a href="#L3874">3874</a></th><td class="line-code"><pre>
16624
- </pre></td></tr>
16625
-
16626
-
16627
- <tr><th class="line-num" id="L3875"><a href="#L3875">3875</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-attendees.php:69
16628
- </pre></td></tr>
16629
-
16630
-
16631
- <tr><th class="line-num" id="L3876"><a href="#L3876">3876</a></th><td class="line-code"><pre>msgid &quot;Purchaser name&quot;
16632
- </pre></td></tr>
16633
-
16634
-
16635
- <tr><th class="line-num" id="L3877"><a href="#L3877">3877</a></th><td class="line-code"><pre>msgstr &quot;Ime kupca&quot;
16636
- </pre></td></tr>
16637
-
16638
-
16639
- <tr><th class="line-num" id="L3878"><a href="#L3878">3878</a></th><td class="line-code"><pre>
16640
- </pre></td></tr>
16641
-
16642
-
16643
- <tr><th class="line-num" id="L3879"><a href="#L3879">3879</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-attendees.php:70
16644
- </pre></td></tr>
16645
-
16646
-
16647
- <tr><th class="line-num" id="L3880"><a href="#L3880">3880</a></th><td class="line-code"><pre>msgid &quot;Purchaser email&quot;
16648
- </pre></td></tr>
16649
-
16650
-
16651
- <tr><th class="line-num" id="L3881"><a href="#L3881">3881</a></th><td class="line-code"><pre>msgstr &quot;E-mail kupca&quot;
16652
- </pre></td></tr>
16653
-
16654
-
16655
- <tr><th class="line-num" id="L3882"><a href="#L3882">3882</a></th><td class="line-code"><pre>
16656
- </pre></td></tr>
16657
-
16658
-
16659
- <tr><th class="line-num" id="L3883"><a href="#L3883">3883</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-attendees.php:71
16660
- </pre></td></tr>
16661
-
16662
-
16663
- <tr><th class="line-num" id="L3884"><a href="#L3884">3884</a></th><td class="line-code"><pre>msgid &quot;Ticket type&quot;
16664
- </pre></td></tr>
16665
-
16666
-
16667
- <tr><th class="line-num" id="L3885"><a href="#L3885">3885</a></th><td class="line-code"><pre>msgstr &quot;Tip ulaznice&quot;
16668
- </pre></td></tr>
16669
-
16670
-
16671
- <tr><th class="line-num" id="L3886"><a href="#L3886">3886</a></th><td class="line-code"><pre>
16672
- </pre></td></tr>
16673
-
16674
-
16675
- <tr><th class="line-num" id="L3887"><a href="#L3887">3887</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-attendees.php:72
16676
- </pre></td></tr>
16677
-
16678
-
16679
- <tr><th class="line-num" id="L3888"><a href="#L3888">3888</a></th><td class="line-code"><pre>#: ../views/tickets/email.php:316
16680
- </pre></td></tr>
16681
-
16682
-
16683
- <tr><th class="line-num" id="L3889"><a href="#L3889">3889</a></th><td class="line-code"><pre>msgid &quot;Ticket #&quot;
16684
- </pre></td></tr>
16685
-
16686
-
16687
- <tr><th class="line-num" id="L3890"><a href="#L3890">3890</a></th><td class="line-code"><pre>msgstr &quot;Ulaznica #&quot;
16688
- </pre></td></tr>
16689
-
16690
-
16691
- <tr><th class="line-num" id="L3891"><a href="#L3891">3891</a></th><td class="line-code"><pre>
16692
- </pre></td></tr>
16693
-
16694
-
16695
- <tr><th class="line-num" id="L3892"><a href="#L3892">3892</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-attendees.php:73
16696
- </pre></td></tr>
16697
-
16698
-
16699
- <tr><th class="line-num" id="L3893"><a href="#L3893">3893</a></th><td class="line-code"><pre>#: ../views/tickets/email.php:328
16700
- </pre></td></tr>
16701
-
16702
-
16703
- <tr><th class="line-num" id="L3894"><a href="#L3894">3894</a></th><td class="line-code"><pre>msgid &quot;Security Code&quot;
16704
- </pre></td></tr>
16705
-
16706
-
16707
- <tr><th class="line-num" id="L3895"><a href="#L3895">3895</a></th><td class="line-code"><pre>msgstr &quot;Sigurnosni broj&quot;
16708
- </pre></td></tr>
16709
-
16710
-
16711
- <tr><th class="line-num" id="L3896"><a href="#L3896">3896</a></th><td class="line-code"><pre>
16712
- </pre></td></tr>
16713
-
16714
-
16715
- <tr><th class="line-num" id="L3897"><a href="#L3897">3897</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-attendees.php:74
16716
- </pre></td></tr>
16717
-
16718
-
16719
- <tr><th class="line-num" id="L3898"><a href="#L3898">3898</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-attendees.php:144
16720
- </pre></td></tr>
16721
-
16722
-
16723
- <tr><th class="line-num" id="L3899"><a href="#L3899">3899</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-attendees.php:200
16724
- </pre></td></tr>
16725
-
16726
-
16727
- <tr><th class="line-num" id="L3900"><a href="#L3900">3900</a></th><td class="line-code"><pre>msgid &quot;Check in&quot;
16728
- </pre></td></tr>
16729
-
16730
-
16731
- <tr><th class="line-num" id="L3901"><a href="#L3901">3901</a></th><td class="line-code"><pre>msgstr &quot;Čekiranje&quot;
16732
- </pre></td></tr>
16733
-
16734
-
16735
- <tr><th class="line-num" id="L3902"><a href="#L3902">3902</a></th><td class="line-code"><pre>
16736
- </pre></td></tr>
16737
-
16738
-
16739
- <tr><th class="line-num" id="L3903"><a href="#L3903">3903</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-attendees.php:145
16740
- </pre></td></tr>
16741
-
16742
-
16743
- <tr><th class="line-num" id="L3904"><a href="#L3904">3904</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-attendees.php:200
16744
- </pre></td></tr>
16745
-
16746
-
16747
- <tr><th class="line-num" id="L3905"><a href="#L3905">3905</a></th><td class="line-code"><pre>msgid &quot;Undo Check in&quot;
16748
- </pre></td></tr>
16749
-
16750
-
16751
- <tr><th class="line-num" id="L3906"><a href="#L3906">3906</a></th><td class="line-code"><pre>msgstr &quot;Od-čekiranje&quot;
16752
- </pre></td></tr>
16753
-
16754
-
16755
- <tr><th class="line-num" id="L3907"><a href="#L3907">3907</a></th><td class="line-code"><pre>
16756
- </pre></td></tr>
16757
-
16758
-
16759
- <tr><th class="line-num" id="L3908"><a href="#L3908">3908</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-attendees.php:179
16760
- </pre></td></tr>
16761
-
16762
-
16763
- <tr><th class="line-num" id="L3909"><a href="#L3909">3909</a></th><td class="line-code"><pre>msgid &quot;Print&quot;
16764
- </pre></td></tr>
16765
-
16766
-
16767
- <tr><th class="line-num" id="L3910"><a href="#L3910">3910</a></th><td class="line-code"><pre>msgstr &quot;Štampa&quot;
16768
- </pre></td></tr>
16769
-
16770
-
16771
- <tr><th class="line-num" id="L3911"><a href="#L3911">3911</a></th><td class="line-code"><pre>
16772
- </pre></td></tr>
16773
-
16774
-
16775
- <tr><th class="line-num" id="L3912"><a href="#L3912">3912</a></th><td class="line-code"><pre># @ tribe-events-calendar
16776
- </pre></td></tr>
16777
-
16778
-
16779
- <tr><th class="line-num" id="L3913"><a href="#L3913">3913</a></th><td class="line-code"><pre>#
16780
- </pre></td></tr>
16781
-
16782
-
16783
- <tr><th class="line-num" id="L3914"><a href="#L3914">3914</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-attendees.php:180
16784
- </pre></td></tr>
16785
-
16786
-
16787
- <tr><th class="line-num" id="L3915"><a href="#L3915">3915</a></th><td class="line-code"><pre>msgid &quot;Email&quot;
16788
- </pre></td></tr>
16789
-
16790
-
16791
- <tr><th class="line-num" id="L3916"><a href="#L3916">3916</a></th><td class="line-code"><pre>msgstr &quot;E-mail&quot;
16792
- </pre></td></tr>
16793
-
16794
-
16795
- <tr><th class="line-num" id="L3917"><a href="#L3917">3917</a></th><td class="line-code"><pre>
16796
- </pre></td></tr>
16797
-
16798
-
16799
- <tr><th class="line-num" id="L3918"><a href="#L3918">3918</a></th><td class="line-code"><pre># @ tribe-events-calendar
16800
- </pre></td></tr>
16801
-
16802
-
16803
- <tr><th class="line-num" id="L3919"><a href="#L3919">3919</a></th><td class="line-code"><pre>#
16804
- </pre></td></tr>
16805
-
16806
-
16807
- <tr><th class="line-num" id="L3920"><a href="#L3920">3920</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-attendees.php:181
16808
- </pre></td></tr>
16809
-
16810
-
16811
- <tr><th class="line-num" id="L3921"><a href="#L3921">3921</a></th><td class="line-code"><pre>msgid &quot;Export&quot;
16812
- </pre></td></tr>
16813
-
16814
-
16815
- <tr><th class="line-num" id="L3922"><a href="#L3922">3922</a></th><td class="line-code"><pre>msgstr &quot;Izvoz&quot;
16816
- </pre></td></tr>
16817
-
16818
-
16819
- <tr><th class="line-num" id="L3923"><a href="#L3923">3923</a></th><td class="line-code"><pre>
16820
- </pre></td></tr>
16821
-
16822
-
16823
- <tr><th class="line-num" id="L3924"><a href="#L3924">3924</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-attendees.php:187
16824
- </pre></td></tr>
16825
-
16826
-
16827
- <tr><th class="line-num" id="L3925"><a href="#L3925">3925</a></th><td class="line-code"><pre>msgid &quot;Filter by ticket #, order # or security code&quot;
16828
- </pre></td></tr>
16829
-
16830
-
16831
- <tr><th class="line-num" id="L3926"><a href="#L3926">3926</a></th><td class="line-code"><pre>msgstr &quot;Filtriraj prema ulaznici #, narudžbi # ili sigurnosnom broju&quot;
16832
- </pre></td></tr>
16833
-
16834
-
16835
- <tr><th class="line-num" id="L3927"><a href="#L3927">3927</a></th><td class="line-code"><pre>
16836
- </pre></td></tr>
16837
-
16838
-
16839
- <tr><th class="line-num" id="L3928"><a href="#L3928">3928</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-metabox.php:24
16840
- </pre></td></tr>
16841
-
16842
-
16843
- <tr><th class="line-num" id="L3929"><a href="#L3929">3929</a></th><td class="line-code"><pre>msgid &quot;Tickets&quot;
16844
- </pre></td></tr>
16845
-
16846
-
16847
- <tr><th class="line-num" id="L3930"><a href="#L3930">3930</a></th><td class="line-code"><pre>msgstr &quot;Ulaznice&quot;
16848
- </pre></td></tr>
16849
-
16850
-
16851
- <tr><th class="line-num" id="L3931"><a href="#L3931">3931</a></th><td class="line-code"><pre>
16852
- </pre></td></tr>
16853
-
16854
-
16855
- <tr><th class="line-num" id="L3932"><a href="#L3932">3932</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-metabox.php:62
16856
- </pre></td></tr>
16857
-
16858
-
16859
- <tr><th class="line-num" id="L3933"><a href="#L3933">3933</a></th><td class="line-code"><pre>msgid &quot;Ticket header image&quot;
16860
- </pre></td></tr>
16861
-
16862
-
16863
- <tr><th class="line-num" id="L3934"><a href="#L3934">3934</a></th><td class="line-code"><pre>msgstr &quot;Slika na zaglavlju Ulaznice&quot;
16864
- </pre></td></tr>
16865
-
16866
-
16867
- <tr><th class="line-num" id="L3935"><a href="#L3935">3935</a></th><td class="line-code"><pre>
16868
- </pre></td></tr>
16869
-
16870
-
16871
- <tr><th class="line-num" id="L3936"><a href="#L3936">3936</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-metabox.php:62
16872
- </pre></td></tr>
16873
-
16874
-
16875
- <tr><th class="line-num" id="L3937"><a href="#L3937">3937</a></th><td class="line-code"><pre>msgid &quot;Set as ticket header&quot;
16876
- </pre></td></tr>
16877
-
16878
-
16879
- <tr><th class="line-num" id="L3938"><a href="#L3938">3938</a></th><td class="line-code"><pre>msgstr &quot;Postavi kao sliku za zaglavlje ulaznice&quot;
16880
- </pre></td></tr>
16881
-
16882
-
16883
- <tr><th class="line-num" id="L3939"><a href="#L3939">3939</a></th><td class="line-code"><pre>
16884
- </pre></td></tr>
16885
-
16886
-
16887
- <tr><th class="line-num" id="L3940"><a href="#L3940">3940</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-pro.php:107
16888
- </pre></td></tr>
16889
-
16890
-
16891
- <tr><th class="line-num" id="L3941"><a href="#L3941">3941</a></th><td class="line-code"><pre>msgid &quot;You need to select a user or type a valid email address&quot;
16892
- </pre></td></tr>
16893
-
16894
-
16895
- <tr><th class="line-num" id="L3942"><a href="#L3942">3942</a></th><td class="line-code"><pre>msgstr &quot;Morate odabrati korisnika ili ukucati validnu e-mail adresu &quot;
16896
- </pre></td></tr>
16897
-
16898
-
16899
- <tr><th class="line-num" id="L3943"><a href="#L3943">3943</a></th><td class="line-code"><pre>
16900
- </pre></td></tr>
16901
-
16902
-
16903
- <tr><th class="line-num" id="L3944"><a href="#L3944">3944</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-pro.php:108
16904
- </pre></td></tr>
16905
-
16906
-
16907
- <tr><th class="line-num" id="L3945"><a href="#L3945">3945</a></th><td class="line-code"><pre>msgid &quot;Sending...&quot;
16908
- </pre></td></tr>
16909
-
16910
-
16911
- <tr><th class="line-num" id="L3946"><a href="#L3946">3946</a></th><td class="line-code"><pre>msgstr &quot;Šaljem...&quot;
16912
- </pre></td></tr>
16913
-
16914
-
16915
- <tr><th class="line-num" id="L3947"><a href="#L3947">3947</a></th><td class="line-code"><pre>
16916
- </pre></td></tr>
16917
-
16918
-
16919
- <tr><th class="line-num" id="L3948"><a href="#L3948">3948</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-pro.php:136
16920
- </pre></td></tr>
16921
-
16922
-
16923
- <tr><th class="line-num" id="L3949"><a href="#L3949">3949</a></th><td class="line-code"><pre>msgid &quot;Columns&quot;
16924
- </pre></td></tr>
16925
-
16926
-
16927
- <tr><th class="line-num" id="L3950"><a href="#L3950">3950</a></th><td class="line-code"><pre>msgstr &quot;Kolone&quot;
16928
- </pre></td></tr>
16929
-
16930
-
16931
- <tr><th class="line-num" id="L3951"><a href="#L3951">3951</a></th><td class="line-code"><pre>
16932
- </pre></td></tr>
16933
-
16934
-
16935
- <tr><th class="line-num" id="L3952"><a href="#L3952">3952</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-pro.php:137
16936
- </pre></td></tr>
16937
-
16938
-
16939
- <tr><th class="line-num" id="L3953"><a href="#L3953">3953</a></th><td class="line-code"><pre>msgid &quot;&quot;
16940
- </pre></td></tr>
16941
-
16942
-
16943
- <tr><th class="line-num" id="L3954"><a href="#L3954">3954</a></th><td class="line-code"><pre>&quot;You can use Screen Options to select which columns you want to see. The &quot;
16944
- </pre></td></tr>
16945
-
16946
-
16947
- <tr><th class="line-num" id="L3955"><a href="#L3955">3955</a></th><td class="line-code"><pre>&quot;selection works in the table below, in the email, for print and for the CSV &quot;
16948
- </pre></td></tr>
16949
-
16950
-
16951
- <tr><th class="line-num" id="L3956"><a href="#L3956">3956</a></th><td class="line-code"><pre>&quot;export.&quot;
16952
- </pre></td></tr>
16953
-
16954
-
16955
- <tr><th class="line-num" id="L3957"><a href="#L3957">3957</a></th><td class="line-code"><pre>msgstr &quot;&quot;
16956
- </pre></td></tr>
16957
-
16958
-
16959
- <tr><th class="line-num" id="L3958"><a href="#L3958">3958</a></th><td class="line-code"><pre>&quot;Možete koristiti Postavke Ekrana da odaberete koje stupce želite vidjeti. &quot;
16960
- </pre></td></tr>
16961
-
16962
-
16963
- <tr><th class="line-num" id="L3959"><a href="#L3959">3959</a></th><td class="line-code"><pre>&quot;Izbor radi u tablici ispod, u e-mailu, za štampanje i za CSV export.&quot;
16964
- </pre></td></tr>
16965
-
16966
-
16967
- <tr><th class="line-num" id="L3960"><a href="#L3960">3960</a></th><td class="line-code"><pre>
16968
- </pre></td></tr>
16969
-
16970
-
16971
- <tr><th class="line-num" id="L3961"><a href="#L3961">3961</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-pro.php:258
16972
- </pre></td></tr>
16973
-
16974
-
16975
- <tr><th class="line-num" id="L3962"><a href="#L3962">3962</a></th><td class="line-code"><pre>msgid &quot;attendees&quot;
16976
- </pre></td></tr>
16977
-
16978
-
16979
- <tr><th class="line-num" id="L3963"><a href="#L3963">3963</a></th><td class="line-code"><pre>msgstr &quot;Učesnici&quot;
16980
- </pre></td></tr>
16981
-
16982
-
16983
- <tr><th class="line-num" id="L3964"><a href="#L3964">3964</a></th><td class="line-code"><pre>
16984
- </pre></td></tr>
16985
-
16986
-
16987
- <tr><th class="line-num" id="L3965"><a href="#L3965">3965</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets-pro.php:308
16988
- </pre></td></tr>
16989
-
16990
-
16991
- <tr><th class="line-num" id="L3966"><a href="#L3966">3966</a></th><td class="line-code"><pre>#, php-format
16992
- </pre></td></tr>
16993
-
16994
-
16995
- <tr><th class="line-num" id="L3967"><a href="#L3967">3967</a></th><td class="line-code"><pre>msgid &quot;Attendee List for: %s&quot;
16996
- </pre></td></tr>
16997
-
16998
-
16999
- <tr><th class="line-num" id="L3968"><a href="#L3968">3968</a></th><td class="line-code"><pre>msgstr &quot;Lista učesnika za: %s&quot;
17000
- </pre></td></tr>
17001
-
17002
-
17003
- <tr><th class="line-num" id="L3969"><a href="#L3969">3969</a></th><td class="line-code"><pre>
17004
- </pre></td></tr>
17005
-
17006
-
17007
- <tr><th class="line-num" id="L3970"><a href="#L3970">3970</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets.php:292
17008
- </pre></td></tr>
17009
-
17010
-
17011
- <tr><th class="line-num" id="L3971"><a href="#L3971">3971</a></th><td class="line-code"><pre>msgid &quot;Your ticket has been saved.&quot;
17012
- </pre></td></tr>
17013
-
17014
-
17015
- <tr><th class="line-num" id="L3972"><a href="#L3972">3972</a></th><td class="line-code"><pre>msgstr &quot;Vaša ulaznica je sačuvana.&quot;
17016
- </pre></td></tr>
17017
-
17018
-
17019
- <tr><th class="line-num" id="L3973"><a href="#L3973">3973</a></th><td class="line-code"><pre>
17020
- </pre></td></tr>
17021
-
17022
-
17023
- <tr><th class="line-num" id="L3974"><a href="#L3974">3974</a></th><td class="line-code"><pre>#: ../lib/tickets/tribe-tickets.php:369
17024
- </pre></td></tr>
17025
-
17026
-
17027
- <tr><th class="line-num" id="L3975"><a href="#L3975">3975</a></th><td class="line-code"><pre>msgid &quot;Your ticket has been deleted.&quot;
17028
- </pre></td></tr>
17029
-
17030
-
17031
- <tr><th class="line-num" id="L3976"><a href="#L3976">3976</a></th><td class="line-code"><pre>msgstr &quot;Vaša ulaznica je obrisana.&quot;
17032
- </pre></td></tr>
17033
-
17034
-
17035
- <tr><th class="line-num" id="L3977"><a href="#L3977">3977</a></th><td class="line-code"><pre>
17036
- </pre></td></tr>
17037
-
17038
-
17039
- <tr><th class="line-num" id="L3978"><a href="#L3978">3978</a></th><td class="line-code"><pre># @ tribe-events-calendar
17040
- </pre></td></tr>
17041
-
17042
-
17043
- <tr><th class="line-num" id="L3979"><a href="#L3979">3979</a></th><td class="line-code"><pre>#: ../public/advanced-functions/meta.php:35
17044
- </pre></td></tr>
17045
-
17046
-
17047
- <tr><th class="line-num" id="L3980"><a href="#L3980">3980</a></th><td class="line-code"><pre>msgid &quot;Start:&quot;
17048
- </pre></td></tr>
17049
-
17050
-
17051
- <tr><th class="line-num" id="L3981"><a href="#L3981">3981</a></th><td class="line-code"><pre>msgstr &quot;Početak:&quot;
17052
- </pre></td></tr>
17053
-
17054
-
17055
- <tr><th class="line-num" id="L3982"><a href="#L3982">3982</a></th><td class="line-code"><pre>
17056
- </pre></td></tr>
17057
-
17058
-
17059
- <tr><th class="line-num" id="L3983"><a href="#L3983">3983</a></th><td class="line-code"><pre># @ tribe-events-calendar
17060
- </pre></td></tr>
17061
-
17062
-
17063
- <tr><th class="line-num" id="L3984"><a href="#L3984">3984</a></th><td class="line-code"><pre>#: ../public/advanced-functions/meta.php:42
17064
- </pre></td></tr>
17065
-
17066
-
17067
- <tr><th class="line-num" id="L3985"><a href="#L3985">3985</a></th><td class="line-code"><pre>msgid &quot;End:&quot;
17068
- </pre></td></tr>
17069
-
17070
-
17071
- <tr><th class="line-num" id="L3986"><a href="#L3986">3986</a></th><td class="line-code"><pre>msgstr &quot;Kraj:&quot;
17072
- </pre></td></tr>
17073
-
17074
-
17075
- <tr><th class="line-num" id="L3987"><a href="#L3987">3987</a></th><td class="line-code"><pre>
17076
- </pre></td></tr>
17077
-
17078
-
17079
- <tr><th class="line-num" id="L3988"><a href="#L3988">3988</a></th><td class="line-code"><pre># @ tribe-events-calendar
17080
- </pre></td></tr>
17081
-
17082
-
17083
- <tr><th class="line-num" id="L3989"><a href="#L3989">3989</a></th><td class="line-code"><pre>#: ../public/advanced-functions/meta.php:51
17084
- </pre></td></tr>
17085
-
17086
-
17087
- <tr><th class="line-num" id="L3990"><a href="#L3990">3990</a></th><td class="line-code"><pre>msgid &quot;Date:&quot;
17088
- </pre></td></tr>
17089
-
17090
-
17091
- <tr><th class="line-num" id="L3991"><a href="#L3991">3991</a></th><td class="line-code"><pre>msgstr &quot;Datum: &quot;
17092
- </pre></td></tr>
17093
-
17094
-
17095
- <tr><th class="line-num" id="L3992"><a href="#L3992">3992</a></th><td class="line-code"><pre>
17096
- </pre></td></tr>
17097
-
17098
-
17099
- <tr><th class="line-num" id="L3993"><a href="#L3993">3993</a></th><td class="line-code"><pre># @ tribe-events-calendar
17100
- </pre></td></tr>
17101
-
17102
-
17103
- <tr><th class="line-num" id="L3994"><a href="#L3994">3994</a></th><td class="line-code"><pre>#: ../public/advanced-functions/meta.php:233
17104
- </pre></td></tr>
17105
-
17106
-
17107
- <tr><th class="line-num" id="L3995"><a href="#L3995">3995</a></th><td class="line-code"><pre>msgid &quot;Click to view a Google Map&quot;
17108
- </pre></td></tr>
17109
-
17110
-
17111
- <tr><th class="line-num" id="L3996"><a href="#L3996">3996</a></th><td class="line-code"><pre>msgstr &quot;Kliknite da vidite Google mapu&quot;
17112
- </pre></td></tr>
17113
-
17114
-
17115
- <tr><th class="line-num" id="L3997"><a href="#L3997">3997</a></th><td class="line-code"><pre>
17116
- </pre></td></tr>
17117
-
17118
-
17119
- <tr><th class="line-num" id="L3998"><a href="#L3998">3998</a></th><td class="line-code"><pre># @ tribe-events-calendar
17120
- </pre></td></tr>
17121
-
17122
-
17123
- <tr><th class="line-num" id="L3999"><a href="#L3999">3999</a></th><td class="line-code"><pre>#
17124
- </pre></td></tr>
17125
-
17126
-
17127
- <tr><th class="line-num" id="L4000"><a href="#L4000">4000</a></th><td class="line-code"><pre>#: ../public/advanced-functions/meta.php:234
17128
- </pre></td></tr>
17129
-
17130
-
17131
- <tr><th class="line-num" id="L4001"><a href="#L4001">4001</a></th><td class="line-code"><pre>msgid &quot;+ Google Map&quot;
17132
- </pre></td></tr>
17133
-
17134
-
17135
- <tr><th class="line-num" id="L4002"><a href="#L4002">4002</a></th><td class="line-code"><pre>msgstr &quot;+ Google Map&quot;
17136
- </pre></td></tr>
17137
-
17138
-
17139
- <tr><th class="line-num" id="L4003"><a href="#L4003">4003</a></th><td class="line-code"><pre>
17140
- </pre></td></tr>
17141
-
17142
-
17143
- <tr><th class="line-num" id="L4004"><a href="#L4004">4004</a></th><td class="line-code"><pre>#: ../public/advanced-functions/meta.php:245
17144
- </pre></td></tr>
17145
-
17146
-
17147
- <tr><th class="line-num" id="L4005"><a href="#L4005">4005</a></th><td class="line-code"><pre>msgid &quot;Details&quot;
17148
- </pre></td></tr>
17149
-
17150
-
17151
- <tr><th class="line-num" id="L4006"><a href="#L4006">4006</a></th><td class="line-code"><pre>msgstr &quot;Detalji&quot;
17152
- </pre></td></tr>
17153
-
17154
-
17155
- <tr><th class="line-num" id="L4007"><a href="#L4007">4007</a></th><td class="line-code"><pre>
17156
- </pre></td></tr>
17157
-
17158
-
17159
- <tr><th class="line-num" id="L4008"><a href="#L4008">4008</a></th><td class="line-code"><pre># @ tribe-events-calendar
17160
- </pre></td></tr>
17161
-
17162
-
17163
- <tr><th class="line-num" id="L4009"><a href="#L4009">4009</a></th><td class="line-code"><pre>#
17164
- </pre></td></tr>
17165
-
17166
-
17167
- <tr><th class="line-num" id="L4010"><a href="#L4010">4010</a></th><td class="line-code"><pre>#: ../public/advanced-functions/meta.php:295
17168
- </pre></td></tr>
17169
-
17170
-
17171
- <tr><th class="line-num" id="L4011"><a href="#L4011">4011</a></th><td class="line-code"><pre>msgid &quot;Event Tags:&quot;
17172
- </pre></td></tr>
17173
-
17174
-
17175
- <tr><th class="line-num" id="L4012"><a href="#L4012">4012</a></th><td class="line-code"><pre>msgstr &quot;Tagovi događaja:&quot;
17176
- </pre></td></tr>
17177
-
17178
-
17179
- <tr><th class="line-num" id="L4013"><a href="#L4013">4013</a></th><td class="line-code"><pre>
17180
- </pre></td></tr>
17181
-
17182
-
17183
- <tr><th class="line-num" id="L4014"><a href="#L4014">4014</a></th><td class="line-code"><pre>#: ../public/advanced-functions/meta.php:321
17184
- </pre></td></tr>
17185
-
17186
-
17187
- <tr><th class="line-num" id="L4015"><a href="#L4015">4015</a></th><td class="line-code"><pre>msgid &quot;Origin:&quot;
17188
- </pre></td></tr>
17189
-
17190
-
17191
- <tr><th class="line-num" id="L4016"><a href="#L4016">4016</a></th><td class="line-code"><pre>msgstr &quot;Porijeklo:&quot;
17192
- </pre></td></tr>
17193
-
17194
-
17195
- <tr><th class="line-num" id="L4017"><a href="#L4017">4017</a></th><td class="line-code"><pre>
17196
- </pre></td></tr>
17197
-
17198
-
17199
- <tr><th class="line-num" id="L4018"><a href="#L4018">4018</a></th><td class="line-code"><pre># @ tribe-events-calendar
17200
- </pre></td></tr>
17201
-
17202
-
17203
- <tr><th class="line-num" id="L4019"><a href="#L4019">4019</a></th><td class="line-code"><pre>#: ../public/advanced-functions/meta.php:458
17204
- </pre></td></tr>
17205
-
17206
-
17207
- <tr><th class="line-num" id="L4020"><a href="#L4020">4020</a></th><td class="line-code"><pre>msgid &quot;Event:&quot;
17208
- </pre></td></tr>
17209
-
17210
-
17211
- <tr><th class="line-num" id="L4021"><a href="#L4021">4021</a></th><td class="line-code"><pre>msgstr &quot;Događaj:&quot;
17212
- </pre></td></tr>
17213
-
17214
-
17215
- <tr><th class="line-num" id="L4022"><a href="#L4022">4022</a></th><td class="line-code"><pre>
17216
- </pre></td></tr>
17217
-
17218
-
17219
- <tr><th class="line-num" id="L4023"><a href="#L4023">4023</a></th><td class="line-code"><pre># @ tribe-events-calendar
17220
- </pre></td></tr>
17221
-
17222
-
17223
- <tr><th class="line-num" id="L4024"><a href="#L4024">4024</a></th><td class="line-code"><pre>#
17224
- </pre></td></tr>
17225
-
17226
-
17227
- <tr><th class="line-num" id="L4025"><a href="#L4025">4025</a></th><td class="line-code"><pre>#: ../public/template-tags/deprecated.php:1143
17228
- </pre></td></tr>
17229
-
17230
-
17231
- <tr><th class="line-num" id="L4026"><a href="#L4026">4026</a></th><td class="line-code"><pre>msgid &quot;Category&quot;
17232
- </pre></td></tr>
17233
-
17234
-
17235
- <tr><th class="line-num" id="L4027"><a href="#L4027">4027</a></th><td class="line-code"><pre>msgstr &quot;Kategorija&quot;
17236
- </pre></td></tr>
17237
-
17238
-
17239
- <tr><th class="line-num" id="L4028"><a href="#L4028">4028</a></th><td class="line-code"><pre>
17240
- </pre></td></tr>
17241
-
17242
-
17243
- <tr><th class="line-num" id="L4029"><a href="#L4029">4029</a></th><td class="line-code"><pre># @ tribe-events-calendar
17244
- </pre></td></tr>
17245
-
17246
-
17247
- <tr><th class="line-num" id="L4030"><a href="#L4030">4030</a></th><td class="line-code"><pre>#: ../public/template-tags/general.php:306
17248
- </pre></td></tr>
17249
-
17250
-
17251
- <tr><th class="line-num" id="L4031"><a href="#L4031">4031</a></th><td class="line-code"><pre>msgid &quot;Tags:&quot;
17252
- </pre></td></tr>
17253
-
17254
-
17255
- <tr><th class="line-num" id="L4032"><a href="#L4032">4032</a></th><td class="line-code"><pre>msgstr &quot;Tagovi:&quot;
17256
- </pre></td></tr>
17257
-
17258
-
17259
- <tr><th class="line-num" id="L4033"><a href="#L4033">4033</a></th><td class="line-code"><pre>
17260
- </pre></td></tr>
17261
-
17262
-
17263
- <tr><th class="line-num" id="L4034"><a href="#L4034">4034</a></th><td class="line-code"><pre># @ tribe-events-calendar
17264
- </pre></td></tr>
17265
-
17266
-
17267
- <tr><th class="line-num" id="L4035"><a href="#L4035">4035</a></th><td class="line-code"><pre>#
17268
- </pre></td></tr>
17269
-
17270
-
17271
- <tr><th class="line-num" id="L4036"><a href="#L4036">4036</a></th><td class="line-code"><pre>#: ../public/template-tags/general.php:392
17272
- </pre></td></tr>
17273
-
17274
-
17275
- <tr><th class="line-num" id="L4037"><a href="#L4037">4037</a></th><td class="line-code"><pre>msgid &quot;Loading Events&quot;
17276
- </pre></td></tr>
17277
-
17278
-
17279
- <tr><th class="line-num" id="L4038"><a href="#L4038">4038</a></th><td class="line-code"><pre>msgstr &quot;Učitavanje događaja&quot;
17280
- </pre></td></tr>
17281
-
17282
-
17283
- <tr><th class="line-num" id="L4039"><a href="#L4039">4039</a></th><td class="line-code"><pre>
17284
- </pre></td></tr>
17285
-
17286
-
17287
- <tr><th class="line-num" id="L4040"><a href="#L4040">4040</a></th><td class="line-code"><pre># @ tribe-events-calendar
17288
- </pre></td></tr>
17289
-
17290
-
17291
- <tr><th class="line-num" id="L4041"><a href="#L4041">4041</a></th><td class="line-code"><pre>#: ../public/template-tags/general.php:531
17292
- </pre></td></tr>
17293
-
17294
-
17295
- <tr><th class="line-num" id="L4042"><a href="#L4042">4042</a></th><td class="line-code"><pre>msgid &quot;Free&quot;
17296
- </pre></td></tr>
17297
-
17298
-
17299
- <tr><th class="line-num" id="L4043"><a href="#L4043">4043</a></th><td class="line-code"><pre>msgstr &quot;Slobodan&quot;
17300
- </pre></td></tr>
17301
-
17302
-
17303
- <tr><th class="line-num" id="L4044"><a href="#L4044">4044</a></th><td class="line-code"><pre>
17304
- </pre></td></tr>
17305
-
17306
-
17307
- <tr><th class="line-num" id="L4045"><a href="#L4045">4045</a></th><td class="line-code"><pre># @ tribe-events-calendar
17308
- </pre></td></tr>
17309
-
17310
-
17311
- <tr><th class="line-num" id="L4046"><a href="#L4046">4046</a></th><td class="line-code"><pre>#
17312
- </pre></td></tr>
17313
-
17314
-
17315
- <tr><th class="line-num" id="L4047"><a href="#L4047">4047</a></th><td class="line-code"><pre>#: ../public/template-tags/general.php:703
17316
- </pre></td></tr>
17317
-
17318
-
17319
- <tr><th class="line-num" id="L4048"><a href="#L4048">4048</a></th><td class="line-code"><pre>msgid &quot;Recurring Event&quot;
17320
- </pre></td></tr>
17321
-
17322
-
17323
- <tr><th class="line-num" id="L4049"><a href="#L4049">4049</a></th><td class="line-code"><pre>msgstr &quot;Ponavljajući događaj&quot;
17324
- </pre></td></tr>
17325
-
17326
-
17327
- <tr><th class="line-num" id="L4050"><a href="#L4050">4050</a></th><td class="line-code"><pre>
17328
- </pre></td></tr>
17329
-
17330
-
17331
- <tr><th class="line-num" id="L4051"><a href="#L4051">4051</a></th><td class="line-code"><pre>#: ../public/template-tags/general.php:706
17332
- </pre></td></tr>
17333
-
17334
-
17335
- <tr><th class="line-num" id="L4052"><a href="#L4052">4052</a></th><td class="line-code"><pre>msgid &quot;(See all)&quot;
17336
- </pre></td></tr>
17337
-
17338
-
17339
- <tr><th class="line-num" id="L4053"><a href="#L4053">4053</a></th><td class="line-code"><pre>msgstr &quot;(Vidi sve)&quot;
17340
- </pre></td></tr>
17341
-
17342
-
17343
- <tr><th class="line-num" id="L4054"><a href="#L4054">4054</a></th><td class="line-code"><pre>
17344
- </pre></td></tr>
17345
-
17346
-
17347
- <tr><th class="line-num" id="L4055"><a href="#L4055">4055</a></th><td class="line-code"><pre># @ tribe-events-calendar
17348
- </pre></td></tr>
17349
-
17350
-
17351
- <tr><th class="line-num" id="L4056"><a href="#L4056">4056</a></th><td class="line-code"><pre>#: ../public/template-tags/general.php:982
17352
- </pre></td></tr>
17353
-
17354
-
17355
- <tr><th class="line-num" id="L4057"><a href="#L4057">4057</a></th><td class="line-code"><pre>#, php-format
17356
- </pre></td></tr>
17357
-
17358
-
17359
- <tr><th class="line-num" id="L4058"><a href="#L4058">4058</a></th><td class="line-code"><pre>msgid &quot;Calendar powered by %sThe Events Calendar%s&quot;
17360
- </pre></td></tr>
17361
-
17362
-
17363
- <tr><th class="line-num" id="L4059"><a href="#L4059">4059</a></th><td class="line-code"><pre>msgstr &quot;Kalendar pokreće %sThe Events Calendar%s&quot;
17364
- </pre></td></tr>
17365
-
17366
-
17367
- <tr><th class="line-num" id="L4060"><a href="#L4060">4060</a></th><td class="line-code"><pre>
17368
- </pre></td></tr>
17369
-
17370
-
17371
- <tr><th class="line-num" id="L4061"><a href="#L4061">4061</a></th><td class="line-code"><pre># @ tribe-events-calendar
17372
- </pre></td></tr>
17373
-
17374
-
17375
- <tr><th class="line-num" id="L4062"><a href="#L4062">4062</a></th><td class="line-code"><pre>#: ../public/template-tags/loop.php:150
17376
- </pre></td></tr>
17377
-
17378
-
17379
- <tr><th class="line-num" id="L4063"><a href="#L4063">4063</a></th><td class="line-code"><pre>#, php-format
17380
- </pre></td></tr>
17381
-
17382
-
17383
- <tr><th class="line-num" id="L4064"><a href="#L4064">4064</a></th><td class="line-code"><pre>msgid &quot;Events for %1$s&quot;
17384
- </pre></td></tr>
17385
-
17386
-
17387
- <tr><th class="line-num" id="L4065"><a href="#L4065">4065</a></th><td class="line-code"><pre>msgstr &quot;Događaji za %1$s&quot;
17388
- </pre></td></tr>
17389
-
17390
-
17391
- <tr><th class="line-num" id="L4066"><a href="#L4066">4066</a></th><td class="line-code"><pre>
17392
- </pre></td></tr>
17393
-
17394
-
17395
- <tr><th class="line-num" id="L4067"><a href="#L4067">4067</a></th><td class="line-code"><pre># @ tribe-events-calendar
17396
- </pre></td></tr>
17397
-
17398
-
17399
- <tr><th class="line-num" id="L4068"><a href="#L4068">4068</a></th><td class="line-code"><pre>#: ../public/template-tags/loop.php:158
17400
- </pre></td></tr>
17401
-
17402
-
17403
- <tr><th class="line-num" id="L4069"><a href="#L4069">4069</a></th><td class="line-code"><pre>#, php-format
17404
- </pre></td></tr>
17405
-
17406
-
17407
- <tr><th class="line-num" id="L4070"><a href="#L4070">4070</a></th><td class="line-code"><pre>msgid &quot;Events for %1$s through %2$s&quot;
17408
- </pre></td></tr>
17409
-
17410
-
17411
- <tr><th class="line-num" id="L4071"><a href="#L4071">4071</a></th><td class="line-code"><pre>msgstr &quot;Događaji za %1$s kroz %2$s&quot;
17412
- </pre></td></tr>
17413
-
17414
-
17415
- <tr><th class="line-num" id="L4072"><a href="#L4072">4072</a></th><td class="line-code"><pre>
17416
- </pre></td></tr>
17417
-
17418
-
17419
- <tr><th class="line-num" id="L4073"><a href="#L4073">4073</a></th><td class="line-code"><pre># @ tribe-events-calendar
17420
- </pre></td></tr>
17421
-
17422
-
17423
- <tr><th class="line-num" id="L4074"><a href="#L4074">4074</a></th><td class="line-code"><pre>#
17424
- </pre></td></tr>
17425
-
17426
-
17427
- <tr><th class="line-num" id="L4075"><a href="#L4075">4075</a></th><td class="line-code"><pre>#: ../public/template-tags/loop.php:171
17428
- </pre></td></tr>
17429
-
17430
-
17431
- <tr><th class="line-num" id="L4076"><a href="#L4076">4076</a></th><td class="line-code"><pre>msgid &quot;Events for &quot;
17432
- </pre></td></tr>
17433
-
17434
-
17435
- <tr><th class="line-num" id="L4077"><a href="#L4077">4077</a></th><td class="line-code"><pre>msgstr &quot;Događaji za&quot;
17436
- </pre></td></tr>
17437
-
17438
-
17439
- <tr><th class="line-num" id="L4078"><a href="#L4078">4078</a></th><td class="line-code"><pre>
17440
- </pre></td></tr>
17441
-
17442
-
17443
- <tr><th class="line-num" id="L4079"><a href="#L4079">4079</a></th><td class="line-code"><pre># @ tribe-events-calendar
17444
- </pre></td></tr>
17445
-
17446
-
17447
- <tr><th class="line-num" id="L4080"><a href="#L4080">4080</a></th><td class="line-code"><pre>#: ../public/template-tags/options.php:20
17448
- </pre></td></tr>
17449
-
17450
-
17451
- <tr><th class="line-num" id="L4081"><a href="#L4081">4081</a></th><td class="line-code"><pre>#, php-format
17452
- </pre></td></tr>
17453
-
17454
-
17455
- <tr><th class="line-num" id="L4082"><a href="#L4082">4082</a></th><td class="line-code"><pre>msgid &quot;Your current Events URL is %s&quot;
17456
- </pre></td></tr>
17457
-
17458
-
17459
- <tr><th class="line-num" id="L4083"><a href="#L4083">4083</a></th><td class="line-code"><pre>msgstr &quot;Vaš trenutni URL događaja je %s&quot;
17460
- </pre></td></tr>
17461
-
17462
-
17463
- <tr><th class="line-num" id="L4084"><a href="#L4084">4084</a></th><td class="line-code"><pre>
17464
- </pre></td></tr>
17465
-
17466
-
17467
- <tr><th class="line-num" id="L4085"><a href="#L4085">4085</a></th><td class="line-code"><pre># @ tribe-events-calendar
17468
- </pre></td></tr>
17469
-
17470
-
17471
- <tr><th class="line-num" id="L4086"><a href="#L4086">4086</a></th><td class="line-code"><pre>#: ../public/template-tags/options.php:31
17472
- </pre></td></tr>
17473
-
17474
-
17475
- <tr><th class="line-num" id="L4087"><a href="#L4087">4087</a></th><td class="line-code"><pre>#, php-format
17476
- </pre></td></tr>
17477
-
17478
-
17479
- <tr><th class="line-num" id="L4088"><a href="#L4088">4088</a></th><td class="line-code"><pre>msgid &quot;&quot;
17480
- </pre></td></tr>
17481
-
17482
-
17483
- <tr><th class="line-num" id="L4089"><a href="#L4089">4089</a></th><td class="line-code"><pre>&quot;You &lt;strong&gt;cannot&lt;/strong&gt; use the same slug as above. The above should &quot;
17484
- </pre></td></tr>
17485
-
17486
-
17487
- <tr><th class="line-num" id="L4090"><a href="#L4090">4090</a></th><td class="line-code"><pre>&quot;ideally be plural, and this singular.&lt;br /&gt;Your single Event URL is like: %s&quot;
17488
- </pre></td></tr>
17489
-
17490
-
17491
- <tr><th class="line-num" id="L4091"><a href="#L4091">4091</a></th><td class="line-code"><pre>msgstr &quot;&quot;
17492
- </pre></td></tr>
17493
-
17494
-
17495
- <tr><th class="line-num" id="L4092"><a href="#L4092">4092</a></th><td class="line-code"><pre>&quot;Vi &lt;strong&gt;ne možete&lt;/strong&gt; koristiti isti naziv kao iznad. Iznad bi &quot;
17496
- </pre></td></tr>
17497
-
17498
-
17499
- <tr><th class="line-num" id="L4093"><a href="#L4093">4093</a></th><td class="line-code"><pre>&quot;trebalo da bude množina, a ovdje jednina.&lt;br /&gt;URL jednog događaja izgleda: &quot;
17500
- </pre></td></tr>
17501
-
17502
-
17503
- <tr><th class="line-num" id="L4094"><a href="#L4094">4094</a></th><td class="line-code"><pre>&quot;%s&quot;
17504
- </pre></td></tr>
17505
-
17506
-
17507
- <tr><th class="line-num" id="L4095"><a href="#L4095">4095</a></th><td class="line-code"><pre>
17508
- </pre></td></tr>
17509
-
17510
-
17511
- <tr><th class="line-num" id="L4096"><a href="#L4096">4096</a></th><td class="line-code"><pre># @ tribe-events-calendar
17512
- </pre></td></tr>
17513
-
17514
-
17515
- <tr><th class="line-num" id="L4097"><a href="#L4097">4097</a></th><td class="line-code"><pre>#
17516
- </pre></td></tr>
17517
-
17518
-
17519
- <tr><th class="line-num" id="L4098"><a href="#L4098">4098</a></th><td class="line-code"><pre>#: ../views/single-event.php:23
17520
- </pre></td></tr>
17521
-
17522
-
17523
- <tr><th class="line-num" id="L4099"><a href="#L4099">4099</a></th><td class="line-code"><pre>msgid &quot;&amp;laquo; All Events&quot;
17524
- </pre></td></tr>
17525
-
17526
-
17527
- <tr><th class="line-num" id="L4100"><a href="#L4100">4100</a></th><td class="line-code"><pre>msgstr &quot;&amp;laquo; Svi događaji&quot;
17528
- </pre></td></tr>
17529
-
17530
-
17531
- <tr><th class="line-num" id="L4101"><a href="#L4101">4101</a></th><td class="line-code"><pre>
17532
- </pre></td></tr>
17533
-
17534
-
17535
- <tr><th class="line-num" id="L4102"><a href="#L4102">4102</a></th><td class="line-code"><pre># @ tribe-events-calendar
17536
- </pre></td></tr>
17537
-
17538
-
17539
- <tr><th class="line-num" id="L4103"><a href="#L4103">4103</a></th><td class="line-code"><pre>#
17540
- </pre></td></tr>
17541
-
17542
-
17543
- <tr><th class="line-num" id="L4104"><a href="#L4104">4104</a></th><td class="line-code"><pre>#: ../views/single-event.php:42 ../views/single-event.php:73
17544
- </pre></td></tr>
17545
-
17546
-
17547
- <tr><th class="line-num" id="L4105"><a href="#L4105">4105</a></th><td class="line-code"><pre>msgid &quot;Event Navigation&quot;
17548
- </pre></td></tr>
17549
-
17550
-
17551
- <tr><th class="line-num" id="L4106"><a href="#L4106">4106</a></th><td class="line-code"><pre>msgstr &quot;Navigacija događaja&quot;
17552
- </pre></td></tr>
17553
-
17554
-
17555
- <tr><th class="line-num" id="L4107"><a href="#L4107">4107</a></th><td class="line-code"><pre>
17556
- </pre></td></tr>
17557
-
17558
-
17559
- <tr><th class="line-num" id="L4108"><a href="#L4108">4108</a></th><td class="line-code"><pre># @ tribe-events-calendar
17560
- </pre></td></tr>
17561
-
17562
-
17563
- <tr><th class="line-num" id="L4109"><a href="#L4109">4109</a></th><td class="line-code"><pre>#
17564
- </pre></td></tr>
17565
-
17566
-
17567
- <tr><th class="line-num" id="L4110"><a href="#L4110">4110</a></th><td class="line-code"><pre>#: ../views/list/nav.php:16
17568
- </pre></td></tr>
17569
-
17570
-
17571
- <tr><th class="line-num" id="L4111"><a href="#L4111">4111</a></th><td class="line-code"><pre>msgid &quot;Events List Navigation&quot;
17572
- </pre></td></tr>
17573
-
17574
-
17575
- <tr><th class="line-num" id="L4112"><a href="#L4112">4112</a></th><td class="line-code"><pre>msgstr &quot;Navigacija liste događaja&quot;
17576
- </pre></td></tr>
17577
-
17578
-
17579
- <tr><th class="line-num" id="L4113"><a href="#L4113">4113</a></th><td class="line-code"><pre>
17580
- </pre></td></tr>
17581
-
17582
-
17583
- <tr><th class="line-num" id="L4114"><a href="#L4114">4114</a></th><td class="line-code"><pre>#: ../views/list/single-event.php:76
17584
- </pre></td></tr>
17585
-
17586
-
17587
- <tr><th class="line-num" id="L4115"><a href="#L4115">4115</a></th><td class="line-code"><pre>msgid &quot;Find out more&quot;
17588
- </pre></td></tr>
17589
-
17590
-
17591
- <tr><th class="line-num" id="L4116"><a href="#L4116">4116</a></th><td class="line-code"><pre>msgstr &quot;Saznajte više&quot;
17592
- </pre></td></tr>
17593
-
17594
-
17595
- <tr><th class="line-num" id="L4117"><a href="#L4117">4117</a></th><td class="line-code"><pre>
17596
- </pre></td></tr>
17597
-
17598
-
17599
- <tr><th class="line-num" id="L4118"><a href="#L4118">4118</a></th><td class="line-code"><pre># @ tribe-events-calendar
17600
- </pre></td></tr>
17601
-
17602
-
17603
- <tr><th class="line-num" id="L4119"><a href="#L4119">4119</a></th><td class="line-code"><pre>#
17604
- </pre></td></tr>
17605
-
17606
-
17607
- <tr><th class="line-num" id="L4120"><a href="#L4120">4120</a></th><td class="line-code"><pre>#: ../views/modules/bar.php:31 ../views/modules/bar.php:60
17608
- </pre></td></tr>
17609
-
17610
-
17611
- <tr><th class="line-num" id="L4121"><a href="#L4121">4121</a></th><td class="line-code"><pre>msgid &quot;Find Events&quot;
17612
- </pre></td></tr>
17613
-
17614
-
17615
- <tr><th class="line-num" id="L4122"><a href="#L4122">4122</a></th><td class="line-code"><pre>msgstr &quot;Nađi događaje&quot;
17616
- </pre></td></tr>
17617
-
17618
-
17619
- <tr><th class="line-num" id="L4123"><a href="#L4123">4123</a></th><td class="line-code"><pre>
17620
- </pre></td></tr>
17621
-
17622
-
17623
- <tr><th class="line-num" id="L4124"><a href="#L4124">4124</a></th><td class="line-code"><pre>#: ../views/modules/bar.php:38
17624
- </pre></td></tr>
17625
-
17626
-
17627
- <tr><th class="line-num" id="L4125"><a href="#L4125">4125</a></th><td class="line-code"><pre>msgid &quot;Event Views Navigation&quot;
17628
- </pre></td></tr>
17629
-
17630
-
17631
- <tr><th class="line-num" id="L4126"><a href="#L4126">4126</a></th><td class="line-code"><pre>msgstr &quot;Navigacija pogleda događaja&quot;
17632
- </pre></td></tr>
17633
-
17634
-
17635
- <tr><th class="line-num" id="L4127"><a href="#L4127">4127</a></th><td class="line-code"><pre>
17636
- </pre></td></tr>
17637
-
17638
-
17639
- <tr><th class="line-num" id="L4128"><a href="#L4128">4128</a></th><td class="line-code"><pre># @ tribe-events-calendar
17640
- </pre></td></tr>
17641
-
17642
-
17643
- <tr><th class="line-num" id="L4129"><a href="#L4129">4129</a></th><td class="line-code"><pre>#
17644
- </pre></td></tr>
17645
-
17646
-
17647
- <tr><th class="line-num" id="L4130"><a href="#L4130">4130</a></th><td class="line-code"><pre>#: ../views/modules/bar.php:39
17648
- </pre></td></tr>
17649
-
17650
-
17651
- <tr><th class="line-num" id="L4131"><a href="#L4131">4131</a></th><td class="line-code"><pre>msgid &quot;View As&quot;
17652
- </pre></td></tr>
17653
-
17654
-
17655
- <tr><th class="line-num" id="L4132"><a href="#L4132">4132</a></th><td class="line-code"><pre>msgstr &quot;Vidi kao&quot;
17656
- </pre></td></tr>
17657
-
17658
-
17659
- <tr><th class="line-num" id="L4133"><a href="#L4133">4133</a></th><td class="line-code"><pre>
17660
- </pre></td></tr>
17661
-
17662
-
17663
- <tr><th class="line-num" id="L4134"><a href="#L4134">4134</a></th><td class="line-code"><pre># @ tribe-events-calendar
17664
- </pre></td></tr>
17665
-
17666
-
17667
- <tr><th class="line-num" id="L4135"><a href="#L4135">4135</a></th><td class="line-code"><pre>#: ../views/month/nav.php:18
17668
- </pre></td></tr>
17669
-
17670
-
17671
- <tr><th class="line-num" id="L4136"><a href="#L4136">4136</a></th><td class="line-code"><pre>msgid &quot;Calendar Month Navigation&quot;
17672
- </pre></td></tr>
17673
-
17674
-
17675
- <tr><th class="line-num" id="L4137"><a href="#L4137">4137</a></th><td class="line-code"><pre>msgstr &quot;Mjesečna navigacija u kalendaru&quot;
17676
- </pre></td></tr>
17677
-
17678
-
17679
- <tr><th class="line-num" id="L4138"><a href="#L4138">4138</a></th><td class="line-code"><pre>
17680
- </pre></td></tr>
17681
-
17682
-
17683
- <tr><th class="line-num" id="L4139"><a href="#L4139">4139</a></th><td class="line-code"><pre># @ tribe-events-calendar
17684
- </pre></td></tr>
17685
-
17686
-
17687
- <tr><th class="line-num" id="L4140"><a href="#L4140">4140</a></th><td class="line-code"><pre>#
17688
- </pre></td></tr>
17689
-
17690
-
17691
- <tr><th class="line-num" id="L4141"><a href="#L4141">4141</a></th><td class="line-code"><pre>#: ../views/tickets/attendees-email.php:25
17692
- </pre></td></tr>
17693
-
17694
-
17695
- <tr><th class="line-num" id="L4142"><a href="#L4142">4142</a></th><td class="line-code"><pre>msgid &quot;Attendee List&quot;
17696
- </pre></td></tr>
17697
-
17698
-
17699
- <tr><th class="line-num" id="L4143"><a href="#L4143">4143</a></th><td class="line-code"><pre>msgstr &quot;Lista učesnika&quot;
17700
- </pre></td></tr>
17701
-
17702
-
17703
- <tr><th class="line-num" id="L4144"><a href="#L4144">4144</a></th><td class="line-code"><pre>
17704
- </pre></td></tr>
17705
-
17706
-
17707
- <tr><th class="line-num" id="L4145"><a href="#L4145">4145</a></th><td class="line-code"><pre>#: ../views/tickets/email.php:39
17708
- </pre></td></tr>
17709
-
17710
-
17711
- <tr><th class="line-num" id="L4146"><a href="#L4146">4146</a></th><td class="line-code"><pre>msgid &quot;Your tickets&quot;
17712
- </pre></td></tr>
17713
-
17714
-
17715
- <tr><th class="line-num" id="L4147"><a href="#L4147">4147</a></th><td class="line-code"><pre>msgstr &quot;Vaše ulaznice&quot;
17716
- </pre></td></tr>
17717
-
17718
-
17719
- <tr><th class="line-num" id="L4148"><a href="#L4148">4148</a></th><td class="line-code"><pre>
17720
- </pre></td></tr>
17721
-
17722
-
17723
- <tr><th class="line-num" id="L4149"><a href="#L4149">4149</a></th><td class="line-code"><pre>#: ../views/tickets/email.php:320
17724
- </pre></td></tr>
17725
-
17726
-
17727
- <tr><th class="line-num" id="L4150"><a href="#L4150">4150</a></th><td class="line-code"><pre>msgid &quot;Ticket Type&quot;
17728
- </pre></td></tr>
17729
-
17730
-
17731
- <tr><th class="line-num" id="L4151"><a href="#L4151">4151</a></th><td class="line-code"><pre>msgstr &quot;Tip ulaznica&quot;
17732
- </pre></td></tr>
17733
-
17734
-
17735
- <tr><th class="line-num" id="L4152"><a href="#L4152">4152</a></th><td class="line-code"><pre>
17736
- </pre></td></tr>
17737
-
17738
-
17739
- <tr><th class="line-num" id="L4153"><a href="#L4153">4153</a></th><td class="line-code"><pre>#: ../views/tickets/email.php:324
17740
- </pre></td></tr>
17741
-
17742
-
17743
- <tr><th class="line-num" id="L4154"><a href="#L4154">4154</a></th><td class="line-code"><pre>msgid &quot;Purchaser&quot;
17744
- </pre></td></tr>
17745
-
17746
-
17747
- <tr><th class="line-num" id="L4155"><a href="#L4155">4155</a></th><td class="line-code"><pre>msgstr &quot;Korisnik&quot;
17748
- </pre></td></tr>
17749
-
17750
-
17751
- <tr><th class="line-num" id="L4156"><a href="#L4156">4156</a></th><td class="line-code"><pre>
17752
- </pre></td></tr>
17753
-
17754
-
17755
- <tr><th class="line-num" id="L4157"><a href="#L4157">4157</a></th><td class="line-code"><pre>#~ msgid &quot;&quot;
17756
- </pre></td></tr>
17757
-
17758
-
17759
- <tr><th class="line-num" id="L4158"><a href="#L4158">4158</a></th><td class="line-code"><pre>#~ &quot;Want to modify the display of this widget? Try a %stemplate override%s.&quot;
17760
- </pre></td></tr>
17761
-
17762
-
17763
- <tr><th class="line-num" id="L4159"><a href="#L4159">4159</a></th><td class="line-code"><pre>#~ msgstr &quot;&quot;
17764
- </pre></td></tr>
17765
-
17766
-
17767
- <tr><th class="line-num" id="L4160"><a href="#L4160">4160</a></th><td class="line-code"><pre>#~ &quot;Želite da modifikujete izgled ovog vidžeta? Probajte %stemplate override&quot;
17768
- </pre></td></tr>
17769
-
17770
-
17771
- <tr><th class="line-num" id="L4161"><a href="#L4161">4161</a></th><td class="line-code"><pre>#~ &quot;%s.&quot;
17772
- </pre></td></tr>
17773
-
17774
-
17775
- <tr><th class="line-num" id="L4162"><a href="#L4162">4162</a></th><td class="line-code"><pre>
17776
- </pre></td></tr>
17777
-
17778
-
17779
- <tr><th class="line-num" id="L4163"><a href="#L4163">4163</a></th><td class="line-code"><pre>#~ msgid &quot;&quot;
17780
- </pre></td></tr>
17781
-
17782
-
17783
- <tr><th class="line-num" id="L4164"><a href="#L4164">4164</a></th><td class="line-code"><pre>#~ &quot;These styles provide a bare minimum level of layout for the more complex &quot;
17784
- </pre></td></tr>
17785
-
17786
-
17787
- <tr><th class="line-num" id="L4165"><a href="#L4165">4165</a></th><td class="line-code"><pre>#~ &quot;templates, and is recommended if you&#39;re customizing the events template &quot;
17788
- </pre></td></tr>
17789
-
17790
-
17791
- <tr><th class="line-num" id="L4166"><a href="#L4166">4166</a></th><td class="line-code"><pre>#~ &quot;styles.&quot;
17792
- </pre></td></tr>
17793
-
17794
-
17795
- <tr><th class="line-num" id="L4167"><a href="#L4167">4167</a></th><td class="line-code"><pre>#~ msgstr &quot;&quot;
17796
- </pre></td></tr>
17797
-
17798
-
17799
- <tr><th class="line-num" id="L4168"><a href="#L4168">4168</a></th><td class="line-code"><pre>#~ &quot;Ovi stilovi osiguravaju minimalni nivo rasporeda za kompleksija teme i &quot;
17800
- </pre></td></tr>
17801
-
17802
-
17803
- <tr><th class="line-num" id="L4169"><a href="#L4169">4169</a></th><td class="line-code"><pre>#~ &quot;preporučuju se ako prilagođavate stilove šablona.&quot;
17804
- </pre></td></tr>
17805
-
17806
-
17807
- <tr><th class="line-num" id="L4170"><a href="#L4170">4170</a></th><td class="line-code"><pre>
17808
- </pre></td></tr>
17809
-
17810
-
17811
- <tr><th class="line-num" id="L4171"><a href="#L4171">4171</a></th><td class="line-code"><pre>#~ msgid &quot;&quot;
17812
- </pre></td></tr>
17813
-
17814
-
17815
- <tr><th class="line-num" id="L4172"><a href="#L4172">4172</a></th><td class="line-code"><pre>#~ &quot;These styles provide a more complex level of layout and style and should &quot;
17816
- </pre></td></tr>
17817
-
17818
-
17819
- <tr><th class="line-num" id="L4173"><a href="#L4173">4173</a></th><td class="line-code"><pre>#~ &quot;adapt to your theme&quot;
17820
- </pre></td></tr>
17821
-
17822
-
17823
- <tr><th class="line-num" id="L4174"><a href="#L4174">4174</a></th><td class="line-code"><pre>#~ msgstr &quot;&quot;
17824
- </pre></td></tr>
17825
-
17826
-
17827
- <tr><th class="line-num" id="L4175"><a href="#L4175">4175</a></th><td class="line-code"><pre>#~ &quot;Ovi stilovi osiguravaju kompleksniji razinu rasporeda elemenata i stilova &quot;
17828
- </pre></td></tr>
17829
-
17830
-
17831
- <tr><th class="line-num" id="L4176"><a href="#L4176">4176</a></th><td class="line-code"><pre>#~ &quot;i trebalo bi da se prilagode vašoj temi&quot;
17832
- </pre></td></tr>
17833
-
17834
-
17835
- <tr><th class="line-num" id="L4177"><a href="#L4177">4177</a></th><td class="line-code"><pre>
17836
- </pre></td></tr>
17837
-
17838
-
17839
- <tr><th class="line-num" id="L4178"><a href="#L4178">4178</a></th><td class="line-code"><pre>#~ msgid &quot;These styles provide a fully designed events theme&quot;
17840
- </pre></td></tr>
17841
-
17842
-
17843
- <tr><th class="line-num" id="L4179"><a href="#L4179">4179</a></th><td class="line-code"><pre>#~ msgstr &quot;Ovi stilovi obezbeđuju potpuno dizajniranu temu događaja&quot;
17844
- </pre></td></tr>
17845
-
17846
-
17847
- <tr><th class="line-num" id="L4180"><a href="#L4180">4180</a></th><td class="line-code"><pre>
17848
- </pre></td></tr>
17849
-
17850
-
17851
- <tr><th class="line-num" id="L4181"><a href="#L4181">4181</a></th><td class="line-code"><pre>#~ msgid &quot;&quot;
17852
- </pre></td></tr>
17853
-
17854
-
17855
- <tr><th class="line-num" id="L4182"><a href="#L4182">4182</a></th><td class="line-code"><pre>#~ &quot;If this is your first time using The Events Calendar,you&#39;re in for a &quot;
17856
- </pre></td></tr>
17857
-
17858
-
17859
- <tr><th class="line-num" id="L4183"><a href="#L4183">4183</a></th><td class="line-code"><pre>#~ &quot;treat. You&#39;re going to find it super-easy to get up and running with &quot;
17860
- </pre></td></tr>
17861
-
17862
-
17863
- <tr><th class="line-num" id="L4184"><a href="#L4184">4184</a></th><td class="line-code"><pre>#~ &quot;managing your events. Here are some ways to get started:&lt;/&quot;
17864
- </pre></td></tr>
17865
-
17866
-
17867
- <tr><th class="line-num" id="L4185"><a href="#L4185">4185</a></th><td class="line-code"><pre>#~ &quot;p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Feeling adventurous?&lt;/strong&gt; Jump right into it by &quot;
17868
- </pre></td></tr>
17869
-
17870
-
17871
- <tr><th class="line-num" id="L4186"><a href="#L4186">4186</a></th><td class="line-code"><pre>#~ &quot;visiting the Events menu to &lt;a href=\&quot;%s\&quot;&gt;add your first event&lt;/a&gt;.&lt;/&quot;
17872
- </pre></td></tr>
17873
-
17874
-
17875
- <tr><th class="line-num" id="L4187"><a href="#L4187">4187</a></th><td class="line-code"><pre>#~ &quot;li&gt;&lt;li&gt;&lt;strong&gt;Want to get the low-down first?&lt;/strong&gt; Visit our &lt;a href=&quot;
17876
- </pre></td></tr>
17877
-
17878
-
17879
- <tr><th class="line-num" id="L4188"><a href="#L4188">4188</a></th><td class="line-code"><pre>#~ &quot;\&quot;%s\&quot;&gt;new user primer&lt;/a&gt;, designed to help familiarize you with the &quot;
17880
- </pre></td></tr>
17881
-
17882
-
17883
- <tr><th class="line-num" id="L4189"><a href="#L4189">4189</a></th><td class="line-code"><pre>#~ &quot;plugin basics.&lt;/li&gt;&lt;/ul&gt;&quot;
17884
- </pre></td></tr>
17885
-
17886
-
17887
- <tr><th class="line-num" id="L4190"><a href="#L4190">4190</a></th><td class="line-code"><pre>#~ msgstr &quot;&quot;
17888
- </pre></td></tr>
17889
-
17890
-
17891
- <tr><th class="line-num" id="L4191"><a href="#L4191">4191</a></th><td class="line-code"><pre>#~ &quot;Ako vam ovo prvi put da koristite The Events Calendar, čeka vas &quot;
17892
- </pre></td></tr>
17893
-
17894
-
17895
- <tr><th class="line-num" id="L4192"><a href="#L4192">4192</a></th><td class="line-code"><pre>#~ &quot;poslastica. Vidjet ćete da je super-lako upravljati vašim događajima. &quot;
17896
- </pre></td></tr>
17897
-
17898
-
17899
- <tr><th class="line-num" id="L4193"><a href="#L4193">4193</a></th><td class="line-code"><pre>#~ &quot;Ovdje je nekoliko načina da započnete: &lt;/p&gt; &lt;ul&gt; &lt;li&gt; &lt;strong&gt; Osjećate &quot;
17900
- </pre></td></tr>
17901
-
17902
-
17903
- <tr><th class="line-num" id="L4194"><a href="#L4194">4194</a></th><td class="line-code"><pre>#~ &quot;se avanturistički? &lt;/ strong&gt; Odmah uskočite u vatru tako što će te &quot;
17904
- </pre></td></tr>
17905
-
17906
-
17907
- <tr><th class="line-num" id="L4195"><a href="#L4195">4195</a></th><td class="line-code"><pre>#~ &quot;posjetiti meni događaja da &lt;a href = \&quot;%s \&quot;&gt; dodati svoj prvi događaj &lt;/&quot;
17908
- </pre></td></tr>
17909
-
17910
-
17911
- <tr><th class="line-num" id="L4196"><a href="#L4196">4196</a></th><td class="line-code"><pre>#~ &quot;a&gt;. &lt;/li&gt; &lt;li&gt; &lt;strong&gt; Želite prvo vidite detalje? &lt;/strong&gt; Posjetite &quot;
17912
- </pre></td></tr>
17913
-
17914
-
17915
- <tr><th class="line-num" id="L4197"><a href="#L4197">4197</a></th><td class="line-code"><pre>#~ &quot;našu &lt;a href=\&quot;%s\&quot;&gt; stranicu za nove korisnike &lt;/a&gt;, dizajniranu da vam &quot;
17916
- </pre></td></tr>
17917
-
17918
-
17919
- <tr><th class="line-num" id="L4198"><a href="#L4198">4198</a></th><td class="line-code"><pre>#~ &quot;pomogne da se upoznate s osnovama plagina. &lt;/li&gt; &lt;/ul&gt;&quot;
17920
- </pre></td></tr>
17921
-
17922
-
17923
- <tr><th class="line-num" id="L4199"><a href="#L4199">4199</a></th><td class="line-code"><pre>
17924
- </pre></td></tr>
17925
-
17926
-
17927
- <tr><th class="line-num" id="L4200"><a href="#L4200">4200</a></th><td class="line-code"><pre>#~ msgid &quot;&quot;
17928
- </pre></td></tr>
17929
-
17930
-
17931
- <tr><th class="line-num" id="L4201"><a href="#L4201">4201</a></th><td class="line-code"><pre>#~ &quot;&lt;p&gt;We love all our users and want to help free &amp; PRO customers alike. If &quot;
17932
- </pre></td></tr>
17933
-
17934
-
17935
- <tr><th class="line-num" id="L4202"><a href="#L4202">4202</a></th><td class="line-code"><pre>#~ &quot;you&#39;re running the latest version of The Events Calendar and are having &quot;
17936
- </pre></td></tr>
17937
-
17938
-
17939
- <tr><th class="line-num" id="L4203"><a href="#L4203">4203</a></th><td class="line-code"><pre>#~ &quot;problems, post a thread at the %s on WordPress.org. We hit the forum once &quot;
17940
- </pre></td></tr>
17941
-
17942
-
17943
- <tr><th class="line-num" id="L4204"><a href="#L4204">4204</a></th><td class="line-code"><pre>#~ &quot;a week to look for legitimate bug reports and do what we can to assist &quot;
17944
- </pre></td></tr>
17945
-
17946
-
17947
- <tr><th class="line-num" id="L4205"><a href="#L4205">4205</a></th><td class="line-code"><pre>#~ &quot;users.&lt;/p&gt;&quot;
17948
- </pre></td></tr>
17949
-
17950
-
17951
- <tr><th class="line-num" id="L4206"><a href="#L4206">4206</a></th><td class="line-code"><pre>#~ msgstr &quot;&quot;
17952
- </pre></td></tr>
17953
-
17954
-
17955
- <tr><th class="line-num" id="L4207"><a href="#L4207">4207</a></th><td class="line-code"><pre>#~ &quot;&lt;p&gt;Mi volimo naše korisnike i želimo pomoći PRO i besplatnim korisnicima. &quot;
17956
- </pre></td></tr>
17957
-
17958
-
17959
- <tr><th class="line-num" id="L4208"><a href="#L4208">4208</a></th><td class="line-code"><pre>#~ &quot;Ako koristite posljednju verziju The Events Calendar plagina i imate &quot;
17960
- </pre></td></tr>
17961
-
17962
-
17963
- <tr><th class="line-num" id="L4209"><a href="#L4209">4209</a></th><td class="line-code"><pre>#~ &quot;problema, postavite poruku na %s na WordPress.org. Posecujem forum jednom &quot;
17964
- </pre></td></tr>
17965
-
17966
-
17967
- <tr><th class="line-num" id="L4210"><a href="#L4210">4210</a></th><td class="line-code"><pre>#~ &quot;tjedno da potražimo bugove i vidimo kako možemo pomoći našim korisnicima &quot;
17968
- </pre></td></tr>
17969
-
17970
-
17971
- <tr><th class="line-num" id="L4211"><a href="#L4211">4211</a></th><td class="line-code"><pre>#~ &quot;&lt;/p&gt;&quot;
17972
- </pre></td></tr>
17973
-
17974
-
17975
- </tbody>
17976
- </table>
17977
- </div>
17978
-
17979
-
17980
-
17981
-
17982
-
17983
-
17984
- <div style="clear:both;">&nbsp;</div>
17985
- </div>
17986
- </div>
17987
-
17988
- <div id="footer">
17989
- <div class="bgl"><div class="bgr">
17990
- Powered by <a href="https://www.chiliproject.org/">ChiliProject</a>
17991
- </div></div>
17992
- </div>
17993
-
17994
- <div id="ajax-indicator" style="display:none;"><span>Loading...</span></div>
17995
- <div id="dialog-window" style="display:none;"></div>
17996
-
17997
- </div>
17998
- <script type="text/javascript">
17999
- var clockingConfig = {
18000
- createUrl: '/time_entries.json',
18001
- rootUrl: '/',
18002
- currentUserName: "Leah Koerper",
18003
- apiKey: '68894ad079b73a86dc9eade9065a6db65d89edff',
18004
- images: {
18005
- refresh: '/plugin_assets/chiliproject_clocking/images/arrow_refresh.png?1360645204',
18006
- window: '/plugin_assets/chiliproject_clocking/images/window.png?1360645204',
18007
- loading: '/images/loading.gif?1360645048'
18008
- },
18009
- embedded: true,
18010
- helpUrl: '/help/wiki_syntax'
18011
- };
18012
-
18013
- var clockingTool = new ClockingTool(clockingConfig);
18014
-
18015
- // Sent the CSRF token with any ajax requests
18016
- jQuery(document).ajaxSend(function(e, xhr, options) {
18017
- var token = jQuery("meta[name='csrf-token']").attr("content");
18018
- if (token) {
18019
- xhr.setRequestHeader("X-CSRF-Token", token);
18020
- }
18021
- });
18022
-
18023
- jQuery(document).ready(function() {
18024
- jQuery('#more-menu').after('<li class="clocking-tool-trigger"><a href="/clocking_tool" class="clocking-tool-menu" onclick="return false">Clocking tool</a></li>');
18025
- clockingTool.draw();
18026
-
18027
- // Use an event the html element to handle clicks
18028
- // outside the tool to close the tool
18029
- //
18030
- // Adapted from ChiliProject 3.0.0's handleClickEventOnPageToCloseOpenMenu()
18031
- jQuery('html').live("click", function(htmlEvent) {
18032
- var clockingToolEle = jQuery('#clocking-tool');
18033
-
18034
- // Was the trigger clicked?
18035
- if (jQuery('.clocking-tool-trigger').has(htmlEvent.target).length > 0) {
18036
- // Clicked on the trigger, let it bubble up (thus close)
18037
- } else if (clockingToolEle.has(htmlEvent.target).length > 0) {
18038
- // Clicked on the open tool, let it bubble up
18039
- } else {
18040
- // Clicked elsewhere, close tool
18041
- clockingToolEle.hide().removeClass('open');
18042
- }
18043
- });
18044
-
18045
- jQuery('.clocking-tool-trigger').live('click', function() {
18046
- clockingTool.getProjects();
18047
-
18048
- var clockingToolEle = jQuery('#clocking-tool');
18049
- if (clockingToolEle.hasClass('open')) {
18050
- // Close tool
18051
- clockingToolEle.hide().removeClass('open');
18052
- } else {
18053
- // Open tool
18054
- clockingToolEle.show().addClass('open');
18055
- }
18056
-
18057
- });
18058
- });
18059
- </script>
18060
-
18061
- <div id="clocking-tool" class="embed" style="display: none;"></div>
18062
-
18063
- <script type="text/x-jquery-tmpl" id="clocking-tool-template">
18064
- <div class="clocking-tool-inner">
18065
- <div class="header">
18066
- <div class="message-box"></div>
18067
- <div class="popout"></div>
18068
- <div class="ajax-loading" style="display:none;"></div>
18069
- </div>
18070
- <div class="form-container">
18071
- <form action="${ formUrl }" class="" method="post">
18072
- <p>
18073
- <select class="project_id" name="project_id">
18074
- </select>
18075
- </p>
18076
- <p class="issue-fields">
18077
- <input class="time_entry_issue_id" name="time_entry[issue_id]" type="hidden">
18078
- <input class="issue_search" name="issue_search" type="text" placeholder="--- Issue search ---">
18079
- <img alt="Refresh" class="refresh-data" src="${ refreshImage }" height="16" width="16">
18080
- </p>
18081
- <p>
18082
- <select class="time_entry_activity_id" name="time_entry[activity_id]">
18083
- </select>
18084
- </p>
18085
- <p class="hours-section">
18086
- <input class="time_entry_hours" name="time_entry[hours]" size="3" type="text" placeholder="0:00">
18087
- <input id="time_entry_spent_on_${ randomId }" class="time_entry_spent_on" name="time_entry[spent_on]" size="10" type="text" value="${ today }">
18088
- <img alt="Calendar" id="time_entry_spent_on_${ randomId }_trigger" class="calendar-trigger time_entry_spent_on_trigger" src="/images/calendar.png?1323882096" height="16" width="16" style="float: right;"><br>
18089
- <a class="formatting-help" href="${ helpUrl }" tabindex="-1" target="_blank">Formatting Help</a>
18090
- </p>
18091
- <p style="clear:left;">
18092
- <input class="time_entry_comments" name="time_entry[comments]" type="text" placeholder="--- Describe what you did here.---">
18093
- </p>
18094
-
18095
- <p>
18096
- <input name="commit" type="submit" value="Save">
18097
- <a class="jump-to-issue" href="#">Go to this issue...</a>
18098
- </p>
18099
- </form>
18100
-
18101
- </div>
18102
- <div class="issues-container">
18103
- <h3>Recent Issues</h3>
18104
- <ul class="issue-results">
18105
- </ul>
18106
- </div>
18107
- </div>
18108
- </script>
18109
-
18110
-
18111
- <div id='dialog-window'></div> <script type="text/javascript">
18112
- var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
18113
- document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
18114
- </script>
18115
- <script type="text/javascript">
18116
- try {
18117
- var pageTracker = _gat._getTracker("UA-8411715-1");
18118
- pageTracker._trackPageview();
18119
- } catch(err) {}</script>
18120
- </body>
18121
- </html>
1
+ # The Events Calendar by Modern Tribe, Inc.
2
+ # Copyright (C) Modern Tribe, Inc.
3
+ # This file is distributed under the same license as the The Events Calendar package.
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: The Events Calendar\n"
7
+ "Report-Msgid-Bugs-To: \n"
8
+ "POT-Creation-Date: 2013-07-02 11:26-0800\n"
9
+ "PO-Revision-Date: 2014-01-12 20:30+0100\n"
10
+ "Last-Translator: Sasa Vukovic <sasavukovicpg@gmail.com>\n"
11
+ "Language-Team: Modern Tribe, Inc. <pro@tri.be>\n"
12
+ "Language: sr_ME\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
17
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
+ "X-Poedit-SourceCharset: UTF-8\n"
19
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
20
+ "_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"
21
+ "X-Poedit-Basepath: ./\n"
22
+ "X-Textdomain-Support: yes\n"
23
+ "X-Generator: Poedit 1.6.3\n"
24
+ "X-Poedit-SearchPath-0: ..\n"
25
+
26
+ # @ tribe-events-calendar
27
+ #
28
+ #: ../admin-views/app-shop.php:4
29
+ msgid "Tribe Event Add-Ons"
30
+ msgstr "Tribe Event dodaci"
31
+
32
+ #: ../admin-views/app-shop.php:50
33
+ msgid "Version"
34
+ msgstr "Verzija"
35
+
36
+ # @ tribe-events-calendar
37
+ #
38
+ #: ../admin-views/app-shop.php:53
39
+ msgid "Last Update"
40
+ msgstr "Poslednja nadogradnja"
41
+
42
+ # @ tribe-events-calendar
43
+ #: ../admin-views/event-sidebar-options.php:11
44
+ msgid "Hide From Event Listings"
45
+ msgstr "Sakrij sa listinga događaja"
46
+
47
+ #: ../admin-views/event-sidebar-options.php:12
48
+ msgid "Sticky in Calendar View"
49
+ msgstr "Stalno vidljivo u pogledu kalendara"
50
+
51
+ # @ tribe-events-calendar
52
+ #
53
+ #: ../admin-views/events-audit-trail.php:41
54
+ msgid "Auditing Information"
55
+ msgstr "Revizija informacija"
56
+
57
+ #: ../admin-views/events-audit-trail.php:47
58
+ msgid "Created by:"
59
+ msgstr "Kreirano od:"
60
+
61
+ #: ../admin-views/events-audit-trail.php:51
62
+ msgid "Audit Trail:"
63
+ msgstr "Revizorski trag:"
64
+
65
+ # @ tribe-events-calendar
66
+ #: ../admin-views/events-meta-box.php:26
67
+ msgid "Event Time &amp; Date"
68
+ msgstr "Vrijeme &amp; Datum"
69
+
70
+ # @ tribe-events-calendar
71
+ #: ../admin-views/events-meta-box.php:32
72
+ msgid ""
73
+ "You have changed the recurrence rules of this event. Saving the event will "
74
+ "update all future events. If you did not mean to change all events, then "
75
+ "please refresh the page."
76
+ msgstr ""
77
+ "Promijenili ste postavke za ponavljanje ovog događaja. Ako spremite događaj "
78
+ "postavke će se primijenti na sve naredne događaje. Ako nijeste željeli "
79
+ "promijeniti sve događaje molimo vas osvježite stranicu."
80
+
81
+ # @ tribe-events-calendar
82
+ #
83
+ #: ../admin-views/events-meta-box.php:35
84
+ msgid "All Day Event:"
85
+ msgstr "Cjelodnevni događaj:"
86
+
87
+ # @ tribe-events-calendar
88
+ #
89
+ #: ../admin-views/events-meta-box.php:39
90
+ msgid "Start Date &amp; Time:"
91
+ msgstr "Datum početka &amp; Vrijeme:"
92
+
93
+ # @ tribe-events-calendar
94
+ #: ../admin-views/events-meta-box.php:42 ../admin-views/events-meta-box.php:63
95
+ msgid "YYYY-MM-DD"
96
+ msgstr "GGGG-MM-DD"
97
+
98
+ # @ tribe-events-calendar
99
+ #
100
+ #: ../admin-views/events-meta-box.php:60
101
+ msgid "End Date &amp; Time:"
102
+ msgstr "Datum završetka &amp; Vrjieme:"
103
+
104
+ # @ tribe-events-calendar
105
+ #: ../admin-views/events-meta-box.php:85
106
+ msgid "Event Location Details"
107
+ msgstr "Podaci o lokaciji događaja"
108
+
109
+ # @ tribe-events-calendar
110
+ #: ../admin-views/events-meta-box.php:93
111
+ msgid "Event Organizer Details"
112
+ msgstr "Podaci o organizatoru"
113
+
114
+ # @ tribe-events-calendar
115
+ #
116
+ #: ../admin-views/events-meta-box.php:101
117
+ msgid "Event Website"
118
+ msgstr "Sajt događaja"
119
+
120
+ #: ../admin-views/events-meta-box.php:104
121
+ msgid "URL:"
122
+ msgstr "URL:"
123
+
124
+ # @ tribe-events-calendar
125
+ #: ../admin-views/events-meta-box.php:115
126
+ msgid "Event Cost"
127
+ msgstr "Cijena događaja"
128
+
129
+ #: ../admin-views/events-meta-box.php:118
130
+ msgid "Currency Symbol:"
131
+ msgstr "Simbol valute:"
132
+
133
+ # @ tribe-events-calendar
134
+ #: ../admin-views/events-meta-box.php:122
135
+ #: ../public/advanced-functions/meta.php:270
136
+ msgid "Cost:"
137
+ msgstr "Cijena:"
138
+
139
+ #: ../admin-views/events-meta-box.php:127
140
+ msgid "Enter a 0 for events that are free or leave blank to hide the field."
141
+ msgstr ""
142
+ "Unesite 0 za događaje koji su besplatni ili ostavite polje prazno da bi ste "
143
+ "ga sakrili."
144
+
145
+ # @ tribe-events-calendar
146
+ #: ../admin-views/organizer-meta-box.php:12
147
+ msgid "Organizer Name:"
148
+ msgstr "Organizator:"
149
+
150
+ # @ tribe-events-calendar
151
+ #: ../admin-views/organizer-meta-box.php:19
152
+ #: ../admin-views/venue-meta-box.php:93
153
+ #: ../admin-views/tickets/attendees.php:39
154
+ #: ../public/advanced-functions/meta.php:357
155
+ #: ../public/advanced-functions/meta.php:419
156
+ msgid "Phone:"
157
+ msgstr "Telefon:"
158
+
159
+ # @ tribe-events-calendar
160
+ #: ../admin-views/organizer-meta-box.php:23
161
+ #: ../admin-views/venue-meta-box.php:97
162
+ #: ../admin-views/tickets/attendees.php:45
163
+ #: ../public/advanced-functions/meta.php:308
164
+ #: ../public/advanced-functions/meta.php:383
165
+ #: ../public/advanced-functions/meta.php:445
166
+ msgid "Website:"
167
+ msgstr "Web sajt"
168
+
169
+ # @ tribe-events-calendar
170
+ #: ../admin-views/organizer-meta-box.php:27
171
+ #: ../public/advanced-functions/meta.php:432
172
+ msgid "Email:"
173
+ msgstr "E-pošta:"
174
+
175
+ #: ../admin-views/recurrence-dialog.php:13
176
+ msgid ""
177
+ "Would you like to change only this instance of the event, or all future "
178
+ "events in this series?"
179
+ msgstr ""
180
+ "Da li bi ste željeli da promijenite samo ovu instancu događaja, ili sve "
181
+ "buduće događaje u ovoj seriji?"
182
+
183
+ #: ../admin-views/recurrence-dialog.php:15
184
+ #: ../admin-views/recurrence-dialog.php:23
185
+ msgid "Only This Event:"
186
+ msgstr "Samo ovaj događaj:"
187
+
188
+ #: ../admin-views/recurrence-dialog.php:15
189
+ msgid "All other future events in the series will remain the same."
190
+ msgstr "Preostali događaji u ovoj seriji će ostati isti."
191
+
192
+ # @ tribe-events-calendar
193
+ #
194
+ #: ../admin-views/recurrence-dialog.php:16
195
+ #: ../admin-views/recurrence-dialog.php:24
196
+ msgid "All Events:"
197
+ msgstr "Svi događaji:"
198
+
199
+ #: ../admin-views/recurrence-dialog.php:16
200
+ msgid ""
201
+ "All future events in the series will be changed. Any changes made to other "
202
+ "events will be kept."
203
+ msgstr ""
204
+ "Svi budući događaji u ovoj seriji će biti izmijenjeni. Promjene načinjene na "
205
+ "ostalim događajima će biti sačuvane."
206
+
207
+ #: ../admin-views/recurrence-dialog.php:21
208
+ msgid ""
209
+ "Would you like to delete only this instance of the event, or all future "
210
+ "events in this series?"
211
+ msgstr ""
212
+ "Da li bi ste htjeli da obrišete samo ovu instancu događaja, ili sve buduće "
213
+ "događaje u ovoj seriji?"
214
+
215
+ #: ../admin-views/recurrence-dialog.php:23
216
+ msgid "All other future events in the series will not be deleted."
217
+ msgstr "Preostali događaji u ovoj seriji neće biti obrisani."
218
+
219
+ #: ../admin-views/recurrence-dialog.php:24
220
+ msgid "All future events in the series will be deleted."
221
+ msgstr "Preostali događaji u ovoj seriji će biti obrisani."
222
+
223
+ # @ tribe-events-calendar
224
+ #: ../admin-views/tribe-options-display.php:4
225
+ msgid "Default Events Template"
226
+ msgstr "Zadani šablon događaja"
227
+
228
+ # @ tribe-events-calendar
229
+ #: ../admin-views/tribe-options-display.php:5
230
+ msgid "Default Page Template"
231
+ msgstr "Zadani šablon stranice"
232
+
233
+ # @ tribe-events-calendar
234
+ #
235
+ #: ../admin-views/tribe-options-display.php:29
236
+ msgid "Display Settings"
237
+ msgstr "Prikaži postavke"
238
+
239
+ #: ../admin-views/tribe-options-display.php:34
240
+ #, php-format
241
+ msgid ""
242
+ "<p>The settings below control the display of your calendar. If things don't "
243
+ "look right, try switching between the three style sheet options or pick a "
244
+ "page template from your theme.</p><p>There are going to be situations where "
245
+ "no out-of-the-box template is 100&#37; perfect. Check out our <a href=\"%s"
246
+ "\">our themer's guide</a> for instructions on custom modifications. Want to "
247
+ "create a new view? Grab a copy of the <a href=\"%s\">Sample Agenda View "
248
+ "plugin from Github</a></p>"
249
+ msgstr ""
250
+ "<p> Postavke ispod kontrolišu prikaz vašeg kalendara. Ako stvari ne "
251
+ "izgledaju kako treba, pokušajte odabrati neku od tri opcije stila ili "
252
+ "odaberite šablon stranice vaše teme.</p><p> Biće situacija gdje šablon neće "
253
+ "biti odmah 100&#37; savršen. Pogledajte naš <a href=\"%s\"> vodič kroz "
254
+ "teme</ a> za upute o modifikacijama. Želite stvoriti novi izgled? Uzmite "
255
+ "kopiju <a href=\"%s\">Sample Agenda View plagin sa Github</ a></ p>"
256
+
257
+ # @ tribe-events-calendar
258
+ #
259
+ #: ../admin-views/tribe-options-display.php:49
260
+ msgid "Basic Template Settings"
261
+ msgstr "Osnovna podešavanja šablona"
262
+
263
+ # @ tribe-events-calendar
264
+ #
265
+ #: ../admin-views/tribe-options-display.php:53
266
+ msgid "Default stylesheet used for events templates"
267
+ msgstr "Zadani stil korišten za šablon događaja"
268
+
269
+ #: ../admin-views/tribe-options-display.php:56
270
+ msgid "Skeleton Styles"
271
+ msgstr "Kostur stilovi"
272
+
273
+ #: ../admin-views/tribe-options-display.php:58
274
+ msgid ""
275
+ "Only includes enough css to achieve complex layouts like calendar and week "
276
+ "view."
277
+ msgstr ""
278
+ "Samo uključuje dovoljno css da postigne složene rasporede kao kalendar i "
279
+ "sedmični prikaz."
280
+
281
+ #: ../admin-views/tribe-options-display.php:60
282
+ msgid "Full Styles"
283
+ msgstr "Puni stilovi"
284
+
285
+ #: ../admin-views/tribe-options-display.php:62
286
+ msgid "More detailed styling, tries to grab styles from your theme."
287
+ msgstr "Detaljniji stajling, pokušava da preuzme stilove iz vaše teme."
288
+
289
+ # @ tribe-events-calendar
290
+ #
291
+ #: ../admin-views/tribe-options-display.php:64
292
+ msgid "Tribe Events Styles"
293
+ msgstr "Tribe Events stilovi"
294
+
295
+ #: ../admin-views/tribe-options-display.php:66
296
+ msgid "A fully designed and styled theme for your events pages."
297
+ msgstr ""
298
+ "Tema u potpunosti dizajnirana i stilizovana za vašu stranicu sa događajima."
299
+
300
+ # @ tribe-events-calendar
301
+ #
302
+ #: ../admin-views/tribe-options-display.php:73
303
+ msgid "Events template"
304
+ msgstr "Šablon događaja"
305
+
306
+ # @ tribe-events-calendar
307
+ #: ../admin-views/tribe-options-display.php:74
308
+ msgid ""
309
+ "Choose a page template to control the appearance of your calendar and event "
310
+ "content."
311
+ msgstr ""
312
+ "Odaberitte šablon stranice da bi ste kontrolisali izgled vašeg kalendara i "
313
+ "sadržaja događaja."
314
+
315
+ #: ../admin-views/tribe-options-display.php:82
316
+ msgid "Enable event views"
317
+ msgstr "Omogući poglede događaja"
318
+
319
+ #: ../admin-views/tribe-options-display.php:83
320
+ msgid "You must select at least one view."
321
+ msgstr "Morate omogućiti bar jedan pogled."
322
+
323
+ #: ../admin-views/tribe-options-display.php:90
324
+ msgid "Default view"
325
+ msgstr "Zadani pogled"
326
+
327
+ #: ../admin-views/tribe-options-display.php:98
328
+ msgid "Disable the Event Search Bar"
329
+ msgstr "Onemogućite Event Search traku"
330
+
331
+ #: ../admin-views/tribe-options-display.php:99
332
+ msgid "Check this to use the classic header."
333
+ msgstr "Štrikirajte ovo da bi ste koristili klasično zaglavlje."
334
+
335
+ # @ tribe-events-calendar
336
+ #
337
+ #: ../admin-views/tribe-options-display.php:105
338
+ msgid "Advanced Template Settings"
339
+ msgstr "Napredne postavke šablona"
340
+
341
+ # @ tribe-events-calendar
342
+ #
343
+ #: ../admin-views/tribe-options-display.php:109
344
+ msgid "Add HTML before event content"
345
+ msgstr "Dodaj HTML prije sadržaja događaja"
346
+
347
+ #: ../admin-views/tribe-options-display.php:110
348
+ msgid ""
349
+ "If you are familiar with HTML, you can add additional code before the event "
350
+ "template. Some themes may require this to help with styling or layout."
351
+ msgstr ""
352
+ "Ako ste upoznati sa HTML-om, možete dodati kod prije šablona događaja. Neke "
353
+ "teme ovo mogu zahtijevati kao pomoć sa stilizacijom ili rasporedom elemenata."
354
+
355
+ # @ tribe-events-calendar
356
+ #
357
+ #: ../admin-views/tribe-options-display.php:115
358
+ msgid "Add HTML after event content"
359
+ msgstr "Dodaj HTML posle sadržaja događaja"
360
+
361
+ #: ../admin-views/tribe-options-display.php:116
362
+ msgid ""
363
+ "If you are familiar with HTML, you can add additional code after the event "
364
+ "template. Some themes may require this to help with styling or layout."
365
+ msgstr ""
366
+ "Ako ste upoznati sa HTML-om, možete dodati kod poslije šablona događaja. "
367
+ "Neke teme ovo mogu zahtijevati kao pomoć sa stilizacijom ili rasporedom "
368
+ "elemenata."
369
+
370
+ #: ../admin-views/tribe-options-general.php:14
371
+ msgid "Finding & extending your calendar."
372
+ msgstr "Nalaženje i proširivanje vašeg kalendara."
373
+
374
+ #: ../admin-views/tribe-options-general.php:19
375
+ msgid "Finding your calendar."
376
+ msgstr "Nalaženje vašeg kalendara."
377
+
378
+ # @ tribe-events-calendar
379
+ #
380
+ #: ../admin-views/tribe-options-general.php:24
381
+ msgid "Where's my calendar?"
382
+ msgstr "Gdje je moj kalendar?"
383
+
384
+ #: ../admin-views/tribe-options-general.php:24
385
+ msgid "Right here"
386
+ msgstr "Ovdje"
387
+
388
+ # @ tribe-events-calendar
389
+ #: ../admin-views/tribe-options-general.php:28
390
+ msgid ""
391
+ "Looking for additional functionality including recurring events, custom "
392
+ "meta, community events, ticket sales and more?"
393
+ msgstr ""
394
+ "Potrebna vam je dodatna funkcionalnost uključujući ponavljajuće događaje, "
395
+ "prilagođen meta, zajednički događaji, prodaja ulaznica i još dosta toga?"
396
+
397
+ # @ tribe-events-calendar
398
+ #
399
+ #: ../admin-views/tribe-options-general.php:28
400
+ msgid "Check out the available add-ons"
401
+ msgstr "Pogledaj dostupne dodatke"
402
+
403
+ #: ../admin-views/tribe-options-general.php:33
404
+ msgid "We hope our plugin is helping you out."
405
+ msgstr "Nadamo se da vam je naš plagin pomogao"
406
+
407
+ #: ../admin-views/tribe-options-general.php:37
408
+ msgid ""
409
+ "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
410
+ "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
411
+ "is recognition. Add a small text-only link at the bottom of your calendar "
412
+ "pointing to The Events Calendar project."
413
+ msgstr ""
414
+ "Da li mislite \"Hej, ovaj plagin je odličan! Treba da se zahvalim Modern "
415
+ "Tribe-u za njihov rad.\" Najveće hvala koje možemo da tražimo je priznanje. "
416
+ "Dodajte mali tekstualni link na dnu vašeg kalendara ka The Events Calendar "
417
+ "projektu."
418
+
419
+ #: ../admin-views/tribe-options-general.php:37
420
+ #: ../admin-views/tribe-options-general.php:42
421
+ msgid "See an example of the link"
422
+ msgstr "Pogledaj primjer linka"
423
+
424
+ #: ../admin-views/tribe-options-general.php:42
425
+ msgid ""
426
+ "Are you thinking \"Wow, this plugin is amazing! I should say thanks to "
427
+ "Modern Tribe for all their hard work.\" The greatest thanks we could ask for "
428
+ "is recognition. Add a small text only link at the bottom of your calendar "
429
+ "pointing to The Events Calendar project."
430
+ msgstr ""
431
+ "Da li mislite \"Hej, ovaj plagin je odličan! Treba da se zahvalim Modern "
432
+ "Tribe-u za njihov rad.\" Najveće hvala koje možemo da tražimo je priznanje. "
433
+ "Dodajte mali tekstualni link na dnu vašeg kalendara ka The Events Calendar "
434
+ "projektu."
435
+
436
+ # @ tribe-events-calendar
437
+ #
438
+ #: ../admin-views/tribe-options-general.php:47
439
+ msgid "Show The Events Calendar link"
440
+ msgstr "Prikaži The Events Calendar link"
441
+
442
+ # @ tribe-events-calendar
443
+ #
444
+ #: ../admin-views/tribe-options-general.php:61
445
+ msgid "General Settings"
446
+ msgstr "Generalne postavke"
447
+
448
+ # @ tribe-events-calendar
449
+ #
450
+ #: ../admin-views/tribe-options-general.php:65
451
+ msgid "Number of events to show per page"
452
+ msgstr "Broj događaja za prikazivanje po stranici"
453
+
454
+ #: ../admin-views/tribe-options-general.php:72
455
+ msgid "Use Javascript to control page load"
456
+ msgstr "Koristite JavaScript da kontrolišete učitavanje stranice"
457
+
458
+ #: ../admin-views/tribe-options-general.php:73
459
+ msgid "Enable ajax to live refresh content."
460
+ msgstr "Omogućite ajax za osvježavanje sadržaja"
461
+
462
+ # @ tribe-events-calendar
463
+ #
464
+ #: ../admin-views/tribe-options-general.php:79
465
+ msgid "Show comments"
466
+ msgstr "Prikaži komentare"
467
+
468
+ #: ../admin-views/tribe-options-general.php:80
469
+ msgid "Enable comments on event pages."
470
+ msgstr "Omogući komentare na stranicama događaja."
471
+
472
+ #: ../admin-views/tribe-options-general.php:86
473
+ msgid "Include events in main blog loop"
474
+ msgstr "Uključi događaje u glavnu petlju bloga"
475
+
476
+ #: ../admin-views/tribe-options-general.php:87
477
+ msgid ""
478
+ "Show events with the site's other posts. When this box is checked, events "
479
+ "will also continue to appear on the default events page."
480
+ msgstr ""
481
+ "Prikaži događaje sa ostalim unosima sajta. Kada je ova opcija štiklirana, "
482
+ "događaji će nastaviti da se pojavljuju na zadanoj stranici za događaje."
483
+
484
+ # @ tribe-events-calendar
485
+ #: ../admin-views/tribe-options-general.php:93
486
+ #: ../admin-views/tribe-options-general.php:99
487
+ msgid "Events URL slug"
488
+ msgstr "Naziv URL događaja"
489
+
490
+ #: ../admin-views/tribe-options-general.php:94
491
+ #, php-format
492
+ msgid ""
493
+ "You cannot edit the slug for your events page as you do not have pretty "
494
+ "permalinks enabled. The current URL for your events page is <a href=\"%s\">"
495
+ "%s</a>. In order to edit the slug here, <a href=\"%soptions-permalink.php"
496
+ "\">enable pretty permalinks</a>."
497
+ msgstr ""
498
+ "Ne možete da izmijenite naziv za vašu stranicu sa događajima jer nemate "
499
+ "omogućene odgovarajuće trajne linkove. Trenutni URL za vašu stranicu sa "
500
+ "događajima je <a href=\"%s\">%s</a>. Da bi ste ovdje izmjenili maziv, <a "
501
+ "href=\"%soptions-permalink.php\">enable pretty permalinks</a>."
502
+
503
+ # @ tribe-events-calendar
504
+ #
505
+ #: ../admin-views/tribe-options-general.php:106
506
+ #: ../public/template-tags/options.php:20
507
+ msgid "The slug used for building the events URL."
508
+ msgstr "Naziv koji se koristi za kreiranje URL-a događaja."
509
+
510
+ # @ tribe-events-calendar
511
+ #: ../admin-views/tribe-options-general.php:106
512
+ #, php-format
513
+ msgid "Your current events URL is: %s"
514
+ msgstr "Vaš trenutni URL događaja je: %s"
515
+
516
+ # @ tribe-events-calendar
517
+ #
518
+ #: ../admin-views/tribe-options-general.php:111
519
+ #: ../public/template-tags/options.php:43
520
+ msgid "Here is the iCal feed URL for your events:"
521
+ msgstr "Ovde su iCal URL unosi za vaše događaje: "
522
+
523
+ # @ tribe-events-calendar
524
+ #
525
+ #: ../admin-views/tribe-options-general.php:116
526
+ msgid "Single event URL slug"
527
+ msgstr "URL naziv pojedinačnog događaja"
528
+
529
+ # @ tribe-events-calendar
530
+ #: ../admin-views/tribe-options-general.php:123
531
+ #, php-format
532
+ msgid ""
533
+ "The above should ideally be plural, and this singular.<br />Your single "
534
+ "event URL is: %s"
535
+ msgstr ""
536
+ "Gorenavedeno bi trebalo biti u množini, a ovde u jednini.<br />URL jednog "
537
+ "događaja je: %s"
538
+
539
+ #: ../admin-views/tribe-options-general.php:128
540
+ msgid "End of day cutoff"
541
+ msgstr "Odsijecanje za kraj dana"
542
+
543
+ #: ../admin-views/tribe-options-general.php:136
544
+ msgid ""
545
+ "Have events that run past midnight? Control when your day official ends to "
546
+ "avoid awkwardly adding your event to the next day."
547
+ msgstr ""
548
+ "Imate li događaje koji traju iza ponoći? Kontrolišite kada se vaš dan "
549
+ "zvanično završava da bi ste izbjegli da se događaj doda na sljedeći dan."
550
+
551
+ #: ../admin-views/tribe-options-general.php:141
552
+ msgid "Default currency symbol"
553
+ msgstr "Podrazumijevani simbol valute"
554
+
555
+ #: ../admin-views/tribe-options-general.php:142
556
+ msgid ""
557
+ "Set the default currency symbol for event costs. Note that this only impacts "
558
+ "future events, and changes made will not apply retroactively."
559
+ msgstr ""
560
+ "Podesite zadani simbol valute za cijenu događaja. Uzmite u obzir da se ovo "
561
+ "odnosi samo na predstojeće događaje, i napravljene izmjene se neće "
562
+ "primijeniti retroaktivno."
563
+
564
+ # @ tribe-events-calendar
565
+ #
566
+ #: ../admin-views/tribe-options-general.php:149
567
+ msgid "Map Settings"
568
+ msgstr "Postavke karte"
569
+
570
+ # @ tribe-events-calendar
571
+ #: ../admin-views/tribe-options-general.php:153
572
+ msgid "Enable Google Maps"
573
+ msgstr "Omogući Goolge mapu"
574
+
575
+ #: ../admin-views/tribe-options-general.php:154
576
+ msgid "Check to enable maps for events and venues."
577
+ msgstr "Štrikirajte da omogućite mapu za događaje i mjesta održavanja."
578
+
579
+ #: ../admin-views/tribe-options-general.php:161
580
+ msgid "Google Maps default zoom level"
581
+ msgstr "Google Maps zadana dubina zuma"
582
+
583
+ # @ tribe-events-calendar
584
+ #
585
+ #: ../admin-views/tribe-options-general.php:162
586
+ msgid "0 = zoomed out; 21 = zoomed in."
587
+ msgstr "0 = odzumirano; 21 = zumirano."
588
+
589
+ # @ tribe-events-calendar
590
+ #
591
+ #: ../admin-views/tribe-options-general.php:170
592
+ msgid "Miscellaneous Settings"
593
+ msgstr "Razne postavke"
594
+
595
+ #: ../admin-views/tribe-options-general.php:174
596
+ msgid "Duplicate Venues &amp; Organizers"
597
+ msgstr "Duplikat mjesta održavanja &amp; Organizatora"
598
+
599
+ #: ../admin-views/tribe-options-general.php:174
600
+ #: ../lib/tribe-amalgamator.php:252
601
+ msgid "Merge Duplicates"
602
+ msgstr "Spoj duplikate"
603
+
604
+ #: ../admin-views/tribe-options-general.php:174
605
+ msgid ""
606
+ "You might find duplicate venues and organizers when updating The Events "
607
+ "Calendar from a pre-3.0 version. Click this button to automatically merge "
608
+ "identical venues and organizers."
609
+ msgstr ""
610
+ "Možete naći duplikate mjesta održavanja i organizatora kada nadograđujete "
611
+ "The Events Calendar s verzije prije 3.0. Kliknite na ovo dugme da automatski "
612
+ "spojite identična mjesta i organizatore."
613
+
614
+ # @ tribe-events-calendar
615
+ #
616
+ #: ../admin-views/tribe-options-general.php:179
617
+ msgid "Debug mode"
618
+ msgstr "Mod rada za otklanjanje grešaka"
619
+
620
+ # @ tribe-events-calendar
621
+ #: ../admin-views/tribe-options-general.php:185
622
+ #, php-format
623
+ msgid ""
624
+ "Enable this option to log debug information. By default this will log to "
625
+ "your server PHP error log. If you'd like to see the log messages in your "
626
+ "browser, then we recommend that you install the %s and look for the \"Tribe"
627
+ "\" tab in the debug output."
628
+ msgstr ""
629
+ "Omogućite ovu opciju da logujete informacije iz moda za otklanjanje grešaka. "
630
+ "Po podrazumijevanom, ovo će logovati na vaš serverski PHP error log. Ako bi "
631
+ "ste željeli vidjeti log poruke u vašem pretraživaču, preporučujemo "
632
+ "instalirati%s i potražite \"Tribe \" tab u output-u moda za otklanjanje "
633
+ "grešaka."
634
+
635
+ #: ../admin-views/tribe-options-general.php:185
636
+ msgid "Debug Bar Plugin"
637
+ msgstr "Debug Bar Plugin"
638
+
639
+ #: ../admin-views/tribe-options-help.php:18
640
+ msgctxt "not available"
641
+ msgid "n/a"
642
+ msgstr "nije dostupno"
643
+
644
+ #: ../admin-views/tribe-options-help.php:19
645
+ msgid "You need to upgrade!"
646
+ msgstr "Potrebna je nadogradnja!"
647
+
648
+ #: ../admin-views/tribe-options-help.php:19
649
+ msgid "You are up to date!"
650
+ msgstr "Koristite poslednju verziju!"
651
+
652
+ # @ tribe-events-calendar
653
+ #
654
+ #: ../admin-views/tribe-options-help.php:42
655
+ msgid "The Events Calendar PRO"
656
+ msgstr "The Events Calendar PRO"
657
+
658
+ #: ../admin-views/tribe-options-help.php:46
659
+ msgid "Eventbrite Tickets"
660
+ msgstr "Eventbrite Tickets"
661
+
662
+ # @ tribe-events-calendar
663
+ #
664
+ #: ../admin-views/tribe-options-help.php:50
665
+ msgid "Community Events"
666
+ msgstr "Community Events"
667
+
668
+ # @ tribe-events-calendar
669
+ #
670
+ #: ../admin-views/tribe-options-help.php:54
671
+ msgid "Facebook Events"
672
+ msgstr "Facebook Events"
673
+
674
+ #: ../admin-views/tribe-options-help.php:58
675
+ msgid "WooTickets"
676
+ msgstr "WooTickets"
677
+
678
+ #: ../admin-views/tribe-options-help.php:63
679
+ msgid "Faceted Filters"
680
+ msgstr "Faceted Filters"
681
+
682
+ #: ../admin-views/tribe-options-help.php:71
683
+ msgid "Documentation"
684
+ msgstr "Dokumentacija"
685
+
686
+ #: ../admin-views/tribe-options-help.php:75
687
+ msgid "FAQ"
688
+ msgstr "Često postavljana pitanja"
689
+
690
+ #: ../admin-views/tribe-options-help.php:79
691
+ #: ../lib/the-events-calendar.class.php:743
692
+ #: ../lib/the-events-calendar.class.php:3889
693
+ #: ../lib/the-events-calendar.class.php:3980
694
+ msgid "Help"
695
+ msgstr "Pomoć"
696
+
697
+ #: ../admin-views/tribe-options-help.php:83
698
+ msgid "Tutorials"
699
+ msgstr "Tutorijali"
700
+
701
+ #: ../admin-views/tribe-options-help.php:87
702
+ msgid "Release Notes"
703
+ msgstr "Podaci o novom izdanju"
704
+
705
+ #: ../admin-views/tribe-options-help.php:91
706
+ msgid "Forums"
707
+ msgstr "Forumi"
708
+
709
+ #: ../admin-views/tribe-options-help.php:99
710
+ msgid ""
711
+ "If this is your first time using The Events Calendar, you're in for a treat "
712
+ "and are already well on your way to creating a first event. Here are some "
713
+ "basics we've found helpful for users jumping into it for the first time:"
714
+ msgstr ""
715
+ "Ako je ovo da prvi put koristite The Events Calendar, vi ste na pravom "
716
+ "mjestu da napišete svoj prvi događaj. Ovdje su neke osnove koje smo pronašli "
717
+ "da su korisne za korisnike koji prvi put počinju:"
718
+
719
+ #: ../admin-views/tribe-options-help.php:102
720
+ #, php-format
721
+ msgid ""
722
+ "%sOur New User Primer%s was designed for folks in your exact position. "
723
+ "Featuring both step-by-step videos and written walkthroughs that feature "
724
+ "accompanying screenshots, the primer aims to take you from zero to hero in "
725
+ "no time."
726
+ msgstr ""
727
+ "%sNaš Novi User Primer%s je dizajniran za ljude koji su vašem položaju. Kroz "
728
+ "korak-po-korak video tutorijale i pisana uputstva koje sadrže slike ekrana, "
729
+ "opisani primjeri imaju za cilj da vas odvedu od početnika do heroja u "
730
+ "kratkom vremenu."
731
+
732
+ #: ../admin-views/tribe-options-help.php:104
733
+ #, php-format
734
+ msgid ""
735
+ "%sInstallation/Setup FAQs%s from our support page can help give an overview "
736
+ "of what the plugin can and cannot do. This section of the FAQs may be "
737
+ "helpful as it aims to address any basic install questions not addressed by "
738
+ "the new user primer."
739
+ msgstr ""
740
+ "%sInstalacija/Podešavanje FAQ%s naše stranice za podršku može vam pomoći da "
741
+ "otkrijete šta ovaj plugin može i ne može da uradi. Ovaj odjeljak Pitanja i "
742
+ "Odgovori može biti od pomoći jer ima za cilj da se bavi bilo kakvim osnovnim "
743
+ "pitanjima adresiranim za nove korisnike."
744
+
745
+ #: ../admin-views/tribe-options-help.php:106
746
+ #, php-format
747
+ msgid ""
748
+ "Are you developer looking to build your own frontend view? We created an "
749
+ "example plugin that demonstrates how to register a new view. You can "
750
+ "%sdownload the plugin at GitHub%s to get started."
751
+ msgstr ""
752
+ "Da li ste programer u potrazi da izgradite sopstveni frontend pogled? "
753
+ "Napravili smo jedan primjer koji pokazuje kako da u pluginu registrujete "
754
+ "novi pogled. Možete %sdownload dodatak na GitHub%s da biste započeli."
755
+
756
+ #: ../admin-views/tribe-options-help.php:108
757
+ msgid ""
758
+ "Otherwise, if you're feeling adventurous, you can get started by heading to "
759
+ "the Events menu and adding your first event."
760
+ msgstr ""
761
+ "U suprotnom, ako se osećate avanturistički, možete da počnete od menija "
762
+ "Događaji i dodate svoj prvi događaj."
763
+
764
+ #: ../admin-views/tribe-options-help.php:112
765
+ #, php-format
766
+ msgid ""
767
+ "We've redone our support page from the ground up in an effort to better help "
768
+ "our users. Head over to our %sSupport Page%s and you'll find lots of great "
769
+ "resources, including:"
770
+ msgstr ""
771
+ "Mi smo prepravili našu stranicu za podršku iz temelja u nastojanju da "
772
+ "pružimo bolju podršku našim korisnicima. Idite na našu %sSupport Page%s i "
773
+ "tamo ćete naći mnogo korisnih informacija, uključujući:"
774
+
775
+ #: ../admin-views/tribe-options-help.php:114
776
+ #, php-format
777
+ msgid ""
778
+ "%sTemplate tags, functions, and hooks & filters%s for The Events Calendar "
779
+ "&amp; Events Calendar PRO"
780
+ msgstr ""
781
+ "%sOznake obrazaca, funkcije i kuke i filteri%s za The Events Calendar &amp; "
782
+ "Events Calendar Pro"
783
+
784
+ #: ../admin-views/tribe-options-help.php:116
785
+ #, php-format
786
+ msgid ""
787
+ "%sFrequently Asked Questions%s ranging from the most basic setup questions "
788
+ "to advanced themer tweaks"
789
+ msgstr ""
790
+ "%sFrekventno postavljana pitanja%s rangirana u rasponu od najosnovnijih "
791
+ "pitanja za podešavanja do naprednih izmjena ukupnog izgleda"
792
+
793
+ #: ../admin-views/tribe-options-help.php:118
794
+ #, php-format
795
+ msgid ""
796
+ "%sTutorials%s written by both members of our team and users from the "
797
+ "community, covering custom queries, integration with third-party themes and "
798
+ "plugins, etc."
799
+ msgstr ""
800
+ "%s Tutorijali%s pisani od članova našeg tima i korisnika iz zajednice, koja "
801
+ "pokriva prilagođene upite, integraciju sa drugim temama i modulima, itd."
802
+
803
+ #: ../admin-views/tribe-options-help.php:120
804
+ msgid ""
805
+ "Release notes for painting an overall picture of the plugin's lifecycle and "
806
+ "when features/bug fixes were introduced."
807
+ msgstr ""
808
+ "Zabilješke o reviziji u izgradnji ukupne slike životnog ciklusa plug-ina i "
809
+ "kada su funkcije/bagovi predstavljeni."
810
+
811
+ #: ../admin-views/tribe-options-help.php:122
812
+ #, php-format
813
+ msgid ""
814
+ "%sAdd-on documentation%s for all of Modern Tribe's official extensions for "
815
+ "The Events Calendar (including WooTickets, Community Events, Eventbrite "
816
+ "Tickets, Facebook Events, etc)"
817
+ msgstr ""
818
+ "%sAdd-on dokumentacija%s za sve zvanične ekstenzije Modern Tribe's za The "
819
+ "Events Calendar (uključujući WooTickets, Community Events, Eventbrite "
820
+ "Tickets, Facebook Events, itd)"
821
+
822
+ #: ../admin-views/tribe-options-help.php:124
823
+ #, php-format
824
+ msgid ""
825
+ "We've also got a %sModern Tribe UserVoice%s page where we're actively "
826
+ "watching for feature ideas from the community. If after playing with the "
827
+ "plugin and reviewing the resources above, you're finding a feature isn't "
828
+ "present that should be, let us know. Vote up existing feature requests or "
829
+ "add your own, and help us shape the future of the products business in a way "
830
+ "that best meets the community's needs."
831
+ msgstr ""
832
+ "Takođe smo dodali %sModern Tribe UserVoice%s stranicu gde aktivno gledamo na "
833
+ "ideje iz zajednice. Ako nakon korišćenja plugin-a i razmatranja resursa "
834
+ "gore, vi pronađete funkciju koja nije prisutna a trebalo bi da bude, javite "
835
+ "nam. Glasajte za postojeće zahteve predloženih funkcija ili dodajte "
836
+ "sopstvene, i pomognite nam da oblikujemo budućnost ovog proizvoda na način "
837
+ "koji najbolje zadovoljava potrebe zajednice."
838
+
839
+ #: ../admin-views/tribe-options-help.php:128
840
+ #, php-format
841
+ msgid ""
842
+ "Written documentation can only take things so far...sometimes, you need help "
843
+ "from a real person. This is where our %ssupport forums%s come into play."
844
+ msgstr ""
845
+ "Napisana dokumentacija može samo da riješi određene stvari do sada ... "
846
+ "ponekad, vam je potrebna pomoć od stvarne osobe. Ovo je mjesto gde naši "
847
+ "%ssupport forums%s dolaze na red."
848
+
849
+ #: ../admin-views/tribe-options-help.php:129
850
+ #, php-format
851
+ msgid ""
852
+ "Users of the free The Events Calendar should post their support concerns to "
853
+ "the plugin's %sWordPress.org support forum%s. While we are happy to help "
854
+ "identify and fix bugs that are reported at WordPress.org, please make sure "
855
+ "to read our %ssupport expectations sticky thread%s before posting so you "
856
+ "understand our limitations."
857
+ msgstr ""
858
+ "Korisnici besplatne verzije The Events Calendar trebaju postavljati svoje "
859
+ "postove na Podršci plugin-a %sWordPress.org support forum%s. Dok smo srećni "
860
+ "da pomognemo da se identifikuju i isprave greške koje su prijavljene na "
861
+ "WordPress.org, uvjerite se da ste pročitali naša%s očekivanja za podrškom na "
862
+ "važne teme%s prije pisanja vašeg posta, kako biste razumjeli naša "
863
+ "ograničenja."
864
+
865
+ #: ../admin-views/tribe-options-help.php:130
866
+ msgid ""
867
+ "We hit the WordPress.org forum throughout the week, watching for bugs. If "
868
+ "you report a legitimate bug that we're able to reproduce, we will log it and "
869
+ "patch for an upcoming release. However we are unfortunately unable to "
870
+ "provide customization tips or assist in integrating with 3rd party plugins "
871
+ "or themes."
872
+ msgstr ""
873
+ "Ažuriramo forum na WordPress.org tokom nedelje, gledajući za bagove. Ako "
874
+ "prijavite legitimnu grešku koju smo u stanju da reprodukujemo, mi ćemo za "
875
+ "nju napraviti zakrpu i u narednoj verziji je uključiti u paket. Međutim, mi "
876
+ "nismo, nažalost, u stanju da obezbijedimo savjete za prilagođavanje ili "
877
+ "pomoć u integraciji sa drugim modulima ili temama koje korstite."
878
+
879
+ #: ../admin-views/tribe-options-help.php:131
880
+ #, php-format
881
+ msgid ""
882
+ "If you're a user of The Events Calendar and would like more support, please "
883
+ "%spurchase a PRO license%s. We hit the PRO forums daily, and can provide a "
884
+ "deeper level of customization/integration support for paying users than we "
885
+ "can on WordPress.org."
886
+ msgstr ""
887
+ "Ako ste korisnik The Events Calendar i želite veše podrške, molim "
888
+ "%spribavite PRO licencu%s. Mi ažuriramo PRO forume svakodnevno, i možemo da "
889
+ "vam pružimo detaljniji nivo podrške za prilagođavanje/integraciju nego što "
890
+ "možemo na VordPress.org."
891
+
892
+ #: ../admin-views/tribe-options-help.php:135
893
+ #, php-format
894
+ msgid ""
895
+ "If you find that you aren't getting the level of service you've come to "
896
+ "expect from Modern Tribe, shoot us an email at %s or tweet %s and tell us "
897
+ "why. We'll do what we can to make it right."
898
+ msgstr ""
899
+ "Ako ste pronašli da ne dobijate onaj nivo usluge koju očekujete od Modern "
900
+ "Tribe, pošaljite nam email na %s ili tveet %s i recite nam zašto. Mi ćemo "
901
+ "učiniti sve što možemo da ispravimo nedostatak."
902
+
903
+ #: ../admin-views/tribe-options-help.php:136
904
+ msgid "More..."
905
+ msgstr "Još..."
906
+
907
+ #: ../admin-views/tribe-options-help.php:144
908
+ msgid ""
909
+ "Hi! We are Modern Tribe and we are here to help you kick ass. Thanks so much "
910
+ "for installing our labor of love!"
911
+ msgstr ""
912
+ "Zdravo! Mis mo Modern Tribe i ovdje smo da vam pomognemo da rasturate. Hvala "
913
+ "vam puno što ste instalirali plod našeg rada."
914
+
915
+ #: ../admin-views/tribe-options-help.php:150
916
+ msgid "Getting Started"
917
+ msgstr "Početak"
918
+
919
+ #: ../admin-views/tribe-options-help.php:153
920
+ msgid "Support Resources To Help You Kick Ass"
921
+ msgstr "Informacije o podršci koja će vam pomoći da razbijate"
922
+
923
+ #: ../admin-views/tribe-options-help.php:156
924
+ msgid "Forums: Because Everyone Needs A Buddy"
925
+ msgstr "Forumi: Svakom treba prijatelj"
926
+
927
+ #: ../admin-views/tribe-options-help.php:159
928
+ msgid "Not getting help?"
929
+ msgstr "Ne dobijate pomoć?"
930
+
931
+ # @ tribe-events-calendar
932
+ #: ../admin-views/tribe-options-help.php:169
933
+ #: ../lib/the-events-calendar.class.php:486
934
+ #: ../lib/tribe-settings.class.php:135
935
+ msgid "The Events Calendar"
936
+ msgstr "Kalendar događaja"
937
+
938
+ #: ../admin-views/tribe-options-help.php:173
939
+ msgid "Latest Version:"
940
+ msgstr "Poslednja verzija:"
941
+
942
+ #: ../admin-views/tribe-options-help.php:174
943
+ msgid "Author:"
944
+ msgstr "Autor:"
945
+
946
+ # @ tribe-events-calendar
947
+ #
948
+ #: ../admin-views/tribe-options-help.php:174
949
+ msgid "Modern Tribe Inc"
950
+ msgstr "Modern Tribe Inc"
951
+
952
+ #: ../admin-views/tribe-options-help.php:175
953
+ msgid "Requires:"
954
+ msgstr "Potrebno:"
955
+
956
+ #: ../admin-views/tribe-options-help.php:175
957
+ msgid "WordPress "
958
+ msgstr "WordPress "
959
+
960
+ #: ../admin-views/tribe-options-help.php:176
961
+ msgid "Wordpress.org Plugin Page"
962
+ msgstr "Wordpress.org Plugin stranica"
963
+
964
+ #: ../admin-views/tribe-options-help.php:181
965
+ msgid "Average Rating"
966
+ msgstr "Prosječan rejting"
967
+
968
+ #: ../admin-views/tribe-options-help.php:185
969
+ #, php-format
970
+ msgid "Based on %d rating"
971
+ msgid_plural "Based on %d ratings"
972
+ msgstr[0] "Bazirano na %d rejting"
973
+ msgstr[1] "Bazirano na %d rejtinga"
974
+ msgstr[2] "Bazirano na %d rejtinga"
975
+
976
+ #: ../admin-views/tribe-options-help.php:186
977
+ msgid "Give us 5 stars!"
978
+ msgstr "Dajte nam 5 zvjezdica!"
979
+
980
+ #: ../admin-views/tribe-options-help.php:189
981
+ msgid "Premium Add-Ons"
982
+ msgstr "Premijum dodaci"
983
+
984
+ #: ../admin-views/tribe-options-help.php:195
985
+ msgid "(Coming Soon!)"
986
+ msgstr "(Uskoro!)"
987
+
988
+ #: ../admin-views/tribe-options-help.php:202
989
+ msgid "News and Tutorials"
990
+ msgstr "Vijesti i tutorijali"
991
+
992
+ # @ tribe-events-calendar
993
+ #
994
+ #: ../admin-views/tribe-options-network.php:14
995
+ msgid "Network Settings"
996
+ msgstr "Mrežne postavke"
997
+
998
+ #: ../admin-views/tribe-options-network.php:18
999
+ msgid ""
1000
+ "This is where all of the global network settings for Modern Tribe's The "
1001
+ "Events Calendar can be modified."
1002
+ msgstr ""
1003
+ "Ovdje mogu biti izmijenjene sve globalne mrežne postavke za The Events "
1004
+ "Calendar."
1005
+
1006
+ #: ../admin-views/tribe-options-network.php:26
1007
+ msgid "Hide the following settings tabs on every site:"
1008
+ msgstr "Sakrij sledeći tab sa postavkama na svakom sajtu:"
1009
+
1010
+ # @ tribe-events-calendar
1011
+ #: ../admin-views/venue-meta-box.php:20
1012
+ msgid "Venue Name:"
1013
+ msgstr "Mjesto: "
1014
+
1015
+ # @ tribe-events-calendar
1016
+ #: ../admin-views/venue-meta-box.php:27
1017
+ #: ../public/advanced-functions/meta.php:371
1018
+ msgid "Address:"
1019
+ msgstr "Adresa:"
1020
+
1021
+ # @ tribe-events-calendar
1022
+ #: ../admin-views/venue-meta-box.php:31
1023
+ msgid "City:"
1024
+ msgstr "Grad:"
1025
+
1026
+ # @ tribe-events-calendar
1027
+ #: ../admin-views/venue-meta-box.php:35
1028
+ msgid "Country:"
1029
+ msgstr "Zemlja:"
1030
+
1031
+ # @ tribe-events-calendar
1032
+ #: ../admin-views/venue-meta-box.php:73
1033
+ msgid "State or Province:"
1034
+ msgstr "Država ili provincija:"
1035
+
1036
+ # @ tribe-events-calendar
1037
+ #: ../admin-views/venue-meta-box.php:76
1038
+ msgid "Select a State:"
1039
+ msgstr "Odaberite državu:"
1040
+
1041
+ # @ tribe-events-calendar
1042
+ #: ../admin-views/venue-meta-box.php:89
1043
+ msgid "Postal Code:"
1044
+ msgstr "Poštanski broj: "
1045
+
1046
+ # @ tribe-events-calendar
1047
+ #: ../admin-views/venue-meta-box.php:112 ../admin-views/venue-meta-box.php:134
1048
+ msgid "Show Google Map:"
1049
+ msgstr "Prikaži Google mapu:"
1050
+
1051
+ # @ tribe-events-calendar
1052
+ #: ../admin-views/venue-meta-box.php:122 ../admin-views/venue-meta-box.php:144
1053
+ msgid "Show Google Maps Link:"
1054
+ msgstr "Prikaži link Google mape:"
1055
+
1056
+ # @ tribe-events-calendar
1057
+ #: ../admin-views/widget-admin-list.php:11
1058
+ msgid "Title:"
1059
+ msgstr "Titula: "
1060
+
1061
+ # @ tribe-events-calendar
1062
+ #: ../admin-views/widget-admin-list.php:16
1063
+ msgid "Show:"
1064
+ msgstr "Prikaži:"
1065
+
1066
+ # @ tribe-events-calendar
1067
+ #: ../admin-views/widget-admin-list.php:24
1068
+ msgid "Show widget only if there are upcoming events:"
1069
+ msgstr "Prikaži vidžet samo ako ima nadolazećih događaja: "
1070
+
1071
+ #: ../admin-views/tickets/attendees.php:9 ../admin-views/tickets/list.php:41
1072
+ #: ../lib/tickets/tribe-tickets-pro.php:73
1073
+ msgid "Attendees"
1074
+ msgstr "Učesnici"
1075
+
1076
+ # @ tribe-events-calendar
1077
+ #
1078
+ #: ../admin-views/tickets/attendees.php:14
1079
+ msgid "Event Summary"
1080
+ msgstr "Pregled događaja"
1081
+
1082
+ # @ tribe-events-calendar
1083
+ #
1084
+ #: ../admin-views/tickets/attendees.php:22
1085
+ msgid "Event Details"
1086
+ msgstr "Detalji događaja"
1087
+
1088
+ # @ tribe-events-calendar
1089
+ #: ../admin-views/tickets/attendees.php:24
1090
+ msgid "Start Date / Time:"
1091
+ msgstr "Datum / Vrijeme početka:"
1092
+
1093
+ # @ tribe-events-calendar
1094
+ #: ../admin-views/tickets/attendees.php:26
1095
+ msgid "End Date / Time:"
1096
+ msgstr "Datum / Vrijeme završetka"
1097
+
1098
+ # @ tribe-events-calendar
1099
+ #: ../admin-views/tickets/attendees.php:34
1100
+ msgid "Venue:"
1101
+ msgstr "Mjesto: "
1102
+
1103
+ #: ../admin-views/tickets/attendees.php:52
1104
+ msgid "Ticket Sales"
1105
+ msgstr "Prodaja ulaznica"
1106
+
1107
+ #: ../admin-views/tickets/attendees.php:64 ../admin-views/tickets/list.php:67
1108
+ #, php-format
1109
+ msgid "Sold %d"
1110
+ msgstr "Prodano %d"
1111
+
1112
+ #: ../admin-views/tickets/attendees.php:66 ../admin-views/tickets/list.php:69
1113
+ #, php-format
1114
+ msgid "Sold %d of %d"
1115
+ msgstr "Prodano %d od %d"
1116
+
1117
+ #: ../admin-views/tickets/attendees.php:81
1118
+ msgid "Tickets sold:"
1119
+ msgstr "Prodano ulaznica:"
1120
+
1121
+ #: ../admin-views/tickets/attendees.php:85
1122
+ msgid "Checked in:"
1123
+ msgstr "Prijavili se:"
1124
+
1125
+ #: ../admin-views/tickets/attendees.php:105
1126
+ msgid "Send the attendee list by email"
1127
+ msgstr "Pošalji listu učesnika e-mejlom"
1128
+
1129
+ # @ tribe-events-calendar
1130
+ #
1131
+ #: ../admin-views/tickets/attendees.php:109
1132
+ msgid "Select a User:"
1133
+ msgstr "Odaberite korisnika"
1134
+
1135
+ #: ../admin-views/tickets/attendees.php:110
1136
+ msgid "Select..."
1137
+ msgstr "Odaberite..."
1138
+
1139
+ #: ../admin-views/tickets/attendees.php:112
1140
+ msgid "or"
1141
+ msgstr "ili"
1142
+
1143
+ # @ tribe-events-calendar
1144
+ #
1145
+ #: ../admin-views/tickets/attendees.php:114
1146
+ msgid "Email Address:"
1147
+ msgstr "E-mail adresa"
1148
+
1149
+ # @ tribe-events-calendar
1150
+ #: ../admin-views/tickets/list.php:21
1151
+ msgid "Edit"
1152
+ msgstr "Izmijeni"
1153
+
1154
+ #: ../admin-views/tickets/list.php:22
1155
+ msgid "Delete"
1156
+ msgstr "Obriši"
1157
+
1158
+ # @ tribe-events-calendar
1159
+ #: ../admin-views/tickets/list.php:24
1160
+ #, php-format
1161
+ msgid "Edit in %s"
1162
+ msgstr "Uredi u %s"
1163
+
1164
+ # @ tribe-events-calendar
1165
+ #: ../admin-views/tickets/list.php:27
1166
+ #: ../lib/tribe-admin-events-list.class.php:53
1167
+ msgid "View"
1168
+ msgstr "Pogledaj"
1169
+
1170
+ #: ../admin-views/tickets/list.php:41 ../lib/tickets/tribe-tickets-pro.php:73
1171
+ msgid "See who purchased tickets to this event"
1172
+ msgstr "Vidi ko je kupio ulaznice za ovaj događaj"
1173
+
1174
+ #: ../admin-views/tickets/meta-box.php:21
1175
+ msgid ""
1176
+ "This event was created using Community Events. Are you sure you want to sell "
1177
+ "tickets for it?"
1178
+ msgstr ""
1179
+ "Ovaj događaj je kreiran koristeći Community Events. Da li ste sigurni da "
1180
+ "želite prodati ulaznice za njega?"
1181
+
1182
+ #: ../admin-views/tickets/meta-box.php:32
1183
+ msgid "Upload image for the ticket header"
1184
+ msgstr "Postavi sliku za zaglavlje ulaznice"
1185
+
1186
+ #: ../admin-views/tickets/meta-box.php:33
1187
+ msgid ""
1188
+ "The maximum image size in the email will be 580px wide by any height, and "
1189
+ "then scaled for mobile. If you would like \"retina\" support use an image "
1190
+ "sized to 1160px wide."
1191
+ msgstr ""
1192
+ "Maksimalna veličina slike u e-mailu biće 580px širine i bilo koje visine, i "
1193
+ "onda smanjena za mobilne telefone. Ako želite \"retina\" podršku koristite "
1194
+ "sliku širine 1160px."
1195
+
1196
+ # @ tribe-events-calendar
1197
+ #
1198
+ #: ../admin-views/tickets/meta-box.php:36
1199
+ msgid "Select an Image"
1200
+ msgstr "Odaberite sliku"
1201
+
1202
+ #: ../admin-views/tickets/meta-box.php:44
1203
+ msgid "Remove"
1204
+ msgstr "Ukloni"
1205
+
1206
+ # @ tribe-events-calendar
1207
+ #
1208
+ #: ../admin-views/tickets/meta-box.php:62
1209
+ #: ../admin-views/tickets/meta-box.php:72
1210
+ msgid "Add new ticket"
1211
+ msgstr "Dodaj novu ulaznicu"
1212
+
1213
+ # @ tribe-events-calendar
1214
+ #
1215
+ #: ../admin-views/tickets/meta-box.php:73
1216
+ msgid "Edit ticket"
1217
+ msgstr "Uredi ulaznicu"
1218
+
1219
+ #: ../admin-views/tickets/meta-box.php:79
1220
+ msgid "Sell using:"
1221
+ msgstr "Prodaj koristeći:"
1222
+
1223
+ # @ tribe-events-calendar
1224
+ #
1225
+ #: ../admin-views/tickets/meta-box.php:96
1226
+ msgid "Ticket Name:"
1227
+ msgstr "Naziv ulaznice:"
1228
+
1229
+ #: ../admin-views/tickets/meta-box.php:103
1230
+ msgid "Ticket Description:"
1231
+ msgstr "Opis ulaznice:"
1232
+
1233
+ #: ../admin-views/tickets/meta-box.php:112
1234
+ msgid "Price:"
1235
+ msgstr "Cijena:"
1236
+
1237
+ # @ tribe-events-calendar
1238
+ #
1239
+ #: ../admin-views/tickets/meta-box.php:124
1240
+ msgid "Start sale:"
1241
+ msgstr "Započni prodaju:"
1242
+
1243
+ # @ tribe-events-calendar
1244
+ #
1245
+ #: ../admin-views/tickets/meta-box.php:148
1246
+ msgid "End sale:"
1247
+ msgstr "Prekini prodaju:"
1248
+
1249
+ #: ../admin-views/tickets/meta-box.php:170
1250
+ msgid ""
1251
+ "When will ticket sales occur? If you don't set a start/end date for sales, "
1252
+ "tickets will be available from now until the event ends."
1253
+ msgstr ""
1254
+ "Kada će doći do prodaje ulaznica? Ako ne odredite datume za početak i kraj "
1255
+ "prodaje, ulaznice će biti dostupne od sada do kraja događaja."
1256
+
1257
+ # @ tribe-events-calendar
1258
+ #: ../lib/the-events-calendar.class.php:491
1259
+ msgid "month"
1260
+ msgstr "mjesec"
1261
+
1262
+ # @ tribe-events-calendar
1263
+ #: ../lib/the-events-calendar.class.php:492
1264
+ msgid "upcoming"
1265
+ msgstr "predstojeći"
1266
+
1267
+ # @ tribe-events-calendar
1268
+ #: ../lib/the-events-calendar.class.php:493
1269
+ msgid "past"
1270
+ msgstr "prethodni"
1271
+
1272
+ # @ tribe-events-calendar
1273
+ #: ../lib/the-events-calendar.class.php:495
1274
+ msgid "venue"
1275
+ msgstr "mjesto"
1276
+
1277
+ # @ tribe-events-calendar
1278
+ #: ../lib/the-events-calendar.class.php:509
1279
+ #, php-format
1280
+ msgid "Initializing Tribe Events on %s"
1281
+ msgstr "Inicijalizacija Tribe Events na