The Events Calendar - Version 2.0.8

Version Description

Small features, UX and Content Tweaks:

  • Integration with Presstrends (http://www.presstrends.io/).
  • Added an prominent message showing where the calendar lives on your site, appearing immediately upon initial activation.
  • Added prominent links to the frontend calendar throughout the backend: on the admin Events list, within the admin bar Events menu, on the plugins list and in the Events panel in the main left-hand admin menu.
  • Updated Events panel in main left-hand admin menu to include "Settings" and "Help," & to rename "App Shop" to "Event Add-Ons."
  • Added info boxes with descriptions & explanations on each tab in the Events settings.
  • Set Events menu options (under Appearance -> Menus) to appear enabled/visible by default.
  • TRIBE_HIDE_UPSELL code in wp_config now also hides "Event Add-Ons" links.
  • Incorporated ECP version into iCal feed (thanks for the tip, Andy Fragen!)
  • Incorporated 'tribe_settings_above_form_element_tab_{$currentTab}' to ease integration of third-party add-ons with the Events Settings tabs. Note that as a result the 'tribe_settings_form_element' filter was changed to 'tribe_settings_form_element_tab_'.$this->currentTab.
  • Warning messages now appear when attempting to publish custom recurring events with the "Every (X)" field left blank.
  • Added filters to the carious title generators within the TribeEvents->maybeAddEventTitle method, so users can control calendar-related title tags in their functions.php file.
  • General audit-trail/post-origin improvements & tweaks.
  • Removed address/venue queries from views/table.php.
  • Included new Hebrew translation files (free & PRO), courtesy of Sagi Shrieber.
  • Included new Japanese translation files (free only), courtesy of Matthew Meyer.
  • Included new French translation files (free & PRO), courtesy of Arno Faure.
  • Included new Lithuanian translation files (free only), courtesy of Vincent G from Host1Free.
  • Included new Czech translation files (free & PRO), courtesy of Petr Bastan.
  • Included new Serbian translation files (free & PRO), courtesy of Marko Manojlovic.
  • Included new Bosnian translation files (free & PRO), courtesy of Marko Manojlovic.
  • Included new Croatian translation files (free & PRO), courtesy of Marko Manojlovic.
  • Included new Finnish translation files (free & PRO), courtesy of Petri Kajander.
  • Included new Catalan translation files (free only), courtesy of Fran Rosa.
  • Included updated Italian translation files (free & PRO), courtesy of Filippo Montanari.

Bug Fixes:

  • Cleaned up gridview queries to improve AJAX loader speed on sites with multiple events.
  • Clarified an incorrect message regarding template override instructions for the list widget.
  • Removed unclear/confusing message warning message regarding the need for plugin consistency and added clearer warnings with appropriate links when plugins or add-ons are out date.
  • iCal feed no longer adds an extra minute to the event's end time (thanks for the fix, Andy Fragen!).
  • Fixed star rating icons that appeared broken on Settings -> Help as a result of the WP 3.4 update.
  • Users are no longer taken to a "Page not found" screen after submitting comments on recurring events.
Download this release

Release Info

Developer PaulHughes01
Plugin Icon The Events Calendar
Version 2.0.8
Comparing to
See all releases

Code changes from version 2.0.7 to 2.0.8

Files changed (47) hide show
  1. admin-views/app-shop.php +1 -1
  2. admin-views/tribe-options-general.php +37 -5
  3. admin-views/tribe-options-help.php +4 -3
  4. admin-views/tribe-options-templates.php +15 -3
  5. admin-views/widget-admin-list.php +1 -1
  6. lang/tribe-events-calendar-bs_BA.mo +0 -0
  7. lang/tribe-events-calendar-bs_BA.po +2624 -0
  8. lang/tribe-events-calendar-ca.mo +0 -0
  9. lang/tribe-events-calendar-ca.po +2560 -0
  10. lang/tribe-events-calendar-cs_CZ.mo +0 -0
  11. lang/tribe-events-calendar-cs_CZ.po +2599 -0
  12. lang/tribe-events-calendar-fi.mo +0 -0
  13. lang/tribe-events-calendar-fi.po +2535 -0
  14. lang/tribe-events-calendar-fr_FR.mo +0 -0
  15. lang/tribe-events-calendar-fr_FR.po +1470 -1440
  16. lang/tribe-events-calendar-he_IL.mo +0 -0
  17. lang/tribe-events-calendar-he_IL.po +2099 -0
  18. lang/tribe-events-calendar-hr_HR.mo +0 -0
  19. lang/tribe-events-calendar-hr_HR.po +2624 -0
  20. lang/tribe-events-calendar-it_IT.mo +0 -0
  21. lang/tribe-events-calendar-it_IT.po +1191 -690
  22. lang/tribe-events-calendar-ja_JA.mo +0 -0
  23. lang/tribe-events-calendar-ja_JA.po +2565 -0
  24. lang/tribe-events-calendar-lt_LT.mo +0 -0
  25. lang/tribe-events-calendar-lt_LT.po +2565 -0
  26. lang/tribe-events-calendar-sr_RS.mo +0 -0
  27. lang/tribe-events-calendar-sr_RS.po +2641 -0
  28. lang/tribe-events-calendar.pot +284 -210
  29. lib/the-events-calendar.class.php +198 -22
  30. lib/tribe-app-shop.class.php +7 -5
  31. lib/tribe-event-api.class.php +2 -2
  32. lib/tribe-event-query.class.php +1 -1
  33. lib/tribe-presstrends.php +59 -0
  34. lib/tribe-settings.class.php +4 -4
  35. lib/tribe-the-events-calendar-import.class.php +1 -1
  36. readme.txt +69 -18
  37. resources/events-admin.css +13 -0
  38. resources/events-admin.js +28 -20
  39. the-events-calendar.php +5 -3
  40. vendor/wp-router/WP_Route.class.php +10 -10
  41. vendor/wp-router/WP_Router.class.php +23 -6
  42. vendor/wp-router/WP_Router_Page.class.php +18 -1
  43. vendor/wp-router/WP_Router_Sample.class.php +0 -0
  44. vendor/wp-router/WP_Router_Utility.class.php +1 -23
  45. vendor/wp-router/readme.txt +17 -2
  46. vendor/wp-router/wp-router.php +1 -1
  47. views/table.php +0 -5
admin-views/app-shop.php CHANGED
@@ -1,7 +1,7 @@
1
  <div id="tribe-app-shop" class="wrap">
2
 
3
  <div class="header">
4
- <h2><?php _e( 'Tribe App Shop', 'tribe-events-calendar' ); ?></h2>
5
  </div>
6
 
7
 
1
  <div id="tribe-app-shop" class="wrap">
2
 
3
  <div class="header">
4
+ <h2><?php _e( 'Tribe Event Add-Ons', 'tribe-events-calendar' ); ?></h2>
5
  </div>
6
 
7
 
admin-views/tribe-options-general.php CHANGED
@@ -1,19 +1,36 @@
1
  <?php
 
 
 
 
 
 
 
 
2
  $generalTab = array(
3
  'priority' => 10,
4
  'fields' => array(
5
  'info-start' => array(
6
  'type' => 'html',
7
  'html' => '<div id="modern-tribe-info"><img src="' . plugins_url( 'resources/images/modern-tribe.png', dirname( __FILE__ ) ) . '" alt="Modern Tribe Inc." title="Modern Tribe Inc.">'
8
- ),
9
  'upsell-heading' => array(
10
  'type' => 'heading',
11
- 'label' => __( 'Add functionality to The Events Calendar', 'tribe-events-calendar' ),
12
  'conditional' => ( !defined( 'TRIBE_HIDE_UPSELL' ) || !TRIBE_HIDE_UPSELL ),
13
  ),
 
 
 
 
 
 
 
 
 
14
  'upsell-info' => array(
15
  'type' => 'html',
16
- 'html' => '<p>' . __( 'Looking for additional functionality including recurring events, custom meta, community events, ticket sales and more?', 'tribe-events-calendar' ) . '<br><a href="' . self::$tribeUrl . 'shop/?utm_source=generaltab&utm_medium=promolink&utm_campaign=plugin'.'">' . __( 'Check out the available Add-Ons', 'tribe-events-calendar' ) . '</a></p>',
17
  'conditional' => ( !defined( 'TRIBE_HIDE_UPSELL' ) || !TRIBE_HIDE_UPSELL ),
18
  ),
19
  'donate-link-heading' => array(
@@ -22,12 +39,12 @@ $generalTab = array(
22
  ),
23
  'donate-link-info' => array(
24
  'type' => 'html',
25
- 'html' => '<p>' . __( 'Are you thinking "Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work." The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project.', 'tribe-events-calendar' ).'<br><a href="' . plugins_url( 'resources/images/donate-link-screenshot.jpg', dirname( __FILE__ ) ).'" class="thickbox">' . __( 'See an example of the link', 'tribe-events-calendar' ) . '</a></p>',
26
  'conditional' => !class_exists( 'TribeEventsPro' ),
27
  ),
28
  'donate-link-pro-info' => array(
29
  'type' => 'html',
30
- 'html' => '<p>' . __( 'Are you thinking "Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work." The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project.', 'tribe-events-calendar' ) . '<br><a href="' . plugins_url( 'resources/images/donate-link-pro-screenshot.jpg', dirname( __FILE__ ) ) . '" class="thickbox">' . __( 'See an example of the link', 'tribe-events-calendar' ) . '</a></p>',
31
  'conditional' => class_exists( 'TribeEventsPro' ),
32
  ),
33
  'donate-link' => array(
@@ -142,6 +159,13 @@ $generalTab = array(
142
  'class' => 'google-embed-field',
143
  'validation_type' => 'number_or_percent',
144
  ),
 
 
 
 
 
 
 
145
  'debugEvents' => array(
146
  'type' => 'checkbox_bool',
147
  'label' => __( 'Debug Mode', 'tribe-events-calendar' ),
@@ -149,5 +173,13 @@ $generalTab = array(
149
  'default' => false,
150
  'validation_type' => 'boolean',
151
  ),
 
 
 
 
 
 
 
 
152
  ),
153
  );
1
  <?php
2
+ $displayPressTrendsDialogue = tribe_get_option( 'displayedPressTrendsDialogue', false );
3
+
4
+ $displayPressTrendsDialogueValue = ( $displayPressTrendsDialogue == false ) ? '1' : '0';
5
+
6
+ if ( $displayPressTrendsDialogue == false ) {
7
+ tribe_update_option( 'displayedPressTrendsDialogue', true );
8
+ }
9
+
10
  $generalTab = array(
11
  'priority' => 10,
12
  'fields' => array(
13
  'info-start' => array(
14
  'type' => 'html',
15
  'html' => '<div id="modern-tribe-info"><img src="' . plugins_url( 'resources/images/modern-tribe.png', dirname( __FILE__ ) ) . '" alt="Modern Tribe Inc." title="Modern Tribe Inc.">'
16
+ ),
17
  'upsell-heading' => array(
18
  'type' => 'heading',
19
+ 'label' => __( 'Finding & extending your calendar.', 'tribe-events-calendar' ),
20
  'conditional' => ( !defined( 'TRIBE_HIDE_UPSELL' ) || !TRIBE_HIDE_UPSELL ),
21
  ),
22
+ 'finding-heading' => array(
23
+ 'type' => 'heading',
24
+ 'label' => __( 'Finding your calendar.', 'tribe-events-calendar' ),
25
+ 'conditional' => ( defined( 'TRIBE_HIDE_UPSELL' ) && TRIBE_HIDE_UPSELL ),
26
+ ),
27
+ 'view-calendar-link' => array(
28
+ 'type' => 'html',
29
+ 'html' => '<p>' . __('Where\'s my calendar?', 'tribe-events-calendar') . '<br /><a href="' . TribeEvents::getLink() . '">' . __( 'Right here', 'tribe-events-calendar' ) . '</a>.</p>',
30
+ ),
31
  'upsell-info' => array(
32
  'type' => 'html',
33
+ 'html' => '<p>' . __( 'Looking for additional functionality including recurring events, custom meta, community events, ticket sales and more?', 'tribe-events-calendar' ) . '<br><a href="' . self::$tribeUrl . 'shop/?utm_source=generaltab&utm_medium=promolink&utm_campaign=plugin'.'">' . __( 'Check out the available Add-Ons', 'tribe-events-calendar' ) . '</a>.</p>',
34
  'conditional' => ( !defined( 'TRIBE_HIDE_UPSELL' ) || !TRIBE_HIDE_UPSELL ),
35
  ),
36
  'donate-link-heading' => array(
39
  ),
40
  'donate-link-info' => array(
41
  'type' => 'html',
42
+ 'html' => '<p>' . __( 'Are you thinking "Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work." The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project.', 'tribe-events-calendar' ).'<br><a href="' . plugins_url( 'resources/images/donate-link-screenshot.jpg', dirname( __FILE__ ) ).'" class="thickbox">' . __( 'See an example of the link', 'tribe-events-calendar' ) . '</a>.</p>',
43
  'conditional' => !class_exists( 'TribeEventsPro' ),
44
  ),
45
  'donate-link-pro-info' => array(
46
  'type' => 'html',
47
+ 'html' => '<p>' . __( 'Are you thinking "Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work." The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project.', 'tribe-events-calendar' ) . '<br><a href="' . plugins_url( 'resources/images/donate-link-pro-screenshot.jpg', dirname( __FILE__ ) ) . '" class="thickbox">' . __( 'See an example of the link', 'tribe-events-calendar' ) . '</a>.</p>',
48
  'conditional' => class_exists( 'TribeEventsPro' ),
49
  ),
50
  'donate-link' => array(
159
  'class' => 'google-embed-field',
160
  'validation_type' => 'number_or_percent',
161
  ),
162
+ 'sendPressTrendsData' => array(
163
+ 'type' => 'checkbox_bool',
164
+ 'label' => __( 'Send PressTrends Data', 'tribe-events-calendar' ),
165
+ 'tooltip' => __( 'Enable this option to help us out and send us analytics regarding your usage of The Events Calendar.', 'tribe-events-calendar' ),
166
+ 'default' => false,
167
+ 'validation_type' => 'boolean',
168
+ ),
169
  'debugEvents' => array(
170
  'type' => 'checkbox_bool',
171
  'label' => __( 'Debug Mode', 'tribe-events-calendar' ),
173
  'default' => false,
174
  'validation_type' => 'boolean',
175
  ),
176
+ 'maybeDisplayPressTrendsDialogue' => array(
177
+ 'type' => 'html',
178
+ 'html' => '<input type="hidden" name="maybeDisplayPressTrendsDialogue" value="' . $displayPressTrendsDialogueValue . '"></input>',
179
+ ),
180
+ 'pressTrendsDialogue' => array(
181
+ 'type' => 'html',
182
+ 'html' => '<div id="presstrends-dialog" title="Send PressTrends Data" style="display: none;">' . __('Would you like to help us out and send analytics about your usage of The Events Calendar?','tribe-events-calendar') .'<br/></div>',
183
+ ),
184
  ),
185
  );
admin-views/tribe-options-help.php CHANGED
@@ -100,6 +100,10 @@ $resources[] = array(
100
  'title' => __('Release Notes', 'tribe-events-calendar'),
101
  'link' => apply_filters('tribe_help_tab_release_notes_url', 'http://tri.be/category/products/release-notes/'.$ga_query_string),
102
  );
 
 
 
 
103
  $resources = (array) apply_filters( 'tribe_help_tab_resources', $resources );
104
 
105
 
@@ -168,9 +172,6 @@ $more_text = __('More...', 'tribe-events-calendar');
168
  <?php if ($rating != _x('n/a', 'not available', 'tribe-events-calendar') ) : ?>
169
  <div class="star-holder">
170
  <div class="star star-rating" style="width: <?php echo( $tec_info['rating'] ); ?>px"></div>
171
- <?php for ($i = 5; $i > 0; $i--) : ?>
172
- <div class="star star<?php echo $i ?>"><img src="<?php echo admin_url('images/star.png'); ?>" alt="<?php echo $i ?> stars" /></div>
173
- <?php endfor; ?>
174
  </div>
175
  <?php printf( _n('Based on %d rating', 'Based on %d ratings', $tec_info['num_ratings'], 'tribe-events-calendar' ), $tec_info['num_ratings'] ); ?>
176
  <?php else : ?>
100
  'title' => __('Release Notes', 'tribe-events-calendar'),
101
  'link' => apply_filters('tribe_help_tab_release_notes_url', 'http://tri.be/category/products/release-notes/'.$ga_query_string),
102
  );
103
+ $resources[] = array(
104
+ 'title' => __('Forums', 'tribe-events-calendar'),
105
+ 'link' => apply_filters('tribe_help_tab_forums_url', 'http://wordpress.org/support/plugin/the-events-calendar/'),
106
+ );
107
  $resources = (array) apply_filters( 'tribe_help_tab_resources', $resources );
108
 
109
 
172
  <?php if ($rating != _x('n/a', 'not available', 'tribe-events-calendar') ) : ?>
173
  <div class="star-holder">
174
  <div class="star star-rating" style="width: <?php echo( $tec_info['rating'] ); ?>px"></div>
 
 
 
175
  </div>
176
  <?php printf( _n('Based on %d rating', 'Based on %d ratings', $tec_info['num_ratings'], 'tribe-events-calendar' ), $tec_info['num_ratings'] ); ?>
177
  <?php else : ?>
admin-views/tribe-options-templates.php CHANGED
@@ -13,9 +13,21 @@ foreach ( array_keys( $templates ) as $template ) {
13
  $templatesTab = array(
14
  'priority' => 20,
15
  'fields' => array(
16
- 'template-heading' => array(
17
- 'type' => 'heading',
18
- 'label' => __( 'Template Settings', 'tribe-events-calendar' ),
 
 
 
 
 
 
 
 
 
 
 
 
19
  ),
20
  'tribeEventsTemplate' => array(
21
  'type' => 'dropdown_chosen',
13
  $templatesTab = array(
14
  'priority' => 20,
15
  'fields' => array(
16
+ 'info-start' => array(
17
+ 'type' => 'html',
18
+ 'html' => '<div id="modern-tribe-info">'
19
+ ),
20
+ 'info-box-title' => array(
21
+ 'type' => 'html',
22
+ 'html' => '<h2>' . __('Template Settings', 'tribe-events-calendar') . '</h2>',
23
+ ),
24
+ 'info-box-description' => array(
25
+ 'type' => 'html',
26
+ 'html' => '<p>' . __('Having trouble making the calendar fit in your theme? On this page, rectify that by selecting what WordPress "page template" The Events Calendar will use to display your event views. The page template controls the usage and placement of the header, sidebar, main content, footer and any other unique content blocks your site may be using. The dropdown below includes the Default Events Template (bundled with the Events framework), Default Page Template (the theme\'s default page.php template), and any other page templates your theme may have shipped with.</p><p>While we do our best to make sure the plugin plays nicely with as many themes as possible, there will inevitably be situations where none of the templating options available below will look 100% perfect. In that situation you may want to check out <a href="http://tri.be/support/documentation/events-calendar-themers-guide/">our themer\'s guide</a> to figure out what templating approach is best for you.', 'tribe-events-calendar') . '</p>',
27
+ ),
28
+ 'info-end' => array(
29
+ 'type' => 'html',
30
+ 'html' => '</div>',
31
  ),
32
  'tribeEventsTemplate' => array(
33
  'type' => 'dropdown_chosen',
admin-views/widget-admin-list.php CHANGED
@@ -27,4 +27,4 @@ if ( !defined('ABSPATH') ) { die('-1'); }
27
 
28
  </p>
29
 
30
- <p><small><em><?php _e('If you wish to customize the widget display yourself, see the file views/events-list-load-widget-display.php inside the Events Premium plugin.', 'tribe-events-calendar');?></em></small></p>
27
 
28
  </p>
29
 
30
+ <p><small><em><?php printf( __('Want to modify the display of this widget? Try a %stemplate override%s.', 'tribe-events-calendar'), '<a href="http://tri.be/faq/what-are-template-overrides-and-how-do-i-do-them/">', '</a>' ); ?></em></small></p>
lang/tribe-events-calendar-bs_BA.mo ADDED
Binary file
lang/tribe-events-calendar-bs_BA.po ADDED
@@ -0,0 +1,2624 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: The Events Calendar 2.0\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-02-23 08:21-0800\n"
6
+ "PO-Revision-Date: 2012-06-13 15:39+0100\n"
7
+ "Last-Translator: Marko Manojlović <manmar984@gmail.com>\n"
8
+ "Language-Team: Modern Tribe, Inc.\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: English\n"
14
+ "X-Poedit-Country: UNITED STATES\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
+ "X-Poedit-Basepath: ./\n"
18
+ "X-Textdomain-Support: yes\n"
19
+ "X-Poedit-SearchPath-0: ..\n"
20
+
21
+ #@ tribe-events-calendar
22
+ #: ../admin-views/event-sidebar-options.php:11
23
+ msgid "Hide From Upcoming Events List"
24
+ msgstr "Sakrij sa popisa nadolazećih događaja"
25
+
26
+ #@ tribe-events-calendar
27
+ #: ../admin-views/events-meta-box.php:25
28
+ msgid "Event Time &amp; Date"
29
+ msgstr "Vrijeme i datum događaja"
30
+
31
+ #@ tribe-events-calendar
32
+ #: ../admin-views/events-meta-box.php:28
33
+ msgid "You have changed the recurrence rules of this event. Saving the event will update all future events. If you did not mean to change all events, then please refresh the page."
34
+ msgstr "Promenili ste podešavanja za ponavljanje ovog događaja. Ako spremite događaj podešavanja će se primenti na sve naredne događaje. Ako niste želeli da promenite sve događaje molimo vas osvježite stranicu."
35
+
36
+ #@ tribe-events-calendar
37
+ #: ../admin-views/events-meta-box.php:31
38
+ msgid "All day event?"
39
+ msgstr "Cjelodnevni događaj?"
40
+
41
+ #@ tribe-events-calendar
42
+ #: ../admin-views/events-meta-box.php:35
43
+ msgid "Start Date / Time:"
44
+ msgstr "Datum / Vrijeme početka:"
45
+
46
+ #@ tribe-events-calendar
47
+ #: ../admin-views/events-meta-box.php:38
48
+ #: ../admin-views/events-meta-box.php:59
49
+ msgid "YYYY-MM-DD"
50
+ msgstr "GGGG-MM-DD"
51
+
52
+ #@ tribe-events-calendar
53
+ #: ../admin-views/events-meta-box.php:40
54
+ #: ../admin-views/events-meta-box.php:61
55
+ msgid "@"
56
+ msgstr "@"
57
+
58
+ #@ tribe-events-calendar
59
+ #: ../admin-views/events-meta-box.php:56
60
+ msgid "End Date / Time:"
61
+ msgstr "Datum / Vrijeme završetka"
62
+
63
+ #@ tribe-events-calendar
64
+ #: ../admin-views/events-meta-box.php:78
65
+ msgid "Event Location Details"
66
+ msgstr "Podaci o lokaciji događaja"
67
+
68
+ #@ tribe-events-calendar
69
+ #: ../admin-views/events-meta-box.php:84
70
+ msgid "Show Google Maps Link:"
71
+ msgstr "Pokaži link Google mape:"
72
+
73
+ #@ tribe-events-calendar
74
+ #: ../admin-views/events-meta-box.php:91
75
+ msgid "Show Google Map:"
76
+ msgstr "Pokaži Google mapu:"
77
+
78
+ #@ tribe-events-calendar
79
+ #: ../admin-views/events-meta-box.php:100
80
+ msgid "Event Organizer Details"
81
+ msgstr "Podaci o organizatoru"
82
+
83
+ #@ tribe-events-calendar
84
+ #: ../admin-views/events-meta-box.php:109
85
+ msgid "Event Cost"
86
+ msgstr "Cjena događaja"
87
+
88
+ #@ tribe-events-calendar
89
+ #: ../admin-views/events-meta-box.php:112
90
+ msgid "Cost:"
91
+ msgstr "Cjena:"
92
+
93
+ #@ tribe-events-calendar
94
+ #: ../admin-views/events-meta-box.php:117
95
+ msgid "Leave blank to hide the field. Enter a 0 for events that are free."
96
+ msgstr "Ostavite prazno da sakrijete polje. Unesite 0 za besplatne događaje."
97
+
98
+ #@ tribe-events-calendar
99
+ #: ../admin-views/events-options.php:47
100
+ #, php-format
101
+ msgid "%s Settings"
102
+ msgstr "%s Podešavanja"
103
+
104
+ #@ tribe-events-calendar
105
+ #: ../admin-views/events-options.php:51
106
+ msgid "Need a hand?"
107
+ msgstr "Da li vam je potrebna pomoć?"
108
+
109
+ #@ tribe-events-calendar
110
+ #: ../admin-views/events-options.php:52
111
+ #, php-format
112
+ msgid "If you're stuck on these options, please go to the <a href=\"%s\">support forum</a>."
113
+ msgstr "Ako ste se zaglavili na podešavanjima molimo vas posetite <a href=\"%s\">forum podrške</a>."
114
+
115
+ #@ tribe-events-calendar
116
+ #: ../admin-views/events-options.php:54
117
+ msgid "Here is the iCal feed URL for your events: "
118
+ msgstr "Ovde je iCal feed URL za vaše događaje:"
119
+
120
+ #@ tribe-events-calendar
121
+ #: ../admin-views/events-options.php:60
122
+ msgid "Settings"
123
+ msgstr "Podešavanja"
124
+
125
+ #@ tribe-events-calendar
126
+ #: ../admin-views/events-options.php:63
127
+ #: ../admin-views/events-options.php:67
128
+ msgid "Default View for the Events"
129
+ msgstr "Zadani izgled za događaje"
130
+
131
+ #@ tribe-events-calendar
132
+ #: ../admin-views/events-options.php:71
133
+ msgid "Calendar"
134
+ msgstr "Kalendar"
135
+
136
+ #@ tribe-events-calendar
137
+ #: ../admin-views/events-options.php:75
138
+ msgid "Event List"
139
+ msgstr "Popis događaja"
140
+
141
+ #@ tribe-events-calendar
142
+ #: ../admin-views/events-options.php:81
143
+ #: ../admin-views/events-options.php:85
144
+ msgid "Number of events to show per page in the loop"
145
+ msgstr "Broj događaja koji će se prikazivati po stranici"
146
+
147
+ #@ tribe-events-calendar
148
+ #: ../admin-views/events-options.php:90
149
+ msgid "This is the number of posts displayed per page when returning a list of events."
150
+ msgstr "Ovo je broj postova prikazanih po stranici kada se prikazuje popis događaja."
151
+
152
+ #@ tribe-events-calendar
153
+ #: ../admin-views/events-options.php:95
154
+ #: ../admin-views/events-options.php:99
155
+ #: ../admin-views/events-options.php:101
156
+ msgid "Show Comments"
157
+ msgstr "Pokaži komentare"
158
+
159
+ #@ tribe-events-calendar
160
+ #: ../admin-views/events-options.php:109
161
+ #: ../admin-views/events-options.php:113
162
+ msgid "Multiday Event Cutoff"
163
+ msgstr "Odsecanje za višednevne događaje"
164
+
165
+ #@ tribe-events-calendar
166
+ #: ../admin-views/events-options.php:127
167
+ msgid "For multi-day events, hide the last day from grid view if it ends on or before this time."
168
+ msgstr "Za višednevne događaje sakrij poslednji dan na kalendaru ako se završava u ili pre ovog vrijemena."
169
+
170
+ #@ tribe-events-calendar
171
+ #: ../admin-views/events-options.php:132
172
+ #: ../admin-views/events-options.php:136
173
+ msgid "Enable Google Maps"
174
+ msgstr "Omogući Goolge mapu"
175
+
176
+ #@ tribe-events-calendar
177
+ #: ../admin-views/events-options.php:142
178
+ msgid "Height"
179
+ msgstr "Visina"
180
+
181
+ #@ tribe-events-calendar
182
+ #: ../admin-views/events-options.php:143
183
+ msgid "Width"
184
+ msgstr "Širina"
185
+
186
+ #@ tribe-events-calendar
187
+ #: ../admin-views/events-options.php:143
188
+ msgid "(number or %)"
189
+ msgstr "(broj ili %)"
190
+
191
+ #@ tribe-events-calendar
192
+ #: ../admin-views/events-options.php:144
193
+ msgid "Zoom Level"
194
+ msgstr "Nivo zuma"
195
+
196
+ #@ tribe-events-calendar
197
+ #: ../admin-views/events-options.php:144
198
+ msgid "(0 = zoomed-out; 21 = zoomed-in)"
199
+ msgstr "(0 = odzumirano; 21 = zumirano)"
200
+
201
+ #@ tribe-events-calendar
202
+ #: ../admin-views/events-options.php:148
203
+ msgid "If you don't have this turned on, your event listings won't have the backend map preview or frontend embedded map."
204
+ msgstr "Ako je ovo isključeno vaši događaji neće imati pregled mape u zadnjem delu ni ugrađenu mapu na prednjem delu. "
205
+
206
+ #@ tribe-events-calendar
207
+ #: ../admin-views/events-options.php:156
208
+ #: ../admin-views/events-options.php:158
209
+ msgid "Events URL slug"
210
+ msgstr "Slug URL događaja"
211
+
212
+ #@ tribe-events-calendar
213
+ #: ../admin-views/events-options.php:159
214
+ msgid "The slug used for building the Events URL."
215
+ msgstr "Slug korišćen za pravljenje URL događaja."
216
+
217
+ #@ tribe-events-calendar
218
+ #: ../admin-views/events-options.php:159
219
+ #, php-format
220
+ msgid "Your current Events URL is <strong><a href=\"%s\">%s</a></strong>"
221
+ msgstr "URL trenutnog događaja je <strong><a href=\"%s\">%s</a></strong>"
222
+
223
+ #@ tribe-events-calendar
224
+ #: ../admin-views/events-options.php:163
225
+ #: ../admin-views/events-options.php:165
226
+ msgid "Single Event URL slug"
227
+ msgstr "Slug jednog URL događaja"
228
+
229
+ #@ tribe-events-calendar
230
+ #: ../admin-views/events-options.php:166
231
+ msgid "The slug used for building a single Event URL."
232
+ msgstr "Ovaj slug se koristi za pravljenje URL-a jednog događaja."
233
+
234
+ #@ tribe-events-calendar
235
+ #: ../admin-views/events-options.php:167
236
+ #, php-format
237
+ msgid "<strong>NOTE:</strong> You <em>cannot</em> use the same slug as above. The above should ideally be plural, and this singular.<br />Your single Event URL is like: <strong>%s</strong>"
238
+ msgstr "<strong>NAPOMENA:</strong><em>Ne možete</em> koristiti isti slug kao iznad. Iznad bi trebalo da bude množina, a ovde jednina. <br />URL jednog događaja izgleda ovako: <strong>%s</strong>"
239
+
240
+ #@ tribe-events-calendar
241
+ #: ../admin-views/events-options.php:172
242
+ #: ../admin-views/events-options.php:174
243
+ msgid "Debug"
244
+ msgstr "Debagovanje"
245
+
246
+ #@ tribe-events-calendar
247
+ #: ../admin-views/events-options.php:175
248
+ msgid "Debug Events display issues."
249
+ msgstr "Prikaz problema prilikom debagovanja."
250
+
251
+ #@ tribe-events-calendar
252
+ #: ../admin-views/events-options.php:176
253
+ #, php-format
254
+ msgid "Enable this option to log debug information. By default this will log to your server PHP error log. If you'd like to see the log messages in your browser, then we recommend that you install the <a href=\"%s\" target=\"_blank\">Debug Bar Plugin</a> and look for the \"Tribe\" tab in the debug output."
255
+ msgstr "Omogućite ovu opciju da bi ste logovali debag informacije. Po zadanim postavkama ovo će biti logovanp na PHP error logu vašeg servera. Ako želite da vidite log poruke u vašem pretraživaču preporučujemo da instalirate <a href=\"%s\" target=\"_blank\">Debug Bar Plugin</a> i potražite \"Tribe\" tab u outputu debaga."
256
+
257
+ #@ tribe-events-calendar
258
+ #: ../admin-views/events-options.php:181
259
+ msgid "Theme Settings"
260
+ msgstr "Postavke teme"
261
+
262
+ #@ tribe-events-calendar
263
+ #: ../admin-views/events-options.php:184
264
+ #: ../admin-views/events-options.php:186
265
+ msgid "Events Template"
266
+ msgstr "Šablon događaja"
267
+
268
+ #@ tribe-events-calendar
269
+ #: ../admin-views/events-options.php:188
270
+ msgid "Default Events Template"
271
+ msgstr "Zadani šablon događaja"
272
+
273
+ #@ tribe-events-calendar
274
+ #: ../admin-views/events-options.php:189
275
+ msgid "Default Page Template"
276
+ msgstr "Zadani šablon stranice"
277
+
278
+ #@ tribe-events-calendar
279
+ #: ../admin-views/events-options.php:192
280
+ msgid "Choose a page template to control the look and feel of your calendar."
281
+ msgstr "Izaberite šablon stranice da bi ste kontrolisali izgled vašeg kalendara."
282
+
283
+ #@ tribe-events-calendar
284
+ #: ../admin-views/events-options.php:196
285
+ #: ../admin-views/events-options.php:198
286
+ #: ../admin-views/events-options.php:206
287
+ msgid "Add HTML before calendar"
288
+ msgstr "Dodaj HTML pre kalendara"
289
+
290
+ #@ tribe-events-calendar
291
+ #: ../admin-views/events-options.php:200
292
+ msgid "Some themes may require that you add extra divs before the calendar list to help with styling."
293
+ msgstr "Neke teme će zahtevati da dodate <div> tagove pre liste da bi ste je mogli stilizovati."
294
+
295
+ #@ tribe-events-calendar
296
+ #: ../admin-views/events-options.php:200
297
+ msgid "This is displayed directly after the header."
298
+ msgstr "Ovo se prikazuje odmah nakon zaglavlja."
299
+
300
+ #@ tribe-events-calendar
301
+ #: ../admin-views/events-options.php:200
302
+ #: ../admin-views/events-options.php:208
303
+ msgid "You may use (x)HTML."
304
+ msgstr "Možete da koristite (x)HTML."
305
+
306
+ #@ tribe-events-calendar
307
+ #: ../admin-views/events-options.php:204
308
+ msgid "Add HTML after calendar"
309
+ msgstr "Dodaj HTML posle kalendara"
310
+
311
+ #@ tribe-events-calendar
312
+ #: ../admin-views/events-options.php:208
313
+ msgid "Some themes may require that you add extra divs after the calendar list to help with styling."
314
+ msgstr "Neke teme će zahtevati da dodate <div> tagove posle liste da bi ste je mogli stilizovati."
315
+
316
+ #@ tribe-events-calendar
317
+ #: ../admin-views/events-options.php:208
318
+ msgid "This is displayed directly above the footer."
319
+ msgstr "Ovo se prikazuje odmah iznad podnožja."
320
+
321
+ #@ tribe-events-calendar
322
+ #: ../admin-views/events-options.php:217
323
+ msgid "Save Changes"
324
+ msgstr "Sačuvaj promene"
325
+
326
+ #@ tribe-events-calendar
327
+ #: ../admin-views/organizer-meta-box.php:11
328
+ msgid "Organizer Name:"
329
+ msgstr "Organizator:"
330
+
331
+ #@ tribe-events-calendar
332
+ #: ../admin-views/organizer-meta-box.php:17
333
+ #: ../admin-views/venue-meta-box.php:83
334
+ msgid "Phone:"
335
+ msgstr "Telefon:"
336
+
337
+ #@ tribe-events-calendar
338
+ #: ../admin-views/organizer-meta-box.php:21
339
+ msgid "Website:"
340
+ msgstr "Web sajt"
341
+
342
+ #@ tribe-events-calendar
343
+ #: ../admin-views/organizer-meta-box.php:25
344
+ msgid "Email:"
345
+ msgstr "E-pošta:"
346
+
347
+ #@ tribe-events-calendar
348
+ #: ../admin-views/recurrence-dialog.php:11
349
+ msgid "Which events do you wish to update?"
350
+ msgstr "Koje događaje želite ažurirati?"
351
+
352
+ #@ tribe-events-calendar
353
+ #: ../admin-views/recurrence-dialog.php:14
354
+ msgid "Select your desired action"
355
+ msgstr "Odaberite željenu akciju"
356
+
357
+ #@ tribe-events-calendar
358
+ #: ../admin-views/venue-meta-box.php:12
359
+ msgid "Venue Name:"
360
+ msgstr "Mjesto: "
361
+
362
+ #@ tribe-events-calendar
363
+ #: ../admin-views/venue-meta-box.php:19
364
+ msgid "Address:"
365
+ msgstr "Adresa:"
366
+
367
+ #@ tribe-events-calendar
368
+ #: ../admin-views/venue-meta-box.php:23
369
+ msgid "City:"
370
+ msgstr "Grad:"
371
+
372
+ #@ tribe-events-calendar
373
+ #: ../admin-views/venue-meta-box.php:27
374
+ msgid "Country:"
375
+ msgstr "Zemlja:"
376
+
377
+ #@ tribe-events-calendar
378
+ #: ../admin-views/venue-meta-box.php:58
379
+ msgid "State or Province:"
380
+ msgstr "Država ili provincija:"
381
+
382
+ #@ tribe-events-calendar
383
+ #: ../admin-views/venue-meta-box.php:61
384
+ msgid "Select a State:"
385
+ msgstr "Odaberite državu:"
386
+
387
+ #@ tribe-events-calendar
388
+ #: ../admin-views/venue-meta-box.php:79
389
+ msgid "Postal Code:"
390
+ msgstr "Poštanski broj: "
391
+
392
+ #@ tribe-events-calendar
393
+ #: ../admin-views/widget-admin-list.php:11
394
+ msgid "Title:"
395
+ msgstr "Titula: "
396
+
397
+ #@ tribe-events-calendar
398
+ #: ../admin-views/widget-admin-list.php:16
399
+ msgid "Show:"
400
+ msgstr "Prikaži:"
401
+
402
+ #@ tribe-events-calendar
403
+ #: ../admin-views/widget-admin-list.php:24
404
+ msgid "Show widget only if there are upcoming events:"
405
+ msgstr "Prikaži vidžet samo ako ima nadolazećih događaja: "
406
+
407
+ #@ tribe-events-calendar
408
+ #: ../admin-views/widget-admin-list.php:30
409
+ msgid "If you wish to customize the widget display yourself, see the file views/events-list-load-widget-display.php inside the Events Premium plugin."
410
+ msgstr "Ako želite da podesite izgled vidžeta pogledajte fajl views/events-list-load-widget-display.php unutar Events Premium plagina."
411
+
412
+ #@ tribe-events-calendar
413
+ #: ../lib/the-events-calendar.class.php:255
414
+ msgid "The Events Calendar"
415
+ msgstr "Kalendar događaja"
416
+
417
+ #@ tribe-events-calendar
418
+ #: ../lib/the-events-calendar.class.php:258
419
+ msgid "category"
420
+ msgstr "kategorija"
421
+
422
+ #@ tribe-events-calendar
423
+ #: ../lib/the-events-calendar.class.php:259
424
+ msgid "month"
425
+ msgstr "mjesec"
426
+
427
+ #@ tribe-events-calendar
428
+ #: ../lib/the-events-calendar.class.php:260
429
+ msgid "upcoming"
430
+ msgstr "predstojeći"
431
+
432
+ #@ tribe-events-calendar
433
+ #: ../lib/the-events-calendar.class.php:261
434
+ msgid "past"
435
+ msgstr "prethodni"
436
+
437
+ #@ tribe-events-calendar
438
+ #: ../lib/the-events-calendar.class.php:263
439
+ msgid "venue"
440
+ msgstr "mjesto"
441
+
442
+ #@ tribe-events-calendar
443
+ #: ../lib/the-events-calendar.class.php:273
444
+ #, php-format
445
+ msgid "Initializing Tribe Events on %s"
446
+ msgstr "Inicijalizacija Tribe Events na %s"
447
+
448
+ #@ tribe-events-calendar
449
+ #: ../lib/the-events-calendar.class.php:330
450
+ #, php-format
451
+ msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
452
+ msgstr "Žao nam je, The Events Calendar zahteva WordPress %s ili noviji. Molimo vas da ažurirate vašu Wordpress instalaciju."
453
+
454
+ #@ tribe-events-calendar
455
+ #: ../lib/the-events-calendar.class.php:333
456
+ #, php-format
457
+ msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
458
+ msgstr "Žao nam je, The Events Calendar zahteva PHP %s ili noviji. Pričajte sa vašim hostom o prebacivanju na noviju verziju PHP-a."
459
+
460
+ #@ tribe-events-calendar
461
+ #: ../lib/the-events-calendar.class.php:454
462
+ msgid "Upcoming Events"
463
+ msgstr "Predstojeći događaji"
464
+
465
+ #@ tribe-events-calendar
466
+ #: ../lib/the-events-calendar.class.php:456
467
+ msgid "Past Events"
468
+ msgstr "Prošli događaji"
469
+
470
+ #@ tribe-events-calendar
471
+ #: ../lib/the-events-calendar.class.php:460
472
+ #: ../lib/the-events-calendar.class.php:466
473
+ #, php-format
474
+ msgid "Events for %s"
475
+ msgstr "Događaji za %s"
476
+
477
+ #@ tribe-events-calendar
478
+ #: ../lib/the-events-calendar.class.php:462
479
+ msgid "Events this month"
480
+ msgstr "Događaji ovog mjeseca"
481
+
482
+ #@ tribe-events-calendar
483
+ #: ../lib/the-events-calendar.class.php:472
484
+ #, php-format
485
+ msgid "Events at %s"
486
+ msgstr "Događaji u %s"
487
+
488
+ #@ tribe-events-calendar
489
+ #: ../lib/the-events-calendar.class.php:485
490
+ msgid "No description has been entered for this event."
491
+ msgstr "Nema opisa za ovaj događaj."
492
+
493
+ #@ tribe-events-calendar
494
+ #: ../lib/the-events-calendar.class.php:594
495
+ msgid "Events"
496
+ msgstr "Događaji"
497
+
498
+ #@ tribe-events-calendar
499
+ #: ../lib/the-events-calendar.class.php:595
500
+ msgid "Event"
501
+ msgstr "Događaj"
502
+
503
+ #@ tribe-events-calendar
504
+ #: ../lib/the-events-calendar.class.php:596
505
+ #: ../lib/the-events-calendar.class.php:609
506
+ #: ../lib/the-events-calendar.class.php:622
507
+ msgid "Add New"
508
+ msgstr "Dodaj novi"
509
+
510
+ #@ tribe-events-calendar
511
+ #: ../lib/the-events-calendar.class.php:597
512
+ msgid "Add New Event"
513
+ msgstr "Dodaj novi događaj"
514
+
515
+ #@ tribe-events-calendar
516
+ #: ../lib/the-events-calendar.class.php:598
517
+ msgid "Edit Event"
518
+ msgstr "Uredi događaj"
519
+
520
+ #@ tribe-events-calendar
521
+ #: ../lib/the-events-calendar.class.php:599
522
+ msgid "New Event"
523
+ msgstr "Novi događaj"
524
+
525
+ #@ tribe-events-calendar
526
+ #: ../lib/the-events-calendar.class.php:600
527
+ msgid "View Event"
528
+ msgstr "Pogledaj događaj"
529
+
530
+ #@ tribe-events-calendar
531
+ #: ../lib/the-events-calendar.class.php:601
532
+ msgid "Search Events"
533
+ msgstr "Pretraži događaje"
534
+
535
+ #@ tribe-events-calendar
536
+ #: ../lib/the-events-calendar.class.php:602
537
+ msgid "No events found"
538
+ msgstr "Nema nađenih događaja"
539
+
540
+ #@ tribe-events-calendar
541
+ #: ../lib/the-events-calendar.class.php:603
542
+ msgid "No events found in Trash"
543
+ msgstr "Nema nađenih događaja u smeću"
544
+
545
+ #@ tribe-events-calendar
546
+ #: ../lib/the-events-calendar.class.php:607
547
+ msgid "Venues"
548
+ msgstr "Mjesta"
549
+
550
+ #@ tribe-events-calendar
551
+ #: ../lib/the-events-calendar.class.php:608
552
+ msgid "Venue"
553
+ msgstr "Mjesto"
554
+
555
+ #@ tribe-events-calendar
556
+ #: ../lib/the-events-calendar.class.php:610
557
+ msgid "Add New Venue"
558
+ msgstr "Dodaj novo mjesto"
559
+
560
+ #@ tribe-events-calendar
561
+ #: ../lib/the-events-calendar.class.php:611
562
+ msgid "Edit Venue"
563
+ msgstr "Izmeni mjesto"
564
+
565
+ #@ tribe-events-calendar
566
+ #: ../lib/the-events-calendar.class.php:612
567
+ msgid "New Venue"
568
+ msgstr "Novo mjesto"
569
+
570
+ #@ tribe-events-calendar
571
+ #: ../lib/the-events-calendar.class.php:613
572
+ #: ../lib/the-events-calendar.class.php:626
573
+ msgid "View Venue"
574
+ msgstr "Pogledaj mjesto"
575
+
576
+ #@ tribe-events-calendar
577
+ #: ../lib/the-events-calendar.class.php:614
578
+ msgid "Search Venues"
579
+ msgstr "Pretraži mjesta"
580
+
581
+ #@ tribe-events-calendar
582
+ #: ../lib/the-events-calendar.class.php:615
583
+ msgid "No venue found"
584
+ msgstr "Nema nađenih mjesta"
585
+
586
+ #@ tribe-events-calendar
587
+ #: ../lib/the-events-calendar.class.php:616
588
+ msgid "No venues found in Trash"
589
+ msgstr "Nema nađenih mjesta u smeću"
590
+
591
+ #@ tribe-events-calendar
592
+ #: ../lib/the-events-calendar.class.php:620
593
+ msgid "Organizers"
594
+ msgstr "Organizatori"
595
+
596
+ #@ tribe-events-calendar
597
+ #: ../lib/the-events-calendar.class.php:621
598
+ msgid "Organizer"
599
+ msgstr "Organizator"
600
+
601
+ #@ tribe-events-calendar
602
+ #: ../lib/the-events-calendar.class.php:623
603
+ msgid "Add New Organizer"
604
+ msgstr "Dodaj novog organizatora"
605
+
606
+ #@ tribe-events-calendar
607
+ #: ../lib/the-events-calendar.class.php:624
608
+ msgid "Edit Organizer"
609
+ msgstr "Izmjeni organizatora"
610
+
611
+ #@ tribe-events-calendar
612
+ #: ../lib/the-events-calendar.class.php:625
613
+ msgid "New Organizer"
614
+ msgstr "Novi organizator"
615
+
616
+ #@ tribe-events-calendar
617
+ #: ../lib/the-events-calendar.class.php:627
618
+ msgid "Search Organizers"
619
+ msgstr "Pretraži organizatore"
620
+
621
+ #@ tribe-events-calendar
622
+ #: ../lib/the-events-calendar.class.php:628
623
+ msgid "No organizer found"
624
+ msgstr "Nema nađenih organizatora"
625
+
626
+ #@ tribe-events-calendar
627
+ #: ../lib/the-events-calendar.class.php:629
628
+ msgid "No organizers found in Trash"
629
+ msgstr "Nema nađenih organizatora u smeću"
630
+
631
+ #@ tribe-events-calendar
632
+ #: ../lib/the-events-calendar.class.php:633
633
+ #: ../lib/tribe-admin-events-list.class.php:172
634
+ msgid "Event Categories"
635
+ msgstr "Kategorije događaja"
636
+
637
+ #@ tribe-events-calendar
638
+ #: ../lib/the-events-calendar.class.php:634
639
+ msgid "Event Category"
640
+ msgstr "Kategorija događaja"
641
+
642
+ #@ tribe-events-calendar
643
+ #: ../lib/the-events-calendar.class.php:635
644
+ msgid "Search Event Categories"
645
+ msgstr "Pretraži kategorije događaja"
646
+
647
+ #@ tribe-events-calendar
648
+ #: ../lib/the-events-calendar.class.php:636
649
+ msgid "All Event Categories"
650
+ msgstr "Sve kategorije događaja"
651
+
652
+ #@ tribe-events-calendar
653
+ #: ../lib/the-events-calendar.class.php:637
654
+ msgid "Parent Event Category"
655
+ msgstr "Roditeljska kategorija događaja"
656
+
657
+ #@ tribe-events-calendar
658
+ #: ../lib/the-events-calendar.class.php:638
659
+ msgid "Parent Event Category:"
660
+ msgstr "Roditeljska kategorija događaja:"
661
+
662
+ #@ tribe-events-calendar
663
+ #: ../lib/the-events-calendar.class.php:639
664
+ msgid "Edit Event Category"
665
+ msgstr "Izmjeni kategoriju događaja"
666
+
667
+ #@ tribe-events-calendar
668
+ #: ../lib/the-events-calendar.class.php:640
669
+ msgid "Update Event Category"
670
+ msgstr "Ažuriraj kategoriju događaja"
671
+
672
+ #@ tribe-events-calendar
673
+ #: ../lib/the-events-calendar.class.php:641
674
+ msgid "Add New Event Category"
675
+ msgstr "Dodaj novu kategoriju događaja"
676
+
677
+ #@ tribe-events-calendar
678
+ #: ../lib/the-events-calendar.class.php:642
679
+ msgid "New Event Category Name"
680
+ msgstr "Novo ime kategorije događaja"
681
+
682
+ #@ tribe-events-calendar
683
+ #: ../lib/the-events-calendar.class.php:652
684
+ #, php-format
685
+ msgid "Event updated. <a href=\"%s\">View event</a>"
686
+ msgstr "Događaj ažuriran. <a href=\"%s\">Pogledaj događaj</a>"
687
+
688
+ #@ tribe-events-calendar
689
+ #: ../lib/the-events-calendar.class.php:653
690
+ #: ../lib/the-events-calendar.class.php:670
691
+ #: ../lib/the-events-calendar.class.php:687
692
+ msgid "Custom field updated."
693
+ msgstr "Prilagođeno polje ažurirano."
694
+
695
+ #@ tribe-events-calendar
696
+ #: ../lib/the-events-calendar.class.php:654
697
+ #: ../lib/the-events-calendar.class.php:671
698
+ #: ../lib/the-events-calendar.class.php:688
699
+ msgid "Custom field deleted."
700
+ msgstr "Prilagođeno polje obrisano."
701
+
702
+ #@ tribe-events-calendar
703
+ #: ../lib/the-events-calendar.class.php:655
704
+ msgid "Event updated."
705
+ msgstr "Događaj ažuriran."
706
+
707
+ #@ tribe-events-calendar
708
+ #: ../lib/the-events-calendar.class.php:657
709
+ #, php-format
710
+ msgid "Event restored to revision from %s"
711
+ msgstr "Događaj vraćen na reviziju od %s"
712
+
713
+ #@ tribe-events-calendar
714
+ #: ../lib/the-events-calendar.class.php:658
715
+ #, php-format
716
+ msgid "Event published. <a href=\"%s\">View event</a>"
717
+ msgstr "Događaj objavljen. <a href=\"%s\">Pogledaj događaj</a>"
718
+
719
+ #@ tribe-events-calendar
720
+ #: ../lib/the-events-calendar.class.php:659
721
+ msgid "Event saved."
722
+ msgstr "Događaj sačuvan."
723
+
724
+ #@ tribe-events-calendar
725
+ #: ../lib/the-events-calendar.class.php:660
726
+ #, php-format
727
+ msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
728
+ msgstr "Događaj poslat. <a target=\"_blank\" href=\"%s\">Pregled događaja</a>"
729
+
730
+ #@ tribe-events-calendar
731
+ #: ../lib/the-events-calendar.class.php:661
732
+ #, php-format
733
+ msgid "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview event</a>"
734
+ msgstr "Događaj stavljen na raspored za: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Pregled događaja</a>"
735
+
736
+ #@ tribe-events-calendar
737
+ #: ../lib/the-events-calendar.class.php:663
738
+ #: ../lib/the-events-calendar.class.php:680
739
+ #: ../lib/the-events-calendar.class.php:697
740
+ msgid "M j, Y @ G:i"
741
+ msgstr "M j, Y @ G:i"
742
+
743
+ #@ tribe-events-calendar
744
+ #: ../lib/the-events-calendar.class.php:664
745
+ #, php-format
746
+ msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
747
+ msgstr "Nacrt ažiruran. <a target=\"_blank\" href=\"%s\">Pregled događaja</a>"
748
+
749
+ #@ tribe-events-calendar
750
+ #: ../lib/the-events-calendar.class.php:669
751
+ #, php-format
752
+ msgid "Venue updated. <a href=\"%s\">View venue</a>"
753
+ msgstr "Mjesto ažurirano. <a href=\"%s\">Vidi mjesto</a>"
754
+
755
+ #@ tribe-events-calendar
756
+ #: ../lib/the-events-calendar.class.php:672
757
+ msgid "Venue updated."
758
+ msgstr "Mjesto ažurirano. "
759
+
760
+ #@ tribe-events-calendar
761
+ #: ../lib/the-events-calendar.class.php:674
762
+ #, php-format
763
+ msgid "Venue restored to revision from %s"
764
+ msgstr "Mjesto vraćeno na reviziju od %s"
765
+
766
+ #@ tribe-events-calendar
767
+ #: ../lib/the-events-calendar.class.php:675
768
+ #, php-format
769
+ msgid "Venue published. <a href=\"%s\">View venue</a>"
770
+ msgstr "Mjesto objavljeno. <a href=\"%s\">Vidi mjesto</a>"
771
+
772
+ #@ tribe-events-calendar
773
+ #: ../lib/the-events-calendar.class.php:676
774
+ msgid "Venue saved."
775
+ msgstr "Mjesto sačuvano."
776
+
777
+ #@ tribe-events-calendar
778
+ #: ../lib/the-events-calendar.class.php:677
779
+ #, php-format
780
+ msgid "Venue submitted. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
781
+ msgstr "Mjesto poslato. <a target=\"_blank\" href=\"%s\">Pregled mesta</a>"
782
+
783
+ #@ tribe-events-calendar
784
+ #: ../lib/the-events-calendar.class.php:678
785
+ #, php-format
786
+ msgid "Venue scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview venue</a>"
787
+ msgstr "Mjesto stavljeno na raspored za: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Pregled mjesta</a>"
788
+
789
+ #@ tribe-events-calendar
790
+ #: ../lib/the-events-calendar.class.php:681
791
+ #, php-format
792
+ msgid "Venue draft updated. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
793
+ msgstr "Nacrt mjesta ažiruran. <a target=\"_blank\" href=\"%s\">Pregled mjesta</a>"
794
+
795
+ #@ tribe-events-calendar
796
+ #: ../lib/the-events-calendar.class.php:686
797
+ #, php-format
798
+ msgid "Organizer updated. <a href=\"%s\">View organizer</a>"
799
+ msgstr "Organizator ažuriran. <a href=\"%s\">Vidi organizatora</a>"
800
+
801
+ #@ tribe-events-calendar
802
+ #: ../lib/the-events-calendar.class.php:689
803
+ msgid "Organizer updated."
804
+ msgstr "Organizator ažuriran."
805
+
806
+ #@ tribe-events-calendar
807
+ #: ../lib/the-events-calendar.class.php:691
808
+ #, php-format
809
+ msgid "Organizer restored to revision from %s"
810
+ msgstr "Organizator vraćen na reviziju od %s"
811
+
812
+ #@ tribe-events-calendar
813
+ #: ../lib/the-events-calendar.class.php:692
814
+ #, php-format
815
+ msgid "Organizer published. <a href=\"%s\">View organizer</a>"
816
+ msgstr "Organizator objavljen. <a href=\"%s\">Vidi organizatora</a>"
817
+
818
+ #@ tribe-events-calendar
819
+ #: ../lib/the-events-calendar.class.php:693
820
+ msgid "Organizer saved."
821
+ msgstr "Organizator sačuvan."
822
+
823
+ #@ tribe-events-calendar
824
+ #: ../lib/the-events-calendar.class.php:694
825
+ #, php-format
826
+ msgid "Organizer submitted. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
827
+ msgstr "Organizator poslat. <a target=\"_blank\" href=\"%s\">Pregled organizatora</a>"
828
+
829
+ #@ tribe-events-calendar
830
+ #: ../lib/the-events-calendar.class.php:695
831
+ #, php-format
832
+ msgid "Organizer scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview organizer</a>"
833
+ msgstr "Organizator stavljen na raspored za: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Pregled organizatora</a>"
834
+
835
+ #@ tribe-events-calendar
836
+ #: ../lib/the-events-calendar.class.php:698
837
+ #, php-format
838
+ msgid "Organizer draft updated. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
839
+ msgstr "Nacrt organizatora ažiruran. <a target=\"_blank\" href=\"%s\">Pregled organizatora</a>"
840
+
841
+ #@ tribe-events-calendar
842
+ #: ../lib/the-events-calendar.class.php:753
843
+ msgid "Next"
844
+ msgstr "Sljedeći"
845
+
846
+ #@ tribe-events-calendar
847
+ #: ../lib/the-events-calendar.class.php:754
848
+ msgid "Prev"
849
+ msgstr "Prethodni"
850
+
851
+ #@ tribe-events-calendar
852
+ #: ../lib/the-events-calendar.class.php:755
853
+ msgid "Today"
854
+ msgstr "Danas"
855
+
856
+ #@ tribe-events-calendar
857
+ #: ../lib/the-events-calendar.class.php:756
858
+ msgid "Done"
859
+ msgstr "Gotovo"
860
+
861
+ #@ tribe-events-calendar
862
+ #: ../lib/the-events-calendar.class.php:1944
863
+ msgid "Event Options"
864
+ msgstr "Opcije događaja"
865
+
866
+ #@ tribe-events-calendar
867
+ #: ../lib/the-events-calendar.class.php:1946
868
+ msgid "Venue Information"
869
+ msgstr "Informacije o mjestu"
870
+
871
+ #@ tribe-events-calendar
872
+ #: ../lib/the-events-calendar.class.php:1947
873
+ msgid "Organizer Information"
874
+ msgstr "Informacije o organizatoru"
875
+
876
+ #@ tribe-events-calendar
877
+ #: ../lib/the-events-calendar.class.php:2060
878
+ msgid "Support"
879
+ msgstr "Podrška"
880
+
881
+ #@ tribe-events-calendar
882
+ #: ../lib/the-events-calendar.class.php:2063
883
+ msgid "View All Add-Ons"
884
+ msgstr "Pogledaj sve add-one"
885
+
886
+ #@ tribe-events-calendar
887
+ #: ../lib/the-events-calendar.class.php:2070
888
+ msgid "News from Modern Tribe"
889
+ msgstr "Modern Tribe vjesti"
890
+
891
+ #@ tribe-events-calendar
892
+ #: ../lib/the-events-calendar.class.php:2115
893
+ msgid "Additional Functionality"
894
+ msgstr "Dodatna funkcionalnost"
895
+
896
+ #@ tribe-events-calendar
897
+ #: ../lib/the-events-calendar.class.php:2120
898
+ #: ../lib/the-events-calendar.class.php:2126
899
+ msgid "Looking for additional functionality including recurring events, custom meta, community events, ticket sales and more?"
900
+ msgstr "Potrebna vam je dodatna funkcionalnost uključujući ponavljajuće događaje, prilagođen meta, zajednički događaji, prodaja karata i još dosta toga?"
901
+
902
+ #@ tribe-events-calendar
903
+ #: ../lib/the-events-calendar.class.php:2120
904
+ #: ../lib/the-events-calendar.class.php:2127
905
+ #, php-format
906
+ msgid "Check out the <a href=\"%s\">available Add-Ons</a>."
907
+ msgstr "Pogledajte <a href=\"%s\">dostupne Add-one</a>."
908
+
909
+ #@ tribe-events-calendar
910
+ #: ../lib/tribe-admin-events-list.class.php:40
911
+ #, php-format
912
+ msgid "View &#8220;%s&#8221;"
913
+ msgstr "Pogledajte &#8220;%s&#8221;"
914
+
915
+ #@ tribe-events-calendar
916
+ #: ../lib/tribe-admin-events-list.class.php:40
917
+ msgid "View"
918
+ msgstr "Pogledajte"
919
+
920
+ #@ tribe-events-calendar
921
+ #: ../lib/tribe-admin-events-list.class.php:177
922
+ msgid "Start Date"
923
+ msgstr "Datum početka"
924
+
925
+ #@ tribe-events-calendar
926
+ #: ../lib/tribe-admin-events-list.class.php:178
927
+ msgid "End Date"
928
+ msgstr "Datum završetka"
929
+
930
+ #@ tribe-events-calendar
931
+ #: ../lib/tribe-admin-events-list.class.php:179
932
+ msgid "Recurring?"
933
+ msgstr "Ponavljajući?"
934
+
935
+ #@ tribe-events-calendar
936
+ #: ../lib/tribe-admin-events-list.class.php:222
937
+ msgid "Yes"
938
+ msgstr "Da"
939
+
940
+ #@ tribe-events-calendar
941
+ #: ../lib/tribe-admin-events-list.class.php:222
942
+ msgid "No"
943
+ msgstr "Ne"
944
+
945
+ #@ tribe-events-calendar
946
+ #: ../lib/tribe-admin-events-list.class.php:276
947
+ #, php-format
948
+ msgid "All %s"
949
+ msgstr "Svi %s"
950
+
951
+ #@ tribe-events-calendar
952
+ #: ../lib/tribe-debug-bar.class.php:18
953
+ msgid "Tribe"
954
+ msgstr "Tribe"
955
+
956
+ #@ tribe-events-calendar
957
+ #: ../lib/tribe-event-exception.class.php:17
958
+ #: ../lib/tribe-event-exception.class.php:34
959
+ msgid "Error"
960
+ msgstr "Greška"
961
+
962
+ #@ tribe-events-calendar
963
+ #: ../lib/tribe-the-events-calendar-import.class.php:44
964
+ msgid "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make sure you have backed up before proceeding any further. You can easily <a href=\" http://wordpress.org/extend/plugins/the-events-calendar/download/\">revert to an old version</a> if you want to backup first. This upgrade includes two major steps, <a href=\"options-general.php?page=tribe-events-calendar\">migrating data</a> & updating your templates as necessary. There have been significant changes to the template tags and functions. Check out our <a href=\"http://tri.be/migrating-from-events-calendar-1-6-5-to-2-0\">walkthrough on the upgrade</a> before proceeding and check out the FAQ & Knowledge base from the <a href=\"http://tri.be/support/\">support page</a>. If you're new to The Events Calendar, you may want to review our <a href=\"http://tri.be/support/documentation/events-calendar-pro-new-user-primer/\">new user primer</a>.<br/><br/> You have events that need to be migrated. Please visit the bottom of the <a href=\"options-general.php?page=tribe-events-calendar\">settings page</a> to perform the migration."
965
+ msgstr "Dobrodošli na Events 2.0! Ovo je VELIKO poboljšanje od 1.6.5 Molimo vas da uradite bekap pre nastavka. Možete se lako<a href=\" http://wordpress.org/extend/plugins/the-events-calendar/download/\">vratiti na staru verziju</a> ako želite da prvo uradite bekap. Ova nadogradnja uključuje dva glavna koraka, <a href=\"options-general.php?page=tribe-events-calendar\">migraciju podataka</a> i nadogradnji vaših šablona po potrebi. Postoje značajne promjene u tagovima i funkcionalnosti. Pogledajte <a href=\"http://tri.be/migrating-from-events-calendar-1-6-5-to-2-0\">walkthrough on the upgrade</a> pre nastavka i pogledajte FAQ na <a href=\"http://tri.be/support/\">stranici podrške</a>. Ako ste novi korisnik The Events Calendar-a možda bi ste željeli da pogledate <a href=\"http://tri.be/support/documentation/events-calendar-pro-new-user-primer/\">upute za nove korisnike</a>.<br/><br/> Imate događaje kojima treba migracija? Molimo vas otiđite na dno <a href=\"options-general.php?page=tribe-events-calendar\">stranice za postavke</a> da izvršite migraciju."
966
+
967
+ #@ tribe-events-calendar
968
+ #: ../lib/tribe-the-events-calendar-import.class.php:54
969
+ msgid "Upgrade from The Events Calendar"
970
+ msgstr "Nadogradite sa The Events Calendar"
971
+
972
+ #@ tribe-events-calendar
973
+ #: ../lib/tribe-the-events-calendar-import.class.php:55
974
+ msgid "It appears that you have some old events calendar data that needs to be upgraded. Please be sure to back up your database before initiating the upgrade. This process can not be undone."
975
+ msgstr "Izgleda da imate podatke iz starog kalendara kojima treba nadogradnja. Molimo vas da uradite bekap vaše baze pre nadogradnje. Ovaj proces ne može biti povraćen."
976
+
977
+ #@ tribe-events-calendar
978
+ #: ../lib/tribe-the-events-calendar-import.class.php:56
979
+ msgid "Migrate Data!"
980
+ msgstr "Migracija podataka!"
981
+
982
+ #@ tribe-events-calendar
983
+ #: ../lib/tribe-the-events-calendar-import.class.php:132
984
+ #, php-format
985
+ msgid "You successfully migrated (%d) entries."
986
+ msgstr "Uspešno ste migrirali (%d) unosa."
987
+
988
+ #@ tribe-events-calendar
989
+ #: ../lib/tribe-the-events-calendar-import.class.php:203
990
+ msgid "Install has 1 or more legacy event!"
991
+ msgstr "Instalacija ima 1 ili više zaveštanih događaja."
992
+
993
+ #@ tribe-events-calendar
994
+ #: ../lib/tribe-view-helpers.class.php:16
995
+ #: ../lib/tribe-view-helpers.class.php:33
996
+ msgid "Select a Country:"
997
+ msgstr "Odaberite zemlju:"
998
+
999
+ #@ tribe-events-calendar
1000
+ #: ../lib/tribe-view-helpers.class.php:34
1001
+ msgid "United States"
1002
+ msgstr "Sjedinjene Države"
1003
+
1004
+ #@ tribe-events-calendar
1005
+ #: ../lib/tribe-view-helpers.class.php:35
1006
+ msgid "Afghanistan"
1007
+ msgstr "Afganistan"
1008
+
1009
+ #@ tribe-events-calendar
1010
+ #: ../lib/tribe-view-helpers.class.php:36
1011
+ msgid "Albania"
1012
+ msgstr "Albania"
1013
+
1014
+ #@ tribe-events-calendar
1015
+ #: ../lib/tribe-view-helpers.class.php:37
1016
+ msgid "Algeria"
1017
+ msgstr "Alžir"
1018
+
1019
+ #@ tribe-events-calendar
1020
+ #: ../lib/tribe-view-helpers.class.php:38
1021
+ msgid "American Samoa"
1022
+ msgstr "Američka Samoa"
1023
+
1024
+ #@ tribe-events-calendar
1025
+ #: ../lib/tribe-view-helpers.class.php:39
1026
+ msgid "Andorra"
1027
+ msgstr "Andora"
1028
+
1029
+ #@ tribe-events-calendar
1030
+ #: ../lib/tribe-view-helpers.class.php:40
1031
+ msgid "Angola"
1032
+ msgstr "Angola"
1033
+
1034
+ #@ tribe-events-calendar
1035
+ #: ../lib/tribe-view-helpers.class.php:41
1036
+ msgid "Anguilla"
1037
+ msgstr "Angvila"
1038
+
1039
+ #@ tribe-events-calendar
1040
+ #: ../lib/tribe-view-helpers.class.php:42
1041
+ msgid "Antarctica"
1042
+ msgstr "Antarktik"
1043
+
1044
+ #@ tribe-events-calendar
1045
+ #: ../lib/tribe-view-helpers.class.php:43
1046
+ msgid "Antigua And Barbuda"
1047
+ msgstr "Antigva i Barbuda"
1048
+
1049
+ #@ tribe-events-calendar
1050
+ #: ../lib/tribe-view-helpers.class.php:44
1051
+ msgid "Argentina"
1052
+ msgstr "Argentina"
1053
+
1054
+ #@ tribe-events-calendar
1055
+ #: ../lib/tribe-view-helpers.class.php:45
1056
+ msgid "Armenia"
1057
+ msgstr "Armenija"
1058
+
1059
+ #@ tribe-events-calendar
1060
+ #: ../lib/tribe-view-helpers.class.php:46
1061
+ msgid "Aruba"
1062
+ msgstr "Aruba"
1063
+
1064
+ #@ tribe-events-calendar
1065
+ #: ../lib/tribe-view-helpers.class.php:47
1066
+ msgid "Australia"
1067
+ msgstr "Australija"
1068
+
1069
+ #@ tribe-events-calendar
1070
+ #: ../lib/tribe-view-helpers.class.php:48
1071
+ msgid "Austria"
1072
+ msgstr "Austrija"
1073
+
1074
+ #@ tribe-events-calendar
1075
+ #: ../lib/tribe-view-helpers.class.php:49
1076
+ msgid "Azerbaijan"
1077
+ msgstr "Azerbejdžan"
1078
+
1079
+ #@ tribe-events-calendar
1080
+ #: ../lib/tribe-view-helpers.class.php:50
1081
+ msgid "Bahamas"
1082
+ msgstr "Bahami"
1083
+
1084
+ #@ tribe-events-calendar
1085
+ #: ../lib/tribe-view-helpers.class.php:51
1086
+ msgid "Bahrain"
1087
+ msgstr "Bahrin"
1088
+
1089
+ #@ tribe-events-calendar
1090
+ #: ../lib/tribe-view-helpers.class.php:52
1091
+ msgid "Bangladesh"
1092
+ msgstr "Bangladeš"
1093
+
1094
+ #@ tribe-events-calendar
1095
+ #: ../lib/tribe-view-helpers.class.php:53
1096
+ msgid "Barbados"
1097
+ msgstr "Barbados"
1098
+
1099
+ #@ tribe-events-calendar
1100
+ #: ../lib/tribe-view-helpers.class.php:54
1101
+ msgid "Belarus"
1102
+ msgstr "Bjelorusija"
1103
+
1104
+ #@ tribe-events-calendar
1105
+ #: ../lib/tribe-view-helpers.class.php:55
1106
+ msgid "Belgium"
1107
+ msgstr "Belgija"
1108
+
1109
+ #@ tribe-events-calendar
1110
+ #: ../lib/tribe-view-helpers.class.php:56
1111
+ msgid "Belize"
1112
+ msgstr "Belize"
1113
+
1114
+ #@ tribe-events-calendar
1115
+ #: ../lib/tribe-view-helpers.class.php:57
1116
+ msgid "Benin"
1117
+ msgstr "Benin"
1118
+
1119
+ #@ tribe-events-calendar
1120
+ #: ../lib/tribe-view-helpers.class.php:58
1121
+ msgid "Bermuda"
1122
+ msgstr "Bermuda"
1123
+
1124
+ #@ tribe-events-calendar
1125
+ #: ../lib/tribe-view-helpers.class.php:59
1126
+ msgid "Bhutan"
1127
+ msgstr "Butan"
1128
+
1129
+ #@ tribe-events-calendar
1130
+ #: ../lib/tribe-view-helpers.class.php:60
1131
+ msgid "Bolivia"
1132
+ msgstr "Bolivija"
1133
+
1134
+ #@ tribe-events-calendar
1135
+ #: ../lib/tribe-view-helpers.class.php:61
1136
+ msgid "Bosnia And Herzegowina"
1137
+ msgstr "Bosna i Hercegovina"
1138
+
1139
+ #@ tribe-events-calendar
1140
+ #: ../lib/tribe-view-helpers.class.php:62
1141
+ msgid "Botswana"
1142
+ msgstr "Botsvana"
1143
+
1144
+ #@ tribe-events-calendar
1145
+ #: ../lib/tribe-view-helpers.class.php:63
1146
+ msgid "Bouvet Island"
1147
+ msgstr "Buve Ostrva"
1148
+
1149
+ #@ tribe-events-calendar
1150
+ #: ../lib/tribe-view-helpers.class.php:64
1151
+ msgid "Brazil"
1152
+ msgstr "Brazil"
1153
+
1154
+ #@ tribe-events-calendar
1155
+ #: ../lib/tribe-view-helpers.class.php:65
1156
+ msgid "British Indian Ocean Territory"
1157
+ msgstr "Britanska Teriritorija Indijskog Oceana"
1158
+
1159
+ #@ tribe-events-calendar
1160
+ #: ../lib/tribe-view-helpers.class.php:66
1161
+ msgid "Brunei Darussalam"
1162
+ msgstr "Brunej"
1163
+
1164
+ #@ tribe-events-calendar
1165
+ #: ../lib/tribe-view-helpers.class.php:67
1166
+ msgid "Bulgaria"
1167
+ msgstr "Bugarska"
1168
+
1169
+ #@ tribe-events-calendar
1170
+ #: ../lib/tribe-view-helpers.class.php:68
1171
+ msgid "Burkina Faso"
1172
+ msgstr "Burkina Faso"
1173
+
1174
+ #@ tribe-events-calendar
1175
+ #: ../lib/tribe-view-helpers.class.php:69
1176
+ msgid "Burundi"
1177
+ msgstr "Burundi"
1178
+
1179
+ #@ tribe-events-calendar
1180
+ #: ../lib/tribe-view-helpers.class.php:70
1181
+ msgid "Cambodia"
1182
+ msgstr "Kambodža"
1183
+
1184
+ #@ tribe-events-calendar
1185
+ #: ../lib/tribe-view-helpers.class.php:71
1186
+ msgid "Cameroon"
1187
+ msgstr "Kamerun"
1188
+
1189
+ #@ tribe-events-calendar
1190
+ #: ../lib/tribe-view-helpers.class.php:72
1191
+ msgid "Canada"
1192
+ msgstr "Kanada"
1193
+
1194
+ #@ tribe-events-calendar
1195
+ #: ../lib/tribe-view-helpers.class.php:73
1196
+ msgid "Cape Verde"
1197
+ msgstr "Kape Verde"
1198
+
1199
+ #@ tribe-events-calendar
1200
+ #: ../lib/tribe-view-helpers.class.php:74
1201
+ msgid "Cayman Islands"
1202
+ msgstr "Kajmanska ostrva"
1203
+
1204
+ #@ tribe-events-calendar
1205
+ #: ../lib/tribe-view-helpers.class.php:75
1206
+ msgid "Central African Republic"
1207
+ msgstr "Centralna Afrička Republika"
1208
+
1209
+ #@ tribe-events-calendar
1210
+ #: ../lib/tribe-view-helpers.class.php:76
1211
+ msgid "Chad"
1212
+ msgstr "Čad"
1213
+
1214
+ #@ tribe-events-calendar
1215
+ #: ../lib/tribe-view-helpers.class.php:77
1216
+ msgid "Chile"
1217
+ msgstr "Čile"
1218
+
1219
+ #@ tribe-events-calendar
1220
+ #: ../lib/tribe-view-helpers.class.php:78
1221
+ msgid "China"
1222
+ msgstr "Kina"
1223
+
1224
+ #@ tribe-events-calendar
1225
+ #: ../lib/tribe-view-helpers.class.php:79
1226
+ msgid "Christmas Island"
1227
+ msgstr "Božićni Otok"
1228
+
1229
+ #@ tribe-events-calendar
1230
+ #: ../lib/tribe-view-helpers.class.php:80
1231
+ msgid "Cocos (Keeling) Islands"
1232
+ msgstr "Kokos (Kiling) Otoci"
1233
+
1234
+ #@ tribe-events-calendar
1235
+ #: ../lib/tribe-view-helpers.class.php:81
1236
+ msgid "Colombia"
1237
+ msgstr "Kolumbija"
1238
+
1239
+ #@ tribe-events-calendar
1240
+ #: ../lib/tribe-view-helpers.class.php:82
1241
+ msgid "Comoros"
1242
+ msgstr "Komoros"
1243
+
1244
+ #@ tribe-events-calendar
1245
+ #: ../lib/tribe-view-helpers.class.php:83
1246
+ msgid "Congo"
1247
+ msgstr "Kongo"
1248
+
1249
+ #@ tribe-events-calendar
1250
+ #: ../lib/tribe-view-helpers.class.php:84
1251
+ msgid "Congo, The Democratic Republic Of The"
1252
+ msgstr "Kongo, Demokratska Republika"
1253
+
1254
+ #@ tribe-events-calendar
1255
+ #: ../lib/tribe-view-helpers.class.php:85
1256
+ msgid "Cook Islands"
1257
+ msgstr "Kukovi Otoci"
1258
+
1259
+ #@ tribe-events-calendar
1260
+ #: ../lib/tribe-view-helpers.class.php:86
1261
+ msgid "Costa Rica"
1262
+ msgstr "Kostarika"
1263
+
1264
+ #@ tribe-events-calendar
1265
+ #: ../lib/tribe-view-helpers.class.php:87
1266
+ msgid "Cote D'Ivoire"
1267
+ msgstr "Cote D'Ivoire"
1268
+
1269
+ #@ tribe-events-calendar
1270
+ #: ../lib/tribe-view-helpers.class.php:88
1271
+ msgid "Croatia (Local Name: Hrvatska)"
1272
+ msgstr "Hrvatska"
1273
+
1274
+ #@ tribe-events-calendar
1275
+ #: ../lib/tribe-view-helpers.class.php:89
1276
+ msgid "Cuba"
1277
+ msgstr "Kuba"
1278
+
1279
+ #@ tribe-events-calendar
1280
+ #: ../lib/tribe-view-helpers.class.php:90
1281
+ msgid "Cyprus"
1282
+ msgstr "Kipar"
1283
+
1284
+ #@ tribe-events-calendar
1285
+ #: ../lib/tribe-view-helpers.class.php:91
1286
+ msgid "Czech Republic"
1287
+ msgstr "Češka Republika"
1288
+
1289
+ #@ tribe-events-calendar
1290
+ #: ../lib/tribe-view-helpers.class.php:92
1291
+ msgid "Denmark"
1292
+ msgstr "Danska"
1293
+
1294
+ #@ tribe-events-calendar
1295
+ #: ../lib/tribe-view-helpers.class.php:93
1296
+ msgid "Djibouti"
1297
+ msgstr "Džibuti"
1298
+
1299
+ #@ tribe-events-calendar
1300
+ #: ../lib/tribe-view-helpers.class.php:94
1301
+ msgid "Dominica"
1302
+ msgstr "Dominikana"
1303
+
1304
+ #@ tribe-events-calendar
1305
+ #: ../lib/tribe-view-helpers.class.php:95
1306
+ msgid "Dominican Republic"
1307
+ msgstr "Dominikanska Republika"
1308
+
1309
+ #@ tribe-events-calendar
1310
+ #: ../lib/tribe-view-helpers.class.php:96
1311
+ msgid "East Timor"
1312
+ msgstr "Istočni Timor"
1313
+
1314
+ #@ tribe-events-calendar
1315
+ #: ../lib/tribe-view-helpers.class.php:97
1316
+ msgid "Ecuador"
1317
+ msgstr "Ekvator"
1318
+
1319
+ #@ tribe-events-calendar
1320
+ #: ../lib/tribe-view-helpers.class.php:98
1321
+ msgid "Egypt"
1322
+ msgstr "Egipat"
1323
+
1324
+ #@ tribe-events-calendar
1325
+ #: ../lib/tribe-view-helpers.class.php:99
1326
+ msgid "El Salvador"
1327
+ msgstr "El Salvador"
1328
+
1329
+ #@ tribe-events-calendar
1330
+ #: ../lib/tribe-view-helpers.class.php:100
1331
+ msgid "Equatorial Guinea"
1332
+ msgstr "Ekvatorska Gvineja"
1333
+
1334
+ #@ tribe-events-calendar
1335
+ #: ../lib/tribe-view-helpers.class.php:101
1336
+ msgid "Eritrea"
1337
+ msgstr "Eritrea"
1338
+
1339
+ #@ tribe-events-calendar
1340
+ #: ../lib/tribe-view-helpers.class.php:102
1341
+ msgid "Estonia"
1342
+ msgstr "Estonija"
1343
+
1344
+ #@ tribe-events-calendar
1345
+ #: ../lib/tribe-view-helpers.class.php:103
1346
+ msgid "Ethiopia"
1347
+ msgstr "Etiopija"
1348
+
1349
+ #@ tribe-events-calendar
1350
+ #: ../lib/tribe-view-helpers.class.php:104
1351
+ msgid "Falkland Islands (Malvinas)"
1352
+ msgstr "Foklandski Otoci"
1353
+
1354
+ #@ tribe-events-calendar
1355
+ #: ../lib/tribe-view-helpers.class.php:105
1356
+ msgid "Faroe Islands"
1357
+ msgstr "Farski Otoci"
1358
+
1359
+ #@ tribe-events-calendar
1360
+ #: ../lib/tribe-view-helpers.class.php:106
1361
+ msgid "Fiji"
1362
+ msgstr "Fidži"
1363
+
1364
+ #@ tribe-events-calendar
1365
+ #: ../lib/tribe-view-helpers.class.php:107
1366
+ msgid "Finland"
1367
+ msgstr "Finska"
1368
+
1369
+ #@ tribe-events-calendar
1370
+ #: ../lib/tribe-view-helpers.class.php:108
1371
+ msgid "France"
1372
+ msgstr "Francuska"
1373
+
1374
+ #@ tribe-events-calendar
1375
+ #: ../lib/tribe-view-helpers.class.php:109
1376
+ msgid "France, Metropolitan"
1377
+ msgstr "Francuska, Metropolitan"
1378
+
1379
+ #@ tribe-events-calendar
1380
+ #: ../lib/tribe-view-helpers.class.php:110
1381
+ msgid "French Guiana"
1382
+ msgstr "Francuska Gvajana"
1383
+
1384
+ #@ tribe-events-calendar
1385
+ #: ../lib/tribe-view-helpers.class.php:111
1386
+ msgid "French Polynesia"
1387
+ msgstr "Francuska Polinezija"
1388
+
1389
+ #@ tribe-events-calendar
1390
+ #: ../lib/tribe-view-helpers.class.php:112
1391
+ msgid "French Southern Territories"
1392
+ msgstr "Francuske Južne Teritorije"
1393
+
1394
+ #@ tribe-events-calendar
1395
+ #: ../lib/tribe-view-helpers.class.php:113
1396
+ msgid "Gabon"
1397
+ msgstr "Gabon"
1398
+
1399
+ #@ tribe-events-calendar
1400
+ #: ../lib/tribe-view-helpers.class.php:114
1401
+ msgid "Gambia"
1402
+ msgstr "Gambija"
1403
+
1404
+ #@ tribe-events-calendar
1405
+ #: ../lib/tribe-view-helpers.class.php:115
1406
+ #: ../lib/tribe-view-helpers.class.php:303
1407
+ msgid "Georgia"
1408
+ msgstr "Gruzija"
1409
+
1410
+ #@ tribe-events-calendar
1411
+ #: ../lib/tribe-view-helpers.class.php:116
1412
+ msgid "Germany"
1413
+ msgstr "Njemačka"
1414
+
1415
+ #@ tribe-events-calendar
1416
+ #: ../lib/tribe-view-helpers.class.php:117
1417
+ msgid "Ghana"
1418
+ msgstr "Gana"
1419
+
1420
+ #@ tribe-events-calendar
1421
+ #: ../lib/tribe-view-helpers.class.php:118
1422
+ msgid "Gibraltar"
1423
+ msgstr "Gibraltar"
1424
+
1425
+ #@ tribe-events-calendar
1426
+ #: ../lib/tribe-view-helpers.class.php:119
1427
+ msgid "Greece"
1428
+ msgstr "Grčka"
1429
+
1430
+ #@ tribe-events-calendar
1431
+ #: ../lib/tribe-view-helpers.class.php:120
1432
+ msgid "Greenland"
1433
+ msgstr "Grenland"
1434
+
1435
+ #@ tribe-events-calendar
1436
+ #: ../lib/tribe-view-helpers.class.php:121
1437
+ msgid "Grenada"
1438
+ msgstr "Grenada"
1439
+
1440
+ #@ tribe-events-calendar
1441
+ #: ../lib/tribe-view-helpers.class.php:122
1442
+ msgid "Guadeloupe"
1443
+ msgstr "Gvadelupe"
1444
+
1445
+ #@ tribe-events-calendar
1446
+ #: ../lib/tribe-view-helpers.class.php:123
1447
+ msgid "Guam"
1448
+ msgstr "Guam"
1449
+
1450
+ #@ tribe-events-calendar
1451
+ #: ../lib/tribe-view-helpers.class.php:124
1452
+ msgid "Guatemala"
1453
+ msgstr "Gvatemala"
1454
+
1455
+ #@ tribe-events-calendar
1456
+ #: ../lib/tribe-view-helpers.class.php:125
1457
+ msgid "Guinea"
1458
+ msgstr "Gvineja"
1459
+
1460
+ #@ tribe-events-calendar
1461
+ #: ../lib/tribe-view-helpers.class.php:126
1462
+ msgid "Guinea-Bissau"
1463
+ msgstr "Gvineja-Bissau"
1464
+
1465
+ #@ tribe-events-calendar
1466
+ #: ../lib/tribe-view-helpers.class.php:127
1467
+ msgid "Guyana"
1468
+ msgstr "Gvajana"
1469
+
1470
+ #@ tribe-events-calendar
1471
+ #: ../lib/tribe-view-helpers.class.php:128
1472
+ msgid "Haiti"
1473
+ msgstr "Haiti"
1474
+
1475
+ #@ tribe-events-calendar
1476
+ #: ../lib/tribe-view-helpers.class.php:129
1477
+ msgid "Heard And Mc Donald Islands"
1478
+ msgstr "Heard And Mc Donaldovi Otoci"
1479
+
1480
+ #@ tribe-events-calendar
1481
+ #: ../lib/tribe-view-helpers.class.php:130
1482
+ msgid "Holy See (Vatican City State)"
1483
+ msgstr "Vatikan"
1484
+
1485
+ #@ tribe-events-calendar
1486
+ #: ../lib/tribe-view-helpers.class.php:131
1487
+ msgid "Honduras"
1488
+ msgstr "Honduras"
1489
+
1490
+ #@ tribe-events-calendar
1491
+ #: ../lib/tribe-view-helpers.class.php:132
1492
+ msgid "Hong Kong"
1493
+ msgstr "Hong Kong"
1494
+
1495
+ #@ tribe-events-calendar
1496
+ #: ../lib/tribe-view-helpers.class.php:133
1497
+ msgid "Hungary"
1498
+ msgstr "Mađarska"
1499
+
1500
+ #@ tribe-events-calendar
1501
+ #: ../lib/tribe-view-helpers.class.php:134
1502
+ msgid "Iceland"
1503
+ msgstr "Island"
1504
+
1505
+ #@ tribe-events-calendar
1506
+ #: ../lib/tribe-view-helpers.class.php:135
1507
+ msgid "India"
1508
+ msgstr "Indija"
1509
+
1510
+ #@ tribe-events-calendar
1511
+ #: ../lib/tribe-view-helpers.class.php:136
1512
+ msgid "Indonesia"
1513
+ msgstr "Indonesija"
1514
+
1515
+ #@ tribe-events-calendar
1516
+ #: ../lib/tribe-view-helpers.class.php:137
1517
+ msgid "Iran (Islamic Republic Of)"
1518
+ msgstr "Iran"
1519
+
1520
+ #@ tribe-events-calendar
1521
+ #: ../lib/tribe-view-helpers.class.php:138
1522
+ msgid "Iraq"
1523
+ msgstr "Irak"
1524
+
1525
+ #@ tribe-events-calendar
1526
+ #: ../lib/tribe-view-helpers.class.php:139
1527
+ msgid "Ireland"
1528
+ msgstr "Irska"
1529
+
1530
+ #@ tribe-events-calendar
1531
+ #: ../lib/tribe-view-helpers.class.php:140
1532
+ msgid "Israel"
1533
+ msgstr "Izrael"
1534
+
1535
+ #@ tribe-events-calendar
1536
+ #: ../lib/tribe-view-helpers.class.php:141
1537
+ msgid "Italy"
1538
+ msgstr "Italija"
1539
+
1540
+ #@ tribe-events-calendar
1541
+ #: ../lib/tribe-view-helpers.class.php:142
1542
+ msgid "Jamaica"
1543
+ msgstr "Jamajka"
1544
+
1545
+ #@ tribe-events-calendar
1546
+ #: ../lib/tribe-view-helpers.class.php:143
1547
+ msgid "Japan"
1548
+ msgstr "Japan"
1549
+
1550
+ #@ tribe-events-calendar
1551
+ #: ../lib/tribe-view-helpers.class.php:144
1552
+ msgid "Jordan"
1553
+ msgstr "Jordan"
1554
+
1555
+ #@ tribe-events-calendar
1556
+ #: ../lib/tribe-view-helpers.class.php:145
1557
+ msgid "Kazakhstan"
1558
+ msgstr "Kazahstan"
1559
+
1560
+ #@ tribe-events-calendar
1561
+ #: ../lib/tribe-view-helpers.class.php:146
1562
+ msgid "Kenya"
1563
+ msgstr "Kenija"
1564
+
1565
+ #@ tribe-events-calendar
1566
+ #: ../lib/tribe-view-helpers.class.php:147
1567
+ msgid "Kiribati"
1568
+ msgstr "Kiribati"
1569
+
1570
+ #@ tribe-events-calendar
1571
+ #: ../lib/tribe-view-helpers.class.php:148
1572
+ msgid "Korea, Democratic People's Republic Of"
1573
+ msgstr "Koreja, Demokratska Narodna Republika"
1574
+
1575
+ #@ tribe-events-calendar
1576
+ #: ../lib/tribe-view-helpers.class.php:149
1577
+ msgid "Korea, Republic Of"
1578
+ msgstr "Koreja, Republika"
1579
+
1580
+ #@ tribe-events-calendar
1581
+ #: ../lib/tribe-view-helpers.class.php:150
1582
+ msgid "Kuwait"
1583
+ msgstr "Kuvajt"
1584
+
1585
+ #@ tribe-events-calendar
1586
+ #: ../lib/tribe-view-helpers.class.php:151
1587
+ msgid "Kyrgyzstan"
1588
+ msgstr "Kirgistan"
1589
+
1590
+ #@ tribe-events-calendar
1591
+ #: ../lib/tribe-view-helpers.class.php:152
1592
+ msgid "Lao People's Democratic Republic"
1593
+ msgstr "Laoska Narodna Demokratska Republika"
1594
+
1595
+ #@ tribe-events-calendar
1596
+ #: ../lib/tribe-view-helpers.class.php:153
1597
+ msgid "Latvia"
1598
+ msgstr "Latvija"
1599
+
1600
+ #@ tribe-events-calendar
1601
+ #: ../lib/tribe-view-helpers.class.php:154
1602
+ msgid "Lebanon"
1603
+ msgstr "Liban"
1604
+
1605
+ #@ tribe-events-calendar
1606
+ #: ../lib/tribe-view-helpers.class.php:155
1607
+ msgid "Lesotho"
1608
+ msgstr "Lesoto"
1609
+
1610
+ #@ tribe-events-calendar
1611
+ #: ../lib/tribe-view-helpers.class.php:156
1612
+ msgid "Liberia"
1613
+ msgstr "Liberija"
1614
+
1615
+ #@ tribe-events-calendar
1616
+ #: ../lib/tribe-view-helpers.class.php:157
1617
+ msgid "Libya"
1618
+ msgstr "Libija"
1619
+
1620
+ #@ tribe-events-calendar
1621
+ #: ../lib/tribe-view-helpers.class.php:158
1622
+ msgid "Liechtenstein"
1623
+ msgstr "Lihtenštajn"
1624
+
1625
+ #@ tribe-events-calendar
1626
+ #: ../lib/tribe-view-helpers.class.php:159
1627
+ msgid "Lithuania"
1628
+ msgstr "Litvanija"
1629
+
1630
+ #@ tribe-events-calendar
1631
+ #: ../lib/tribe-view-helpers.class.php:160
1632
+ msgid "Luxembourg"
1633
+ msgstr "Luksemburg"
1634
+
1635
+ #@ tribe-events-calendar
1636
+ #: ../lib/tribe-view-helpers.class.php:161
1637
+ msgid "Macau"
1638
+ msgstr "Makao"
1639
+
1640
+ #@ tribe-events-calendar
1641
+ #: ../lib/tribe-view-helpers.class.php:162
1642
+ msgid "Macedonia"
1643
+ msgstr "Makedonija"
1644
+
1645
+ #@ tribe-events-calendar
1646
+ #: ../lib/tribe-view-helpers.class.php:163
1647
+ msgid "Madagascar"
1648
+ msgstr "Madagaskar"
1649
+
1650
+ #@ tribe-events-calendar
1651
+ #: ../lib/tribe-view-helpers.class.php:164
1652
+ msgid "Malawi"
1653
+ msgstr "Malavi"
1654
+
1655
+ #@ tribe-events-calendar
1656
+ #: ../lib/tribe-view-helpers.class.php:165
1657
+ msgid "Malaysia"
1658
+ msgstr "Malezija"
1659
+
1660
+ #@ tribe-events-calendar
1661
+ #: ../lib/tribe-view-helpers.class.php:166
1662
+ msgid "Maldives"
1663
+ msgstr "Malavi"
1664
+
1665
+ #@ tribe-events-calendar
1666
+ #: ../lib/tribe-view-helpers.class.php:167
1667
+ msgid "Mali"
1668
+ msgstr "Mali"
1669
+
1670
+ #@ tribe-events-calendar
1671
+ #: ../lib/tribe-view-helpers.class.php:168
1672
+ msgid "Malta"
1673
+ msgstr "Malta"
1674
+
1675
+ #@ tribe-events-calendar
1676
+ #: ../lib/tribe-view-helpers.class.php:169
1677
+ msgid "Marshall Islands"
1678
+ msgstr "Maršalska Ostrva"
1679
+
1680
+ #@ tribe-events-calendar
1681
+ #: ../lib/tribe-view-helpers.class.php:170
1682
+ msgid "Martinique"
1683
+ msgstr "Martinik"
1684
+
1685
+ #@ tribe-events-calendar
1686
+ #: ../lib/tribe-view-helpers.class.php:171
1687
+ msgid "Mauritania"
1688
+ msgstr "Mauritanija "
1689
+
1690
+ #@ tribe-events-calendar
1691
+ #: ../lib/tribe-view-helpers.class.php:172
1692
+ msgid "Mauritius"
1693
+ msgstr "Mauricijus"
1694
+
1695
+ #@ tribe-events-calendar
1696
+ #: ../lib/tribe-view-helpers.class.php:173
1697
+ msgid "Mayotte"
1698
+ msgstr "Majote"
1699
+
1700
+ #@ tribe-events-calendar
1701
+ #: ../lib/tribe-view-helpers.class.php:174
1702
+ msgid "Mexico"
1703
+ msgstr "Meksiko"
1704
+
1705
+ #@ tribe-events-calendar
1706
+ #: ../lib/tribe-view-helpers.class.php:175
1707
+ msgid "Micronesia, Federated States Of"
1708
+ msgstr "Mikronezija"
1709
+
1710
+ #@ tribe-events-calendar
1711
+ #: ../lib/tribe-view-helpers.class.php:176
1712
+ msgid "Moldova, Republic Of"
1713
+ msgstr "Moldavija"
1714
+
1715
+ #@ tribe-events-calendar
1716
+ #: ../lib/tribe-view-helpers.class.php:177
1717
+ msgid "Monaco"
1718
+ msgstr "Monako"
1719
+
1720
+ #@ tribe-events-calendar
1721
+ #: ../lib/tribe-view-helpers.class.php:178
1722
+ msgid "Mongolia"
1723
+ msgstr "Mongolija"
1724
+
1725
+ #@ tribe-events-calendar
1726
+ #: ../lib/tribe-view-helpers.class.php:179
1727
+ msgid "Montenegro"
1728
+ msgstr "Crna Gora"
1729
+
1730
+ #@ tribe-events-calendar
1731
+ #: ../lib/tribe-view-helpers.class.php:180
1732
+ msgid "Montserrat"
1733
+ msgstr "Montserat"
1734
+
1735
+ #@ tribe-events-calendar
1736
+ #: ../lib/tribe-view-helpers.class.php:181
1737
+ msgid "Morocco"
1738
+ msgstr "Maroko"
1739
+
1740
+ #@ tribe-events-calendar
1741
+ #: ../lib/tribe-view-helpers.class.php:182
1742
+ msgid "Mozambique"
1743
+ msgstr "Mozambik"
1744
+
1745
+ #@ tribe-events-calendar
1746
+ #: ../lib/tribe-view-helpers.class.php:183
1747
+ msgid "Myanmar"
1748
+ msgstr "Mjanmar"
1749
+
1750
+ #@ tribe-events-calendar
1751
+ #: ../lib/tribe-view-helpers.class.php:184
1752
+ msgid "Namibia"
1753
+ msgstr "Namibija"
1754
+
1755
+ #@ tribe-events-calendar
1756
+ #: ../lib/tribe-view-helpers.class.php:185
1757
+ msgid "Nauru"
1758
+ msgstr "Nauru"
1759
+
1760
+ #@ tribe-events-calendar
1761
+ #: ../lib/tribe-view-helpers.class.php:186
1762
+ msgid "Nepal"
1763
+ msgstr "Nepal"
1764
+
1765
+ #@ tribe-events-calendar
1766
+ #: ../lib/tribe-view-helpers.class.php:187
1767
+ msgid "Netherlands"
1768
+ msgstr "Nizozemska"
1769
+
1770
+ #@ tribe-events-calendar
1771
+ #: ../lib/tribe-view-helpers.class.php:188
1772
+ msgid "Netherlands Antilles"
1773
+ msgstr "Nozozemski Antili"
1774
+
1775
+ #@ tribe-events-calendar
1776
+ #: ../lib/tribe-view-helpers.class.php:189
1777
+ msgid "New Caledonia"
1778
+ msgstr "Nova Kaledonija"
1779
+
1780
+ #@ tribe-events-calendar
1781
+ #: ../lib/tribe-view-helpers.class.php:190
1782
+ msgid "New Zealand"
1783
+ msgstr "Novi Zeland"
1784
+
1785
+ #@ tribe-events-calendar
1786
+ #: ../lib/tribe-view-helpers.class.php:191
1787
+ msgid "Nicaragua"
1788
+ msgstr "Nikaragva"
1789
+
1790
+ #@ tribe-events-calendar
1791
+ #: ../lib/tribe-view-helpers.class.php:192
1792
+ msgid "Niger"
1793
+ msgstr "Niger"
1794
+
1795
+ #@ tribe-events-calendar
1796
+ #: ../lib/tribe-view-helpers.class.php:193
1797
+ msgid "Nigeria"
1798
+ msgstr "Nigerija"
1799
+
1800
+ #@ tribe-events-calendar
1801
+ #: ../lib/tribe-view-helpers.class.php:194
1802
+ msgid "Niue"
1803
+ msgstr "Niue"
1804
+
1805
+ #@ tribe-events-calendar
1806
+ #: ../lib/tribe-view-helpers.class.php:195
1807
+ msgid "Norfolk Island"
1808
+ msgstr "Norfolk Ostrva"
1809
+
1810
+ #@ tribe-events-calendar
1811
+ #: ../lib/tribe-view-helpers.class.php:196
1812
+ msgid "Northern Mariana Islands"
1813
+ msgstr "Severna Marijanska Ostrva"
1814
+
1815
+ #@ tribe-events-calendar
1816
+ #: ../lib/tribe-view-helpers.class.php:197
1817
+ msgid "Norway"
1818
+ msgstr "Norveška"
1819
+
1820
+ #@ tribe-events-calendar
1821
+ #: ../lib/tribe-view-helpers.class.php:198
1822
+ msgid "Oman"
1823
+ msgstr "Oman"
1824
+
1825
+ #@ tribe-events-calendar
1826
+ #: ../lib/tribe-view-helpers.class.php:199
1827
+ msgid "Pakistan"
1828
+ msgstr "Pakistan"
1829
+
1830
+ #@ tribe-events-calendar
1831
+ #: ../lib/tribe-view-helpers.class.php:200
1832
+ msgid "Palau"
1833
+ msgstr "Palau"
1834
+
1835
+ #@ tribe-events-calendar
1836
+ #: ../lib/tribe-view-helpers.class.php:201
1837
+ msgid "Panama"
1838
+ msgstr "Panama"
1839
+
1840
+ #@ tribe-events-calendar
1841
+ #: ../lib/tribe-view-helpers.class.php:202
1842
+ msgid "Papua New Guinea"
1843
+ msgstr "Papua Nova Gvineja"
1844
+
1845
+ #@ tribe-events-calendar
1846
+ #: ../lib/tribe-view-helpers.class.php:203
1847
+ msgid "Paraguay"
1848
+ msgstr "Paragvaj"
1849
+
1850
+ #@ tribe-events-calendar
1851
+ #: ../lib/tribe-view-helpers.class.php:204
1852
+ msgid "Peru"
1853
+ msgstr "Peru"
1854
+
1855
+ #@ tribe-events-calendar
1856
+ #: ../lib/tribe-view-helpers.class.php:205
1857
+ msgid "Philippines"
1858
+ msgstr "Filipini"
1859
+
1860
+ #@ tribe-events-calendar
1861
+ #: ../lib/tribe-view-helpers.class.php:206
1862
+ msgid "Pitcairn"
1863
+ msgstr "Pitcairn"
1864
+
1865
+ #@ tribe-events-calendar
1866
+ #: ../lib/tribe-view-helpers.class.php:207
1867
+ msgid "Poland"
1868
+ msgstr "Poljska"
1869
+
1870
+ #@ tribe-events-calendar
1871
+ #: ../lib/tribe-view-helpers.class.php:208
1872
+ msgid "Portugal"
1873
+ msgstr "Portugal"
1874
+
1875
+ #@ tribe-events-calendar
1876
+ #: ../lib/tribe-view-helpers.class.php:209
1877
+ msgid "Puerto Rico"
1878
+ msgstr "Portoriko"
1879
+
1880
+ #@ tribe-events-calendar
1881
+ #: ../lib/tribe-view-helpers.class.php:210
1882
+ msgid "Qatar"
1883
+ msgstr "Kvatar"
1884
+
1885
+ #@ tribe-events-calendar
1886
+ #: ../lib/tribe-view-helpers.class.php:211
1887
+ msgid "Reunion"
1888
+ msgstr "Reunion"
1889
+
1890
+ #@ tribe-events-calendar
1891
+ #: ../lib/tribe-view-helpers.class.php:212
1892
+ msgid "Romania"
1893
+ msgstr "Rumunija"
1894
+
1895
+ #@ tribe-events-calendar
1896
+ #: ../lib/tribe-view-helpers.class.php:213
1897
+ msgid "Russian Federation"
1898
+ msgstr "Rusija"
1899
+
1900
+ #@ tribe-events-calendar
1901
+ #: ../lib/tribe-view-helpers.class.php:214
1902
+ msgid "Rwanda"
1903
+ msgstr "Ruanda"
1904
+
1905
+ #@ tribe-events-calendar
1906
+ #: ../lib/tribe-view-helpers.class.php:215
1907
+ msgid "Saint Kitts And Nevis"
1908
+ msgstr "Sveti Kristofer i Nevis"
1909
+
1910
+ #@ tribe-events-calendar
1911
+ #: ../lib/tribe-view-helpers.class.php:216
1912
+ msgid "Saint Lucia"
1913
+ msgstr "Sveta Lučija"
1914
+
1915
+ #@ tribe-events-calendar
1916
+ #: ../lib/tribe-view-helpers.class.php:217
1917
+ msgid "Saint Vincent And The Grenadines"
1918
+ msgstr "Sveti Vinsent i Grenadini"
1919
+
1920
+ #@ tribe-events-calendar
1921
+ #: ../lib/tribe-view-helpers.class.php:218
1922
+ msgid "Samoa"
1923
+ msgstr "Samoa"
1924
+
1925
+ #@ tribe-events-calendar
1926
+ #: ../lib/tribe-view-helpers.class.php:219
1927
+ msgid "San Marino"
1928
+ msgstr "San Marino"
1929
+
1930
+ #@ tribe-events-calendar
1931
+ #: ../lib/tribe-view-helpers.class.php:220
1932
+ msgid "Sao Tome And Principe"
1933
+ msgstr "Sao Tome And Principe"
1934
+
1935
+ #@ tribe-events-calendar
1936
+ #: ../lib/tribe-view-helpers.class.php:221
1937
+ msgid "Saudi Arabia"
1938
+ msgstr "Saudiska Arabija"
1939
+
1940
+ #@ tribe-events-calendar
1941
+ #: ../lib/tribe-view-helpers.class.php:222
1942
+ msgid "Senegal"
1943
+ msgstr "Senegal"
1944
+
1945
+ #@ tribe-events-calendar
1946
+ #: ../lib/tribe-view-helpers.class.php:223
1947
+ msgid "Serbia"
1948
+ msgstr "Srbija"
1949
+
1950
+ #@ tribe-events-calendar
1951
+ #: ../lib/tribe-view-helpers.class.php:224
1952
+ msgid "Seychelles"
1953
+ msgstr "Sejšeli"
1954
+
1955
+ #@ tribe-events-calendar
1956
+ #: ../lib/tribe-view-helpers.class.php:225
1957
+ msgid "Sierra Leone"
1958
+ msgstr "Sijera Leone"
1959
+
1960
+ #@ tribe-events-calendar
1961
+ #: ../lib/tribe-view-helpers.class.php:226
1962
+ msgid "Singapore"
1963
+ msgstr "Singapur"
1964
+
1965
+ #@ tribe-events-calendar
1966
+ #: ../lib/tribe-view-helpers.class.php:227
1967
+ msgid "Slovakia (Slovak Republic)"
1968
+ msgstr "Slovačka"
1969
+
1970
+ #@ tribe-events-calendar
1971
+ #: ../lib/tribe-view-helpers.class.php:228
1972
+ msgid "Slovenia"
1973
+ msgstr "Slovenija"
1974
+
1975
+ #@ tribe-events-calendar
1976
+ #: ../lib/tribe-view-helpers.class.php:229
1977
+ msgid "Solomon Islands"
1978
+ msgstr "Solomonska Ostrva"
1979
+
1980
+ #@ tribe-events-calendar
1981
+ #: ../lib/tribe-view-helpers.class.php:230
1982
+ msgid "Somalia"
1983
+ msgstr "Somalija"
1984
+
1985
+ #@ tribe-events-calendar
1986
+ #: ../lib/tribe-view-helpers.class.php:231
1987
+ msgid "South Africa"
1988
+ msgstr "Južna Afrika"
1989
+
1990
+ #@ tribe-events-calendar
1991
+ #: ../lib/tribe-view-helpers.class.php:232
1992
+ msgid "South Georgia, South Sandwich Islands"
1993
+ msgstr "Južna Džordžija"
1994
+
1995
+ #@ tribe-events-calendar
1996
+ #: ../lib/tribe-view-helpers.class.php:233
1997
+ msgid "Spain"
1998
+ msgstr "Španija"
1999
+
2000
+ #@ tribe-events-calendar
2001
+ #: ../lib/tribe-view-helpers.class.php:234
2002
+ msgid "Sri Lanka"
2003
+ msgstr "Šri Lanka"
2004
+
2005
+ #@ tribe-events-calendar
2006
+ #: ../lib/tribe-view-helpers.class.php:235
2007
+ msgid "St. Helena"
2008
+ msgstr "Sveta Helena"
2009
+
2010
+ #@ tribe-events-calendar
2011
+ #: ../lib/tribe-view-helpers.class.php:236
2012
+ msgid "St. Pierre And Miquelon"
2013
+ msgstr "Sveti Pierre i Miquelon"
2014
+
2015
+ #@ tribe-events-calendar
2016
+ #: ../lib/tribe-view-helpers.class.php:237
2017
+ msgid "Sudan"
2018
+ msgstr "Sudan"
2019
+
2020
+ #@ tribe-events-calendar
2021
+ #: ../lib/tribe-view-helpers.class.php:238
2022
+ msgid "Suriname"
2023
+ msgstr "Surinam"
2024
+
2025
+ #@ tribe-events-calendar
2026
+ #: ../lib/tribe-view-helpers.class.php:239
2027
+ msgid "Svalbard And Jan Mayen Islands"
2028
+ msgstr "Svalbard"
2029
+
2030
+ #@ tribe-events-calendar
2031
+ #: ../lib/tribe-view-helpers.class.php:240
2032
+ msgid "Swaziland"
2033
+ msgstr "Svaziland"
2034
+
2035
+ #@ tribe-events-calendar
2036
+ #: ../lib/tribe-view-helpers.class.php:241
2037
+ msgid "Sweden"
2038
+ msgstr "Švedska"
2039
+
2040
+ #@ tribe-events-calendar
2041
+ #: ../lib/tribe-view-helpers.class.php:242
2042
+ msgid "Switzerland"
2043
+ msgstr "Švicarska"
2044
+
2045
+ #@ tribe-events-calendar
2046
+ #: ../lib/tribe-view-helpers.class.php:243
2047
+ msgid "Syrian Arab Republic"
2048
+ msgstr "Sirija"
2049
+
2050
+ #@ tribe-events-calendar
2051
+ #: ../lib/tribe-view-helpers.class.php:244
2052
+ msgid "Taiwan"
2053
+ msgstr "Tajvan"
2054
+
2055
+ #@ tribe-events-calendar
2056
+ #: ../lib/tribe-view-helpers.class.php:245
2057
+ msgid "Tajikistan"
2058
+ msgstr "Tadžikistan"
2059
+
2060
+ #@ tribe-events-calendar
2061
+ #: ../lib/tribe-view-helpers.class.php:246
2062
+ msgid "Tanzania, United Republic Of"
2063
+ msgstr "Tanzanija"
2064
+
2065
+ #@ tribe-events-calendar
2066
+ #: ../lib/tribe-view-helpers.class.php:247
2067
+ msgid "Thailand"
2068
+ msgstr "Tajland"
2069
+
2070
+ #@ tribe-events-calendar
2071
+ #: ../lib/tribe-view-helpers.class.php:248
2072
+ msgid "Togo"
2073
+ msgstr "Togo"
2074
+
2075
+ #@ tribe-events-calendar
2076
+ #: ../lib/tribe-view-helpers.class.php:249
2077
+ msgid "Tokelau"
2078
+ msgstr "Tokelau"
2079
+
2080
+ #@ tribe-events-calendar
2081
+ #: ../lib/tribe-view-helpers.class.php:250
2082
+ msgid "Tonga"
2083
+ msgstr "Tonga"
2084
+
2085
+ #@ tribe-events-calendar
2086
+ #: ../lib/tribe-view-helpers.class.php:251
2087
+ msgid "Trinidad And Tobago"
2088
+ msgstr "Trinidad i Tobago"
2089
+
2090
+ #@ tribe-events-calendar
2091
+ #: ../lib/tribe-view-helpers.class.php:252
2092
+ msgid "Tunisia"
2093
+ msgstr "Tunis"
2094
+
2095
+ #@ tribe-events-calendar
2096
+ #: ../lib/tribe-view-helpers.class.php:253
2097
+ msgid "Turkey"
2098
+ msgstr "Turska"
2099
+
2100
+ #@ tribe-events-calendar
2101
+ #: ../lib/tribe-view-helpers.class.php:254
2102
+ msgid "Turkmenistan"
2103
+ msgstr "Turkmenistan"
2104
+
2105
+ #@ tribe-events-calendar
2106
+ #: ../lib/tribe-view-helpers.class.php:255
2107
+ msgid "Turks And Caicos Islands"
2108
+ msgstr "Turks i Caicos Ostrva"
2109
+
2110
+ #@ tribe-events-calendar
2111
+ #: ../lib/tribe-view-helpers.class.php:256
2112
+ msgid "Tuvalu"
2113
+ msgstr "Tuvalu"
2114
+
2115
+ #@ tribe-events-calendar
2116
+ #: ../lib/tribe-view-helpers.class.php:257
2117
+ msgid "Uganda"
2118
+ msgstr "Uganda"
2119
+
2120
+ #@ tribe-events-calendar
2121
+ #: ../lib/tribe-view-helpers.class.php:258
2122
+ msgid "Ukraine"
2123
+ msgstr "Ukrajina"
2124
+
2125
+ #@ tribe-events-calendar
2126
+ #: ../lib/tribe-view-helpers.class.php:259
2127
+ msgid "United Arab Emirates"
2128
+ msgstr "Ujedinjeni Arapski Emirati"
2129
+
2130
+ #@ tribe-events-calendar
2131
+ #: ../lib/tribe-view-helpers.class.php:260
2132
+ msgid "United Kingdom"
2133
+ msgstr "Ujedinjeno Kraljevstvo"
2134
+
2135
+ #@ tribe-events-calendar
2136
+ #: ../lib/tribe-view-helpers.class.php:261
2137
+ msgid "United States Minor Outlying Islands"
2138
+ msgstr "Manji Pacifički Otoci Sjedinjenih Američkih Država"
2139
+
2140
+ #@ tribe-events-calendar
2141
+ #: ../lib/tribe-view-helpers.class.php:262
2142
+ msgid "Uruguay"
2143
+ msgstr "Urugvaj "
2144
+
2145
+ #@ tribe-events-calendar
2146
+ #: ../lib/tribe-view-helpers.class.php:263
2147
+ msgid "Uzbekistan"
2148
+ msgstr "Uzbekistan"
2149
+
2150
+ #@ tribe-events-calendar
2151
+ #: ../lib/tribe-view-helpers.class.php:264
2152
+ msgid "Vanuatu"
2153
+ msgstr "Vanuatu"
2154
+
2155
+ #@ tribe-events-calendar
2156
+ #: ../lib/tribe-view-helpers.class.php:265
2157
+ msgid "Venezuela"
2158
+ msgstr "Venecuela"
2159
+
2160
+ #@ tribe-events-calendar
2161
+ #: ../lib/tribe-view-helpers.class.php:266
2162
+ msgid "Viet Nam"
2163
+ msgstr "Vijetnam"
2164
+
2165
+ #@ tribe-events-calendar
2166
+ #: ../lib/tribe-view-helpers.class.php:267
2167
+ msgid "Virgin Islands (British)"
2168
+ msgstr "DevičanskI Otoci (Britanija)"
2169
+
2170
+ #@ tribe-events-calendar
2171
+ #: ../lib/tribe-view-helpers.class.php:268
2172
+ msgid "Virgin Islands (U.S.)"
2173
+ msgstr "Djevičanski Otoci (SAD)"
2174
+
2175
+ #@ tribe-events-calendar
2176
+ #: ../lib/tribe-view-helpers.class.php:269
2177
+ msgid "Wallis And Futuna Islands"
2178
+ msgstr "Volis i Futuna"
2179
+
2180
+ #@ tribe-events-calendar
2181
+ #: ../lib/tribe-view-helpers.class.php:270
2182
+ msgid "Western Sahara"
2183
+ msgstr "Zapadna Sahara"
2184
+
2185
+ #@ tribe-events-calendar
2186
+ #: ../lib/tribe-view-helpers.class.php:271
2187
+ msgid "Yemen"
2188
+ msgstr "Jemen"
2189
+
2190
+ #@ tribe-events-calendar
2191
+ #: ../lib/tribe-view-helpers.class.php:272
2192
+ msgid "Zambia"
2193
+ msgstr "Zambija"
2194
+
2195
+ #@ tribe-events-calendar
2196
+ #: ../lib/tribe-view-helpers.class.php:273
2197
+ msgid "Zimbabwe"
2198
+ msgstr "Zimbabve"
2199
+
2200
+ #@ tribe-events-calendar
2201
+ #: ../lib/tribe-view-helpers.class.php:293
2202
+ msgid "Alabama"
2203
+ msgstr "Alabama"
2204
+
2205
+ #@ tribe-events-calendar
2206
+ #: ../lib/tribe-view-helpers.class.php:294
2207
+ msgid "Alaska"
2208
+ msgstr "Aljaska"
2209
+
2210
+ #@ tribe-events-calendar
2211
+ #: ../lib/tribe-view-helpers.class.php:295
2212
+ msgid "Arizona"
2213
+ msgstr "Arizona"
2214
+
2215
+ #@ tribe-events-calendar
2216
+ #: ../lib/tribe-view-helpers.class.php:296
2217
+ msgid "Arkansas"
2218
+ msgstr "Arkanzas"
2219
+
2220
+ #@ tribe-events-calendar
2221
+ #: ../lib/tribe-view-helpers.class.php:297
2222
+ msgid "California"
2223
+ msgstr "Kalifornija"
2224
+
2225
+ #@ tribe-events-calendar
2226
+ #: ../lib/tribe-view-helpers.class.php:298
2227
+ msgid "Colorado"
2228
+ msgstr "Kolorado"
2229
+
2230
+ #@ tribe-events-calendar
2231
+ #: ../lib/tribe-view-helpers.class.php:299
2232
+ msgid "Connecticut"
2233
+ msgstr "Konetikat"
2234
+
2235
+ #@ tribe-events-calendar
2236
+ #: ../lib/tribe-view-helpers.class.php:300
2237
+ msgid "Delaware"
2238
+ msgstr "Delaver"
2239
+
2240
+ #@ tribe-events-calendar
2241
+ #: ../lib/tribe-view-helpers.class.php:301
2242
+ msgid "District of Columbia"
2243
+ msgstr "Okrug Kolumbije"
2244
+
2245
+ #@ tribe-events-calendar
2246
+ #: ../lib/tribe-view-helpers.class.php:302
2247
+ msgid "Florida"
2248
+ msgstr "Florida"
2249
+
2250
+ #@ tribe-events-calendar
2251
+ #: ../lib/tribe-view-helpers.class.php:304
2252
+ msgid "Hawaii"
2253
+ msgstr "Havaiji"
2254
+
2255
+ #@ tribe-events-calendar
2256
+ #: ../lib/tribe-view-helpers.class.php:305
2257
+ msgid "Idaho"
2258
+ msgstr "Ajdaho"
2259
+
2260
+ #@ tribe-events-calendar
2261
+ #: ../lib/tribe-view-helpers.class.php:306
2262
+ msgid "Illinois"
2263
+ msgstr "Ilinois"
2264
+
2265
+ #@ tribe-events-calendar
2266
+ #: ../lib/tribe-view-helpers.class.php:307
2267
+ msgid "Indiana"
2268
+ msgstr "Indijana"
2269
+
2270
+ #@ tribe-events-calendar
2271
+ #: ../lib/tribe-view-helpers.class.php:308
2272
+ msgid "Iowa"
2273
+ msgstr "Iova"
2274
+
2275
+ #@ tribe-events-calendar
2276
+ #: ../lib/tribe-view-helpers.class.php:309
2277
+ msgid "Kansas"
2278
+ msgstr "Kansas"
2279
+
2280
+ #@ tribe-events-calendar
2281
+ #: ../lib/tribe-view-helpers.class.php:310
2282
+ msgid "Kentucky"
2283
+ msgstr "Kentaki"
2284
+
2285
+ #@ tribe-events-calendar
2286
+ #: ../lib/tribe-view-helpers.class.php:311
2287
+ msgid "Louisiana"
2288
+ msgstr "Luizijana"
2289
+
2290
+ #@ tribe-events-calendar
2291
+ #: ../lib/tribe-view-helpers.class.php:312
2292
+ msgid "Maine"
2293
+ msgstr "Maine"
2294
+
2295
+ #@ tribe-events-calendar
2296
+ #: ../lib/tribe-view-helpers.class.php:313
2297
+ msgid "Maryland"
2298
+ msgstr "Mariland"
2299
+
2300
+ #@ tribe-events-calendar
2301
+ #: ../lib/tribe-view-helpers.class.php:314
2302
+ msgid "Massachusetts"
2303
+ msgstr "Masačusec"
2304
+
2305
+ #@ tribe-events-calendar
2306
+ #: ../lib/tribe-view-helpers.class.php:315
2307
+ msgid "Michigan"
2308
+ msgstr "Mičigen"
2309
+
2310
+ #@ tribe-events-calendar
2311
+ #: ../lib/tribe-view-helpers.class.php:316
2312
+ msgid "Minnesota"
2313
+ msgstr "Minesota"
2314
+
2315
+ #@ tribe-events-calendar
2316
+ #: ../lib/tribe-view-helpers.class.php:317
2317
+ msgid "Mississippi"
2318
+ msgstr "Misisipi"
2319
+
2320
+ #@ tribe-events-calendar
2321
+ #: ../lib/tribe-view-helpers.class.php:318
2322
+ msgid "Missouri"
2323
+ msgstr "Misuri"
2324
+
2325
+ #@ tribe-events-calendar
2326
+ #: ../lib/tribe-view-helpers.class.php:319
2327
+ msgid "Montana"
2328
+ msgstr "Montana"
2329
+
2330
+ #@ tribe-events-calendar
2331
+ #: ../lib/tribe-view-helpers.class.php:320
2332
+ msgid "Nebraska"
2333
+ msgstr "Nebraska"
2334
+
2335
+ #@ tribe-events-calendar
2336
+ #: ../lib/tribe-view-helpers.class.php:321
2337
+ msgid "Nevada"
2338
+ msgstr "Nevada"
2339
+
2340
+ #@ tribe-events-calendar
2341
+ #: ../lib/tribe-view-helpers.class.php:322
2342
+ msgid "New Hampshire"
2343
+ msgstr "Nju Hempšir"
2344
+
2345
+ #@ tribe-events-calendar
2346
+ #: ../lib/tribe-view-helpers.class.php:323
2347
+ msgid "New Jersey"
2348
+ msgstr "Nju Džerzi"
2349
+
2350
+ #@ tribe-events-calendar
2351
+ #: ../lib/tribe-view-helpers.class.php:324
2352
+ msgid "New Mexico"
2353
+ msgstr "Nju Meksiko"
2354
+
2355
+ #@ tribe-events-calendar
2356
+ #: ../lib/tribe-view-helpers.class.php:325
2357
+ msgid "New York"
2358
+ msgstr "Nju Jork"
2359
+
2360
+ #@ tribe-events-calendar
2361
+ #: ../lib/tribe-view-helpers.class.php:326
2362
+ msgid "North Carolina"
2363
+ msgstr "Severna Karolina"
2364
+
2365
+ #@ tribe-events-calendar
2366
+ #: ../lib/tribe-view-helpers.class.php:327
2367
+ msgid "North Dakota"
2368
+ msgstr "Severna Dakota"
2369
+
2370
+ #@ tribe-events-calendar
2371
+ #: ../lib/tribe-view-helpers.class.php:328
2372
+ msgid "Ohio"
2373
+ msgstr "Ohajo"
2374
+
2375
+ #@ tribe-events-calendar
2376
+ #: ../lib/tribe-view-helpers.class.php:329
2377
+ msgid "Oklahoma"
2378
+ msgstr "Oklahoma"
2379
+
2380
+ #@ tribe-events-calendar
2381
+ #: ../lib/tribe-view-helpers.class.php:330
2382
+ msgid "Oregon"
2383
+ msgstr "Oregon"
2384
+
2385
+ #@ tribe-events-calendar
2386
+ #: ../lib/tribe-view-helpers.class.php:331
2387
+ msgid "Pennsylvania"
2388
+ msgstr "Pensilvanija"
2389
+
2390
+ #@ tribe-events-calendar
2391
+ #: ../lib/tribe-view-helpers.class.php:332
2392
+ msgid "Rhode Island"
2393
+ msgstr "Rode Island"
2394
+
2395
+ #@ tribe-events-calendar
2396
+ #: ../lib/tribe-view-helpers.class.php:333
2397
+ msgid "South Carolina"
2398
+ msgstr "Južna Karolina"
2399
+
2400
+ #@ tribe-events-calendar
2401
+ #: ../lib/tribe-view-helpers.class.php:334
2402
+ msgid "South Dakota"
2403
+ msgstr "Južna Dakota"
2404
+
2405
+ #@ tribe-events-calendar
2406
+ #: ../lib/tribe-view-helpers.class.php:335
2407
+ msgid "Tennessee"
2408
+ msgstr "Tenesi"
2409
+
2410
+ #@ tribe-events-calendar
2411
+ #: ../lib/tribe-view-helpers.class.php:336
2412
+ msgid "Texas"
2413
+ msgstr "Teksas"
2414
+
2415
+ #@ tribe-events-calendar
2416
+ #: ../lib/tribe-view-helpers.class.php:337
2417
+ msgid "Utah"
2418
+ msgstr "Juta"
2419
+
2420
+ #@ tribe-events-calendar
2421
+ #: ../lib/tribe-view-helpers.class.php:338
2422
+ msgid "Vermont"
2423
+ msgstr "Vermont"
2424
+
2425
+ #@ tribe-events-calendar
2426
+ #: ../lib/tribe-view-helpers.class.php:339
2427
+ msgid "Virginia"
2428
+ msgstr "Virginija"
2429
+
2430
+ #@ tribe-events-calendar
2431
+ #: ../lib/tribe-view-helpers.class.php:340
2432
+ msgid "Washington"
2433
+ msgstr "Vašington"
2434
+
2435
+ #@ tribe-events-calendar
2436
+ #: ../lib/tribe-view-helpers.class.php:341
2437
+ msgid "West Virginia"
2438
+ msgstr "Zapadna Virginija"
2439
+
2440
+ #@ tribe-events-calendar
2441
+ #: ../lib/tribe-view-helpers.class.php:342
2442
+ msgid "Wisconsin"
2443
+ msgstr "Viskonsin"
2444
+
2445
+ #@ tribe-events-calendar
2446
+ #: ../lib/tribe-view-helpers.class.php:343
2447
+ msgid "Wyoming"
2448
+ msgstr "Vajoming"
2449
+
2450
+ #@ tribe-events-calendar
2451
+ #: ../lib/widget-list.class.php:16
2452
+ msgid "A widget that displays the next upcoming x events."
2453
+ msgstr "Vidžet koji prikazuje sledećih x događaja."
2454
+
2455
+ #@ tribe-events-calendar
2456
+ #: ../lib/widget-list.class.php:70
2457
+ msgid "View All Events"
2458
+ msgstr "Vidi sve događaje"
2459
+
2460
+ #@ tribe-events-calendar
2461
+ #: ../lib/widget-list.class.php:73
2462
+ msgid "There are no upcoming events at this time."
2463
+ msgstr "Trenutno nema predstojećih događaja."
2464
+
2465
+ #@ tribe-events-calendar
2466
+ #: ../public/template-tags/general.php:120
2467
+ msgid "Category:"
2468
+ msgstr "Kategorija:"
2469
+
2470
+ #@ tribe-events-calendar
2471
+ #: ../public/template-tags/general.php:137
2472
+ msgid "Tags:"
2473
+ msgstr "Tagovi:"
2474
+
2475
+ #@ tribe-events-calendar
2476
+ #: ../public/template-tags/general.php:255
2477
+ msgid "Free"
2478
+ msgstr "Slobodan"
2479
+
2480
+ #@ tribe-events-calendar
2481
+ #: ../public/template-tags/loop.php:130
2482
+ msgid "Calendar of Events"
2483
+ msgstr "Kalendar događaja"
2484
+
2485
+ #@ tribe-events-calendar
2486
+ #: ../views/ecp-single-template.php:24
2487
+ msgid "Edit"
2488
+ msgstr "Izmjeni"
2489
+
2490
+ #@ tribe-events-calendar
2491
+ #: ../views/events-list-load-widget-display.php:52
2492
+ msgid "All Day"
2493
+ msgstr "Cjelodnevni"
2494
+
2495
+ #@ tribe-events-calendar
2496
+ #: ../views/gridview.php:42
2497
+ #: ../views/list.php:165
2498
+ #: ../views/single.php:101
2499
+ msgid "iCal Import"
2500
+ msgstr "iCal uvoz"
2501
+
2502
+ #@ tribe-events-calendar
2503
+ #: ../views/list.php:50
2504
+ #: ../views/single.php:20
2505
+ msgid "Start:"
2506
+ msgstr "Početak:"
2507
+
2508
+ #@ tribe-events-calendar
2509
+ #: ../views/list.php:54
2510
+ #: ../views/single.php:22
2511
+ msgid "End:"
2512
+ msgstr "Kraj:"
2513
+
2514
+ #@ tribe-events-calendar
2515
+ #: ../views/list.php:59
2516
+ #: ../views/single.php:25
2517
+ msgid "Date:"
2518
+ msgstr "Datum: "
2519
+
2520
+ #@ tribe-events-calendar
2521
+ #: ../views/list.php:69
2522
+ #: ../views/single.php:59
2523
+ msgid "Venue:"
2524
+ msgstr "Mjesto: "
2525
+
2526
+ #@ tribe-events-calendar
2527
+ #: ../views/list.php:92
2528
+ #: ../views/single.php:76
2529
+ msgid "Google Map"
2530
+ msgstr "Google mapa"
2531
+
2532
+ #@ tribe-events-calendar
2533
+ #: ../views/list.php:116
2534
+ #, php-format
2535
+ msgid " listed under %s. Check out past events for this category or view the full calendar."
2536
+ msgstr "naveden pod %s. Pogledajte prošle događaje za ovu kategoriju ili vidite ceo kalendar."
2537
+
2538
+ #@ tribe-events-calendar
2539
+ #: ../views/list.php:118
2540
+ #, php-format
2541
+ msgid " listed under %s. Check out upcoming events for this category or view the full calendar."
2542
+ msgstr "naveden pod %s. Pogledajte predstojeće događaje za ovu kategoriju ili vidite ceo kalendar."
2543
+
2544
+ #@ tribe-events-calendar
2545
+ #: ../views/list.php:123
2546
+ #, php-format
2547
+ msgid "No events scheduled for <strong>%s</strong>. Please try another day."
2548
+ msgstr "Nema događaja zakazanih za <strong>%s</strong>. Pogledajte drugi dan."
2549
+
2550
+ #@ tribe-events-calendar
2551
+ #: ../views/list.php:127
2552
+ msgid "No upcoming events"
2553
+ msgstr "Nema predstojećih događaja."
2554
+
2555
+ #@ tribe-events-calendar
2556
+ #: ../views/list.php:131
2557
+ msgid "No previous events"
2558
+ msgstr "Nema prošlih događaja."
2559
+
2560
+ #@ tribe-events-calendar
2561
+ #: ../views/list.php:144
2562
+ #: ../views/list.php:146
2563
+ #: ../views/list.php:148
2564
+ msgid "&laquo; Previous Events"
2565
+ msgstr "&laquo; Prošli događaji"
2566
+
2567
+ #@ tribe-events-calendar
2568
+ #: ../views/list.php:155
2569
+ #: ../views/list.php:157
2570
+ #: ../views/list.php:159
2571
+ msgid "Next Events &raquo;"
2572
+ msgstr "Predstojeći događaji &raquo;"
2573
+
2574
+ #@ tribe-events-calendar
2575
+ #: ../views/single.php:13
2576
+ msgid "&laquo; Back to Events"
2577
+ msgstr "&laquo; Nazad na događaje"
2578
+
2579
+ #@ tribe-events-calendar
2580
+ #: ../views/single.php:14
2581
+ msgid "This event has passed."
2582
+ msgstr "Ovaj događaj je prošao."
2583
+
2584
+ #@ tribe-events-calendar
2585
+ #: ../views/single.php:17
2586
+ msgid "Event:"
2587
+ msgstr "Događaj:"
2588
+
2589
+ #@ tribe-events-calendar
2590
+ #: ../views/single.php:34
2591
+ #: ../views/single.php:37
2592
+ msgid "Organizer:"
2593
+ msgstr "Organizator:"
2594
+
2595
+ #@ tribe-events-calendar
2596
+ #: ../views/single.php:48
2597
+ msgid "Updated:"
2598
+ msgstr "Izmjenjeno: "
2599
+
2600
+ #@ tribe-events-calendar
2601
+ #: ../views/single.php:51
2602
+ msgid "Schedule:"
2603
+ msgstr "Raspored: "
2604
+
2605
+ #@ tribe-events-calendar
2606
+ #: ../views/single.php:76
2607
+ msgid "Click to view a Google Map"
2608
+ msgstr "Kliknite da vidite Google mapu"
2609
+
2610
+ #@ tribe-events-calendar
2611
+ #: ../views/single.php:104
2612
+ msgid "Add to Google Calendar"
2613
+ msgstr "Dodaj u Google kalendar"
2614
+
2615
+ #@ tribe-events-calendar
2616
+ #: ../views/single.php:104
2617
+ msgid "+ Google Calendar"
2618
+ msgstr "+ Google Kalendar"
2619
+
2620
+ #@ tribe-events-calendar
2621
+ #: ../views/table-mini.php:24
2622
+ msgid "View all &raquo;"
2623
+ msgstr "Vidi sve &raquo;"
2624
+
lang/tribe-events-calendar-ca.mo ADDED
Binary file
lang/tribe-events-calendar-ca.po ADDED
@@ -0,0 +1,2560 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # POT for The Events Calendar 2.0 by Modern Tribe, Inc..
2
+ # Copyright (C) 2011 Shane & Peter, 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 2.0\n"
7
+ "Report-Msgid-Bugs-To: \n"
8
+ "POT-Creation-Date: 2012-06-05 19:31-0500\n"
9
+ "PO-Revision-Date: 2012-06-26 14:13+0100\n"
10
+ "Last-Translator: Fran Rosa <fran@visualkultura.com>\n"
11
+ "Language-Team: \n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: \n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+ "X-Poedit-KeywordsList: __;_e\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-Language: Catalan\n"
20
+ "X-Poedit-SearchPath-0: ..\n"
21
+
22
+ #: ../admin-views/app-shop.php:4
23
+ msgid "Tribe App Shop"
24
+ msgstr "Botiga d'apps de Tribe"
25
+
26
+ #: ../admin-views/app-shop.php:56
27
+ msgid "Version"
28
+ msgstr "Versió"
29
+
30
+ #: ../admin-views/app-shop.php:59
31
+ msgid "Last Update"
32
+ msgstr "Última actualització"
33
+
34
+ #: ../admin-views/event-sidebar-options.php:11
35
+ msgid "Hide From Upcoming Events List"
36
+ msgstr "Amaga a la llista de propers esdeveniments"
37
+
38
+ #: ../admin-views/events-audit-trail.php:41
39
+ msgid "Auditing Information"
40
+ msgstr "Informació d'auditoria"
41
+
42
+ #: ../admin-views/events-audit-trail.php:44
43
+ msgid "Created by:"
44
+ msgstr "Creat per:"
45
+
46
+ #: ../admin-views/events-audit-trail.php:48
47
+ msgid "Audit Trail:"
48
+ msgstr "Pista d'auditoria:"
49
+
50
+ #: ../admin-views/events-meta-box.php:26
51
+ msgid "Event Time &amp; Date"
52
+ msgstr "Hora i data de l'esdeveniment"
53
+
54
+ #: ../admin-views/events-meta-box.php:29
55
+ msgid "You have changed the recurrence rules of this event. Saving the event will update all future events. If you did not mean to change all events, then please refresh the page."
56
+ msgstr "Heu canviat les normes de repetició d'aquest esdeveniment. Si guardeu aquest esdeveniment, això afectarà futurs esdeveniments. Si la vostra intenció no és canviar tots els esdeveniments, actualitzeu la pàgina."
57
+
58
+ #: ../admin-views/events-meta-box.php:32
59
+ msgid "All day event?"
60
+ msgstr "L'esdeveniment dura tot el dia?"
61
+
62
+ #: ../admin-views/events-meta-box.php:36
63
+ msgid "Start Date / Time:"
64
+ msgstr "Data i hora d'inici"
65
+
66
+ #: ../admin-views/events-meta-box.php:39
67
+ #: ../admin-views/events-meta-box.php:60
68
+ msgid "YYYY-MM-DD"
69
+ msgstr "YYYY-MM-DD"
70
+
71
+ #: ../admin-views/events-meta-box.php:41
72
+ #: ../admin-views/events-meta-box.php:62
73
+ msgid "@"
74
+ msgstr "@"
75
+
76
+ #: ../admin-views/events-meta-box.php:57
77
+ msgid "End Date / Time:"
78
+ msgstr "Data i hora de finalització"
79
+
80
+ #: ../admin-views/events-meta-box.php:79
81
+ msgid "Event Location Details"
82
+ msgstr "Informació del lloc de l'esdeveniment"
83
+
84
+ #: ../admin-views/events-meta-box.php:85
85
+ msgid "Show Google Maps Link:"
86
+ msgstr "Mostra l'enllaç a Google Maps"
87
+
88
+ #: ../admin-views/events-meta-box.php:92
89
+ msgid "Show Google Map:"
90
+ msgstr "Mostra Google Maps"
91
+
92
+ #: ../admin-views/events-meta-box.php:101
93
+ msgid "Event Organizer Details"
94
+ msgstr "Informació de l'organitzador de l'esdeveniment"
95
+
96
+ #: ../admin-views/events-meta-box.php:110
97
+ msgid "Event Cost"
98
+ msgstr "Preu de l'esdeveniment"
99
+
100
+ #: ../admin-views/events-meta-box.php:113
101
+ msgid "Cost:"
102
+ msgstr "Preu:"
103
+
104
+ #: ../admin-views/events-meta-box.php:118
105
+ msgid "Leave blank to hide the field. Enter a 0 for events that are free."
106
+ msgstr "Deixeu en blanc per amagar el camp. Intruïu un 0 per esdeveniments de franc."
107
+
108
+ #: ../admin-views/organizer-meta-box.php:11
109
+ msgid "Organizer Name:"
110
+ msgstr "Nom de l'organitzador:"
111
+
112
+ #: ../admin-views/organizer-meta-box.php:17
113
+ #: ../admin-views/venue-meta-box.php:77
114
+ msgid "Phone:"
115
+ msgstr "Telèfon:"
116
+
117
+ #: ../admin-views/organizer-meta-box.php:21
118
+ msgid "Website:"
119
+ msgstr "Lloc web:"
120
+
121
+ #: ../admin-views/organizer-meta-box.php:25
122
+ msgid "Email:"
123
+ msgstr "Adreça electrònica:"
124
+
125
+ #: ../admin-views/recurrence-dialog.php:11
126
+ msgid "Which events do you wish to update?"
127
+ msgstr "Quins esdeveniments voleu actualitzar?"
128
+
129
+ #: ../admin-views/recurrence-dialog.php:14
130
+ msgid "Select your desired action"
131
+ msgstr "Seleccioneu l'acció desitjada"
132
+
133
+ #: ../admin-views/tribe-options-general.php:11
134
+ msgid "Add functionality to The Events Calendar"
135
+ msgstr "Afegeix funcions a The Events Calendar"
136
+
137
+ #: ../admin-views/tribe-options-general.php:16
138
+ msgid "Looking for additional functionality including recurring events, custom meta, community events, ticket sales and more?"
139
+ msgstr "Voleu funcions adicionals com ara esdeveniments recurrents, metadades a mida, esdeveniments de la comunitat, venda d'entrades i altres?"
140
+
141
+ #: ../admin-views/tribe-options-general.php:16
142
+ msgid "Check out the available Add-Ons"
143
+ msgstr "Comproveu els complements disponibles"
144
+
145
+ #: ../admin-views/tribe-options-general.php:21
146
+ msgid "We hope our plugin is helping you out."
147
+ msgstr "Esperem que el nostre plugin us faci servei."
148
+
149
+ #: ../admin-views/tribe-options-general.php:25
150
+ #: ../admin-views/tribe-options-general.php:30
151
+ msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
152
+ msgstr "Esteu pensant \"Aquest plugin és increible! Hauria d'agraïr a Modern Tribe la seva feina.\" El millor agraïment és el reconeixement. Afegeix un petit enllaç de text a sota del calendari cap al projecte The Events Calendar."
153
+
154
+ #: ../admin-views/tribe-options-general.php:25
155
+ #: ../admin-views/tribe-options-general.php:30
156
+ msgid "See an example of the link"
157
+ msgstr "Vegueu un exemple de l'enllaç"
158
+
159
+ #: ../admin-views/tribe-options-general.php:35
160
+ msgid "Show Events Calendar Link"
161
+ msgstr "Mostra l'enllaç del calendari d'esdeveniments"
162
+
163
+ #: ../admin-views/tribe-options-general.php:45
164
+ msgid "Default view for the Events"
165
+ msgstr "Visualització predeterminada dels esdeveniments"
166
+
167
+ #: ../admin-views/tribe-options-general.php:46
168
+ msgid "Determines whether the default events view is a calendar or a list."
169
+ msgstr "Determina si la visualització predeterminada dels esdeveniments és un calendari o una llista"
170
+
171
+ #: ../admin-views/tribe-options-general.php:53
172
+ #: ../admin-views/tribe-options-general.php:59
173
+ msgid "Events URL slug"
174
+ msgstr "Adreça amigable de l'esdeveniment (slug)"
175
+
176
+ #: ../admin-views/tribe-options-general.php:54
177
+ msgid "You cannot edit the slug for your events page as you do not have pretty permalinks enabled. The current URL for your events page is <a href=\" "
178
+ msgstr "No podeu editar l'adreça amigable de l'esdeveniment perquè no heu habilitat les adreces amigables. L'adreça actual per la vostra pàgina d'esdeveniments és <a href=\""
179
+
180
+ #: ../admin-views/tribe-options-general.php:66
181
+ msgid "The slug used for building the events URL."
182
+ msgstr "L'adreça amigable emprada per construïr l'adreça dels esdeveniments."
183
+
184
+ #: ../admin-views/tribe-options-general.php:66
185
+ #, php-format
186
+ msgid "Your current Events URL is %s"
187
+ msgstr "L'adreça actual als esdeveniments és %s"
188
+
189
+ #: ../admin-views/tribe-options-general.php:71
190
+ msgid "Here is the iCal feed URL for your events:"
191
+ msgstr "L'adreça del canal d'iCal pels vostres esdeveniments:"
192
+
193
+ #: ../admin-views/tribe-options-general.php:76
194
+ msgid "Single Event URL slug"
195
+ msgstr "Adreça amigable per un esdeveniment únic"
196
+
197
+ #: ../admin-views/tribe-options-general.php:83
198
+ #, php-format
199
+ msgid "You <strong>cannot</strong> use the same slug as above. The above should ideally be plural, and this singular.<br />Your single Event URL is like: %s"
200
+ msgstr "<strong>No</strong> pots fer servir aquesta adreça amigable. Aquesta hauria de ser plural i és singular. <br />L'adreça amigable pel vostre esdeveniment únic és: %s"
201
+
202
+ #: ../admin-views/tribe-options-general.php:88
203
+ msgid "Number of events to show per page in the loop"
204
+ msgstr "Nombre d'esdeveniments mostrats a cada pàgina del bucle"
205
+
206
+ #: ../admin-views/tribe-options-general.php:89
207
+ msgid "This is the number of events displayed per page when returning a list of events."
208
+ msgstr "Aquest és el número d'esdeveniments mostrats per pàgina quan es retorna una llista d'esdeveniments."
209
+
210
+ #: ../admin-views/tribe-options-general.php:96
211
+ msgid "Show Comments"
212
+ msgstr "Mostra els comentaris"
213
+
214
+ #: ../admin-views/tribe-options-general.php:97
215
+ msgid "Enables commenting on your single event view."
216
+ msgstr "Activa els comentaris a la fitxa d'esdeveniment"
217
+
218
+ #: ../admin-views/tribe-options-general.php:103
219
+ msgid "Multiday Event Cutoff"
220
+ msgstr "Límit pels esdeveniments que duren varis díes"
221
+
222
+ #: ../admin-views/tribe-options-general.php:104
223
+ msgid "For multi-day events, hide the last day from grid view if it ends on or before this time."
224
+ msgstr "Per a esdeveniments que duren varis díes, amaga'n l'últim si acaba abans d'aquesta hora"
225
+
226
+ #: ../admin-views/tribe-options-general.php:112
227
+ msgid "Enable Google Maps"
228
+ msgstr "Activa Google Maps"
229
+
230
+ #: ../admin-views/tribe-options-general.php:113
231
+ msgid "If you don't have this turned on, your event listings won't have the backend map preview or frontend embedded map."
232
+ msgstr "Si no activeu aquesta opció, el vostre llistat d'esdeveniments no tindrà previsualització de mapa a l'administrador ni mapa inscrustat a la part pública."
233
+
234
+ #: ../admin-views/tribe-options-general.php:120
235
+ msgid "Google Maps Embed Height"
236
+ msgstr "Alçada de la incrustació de Google Maps"
237
+
238
+ #: ../admin-views/tribe-options-general.php:123
239
+ msgid "Enter a number."
240
+ msgstr "Intruïu un número."
241
+
242
+ #: ../admin-views/tribe-options-general.php:129
243
+ msgid "Google Maps Embed Width"
244
+ msgstr "Amplada de la incrustació de Google Maps"
245
+
246
+ #: ../admin-views/tribe-options-general.php:131
247
+ msgid "Enter a number or %."
248
+ msgstr "Intruïu un número o %"
249
+
250
+ #: ../admin-views/tribe-options-general.php:138
251
+ msgid "Google Maps Default Zoom Level"
252
+ msgstr "Nivell de zoom predeterminat a Google Maps"
253
+
254
+ #: ../admin-views/tribe-options-general.php:139
255
+ msgid "0 = zoomed-out; 21 = zoomed-in."
256
+ msgstr "0 = allunyat; 21 = apropat."
257
+
258
+ #: ../admin-views/tribe-options-general.php:147
259
+ msgid "Debug Mode"
260
+ msgstr "Mode de depuració"
261
+
262
+ #: ../admin-views/tribe-options-general.php:148
263
+ #, php-format
264
+ msgid "Enable this option to log debug information. By default this will log to your server PHP error log. If you'd like to see the log messages in your browser, then we recommend that you install the %s and look for the \"Tribe\" tab in the debug output."
265
+ msgstr "Activa aquesta opció per registrar informació de depuració. Per defecte s'enregistrarà al registre d'errors de PHP del vostre servidor. Si voleu veure els missatges enregistrats al vostre navegador, ua recomanem que instal·leu el %s i mireu la pestanya \"Tribe\" al resultat de la depuració."
266
+
267
+ #: ../admin-views/tribe-options-general.php:148
268
+ msgid "Debug Bar Plugin"
269
+ msgstr "plugin Debug Bar"
270
+
271
+ #: ../admin-views/tribe-options-help.php:15
272
+ msgid "You need to upgrade!"
273
+ msgstr "Heu d'actualitzar!"
274
+
275
+ #: ../admin-views/tribe-options-help.php:15
276
+ msgid "You are up to date!"
277
+ msgstr "Esteu actualitzat!"
278
+
279
+ #: ../admin-views/tribe-options-help.php:41
280
+ msgid "Advanced Post Manager"
281
+ msgstr "Administrador avançat d'articles"
282
+
283
+ #: ../admin-views/tribe-options-help.php:45
284
+ msgid "Event Importer"
285
+ msgstr "Importador d'esdeveniments"
286
+
287
+ #: ../admin-views/tribe-options-help.php:49
288
+ msgid "Facebook Sync Events"
289
+ msgstr "Sincronitzador d'esdeveniments de Facebook"
290
+
291
+ #: ../admin-views/tribe-options-help.php:56
292
+ msgid "The Events Calendar Pro"
293
+ msgstr "The Events Calendar Pro"
294
+
295
+ #: ../admin-views/tribe-options-help.php:60
296
+ msgid "Eventbrite Tickets"
297
+ msgstr "Entrades Eventbrite"
298
+
299
+ #: ../admin-views/tribe-options-help.php:65
300
+ msgid "Community Events"
301
+ msgstr "Esdeveniments de la comunitat"
302
+
303
+ #: ../admin-views/tribe-options-help.php:70
304
+ msgid "WooTickets"
305
+ msgstr "WooTickets"
306
+
307
+ #: ../admin-views/tribe-options-help.php:72
308
+ #: ../admin-views/tribe-options-help.php:77
309
+ msgid "(coming later in 2012)"
310
+ msgstr "(previst per 2012)"
311
+
312
+ #: ../admin-views/tribe-options-help.php:75
313
+ msgid "Conference Manager"
314
+ msgstr "Administrador de conferències"
315
+
316
+ #: ../admin-views/tribe-options-help.php:84
317
+ msgid "Documentation"
318
+ msgstr "Documentació"
319
+
320
+ #: ../admin-views/tribe-options-help.php:88
321
+ msgid "FAQ"
322
+ msgstr "Preguntes freqüents"
323
+
324
+ #: ../admin-views/tribe-options-help.php:92
325
+ msgid "Help"
326
+ msgstr "Ajuda"
327
+
328
+ #: ../admin-views/tribe-options-help.php:96
329
+ msgid "Tutorials"
330
+ msgstr "Tutorials"
331
+
332
+ #: ../admin-views/tribe-options-help.php:100
333
+ msgid "Release Notes"
334
+ msgstr "Informació de versions"
335
+
336
+ #: ../admin-views/tribe-options-help.php:106
337
+ #, php-format
338
+ msgid "If this is your first time using The Events Calendar, you're in for a treat. The more adventurous users can jump right into it by finding the \"Events\" section in the admin menu to the left of this message and getting down to it. For those who like to dip their toes before diving in full-on, we've got you covered too. First things first: visit our %s, designed with folks exactly like yourself in mind and meant to familiarize you with the plugin's basics. From there, the Resources listed below (meant to help you kick ass, of course) should keep up the momentum."
339
+ msgstr "Si feu servir The Events Calendar per primera vegada, tindreu una agradable sorpresa. Si sou un usuari intrèpid podeu anar directament a la secció \"Esdeveniments\" al menu de l'administrador, a l'esquerra d'aquest missatge, i posar-vos-hi. En cas contrari, visiteu el nostre %s, dissenyades pensant en gent com vós i encaminades a familiaritzar-vos amb els aspectes bàsics del plugin. A partir d'aqui, els recursos llistats a sota us ajudaran en tot allò que necessiteu."
340
+
341
+ #: ../admin-views/tribe-options-help.php:106
342
+ msgid "new user primer"
343
+ msgstr "manual per a nous usuaris"
344
+
345
+ #: ../admin-views/tribe-options-help.php:109
346
+ #, php-format
347
+ msgid "We love all our users and want to help free & PRO customers alike. If you're running the latest version of The Events Calendar and are having problems, post a thread the %s at WordPress.org. We hit the forum a few times a week and do what we can to assist users."
348
+ msgstr "Volem ajudar als nostres usuaris de la versió de franc i la versió PRO d'igual manera. Si feu servir l'última versió de The Events Calendar i teniu problemes, publiqueu un fil al %s a WordPress.org. Comprovem el fòrum vàries vegades a la setmana per ajudar els usuaris."
349
+
350
+ #: ../admin-views/tribe-options-help.php:109
351
+ msgid "forum for The Events Calendar"
352
+ msgstr "fòrum per The Events calendar"
353
+
354
+ #: ../admin-views/tribe-options-help.php:112
355
+ #, php-format
356
+ msgid "%sA few things to keep in mind before posting:%s"
357
+ msgstr "%sAbans de publicar un fil:%s"
358
+
359
+ #: ../admin-views/tribe-options-help.php:113
360
+ #, php-format
361
+ msgid "%sLook through the recent active threads before posting a new one and check that there isn't already a discussion going on your issue.%s"
362
+ msgstr "%sMireu si hi ha cap fil actiu sobre el mateix problema.%s"
363
+
364
+ #: ../admin-views/tribe-options-help.php:114
365
+ #, php-format
366
+ msgid "%sA good way to help us out before posting is to check whether the issue is a conflict with another plugin or your theme. This can be tested relatively easily on a staging site by deactivating other plugins one-by-one, and reverting to the default 2011 theme as needed, to see if conflicts can be easily identified. If so, please note that when posting your thread.%s"
367
+ msgstr "%sComproveu si hi ha cap conflicte amb altre plugin o el tema que feu servir. Això es pot comprovar fàcilment desactivant els plugins un per un, o activant el tema per defecte. Si noteu cap conflicte, indiqueu-ho quan publiqueu el vostre fil%s"
368
+
369
+ #: ../admin-views/tribe-options-help.php:115
370
+ #, php-format
371
+ msgid "%sSometimes, just resaving your permalinks (under Settings -> Permalinks) can resolve events-related problems on your site. It is worth a shot before creating a new thread.%s"
372
+ msgstr "%sDe vegades, tornant a guardar els enllaços permanents (permalinks) pot ressoldre el problema. Proveu-ho abans de publicar el vostre fil.%s"
373
+
374
+ #: ../admin-views/tribe-options-help.php:116
375
+ #, php-format
376
+ msgid "%sMake sure you're running The Events Calendar, rather than Events Calendar. They're two separate plugins :)%s"
377
+ msgstr "%sComproveu que feu servir The Events Calendar i no Events Calendar. Són dos plugins totalment diferents.%s"
378
+
379
+ #: ../admin-views/tribe-options-help.php:117
380
+ #, php-format
381
+ msgid "%sWhile our team is happy to help with bugs and provide light integration tips for users of The Events Calendar, we're not able to provide customization tips or assist in integrating with 3rd party plugins on the WordPress.org forums.%s"
382
+ msgstr "%sTot i que el nostre equip us ajudarà amb l'integració i solució de problemes amb The Events Calendar, no podem donar suport a personalització o integració amb plugins de tercers als fòrums de Wordpress.org%s"
383
+
384
+ #: ../admin-views/tribe-options-help.php:119
385
+ #, php-format
386
+ msgid "%sShoot us an email to %s or tweet to %s and tell us why. We'll do what we can to make it right.%s"
387
+ msgstr "%sEnvia'ns un missatge per correu electrònic a l'adreça %s o un tuit a %s i expliqueu-nos per què. Farem el possible per ajudar-vos%s"
388
+
389
+ #: ../admin-views/tribe-options-help.php:119
390
+ msgid "pro@tri.be"
391
+ msgstr "pro@tri.be"
392
+
393
+ #: ../admin-views/tribe-options-help.php:119
394
+ msgid "@moderntribeinc"
395
+ msgstr "@moderntribeinc"
396
+
397
+ #: ../admin-views/tribe-options-help.php:120
398
+ msgid "More..."
399
+ msgstr "Més…"
400
+
401
+ #: ../admin-views/tribe-options-help.php:127
402
+ msgid "Hi! Thank you so much for using the labor of our love. We are Modern Tribe and we are here to help you kick ass."
403
+ msgstr "Hola! Gràcies per fer servir el fruit del nostre amor. Som Modern tribe i volem ajudar-vos a ser collonuts."
404
+
405
+ #: ../admin-views/tribe-options-help.php:129
406
+ msgid "Getting Started"
407
+ msgstr "Primers passos"
408
+
409
+ #: ../admin-views/tribe-options-help.php:134
410
+ msgid "Resources to Help You Kick Ass"
411
+ msgstr "Recursos per ajudar-vos a ser collonut"
412
+
413
+ #: ../admin-views/tribe-options-help.php:146
414
+ msgid "Everyone Needs a Buddy"
415
+ msgstr "Tothom necessita un amic"
416
+
417
+ #: ../admin-views/tribe-options-help.php:149
418
+ msgid "Still Not Satisfied?"
419
+ msgstr "No esteu satisfet?"
420
+
421
+ #: ../admin-views/tribe-options-help.php:156
422
+ msgid "The Events Calendar"
423
+ msgstr "The Events Calendar"
424
+
425
+ #: ../admin-views/tribe-options-help.php:160
426
+ msgid "Latest Version:"
427
+ msgstr "Última versió"
428
+
429
+ #: ../admin-views/tribe-options-help.php:161
430
+ msgid "Author:"
431
+ msgstr "Autor:"
432
+
433
+ #: ../admin-views/tribe-options-help.php:161
434
+ msgid "Modern Tribe Inc"
435
+ msgstr "Modern Tribe Inc"
436
+
437
+ #: ../admin-views/tribe-options-help.php:162
438
+ msgid "Requires:"
439
+ msgstr "Requereix:"
440
+
441
+ #: ../admin-views/tribe-options-help.php:162
442
+ msgid "WordPress "
443
+ msgstr "WordPress "
444
+
445
+ #: ../admin-views/tribe-options-help.php:163
446
+ msgid "Wordpress.org Plugin Page"
447
+ msgstr "Pàgina de plugins de Wordpress.org"
448
+
449
+ #: ../admin-views/tribe-options-help.php:166
450
+ msgid "Average Rating"
451
+ msgstr "Valoració mitjana"
452
+
453
+ #: ../admin-views/tribe-options-help.php:178
454
+ msgid "Rating currently unavailable :("
455
+ msgstr "Valoració no disponible"
456
+
457
+ #: ../admin-views/tribe-options-help.php:184
458
+ msgid "Give us 5 stars!"
459
+ msgstr "Doneu-nos 5 estrelles!"
460
+
461
+ #: ../admin-views/tribe-options-help.php:186
462
+ msgid "Free Add-Ons"
463
+ msgstr "Complements de franc"
464
+
465
+ #: ../admin-views/tribe-options-help.php:192
466
+ #: ../admin-views/tribe-options-help.php:205
467
+ msgid "(Coming Soon!)"
468
+ msgstr "(Aviat!)"
469
+
470
+ #: ../admin-views/tribe-options-help.php:199
471
+ msgid "Premium Add-Ons"
472
+ msgstr "Complements prèmium"
473
+
474
+ #: ../admin-views/tribe-options-help.php:212
475
+ msgid "News and Tutorials"
476
+ msgstr "Notícies i tutorials"
477
+
478
+ #: ../admin-views/tribe-options-templates.php:4
479
+ msgid "Default Events Template"
480
+ msgstr "Plantilla d'esdeveniments predeterminada"
481
+
482
+ #: ../admin-views/tribe-options-templates.php:5
483
+ msgid "Default Page Template"
484
+ msgstr "Plantilla de pàgina predeterminada"
485
+
486
+ #: ../admin-views/tribe-options-templates.php:18
487
+ msgid "Template Settings"
488
+ msgstr "Opcions de plantilla"
489
+
490
+ #: ../admin-views/tribe-options-templates.php:22
491
+ msgid "Events Template"
492
+ msgstr "Plantilla d'esdeveniments"
493
+
494
+ #: ../admin-views/tribe-options-templates.php:23
495
+ msgid "Choose a page template to control the look and feel of your calendar."
496
+ msgstr "Esculliu una plantilla per controlar l'aspecte del vostre calendari."
497
+
498
+ #: ../admin-views/tribe-options-templates.php:31
499
+ msgid "Add HTML before calendar"
500
+ msgstr "Afegiu HTML abans del calendari"
501
+
502
+ #: ../admin-views/tribe-options-templates.php:32
503
+ msgid "Some themes may require that you add extra divs before the calendar list to help with styling.<br>This is displayed directly after the header."
504
+ msgstr "Alguns temes poden necessitar que afegiu etiquetes adicionals abans de la llista per ajudar amb els estils.<br>Aquest codi apareix directament després de la capçalera."
505
+
506
+ #: ../admin-views/tribe-options-templates.php:32
507
+ #: ../admin-views/tribe-options-templates.php:39
508
+ msgid "You may use (x)HTML."
509
+ msgstr "Pots fer servir (X)HTML."
510
+
511
+ #: ../admin-views/tribe-options-templates.php:38
512
+ msgid "Add HTML after calendar"
513
+ msgstr "Afegiu HTML després del calendari"
514
+
515
+ #: ../admin-views/tribe-options-templates.php:39
516
+ msgid "Some themes may require that you add extra divs after the calendar list to help with styling.<br>This is displayed directly above the footer."
517
+ msgstr "Alguns temes poden necessitar que afegiu etiquetes adicionals després de la llista per ajudar amb els estils.<br>Aquest codi apareix directament abans del peu."
518
+
519
+ #: ../admin-views/venue-meta-box.php:12
520
+ msgid "Venue Name:"
521
+ msgstr "Nom del recinte:"
522
+
523
+ #: ../admin-views/venue-meta-box.php:19
524
+ msgid "Address:"
525
+ msgstr "Adreça:"
526
+
527
+ #: ../admin-views/venue-meta-box.php:23
528
+ msgid "City:"
529
+ msgstr "Ciutat:"
530
+
531
+ #: ../admin-views/venue-meta-box.php:27
532
+ msgid "Country:"
533
+ msgstr "Pais:"
534
+
535
+ #: ../admin-views/venue-meta-box.php:55
536
+ msgid "State or Province:"
537
+ msgstr "Provincia:"
538
+
539
+ #: ../admin-views/venue-meta-box.php:58
540
+ msgid "Select a State:"
541
+ msgstr "Escolliu una provincia:"
542
+
543
+ #: ../admin-views/venue-meta-box.php:73
544
+ msgid "Postal Code:"
545
+ msgstr "Codi postal:"
546
+
547
+ #: ../admin-views/widget-admin-list.php:11
548
+ msgid "Title:"
549
+ msgstr "Títol:"
550
+
551
+ #: ../admin-views/widget-admin-list.php:16
552
+ msgid "Show:"
553
+ msgstr "Espectacle:"
554
+
555
+ #: ../admin-views/widget-admin-list.php:24
556
+ msgid "Show widget only if there are upcoming events:"
557
+ msgstr "Mostra el giny només si hi ha propers esdeveniments:"
558
+
559
+ #: ../admin-views/widget-admin-list.php:30
560
+ msgid "If you wish to customize the widget display yourself, see the file views/events-list-load-widget-display.php inside the Events Premium plugin."
561
+ msgstr "Si voleu personalitzar l'aspecte del widget, veieu l'arxiu views/events-list-load-widget-display.php dins del plugin Events Premium."
562
+
563
+ #: ../lib/the-events-calendar.class.php:284
564
+ msgid "category"
565
+ msgstr "categoria"
566
+
567
+ #: ../lib/the-events-calendar.class.php:285
568
+ msgid "tag"
569
+ msgstr "etiqueta"
570
+
571
+ #: ../lib/the-events-calendar.class.php:286
572
+ msgid "month"
573
+ msgstr "mes"
574
+
575
+ #: ../lib/the-events-calendar.class.php:287
576
+ msgid "upcoming"
577
+ msgstr "proper"
578
+
579
+ #: ../lib/the-events-calendar.class.php:288
580
+ msgid "past"
581
+ msgstr "passat"
582
+
583
+ #: ../lib/the-events-calendar.class.php:290
584
+ msgid "venue"
585
+ msgstr "recinte"
586
+
587
+ #: ../lib/the-events-calendar.class.php:300
588
+ #, php-format
589
+ msgid "Initializing Tribe Events on %s"
590
+ msgstr "Els esdeveniments Tribe comencen a %s"
591
+
592
+ #: ../lib/the-events-calendar.class.php:380
593
+ #, php-format
594
+ msgid "Your version of %s requires version %s or higher of The Events Calendar (you are currently running %s). Visit %shelp%s for more information."
595
+ msgstr "La vostra versió de %s necessita la versió %s o superior de The Events Calendar (ara feu servir la versió %s). Veieu %sajuda%s per a més informació."
596
+
597
+ #: ../lib/the-events-calendar.class.php:418
598
+ msgid "General"
599
+ msgstr "General"
600
+
601
+ #: ../lib/the-events-calendar.class.php:419
602
+ msgid "Template"
603
+ msgstr "Plantilla"
604
+
605
+ #: ../lib/the-events-calendar.class.php:420
606
+ msgid "Licenses"
607
+ msgstr "Llicència"
608
+
609
+ #: ../lib/the-events-calendar.class.php:456
610
+ #, php-format
611
+ msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
612
+ msgstr "The Events Calendar necessita de WordPress %s o superior. Actualitzeu el vostre WordPress."
613
+
614
+ #: ../lib/the-events-calendar.class.php:459
615
+ #, php-format
616
+ msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
617
+ msgstr "The Events Calendar necessita de PHP %s o superior. Contacteu el vostre proveïdor d'hostatge per actualitzar a una versió superior de PHP."
618
+
619
+ #: ../lib/the-events-calendar.class.php:580
620
+ msgid "Upcoming Events"
621
+ msgstr "Propers esdeveniments"
622
+
623
+ #: ../lib/the-events-calendar.class.php:582
624
+ msgid "Past Events"
625
+ msgstr "Esdeveniments passats"
626
+
627
+ #: ../lib/the-events-calendar.class.php:586
628
+ #: ../lib/the-events-calendar.class.php:592
629
+ #, php-format
630
+ msgid "Events for %s"
631
+ msgstr "Esdeveniments per %s"
632
+
633
+ #: ../lib/the-events-calendar.class.php:588
634
+ msgid "Events this month"
635
+ msgstr "Esdeveniments d'aquest mes"
636
+
637
+ #: ../lib/the-events-calendar.class.php:598
638
+ #, php-format
639
+ msgid "Events at %s"
640
+ msgstr "Esdeveniments a %s"
641
+
642
+ #: ../lib/the-events-calendar.class.php:611
643
+ msgid "No description has been entered for this event."
644
+ msgstr "Aquest esdeveniment no té descripció."
645
+
646
+ #: ../lib/the-events-calendar.class.php:855
647
+ #: ../lib/the-events-calendar.class.php:2552
648
+ #: ../lib/the-events-calendar.class.php:2612
649
+ msgid "Events"
650
+ msgstr "Esdeveniments"
651
+
652
+ #: ../lib/the-events-calendar.class.php:856
653
+ msgid "Event"
654
+ msgstr "Esdeveniment"
655
+
656
+ #: ../lib/the-events-calendar.class.php:857
657
+ #: ../lib/the-events-calendar.class.php:870
658
+ #: ../lib/the-events-calendar.class.php:883
659
+ msgid "Add New"
660
+ msgstr "Afegeix"
661
+
662
+ #: ../lib/the-events-calendar.class.php:858
663
+ msgid "Add New Event"
664
+ msgstr "Afegeix esdeveniment"
665
+
666
+ #: ../lib/the-events-calendar.class.php:859
667
+ msgid "Edit Event"
668
+ msgstr "Edita esdeveniment"
669
+
670
+ #: ../lib/the-events-calendar.class.php:860
671
+ msgid "New Event"
672
+ msgstr "Nou esdeveniment"
673
+
674
+ #: ../lib/the-events-calendar.class.php:861
675
+ msgid "View Event"
676
+ msgstr "Mostra esdeveniment"
677
+
678
+ #: ../lib/the-events-calendar.class.php:862
679
+ msgid "Search Events"
680
+ msgstr "Cerca esdeveniments"
681
+
682
+ #: ../lib/the-events-calendar.class.php:863
683
+ msgid "No events found"
684
+ msgstr "No s'ha trobat cap esdeveniment"
685
+
686
+ #: ../lib/the-events-calendar.class.php:864
687
+ msgid "No events found in Trash"
688
+ msgstr "No s'ha trobat cap esdeveniment a la paperera"
689
+
690
+ #: ../lib/the-events-calendar.class.php:868
691
+ msgid "Venues"
692
+ msgstr "Recintes"
693
+
694
+ #: ../lib/the-events-calendar.class.php:869
695
+ msgid "Venue"
696
+ msgstr "Recinte"
697
+
698
+ #: ../lib/the-events-calendar.class.php:871
699
+ msgid "Add New Venue"
700
+ msgstr "Afegeix recinte"
701
+
702
+ #: ../lib/the-events-calendar.class.php:872
703
+ msgid "Edit Venue"
704
+ msgstr "Edita recinte"
705
+
706
+ #: ../lib/the-events-calendar.class.php:873
707
+ msgid "New Venue"
708
+ msgstr "Nou recinte"
709
+
710
+ #: ../lib/the-events-calendar.class.php:874
711
+ #: ../lib/the-events-calendar.class.php:887
712
+ msgid "View Venue"
713
+ msgstr "Mostra recinte"
714
+
715
+ #: ../lib/the-events-calendar.class.php:875
716
+ msgid "Search Venues"
717
+ msgstr "Cerca recintes"
718
+
719
+ #: ../lib/the-events-calendar.class.php:876
720
+ msgid "No venue found"
721
+ msgstr "No s'ha trobat cap recinte"
722
+
723
+ #: ../lib/the-events-calendar.class.php:877
724
+ msgid "No venues found in Trash"
725
+ msgstr "No s'ha trobat cap recinte a la paperera"
726
+
727
+ #: ../lib/the-events-calendar.class.php:881
728
+ msgid "Organizers"
729
+ msgstr "Organitzadors"
730
+
731
+ #: ../lib/the-events-calendar.class.php:882
732
+ msgid "Organizer"
733
+ msgstr "Organitzador"
734
+
735
+ #: ../lib/the-events-calendar.class.php:884
736
+ msgid "Add New Organizer"
737
+ msgstr "Afegeix organitzador"
738
+
739
+ #: ../lib/the-events-calendar.class.php:885
740
+ msgid "Edit Organizer"
741
+ msgstr "Edita organitzador"
742
+
743
+ #: ../lib/the-events-calendar.class.php:886
744
+ msgid "New Organizer"
745
+ msgstr "Nou organitzador"
746
+
747
+ #: ../lib/the-events-calendar.class.php:888
748
+ msgid "Search Organizers"
749
+ msgstr "Cerca organitzadors"
750
+
751
+ #: ../lib/the-events-calendar.class.php:889
752
+ msgid "No organizer found"
753
+ msgstr "No s'ha trobat cap organitzador"
754
+
755
+ #: ../lib/the-events-calendar.class.php:890
756
+ msgid "No organizers found in Trash"
757
+ msgstr "No s'ha trobat cap organitzador a la paperera"
758
+
759
+ #: ../lib/the-events-calendar.class.php:894
760
+ #: ../lib/tribe-admin-events-list.class.php:172
761
+ msgid "Event Categories"
762
+ msgstr "Categoríes d'esdeveniments"
763
+
764
+ #: ../lib/the-events-calendar.class.php:895
765
+ msgid "Event Category"
766
+ msgstr "Categoria d'esdeveniments"
767
+
768
+ #: ../lib/the-events-calendar.class.php:896
769
+ msgid "Search Event Categories"
770
+ msgstr "Cerca categoríes d'esdeveniments"
771
+
772
+ #: ../lib/the-events-calendar.class.php:897
773
+ msgid "All Event Categories"
774
+ msgstr "Totes les categoríes d'esdeveniments"
775
+
776
+ #: ../lib/the-events-calendar.class.php:898
777
+ msgid "Parent Event Category"
778
+ msgstr "Categoria d'esdeveniments mare"
779
+
780
+ #: ../lib/the-events-calendar.class.php:899
781
+ msgid "Parent Event Category:"
782
+ msgstr "Categoria d'esdeveniments mare:"
783
+
784
+ #: ../lib/the-events-calendar.class.php:900
785
+ msgid "Edit Event Category"
786
+ msgstr "Edita categoria d'esdeveniments"
787
+
788
+ #: ../lib/the-events-calendar.class.php:901
789
+ msgid "Update Event Category"
790
+ msgstr "Propera categoria d'esdeveniments"
791
+
792
+ #: ../lib/the-events-calendar.class.php:902
793
+ msgid "Add New Event Category"
794
+ msgstr "Afegeix categoria d'esdeveniments"
795
+
796
+ #: ../lib/the-events-calendar.class.php:903
797
+ msgid "New Event Category Name"
798
+ msgstr "Nova categoria d'esdeveniments"
799
+
800
+ #: ../lib/the-events-calendar.class.php:913
801
+ #, php-format
802
+ msgid "Event updated. <a href=\"%s\">View event</a>"
803
+ msgstr "Esdeveniment actualitzat. <a href=\"%s\">Mostra esdeveniment</a>"
804
+
805
+ #: ../lib/the-events-calendar.class.php:914
806
+ #: ../lib/the-events-calendar.class.php:931
807
+ #: ../lib/the-events-calendar.class.php:948
808
+ msgid "Custom field updated."
809
+ msgstr "Camp personalitzat actualitzat."
810
+
811
+ #: ../lib/the-events-calendar.class.php:915
812
+ #: ../lib/the-events-calendar.class.php:932
813
+ #: ../lib/the-events-calendar.class.php:949
814
+ msgid "Custom field deleted."
815
+ msgstr "Camp personalitzat esborrat."
816
+
817
+ #: ../lib/the-events-calendar.class.php:916
818
+ msgid "Event updated."
819
+ msgstr "Esdeveniment actualitzat."
820
+
821
+ #: ../lib/the-events-calendar.class.php:918
822
+ #, php-format
823
+ msgid "Event restored to revision from %s"
824
+ msgstr "Esdeveniment restaurat a revisió des de %s"
825
+
826
+ #: ../lib/the-events-calendar.class.php:919
827
+ #, php-format
828
+ msgid "Event published. <a href=\"%s\">View event</a>"
829
+ msgstr "Esdeveniment publicat. <a href=\"%s\">Mostra esdeveniment</a>"
830
+
831
+ #: ../lib/the-events-calendar.class.php:920
832
+ msgid "Event saved."
833
+ msgstr "Esdeveniment guardat."
834
+
835
+ #: ../lib/the-events-calendar.class.php:921
836
+ #, php-format
837
+ msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
838
+ msgstr "Esdeveniment enviat. <a target=\"_blank\" href=\"%s\">Mostra previsualització de l'esdeveniment</a>"
839
+
840
+ #: ../lib/the-events-calendar.class.php:922
841
+ #, php-format
842
+ msgid "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview event</a>"
843
+ msgstr "Esdeveniment programat per: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Mostra previsualització de l'esdeveniment</a>"
844
+
845
+ #: ../lib/the-events-calendar.class.php:924
846
+ #: ../lib/the-events-calendar.class.php:941
847
+ #: ../lib/the-events-calendar.class.php:958
848
+ msgid "M j, Y @ G:i"
849
+ msgstr "M j, Y @ G:i"
850
+
851
+ #: ../lib/the-events-calendar.class.php:925
852
+ #, php-format
853
+ msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
854
+ msgstr "Esborrany d'esdeveniment actualitzat. <a target=\"_blank\" href=\"%s\">Mostra previsualització de l'esdeveniment</a>"
855
+
856
+ #: ../lib/the-events-calendar.class.php:930
857
+ #, php-format
858
+ msgid "Venue updated. <a href=\"%s\">View venue</a>"
859
+ msgstr "Recinte actualitzat. <a href=\"%s\">Mostra recinte</a>"
860
+
861
+ #: ../lib/the-events-calendar.class.php:933
862
+ msgid "Venue updated."
863
+ msgstr "Recinte actualitzat."
864
+
865
+ #: ../lib/the-events-calendar.class.php:935
866
+ #, php-format
867
+ msgid "Venue restored to revision from %s"
868
+ msgstr "Recinte restaurat a revisió des de %s"
869
+
870
+ #: ../lib/the-events-calendar.class.php:936
871
+ #, php-format
872
+ msgid "Venue published. <a href=\"%s\">View venue</a>"
873
+ msgstr "Recinte publicat. <a href=\"%s\">Mostra recinte</a>"
874
+
875
+ #: ../lib/the-events-calendar.class.php:937
876
+ msgid "Venue saved."
877
+ msgstr "Recinte guardat."
878
+
879
+ #: ../lib/the-events-calendar.class.php:938
880
+ #, php-format
881
+ msgid "Venue submitted. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
882
+ msgstr "Recinte enviat. <a target=\"_blank\" href=\"%s\">Mostra previsualització de recinte</a>"
883
+
884
+ #: ../lib/the-events-calendar.class.php:939
885
+ #, php-format
886
+ msgid "Venue scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview venue</a>"
887
+ msgstr "Recinte programat per: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Mostra previsualització de recinte</a>"
888
+
889
+ #: ../lib/the-events-calendar.class.php:942
890
+ #, php-format
891
+ msgid "Venue draft updated. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
892
+ msgstr "Esborrany de recinte actualitzat. <a target=\"_blank\" href=\"%s\">Mostra previsualització de recinte</a>"
893
+
894
+ #: ../lib/the-events-calendar.class.php:947
895
+ #, php-format
896
+ msgid "Organizer updated. <a href=\"%s\">View organizer</a>"
897
+ msgstr "Organitzador actualitzat. <a href=\"%s\">Mostra organitzador</a>"
898
+
899
+ #: ../lib/the-events-calendar.class.php:950
900
+ msgid "Organizer updated."
901
+ msgstr "Organitzador actualitzat."
902
+
903
+ #: ../lib/the-events-calendar.class.php:952
904
+ #, php-format
905
+ msgid "Organizer restored to revision from %s"
906
+ msgstr "Organitzador restaurat a revisió des de %s"
907
+
908
+ #: ../lib/the-events-calendar.class.php:953
909
+ #, php-format
910
+ msgid "Organizer published. <a href=\"%s\">View organizer</a>"
911
+ msgstr "Organitzador publicat. <a href=\"%s\">Mostra organitzador</a>"
912
+
913
+ #: ../lib/the-events-calendar.class.php:954
914
+ msgid "Organizer saved."
915
+ msgstr "Organitzador guardat."
916
+
917
+ #: ../lib/the-events-calendar.class.php:955
918
+ #, php-format
919
+ msgid "Organizer submitted. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
920
+ msgstr "Organitzador enviat. <a target=\"_blank\" href=\"%s\">Mostra previsualització d'organitzador</a>"
921
+
922
+ #: ../lib/the-events-calendar.class.php:956
923
+ #, php-format
924
+ msgid "Organizer scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview organizer</a>"
925
+ msgstr "Organitzador programar per: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Mostra previsualització d'organitzador</a>"
926
+
927
+ #: ../lib/the-events-calendar.class.php:959
928
+ #, php-format
929
+ msgid "Organizer draft updated. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
930
+ msgstr "Esborrany d'organitzador actualitzat. <a target=\"_blank\" href=\"%s\">Mostra previsualització d'organitzador</a>"
931
+
932
+ #: ../lib/the-events-calendar.class.php:1055
933
+ msgid "Next"
934
+ msgstr "Següent"
935
+
936
+ #: ../lib/the-events-calendar.class.php:1056
937
+ msgid "Prev"
938
+ msgstr "Anterior"
939
+
940
+ #: ../lib/the-events-calendar.class.php:1057
941
+ msgid "Today"
942
+ msgstr "Avui"
943
+
944
+ #: ../lib/the-events-calendar.class.php:1058
945
+ msgid "Done"
946
+ msgstr "Fet"
947
+
948
+ #: ../lib/the-events-calendar.class.php:2334
949
+ msgid "Event Options"
950
+ msgstr "Opcions d'esdeveniment"
951
+
952
+ #: ../lib/the-events-calendar.class.php:2336
953
+ msgid "Venue Information"
954
+ msgstr "Informació del recinte"
955
+
956
+ #: ../lib/the-events-calendar.class.php:2337
957
+ msgid "Organizer Information"
958
+ msgstr "Informació de l'organitzador"
959
+
960
+ #: ../lib/the-events-calendar.class.php:2450
961
+ msgid "Support"
962
+ msgstr "Suport"
963
+
964
+ #: ../lib/the-events-calendar.class.php:2453
965
+ msgid "View All Add-Ons"
966
+ msgstr "Mostra tots els complements"
967
+
968
+ #: ../lib/the-events-calendar.class.php:2460
969
+ msgid "News from Modern Tribe"
970
+ msgstr "Notícies de Modern Tribe"
971
+
972
+ #: ../lib/the-events-calendar.class.php:2505
973
+ msgid "Additional Functionality"
974
+ msgstr "Funcions adicionals"
975
+
976
+ #: ../lib/the-events-calendar.class.php:2510
977
+ #, php-format
978
+ msgid "Check out the <a href=\"%s\">available Add-Ons</a>."
979
+ msgstr "Comproveu els <a href=\"%s\">complements disponibles</a>."
980
+
981
+ #: ../lib/the-events-calendar.class.php:2578
982
+ msgid "View Calendar"
983
+ msgstr "Mostra calendari"
984
+
985
+ #: ../lib/the-events-calendar.class.php:2586
986
+ msgid "Add Event"
987
+ msgstr "Afegeix esdeveniment"
988
+
989
+ #: ../lib/the-events-calendar.class.php:2595
990
+ msgid "Edit Events"
991
+ msgstr "Edita esdeveniments"
992
+
993
+ #: ../lib/the-events-calendar.class.php:2604
994
+ msgid "Settings"
995
+ msgstr "Opcions"
996
+
997
+ #: ../lib/tribe-admin-events-list.class.php:40
998
+ #, php-format
999
+ msgid "View &#8220;%s&#8221;"
1000
+ msgstr "Mostra &#8220;%s&#8221;"
1001
+
1002
+ #: ../lib/tribe-admin-events-list.class.php:40
1003
+ msgid "View"
1004
+ msgstr "Mostra"
1005
+
1006
+ #: ../lib/tribe-admin-events-list.class.php:177
1007
+ msgid "Start Date"
1008
+ msgstr "Data d'inici"
1009
+
1010
+ #: ../lib/tribe-admin-events-list.class.php:178
1011
+ msgid "End Date"
1012
+ msgstr "Data de finalització"
1013
+
1014
+ #: ../lib/tribe-admin-events-list.class.php:180
1015
+ msgid "Recurring?"
1016
+ msgstr "És recurrent?"
1017
+
1018
+ #: ../lib/tribe-admin-events-list.class.php:224
1019
+ msgid "Yes"
1020
+ msgstr "Si"
1021
+
1022
+ #: ../lib/tribe-admin-events-list.class.php:224
1023
+ msgid "No"
1024
+ msgstr "No"
1025
+
1026
+ #: ../lib/tribe-admin-events-list.class.php:278
1027
+ #, php-format
1028
+ msgid "All %s"
1029
+ msgstr "Tots %s"
1030
+
1031
+ #: ../lib/tribe-app-shop.class.php:54
1032
+ #: ../lib/tribe-app-shop.class.php:55
1033
+ #: ../lib/tribe-app-shop.class.php:73
1034
+ msgid "App Shop"
1035
+ msgstr "App Shop"
1036
+
1037
+ #: ../lib/tribe-debug-bar.class.php:18
1038
+ msgid "Tribe"
1039
+ msgstr "Tribe"
1040
+
1041
+ #: ../lib/tribe-event-exception.class.php:17
1042
+ #: ../lib/tribe-event-exception.class.php:34
1043
+ msgid "Error"
1044
+ msgstr "Error"
1045
+
1046
+ #: ../lib/tribe-field.class.php:161
1047
+ msgid "Invalid field type specified"
1048
+ msgstr "El tipus de camp que heu especificat no és vàlid"
1049
+
1050
+ #: ../lib/tribe-field.class.php:388
1051
+ msgid "No radio options specified"
1052
+ msgstr "No heu especificat les opcions"
1053
+
1054
+ #: ../lib/tribe-field.class.php:425
1055
+ msgid "No checkbox options specified"
1056
+ msgstr "No heu especificat les opcions"
1057
+
1058
+ #: ../lib/tribe-field.class.php:479
1059
+ msgid "No select options specified"
1060
+ msgstr "No heu especificat les opcions"
1061
+
1062
+ #: ../lib/tribe-settings-tab.class.php:188
1063
+ msgid "There are no fields setup for this tab yet."
1064
+ msgstr "Aquesta pestanya encara no té opcions de camp"
1065
+
1066
+ #: ../lib/tribe-settings.class.php:207
1067
+ msgid "You've requested a non-existent tab."
1068
+ msgstr "Heu demanat una pestanya que no existeix"
1069
+
1070
+ #: ../lib/tribe-settings.class.php:215
1071
+ msgid " Save Changes"
1072
+ msgstr " Guarda els canvis"
1073
+
1074
+ #: ../lib/tribe-settings.class.php:263
1075
+ msgid "You don't have permission to do that."
1076
+ msgstr "No teniu permís per fer això"
1077
+
1078
+ #: ../lib/tribe-settings.class.php:269
1079
+ msgid "The request was sent insecurely."
1080
+ msgstr "La petició s'ha enviat de manera no segura"
1081
+
1082
+ #: ../lib/tribe-settings.class.php:275
1083
+ msgid "The request wasn't sent from this tab."
1084
+ msgstr "La petició no s'ha enviat des d'aquesta pestanya"
1085
+
1086
+ #: ../lib/tribe-settings.class.php:425
1087
+ msgid "Your form had the following errors:"
1088
+ msgstr "El vostre formulari tenia els següents errors:"
1089
+
1090
+ #: ../lib/tribe-settings.class.php:434
1091
+ msgid "None of your settings were saved. Please try again."
1092
+ msgstr "Les opcions no s'han guardat."
1093
+
1094
+ #: ../lib/tribe-settings.class.php:458
1095
+ msgid "Settings saved."
1096
+ msgstr "Opcions guardades."
1097
+
1098
+ #: ../lib/tribe-the-events-calendar-import.class.php:44
1099
+ msgid "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make sure you have backed up before proceeding any further. You can easily <a href=\" http://wordpress.org/extend/plugins/the-events-calendar/download/\">revert to an old version</a> if you want to backup first. This upgrade includes two major steps, <a href=\"options-general.php?page=tribe-settings&tab=general\">migrating data</a> & updating your templates as necessary. There have been significant changes to the template tags and functions. Check out our <a href=\"http://tri.be/migrating-from-events-calendar-1-6-5-to-2-0\">walkthrough on the upgrade</a> before proceeding and check out the FAQ & Knowledge base from the <a href=\"http://tri.be/support/\">support page</a>. If you're new to The Events Calendar, you may want to review our <a href=\"http://tri.be/support/documentation/events-calendar-pro-new-user-primer/\">new user primer</a>.<br/><br/> You have events that need to be migrated. Please visit the bottom of the <a href=\"options-general.php?page=tribe-events-calendar\">settings page</a> to perform the migration."
1100
+ msgstr "Benvingut a Events 2.0! Aquesta és una gran actualització des de la versió 1.6.5. Assegureu-vos de fer una còpia de seguretat abans de continuar. Podeu <a href=\" http://wordpress.org/extend/plugins/the-events-calendar/download/\">tornar a una versió anterior</a> fàcilment si voleu fer la còpia de seguretat. Aquesta actualització inclou dos passos, <a href=\"options-general.php?page=tribe-settings&tab=general\">migració de dades</a> i actualització de les vostres plantilles si s'escau. Hi ha hagut canvis significatius a les etiquetes i funcions de les plantilles. Comproveu el nostre <a href=\"http://tri.be/migrating-from-events-calendar-1-6-5-to-2-0\">passeig per l'actualització</a> abans de continuar i comproveu les preguntes més freqüents i la documentació a la pàgina de <a href=\"http://tri.be/support/\">suport</a>. Si sou nou fent servir The Events Calendar, podeu voler revisar el nostre <a href=\"http://tri.be/support/documentation/events-calendar-pro-new-user-primer/\">manual per a nous usuaris</a>.<br/><br/> Teniu esdeveniments que necessiten migració. Aneu a la part final de la pàgina d'<a href=\"options-general.php?page=tribe-events-calendar\">opcions</a> per portar a terme la migració."
1101
+
1102
+ #: ../lib/tribe-the-events-calendar-import.class.php:54
1103
+ msgid "Upgrade from The Events Calendar"
1104
+ msgstr "Actualització de The Events Calendar"
1105
+
1106
+ #: ../lib/tribe-the-events-calendar-import.class.php:55
1107
+ msgid "It appears that you have some old events calendar data that needs to be upgraded. Please be sure to back up your database before initiating the upgrade. This process can not be undone."
1108
+ msgstr "Sembla que teniu esdeveniments antics al vostre calendari que s'han d'actualitzar. Assegureu-vos de fer una còpia de seguretat de la base de dades abans de començar amb l'actualització. Aquest procés no es pot desfer."
1109
+
1110
+ #: ../lib/tribe-the-events-calendar-import.class.php:56
1111
+ msgid "Migrate Data!"
1112
+ msgstr "Fes la migració!"
1113
+
1114
+ #: ../lib/tribe-the-events-calendar-import.class.php:132
1115
+ #, php-format
1116
+ msgid "You successfully migrated (%d) entries."
1117
+ msgstr "(%d) entrades s'han migrat correctament."
1118
+
1119
+ #: ../lib/tribe-the-events-calendar-import.class.php:203
1120
+ msgid "Install has 1 or more legacy event!"
1121
+ msgstr "La instal·lació té 1 o més esdeveniments antics!"
1122
+
1123
+ #: ../lib/tribe-validate.class.php:77
1124
+ #: ../lib/tribe-validate.class.php:115
1125
+ msgid "Invalid or incomplete field passed"
1126
+ msgstr "Heu introduït un camp no vàlid o incomplet"
1127
+
1128
+ #: ../lib/tribe-validate.class.php:78
1129
+ #: ../lib/tribe-validate.class.php:110
1130
+ #: ../lib/tribe-validate.class.php:116
1131
+ msgid "Field ID:"
1132
+ msgstr "ID del camp:"
1133
+
1134
+ #: ../lib/tribe-validate.class.php:109
1135
+ msgid "Non-existant field validation function passed"
1136
+ msgstr "Heu introduït una funció de validació de camp inexistent"
1137
+
1138
+ #: ../lib/tribe-validate.class.php:135
1139
+ #: ../lib/tribe-validate.class.php:153
1140
+ #, php-format
1141
+ msgid "%s must contain numbers and letters only"
1142
+ msgstr "%s ha de contenir només nombres i lletres"
1143
+
1144
+ #: ../lib/tribe-validate.class.php:171
1145
+ #, php-format
1146
+ msgid "%s must contain numbers, letters and dots only"
1147
+ msgstr "%s ha de contenir només nombres, lletres i punts"
1148
+
1149
+ #: ../lib/tribe-validate.class.php:187
1150
+ #, php-format
1151
+ msgid "%s must be a positive number."
1152
+ msgstr "%s ha de ser un nombre positiu"
1153
+
1154
+ #: ../lib/tribe-validate.class.php:204
1155
+ #, php-format
1156
+ msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1157
+ msgstr "%s ha de ser una adreça amigable vàlida (nombres, lletres, guions i caràcters de subratllat)"
1158
+
1159
+ #: ../lib/tribe-validate.class.php:221
1160
+ #, php-format
1161
+ msgid "%s must be a valid absolute URL."
1162
+ msgstr "%s ha de ser una URL absoluta vàlida."
1163
+
1164
+ #: ../lib/tribe-validate.class.php:239
1165
+ #: ../lib/tribe-validate.class.php:258
1166
+ #: ../lib/tribe-validate.class.php:279
1167
+ #, php-format
1168
+ msgid "%s must have a value that's part of its options."
1169
+ msgstr "%s ha de tenir un valor que sigui part de les seves opcions"
1170
+
1171
+ #: ../lib/tribe-validate.class.php:295
1172
+ #, php-format
1173
+ msgid "Comparison validation failed because no comparison value was provided, for field %s"
1174
+ msgstr "La validació de comparació ha retornat un error perquè no heu introduït cap valor per comparar al camp %s"
1175
+
1176
+ #: ../lib/tribe-validate.class.php:302
1177
+ #, php-format
1178
+ msgid "%s cannot be the same as %s."
1179
+ msgstr "%s no pot ser igual a %s."
1180
+
1181
+ #: ../lib/tribe-validate.class.php:304
1182
+ #, php-format
1183
+ msgid "%s cannot be a duplicate"
1184
+ msgstr "%s no pot ser un duplicat"
1185
+
1186
+ #: ../lib/tribe-validate.class.php:322
1187
+ #, php-format
1188
+ msgid "%s must be a number or percentage."
1189
+ msgstr "%s ha de ser un nombre o percentatge"
1190
+
1191
+ #: ../lib/tribe-validate.class.php:386
1192
+ #, php-format
1193
+ msgid "%s must be a number between 0 and 21."
1194
+ msgstr "%s ha de ser un nombre entre 0 i 21"
1195
+
1196
+ #: ../lib/tribe-validate.class.php:404
1197
+ #, php-format
1198
+ msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1199
+ msgstr "%s ha de contenir només lletres, nombres, guions, apòstrofs i espais."
1200
+
1201
+ #: ../lib/tribe-validate.class.php:422
1202
+ #, php-format
1203
+ msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1204
+ msgstr "%s ha de contenir només lletres, nombres, guions i apòstrofs."
1205
+
1206
+ #: ../lib/tribe-validate.class.php:438
1207
+ #, php-format
1208
+ msgid "%s must consist of 5 numbers."
1209
+ msgstr "%s ha de contenir 5 números."
1210
+
1211
+ #: ../lib/tribe-validate.class.php:454
1212
+ #, php-format
1213
+ msgid "%s must be a phone number."
1214
+ msgstr "%s ha de ser un número de telèfon."
1215
+
1216
+ #: ../lib/tribe-validate.class.php:472
1217
+ msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1218
+ msgstr "La llista de països ha de tenir format d'un pais per línia:<br>US, United States<br>UK, United Kingdom."
1219
+
1220
+ #: ../lib/tribe-view-helpers.class.php:16
1221
+ #: ../lib/tribe-view-helpers.class.php:35
1222
+ msgid "Select a Country:"
1223
+ msgstr "Esculliu un pais:"
1224
+
1225
+ #: ../lib/tribe-view-helpers.class.php:36
1226
+ msgid "United States"
1227
+ msgstr "Estats Units d'Amèrica"
1228
+
1229
+ #: ../lib/tribe-view-helpers.class.php:37
1230
+ msgid "Afghanistan"
1231
+ msgstr "Afganistan"
1232
+
1233
+ #: ../lib/tribe-view-helpers.class.php:38
1234
+ msgid "Albania"
1235
+ msgstr "Albània"
1236
+
1237
+ #: ../lib/tribe-view-helpers.class.php:39
1238
+ msgid "Algeria"
1239
+ msgstr "Algèria"
1240
+
1241
+ #: ../lib/tribe-view-helpers.class.php:40
1242
+ msgid "American Samoa"
1243
+ msgstr "Samoa Americanes"
1244
+
1245
+ #: ../lib/tribe-view-helpers.class.php:41
1246
+ msgid "Andorra"
1247
+ msgstr "Andorra"
1248
+
1249
+ #: ../lib/tribe-view-helpers.class.php:42
1250
+ msgid "Angola"
1251
+ msgstr "Angola"
1252
+
1253
+ #: ../lib/tribe-view-helpers.class.php:43
1254
+ msgid "Anguilla"
1255
+ msgstr "Anguila"
1256
+
1257
+ #: ../lib/tribe-view-helpers.class.php:44
1258
+ msgid "Antarctica"
1259
+ msgstr "Antàrtida"
1260
+
1261
+ #: ../lib/tribe-view-helpers.class.php:45
1262
+ msgid "Antigua And Barbuda"
1263
+ msgstr "Antigua i Barbuda"
1264
+
1265
+ #: ../lib/tribe-view-helpers.class.php:46
1266
+ msgid "Argentina"
1267
+ msgstr "Argentina"
1268
+
1269
+ #: ../lib/tribe-view-helpers.class.php:47
1270
+ msgid "Armenia"
1271
+ msgstr "Armènia"
1272
+
1273
+ #: ../lib/tribe-view-helpers.class.php:48
1274
+ msgid "Aruba"
1275
+ msgstr "Aruba"
1276
+
1277
+ #: ../lib/tribe-view-helpers.class.php:49
1278
+ msgid "Australia"
1279
+ msgstr "Austràlia"
1280
+
1281
+ #: ../lib/tribe-view-helpers.class.php:50
1282
+ msgid "Austria"
1283
+ msgstr "Àustria"
1284
+
1285
+ #: ../lib/tribe-view-helpers.class.php:51
1286
+ msgid "Azerbaijan"
1287
+ msgstr "Azerbaitjan"
1288
+
1289
+ #: ../lib/tribe-view-helpers.class.php:52
1290
+ msgid "Bahamas"
1291
+ msgstr "Bahames"
1292
+
1293
+ #: ../lib/tribe-view-helpers.class.php:53
1294
+ msgid "Bahrain"
1295
+ msgstr "Bahrein"
1296
+
1297
+ #: ../lib/tribe-view-helpers.class.php:54
1298
+ msgid "Bangladesh"
1299
+ msgstr "Bangladesh"
1300
+
1301
+ #: ../lib/tribe-view-helpers.class.php:55
1302
+ msgid "Barbados"
1303
+ msgstr "Barbados"
1304
+
1305
+ #: ../lib/tribe-view-helpers.class.php:56
1306
+ msgid "Belarus"
1307
+ msgstr "Bielorússia"
1308
+
1309
+ #: ../lib/tribe-view-helpers.class.php:57
1310
+ msgid "Belgium"
1311
+ msgstr "Bèlgica"
1312
+
1313
+ #: ../lib/tribe-view-helpers.class.php:58
1314
+ msgid "Belize"
1315
+ msgstr "Belize"
1316
+
1317
+ #: ../lib/tribe-view-helpers.class.php:59
1318
+ msgid "Benin"
1319
+ msgstr "Benin"
1320
+
1321
+ #: ../lib/tribe-view-helpers.class.php:60
1322
+ msgid "Bermuda"
1323
+ msgstr "Bermuda"
1324
+
1325
+ #: ../lib/tribe-view-helpers.class.php:61
1326
+ msgid "Bhutan"
1327
+ msgstr "Bhutan"
1328
+
1329
+ #: ../lib/tribe-view-helpers.class.php:62
1330
+ msgid "Bolivia"
1331
+ msgstr "Bolívia"
1332
+
1333
+ #: ../lib/tribe-view-helpers.class.php:63
1334
+ msgid "Bosnia And Herzegowina"
1335
+ msgstr "Bòsnia i Hercegovina"
1336
+
1337
+ #: ../lib/tribe-view-helpers.class.php:64
1338
+ msgid "Botswana"
1339
+ msgstr "Botsuana"
1340
+
1341
+ #: ../lib/tribe-view-helpers.class.php:65
1342
+ msgid "Bouvet Island"
1343
+ msgstr "Bouvet"
1344
+
1345
+ #: ../lib/tribe-view-helpers.class.php:66
1346
+ msgid "Brazil"
1347
+ msgstr "Brasil"
1348
+
1349
+ #: ../lib/tribe-view-helpers.class.php:67
1350
+ msgid "British Indian Ocean Territory"
1351
+ msgstr "Territori Britànic de l'Oceà Índic"
1352
+
1353
+ #: ../lib/tribe-view-helpers.class.php:68
1354
+ msgid "Brunei Darussalam"
1355
+ msgstr "Brunei"
1356
+
1357
+ #: ../lib/tribe-view-helpers.class.php:69
1358
+ msgid "Bulgaria"
1359
+ msgstr "Bulgària"
1360
+
1361
+ #: ../lib/tribe-view-helpers.class.php:70
1362
+ msgid "Burkina Faso"
1363
+ msgstr "Burkina Faso"
1364
+
1365
+ #: ../lib/tribe-view-helpers.class.php:71
1366
+ msgid "Burundi"
1367
+ msgstr "Burundi"
1368
+
1369
+ #: ../lib/tribe-view-helpers.class.php:72
1370
+ msgid "Cambodia"
1371
+ msgstr "Cambotja"
1372
+
1373
+ #: ../lib/tribe-view-helpers.class.php:73
1374
+ msgid "Cameroon"
1375
+ msgstr "Camerun"
1376
+
1377
+ #: ../lib/tribe-view-helpers.class.php:74
1378
+ msgid "Canada"
1379
+ msgstr "Canadà"
1380
+
1381
+ #: ../lib/tribe-view-helpers.class.php:75
1382
+ msgid "Cape Verde"
1383
+ msgstr "Cap Verd"
1384
+
1385
+ #: ../lib/tribe-view-helpers.class.php:76
1386
+ msgid "Cayman Islands"
1387
+ msgstr "Illes Caiman"
1388
+
1389
+ #: ../lib/tribe-view-helpers.class.php:77
1390
+ msgid "Central African Republic"
1391
+ msgstr "República Centrafricana"
1392
+
1393
+ #: ../lib/tribe-view-helpers.class.php:78
1394
+ msgid "Chad"
1395
+ msgstr "Txad"
1396
+
1397
+ #: ../lib/tribe-view-helpers.class.php:79
1398
+ msgid "Chile"
1399
+ msgstr "Xile"
1400
+
1401
+ #: ../lib/tribe-view-helpers.class.php:80
1402
+ msgid "China"
1403
+ msgstr "Xina"
1404
+
1405
+ #: ../lib/tribe-view-helpers.class.php:81
1406
+ msgid "Christmas Island"
1407
+ msgstr "Illa de Christmas"
1408
+
1409
+ #: ../lib/tribe-view-helpers.class.php:82
1410
+ msgid "Cocos (Keeling) Islands"
1411
+ msgstr "Illa de Cocos"
1412
+
1413
+ #: ../lib/tribe-view-helpers.class.php:83
1414
+ msgid "Colombia"
1415
+ msgstr "Colòmbia"
1416
+
1417
+ #: ../lib/tribe-view-helpers.class.php:84
1418
+ msgid "Comoros"
1419
+ msgstr "Comores"
1420
+
1421
+ #: ../lib/tribe-view-helpers.class.php:85
1422
+ msgid "Congo"
1423
+ msgstr "República del Congo"
1424
+
1425
+ #: ../lib/tribe-view-helpers.class.php:86
1426
+ msgid "Congo, The Democratic Republic Of The"
1427
+ msgstr "República Democràtica del Congo"
1428
+
1429
+ #: ../lib/tribe-view-helpers.class.php:87
1430
+ msgid "Cook Islands"
1431
+ msgstr "Arxipèlag de Cook"
1432
+
1433
+ #: ../lib/tribe-view-helpers.class.php:88
1434
+ msgid "Costa Rica"
1435
+ msgstr "Costa Rica"
1436
+
1437
+ #: ../lib/tribe-view-helpers.class.php:89
1438
+ msgid "Cote D'Ivoire"
1439
+ msgstr "Costa de Vori"
1440
+
1441
+ #: ../lib/tribe-view-helpers.class.php:90
1442
+ msgid "Croatia (Local Name: Hrvatska)"
1443
+ msgstr "Croàcia"
1444
+
1445
+ #: ../lib/tribe-view-helpers.class.php:91
1446
+ msgid "Cuba"
1447
+ msgstr "Cuba"
1448
+
1449
+ #: ../lib/tribe-view-helpers.class.php:92
1450
+ msgid "Cyprus"
1451
+ msgstr "Xipre"
1452
+
1453
+ #: ../lib/tribe-view-helpers.class.php:93
1454
+ msgid "Czech Republic"
1455
+ msgstr "Txèquia"
1456
+
1457
+ #: ../lib/tribe-view-helpers.class.php:94
1458
+ msgid "Denmark"
1459
+ msgstr "Dinamarca"
1460
+
1461
+ #: ../lib/tribe-view-helpers.class.php:95
1462
+ msgid "Djibouti"
1463
+ msgstr "Gibuti"
1464
+
1465
+ #: ../lib/tribe-view-helpers.class.php:96
1466
+ msgid "Dominica"
1467
+ msgstr "Dominica"
1468
+
1469
+ #: ../lib/tribe-view-helpers.class.php:97
1470
+ msgid "Dominican Republic"
1471
+ msgstr "República Dominicana"
1472
+
1473
+ #: ../lib/tribe-view-helpers.class.php:98
1474
+ msgid "East Timor"
1475
+ msgstr "Timor Est"
1476
+
1477
+ #: ../lib/tribe-view-helpers.class.php:99
1478
+ msgid "Ecuador"
1479
+ msgstr "Equador"
1480
+
1481
+ #: ../lib/tribe-view-helpers.class.php:100
1482
+ msgid "Egypt"
1483
+ msgstr "Egipte"
1484
+
1485
+ #: ../lib/tribe-view-helpers.class.php:101
1486
+ msgid "El Salvador"
1487
+ msgstr "El Salvador"
1488
+
1489
+ #: ../lib/tribe-view-helpers.class.php:102
1490
+ msgid "Equatorial Guinea"
1491
+ msgstr "Guinea Equatorial"
1492
+
1493
+ #: ../lib/tribe-view-helpers.class.php:103
1494
+ msgid "Eritrea"
1495
+ msgstr "Eritrea"
1496
+
1497
+ #: ../lib/tribe-view-helpers.class.php:104
1498
+ msgid "Estonia"
1499
+ msgstr "Estònia"
1500
+
1501
+ #: ../lib/tribe-view-helpers.class.php:105
1502
+ msgid "Ethiopia"
1503
+ msgstr "Etiòpia"
1504
+
1505
+ #: ../lib/tribe-view-helpers.class.php:106
1506
+ msgid "Falkland Islands (Malvinas)"
1507
+ msgstr "Illes Malvines"
1508
+
1509
+ #: ../lib/tribe-view-helpers.class.php:107
1510
+ msgid "Faroe Islands"
1511
+ msgstr "Illes Fer-óer"
1512
+
1513
+ #: ../lib/tribe-view-helpers.class.php:108
1514
+ msgid "Fiji"
1515
+ msgstr "Fiji"
1516
+
1517
+ #: ../lib/tribe-view-helpers.class.php:109
1518
+ msgid "Finland"
1519
+ msgstr "Finlàndia"
1520
+
1521
+ #: ../lib/tribe-view-helpers.class.php:110
1522
+ msgid "France"
1523
+ msgstr "França"
1524
+
1525
+ #: ../lib/tribe-view-helpers.class.php:111
1526
+ msgid "France, Metropolitan"
1527
+ msgstr "França Europea"
1528
+
1529
+ #: ../lib/tribe-view-helpers.class.php:112
1530
+ msgid "French Guiana"
1531
+ msgstr "Guaiana Francesa"
1532
+
1533
+ #: ../lib/tribe-view-helpers.class.php:113
1534
+ msgid "French Polynesia"
1535
+ msgstr "Polinèsia Francesa"
1536
+
1537
+ #: ../lib/tribe-view-helpers.class.php:114
1538
+ msgid "French Southern Territories"
1539
+ msgstr "Territoris Francesos del Sud"
1540
+
1541
+ #: ../lib/tribe-view-helpers.class.php:115
1542
+ msgid "Gabon"
1543
+ msgstr "Gabon"
1544
+
1545
+ #: ../lib/tribe-view-helpers.class.php:116
1546
+ msgid "Gambia"
1547
+ msgstr "Gàmbia"
1548
+
1549
+ #: ../lib/tribe-view-helpers.class.php:117
1550
+ #: ../lib/tribe-view-helpers.class.php:305
1551
+ msgid "Georgia"
1552
+ msgstr "Geòrgia"
1553
+
1554
+ #: ../lib/tribe-view-helpers.class.php:118
1555
+ msgid "Germany"
1556
+ msgstr "Alemanya"
1557
+
1558
+ #: ../lib/tribe-view-helpers.class.php:119
1559
+ msgid "Ghana"
1560
+ msgstr "Ghana"
1561
+
1562
+ #: ../lib/tribe-view-helpers.class.php:120
1563
+ msgid "Gibraltar"
1564
+ msgstr "Gibraltar"
1565
+
1566
+ #: ../lib/tribe-view-helpers.class.php:121
1567
+ msgid "Greece"
1568
+ msgstr "Grècia"
1569
+
1570
+ #: ../lib/tribe-view-helpers.class.php:122
1571
+ msgid "Greenland"
1572
+ msgstr "Grenlàndia"
1573
+
1574
+ #: ../lib/tribe-view-helpers.class.php:123
1575
+ msgid "Grenada"
1576
+ msgstr "Grenada"
1577
+
1578
+ #: ../lib/tribe-view-helpers.class.php:124
1579
+ msgid "Guadeloupe"
1580
+ msgstr "Guadalupe"
1581
+
1582
+ #: ../lib/tribe-view-helpers.class.php:125
1583
+ msgid "Guam"
1584
+ msgstr "Guam"
1585
+
1586
+ #: ../lib/tribe-view-helpers.class.php:126
1587
+ msgid "Guatemala"
1588
+ msgstr "Guatemala"
1589
+
1590
+ #: ../lib/tribe-view-helpers.class.php:127
1591
+ msgid "Guinea"
1592
+ msgstr "Guinea"
1593
+
1594
+ #: ../lib/tribe-view-helpers.class.php:128
1595
+ msgid "Guinea-Bissau"
1596
+ msgstr "Guinea Bissau"
1597
+
1598
+ #: ../lib/tribe-view-helpers.class.php:129
1599
+ msgid "Guyana"
1600
+ msgstr "Guaiana"
1601
+
1602
+ #: ../lib/tribe-view-helpers.class.php:130
1603
+ msgid "Haiti"
1604
+ msgstr "Haití"
1605
+
1606
+ #: ../lib/tribe-view-helpers.class.php:131
1607
+ msgid "Heard And Mc Donald Islands"
1608
+ msgstr "Illa Heard i Illes McDonald"
1609
+
1610
+ #: ../lib/tribe-view-helpers.class.php:132
1611
+ msgid "Holy See (Vatican City State)"
1612
+ msgstr "Ciutat del Vaticà"
1613
+
1614
+ #: ../lib/tribe-view-helpers.class.php:133
1615
+ msgid "Honduras"
1616
+ msgstr "Hondures"
1617
+
1618
+ #: ../lib/tribe-view-helpers.class.php:134
1619
+ msgid "Hong Kong"
1620
+ msgstr "Hong Kong"
1621
+
1622
+ #: ../lib/tribe-view-helpers.class.php:135
1623
+ msgid "Hungary"
1624
+ msgstr "Hongria"
1625
+
1626
+ #: ../lib/tribe-view-helpers.class.php:136
1627
+ msgid "Iceland"
1628
+ msgstr "Islàndia"
1629
+
1630
+ #: ../lib/tribe-view-helpers.class.php:137
1631
+ msgid "India"
1632
+ msgstr "Índia"
1633
+
1634
+ #: ../lib/tribe-view-helpers.class.php:138
1635
+ msgid "Indonesia"
1636
+ msgstr "Indonèsia"
1637
+
1638
+ #: ../lib/tribe-view-helpers.class.php:139
1639
+ msgid "Iran (Islamic Republic Of)"
1640
+ msgstr "Iran"
1641
+
1642
+ #: ../lib/tribe-view-helpers.class.php:140
1643
+ msgid "Iraq"
1644
+ msgstr "Iraq"
1645
+
1646
+ #: ../lib/tribe-view-helpers.class.php:141
1647
+ msgid "Ireland"
1648
+ msgstr "Irlanda"
1649
+
1650
+ #: ../lib/tribe-view-helpers.class.php:142
1651
+ msgid "Israel"
1652
+ msgstr "Israel"
1653
+
1654
+ #: ../lib/tribe-view-helpers.class.php:143
1655
+ msgid "Italy"
1656
+ msgstr "Itàlia"
1657
+
1658
+ #: ../lib/tribe-view-helpers.class.php:144
1659
+ msgid "Jamaica"
1660
+ msgstr "Jamaica"
1661
+
1662
+ #: ../lib/tribe-view-helpers.class.php:145
1663
+ msgid "Japan"
1664
+ msgstr "Japó"
1665
+
1666
+ #: ../lib/tribe-view-helpers.class.php:146
1667
+ msgid "Jordan"
1668
+ msgstr "Jordània"
1669
+
1670
+ #: ../lib/tribe-view-helpers.class.php:147
1671
+ msgid "Kazakhstan"
1672
+ msgstr "Casaquistan"
1673
+
1674
+ #: ../lib/tribe-view-helpers.class.php:148
1675
+ msgid "Kenya"
1676
+ msgstr "Kenya"
1677
+
1678
+ #: ../lib/tribe-view-helpers.class.php:149
1679
+ msgid "Kiribati"
1680
+ msgstr "Kiribati"
1681
+
1682
+ #: ../lib/tribe-view-helpers.class.php:150
1683
+ msgid "Korea, Democratic People's Republic Of"
1684
+ msgstr "Corea del Nord"
1685
+
1686
+ #: ../lib/tribe-view-helpers.class.php:151
1687
+ msgid "Korea, Republic Of"
1688
+ msgstr "Corea del Sud"
1689
+
1690
+ #: ../lib/tribe-view-helpers.class.php:152
1691
+ msgid "Kuwait"
1692
+ msgstr "Kuwait"
1693
+
1694
+ #: ../lib/tribe-view-helpers.class.php:153
1695
+ msgid "Kyrgyzstan"
1696
+ msgstr "Quirguisistan"
1697
+
1698
+ #: ../lib/tribe-view-helpers.class.php:154
1699
+ msgid "Lao People's Democratic Republic"
1700
+ msgstr "Laos"
1701
+
1702
+ #: ../lib/tribe-view-helpers.class.php:155
1703
+ msgid "Latvia"
1704
+ msgstr "Letònia"
1705
+
1706
+ #: ../lib/tribe-view-helpers.class.php:156
1707
+ msgid "Lebanon"
1708
+ msgstr "Líban"
1709
+
1710
+ #: ../lib/tribe-view-helpers.class.php:157
1711
+ msgid "Lesotho"
1712
+ msgstr "Lesotho"
1713
+
1714
+ #: ../lib/tribe-view-helpers.class.php:158
1715
+ msgid "Liberia"
1716
+ msgstr "Libèria"
1717
+
1718
+ #: ../lib/tribe-view-helpers.class.php:159
1719
+ msgid "Libya"
1720
+ msgstr "Líbia"
1721
+
1722
+ #: ../lib/tribe-view-helpers.class.php:160
1723
+ msgid "Liechtenstein"
1724
+ msgstr "Liechtenstein"
1725
+
1726
+ #: ../lib/tribe-view-helpers.class.php:161
1727
+ msgid "Lithuania"
1728
+ msgstr "Lituània"
1729
+
1730
+ #: ../lib/tribe-view-helpers.class.php:162
1731
+ msgid "Luxembourg"
1732
+ msgstr "Luxemburg"
1733
+
1734
+ #: ../lib/tribe-view-helpers.class.php:163
1735
+ msgid "Macau"
1736
+ msgstr "Macau"
1737
+
1738
+ #: ../lib/tribe-view-helpers.class.php:164
1739
+ msgid "Macedonia"
1740
+ msgstr "Macedònia"
1741
+
1742
+ #: ../lib/tribe-view-helpers.class.php:165
1743
+ msgid "Madagascar"
1744
+ msgstr "Madagascar"
1745
+
1746
+ #: ../lib/tribe-view-helpers.class.php:166
1747
+ msgid "Malawi"
1748
+ msgstr "Malawi"
1749
+
1750
+ #: ../lib/tribe-view-helpers.class.php:167
1751
+ msgid "Malaysia"
1752
+ msgstr "Malàisia"
1753
+
1754
+ #: ../lib/tribe-view-helpers.class.php:168
1755
+ msgid "Maldives"
1756
+ msgstr "Maldives"
1757
+
1758
+ #: ../lib/tribe-view-helpers.class.php:169
1759
+ msgid "Mali"
1760
+ msgstr "Mali"
1761
+
1762
+ #: ../lib/tribe-view-helpers.class.php:170
1763
+ msgid "Malta"
1764
+ msgstr "Malta"
1765
+
1766
+ #: ../lib/tribe-view-helpers.class.php:171
1767
+ msgid "Marshall Islands"
1768
+ msgstr "Illes Marshall"
1769
+
1770
+ #: ../lib/tribe-view-helpers.class.php:172
1771
+ msgid "Martinique"
1772
+ msgstr "Martinica"
1773
+
1774
+ #: ../lib/tribe-view-helpers.class.php:173
1775
+ msgid "Mauritania"
1776
+ msgstr "Mauritània"
1777
+
1778
+ #: ../lib/tribe-view-helpers.class.php:174
1779
+ msgid "Mauritius"
1780
+ msgstr "Maurici"
1781
+
1782
+ #: ../lib/tribe-view-helpers.class.php:175
1783
+ msgid "Mayotte"
1784
+ msgstr "Mayotte"
1785
+
1786
+ #: ../lib/tribe-view-helpers.class.php:176
1787
+ msgid "Mexico"
1788
+ msgstr "Mèxic"
1789
+
1790
+ #: ../lib/tribe-view-helpers.class.php:177
1791
+ msgid "Micronesia, Federated States Of"
1792
+ msgstr "Micronèsia, Estats Federats de"
1793
+
1794
+ #: ../lib/tribe-view-helpers.class.php:178
1795
+ msgid "Moldova, Republic Of"
1796
+ msgstr "Moldàvia"
1797
+
1798
+ #: ../lib/tribe-view-helpers.class.php:179
1799
+ msgid "Monaco"
1800
+ msgstr "Mònaco"
1801
+
1802
+ #: ../lib/tribe-view-helpers.class.php:180
1803
+ msgid "Mongolia"
1804
+ msgstr "Mongòlia"
1805
+
1806
+ #: ../lib/tribe-view-helpers.class.php:181
1807
+ msgid "Montenegro"
1808
+ msgstr "Montenegro"
1809
+
1810
+ #: ../lib/tribe-view-helpers.class.php:182
1811
+ msgid "Montserrat"
1812
+ msgstr "Montserrat"
1813
+
1814
+ #: ../lib/tribe-view-helpers.class.php:183
1815
+ msgid "Morocco"
1816
+ msgstr "Marroc"
1817
+
1818
+ #: ../lib/tribe-view-helpers.class.php:184
1819
+ msgid "Mozambique"
1820
+ msgstr "Moçambic"
1821
+
1822
+ #: ../lib/tribe-view-helpers.class.php:185
1823
+ msgid "Myanmar"
1824
+ msgstr "Mianmar"
1825
+
1826
+ #: ../lib/tribe-view-helpers.class.php:186
1827
+ msgid "Namibia"
1828
+ msgstr "Namíbia"
1829
+
1830
+ #: ../lib/tribe-view-helpers.class.php:187
1831
+ msgid "Nauru"
1832
+ msgstr "Naüru"
1833
+
1834
+ #: ../lib/tribe-view-helpers.class.php:188
1835
+ msgid "Nepal"
1836
+ msgstr "Nepal"
1837
+
1838
+ #: ../lib/tribe-view-helpers.class.php:189
1839
+ msgid "Netherlands"
1840
+ msgstr "Països Baixos"
1841
+
1842
+ #: ../lib/tribe-view-helpers.class.php:190
1843
+ msgid "Netherlands Antilles"
1844
+ msgstr "Antilles Holandeses"
1845
+
1846
+ #: ../lib/tribe-view-helpers.class.php:191
1847
+ msgid "New Caledonia"
1848
+ msgstr "Nova Caledònia"
1849
+
1850
+ #: ../lib/tribe-view-helpers.class.php:192
1851
+ msgid "New Zealand"
1852
+ msgstr "Nova Zelanda"
1853
+
1854
+ #: ../lib/tribe-view-helpers.class.php:193
1855
+ msgid "Nicaragua"
1856
+ msgstr "Nicaragua"
1857
+
1858
+ #: ../lib/tribe-view-helpers.class.php:194
1859
+ msgid "Niger"
1860
+ msgstr "Níger"
1861
+
1862
+ #: ../lib/tribe-view-helpers.class.php:195
1863
+ msgid "Nigeria"
1864
+ msgstr "Nigèria"
1865
+
1866
+ #: ../lib/tribe-view-helpers.class.php:196
1867
+ msgid "Niue"
1868
+ msgstr "Niue"
1869
+
1870
+ #: ../lib/tribe-view-helpers.class.php:197
1871
+ msgid "Norfolk Island"
1872
+ msgstr "Norfolk"
1873
+
1874
+ #: ../lib/tribe-view-helpers.class.php:198
1875
+ msgid "Northern Mariana Islands"
1876
+ msgstr "Illes Mariannes del Nord"
1877
+
1878
+ #: ../lib/tribe-view-helpers.class.php:199
1879
+ msgid "Norway"
1880
+ msgstr "Noruega"
1881
+
1882
+ #: ../lib/tribe-view-helpers.class.php:200
1883
+ msgid "Oman"
1884
+ msgstr "Oman"
1885
+
1886
+ #: ../lib/tribe-view-helpers.class.php:201
1887
+ msgid "Pakistan"
1888
+ msgstr "Paquiistan"
1889
+
1890
+ #: ../lib/tribe-view-helpers.class.php:202
1891
+ msgid "Palau"
1892
+ msgstr "Palau"
1893
+
1894
+ #: ../lib/tribe-view-helpers.class.php:203
1895
+ msgid "Panama"
1896
+ msgstr "Panamà"
1897
+
1898
+ #: ../lib/tribe-view-helpers.class.php:204
1899
+ msgid "Papua New Guinea"
1900
+ msgstr "Nova Guinea Pàpua"
1901
+
1902
+ #: ../lib/tribe-view-helpers.class.php:205
1903
+ msgid "Paraguay"
1904
+ msgstr "Paraguai"
1905
+
1906
+ #: ../lib/tribe-view-helpers.class.php:206
1907
+ msgid "Peru"
1908
+ msgstr "Perú"
1909
+
1910
+ #: ../lib/tribe-view-helpers.class.php:207
1911
+ msgid "Philippines"
1912
+ msgstr "Filipines"
1913
+
1914
+ #: ../lib/tribe-view-helpers.class.php:208
1915
+ msgid "Pitcairn"
1916
+ msgstr "Illes Pitcairn"
1917
+
1918
+ #: ../lib/tribe-view-helpers.class.php:209
1919
+ msgid "Poland"
1920
+ msgstr "Polònia"
1921
+
1922
+ #: ../lib/tribe-view-helpers.class.php:210
1923
+ msgid "Portugal"
1924
+ msgstr "Portugal"
1925
+
1926
+ #: ../lib/tribe-view-helpers.class.php:211
1927
+ msgid "Puerto Rico"
1928
+ msgstr "Puerto Rico"
1929
+
1930
+ #: ../lib/tribe-view-helpers.class.php:212
1931
+ msgid "Qatar"
1932
+ msgstr "Qatar"
1933
+
1934
+ #: ../lib/tribe-view-helpers.class.php:213
1935
+ msgid "Reunion"
1936
+ msgstr "Reunió"
1937
+
1938
+ #: ../lib/tribe-view-helpers.class.php:214
1939
+ msgid "Romania"
1940
+ msgstr "Romania"
1941
+
1942
+ #: ../lib/tribe-view-helpers.class.php:215
1943
+ msgid "Russian Federation"
1944
+ msgstr "Rússia"
1945
+
1946
+ #: ../lib/tribe-view-helpers.class.php:216
1947
+ msgid "Rwanda"
1948
+ msgstr "Ruanda"
1949
+
1950
+ #: ../lib/tribe-view-helpers.class.php:217
1951
+ msgid "Saint Kitts And Nevis"
1952
+ msgstr "Saint Kitts i Nevis"
1953
+
1954
+ #: ../lib/tribe-view-helpers.class.php:218
1955
+ msgid "Saint Lucia"
1956
+ msgstr "Santa Llúcia"
1957
+
1958
+ #: ../lib/tribe-view-helpers.class.php:219
1959
+ msgid "Saint Vincent And The Grenadines"
1960
+ msgstr "Saint Vincent i les Grenadines"
1961
+
1962
+ #: ../lib/tribe-view-helpers.class.php:220
1963
+ msgid "Samoa"
1964
+ msgstr "Samoa"
1965
+
1966
+ #: ../lib/tribe-view-helpers.class.php:221
1967
+ msgid "San Marino"
1968
+ msgstr "San Marino"
1969
+
1970
+ #: ../lib/tribe-view-helpers.class.php:222
1971
+ msgid "Sao Tome And Principe"
1972
+ msgstr "São Tomé i Príncipe"
1973
+
1974
+ #: ../lib/tribe-view-helpers.class.php:223
1975
+ msgid "Saudi Arabia"
1976
+ msgstr "Aràbia Saüdita"
1977
+
1978
+ #: ../lib/tribe-view-helpers.class.php:224
1979
+ msgid "Senegal"
1980
+ msgstr "Senegal"
1981
+
1982
+ #: ../lib/tribe-view-helpers.class.php:225
1983
+ msgid "Serbia"
1984
+ msgstr "Sèrbia"
1985
+
1986
+ #: ../lib/tribe-view-helpers.class.php:226
1987
+ msgid "Seychelles"
1988
+ msgstr "Seychelles"
1989
+
1990
+ #: ../lib/tribe-view-helpers.class.php:227
1991
+ msgid "Sierra Leone"
1992
+ msgstr "Sierra Leone"
1993
+
1994
+ #: ../lib/tribe-view-helpers.class.php:228
1995
+ msgid "Singapore"
1996
+ msgstr "Singapur"
1997
+
1998
+ #: ../lib/tribe-view-helpers.class.php:229
1999
+ msgid "Slovakia (Slovak Republic)"
2000
+ msgstr "Eslovàquia"
2001
+
2002
+ #: ../lib/tribe-view-helpers.class.php:230
2003
+ msgid "Slovenia"
2004
+ msgstr "Eslovènia"
2005
+
2006
+ #: ../lib/tribe-view-helpers.class.php:231
2007
+ msgid "Solomon Islands"
2008
+ msgstr "Illes Salomó"
2009
+
2010
+ #: ../lib/tribe-view-helpers.class.php:232
2011
+ msgid "Somalia"
2012
+ msgstr "Somàlia"
2013
+
2014
+ #: ../lib/tribe-view-helpers.class.php:233
2015
+ msgid "South Africa"
2016
+ msgstr "República de Sud-àfrica"
2017
+
2018
+ #: ../lib/tribe-view-helpers.class.php:234
2019
+ msgid "South Georgia, South Sandwich Islands"
2020
+ msgstr "Illes Geòrgia del Sud i Sandwich del Sud"
2021
+
2022
+ #: ../lib/tribe-view-helpers.class.php:235
2023
+ msgid "Spain"
2024
+ msgstr "Espanya"
2025
+
2026
+ #: ../lib/tribe-view-helpers.class.php:236
2027
+ msgid "Sri Lanka"
2028
+ msgstr "Sri Lanka"
2029
+
2030
+ #: ../lib/tribe-view-helpers.class.php:237
2031
+ msgid "St. Helena"
2032
+ msgstr "Santa Helena"
2033
+
2034
+ #: ../lib/tribe-view-helpers.class.php:238
2035
+ msgid "St. Pierre And Miquelon"
2036
+ msgstr "Saint Pierre i Miquelon"
2037
+
2038
+ #: ../lib/tribe-view-helpers.class.php:239
2039
+ msgid "Sudan"
2040
+ msgstr "Sudan"
2041
+
2042
+ #: ../lib/tribe-view-helpers.class.php:240
2043
+ msgid "Suriname"
2044
+ msgstr "Surinam"
2045
+
2046
+ #: ../lib/tribe-view-helpers.class.php:241
2047
+ msgid "Svalbard And Jan Mayen Islands"
2048
+ msgstr "Svalbard i Jan Mayen"
2049
+
2050
+ #: ../lib/tribe-view-helpers.class.php:242
2051
+ msgid "Swaziland"
2052
+ msgstr "Suazilàndia"
2053
+
2054
+ #: ../lib/tribe-view-helpers.class.php:243
2055
+ msgid "Sweden"
2056
+ msgstr "Suècia"
2057
+
2058
+ #: ../lib/tribe-view-helpers.class.php:244
2059
+ msgid "Switzerland"
2060
+ msgstr "Suïssa"
2061
+
2062
+ #: ../lib/tribe-view-helpers.class.php:245
2063
+ msgid "Syrian Arab Republic"
2064
+ msgstr "Síria"
2065
+
2066
+ #: ../lib/tribe-view-helpers.class.php:246
2067
+ msgid "Taiwan"
2068
+ msgstr "Taiwan"
2069
+
2070
+ #: ../lib/tribe-view-helpers.class.php:247
2071
+ msgid "Tajikistan"
2072
+ msgstr "Tatgiquistan"
2073
+
2074
+ #: ../lib/tribe-view-helpers.class.php:248
2075
+ msgid "Tanzania, United Republic Of"
2076
+ msgstr "Tanzània"
2077
+
2078
+ #: ../lib/tribe-view-helpers.class.php:249
2079
+ msgid "Thailand"
2080
+ msgstr "Tailàndia"
2081
+
2082
+ #: ../lib/tribe-view-helpers.class.php:250
2083
+ msgid "Togo"
2084
+ msgstr "Togo"
2085
+
2086
+ #: ../lib/tribe-view-helpers.class.php:251
2087
+ msgid "Tokelau"
2088
+ msgstr "Tokelau"
2089
+
2090
+ #: ../lib/tribe-view-helpers.class.php:252
2091
+ msgid "Tonga"
2092
+ msgstr "Tonga"
2093
+
2094
+ #: ../lib/tribe-view-helpers.class.php:253
2095
+ msgid "Trinidad And Tobago"
2096
+ msgstr "Trinitat i Tobago"
2097
+
2098
+ #: ../lib/tribe-view-helpers.class.php:254
2099
+ msgid "Tunisia"
2100
+ msgstr "Tunisia"
2101
+
2102
+ #: ../lib/tribe-view-helpers.class.php:255
2103
+ msgid "Turkey"
2104
+ msgstr "Turquia"
2105
+
2106
+ #: ../lib/tribe-view-helpers.class.php:256
2107
+ msgid "Turkmenistan"
2108
+ msgstr "Turcmenistan"
2109
+
2110
+ #: ../lib/tribe-view-helpers.class.php:257
2111
+ msgid "Turks And Caicos Islands"
2112
+ msgstr "Illes de Turks i Caicos"
2113
+
2114
+ #: ../lib/tribe-view-helpers.class.php:258
2115
+ msgid "Tuvalu"
2116
+ msgstr "Tuvalu"
2117
+
2118
+ #: ../lib/tribe-view-helpers.class.php:259
2119
+ msgid "Uganda"
2120
+ msgstr "Uganda"
2121
+
2122
+ #: ../lib/tribe-view-helpers.class.php:260
2123
+ msgid "Ukraine"
2124
+ msgstr "Ucraïna"
2125
+
2126
+ #: ../lib/tribe-view-helpers.class.php:261
2127
+ msgid "United Arab Emirates"
2128
+ msgstr "Emirats Àrabs Units"
2129
+
2130
+ #: ../lib/tribe-view-helpers.class.php:262
2131
+ msgid "United Kingdom"
2132
+ msgstr "Regne Unit"
2133
+
2134
+ #: ../lib/tribe-view-helpers.class.php:263
2135
+ msgid "United States Minor Outlying Islands"
2136
+ msgstr "Illes Perifèriques Menors dels EUA"
2137
+
2138
+ #: ../lib/tribe-view-helpers.class.php:264
2139
+ msgid "Uruguay"
2140
+ msgstr "Uruguai"
2141
+
2142
+ #: ../lib/tribe-view-helpers.class.php:265
2143
+ msgid "Uzbekistan"
2144
+ msgstr "Usbequistan"
2145
+
2146
+ #: ../lib/tribe-view-helpers.class.php:266
2147
+ msgid "Vanuatu"
2148
+ msgstr "Vanuatu"
2149
+
2150
+ #: ../lib/tribe-view-helpers.class.php:267
2151
+ msgid "Venezuela"
2152
+ msgstr "Veneçuela"
2153
+
2154
+ #: ../lib/tribe-view-helpers.class.php:268
2155
+ msgid "Viet Nam"
2156
+ msgstr "Vietnam"
2157
+
2158
+ #: ../lib/tribe-view-helpers.class.php:269
2159
+ msgid "Virgin Islands (British)"
2160
+ msgstr "Illes Verges Britàniques"
2161
+
2162
+ #: ../lib/tribe-view-helpers.class.php:270
2163
+ msgid "Virgin Islands (U.S.)"
2164
+ msgstr "Illes Verges Americanes"
2165
+
2166
+ #: ../lib/tribe-view-helpers.class.php:271
2167
+ msgid "Wallis And Futuna Islands"
2168
+ msgstr "Wallis i Futuna"
2169
+
2170
+ #: ../lib/tribe-view-helpers.class.php:272
2171
+ msgid "Western Sahara"
2172
+ msgstr "Sàhara Occidental"
2173
+
2174
+ #: ../lib/tribe-view-helpers.class.php:273
2175
+ msgid "Yemen"
2176
+ msgstr "Iemen"
2177
+
2178
+ #: ../lib/tribe-view-helpers.class.php:274
2179
+ msgid "Zambia"
2180
+ msgstr "Zàmbia"
2181
+
2182
+ #: ../lib/tribe-view-helpers.class.php:275
2183
+ msgid "Zimbabwe"
2184
+ msgstr "Zimbàbue"
2185
+
2186
+ #: ../lib/tribe-view-helpers.class.php:295
2187
+ msgid "Alabama"
2188
+ msgstr "Alabama"
2189
+
2190
+ #: ../lib/tribe-view-helpers.class.php:296
2191
+ msgid "Alaska"
2192
+ msgstr "Alaska"
2193
+
2194
+ #: ../lib/tribe-view-helpers.class.php:297
2195
+ msgid "Arizona"
2196
+ msgstr "Arizona"
2197
+
2198
+ #: ../lib/tribe-view-helpers.class.php:298
2199
+ msgid "Arkansas"
2200
+ msgstr "Arkansas"
2201
+
2202
+ #: ../lib/tribe-view-helpers.class.php:299
2203
+ msgid "California"
2204
+ msgstr "Califòrnia"
2205
+
2206
+ #: ../lib/tribe-view-helpers.class.php:300
2207
+ msgid "Colorado"
2208
+ msgstr "Colorado"
2209
+
2210
+ #: ../lib/tribe-view-helpers.class.php:301
2211
+ msgid "Connecticut"
2212
+ msgstr "Connecticut"
2213
+
2214
+ #: ../lib/tribe-view-helpers.class.php:302
2215
+ msgid "Delaware"
2216
+ msgstr "Delaware"
2217
+
2218
+ #: ../lib/tribe-view-helpers.class.php:303
2219
+ msgid "District of Columbia"
2220
+ msgstr "Districte de Colúmbia"
2221
+
2222
+ #: ../lib/tribe-view-helpers.class.php:304
2223
+ msgid "Florida"
2224
+ msgstr "Florida"
2225
+
2226
+ #: ../lib/tribe-view-helpers.class.php:306
2227
+ msgid "Hawaii"
2228
+ msgstr "Hawaii"
2229
+
2230
+ #: ../lib/tribe-view-helpers.class.php:307
2231
+ msgid "Idaho"
2232
+ msgstr "Idaho"
2233
+
2234
+ #: ../lib/tribe-view-helpers.class.php:308
2235
+ msgid "Illinois"
2236
+ msgstr "Illinois"
2237
+
2238
+ #: ../lib/tribe-view-helpers.class.php:309
2239
+ msgid "Indiana"
2240
+ msgstr "Indiana"
2241
+
2242
+ #: ../lib/tribe-view-helpers.class.php:310
2243
+ msgid "Iowa"
2244
+ msgstr "Iowa"
2245
+
2246
+ #: ../lib/tribe-view-helpers.class.php:311
2247
+ msgid "Kansas"
2248
+ msgstr "Kansas"
2249
+
2250
+ #: ../lib/tribe-view-helpers.class.php:312
2251
+ msgid "Kentucky"
2252
+ msgstr "Kentucky"
2253
+
2254
+ #: ../lib/tribe-view-helpers.class.php:313
2255
+ msgid "Louisiana"
2256
+ msgstr "Louisiana"
2257
+
2258
+ #: ../lib/tribe-view-helpers.class.php:314
2259
+ msgid "Maine"
2260
+ msgstr "Maine"
2261
+
2262
+ #: ../lib/tribe-view-helpers.class.php:315
2263
+ msgid "Maryland"
2264
+ msgstr "Maryland"
2265
+
2266
+ #: ../lib/tribe-view-helpers.class.php:316
2267
+ msgid "Massachusetts"
2268
+ msgstr "Massachusetts"
2269
+
2270
+ #: ../lib/tribe-view-helpers.class.php:317
2271
+ msgid "Michigan"
2272
+ msgstr "Michigan"
2273
+
2274
+ #: ../lib/tribe-view-helpers.class.php:318
2275
+ msgid "Minnesota"
2276
+ msgstr "Minnesota"
2277
+
2278
+ #: ../lib/tribe-view-helpers.class.php:319
2279
+ msgid "Mississippi"
2280
+ msgstr "Mississippi"
2281
+
2282
+ #: ../lib/tribe-view-helpers.class.php:320
2283
+ msgid "Missouri"
2284
+ msgstr "Missouri"
2285
+
2286
+ #: ../lib/tribe-view-helpers.class.php:321
2287
+ msgid "Montana"
2288
+ msgstr "Montana"
2289
+
2290
+ #: ../lib/tribe-view-helpers.class.php:322
2291
+ msgid "Nebraska"
2292
+ msgstr "Nebraska"
2293
+
2294
+ #: ../lib/tribe-view-helpers.class.php:323
2295
+ msgid "Nevada"
2296
+ msgstr "Nevada"
2297
+
2298
+ #: ../lib/tribe-view-helpers.class.php:324
2299
+ msgid "New Hampshire"
2300
+ msgstr "Nou Hampshire"
2301
+
2302
+ #: ../lib/tribe-view-helpers.class.php:325
2303
+ msgid "New Jersey"
2304
+ msgstr "Nova Jersey"
2305
+
2306
+ #: ../lib/tribe-view-helpers.class.php:326
2307
+ msgid "New Mexico"
2308
+ msgstr "Nou Mèxic"
2309
+
2310
+ #: ../lib/tribe-view-helpers.class.php:327
2311
+ msgid "New York"
2312
+ msgstr "Nova York"
2313
+
2314
+ #: ../lib/tribe-view-helpers.class.php:328
2315
+ msgid "North Carolina"
2316
+ msgstr "Carolina del Nord"
2317
+
2318
+ #: ../lib/tribe-view-helpers.class.php:329
2319
+ msgid "North Dakota"
2320
+ msgstr "Dakota del Nord"
2321
+
2322
+ #: ../lib/tribe-view-helpers.class.php:330
2323
+ msgid "Ohio"
2324
+ msgstr "Ohio"
2325
+
2326
+ #: ../lib/tribe-view-helpers.class.php:331
2327
+ msgid "Oklahoma"
2328
+ msgstr "Oklahoma"
2329
+
2330
+ #: ../lib/tribe-view-helpers.class.php:332
2331
+ msgid "Oregon"
2332
+ msgstr "Oregon"
2333
+
2334
+ #: ../lib/tribe-view-helpers.class.php:333
2335
+ msgid "Pennsylvania"
2336
+ msgstr "Pennsilvània"
2337
+
2338
+ #: ../lib/tribe-view-helpers.class.php:334
2339
+ msgid "Rhode Island"
2340
+ msgstr "Rhode Island"
2341
+
2342
+ #: ../lib/tribe-view-helpers.class.php:335
2343
+ msgid "South Carolina"
2344
+ msgstr "Carolina del Sud"
2345
+
2346
+ #: ../lib/tribe-view-helpers.class.php:336
2347
+ msgid "South Dakota"
2348
+ msgstr "Dakota del Sud"
2349
+
2350
+ #: ../lib/tribe-view-helpers.class.php:337
2351
+ msgid "Tennessee"
2352
+ msgstr "Tennessee"
2353
+
2354
+ #: ../lib/tribe-view-helpers.class.php:338
2355
+ msgid "Texas"
2356
+ msgstr "Texas"
2357
+
2358
+ #: ../lib/tribe-view-helpers.class.php:339
2359
+ msgid "Utah"
2360
+ msgstr "Utah"
2361
+
2362
+ #: ../lib/tribe-view-helpers.class.php:340
2363
+ msgid "Vermont"
2364
+ msgstr "Vermont"
2365
+
2366
+ #: ../lib/tribe-view-helpers.class.php:341
2367
+ msgid "Virginia"
2368
+ msgstr "Virgínia"
2369
+
2370
+ #: ../lib/tribe-view-helpers.class.php:342
2371
+ msgid "Washington"
2372
+ msgstr "Washington"
2373
+
2374
+ #: ../lib/tribe-view-helpers.class.php:343
2375
+ msgid "West Virginia"
2376
+ msgstr "Virgínia de l'Oest"
2377
+
2378
+ #: ../lib/tribe-view-helpers.class.php:344
2379
+ msgid "Wisconsin"
2380
+ msgstr "Wisconsin"
2381
+
2382
+ #: ../lib/tribe-view-helpers.class.php:345
2383
+ msgid "Wyoming"
2384
+ msgstr "Wyoming"
2385
+
2386
+ #: ../lib/widget-list.class.php:16
2387
+ msgid "A widget that displays the next upcoming x events."
2388
+ msgstr "Un widget que mostra els propers x esdeveniments."
2389
+
2390
+ #: ../lib/widget-list.class.php:70
2391
+ msgid "View All Events"
2392
+ msgstr "Mostra tots els esdeveniments"
2393
+
2394
+ #: ../lib/widget-list.class.php:73
2395
+ msgid "There are no upcoming events at this time."
2396
+ msgstr "No hi ha propers esdeveniments per mostrar."
2397
+
2398
+ #: ../public/template-tags/general.php:120
2399
+ msgid "Category:"
2400
+ msgstr "Categoria:"
2401
+
2402
+ #: ../public/template-tags/general.php:137
2403
+ msgid "Tags:"
2404
+ msgstr "Etiquetes:"
2405
+
2406
+ #: ../public/template-tags/general.php:255
2407
+ msgid "Free"
2408
+ msgstr "De franc"
2409
+
2410
+ #: ../public/template-tags/loop.php:130
2411
+ msgid "Calendar of Events"
2412
+ msgstr "Calendari o esdeveniments"
2413
+
2414
+ #: ../vendor/wp-router/WP_Route.class.php:250
2415
+ msgid "You are not authorized to access this page"
2416
+ msgstr "No esteu autoritzat per accedir a aquesta pàgina"
2417
+
2418
+ #: ../vendor/wp-router/WP_Route.class.php:251
2419
+ msgid "Access Denied"
2420
+ msgstr "Accès denegat"
2421
+
2422
+ #: ../vendor/wp-router/WP_Router_Page.class.php:78
2423
+ msgid "WP Router Placeholder Page"
2424
+ msgstr "WP Router Placeholder Page"
2425
+
2426
+ #: ../vendor/wp-router/WP_Router_Utility.class.php:71
2427
+ #, php-format
2428
+ msgid "%1$s requires WordPress %2$s or higher and PHP %3$s or higher."
2429
+ msgstr "%1$s necessita WordPress %2$s o superior i PHP %3$s o superior."
2430
+
2431
+ #: ../views/ecp-single-template.php:24
2432
+ msgid "Edit"
2433
+ msgstr "Edició"
2434
+
2435
+ #: ../views/events-list-load-widget-display.php:52
2436
+ msgid "All Day"
2437
+ msgstr "Tot el dia"
2438
+
2439
+ #: ../views/gridview.php:36
2440
+ #: ../views/list.php:18
2441
+ msgid "Event List"
2442
+ msgstr "Llista d'esdeveniments"
2443
+
2444
+ #: ../views/gridview.php:37
2445
+ #: ../views/list.php:19
2446
+ msgid "Calendar"
2447
+ msgstr "Calendari"
2448
+
2449
+ #: ../views/gridview.php:42
2450
+ #: ../views/list.php:165
2451
+ #: ../views/single.php:103
2452
+ msgid "iCal Import"
2453
+ msgstr "Importació d'iCal"
2454
+
2455
+ #: ../views/gridview.php:45
2456
+ #, php-format
2457
+ msgid "Calendar powered by %sThe Events Calendar%s"
2458
+ msgstr "Calendari basat en %sThe Events Calendar%s"
2459
+
2460
+ #: ../views/list.php:50
2461
+ #: ../views/single.php:22
2462
+ msgid "Start:"
2463
+ msgstr "Inici:"
2464
+
2465
+ #: ../views/list.php:54
2466
+ #: ../views/single.php:24
2467
+ msgid "End:"
2468
+ msgstr "Final:"
2469
+
2470
+ #: ../views/list.php:59
2471
+ #: ../views/single.php:27
2472
+ msgid "Date:"
2473
+ msgstr "Data:"
2474
+
2475
+ #: ../views/list.php:69
2476
+ #: ../views/single.php:61
2477
+ msgid "Venue:"
2478
+ msgstr "Recinte:"
2479
+
2480
+ #: ../views/list.php:92
2481
+ #: ../views/single.php:78
2482
+ msgid "Google Map"
2483
+ msgstr "Google Map"
2484
+
2485
+ #: ../views/list.php:116
2486
+ #, php-format
2487
+ msgid " listed under %s. Check out past events for this category or view the full calendar."
2488
+ msgstr "llistat a %s. Comproveu esdeveniments anteriors en aquesta categoria o veieu el calendari complet."
2489
+
2490
+ #: ../views/list.php:118
2491
+ #, php-format
2492
+ msgid " listed under %s. Check out upcoming events for this category or view the full calendar."
2493
+ msgstr "llistat a %s. Comproveu propers esdeveniments en aquesta categoria o veieu el calendari complet."
2494
+
2495
+ #: ../views/list.php:123
2496
+ #, php-format
2497
+ msgid "No events scheduled for <strong>%s</strong>. Please try another day."
2498
+ msgstr "No hi ha esdeveniments programats per <strong>%s</strong>. Proveu un altra data."
2499
+
2500
+ #: ../views/list.php:127
2501
+ msgid "No upcoming events"
2502
+ msgstr "No hi ha propers esdeveniments"
2503
+
2504
+ #: ../views/list.php:131
2505
+ msgid "No previous events"
2506
+ msgstr "No hi ha esdeveniments anteriors"
2507
+
2508
+ #: ../views/list.php:144
2509
+ #: ../views/list.php:146
2510
+ #: ../views/list.php:148
2511
+ msgid "&laquo; Previous Events"
2512
+ msgstr "&laquo; Esdeveniments anteriors"
2513
+
2514
+ #: ../views/list.php:155
2515
+ #: ../views/list.php:157
2516
+ #: ../views/list.php:159
2517
+ msgid "Next Events &raquo;"
2518
+ msgstr "Propers esdeveniments &raquo;"
2519
+
2520
+ #: ../views/single.php:12
2521
+ msgid "&laquo; Back to Events"
2522
+ msgstr "&laquo; Torna a esdeveniments"
2523
+
2524
+ #: ../views/single.php:16
2525
+ msgid "This event has passed."
2526
+ msgstr "Aquest esdeveniment ja s'ha celebrat."
2527
+
2528
+ #: ../views/single.php:19
2529
+ msgid "Event:"
2530
+ msgstr "Esdeveniment:"
2531
+
2532
+ #: ../views/single.php:36
2533
+ #: ../views/single.php:39
2534
+ msgid "Organizer:"
2535
+ msgstr "Organitzador:"
2536
+
2537
+ #: ../views/single.php:50
2538
+ msgid "Updated:"
2539
+ msgstr "Actualitzat:"
2540
+
2541
+ #: ../views/single.php:53
2542
+ msgid "Schedule:"
2543
+ msgstr "Programació:"
2544
+
2545
+ #: ../views/single.php:78
2546
+ msgid "Click to view a Google Map"
2547
+ msgstr "Clickeu per veure Google Map"
2548
+
2549
+ #: ../views/single.php:106
2550
+ msgid "Add to Google Calendar"
2551
+ msgstr "Afegeix a Google Calendar"
2552
+
2553
+ #: ../views/single.php:106
2554
+ msgid "+ Google Calendar"
2555
+ msgstr "+ Google Calendar"
2556
+
2557
+ #: ../views/table-mini.php:117
2558
+ msgid "View all &raquo;"
2559
+ msgstr "Mostra tots &raquo;"
2560
+
lang/tribe-events-calendar-cs_CZ.mo ADDED
Binary file
lang/tribe-events-calendar-cs_CZ.po ADDED
@@ -0,0 +1,2599 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # POT for The Events Calendar 2.0 by Modern Tribe, Inc..
2
+ # Copyright (C) 2011 Shane & Peter, 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 2.0\n"
7
+ "Report-Msgid-Bugs-To: \n"
8
+ "POT-Creation-Date: 2012-06-09 17:28+0100\n"
9
+ "PO-Revision-Date: 2012-06-10 02:31+0100\n"
10
+ "Last-Translator: Petr Baštán <pbastan@lop.cz>\n"
11
+ "Language-Team: \n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: \n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
20
+ "X-Poedit-Language: Czech\n"
21
+ "X-Poedit-Country: CZECH REPUBLIC\n"
22
+ "X-Poedit-SearchPath-0: ..\n"
23
+
24
+ #: ../admin-views/app-shop.php:4
25
+ msgid "Tribe App Shop"
26
+ msgstr "Tribe App Shop"
27
+
28
+ #: ../admin-views/app-shop.php:56
29
+ msgid "Version"
30
+ msgstr "Verze"
31
+
32
+ #: ../admin-views/app-shop.php:59
33
+ msgid "Last Update"
34
+ msgstr "Poslední aktualizace"
35
+
36
+ #: ../admin-views/event-sidebar-options.php:11
37
+ msgid "Hide From Upcoming Events List"
38
+ msgstr "Skrýt v seznamu nadcházejících akcí"
39
+
40
+ #: ../admin-views/events-audit-trail.php:41
41
+ msgid "Auditing Information"
42
+ msgstr "Informace o auditu"
43
+
44
+ #: ../admin-views/events-audit-trail.php:44
45
+ msgid "Created by:"
46
+ msgstr "Vytvořil:"
47
+
48
+ #: ../admin-views/events-audit-trail.php:48
49
+ msgid "Audit Trail:"
50
+ msgstr "Auditní stopa:"
51
+
52
+ #: ../admin-views/events-meta-box.php:26
53
+ msgid "Event Time &amp; Date"
54
+ msgstr "Datum a čas akce"
55
+
56
+ #: ../admin-views/events-meta-box.php:29
57
+ msgid "You have changed the recurrence rules of this event. Saving the event will update all future events. If you did not mean to change all events, then please refresh the page."
58
+ msgstr "Změnili jste pravidla pro opakování této akce. Uložením této akce zaktualizujete i všechny budoucí akce. Pokud jste nechtěli měnit všechny akce, pak prosím obnovte tuto stránku."
59
+
60
+ #: ../admin-views/events-meta-box.php:32
61
+ msgid "All day event?"
62
+ msgstr "Celodenní akce?"
63
+
64
+ #: ../admin-views/events-meta-box.php:36
65
+ msgid "Start Date / Time:"
66
+ msgstr "Datum / čas zahájení:"
67
+
68
+ #: ../admin-views/events-meta-box.php:39
69
+ #: ../admin-views/events-meta-box.php:60
70
+ msgid "YYYY-MM-DD"
71
+ msgstr "RRRR-MM-DD"
72
+
73
+ #: ../admin-views/events-meta-box.php:41
74
+ #: ../admin-views/events-meta-box.php:62
75
+ msgid "@"
76
+ msgstr "v"
77
+
78
+ #: ../admin-views/events-meta-box.php:57
79
+ msgid "End Date / Time:"
80
+ msgstr "Datum / čas ukončení:"
81
+
82
+ #: ../admin-views/events-meta-box.php:79
83
+ msgid "Event Location Details"
84
+ msgstr "Údaje o místě konání akce"
85
+
86
+ #: ../admin-views/events-meta-box.php:85
87
+ msgid "Show Google Maps Link:"
88
+ msgstr "Zobrazit odkaz na Mapy Google:"
89
+
90
+ #: ../admin-views/events-meta-box.php:92
91
+ msgid "Show Google Map:"
92
+ msgstr "Zobrazit Google mapu:"
93
+
94
+ #: ../admin-views/events-meta-box.php:101
95
+ msgid "Event Organizer Details"
96
+ msgstr "Údaje o pořadateli akce"
97
+
98
+ #: ../admin-views/events-meta-box.php:110
99
+ msgid "Event Cost"
100
+ msgstr "Vstupné na akci"
101
+
102
+ #: ../admin-views/events-meta-box.php:113
103
+ msgid "Cost:"
104
+ msgstr "Cena:"
105
+
106
+ #: ../admin-views/events-meta-box.php:118
107
+ msgid "Leave blank to hide the field. Enter a 0 for events that are free."
108
+ msgstr "Pokud nic nezadáte, pole bude skryto. Zadejte hodnotu 0 pro akce, které jsou zdarma."
109
+
110
+ #: ../admin-views/organizer-meta-box.php:11
111
+ msgid "Organizer Name:"
112
+ msgstr "Jméno pořadatele:"
113
+
114
+ #: ../admin-views/organizer-meta-box.php:17
115
+ #: ../admin-views/venue-meta-box.php:77
116
+ msgid "Phone:"
117
+ msgstr "Telefon:"
118
+
119
+ #: ../admin-views/organizer-meta-box.php:21
120
+ msgid "Website:"
121
+ msgstr "Webová stránka:"
122
+
123
+ #: ../admin-views/organizer-meta-box.php:25
124
+ msgid "Email:"
125
+ msgstr "Email:"
126
+
127
+ #: ../admin-views/recurrence-dialog.php:11
128
+ msgid "Which events do you wish to update?"
129
+ msgstr "Které akce si přejete aktualizovat?"
130
+
131
+ #: ../admin-views/recurrence-dialog.php:14
132
+ msgid "Select your desired action"
133
+ msgstr "Vyberte si požadovanou akci"
134
+
135
+ #: ../admin-views/tribe-options-general.php:11
136
+ msgid "Add functionality to The Events Calendar"
137
+ msgstr "Přidání dalších funkcí do pluginu The Events Calendar"
138
+
139
+ #: ../admin-views/tribe-options-general.php:16
140
+ msgid "Looking for additional functionality including recurring events, custom meta, community events, ticket sales and more?"
141
+ msgstr "Hledáte další funkce, včetně opakujících se akcí, vlastní meta data, komunitní akce, prodej vstupenek a další?"
142
+
143
+ #: ../admin-views/tribe-options-general.php:16
144
+ msgid "Check out the available Add-Ons"
145
+ msgstr "Prohlédněte si dostupné doplňky"
146
+
147
+ #: ../admin-views/tribe-options-general.php:21
148
+ msgid "We hope our plugin is helping you out."
149
+ msgstr "Doufáme, že je náš plugin pro vás užitečný."
150
+
151
+ #: ../admin-views/tribe-options-general.php:25
152
+ #: ../admin-views/tribe-options-general.php:30
153
+ msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
154
+ msgstr "Říkáte si: \"Wow, to je ale úžasný plugin! Měl bych poděkovat Modern Tribe za jejich těžkou práci.\" Největším poděkováním, které bychom si mohli přát je uznání. Stačí přidat malý textový odkaz v dolní části vašeho kalendáře odkazující na projekt The Events Calendar."
155
+
156
+ #: ../admin-views/tribe-options-general.php:25
157
+ #: ../admin-views/tribe-options-general.php:30
158
+ msgid "See an example of the link"
159
+ msgstr "Prohlédněte si příklad odkazu"
160
+
161
+ #: ../admin-views/tribe-options-general.php:35
162
+ msgid "Show Events Calendar Link"
163
+ msgstr "Zobrazit odkaz na The Events Calendar"
164
+
165
+ #: ../admin-views/tribe-options-general.php:45
166
+ msgid "Default view for the Events"
167
+ msgstr "Výchozí zobrazení akcí"
168
+
169
+ #: ../admin-views/tribe-options-general.php:46
170
+ msgid "Determines whether the default events view is a calendar or a list."
171
+ msgstr "Určuje, zda se jako výchozí zobrazení akcí použije kalendář nebo seznam."
172
+
173
+ #: ../admin-views/tribe-options-general.php:53
174
+ #: ../admin-views/tribe-options-general.php:59
175
+ msgid "Events URL slug"
176
+ msgstr "Název v URL u akcí"
177
+
178
+ #: ../admin-views/tribe-options-general.php:54
179
+ #, fuzzy
180
+ msgid "You cannot edit the slug for your events page as you do not have pretty permalinks enabled. The current URL for your events page is <a href=\" "
181
+ msgstr "Název v URL pro stránku akcí nelze změnit, protože nemáte zapnuté používání trvalých odkazů. Vaše současná URL adresa pro stránku akcí je <a href=\""
182
+
183
+ #: ../admin-views/tribe-options-general.php:66
184
+ msgid "The slug used for building the events URL."
185
+ msgstr "Název v URL použitý při tvorbě URL adres Akcí."
186
+
187
+ #: ../admin-views/tribe-options-general.php:66
188
+ #, php-format
189
+ msgid "Your current Events URL is %s"
190
+ msgstr "Vaše současná URL adresa pro Akce je %s"
191
+
192
+ #: ../admin-views/tribe-options-general.php:71
193
+ msgid "Here is the iCal feed URL for your events:"
194
+ msgstr "Zde je URL adresa iCal zdroje vašich akcí:"
195
+
196
+ #: ../admin-views/tribe-options-general.php:76
197
+ msgid "Single Event URL slug"
198
+ msgstr "Název v URL u jednotlivé akce"
199
+
200
+ #: ../admin-views/tribe-options-general.php:83
201
+ #, php-format
202
+ msgid "You <strong>cannot</strong> use the same slug as above. The above should ideally be plural, and this singular.<br />Your single Event URL is like: %s"
203
+ msgstr "<strong>Nelze</strong> použít stejný název v URL jako výše uvedený. Ten by měl být v ideálním případě v množném čísle a tento v jednotném.<br />Vaše URL adresa pro jednotlivou Akci vypadá takto: %s"
204
+
205
+ #: ../admin-views/tribe-options-general.php:88
206
+ msgid "Number of events to show per page in the loop"
207
+ msgstr "Počet zobrazených akcí na stránku"
208
+
209
+ #: ../admin-views/tribe-options-general.php:89
210
+ msgid "This is the number of events displayed per page when returning a list of events."
211
+ msgstr "Toto je počet akcí, které se při výpisu seznamu akcí zobrazí na jednu stránku."
212
+
213
+ #: ../admin-views/tribe-options-general.php:96
214
+ msgid "Show Comments"
215
+ msgstr "Zobrazit komentáře"
216
+
217
+ #: ../admin-views/tribe-options-general.php:97
218
+ msgid "Enables commenting on your single event view."
219
+ msgstr "Povolit psaní komentářů na stránkách jednotlivých akcí."
220
+
221
+ #: ../admin-views/tribe-options-general.php:103
222
+ msgid "Multiday Event Cutoff"
223
+ msgstr "Mezní hranice vícedenní akce"
224
+
225
+ #: ../admin-views/tribe-options-general.php:104
226
+ msgid "For multi-day events, hide the last day from grid view if it ends on or before this time."
227
+ msgstr "U vícedenních akcí se při zobrazení tabulky skryje poslední den, pokud akce končí před tímto časem."
228
+
229
+ #: ../admin-views/tribe-options-general.php:112
230
+ msgid "Enable Google Maps"
231
+ msgstr "Povolit Mapy Google"
232
+
233
+ #: ../admin-views/tribe-options-general.php:113
234
+ msgid "If you don't have this turned on, your event listings won't have the backend map preview or frontend embedded map."
235
+ msgstr "Pokud nemáte tuto volbu zapnutou, vaše výpisy akcí nebudou mít v backendu náhledovou mapu a ani vloženou mapu ve frontendu."
236
+
237
+ #: ../admin-views/tribe-options-general.php:120
238
+ msgid "Google Maps Embed Height"
239
+ msgstr "Výška vložených Map Google"
240
+
241
+ #: ../admin-views/tribe-options-general.php:123
242
+ msgid "Enter a number."
243
+ msgstr "Zadejte číslo."
244
+
245
+ #: ../admin-views/tribe-options-general.php:129
246
+ msgid "Google Maps Embed Width"
247
+ msgstr "Šířka vložených Map Google"
248
+
249
+ #: ../admin-views/tribe-options-general.php:131
250
+ msgid "Enter a number or %."
251
+ msgstr "Zadejte číslo nebo %."
252
+
253
+ #: ../admin-views/tribe-options-general.php:138
254
+ msgid "Google Maps Default Zoom Level"
255
+ msgstr "Výchozí měřítko Map Google"
256
+
257
+ #: ../admin-views/tribe-options-general.php:139
258
+ msgid "0 = zoomed-out; 21 = zoomed-in."
259
+ msgstr "0 = oddálený; 21 = přiblížený."
260
+
261
+ #: ../admin-views/tribe-options-general.php:147
262
+ msgid "Debug Mode"
263
+ msgstr "Debug režim"
264
+
265
+ #: ../admin-views/tribe-options-general.php:148
266
+ #, php-format
267
+ msgid "Enable this option to log debug information. By default this will log to your server PHP error log. If you'd like to see the log messages in your browser, then we recommend that you install the %s and look for the \"Tribe\" tab in the debug output."
268
+ msgstr "Zaškrtnutím této volby se budou zapisovat debug informace. Standardně se budou zapisovat do chybového logu PHP na vašem serveru. Pokud si přejete, aby se zprávy protokolu zobrazovaly ve vašem prohlížeči, pak doporučujeme nainstalovat %s a podívat se do záložky \"Tribe\" v debug výstupu."
269
+
270
+ #: ../admin-views/tribe-options-general.php:148
271
+ msgid "Debug Bar Plugin"
272
+ msgstr "Debug Bar Plugin"
273
+
274
+ #: ../admin-views/tribe-options-help.php:11
275
+ #: ../admin-views/tribe-options-help.php:12
276
+ #: ../admin-views/tribe-options-help.php:13
277
+ #: ../admin-views/tribe-options-help.php:14
278
+ #: ../admin-views/tribe-options-help.php:17
279
+ #: ../admin-views/tribe-options-help.php:168
280
+ msgctxt "not available"
281
+ msgid "n/a"
282
+ msgstr "není k dispozici"
283
+
284
+ #: ../admin-views/tribe-options-help.php:15
285
+ msgid "You need to upgrade!"
286
+ msgstr "Je třeba provést aktualizaci!"
287
+
288
+ #: ../admin-views/tribe-options-help.php:15
289
+ msgid "You are up to date!"
290
+ msgstr "Používáte nejnovější verzi!"
291
+
292
+ #: ../admin-views/tribe-options-help.php:41
293
+ msgid "Advanced Post Manager"
294
+ msgstr "Advanced Post Manager"
295
+
296
+ #: ../admin-views/tribe-options-help.php:45
297
+ msgid "Event Importer"
298
+ msgstr "Event Importer"
299
+
300
+ #: ../admin-views/tribe-options-help.php:49
301
+ msgid "Facebook Sync Events"
302
+ msgstr "Facebook Sync Events"
303
+
304
+ #: ../admin-views/tribe-options-help.php:56
305
+ msgid "The Events Calendar Pro"
306
+ msgstr "The Events Calendar Pro"
307
+
308
+ #: ../admin-views/tribe-options-help.php:60
309
+ msgid "Eventbrite Tickets"
310
+ msgstr "Eventbrite Tickets"
311
+
312
+ #: ../admin-views/tribe-options-help.php:65
313
+ msgid "Community Events"
314
+ msgstr "Community Events"
315
+
316
+ #: ../admin-views/tribe-options-help.php:70
317
+ msgid "WooTickets"
318
+ msgstr "WooTickets"
319
+
320
+ #: ../admin-views/tribe-options-help.php:72
321
+ #: ../admin-views/tribe-options-help.php:77
322
+ msgid "(coming later in 2012)"
323
+ msgstr "(bude později v roce 2012)"
324
+
325
+ #: ../admin-views/tribe-options-help.php:75
326
+ msgid "Conference Manager"
327
+ msgstr "Conference Manager"
328
+
329
+ #: ../admin-views/tribe-options-help.php:84
330
+ msgid "Documentation"
331
+ msgstr "Manuál"
332
+
333
+ #: ../admin-views/tribe-options-help.php:88
334
+ msgid "FAQ"
335
+ msgstr "FAQ"
336
+
337
+ #: ../admin-views/tribe-options-help.php:92
338
+ msgid "Help"
339
+ msgstr "Nápověda"
340
+
341
+ #: ../admin-views/tribe-options-help.php:96
342
+ msgid "Tutorials"
343
+ msgstr "Návody"
344
+
345
+ #: ../admin-views/tribe-options-help.php:100
346
+ msgid "Release Notes"
347
+ msgstr "Poznámky k vydání"
348
+
349
+ #: ../admin-views/tribe-options-help.php:106
350
+ #, php-format
351
+ msgid "If this is your first time using The Events Calendar, you're in for a treat. The more adventurous users can jump right into it by finding the \"Events\" section in the admin menu to the left of this message and getting down to it. For those who like to dip their toes before diving in full-on, we've got you covered too. First things first: visit our %s, designed with folks exactly like yourself in mind and meant to familiarize you with the plugin's basics. From there, the Resources listed below (meant to help you kick ass, of course) should keep up the momentum."
352
+ msgstr "Pokud teprve začínáte s pluginem The Events Calendar, čeká vás příjemné překvapeni. Dobrodružnější povahy se mohou rovnou vrhnout na věc a přejít do nabídky \"Akce\" v administraci po levé straně. Mysleli jsme i na ty z vás, kteří si to chtěji nejdříve tak trochu ošahat. Ale všechno pěkně popořádku: pročtěte si naší %s, která je vytvořena přávě pro vás a s úmyslem seznámit vás se základy pluginu. Po zvládnutí tohoto základu by vás informační zdroje uvedené níže měly udržet v tempu."
353
+
354
+ #: ../admin-views/tribe-options-help.php:106
355
+ msgid "new user primer"
356
+ msgstr "příručku nového uživatele"
357
+
358
+ #: ../admin-views/tribe-options-help.php:109
359
+ #, php-format
360
+ msgid "We love all our users and want to help free & PRO customers alike. If you're running the latest version of The Events Calendar and are having problems, post a thread the %s at WordPress.org. We hit the forum a few times a week and do what we can to assist users."
361
+ msgstr "Máme rádi všechny naše uživatele a chceme pomoci jak bezplatným tak i PRO zákazníkům stejně. Pokud používáte aktuální verzi pluginu The Events Calendar a máte nějaké problémy, pošlete příspěvek na %s na webu WordPress.org. Fórum sledujeme několikrát týdně a děláme vše, abychom pomohli uživatelům."
362
+
363
+ #: ../admin-views/tribe-options-help.php:109
364
+ msgid "forum for The Events Calendar"
365
+ msgstr "fórum pro The Events Calendar"
366
+
367
+ #: ../admin-views/tribe-options-help.php:112
368
+ #, php-format
369
+ msgid "%sA few things to keep in mind before posting:%s"
370
+ msgstr "%sPár věcí, které je dobré vědět než nám napíšete:%s"
371
+
372
+ #: ../admin-views/tribe-options-help.php:113
373
+ #, php-format
374
+ msgid "%sLook through the recent active threads before posting a new one and check that there isn't already a discussion going on your issue.%s"
375
+ msgstr "%sProhlédněte si poslední aktivní vlákna v diskuzi a než založíte nové, zkontrolujte zda se už vašemu problému nějaká diskuze nevěnuje.%s"
376
+
377
+ #: ../admin-views/tribe-options-help.php:114
378
+ #, php-format
379
+ msgid "%sA good way to help us out before posting is to check whether the issue is a conflict with another plugin or your theme. This can be tested relatively easily on a staging site by deactivating other plugins one-by-one, and reverting to the default 2011 theme as needed, to see if conflicts can be easily identified. If so, please note that when posting your thread.%s"
380
+ msgstr "%sDobrým způsobem, jak nám můžete při oznamování chyb pomoci, je kontrola zda daný problém není způsoben konfliktem s jiným pluginem nebo vámi použitou šablonou. To lze relativně jednoduše otestovat na zkušebním webu tim, že postupně deaktivujete ostatní pluginy jeden po druhém a případně se vrátíte zpět k výchozí šabloně 2011. Pokud jste tímto způsobem na nějaký konflikt narazili, dejte nám to při oznamování vědět.%s"
381
+
382
+ #: ../admin-views/tribe-options-help.php:115
383
+ #, php-format
384
+ msgid "%sSometimes, just resaving your permalinks (under Settings -> Permalinks) can resolve events-related problems on your site. It is worth a shot before creating a new thread.%s"
385
+ msgstr "%sNěkdy pro vyřešení problémů ohledně akcí jenom stačí opětovně uložit nastavení vašich trvalých odkazů. Před vytvářením nového tématu v diskuzi to stojí za zkoušku.%s"
386
+
387
+ #: ../admin-views/tribe-options-help.php:116
388
+ #, php-format
389
+ msgid "%sMake sure you're running The Events Calendar, rather than Events Calendar. They're two separate plugins :)%s"
390
+ msgstr "%sUjistěte se, že používáte plugin The Events Calendar a ne plugin Events Calendar. Jsou to dva rozdílné pluginy :)%s"
391
+
392
+ #: ../admin-views/tribe-options-help.php:117
393
+ #, php-format
394
+ msgid "%sWhile our team is happy to help with bugs and provide light integration tips for users of The Events Calendar, we're not able to provide customization tips or assist in integrating with 3rd party plugins on the WordPress.org forums.%s"
395
+ msgstr "%sPřestože náš tým rád pomůže uživatelům pluginu The Events Calendar ohledně chyb a poskytne drobné rady s integrací, v diskuzních fórech na webu WordPress.org nejsme schopni poskytovat rady pro přizpůsobení nebo pomáhat při integraci pluginů třetích stran.%s"
396
+
397
+ #: ../admin-views/tribe-options-help.php:119
398
+ #, php-format
399
+ msgid "%sShoot us an email to %s or tweet to %s and tell us why. We'll do what we can to make it right.%s"
400
+ msgstr "%sPošlete nám email na %s nebo tweet na %s a řekněte proč. Uděláme vše co je v našich silách, abychom to dali do pořádku.%s"
401
+
402
+ #: ../admin-views/tribe-options-help.php:119
403
+ msgid "pro@tri.be"
404
+ msgstr "pro@tri.be"
405
+
406
+ #: ../admin-views/tribe-options-help.php:119
407
+ msgid "@moderntribeinc"
408
+ msgstr "@moderntribeinc"
409
+
410
+ #: ../admin-views/tribe-options-help.php:120
411
+ msgid "More..."
412
+ msgstr "Více..."
413
+
414
+ #: ../admin-views/tribe-options-help.php:127
415
+ msgid "Hi! Thank you so much for using the labor of our love. We are Modern Tribe and we are here to help you kick ass."
416
+ msgstr "Ahoj! Moc děkujeme za to, že používáte výsledek naší práce z lásky. My jsme Modern Tribe a jsme tu, abychom vám pomohli to pořádně rozjet."
417
+
418
+ #: ../admin-views/tribe-options-help.php:129
419
+ msgid "Getting Started"
420
+ msgstr "Začínáme"
421
+
422
+ #: ../admin-views/tribe-options-help.php:134
423
+ msgid "Resources to Help You Kick Ass"
424
+ msgstr "Zdroje informací na rozjezd"
425
+
426
+ #: ../admin-views/tribe-options-help.php:146
427
+ msgid "Everyone Needs a Buddy"
428
+ msgstr "Každý potřebuje parťáka"
429
+
430
+ #: ../admin-views/tribe-options-help.php:149
431
+ msgid "Still Not Satisfied?"
432
+ msgstr "Ještě nejste spokojeni?"
433
+
434
+ #: ../admin-views/tribe-options-help.php:156
435
+ msgid "The Events Calendar"
436
+ msgstr "The Events Calendar"
437
+
438
+ #: ../admin-views/tribe-options-help.php:160
439
+ msgid "Latest Version:"
440
+ msgstr "Nejnovější verze:"
441
+
442
+ #: ../admin-views/tribe-options-help.php:161
443
+ msgid "Author:"
444
+ msgstr "Autor:"
445
+
446
+ #: ../admin-views/tribe-options-help.php:161
447
+ msgid "Modern Tribe Inc"
448
+ msgstr "Modern Tribe Inc"
449
+
450
+ #: ../admin-views/tribe-options-help.php:162
451
+ msgid "Requires:"
452
+ msgstr "Vyžaduje:"
453
+
454
+ #: ../admin-views/tribe-options-help.php:162
455
+ msgid "WordPress "
456
+ msgstr "WordPress"
457
+
458
+ #: ../admin-views/tribe-options-help.php:163
459
+ msgid "Wordpress.org Plugin Page"
460
+ msgstr "Oficiální stránka pluginu v adresáři WordPressu"
461
+
462
+ #: ../admin-views/tribe-options-help.php:166
463
+ msgid "Average Rating"
464
+ msgstr "Průměrné hodnocení"
465
+
466
+ #: ../admin-views/tribe-options-help.php:175
467
+ #, php-format
468
+ msgid "Based on %d rating"
469
+ msgid_plural "Based on %d ratings"
470
+ msgstr[0] "Hodnotil %d uživatel"
471
+ msgstr[1] "Hodnotili %d uživatelé"
472
+ msgstr[2] "Hodnotilo %d uživatelů"
473
+
474
+ #: ../admin-views/tribe-options-help.php:178
475
+ msgid "Rating currently unavailable :("
476
+ msgstr "Hodnocení momentálně není k dispozici :("
477
+
478
+ #: ../admin-views/tribe-options-help.php:184
479
+ msgid "Give us 5 stars!"
480
+ msgstr "Dejte nám 5 hvězdiček"
481
+
482
+ #: ../admin-views/tribe-options-help.php:186
483
+ msgid "Free Add-Ons"
484
+ msgstr "Volné doplňky"
485
+
486
+ #: ../admin-views/tribe-options-help.php:192
487
+ #: ../admin-views/tribe-options-help.php:205
488
+ msgid "(Coming Soon!)"
489
+ msgstr "(Připravujeme)"
490
+
491
+ #: ../admin-views/tribe-options-help.php:199
492
+ msgid "Premium Add-Ons"
493
+ msgstr "Premium doplňky"
494
+
495
+ #: ../admin-views/tribe-options-help.php:212
496
+ msgid "News and Tutorials"
497
+ msgstr "Aktuality a návody"
498
+
499
+ #: ../admin-views/tribe-options-templates.php:4
500
+ msgid "Default Events Template"
501
+ msgstr "Výchozí šablona akcí"
502
+
503
+ #: ../admin-views/tribe-options-templates.php:5
504
+ msgid "Default Page Template"
505
+ msgstr "Výchozí šablona stránky"
506
+
507
+ #: ../admin-views/tribe-options-templates.php:18
508
+ msgid "Template Settings"
509
+ msgstr "Nastavení šablony"
510
+
511
+ #: ../admin-views/tribe-options-templates.php:22
512
+ msgid "Events Template"
513
+ msgstr "Šablona akcí"
514
+
515
+ #: ../admin-views/tribe-options-templates.php:23
516
+ msgid "Choose a page template to control the look and feel of your calendar."
517
+ msgstr "Vyberte šablonu stránky, která ovlivní vzhled a styl vašeho kalendáře."
518
+
519
+ #: ../admin-views/tribe-options-templates.php:31
520
+ msgid "Add HTML before calendar"
521
+ msgstr "Přidat HTML kód před kalendář"
522
+
523
+ #: ../admin-views/tribe-options-templates.php:32
524
+ msgid "Some themes may require that you add extra divs before the calendar list to help with styling.<br>This is displayed directly after the header."
525
+ msgstr "Některé šablony mohou vyžadovat přidání dalších Div tagů před výpis kalendáře jako pomoc při stylování.<br>Toto se zobrazí hned po záhlaví."
526
+
527
+ #: ../admin-views/tribe-options-templates.php:32
528
+ #: ../admin-views/tribe-options-templates.php:39
529
+ msgid "You may use (x)HTML."
530
+ msgstr "Můžete používat (x)HTML značky."
531
+
532
+ #: ../admin-views/tribe-options-templates.php:38
533
+ msgid "Add HTML after calendar"
534
+ msgstr "Přidat HTML kód za kalendář"
535
+
536
+ #: ../admin-views/tribe-options-templates.php:39
537
+ msgid "Some themes may require that you add extra divs after the calendar list to help with styling.<br>This is displayed directly above the footer."
538
+ msgstr "Některé šablony mohou vyžadovat přidání dalších Div tagů za výpis kalendáře jako pomoc při stylování.<br>Toto se zobrazí těsně nad zápatím."
539
+
540
+ #: ../admin-views/venue-meta-box.php:12
541
+ msgid "Venue Name:"
542
+ msgstr "Místo konání:"
543
+
544
+ #: ../admin-views/venue-meta-box.php:19
545
+ msgid "Address:"
546
+ msgstr "Adresa:"
547
+
548
+ #: ../admin-views/venue-meta-box.php:23
549
+ msgid "City:"
550
+ msgstr "Město:"
551
+
552
+ #: ../admin-views/venue-meta-box.php:27
553
+ msgid "Country:"
554
+ msgstr "Země:"
555
+
556
+ #: ../admin-views/venue-meta-box.php:55
557
+ msgid "State or Province:"
558
+ msgstr "Kraj:"
559
+
560
+ #: ../admin-views/venue-meta-box.php:58
561
+ msgid "Select a State:"
562
+ msgstr "Vyberte stát:"
563
+
564
+ #: ../admin-views/venue-meta-box.php:73
565
+ msgid "Postal Code:"
566
+ msgstr "PSČ:"
567
+
568
+ #: ../admin-views/widget-admin-list.php:11
569
+ msgid "Title:"
570
+ msgstr "Název:"
571
+
572
+ #: ../admin-views/widget-admin-list.php:16
573
+ msgid "Show:"
574
+ msgstr "Zobrazit:"
575
+
576
+ #: ../admin-views/widget-admin-list.php:24
577
+ msgid "Show widget only if there are upcoming events:"
578
+ msgstr "Zobrazit widget pouze pokud jsou nadcházející akce:"
579
+
580
+ #: ../admin-views/widget-admin-list.php:30
581
+ msgid "If you wish to customize the widget display yourself, see the file views/events-list-load-widget-display.php inside the Events Premium plugin."
582
+ msgstr "Pokud si chcete přizpůsobit zobrazení widgetu, podívejte se do souboru views/events-list-load-widget-display.php v pluginu Events Premium."
583
+
584
+ #: ../lib/the-events-calendar.class.php:284
585
+ msgid "category"
586
+ msgstr "rubrika"
587
+
588
+ #: ../lib/the-events-calendar.class.php:285
589
+ msgid "tag"
590
+ msgstr "stitek"
591
+
592
+ #: ../lib/the-events-calendar.class.php:286
593
+ msgid "month"
594
+ msgstr "mesic"
595
+
596
+ #: ../lib/the-events-calendar.class.php:287
597
+ msgid "upcoming"
598
+ msgstr "nadchazejici"
599
+
600
+ #: ../lib/the-events-calendar.class.php:288
601
+ msgid "past"
602
+ msgstr "uplynule"
603
+
604
+ #: ../lib/the-events-calendar.class.php:290
605
+ msgid "venue"
606
+ msgstr "misto"
607
+
608
+ #: ../lib/the-events-calendar.class.php:300
609
+ #, php-format
610
+ msgid "Initializing Tribe Events on %s"
611
+ msgstr "Initializing Tribe Events on %s"
612
+
613
+ #: ../lib/the-events-calendar.class.php:380
614
+ #, php-format
615
+ msgid "Your version of %s requires version %s or higher of The Events Calendar (you are currently running %s). Visit %shelp%s for more information."
616
+ msgstr "Vaše verze pluginu %s vyžaduje alespoň The Events Calendar %s (přávě používáte verzi %s). Více informací naleznete v %snápovědě%s."
617
+
618
+ #: ../lib/the-events-calendar.class.php:418
619
+ msgid "General"
620
+ msgstr "Obecné"
621
+
622
+ #: ../lib/the-events-calendar.class.php:419
623
+ msgid "Template"
624
+ msgstr "Šablona"
625
+
626
+ #: ../lib/the-events-calendar.class.php:420
627
+ msgid "Licenses"
628
+ msgstr "Licence"
629
+
630
+ #: ../lib/the-events-calendar.class.php:456
631
+ #, php-format
632
+ msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
633
+ msgstr "Omlouváme se, ale plugin The Events Calendar vyžaduje alespoň WordPress %s. Aktualizujte si prosím svůj WordPress."
634
+
635
+ #: ../lib/the-events-calendar.class.php:459
636
+ #, php-format
637
+ msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
638
+ msgstr "Omlouváme se, ale plugin The Events Calendar vyžaduje alespoň PHP %s. Požádejte svého poskytovatele webhostingu o přechod na novější verzi PHP."
639
+
640
+ #: ../lib/the-events-calendar.class.php:580
641
+ msgid "Upcoming Events"
642
+ msgstr "Nadcházející akce"
643
+
644
+ #: ../lib/the-events-calendar.class.php:582
645
+ msgid "Past Events"
646
+ msgstr "Uplynulé akce"
647
+
648
+ #: ../lib/the-events-calendar.class.php:586
649
+ #: ../lib/the-events-calendar.class.php:592
650
+ #, php-format
651
+ msgid "Events for %s"
652
+ msgstr "Akce na %s"
653
+
654
+ #: ../lib/the-events-calendar.class.php:588
655
+ msgid "Events this month"
656
+ msgstr "Akce na tento měsíc"
657
+
658
+ #: ../lib/the-events-calendar.class.php:598
659
+ #, php-format
660
+ msgid "Events at %s"
661
+ msgstr "Akce konané v %s"
662
+
663
+ #: ../lib/the-events-calendar.class.php:611
664
+ msgid "No description has been entered for this event."
665
+ msgstr "Pro tuto akci nebyl zadán žádný popis."
666
+
667
+ #: ../lib/the-events-calendar.class.php:855
668
+ #: ../lib/the-events-calendar.class.php:2552
669
+ #: ../lib/the-events-calendar.class.php:2612
670
+ msgid "Events"
671
+ msgstr "Akce"
672
+
673
+ #: ../lib/the-events-calendar.class.php:856
674
+ msgid "Event"
675
+ msgstr "Akce"
676
+
677
+ #: ../lib/the-events-calendar.class.php:857
678
+ #: ../lib/the-events-calendar.class.php:870
679
+ #: ../lib/the-events-calendar.class.php:883
680
+ msgid "Add New"
681
+ msgstr "Vytvořit akci"
682
+
683
+ #: ../lib/the-events-calendar.class.php:858
684
+ msgid "Add New Event"
685
+ msgstr "Vytvořit novou akci"
686
+
687
+ #: ../lib/the-events-calendar.class.php:859
688
+ msgid "Edit Event"
689
+ msgstr "Upravit akci"
690
+
691
+ #: ../lib/the-events-calendar.class.php:860
692
+ msgid "New Event"
693
+ msgstr "Vytvořit akci"
694
+
695
+ #: ../lib/the-events-calendar.class.php:861
696
+ msgid "View Event"
697
+ msgstr "Zobrazit akci"
698
+
699
+ #: ../lib/the-events-calendar.class.php:862
700
+ msgid "Search Events"
701
+ msgstr "Hledat akce"
702
+
703
+ #: ../lib/the-events-calendar.class.php:863
704
+ msgid "No events found"
705
+ msgstr "Nebyly nalezeny žádné akce"
706
+
707
+ #: ../lib/the-events-calendar.class.php:864
708
+ msgid "No events found in Trash"
709
+ msgstr "V koši nebyly nalezeny žádné akce"
710
+
711
+ #: ../lib/the-events-calendar.class.php:868
712
+ msgid "Venues"
713
+ msgstr "Místa konání"
714
+
715
+ #: ../lib/the-events-calendar.class.php:869
716
+ msgid "Venue"
717
+ msgstr "Místo konání"
718
+
719
+ #: ../lib/the-events-calendar.class.php:871
720
+ msgid "Add New Venue"
721
+ msgstr "Vytvořit nové místo konání"
722
+
723
+ #: ../lib/the-events-calendar.class.php:872
724
+ msgid "Edit Venue"
725
+ msgstr "Upravit místo konání"
726
+
727
+ #: ../lib/the-events-calendar.class.php:873
728
+ msgid "New Venue"
729
+ msgstr "Vytvořit místo konání"
730
+
731
+ #: ../lib/the-events-calendar.class.php:874
732
+ #: ../lib/the-events-calendar.class.php:887
733
+ msgid "View Venue"
734
+ msgstr "Zobrazit místo konání"
735
+
736
+ #: ../lib/the-events-calendar.class.php:875
737
+ msgid "Search Venues"
738
+ msgstr "Hledat místa konání"
739
+
740
+ #: ../lib/the-events-calendar.class.php:876
741
+ msgid "No venue found"
742
+ msgstr "Nebylo nalezeno žádné místo konání"
743
+
744
+ #: ../lib/the-events-calendar.class.php:877
745
+ msgid "No venues found in Trash"
746
+ msgstr "V koši nebyly nalezeny žádné místa konání"
747
+
748
+ #: ../lib/the-events-calendar.class.php:881
749
+ msgid "Organizers"
750
+ msgstr "Pořadatelé"
751
+
752
+ #: ../lib/the-events-calendar.class.php:882
753
+ msgid "Organizer"
754
+ msgstr "Pořadatel"
755
+
756
+ #: ../lib/the-events-calendar.class.php:884
757
+ msgid "Add New Organizer"
758
+ msgstr "Vytvořit nového pořadatele"
759
+
760
+ #: ../lib/the-events-calendar.class.php:885
761
+ msgid "Edit Organizer"
762
+ msgstr "Upravit pořadatele"
763
+
764
+ #: ../lib/the-events-calendar.class.php:886
765
+ msgid "New Organizer"
766
+ msgstr "Vytvořit pořadatele"
767
+
768
+ #: ../lib/the-events-calendar.class.php:888
769
+ msgid "Search Organizers"
770
+ msgstr "Hledat pořadatele"
771
+
772
+ #: ../lib/the-events-calendar.class.php:889
773
+ msgid "No organizer found"
774
+ msgstr "Nebyl nalezen žádný pořadatel"
775
+
776
+ #: ../lib/the-events-calendar.class.php:890
777
+ msgid "No organizers found in Trash"
778
+ msgstr "V koši nebyli nalezeni žádní pořadatelé"
779
+
780
+ #: ../lib/the-events-calendar.class.php:894
781
+ #: ../lib/tribe-admin-events-list.class.php:172
782
+ msgid "Event Categories"
783
+ msgstr "Rubriky akcí"
784
+
785
+ #: ../lib/the-events-calendar.class.php:895
786
+ msgid "Event Category"
787
+ msgstr "Rubrika akcí"
788
+
789
+ #: ../lib/the-events-calendar.class.php:896
790
+ msgid "Search Event Categories"
791
+ msgstr "Hledat rubriky akcí"
792
+
793
+ #: ../lib/the-events-calendar.class.php:897
794
+ msgid "All Event Categories"
795
+ msgstr "Všechny rubriky akcí"
796
+
797
+ #: ../lib/the-events-calendar.class.php:898
798
+ msgid "Parent Event Category"
799
+ msgstr "Nadřazená rubrika akcí"
800
+
801
+ #: ../lib/the-events-calendar.class.php:899
802
+ msgid "Parent Event Category:"
803
+ msgstr "Nadřazená rubrika akcí:"
804
+
805
+ #: ../lib/the-events-calendar.class.php:900
806
+ msgid "Edit Event Category"
807
+ msgstr "Upravit rubriku akcí"
808
+
809
+ #: ../lib/the-events-calendar.class.php:901
810
+ msgid "Update Event Category"
811
+ msgstr "Aktualizovat rubriku akcí"
812
+
813
+ #: ../lib/the-events-calendar.class.php:902
814
+ msgid "Add New Event Category"
815
+ msgstr "Vytvořit novou rubriku akcí"
816
+
817
+ #: ../lib/the-events-calendar.class.php:903
818
+ msgid "New Event Category Name"
819
+ msgstr "Název nové rubriky akcí"
820
+
821
+ #: ../lib/the-events-calendar.class.php:913
822
+ #, php-format
823
+ msgid "Event updated. <a href=\"%s\">View event</a>"
824
+ msgstr "Akce byla aktualizována. <a href=\"%s\">Zobrazit akci</a>"
825
+
826
+ #: ../lib/the-events-calendar.class.php:914
827
+ #: ../lib/the-events-calendar.class.php:931
828
+ #: ../lib/the-events-calendar.class.php:948
829
+ msgid "Custom field updated."
830
+ msgstr "Uživatelské pole bylo aktualizováno."
831
+
832
+ #: ../lib/the-events-calendar.class.php:915
833
+ #: ../lib/the-events-calendar.class.php:932
834
+ #: ../lib/the-events-calendar.class.php:949
835
+ msgid "Custom field deleted."
836
+ msgstr "Uživatelské pole bylo smazáno."
837
+
838
+ #: ../lib/the-events-calendar.class.php:916
839
+ msgid "Event updated."
840
+ msgstr "Akce byla aktualizována."
841
+
842
+ #: ../lib/the-events-calendar.class.php:918
843
+ #, php-format
844
+ msgid "Event restored to revision from %s"
845
+ msgstr "Byla obnovena verze Akce %s"
846
+
847
+ #: ../lib/the-events-calendar.class.php:919
848
+ #, php-format
849
+ msgid "Event published. <a href=\"%s\">View event</a>"
850
+ msgstr "Akce byla publikována. <a href=\"%s\">Zobrazit akci</a>"
851
+
852
+ #: ../lib/the-events-calendar.class.php:920
853
+ msgid "Event saved."
854
+ msgstr "Akce byla uložena."
855
+
856
+ #: ../lib/the-events-calendar.class.php:921
857
+ #, php-format
858
+ msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
859
+ msgstr "Akce byla odeslána ke schválení. <a target=\"_blank\" href=\"%s\">Zobrazit náhled akce</a>"
860
+
861
+ #: ../lib/the-events-calendar.class.php:922
862
+ #, php-format
863
+ msgid "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview event</a>"
864
+ msgstr "Akce bude automaticky publikována: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Zobrazit náhled akce</a>"
865
+
866
+ #: ../lib/the-events-calendar.class.php:924
867
+ #: ../lib/the-events-calendar.class.php:941
868
+ #: ../lib/the-events-calendar.class.php:958
869
+ msgid "M j, Y @ G:i"
870
+ msgstr "j.n.Y, G:i"
871
+
872
+ #: ../lib/the-events-calendar.class.php:925
873
+ #, php-format
874
+ msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
875
+ msgstr "Koncept Akce byl uložen. <a target=\"_blank\" href=\"%s\">Zobrazit náhled akce</a>"
876
+
877
+ #: ../lib/the-events-calendar.class.php:930
878
+ #, php-format
879
+ msgid "Venue updated. <a href=\"%s\">View venue</a>"
880
+ msgstr "Místo konání bylo aktualizováno. <a href=\"%s\">Zobrazit místo konání</a>"
881
+
882
+ #: ../lib/the-events-calendar.class.php:933
883
+ msgid "Venue updated."
884
+ msgstr "Místo konání bylo aktualizováno."
885
+
886
+ #: ../lib/the-events-calendar.class.php:935
887
+ #, php-format
888
+ msgid "Venue restored to revision from %s"
889
+ msgstr "Byla obnovena verze Místa konání %s"
890
+
891
+ #: ../lib/the-events-calendar.class.php:936
892
+ #, php-format
893
+ msgid "Venue published. <a href=\"%s\">View venue</a>"
894
+ msgstr "Místo konání bylo publikováno. <a href=\"%s\">Zobrazit místo konání</a>"
895
+
896
+ #: ../lib/the-events-calendar.class.php:937
897
+ msgid "Venue saved."
898
+ msgstr "Místo konání bylo uloženo."
899
+
900
+ #: ../lib/the-events-calendar.class.php:938
901
+ #, php-format
902
+ msgid "Venue submitted. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
903
+ msgstr "Místo konání bylo odesláno ke schválení. <a target=\"_blank\" href=\"%s\">Zobrazit náhled místa konání</a>"
904
+
905
+ #: ../lib/the-events-calendar.class.php:939
906
+ #, php-format
907
+ msgid "Venue scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview venue</a>"
908
+ msgstr "Místo konání bude automaticky publikováno: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Zobrazit náhled místa konání</a>"
909
+
910
+ #: ../lib/the-events-calendar.class.php:942
911
+ #, php-format
912
+ msgid "Venue draft updated. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
913
+ msgstr "Koncept Místa konání byl uložen. <a target=\"_blank\" href=\"%s\">Zobrazit náhled místa konání</a>"
914
+
915
+ #: ../lib/the-events-calendar.class.php:947
916
+ #, php-format
917
+ msgid "Organizer updated. <a href=\"%s\">View organizer</a>"
918
+ msgstr "Pořadatel byl aktualizován. <a href=\"%s\">Zobrazit pořadatele</a>"
919
+
920
+ #: ../lib/the-events-calendar.class.php:950
921
+ msgid "Organizer updated."
922
+ msgstr "Pořadatel byl aktualizován."
923
+
924
+ #: ../lib/the-events-calendar.class.php:952
925
+ #, php-format
926
+ msgid "Organizer restored to revision from %s"
927
+ msgstr "Byla obnovena verze Pořadatele %s"
928
+
929
+ #: ../lib/the-events-calendar.class.php:953
930
+ #, php-format
931
+ msgid "Organizer published. <a href=\"%s\">View organizer</a>"
932
+ msgstr "Pořadatel byl publikován. <a href=\"%s\">Zobrazit pořadatele</a>"
933
+
934
+ #: ../lib/the-events-calendar.class.php:954
935
+ msgid "Organizer saved."
936
+ msgstr "Pořadatel byl uložen."
937
+
938
+ #: ../lib/the-events-calendar.class.php:955
939
+ #, php-format
940
+ msgid "Organizer submitted. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
941
+ msgstr "Pořadatel byl odeslán ke schválení. <a target=\"_blank\" href=\"%s\">Zobrazit náhled pořadatele</a>"
942
+
943
+ #: ../lib/the-events-calendar.class.php:956
944
+ #, php-format
945
+ msgid "Organizer scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview organizer</a>"
946
+ msgstr "Pořadatel bude automaticky publikován: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Zobrazit náhled pořadatele</a>"
947
+
948
+ #: ../lib/the-events-calendar.class.php:959
949
+ #, php-format
950
+ msgid "Organizer draft updated. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
951
+ msgstr "Koncept Pořadatele byl uložen. <a target=\"_blank\" href=\"%s\">Zobrazit náhled pořadatele</a>"
952
+
953
+ #: ../lib/the-events-calendar.class.php:1055
954
+ msgid "Next"
955
+ msgstr "Další"
956
+
957
+ #: ../lib/the-events-calendar.class.php:1056
958
+ msgid "Prev"
959
+ msgstr "Předchozí"
960
+
961
+ #: ../lib/the-events-calendar.class.php:1057
962
+ msgid "Today"
963
+ msgstr "Dnes"
964
+
965
+ #: ../lib/the-events-calendar.class.php:1058
966
+ msgid "Done"
967
+ msgstr "Hotovo"
968
+
969
+ #: ../lib/the-events-calendar.class.php:2334
970
+ msgid "Event Options"
971
+ msgstr "Nastavení akce"
972
+
973
+ #: ../lib/the-events-calendar.class.php:2336
974
+ msgid "Venue Information"
975
+ msgstr "Informace o místě konání"
976
+
977
+ #: ../lib/the-events-calendar.class.php:2337
978
+ msgid "Organizer Information"
979
+ msgstr "Informace o pořadateli"
980
+
981
+ #: ../lib/the-events-calendar.class.php:2450
982
+ msgid "Support"
983
+ msgstr "Podpora"
984
+
985
+ #: ../lib/the-events-calendar.class.php:2453
986
+ msgid "View All Add-Ons"
987
+ msgstr "Prohlédnout všechny doplňky"
988
+
989
+ #: ../lib/the-events-calendar.class.php:2460
990
+ msgid "News from Modern Tribe"
991
+ msgstr "Novinky od Modern Tribe"
992
+
993
+ #: ../lib/the-events-calendar.class.php:2505
994
+ msgid "Additional Functionality"
995
+ msgstr "Další funkce"
996
+
997
+ #: ../lib/the-events-calendar.class.php:2510
998
+ #, php-format
999
+ msgid "Check out the <a href=\"%s\">available Add-Ons</a>."
1000
+ msgstr "Podívejte se na <a href=\"%s\">dostupné doplňky</a>."
1001
+
1002
+ #: ../lib/the-events-calendar.class.php:2578
1003
+ msgid "View Calendar"
1004
+ msgstr "Zobrazit kalendář"
1005
+
1006
+ #: ../lib/the-events-calendar.class.php:2586
1007
+ msgid "Add Event"
1008
+ msgstr "Vytvořit akci"
1009
+
1010
+ #: ../lib/the-events-calendar.class.php:2595
1011
+ msgid "Edit Events"
1012
+ msgstr "Přehled akcí"
1013
+
1014
+ #: ../lib/the-events-calendar.class.php:2604
1015
+ msgid "Settings"
1016
+ msgstr "Nastavení"
1017
+
1018
+ #: ../lib/tribe-admin-events-list.class.php:40
1019
+ #, php-format
1020
+ msgid "View &#8220;%s&#8221;"
1021
+ msgstr "Zobrazit &#8222;%s&#8220;"
1022
+
1023
+ #: ../lib/tribe-admin-events-list.class.php:40
1024
+ msgid "View"
1025
+ msgstr "Zobrazit"
1026
+
1027
+ #: ../lib/tribe-admin-events-list.class.php:177
1028
+ msgid "Start Date"
1029
+ msgstr "Počáteční datum"
1030
+
1031
+ #: ../lib/tribe-admin-events-list.class.php:178
1032
+ msgid "End Date"
1033
+ msgstr "Koncové datum"
1034
+
1035
+ #: ../lib/tribe-admin-events-list.class.php:180
1036
+ msgid "Recurring?"
1037
+ msgstr "Opakující"
1038
+
1039
+ #: ../lib/tribe-admin-events-list.class.php:224
1040
+ msgid "Yes"
1041
+ msgstr "Ano"
1042
+
1043
+ #: ../lib/tribe-admin-events-list.class.php:224
1044
+ msgid "No"
1045
+ msgstr "Ne"
1046
+
1047
+ #: ../lib/tribe-admin-events-list.class.php:278
1048
+ #, php-format
1049
+ msgid "All %s"
1050
+ msgstr "Celkem %s"
1051
+
1052
+ #: ../lib/tribe-app-shop.class.php:54
1053
+ #: ../lib/tribe-app-shop.class.php:55
1054
+ #: ../lib/tribe-app-shop.class.php:73
1055
+ msgid "App Shop"
1056
+ msgstr "App Shop"
1057
+
1058
+ #: ../lib/tribe-debug-bar.class.php:18
1059
+ msgid "Tribe"
1060
+ msgstr "Tribe"
1061
+
1062
+ #: ../lib/tribe-event-exception.class.php:17
1063
+ #: ../lib/tribe-event-exception.class.php:34
1064
+ msgid "Error"
1065
+ msgstr "Chyba"
1066
+
1067
+ #: ../lib/tribe-field.class.php:161
1068
+ msgid "Invalid field type specified"
1069
+ msgstr "Uvedený typ pole je neplatný"
1070
+
1071
+ #: ../lib/tribe-field.class.php:388
1072
+ msgid "No radio options specified"
1073
+ msgstr "Nebyly specifikovány položky přepínače"
1074
+
1075
+ #: ../lib/tribe-field.class.php:425
1076
+ msgid "No checkbox options specified"
1077
+ msgstr "Nebyly specifikovány položky zaškrtávacího políčka"
1078
+
1079
+ #: ../lib/tribe-field.class.php:479
1080
+ msgid "No select options specified"
1081
+ msgstr "Nebyly specifikovány položky rozbalovacího seznamu"
1082
+
1083
+ #: ../lib/tribe-settings-tab.class.php:188
1084
+ msgid "There are no fields setup for this tab yet."
1085
+ msgstr "Pro tento panel nejsou zatím nastavena žádná pole."
1086
+
1087
+ #: ../lib/tribe-settings.class.php:193
1088
+ #, php-format
1089
+ msgctxt "The Event Calendar settings heading"
1090
+ msgid "%s Settings"
1091
+ msgstr "Nastavení %s"
1092
+
1093
+ #: ../lib/tribe-settings.class.php:207
1094
+ msgid "You've requested a non-existent tab."
1095
+ msgstr "Požadovaný panel neexistuje."
1096
+
1097
+ #: ../lib/tribe-settings.class.php:215
1098
+ msgid " Save Changes"
1099
+ msgstr "Uložit změny"
1100
+
1101
+ #: ../lib/tribe-settings.class.php:263
1102
+ msgid "You don't have permission to do that."
1103
+ msgstr "Nemáte dostatečné oprávnění pro tuto činnost."
1104
+
1105
+ #: ../lib/tribe-settings.class.php:269
1106
+ msgid "The request was sent insecurely."
1107
+ msgstr "Požadavek byl odeslán nezabezpečený."
1108
+
1109
+ #: ../lib/tribe-settings.class.php:275
1110
+ msgid "The request wasn't sent from this tab."
1111
+ msgstr "Požadavek nebyl odeslán z tohoto panelu."
1112
+
1113
+ #: ../lib/tribe-settings.class.php:425
1114
+ msgid "Your form had the following errors:"
1115
+ msgstr "Ve formuláři se vyskytly následující chyby:"
1116
+
1117
+ #: ../lib/tribe-settings.class.php:434
1118
+ msgid "None of your settings were saved. Please try again."
1119
+ msgstr "Žádné z vašich nastavení nebylo uloženo. Zkuste to prosím znovu."
1120
+
1121
+ #: ../lib/tribe-settings.class.php:434
1122
+ msgid "The above setting was not saved. Other settings were successfully saved."
1123
+ msgid_plural "The above settings were not saved. Other settings were successfully saved."
1124
+ msgstr[0] "Výše uvedené nastavení nebylo uloženo. Ostatní nastavení byla úspěšně uložena."
1125
+ msgstr[1] "Výše uvedená nastavení nebyla uložena. Ostatní nastavení byla úspěšně uložena."
1126
+ msgstr[2] "Výše uvedená nastavení nebyla uložena. Ostatní nastavení byla úspěšně uložena."
1127
+
1128
+ #: ../lib/tribe-settings.class.php:458
1129
+ msgid "Settings saved."
1130
+ msgstr "Nastavení bylo uloženo."
1131
+
1132
+ #: ../lib/tribe-the-events-calendar-import.class.php:44
1133
+ msgid "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make sure you have backed up before proceeding any further. You can easily <a href=\" http://wordpress.org/extend/plugins/the-events-calendar/download/\">revert to an old version</a> if you want to backup first. This upgrade includes two major steps, <a href=\"options-general.php?page=tribe-settings&tab=general\">migrating data</a> & updating your templates as necessary. There have been significant changes to the template tags and functions. Check out our <a href=\"http://tri.be/migrating-from-events-calendar-1-6-5-to-2-0\">walkthrough on the upgrade</a> before proceeding and check out the FAQ & Knowledge base from the <a href=\"http://tri.be/support/\">support page</a>. If you're new to The Events Calendar, you may want to review our <a href=\"http://tri.be/support/documentation/events-calendar-pro-new-user-primer/\">new user primer</a>.<br/><br/> You have events that need to be migrated. Please visit the bottom of the <a href=\"options-general.php?page=tribe-events-calendar\">settings page</a> to perform the migration."
1134
+ msgstr "Vítejte u Events 2.0! Jde o obrovský pokrok od verze 1.6.5. Před pokračováním dál se prosím ujistěte, že máte vytvořenu zálohu dat. Můžete se snadno <a href=\" http://wordpress.org/extend/plugins/the-events-calendar/download/\">vrátit ke starší verzi</a>, pokud si chcete nejprve vytvořit zálohu. Tato aktualizace zahrnuje dva hlavní kroky, <a href=\"options-general.php?page=tribe-settings&tab=general\">migraci dat</a> a aktualizaci šablon podle potřeby. Došlo k významným změnám u tagů šablon a funkcí. Než budete pokračovat, podívejte se na náš <a href=\"http://tri.be/migrating-from-events-calendar-1-6-5-to-2-0\">návod na aktualizaci</a> a pročtěte si FAQ a znalostní bázi na <a href=\"http://tri.be/support/\">stránce podpory</a>. Pokud teprve začínáte s pluginem The Events Calendar, můžete si přečíst naši <a href=\"http://tri.be/support/documentation/events-calendar-pro-new-user-primer/\">příručku nového uživatele</a>.<br/><br/> Je nutné přenést data stávajících akcí. Migraci můžete provést ve spodní části <a href=\"options-general.php?page=tribe-events-calendar\">stránky s nastavením</a>."
1135
+
1136
+ #: ../lib/tribe-the-events-calendar-import.class.php:54
1137
+ msgid "Upgrade from The Events Calendar"
1138
+ msgstr "Upgrade z pluginu The Events Calendar"
1139
+
1140
+ #: ../lib/tribe-the-events-calendar-import.class.php:55
1141
+ msgid "It appears that you have some old events calendar data that needs to be upgraded. Please be sure to back up your database before initiating the upgrade. This process can not be undone."
1142
+ msgstr "Zdá se, že máte nějaké staré kalendářové data akcí, které musí být aktualizovány. Před aktualizací proveďte raději kompletní zálohu databáze. Tento proces nelze vrátit zpět."
1143
+
1144
+ #: ../lib/tribe-the-events-calendar-import.class.php:56
1145
+ msgid "Migrate Data!"
1146
+ msgstr "Migrace dat!"
1147
+
1148
+ #: ../lib/tribe-the-events-calendar-import.class.php:132
1149
+ #, php-format
1150
+ msgid "You successfully migrated (%d) entries."
1151
+ msgstr "Úspěšně se převedlo %d položek."
1152
+
1153
+ #: ../lib/tribe-the-events-calendar-import.class.php:203
1154
+ msgid "Install has 1 or more legacy event!"
1155
+ msgstr "Instalace obsahuje jeden nebo více Akcí starší verze!"
1156
+
1157
+ #: ../lib/tribe-validate.class.php:77
1158
+ #: ../lib/tribe-validate.class.php:115
1159
+ msgid "Invalid or incomplete field passed"
1160
+ msgstr "Zadáno neplatné nebo neúplné pole"
1161
+
1162
+ #: ../lib/tribe-validate.class.php:78
1163
+ #: ../lib/tribe-validate.class.php:110
1164
+ #: ../lib/tribe-validate.class.php:116
1165
+ msgid "Field ID:"
1166
+ msgstr "ID pole:"
1167
+
1168
+ #: ../lib/tribe-validate.class.php:109
1169
+ msgid "Non-existant field validation function passed"
1170
+ msgstr "Zadána neexistující validační funkce pole"
1171
+
1172
+ #: ../lib/tribe-validate.class.php:110
1173
+ msgctxt "non-existant function name passed for field validation"
1174
+ msgid "with function name:"
1175
+ msgstr "se jménem funkce:"
1176
+
1177
+ #: ../lib/tribe-validate.class.php:135
1178
+ #: ../lib/tribe-validate.class.php:153
1179
+ #, php-format
1180
+ msgid "%s must contain numbers and letters only"
1181
+ msgstr "%s se musí skládat pouze z číslic a písmen"
1182
+
1183
+ #: ../lib/tribe-validate.class.php:171
1184
+ #, php-format
1185
+ msgid "%s must contain numbers, letters and dots only"
1186
+ msgstr "%s se musí skládat pouze z číslic, písmen a teček."
1187
+
1188
+ #: ../lib/tribe-validate.class.php:187
1189
+ #, php-format
1190
+ msgid "%s must be a positive number."
1191
+ msgstr "%s musí být kladné číslo."
1192
+
1193
+ #: ../lib/tribe-validate.class.php:204
1194
+ #, php-format
1195
+ msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1196
+ msgstr "%s musí být platným názvem v URL (číslice, písmena, pomlčky, a podtržítka)."
1197
+
1198
+ #: ../lib/tribe-validate.class.php:221
1199
+ #, php-format
1200
+ msgid "%s must be a valid absolute URL."
1201
+ msgstr "%s musí být platná absolutní adresa URL."
1202
+
1203
+ #: ../lib/tribe-validate.class.php:239
1204
+ #: ../lib/tribe-validate.class.php:258
1205
+ #: ../lib/tribe-validate.class.php:279
1206
+ #, php-format
1207
+ msgid "%s must have a value that's part of its options."
1208
+ msgstr "%s musí mít hodnotu, která je jednou z možných voleb."
1209
+
1210
+ #: ../lib/tribe-validate.class.php:295
1211
+ #, php-format
1212
+ msgid "Comparison validation failed because no comparison value was provided, for field %s"
1213
+ msgstr "Kontrola porovnávání se nezdařila, protože nebyla zadána porovnávací hodnota pro pole %s"
1214
+
1215
+ #: ../lib/tribe-validate.class.php:302
1216
+ #, php-format
1217
+ msgid "%s cannot be the same as %s."
1218
+ msgstr "%s nemůže být stejné jako %s."
1219
+
1220
+ #: ../lib/tribe-validate.class.php:304
1221
+ #, php-format
1222
+ msgid "%s cannot be a duplicate"
1223
+ msgstr "%s nemůže být duplicitní"
1224
+
1225
+ #: ../lib/tribe-validate.class.php:322
1226
+ #, php-format
1227
+ msgid "%s must be a number or percentage."
1228
+ msgstr "%s musí být číslo nebo procento."
1229
+
1230
+ #: ../lib/tribe-validate.class.php:386
1231
+ #, php-format
1232
+ msgid "%s must be a number between 0 and 21."
1233
+ msgstr "%s musí být číslo v rozmezí 0 až 21."
1234
+
1235
+ #: ../lib/tribe-validate.class.php:404
1236
+ #, php-format
1237
+ msgid "%s must consist of letters, numbers, dashes, apostrophes, and spaces only."
1238
+ msgstr "%s se musí skládat pouze z písmen, číslic, pomlček, apostrofů a mezer."
1239
+
1240
+ #: ../lib/tribe-validate.class.php:422
1241
+ #, php-format
1242
+ msgid "%s must consist of letters, spaces, apostrophes, and dashes."
1243
+ msgstr "%s se musí skládat pouze z písmen, mezer, apostrofů a pomlček."
1244
+
1245
+ #: ../lib/tribe-validate.class.php:438
1246
+ #, php-format
1247
+ msgid "%s must consist of 5 numbers."
1248
+ msgstr "%s se musí skládat z 5 čísel."
1249
+
1250
+ #: ../lib/tribe-validate.class.php:454
1251
+ #, php-format
1252
+ msgid "%s must be a phone number."
1253
+ msgstr "%s musí být telefonní číslo."
1254
+
1255
+ #: ../lib/tribe-validate.class.php:472
1256
+ msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1257
+ msgstr "Seznam zemí musí být formátován jako jedna země na řádek v následujícím formátu: <br>US, United States <br> UK, United Kingdom."
1258
+
1259
+ #: ../lib/tribe-view-helpers.class.php:16
1260
+ #: ../lib/tribe-view-helpers.class.php:35
1261
+ msgid "Select a Country:"
1262
+ msgstr "Vyberte zemi:"
1263
+
1264
+ #: ../lib/tribe-view-helpers.class.php:36
1265
+ msgid "United States"
1266
+ msgstr "Spojené státy"
1267
+
1268
+ #: ../lib/tribe-view-helpers.class.php:37
1269
+ msgid "Afghanistan"
1270
+ msgstr "Afghánistán"
1271
+
1272
+ #: ../lib/tribe-view-helpers.class.php:38
1273
+ msgid "Albania"
1274
+ msgstr "Albánie"
1275
+
1276
+ #: ../lib/tribe-view-helpers.class.php:39
1277
+ msgid "Algeria"
1278
+ msgstr "Alžírsko"
1279
+
1280
+ #: ../lib/tribe-view-helpers.class.php:40
1281
+ msgid "American Samoa"
1282
+ msgstr "Americká Samoa"
1283
+
1284
+ #: ../lib/tribe-view-helpers.class.php:41
1285
+ msgid "Andorra"
1286
+ msgstr "Andorra"
1287
+
1288
+ #: ../lib/tribe-view-helpers.class.php:42
1289
+ msgid "Angola"
1290
+ msgstr "Angola"
1291
+
1292
+ #: ../lib/tribe-view-helpers.class.php:43
1293
+ msgid "Anguilla"
1294
+ msgstr "Anguilla"
1295
+
1296
+ #: ../lib/tribe-view-helpers.class.php:44
1297
+ msgid "Antarctica"
1298
+ msgstr "Antarktida"
1299
+
1300
+ #: ../lib/tribe-view-helpers.class.php:45
1301
+ msgid "Antigua And Barbuda"
1302
+ msgstr "Antigua a Barbuda"
1303
+
1304
+ #: ../lib/tribe-view-helpers.class.php:46
1305
+ msgid "Argentina"
1306
+ msgstr "Argentina"
1307
+
1308
+ #: ../lib/tribe-view-helpers.class.php:47
1309
+ msgid "Armenia"
1310
+ msgstr "Arménie"
1311
+
1312
+ #: ../lib/tribe-view-helpers.class.php:48
1313
+ msgid "Aruba"
1314
+ msgstr "Aruba"
1315
+
1316
+ #: ../lib/tribe-view-helpers.class.php:49
1317
+ msgid "Australia"
1318
+ msgstr "Austrálie"
1319
+
1320
+ #: ../lib/tribe-view-helpers.class.php:50
1321
+ msgid "Austria"
1322
+ msgstr "Rakousko"
1323
+
1324
+ #: ../lib/tribe-view-helpers.class.php:51
1325
+ msgid "Azerbaijan"
1326
+ msgstr "Ázerbájdžán"
1327
+
1328
+ #: ../lib/tribe-view-helpers.class.php:52
1329
+ msgid "Bahamas"
1330
+ msgstr "Bahamy"
1331
+
1332
+ #: ../lib/tribe-view-helpers.class.php:53
1333
+ msgid "Bahrain"
1334
+ msgstr "Bahrajn"
1335
+
1336
+ #: ../lib/tribe-view-helpers.class.php:54
1337
+ msgid "Bangladesh"
1338
+ msgstr "Bangladéš"
1339
+
1340
+ #: ../lib/tribe-view-helpers.class.php:55
1341
+ msgid "Barbados"
1342
+ msgstr "Barbados"
1343
+
1344
+ #: ../lib/tribe-view-helpers.class.php:56
1345
+ msgid "Belarus"
1346
+ msgstr "Bělorusko"
1347
+
1348
+ #: ../lib/tribe-view-helpers.class.php:57
1349
+ msgid "Belgium"
1350
+ msgstr "Belgie"
1351
+
1352
+ #: ../lib/tribe-view-helpers.class.php:58
1353
+ msgid "Belize"
1354
+ msgstr "Belize"
1355
+
1356
+ #: ../lib/tribe-view-helpers.class.php:59
1357
+ msgid "Benin"
1358
+ msgstr "Benin"
1359
+
1360
+ #: ../lib/tribe-view-helpers.class.php:60
1361
+ msgid "Bermuda"
1362
+ msgstr "Bermudy"
1363
+
1364
+ #: ../lib/tribe-view-helpers.class.php:61
1365
+ msgid "Bhutan"
1366
+ msgstr "Bhútán"
1367
+
1368
+ #: ../lib/tribe-view-helpers.class.php:62
1369
+ msgid "Bolivia"
1370
+ msgstr "Bolívie"
1371
+
1372
+ #: ../lib/tribe-view-helpers.class.php:63
1373
+ msgid "Bosnia And Herzegowina"
1374
+ msgstr "Bosna a Hercegovina"
1375
+
1376
+ #: ../lib/tribe-view-helpers.class.php:64
1377
+ msgid "Botswana"
1378
+ msgstr "Botswana"
1379
+
1380
+ #: ../lib/tribe-view-helpers.class.php:65
1381
+ msgid "Bouvet Island"
1382
+ msgstr "Bouvetův ostrov"
1383
+
1384
+ #: ../lib/tribe-view-helpers.class.php:66
1385
+ msgid "Brazil"
1386
+ msgstr "Brazílie"
1387
+
1388
+ #: ../lib/tribe-view-helpers.class.php:67
1389
+ msgid "British Indian Ocean Territory"
1390
+ msgstr "Britské indickooceánské území"
1391
+
1392
+ #: ../lib/tribe-view-helpers.class.php:68
1393
+ msgid "Brunei Darussalam"
1394
+ msgstr "Brunej"
1395
+
1396
+ #: ../lib/tribe-view-helpers.class.php:69
1397
+ msgid "Bulgaria"
1398
+ msgstr "Bulharsko"
1399
+
1400
+ #: ../lib/tribe-view-helpers.class.php:70
1401
+ msgid "Burkina Faso"
1402
+ msgstr "Burkina Faso"
1403
+
1404
+ #: ../lib/tribe-view-helpers.class.php:71
1405
+ msgid "Burundi"
1406
+ msgstr "Burundi"
1407
+
1408
+ #: ../lib/tribe-view-helpers.class.php:72
1409
+ msgid "Cambodia"
1410
+ msgstr "Kambodža"
1411
+
1412
+ #: ../lib/tribe-view-helpers.class.php:73
1413
+ msgid "Cameroon"
1414
+ msgstr "Kamerun"
1415
+
1416
+ #: ../lib/tribe-view-helpers.class.php:74
1417
+ msgid "Canada"
1418
+ msgstr "Kanada"
1419
+
1420
+ #: ../lib/tribe-view-helpers.class.php:75
1421
+ msgid "Cape Verde"
1422
+ msgstr "Kapverdy"
1423
+
1424
+ #: ../lib/tribe-view-helpers.class.php:76
1425
+ msgid "Cayman Islands"
1426
+ msgstr "Kajmanské ostrovy"
1427
+
1428
+ #: ../lib/tribe-view-helpers.class.php:77
1429
+ msgid "Central African Republic"
1430
+ msgstr "Středoafrická republika"
1431
+
1432
+ #: ../lib/tribe-view-helpers.class.php:78
1433
+ msgid "Chad"
1434
+ msgstr "Čad"
1435
+
1436
+ #: ../lib/tribe-view-helpers.class.php:79
1437
+ msgid "Chile"
1438
+ msgstr "Chile"
1439
+
1440
+ #: ../lib/tribe-view-helpers.class.php:80
1441
+ msgid "China"
1442
+ msgstr "Čína"
1443
+
1444
+ #: ../lib/tribe-view-helpers.class.php:81
1445
+ msgid "Christmas Island"
1446
+ msgstr "Vánoční ostrov"
1447
+
1448
+ #: ../lib/tribe-view-helpers.class.php:82
1449
+ msgid "Cocos (Keeling) Islands"
1450
+ msgstr "Kokosové (Keelingovy) ostrovy"
1451
+
1452
+ #: ../lib/tribe-view-helpers.class.php:83
1453
+ msgid "Colombia"
1454
+ msgstr "Kolumbie"
1455
+
1456
+ #: ../lib/tribe-view-helpers.class.php:84
1457
+ msgid "Comoros"
1458
+ msgstr "Komory"
1459
+
1460
+ #: ../lib/tribe-view-helpers.class.php:85
1461
+ msgid "Congo"
1462
+ msgstr "Republika Kongo"
1463
+
1464
+ #: ../lib/tribe-view-helpers.class.php:86
1465
+ msgid "Congo, The Democratic Republic Of The"
1466
+ msgstr "Demokratická republika Kongo"
1467
+
1468
+ #: ../lib/tribe-view-helpers.class.php:87
1469
+ msgid "Cook Islands"
1470
+ msgstr "Cookovy ostrovy"
1471
+
1472
+ #: ../lib/tribe-view-helpers.class.php:88
1473
+ msgid "Costa Rica"
1474
+ msgstr "Kostarika"
1475
+
1476
+ #: ../lib/tribe-view-helpers.class.php:89
1477
+ msgid "Cote D'Ivoire"
1478
+ msgstr "Pobřeží slonoviny"
1479
+
1480
+ #: ../lib/tribe-view-helpers.class.php:90
1481
+ msgid "Croatia (Local Name: Hrvatska)"
1482
+ msgstr "Chorvatsko"
1483
+
1484
+ #: ../lib/tribe-view-helpers.class.php:91
1485
+ msgid "Cuba"
1486
+ msgstr "Kuba"
1487
+
1488
+ #: ../lib/tribe-view-helpers.class.php:92
1489
+ msgid "Cyprus"
1490
+ msgstr "Kypr"
1491
+
1492
+ #: ../lib/tribe-view-helpers.class.php:93
1493
+ msgid "Czech Republic"
1494
+ msgstr "Česká republika"
1495
+
1496
+ #: ../lib/tribe-view-helpers.class.php:94
1497
+ msgid "Denmark"
1498
+ msgstr "Dánsko"
1499
+
1500
+ #: ../lib/tribe-view-helpers.class.php:95
1501
+ msgid "Djibouti"
1502
+ msgstr "Džibutsko"
1503
+
1504
+ #: ../lib/tribe-view-helpers.class.php:96
1505
+ msgid "Dominica"
1506
+ msgstr "Dominika"
1507
+
1508
+ #: ../lib/tribe-view-helpers.class.php:97
1509
+ msgid "Dominican Republic"
1510
+ msgstr "Dominikánská republika"
1511
+
1512
+ #: ../lib/tribe-view-helpers.class.php:98
1513
+ msgid "East Timor"
1514
+ msgstr "Východní Timor"
1515
+
1516
+ #: ../lib/tribe-view-helpers.class.php:99
1517
+ msgid "Ecuador"
1518
+ msgstr "Ekvádor"
1519
+
1520
+ #: ../lib/tribe-view-helpers.class.php:100
1521
+ msgid "Egypt"
1522
+ msgstr "Egypt"
1523
+
1524
+ #: ../lib/tribe-view-helpers.class.php:101
1525
+ msgid "El Salvador"
1526
+ msgstr "Salvador"
1527
+
1528
+ #: ../lib/tribe-view-helpers.class.php:102
1529
+ msgid "Equatorial Guinea"
1530
+ msgstr "Rovníková Guinea"
1531
+
1532
+ #: ../lib/tribe-view-helpers.class.php:103
1533
+ msgid "Eritrea"
1534
+ msgstr "Eritrea"
1535
+
1536
+ #: ../lib/tribe-view-helpers.class.php:104
1537
+ msgid "Estonia"
1538
+ msgstr "Estonsko"
1539
+
1540
+ #: ../lib/tribe-view-helpers.class.php:105
1541
+ msgid "Ethiopia"
1542
+ msgstr "Etiopie"
1543
+
1544
+ #: ../lib/tribe-view-helpers.class.php:106
1545
+ msgid "Falkland Islands (Malvinas)"
1546
+ msgstr "Falklandy (Malvíny)"
1547
+
1548
+ #: ../lib/tribe-view-helpers.class.php:107
1549
+ msgid "Faroe Islands"
1550
+ msgstr "Faerské ostrovy"
1551
+
1552
+ #: ../lib/tribe-view-helpers.class.php:108
1553
+ msgid "Fiji"
1554
+ msgstr "Fidži"
1555
+
1556
+ #: ../lib/tribe-view-helpers.class.php:109
1557
+ msgid "Finland"
1558
+ msgstr "Finsko"
1559
+
1560
+ #: ../lib/tribe-view-helpers.class.php:110
1561
+ msgid "France"
1562
+ msgstr "Francie"
1563
+
1564
+ #: ../lib/tribe-view-helpers.class.php:111
1565
+ msgid "France, Metropolitan"
1566
+ msgstr "Metropolitní Francie"
1567
+
1568
+ #: ../lib/tribe-view-helpers.class.php:112
1569
+ msgid "French Guiana"
1570
+ msgstr "Francouzská Guyana"
1571
+
1572
+ #: ../lib/tribe-view-helpers.class.php:113
1573
+ msgid "French Polynesia"
1574
+ msgstr "Francouzská Polynésie"
1575
+
1576
+ #: ../lib/tribe-view-helpers.class.php:114
1577
+ msgid "French Southern Territories"
1578
+ msgstr "Francouzská jižní a antarktická území"
1579
+
1580
+ #: ../lib/tribe-view-helpers.class.php:115
1581
+ msgid "Gabon"
1582
+ msgstr "Gabon"
1583
+
1584
+ #: ../lib/tribe-view-helpers.class.php:116
1585
+ msgid "Gambia"
1586
+ msgstr "Gambie"
1587
+
1588
+ #: ../lib/tribe-view-helpers.class.php:117
1589
+ #: ../lib/tribe-view-helpers.class.php:305
1590
+ msgid "Georgia"
1591
+ msgstr "Gruzie"
1592
+
1593
+ #: ../lib/tribe-view-helpers.class.php:118
1594
+ msgid "Germany"
1595
+ msgstr "Německo"
1596
+
1597
+ #: ../lib/tribe-view-helpers.class.php:119
1598
+ msgid "Ghana"
1599
+ msgstr "Ghana"
1600
+
1601
+ #: ../lib/tribe-view-helpers.class.php:120
1602
+ msgid "Gibraltar"
1603
+ msgstr "Gibraltar"
1604
+
1605
+ #: ../lib/tribe-view-helpers.class.php:121
1606
+ msgid "Greece"
1607
+ msgstr "Řecko"
1608
+
1609
+ #: ../lib/tribe-view-helpers.class.php:122
1610
+ msgid "Greenland"
1611
+ msgstr "Grónsko"
1612
+
1613
+ #: ../lib/tribe-view-helpers.class.php:123
1614
+ msgid "Grenada"
1615
+ msgstr "Grenada"
1616
+
1617
+ #: ../lib/tribe-view-helpers.class.php:124
1618
+ msgid "Guadeloupe"
1619
+ msgstr "Guadeloupe"
1620
+
1621
+ #: ../lib/tribe-view-helpers.class.php:125
1622
+ msgid "Guam"
1623
+ msgstr "Guam"
1624
+
1625
+ #: ../lib/tribe-view-helpers.class.php:126
1626
+ msgid "Guatemala"
1627
+ msgstr "Guatemala"
1628
+
1629
+ #: ../lib/tribe-view-helpers.class.php:127
1630
+ msgid "Guinea"
1631
+ msgstr "Guinea"
1632
+
1633
+ #: ../lib/tribe-view-helpers.class.php:128
1634
+ msgid "Guinea-Bissau"
1635
+ msgstr "Guinea-Bissau"
1636
+
1637
+ #: ../lib/tribe-view-helpers.class.php:129
1638
+ msgid "Guyana"
1639
+ msgstr "Guyana"
1640
+
1641
+ #: ../lib/tribe-view-helpers.class.php:130
1642
+ msgid "Haiti"
1643
+ msgstr "Haiti"
1644
+
1645
+ #: ../lib/tribe-view-helpers.class.php:131
1646
+ msgid "Heard And Mc Donald Islands"
1647
+ msgstr "Heardův ostrov a McDonaldovy ostrovy"
1648
+
1649
+ #: ../lib/tribe-view-helpers.class.php:132
1650
+ msgid "Holy See (Vatican City State)"
1651
+ msgstr "Svatý stolec (Vatikán)"
1652
+
1653
+ #: ../lib/tribe-view-helpers.class.php:133
1654
+ msgid "Honduras"
1655
+ msgstr "Honduras"
1656
+
1657
+ #: ../lib/tribe-view-helpers.class.php:134
1658
+ msgid "Hong Kong"
1659
+ msgstr "Hongkong"
1660
+
1661
+ #: ../lib/tribe-view-helpers.class.php:135
1662
+ msgid "Hungary"
1663
+ msgstr "Maďarsko"
1664
+
1665
+ #: ../lib/tribe-view-helpers.class.php:136
1666
+ msgid "Iceland"
1667
+ msgstr "Island"
1668
+
1669
+ #: ../lib/tribe-view-helpers.class.php:137
1670
+ msgid "India"
1671
+ msgstr "Indie"
1672
+
1673
+ #: ../lib/tribe-view-helpers.class.php:138
1674
+ msgid "Indonesia"
1675
+ msgstr "Indonésie"
1676
+
1677
+ #: ../lib/tribe-view-helpers.class.php:139
1678
+ msgid "Iran (Islamic Republic Of)"
1679
+ msgstr "Írán"
1680
+
1681
+ #: ../lib/tribe-view-helpers.class.php:140
1682
+ msgid "Iraq"
1683
+ msgstr "Irák"
1684
+
1685
+ #: ../lib/tribe-view-helpers.class.php:141
1686
+ msgid "Ireland"
1687
+ msgstr "Irsko"
1688
+
1689
+ #: ../lib/tribe-view-helpers.class.php:142
1690
+ msgid "Israel"
1691
+ msgstr "Izrael"
1692
+
1693
+ #: ../lib/tribe-view-helpers.class.php:143
1694
+ msgid "Italy"
1695
+ msgstr "Itálie"
1696
+
1697
+ #: ../lib/tribe-view-helpers.class.php:144
1698
+ msgid "Jamaica"
1699
+ msgstr "Jamajka"
1700
+
1701
+ #: ../lib/tribe-view-helpers.class.php:145
1702
+ msgid "Japan"
1703
+ msgstr "Japonsko"
1704
+
1705
+ #: ../lib/tribe-view-helpers.class.php:146
1706
+ msgid "Jordan"
1707
+ msgstr "Jordánsko"
1708
+
1709
+ #: ../lib/tribe-view-helpers.class.php:147
1710
+ msgid "Kazakhstan"
1711
+ msgstr "Kazachstán"
1712
+
1713
+ #: ../lib/tribe-view-helpers.class.php:148
1714
+ msgid "Kenya"
1715
+ msgstr "Keňa"
1716
+
1717
+ #: ../lib/tribe-view-helpers.class.php:149
1718
+ msgid "Kiribati"
1719
+ msgstr "Kiribati"
1720
+
1721
+ #: ../lib/tribe-view-helpers.class.php:150
1722
+ msgid "Korea, Democratic People's Republic Of"
1723
+ msgstr "Severní Korea"
1724
+
1725
+ #: ../lib/tribe-view-helpers.class.php:151
1726
+ msgid "Korea, Republic Of"
1727
+ msgstr "Jižní Korea"
1728
+
1729
+ #: ../lib/tribe-view-helpers.class.php:152
1730
+ msgid "Kuwait"
1731
+ msgstr "Kuvajt"
1732
+
1733
+ #: ../lib/tribe-view-helpers.class.php:153
1734
+ msgid "Kyrgyzstan"
1735
+ msgstr "Kyrgyzstán"
1736
+
1737
+ #: ../lib/tribe-view-helpers.class.php:154
1738
+ msgid "Lao People's Democratic Republic"
1739
+ msgstr "Laos"
1740
+
1741
+ #: ../lib/tribe-view-helpers.class.php:155
1742
+ msgid "Latvia"
1743
+ msgstr "Lotyšsko"
1744
+
1745
+ #: ../lib/tribe-view-helpers.class.php:156
1746
+ msgid "Lebanon"
1747
+ msgstr "Libanon"
1748
+
1749
+ #: ../lib/tribe-view-helpers.class.php:157
1750
+ msgid "Lesotho"
1751
+ msgstr "Lesotho"
1752
+
1753
+ #: ../lib/tribe-view-helpers.class.php:158
1754
+ msgid "Liberia"
1755
+ msgstr "Libérie"
1756
+
1757
+ #: ../lib/tribe-view-helpers.class.php:159
1758
+ msgid "Libya"
1759
+ msgstr "Libye"
1760
+
1761
+ #: ../lib/tribe-view-helpers.class.php:160
1762
+ msgid "Liechtenstein"
1763
+ msgstr "Lichtenštejnsko"
1764
+
1765
+ #: ../lib/tribe-view-helpers.class.php:161
1766
+ msgid "Lithuania"
1767
+ msgstr "Litva"
1768
+
1769
+ #: ../lib/tribe-view-helpers.class.php:162
1770
+ msgid "Luxembourg"
1771
+ msgstr "Lucembursko"
1772
+
1773
+ #: ../lib/tribe-view-helpers.class.php:163
1774
+ msgid "Macau"
1775
+ msgstr "Macao"
1776
+
1777
+ #: ../lib/tribe-view-helpers.class.php:164
1778
+ msgid "Macedonia"
1779
+ msgstr "Makedonie"
1780
+
1781
+ #: ../lib/tribe-view-helpers.class.php:165
1782
+ msgid "Madagascar"
1783
+ msgstr "Madagaskar"
1784
+
1785
+ #: ../lib/tribe-view-helpers.class.php:166
1786
+ msgid "Malawi"
1787
+ msgstr "Malawi"
1788
+
1789
+ #: ../lib/tribe-view-helpers.class.php:167
1790
+ msgid "Malaysia"
1791
+ msgstr "Malajsie"
1792
+
1793
+ #: ../lib/tribe-view-helpers.class.php:168
1794
+ msgid "Maldives"
1795
+ msgstr "Maledivy"
1796
+
1797
+ #: ../lib/tribe-view-helpers.class.php:169
1798
+ msgid "Mali"
1799
+ msgstr "Mali"
1800
+
1801
+ #: ../lib/tribe-view-helpers.class.php:170
1802
+ msgid "Malta"
1803
+ msgstr "Malta"
1804
+
1805
+ #: ../lib/tribe-view-helpers.class.php:171
1806
+ msgid "Marshall Islands"
1807
+ msgstr "Marshallovy ostrovy"
1808
+
1809
+ #: ../lib/tribe-view-helpers.class.php:172
1810
+ msgid "Martinique"
1811
+ msgstr "Martinik"
1812
+
1813
+ #: ../lib/tribe-view-helpers.class.php:173
1814
+ msgid "Mauritania"
1815
+ msgstr "Mauritánie"
1816
+
1817
+ #: ../lib/tribe-view-helpers.class.php:174
1818
+ msgid "Mauritius"
1819
+ msgstr "Mauricius"
1820
+
1821
+ #: ../lib/tribe-view-helpers.class.php:175
1822
+ msgid "Mayotte"
1823
+ msgstr "Mayotte"
1824
+
1825
+ #: ../lib/tribe-view-helpers.class.php:176
1826
+ msgid "Mexico"
1827
+ msgstr "Mexiko"
1828
+
1829
+ #: ../lib/tribe-view-helpers.class.php:177
1830
+ msgid "Micronesia, Federated States Of"
1831
+ msgstr "Mikronésie"
1832
+
1833
+ #: ../lib/tribe-view-helpers.class.php:178
1834
+ msgid "Moldova, Republic Of"
1835
+ msgstr "Moldavsko"
1836
+
1837
+ #: ../lib/tribe-view-helpers.class.php:179
1838
+ msgid "Monaco"
1839
+ msgstr "Monako"
1840
+
1841
+ #: ../lib/tribe-view-helpers.class.php:180
1842
+ msgid "Mongolia"
1843
+ msgstr "Mongolsko"
1844
+
1845
+ #: ../lib/tribe-view-helpers.class.php:181
1846
+ msgid "Montenegro"
1847
+ msgstr "Černá Hora"
1848
+
1849
+ #: ../lib/tribe-view-helpers.class.php:182
1850
+ msgid "Montserrat"
1851
+ msgstr "Montserrat"
1852
+
1853
+ #: ../lib/tribe-view-helpers.class.php:183
1854
+ msgid "Morocco"
1855
+ msgstr "Maroko"
1856
+
1857
+ #: ../lib/tribe-view-helpers.class.php:184
1858
+ msgid "Mozambique"
1859
+ msgstr "Mosambik"
1860
+
1861
+ #: ../lib/tribe-view-helpers.class.php:185
1862
+ msgid "Myanmar"
1863
+ msgstr "Myanmar"
1864
+
1865
+ #: ../lib/tribe-view-helpers.class.php:186
1866
+ msgid "Namibia"
1867
+ msgstr "Namibie"
1868
+
1869
+ #: ../lib/tribe-view-helpers.class.php:187
1870
+ msgid "Nauru"
1871
+ msgstr "Nauru"
1872
+
1873
+ #: ../lib/tribe-view-helpers.class.php:188
1874
+ msgid "Nepal"
1875
+ msgstr "Nepál"
1876
+
1877
+ #: ../lib/tribe-view-helpers.class.php:189
1878
+ msgid "Netherlands"
1879
+ msgstr "Nizozemsko"
1880
+
1881
+ #: ../lib/tribe-view-helpers.class.php:190
1882
+ msgid "Netherlands Antilles"
1883
+ msgstr "Nizozemské Antily"
1884
+
1885
+ #: ../lib/tribe-view-helpers.class.php:191
1886
+ msgid "New Caledonia"
1887
+ msgstr "Nová Kaledonie"
1888
+
1889
+ #: ../lib/tribe-view-helpers.class.php:192
1890
+ msgid "New Zealand"
1891
+ msgstr "Nový Zéland"
1892
+
1893
+ #: ../lib/tribe-view-helpers.class.php:193
1894
+ msgid "Nicaragua"
1895
+ msgstr "Nikaragua"
1896
+
1897
+ #: ../lib/tribe-view-helpers.class.php:194
1898
+ msgid "Niger"
1899
+ msgstr "Niger"
1900
+
1901
+ #: ../lib/tribe-view-helpers.class.php:195
1902
+ msgid "Nigeria"
1903
+ msgstr "Nigérie"
1904
+
1905
+ #: ../lib/tribe-view-helpers.class.php:196
1906
+ msgid "Niue"
1907
+ msgstr "Niue"
1908
+
1909
+ #: ../lib/tribe-view-helpers.class.php:197
1910
+ msgid "Norfolk Island"
1911
+ msgstr "Norfolk"
1912
+
1913
+ #: ../lib/tribe-view-helpers.class.php:198
1914
+ msgid "Northern Mariana Islands"
1915
+ msgstr "Severní Mariany"
1916
+
1917
+ #: ../lib/tribe-view-helpers.class.php:199
1918
+ msgid "Norway"
1919
+ msgstr "Norsko"
1920
+
1921
+ #: ../lib/tribe-view-helpers.class.php:200
1922
+ msgid "Oman"
1923
+ msgstr "Omán"
1924
+
1925
+ #: ../lib/tribe-view-helpers.class.php:201
1926
+ msgid "Pakistan"
1927
+ msgstr "Pákistán"
1928
+
1929
+ #: ../lib/tribe-view-helpers.class.php:202
1930
+ msgid "Palau"
1931
+ msgstr "Palau"
1932
+
1933
+ #: ../lib/tribe-view-helpers.class.php:203
1934
+ msgid "Panama"
1935
+ msgstr "Panama"
1936
+
1937
+ #: ../lib/tribe-view-helpers.class.php:204
1938
+ msgid "Papua New Guinea"
1939
+ msgstr "Papua-Nová Guinea"
1940
+
1941
+ #: ../lib/tribe-view-helpers.class.php:205
1942
+ msgid "Paraguay"
1943
+ msgstr "Paraguay"
1944
+
1945
+ #: ../lib/tribe-view-helpers.class.php:206
1946
+ msgid "Peru"
1947
+ msgstr "Peru"
1948
+
1949
+ #: ../lib/tribe-view-helpers.class.php:207
1950
+ msgid "Philippines"
1951
+ msgstr "Filipíny"
1952
+
1953
+ #: ../lib/tribe-view-helpers.class.php:208
1954
+ msgid "Pitcairn"
1955
+ msgstr "Pitcairnovy ostrovy"
1956
+
1957
+ #: ../lib/tribe-view-helpers.class.php:209
1958
+ msgid "Poland"
1959
+ msgstr "Polsko"
1960
+
1961
+ #: ../lib/tribe-view-helpers.class.php:210
1962
+ msgid "Portugal"
1963
+ msgstr "Portugalsko"
1964
+
1965
+ #: ../lib/tribe-view-helpers.class.php:211
1966
+ msgid "Puerto Rico"
1967
+ msgstr "Portoriko"
1968
+
1969
+ #: ../lib/tribe-view-helpers.class.php:212
1970
+ msgid "Qatar"
1971
+ msgstr "Katar"
1972
+
1973
+ #: ../lib/tribe-view-helpers.class.php:213
1974
+ msgid "Reunion"
1975
+ msgstr "Réunion"
1976
+
1977
+ #: ../lib/tribe-view-helpers.class.php:214
1978
+ msgid "Romania"
1979
+ msgstr "Rumunsko"
1980
+
1981
+ #: ../lib/tribe-view-helpers.class.php:215
1982
+ msgid "Russian Federation"
1983
+ msgstr "Rusko"
1984
+
1985
+ #: ../lib/tribe-view-helpers.class.php:216
1986
+ msgid "Rwanda"
1987
+ msgstr "Rwanda"
1988
+
1989
+ #: ../lib/tribe-view-helpers.class.php:217
1990
+ msgid "Saint Kitts And Nevis"
1991
+ msgstr "Svatý Kryštof a Nevis"
1992
+
1993
+ #: ../lib/tribe-view-helpers.class.php:218
1994
+ msgid "Saint Lucia"
1995
+ msgstr "Svatá Lucie"
1996
+
1997
+ #: ../lib/tribe-view-helpers.class.php:219
1998
+ msgid "Saint Vincent And The Grenadines"
1999
+ msgstr "Svatý Vincenc a Grenadiny"
2000
+
2001
+ #: ../lib/tribe-view-helpers.class.php:220
2002
+ msgid "Samoa"
2003
+ msgstr "Samoa"
2004
+
2005
+ #: ../lib/tribe-view-helpers.class.php:221
2006
+ msgid "San Marino"
2007
+ msgstr "San Marino"
2008
+
2009
+ #: ../lib/tribe-view-helpers.class.php:222
2010
+ msgid "Sao Tome And Principe"
2011
+ msgstr "Svatý Tomáš a Princův ostrov"
2012
+
2013
+ #: ../lib/tribe-view-helpers.class.php:223
2014
+ msgid "Saudi Arabia"
2015
+ msgstr "Saúdská Arábie"
2016
+
2017
+ #: ../lib/tribe-view-helpers.class.php:224
2018
+ msgid "Senegal"
2019
+ msgstr "Senegal"
2020
+
2021
+ #: ../lib/tribe-view-helpers.class.php:225
2022
+ msgid "Serbia"
2023
+ msgstr "Srbsko"
2024
+
2025
+ #: ../lib/tribe-view-helpers.class.php:226
2026
+ msgid "Seychelles"
2027
+ msgstr "Seychely"
2028
+
2029
+ #: ../lib/tribe-view-helpers.class.php:227
2030
+ msgid "Sierra Leone"
2031
+ msgstr "Sierra Leone"
2032
+
2033
+ #: ../lib/tribe-view-helpers.class.php:228
2034
+ msgid "Singapore"
2035
+ msgstr "Singapur"
2036
+
2037
+ #: ../lib/tribe-view-helpers.class.php:229
2038
+ msgid "Slovakia (Slovak Republic)"
2039
+ msgstr "Slovensko"
2040
+
2041
+ #: ../lib/tribe-view-helpers.class.php:230
2042
+ msgid "Slovenia"
2043
+ msgstr "Slovinsko"
2044
+
2045
+ #: ../lib/tribe-view-helpers.class.php:231
2046
+ msgid "Solomon Islands"
2047
+ msgstr "Šalamounovy ostrovy"
2048
+
2049
+ #: ../lib/tribe-view-helpers.class.php:232
2050
+ msgid "Somalia"
2051
+ msgstr "Somálsko"
2052
+
2053
+ #: ../lib/tribe-view-helpers.class.php:233
2054
+ msgid "South Africa"
2055
+ msgstr "Jihoafrická republika"
2056
+
2057
+ #: ../lib/tribe-view-helpers.class.php:234
2058
+ msgid "South Georgia, South Sandwich Islands"
2059
+ msgstr "Jižní Georgie a Jižní Sandwichovy ostrovy"
2060
+
2061
+ #: ../lib/tribe-view-helpers.class.php:235
2062
+ msgid "Spain"
2063
+ msgstr "Španělsko"
2064
+
2065
+ #: ../lib/tribe-view-helpers.class.php:236
2066
+ msgid "Sri Lanka"
2067
+ msgstr "Šrí Lanka"
2068
+
2069
+ #: ../lib/tribe-view-helpers.class.php:237
2070
+ msgid "St. Helena"
2071
+ msgstr "Svatá Helena"
2072
+
2073
+ #: ../lib/tribe-view-helpers.class.php:238
2074
+ msgid "St. Pierre And Miquelon"
2075
+ msgstr "Saint-Pierre a Miquelon"
2076
+
2077
+ #: ../lib/tribe-view-helpers.class.php:239
2078
+ msgid "Sudan"
2079
+ msgstr "Súdán"
2080
+
2081
+ #: ../lib/tribe-view-helpers.class.php:240
2082
+ msgid "Suriname"
2083
+ msgstr "Surinam"
2084
+
2085
+ #: ../lib/tribe-view-helpers.class.php:241
2086
+ msgid "Svalbard And Jan Mayen Islands"
2087
+ msgstr "Špicberky"
2088
+
2089
+ #: ../lib/tribe-view-helpers.class.php:242
2090
+ msgid "Swaziland"
2091
+ msgstr "Svazijsko"
2092
+
2093
+ #: ../lib/tribe-view-helpers.class.php:243
2094
+ msgid "Sweden"
2095
+ msgstr "Švédsko"
2096
+
2097
+ #: ../lib/tribe-view-helpers.class.php:244
2098
+ msgid "Switzerland"
2099
+ msgstr "Švýcarsko"
2100
+
2101
+ #: ../lib/tribe-view-helpers.class.php:245
2102
+ msgid "Syrian Arab Republic"
2103
+ msgstr "Sýrie"
2104
+
2105
+ #: ../lib/tribe-view-helpers.class.php:246
2106
+ msgid "Taiwan"
2107
+ msgstr "Tchaj-wan (Čínská republika)"
2108
+
2109
+ #: ../lib/tribe-view-helpers.class.php:247
2110
+ msgid "Tajikistan"
2111
+ msgstr "Tádžikistán"
2112
+
2113
+ #: ../lib/tribe-view-helpers.class.php:248
2114
+ msgid "Tanzania, United Republic Of"
2115
+ msgstr "Tanzanie"
2116
+
2117
+ #: ../lib/tribe-view-helpers.class.php:249
2118
+ msgid "Thailand"
2119
+ msgstr "Thajsko"
2120
+
2121
+ #: ../lib/tribe-view-helpers.class.php:250
2122
+ msgid "Togo"
2123
+ msgstr "Togo"
2124
+
2125
+ #: ../lib/tribe-view-helpers.class.php:251
2126
+ msgid "Tokelau"
2127
+ msgstr "Tokelau"
2128
+
2129
+ #: ../lib/tribe-view-helpers.class.php:252
2130
+ msgid "Tonga"
2131
+ msgstr "Tonga"
2132
+
2133
+ #: ../lib/tribe-view-helpers.class.php:253
2134
+ msgid "Trinidad And Tobago"
2135
+ msgstr "Trinidad a Tobago"
2136
+
2137
+ #: ../lib/tribe-view-helpers.class.php:254
2138
+ msgid "Tunisia"
2139
+ msgstr "Tunisko"
2140
+
2141
+ #: ../lib/tribe-view-helpers.class.php:255
2142
+ msgid "Turkey"
2143
+ msgstr "Turecko"
2144
+
2145
+ #: ../lib/tribe-view-helpers.class.php:256
2146
+ msgid "Turkmenistan"
2147
+ msgstr "Turkmenistán"
2148
+
2149
+ #: ../lib/tribe-view-helpers.class.php:257
2150
+ msgid "Turks And Caicos Islands"
2151
+ msgstr "Turks a Caicos"
2152
+
2153
+ #: ../lib/tribe-view-helpers.class.php:258
2154
+ msgid "Tuvalu"
2155
+ msgstr "Tuvalu"
2156
+
2157
+ #: ../lib/tribe-view-helpers.class.php:259
2158
+ msgid "Uganda"
2159
+ msgstr "Uganda"
2160
+
2161
+ #: ../lib/tribe-view-helpers.class.php:260
2162
+ msgid "Ukraine"
2163
+ msgstr "Ukrajina"
2164
+
2165
+ #: ../lib/tribe-view-helpers.class.php:261
2166
+ msgid "United Arab Emirates"
2167
+ msgstr "Spojené arabské emiráty"
2168
+
2169
+ #: ../lib/tribe-view-helpers.class.php:262
2170
+ msgid "United Kingdom"
2171
+ msgstr "Spojené království"
2172
+
2173
+ #: ../lib/tribe-view-helpers.class.php:263
2174
+ msgid "United States Minor Outlying Islands"
2175
+ msgstr "Menší odlehlé ostrovy Spojených států amerických"
2176
+
2177
+ #: ../lib/tribe-view-helpers.class.php:264
2178
+ msgid "Uruguay"
2179
+ msgstr "Uruguay"
2180
+
2181
+ #: ../lib/tribe-view-helpers.class.php:265
2182
+ msgid "Uzbekistan"
2183
+ msgstr "Uzbekistán"
2184
+
2185
+ #: ../lib/tribe-view-helpers.class.php:266
2186
+ msgid "Vanuatu"
2187
+ msgstr "Vanuatu"
2188
+
2189
+ #: ../lib/tribe-view-helpers.class.php:267
2190
+ msgid "Venezuela"
2191
+ msgstr "Venezuela"
2192
+
2193
+ #: ../lib/tribe-view-helpers.class.php:268
2194
+ msgid "Viet Nam"
2195
+ msgstr "Vietnam"
2196
+
2197
+ #: ../lib/tribe-view-helpers.class.php:269
2198
+ msgid "Virgin Islands (British)"
2199
+ msgstr "Britské Panenské ostrovy"
2200
+
2201
+ #: ../lib/tribe-view-helpers.class.php:270
2202
+ msgid "Virgin Islands (U.S.)"
2203
+ msgstr "Americké Panenské ostrovy"
2204
+
2205
+ #: ../lib/tribe-view-helpers.class.php:271
2206
+ msgid "Wallis And Futuna Islands"
2207
+ msgstr "Wallis a Futuna"
2208
+
2209
+ #: ../lib/tribe-view-helpers.class.php:272
2210
+ msgid "Western Sahara"
2211
+ msgstr "Západní Sahara"
2212
+
2213
+ #: ../lib/tribe-view-helpers.class.php:273
2214
+ msgid "Yemen"
2215
+ msgstr "Jemen"
2216
+
2217
+ #: ../lib/tribe-view-helpers.class.php:274
2218
+ msgid "Zambia"
2219
+ msgstr "Zambie"
2220
+
2221
+ #: ../lib/tribe-view-helpers.class.php:275
2222
+ msgid "Zimbabwe"
2223
+ msgstr "Zimbabwe"
2224
+
2225
+ #: ../lib/tribe-view-helpers.class.php:295
2226
+ msgid "Alabama"
2227
+ msgstr "Alabama"
2228
+
2229
+ #: ../lib/tribe-view-helpers.class.php:296
2230
+ msgid "Alaska"
2231
+ msgstr "Aljaška"
2232
+
2233
+ #: ../lib/tribe-view-helpers.class.php:297
2234
+ msgid "Arizona"
2235
+ msgstr "Arizona"
2236
+
2237
+ #: ../lib/tribe-view-helpers.class.php:298
2238
+ msgid "Arkansas"
2239
+ msgstr "Arkansas"
2240
+
2241
+ #: ../lib/tribe-view-helpers.class.php:299
2242
+ msgid "California"
2243
+ msgstr "Kalifornie"
2244
+
2245
+ #: ../lib/tribe-view-helpers.class.php:300
2246
+ msgid "Colorado"
2247
+ msgstr "Colorado"
2248
+
2249
+ #: ../lib/tribe-view-helpers.class.php:301
2250
+ msgid "Connecticut"
2251
+ msgstr "Connecticut"
2252
+
2253
+ #: ../lib/tribe-view-helpers.class.php:302
2254
+ msgid "Delaware"
2255
+ msgstr "Delaware"
2256
+
2257
+ #: ../lib/tribe-view-helpers.class.php:303
2258
+ msgid "District of Columbia"
2259
+ msgstr "District of Columbia"
2260
+
2261
+ #: ../lib/tribe-view-helpers.class.php:304
2262
+ msgid "Florida"
2263
+ msgstr "Florida"
2264
+
2265
+ #: ../lib/tribe-view-helpers.class.php:306
2266
+ msgid "Hawaii"
2267
+ msgstr "Havaj"
2268
+
2269
+ #: ../lib/tribe-view-helpers.class.php:307
2270
+ msgid "Idaho"
2271
+ msgstr "Idaho"
2272
+
2273
+ #: ../lib/tribe-view-helpers.class.php:308
2274
+ msgid "Illinois"
2275
+ msgstr "Illinois"
2276
+
2277
+ #: ../lib/tribe-view-helpers.class.php:309
2278
+ msgid "Indiana"
2279
+ msgstr "Indiana"
2280
+
2281
+ #: ../lib/tribe-view-helpers.class.php:310
2282
+ msgid "Iowa"
2283
+ msgstr "Iowa"
2284
+
2285
+ #: ../lib/tribe-view-helpers.class.php:311
2286
+ msgid "Kansas"
2287
+ msgstr "Kansas"
2288
+
2289
+ #: ../lib/tribe-view-helpers.class.php:312
2290
+ msgid "Kentucky"
2291
+ msgstr "Kentucky"
2292
+
2293
+ #: ../lib/tribe-view-helpers.class.php:313
2294
+ msgid "Louisiana"
2295
+ msgstr "Louisiana"
2296
+
2297
+ #: ../lib/tribe-view-helpers.class.php:314
2298
+ msgid "Maine"
2299
+ msgstr "Maine"
2300
+
2301
+ #: ../lib/tribe-view-helpers.class.php:315
2302
+ msgid "Maryland"
2303
+ msgstr "Maryland"
2304
+
2305
+ #: ../lib/tribe-view-helpers.class.php:316
2306
+ msgid "Massachusetts"
2307
+ msgstr "Massachusetts"
2308
+
2309
+ #: ../lib/tribe-view-helpers.class.php:317
2310
+ msgid "Michigan"
2311
+ msgstr "Michigan"
2312
+
2313
+ #: ../lib/tribe-view-helpers.class.php:318
2314
+ msgid "Minnesota"
2315
+ msgstr "Minnesota"
2316
+
2317
+ #: ../lib/tribe-view-helpers.class.php:319
2318
+ msgid "Mississippi"
2319
+ msgstr "Mississippi"
2320
+
2321
+ #: ../lib/tribe-view-helpers.class.php:320
2322
+ msgid "Missouri"
2323
+ msgstr "Missouri"
2324
+
2325
+ #: ../lib/tribe-view-helpers.class.php:321
2326
+ msgid "Montana"
2327
+ msgstr "Montana"
2328
+
2329
+ #: ../lib/tribe-view-helpers.class.php:322
2330
+ msgid "Nebraska"
2331
+ msgstr "Nebraska"
2332
+
2333
+ #: ../lib/tribe-view-helpers.class.php:323
2334
+ msgid "Nevada"
2335
+ msgstr "Nevada"
2336
+
2337
+ #: ../lib/tribe-view-helpers.class.php:324
2338
+ msgid "New Hampshire"
2339
+ msgstr "New Hampshire"
2340
+
2341
+ #: ../lib/tribe-view-helpers.class.php:325
2342
+ msgid "New Jersey"
2343
+ msgstr "New Jersey"
2344
+
2345
+ #: ../lib/tribe-view-helpers.class.php:326
2346
+ msgid "New Mexico"
2347
+ msgstr "Nové Mexiko"
2348
+
2349
+ #: ../lib/tribe-view-helpers.class.php:327
2350
+ msgid "New York"
2351
+ msgstr "New York"
2352
+
2353
+ #: ../lib/tribe-view-helpers.class.php:328
2354
+ msgid "North Carolina"
2355
+ msgstr "Severní Karolína"
2356
+
2357
+ #: ../lib/tribe-view-helpers.class.php:329
2358
+ msgid "North Dakota"
2359
+ msgstr "Severní Dakota"
2360
+
2361
+ #: ../lib/tribe-view-helpers.class.php:330
2362
+ msgid "Ohio"
2363
+ msgstr "Ohio"
2364
+
2365
+ #: ../lib/tribe-view-helpers.class.php:331
2366
+ msgid "Oklahoma"
2367
+ msgstr "Oklahoma"
2368
+
2369
+ #: ../lib/tribe-view-helpers.class.php:332
2370
+ msgid "Oregon"
2371
+ msgstr "Oregon"
2372
+
2373
+ #: ../lib/tribe-view-helpers.class.php:333
2374
+ msgid "Pennsylvania"
2375
+ msgstr "Pensylvánie"
2376
+
2377
+ #: ../lib/tribe-view-helpers.class.php:334
2378
+ msgid "Rhode Island"
2379
+ msgstr "Rhode Island"
2380
+
2381
+ #: ../lib/tribe-view-helpers.class.php:335
2382
+ msgid "South Carolina"
2383
+ msgstr "Jižní Karolína"
2384
+
2385
+ #: ../lib/tribe-view-helpers.class.php:336
2386
+ msgid "South Dakota"
2387
+ msgstr "Jižní Dakota"
2388
+
2389
+ #: ../lib/tribe-view-helpers.class.php:337
2390
+ msgid "Tennessee"
2391
+ msgstr "Tennessee"
2392
+
2393
+ #: ../lib/tribe-view-helpers.class.php:338
2394
+ msgid "Texas"
2395
+ msgstr "Texas"
2396
+
2397
+ #: ../lib/tribe-view-helpers.class.php:339
2398
+ msgid "Utah"
2399
+ msgstr "Utah"
2400
+
2401
+ #: ../lib/tribe-view-helpers.class.php:340
2402
+ msgid "Vermont"
2403
+ msgstr "Vermont"
2404
+
2405
+ #: ../lib/tribe-view-helpers.class.php:341
2406
+ msgid "Virginia"
2407
+ msgstr "Virginie"
2408
+
2409
+ #: ../lib/tribe-view-helpers.class.php:342
2410
+ msgid "Washington"
2411
+ msgstr "Washington"
2412
+
2413
+ #: ../lib/tribe-view-helpers.class.php:343
2414
+ msgid "West Virginia"
2415
+ msgstr "Západní Virginie"
2416
+
2417
+ #: ../lib/tribe-view-helpers.class.php:344
2418
+ msgid "Wisconsin"
2419
+ msgstr "Wisconsin"
2420
+
2421
+ #: ../lib/tribe-view-helpers.class.php:345
2422
+ msgid "Wyoming"
2423
+ msgstr "Wyoming"
2424
+
2425
+ #: ../lib/widget-list.class.php:16
2426
+ msgid "A widget that displays the next upcoming x events."
2427
+ msgstr "Widget, který zobrazuje seznam nadcházejících akcí."
2428
+
2429
+ #: ../lib/widget-list.class.php:70
2430
+ msgid "View All Events"
2431
+ msgstr "Zobrazit všechny akce"
2432
+
2433
+ #: ../lib/widget-list.class.php:73
2434
+ msgid "There are no upcoming events at this time."
2435
+ msgstr "V tuto chvíli nejsou k dispozici žádné nadcházející akce."
2436
+
2437
+ #: ../public/template-tags/general.php:120
2438
+ msgid "Category:"
2439
+ msgstr "Rubrika:"
2440
+
2441
+ #: ../public/template-tags/general.php:137
2442
+ msgid "Tags:"
2443
+ msgstr "Štítky:"
2444
+
2445
+ #: ../public/template-tags/general.php:255
2446
+ msgid "Free"
2447
+ msgstr "Zdarma"
2448
+
2449
+ #: ../public/template-tags/loop.php:130
2450
+ msgid "Calendar of Events"
2451
+ msgstr "Kalendář akcí"
2452
+
2453
+ #: ../vendor/wp-router/WP_Route.class.php:250
2454
+ msgid "You are not authorized to access this page"
2455
+ msgstr "Nemáte oprávnění pro přístup na tuto stránku"
2456
+
2457
+ #: ../vendor/wp-router/WP_Route.class.php:251
2458
+ msgid "Access Denied"
2459
+ msgstr "Přístup zamítnut"
2460
+
2461
+ #: ../vendor/wp-router/WP_Router_Page.class.php:78
2462
+ msgid "WP Router Placeholder Page"
2463
+ msgstr "Zástupná stránka WP Routeru"
2464
+
2465
+ #: ../vendor/wp-router/WP_Router_Utility.class.php:71
2466
+ #, php-format
2467
+ msgid "%1$s requires WordPress %2$s or higher and PHP %3$s or higher."
2468
+ msgstr "%1$s vyžaduje alespoň WordPress %2$s a alespoň PHP %3$s."
2469
+
2470
+ #: ../views/ecp-single-template.php:24
2471
+ msgid "Edit"
2472
+ msgstr "Upravit"
2473
+
2474
+ #: ../views/events-list-load-widget-display.php:52
2475
+ msgid "All Day"
2476
+ msgstr "celý den"
2477
+
2478
+ #: ../views/gridview.php:36
2479
+ #: ../views/list.php:18
2480
+ msgid "Event List"
2481
+ msgstr "Seznam akcí"
2482
+
2483
+ #: ../views/gridview.php:37
2484
+ #: ../views/list.php:19
2485
+ msgid "Calendar"
2486
+ msgstr "Kalendář"
2487
+
2488
+ #: ../views/gridview.php:42
2489
+ #: ../views/list.php:165
2490
+ #: ../views/single.php:103
2491
+ msgid "iCal Import"
2492
+ msgstr "iCal import"
2493
+
2494
+ #: ../views/gridview.php:45
2495
+ #, php-format
2496
+ msgid "Calendar powered by %sThe Events Calendar%s"
2497
+ msgstr "Vytvořeno pomocí %sThe Events Calendar%s"
2498
+
2499
+ #: ../views/list.php:50
2500
+ #: ../views/single.php:22
2501
+ msgid "Start:"
2502
+ msgstr "Zahájení:"
2503
+
2504
+ #: ../views/list.php:54
2505
+ #: ../views/single.php:24
2506
+ msgid "End:"
2507
+ msgstr "Ukončení:"
2508
+
2509
+ #: ../views/list.php:59
2510
+ #: ../views/single.php:27
2511
+ msgid "Date:"
2512
+ msgstr "Datum:"
2513
+
2514
+ #: ../views/list.php:69
2515
+ #: ../views/single.php:61
2516
+ msgid "Venue:"
2517
+ msgstr "Místo konání:"
2518
+
2519
+ #: ../views/list.php:92
2520
+ #: ../views/single.php:78
2521
+ msgid "Google Map"
2522
+ msgstr "Mapa Google"
2523
+
2524
+ #: ../views/list.php:116
2525
+ #, php-format
2526
+ msgid " listed under %s. Check out past events for this category or view the full calendar."
2527
+ msgstr " v rubrice %s. Podívejte se na uplynulé akce z této rubriky nebo si zobrazte úplný kalendář."
2528
+
2529
+ #: ../views/list.php:118
2530
+ #, php-format
2531
+ msgid " listed under %s. Check out upcoming events for this category or view the full calendar."
2532
+ msgstr " v rubrice %s. Podívejte se na nadcházející akce z této rubriky nebo si zobrazte úplný kalendář."
2533
+
2534
+ #: ../views/list.php:123
2535
+ #, php-format
2536
+ msgid "No events scheduled for <strong>%s</strong>. Please try another day."
2537
+ msgstr "Na <strong>%s</strong> nejsou naplánované žádné akce. Zkuste prosím jiný den."
2538
+
2539
+ #: ../views/list.php:127
2540
+ msgid "No upcoming events"
2541
+ msgstr "Žádné nadcházející akce"
2542
+
2543
+ #: ../views/list.php:131
2544
+ msgid "No previous events"
2545
+ msgstr "Žádné předchozí akce"
2546
+
2547
+ #: ../views/list.php:144
2548
+ #: ../views/list.php:146
2549
+ #: ../views/list.php:148
2550
+ msgid "&laquo; Previous Events"
2551
+ msgstr "&laquo; Předchozí akce"
2552
+
2553
+ #: ../views/list.php:155
2554
+ #: ../views/list.php:157
2555
+ #: ../views/list.php:159
2556
+ msgid "Next Events &raquo;"
2557
+ msgstr "Další akce &raquo;"
2558
+
2559
+ #: ../views/single.php:12
2560
+ msgid "&laquo; Back to Events"
2561
+ msgstr "&laquo; Zpět k akcím"
2562
+
2563
+ #: ../views/single.php:16
2564
+ msgid "This event has passed."
2565
+ msgstr "Tato akce již proběhla."
2566
+
2567
+ #: ../views/single.php:19
2568
+ msgid "Event:"
2569
+ msgstr "Akce:"
2570
+
2571
+ #: ../views/single.php:36
2572
+ #: ../views/single.php:39
2573
+ msgid "Organizer:"
2574
+ msgstr "Pořadatel:"
2575
+
2576
+ #: ../views/single.php:50
2577
+ msgid "Updated:"
2578
+ msgstr "Aktualizace:"
2579
+
2580
+ #: ../views/single.php:53
2581
+ msgid "Schedule:"
2582
+ msgstr "Plánováno:"
2583
+
2584
+ #: ../views/single.php:78
2585
+ msgid "Click to view a Google Map"
2586
+ msgstr "Klikněte pro zobrazení ve službě Mapy Google"
2587
+
2588
+ #: ../views/single.php:106
2589
+ msgid "Add to Google Calendar"
2590
+ msgstr "Přidat do služby Kalendář Google"
2591
+
2592
+ #: ../views/single.php:106
2593
+ msgid "+ Google Calendar"
2594
+ msgstr "+ Kalendář Google"
2595
+
2596
+ #: ../views/table-mini.php:117
2597
+ msgid "View all &raquo;"
2598
+ msgstr "Zobrazit vše &raquo;"
2599
+
lang/tribe-events-calendar-fi.mo ADDED
Binary file
lang/tribe-events-calendar-fi.po ADDED
@@ -0,0 +1,2535 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: The Events Calendar 2.0\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-05-01 17:05-0500\n"
6
+ "PO-Revision-Date: 2012-06-20 14:57+0200\n"
7
+ "Last-Translator: petri <info@petrikajander.com>\n"
8
+ "Language-Team: Ben Andersen <wp@bentrix.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-Language: Finnish\n"
13
+ "X-Poedit-Country: FINLAND\n"
14
+
15
+ #: ../admin-views/event-sidebar-options.php:11
16
+ msgid "Hide From Upcoming Events List"
17
+ msgstr "Piilota tulevien tapahtumien listalta"
18
+
19
+ #: ../admin-views/events-audit-trail.php:41
20
+ msgid "Auditing Information"
21
+ msgstr "Tarkastustiedot"
22
+
23
+ #: ../admin-views/events-audit-trail.php:44
24
+ msgid "Created by:"
25
+ msgstr "Luonut: "
26
+
27
+ #: ../admin-views/events-audit-trail.php:48
28
+ msgid "Audit Trail:"
29
+ msgstr "Tarkastusjälki:"
30
+
31
+ #: ../admin-views/events-meta-box.php:25
32
+ msgid "Event Time &amp; Date"
33
+ msgstr "Tapahtuman aika &amp; päivämäärä"
34
+
35
+ #: ../admin-views/events-meta-box.php:28
36
+ msgid "You have changed the recurrence rules of this event. Saving the event will update all future events. If you did not mean to change all events, then please refresh the page."
37
+ msgstr "Olet muuttanut tämän tapahtuman toistumisen sääntöjä. Tapahtuman tallettaminen päivittää kaikki tulevat tapahtumat. Jos tarkoituksena ei ollut päivittää kaikkia tapahtumia, päivitä sivu."
38
+
39
+ #: ../admin-views/events-meta-box.php:31
40
+ msgid "All day event?"
41
+ msgstr "Koko päivän tapahtuma?"
42
+
43
+ #: ../admin-views/events-meta-box.php:35
44
+ msgid "Start Date / Time:"
45
+ msgstr "Aloituspäivämäärä / -aika:"
46
+
47
+ #: ../admin-views/events-meta-box.php:38
48
+ #: ../admin-views/events-meta-box.php:59
49
+ msgid "YYYY-MM-DD"
50
+ msgstr "DD-MM-YYYY"
51
+
52
+ #: ../admin-views/events-meta-box.php:40
53
+ #: ../admin-views/events-meta-box.php:61
54
+ msgid "@"
55
+ msgstr "@"
56
+
57
+ #: ../admin-views/events-meta-box.php:56
58
+ msgid "End Date / Time:"
59
+ msgstr "Päättymispäivämäärä / -aika:"
60
+
61
+ #: ../admin-views/events-meta-box.php:78
62
+ msgid "Event Location Details"
63
+ msgstr "Tapahtuman sijainnin yksityiskohdat"
64
+
65
+ #: ../admin-views/events-meta-box.php:84
66
+ msgid "Show Google Maps Link:"
67
+ msgstr "Näytä Google Maps linkki:"
68
+
69
+ #: ../admin-views/events-meta-box.php:91
70
+ msgid "Show Google Map:"
71
+ msgstr "Näytä Google Map:"
72
+
73
+ #: ../admin-views/events-meta-box.php:100
74
+ msgid "Event Organizer Details"
75
+ msgstr "Järjestäjän tiedot"
76
+
77
+ #: ../admin-views/events-meta-box.php:109
78
+ msgid "Event Cost"
79
+ msgstr "Tapahtuman hinta"
80
+
81
+ #: ../admin-views/events-meta-box.php:112
82
+ msgid "Cost:"
83
+ msgstr "Hinta"
84
+
85
+ #: ../admin-views/events-meta-box.php:117
86
+ msgid "Leave blank to hide the field. Enter a 0 for events that are free."
87
+ msgstr "Jätä tyhjäksi kentän piilottamiseksi. Syötä 0 ilmaisiin tapahtumiin."
88
+
89
+ #: ../admin-views/organizer-meta-box.php:11
90
+ msgid "Organizer Name:"
91
+ msgstr "Järjestäjän nimi:"
92
+
93
+ #: ../admin-views/organizer-meta-box.php:17
94
+ #: ../admin-views/venue-meta-box.php:80
95
+ msgid "Phone:"
96
+ msgstr "Puhelin:"
97
+
98
+ #: ../admin-views/organizer-meta-box.php:21
99
+ msgid "Website:"
100
+ msgstr "Nettisivu:"
101
+
102
+ #: ../admin-views/organizer-meta-box.php:25
103
+ msgid "Email:"
104
+ msgstr "Sähköposti:"
105
+
106
+ #: ../admin-views/recurrence-dialog.php:11
107
+ msgid "Which events do you wish to update?"
108
+ msgstr "Mitä tapahtumia haluat päivittää?"
109
+
110
+ #: ../admin-views/recurrence-dialog.php:14
111
+ msgid "Select your desired action"
112
+ msgstr "Valitse haluttu toiminto"
113
+
114
+ #: ../admin-views/tribe-options-general.php:11
115
+ msgid "Add functionality to The Events Calendar"
116
+ msgstr "Lisää toiminnallisuutta The Events Calendariin"
117
+
118
+ #: ../admin-views/tribe-options-general.php:16
119
+ #: ../lib/the-events-calendar.class.php:2500
120
+ msgid "Looking for additional functionality including recurring events, custom meta, community events, ticket sales and more?"
121
+ msgstr "Etsitkö lisäominaisuuksia mm. toistuvia tapahtumia, muokattavia meta-tietoja, yhteisöllisiä tapahtumia, lippujen myyntiä ja muuta?"
122
+
123
+ #: ../admin-views/tribe-options-general.php:16
124
+ msgid "Check out the available Add-Ons"
125
+ msgstr "Katso saatavilla olevat lisäosat"
126
+
127
+ #: ../admin-views/tribe-options-general.php:21
128
+ msgid "We hope our plugin is helping you out."
129
+ msgstr "Toivottavasti lisäosamme on hyödyksi."
130
+
131
+ #: ../admin-views/tribe-options-general.php:25
132
+ #: ../admin-views/tribe-options-general.php:30
133
+ msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
134
+ msgstr "Kävikö mielessä, että \"vau, tämä lisäosa on mahtava! Minun pitäisi kiittää Modern Tribea heidän työstään.\" Suurin kiitos, jota voimme pyytää, on tunnustus. Lisää pieni tekstilinkki kalenterin loppuun viittaamaan The Events Calendar -projektiin."
135
+
136
+ #: ../admin-views/tribe-options-general.php:25
137
+ #: ../admin-views/tribe-options-general.php:30
138
+ msgid "See an example of the link"
139
+ msgstr "Esimerkki linkistä"
140
+
141
+ #: ../admin-views/tribe-options-general.php:35
142
+ msgid "Show Events Calendar Link"
143
+ msgstr "Näytä Events Calendar -linkki"
144
+
145
+ #: ../admin-views/tribe-options-general.php:45
146
+ msgid "Default view for the Events"
147
+ msgstr "Oletusnäkymä tapahtumiin"
148
+
149
+ #: ../admin-views/tribe-options-general.php:46
150
+ msgid "Determines whether the default events view is a calendar or a list."
151
+ msgstr "Määrittää onko oletustapahtumanäkymä kalenteri vai lista."
152
+
153
+ #: ../admin-views/tribe-options-general.php:53
154
+ msgid "Events URL slug"
155
+ msgstr "Tapahtumien URL slug"
156
+
157
+ #: ../admin-views/tribe-options-general.php:70
158
+ msgid "Single Event URL slug"
159
+ msgstr "Yksittäisen tapahtuman URL slug"
160
+
161
+ #: ../admin-views/tribe-options-general.php:82
162
+ msgid "Number of events to show per page in the loop"
163
+ msgstr "Tapahtumien määrä sivua kohti loopissa"
164
+
165
+ #: ../admin-views/tribe-options-general.php:83
166
+ msgid "This is the number of events displayed per page when returning a list of events."
167
+ msgstr "Tämä on näytettyjen tapahtumien määrä sivua kohti tapahtumalistassa."
168
+
169
+ #: ../admin-views/tribe-options-general.php:90
170
+ msgid "Show Comments"
171
+ msgstr "Näytä kommentit"
172
+
173
+ #: ../admin-views/tribe-options-general.php:91
174
+ msgid "Enables commenting on your single event view."
175
+ msgstr "Aktivoi kommentoit yksittäisen tapahtuman näkymään."
176
+
177
+ #: ../admin-views/tribe-options-general.php:97
178
+ msgid "Multiday Event Cutoff"
179
+ msgstr "Monipäiväisen tapahtuman katkaisu"
180
+
181
+ #: ../admin-views/tribe-options-general.php:98
182
+ msgid "For multi-day events, hide the last day from grid view if it ends on or before this time."
183
+ msgstr "Monipäiväisissä tapahtumissa piilota viimeinen päivä ruudukosta, jos se päättyy tähän aikaan tai sitä ennen."
184
+
185
+ #: ../admin-views/tribe-options-general.php:106
186
+ msgid "Enable Google Maps"
187
+ msgstr "Aktivoi Google Maps"
188
+
189
+ #: ../admin-views/tribe-options-general.php:107
190
+ msgid "If you don't have this turned on, your event listings won't have the backend map preview or frontend embedded map."
191
+ msgstr "Jos tämä ei ole aktivoitu, tapahtumalistassasi ei ole kartan esikatselua järjestelmätilassa tai upotettua karttaa vierasnäkymässä."
192
+
193
+ #: ../admin-views/tribe-options-general.php:114
194
+ msgid "Google Maps Embed Height"
195
+ msgstr "Google Maps upotuksen korkeus"
196
+
197
+ #: ../admin-views/tribe-options-general.php:117
198
+ msgid "Enter a number."
199
+ msgstr "Syötä numero."
200
+
201
+ #: ../admin-views/tribe-options-general.php:123
202
+ msgid "Google Maps Embed Width"
203
+ msgstr "Google Maps upotuksen leveys"
204
+
205
+ #: ../admin-views/tribe-options-general.php:125
206
+ msgid "Enter a number or %."
207
+ msgstr "Syötä numero tai %."
208
+
209
+ #: ../admin-views/tribe-options-general.php:132
210
+ msgid "Google Maps Default Zoom Level"
211
+ msgstr "Google Maps oletuszoomauksen taso"
212
+
213
+ #: ../admin-views/tribe-options-general.php:133
214
+ msgid "0 = zoomed-out; 21 = zoomed-in."
215
+ msgstr "0 = ulos zoomattu; 21 = sisään zoomattu."
216
+
217
+ #: ../admin-views/tribe-options-general.php:141
218
+ msgid "Debug Mode"
219
+ msgstr "Debug-tila"
220
+
221
+ #: ../admin-views/tribe-options-general.php:142
222
+ #, php-format
223
+ msgid "Enable this option to log debug information. By default this will log to your server PHP error log. If you'd like to see the log messages in your browser, then we recommend that you install the %s and look for the \"Tribe\" tab in the debug output."
224
+ msgstr "Aktivoi tämä vaihtoehto debug-tietojen kirjaamiseksi. Oletusarvoisesti kirjaukset tehdään palvelimesi PHP virhelokiin. Jos haluat nähdä lokin selaimessasi, suosittelemme, että asennat %s ja etsit \"Tribe\" kohdan debug tiedoista."
225
+
226
+ #: ../admin-views/tribe-options-general.php:142
227
+ msgid "Debug Bar Plugin"
228
+ msgstr "Debug Bar lisäosa"
229
+
230
+ #: ../admin-views/tribe-options-help.php:15
231
+ msgid "You need to upgrade!"
232
+ msgstr "Kaivataan päivitystä!"
233
+
234
+ #: ../admin-views/tribe-options-help.php:15
235
+ msgid "You are up to date!"
236
+ msgstr "Viimeisin versio!"
237
+
238
+ #: ../admin-views/tribe-options-help.php:41
239
+ msgid "Advanced Post Manager"
240
+ msgstr "Yksityiskohtaisempi artikkelien hallinta"
241
+
242
+ #: ../admin-views/tribe-options-help.php:45
243
+ msgid "Event Importer"
244
+ msgstr "Tapahtumien tuonti"
245
+
246
+ #: ../admin-views/tribe-options-help.php:49
247
+ msgid "Facebook Sync Events"
248
+ msgstr "Facebook Sync Events"
249
+
250
+ #: ../admin-views/tribe-options-help.php:56
251
+ msgid "The Events Calendar Pro"
252
+ msgstr "The Events Calendar Pro"
253
+
254
+ #: ../admin-views/tribe-options-help.php:60
255
+ msgid "Eventbrite Tickets"
256
+ msgstr "Eventbrite Tickets"
257
+
258
+ #: ../admin-views/tribe-options-help.php:65
259
+ msgid "Community Events"
260
+ msgstr "Community Events"
261
+
262
+ #: ../admin-views/tribe-options-help.php:70
263
+ msgid "WooTickets"
264
+ msgstr "WooTickets"
265
+
266
+ #: ../admin-views/tribe-options-help.php:72
267
+ #: ../admin-views/tribe-options-help.php:77
268
+ msgid "(coming later in 2012)"
269
+ msgstr "(tulee myöhemmin 2012)"
270
+
271
+ #: ../admin-views/tribe-options-help.php:75
272
+ msgid "Conference Manager"
273
+ msgstr "Conference Manager"
274
+
275
+ #: ../admin-views/tribe-options-help.php:84
276
+ msgid "Documentation"
277
+ msgstr "Dokumentaatio"
278
+
279
+ #: ../admin-views/tribe-options-help.php:88
280
+ msgid "FAQ"
281
+ msgstr "Kysymyksiä ja vastauksia"
282
+
283
+ #: ../admin-views/tribe-options-help.php:92
284
+ #: ../lib/the-events-calendar.class.php:416
285
+ msgid "Help"
286
+ msgstr "Ohje"
287
+
288
+ #: ../admin-views/tribe-options-help.php:96
289
+ msgid "Tutorials"
290
+ msgstr "Ohjeet"
291
+
292
+ #: ../admin-views/tribe-options-help.php:100
293
+ msgid "Release Notes"
294
+ msgstr "Julkaisutiedot"
295
+
296
+ #: ../admin-views/tribe-options-help.php:106
297
+ #, php-format
298
+ msgid "If this is your first time using The Events Calendar, you're in for a treat. The more adventurous users can jump right into it by finding the \"Events\" section in the admin menu to the left of this message and getting down to it. For those who like to dip their toes before diving in full-on, we've got you covered too. First things first: visit our %s, designed with folks exactly like yourself in mind and meant to familiarize you with the plugin's basics. From there, the Resources listed below (meant to help you kick ass, of course) should keep up the momentum."
299
+ msgstr "Jos tämä on ensimmäinen kerta kun käytät The Events Calendaria, tulet yllättymään positiivisesti. Uskaliaammat käyttäjät voivat hypätä suoraan kohtaan \"Tapahtumat\" järjestelmävalikossa tämän viestin vasemmalla puolella ja jatkaa siitä eteenpäin. Niille jotka haluavat kastaa varpaitaan ennen hyppäämistä, meillä on myös teille varattuna jotain. Ensinnäkin: vieraile %s, joka on suunniteltu juuri sinulle ja sen tarkoituksena on käydä läpi lisäosan perusasiat. Sieltä alla listattujen Resources pitäisi auttaa eteenpäin."
300
+
301
+ #: ../admin-views/tribe-options-help.php:106
302
+ msgid "new user primer"
303
+ msgstr "uuden käyttäjän opas"
304
+
305
+ #: ../admin-views/tribe-options-help.php:109
306
+ #, php-format
307
+ msgid "We love all our users and want to help free & PRO customers alike. If you're running the latest version of The Events Calendar and are having problems, post a thread the %s at WordPress.org. We hit the forum a few times a week and do what we can to assist users."
308
+ msgstr "Pidämme kaikista käyttäjistämme ja haluamme auttaa yhtälailla ilmaisia & PRO-asiakkaita. Jos sinulla on viimeisin versio The Events Calendarista ja ilmenee ongelmia, lisää aihe %s WordPress.orgiin. Vastaamme kysymyksiin foorumissa pari kertaa viikossa ja teemme parhaamme käyttjien auttamiseksi."
309
+
310
+ #: ../admin-views/tribe-options-help.php:109
311
+ msgid "forum for The Events Calendar"
312
+ msgstr "The Events Calendar foorumi"
313
+
314
+ #: ../admin-views/tribe-options-help.php:112
315
+ #, php-format
316
+ msgid "%sA few things to keep in mind before posting:%s"
317
+ msgstr "%sMuutamia asioita, joita kannattaa muistaa ennen aiheen lisäämistä:%s"
318
+
319
+ #: ../admin-views/tribe-options-help.php:113
320
+ #, php-format
321
+ msgid "%sLook through the recent active threads before posting a new one and check that there isn't already a discussion going on your issue.%s"
322
+ msgstr "%sKäy läpi viimeisimmät aktiiviset aiheet ennen uuden lisäämistä ja varmista, ettei aiheesta ole jo keskustelua.%s"
323
+
324
+ #: ../admin-views/tribe-options-help.php:114
325
+ #, php-format
326
+ msgid "%sA good way to help us out before posting is to check whether the issue is a conflict with another plugin or your theme. This can be tested relatively easily on a staging site by deactivating other plugins one-by-one, and reverting to the default 2011 theme as needed, to see if conflicts can be easily identified. If so, please note that when posting your thread.%s"
327
+ msgstr "%sHyvä tapa auttaa meitä on varmistaa ensin, ettei ongelmana ole konflikti toisen lisäosan tai ulkoasun kanssa. Tämä on suhteellisen helppo kokeilla poistamalla käytöstä muut lisäosat yksitellen ja käyttämällä tarvittaessa 2011 perusulkoasua. Jos ongelma löytyy näin, mainitse siitä kirjoituksessasi.%s"
328
+
329
+ #: ../admin-views/tribe-options-help.php:115
330
+ #, php-format
331
+ msgid "%sSometimes, just resaving your permalinks (under Settings -> Permalinks) can resolve events-related problems on your site. It is worth a shot before creating a new thread.%s"
332
+ msgstr "%sToisinaan osoiterakenteen uudelleentallennus (Asetukset -> Osoiterakenne) voi ratkaista tapahtumiin liittyviä ongelmia. Kannattaa yrittää ennen kuin ilmoittaa eteenpäin.%s"
333
+
334
+ #: ../admin-views/tribe-options-help.php:116
335
+ #, php-format
336
+ msgid "%sMake sure you're running The Events Calendar, rather than Events Calendar. They're two separate plugins :)%s"
337
+ msgstr "%sVarmista, että sinulla on käytössä The Events Calendar eikä Events Calendar. Ne ovat kaksi eri lisäosaa :)%s"
338
+
339
+ #: ../admin-views/tribe-options-help.php:117
340
+ #, php-format
341
+ msgid "%sWhile our team is happy to help with bugs and provide light integration tips for users of The Events Calendar, we're not able to provide customization tips or assist in integrating with 3rd party plugins on the WordPress.org forums.%s"
342
+ msgstr "%sVaikka tiimimme auttaa mielellään bugeissa ja tarjoaa kevyttä integraatioapua The Events Calendarin käyttäjille, meillä ei ole mahdollisuutta tarjota kustomointivinkkejä tai apua integrointiin kolmansien tahojen lisäosiin WordPress.org foorumeilla.%s"
343
+
344
+ #: ../admin-views/tribe-options-help.php:119
345
+ #, php-format
346
+ msgid "%sShoot us an email to %s or tweet to %s and tell us why. We'll do what we can to make it right.%s"
347
+ msgstr "%sHeitä meille mailia %s tai tweettaa %s ja kerro meille miksi. Teemme parhaamme asioiden laittamiseksi kuntoon.%s"
348
+
349
+ #: ../admin-views/tribe-options-help.php:119
350
+ msgid "pro@tri.be"
351
+ msgstr "pro@tri.be"
352
+
353
+ #: ../admin-views/tribe-options-help.php:119
354
+ msgid "@moderntribeinc"
355
+ msgstr "@moderntribeinc"
356
+
357
+ #: ../admin-views/tribe-options-help.php:120
358
+ msgid "More..."
359
+ msgstr "Lisää..."
360
+
361
+ #: ../admin-views/tribe-options-help.php:127
362
+ msgid "Hi! Thank you so much for using the labor of our love. We are Modern Tribe and we are here to help you kick ass."
363
+ msgstr "Hei! Kiitos, että käytät meidän tuotetta. Olemme Modern Tribe ja autamme sinua uskomattomiin suorituksiin."
364
+
365
+ #: ../admin-views/tribe-options-help.php:129
366
+ msgid "Getting Started"
367
+ msgstr "Aloittamista varten"
368
+
369
+ #: ../admin-views/tribe-options-help.php:134
370
+ msgid "Resources to Help You Kick Ass"
371
+ msgstr "Rokkaavia resursseja"
372
+
373
+ #: ../admin-views/tribe-options-help.php:146
374
+ msgid "Everyone Needs a Buddy"
375
+ msgstr "Kaikki tarvitsevat frendiä"
376
+
377
+ #: ../admin-views/tribe-options-help.php:149
378
+ msgid "Still Not Satisfied?"
379
+ msgstr "Et ole vieläkään tyytyväinen?"
380
+
381
+ #: ../admin-views/tribe-options-help.php:156
382
+ #: ../lib/the-events-calendar.class.php:275
383
+ msgid "The Events Calendar"
384
+ msgstr "The Events Calendar"
385
+
386
+ #: ../admin-views/tribe-options-help.php:160
387
+ msgid "Latest Version:"
388
+ msgstr "Viimeisin versio:"
389
+
390
+ #: ../admin-views/tribe-options-help.php:161
391
+ msgid "Author:"
392
+ msgstr "Tekijä:"
393
+
394
+ #: ../admin-views/tribe-options-help.php:161
395
+ msgid "Modern Tribe Inc"
396
+ msgstr "Modern Tribe Inc"
397
+
398
+ #: ../admin-views/tribe-options-help.php:162
399
+ msgid "Requires:"
400
+ msgstr "Edellyttää:"
401
+
402
+ #: ../admin-views/tribe-options-help.php:162
403
+ msgid "WordPress "
404
+ msgstr "Wordpress"
405
+
406
+ #: ../admin-views/tribe-options-help.php:163
407
+ msgid "Wordpress.org Plugin Page"
408
+ msgstr "Wordpress.org lisäosasivu"
409
+
410
+ #: ../admin-views/tribe-options-help.php:166
411
+ msgid "Average Rating"
412
+ msgstr "Keskimääräinen arvio"
413
+
414
+ #: ../admin-views/tribe-options-help.php:178
415
+ msgid "Rating currently unavailable :("
416
+ msgstr "Arviointi tällä hetkellä poissa käytöstä :("
417
+
418
+ #: ../admin-views/tribe-options-help.php:184
419
+ msgid "Give us 5 stars!"
420
+ msgstr "Anna meille 5 tähteä!"
421
+
422
+ #: ../admin-views/tribe-options-help.php:186
423
+ msgid "Free Add-Ons"
424
+ msgstr "Ilmaiset lisäosat"
425
+
426
+ #: ../admin-views/tribe-options-help.php:192
427
+ #: ../admin-views/tribe-options-help.php:205
428
+ msgid "(Coming Soon!)"
429
+ msgstr "(Tulossa pian!)"
430
+
431
+ #: ../admin-views/tribe-options-help.php:199
432
+ msgid "Premium Add-Ons"
433
+ msgstr "Premium lisäosat"
434
+
435
+ #: ../admin-views/tribe-options-help.php:212
436
+ msgid "News and Tutorials"
437
+ msgstr "Uutiset ja ohjeet"
438
+
439
+ #: ../admin-views/tribe-options-templates.php:4
440
+ msgid "Default Events Template"
441
+ msgstr "Oletustapahtumamalli"
442
+
443
+ #: ../admin-views/tribe-options-templates.php:5
444
+ msgid "Default Page Template"
445
+ msgstr "Oletussivumalli"
446
+
447
+ #: ../admin-views/tribe-options-templates.php:18
448
+ msgid "Template Settings"
449
+ msgstr "Mallien asetukset"
450
+
451
+ #: ../admin-views/tribe-options-templates.php:22
452
+ msgid "Events Template"
453
+ msgstr "Tapahtumamallipohjat"
454
+
455
+ #: ../admin-views/tribe-options-templates.php:23
456
+ msgid "Choose a page template to control the look and feel of your calendar."
457
+ msgstr "Valitse sivumalli kalenterin ulkoasun muotoilua varten."
458
+
459
+ #: ../admin-views/tribe-options-templates.php:31
460
+ msgid "Add HTML before calendar"
461
+ msgstr "Lisää HTML ennen kalenteria"
462
+
463
+ #: ../admin-views/tribe-options-templates.php:32
464
+ msgid "Some themes may require that you add extra divs before the calendar list to help with styling.<br>This is displayed directly after the header."
465
+ msgstr "Jotkut teemat saattavat vaatia, että lisäät ylimääräisiä div-tagejä kalenterilistan jälkeen muotoilun helpottamiseksi.<br>Tämä näytetään suoraan headerin alapuolella."
466
+
467
+ #: ../admin-views/tribe-options-templates.php:32
468
+ #: ../admin-views/tribe-options-templates.php:39
469
+ msgid "You may use (x)HTML."
470
+ msgstr "Voit käyttää (x)HTML."
471
+
472
+ #: ../admin-views/tribe-options-templates.php:38
473
+ msgid "Add HTML after calendar"
474
+ msgstr "Lisää HTML kalenterin jälkeen"
475
+
476
+ #: ../admin-views/tribe-options-templates.php:39
477
+ msgid "Some themes may require that you add extra divs after the calendar list to help with styling.<br>This is displayed directly above the footer."
478
+ msgstr "Jotkut teemat saattavat vaatia, että lisäät ylimääräisiä div-tagejä kalenterilistan jälkeen muotoilun helpottamiseksi.<br>Tämä näytetään suoraan footerin yläpuolella."
479
+
480
+ #: ../admin-views/venue-meta-box.php:12
481
+ msgid "Venue Name:"
482
+ msgstr "Paikka:"
483
+
484
+ #: ../admin-views/venue-meta-box.php:19
485
+ msgid "Address:"
486
+ msgstr "Osoite:"
487
+
488
+ #: ../admin-views/venue-meta-box.php:23
489
+ msgid "City:"
490
+ msgstr "Kaupunki:"
491
+
492
+ #: ../admin-views/venue-meta-box.php:27
493
+ msgid "Country:"
494
+ msgstr "Maa:"
495
+
496
+ #: ../admin-views/venue-meta-box.php:58
497
+ msgid "State or Province:"
498
+ msgstr " "
499
+
500
+ #: ../admin-views/venue-meta-box.php:61
501
+ msgid "Select a State:"
502
+ msgstr "Valitse lääni:"
503
+
504
+ #: ../admin-views/venue-meta-box.php:76
505
+ msgid "Postal Code:"
506
+ msgstr "Postinumero:"
507
+
508
+ #: ../admin-views/widget-admin-list.php:11
509
+ msgid "Title:"
510
+ msgstr "Otsikko:"
511
+
512
+ #: ../admin-views/widget-admin-list.php:16
513
+ msgid "Show:"
514
+ msgstr "Näytä:"
515
+
516
+ #: ../admin-views/widget-admin-list.php:24
517
+ msgid "Show widget only if there are upcoming events:"
518
+ msgstr "Näytä vimpain vain, jos on tulevia tapahtumia:"
519
+
520
+ #: ../admin-views/widget-admin-list.php:30
521
+ msgid "If you wish to customize the widget display yourself, see the file views/events-list-load-widget-display.php inside the Events Premium plugin."
522
+ msgstr "Jos haluat muokata vimpaimen näyttöä, katso tiedosto views/events-list-load-widget-display.php the Events Premium lisäosassa."
523
+
524
+ #: ../lib/the-events-calendar.class.php:278
525
+ msgid "category"
526
+ msgstr "kategoria"
527
+
528
+ #: ../lib/the-events-calendar.class.php:279
529
+ msgid "tag"
530
+ msgstr "tagi"
531
+
532
+ #: ../lib/the-events-calendar.class.php:280
533
+ msgid "month"
534
+ msgstr "kuukausi"
535
+
536
+ #: ../lib/the-events-calendar.class.php:281
537
+ msgid "upcoming"
538
+ msgstr "tuleva"
539
+
540
+ #: ../lib/the-events-calendar.class.php:282
541
+ msgid "past"
542
+ msgstr "aikaisempi"
543
+
544
+ #: ../lib/the-events-calendar.class.php:284
545
+ msgid "venue"
546
+ msgstr "paikka"
547
+
548
+ #: ../lib/the-events-calendar.class.php:294
549
+ #, php-format
550
+ msgid "Initializing Tribe Events on %s"
551
+ msgstr "Alustaa Trive Eventsin %s"
552
+
553
+ #: ../lib/the-events-calendar.class.php:374
554
+ #, php-format
555
+ msgid "Your version of %s requires version %s or higher of The Events Calendar (you are currently running %s). Visit %shelp%s for more information."
556
+ msgstr "Versiosi %s vaatii versiota %s tai uudempaa The Events Calendaria (nykyinen versiosi on %s). Vieraile %shelp%s lisätietoja varten."
557
+
558
+ #: ../lib/the-events-calendar.class.php:412
559
+ msgid "General"
560
+ msgstr "Yleinen"
561
+
562
+ #: ../lib/the-events-calendar.class.php:413
563
+ msgid "Template"
564
+ msgstr "Mallipohja"
565
+
566
+ #: ../lib/the-events-calendar.class.php:414
567
+ msgid "Licenses"
568
+ msgstr "Lisenssit"
569
+
570
+ #: ../lib/the-events-calendar.class.php:450
571
+ #, php-format
572
+ msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
573
+ msgstr "The Events Calendar vaatii Wordpress %s tai suurempaa. Päivitä Wordpress."
574
+
575
+ #: ../lib/the-events-calendar.class.php:453
576
+ #, php-format
577
+ msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
578
+ msgstr "The Events Calendar vaatii PHP %s tai suurempaa. Ota yhteyttä hosting-tarjoajaasi ja pyydä siirtymään uudempaan PHP-versioon."
579
+
580
+ #: ../lib/the-events-calendar.class.php:574
581
+ msgid "Upcoming Events"
582
+ msgstr "Tulevat tapahtumat"
583
+
584
+ #: ../lib/the-events-calendar.class.php:576
585
+ msgid "Past Events"
586
+ msgstr "Aikaisemmat tapahtumat"
587
+
588
+ #: ../lib/the-events-calendar.class.php:580
589
+ #: ../lib/the-events-calendar.class.php:586
590
+ #, php-format
591
+ msgid "Events for %s"
592
+ msgstr "Tapahtumat %s"
593
+
594
+ #: ../lib/the-events-calendar.class.php:582
595
+ msgid "Events this month"
596
+ msgstr "Tapahtumat tässä kuussa"
597
+
598
+ #: ../lib/the-events-calendar.class.php:592
599
+ #, php-format
600
+ msgid "Events at %s"
601
+ msgstr "Tapahtumat %s"
602
+
603
+ #: ../lib/the-events-calendar.class.php:605
604
+ msgid "No description has been entered for this event."
605
+ msgstr "Tällä tapahtumalla ei ole kuvausta."
606
+
607
+ #: ../lib/the-events-calendar.class.php:849
608
+ msgid "Events"
609
+ msgstr "Tapahtumat"
610
+
611
+ #: ../lib/the-events-calendar.class.php:850
612
+ msgid "Event"
613
+ msgstr "Tapahtuma"
614
+
615
+ #: ../lib/the-events-calendar.class.php:851
616
+ #: ../lib/the-events-calendar.class.php:864
617
+ #: ../lib/the-events-calendar.class.php:877
618
+ msgid "Add New"
619
+ msgstr "Lisää uusi"
620
+
621
+ #: ../lib/the-events-calendar.class.php:852
622
+ msgid "Add New Event"
623
+ msgstr "Lisää tapahtuma"
624
+
625
+ #: ../lib/the-events-calendar.class.php:853
626
+ msgid "Edit Event"
627
+ msgstr "Muokkaa tapahtumaa"
628
+
629
+ #: ../lib/the-events-calendar.class.php:854
630
+ msgid "New Event"
631
+ msgstr "Uusi tapahtuma"
632
+
633
+ #: ../lib/the-events-calendar.class.php:855
634
+ msgid "View Event"
635
+ msgstr "Näytä tapahtuma"
636
+
637
+ #: ../lib/the-events-calendar.class.php:856
638
+ msgid "Search Events"
639
+ msgstr "Etsi tapahtumia"
640
+
641
+ #: ../lib/the-events-calendar.class.php:857
642
+ msgid "No events found"
643
+ msgstr "Tapahtumia ei löydy"
644
+
645
+ #: ../lib/the-events-calendar.class.php:858
646
+ msgid "No events found in Trash"
647
+ msgstr "Roskakorista ei löydy tapahtumia"
648
+
649
+ #: ../lib/the-events-calendar.class.php:862
650
+ msgid "Venues"
651
+ msgstr "Paikat"
652
+
653
+ #: ../lib/the-events-calendar.class.php:863
654
+ msgid "Venue"
655
+ msgstr "Paikka"
656
+
657
+ #: ../lib/the-events-calendar.class.php:865
658
+ msgid "Add New Venue"
659
+ msgstr "Lisää uusi paikka"
660
+
661
+ #: ../lib/the-events-calendar.class.php:866
662
+ msgid "Edit Venue"
663
+ msgstr "Muokkaa paikkaa"
664
+
665
+ #: ../lib/the-events-calendar.class.php:867
666
+ msgid "New Venue"
667
+ msgstr "Uusi paikka"
668
+
669
+ #: ../lib/the-events-calendar.class.php:868
670
+ #: ../lib/the-events-calendar.class.php:881
671
+ msgid "View Venue"
672
+ msgstr "Näytä paikka"
673
+
674
+ #: ../lib/the-events-calendar.class.php:869
675
+ msgid "Search Venues"
676
+ msgstr "Etsi paikkoja"
677
+
678
+ #: ../lib/the-events-calendar.class.php:870
679
+ msgid "No venue found"
680
+ msgstr "Paikkaa ei löydy"
681
+
682
+ #: ../lib/the-events-calendar.class.php:871
683
+ msgid "No venues found in Trash"
684
+ msgstr "Roskakorista ei löydy paikkoja"
685
+
686
+ #: ../lib/the-events-calendar.class.php:875
687
+ msgid "Organizers"
688
+ msgstr "Järjestäjät"
689
+
690
+ #: ../lib/the-events-calendar.class.php:876
691
+ msgid "Organizer"
692
+ msgstr "Järjestäjä"
693
+
694
+ #: ../lib/the-events-calendar.class.php:878
695
+ msgid "Add New Organizer"
696
+ msgstr "Lisää uusi järjestäjä"
697
+
698
+ #: ../lib/the-events-calendar.class.php:879
699
+ msgid "Edit Organizer"
700
+ msgstr "Muokkaa järjestäjää"
701
+
702
+ #: ../lib/the-events-calendar.class.php:880
703
+ msgid "New Organizer"
704
+ msgstr "Uusi järjestäjä"
705
+
706
+ #: ../lib/the-events-calendar.class.php:882
707
+ msgid "Search Organizers"
708
+ msgstr "Etsi järjestäjiä"
709
+
710
+ #: ../lib/the-events-calendar.class.php:883
711
+ msgid "No organizer found"
712
+ msgstr "Järjestäjää ei löydy "
713
+
714
+ #: ../lib/the-events-calendar.class.php:884
715
+ msgid "No organizers found in Trash"
716
+ msgstr "Roskakorista ei löydy järjestäjiä"
717
+
718
+ #: ../lib/the-events-calendar.class.php:888
719
+ msgid "Event Categories"
720
+ msgstr "Tapahtumakategoriat"
721
+
722
+ #: ../lib/the-events-calendar.class.php:889
723
+ msgid "Event Category"
724
+ msgstr "Tapahtumakategoria"
725
+
726
+ #: ../lib/the-events-calendar.class.php:890
727
+ msgid "Search Event Categories"
728
+ msgstr "Etsi tapahtumakategorioista"
729
+
730
+ #: ../lib/the-events-calendar.class.php:891
731
+ msgid "All Event Categories"
732
+ msgstr "Kaikki tapahtumakategoriat"
733
+
734
+ #: ../lib/the-events-calendar.class.php:892
735
+ msgid "Parent Event Category"
736
+ msgstr "Päätapahtumakategoria"
737
+
738
+ #: ../lib/the-events-calendar.class.php:893
739
+ msgid "Parent Event Category:"
740
+ msgstr "Päätapahtumakategoria:"
741
+
742
+ #: ../lib/the-events-calendar.class.php:894
743
+ msgid "Edit Event Category"
744
+ msgstr "Muokkaa tapahtumakategoria"
745
+
746
+ #: ../lib/the-events-calendar.class.php:895
747
+ msgid "Update Event Category"
748
+ msgstr "Päivitä tapahtumakategoria"
749
+
750
+ #: ../lib/the-events-calendar.class.php:896
751
+ msgid "Add New Event Category"
752
+ msgstr "Lisää uusi tapahtumakategoria"
753
+
754
+ #: ../lib/the-events-calendar.class.php:897
755
+ msgid "New Event Category Name"
756
+ msgstr "Uusi tapahtumakategorian nimi"
757
+
758
+ #: ../lib/the-events-calendar.class.php:907
759
+ #, php-format
760
+ msgid "Event updated. <a href=\"%s\">View event</a>"
761
+ msgstr "Tapahtuma päivitetty. <a href=\"%s\">Näytä tapahtuma</a>"
762
+
763
+ #: ../lib/the-events-calendar.class.php:908
764
+ #: ../lib/the-events-calendar.class.php:925
765
+ #: ../lib/the-events-calendar.class.php:942
766
+ msgid "Custom field updated."
767
+ msgstr "Muokattava kenttä päivitetty."
768
+
769
+ #: ../lib/the-events-calendar.class.php:909
770
+ #: ../lib/the-events-calendar.class.php:926
771
+ #: ../lib/the-events-calendar.class.php:943
772
+ msgid "Custom field deleted."
773
+ msgstr "Muokattava kenttä poistettu."
774
+
775
+ #: ../lib/the-events-calendar.class.php:910
776
+ msgid "Event updated."
777
+ msgstr "Tapahtuma päivitetty."
778
+
779
+ #: ../lib/the-events-calendar.class.php:912
780
+ #, php-format
781
+ msgid "Event restored to revision from %s"
782
+ msgstr "Tapahtuma palautettu versioon %s"
783
+
784
+ #: ../lib/the-events-calendar.class.php:913
785
+ #, php-format
786
+ msgid "Event published. <a href=\"%s\">View event</a>"
787
+ msgstr "Tapahtuma julkaistu. <a href=\"%s\">Näytä tapahtuma</a>"
788
+
789
+ #: ../lib/the-events-calendar.class.php:914
790
+ msgid "Event saved."
791
+ msgstr "Tapahtuma talletettu."
792
+
793
+ #: ../lib/the-events-calendar.class.php:915
794
+ #, php-format
795
+ msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
796
+ msgstr "Tapahtuma lähetetty. <a target=\"_blank\" href=\"%s\">Esikatsele tapahtuma</a>"
797
+
798
+ #: ../lib/the-events-calendar.class.php:916
799
+ #, php-format
800
+ msgid "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview event</a>"
801
+ msgstr "Tapahtuma asetettu: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Esikatsele tapahtuma</a>"
802
+
803
+ #: ../lib/the-events-calendar.class.php:918
804
+ #: ../lib/the-events-calendar.class.php:935
805
+ #: ../lib/the-events-calendar.class.php:952
806
+ msgid "M j, Y @ G:i"
807
+ msgstr "d.m.Y @ G:i"
808
+
809
+ #: ../lib/the-events-calendar.class.php:919
810
+ #, php-format
811
+ msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
812
+ msgstr "Tapahtuman luonnos päivitetty. <a target=\"_blank\" href=\"%s\">Esikatsele tapahtuma</a>"
813
+
814
+ #: ../lib/the-events-calendar.class.php:924
815
+ #, php-format
816
+ msgid "Venue updated. <a href=\"%s\">View venue</a>"
817
+ msgstr "Paikka päivitetty. <a href=\"%s\">Näytä paikka</a>"
818
+
819
+ #: ../lib/the-events-calendar.class.php:927
820
+ msgid "Venue updated."
821
+ msgstr "Paikka päivitetty."
822
+
823
+ #: ../lib/the-events-calendar.class.php:929
824
+ #, php-format
825
+ msgid "Venue restored to revision from %s"
826
+ msgstr "Paikka palautettu versiosta %s"
827
+
828
+ #: ../lib/the-events-calendar.class.php:930
829
+ #, php-format
830
+ msgid "Venue published. <a href=\"%s\">View venue</a>"
831
+ msgstr "Paikka julkaistu. <a href=\"%s\">Näytä paikka</a>"
832
+
833
+ #: ../lib/the-events-calendar.class.php:931
834
+ msgid "Venue saved."
835
+ msgstr "Paikka talletettu."
836
+
837
+ #: ../lib/the-events-calendar.class.php:932
838
+ #, php-format
839
+ msgid "Venue submitted. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
840
+ msgstr "Paikka lähetetty. <a target=\"_blank\" href=\"%s\">Esikatsele paikka</a>"
841
+
842
+ #: ../lib/the-events-calendar.class.php:933
843
+ #, php-format
844
+ msgid "Venue scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview venue</a>"
845
+ msgstr "Paikka asetettu: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Esikatsele paikka</a>"
846
+
847
+ #: ../lib/the-events-calendar.class.php:936
848
+ #, php-format
849
+ msgid "Venue draft updated. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
850
+ msgstr "Paikan luonnos päivitetty. <a target=\"_blank\" href=\"%s\">Esikatsele paikka</a>"
851
+
852
+ #: ../lib/the-events-calendar.class.php:941
853
+ #, php-format
854
+ msgid "Organizer updated. <a href=\"%s\">View organizer</a>"
855
+ msgstr "Järjestäjä päivitetty. <a href=\"%s\">Näytä järjestäjä</a>"
856
+
857
+ #: ../lib/the-events-calendar.class.php:944
858
+ msgid "Organizer updated."
859
+ msgstr "Järjestäjä päivitetty."
860
+
861
+ #: ../lib/the-events-calendar.class.php:946
862
+ #, php-format
863
+ msgid "Organizer restored to revision from %s"
864
+ msgstr "Järjestäjä palautettu versiosta %s"
865
+
866
+ #: ../lib/the-events-calendar.class.php:947
867
+ #, php-format
868
+ msgid "Organizer published. <a href=\"%s\">View organizer</a>"
869
+ msgstr "Järjestäjä julkaistu. <a href=\"%s\">Näytä järjestäjä</a>"
870
+
871
+ #: ../lib/the-events-calendar.class.php:948
872
+ msgid "Organizer saved."
873
+ msgstr "Järjestäjä talletettu."
874
+
875
+ #: ../lib/the-events-calendar.class.php:949
876
+ #, php-format
877
+ msgid "Organizer submitted. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
878
+ msgstr "Järjestäjä lähetetty. <a target=\"_blank\" href=\"%s\">Esikatsele järjestäjä</a>"
879
+
880
+ #: ../lib/the-events-calendar.class.php:950
881
+ #, php-format
882
+ msgid "Organizer scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview organizer</a>"
883
+ msgstr "Järjestäjä asetettu: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Esikatsele järjestäjä</a>"
884
+
885
+ #: ../lib/the-events-calendar.class.php:953
886
+ #, php-format
887
+ msgid "Organizer draft updated. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
888
+ msgstr "Järjestäjän luonnos päivitetty. <a target=\"_blank\" href=\"%s\">Esikatsele järjestäjä</a>"
889
+
890
+ #: ../lib/the-events-calendar.class.php:1049
891
+ msgid "Next"
892
+ msgstr "Seuraava"
893
+
894
+ #: ../lib/the-events-calendar.class.php:1050
895
+ msgid "Prev"
896
+ msgstr "Edellinen"
897
+
898
+ #: ../lib/the-events-calendar.class.php:1051
899
+ msgid "Today"
900
+ msgstr "Tänään"
901
+
902
+ #: ../lib/the-events-calendar.class.php:1052
903
+ msgid "Done"
904
+ msgstr "Valmis"
905
+
906
+ #: ../lib/the-events-calendar.class.php:2324
907
+ msgid "Event Options"
908
+ msgstr "Tapahtuman vaihtoehdot"
909
+
910
+ #: ../lib/the-events-calendar.class.php:2326
911
+ msgid "Venue Information"
912
+ msgstr "Paikkatiedot"
913
+
914
+ #: ../lib/the-events-calendar.class.php:2327
915
+ msgid "Organizer Information"
916
+ msgstr "Järjestäjätiedot"
917
+
918
+ #: ../lib/the-events-calendar.class.php:2440
919
+ msgid "Support"
920
+ msgstr "Tuki"
921
+
922
+ #: ../lib/the-events-calendar.class.php:2443
923
+ msgid "View All Add-Ons"
924
+ msgstr "Näytä kaikki lisäosat"
925
+
926
+ #: ../lib/the-events-calendar.class.php:2450
927
+ msgid "News from Modern Tribe"
928
+ msgstr "Uutisia Modern Tribelta"
929
+
930
+ #: ../lib/the-events-calendar.class.php:2495
931
+ msgid "Additional Functionality"
932
+ msgstr "Lisäominaisuudet"
933
+
934
+ #: ../lib/the-events-calendar.class.php:2500
935
+ #, php-format
936
+ msgid "Check out the <a href=\"%s\">available Add-Ons</a>."
937
+ msgstr "Katso <a href=\"%s\">saatavissa olevat lisäosat</a>."
938
+
939
+ #: ../lib/tribe-admin-events-list.class.php:40
940
+ #, php-format
941
+ msgid "View &#8220;%s&#8221;"
942
+ msgstr "Näytä &#8220;%s&#8221;"
943
+
944
+ #: ../lib/tribe-admin-events-list.class.php:40
945
+ msgid "View"
946
+ msgstr "Näytä"
947
+
948
+ #: ../lib/tribe-admin-events-list.class.php:177
949
+ msgid "Start Date"
950
+ msgstr "Aloituspäivämäärä"
951
+
952
+ #: ../lib/tribe-admin-events-list.class.php:178
953
+ msgid "End Date"
954
+ msgstr "Päättymispäivämäärä"
955
+
956
+ #: ../lib/tribe-admin-events-list.class.php:180
957
+ msgid "Recurring?"
958
+ msgstr "Toistuva?"
959
+
960
+ #: ../lib/tribe-admin-events-list.class.php:224
961
+ msgid "Yes"
962
+ msgstr "Kyllä"
963
+
964
+ #: ../lib/tribe-admin-events-list.class.php:224
965
+ msgid "No"
966
+ msgstr "Ei"
967
+
968
+ #: ../lib/tribe-admin-events-list.class.php:278
969
+ #, php-format
970
+ msgid "All %s"
971
+ msgstr "Kaikki %s"
972
+
973
+ #: ../lib/tribe-debug-bar.class.php:18
974
+ msgid "Tribe"
975
+ msgstr "Tribe"
976
+
977
+ #: ../lib/tribe-event-exception.class.php:17
978
+ #: ../lib/tribe-event-exception.class.php:34
979
+ msgid "Error"
980
+ msgstr "Virhe"
981
+
982
+ #: ../lib/tribe-field.class.php:161
983
+ msgid "Invalid field type specified"
984
+ msgstr "Virheellinen kenttätyyppi valittu"
985
+
986
+ #: ../lib/tribe-field.class.php:387
987
+ msgid "No radio options specified"
988
+ msgstr "Valintavaihtoehtoja ei määritetty"
989
+
990
+ #: ../lib/tribe-field.class.php:424
991
+ msgid "No checkbox options specified"
992
+ msgstr "Valintakentän vaihtoehtoja ei määritetty"
993
+
994
+ #: ../lib/tribe-field.class.php:478
995
+ msgid "No select options specified"
996
+ msgstr "Valintavaihtoehtoja ei määritetty"
997
+
998
+ #: ../lib/tribe-settings-tab.class.php:190
999
+ msgid "There are no fields setup for this tab yet."
1000
+ msgstr "Tälle välilehdelle ei ole vielä kenttien asetuksia."
1001
+
1002
+ #: ../lib/tribe-settings.class.php:207
1003
+ msgid "You've requested a non-existent tab."
1004
+ msgstr "Pyysit olematonta välilehteä."
1005
+
1006
+ #: ../lib/tribe-settings.class.php:215
1007
+ msgid "Save Changes"
1008
+ msgstr "Tallenna muutokset."
1009
+
1010
+ #: ../lib/tribe-settings.class.php:264
1011
+ msgid "You don't have permission to do that."
1012
+ msgstr "Ei käyttöoikeuksia tämän tekemiseen."
1013
+
1014
+ #: ../lib/tribe-settings.class.php:270
1015
+ msgid "The request was sent insecurely."
1016
+ msgstr "Pyyntö lähetettiin turvattomasti."
1017
+
1018
+ #: ../lib/tribe-settings.class.php:276
1019
+ msgid "The request wasn't sent from this tab."
1020
+ msgstr "Tästä välilehdestä ei lähetetty pyyntöä."
1021
+
1022
+ #: ../lib/tribe-settings.class.php:430
1023
+ msgid "Your form had the following errors:"
1024
+ msgstr "Lomakkeessasi oli seuraavat virheet:"
1025
+
1026
+ #: ../lib/tribe-settings.class.php:439
1027
+ msgid "None of your settings were saved. Please try again."
1028
+ msgstr "Mitään asetuksiasi ei tallennettu. Yritä uudelleen."
1029
+
1030
+ #: ../lib/tribe-settings.class.php:465
1031
+ msgid "Settings saved."
1032
+ msgstr "Asetukset tallennettu."
1033
+
1034
+ #: ../lib/tribe-the-events-calendar-import.class.php:44
1035
+ msgid "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make sure you have backed up before proceeding any further. You can easily <a href=\" http://wordpress.org/extend/plugins/the-events-calendar/download/\">revert to an old version</a> if you want to backup first. This upgrade includes two major steps, <a href=\"options-general.php?page=tribe-settings&tab=general\">migrating data</a> & updating your templates as necessary. There have been significant changes to the template tags and functions. Check out our <a href=\"http://tri.be/migrating-from-events-calendar-1-6-5-to-2-0\">walkthrough on the upgrade</a> before proceeding and check out the FAQ & Knowledge base from the <a href=\"http://tri.be/support/\">support page</a>. If you're new to The Events Calendar, you may want to review our <a href=\"http://tri.be/support/documentation/events-calendar-pro-new-user-primer/\">new user primer</a>.<br/><br/> You have events that need to be migrated. Please visit the bottom of the <a href=\"options-general.php?page=tribe-events-calendar\">settings page</a> to perform the migration."
1036
+ msgstr "Terveluloa Events 2.0:an! Tämä on SUURI päivitys versiosta 1.6.5. Varmista, että olet ottanut varmuuskopiot ennen kuin jatkat pidemmälle. Voit helposti <a href=\" http://wordpress.org/extend/plugins/the-events-calendar/download/\">palata vanhempaan versioon</a> jos haluat varmuuskopioida ensin. Tämä päivitys sisältää kaksi suurta vaihetta, <a href=\"options-general.php?page=tribe-events-calendar\">datan siirron</a> & ja mallien päivittämisen tarvittaessa. Template tagit ovat saaneet merkittäviä muutoksia ja funktioita. Katso <a href=\"http://tri.be/migrating-from-events-calendar-1-6-5-to-2-0\">päivityksen ohje</a> ennen jatkamista ja katso myös FAQ & Knowledge base <a href=\"http://tri.be/support/\">tukisivulta</a>. Jos olet uusi The Events Calendar käyttäjä, kannattaa ehkä katsoa <a href=\"http://tri.be/support/documentation/events-calendar-pro-new-user-primer/\">ohjeet uudelle käyttäjälle</a>.<br/><br/> Sinulla on tapahtumia, jotka pitää päivittää. Vieraile <a href=\"options-general.php?page=tribe-events-calendar\">asetussivun</a> alaosassa siirtämisen käynnistämiseksi."
1037
+
1038
+ #: ../lib/tribe-the-events-calendar-import.class.php:54
1039
+ msgid "Upgrade from The Events Calendar"
1040
+ msgstr "The Events Calendar päivitys"
1041
+
1042
+ #: ../lib/tribe-the-events-calendar-import.class.php:55
1043
+ msgid "It appears that you have some old events calendar data that needs to be upgraded. Please be sure to back up your database before initiating the upgrade. This process can not be undone."
1044
+ msgstr "Sinulla on jotain vanhaa kalenteridataa, joka tulee päivittää. Ota ensin varmuuskopiot ennen päivityksen aloittamista. Tätä prosessia ei voida peruuttaa."
1045
+
1046
+ #: ../lib/tribe-the-events-calendar-import.class.php:56
1047
+ msgid "Migrate Data!"
1048
+ msgstr "Siirrä tiedot!"
1049
+
1050
+ #: ../lib/tribe-the-events-calendar-import.class.php:132
1051
+ #, php-format
1052
+ msgid "You successfully migrated (%d) entries."
1053
+ msgstr "Olet siirtänyt onnistuneesti (%d) vientiä."
1054
+
1055
+ #: ../lib/tribe-the-events-calendar-import.class.php:203
1056
+ msgid "Install has 1 or more legacy event!"
1057
+ msgstr "Asenuksessa on 1 tai useampi vanha tapahtuma!"
1058
+
1059
+ #: ../lib/tribe-validate.class.php:78
1060
+ #: ../lib/tribe-validate.class.php:121
1061
+ msgid "Invalid or incomplete field passed"
1062
+ msgstr "Virheellinen tai puutteellinen kenttä läpäisty"
1063
+
1064
+ #: ../lib/tribe-validate.class.php:79
1065
+ #: ../lib/tribe-validate.class.php:115
1066
+ #: ../lib/tribe-validate.class.php:122
1067
+ msgid "Field ID:"
1068
+ msgstr "Kentän ID:"
1069
+
1070
+ #: ../lib/tribe-validate.class.php:114
1071
+ msgid "Non-existant field validation function passed"
1072
+ msgstr "Olemattoman kentän tarkitusfunktio meni läpi"
1073
+
1074
+ #: ../lib/tribe-validate.class.php:141
1075
+ #, php-format
1076
+ msgid "%s must be a positive number."
1077
+ msgstr "%s tulee olla positiivinen numero."
1078
+
1079
+ #: ../lib/tribe-validate.class.php:158
1080
+ #, php-format
1081
+ msgid "%s must be a valid slug (numbers, letters, dashes, and underscores)."
1082
+ msgstr "%s tulee olla oikea slug (numeroita, kirjaimia, viivoja tai alaviivoja)."
1083
+
1084
+ #: ../lib/tribe-validate.class.php:175
1085
+ #, php-format
1086
+ msgid "%s must be a valid absolute URL."
1087
+ msgstr "%s tulee olla oikea absoluuttinen URL."
1088
+
1089
+ #: ../lib/tribe-validate.class.php:193
1090
+ #: ../lib/tribe-validate.class.php:214
1091
+ #: ../lib/tribe-validate.class.php:236
1092
+ #, php-format
1093
+ msgid "%s must have a value that's part of its options."
1094
+ msgstr "%s tulee olla arvoltaan sellainen, joka löytyy vaihtoehdoista."
1095
+
1096
+ #: ../lib/tribe-validate.class.php:252
1097
+ #, php-format
1098
+ msgid "Comparison validation failed because no comparison value was provided, for field %s"
1099
+ msgstr "Vertailutarkistus epäonnistui, koska vertailuarvoa ei ollut annettu kentälle %s"
1100
+
1101
+ #: ../lib/tribe-validate.class.php:259
1102
+ #, php-format
1103
+ msgid "%s cannot be the same as %s."
1104
+ msgstr "%s ei voi olla sama kuin %s."
1105
+
1106
+ #: ../lib/tribe-validate.class.php:261
1107
+ #, php-format
1108
+ msgid "%s cannot be a duplicate"
1109
+ msgstr "%s ei saa olla duplikaatti"
1110
+
1111
+ #: ../lib/tribe-validate.class.php:279
1112
+ #, php-format
1113
+ msgid "%s must be a number or percentage."
1114
+ msgstr "%s tulee olla numero tai prosentti."
1115
+
1116
+ #: ../lib/tribe-validate.class.php:343
1117
+ #, php-format
1118
+ msgid "%s must be a number between 0 and 21."
1119
+ msgstr "%s tulee olla numero väliltä 0 ja 21."
1120
+
1121
+ #: ../lib/tribe-validate.class.php:360
1122
+ #, php-format
1123
+ msgid "%s must consist of letters, numbers, dashes, and spaces only."
1124
+ msgstr "%s tulee koostua ainoastaan kirjaimista, numeroista, viivoista ja väleistä."
1125
+
1126
+ #: ../lib/tribe-validate.class.php:377
1127
+ #, php-format
1128
+ msgid "%s must consist of letters, spaces, and dashes."
1129
+ msgstr "%s tulee koostua kirjaimista, väleistä ja viivoista."
1130
+
1131
+ #: ../lib/tribe-validate.class.php:393
1132
+ #, php-format
1133
+ msgid "%s must consist of 5 numbers."
1134
+ msgstr "%s tulee koostua viidestä numerosta."
1135
+
1136
+ #: ../lib/tribe-validate.class.php:409
1137
+ #, php-format
1138
+ msgid "%s must be a phone number."
1139
+ msgstr "%s tulee olla puhelinnumero."
1140
+
1141
+ #: ../lib/tribe-validate.class.php:427
1142
+ msgid "Country List must be formatted as one country per line in the following format: <br>US, United States <br> UK, United Kingdom."
1143
+ msgstr "Maalista tulee muotoilla muodossa yksi maa per rivi: <br>FI, Suomi <br> US, United States <br> UK, United Kingdom."
1144
+
1145
+ #: ../lib/tribe-view-helpers.class.php:16
1146
+ #: ../lib/tribe-view-helpers.class.php:35
1147
+ msgid "Select a Country:"
1148
+ msgstr "Valitse maa:"
1149
+
1150
+ #: ../lib/tribe-view-helpers.class.php:36
1151
+ msgid "United States"
1152
+ msgstr "United States"
1153
+
1154
+ #: ../lib/tribe-view-helpers.class.php:37
1155
+ msgid "Afghanistan"
1156
+ msgstr "Afghanistan"
1157
+
1158
+ #: ../lib/tribe-view-helpers.class.php:38
1159
+ msgid "Albania"
1160
+ msgstr "Albania"
1161
+
1162
+ #: ../lib/tribe-view-helpers.class.php:39
1163
+ msgid "Algeria"
1164
+ msgstr "Algeria"
1165
+
1166
+ #: ../lib/tribe-view-helpers.class.php:40
1167
+ msgid "American Samoa"
1168
+ msgstr "American Samoa"
1169
+
1170
+ #: ../lib/tribe-view-helpers.class.php:41
1171
+ msgid "Andorra"
1172
+ msgstr "Andorra"
1173
+
1174
+ #: ../lib/tribe-view-helpers.class.php:42
1175
+ msgid "Angola"
1176
+ msgstr "Angola"
1177
+
1178
+ #: ../lib/tribe-view-helpers.class.php:43
1179
+ msgid "Anguilla"
1180
+ msgstr "Anguilla"
1181
+
1182
+ #: ../lib/tribe-view-helpers.class.php:44
1183
+ msgid "Antarctica"
1184
+ msgstr "Antarctica"
1185
+
1186
+ #: ../lib/tribe-view-helpers.class.php:45
1187
+ msgid "Antigua And Barbuda"
1188
+ msgstr "Antigua And Barbuda"
1189
+
1190
+ #: ../lib/tribe-view-helpers.class.php:46
1191
+ msgid "Argentina"
1192
+ msgstr "Argentina"
1193
+
1194
+ #: ../lib/tribe-view-helpers.class.php:47
1195
+ msgid "Armenia"
1196
+ msgstr "Armenia"
1197
+
1198
+ #: ../lib/tribe-view-helpers.class.php:48
1199
+ msgid "Aruba"
1200
+ msgstr "Aruba"
1201
+
1202
+ #: ../lib/tribe-view-helpers.class.php:49
1203
+ msgid "Australia"
1204
+ msgstr "Australia"
1205
+
1206
+ #: ../lib/tribe-view-helpers.class.php:50
1207
+ msgid "Austria"
1208
+ msgstr "Austria"
1209
+
1210
+ #: ../lib/tribe-view-helpers.class.php:51
1211
+ msgid "Azerbaijan"
1212
+ msgstr "Azerbaijan"
1213
+
1214
+ #: ../lib/tribe-view-helpers.class.php:52
1215
+ msgid "Bahamas"
1216
+ msgstr "Bahamas"
1217
+
1218
+ #: ../lib/tribe-view-helpers.class.php:53
1219
+ msgid "Bahrain"
1220
+ msgstr "Bahrain"
1221
+
1222
+ #: ../lib/tribe-view-helpers.class.php:54
1223
+ msgid "Bangladesh"
1224
+ msgstr "Bangladesh"
1225
+
1226
+ #: ../lib/tribe-view-helpers.class.php:55
1227
+ msgid "Barbados"
1228
+ msgstr "Barbados"
1229
+
1230
+ #: ../lib/tribe-view-helpers.class.php:56
1231
+ msgid "Belarus"
1232
+ msgstr "Belarus"
1233
+
1234
+ #: ../lib/tribe-view-helpers.class.php:57
1235
+ msgid "Belgium"
1236
+ msgstr "Belgium"
1237
+
1238
+ #: ../lib/tribe-view-helpers.class.php:58
1239
+ msgid "Belize"
1240
+ msgstr "Belize"
1241
+
1242
+ #: ../lib/tribe-view-helpers.class.php:59
1243
+ msgid "Benin"
1244
+ msgstr "Benin"
1245
+
1246
+ #: ../lib/tribe-view-helpers.class.php:60
1247
+ msgid "Bermuda"
1248
+ msgstr "Bermuda"
1249
+
1250
+ #: ../lib/tribe-view-helpers.class.php:61
1251
+ msgid "Bhutan"
1252
+ msgstr "Bhutan"
1253
+
1254
+ #: ../lib/tribe-view-helpers.class.php:62
1255
+ msgid "Bolivia"
1256
+ msgstr "Bolivia"
1257
+
1258
+ #: ../lib/tribe-view-helpers.class.php:63
1259
+ msgid "Bosnia And Herzegowina"
1260
+ msgstr "Bosnia And Herzegowina"
1261
+
1262
+ #: ../lib/tribe-view-helpers.class.php:64
1263
+ msgid "Botswana"
1264
+ msgstr "Botswana"
1265
+
1266
+ #: ../lib/tribe-view-helpers.class.php:65
1267
+ msgid "Bouvet Island"
1268
+ msgstr "Bouvet Island"
1269
+
1270
+ #: ../lib/tribe-view-helpers.class.php:66
1271
+ msgid "Brazil"
1272
+ msgstr "Brazil"
1273
+
1274
+ #: ../lib/tribe-view-helpers.class.php:67
1275
+ msgid "British Indian Ocean Territory"
1276
+ msgstr "British Indian Ocean Territory"
1277
+
1278
+ #: ../lib/tribe-view-helpers.class.php:68
1279
+ msgid "Brunei Darussalam"
1280
+ msgstr "Brunei Darussalam"
1281
+
1282
+ #: ../lib/tribe-view-helpers.class.php:69
1283
+ msgid "Bulgaria"
1284
+ msgstr "Bulgaria"
1285
+
1286
+ #: ../lib/tribe-view-helpers.class.php:70
1287
+ msgid "Burkina Faso"
1288
+ msgstr "Burkina Faso"
1289
+
1290
+ #: ../lib/tribe-view-helpers.class.php:71
1291
+ msgid "Burundi"
1292
+ msgstr "Burundi"
1293
+
1294
+ #: ../lib/tribe-view-helpers.class.php:72
1295
+ msgid "Cambodia"
1296
+ msgstr "Cambodia"
1297
+
1298
+ #: ../lib/tribe-view-helpers.class.php:73
1299
+ msgid "Cameroon"
1300
+ msgstr "Cameroon"
1301
+
1302
+ #: ../lib/tribe-view-helpers.class.php:74
1303
+ msgid "Canada"
1304
+ msgstr "Canada"
1305
+
1306
+ #: ../lib/tribe-view-helpers.class.php:75
1307
+ msgid "Cape Verde"
1308
+ msgstr "Cape Verde"
1309
+
1310
+ #: ../lib/tribe-view-helpers.class.php:76
1311
+ msgid "Cayman Islands"
1312
+ msgstr "Cayman Islands"
1313
+
1314
+ #: ../lib/tribe-view-helpers.class.php:77
1315
+ msgid "Central African Republic"
1316
+ msgstr "Central African Republic"
1317
+
1318
+ #: ../lib/tribe-view-helpers.class.php:78
1319
+ msgid "Chad"
1320
+ msgstr "Chad"
1321
+
1322
+ #: ../lib/tribe-view-helpers.class.php:79
1323
+ msgid "Chile"
1324
+ msgstr "Chile"
1325
+
1326
+ #: ../lib/tribe-view-helpers.class.php:80
1327
+ msgid "China"
1328
+ msgstr "China"
1329
+
1330
+ #: ../lib/tribe-view-helpers.class.php:81
1331
+ msgid "Christmas Island"
1332
+ msgstr "Christmas Island"
1333
+
1334
+ #: ../lib/tribe-view-helpers.class.php:82
1335
+ msgid "Cocos (Keeling) Islands"
1336
+ msgstr "Cocos (Keeling) Islands"
1337
+
1338
+ #: ../lib/tribe-view-helpers.class.php:83
1339
+ msgid "Colombia"
1340
+ msgstr "Colombia"
1341
+
1342
+ #: ../lib/tribe-view-helpers.class.php:84
1343
+ msgid "Comoros"
1344
+ msgstr "Comoros"
1345
+
1346
+ #: ../lib/tribe-view-helpers.class.php:85
1347
+ msgid "Congo"
1348
+ msgstr "Congo"
1349
+
1350
+ #: ../lib/tribe-view-helpers.class.php:86
1351
+ msgid "Congo, The Democratic Republic Of The"
1352
+ msgstr "Congo, The Democratic Republic Of The"
1353
+
1354
+ #: ../lib/tribe-view-helpers.class.php:87
1355
+ msgid "Cook Islands"
1356
+ msgstr "Cook Islands"
1357
+
1358
+ #: ../lib/tribe-view-helpers.class.php:88
1359
+ msgid "Costa Rica"
1360
+ msgstr "Costa Rica"
1361
+
1362
+ #: ../lib/tribe-view-helpers.class.php:89
1363
+ msgid "Cote D'Ivoire"
1364
+ msgstr "Cote D'Ivoire"
1365
+
1366
+ #: ../lib/tribe-view-helpers.class.php:90
1367
+ msgid "Croatia (Local Name: Hrvatska)"
1368
+ msgstr "Croatia (Local Name: Hrvatska)"
1369
+
1370
+ #: ../lib/tribe-view-helpers.class.php:91
1371
+ msgid "Cuba"
1372
+ msgstr "Cuba"
1373
+
1374
+ #: ../lib/tribe-view-helpers.class.php:92
1375
+ msgid "Cyprus"
1376
+ msgstr "Cyprus"
1377
+
1378
+ #: ../lib/tribe-view-helpers.class.php:93
1379
+ msgid "Czech Republic"
1380
+ msgstr "Czech Republic"
1381
+
1382
+ #: ../lib/tribe-view-helpers.class.php:94
1383
+ msgid "Denmark"
1384
+ msgstr "Denmark"
1385
+
1386
+ #: ../lib/tribe-view-helpers.class.php:95
1387
+ msgid "Djibouti"
1388
+ msgstr "Djibouti"
1389
+
1390
+ #: ../lib/tribe-view-helpers.class.php:96
1391
+ msgid "Dominica"
1392
+ msgstr "Dominica"
1393
+
1394
+ #: ../lib/tribe-view-helpers.class.php:97
1395
+ msgid "Dominican Republic"
1396
+ msgstr "Dominican Republic"
1397
+
1398
+ #: ../lib/tribe-view-helpers.class.php:98
1399
+ msgid "East Timor"
1400
+ msgstr "East Timor"
1401
+
1402
+ #: ../lib/tribe-view-helpers.class.php:99
1403
+ msgid "Ecuador"
1404
+ msgstr "Ecuador"
1405
+
1406
+ #: ../lib/tribe-view-helpers.class.php:100
1407
+ msgid "Egypt"
1408
+ msgstr "Egypt"
1409
+
1410
+ #: ../lib/tribe-view-helpers.class.php:101
1411
+ msgid "El Salvador"
1412
+ msgstr "El Salvador"
1413
+
1414
+ #: ../lib/tribe-view-helpers.class.php:102
1415
+ msgid "Equatorial Guinea"
1416
+ msgstr "Equatorial Guinea"
1417
+
1418
+ #: ../lib/tribe-view-helpers.class.php:103
1419
+ msgid "Eritrea"
1420
+ msgstr "Eritrea"
1421
+
1422
+ #: ../lib/tribe-view-helpers.class.php:104
1423
+ msgid "Estonia"
1424
+ msgstr "Estonia"
1425
+
1426
+ #: ../lib/tribe-view-helpers.class.php:105
1427
+ msgid "Ethiopia"
1428
+ msgstr "Ethiopia"
1429
+
1430
+ #: ../lib/tribe-view-helpers.class.php:106
1431
+ msgid "Falkland Islands (Malvinas)"
1432
+ msgstr "Falkland Islands (Malvinas)"
1433
+
1434
+ #: ../lib/tribe-view-helpers.class.php:107
1435
+ msgid "Faroe Islands"
1436
+ msgstr "Faroe Islands"
1437
+
1438
+ #: ../lib/tribe-view-helpers.class.php:108
1439
+ msgid "Fiji"
1440
+ msgstr "Fiji"
1441
+
1442
+ #: ../lib/tribe-view-helpers.class.php:109
1443
+ msgid "Finland"
1444
+ msgstr "Finland"
1445
+
1446
+ #: ../lib/tribe-view-helpers.class.php:110
1447
+ msgid "France"
1448
+ msgstr "France"
1449
+
1450
+ #: ../lib/tribe-view-helpers.class.php:111
1451
+ msgid "France, Metropolitan"
1452
+ msgstr "France, Metropolitan"
1453
+
1454
+ #: ../lib/tribe-view-helpers.class.php:112
1455
+ msgid "French Guiana"
1456
+ msgstr "French Guiana"
1457
+
1458
+ #: ../lib/tribe-view-helpers.class.php:113
1459
+ msgid "French Polynesia"
1460
+ msgstr "French Polynesia"
1461
+
1462
+ #: ../lib/tribe-view-helpers.class.php:114
1463
+ msgid "French Southern Territories"
1464
+ msgstr "French Southern Territories"
1465
+
1466
+ #: ../lib/tribe-view-helpers.class.php:115
1467
+ msgid "Gabon"
1468
+ msgstr "Gabon"
1469
+
1470
+ #: ../lib/tribe-view-helpers.class.php:116
1471
+ msgid "Gambia"
1472
+ msgstr "Gambia"
1473
+
1474
+ #: ../lib/tribe-view-helpers.class.php:117
1475
+ #: ../lib/tribe-view-helpers.class.php:305
1476
+ msgid "Georgia"
1477
+ msgstr "Georgia"
1478
+
1479
+ #: ../lib/tribe-view-helpers.class.php:118
1480
+ msgid "Germany"
1481
+ msgstr "Germany"
1482
+
1483
+ #: ../lib/tribe-view-helpers.class.php:119
1484
+ msgid "Ghana"
1485
+ msgstr "Ghana"
1486
+
1487
+ #: ../lib/tribe-view-helpers.class.php:120
1488
+ msgid "Gibraltar"
1489
+ msgstr "Gibraltar"
1490
+
1491
+ #: ../lib/tribe-view-helpers.class.php:121
1492
+ msgid "Greece"
1493
+ msgstr "Greece"
1494
+
1495
+ #: ../lib/tribe-view-helpers.class.php:122
1496
+ msgid "Greenland"
1497
+ msgstr "Greenland"
1498
+
1499
+ #: ../lib/tribe-view-helpers.class.php:123
1500
+ msgid "Grenada"
1501
+ msgstr "Grenada"
1502
+
1503
+ #: ../lib/tribe-view-helpers.class.php:124
1504
+ msgid "Guadeloupe"
1505
+ msgstr "Guadeloupe"
1506
+
1507
+ #: ../lib/tribe-view-helpers.class.php:125
1508
+ msgid "Guam"
1509
+ msgstr "Guam"
1510
+
1511
+ #: ../lib/tribe-view-helpers.class.php:126
1512
+ msgid "Guatemala"
1513
+ msgstr "Guatemala"
1514
+
1515
+ #: ../lib/tribe-view-helpers.class.php:127
1516
+ msgid "Guinea"
1517
+ msgstr "Guinea"
1518
+
1519
+ #: ../lib/tribe-view-helpers.class.php:128
1520
+ msgid "Guinea-Bissau"
1521
+ msgstr "Guinea-Bissau"
1522
+
1523
+ #: ../lib/tribe-view-helpers.class.php:129
1524
+ msgid "Guyana"
1525
+ msgstr "Guyana"
1526
+
1527
+ #: ../lib/tribe-view-helpers.class.php:130
1528
+ msgid "Haiti"
1529
+ msgstr "Haiti"
1530
+
1531
+ #: ../lib/tribe-view-helpers.class.php:131
1532
+ msgid "Heard And Mc Donald Islands"
1533
+ msgstr "Heard And Mc Donald Islands"
1534
+
1535
+ #: ../lib/tribe-view-helpers.class.php:132
1536
+ msgid "Holy See (Vatican City State)"
1537
+ msgstr "Holy See (Vatican City State)"
1538
+
1539
+ #: ../lib/tribe-view-helpers.class.php:133
1540
+ msgid "Honduras"
1541
+ msgstr "Honduras"
1542
+
1543
+ #: ../lib/tribe-view-helpers.class.php:134
1544
+ msgid "Hong Kong"
1545
+ msgstr "Hong Kong"
1546
+
1547
+ #: ../lib/tribe-view-helpers.class.php:135
1548
+ msgid "Hungary"
1549
+ msgstr "Hungary"
1550
+
1551
+ #: ../lib/tribe-view-helpers.class.php:136
1552
+ msgid "Iceland"
1553
+ msgstr "Iceland"
1554
+
1555
+ #: ../lib/tribe-view-helpers.class.php:137
1556
+ msgid "India"
1557
+ msgstr "India"
1558
+
1559
+ #: ../lib/tribe-view-helpers.class.php:138
1560
+ msgid "Indonesia"
1561
+ msgstr "Indonesia"
1562
+
1563
+ #: ../lib/tribe-view-helpers.class.php:139
1564
+ msgid "Iran (Islamic Republic Of)"
1565
+ msgstr "Iran (Islamic Republic Of)"
1566
+
1567
+ #: ../lib/tribe-view-helpers.class.php:140
1568
+ msgid "Iraq"
1569
+ msgstr "Iraq"
1570
+
1571
+ #: ../lib/tribe-view-helpers.class.php:141
1572
+ msgid "Ireland"
1573
+ msgstr "Ireland"
1574
+
1575
+ #: ../lib/tribe-view-helpers.class.php:142
1576
+ msgid "Israel"
1577
+ msgstr "Israel"
1578
+
1579
+ #: ../lib/tribe-view-helpers.class.php:143
1580
+ msgid "Italy"
1581
+ msgstr "Italy"
1582
+
1583
+ #: ../lib/tribe-view-helpers.class.php:144
1584
+ msgid "Jamaica"
1585
+ msgstr "Jamaica"
1586
+
1587
+ #: ../lib/tribe-view-helpers.class.php:145
1588
+ msgid "Japan"
1589
+ msgstr "Japan"
1590
+
1591
+ #: ../lib/tribe-view-helpers.class.php:146
1592
+ msgid "Jordan"
1593
+ msgstr "Jordan"
1594
+
1595
+ #: ../lib/tribe-view-helpers.class.php:147
1596
+ msgid "Kazakhstan"
1597
+ msgstr "Kazakhstan"
1598
+
1599
+ #: ../lib/tribe-view-helpers.class.php:148
1600
+ msgid "Kenya"
1601
+ msgstr "Kenya"
1602
+
1603
+ #: ../lib/tribe-view-helpers.class.php:149
1604
+ msgid "Kiribati"
1605
+ msgstr "Kiribati"
1606
+
1607
+ #: ../lib/tribe-view-helpers.class.php:150
1608
+ msgid "Korea, Democratic People's Republic Of"
1609
+ msgstr "Korea, Democratic People's Republic Of"
1610
+
1611
+ #: ../lib/tribe-view-helpers.class.php:151
1612
+ msgid "Korea, Republic Of"
1613
+ msgstr "Korea, Republic Of"
1614
+
1615
+ #: ../lib/tribe-view-helpers.class.php:152
1616
+ msgid "Kuwait"
1617
+ msgstr "Kuwait"
1618
+
1619
+ #: ../lib/tribe-view-helpers.class.php:153
1620
+ msgid "Kyrgyzstan"
1621
+ msgstr "Kyrgyzstan"
1622
+
1623
+ #: ../lib/tribe-view-helpers.class.php:154
1624
+ msgid "Lao People's Democratic Republic"
1625
+ msgstr "Lao People's Democratic Republic"
1626
+
1627
+ #: ../lib/tribe-view-helpers.class.php:155
1628
+ msgid "Latvia"
1629
+ msgstr "Latvia"
1630
+
1631
+ #: ../lib/tribe-view-helpers.class.php:156
1632
+ msgid "Lebanon"
1633
+ msgstr "Lebanon"
1634
+
1635
+ #: ../lib/tribe-view-helpers.class.php:157
1636
+ msgid "Lesotho"
1637
+ msgstr "Lesotho"
1638
+
1639
+ #: ../lib/tribe-view-helpers.class.php:158
1640
+ msgid "Liberia"
1641
+ msgstr "Liberia"
1642
+
1643
+ #: ../lib/tribe-view-helpers.class.php:159
1644
+ msgid "Libya"
1645
+ msgstr "Libya"
1646
+
1647
+ #: ../lib/tribe-view-helpers.class.php:160
1648
+ msgid "Liechtenstein"
1649
+ msgstr "Liechtenstein"
1650
+
1651
+ #: ../lib/tribe-view-helpers.class.php:161
1652
+ msgid "Lithuania"
1653
+ msgstr "Lithuania"
1654
+
1655
+ #: ../lib/tribe-view-helpers.class.php:162
1656
+ msgid "Luxembourg"
1657
+ msgstr "Luxembourg"
1658
+
1659
+ #: ../lib/tribe-view-helpers.class.php:163
1660
+ msgid "Macau"
1661
+ msgstr "Macau"
1662
+
1663
+ #: ../lib/tribe-view-helpers.class.php:164
1664
+ msgid "Macedonia"
1665
+ msgstr "Macedonia"
1666
+
1667
+ #: ../lib/tribe-view-helpers.class.php:165
1668
+ msgid "Madagascar"
1669
+ msgstr "Madagascar"
1670
+
1671
+ #: ../lib/tribe-view-helpers.class.php:166
1672
+ msgid "Malawi"
1673
+ msgstr "Malawi"
1674
+
1675
+ #: ../lib/tribe-view-helpers.class.php:167
1676
+ msgid "Malaysia"
1677
+ msgstr "Malaysia"
1678
+
1679
+ #: ../lib/tribe-view-helpers.class.php:168
1680
+ msgid "Maldives"
1681
+ msgstr "Maldives"
1682
+
1683
+ #: ../lib/tribe-view-helpers.class.php:169
1684
+ msgid "Mali"
1685
+ msgstr "Mali"
1686
+
1687
+ #: ../lib/tribe-view-helpers.class.php:170
1688
+ msgid "Malta"
1689
+ msgstr "Malta"
1690
+
1691
+ #: ../lib/tribe-view-helpers.class.php:171
1692
+ msgid "Marshall Islands"
1693
+ msgstr "Marshall Islands"
1694
+
1695
+ #: ../lib/tribe-view-helpers.class.php:172
1696
+ msgid "Martinique"
1697
+ msgstr "Martinique"
1698
+
1699
+ #: ../lib/tribe-view-helpers.class.php:173
1700
+ msgid "Mauritania"
1701
+ msgstr "Mauritania"
1702
+
1703
+ #: ../lib/tribe-view-helpers.class.php:174
1704
+ msgid "Mauritius"
1705
+ msgstr "Mauritius"
1706
+
1707
+ #: ../lib/tribe-view-helpers.class.php:175
1708
+ msgid "Mayotte"
1709
+ msgstr "Mayotte"
1710
+
1711
+ #: ../lib/tribe-view-helpers.class.php:176
1712
+ msgid "Mexico"
1713
+ msgstr "Mexico"
1714
+
1715
+ #: ../lib/tribe-view-helpers.class.php:177
1716
+ msgid "Micronesia, Federated States Of"
1717
+ msgstr "Micronesia, Federated States Of"
1718
+
1719
+ #: ../lib/tribe-view-helpers.class.php:178
1720
+ msgid "Moldova, Republic Of"
1721
+ msgstr "Moldova, Republic Of"
1722
+
1723
+ #: ../lib/tribe-view-helpers.class.php:179
1724
+ msgid "Monaco"
1725
+ msgstr "Monaco"
1726
+
1727
+ #: ../lib/tribe-view-helpers.class.php:180
1728
+ msgid "Mongolia"
1729
+ msgstr "Mongolia"
1730
+
1731
+ #: ../lib/tribe-view-helpers.class.php:181
1732
+ msgid "Montenegro"
1733
+ msgstr "Montenegro"
1734
+
1735
+ #: ../lib/tribe-view-helpers.class.php:182
1736
+ msgid "Montserrat"
1737
+ msgstr "Montserrat"
1738
+
1739
+ #: ../lib/tribe-view-helpers.class.php:183
1740
+ msgid "Morocco"
1741
+ msgstr "Morocco"
1742
+
1743
+ #: ../lib/tribe-view-helpers.class.php:184
1744
+ msgid "Mozambique"
1745
+ msgstr "Mozambique"
1746
+
1747
+ #: ../lib/tribe-view-helpers.class.php:185
1748
+ msgid "Myanmar"
1749
+ msgstr "Myanmar"
1750
+
1751
+ #: ../lib/tribe-view-helpers.class.php:186
1752
+ msgid "Namibia"
1753
+ msgstr "Namibia"
1754
+
1755
+ #: ../lib/tribe-view-helpers.class.php:187
1756
+ msgid "Nauru"
1757
+ msgstr "Nauru"
1758
+
1759
+ #: ../lib/tribe-view-helpers.class.php:188
1760
+ msgid "Nepal"
1761
+ msgstr "Nepal"
1762
+
1763
+ #: ../lib/tribe-view-helpers.class.php:189
1764
+ msgid "Netherlands"
1765
+ msgstr "Netherlands"
1766
+
1767
+ #: ../lib/tribe-view-helpers.class.php:190
1768
+ msgid "Netherlands Antilles"
1769
+ msgstr "Netherlands Antilles"
1770
+
1771
+ #: ../lib/tribe-view-helpers.class.php:191
1772
+ msgid "New Caledonia"
1773
+ msgstr "New Caledonia"
1774
+
1775
+ #: ../lib/tribe-view-helpers.class.php:192
1776
+ msgid "New Zealand"
1777
+ msgstr "New Zealand"
1778
+
1779
+ #: ../lib/tribe-view-helpers.class.php:193
1780
+ msgid "Nicaragua"
1781
+ msgstr "Nicaragua"
1782
+
1783
+ #: ../lib/tribe-view-helpers.class.php:194
1784
+ msgid "Niger"
1785
+ msgstr "Niger"
1786
+
1787
+ #: ../lib/tribe-view-helpers.class.php:195
1788
+ msgid "Nigeria"
1789
+ msgstr "Nigeria"
1790
+
1791
+ #: ../lib/tribe-view-helpers.class.php:196
1792
+ msgid "Niue"
1793
+ msgstr "Niue"
1794
+
1795
+ #: ../lib/tribe-view-helpers.class.php:197
1796
+ msgid "Norfolk Island"
1797
+ msgstr "Norfolk Island"
1798
+
1799
+ #: ../lib/tribe-view-helpers.class.php:198
1800
+ msgid "Northern Mariana Islands"
1801
+ msgstr "Northern Mariana Islands"
1802
+
1803
+ #: ../lib/tribe-view-helpers.class.php:199
1804
+ msgid "Norway"
1805
+ msgstr "Norway"
1806
+
1807
+ #: ../lib/tribe-view-helpers.class.php:200
1808
+ msgid "Oman"
1809
+ msgstr "Oman"
1810
+
1811
+ #: ../lib/tribe-view-helpers.class.php:201
1812
+ msgid "Pakistan"
1813
+ msgstr "Pakistan"
1814
+
1815
+ #: ../lib/tribe-view-helpers.class.php:202
1816
+ msgid "Palau"
1817
+ msgstr "Palau"
1818
+
1819
+ #: ../lib/tribe-view-helpers.class.php:203
1820
+ msgid "Panama"
1821
+ msgstr "Panama"
1822
+
1823
+ #: ../lib/tribe-view-helpers.class.php:204
1824
+ msgid "Papua New Guinea"
1825
+ msgstr "Papua New Guinea"
1826
+
1827
+ #: ../lib/tribe-view-helpers.class.php:205
1828
+ msgid "Paraguay"
1829
+ msgstr "Paraguay"
1830
+
1831
+ #: ../lib/tribe-view-helpers.class.php:206
1832
+ msgid "Peru"
1833
+ msgstr "Peru"
1834
+
1835
+ #: ../lib/tribe-view-helpers.class.php:207
1836
+ msgid "Philippines"
1837
+ msgstr "Philippines"
1838
+
1839
+ #: ../lib/tribe-view-helpers.class.php:208
1840
+ msgid "Pitcairn"
1841
+ msgstr "Pitcairn"
1842
+
1843
+ #: ../lib/tribe-view-helpers.class.php:209
1844
+ msgid "Poland"
1845
+ msgstr "Poland"
1846
+
1847
+ #: ../lib/tribe-view-helpers.class.php:210
1848
+ msgid "Portugal"
1849
+ msgstr "Portugal"
1850
+
1851
+ #: ../lib/tribe-view-helpers.class.php:211
1852
+ msgid "Puerto Rico"
1853
+ msgstr "Puerto Rico"
1854
+
1855
+ #: ../lib/tribe-view-helpers.class.php:212
1856
+ msgid "Qatar"
1857
+ msgstr "Qatar"
1858
+
1859
+ #: ../lib/tribe-view-helpers.class.php:213
1860
+ msgid "Reunion"
1861
+ msgstr "Reunion"
1862
+
1863
+ #: ../lib/tribe-view-helpers.class.php:214
1864
+ msgid "Romania"
1865
+ msgstr "Romania"
1866
+
1867
+ #: ../lib/tribe-view-helpers.class.php:215
1868
+ msgid "Russian Federation"
1869
+ msgstr "Russian Federation"
1870
+
1871
+ #: ../lib/tribe-view-helpers.class.php:216
1872
+ msgid "Rwanda"
1873
+ msgstr "Rwanda"
1874
+
1875
+ #: ../lib/tribe-view-helpers.class.php:217
1876
+ msgid "Saint Kitts And Nevis"
1877
+ msgstr "Saint Kitts And Nevis"
1878
+
1879
+ #: ../lib/tribe-view-helpers.class.php:218
1880
+ msgid "Saint Lucia"
1881
+ msgstr "Saint Lucia"
1882
+
1883
+ #: ../lib/tribe-view-helpers.class.php:219
1884
+ msgid "Saint Vincent And The Grenadines"
1885
+ msgstr "Saint Vincent And The Grenadines"
1886
+
1887
+ #: ../lib/tribe-view-helpers.class.php:220
1888
+ msgid "Samoa"
1889
+ msgstr "Samoa"
1890
+
1891
+ #: ../lib/tribe-view-helpers.class.php:221
1892
+ msgid "San Marino"
1893
+ msgstr "San Marino"
1894
+
1895
+ #: ../lib/tribe-view-helpers.class.php:222
1896
+ msgid "Sao Tome And Principe"
1897
+ msgstr "Sao Tome And Principe"
1898
+
1899
+ #: ../lib/tribe-view-helpers.class.php:223
1900
+ msgid "Saudi Arabia"
1901
+ msgstr "Saudi Arabia"
1902
+
1903
+ #: ../lib/tribe-view-helpers.class.php:224
1904
+ msgid "Senegal"
1905
+ msgstr "Senegal"
1906
+
1907
+ #: ../lib/tribe-view-helpers.class.php:225
1908
+ msgid "Serbia"
1909
+ msgstr "Serbia"
1910
+
1911
+ #: ../lib/tribe-view-helpers.class.php:226
1912
+ msgid "Seychelles"
1913
+ msgstr "Seychelles"
1914
+
1915
+ #: ../lib/tribe-view-helpers.class.php:227
1916
+ msgid "Sierra Leone"
1917
+ msgstr "Sierra Leone"
1918
+
1919
+ #: ../lib/tribe-view-helpers.class.php:228
1920
+ msgid "Singapore"
1921
+ msgstr "Singapore"
1922
+
1923
+ #: ../lib/tribe-view-helpers.class.php:229
1924
+ msgid "Slovakia (Slovak Republic)"
1925
+ msgstr "Slovakia (Slovak Republic)"
1926
+
1927
+ #: ../lib/tribe-view-helpers.class.php:230
1928
+ msgid "Slovenia"
1929
+ msgstr "Slovenia"
1930
+
1931
+ #: ../lib/tribe-view-helpers.class.php:231
1932
+ msgid "Solomon Islands"
1933
+ msgstr "Solomon Islands"
1934
+
1935
+ #: ../lib/tribe-view-helpers.class.php:232
1936
+ msgid "Somalia"
1937
+ msgstr "Somalia"
1938
+
1939
+ #: ../lib/tribe-view-helpers.class.php:233
1940
+ msgid "South Africa"
1941
+ msgstr "South Africa"
1942
+
1943
+ #: ../lib/tribe-view-helpers.class.php:234
1944
+ msgid "South Georgia, South Sandwich Islands"
1945
+ msgstr "South Georgia, South Sandwich Islands"
1946
+
1947
+ #: ../lib/tribe-view-helpers.class.php:235
1948
+ msgid "Spain"
1949
+ msgstr "Spain"
1950
+
1951
+ #: ../lib/tribe-view-helpers.class.php:236
1952
+ msgid "Sri Lanka"
1953
+ msgstr "Sri Lanka"
1954
+
1955
+ #: ../lib/tribe-view-helpers.class.php:237
1956
+ msgid "St. Helena"
1957
+ msgstr "St. Helena"
1958
+
1959
+ #: ../lib/tribe-view-helpers.class.php:238
1960
+ msgid "St. Pierre And Miquelon"
1961
+ msgstr "St. Pierre And Miquelon"
1962
+
1963
+ #: ../lib/tribe-view-helpers.class.php:239
1964
+ msgid "Sudan"
1965
+ msgstr "Sudan"
1966
+
1967
+ #: ../lib/tribe-view-helpers.class.php:240
1968
+ msgid "Suriname"
1969
+ msgstr "Suriname"
1970
+
1971
+ #: ../lib/tribe-view-helpers.class.php:241
1972
+ msgid "Svalbard And Jan Mayen Islands"
1973
+ msgstr "Svalbard And Jan Mayen Islands"
1974
+
1975
+ #: ../lib/tribe-view-helpers.class.php:242
1976
+ msgid "Swaziland"
1977
+ msgstr "Swaziland"
1978
+
1979
+ #: ../lib/tribe-view-helpers.class.php:243
1980
+ msgid "Sweden"
1981
+ msgstr "Sweden"
1982
+
1983
+ #: ../lib/tribe-view-helpers.class.php:244
1984
+ msgid "Switzerland"
1985
+ msgstr "Switzerland"
1986
+
1987
+ #: ../lib/tribe-view-helpers.class.php:245
1988
+ msgid "Syrian Arab Republic"
1989
+ msgstr "Syrian Arab Republic"
1990
+
1991
+ #: ../lib/tribe-view-helpers.class.php:246
1992
+ msgid "Taiwan"
1993
+ msgstr "Taiwan"
1994
+
1995
+ #: ../lib/tribe-view-helpers.class.php:247
1996
+ msgid "Tajikistan"
1997
+ msgstr "Tajikistan"
1998
+
1999
+ #: ../lib/tribe-view-helpers.class.php:248
2000
+ msgid "Tanzania, United Republic Of"
2001
+ msgstr "Tanzania, United Republic Of"
2002
+
2003
+ #: ../lib/tribe-view-helpers.class.php:249
2004
+ msgid "Thailand"
2005
+ msgstr "Thailand"
2006
+
2007
+ #: ../lib/tribe-view-helpers.class.php:250
2008
+ msgid "Togo"
2009
+ msgstr "Togo"
2010
+
2011
+ #: ../lib/tribe-view-helpers.class.php:251
2012
+ msgid "Tokelau"
2013
+ msgstr "Tokelauöarna"
2014
+
2015
+ #: ../lib/tribe-view-helpers.class.php:252
2016
+ msgid "Tonga"
2017
+ msgstr "Tonga"
2018
+
2019
+ #: ../lib/tribe-view-helpers.class.php:253
2020
+ msgid "Trinidad And Tobago"
2021
+ msgstr "Trinidad And Tobago"
2022
+
2023
+ #: ../lib/tribe-view-helpers.class.php:254
2024
+ msgid "Tunisia"
2025
+ msgstr "Tunisien"
2026
+
2027
+ #: ../lib/tribe-view-helpers.class.php:255
2028
+ msgid "Turkey"
2029
+ msgstr "Turkey"
2030
+
2031
+ #: ../lib/tribe-view-helpers.class.php:256
2032
+ msgid "Turkmenistan"
2033
+ msgstr "Turkmenistan"
2034
+
2035
+ #: ../lib/tribe-view-helpers.class.php:257
2036
+ msgid "Turks And Caicos Islands"
2037
+ msgstr "Turks And Caicos Islands"
2038
+
2039
+ #: ../lib/tribe-view-helpers.class.php:258
2040
+ msgid "Tuvalu"
2041
+ msgstr "Tuvalu"
2042
+
2043
+ #: ../lib/tribe-view-helpers.class.php:259
2044
+ msgid "Uganda"
2045
+ msgstr "Uganda"
2046
+
2047
+ #: ../lib/tribe-view-helpers.class.php:260
2048
+ msgid "Ukraine"
2049
+ msgstr "Ukraine"
2050
+
2051
+ #: ../lib/tribe-view-helpers.class.php:261
2052
+ msgid "United Arab Emirates"
2053
+ msgstr "United Arab Emirates"
2054
+
2055
+ #: ../lib/tribe-view-helpers.class.php:262
2056
+ msgid "United Kingdom"
2057
+ msgstr "United Kingdom"
2058
+
2059
+ #: ../lib/tribe-view-helpers.class.php:263
2060
+ msgid "United States Minor Outlying Islands"
2061
+ msgstr "United States Minor Outlying Islands"
2062
+
2063
+ #: ../lib/tribe-view-helpers.class.php:264
2064
+ msgid "Uruguay"
2065
+ msgstr "Uruguay"
2066
+
2067
+ #: ../lib/tribe-view-helpers.class.php:265
2068
+ msgid "Uzbekistan"
2069
+ msgstr "Uzbekistan"
2070
+
2071
+ #: ../lib/tribe-view-helpers.class.php:266
2072
+ msgid "Vanuatu"
2073
+ msgstr "Vanuatu"
2074
+
2075
+ #: ../lib/tribe-view-helpers.class.php:267
2076
+ msgid "Venezuela"
2077
+ msgstr "Venezuela"
2078
+
2079
+ #: ../lib/tribe-view-helpers.class.php:268
2080
+ msgid "Viet Nam"
2081
+ msgstr "Viet Nam"
2082
+
2083
+ #: ../lib/tribe-view-helpers.class.php:269
2084
+ msgid "Virgin Islands (British)"
2085
+ msgstr "Virgin Islands (British)"
2086
+
2087
+ #: ../lib/tribe-view-helpers.class.php:270
2088
+ msgid "Virgin Islands (U.S.)"
2089
+ msgstr "Virgin Islands (U.S.)"
2090
+
2091
+ #: ../lib/tribe-view-helpers.class.php:271
2092
+ msgid "Wallis And Futuna Islands"
2093
+ msgstr "Wallis And Futuna Islands"
2094
+
2095
+ #: ../lib/tribe-view-helpers.class.php:272
2096
+ msgid "Western Sahara"
2097
+ msgstr "Western Sahara"
2098
+
2099
+ #: ../lib/tribe-view-helpers.class.php:273
2100
+ msgid "Yemen"
2101
+ msgstr "Yemen"
2102
+
2103
+ #: ../lib/tribe-view-helpers.class.php:274
2104
+ msgid "Zambia"
2105
+ msgstr "Zambia"
2106
+
2107
+ #: ../lib/tribe-view-helpers.class.php:275
2108
+ msgid "Zimbabwe"
2109
+ msgstr "Zimbabwe"
2110
+
2111
+ #: ../lib/tribe-view-helpers.class.php:295
2112
+ msgid "Alabama"
2113
+ msgstr "Alabama"
2114
+
2115
+ #: ../lib/tribe-view-helpers.class.php:296
2116
+ msgid "Alaska"
2117
+ msgstr "Alaska"
2118
+
2119
+ #: ../lib/tribe-view-helpers.class.php:297
2120
+ msgid "Arizona"
2121
+ msgstr "Arizona"
2122
+
2123
+ #: ../lib/tribe-view-helpers.class.php:298
2124
+ msgid "Arkansas"
2125
+ msgstr "Arkansas"
2126
+
2127
+ #: ../lib/tribe-view-helpers.class.php:299
2128
+ msgid "California"
2129
+ msgstr "California"
2130
+
2131
+ #: ../lib/tribe-view-helpers.class.php:300
2132
+ msgid "Colorado"
2133
+ msgstr "Colorado"
2134
+
2135
+ #: ../lib/tribe-view-helpers.class.php:301
2136
+ msgid "Connecticut"
2137
+ msgstr "Connecticut"
2138
+
2139
+ #: ../lib/tribe-view-helpers.class.php:302
2140
+ msgid "Delaware"
2141
+ msgstr "Delaware"
2142
+
2143
+ #: ../lib/tribe-view-helpers.class.php:303
2144
+ msgid "District of Columbia"
2145
+ msgstr "District of Columbia"
2146
+
2147
+ #: ../lib/tribe-view-helpers.class.php:304
2148
+ msgid "Florida"
2149
+ msgstr "Florida"
2150
+
2151
+ #: ../lib/tribe-view-helpers.class.php:306
2152
+ msgid "Hawaii"
2153
+ msgstr "Hawaii"
2154
+
2155
+ #: ../lib/tribe-view-helpers.class.php:307
2156
+ msgid "Idaho"
2157
+ msgstr "Idaho"
2158
+
2159
+ #: ../lib/tribe-view-helpers.class.php:308
2160
+ msgid "Illinois"
2161
+ msgstr "Illinois"
2162
+
2163
+ #: ../lib/tribe-view-helpers.class.php:309
2164
+ msgid "Indiana"
2165
+ msgstr "Indiana"
2166
+
2167
+ #: ../lib/tribe-view-helpers.class.php:310
2168
+ msgid "Iowa"
2169
+ msgstr "Iowa"
2170
+
2171
+ #: ../lib/tribe-view-helpers.class.php:311
2172
+ msgid "Kansas"
2173
+ msgstr "Kansas"
2174
+
2175
+ #: ../lib/tribe-view-helpers.class.php:312
2176
+ msgid "Kentucky"
2177
+ msgstr "Kentucky"
2178
+
2179
+ #: ../lib/tribe-view-helpers.class.php:313
2180
+ msgid "Louisiana"
2181
+ msgstr "Louisiana"
2182
+
2183
+ #: ../lib/tribe-view-helpers.class.php:314
2184
+ msgid "Maine"
2185
+ msgstr "Maine"
2186
+
2187
+ #: ../lib/tribe-view-helpers.class.php:315
2188
+ msgid "Maryland"
2189
+ msgstr "Maryland"
2190
+
2191
+ #: ../lib/tribe-view-helpers.class.php:316
2192
+ msgid "Massachusetts"
2193
+ msgstr "Massachusetts"
2194
+
2195
+ #: ../lib/tribe-view-helpers.class.php:317
2196
+ msgid "Michigan"
2197
+ msgstr "Michigan"
2198
+
2199
+ #: ../lib/tribe-view-helpers.class.php:318
2200
+ msgid "Minnesota"
2201
+ msgstr "Minnesota"
2202
+
2203
+ #: ../lib/tribe-view-helpers.class.php:319
2204
+ msgid "Mississippi"
2205
+ msgstr "Mississippi"
2206
+
2207
+ #: ../lib/tribe-view-helpers.class.php:320
2208
+ msgid "Missouri"
2209
+ msgstr "Missouri"
2210
+
2211
+ #: ../lib/tribe-view-helpers.class.php:321
2212
+ msgid "Montana"
2213
+ msgstr "Montana"
2214
+
2215
+ #: ../lib/tribe-view-helpers.class.php:322
2216
+ msgid "Nebraska"
2217
+ msgstr "Nebraska"
2218
+
2219
+ #: ../lib/tribe-view-helpers.class.php:323
2220
+ msgid "Nevada"
2221
+ msgstr "Nevada"
2222
+
2223
+ #: ../lib/tribe-view-helpers.class.php:324
2224
+ msgid "New Hampshire"
2225
+ msgstr "New Hampshire"
2226
+
2227
+ #: ../lib/tribe-view-helpers.class.php:325
2228
+ msgid "New Jersey"
2229
+ msgstr "New Jersey"
2230
+
2231
+ #: ../lib/tribe-view-helpers.class.php:326
2232
+ msgid "New Mexico"
2233
+ msgstr "New Mexico"
2234
+
2235
+ #: ../lib/tribe-view-helpers.class.php:327
2236
+ msgid "New York"
2237
+ msgstr "New York"
2238
+
2239
+ #: ../lib/tribe-view-helpers.class.php:328
2240
+ msgid "North Carolina"
2241
+ msgstr "North Carolina"
2242
+
2243
+ #: ../lib/tribe-view-helpers.class.php:329
2244
+ msgid "North Dakota"
2245
+ msgstr "North Dakota"
2246
+
2247
+ #: ../lib/tribe-view-helpers.class.php:330
2248
+ msgid "Ohio"
2249
+ msgstr "Ohio"
2250
+
2251
+ #: ../lib/tribe-view-helpers.class.php:331
2252
+ msgid "Oklahoma"
2253
+ msgstr "Oklahoma"
2254
+
2255
+ #: ../lib/tribe-view-helpers.class.php:332
2256
+ msgid "Oregon"
2257
+ msgstr "Oregon"
2258
+
2259
+ #: ../lib/tribe-view-helpers.class.php:333
2260
+ msgid "Pennsylvania"
2261
+ msgstr "Pennsylvania"
2262
+
2263
+ #: ../lib/tribe-view-helpers.class.php:334
2264
+ msgid "Rhode Island"
2265
+ msgstr "Rhode Island"
2266
+
2267
+ #: ../lib/tribe-view-helpers.class.php:335
2268
+ msgid "South Carolina"
2269
+ msgstr "South Carolina"
2270
+
2271
+ #: ../lib/tribe-view-helpers.class.php:336
2272
+ msgid "South Dakota"
2273
+ msgstr "South Dakota"
2274
+
2275
+ #: ../lib/tribe-view-helpers.class.php:337
2276
+ msgid "Tennessee"
2277
+ msgstr "Tennessee"
2278
+
2279
+ #: ../lib/tribe-view-helpers.class.php:338
2280
+ msgid "Texas"
2281
+ msgstr "Texas"
2282
+
2283
+ #: ../lib/tribe-view-helpers.class.php:339
2284
+ msgid "Utah"
2285
+ msgstr "Utah"
2286
+
2287
+ #: ../lib/tribe-view-helpers.class.php:340
2288
+ msgid "Vermont"
2289
+ msgstr "Vermont"
2290
+
2291
+ #: ../lib/tribe-view-helpers.class.php:341
2292
+ msgid "Virginia"
2293
+ msgstr "Virginia"
2294
+
2295
+ #: ../lib/tribe-view-helpers.class.php:342
2296
+ msgid "Washington"
2297
+ msgstr "Washington"
2298
+
2299
+ #: ../lib/tribe-view-helpers.class.php:343
2300
+ msgid "West Virginia"
2301
+ msgstr "West Virginia"
2302
+
2303
+ #: ../lib/tribe-view-helpers.class.php:344
2304
+ msgid "Wisconsin"
2305
+ msgstr "Wisconsin"
2306
+
2307
+ #: ../lib/tribe-view-helpers.class.php:345
2308
+ msgid "Wyoming"
2309
+ msgstr "Wyoming"
2310
+
2311
+ #: ../lib/widget-list.class.php:16
2312
+ msgid "A widget that displays the next upcoming x events."
2313
+ msgstr "Vimpain, joka näyttää kaikki seuraavat x tapahtumaa."
2314
+
2315
+ #: ../lib/widget-list.class.php:70
2316
+ msgid "View All Events"
2317
+ msgstr "Näytä kaikki tapahtumat"
2318
+
2319
+ #: ../lib/widget-list.class.php:73
2320
+ msgid "There are no upcoming events at this time."
2321
+ msgstr "Tällä hetkellä ei ole tulevia tapahtumia."
2322
+
2323
+ #: ../public/template-tags/general.php:120
2324
+ msgid "Category:"
2325
+ msgstr "Kategoria:"
2326
+
2327
+ #: ../public/template-tags/general.php:137
2328
+ msgid "Tags:"
2329
+ msgstr "Tagit:"
2330
+
2331
+ #: ../public/template-tags/general.php:255
2332
+ msgid "Free"
2333
+ msgstr "Ilmainen"
2334
+
2335
+ #: ../public/template-tags/loop.php:130
2336
+ msgid "Calendar of Events"
2337
+ msgstr "Tapahtumakalenteri"
2338
+
2339
+ #: ../public/template-tags/options.php:20
2340
+ msgid "The slug used for building the events URL."
2341
+ msgstr "Tapahtumien URLin muodostamiseen käytetty slugi. "
2342
+
2343
+ #: ../public/template-tags/options.php:20
2344
+ #, php-format
2345
+ msgid "Your current Events URL is %s"
2346
+ msgstr "Nykyisen tapahtumasi URL on %s"
2347
+
2348
+ #: ../public/template-tags/options.php:31
2349
+ #, php-format
2350
+ msgid "You <strong>cannot</strong> use the same slug as above. The above should ideally be plural, and this singular.<br />Your single Event URL is like: %s"
2351
+ msgstr "<strong>Et voi</strong> samaa slugia kuten yllä. Yllä olevan tulisi olla mielellään monikossa ja tämän yksikössä.<br />Yksittäisen tapahtumasi URL on tällainen: %s"
2352
+
2353
+ #: ../public/template-tags/options.php:43
2354
+ msgid "Here is the iCal feed URL for your events:"
2355
+ msgstr "Tässä on iCal syöte URL tapahtumiisi:"
2356
+
2357
+ #: ../vendor/wp-router/WP_Route.class.php:250
2358
+ msgid "You are not authorized to access this page"
2359
+ msgstr "Ei valtuuksia tähän sivuun"
2360
+
2361
+ #: ../vendor/wp-router/WP_Route.class.php:251
2362
+ msgid "Access Denied"
2363
+ msgstr "Ei pääsyä"
2364
+
2365
+ #: ../vendor/wp-router/WP_Router_Page.class.php:78
2366
+ msgid "WP Router Placeholder Page"
2367
+ msgstr "WP Router Placeholder sivu"
2368
+
2369
+ #: ../vendor/wp-router/WP_Router_Utility.class.php:71
2370
+ #, php-format
2371
+ msgid "%1$s requires WordPress %2$s or higher and PHP %3$s or higher."
2372
+ msgstr "%1$s vaatii WordPress %2$s tai korkeampaa ja PHP %3$s tai korkeampaa."
2373
+
2374
+ #: ../views/ecp-single-template.php:24
2375
+ msgid "Edit"
2376
+ msgstr "Muokkaa"
2377
+
2378
+ #: ../views/events-list-load-widget-display.php:52
2379
+ msgid "All Day"
2380
+ msgstr "Koko päivän"
2381
+
2382
+ #: ../views/gridview.php:36
2383
+ #: ../views/list.php:18
2384
+ msgid "Event List"
2385
+ msgstr "Tapahtumalista"
2386
+
2387
+ #: ../views/gridview.php:37
2388
+ #: ../views/list.php:19
2389
+ msgid "Calendar"
2390
+ msgstr "Kalenteri"
2391
+
2392
+ #: ../views/gridview.php:42
2393
+ #: ../views/list.php:165
2394
+ #: ../views/single.php:103
2395
+ msgid "iCal Import"
2396
+ msgstr "Tuo iCal"
2397
+
2398
+ #: ../views/gridview.php:45
2399
+ #, php-format
2400
+ msgid "Calendar powered by %sThe Events Calendar%s"
2401
+ msgstr "Kalenterin mahdollistaa %sThe Events Calendar%s"
2402
+
2403
+ #: ../views/list.php:50
2404
+ #: ../views/single.php:22
2405
+ msgid "Start:"
2406
+ msgstr "Alkaa:"
2407
+
2408
+ #: ../views/list.php:54
2409
+ #: ../views/single.php:24
2410
+ msgid "End:"
2411
+ msgstr "Päättyy:"
2412
+
2413
+ #: ../views/list.php:59
2414
+ #: ../views/single.php:27
2415
+ msgid "Date:"
2416
+ msgstr "Päivämäärä:"
2417
+
2418
+ #: ../views/list.php:69
2419
+ #: ../views/single.php:61
2420
+ msgid "Venue:"
2421
+ msgstr "Paikka:"
2422
+
2423
+ #: ../views/list.php:92
2424
+ #: ../views/single.php:78
2425
+ msgid "Google Map"
2426
+ msgstr "Google Kartat"
2427
+
2428
+ #: ../views/list.php:116
2429
+ #, php-format
2430
+ msgid " listed under %s. Check out past events for this category or view the full calendar."
2431
+ msgstr "listalla %s. Katso menneet tapahtumat tälle kategorialle tai näytä koko kalenteri."
2432
+
2433
+ #: ../views/list.php:118
2434
+ #, php-format
2435
+ msgid " listed under %s. Check out upcoming events for this category or view the full calendar."
2436
+ msgstr "listalla %s. Katso tulevat tapahtumat tälle kategorialle tai näytä koko kalenteri."
2437
+
2438
+ #: ../views/list.php:123
2439
+ #, php-format
2440
+ msgid "No events scheduled for <strong>%s</strong>. Please try another day."
2441
+ msgstr "Ei tapahtumia päivälle <strong>%s</strong>. Kokeile toista päivää."
2442
+
2443
+ #: ../views/list.php:127
2444
+ msgid "No upcoming events"
2445
+ msgstr "Ei tulevia tapahtumia"
2446
+
2447
+ #: ../views/list.php:131
2448
+ msgid "No previous events"
2449
+ msgstr "Ei aikaisempia tapahtumia"
2450
+
2451
+ #: ../views/list.php:144
2452
+ #: ../views/list.php:146
2453
+ #: ../views/list.php:148
2454
+ msgid "&laquo; Previous Events"
2455
+ msgstr "&laquo; Edellinen tapahtuma"
2456
+
2457
+ #: ../views/list.php:155
2458
+ #: ../views/list.php:157
2459
+ #: ../views/list.php:159
2460
+ msgid "Next Events &raquo;"
2461
+ msgstr "Seuraava tapahtuma &raquo;"
2462
+
2463
+ #: ../views/single.php:12
2464
+ msgid "&laquo; Back to Events"
2465
+ msgstr "&laquo; Takaisin tapahtumiin"
2466
+
2467
+ #: ../views/single.php:16
2468
+ msgid "This event has passed."
2469
+ msgstr "Tämä tapahtuma on jo mennyt."
2470
+
2471
+ #: ../views/single.php:19
2472
+ msgid "Event:"
2473
+ msgstr "Tapahtuma:"
2474
+
2475
+ #: ../views/single.php:36
2476
+ #: ../views/single.php:39
2477
+ msgid "Organizer:"
2478
+ msgstr "Järjestäjä:"
2479
+
2480
+ #: ../views/single.php:50
2481
+ msgid "Updated:"
2482
+ msgstr "Päivitetty:"
2483
+
2484
+ #: ../views/single.php:53
2485
+ msgid "Schedule:"
2486
+ msgstr "Aikataulu:"
2487
+
2488
+ #: ../views/single.php:78
2489
+ msgid "Click to view a Google Map"
2490
+ msgstr "Näytä Google Kartoissa."
2491
+
2492
+ #: ../views/single.php:106
2493
+ msgid "Add to Google Calendar"
2494
+ msgstr "Lisää Google Kalenteriin"
2495
+
2496
+ #: ../views/single.php:106
2497
+ msgid "+ Google Calendar"
2498
+ msgstr "+ Google Calendar"
2499
+
2500
+ #: ../views/table-mini.php:24
2501
+ msgid "View all &raquo;"
2502
+ msgstr "Näytä kaikki &raquo;"
2503
+
2504
+ #~ msgid "%s Settings"
2505
+ #~ msgstr "%s inställningar"
2506
+
2507
+ #~ msgid "Need a hand?"
2508
+ #~ msgstr "Behöver du hjälp?"
2509
+
2510
+ #~ msgid ""
2511
+ #~ "If you're stuck on these options, please go to the <a href=\"%s\">support "
2512
+ #~ "forum</a>."
2513
+ #~ msgstr ""
2514
+ #~ "Om du kört fast på dessa alternativ, gå till <a href=\"%s"
2515
+ #~ "\">supportforumet</a>."
2516
+
2517
+ #~ msgid "Height"
2518
+ #~ msgstr "Höjd"
2519
+
2520
+ #~ msgid "Width"
2521
+ #~ msgstr "Bredd"
2522
+
2523
+ #~ msgid "The slug used for building a single Event URL."
2524
+ #~ msgstr ""
2525
+ #~ "Sluggen som används för att bygga evenemangs URL:en för ett enstaka "
2526
+ #~ "evenemang."
2527
+
2528
+ #~ msgid "Debug Events display issues."
2529
+ #~ msgstr "Debugga problem med visning av evenemang."
2530
+
2531
+ #~ msgid "This is displayed directly after the header."
2532
+ #~ msgstr "Detta visas direkt efter sidhuvudet."
2533
+
2534
+ #~ msgid "This is displayed directly above the footer."
2535
+ #~ msgstr "Detta visas direkt över sidfoten."
lang/tribe-events-calendar-fr_FR.mo CHANGED
Binary file
lang/tribe-events-calendar-fr_FR.po CHANGED
@@ -5,430 +5,304 @@ msgid ""
5
  msgstr ""
6
  "Project-Id-Version: The Events Calendar 2.0\n"
7
  "Report-Msgid-Bugs-To: \n"
8
- "POT-Creation-Date: 2011-09-09 18:04-0500\n"
9
- "PO-Revision-Date: 2011-09-15 16:05+0100\n"
10
- "Last-Translator: cecile <cecile@greek-paris.com>\n"
11
  "Language-Team: Cecile <cecile@greek-paris.com>\n"
12
- "Language: \n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
 
16
  "X-Poedit-SourceCharset: utf-8\n"
17
  "X-Poedit-KeywordsList: __;_e\n"
18
  "X-Poedit-Basepath: ./\n"
19
  "X-Poedit-Language: French\n"
20
  "X-Poedit-SearchPath-0: ..\n"
21
 
22
- #: ../views/list.php:16
23
- #: ../views/gridview.php:37
24
- msgid "Event List"
25
- msgstr "Liste d'événements"
26
-
27
- #: ../views/list.php:17
28
- #: ../views/gridview.php:38
29
- msgid "Calendar"
30
- msgstr "Calendrier"
31
-
32
- #: ../views/list.php:42
33
- #: ../views/single.php:17
34
- msgid "Start:"
35
- msgstr "Début : "
36
-
37
- #: ../views/list.php:46
38
- #: ../views/single.php:20
39
- msgid "End:"
40
- msgstr "Fin :"
41
-
42
- #: ../views/list.php:54
43
- #: ../views/single.php:47
44
- msgid "Venue:"
45
- msgstr "Lieu :"
46
-
47
- #: ../views/list.php:63
48
- #: ../views/single.php:33
49
- #: ../views/single.php:51
50
- #: ../admin-views/venue-meta-box.php:73
51
- msgid "Phone:"
52
- msgstr "Téléphone : "
53
-
54
- #: ../views/list.php:69
55
- #: ../views/single.php:56
56
- #: ../admin-views/venue-meta-box.php:19
57
- msgid "Address:"
58
- msgstr "Adresse : "
59
-
60
- #: ../views/list.php:71
61
- #: ../views/single.php:58
62
- msgid "Google Map"
63
- msgstr "Google Map"
64
-
65
- #: ../views/list.php:81
66
- #: ../views/single.php:24
67
- #: ../admin-views/events-meta-box.php:128
68
- msgid "Cost:"
69
- msgstr "Prix : "
70
-
71
- #: ../views/list.php:95
72
- #, php-format
73
- msgid " listed under %s. Check out upcoming events for this category or view the full calendar."
74
- msgstr "listés sous %s. Regardez les prochains événements pour cette catégorie ou affichez le calendrier. "
75
-
76
- #: ../views/list.php:97
77
- #, php-format
78
- msgid " listed under %s. Check out past events for this category or view the full calendar."
79
- msgstr "listés sous %s. Regardez les événements terminés pour cette catégorie ou affichez le calendrier. "
80
-
81
- #: ../views/list.php:103
82
- msgid "No upcoming events"
83
- msgstr "Pas d'événements à venir"
84
-
85
- #: ../views/list.php:107
86
- msgid "No previous events"
87
- msgstr "Pas d'événements passés"
88
-
89
- #: ../views/list.php:120
90
- #: ../views/list.php:122
91
- #: ../views/list.php:124
92
- msgid "&laquo; Previous Events"
93
- msgstr "&laquo; Evénements précédents "
94
-
95
- #: ../views/list.php:131
96
- #: ../views/list.php:133
97
- #: ../views/list.php:135
98
- msgid "Next Events &raquo;"
99
- msgstr "Prochains événements &raquo;"
100
-
101
- #: ../views/list.php:140
102
- #: ../views/gridview.php:42
103
- #: ../views/single.php:83
104
- msgid "iCal Import"
105
- msgstr "Importer iCal"
106
-
107
- #: ../views/table-mini.php:24
108
- msgid "View all &raquo;"
109
- msgstr "Tout voir &raquo;"
110
-
111
- #: ../views/single.php:13
112
- msgid "&laquo; Back to Events"
113
- msgstr "&laquo; Retour aux événements"
114
-
115
- #: ../views/single.php:14
116
- msgid "This event has passed."
117
- msgstr "Cet événement est terminé"
118
-
119
- #: ../views/single.php:29
120
- msgid "Organizer:"
121
- msgstr "Organisateur"
122
-
123
- #: ../views/single.php:37
124
- msgid "Email:"
125
- msgstr "Email:"
126
-
127
- #: ../views/single.php:41
128
- msgid "Schedule:"
129
- msgstr "Schedule:"
130
-
131
- #: ../views/single.php:58
132
- msgid "Click to view a Google Map"
133
- msgstr "Cliquez pour voir une Google Map"
134
-
135
- #: ../views/single.php:86
136
- msgid "Add to Google Calendar"
137
- msgstr "Ajouter à Google Calendar"
138
-
139
- #: ../views/single.php:86
140
- msgid "+ Google Calendar"
141
- msgstr "+ Google Calendar"
142
-
143
- #: ../views/events-list-load-widget-display.php:48
144
- msgid "All Day"
145
- msgstr "Toute la journée"
146
-
147
- #: ../views/events-list-load-widget-display.php:51
148
- msgid "Ends"
149
- msgstr "Se termine"
150
-
151
- #: ../views/ecp-single-template.php:24
152
- msgid "Edit"
153
- msgstr "Editer"
154
 
155
- #: ../admin-views/events-meta-box.php:26
156
  msgid "Event Time &amp; Date"
157
  msgstr "Date et heure de l'événement "
158
 
159
- #: ../admin-views/events-meta-box.php:29
160
  msgid "You have changed the recurrence rules of this event. Saving the event will update all future events. If you did not mean to change all events, then please refresh the page."
161
  msgstr "Vous avez changé les règles de récurrence de l'événement. Si vous le sauvegardez, cela va modifier tous les événements. Si ce n'est pas ce que vous voulez faire, rafraîchissez votre page. "
162
 
163
- #: ../admin-views/events-meta-box.php:32
164
  msgid "All day event?"
165
  msgstr "Evénement qui dure toute la journée ? "
166
 
167
- #: ../admin-views/events-meta-box.php:36
168
  msgid "Start Date / Time:"
169
  msgstr "Date/heure de début :"
170
 
171
- #: ../admin-views/events-meta-box.php:39
172
- #: ../admin-views/events-meta-box.php:60
173
  msgid "YYYY-MM-DD"
174
  msgstr "AAAA-MM-JJ "
175
 
176
- #: ../admin-views/events-meta-box.php:41
177
- #: ../admin-views/events-meta-box.php:62
178
  msgid "@"
179
  msgstr "@"
180
 
181
- #: ../admin-views/events-meta-box.php:57
182
  msgid "End Date / Time:"
183
  msgstr "Date/heure de fin :"
184
 
185
- #: ../admin-views/events-meta-box.php:79
186
  msgid "Event Location Details"
187
  msgstr "Coordonnées du lieu de l'Evénement :"
188
 
189
- #: ../admin-views/events-meta-box.php:83
190
- msgid "Use Saved Venue:"
191
- msgstr "Utiliser un lieu enregistré : "
192
-
193
- #: ../admin-views/events-meta-box.php:91
194
  msgid "Show Google Maps Link:"
195
  msgstr "Afficher le lien Google Map "
196
 
197
- #: ../admin-views/events-meta-box.php:98
198
  msgid "Show Google Map:"
199
  msgstr "Afficher la carte Google Map "
200
 
201
- #: ../admin-views/events-meta-box.php:107
202
  msgid "Event Organizer Details"
203
  msgstr "Coordonnées de l'organisateur "
204
 
205
- #: ../admin-views/events-meta-box.php:110
206
- msgid "Use Saved Organizer:"
207
- msgstr "Utiliser un organisateur déjà enregistré "
208
-
209
- #: ../admin-views/events-meta-box.php:125
210
  msgid "Event Cost"
211
  msgstr "Prix de l'entrée de l'événement "
212
 
213
- #: ../admin-views/events-meta-box.php:133
 
 
 
 
214
  msgid "Leave blank to hide the field. Enter a 0 for events that are free."
215
  msgstr "Laisser vide pour cacher ce champ. Entrer 0 pour les événements gratuits. "
216
 
217
- #: ../admin-views/events-meta-box.php:139
218
- msgid "Additional Functionality"
219
- msgstr "Fonctionnalité supplémentaire "
220
-
221
- #: ../admin-views/events-meta-box.php:144
222
- msgid "Looking for additional functionality including recurring events, custom meta, community events, ticket sales and more?"
223
- msgstr "Vous cherchez d'autres fonctionnalités comme les Evénement récurrents, les customs meta, community Events, vente de billets et encore plus ? "
224
-
225
- #: ../admin-views/events-meta-box.php:144
226
- #, php-format
227
- msgid "Check out the <a href=\"%s\">available Add-Ons</a>."
228
- msgstr "Allez regarder dans les <a href=\"%s\">Add-Ons disponibles ! </a> "
229
-
230
- #: ../admin-views/venue-meta-box.php:12
231
- msgid "Venue Name:"
232
- msgstr "Venue Name:"
233
-
234
- #: ../admin-views/venue-meta-box.php:23
235
- msgid "City:"
236
- msgstr "Ville :"
237
-
238
- #: ../admin-views/venue-meta-box.php:27
239
- msgid "Country:"
240
- msgstr "Pays : "
241
-
242
- #: ../admin-views/venue-meta-box.php:52
243
- msgid "State or Province:"
244
- msgstr "Etat ou province : "
245
-
246
- #: ../admin-views/venue-meta-box.php:55
247
- msgid "Select a State:"
248
- msgstr "Sélectionner un Etat : "
249
-
250
- #: ../admin-views/venue-meta-box.php:69
251
- msgid "Postal Code:"
252
- msgstr "Code Postal : "
253
-
254
- #: ../admin-views/recurrence-dialog.php:11
255
- msgid "Which events do you wish to update?"
256
- msgstr "Quels Evénements voulez-vous mettre à jour ? "
257
-
258
- #: ../admin-views/recurrence-dialog.php:14
259
- msgid "Select your desired action"
260
- msgstr "Sélectionnez l'action que vous voulez mettre en place : "
261
-
262
  #: ../admin-views/events-options.php:47
263
  #, php-format
264
  msgid "%s Settings"
265
  msgstr "Préférences %s "
266
 
267
- #: ../admin-views/events-options.php:53
268
  msgid "Need a hand?"
269
  msgstr "Besoin d'aide ? "
270
 
271
- #: ../admin-views/events-options.php:54
272
  #, php-format
273
- msgid "If you're stuck on these options, please <a href=\"%s\">check out the documentation</a>. Or, go to the <a href=\"%s\">support forum</a>."
274
- msgstr "Si vous rencontrez des problèmes avec ces options, <a href=\"%s\">lisez la documentation</a> ou visitez le <a href=\"%s\">forum de support </a>. "
275
 
276
- #: ../admin-views/events-options.php:56
277
  msgid "Here is the iCal feed URL for your events: "
278
  msgstr "Voici le flux RSS iCal de vos Evénements "
279
 
280
- #: ../admin-views/events-options.php:62
281
  msgid "Settings"
282
  msgstr "Préférences"
283
 
284
- #: ../admin-views/events-options.php:65
285
- #: ../admin-views/events-options.php:69
286
  msgid "Default View for the Events"
287
  msgstr "Vue par défaut des événements "
288
 
289
- #: ../admin-views/events-options.php:83
 
 
 
 
 
 
 
 
 
290
  #: ../admin-views/events-options.php:87
291
- #: ../admin-views/events-options.php:89
292
  msgid "Show Comments"
293
  msgstr "Afficher les commentaires"
294
 
295
- #: ../admin-views/events-options.php:97
296
- #: ../admin-views/events-options.php:101
297
  msgid "Multiday Event Cutoff"
298
- msgstr "Multiday Event Cutoff"
299
 
300
- #: ../admin-views/events-options.php:115
301
  msgid "For multi-day events, hide the last day from grid view if it ends on or before this time."
302
  msgstr "Pour des événements sur plusieurs jours, cachez le dernier jour de la vue \"grille\" si l'événement se termine avant cette heure. "
303
 
304
- #: ../admin-views/events-options.php:120
305
- #: ../admin-views/events-options.php:124
306
  msgid "Enable Google Maps"
307
  msgstr "Autoriser Google Maps "
308
 
309
- #: ../admin-views/events-options.php:130
310
  msgid "Height"
311
  msgstr "Hauteur"
312
 
313
- #: ../admin-views/events-options.php:131
314
  msgid "Width"
315
  msgstr "Largeur"
316
 
317
- #: ../admin-views/events-options.php:131
318
  msgid "(number or %)"
319
  msgstr "(nombre ou %) "
320
 
321
- #: ../admin-views/events-options.php:135
322
  msgid "If you don't have this turned on, your event listings won't have the backend map preview or frontend embedded map."
323
- msgstr "Si vous ne l'avez pas autorisé, votre listing d'événements n'aura pas d'aperçu google map en backend ni de carte à embedder en front. "
324
 
 
325
  #: ../admin-views/events-options.php:143
326
- #: ../admin-views/events-options.php:147
327
- msgid "Use Pretty URLs"
328
- msgstr "Utiliser des Prettys URLS"
329
-
330
- #: ../admin-views/events-options.php:153
331
- msgid "Although unlikely, pretty URLs (ie, http://site/events/upcoming) may interfere with custom themes or plugins."
332
- msgstr "Cependant faites attention car les prettys URLs (ex: http://site/events/upcoming) peuvent causer des conflits avec certains thèmes ou plugins. "
333
-
334
- #: ../admin-views/events-options.php:159
335
- #: ../admin-views/events-options.php:161
336
  msgid "Events URL slug"
337
- msgstr "L'URL avec slug de votre événements"
338
 
339
- #: ../admin-views/events-options.php:162
340
  msgid "The slug used for building the Events URL."
341
- msgstr "The slug used for building the Events URL. "
342
 
343
- #: ../admin-views/events-options.php:162
344
  #, php-format
345
- msgid "Your current Events URL is <strong>%s</strong>"
346
- msgstr "Votre URL est <strong>%s</strong> "
347
 
348
- #: ../admin-views/events-options.php:166
349
- #: ../admin-views/events-options.php:168
350
  msgid "Single Event URL slug"
351
- msgstr "Single Event URL slug "
352
 
353
- #: ../admin-views/events-options.php:169
354
  msgid "The slug used for building a single Event URL."
355
- msgstr "The slug used for building a single Event URL. "
356
 
357
- #: ../admin-views/events-options.php:170
358
  #, php-format
359
  msgid "<strong>NOTE:</strong> You <em>cannot</em> use the same slug as above. The above should ideally be plural, and this singular.<br />Your single Event URL is like: <strong>%s</strong>"
360
  msgstr "<strong>NOTE:</strong> Vous <em>ne pouvez pas</em> utiliser le même slug qu'au-dessus. Il devrait afficher du pluriel, et ceci est au singulier.<br />Votre URL d'un événement simple serait donc : <strong>%s</strong> "
361
 
362
- #: ../admin-views/events-options.php:175
363
- #: ../admin-views/events-options.php:177
364
  msgid "Debug"
365
  msgstr "Débugguer"
366
 
367
- #: ../admin-views/events-options.php:178
368
  msgid "Debug Events display issues."
369
- msgstr "Debug Events display issues. "
370
 
371
- #: ../admin-views/events-options.php:179
372
  #, php-format
373
  msgid "Enable this option to log debug information. By default this will log to your server PHP error log. If you'd like to see the log messages in your browser, then we recommend that you install the <a href=\"%s\" target=\"_blank\">Debug Bar Plugin</a> and look for the \"Tribe\" tab in the debug output."
374
- msgstr "Activer cette option pour logguer les informations de debug. By default this will log to your server PHP error log. If you'd like to see the log messages in your browser, then we recommend that you install the <a href=\"%s\" target=\"_blank\">Debug Bar Plugin</a> and look for the \"Tribe\" tab in the debug output. "
375
 
376
- #: ../admin-views/events-options.php:184
377
  msgid "Theme Settings"
378
  msgstr "Préférences du Thème"
379
 
380
- #: ../admin-views/events-options.php:187
381
- #: ../admin-views/events-options.php:189
382
  msgid "Events Template"
383
  msgstr "Template pour vos Evénements"
384
 
385
- #: ../admin-views/events-options.php:191
386
- msgid "Default ECP Template"
387
- msgstr "Template ECP de défaut "
388
 
389
- #: ../admin-views/events-options.php:192
390
  msgid "Default Page Template"
391
  msgstr "Page Template par défaut "
392
 
393
- #: ../admin-views/events-options.php:195
394
  msgid "Choose a page template to control the look and feel of your calendar."
395
  msgstr "Choisissez un template de page afin de mieux contrôler l'apparence de votre calendrier "
396
 
397
- #: ../admin-views/events-options.php:199
398
- #: ../admin-views/events-options.php:201
399
- #: ../admin-views/events-options.php:209
400
  msgid "Add HTML before calendar"
401
  msgstr "Ajouter du HTML avant le calendrier "
402
 
403
- #: ../admin-views/events-options.php:203
404
  msgid "Some themes may require that you add extra divs before the calendar list to help with styling."
405
- msgstr "Certains thèmes peuvent exiger d'ajouter des extras divs avant la liste calendrier afin de faciliter le styling. "
406
 
407
- #: ../admin-views/events-options.php:203
408
  msgid "This is displayed directly after the header."
409
  msgstr "Ceci est affiché directement après le header. "
410
 
411
- #: ../admin-views/events-options.php:203
412
- #: ../admin-views/events-options.php:211
413
  msgid "You may use (x)HTML."
414
  msgstr "Il est préférable d'utiliser du (x)HTML"
415
 
416
- #: ../admin-views/events-options.php:207
417
  msgid "Add HTML after calendar"
418
  msgstr "Ajouter du HTML après le calendrier "
419
 
420
- #: ../admin-views/events-options.php:211
421
  msgid "Some themes may require that you add extra divs after the calendar list to help with styling."
422
- msgstr "Certains thèmes demandent à rajouter des extra divs après le calendrier, afin de faciliter le styling. "
423
 
424
- #: ../admin-views/events-options.php:211
425
  msgid "This is displayed directly above the footer."
426
  msgstr "Ceci est affiché directement au-dessus du footer "
427
 
428
- #: ../admin-views/events-options.php:220
429
  msgid "Save Changes"
430
  msgstr "Sauvegarder"
431
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
432
  #: ../admin-views/widget-admin-list.php:11
433
  msgid "Title:"
434
  msgstr "Titre : "
@@ -439,1654 +313,1810 @@ msgstr "Afficher : "
439
 
440
  #: ../admin-views/widget-admin-list.php:24
441
  msgid "Show widget only if there are upcoming events:"
442
- msgstr "Afficher le widget uniquement s'il y a des événements prévus : "
443
 
444
  #: ../admin-views/widget-admin-list.php:30
445
  msgid "If you wish to customize the widget display yourself, see the file views/events-list-load-widget-display.php inside the Events Premium plugin."
446
  msgstr "Si vous voulez customiser l'affichage du widget vous-même, modifiez les fichiers suivants situés dans le répertoire views/events-list-load-widget-display.php dans le plugin Events Premium. "
447
 
448
- #: ../admin-views/organizer-meta-box.php:11
449
- msgid "Organizer Name:"
450
- msgstr "Nom de l'organisateur : "
451
 
452
- #: ../admin-views/organizer-meta-box.php:21
453
- msgid "Website:"
454
- msgstr "Site internet : "
455
 
456
- #: ../lib/tribe-admin-events-list.class.php:160
457
- #: ../lib/the-events-calendar.class.php:523
458
- msgid "Event Categories"
459
- msgstr "Catégories d'événements"
460
 
461
- #: ../lib/tribe-admin-events-list.class.php:165
462
- msgid "Start Date"
463
- msgstr "Date de début : "
464
 
465
- #: ../lib/tribe-admin-events-list.class.php:166
466
- msgid "End Date"
467
- msgstr "Date de fin : "
468
 
469
- #: ../lib/tribe-admin-events-list.class.php:167
470
- msgid "Recurring?"
471
- msgstr "Se répète ?"
472
 
473
- #: ../lib/tribe-admin-events-list.class.php:245
474
  #, php-format
475
- msgid "All %s"
476
- msgstr "Tous %s"
477
 
478
- #: ../lib/tribe-view-helpers.class.php:16
479
- #: ../lib/tribe-view-helpers.class.php:33
480
- msgid "Select a Country:"
481
- msgstr "Sélectionnez un pays"
482
 
483
- #: ../lib/tribe-view-helpers.class.php:34
484
- #: ../lib/template-tags.php:830
485
- #: ../lib/template-tags.php:964
486
- msgid "United States"
487
- msgstr "USA"
488
 
489
- #: ../lib/tribe-view-helpers.class.php:35
490
- msgid "Afghanistan"
491
- msgstr ""
492
 
493
- #: ../lib/tribe-view-helpers.class.php:36
494
- msgid "Albania"
495
- msgstr ""
496
 
497
- #: ../lib/tribe-view-helpers.class.php:37
498
- msgid "Algeria"
499
- msgstr ""
 
 
500
 
501
- #: ../lib/tribe-view-helpers.class.php:38
502
- msgid "American Samoa"
503
- msgstr ""
504
 
505
- #: ../lib/tribe-view-helpers.class.php:39
506
- msgid "Andorra"
507
- msgstr ""
 
508
 
509
- #: ../lib/tribe-view-helpers.class.php:40
510
- msgid "Angola"
511
- msgstr ""
512
 
513
- #: ../lib/tribe-view-helpers.class.php:41
514
- msgid "Anguilla"
515
- msgstr ""
516
 
517
- #: ../lib/tribe-view-helpers.class.php:42
518
- msgid "Antarctica"
519
- msgstr ""
520
 
521
- #: ../lib/tribe-view-helpers.class.php:43
522
- msgid "Antigua And Barbuda"
523
- msgstr ""
 
 
524
 
525
- #: ../lib/tribe-view-helpers.class.php:44
526
- msgid "Argentina"
527
- msgstr ""
528
 
529
- #: ../lib/tribe-view-helpers.class.php:45
530
- msgid "Armenia"
531
- msgstr ""
532
 
533
- #: ../lib/tribe-view-helpers.class.php:46
534
- msgid "Aruba"
535
- msgstr ""
536
 
537
- #: ../lib/tribe-view-helpers.class.php:47
538
- msgid "Australia"
539
- msgstr ""
540
 
541
- #: ../lib/tribe-view-helpers.class.php:48
542
- msgid "Austria"
543
- msgstr ""
544
 
545
- #: ../lib/tribe-view-helpers.class.php:49
546
- msgid "Azerbaijan"
547
- msgstr ""
548
 
549
- #: ../lib/tribe-view-helpers.class.php:50
550
- msgid "Bahamas"
551
- msgstr ""
552
 
553
- #: ../lib/tribe-view-helpers.class.php:51
554
- msgid "Bahrain"
555
- msgstr ""
556
 
557
- #: ../lib/tribe-view-helpers.class.php:52
558
- msgid "Bangladesh"
559
- msgstr ""
560
 
561
- #: ../lib/tribe-view-helpers.class.php:53
562
- msgid "Barbados"
563
- msgstr ""
564
 
565
- #: ../lib/tribe-view-helpers.class.php:54
566
- msgid "Belarus"
567
- msgstr ""
568
 
569
- #: ../lib/tribe-view-helpers.class.php:55
570
- msgid "Belgium"
571
- msgstr ""
572
 
573
- #: ../lib/tribe-view-helpers.class.php:56
574
- msgid "Belize"
575
- msgstr ""
 
576
 
577
- #: ../lib/tribe-view-helpers.class.php:57
578
- msgid "Benin"
579
- msgstr ""
580
 
581
- #: ../lib/tribe-view-helpers.class.php:58
582
- msgid "Bermuda"
583
- msgstr ""
584
 
585
- #: ../lib/tribe-view-helpers.class.php:59
586
- msgid "Bhutan"
587
- msgstr ""
588
 
589
- #: ../lib/tribe-view-helpers.class.php:60
590
- msgid "Bolivia"
591
- msgstr ""
592
 
593
- #: ../lib/tribe-view-helpers.class.php:61
594
- msgid "Bosnia And Herzegowina"
595
- msgstr ""
596
 
597
- #: ../lib/tribe-view-helpers.class.php:62
598
- msgid "Botswana"
599
- msgstr ""
600
 
601
- #: ../lib/tribe-view-helpers.class.php:63
602
- msgid "Bouvet Island"
603
- msgstr ""
604
 
605
- #: ../lib/tribe-view-helpers.class.php:64
606
- msgid "Brazil"
607
- msgstr ""
608
 
609
- #: ../lib/tribe-view-helpers.class.php:65
610
- msgid "British Indian Ocean Territory"
611
- msgstr ""
612
 
613
- #: ../lib/tribe-view-helpers.class.php:66
614
- msgid "Brunei Darussalam"
615
- msgstr ""
616
 
617
- #: ../lib/tribe-view-helpers.class.php:67
618
- msgid "Bulgaria"
619
- msgstr ""
620
 
621
- #: ../lib/tribe-view-helpers.class.php:68
622
- msgid "Burkina Faso"
623
- msgstr ""
 
624
 
625
- #: ../lib/tribe-view-helpers.class.php:69
626
- msgid "Burundi"
627
- msgstr ""
628
 
629
- #: ../lib/tribe-view-helpers.class.php:70
630
- msgid "Cambodia"
631
- msgstr ""
632
 
633
- #: ../lib/tribe-view-helpers.class.php:71
634
- msgid "Cameroon"
635
- msgstr ""
636
 
637
- #: ../lib/tribe-view-helpers.class.php:72
638
- msgid "Canada"
639
- msgstr ""
640
 
641
- #: ../lib/tribe-view-helpers.class.php:73
642
- msgid "Cape Verde"
643
- msgstr ""
644
 
645
- #: ../lib/tribe-view-helpers.class.php:74
646
- msgid "Cayman Islands"
647
- msgstr ""
648
 
649
- #: ../lib/tribe-view-helpers.class.php:75
650
- msgid "Central African Republic"
651
- msgstr ""
652
 
653
- #: ../lib/tribe-view-helpers.class.php:76
654
- msgid "Chad"
655
- msgstr ""
656
 
657
- #: ../lib/tribe-view-helpers.class.php:77
658
- msgid "Chile"
659
- msgstr ""
660
 
661
- #: ../lib/tribe-view-helpers.class.php:78
662
- msgid "China"
663
- msgstr ""
 
664
 
665
- #: ../lib/tribe-view-helpers.class.php:79
666
- msgid "Christmas Island"
667
- msgstr ""
 
 
668
 
669
- #: ../lib/tribe-view-helpers.class.php:80
670
- msgid "Cocos (Keeling) Islands"
671
- msgstr ""
 
 
672
 
673
- #: ../lib/tribe-view-helpers.class.php:81
674
- msgid "Colombia"
675
- msgstr ""
676
 
677
- #: ../lib/tribe-view-helpers.class.php:82
678
- msgid "Comoros"
679
- msgstr ""
 
680
 
681
- #: ../lib/tribe-view-helpers.class.php:83
682
- msgid "Congo"
683
- msgstr ""
 
684
 
685
- #: ../lib/tribe-view-helpers.class.php:84
686
- msgid "Congo, The Democratic Republic Of The"
687
- msgstr ""
688
 
689
- #: ../lib/tribe-view-helpers.class.php:85
690
- msgid "Cook Islands"
691
- msgstr ""
 
692
 
693
- #: ../lib/tribe-view-helpers.class.php:86
694
- msgid "Costa Rica"
695
- msgstr ""
 
696
 
697
- #: ../lib/tribe-view-helpers.class.php:87
698
- msgid "Cote D'Ivoire"
699
- msgstr ""
 
 
700
 
701
- #: ../lib/tribe-view-helpers.class.php:88
702
- msgid "Croatia (Local Name: Hrvatska)"
703
- msgstr ""
 
704
 
705
- #: ../lib/tribe-view-helpers.class.php:89
706
- msgid "Cuba"
707
- msgstr ""
 
708
 
709
- #: ../lib/tribe-view-helpers.class.php:90
710
- msgid "Cyprus"
711
- msgstr ""
712
 
713
- #: ../lib/tribe-view-helpers.class.php:91
714
- msgid "Czech Republic"
715
- msgstr ""
 
716
 
717
- #: ../lib/tribe-view-helpers.class.php:92
718
- msgid "Denmark"
719
- msgstr ""
 
720
 
721
- #: ../lib/tribe-view-helpers.class.php:93
722
- msgid "Djibouti"
723
- msgstr ""
724
 
725
- #: ../lib/tribe-view-helpers.class.php:94
726
- msgid "Dominica"
727
- msgstr ""
 
728
 
729
- #: ../lib/tribe-view-helpers.class.php:95
730
- msgid "Dominican Republic"
731
- msgstr ""
 
732
 
733
- #: ../lib/tribe-view-helpers.class.php:96
734
- msgid "East Timor"
735
- msgstr ""
 
736
 
737
- #: ../lib/tribe-view-helpers.class.php:97
738
- msgid "Ecuador"
739
- msgstr ""
 
740
 
741
- #: ../lib/tribe-view-helpers.class.php:98
742
- msgid "Egypt"
743
- msgstr ""
744
 
745
- #: ../lib/tribe-view-helpers.class.php:99
746
- msgid "El Salvador"
747
- msgstr ""
 
748
 
749
- #: ../lib/tribe-view-helpers.class.php:100
750
- msgid "Equatorial Guinea"
751
- msgstr ""
 
752
 
753
- #: ../lib/tribe-view-helpers.class.php:101
754
- msgid "Eritrea"
755
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
756
 
757
- #: ../lib/tribe-view-helpers.class.php:102
758
- msgid "Estonia"
759
- msgstr ""
760
 
761
- #: ../lib/tribe-view-helpers.class.php:103
762
- msgid "Ethiopia"
763
- msgstr ""
764
 
765
- #: ../lib/tribe-view-helpers.class.php:104
766
- msgid "Falkland Islands (Malvinas)"
767
- msgstr ""
768
 
769
- #: ../lib/tribe-view-helpers.class.php:105
770
- msgid "Faroe Islands"
771
- msgstr ""
 
772
 
773
- #: ../lib/tribe-view-helpers.class.php:106
774
- msgid "Fiji"
775
- msgstr ""
776
 
777
- #: ../lib/tribe-view-helpers.class.php:107
778
- msgid "Finland"
779
- msgstr ""
 
780
 
781
- #: ../lib/tribe-view-helpers.class.php:108
782
- msgid "France"
783
- msgstr "France"
784
 
785
- #: ../lib/tribe-view-helpers.class.php:109
786
- msgid "France, Metropolitan"
787
- msgstr "France Métropolitaine"
788
 
789
- #: ../lib/tribe-view-helpers.class.php:110
790
- msgid "French Guiana"
791
- msgstr "Guyane Française"
792
 
793
- #: ../lib/tribe-view-helpers.class.php:111
794
- msgid "French Polynesia"
795
- msgstr "Polynésie Française"
796
 
797
- #: ../lib/tribe-view-helpers.class.php:112
798
- msgid "French Southern Territories"
799
- msgstr "Territoires d'Outre-Mer"
800
 
801
- #: ../lib/tribe-view-helpers.class.php:113
802
- msgid "Gabon"
803
- msgstr ""
804
 
805
- #: ../lib/tribe-view-helpers.class.php:114
806
- msgid "Gambia"
807
- msgstr ""
808
 
809
- #: ../lib/tribe-view-helpers.class.php:115
810
- #: ../lib/tribe-view-helpers.class.php:304
811
- msgid "Georgia"
812
- msgstr ""
813
 
814
- #: ../lib/tribe-view-helpers.class.php:116
815
- msgid "Germany"
816
- msgstr ""
817
 
818
- #: ../lib/tribe-view-helpers.class.php:117
819
- msgid "Ghana"
820
- msgstr ""
821
 
822
- #: ../lib/tribe-view-helpers.class.php:118
823
- msgid "Gibraltar"
824
- msgstr ""
825
 
826
- #: ../lib/tribe-view-helpers.class.php:119
827
- msgid "Greece"
828
- msgstr ""
829
 
830
- #: ../lib/tribe-view-helpers.class.php:120
831
- msgid "Greenland"
832
- msgstr ""
833
 
834
- #: ../lib/tribe-view-helpers.class.php:121
835
- msgid "Grenada"
836
- msgstr ""
837
 
838
- #: ../lib/tribe-view-helpers.class.php:122
839
- msgid "Guadeloupe"
840
- msgstr ""
841
 
842
- #: ../lib/tribe-view-helpers.class.php:123
843
- msgid "Guam"
844
- msgstr ""
845
 
846
- #: ../lib/tribe-view-helpers.class.php:124
847
- msgid "Guatemala"
848
- msgstr ""
849
 
850
- #: ../lib/tribe-view-helpers.class.php:125
851
- msgid "Guinea"
852
- msgstr ""
853
 
854
- #: ../lib/tribe-view-helpers.class.php:126
855
- msgid "Guinea-Bissau"
856
- msgstr ""
857
 
858
- #: ../lib/tribe-view-helpers.class.php:127
859
- msgid "Guyana"
860
- msgstr ""
861
 
862
- #: ../lib/tribe-view-helpers.class.php:128
863
- msgid "Haiti"
864
- msgstr ""
865
 
866
- #: ../lib/tribe-view-helpers.class.php:129
867
- msgid "Heard And Mc Donald Islands"
868
- msgstr ""
869
 
870
- #: ../lib/tribe-view-helpers.class.php:130
871
- msgid "Holy See (Vatican City State)"
872
- msgstr ""
873
 
874
- #: ../lib/tribe-view-helpers.class.php:131
875
- msgid "Honduras"
876
- msgstr ""
877
 
878
- #: ../lib/tribe-view-helpers.class.php:132
879
- msgid "Hong Kong"
880
- msgstr ""
881
 
882
- #: ../lib/tribe-view-helpers.class.php:133
883
- msgid "Hungary"
884
- msgstr ""
885
 
886
- #: ../lib/tribe-view-helpers.class.php:134
887
- msgid "Iceland"
888
- msgstr ""
889
 
890
- #: ../lib/tribe-view-helpers.class.php:135
891
- msgid "India"
892
- msgstr ""
893
 
894
- #: ../lib/tribe-view-helpers.class.php:136
895
- msgid "Indonesia"
896
- msgstr ""
897
 
898
- #: ../lib/tribe-view-helpers.class.php:137
899
- msgid "Iran (Islamic Republic Of)"
900
- msgstr ""
901
 
902
- #: ../lib/tribe-view-helpers.class.php:138
903
- msgid "Iraq"
904
- msgstr ""
905
 
906
- #: ../lib/tribe-view-helpers.class.php:139
907
- msgid "Ireland"
908
- msgstr ""
909
 
910
- #: ../lib/tribe-view-helpers.class.php:140
911
- msgid "Israel"
912
- msgstr ""
913
 
914
- #: ../lib/tribe-view-helpers.class.php:141
915
- msgid "Italy"
916
- msgstr ""
917
 
918
- #: ../lib/tribe-view-helpers.class.php:142
919
- msgid "Jamaica"
920
- msgstr ""
921
 
922
- #: ../lib/tribe-view-helpers.class.php:143
923
- msgid "Japan"
924
- msgstr ""
925
 
926
- #: ../lib/tribe-view-helpers.class.php:144
927
- msgid "Jordan"
928
- msgstr ""
929
 
930
- #: ../lib/tribe-view-helpers.class.php:145
931
- msgid "Kazakhstan"
932
- msgstr ""
933
 
934
- #: ../lib/tribe-view-helpers.class.php:146
935
- msgid "Kenya"
936
- msgstr ""
937
 
938
- #: ../lib/tribe-view-helpers.class.php:147
939
- msgid "Kiribati"
940
- msgstr ""
941
 
942
- #: ../lib/tribe-view-helpers.class.php:148
943
- msgid "Korea, Democratic People's Republic Of"
944
- msgstr ""
945
 
946
- #: ../lib/tribe-view-helpers.class.php:149
947
- msgid "Korea, Republic Of"
948
- msgstr ""
949
 
950
- #: ../lib/tribe-view-helpers.class.php:150
951
- msgid "Kuwait"
952
- msgstr ""
953
 
954
- #: ../lib/tribe-view-helpers.class.php:151
955
- msgid "Kyrgyzstan"
956
- msgstr ""
957
 
958
- #: ../lib/tribe-view-helpers.class.php:152
959
- msgid "Lao People's Democratic Republic"
960
- msgstr ""
961
 
962
- #: ../lib/tribe-view-helpers.class.php:153
963
- msgid "Latvia"
964
- msgstr ""
965
 
966
- #: ../lib/tribe-view-helpers.class.php:154
967
- msgid "Lebanon"
968
- msgstr ""
969
 
970
- #: ../lib/tribe-view-helpers.class.php:155
971
- msgid "Lesotho"
972
- msgstr ""
973
 
974
- #: ../lib/tribe-view-helpers.class.php:156
975
- msgid "Liberia"
976
- msgstr ""
977
 
978
- #: ../lib/tribe-view-helpers.class.php:157
979
- msgid "Libyan Arab Jamahiriya"
980
- msgstr ""
981
 
982
- #: ../lib/tribe-view-helpers.class.php:158
983
- msgid "Liechtenstein"
984
- msgstr ""
985
 
986
- #: ../lib/tribe-view-helpers.class.php:159
987
- msgid "Lithuania"
988
- msgstr ""
989
 
990
- #: ../lib/tribe-view-helpers.class.php:160
991
- msgid "Luxembourg"
992
- msgstr ""
993
 
994
- #: ../lib/tribe-view-helpers.class.php:161
995
- msgid "Macau"
996
- msgstr ""
997
 
998
- #: ../lib/tribe-view-helpers.class.php:162
999
- msgid "Macedonia, Former Yugoslav Republic Of"
1000
- msgstr ""
1001
 
1002
- #: ../lib/tribe-view-helpers.class.php:163
1003
- msgid "Madagascar"
1004
- msgstr ""
1005
 
1006
- #: ../lib/tribe-view-helpers.class.php:164
1007
- msgid "Malawi"
1008
- msgstr ""
1009
 
1010
- #: ../lib/tribe-view-helpers.class.php:165
1011
- msgid "Malaysia"
1012
- msgstr ""
1013
 
1014
- #: ../lib/tribe-view-helpers.class.php:166
1015
- msgid "Maldives"
1016
- msgstr ""
1017
 
1018
- #: ../lib/tribe-view-helpers.class.php:167
1019
- msgid "Mali"
1020
- msgstr ""
1021
 
1022
- #: ../lib/tribe-view-helpers.class.php:168
1023
- msgid "Malta"
1024
- msgstr ""
1025
 
1026
- #: ../lib/tribe-view-helpers.class.php:169
1027
- msgid "Marshall Islands"
1028
- msgstr ""
1029
 
1030
- #: ../lib/tribe-view-helpers.class.php:170
1031
- msgid "Martinique"
1032
- msgstr ""
1033
 
1034
- #: ../lib/tribe-view-helpers.class.php:171
1035
- msgid "Mauritania"
1036
- msgstr ""
1037
 
1038
- #: ../lib/tribe-view-helpers.class.php:172
1039
- msgid "Mauritius"
1040
- msgstr ""
1041
 
1042
- #: ../lib/tribe-view-helpers.class.php:173
1043
- msgid "Mayotte"
1044
- msgstr ""
1045
 
1046
- #: ../lib/tribe-view-helpers.class.php:174
1047
- msgid "Mexico"
1048
- msgstr ""
1049
 
1050
- #: ../lib/tribe-view-helpers.class.php:175
1051
- msgid "Micronesia, Federated States Of"
1052
- msgstr ""
1053
 
1054
- #: ../lib/tribe-view-helpers.class.php:176
1055
- msgid "Moldova, Republic Of"
1056
- msgstr ""
1057
 
1058
- #: ../lib/tribe-view-helpers.class.php:177
1059
- msgid "Monaco"
1060
- msgstr ""
1061
 
1062
- #: ../lib/tribe-view-helpers.class.php:178
1063
- msgid "Mongolia"
1064
- msgstr ""
1065
 
1066
- #: ../lib/tribe-view-helpers.class.php:179
1067
- msgid "Montenegro"
1068
- msgstr ""
1069
 
1070
- #: ../lib/tribe-view-helpers.class.php:180
1071
- msgid "Montserrat"
1072
- msgstr ""
1073
 
1074
- #: ../lib/tribe-view-helpers.class.php:181
1075
- msgid "Morocco"
1076
- msgstr ""
1077
 
1078
- #: ../lib/tribe-view-helpers.class.php:182
1079
- msgid "Mozambique"
1080
- msgstr ""
1081
 
1082
- #: ../lib/tribe-view-helpers.class.php:183
1083
- msgid "Myanmar"
1084
- msgstr ""
1085
 
1086
- #: ../lib/tribe-view-helpers.class.php:184
1087
- msgid "Namibia"
1088
- msgstr ""
1089
 
1090
- #: ../lib/tribe-view-helpers.class.php:185
1091
- msgid "Nauru"
1092
- msgstr ""
1093
 
1094
- #: ../lib/tribe-view-helpers.class.php:186
1095
- msgid "Nepal"
1096
- msgstr ""
1097
 
1098
- #: ../lib/tribe-view-helpers.class.php:187
1099
- msgid "Netherlands"
1100
- msgstr ""
1101
 
1102
- #: ../lib/tribe-view-helpers.class.php:188
1103
- msgid "Netherlands Antilles"
1104
- msgstr ""
1105
 
1106
- #: ../lib/tribe-view-helpers.class.php:189
1107
- msgid "New Caledonia"
1108
- msgstr ""
 
1109
 
1110
- #: ../lib/tribe-view-helpers.class.php:190
1111
- msgid "New Zealand"
1112
- msgstr ""
1113
 
1114
- #: ../lib/tribe-view-helpers.class.php:191
1115
- msgid "Nicaragua"
1116
- msgstr ""
1117
 
1118
- #: ../lib/tribe-view-helpers.class.php:192
1119
- msgid "Niger"
1120
- msgstr ""
1121
 
1122
- #: ../lib/tribe-view-helpers.class.php:193
1123
- msgid "Nigeria"
1124
- msgstr ""
1125
 
1126
- #: ../lib/tribe-view-helpers.class.php:194
1127
- msgid "Niue"
1128
- msgstr ""
1129
 
1130
- #: ../lib/tribe-view-helpers.class.php:195
1131
- msgid "Norfolk Island"
1132
- msgstr ""
1133
 
1134
- #: ../lib/tribe-view-helpers.class.php:196
1135
- msgid "Northern Mariana Islands"
1136
- msgstr ""
1137
 
1138
- #: ../lib/tribe-view-helpers.class.php:197
1139
- msgid "Norway"
1140
- msgstr ""
1141
 
1142
- #: ../lib/tribe-view-helpers.class.php:198
1143
- msgid "Oman"
1144
- msgstr ""
1145
 
1146
- #: ../lib/tribe-view-helpers.class.php:199
1147
- msgid "Pakistan"
1148
- msgstr ""
1149
 
1150
- #: ../lib/tribe-view-helpers.class.php:200
1151
- msgid "Palau"
1152
- msgstr ""
1153
 
1154
- #: ../lib/tribe-view-helpers.class.php:201
1155
- msgid "Panama"
1156
- msgstr ""
1157
 
1158
- #: ../lib/tribe-view-helpers.class.php:202
1159
- msgid "Papua New Guinea"
1160
- msgstr ""
 
 
 
 
1161
 
1162
- #: ../lib/tribe-view-helpers.class.php:203
1163
- msgid "Paraguay"
1164
- msgstr ""
1165
 
1166
- #: ../lib/tribe-view-helpers.class.php:204
1167
- msgid "Peru"
1168
- msgstr ""
1169
 
1170
- #: ../lib/tribe-view-helpers.class.php:205
1171
- msgid "Philippines"
1172
- msgstr ""
1173
 
1174
- #: ../lib/tribe-view-helpers.class.php:206
1175
- msgid "Pitcairn"
1176
- msgstr ""
1177
 
1178
- #: ../lib/tribe-view-helpers.class.php:207
1179
- msgid "Poland"
1180
- msgstr ""
1181
 
1182
- #: ../lib/tribe-view-helpers.class.php:208
1183
- msgid "Portugal"
1184
- msgstr ""
1185
 
1186
- #: ../lib/tribe-view-helpers.class.php:209
1187
- msgid "Puerto Rico"
1188
- msgstr ""
1189
 
1190
- #: ../lib/tribe-view-helpers.class.php:210
1191
- msgid "Qatar"
1192
- msgstr ""
1193
 
1194
- #: ../lib/tribe-view-helpers.class.php:211
1195
- msgid "Reunion"
1196
- msgstr ""
1197
 
1198
- #: ../lib/tribe-view-helpers.class.php:212
1199
- msgid "Romania"
1200
- msgstr ""
1201
 
1202
- #: ../lib/tribe-view-helpers.class.php:213
1203
- msgid "Russian Federation"
1204
- msgstr ""
1205
 
1206
- #: ../lib/tribe-view-helpers.class.php:214
1207
- msgid "Rwanda"
1208
- msgstr ""
1209
 
1210
- #: ../lib/tribe-view-helpers.class.php:215
1211
- msgid "Saint Kitts And Nevis"
1212
- msgstr ""
1213
 
1214
- #: ../lib/tribe-view-helpers.class.php:216
1215
- msgid "Saint Lucia"
1216
- msgstr ""
1217
 
1218
- #: ../lib/tribe-view-helpers.class.php:217
1219
- msgid "Saint Vincent And The Grenadines"
1220
- msgstr ""
1221
 
1222
- #: ../lib/tribe-view-helpers.class.php:218
1223
- msgid "Samoa"
1224
- msgstr ""
1225
 
1226
- #: ../lib/tribe-view-helpers.class.php:219
1227
- msgid "San Marino"
1228
- msgstr ""
1229
 
1230
- #: ../lib/tribe-view-helpers.class.php:220
1231
- msgid "Sao Tome And Principe"
1232
- msgstr ""
1233
 
1234
- #: ../lib/tribe-view-helpers.class.php:221
1235
- msgid "Saudi Arabia"
1236
- msgstr ""
1237
 
1238
- #: ../lib/tribe-view-helpers.class.php:222
1239
- msgid "Senegal"
1240
- msgstr ""
1241
 
1242
- #: ../lib/tribe-view-helpers.class.php:223
1243
- msgid "Serbia"
1244
- msgstr ""
1245
 
1246
- #: ../lib/tribe-view-helpers.class.php:224
1247
- msgid "Seychelles"
1248
- msgstr ""
1249
 
1250
- #: ../lib/tribe-view-helpers.class.php:225
1251
- msgid "Sierra Leone"
1252
- msgstr ""
1253
 
1254
- #: ../lib/tribe-view-helpers.class.php:226
1255
- msgid "Singapore"
1256
- msgstr ""
1257
 
1258
- #: ../lib/tribe-view-helpers.class.php:227
1259
- msgid "Slovakia (Slovak Republic)"
1260
- msgstr ""
1261
 
1262
- #: ../lib/tribe-view-helpers.class.php:228
1263
- msgid "Slovenia"
1264
- msgstr ""
1265
 
1266
- #: ../lib/tribe-view-helpers.class.php:229
1267
- msgid "Solomon Islands"
1268
- msgstr ""
1269
 
1270
- #: ../lib/tribe-view-helpers.class.php:230
1271
- msgid "Somalia"
1272
- msgstr ""
1273
 
1274
- #: ../lib/tribe-view-helpers.class.php:231
1275
- msgid "South Africa"
1276
- msgstr ""
1277
 
1278
- #: ../lib/tribe-view-helpers.class.php:232
1279
- msgid "South Georgia, South Sandwich Islands"
1280
- msgstr ""
1281
 
1282
- #: ../lib/tribe-view-helpers.class.php:233
1283
- msgid "Spain"
1284
- msgstr ""
1285
 
1286
- #: ../lib/tribe-view-helpers.class.php:234
1287
- msgid "Sri Lanka"
1288
- msgstr ""
1289
 
1290
- #: ../lib/tribe-view-helpers.class.php:235
1291
- msgid "St. Helena"
1292
- msgstr ""
1293
 
1294
- #: ../lib/tribe-view-helpers.class.php:236
1295
- msgid "St. Pierre And Miquelon"
1296
- msgstr ""
1297
 
1298
- #: ../lib/tribe-view-helpers.class.php:237
1299
- msgid "Sudan"
1300
- msgstr ""
1301
 
1302
- #: ../lib/tribe-view-helpers.class.php:238
1303
- msgid "Suriname"
1304
- msgstr ""
1305
 
1306
- #: ../lib/tribe-view-helpers.class.php:239
1307
- msgid "Svalbard And Jan Mayen Islands"
1308
- msgstr ""
1309
 
1310
- #: ../lib/tribe-view-helpers.class.php:240
1311
- msgid "Swaziland"
1312
- msgstr ""
1313
 
1314
- #: ../lib/tribe-view-helpers.class.php:241
1315
- msgid "Sweden"
1316
- msgstr ""
1317
 
1318
- #: ../lib/tribe-view-helpers.class.php:242
1319
- msgid "Switzerland"
1320
- msgstr ""
1321
 
1322
- #: ../lib/tribe-view-helpers.class.php:243
1323
- msgid "Syrian Arab Republic"
1324
- msgstr ""
1325
 
1326
- #: ../lib/tribe-view-helpers.class.php:244
1327
- msgid "Taiwan"
1328
- msgstr ""
1329
 
1330
- #: ../lib/tribe-view-helpers.class.php:245
1331
- msgid "Tajikistan"
1332
- msgstr ""
1333
 
1334
- #: ../lib/tribe-view-helpers.class.php:246
1335
- msgid "Tanzania, United Republic Of"
1336
- msgstr ""
1337
 
1338
- #: ../lib/tribe-view-helpers.class.php:247
1339
- msgid "Thailand"
1340
  msgstr ""
1341
 
1342
- #: ../lib/tribe-view-helpers.class.php:248
1343
- msgid "Togo"
1344
  msgstr ""
1345
 
1346
- #: ../lib/tribe-view-helpers.class.php:249
1347
- msgid "Tokelau"
1348
  msgstr ""
1349
 
1350
- #: ../lib/tribe-view-helpers.class.php:250
1351
- msgid "Tonga"
1352
  msgstr ""
1353
 
1354
- #: ../lib/tribe-view-helpers.class.php:251
1355
- msgid "Trinidad And Tobago"
1356
  msgstr ""
1357
 
1358
- #: ../lib/tribe-view-helpers.class.php:252
1359
- msgid "Tunisia"
1360
  msgstr ""
1361
 
1362
- #: ../lib/tribe-view-helpers.class.php:253
1363
- msgid "Turkey"
1364
  msgstr ""
1365
 
1366
- #: ../lib/tribe-view-helpers.class.php:254
1367
- msgid "Turkmenistan"
1368
  msgstr ""
1369
 
1370
- #: ../lib/tribe-view-helpers.class.php:255
1371
- msgid "Turks And Caicos Islands"
1372
  msgstr ""
1373
 
1374
- #: ../lib/tribe-view-helpers.class.php:256
1375
- msgid "Tuvalu"
1376
  msgstr ""
1377
 
1378
- #: ../lib/tribe-view-helpers.class.php:257
1379
- msgid "Uganda"
1380
  msgstr ""
1381
 
1382
- #: ../lib/tribe-view-helpers.class.php:258
1383
- msgid "Ukraine"
1384
  msgstr ""
1385
 
1386
- #: ../lib/tribe-view-helpers.class.php:259
1387
- msgid "United Arab Emirates"
1388
  msgstr ""
1389
 
1390
- #: ../lib/tribe-view-helpers.class.php:260
1391
- msgid "United Kingdom"
1392
  msgstr ""
1393
 
1394
- #: ../lib/tribe-view-helpers.class.php:261
1395
- msgid "United States Minor Outlying Islands"
1396
  msgstr ""
1397
 
1398
- #: ../lib/tribe-view-helpers.class.php:262
1399
- msgid "Uruguay"
 
 
 
 
 
 
 
 
1400
  msgstr ""
1401
 
1402
- #: ../lib/tribe-view-helpers.class.php:263
1403
- msgid "Uzbekistan"
1404
  msgstr ""
1405
 
1406
- #: ../lib/tribe-view-helpers.class.php:264
1407
- msgid "Vanuatu"
1408
  msgstr ""
1409
 
1410
- #: ../lib/tribe-view-helpers.class.php:265
1411
- msgid "Venezuela"
1412
  msgstr ""
1413
 
1414
- #: ../lib/tribe-view-helpers.class.php:266
1415
- msgid "Viet Nam"
1416
  msgstr ""
1417
 
1418
- #: ../lib/tribe-view-helpers.class.php:267
1419
- msgid "Virgin Islands (British)"
1420
  msgstr ""
1421
 
1422
- #: ../lib/tribe-view-helpers.class.php:268
1423
- msgid "Virgin Islands (U.S.)"
1424
  msgstr ""
1425
 
1426
- #: ../lib/tribe-view-helpers.class.php:269
1427
- msgid "Wallis And Futuna Islands"
1428
  msgstr ""
1429
 
1430
- #: ../lib/tribe-view-helpers.class.php:270
1431
- msgid "Western Sahara"
1432
  msgstr ""
1433
 
1434
- #: ../lib/tribe-view-helpers.class.php:271
1435
- msgid "Yemen"
1436
  msgstr ""
1437
 
1438
- #: ../lib/tribe-view-helpers.class.php:272
1439
- msgid "Yugoslavia"
1440
  msgstr ""
1441
 
1442
- #: ../lib/tribe-view-helpers.class.php:273
1443
- msgid "Zambia"
1444
  msgstr ""
1445
 
1446
- #: ../lib/tribe-view-helpers.class.php:274
1447
- msgid "Zimbabwe"
1448
  msgstr ""
1449
 
1450
- #: ../lib/tribe-view-helpers.class.php:294
1451
- msgid "Alabama"
1452
  msgstr ""
1453
 
1454
- #: ../lib/tribe-view-helpers.class.php:295
1455
- msgid "Alaska"
1456
  msgstr ""
1457
 
1458
- #: ../lib/tribe-view-helpers.class.php:296
1459
- msgid "Arizona"
1460
  msgstr ""
1461
 
1462
- #: ../lib/tribe-view-helpers.class.php:297
1463
- msgid "Arkansas"
1464
  msgstr ""
1465
 
1466
- #: ../lib/tribe-view-helpers.class.php:298
1467
- msgid "California"
1468
  msgstr ""
1469
 
1470
- #: ../lib/tribe-view-helpers.class.php:299
1471
- msgid "Colorado"
1472
  msgstr ""
1473
 
1474
- #: ../lib/tribe-view-helpers.class.php:300
1475
- msgid "Connecticut"
1476
  msgstr ""
1477
 
1478
- #: ../lib/tribe-view-helpers.class.php:301
1479
- msgid "Delaware"
1480
  msgstr ""
1481
 
1482
- #: ../lib/tribe-view-helpers.class.php:302
1483
- msgid "District of Columbia"
1484
  msgstr ""
1485
 
1486
- #: ../lib/tribe-view-helpers.class.php:303
1487
- msgid "Florida"
1488
  msgstr ""
1489
 
1490
- #: ../lib/tribe-view-helpers.class.php:305
1491
- msgid "Hawaii"
1492
  msgstr ""
1493
 
1494
- #: ../lib/tribe-view-helpers.class.php:306
1495
- msgid "Idaho"
1496
  msgstr ""
1497
 
1498
- #: ../lib/tribe-view-helpers.class.php:307
1499
- msgid "Illinois"
1500
  msgstr ""
1501
 
1502
- #: ../lib/tribe-view-helpers.class.php:308
1503
- msgid "Indiana"
1504
  msgstr ""
1505
 
1506
- #: ../lib/tribe-view-helpers.class.php:309
1507
- msgid "Iowa"
1508
  msgstr ""
1509
 
1510
- #: ../lib/tribe-view-helpers.class.php:310
1511
- msgid "Kansas"
1512
  msgstr ""
1513
 
1514
- #: ../lib/tribe-view-helpers.class.php:311
1515
- msgid "Kentucky"
1516
  msgstr ""
1517
 
1518
- #: ../lib/tribe-view-helpers.class.php:312
1519
- msgid "Louisiana"
1520
  msgstr ""
1521
 
1522
- #: ../lib/tribe-view-helpers.class.php:313
1523
- msgid "Maine"
1524
  msgstr ""
1525
 
1526
- #: ../lib/tribe-view-helpers.class.php:314
1527
- msgid "Maryland"
1528
  msgstr ""
1529
 
1530
- #: ../lib/tribe-view-helpers.class.php:315
1531
- msgid "Massachusetts"
1532
  msgstr ""
1533
 
1534
- #: ../lib/tribe-view-helpers.class.php:316
1535
- msgid "Michigan"
1536
  msgstr ""
1537
 
1538
- #: ../lib/tribe-view-helpers.class.php:317
1539
- msgid "Minnesota"
1540
  msgstr ""
1541
 
1542
- #: ../lib/tribe-view-helpers.class.php:318
1543
- msgid "Mississippi"
1544
  msgstr ""
1545
 
1546
- #: ../lib/tribe-view-helpers.class.php:319
1547
- msgid "Missouri"
1548
  msgstr ""
1549
 
1550
- #: ../lib/tribe-view-helpers.class.php:320
1551
- msgid "Montana"
1552
  msgstr ""
1553
 
1554
- #: ../lib/tribe-view-helpers.class.php:321
1555
- msgid "Nebraska"
1556
  msgstr ""
1557
 
1558
- #: ../lib/tribe-view-helpers.class.php:322
1559
- msgid "Nevada"
1560
  msgstr ""
1561
 
1562
- #: ../lib/tribe-view-helpers.class.php:323
1563
- msgid "New Hampshire"
1564
  msgstr ""
1565
 
1566
- #: ../lib/tribe-view-helpers.class.php:324
1567
- msgid "New Jersey"
1568
  msgstr ""
1569
 
1570
- #: ../lib/tribe-view-helpers.class.php:325
1571
- msgid "New Mexico"
1572
  msgstr ""
1573
 
1574
- #: ../lib/tribe-view-helpers.class.php:326
1575
- msgid "New York"
1576
  msgstr ""
1577
 
1578
- #: ../lib/tribe-view-helpers.class.php:327
1579
- msgid "North Carolina"
1580
  msgstr ""
1581
 
1582
- #: ../lib/tribe-view-helpers.class.php:328
1583
- msgid "North Dakota"
1584
  msgstr ""
1585
 
1586
- #: ../lib/tribe-view-helpers.class.php:329
1587
- msgid "Ohio"
1588
  msgstr ""
1589
 
1590
- #: ../lib/tribe-view-helpers.class.php:330
1591
- msgid "Oklahoma"
1592
  msgstr ""
1593
 
1594
- #: ../lib/tribe-view-helpers.class.php:331
1595
- msgid "Oregon"
1596
  msgstr ""
1597
 
1598
- #: ../lib/tribe-view-helpers.class.php:332
1599
- msgid "Pennsylvania"
1600
  msgstr ""
1601
 
1602
- #: ../lib/tribe-view-helpers.class.php:333
1603
- msgid "Rhode Island"
1604
  msgstr ""
1605
 
1606
- #: ../lib/tribe-view-helpers.class.php:334
1607
- msgid "South Carolina"
1608
  msgstr ""
1609
 
1610
- #: ../lib/tribe-view-helpers.class.php:335
1611
- msgid "South Dakota"
1612
  msgstr ""
1613
 
1614
- #: ../lib/tribe-view-helpers.class.php:336
1615
- msgid "Tennessee"
1616
  msgstr ""
1617
 
1618
- #: ../lib/tribe-view-helpers.class.php:337
1619
- msgid "Texas"
1620
  msgstr ""
1621
 
1622
- #: ../lib/tribe-view-helpers.class.php:338
1623
- msgid "Utah"
1624
  msgstr ""
1625
 
1626
- #: ../lib/tribe-view-helpers.class.php:339
1627
- msgid "Vermont"
1628
  msgstr ""
1629
 
1630
- #: ../lib/tribe-view-helpers.class.php:340
1631
- msgid "Virginia"
1632
  msgstr ""
1633
 
1634
- #: ../lib/tribe-view-helpers.class.php:341
1635
- msgid "Washington"
1636
  msgstr ""
1637
 
1638
- #: ../lib/tribe-view-helpers.class.php:342
1639
- msgid "West Virginia"
1640
  msgstr ""
1641
 
1642
- #: ../lib/tribe-view-helpers.class.php:343
1643
- msgid "Wisconsin"
1644
  msgstr ""
1645
 
1646
- #: ../lib/tribe-view-helpers.class.php:344
1647
- msgid "Wyoming"
1648
  msgstr ""
1649
 
1650
- #: ../lib/tribe-event-exception.class.php:17
1651
- #: ../lib/tribe-event-exception.class.php:34
1652
- msgid "Error"
1653
- msgstr "Erreur"
1654
 
1655
- #: ../lib/the-events-calendar.class.php:211
1656
- msgid "The Events Calendar"
1657
- msgstr "The Events Calendar"
1658
 
1659
- #: ../lib/the-events-calendar.class.php:214
1660
- msgid "category"
1661
- msgstr "catégorie"
1662
 
1663
- #: ../lib/the-events-calendar.class.php:215
1664
- msgid "month"
1665
- msgstr "mois"
1666
 
1667
- #: ../lib/the-events-calendar.class.php:216
1668
- msgid "upcoming"
1669
- msgstr "à venir"
1670
 
1671
- #: ../lib/the-events-calendar.class.php:217
1672
- msgid "past"
1673
- msgstr "terminé"
1674
 
1675
- #: ../lib/the-events-calendar.class.php:219
1676
- msgid "venue"
1677
- msgstr "venue"
1678
 
1679
- #: ../lib/the-events-calendar.class.php:229
1680
- #, php-format
1681
- msgid "Initializing Tribe Events on %s"
1682
- msgstr "Initializing Tribe Events on %s"
1683
 
1684
- #: ../lib/the-events-calendar.class.php:277
1685
- #, php-format
1686
- msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
1687
- msgstr "Désolé, le plugin The Events Calendar requiert WordPress %s ou + . Mettez à jour votre installation WordPress "
1688
 
1689
- #: ../lib/the-events-calendar.class.php:280
1690
- #, php-format
1691
- msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
1692
- msgstr "Désolé, The Events Calendar nécessite PHP %s ou une version plus récente. Voyez avec votre hébergeur pour voir comment vous pouvez changer ça. "
1693
 
1694
- #: ../lib/the-events-calendar.class.php:397
1695
- msgid "Upcoming Events"
1696
- msgstr "Evénement à venir "
1697
 
1698
- #: ../lib/the-events-calendar.class.php:399
1699
- msgid "Past Events"
1700
- msgstr "Evénements terminés"
1701
 
1702
- #: ../lib/the-events-calendar.class.php:403
1703
- #, php-format
1704
- msgid "Events for %s"
1705
- msgstr "Evénements pour %s"
1706
 
1707
- #: ../lib/the-events-calendar.class.php:405
1708
- msgid "Events this month"
1709
- msgstr "Evénements du mois"
1710
 
1711
- #: ../lib/the-events-calendar.class.php:419
1712
- msgid "No description has been entered for this event."
1713
- msgstr "Aucune description n'a été rentrée pour cet événement. "
1714
 
1715
- #: ../lib/the-events-calendar.class.php:484
1716
- msgid "Events"
1717
- msgstr "Evénements"
1718
 
1719
- #: ../lib/the-events-calendar.class.php:485
1720
- msgid "Event"
1721
- msgstr "Evénément"
1722
 
1723
- #: ../lib/the-events-calendar.class.php:486
1724
- #: ../lib/the-events-calendar.class.php:499
1725
- #: ../lib/the-events-calendar.class.php:512
1726
- msgid "Add New"
1727
- msgstr "Nouveau "
1728
 
1729
- #: ../lib/the-events-calendar.class.php:487
1730
- msgid "Add New Event"
1731
- msgstr "Nouvel événement "
1732
 
1733
- #: ../lib/the-events-calendar.class.php:488
1734
- msgid "Edit Event"
1735
- msgstr "Editer l'événement "
1736
 
1737
- #: ../lib/the-events-calendar.class.php:489
1738
- msgid "New Event"
1739
- msgstr "Nouvel Evénement "
1740
 
1741
- #: ../lib/the-events-calendar.class.php:490
1742
- msgid "View Event"
1743
- msgstr "Voir l'événement "
1744
 
1745
- #: ../lib/the-events-calendar.class.php:491
1746
- msgid "Search Events"
1747
- msgstr "Rechercher des événements "
1748
 
1749
- #: ../lib/the-events-calendar.class.php:492
1750
- msgid "No events found"
1751
- msgstr "Aucun Evénement "
1752
 
1753
- #: ../lib/the-events-calendar.class.php:493
1754
- msgid "No events found in Trash"
1755
- msgstr "Aucun Evénement dans la Poubelle "
1756
 
1757
- #: ../lib/the-events-calendar.class.php:497
1758
- #: ../lib/the-events-calendar.class.php:681
1759
- msgid "Venues"
1760
- msgstr "Lieux"
1761
 
1762
- #: ../lib/the-events-calendar.class.php:498
1763
- msgid "Venue"
1764
- msgstr "Lieu"
1765
 
1766
- #: ../lib/the-events-calendar.class.php:500
1767
- msgid "Add New Venue"
1768
- msgstr "Nouveau lieu"
1769
 
1770
- #: ../lib/the-events-calendar.class.php:501
1771
- msgid "Edit Venue"
1772
- msgstr "Editer le lieu"
1773
 
1774
- #: ../lib/the-events-calendar.class.php:502
1775
- msgid "New Venue"
1776
- msgstr "Nouveau Lieu"
1777
 
1778
- #: ../lib/the-events-calendar.class.php:503
1779
- #: ../lib/the-events-calendar.class.php:516
1780
- msgid "View Venue"
1781
- msgstr "Voir Lieu"
1782
 
1783
- #: ../lib/the-events-calendar.class.php:504
1784
- msgid "Search Venues"
1785
- msgstr "Rechercher des lieux"
1786
 
1787
- #: ../lib/the-events-calendar.class.php:505
1788
- msgid "No venue found"
1789
- msgstr "Aucun lieu trouvé"
1790
 
1791
- #: ../lib/the-events-calendar.class.php:506
1792
- msgid "No venues found in Trash"
1793
- msgstr "Aucun lieu trouvé dans la poubelle"
1794
 
1795
- #: ../lib/the-events-calendar.class.php:510
1796
- #: ../lib/the-events-calendar.class.php:682
1797
- msgid "Organizers"
1798
- msgstr "Organisateurs"
1799
 
1800
- #: ../lib/the-events-calendar.class.php:511
1801
- msgid "Organizer"
1802
- msgstr "Organisateur"
1803
 
1804
- #: ../lib/the-events-calendar.class.php:513
1805
- msgid "Add New Organizer"
1806
- msgstr "Nouvel organisateur"
1807
 
1808
- #: ../lib/the-events-calendar.class.php:514
1809
- msgid "Edit Organizer"
1810
- msgstr "Editer l'organisateur"
1811
 
1812
- #: ../lib/the-events-calendar.class.php:515
1813
- msgid "New Organizer"
1814
- msgstr "Nouvel organisateur"
1815
 
1816
- #: ../lib/the-events-calendar.class.php:517
1817
- msgid "Search Organizers"
1818
- msgstr "Rechercher des organisateurs"
1819
 
1820
- #: ../lib/the-events-calendar.class.php:518
1821
- msgid "No organizer found"
1822
- msgstr "Pas d'organisateurs"
1823
 
1824
- #: ../lib/the-events-calendar.class.php:519
1825
- msgid "No organizers found in Trash"
1826
- msgstr "Aucun organisateur dans la Poubelle"
1827
 
1828
- #: ../lib/the-events-calendar.class.php:524
1829
- msgid "Event Category"
1830
- msgstr "Catégorie de l'événement"
1831
 
1832
- #: ../lib/the-events-calendar.class.php:525
1833
- msgid "Search Event Categories"
1834
- msgstr "Rechercher des catégories"
1835
 
1836
- #: ../lib/the-events-calendar.class.php:526
1837
- msgid "All Event Categories"
1838
- msgstr "Toutes les catégories"
1839
 
1840
- #: ../lib/the-events-calendar.class.php:527
1841
- msgid "Parent Event Category"
1842
- msgstr "Catégorie parent"
1843
 
1844
- #: ../lib/the-events-calendar.class.php:528
1845
- msgid "Parent Event Category:"
1846
- msgstr "Catégorie parent : "
1847
 
1848
- #: ../lib/the-events-calendar.class.php:529
1849
- msgid "Edit Event Category"
1850
- msgstr "Editer la Catégorie de l'Evénement "
1851
 
1852
- #: ../lib/the-events-calendar.class.php:530
1853
- msgid "Update Event Category"
1854
- msgstr "Mettre à jour la Catégories de l'Evénement "
1855
 
1856
- #: ../lib/the-events-calendar.class.php:531
1857
- msgid "Add New Event Category"
1858
- msgstr "Nouvelle Catégorie d'Evénement "
1859
 
1860
- #: ../lib/the-events-calendar.class.php:532
1861
- msgid "New Event Category Name"
1862
- msgstr "Nommer cette Catégorie d'Evénement "
1863
 
1864
- #: ../lib/the-events-calendar.class.php:542
1865
- #, php-format
1866
- msgid "Event updated. <a href=\"%s\">View event</a>"
1867
- msgstr "Evénement mise à jour. <a href=\"%s\">Voir</a> "
1868
 
1869
- #: ../lib/the-events-calendar.class.php:543
1870
- #: ../lib/the-events-calendar.class.php:560
1871
- #: ../lib/the-events-calendar.class.php:577
1872
- msgid "Custom field updated."
1873
- msgstr "Custom field mis à jour. "
1874
 
1875
- #: ../lib/the-events-calendar.class.php:544
1876
- #: ../lib/the-events-calendar.class.php:561
1877
- #: ../lib/the-events-calendar.class.php:578
1878
- msgid "Custom field deleted."
1879
- msgstr "Custom field effacé. "
1880
 
1881
- #: ../lib/the-events-calendar.class.php:545
1882
- msgid "Event updated."
1883
- msgstr "Evénement mis à jour."
1884
 
1885
- #: ../lib/the-events-calendar.class.php:547
1886
- #, php-format
1887
- msgid "Event restored to revision from %s"
1888
- msgstr "Event restored to revision from %s"
1889
 
1890
- #: ../lib/the-events-calendar.class.php:548
1891
- #, php-format
1892
- msgid "Event published. <a href=\"%s\">View event</a>"
1893
- msgstr "Evénement publié. <a href=\"%s\">Voir</a> "
1894
 
1895
- #: ../lib/the-events-calendar.class.php:549
1896
- msgid "Event saved."
1897
- msgstr "Evénement enregistré"
1898
 
1899
- #: ../lib/the-events-calendar.class.php:550
1900
- #, php-format
1901
- msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1902
- msgstr "Evénement enregistré. <a href=\"%s\">Aperçu</a> "
1903
 
1904
- #: ../lib/the-events-calendar.class.php:551
1905
- #, php-format
1906
- msgid "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview event</a>"
1907
- msgstr "Evénement programmé pour le : <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Aperçu</a> "
1908
 
1909
- #: ../lib/the-events-calendar.class.php:553
1910
- #: ../lib/the-events-calendar.class.php:570
1911
- #: ../lib/the-events-calendar.class.php:587
1912
- msgid "M j, Y @ G:i"
1913
- msgstr "M j, A @ G:i "
1914
 
1915
- #: ../lib/the-events-calendar.class.php:554
1916
- #, php-format
1917
- msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
1918
- msgstr "Brouillon de l'événement mis à jour. <a target=\"_blank\" href=\"%s\">Aperçu</a> "
1919
 
1920
- #: ../lib/the-events-calendar.class.php:559
1921
- #, php-format
1922
- msgid "Venue updated. <a href=\"%s\">View venue</a>"
1923
- msgstr "Lieu mis à jour <a href=\"%s\">Voir le lieu</a>"
1924
 
1925
- #: ../lib/the-events-calendar.class.php:562
1926
- msgid "Venue updated."
1927
- msgstr "Lieu mis à jour"
1928
 
1929
- #: ../lib/the-events-calendar.class.php:564
1930
- #, php-format
1931
- msgid "Venue restored to revision from %s"
1932
- msgstr "Lieu restored to revision from %s"
1933
 
1934
- #: ../lib/the-events-calendar.class.php:565
1935
- #, php-format
1936
- msgid "Venue published. <a href=\"%s\">View venue</a>"
1937
- msgstr "Lieu publié. <a href=\"%s\">Voir</a>"
1938
 
1939
- #: ../lib/the-events-calendar.class.php:566
1940
- msgid "Venue saved."
1941
- msgstr "Lieu enregistré."
1942
 
1943
- #: ../lib/the-events-calendar.class.php:567
1944
- #, php-format
1945
- msgid "Venue submitted. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
1946
- msgstr "Lieu soumis. <a target=\"_blank\" href=\"%s\">Aperçu</a>"
1947
 
1948
- #: ../lib/the-events-calendar.class.php:568
1949
- #, php-format
1950
- msgid "Venue scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview venue</a>"
1951
- msgstr "Lieu prévu pour : <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Aperçu</a>"
1952
 
1953
- #: ../lib/the-events-calendar.class.php:571
1954
- #, php-format
1955
- msgid "Venue draft updated. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
1956
- msgstr "Brouillon du lieu mis à jour. <a target=\"_blank\" href=\"%s\">Aperçu</a>"
1957
 
1958
- #: ../lib/the-events-calendar.class.php:576
1959
- #, php-format
1960
- msgid "Organizer updated. <a href=\"%s\">View organizer</a>"
1961
- msgstr "Organisateur mis à jour. <a href=\"%s\">Voir</a> "
1962
 
1963
- #: ../lib/the-events-calendar.class.php:579
1964
- msgid "Organizer updated."
1965
- msgstr "Organisateur mis à jour."
1966
 
1967
- #: ../lib/the-events-calendar.class.php:581
1968
- #, php-format
1969
- msgid "Organizer restored to revision from %s"
1970
- msgstr "Organizer restored to revision from %s"
1971
 
1972
- #: ../lib/the-events-calendar.class.php:582
1973
- #, php-format
1974
- msgid "Organizer published. <a href=\"%s\">View organizer</a>"
1975
- msgstr "Organisateur publié. <a href=\"%s\">Voir</a>"
1976
 
1977
- #: ../lib/the-events-calendar.class.php:583
1978
- msgid "Organizer saved."
1979
- msgstr "Organisateur enregistré."
1980
 
1981
- #: ../lib/the-events-calendar.class.php:584
1982
- #, php-format
1983
- msgid "Organizer submitted. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
1984
- msgstr "Organizer bien enregistré. <a target=\"_blank\" href=\"%s\">Aperçu</a> "
1985
 
1986
- #: ../lib/the-events-calendar.class.php:585
1987
- #, php-format
1988
- msgid "Organizer scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview organizer</a>"
1989
- msgstr "Organizer scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview organizer</a>"
1990
 
1991
- #: ../lib/the-events-calendar.class.php:588
1992
- #, php-format
1993
- msgid "Organizer draft updated. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
1994
- msgstr "Brouillon de l'organisateur mis à jour. <a target=\"_blank\" href=\"%s\">Aperçu</a>"
1995
 
1996
- #: ../lib/the-events-calendar.class.php:643
1997
- msgid "Next"
1998
- msgstr "Suivant"
 
 
1999
 
2000
- #: ../lib/the-events-calendar.class.php:644
2001
- msgid "Prev"
2002
- msgstr "Précédent"
 
2003
 
2004
- #: ../lib/the-events-calendar.class.php:645
2005
- msgid "Today"
2006
- msgstr "Aujourd'hui "
 
2007
 
2008
- #: ../lib/the-events-calendar.class.php:646
2009
- msgid "Done"
2010
- msgstr "Terminé"
 
2011
 
2012
- #: ../lib/the-events-calendar.class.php:1409
2013
- msgid "Use New Venue"
2014
- msgstr "Utiliser un nouveau lieu"
 
2015
 
2016
- #: ../lib/the-events-calendar.class.php:1416
2017
- msgid "No saved venues yet."
2018
- msgstr "Pas encore de lieu enregistré"
 
2019
 
2020
- #: ../lib/the-events-calendar.class.php:1494
2021
- msgid "Use New Organizer"
2022
- msgstr "Nouvel organisateur"
 
2023
 
2024
- #: ../lib/the-events-calendar.class.php:1501
2025
- msgid "No saved organizers yet."
2026
- msgstr "Aucun organisateur enregistré encore."
 
2027
 
2028
- #: ../lib/the-events-calendar.class.php:1739
2029
- msgid "Event Options"
2030
- msgstr "Options de l'événement"
 
2031
 
2032
- #: ../lib/the-events-calendar.class.php:1741
2033
- msgid "Venue Information"
2034
- msgstr "Information sur le lieu"
2035
 
2036
- #: ../lib/the-events-calendar.class.php:1742
2037
- msgid "Organizer Information"
2038
- msgstr "A propos de l'organisateur"
2039
 
2040
- #: ../lib/the-events-calendar.class.php:1844
2041
- msgid "View All Add-Ons"
2042
- msgstr "Voir tous les Add-Ons "
 
 
2043
 
2044
- #: ../lib/the-events-calendar.class.php:1851
2045
- msgid "News from Tribe Pro"
2046
- msgstr "Actu de Tribe Pro "
 
 
2047
 
2048
- #: ../lib/tribe-debug-bar.class.php:18
2049
- msgid "Tribe"
2050
- msgstr "Tribe"
2051
 
2052
- #: ../lib/tribe-the-events-calendar-import.class.php:45
2053
- msgid "Upgrade from The Events Calendar"
2054
- msgstr "Upgrade The Events Calendar"
2055
 
2056
- #: ../lib/tribe-the-events-calendar-import.class.php:46
2057
- msgid "It appears that you have some old events calendar data that needs to be upgraded. Please be sure to back up your database before initiating the upgrade. This process can not be undone."
2058
- msgstr "Apparemment, vous avez des vieux événements qui devraient être mis à jour. Vérifiez bien votre back-up de base de données avant de lancer l'upgrade. Ce processus ne peut être abandonné. "
2059
 
2060
- #: ../lib/tribe-the-events-calendar-import.class.php:47
2061
- msgid "Migrate Data!"
2062
- msgstr "Migrer les données"
 
2063
 
2064
- #: ../lib/tribe-the-events-calendar-import.class.php:119
2065
- #, php-format
2066
- msgid "You successfully migrated (%d) entries."
2067
- msgstr "Vous avez migré avec succès (%d) articles."
2068
 
2069
- #: ../lib/tribe-the-events-calendar-import.class.php:189
2070
- msgid "Install has 1 or more legacy event!"
2071
- msgstr "Install has 1 or more legacy event!"
2072
 
2073
- #: ../lib/template-tags.php:331
2074
- msgid "Free"
2075
- msgstr "Gratuit"
2076
 
2077
- #: ../lib/template-tags.php:863
2078
- msgid "Calendar of Events"
2079
- msgstr "Calendrier des événements"
2080
 
2081
- #: ../lib/widget-list.class.php:16
2082
- msgid "A widget that displays the next upcoming x events."
2083
- msgstr "Un widget qui affiche les x prochains événements."
2084
 
2085
- #: ../lib/widget-list.class.php:70
2086
- msgid "View All Events"
2087
- msgstr "Voir tous les événements"
2088
 
2089
- #: ../lib/widget-list.class.php:73
2090
- msgid "There are no upcoming events at this time."
2091
- msgstr "Aucun événement à venir prochainement."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2092
 
5
  msgstr ""
6
  "Project-Id-Version: The Events Calendar 2.0\n"
7
  "Report-Msgid-Bugs-To: \n"
8
+ "POT-Creation-Date: 2012-01-09 11:28-0800\n"
9
+ "PO-Revision-Date: 2012-01-24 13:53+0100\n"
10
+ "Last-Translator: Arno <arnofaure@gmail.com>\n"
11
  "Language-Team: Cecile <cecile@greek-paris.com>\n"
 
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: \n"
16
  "X-Poedit-SourceCharset: utf-8\n"
17
  "X-Poedit-KeywordsList: __;_e\n"
18
  "X-Poedit-Basepath: ./\n"
19
  "X-Poedit-Language: French\n"
20
  "X-Poedit-SearchPath-0: ..\n"
21
 
22
+ #: ../admin-views/event-sidebar-options.php:11
23
+ msgid "Hide From Upcoming Events List"
24
+ msgstr "Cacher de la liste des événement à venir "
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
 
26
+ #: ../admin-views/events-meta-box.php:25
27
  msgid "Event Time &amp; Date"
28
  msgstr "Date et heure de l'événement "
29
 
30
+ #: ../admin-views/events-meta-box.php:28
31
  msgid "You have changed the recurrence rules of this event. Saving the event will update all future events. If you did not mean to change all events, then please refresh the page."
32
  msgstr "Vous avez changé les règles de récurrence de l'événement. Si vous le sauvegardez, cela va modifier tous les événements. Si ce n'est pas ce que vous voulez faire, rafraîchissez votre page. "
33
 
34
+ #: ../admin-views/events-meta-box.php:31
35
  msgid "All day event?"
36
  msgstr "Evénement qui dure toute la journée ? "
37
 
38
+ #: ../admin-views/events-meta-box.php:35
39
  msgid "Start Date / Time:"
40
  msgstr "Date/heure de début :"
41
 
42
+ #: ../admin-views/events-meta-box.php:38
43
+ #: ../admin-views/events-meta-box.php:59
44
  msgid "YYYY-MM-DD"
45
  msgstr "AAAA-MM-JJ "
46
 
47
+ #: ../admin-views/events-meta-box.php:40
48
+ #: ../admin-views/events-meta-box.php:61
49
  msgid "@"
50
  msgstr "@"
51
 
52
+ #: ../admin-views/events-meta-box.php:56
53
  msgid "End Date / Time:"
54
  msgstr "Date/heure de fin :"
55
 
56
+ #: ../admin-views/events-meta-box.php:78
57
  msgid "Event Location Details"
58
  msgstr "Coordonnées du lieu de l'Evénement :"
59
 
60
+ #: ../admin-views/events-meta-box.php:84
 
 
 
 
61
  msgid "Show Google Maps Link:"
62
  msgstr "Afficher le lien Google Map "
63
 
64
+ #: ../admin-views/events-meta-box.php:91
65
  msgid "Show Google Map:"
66
  msgstr "Afficher la carte Google Map "
67
 
68
+ #: ../admin-views/events-meta-box.php:100
69
  msgid "Event Organizer Details"
70
  msgstr "Coordonnées de l'organisateur "
71
 
72
+ #: ../admin-views/events-meta-box.php:109
 
 
 
 
73
  msgid "Event Cost"
74
  msgstr "Prix de l'entrée de l'événement "
75
 
76
+ #: ../admin-views/events-meta-box.php:112
77
+ msgid "Cost:"
78
+ msgstr "Prix : "
79
+
80
+ #: ../admin-views/events-meta-box.php:117
81
  msgid "Leave blank to hide the field. Enter a 0 for events that are free."
82
  msgstr "Laisser vide pour cacher ce champ. Entrer 0 pour les événements gratuits. "
83
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
  #: ../admin-views/events-options.php:47
85
  #, php-format
86
  msgid "%s Settings"
87
  msgstr "Préférences %s "
88
 
89
+ #: ../admin-views/events-options.php:51
90
  msgid "Need a hand?"
91
  msgstr "Besoin d'aide ? "
92
 
93
+ #: ../admin-views/events-options.php:52
94
  #, php-format
95
+ msgid "If you're stuck on these options, please go to the <a href=\"%s\">support forum</a>."
96
+ msgstr "Si vous rencontrez des problèmes avec ces options, visitez le <a href=\"%s\">forum de support </a>. "
97
 
98
+ #: ../admin-views/events-options.php:54
99
  msgid "Here is the iCal feed URL for your events: "
100
  msgstr "Voici le flux RSS iCal de vos Evénements "
101
 
102
+ #: ../admin-views/events-options.php:60
103
  msgid "Settings"
104
  msgstr "Préférences"
105
 
106
+ #: ../admin-views/events-options.php:63
107
+ #: ../admin-views/events-options.php:67
108
  msgid "Default View for the Events"
109
  msgstr "Vue par défaut des événements "
110
 
111
+ #: ../admin-views/events-options.php:71
112
+ msgid "Calendar"
113
+ msgstr "Calendrier"
114
+
115
+ #: ../admin-views/events-options.php:75
116
+ msgid "Event List"
117
+ msgstr "Liste d'événements"
118
+
119
+ #: ../admin-views/events-options.php:81
120
+ #: ../admin-views/events-options.php:85
121
  #: ../admin-views/events-options.php:87
 
122
  msgid "Show Comments"
123
  msgstr "Afficher les commentaires"
124
 
125
+ #: ../admin-views/events-options.php:95
126
+ #: ../admin-views/events-options.php:99
127
  msgid "Multiday Event Cutoff"
128
+ msgstr "Coupure pour les événements sur plusieurs jours"
129
 
130
+ #: ../admin-views/events-options.php:113
131
  msgid "For multi-day events, hide the last day from grid view if it ends on or before this time."
132
  msgstr "Pour des événements sur plusieurs jours, cachez le dernier jour de la vue \"grille\" si l'événement se termine avant cette heure. "
133
 
134
+ #: ../admin-views/events-options.php:118
135
+ #: ../admin-views/events-options.php:122
136
  msgid "Enable Google Maps"
137
  msgstr "Autoriser Google Maps "
138
 
139
+ #: ../admin-views/events-options.php:128
140
  msgid "Height"
141
  msgstr "Hauteur"
142
 
143
+ #: ../admin-views/events-options.php:129
144
  msgid "Width"
145
  msgstr "Largeur"
146
 
147
+ #: ../admin-views/events-options.php:129
148
  msgid "(number or %)"
149
  msgstr "(nombre ou %) "
150
 
151
+ #: ../admin-views/events-options.php:133
152
  msgid "If you don't have this turned on, your event listings won't have the backend map preview or frontend embedded map."
153
+ msgstr "Si vous ne l'avez pas autorisé, votre listing d'événements n'aura pas d'aperçu google map en backend ni de carte à intégrer en frontend. "
154
 
155
+ #: ../admin-views/events-options.php:141
156
  #: ../admin-views/events-options.php:143
 
 
 
 
 
 
 
 
 
 
157
  msgid "Events URL slug"
158
+ msgstr "Nom (slug) de L'URL des événements"
159
 
160
+ #: ../admin-views/events-options.php:144
161
  msgid "The slug used for building the Events URL."
162
+ msgstr "Le nom utilisé (slug) pour construire L'URL de vos événements"
163
 
164
+ #: ../admin-views/events-options.php:144
165
  #, php-format
166
+ msgid "Your current Events URL is <strong><a href=\"%s\">%s</a></strong>"
167
+ msgstr "Votre URL est <strong><a href=\"%s\">%s</a></strong> "
168
 
169
+ #: ../admin-views/events-options.php:148
170
+ #: ../admin-views/events-options.php:150
171
  msgid "Single Event URL slug"
172
+ msgstr "Nom (slug) de L'URL d'un événements affiché dans une page unique"
173
 
174
+ #: ../admin-views/events-options.php:151
175
  msgid "The slug used for building a single Event URL."
176
+ msgstr "Le nom utilisé (slug) pour construire L'URL de vos événements quand ils s'affichents sur une page unique."
177
 
178
+ #: ../admin-views/events-options.php:152
179
  #, php-format
180
  msgid "<strong>NOTE:</strong> You <em>cannot</em> use the same slug as above. The above should ideally be plural, and this singular.<br />Your single Event URL is like: <strong>%s</strong>"
181
  msgstr "<strong>NOTE:</strong> Vous <em>ne pouvez pas</em> utiliser le même slug qu'au-dessus. Il devrait afficher du pluriel, et ceci est au singulier.<br />Votre URL d'un événement simple serait donc : <strong>%s</strong> "
182
 
183
+ #: ../admin-views/events-options.php:157
184
+ #: ../admin-views/events-options.php:159
185
  msgid "Debug"
186
  msgstr "Débugguer"
187
 
188
+ #: ../admin-views/events-options.php:160
189
  msgid "Debug Events display issues."
190
+ msgstr "Debugger les problèmes d'affichage des événements. "
191
 
192
+ #: ../admin-views/events-options.php:161
193
  #, php-format
194
  msgid "Enable this option to log debug information. By default this will log to your server PHP error log. If you'd like to see the log messages in your browser, then we recommend that you install the <a href=\"%s\" target=\"_blank\">Debug Bar Plugin</a> and look for the \"Tribe\" tab in the debug output."
195
+ msgstr "Activer cette option pour logguer les informations de debug. Par defaut elles s'enregistreront dans le votre log d'erreur PHP de votre serveur. Si vous vouliez voir les logs dans votre navigateur, nous vous recommandons d'installer <a href=\"%s\" target=\"_blank\">Le Plugin Debug Bar</a> et chercher l'onglet \"Tribe\" dans la console de débuggage. "
196
 
197
+ #: ../admin-views/events-options.php:166
198
  msgid "Theme Settings"
199
  msgstr "Préférences du Thème"
200
 
201
+ #: ../admin-views/events-options.php:169
202
+ #: ../admin-views/events-options.php:171
203
  msgid "Events Template"
204
  msgstr "Template pour vos Evénements"
205
 
206
+ #: ../admin-views/events-options.php:173
207
+ msgid "Default Events Template"
208
+ msgstr "Thème par défaut des événements"
209
 
210
+ #: ../admin-views/events-options.php:174
211
  msgid "Default Page Template"
212
  msgstr "Page Template par défaut "
213
 
214
+ #: ../admin-views/events-options.php:177
215
  msgid "Choose a page template to control the look and feel of your calendar."
216
  msgstr "Choisissez un template de page afin de mieux contrôler l'apparence de votre calendrier "
217
 
218
+ #: ../admin-views/events-options.php:181
219
+ #: ../admin-views/events-options.php:183
220
+ #: ../admin-views/events-options.php:191
221
  msgid "Add HTML before calendar"
222
  msgstr "Ajouter du HTML avant le calendrier "
223
 
224
+ #: ../admin-views/events-options.php:185
225
  msgid "Some themes may require that you add extra divs before the calendar list to help with styling."
226
+ msgstr "Certains thèmes demandent à ajouter des divs supplémentaires avant la liste du calendrier afin de faciliter l'application d'un style. "
227
 
228
+ #: ../admin-views/events-options.php:185
229
  msgid "This is displayed directly after the header."
230
  msgstr "Ceci est affiché directement après le header. "
231
 
232
+ #: ../admin-views/events-options.php:185
233
+ #: ../admin-views/events-options.php:193
234
  msgid "You may use (x)HTML."
235
  msgstr "Il est préférable d'utiliser du (x)HTML"
236
 
237
+ #: ../admin-views/events-options.php:189
238
  msgid "Add HTML after calendar"
239
  msgstr "Ajouter du HTML après le calendrier "
240
 
241
+ #: ../admin-views/events-options.php:193
242
  msgid "Some themes may require that you add extra divs after the calendar list to help with styling."
243
+ msgstr "Certains thèmes demandent à rajouter des divs supplémentaires après la liste du calendrier,afin de faciliter l'application d'un style. "
244
 
245
+ #: ../admin-views/events-options.php:193
246
  msgid "This is displayed directly above the footer."
247
  msgstr "Ceci est affiché directement au-dessus du footer "
248
 
249
+ #: ../admin-views/events-options.php:202
250
  msgid "Save Changes"
251
  msgstr "Sauvegarder"
252
 
253
+ #: ../admin-views/organizer-meta-box.php:11
254
+ msgid "Organizer Name:"
255
+ msgstr "Nom de l'organisateur : "
256
+
257
+ #: ../admin-views/organizer-meta-box.php:17
258
+ #: ../admin-views/venue-meta-box.php:83
259
+ msgid "Phone:"
260
+ msgstr "Téléphone : "
261
+
262
+ #: ../admin-views/organizer-meta-box.php:21
263
+ msgid "Website:"
264
+ msgstr "Site internet : "
265
+
266
+ #: ../admin-views/organizer-meta-box.php:25
267
+ msgid "Email:"
268
+ msgstr "Email:"
269
+
270
+ #: ../admin-views/recurrence-dialog.php:11
271
+ msgid "Which events do you wish to update?"
272
+ msgstr "Quels Evénements voulez-vous mettre à jour ? "
273
+
274
+ #: ../admin-views/recurrence-dialog.php:14
275
+ msgid "Select your desired action"
276
+ msgstr "Sélectionnez l'action que vous voulez mettre en place : "
277
+
278
+ #: ../admin-views/venue-meta-box.php:12
279
+ msgid "Venue Name:"
280
+ msgstr "Nom de la salle :"
281
+
282
+ #: ../admin-views/venue-meta-box.php:19
283
+ msgid "Address:"
284
+ msgstr "Adresse : "
285
+
286
+ #: ../admin-views/venue-meta-box.php:23
287
+ msgid "City:"
288
+ msgstr "Ville :"
289
+
290
+ #: ../admin-views/venue-meta-box.php:27
291
+ msgid "Country:"
292
+ msgstr "Pays : "
293
+
294
+ #: ../admin-views/venue-meta-box.php:58
295
+ msgid "State or Province:"
296
+ msgstr "Etat ou province : "
297
+
298
+ #: ../admin-views/venue-meta-box.php:61
299
+ msgid "Select a State:"
300
+ msgstr "Sélectionner un Etat : "
301
+
302
+ #: ../admin-views/venue-meta-box.php:79
303
+ msgid "Postal Code:"
304
+ msgstr "Code Postal : "
305
+
306
  #: ../admin-views/widget-admin-list.php:11
307
  msgid "Title:"
308
  msgstr "Titre : "
313
 
314
  #: ../admin-views/widget-admin-list.php:24
315
  msgid "Show widget only if there are upcoming events:"
316
+ msgstr "Afficher le widget uniquement s'il y a des événements à venir : "
317
 
318
  #: ../admin-views/widget-admin-list.php:30
319
  msgid "If you wish to customize the widget display yourself, see the file views/events-list-load-widget-display.php inside the Events Premium plugin."
320
  msgstr "Si vous voulez customiser l'affichage du widget vous-même, modifiez les fichiers suivants situés dans le répertoire views/events-list-load-widget-display.php dans le plugin Events Premium. "
321
 
322
+ #: ../lib/the-events-calendar.class.php:248
323
+ msgid "The Events Calendar"
324
+ msgstr "The Events Calendar"
325
 
326
+ #: ../lib/the-events-calendar.class.php:251
327
+ msgid "category"
328
+ msgstr "catégorie"
329
 
330
+ #: ../lib/the-events-calendar.class.php:252
331
+ msgid "month"
332
+ msgstr "mois"
 
333
 
334
+ #: ../lib/the-events-calendar.class.php:253
335
+ msgid "upcoming"
336
+ msgstr "à venir"
337
 
338
+ #: ../lib/the-events-calendar.class.php:254
339
+ msgid "past"
340
+ msgstr "terminé"
341
 
342
+ #: ../lib/the-events-calendar.class.php:256
343
+ msgid "venue"
344
+ msgstr "lieu"
345
 
346
+ #: ../lib/the-events-calendar.class.php:266
347
  #, php-format
348
+ msgid "Initializing Tribe Events on %s"
349
+ msgstr "Initialisation de Tribe Events à %s"
350
 
351
+ #: ../lib/the-events-calendar.class.php:323
352
+ #, php-format
353
+ msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
354
+ msgstr "Désolé, le plugin The Events Calendar requiert WordPress %s ou + . Mettez à jour votre installation WordPress "
355
 
356
+ #: ../lib/the-events-calendar.class.php:326
357
+ #, php-format
358
+ msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
359
+ msgstr "Désolé, The Events Calendar nécessite PHP %s ou une version plus récente. Voyez avec votre hébergeur pour voir comment vous pouvez changer ça. "
 
360
 
361
+ #: ../lib/the-events-calendar.class.php:447
362
+ msgid "Upcoming Events"
363
+ msgstr "Evénement à venir "
364
 
365
+ #: ../lib/the-events-calendar.class.php:449
366
+ msgid "Past Events"
367
+ msgstr "Evénements passés"
368
 
369
+ #: ../lib/the-events-calendar.class.php:453
370
+ #: ../lib/the-events-calendar.class.php:459
371
+ #, php-format
372
+ msgid "Events for %s"
373
+ msgstr "Evénements pour %s"
374
 
375
+ #: ../lib/the-events-calendar.class.php:455
376
+ msgid "Events this month"
377
+ msgstr "Evénements du mois"
378
 
379
+ #: ../lib/the-events-calendar.class.php:465
380
+ #, php-format
381
+ msgid "Events at %s"
382
+ msgstr "Evénements à %s"
383
 
384
+ #: ../lib/the-events-calendar.class.php:477
385
+ msgid "No description has been entered for this event."
386
+ msgstr "Aucune description n'a été rentrée pour cet événement. "
387
 
388
+ #: ../lib/the-events-calendar.class.php:583
389
+ msgid "Events"
390
+ msgstr "Evénements"
391
 
392
+ #: ../lib/the-events-calendar.class.php:584
393
+ msgid "Event"
394
+ msgstr "Evénément"
395
 
396
+ #: ../lib/the-events-calendar.class.php:585
397
+ #: ../lib/the-events-calendar.class.php:598
398
+ #: ../lib/the-events-calendar.class.php:611
399
+ msgid "Add New"
400
+ msgstr "Nouveau "
401
 
402
+ #: ../lib/the-events-calendar.class.php:586
403
+ msgid "Add New Event"
404
+ msgstr "Nouvel événement "
405
 
406
+ #: ../lib/the-events-calendar.class.php:587
407
+ msgid "Edit Event"
408
+ msgstr "Editer l'événement "
409
 
410
+ #: ../lib/the-events-calendar.class.php:588
411
+ msgid "New Event"
412
+ msgstr "Nouvel Evénement "
413
 
414
+ #: ../lib/the-events-calendar.class.php:589
415
+ msgid "View Event"
416
+ msgstr "Voir l'événement "
417
 
418
+ #: ../lib/the-events-calendar.class.php:590
419
+ msgid "Search Events"
420
+ msgstr "Rechercher des événements "
421
 
422
+ #: ../lib/the-events-calendar.class.php:591
423
+ msgid "No events found"
424
+ msgstr "Aucun Evénement "
425
 
426
+ #: ../lib/the-events-calendar.class.php:592
427
+ msgid "No events found in Trash"
428
+ msgstr "Aucun Evénement dans la Poubelle "
429
 
430
+ #: ../lib/the-events-calendar.class.php:596
431
+ msgid "Venues"
432
+ msgstr "Lieux"
433
 
434
+ #: ../lib/the-events-calendar.class.php:597
435
+ msgid "Venue"
436
+ msgstr "Lieu"
437
 
438
+ #: ../lib/the-events-calendar.class.php:599
439
+ msgid "Add New Venue"
440
+ msgstr "Nouveau lieu"
441
 
442
+ #: ../lib/the-events-calendar.class.php:600
443
+ msgid "Edit Venue"
444
+ msgstr "Editer le lieu"
445
 
446
+ #: ../lib/the-events-calendar.class.php:601
447
+ msgid "New Venue"
448
+ msgstr "Nouveau Lieu"
449
 
450
+ #: ../lib/the-events-calendar.class.php:602
451
+ #: ../lib/the-events-calendar.class.php:615
452
+ msgid "View Venue"
453
+ msgstr "Voir Lieu"
454
 
455
+ #: ../lib/the-events-calendar.class.php:603
456
+ msgid "Search Venues"
457
+ msgstr "Rechercher des lieux"
458
 
459
+ #: ../lib/the-events-calendar.class.php:604
460
+ msgid "No venue found"
461
+ msgstr "Aucun lieu trouvé"
462
 
463
+ #: ../lib/the-events-calendar.class.php:605
464
+ msgid "No venues found in Trash"
465
+ msgstr "Aucun lieu trouvé dans la poubelle"
466
 
467
+ #: ../lib/the-events-calendar.class.php:609
468
+ msgid "Organizers"
469
+ msgstr "Organisateurs"
470
 
471
+ #: ../lib/the-events-calendar.class.php:610
472
+ msgid "Organizer"
473
+ msgstr "Organisateur"
474
 
475
+ #: ../lib/the-events-calendar.class.php:612
476
+ msgid "Add New Organizer"
477
+ msgstr "Nouvel organisateur"
478
 
479
+ #: ../lib/the-events-calendar.class.php:613
480
+ msgid "Edit Organizer"
481
+ msgstr "Editer l'organisateur"
482
 
483
+ #: ../lib/the-events-calendar.class.php:614
484
+ msgid "New Organizer"
485
+ msgstr "Nouvel organisateur"
486
 
487
+ #: ../lib/the-events-calendar.class.php:616
488
+ msgid "Search Organizers"
489
+ msgstr "Rechercher des organisateurs"
490
 
491
+ #: ../lib/the-events-calendar.class.php:617
492
+ msgid "No organizer found"
493
+ msgstr "Pas d'organisateurs"
494
 
495
+ #: ../lib/the-events-calendar.class.php:618
496
+ msgid "No organizers found in Trash"
497
+ msgstr "Aucun organisateur dans la Poubelle"
498
 
499
+ #: ../lib/the-events-calendar.class.php:622
500
+ #: ../lib/tribe-admin-events-list.class.php:172
501
+ msgid "Event Categories"
502
+ msgstr "Catégories d'événements"
503
 
504
+ #: ../lib/the-events-calendar.class.php:623
505
+ msgid "Event Category"
506
+ msgstr "Catégorie de l'événement"
507
 
508
+ #: ../lib/the-events-calendar.class.php:624
509
+ msgid "Search Event Categories"
510
+ msgstr "Rechercher des catégories"
511
 
512
+ #: ../lib/the-events-calendar.class.php:625
513
+ msgid "All Event Categories"
514
+ msgstr "Toutes les catégories"
515
 
516
+ #: ../lib/the-events-calendar.class.php:626
517
+ msgid "Parent Event Category"
518
+ msgstr "Catégorie parente"
519
 
520
+ #: ../lib/the-events-calendar.class.php:627
521
+ msgid "Parent Event Category:"
522
+ msgstr "Catégorie parente : "
523
 
524
+ #: ../lib/the-events-calendar.class.php:628
525
+ msgid "Edit Event Category"
526
+ msgstr "Editer la Catégorie de l'Evénement "
527
 
528
+ #: ../lib/the-events-calendar.class.php:629
529
+ msgid "Update Event Category"
530
+ msgstr "Mettre à jour la Catégories de l'Evénement "
531
 
532
+ #: ../lib/the-events-calendar.class.php:630
533
+ msgid "Add New Event Category"
534
+ msgstr "Nouvelle Catégorie d'Evénement "
535
 
536
+ #: ../lib/the-events-calendar.class.php:631
537
+ msgid "New Event Category Name"
538
+ msgstr "Nouveau nom de la Catégorie d'Evénement "
539
 
540
+ #: ../lib/the-events-calendar.class.php:641
541
+ #, php-format
542
+ msgid "Event updated. <a href=\"%s\">View event</a>"
543
+ msgstr "Evénement mise à jour. <a href=\"%s\">Voir</a> "
544
 
545
+ #: ../lib/the-events-calendar.class.php:642
546
+ #: ../lib/the-events-calendar.class.php:659
547
+ #: ../lib/the-events-calendar.class.php:676
548
+ msgid "Custom field updated."
549
+ msgstr "Champ Personnalisé mis à jour. "
550
 
551
+ #: ../lib/the-events-calendar.class.php:643
552
+ #: ../lib/the-events-calendar.class.php:660
553
+ #: ../lib/the-events-calendar.class.php:677
554
+ msgid "Custom field deleted."
555
+ msgstr "Champ Personnalisé effacé. "
556
 
557
+ #: ../lib/the-events-calendar.class.php:644
558
+ msgid "Event updated."
559
+ msgstr "Evénement mis à jour."
560
 
561
+ #: ../lib/the-events-calendar.class.php:646
562
+ #, php-format
563
+ msgid "Event restored to revision from %s"
564
+ msgstr "Evénement restauré à la dernière révision depuis %s"
565
 
566
+ #: ../lib/the-events-calendar.class.php:647
567
+ #, php-format
568
+ msgid "Event published. <a href=\"%s\">View event</a>"
569
+ msgstr "Evénement publié. <a href=\"%s\">Voir</a> "
570
 
571
+ #: ../lib/the-events-calendar.class.php:648
572
+ msgid "Event saved."
573
+ msgstr "Evénement enregistré"
574
 
575
+ #: ../lib/the-events-calendar.class.php:649
576
+ #, php-format
577
+ msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
578
+ msgstr "Evénement enregistré. <a href=\"%s\">Aperçu</a> "
579
 
580
+ #: ../lib/the-events-calendar.class.php:650
581
+ #, php-format
582
+ msgid "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview event</a>"
583
+ msgstr "Evénement programmé pour le : <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Aperçu</a> "
584
 
585
+ #: ../lib/the-events-calendar.class.php:652
586
+ #: ../lib/the-events-calendar.class.php:669
587
+ #: ../lib/the-events-calendar.class.php:686
588
+ msgid "M j, Y @ G:i"
589
+ msgstr "M j, A @ G:i "
590
 
591
+ #: ../lib/the-events-calendar.class.php:653
592
+ #, php-format
593
+ msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
594
+ msgstr "Brouillon de l'événement mis à jour. <a target=\"_blank\" href=\"%s\">Aperçu</a> "
595
 
596
+ #: ../lib/the-events-calendar.class.php:658
597
+ #, php-format
598
+ msgid "Venue updated. <a href=\"%s\">View venue</a>"
599
+ msgstr "Lieu mis à jour <a href=\"%s\">Voir le lieu</a>"
600
 
601
+ #: ../lib/the-events-calendar.class.php:661
602
+ msgid "Venue updated."
603
+ msgstr "Lieu mis à jour"
604
 
605
+ #: ../lib/the-events-calendar.class.php:663
606
+ #, php-format
607
+ msgid "Venue restored to revision from %s"
608
+ msgstr "Lieu restauré à la dernière révision depuis %s"
609
 
610
+ #: ../lib/the-events-calendar.class.php:664
611
+ #, php-format
612
+ msgid "Venue published. <a href=\"%s\">View venue</a>"
613
+ msgstr "Lieu publié. <a href=\"%s\">Voir</a>"
614
 
615
+ #: ../lib/the-events-calendar.class.php:665
616
+ msgid "Venue saved."
617
+ msgstr "Lieu enregistré."
618
 
619
+ #: ../lib/the-events-calendar.class.php:666
620
+ #, php-format
621
+ msgid "Venue submitted. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
622
+ msgstr "Lieu soumis. <a target=\"_blank\" href=\"%s\">Aperçu</a>"
623
 
624
+ #: ../lib/the-events-calendar.class.php:667
625
+ #, php-format
626
+ msgid "Venue scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview venue</a>"
627
+ msgstr "Lieu prévu pour : <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Aperçu</a>"
628
 
629
+ #: ../lib/the-events-calendar.class.php:670
630
+ #, php-format
631
+ msgid "Venue draft updated. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
632
+ msgstr "Brouillon du lieu mis à jour. <a target=\"_blank\" href=\"%s\">Aperçu</a>"
633
 
634
+ #: ../lib/the-events-calendar.class.php:675
635
+ #, php-format
636
+ msgid "Organizer updated. <a href=\"%s\">View organizer</a>"
637
+ msgstr "Organisateur mis à jour. <a href=\"%s\">Voir</a> "
638
 
639
+ #: ../lib/the-events-calendar.class.php:678
640
+ msgid "Organizer updated."
641
+ msgstr "Organisateur mis à jour."
642
 
643
+ #: ../lib/the-events-calendar.class.php:680
644
+ #, php-format
645
+ msgid "Organizer restored to revision from %s"
646
+ msgstr "Organisateur restauré à la dernière révision depuis %s"
647
 
648
+ #: ../lib/the-events-calendar.class.php:681
649
+ #, php-format
650
+ msgid "Organizer published. <a href=\"%s\">View organizer</a>"
651
+ msgstr "Organisateur publié. <a href=\"%s\">Voir</a>"
652
 
653
+ #: ../lib/the-events-calendar.class.php:682
654
+ msgid "Organizer saved."
655
+ msgstr "Organisateur enregistré."
656
+
657
+ #: ../lib/the-events-calendar.class.php:683
658
+ #, php-format
659
+ msgid "Organizer submitted. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
660
+ msgstr "Organisateur soumis. <a target=\"_blank\" href=\"%s\">Aperçu</a> "
661
+
662
+ #: ../lib/the-events-calendar.class.php:684
663
+ #, php-format
664
+ msgid "Organizer scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview organizer</a>"
665
+ msgstr "Organisateur prévu pour : <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Aperçu</a>"
666
+
667
+ #: ../lib/the-events-calendar.class.php:687
668
+ #, php-format
669
+ msgid "Organizer draft updated. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
670
+ msgstr "Brouillon de l'organisateur mis à jour. <a target=\"_blank\" href=\"%s\">Aperçu</a>"
671
+
672
+ #: ../lib/the-events-calendar.class.php:742
673
+ msgid "Next"
674
+ msgstr "Suivant"
675
+
676
+ #: ../lib/the-events-calendar.class.php:743
677
+ msgid "Prev"
678
+ msgstr "Précédent"
679
+
680
+ #: ../lib/the-events-calendar.class.php:744
681
+ msgid "Today"
682
+ msgstr "Aujourd'hui "
683
+
684
+ #: ../lib/the-events-calendar.class.php:745
685
+ msgid "Done"
686
+ msgstr "Terminé"
687
+
688
+ #: ../lib/the-events-calendar.class.php:1878
689
+ msgid "Event Options"
690
+ msgstr "Options de l'événement"
691
+
692
+ #: ../lib/the-events-calendar.class.php:1880
693
+ msgid "Venue Information"
694
+ msgstr "Information sur le lieu"
695
+
696
+ #: ../lib/the-events-calendar.class.php:1881
697
+ msgid "Organizer Information"
698
+ msgstr "A propos de l'organisateur"
699
+
700
+ #: ../lib/the-events-calendar.class.php:1994
701
+ msgid "Support"
702
+ msgstr "Support"
703
+
704
+ #: ../lib/the-events-calendar.class.php:1997
705
+ msgid "View All Add-Ons"
706
+ msgstr "Voir tous les Add-Ons "
707
+
708
+ #: ../lib/the-events-calendar.class.php:2004
709
+ msgid "News from Modern Tribe"
710
+ msgstr "Actu de Modern Tribe"
711
+
712
+ #: ../lib/the-events-calendar.class.php:2049
713
+ msgid "Additional Functionality"
714
+ msgstr "Fonctionnalité supplémentaire "
715
+
716
+ #: ../lib/the-events-calendar.class.php:2054
717
+ #: ../lib/the-events-calendar.class.php:2060
718
+ msgid "Looking for additional functionality including recurring events, custom meta, community events, ticket sales and more?"
719
+ msgstr "Vous cherchez d'autres fonctionnalités comme les evénement récurrents, les meta personnalisés, community events, vente de billets et encore plus ? "
720
+
721
+ #: ../lib/the-events-calendar.class.php:2054
722
+ #: ../lib/the-events-calendar.class.php:2061
723
+ #, php-format
724
+ msgid "Check out the <a href=\"%s\">available Add-Ons</a>."
725
+ msgstr "Allez regarder dans les <a href=\"%s\">Add-Ons disponibles ! </a> "
726
+
727
+ #: ../lib/tribe-admin-events-list.class.php:40
728
+ #, php-format
729
+ msgid "View &#8220;%s&#8221;"
730
+ msgstr "Voir &#8220;%s&#8221;"
731
+
732
+ #: ../lib/tribe-admin-events-list.class.php:40
733
+ msgid "View"
734
+ msgstr "Voir"
735
+
736
+ #: ../lib/tribe-admin-events-list.class.php:177
737
+ msgid "Start Date"
738
+ msgstr "Date de début : "
739
+
740
+ #: ../lib/tribe-admin-events-list.class.php:178
741
+ msgid "End Date"
742
+ msgstr "Date de fin : "
743
+
744
+ #: ../lib/tribe-admin-events-list.class.php:179
745
+ msgid "Recurring?"
746
+ msgstr "Se répète ?"
747
+
748
+ #: ../lib/tribe-admin-events-list.class.php:222
749
+ msgid "Yes"
750
+ msgstr "Oui"
751
+
752
+ #: ../lib/tribe-admin-events-list.class.php:222
753
+ msgid "No"
754
+ msgstr "Non"
755
+
756
+ #: ../lib/tribe-admin-events-list.class.php:276
757
+ #, php-format
758
+ msgid "All %s"
759
+ msgstr "Tous %s"
760
+
761
+ #: ../lib/tribe-debug-bar.class.php:18
762
+ msgid "Tribe"
763
+ msgstr "Tribe"
764
+
765
+ #: ../lib/tribe-event-exception.class.php:17
766
+ #: ../lib/tribe-event-exception.class.php:34
767
+ msgid "Error"
768
+ msgstr "Erreur"
769
+
770
+ #: ../lib/tribe-the-events-calendar-import.class.php:44
771
+ msgid "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make sure you have backed up before proceeding any further. You can easily <a href=\" http://wordpress.org/extend/plugins/the-events-calendar/download/\">revert to an old version</a> if you want to backup first. This upgrade includes two major steps, <a href=\"options-general.php?page=tribe-events-calendar\">migrating data</a> & updating your templates as necessary. There have been significant changes to the template tags and functions. Check out our <a href=\"http://tri.be/migrating-from-events-calendar-1-6-5-to-2-0\">walkthrough on the upgrade</a> before proceeding and check out the FAQ & Knowledge base from the <a href=\"http://tri.be/support/\">support page</a>. If you're new to The Events Calendar, you may want to review our <a href=\"http://tri.be/support/documentation/events-calendar-pro-new-user-primer/\">new user primer</a>.<br/><br/> You have events that need to be migrated. Please visit the bottom of the <a href=\"options-general.php?page=tribe-events-calendar\">settings page</a> to perform the migration."
772
+ msgstr "Bienvenue à Events 2.0! C'est une énorme mise à jour depuis la version 1.6.5. Merci de vous assurer d'avoir effectué vos sauvegardes avant de continuer. Vous pouvez facilement <a href=\" http://wordpress.org/extend/plugins/the-events-calendar/download/\">revenir à l'ancienne version</a> si vous sauvegardez en premier. Cette mise à jour comprend deux grandes étapes, <a href=\"options-general.php?page=tribe-events-calendar\">la migration des données</a> & et la mise à jour de vos thèmes si necessaire. Il y a eu des changements significatifs aux \"tags\" et fonctions des thèmes. Jettez un oeil au <a href=\"http://tri.be/migrating-from-events-calendar-1-6-5-to-2-0\">parcours de mise à jour</a>avant de procéder et allez voir FAQ & et la Base de connaissance depuis la <a href=\"http://tri.be/support/\">page du support</a>. Si vous découvrez The Events Calendar, vous pourriez vouloir lire notre<a href=\"http://tri.be/support/documentation/events-calendar-pro-new-user-primer/\">tour d'horizon pour les nouveaux utilisateurs</a>.<br/><br/> Certains événements ont besoin de migrer. Merci de visite le bas de la <a href=\"options-general.php?page=tribe-events-calendar\">page des réglages</a> pour effectuer la migration."
773
 
774
+ #: ../lib/tribe-the-events-calendar-import.class.php:54
775
+ msgid "Upgrade from The Events Calendar"
776
+ msgstr "Mise à jour depuis The Events Calendar"
777
 
778
+ #: ../lib/tribe-the-events-calendar-import.class.php:55
779
+ msgid "It appears that you have some old events calendar data that needs to be upgraded. Please be sure to back up your database before initiating the upgrade. This process can not be undone."
780
+ msgstr "Apparemment, vous avez des vieux événements qui devraient être mis à jour. Vérifiez bien votre backup de base de données avant de lancer la mise à jour. Ce processus ne peut être abandonné. "
781
 
782
+ #: ../lib/tribe-the-events-calendar-import.class.php:56
783
+ msgid "Migrate Data!"
784
+ msgstr "Migrer les données"
785
 
786
+ #: ../lib/tribe-the-events-calendar-import.class.php:128
787
+ #, php-format
788
+ msgid "You successfully migrated (%d) entries."
789
+ msgstr "Vous avez migré avec succès (%d) articles."
790
 
791
+ #: ../lib/tribe-the-events-calendar-import.class.php:199
792
+ msgid "Install has 1 or more legacy event!"
793
+ msgstr "Installation à 1 ou plusieurs événements hérités !"
794
 
795
+ #: ../lib/tribe-view-helpers.class.php:16
796
+ #: ../lib/tribe-view-helpers.class.php:33
797
+ msgid "Select a Country:"
798
+ msgstr "Sélectionnez un pays"
799
 
800
+ #: ../lib/tribe-view-helpers.class.php:34
801
+ msgid "United States"
802
+ msgstr "USA"
803
 
804
+ #: ../lib/tribe-view-helpers.class.php:35
805
+ msgid "Afghanistan"
806
+ msgstr "Afghanistan"
807
 
808
+ #: ../lib/tribe-view-helpers.class.php:36
809
+ msgid "Albania"
810
+ msgstr "Albanie"
811
 
812
+ #: ../lib/tribe-view-helpers.class.php:37
813
+ msgid "Algeria"
814
+ msgstr "Algerie"
815
 
816
+ #: ../lib/tribe-view-helpers.class.php:38
817
+ msgid "American Samoa"
818
+ msgstr "American Samoa"
819
 
820
+ #: ../lib/tribe-view-helpers.class.php:39
821
+ msgid "Andorra"
822
+ msgstr "Andorra"
823
 
824
+ #: ../lib/tribe-view-helpers.class.php:40
825
+ msgid "Angola"
826
+ msgstr "Angola"
827
 
828
+ #: ../lib/tribe-view-helpers.class.php:41
829
+ msgid "Anguilla"
830
+ msgstr "Anguilla"
 
831
 
832
+ #: ../lib/tribe-view-helpers.class.php:42
833
+ msgid "Antarctica"
834
+ msgstr "Antarctica"
835
 
836
+ #: ../lib/tribe-view-helpers.class.php:43
837
+ msgid "Antigua And Barbuda"
838
+ msgstr "Antigua And Barbuda"
839
 
840
+ #: ../lib/tribe-view-helpers.class.php:44
841
+ msgid "Argentina"
842
+ msgstr "Argentina"
843
 
844
+ #: ../lib/tribe-view-helpers.class.php:45
845
+ msgid "Armenia"
846
+ msgstr "Armenia"
847
 
848
+ #: ../lib/tribe-view-helpers.class.php:46
849
+ msgid "Aruba"
850
+ msgstr "Aruba"
851
 
852
+ #: ../lib/tribe-view-helpers.class.php:47
853
+ msgid "Australia"
854
+ msgstr "Australia"
855
 
856
+ #: ../lib/tribe-view-helpers.class.php:48
857
+ msgid "Austria"
858
+ msgstr "Austria"
859
 
860
+ #: ../lib/tribe-view-helpers.class.php:49
861
+ msgid "Azerbaijan"
862
+ msgstr "Azerbaijan"
863
 
864
+ #: ../lib/tribe-view-helpers.class.php:50
865
+ msgid "Bahamas"
866
+ msgstr "Bahamas"
867
 
868
+ #: ../lib/tribe-view-helpers.class.php:51
869
+ msgid "Bahrain"
870
+ msgstr "Bahrain"
871
 
872
+ #: ../lib/tribe-view-helpers.class.php:52
873
+ msgid "Bangladesh"
874
+ msgstr "Bangladesh"
875
 
876
+ #: ../lib/tribe-view-helpers.class.php:53
877
+ msgid "Barbados"
878
+ msgstr "Barbados"
879
 
880
+ #: ../lib/tribe-view-helpers.class.php:54
881
+ msgid "Belarus"
882
+ msgstr "Belarus"
883
 
884
+ #: ../lib/tribe-view-helpers.class.php:55
885
+ msgid "Belgium"
886
+ msgstr "Belgium"
887
 
888
+ #: ../lib/tribe-view-helpers.class.php:56
889
+ msgid "Belize"
890
+ msgstr "Belize"
891
 
892
+ #: ../lib/tribe-view-helpers.class.php:57
893
+ msgid "Benin"
894
+ msgstr "Benin"
895
 
896
+ #: ../lib/tribe-view-helpers.class.php:58
897
+ msgid "Bermuda"
898
+ msgstr "Bermuda"
899
 
900
+ #: ../lib/tribe-view-helpers.class.php:59
901
+ msgid "Bhutan"
902
+ msgstr "Bhutan"
903
 
904
+ #: ../lib/tribe-view-helpers.class.php:60
905
+ msgid "Bolivia"
906
+ msgstr "Bolivia"
907
 
908
+ #: ../lib/tribe-view-helpers.class.php:61
909
+ msgid "Bosnia And Herzegowina"
910
+ msgstr "Bosnia And Herzegowina"
911
 
912
+ #: ../lib/tribe-view-helpers.class.php:62
913
+ msgid "Botswana"
914
+ msgstr "Botswana"
915
 
916
+ #: ../lib/tribe-view-helpers.class.php:63
917
+ msgid "Bouvet Island"
918
+ msgstr "Bouvet Island"
919
 
920
+ #: ../lib/tribe-view-helpers.class.php:64
921
+ msgid "Brazil"
922
+ msgstr "Brazil"
923
 
924
+ #: ../lib/tribe-view-helpers.class.php:65
925
+ msgid "British Indian Ocean Territory"
926
+ msgstr "British Indian Ocean Territory"
927
 
928
+ #: ../lib/tribe-view-helpers.class.php:66
929
+ msgid "Brunei Darussalam"
930
+ msgstr "Brunei Darussalam"
931
 
932
+ #: ../lib/tribe-view-helpers.class.php:67
933
+ msgid "Bulgaria"
934
+ msgstr "Bulgaria"
935
 
936
+ #: ../lib/tribe-view-helpers.class.php:68
937
+ msgid "Burkina Faso"
938
+ msgstr "Burkina Faso"
939
 
940
+ #: ../lib/tribe-view-helpers.class.php:69
941
+ msgid "Burundi"
942
+ msgstr "Burundi"
943
 
944
+ #: ../lib/tribe-view-helpers.class.php:70
945
+ msgid "Cambodia"
946
+ msgstr "Cambodia"
947
 
948
+ #: ../lib/tribe-view-helpers.class.php:71
949
+ msgid "Cameroon"
950
+ msgstr "Cameroon"
951
 
952
+ #: ../lib/tribe-view-helpers.class.php:72
953
+ msgid "Canada"
954
+ msgstr "Canada"
955
 
956
+ #: ../lib/tribe-view-helpers.class.php:73
957
+ msgid "Cape Verde"
958
+ msgstr "Cape Verde"
959
 
960
+ #: ../lib/tribe-view-helpers.class.php:74
961
+ msgid "Cayman Islands"
962
+ msgstr "Cayman Islands"
963
 
964
+ #: ../lib/tribe-view-helpers.class.php:75
965
+ msgid "Central African Republic"
966
+ msgstr "Central African Republic"
967
 
968
+ #: ../lib/tribe-view-helpers.class.php:76
969
+ msgid "Chad"
970
+ msgstr "Chad"
971
 
972
+ #: ../lib/tribe-view-helpers.class.php:77
973
+ msgid "Chile"
974
+ msgstr "Chile"
975
 
976
+ #: ../lib/tribe-view-helpers.class.php:78
977
+ msgid "China"
978
+ msgstr "China"
979
 
980
+ #: ../lib/tribe-view-helpers.class.php:79
981
+ msgid "Christmas Island"
982
+ msgstr "Christmas Island"
983
 
984
+ #: ../lib/tribe-view-helpers.class.php:80
985
+ msgid "Cocos (Keeling) Islands"
986
+ msgstr "Cocos (Keeling) Islands"
987
 
988
+ #: ../lib/tribe-view-helpers.class.php:81
989
+ msgid "Colombia"
990
+ msgstr "Colombia"
991
 
992
+ #: ../lib/tribe-view-helpers.class.php:82
993
+ msgid "Comoros"
994
+ msgstr "Comoros"
995
 
996
+ #: ../lib/tribe-view-helpers.class.php:83
997
+ msgid "Congo"
998
+ msgstr "Congo"
999
 
1000
+ #: ../lib/tribe-view-helpers.class.php:84
1001
+ msgid "Congo, The Democratic Republic Of The"
1002
+ msgstr "Congo, The Democratic Republic Of The"
1003
 
1004
+ #: ../lib/tribe-view-helpers.class.php:85
1005
+ msgid "Cook Islands"
1006
+ msgstr "Cook Islands"
1007
 
1008
+ #: ../lib/tribe-view-helpers.class.php:86
1009
+ msgid "Costa Rica"
1010
+ msgstr "Costa Rica"
1011
 
1012
+ #: ../lib/tribe-view-helpers.class.php:87
1013
+ msgid "Cote D'Ivoire"
1014
+ msgstr "Cote D'Ivoire"
1015
 
1016
+ #: ../lib/tribe-view-helpers.class.php:88
1017
+ msgid "Croatia (Local Name: Hrvatska)"
1018
+ msgstr "Croatia (Local Name: Hrvatska)"
1019
 
1020
+ #: ../lib/tribe-view-helpers.class.php:89
1021
+ msgid "Cuba"
1022
+ msgstr "Cuba"
1023
 
1024
+ #: ../lib/tribe-view-helpers.class.php:90
1025
+ msgid "Cyprus"
1026
+ msgstr "Cyprus"
1027
 
1028
+ #: ../lib/tribe-view-helpers.class.php:91
1029
+ msgid "Czech Republic"
1030
+ msgstr "Czech Republic"
1031
 
1032
+ #: ../lib/tribe-view-helpers.class.php:92
1033
+ msgid "Denmark"
1034
+ msgstr "Denmark"
1035
 
1036
+ #: ../lib/tribe-view-helpers.class.php:93
1037
+ msgid "Djibouti"
1038
+ msgstr "Djibouti"
1039
 
1040
+ #: ../lib/tribe-view-helpers.class.php:94
1041
+ msgid "Dominica"
1042
+ msgstr "Dominica"
1043
 
1044
+ #: ../lib/tribe-view-helpers.class.php:95
1045
+ msgid "Dominican Republic"
1046
+ msgstr "Dominican Republic"
1047
 
1048
+ #: ../lib/tribe-view-helpers.class.php:96
1049
+ msgid "East Timor"
1050
+ msgstr "East Timor"
1051
 
1052
+ #: ../lib/tribe-view-helpers.class.php:97
1053
+ msgid "Ecuador"
1054
+ msgstr "Ecuador"
1055
 
1056
+ #: ../lib/tribe-view-helpers.class.php:98
1057
+ msgid "Egypt"
1058
+ msgstr "Egypt"
1059
 
1060
+ #: ../lib/tribe-view-helpers.class.php:99
1061
+ msgid "El Salvador"
1062
+ msgstr "El Salvador"
1063
 
1064
+ #: ../lib/tribe-view-helpers.class.php:100
1065
+ msgid "Equatorial Guinea"
1066
+ msgstr "Equatorial Guinea"
1067
 
1068
+ #: ../lib/tribe-view-helpers.class.php:101
1069
+ msgid "Eritrea"
1070
+ msgstr "Eritrea"
1071
 
1072
+ #: ../lib/tribe-view-helpers.class.php:102
1073
+ msgid "Estonia"
1074
+ msgstr "Estonia"
1075
 
1076
+ #: ../lib/tribe-view-helpers.class.php:103
1077
+ msgid "Ethiopia"
1078
+ msgstr "Ethiopia"
1079
 
1080
+ #: ../lib/tribe-view-helpers.class.php:104
1081
+ msgid "Falkland Islands (Malvinas)"
1082
+ msgstr "Falkland Islands (Malvinas)"
1083
 
1084
+ #: ../lib/tribe-view-helpers.class.php:105
1085
+ msgid "Faroe Islands"
1086
+ msgstr "Faroe Islands"
1087
 
1088
+ #: ../lib/tribe-view-helpers.class.php:106
1089
+ msgid "Fiji"
1090
+ msgstr "Fiji"
1091
 
1092
+ #: ../lib/tribe-view-helpers.class.php:107
1093
+ msgid "Finland"
1094
+ msgstr "Finland"
1095
 
1096
+ #: ../lib/tribe-view-helpers.class.php:108
1097
+ msgid "France"
1098
+ msgstr "France"
1099
 
1100
+ #: ../lib/tribe-view-helpers.class.php:109
1101
+ msgid "France, Metropolitan"
1102
+ msgstr "France Métropolitaine"
1103
 
1104
+ #: ../lib/tribe-view-helpers.class.php:110
1105
+ msgid "French Guiana"
1106
+ msgstr "Guyane Française"
1107
 
1108
+ #: ../lib/tribe-view-helpers.class.php:111
1109
+ msgid "French Polynesia"
1110
+ msgstr "Polynésie Française"
1111
 
1112
+ #: ../lib/tribe-view-helpers.class.php:112
1113
+ msgid "French Southern Territories"
1114
+ msgstr "Territoires d'Outre-Mer"
1115
 
1116
+ #: ../lib/tribe-view-helpers.class.php:113
1117
+ msgid "Gabon"
1118
+ msgstr "Gabon"
1119
 
1120
+ #: ../lib/tribe-view-helpers.class.php:114
1121
+ msgid "Gambia"
1122
+ msgstr "Gambia"
1123
 
1124
+ #: ../lib/tribe-view-helpers.class.php:115
1125
+ #: ../lib/tribe-view-helpers.class.php:303
1126
+ msgid "Georgia"
1127
+ msgstr "Georgia"
1128
 
1129
+ #: ../lib/tribe-view-helpers.class.php:116
1130
+ msgid "Germany"
1131
+ msgstr "Germany"
1132
 
1133
+ #: ../lib/tribe-view-helpers.class.php:117
1134
+ msgid "Ghana"
1135
+ msgstr "Ghana"
1136
 
1137
+ #: ../lib/tribe-view-helpers.class.php:118
1138
+ msgid "Gibraltar"
1139
+ msgstr "Gibraltar"
1140
 
1141
+ #: ../lib/tribe-view-helpers.class.php:119
1142
+ msgid "Greece"
1143
+ msgstr "Greece"
1144
 
1145
+ #: ../lib/tribe-view-helpers.class.php:120
1146
+ msgid "Greenland"
1147
+ msgstr "Greenland"
1148
 
1149
+ #: ../lib/tribe-view-helpers.class.php:121
1150
+ msgid "Grenada"
1151
+ msgstr "Grenada"
1152
 
1153
+ #: ../lib/tribe-view-helpers.class.php:122
1154
+ msgid "Guadeloupe"
1155
+ msgstr "Guadeloupe"
1156
 
1157
+ #: ../lib/tribe-view-helpers.class.php:123
1158
+ msgid "Guam"
1159
+ msgstr "Guam"
1160
 
1161
+ #: ../lib/tribe-view-helpers.class.php:124
1162
+ msgid "Guatemala"
1163
+ msgstr "Guatemala"
1164
 
1165
+ #: ../lib/tribe-view-helpers.class.php:125
1166
+ msgid "Guinea"
1167
+ msgstr "Guinea"
1168
 
1169
+ #: ../lib/tribe-view-helpers.class.php:126
1170
+ msgid "Guinea-Bissau"
1171
+ msgstr "Guinea-Bissau"
1172
 
1173
+ #: ../lib/tribe-view-helpers.class.php:127
1174
+ msgid "Guyana"
1175
+ msgstr "Guyana"
1176
 
1177
+ #: ../lib/tribe-view-helpers.class.php:128
1178
+ msgid "Haiti"
1179
+ msgstr "Haiti"
1180
+
1181
+ #: ../lib/tribe-view-helpers.class.php:129
1182
+ msgid "Heard And Mc Donald Islands"
1183
+ msgstr "Heard And Mc Donald Islands"
1184
 
1185
+ #: ../lib/tribe-view-helpers.class.php:130
1186
+ msgid "Holy See (Vatican City State)"
1187
+ msgstr "Holy See (Vatican City State)"
1188
 
1189
+ #: ../lib/tribe-view-helpers.class.php:131
1190
+ msgid "Honduras"
1191
+ msgstr "Honduras"
1192
 
1193
+ #: ../lib/tribe-view-helpers.class.php:132
1194
+ msgid "Hong Kong"
1195
+ msgstr "Hong Kong"
1196
 
1197
+ #: ../lib/tribe-view-helpers.class.php:133
1198
+ msgid "Hungary"
1199
+ msgstr "Hungary"
1200
 
1201
+ #: ../lib/tribe-view-helpers.class.php:134
1202
+ msgid "Iceland"
1203
+ msgstr "Iceland"
1204
 
1205
+ #: ../lib/tribe-view-helpers.class.php:135
1206
+ msgid "India"
1207
+ msgstr "India"
1208
 
1209
+ #: ../lib/tribe-view-helpers.class.php:136
1210
+ msgid "Indonesia"
1211
+ msgstr "Indonesia"
1212
 
1213
+ #: ../lib/tribe-view-helpers.class.php:137
1214
+ msgid "Iran (Islamic Republic Of)"
1215
+ msgstr "Iran (Islamic Republic Of)"
1216
 
1217
+ #: ../lib/tribe-view-helpers.class.php:138
1218
+ msgid "Iraq"
1219
+ msgstr "Iraq"
1220
 
1221
+ #: ../lib/tribe-view-helpers.class.php:139
1222
+ msgid "Ireland"
1223
+ msgstr "Ireland"
1224
 
1225
+ #: ../lib/tribe-view-helpers.class.php:140
1226
+ msgid "Israel"
1227
+ msgstr "Israel"
1228
 
1229
+ #: ../lib/tribe-view-helpers.class.php:141
1230
+ msgid "Italy"
1231
+ msgstr "Italy"
1232
 
1233
+ #: ../lib/tribe-view-helpers.class.php:142
1234
+ msgid "Jamaica"
1235
+ msgstr "Jamaica"
1236
 
1237
+ #: ../lib/tribe-view-helpers.class.php:143
1238
+ msgid "Japan"
1239
+ msgstr "Japan"
1240
 
1241
+ #: ../lib/tribe-view-helpers.class.php:144
1242
+ msgid "Jordan"
1243
+ msgstr "Jordan"
1244
 
1245
+ #: ../lib/tribe-view-helpers.class.php:145
1246
+ msgid "Kazakhstan"
1247
+ msgstr "Kazakhstan"
1248
 
1249
+ #: ../lib/tribe-view-helpers.class.php:146
1250
+ msgid "Kenya"
1251
+ msgstr "Kenya"
1252
 
1253
+ #: ../lib/tribe-view-helpers.class.php:147
1254
+ msgid "Kiribati"
1255
+ msgstr "Kiribati"
1256
 
1257
+ #: ../lib/tribe-view-helpers.class.php:148
1258
+ msgid "Korea, Democratic People's Republic Of"
1259
+ msgstr "Korea, Democratic People's Republic Of"
1260
 
1261
+ #: ../lib/tribe-view-helpers.class.php:149
1262
+ msgid "Korea, Republic Of"
1263
+ msgstr "Korea, Republic Of"
1264
 
1265
+ #: ../lib/tribe-view-helpers.class.php:150
1266
+ msgid "Kuwait"
1267
+ msgstr "Kuwait"
1268
 
1269
+ #: ../lib/tribe-view-helpers.class.php:151
1270
+ msgid "Kyrgyzstan"
1271
+ msgstr "Kyrgyzstan"
1272
 
1273
+ #: ../lib/tribe-view-helpers.class.php:152
1274
+ msgid "Lao People's Democratic Republic"
1275
+ msgstr "Lao People's Democratic Republic"
1276
 
1277
+ #: ../lib/tribe-view-helpers.class.php:153
1278
+ msgid "Latvia"
1279
+ msgstr "Latvia"
1280
 
1281
+ #: ../lib/tribe-view-helpers.class.php:154
1282
+ msgid "Lebanon"
1283
+ msgstr "Lebanon"
1284
 
1285
+ #: ../lib/tribe-view-helpers.class.php:155
1286
+ msgid "Lesotho"
1287
+ msgstr "Lesotho"
1288
 
1289
+ #: ../lib/tribe-view-helpers.class.php:156
1290
+ msgid "Liberia"
1291
+ msgstr "Liberia"
1292
 
1293
+ #: ../lib/tribe-view-helpers.class.php:157
1294
+ msgid "Libya"
1295
+ msgstr "Libya"
1296
 
1297
+ #: ../lib/tribe-view-helpers.class.php:158
1298
+ msgid "Liechtenstein"
1299
+ msgstr "Liechtenstein"
1300
 
1301
+ #: ../lib/tribe-view-helpers.class.php:159
1302
+ msgid "Lithuania"
1303
+ msgstr "Lithuania"
1304
 
1305
+ #: ../lib/tribe-view-helpers.class.php:160
1306
+ msgid "Luxembourg"
1307
+ msgstr "Luxembourg"
1308
 
1309
+ #: ../lib/tribe-view-helpers.class.php:161
1310
+ msgid "Macau"
1311
+ msgstr "Macau"
1312
 
1313
+ #: ../lib/tribe-view-helpers.class.php:162
1314
+ msgid "Macedonia"
1315
+ msgstr "Macedonia"
1316
 
1317
+ #: ../lib/tribe-view-helpers.class.php:163
1318
+ msgid "Madagascar"
1319
+ msgstr "Madagascar"
1320
 
1321
+ #: ../lib/tribe-view-helpers.class.php:164
1322
+ msgid "Malawi"
1323
+ msgstr "Malawi"
1324
 
1325
+ #: ../lib/tribe-view-helpers.class.php:165
1326
+ msgid "Malaysia"
1327
+ msgstr "Malaysia"
1328
 
1329
+ #: ../lib/tribe-view-helpers.class.php:166
1330
+ msgid "Maldives"
1331
+ msgstr "Maldives"
1332
 
1333
+ #: ../lib/tribe-view-helpers.class.php:167
1334
+ msgid "Mali"
1335
+ msgstr "Mali"
1336
 
1337
+ #: ../lib/tribe-view-helpers.class.php:168
1338
+ msgid "Malta"
1339
+ msgstr "Malta"
1340
 
1341
+ #: ../lib/tribe-view-helpers.class.php:169
1342
+ msgid "Marshall Islands"
1343
+ msgstr "Marshall Islands"
1344
 
1345
+ #: ../lib/tribe-view-helpers.class.php:170
1346
+ msgid "Martinique"
1347
+ msgstr "Martinique"
1348
 
1349
+ #: ../lib/tribe-view-helpers.class.php:171
1350
+ msgid "Mauritania"
1351
+ msgstr "Mauritania"
1352
 
1353
+ #: ../lib/tribe-view-helpers.class.php:172
1354
+ msgid "Mauritius"
1355
+ msgstr "Mauritius"
1356
 
1357
+ #: ../lib/tribe-view-helpers.class.php:173
1358
+ msgid "Mayotte"
1359
+ msgstr "Mayotte"
1360
 
1361
+ #: ../lib/tribe-view-helpers.class.php:174
1362
+ msgid "Mexico"
1363
  msgstr ""
1364
 
1365
+ #: ../lib/tribe-view-helpers.class.php:175
1366
+ msgid "Micronesia, Federated States Of"
1367
  msgstr ""
1368
 
1369
+ #: ../lib/tribe-view-helpers.class.php:176
1370
+ msgid "Moldova, Republic Of"
1371
  msgstr ""
1372
 
1373
+ #: ../lib/tribe-view-helpers.class.php:177
1374
+ msgid "Monaco"
1375
  msgstr ""
1376
 
1377
+ #: ../lib/tribe-view-helpers.class.php:178
1378
+ msgid "Mongolia"
1379
  msgstr ""
1380
 
1381
+ #: ../lib/tribe-view-helpers.class.php:179
1382
+ msgid "Montenegro"
1383
  msgstr ""
1384
 
1385
+ #: ../lib/tribe-view-helpers.class.php:180
1386
+ msgid "Montserrat"
1387
  msgstr ""
1388
 
1389
+ #: ../lib/tribe-view-helpers.class.php:181
1390
+ msgid "Morocco"
1391
  msgstr ""
1392
 
1393
+ #: ../lib/tribe-view-helpers.class.php:182
1394
+ msgid "Mozambique"
1395
  msgstr ""
1396
 
1397
+ #: ../lib/tribe-view-helpers.class.php:183
1398
+ msgid "Myanmar"
1399
  msgstr ""
1400
 
1401
+ #: ../lib/tribe-view-helpers.class.php:184
1402
+ msgid "Namibia"
1403
  msgstr ""
1404
 
1405
+ #: ../lib/tribe-view-helpers.class.php:185
1406
+ msgid "Nauru"
1407
  msgstr ""
1408
 
1409
+ #: ../lib/tribe-view-helpers.class.php:186
1410
+ msgid "Nepal"
1411
  msgstr ""
1412
 
1413
+ #: ../lib/tribe-view-helpers.class.php:187
1414
+ msgid "Netherlands"
1415
  msgstr ""
1416
 
1417
+ #: ../lib/tribe-view-helpers.class.php:188
1418
+ msgid "Netherlands Antilles"
1419
  msgstr ""
1420
 
1421
+ #: ../lib/tribe-view-helpers.class.php:189
1422
+ msgid "New Caledonia"
1423
+ msgstr "Nouvelle Calédonie"
1424
+
1425
+ #: ../lib/tribe-view-helpers.class.php:190
1426
+ msgid "New Zealand"
1427
+ msgstr "Nouvelle Zélande"
1428
+
1429
+ #: ../lib/tribe-view-helpers.class.php:191
1430
+ msgid "Nicaragua"
1431
  msgstr ""
1432
 
1433
+ #: ../lib/tribe-view-helpers.class.php:192
1434
+ msgid "Niger"
1435
  msgstr ""
1436
 
1437
+ #: ../lib/tribe-view-helpers.class.php:193
1438
+ msgid "Nigeria"
1439
  msgstr ""
1440
 
1441
+ #: ../lib/tribe-view-helpers.class.php:194
1442
+ msgid "Niue"
1443
  msgstr ""
1444
 
1445
+ #: ../lib/tribe-view-helpers.class.php:195
1446
+ msgid "Norfolk Island"
1447
  msgstr ""
1448
 
1449
+ #: ../lib/tribe-view-helpers.class.php:196
1450
+ msgid "Northern Mariana Islands"
1451
  msgstr ""
1452
 
1453
+ #: ../lib/tribe-view-helpers.class.php:197
1454
+ msgid "Norway"
1455
  msgstr ""
1456
 
1457
+ #: ../lib/tribe-view-helpers.class.php:198
1458
+ msgid "Oman"
1459
  msgstr ""
1460
 
1461
+ #: ../lib/tribe-view-helpers.class.php:199
1462
+ msgid "Pakistan"
1463
  msgstr ""
1464
 
1465
+ #: ../lib/tribe-view-helpers.class.php:200
1466
+ msgid "Palau"
1467
  msgstr ""
1468
 
1469
+ #: ../lib/tribe-view-helpers.class.php:201
1470
+ msgid "Panama"
1471
  msgstr ""
1472
 
1473
+ #: ../lib/tribe-view-helpers.class.php:202
1474
+ msgid "Papua New Guinea"
1475
  msgstr ""
1476
 
1477
+ #: ../lib/tribe-view-helpers.class.php:203
1478
+ msgid "Paraguay"
1479
  msgstr ""
1480
 
1481
+ #: ../lib/tribe-view-helpers.class.php:204
1482
+ msgid "Peru"
1483
  msgstr ""
1484
 
1485
+ #: ../lib/tribe-view-helpers.class.php:205
1486
+ msgid "Philippines"
1487
  msgstr ""
1488
 
1489
+ #: ../lib/tribe-view-helpers.class.php:206
1490
+ msgid "Pitcairn"
1491
  msgstr ""
1492
 
1493
+ #: ../lib/tribe-view-helpers.class.php:207
1494
+ msgid "Poland"
1495
  msgstr ""
1496
 
1497
+ #: ../lib/tribe-view-helpers.class.php:208
1498
+ msgid "Portugal"
1499
  msgstr ""
1500
 
1501
+ #: ../lib/tribe-view-helpers.class.php:209
1502
+ msgid "Puerto Rico"
1503
  msgstr ""
1504
 
1505
+ #: ../lib/tribe-view-helpers.class.php:210
1506
+ msgid "Qatar"
1507
  msgstr ""
1508
 
1509
+ #: ../lib/tribe-view-helpers.class.php:211
1510
+ msgid "Reunion"
1511
  msgstr ""
1512
 
1513
+ #: ../lib/tribe-view-helpers.class.php:212
1514
+ msgid "Romania"
1515
  msgstr ""
1516
 
1517
+ #: ../lib/tribe-view-helpers.class.php:213
1518
+ msgid "Russian Federation"
1519
  msgstr ""
1520
 
1521
+ #: ../lib/tribe-view-helpers.class.php:214
1522
+ msgid "Rwanda"
1523
  msgstr ""
1524
 
1525
+ #: ../lib/tribe-view-helpers.class.php:215
1526
+ msgid "Saint Kitts And Nevis"
1527
  msgstr ""
1528
 
1529
+ #: ../lib/tribe-view-helpers.class.php:216
1530
+ msgid "Saint Lucia"
1531
  msgstr ""
1532
 
1533
+ #: ../lib/tribe-view-helpers.class.php:217
1534
+ msgid "Saint Vincent And The Grenadines"
1535
  msgstr ""
1536
 
1537
+ #: ../lib/tribe-view-helpers.class.php:218
1538
+ msgid "Samoa"
1539
  msgstr ""
1540
 
1541
+ #: ../lib/tribe-view-helpers.class.php:219
1542
+ msgid "San Marino"
1543
  msgstr ""
1544
 
1545
+ #: ../lib/tribe-view-helpers.class.php:220
1546
+ msgid "Sao Tome And Principe"
1547
  msgstr ""
1548
 
1549
+ #: ../lib/tribe-view-helpers.class.php:221
1550
+ msgid "Saudi Arabia"
1551
  msgstr ""
1552
 
1553
+ #: ../lib/tribe-view-helpers.class.php:222
1554
+ msgid "Senegal"
1555
  msgstr ""
1556
 
1557
+ #: ../lib/tribe-view-helpers.class.php:223
1558
+ msgid "Serbia"
1559
  msgstr ""
1560
 
1561
+ #: ../lib/tribe-view-helpers.class.php:224
1562
+ msgid "Seychelles"
1563
  msgstr ""
1564
 
1565
+ #: ../lib/tribe-view-helpers.class.php:225
1566
+ msgid "Sierra Leone"
1567
  msgstr ""
1568
 
1569
+ #: ../lib/tribe-view-helpers.class.php:226
1570
+ msgid "Singapore"
1571
  msgstr ""
1572
 
1573
+ #: ../lib/tribe-view-helpers.class.php:227
1574
+ msgid "Slovakia (Slovak Republic)"
1575
  msgstr ""
1576
 
1577
+ #: ../lib/tribe-view-helpers.class.php:228
1578
+ msgid "Slovenia"
1579
  msgstr ""
1580
 
1581
+ #: ../lib/tribe-view-helpers.class.php:229
1582
+ msgid "Solomon Islands"
1583
  msgstr ""
1584
 
1585
+ #: ../lib/tribe-view-helpers.class.php:230
1586
+ msgid "Somalia"
1587
  msgstr ""
1588
 
1589
+ #: ../lib/tribe-view-helpers.class.php:231
1590
+ msgid "South Africa"
1591
  msgstr ""
1592
 
1593
+ #: ../lib/tribe-view-helpers.class.php:232
1594
+ msgid "South Georgia, South Sandwich Islands"
1595
  msgstr ""
1596
 
1597
+ #: ../lib/tribe-view-helpers.class.php:233
1598
+ msgid "Spain"
1599
  msgstr ""
1600
 
1601
+ #: ../lib/tribe-view-helpers.class.php:234
1602
+ msgid "Sri Lanka"
1603
  msgstr ""
1604
 
1605
+ #: ../lib/tribe-view-helpers.class.php:235
1606
+ msgid "St. Helena"
1607
  msgstr ""
1608
 
1609
+ #: ../lib/tribe-view-helpers.class.php:236
1610
+ msgid "St. Pierre And Miquelon"
1611
  msgstr ""
1612
 
1613
+ #: ../lib/tribe-view-helpers.class.php:237
1614
+ msgid "Sudan"
1615
  msgstr ""
1616
 
1617
+ #: ../lib/tribe-view-helpers.class.php:238
1618
+ msgid "Suriname"
1619
  msgstr ""
1620
 
1621
+ #: ../lib/tribe-view-helpers.class.php:239
1622
+ msgid "Svalbard And Jan Mayen Islands"
1623
  msgstr ""
1624
 
1625
+ #: ../lib/tribe-view-helpers.class.php:240
1626
+ msgid "Swaziland"
1627
  msgstr ""
1628
 
1629
+ #: ../lib/tribe-view-helpers.class.php:241
1630
+ msgid "Sweden"
1631
  msgstr ""
1632
 
1633
+ #: ../lib/tribe-view-helpers.class.php:242
1634
+ msgid "Switzerland"
1635
  msgstr ""
1636
 
1637
+ #: ../lib/tribe-view-helpers.class.php:243
1638
+ msgid "Syrian Arab Republic"
1639
  msgstr ""
1640
 
1641
+ #: ../lib/tribe-view-helpers.class.php:244
1642
+ msgid "Taiwan"
1643
  msgstr ""
1644
 
1645
+ #: ../lib/tribe-view-helpers.class.php:245
1646
+ msgid "Tajikistan"
1647
  msgstr ""
1648
 
1649
+ #: ../lib/tribe-view-helpers.class.php:246
1650
+ msgid "Tanzania, United Republic Of"
1651
  msgstr ""
1652
 
1653
+ #: ../lib/tribe-view-helpers.class.php:247
1654
+ msgid "Thailand"
1655
  msgstr ""
1656
 
1657
+ #: ../lib/tribe-view-helpers.class.php:248
1658
+ msgid "Togo"
1659
  msgstr ""
1660
 
1661
+ #: ../lib/tribe-view-helpers.class.php:249
1662
+ msgid "Tokelau"
1663
  msgstr ""
1664
 
1665
+ #: ../lib/tribe-view-helpers.class.php:250
1666
+ msgid "Tonga"
1667
  msgstr ""
1668
 
1669
+ #: ../lib/tribe-view-helpers.class.php:251
1670
+ msgid "Trinidad And Tobago"
1671
  msgstr ""
1672
 
1673
+ #: ../lib/tribe-view-helpers.class.php:252
1674
+ msgid "Tunisia"
1675
  msgstr ""
1676
 
1677
+ #: ../lib/tribe-view-helpers.class.php:253
1678
+ msgid "Turkey"
1679
  msgstr ""
1680
 
1681
+ #: ../lib/tribe-view-helpers.class.php:254
1682
+ msgid "Turkmenistan"
1683
+ msgstr ""
 
1684
 
1685
+ #: ../lib/tribe-view-helpers.class.php:255
1686
+ msgid "Turks And Caicos Islands"
1687
+ msgstr ""
1688
 
1689
+ #: ../lib/tribe-view-helpers.class.php:256
1690
+ msgid "Tuvalu"
1691
+ msgstr ""
1692
 
1693
+ #: ../lib/tribe-view-helpers.class.php:257
1694
+ msgid "Uganda"
1695
+ msgstr ""
1696
 
1697
+ #: ../lib/tribe-view-helpers.class.php:258
1698
+ msgid "Ukraine"
1699
+ msgstr ""
1700
 
1701
+ #: ../lib/tribe-view-helpers.class.php:259
1702
+ msgid "United Arab Emirates"
1703
+ msgstr ""
1704
 
1705
+ #: ../lib/tribe-view-helpers.class.php:260
1706
+ msgid "United Kingdom"
1707
+ msgstr ""
1708
 
1709
+ #: ../lib/tribe-view-helpers.class.php:261
1710
+ msgid "United States Minor Outlying Islands"
1711
+ msgstr ""
 
1712
 
1713
+ #: ../lib/tribe-view-helpers.class.php:262
1714
+ msgid "Uruguay"
1715
+ msgstr ""
 
1716
 
1717
+ #: ../lib/tribe-view-helpers.class.php:263
1718
+ msgid "Uzbekistan"
1719
+ msgstr ""
 
1720
 
1721
+ #: ../lib/tribe-view-helpers.class.php:264
1722
+ msgid "Vanuatu"
1723
+ msgstr ""
1724
 
1725
+ #: ../lib/tribe-view-helpers.class.php:265
1726
+ msgid "Venezuela"
1727
+ msgstr ""
1728
 
1729
+ #: ../lib/tribe-view-helpers.class.php:266
1730
+ msgid "Viet Nam"
1731
+ msgstr ""
 
1732
 
1733
+ #: ../lib/tribe-view-helpers.class.php:267
1734
+ msgid "Virgin Islands (British)"
1735
+ msgstr ""
1736
 
1737
+ #: ../lib/tribe-view-helpers.class.php:268
1738
+ msgid "Virgin Islands (U.S.)"
1739
+ msgstr ""
1740
 
1741
+ #: ../lib/tribe-view-helpers.class.php:269
1742
+ msgid "Wallis And Futuna Islands"
1743
+ msgstr ""
1744
 
1745
+ #: ../lib/tribe-view-helpers.class.php:270
1746
+ msgid "Western Sahara"
1747
+ msgstr ""
1748
 
1749
+ #: ../lib/tribe-view-helpers.class.php:271
1750
+ msgid "Yemen"
1751
+ msgstr ""
 
 
1752
 
1753
+ #: ../lib/tribe-view-helpers.class.php:272
1754
+ msgid "Zambia"
1755
+ msgstr ""
1756
 
1757
+ #: ../lib/tribe-view-helpers.class.php:273
1758
+ msgid "Zimbabwe"
1759
+ msgstr ""
1760
 
1761
+ #: ../lib/tribe-view-helpers.class.php:293
1762
+ msgid "Alabama"
1763
+ msgstr ""
1764
 
1765
+ #: ../lib/tribe-view-helpers.class.php:294
1766
+ msgid "Alaska"
1767
+ msgstr ""
1768
 
1769
+ #: ../lib/tribe-view-helpers.class.php:295
1770
+ msgid "Arizona"
1771
+ msgstr ""
1772
 
1773
+ #: ../lib/tribe-view-helpers.class.php:296
1774
+ msgid "Arkansas"
1775
+ msgstr ""
1776
 
1777
+ #: ../lib/tribe-view-helpers.class.php:297
1778
+ msgid "California"
1779
+ msgstr ""
1780
 
1781
+ #: ../lib/tribe-view-helpers.class.php:298
1782
+ msgid "Colorado"
1783
+ msgstr ""
 
1784
 
1785
+ #: ../lib/tribe-view-helpers.class.php:299
1786
+ msgid "Connecticut"
1787
+ msgstr ""
1788
 
1789
+ #: ../lib/tribe-view-helpers.class.php:300
1790
+ msgid "Delaware"
1791
+ msgstr ""
1792
 
1793
+ #: ../lib/tribe-view-helpers.class.php:301
1794
+ msgid "District of Columbia"
1795
+ msgstr ""
1796
 
1797
+ #: ../lib/tribe-view-helpers.class.php:302
1798
+ msgid "Florida"
1799
+ msgstr ""
1800
 
1801
+ #: ../lib/tribe-view-helpers.class.php:304
1802
+ msgid "Hawaii"
1803
+ msgstr ""
 
1804
 
1805
+ #: ../lib/tribe-view-helpers.class.php:305
1806
+ msgid "Idaho"
1807
+ msgstr ""
1808
 
1809
+ #: ../lib/tribe-view-helpers.class.php:306
1810
+ msgid "Illinois"
1811
+ msgstr ""
1812
 
1813
+ #: ../lib/tribe-view-helpers.class.php:307
1814
+ msgid "Indiana"
1815
+ msgstr ""
1816
 
1817
+ #: ../lib/tribe-view-helpers.class.php:308
1818
+ msgid "Iowa"
1819
+ msgstr ""
 
1820
 
1821
+ #: ../lib/tribe-view-helpers.class.php:309
1822
+ msgid "Kansas"
1823
+ msgstr ""
1824
 
1825
+ #: ../lib/tribe-view-helpers.class.php:310
1826
+ msgid "Kentucky"
1827
+ msgstr ""
1828
 
1829
+ #: ../lib/tribe-view-helpers.class.php:311
1830
+ msgid "Louisiana"
1831
+ msgstr ""
1832
 
1833
+ #: ../lib/tribe-view-helpers.class.php:312
1834
+ msgid "Maine"
1835
+ msgstr ""
1836
 
1837
+ #: ../lib/tribe-view-helpers.class.php:313
1838
+ msgid "Maryland"
1839
+ msgstr ""
1840
 
1841
+ #: ../lib/tribe-view-helpers.class.php:314
1842
+ msgid "Massachusetts"
1843
+ msgstr ""
1844
 
1845
+ #: ../lib/tribe-view-helpers.class.php:315
1846
+ msgid "Michigan"
1847
+ msgstr ""
1848
 
1849
+ #: ../lib/tribe-view-helpers.class.php:316
1850
+ msgid "Minnesota"
1851
+ msgstr ""
1852
 
1853
+ #: ../lib/tribe-view-helpers.class.php:317
1854
+ msgid "Mississippi"
1855
+ msgstr ""
1856
 
1857
+ #: ../lib/tribe-view-helpers.class.php:318
1858
+ msgid "Missouri"
1859
+ msgstr ""
1860
 
1861
+ #: ../lib/tribe-view-helpers.class.php:319
1862
+ msgid "Montana"
1863
+ msgstr ""
1864
 
1865
+ #: ../lib/tribe-view-helpers.class.php:320
1866
+ msgid "Nebraska"
1867
+ msgstr ""
1868
 
1869
+ #: ../lib/tribe-view-helpers.class.php:321
1870
+ msgid "Nevada"
1871
+ msgstr ""
1872
 
1873
+ #: ../lib/tribe-view-helpers.class.php:322
1874
+ msgid "New Hampshire"
1875
+ msgstr "New Hampshire"
1876
 
1877
+ #: ../lib/tribe-view-helpers.class.php:323
1878
+ msgid "New Jersey"
1879
+ msgstr "New Jersey"
1880
 
1881
+ #: ../lib/tribe-view-helpers.class.php:324
1882
+ msgid "New Mexico"
1883
+ msgstr "Nouveau Mexique"
1884
 
1885
+ #: ../lib/tribe-view-helpers.class.php:325
1886
+ msgid "New York"
1887
+ msgstr "New York"
 
1888
 
1889
+ #: ../lib/tribe-view-helpers.class.php:326
1890
+ msgid "North Carolina"
1891
+ msgstr ""
 
 
1892
 
1893
+ #: ../lib/tribe-view-helpers.class.php:327
1894
+ msgid "North Dakota"
1895
+ msgstr ""
 
 
1896
 
1897
+ #: ../lib/tribe-view-helpers.class.php:328
1898
+ msgid "Ohio"
1899
+ msgstr ""
1900
 
1901
+ #: ../lib/tribe-view-helpers.class.php:329
1902
+ msgid "Oklahoma"
1903
+ msgstr ""
 
1904
 
1905
+ #: ../lib/tribe-view-helpers.class.php:330
1906
+ msgid "Oregon"
1907
+ msgstr ""
 
1908
 
1909
+ #: ../lib/tribe-view-helpers.class.php:331
1910
+ msgid "Pennsylvania"
1911
+ msgstr ""
1912
 
1913
+ #: ../lib/tribe-view-helpers.class.php:332
1914
+ msgid "Rhode Island"
1915
+ msgstr ""
 
1916
 
1917
+ #: ../lib/tribe-view-helpers.class.php:333
1918
+ msgid "South Carolina"
1919
+ msgstr ""
 
1920
 
1921
+ #: ../lib/tribe-view-helpers.class.php:334
1922
+ msgid "South Dakota"
1923
+ msgstr ""
 
 
1924
 
1925
+ #: ../lib/tribe-view-helpers.class.php:335
1926
+ msgid "Tennessee"
1927
+ msgstr ""
 
1928
 
1929
+ #: ../lib/tribe-view-helpers.class.php:336
1930
+ msgid "Texas"
1931
+ msgstr ""
 
1932
 
1933
+ #: ../lib/tribe-view-helpers.class.php:337
1934
+ msgid "Utah"
1935
+ msgstr ""
1936
 
1937
+ #: ../lib/tribe-view-helpers.class.php:338
1938
+ msgid "Vermont"
1939
+ msgstr ""
 
1940
 
1941
+ #: ../lib/tribe-view-helpers.class.php:339
1942
+ msgid "Virginia"
1943
+ msgstr ""
 
1944
 
1945
+ #: ../lib/tribe-view-helpers.class.php:340
1946
+ msgid "Washington"
1947
+ msgstr ""
1948
 
1949
+ #: ../lib/tribe-view-helpers.class.php:341
1950
+ msgid "West Virginia"
1951
+ msgstr ""
 
1952
 
1953
+ #: ../lib/tribe-view-helpers.class.php:342
1954
+ msgid "Wisconsin"
1955
+ msgstr ""
 
1956
 
1957
+ #: ../lib/tribe-view-helpers.class.php:343
1958
+ msgid "Wyoming"
1959
+ msgstr ""
 
1960
 
1961
+ #: ../lib/widget-list.class.php:16
1962
+ msgid "A widget that displays the next upcoming x events."
1963
+ msgstr "Un widget qui affiche les x prochains événements."
 
1964
 
1965
+ #: ../lib/widget-list.class.php:70
1966
+ msgid "View All Events"
1967
+ msgstr "Voir tous les événements"
1968
 
1969
+ #: ../lib/widget-list.class.php:73
1970
+ msgid "There are no upcoming events at this time."
1971
+ msgstr "Aucun événement à venir prochainement."
 
1972
 
1973
+ #: ../public/template-tags/general.php:118
1974
+ msgid "Category:"
1975
+ msgstr "Catégorie :"
 
1976
 
1977
+ #: ../public/template-tags/general.php:235
1978
+ msgid "Free"
1979
+ msgstr "Gratuit"
1980
 
1981
+ #: ../public/template-tags/loop.php:130
1982
+ msgid "Calendar of Events"
1983
+ msgstr "Calendrier des événements"
 
1984
 
1985
+ #: ../views/ecp-single-template.php:24
1986
+ msgid "Edit"
1987
+ msgstr "Editer"
 
1988
 
1989
+ #: ../views/events-list-load-widget-display.php:52
1990
+ msgid "All Day"
1991
+ msgstr "Toute la journée"
 
1992
 
1993
+ #: ../views/gridview.php:42
1994
+ #: ../views/list.php:165
1995
+ #: ../views/single.php:101
1996
+ msgid "iCal Import"
1997
+ msgstr "Importation iCal"
1998
 
1999
+ #: ../views/list.php:50
2000
+ #: ../views/single.php:20
2001
+ msgid "Start:"
2002
+ msgstr "Début : "
2003
 
2004
+ #: ../views/list.php:54
2005
+ #: ../views/single.php:22
2006
+ msgid "End:"
2007
+ msgstr "Fin :"
2008
 
2009
+ #: ../views/list.php:59
2010
+ #: ../views/single.php:25
2011
+ msgid "Date:"
2012
+ msgstr "Date"
2013
 
2014
+ #: ../views/list.php:69
2015
+ #: ../views/single.php:59
2016
+ msgid "Venue:"
2017
+ msgstr "Lieu :"
2018
 
2019
+ #: ../views/list.php:92
2020
+ #: ../views/single.php:76
2021
+ msgid "Google Map"
2022
+ msgstr "Google Map"
2023
 
2024
+ #: ../views/list.php:116
2025
+ #, php-format
2026
+ msgid " listed under %s. Check out past events for this category or view the full calendar."
2027
+ msgstr "listés sous %s. Regardez les événements terminés pour cette catégorie ou affichez le calendrier. "
2028
 
2029
+ #: ../views/list.php:118
2030
+ #, php-format
2031
+ msgid " listed under %s. Check out upcoming events for this category or view the full calendar."
2032
+ msgstr "listés sous %s. Regardez les prochains événements pour cette catégorie ou affichez le calendrier. "
2033
 
2034
+ #: ../views/list.php:123
2035
+ #, php-format
2036
+ msgid "No events scheduled for <strong>%s</strong>. Please try another day."
2037
+ msgstr "Pas d'événement programmé pour le : <strong>%s</strong>. Essayez un autre jour."
2038
 
2039
+ #: ../views/list.php:127
2040
+ msgid "No upcoming events"
2041
+ msgstr "Pas d'événements à venir"
2042
 
2043
+ #: ../views/list.php:131
2044
+ msgid "No previous events"
2045
+ msgstr "Pas d'événements précédents"
2046
 
2047
+ #: ../views/list.php:144
2048
+ #: ../views/list.php:146
2049
+ #: ../views/list.php:148
2050
+ msgid "&laquo; Previous Events"
2051
+ msgstr "&laquo; Evénements précédents "
2052
 
2053
+ #: ../views/list.php:155
2054
+ #: ../views/list.php:157
2055
+ #: ../views/list.php:159
2056
+ msgid "Next Events &raquo;"
2057
+ msgstr "Prochains événements &raquo;"
2058
 
2059
+ #: ../views/single.php:13
2060
+ msgid "&laquo; Back to Events"
2061
+ msgstr "&laquo; Retour aux événements"
2062
 
2063
+ #: ../views/single.php:14
2064
+ msgid "This event has passed."
2065
+ msgstr "Cet événement est terminé"
2066
 
2067
+ #: ../views/single.php:17
2068
+ msgid "Event:"
2069
+ msgstr "Evénément :"
2070
 
2071
+ #: ../views/single.php:34
2072
+ #: ../views/single.php:37
2073
+ msgid "Organizer:"
2074
+ msgstr "Organisateur :"
2075
 
2076
+ #: ../views/single.php:48
2077
+ msgid "Updated:"
2078
+ msgstr "Mise à jour :"
 
2079
 
2080
+ #: ../views/single.php:51
2081
+ msgid "Schedule:"
2082
+ msgstr "Planifié :"
2083
 
2084
+ #: ../views/single.php:76
2085
+ msgid "Click to view a Google Map"
2086
+ msgstr "Cliquez pour voir une Google Map"
2087
 
2088
+ #: ../views/single.php:104
2089
+ msgid "Add to Google Calendar"
2090
+ msgstr "Ajouter à Google Calendar"
2091
 
2092
+ #: ../views/single.php:104
2093
+ msgid "+ Google Calendar"
2094
+ msgstr "+ Google Calendar"
2095
 
2096
+ #: ../views/table-mini.php:24
2097
+ msgid "View all &raquo;"
2098
+ msgstr "Tout voir &raquo;"
2099
 
2100
+ #~ msgid "Ends"
2101
+ #~ msgstr "Se termine"
2102
+ #~ msgid "Use Saved Venue:"
2103
+ #~ msgstr "Utiliser un lieu enregistré : "
2104
+ #~ msgid "Use Saved Organizer:"
2105
+ #~ msgstr "Utiliser un organisateur déjà enregistré "
2106
+ #~ msgid "Use Pretty URLs"
2107
+ #~ msgstr "Utiliser des Prettys URLS"
2108
+ #~ msgid ""
2109
+ #~ "Although unlikely, pretty URLs (ie, http://site/events/upcoming) may "
2110
+ #~ "interfere with custom themes or plugins."
2111
+ #~ msgstr ""
2112
+ #~ "Cependant faites attention car les prettys URLs (ex: http://site/events/"
2113
+ #~ "upcoming) peuvent causer des conflits avec certains thèmes ou plugins. "
2114
+ #~ msgid "Use New Venue"
2115
+ #~ msgstr "Utiliser un nouveau lieu"
2116
+ #~ msgid "No saved venues yet."
2117
+ #~ msgstr "Pas encore de lieu enregistré"
2118
+ #~ msgid "Use New Organizer"
2119
+ #~ msgstr "Nouvel organisateur"
2120
+ #~ msgid "No saved organizers yet."
2121
+ #~ msgstr "Aucun organisateur enregistré encore."
2122
 
lang/tribe-events-calendar-he_IL.mo ADDED
Binary file
lang/tribe-events-calendar-he_IL.po ADDED
@@ -0,0 +1,2099 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # POT for The Events Calendar 2.0 by Modern Tribe, Inc..
2
+ # Copyright (C) 2011 Shane & Peter, 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 2.0\n"
7
+ "Report-Msgid-Bugs-To: \n"
8
+ "POT-Creation-Date: 2011-12-06 12:08+0200\n"
9
+ "PO-Revision-Date: 2011-12-06 17:50+0200\n"
10
+ "Last-Translator: sagi <sagi@pixelperfect.co.il>\n"
11
+ "Language-Team: sagi <sagi@pixelperfect.co.il>\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Language: \n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+ "X-Poedit-KeywordsList: __;_e\n"
18
+ "X-Poedit-Basepath: ./\n"
19
+ "X-Poedit-Language: Hebrew\n"
20
+ "X-Poedit-Country: ISRAEL\n"
21
+ "X-Poedit-SearchPath-0: ..\n"
22
+
23
+ #: ../admin-views/event-sidebar-options.php:11
24
+ msgid "Hide From Upcoming Events List"
25
+ msgstr "הסתר מרשימת הארועים הקרובים"
26
+
27
+ #: ../admin-views/events-meta-box.php:26
28
+ msgid "Event Time &amp; Date"
29
+ msgstr "זמן ותאריך הארוע"
30
+
31
+ #: ../admin-views/events-meta-box.php:29
32
+ msgid "You have changed the recurrence rules of this event. Saving the event will update all future events. If you did not mean to change all events, then please refresh the page."
33
+ msgstr "שינית את זמני המחזוריות של ארוע זה"
34
+
35
+ #: ../admin-views/events-meta-box.php:32
36
+ msgid "All day event?"
37
+ msgstr "כל היום?"
38
+
39
+ #: ../admin-views/events-meta-box.php:36
40
+ msgid "Start Date / Time:"
41
+ msgstr "זמן / תאריך התחלה"
42
+
43
+ #: ../admin-views/events-meta-box.php:39
44
+ #: ../admin-views/events-meta-box.php:60
45
+ msgid "YYYY-MM-DD"
46
+ msgstr "YYYY-DD-MM"
47
+
48
+ #: ../admin-views/events-meta-box.php:41
49
+ #: ../admin-views/events-meta-box.php:62
50
+ msgid "@"
51
+ msgstr "@"
52
+
53
+ #: ../admin-views/events-meta-box.php:57
54
+ msgid "End Date / Time:"
55
+ msgstr "זמן / תאיך סיום:"
56
+
57
+ #: ../admin-views/events-meta-box.php:79
58
+ msgid "Event Location Details"
59
+ msgstr "פרטים אודות מיקום הארוע"
60
+
61
+ #: ../admin-views/events-meta-box.php:85
62
+ msgid "Show Google Maps Link:"
63
+ msgstr "הראה קישור למפת גוגל"
64
+
65
+ #: ../admin-views/events-meta-box.php:92
66
+ msgid "Show Google Map:"
67
+ msgstr "הראה מפת גוגל"
68
+
69
+ #: ../admin-views/events-meta-box.php:101
70
+ msgid "Event Organizer Details"
71
+ msgstr "פרטים אודות מארגן האירוע"
72
+
73
+ #: ../admin-views/events-meta-box.php:110
74
+ msgid "Event Cost"
75
+ msgstr "מחיר הארוע"
76
+
77
+ #: ../admin-views/events-meta-box.php:113
78
+ msgid "Cost:"
79
+ msgstr "מחיר:"
80
+
81
+ #: ../admin-views/events-meta-box.php:118
82
+ msgid "Leave blank to hide the field. Enter a 0 for events that are free."
83
+ msgstr "השאר שדה זה ריק כדי להסתירו. הכנס 0 לאירועים שבחינם"
84
+
85
+ #: ../admin-views/events-options.php:47
86
+ #, php-format
87
+ msgid "%s Settings"
88
+ msgstr "%s הגדרות "
89
+
90
+ #: ../admin-views/events-options.php:51
91
+ msgid "Need a hand?"
92
+ msgstr "צריך עזרה?"
93
+
94
+ #: ../admin-views/events-options.php:52
95
+ #, php-format
96
+ msgid "If you're stuck on these options, please go to the <a href=\"%s\">support forum</a>."
97
+ msgstr "If you're stuck on these options, please go to the <a href=\"%s\">support forum</a>."
98
+
99
+ #: ../admin-views/events-options.php:54
100
+ msgid "Here is the iCal feed URL for your events: "
101
+ msgstr "הנה הקישור לארועים שלך ב-iCal"
102
+
103
+ #: ../admin-views/events-options.php:60
104
+ msgid "Settings"
105
+ msgstr "הגדרות"
106
+
107
+ #: ../admin-views/events-options.php:63
108
+ #: ../admin-views/events-options.php:67
109
+ msgid "Default View for the Events"
110
+ msgstr "ברירת מחדל להצגת הארועים"
111
+
112
+ #: ../admin-views/events-options.php:71
113
+ msgid "Calendar"
114
+ msgstr "לוח ארועים"
115
+
116
+ #: ../admin-views/events-options.php:75
117
+ msgid "Event List"
118
+ msgstr "רשימת ארועים"
119
+
120
+ #: ../admin-views/events-options.php:81
121
+ #: ../admin-views/events-options.php:85
122
+ #: ../admin-views/events-options.php:87
123
+ msgid "Show Comments"
124
+ msgstr "הראה תגובות"
125
+
126
+ #: ../admin-views/events-options.php:95
127
+ #: ../admin-views/events-options.php:99
128
+ msgid "Multiday Event Cutoff"
129
+ msgstr "ארוע רב יומי נקטע"
130
+
131
+ #: ../admin-views/events-options.php:113
132
+ msgid "For multi-day events, hide the last day from grid view if it ends on or before this time."
133
+ msgstr "For multi-day events, hide the last day from grid view if it ends on or before this time."
134
+
135
+ #: ../admin-views/events-options.php:118
136
+ #: ../admin-views/events-options.php:122
137
+ msgid "Enable Google Maps"
138
+ msgstr "הפעל מפת גוגל"
139
+
140
+ #: ../admin-views/events-options.php:128
141
+ msgid "Height"
142
+ msgstr "גובה"
143
+
144
+ #: ../admin-views/events-options.php:129
145
+ msgid "Width"
146
+ msgstr "רוחב"
147
+
148
+ #: ../admin-views/events-options.php:129
149
+ msgid "(number or %)"
150
+ msgstr "(במספר או אחוזים)"
151
+
152
+ #: ../admin-views/events-options.php:133
153
+ msgid "If you don't have this turned on, your event listings won't have the backend map preview or frontend embedded map."
154
+ msgstr "If you don't have this turned on, your event listings won't have the backend map preview or frontend embedded map."
155
+
156
+ #: ../admin-views/events-options.php:141
157
+ #: ../admin-views/events-options.php:143
158
+ msgid "Events URL slug"
159
+ msgstr "סיומת לקישור"
160
+
161
+ #: ../admin-views/events-options.php:144
162
+ msgid "The slug used for building the Events URL."
163
+ msgstr "הסיומת שאיתה בונים את הקישור לארועים"
164
+
165
+ #: ../admin-views/events-options.php:144
166
+ #, php-format
167
+ msgid "Your current Events URL is <strong><a href=\"%s\">%s</a></strong>"
168
+ msgstr "האירוע הנוכחי שלך נמצא בקישור הבא: <strong><a href=\"%s\">%s</a></strong>"
169
+
170
+ #: ../admin-views/events-options.php:148
171
+ #: ../admin-views/events-options.php:150
172
+ msgid "Single Event URL slug"
173
+ msgstr "סיומת לקישור ארוע "
174
+
175
+ #: ../admin-views/events-options.php:151
176
+ msgid "The slug used for building a single Event URL."
177
+ msgstr "הסיומת איתה בונים קישורים לכל ארוע בנפרד"
178
+
179
+ #: ../admin-views/events-options.php:152
180
+ #, php-format
181
+ msgid "<strong>NOTE:</strong> You <em>cannot</em> use the same slug as above. The above should ideally be plural, and this singular.<br />Your single Event URL is like: <strong>%s</strong>"
182
+ msgstr "<strong>NOTE:</strong> You <em>cannot</em> use the same slug as above. The above should ideally be plural, and this singular.<br />Your single Event URL is like: <strong>%s</strong>"
183
+
184
+ #: ../admin-views/events-options.php:157
185
+ #: ../admin-views/events-options.php:159
186
+ msgid "Debug"
187
+ msgstr "Debug"
188
+
189
+ #: ../admin-views/events-options.php:160
190
+ msgid "Debug Events display issues."
191
+ msgstr "Debug Events display issues."
192
+
193
+ #: ../admin-views/events-options.php:161
194
+ #, php-format
195
+ msgid "Enable this option to log debug information. By default this will log to your server PHP error log. If you'd like to see the log messages in your browser, then we recommend that you install the <a href=\"%s\" target=\"_blank\">Debug Bar Plugin</a> and look for the \"Tribe\" tab in the debug output."
196
+ msgstr "Enable this option to log debug information. By default this will log to your server PHP error log. If you'd like to see the log messages in your browser, then we recommend that you install the <a href=\"%s\" target=\"_blank\">Debug Bar Plugin</a> and look for the \"Tribe\" tab in the debug output."
197
+
198
+ #: ../admin-views/events-options.php:166
199
+ msgid "Theme Settings"
200
+ msgstr "הגדרות הטמפלט"
201
+
202
+ #: ../admin-views/events-options.php:169
203
+ #: ../admin-views/events-options.php:171
204
+ msgid "Events Template"
205
+ msgstr "טמפלט הארועים"
206
+
207
+ #: ../admin-views/events-options.php:173
208
+ msgid "Default Events Template"
209
+ msgstr "טמפלט אירוע הברירת מחדל"
210
+
211
+ #: ../admin-views/events-options.php:174
212
+ msgid "Default Page Template"
213
+ msgstr "טמפלט עמוד ברירת מחדל"
214
+
215
+ #: ../admin-views/events-options.php:177
216
+ msgid "Choose a page template to control the look and feel of your calendar."
217
+ msgstr "בחר טמפלט לעמוד כדי לשלוט במראה של הלוח שלך"
218
+
219
+ #: ../admin-views/events-options.php:181
220
+ #: ../admin-views/events-options.php:183
221
+ #: ../admin-views/events-options.php:191
222
+ msgid "Add HTML before calendar"
223
+ msgstr "הוסף קוד HTML לפני הלוח"
224
+
225
+ #: ../admin-views/events-options.php:185
226
+ msgid "Some themes may require that you add extra divs before the calendar list to help with styling."
227
+ msgstr "Some themes may require that you add extra divs before the calendar list to help with styling."
228
+
229
+ #: ../admin-views/events-options.php:185
230
+ msgid "This is displayed directly after the header."
231
+ msgstr "זה מוצג ישר אחרי ה-Header"
232
+
233
+ #: ../admin-views/events-options.php:185
234
+ #: ../admin-views/events-options.php:193
235
+ msgid "You may use (x)HTML."
236
+ msgstr "אפשר להשתמש ב(x)HTML."
237
+
238
+ #: ../admin-views/events-options.php:189
239
+ msgid "Add HTML after calendar"
240
+ msgstr "הוסף קוד HTML אחרי הלוח"
241
+
242
+ #: ../admin-views/events-options.php:193
243
+ msgid "Some themes may require that you add extra divs after the calendar list to help with styling."
244
+ msgstr "Some themes may require that you add extra divs after the calendar list to help with styling."
245
+
246
+ #: ../admin-views/events-options.php:193
247
+ msgid "This is displayed directly above the footer."
248
+ msgstr "זה יוצג ישירות אחרי ה-Footer"
249
+
250
+ #: ../admin-views/events-options.php:202
251
+ msgid "Save Changes"
252
+ msgstr "שמור שינויים"
253
+
254
+ #: ../admin-views/organizer-meta-box.php:11
255
+ msgid "Organizer Name:"
256
+ msgstr "שם המארגן:"
257
+
258
+ #: ../admin-views/organizer-meta-box.php:17
259
+ #: ../admin-views/venue-meta-box.php:79
260
+ msgid "Phone:"
261
+ msgstr "טלפון"
262
+
263
+ #: ../admin-views/organizer-meta-box.php:21
264
+ msgid "Website:"
265
+ msgstr "אתר:"
266
+
267
+ #: ../admin-views/organizer-meta-box.php:25
268
+ msgid "Email:"
269
+ msgstr "אימייל:"
270
+
271
+ #: ../admin-views/recurrence-dialog.php:11
272
+ msgid "Which events do you wish to update?"
273
+ msgstr "אילו ארועים ברצונך לעדכן?"
274
+
275
+ #: ../admin-views/recurrence-dialog.php:14
276
+ msgid "Select your desired action"
277
+ msgstr "בחר פעולה רצויה"
278
+
279
+ #: ../admin-views/venue-meta-box.php:12
280
+ msgid "Venue Name:"
281
+ msgstr "שם המיקום:"
282
+
283
+ #: ../admin-views/venue-meta-box.php:19
284
+ msgid "Address:"
285
+ msgstr "כתובת:"
286
+
287
+ #: ../admin-views/venue-meta-box.php:23
288
+ msgid "City:"
289
+ msgstr "עיר:"
290
+
291
+ #: ../admin-views/venue-meta-box.php:27
292
+ msgid "Country:"
293
+ msgstr "מדינה: "
294
+
295
+ #: ../admin-views/venue-meta-box.php:58
296
+ msgid "State or Province:"
297
+ msgstr "ארץ או איזור:"
298
+
299
+ #: ../admin-views/venue-meta-box.php:61
300
+ msgid "Select a State:"
301
+ msgstr "state"
302
+
303
+ #: ../admin-views/venue-meta-box.php:75
304
+ msgid "Postal Code:"
305
+ msgstr "מיקוד:"
306
+
307
+ #: ../admin-views/widget-admin-list.php:11
308
+ msgid "Title:"
309
+ msgstr "כותרת:"
310
+
311
+ #: ../admin-views/widget-admin-list.php:16
312
+ msgid "Show:"
313
+ msgstr "הצג:"
314
+
315
+ #: ../admin-views/widget-admin-list.php:24
316
+ msgid "Show widget only if there are upcoming events:"
317
+ msgstr "הצג ווידג'ט רק אם יש ארועים קרובים"
318
+
319
+ #: ../admin-views/widget-admin-list.php:30
320
+ msgid "If you wish to customize the widget display yourself, see the file views/events-list-load-widget-display.php inside the Events Premium plugin."
321
+ msgstr "אם ברצונך לערוך את מראה הווידג'ט, מצא את הקובץ views/events-list-load-widget-display.php בתוך התקיה של Events Premium plugin"
322
+
323
+ #: ../lib/the-events-calendar.class.php:236
324
+ msgid "The Events Calendar"
325
+ msgstr "לוח האירועים"
326
+
327
+ #: ../lib/the-events-calendar.class.php:239
328
+ msgid "category"
329
+ msgstr "category"
330
+
331
+ #: ../lib/the-events-calendar.class.php:240
332
+ msgid "month"
333
+ msgstr "month"
334
+
335
+ #: ../lib/the-events-calendar.class.php:241
336
+ msgid "upcoming"
337
+ msgstr "upcoming"
338
+
339
+ #: ../lib/the-events-calendar.class.php:242
340
+ msgid "past"
341
+ msgstr "past"
342
+
343
+ #: ../lib/the-events-calendar.class.php:244
344
+ msgid "venue"
345
+ msgstr "venue"
346
+
347
+ #: ../lib/the-events-calendar.class.php:254
348
+ #, php-format
349
+ msgid "Initializing Tribe Events on %s"
350
+ msgstr "venue"
351
+
352
+ #: ../lib/the-events-calendar.class.php:311
353
+ #, php-format
354
+ msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
355
+ msgstr "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
356
+
357
+ #: ../lib/the-events-calendar.class.php:314
358
+ #, php-format
359
+ msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
360
+ msgstr "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
361
+
362
+ #: ../lib/the-events-calendar.class.php:435
363
+ msgid "Upcoming Events"
364
+ msgstr "ארועים קרובים"
365
+
366
+ #: ../lib/the-events-calendar.class.php:437
367
+ msgid "Past Events"
368
+ msgstr "ארועים קודמים"
369
+
370
+ #: ../lib/the-events-calendar.class.php:441
371
+ #: ../lib/the-events-calendar.class.php:447
372
+ #, php-format
373
+ msgid "Events for %s"
374
+ msgstr "ארועים ל- %s"
375
+
376
+ #: ../lib/the-events-calendar.class.php:443
377
+ msgid "Events this month"
378
+ msgstr "ארועים לחודש זה"
379
+
380
+ #: ../lib/the-events-calendar.class.php:453
381
+ #, php-format
382
+ msgid "Events at %s"
383
+ msgstr "ארועים ב-%s"
384
+
385
+ #: ../lib/the-events-calendar.class.php:465
386
+ msgid "No description has been entered for this event."
387
+ msgstr "אין מידע נוסף עבור ארוע זה"
388
+
389
+ #: ../lib/the-events-calendar.class.php:530
390
+ msgid "Events"
391
+ msgstr "ארועים"
392
+
393
+ #: ../lib/the-events-calendar.class.php:531
394
+ msgid "Event"
395
+ msgstr "ארוע"
396
+
397
+ #: ../lib/the-events-calendar.class.php:532
398
+ #: ../lib/the-events-calendar.class.php:545
399
+ #: ../lib/the-events-calendar.class.php:558
400
+ msgid "Add New"
401
+ msgstr "הוסף חדש"
402
+
403
+ #: ../lib/the-events-calendar.class.php:533
404
+ msgid "Add New Event"
405
+ msgstr "הוסף ארוע חדש"
406
+
407
+ #: ../lib/the-events-calendar.class.php:534
408
+ msgid "Edit Event"
409
+ msgstr "ערוך ארוע"
410
+
411
+ #: ../lib/the-events-calendar.class.php:535
412
+ msgid "New Event"
413
+ msgstr "ארוע חדש"
414
+
415
+ #: ../lib/the-events-calendar.class.php:536
416
+ msgid "View Event"
417
+ msgstr "צפה בארוע"
418
+
419
+ #: ../lib/the-events-calendar.class.php:537
420
+ msgid "Search Events"
421
+ msgstr "חפש בארועים"
422
+
423
+ #: ../lib/the-events-calendar.class.php:538
424
+ msgid "No events found"
425
+ msgstr "לא נמצאו ארועים"
426
+
427
+ #: ../lib/the-events-calendar.class.php:539
428
+ msgid "No events found in Trash"
429
+ msgstr "לא נמצאו ארועים שנמחקו"
430
+
431
+ #: ../lib/the-events-calendar.class.php:543
432
+ msgid "Venues"
433
+ msgstr "מיקומים"
434
+
435
+ #: ../lib/the-events-calendar.class.php:544
436
+ msgid "Venue"
437
+ msgstr "מיקום"
438
+
439
+ #: ../lib/the-events-calendar.class.php:546
440
+ msgid "Add New Venue"
441
+ msgstr "הוסף מיקום חדש"
442
+
443
+ #: ../lib/the-events-calendar.class.php:547
444
+ msgid "Edit Venue"
445
+ msgstr "ערוך מיקום"
446
+
447
+ #: ../lib/the-events-calendar.class.php:548
448
+ msgid "New Venue"
449
+ msgstr "מיקום חדש"
450
+
451
+ #: ../lib/the-events-calendar.class.php:549
452
+ #: ../lib/the-events-calendar.class.php:562
453
+ msgid "View Venue"
454
+ msgstr "צפה במיקום"
455
+
456
+ #: ../lib/the-events-calendar.class.php:550
457
+ msgid "Search Venues"
458
+ msgstr "חפש מיקומים"
459
+
460
+ #: ../lib/the-events-calendar.class.php:551
461
+ msgid "No venue found"
462
+ msgstr "לא נמצא מיקום"
463
+
464
+ #: ../lib/the-events-calendar.class.php:552
465
+ msgid "No venues found in Trash"
466
+ msgstr "לא נמצאו מיקומים שנמחקו"
467
+
468
+ #: ../lib/the-events-calendar.class.php:556
469
+ msgid "Organizers"
470
+ msgstr "מארגנים"
471
+
472
+ #: ../lib/the-events-calendar.class.php:557
473
+ msgid "Organizer"
474
+ msgstr "מארגן"
475
+
476
+ #: ../lib/the-events-calendar.class.php:559
477
+ msgid "Add New Organizer"
478
+ msgstr "הוסף מארגן חדש"
479
+
480
+ #: ../lib/the-events-calendar.class.php:560
481
+ msgid "Edit Organizer"
482
+ msgstr "ערוך את פרטי המארגן"
483
+
484
+ #: ../lib/the-events-calendar.class.php:561
485
+ msgid "New Organizer"
486
+ msgstr "מארגן חדש"
487
+
488
+ #: ../lib/the-events-calendar.class.php:563
489
+ msgid "Search Organizers"
490
+ msgstr "חפש מארגנים"
491
+
492
+ #: ../lib/the-events-calendar.class.php:564
493
+ msgid "No organizer found"
494
+ msgstr "לא נמצאו מארגנים"
495
+
496
+ #: ../lib/the-events-calendar.class.php:565
497
+ msgid "No organizers found in Trash"
498
+ msgstr "לא נמצאו מארגנים שנמחקו"
499
+
500
+ #: ../lib/the-events-calendar.class.php:569
501
+ #: ../lib/tribe-admin-events-list.class.php:172
502
+ msgid "Event Categories"
503
+ msgstr "קטגוריות ארועים"
504
+
505
+ #: ../lib/the-events-calendar.class.php:570
506
+ msgid "Event Category"
507
+ msgstr "קטגורית ארועים"
508
+
509
+ #: ../lib/the-events-calendar.class.php:571
510
+ msgid "Search Event Categories"
511
+ msgstr "חפש קטגורית ארועים"
512
+
513
+ #: ../lib/the-events-calendar.class.php:572
514
+ msgid "All Event Categories"
515
+ msgstr "כל קטגוריות הארועים"
516
+
517
+ #: ../lib/the-events-calendar.class.php:573
518
+ msgid "Parent Event Category"
519
+ msgstr "קטגוריות אב"
520
+
521
+ #: ../lib/the-events-calendar.class.php:574
522
+ msgid "Parent Event Category:"
523
+ msgstr "קטגורית אב:"
524
+
525
+ #: ../lib/the-events-calendar.class.php:575
526
+ msgid "Edit Event Category"
527
+ msgstr "ערוך קטגורית ארוע"
528
+
529
+ #: ../lib/the-events-calendar.class.php:576
530
+ msgid "Update Event Category"
531
+ msgstr "עדכן קטגורית ארוע"
532
+
533
+ #: ../lib/the-events-calendar.class.php:577
534
+ msgid "Add New Event Category"
535
+ msgstr "הוסף קטגורית ארוע חדשה"
536
+
537
+ #: ../lib/the-events-calendar.class.php:578
538
+ msgid "New Event Category Name"
539
+ msgstr "שם הקטגוריה החדשה"
540
+
541
+ #: ../lib/the-events-calendar.class.php:588
542
+ #, php-format
543
+ msgid "Event updated. <a href=\"%s\">View event</a>"
544
+ msgstr "הארוע עודכן . <a href=\"%s\">צפה בארוע</a>"
545
+
546
+ #: ../lib/the-events-calendar.class.php:589
547
+ #: ../lib/the-events-calendar.class.php:606
548
+ #: ../lib/the-events-calendar.class.php:623
549
+ msgid "Custom field updated."
550
+ msgstr "שדה מיוחד עודכן"
551
+
552
+ #: ../lib/the-events-calendar.class.php:590
553
+ #: ../lib/the-events-calendar.class.php:607
554
+ #: ../lib/the-events-calendar.class.php:624
555
+ msgid "Custom field deleted."
556
+ msgstr "שדה מיוחד נמחק"
557
+
558
+ #: ../lib/the-events-calendar.class.php:591
559
+ msgid "Event updated."
560
+ msgstr "ארוע עודכן."
561
+
562
+ #: ../lib/the-events-calendar.class.php:593
563
+ #, php-format
564
+ msgid "Event restored to revision from %s"
565
+ msgstr "ארוע עודכן מעריכה קודמת %s"
566
+
567
+ #: ../lib/the-events-calendar.class.php:594
568
+ #, php-format
569
+ msgid "Event published. <a href=\"%s\">View event</a>"
570
+ msgstr "הארוע פורסם . <a href=\"%s\">צפה בארוע</a>"
571
+
572
+ #: ../lib/the-events-calendar.class.php:595
573
+ msgid "Event saved."
574
+ msgstr "ארוע נשמר"
575
+
576
+ #: ../lib/the-events-calendar.class.php:596
577
+ #, php-format
578
+ msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
579
+ msgstr "הארוע נשמר <a target=\"_blank\" href=\"%s\">תצוגה מקדימה</a>"
580
+
581
+ #: ../lib/the-events-calendar.class.php:597
582
+ #, php-format
583
+ msgid "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview event</a>"
584
+ msgstr "ארוע נקבע מראש ל: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">תצוגה מקדימה</a>"
585
+
586
+ #: ../lib/the-events-calendar.class.php:599
587
+ #: ../lib/the-events-calendar.class.php:616
588
+ #: ../lib/the-events-calendar.class.php:633
589
+ msgid "M j, Y @ G:i"
590
+ msgstr "M j, Y @ G:i"
591
+
592
+ #: ../lib/the-events-calendar.class.php:600
593
+ #, php-format
594
+ msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
595
+ msgstr " דראפט ראשוני של הארוע עודכן<a target=\"_blank\" href=\"%s\">תצוגה מקדימה</a>"
596
+
597
+ #: ../lib/the-events-calendar.class.php:605
598
+ #, php-format
599
+ msgid "Venue updated. <a href=\"%s\">View venue</a>"
600
+ msgstr "מיקום עודכן. <a href=\"%s\">צפה במיקום</a>"
601
+
602
+ #: ../lib/the-events-calendar.class.php:608
603
+ msgid "Venue updated."
604
+ msgstr "מיקום עודכן."
605
+
606
+ #: ../lib/the-events-calendar.class.php:610
607
+ #, php-format
608
+ msgid "Venue restored to revision from %s"
609
+ msgstr "מיקום עודכן מעריכה קודמת %s"
610
+
611
+ #: ../lib/the-events-calendar.class.php:611
612
+ #, php-format
613
+ msgid "Venue published. <a href=\"%s\">View venue</a>"
614
+ msgstr "מיקום פורסם <a href=\"%s\">צפה במיקום</a>"
615
+
616
+ #: ../lib/the-events-calendar.class.php:612
617
+ msgid "Venue saved."
618
+ msgstr "מיקום נשמר."
619
+
620
+ #: ../lib/the-events-calendar.class.php:613
621
+ #, php-format
622
+ msgid "Venue submitted. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
623
+ msgstr "מיקום נשמר. <a target=\"_blank\" href=\"%s\">תצוגה מקדימה</a>"
624
+
625
+ #: ../lib/the-events-calendar.class.php:614
626
+ #, php-format
627
+ msgid "Venue scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview venue</a>"
628
+ msgstr "מיקום נקבע מראש ל:<strong>%1$s</strong>. <a target=\"_blank\" href=\"%s\">תצוגה מקדימה</a>"
629
+
630
+ #: ../lib/the-events-calendar.class.php:617
631
+ #, php-format
632
+ msgid "Venue draft updated. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
633
+ msgstr "דראפט ראשוני של המיקום נשמר. <a target=\"_blank\" href=\"%s\">תצוגה מקדימה</a>"
634
+
635
+ #: ../lib/the-events-calendar.class.php:622
636
+ #, php-format
637
+ msgid "Organizer updated. <a href=\"%s\">View organizer</a>"
638
+ msgstr "מארגן עודכן. <a href=\"%s\">צפה במארגן</a>"
639
+
640
+ #: ../lib/the-events-calendar.class.php:625
641
+ msgid "Organizer updated."
642
+ msgstr "מארגן עודכן."
643
+
644
+ #: ../lib/the-events-calendar.class.php:627
645
+ #, php-format
646
+ msgid "Organizer restored to revision from %s"
647
+ msgstr "מארגן עודכן מעריכה קודמת %s"
648
+
649
+ #: ../lib/the-events-calendar.class.php:628
650
+ #, php-format
651
+ msgid "Organizer published. <a href=\"%s\">View organizer</a>"
652
+ msgstr "מארגן פורסם <a href=\"%s\">צפה במארגן</a>"
653
+
654
+ #: ../lib/the-events-calendar.class.php:629
655
+ msgid "Organizer saved."
656
+ msgstr "מארגן נשמר."
657
+
658
+ #: ../lib/the-events-calendar.class.php:630
659
+ #, php-format
660
+ msgid "Organizer submitted. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
661
+ msgstr "מארגן נשמר. <a target=\"_blank\" href=\"%s\">תצוגה מקדימה</a>"
662
+
663
+ #: ../lib/the-events-calendar.class.php:631
664
+ #, php-format
665
+ msgid "Organizer scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview organizer</a>"
666
+ msgstr "מארגן נקבע מראש ל:<strong>%1$s</strong>. <a target=\"_blank\" href=\"%s\">תצוגה מקדימה</a>"
667
+
668
+ #: ../lib/the-events-calendar.class.php:634
669
+ #, php-format
670
+ msgid "Organizer draft updated. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
671
+ msgstr "דראפט ראשוני של המארגן נשמר. <a target=\"_blank\" href=\"%s\">תצוגה מקדימה</a>"
672
+
673
+ #: ../lib/the-events-calendar.class.php:689
674
+ msgid "Next"
675
+ msgstr "next"
676
+
677
+ #: ../lib/the-events-calendar.class.php:690
678
+ msgid "Prev"
679
+ msgstr "prev"
680
+
681
+ #: ../lib/the-events-calendar.class.php:691
682
+ msgid "Today"
683
+ msgstr "היום"
684
+
685
+ #: ../lib/the-events-calendar.class.php:692
686
+ msgid "Done"
687
+ msgstr "סיום"
688
+
689
+ #: ../lib/the-events-calendar.class.php:1790
690
+ msgid "Event Options"
691
+ msgstr "אפשרויות לארוע"
692
+
693
+ #: ../lib/the-events-calendar.class.php:1792
694
+ msgid "Venue Information"
695
+ msgstr "מידע אודות המיקום"
696
+
697
+ #: ../lib/the-events-calendar.class.php:1793
698
+ msgid "Organizer Information"
699
+ msgstr "מידע אודות המארגן"
700
+
701
+ #: ../lib/the-events-calendar.class.php:1906
702
+ msgid "Support"
703
+ msgstr "תמיכה"
704
+
705
+ #: ../lib/the-events-calendar.class.php:1909
706
+ msgid "View All Add-Ons"
707
+ msgstr "צפה בכל התוספות"
708
+
709
+ #: ../lib/the-events-calendar.class.php:1916
710
+ msgid "News from Tribe Pro"
711
+ msgstr "News from Tribe Pro"
712
+
713
+ #: ../lib/the-events-calendar.class.php:1961
714
+ msgid "Additional Functionality"
715
+ msgstr "פונקציונליות נוספת"
716
+
717
+ #: ../lib/the-events-calendar.class.php:1966
718
+ #: ../lib/the-events-calendar.class.php:1972
719
+ msgid "Looking for additional functionality including recurring events, custom meta, community events, ticket sales and more?"
720
+ msgstr "Looking for additional functionality including recurring events, custom meta, community events, ticket sales and more?"
721
+
722
+ #: ../lib/the-events-calendar.class.php:1966
723
+ #: ../lib/the-events-calendar.class.php:1973
724
+ #, php-format
725
+ msgid "Check out the <a href=\"%s\">available Add-Ons</a>."
726
+ msgstr "Check out the <a href=\"%s\">available Add-Ons</a>."
727
+
728
+ #: ../lib/tribe-admin-events-list.class.php:40
729
+ #, php-format
730
+ msgid "View &#8220;%s&#8221;"
731
+ msgstr "צפה &#8220;%s&#8221;"
732
+
733
+ #: ../lib/tribe-admin-events-list.class.php:40
734
+ msgid "View"
735
+ msgstr "צפה"
736
+
737
+ #: ../lib/tribe-admin-events-list.class.php:177
738
+ msgid "Start Date"
739
+ msgstr "תאריך התחלה"
740
+
741
+ #: ../lib/tribe-admin-events-list.class.php:178
742
+ msgid "End Date"
743
+ msgstr "תאריך סיום"
744
+
745
+ #: ../lib/tribe-admin-events-list.class.php:179
746
+ msgid "Recurring?"
747
+ msgstr "ארוע חוזר?"
748
+
749
+ #: ../lib/tribe-admin-events-list.class.php:222
750
+ msgid "Yes"
751
+ msgstr "כן"
752
+
753
+ #: ../lib/tribe-admin-events-list.class.php:222
754
+ msgid "No"
755
+ msgstr "לא "
756
+
757
+ #: ../lib/tribe-admin-events-list.class.php:276
758
+ #, php-format
759
+ msgid "All %s"
760
+ msgstr "כל %s"
761
+
762
+ #: ../lib/tribe-debug-bar.class.php:18
763
+ msgid "Tribe"
764
+ msgstr "Tribe"
765
+
766
+ #: ../lib/tribe-event-exception.class.php:17
767
+ #: ../lib/tribe-event-exception.class.php:34
768
+ msgid "Error"
769
+ msgstr "אופס..."
770
+
771
+ #: ../lib/tribe-the-events-calendar-import.class.php:44
772
+ msgid "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make sure you have backed up before proceeding any further. You can easily <a href=\" http://wordpress.org/extend/plugins/the-events-calendar/download/\">revert to an old version</a> if you want to backup first. This upgrade includes two major steps, <a href=\"options-general.php?page=tribe-events-calendar\">migrating data</a> & updating your templates as necessary. There have been significant changes to the template tags and functions. Check out our <a href=\"http://tri.be/migrating-from-events-calendar-1-6-5-to-2-0\">walkthrough on the upgrade</a> before proceeding and check out the FAQ & Knowledge base from the <a href=\"http://tri.be/support/\">support page</a>.<br/><br/> You have events that need to be migrated. Please visit the bottom of the <a href=\"options-general.php?page=tribe-events-calendar\">settings page</a> to perform the migration."
773
+ msgstr "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make sure you have backed up before proceeding any further. You can easily <a href=\" http://wordpress.org/extend/plugins/the-events-calendar/download/\">revert to an old version</a> if you want to backup first. This upgrade includes two major steps, <a href=\"options-general.php?page=tribe-events-calendar\">migrating data</a> & updating your templates as necessary. There have been significant changes to the template tags and functions. Check out our <a href=\"http://tri.be/migrating-from-events-calendar-1-6-5-to-2-0\">walkthrough on the upgrade</a> before proceeding and check out the FAQ & Knowledge base from the <a href=\"http://tri.be/support/\">support page</a>.<br/><br/> You have events that need to be migrated. Please visit the bottom of the <a href=\"options-general.php?page=tribe-events-calendar\">settings page</a> to perform the migration."
774
+
775
+ #: ../lib/tribe-the-events-calendar-import.class.php:54
776
+ msgid "Upgrade from The Events Calendar"
777
+ msgstr "Upgrade from The Events Calendar"
778
+
779
+ #: ../lib/tribe-the-events-calendar-import.class.php:55
780
+ msgid "It appears that you have some old events calendar data that needs to be upgraded. Please be sure to back up your database before initiating the upgrade. This process can not be undone."
781
+ msgstr "It appears that you have some old events calendar data that needs to be upgraded. Please be sure to back up your database before initiating the upgrade. This process can not be undone."
782
+
783
+ #: ../lib/tribe-the-events-calendar-import.class.php:56
784
+ msgid "Migrate Data!"
785
+ msgstr "Migrate Data!"
786
+
787
+ #: ../lib/tribe-the-events-calendar-import.class.php:128
788
+ #, php-format
789
+ msgid "You successfully migrated (%d) entries."
790
+ msgstr "You successfully migrated (%d) entries."
791
+
792
+ #: ../lib/tribe-the-events-calendar-import.class.php:199
793
+ msgid "Install has 1 or more legacy event!"
794
+ msgstr "Install has 1 or more legacy event!"
795
+
796
+ #: ../lib/tribe-view-helpers.class.php:16
797
+ #: ../lib/tribe-view-helpers.class.php:33
798
+ msgid "Select a Country:"
799
+ msgstr "בחר ארץ:"
800
+
801
+ #: ../lib/tribe-view-helpers.class.php:34
802
+ msgid "United States"
803
+ msgstr "ארה\"ב"
804
+
805
+ #: ../lib/tribe-view-helpers.class.php:35
806
+ msgid "Afghanistan"
807
+ msgstr ""
808
+
809
+ #: ../lib/tribe-view-helpers.class.php:36
810
+ msgid "Albania"
811
+ msgstr ""
812
+
813
+ #: ../lib/tribe-view-helpers.class.php:37
814
+ msgid "Algeria"
815
+ msgstr ""
816
+
817
+ #: ../lib/tribe-view-helpers.class.php:38
818
+ msgid "American Samoa"
819
+ msgstr ""
820
+
821
+ #: ../lib/tribe-view-helpers.class.php:39
822
+ msgid "Andorra"
823
+ msgstr ""
824
+
825
+ #: ../lib/tribe-view-helpers.class.php:40
826
+ msgid "Angola"
827
+ msgstr ""
828
+
829
+ #: ../lib/tribe-view-helpers.class.php:41
830
+ msgid "Anguilla"
831
+ msgstr ""
832
+
833
+ #: ../lib/tribe-view-helpers.class.php:42
834
+ msgid "Antarctica"
835
+ msgstr ""
836
+
837
+ #: ../lib/tribe-view-helpers.class.php:43
838
+ msgid "Antigua And Barbuda"
839
+ msgstr ""
840
+
841
+ #: ../lib/tribe-view-helpers.class.php:44
842
+ msgid "Argentina"
843
+ msgstr ""
844
+
845
+ #: ../lib/tribe-view-helpers.class.php:45
846
+ msgid "Armenia"
847
+ msgstr ""
848
+
849
+ #: ../lib/tribe-view-helpers.class.php:46
850
+ msgid "Aruba"
851
+ msgstr ""
852
+
853
+ #: ../lib/tribe-view-helpers.class.php:47
854
+ msgid "Australia"
855
+ msgstr ""
856
+
857
+ #: ../lib/tribe-view-helpers.class.php:48
858
+ msgid "Austria"
859
+ msgstr ""
860
+
861
+ #: ../lib/tribe-view-helpers.class.php:49
862
+ msgid "Azerbaijan"
863
+ msgstr ""
864
+
865
+ #: ../lib/tribe-view-helpers.class.php:50
866
+ msgid "Bahamas"
867
+ msgstr ""
868
+
869
+ #: ../lib/tribe-view-helpers.class.php:51
870
+ msgid "Bahrain"
871
+ msgstr ""
872
+
873
+ #: ../lib/tribe-view-helpers.class.php:52
874
+ msgid "Bangladesh"
875
+ msgstr ""
876
+
877
+ #: ../lib/tribe-view-helpers.class.php:53
878
+ msgid "Barbados"
879
+ msgstr ""
880
+
881
+ #: ../lib/tribe-view-helpers.class.php:54
882
+ msgid "Belarus"
883
+ msgstr ""
884
+
885
+ #: ../lib/tribe-view-helpers.class.php:55
886
+ msgid "Belgium"
887
+ msgstr ""
888
+
889
+ #: ../lib/tribe-view-helpers.class.php:56
890
+ msgid "Belize"
891
+ msgstr ""
892
+
893
+ #: ../lib/tribe-view-helpers.class.php:57
894
+ msgid "Benin"
895
+ msgstr ""
896
+
897
+ #: ../lib/tribe-view-helpers.class.php:58
898
+ msgid "Bermuda"
899
+ msgstr ""
900
+
901
+ #: ../lib/tribe-view-helpers.class.php:59
902
+ msgid "Bhutan"
903
+ msgstr ""
904
+
905
+ #: ../lib/tribe-view-helpers.class.php:60
906
+ msgid "Bolivia"
907
+ msgstr ""
908
+
909
+ #: ../lib/tribe-view-helpers.class.php:61
910
+ msgid "Bosnia And Herzegowina"
911
+ msgstr ""
912
+
913
+ #: ../lib/tribe-view-helpers.class.php:62
914
+ msgid "Botswana"
915
+ msgstr ""
916
+
917
+ #: ../lib/tribe-view-helpers.class.php:63
918
+ msgid "Bouvet Island"
919
+ msgstr ""
920
+
921
+ #: ../lib/tribe-view-helpers.class.php:64
922
+ msgid "Brazil"
923
+ msgstr ""
924
+
925
+ #: ../lib/tribe-view-helpers.class.php:65
926
+ msgid "British Indian Ocean Territory"
927
+ msgstr ""
928
+
929
+ #: ../lib/tribe-view-helpers.class.php:66
930
+ msgid "Brunei Darussalam"
931
+ msgstr ""
932
+
933
+ #: ../lib/tribe-view-helpers.class.php:67
934
+ msgid "Bulgaria"
935
+ msgstr ""
936
+
937
+ #: ../lib/tribe-view-helpers.class.php:68
938
+ msgid "Burkina Faso"
939
+ msgstr ""
940
+
941
+ #: ../lib/tribe-view-helpers.class.php:69
942
+ msgid "Burundi"
943
+ msgstr ""
944
+
945
+ #: ../lib/tribe-view-helpers.class.php:70
946
+ msgid "Cambodia"
947
+ msgstr ""
948
+
949
+ #: ../lib/tribe-view-helpers.class.php:71
950
+ msgid "Cameroon"
951
+ msgstr ""
952
+
953
+ #: ../lib/tribe-view-helpers.class.php:72
954
+ msgid "Canada"
955
+ msgstr ""
956
+
957
+ #: ../lib/tribe-view-helpers.class.php:73
958
+ msgid "Cape Verde"
959
+ msgstr ""
960
+
961
+ #: ../lib/tribe-view-helpers.class.php:74
962
+ msgid "Cayman Islands"
963
+ msgstr ""
964
+
965
+ #: ../lib/tribe-view-helpers.class.php:75
966
+ msgid "Central African Republic"
967
+ msgstr ""
968
+
969
+ #: ../lib/tribe-view-helpers.class.php:76
970
+ msgid "Chad"
971
+ msgstr ""
972
+
973
+ #: ../lib/tribe-view-helpers.class.php:77
974
+ msgid "Chile"
975
+ msgstr ""
976
+
977
+ #: ../lib/tribe-view-helpers.class.php:78
978
+ msgid "China"
979
+ msgstr ""
980
+
981
+ #: ../lib/tribe-view-helpers.class.php:79
982
+ msgid "Christmas Island"
983
+ msgstr ""
984
+
985
+ #: ../lib/tribe-view-helpers.class.php:80
986
+ msgid "Cocos (Keeling) Islands"
987
+ msgstr ""
988
+
989
+ #: ../lib/tribe-view-helpers.class.php:81
990
+ msgid "Colombia"
991
+ msgstr ""
992
+
993
+ #: ../lib/tribe-view-helpers.class.php:82
994
+ msgid "Comoros"
995
+ msgstr ""
996
+
997
+ #: ../lib/tribe-view-helpers.class.php:83
998
+ msgid "Congo"
999
+ msgstr ""
1000
+
1001
+ #: ../lib/tribe-view-helpers.class.php:84
1002
+ msgid "Congo, The Democratic Republic Of The"
1003
+ msgstr ""
1004
+
1005
+ #: ../lib/tribe-view-helpers.class.php:85
1006
+ msgid "Cook Islands"
1007
+ msgstr ""
1008
+
1009
+ #: ../lib/tribe-view-helpers.class.php:86
1010
+ msgid "Costa Rica"
1011
+ msgstr ""
1012
+
1013
+ #: ../lib/tribe-view-helpers.class.php:87
1014
+ msgid "Cote D'Ivoire"
1015
+ msgstr ""
1016
+
1017
+ #: ../lib/tribe-view-helpers.class.php:88
1018
+ msgid "Croatia (Local Name: Hrvatska)"
1019
+ msgstr ""
1020
+
1021
+ #: ../lib/tribe-view-helpers.class.php:89
1022
+ msgid "Cuba"
1023
+ msgstr ""
1024
+
1025
+ #: ../lib/tribe-view-helpers.class.php:90
1026
+ msgid "Cyprus"
1027
+ msgstr ""
1028
+
1029
+ #: ../lib/tribe-view-helpers.class.php:91
1030
+ msgid "Czech Republic"
1031
+ msgstr ""
1032
+
1033
+ #: ../lib/tribe-view-helpers.class.php:92
1034
+ msgid "Denmark"
1035
+ msgstr ""
1036
+
1037
+ #: ../lib/tribe-view-helpers.class.php:93
1038
+ msgid "Djibouti"
1039
+ msgstr ""
1040
+
1041
+ #: ../lib/tribe-view-helpers.class.php:94
1042
+ msgid "Dominica"
1043
+ msgstr ""
1044
+
1045
+ #: ../lib/tribe-view-helpers.class.php:95
1046
+ msgid "Dominican Republic"
1047
+ msgstr ""
1048
+
1049
+ #: ../lib/tribe-view-helpers.class.php:96
1050
+ msgid "East Timor"
1051
+ msgstr ""
1052
+
1053
+ #: ../lib/tribe-view-helpers.class.php:97
1054
+ msgid "Ecuador"
1055
+ msgstr ""
1056
+
1057
+ #: ../lib/tribe-view-helpers.class.php:98
1058
+ msgid "Egypt"
1059
+ msgstr ""
1060
+
1061
+ #: ../lib/tribe-view-helpers.class.php:99
1062
+ msgid "El Salvador"
1063
+ msgstr ""
1064
+
1065
+ #: ../lib/tribe-view-helpers.class.php:100
1066
+ msgid "Equatorial Guinea"
1067
+ msgstr ""
1068
+
1069
+ #: ../lib/tribe-view-helpers.class.php:101
1070
+ msgid "Eritrea"
1071
+ msgstr ""
1072
+
1073
+ #: ../lib/tribe-view-helpers.class.php:102
1074
+ msgid "Estonia"
1075
+ msgstr ""
1076
+
1077
+ #: ../lib/tribe-view-helpers.class.php:103
1078
+ msgid "Ethiopia"
1079
+ msgstr ""
1080
+
1081
+ #: ../lib/tribe-view-helpers.class.php:104
1082
+ msgid "Falkland Islands (Malvinas)"
1083
+ msgstr ""
1084
+
1085
+ #: ../lib/tribe-view-helpers.class.php:105
1086
+ msgid "Faroe Islands"
1087
+ msgstr ""
1088
+
1089
+ #: ../lib/tribe-view-helpers.class.php:106
1090
+ msgid "Fiji"
1091
+ msgstr ""
1092
+
1093
+ #: ../lib/tribe-view-helpers.class.php:107
1094
+ msgid "Finland"
1095
+ msgstr ""
1096
+
1097
+ #: ../lib/tribe-view-helpers.class.php:108
1098
+ msgid "France"
1099
+ msgstr ""
1100
+
1101
+ #: ../lib/tribe-view-helpers.class.php:109
1102
+ msgid "France, Metropolitan"
1103
+ msgstr ""
1104
+
1105
+ #: ../lib/tribe-view-helpers.class.php:110
1106
+ msgid "French Guiana"
1107
+ msgstr ""
1108
+
1109
+ #: ../lib/tribe-view-helpers.class.php:111
1110
+ msgid "French Polynesia"
1111
+ msgstr ""
1112
+
1113
+ #: ../lib/tribe-view-helpers.class.php:112
1114
+ msgid "French Southern Territories"
1115
+ msgstr ""
1116
+
1117
+ #: ../lib/tribe-view-helpers.class.php:113
1118
+ msgid "Gabon"
1119
+ msgstr ""
1120
+
1121
+ #: ../lib/tribe-view-helpers.class.php:114
1122
+ msgid "Gambia"
1123
+ msgstr ""
1124
+
1125
+ #: ../lib/tribe-view-helpers.class.php:115
1126
+ #: ../lib/tribe-view-helpers.class.php:303
1127
+ msgid "Georgia"
1128
+ msgstr ""
1129
+
1130
+ #: ../lib/tribe-view-helpers.class.php:116
1131
+ msgid "Germany"
1132
+ msgstr ""
1133
+
1134
+ #: ../lib/tribe-view-helpers.class.php:117
1135
+ msgid "Ghana"
1136
+ msgstr ""
1137
+
1138
+ #: ../lib/tribe-view-helpers.class.php:118
1139
+ msgid "Gibraltar"
1140
+ msgstr ""
1141
+
1142
+ #: ../lib/tribe-view-helpers.class.php:119
1143
+ msgid "Greece"
1144
+ msgstr ""
1145
+
1146
+ #: ../lib/tribe-view-helpers.class.php:120
1147
+ msgid "Greenland"
1148
+ msgstr ""
1149
+
1150
+ #: ../lib/tribe-view-helpers.class.php:121
1151
+ msgid "Grenada"
1152
+ msgstr ""
1153
+
1154
+ #: ../lib/tribe-view-helpers.class.php:122
1155
+ msgid "Guadeloupe"
1156
+ msgstr ""
1157
+
1158
+ #: ../lib/tribe-view-helpers.class.php:123
1159
+ msgid "Guam"
1160
+ msgstr ""
1161
+
1162
+ #: ../lib/tribe-view-helpers.class.php:124
1163
+ msgid "Guatemala"
1164
+ msgstr ""
1165
+
1166
+ #: ../lib/tribe-view-helpers.class.php:125
1167
+ msgid "Guinea"
1168
+ msgstr ""
1169
+
1170
+ #: ../lib/tribe-view-helpers.class.php:126
1171
+ msgid "Guinea-Bissau"
1172
+ msgstr ""
1173
+
1174
+ #: ../lib/tribe-view-helpers.class.php:127
1175
+ msgid "Guyana"
1176
+ msgstr ""
1177
+
1178
+ #: ../lib/tribe-view-helpers.class.php:128
1179
+ msgid "Haiti"
1180
+ msgstr ""
1181
+
1182
+ #: ../lib/tribe-view-helpers.class.php:129
1183
+ msgid "Heard And Mc Donald Islands"
1184
+ msgstr ""
1185
+
1186
+ #: ../lib/tribe-view-helpers.class.php:130
1187
+ msgid "Holy See (Vatican City State)"
1188
+ msgstr ""
1189
+
1190
+ #: ../lib/tribe-view-helpers.class.php:131
1191
+ msgid "Honduras"
1192
+ msgstr ""
1193
+
1194
+ #: ../lib/tribe-view-helpers.class.php:132
1195
+ msgid "Hong Kong"
1196
+ msgstr ""
1197
+
1198
+ #: ../lib/tribe-view-helpers.class.php:133
1199
+ msgid "Hungary"
1200
+ msgstr ""
1201
+
1202
+ #: ../lib/tribe-view-helpers.class.php:134
1203
+ msgid "Iceland"
1204
+ msgstr ""
1205
+
1206
+ #: ../lib/tribe-view-helpers.class.php:135
1207
+ msgid "India"
1208
+ msgstr ""
1209
+
1210
+ #: ../lib/tribe-view-helpers.class.php:136
1211
+ msgid "Indonesia"
1212
+ msgstr ""
1213
+
1214
+ #: ../lib/tribe-view-helpers.class.php:137
1215
+ msgid "Iran (Islamic Republic Of)"
1216
+ msgstr ""
1217
+
1218
+ #: ../lib/tribe-view-helpers.class.php:138
1219
+ msgid "Iraq"
1220
+ msgstr ""
1221
+
1222
+ #: ../lib/tribe-view-helpers.class.php:139
1223
+ msgid "Ireland"
1224
+ msgstr ""
1225
+
1226
+ #: ../lib/tribe-view-helpers.class.php:140
1227
+ msgid "Israel"
1228
+ msgstr ""
1229
+
1230
+ #: ../lib/tribe-view-helpers.class.php:141
1231
+ msgid "Italy"
1232
+ msgstr ""
1233
+
1234
+ #: ../lib/tribe-view-helpers.class.php:142
1235
+ msgid "Jamaica"
1236
+ msgstr ""
1237
+
1238
+ #: ../lib/tribe-view-helpers.class.php:143
1239
+ msgid "Japan"
1240
+ msgstr ""
1241
+
1242
+ #: ../lib/tribe-view-helpers.class.php:144
1243
+ msgid "Jordan"
1244
+ msgstr ""
1245
+
1246
+ #: ../lib/tribe-view-helpers.class.php:145
1247
+ msgid "Kazakhstan"
1248
+ msgstr ""
1249
+
1250
+ #: ../lib/tribe-view-helpers.class.php:146
1251
+ msgid "Kenya"
1252
+ msgstr ""
1253
+
1254
+ #: ../lib/tribe-view-helpers.class.php:147
1255
+ msgid "Kiribati"
1256
+ msgstr ""
1257
+
1258
+ #: ../lib/tribe-view-helpers.class.php:148
1259
+ msgid "Korea, Democratic People's Republic Of"
1260
+ msgstr ""
1261
+
1262
+ #: ../lib/tribe-view-helpers.class.php:149
1263
+ msgid "Korea, Republic Of"
1264
+ msgstr ""
1265
+
1266
+ #: ../lib/tribe-view-helpers.class.php:150
1267
+ msgid "Kuwait"
1268
+ msgstr ""
1269
+
1270
+ #: ../lib/tribe-view-helpers.class.php:151
1271
+ msgid "Kyrgyzstan"
1272
+ msgstr ""
1273
+
1274
+ #: ../lib/tribe-view-helpers.class.php:152
1275
+ msgid "Lao People's Democratic Republic"
1276
+ msgstr ""
1277
+
1278
+ #: ../lib/tribe-view-helpers.class.php:153
1279
+ msgid "Latvia"
1280
+ msgstr ""
1281
+
1282
+ #: ../lib/tribe-view-helpers.class.php:154
1283
+ msgid "Lebanon"
1284
+ msgstr ""
1285
+
1286
+ #: ../lib/tribe-view-helpers.class.php:155
1287
+ msgid "Lesotho"
1288
+ msgstr ""
1289
+
1290
+ #: ../lib/tribe-view-helpers.class.php:156
1291
+ msgid "Liberia"
1292
+ msgstr ""
1293
+
1294
+ #: ../lib/tribe-view-helpers.class.php:157
1295
+ msgid "Libya"
1296
+ msgstr ""
1297
+
1298
+ #: ../lib/tribe-view-helpers.class.php:158
1299
+ msgid "Liechtenstein"
1300
+ msgstr ""
1301
+
1302
+ #: ../lib/tribe-view-helpers.class.php:159
1303
+ msgid "Lithuania"
1304
+ msgstr ""
1305
+
1306
+ #: ../lib/tribe-view-helpers.class.php:160
1307
+ msgid "Luxembourg"
1308
+ msgstr ""
1309
+
1310
+ #: ../lib/tribe-view-helpers.class.php:161
1311
+ msgid "Macau"
1312
+ msgstr ""
1313
+
1314
+ #: ../lib/tribe-view-helpers.class.php:162
1315
+ msgid "Macedonia"
1316
+ msgstr ""
1317
+
1318
+ #: ../lib/tribe-view-helpers.class.php:163
1319
+ msgid "Madagascar"
1320
+ msgstr ""
1321
+
1322
+ #: ../lib/tribe-view-helpers.class.php:164
1323
+ msgid "Malawi"
1324
+ msgstr ""
1325
+
1326
+ #: ../lib/tribe-view-helpers.class.php:165
1327
+ msgid "Malaysia"
1328
+ msgstr ""
1329
+
1330
+ #: ../lib/tribe-view-helpers.class.php:166
1331
+ msgid "Maldives"
1332
+ msgstr ""
1333
+
1334
+ #: ../lib/tribe-view-helpers.class.php:167
1335
+ msgid "Mali"
1336
+ msgstr ""
1337
+
1338
+ #: ../lib/tribe-view-helpers.class.php:168
1339
+ msgid "Malta"
1340
+ msgstr ""
1341
+
1342
+ #: ../lib/tribe-view-helpers.class.php:169
1343
+ msgid "Marshall Islands"
1344
+ msgstr ""
1345
+
1346
+ #: ../lib/tribe-view-helpers.class.php:170
1347
+ msgid "Martinique"
1348
+ msgstr ""
1349
+
1350
+ #: ../lib/tribe-view-helpers.class.php:171
1351
+ msgid "Mauritania"
1352
+ msgstr ""
1353
+
1354
+ #: ../lib/tribe-view-helpers.class.php:172
1355
+ msgid "Mauritius"
1356
+ msgstr ""
1357
+
1358
+ #: ../lib/tribe-view-helpers.class.php:173
1359
+ msgid "Mayotte"
1360
+ msgstr ""
1361
+
1362
+ #: ../lib/tribe-view-helpers.class.php:174
1363
+ msgid "Mexico"
1364
+ msgstr ""
1365
+
1366
+ #: ../lib/tribe-view-helpers.class.php:175
1367
+ msgid "Micronesia, Federated States Of"
1368
+ msgstr ""
1369
+
1370
+ #: ../lib/tribe-view-helpers.class.php:176
1371
+ msgid "Moldova, Republic Of"
1372
+ msgstr ""
1373
+
1374
+ #: ../lib/tribe-view-helpers.class.php:177
1375
+ msgid "Monaco"
1376
+ msgstr ""
1377
+
1378
+ #: ../lib/tribe-view-helpers.class.php:178
1379
+ msgid "Mongolia"
1380
+ msgstr ""
1381
+
1382
+ #: ../lib/tribe-view-helpers.class.php:179
1383
+ msgid "Montenegro"
1384
+ msgstr ""
1385
+
1386
+ #: ../lib/tribe-view-helpers.class.php:180
1387
+ msgid "Montserrat"
1388
+ msgstr ""
1389
+
1390
+ #: ../lib/tribe-view-helpers.class.php:181
1391
+ msgid "Morocco"
1392
+ msgstr ""
1393
+
1394
+ #: ../lib/tribe-view-helpers.class.php:182
1395
+ msgid "Mozambique"
1396
+ msgstr ""
1397
+
1398
+ #: ../lib/tribe-view-helpers.class.php:183
1399
+ msgid "Myanmar"
1400
+ msgstr ""
1401
+
1402
+ #: ../lib/tribe-view-helpers.class.php:184
1403
+ msgid "Namibia"
1404
+ msgstr ""
1405
+
1406
+ #: ../lib/tribe-view-helpers.class.php:185
1407
+ msgid "Nauru"
1408
+ msgstr ""
1409
+
1410
+ #: ../lib/tribe-view-helpers.class.php:186
1411
+ msgid "Nepal"
1412
+ msgstr ""
1413
+
1414
+ #: ../lib/tribe-view-helpers.class.php:187
1415
+ msgid "Netherlands"
1416
+ msgstr ""
1417
+
1418
+ #: ../lib/tribe-view-helpers.class.php:188
1419
+ msgid "Netherlands Antilles"
1420
+ msgstr ""
1421
+
1422
+ #: ../lib/tribe-view-helpers.class.php:189
1423
+ msgid "New Caledonia"
1424
+ msgstr ""
1425
+
1426
+ #: ../lib/tribe-view-helpers.class.php:190
1427
+ msgid "New Zealand"
1428
+ msgstr ""
1429
+
1430
+ #: ../lib/tribe-view-helpers.class.php:191
1431
+ msgid "Nicaragua"
1432
+ msgstr ""
1433
+
1434
+ #: ../lib/tribe-view-helpers.class.php:192
1435
+ msgid "Niger"
1436
+ msgstr ""
1437
+
1438
+ #: ../lib/tribe-view-helpers.class.php:193
1439
+ msgid "Nigeria"
1440
+ msgstr ""
1441
+
1442
+ #: ../lib/tribe-view-helpers.class.php:194
1443
+ msgid "Niue"
1444
+ msgstr ""
1445
+
1446
+ #: ../lib/tribe-view-helpers.class.php:195
1447
+ msgid "Norfolk Island"
1448
+ msgstr ""
1449
+
1450
+ #: ../lib/tribe-view-helpers.class.php:196
1451
+ msgid "Northern Mariana Islands"
1452
+ msgstr ""
1453
+
1454
+ #: ../lib/tribe-view-helpers.class.php:197
1455
+ msgid "Norway"
1456
+ msgstr ""
1457
+
1458
+ #: ../lib/tribe-view-helpers.class.php:198
1459
+ msgid "Oman"
1460
+ msgstr ""
1461
+
1462
+ #: ../lib/tribe-view-helpers.class.php:199
1463
+ msgid "Pakistan"
1464
+ msgstr ""
1465
+
1466
+ #: ../lib/tribe-view-helpers.class.php:200
1467
+ msgid "Palau"
1468
+ msgstr ""
1469
+
1470
+ #: ../lib/tribe-view-helpers.class.php:201
1471
+ msgid "Panama"
1472
+ msgstr ""
1473
+
1474
+ #: ../lib/tribe-view-helpers.class.php:202
1475
+ msgid "Papua New Guinea"
1476
+ msgstr ""
1477
+
1478
+ #: ../lib/tribe-view-helpers.class.php:203
1479
+ msgid "Paraguay"
1480
+ msgstr ""
1481
+
1482
+ #: ../lib/tribe-view-helpers.class.php:204
1483
+ msgid "Peru"
1484
+ msgstr ""
1485
+
1486
+ #: ../lib/tribe-view-helpers.class.php:205
1487
+ msgid "Philippines"
1488
+ msgstr ""
1489
+
1490
+ #: ../lib/tribe-view-helpers.class.php:206
1491
+ msgid "Pitcairn"
1492
+ msgstr ""
1493
+
1494
+ #: ../lib/tribe-view-helpers.class.php:207
1495
+ msgid "Poland"
1496
+ msgstr ""
1497
+
1498
+ #: ../lib/tribe-view-helpers.class.php:208
1499
+ msgid "Portugal"
1500
+ msgstr ""
1501
+
1502
+ #: ../lib/tribe-view-helpers.class.php:209
1503
+ msgid "Puerto Rico"
1504
+ msgstr ""
1505
+
1506
+ #: ../lib/tribe-view-helpers.class.php:210
1507
+ msgid "Qatar"
1508
+ msgstr ""
1509
+
1510
+ #: ../lib/tribe-view-helpers.class.php:211
1511
+ msgid "Reunion"
1512
+ msgstr ""
1513
+
1514
+ #: ../lib/tribe-view-helpers.class.php:212
1515
+ msgid "Romania"
1516
+ msgstr ""
1517
+
1518
+ #: ../lib/tribe-view-helpers.class.php:213
1519
+ msgid "Russian Federation"
1520
+ msgstr ""
1521
+
1522
+ #: ../lib/tribe-view-helpers.class.php:214
1523
+ msgid "Rwanda"
1524
+ msgstr ""
1525
+
1526
+ #: ../lib/tribe-view-helpers.class.php:215
1527
+ msgid "Saint Kitts And Nevis"
1528
+ msgstr ""
1529
+
1530
+ #: ../lib/tribe-view-helpers.class.php:216
1531
+ msgid "Saint Lucia"
1532
+ msgstr ""
1533
+
1534
+ #: ../lib/tribe-view-helpers.class.php:217
1535
+ msgid "Saint Vincent And The Grenadines"
1536
+ msgstr ""
1537
+
1538
+ #: ../lib/tribe-view-helpers.class.php:218
1539
+ msgid "Samoa"
1540
+ msgstr ""
1541
+
1542
+ #: ../lib/tribe-view-helpers.class.php:219
1543
+ msgid "San Marino"
1544
+ msgstr ""
1545
+
1546
+ #: ../lib/tribe-view-helpers.class.php:220
1547
+ msgid "Sao Tome And Principe"
1548
+ msgstr ""
1549
+
1550
+ #: ../lib/tribe-view-helpers.class.php:221
1551
+ msgid "Saudi Arabia"
1552
+ msgstr ""
1553
+
1554
+ #: ../lib/tribe-view-helpers.class.php:222
1555
+ msgid "Senegal"
1556
+ msgstr ""
1557
+
1558
+ #: ../lib/tribe-view-helpers.class.php:223
1559
+ msgid "Serbia"
1560
+ msgstr ""
1561
+
1562
+ #: ../lib/tribe-view-helpers.class.php:224
1563
+ msgid "Seychelles"
1564
+ msgstr ""
1565
+
1566
+ #: ../lib/tribe-view-helpers.class.php:225
1567
+ msgid "Sierra Leone"
1568
+ msgstr ""
1569
+
1570
+ #: ../lib/tribe-view-helpers.class.php:226
1571
+ msgid "Singapore"
1572
+ msgstr ""
1573
+
1574
+ #: ../lib/tribe-view-helpers.class.php:227
1575
+ msgid "Slovakia (Slovak Republic)"
1576
+ msgstr ""
1577
+
1578
+ #: ../lib/tribe-view-helpers.class.php:228
1579
+ msgid "Slovenia"
1580
+ msgstr ""
1581
+
1582
+ #: ../lib/tribe-view-helpers.class.php:229
1583
+ msgid "Solomon Islands"
1584
+ msgstr ""
1585
+
1586
+ #: ../lib/tribe-view-helpers.class.php:230
1587
+ msgid "Somalia"
1588
+ msgstr ""
1589
+
1590
+ #: ../lib/tribe-view-helpers.class.php:231
1591
+ msgid "South Africa"
1592
+ msgstr ""
1593
+
1594
+ #: ../lib/tribe-view-helpers.class.php:232
1595
+ msgid "South Georgia, South Sandwich Islands"
1596
+ msgstr ""
1597
+
1598
+ #: ../lib/tribe-view-helpers.class.php:233
1599
+ msgid "Spain"
1600
+ msgstr ""
1601
+
1602
+ #: ../lib/tribe-view-helpers.class.php:234
1603
+ msgid "Sri Lanka"
1604
+ msgstr ""
1605
+
1606
+ #: ../lib/tribe-view-helpers.class.php:235
1607
+ msgid "St. Helena"
1608
+ msgstr ""
1609
+
1610
+ #: ../lib/tribe-view-helpers.class.php:236
1611
+ msgid "St. Pierre And Miquelon"
1612
+ msgstr ""
1613
+
1614
+ #: ../lib/tribe-view-helpers.class.php:237
1615
+ msgid "Sudan"
1616
+ msgstr ""
1617
+
1618
+ #: ../lib/tribe-view-helpers.class.php:238
1619
+ msgid "Suriname"
1620
+ msgstr ""
1621
+
1622
+ #: ../lib/tribe-view-helpers.class.php:239
1623
+ msgid "Svalbard And Jan Mayen Islands"
1624
+ msgstr ""
1625
+
1626
+ #: ../lib/tribe-view-helpers.class.php:240
1627
+ msgid "Swaziland"
1628
+ msgstr ""
1629
+
1630
+ #: ../lib/tribe-view-helpers.class.php:241
1631
+ msgid "Sweden"
1632
+ msgstr ""
1633
+
1634
+ #: ../lib/tribe-view-helpers.class.php:242
1635
+ msgid "Switzerland"
1636
+ msgstr ""
1637
+
1638
+ #: ../lib/tribe-view-helpers.class.php:243
1639
+ msgid "Syrian Arab Republic"
1640
+ msgstr ""
1641
+
1642
+ #: ../lib/tribe-view-helpers.class.php:244
1643
+ msgid "Taiwan"
1644
+ msgstr ""
1645
+
1646
+ #: ../lib/tribe-view-helpers.class.php:245
1647
+ msgid "Tajikistan"
1648
+ msgstr ""
1649
+
1650
+ #: ../lib/tribe-view-helpers.class.php:246
1651
+ msgid "Tanzania, United Republic Of"
1652
+ msgstr ""
1653
+
1654
+ #: ../lib/tribe-view-helpers.class.php:247
1655
+ msgid "Thailand"
1656
+ msgstr ""
1657
+
1658
+ #: ../lib/tribe-view-helpers.class.php:248
1659
+ msgid "Togo"
1660
+ msgstr ""
1661
+
1662
+ #: ../lib/tribe-view-helpers.class.php:249
1663
+ msgid "Tokelau"
1664
+ msgstr ""
1665
+
1666
+ #: ../lib/tribe-view-helpers.class.php:250
1667
+ msgid "Tonga"
1668
+ msgstr ""
1669
+
1670
+ #: ../lib/tribe-view-helpers.class.php:251
1671
+ msgid "Trinidad And Tobago"
1672
+ msgstr ""
1673
+
1674
+ #: ../lib/tribe-view-helpers.class.php:252
1675
+ msgid "Tunisia"
1676
+ msgstr ""
1677
+
1678
+ #: ../lib/tribe-view-helpers.class.php:253
1679
+ msgid "Turkey"
1680
+ msgstr ""
1681
+
1682
+ #: ../lib/tribe-view-helpers.class.php:254
1683
+ msgid "Turkmenistan"
1684
+ msgstr ""
1685
+
1686
+ #: ../lib/tribe-view-helpers.class.php:255
1687
+ msgid "Turks And Caicos Islands"
1688
+ msgstr ""
1689
+
1690
+ #: ../lib/tribe-view-helpers.class.php:256
1691
+ msgid "Tuvalu"
1692
+ msgstr ""
1693
+
1694
+ #: ../lib/tribe-view-helpers.class.php:257
1695
+ msgid "Uganda"
1696
+ msgstr ""
1697
+
1698
+ #: ../lib/tribe-view-helpers.class.php:258
1699
+ msgid "Ukraine"
1700
+ msgstr ""
1701
+
1702
+ #: ../lib/tribe-view-helpers.class.php:259
1703
+ msgid "United Arab Emirates"
1704
+ msgstr ""
1705
+
1706
+ #: ../lib/tribe-view-helpers.class.php:260
1707
+ msgid "United Kingdom"
1708
+ msgstr ""
1709
+
1710
+ #: ../lib/tribe-view-helpers.class.php:261
1711
+ msgid "United States Minor Outlying Islands"
1712
+ msgstr ""
1713
+
1714
+ #: ../lib/tribe-view-helpers.class.php:262
1715
+ msgid "Uruguay"
1716
+ msgstr ""
1717
+
1718
+ #: ../lib/tribe-view-helpers.class.php:263
1719
+ msgid "Uzbekistan"
1720
+ msgstr ""
1721
+
1722
+ #: ../lib/tribe-view-helpers.class.php:264
1723
+ msgid "Vanuatu"
1724
+ msgstr ""
1725
+
1726
+ #: ../lib/tribe-view-helpers.class.php:265
1727
+ msgid "Venezuela"
1728
+ msgstr ""
1729
+
1730
+ #: ../lib/tribe-view-helpers.class.php:266
1731
+ msgid "Viet Nam"
1732
+ msgstr ""
1733
+
1734
+ #: ../lib/tribe-view-helpers.class.php:267
1735
+ msgid "Virgin Islands (British)"
1736
+ msgstr ""
1737
+
1738
+ #: ../lib/tribe-view-helpers.class.php:268
1739
+ msgid "Virgin Islands (U.S.)"
1740
+ msgstr ""
1741
+
1742
+ #: ../lib/tribe-view-helpers.class.php:269
1743
+ msgid "Wallis And Futuna Islands"
1744
+ msgstr ""
1745
+
1746
+ #: ../lib/tribe-view-helpers.class.php:270
1747
+ msgid "Western Sahara"
1748
+ msgstr ""
1749
+
1750
+ #: ../lib/tribe-view-helpers.class.php:271
1751
+ msgid "Yemen"
1752
+ msgstr ""
1753
+
1754
+ #: ../lib/tribe-view-helpers.class.php:272
1755
+ msgid "Zambia"
1756
+ msgstr ""
1757
+
1758
+ #: ../lib/tribe-view-helpers.class.php:273
1759
+ msgid "Zimbabwe"
1760
+ msgstr ""
1761
+
1762
+ #: ../lib/tribe-view-helpers.class.php:293
1763
+ msgid "Alabama"
1764
+ msgstr ""
1765
+
1766
+ #: ../lib/tribe-view-helpers.class.php:294
1767
+ msgid "Alaska"
1768
+ msgstr ""
1769
+
1770
+ #: ../lib/tribe-view-helpers.class.php:295
1771
+ msgid "Arizona"
1772
+ msgstr ""
1773
+
1774
+ #: ../lib/tribe-view-helpers.class.php:296
1775
+ msgid "Arkansas"
1776
+ msgstr ""
1777
+
1778
+ #: ../lib/tribe-view-helpers.class.php:297
1779
+ msgid "California"
1780
+ msgstr ""
1781
+
1782
+ #: ../lib/tribe-view-helpers.class.php:298
1783
+ msgid "Colorado"
1784
+ msgstr ""
1785
+
1786
+ #: ../lib/tribe-view-helpers.class.php:299
1787
+ msgid "Connecticut"
1788
+ msgstr ""
1789
+
1790
+ #: ../lib/tribe-view-helpers.class.php:300
1791
+ msgid "Delaware"
1792
+ msgstr ""
1793
+
1794
+ #: ../lib/tribe-view-helpers.class.php:301
1795
+ msgid "District of Columbia"
1796
+ msgstr ""
1797
+
1798
+ #: ../lib/tribe-view-helpers.class.php:302
1799
+ msgid "Florida"
1800
+ msgstr ""
1801
+
1802
+ #: ../lib/tribe-view-helpers.class.php:304
1803
+ msgid "Hawaii"
1804
+ msgstr ""
1805
+
1806
+ #: ../lib/tribe-view-helpers.class.php:305
1807
+ msgid "Idaho"
1808
+ msgstr ""
1809
+
1810
+ #: ../lib/tribe-view-helpers.class.php:306
1811
+ msgid "Illinois"
1812
+ msgstr ""
1813
+
1814
+ #: ../lib/tribe-view-helpers.class.php:307
1815
+ msgid "Indiana"
1816
+ msgstr ""
1817
+
1818
+ #: ../lib/tribe-view-helpers.class.php:308
1819
+ msgid "Iowa"
1820
+ msgstr ""
1821
+
1822
+ #: ../lib/tribe-view-helpers.class.php:309
1823
+ msgid "Kansas"
1824
+ msgstr ""
1825
+
1826
+ #: ../lib/tribe-view-helpers.class.php:310
1827
+ msgid "Kentucky"
1828
+ msgstr ""
1829
+
1830
+ #: ../lib/tribe-view-helpers.class.php:311
1831
+ msgid "Louisiana"
1832
+ msgstr ""
1833
+
1834
+ #: ../lib/tribe-view-helpers.class.php:312
1835
+ msgid "Maine"
1836
+ msgstr ""
1837
+
1838
+ #: ../lib/tribe-view-helpers.class.php:313
1839
+ msgid "Maryland"
1840
+ msgstr ""
1841
+
1842
+ #: ../lib/tribe-view-helpers.class.php:314
1843
+ msgid "Massachusetts"
1844
+ msgstr ""
1845
+
1846
+ #: ../lib/tribe-view-helpers.class.php:315
1847
+ msgid "Michigan"
1848
+ msgstr ""
1849
+
1850
+ #: ../lib/tribe-view-helpers.class.php:316
1851
+ msgid "Minnesota"
1852
+ msgstr ""
1853
+
1854
+ #: ../lib/tribe-view-helpers.class.php:317
1855
+ msgid "Mississippi"
1856
+ msgstr ""
1857
+
1858
+ #: ../lib/tribe-view-helpers.class.php:318
1859
+ msgid "Missouri"
1860
+ msgstr ""
1861
+
1862
+ #: ../lib/tribe-view-helpers.class.php:319
1863
+ msgid "Montana"
1864
+ msgstr ""
1865
+
1866
+ #: ../lib/tribe-view-helpers.class.php:320
1867
+ msgid "Nebraska"
1868
+ msgstr ""
1869
+
1870
+ #: ../lib/tribe-view-helpers.class.php:321
1871
+ msgid "Nevada"
1872
+ msgstr ""
1873
+
1874
+ #: ../lib/tribe-view-helpers.class.php:322
1875
+ msgid "New Hampshire"
1876
+ msgstr ""
1877
+
1878
+ #: ../lib/tribe-view-helpers.class.php:323
1879
+ msgid "New Jersey"
1880
+ msgstr ""
1881
+
1882
+ #: ../lib/tribe-view-helpers.class.php:324
1883
+ msgid "New Mexico"
1884
+ msgstr ""
1885
+
1886
+ #: ../lib/tribe-view-helpers.class.php:325
1887
+ msgid "New York"
1888
+ msgstr ""
1889
+
1890
+ #: ../lib/tribe-view-helpers.class.php:326
1891
+ msgid "North Carolina"
1892
+ msgstr ""
1893
+
1894
+ #: ../lib/tribe-view-helpers.class.php:327
1895
+ msgid "North Dakota"
1896
+ msgstr ""
1897
+
1898
+ #: ../lib/tribe-view-helpers.class.php:328
1899
+ msgid "Ohio"
1900
+ msgstr ""
1901
+
1902
+ #: ../lib/tribe-view-helpers.class.php:329
1903
+ msgid "Oklahoma"
1904
+ msgstr ""
1905
+
1906
+ #: ../lib/tribe-view-helpers.class.php:330
1907
+ msgid "Oregon"
1908
+ msgstr ""
1909
+
1910
+ #: ../lib/tribe-view-helpers.class.php:331
1911
+ msgid "Pennsylvania"
1912
+ msgstr ""
1913
+
1914
+ #: ../lib/tribe-view-helpers.class.php:332
1915
+ msgid "Rhode Island"
1916
+ msgstr ""
1917
+
1918
+ #: ../lib/tribe-view-helpers.class.php:333
1919
+ msgid "South Carolina"
1920
+ msgstr ""
1921
+
1922
+ #: ../lib/tribe-view-helpers.class.php:334
1923
+ msgid "South Dakota"
1924
+ msgstr ""
1925
+
1926
+ #: ../lib/tribe-view-helpers.class.php:335
1927
+ msgid "Tennessee"
1928
+ msgstr ""
1929
+
1930
+ #: ../lib/tribe-view-helpers.class.php:336
1931
+ msgid "Texas"
1932
+ msgstr ""
1933
+
1934
+ #: ../lib/tribe-view-helpers.class.php:337
1935
+ msgid "Utah"
1936
+ msgstr ""
1937
+
1938
+ #: ../lib/tribe-view-helpers.class.php:338
1939
+ msgid "Vermont"
1940
+ msgstr ""
1941
+
1942
+ #: ../lib/tribe-view-helpers.class.php:339
1943
+ msgid "Virginia"
1944
+ msgstr ""
1945
+
1946
+ #: ../lib/tribe-view-helpers.class.php:340
1947
+ msgid "Washington"
1948
+ msgstr ""
1949
+
1950
+ #: ../lib/tribe-view-helpers.class.php:341
1951
+ msgid "West Virginia"
1952
+ msgstr ""
1953
+
1954
+ #: ../lib/tribe-view-helpers.class.php:342
1955
+ msgid "Wisconsin"
1956
+ msgstr ""
1957
+
1958
+ #: ../lib/tribe-view-helpers.class.php:343
1959
+ msgid "Wyoming"
1960
+ msgstr ""
1961
+
1962
+ #: ../lib/widget-list.class.php:16
1963
+ msgid "A widget that displays the next upcoming x events."
1964
+ msgstr "ווידג'ט שמציג את x הארועים הבאים"
1965
+
1966
+ #: ../lib/widget-list.class.php:70
1967
+ msgid "View All Events"
1968
+ msgstr "הצג את כל הארועים"
1969
+
1970
+ #: ../lib/widget-list.class.php:73
1971
+ msgid "There are no upcoming events at this time."
1972
+ msgstr "אין ארועים קרובים כרגע"
1973
+
1974
+ #: ../public/template-tags/general.php:103
1975
+ msgid "Category:"
1976
+ msgstr "קטגוריה:"
1977
+
1978
+ #: ../public/template-tags/general.php:220
1979
+ msgid "Free"
1980
+ msgstr "חופשי"
1981
+
1982
+ #: ../public/template-tags/loop.php:130
1983
+ msgid "Calendar of Events"
1984
+ msgstr "לוח האירועים"
1985
+
1986
+ #: ../views/ecp-single-template.php:24
1987
+ msgid "Edit"
1988
+ msgstr "ערוך"
1989
+
1990
+ #: ../views/events-list-load-widget-display.php:52
1991
+ msgid "All Day"
1992
+ msgstr "כל היום"
1993
+
1994
+ #: ../views/gridview.php:43
1995
+ #: ../views/list.php:165
1996
+ #: ../views/single.php:98
1997
+ msgid "iCal Import"
1998
+ msgstr "ייבא מ-iCal"
1999
+
2000
+ #: ../views/list.php:50
2001
+ #: ../views/single.php:20
2002
+ msgid "Start:"
2003
+ msgstr "התחלה:"
2004
+
2005
+ #: ../views/list.php:54
2006
+ #: ../views/single.php:22
2007
+ msgid "End:"
2008
+ msgstr "סיום:"
2009
+
2010
+ #: ../views/list.php:59
2011
+ #: ../views/single.php:25
2012
+ msgid "Date:"
2013
+ msgstr "תאריך:"
2014
+
2015
+ #: ../views/list.php:69
2016
+ #: ../views/single.php:56
2017
+ msgid "Venue:"
2018
+ msgstr "מיקום"
2019
+
2020
+ #: ../views/list.php:92
2021
+ #: ../views/single.php:73
2022
+ msgid "Google Map"
2023
+ msgstr "מפת גוגל"
2024
+
2025
+ #: ../views/list.php:116
2026
+ #, php-format
2027
+ msgid " listed under %s. Check out past events for this category or view the full calendar."
2028
+ msgstr "נרשם תחת %s. בדוק ארועים קודמים בקטגוריה זו או את לוח הארועים המלא"
2029
+
2030
+ #: ../views/list.php:118
2031
+ #, php-format
2032
+ msgid " listed under %s. Check out upcoming events for this category or view the full calendar."
2033
+ msgstr "נרשם תחת %s. בדוק ארועים קרובים בקטגוריה זו או את לוח הארועים המלא"
2034
+
2035
+ #: ../views/list.php:123
2036
+ #, php-format
2037
+ msgid "No events scheduled for <strong>%s</strong>. Please try another day."
2038
+ msgstr "אין ארועים רשומים ל-<strong>%s</strong>. אנא נסה יום אחר"
2039
+
2040
+ #: ../views/list.php:127
2041
+ msgid "No upcoming events"
2042
+ msgstr "אין ארועים קרובים:"
2043
+
2044
+ #: ../views/list.php:131
2045
+ msgid "No previous events"
2046
+ msgstr "אין ארועים שהתקיימו"
2047
+
2048
+ #: ../views/list.php:144
2049
+ #: ../views/list.php:146
2050
+ #: ../views/list.php:148
2051
+ msgid "&laquo; Previous Events"
2052
+ msgstr "&laquo; ארועים קודמים"
2053
+
2054
+ #: ../views/list.php:155
2055
+ #: ../views/list.php:157
2056
+ #: ../views/list.php:159
2057
+ msgid "Next Events &raquo;"
2058
+ msgstr "לארועים הבאים &raquo;"
2059
+
2060
+ #: ../views/single.php:13
2061
+ msgid "&laquo; Back to Events"
2062
+ msgstr "&laquo; בחזרה לארועים"
2063
+
2064
+ #: ../views/single.php:14
2065
+ msgid "This event has passed."
2066
+ msgstr "הארוע הזה הסתיים"
2067
+
2068
+ #: ../views/single.php:17
2069
+ msgid "Event:"
2070
+ msgstr "ארוע:"
2071
+
2072
+ #: ../views/single.php:34
2073
+ msgid "Organizer:"
2074
+ msgstr "מארגן:"
2075
+
2076
+ #: ../views/single.php:45
2077
+ msgid "Updated:"
2078
+ msgstr "עודכן:"
2079
+
2080
+ #: ../views/single.php:48
2081
+ msgid "Schedule:"
2082
+ msgstr "לו\"ז:"
2083
+
2084
+ #: ../views/single.php:73
2085
+ msgid "Click to view a Google Map"
2086
+ msgstr "לחץ כדי לראות את המפה"
2087
+
2088
+ #: ../views/single.php:101
2089
+ msgid "Add to Google Calendar"
2090
+ msgstr "הוסף לגוגל קלנדר"
2091
+
2092
+ #: ../views/single.php:101
2093
+ msgid "+ Google Calendar"
2094
+ msgstr "+ גוגל קלנדר"
2095
+
2096
+ #: ../views/table-mini.php:24
2097
+ msgid "View all &raquo;"
2098
+ msgstr "הצג הכל &raquo;"
2099
+
lang/tribe-events-calendar-hr_HR.mo ADDED
Binary file
lang/tribe-events-calendar-hr_HR.po ADDED
@@ -0,0 +1,2624 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: The Events Calendar 2.0\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-02-23 08:21-0800\n"
6
+ "PO-Revision-Date: 2012-04-12 11:07+0100\n"
7
+ "Last-Translator: Marko Manojlović <manmar984@gmail.com>\n"
8
+ "Language-Team: Modern Tribe, Inc.\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: English\n"
14
+ "X-Poedit-Country: UNITED STATES\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
+ "X-Poedit-Basepath: ./\n"
18
+ "X-Textdomain-Support: yes\n"
19
+ "X-Poedit-SearchPath-0: ..\n"
20
+
21
+ #@ tribe-events-calendar
22
+ #: ../admin-views/event-sidebar-options.php:11
23
+ msgid "Hide From Upcoming Events List"
24
+ msgstr "Sakrij sa popisa nadolazećih događaja"
25
+
26
+ #@ tribe-events-calendar
27
+ #: ../admin-views/events-meta-box.php:25
28
+ msgid "Event Time &amp; Date"
29
+ msgstr "Vrijeme i datum događaja"
30
+
31
+ #@ tribe-events-calendar
32
+ #: ../admin-views/events-meta-box.php:28
33
+ msgid "You have changed the recurrence rules of this event. Saving the event will update all future events. If you did not mean to change all events, then please refresh the page."
34
+ msgstr "Promenili ste postavke za ponavljanje ovog događaja. Ako spremite događaj postavke će se primenti na sve naredne događaje. Ako niste željeli promeniti sve događaje molimo vas osvježite stranicu."
35
+
36
+ #@ tribe-events-calendar
37
+ #: ../admin-views/events-meta-box.php:31
38
+ msgid "All day event?"
39
+ msgstr "Cjelodnevni događaj?"
40
+
41
+ #@ tribe-events-calendar
42
+ #: ../admin-views/events-meta-box.php:35
43
+ msgid "Start Date / Time:"
44
+ msgstr "Datum / Vrijeme početka:"
45
+
46
+ #@ tribe-events-calendar
47
+ #: ../admin-views/events-meta-box.php:38
48
+ #: ../admin-views/events-meta-box.php:59
49
+ msgid "YYYY-MM-DD"
50
+ msgstr "GGGG-MM-DD"
51
+
52
+ #@ tribe-events-calendar
53
+ #: ../admin-views/events-meta-box.php:40
54
+ #: ../admin-views/events-meta-box.php:61
55
+ msgid "@"
56
+ msgstr "@"
57
+
58
+ #@ tribe-events-calendar
59
+ #: ../admin-views/events-meta-box.php:56
60
+ msgid "End Date / Time:"
61
+ msgstr "Datum / Vrijeme završetka"
62
+
63
+ #@ tribe-events-calendar
64
+ #: ../admin-views/events-meta-box.php:78
65
+ msgid "Event Location Details"
66
+ msgstr "Podaci o lokaciji događaja"
67
+
68
+ #@ tribe-events-calendar
69
+ #: ../admin-views/events-meta-box.php:84
70
+ msgid "Show Google Maps Link:"
71
+ msgstr "Pokaži link Google karte:"
72
+
73
+ #@ tribe-events-calendar
74
+ #: ../admin-views/events-meta-box.php:91
75
+ msgid "Show Google Map:"
76
+ msgstr "Pokaži Google kartu:"
77
+
78
+ #@ tribe-events-calendar
79
+ #: ../admin-views/events-meta-box.php:100
80
+ msgid "Event Organizer Details"
81
+ msgstr "Podaci o organizatoru"
82
+
83
+ #@ tribe-events-calendar
84
+ #: ../admin-views/events-meta-box.php:109
85
+ msgid "Event Cost"
86
+ msgstr "Cijena događaja"
87
+
88
+ #@ tribe-events-calendar
89
+ #: ../admin-views/events-meta-box.php:112
90
+ msgid "Cost:"
91
+ msgstr "Cijena:"
92
+
93
+ #@ tribe-events-calendar
94
+ #: ../admin-views/events-meta-box.php:117
95
+ msgid "Leave blank to hide the field. Enter a 0 for events that are free."
96
+ msgstr "Ostavite prazno da sakrijete polje. Unesite 0 za besplatne događaje."
97
+
98
+ #@ tribe-events-calendar
99
+ #: ../admin-views/events-options.php:47
100
+ #, php-format
101
+ msgid "%s Settings"
102
+ msgstr "%s Postavke"
103
+
104
+ #@ tribe-events-calendar
105
+ #: ../admin-views/events-options.php:51
106
+ msgid "Need a hand?"
107
+ msgstr "Da li vam je potrebna pomoć?"
108
+
109
+ #@ tribe-events-calendar
110
+ #: ../admin-views/events-options.php:52
111
+ #, php-format
112
+ msgid "If you're stuck on these options, please go to the <a href=\"%s\">support forum</a>."
113
+ msgstr "Ako ste se zaglavili na postavkama molimo vas posetite <a href=\"%s\">forum potpore</a>."
114
+
115
+ #@ tribe-events-calendar
116
+ #: ../admin-views/events-options.php:54
117
+ msgid "Here is the iCal feed URL for your events: "
118
+ msgstr "Ovde je iCal feed URL za vaše događaje:"
119
+
120
+ #@ tribe-events-calendar
121
+ #: ../admin-views/events-options.php:60
122
+ msgid "Settings"
123
+ msgstr "Postavke"
124
+
125
+ #@ tribe-events-calendar
126
+ #: ../admin-views/events-options.php:63
127
+ #: ../admin-views/events-options.php:67
128
+ msgid "Default View for the Events"
129
+ msgstr "Zadani izgled za događaje"
130
+
131
+ #@ tribe-events-calendar
132
+ #: ../admin-views/events-options.php:71
133
+ msgid "Calendar"
134
+ msgstr "Kalendar"
135
+
136
+ #@ tribe-events-calendar
137
+ #: ../admin-views/events-options.php:75
138
+ msgid "Event List"
139
+ msgstr "Popis događaja"
140
+
141
+ #@ tribe-events-calendar
142
+ #: ../admin-views/events-options.php:81
143
+ #: ../admin-views/events-options.php:85
144
+ msgid "Number of events to show per page in the loop"
145
+ msgstr "Broj događaja koji će se prikazivati po stranici"
146
+
147
+ #@ tribe-events-calendar
148
+ #: ../admin-views/events-options.php:90
149
+ msgid "This is the number of posts displayed per page when returning a list of events."
150
+ msgstr "Ovo je broj postova prikazanih po stranici kada se prikazuje popis događaja."
151
+
152
+ #@ tribe-events-calendar
153
+ #: ../admin-views/events-options.php:95
154
+ #: ../admin-views/events-options.php:99
155
+ #: ../admin-views/events-options.php:101
156
+ msgid "Show Comments"
157
+ msgstr "Pokaži komentare"
158
+
159
+ #@ tribe-events-calendar
160
+ #: ../admin-views/events-options.php:109
161
+ #: ../admin-views/events-options.php:113
162
+ msgid "Multiday Event Cutoff"
163
+ msgstr "Odsecanje za višednevne događaje"
164
+
165
+ #@ tribe-events-calendar
166
+ #: ../admin-views/events-options.php:127
167
+ msgid "For multi-day events, hide the last day from grid view if it ends on or before this time."
168
+ msgstr "Za višednevne događaje sakrij poslednji dan na kalendaru ako se završava u ili pre ovog vrijemena."
169
+
170
+ #@ tribe-events-calendar
171
+ #: ../admin-views/events-options.php:132
172
+ #: ../admin-views/events-options.php:136
173
+ msgid "Enable Google Maps"
174
+ msgstr "Omogući Goolge kartu"
175
+
176
+ #@ tribe-events-calendar
177
+ #: ../admin-views/events-options.php:142
178
+ msgid "Height"
179
+ msgstr "Visina"
180
+
181
+ #@ tribe-events-calendar
182
+ #: ../admin-views/events-options.php:143
183
+ msgid "Width"
184
+ msgstr "Širina"
185
+
186
+ #@ tribe-events-calendar
187
+ #: ../admin-views/events-options.php:143
188
+ msgid "(number or %)"
189
+ msgstr "(broj ili %)"
190
+
191
+ #@ tribe-events-calendar
192
+ #: ../admin-views/events-options.php:144
193
+ msgid "Zoom Level"
194
+ msgstr "Nivo zuma"
195
+
196
+ #@ tribe-events-calendar
197
+ #: ../admin-views/events-options.php:144
198
+ msgid "(0 = zoomed-out; 21 = zoomed-in)"
199
+ msgstr "(0 = odzumirano; 21 = zumirano)"
200
+
201
+ #@ tribe-events-calendar
202
+ #: ../admin-views/events-options.php:148
203
+ msgid "If you don't have this turned on, your event listings won't have the backend map preview or frontend embedded map."
204
+ msgstr "Ako je ovo isključeno vaši događaji neće imati pregled karte u zadnjem delu ni ugrađenu mapu na prednjem delu. "
205
+
206
+ #@ tribe-events-calendar
207
+ #: ../admin-views/events-options.php:156
208
+ #: ../admin-views/events-options.php:158
209
+ msgid "Events URL slug"
210
+ msgstr "Slug URL događaja"
211
+
212
+ #@ tribe-events-calendar
213
+ #: ../admin-views/events-options.php:159
214
+ msgid "The slug used for building the Events URL."
215
+ msgstr "Slug korišćen za pravljenje URL događaja."
216
+
217
+ #@ tribe-events-calendar
218
+ #: ../admin-views/events-options.php:159
219
+ #, php-format
220
+ msgid "Your current Events URL is <strong><a href=\"%s\">%s</a></strong>"
221
+ msgstr "URL trenutnog događaja je <strong><a href=\"%s\">%s</a></strong>"
222
+
223
+ #@ tribe-events-calendar
224
+ #: ../admin-views/events-options.php:163
225
+ #: ../admin-views/events-options.php:165
226
+ msgid "Single Event URL slug"
227
+ msgstr "Slug jednog URL događaja"
228
+
229
+ #@ tribe-events-calendar
230
+ #: ../admin-views/events-options.php:166
231
+ msgid "The slug used for building a single Event URL."
232
+ msgstr "Ovaj slug se koristi za pravljenje URL-a jednog događaja."
233
+
234
+ #@ tribe-events-calendar
235
+ #: ../admin-views/events-options.php:167
236
+ #, php-format
237
+ msgid "<strong>NOTE:</strong> You <em>cannot</em> use the same slug as above. The above should ideally be plural, and this singular.<br />Your single Event URL is like: <strong>%s</strong>"
238
+ msgstr "<strong>NAPOMENA:</strong><em>Ne možete</em> koristiti isti slug kao iznad. Iznad bi trebalo da bude množina, a ovde jednina. <br />URL jednog događaja izgleda ovako: <strong>%s</strong>"
239
+
240
+ #@ tribe-events-calendar
241
+ #: ../admin-views/events-options.php:172
242
+ #: ../admin-views/events-options.php:174
243
+ msgid "Debug"
244
+ msgstr "Debagovanje"
245
+
246
+ #@ tribe-events-calendar
247
+ #: ../admin-views/events-options.php:175
248
+ msgid "Debug Events display issues."
249
+ msgstr "Prikaz problema prilikom debagovanja."
250
+
251
+ #@ tribe-events-calendar
252
+ #: ../admin-views/events-options.php:176
253
+ #, php-format
254
+ msgid "Enable this option to log debug information. By default this will log to your server PHP error log. If you'd like to see the log messages in your browser, then we recommend that you install the <a href=\"%s\" target=\"_blank\">Debug Bar Plugin</a> and look for the \"Tribe\" tab in the debug output."
255
+ msgstr "Omogućite ovu opciju da bi ste logovali debag informacije. Po zadanim postavkama ovo će biti logovanp na PHP error logu vašeg servera. Ako želite da vidite log poruke u vašem pretraživaču preporučujemo da instalirate <a href=\"%s\" target=\"_blank\">Debug Bar Plugin</a> i potražite \"Tribe\" tab u outputu debaga."
256
+
257
+ #@ tribe-events-calendar
258
+ #: ../admin-views/events-options.php:181
259
+ msgid "Theme Settings"
260
+ msgstr "Postavke teme"
261
+
262
+ #@ tribe-events-calendar
263
+ #: ../admin-views/events-options.php:184
264
+ #: ../admin-views/events-options.php:186
265
+ msgid "Events Template"
266
+ msgstr "Šablon događaja"
267
+
268
+ #@ tribe-events-calendar
269
+ #: ../admin-views/events-options.php:188
270
+ msgid "Default Events Template"
271
+ msgstr "Zadani šablon događaja"
272
+
273
+ #@ tribe-events-calendar
274
+ #: ../admin-views/events-options.php:189
275
+ msgid "Default Page Template"
276
+ msgstr "Zadani šablon stranice"
277
+
278
+ #@ tribe-events-calendar
279
+ #: ../admin-views/events-options.php:192
280
+ msgid "Choose a page template to control the look and feel of your calendar."
281
+ msgstr "Izaberite šablon stranice da bi ste kontrolisali izgled vašeg kalendara."
282
+
283
+ #@ tribe-events-calendar
284
+ #: ../admin-views/events-options.php:196
285
+ #: ../admin-views/events-options.php:198
286
+ #: ../admin-views/events-options.php:206
287
+ msgid "Add HTML before calendar"
288
+ msgstr "Dodaj HTML pre kalendara"
289
+
290
+ #@ tribe-events-calendar
291
+ #: ../admin-views/events-options.php:200
292
+ msgid "Some themes may require that you add extra divs before the calendar list to help with styling."
293
+ msgstr "Neke teme će zahtevati da dodate <div> tagove pre liste da bi ste je mogli stiliziati."
294
+
295
+ #@ tribe-events-calendar
296
+ #: ../admin-views/events-options.php:200
297
+ msgid "This is displayed directly after the header."
298
+ msgstr "Ovo se prikazuje odmah nakon zaglavlja."
299
+
300
+ #@ tribe-events-calendar
301
+ #: ../admin-views/events-options.php:200
302
+ #: ../admin-views/events-options.php:208
303
+ msgid "You may use (x)HTML."
304
+ msgstr "Možete da koristite (x)HTML."
305
+
306
+ #@ tribe-events-calendar
307
+ #: ../admin-views/events-options.php:204
308
+ msgid "Add HTML after calendar"
309
+ msgstr "Dodaj HTML posle kalendara"
310
+
311
+ #@ tribe-events-calendar
312
+ #: ../admin-views/events-options.php:208
313
+ msgid "Some themes may require that you add extra divs after the calendar list to help with styling."
314
+ msgstr "Neke teme će zahtevati da dodate <div> tagove posle liste da bi ste je mogli stilizirati."
315
+
316
+ #@ tribe-events-calendar
317
+ #: ../admin-views/events-options.php:208
318
+ msgid "This is displayed directly above the footer."
319
+ msgstr "Ovo se prikazuje odmah iznad podnožja."
320
+
321
+ #@ tribe-events-calendar
322
+ #: ../admin-views/events-options.php:217
323
+ msgid "Save Changes"
324
+ msgstr "Sačuvaj promene"
325
+
326
+ #@ tribe-events-calendar
327
+ #: ../admin-views/organizer-meta-box.php:11
328
+ msgid "Organizer Name:"
329
+ msgstr "Organizator:"
330
+
331
+ #@ tribe-events-calendar
332
+ #: ../admin-views/organizer-meta-box.php:17
333
+ #: ../admin-views/venue-meta-box.php:83
334
+ msgid "Phone:"
335
+ msgstr "Telefon:"
336
+
337
+ #@ tribe-events-calendar
338
+ #: ../admin-views/organizer-meta-box.php:21
339
+ msgid "Website:"
340
+ msgstr "Web sajt"
341
+
342
+ #@ tribe-events-calendar
343
+ #: ../admin-views/organizer-meta-box.php:25
344
+ msgid "Email:"
345
+ msgstr "E-pošta:"
346
+
347
+ #@ tribe-events-calendar
348
+ #: ../admin-views/recurrence-dialog.php:11
349
+ msgid "Which events do you wish to update?"
350
+ msgstr "Koje dagađaje želite ažurirati?"
351
+
352
+ #@ tribe-events-calendar
353
+ #: ../admin-views/recurrence-dialog.php:14
354
+ msgid "Select your desired action"
355
+ msgstr "Odaberite željenu akciju"
356
+
357
+ #@ tribe-events-calendar
358
+ #: ../admin-views/venue-meta-box.php:12
359
+ msgid "Venue Name:"
360
+ msgstr "Mjesto: "
361
+
362
+ #@ tribe-events-calendar
363
+ #: ../admin-views/venue-meta-box.php:19
364
+ msgid "Address:"
365
+ msgstr "Adresa:"
366
+
367
+ #@ tribe-events-calendar
368
+ #: ../admin-views/venue-meta-box.php:23
369
+ msgid "City:"
370
+ msgstr "Grad:"
371
+
372
+ #@ tribe-events-calendar
373
+ #: ../admin-views/venue-meta-box.php:27
374
+ msgid "Country:"
375
+ msgstr "Zemlja:"
376
+
377
+ #@ tribe-events-calendar
378
+ #: ../admin-views/venue-meta-box.php:58
379
+ msgid "State or Province:"
380
+ msgstr "Država ili provincija:"
381
+
382
+ #@ tribe-events-calendar
383
+ #: ../admin-views/venue-meta-box.php:61
384
+ msgid "Select a State:"
385
+ msgstr "Odaberite državu:"
386
+
387
+ #@ tribe-events-calendar
388
+ #: ../admin-views/venue-meta-box.php:79
389
+ msgid "Postal Code:"
390
+ msgstr "Poštanski broj: "
391
+
392
+ #@ tribe-events-calendar
393
+ #: ../admin-views/widget-admin-list.php:11
394
+ msgid "Title:"
395
+ msgstr "Titula: "
396
+
397
+ #@ tribe-events-calendar
398
+ #: ../admin-views/widget-admin-list.php:16
399
+ msgid "Show:"
400
+ msgstr "Prikaži:"
401
+
402
+ #@ tribe-events-calendar
403
+ #: ../admin-views/widget-admin-list.php:24
404
+ msgid "Show widget only if there are upcoming events:"
405
+ msgstr "Prikaži vidžet samo ako ima nadolazećih događaja: "
406
+
407
+ #@ tribe-events-calendar
408
+ #: ../admin-views/widget-admin-list.php:30
409
+ msgid "If you wish to customize the widget display yourself, see the file views/events-list-load-widget-display.php inside the Events Premium plugin."
410
+ msgstr "Ako želite da podesite izgled vidžeta pogledajte fajl views/events-list-load-widget-display.php unutar Events Premium plagina."
411
+
412
+ #@ tribe-events-calendar
413
+ #: ../lib/the-events-calendar.class.php:255
414
+ msgid "The Events Calendar"
415
+ msgstr "Kalendar događaja"
416
+
417
+ #@ tribe-events-calendar
418
+ #: ../lib/the-events-calendar.class.php:258
419
+ msgid "category"
420
+ msgstr "kategorija"
421
+
422
+ #@ tribe-events-calendar
423
+ #: ../lib/the-events-calendar.class.php:259
424
+ msgid "month"
425
+ msgstr "mjesec"
426
+
427
+ #@ tribe-events-calendar
428
+ #: ../lib/the-events-calendar.class.php:260
429
+ msgid "upcoming"
430
+ msgstr "predstojeći"
431
+
432
+ #@ tribe-events-calendar
433
+ #: ../lib/the-events-calendar.class.php:261
434
+ msgid "past"
435
+ msgstr "prethodni"
436
+
437
+ #@ tribe-events-calendar
438
+ #: ../lib/the-events-calendar.class.php:263
439
+ msgid "venue"
440
+ msgstr "mjesto"
441
+
442
+ #@ tribe-events-calendar
443
+ #: ../lib/the-events-calendar.class.php:273
444
+ #, php-format
445
+ msgid "Initializing Tribe Events on %s"
446
+ msgstr "Inicijalizacija Tribe Events na %s"
447
+
448
+ #@ tribe-events-calendar
449
+ #: ../lib/the-events-calendar.class.php:330
450
+ #, php-format
451
+ msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
452
+ msgstr "Žao nam je, The Events Calendar zahteva WordPress %s ili noviji. Molimo vas da ažurirate vašu Wordpress instalaciju."
453
+
454
+ #@ tribe-events-calendar
455
+ #: ../lib/the-events-calendar.class.php:333
456
+ #, php-format
457
+ msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
458
+ msgstr "Žao nam je, The Events Calendar zahteva PHP %s ili noviji. Pričajte sa vašim hostom o prebacivanju na noviju verziju PHP-a."
459
+
460
+ #@ tribe-events-calendar
461
+ #: ../lib/the-events-calendar.class.php:454
462
+ msgid "Upcoming Events"
463
+ msgstr "Predstojeći događaji"
464
+
465
+ #@ tribe-events-calendar
466
+ #: ../lib/the-events-calendar.class.php:456
467
+ msgid "Past Events"
468
+ msgstr "Prošli događaji"
469
+
470
+ #@ tribe-events-calendar
471
+ #: ../lib/the-events-calendar.class.php:460
472
+ #: ../lib/the-events-calendar.class.php:466
473
+ #, php-format
474
+ msgid "Events for %s"
475
+ msgstr "Događaji za %s"
476
+
477
+ #@ tribe-events-calendar
478
+ #: ../lib/the-events-calendar.class.php:462
479
+ msgid "Events this month"
480
+ msgstr "Događaji ovog mjeseca"
481
+
482
+ #@ tribe-events-calendar
483
+ #: ../lib/the-events-calendar.class.php:472
484
+ #, php-format
485
+ msgid "Events at %s"
486
+ msgstr "Događaji u %s"
487
+
488
+ #@ tribe-events-calendar
489
+ #: ../lib/the-events-calendar.class.php:485
490
+ msgid "No description has been entered for this event."
491
+ msgstr "Nema opisa za ovaj događaj."
492
+
493
+ #@ tribe-events-calendar
494
+ #: ../lib/the-events-calendar.class.php:594
495
+ msgid "Events"
496
+ msgstr "Događaji"
497
+
498
+ #@ tribe-events-calendar
499
+ #: ../lib/the-events-calendar.class.php:595
500
+ msgid "Event"
501
+ msgstr "Događaj"
502
+
503
+ #@ tribe-events-calendar
504
+ #: ../lib/the-events-calendar.class.php:596
505
+ #: ../lib/the-events-calendar.class.php:609
506
+ #: ../lib/the-events-calendar.class.php:622
507
+ msgid "Add New"
508
+ msgstr "Dodaj novi"
509
+
510
+ #@ tribe-events-calendar
511
+ #: ../lib/the-events-calendar.class.php:597
512
+ msgid "Add New Event"
513
+ msgstr "Dodaj novi događaj"
514
+
515
+ #@ tribe-events-calendar
516
+ #: ../lib/the-events-calendar.class.php:598
517
+ msgid "Edit Event"
518
+ msgstr "Uredi događaj"
519
+
520
+ #@ tribe-events-calendar
521
+ #: ../lib/the-events-calendar.class.php:599
522
+ msgid "New Event"
523
+ msgstr "Novi događaj"
524
+
525
+ #@ tribe-events-calendar
526
+ #: ../lib/the-events-calendar.class.php:600
527
+ msgid "View Event"
528
+ msgstr "Pogledaj događaj"
529
+
530
+ #@ tribe-events-calendar
531
+ #: ../lib/the-events-calendar.class.php:601
532
+ msgid "Search Events"
533
+ msgstr "Pretraži događaje"
534
+
535
+ #@ tribe-events-calendar
536
+ #: ../lib/the-events-calendar.class.php:602
537
+ msgid "No events found"
538
+ msgstr "Nema nađenih događaja"
539
+
540
+ #@ tribe-events-calendar
541
+ #: ../lib/the-events-calendar.class.php:603
542
+ msgid "No events found in Trash"
543
+ msgstr "Nema nađenih događaja u smeću"
544
+
545
+ #@ tribe-events-calendar
546
+ #: ../lib/the-events-calendar.class.php:607
547
+ msgid "Venues"
548
+ msgstr "Mjesta"
549
+
550
+ #@ tribe-events-calendar
551
+ #: ../lib/the-events-calendar.class.php:608
552
+ msgid "Venue"
553
+ msgstr "Mjesto"
554
+
555
+ #@ tribe-events-calendar
556
+ #: ../lib/the-events-calendar.class.php:610
557
+ msgid "Add New Venue"
558
+ msgstr "Dodaj novo mjesto"
559
+
560
+ #@ tribe-events-calendar
561
+ #: ../lib/the-events-calendar.class.php:611
562
+ msgid "Edit Venue"
563
+ msgstr "Izmeni mjesto"
564
+
565
+ #@ tribe-events-calendar
566
+ #: ../lib/the-events-calendar.class.php:612
567
+ msgid "New Venue"
568
+ msgstr "Novo mjesto"
569
+
570
+ #@ tribe-events-calendar
571
+ #: ../lib/the-events-calendar.class.php:613
572
+ #: ../lib/the-events-calendar.class.php:626
573
+ msgid "View Venue"
574
+ msgstr "Pogledaj mjesto"
575
+
576
+ #@ tribe-events-calendar
577
+ #: ../lib/the-events-calendar.class.php:614
578
+ msgid "Search Venues"
579
+ msgstr "Pretraži mjesta"
580
+
581
+ #@ tribe-events-calendar
582
+ #: ../lib/the-events-calendar.class.php:615
583
+ msgid "No venue found"
584
+ msgstr "Nema nađenih mjesta"
585
+
586
+ #@ tribe-events-calendar
587
+ #: ../lib/the-events-calendar.class.php:616
588
+ msgid "No venues found in Trash"
589
+ msgstr "Nema nađenih mjesta u smeću"
590
+
591
+ #@ tribe-events-calendar
592
+ #: ../lib/the-events-calendar.class.php:620
593
+ msgid "Organizers"
594
+ msgstr "Organizatori"
595
+
596
+ #@ tribe-events-calendar
597
+ #: ../lib/the-events-calendar.class.php:621
598
+ msgid "Organizer"
599
+ msgstr "Organizator"
600
+
601
+ #@ tribe-events-calendar
602
+ #: ../lib/the-events-calendar.class.php:623
603
+ msgid "Add New Organizer"
604
+ msgstr "Dodaj novog organizatora"
605
+
606
+ #@ tribe-events-calendar
607
+ #: ../lib/the-events-calendar.class.php:624
608
+ msgid "Edit Organizer"
609
+ msgstr "Izmjeni organizatora"
610
+
611
+ #@ tribe-events-calendar
612
+ #: ../lib/the-events-calendar.class.php:625
613
+ msgid "New Organizer"
614
+ msgstr "Novi organizator"
615
+
616
+ #@ tribe-events-calendar
617
+ #: ../lib/the-events-calendar.class.php:627
618
+ msgid "Search Organizers"
619
+ msgstr "Pretraži organizatore"
620
+
621
+ #@ tribe-events-calendar
622
+ #: ../lib/the-events-calendar.class.php:628
623
+ msgid "No organizer found"
624
+ msgstr "Nema nađenih organizatora"
625
+
626
+ #@ tribe-events-calendar
627
+ #: ../lib/the-events-calendar.class.php:629
628
+ msgid "No organizers found in Trash"
629
+ msgstr "Nema nađenih organizatora u smeću"
630
+
631
+ #@ tribe-events-calendar
632
+ #: ../lib/the-events-calendar.class.php:633
633
+ #: ../lib/tribe-admin-events-list.class.php:172
634
+ msgid "Event Categories"
635
+ msgstr "Kategorije događaja"
636
+
637
+ #@ tribe-events-calendar
638
+ #: ../lib/the-events-calendar.class.php:634
639
+ msgid "Event Category"
640
+ msgstr "Kategorija događaja"
641
+
642
+ #@ tribe-events-calendar
643
+ #: ../lib/the-events-calendar.class.php:635
644
+ msgid "Search Event Categories"
645
+ msgstr "Pretraži kategorije događaja"
646
+
647
+ #@ tribe-events-calendar
648
+ #: ../lib/the-events-calendar.class.php:636
649
+ msgid "All Event Categories"
650
+ msgstr "Sve kategorije događaja"
651
+
652
+ #@ tribe-events-calendar
653
+ #: ../lib/the-events-calendar.class.php:637
654
+ msgid "Parent Event Category"
655
+ msgstr "Roditeljska kategorija događaja"
656
+
657
+ #@ tribe-events-calendar
658
+ #: ../lib/the-events-calendar.class.php:638
659
+ msgid "Parent Event Category:"
660
+ msgstr "Roditeljska kategorija događaja:"
661
+
662
+ #@ tribe-events-calendar
663
+ #: ../lib/the-events-calendar.class.php:639
664
+ msgid "Edit Event Category"
665
+ msgstr "Izmjeni kategoriju događaja"
666
+
667
+ #@ tribe-events-calendar
668
+ #: ../lib/the-events-calendar.class.php:640
669
+ msgid "Update Event Category"
670
+ msgstr "Ažuriraj kategoriju događaja"
671
+
672
+ #@ tribe-events-calendar
673
+ #: ../lib/the-events-calendar.class.php:641
674
+ msgid "Add New Event Category"
675
+ msgstr "Dodaj novu kategoriju događaja"
676
+
677
+ #@ tribe-events-calendar
678
+ #: ../lib/the-events-calendar.class.php:642
679
+ msgid "New Event Category Name"
680
+ msgstr "Novo ime kategorije događaja"
681
+
682
+ #@ tribe-events-calendar
683
+ #: ../lib/the-events-calendar.class.php:652
684
+ #, php-format
685
+ msgid "Event updated. <a href=\"%s\">View event</a>"
686
+ msgstr "Događaj ažuriran. <a href=\"%s\">Pogledaj događaj</a>"
687
+
688
+ #@ tribe-events-calendar
689
+ #: ../lib/the-events-calendar.class.php:653
690
+ #: ../lib/the-events-calendar.class.php:670
691
+ #: ../lib/the-events-calendar.class.php:687
692
+ msgid "Custom field updated."
693
+ msgstr "Prilagođeno polje ažurirano."
694
+
695
+ #@ tribe-events-calendar
696
+ #: ../lib/the-events-calendar.class.php:654
697
+ #: ../lib/the-events-calendar.class.php:671
698
+ #: ../lib/the-events-calendar.class.php:688
699
+ msgid "Custom field deleted."
700
+ msgstr "Prilagođeno polje obrisano."
701
+
702
+ #@ tribe-events-calendar
703
+ #: ../lib/the-events-calendar.class.php:655
704
+ msgid "Event updated."
705
+ msgstr "Događaj ažuriran."
706
+
707
+ #@ tribe-events-calendar
708
+ #: ../lib/the-events-calendar.class.php:657
709
+ #, php-format
710
+ msgid "Event restored to revision from %s"
711
+ msgstr "Događaj vraćen na reviziju od %s"
712
+
713
+ #@ tribe-events-calendar
714
+ #: ../lib/the-events-calendar.class.php:658
715
+ #, php-format
716
+ msgid "Event published. <a href=\"%s\">View event</a>"
717
+ msgstr "Događaj objavljen. <a href=\"%s\">Pogledaj događaj</a>"
718
+
719
+ #@ tribe-events-calendar
720
+ #: ../lib/the-events-calendar.class.php:659
721
+ msgid "Event saved."
722
+ msgstr "Događaj sačuvan."
723
+
724
+ #@ tribe-events-calendar
725
+ #: ../lib/the-events-calendar.class.php:660
726
+ #, php-format
727
+ msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
728
+ msgstr "Događaj poslat. <a target=\"_blank\" href=\"%s\">Pregled događaja</a>"
729
+
730
+ #@ tribe-events-calendar
731
+ #: ../lib/the-events-calendar.class.php:661
732
+ #, php-format
733
+ msgid "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview event</a>"
734
+ msgstr "Događaj stavljen na raspored za: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Pregled događaja</a>"
735
+
736
+ #@ tribe-events-calendar
737
+ #: ../lib/the-events-calendar.class.php:663
738
+ #: ../lib/the-events-calendar.class.php:680
739
+ #: ../lib/the-events-calendar.class.php:697
740
+ msgid "M j, Y @ G:i"
741
+ msgstr "M j, Y @ G:i"
742
+
743
+ #@ tribe-events-calendar
744
+ #: ../lib/the-events-calendar.class.php:664
745
+ #, php-format
746
+ msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
747
+ msgstr "Nacrt ažiruran. <a target=\"_blank\" href=\"%s\">Pregled događaja</a>"
748
+
749
+ #@ tribe-events-calendar
750
+ #: ../lib/the-events-calendar.class.php:669
751
+ #, php-format
752
+ msgid "Venue updated. <a href=\"%s\">View venue</a>"
753
+ msgstr "Mjesto ažurirano. <a href=\"%s\">Vidi mjesto</a>"
754
+
755
+ #@ tribe-events-calendar
756
+ #: ../lib/the-events-calendar.class.php:672
757
+ msgid "Venue updated."
758
+ msgstr "Mjesto ažurirano. "
759
+
760
+ #@ tribe-events-calendar
761
+ #: ../lib/the-events-calendar.class.php:674
762
+ #, php-format
763
+ msgid "Venue restored to revision from %s"
764
+ msgstr "Mjesto vraćeno na reviziju od %s"
765
+
766
+ #@ tribe-events-calendar
767
+ #: ../lib/the-events-calendar.class.php:675
768
+ #, php-format
769
+ msgid "Venue published. <a href=\"%s\">View venue</a>"
770
+ msgstr "Mjesto objavljeno. <a href=\"%s\">Vidi mjesto</a>"
771
+
772
+ #@ tribe-events-calendar
773
+ #: ../lib/the-events-calendar.class.php:676
774
+ msgid "Venue saved."
775
+ msgstr "Mjesto sačuvano."
776
+
777
+ #@ tribe-events-calendar
778
+ #: ../lib/the-events-calendar.class.php:677
779
+ #, php-format
780
+ msgid "Venue submitted. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
781
+ msgstr "Mjesto poslato. <a target=\"_blank\" href=\"%s\">Pregled mesta</a>"
782
+
783
+ #@ tribe-events-calendar
784
+ #: ../lib/the-events-calendar.class.php:678
785
+ #, php-format
786
+ msgid "Venue scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview venue</a>"
787
+ msgstr "Mjesto stavljeno na raspored za: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Pregled mjesta</a>"
788
+
789
+ #@ tribe-events-calendar
790
+ #: ../lib/the-events-calendar.class.php:681
791
+ #, php-format
792
+ msgid "Venue draft updated. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
793
+ msgstr "Nacrt mjesta ažiruran. <a target=\"_blank\" href=\"%s\">Pregled mjesta</a>"
794
+
795
+ #@ tribe-events-calendar
796
+ #: ../lib/the-events-calendar.class.php:686
797
+ #, php-format
798
+ msgid "Organizer updated. <a href=\"%s\">View organizer</a>"
799
+ msgstr "Organizator ažuriran. <a href=\"%s\">Vidi organizatora</a>"
800
+
801
+ #@ tribe-events-calendar
802
+ #: ../lib/the-events-calendar.class.php:689
803
+ msgid "Organizer updated."
804
+ msgstr "Organizator ažuriran."
805
+
806
+ #@ tribe-events-calendar
807
+ #: ../lib/the-events-calendar.class.php:691
808
+ #, php-format
809
+ msgid "Organizer restored to revision from %s"
810
+ msgstr "Organizator vraćen na reviziju od %s"
811
+
812
+ #@ tribe-events-calendar
813
+ #: ../lib/the-events-calendar.class.php:692
814
+ #, php-format
815
+ msgid "Organizer published. <a href=\"%s\">View organizer</a>"
816
+ msgstr "Organizator objavljen. <a href=\"%s\">Vidi organizatora</a>"
817
+
818
+ #@ tribe-events-calendar
819
+ #: ../lib/the-events-calendar.class.php:693
820
+ msgid "Organizer saved."
821
+ msgstr "Organizator sačuvan."
822
+
823
+ #@ tribe-events-calendar
824
+ #: ../lib/the-events-calendar.class.php:694
825
+ #, php-format
826
+ msgid "Organizer submitted. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
827
+ msgstr "Organizator poslat. <a target=\"_blank\" href=\"%s\">Pregled organizatora</a>"
828
+
829
+ #@ tribe-events-calendar
830
+ #: ../lib/the-events-calendar.class.php:695
831
+ #, php-format
832
+ msgid "Organizer scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview organizer</a>"
833
+ msgstr "Organizator stavljen na raspored za: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Pregled organizatora</a>"
834
+
835
+ #@ tribe-events-calendar
836
+ #: ../lib/the-events-calendar.class.php:698
837
+ #, php-format
838
+ msgid "Organizer draft updated. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
839
+ msgstr "Nacrt organizatora ažiruran. <a target=\"_blank\" href=\"%s\">Pregled organizatora</a>"
840
+
841
+ #@ tribe-events-calendar
842
+ #: ../lib/the-events-calendar.class.php:753
843
+ msgid "Next"
844
+ msgstr "Sljedeći"
845
+
846
+ #@ tribe-events-calendar
847
+ #: ../lib/the-events-calendar.class.php:754
848
+ msgid "Prev"
849
+ msgstr "Prethodni"
850
+
851
+ #@ tribe-events-calendar
852
+ #: ../lib/the-events-calendar.class.php:755
853
+ msgid "Today"
854
+ msgstr "Danas"
855
+
856
+ #@ tribe-events-calendar
857
+ #: ../lib/the-events-calendar.class.php:756
858
+ msgid "Done"
859
+ msgstr "Gotovo"
860
+
861
+ #@ tribe-events-calendar
862
+ #: ../lib/the-events-calendar.class.php:1944
863
+ msgid "Event Options"
864
+ msgstr "Opcije događaja"
865
+
866
+ #@ tribe-events-calendar
867
+ #: ../lib/the-events-calendar.class.php:1946
868
+ msgid "Venue Information"
869
+ msgstr "Informacije o mjestu"
870
+
871
+ #@ tribe-events-calendar
872
+ #: ../lib/the-events-calendar.class.php:1947
873
+ msgid "Organizer Information"
874
+ msgstr "Informacije o organizatoru"
875
+
876
+ #@ tribe-events-calendar
877
+ #: ../lib/the-events-calendar.class.php:2060
878
+ msgid "Support"
879
+ msgstr "Podrška"
880
+
881
+ #@ tribe-events-calendar
882
+ #: ../lib/the-events-calendar.class.php:2063
883
+ msgid "View All Add-Ons"
884
+ msgstr "Pogledaj sve add-one"
885
+
886
+ #@ tribe-events-calendar
887
+ #: ../lib/the-events-calendar.class.php:2070
888
+ msgid "News from Modern Tribe"
889
+ msgstr "Modern Tribe vjesti"
890
+
891
+ #@ tribe-events-calendar
892
+ #: ../lib/the-events-calendar.class.php:2115
893
+ msgid "Additional Functionality"
894
+ msgstr "Dodatna funkcionalnost"
895
+
896
+ #@ tribe-events-calendar
897
+ #: ../lib/the-events-calendar.class.php:2120
898
+ #: ../lib/the-events-calendar.class.php:2126
899
+ msgid "Looking for additional functionality including recurring events, custom meta, community events, ticket sales and more?"
900
+ msgstr "Potrebna vam je dodatna funkcionalnost uključujući ponavljajuće događaje, prilagođen meta, zajednički događaji, prodaja karata i još dosta toga?"
901
+
902
+ #@ tribe-events-calendar
903
+ #: ../lib/the-events-calendar.class.php:2120
904
+ #: ../lib/the-events-calendar.class.php:2127
905
+ #, php-format
906
+ msgid "Check out the <a href=\"%s\">available Add-Ons</a>."
907
+ msgstr "Pogledajte <a href=\"%s\">dostupne Add-one</a>."
908
+
909
+ #@ tribe-events-calendar
910
+ #: ../lib/tribe-admin-events-list.class.php:40
911
+ #, php-format
912
+ msgid "View &#8220;%s&#8221;"
913
+ msgstr "Pogledajte &#8220;%s&#8221;"
914
+
915
+ #@ tribe-events-calendar
916
+ #: ../lib/tribe-admin-events-list.class.php:40
917
+ msgid "View"
918
+ msgstr "Pogledajte"
919
+
920
+ #@ tribe-events-calendar
921
+ #: ../lib/tribe-admin-events-list.class.php:177
922
+ msgid "Start Date"
923
+ msgstr "Datum početka"
924
+
925
+ #@ tribe-events-calendar
926
+ #: ../lib/tribe-admin-events-list.class.php:178
927
+ msgid "End Date"
928
+ msgstr "Datum završetka"
929
+
930
+ #@ tribe-events-calendar
931
+ #: ../lib/tribe-admin-events-list.class.php:179
932
+ msgid "Recurring?"
933
+ msgstr "Ponavljajući?"
934
+
935
+ #@ tribe-events-calendar
936
+ #: ../lib/tribe-admin-events-list.class.php:222
937
+ msgid "Yes"
938
+ msgstr "Da"
939
+
940
+ #@ tribe-events-calendar
941
+ #: ../lib/tribe-admin-events-list.class.php:222
942
+ msgid "No"
943
+ msgstr "Ne"
944
+
945
+ #@ tribe-events-calendar
946
+ #: ../lib/tribe-admin-events-list.class.php:276
947
+ #, php-format
948
+ msgid "All %s"
949
+ msgstr "Svi %s"
950
+
951
+ #@ tribe-events-calendar
952
+ #: ../lib/tribe-debug-bar.class.php:18
953
+ msgid "Tribe"
954
+ msgstr "Tribe"
955
+
956
+ #@ tribe-events-calendar
957
+ #: ../lib/tribe-event-exception.class.php:17
958
+ #: ../lib/tribe-event-exception.class.php:34
959
+ msgid "Error"
960
+ msgstr "Greška"
961
+
962
+ #@ tribe-events-calendar
963
+ #: ../lib/tribe-the-events-calendar-import.class.php:44
964
+ msgid "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make sure you have backed up before proceeding any further. You can easily <a href=\" http://wordpress.org/extend/plugins/the-events-calendar/download/\">revert to an old version</a> if you want to backup first. This upgrade includes two major steps, <a href=\"options-general.php?page=tribe-events-calendar\">migrating data</a> & updating your templates as necessary. There have been significant changes to the template tags and functions. Check out our <a href=\"http://tri.be/migrating-from-events-calendar-1-6-5-to-2-0\">walkthrough on the upgrade</a> before proceeding and check out the FAQ & Knowledge base from the <a href=\"http://tri.be/support/\">support page</a>. If you're new to The Events Calendar, you may want to review our <a href=\"http://tri.be/support/documentation/events-calendar-pro-new-user-primer/\">new user primer</a>.<br/><br/> You have events that need to be migrated. Please visit the bottom of the <a href=\"options-general.php?page=tribe-events-calendar\">settings page</a> to perform the migration."
965
+ msgstr "Dobrodošli na Events 2.0! Ovo je VELIKO poboljšanje od 1.6.5 Molimo vas da uradite bekap pre nastavka. Možete se lako<a href=\" http://wordpress.org/extend/plugins/the-events-calendar/download/\">vratiti na staru verziju</a> ako želite da prvo uradite bekap. Ova nadogradnja uključuje dva glavna koraka, <a href=\"options-general.php?page=tribe-events-calendar\">migraciju podataka</a> i nadogradnji vaših šablona po potrebi. Postoje značajne promjene u tagovima i funkcionalnosti. Pogledajte <a href=\"http://tri.be/migrating-from-events-calendar-1-6-5-to-2-0\">walkthrough on the upgrade</a> pre nastavka i pogledajte FAQ na <a href=\"http://tri.be/support/\">stranici podrške</a>. Ako ste novi korisnik The Events Calendar-a možda bi ste željeli da pogledate <a href=\"http://tri.be/support/documentation/events-calendar-pro-new-user-primer/\">upute za nove korisnike</a>.<br/><br/> Imate događaje kojima treba migracija? Molimo vas otiđite na dno <a href=\"options-general.php?page=tribe-events-calendar\">stranice za postavke</a> da izvršite migraciju."
966
+
967
+ #@ tribe-events-calendar
968
+ #: ../lib/tribe-the-events-calendar-import.class.php:54
969
+ msgid "Upgrade from The Events Calendar"
970
+ msgstr "Nadogradite sa The Events Calendar"
971
+
972
+ #@ tribe-events-calendar
973
+ #: ../lib/tribe-the-events-calendar-import.class.php:55
974
+ msgid "It appears that you have some old events calendar data that needs to be upgraded. Please be sure to back up your database before initiating the upgrade. This process can not be undone."
975
+ msgstr "Izgleda da imate podatke iz starog kalendara kojima treba nadogradnja. Molimo vas da uradite bekap vaše baze pre nadogradnje. Ovaj proces ne može biti povraćen."
976
+
977
+ #@ tribe-events-calendar
978
+ #: ../lib/tribe-the-events-calendar-import.class.php:56
979
+ msgid "Migrate Data!"
980
+ msgstr "Migracija podataka!"
981
+
982
+ #@ tribe-events-calendar
983
+ #: ../lib/tribe-the-events-calendar-import.class.php:132
984
+ #, php-format
985
+ msgid "You successfully migrated (%d) entries."
986
+ msgstr "Uspešno ste migrirali (%d) unosa."
987
+
988
+ #@ tribe-events-calendar
989
+ #: ../lib/tribe-the-events-calendar-import.class.php:203
990
+ msgid "Install has 1 or more legacy event!"
991
+ msgstr "Instalacija ima 1 ili više zaveštanih događaja."
992
+
993
+ #@ tribe-events-calendar
994
+ #: ../lib/tribe-view-helpers.class.php:16
995
+ #: ../lib/tribe-view-helpers.class.php:33
996
+ msgid "Select a Country:"
997
+ msgstr "Odaberite zemlju:"
998
+
999
+ #@ tribe-events-calendar
1000
+ #: ../lib/tribe-view-helpers.class.php:34
1001
+ msgid "United States"
1002
+ msgstr "Sjedinjene Države"
1003
+
1004
+ #@ tribe-events-calendar
1005
+ #: ../lib/tribe-view-helpers.class.php:35
1006
+ msgid "Afghanistan"
1007
+ msgstr "Afganistan"
1008
+
1009
+ #@ tribe-events-calendar
1010
+ #: ../lib/tribe-view-helpers.class.php:36
1011
+ msgid "Albania"
1012
+ msgstr "Albania"
1013
+
1014
+ #@ tribe-events-calendar
1015
+ #: ../lib/tribe-view-helpers.class.php:37
1016
+ msgid "Algeria"
1017
+ msgstr "Alžir"
1018
+
1019
+ #@ tribe-events-calendar
1020
+ #: ../lib/tribe-view-helpers.class.php:38
1021
+ msgid "American Samoa"
1022
+ msgstr "Američka Samoa"
1023
+
1024
+ #@ tribe-events-calendar
1025
+ #: ../lib/tribe-view-helpers.class.php:39
1026
+ msgid "Andorra"
1027
+ msgstr "Andora"
1028
+
1029
+ #@ tribe-events-calendar
1030
+ #: ../lib/tribe-view-helpers.class.php:40
1031
+ msgid "Angola"
1032
+ msgstr "Angola"
1033
+
1034
+ #@ tribe-events-calendar
1035
+ #: ../lib/tribe-view-helpers.class.php:41
1036
+ msgid "Anguilla"
1037
+ msgstr "Angvila"
1038
+
1039
+ #@ tribe-events-calendar
1040
+ #: ../lib/tribe-view-helpers.class.php:42
1041
+ msgid "Antarctica"
1042
+ msgstr "Antarktik"
1043
+
1044
+ #@ tribe-events-calendar
1045
+ #: ../lib/tribe-view-helpers.class.php:43
1046
+ msgid "Antigua And Barbuda"
1047
+ msgstr "Antigva i Barbuda"
1048
+
1049
+ #@ tribe-events-calendar
1050
+ #: ../lib/tribe-view-helpers.class.php:44
1051
+ msgid "Argentina"
1052
+ msgstr "Argentina"
1053
+
1054
+ #@ tribe-events-calendar
1055
+ #: ../lib/tribe-view-helpers.class.php:45
1056
+ msgid "Armenia"
1057
+ msgstr "Armenija"
1058
+
1059
+ #@ tribe-events-calendar
1060
+ #: ../lib/tribe-view-helpers.class.php:46
1061
+ msgid "Aruba"
1062
+ msgstr "Aruba"
1063
+
1064
+ #@ tribe-events-calendar
1065
+ #: ../lib/tribe-view-helpers.class.php:47
1066
+ msgid "Australia"
1067
+ msgstr "Australija"
1068
+
1069
+ #@ tribe-events-calendar
1070
+ #: ../lib/tribe-view-helpers.class.php:48
1071
+ msgid "Austria"
1072
+ msgstr "Austrija"
1073
+
1074
+ #@ tribe-events-calendar
1075
+ #: ../lib/tribe-view-helpers.class.php:49
1076
+ msgid "Azerbaijan"
1077
+ msgstr "Azerbejdžan"
1078
+
1079
+ #@ tribe-events-calendar
1080
+ #: ../lib/tribe-view-helpers.class.php:50
1081
+ msgid "Bahamas"
1082
+ msgstr "Bahami"
1083
+
1084
+ #@ tribe-events-calendar
1085
+ #: ../lib/tribe-view-helpers.class.php:51
1086
+ msgid "Bahrain"
1087
+ msgstr "Bahrin"
1088
+
1089
+ #@ tribe-events-calendar
1090
+ #: ../lib/tribe-view-helpers.class.php:52
1091
+ msgid "Bangladesh"
1092
+ msgstr "Bangladeš"
1093
+
1094
+ #@ tribe-events-calendar
1095
+ #: ../lib/tribe-view-helpers.class.php:53
1096
+ msgid "Barbados"
1097
+ msgstr "Barbados"
1098
+
1099
+ #@ tribe-events-calendar
1100
+ #: ../lib/tribe-view-helpers.class.php:54
1101
+ msgid "Belarus"
1102
+ msgstr "Bjelorusija"
1103
+
1104
+ #@ tribe-events-calendar
1105
+ #: ../lib/tribe-view-helpers.class.php:55
1106
+ msgid "Belgium"
1107
+ msgstr "Belgija"
1108
+
1109
+ #@ tribe-events-calendar
1110
+ #: ../lib/tribe-view-helpers.class.php:56
1111
+ msgid "Belize"
1112
+ msgstr "Belize"
1113
+
1114
+ #@ tribe-events-calendar
1115
+ #: ../lib/tribe-view-helpers.class.php:57
1116
+ msgid "Benin"
1117
+ msgstr "Benin"
1118
+
1119
+ #@ tribe-events-calendar
1120
+ #: ../lib/tribe-view-helpers.class.php:58
1121
+ msgid "Bermuda"
1122
+ msgstr "Bermuda"
1123
+
1124
+ #@ tribe-events-calendar
1125
+ #: ../lib/tribe-view-helpers.class.php:59
1126
+ msgid "Bhutan"
1127
+ msgstr "Butan"
1128
+
1129
+ #@ tribe-events-calendar
1130
+ #: ../lib/tribe-view-helpers.class.php:60
1131
+ msgid "Bolivia"
1132
+ msgstr "Bolivija"
1133
+
1134
+ #@ tribe-events-calendar
1135
+ #: ../lib/tribe-view-helpers.class.php:61
1136
+ msgid "Bosnia And Herzegowina"
1137
+ msgstr "Bosna i Hercegovina"
1138
+
1139
+ #@ tribe-events-calendar
1140
+ #: ../lib/tribe-view-helpers.class.php:62
1141
+ msgid "Botswana"
1142
+ msgstr "Botsvana"
1143
+
1144
+ #@ tribe-events-calendar
1145
+ #: ../lib/tribe-view-helpers.class.php:63
1146
+ msgid "Bouvet Island"
1147
+ msgstr "Buve Ostrva"
1148
+
1149
+ #@ tribe-events-calendar
1150
+ #: ../lib/tribe-view-helpers.class.php:64
1151
+ msgid "Brazil"
1152
+ msgstr "Brazil"
1153
+
1154
+ #@ tribe-events-calendar
1155
+ #: ../lib/tribe-view-helpers.class.php:65
1156
+ msgid "British Indian Ocean Territory"
1157
+ msgstr "Britanska Teriritorija Indijskog Oceana"
1158
+
1159
+ #@ tribe-events-calendar
1160
+ #: ../lib/tribe-view-helpers.class.php:66
1161
+ msgid "Brunei Darussalam"
1162
+ msgstr "Brunej"
1163
+
1164
+ #@ tribe-events-calendar
1165
+ #: ../lib/tribe-view-helpers.class.php:67
1166
+ msgid "Bulgaria"
1167
+ msgstr "Bugarska"
1168
+
1169
+ #@ tribe-events-calendar
1170
+ #: ../lib/tribe-view-helpers.class.php:68
1171
+ msgid "Burkina Faso"
1172
+ msgstr "Burkina Faso"
1173
+
1174
+ #@ tribe-events-calendar
1175
+ #: ../lib/tribe-view-helpers.class.php:69
1176
+ msgid "Burundi"
1177
+ msgstr "Burundi"
1178
+
1179
+ #@ tribe-events-calendar
1180
+ #: ../lib/tribe-view-helpers.class.php:70
1181
+ msgid "Cambodia"
1182
+ msgstr "Kambodža"
1183
+
1184
+ #@ tribe-events-calendar
1185
+ #: ../lib/tribe-view-helpers.class.php:71
1186
+ msgid "Cameroon"
1187
+ msgstr "Kamerun"
1188
+
1189
+ #@ tribe-events-calendar
1190
+ #: ../lib/tribe-view-helpers.class.php:72
1191
+ msgid "Canada"
1192
+ msgstr "Kanada"
1193
+
1194
+ #@ tribe-events-calendar
1195
+ #: ../lib/tribe-view-helpers.class.php:73
1196
+ msgid "Cape Verde"
1197
+ msgstr "Kape Verde"
1198
+
1199
+ #@ tribe-events-calendar
1200
+ #: ../lib/tribe-view-helpers.class.php:74
1201
+ msgid "Cayman Islands"
1202
+ msgstr "Kajmanska ostrva"
1203
+
1204
+ #@ tribe-events-calendar
1205
+ #: ../lib/tribe-view-helpers.class.php:75
1206
+ msgid "Central African Republic"
1207
+ msgstr "Centralna Afrička Republika"
1208
+
1209
+ #@ tribe-events-calendar
1210
+ #: ../lib/tribe-view-helpers.class.php:76
1211
+ msgid "Chad"
1212
+ msgstr "Čad"
1213
+
1214
+ #@ tribe-events-calendar
1215
+ #: ../lib/tribe-view-helpers.class.php:77
1216
+ msgid "Chile"
1217
+ msgstr "Čile"
1218
+
1219
+ #@ tribe-events-calendar
1220
+ #: ../lib/tribe-view-helpers.class.php:78
1221
+ msgid "China"
1222
+ msgstr "Kina"
1223
+
1224
+ #@ tribe-events-calendar
1225
+ #: ../lib/tribe-view-helpers.class.php:79
1226
+ msgid "Christmas Island"
1227
+ msgstr "Božićni Otok"
1228
+
1229
+ #@ tribe-events-calendar
1230
+ #: ../lib/tribe-view-helpers.class.php:80
1231
+ msgid "Cocos (Keeling) Islands"
1232
+ msgstr "Kokos (Kiling) Otoci"
1233
+
1234
+ #@ tribe-events-calendar
1235
+ #: ../lib/tribe-view-helpers.class.php:81
1236
+ msgid "Colombia"
1237
+ msgstr "Kolumbija"
1238
+
1239
+ #@ tribe-events-calendar
1240
+ #: ../lib/tribe-view-helpers.class.php:82
1241
+ msgid "Comoros"
1242
+ msgstr "Komoros"
1243
+
1244
+ #@ tribe-events-calendar
1245
+ #: ../lib/tribe-view-helpers.class.php:83
1246
+ msgid "Congo"
1247
+ msgstr "Kongo"
1248
+
1249
+ #@ tribe-events-calendar
1250
+ #: ../lib/tribe-view-helpers.class.php:84
1251
+ msgid "Congo, The Democratic Republic Of The"
1252
+ msgstr "Kongo, Demokratska Republika"
1253
+
1254
+ #@ tribe-events-calendar
1255
+ #: ../lib/tribe-view-helpers.class.php:85
1256
+ msgid "Cook Islands"
1257
+ msgstr "Kukovi Otoci"
1258
+
1259
+ #@ tribe-events-calendar
1260
+ #: ../lib/tribe-view-helpers.class.php:86
1261
+ msgid "Costa Rica"
1262
+ msgstr "Kostarika"
1263
+
1264
+ #@ tribe-events-calendar
1265
+ #: ../lib/tribe-view-helpers.class.php:87
1266
+ msgid "Cote D'Ivoire"
1267
+ msgstr "Cote D'Ivoire"
1268
+
1269
+ #@ tribe-events-calendar
1270
+ #: ../lib/tribe-view-helpers.class.php:88
1271
+ msgid "Croatia (Local Name: Hrvatska)"
1272
+ msgstr "Hrvatska"
1273
+
1274
+ #@ tribe-events-calendar
1275
+ #: ../lib/tribe-view-helpers.class.php:89
1276
+ msgid "Cuba"
1277
+ msgstr "Kuba"
1278
+
1279
+ #@ tribe-events-calendar
1280
+ #: ../lib/tribe-view-helpers.class.php:90
1281
+ msgid "Cyprus"
1282
+ msgstr "Kipar"
1283
+
1284
+ #@ tribe-events-calendar
1285
+ #: ../lib/tribe-view-helpers.class.php:91
1286
+ msgid "Czech Republic"
1287
+ msgstr "Češka Republika"
1288
+
1289
+ #@ tribe-events-calendar
1290
+ #: ../lib/tribe-view-helpers.class.php:92
1291
+ msgid "Denmark"
1292
+ msgstr "Danska"
1293
+
1294
+ #@ tribe-events-calendar
1295
+ #: ../lib/tribe-view-helpers.class.php:93
1296
+ msgid "Djibouti"
1297
+ msgstr "Džibuti"
1298
+
1299
+ #@ tribe-events-calendar
1300
+ #: ../lib/tribe-view-helpers.class.php:94
1301
+ msgid "Dominica"
1302
+ msgstr "Dominikana"
1303
+
1304
+ #@ tribe-events-calendar
1305
+ #: ../lib/tribe-view-helpers.class.php:95
1306
+ msgid "Dominican Republic"
1307
+ msgstr "Dominikanska Republika"
1308
+
1309
+ #@ tribe-events-calendar
1310
+ #: ../lib/tribe-view-helpers.class.php:96
1311
+ msgid "East Timor"
1312
+ msgstr "Istočni Timor"
1313
+
1314
+ #@ tribe-events-calendar
1315
+ #: ../lib/tribe-view-helpers.class.php:97
1316
+ msgid "Ecuador"
1317
+ msgstr "Ekvator"
1318
+
1319
+ #@ tribe-events-calendar
1320
+ #: ../lib/tribe-view-helpers.class.php:98
1321
+ msgid "Egypt"
1322
+ msgstr "Egipat"
1323
+
1324
+ #@ tribe-events-calendar
1325
+ #: ../lib/tribe-view-helpers.class.php:99
1326
+ msgid "El Salvador"
1327
+ msgstr "El Salvador"
1328
+
1329
+ #@ tribe-events-calendar
1330
+ #: ../lib/tribe-view-helpers.class.php:100
1331
+ msgid "Equatorial Guinea"
1332
+ msgstr "Ekvatorska Gvineja"
1333
+
1334
+ #@ tribe-events-calendar
1335
+ #: ../lib/tribe-view-helpers.class.php:101
1336
+ msgid "Eritrea"
1337
+ msgstr "Eritrea"
1338
+
1339
+ #@ tribe-events-calendar
1340
+ #: ../lib/tribe-view-helpers.class.php:102
1341
+ msgid "Estonia"
1342
+ msgstr "Estonija"
1343
+
1344
+ #@ tribe-events-calendar
1345
+ #: ../lib/tribe-view-helpers.class.php:103
1346
+ msgid "Ethiopia"
1347
+ msgstr "Etiopija"
1348
+
1349
+ #@ tribe-events-calendar
1350
+ #: ../lib/tribe-view-helpers.class.php:104
1351
+ msgid "Falkland Islands (Malvinas)"
1352
+ msgstr "Foklandski Otoci"
1353
+
1354
+ #@ tribe-events-calendar
1355
+ #: ../lib/tribe-view-helpers.class.php:105
1356
+ msgid "Faroe Islands"
1357
+ msgstr "Farski Otoci"
1358
+
1359
+ #@ tribe-events-calendar
1360
+ #: ../lib/tribe-view-helpers.class.php:106
1361
+ msgid "Fiji"
1362
+ msgstr "Fidži"
1363
+
1364
+ #@ tribe-events-calendar
1365
+ #: ../lib/tribe-view-helpers.class.php:107
1366
+ msgid "Finland"
1367
+ msgstr "Finska"
1368
+
1369
+ #@ tribe-events-calendar
1370
+ #: ../lib/tribe-view-helpers.class.php:108
1371
+ msgid "France"
1372
+ msgstr "Francuska"
1373
+
1374
+ #@ tribe-events-calendar
1375
+ #: ../lib/tribe-view-helpers.class.php:109
1376
+ msgid "France, Metropolitan"
1377
+ msgstr "Francuska, Metropolitan"
1378
+
1379
+ #@ tribe-events-calendar
1380
+ #: ../lib/tribe-view-helpers.class.php:110
1381
+ msgid "French Guiana"
1382
+ msgstr "Francuska Gvajana"
1383
+
1384
+ #@ tribe-events-calendar
1385
+ #: ../lib/tribe-view-helpers.class.php:111
1386
+ msgid "French Polynesia"
1387
+ msgstr "Francuska Polinezija"
1388
+
1389
+ #@ tribe-events-calendar
1390
+ #: ../lib/tribe-view-helpers.class.php:112
1391
+ msgid "French Southern Territories"
1392
+ msgstr "Francuske Južne Teritorije"
1393
+
1394
+ #@ tribe-events-calendar
1395
+ #: ../lib/tribe-view-helpers.class.php:113
1396
+ msgid "Gabon"
1397
+ msgstr "Gabon"
1398
+
1399
+ #@ tribe-events-calendar
1400
+ #: ../lib/tribe-view-helpers.class.php:114
1401
+ msgid "Gambia"
1402
+ msgstr "Gambija"
1403
+
1404
+ #@ tribe-events-calendar
1405
+ #: ../lib/tribe-view-helpers.class.php:115
1406
+ #: ../lib/tribe-view-helpers.class.php:303
1407
+ msgid "Georgia"
1408
+ msgstr "Gruzija"
1409
+
1410
+ #@ tribe-events-calendar
1411
+ #: ../lib/tribe-view-helpers.class.php:116
1412
+ msgid "Germany"
1413
+ msgstr "Njemačka"
1414
+
1415
+ #@ tribe-events-calendar
1416
+ #: ../lib/tribe-view-helpers.class.php:117
1417
+ msgid "Ghana"
1418
+ msgstr "Gana"
1419
+
1420
+ #@ tribe-events-calendar
1421
+ #: ../lib/tribe-view-helpers.class.php:118
1422
+ msgid "Gibraltar"
1423
+ msgstr "Gibraltar"
1424
+
1425
+ #@ tribe-events-calendar
1426
+ #: ../lib/tribe-view-helpers.class.php:119
1427
+ msgid "Greece"
1428
+ msgstr "Grčka"
1429
+
1430
+ #@ tribe-events-calendar
1431
+ #: ../lib/tribe-view-helpers.class.php:120
1432
+ msgid "Greenland"
1433
+ msgstr "Grenland"
1434
+
1435
+ #@ tribe-events-calendar
1436
+ #: ../lib/tribe-view-helpers.class.php:121
1437
+ msgid "Grenada"
1438
+ msgstr "Grenada"
1439
+
1440
+ #@ tribe-events-calendar
1441
+ #: ../lib/tribe-view-helpers.class.php:122
1442
+ msgid "Guadeloupe"
1443
+ msgstr "Gvadelupe"
1444
+
1445
+ #@ tribe-events-calendar
1446
+ #: ../lib/tribe-view-helpers.class.php:123
1447
+ msgid "Guam"
1448
+ msgstr "Guam"
1449
+
1450
+ #@ tribe-events-calendar
1451
+ #: ../lib/tribe-view-helpers.class.php:124
1452
+ msgid "Guatemala"
1453
+ msgstr "Gvatemala"
1454
+
1455
+ #@ tribe-events-calendar
1456
+ #: ../lib/tribe-view-helpers.class.php:125
1457
+ msgid "Guinea"
1458
+ msgstr "Gvineja"
1459
+
1460
+ #@ tribe-events-calendar
1461
+ #: ../lib/tribe-view-helpers.class.php:126
1462
+ msgid "Guinea-Bissau"
1463
+ msgstr "Gvineja-Bissau"
1464
+
1465
+ #@ tribe-events-calendar
1466
+ #: ../lib/tribe-view-helpers.class.php:127
1467
+ msgid "Guyana"
1468
+ msgstr "Gvajana"
1469
+
1470
+ #@ tribe-events-calendar
1471
+ #: ../lib/tribe-view-helpers.class.php:128
1472
+ msgid "Haiti"
1473
+ msgstr "Haiti"
1474
+
1475
+ #@ tribe-events-calendar
1476
+ #: ../lib/tribe-view-helpers.class.php:129
1477
+ msgid "Heard And Mc Donald Islands"
1478
+ msgstr "Heard And Mc Donaldovi Otoci"
1479
+
1480
+ #@ tribe-events-calendar
1481
+ #: ../lib/tribe-view-helpers.class.php:130
1482
+ msgid "Holy See (Vatican City State)"
1483
+ msgstr "Vatikan"
1484
+
1485
+ #@ tribe-events-calendar
1486
+ #: ../lib/tribe-view-helpers.class.php:131
1487
+ msgid "Honduras"
1488
+ msgstr "Honduras"
1489
+
1490
+ #@ tribe-events-calendar
1491
+ #: ../lib/tribe-view-helpers.class.php:132
1492
+ msgid "Hong Kong"
1493
+ msgstr "Hong Kong"
1494
+
1495
+ #@ tribe-events-calendar
1496
+ #: ../lib/tribe-view-helpers.class.php:133
1497
+ msgid "Hungary"
1498
+ msgstr "Mađarska"
1499
+
1500
+ #@ tribe-events-calendar
1501
+ #: ../lib/tribe-view-helpers.class.php:134
1502
+ msgid "Iceland"
1503
+ msgstr "Island"
1504
+
1505
+ #@ tribe-events-calendar
1506
+ #: ../lib/tribe-view-helpers.class.php:135
1507
+ msgid "India"
1508
+ msgstr "Indija"
1509
+
1510
+ #@ tribe-events-calendar
1511
+ #: ../lib/tribe-view-helpers.class.php:136
1512
+ msgid "Indonesia"
1513
+ msgstr "Indonesija"
1514
+
1515
+ #@ tribe-events-calendar
1516
+ #: ../lib/tribe-view-helpers.class.php:137
1517
+ msgid "Iran (Islamic Republic Of)"
1518
+ msgstr "Iran"
1519
+
1520
+ #@ tribe-events-calendar
1521
+ #: ../lib/tribe-view-helpers.class.php:138
1522
+ msgid "Iraq"
1523
+ msgstr "Irak"
1524
+
1525
+ #@ tribe-events-calendar
1526
+ #: ../lib/tribe-view-helpers.class.php:139
1527
+ msgid "Ireland"
1528
+ msgstr "Irska"
1529
+
1530
+ #@ tribe-events-calendar
1531
+ #: ../lib/tribe-view-helpers.class.php:140
1532
+ msgid "Israel"
1533
+ msgstr "Izrael"
1534
+
1535
+ #@ tribe-events-calendar
1536
+ #: ../lib/tribe-view-helpers.class.php:141
1537
+ msgid "Italy"
1538
+ msgstr "Italija"
1539
+
1540
+ #@ tribe-events-calendar
1541
+ #: ../lib/tribe-view-helpers.class.php:142
1542
+ msgid "Jamaica"
1543
+ msgstr "Jamajka"
1544
+
1545
+ #@ tribe-events-calendar
1546
+ #: ../lib/tribe-view-helpers.class.php:143
1547
+ msgid "Japan"
1548
+ msgstr "Japan"
1549
+
1550
+ #@ tribe-events-calendar
1551
+ #: ../lib/tribe-view-helpers.class.php:144
1552
+ msgid "Jordan"
1553
+ msgstr "Jordan"
1554
+
1555
+ #@ tribe-events-calendar
1556
+ #: ../lib/tribe-view-helpers.class.php:145
1557
+ msgid "Kazakhstan"
1558
+ msgstr "Kazahstan"
1559
+
1560
+ #@ tribe-events-calendar
1561
+ #: ../lib/tribe-view-helpers.class.php:146
1562
+ msgid "Kenya"
1563
+ msgstr "Kenija"
1564
+
1565
+ #@ tribe-events-calendar
1566
+ #: ../lib/tribe-view-helpers.class.php:147
1567
+ msgid "Kiribati"
1568
+ msgstr "Kiribati"
1569
+
1570
+ #@ tribe-events-calendar
1571
+ #: ../lib/tribe-view-helpers.class.php:148
1572
+ msgid "Korea, Democratic People's Republic Of"
1573
+ msgstr "Koreja, Demokratska Narodna Republika"
1574
+
1575
+ #@ tribe-events-calendar
1576
+ #: ../lib/tribe-view-helpers.class.php:149
1577
+ msgid "Korea, Republic Of"
1578
+ msgstr "Koreja, Republika"
1579
+
1580
+ #@ tribe-events-calendar
1581
+ #: ../lib/tribe-view-helpers.class.php:150
1582
+ msgid "Kuwait"
1583
+ msgstr "Kuvajt"
1584
+
1585
+ #@ tribe-events-calendar
1586
+ #: ../lib/tribe-view-helpers.class.php:151
1587
+ msgid "Kyrgyzstan"
1588
+ msgstr "Kirgistan"
1589
+
1590
+ #@ tribe-events-calendar
1591
+ #: ../lib/tribe-view-helpers.class.php:152
1592
+ msgid "Lao People's Democratic Republic"
1593
+ msgstr "Laoska Narodna Demokratska Republika"
1594
+
1595
+ #@ tribe-events-calendar
1596
+ #: ../lib/tribe-view-helpers.class.php:153
1597
+ msgid "Latvia"
1598
+ msgstr "Latvija"
1599
+
1600
+ #@ tribe-events-calendar
1601
+ #: ../lib/tribe-view-helpers.class.php:154
1602
+ msgid "Lebanon"
1603
+ msgstr "Liban"
1604
+
1605
+ #@ tribe-events-calendar
1606
+ #: ../lib/tribe-view-helpers.class.php:155
1607
+ msgid "Lesotho"
1608
+ msgstr "Lesoto"
1609
+
1610
+ #@ tribe-events-calendar
1611
+ #: ../lib/tribe-view-helpers.class.php:156
1612
+ msgid "Liberia"
1613
+ msgstr "Liberija"
1614
+
1615
+ #@ tribe-events-calendar
1616
+ #: ../lib/tribe-view-helpers.class.php:157
1617
+ msgid "Libya"
1618
+ msgstr "Libija"
1619
+
1620
+ #@ tribe-events-calendar
1621
+ #: ../lib/tribe-view-helpers.class.php:158
1622
+ msgid "Liechtenstein"
1623
+ msgstr "Lihtenštajn"
1624
+
1625
+ #@ tribe-events-calendar
1626
+ #: ../lib/tribe-view-helpers.class.php:159
1627
+ msgid "Lithuania"
1628
+ msgstr "Litvanija"
1629
+
1630
+ #@ tribe-events-calendar
1631
+ #: ../lib/tribe-view-helpers.class.php:160
1632
+ msgid "Luxembourg"
1633
+ msgstr "Luksemburg"
1634
+
1635
+ #@ tribe-events-calendar
1636
+ #: ../lib/tribe-view-helpers.class.php:161
1637
+ msgid "Macau"
1638
+ msgstr "Makao"
1639
+
1640
+ #@ tribe-events-calendar
1641
+ #: ../lib/tribe-view-helpers.class.php:162
1642
+ msgid "Macedonia"
1643
+ msgstr "Makedonija"
1644
+
1645
+ #@ tribe-events-calendar
1646
+ #: ../lib/tribe-view-helpers.class.php:163
1647
+ msgid "Madagascar"
1648
+ msgstr "Madagaskar"
1649
+
1650
+ #@ tribe-events-calendar
1651
+ #: ../lib/tribe-view-helpers.class.php:164
1652
+ msgid "Malawi"
1653
+ msgstr "Malavi"
1654
+
1655
+ #@ tribe-events-calendar
1656
+ #: ../lib/tribe-view-helpers.class.php:165
1657
+ msgid "Malaysia"
1658
+ msgstr "Malezija"
1659
+
1660
+ #@ tribe-events-calendar
1661
+ #: ../lib/tribe-view-helpers.class.php:166
1662
+ msgid "Maldives"
1663
+ msgstr "Malavi"
1664
+
1665
+ #@ tribe-events-calendar
1666
+ #: ../lib/tribe-view-helpers.class.php:167
1667
+ msgid "Mali"
1668
+ msgstr "Mali"
1669
+
1670
+ #@ tribe-events-calendar
1671
+ #: ../lib/tribe-view-helpers.class.php:168
1672
+ msgid "Malta"
1673
+ msgstr "Malta"
1674
+
1675
+ #@ tribe-events-calendar
1676
+ #: ../lib/tribe-view-helpers.class.php:169
1677
+ msgid "Marshall Islands"
1678
+ msgstr "Maršalska Ostrva"
1679
+
1680
+ #@ tribe-events-calendar
1681
+ #: ../lib/tribe-view-helpers.class.php:170
1682
+ msgid "Martinique"
1683
+ msgstr "Martinik"
1684
+
1685
+ #@ tribe-events-calendar
1686
+ #: ../lib/tribe-view-helpers.class.php:171
1687
+ msgid "Mauritania"
1688
+ msgstr "Mauritanija "
1689
+
1690
+ #@ tribe-events-calendar
1691
+ #: ../lib/tribe-view-helpers.class.php:172
1692
+ msgid "Mauritius"
1693
+ msgstr "Mauricijus"
1694
+
1695
+ #@ tribe-events-calendar
1696
+ #: ../lib/tribe-view-helpers.class.php:173
1697
+ msgid "Mayotte"
1698
+ msgstr "Majote"
1699
+
1700
+ #@ tribe-events-calendar
1701
+ #: ../lib/tribe-view-helpers.class.php:174
1702
+ msgid "Mexico"
1703
+ msgstr "Meksiko"
1704
+
1705
+ #@ tribe-events-calendar
1706
+ #: ../lib/tribe-view-helpers.class.php:175
1707
+ msgid "Micronesia, Federated States Of"
1708
+ msgstr "Mikronezija"
1709
+
1710
+ #@ tribe-events-calendar
1711
+ #: ../lib/tribe-view-helpers.class.php:176
1712
+ msgid "Moldova, Republic Of"
1713
+ msgstr "Moldavija"
1714
+
1715
+ #@ tribe-events-calendar
1716
+ #: ../lib/tribe-view-helpers.class.php:177
1717
+ msgid "Monaco"
1718
+ msgstr "Monako"
1719
+
1720
+ #@ tribe-events-calendar
1721
+ #: ../lib/tribe-view-helpers.class.php:178
1722
+ msgid "Mongolia"
1723
+ msgstr "Mongolija"
1724
+
1725
+ #@ tribe-events-calendar
1726
+ #: ../lib/tribe-view-helpers.class.php:179
1727
+ msgid "Montenegro"
1728
+ msgstr "Crna Gora"
1729
+
1730
+ #@ tribe-events-calendar
1731
+ #: ../lib/tribe-view-helpers.class.php:180
1732
+ msgid "Montserrat"
1733
+ msgstr "Montserat"
1734
+
1735
+ #@ tribe-events-calendar
1736
+ #: ../lib/tribe-view-helpers.class.php:181
1737
+ msgid "Morocco"
1738
+ msgstr "Maroko"
1739
+
1740
+ #@ tribe-events-calendar
1741
+ #: ../lib/tribe-view-helpers.class.php:182
1742
+ msgid "Mozambique"
1743
+ msgstr "Mozambik"
1744
+
1745
+ #@ tribe-events-calendar
1746
+ #: ../lib/tribe-view-helpers.class.php:183
1747
+ msgid "Myanmar"
1748
+ msgstr "Mjanmar"
1749
+
1750
+ #@ tribe-events-calendar
1751
+ #: ../lib/tribe-view-helpers.class.php:184
1752
+ msgid "Namibia"
1753
+ msgstr "Namibija"
1754
+
1755
+ #@ tribe-events-calendar
1756
+ #: ../lib/tribe-view-helpers.class.php:185
1757
+ msgid "Nauru"
1758
+ msgstr "Nauru"
1759
+
1760
+ #@ tribe-events-calendar
1761
+ #: ../lib/tribe-view-helpers.class.php:186
1762
+ msgid "Nepal"
1763
+ msgstr "Nepal"
1764
+
1765
+ #@ tribe-events-calendar
1766
+ #: ../lib/tribe-view-helpers.class.php:187
1767
+ msgid "Netherlands"
1768
+ msgstr "Nizozemska"
1769
+
1770
+ #@ tribe-events-calendar
1771
+ #: ../lib/tribe-view-helpers.class.php:188
1772
+ msgid "Netherlands Antilles"
1773
+ msgstr "Nozozemski Antili"
1774
+
1775
+ #@ tribe-events-calendar
1776
+ #: ../lib/tribe-view-helpers.class.php:189
1777
+ msgid "New Caledonia"
1778
+ msgstr "Nova Kaledonija"
1779
+
1780
+ #@ tribe-events-calendar
1781
+ #: ../lib/tribe-view-helpers.class.php:190
1782
+ msgid "New Zealand"
1783
+ msgstr "Novi Zeland"
1784
+
1785
+ #@ tribe-events-calendar
1786
+ #: ../lib/tribe-view-helpers.class.php:191
1787
+ msgid "Nicaragua"
1788
+ msgstr "Nikaragva"
1789
+
1790
+ #@ tribe-events-calendar
1791
+ #: ../lib/tribe-view-helpers.class.php:192
1792
+ msgid "Niger"
1793
+ msgstr "Niger"
1794
+
1795
+ #@ tribe-events-calendar
1796
+ #: ../lib/tribe-view-helpers.class.php:193
1797
+ msgid "Nigeria"
1798
+ msgstr "Nigerija"
1799
+
1800
+ #@ tribe-events-calendar
1801
+ #: ../lib/tribe-view-helpers.class.php:194
1802
+ msgid "Niue"
1803
+ msgstr "Niue"
1804
+
1805
+ #@ tribe-events-calendar
1806
+ #: ../lib/tribe-view-helpers.class.php:195
1807
+ msgid "Norfolk Island"
1808
+ msgstr "Norfolk Ostrva"
1809
+
1810
+ #@ tribe-events-calendar
1811
+ #: ../lib/tribe-view-helpers.class.php:196
1812
+ msgid "Northern Mariana Islands"
1813
+ msgstr "Severna Marijanska Ostrva"
1814
+
1815
+ #@ tribe-events-calendar
1816
+ #: ../lib/tribe-view-helpers.class.php:197
1817
+ msgid "Norway"
1818
+ msgstr "Norveška"
1819
+
1820
+ #@ tribe-events-calendar
1821
+ #: ../lib/tribe-view-helpers.class.php:198
1822
+ msgid "Oman"
1823
+ msgstr "Oman"
1824
+
1825
+ #@ tribe-events-calendar
1826
+ #: ../lib/tribe-view-helpers.class.php:199
1827
+ msgid "Pakistan"
1828
+ msgstr "Pakistan"
1829
+
1830
+ #@ tribe-events-calendar
1831
+ #: ../lib/tribe-view-helpers.class.php:200
1832
+ msgid "Palau"
1833
+ msgstr "Palau"
1834
+
1835
+ #@ tribe-events-calendar
1836
+ #: ../lib/tribe-view-helpers.class.php:201
1837
+ msgid "Panama"
1838
+ msgstr "Panama"
1839
+
1840
+ #@ tribe-events-calendar
1841
+ #: ../lib/tribe-view-helpers.class.php:202
1842
+ msgid "Papua New Guinea"
1843
+ msgstr "Papua Nova Gvineja"
1844
+
1845
+ #@ tribe-events-calendar
1846
+ #: ../lib/tribe-view-helpers.class.php:203
1847
+ msgid "Paraguay"
1848
+ msgstr "Paragvaj"
1849
+
1850
+ #@ tribe-events-calendar
1851
+ #: ../lib/tribe-view-helpers.class.php:204
1852
+ msgid "Peru"
1853
+ msgstr "Peru"
1854
+
1855
+ #@ tribe-events-calendar
1856
+ #: ../lib/tribe-view-helpers.class.php:205
1857
+ msgid "Philippines"
1858
+ msgstr "Filipini"
1859
+
1860
+ #@ tribe-events-calendar
1861
+ #: ../lib/tribe-view-helpers.class.php:206
1862
+ msgid "Pitcairn"
1863
+ msgstr "Pitcairn"
1864
+
1865
+ #@ tribe-events-calendar
1866
+ #: ../lib/tribe-view-helpers.class.php:207
1867
+ msgid "Poland"
1868
+ msgstr "Poljska"
1869
+
1870
+ #@ tribe-events-calendar
1871
+ #: ../lib/tribe-view-helpers.class.php:208
1872
+ msgid "Portugal"
1873
+ msgstr "Portugal"
1874
+
1875
+ #@ tribe-events-calendar
1876
+ #: ../lib/tribe-view-helpers.class.php:209
1877
+ msgid "Puerto Rico"
1878
+ msgstr "Portoriko"
1879
+
1880
+ #@ tribe-events-calendar
1881
+ #: ../lib/tribe-view-helpers.class.php:210
1882
+ msgid "Qatar"
1883
+ msgstr "Kvatar"
1884
+
1885
+ #@ tribe-events-calendar
1886
+ #: ../lib/tribe-view-helpers.class.php:211
1887
+ msgid "Reunion"
1888
+ msgstr "Reunion"
1889
+
1890
+ #@ tribe-events-calendar
1891
+ #: ../lib/tribe-view-helpers.class.php:212
1892
+ msgid "Romania"
1893
+ msgstr "Rumunija"
1894
+
1895
+ #@ tribe-events-calendar
1896
+ #: ../lib/tribe-view-helpers.class.php:213
1897
+ msgid "Russian Federation"
1898
+ msgstr "Rusija"
1899
+
1900
+ #@ tribe-events-calendar
1901
+ #: ../lib/tribe-view-helpers.class.php:214
1902
+ msgid "Rwanda"
1903
+ msgstr "Ruanda"
1904
+
1905
+ #@ tribe-events-calendar
1906
+ #: ../lib/tribe-view-helpers.class.php:215
1907
+ msgid "Saint Kitts And Nevis"
1908
+ msgstr "Sveti Kristofer i Nevis"
1909
+
1910
+ #@ tribe-events-calendar
1911
+ #: ../lib/tribe-view-helpers.class.php:216
1912
+ msgid "Saint Lucia"
1913
+ msgstr "Sveta Lučija"
1914
+
1915
+ #@ tribe-events-calendar
1916
+ #: ../lib/tribe-view-helpers.class.php:217
1917
+ msgid "Saint Vincent And The Grenadines"
1918
+ msgstr "Sveti Vinsent i Grenadini"
1919
+
1920
+ #@ tribe-events-calendar
1921
+ #: ../lib/tribe-view-helpers.class.php:218
1922
+ msgid "Samoa"
1923
+ msgstr "Samoa"
1924
+
1925
+ #@ tribe-events-calendar
1926
+ #: ../lib/tribe-view-helpers.class.php:219
1927
+ msgid "San Marino"
1928
+ msgstr "San Marino"
1929
+
1930
+ #@ tribe-events-calendar
1931
+ #: ../lib/tribe-view-helpers.class.php:220
1932
+ msgid "Sao Tome And Principe"
1933
+ msgstr "Sao Tome And Principe"
1934
+
1935
+ #@ tribe-events-calendar
1936
+ #: ../lib/tribe-view-helpers.class.php:221
1937
+ msgid "Saudi Arabia"
1938
+ msgstr "Saudiska Arabija"
1939
+
1940
+ #@ tribe-events-calendar
1941
+ #: ../lib/tribe-view-helpers.class.php:222
1942
+ msgid "Senegal"
1943
+ msgstr "Senegal"
1944
+
1945
+ #@ tribe-events-calendar
1946
+ #: ../lib/tribe-view-helpers.class.php:223
1947
+ msgid "Serbia"
1948
+ msgstr "Srbija"
1949
+
1950
+ #@ tribe-events-calendar
1951
+ #: ../lib/tribe-view-helpers.class.php:224
1952
+ msgid "Seychelles"
1953
+ msgstr "Sejšeli"
1954
+
1955
+ #@ tribe-events-calendar
1956
+ #: ../lib/tribe-view-helpers.class.php:225
1957
+ msgid "Sierra Leone"
1958
+ msgstr "Sijera Leone"
1959
+
1960
+ #@ tribe-events-calendar
1961
+ #: ../lib/tribe-view-helpers.class.php:226
1962
+ msgid "Singapore"
1963
+ msgstr "Singapur"
1964
+
1965
+ #@ tribe-events-calendar
1966
+ #: ../lib/tribe-view-helpers.class.php:227
1967
+ msgid "Slovakia (Slovak Republic)"
1968
+ msgstr "Slovačka"
1969
+
1970
+ #@ tribe-events-calendar
1971
+ #: ../lib/tribe-view-helpers.class.php:228
1972
+ msgid "Slovenia"
1973
+ msgstr "Slovenija"
1974
+
1975
+ #@ tribe-events-calendar
1976
+ #: ../lib/tribe-view-helpers.class.php:229
1977
+ msgid "Solomon Islands"
1978
+ msgstr "Solomonska Ostrva"
1979
+
1980
+ #@ tribe-events-calendar
1981
+ #: ../lib/tribe-view-helpers.class.php:230
1982
+ msgid "Somalia"
1983
+ msgstr "Somalija"
1984
+
1985
+ #@ tribe-events-calendar
1986
+ #: ../lib/tribe-view-helpers.class.php:231
1987
+ msgid "South Africa"
1988
+ msgstr "Južna Afrika"
1989
+
1990
+ #@ tribe-events-calendar
1991
+ #: ../lib/tribe-view-helpers.class.php:232
1992
+ msgid "South Georgia, South Sandwich Islands"
1993
+ msgstr "Južna Džordžija"
1994
+
1995
+ #@ tribe-events-calendar
1996
+ #: ../lib/tribe-view-helpers.class.php:233
1997
+ msgid "Spain"
1998
+ msgstr "Španija"
1999
+
2000
+ #@ tribe-events-calendar
2001
+ #: ../lib/tribe-view-helpers.class.php:234
2002
+ msgid "Sri Lanka"
2003
+ msgstr "Šri Lanka"
2004
+
2005
+ #@ tribe-events-calendar
2006
+ #: ../lib/tribe-view-helpers.class.php:235
2007
+ msgid "St. Helena"
2008
+ msgstr "Sveta Helena"
2009
+
2010
+ #@ tribe-events-calendar
2011
+ #: ../lib/tribe-view-helpers.class.php:236
2012
+ msgid "St. Pierre And Miquelon"
2013
+ msgstr "Sveti Pierre i Miquelon"
2014
+
2015
+ #@ tribe-events-calendar
2016
+ #: ../lib/tribe-view-helpers.class.php:237
2017
+ msgid "Sudan"
2018
+ msgstr "Sudan"
2019
+
2020
+ #@ tribe-events-calendar
2021
+ #: ../lib/tribe-view-helpers.class.php:238
2022
+ msgid "Suriname"
2023
+ msgstr "Surinam"
2024
+
2025
+ #@ tribe-events-calendar
2026
+ #: ../lib/tribe-view-helpers.class.php:239
2027
+ msgid "Svalbard And Jan Mayen Islands"
2028
+ msgstr "Svalbard"
2029
+
2030
+ #@ tribe-events-calendar
2031
+ #: ../lib/tribe-view-helpers.class.php:240
2032
+ msgid "Swaziland"
2033
+ msgstr "Svaziland"
2034
+
2035
+ #@ tribe-events-calendar
2036
+ #: ../lib/tribe-view-helpers.class.php:241
2037
+ msgid "Sweden"
2038
+ msgstr "Švedska"
2039
+
2040
+ #@ tribe-events-calendar
2041
+ #: ../lib/tribe-view-helpers.class.php:242
2042
+ msgid "Switzerland"
2043
+ msgstr "Švicarska"
2044
+
2045
+ #@ tribe-events-calendar
2046
+ #: ../lib/tribe-view-helpers.class.php:243
2047
+ msgid "Syrian Arab Republic"
2048
+ msgstr "Sirija"
2049
+
2050
+ #@ tribe-events-calendar
2051
+ #: ../lib/tribe-view-helpers.class.php:244
2052
+ msgid "Taiwan"
2053
+ msgstr "Tajvan"
2054
+
2055
+ #@ tribe-events-calendar
2056
+ #: ../lib/tribe-view-helpers.class.php:245
2057
+ msgid "Tajikistan"
2058
+ msgstr "Tadžikistan"
2059
+
2060
+ #@ tribe-events-calendar
2061
+ #: ../lib/tribe-view-helpers.class.php:246
2062
+ msgid "Tanzania, United Republic Of"
2063
+ msgstr "Tanzanija"
2064
+
2065
+ #@ tribe-events-calendar
2066
+ #: ../lib/tribe-view-helpers.class.php:247
2067
+ msgid "Thailand"
2068
+ msgstr "Tajland"
2069
+
2070
+ #@ tribe-events-calendar
2071
+ #: ../lib/tribe-view-helpers.class.php:248
2072
+ msgid "Togo"
2073
+ msgstr "Togo"
2074
+
2075
+ #@ tribe-events-calendar
2076
+ #: ../lib/tribe-view-helpers.class.php:249
2077
+ msgid "Tokelau"
2078
+ msgstr "Tokelau"
2079
+
2080
+ #@ tribe-events-calendar
2081
+ #: ../lib/tribe-view-helpers.class.php:250
2082
+ msgid "Tonga"
2083
+ msgstr "Tonga"
2084
+
2085
+ #@ tribe-events-calendar
2086
+ #: ../lib/tribe-view-helpers.class.php:251
2087
+ msgid "Trinidad And Tobago"
2088
+ msgstr "Trinidad i Tobago"
2089
+
2090
+ #@ tribe-events-calendar
2091
+ #: ../lib/tribe-view-helpers.class.php:252
2092
+ msgid "Tunisia"
2093
+ msgstr "Tunis"
2094
+
2095
+ #@ tribe-events-calendar
2096
+ #: ../lib/tribe-view-helpers.class.php:253
2097
+ msgid "Turkey"
2098
+ msgstr "Turska"
2099
+
2100
+ #@ tribe-events-calendar
2101
+ #: ../lib/tribe-view-helpers.class.php:254
2102
+ msgid "Turkmenistan"
2103
+ msgstr "Turkmenistan"
2104
+
2105
+ #@ tribe-events-calendar
2106
+ #: ../lib/tribe-view-helpers.class.php:255
2107
+ msgid "Turks And Caicos Islands"
2108
+ msgstr "Turks i Caicos Ostrva"
2109
+
2110
+ #@ tribe-events-calendar
2111
+ #: ../lib/tribe-view-helpers.class.php:256
2112
+ msgid "Tuvalu"
2113
+ msgstr "Tuvalu"
2114
+
2115
+ #@ tribe-events-calendar
2116
+ #: ../lib/tribe-view-helpers.class.php:257
2117
+ msgid "Uganda"
2118
+ msgstr "Uganda"
2119
+
2120
+ #@ tribe-events-calendar
2121
+ #: ../lib/tribe-view-helpers.class.php:258
2122
+ msgid "Ukraine"
2123
+ msgstr "Ukrajina"
2124
+
2125
+ #@ tribe-events-calendar
2126
+ #: ../lib/tribe-view-helpers.class.php:259
2127
+ msgid "United Arab Emirates"
2128
+ msgstr "Ujedinjeni Arapski Emirati"
2129
+
2130
+ #@ tribe-events-calendar
2131
+ #: ../lib/tribe-view-helpers.class.php:260
2132
+ msgid "United Kingdom"
2133
+ msgstr "Ujedinjeno Kraljevstvo"
2134
+
2135
+ #@ tribe-events-calendar
2136
+ #: ../lib/tribe-view-helpers.class.php:261
2137
+ msgid "United States Minor Outlying Islands"
2138
+ msgstr "Manji Pacifički Otoci Sjedinjenih Američkih Država"
2139
+
2140
+ #@ tribe-events-calendar
2141
+ #: ../lib/tribe-view-helpers.class.php:262
2142
+ msgid "Uruguay"
2143
+ msgstr "Urugvaj "
2144
+
2145
+ #@ tribe-events-calendar
2146
+ #: ../lib/tribe-view-helpers.class.php:263
2147
+ msgid "Uzbekistan"
2148
+ msgstr "Uzbekistan"
2149
+
2150
+ #@ tribe-events-calendar
2151
+ #: ../lib/tribe-view-helpers.class.php:264
2152
+ msgid "Vanuatu"
2153
+ msgstr "Vanuatu"
2154
+
2155
+ #@ tribe-events-calendar
2156
+ #: ../lib/tribe-view-helpers.class.php:265
2157
+ msgid "Venezuela"
2158
+ msgstr "Venecuela"
2159
+
2160
+ #@ tribe-events-calendar
2161
+ #: ../lib/tribe-view-helpers.class.php:266
2162
+ msgid "Viet Nam"
2163
+ msgstr "Vijetnam"
2164
+
2165
+ #@ tribe-events-calendar
2166
+ #: ../lib/tribe-view-helpers.class.php:267
2167
+ msgid "Virgin Islands (British)"
2168
+ msgstr "DevičanskI Otoci (Britanija)"
2169
+
2170
+ #@ tribe-events-calendar
2171
+ #: ../lib/tribe-view-helpers.class.php:268
2172
+ msgid "Virgin Islands (U.S.)"
2173
+ msgstr "Djevičanski Otoci (SAD)"
2174
+
2175
+ #@ tribe-events-calendar
2176
+ #: ../lib/tribe-view-helpers.class.php:269
2177
+ msgid "Wallis And Futuna Islands"
2178
+ msgstr "Volis i Futuna"
2179
+
2180
+ #@ tribe-events-calendar
2181
+ #: ../lib/tribe-view-helpers.class.php:270
2182
+ msgid "Western Sahara"
2183
+ msgstr "Zapadna Sahara"
2184
+
2185
+ #@ tribe-events-calendar
2186
+ #: ../lib/tribe-view-helpers.class.php:271
2187
+ msgid "Yemen"
2188
+ msgstr "Jemen"
2189
+
2190
+ #@ tribe-events-calendar
2191
+ #: ../lib/tribe-view-helpers.class.php:272
2192
+ msgid "Zambia"
2193
+ msgstr "Zambija"
2194
+
2195
+ #@ tribe-events-calendar
2196
+ #: ../lib/tribe-view-helpers.class.php:273
2197
+ msgid "Zimbabwe"
2198
+ msgstr "Zimbabve"
2199
+
2200
+ #@ tribe-events-calendar
2201
+ #: ../lib/tribe-view-helpers.class.php:293
2202
+ msgid "Alabama"
2203
+ msgstr "Alabama"
2204
+
2205
+ #@ tribe-events-calendar
2206
+ #: ../lib/tribe-view-helpers.class.php:294
2207
+ msgid "Alaska"
2208
+ msgstr "Aljaska"
2209
+
2210
+ #@ tribe-events-calendar
2211
+ #: ../lib/tribe-view-helpers.class.php:295
2212
+ msgid "Arizona"
2213
+ msgstr "Arizona"
2214
+
2215
+ #@ tribe-events-calendar
2216
+ #: ../lib/tribe-view-helpers.class.php:296
2217
+ msgid "Arkansas"
2218
+ msgstr "Arkanzas"
2219
+
2220
+ #@ tribe-events-calendar
2221
+ #: ../lib/tribe-view-helpers.class.php:297
2222
+ msgid "California"
2223
+ msgstr "Kalifornija"
2224
+
2225
+ #@ tribe-events-calendar
2226
+ #: ../lib/tribe-view-helpers.class.php:298
2227
+ msgid "Colorado"
2228
+ msgstr "Kolorado"
2229
+
2230
+ #@ tribe-events-calendar
2231
+ #: ../lib/tribe-view-helpers.class.php:299
2232
+ msgid "Connecticut"
2233
+ msgstr "Konetikat"
2234
+
2235
+ #@ tribe-events-calendar
2236
+ #: ../lib/tribe-view-helpers.class.php:300
2237
+ msgid "Delaware"
2238
+ msgstr "Delaver"
2239
+
2240
+ #@ tribe-events-calendar
2241
+ #: ../lib/tribe-view-helpers.class.php:301
2242
+ msgid "District of Columbia"
2243
+ msgstr "Okrug Kolumbije"
2244
+
2245
+ #@ tribe-events-calendar
2246
+ #: ../lib/tribe-view-helpers.class.php:302
2247
+ msgid "Florida"
2248
+ msgstr "Florida"
2249
+
2250
+ #@ tribe-events-calendar
2251
+ #: ../lib/tribe-view-helpers.class.php:304
2252
+ msgid "Hawaii"
2253
+ msgstr "Havaiji"
2254
+
2255
+ #@ tribe-events-calendar
2256
+ #: ../lib/tribe-view-helpers.class.php:305
2257
+ msgid "Idaho"
2258
+ msgstr "Ajdaho"
2259
+
2260
+ #@ tribe-events-calendar
2261
+ #: ../lib/tribe-view-helpers.class.php:306
2262
+ msgid "Illinois"
2263
+ msgstr "Ilinois"
2264
+
2265
+ #@ tribe-events-calendar
2266
+ #: ../lib/tribe-view-helpers.class.php:307
2267
+ msgid "Indiana"
2268
+ msgstr "Indijana"
2269
+
2270
+ #@ tribe-events-calendar
2271
+ #: ../lib/tribe-view-helpers.class.php:308
2272
+ msgid "Iowa"
2273
+ msgstr "Iova"
2274
+
2275
+ #@ tribe-events-calendar
2276
+ #: ../lib/tribe-view-helpers.class.php:309
2277
+ msgid "Kansas"
2278
+ msgstr "Kansas"
2279
+
2280
+ #@ tribe-events-calendar
2281
+ #: ../lib/tribe-view-helpers.class.php:310
2282
+ msgid "Kentucky"
2283
+ msgstr "Kentaki"
2284
+
2285
+ #@ tribe-events-calendar
2286
+ #: ../lib/tribe-view-helpers.class.php:311
2287
+ msgid "Louisiana"
2288
+ msgstr "Luizijana"
2289
+
2290
+ #@ tribe-events-calendar
2291
+ #: ../lib/tribe-view-helpers.class.php:312
2292
+ msgid "Maine"
2293
+ msgstr "Maine"
2294
+
2295
+ #@ tribe-events-calendar
2296
+ #: ../lib/tribe-view-helpers.class.php:313
2297
+ msgid "Maryland"
2298
+ msgstr "Mariland"
2299
+
2300
+ #@ tribe-events-calendar
2301
+ #: ../lib/tribe-view-helpers.class.php:314
2302
+ msgid "Massachusetts"
2303
+ msgstr "Masačusec"
2304
+
2305
+ #@ tribe-events-calendar
2306
+ #: ../lib/tribe-view-helpers.class.php:315
2307
+ msgid "Michigan"
2308
+ msgstr "Mičigen"
2309
+
2310
+ #@ tribe-events-calendar
2311
+ #: ../lib/tribe-view-helpers.class.php:316
2312
+ msgid "Minnesota"
2313
+ msgstr "Minesota"
2314
+
2315
+ #@ tribe-events-calendar
2316
+ #: ../lib/tribe-view-helpers.class.php:317
2317
+ msgid "Mississippi"
2318
+ msgstr "Misisipi"
2319
+
2320
+ #@ tribe-events-calendar
2321
+ #: ../lib/tribe-view-helpers.class.php:318
2322
+ msgid "Missouri"
2323
+ msgstr "Misuri"
2324
+
2325
+ #@ tribe-events-calendar
2326
+ #: ../lib/tribe-view-helpers.class.php:319
2327
+ msgid "Montana"
2328
+ msgstr "Montana"
2329
+
2330
+ #@ tribe-events-calendar
2331
+ #: ../lib/tribe-view-helpers.class.php:320
2332
+ msgid "Nebraska"
2333
+ msgstr "Nebraska"
2334
+
2335
+ #@ tribe-events-calendar
2336
+ #: ../lib/tribe-view-helpers.class.php:321
2337
+ msgid "Nevada"
2338
+ msgstr "Nevada"
2339
+
2340
+ #@ tribe-events-calendar
2341
+ #: ../lib/tribe-view-helpers.class.php:322
2342
+ msgid "New Hampshire"
2343
+ msgstr "Nju Hempšir"
2344
+
2345
+ #@ tribe-events-calendar
2346
+ #: ../lib/tribe-view-helpers.class.php:323
2347
+ msgid "New Jersey"
2348
+ msgstr "Nju Džerzi"
2349
+
2350
+ #@ tribe-events-calendar
2351
+ #: ../lib/tribe-view-helpers.class.php:324
2352
+ msgid "New Mexico"
2353
+ msgstr "Nju Meksiko"
2354
+
2355
+ #@ tribe-events-calendar
2356
+ #: ../lib/tribe-view-helpers.class.php:325
2357
+ msgid "New York"
2358
+ msgstr "Nju Jork"
2359
+
2360
+ #@ tribe-events-calendar
2361
+ #: ../lib/tribe-view-helpers.class.php:326
2362
+ msgid "North Carolina"
2363
+ msgstr "Severna Karolina"
2364
+
2365
+ #@ tribe-events-calendar
2366
+ #: ../lib/tribe-view-helpers.class.php:327
2367
+ msgid "North Dakota"
2368
+ msgstr "Severna Dakota"
2369
+
2370
+ #@ tribe-events-calendar
2371
+ #: ../lib/tribe-view-helpers.class.php:328
2372
+ msgid "Ohio"
2373
+ msgstr "Ohajo"
2374
+
2375
+ #@ tribe-events-calendar
2376
+ #: ../lib/tribe-view-helpers.class.php:329
2377
+ msgid "Oklahoma"
2378
+ msgstr "Oklahoma"
2379
+
2380
+ #@ tribe-events-calendar
2381
+ #: ../lib/tribe-view-helpers.class.php:330
2382
+ msgid "Oregon"
2383
+ msgstr "Oregon"
2384
+
2385
+ #@ tribe-events-calendar
2386
+ #: ../lib/tribe-view-helpers.class.php:331
2387
+ msgid "Pennsylvania"
2388
+ msgstr "Pensilvanija"
2389
+
2390
+ #@ tribe-events-calendar
2391
+ #: ../lib/tribe-view-helpers.class.php:332
2392
+ msgid "Rhode Island"
2393
+ msgstr "Rode Island"
2394
+
2395
+ #@ tribe-events-calendar
2396
+ #: ../lib/tribe-view-helpers.class.php:333
2397
+ msgid "South Carolina"
2398
+ msgstr "Južna Karolina"
2399
+
2400
+ #@ tribe-events-calendar
2401
+ #: ../lib/tribe-view-helpers.class.php:334
2402
+ msgid "South Dakota"
2403
+ msgstr "Južna Dakota"
2404
+
2405
+ #@ tribe-events-calendar
2406
+ #: ../lib/tribe-view-helpers.class.php:335
2407
+ msgid "Tennessee"
2408
+ msgstr "Tenesi"
2409
+
2410
+ #@ tribe-events-calendar
2411
+ #: ../lib/tribe-view-helpers.class.php:336
2412
+ msgid "Texas"
2413
+ msgstr "Teksas"
2414
+
2415
+ #@ tribe-events-calendar
2416
+ #: ../lib/tribe-view-helpers.class.php:337
2417
+ msgid "Utah"
2418
+ msgstr "Juta"
2419
+
2420
+ #@ tribe-events-calendar
2421
+ #: ../lib/tribe-view-helpers.class.php:338
2422
+ msgid "Vermont"
2423
+ msgstr "Vermont"
2424
+
2425
+ #@ tribe-events-calendar
2426
+ #: ../lib/tribe-view-helpers.class.php:339
2427
+ msgid "Virginia"
2428
+ msgstr "Virginija"
2429
+
2430
+ #@ tribe-events-calendar
2431
+ #: ../lib/tribe-view-helpers.class.php:340
2432
+ msgid "Washington"
2433
+ msgstr "Vašington"
2434
+
2435
+ #@ tribe-events-calendar
2436
+ #: ../lib/tribe-view-helpers.class.php:341
2437
+ msgid "West Virginia"
2438
+ msgstr "Zapadna Virginija"
2439
+
2440
+ #@ tribe-events-calendar
2441
+ #: ../lib/tribe-view-helpers.class.php:342
2442
+ msgid "Wisconsin"
2443
+ msgstr "Viskonsin"
2444
+
2445
+ #@ tribe-events-calendar
2446
+ #: ../lib/tribe-view-helpers.class.php:343
2447
+ msgid "Wyoming"
2448
+ msgstr "Vajoming"
2449
+
2450
+ #@ tribe-events-calendar
2451
+ #: ../lib/widget-list.class.php:16
2452
+ msgid "A widget that displays the next upcoming x events."
2453
+ msgstr "Vidžet koji prikazuje sledećih x događaja."
2454
+
2455
+ #@ tribe-events-calendar
2456
+ #: ../lib/widget-list.class.php:70
2457
+ msgid "View All Events"
2458
+ msgstr "Vidi sve događaje"
2459
+
2460
+ #@ tribe-events-calendar
2461
+ #: ../lib/widget-list.class.php:73
2462
+ msgid "There are no upcoming events at this time."
2463
+ msgstr "Trenutno nema predstojećih događaja."
2464
+
2465
+ #@ tribe-events-calendar
2466
+ #: ../public/template-tags/general.php:120
2467
+ msgid "Category:"
2468
+ msgstr "Kategorija:"
2469
+
2470
+ #@ tribe-events-calendar
2471
+ #: ../public/template-tags/general.php:137
2472
+ msgid "Tags:"
2473
+ msgstr "Tagovi:"
2474
+
2475
+ #@ tribe-events-calendar
2476
+ #: ../public/template-tags/general.php:255
2477
+ msgid "Free"
2478
+ msgstr "Slobodan"
2479
+
2480
+ #@ tribe-events-calendar
2481
+ #: ../public/template-tags/loop.php:130
2482
+ msgid "Calendar of Events"
2483
+ msgstr "Kalendar događaja"
2484
+
2485
+ #@ tribe-events-calendar
2486
+ #: ../views/ecp-single-template.php:24
2487
+ msgid "Edit"
2488
+ msgstr "Izmjeni"
2489
+
2490
+ #@ tribe-events-calendar
2491
+ #: ../views/events-list-load-widget-display.php:52
2492
+ msgid "All Day"
2493
+ msgstr "Cjelodnevni"
2494
+
2495
+ #@ tribe-events-calendar
2496
+ #: ../views/gridview.php:42
2497
+ #: ../views/list.php:165
2498
+ #: ../views/single.php:101
2499
+ msgid "iCal Import"
2500
+ msgstr "iCal uvoz"
2501
+
2502
+ #@ tribe-events-calendar
2503
+ #: ../views/list.php:50
2504
+ #: ../views/single.php:20
2505
+ msgid "Start:"
2506
+ msgstr "Početak:"
2507
+
2508
+ #@ tribe-events-calendar
2509
+ #: ../views/list.php:54
2510
+ #: ../views/single.php:22
2511
+ msgid "End:"
2512
+ msgstr "Kraj:"
2513
+
2514
+ #@ tribe-events-calendar
2515
+ #: ../views/list.php:59
2516
+ #: ../views/single.php:25
2517
+ msgid "Date:"
2518
+ msgstr "Datum: "
2519
+
2520
+ #@ tribe-events-calendar
2521
+ #: ../views/list.php:69
2522
+ #: ../views/single.php:59
2523
+ msgid "Venue:"
2524
+ msgstr "Mjesto: "
2525
+
2526
+ #@ tribe-events-calendar
2527
+ #: ../views/list.php:92
2528
+ #: ../views/single.php:76
2529
+ msgid "Google Map"
2530
+ msgstr "Google karta"
2531
+
2532
+ #@ tribe-events-calendar
2533
+ #: ../views/list.php:116
2534
+ #, php-format
2535
+ msgid " listed under %s. Check out past events for this category or view the full calendar."
2536
+ msgstr "naveden pod %s. Pogledajte prošle događaje za ovu kategoriju ili vidite ceo kalendar."
2537
+
2538
+ #@ tribe-events-calendar
2539
+ #: ../views/list.php:118
2540
+ #, php-format
2541
+ msgid " listed under %s. Check out upcoming events for this category or view the full calendar."
2542
+ msgstr "naveden pod %s. Pogledajte predstojeće događaje za ovu kategoriju ili vidite ceo kalendar."
2543
+
2544
+ #@ tribe-events-calendar
2545
+ #: ../views/list.php:123
2546
+ #, php-format
2547
+ msgid "No events scheduled for <strong>%s</strong>. Please try another day."
2548
+ msgstr "Nema događaja zakazanih za <strong>%s</strong>. Pogledajte drugi dan."
2549
+
2550
+ #@ tribe-events-calendar
2551
+ #: ../views/list.php:127
2552
+ msgid "No upcoming events"
2553
+ msgstr "Nema predstojećih događaja."
2554
+
2555
+ #@ tribe-events-calendar
2556
+ #: ../views/list.php:131
2557
+ msgid "No previous events"
2558
+ msgstr "Nema prošlih događaja."
2559
+
2560
+ #@ tribe-events-calendar
2561
+ #: ../views/list.php:144
2562
+ #: ../views/list.php:146
2563
+ #: ../views/list.php:148
2564
+ msgid "&laquo; Previous Events"
2565
+ msgstr "&laquo; Prošli događaji"
2566
+
2567
+ #@ tribe-events-calendar
2568
+ #: ../views/list.php:155
2569
+ #: ../views/list.php:157
2570
+ #: ../views/list.php:159
2571
+ msgid "Next Events &raquo;"
2572
+ msgstr "Predstojeći događaji &raquo;"
2573
+
2574
+ #@ tribe-events-calendar
2575
+ #: ../views/single.php:13
2576
+ msgid "&laquo; Back to Events"
2577
+ msgstr "&laquo; Nazad na događaje"
2578
+
2579
+ #@ tribe-events-calendar
2580
+ #: ../views/single.php:14
2581
+ msgid "This event has passed."
2582
+ msgstr "Ovaj događaj je prošao."
2583
+
2584
+ #@ tribe-events-calendar
2585
+ #: ../views/single.php:17
2586
+ msgid "Event:"
2587
+ msgstr "Događaj:"
2588
+
2589
+ #@ tribe-events-calendar
2590
+ #: ../views/single.php:34
2591
+ #: ../views/single.php:37
2592
+ msgid "Organizer:"
2593
+ msgstr "Organizator:"
2594
+
2595
+ #@ tribe-events-calendar
2596
+ #: ../views/single.php:48
2597
+ msgid "Updated:"
2598
+ msgstr "Izmjenjeno: "
2599
+
2600
+ #@ tribe-events-calendar
2601
+ #: ../views/single.php:51
2602
+ msgid "Schedule:"
2603
+ msgstr "Raspored: "
2604
+
2605
+ #@ tribe-events-calendar
2606
+ #: ../views/single.php:76
2607
+ msgid "Click to view a Google Map"
2608
+ msgstr "Kliknite da vidite Google kartu"
2609
+
2610
+ #@ tribe-events-calendar
2611
+ #: ../views/single.php:104
2612
+ msgid "Add to Google Calendar"
2613
+ msgstr "Dodaj u Google kalendar"
2614
+
2615
+ #@ tribe-events-calendar
2616
+ #: ../views/single.php:104
2617
+ msgid "+ Google Calendar"
2618
+ msgstr "+ Google Kalendar"
2619
+
2620
+ #@ tribe-events-calendar
2621
+ #: ../views/table-mini.php:24
2622
+ msgid "View all &raquo;"
2623
+ msgstr "Vidi sve &raquo;"
2624
+
lang/tribe-events-calendar-it_IT.mo CHANGED
Binary file
lang/tribe-events-calendar-it_IT.po CHANGED
@@ -13,2214 +13,2715 @@ msgstr ""
13
  "X-Poedit-Language: English\n"
14
  "X-Poedit-Country: UNITED STATES\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
  "X-Poedit-Basepath: ./\n"
18
- "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: ..\n"
 
20
 
21
- # @ tribe-events-calendar-pro
22
- #: ../admin-views/event-sidebar-options.php:11
23
  msgid "Hide From Upcoming Events List"
24
  msgstr "Nascondi dalla lista dei prossimi eventi"
25
 
26
- #: ../admin-views/events-meta-box.php:26
 
27
  msgid "Event Time &amp; Date"
28
  msgstr "Data e ora evento"
29
 
30
- #: ../admin-views/events-meta-box.php:29
 
31
  msgid "You have changed the recurrence rules of this event. Saving the event will update all future events. If you did not mean to change all events, then please refresh the page."
32
  msgstr ""
33
 
34
- # @ tribe-events-calendar-pro
35
- #: ../admin-views/events-meta-box.php:32
36
  msgid "All day event?"
37
  msgstr "Evento giornaliero?"
38
 
39
- # @ tribe-events-calendar-pro
40
- #: ../admin-views/events-meta-box.php:36
41
  msgid "Start Date / Time:"
42
  msgstr "Data / ora di inizio:"
43
 
44
- #: ../admin-views/events-meta-box.php:39
45
- #: ../admin-views/events-meta-box.php:60
 
46
  msgid "YYYY-MM-DD"
47
  msgstr "YYYY-MM-DD"
48
 
49
- #: ../admin-views/events-meta-box.php:41
50
- #: ../admin-views/events-meta-box.php:62
 
51
  msgid "@"
52
  msgstr "@"
53
 
54
- # @ tribe-events-calendar-pro
55
- #: ../admin-views/events-meta-box.php:57
56
  msgid "End Date / Time:"
57
  msgstr "Data / ora di fine:"
58
 
59
- #: ../admin-views/events-meta-box.php:79
 
60
  msgid "Event Location Details"
61
  msgstr "Dettagli della location"
62
 
63
- # @ tribe-events-calendar-pro
64
- #: ../admin-views/events-meta-box.php:85
65
  msgid "Show Google Maps Link:"
66
  msgstr "Mostra il link di Google Maps:"
67
 
68
- # @ tribe-events-calendar-pro
69
- #: ../admin-views/events-meta-box.php:92
70
  msgid "Show Google Map:"
71
  msgstr "Mostra la Google Map:"
72
 
73
- # @ tribe-events-calendar-pro
74
- #: ../admin-views/events-meta-box.php:101
75
  msgid "Event Organizer Details"
76
  msgstr "Dettagli dell'organizzatore dell'evento"
77
 
78
- # @ tribe-events-calendar-pro
79
- #: ../admin-views/events-meta-box.php:110
80
  msgid "Event Cost"
81
  msgstr "Costo evento"
82
 
83
- # @ tribe-events-calendar-pro
84
- #: ../admin-views/events-meta-box.php:113
 
 
 
85
  msgid "Cost:"
86
  msgstr "Prezzo:"
87
 
88
- #: ../admin-views/events-meta-box.php:118
 
89
  msgid "Leave blank to hide the field. Enter a 0 for events that are free."
90
  msgstr "Lascia buanco per nascondere il campo. Inserisci 0 per gli eventi gratuiti."
91
 
92
- #: ../admin-views/events-options.php:47
93
  #, php-format
 
94
  msgid "%s Settings"
95
  msgstr "%s Impostazioni"
96
 
97
- #: ../admin-views/events-options.php:51
 
98
  msgid "Need a hand?"
99
  msgstr "Bisogno di una mano?"
100
 
101
- #: ../admin-views/events-options.php:52
102
  #, php-format
 
103
  msgid "If you're stuck on these options, please go to the <a href=\"%s\">support forum</a>."
104
  msgstr "Se non sai come muoverti tra le opzioni, vai al <a href=\"%s\">forum di supporto</a>."
105
 
106
- #: ../admin-views/events-options.php:54
 
107
  msgid "Here is the iCal feed URL for your events: "
108
  msgstr "Questo è l'iCal feed URL per i tuoi eventi:"
109
 
110
- #: ../admin-views/events-options.php:60
 
111
  msgid "Settings"
112
  msgstr "Impostazioni"
113
 
114
- # @ tribe-events-calendar-pro
115
- #: ../admin-views/events-options.php:63
116
- #: ../admin-views/events-options.php:67
117
  msgid "Default View for the Events"
118
  msgstr "Vista predefinita per gli eventi"
119
 
120
- # @ tribe-events-calendar
121
- #: ../admin-views/events-options.php:71
 
 
122
  msgid "Calendar"
123
  msgstr "Calendario"
124
 
125
- # @ tribe-events-calendar-pro
126
- #: ../admin-views/events-options.php:75
 
 
127
  msgid "Event List"
128
  msgstr "Lista Eventi"
129
 
130
- #: ../admin-views/events-options.php:81
131
- #: ../admin-views/events-options.php:85
132
- #: ../admin-views/events-options.php:87
 
133
  msgid "Show Comments"
134
  msgstr "Mostra i commenti"
135
 
136
- #: ../admin-views/events-options.php:95
137
- #: ../admin-views/events-options.php:99
 
138
  msgid "Multiday Event Cutoff"
139
  msgstr ""
140
 
141
- #: ../admin-views/events-options.php:113
 
142
  msgid "For multi-day events, hide the last day from grid view if it ends on or before this time."
143
  msgstr ""
144
 
145
- # @ tribe-events-calendar-pro
146
- #: ../admin-views/events-options.php:118
147
- #: ../admin-views/events-options.php:122
148
  msgid "Enable Google Maps"
149
  msgstr "Abilita Google Maps"
150
 
151
- #: ../admin-views/events-options.php:128
 
152
  msgid "Height"
153
  msgstr "Altezza"
154
 
155
- #: ../admin-views/events-options.php:129
 
156
  msgid "Width"
157
  msgstr "Larghezza"
158
 
159
- #: ../admin-views/events-options.php:129
 
160
  msgid "(number or %)"
161
  msgstr "(numbero o %)"
162
 
163
- #: ../admin-views/events-options.php:133
 
164
  msgid "If you don't have this turned on, your event listings won't have the backend map preview or frontend embedded map."
165
  msgstr ""
166
 
167
- #: ../admin-views/events-options.php:141
168
- #: ../admin-views/events-options.php:143
 
169
  msgid "Events URL slug"
170
  msgstr "URL slug eventi"
171
 
172
- #: ../admin-views/events-options.php:144
 
173
  msgid "The slug used for building the Events URL."
174
  msgstr "Lo slug usato per costruire l'URL degli eventi."
175
 
176
- # @ tribe-events-calendar-pro
177
- #: ../admin-views/events-options.php:144
178
  #, php-format
 
179
  msgid "Your current Events URL is <strong><a href=\"%s\">%s</a></strong>"
180
  msgstr "Il tuo URL per gli Eventi è <strong><a href=\"%s\">%s</a></strong>"
181
 
182
- #: ../admin-views/events-options.php:148
183
- #: ../admin-views/events-options.php:150
 
184
  msgid "Single Event URL slug"
185
  msgstr "URL slug evento singolo"
186
 
187
- #: ../admin-views/events-options.php:151
 
188
  msgid "The slug used for building a single Event URL."
189
  msgstr "Lo slog usato per costruire l'URL del singolo evento."
190
 
191
- #: ../admin-views/events-options.php:152
192
  #, php-format
 
193
  msgid "<strong>NOTE:</strong> You <em>cannot</em> use the same slug as above. The above should ideally be plural, and this singular.<br />Your single Event URL is like: <strong>%s</strong>"
194
  msgstr ""
195
 
196
- #: ../admin-views/events-options.php:157
197
- #: ../admin-views/events-options.php:159
 
198
  msgid "Debug"
199
  msgstr ""
200
 
201
- #: ../admin-views/events-options.php:160
 
202
  msgid "Debug Events display issues."
203
  msgstr "Debug per problemi di visualizzazione degli eventi."
204
 
205
- #: ../admin-views/events-options.php:161
206
  #, php-format
 
207
  msgid "Enable this option to log debug information. By default this will log to your server PHP error log. If you'd like to see the log messages in your browser, then we recommend that you install the <a href=\"%s\" target=\"_blank\">Debug Bar Plugin</a> and look for the \"Tribe\" tab in the debug output."
208
  msgstr ""
209
 
210
- #: ../admin-views/events-options.php:166
211
- msgid "Theme Settings"
212
- msgstr "Impostazioni del tema"
213
-
214
- # @ default
215
- #: ../admin-views/events-options.php:169
216
- #: ../admin-views/events-options.php:171
217
  msgid "Events Template"
218
  msgstr "Template Eventi"
219
 
220
- # @ tribe-events-calendar-pro
221
- #: ../admin-views/events-options.php:173
222
  msgid "Default Events Template"
223
  msgstr "Template Eventi predefinito"
224
 
225
- # @ tribe-events-calendar-pro
226
- #: ../admin-views/events-options.php:174
227
  msgid "Default Page Template"
228
  msgstr "Template Pagina predefinito"
229
 
230
- #: ../admin-views/events-options.php:177
 
231
  msgid "Choose a page template to control the look and feel of your calendar."
232
  msgstr "Scegli un template da associare al tuo calendario."
233
 
234
- #: ../admin-views/events-options.php:181
235
- #: ../admin-views/events-options.php:183
236
- #: ../admin-views/events-options.php:191
 
237
  msgid "Add HTML before calendar"
238
  msgstr "Aggiungi HTML prima del calendario"
239
 
240
- #: ../admin-views/events-options.php:185
 
241
  msgid "Some themes may require that you add extra divs before the calendar list to help with styling."
242
  msgstr ""
243
 
244
- #: ../admin-views/events-options.php:185
 
245
  msgid "This is displayed directly after the header."
246
  msgstr ""
247
 
248
- #: ../admin-views/events-options.php:185
249
- #: ../admin-views/events-options.php:193
 
250
  msgid "You may use (x)HTML."
251
  msgstr "Puoi usare (x)HTML."
252
 
253
- #: ../admin-views/events-options.php:189
 
254
  msgid "Add HTML after calendar"
255
  msgstr "Aggiungi HTML dopo il calendario"
256
 
257
- #: ../admin-views/events-options.php:193
 
258
  msgid "Some themes may require that you add extra divs after the calendar list to help with styling."
259
  msgstr ""
260
 
261
- #: ../admin-views/events-options.php:193
 
262
  msgid "This is displayed directly above the footer."
263
  msgstr "Questo è visualizzato direttamente sopra il footer."
264
 
265
- #: ../admin-views/events-options.php:202
 
266
  msgid "Save Changes"
267
  msgstr "Salva i cambiamenti"
268
 
269
- # @ tribe-events-calendar
270
- #: ../admin-views/organizer-meta-box.php:11
271
  msgid "Organizer Name:"
272
  msgstr "Nome organizzatore:"
273
 
274
- # @ tribe-events-calendar-pro
275
- #: ../admin-views/organizer-meta-box.php:17
276
- #: ../admin-views/venue-meta-box.php:79
 
 
 
 
277
  msgid "Phone:"
278
  msgstr "Telefono:"
279
 
280
- #: ../admin-views/organizer-meta-box.php:21
 
281
  msgid "Website:"
282
  msgstr "Sito web:"
283
 
284
- #: ../admin-views/organizer-meta-box.php:25
 
 
285
  msgid "Email:"
286
  msgstr "Email:"
287
 
288
- #: ../admin-views/recurrence-dialog.php:11
 
289
  msgid "Which events do you wish to update?"
290
  msgstr "Quali eventi vorresti aggiornare?"
291
 
292
- #: ../admin-views/recurrence-dialog.php:14
 
293
  msgid "Select your desired action"
294
  msgstr "Seleziona la tua azione desiderata"
295
 
296
- # @ tribe-events-calendar-pro
297
- #: ../admin-views/venue-meta-box.php:12
298
  msgid "Venue Name:"
299
- msgstr "Locale:"
300
 
301
- # @ tribe-events-calendar-pro
302
- #: ../admin-views/venue-meta-box.php:19
 
 
 
303
  msgid "Address:"
304
  msgstr "Indirizzo:"
305
 
306
- # @ tribe-events-calendar-pro
307
- #: ../admin-views/venue-meta-box.php:23
308
  msgid "City:"
309
  msgstr "Città:"
310
 
311
- # @ tribe-events-calendar-pro
312
- #: ../admin-views/venue-meta-box.php:27
313
  msgid "Country:"
314
  msgstr "Nazione:"
315
 
316
- # @ tribe-events-calendar-pro
317
- #: ../admin-views/venue-meta-box.php:58
318
  msgid "State or Province:"
319
  msgstr "Stato (USA) o Provincia (Int):"
320
 
321
- # @ tribe-events-calendar-pro
322
- #: ../admin-views/venue-meta-box.php:61
323
  msgid "Select a State:"
324
  msgstr "Seleziona uno Stato:"
325
 
326
- # @ tribe-events-calendar-pro
327
- #: ../admin-views/venue-meta-box.php:75
328
  msgid "Postal Code:"
329
  msgstr "Codice postale:"
330
 
331
- # @ tribe-events-calendar-pro
332
- #: ../admin-views/widget-admin-list.php:11
333
  msgid "Title:"
334
  msgstr "Titolo:"
335
 
336
- # @ tribe-events-calendar-pro
337
- #: ../admin-views/widget-admin-list.php:16
338
  msgid "Show:"
339
  msgstr "Mostra:"
340
 
341
- # @ tribe-events-calendar-pro
342
- #: ../admin-views/widget-admin-list.php:24
343
  msgid "Show widget only if there are upcoming events:"
344
  msgstr "Mostra il widget solo se ci sono eventi in arrivo:"
345
 
346
- # @ tribe-events-calendar-pro
347
- #: ../admin-views/widget-admin-list.php:30
348
  msgid "If you wish to customize the widget display yourself, see the file views/events-list-load-widget-display.php inside the Events Premium plugin."
349
  msgstr "Se preferisci personalizzarti l'aspetto del widget, vedi il file views/events-list-load-widget-display.php dentro la cartella del plugin eventi in versione Premium"
350
 
351
- # @ default
352
- #: ../lib/the-events-calendar.class.php:236
353
  msgid "The Events Calendar"
354
  msgstr "Calendario Eventi"
355
 
356
- # @ tribe-events-calendar-pro
357
- #: ../lib/the-events-calendar.class.php:239
358
  msgid "category"
359
  msgstr "categoria"
360
 
361
- # @ tribe-events-calendar-pro
362
- #: ../lib/the-events-calendar.class.php:240
363
  msgid "month"
364
  msgstr "mese"
365
 
366
- #: ../lib/the-events-calendar.class.php:241
 
367
  msgid "upcoming"
368
- msgstr ""
369
 
370
- # @ tribe-events-calendar-pro
371
- #: ../lib/the-events-calendar.class.php:242
372
  msgid "past"
373
  msgstr "passato"
374
 
375
- # @ tribe-events-calendar-pro
376
- #: ../lib/the-events-calendar.class.php:244
377
  msgid "venue"
378
- msgstr "Locale"
379
 
380
- #: ../lib/the-events-calendar.class.php:254
381
  #, php-format
 
382
  msgid "Initializing Tribe Events on %s"
383
  msgstr ""
384
 
385
- #: ../lib/the-events-calendar.class.php:311
386
  #, php-format
 
387
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
388
  msgstr ""
389
 
390
- #: ../lib/the-events-calendar.class.php:314
391
  #, php-format
 
392
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
393
  msgstr ""
394
 
395
- # @ default
396
- #: ../lib/the-events-calendar.class.php:435
397
  msgid "Upcoming Events"
398
  msgstr "Prossimi Eventi"
399
 
400
- # @ tribe-events-calendar-pro
401
- #: ../lib/the-events-calendar.class.php:437
402
  msgid "Past Events"
403
  msgstr "Eventi Passati"
404
 
405
- #: ../lib/the-events-calendar.class.php:441
406
- #: ../lib/the-events-calendar.class.php:447
407
  #, php-format
 
408
  msgid "Events for %s"
409
  msgstr "Eventi per %s"
410
 
411
- # @ default
412
- #: ../lib/the-events-calendar.class.php:443
413
  msgid "Events this month"
414
  msgstr "Eventi di questo mese"
415
 
416
- #: ../lib/the-events-calendar.class.php:453
417
  #, php-format
 
418
  msgid "Events at %s"
419
  msgstr ""
420
 
421
- #: ../lib/the-events-calendar.class.php:465
 
422
  msgid "No description has been entered for this event."
423
  msgstr ""
424
 
425
- # @ tribe-events-calendar-pro
426
- #: ../lib/the-events-calendar.class.php:530
427
  msgid "Events"
428
  msgstr "Eventi"
429
 
430
- # @ tribe-events-calendar-pro
431
- #: ../lib/the-events-calendar.class.php:531
432
  msgid "Event"
433
  msgstr "Evento"
434
 
435
- #: ../lib/the-events-calendar.class.php:532
436
- #: ../lib/the-events-calendar.class.php:545
437
- #: ../lib/the-events-calendar.class.php:558
 
438
  msgid "Add New"
439
  msgstr "Aggiungi nuovo"
440
 
441
- # @ tribe-events-calendar-pro
442
- #: ../lib/the-events-calendar.class.php:533
443
  msgid "Add New Event"
444
  msgstr "Aggiungi nuovo evento"
445
 
446
- # @ tribe-events-calendar-pro
447
- #: ../lib/the-events-calendar.class.php:534
448
  msgid "Edit Event"
449
  msgstr "Modifica evento"
450
 
451
- # @ tribe-events-calendar-pro
452
- #: ../lib/the-events-calendar.class.php:535
453
  msgid "New Event"
454
  msgstr "Nuovo evento"
455
 
456
- # @ tribe-events-calendar-pro
457
- #: ../lib/the-events-calendar.class.php:536
458
  msgid "View Event"
459
  msgstr "Vedi evento"
460
 
461
- # @ tribe-events-calendar-pro
462
- #: ../lib/the-events-calendar.class.php:537
463
  msgid "Search Events"
464
  msgstr "Ricerca Eventi"
465
 
466
- #: ../lib/the-events-calendar.class.php:538
 
467
  msgid "No events found"
468
  msgstr "Nessun evento trovato"
469
 
470
- #: ../lib/the-events-calendar.class.php:539
 
471
  msgid "No events found in Trash"
472
  msgstr ""
473
 
474
- # @ tribe-events-calendar-pro
475
- #: ../lib/the-events-calendar.class.php:543
476
  msgid "Venues"
477
  msgstr "Luoghi"
478
 
479
- # @ tribe-events-calendar-pro
480
- #: ../lib/the-events-calendar.class.php:544
481
  msgid "Venue"
482
- msgstr "Localit&agrave;"
483
 
484
- #: ../lib/the-events-calendar.class.php:546
 
485
  msgid "Add New Venue"
486
  msgstr "Aggiungi nuovo luogo"
487
 
488
- # @ tribe-events-calendar-pro
489
- #: ../lib/the-events-calendar.class.php:547
490
  msgid "Edit Venue"
491
  msgstr "Modifica luogo"
492
 
493
- # @ tribe-events-calendar-pro
494
- #: ../lib/the-events-calendar.class.php:548
495
  msgid "New Venue"
496
- msgstr "Nuovo Locale"
497
 
498
- # @ tribe-events-calendar-pro
499
- #: ../lib/the-events-calendar.class.php:549
500
- #: ../lib/the-events-calendar.class.php:562
501
  msgid "View Venue"
502
- msgstr "Vedi Locale"
503
 
504
- # @ tribe-events-calendar-pro
505
- #: ../lib/the-events-calendar.class.php:550
506
  msgid "Search Venues"
507
- msgstr "Ricerca Locali"
508
 
509
- #: ../lib/the-events-calendar.class.php:551
 
510
  msgid "No venue found"
511
  msgstr "Nessun luogo trovato"
512
 
513
- #: ../lib/the-events-calendar.class.php:552
 
514
  msgid "No venues found in Trash"
515
  msgstr ""
516
 
517
- # @ tribe-events-calendar-pro
518
- #: ../lib/the-events-calendar.class.php:556
519
  msgid "Organizers"
520
  msgstr "Organizzatori"
521
 
522
- # @ tribe-events-calendar-pro
523
- #: ../lib/the-events-calendar.class.php:557
524
  msgid "Organizer"
525
  msgstr "Organizzatore"
526
 
527
- # @ tribe-events-calendar-pro
528
- #: ../lib/the-events-calendar.class.php:559
529
  msgid "Add New Organizer"
530
  msgstr "Aggiungi Nuovo Organizzatore"
531
 
532
- # @ tribe-events-calendar-pro
533
- #: ../lib/the-events-calendar.class.php:560
534
  msgid "Edit Organizer"
535
  msgstr "Modifica organizzatore"
536
 
537
- # @ tribe-events-calendar-pro
538
- #: ../lib/the-events-calendar.class.php:561
539
  msgid "New Organizer"
540
  msgstr "Nuovo Organizzatore"
541
 
542
- # @ tribe-events-calendar-pro
543
- #: ../lib/the-events-calendar.class.php:563
544
  msgid "Search Organizers"
545
  msgstr "Ricerca Organizzatori"
546
 
547
- #: ../lib/the-events-calendar.class.php:564
 
548
  msgid "No organizer found"
549
  msgstr "Nessun organizzatore trovato"
550
 
551
- #: ../lib/the-events-calendar.class.php:565
 
552
  msgid "No organizers found in Trash"
553
  msgstr ""
554
 
555
- # @ tribe-events-calendar-pro
556
- #: ../lib/the-events-calendar.class.php:569
557
- #: ../lib/tribe-admin-events-list.class.php:172
558
  msgid "Event Categories"
559
  msgstr "Categorie eventi"
560
 
561
- # @ tribe-events-calendar-pro
562
- #: ../lib/the-events-calendar.class.php:570
563
  msgid "Event Category"
564
  msgstr "Categoria Evento"
565
 
566
- #: ../lib/the-events-calendar.class.php:571
 
567
  msgid "Search Event Categories"
568
  msgstr "Ricerca categorie evento"
569
 
570
- # @ tribe-events-calendar-pro
571
- #: ../lib/the-events-calendar.class.php:572
572
  msgid "All Event Categories"
573
  msgstr "Tutte le categorie eventi"
574
 
575
- #: ../lib/the-events-calendar.class.php:573
 
576
  msgid "Parent Event Category"
577
  msgstr ""
578
 
579
- #: ../lib/the-events-calendar.class.php:574
 
580
  msgid "Parent Event Category:"
581
  msgstr ""
582
 
583
- #: ../lib/the-events-calendar.class.php:575
 
584
  msgid "Edit Event Category"
585
  msgstr ""
586
 
587
- #: ../lib/the-events-calendar.class.php:576
 
588
  msgid "Update Event Category"
589
  msgstr ""
590
 
591
- #: ../lib/the-events-calendar.class.php:577
 
592
  msgid "Add New Event Category"
593
  msgstr "Aggiungi nuova categoria evento"
594
 
595
- #: ../lib/the-events-calendar.class.php:578
 
596
  msgid "New Event Category Name"
597
  msgstr ""
598
 
599
- #: ../lib/the-events-calendar.class.php:588
600
  #, php-format
 
601
  msgid "Event updated. <a href=\"%s\">View event</a>"
602
  msgstr "Evento aggiornato. <a href=\"%s\" target=\"_blank\">Vedi evento</a>"
603
 
604
- #: ../lib/the-events-calendar.class.php:589
605
- #: ../lib/the-events-calendar.class.php:606
606
- #: ../lib/the-events-calendar.class.php:623
 
607
  msgid "Custom field updated."
608
  msgstr ""
609
 
610
- # @ tribe-events-calendar-pro
611
- #: ../lib/the-events-calendar.class.php:590
612
- #: ../lib/the-events-calendar.class.php:607
613
- #: ../lib/the-events-calendar.class.php:624
614
  msgid "Custom field deleted."
615
  msgstr "Campo personalizzato eliminato."
616
 
617
- # @ default
618
- #: ../lib/the-events-calendar.class.php:591
619
  msgid "Event updated."
620
  msgstr "Evento aggiornato."
621
 
622
- #: ../lib/the-events-calendar.class.php:593
 
623
  #, php-format
 
624
  msgid "Event restored to revision from %s"
625
  msgstr ""
626
 
627
- #: ../lib/the-events-calendar.class.php:594
628
  #, php-format
 
629
  msgid "Event published. <a href=\"%s\">View event</a>"
630
  msgstr "Evento pubblicato. <a href=\"%s\" target=\"_blank\">Vedi evento</a>"
631
 
632
- # @ default
633
- #: ../lib/the-events-calendar.class.php:595
634
  msgid "Event saved."
635
  msgstr "Evento salvato."
636
 
637
- #: ../lib/the-events-calendar.class.php:596
638
  #, php-format
 
639
  msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
640
  msgstr "Event inviato. <a target=\"_blank\" href=\"%s\">Anteprima evento</a>"
641
 
642
- #: ../lib/the-events-calendar.class.php:597
643
  #, php-format
 
644
  msgid "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview event</a>"
645
  msgstr "Evento programmato perr: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Anteprima evento</a>"
646
 
647
- #: ../lib/the-events-calendar.class.php:599
648
- #: ../lib/the-events-calendar.class.php:616
649
- #: ../lib/the-events-calendar.class.php:633
 
650
  msgid "M j, Y @ G:i"
651
  msgstr "j M Y @ G:i"
652
 
653
- #: ../lib/the-events-calendar.class.php:600
654
  #, php-format
 
655
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
656
  msgstr "Bozza evento aggiornata. <a target=\"_blank\" href=\"%s\">Anteprima evento</a>"
657
 
658
- #: ../lib/the-events-calendar.class.php:605
659
  #, php-format
 
660
  msgid "Venue updated. <a href=\"%s\">View venue</a>"
661
  msgstr ""
662
 
663
- #: ../lib/the-events-calendar.class.php:608
 
664
  msgid "Venue updated."
665
  msgstr ""
666
 
667
- #: ../lib/the-events-calendar.class.php:610
 
668
  #, php-format
 
669
  msgid "Venue restored to revision from %s"
670
  msgstr ""
671
 
672
- #: ../lib/the-events-calendar.class.php:611
673
  #, php-format
 
674
  msgid "Venue published. <a href=\"%s\">View venue</a>"
675
  msgstr ""
676
 
677
- #: ../lib/the-events-calendar.class.php:612
 
678
  msgid "Venue saved."
679
  msgstr ""
680
 
681
- #: ../lib/the-events-calendar.class.php:613
682
  #, php-format
 
683
  msgid "Venue submitted. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
684
  msgstr ""
685
 
686
- #: ../lib/the-events-calendar.class.php:614
687
  #, php-format
 
688
  msgid "Venue scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview venue</a>"
689
  msgstr ""
690
 
691
- #: ../lib/the-events-calendar.class.php:617
692
  #, php-format
 
693
  msgid "Venue draft updated. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
694
  msgstr ""
695
 
696
- #: ../lib/the-events-calendar.class.php:622
697
  #, php-format
 
698
  msgid "Organizer updated. <a href=\"%s\">View organizer</a>"
699
  msgstr ""
700
 
701
- #: ../lib/the-events-calendar.class.php:625
 
702
  msgid "Organizer updated."
703
  msgstr ""
704
 
705
- #: ../lib/the-events-calendar.class.php:627
 
706
  #, php-format
 
707
  msgid "Organizer restored to revision from %s"
708
  msgstr ""
709
 
710
- #: ../lib/the-events-calendar.class.php:628
711
  #, php-format
 
712
  msgid "Organizer published. <a href=\"%s\">View organizer</a>"
713
  msgstr ""
714
 
715
- #: ../lib/the-events-calendar.class.php:629
 
716
  msgid "Organizer saved."
717
  msgstr ""
718
 
719
- #: ../lib/the-events-calendar.class.php:630
720
  #, php-format
 
721
  msgid "Organizer submitted. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
722
  msgstr ""
723
 
724
- #: ../lib/the-events-calendar.class.php:631
725
  #, php-format
 
726
  msgid "Organizer scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview organizer</a>"
727
  msgstr ""
728
 
729
- #: ../lib/the-events-calendar.class.php:634
730
  #, php-format
 
731
  msgid "Organizer draft updated. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
732
  msgstr ""
733
 
734
- # @ tribe-events-calendar-pro
735
- #: ../lib/the-events-calendar.class.php:689
736
  msgid "Next"
737
  msgstr "Prossimo"
738
 
739
- # @ tribe-events-calendar-pro
740
- #: ../lib/the-events-calendar.class.php:690
741
  msgid "Prev"
742
  msgstr "Precedente"
743
 
744
- # @ default
745
- #: ../lib/the-events-calendar.class.php:691
746
  msgid "Today"
747
  msgstr "Oggi"
748
 
749
- # @ tribe-events-calendar-pro
750
- #: ../lib/the-events-calendar.class.php:692
751
  msgid "Done"
752
  msgstr "Fatto"
753
 
754
- #: ../lib/the-events-calendar.class.php:1790
 
755
  msgid "Event Options"
756
  msgstr "Opzioni evento"
757
 
758
- # @ tribe-events-calendar
759
- #: ../lib/the-events-calendar.class.php:1792
760
  msgid "Venue Information"
761
  msgstr "Informazioni"
762
 
763
- # @ tribe-events-calendar
764
- #: ../lib/the-events-calendar.class.php:1793
765
  msgid "Organizer Information"
766
  msgstr "Informazioni dell'organizzatore"
767
 
768
- #: ../lib/the-events-calendar.class.php:1906
 
769
  msgid "Support"
770
  msgstr "Supporto"
771
 
772
- #: ../lib/the-events-calendar.class.php:1909
 
773
  msgid "View All Add-Ons"
774
  msgstr "Guarda tutti gli Add-Ons"
775
 
776
- #: ../lib/the-events-calendar.class.php:1916
777
- msgid "News from Tribe Pro"
778
- msgstr "News da Tribe Pro"
779
-
780
- # @ tribe-events-calendar-pro
781
- #: ../lib/the-events-calendar.class.php:1961
782
  msgid "Additional Functionality"
783
  msgstr "Funzionalità aggiuntive"
784
 
785
- #: ../lib/the-events-calendar.class.php:1966
786
- #: ../lib/the-events-calendar.class.php:1972
 
787
  msgid "Looking for additional functionality including recurring events, custom meta, community events, ticket sales and more?"
788
  msgstr "Cerchi funzionalità aggiuntive incluso eventi ricorrenti, meta personalizzati, eventi per community, vendita ticket e altro?"
789
 
790
- #: ../lib/the-events-calendar.class.php:1966
791
- #: ../lib/the-events-calendar.class.php:1973
792
  #, php-format
 
793
  msgid "Check out the <a href=\"%s\">available Add-Ons</a>."
794
  msgstr "Dai uno sguardo agli <a href=\"%s\">Add-Ons disponibili</a>."
795
 
796
- #: ../lib/tribe-admin-events-list.class.php:40
797
  #, php-format
 
798
  msgid "View &#8220;%s&#8221;"
799
  msgstr "Vedi &#8220;%s&#8221;"
800
 
801
- #: ../lib/tribe-admin-events-list.class.php:40
 
802
  msgid "View"
803
  msgstr "Vedi"
804
 
805
- # @ tribe-events-calendar-pro
806
- #: ../lib/tribe-admin-events-list.class.php:177
807
  msgid "Start Date"
808
  msgstr "Data inizio"
809
 
810
- # @ tribe-events-calendar-pro
811
- #: ../lib/tribe-admin-events-list.class.php:178
812
  msgid "End Date"
813
  msgstr "Data fine"
814
 
815
- # @ tribe-events-calendar-pro
816
- #: ../lib/tribe-admin-events-list.class.php:179
817
  msgid "Recurring?"
818
  msgstr "Ricorrente?"
819
 
820
- #: ../lib/tribe-admin-events-list.class.php:222
 
821
  msgid "Yes"
822
  msgstr "Si"
823
 
824
- # @ tribe-events-calendar-pro
825
- #: ../lib/tribe-admin-events-list.class.php:222
826
  msgid "No"
827
  msgstr "No"
828
 
829
- # @ tribe-events-calendar-pro
830
- #: ../lib/tribe-admin-events-list.class.php:276
831
  #, php-format
 
832
  msgid "All %s"
833
  msgstr "Tutti %s"
834
 
835
- # @ tribe-events-calendar-pro
836
- #: ../lib/tribe-debug-bar.class.php:18
837
  msgid "Tribe"
838
  msgstr "Tribe"
839
 
840
- #: ../lib/tribe-event-exception.class.php:17
841
- #: ../lib/tribe-event-exception.class.php:34
 
842
  msgid "Error"
843
  msgstr "Errore"
844
 
845
- #: ../lib/tribe-the-events-calendar-import.class.php:44
846
- msgid "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make sure you have backed up before proceeding any further. You can easily <a href=\" http://wordpress.org/extend/plugins/the-events-calendar/download/\">revert to an old version</a> if you want to backup first. This upgrade includes two major steps, <a href=\"options-general.php?page=tribe-events-calendar\">migrating data</a> & updating your templates as necessary. There have been significant changes to the template tags and functions. Check out our <a href=\"http://tri.be/migrating-from-events-calendar-1-6-5-to-2-0\">walkthrough on the upgrade</a> before proceeding and check out the FAQ & Knowledge base from the <a href=\"http://tri.be/support/\">support page</a>.<br/><br/> You have events that need to be migrated. Please visit the bottom of the <a href=\"options-general.php?page=tribe-events-calendar\">settings page</a> to perform the migration."
847
- msgstr "Benvenuto a Events 2.0! Questo è un ENORME aggiornamento dalla 1.6.5. Fai un backup dei tuoi dati prima di procedere. Puoi facilmente <a href=\" http://wordpress.org/extend/plugins/the-events-calendar/download/\">ripristinare una vecchia versione</a> se vuoi prima effettuare un backup. Questo aggiornamento include tue punti principali, <a href=\"options-general.php?page=tribe-events-calendar\">migrare i contenuti</a> & aggiornare i tuoi template se necessario. Ci sono stati cambiamenti sostanziali ai tag dei template e alle funzioni. Dai uno sguardo alla nostra<a href=\"http://tri.be/migrating-from-events-calendar-1-6-5-to-2-0\">guida all'aggiornamento</a> prima di procedere e controlla la sezione FAQ e Knowledge base nella <a href=\"http://tri.be/support/\">pagina di supporto</a>.<br/><br/> I tuoi eventi hanno bisogno di essere convertiti. Vai in fondo alla <a href=\"options-general.php?page=tribe-events-calendar\">pagina delle impostazioni</a> per eseguire la migrazione."
848
-
849
- # @ default
850
- #: ../lib/tribe-the-events-calendar-import.class.php:54
851
  msgid "Upgrade from The Events Calendar"
852
  msgstr "Aggiornamento per The Events Calendar"
853
 
854
- #: ../lib/tribe-the-events-calendar-import.class.php:55
 
855
  msgid "It appears that you have some old events calendar data that needs to be upgraded. Please be sure to back up your database before initiating the upgrade. This process can not be undone."
856
  msgstr "Sembra che tu abbia dei vecchi eventi che necessitano di essere aggiornati. Fai un backup del tuo database prima di iniziare. Il processo non può essere annullato."
857
 
858
- #: ../lib/tribe-the-events-calendar-import.class.php:56
 
859
  msgid "Migrate Data!"
860
  msgstr "Migrazione dei dati"
861
 
862
- #: ../lib/tribe-the-events-calendar-import.class.php:128
863
  #, php-format
 
864
  msgid "You successfully migrated (%d) entries."
865
  msgstr "Hai migrato con successo (%d) voci."
866
 
867
- #: ../lib/tribe-the-events-calendar-import.class.php:199
 
868
  msgid "Install has 1 or more legacy event!"
869
  msgstr "L'installazione ha 1 o più eventi ereditati!"
870
 
871
- # @ default
872
- #: ../lib/tribe-view-helpers.class.php:16
873
- #: ../lib/tribe-view-helpers.class.php:33
874
  msgid "Select a Country:"
875
  msgstr "Seleziona una nazione:"
876
 
877
- #: ../lib/tribe-view-helpers.class.php:34
 
 
878
  msgid "United States"
879
  msgstr "United States"
880
 
881
- #: ../lib/tribe-view-helpers.class.php:35
 
882
  msgid "Afghanistan"
883
  msgstr "Afghanistan"
884
 
885
- #: ../lib/tribe-view-helpers.class.php:36
 
886
  msgid "Albania"
887
  msgstr "Albania"
888
 
889
- #: ../lib/tribe-view-helpers.class.php:37
 
890
  msgid "Algeria"
891
  msgstr "Algeria"
892
 
893
- #: ../lib/tribe-view-helpers.class.php:38
 
894
  msgid "American Samoa"
895
  msgstr "American Samoa"
896
 
897
- #: ../lib/tribe-view-helpers.class.php:39
 
898
  msgid "Andorra"
899
  msgstr "Andorra"
900
 
901
- #: ../lib/tribe-view-helpers.class.php:40
 
902
  msgid "Angola"
903
  msgstr "Angola"
904
 
905
- #: ../lib/tribe-view-helpers.class.php:41
 
906
  msgid "Anguilla"
907
  msgstr "Anguilla"
908
 
909
- #: ../lib/tribe-view-helpers.class.php:42
 
910
  msgid "Antarctica"
911
  msgstr "Antarctica"
912
 
913
- #: ../lib/tribe-view-helpers.class.php:43
 
914
  msgid "Antigua And Barbuda"
915
  msgstr "Antigua And Barbuda"
916
 
917
- #: ../lib/tribe-view-helpers.class.php:44
 
918
  msgid "Argentina"
919
  msgstr "Argentina"
920
 
921
- #: ../lib/tribe-view-helpers.class.php:45
 
922
  msgid "Armenia"
923
  msgstr "Armenia"
924
 
925
- #: ../lib/tribe-view-helpers.class.php:46
 
926
  msgid "Aruba"
927
  msgstr "Aruba"
928
 
929
- #: ../lib/tribe-view-helpers.class.php:47
 
930
  msgid "Australia"
931
  msgstr "Australia"
932
 
933
- # @ default
934
- #: ../lib/tribe-view-helpers.class.php:48
935
  msgid "Austria"
936
  msgstr "Austria"
937
 
938
- #: ../lib/tribe-view-helpers.class.php:49
 
939
  msgid "Azerbaijan"
940
  msgstr "Azerbaijan"
941
 
942
- #: ../lib/tribe-view-helpers.class.php:50
 
943
  msgid "Bahamas"
944
  msgstr "Bahamas"
945
 
946
- #: ../lib/tribe-view-helpers.class.php:51
 
947
  msgid "Bahrain"
948
  msgstr "Bahrain"
949
 
950
- #: ../lib/tribe-view-helpers.class.php:52
 
951
  msgid "Bangladesh"
952
  msgstr "Bangladesh"
953
 
954
- #: ../lib/tribe-view-helpers.class.php:53
 
955
  msgid "Barbados"
956
  msgstr "Barbados"
957
 
958
- #: ../lib/tribe-view-helpers.class.php:54
 
959
  msgid "Belarus"
960
  msgstr "Belarus"
961
 
962
- #: ../lib/tribe-view-helpers.class.php:55
 
963
  msgid "Belgium"
964
  msgstr "Belgium"
965
 
966
- #: ../lib/tribe-view-helpers.class.php:56
 
967
  msgid "Belize"
968
  msgstr "Belize"
969
 
970
- #: ../lib/tribe-view-helpers.class.php:57
 
971
  msgid "Benin"
972
  msgstr "Benin"
973
 
974
- #: ../lib/tribe-view-helpers.class.php:58
 
975
  msgid "Bermuda"
976
  msgstr "Bermuda"
977
 
978
- #: ../lib/tribe-view-helpers.class.php:59
 
979
  msgid "Bhutan"
980
  msgstr "Bhutan"
981
 
982
- #: ../lib/tribe-view-helpers.class.php:60
 
983
  msgid "Bolivia"
984
  msgstr "Bolivia"
985
 
986
- #: ../lib/tribe-view-helpers.class.php:61
 
987
  msgid "Bosnia And Herzegowina"
988
  msgstr "Bosnia And Herzegowina"
989
 
990
- #: ../lib/tribe-view-helpers.class.php:62
 
991
  msgid "Botswana"
992
  msgstr "Botswana"
993
 
994
- #: ../lib/tribe-view-helpers.class.php:63
 
995
  msgid "Bouvet Island"
996
  msgstr "Bouvet Island"
997
 
998
- #: ../lib/tribe-view-helpers.class.php:64
 
999
  msgid "Brazil"
1000
  msgstr "Brazil"
1001
 
1002
- #: ../lib/tribe-view-helpers.class.php:65
 
1003
  msgid "British Indian Ocean Territory"
1004
  msgstr "British Indian Ocean Territory"
1005
 
1006
- #: ../lib/tribe-view-helpers.class.php:66
 
1007
  msgid "Brunei Darussalam"
1008
  msgstr "Brunei Darussalam"
1009
 
1010
- #: ../lib/tribe-view-helpers.class.php:67
 
1011
  msgid "Bulgaria"
1012
  msgstr "Bulgaria"
1013
 
1014
- #: ../lib/tribe-view-helpers.class.php:68
 
1015
  msgid "Burkina Faso"
1016
  msgstr "Burkina Faso"
1017
 
1018
- #: ../lib/tribe-view-helpers.class.php:69
 
1019
  msgid "Burundi"
1020
  msgstr "Burundi"
1021
 
1022
- #: ../lib/tribe-view-helpers.class.php:70
 
1023
  msgid "Cambodia"
1024
  msgstr "Cambodia"
1025
 
1026
- #: ../lib/tribe-view-helpers.class.php:71
 
1027
  msgid "Cameroon"
1028
  msgstr "Cameroon"
1029
 
1030
- #: ../lib/tribe-view-helpers.class.php:72
 
1031
  msgid "Canada"
1032
  msgstr "Canada"
1033
 
1034
- #: ../lib/tribe-view-helpers.class.php:73
 
1035
  msgid "Cape Verde"
1036
  msgstr "Cape Verde"
1037
 
1038
- #: ../lib/tribe-view-helpers.class.php:74
 
1039
  msgid "Cayman Islands"
1040
  msgstr "Cayman Islands"
1041
 
1042
- #: ../lib/tribe-view-helpers.class.php:75
 
1043
  msgid "Central African Republic"
1044
  msgstr "Central African Republic"
1045
 
1046
- #: ../lib/tribe-view-helpers.class.php:76
 
1047
  msgid "Chad"
1048
  msgstr "Chad"
1049
 
1050
- # @ tribe-events-calendar
1051
- #: ../lib/tribe-view-helpers.class.php:77
1052
  msgid "Chile"
1053
  msgstr "Chile"
1054
 
1055
- #: ../lib/tribe-view-helpers.class.php:78
 
1056
  msgid "China"
1057
  msgstr "China"
1058
 
1059
- #: ../lib/tribe-view-helpers.class.php:79
 
1060
  msgid "Christmas Island"
1061
  msgstr "Christmas Island"
1062
 
1063
- #: ../lib/tribe-view-helpers.class.php:80
 
1064
  msgid "Cocos (Keeling) Islands"
1065
  msgstr "Cocos (Keeling) Islands"
1066
 
1067
- #: ../lib/tribe-view-helpers.class.php:81
 
1068
  msgid "Colombia"
1069
  msgstr "Colombia"
1070
 
1071
- #: ../lib/tribe-view-helpers.class.php:82
 
1072
  msgid "Comoros"
1073
  msgstr "Comoros"
1074
 
1075
- #: ../lib/tribe-view-helpers.class.php:83
 
1076
  msgid "Congo"
1077
  msgstr "Congo"
1078
 
1079
- #: ../lib/tribe-view-helpers.class.php:84
 
1080
  msgid "Congo, The Democratic Republic Of The"
1081
  msgstr "Congo, The Democratic Republic Of The"
1082
 
1083
- #: ../lib/tribe-view-helpers.class.php:85
 
1084
  msgid "Cook Islands"
1085
  msgstr "Cook Islands"
1086
 
1087
- #: ../lib/tribe-view-helpers.class.php:86
 
1088
  msgid "Costa Rica"
1089
  msgstr "Costa Rica"
1090
 
1091
- #: ../lib/tribe-view-helpers.class.php:87
 
1092
  msgid "Cote D'Ivoire"
1093
  msgstr "Cote D'Ivoire"
1094
 
1095
- #: ../lib/tribe-view-helpers.class.php:88
 
1096
  msgid "Croatia (Local Name: Hrvatska)"
1097
  msgstr "Croatia (Local Name: Hrvatska)"
1098
 
1099
- #: ../lib/tribe-view-helpers.class.php:89
 
1100
  msgid "Cuba"
1101
  msgstr "Cuba"
1102
 
1103
- #: ../lib/tribe-view-helpers.class.php:90
 
1104
  msgid "Cyprus"
1105
  msgstr "Cyprus"
1106
 
1107
- #: ../lib/tribe-view-helpers.class.php:91
 
1108
  msgid "Czech Republic"
1109
  msgstr "Czech Republic"
1110
 
1111
- #: ../lib/tribe-view-helpers.class.php:92
 
1112
  msgid "Denmark"
1113
  msgstr "Denmark"
1114
 
1115
- #: ../lib/tribe-view-helpers.class.php:93
 
1116
  msgid "Djibouti"
1117
  msgstr "Djibouti"
1118
 
1119
- #: ../lib/tribe-view-helpers.class.php:94
 
1120
  msgid "Dominica"
1121
  msgstr "Dominica"
1122
 
1123
- #: ../lib/tribe-view-helpers.class.php:95
 
1124
  msgid "Dominican Republic"
1125
  msgstr "Dominican Republic"
1126
 
1127
- #: ../lib/tribe-view-helpers.class.php:96
 
1128
  msgid "East Timor"
1129
  msgstr "East Timor"
1130
 
1131
- #: ../lib/tribe-view-helpers.class.php:97
 
1132
  msgid "Ecuador"
1133
  msgstr "Ecuador"
1134
 
1135
- #: ../lib/tribe-view-helpers.class.php:98
 
1136
  msgid "Egypt"
1137
  msgstr "Egypt"
1138
 
1139
- #: ../lib/tribe-view-helpers.class.php:99
 
1140
  msgid "El Salvador"
1141
  msgstr "El Salvador"
1142
 
1143
- #: ../lib/tribe-view-helpers.class.php:100
 
1144
  msgid "Equatorial Guinea"
1145
  msgstr "Equatorial Guinea"
1146
 
1147
- #: ../lib/tribe-view-helpers.class.php:101
 
1148
  msgid "Eritrea"
1149
  msgstr "Eritrea"
1150
 
1151
- #: ../lib/tribe-view-helpers.class.php:102
 
1152
  msgid "Estonia"
1153
  msgstr "Estonia"
1154
 
1155
- #: ../lib/tribe-view-helpers.class.php:103
 
1156
  msgid "Ethiopia"
1157
  msgstr "Ethiopia"
1158
 
1159
- #: ../lib/tribe-view-helpers.class.php:104
 
1160
  msgid "Falkland Islands (Malvinas)"
1161
  msgstr "Falkland Islands (Malvinas)"
1162
 
1163
- #: ../lib/tribe-view-helpers.class.php:105
 
1164
  msgid "Faroe Islands"
1165
  msgstr "Faroe Islands"
1166
 
1167
- #: ../lib/tribe-view-helpers.class.php:106
 
1168
  msgid "Fiji"
1169
  msgstr "Fiji"
1170
 
1171
- #: ../lib/tribe-view-helpers.class.php:107
 
1172
  msgid "Finland"
1173
  msgstr "Finland"
1174
 
1175
- # @ tribe-events-calendar
1176
- #: ../lib/tribe-view-helpers.class.php:108
1177
  msgid "France"
1178
  msgstr "France"
1179
 
1180
- #: ../lib/tribe-view-helpers.class.php:109
 
1181
  msgid "France, Metropolitan"
1182
  msgstr "France, Metropolitan"
1183
 
1184
- #: ../lib/tribe-view-helpers.class.php:110
 
1185
  msgid "French Guiana"
1186
  msgstr "French Guiana"
1187
 
1188
- #: ../lib/tribe-view-helpers.class.php:111
 
1189
  msgid "French Polynesia"
1190
  msgstr "French Polynesia"
1191
 
1192
- #: ../lib/tribe-view-helpers.class.php:112
 
1193
  msgid "French Southern Territories"
1194
  msgstr "French Southern Territories"
1195
 
1196
- #: ../lib/tribe-view-helpers.class.php:113
 
1197
  msgid "Gabon"
1198
  msgstr "Gabon"
1199
 
1200
- #: ../lib/tribe-view-helpers.class.php:114
 
1201
  msgid "Gambia"
1202
  msgstr "Gambia"
1203
 
1204
- #: ../lib/tribe-view-helpers.class.php:115
1205
- #: ../lib/tribe-view-helpers.class.php:303
 
1206
  msgid "Georgia"
1207
  msgstr "Georgia"
1208
 
1209
- #: ../lib/tribe-view-helpers.class.php:116
 
1210
  msgid "Germany"
1211
  msgstr "Germany"
1212
 
1213
- #: ../lib/tribe-view-helpers.class.php:117
 
1214
  msgid "Ghana"
1215
  msgstr "Ghana"
1216
 
1217
- #: ../lib/tribe-view-helpers.class.php:118
 
1218
  msgid "Gibraltar"
1219
  msgstr "Gibraltar"
1220
 
1221
- #: ../lib/tribe-view-helpers.class.php:119
 
1222
  msgid "Greece"
1223
  msgstr "Greece"
1224
 
1225
- #: ../lib/tribe-view-helpers.class.php:120
 
1226
  msgid "Greenland"
1227
  msgstr "Greenland"
1228
 
1229
- #: ../lib/tribe-view-helpers.class.php:121
 
1230
  msgid "Grenada"
1231
  msgstr "Grenada"
1232
 
1233
- #: ../lib/tribe-view-helpers.class.php:122
 
1234
  msgid "Guadeloupe"
1235
  msgstr "Guadeloupe"
1236
 
1237
- #: ../lib/tribe-view-helpers.class.php:123
 
1238
  msgid "Guam"
1239
  msgstr "Guam"
1240
 
1241
- #: ../lib/tribe-view-helpers.class.php:124
 
1242
  msgid "Guatemala"
1243
  msgstr "Guatemala"
1244
 
1245
- # @ default
1246
- #: ../lib/tribe-view-helpers.class.php:125
1247
  msgid "Guinea"
1248
  msgstr "Guinea"
1249
 
1250
- #: ../lib/tribe-view-helpers.class.php:126
 
1251
  msgid "Guinea-Bissau"
1252
  msgstr "Guinea-Bissau"
1253
 
1254
- #: ../lib/tribe-view-helpers.class.php:127
 
1255
  msgid "Guyana"
1256
  msgstr "Guyana"
1257
 
1258
- #: ../lib/tribe-view-helpers.class.php:128
 
1259
  msgid "Haiti"
1260
  msgstr "Haiti"
1261
 
1262
- #: ../lib/tribe-view-helpers.class.php:129
 
1263
  msgid "Heard And Mc Donald Islands"
1264
  msgstr "Heard And Mc Donald Islands"
1265
 
1266
- #: ../lib/tribe-view-helpers.class.php:130
 
1267
  msgid "Holy See (Vatican City State)"
1268
  msgstr "Holy See (Vatican City State)"
1269
 
1270
- #: ../lib/tribe-view-helpers.class.php:131
 
1271
  msgid "Honduras"
1272
  msgstr "Honduras"
1273
 
1274
- #: ../lib/tribe-view-helpers.class.php:132
 
1275
  msgid "Hong Kong"
1276
  msgstr "Hong Kong"
1277
 
1278
- # @ tribe-events-calendar-pro
1279
- # @ default
1280
- #: ../lib/tribe-view-helpers.class.php:133
1281
  msgid "Hungary"
1282
  msgstr "Hungary"
1283
 
1284
- #: ../lib/tribe-view-helpers.class.php:134
 
1285
  msgid "Iceland"
1286
  msgstr "Iceland"
1287
 
1288
- #: ../lib/tribe-view-helpers.class.php:135
 
1289
  msgid "India"
1290
  msgstr "India"
1291
 
1292
- #: ../lib/tribe-view-helpers.class.php:136
 
1293
  msgid "Indonesia"
1294
  msgstr "Indonesia"
1295
 
1296
- #: ../lib/tribe-view-helpers.class.php:137
 
1297
  msgid "Iran (Islamic Republic Of)"
1298
  msgstr "Iran (Islamic Republic Of)"
1299
 
1300
- #: ../lib/tribe-view-helpers.class.php:138
 
1301
  msgid "Iraq"
1302
  msgstr "Iraq"
1303
 
1304
- #: ../lib/tribe-view-helpers.class.php:139
 
1305
  msgid "Ireland"
1306
  msgstr "Ireland"
1307
 
1308
- #: ../lib/tribe-view-helpers.class.php:140
 
1309
  msgid "Israel"
1310
  msgstr "Israel"
1311
 
1312
- # @ tribe-events-calendar-pro
1313
- #: ../lib/tribe-view-helpers.class.php:141
1314
  msgid "Italy"
1315
  msgstr "Italia"
1316
 
1317
- #: ../lib/tribe-view-helpers.class.php:142
 
1318
  msgid "Jamaica"
1319
  msgstr "Jamaica"
1320
 
1321
- # @ tribe-events-calendar-pro
1322
- #: ../lib/tribe-view-helpers.class.php:143
1323
  msgid "Japan"
1324
  msgstr "Japan"
1325
 
1326
- # @ tribe-events-calendar-pro
1327
- #: ../lib/tribe-view-helpers.class.php:144
1328
  msgid "Jordan"
1329
  msgstr "Jordan"
1330
 
1331
- #: ../lib/tribe-view-helpers.class.php:145
 
1332
  msgid "Kazakhstan"
1333
  msgstr "Kazakhstan"
1334
 
1335
- #: ../lib/tribe-view-helpers.class.php:146
 
1336
  msgid "Kenya"
1337
  msgstr "Kenya"
1338
 
1339
- #: ../lib/tribe-view-helpers.class.php:147
 
1340
  msgid "Kiribati"
1341
  msgstr "Kiribati"
1342
 
1343
- #: ../lib/tribe-view-helpers.class.php:148
 
1344
  msgid "Korea, Democratic People's Republic Of"
1345
  msgstr "Korea, Democratic People's Republic Of"
1346
 
1347
- #: ../lib/tribe-view-helpers.class.php:149
 
1348
  msgid "Korea, Republic Of"
1349
  msgstr "Korea, Republic Of"
1350
 
1351
- #: ../lib/tribe-view-helpers.class.php:150
 
1352
  msgid "Kuwait"
1353
  msgstr "Kuwait"
1354
 
1355
- #: ../lib/tribe-view-helpers.class.php:151
 
1356
  msgid "Kyrgyzstan"
1357
  msgstr "Kyrgyzstan"
1358
 
1359
- #: ../lib/tribe-view-helpers.class.php:152
 
1360
  msgid "Lao People's Democratic Republic"
1361
  msgstr "Lao People's Democratic Republic"
1362
 
1363
- # @ tribe-events-calendar-pro
1364
- #: ../lib/tribe-view-helpers.class.php:153
1365
  msgid "Latvia"
1366
  msgstr "Latvia"
1367
 
1368
- #: ../lib/tribe-view-helpers.class.php:154
 
1369
  msgid "Lebanon"
1370
  msgstr "Lebanon"
1371
 
1372
- #: ../lib/tribe-view-helpers.class.php:155
 
1373
  msgid "Lesotho"
1374
  msgstr "Lesotho"
1375
 
1376
- #: ../lib/tribe-view-helpers.class.php:156
 
1377
  msgid "Liberia"
1378
  msgstr "Liberia"
1379
 
1380
- #: ../lib/tribe-view-helpers.class.php:157
 
1381
  msgid "Libya"
1382
  msgstr "Libya"
1383
 
1384
- #: ../lib/tribe-view-helpers.class.php:158
 
1385
  msgid "Liechtenstein"
1386
  msgstr "Liechtenstein"
1387
 
1388
- #: ../lib/tribe-view-helpers.class.php:159
 
1389
  msgid "Lithuania"
1390
  msgstr "Lithuania"
1391
 
1392
- #: ../lib/tribe-view-helpers.class.php:160
 
1393
  msgid "Luxembourg"
1394
  msgstr "Luxembourg"
1395
 
1396
- # @ default
1397
- #: ../lib/tribe-view-helpers.class.php:161
1398
  msgid "Macau"
1399
  msgstr "Macau"
1400
 
1401
- #: ../lib/tribe-view-helpers.class.php:162
 
1402
  msgid "Macedonia"
1403
  msgstr "Macedonia"
1404
 
1405
- #: ../lib/tribe-view-helpers.class.php:163
 
1406
  msgid "Madagascar"
1407
  msgstr "Madagascar"
1408
 
1409
- #: ../lib/tribe-view-helpers.class.php:164
 
1410
  msgid "Malawi"
1411
  msgstr "Malawi"
1412
 
1413
- #: ../lib/tribe-view-helpers.class.php:165
 
1414
  msgid "Malaysia"
1415
  msgstr "Malaysia"
1416
 
1417
- #: ../lib/tribe-view-helpers.class.php:166
 
1418
  msgid "Maldives"
1419
  msgstr "Maldives"
1420
 
1421
- #: ../lib/tribe-view-helpers.class.php:167
 
1422
  msgid "Mali"
1423
  msgstr "Mali"
1424
 
1425
- #: ../lib/tribe-view-helpers.class.php:168
 
1426
  msgid "Malta"
1427
  msgstr "Malta"
1428
 
1429
- #: ../lib/tribe-view-helpers.class.php:169
 
1430
  msgid "Marshall Islands"
1431
  msgstr "Marshall Islands"
1432
 
1433
- #: ../lib/tribe-view-helpers.class.php:170
 
1434
  msgid "Martinique"
1435
  msgstr "Martinique"
1436
 
1437
- #: ../lib/tribe-view-helpers.class.php:171
 
1438
  msgid "Mauritania"
1439
  msgstr "Mauritania"
1440
 
1441
- #: ../lib/tribe-view-helpers.class.php:172
 
1442
  msgid "Mauritius"
1443
  msgstr "Mauritius"
1444
 
1445
- # @ tribe-events-calendar-pro
1446
- # @ default
1447
- #: ../lib/tribe-view-helpers.class.php:173
1448
  msgid "Mayotte"
1449
  msgstr "Mayotte"
1450
 
1451
- #: ../lib/tribe-view-helpers.class.php:174
 
1452
  msgid "Mexico"
1453
  msgstr "Mexico"
1454
 
1455
- #: ../lib/tribe-view-helpers.class.php:175
 
1456
  msgid "Micronesia, Federated States Of"
1457
  msgstr "Micronesia, Federated States Of"
1458
 
1459
- #: ../lib/tribe-view-helpers.class.php:176
 
1460
  msgid "Moldova, Republic Of"
1461
  msgstr "Moldova, Republic Of"
1462
 
1463
- # @ tribe-events-calendar-pro
1464
- # @ default
1465
- #: ../lib/tribe-view-helpers.class.php:177
1466
  msgid "Monaco"
1467
  msgstr "Monaco"
1468
 
1469
- #: ../lib/tribe-view-helpers.class.php:178
 
1470
  msgid "Mongolia"
1471
  msgstr "Mongolia"
1472
 
1473
- #: ../lib/tribe-view-helpers.class.php:179
 
1474
  msgid "Montenegro"
1475
  msgstr "Montenegro"
1476
 
1477
- #: ../lib/tribe-view-helpers.class.php:180
 
1478
  msgid "Montserrat"
1479
  msgstr "Montserrat"
1480
 
1481
- #: ../lib/tribe-view-helpers.class.php:181
 
1482
  msgid "Morocco"
1483
  msgstr "Morocco"
1484
 
1485
- #: ../lib/tribe-view-helpers.class.php:182
 
1486
  msgid "Mozambique"
1487
  msgstr "Mozambique"
1488
 
1489
- # @ tribe-events-calendar-pro
1490
- #: ../lib/tribe-view-helpers.class.php:183
1491
  msgid "Myanmar"
1492
  msgstr "Myanmar"
1493
 
1494
- #: ../lib/tribe-view-helpers.class.php:184
 
1495
  msgid "Namibia"
1496
  msgstr "Namibia"
1497
 
1498
- #: ../lib/tribe-view-helpers.class.php:185
 
1499
  msgid "Nauru"
1500
  msgstr "Nauru"
1501
 
1502
- #: ../lib/tribe-view-helpers.class.php:186
 
1503
  msgid "Nepal"
1504
  msgstr "Nepal"
1505
 
1506
- #: ../lib/tribe-view-helpers.class.php:187
 
1507
  msgid "Netherlands"
1508
  msgstr "Netherlands"
1509
 
1510
- #: ../lib/tribe-view-helpers.class.php:188
 
1511
  msgid "Netherlands Antilles"
1512
  msgstr "Netherlands Antilles"
1513
 
1514
- #: ../lib/tribe-view-helpers.class.php:189
 
1515
  msgid "New Caledonia"
1516
  msgstr "New Caledonia"
1517
 
1518
- #: ../lib/tribe-view-helpers.class.php:190
 
1519
  msgid "New Zealand"
1520
  msgstr "New Zealand"
1521
 
1522
- #: ../lib/tribe-view-helpers.class.php:191
 
1523
  msgid "Nicaragua"
1524
  msgstr "Nicaragua"
1525
 
1526
- #: ../lib/tribe-view-helpers.class.php:192
 
1527
  msgid "Niger"
1528
  msgstr "Niger"
1529
 
1530
- #: ../lib/tribe-view-helpers.class.php:193
 
1531
  msgid "Nigeria"
1532
  msgstr "Nigeria"
1533
 
1534
- #: ../lib/tribe-view-helpers.class.php:194
 
1535
  msgid "Niue"
1536
  msgstr "Niue"
1537
 
1538
- #: ../lib/tribe-view-helpers.class.php:195
 
1539
  msgid "Norfolk Island"
1540
  msgstr "Norfolk Island"
1541
 
1542
- #: ../lib/tribe-view-helpers.class.php:196
 
1543
  msgid "Northern Mariana Islands"
1544
  msgstr "Northern Mariana Islands"
1545
 
1546
- #: ../lib/tribe-view-helpers.class.php:197
 
1547
  msgid "Norway"
1548
  msgstr "Norway"
1549
 
1550
- # @ tribe-events-calendar-pro
1551
- #: ../lib/tribe-view-helpers.class.php:198
1552
  msgid "Oman"
1553
  msgstr "Oman"
1554
 
1555
- #: ../lib/tribe-view-helpers.class.php:199
 
1556
  msgid "Pakistan"
1557
  msgstr "Pakistan"
1558
 
1559
- #: ../lib/tribe-view-helpers.class.php:200
 
1560
  msgid "Palau"
1561
  msgstr "Palau"
1562
 
1563
- #: ../lib/tribe-view-helpers.class.php:201
 
1564
  msgid "Panama"
1565
  msgstr "Panama"
1566
 
1567
- #: ../lib/tribe-view-helpers.class.php:202
 
1568
  msgid "Papua New Guinea"
1569
  msgstr "Papua New Guinea"
1570
 
1571
- #: ../lib/tribe-view-helpers.class.php:203
 
1572
  msgid "Paraguay"
1573
  msgstr "Paraguay"
1574
 
1575
- #: ../lib/tribe-view-helpers.class.php:204
 
1576
  msgid "Peru"
1577
  msgstr "Peru"
1578
 
1579
- #: ../lib/tribe-view-helpers.class.php:205
 
1580
  msgid "Philippines"
1581
  msgstr "Philippines"
1582
 
1583
- #: ../lib/tribe-view-helpers.class.php:206
 
1584
  msgid "Pitcairn"
1585
  msgstr "Pitcairn"
1586
 
1587
- #: ../lib/tribe-view-helpers.class.php:207
 
1588
  msgid "Poland"
1589
  msgstr "Poland"
1590
 
1591
- #: ../lib/tribe-view-helpers.class.php:208
 
1592
  msgid "Portugal"
1593
  msgstr "Portugal"
1594
 
1595
- #: ../lib/tribe-view-helpers.class.php:209
 
1596
  msgid "Puerto Rico"
1597
  msgstr "Puerto Rico"
1598
 
1599
- #: ../lib/tribe-view-helpers.class.php:210
 
1600
  msgid "Qatar"
1601
  msgstr "Qatar"
1602
 
1603
- #: ../lib/tribe-view-helpers.class.php:211
 
1604
  msgid "Reunion"
1605
  msgstr "Reunion"
1606
 
1607
- #: ../lib/tribe-view-helpers.class.php:212
 
1608
  msgid "Romania"
1609
  msgstr "Romania"
1610
 
1611
- #: ../lib/tribe-view-helpers.class.php:213
 
1612
  msgid "Russian Federation"
1613
  msgstr "Russian Federation"
1614
 
1615
- #: ../lib/tribe-view-helpers.class.php:214
 
1616
  msgid "Rwanda"
1617
  msgstr "Rwanda"
1618
 
1619
- #: ../lib/tribe-view-helpers.class.php:215
 
1620
  msgid "Saint Kitts And Nevis"
1621
  msgstr "Saint Kitts And Nevis"
1622
 
1623
- #: ../lib/tribe-view-helpers.class.php:216
 
1624
  msgid "Saint Lucia"
1625
  msgstr "Saint Lucia"
1626
 
1627
- #: ../lib/tribe-view-helpers.class.php:217
 
1628
  msgid "Saint Vincent And The Grenadines"
1629
  msgstr "Saint Vincent And The Grenadines"
1630
 
1631
- #: ../lib/tribe-view-helpers.class.php:218
 
1632
  msgid "Samoa"
1633
  msgstr "Samoa"
1634
 
1635
- #: ../lib/tribe-view-helpers.class.php:219
 
1636
  msgid "San Marino"
1637
  msgstr "San Marino"
1638
 
1639
- #: ../lib/tribe-view-helpers.class.php:220
 
1640
  msgid "Sao Tome And Principe"
1641
  msgstr "Sao Tome And Principe"
1642
 
1643
- #: ../lib/tribe-view-helpers.class.php:221
 
1644
  msgid "Saudi Arabia"
1645
  msgstr "Saudi Arabia"
1646
 
1647
- #: ../lib/tribe-view-helpers.class.php:222
 
1648
  msgid "Senegal"
1649
  msgstr "Senegal"
1650
 
1651
- #: ../lib/tribe-view-helpers.class.php:223
 
1652
  msgid "Serbia"
1653
  msgstr "Serbia"
1654
 
1655
- #: ../lib/tribe-view-helpers.class.php:224
 
1656
  msgid "Seychelles"
1657
  msgstr "Seychelles"
1658
 
1659
- #: ../lib/tribe-view-helpers.class.php:225
 
1660
  msgid "Sierra Leone"
1661
  msgstr "Sierra Leone"
1662
 
1663
- #: ../lib/tribe-view-helpers.class.php:226
 
1664
  msgid "Singapore"
1665
  msgstr "Singapore"
1666
 
1667
- #: ../lib/tribe-view-helpers.class.php:227
 
1668
  msgid "Slovakia (Slovak Republic)"
1669
  msgstr "Slovakia (Slovak Republic)"
1670
 
1671
- #: ../lib/tribe-view-helpers.class.php:228
 
1672
  msgid "Slovenia"
1673
  msgstr "Slovenia"
1674
 
1675
- #: ../lib/tribe-view-helpers.class.php:229
 
1676
  msgid "Solomon Islands"
1677
  msgstr "Solomon Islands"
1678
 
1679
- #: ../lib/tribe-view-helpers.class.php:230
 
1680
  msgid "Somalia"
1681
  msgstr "Somalia"
1682
 
1683
- #: ../lib/tribe-view-helpers.class.php:231
 
1684
  msgid "South Africa"
1685
  msgstr "South Africa"
1686
 
1687
- #: ../lib/tribe-view-helpers.class.php:232
 
1688
  msgid "South Georgia, South Sandwich Islands"
1689
  msgstr "South Georgia, South Sandwich Islands"
1690
 
1691
- #: ../lib/tribe-view-helpers.class.php:233
 
1692
  msgid "Spain"
1693
  msgstr "Spain"
1694
 
1695
- #: ../lib/tribe-view-helpers.class.php:234
 
1696
  msgid "Sri Lanka"
1697
  msgstr "Sri Lanka"
1698
 
1699
- #: ../lib/tribe-view-helpers.class.php:235
 
1700
  msgid "St. Helena"
1701
  msgstr "St. Helena"
1702
 
1703
- #: ../lib/tribe-view-helpers.class.php:236
 
1704
  msgid "St. Pierre And Miquelon"
1705
  msgstr "St. Pierre And Miquelon"
1706
 
1707
- # @ tribe-events-calendar-pro
1708
- # @ default
1709
- #: ../lib/tribe-view-helpers.class.php:237
1710
  msgid "Sudan"
1711
  msgstr "Sudan"
1712
 
1713
- #: ../lib/tribe-view-helpers.class.php:238
 
1714
  msgid "Suriname"
1715
  msgstr "Suriname"
1716
 
1717
- #: ../lib/tribe-view-helpers.class.php:239
 
1718
  msgid "Svalbard And Jan Mayen Islands"
1719
  msgstr "Svalbard And Jan Mayen Islands"
1720
 
1721
- #: ../lib/tribe-view-helpers.class.php:240
 
1722
  msgid "Swaziland"
1723
  msgstr "Swaziland"
1724
 
1725
- #: ../lib/tribe-view-helpers.class.php:241
 
1726
  msgid "Sweden"
1727
  msgstr "Sweden"
1728
 
1729
- #: ../lib/tribe-view-helpers.class.php:242
 
1730
  msgid "Switzerland"
1731
  msgstr "Switzerland"
1732
 
1733
- #: ../lib/tribe-view-helpers.class.php:243
 
1734
  msgid "Syrian Arab Republic"
1735
  msgstr "Syrian Arab Republic"
1736
 
1737
- #: ../lib/tribe-view-helpers.class.php:244
 
1738
  msgid "Taiwan"
1739
  msgstr "Taiwan"
1740
 
1741
- #: ../lib/tribe-view-helpers.class.php:245
 
1742
  msgid "Tajikistan"
1743
  msgstr "Tajikistan"
1744
 
1745
- #: ../lib/tribe-view-helpers.class.php:246
 
1746
  msgid "Tanzania, United Republic Of"
1747
  msgstr "Tanzania, United Republic Of"
1748
 
1749
- # @ tribe-events-calendar-pro
1750
- #: ../lib/tribe-view-helpers.class.php:247
1751
  msgid "Thailand"
1752
  msgstr "Thailand"
1753
 
1754
- #: ../lib/tribe-view-helpers.class.php:248
 
1755
  msgid "Togo"
1756
  msgstr "Togo"
1757
 
1758
- #: ../lib/tribe-view-helpers.class.php:249
 
1759
  msgid "Tokelau"
1760
  msgstr "Tokelau"
1761
 
1762
- #: ../lib/tribe-view-helpers.class.php:250
 
1763
  msgid "Tonga"
1764
  msgstr "Tonga"
1765
 
1766
- #: ../lib/tribe-view-helpers.class.php:251
 
1767
  msgid "Trinidad And Tobago"
1768
  msgstr "Trinidad And Tobago"
1769
 
1770
- #: ../lib/tribe-view-helpers.class.php:252
 
1771
  msgid "Tunisia"
1772
  msgstr "Tunisia"
1773
 
1774
- # @ tribe-events-calendar-pro
1775
- # @ default
1776
- #: ../lib/tribe-view-helpers.class.php:253
1777
  msgid "Turkey"
1778
  msgstr "Turkey"
1779
 
1780
- #: ../lib/tribe-view-helpers.class.php:254
 
1781
  msgid "Turkmenistan"
1782
  msgstr "Turkmenistan"
1783
 
1784
- #: ../lib/tribe-view-helpers.class.php:255
 
1785
  msgid "Turks And Caicos Islands"
1786
  msgstr "Turks And Caicos Islands"
1787
 
1788
- #: ../lib/tribe-view-helpers.class.php:256
 
1789
  msgid "Tuvalu"
1790
  msgstr "Tuvalu"
1791
 
1792
- #: ../lib/tribe-view-helpers.class.php:257
 
1793
  msgid "Uganda"
1794
  msgstr "Uganda"
1795
 
1796
- #: ../lib/tribe-view-helpers.class.php:258
 
1797
  msgid "Ukraine"
1798
  msgstr "Ukraine"
1799
 
1800
- #: ../lib/tribe-view-helpers.class.php:259
 
1801
  msgid "United Arab Emirates"
1802
  msgstr "United Arab Emirates"
1803
 
1804
- #: ../lib/tribe-view-helpers.class.php:260
 
1805
  msgid "United Kingdom"
1806
  msgstr "United Kingdom"
1807
 
1808
- #: ../lib/tribe-view-helpers.class.php:261
 
1809
  msgid "United States Minor Outlying Islands"
1810
  msgstr "United States Minor Outlying Islands"
1811
 
1812
- #: ../lib/tribe-view-helpers.class.php:262
 
1813
  msgid "Uruguay"
1814
  msgstr "Uruguay"
1815
 
1816
- #: ../lib/tribe-view-helpers.class.php:263
 
1817
  msgid "Uzbekistan"
1818
  msgstr "Uzbekistan"
1819
 
1820
- #: ../lib/tribe-view-helpers.class.php:264
 
1821
  msgid "Vanuatu"
1822
  msgstr "Vanuatu"
1823
 
1824
- # @ tribe-events-calendar-pro
1825
- #: ../lib/tribe-view-helpers.class.php:265
1826
  msgid "Venezuela"
1827
  msgstr "Venezuela"
1828
 
1829
- # @ tribe-events-calendar
1830
- #: ../lib/tribe-view-helpers.class.php:266
1831
  msgid "Viet Nam"
1832
  msgstr "Viet Nam"
1833
 
1834
- #: ../lib/tribe-view-helpers.class.php:267
 
1835
  msgid "Virgin Islands (British)"
1836
  msgstr "Virgin Islands (British)"
1837
 
1838
- #: ../lib/tribe-view-helpers.class.php:268
 
1839
  msgid "Virgin Islands (U.S.)"
1840
  msgstr "Virgin Islands (U.S.)"
1841
 
1842
- #: ../lib/tribe-view-helpers.class.php:269
 
1843
  msgid "Wallis And Futuna Islands"
1844
  msgstr "Wallis And Futuna Islands"
1845
 
1846
- #: ../lib/tribe-view-helpers.class.php:270
 
1847
  msgid "Western Sahara"
1848
  msgstr "Western Sahara"
1849
 
1850
- #: ../lib/tribe-view-helpers.class.php:271
 
1851
  msgid "Yemen"
1852
  msgstr "Yemen"
1853
 
1854
- #: ../lib/tribe-view-helpers.class.php:272
 
1855
  msgid "Zambia"
1856
  msgstr "Zambia"
1857
 
1858
- #: ../lib/tribe-view-helpers.class.php:273
 
1859
  msgid "Zimbabwe"
1860
  msgstr "Zimbabwe"
1861
 
1862
- #: ../lib/tribe-view-helpers.class.php:293
 
1863
  msgid "Alabama"
1864
  msgstr "Alabama"
1865
 
1866
- # @ default
1867
- #: ../lib/tribe-view-helpers.class.php:294
1868
  msgid "Alaska"
1869
  msgstr "Alaska"
1870
 
1871
- #: ../lib/tribe-view-helpers.class.php:295
 
1872
  msgid "Arizona"
1873
  msgstr "Arizona"
1874
 
1875
- #: ../lib/tribe-view-helpers.class.php:296
 
1876
  msgid "Arkansas"
1877
  msgstr "Arkansas"
1878
 
1879
- #: ../lib/tribe-view-helpers.class.php:297
 
1880
  msgid "California"
1881
  msgstr "California"
1882
 
1883
- #: ../lib/tribe-view-helpers.class.php:298
 
1884
  msgid "Colorado"
1885
  msgstr "Colorado"
1886
 
1887
- #: ../lib/tribe-view-helpers.class.php:299
 
1888
  msgid "Connecticut"
1889
  msgstr "Connecticut"
1890
 
1891
- #: ../lib/tribe-view-helpers.class.php:300
 
1892
  msgid "Delaware"
1893
  msgstr "Delaware"
1894
 
1895
- #: ../lib/tribe-view-helpers.class.php:301
 
1896
  msgid "District of Columbia"
1897
  msgstr "District of Columbia"
1898
 
1899
- # @ tribe-events-calendar-pro
1900
- # @ default
1901
- #: ../lib/tribe-view-helpers.class.php:302
1902
  msgid "Florida"
1903
  msgstr "Florida"
1904
 
1905
- #: ../lib/tribe-view-helpers.class.php:304
 
1906
  msgid "Hawaii"
1907
  msgstr "Hawaii"
1908
 
1909
- #: ../lib/tribe-view-helpers.class.php:305
 
1910
  msgid "Idaho"
1911
  msgstr "Idaho"
1912
 
1913
- #: ../lib/tribe-view-helpers.class.php:306
 
1914
  msgid "Illinois"
1915
  msgstr "Illinois"
1916
 
1917
- #: ../lib/tribe-view-helpers.class.php:307
 
1918
  msgid "Indiana"
1919
  msgstr "Indiana"
1920
 
1921
- #: ../lib/tribe-view-helpers.class.php:308
 
1922
  msgid "Iowa"
1923
  msgstr "Iowa"
1924
 
1925
- #: ../lib/tribe-view-helpers.class.php:309
 
1926
  msgid "Kansas"
1927
  msgstr "Kansas"
1928
 
1929
- #: ../lib/tribe-view-helpers.class.php:310
 
1930
  msgid "Kentucky"
1931
  msgstr "Kentucky"
1932
 
1933
- #: ../lib/tribe-view-helpers.class.php:311
 
1934
  msgid "Louisiana"
1935
  msgstr "Louisiana"
1936
 
1937
- #: ../lib/tribe-view-helpers.class.php:312
 
1938
  msgid "Maine"
1939
  msgstr "Maine"
1940
 
1941
- #: ../lib/tribe-view-helpers.class.php:313
 
1942
  msgid "Maryland"
1943
  msgstr "Maryland"
1944
 
1945
- #: ../lib/tribe-view-helpers.class.php:314
 
1946
  msgid "Massachusetts"
1947
  msgstr "Massachusetts"
1948
 
1949
- #: ../lib/tribe-view-helpers.class.php:315
 
1950
  msgid "Michigan"
1951
  msgstr "Michigan"
1952
 
1953
- #: ../lib/tribe-view-helpers.class.php:316
 
1954
  msgid "Minnesota"
1955
  msgstr "Minnesota"
1956
 
1957
- #: ../lib/tribe-view-helpers.class.php:317
 
1958
  msgid "Mississippi"
1959
  msgstr "Mississippi"
1960
 
1961
- #: ../lib/tribe-view-helpers.class.php:318
 
1962
  msgid "Missouri"
1963
  msgstr "Missouri"
1964
 
1965
- # @ tribe-events-calendar-pro
1966
- # @ default
1967
- #: ../lib/tribe-view-helpers.class.php:319
1968
  msgid "Montana"
1969
  msgstr "Montana"
1970
 
1971
- #: ../lib/tribe-view-helpers.class.php:320
 
1972
  msgid "Nebraska"
1973
  msgstr "Nebraska"
1974
 
1975
- #: ../lib/tribe-view-helpers.class.php:321
 
1976
  msgid "Nevada"
1977
  msgstr "Nevada"
1978
 
1979
- #: ../lib/tribe-view-helpers.class.php:322
 
1980
  msgid "New Hampshire"
1981
  msgstr "New Hampshire"
1982
 
1983
- #: ../lib/tribe-view-helpers.class.php:323
 
1984
  msgid "New Jersey"
1985
  msgstr "New Jersey"
1986
 
1987
- #: ../lib/tribe-view-helpers.class.php:324
 
1988
  msgid "New Mexico"
1989
  msgstr "New Mexico"
1990
 
1991
- #: ../lib/tribe-view-helpers.class.php:325
 
1992
  msgid "New York"
1993
  msgstr "New York"
1994
 
1995
- #: ../lib/tribe-view-helpers.class.php:326
 
1996
  msgid "North Carolina"
1997
  msgstr "North Carolina"
1998
 
1999
- #: ../lib/tribe-view-helpers.class.php:327
 
2000
  msgid "North Dakota"
2001
  msgstr "North Dakota"
2002
 
2003
- #: ../lib/tribe-view-helpers.class.php:328
 
2004
  msgid "Ohio"
2005
  msgstr "Ohio"
2006
 
2007
- #: ../lib/tribe-view-helpers.class.php:329
 
2008
  msgid "Oklahoma"
2009
  msgstr "Oklahoma"
2010
 
2011
- #: ../lib/tribe-view-helpers.class.php:330
 
2012
  msgid "Oregon"
2013
  msgstr "Oregon"
2014
 
2015
- #: ../lib/tribe-view-helpers.class.php:331
 
2016
  msgid "Pennsylvania"
2017
  msgstr "Pennsylvania"
2018
 
2019
- #: ../lib/tribe-view-helpers.class.php:332
 
2020
  msgid "Rhode Island"
2021
  msgstr "Rhode Island"
2022
 
2023
- #: ../lib/tribe-view-helpers.class.php:333
 
2024
  msgid "South Carolina"
2025
  msgstr "South Carolina"
2026
 
2027
- #: ../lib/tribe-view-helpers.class.php:334
 
2028
  msgid "South Dakota"
2029
  msgstr "South Dakota"
2030
 
2031
- #: ../lib/tribe-view-helpers.class.php:335
 
2032
  msgid "Tennessee"
2033
  msgstr "Tennessee"
2034
 
2035
- # @ tribe-events-calendar-pro
2036
- #: ../lib/tribe-view-helpers.class.php:336
2037
  msgid "Texas"
2038
  msgstr "Texas"
2039
 
2040
- #: ../lib/tribe-view-helpers.class.php:337
 
2041
  msgid "Utah"
2042
  msgstr "Utah"
2043
 
2044
- # @ default
2045
- #: ../lib/tribe-view-helpers.class.php:338
2046
  msgid "Vermont"
2047
  msgstr "Vermont"
2048
 
2049
- #: ../lib/tribe-view-helpers.class.php:339
 
2050
  msgid "Virginia"
2051
  msgstr "Virginia"
2052
 
2053
- #: ../lib/tribe-view-helpers.class.php:340
 
2054
  msgid "Washington"
2055
  msgstr "Washington"
2056
 
2057
- #: ../lib/tribe-view-helpers.class.php:341
 
2058
  msgid "West Virginia"
2059
  msgstr "West Virginia"
2060
 
2061
- #: ../lib/tribe-view-helpers.class.php:342
 
2062
  msgid "Wisconsin"
2063
  msgstr "Wisconsin"
2064
 
2065
- #: ../lib/tribe-view-helpers.class.php:343
 
2066
  msgid "Wyoming"
2067
  msgstr "Wyoming"
2068
 
2069
- # @ tribe-events-calendar-pro
2070
- #: ../lib/widget-list.class.php:16
2071
  msgid "A widget that displays the next upcoming x events."
2072
  msgstr "Un widget che mostra i prossimi N eventi."
2073
 
2074
- # @ tribe-events-calendar-pro
2075
- #: ../lib/widget-list.class.php:70
2076
  msgid "View All Events"
2077
  msgstr "Vedi tutti gli eventi"
2078
 
2079
- # @ tribe-events-calendar-pro
2080
- #: ../lib/widget-list.class.php:73
2081
  msgid "There are no upcoming events at this time."
2082
  msgstr "Non ci sono eventi in arrivo al momento."
2083
 
2084
- # @ tribe-events-calendar-pro
2085
- #: ../public/template-tags/general.php:103
2086
  msgid "Category:"
2087
  msgstr "Categoria:"
2088
 
2089
- # @ tribe-events-calendar-pro
2090
- #: ../public/template-tags/general.php:220
2091
  msgid "Free"
2092
  msgstr "Gratuito"
2093
 
2094
- # @ default
2095
- #: ../public/template-tags/loop.php:130
2096
  msgid "Calendar of Events"
2097
  msgstr "Calendario degli eventi"
2098
 
2099
- #: ../views/ecp-single-template.php:24
 
2100
  msgid "Edit"
2101
  msgstr "Modifica"
2102
 
2103
- # @ tribe-events-calendar-pro
2104
- #: ../views/events-list-load-widget-display.php:52
2105
  msgid "All Day"
2106
  msgstr "Giorno intero"
2107
 
2108
- #: ../views/gridview.php:43
2109
- #: ../views/list.php:165
2110
- #: ../views/single.php:98
 
2111
  msgid "iCal Import"
2112
  msgstr "Importazione iCal"
2113
 
2114
- # @ tribe-events-calendar-pro
2115
- #: ../views/list.php:50
2116
- #: ../views/single.php:20
 
2117
  msgid "Start:"
2118
  msgstr "Inizio:"
2119
 
2120
- # @ tribe-events-calendar-pro
2121
- #: ../views/list.php:54
2122
- #: ../views/single.php:22
 
2123
  msgid "End:"
2124
  msgstr "Termine:"
2125
 
2126
- # @ tribe-events-calendar-pro
2127
- #: ../views/list.php:59
2128
- #: ../views/single.php:25
 
2129
  msgid "Date:"
2130
  msgstr "Data:"
2131
 
2132
- # @ tribe-events-calendar-pro
2133
- #: ../views/list.php:69
2134
- #: ../views/single.php:56
 
2135
  msgid "Venue:"
2136
- msgstr "Locale:"
2137
 
2138
- # @ tribe-events-calendar-pro
2139
- #: ../views/list.php:92
2140
- #: ../views/single.php:73
 
2141
  msgid "Google Map"
2142
  msgstr "Google Map"
2143
 
2144
- #: ../views/list.php:116
2145
  #, php-format
 
2146
  msgid " listed under %s. Check out past events for this category or view the full calendar."
2147
  msgstr "listato sotto %s. Dai uno sguardo agli eventi passati per questa categoria o guarda il calendario completo."
2148
 
2149
- #: ../views/list.php:118
2150
  #, php-format
 
2151
  msgid " listed under %s. Check out upcoming events for this category or view the full calendar."
2152
  msgstr "listato sotto %s. Dai uno sguardo ai prossimi eventi per questa categoria o guarda il calendario completo."
2153
 
2154
- #: ../views/list.php:123
2155
  #, php-format
 
2156
  msgid "No events scheduled for <strong>%s</strong>. Please try another day."
2157
  msgstr "Nessun evento programmato per <strong>%s</strong>. Controlla un altro giorno."
2158
 
2159
- # @ default
2160
- #: ../views/list.php:127
2161
  msgid "No upcoming events"
2162
  msgstr "Nessun evento futuro"
2163
 
2164
- #: ../views/list.php:131
 
2165
  msgid "No previous events"
2166
  msgstr "Nessun evento precedente"
2167
 
2168
- # @ tribe-events-calendar-pro
2169
- #: ../views/list.php:144
2170
- #: ../views/list.php:146
2171
- #: ../views/list.php:148
2172
  msgid "&laquo; Previous Events"
2173
  msgstr "&laquo; Eventi precedenti"
2174
 
2175
- # @ default
2176
- #: ../views/list.php:155
2177
- #: ../views/list.php:157
2178
- #: ../views/list.php:159
2179
  msgid "Next Events &raquo;"
2180
  msgstr "Eventi successivi &raquo;"
2181
 
2182
- # @ tribe-events-calendar-pro
2183
- #: ../views/single.php:13
2184
  msgid "&laquo; Back to Events"
2185
  msgstr "&laquo; Torna agli Eventi"
2186
 
2187
- #: ../views/single.php:14
 
2188
  msgid "This event has passed."
2189
  msgstr "Questo evento è passato."
2190
 
2191
- # @ tribe-events-calendar-pro
2192
- #: ../views/single.php:17
2193
  msgid "Event:"
2194
  msgstr "Evento:"
2195
 
2196
- # @ tribe-events-calendar-pro
2197
- #: ../views/single.php:34
 
2198
  msgid "Organizer:"
2199
  msgstr "Organizzatore:"
2200
 
2201
- #: ../views/single.php:45
 
2202
  msgid "Updated:"
2203
  msgstr "Aggiornato:"
2204
 
2205
- #: ../views/single.php:48
 
2206
  msgid "Schedule:"
2207
  msgstr "Programmazione:"
2208
 
2209
- # @ tribe-events-calendar-pro
2210
- #: ../views/single.php:73
2211
  msgid "Click to view a Google Map"
2212
  msgstr "Visualizza su Google Maps"
2213
 
2214
- #: ../views/single.php:101
 
2215
  msgid "Add to Google Calendar"
2216
  msgstr "Aggiungi a Google Calendar"
2217
 
2218
- # @ default
2219
- #: ../views/single.php:101
2220
  msgid "+ Google Calendar"
2221
  msgstr "+ Google Calendar"
2222
 
2223
- #: ../views/table-mini.php:24
 
2224
  msgid "View all &raquo;"
2225
  msgstr "Vedi tutto &raquo;"
2226
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  "X-Poedit-Language: English\n"
14
  "X-Poedit-Country: UNITED STATES\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
  "X-Poedit-Basepath: ./\n"
18
+ "X-Poedit-Bookmarks: \n"
19
  "X-Poedit-SearchPath-0: ..\n"
20
+ "X-Textdomain-Support: yes"
21
 
22
+ #: admin-views/event-sidebar-options.php:11
23
+ #@ tribe-events-calendar
24
  msgid "Hide From Upcoming Events List"
25
  msgstr "Nascondi dalla lista dei prossimi eventi"
26
 
27
+ #: admin-views/events-meta-box.php:25
28
+ #@ tribe-events-calendar
29
  msgid "Event Time &amp; Date"
30
  msgstr "Data e ora evento"
31
 
32
+ #: admin-views/events-meta-box.php:28
33
+ #@ tribe-events-calendar
34
  msgid "You have changed the recurrence rules of this event. Saving the event will update all future events. If you did not mean to change all events, then please refresh the page."
35
  msgstr ""
36
 
37
+ #: admin-views/events-meta-box.php:31
38
+ #@ tribe-events-calendar
39
  msgid "All day event?"
40
  msgstr "Evento giornaliero?"
41
 
42
+ #: admin-views/events-meta-box.php:35
43
+ #@ tribe-events-calendar
44
  msgid "Start Date / Time:"
45
  msgstr "Data / ora di inizio:"
46
 
47
+ #: admin-views/events-meta-box.php:38
48
+ #: admin-views/events-meta-box.php:59
49
+ #@ tribe-events-calendar
50
  msgid "YYYY-MM-DD"
51
  msgstr "YYYY-MM-DD"
52
 
53
+ #: admin-views/events-meta-box.php:40
54
+ #: admin-views/events-meta-box.php:61
55
+ #@ tribe-events-calendar
56
  msgid "@"
57
  msgstr "@"
58
 
59
+ #: admin-views/events-meta-box.php:56
60
+ #@ tribe-events-calendar
61
  msgid "End Date / Time:"
62
  msgstr "Data / ora di fine:"
63
 
64
+ #: admin-views/events-meta-box.php:78
65
+ #@ tribe-events-calendar
66
  msgid "Event Location Details"
67
  msgstr "Dettagli della location"
68
 
69
+ #: admin-views/events-meta-box.php:84
70
+ #@ tribe-events-calendar
71
  msgid "Show Google Maps Link:"
72
  msgstr "Mostra il link di Google Maps:"
73
 
74
+ #: admin-views/events-meta-box.php:91
75
+ #@ tribe-events-calendar
76
  msgid "Show Google Map:"
77
  msgstr "Mostra la Google Map:"
78
 
79
+ #: admin-views/events-meta-box.php:100
80
+ #@ tribe-events-calendar
81
  msgid "Event Organizer Details"
82
  msgstr "Dettagli dell'organizzatore dell'evento"
83
 
84
+ #: admin-views/events-meta-box.php:109
85
+ #@ tribe-events-calendar
86
  msgid "Event Cost"
87
  msgstr "Costo evento"
88
 
89
+ #: admin-views/events-meta-box.php:112
90
+ #: views/in-loop.php:84
91
+ #: views/list.php:102
92
+ #: views/single.php:29
93
+ #@ tribe-events-calendar
94
  msgid "Cost:"
95
  msgstr "Prezzo:"
96
 
97
+ #: admin-views/events-meta-box.php:117
98
+ #@ tribe-events-calendar
99
  msgid "Leave blank to hide the field. Enter a 0 for events that are free."
100
  msgstr "Lascia buanco per nascondere il campo. Inserisci 0 per gli eventi gratuiti."
101
 
102
+ #: admin-views/events-options.php:48
103
  #, php-format
104
+ #@ tribe-events-calendar
105
  msgid "%s Settings"
106
  msgstr "%s Impostazioni"
107
 
108
+ #: admin-views/events-options-general.php:1
109
+ #@ tribe-events-calendar
110
  msgid "Need a hand?"
111
  msgstr "Bisogno di una mano?"
112
 
113
+ #: admin-views/events-options-general.php:2
114
  #, php-format
115
+ #@ tribe-events-calendar
116
  msgid "If you're stuck on these options, please go to the <a href=\"%s\">support forum</a>."
117
  msgstr "Se non sai come muoverti tra le opzioni, vai al <a href=\"%s\">forum di supporto</a>."
118
 
119
+ #: admin-views/events-options-general.php:4
120
+ #@ tribe-events-calendar
121
  msgid "Here is the iCal feed URL for your events: "
122
  msgstr "Questo è l'iCal feed URL per i tuoi eventi:"
123
 
124
+ #: admin-views/events-options-general.php:6
125
+ #@ tribe-events-calendar
126
  msgid "Settings"
127
  msgstr "Impostazioni"
128
 
129
+ #: admin-views/events-options-general.php:9
130
+ #: admin-views/events-options-general.php:13
131
+ #@ tribe-events-calendar
132
  msgid "Default View for the Events"
133
  msgstr "Vista predefinita per gli eventi"
134
 
135
+ #: admin-views/events-options-general.php:17
136
+ #: views/gridview.php:38
137
+ #: views/list.php:19
138
+ #@ tribe-events-calendar
139
  msgid "Calendar"
140
  msgstr "Calendario"
141
 
142
+ #: admin-views/events-options-general.php:21
143
+ #: views/gridview.php:37
144
+ #: views/list.php:18
145
+ #@ tribe-events-calendar
146
  msgid "Event List"
147
  msgstr "Lista Eventi"
148
 
149
+ #: admin-views/events-options-general.php:57
150
+ #: admin-views/events-options-general.php:61
151
+ #: admin-views/events-options-general.php:63
152
+ #@ tribe-events-calendar
153
  msgid "Show Comments"
154
  msgstr "Mostra i commenti"
155
 
156
+ #: admin-views/events-options-general.php:71
157
+ #: admin-views/events-options-general.php:75
158
+ #@ tribe-events-calendar
159
  msgid "Multiday Event Cutoff"
160
  msgstr ""
161
 
162
+ #: admin-views/events-options-general.php:89
163
+ #@ tribe-events-calendar
164
  msgid "For multi-day events, hide the last day from grid view if it ends on or before this time."
165
  msgstr ""
166
 
167
+ #: admin-views/events-options-general.php:94
168
+ #: admin-views/events-options-general.php:98
169
+ #@ tribe-events-calendar
170
  msgid "Enable Google Maps"
171
  msgstr "Abilita Google Maps"
172
 
173
+ #: admin-views/events-options-general.php:104
174
+ #@ tribe-events-calendar
175
  msgid "Height"
176
  msgstr "Altezza"
177
 
178
+ #: admin-views/events-options-general.php:105
179
+ #@ tribe-events-calendar
180
  msgid "Width"
181
  msgstr "Larghezza"
182
 
183
+ #: admin-views/events-options-general.php:105
184
+ #@ tribe-events-calendar
185
  msgid "(number or %)"
186
  msgstr "(numbero o %)"
187
 
188
+ #: admin-views/events-options-general.php:110
189
+ #@ tribe-events-calendar
190
  msgid "If you don't have this turned on, your event listings won't have the backend map preview or frontend embedded map."
191
  msgstr ""
192
 
193
+ #: admin-views/events-options-general.php:118
194
+ #: admin-views/events-options-general.php:120
195
+ #@ tribe-events-calendar
196
  msgid "Events URL slug"
197
  msgstr "URL slug eventi"
198
 
199
+ #: admin-views/events-options-general.php:121
200
+ #@ tribe-events-calendar
201
  msgid "The slug used for building the Events URL."
202
  msgstr "Lo slug usato per costruire l'URL degli eventi."
203
 
204
+ #: admin-views/events-options-general.php:121
 
205
  #, php-format
206
+ #@ tribe-events-calendar
207
  msgid "Your current Events URL is <strong><a href=\"%s\">%s</a></strong>"
208
  msgstr "Il tuo URL per gli Eventi è <strong><a href=\"%s\">%s</a></strong>"
209
 
210
+ #: admin-views/events-options-general.php:125
211
+ #: admin-views/events-options-general.php:127
212
+ #@ tribe-events-calendar
213
  msgid "Single Event URL slug"
214
  msgstr "URL slug evento singolo"
215
 
216
+ #: admin-views/events-options-general.php:128
217
+ #@ tribe-events-calendar
218
  msgid "The slug used for building a single Event URL."
219
  msgstr "Lo slog usato per costruire l'URL del singolo evento."
220
 
221
+ #: admin-views/events-options-general.php:129
222
  #, php-format
223
+ #@ tribe-events-calendar
224
  msgid "<strong>NOTE:</strong> You <em>cannot</em> use the same slug as above. The above should ideally be plural, and this singular.<br />Your single Event URL is like: <strong>%s</strong>"
225
  msgstr ""
226
 
227
+ #: admin-views/events-options-general.php:134
228
+ #: admin-views/events-options-general.php:136
229
+ #@ tribe-events-calendar
230
  msgid "Debug"
231
  msgstr ""
232
 
233
+ #: admin-views/events-options-general.php:137
234
+ #@ tribe-events-calendar
235
  msgid "Debug Events display issues."
236
  msgstr "Debug per problemi di visualizzazione degli eventi."
237
 
238
+ #: admin-views/events-options-general.php:138
239
  #, php-format
240
+ #@ tribe-events-calendar
241
  msgid "Enable this option to log debug information. By default this will log to your server PHP error log. If you'd like to see the log messages in your browser, then we recommend that you install the <a href=\"%s\" target=\"_blank\">Debug Bar Plugin</a> and look for the \"Tribe\" tab in the debug output."
242
  msgstr ""
243
 
244
+ #: admin-views/events-options-template.php:4
245
+ #: admin-views/events-options-template.php:6
246
+ #@ tribe-events-calendar
 
 
 
 
247
  msgid "Events Template"
248
  msgstr "Template Eventi"
249
 
250
+ #: admin-views/events-options-template.php:8
251
+ #@ tribe-events-calendar
252
  msgid "Default Events Template"
253
  msgstr "Template Eventi predefinito"
254
 
255
+ #: admin-views/events-options-template.php:9
256
+ #@ tribe-events-calendar
257
  msgid "Default Page Template"
258
  msgstr "Template Pagina predefinito"
259
 
260
+ #: admin-views/events-options-template.php:12
261
+ #@ tribe-events-calendar
262
  msgid "Choose a page template to control the look and feel of your calendar."
263
  msgstr "Scegli un template da associare al tuo calendario."
264
 
265
+ #: admin-views/events-options-template.php:16
266
+ #: admin-views/events-options-template.php:18
267
+ #: admin-views/events-options-template.php:26
268
+ #@ tribe-events-calendar
269
  msgid "Add HTML before calendar"
270
  msgstr "Aggiungi HTML prima del calendario"
271
 
272
+ #: admin-views/events-options-template.php:20
273
+ #@ tribe-events-calendar
274
  msgid "Some themes may require that you add extra divs before the calendar list to help with styling."
275
  msgstr ""
276
 
277
+ #: admin-views/events-options-template.php:20
278
+ #@ tribe-events-calendar
279
  msgid "This is displayed directly after the header."
280
  msgstr ""
281
 
282
+ #: admin-views/events-options-template.php:20
283
+ #: admin-views/events-options-template.php:28
284
+ #@ tribe-events-calendar
285
  msgid "You may use (x)HTML."
286
  msgstr "Puoi usare (x)HTML."
287
 
288
+ #: admin-views/events-options-template.php:24
289
+ #@ tribe-events-calendar
290
  msgid "Add HTML after calendar"
291
  msgstr "Aggiungi HTML dopo il calendario"
292
 
293
+ #: admin-views/events-options-template.php:28
294
+ #@ tribe-events-calendar
295
  msgid "Some themes may require that you add extra divs after the calendar list to help with styling."
296
  msgstr ""
297
 
298
+ #: admin-views/events-options-template.php:28
299
+ #@ tribe-events-calendar
300
  msgid "This is displayed directly above the footer."
301
  msgstr "Questo è visualizzato direttamente sopra il footer."
302
 
303
+ #: admin-views/events-options.php:70
304
+ #@ tribe-events-calendar
305
  msgid "Save Changes"
306
  msgstr "Salva i cambiamenti"
307
 
308
+ #: admin-views/organizer-meta-box.php:11
309
+ #@ tribe-events-calendar
310
  msgid "Organizer Name:"
311
  msgstr "Nome organizzatore:"
312
 
313
+ #: admin-views/organizer-meta-box.php:17
314
+ #: admin-views/venue-meta-box.php:83
315
+ #: views/in-loop.php:66
316
+ #: views/list.php:84
317
+ #: views/single.php:42
318
+ #: views/single.php:70
319
+ #@ tribe-events-calendar
320
  msgid "Phone:"
321
  msgstr "Telefono:"
322
 
323
+ #: admin-views/organizer-meta-box.php:21
324
+ #@ tribe-events-calendar
325
  msgid "Website:"
326
  msgstr "Sito web:"
327
 
328
+ #: admin-views/organizer-meta-box.php:25
329
+ #: views/single.php:46
330
+ #@ tribe-events-calendar
331
  msgid "Email:"
332
  msgstr "Email:"
333
 
334
+ #: admin-views/recurrence-dialog.php:11
335
+ #@ tribe-events-calendar
336
  msgid "Which events do you wish to update?"
337
  msgstr "Quali eventi vorresti aggiornare?"
338
 
339
+ #: admin-views/recurrence-dialog.php:14
340
+ #@ tribe-events-calendar
341
  msgid "Select your desired action"
342
  msgstr "Seleziona la tua azione desiderata"
343
 
344
+ #: admin-views/venue-meta-box.php:12
345
+ #@ tribe-events-calendar
346
  msgid "Venue Name:"
347
+ msgstr "Nome luogo:"
348
 
349
+ #: admin-views/venue-meta-box.php:19
350
+ #: views/in-loop.php:72
351
+ #: views/list.php:90
352
+ #: views/single.php:75
353
+ #@ tribe-events-calendar
354
  msgid "Address:"
355
  msgstr "Indirizzo:"
356
 
357
+ #: admin-views/venue-meta-box.php:23
358
+ #@ tribe-events-calendar
359
  msgid "City:"
360
  msgstr "Città:"
361
 
362
+ #: admin-views/venue-meta-box.php:27
363
+ #@ tribe-events-calendar
364
  msgid "Country:"
365
  msgstr "Nazione:"
366
 
367
+ #: admin-views/venue-meta-box.php:58
368
+ #@ tribe-events-calendar
369
  msgid "State or Province:"
370
  msgstr "Stato (USA) o Provincia (Int):"
371
 
372
+ #: admin-views/venue-meta-box.php:61
373
+ #@ tribe-events-calendar
374
  msgid "Select a State:"
375
  msgstr "Seleziona uno Stato:"
376
 
377
+ #: admin-views/venue-meta-box.php:79
378
+ #@ tribe-events-calendar
379
  msgid "Postal Code:"
380
  msgstr "Codice postale:"
381
 
382
+ #: admin-views/widget-admin-list.php:11
383
+ #@ tribe-events-calendar
384
  msgid "Title:"
385
  msgstr "Titolo:"
386
 
387
+ #: admin-views/widget-admin-list.php:16
388
+ #@ tribe-events-calendar
389
  msgid "Show:"
390
  msgstr "Mostra:"
391
 
392
+ #: admin-views/widget-admin-list.php:24
393
+ #@ tribe-events-calendar
394
  msgid "Show widget only if there are upcoming events:"
395
  msgstr "Mostra il widget solo se ci sono eventi in arrivo:"
396
 
397
+ #: admin-views/widget-admin-list.php:30
398
+ #@ tribe-events-calendar
399
  msgid "If you wish to customize the widget display yourself, see the file views/events-list-load-widget-display.php inside the Events Premium plugin."
400
  msgstr "Se preferisci personalizzarti l'aspetto del widget, vedi il file views/events-list-load-widget-display.php dentro la cartella del plugin eventi in versione Premium"
401
 
402
+ #: lib/the-events-calendar.class.php:258
403
+ #@ tribe-events-calendar
404
  msgid "The Events Calendar"
405
  msgstr "Calendario Eventi"
406
 
407
+ #: lib/the-events-calendar.class.php:261
408
+ #@ tribe-events-calendar
409
  msgid "category"
410
  msgstr "categoria"
411
 
412
+ #: lib/the-events-calendar.class.php:263
413
+ #@ tribe-events-calendar
414
  msgid "month"
415
  msgstr "mese"
416
 
417
+ #: lib/the-events-calendar.class.php:264
418
+ #@ tribe-events-calendar
419
  msgid "upcoming"
420
+ msgstr "prossimi"
421
 
422
+ #: lib/the-events-calendar.class.php:265
423
+ #@ tribe-events-calendar
424
  msgid "past"
425
  msgstr "passato"
426
 
427
+ #: lib/the-events-calendar.class.php:267
428
+ #@ tribe-events-calendar
429
  msgid "venue"
430
+ msgstr "luogo"
431
 
432
+ #: lib/the-events-calendar.class.php:277
433
  #, php-format
434
+ #@ tribe-events-calendar
435
  msgid "Initializing Tribe Events on %s"
436
  msgstr ""
437
 
438
+ #: lib/the-events-calendar.class.php:334
439
  #, php-format
440
+ #@ tribe-events-calendar
441
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
442
  msgstr ""
443
 
444
+ #: lib/the-events-calendar.class.php:337
445
  #, php-format
446
+ #@ tribe-events-calendar
447
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
448
  msgstr ""
449
 
450
+ #: lib/the-events-calendar.class.php:458
451
+ #@ tribe-events-calendar
452
  msgid "Upcoming Events"
453
  msgstr "Prossimi Eventi"
454
 
455
+ #: lib/the-events-calendar.class.php:460
456
+ #@ tribe-events-calendar
457
  msgid "Past Events"
458
  msgstr "Eventi Passati"
459
 
460
+ #: lib/the-events-calendar.class.php:464
461
+ #: lib/the-events-calendar.class.php:470
462
  #, php-format
463
+ #@ tribe-events-calendar
464
  msgid "Events for %s"
465
  msgstr "Eventi per %s"
466
 
467
+ #: lib/the-events-calendar.class.php:466
468
+ #@ tribe-events-calendar
469
  msgid "Events this month"
470
  msgstr "Eventi di questo mese"
471
 
472
+ #: lib/the-events-calendar.class.php:476
473
  #, php-format
474
+ #@ tribe-events-calendar
475
  msgid "Events at %s"
476
  msgstr ""
477
 
478
+ #: lib/the-events-calendar.class.php:488
479
+ #@ tribe-events-calendar
480
  msgid "No description has been entered for this event."
481
  msgstr ""
482
 
483
+ #: lib/the-events-calendar.class.php:597
484
+ #@ tribe-events-calendar
485
  msgid "Events"
486
  msgstr "Eventi"
487
 
488
+ #: lib/the-events-calendar.class.php:598
489
+ #@ tribe-events-calendar
490
  msgid "Event"
491
  msgstr "Evento"
492
 
493
+ #: lib/the-events-calendar.class.php:599
494
+ #: lib/the-events-calendar.class.php:612
495
+ #: lib/the-events-calendar.class.php:625
496
+ #@ tribe-events-calendar
497
  msgid "Add New"
498
  msgstr "Aggiungi nuovo"
499
 
500
+ #: lib/the-events-calendar.class.php:600
501
+ #@ tribe-events-calendar
502
  msgid "Add New Event"
503
  msgstr "Aggiungi nuovo evento"
504
 
505
+ #: lib/the-events-calendar.class.php:601
506
+ #@ tribe-events-calendar
507
  msgid "Edit Event"
508
  msgstr "Modifica evento"
509
 
510
+ #: lib/the-events-calendar.class.php:602
511
+ #@ tribe-events-calendar
512
  msgid "New Event"
513
  msgstr "Nuovo evento"
514
 
515
+ #: lib/the-events-calendar.class.php:603
516
+ #@ tribe-events-calendar
517
  msgid "View Event"
518
  msgstr "Vedi evento"
519
 
520
+ #: lib/the-events-calendar.class.php:604
521
+ #@ tribe-events-calendar
522
  msgid "Search Events"
523
  msgstr "Ricerca Eventi"
524
 
525
+ #: lib/the-events-calendar.class.php:605
526
+ #@ tribe-events-calendar
527
  msgid "No events found"
528
  msgstr "Nessun evento trovato"
529
 
530
+ #: lib/the-events-calendar.class.php:606
531
+ #@ tribe-events-calendar
532
  msgid "No events found in Trash"
533
  msgstr ""
534
 
535
+ #: lib/the-events-calendar.class.php:610
536
+ #@ tribe-events-calendar
537
  msgid "Venues"
538
  msgstr "Luoghi"
539
 
540
+ #: lib/the-events-calendar.class.php:611
541
+ #@ tribe-events-calendar
542
  msgid "Venue"
543
+ msgstr "Luogo"
544
 
545
+ #: lib/the-events-calendar.class.php:613
546
+ #@ tribe-events-calendar
547
  msgid "Add New Venue"
548
  msgstr "Aggiungi nuovo luogo"
549
 
550
+ #: lib/the-events-calendar.class.php:614
551
+ #@ tribe-events-calendar
552
  msgid "Edit Venue"
553
  msgstr "Modifica luogo"
554
 
555
+ #: lib/the-events-calendar.class.php:615
556
+ #@ tribe-events-calendar
557
  msgid "New Venue"
558
+ msgstr "Nuovo luogo"
559
 
560
+ #: lib/the-events-calendar.class.php:616
561
+ #: lib/the-events-calendar.class.php:629
562
+ #@ tribe-events-calendar
563
  msgid "View Venue"
564
+ msgstr "Vedi luogo"
565
 
566
+ #: lib/the-events-calendar.class.php:617
567
+ #@ tribe-events-calendar
568
  msgid "Search Venues"
569
+ msgstr "Ricerca luoghi"
570
 
571
+ #: lib/the-events-calendar.class.php:618
572
+ #@ tribe-events-calendar
573
  msgid "No venue found"
574
  msgstr "Nessun luogo trovato"
575
 
576
+ #: lib/the-events-calendar.class.php:619
577
+ #@ tribe-events-calendar
578
  msgid "No venues found in Trash"
579
  msgstr ""
580
 
581
+ #: lib/the-events-calendar.class.php:623
582
+ #@ tribe-events-calendar
583
  msgid "Organizers"
584
  msgstr "Organizzatori"
585
 
586
+ #: lib/the-events-calendar.class.php:624
587
+ #@ tribe-events-calendar
588
  msgid "Organizer"
589
  msgstr "Organizzatore"
590
 
591
+ #: lib/the-events-calendar.class.php:626
592
+ #@ tribe-events-calendar
593
  msgid "Add New Organizer"
594
  msgstr "Aggiungi Nuovo Organizzatore"
595
 
596
+ #: lib/the-events-calendar.class.php:627
597
+ #@ tribe-events-calendar
598
  msgid "Edit Organizer"
599
  msgstr "Modifica organizzatore"
600
 
601
+ #: lib/the-events-calendar.class.php:628
602
+ #@ tribe-events-calendar
603
  msgid "New Organizer"
604
  msgstr "Nuovo Organizzatore"
605
 
606
+ #: lib/the-events-calendar.class.php:630
607
+ #@ tribe-events-calendar
608
  msgid "Search Organizers"
609
  msgstr "Ricerca Organizzatori"
610
 
611
+ #: lib/the-events-calendar.class.php:631
612
+ #@ tribe-events-calendar
613
  msgid "No organizer found"
614
  msgstr "Nessun organizzatore trovato"
615
 
616
+ #: lib/the-events-calendar.class.php:632
617
+ #@ tribe-events-calendar
618
  msgid "No organizers found in Trash"
619
  msgstr ""
620
 
621
+ #: lib/the-events-calendar.class.php:636
622
+ #: lib/tribe-admin-events-list.class.php:172
623
+ #@ tribe-events-calendar
624
  msgid "Event Categories"
625
  msgstr "Categorie eventi"
626
 
627
+ #: lib/the-events-calendar.class.php:637
628
+ #@ tribe-events-calendar
629
  msgid "Event Category"
630
  msgstr "Categoria Evento"
631
 
632
+ #: lib/the-events-calendar.class.php:638
633
+ #@ tribe-events-calendar
634
  msgid "Search Event Categories"
635
  msgstr "Ricerca categorie evento"
636
 
637
+ #: lib/the-events-calendar.class.php:639
638
+ #@ tribe-events-calendar
639
  msgid "All Event Categories"
640
  msgstr "Tutte le categorie eventi"
641
 
642
+ #: lib/the-events-calendar.class.php:640
643
+ #@ tribe-events-calendar
644
  msgid "Parent Event Category"
645
  msgstr ""
646
 
647
+ #: lib/the-events-calendar.class.php:641
648
+ #@ tribe-events-calendar
649
  msgid "Parent Event Category:"
650
  msgstr ""
651
 
652
+ #: lib/the-events-calendar.class.php:642
653
+ #@ tribe-events-calendar
654
  msgid "Edit Event Category"
655
  msgstr ""
656
 
657
+ #: lib/the-events-calendar.class.php:643
658
+ #@ tribe-events-calendar
659
  msgid "Update Event Category"
660
  msgstr ""
661
 
662
+ #: lib/the-events-calendar.class.php:644
663
+ #@ tribe-events-calendar
664
  msgid "Add New Event Category"
665
  msgstr "Aggiungi nuova categoria evento"
666
 
667
+ #: lib/the-events-calendar.class.php:645
668
+ #@ tribe-events-calendar
669
  msgid "New Event Category Name"
670
  msgstr ""
671
 
672
+ #: lib/the-events-calendar.class.php:655
673
  #, php-format
674
+ #@ tribe-events-calendar
675
  msgid "Event updated. <a href=\"%s\">View event</a>"
676
  msgstr "Evento aggiornato. <a href=\"%s\" target=\"_blank\">Vedi evento</a>"
677
 
678
+ #: lib/the-events-calendar.class.php:656
679
+ #: lib/the-events-calendar.class.php:673
680
+ #: lib/the-events-calendar.class.php:690
681
+ #@ tribe-events-calendar
682
  msgid "Custom field updated."
683
  msgstr ""
684
 
685
+ #: lib/the-events-calendar.class.php:657
686
+ #: lib/the-events-calendar.class.php:674
687
+ #: lib/the-events-calendar.class.php:691
688
+ #@ tribe-events-calendar
689
  msgid "Custom field deleted."
690
  msgstr "Campo personalizzato eliminato."
691
 
692
+ #: lib/the-events-calendar.class.php:658
693
+ #@ tribe-events-calendar
694
  msgid "Event updated."
695
  msgstr "Evento aggiornato."
696
 
697
+ #. translators: %s: date and time of the revision
698
+ #: lib/the-events-calendar.class.php:660
699
  #, php-format
700
+ #@ tribe-events-calendar
701
  msgid "Event restored to revision from %s"
702
  msgstr ""
703
 
704
+ #: lib/the-events-calendar.class.php:661
705
  #, php-format
706
+ #@ tribe-events-calendar
707
  msgid "Event published. <a href=\"%s\">View event</a>"
708
  msgstr "Evento pubblicato. <a href=\"%s\" target=\"_blank\">Vedi evento</a>"
709
 
710
+ #: lib/the-events-calendar.class.php:662
711
+ #@ tribe-events-calendar
712
  msgid "Event saved."
713
  msgstr "Evento salvato."
714
 
715
+ #: lib/the-events-calendar.class.php:663
716
  #, php-format
717
+ #@ tribe-events-calendar
718
  msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
719
  msgstr "Event inviato. <a target=\"_blank\" href=\"%s\">Anteprima evento</a>"
720
 
721
+ #: lib/the-events-calendar.class.php:664
722
  #, php-format
723
+ #@ tribe-events-calendar
724
  msgid "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview event</a>"
725
  msgstr "Evento programmato perr: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Anteprima evento</a>"
726
 
727
+ #: lib/the-events-calendar.class.php:666
728
+ #: lib/the-events-calendar.class.php:683
729
+ #: lib/the-events-calendar.class.php:700
730
+ #@ tribe-events-calendar
731
  msgid "M j, Y @ G:i"
732
  msgstr "j M Y @ G:i"
733
 
734
+ #: lib/the-events-calendar.class.php:667
735
  #, php-format
736
+ #@ tribe-events-calendar
737
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
738
  msgstr "Bozza evento aggiornata. <a target=\"_blank\" href=\"%s\">Anteprima evento</a>"
739
 
740
+ #: lib/the-events-calendar.class.php:672
741
  #, php-format
742
+ #@ tribe-events-calendar
743
  msgid "Venue updated. <a href=\"%s\">View venue</a>"
744
  msgstr ""
745
 
746
+ #: lib/the-events-calendar.class.php:675
747
+ #@ tribe-events-calendar
748
  msgid "Venue updated."
749
  msgstr ""
750
 
751
+ #. translators: %s: date and time of the revision
752
+ #: lib/the-events-calendar.class.php:677
753
  #, php-format
754
+ #@ tribe-events-calendar
755
  msgid "Venue restored to revision from %s"
756
  msgstr ""
757
 
758
+ #: lib/the-events-calendar.class.php:678
759
  #, php-format
760
+ #@ tribe-events-calendar
761
  msgid "Venue published. <a href=\"%s\">View venue</a>"
762
  msgstr ""
763
 
764
+ #: lib/the-events-calendar.class.php:679
765
+ #@ default
766
  msgid "Venue saved."
767
  msgstr ""
768
 
769
+ #: lib/the-events-calendar.class.php:680
770
  #, php-format
771
+ #@ tribe-events-calendar
772
  msgid "Venue submitted. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
773
  msgstr ""
774
 
775
+ #: lib/the-events-calendar.class.php:681
776
  #, php-format
777
+ #@ tribe-events-calendar
778
  msgid "Venue scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview venue</a>"
779
  msgstr ""
780
 
781
+ #: lib/the-events-calendar.class.php:684
782
  #, php-format
783
+ #@ tribe-events-calendar
784
  msgid "Venue draft updated. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
785
  msgstr ""
786
 
787
+ #: lib/the-events-calendar.class.php:689
788
  #, php-format
789
+ #@ tribe-events-calendar
790
  msgid "Organizer updated. <a href=\"%s\">View organizer</a>"
791
  msgstr ""
792
 
793
+ #: lib/the-events-calendar.class.php:692
794
+ #@ tribe-events-calendar
795
  msgid "Organizer updated."
796
  msgstr ""
797
 
798
+ #. translators: %s: date and time of the revision
799
+ #: lib/the-events-calendar.class.php:694
800
  #, php-format
801
+ #@ tribe-events-calendar
802
  msgid "Organizer restored to revision from %s"
803
  msgstr ""
804
 
805
+ #: lib/the-events-calendar.class.php:695
806
  #, php-format
807
+ #@ tribe-events-calendar
808
  msgid "Organizer published. <a href=\"%s\">View organizer</a>"
809
  msgstr ""
810
 
811
+ #: lib/the-events-calendar.class.php:696
812
+ #@ default
813
  msgid "Organizer saved."
814
  msgstr ""
815
 
816
+ #: lib/the-events-calendar.class.php:697
817
  #, php-format
818
+ #@ tribe-events-calendar
819
  msgid "Organizer submitted. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
820
  msgstr ""
821
 
822
+ #: lib/the-events-calendar.class.php:698
823
  #, php-format
824
+ #@ tribe-events-calendar
825
  msgid "Organizer scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview organizer</a>"
826
  msgstr ""
827
 
828
+ #: lib/the-events-calendar.class.php:701
829
  #, php-format
830
+ #@ tribe-events-calendar
831
  msgid "Organizer draft updated. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
832
  msgstr ""
833
 
834
+ #: lib/the-events-calendar.class.php:762
835
+ #@ tribe-events-calendar
836
  msgid "Next"
837
  msgstr "Prossimo"
838
 
839
+ #: lib/the-events-calendar.class.php:763
840
+ #@ tribe-events-calendar
841
  msgid "Prev"
842
  msgstr "Precedente"
843
 
844
+ #: lib/the-events-calendar.class.php:764
845
+ #@ tribe-events-calendar
846
  msgid "Today"
847
  msgstr "Oggi"
848
 
849
+ #: lib/the-events-calendar.class.php:765
850
+ #@ tribe-events-calendar
851
  msgid "Done"
852
  msgstr "Fatto"
853
 
854
+ #: lib/the-events-calendar.class.php:2063
855
+ #@ tribe-events-calendar
856
  msgid "Event Options"
857
  msgstr "Opzioni evento"
858
 
859
+ #: lib/the-events-calendar.class.php:2065
860
+ #@ tribe-events-calendar
861
  msgid "Venue Information"
862
  msgstr "Informazioni"
863
 
864
+ #: lib/the-events-calendar.class.php:2066
865
+ #@ tribe-events-calendar
866
  msgid "Organizer Information"
867
  msgstr "Informazioni dell'organizzatore"
868
 
869
+ #: lib/the-events-calendar.class.php:2179
870
+ #@ tribe-events-calendar
871
  msgid "Support"
872
  msgstr "Supporto"
873
 
874
+ #: lib/the-events-calendar.class.php:2182
875
+ #@ tribe-events-calendar
876
  msgid "View All Add-Ons"
877
  msgstr "Guarda tutti gli Add-Ons"
878
 
879
+ #: lib/the-events-calendar.class.php:2234
880
+ #@ tribe-events-calendar
 
 
 
 
881
  msgid "Additional Functionality"
882
  msgstr "Funzionalità aggiuntive"
883
 
884
+ #: lib/the-events-calendar.class.php:2239
885
+ #: lib/the-events-calendar.class.php:2245
886
+ #@ tribe-events-calendar
887
  msgid "Looking for additional functionality including recurring events, custom meta, community events, ticket sales and more?"
888
  msgstr "Cerchi funzionalità aggiuntive incluso eventi ricorrenti, meta personalizzati, eventi per community, vendita ticket e altro?"
889
 
890
+ #: lib/the-events-calendar.class.php:2239
891
+ #: lib/the-events-calendar.class.php:2246
892
  #, php-format
893
+ #@ tribe-events-calendar
894
  msgid "Check out the <a href=\"%s\">available Add-Ons</a>."
895
  msgstr "Dai uno sguardo agli <a href=\"%s\">Add-Ons disponibili</a>."
896
 
897
+ #: lib/tribe-admin-events-list.class.php:40
898
  #, php-format
899
+ #@ tribe-events-calendar
900
  msgid "View &#8220;%s&#8221;"
901
  msgstr "Vedi &#8220;%s&#8221;"
902
 
903
+ #: lib/tribe-admin-events-list.class.php:40
904
+ #@ tribe-events-calendar
905
  msgid "View"
906
  msgstr "Vedi"
907
 
908
+ #: lib/tribe-admin-events-list.class.php:177
909
+ #@ tribe-events-calendar
910
  msgid "Start Date"
911
  msgstr "Data inizio"
912
 
913
+ #: lib/tribe-admin-events-list.class.php:178
914
+ #@ tribe-events-calendar
915
  msgid "End Date"
916
  msgstr "Data fine"
917
 
918
+ #: lib/tribe-admin-events-list.class.php:179
919
+ #@ tribe-events-calendar
920
  msgid "Recurring?"
921
  msgstr "Ricorrente?"
922
 
923
+ #: lib/tribe-admin-events-list.class.php:222
924
+ #@ tribe-events-calendar
925
  msgid "Yes"
926
  msgstr "Si"
927
 
928
+ #: lib/tribe-admin-events-list.class.php:222
929
+ #@ tribe-events-calendar
930
  msgid "No"
931
  msgstr "No"
932
 
933
+ #: lib/tribe-admin-events-list.class.php:289
 
934
  #, php-format
935
+ #@ tribe-events-calendar
936
  msgid "All %s"
937
  msgstr "Tutti %s"
938
 
939
+ #: lib/tribe-debug-bar.class.php:18
940
+ #@ tribe-events-calendar
941
  msgid "Tribe"
942
  msgstr "Tribe"
943
 
944
+ #: lib/tribe-event-exception.class.php:17
945
+ #: lib/tribe-event-exception.class.php:34
946
+ #@ tribe-events-calendar
947
  msgid "Error"
948
  msgstr "Errore"
949
 
950
+ #: lib/tribe-the-events-calendar-import.class.php:54
951
+ #@ tribe-events-calendar
 
 
 
 
952
  msgid "Upgrade from The Events Calendar"
953
  msgstr "Aggiornamento per The Events Calendar"
954
 
955
+ #: lib/tribe-the-events-calendar-import.class.php:55
956
+ #@ tribe-events-calendar
957
  msgid "It appears that you have some old events calendar data that needs to be upgraded. Please be sure to back up your database before initiating the upgrade. This process can not be undone."
958
  msgstr "Sembra che tu abbia dei vecchi eventi che necessitano di essere aggiornati. Fai un backup del tuo database prima di iniziare. Il processo non può essere annullato."
959
 
960
+ #: lib/tribe-the-events-calendar-import.class.php:56
961
+ #@ tribe-events-calendar
962
  msgid "Migrate Data!"
963
  msgstr "Migrazione dei dati"
964
 
965
+ #: lib/tribe-the-events-calendar-import.class.php:128
966
  #, php-format
967
+ #@ tribe-events-calendar
968
  msgid "You successfully migrated (%d) entries."
969
  msgstr "Hai migrato con successo (%d) voci."
970
 
971
+ #: lib/tribe-the-events-calendar-import.class.php:199
972
+ #@ tribe-events-calendar
973
  msgid "Install has 1 or more legacy event!"
974
  msgstr "L'installazione ha 1 o più eventi ereditati!"
975
 
976
+ #: lib/tribe-view-helpers.class.php:16
977
+ #: lib/tribe-view-helpers.class.php:33
978
+ #@ tribe-events-calendar
979
  msgid "Select a Country:"
980
  msgstr "Seleziona una nazione:"
981
 
982
+ #: lib/tribe-view-helpers.class.php:34
983
+ #: public/template-tags/venue.php:232
984
+ #@ tribe-events-calendar
985
  msgid "United States"
986
  msgstr "United States"
987
 
988
+ #: lib/tribe-view-helpers.class.php:35
989
+ #@ tribe-events-calendar
990
  msgid "Afghanistan"
991
  msgstr "Afghanistan"
992
 
993
+ #: lib/tribe-view-helpers.class.php:36
994
+ #@ tribe-events-calendar
995
  msgid "Albania"
996
  msgstr "Albania"
997
 
998
+ #: lib/tribe-view-helpers.class.php:37
999
+ #@ tribe-events-calendar
1000
  msgid "Algeria"
1001
  msgstr "Algeria"
1002
 
1003
+ #: lib/tribe-view-helpers.class.php:38
1004
+ #@ tribe-events-calendar
1005
  msgid "American Samoa"
1006
  msgstr "American Samoa"
1007
 
1008
+ #: lib/tribe-view-helpers.class.php:39
1009
+ #@ tribe-events-calendar
1010
  msgid "Andorra"
1011
  msgstr "Andorra"
1012
 
1013
+ #: lib/tribe-view-helpers.class.php:40
1014
+ #@ tribe-events-calendar
1015
  msgid "Angola"
1016
  msgstr "Angola"
1017
 
1018
+ #: lib/tribe-view-helpers.class.php:41
1019
+ #@ tribe-events-calendar
1020
  msgid "Anguilla"
1021
  msgstr "Anguilla"
1022
 
1023
+ #: lib/tribe-view-helpers.class.php:42
1024
+ #@ tribe-events-calendar
1025
  msgid "Antarctica"
1026
  msgstr "Antarctica"
1027
 
1028
+ #: lib/tribe-view-helpers.class.php:43
1029
+ #@ tribe-events-calendar
1030
  msgid "Antigua And Barbuda"
1031
  msgstr "Antigua And Barbuda"
1032
 
1033
+ #: lib/tribe-view-helpers.class.php:44
1034
+ #@ tribe-events-calendar
1035
  msgid "Argentina"
1036
  msgstr "Argentina"
1037
 
1038
+ #: lib/tribe-view-helpers.class.php:45
1039
+ #@ tribe-events-calendar
1040
  msgid "Armenia"
1041
  msgstr "Armenia"
1042
 
1043
+ #: lib/tribe-view-helpers.class.php:46
1044
+ #@ tribe-events-calendar
1045
  msgid "Aruba"
1046
  msgstr "Aruba"
1047
 
1048
+ #: lib/tribe-view-helpers.class.php:47
1049
+ #@ tribe-events-calendar
1050
  msgid "Australia"
1051
  msgstr "Australia"
1052
 
1053
+ #: lib/tribe-view-helpers.class.php:48
1054
+ #@ tribe-events-calendar
1055
  msgid "Austria"
1056
  msgstr "Austria"
1057
 
1058
+ #: lib/tribe-view-helpers.class.php:49
1059
+ #@ tribe-events-calendar
1060
  msgid "Azerbaijan"
1061
  msgstr "Azerbaijan"
1062
 
1063
+ #: lib/tribe-view-helpers.class.php:50
1064
+ #@ tribe-events-calendar
1065
  msgid "Bahamas"
1066
  msgstr "Bahamas"
1067
 
1068
+ #: lib/tribe-view-helpers.class.php:51
1069
+ #@ tribe-events-calendar
1070
  msgid "Bahrain"
1071
  msgstr "Bahrain"
1072
 
1073
+ #: lib/tribe-view-helpers.class.php:52
1074
+ #@ tribe-events-calendar
1075
  msgid "Bangladesh"
1076
  msgstr "Bangladesh"
1077
 
1078
+ #: lib/tribe-view-helpers.class.php:53
1079
+ #@ tribe-events-calendar
1080
  msgid "Barbados"
1081
  msgstr "Barbados"
1082
 
1083
+ #: lib/tribe-view-helpers.class.php:54
1084
+ #@ tribe-events-calendar
1085
  msgid "Belarus"
1086
  msgstr "Belarus"
1087
 
1088
+ #: lib/tribe-view-helpers.class.php:55
1089
+ #@ tribe-events-calendar
1090
  msgid "Belgium"
1091
  msgstr "Belgium"
1092
 
1093
+ #: lib/tribe-view-helpers.class.php:56
1094
+ #@ tribe-events-calendar
1095
  msgid "Belize"
1096
  msgstr "Belize"
1097
 
1098
+ #: lib/tribe-view-helpers.class.php:57
1099
+ #@ tribe-events-calendar
1100
  msgid "Benin"
1101
  msgstr "Benin"
1102
 
1103
+ #: lib/tribe-view-helpers.class.php:58
1104
+ #@ tribe-events-calendar
1105
  msgid "Bermuda"
1106
  msgstr "Bermuda"
1107
 
1108
+ #: lib/tribe-view-helpers.class.php:59
1109
+ #@ tribe-events-calendar
1110
  msgid "Bhutan"
1111
  msgstr "Bhutan"
1112
 
1113
+ #: lib/tribe-view-helpers.class.php:60
1114
+ #@ tribe-events-calendar
1115
  msgid "Bolivia"
1116
  msgstr "Bolivia"
1117
 
1118
+ #: lib/tribe-view-helpers.class.php:61
1119
+ #@ tribe-events-calendar
1120
  msgid "Bosnia And Herzegowina"
1121
  msgstr "Bosnia And Herzegowina"
1122
 
1123
+ #: lib/tribe-view-helpers.class.php:62
1124
+ #@ tribe-events-calendar
1125
  msgid "Botswana"
1126
  msgstr "Botswana"
1127
 
1128
+ #: lib/tribe-view-helpers.class.php:63
1129
+ #@ tribe-events-calendar
1130
  msgid "Bouvet Island"
1131
  msgstr "Bouvet Island"
1132
 
1133
+ #: lib/tribe-view-helpers.class.php:64
1134
+ #@ tribe-events-calendar
1135
  msgid "Brazil"
1136
  msgstr "Brazil"
1137
 
1138
+ #: lib/tribe-view-helpers.class.php:65
1139
+ #@ tribe-events-calendar
1140
  msgid "British Indian Ocean Territory"
1141
  msgstr "British Indian Ocean Territory"
1142
 
1143
+ #: lib/tribe-view-helpers.class.php:66
1144
+ #@ tribe-events-calendar
1145
  msgid "Brunei Darussalam"
1146
  msgstr "Brunei Darussalam"
1147
 
1148
+ #: lib/tribe-view-helpers.class.php:67
1149
+ #@ tribe-events-calendar
1150
  msgid "Bulgaria"
1151
  msgstr "Bulgaria"
1152
 
1153
+ #: lib/tribe-view-helpers.class.php:68
1154
+ #@ tribe-events-calendar
1155
  msgid "Burkina Faso"
1156
  msgstr "Burkina Faso"
1157
 
1158
+ #: lib/tribe-view-helpers.class.php:69
1159
+ #@ tribe-events-calendar
1160
  msgid "Burundi"
1161
  msgstr "Burundi"
1162
 
1163
+ #: lib/tribe-view-helpers.class.php:70
1164
+ #@ tribe-events-calendar
1165
  msgid "Cambodia"
1166
  msgstr "Cambodia"
1167
 
1168
+ #: lib/tribe-view-helpers.class.php:71
1169
+ #@ tribe-events-calendar
1170
  msgid "Cameroon"
1171
  msgstr "Cameroon"
1172
 
1173
+ #: lib/tribe-view-helpers.class.php:72
1174
+ #@ tribe-events-calendar
1175
  msgid "Canada"
1176
  msgstr "Canada"
1177
 
1178
+ #: lib/tribe-view-helpers.class.php:73
1179
+ #@ tribe-events-calendar
1180
  msgid "Cape Verde"
1181
  msgstr "Cape Verde"
1182
 
1183
+ #: lib/tribe-view-helpers.class.php:74
1184
+ #@ tribe-events-calendar
1185
  msgid "Cayman Islands"
1186
  msgstr "Cayman Islands"
1187
 
1188
+ #: lib/tribe-view-helpers.class.php:75
1189
+ #@ tribe-events-calendar
1190
  msgid "Central African Republic"
1191
  msgstr "Central African Republic"
1192
 
1193
+ #: lib/tribe-view-helpers.class.php:76
1194
+ #@ tribe-events-calendar
1195
  msgid "Chad"
1196
  msgstr "Chad"
1197
 
1198
+ #: lib/tribe-view-helpers.class.php:77
1199
+ #@ tribe-events-calendar
1200
  msgid "Chile"
1201
  msgstr "Chile"
1202
 
1203
+ #: lib/tribe-view-helpers.class.php:78
1204
+ #@ tribe-events-calendar
1205
  msgid "China"
1206
  msgstr "China"
1207
 
1208
+ #: lib/tribe-view-helpers.class.php:79
1209
+ #@ tribe-events-calendar
1210
  msgid "Christmas Island"
1211
  msgstr "Christmas Island"
1212
 
1213
+ #: lib/tribe-view-helpers.class.php:80
1214
+ #@ tribe-events-calendar
1215
  msgid "Cocos (Keeling) Islands"
1216
  msgstr "Cocos (Keeling) Islands"
1217
 
1218
+ #: lib/tribe-view-helpers.class.php:81
1219
+ #@ tribe-events-calendar
1220
  msgid "Colombia"
1221
  msgstr "Colombia"
1222
 
1223
+ #: lib/tribe-view-helpers.class.php:82
1224
+ #@ tribe-events-calendar
1225
  msgid "Comoros"
1226
  msgstr "Comoros"
1227
 
1228
+ #: lib/tribe-view-helpers.class.php:83
1229
+ #@ tribe-events-calendar
1230
  msgid "Congo"
1231
  msgstr "Congo"
1232
 
1233
+ #: lib/tribe-view-helpers.class.php:84
1234
+ #@ tribe-events-calendar
1235
  msgid "Congo, The Democratic Republic Of The"
1236
  msgstr "Congo, The Democratic Republic Of The"
1237
 
1238
+ #: lib/tribe-view-helpers.class.php:85
1239
+ #@ tribe-events-calendar
1240
  msgid "Cook Islands"
1241
  msgstr "Cook Islands"
1242
 
1243
+ #: lib/tribe-view-helpers.class.php:86
1244
+ #@ tribe-events-calendar
1245
  msgid "Costa Rica"
1246
  msgstr "Costa Rica"
1247
 
1248
+ #: lib/tribe-view-helpers.class.php:87
1249
+ #@ tribe-events-calendar
1250
  msgid "Cote D'Ivoire"
1251
  msgstr "Cote D'Ivoire"
1252
 
1253
+ #: lib/tribe-view-helpers.class.php:88
1254
+ #@ tribe-events-calendar
1255
  msgid "Croatia (Local Name: Hrvatska)"
1256
  msgstr "Croatia (Local Name: Hrvatska)"
1257
 
1258
+ #: lib/tribe-view-helpers.class.php:89
1259
+ #@ tribe-events-calendar
1260
  msgid "Cuba"
1261
  msgstr "Cuba"
1262
 
1263
+ #: lib/tribe-view-helpers.class.php:90
1264
+ #@ tribe-events-calendar
1265
  msgid "Cyprus"
1266
  msgstr "Cyprus"
1267
 
1268
+ #: lib/tribe-view-helpers.class.php:91
1269
+ #@ tribe-events-calendar
1270
  msgid "Czech Republic"
1271
  msgstr "Czech Republic"
1272
 
1273
+ #: lib/tribe-view-helpers.class.php:92
1274
+ #@ tribe-events-calendar
1275
  msgid "Denmark"
1276
  msgstr "Denmark"
1277
 
1278
+ #: lib/tribe-view-helpers.class.php:93
1279
+ #@ tribe-events-calendar
1280
  msgid "Djibouti"
1281
  msgstr "Djibouti"
1282
 
1283
+ #: lib/tribe-view-helpers.class.php:94
1284
+ #@ tribe-events-calendar
1285
  msgid "Dominica"
1286
  msgstr "Dominica"
1287
 
1288
+ #: lib/tribe-view-helpers.class.php:95
1289
+ #@ tribe-events-calendar
1290
  msgid "Dominican Republic"
1291
  msgstr "Dominican Republic"
1292
 
1293
+ #: lib/tribe-view-helpers.class.php:96
1294
+ #@ tribe-events-calendar
1295
  msgid "East Timor"
1296
  msgstr "East Timor"
1297
 
1298
+ #: lib/tribe-view-helpers.class.php:97
1299
+ #@ tribe-events-calendar
1300
  msgid "Ecuador"
1301
  msgstr "Ecuador"
1302
 
1303
+ #: lib/tribe-view-helpers.class.php:98
1304
+ #@ tribe-events-calendar
1305
  msgid "Egypt"
1306
  msgstr "Egypt"
1307
 
1308
+ #: lib/tribe-view-helpers.class.php:99
1309
+ #@ tribe-events-calendar
1310
  msgid "El Salvador"
1311
  msgstr "El Salvador"
1312
 
1313
+ #: lib/tribe-view-helpers.class.php:100
1314
+ #@ tribe-events-calendar
1315
  msgid "Equatorial Guinea"
1316
  msgstr "Equatorial Guinea"
1317
 
1318
+ #: lib/tribe-view-helpers.class.php:101
1319
+ #@ tribe-events-calendar
1320
  msgid "Eritrea"
1321
  msgstr "Eritrea"
1322
 
1323
+ #: lib/tribe-view-helpers.class.php:102
1324
+ #@ tribe-events-calendar
1325
  msgid "Estonia"
1326
  msgstr "Estonia"
1327
 
1328
+ #: lib/tribe-view-helpers.class.php:103
1329
+ #@ tribe-events-calendar
1330
  msgid "Ethiopia"
1331
  msgstr "Ethiopia"
1332
 
1333
+ #: lib/tribe-view-helpers.class.php:104
1334
+ #@ tribe-events-calendar
1335
  msgid "Falkland Islands (Malvinas)"
1336
  msgstr "Falkland Islands (Malvinas)"
1337
 
1338
+ #: lib/tribe-view-helpers.class.php:105
1339
+ #@ tribe-events-calendar
1340
  msgid "Faroe Islands"
1341
  msgstr "Faroe Islands"
1342
 
1343
+ #: lib/tribe-view-helpers.class.php:106
1344
+ #@ tribe-events-calendar
1345
  msgid "Fiji"
1346
  msgstr "Fiji"
1347
 
1348
+ #: lib/tribe-view-helpers.class.php:107
1349
+ #@ tribe-events-calendar
1350
  msgid "Finland"
1351
  msgstr "Finland"
1352
 
1353
+ #: lib/tribe-view-helpers.class.php:108
1354
+ #@ tribe-events-calendar
1355
  msgid "France"
1356
  msgstr "France"
1357
 
1358
+ #: lib/tribe-view-helpers.class.php:109
1359
+ #@ tribe-events-calendar
1360
  msgid "France, Metropolitan"
1361
  msgstr "France, Metropolitan"
1362
 
1363
+ #: lib/tribe-view-helpers.class.php:110
1364
+ #@ tribe-events-calendar
1365
  msgid "French Guiana"
1366
  msgstr "French Guiana"
1367
 
1368
+ #: lib/tribe-view-helpers.class.php:111
1369
+ #@ tribe-events-calendar
1370
  msgid "French Polynesia"
1371
  msgstr "French Polynesia"
1372
 
1373
+ #: lib/tribe-view-helpers.class.php:112
1374
+ #@ tribe-events-calendar
1375
  msgid "French Southern Territories"
1376
  msgstr "French Southern Territories"
1377
 
1378
+ #: lib/tribe-view-helpers.class.php:113
1379
+ #@ tribe-events-calendar
1380
  msgid "Gabon"
1381
  msgstr "Gabon"
1382
 
1383
+ #: lib/tribe-view-helpers.class.php:114
1384
+ #@ tribe-events-calendar
1385
  msgid "Gambia"
1386
  msgstr "Gambia"
1387
 
1388
+ #: lib/tribe-view-helpers.class.php:115
1389
+ #: lib/tribe-view-helpers.class.php:303
1390
+ #@ tribe-events-calendar
1391
  msgid "Georgia"
1392
  msgstr "Georgia"
1393
 
1394
+ #: lib/tribe-view-helpers.class.php:116
1395
+ #@ tribe-events-calendar
1396
  msgid "Germany"
1397
  msgstr "Germany"
1398
 
1399
+ #: lib/tribe-view-helpers.class.php:117
1400
+ #@ tribe-events-calendar
1401
  msgid "Ghana"
1402
  msgstr "Ghana"
1403
 
1404
+ #: lib/tribe-view-helpers.class.php:118
1405
+ #@ tribe-events-calendar
1406
  msgid "Gibraltar"
1407
  msgstr "Gibraltar"
1408
 
1409
+ #: lib/tribe-view-helpers.class.php:119
1410
+ #@ tribe-events-calendar
1411
  msgid "Greece"
1412
  msgstr "Greece"
1413
 
1414
+ #: lib/tribe-view-helpers.class.php:120
1415
+ #@ tribe-events-calendar
1416
  msgid "Greenland"
1417
  msgstr "Greenland"
1418
 
1419
+ #: lib/tribe-view-helpers.class.php:121
1420
+ #@ tribe-events-calendar
1421
  msgid "Grenada"
1422
  msgstr "Grenada"
1423
 
1424
+ #: lib/tribe-view-helpers.class.php:122
1425
+ #@ tribe-events-calendar
1426
  msgid "Guadeloupe"
1427
  msgstr "Guadeloupe"
1428
 
1429
+ #: lib/tribe-view-helpers.class.php:123
1430
+ #@ tribe-events-calendar
1431
  msgid "Guam"
1432
  msgstr "Guam"
1433
 
1434
+ #: lib/tribe-view-helpers.class.php:124
1435
+ #@ tribe-events-calendar
1436
  msgid "Guatemala"
1437
  msgstr "Guatemala"
1438
 
1439
+ #: lib/tribe-view-helpers.class.php:125
1440
+ #@ tribe-events-calendar
1441
  msgid "Guinea"
1442
  msgstr "Guinea"
1443
 
1444
+ #: lib/tribe-view-helpers.class.php:126
1445
+ #@ tribe-events-calendar
1446
  msgid "Guinea-Bissau"
1447
  msgstr "Guinea-Bissau"
1448
 
1449
+ #: lib/tribe-view-helpers.class.php:127
1450
+ #@ tribe-events-calendar
1451
  msgid "Guyana"
1452
  msgstr "Guyana"
1453
 
1454
+ #: lib/tribe-view-helpers.class.php:128
1455
+ #@ tribe-events-calendar
1456
  msgid "Haiti"
1457
  msgstr "Haiti"
1458
 
1459
+ #: lib/tribe-view-helpers.class.php:129
1460
+ #@ tribe-events-calendar
1461
  msgid "Heard And Mc Donald Islands"
1462
  msgstr "Heard And Mc Donald Islands"
1463
 
1464
+ #: lib/tribe-view-helpers.class.php:130
1465
+ #@ tribe-events-calendar
1466
  msgid "Holy See (Vatican City State)"
1467
  msgstr "Holy See (Vatican City State)"
1468
 
1469
+ #: lib/tribe-view-helpers.class.php:131
1470
+ #@ tribe-events-calendar
1471
  msgid "Honduras"
1472
  msgstr "Honduras"
1473
 
1474
+ #: lib/tribe-view-helpers.class.php:132
1475
+ #@ tribe-events-calendar
1476
  msgid "Hong Kong"
1477
  msgstr "Hong Kong"
1478
 
1479
+ #: lib/tribe-view-helpers.class.php:133
1480
+ #@ tribe-events-calendar
 
1481
  msgid "Hungary"
1482
  msgstr "Hungary"
1483
 
1484
+ #: lib/tribe-view-helpers.class.php:134
1485
+ #@ tribe-events-calendar
1486
  msgid "Iceland"
1487
  msgstr "Iceland"
1488
 
1489
+ #: lib/tribe-view-helpers.class.php:135
1490
+ #@ tribe-events-calendar
1491
  msgid "India"
1492
  msgstr "India"
1493
 
1494
+ #: lib/tribe-view-helpers.class.php:136
1495
+ #@ tribe-events-calendar
1496
  msgid "Indonesia"
1497
  msgstr "Indonesia"
1498
 
1499
+ #: lib/tribe-view-helpers.class.php:137
1500
+ #@ tribe-events-calendar
1501
  msgid "Iran (Islamic Republic Of)"
1502
  msgstr "Iran (Islamic Republic Of)"
1503
 
1504
+ #: lib/tribe-view-helpers.class.php:138
1505
+ #@ tribe-events-calendar
1506
  msgid "Iraq"
1507
  msgstr "Iraq"
1508
 
1509
+ #: lib/tribe-view-helpers.class.php:139
1510
+ #@ tribe-events-calendar
1511
  msgid "Ireland"
1512
  msgstr "Ireland"
1513
 
1514
+ #: lib/tribe-view-helpers.class.php:140
1515
+ #@ tribe-events-calendar
1516
  msgid "Israel"
1517
  msgstr "Israel"
1518
 
1519
+ #: lib/tribe-view-helpers.class.php:141
1520
+ #@ tribe-events-calendar
1521
  msgid "Italy"
1522
  msgstr "Italia"
1523
 
1524
+ #: lib/tribe-view-helpers.class.php:142
1525
+ #@ tribe-events-calendar
1526
  msgid "Jamaica"
1527
  msgstr "Jamaica"
1528
 
1529
+ #: lib/tribe-view-helpers.class.php:143
1530
+ #@ tribe-events-calendar
1531
  msgid "Japan"
1532
  msgstr "Japan"
1533
 
1534
+ #: lib/tribe-view-helpers.class.php:144
1535
+ #@ tribe-events-calendar
1536
  msgid "Jordan"
1537
  msgstr "Jordan"
1538
 
1539
+ #: lib/tribe-view-helpers.class.php:145
1540
+ #@ tribe-events-calendar
1541
  msgid "Kazakhstan"
1542
  msgstr "Kazakhstan"
1543
 
1544
+ #: lib/tribe-view-helpers.class.php:146
1545
+ #@ tribe-events-calendar
1546
  msgid "Kenya"
1547
  msgstr "Kenya"
1548
 
1549
+ #: lib/tribe-view-helpers.class.php:147
1550
+ #@ tribe-events-calendar
1551
  msgid "Kiribati"
1552
  msgstr "Kiribati"
1553
 
1554
+ #: lib/tribe-view-helpers.class.php:148
1555
+ #@ tribe-events-calendar
1556
  msgid "Korea, Democratic People's Republic Of"
1557
  msgstr "Korea, Democratic People's Republic Of"
1558
 
1559
+ #: lib/tribe-view-helpers.class.php:149
1560
+ #@ tribe-events-calendar
1561
  msgid "Korea, Republic Of"
1562
  msgstr "Korea, Republic Of"
1563
 
1564
+ #: lib/tribe-view-helpers.class.php:150
1565
+ #@ tribe-events-calendar
1566
  msgid "Kuwait"
1567
  msgstr "Kuwait"
1568
 
1569
+ #: lib/tribe-view-helpers.class.php:151
1570
+ #@ tribe-events-calendar
1571
  msgid "Kyrgyzstan"
1572
  msgstr "Kyrgyzstan"
1573
 
1574
+ #: lib/tribe-view-helpers.class.php:152
1575
+ #@ tribe-events-calendar
1576
  msgid "Lao People's Democratic Republic"
1577
  msgstr "Lao People's Democratic Republic"
1578
 
1579
+ #: lib/tribe-view-helpers.class.php:153
1580
+ #@ tribe-events-calendar
1581
  msgid "Latvia"
1582
  msgstr "Latvia"
1583
 
1584
+ #: lib/tribe-view-helpers.class.php:154
1585
+ #@ tribe-events-calendar
1586
  msgid "Lebanon"
1587
  msgstr "Lebanon"
1588
 
1589
+ #: lib/tribe-view-helpers.class.php:155
1590
+ #@ tribe-events-calendar
1591
  msgid "Lesotho"
1592
  msgstr "Lesotho"
1593
 
1594
+ #: lib/tribe-view-helpers.class.php:156
1595
+ #@ tribe-events-calendar
1596
  msgid "Liberia"
1597
  msgstr "Liberia"
1598
 
1599
+ #: lib/tribe-view-helpers.class.php:157
1600
+ #@ tribe-events-calendar
1601
  msgid "Libya"
1602
  msgstr "Libya"
1603
 
1604
+ #: lib/tribe-view-helpers.class.php:158
1605
+ #@ tribe-events-calendar
1606
  msgid "Liechtenstein"
1607
  msgstr "Liechtenstein"
1608
 
1609
+ #: lib/tribe-view-helpers.class.php:159
1610
+ #@ tribe-events-calendar
1611
  msgid "Lithuania"
1612
  msgstr "Lithuania"
1613
 
1614
+ #: lib/tribe-view-helpers.class.php:160
1615
+ #@ tribe-events-calendar
1616
  msgid "Luxembourg"
1617
  msgstr "Luxembourg"
1618
 
1619
+ #: lib/tribe-view-helpers.class.php:161
1620
+ #@ tribe-events-calendar
1621
  msgid "Macau"
1622
  msgstr "Macau"
1623
 
1624
+ #: lib/tribe-view-helpers.class.php:162
1625
+ #@ tribe-events-calendar
1626
  msgid "Macedonia"
1627
  msgstr "Macedonia"
1628
 
1629
+ #: lib/tribe-view-helpers.class.php:163
1630
+ #@ tribe-events-calendar
1631
  msgid "Madagascar"
1632
  msgstr "Madagascar"
1633
 
1634
+ #: lib/tribe-view-helpers.class.php:164
1635
+ #@ tribe-events-calendar
1636
  msgid "Malawi"
1637
  msgstr "Malawi"
1638
 
1639
+ #: lib/tribe-view-helpers.class.php:165
1640
+ #@ tribe-events-calendar
1641
  msgid "Malaysia"
1642
  msgstr "Malaysia"
1643
 
1644
+ #: lib/tribe-view-helpers.class.php:166
1645
+ #@ tribe-events-calendar
1646
  msgid "Maldives"
1647
  msgstr "Maldives"
1648
 
1649
+ #: lib/tribe-view-helpers.class.php:167
1650
+ #@ tribe-events-calendar
1651
  msgid "Mali"
1652
  msgstr "Mali"
1653
 
1654
+ #: lib/tribe-view-helpers.class.php:168
1655
+ #@ tribe-events-calendar
1656
  msgid "Malta"
1657
  msgstr "Malta"
1658
 
1659
+ #: lib/tribe-view-helpers.class.php:169
1660
+ #@ tribe-events-calendar
1661
  msgid "Marshall Islands"
1662
  msgstr "Marshall Islands"
1663
 
1664
+ #: lib/tribe-view-helpers.class.php:170
1665
+ #@ tribe-events-calendar
1666
  msgid "Martinique"
1667
  msgstr "Martinique"
1668
 
1669
+ #: lib/tribe-view-helpers.class.php:171
1670
+ #@ tribe-events-calendar
1671
  msgid "Mauritania"
1672
  msgstr "Mauritania"
1673
 
1674
+ #: lib/tribe-view-helpers.class.php:172
1675
+ #@ tribe-events-calendar
1676
  msgid "Mauritius"
1677
  msgstr "Mauritius"
1678
 
1679
+ #: lib/tribe-view-helpers.class.php:173
1680
+ #@ tribe-events-calendar
 
1681
  msgid "Mayotte"
1682
  msgstr "Mayotte"
1683
 
1684
+ #: lib/tribe-view-helpers.class.php:174
1685
+ #@ tribe-events-calendar
1686
  msgid "Mexico"
1687
  msgstr "Mexico"
1688
 
1689
+ #: lib/tribe-view-helpers.class.php:175
1690
+ #@ tribe-events-calendar
1691
  msgid "Micronesia, Federated States Of"
1692
  msgstr "Micronesia, Federated States Of"
1693
 
1694
+ #: lib/tribe-view-helpers.class.php:176
1695
+ #@ tribe-events-calendar
1696
  msgid "Moldova, Republic Of"
1697
  msgstr "Moldova, Republic Of"
1698
 
1699
+ #: lib/tribe-view-helpers.class.php:177
1700
+ #@ tribe-events-calendar
 
1701
  msgid "Monaco"
1702
  msgstr "Monaco"
1703
 
1704
+ #: lib/tribe-view-helpers.class.php:178
1705
+ #@ tribe-events-calendar
1706
  msgid "Mongolia"
1707
  msgstr "Mongolia"
1708
 
1709
+ #: lib/tribe-view-helpers.class.php:179
1710
+ #@ tribe-events-calendar
1711
  msgid "Montenegro"
1712
  msgstr "Montenegro"
1713
 
1714
+ #: lib/tribe-view-helpers.class.php:180
1715
+ #@ tribe-events-calendar
1716
  msgid "Montserrat"
1717
  msgstr "Montserrat"
1718
 
1719
+ #: lib/tribe-view-helpers.class.php:181
1720
+ #@ tribe-events-calendar
1721
  msgid "Morocco"
1722
  msgstr "Morocco"
1723
 
1724
+ #: lib/tribe-view-helpers.class.php:182
1725
+ #@ tribe-events-calendar
1726
  msgid "Mozambique"
1727
  msgstr "Mozambique"
1728
 
1729
+ #: lib/tribe-view-helpers.class.php:183
1730
+ #@ tribe-events-calendar
1731
  msgid "Myanmar"
1732
  msgstr "Myanmar"
1733
 
1734
+ #: lib/tribe-view-helpers.class.php:184
1735
+ #@ tribe-events-calendar
1736
  msgid "Namibia"
1737
  msgstr "Namibia"
1738
 
1739
+ #: lib/tribe-view-helpers.class.php:185
1740
+ #@ tribe-events-calendar
1741
  msgid "Nauru"
1742
  msgstr "Nauru"
1743
 
1744
+ #: lib/tribe-view-helpers.class.php:186
1745
+ #@ tribe-events-calendar
1746
  msgid "Nepal"
1747
  msgstr "Nepal"
1748
 
1749
+ #: lib/tribe-view-helpers.class.php:187
1750
+ #@ tribe-events-calendar
1751
  msgid "Netherlands"
1752
  msgstr "Netherlands"
1753
 
1754
+ #: lib/tribe-view-helpers.class.php:188
1755
+ #@ tribe-events-calendar
1756
  msgid "Netherlands Antilles"
1757
  msgstr "Netherlands Antilles"
1758
 
1759
+ #: lib/tribe-view-helpers.class.php:189
1760
+ #@ tribe-events-calendar
1761
  msgid "New Caledonia"
1762
  msgstr "New Caledonia"
1763
 
1764
+ #: lib/tribe-view-helpers.class.php:190
1765
+ #@ tribe-events-calendar
1766
  msgid "New Zealand"
1767
  msgstr "New Zealand"
1768
 
1769
+ #: lib/tribe-view-helpers.class.php:191
1770
+ #@ tribe-events-calendar
1771
  msgid "Nicaragua"
1772
  msgstr "Nicaragua"
1773
 
1774
+ #: lib/tribe-view-helpers.class.php:192
1775
+ #@ tribe-events-calendar
1776
  msgid "Niger"
1777
  msgstr "Niger"
1778
 
1779
+ #: lib/tribe-view-helpers.class.php:193
1780
+ #@ tribe-events-calendar
1781
  msgid "Nigeria"
1782
  msgstr "Nigeria"
1783
 
1784
+ #: lib/tribe-view-helpers.class.php:194
1785
+ #@ tribe-events-calendar
1786
  msgid "Niue"
1787
  msgstr "Niue"
1788
 
1789
+ #: lib/tribe-view-helpers.class.php:195
1790
+ #@ tribe-events-calendar
1791
  msgid "Norfolk Island"
1792
  msgstr "Norfolk Island"
1793
 
1794
+ #: lib/tribe-view-helpers.class.php:196
1795
+ #@ tribe-events-calendar
1796
  msgid "Northern Mariana Islands"
1797
  msgstr "Northern Mariana Islands"
1798
 
1799
+ #: lib/tribe-view-helpers.class.php:197
1800
+ #@ tribe-events-calendar
1801
  msgid "Norway"
1802
  msgstr "Norway"
1803
 
1804
+ #: lib/tribe-view-helpers.class.php:198
1805
+ #@ tribe-events-calendar
1806
  msgid "Oman"
1807
  msgstr "Oman"
1808
 
1809
+ #: lib/tribe-view-helpers.class.php:199
1810
+ #@ tribe-events-calendar
1811
  msgid "Pakistan"
1812
  msgstr "Pakistan"
1813
 
1814
+ #: lib/tribe-view-helpers.class.php:200
1815
+ #@ tribe-events-calendar
1816
  msgid "Palau"
1817
  msgstr "Palau"
1818
 
1819
+ #: lib/tribe-view-helpers.class.php:201
1820
+ #@ tribe-events-calendar
1821
  msgid "Panama"
1822
  msgstr "Panama"
1823
 
1824
+ #: lib/tribe-view-helpers.class.php:202
1825
+ #@ tribe-events-calendar
1826
  msgid "Papua New Guinea"
1827
  msgstr "Papua New Guinea"
1828
 
1829
+ #: lib/tribe-view-helpers.class.php:203
1830
+ #@ tribe-events-calendar
1831
  msgid "Paraguay"
1832
  msgstr "Paraguay"
1833
 
1834
+ #: lib/tribe-view-helpers.class.php:204
1835
+ #@ tribe-events-calendar
1836
  msgid "Peru"
1837
  msgstr "Peru"
1838
 
1839
+ #: lib/tribe-view-helpers.class.php:205
1840
+ #@ tribe-events-calendar
1841
  msgid "Philippines"
1842
  msgstr "Philippines"
1843
 
1844
+ #: lib/tribe-view-helpers.class.php:206
1845
+ #@ tribe-events-calendar
1846
  msgid "Pitcairn"
1847
  msgstr "Pitcairn"
1848
 
1849
+ #: lib/tribe-view-helpers.class.php:207
1850
+ #@ tribe-events-calendar
1851
  msgid "Poland"
1852
  msgstr "Poland"
1853
 
1854
+ #: lib/tribe-view-helpers.class.php:208
1855
+ #@ tribe-events-calendar
1856
  msgid "Portugal"
1857
  msgstr "Portugal"
1858
 
1859
+ #: lib/tribe-view-helpers.class.php:209
1860
+ #@ tribe-events-calendar
1861
  msgid "Puerto Rico"
1862
  msgstr "Puerto Rico"
1863
 
1864
+ #: lib/tribe-view-helpers.class.php:210
1865
+ #@ tribe-events-calendar
1866
  msgid "Qatar"
1867
  msgstr "Qatar"
1868
 
1869
+ #: lib/tribe-view-helpers.class.php:211
1870
+ #@ tribe-events-calendar
1871
  msgid "Reunion"
1872
  msgstr "Reunion"
1873
 
1874
+ #: lib/tribe-view-helpers.class.php:212
1875
+ #@ tribe-events-calendar
1876
  msgid "Romania"
1877
  msgstr "Romania"
1878
 
1879
+ #: lib/tribe-view-helpers.class.php:213
1880
+ #@ tribe-events-calendar
1881
  msgid "Russian Federation"
1882
  msgstr "Russian Federation"
1883
 
1884
+ #: lib/tribe-view-helpers.class.php:214
1885
+ #@ tribe-events-calendar
1886
  msgid "Rwanda"
1887
  msgstr "Rwanda"
1888
 
1889
+ #: lib/tribe-view-helpers.class.php:215
1890
+ #@ tribe-events-calendar
1891
  msgid "Saint Kitts And Nevis"
1892
  msgstr "Saint Kitts And Nevis"
1893
 
1894
+ #: lib/tribe-view-helpers.class.php:216
1895
+ #@ tribe-events-calendar
1896
  msgid "Saint Lucia"
1897
  msgstr "Saint Lucia"
1898
 
1899
+ #: lib/tribe-view-helpers.class.php:217
1900
+ #@ tribe-events-calendar
1901
  msgid "Saint Vincent And The Grenadines"
1902
  msgstr "Saint Vincent And The Grenadines"
1903
 
1904
+ #: lib/tribe-view-helpers.class.php:218
1905
+ #@ tribe-events-calendar
1906
  msgid "Samoa"
1907
  msgstr "Samoa"
1908
 
1909
+ #: lib/tribe-view-helpers.class.php:219
1910
+ #@ tribe-events-calendar
1911
  msgid "San Marino"
1912
  msgstr "San Marino"
1913
 
1914
+ #: lib/tribe-view-helpers.class.php:220
1915
+ #@ tribe-events-calendar
1916
  msgid "Sao Tome And Principe"
1917
  msgstr "Sao Tome And Principe"
1918
 
1919
+ #: lib/tribe-view-helpers.class.php:221
1920
+ #@ tribe-events-calendar
1921
  msgid "Saudi Arabia"
1922
  msgstr "Saudi Arabia"
1923
 
1924
+ #: lib/tribe-view-helpers.class.php:222
1925
+ #@ tribe-events-calendar
1926
  msgid "Senegal"
1927
  msgstr "Senegal"
1928
 
1929
+ #: lib/tribe-view-helpers.class.php:223
1930
+ #@ tribe-events-calendar
1931
  msgid "Serbia"
1932
  msgstr "Serbia"
1933
 
1934
+ #: lib/tribe-view-helpers.class.php:224
1935
+ #@ tribe-events-calendar
1936
  msgid "Seychelles"
1937
  msgstr "Seychelles"
1938
 
1939
+ #: lib/tribe-view-helpers.class.php:225
1940
+ #@ tribe-events-calendar
1941
  msgid "Sierra Leone"
1942
  msgstr "Sierra Leone"
1943
 
1944
+ #: lib/tribe-view-helpers.class.php:226
1945
+ #@ tribe-events-calendar
1946
  msgid "Singapore"
1947
  msgstr "Singapore"
1948
 
1949
+ #: lib/tribe-view-helpers.class.php:227
1950
+ #@ tribe-events-calendar
1951
  msgid "Slovakia (Slovak Republic)"
1952
  msgstr "Slovakia (Slovak Republic)"
1953
 
1954
+ #: lib/tribe-view-helpers.class.php:228
1955
+ #@ tribe-events-calendar
1956
  msgid "Slovenia"
1957
  msgstr "Slovenia"
1958
 
1959
+ #: lib/tribe-view-helpers.class.php:229
1960
+ #@ tribe-events-calendar
1961
  msgid "Solomon Islands"
1962
  msgstr "Solomon Islands"
1963
 
1964
+ #: lib/tribe-view-helpers.class.php:230
1965
+ #@ tribe-events-calendar
1966
  msgid "Somalia"
1967
  msgstr "Somalia"
1968
 
1969
+ #: lib/tribe-view-helpers.class.php:231
1970
+ #@ tribe-events-calendar
1971
  msgid "South Africa"
1972
  msgstr "South Africa"
1973
 
1974
+ #: lib/tribe-view-helpers.class.php:232
1975
+ #@ tribe-events-calendar
1976
  msgid "South Georgia, South Sandwich Islands"
1977
  msgstr "South Georgia, South Sandwich Islands"
1978
 
1979
+ #: lib/tribe-view-helpers.class.php:233
1980
+ #@ tribe-events-calendar
1981
  msgid "Spain"
1982
  msgstr "Spain"
1983
 
1984
+ #: lib/tribe-view-helpers.class.php:234
1985
+ #@ tribe-events-calendar
1986
  msgid "Sri Lanka"
1987
  msgstr "Sri Lanka"
1988
 
1989
+ #: lib/tribe-view-helpers.class.php:235
1990
+ #@ tribe-events-calendar
1991
  msgid "St. Helena"
1992
  msgstr "St. Helena"
1993
 
1994
+ #: lib/tribe-view-helpers.class.php:236
1995
+ #@ tribe-events-calendar
1996
  msgid "St. Pierre And Miquelon"
1997
  msgstr "St. Pierre And Miquelon"
1998
 
1999
+ #: lib/tribe-view-helpers.class.php:237
2000
+ #@ tribe-events-calendar
 
2001
  msgid "Sudan"
2002
  msgstr "Sudan"
2003
 
2004
+ #: lib/tribe-view-helpers.class.php:238
2005
+ #@ tribe-events-calendar
2006
  msgid "Suriname"
2007
  msgstr "Suriname"
2008
 
2009
+ #: lib/tribe-view-helpers.class.php:239
2010
+ #@ tribe-events-calendar
2011
  msgid "Svalbard And Jan Mayen Islands"
2012
  msgstr "Svalbard And Jan Mayen Islands"
2013
 
2014
+ #: lib/tribe-view-helpers.class.php:240
2015
+ #@ tribe-events-calendar
2016
  msgid "Swaziland"
2017
  msgstr "Swaziland"
2018
 
2019
+ #: lib/tribe-view-helpers.class.php:241
2020
+ #@ tribe-events-calendar
2021
  msgid "Sweden"
2022
  msgstr "Sweden"
2023
 
2024
+ #: lib/tribe-view-helpers.class.php:242
2025
+ #@ tribe-events-calendar
2026
  msgid "Switzerland"
2027
  msgstr "Switzerland"
2028
 
2029
+ #: lib/tribe-view-helpers.class.php:243
2030
+ #@ tribe-events-calendar
2031
  msgid "Syrian Arab Republic"
2032
  msgstr "Syrian Arab Republic"
2033
 
2034
+ #: lib/tribe-view-helpers.class.php:244
2035
+ #@ tribe-events-calendar
2036
  msgid "Taiwan"
2037
  msgstr "Taiwan"
2038
 
2039
+ #: lib/tribe-view-helpers.class.php:245
2040
+ #@ tribe-events-calendar
2041
  msgid "Tajikistan"
2042
  msgstr "Tajikistan"
2043
 
2044
+ #: lib/tribe-view-helpers.class.php:246
2045
+ #@ tribe-events-calendar
2046
  msgid "Tanzania, United Republic Of"
2047
  msgstr "Tanzania, United Republic Of"
2048
 
2049
+ #: lib/tribe-view-helpers.class.php:247
2050
+ #@ tribe-events-calendar
2051
  msgid "Thailand"
2052
  msgstr "Thailand"
2053
 
2054
+ #: lib/tribe-view-helpers.class.php:248
2055
+ #@ tribe-events-calendar
2056
  msgid "Togo"
2057
  msgstr "Togo"
2058
 
2059
+ #: lib/tribe-view-helpers.class.php:249
2060
+ #@ tribe-events-calendar
2061
  msgid "Tokelau"
2062
  msgstr "Tokelau"
2063
 
2064
+ #: lib/tribe-view-helpers.class.php:250
2065
+ #@ tribe-events-calendar
2066
  msgid "Tonga"
2067
  msgstr "Tonga"
2068
 
2069
+ #: lib/tribe-view-helpers.class.php:251
2070
+ #@ tribe-events-calendar
2071
  msgid "Trinidad And Tobago"
2072
  msgstr "Trinidad And Tobago"
2073
 
2074
+ #: lib/tribe-view-helpers.class.php:252
2075
+ #@ tribe-events-calendar
2076
  msgid "Tunisia"
2077
  msgstr "Tunisia"
2078
 
2079
+ #: lib/tribe-view-helpers.class.php:253
2080
+ #@ tribe-events-calendar
 
2081
  msgid "Turkey"
2082
  msgstr "Turkey"
2083
 
2084
+ #: lib/tribe-view-helpers.class.php:254
2085
+ #@ tribe-events-calendar
2086
  msgid "Turkmenistan"
2087
  msgstr "Turkmenistan"
2088
 
2089
+ #: lib/tribe-view-helpers.class.php:255
2090
+ #@ tribe-events-calendar
2091
  msgid "Turks And Caicos Islands"
2092
  msgstr "Turks And Caicos Islands"
2093
 
2094
+ #: lib/tribe-view-helpers.class.php:256
2095
+ #@ tribe-events-calendar
2096
  msgid "Tuvalu"
2097
  msgstr "Tuvalu"
2098
 
2099
+ #: lib/tribe-view-helpers.class.php:257
2100
+ #@ tribe-events-calendar
2101
  msgid "Uganda"
2102
  msgstr "Uganda"
2103
 
2104
+ #: lib/tribe-view-helpers.class.php:258
2105
+ #@ tribe-events-calendar
2106
  msgid "Ukraine"
2107
  msgstr "Ukraine"
2108
 
2109
+ #: lib/tribe-view-helpers.class.php:259
2110
+ #@ tribe-events-calendar
2111
  msgid "United Arab Emirates"
2112
  msgstr "United Arab Emirates"
2113
 
2114
+ #: lib/tribe-view-helpers.class.php:260
2115
+ #@ tribe-events-calendar
2116
  msgid "United Kingdom"
2117
  msgstr "United Kingdom"
2118
 
2119
+ #: lib/tribe-view-helpers.class.php:261
2120
+ #@ tribe-events-calendar
2121
  msgid "United States Minor Outlying Islands"
2122
  msgstr "United States Minor Outlying Islands"
2123
 
2124
+ #: lib/tribe-view-helpers.class.php:262
2125
+ #@ tribe-events-calendar
2126
  msgid "Uruguay"
2127
  msgstr "Uruguay"
2128
 
2129
+ #: lib/tribe-view-helpers.class.php:263
2130
+ #@ tribe-events-calendar
2131
  msgid "Uzbekistan"
2132
  msgstr "Uzbekistan"
2133
 
2134
+ #: lib/tribe-view-helpers.class.php:264
2135
+ #@ tribe-events-calendar
2136
  msgid "Vanuatu"
2137
  msgstr "Vanuatu"
2138
 
2139
+ #: lib/tribe-view-helpers.class.php:265
2140
+ #@ tribe-events-calendar
2141
  msgid "Venezuela"
2142
  msgstr "Venezuela"
2143
 
2144
+ #: lib/tribe-view-helpers.class.php:266
2145
+ #@ tribe-events-calendar
2146
  msgid "Viet Nam"
2147
  msgstr "Viet Nam"
2148
 
2149
+ #: lib/tribe-view-helpers.class.php:267
2150
+ #@ tribe-events-calendar
2151
  msgid "Virgin Islands (British)"
2152
  msgstr "Virgin Islands (British)"
2153
 
2154
+ #: lib/tribe-view-helpers.class.php:268
2155
+ #@ tribe-events-calendar
2156
  msgid "Virgin Islands (U.S.)"
2157
  msgstr "Virgin Islands (U.S.)"
2158
 
2159
+ #: lib/tribe-view-helpers.class.php:269
2160
+ #@ tribe-events-calendar
2161
  msgid "Wallis And Futuna Islands"
2162
  msgstr "Wallis And Futuna Islands"
2163
 
2164
+ #: lib/tribe-view-helpers.class.php:270
2165
+ #@ tribe-events-calendar
2166
  msgid "Western Sahara"
2167
  msgstr "Western Sahara"
2168
 
2169
+ #: lib/tribe-view-helpers.class.php:271
2170
+ #@ tribe-events-calendar
2171
  msgid "Yemen"
2172
  msgstr "Yemen"
2173
 
2174
+ #: lib/tribe-view-helpers.class.php:272
2175
+ #@ tribe-events-calendar
2176
  msgid "Zambia"
2177
  msgstr "Zambia"
2178
 
2179
+ #: lib/tribe-view-helpers.class.php:273
2180
+ #@ tribe-events-calendar
2181
  msgid "Zimbabwe"
2182
  msgstr "Zimbabwe"
2183
 
2184
+ #: lib/tribe-view-helpers.class.php:293
2185
+ #@ tribe-events-calendar
2186
  msgid "Alabama"
2187
  msgstr "Alabama"
2188
 
2189
+ #: lib/tribe-view-helpers.class.php:294
2190
+ #@ tribe-events-calendar
2191
  msgid "Alaska"
2192
  msgstr "Alaska"
2193
 
2194
+ #: lib/tribe-view-helpers.class.php:295
2195
+ #@ tribe-events-calendar
2196
  msgid "Arizona"
2197
  msgstr "Arizona"
2198
 
2199
+ #: lib/tribe-view-helpers.class.php:296
2200
+ #@ tribe-events-calendar
2201
  msgid "Arkansas"
2202
  msgstr "Arkansas"
2203
 
2204
+ #: lib/tribe-view-helpers.class.php:297
2205
+ #@ tribe-events-calendar
2206
  msgid "California"
2207
  msgstr "California"
2208
 
2209
+ #: lib/tribe-view-helpers.class.php:298
2210
+ #@ tribe-events-calendar
2211
  msgid "Colorado"
2212
  msgstr "Colorado"
2213
 
2214
+ #: lib/tribe-view-helpers.class.php:299
2215
+ #@ tribe-events-calendar
2216
  msgid "Connecticut"
2217
  msgstr "Connecticut"
2218
 
2219
+ #: lib/tribe-view-helpers.class.php:300
2220
+ #@ tribe-events-calendar
2221
  msgid "Delaware"
2222
  msgstr "Delaware"
2223
 
2224
+ #: lib/tribe-view-helpers.class.php:301
2225
+ #@ tribe-events-calendar
2226
  msgid "District of Columbia"
2227
  msgstr "District of Columbia"
2228
 
2229
+ #: lib/tribe-view-helpers.class.php:302
2230
+ #@ tribe-events-calendar
 
2231
  msgid "Florida"
2232
  msgstr "Florida"
2233
 
2234
+ #: lib/tribe-view-helpers.class.php:304
2235
+ #@ tribe-events-calendar
2236
  msgid "Hawaii"
2237
  msgstr "Hawaii"
2238
 
2239
+ #: lib/tribe-view-helpers.class.php:305
2240
+ #@ tribe-events-calendar
2241
  msgid "Idaho"
2242
  msgstr "Idaho"
2243
 
2244
+ #: lib/tribe-view-helpers.class.php:306
2245
+ #@ tribe-events-calendar
2246
  msgid "Illinois"
2247
  msgstr "Illinois"
2248
 
2249
+ #: lib/tribe-view-helpers.class.php:307
2250
+ #@ tribe-events-calendar
2251
  msgid "Indiana"
2252
  msgstr "Indiana"
2253
 
2254
+ #: lib/tribe-view-helpers.class.php:308
2255
+ #@ tribe-events-calendar
2256
  msgid "Iowa"
2257
  msgstr "Iowa"
2258
 
2259
+ #: lib/tribe-view-helpers.class.php:309
2260
+ #@ tribe-events-calendar
2261
  msgid "Kansas"
2262
  msgstr "Kansas"
2263
 
2264
+ #: lib/tribe-view-helpers.class.php:310
2265
+ #@ tribe-events-calendar
2266
  msgid "Kentucky"
2267
  msgstr "Kentucky"
2268
 
2269
+ #: lib/tribe-view-helpers.class.php:311
2270
+ #@ tribe-events-calendar
2271
  msgid "Louisiana"
2272
  msgstr "Louisiana"
2273
 
2274
+ #: lib/tribe-view-helpers.class.php:312
2275
+ #@ tribe-events-calendar
2276
  msgid "Maine"
2277
  msgstr "Maine"
2278
 
2279
+ #: lib/tribe-view-helpers.class.php:313
2280
+ #@ tribe-events-calendar
2281
  msgid "Maryland"
2282
  msgstr "Maryland"
2283
 
2284
+ #: lib/tribe-view-helpers.class.php:314
2285
+ #@ tribe-events-calendar
2286
  msgid "Massachusetts"
2287
  msgstr "Massachusetts"
2288
 
2289
+ #: lib/tribe-view-helpers.class.php:315
2290
+ #@ tribe-events-calendar
2291
  msgid "Michigan"
2292
  msgstr "Michigan"
2293
 
2294
+ #: lib/tribe-view-helpers.class.php:316
2295
+ #@ tribe-events-calendar
2296
  msgid "Minnesota"
2297
  msgstr "Minnesota"
2298
 
2299
+ #: lib/tribe-view-helpers.class.php:317
2300
+ #@ tribe-events-calendar
2301
  msgid "Mississippi"
2302
  msgstr "Mississippi"
2303
 
2304
+ #: lib/tribe-view-helpers.class.php:318
2305
+ #@ tribe-events-calendar
2306
  msgid "Missouri"
2307
  msgstr "Missouri"
2308
 
2309
+ #: lib/tribe-view-helpers.class.php:319
2310
+ #@ tribe-events-calendar
 
2311
  msgid "Montana"
2312
  msgstr "Montana"
2313
 
2314
+ #: lib/tribe-view-helpers.class.php:320
2315
+ #@ tribe-events-calendar
2316
  msgid "Nebraska"
2317
  msgstr "Nebraska"
2318
 
2319
+ #: lib/tribe-view-helpers.class.php:321
2320
+ #@ tribe-events-calendar
2321
  msgid "Nevada"
2322
  msgstr "Nevada"
2323
 
2324
+ #: lib/tribe-view-helpers.class.php:322
2325
+ #@ tribe-events-calendar
2326
  msgid "New Hampshire"
2327
  msgstr "New Hampshire"
2328
 
2329
+ #: lib/tribe-view-helpers.class.php:323
2330
+ #@ tribe-events-calendar
2331
  msgid "New Jersey"
2332
  msgstr "New Jersey"
2333
 
2334
+ #: lib/tribe-view-helpers.class.php:324
2335
+ #@ tribe-events-calendar
2336
  msgid "New Mexico"
2337
  msgstr "New Mexico"
2338
 
2339
+ #: lib/tribe-view-helpers.class.php:325
2340
+ #@ tribe-events-calendar
2341
  msgid "New York"
2342
  msgstr "New York"
2343
 
2344
+ #: lib/tribe-view-helpers.class.php:326
2345
+ #@ tribe-events-calendar
2346
  msgid "North Carolina"
2347
  msgstr "North Carolina"
2348
 
2349
+ #: lib/tribe-view-helpers.class.php:327
2350
+ #@ tribe-events-calendar
2351
  msgid "North Dakota"
2352
  msgstr "North Dakota"
2353
 
2354
+ #: lib/tribe-view-helpers.class.php:328
2355
+ #@ tribe-events-calendar
2356
  msgid "Ohio"
2357
  msgstr "Ohio"
2358
 
2359
+ #: lib/tribe-view-helpers.class.php:329
2360
+ #@ tribe-events-calendar
2361
  msgid "Oklahoma"
2362
  msgstr "Oklahoma"
2363
 
2364
+ #: lib/tribe-view-helpers.class.php:330
2365
+ #@ tribe-events-calendar
2366
  msgid "Oregon"
2367
  msgstr "Oregon"
2368
 
2369
+ #: lib/tribe-view-helpers.class.php:331
2370
+ #@ tribe-events-calendar
2371
  msgid "Pennsylvania"
2372
  msgstr "Pennsylvania"
2373
 
2374
+ #: lib/tribe-view-helpers.class.php:332
2375
+ #@ tribe-events-calendar
2376
  msgid "Rhode Island"
2377
  msgstr "Rhode Island"
2378
 
2379
+ #: lib/tribe-view-helpers.class.php:333
2380
+ #@ tribe-events-calendar
2381
  msgid "South Carolina"
2382
  msgstr "South Carolina"
2383
 
2384
+ #: lib/tribe-view-helpers.class.php:334
2385
+ #@ tribe-events-calendar
2386
  msgid "South Dakota"
2387
  msgstr "South Dakota"
2388
 
2389
+ #: lib/tribe-view-helpers.class.php:335
2390
+ #@ tribe-events-calendar
2391
  msgid "Tennessee"
2392
  msgstr "Tennessee"
2393
 
2394
+ #: lib/tribe-view-helpers.class.php:336
2395
+ #@ tribe-events-calendar
2396
  msgid "Texas"
2397
  msgstr "Texas"
2398
 
2399
+ #: lib/tribe-view-helpers.class.php:337
2400
+ #@ tribe-events-calendar
2401
  msgid "Utah"
2402
  msgstr "Utah"
2403
 
2404
+ #: lib/tribe-view-helpers.class.php:338
2405
+ #@ tribe-events-calendar
2406
  msgid "Vermont"
2407
  msgstr "Vermont"
2408
 
2409
+ #: lib/tribe-view-helpers.class.php:339
2410
+ #@ tribe-events-calendar
2411
  msgid "Virginia"
2412
  msgstr "Virginia"
2413
 
2414
+ #: lib/tribe-view-helpers.class.php:340
2415
+ #@ tribe-events-calendar
2416
  msgid "Washington"
2417
  msgstr "Washington"
2418
 
2419
+ #: lib/tribe-view-helpers.class.php:341
2420
+ #@ tribe-events-calendar
2421
  msgid "West Virginia"
2422
  msgstr "West Virginia"
2423
 
2424
+ #: lib/tribe-view-helpers.class.php:342
2425
+ #@ tribe-events-calendar
2426
  msgid "Wisconsin"
2427
  msgstr "Wisconsin"
2428
 
2429
+ #: lib/tribe-view-helpers.class.php:343
2430
+ #@ tribe-events-calendar
2431
  msgid "Wyoming"
2432
  msgstr "Wyoming"
2433
 
2434
+ #: lib/widget-list.class.php:16
2435
+ #@ tribe-events-calendar
2436
  msgid "A widget that displays the next upcoming x events."
2437
  msgstr "Un widget che mostra i prossimi N eventi."
2438
 
2439
+ #: lib/widget-list.class.php:70
2440
+ #@ tribe-events-calendar
2441
  msgid "View All Events"
2442
  msgstr "Vedi tutti gli eventi"
2443
 
2444
+ #: lib/widget-list.class.php:73
2445
+ #@ tribe-events-calendar
2446
  msgid "There are no upcoming events at this time."
2447
  msgstr "Non ci sono eventi in arrivo al momento."
2448
 
2449
+ #: public/template-tags/general.php:105
2450
+ #@ tribe-events-calendar
2451
  msgid "Category:"
2452
  msgstr "Categoria:"
2453
 
2454
+ #: public/template-tags/general.php:240
2455
+ #@ tribe-events-calendar
2456
  msgid "Free"
2457
  msgstr "Gratuito"
2458
 
2459
+ #: public/template-tags/loop.php:136
2460
+ #@ tribe-events-calendar
2461
  msgid "Calendar of Events"
2462
  msgstr "Calendario degli eventi"
2463
 
2464
+ #: views/ecp-single-template.php:24
2465
+ #@ tribe-events-calendar
2466
  msgid "Edit"
2467
  msgstr "Modifica"
2468
 
2469
+ #: views/events-list-load-widget-display.php:52
2470
+ #@ tribe-events-calendar
2471
  msgid "All Day"
2472
  msgstr "Giorno intero"
2473
 
2474
+ #: views/gridview.php:43
2475
+ #: views/list.php:165
2476
+ #: views/single.php:102
2477
+ #@ tribe-events-calendar
2478
  msgid "iCal Import"
2479
  msgstr "Importazione iCal"
2480
 
2481
+ #: views/in-loop.php:32
2482
+ #: views/list.php:50
2483
+ #: views/single.php:20
2484
+ #@ tribe-events-calendar
2485
  msgid "Start:"
2486
  msgstr "Inizio:"
2487
 
2488
+ #: views/in-loop.php:36
2489
+ #: views/list.php:54
2490
+ #: views/single.php:22
2491
+ #@ tribe-events-calendar
2492
  msgid "End:"
2493
  msgstr "Termine:"
2494
 
2495
+ #: views/in-loop.php:41
2496
+ #: views/list.php:59
2497
+ #: views/single.php:25
2498
+ #@ tribe-events-calendar
2499
  msgid "Date:"
2500
  msgstr "Data:"
2501
 
2502
+ #: views/in-loop.php:51
2503
+ #: views/list.php:69
2504
+ #: views/single.php:60
2505
+ #@ tribe-events-calendar
2506
  msgid "Venue:"
2507
+ msgstr "Luogo:"
2508
 
2509
+ #: views/in-loop.php:74
2510
+ #: views/list.php:92
2511
+ #: views/single.php:77
2512
+ #@ tribe-events-calendar
2513
  msgid "Google Map"
2514
  msgstr "Google Map"
2515
 
2516
+ #: views/list.php:116
2517
  #, php-format
2518
+ #@ tribe-events-calendar
2519
  msgid " listed under %s. Check out past events for this category or view the full calendar."
2520
  msgstr "listato sotto %s. Dai uno sguardo agli eventi passati per questa categoria o guarda il calendario completo."
2521
 
2522
+ #: views/list.php:118
2523
  #, php-format
2524
+ #@ tribe-events-calendar
2525
  msgid " listed under %s. Check out upcoming events for this category or view the full calendar."
2526
  msgstr "listato sotto %s. Dai uno sguardo ai prossimi eventi per questa categoria o guarda il calendario completo."
2527
 
2528
+ #: views/list.php:123
2529
  #, php-format
2530
+ #@ tribe-events-calendar
2531
  msgid "No events scheduled for <strong>%s</strong>. Please try another day."
2532
  msgstr "Nessun evento programmato per <strong>%s</strong>. Controlla un altro giorno."
2533
 
2534
+ #: views/list.php:127
2535
+ #@ tribe-events-calendar
2536
  msgid "No upcoming events"
2537
  msgstr "Nessun evento futuro"
2538
 
2539
+ #: views/list.php:131
2540
+ #@ tribe-events-calendar
2541
  msgid "No previous events"
2542
  msgstr "Nessun evento precedente"
2543
 
2544
+ #: views/list.php:144
2545
+ #: views/list.php:146
2546
+ #: views/list.php:148
2547
+ #@ tribe-events-calendar
2548
  msgid "&laquo; Previous Events"
2549
  msgstr "&laquo; Eventi precedenti"
2550
 
2551
+ #: views/list.php:155
2552
+ #: views/list.php:157
2553
+ #: views/list.php:159
2554
+ #@ tribe-events-calendar
2555
  msgid "Next Events &raquo;"
2556
  msgstr "Eventi successivi &raquo;"
2557
 
2558
+ #: views/single.php:13
2559
+ #@ tribe-events-calendar
2560
  msgid "&laquo; Back to Events"
2561
  msgstr "&laquo; Torna agli Eventi"
2562
 
2563
+ #: views/single.php:14
2564
+ #@ tribe-events-calendar
2565
  msgid "This event has passed."
2566
  msgstr "Questo evento è passato."
2567
 
2568
+ #: views/single.php:17
2569
+ #@ tribe-events-calendar
2570
  msgid "Event:"
2571
  msgstr "Evento:"
2572
 
2573
+ #: views/single.php:35
2574
+ #: views/single.php:38
2575
+ #@ tribe-events-calendar
2576
  msgid "Organizer:"
2577
  msgstr "Organizzatore:"
2578
 
2579
+ #: views/single.php:49
2580
+ #@ tribe-events-calendar
2581
  msgid "Updated:"
2582
  msgstr "Aggiornato:"
2583
 
2584
+ #: views/single.php:52
2585
+ #@ tribe-events-calendar
2586
  msgid "Schedule:"
2587
  msgstr "Programmazione:"
2588
 
2589
+ #: views/single.php:77
2590
+ #@ tribe-events-calendar
2591
  msgid "Click to view a Google Map"
2592
  msgstr "Visualizza su Google Maps"
2593
 
2594
+ #: views/single.php:105
2595
+ #@ tribe-events-calendar
2596
  msgid "Add to Google Calendar"
2597
  msgstr "Aggiungi a Google Calendar"
2598
 
2599
+ #: views/single.php:105
2600
+ #@ tribe-events-calendar
2601
  msgid "+ Google Calendar"
2602
  msgstr "+ Google Calendar"
2603
 
2604
+ #: views/table-mini.php:24
2605
+ #@ tribe-events-calendar
2606
  msgid "View all &raquo;"
2607
  msgstr "Vedi tutto &raquo;"
2608
 
2609
+ #: admin-views/events-options-general.php:27
2610
+ #@ tribe-events-calendar
2611
+ msgid "Show events in main WordPress loops"
2612
+ msgstr ""
2613
+
2614
+ #: admin-views/events-options-general.php:31
2615
+ #: admin-views/events-options-general.php:33
2616
+ #@ tribe-events-calendar
2617
+ msgid "Show events in main WordPress Loops"
2618
+ msgstr ""
2619
+
2620
+ #: admin-views/events-options-general.php:38
2621
+ #@ tribe-events-calendar
2622
+ msgid "This will display events anywhere posts are displayed (main Loop, tag pages, etc...)"
2623
+ msgstr ""
2624
+
2625
+ #: admin-views/events-options-general.php:43
2626
+ #: admin-views/events-options-general.php:47
2627
+ #@ tribe-events-calendar
2628
+ msgid "Number of events to show per page in the loop"
2629
+ msgstr ""
2630
+
2631
+ #: admin-views/events-options-general.php:52
2632
+ #@ tribe-events-calendar
2633
+ msgid "This is the number of events displayed per page when returning a list of events."
2634
+ msgstr ""
2635
+
2636
+ #: admin-views/events-options-general.php:106
2637
+ #@ tribe-events-calendar
2638
+ msgid "Zoom Level"
2639
+ msgstr ""
2640
+
2641
+ #: admin-views/events-options-general.php:106
2642
+ #@ tribe-events-calendar
2643
+ msgid "(0 = zoomed-out; 21 = zoomed-in)"
2644
+ msgstr ""
2645
+
2646
+ #: admin-views/events-options-template.php:1
2647
+ #@ tribe-events-calendar
2648
+ msgid "Template Settings"
2649
+ msgstr ""
2650
+
2651
+ #: admin-views/events-options.php:60
2652
+ #@ tribe-events-calendar
2653
+ msgid "You've requested a non-existent tab."
2654
+ msgstr ""
2655
+
2656
+ #: lib/the-events-calendar.class.php:262
2657
+ #@ tribe-events-calendar
2658
+ msgid "tag"
2659
+ msgstr ""
2660
+
2661
+ #: lib/the-events-calendar.class.php:841
2662
+ #@ default
2663
+ msgid "<div id=\"message\" class=\"error\"><p><strong>Your form had the following errors:</strong></p><ul>"
2664
+ msgstr ""
2665
+
2666
+ #: lib/the-events-calendar.class.php:845
2667
+ #@ tribe-events-calendar
2668
+ msgid "The above setting was not saved."
2669
+ msgid_plural "The above settings were not saved."
2670
+ msgstr[0] ""
2671
+ msgstr[1] ""
2672
+
2673
+ #: lib/the-events-calendar.class.php:856
2674
+ #@ tribe-events-calendar
2675
+ msgid "Settings saved."
2676
+ msgstr ""
2677
+
2678
+ #: lib/the-events-calendar.class.php:874
2679
+ #@ tribe-events-calendar
2680
+ msgid "Number of events to show per page in the loop must be a positive integer."
2681
+ msgstr ""
2682
+
2683
+ #: lib/the-events-calendar.class.php:882
2684
+ #@ tribe-events-calendar
2685
+ msgid "Events slug must be a valid slug (numbers, letters, dashes, and underscores)."
2686
+ msgstr ""
2687
+
2688
+ #: lib/the-events-calendar.class.php:891
2689
+ #@ tribe-events-calendar
2690
+ msgid "Single event slug must be a valid slug (numbers, letters, dashes, and underscores)."
2691
+ msgstr ""
2692
+
2693
+ #: lib/the-events-calendar.class.php:900
2694
+ #@ tribe-events-calendar
2695
+ msgid "Single event slug has to be different from the (plural) events slug."
2696
+ msgstr ""
2697
+
2698
+ #: lib/the-events-calendar.class.php:905
2699
+ #@ tribe-events-calendar
2700
+ msgid "Google Maps height must be a number or percentage."
2701
+ msgstr ""
2702
+
2703
+ #: lib/the-events-calendar.class.php:912
2704
+ #@ tribe-events-calendar
2705
+ msgid "Google Maps width must be a number or percentage."
2706
+ msgstr ""
2707
+
2708
+ #: lib/the-events-calendar.class.php:919
2709
+ #@ tribe-events-calendar
2710
+ msgid "Google Maps Zoom Level must be a number between 0 and 21."
2711
+ msgstr ""
2712
+
2713
+ #: lib/the-events-calendar.class.php:2189
2714
+ #@ default
2715
+ msgid "News from Modern Tribe"
2716
+ msgstr ""
2717
+
2718
+ #: lib/tribe-the-events-calendar-import.class.php:44
2719
+ #@ tribe-events-calendar
2720
+ msgid "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make sure you have backed up before proceeding any further. You can easily <a href=\" http://wordpress.org/extend/plugins/the-events-calendar/download/\">revert to an old version</a> if you want to backup first. This upgrade includes two major steps, <a href=\"options-general.php?page=tribe-events-calendar\">migrating data</a> & updating your templates as necessary. There have been significant changes to the template tags and functions. Check out our <a href=\"http://tri.be/migrating-from-events-calendar-1-6-5-to-2-0\">walkthrough on the upgrade</a> before proceeding and check out the FAQ & Knowledge base from the <a href=\"http://tri.be/support/\">support page</a>. If you're new to The Events Calendar, you may want to review our <a href=\"http://tri.be/support/documentation/events-calendar-pro-new-user-primer/\">new user primer</a>.<br/><br/> You have events that need to be migrated. Please visit the bottom of the <a href=\"options-general.php?page=tribe-events-calendar\">settings page</a> to perform the migration."
2721
+ msgstr ""
2722
+
2723
+ #: public/template-tags/general.php:122
2724
+ #@ tribe-events-calendar
2725
+ msgid "Tags:"
2726
+ msgstr ""
2727
+
lang/tribe-events-calendar-ja_JA.mo ADDED
Binary file
lang/tribe-events-calendar-ja_JA.po ADDED
@@ -0,0 +1,2565 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: The Events Calendar 2.0+\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-09-19 16:36-0500\n"
6
+ "PO-Revision-Date: 2012-01-15 13:34+0900\n"
7
+ "Last-Translator: Matthew Meyer <osarusan@gmail.com>\n"
8
+ "Language-Team: DECKERWEB <deckerweb.mobil@googlemail.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: German\n"
14
+ "X-Poedit-Country: GERMANY\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
+ "X-Textdomain-Support: yes\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+
20
+ # @ tribe-events-calendar
21
+ #: ../views/list.php:16
22
+ #: ../views/gridview.php:37
23
+ msgid "Event List"
24
+ msgstr "イベント"
25
+
26
+ # @ tribe-events-calendar
27
+ #: ../views/list.php:17
28
+ #: ../views/gridview.php:38
29
+ msgid "Calendar"
30
+ msgstr "カレンダー"
31
+
32
+ # @ tribe-events-calendar
33
+ #: ../views/list.php:42
34
+ #: ../views/single.php:19
35
+ msgid "Start:"
36
+ msgstr "開始時間:"
37
+
38
+ # @ tribe-events-calendar
39
+ #: ../views/single.php:17
40
+ msgid "Event:"
41
+ msgstr "イベント名:"
42
+
43
+ #: ../views/single.php:42
44
+ msgid "Updated:"
45
+ msgstr "更新日:"
46
+
47
+ # @ tribe-events-calendar
48
+ #: ../views/list.php:46
49
+ #: ../views/single.php:20
50
+ msgid "End:"
51
+ msgstr "終了時間:"
52
+
53
+ # @ tribe-events-calendar
54
+ #: ../views/list.php:54
55
+ #: ../views/single.php:47
56
+ msgid "Venue:"
57
+ msgstr "場所:"
58
+
59
+ # @ tribe-events-calendar
60
+ #: ../views/list.php:63
61
+ #: ../views/single.php:33
62
+ #: ../views/single.php:51
63
+ #: ../admin-views/venue-meta-box.php:73
64
+ msgid "Phone:"
65
+ msgstr "電話番号:"
66
+
67
+ # @ tribe-events-calendar
68
+ #: ../views/list.php:69
69
+ #: ../views/single.php:56
70
+ #: ../admin-views/venue-meta-box.php:19
71
+ msgid "Address:"
72
+ msgstr "住所:"
73
+
74
+ # @ tribe-events-calendar
75
+ #: ../views/list.php:71
76
+ #: ../views/single.php:58
77
+ msgid "Google Map"
78
+ msgstr "Google マップ"
79
+
80
+ # @ tribe-events-calendar
81
+ #: ../views/list.php:81
82
+ #: ../views/single.php:24
83
+ #: ../admin-views/events-meta-box.php:113
84
+ msgid "Cost:"
85
+ msgstr "費用:"
86
+
87
+ # @ tribe-events-calendar
88
+ #: ../views/list.php:95
89
+ #, php-format
90
+ msgid " listed under %s. Check out past events for this category or view the full calendar."
91
+ msgstr "これまでの %s イベントリストやイベントカレンダーを見ることができます。"
92
+
93
+ # @ tribe-events-calendar
94
+ #: ../views/list.php:97
95
+ #, php-format
96
+ msgid " listed under %s. Check out upcoming events for this category or view the full calendar."
97
+ msgstr "これからの %s イベントリストやイベントカレンダーを見ることができます。"
98
+
99
+ # @ tribe-events-calendar
100
+ #: ../views/list.php:103
101
+ msgid "No upcoming events"
102
+ msgstr "現在のところイベントはありません"
103
+
104
+ # @ tribe-events-calendar
105
+ #: ../views/list.php:107
106
+ msgid "No previous events"
107
+ msgstr "これまでのイベントはありません"
108
+
109
+ # @ tribe-events-calendar
110
+ #: ../views/list.php:120
111
+ #: ../views/list.php:122
112
+ #: ../views/list.php:124
113
+ msgid "&laquo; Previous Events"
114
+ msgstr "&laquo; これまでのイベント"
115
+
116
+ # @ tribe-events-calendar
117
+ #: ../views/list.php:131
118
+ #: ../views/list.php:133
119
+ #: ../views/list.php:135
120
+ msgid "Next Events &raquo;"
121
+ msgstr "次のイベント &raquo;"
122
+
123
+ # @ tribe-events-calendar
124
+ #: ../views/list.php:140
125
+ #: ../views/gridview.php:43
126
+ #: ../views/single.php:83
127
+ msgid "iCal Import"
128
+ msgstr "iCal インポート"
129
+
130
+ # @ tribe-events-calendar
131
+ #: ../views/table-mini.php:24
132
+ msgid "View all &raquo;"
133
+ msgstr "すべてのイベントを見る &raquo;"
134
+
135
+ # @ tribe-events-calendar
136
+ #: ../views/single.php:13
137
+ msgid "&laquo; Back to Events"
138
+ msgstr "&laquo; イベントに戻る"
139
+
140
+ # @ tribe-events-calendar
141
+ #: ../views/single.php:14
142
+ msgid "This event has passed."
143
+ msgstr "終了したイベント"
144
+
145
+ # @ tribe-events-calendar
146
+ #: ../views/single.php:29
147
+ msgid "Organizer:"
148
+ msgstr "管理者:"
149
+
150
+ # @ tribe-events-calendar
151
+ #: ../views/single.php:37
152
+ msgid "Email:"
153
+ msgstr "メール:"
154
+
155
+ # @ tribe-events-calendar
156
+ #: ../views/single.php:41
157
+ msgid "Schedule:"
158
+ msgstr "スケジュール:"
159
+
160
+ # @ tribe-events-calendar
161
+ #: ../views/single.php:58
162
+ msgid "Click to view a Google Map"
163
+ msgstr "Google マップで見る"
164
+
165
+ # @ tribe-events-calendar
166
+ #: ../views/single.php:86
167
+ msgid "Add to Google Calendar"
168
+ msgstr "Google カレンダーに追加する"
169
+
170
+ # @ tribe-events-calendar
171
+ #: ../views/single.php:86
172
+ msgid "+ Google Calendar"
173
+ msgstr "+ Google カレンダー"
174
+
175
+ # @ tribe-events-calendar
176
+ #: ../views/events-list-load-widget-display.php:48
177
+ msgid "All Day"
178
+ msgstr "終日"
179
+
180
+ # @ tribe-events-calendar
181
+ #: ../views/events-list-load-widget-display.php:51
182
+ msgid "Ends"
183
+ msgstr "終了"
184
+
185
+ # @ tribe-events-calendar
186
+ #: ../views/ecp-single-template.php:24
187
+ msgid "Edit"
188
+ msgstr "編集"
189
+
190
+ # @ tribe-events-calendar
191
+ #: ../admin-views/events-meta-box.php:26
192
+ msgid "Event Time &amp; Date"
193
+ msgstr "イベント日時"
194
+
195
+ # @ default
196
+ #: ../admin-views/events-meta-box.php:29
197
+ msgid "You have changed the recurrence rules of this event. Saving the event will update all future events. If you did not mean to change all events, then please refresh the page."
198
+ msgstr "この予定を変更すると、一連の定期的な予定すべてが変更されます。"
199
+
200
+ # @ tribe-events-calendar
201
+ #: ../admin-views/events-meta-box.php:32
202
+ msgid "All day event?"
203
+ msgstr "終日イベント?"
204
+
205
+ # @ tribe-events-calendar
206
+ #: ../admin-views/events-meta-box.php:36
207
+ msgid "Start Date / Time:"
208
+ msgstr "スタート日時"
209
+
210
+ # @ tribe-events-calendar
211
+ #: ../admin-views/events-meta-box.php:39
212
+ #: ../admin-views/events-meta-box.php:60
213
+ msgid "YYYY-MM-DD"
214
+ msgstr "YYYY年MM月DD日"
215
+
216
+ # @ tribe-events-calendar
217
+ #: ../admin-views/events-meta-box.php:41
218
+ #: ../admin-views/events-meta-box.php:62
219
+ msgid "@"
220
+ msgstr "@"
221
+
222
+ # @ tribe-events-calendar
223
+ #: ../admin-views/events-meta-box.php:57
224
+ msgid "End Date / Time:"
225
+ msgstr "終了日時"
226
+
227
+ # @ tribe-events-calendar
228
+ #: ../admin-views/events-meta-box.php:79
229
+ msgid "Event Location Details"
230
+ msgstr "場所の詳細"
231
+
232
+ # @ tribe-events-calendar
233
+ #: ../admin-views/events-meta-box.php:85
234
+ msgid "Show Google Maps Link:"
235
+ msgstr "Google マップリンクを付ける?"
236
+
237
+ # @ tribe-events-calendar
238
+ #: ../admin-views/events-meta-box.php:92
239
+ msgid "Show Google Map:"
240
+ msgstr "Google マップを付ける?"
241
+
242
+ # @ tribe-events-calendar
243
+ #: ../admin-views/events-meta-box.php:101
244
+ msgid "Event Organizer Details"
245
+ msgstr "管理者の詳細"
246
+
247
+ # @ tribe-events-calendar
248
+ #: ../admin-views/events-meta-box.php:110
249
+ msgid "Event Cost"
250
+ msgstr "イベントの費用"
251
+
252
+ # @ tribe-events-calendar
253
+ #: ../admin-views/events-meta-box.php:118
254
+ msgid "Leave blank to hide the field. Enter a 0 for events that are free."
255
+ msgstr "何も入力しないと、これは表示されません。無料のイベントであれば、0を入力してください。"
256
+
257
+ # @ tribe-events-calendar
258
+ #: ../admin-views/events-meta-box.php:124
259
+ msgid "Additional Functionality"
260
+ msgstr ""
261
+
262
+ # @ tribe-events-calendar
263
+ #: ../admin-views/events-meta-box.php:129
264
+ msgid "Looking for additional functionality including recurring events, custom meta, community events, ticket sales and more?"
265
+ msgstr ""
266
+
267
+ # @ tribe-events-calendar
268
+ #: ../admin-views/events-meta-box.php:129
269
+ #, php-format
270
+ msgid "Check out the <a href=\"%s\">available Add-Ons</a>."
271
+ msgstr ""
272
+
273
+ # @ tribe-events-calendar
274
+ #: ../admin-views/venue-meta-box.php:12
275
+ msgid "Venue Name:"
276
+ msgstr "場所:"
277
+
278
+ # @ tribe-events-calendar
279
+ #: ../admin-views/venue-meta-box.php:23
280
+ msgid "City:"
281
+ msgstr "市町村:"
282
+
283
+ # @ tribe-events-calendar
284
+ #: ../admin-views/venue-meta-box.php:27
285
+ msgid "Country:"
286
+ msgstr "国:"
287
+
288
+ # @ tribe-events-calendar
289
+ #: ../admin-views/venue-meta-box.php:52
290
+ msgid "State or Province:"
291
+ msgstr "県:"
292
+
293
+ # @ tribe-events-calendar
294
+ #: ../admin-views/venue-meta-box.php:55
295
+ msgid "Select a State:"
296
+ msgstr ""
297
+
298
+ # @ tribe-events-calendar
299
+ #: ../admin-views/venue-meta-box.php:69
300
+ msgid "Postal Code:"
301
+ msgstr "郵便番号:"
302
+
303
+ # @ tribe-events-calendar
304
+ #: ../admin-views/recurrence-dialog.php:11
305
+ msgid "Which events do you wish to update?"
306
+ msgstr ""
307
+
308
+ # @ tribe-events-calendar
309
+ #: ../admin-views/recurrence-dialog.php:14
310
+ msgid "Select your desired action"
311
+ msgstr ""
312
+
313
+ # @ tribe-events-calendar
314
+ #: ../admin-views/event-sidebar-options.php:11
315
+ msgid "Hide From Upcoming Events List"
316
+ msgstr "これからのイベントリストに表示しない"
317
+
318
+ # @ tribe-events-calendar
319
+ #: ../admin-views/events-options.php:47
320
+ #, php-format
321
+ msgid "%s Settings"
322
+ msgstr "%s 設定"
323
+
324
+ # @ tribe-events-calendar
325
+ #: ../admin-views/events-options.php:53
326
+ msgid "Need a hand?"
327
+ msgstr ""
328
+
329
+ # @ tribe-events-calendar
330
+ #: ../admin-views/events-options.php:54
331
+ #, php-format
332
+ msgid "If you're stuck on these options, please <a href=\"%s\">check out the documentation</a>. Or, go to the <a href=\"%s\">support forum</a>."
333
+ msgstr ""
334
+
335
+ # @ tribe-events-calendar
336
+ #: ../admin-views/events-options.php:56
337
+ msgid "Here is the iCal feed URL for your events: "
338
+ msgstr "iCal フィード: "
339
+
340
+ # @ tribe-events-calendar
341
+ #: ../admin-views/events-options.php:62
342
+ msgid "Settings"
343
+ msgstr "設定"
344
+
345
+ # @ tribe-events-calendar
346
+ #: ../admin-views/events-options.php:65
347
+ #: ../admin-views/events-options.php:69
348
+ msgid "Default View for the Events"
349
+ msgstr "イベント表示既定"
350
+
351
+ # @ tribe-events-calendar
352
+ #: ../admin-views/events-options.php:83
353
+ #: ../admin-views/events-options.php:87
354
+ #: ../admin-views/events-options.php:89
355
+ msgid "Show Comments"
356
+ msgstr "コメント欄を表示する"
357
+
358
+ # @ tribe-events-calendar
359
+ #: ../admin-views/events-options.php:97
360
+ #: ../admin-views/events-options.php:101
361
+ msgid "Multiday Event Cutoff"
362
+ msgstr "連日イベントの設定"
363
+
364
+ # @ tribe-events-calendar
365
+ #: ../admin-views/events-options.php:115
366
+ msgid "For multi-day events, hide the last day from grid view if it ends on or before this time."
367
+ msgstr ""
368
+
369
+ # @ tribe-events-calendar
370
+ #: ../admin-views/events-options.php:120
371
+ #: ../admin-views/events-options.php:124
372
+ msgid "Enable Google Maps"
373
+ msgstr "Google マップを使う"
374
+
375
+ # @ tribe-events-calendar
376
+ #: ../admin-views/events-options.php:130
377
+ msgid "Height"
378
+ msgstr "高さ"
379
+
380
+ # @ tribe-events-calendar
381
+ #: ../admin-views/events-options.php:131
382
+ msgid "Width"
383
+ msgstr "横幅"
384
+
385
+ # @ tribe-events-calendar
386
+ #: ../admin-views/events-options.php:131
387
+ msgid "(number or %)"
388
+ msgstr "(number or %)"
389
+
390
+ # @ tribe-events-calendar
391
+ #: ../admin-views/events-options.php:135
392
+ msgid "If you don't have this turned on, your event listings won't have the backend map preview or frontend embedded map."
393
+ msgstr "これを設定しないと、マップは表示されません。"
394
+
395
+ # @ tribe-events-calendar
396
+ #: ../admin-views/events-options.php:143
397
+ #: ../admin-views/events-options.php:145
398
+ msgid "Events URL slug"
399
+ msgstr "イベントのパーマリンク"
400
+
401
+ # @ tribe-events-calendar
402
+ #: ../admin-views/events-options.php:146
403
+ msgid "The slug used for building the Events URL."
404
+ msgstr "これがイベントURLのパーマリンク"
405
+
406
+ # @ tribe-events-calendar
407
+ #: ../admin-views/events-options.php:146
408
+ #, php-format
409
+ msgid "Your current Events URL is <strong>%s</strong>"
410
+ msgstr "今のパーマリンクは <strong>%s</strong>"
411
+
412
+ # @ tribe-events-calendar
413
+ #: ../admin-views/events-options.php:150
414
+ #: ../admin-views/events-options.php:152
415
+ msgid "Single Event URL slug"
416
+ msgstr "個々のイベントのパーマリンク"
417
+
418
+ # @ tribe-events-calendar
419
+ #: ../admin-views/events-options.php:153
420
+ msgid "The slug used for building a single Event URL."
421
+ msgstr "これ個々のイベントURLのパーマリンク"
422
+
423
+ # @ tribe-events-calendar
424
+ #: ../admin-views/events-options.php:154
425
+ #, php-format
426
+ msgid "<strong>NOTE:</strong> You <em>cannot</em> use the same slug as above. The above should ideally be plural, and this singular.<br />Your single Event URL is like: <strong>%s</strong>"
427
+ msgstr "<strong>NOTE:</strong> You <em>cannot</em> use the same slug as above. The above should ideally be plural, and this singular.<br />Your single Event URL is like: <strong>%s</strong>"
428
+
429
+ # @ tribe-events-calendar
430
+ #: ../admin-views/events-options.php:159
431
+ #: ../admin-views/events-options.php:161
432
+ msgid "Debug"
433
+ msgstr ""
434
+
435
+ # @ tribe-events-calendar
436
+ #: ../admin-views/events-options.php:162
437
+ msgid "Debug Events display issues."
438
+ msgstr ""
439
+
440
+ # @ tribe-events-calendar
441
+ #: ../admin-views/events-options.php:163
442
+ #, php-format
443
+ msgid "Enable this option to log debug information. By default this will log to your server PHP error log. If you'd like to see the log messages in your browser, then we recommend that you install the <a href=\"%s\" target=\"_blank\">Debug Bar Plugin</a> and look for the \"Tribe\" tab in the debug output."
444
+ msgstr ""
445
+
446
+ # @ tribe-events-calendar
447
+ #: ../admin-views/events-options.php:168
448
+ msgid "Theme Settings"
449
+ msgstr "テーマ設定"
450
+
451
+ # @ tribe-events-calendar
452
+ #: ../admin-views/events-options.php:171
453
+ #: ../admin-views/events-options.php:173
454
+ msgid "Events Template"
455
+ msgstr "イベントのテンプレート"
456
+
457
+ # @ default
458
+ #: ../admin-views/events-options.php:175
459
+ msgid "Default Events Template"
460
+ msgstr "既定のイベントのテンプレート"
461
+
462
+ # @ default
463
+ #: ../admin-views/events-options.php:176
464
+ msgid "Default Page Template"
465
+ msgstr "既定のページのテンプレート"
466
+
467
+ # @ tribe-events-calendar
468
+ #: ../admin-views/events-options.php:179
469
+ msgid "Choose a page template to control the look and feel of your calendar."
470
+ msgstr ""
471
+
472
+ # @ tribe-events-calendar
473
+ #: ../admin-views/events-options.php:183
474
+ #: ../admin-views/events-options.php:185
475
+ #: ../admin-views/events-options.php:193
476
+ msgid "Add HTML before calendar"
477
+ msgstr ""
478
+
479
+ # @ tribe-events-calendar
480
+ #: ../admin-views/events-options.php:187
481
+ msgid "Some themes may require that you add extra divs before the calendar list to help with styling."
482
+ msgstr ""
483
+
484
+ # @ tribe-events-calendar
485
+ #: ../admin-views/events-options.php:187
486
+ msgid "This is displayed directly after the header."
487
+ msgstr ""
488
+
489
+ # @ tribe-events-calendar
490
+ #: ../admin-views/events-options.php:187
491
+ #: ../admin-views/events-options.php:195
492
+ msgid "You may use (x)HTML."
493
+ msgstr ""
494
+
495
+ # @ tribe-events-calendar
496
+ #: ../admin-views/events-options.php:191
497
+ msgid "Add HTML after calendar"
498
+ msgstr ""
499
+
500
+ # @ tribe-events-calendar
501
+ #: ../admin-views/events-options.php:195
502
+ msgid "Some themes may require that you add extra divs after the calendar list to help with styling."
503
+ msgstr ""
504
+
505
+ # @ tribe-events-calendar
506
+ #: ../admin-views/events-options.php:195
507
+ msgid "This is displayed directly above the footer."
508
+ msgstr ""
509
+
510
+ # @ tribe-events-calendar
511
+ #: ../admin-views/events-options.php:204
512
+ msgid "Save Changes"
513
+ msgstr "変更を保存"
514
+
515
+ # @ tribe-events-calendar
516
+ #: ../admin-views/widget-admin-list.php:11
517
+ msgid "Title:"
518
+ msgstr "タイトル:"
519
+
520
+ # @ tribe-events-calendar
521
+ #: ../admin-views/widget-admin-list.php:16
522
+ msgid "Show:"
523
+ msgstr "表示:"
524
+
525
+ # @ tribe-events-calendar
526
+ #: ../admin-views/widget-admin-list.php:24
527
+ msgid "Show widget only if there are upcoming events:"
528
+ msgstr "これからのイベントがある時だけ、ウィジェットを表示する"
529
+
530
+ # @ tribe-events-calendar
531
+ #: ../admin-views/widget-admin-list.php:30
532
+ msgid "If you wish to customize the widget display yourself, see the file views/events-list-load-widget-display.php inside the Events Premium plugin."
533
+ msgstr ""
534
+
535
+ # @ tribe-events-calendar
536
+ #: ../admin-views/organizer-meta-box.php:11
537
+ msgid "Organizer Name:"
538
+ msgstr "管理者名:"
539
+
540
+ # @ tribe-events-calendar
541
+ #: ../admin-views/organizer-meta-box.php:21
542
+ msgid "Website:"
543
+ msgstr "ホームページ:"
544
+
545
+ # @ tribe-events-calendar
546
+ #: ../lib/tribe-admin-events-list.class.php:159
547
+ #: ../lib/the-events-calendar.class.php:526
548
+ msgid "Event Categories"
549
+ msgstr "イベントのカテゴリー:"
550
+
551
+ # @ tribe-events-calendar
552
+ #: ../lib/tribe-admin-events-list.class.php:164
553
+ msgid "Start Date"
554
+ msgstr "開始日"
555
+
556
+ # @ tribe-events-calendar
557
+ #: ../lib/tribe-admin-events-list.class.php:165
558
+ msgid "End Date"
559
+ msgstr "終了日"
560
+
561
+ # @ tribe-events-calendar
562
+ #: ../lib/tribe-admin-events-list.class.php:166
563
+ msgid "Recurring?"
564
+ msgstr "リピート?"
565
+
566
+ #: ../lib/tribe-admin-events-list.class.php:194
567
+ msgid "Yes"
568
+ msgstr "はい"
569
+
570
+ #: ../lib/tribe-admin-events-list.class.php:194
571
+ msgid "No"
572
+ msgstr "いいえ"
573
+
574
+ # @ tribe-events-calendar
575
+ #: ../lib/tribe-admin-events-list.class.php:244
576
+ #, php-format
577
+ msgid "All %s"
578
+ msgstr "すべての %s"
579
+
580
+ # @ tribe-events-calendar
581
+ #: ../lib/tribe-view-helpers.class.php:16
582
+ #: ../lib/tribe-view-helpers.class.php:33
583
+ msgid "Select a Country:"
584
+ msgstr "国:"
585
+
586
+ # @ tribe-events-calendar
587
+ #: ../lib/tribe-view-helpers.class.php:34
588
+ #: ../lib/template-tags.php:502
589
+ msgid "United States"
590
+ msgstr ""
591
+
592
+ # @ tribe-events-calendar
593
+ #: ../lib/tribe-view-helpers.class.php:35
594
+ msgid "Afghanistan"
595
+ msgstr ""
596
+
597
+ # @ tribe-events-calendar
598
+ #: ../lib/tribe-view-helpers.class.php:36
599
+ msgid "Albania"
600
+ msgstr ""
601
+
602
+ # @ tribe-events-calendar
603
+ #: ../lib/tribe-view-helpers.class.php:37
604
+ msgid "Algeria"
605
+ msgstr ""
606
+
607
+ # @ tribe-events-calendar
608
+ #: ../lib/tribe-view-helpers.class.php:38
609
+ msgid "American Samoa"
610
+ msgstr ""
611
+
612
+ # @ tribe-events-calendar
613
+ #: ../lib/tribe-view-helpers.class.php:39
614
+ msgid "Andorra"
615
+ msgstr ""
616
+
617
+ # @ tribe-events-calendar
618
+ #: ../lib/tribe-view-helpers.class.php:40
619
+ msgid "Angola"
620
+ msgstr ""
621
+
622
+ # @ tribe-events-calendar
623
+ #: ../lib/tribe-view-helpers.class.php:41
624
+ msgid "Anguilla"
625
+ msgstr ""
626
+
627
+ # @ tribe-events-calendar
628
+ #: ../lib/tribe-view-helpers.class.php:42
629
+ msgid "Antarctica"
630
+ msgstr ""
631
+
632
+ # @ tribe-events-calendar
633
+ #: ../lib/tribe-view-helpers.class.php:43
634
+ msgid "Antigua And Barbuda"
635
+ msgstr ""
636
+
637
+ # @ tribe-events-calendar
638
+ #: ../lib/tribe-view-helpers.class.php:44
639
+ msgid "Argentina"
640
+ msgstr ""
641
+
642
+ # @ tribe-events-calendar
643
+ #: ../lib/tribe-view-helpers.class.php:45
644
+ msgid "Armenia"
645
+ msgstr ""
646
+
647
+ # @ tribe-events-calendar
648
+ #: ../lib/tribe-view-helpers.class.php:46
649
+ msgid "Aruba"
650
+ msgstr ""
651
+
652
+ # @ tribe-events-calendar
653
+ #: ../lib/tribe-view-helpers.class.php:47
654
+ msgid "Australia"
655
+ msgstr ""
656
+
657
+ # @ tribe-events-calendar
658
+ #: ../lib/tribe-view-helpers.class.php:48
659
+ msgid "Austria"
660
+ msgstr ""
661
+
662
+ # @ tribe-events-calendar
663
+ #: ../lib/tribe-view-helpers.class.php:49
664
+ msgid "Azerbaijan"
665
+ msgstr ""
666
+
667
+ # @ tribe-events-calendar
668
+ #: ../lib/tribe-view-helpers.class.php:50
669
+ msgid "Bahamas"
670
+ msgstr ""
671
+
672
+ # @ tribe-events-calendar
673
+ #: ../lib/tribe-view-helpers.class.php:51
674
+ msgid "Bahrain"
675
+ msgstr ""
676
+
677
+ # @ tribe-events-calendar
678
+ #: ../lib/tribe-view-helpers.class.php:52
679
+ msgid "Bangladesh"
680
+ msgstr ""
681
+
682
+ # @ tribe-events-calendar
683
+ #: ../lib/tribe-view-helpers.class.php:53
684
+ msgid "Barbados"
685
+ msgstr ""
686
+
687
+ # @ tribe-events-calendar
688
+ #: ../lib/tribe-view-helpers.class.php:54
689
+ msgid "Belarus"
690
+ msgstr ""
691
+
692
+ # @ tribe-events-calendar
693
+ #: ../lib/tribe-view-helpers.class.php:55
694
+ msgid "Belgium"
695
+ msgstr ""
696
+
697
+ # @ tribe-events-calendar
698
+ #: ../lib/tribe-view-helpers.class.php:56
699
+ msgid "Belize"
700
+ msgstr ""
701
+
702
+ # @ tribe-events-calendar
703
+ #: ../lib/tribe-view-helpers.class.php:57
704
+ msgid "Benin"
705
+ msgstr ""
706
+
707
+ # @ tribe-events-calendar
708
+ #: ../lib/tribe-view-helpers.class.php:58
709
+ msgid "Bermuda"
710
+ msgstr ""
711
+
712
+ # @ tribe-events-calendar
713
+ #: ../lib/tribe-view-helpers.class.php:59
714
+ msgid "Bhutan"
715
+ msgstr ""
716
+
717
+ # @ tribe-events-calendar
718
+ #: ../lib/tribe-view-helpers.class.php:60
719
+ msgid "Bolivia"
720
+ msgstr ""
721
+
722
+ # @ tribe-events-calendar
723
+ #: ../lib/tribe-view-helpers.class.php:61
724
+ msgid "Bosnia And Herzegowina"
725
+ msgstr ""
726
+
727
+ # @ tribe-events-calendar
728
+ #: ../lib/tribe-view-helpers.class.php:62
729
+ msgid "Botswana"
730
+ msgstr ""
731
+
732
+ # @ tribe-events-calendar
733
+ #: ../lib/tribe-view-helpers.class.php:63
734
+ msgid "Bouvet Island"
735
+ msgstr ""
736
+
737
+ # @ tribe-events-calendar
738
+ #: ../lib/tribe-view-helpers.class.php:64
739
+ msgid "Brazil"
740
+ msgstr ""
741
+
742
+ # @ tribe-events-calendar
743
+ #: ../lib/tribe-view-helpers.class.php:65
744
+ msgid "British Indian Ocean Territory"
745
+ msgstr ""
746
+
747
+ # @ tribe-events-calendar
748
+ #: ../lib/tribe-view-helpers.class.php:66
749
+ msgid "Brunei Darussalam"
750
+ msgstr ""
751
+
752
+ # @ tribe-events-calendar
753
+ #: ../lib/tribe-view-helpers.class.php:67
754
+ msgid "Bulgaria"
755
+ msgstr ""
756
+
757
+ # @ tribe-events-calendar
758
+ #: ../lib/tribe-view-helpers.class.php:68
759
+ msgid "Burkina Faso"
760
+ msgstr ""
761
+
762
+ # @ tribe-events-calendar
763
+ #: ../lib/tribe-view-helpers.class.php:69
764
+ msgid "Burundi"
765
+ msgstr ""
766
+
767
+ # @ tribe-events-calendar
768
+ #: ../lib/tribe-view-helpers.class.php:70
769
+ msgid "Cambodia"
770
+ msgstr ""
771
+
772
+ # @ tribe-events-calendar
773
+ #: ../lib/tribe-view-helpers.class.php:71
774
+ msgid "Cameroon"
775
+ msgstr ""
776
+
777
+ # @ tribe-events-calendar
778
+ #: ../lib/tribe-view-helpers.class.php:72
779
+ msgid "Canada"
780
+ msgstr ""
781
+
782
+ # @ tribe-events-calendar
783
+ #: ../lib/tribe-view-helpers.class.php:73
784
+ msgid "Cape Verde"
785
+ msgstr ""
786
+
787
+ # @ tribe-events-calendar
788
+ #: ../lib/tribe-view-helpers.class.php:74
789
+ msgid "Cayman Islands"
790
+ msgstr ""
791
+
792
+ # @ tribe-events-calendar
793
+ #: ../lib/tribe-view-helpers.class.php:75
794
+ msgid "Central African Republic"
795
+ msgstr ""
796
+
797
+ # @ tribe-events-calendar
798
+ #: ../lib/tribe-view-helpers.class.php:76
799
+ msgid "Chad"
800
+ msgstr ""
801
+
802
+ # @ tribe-events-calendar
803
+ #: ../lib/tribe-view-helpers.class.php:77
804
+ msgid "Chile"
805
+ msgstr ""
806
+
807
+ # @ tribe-events-calendar
808
+ #: ../lib/tribe-view-helpers.class.php:78
809
+ msgid "China"
810
+ msgstr ""
811
+
812
+ # @ tribe-events-calendar
813
+ #: ../lib/tribe-view-helpers.class.php:79
814
+ msgid "Christmas Island"
815
+ msgstr ""
816
+
817
+ # @ tribe-events-calendar
818
+ #: ../lib/tribe-view-helpers.class.php:80
819
+ msgid "Cocos (Keeling) Islands"
820
+ msgstr ""
821
+
822
+ # @ tribe-events-calendar
823
+ #: ../lib/tribe-view-helpers.class.php:81
824
+ msgid "Colombia"
825
+ msgstr ""
826
+
827
+ # @ tribe-events-calendar
828
+ #: ../lib/tribe-view-helpers.class.php:82
829
+ msgid "Comoros"
830
+ msgstr ""
831
+
832
+ # @ tribe-events-calendar
833
+ #: ../lib/tribe-view-helpers.class.php:83
834
+ msgid "Congo"
835
+ msgstr ""
836
+
837
+ # @ tribe-events-calendar
838
+ #: ../lib/tribe-view-helpers.class.php:84
839
+ msgid "Congo, The Democratic Republic Of The"
840
+ msgstr ""
841
+
842
+ # @ tribe-events-calendar
843
+ #: ../lib/tribe-view-helpers.class.php:85
844
+ msgid "Cook Islands"
845
+ msgstr ""
846
+
847
+ # @ tribe-events-calendar
848
+ #: ../lib/tribe-view-helpers.class.php:86
849
+ msgid "Costa Rica"
850
+ msgstr ""
851
+
852
+ # @ tribe-events-calendar
853
+ #: ../lib/tribe-view-helpers.class.php:87
854
+ msgid "Cote D'Ivoire"
855
+ msgstr ""
856
+
857
+ # @ tribe-events-calendar
858
+ #: ../lib/tribe-view-helpers.class.php:88
859
+ msgid "Croatia (Local Name: Hrvatska)"
860
+ msgstr ""
861
+
862
+ # @ tribe-events-calendar
863
+ #: ../lib/tribe-view-helpers.class.php:89
864
+ msgid "Cuba"
865
+ msgstr ""
866
+
867
+ # @ tribe-events-calendar
868
+ #: ../lib/tribe-view-helpers.class.php:90
869
+ msgid "Cyprus"
870
+ msgstr ""
871
+
872
+ # @ tribe-events-calendar
873
+ #: ../lib/tribe-view-helpers.class.php:91
874
+ msgid "Czech Republic"
875
+ msgstr ""
876
+
877
+ # @ tribe-events-calendar
878
+ #: ../lib/tribe-view-helpers.class.php:92
879
+ msgid "Denmark"
880
+ msgstr ""
881
+
882
+ # @ tribe-events-calendar
883
+ #: ../lib/tribe-view-helpers.class.php:93
884
+ msgid "Djibouti"
885
+ msgstr ""
886
+
887
+ # @ tribe-events-calendar
888
+ #: ../lib/tribe-view-helpers.class.php:94
889
+ msgid "Dominica"
890
+ msgstr ""
891
+
892
+ # @ tribe-events-calendar
893
+ #: ../lib/tribe-view-helpers.class.php:95
894
+ msgid "Dominican Republic"
895
+ msgstr ""
896
+
897
+ # @ tribe-events-calendar
898
+ #: ../lib/tribe-view-helpers.class.php:96
899
+ msgid "East Timor"
900
+ msgstr ""
901
+
902
+ # @ tribe-events-calendar
903
+ #: ../lib/tribe-view-helpers.class.php:97
904
+ msgid "Ecuador"
905
+ msgstr ""
906
+
907
+ # @ tribe-events-calendar
908
+ #: ../lib/tribe-view-helpers.class.php:98
909
+ msgid "Egypt"
910
+ msgstr ""
911
+
912
+ # @ tribe-events-calendar
913
+ #: ../lib/tribe-view-helpers.class.php:99
914
+ msgid "El Salvador"
915
+ msgstr ""
916
+
917
+ # @ tribe-events-calendar
918
+ #: ../lib/tribe-view-helpers.class.php:100
919
+ msgid "Equatorial Guinea"
920
+ msgstr ""
921
+
922
+ # @ tribe-events-calendar
923
+ #: ../lib/tribe-view-helpers.class.php:101
924
+ msgid "Eritrea"
925
+ msgstr ""
926
+
927
+ # @ tribe-events-calendar
928
+ #: ../lib/tribe-view-helpers.class.php:102
929
+ msgid "Estonia"
930
+ msgstr ""
931
+
932
+ # @ tribe-events-calendar
933
+ #: ../lib/tribe-view-helpers.class.php:103
934
+ msgid "Ethiopia"
935
+ msgstr ""
936
+
937
+ # @ tribe-events-calendar
938
+ #: ../lib/tribe-view-helpers.class.php:104
939
+ msgid "Falkland Islands (Malvinas)"
940
+ msgstr ""
941
+
942
+ # @ tribe-events-calendar
943
+ #: ../lib/tribe-view-helpers.class.php:105
944
+ msgid "Faroe Islands"
945
+ msgstr ""
946
+
947
+ # @ tribe-events-calendar
948
+ #: ../lib/tribe-view-helpers.class.php:106
949
+ msgid "Fiji"
950
+ msgstr ""
951
+
952
+ # @ tribe-events-calendar
953
+ #: ../lib/tribe-view-helpers.class.php:107
954
+ msgid "Finland"
955
+ msgstr ""
956
+
957
+ # @ tribe-events-calendar
958
+ #: ../lib/tribe-view-helpers.class.php:108
959
+ msgid "France"
960
+ msgstr ""
961
+
962
+ # @ tribe-events-calendar
963
+ #: ../lib/tribe-view-helpers.class.php:109
964
+ msgid "France, Metropolitan"
965
+ msgstr ""
966
+
967
+ # @ tribe-events-calendar
968
+ #: ../lib/tribe-view-helpers.class.php:110
969
+ msgid "French Guiana"
970
+ msgstr ""
971
+
972
+ # @ tribe-events-calendar
973
+ #: ../lib/tribe-view-helpers.class.php:111
974
+ msgid "French Polynesia"
975
+ msgstr ""
976
+
977
+ # @ tribe-events-calendar
978
+ #: ../lib/tribe-view-helpers.class.php:112
979
+ msgid "French Southern Territories"
980
+ msgstr ""
981
+
982
+ # @ tribe-events-calendar
983
+ #: ../lib/tribe-view-helpers.class.php:113
984
+ msgid "Gabon"
985
+ msgstr ""
986
+
987
+ # @ tribe-events-calendar
988
+ #: ../lib/tribe-view-helpers.class.php:114
989
+ msgid "Gambia"
990
+ msgstr ""
991
+
992
+ # @ tribe-events-calendar
993
+ #: ../lib/tribe-view-helpers.class.php:115
994
+ #: ../lib/tribe-view-helpers.class.php:303
995
+ msgid "Georgia"
996
+ msgstr ""
997
+
998
+ # @ tribe-events-calendar
999
+ #: ../lib/tribe-view-helpers.class.php:116
1000
+ msgid "Germany"
1001
+ msgstr ""
1002
+
1003
+ # @ tribe-events-calendar
1004
+ #: ../lib/tribe-view-helpers.class.php:117
1005
+ msgid "Ghana"
1006
+ msgstr ""
1007
+
1008
+ # @ tribe-events-calendar
1009
+ #: ../lib/tribe-view-helpers.class.php:118
1010
+ msgid "Gibraltar"
1011
+ msgstr ""
1012
+
1013
+ # @ tribe-events-calendar
1014
+ #: ../lib/tribe-view-helpers.class.php:119
1015
+ msgid "Greece"
1016
+ msgstr ""
1017
+
1018
+ # @ tribe-events-calendar
1019
+ #: ../lib/tribe-view-helpers.class.php:120
1020
+ msgid "Greenland"
1021
+ msgstr ""
1022
+
1023
+ # @ tribe-events-calendar
1024
+ #: ../lib/tribe-view-helpers.class.php:121
1025
+ msgid "Grenada"
1026
+ msgstr ""
1027
+
1028
+ # @ tribe-events-calendar
1029
+ #: ../lib/tribe-view-helpers.class.php:122
1030
+ msgid "Guadeloupe"
1031
+ msgstr ""
1032
+
1033
+ # @ tribe-events-calendar
1034
+ #: ../lib/tribe-view-helpers.class.php:123
1035
+ msgid "Guam"
1036
+ msgstr ""
1037
+
1038
+ # @ tribe-events-calendar
1039
+ #: ../lib/tribe-view-helpers.class.php:124
1040
+ msgid "Guatemala"
1041
+ msgstr ""
1042
+
1043
+ # @ tribe-events-calendar
1044
+ #: ../lib/tribe-view-helpers.class.php:125
1045
+ msgid "Guinea"
1046
+ msgstr ""
1047
+
1048
+ # @ tribe-events-calendar
1049
+ #: ../lib/tribe-view-helpers.class.php:126
1050
+ msgid "Guinea-Bissau"
1051
+ msgstr ""
1052
+
1053
+ # @ tribe-events-calendar
1054
+ #: ../lib/tribe-view-helpers.class.php:127
1055
+ msgid "Guyana"
1056
+ msgstr ""
1057
+
1058
+ # @ tribe-events-calendar
1059
+ #: ../lib/tribe-view-helpers.class.php:128
1060
+ msgid "Haiti"
1061
+ msgstr ""
1062
+
1063
+ # @ tribe-events-calendar
1064
+ #: ../lib/tribe-view-helpers.class.php:129
1065
+ msgid "Heard And Mc Donald Islands"
1066
+ msgstr ""
1067
+
1068
+ # @ tribe-events-calendar
1069
+ #: ../lib/tribe-view-helpers.class.php:130
1070
+ msgid "Holy See (Vatican City State)"
1071
+ msgstr ""
1072
+
1073
+ # @ tribe-events-calendar
1074
+ #: ../lib/tribe-view-helpers.class.php:131
1075
+ msgid "Honduras"
1076
+ msgstr ""
1077
+
1078
+ # @ tribe-events-calendar
1079
+ #: ../lib/tribe-view-helpers.class.php:132
1080
+ msgid "Hong Kong"
1081
+ msgstr ""
1082
+
1083
+ # @ tribe-events-calendar
1084
+ #: ../lib/tribe-view-helpers.class.php:133
1085
+ msgid "Hungary"
1086
+ msgstr ""
1087
+
1088
+ # @ tribe-events-calendar
1089
+ #: ../lib/tribe-view-helpers.class.php:134
1090
+ msgid "Iceland"
1091
+ msgstr ""
1092
+
1093
+ # @ tribe-events-calendar
1094
+ #: ../lib/tribe-view-helpers.class.php:135
1095
+ msgid "India"
1096
+ msgstr ""
1097
+
1098
+ # @ tribe-events-calendar
1099
+ #: ../lib/tribe-view-helpers.class.php:136
1100
+ msgid "Indonesia"
1101
+ msgstr ""
1102
+
1103
+ # @ tribe-events-calendar
1104
+ #: ../lib/tribe-view-helpers.class.php:137
1105
+ msgid "Iran (Islamic Republic Of)"
1106
+ msgstr ""
1107
+
1108
+ # @ tribe-events-calendar
1109
+ #: ../lib/tribe-view-helpers.class.php:138
1110
+ msgid "Iraq"
1111
+ msgstr ""
1112
+
1113
+ # @ tribe-events-calendar
1114
+ #: ../lib/tribe-view-helpers.class.php:139
1115
+ msgid "Ireland"
1116
+ msgstr ""
1117
+
1118
+ # @ tribe-events-calendar
1119
+ #: ../lib/tribe-view-helpers.class.php:140
1120
+ msgid "Israel"
1121
+ msgstr ""
1122
+
1123
+ # @ tribe-events-calendar
1124
+ #: ../lib/tribe-view-helpers.class.php:141
1125
+ msgid "Italy"
1126
+ msgstr ""
1127
+
1128
+ # @ tribe-events-calendar
1129
+ #: ../lib/tribe-view-helpers.class.php:142
1130
+ msgid "Jamaica"
1131
+ msgstr ""
1132
+
1133
+ # @ tribe-events-calendar
1134
+ #: ../lib/tribe-view-helpers.class.php:143
1135
+ msgid "Japan"
1136
+ msgstr "日本"
1137
+
1138
+ # @ tribe-events-calendar
1139
+ #: ../lib/tribe-view-helpers.class.php:144
1140
+ msgid "Jordan"
1141
+ msgstr ""
1142
+
1143
+ # @ tribe-events-calendar
1144
+ #: ../lib/tribe-view-helpers.class.php:145
1145
+ msgid "Kazakhstan"
1146
+ msgstr ""
1147
+
1148
+ # @ tribe-events-calendar
1149
+ #: ../lib/tribe-view-helpers.class.php:146
1150
+ msgid "Kenya"
1151
+ msgstr ""
1152
+
1153
+ # @ tribe-events-calendar
1154
+ #: ../lib/tribe-view-helpers.class.php:147
1155
+ msgid "Kiribati"
1156
+ msgstr ""
1157
+
1158
+ # @ tribe-events-calendar
1159
+ #: ../lib/tribe-view-helpers.class.php:148
1160
+ msgid "Korea, Democratic People's Republic Of"
1161
+ msgstr ""
1162
+
1163
+ # @ tribe-events-calendar
1164
+ #: ../lib/tribe-view-helpers.class.php:149
1165
+ msgid "Korea, Republic Of"
1166
+ msgstr ""
1167
+
1168
+ # @ tribe-events-calendar
1169
+ #: ../lib/tribe-view-helpers.class.php:150
1170
+ msgid "Kuwait"
1171
+ msgstr ""
1172
+
1173
+ # @ tribe-events-calendar
1174
+ #: ../lib/tribe-view-helpers.class.php:151
1175
+ msgid "Kyrgyzstan"
1176
+ msgstr ""
1177
+
1178
+ # @ tribe-events-calendar
1179
+ #: ../lib/tribe-view-helpers.class.php:152
1180
+ msgid "Lao People's Democratic Republic"
1181
+ msgstr ""
1182
+
1183
+ # @ tribe-events-calendar
1184
+ #: ../lib/tribe-view-helpers.class.php:153
1185
+ msgid "Latvia"
1186
+ msgstr ""
1187
+
1188
+ # @ tribe-events-calendar
1189
+ #: ../lib/tribe-view-helpers.class.php:154
1190
+ msgid "Lebanon"
1191
+ msgstr ""
1192
+
1193
+ # @ tribe-events-calendar
1194
+ #: ../lib/tribe-view-helpers.class.php:155
1195
+ msgid "Lesotho"
1196
+ msgstr ""
1197
+
1198
+ # @ tribe-events-calendar
1199
+ #: ../lib/tribe-view-helpers.class.php:156
1200
+ msgid "Liberia"
1201
+ msgstr ""
1202
+
1203
+ # @ tribe-events-calendar
1204
+ #: ../lib/tribe-view-helpers.class.php:157
1205
+ msgid "Libya"
1206
+ msgstr ""
1207
+
1208
+ # @ tribe-events-calendar
1209
+ #: ../lib/tribe-view-helpers.class.php:158
1210
+ msgid "Liechtenstein"
1211
+ msgstr ""
1212
+
1213
+ # @ tribe-events-calendar
1214
+ #: ../lib/tribe-view-helpers.class.php:159
1215
+ msgid "Lithuania"
1216
+ msgstr ""
1217
+
1218
+ # @ tribe-events-calendar
1219
+ #: ../lib/tribe-view-helpers.class.php:160
1220
+ msgid "Luxembourg"
1221
+ msgstr ""
1222
+
1223
+ # @ tribe-events-calendar
1224
+ #: ../lib/tribe-view-helpers.class.php:161
1225
+ msgid "Macau"
1226
+ msgstr ""
1227
+
1228
+ # @ tribe-events-calendar
1229
+ #: ../lib/tribe-view-helpers.class.php:162
1230
+ msgid "Macedonia"
1231
+ msgstr ""
1232
+
1233
+ # @ tribe-events-calendar
1234
+ #: ../lib/tribe-view-helpers.class.php:163
1235
+ msgid "Madagascar"
1236
+ msgstr ""
1237
+
1238
+ # @ tribe-events-calendar
1239
+ #: ../lib/tribe-view-helpers.class.php:164
1240
+ msgid "Malawi"
1241
+ msgstr ""
1242
+
1243
+ # @ tribe-events-calendar
1244
+ #: ../lib/tribe-view-helpers.class.php:165
1245
+ msgid "Malaysia"
1246
+ msgstr ""
1247
+
1248
+ # @ tribe-events-calendar
1249
+ #: ../lib/tribe-view-helpers.class.php:166
1250
+ msgid "Maldives"
1251
+ msgstr ""
1252
+
1253
+ # @ tribe-events-calendar
1254
+ #: ../lib/tribe-view-helpers.class.php:167
1255
+ msgid "Mali"
1256
+ msgstr ""
1257
+
1258
+ # @ tribe-events-calendar
1259
+ #: ../lib/tribe-view-helpers.class.php:168
1260
+ msgid "Malta"
1261
+ msgstr ""
1262
+
1263
+ # @ tribe-events-calendar
1264
+ #: ../lib/tribe-view-helpers.class.php:169
1265
+ msgid "Marshall Islands"
1266
+ msgstr ""
1267
+
1268
+ # @ tribe-events-calendar
1269
+ #: ../lib/tribe-view-helpers.class.php:170
1270
+ msgid "Martinique"
1271
+ msgstr ""
1272
+
1273
+ # @ tribe-events-calendar
1274
+ #: ../lib/tribe-view-helpers.class.php:171
1275
+ msgid "Mauritania"
1276
+ msgstr ""
1277
+
1278
+ # @ tribe-events-calendar
1279
+ #: ../lib/tribe-view-helpers.class.php:172
1280
+ msgid "Mauritius"
1281
+ msgstr ""
1282
+
1283
+ # @ tribe-events-calendar
1284
+ #: ../lib/tribe-view-helpers.class.php:173
1285
+ msgid "Mayotte"
1286
+ msgstr ""
1287
+
1288
+ # @ tribe-events-calendar
1289
+ #: ../lib/tribe-view-helpers.class.php:174
1290
+ msgid "Mexico"
1291
+ msgstr ""
1292
+
1293
+ # @ tribe-events-calendar
1294
+ #: ../lib/tribe-view-helpers.class.php:175
1295
+ msgid "Micronesia, Federated States Of"
1296
+ msgstr ""
1297
+
1298
+ # @ tribe-events-calendar
1299
+ #: ../lib/tribe-view-helpers.class.php:176
1300
+ msgid "Moldova, Republic Of"
1301
+ msgstr ""
1302
+
1303
+ # @ tribe-events-calendar
1304
+ #: ../lib/tribe-view-helpers.class.php:177
1305
+ msgid "Monaco"
1306
+ msgstr ""
1307
+
1308
+ # @ tribe-events-calendar
1309
+ #: ../lib/tribe-view-helpers.class.php:178
1310
+ msgid "Mongolia"
1311
+ msgstr ""
1312
+
1313
+ # @ tribe-events-calendar
1314
+ #: ../lib/tribe-view-helpers.class.php:179
1315
+ msgid "Montenegro"
1316
+ msgstr ""
1317
+
1318
+ # @ tribe-events-calendar
1319
+ #: ../lib/tribe-view-helpers.class.php:180
1320
+ msgid "Montserrat"
1321
+ msgstr ""
1322
+
1323
+ # @ tribe-events-calendar
1324
+ #: ../lib/tribe-view-helpers.class.php:181
1325
+ msgid "Morocco"
1326
+ msgstr ""
1327
+
1328
+ # @ tribe-events-calendar
1329
+ #: ../lib/tribe-view-helpers.class.php:182
1330
+ msgid "Mozambique"
1331
+ msgstr ""
1332
+
1333
+ # @ tribe-events-calendar
1334
+ #: ../lib/tribe-view-helpers.class.php:183
1335
+ msgid "Myanmar"
1336
+ msgstr ""
1337
+
1338
+ # @ tribe-events-calendar
1339
+ #: ../lib/tribe-view-helpers.class.php:184
1340
+ msgid "Namibia"
1341
+ msgstr ""
1342
+
1343
+ # @ tribe-events-calendar
1344
+ #: ../lib/tribe-view-helpers.class.php:185
1345
+ msgid "Nauru"
1346
+ msgstr ""
1347
+
1348
+ # @ tribe-events-calendar
1349
+ #: ../lib/tribe-view-helpers.class.php:186
1350
+ msgid "Nepal"
1351
+ msgstr ""
1352
+
1353
+ # @ tribe-events-calendar
1354
+ #: ../lib/tribe-view-helpers.class.php:187
1355
+ msgid "Netherlands"
1356
+ msgstr ""
1357
+
1358
+ # @ tribe-events-calendar
1359
+ #: ../lib/tribe-view-helpers.class.php:188
1360
+ msgid "Netherlands Antilles"
1361
+ msgstr ""
1362
+
1363
+ # @ tribe-events-calendar
1364
+ #: ../lib/tribe-view-helpers.class.php:189
1365
+ msgid "New Caledonia"
1366
+ msgstr ""
1367
+
1368
+ # @ tribe-events-calendar
1369
+ #: ../lib/tribe-view-helpers.class.php:190
1370
+ msgid "New Zealand"
1371
+ msgstr ""
1372
+
1373
+ # @ tribe-events-calendar
1374
+ #: ../lib/tribe-view-helpers.class.php:191
1375
+ msgid "Nicaragua"
1376
+ msgstr ""
1377
+
1378
+ # @ tribe-events-calendar
1379
+ #: ../lib/tribe-view-helpers.class.php:192
1380
+ msgid "Niger"
1381
+ msgstr ""
1382
+
1383
+ # @ tribe-events-calendar
1384
+ #: ../lib/tribe-view-helpers.class.php:193
1385
+ msgid "Nigeria"
1386
+ msgstr ""
1387
+
1388
+ # @ tribe-events-calendar
1389
+ #: ../lib/tribe-view-helpers.class.php:194
1390
+ msgid "Niue"
1391
+ msgstr ""
1392
+
1393
+ # @ tribe-events-calendar
1394
+ #: ../lib/tribe-view-helpers.class.php:195
1395
+ msgid "Norfolk Island"
1396
+ msgstr ""
1397
+
1398
+ # @ tribe-events-calendar
1399
+ #: ../lib/tribe-view-helpers.class.php:196
1400
+ msgid "Northern Mariana Islands"
1401
+ msgstr ""
1402
+
1403
+ # @ tribe-events-calendar
1404
+ #: ../lib/tribe-view-helpers.class.php:197
1405
+ msgid "Norway"
1406
+ msgstr ""
1407
+
1408
+ # @ tribe-events-calendar
1409
+ #: ../lib/tribe-view-helpers.class.php:198
1410
+ msgid "Oman"
1411
+ msgstr ""
1412
+
1413
+ # @ tribe-events-calendar
1414
+ #: ../lib/tribe-view-helpers.class.php:199
1415
+ msgid "Pakistan"
1416
+ msgstr ""
1417
+
1418
+ # @ tribe-events-calendar
1419
+ #: ../lib/tribe-view-helpers.class.php:200
1420
+ msgid "Palau"
1421
+ msgstr ""
1422
+
1423
+ # @ tribe-events-calendar
1424
+ #: ../lib/tribe-view-helpers.class.php:201
1425
+ msgid "Panama"
1426
+ msgstr ""
1427
+
1428
+ # @ tribe-events-calendar
1429
+ #: ../lib/tribe-view-helpers.class.php:202
1430
+ msgid "Papua New Guinea"
1431
+ msgstr ""
1432
+
1433
+ # @ tribe-events-calendar
1434
+ #: ../lib/tribe-view-helpers.class.php:203
1435
+ msgid "Paraguay"
1436
+ msgstr ""
1437
+
1438
+ # @ tribe-events-calendar
1439
+ #: ../lib/tribe-view-helpers.class.php:204
1440
+ msgid "Peru"
1441
+ msgstr ""
1442
+
1443
+ # @ tribe-events-calendar
1444
+ #: ../lib/tribe-view-helpers.class.php:205
1445
+ msgid "Philippines"
1446
+ msgstr ""
1447
+
1448
+ # @ tribe-events-calendar
1449
+ #: ../lib/tribe-view-helpers.class.php:206
1450
+ msgid "Pitcairn"
1451
+ msgstr ""
1452
+
1453
+ # @ tribe-events-calendar
1454
+ #: ../lib/tribe-view-helpers.class.php:207
1455
+ msgid "Poland"
1456
+ msgstr ""
1457
+
1458
+ # @ tribe-events-calendar
1459
+ #: ../lib/tribe-view-helpers.class.php:208
1460
+ msgid "Portugal"
1461
+ msgstr ""
1462
+
1463
+ # @ tribe-events-calendar
1464
+ #: ../lib/tribe-view-helpers.class.php:209
1465
+ msgid "Puerto Rico"
1466
+ msgstr ""
1467
+
1468
+ # @ tribe-events-calendar
1469
+ #: ../lib/tribe-view-helpers.class.php:210
1470
+ msgid "Qatar"
1471
+ msgstr ""
1472
+
1473
+ # @ tribe-events-calendar
1474
+ #: ../lib/tribe-view-helpers.class.php:211
1475
+ msgid "Reunion"
1476
+ msgstr ""
1477
+
1478
+ # @ tribe-events-calendar
1479
+ #: ../lib/tribe-view-helpers.class.php:212
1480
+ msgid "Romania"
1481
+ msgstr ""
1482
+
1483
+ # @ tribe-events-calendar
1484
+ #: ../lib/tribe-view-helpers.class.php:213
1485
+ msgid "Russian Federation"
1486
+ msgstr ""
1487
+
1488
+ # @ tribe-events-calendar
1489
+ #: ../lib/tribe-view-helpers.class.php:214
1490
+ msgid "Rwanda"
1491
+ msgstr ""
1492
+
1493
+ # @ tribe-events-calendar
1494
+ #: ../lib/tribe-view-helpers.class.php:215
1495
+ msgid "Saint Kitts And Nevis"
1496
+ msgstr ""
1497
+
1498
+ # @ tribe-events-calendar
1499
+ #: ../lib/tribe-view-helpers.class.php:216
1500
+ msgid "Saint Lucia"
1501
+ msgstr ""
1502
+
1503
+ # @ tribe-events-calendar
1504
+ #: ../lib/tribe-view-helpers.class.php:217
1505
+ msgid "Saint Vincent And The Grenadines"
1506
+ msgstr ""
1507
+
1508
+ # @ tribe-events-calendar
1509
+ #: ../lib/tribe-view-helpers.class.php:218
1510
+ msgid "Samoa"
1511
+ msgstr ""
1512
+
1513
+ # @ tribe-events-calendar
1514
+ #: ../lib/tribe-view-helpers.class.php:219
1515
+ msgid "San Marino"
1516
+ msgstr ""
1517
+
1518
+ # @ tribe-events-calendar
1519
+ #: ../lib/tribe-view-helpers.class.php:220
1520
+ msgid "Sao Tome And Principe"
1521
+ msgstr ""
1522
+
1523
+ # @ tribe-events-calendar
1524
+ #: ../lib/tribe-view-helpers.class.php:221
1525
+ msgid "Saudi Arabia"
1526
+ msgstr ""
1527
+
1528
+ # @ tribe-events-calendar
1529
+ #: ../lib/tribe-view-helpers.class.php:222
1530
+ msgid "Senegal"
1531
+ msgstr ""
1532
+
1533
+ # @ tribe-events-calendar
1534
+ #: ../lib/tribe-view-helpers.class.php:223
1535
+ msgid "Serbia"
1536
+ msgstr ""
1537
+
1538
+ # @ tribe-events-calendar
1539
+ #: ../lib/tribe-view-helpers.class.php:224
1540
+ msgid "Seychelles"
1541
+ msgstr ""
1542
+
1543
+ # @ tribe-events-calendar
1544
+ #: ../lib/tribe-view-helpers.class.php:225
1545
+ msgid "Sierra Leone"
1546
+ msgstr ""
1547
+
1548
+ # @ tribe-events-calendar
1549
+ #: ../lib/tribe-view-helpers.class.php:226
1550
+ msgid "Singapore"
1551
+ msgstr ""
1552
+
1553
+ # @ tribe-events-calendar
1554
+ #: ../lib/tribe-view-helpers.class.php:227
1555
+ msgid "Slovakia (Slovak Republic)"
1556
+ msgstr ""
1557
+
1558
+ # @ tribe-events-calendar
1559
+ #: ../lib/tribe-view-helpers.class.php:228
1560
+ msgid "Slovenia"
1561
+ msgstr ""
1562
+
1563
+ # @ tribe-events-calendar
1564
+ #: ../lib/tribe-view-helpers.class.php:229
1565
+ msgid "Solomon Islands"
1566
+ msgstr ""
1567
+
1568
+ # @ tribe-events-calendar
1569
+ #: ../lib/tribe-view-helpers.class.php:230
1570
+ msgid "Somalia"
1571
+ msgstr ""
1572
+
1573
+ # @ tribe-events-calendar
1574
+ #: ../lib/tribe-view-helpers.class.php:231
1575
+ msgid "South Africa"
1576
+ msgstr ""
1577
+
1578
+ # @ tribe-events-calendar
1579
+ #: ../lib/tribe-view-helpers.class.php:232
1580
+ msgid "South Georgia, South Sandwich Islands"
1581
+ msgstr ""
1582
+
1583
+ # @ tribe-events-calendar
1584
+ #: ../lib/tribe-view-helpers.class.php:233
1585
+ msgid "Spain"
1586
+ msgstr ""
1587
+
1588
+ # @ tribe-events-calendar
1589
+ #: ../lib/tribe-view-helpers.class.php:234
1590
+ msgid "Sri Lanka"
1591
+ msgstr ""
1592
+
1593
+ # @ tribe-events-calendar
1594
+ #: ../lib/tribe-view-helpers.class.php:235
1595
+ msgid "St. Helena"
1596
+ msgstr ""
1597
+
1598
+ # @ tribe-events-calendar
1599
+ #: ../lib/tribe-view-helpers.class.php:236
1600
+ msgid "St. Pierre And Miquelon"
1601
+ msgstr ""
1602
+
1603
+ # @ tribe-events-calendar
1604
+ #: ../lib/tribe-view-helpers.class.php:237
1605
+ msgid "Sudan"
1606
+ msgstr ""
1607
+
1608
+ # @ tribe-events-calendar
1609
+ #: ../lib/tribe-view-helpers.class.php:238
1610
+ msgid "Suriname"
1611
+ msgstr ""
1612
+
1613
+ # @ tribe-events-calendar
1614
+ #: ../lib/tribe-view-helpers.class.php:239
1615
+ msgid "Svalbard And Jan Mayen Islands"
1616
+ msgstr ""
1617
+
1618
+ # @ tribe-events-calendar
1619
+ #: ../lib/tribe-view-helpers.class.php:240
1620
+ msgid "Swaziland"
1621
+ msgstr ""
1622
+
1623
+ # @ tribe-events-calendar
1624
+ #: ../lib/tribe-view-helpers.class.php:241
1625
+ msgid "Sweden"
1626
+ msgstr ""
1627
+
1628
+ # @ tribe-events-calendar
1629
+ #: ../lib/tribe-view-helpers.class.php:242
1630
+ msgid "Switzerland"
1631
+ msgstr ""
1632
+
1633
+ # @ tribe-events-calendar
1634
+ #: ../lib/tribe-view-helpers.class.php:243
1635
+ msgid "Syrian Arab Republic"
1636
+ msgstr ""
1637
+
1638
+ # @ tribe-events-calendar
1639
+ #: ../lib/tribe-view-helpers.class.php:244
1640
+ msgid "Taiwan"
1641
+ msgstr ""
1642
+
1643
+ # @ tribe-events-calendar
1644
+ #: ../lib/tribe-view-helpers.class.php:245
1645
+ msgid "Tajikistan"
1646
+ msgstr ""
1647
+
1648
+ # @ tribe-events-calendar
1649
+ #: ../lib/tribe-view-helpers.class.php:246
1650
+ msgid "Tanzania, United Republic Of"
1651
+ msgstr ""
1652
+
1653
+ # @ tribe-events-calendar
1654
+ #: ../lib/tribe-view-helpers.class.php:247
1655
+ msgid "Thailand"
1656
+ msgstr ""
1657
+
1658
+ # @ tribe-events-calendar
1659
+ #: ../lib/tribe-view-helpers.class.php:248
1660
+ msgid "Togo"
1661
+ msgstr ""
1662
+
1663
+ # @ tribe-events-calendar
1664
+ #: ../lib/tribe-view-helpers.class.php:249
1665
+ msgid "Tokelau"
1666
+ msgstr ""
1667
+
1668
+ # @ tribe-events-calendar
1669
+ #: ../lib/tribe-view-helpers.class.php:250
1670
+ msgid "Tonga"
1671
+ msgstr ""
1672
+
1673
+ # @ tribe-events-calendar
1674
+ #: ../lib/tribe-view-helpers.class.php:251
1675
+ msgid "Trinidad And Tobago"
1676
+ msgstr ""
1677
+
1678
+ # @ tribe-events-calendar
1679
+ #: ../lib/tribe-view-helpers.class.php:252
1680
+ msgid "Tunisia"
1681
+ msgstr ""
1682
+
1683
+ # @ tribe-events-calendar
1684
+ #: ../lib/tribe-view-helpers.class.php:253
1685
+ msgid "Turkey"
1686
+ msgstr ""
1687
+
1688
+ # @ tribe-events-calendar
1689
+ #: ../lib/tribe-view-helpers.class.php:254
1690
+ msgid "Turkmenistan"
1691
+ msgstr ""
1692
+
1693
+ # @ tribe-events-calendar
1694
+ #: ../lib/tribe-view-helpers.class.php:255
1695
+ msgid "Turks And Caicos Islands"
1696
+ msgstr ""
1697
+
1698
+ # @ tribe-events-calendar
1699
+ #: ../lib/tribe-view-helpers.class.php:256
1700
+ msgid "Tuvalu"
1701
+ msgstr ""
1702
+
1703
+ # @ tribe-events-calendar
1704
+ #: ../lib/tribe-view-helpers.class.php:257
1705
+ msgid "Uganda"
1706
+ msgstr ""
1707
+
1708
+ # @ tribe-events-calendar
1709
+ #: ../lib/tribe-view-helpers.class.php:258
1710
+ msgid "Ukraine"
1711
+ msgstr ""
1712
+
1713
+ # @ tribe-events-calendar
1714
+ #: ../lib/tribe-view-helpers.class.php:259
1715
+ msgid "United Arab Emirates"
1716
+ msgstr ""
1717
+
1718
+ # @ tribe-events-calendar
1719
+ #: ../lib/tribe-view-helpers.class.php:260
1720
+ msgid "United Kingdom"
1721
+ msgstr ""
1722
+
1723
+ # @ tribe-events-calendar
1724
+ #: ../lib/tribe-view-helpers.class.php:261
1725
+ msgid "United States Minor Outlying Islands"
1726
+ msgstr ""
1727
+
1728
+ # @ tribe-events-calendar
1729
+ #: ../lib/tribe-view-helpers.class.php:262
1730
+ msgid "Uruguay"
1731
+ msgstr ""
1732
+
1733
+ # @ tribe-events-calendar
1734
+ #: ../lib/tribe-view-helpers.class.php:263
1735
+ msgid "Uzbekistan"
1736
+ msgstr ""
1737
+
1738
+ # @ tribe-events-calendar
1739
+ #: ../lib/tribe-view-helpers.class.php:264
1740
+ msgid "Vanuatu"
1741
+ msgstr ""
1742
+
1743
+ # @ tribe-events-calendar
1744
+ #: ../lib/tribe-view-helpers.class.php:265
1745
+ msgid "Venezuela"
1746
+ msgstr ""
1747
+
1748
+ # @ tribe-events-calendar
1749
+ #: ../lib/tribe-view-helpers.class.php:266
1750
+ msgid "Viet Nam"
1751
+ msgstr ""
1752
+
1753
+ # @ tribe-events-calendar
1754
+ #: ../lib/tribe-view-helpers.class.php:267
1755
+ msgid "Virgin Islands (British)"
1756
+ msgstr ""
1757
+
1758
+ # @ tribe-events-calendar
1759
+ #: ../lib/tribe-view-helpers.class.php:268
1760
+ msgid "Virgin Islands (U.S.)"
1761
+ msgstr ""
1762
+
1763
+ # @ tribe-events-calendar
1764
+ #: ../lib/tribe-view-helpers.class.php:269
1765
+ msgid "Wallis And Futuna Islands"
1766
+ msgstr ""
1767
+
1768
+ # @ tribe-events-calendar
1769
+ #: ../lib/tribe-view-helpers.class.php:270
1770
+ msgid "Western Sahara"
1771
+ msgstr ""
1772
+
1773
+ # @ tribe-events-calendar
1774
+ #: ../lib/tribe-view-helpers.class.php:271
1775
+ msgid "Yemen"
1776
+ msgstr ""
1777
+
1778
+ # @ tribe-events-calendar
1779
+ #: ../lib/tribe-view-helpers.class.php:272
1780
+ msgid "Zambia"
1781
+ msgstr ""
1782
+
1783
+ # @ tribe-events-calendar
1784
+ #: ../lib/tribe-view-helpers.class.php:273
1785
+ msgid "Zimbabwe"
1786
+ msgstr ""
1787
+
1788
+ # @ tribe-events-calendar
1789
+ #: ../lib/tribe-view-helpers.class.php:293
1790
+ msgid "Alabama"
1791
+ msgstr ""
1792
+
1793
+ # @ tribe-events-calendar
1794
+ #: ../lib/tribe-view-helpers.class.php:294
1795
+ msgid "Alaska"
1796
+ msgstr ""
1797
+
1798
+ # @ tribe-events-calendar
1799
+ #: ../lib/tribe-view-helpers.class.php:295
1800
+ msgid "Arizona"
1801
+ msgstr ""
1802
+
1803
+ # @ tribe-events-calendar
1804
+ #: ../lib/tribe-view-helpers.class.php:296
1805
+ msgid "Arkansas"
1806
+ msgstr ""
1807
+
1808
+ # @ tribe-events-calendar
1809
+ #: ../lib/tribe-view-helpers.class.php:297
1810
+ msgid "California"
1811
+ msgstr ""
1812
+
1813
+ # @ tribe-events-calendar
1814
+ #: ../lib/tribe-view-helpers.class.php:298
1815
+ msgid "Colorado"
1816
+ msgstr ""
1817
+
1818
+ # @ tribe-events-calendar
1819
+ #: ../lib/tribe-view-helpers.class.php:299
1820
+ msgid "Connecticut"
1821
+ msgstr ""
1822
+
1823
+ # @ tribe-events-calendar
1824
+ #: ../lib/tribe-view-helpers.class.php:300
1825
+ msgid "Delaware"
1826
+ msgstr ""
1827
+
1828
+ # @ tribe-events-calendar
1829
+ #: ../lib/tribe-view-helpers.class.php:301
1830
+ msgid "District of Columbia"
1831
+ msgstr ""
1832
+
1833
+ # @ tribe-events-calendar
1834
+ #: ../lib/tribe-view-helpers.class.php:302
1835
+ msgid "Florida"
1836
+ msgstr ""
1837
+
1838
+ # @ tribe-events-calendar
1839
+ #: ../lib/tribe-view-helpers.class.php:304
1840
+ msgid "Hawaii"
1841
+ msgstr ""
1842
+
1843
+ # @ tribe-events-calendar
1844
+ #: ../lib/tribe-view-helpers.class.php:305
1845
+ msgid "Idaho"
1846
+ msgstr ""
1847
+
1848
+ # @ tribe-events-calendar
1849
+ #: ../lib/tribe-view-helpers.class.php:306
1850
+ msgid "Illinois"
1851
+ msgstr ""
1852
+
1853
+ # @ tribe-events-calendar
1854
+ #: ../lib/tribe-view-helpers.class.php:307
1855
+ msgid "Indiana"
1856
+ msgstr ""
1857
+
1858
+ # @ tribe-events-calendar
1859
+ #: ../lib/tribe-view-helpers.class.php:308
1860
+ msgid "Iowa"
1861
+ msgstr ""
1862
+
1863
+ # @ tribe-events-calendar
1864
+ #: ../lib/tribe-view-helpers.class.php:309
1865
+ msgid "Kansas"
1866
+ msgstr ""
1867
+
1868
+ # @ tribe-events-calendar
1869
+ #: ../lib/tribe-view-helpers.class.php:310
1870
+ msgid "Kentucky"
1871
+ msgstr ""
1872
+
1873
+ # @ tribe-events-calendar
1874
+ #: ../lib/tribe-view-helpers.class.php:311
1875
+ msgid "Louisiana"
1876
+ msgstr ""
1877
+
1878
+ # @ tribe-events-calendar
1879
+ #: ../lib/tribe-view-helpers.class.php:312
1880
+ msgid "Maine"
1881
+ msgstr ""
1882
+
1883
+ # @ tribe-events-calendar
1884
+ #: ../lib/tribe-view-helpers.class.php:313
1885
+ msgid "Maryland"
1886
+ msgstr ""
1887
+
1888
+ # @ tribe-events-calendar
1889
+ #: ../lib/tribe-view-helpers.class.php:314
1890
+ msgid "Massachusetts"
1891
+ msgstr ""
1892
+
1893
+ # @ tribe-events-calendar
1894
+ #: ../lib/tribe-view-helpers.class.php:315
1895
+ msgid "Michigan"
1896
+ msgstr ""
1897
+
1898
+ # @ tribe-events-calendar
1899
+ #: ../lib/tribe-view-helpers.class.php:316
1900
+ msgid "Minnesota"
1901
+ msgstr ""
1902
+
1903
+ # @ tribe-events-calendar
1904
+ #: ../lib/tribe-view-helpers.class.php:317
1905
+ msgid "Mississippi"
1906
+ msgstr ""
1907
+
1908
+ # @ tribe-events-calendar
1909
+ #: ../lib/tribe-view-helpers.class.php:318
1910
+ msgid "Missouri"
1911
+ msgstr ""
1912
+
1913
+ # @ tribe-events-calendar
1914
+ #: ../lib/tribe-view-helpers.class.php:319
1915
+ msgid "Montana"
1916
+ msgstr ""
1917
+
1918
+ # @ tribe-events-calendar
1919
+ #: ../lib/tribe-view-helpers.class.php:320
1920
+ msgid "Nebraska"
1921
+ msgstr ""
1922
+
1923
+ # @ tribe-events-calendar
1924
+ #: ../lib/tribe-view-helpers.class.php:321
1925
+ msgid "Nevada"
1926
+ msgstr ""
1927
+
1928
+ # @ tribe-events-calendar
1929
+ #: ../lib/tribe-view-helpers.class.php:322
1930
+ msgid "New Hampshire"
1931
+ msgstr ""
1932
+
1933
+ # @ tribe-events-calendar
1934
+ #: ../lib/tribe-view-helpers.class.php:323
1935
+ msgid "New Jersey"
1936
+ msgstr ""
1937
+
1938
+ # @ tribe-events-calendar
1939
+ #: ../lib/tribe-view-helpers.class.php:324
1940
+ msgid "New Mexico"
1941
+ msgstr ""
1942
+
1943
+ # @ tribe-events-calendar
1944
+ #: ../lib/tribe-view-helpers.class.php:325
1945
+ msgid "New York"
1946
+ msgstr ""
1947
+
1948
+ # @ tribe-events-calendar
1949
+ #: ../lib/tribe-view-helpers.class.php:326
1950
+ msgid "North Carolina"
1951
+ msgstr ""
1952
+
1953
+ # @ tribe-events-calendar
1954
+ #: ../lib/tribe-view-helpers.class.php:327
1955
+ msgid "North Dakota"
1956
+ msgstr ""
1957
+
1958
+ # @ tribe-events-calendar
1959
+ #: ../lib/tribe-view-helpers.class.php:328
1960
+ msgid "Ohio"
1961
+ msgstr ""
1962
+
1963
+ # @ tribe-events-calendar
1964
+ #: ../lib/tribe-view-helpers.class.php:329
1965
+ msgid "Oklahoma"
1966
+ msgstr ""
1967
+
1968
+ # @ tribe-events-calendar
1969
+ #: ../lib/tribe-view-helpers.class.php:330
1970
+ msgid "Oregon"
1971
+ msgstr ""
1972
+
1973
+ # @ tribe-events-calendar
1974
+ #: ../lib/tribe-view-helpers.class.php:331
1975
+ msgid "Pennsylvania"
1976
+ msgstr ""
1977
+
1978
+ # @ tribe-events-calendar
1979
+ #: ../lib/tribe-view-helpers.class.php:332
1980
+ msgid "Rhode Island"
1981
+ msgstr ""
1982
+
1983
+ # @ tribe-events-calendar
1984
+ #: ../lib/tribe-view-helpers.class.php:333
1985
+ msgid "South Carolina"
1986
+ msgstr ""
1987
+
1988
+ # @ tribe-events-calendar
1989
+ #: ../lib/tribe-view-helpers.class.php:334
1990
+ msgid "South Dakota"
1991
+ msgstr ""
1992
+
1993
+ # @ tribe-events-calendar
1994
+ #: ../lib/tribe-view-helpers.class.php:335
1995
+ msgid "Tennessee"
1996
+ msgstr ""
1997
+
1998
+ # @ tribe-events-calendar
1999
+ #: ../lib/tribe-view-helpers.class.php:336
2000
+ msgid "Texas"
2001
+ msgstr ""
2002
+
2003
+ # @ tribe-events-calendar
2004
+ #: ../lib/tribe-view-helpers.class.php:337
2005
+ msgid "Utah"
2006
+ msgstr ""
2007
+
2008
+ # @ tribe-events-calendar
2009
+ #: ../lib/tribe-view-helpers.class.php:338
2010
+ msgid "Vermont"
2011
+ msgstr ""
2012
+
2013
+ # @ tribe-events-calendar
2014
+ #: ../lib/tribe-view-helpers.class.php:339
2015
+ msgid "Virginia"
2016
+ msgstr ""
2017
+
2018
+ # @ tribe-events-calendar
2019
+ #: ../lib/tribe-view-helpers.class.php:340
2020
+ msgid "Washington"
2021
+ msgstr ""
2022
+
2023
+ # @ tribe-events-calendar
2024
+ #: ../lib/tribe-view-helpers.class.php:341
2025
+ msgid "West Virginia"
2026
+ msgstr ""
2027
+
2028
+ # @ tribe-events-calendar
2029
+ #: ../lib/tribe-view-helpers.class.php:342
2030
+ msgid "Wisconsin"
2031
+ msgstr ""
2032
+
2033
+ # @ tribe-events-calendar
2034
+ #: ../lib/tribe-view-helpers.class.php:343
2035
+ msgid "Wyoming"
2036
+ msgstr ""
2037
+
2038
+ # @ tribe-events-calendar
2039
+ #: ../lib/tribe-event-exception.class.php:17
2040
+ #: ../lib/tribe-event-exception.class.php:34
2041
+ msgid "Error"
2042
+ msgstr "エラー"
2043
+
2044
+ # @ tribe-events-calendar
2045
+ #: ../lib/the-events-calendar.class.php:214
2046
+ msgid "The Events Calendar"
2047
+ msgstr "イベントカレンダー"
2048
+
2049
+ # @ tribe-events-calendar
2050
+ #: ../lib/the-events-calendar.class.php:217
2051
+ msgid "category"
2052
+ msgstr "カテゴリー"
2053
+
2054
+ # @ tribe-events-calendar
2055
+ #: ../lib/the-events-calendar.class.php:218
2056
+ msgid "month"
2057
+ msgstr "月"
2058
+
2059
+ # @ tribe-events-calendar
2060
+ #: ../lib/the-events-calendar.class.php:219
2061
+ msgid "upcoming"
2062
+ msgstr "これからのイベント"
2063
+
2064
+ # @ tribe-events-calendar
2065
+ #: ../lib/the-events-calendar.class.php:220
2066
+ msgid "past"
2067
+ msgstr "過去のイベント"
2068
+
2069
+ # @ tribe-events-calendar
2070
+ #: ../lib/the-events-calendar.class.php:222
2071
+ msgid "venue"
2072
+ msgstr "場所"
2073
+
2074
+ # @ tribe-events-calendar
2075
+ #: ../lib/the-events-calendar.class.php:232
2076
+ #, php-format
2077
+ msgid "Initializing Tribe Events on %s"
2078
+ msgstr ""
2079
+
2080
+ # @ tribe-events-calendar
2081
+ #: ../lib/the-events-calendar.class.php:280
2082
+ #, php-format
2083
+ msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
2084
+ msgstr ""
2085
+
2086
+ # @ tribe-events-calendar
2087
+ #: ../lib/the-events-calendar.class.php:283
2088
+ #, php-format
2089
+ msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
2090
+ msgstr ""
2091
+
2092
+ # @ tribe-events-calendar
2093
+ #: ../lib/the-events-calendar.class.php:400
2094
+ msgid "Upcoming Events"
2095
+ msgstr "これからのイベント"
2096
+
2097
+ # @ tribe-events-calendar
2098
+ #: ../lib/the-events-calendar.class.php:402
2099
+ msgid "Past Events"
2100
+ msgstr "過去のイベント"
2101
+
2102
+ # @ tribe-events-calendar
2103
+ #: ../lib/the-events-calendar.class.php:406
2104
+ #, php-format
2105
+ msgid "Events for %s"
2106
+ msgstr "%s のイベント"
2107
+
2108
+ # @ tribe-events-calendar
2109
+ #: ../lib/the-events-calendar.class.php:408
2110
+ msgid "Events this month"
2111
+ msgstr "今月のイベント"
2112
+
2113
+ # @ tribe-events-calendar
2114
+ #: ../lib/the-events-calendar.class.php:422
2115
+ msgid "No description has been entered for this event."
2116
+ msgstr "このイベントについて詳細はありません。"
2117
+
2118
+ # @ tribe-events-calendar
2119
+ #: ../lib/the-events-calendar.class.php:487
2120
+ msgid "Events"
2121
+ msgstr "イベント"
2122
+
2123
+ # @ tribe-events-calendar
2124
+ #: ../lib/the-events-calendar.class.php:488
2125
+ msgid "Event"
2126
+ msgstr "イベント"
2127
+
2128
+ # @ tribe-events-calendar
2129
+ #: ../lib/the-events-calendar.class.php:489
2130
+ #: ../lib/the-events-calendar.class.php:502
2131
+ #: ../lib/the-events-calendar.class.php:515
2132
+ msgid "Add New"
2133
+ msgstr "新しく追加"
2134
+
2135
+ # @ tribe-events-calendar
2136
+ #: ../lib/the-events-calendar.class.php:490
2137
+ msgid "Add New Event"
2138
+ msgstr "新しいイベントを追加"
2139
+
2140
+ # @ tribe-events-calendar
2141
+ #: ../lib/the-events-calendar.class.php:491
2142
+ msgid "Edit Event"
2143
+ msgstr "イベントを編集"
2144
+
2145
+ # @ tribe-events-calendar
2146
+ #: ../lib/the-events-calendar.class.php:492
2147
+ msgid "New Event"
2148
+ msgstr "新しいイベント"
2149
+
2150
+ # @ tribe-events-calendar
2151
+ #: ../lib/the-events-calendar.class.php:493
2152
+ msgid "View Event"
2153
+ msgstr "イベントを見る"
2154
+
2155
+ # @ tribe-events-calendar
2156
+ #: ../lib/the-events-calendar.class.php:494
2157
+ msgid "Search Events"
2158
+ msgstr "イベントを検索"
2159
+
2160
+ # @ tribe-events-calendar
2161
+ #: ../lib/the-events-calendar.class.php:495
2162
+ msgid "No events found"
2163
+ msgstr "イベントが見つかりません"
2164
+
2165
+ # @ tribe-events-calendar
2166
+ #: ../lib/the-events-calendar.class.php:496
2167
+ msgid "No events found in Trash"
2168
+ msgstr "ゴミ箱にイベントが見つかりません"
2169
+
2170
+ # @ tribe-events-calendar
2171
+ #: ../lib/the-events-calendar.class.php:500
2172
+ msgid "Venues"
2173
+ msgstr "場所"
2174
+
2175
+ # @ tribe-events-calendar
2176
+ #: ../lib/the-events-calendar.class.php:501
2177
+ msgid "Venue"
2178
+ msgstr "場所"
2179
+
2180
+ # @ tribe-events-calendar
2181
+ #: ../lib/the-events-calendar.class.php:503
2182
+ msgid "Add New Venue"
2183
+ msgstr "新しい場所を追加"
2184
+
2185
+ # @ tribe-events-calendar
2186
+ #: ../lib/the-events-calendar.class.php:504
2187
+ msgid "Edit Venue"
2188
+ msgstr "場所を編集"
2189
+
2190
+ # @ tribe-events-calendar
2191
+ #: ../lib/the-events-calendar.class.php:505
2192
+ msgid "New Venue"
2193
+ msgstr "新しい場所"
2194
+
2195
+ # @ tribe-events-calendar
2196
+ #: ../lib/the-events-calendar.class.php:506
2197
+ #: ../lib/the-events-calendar.class.php:519
2198
+ msgid "View Venue"
2199
+ msgstr "場所を見る"
2200
+
2201
+ # @ tribe-events-calendar
2202
+ #: ../lib/the-events-calendar.class.php:507
2203
+ msgid "Search Venues"
2204
+ msgstr "場所を検索"
2205
+
2206
+ # @ tribe-events-calendar
2207
+ #: ../lib/the-events-calendar.class.php:508
2208
+ msgid "No venue found"
2209
+ msgstr "場所が見つかりません"
2210
+
2211
+ # @ tribe-events-calendar
2212
+ #: ../lib/the-events-calendar.class.php:509
2213
+ msgid "No venues found in Trash"
2214
+ msgstr "ゴミ箱に場所が見つかりません"
2215
+
2216
+ # @ tribe-events-calendar
2217
+ #: ../lib/the-events-calendar.class.php:513
2218
+ msgid "Organizers"
2219
+ msgstr "管理者"
2220
+
2221
+ # @ tribe-events-calendar
2222
+ #: ../lib/the-events-calendar.class.php:514
2223
+ msgid "Organizer"
2224
+ msgstr "管理者"
2225
+
2226
+ # @ tribe-events-calendar
2227
+ #: ../lib/the-events-calendar.class.php:516
2228
+ msgid "Add New Organizer"
2229
+ msgstr "新しい管理者を追加"
2230
+
2231
+ # @ tribe-events-calendar
2232
+ #: ../lib/the-events-calendar.class.php:517
2233
+ msgid "Edit Organizer"
2234
+ msgstr "管理者を編集"
2235
+
2236
+ # @ tribe-events-calendar
2237
+ #: ../lib/the-events-calendar.class.php:518
2238
+ msgid "New Organizer"
2239
+ msgstr "新しい管理者"
2240
+
2241
+ # @ tribe-events-calendar
2242
+ #: ../lib/the-events-calendar.class.php:520
2243
+ msgid "Search Organizers"
2244
+ msgstr "管理者を検索"
2245
+
2246
+ # @ tribe-events-calendar
2247
+ #: ../lib/the-events-calendar.class.php:521
2248
+ msgid "No organizer found"
2249
+ msgstr "管理者が見つかりません"
2250
+
2251
+ # @ tribe-events-calendar
2252
+ #: ../lib/the-events-calendar.class.php:522
2253
+ msgid "No organizers found in Trash"
2254
+ msgstr "ゴミ箱に管理者が見つかりません"
2255
+
2256
+ # @ tribe-events-calendar
2257
+ #: ../lib/the-events-calendar.class.php:527
2258
+ msgid "Event Category"
2259
+ msgstr "イベントカテゴリー"
2260
+
2261
+ # @ tribe-events-calendar
2262
+ #: ../lib/the-events-calendar.class.php:528
2263
+ msgid "Search Event Categories"
2264
+ msgstr "イベントカテゴリーを検索"
2265
+
2266
+ # @ tribe-events-calendar
2267
+ #: ../lib/the-events-calendar.class.php:529
2268
+ msgid "All Event Categories"
2269
+ msgstr "すべてのイベントカテゴリー"
2270
+
2271
+ # @ tribe-events-calendar
2272
+ #: ../lib/the-events-calendar.class.php:530
2273
+ msgid "Parent Event Category"
2274
+ msgstr "親イベントカテゴリー"
2275
+
2276
+ # @ tribe-events-calendar
2277
+ #: ../lib/the-events-calendar.class.php:531
2278
+ msgid "Parent Event Category:"
2279
+ msgstr "親イベントカテゴリー:"
2280
+
2281
+ # @ tribe-events-calendar
2282
+ #: ../lib/the-events-calendar.class.php:532
2283
+ msgid "Edit Event Category"
2284
+ msgstr "イベントカテゴリーを編集"
2285
+
2286
+ # @ tribe-events-calendar
2287
+ #: ../lib/the-events-calendar.class.php:533
2288
+ msgid "Update Event Category"
2289
+ msgstr "イベントカテゴリーをアップデート"
2290
+
2291
+ # @ tribe-events-calendar
2292
+ #: ../lib/the-events-calendar.class.php:534
2293
+ msgid "Add New Event Category"
2294
+ msgstr "新しいイベントカテゴリーを追加"
2295
+
2296
+ # @ tribe-events-calendar
2297
+ #: ../lib/the-events-calendar.class.php:535
2298
+ msgid "New Event Category Name"
2299
+ msgstr "新しいイベントカテゴリー名"
2300
+
2301
+ # @ default
2302
+ #: ../lib/the-events-calendar.class.php:545
2303
+ #, php-format
2304
+ msgid "Event updated. <a href=\"%s\">View event</a>"
2305
+ msgstr "イベントがアップデートされました。<a href=\"%s\">イベントを見る</a>"
2306
+
2307
+ # @ default
2308
+ #: ../lib/the-events-calendar.class.php:546
2309
+ #: ../lib/the-events-calendar.class.php:563
2310
+ #: ../lib/the-events-calendar.class.php:580
2311
+ msgid "Custom field updated."
2312
+ msgstr ""
2313
+
2314
+ # @ default
2315
+ #: ../lib/the-events-calendar.class.php:547
2316
+ #: ../lib/the-events-calendar.class.php:564
2317
+ #: ../lib/the-events-calendar.class.php:581
2318
+ msgid "Custom field deleted."
2319
+ msgstr ""
2320
+
2321
+ # @ default
2322
+ #: ../lib/the-events-calendar.class.php:548
2323
+ msgid "Event updated."
2324
+ msgstr "イベントがアップデートされました。"
2325
+
2326
+ # @ default
2327
+ #: ../lib/the-events-calendar.class.php:550
2328
+ #, php-format
2329
+ msgid "Event restored to revision from %s"
2330
+ msgstr ""
2331
+
2332
+ # @ default
2333
+ #: ../lib/the-events-calendar.class.php:551
2334
+ #, php-format
2335
+ msgid "Event published. <a href=\"%s\">View event</a>"
2336
+ msgstr "イベントが公開されました。<a href=\"%s\">イベントを見る</a>"
2337
+
2338
+ # @ default
2339
+ #: ../lib/the-events-calendar.class.php:552
2340
+ msgid "Event saved."
2341
+ msgstr "保存しました。"
2342
+
2343
+ # @ default
2344
+ #: ../lib/the-events-calendar.class.php:553
2345
+ #, php-format
2346
+ msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2347
+ msgstr "イベントを提出しました。<a target=\"_blank\" href=\"%s\">イベントのプレビューを見る</a>"
2348
+
2349
+ # @ default
2350
+ #: ../lib/the-events-calendar.class.php:554
2351
+ #, php-format
2352
+ msgid "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview event</a>"
2353
+ msgstr "イベント公開日時: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">イベントのプレビューを見る</a>"
2354
+
2355
+ # @ default
2356
+ #: ../lib/the-events-calendar.class.php:556
2357
+ #: ../lib/the-events-calendar.class.php:573
2358
+ #: ../lib/the-events-calendar.class.php:590
2359
+ msgid "M j, Y @ G:i"
2360
+ msgstr ""
2361
+
2362
+ # @ default
2363
+ #: ../lib/the-events-calendar.class.php:557
2364
+ #, php-format
2365
+ msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2366
+ msgstr "イベントの下書きがアップデートされました。<a target=\"_blank\" href=\"%s\">イベントのプレビューを見る</a>"
2367
+
2368
+ # @ default
2369
+ #: ../lib/the-events-calendar.class.php:562
2370
+ #, php-format
2371
+ msgid "Venue updated. <a href=\"%s\">View venue</a>"
2372
+ msgstr "場所がアップデートされました。<a target=\"_blank\" href=\"%s\">場所を見る</a>"
2373
+
2374
+ # @ default
2375
+ #: ../lib/the-events-calendar.class.php:565
2376
+ msgid "Venue updated."
2377
+ msgstr "場所がアップデートされました。"
2378
+
2379
+ # @ default
2380
+ #: ../lib/the-events-calendar.class.php:567
2381
+ #, php-format
2382
+ msgid "Venue restored to revision from %s"
2383
+ msgstr ""
2384
+
2385
+ # @ default
2386
+ #: ../lib/the-events-calendar.class.php:568
2387
+ #, php-format
2388
+ msgid "Venue published. <a href=\"%s\">View venue</a>"
2389
+ msgstr "場所が公開されました。<a href=\"%s\">場所を見る</a>"
2390
+
2391
+ # @ default
2392
+ #: ../lib/the-events-calendar.class.php:569
2393
+ msgid "Venue saved."
2394
+ msgstr "場所が保存されました。"
2395
+
2396
+ # @ default
2397
+ #: ../lib/the-events-calendar.class.php:570
2398
+ #, php-format
2399
+ msgid "Venue submitted. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
2400
+ msgstr "場所を提出しました。<a target=\"_blank\" href=\"%s\">場所のプレビューを見る</a>"
2401
+
2402
+ # @ default
2403
+ #: ../lib/the-events-calendar.class.php:571
2404
+ #, php-format
2405
+ msgid "Venue scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview venue</a>"
2406
+ msgstr "場所の公開日時: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">場所のプレビューを見る</a>"
2407
+
2408
+ # @ default
2409
+ #: ../lib/the-events-calendar.class.php:574
2410
+ #, php-format
2411
+ msgid "Venue draft updated. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
2412
+ msgstr "場所の下書きがアップデートされました。<a target=\"_blank\" href=\"%s\">場所のプレビューを見る</a>"
2413
+
2414
+ # @ default
2415
+ #: ../lib/the-events-calendar.class.php:579
2416
+ #, php-format
2417
+ msgid "Organizer updated. <a href=\"%s\">View organizer</a>"
2418
+ msgstr "管理者がアップデートされました。<a href=\"%s\">管理者を見る</a>"
2419
+
2420
+ # @ default
2421
+ #: ../lib/the-events-calendar.class.php:582
2422
+ msgid "Organizer updated."
2423
+ msgstr "管理者がアップデートされました。"
2424
+
2425
+ # @ default
2426
+ #: ../lib/the-events-calendar.class.php:584
2427
+ #, php-format
2428
+ msgid "Organizer restored to revision from %s"
2429
+ msgstr ""
2430
+
2431
+ # @ default
2432
+ #: ../lib/the-events-calendar.class.php:585
2433
+ #, php-format
2434
+ msgid "Organizer published. <a href=\"%s\">View organizer</a>"
2435
+ msgstr "管理者が公開されました。<a href=\"%s\">管理者を見る</a>"
2436
+
2437
+ # @ default
2438
+ #: ../lib/the-events-calendar.class.php:586
2439
+ msgid "Organizer saved."
2440
+ msgstr "管理者が保存されました。"
2441
+
2442
+ # @ default
2443
+ #: ../lib/the-events-calendar.class.php:587
2444
+ #, php-format
2445
+ msgid "Organizer submitted. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
2446
+ msgstr "管理者を提出しました。<a target=\"_blank\" href=\"%s\">管理者のプレビューを見る</a>"
2447
+
2448
+ # @ default
2449
+ #: ../lib/the-events-calendar.class.php:588
2450
+ #, php-format
2451
+ msgid "Organizer scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview organizer</a>"
2452
+ msgstr "管理者の公開日時: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">管理者のプレビューを見る</a>"
2453
+
2454
+ # @ default
2455
+ #: ../lib/the-events-calendar.class.php:591
2456
+ #, php-format
2457
+ msgid "Organizer draft updated. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
2458
+ msgstr "管理者の下書きがアップデートされました。<a target=\"_blank\" href=\"%s\">管理者のプレビューを見る</a>"
2459
+
2460
+ # @ tribe-events-calendar
2461
+ #: ../lib/the-events-calendar.class.php:646
2462
+ msgid "Next"
2463
+ msgstr "次"
2464
+
2465
+ # @ tribe-events-calendar
2466
+ #: ../lib/the-events-calendar.class.php:647
2467
+ msgid "Prev"
2468
+ msgstr "前"
2469
+
2470
+ # @ tribe-events-calendar
2471
+ #: ../lib/the-events-calendar.class.php:648
2472
+ msgid "Today"
2473
+ msgstr "今日"
2474
+
2475
+ # @ tribe-events-calendar
2476
+ #: ../lib/the-events-calendar.class.php:649
2477
+ msgid "Done"
2478
+ msgstr "終了"
2479
+
2480
+ # @ tribe-events-calendar
2481
+ #: ../lib/the-events-calendar.class.php:1734
2482
+ msgid "Event Options"
2483
+ msgstr "イベントのオプション"
2484
+
2485
+ # @ tribe-events-calendar
2486
+ #: ../lib/the-events-calendar.class.php:1736
2487
+ msgid "Venue Information"
2488
+ msgstr "場所のインフォメーション"
2489
+
2490
+ # @ tribe-events-calendar
2491
+ #: ../lib/the-events-calendar.class.php:1737
2492
+ msgid "Organizer Information"
2493
+ msgstr "管理者のインフォメーション"
2494
+
2495
+ # @ tribe-events-calendar
2496
+ #: ../lib/the-events-calendar.class.php:1839
2497
+ msgid "View All Add-Ons"
2498
+ msgstr ""
2499
+
2500
+ # @ default
2501
+ #: ../lib/the-events-calendar.class.php:1846
2502
+ msgid "News from Tribe Pro"
2503
+ msgstr ""
2504
+
2505
+ # @ tribe-events-calendar
2506
+ #: ../lib/tribe-debug-bar.class.php:18
2507
+ msgid "Tribe"
2508
+ msgstr ""
2509
+
2510
+ # @ tribe-events-calendar
2511
+ #: ../lib/tribe-the-events-calendar-import.class.php:45
2512
+ msgid "Upgrade from The Events Calendar"
2513
+ msgstr ""
2514
+
2515
+ # @ tribe-events-calendar
2516
+ #: ../lib/tribe-the-events-calendar-import.class.php:46
2517
+ msgid "It appears that you have some old events calendar data that needs to be upgraded. Please be sure to back up your database before initiating the upgrade. This process can not be undone."
2518
+ msgstr ""
2519
+
2520
+ # @ tribe-events-calendar
2521
+ #: ../lib/tribe-the-events-calendar-import.class.php:47
2522
+ msgid "Migrate Data!"
2523
+ msgstr ""
2524
+
2525
+ # @ default
2526
+ #: ../lib/tribe-the-events-calendar-import.class.php:119
2527
+ #, php-format
2528
+ msgid "You successfully migrated (%d) entries."
2529
+ msgstr ""
2530
+
2531
+ # @ tribe-events-calendar
2532
+ #: ../lib/tribe-the-events-calendar-import.class.php:189
2533
+ msgid "Install has 1 or more legacy event!"
2534
+ msgstr ""
2535
+
2536
+ # @ tribe-events-calendar
2537
+ #: ../lib/template-tags.php:607
2538
+ msgid "Free"
2539
+ msgstr "無料"
2540
+
2541
+ # @ tribe-events-calendar
2542
+ #: ../lib/template-tags.php:978
2543
+ msgid "Calendar of Events"
2544
+ msgstr "イベントカレンダー"
2545
+
2546
+ # @ tribe-events-calendar
2547
+ #: ../lib/template-tags.php:993
2548
+ msgid "Category:"
2549
+ msgstr "カテゴリー:"
2550
+
2551
+ # @ tribe-events-calendar
2552
+ #: ../lib/widget-list.class.php:16
2553
+ msgid "A widget that displays the next upcoming x events."
2554
+ msgstr "次のイベントを表示するウィジェット"
2555
+
2556
+ # @ tribe-events-calendar
2557
+ #: ../lib/widget-list.class.php:70
2558
+ msgid "View All Events"
2559
+ msgstr "すべてのイベントを見る"
2560
+
2561
+ # @ tribe-events-calendar
2562
+ #: ../lib/widget-list.class.php:73
2563
+ msgid "There are no upcoming events at this time."
2564
+ msgstr "現在のところイベントがありません。"
2565
+
lang/tribe-events-calendar-lt_LT.mo ADDED
Binary file
lang/tribe-events-calendar-lt_LT.po ADDED
@@ -0,0 +1,2565 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: The Events Calendar 2.0+\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-09-19 16:36-0500\n"
6
+ "PO-Revision-Date: 2012-04-04 00:07-0800\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: DECKERWEB <deckerweb.mobil@googlemail.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: German\n"
14
+ "X-Poedit-Country: GERMANY\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
+ "X-Textdomain-Support: yes\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+
20
+ # @ tribe-events-calendar
21
+ #: ../views/list.php:16
22
+ #: ../views/gridview.php:37
23
+ msgid "Event List"
24
+ msgstr "Įvykių Sąrašas"
25
+
26
+ # @ tribe-events-calendar
27
+ #: ../views/list.php:17
28
+ #: ../views/gridview.php:38
29
+ msgid "Calendar"
30
+ msgstr "Kalendorius"
31
+
32
+ # @ tribe-events-calendar
33
+ #: ../views/list.php:42
34
+ #: ../views/single.php:19
35
+ msgid "Start:"
36
+ msgstr "Pradžia:"
37
+
38
+ # @ tribe-events-calendar
39
+ #: ../views/single.php:17
40
+ msgid "Event:"
41
+ msgstr "Įvykis:"
42
+
43
+ #: ../views/single.php:42
44
+ msgid "Updated:"
45
+ msgstr "Atnaujinta:"
46
+
47
+ # @ tribe-events-calendar
48
+ #: ../views/list.php:46
49
+ #: ../views/single.php:20
50
+ msgid "End:"
51
+ msgstr "Pabaiga:"
52
+
53
+ # @ tribe-events-calendar
54
+ #: ../views/list.php:54
55
+ #: ../views/single.php:47
56
+ msgid "Venue:"
57
+ msgstr "Vieta:"
58
+
59
+ # @ tribe-events-calendar
60
+ #: ../views/list.php:63
61
+ #: ../views/single.php:33
62
+ #: ../views/single.php:51
63
+ #: ../admin-views/venue-meta-box.php:73
64
+ msgid "Phone:"
65
+ msgstr "Telefono numeris:"
66
+
67
+ # @ tribe-events-calendar
68
+ #: ../views/list.php:69
69
+ #: ../views/single.php:56
70
+ #: ../admin-views/venue-meta-box.php:19
71
+ msgid "Address:"
72
+ msgstr "Adresas:"
73
+
74
+ # @ tribe-events-calendar
75
+ #: ../views/list.php:71
76
+ #: ../views/single.php:58
77
+ msgid "Google Map"
78
+ msgstr "Google Žemėlapis"
79
+
80
+ # @ tribe-events-calendar
81
+ #: ../views/list.php:81
82
+ #: ../views/single.php:24
83
+ #: ../admin-views/events-meta-box.php:113
84
+ msgid "Cost:"
85
+ msgstr "Kaina:"
86
+
87
+ # @ tribe-events-calendar
88
+ #: ../views/list.php:95
89
+ #, php-format
90
+ msgid " listed under %s. Check out past events for this category or view the full calendar."
91
+ msgstr "įtrauktas į %s sąrašą. Patikrinkite šios kategorijos praeities įvykius arba peržiūrėkite pilną kalendorių."
92
+
93
+ # @ tribe-events-calendar
94
+ #: ../views/list.php:97
95
+ #, php-format
96
+ msgid " listed under %s. Check out upcoming events for this category or view the full calendar."
97
+ msgstr "įtrauktas į %s sąrašą. Patikrinkite šios kategorijos ateities įvykius arba peržiūrėkite pilną kalendorių."
98
+
99
+ # @ tribe-events-calendar
100
+ #: ../views/list.php:103
101
+ msgid "No upcoming events"
102
+ msgstr "Jokių artėjančių įvykių"
103
+
104
+ # @ tribe-events-calendar
105
+ #: ../views/list.php:107
106
+ msgid "No previous events"
107
+ msgstr "Jokių praėjusių įvykių"
108
+
109
+ # @ tribe-events-calendar
110
+ #: ../views/list.php:120
111
+ #: ../views/list.php:122
112
+ #: ../views/list.php:124
113
+ msgid "&laquo; Previous Events"
114
+ msgstr "&laquo; Praėję įvykiai"
115
+
116
+ # @ tribe-events-calendar
117
+ #: ../views/list.php:131
118
+ #: ../views/list.php:133
119
+ #: ../views/list.php:135
120
+ msgid "Next Events &raquo;"
121
+ msgstr "Sekantys įvykiai &raquo;"
122
+
123
+ # @ tribe-events-calendar
124
+ #: ../views/list.php:140
125
+ #: ../views/gridview.php:43
126
+ #: ../views/single.php:83
127
+ msgid "iCal Import"
128
+ msgstr "iCal Importavimas"
129
+
130
+ # @ tribe-events-calendar
131
+ #: ../views/table-mini.php:24
132
+ msgid "View all &raquo;"
133
+ msgstr "Peržiūrėti visus &raquo;"
134
+
135
+ # @ tribe-events-calendar
136
+ #: ../views/single.php:13
137
+ msgid "&laquo; Back to Events"
138
+ msgstr "&raquo; Grįžti į Įvykius"
139
+
140
+ # @ tribe-events-calendar
141
+ #: ../views/single.php:14
142
+ msgid "This event has passed."
143
+ msgstr "Šio įvykio laikas praėjo."
144
+
145
+ # @ tribe-events-calendar
146
+ #: ../views/single.php:29
147
+ msgid "Organizer:"
148
+ msgstr "Organizatorius:"
149
+
150
+ # @ tribe-events-calendar
151
+ #: ../views/single.php:37
152
+ msgid "Email:"
153
+ msgstr "Elektroninio pašto adresas:"
154
+
155
+ # @ tribe-events-calendar
156
+ #: ../views/single.php:41
157
+ msgid "Schedule:"
158
+ msgstr "Planas:"
159
+
160
+ # @ tribe-events-calendar
161
+ #: ../views/single.php:58
162
+ msgid "Click to view a Google Map"
163
+ msgstr "Paspauskite, norėdami peržiūrėti Google Žemėlapį"
164
+
165
+ # @ tribe-events-calendar
166
+ #: ../views/single.php:86
167
+ msgid "Add to Google Calendar"
168
+ msgstr "Pridėti į Google Kalendorių"
169
+
170
+ # @ tribe-events-calendar
171
+ #: ../views/single.php:86
172
+ msgid "+ Google Calendar"
173
+ msgstr "+ Google Kalendorius"
174
+
175
+ # @ tribe-events-calendar
176
+ #: ../views/events-list-load-widget-display.php:48
177
+ msgid "All Day"
178
+ msgstr "Visa Diena"
179
+
180
+ # @ tribe-events-calendar
181
+ #: ../views/events-list-load-widget-display.php:51
182
+ msgid "Ends"
183
+ msgstr "Baigiasi"
184
+
185
+ # @ tribe-events-calendar
186
+ #: ../views/ecp-single-template.php:24
187
+ msgid "Edit"
188
+ msgstr "Redaguoti"
189
+
190
+ # @ tribe-events-calendar
191
+ #: ../admin-views/events-meta-box.php:26
192
+ msgid "Event Time &amp; Date"
193
+ msgstr "Įvykio Laikas ir Data"
194
+
195
+ # @ tribe-events-calendar
196
+ #: ../admin-views/events-meta-box.php:29
197
+ msgid "You have changed the recurrence rules of this event. Saving the event will update all future events. If you did not mean to change all events, then please refresh the page."
198
+ msgstr "Jūs pakeitėtė įvykio kartojimosi taisyklės. Įvykio įrašymas įtakos visų artėjančių įvykių atnaujinimą. Jeigu Jūs nenorėjote pakeisti visų įvykių, prašome atnaujinti puslapį."
199
+
200
+ # @ tribe-events-calendar
201
+ #: ../admin-views/events-meta-box.php:32
202
+ msgid "All day event?"
203
+ msgstr "Visos dienos įvykis?"
204
+
205
+ # @ tribe-events-calendar
206
+ #: ../admin-views/events-meta-box.php:36
207
+ msgid "Start Date / Time:"
208
+ msgstr "Pradžios Data / Laikas:"
209
+
210
+ # @ tribe-events-calendar
211
+ #: ../admin-views/events-meta-box.php:39
212
+ #: ../admin-views/events-meta-box.php:60
213
+ msgid "YYYY-MM-DD"
214
+ msgstr "YYYY-MM-DD"
215
+
216
+ # @ tribe-events-calendar
217
+ #: ../admin-views/events-meta-box.php:41
218
+ #: ../admin-views/events-meta-box.php:62
219
+ msgid "@"
220
+ msgstr "@"
221
+
222
+ # @ tribe-events-calendar
223
+ #: ../admin-views/events-meta-box.php:57
224
+ msgid "End Date / Time:"
225
+ msgstr "Pabaigos Data / Laikas:"
226
+
227
+ # @ tribe-events-calendar
228
+ #: ../admin-views/events-meta-box.php:79
229
+ msgid "Event Location Details"
230
+ msgstr "Įvykio Vietos Informacija"
231
+
232
+ # @ tribe-events-calendar
233
+ #: ../admin-views/events-meta-box.php:85
234
+ msgid "Show Google Maps Link:"
235
+ msgstr "Rodyti Google Žemėlapio Nuorodą:"
236
+
237
+ # @ tribe-events-calendar
238
+ #: ../admin-views/events-meta-box.php:92
239
+ msgid "Show Google Map:"
240
+ msgstr "Rodyti Google Žemėlapį:"
241
+
242
+ # @ tribe-events-calendar
243
+ #: ../admin-views/events-meta-box.php:101
244
+ msgid "Event Organizer Details"
245
+ msgstr "Įvykio Organizatoriaus Informacija"
246
+
247
+ # @ tribe-events-calendar
248
+ #: ../admin-views/events-meta-box.php:110
249
+ msgid "Event Cost"
250
+ msgstr "Įvykio Kaina"
251
+
252
+ # @ tribe-events-calendar
253
+ #: ../admin-views/events-meta-box.php:118
254
+ msgid "Leave blank to hide the field. Enter a 0 for events that are free."
255
+ msgstr "Palikite tuščią, jeigu norite paslėpti laukelį. Įveskite 0 įvykiams, kurie yra nemokami."
256
+
257
+ # @ tribe-events-calendar
258
+ #: ../admin-views/events-meta-box.php:124
259
+ msgid "Additional Functionality"
260
+ msgstr "Išplėstinis Funkcionalumas"
261
+
262
+ # @ tribe-events-calendar
263
+ #: ../admin-views/events-meta-box.php:129
264
+ msgid "Looking for additional functionality including recurring events, custom meta, community events, ticket sales and more?"
265
+ msgstr "Ieškokite išplėstinio funkcionalumo (tokio kaip pasikartojančių įvykių, indvididualizuotų meta duomenų, bendruomenės įvykių, bilietų pardavimų ir kt.)?"
266
+
267
+ # @ tribe-events-calendar
268
+ #: ../admin-views/events-meta-box.php:129
269
+ #, php-format
270
+ msgid "Check out the <a href=\"%s\">available Add-Ons</a>."
271
+ msgstr "Patikrinkite <a href=\"%s\">prieinamus Papildinius</a>."
272
+
273
+ # @ tribe-events-calendar
274
+ #: ../admin-views/venue-meta-box.php:12
275
+ msgid "Venue Name:"
276
+ msgstr "Vietos Pavadinimas:"
277
+
278
+ # @ tribe-events-calendar
279
+ #: ../admin-views/venue-meta-box.php:23
280
+ msgid "City:"
281
+ msgstr "Miestas:"
282
+
283
+ # @ tribe-events-calendar
284
+ #: ../admin-views/venue-meta-box.php:27
285
+ msgid "Country:"
286
+ msgstr "Valstybė:"
287
+
288
+ # @ tribe-events-calendar
289
+ #: ../admin-views/venue-meta-box.php:52
290
+ msgid "State or Province:"
291
+ msgstr "Valstija ar Provincija:"
292
+
293
+ # @ tribe-events-calendar
294
+ #: ../admin-views/venue-meta-box.php:55
295
+ msgid "Select a State:"
296
+ msgstr "Pasirinkite Valstiją:"
297
+
298
+ # @ tribe-events-calendar
299
+ #: ../admin-views/venue-meta-box.php:69
300
+ msgid "Postal Code:"
301
+ msgstr "Pašto Kodas:"
302
+
303
+ # @ tribe-events-calendar
304
+ #: ../admin-views/recurrence-dialog.php:11
305
+ msgid "Which events do you wish to update?"
306
+ msgstr "Kuriuos įvykius norėtumėte atnaujinti?"
307
+
308
+ # @ tribe-events-calendar
309
+ #: ../admin-views/recurrence-dialog.php:14
310
+ msgid "Select your desired action"
311
+ msgstr "Pasirinkite norimą veiksmą"
312
+
313
+ # @ tribe-events-calendar
314
+ #: ../admin-views/event-sidebar-options.php:11
315
+ msgid "Hide From Upcoming Events List"
316
+ msgstr "Paslėpti Artėjančių Įvykių Sąraše"
317
+
318
+ # @ tribe-events-calendar
319
+ #: ../admin-views/events-options.php:47
320
+ #, php-format
321
+ msgid "%s Settings"
322
+ msgstr "%s Nuostatos"
323
+
324
+ # @ tribe-events-calendar
325
+ #: ../admin-views/events-options.php:53
326
+ msgid "Need a hand?"
327
+ msgstr "Reikia pagalbos?"
328
+
329
+ # @ tribe-events-calendar
330
+ #: ../admin-views/events-options.php:54
331
+ #, php-format
332
+ msgid "If you're stuck on these options, please <a href=\"%s\">check out the documentation</a>. Or, go to the <a href=\"%s\">support forum</a>."
333
+ msgstr "Jeigu turite problemų nustatinėdami šias parinktis, prašome <a href=\"%s\">peržvelgti dokumentaciją</a>. Arba galite užeiti į <a href=\"%s\">pagalbos forumą</a>."
334
+
335
+ # @ tribe-events-calendar
336
+ #: ../admin-views/events-options.php:56
337
+ msgid "Here is the iCal feed URL for your events: "
338
+ msgstr "Tai yra Jūsų įvykio iCal padavimo Universalioji nuoroda:"
339
+
340
+ # @ tribe-events-calendar
341
+ #: ../admin-views/events-options.php:62
342
+ msgid "Settings"
343
+ msgstr "Nuostatos"
344
+
345
+ # @ tribe-events-calendar
346
+ #: ../admin-views/events-options.php:65
347
+ #: ../admin-views/events-options.php:69
348
+ msgid "Default View for the Events"
349
+ msgstr "Numatytoji Įvykių Peržiūra"
350
+
351
+ # @ tribe-events-calendar
352
+ #: ../admin-views/events-options.php:83
353
+ #: ../admin-views/events-options.php:87
354
+ #: ../admin-views/events-options.php:89
355
+ msgid "Show Comments"
356
+ msgstr "Rodyti Komentarus"
357
+
358
+ # @ tribe-events-calendar
359
+ #: ../admin-views/events-options.php:97
360
+ #: ../admin-views/events-options.php:101
361
+ msgid "Multiday Event Cutoff"
362
+ msgstr "Daugiadienio Įvykio Apkarpymas"
363
+
364
+ # @ tribe-events-calendar
365
+ #: ../admin-views/events-options.php:115
366
+ msgid "For multi-day events, hide the last day from grid view if it ends on or before this time."
367
+ msgstr "Daugiadienių įvykių tinklelio peržiūroje paslėpkite paskutinę dieną, jeigu įvykis baigsis tuo metu arba anksčiau."
368
+
369
+ # @ tribe-events-calendar
370
+ #: ../admin-views/events-options.php:120
371
+ #: ../admin-views/events-options.php:124
372
+ msgid "Enable Google Maps"
373
+ msgstr "Suaktyvinti Google Žemėlapius"
374
+
375
+ # @ tribe-events-calendar
376
+ #: ../admin-views/events-options.php:130
377
+ msgid "Height"
378
+ msgstr "Aukštis"
379
+
380
+ # @ tribe-events-calendar
381
+ #: ../admin-views/events-options.php:131
382
+ msgid "Width"
383
+ msgstr "Plotis"
384
+
385
+ # @ tribe-events-calendar
386
+ #: ../admin-views/events-options.php:131
387
+ msgid "(number or %)"
388
+ msgstr "(Skaičius arba %)"
389
+
390
+ # @ tribe-events-calendar
391
+ #: ../admin-views/events-options.php:135
392
+ msgid "If you don't have this turned on, your event listings won't have the backend map preview or frontend embedded map."
393
+ msgstr "Jeigu tai yra neįjungta, Jūsų įvykių sąrašas neturės vidinės pusės arba įterpto išorinės pusės žemėlapio peržiūros."
394
+
395
+ # @ tribe-events-calendar
396
+ #: ../admin-views/events-options.php:143
397
+ #: ../admin-views/events-options.php:145
398
+ msgid "Events URL slug"
399
+ msgstr "Įvykio Universaliosios nuorodos pažyminys"
400
+
401
+ # @ tribe-events-calendar
402
+ #: ../admin-views/events-options.php:146
403
+ msgid "The slug used for building the Events URL."
404
+ msgstr "Pažyminys, naudojamas Įvykių Universaliųjų nuorodų kūrimui."
405
+
406
+ # @ tribe-events-calendar
407
+ #: ../admin-views/events-options.php:146
408
+ #, php-format
409
+ msgid "Your current Events URL is <strong>%s</strong>"
410
+ msgstr "Jūsų dabartinio įvykio Universalioji nuoroda yra <strong>%s</strong>"
411
+
412
+ # @ tribe-events-calendar
413
+ #: ../admin-views/events-options.php:150
414
+ #: ../admin-views/events-options.php:152
415
+ msgid "Single Event URL slug"
416
+ msgstr "Pavienio Įvykio Universaliosios nuorodos pažyminys"
417
+
418
+ # @ tribe-events-calendar
419
+ #: ../admin-views/events-options.php:153
420
+ msgid "The slug used for building a single Event URL."
421
+ msgstr "Pažiminys, naudojamas pavienio įvykio Universaliosios nuorodos kūrimui."
422
+
423
+ # @ tribe-events-calendar
424
+ #: ../admin-views/events-options.php:154
425
+ #, php-format
426
+ msgid "<strong>NOTE:</strong> You <em>cannot</em> use the same slug as above. The above should ideally be plural, and this singular.<br />Your single Event URL is like: <strong>%s</strong>"
427
+ msgstr "<strong>Pastaba:</strong> Jūs <em>negalite</em> naudoti to paties pažyminio, kaip viršuje. Aukščiau esantis pažiminys turėtų buti daugiskaitinis, o šis - vienaskaitinis. <br /> Jūsų pavienio Įvykio Universalioji nuoroda yra: <strong>%s</strong>"
428
+
429
+ # @ tribe-events-calendar
430
+ #: ../admin-views/events-options.php:159
431
+ #: ../admin-views/events-options.php:161
432
+ msgid "Debug"
433
+ msgstr "Derinti"
434
+
435
+ # @ tribe-events-calendar
436
+ #: ../admin-views/events-options.php:162
437
+ msgid "Debug Events display issues."
438
+ msgstr "Derinti įvykių vaizdavimo problemas."
439
+
440
+ # @ tribe-events-calendar
441
+ #: ../admin-views/events-options.php:163
442
+ #, php-format
443
+ msgid "Enable this option to log debug information. By default this will log to your server PHP error log. If you'd like to see the log messages in your browser, then we recommend that you install the <a href=\"%s\" target=\"_blank\">Debug Bar Plugin</a> and look for the \"Tribe\" tab in the debug output."
444
+ msgstr "Suaktyvinkite šią parinktį, norėdamas fiksuoti derinimo informaciją. Pagal numatytasias nuostatas, tai bus įrašyta į Jūsų serverio PHP klaidų žurnalą. Jeigu Jūs norėtumėte matyti žurnalo pranešimus savo naršyklės lange, mes rekomenduojame įdiegti <a href=\"%s\" target=\"_blank\">Debug Bar Papildinį</a> ir stebėti \"Tribe\" kortelę derinimo rezultatuose."
445
+
446
+ # @ tribe-events-calendar
447
+ #: ../admin-views/events-options.php:168
448
+ msgid "Theme Settings"
449
+ msgstr "Apipavidalinimo Nuostatos"
450
+
451
+ # @ tribe-events-calendar
452
+ #: ../admin-views/events-options.php:171
453
+ #: ../admin-views/events-options.php:173
454
+ msgid "Events Template"
455
+ msgstr "Įvykio Šablonas"
456
+
457
+ # @ default
458
+ #: ../admin-views/events-options.php:175
459
+ msgid "Default Events Template"
460
+ msgstr "Numatytasis Įvykio Šablonas"
461
+
462
+ # @ default
463
+ #: ../admin-views/events-options.php:176
464
+ msgid "Default Page Template"
465
+ msgstr "Numatytasis Puslapio Šablonas"
466
+
467
+ # @ tribe-events-calendar
468
+ #: ../admin-views/events-options.php:179
469
+ msgid "Choose a page template to control the look and feel of your calendar."
470
+ msgstr "Pasirinkite puslapio šabloną, kad galėtumėte keisti Jūsų kalendoriaus vaizdą ir valdymą."
471
+
472
+ # @ tribe-events-calendar
473
+ #: ../admin-views/events-options.php:183
474
+ #: ../admin-views/events-options.php:185
475
+ #: ../admin-views/events-options.php:193
476
+ msgid "Add HTML before calendar"
477
+ msgstr "Prieš kalendorių pridėti HTML kodą"
478
+
479
+ # @ tribe-events-calendar
480
+ #: ../admin-views/events-options.php:187
481
+ msgid "Some themes may require that you add extra divs before the calendar list to help with styling."
482
+ msgstr "Kai kurie apipavidalinimai gali reikalauti pridėti papildomus DIV, prieš pagalbos suteikimą keičiant kalendoriaus stilistiką."
483
+
484
+ # @ tribe-events-calendar
485
+ #: ../admin-views/events-options.php:187
486
+ msgid "This is displayed directly after the header."
487
+ msgstr "Tai yra vaizduojama tiesiogiai po puslapinės antraštės."
488
+
489
+ # @ tribe-events-calendar
490
+ #: ../admin-views/events-options.php:187
491
+ #: ../admin-views/events-options.php:195
492
+ msgid "You may use (x)HTML."
493
+ msgstr "Jūs galite naudoti (x)HTML."
494
+
495
+ # @ tribe-events-calendar
496
+ #: ../admin-views/events-options.php:191
497
+ msgid "Add HTML after calendar"
498
+ msgstr "Po kalendoriaus pridėti HTML kodą"
499
+
500
+ # @ tribe-events-calendar
501
+ #: ../admin-views/events-options.php:195
502
+ msgid "Some themes may require that you add extra divs after the calendar list to help with styling."
503
+ msgstr "Kai kurie apipavidalinimai gali reikalauti pridėti papildomus DIV, prieš pagalbos suteikimą keičiant kalendoriaus stilistiką."
504
+
505
+ # @ tribe-events-calendar
506
+ #: ../admin-views/events-options.php:195
507
+ msgid "This is displayed directly above the footer."
508
+ msgstr "Tai yra vaizduojama tiesiogiai virš puslapinės antraštės."
509
+
510
+ # @ tribe-events-calendar
511
+ #: ../admin-views/events-options.php:204
512
+ msgid "Save Changes"
513
+ msgstr "Įrašyti Pakeitimus"
514
+
515
+ # @ tribe-events-calendar
516
+ #: ../admin-views/widget-admin-list.php:11
517
+ msgid "Title:"
518
+ msgstr "Antraštė:"
519
+
520
+ # @ tribe-events-calendar
521
+ #: ../admin-views/widget-admin-list.php:16
522
+ msgid "Show:"
523
+ msgstr "Rodyti:"
524
+
525
+ # @ tribe-events-calendar
526
+ #: ../admin-views/widget-admin-list.php:24
527
+ msgid "Show widget only if there are upcoming events:"
528
+ msgstr "Rodyti valdiklį tik jeigu yra artėjančių įvykių:"
529
+
530
+ # @ tribe-events-calendar
531
+ #: ../admin-views/widget-admin-list.php:30
532
+ msgid "If you wish to customize the widget display yourself, see the file views/events-list-load-widget-display.php inside the Events Premium plugin."
533
+ msgstr "Jeigu norite pats individualizuoti valdiklio atvaizdavimą, susiraskite rinkmeną views/events-list-load-widget-display.php Events Premium papildinio viduje."
534
+
535
+ # @ tribe-events-calendar
536
+ #: ../admin-views/organizer-meta-box.php:11
537
+ msgid "Organizer Name:"
538
+ msgstr "Organizatoriaus Vardas:"
539
+
540
+ # @ tribe-events-calendar
541
+ #: ../admin-views/organizer-meta-box.php:21
542
+ msgid "Website:"
543
+ msgstr "Svetainė:"
544
+
545
+ # @ tribe-events-calendar
546
+ #: ../lib/tribe-admin-events-list.class.php:159
547
+ #: ../lib/the-events-calendar.class.php:526
548
+ msgid "Event Categories"
549
+ msgstr "Įvykių Kategorijos"
550
+
551
+ # @ tribe-events-calendar
552
+ #: ../lib/tribe-admin-events-list.class.php:164
553
+ msgid "Start Date"
554
+ msgstr "Pradžios Data"
555
+
556
+ # @ tribe-events-calendar
557
+ #: ../lib/tribe-admin-events-list.class.php:165
558
+ msgid "End Date"
559
+ msgstr "Pabaigos Data"
560
+
561
+ # @ tribe-events-calendar
562
+ #: ../lib/tribe-admin-events-list.class.php:166
563
+ msgid "Recurring?"
564
+ msgstr "Pasikartoja?"
565
+
566
+ #: ../lib/tribe-admin-events-list.class.php:194
567
+ msgid "Yes"
568
+ msgstr "Taip"
569
+
570
+ #: ../lib/tribe-admin-events-list.class.php:194
571
+ msgid "No"
572
+ msgstr "Ne"
573
+
574
+ # @ tribe-events-calendar
575
+ #: ../lib/tribe-admin-events-list.class.php:244
576
+ #, php-format
577
+ msgid "All %s"
578
+ msgstr "Visi %s"
579
+
580
+ # @ tribe-events-calendar
581
+ #: ../lib/tribe-view-helpers.class.php:16
582
+ #: ../lib/tribe-view-helpers.class.php:33
583
+ msgid "Select a Country:"
584
+ msgstr "Pasirinkite Šalį:"
585
+
586
+ # @ tribe-events-calendar
587
+ #: ../lib/tribe-view-helpers.class.php:34
588
+ #: ../lib/template-tags.php:502
589
+ msgid "United States"
590
+ msgstr "Jungtinės Amerikos Valstijos"
591
+
592
+ # @ tribe-events-calendar
593
+ #: ../lib/tribe-view-helpers.class.php:35
594
+ msgid "Afghanistan"
595
+ msgstr "Afganistanas"
596
+
597
+ # @ tribe-events-calendar
598
+ #: ../lib/tribe-view-helpers.class.php:36
599
+ msgid "Albania"
600
+ msgstr "Albanija"
601
+
602
+ # @ tribe-events-calendar
603
+ #: ../lib/tribe-view-helpers.class.php:37
604
+ msgid "Algeria"
605
+ msgstr "Alžyras"
606
+
607
+ # @ tribe-events-calendar
608
+ #: ../lib/tribe-view-helpers.class.php:38
609
+ msgid "American Samoa"
610
+ msgstr "Amerikos Samoa"
611
+
612
+ # @ tribe-events-calendar
613
+ #: ../lib/tribe-view-helpers.class.php:39
614
+ msgid "Andorra"
615
+ msgstr "Andora"
616
+
617
+ # @ tribe-events-calendar
618
+ #: ../lib/tribe-view-helpers.class.php:40
619
+ msgid "Angola"
620
+ msgstr "Angola"
621
+
622
+ # @ tribe-events-calendar
623
+ #: ../lib/tribe-view-helpers.class.php:41
624
+ msgid "Anguilla"
625
+ msgstr "Angilija"
626
+
627
+ # @ tribe-events-calendar
628
+ #: ../lib/tribe-view-helpers.class.php:42
629
+ msgid "Antarctica"
630
+ msgstr "Antarktika"
631
+
632
+ # @ tribe-events-calendar
633
+ #: ../lib/tribe-view-helpers.class.php:43
634
+ msgid "Antigua And Barbuda"
635
+ msgstr "Antigva ir Barbuda"
636
+
637
+ # @ tribe-events-calendar
638
+ #: ../lib/tribe-view-helpers.class.php:44
639
+ msgid "Argentina"
640
+ msgstr "Argentina"
641
+
642
+ # @ tribe-events-calendar
643
+ #: ../lib/tribe-view-helpers.class.php:45
644
+ msgid "Armenia"
645
+ msgstr "Armėnija"
646
+
647
+ # @ tribe-events-calendar
648
+ #: ../lib/tribe-view-helpers.class.php:46
649
+ msgid "Aruba"
650
+ msgstr "Aruba"
651
+
652
+ # @ tribe-events-calendar
653
+ #: ../lib/tribe-view-helpers.class.php:47
654
+ msgid "Australia"
655
+ msgstr "Australija"
656
+
657
+ # @ tribe-events-calendar
658
+ #: ../lib/tribe-view-helpers.class.php:48
659
+ msgid "Austria"
660
+ msgstr "Austrija"
661
+
662
+ # @ tribe-events-calendar
663
+ #: ../lib/tribe-view-helpers.class.php:49
664
+ msgid "Azerbaijan"
665
+ msgstr "Azerbaidžianas"
666
+
667
+ # @ tribe-events-calendar
668
+ #: ../lib/tribe-view-helpers.class.php:50
669
+ msgid "Bahamas"
670
+ msgstr "Bahamų salos"
671
+
672
+ # @ tribe-events-calendar
673
+ #: ../lib/tribe-view-helpers.class.php:51
674
+ msgid "Bahrain"
675
+ msgstr "Bahreinas"
676
+
677
+ # @ tribe-events-calendar
678
+ #: ../lib/tribe-view-helpers.class.php:52
679
+ msgid "Bangladesh"
680
+ msgstr "Bangladešas"
681
+
682
+ # @ tribe-events-calendar
683
+ #: ../lib/tribe-view-helpers.class.php:53
684
+ msgid "Barbados"
685
+ msgstr "Barbadosas"
686
+
687
+ # @ tribe-events-calendar
688
+ #: ../lib/tribe-view-helpers.class.php:54
689
+ msgid "Belarus"
690
+ msgstr "Baltarusija"
691
+
692
+ # @ tribe-events-calendar
693
+ #: ../lib/tribe-view-helpers.class.php:55
694
+ msgid "Belgium"
695
+ msgstr "Belgija"
696
+
697
+ # @ tribe-events-calendar
698
+ #: ../lib/tribe-view-helpers.class.php:56
699
+ msgid "Belize"
700
+ msgstr "Belizas"
701
+
702
+ # @ tribe-events-calendar
703
+ #: ../lib/tribe-view-helpers.class.php:57
704
+ msgid "Benin"
705
+ msgstr "Beninas"
706
+
707
+ # @ tribe-events-calendar
708
+ #: ../lib/tribe-view-helpers.class.php:58
709
+ msgid "Bermuda"
710
+ msgstr "Bermudų salos"
711
+
712
+ # @ tribe-events-calendar
713
+ #: ../lib/tribe-view-helpers.class.php:59
714
+ msgid "Bhutan"
715
+ msgstr "Butanas"
716
+
717
+ # @ tribe-events-calendar
718
+ #: ../lib/tribe-view-helpers.class.php:60
719
+ msgid "Bolivia"
720
+ msgstr "Bolivija"
721
+
722
+ # @ tribe-events-calendar
723
+ #: ../lib/tribe-view-helpers.class.php:61
724
+ msgid "Bosnia And Herzegowina"
725
+ msgstr "Bosnija ir Hercogovina"
726
+
727
+ # @ tribe-events-calendar
728
+ #: ../lib/tribe-view-helpers.class.php:62
729
+ msgid "Botswana"
730
+ msgstr "Bostvana"
731
+
732
+ # @ tribe-events-calendar
733
+ #: ../lib/tribe-view-helpers.class.php:63
734
+ msgid "Bouvet Island"
735
+ msgstr "Buvė Sala"
736
+
737
+ # @ tribe-events-calendar
738
+ #: ../lib/tribe-view-helpers.class.php:64
739
+ msgid "Brazil"
740
+ msgstr "Brazilija"
741
+
742
+ # @ tribe-events-calendar
743
+ #: ../lib/tribe-view-helpers.class.php:65
744
+ msgid "British Indian Ocean Territory"
745
+ msgstr "Britų teritorija Indijos Vandenyse"
746
+
747
+ # @ tribe-events-calendar
748
+ #: ../lib/tribe-view-helpers.class.php:66
749
+ msgid "Brunei Darussalam"
750
+ msgstr "Brunėjus"
751
+
752
+ # @ tribe-events-calendar
753
+ #: ../lib/tribe-view-helpers.class.php:67
754
+ msgid "Bulgaria"
755
+ msgstr "Bulgarija"
756
+
757
+ # @ tribe-events-calendar
758
+ #: ../lib/tribe-view-helpers.class.php:68
759
+ msgid "Burkina Faso"
760
+ msgstr "Burkina Faso"
761
+
762
+ # @ tribe-events-calendar
763
+ #: ../lib/tribe-view-helpers.class.php:69
764
+ msgid "Burundi"
765
+ msgstr "Burundis"
766
+
767
+ # @ tribe-events-calendar
768
+ #: ../lib/tribe-view-helpers.class.php:70
769
+ msgid "Cambodia"
770
+ msgstr "Kambodža"
771
+
772
+ # @ tribe-events-calendar
773
+ #: ../lib/tribe-view-helpers.class.php:71
774
+ msgid "Cameroon"
775
+ msgstr "Kamerūnas"
776
+
777
+ # @ tribe-events-calendar
778
+ #: ../lib/tribe-view-helpers.class.php:72
779
+ msgid "Canada"
780
+ msgstr "Kanada"
781
+
782
+ # @ tribe-events-calendar
783
+ #: ../lib/tribe-view-helpers.class.php:73
784
+ msgid "Cape Verde"
785
+ msgstr "Žaliasis Kyšulys"
786
+
787
+ # @ tribe-events-calendar
788
+ #: ../lib/tribe-view-helpers.class.php:74
789
+ msgid "Cayman Islands"
790
+ msgstr "Kaimanų salos"
791
+
792
+ # @ tribe-events-calendar
793
+ #: ../lib/tribe-view-helpers.class.php:75
794
+ msgid "Central African Republic"
795
+ msgstr "Centrinė Afrikos Respublika"
796
+
797
+ # @ tribe-events-calendar
798
+ #: ../lib/tribe-view-helpers.class.php:76
799
+ msgid "Chad"
800
+ msgstr "Čadas"
801
+
802
+ # @ tribe-events-calendar
803
+ #: ../lib/tribe-view-helpers.class.php:77
804
+ msgid "Chile"
805
+ msgstr "Čilė"
806
+
807
+ # @ tribe-events-calendar
808
+ #: ../lib/tribe-view-helpers.class.php:78
809
+ msgid "China"
810
+ msgstr "Kinija"
811
+
812
+ # @ tribe-events-calendar
813
+ #: ../lib/tribe-view-helpers.class.php:79
814
+ msgid "Christmas Island"
815
+ msgstr "Kalėdų sala"
816
+
817
+ # @ tribe-events-calendar
818
+ #: ../lib/tribe-view-helpers.class.php:80
819
+ msgid "Cocos (Keeling) Islands"
820
+ msgstr "Kokosų (Keelingo) salos"
821
+
822
+ # @ tribe-events-calendar
823
+ #: ../lib/tribe-view-helpers.class.php:81
824
+ msgid "Colombia"
825
+ msgstr "Kolumbija"
826
+
827
+ # @ tribe-events-calendar
828
+ #: ../lib/tribe-view-helpers.class.php:82
829
+ msgid "Comoros"
830
+ msgstr "Komorai"
831
+
832
+ # @ tribe-events-calendar
833
+ #: ../lib/tribe-view-helpers.class.php:83
834
+ msgid "Congo"
835
+ msgstr "Kongas"
836
+
837
+ # @ tribe-events-calendar
838
+ #: ../lib/tribe-view-helpers.class.php:84
839
+ msgid "Congo, The Democratic Republic Of The"
840
+ msgstr "Demokratinė Kongo Respublika"
841
+
842
+ # @ tribe-events-calendar
843
+ #: ../lib/tribe-view-helpers.class.php:85
844
+ msgid "Cook Islands"
845
+ msgstr "Kuko salos"
846
+
847
+ # @ tribe-events-calendar
848
+ #: ../lib/tribe-view-helpers.class.php:86
849
+ msgid "Costa Rica"
850
+ msgstr "Kosta Rika"
851
+
852
+ # @ tribe-events-calendar
853
+ #: ../lib/tribe-view-helpers.class.php:87
854
+ msgid "Cote D'Ivoire"
855
+ msgstr "Dramblio Kaulo Krantas"
856
+
857
+ # @ tribe-events-calendar
858
+ #: ../lib/tribe-view-helpers.class.php:88
859
+ msgid "Croatia (Local Name: Hrvatska)"
860
+ msgstr "Kroatija"
861
+
862
+ # @ tribe-events-calendar
863
+ #: ../lib/tribe-view-helpers.class.php:89
864
+ msgid "Cuba"
865
+ msgstr "Kuba"
866
+
867
+ # @ tribe-events-calendar
868
+ #: ../lib/tribe-view-helpers.class.php:90
869
+ msgid "Cyprus"
870
+ msgstr "Kipras"
871
+
872
+ # @ tribe-events-calendar
873
+ #: ../lib/tribe-view-helpers.class.php:91
874
+ msgid "Czech Republic"
875
+ msgstr "Čekija"
876
+
877
+ # @ tribe-events-calendar
878
+ #: ../lib/tribe-view-helpers.class.php:92
879
+ msgid "Denmark"
880
+ msgstr "Danija"
881
+
882
+ # @ tribe-events-calendar
883
+ #: ../lib/tribe-view-helpers.class.php:93
884
+ msgid "Djibouti"
885
+ msgstr "Džibutis"
886
+
887
+ # @ tribe-events-calendar
888
+ #: ../lib/tribe-view-helpers.class.php:94
889
+ msgid "Dominica"
890
+ msgstr "Dominika"
891
+
892
+ # @ tribe-events-calendar
893
+ #: ../lib/tribe-view-helpers.class.php:95
894
+ msgid "Dominican Republic"
895
+ msgstr "Dominikos Respublika"
896
+
897
+ # @ tribe-events-calendar
898
+ #: ../lib/tribe-view-helpers.class.php:96
899
+ msgid "East Timor"
900
+ msgstr "Rytų Timoras"
901
+
902
+ # @ tribe-events-calendar
903
+ #: ../lib/tribe-view-helpers.class.php:97
904
+ msgid "Ecuador"
905
+ msgstr "Ekvadoras"
906
+
907
+ # @ tribe-events-calendar
908
+ #: ../lib/tribe-view-helpers.class.php:98
909
+ msgid "Egypt"
910
+ msgstr "Egiptas"
911
+
912
+ # @ tribe-events-calendar
913
+ #: ../lib/tribe-view-helpers.class.php:99
914
+ msgid "El Salvador"
915
+ msgstr "El Salvadoras"
916
+
917
+ # @ tribe-events-calendar
918
+ #: ../lib/tribe-view-helpers.class.php:100
919
+ msgid "Equatorial Guinea"
920
+ msgstr "Pusiaujo Gvinėja"
921
+
922
+ # @ tribe-events-calendar
923
+ #: ../lib/tribe-view-helpers.class.php:101
924
+ msgid "Eritrea"
925
+ msgstr "Eritrėja"
926
+
927
+ # @ tribe-events-calendar
928
+ #: ../lib/tribe-view-helpers.class.php:102
929
+ msgid "Estonia"
930
+ msgstr "Estija"
931
+
932
+ # @ tribe-events-calendar
933
+ #: ../lib/tribe-view-helpers.class.php:103
934
+ msgid "Ethiopia"
935
+ msgstr "Etiopija"
936
+
937
+ # @ tribe-events-calendar
938
+ #: ../lib/tribe-view-helpers.class.php:104
939
+ msgid "Falkland Islands (Malvinas)"
940
+ msgstr "Folklando (Malvinų) salos"
941
+
942
+ # @ tribe-events-calendar
943
+ #: ../lib/tribe-view-helpers.class.php:105
944
+ msgid "Faroe Islands"
945
+ msgstr "Farerų salos"
946
+
947
+ # @ tribe-events-calendar
948
+ #: ../lib/tribe-view-helpers.class.php:106
949
+ msgid "Fiji"
950
+ msgstr "Fidžis"
951
+
952
+ # @ tribe-events-calendar
953
+ #: ../lib/tribe-view-helpers.class.php:107
954
+ msgid "Finland"
955
+ msgstr "Suomija"
956
+
957
+ # @ tribe-events-calendar
958
+ #: ../lib/tribe-view-helpers.class.php:108
959
+ msgid "France"
960
+ msgstr "Prancūzija"
961
+
962
+ # @ tribe-events-calendar
963
+ #: ../lib/tribe-view-helpers.class.php:109
964
+ msgid "France, Metropolitan"
965
+ msgstr "Prancūzija, Metropolitenas"
966
+
967
+ # @ tribe-events-calendar
968
+ #: ../lib/tribe-view-helpers.class.php:110
969
+ msgid "French Guiana"
970
+ msgstr "Prancūzijos Gviana"
971
+
972
+ # @ tribe-events-calendar
973
+ #: ../lib/tribe-view-helpers.class.php:111
974
+ msgid "French Polynesia"
975
+ msgstr "Prancūzų Polinezija"
976
+
977
+ # @ tribe-events-calendar
978
+ #: ../lib/tribe-view-helpers.class.php:112
979
+ msgid "French Southern Territories"
980
+ msgstr "Prancūzijos pietinės teritorijos"
981
+
982
+ # @ tribe-events-calendar
983
+ #: ../lib/tribe-view-helpers.class.php:113
984
+ msgid "Gabon"
985
+ msgstr "Gabonas"
986
+
987
+ # @ tribe-events-calendar
988
+ #: ../lib/tribe-view-helpers.class.php:114
989
+ msgid "Gambia"
990
+ msgstr "Gambija"
991
+
992
+ # @ tribe-events-calendar
993
+ #: ../lib/tribe-view-helpers.class.php:115
994
+ #: ../lib/tribe-view-helpers.class.php:303
995
+ msgid "Georgia"
996
+ msgstr "Gruzija"
997
+
998
+ # @ tribe-events-calendar
999
+ #: ../lib/tribe-view-helpers.class.php:116
1000
+ msgid "Germany"
1001
+ msgstr "Vokietija"
1002
+
1003
+ # @ tribe-events-calendar
1004
+ #: ../lib/tribe-view-helpers.class.php:117
1005
+ msgid "Ghana"
1006
+ msgstr "Gana"
1007
+
1008
+ # @ tribe-events-calendar
1009
+ #: ../lib/tribe-view-helpers.class.php:118
1010
+ msgid "Gibraltar"
1011
+ msgstr "Gibraltaras"
1012
+
1013
+ # @ tribe-events-calendar
1014
+ #: ../lib/tribe-view-helpers.class.php:119
1015
+ msgid "Greece"
1016
+ msgstr "Graikija"
1017
+
1018
+ # @ tribe-events-calendar
1019
+ #: ../lib/tribe-view-helpers.class.php:120
1020
+ msgid "Greenland"
1021
+ msgstr "Grenlandija"
1022
+
1023
+ # @ tribe-events-calendar
1024
+ #: ../lib/tribe-view-helpers.class.php:121
1025
+ msgid "Grenada"
1026
+ msgstr "Grenada"
1027
+
1028
+ # @ tribe-events-calendar
1029
+ #: ../lib/tribe-view-helpers.class.php:122
1030
+ msgid "Guadeloupe"
1031
+ msgstr "Gvadelupa"
1032
+
1033
+ # @ tribe-events-calendar
1034
+ #: ../lib/tribe-view-helpers.class.php:123
1035
+ msgid "Guam"
1036
+ msgstr "Guamas"
1037
+
1038
+ # @ tribe-events-calendar
1039
+ #: ../lib/tribe-view-helpers.class.php:124
1040
+ msgid "Guatemala"
1041
+ msgstr "Gvatemala"
1042
+
1043
+ # @ tribe-events-calendar
1044
+ #: ../lib/tribe-view-helpers.class.php:125
1045
+ msgid "Guinea"
1046
+ msgstr "Gvinėja"
1047
+
1048
+ # @ tribe-events-calendar
1049
+ #: ../lib/tribe-view-helpers.class.php:126
1050
+ msgid "Guinea-Bissau"
1051
+ msgstr "Bisau Gvinėja"
1052
+
1053
+ # @ tribe-events-calendar
1054
+ #: ../lib/tribe-view-helpers.class.php:127
1055
+ msgid "Guyana"
1056
+ msgstr "Gajana"
1057
+
1058
+ # @ tribe-events-calendar
1059
+ #: ../lib/tribe-view-helpers.class.php:128
1060
+ msgid "Haiti"
1061
+ msgstr "Haitis"
1062
+
1063
+ # @ tribe-events-calendar
1064
+ #: ../lib/tribe-view-helpers.class.php:129
1065
+ msgid "Heard And Mc Donald Islands"
1066
+ msgstr "Heardo ir Mc Donaldo salos"
1067
+
1068
+ # @ tribe-events-calendar
1069
+ #: ../lib/tribe-view-helpers.class.php:130
1070
+ msgid "Holy See (Vatican City State)"
1071
+ msgstr "Šventasis Sostas (Vatikano Miesto Valstybė)"
1072
+
1073
+ # @ tribe-events-calendar
1074
+ #: ../lib/tribe-view-helpers.class.php:131
1075
+ msgid "Honduras"
1076
+ msgstr "Hondūras"
1077
+
1078
+ # @ tribe-events-calendar
1079
+ #: ../lib/tribe-view-helpers.class.php:132
1080
+ msgid "Hong Kong"
1081
+ msgstr "Honkongas"
1082
+
1083
+ # @ tribe-events-calendar
1084
+ #: ../lib/tribe-view-helpers.class.php:133
1085
+ msgid "Hungary"
1086
+ msgstr "Vengrija"
1087
+
1088
+ # @ tribe-events-calendar
1089
+ #: ../lib/tribe-view-helpers.class.php:134
1090
+ msgid "Iceland"
1091
+ msgstr "Islandija"
1092
+
1093
+ # @ tribe-events-calendar
1094
+ #: ../lib/tribe-view-helpers.class.php:135
1095
+ msgid "India"
1096
+ msgstr "Indija"
1097
+
1098
+ # @ tribe-events-calendar
1099
+ #: ../lib/tribe-view-helpers.class.php:136
1100
+ msgid "Indonesia"
1101
+ msgstr "Indonezija"
1102
+
1103
+ # @ tribe-events-calendar
1104
+ #: ../lib/tribe-view-helpers.class.php:137
1105
+ msgid "Iran (Islamic Republic Of)"
1106
+ msgstr "Iranas"
1107
+
1108
+ # @ tribe-events-calendar
1109
+ #: ../lib/tribe-view-helpers.class.php:138
1110
+ msgid "Iraq"
1111
+ msgstr "Irakas"
1112
+
1113
+ # @ tribe-events-calendar
1114
+ #: ../lib/tribe-view-helpers.class.php:139
1115
+ msgid "Ireland"
1116
+ msgstr "Airija"
1117
+
1118
+ # @ tribe-events-calendar
1119
+ #: ../lib/tribe-view-helpers.class.php:140
1120
+ msgid "Israel"
1121
+ msgstr "Izraelis"
1122
+
1123
+ # @ tribe-events-calendar
1124
+ #: ../lib/tribe-view-helpers.class.php:141
1125
+ msgid "Italy"
1126
+ msgstr "Italija"
1127
+
1128
+ # @ tribe-events-calendar
1129
+ #: ../lib/tribe-view-helpers.class.php:142
1130
+ msgid "Jamaica"
1131
+ msgstr "Jamaika"
1132
+
1133
+ # @ tribe-events-calendar
1134
+ #: ../lib/tribe-view-helpers.class.php:143
1135
+ msgid "Japan"
1136
+ msgstr "Japonija"
1137
+
1138
+ # @ tribe-events-calendar
1139
+ #: ../lib/tribe-view-helpers.class.php:144
1140
+ msgid "Jordan"
1141
+ msgstr "Jordanija"
1142
+
1143
+ # @ tribe-events-calendar
1144
+ #: ../lib/tribe-view-helpers.class.php:145
1145
+ msgid "Kazakhstan"
1146
+ msgstr "Kazakstanas"
1147
+
1148
+ # @ tribe-events-calendar
1149
+ #: ../lib/tribe-view-helpers.class.php:146
1150
+ msgid "Kenya"
1151
+ msgstr "Kenija"
1152
+
1153
+ # @ tribe-events-calendar
1154
+ #: ../lib/tribe-view-helpers.class.php:147
1155
+ msgid "Kiribati"
1156
+ msgstr "Kiribatis"
1157
+
1158
+ # @ tribe-events-calendar
1159
+ #: ../lib/tribe-view-helpers.class.php:148
1160
+ msgid "Korea, Democratic People's Republic Of"
1161
+ msgstr "Demokratinė Korėjos Liaudies Resupublika"
1162
+
1163
+ # @ tribe-events-calendar
1164
+ #: ../lib/tribe-view-helpers.class.php:149
1165
+ msgid "Korea, Republic Of"
1166
+ msgstr "Korėjos Respublika"
1167
+
1168
+ # @ tribe-events-calendar
1169
+ #: ../lib/tribe-view-helpers.class.php:150
1170
+ msgid "Kuwait"
1171
+ msgstr "Kuveitas"
1172
+
1173
+ # @ tribe-events-calendar
1174
+ #: ../lib/tribe-view-helpers.class.php:151
1175
+ msgid "Kyrgyzstan"
1176
+ msgstr "Kirgistanas"
1177
+
1178
+ # @ tribe-events-calendar
1179
+ #: ../lib/tribe-view-helpers.class.php:152
1180
+ msgid "Lao People's Democratic Republic"
1181
+ msgstr "Laoso Liaudies Demokratinė Respublika"
1182
+
1183
+ # @ tribe-events-calendar
1184
+ #: ../lib/tribe-view-helpers.class.php:153
1185
+ msgid "Latvia"
1186
+ msgstr "Latvija"
1187
+
1188
+ # @ tribe-events-calendar
1189
+ #: ../lib/tribe-view-helpers.class.php:154
1190
+ msgid "Lebanon"
1191
+ msgstr "Libanas"
1192
+
1193
+ # @ tribe-events-calendar
1194
+ #: ../lib/tribe-view-helpers.class.php:155
1195
+ msgid "Lesotho"
1196
+ msgstr "Lesotas"
1197
+
1198
+ # @ tribe-events-calendar
1199
+ #: ../lib/tribe-view-helpers.class.php:156
1200
+ msgid "Liberia"
1201
+ msgstr "Liberija"
1202
+
1203
+ # @ tribe-events-calendar
1204
+ #: ../lib/tribe-view-helpers.class.php:157
1205
+ msgid "Libya"
1206
+ msgstr "Libija"
1207
+
1208
+ # @ tribe-events-calendar
1209
+ #: ../lib/tribe-view-helpers.class.php:158
1210
+ msgid "Liechtenstein"
1211
+ msgstr "Lichtenšteinas"
1212
+
1213
+ # @ tribe-events-calendar
1214
+ #: ../lib/tribe-view-helpers.class.php:159
1215
+ msgid "Lithuania"
1216
+ msgstr "Lietuva"
1217
+
1218
+ # @ tribe-events-calendar
1219
+ #: ../lib/tribe-view-helpers.class.php:160
1220
+ msgid "Luxembourg"
1221
+ msgstr "Liuksemburgas"
1222
+
1223
+ # @ tribe-events-calendar
1224
+ #: ../lib/tribe-view-helpers.class.php:161
1225
+ msgid "Macau"
1226
+ msgstr "Makau"
1227
+
1228
+ # @ tribe-events-calendar
1229
+ #: ../lib/tribe-view-helpers.class.php:162
1230
+ msgid "Macedonia"
1231
+ msgstr "Makedonija"
1232
+
1233
+ # @ tribe-events-calendar
1234
+ #: ../lib/tribe-view-helpers.class.php:163
1235
+ msgid "Madagascar"
1236
+ msgstr "Madagaskaras"
1237
+
1238
+ # @ tribe-events-calendar
1239
+ #: ../lib/tribe-view-helpers.class.php:164
1240
+ msgid "Malawi"
1241
+ msgstr "Malavis"
1242
+
1243
+ # @ tribe-events-calendar
1244
+ #: ../lib/tribe-view-helpers.class.php:165
1245
+ msgid "Malaysia"
1246
+ msgstr "Malaizija"
1247
+
1248
+ # @ tribe-events-calendar
1249
+ #: ../lib/tribe-view-helpers.class.php:166
1250
+ msgid "Maldives"
1251
+ msgstr "Maldyvai"
1252
+
1253
+ # @ tribe-events-calendar
1254
+ #: ../lib/tribe-view-helpers.class.php:167
1255
+ msgid "Mali"
1256
+ msgstr "Malis"
1257
+
1258
+ # @ tribe-events-calendar
1259
+ #: ../lib/tribe-view-helpers.class.php:168
1260
+ msgid "Malta"
1261
+ msgstr "Malta"
1262
+
1263
+ # @ tribe-events-calendar
1264
+ #: ../lib/tribe-view-helpers.class.php:169
1265
+ msgid "Marshall Islands"
1266
+ msgstr "Maršalo salos"
1267
+
1268
+ # @ tribe-events-calendar
1269
+ #: ../lib/tribe-view-helpers.class.php:170
1270
+ msgid "Martinique"
1271
+ msgstr "Martinika"
1272
+
1273
+ # @ tribe-events-calendar
1274
+ #: ../lib/tribe-view-helpers.class.php:171
1275
+ msgid "Mauritania"
1276
+ msgstr "Mauritanija"
1277
+
1278
+ # @ tribe-events-calendar
1279
+ #: ../lib/tribe-view-helpers.class.php:172
1280
+ msgid "Mauritius"
1281
+ msgstr "Mauricijus"
1282
+
1283
+ # @ tribe-events-calendar
1284
+ #: ../lib/tribe-view-helpers.class.php:173
1285
+ msgid "Mayotte"
1286
+ msgstr "Mayotte'as"
1287
+
1288
+ # @ tribe-events-calendar
1289
+ #: ../lib/tribe-view-helpers.class.php:174
1290
+ msgid "Mexico"
1291
+ msgstr "Meksika"
1292
+
1293
+ # @ tribe-events-calendar
1294
+ #: ../lib/tribe-view-helpers.class.php:175
1295
+ msgid "Micronesia, Federated States Of"
1296
+ msgstr "Mikronezijos Federacinės Valstijos"
1297
+
1298
+ # @ tribe-events-calendar
1299
+ #: ../lib/tribe-view-helpers.class.php:176
1300
+ msgid "Moldova, Republic Of"
1301
+ msgstr "Moldovos Respublika"
1302
+
1303
+ # @ tribe-events-calendar
1304
+ #: ../lib/tribe-view-helpers.class.php:177
1305
+ msgid "Monaco"
1306
+ msgstr "Monakas"
1307
+
1308
+ # @ tribe-events-calendar
1309
+ #: ../lib/tribe-view-helpers.class.php:178
1310
+ msgid "Mongolia"
1311
+ msgstr "Mongolija"
1312
+
1313
+ # @ tribe-events-calendar
1314
+ #: ../lib/tribe-view-helpers.class.php:179
1315
+ msgid "Montenegro"
1316
+ msgstr "Juodkalnija"
1317
+
1318
+ # @ tribe-events-calendar
1319
+ #: ../lib/tribe-view-helpers.class.php:180
1320
+ msgid "Montserrat"
1321
+ msgstr "Montseratas"
1322
+
1323
+ # @ tribe-events-calendar
1324
+ #: ../lib/tribe-view-helpers.class.php:181
1325
+ msgid "Morocco"
1326
+ msgstr "Marokas"
1327
+
1328
+ # @ tribe-events-calendar
1329
+ #: ../lib/tribe-view-helpers.class.php:182
1330
+ msgid "Mozambique"
1331
+ msgstr "Mozambikas"
1332
+
1333
+ # @ tribe-events-calendar
1334
+ #: ../lib/tribe-view-helpers.class.php:183
1335
+ msgid "Myanmar"
1336
+ msgstr "Mianmaras"
1337
+
1338
+ # @ tribe-events-calendar
1339
+ #: ../lib/tribe-view-helpers.class.php:184
1340
+ msgid "Namibia"
1341
+ msgstr "Namibija"
1342
+
1343
+ # @ tribe-events-calendar
1344
+ #: ../lib/tribe-view-helpers.class.php:185
1345
+ msgid "Nauru"
1346
+ msgstr "Nauru"
1347
+
1348
+ # @ tribe-events-calendar
1349
+ #: ../lib/tribe-view-helpers.class.php:186
1350
+ msgid "Nepal"
1351
+ msgstr "Nepalas"
1352
+
1353
+ # @ tribe-events-calendar
1354
+ #: ../lib/tribe-view-helpers.class.php:187
1355
+ msgid "Netherlands"
1356
+ msgstr "Nyderlandai"
1357
+
1358
+ # @ tribe-events-calendar
1359
+ #: ../lib/tribe-view-helpers.class.php:188
1360
+ msgid "Netherlands Antilles"
1361
+ msgstr "Nyderlandų Antilai"
1362
+
1363
+ # @ tribe-events-calendar
1364
+ #: ../lib/tribe-view-helpers.class.php:189
1365
+ msgid "New Caledonia"
1366
+ msgstr "Naujoji Kaledonija"
1367
+
1368
+ # @ tribe-events-calendar
1369
+ #: ../lib/tribe-view-helpers.class.php:190
1370
+ msgid "New Zealand"
1371
+ msgstr "Naujoji Zelandija"
1372
+
1373
+ # @ tribe-events-calendar
1374
+ #: ../lib/tribe-view-helpers.class.php:191
1375
+ msgid "Nicaragua"
1376
+ msgstr "Nikaragva"
1377
+
1378
+ # @ tribe-events-calendar
1379
+ #: ../lib/tribe-view-helpers.class.php:192
1380
+ msgid "Niger"
1381
+ msgstr "Nigeris"
1382
+
1383
+ # @ tribe-events-calendar
1384
+ #: ../lib/tribe-view-helpers.class.php:193
1385
+ msgid "Nigeria"
1386
+ msgstr "Nigerija"
1387
+
1388
+ # @ tribe-events-calendar
1389
+ #: ../lib/tribe-view-helpers.class.php:194
1390
+ msgid "Niue"
1391
+ msgstr "Niue"
1392
+
1393
+ # @ tribe-events-calendar
1394
+ #: ../lib/tribe-view-helpers.class.php:195
1395
+ msgid "Norfolk Island"
1396
+ msgstr "Norfolko sala"
1397
+
1398
+ # @ tribe-events-calendar
1399
+ #: ../lib/tribe-view-helpers.class.php:196
1400
+ msgid "Northern Mariana Islands"
1401
+ msgstr "Šiaurės Marianų salos"
1402
+
1403
+ # @ tribe-events-calendar
1404
+ #: ../lib/tribe-view-helpers.class.php:197
1405
+ msgid "Norway"
1406
+ msgstr "Norvegija"
1407
+
1408
+ # @ tribe-events-calendar
1409
+ #: ../lib/tribe-view-helpers.class.php:198
1410
+ msgid "Oman"
1411
+ msgstr "Omanas"
1412
+
1413
+ # @ tribe-events-calendar
1414
+ #: ../lib/tribe-view-helpers.class.php:199
1415
+ msgid "Pakistan"
1416
+ msgstr "Pakistanas"
1417
+
1418
+ # @ tribe-events-calendar
1419
+ #: ../lib/tribe-view-helpers.class.php:200
1420
+ msgid "Palau"
1421
+ msgstr "Palau"
1422
+
1423
+ # @ tribe-events-calendar
1424
+ #: ../lib/tribe-view-helpers.class.php:201
1425
+ msgid "Panama"
1426
+ msgstr "Panama"
1427
+
1428
+ # @ tribe-events-calendar
1429
+ #: ../lib/tribe-view-helpers.class.php:202
1430
+ msgid "Papua New Guinea"
1431
+ msgstr "Papua Naujoji Gvinėja"
1432
+
1433
+ # @ tribe-events-calendar
1434
+ #: ../lib/tribe-view-helpers.class.php:203
1435
+ msgid "Paraguay"
1436
+ msgstr "Paragvajus"
1437
+
1438
+ # @ tribe-events-calendar
1439
+ #: ../lib/tribe-view-helpers.class.php:204
1440
+ msgid "Peru"
1441
+ msgstr "Peru"
1442
+
1443
+ # @ tribe-events-calendar
1444
+ #: ../lib/tribe-view-helpers.class.php:205
1445
+ msgid "Philippines"
1446
+ msgstr "Filipinai"
1447
+
1448
+ # @ tribe-events-calendar
1449
+ #: ../lib/tribe-view-helpers.class.php:206
1450
+ msgid "Pitcairn"
1451
+ msgstr "Pitkernas"
1452
+
1453
+ # @ tribe-events-calendar
1454
+ #: ../lib/tribe-view-helpers.class.php:207
1455
+ msgid "Poland"
1456
+ msgstr "Lenkija"
1457
+
1458
+ # @ tribe-events-calendar
1459
+ #: ../lib/tribe-view-helpers.class.php:208
1460
+ msgid "Portugal"
1461
+ msgstr "Portugalija"
1462
+
1463
+ # @ tribe-events-calendar
1464
+ #: ../lib/tribe-view-helpers.class.php:209
1465
+ msgid "Puerto Rico"
1466
+ msgstr "Puerto Rikas"
1467
+
1468
+ # @ tribe-events-calendar
1469
+ #: ../lib/tribe-view-helpers.class.php:210
1470
+ msgid "Qatar"
1471
+ msgstr "Kataras"
1472
+
1473
+ # @ tribe-events-calendar
1474
+ #: ../lib/tribe-view-helpers.class.php:211
1475
+ msgid "Reunion"
1476
+ msgstr "Reunionas"
1477
+
1478
+ # @ tribe-events-calendar
1479
+ #: ../lib/tribe-view-helpers.class.php:212
1480
+ msgid "Romania"
1481
+ msgstr "Rumunija"
1482
+
1483
+ # @ tribe-events-calendar
1484
+ #: ../lib/tribe-view-helpers.class.php:213
1485
+ msgid "Russian Federation"
1486
+ msgstr "Rusijos Federacija"
1487
+
1488
+ # @ tribe-events-calendar
1489
+ #: ../lib/tribe-view-helpers.class.php:214
1490
+ msgid "Rwanda"
1491
+ msgstr "Ruanda"
1492
+
1493
+ # @ tribe-events-calendar
1494
+ #: ../lib/tribe-view-helpers.class.php:215
1495
+ msgid "Saint Kitts And Nevis"
1496
+ msgstr "Sent Kitsas ir Nevis"
1497
+
1498
+ # @ tribe-events-calendar
1499
+ #: ../lib/tribe-view-helpers.class.php:216
1500
+ msgid "Saint Lucia"
1501
+ msgstr "Sent Lusija"
1502
+
1503
+ # @ tribe-events-calendar
1504
+ #: ../lib/tribe-view-helpers.class.php:217
1505
+ msgid "Saint Vincent And The Grenadines"
1506
+ msgstr "Sent Vinsentas ir Grenadinai"
1507
+
1508
+ # @ tribe-events-calendar
1509
+ #: ../lib/tribe-view-helpers.class.php:218
1510
+ msgid "Samoa"
1511
+ msgstr "Samoa"
1512
+
1513
+ # @ tribe-events-calendar
1514
+ #: ../lib/tribe-view-helpers.class.php:219
1515
+ msgid "San Marino"
1516
+ msgstr "San Marinas"
1517
+
1518
+ # @ tribe-events-calendar
1519
+ #: ../lib/tribe-view-helpers.class.php:220
1520
+ msgid "Sao Tome And Principe"
1521
+ msgstr "San Tomė ir Prinsipė"
1522
+
1523
+ # @ tribe-events-calendar
1524
+ #: ../lib/tribe-view-helpers.class.php:221
1525
+ msgid "Saudi Arabia"
1526
+ msgstr "Saudo Arabija"
1527
+
1528
+ # @ tribe-events-calendar
1529
+ #: ../lib/tribe-view-helpers.class.php:222
1530
+ msgid "Senegal"
1531
+ msgstr "Senegalas"
1532
+
1533
+ # @ tribe-events-calendar
1534
+ #: ../lib/tribe-view-helpers.class.php:223
1535
+ msgid "Serbia"
1536
+ msgstr "Serbija"
1537
+
1538
+ # @ tribe-events-calendar
1539
+ #: ../lib/tribe-view-helpers.class.php:224
1540
+ msgid "Seychelles"
1541
+ msgstr "Seišeliai"
1542
+
1543
+ # @ tribe-events-calendar
1544
+ #: ../lib/tribe-view-helpers.class.php:225
1545
+ msgid "Sierra Leone"
1546
+ msgstr "Siera Leonė"
1547
+
1548
+ # @ tribe-events-calendar
1549
+ #: ../lib/tribe-view-helpers.class.php:226
1550
+ msgid "Singapore"
1551
+ msgstr "Singapūras"
1552
+
1553
+ # @ tribe-events-calendar
1554
+ #: ../lib/tribe-view-helpers.class.php:227
1555
+ msgid "Slovakia (Slovak Republic)"
1556
+ msgstr "Slovakija"
1557
+
1558
+ # @ tribe-events-calendar
1559
+ #: ../lib/tribe-view-helpers.class.php:228
1560
+ msgid "Slovenia"
1561
+ msgstr "Slovėnija"
1562
+
1563
+ # @ tribe-events-calendar
1564
+ #: ../lib/tribe-view-helpers.class.php:229
1565
+ msgid "Solomon Islands"
1566
+ msgstr "Saliamono salos"
1567
+
1568
+ # @ tribe-events-calendar
1569
+ #: ../lib/tribe-view-helpers.class.php:230
1570
+ msgid "Somalia"
1571
+ msgstr "Somalis"
1572
+
1573
+ # @ tribe-events-calendar
1574
+ #: ../lib/tribe-view-helpers.class.php:231
1575
+ msgid "South Africa"
1576
+ msgstr "Pietų Afrika"
1577
+
1578
+ # @ tribe-events-calendar
1579
+ #: ../lib/tribe-view-helpers.class.php:232
1580
+ msgid "South Georgia, South Sandwich Islands"
1581
+ msgstr "Pietų Džordžija, Pietų Sandvičo salos"
1582
+
1583
+ # @ tribe-events-calendar
1584
+ #: ../lib/tribe-view-helpers.class.php:233
1585
+ msgid "Spain"
1586
+ msgstr "Ispanija"
1587
+
1588
+ # @ tribe-events-calendar
1589
+ #: ../lib/tribe-view-helpers.class.php:234
1590
+ msgid "Sri Lanka"
1591
+ msgstr "Šri Lanka"
1592
+
1593
+ # @ tribe-events-calendar
1594
+ #: ../lib/tribe-view-helpers.class.php:235
1595
+ msgid "St. Helena"
1596
+ msgstr "Šventosios Elenos sala"
1597
+
1598
+ # @ tribe-events-calendar
1599
+ #: ../lib/tribe-view-helpers.class.php:236
1600
+ msgid "St. Pierre And Miquelon"
1601
+ msgstr "Sen Pjeras ir Mikelonas"
1602
+
1603
+ # @ tribe-events-calendar
1604
+ #: ../lib/tribe-view-helpers.class.php:237
1605
+ msgid "Sudan"
1606
+ msgstr "Sudanas"
1607
+
1608
+ # @ tribe-events-calendar
1609
+ #: ../lib/tribe-view-helpers.class.php:238
1610
+ msgid "Suriname"
1611
+ msgstr "Surinamas"
1612
+
1613
+ # @ tribe-events-calendar
1614
+ #: ../lib/tribe-view-helpers.class.php:239
1615
+ msgid "Svalbard And Jan Mayen Islands"
1616
+ msgstr "Svalbardas ir Jan Mayenas"
1617
+
1618
+ # @ tribe-events-calendar
1619
+ #: ../lib/tribe-view-helpers.class.php:240
1620
+ msgid "Swaziland"
1621
+ msgstr "Svazilendas"
1622
+
1623
+ # @ tribe-events-calendar
1624
+ #: ../lib/tribe-view-helpers.class.php:241
1625
+ msgid "Sweden"
1626
+ msgstr "Švedija"
1627
+
1628
+ # @ tribe-events-calendar
1629
+ #: ../lib/tribe-view-helpers.class.php:242
1630
+ msgid "Switzerland"
1631
+ msgstr "Šveicarija"
1632
+
1633
+ # @ tribe-events-calendar
1634
+ #: ../lib/tribe-view-helpers.class.php:243
1635
+ msgid "Syrian Arab Republic"
1636
+ msgstr "Sirijos Arabų Respublika"
1637
+
1638
+ # @ tribe-events-calendar
1639
+ #: ../lib/tribe-view-helpers.class.php:244
1640
+ msgid "Taiwan"
1641
+ msgstr "Taivanas"
1642
+
1643
+ # @ tribe-events-calendar
1644
+ #: ../lib/tribe-view-helpers.class.php:245
1645
+ msgid "Tajikistan"
1646
+ msgstr "Tadžikistanas"
1647
+
1648
+ # @ tribe-events-calendar
1649
+ #: ../lib/tribe-view-helpers.class.php:246
1650
+ msgid "Tanzania, United Republic Of"
1651
+ msgstr "Tanzanija"
1652
+
1653
+ # @ tribe-events-calendar
1654
+ #: ../lib/tribe-view-helpers.class.php:247
1655
+ msgid "Thailand"
1656
+ msgstr "Tailandas"
1657
+
1658
+ # @ tribe-events-calendar
1659
+ #: ../lib/tribe-view-helpers.class.php:248
1660
+ msgid "Togo"
1661
+ msgstr "Togas"
1662
+
1663
+ # @ tribe-events-calendar
1664
+ #: ../lib/tribe-view-helpers.class.php:249
1665
+ msgid "Tokelau"
1666
+ msgstr "Tokelau"
1667
+
1668
+ # @ tribe-events-calendar
1669
+ #: ../lib/tribe-view-helpers.class.php:250
1670
+ msgid "Tonga"
1671
+ msgstr "Tonga"
1672
+
1673
+ # @ tribe-events-calendar
1674
+ #: ../lib/tribe-view-helpers.class.php:251
1675
+ msgid "Trinidad And Tobago"
1676
+ msgstr "Trinidadas ir Tobagas"
1677
+
1678
+ # @ tribe-events-calendar
1679
+ #: ../lib/tribe-view-helpers.class.php:252
1680
+ msgid "Tunisia"
1681
+ msgstr "Tunisas"
1682
+
1683
+ # @ tribe-events-calendar
1684
+ #: ../lib/tribe-view-helpers.class.php:253
1685
+ msgid "Turkey"
1686
+ msgstr "Turkija"
1687
+
1688
+ # @ tribe-events-calendar
1689
+ #: ../lib/tribe-view-helpers.class.php:254
1690
+ msgid "Turkmenistan"
1691
+ msgstr "Turkmėnistanas"
1692
+
1693
+ # @ tribe-events-calendar
1694
+ #: ../lib/tribe-view-helpers.class.php:255
1695
+ msgid "Turks And Caicos Islands"
1696
+ msgstr "Turkso ir Caicoso salos"
1697
+
1698
+ # @ tribe-events-calendar
1699
+ #: ../lib/tribe-view-helpers.class.php:256
1700
+ msgid "Tuvalu"
1701
+ msgstr "Tuvalu"
1702
+
1703
+ # @ tribe-events-calendar
1704
+ #: ../lib/tribe-view-helpers.class.php:257
1705
+ msgid "Uganda"
1706
+ msgstr "Uganda"
1707
+
1708
+ # @ tribe-events-calendar
1709
+ #: ../lib/tribe-view-helpers.class.php:258
1710
+ msgid "Ukraine"
1711
+ msgstr "Ukraina"
1712
+
1713
+ # @ tribe-events-calendar
1714
+ #: ../lib/tribe-view-helpers.class.php:259
1715
+ msgid "United Arab Emirates"
1716
+ msgstr "Jungtiniai Arabų Emyratai"
1717
+
1718
+ # @ tribe-events-calendar
1719
+ #: ../lib/tribe-view-helpers.class.php:260
1720
+ msgid "United Kingdom"
1721
+ msgstr "Jungtinė Karalystė"
1722
+
1723
+ # @ tribe-events-calendar
1724
+ #: ../lib/tribe-view-helpers.class.php:261
1725
+ msgid "United States Minor Outlying Islands"
1726
+ msgstr "Jungtinių Valstijų mažosios aplinkinės salos"
1727
+
1728
+ # @ tribe-events-calendar
1729
+ #: ../lib/tribe-view-helpers.class.php:262
1730
+ msgid "Uruguay"
1731
+ msgstr "Urugvajus"
1732
+
1733
+ # @ tribe-events-calendar
1734
+ #: ../lib/tribe-view-helpers.class.php:263
1735
+ msgid "Uzbekistan"
1736
+ msgstr "Uzbekistanas"
1737
+
1738
+ # @ tribe-events-calendar
1739
+ #: ../lib/tribe-view-helpers.class.php:264
1740
+ msgid "Vanuatu"
1741
+ msgstr "Vanuatu"
1742
+
1743
+ # @ tribe-events-calendar
1744
+ #: ../lib/tribe-view-helpers.class.php:265
1745
+ msgid "Venezuela"
1746
+ msgstr "Venesuela"
1747
+
1748
+ # @ tribe-events-calendar
1749
+ #: ../lib/tribe-view-helpers.class.php:266
1750
+ msgid "Viet Nam"
1751
+ msgstr "Vietnamas"
1752
+
1753
+ # @ tribe-events-calendar
1754
+ #: ../lib/tribe-view-helpers.class.php:267
1755
+ msgid "Virgin Islands (British)"
1756
+ msgstr "Mergelių Salos (Didžioji Britanija)"
1757
+
1758
+ # @ tribe-events-calendar
1759
+ #: ../lib/tribe-view-helpers.class.php:268
1760
+ msgid "Virgin Islands (U.S.)"
1761
+ msgstr "Mergelių salos (JAV)"
1762
+
1763
+ # @ tribe-events-calendar
1764
+ #: ../lib/tribe-view-helpers.class.php:269
1765
+ msgid "Wallis And Futuna Islands"
1766
+ msgstr "Volisas ir Futūna"
1767
+
1768
+ # @ tribe-events-calendar
1769
+ #: ../lib/tribe-view-helpers.class.php:270
1770
+ msgid "Western Sahara"
1771
+ msgstr "Vakarų Sachara"
1772
+
1773
+ # @ tribe-events-calendar
1774
+ #: ../lib/tribe-view-helpers.class.php:271
1775
+ msgid "Yemen"
1776
+ msgstr "Jemenas"
1777
+
1778
+ # @ tribe-events-calendar
1779
+ #: ../lib/tribe-view-helpers.class.php:272
1780
+ msgid "Zambia"
1781
+ msgstr "Zambija"
1782
+
1783
+ # @ tribe-events-calendar
1784
+ #: ../lib/tribe-view-helpers.class.php:273
1785
+ msgid "Zimbabwe"
1786
+ msgstr "Zimbabvė"
1787
+
1788
+ # @ tribe-events-calendar
1789
+ #: ../lib/tribe-view-helpers.class.php:293
1790
+ msgid "Alabama"
1791
+ msgstr "Alabama"
1792
+
1793
+ # @ tribe-events-calendar
1794
+ #: ../lib/tribe-view-helpers.class.php:294
1795
+ msgid "Alaska"
1796
+ msgstr "Aliaska"
1797
+
1798
+ # @ tribe-events-calendar
1799
+ #: ../lib/tribe-view-helpers.class.php:295
1800
+ msgid "Arizona"
1801
+ msgstr "Arizona"
1802
+
1803
+ # @ tribe-events-calendar
1804
+ #: ../lib/tribe-view-helpers.class.php:296
1805
+ msgid "Arkansas"
1806
+ msgstr "Arkanzasas"
1807
+
1808
+ # @ tribe-events-calendar
1809
+ #: ../lib/tribe-view-helpers.class.php:297
1810
+ msgid "California"
1811
+ msgstr "Kalifornija"
1812
+
1813
+ # @ tribe-events-calendar
1814
+ #: ../lib/tribe-view-helpers.class.php:298
1815
+ msgid "Colorado"
1816
+ msgstr "Koloradas"
1817
+
1818
+ # @ tribe-events-calendar
1819
+ #: ../lib/tribe-view-helpers.class.php:299
1820
+ msgid "Connecticut"
1821
+ msgstr "Konektikutas"
1822
+
1823
+ # @ tribe-events-calendar
1824
+ #: ../lib/tribe-view-helpers.class.php:300
1825
+ msgid "Delaware"
1826
+ msgstr "Delaveras"
1827
+
1828
+ # @ tribe-events-calendar
1829
+ #: ../lib/tribe-view-helpers.class.php:301
1830
+ msgid "District of Columbia"
1831
+ msgstr "Kolumbijos Apygarda"
1832
+
1833
+ # @ tribe-events-calendar
1834
+ #: ../lib/tribe-view-helpers.class.php:302
1835
+ msgid "Florida"
1836
+ msgstr "Florida"
1837
+
1838
+ # @ tribe-events-calendar
1839
+ #: ../lib/tribe-view-helpers.class.php:304
1840
+ msgid "Hawaii"
1841
+ msgstr "Havajai"
1842
+
1843
+ # @ tribe-events-calendar
1844
+ #: ../lib/tribe-view-helpers.class.php:305
1845
+ msgid "Idaho"
1846
+ msgstr "Idaho"
1847
+
1848
+ # @ tribe-events-calendar
1849
+ #: ../lib/tribe-view-helpers.class.php:306
1850
+ msgid "Illinois"
1851
+ msgstr "Ilinojus"
1852
+
1853
+ # @ tribe-events-calendar
1854
+ #: ../lib/tribe-view-helpers.class.php:307
1855
+ msgid "Indiana"
1856
+ msgstr "Indiana"
1857
+
1858
+ # @ tribe-events-calendar
1859
+ #: ../lib/tribe-view-helpers.class.php:308
1860
+ msgid "Iowa"
1861
+ msgstr "Ajova"
1862
+
1863
+ # @ tribe-events-calendar
1864
+ #: ../lib/tribe-view-helpers.class.php:309
1865
+ msgid "Kansas"
1866
+ msgstr "Kanzasas"
1867
+
1868
+ # @ tribe-events-calendar
1869
+ #: ../lib/tribe-view-helpers.class.php:310
1870
+ msgid "Kentucky"
1871
+ msgstr "Kentukis"
1872
+
1873
+ # @ tribe-events-calendar
1874
+ #: ../lib/tribe-view-helpers.class.php:311
1875
+ msgid "Louisiana"
1876
+ msgstr "Luiziana"
1877
+
1878
+ # @ tribe-events-calendar
1879
+ #: ../lib/tribe-view-helpers.class.php:312
1880
+ msgid "Maine"
1881
+ msgstr "Meinas"
1882
+
1883
+ # @ tribe-events-calendar
1884
+ #: ../lib/tribe-view-helpers.class.php:313
1885
+ msgid "Maryland"
1886
+ msgstr "Merilendas"
1887
+
1888
+ # @ tribe-events-calendar
1889
+ #: ../lib/tribe-view-helpers.class.php:314
1890
+ msgid "Massachusetts"
1891
+ msgstr "Masačiusetsas"
1892
+
1893
+ # @ tribe-events-calendar
1894
+ #: ../lib/tribe-view-helpers.class.php:315
1895
+ msgid "Michigan"
1896
+ msgstr "Mičiganas"
1897
+
1898
+ # @ tribe-events-calendar
1899
+ #: ../lib/tribe-view-helpers.class.php:316
1900
+ msgid "Minnesota"
1901
+ msgstr "Minesota"
1902
+
1903
+ # @ tribe-events-calendar
1904
+ #: ../lib/tribe-view-helpers.class.php:317
1905
+ msgid "Mississippi"
1906
+ msgstr "Misisipė"
1907
+
1908
+ # @ tribe-events-calendar
1909
+ #: ../lib/tribe-view-helpers.class.php:318
1910
+ msgid "Missouri"
1911
+ msgstr "Misūris"
1912
+
1913
+ # @ tribe-events-calendar
1914
+ #: ../lib/tribe-view-helpers.class.php:319
1915
+ msgid "Montana"
1916
+ msgstr "Montana"
1917
+
1918
+ # @ tribe-events-calendar
1919
+ #: ../lib/tribe-view-helpers.class.php:320
1920
+ msgid "Nebraska"
1921
+ msgstr "Nebraska"
1922
+
1923
+ # @ tribe-events-calendar
1924
+ #: ../lib/tribe-view-helpers.class.php:321
1925
+ msgid "Nevada"
1926
+ msgstr "Nevada"
1927
+
1928
+ # @ tribe-events-calendar
1929
+ #: ../lib/tribe-view-helpers.class.php:322
1930
+ msgid "New Hampshire"
1931
+ msgstr "Naujasis Hampšyras"
1932
+
1933
+ # @ tribe-events-calendar
1934
+ #: ../lib/tribe-view-helpers.class.php:323
1935
+ msgid "New Jersey"
1936
+ msgstr "Naujasis Džersis"
1937
+
1938
+ # @ tribe-events-calendar
1939
+ #: ../lib/tribe-view-helpers.class.php:324
1940
+ msgid "New Mexico"
1941
+ msgstr "Naujoji Meksika"
1942
+
1943
+ # @ tribe-events-calendar
1944
+ #: ../lib/tribe-view-helpers.class.php:325
1945
+ msgid "New York"
1946
+ msgstr "Naujasis Jorkas"
1947
+
1948
+ # @ tribe-events-calendar
1949
+ #: ../lib/tribe-view-helpers.class.php:326
1950
+ msgid "North Carolina"
1951
+ msgstr "Šiaurės Karolina"
1952
+
1953
+ # @ tribe-events-calendar
1954
+ #: ../lib/tribe-view-helpers.class.php:327
1955
+ msgid "North Dakota"
1956
+ msgstr "Šiaurės Dakota"
1957
+
1958
+ # @ tribe-events-calendar
1959
+ #: ../lib/tribe-view-helpers.class.php:328
1960
+ msgid "Ohio"
1961
+ msgstr "Ohajas"
1962
+
1963
+ # @ tribe-events-calendar
1964
+ #: ../lib/tribe-view-helpers.class.php:329
1965
+ msgid "Oklahoma"
1966
+ msgstr "Oklahoma"
1967
+
1968
+ # @ tribe-events-calendar
1969
+ #: ../lib/tribe-view-helpers.class.php:330
1970
+ msgid "Oregon"
1971
+ msgstr "Oregonas"
1972
+
1973
+ # @ tribe-events-calendar
1974
+ #: ../lib/tribe-view-helpers.class.php:331
1975
+ msgid "Pennsylvania"
1976
+ msgstr "Pensilvanija"
1977
+
1978
+ # @ tribe-events-calendar
1979
+ #: ../lib/tribe-view-helpers.class.php:332
1980
+ msgid "Rhode Island"
1981
+ msgstr "Rodo Sala"
1982
+
1983
+ # @ tribe-events-calendar
1984
+ #: ../lib/tribe-view-helpers.class.php:333
1985
+ msgid "South Carolina"
1986
+ msgstr "Pietų Karolina"
1987
+
1988
+ # @ tribe-events-calendar
1989
+ #: ../lib/tribe-view-helpers.class.php:334
1990
+ msgid "South Dakota"
1991
+ msgstr "Pietų Dakota"
1992
+
1993
+ # @ tribe-events-calendar
1994
+ #: ../lib/tribe-view-helpers.class.php:335
1995
+ msgid "Tennessee"
1996
+ msgstr "Tenesis"
1997
+
1998
+ # @ tribe-events-calendar
1999
+ #: ../lib/tribe-view-helpers.class.php:336
2000
+ msgid "Texas"
2001
+ msgstr "Teksasas"
2002
+
2003
+ # @ tribe-events-calendar
2004
+ #: ../lib/tribe-view-helpers.class.php:337
2005
+ msgid "Utah"
2006
+ msgstr "Juta"
2007
+
2008
+ # @ tribe-events-calendar
2009
+ #: ../lib/tribe-view-helpers.class.php:338
2010
+ msgid "Vermont"
2011
+ msgstr "Vermontas"
2012
+
2013
+ # @ tribe-events-calendar
2014
+ #: ../lib/tribe-view-helpers.class.php:339
2015
+ msgid "Virginia"
2016
+ msgstr "Virdžinija"
2017
+
2018
+ # @ tribe-events-calendar
2019
+ #: ../lib/tribe-view-helpers.class.php:340
2020
+ msgid "Washington"
2021
+ msgstr "Vašingtonas"
2022
+
2023
+ # @ tribe-events-calendar
2024
+ #: ../lib/tribe-view-helpers.class.php:341
2025
+ msgid "West Virginia"
2026
+ msgstr "Vakarų Virdžinija"
2027
+
2028
+ # @ tribe-events-calendar
2029
+ #: ../lib/tribe-view-helpers.class.php:342
2030
+ msgid "Wisconsin"
2031
+ msgstr "Viskonsinas"
2032
+
2033
+ # @ tribe-events-calendar
2034
+ #: ../lib/tribe-view-helpers.class.php:343
2035
+ msgid "Wyoming"
2036
+ msgstr "Vajomingas"
2037
+
2038
+ # @ tribe-events-calendar
2039
+ #: ../lib/tribe-event-exception.class.php:17
2040
+ #: ../lib/tribe-event-exception.class.php:34
2041
+ msgid "Error"
2042
+ msgstr "Klaida"
2043
+
2044
+ # @ tribe-events-calendar
2045
+ #: ../lib/the-events-calendar.class.php:214
2046
+ msgid "The Events Calendar"
2047
+ msgstr "The Events Calendar"
2048
+
2049
+ # @ tribe-events-calendar
2050
+ #: ../lib/the-events-calendar.class.php:217
2051
+ msgid "category"
2052
+ msgstr "Kategorija"
2053
+
2054
+ # @ tribe-events-calendar
2055
+ #: ../lib/the-events-calendar.class.php:218
2056
+ msgid "month"
2057
+ msgstr "mėnuo"
2058
+
2059
+ # @ tribe-events-calendar
2060
+ #: ../lib/the-events-calendar.class.php:219
2061
+ msgid "upcoming"
2062
+ msgstr "artėjantis"
2063
+
2064
+ # @ tribe-events-calendar
2065
+ #: ../lib/the-events-calendar.class.php:220
2066
+ msgid "past"
2067
+ msgstr "praėjęs"
2068
+
2069
+ # @ tribe-events-calendar
2070
+ #: ../lib/the-events-calendar.class.php:222
2071
+ msgid "venue"
2072
+ msgstr "vieta"
2073
+
2074
+ # @ tribe-events-calendar
2075
+ #: ../lib/the-events-calendar.class.php:232
2076
+ #, php-format
2077
+ msgid "Initializing Tribe Events on %s"
2078
+ msgstr "Inicijuojami Tribe Events %s"
2079
+
2080
+ # @ tribe-events-calendar
2081
+ #: ../lib/the-events-calendar.class.php:280
2082
+ #, php-format
2083
+ msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
2084
+ msgstr "Atsiprašome, Events Calendar reikalauja %s arba aukštesnės WordPress versijos. Prašome naujovinti Jūsų WordPress sistemos versiją."
2085
+
2086
+ # @ tribe-events-calendar
2087
+ #: ../lib/the-events-calendar.class.php:283
2088
+ #, php-format
2089
+ msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
2090
+ msgstr "Atsiprašome. Events Calendar reikalauja %s arba aukštesnės PHP versijos. Paprašykite savo internetinių paslaugų tiekėjo perkelti Jūsų svetainę į naujesnę PHP versiją."
2091
+
2092
+ # @ tribe-events-calendar
2093
+ #: ../lib/the-events-calendar.class.php:400
2094
+ msgid "Upcoming Events"
2095
+ msgstr "Artėjantys Įvykiai"
2096
+
2097
+ # @ tribe-events-calendar
2098
+ #: ../lib/the-events-calendar.class.php:402
2099
+ msgid "Past Events"
2100
+ msgstr "Praieties Įvykiai"
2101
+
2102
+ # @ tribe-events-calendar
2103
+ #: ../lib/the-events-calendar.class.php:406
2104
+ #, php-format
2105
+ msgid "Events for %s"
2106
+ msgstr "Įvykiai %s"
2107
+
2108
+ # @ tribe-events-calendar
2109
+ #: ../lib/the-events-calendar.class.php:408
2110
+ msgid "Events this month"
2111
+ msgstr "Įvykiai šį mėnesį"
2112
+
2113
+ # @ tribe-events-calendar
2114
+ #: ../lib/the-events-calendar.class.php:422
2115
+ msgid "No description has been entered for this event."
2116
+ msgstr "Įvykis neturi jokio aprašymo."
2117
+
2118
+ # @ tribe-events-calendar
2119
+ #: ../lib/the-events-calendar.class.php:487
2120
+ msgid "Events"
2121
+ msgstr "Įvykiai"
2122
+
2123
+ # @ tribe-events-calendar
2124
+ #: ../lib/the-events-calendar.class.php:488
2125
+ msgid "Event"
2126
+ msgstr "Įvykis"
2127
+
2128
+ # @ tribe-events-calendar
2129
+ #: ../lib/the-events-calendar.class.php:489
2130
+ #: ../lib/the-events-calendar.class.php:502
2131
+ #: ../lib/the-events-calendar.class.php:515
2132
+ msgid "Add New"
2133
+ msgstr "Pridėti Naują"
2134
+
2135
+ # @ tribe-events-calendar
2136
+ #: ../lib/the-events-calendar.class.php:490
2137
+ msgid "Add New Event"
2138
+ msgstr "Pridėti Naują Įvykį"
2139
+
2140
+ # @ tribe-events-calendar
2141
+ #: ../lib/the-events-calendar.class.php:491
2142
+ msgid "Edit Event"
2143
+ msgstr "Redaguoti Įvykį"
2144
+
2145
+ # @ tribe-events-calendar
2146
+ #: ../lib/the-events-calendar.class.php:492
2147
+ msgid "New Event"
2148
+ msgstr "Naujas Įvykis"
2149
+
2150
+ # @ tribe-events-calendar
2151
+ #: ../lib/the-events-calendar.class.php:493
2152
+ msgid "View Event"
2153
+ msgstr "Peržiūrėti Įvykį"
2154
+
2155
+ # @ tribe-events-calendar
2156
+ #: ../lib/the-events-calendar.class.php:494
2157
+ msgid "Search Events"
2158
+ msgstr "Ieškoti Įvykių"
2159
+
2160
+ # @ tribe-events-calendar
2161
+ #: ../lib/the-events-calendar.class.php:495
2162
+ msgid "No events found"
2163
+ msgstr "Nerasta jokių įvykių"
2164
+
2165
+ # @ tribe-events-calendar
2166
+ #: ../lib/the-events-calendar.class.php:496
2167
+ msgid "No events found in Trash"
2168
+ msgstr "Šiukšlėse nerasta jokių įvykių"
2169
+
2170
+ # @ tribe-events-calendar
2171
+ #: ../lib/the-events-calendar.class.php:500
2172
+ msgid "Venues"
2173
+ msgstr "Vietos"
2174
+
2175
+ # @ tribe-events-calendar
2176
+ #: ../lib/the-events-calendar.class.php:501
2177
+ msgid "Venue"
2178
+ msgstr "Vieta"
2179
+
2180
+ # @ tribe-events-calendar
2181
+ #: ../lib/the-events-calendar.class.php:503
2182
+ msgid "Add New Venue"
2183
+ msgstr "Pridėti Naują Vietą"
2184
+
2185
+ # @ tribe-events-calendar
2186
+ #: ../lib/the-events-calendar.class.php:504
2187
+ msgid "Edit Venue"
2188
+ msgstr "Redaguoti Vietą"
2189
+
2190
+ # @ tribe-events-calendar
2191
+ #: ../lib/the-events-calendar.class.php:505
2192
+ msgid "New Venue"
2193
+ msgstr "Nauja Vieta"
2194
+
2195
+ # @ tribe-events-calendar
2196
+ #: ../lib/the-events-calendar.class.php:506
2197
+ #: ../lib/the-events-calendar.class.php:519
2198
+ msgid "View Venue"
2199
+ msgstr "Peržiūrėti Vietą"
2200
+
2201
+ # @ tribe-events-calendar
2202
+ #: ../lib/the-events-calendar.class.php:507
2203
+ msgid "Search Venues"
2204
+ msgstr "Ieškoti Vietų"
2205
+
2206
+ # @ tribe-events-calendar
2207
+ #: ../lib/the-events-calendar.class.php:508
2208
+ msgid "No venue found"
2209
+ msgstr "Nerasta jokių vietų"
2210
+
2211
+ # @ tribe-events-calendar
2212
+ #: ../lib/the-events-calendar.class.php:509
2213
+ msgid "No venues found in Trash"
2214
+ msgstr "Šiukšlėse nerasta jokių vietų"
2215
+
2216
+ # @ tribe-events-calendar
2217
+ #: ../lib/the-events-calendar.class.php:513
2218
+ msgid "Organizers"
2219
+ msgstr "Organizatoriai"
2220
+
2221
+ # @ tribe-events-calendar
2222
+ #: ../lib/the-events-calendar.class.php:514
2223
+ msgid "Organizer"
2224
+ msgstr "Organizatorius"
2225
+
2226
+ # @ tribe-events-calendar
2227
+ #: ../lib/the-events-calendar.class.php:516
2228
+ msgid "Add New Organizer"
2229
+ msgstr "Pridėti Naują Organizatorių"
2230
+
2231
+ # @ tribe-events-calendar
2232
+ #: ../lib/the-events-calendar.class.php:517
2233
+ msgid "Edit Organizer"
2234
+ msgstr "Redaguoti Organizatorių"
2235
+
2236
+ # @ tribe-events-calendar
2237
+ #: ../lib/the-events-calendar.class.php:518
2238
+ msgid "New Organizer"
2239
+ msgstr "Naujas Organizatorius"
2240
+
2241
+ # @ tribe-events-calendar
2242
+ #: ../lib/the-events-calendar.class.php:520
2243
+ msgid "Search Organizers"
2244
+ msgstr "Ieškoti Organizatorių"
2245
+
2246
+ # @ tribe-events-calendar
2247
+ #: ../lib/the-events-calendar.class.php:521
2248
+ msgid "No organizer found"
2249
+ msgstr "Jokių organizatorių nerasta"
2250
+
2251
+ # @ tribe-events-calendar
2252
+ #: ../lib/the-events-calendar.class.php:522
2253
+ msgid "No organizers found in Trash"
2254
+ msgstr "Šiukšlėse nerasta jokių organizatorių"
2255
+
2256
+ # @ tribe-events-calendar
2257
+ #: ../lib/the-events-calendar.class.php:527
2258
+ msgid "Event Category"
2259
+ msgstr "Įvykio Kategorija"
2260
+
2261
+ # @ tribe-events-calendar
2262
+ #: ../lib/the-events-calendar.class.php:528
2263
+ msgid "Search Event Categories"
2264
+ msgstr "Ieškoti Įvykių Kategorijų"
2265
+
2266
+ # @ tribe-events-calendar
2267
+ #: ../lib/the-events-calendar.class.php:529
2268
+ msgid "All Event Categories"
2269
+ msgstr "Visos Įvykių Kategorijos"
2270
+
2271
+ # @ tribe-events-calendar
2272
+ #: ../lib/the-events-calendar.class.php:530
2273
+ msgid "Parent Event Category"
2274
+ msgstr "Įvykių Virškategorės"
2275
+
2276
+ # @ tribe-events-calendar
2277
+ #: ../lib/the-events-calendar.class.php:531
2278
+ msgid "Parent Event Category:"
2279
+ msgstr "Įvykio Virškategorė:"
2280
+
2281
+ # @ tribe-events-calendar
2282
+ #: ../lib/the-events-calendar.class.php:532
2283
+ msgid "Edit Event Category"
2284
+ msgstr "Redaguoti Įvykio Kategoriją"
2285
+
2286
+ # @ tribe-events-calendar
2287
+ #: ../lib/the-events-calendar.class.php:533
2288
+ msgid "Update Event Category"
2289
+ msgstr "Atnaujinti Įvykio Kategoriją"
2290
+
2291
+ # @ tribe-events-calendar
2292
+ #: ../lib/the-events-calendar.class.php:534
2293
+ msgid "Add New Event Category"
2294
+ msgstr "Pridėti Naują Įvykio Kategoriją"
2295
+
2296
+ # @ tribe-events-calendar
2297
+ #: ../lib/the-events-calendar.class.php:535
2298
+ msgid "New Event Category Name"
2299
+ msgstr "Naujos Įvykio Kategorijos Pavadinimas"
2300
+
2301
+ # @ default
2302
+ #: ../lib/the-events-calendar.class.php:545
2303
+ #, php-format
2304
+ msgid "Event updated. <a href=\"%s\">View event</a>"
2305
+ msgstr "Įvykis atnaujintas. <a href=\"%s\">Peržiūrėti įvykį</a>"
2306
+
2307
+ # @ default
2308
+ #: ../lib/the-events-calendar.class.php:546
2309
+ #: ../lib/the-events-calendar.class.php:563
2310
+ #: ../lib/the-events-calendar.class.php:580
2311
+ msgid "Custom field updated."
2312
+ msgstr "Individualizuotas laukelis atnaujintas."
2313
+
2314
+ # @ default
2315
+ #: ../lib/the-events-calendar.class.php:547
2316
+ #: ../lib/the-events-calendar.class.php:564
2317
+ #: ../lib/the-events-calendar.class.php:581
2318
+ msgid "Custom field deleted."
2319
+ msgstr "Individualizuotas laukelis ištrintas."
2320
+
2321
+ # @ default
2322
+ #: ../lib/the-events-calendar.class.php:548
2323
+ msgid "Event updated."
2324
+ msgstr "Įvykis atnaujintas."
2325
+
2326
+ # @ default
2327
+ #: ../lib/the-events-calendar.class.php:550
2328
+ #, php-format
2329
+ msgid "Event restored to revision from %s"
2330
+ msgstr "Įvykis atkurtas taisymui iš %s"
2331
+
2332
+ # @ default
2333
+ #: ../lib/the-events-calendar.class.php:551
2334
+ #, php-format
2335
+ msgid "Event published. <a href=\"%s\">View event</a>"
2336
+ msgstr "Įvykis paskelbtas. <a href=\"%s\">Peržiūrėti įvykį</a>"
2337
+
2338
+ # @ default
2339
+ #: ../lib/the-events-calendar.class.php:552
2340
+ msgid "Event saved."
2341
+ msgstr "Įvykis įrašytas."
2342
+
2343
+ # @ default
2344
+ #: ../lib/the-events-calendar.class.php:553
2345
+ #, php-format
2346
+ msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2347
+ msgstr "Įvykis pateiktas. <a target=\"_blank\" href=\"%s\">Peržiūrėti įvykį</a>"
2348
+
2349
+ # @ default
2350
+ #: ../lib/the-events-calendar.class.php:554
2351
+ #, php-format
2352
+ msgid "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview event</a>"
2353
+ msgstr "Įvykis suplanuotas: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%s\">Peržiūrėti įvykį</a>"
2354
+
2355
+ # @ default
2356
+ #: ../lib/the-events-calendar.class.php:556
2357
+ #: ../lib/the-events-calendar.class.php:573
2358
+ #: ../lib/the-events-calendar.class.php:590
2359
+ msgid "M j, Y @ G:i"
2360
+ msgstr "M j, Y @ G:i"
2361
+
2362
+ # @ default
2363
+ #: ../lib/the-events-calendar.class.php:557
2364
+ #, php-format
2365
+ msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
2366
+ msgstr "Įvykio juodraštis atnaujintas. <a target=\"_blank\" href=\"%s\">Peržiūrėti įvykį</a>"
2367
+
2368
+ # @ default
2369
+ #: ../lib/the-events-calendar.class.php:562
2370
+ #, php-format
2371
+ msgid "Venue updated. <a href=\"%s\">View venue</a>"
2372
+ msgstr "Vieta atnaujinta. <a href=\"%s\">Peržiūrėti vietą</a>"
2373
+
2374
+ # @ default
2375
+ #: ../lib/the-events-calendar.class.php:565
2376
+ msgid "Venue updated."
2377
+ msgstr "Vieta atnaujinta."
2378
+
2379
+ # @ default
2380
+ #: ../lib/the-events-calendar.class.php:567
2381
+ #, php-format
2382
+ msgid "Venue restored to revision from %s"
2383
+ msgstr "Vieta atkurta taisymui iš %s"
2384
+
2385
+ # @ default
2386
+ #: ../lib/the-events-calendar.class.php:568
2387
+ #, php-format
2388
+ msgid "Venue published. <a href=\"%s\">View venue</a>"
2389
+ msgstr "Vieta paskelbta. <a href=\"%s\">Peržiūrėti vietą</a>"
2390
+
2391
+ # @ default
2392
+ #: ../lib/the-events-calendar.class.php:569
2393
+ msgid "Venue saved."
2394
+ msgstr "Vieta įrašyta."
2395
+
2396
+ # @ default
2397
+ #: ../lib/the-events-calendar.class.php:570
2398
+ #, php-format
2399
+ msgid "Venue submitted. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
2400
+ msgstr "Vieta pateikta. <a target=\"_blank\" href=\"%s\">Peržiūrėti vietą</a>"
2401
+
2402
+ # @ default
2403
+ #: ../lib/the-events-calendar.class.php:571
2404
+ #, php-format
2405
+ msgid "Venue scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview venue</a>"
2406
+ msgstr "Vieta suplanuota: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%s\">Peržiūrėti vietą</a>"
2407
+
2408
+ # @ default
2409
+ #: ../lib/the-events-calendar.class.php:574
2410
+ #, php-format
2411
+ msgid "Venue draft updated. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
2412
+ msgstr "Vietos juodraštis atnaujintas. <a target=\"_blank\" href=\"%s\">Peržiūrėti vietą</a>"
2413
+
2414
+ # @ default
2415
+ #: ../lib/the-events-calendar.class.php:579
2416
+ #, php-format
2417
+ msgid "Organizer updated. <a href=\"%s\">View organizer</a>"
2418
+ msgstr "Organizatorius atnaujintas. <a href=\"%s\">Peržiūrėti organizatorių</a>"
2419
+
2420
+ # @ default
2421
+ #: ../lib/the-events-calendar.class.php:582
2422
+ msgid "Organizer updated."
2423
+ msgstr "Organizatorius atnaujintas."
2424
+
2425
+ # @ default
2426
+ #: ../lib/the-events-calendar.class.php:584
2427
+ #, php-format
2428
+ msgid "Organizer restored to revision from %s"
2429
+ msgstr "Organizatorius atkurtas taisymui iš %s"
2430
+
2431
+ # @ default
2432
+ #: ../lib/the-events-calendar.class.php:585
2433
+ #, php-format
2434
+ msgid "Organizer published. <a href=\"%s\">View organizer</a>"
2435
+ msgstr "Organizatorius paskelbtas. <a href=\"%s\">Peržiūrėti organizatorių</a>"
2436
+
2437
+ # @ default
2438
+ #: ../lib/the-events-calendar.class.php:586
2439
+ msgid "Organizer saved."
2440
+ msgstr "Organizatorius įrašytas."
2441
+
2442
+ # @ default
2443
+ #: ../lib/the-events-calendar.class.php:587
2444
+ #, php-format
2445
+ msgid "Organizer submitted. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
2446
+ msgstr "Organizatorius pateiktas. <a target=\"_blank\" href=\"%s\">Peržiūrėti organizatorių </a>"
2447
+
2448
+ # @ default
2449
+ #: ../lib/the-events-calendar.class.php:588
2450
+ #, php-format
2451
+ msgid "Organizer scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview organizer</a>"
2452
+ msgstr "Organizatorius suplanuotas: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%s\">Peržiūrėti organizatorių </a>"
2453
+
2454
+ # @ default
2455
+ #: ../lib/the-events-calendar.class.php:591
2456
+ #, php-format
2457
+ msgid "Organizer draft updated. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
2458
+ msgstr "Organizatoriaus juodraštis atnaujintas. < <a target=\"_blank\" href=\"%s\">Peržiūrėti organizatorių </a>"
2459
+
2460
+ # @ tribe-events-calendar
2461
+ #: ../lib/the-events-calendar.class.php:646
2462
+ msgid "Next"
2463
+ msgstr "Kita(-s)"
2464
+
2465
+ # @ tribe-events-calendar
2466
+ #: ../lib/the-events-calendar.class.php:647
2467
+ msgid "Prev"
2468
+ msgstr "Ankstesnė(-is)"
2469
+
2470
+ # @ tribe-events-calendar
2471
+ #: ../lib/the-events-calendar.class.php:648
2472
+ msgid "Today"
2473
+ msgstr "Šiandien"
2474
+
2475
+ # @ tribe-events-calendar
2476
+ #: ../lib/the-events-calendar.class.php:649
2477
+ msgid "Done"
2478
+ msgstr "Atlikta"
2479
+
2480
+ # @ tribe-events-calendar
2481
+ #: ../lib/the-events-calendar.class.php:1734
2482
+ msgid "Event Options"
2483
+ msgstr "Įvykio Parinktys"
2484
+
2485
+ # @ tribe-events-calendar
2486
+ #: ../lib/the-events-calendar.class.php:1736
2487
+ msgid "Venue Information"
2488
+ msgstr "Vietos Informacija"
2489
+
2490
+ # @ tribe-events-calendar
2491
+ #: ../lib/the-events-calendar.class.php:1737
2492
+ msgid "Organizer Information"
2493
+ msgstr "Organizatoriaus Informacija"
2494
+
2495
+ # @ tribe-events-calendar
2496
+ #: ../lib/the-events-calendar.class.php:1839
2497
+ msgid "View All Add-Ons"
2498
+ msgstr "Peržiūrėti Visus Papildinius"
2499
+
2500
+ # @ default
2501
+ #: ../lib/the-events-calendar.class.php:1846
2502
+ msgid "News from Tribe Pro"
2503
+ msgstr "Tripe Pro naujienos"
2504
+
2505
+ # @ tribe-events-calendar
2506
+ #: ../lib/tribe-debug-bar.class.php:18
2507
+ msgid "Tribe"
2508
+ msgstr "Tribe"
2509
+
2510
+ # @ tribe-events-calendar
2511
+ #: ../lib/tribe-the-events-calendar-import.class.php:45
2512
+ msgid "Upgrade from The Events Calendar"
2513
+ msgstr "Atnaujinimas iš Events Calendar"
2514
+
2515
+ # @ tribe-events-calendar
2516
+ #: ../lib/tribe-the-events-calendar-import.class.php:46
2517
+ msgid "It appears that you have some old events calendar data that needs to be upgraded. Please be sure to back up your database before initiating the upgrade. This process can not be undone."
2518
+ msgstr "Panašu, jog turite pasilikęs šiek tiek senojo kalendoriaus duomenų, kurie turi būti atnaujinti. Būkite tikras, jog išsaugojote senosios duomenų bazės kopiją, prieš įdiegiant atnaujinimą. Atnaujinimo padariniai negali būti atstatyti."
2519
+
2520
+ # @ tribe-events-calendar
2521
+ #: ../lib/tribe-the-events-calendar-import.class.php:47
2522
+ msgid "Migrate Data!"
2523
+ msgstr "Perkelti Duomenis!"
2524
+
2525
+ # @ default
2526
+ #: ../lib/tribe-the-events-calendar-import.class.php:119
2527
+ #, php-format
2528
+ msgid "You successfully migrated (%d) entries."
2529
+ msgstr "Jūs sėkmingai perkelėte įrašus."
2530
+
2531
+ # @ tribe-events-calendar
2532
+ #: ../lib/tribe-the-events-calendar-import.class.php:189
2533
+ msgid "Install has 1 or more legacy event!"
2534
+ msgstr "Diegimas turi vieną arba daugiau senų (paliktų) įvykių!"
2535
+
2536
+ # @ tribe-events-calendar
2537
+ #: ../lib/template-tags.php:607
2538
+ msgid "Free"
2539
+ msgstr "Nemokamai"
2540
+
2541
+ # @ tribe-events-calendar
2542
+ #: ../lib/template-tags.php:978
2543
+ msgid "Calendar of Events"
2544
+ msgstr "Įvykių Kalendorius"
2545
+
2546
+ # @ tribe-events-calendar
2547
+ #: ../lib/template-tags.php:993
2548
+ msgid "Category:"
2549
+ msgstr "Kategorija:"
2550
+
2551
+ # @ tribe-events-calendar
2552
+ #: ../lib/widget-list.class.php:16
2553
+ msgid "A widget that displays the next upcoming x events."
2554
+ msgstr "Valdiklis, kuris parodo sekančius artėjančius x įvykius."
2555
+
2556
+ # @ tribe-events-calendar
2557
+ #: ../lib/widget-list.class.php:70
2558
+ msgid "View All Events"
2559
+ msgstr "Peržiūrėti Visus Įvykius"
2560
+
2561
+ # @ tribe-events-calendar
2562
+ #: ../lib/widget-list.class.php:73
2563
+ msgid "There are no upcoming events at this time."
2564
+ msgstr "Šiiuo metu nėra jokių artėjančių renginių."
2565
+
lang/tribe-events-calendar-sr_RS.mo ADDED
Binary file
lang/tribe-events-calendar-sr_RS.po ADDED
@@ -0,0 +1,2641 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: The Events Calendar 2.0\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-02-23 08:21-0800\n"
6
+ "PO-Revision-Date: 2012-04-12 10:37+0100\n"
7
+ "Last-Translator: Marko Manojlović <manmar984@gmail.com>\n"
8
+ "Language-Team: Modern Tribe, Inc.\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: English\n"
14
+ "X-Poedit-Country: UNITED STATES\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
+ "X-Poedit-Basepath: ./\n"
18
+ "X-Textdomain-Support: yes\n"
19
+ "X-Poedit-SearchPath-0: ..\n"
20
+
21
+ #@ tribe-events-calendar
22
+ #: admin-views/event-sidebar-options.php:11
23
+ msgid "Hide From Upcoming Events List"
24
+ msgstr "Sakrij sa liste nadolazećih događaja"
25
+
26
+ #@ tribe-events-calendar
27
+ #: admin-views/events-meta-box.php:25
28
+ msgid "Event Time &amp; Date"
29
+ msgstr "Vreme i datum događaja"
30
+
31
+ #@ tribe-events-calendar
32
+ #: admin-views/events-meta-box.php:28
33
+ msgid "You have changed the recurrence rules of this event. Saving the event will update all future events. If you did not mean to change all events, then please refresh the page."
34
+ msgstr "Promenili ste podešavanja za ponavljanje ovog događaja. Ako sačuvate događaj podešavnja će se primenti na sve naredne događaje. Ako niste želeli da promenite sve događaje molimo vas osvežite stranicu."
35
+
36
+ #@ tribe-events-calendar
37
+ #: admin-views/events-meta-box.php:31
38
+ msgid "All day event?"
39
+ msgstr "Celodnevni događaj?"
40
+
41
+ #@ tribe-events-calendar
42
+ #: admin-views/events-meta-box.php:35
43
+ msgid "Start Date / Time:"
44
+ msgstr "Datum / Vreme početka:"
45
+
46
+ #@ tribe-events-calendar
47
+ #: admin-views/events-meta-box.php:38
48
+ #: admin-views/events-meta-box.php:59
49
+ msgid "YYYY-MM-DD"
50
+ msgstr "GGGG-MM-DD"
51
+
52
+ #@ tribe-events-calendar
53
+ #: admin-views/events-meta-box.php:40
54
+ #: admin-views/events-meta-box.php:61
55
+ msgid "@"
56
+ msgstr "@"
57
+
58
+ #@ tribe-events-calendar
59
+ #: admin-views/events-meta-box.php:56
60
+ msgid "End Date / Time:"
61
+ msgstr "Datum / Vreme završetka"
62
+
63
+ #@ tribe-events-calendar
64
+ #: admin-views/events-meta-box.php:78
65
+ msgid "Event Location Details"
66
+ msgstr "Podaci o lokaciji događaja"
67
+
68
+ #@ tribe-events-calendar
69
+ #: admin-views/events-meta-box.php:84
70
+ msgid "Show Google Maps Link:"
71
+ msgstr "Pokaži link Google mape:"
72
+
73
+ #@ tribe-events-calendar
74
+ #: admin-views/events-meta-box.php:91
75
+ msgid "Show Google Map:"
76
+ msgstr "Pokaži Google mapu:"
77
+
78
+ #@ tribe-events-calendar
79
+ #: admin-views/events-meta-box.php:100
80
+ msgid "Event Organizer Details"
81
+ msgstr "Podaci o organizatoru"
82
+
83
+ #@ tribe-events-calendar
84
+ #: admin-views/events-meta-box.php:109
85
+ msgid "Event Cost"
86
+ msgstr "Cena događaja"
87
+
88
+ #@ tribe-events-calendar
89
+ #: admin-views/events-meta-box.php:112
90
+ #: views/list.php:102
91
+ #: views/single.php:29
92
+ msgid "Cost:"
93
+ msgstr "Cena"
94
+
95
+ #@ tribe-events-calendar
96
+ #: admin-views/events-meta-box.php:117
97
+ msgid "Leave blank to hide the field. Enter a 0 for events that are free."
98
+ msgstr "Ostavite prazno da sakrijete polje. Unesite 0 za besplatne događaje."
99
+
100
+ #@ tribe-events-calendar
101
+ #: admin-views/events-options.php:47
102
+ #, php-format
103
+ msgid "%s Settings"
104
+ msgstr "%s Podešavanja"
105
+
106
+ #@ tribe-events-calendar
107
+ #: admin-views/events-options.php:51
108
+ msgid "Need a hand?"
109
+ msgstr "Da li vam je potrebna pomoć?"
110
+
111
+ #@ tribe-events-calendar
112
+ #: admin-views/events-options.php:52
113
+ #, php-format
114
+ msgid "If you're stuck on these options, please go to the <a href=\"%s\">support forum</a>."
115
+ msgstr "Ako ste zaglavili na podešavanjima molimo vas posetite <a href=\"%s\">forum podrške</a>."
116
+
117
+ #@ tribe-events-calendar
118
+ #: admin-views/events-options.php:54
119
+ msgid "Here is the iCal feed URL for your events: "
120
+ msgstr "Ovde je iCal feed URL za vaše događaje:"
121
+
122
+ #@ tribe-events-calendar
123
+ #: admin-views/events-options.php:60
124
+ msgid "Settings"
125
+ msgstr "Podešavanja"
126
+
127
+ #@ tribe-events-calendar
128
+ #: admin-views/events-options.php:63
129
+ #: admin-views/events-options.php:67
130
+ msgid "Default View for the Events"
131
+ msgstr "Podrazumevani izgled za događaje"
132
+
133
+ #@ tribe-events-calendar
134
+ #: admin-views/events-options.php:71
135
+ #: views/gridview.php:37
136
+ #: views/list.php:19
137
+ msgid "Calendar"
138
+ msgstr "Kalendar"
139
+
140
+ #@ tribe-events-calendar
141
+ #: admin-views/events-options.php:75
142
+ #: views/gridview.php:36
143
+ #: views/list.php:18
144
+ msgid "Event List"
145
+ msgstr "Lista događaja"
146
+
147
+ #@ tribe-events-calendar
148
+ #: admin-views/events-options.php:81
149
+ #: admin-views/events-options.php:85
150
+ msgid "Number of events to show per page in the loop"
151
+ msgstr "Broj događaja koji će se prikazivati po stranici "
152
+
153
+ #@ tribe-events-calendar
154
+ #: admin-views/events-options.php:90
155
+ msgid "This is the number of posts displayed per page when returning a list of events."
156
+ msgstr "Ovo je broj postova prikazanih po stranici kada se prikazuje lista događaja."
157
+
158
+ #@ tribe-events-calendar
159
+ #: admin-views/events-options.php:95
160
+ #: admin-views/events-options.php:99
161
+ #: admin-views/events-options.php:101
162
+ msgid "Show Comments"
163
+ msgstr "Pokaži komentare"
164
+
165
+ #@ tribe-events-calendar
166
+ #: admin-views/events-options.php:109
167
+ #: admin-views/events-options.php:113
168
+ msgid "Multiday Event Cutoff"
169
+ msgstr "Odsecanje za višednevne događaje"
170
+
171
+ #@ tribe-events-calendar
172
+ #: admin-views/events-options.php:127
173
+ msgid "For multi-day events, hide the last day from grid view if it ends on or before this time."
174
+ msgstr "Za višednevne događaje sakrij poslednji dan na kalendaru ako se završava u ili pre ovog vremena."
175
+
176
+ #@ tribe-events-calendar
177
+ #: admin-views/events-options.php:132
178
+ #: admin-views/events-options.php:136
179
+ msgid "Enable Google Maps"
180
+ msgstr "Omogući Goolge mapu"
181
+
182
+ #@ tribe-events-calendar
183
+ #: admin-views/events-options.php:142
184
+ msgid "Height"
185
+ msgstr "Visina"
186
+
187
+ #@ tribe-events-calendar
188
+ #: admin-views/events-options.php:143
189
+ msgid "Width"
190
+ msgstr "Širina"
191
+
192
+ #@ tribe-events-calendar
193
+ #: admin-views/events-options.php:143
194
+ msgid "(number or %)"
195
+ msgstr "(broj ili %)"
196
+
197
+ #@ tribe-events-calendar
198
+ #: admin-views/events-options.php:144
199
+ msgid "Zoom Level"
200
+ msgstr "Nivo zuma"
201
+
202
+ #@ tribe-events-calendar
203
+ #: admin-views/events-options.php:144
204
+ msgid "(0 = zoomed-out; 21 = zoomed-in)"
205
+ msgstr "(0 = odzumirano; 21 = zumirano)"
206
+
207
+ #@ tribe-events-calendar
208
+ #: admin-views/events-options.php:148
209
+ msgid "If you don't have this turned on, your event listings won't have the backend map preview or frontend embedded map."
210
+ msgstr "Ako je ovo isključeno vaši događaji neće imati pregled mape u bekendu ni embedovanu mapu na frontendu. "
211
+
212
+ #@ tribe-events-calendar
213
+ #: admin-views/events-options.php:156
214
+ #: admin-views/events-options.php:158
215
+ msgid "Events URL slug"
216
+ msgstr "Slug URL događaja"
217
+
218
+ #@ tribe-events-calendar
219
+ #: admin-views/events-options.php:159
220
+ msgid "The slug used for building the Events URL."
221
+ msgstr "Slug korišćen za pravljenje URL događaja."
222
+
223
+ #@ tribe-events-calendar
224
+ #: admin-views/events-options.php:159
225
+ #, php-format
226
+ msgid "Your current Events URL is <strong><a href=\"%s\">%s</a></strong>"
227
+ msgstr "URL trenutnog događaja je <strong><a href=\"%s\">%s</a></strong>"
228
+
229
+ #@ tribe-events-calendar
230
+ #: admin-views/events-options.php:163
231
+ #: admin-views/events-options.php:165
232
+ msgid "Single Event URL slug"
233
+ msgstr "Slug jednog URL događaja"
234
+
235
+ #@ tribe-events-calendar
236
+ #: admin-views/events-options.php:166
237
+ msgid "The slug used for building a single Event URL."
238
+ msgstr "Ovaj slug se koristi za pravljenje URL-a jednog događaja."
239
+
240
+ #@ tribe-events-calendar
241
+ #: admin-views/events-options.php:167
242
+ #, php-format
243
+ msgid "<strong>NOTE:</strong> You <em>cannot</em> use the same slug as above. The above should ideally be plural, and this singular.<br />Your single Event URL is like: <strong>%s</strong>"
244
+ msgstr "<strong>NAPOMENA:</strong><em>Ne možete</em> koristiti isti slug kao iznad. Iznad bi trebalo da bude množina, a ovde jednina. <br />URL jednog događaja izgleda ovako: <strong>%s</strong>"
245
+
246
+ #@ tribe-events-calendar
247
+ #: admin-views/events-options.php:172
248
+ #: admin-views/events-options.php:174
249
+ msgid "Debug"
250
+ msgstr "Debagovanje"
251
+
252
+ #@ tribe-events-calendar
253
+ #: admin-views/events-options.php:175
254
+ msgid "Debug Events display issues."
255
+ msgstr "Prikaži probleme prilikom debagovanja."
256
+
257
+ #@ tribe-events-calendar
258
+ #: admin-views/events-options.php:176
259
+ #, php-format
260
+ msgid "Enable this option to log debug information. By default this will log to your server PHP error log. If you'd like to see the log messages in your browser, then we recommend that you install the <a href=\"%s\" target=\"_blank\">Debug Bar Plugin</a> and look for the \"Tribe\" tab in the debug output."
261
+ msgstr "Omogućite ovu opciju da bi ste logovali debag informacije. Po podrazumevanim podešavanjima ovo će logovati na PHP error logu vašeg servera. Ako želite da vidite log poruke u vašem pretraživaču preporučujemo da instalirate <a href=\"%s\" target=\"_blank\">Debug Bar Plugin</a> i potražite \"Tribe\" tab u oputputu debaga."
262
+
263
+ #@ tribe-events-calendar
264
+ #: admin-views/events-options.php:181
265
+ msgid "Theme Settings"
266
+ msgstr "Podešavanja teme"
267
+
268
+ #@ tribe-events-calendar
269
+ #: admin-views/events-options.php:184
270
+ #: admin-views/events-options.php:186
271
+ msgid "Events Template"
272
+ msgstr "Šablon događaja"
273
+
274
+ #@ tribe-events-calendar
275
+ #: admin-views/events-options.php:188
276
+ msgid "Default Events Template"
277
+ msgstr "Podrazumevani šablon događaja"
278
+
279
+ #@ tribe-events-calendar
280
+ #: admin-views/events-options.php:189
281
+ msgid "Default Page Template"
282
+ msgstr "Podrazumevani šablon stranice"
283
+
284
+ #@ tribe-events-calendar
285
+ #: admin-views/events-options.php:192
286
+ msgid "Choose a page template to control the look and feel of your calendar."
287
+ msgstr "Izaberite šablon stranice da bi ste kontrolisali izgled vašeg kalendara."
288
+
289
+ #@ tribe-events-calendar
290
+ #: admin-views/events-options.php:196
291
+ #: admin-views/events-options.php:198
292
+ #: admin-views/events-options.php:206
293
+ msgid "Add HTML before calendar"
294
+ msgstr "Dodaj HTML pre kalendara"
295
+
296
+ #@ tribe-events-calendar
297
+ #: admin-views/events-options.php:200
298
+ msgid "Some themes may require that you add extra divs before the calendar list to help with styling."
299
+ msgstr "Neke teme će zahtevati da dodate <div> tagove pre liste da bi ste mogli da je stilizujete."
300
+
301
+ #@ tribe-events-calendar
302
+ #: admin-views/events-options.php:200
303
+ msgid "This is displayed directly after the header."
304
+ msgstr "Ovo se prikazuje odmah nakon zaglavlja."
305
+
306
+ #@ tribe-events-calendar
307
+ #: admin-views/events-options.php:200
308
+ #: admin-views/events-options.php:208
309
+ msgid "You may use (x)HTML."
310
+ msgstr "Možete da koristite (x)HTML."
311
+
312
+ #@ tribe-events-calendar
313
+ #: admin-views/events-options.php:204
314
+ msgid "Add HTML after calendar"
315
+ msgstr "Dodaj HTML posle kalendara"
316
+
317
+ #@ tribe-events-calendar
318
+ #: admin-views/events-options.php:208
319
+ msgid "Some themes may require that you add extra divs after the calendar list to help with styling."
320
+ msgstr "Neke teme će zahtevati da dodate <div> tagove posle liste da bi ste mogli da je stilizujete."
321
+
322
+ #@ tribe-events-calendar
323
+ #: admin-views/events-options.php:208
324
+ msgid "This is displayed directly above the footer."
325
+ msgstr "Ovo se prikazuje odmah iznad podnožja."
326
+
327
+ #@ tribe-events-calendar
328
+ #: admin-views/events-options.php:217
329
+ msgid "Save Changes"
330
+ msgstr "Sačuvaj promene"
331
+
332
+ #@ tribe-events-calendar
333
+ #: admin-views/organizer-meta-box.php:11
334
+ msgid "Organizer Name:"
335
+ msgstr "Organizator:"
336
+
337
+ #@ tribe-events-calendar
338
+ #: admin-views/organizer-meta-box.php:17
339
+ #: admin-views/venue-meta-box.php:83
340
+ #: views/list.php:84
341
+ #: views/single.php:41
342
+ #: views/single.php:69
343
+ msgid "Phone:"
344
+ msgstr "Telefon:"
345
+
346
+ #@ tribe-events-calendar
347
+ #: admin-views/organizer-meta-box.php:21
348
+ msgid "Website:"
349
+ msgstr "Web sajt:"
350
+
351
+ #@ tribe-events-calendar
352
+ #: admin-views/organizer-meta-box.php:25
353
+ #: views/single.php:45
354
+ msgid "Email:"
355
+ msgstr "E-pošta:"
356
+
357
+ #@ tribe-events-calendar
358
+ #: admin-views/recurrence-dialog.php:11
359
+ msgid "Which events do you wish to update?"
360
+ msgstr "Koje dagađaje želite da ažurirate?"
361
+
362
+ #@ tribe-events-calendar
363
+ #: admin-views/recurrence-dialog.php:14
364
+ msgid "Select your desired action"
365
+ msgstr "Odaberite željenu akciju"
366
+
367
+ #@ tribe-events-calendar
368
+ #: admin-views/venue-meta-box.php:12
369
+ msgid "Venue Name:"
370
+ msgstr "Mesto: "
371
+
372
+ #@ tribe-events-calendar
373
+ #: admin-views/venue-meta-box.php:19
374
+ #: views/list.php:90
375
+ #: views/single.php:74
376
+ msgid "Address:"
377
+ msgstr "Adresa:"
378
+
379
+ #@ tribe-events-calendar
380
+ #: admin-views/venue-meta-box.php:23
381
+ msgid "City:"
382
+ msgstr "Grad:"
383
+
384
+ #@ tribe-events-calendar
385
+ #: admin-views/venue-meta-box.php:27
386
+ msgid "Country:"
387
+ msgstr "Zemlja:"
388
+
389
+ #@ tribe-events-calendar
390
+ #: admin-views/venue-meta-box.php:58
391
+ msgid "State or Province:"
392
+ msgstr "Država ili provincija:"
393
+
394
+ #@ tribe-events-calendar
395
+ #: admin-views/venue-meta-box.php:61
396
+ msgid "Select a State:"
397
+ msgstr "Odaberite državu:"
398
+
399
+ #@ tribe-events-calendar
400
+ #: admin-views/venue-meta-box.php:79
401
+ msgid "Postal Code:"
402
+ msgstr "Poštanski broj: "
403
+
404
+ #@ tribe-events-calendar
405
+ #: admin-views/widget-admin-list.php:11
406
+ msgid "Title:"
407
+ msgstr "Titula: "
408
+
409
+ #@ tribe-events-calendar
410
+ #: admin-views/widget-admin-list.php:16
411
+ msgid "Show:"
412
+ msgstr "Prikaži:"
413
+
414
+ #@ tribe-events-calendar
415
+ #: admin-views/widget-admin-list.php:24
416
+ msgid "Show widget only if there are upcoming events:"
417
+ msgstr "Prikaži vidžet samo ako ima nadolazećih događaja: "
418
+
419
+ #@ tribe-events-calendar
420
+ #: admin-views/widget-admin-list.php:30
421
+ msgid "If you wish to customize the widget display yourself, see the file views/events-list-load-widget-display.php inside the Events Premium plugin."
422
+ msgstr "Ako želite da podesite izgled vidžeta pogledajte fajl views/events-list-load-widget-display.php unutar Events Premium plagina."
423
+
424
+ #@ tribe-events-calendar
425
+ #: lib/the-events-calendar.class.php:255
426
+ msgid "The Events Calendar"
427
+ msgstr "Kalendar događaja"
428
+
429
+ #@ tribe-events-calendar
430
+ #: lib/the-events-calendar.class.php:258
431
+ msgid "category"
432
+ msgstr "kategorija"
433
+
434
+ #@ tribe-events-calendar
435
+ #: lib/the-events-calendar.class.php:259
436
+ msgid "month"
437
+ msgstr "mesec"
438
+
439
+ #@ tribe-events-calendar
440
+ #: lib/the-events-calendar.class.php:260
441
+ msgid "upcoming"
442
+ msgstr "nadolazeći"
443
+
444
+ #@ tribe-events-calendar
445
+ #: lib/the-events-calendar.class.php:261
446
+ msgid "past"
447
+ msgstr "prethodni"
448
+
449
+ #@ tribe-events-calendar
450
+ #: lib/the-events-calendar.class.php:263
451
+ msgid "venue"
452
+ msgstr "mesto"
453
+
454
+ #@ tribe-events-calendar
455
+ #: lib/the-events-calendar.class.php:273
456
+ #, php-format
457
+ msgid "Initializing Tribe Events on %s"
458
+ msgstr "Inicijalizacija Tribe Events na %s"
459
+
460
+ #@ tribe-events-calendar
461
+ #: lib/the-events-calendar.class.php:330
462
+ #, php-format
463
+ msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
464
+ msgstr "Žao nam je, The Events Calendar zahteva WordPress %s ili noviji. Molimo vas da ažurirate vašu Wordpress instalaciju."
465
+
466
+ #@ tribe-events-calendar
467
+ #: lib/the-events-calendar.class.php:333
468
+ #, php-format
469
+ msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
470
+ msgstr "Žao nam je, The Events Calendar zahteva PHP %s ili noviji. Pričajte sa vašim hostom o prebacivanju na noviju verziju PHP-a."
471
+
472
+ #@ tribe-events-calendar
473
+ #: lib/the-events-calendar.class.php:454
474
+ #: public/template-tags/loop.php:133
475
+ msgid "Upcoming Events"
476
+ msgstr "Predstojeći događaji"
477
+
478
+ #@ tribe-events-calendar
479
+ #: lib/the-events-calendar.class.php:456
480
+ msgid "Past Events"
481
+ msgstr "Prošli događaji"
482
+
483
+ #@ tribe-events-calendar
484
+ #: lib/the-events-calendar.class.php:460
485
+ #: lib/the-events-calendar.class.php:466
486
+ #, php-format
487
+ msgid "Events for %s"
488
+ msgstr "Događaji za %s"
489
+
490
+ #@ tribe-events-calendar
491
+ #: lib/the-events-calendar.class.php:462
492
+ msgid "Events this month"
493
+ msgstr "Događaji ovog meseca"
494
+
495
+ #@ tribe-events-calendar
496
+ #: lib/the-events-calendar.class.php:472
497
+ #, php-format
498
+ msgid "Events at %s"
499
+ msgstr "Događaji u %s"
500
+
501
+ #@ tribe-events-calendar
502
+ #: lib/the-events-calendar.class.php:485
503
+ msgid "No description has been entered for this event."
504
+ msgstr "Nema opisa za ovaj događaj."
505
+
506
+ #@ tribe-events-calendar
507
+ #: lib/the-events-calendar.class.php:594
508
+ msgid "Events"
509
+ msgstr "Događaji"
510
+
511
+ #@ tribe-events-calendar
512
+ #: lib/the-events-calendar.class.php:595
513
+ msgid "Event"
514
+ msgstr "Događaj"
515
+
516
+ #@ tribe-events-calendar
517
+ #: lib/the-events-calendar.class.php:596
518
+ #: lib/the-events-calendar.class.php:609
519
+ #: lib/the-events-calendar.class.php:622
520
+ msgid "Add New"
521
+ msgstr "Dodaj novi"
522
+
523
+ #@ tribe-events-calendar
524
+ #: lib/the-events-calendar.class.php:597
525
+ msgid "Add New Event"
526
+ msgstr "Dodaj novi događaj"
527
+
528
+ #@ tribe-events-calendar
529
+ #: lib/the-events-calendar.class.php:598
530
+ msgid "Edit Event"
531
+ msgstr "Ažuriraj događaj"
532
+
533
+ #@ tribe-events-calendar
534
+ #: lib/the-events-calendar.class.php:599
535
+ msgid "New Event"
536
+ msgstr "Novi događaj"
537
+
538
+ #@ tribe-events-calendar
539
+ #: lib/the-events-calendar.class.php:600
540
+ msgid "View Event"
541
+ msgstr "Pogledaj događaj"
542
+
543
+ #@ tribe-events-calendar
544
+ #: lib/the-events-calendar.class.php:601
545
+ msgid "Search Events"
546
+ msgstr "Pretraži događaje"
547
+
548
+ #@ tribe-events-calendar
549
+ #: lib/the-events-calendar.class.php:602
550
+ msgid "No events found"
551
+ msgstr "Nema nađenih događaja"
552
+
553
+ #@ tribe-events-calendar
554
+ #: lib/the-events-calendar.class.php:603
555
+ msgid "No events found in Trash"
556
+ msgstr "Nema nađenih događaja u smeću"
557
+
558
+ #@ tribe-events-calendar
559
+ #: lib/the-events-calendar.class.php:607
560
+ msgid "Venues"
561
+ msgstr "Mesta"
562
+
563
+ #@ tribe-events-calendar
564
+ #: lib/the-events-calendar.class.php:608
565
+ msgid "Venue"
566
+ msgstr "Mesto"
567
+
568
+ #@ tribe-events-calendar
569
+ #: lib/the-events-calendar.class.php:610
570
+ msgid "Add New Venue"
571
+ msgstr "Dodaj novo mesto"
572
+
573
+ #@ tribe-events-calendar
574
+ #: lib/the-events-calendar.class.php:611
575
+ msgid "Edit Venue"
576
+ msgstr "Ažuriraj mesto"
577
+
578
+ #@ tribe-events-calendar
579
+ #: lib/the-events-calendar.class.php:612
580
+ msgid "New Venue"
581
+ msgstr "Novo mesto"
582
+
583
+ #@ tribe-events-calendar
584
+ #: lib/the-events-calendar.class.php:613
585
+ #: lib/the-events-calendar.class.php:626
586
+ msgid "View Venue"
587
+ msgstr "Pogledaj mesto"
588
+
589
+ #@ tribe-events-calendar
590
+ #: lib/the-events-calendar.class.php:614
591
+ msgid "Search Venues"
592
+ msgstr "Pretraži mesta"
593
+
594
+ #@ tribe-events-calendar
595
+ #: lib/the-events-calendar.class.php:615
596
+ msgid "No venue found"
597
+ msgstr "Nema nađenih mesta"
598
+
599
+ #@ tribe-events-calendar
600
+ #: lib/the-events-calendar.class.php:616
601
+ msgid "No venues found in Trash"
602
+ msgstr "Nema nađenih mesta u smeću"
603
+
604
+ #@ tribe-events-calendar
605
+ #: lib/the-events-calendar.class.php:620
606
+ msgid "Organizers"
607
+ msgstr "Organizatori"
608
+
609
+ #@ tribe-events-calendar
610
+ #: lib/the-events-calendar.class.php:621
611
+ msgid "Organizer"
612
+ msgstr "Organizator"
613
+
614
+ #@ tribe-events-calendar
615
+ #: lib/the-events-calendar.class.php:623
616
+ msgid "Add New Organizer"
617
+ msgstr "Dodaj novog organizatora"
618
+
619
+ #@ tribe-events-calendar
620
+ #: lib/the-events-calendar.class.php:624
621
+ msgid "Edit Organizer"
622
+ msgstr "Ažuritaj organizatora"
623
+
624
+ #@ tribe-events-calendar
625
+ #: lib/the-events-calendar.class.php:625
626
+ msgid "New Organizer"
627
+ msgstr "Novi organizator"
628
+
629
+ #@ tribe-events-calendar
630
+ #: lib/the-events-calendar.class.php:627
631
+ msgid "Search Organizers"
632
+ msgstr "Pretraži organizatore"
633
+
634
+ #@ tribe-events-calendar
635
+ #: lib/the-events-calendar.class.php:628
636
+ msgid "No organizer found"
637
+ msgstr "Nema nađenih organizatora"
638
+
639
+ #@ tribe-events-calendar
640
+ #: lib/the-events-calendar.class.php:629
641
+ msgid "No organizers found in Trash"
642
+ msgstr "Nema nađenih organizatora u smeću"
643
+
644
+ #@ tribe-events-calendar
645
+ #: lib/the-events-calendar.class.php:633
646
+ #: lib/tribe-admin-events-list.class.php:172
647
+ msgid "Event Categories"
648
+ msgstr "Kategorije događaja"
649
+
650
+ #@ tribe-events-calendar
651
+ #: lib/the-events-calendar.class.php:634
652
+ msgid "Event Category"
653
+ msgstr "Kategorija događaja"
654
+
655
+ #@ tribe-events-calendar
656
+ #: lib/the-events-calendar.class.php:635
657
+ msgid "Search Event Categories"
658
+ msgstr "Pretraži kategorije događaja"
659
+
660
+ #@ tribe-events-calendar
661
+ #: lib/the-events-calendar.class.php:636
662
+ msgid "All Event Categories"
663
+ msgstr "Sve kategorije događaja"
664
+
665
+ #@ tribe-events-calendar
666
+ #: lib/the-events-calendar.class.php:637
667
+ msgid "Parent Event Category"
668
+ msgstr "Roditeljska kategorija događaja"
669
+
670
+ #@ tribe-events-calendar
671
+ #: lib/the-events-calendar.class.php:638
672
+ msgid "Parent Event Category:"
673
+ msgstr "Roditeljska kategorija događaja:"
674
+
675
+ #@ tribe-events-calendar
676
+ #: lib/the-events-calendar.class.php:639
677
+ msgid "Edit Event Category"
678
+ msgstr "Izmeni kategoriju događaja"
679
+
680
+ #@ tribe-events-calendar
681
+ #: lib/the-events-calendar.class.php:640
682
+ msgid "Update Event Category"
683
+ msgstr "Ažuriraj kategoriju događaja"
684
+
685
+ #@ tribe-events-calendar
686
+ #: lib/the-events-calendar.class.php:641
687
+ msgid "Add New Event Category"
688
+ msgstr "Dodaj novu kategoriju događaja"
689
+
690
+ #@ tribe-events-calendar
691
+ #: lib/the-events-calendar.class.php:642
692
+ msgid "New Event Category Name"
693
+ msgstr "Novo ime kategorije događaja"
694
+
695
+ #@ tribe-events-calendar
696
+ #: lib/the-events-calendar.class.php:652
697
+ #, php-format
698
+ msgid "Event updated. <a href=\"%s\">View event</a>"
699
+ msgstr "Događaj ažuriran. <a href=\"%s\">Pogledaj događaj</a>"
700
+
701
+ #@ tribe-events-calendar
702
+ #: lib/the-events-calendar.class.php:653
703
+ #: lib/the-events-calendar.class.php:670
704
+ #: lib/the-events-calendar.class.php:687
705
+ msgid "Custom field updated."
706
+ msgstr "Prilagođeno polje ažurirano."
707
+
708
+ #@ tribe-events-calendar
709
+ #: lib/the-events-calendar.class.php:654
710
+ #: lib/the-events-calendar.class.php:671
711
+ #: lib/the-events-calendar.class.php:688
712
+ msgid "Custom field deleted."
713
+ msgstr "Prilagođeno polje obrisano."
714
+
715
+ #@ tribe-events-calendar
716
+ #: lib/the-events-calendar.class.php:655
717
+ msgid "Event updated."
718
+ msgstr "Događaj ažuriran."
719
+
720
+ #@ tribe-events-calendar
721
+ #. translators: %s: date and time of the revision
722
+ #: lib/the-events-calendar.class.php:657
723
+ #, php-format
724
+ msgid "Event restored to revision from %s"
725
+ msgstr "Događaj vraćen na reviziju od %s"
726
+
727
+ #@ tribe-events-calendar
728
+ #: lib/the-events-calendar.class.php:658
729
+ #, php-format
730
+ msgid "Event published. <a href=\"%s\">View event</a>"
731
+ msgstr "Događaj objavljen. <a href=\"%s\">Pogledaj događaj</a>"
732
+
733
+ #@ tribe-events-calendar
734
+ #: lib/the-events-calendar.class.php:659
735
+ msgid "Event saved."
736
+ msgstr "Događaj sačuvan."
737
+
738
+ #@ tribe-events-calendar
739
+ #: lib/the-events-calendar.class.php:660
740
+ #, php-format
741
+ msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
742
+ msgstr "Događaj poslat. <a target=\"_blank\" href=\"%s\">Pregled događaja</a>"
743
+
744
+ #@ tribe-events-calendar
745
+ #: lib/the-events-calendar.class.php:661
746
+ #, php-format
747
+ msgid "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview event</a>"
748
+ msgstr "Događaj stavljen na raspored za: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Pregled događaja</a>"
749
+
750
+ #@ tribe-events-calendar
751
+ #: lib/the-events-calendar.class.php:663
752
+ #: lib/the-events-calendar.class.php:680
753
+ #: lib/the-events-calendar.class.php:697
754
+ msgid "M j, Y @ G:i"
755
+ msgstr "M j, Y @ G:i"
756
+
757
+ #@ tribe-events-calendar
758
+ #: lib/the-events-calendar.class.php:664
759
+ #, php-format
760
+ msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
761
+ msgstr "Nacrt ažiruran. <a target=\"_blank\" href=\"%s\">Pregled događaja</a>"
762
+
763
+ #@ tribe-events-calendar
764
+ #: lib/the-events-calendar.class.php:669
765
+ #, php-format
766
+ msgid "Venue updated. <a href=\"%s\">View venue</a>"
767
+ msgstr "Mesto ažurirano. <a href=\"%s\">Vidi mesto</a>"
768
+
769
+ #@ tribe-events-calendar
770
+ #: lib/the-events-calendar.class.php:672
771
+ msgid "Venue updated."
772
+ msgstr "Mesto ažurirano. "
773
+
774
+ #@ tribe-events-calendar
775
+ #. translators: %s: date and time of the revision
776
+ #: lib/the-events-calendar.class.php:674
777
+ #, php-format
778
+ msgid "Venue restored to revision from %s"
779
+ msgstr "Mesto vraćeno na reviziju od %s"
780
+
781
+ #@ tribe-events-calendar
782
+ #: lib/the-events-calendar.class.php:675
783
+ #, php-format
784
+ msgid "Venue published. <a href=\"%s\">View venue</a>"
785
+ msgstr "Mesto objavljeno. <a href=\"%s\">Vidi mesto</a>"
786
+
787
+ #@ default
788
+ #: lib/the-events-calendar.class.php:676
789
+ msgid "Venue saved."
790
+ msgstr "Mesto sačuvano."
791
+
792
+ #@ tribe-events-calendar
793
+ #: lib/the-events-calendar.class.php:677
794
+ #, php-format
795
+ msgid "Venue submitted. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
796
+ msgstr "Mesto poslato. <a target=\"_blank\" href=\"%s\">Pregled mesta</a>"
797
+
798
+ #@ tribe-events-calendar
799
+ #: lib/the-events-calendar.class.php:678
800
+ #, php-format
801
+ msgid "Venue scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview venue</a>"
802
+ msgstr "Mesto stavljeno na raspored za: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Pregled mesta</a>"
803
+
804
+ #@ tribe-events-calendar
805
+ #: lib/the-events-calendar.class.php:681
806
+ #, php-format
807
+ msgid "Venue draft updated. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
808
+ msgstr "Nacrt mesta ažiruran. <a target=\"_blank\" href=\"%s\">Pregled mesta</a>"
809
+
810
+ #@ tribe-events-calendar
811
+ #: lib/the-events-calendar.class.php:686
812
+ #, php-format
813
+ msgid "Organizer updated. <a href=\"%s\">View organizer</a>"
814
+ msgstr "Organizator ažuriran. <a href=\"%s\">Vidi organizatora</a>"
815
+
816
+ #@ tribe-events-calendar
817
+ #: lib/the-events-calendar.class.php:689
818
+ msgid "Organizer updated."
819
+ msgstr "Organizator ažuriran."
820
+
821
+ #@ tribe-events-calendar
822
+ #. translators: %s: date and time of the revision
823
+ #: lib/the-events-calendar.class.php:691
824
+ #, php-format
825
+ msgid "Organizer restored to revision from %s"
826
+ msgstr "Organizator vraćen na reviziju od %s"
827
+
828
+ #@ tribe-events-calendar
829
+ #: lib/the-events-calendar.class.php:692
830
+ #, php-format
831
+ msgid "Organizer published. <a href=\"%s\">View organizer</a>"
832
+ msgstr "Organizator objavljen. <a href=\"%s\">Vidi organizatora</a>"
833
+
834
+ #@ default
835
+ #: lib/the-events-calendar.class.php:693
836
+ msgid "Organizer saved."
837
+ msgstr "Organizator sačuvan."
838
+
839
+ #@ tribe-events-calendar
840
+ #: lib/the-events-calendar.class.php:694
841
+ #, php-format
842
+ msgid "Organizer submitted. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
843
+ msgstr "Organizator poslat. <a target=\"_blank\" href=\"%s\">Pregled organizatora</a>"
844
+
845
+ #@ tribe-events-calendar
846
+ #: lib/the-events-calendar.class.php:695
847
+ #, php-format
848
+ msgid "Organizer scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview organizer</a>"
849
+ msgstr "Organizator stavljen na raspored za: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Pregled organizatora</a>"
850
+
851
+ #@ tribe-events-calendar
852
+ #: lib/the-events-calendar.class.php:698
853
+ #, php-format
854
+ msgid "Organizer draft updated. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
855
+ msgstr "Nacrt organizatora ažiruran. <a target=\"_blank\" href=\"%s\">Pregled organizatora</a>"
856
+
857
+ #@ tribe-events-calendar
858
+ #: lib/the-events-calendar.class.php:753
859
+ msgid "Next"
860
+ msgstr "Sledeći"
861
+
862
+ #@ tribe-events-calendar
863
+ #: lib/the-events-calendar.class.php:754
864
+ msgid "Prev"
865
+ msgstr "Prethodni"
866
+
867
+ #@ tribe-events-calendar
868
+ #: lib/the-events-calendar.class.php:755
869
+ msgid "Today"
870
+ msgstr "Danas"
871
+
872
+ #@ tribe-events-calendar
873
+ #: lib/the-events-calendar.class.php:756
874
+ msgid "Done"
875
+ msgstr "Gotovo"
876
+
877
+ #@ tribe-events-calendar
878
+ #: lib/the-events-calendar.class.php:1944
879
+ msgid "Event Options"
880
+ msgstr "Opcije događaja"
881
+
882
+ #@ tribe-events-calendar
883
+ #: lib/the-events-calendar.class.php:1946
884
+ msgid "Venue Information"
885
+ msgstr "Informacije o mestu"
886
+
887
+ #@ tribe-events-calendar
888
+ #: lib/the-events-calendar.class.php:1947
889
+ msgid "Organizer Information"
890
+ msgstr "Informacije o organizatoru"
891
+
892
+ #@ tribe-events-calendar
893
+ #: lib/the-events-calendar.class.php:2060
894
+ msgid "Support"
895
+ msgstr "Podrška"
896
+
897
+ #@ tribe-events-calendar
898
+ #: lib/the-events-calendar.class.php:2063
899
+ msgid "View All Add-Ons"
900
+ msgstr "Pogledaj sve dodatke"
901
+
902
+ #@ default
903
+ #: lib/the-events-calendar.class.php:2070
904
+ msgid "News from Modern Tribe"
905
+ msgstr "Vesti Modern Tribe-a"
906
+
907
+ #@ tribe-events-calendar
908
+ #: lib/the-events-calendar.class.php:2115
909
+ msgid "Additional Functionality"
910
+ msgstr "Dodatna funkcionalnost"
911
+
912
+ #@ tribe-events-calendar
913
+ #: lib/the-events-calendar.class.php:2120
914
+ #: lib/the-events-calendar.class.php:2126
915
+ msgid "Looking for additional functionality including recurring events, custom meta, community events, ticket sales and more?"
916
+ msgstr "Potrebna vam je dodatna funkcionalnost uključujući ponavljajuće događaje, custom meta, zajednički događaji, prodaja karata i još dosta toga?"
917
+
918
+ #@ tribe-events-calendar
919
+ #: lib/the-events-calendar.class.php:2120
920
+ #: lib/the-events-calendar.class.php:2127
921
+ #, php-format
922
+ msgid "Check out the <a href=\"%s\">available Add-Ons</a>."
923
+ msgstr "Pogledajte <a href=\"%s\">dostupne dodatke</a>."
924
+
925
+ #@ tribe-events-calendar
926
+ #: lib/tribe-admin-events-list.class.php:40
927
+ #, php-format
928
+ msgid "View &#8220;%s&#8221;"
929
+ msgstr "Pogledajte &#8220;%s&#8221;"
930
+
931
+ #@ tribe-events-calendar
932
+ #: lib/tribe-admin-events-list.class.php:40
933
+ msgid "View"
934
+ msgstr "Pogledajte"
935
+
936
+ #@ tribe-events-calendar
937
+ #: lib/tribe-admin-events-list.class.php:177
938
+ msgid "Start Date"
939
+ msgstr "Datum početka"
940
+
941
+ #@ tribe-events-calendar
942
+ #: lib/tribe-admin-events-list.class.php:178
943
+ msgid "End Date"
944
+ msgstr "Datum završetka"
945
+
946
+ #@ tribe-events-calendar
947
+ #: lib/tribe-admin-events-list.class.php:179
948
+ msgid "Recurring?"
949
+ msgstr "Ponavljajući?"
950
+
951
+ #@ tribe-events-calendar
952
+ #: lib/tribe-admin-events-list.class.php:222
953
+ msgid "Yes"
954
+ msgstr "Da"
955
+
956
+ #@ tribe-events-calendar
957
+ #: lib/tribe-admin-events-list.class.php:222
958
+ msgid "No"
959
+ msgstr "Ne"
960
+
961
+ #@ tribe-events-calendar
962
+ #: lib/tribe-admin-events-list.class.php:276
963
+ #, php-format
964
+ msgid "All %s"
965
+ msgstr "Svi %s"
966
+
967
+ #@ tribe-events-calendar
968
+ #: lib/tribe-debug-bar.class.php:18
969
+ msgid "Tribe"
970
+ msgstr "Tribe"
971
+
972
+ #@ tribe-events-calendar
973
+ #: lib/tribe-event-exception.class.php:17
974
+ #: lib/tribe-event-exception.class.php:34
975
+ msgid "Error"
976
+ msgstr "Greška"
977
+
978
+ #@ tribe-events-calendar
979
+ #: lib/tribe-the-events-calendar-import.class.php:44
980
+ msgid "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make sure you have backed up before proceeding any further. You can easily <a href=\" http://wordpress.org/extend/plugins/the-events-calendar/download/\">revert to an old version</a> if you want to backup first. This upgrade includes two major steps, <a href=\"options-general.php?page=tribe-events-calendar\">migrating data</a> & updating your templates as necessary. There have been significant changes to the template tags and functions. Check out our <a href=\"http://tri.be/migrating-from-events-calendar-1-6-5-to-2-0\">walkthrough on the upgrade</a> before proceeding and check out the FAQ & Knowledge base from the <a href=\"http://tri.be/support/\">support page</a>. If you're new to The Events Calendar, you may want to review our <a href=\"http://tri.be/support/documentation/events-calendar-pro-new-user-primer/\">new user primer</a>.<br/><br/> You have events that need to be migrated. Please visit the bottom of the <a href=\"options-general.php?page=tribe-events-calendar\">settings page</a> to perform the migration."
981
+ msgstr "Dobrodošli na Events 2.0! Ovo je VELIKO poboljšanje od 1.6.5 Molimo vas da uradite bekap pre nastavka. Možete lako da se <a href=\" http://wordpress.org/extend/plugins/the-events-calendar/download/\">vratite na staru verziju</a> ako želite da prvo uradite bekap. Ova nadogradnja uključuje dva glavna koraka, <a href=\"options-general.php?page=tribe-events-calendar\">migraciju podataka</a> i nadogradnji vaših templejta po potrebi. Postoje značajne promene u tagovima i funkcionalnosti. Pogledajte <a href=\"http://tri.be/migrating-from-events-calendar-1-6-5-to-2-0\">walkthrough on the upgrade</a> pre nastavka i pogledajte FAQ na <a href=\"http://tri.be/support/\">stranici podrške</a>. Ako ste novi korisnik The Events Calendar-a možda bi ste želeli da pogledate <a href=\"http://tri.be/support/documentation/events-calendar-pro-new-user-primer/\">uputstva za nove korisnike</a>.<br/><br/> Imate događaje kojima treba migracija? Molimo vas otidite na dno <a href=\"options-general.php?page=tribe-events-calendar\">stranice za podešavanje</a> da izvršite migraciju."
982
+
983
+ #@ tribe-events-calendar
984
+ #: lib/tribe-the-events-calendar-import.class.php:54
985
+ msgid "Upgrade from The Events Calendar"
986
+ msgstr "Nadogradite sa The Events Calendar"
987
+
988
+ #@ tribe-events-calendar
989
+ #: lib/tribe-the-events-calendar-import.class.php:55
990
+ msgid "It appears that you have some old events calendar data that needs to be upgraded. Please be sure to back up your database before initiating the upgrade. This process can not be undone."
991
+ msgstr "Izgleda da imate podatke iz starog kalendara koji treba da se nadograde. Molimo vas da uradite bekap vaše baze pre nadogradnje. Ovaj proces ne može biti povraćen."
992
+
993
+ #@ tribe-events-calendar
994
+ #: lib/tribe-the-events-calendar-import.class.php:56
995
+ msgid "Migrate Data!"
996
+ msgstr "Migracija podataka!"
997
+
998
+ #@ tribe-events-calendar
999
+ #: lib/tribe-the-events-calendar-import.class.php:132
1000
+ #, php-format
1001
+ msgid "You successfully migrated (%d) entries."
1002
+ msgstr "Uspešno ste migrirali (%d) unosa."
1003
+
1004
+ #@ tribe-events-calendar
1005
+ #: lib/tribe-the-events-calendar-import.class.php:203
1006
+ msgid "Install has 1 or more legacy event!"
1007
+ msgstr "Instalacija ima 1 ili više zaveštanih događaja."
1008
+
1009
+ #@ tribe-events-calendar
1010
+ #: lib/tribe-view-helpers.class.php:16
1011
+ #: lib/tribe-view-helpers.class.php:33
1012
+ msgid "Select a Country:"
1013
+ msgstr "Odaberite zemlju:"
1014
+
1015
+ #@ tribe-events-calendar
1016
+ #: lib/tribe-view-helpers.class.php:34
1017
+ #: public/template-tags/venue.php:231
1018
+ msgid "United States"
1019
+ msgstr "Sjedinjene Američke Države"
1020
+
1021
+ #@ tribe-events-calendar
1022
+ #: lib/tribe-view-helpers.class.php:35
1023
+ msgid "Afghanistan"
1024
+ msgstr "Avganistan"
1025
+
1026
+ #@ tribe-events-calendar
1027
+ #: lib/tribe-view-helpers.class.php:36
1028
+ msgid "Albania"
1029
+ msgstr "Albania"
1030
+
1031
+ #@ tribe-events-calendar
1032
+ #: lib/tribe-view-helpers.class.php:37
1033
+ msgid "Algeria"
1034
+ msgstr "Alžir"
1035
+
1036
+ #@ tribe-events-calendar
1037
+ #: lib/tribe-view-helpers.class.php:38
1038
+ msgid "American Samoa"
1039
+ msgstr "Američka Samoa"
1040
+
1041
+ #@ tribe-events-calendar
1042
+ #: lib/tribe-view-helpers.class.php:39
1043
+ msgid "Andorra"
1044
+ msgstr "Andora"
1045
+
1046
+ #@ tribe-events-calendar
1047
+ #: lib/tribe-view-helpers.class.php:40
1048
+ msgid "Angola"
1049
+ msgstr "Angola"
1050
+
1051
+ #@ tribe-events-calendar
1052
+ #: lib/tribe-view-helpers.class.php:41
1053
+ msgid "Anguilla"
1054
+ msgstr "Angola"
1055
+
1056
+ #@ tribe-events-calendar
1057
+ #: lib/tribe-view-helpers.class.php:42
1058
+ msgid "Antarctica"
1059
+ msgstr "Anrartik"
1060
+
1061
+ #@ tribe-events-calendar
1062
+ #: lib/tribe-view-helpers.class.php:43
1063
+ msgid "Antigua And Barbuda"
1064
+ msgstr "Antigva i Barbuda"
1065
+
1066
+ #@ tribe-events-calendar
1067
+ #: lib/tribe-view-helpers.class.php:44
1068
+ msgid "Argentina"
1069
+ msgstr "Argentina"
1070
+
1071
+ #@ tribe-events-calendar
1072
+ #: lib/tribe-view-helpers.class.php:45
1073
+ msgid "Armenia"
1074
+ msgstr "Armenia"
1075
+
1076
+ #@ tribe-events-calendar
1077
+ #: lib/tribe-view-helpers.class.php:46
1078
+ msgid "Aruba"
1079
+ msgstr "Aruba"
1080
+
1081
+ #@ tribe-events-calendar
1082
+ #: lib/tribe-view-helpers.class.php:47
1083
+ msgid "Australia"
1084
+ msgstr "Australia"
1085
+
1086
+ #@ tribe-events-calendar
1087
+ #: lib/tribe-view-helpers.class.php:48
1088
+ msgid "Austria"
1089
+ msgstr "Austria"
1090
+
1091
+ #@ tribe-events-calendar
1092
+ #: lib/tribe-view-helpers.class.php:49
1093
+ msgid "Azerbaijan"
1094
+ msgstr "Azerbejdžan"
1095
+
1096
+ #@ tribe-events-calendar
1097
+ #: lib/tribe-view-helpers.class.php:50
1098
+ msgid "Bahamas"
1099
+ msgstr "Bahami"
1100
+
1101
+ #@ tribe-events-calendar
1102
+ #: lib/tribe-view-helpers.class.php:51
1103
+ msgid "Bahrain"
1104
+ msgstr "Bahrin"
1105
+
1106
+ #@ tribe-events-calendar
1107
+ #: lib/tribe-view-helpers.class.php:52
1108
+ msgid "Bangladesh"
1109
+ msgstr "Bangladeš"
1110
+
1111
+ #@ tribe-events-calendar
1112
+ #: lib/tribe-view-helpers.class.php:53
1113
+ msgid "Barbados"
1114
+ msgstr "Barbados"
1115
+
1116
+ #@ tribe-events-calendar
1117
+ #: lib/tribe-view-helpers.class.php:54
1118
+ msgid "Belarus"
1119
+ msgstr "Belorusija"
1120
+
1121
+ #@ tribe-events-calendar
1122
+ #: lib/tribe-view-helpers.class.php:55
1123
+ msgid "Belgium"
1124
+ msgstr "Belgija"
1125
+
1126
+ #@ tribe-events-calendar
1127
+ #: lib/tribe-view-helpers.class.php:56
1128
+ msgid "Belize"
1129
+ msgstr "Belize"
1130
+
1131
+ #@ tribe-events-calendar
1132
+ #: lib/tribe-view-helpers.class.php:57
1133
+ msgid "Benin"
1134
+ msgstr "Benin"
1135
+
1136
+ #@ tribe-events-calendar
1137
+ #: lib/tribe-view-helpers.class.php:58
1138
+ msgid "Bermuda"
1139
+ msgstr "Bermuda"
1140
+
1141
+ #@ tribe-events-calendar
1142
+ #: lib/tribe-view-helpers.class.php:59
1143
+ msgid "Bhutan"
1144
+ msgstr "Butan"
1145
+
1146
+ #@ tribe-events-calendar
1147
+ #: lib/tribe-view-helpers.class.php:60
1148
+ msgid "Bolivia"
1149
+ msgstr "Bolivija"
1150
+
1151
+ #@ tribe-events-calendar
1152
+ #: lib/tribe-view-helpers.class.php:61
1153
+ msgid "Bosnia And Herzegowina"
1154
+ msgstr "Bosna i Hercegovina"
1155
+
1156
+ #@ tribe-events-calendar
1157
+ #: lib/tribe-view-helpers.class.php:62
1158
+ msgid "Botswana"
1159
+ msgstr "Botsvana"
1160
+
1161
+ #@ tribe-events-calendar
1162
+ #: lib/tribe-view-helpers.class.php:63
1163
+ msgid "Bouvet Island"
1164
+ msgstr "Buve Ostrva"
1165
+
1166
+ #@ tribe-events-calendar
1167
+ #: lib/tribe-view-helpers.class.php:64
1168
+ msgid "Brazil"
1169
+ msgstr "Brazil"
1170
+
1171
+ #@ tribe-events-calendar
1172
+ #: lib/tribe-view-helpers.class.php:65
1173
+ msgid "British Indian Ocean Territory"
1174
+ msgstr "Britanska Teriritorija Indijskog Okeana"
1175
+
1176
+ #@ tribe-events-calendar
1177
+ #: lib/tribe-view-helpers.class.php:66
1178
+ msgid "Brunei Darussalam"
1179
+ msgstr "Brunej"
1180
+
1181
+ #@ tribe-events-calendar
1182
+ #: lib/tribe-view-helpers.class.php:67
1183
+ msgid "Bulgaria"
1184
+ msgstr "Bugarska"
1185
+
1186
+ #@ tribe-events-calendar
1187
+ #: lib/tribe-view-helpers.class.php:68
1188
+ msgid "Burkina Faso"
1189
+ msgstr "Burkina Faso"
1190
+
1191
+ #@ tribe-events-calendar
1192
+ #: lib/tribe-view-helpers.class.php:69
1193
+ msgid "Burundi"
1194
+ msgstr "Burundi"
1195
+
1196
+ #@ tribe-events-calendar
1197
+ #: lib/tribe-view-helpers.class.php:70
1198
+ msgid "Cambodia"
1199
+ msgstr "Kambodža"
1200
+
1201
+ #@ tribe-events-calendar
1202
+ #: lib/tribe-view-helpers.class.php:71
1203
+ msgid "Cameroon"
1204
+ msgstr "Kamerun"
1205
+
1206
+ #@ tribe-events-calendar
1207
+ #: lib/tribe-view-helpers.class.php:72
1208
+ msgid "Canada"
1209
+ msgstr "Kanada"
1210
+
1211
+ #@ tribe-events-calendar
1212
+ #: lib/tribe-view-helpers.class.php:73
1213
+ msgid "Cape Verde"
1214
+ msgstr "Kape Verde"
1215
+
1216
+ #@ tribe-events-calendar
1217
+ #: lib/tribe-view-helpers.class.php:74
1218
+ msgid "Cayman Islands"
1219
+ msgstr "Kajmanska ostrva"
1220
+
1221
+ #@ tribe-events-calendar
1222
+ #: lib/tribe-view-helpers.class.php:75
1223
+ msgid "Central African Republic"
1224
+ msgstr "Centralna Afrička Republika"
1225
+
1226
+ #@ tribe-events-calendar
1227
+ #: lib/tribe-view-helpers.class.php:76
1228
+ msgid "Chad"
1229
+ msgstr "Čad"
1230
+
1231
+ #@ tribe-events-calendar
1232
+ #: lib/tribe-view-helpers.class.php:77
1233
+ msgid "Chile"
1234
+ msgstr "Čile"
1235
+
1236
+ #@ tribe-events-calendar
1237
+ #: lib/tribe-view-helpers.class.php:78
1238
+ msgid "China"
1239
+ msgstr "Kina"
1240
+
1241
+ #@ tribe-events-calendar
1242
+ #: lib/tribe-view-helpers.class.php:79
1243
+ msgid "Christmas Island"
1244
+ msgstr "Božićno Ostrvo"
1245
+
1246
+ #@ tribe-events-calendar
1247
+ #: lib/tribe-view-helpers.class.php:80
1248
+ msgid "Cocos (Keeling) Islands"
1249
+ msgstr "Kokos (Kiling) Ostrva"
1250
+
1251
+ #@ tribe-events-calendar
1252
+ #: lib/tribe-view-helpers.class.php:81
1253
+ msgid "Colombia"
1254
+ msgstr "Kolumbija"
1255
+
1256
+ #@ tribe-events-calendar
1257
+ #: lib/tribe-view-helpers.class.php:82
1258
+ msgid "Comoros"
1259
+ msgstr "Komoros"
1260
+
1261
+ #@ tribe-events-calendar
1262
+ #: lib/tribe-view-helpers.class.php:83
1263
+ msgid "Congo"
1264
+ msgstr "Kongo"
1265
+
1266
+ #@ tribe-events-calendar
1267
+ #: lib/tribe-view-helpers.class.php:84
1268
+ msgid "Congo, The Democratic Republic Of The"
1269
+ msgstr "Kongo, Demokratska Republika"
1270
+
1271
+ #@ tribe-events-calendar
1272
+ #: lib/tribe-view-helpers.class.php:85
1273
+ msgid "Cook Islands"
1274
+ msgstr "Kukova Ostrva"
1275
+
1276
+ #@ tribe-events-calendar
1277
+ #: lib/tribe-view-helpers.class.php:86
1278
+ msgid "Costa Rica"
1279
+ msgstr "Kostarika"
1280
+
1281
+ #@ tribe-events-calendar
1282
+ #: lib/tribe-view-helpers.class.php:87
1283
+ msgid "Cote D'Ivoire"
1284
+ msgstr "Cote D'Ivoire"
1285
+
1286
+ #@ tribe-events-calendar
1287
+ #: lib/tribe-view-helpers.class.php:88
1288
+ msgid "Croatia (Local Name: Hrvatska)"
1289
+ msgstr "Hrvatska"
1290
+
1291
+ #@ tribe-events-calendar
1292
+ #: lib/tribe-view-helpers.class.php:89
1293
+ msgid "Cuba"
1294
+ msgstr "Kuba"
1295
+
1296
+ #@ tribe-events-calendar
1297
+ #: lib/tribe-view-helpers.class.php:90
1298
+ msgid "Cyprus"
1299
+ msgstr "Kipar"
1300
+
1301
+ #@ tribe-events-calendar
1302
+ #: lib/tribe-view-helpers.class.php:91
1303
+ msgid "Czech Republic"
1304
+ msgstr "Češka Republika"
1305
+
1306
+ #@ tribe-events-calendar
1307
+ #: lib/tribe-view-helpers.class.php:92
1308
+ msgid "Denmark"
1309
+ msgstr "Danska"
1310
+
1311
+ #@ tribe-events-calendar
1312
+ #: lib/tribe-view-helpers.class.php:93
1313
+ msgid "Djibouti"
1314
+ msgstr "Džibuti"
1315
+
1316
+ #@ tribe-events-calendar
1317
+ #: lib/tribe-view-helpers.class.php:94
1318
+ msgid "Dominica"
1319
+ msgstr "Dominikana"
1320
+
1321
+ #@ tribe-events-calendar
1322
+ #: lib/tribe-view-helpers.class.php:95
1323
+ msgid "Dominican Republic"
1324
+ msgstr "Dominikanska Republika"
1325
+
1326
+ #@ tribe-events-calendar
1327
+ #: lib/tribe-view-helpers.class.php:96
1328
+ msgid "East Timor"
1329
+ msgstr "Istočni Timor"
1330
+
1331
+ #@ tribe-events-calendar
1332
+ #: lib/tribe-view-helpers.class.php:97
1333
+ msgid "Ecuador"
1334
+ msgstr "Ekvator"
1335
+
1336
+ #@ tribe-events-calendar
1337
+ #: lib/tribe-view-helpers.class.php:98
1338
+ msgid "Egypt"
1339
+ msgstr "Egipat"
1340
+
1341
+ #@ tribe-events-calendar
1342
+ #: lib/tribe-view-helpers.class.php:99
1343
+ msgid "El Salvador"
1344
+ msgstr "El Salvador"
1345
+
1346
+ #@ tribe-events-calendar
1347
+ #: lib/tribe-view-helpers.class.php:100
1348
+ msgid "Equatorial Guinea"
1349
+ msgstr "Ekvatorska Gvineja"
1350
+
1351
+ #@ tribe-events-calendar
1352
+ #: lib/tribe-view-helpers.class.php:101
1353
+ msgid "Eritrea"
1354
+ msgstr "Eritrea"
1355
+
1356
+ #@ tribe-events-calendar
1357
+ #: lib/tribe-view-helpers.class.php:102
1358
+ msgid "Estonia"
1359
+ msgstr "Estonija"
1360
+
1361
+ #@ tribe-events-calendar
1362
+ #: lib/tribe-view-helpers.class.php:103
1363
+ msgid "Ethiopia"
1364
+ msgstr "Etiopija"
1365
+
1366
+ #@ tribe-events-calendar
1367
+ #: lib/tribe-view-helpers.class.php:104
1368
+ msgid "Falkland Islands (Malvinas)"
1369
+ msgstr "Foklandska Ostrva"
1370
+
1371
+ #@ tribe-events-calendar
1372
+ #: lib/tribe-view-helpers.class.php:105
1373
+ msgid "Faroe Islands"
1374
+ msgstr "Farska Ostrva"
1375
+
1376
+ #@ tribe-events-calendar
1377
+ #: lib/tribe-view-helpers.class.php:106
1378
+ msgid "Fiji"
1379
+ msgstr "Fidži"
1380
+
1381
+ #@ tribe-events-calendar
1382
+ #: lib/tribe-view-helpers.class.php:107
1383
+ msgid "Finland"
1384
+ msgstr "Finska"
1385
+
1386
+ #@ tribe-events-calendar
1387
+ #: lib/tribe-view-helpers.class.php:108
1388
+ msgid "France"
1389
+ msgstr "Francuska"
1390
+
1391
+ #@ tribe-events-calendar
1392
+ #: lib/tribe-view-helpers.class.php:109
1393
+ msgid "France, Metropolitan"
1394
+ msgstr "Francuska, Metropolitan"
1395
+
1396
+ #@ tribe-events-calendar
1397
+ #: lib/tribe-view-helpers.class.php:110
1398
+ msgid "French Guiana"
1399
+ msgstr "Francuska Gvajana"
1400
+
1401
+ #@ tribe-events-calendar
1402
+ #: lib/tribe-view-helpers.class.php:111
1403
+ msgid "French Polynesia"
1404
+ msgstr "Francuska Polinezija"
1405
+
1406
+ #@ tribe-events-calendar
1407
+ #: lib/tribe-view-helpers.class.php:112
1408
+ msgid "French Southern Territories"
1409
+ msgstr "Francuske Južne Teritorije"
1410
+
1411
+ #@ tribe-events-calendar
1412
+ #: lib/tribe-view-helpers.class.php:113
1413
+ msgid "Gabon"
1414
+ msgstr "Gabon"
1415
+
1416
+ #@ tribe-events-calendar
1417
+ #: lib/tribe-view-helpers.class.php:114
1418
+ msgid "Gambia"
1419
+ msgstr "Gambija"
1420
+
1421
+ #@ tribe-events-calendar
1422
+ #: lib/tribe-view-helpers.class.php:115
1423
+ #: lib/tribe-view-helpers.class.php:303
1424
+ msgid "Georgia"
1425
+ msgstr "Gruzija"
1426
+
1427
+ #@ tribe-events-calendar
1428
+ #: lib/tribe-view-helpers.class.php:116
1429
+ msgid "Germany"
1430
+ msgstr "Nemačka"
1431
+
1432
+ #@ tribe-events-calendar
1433
+ #: lib/tribe-view-helpers.class.php:117
1434
+ msgid "Ghana"
1435
+ msgstr "Gana"
1436
+
1437
+ #@ tribe-events-calendar
1438
+ #: lib/tribe-view-helpers.class.php:118
1439
+ msgid "Gibraltar"
1440
+ msgstr "Gibraltar"
1441
+
1442
+ #@ tribe-events-calendar
1443
+ #: lib/tribe-view-helpers.class.php:119
1444
+ msgid "Greece"
1445
+ msgstr "Grčka"
1446
+
1447
+ #@ tribe-events-calendar
1448
+ #: lib/tribe-view-helpers.class.php:120
1449
+ msgid "Greenland"
1450
+ msgstr "Grenland"
1451
+
1452
+ #@ tribe-events-calendar
1453
+ #: lib/tribe-view-helpers.class.php:121
1454
+ msgid "Grenada"
1455
+ msgstr "Grenada"
1456
+
1457
+ #@ tribe-events-calendar
1458
+ #: lib/tribe-view-helpers.class.php:122
1459
+ msgid "Guadeloupe"
1460
+ msgstr "Guadeloupe"
1461
+
1462
+ #@ tribe-events-calendar
1463
+ #: lib/tribe-view-helpers.class.php:123
1464
+ msgid "Guam"
1465
+ msgstr "Guam"
1466
+
1467
+ #@ tribe-events-calendar
1468
+ #: lib/tribe-view-helpers.class.php:124
1469
+ msgid "Guatemala"
1470
+ msgstr "Gvatemala"
1471
+
1472
+ #@ tribe-events-calendar
1473
+ #: lib/tribe-view-helpers.class.php:125
1474
+ msgid "Guinea"
1475
+ msgstr "Gvineja"
1476
+
1477
+ #@ tribe-events-calendar
1478
+ #: lib/tribe-view-helpers.class.php:126
1479
+ msgid "Guinea-Bissau"
1480
+ msgstr "Gvineja-Bissau"
1481
+
1482
+ #@ tribe-events-calendar
1483
+ #: lib/tribe-view-helpers.class.php:127
1484
+ msgid "Guyana"
1485
+ msgstr "Gvajana"
1486
+
1487
+ #@ tribe-events-calendar
1488
+ #: lib/tribe-view-helpers.class.php:128
1489
+ msgid "Haiti"
1490
+ msgstr "Haiti"
1491
+
1492
+ #@ tribe-events-calendar
1493
+ #: lib/tribe-view-helpers.class.php:129
1494
+ msgid "Heard And Mc Donald Islands"
1495
+ msgstr "Heard And Mc Donald Islands"
1496
+
1497
+ #@ tribe-events-calendar
1498
+ #: lib/tribe-view-helpers.class.php:130
1499
+ msgid "Holy See (Vatican City State)"
1500
+ msgstr "Vatikan"
1501
+
1502
+ #@ tribe-events-calendar
1503
+ #: lib/tribe-view-helpers.class.php:131
1504
+ msgid "Honduras"
1505
+ msgstr "Honduras"
1506
+
1507
+ #@ tribe-events-calendar
1508
+ #: lib/tribe-view-helpers.class.php:132
1509
+ msgid "Hong Kong"
1510
+ msgstr "Hong Kong"
1511
+
1512
+ #@ tribe-events-calendar
1513
+ #: lib/tribe-view-helpers.class.php:133
1514
+ msgid "Hungary"
1515
+ msgstr "Mađarska"
1516
+
1517
+ #@ tribe-events-calendar
1518
+ #: lib/tribe-view-helpers.class.php:134
1519
+ msgid "Iceland"
1520
+ msgstr "Island"
1521
+
1522
+ #@ tribe-events-calendar
1523
+ #: lib/tribe-view-helpers.class.php:135
1524
+ msgid "India"
1525
+ msgstr "Indija"
1526
+
1527
+ #@ tribe-events-calendar
1528
+ #: lib/tribe-view-helpers.class.php:136
1529
+ msgid "Indonesia"
1530
+ msgstr "Indonesija"
1531
+
1532
+ #@ tribe-events-calendar
1533
+ #: lib/tribe-view-helpers.class.php:137
1534
+ msgid "Iran (Islamic Republic Of)"
1535
+ msgstr "Iran"
1536
+
1537
+ #@ tribe-events-calendar
1538
+ #: lib/tribe-view-helpers.class.php:138
1539
+ msgid "Iraq"
1540
+ msgstr "Irak"
1541
+
1542
+ #@ tribe-events-calendar
1543
+ #: lib/tribe-view-helpers.class.php:139
1544
+ msgid "Ireland"
1545
+ msgstr "Irska"
1546
+
1547
+ #@ tribe-events-calendar
1548
+ #: lib/tribe-view-helpers.class.php:140
1549
+ msgid "Israel"
1550
+ msgstr "Izrael"
1551
+
1552
+ #@ tribe-events-calendar
1553
+ #: lib/tribe-view-helpers.class.php:141
1554
+ msgid "Italy"
1555
+ msgstr "Italija"
1556
+
1557
+ #@ tribe-events-calendar
1558
+ #: lib/tribe-view-helpers.class.php:142
1559
+ msgid "Jamaica"
1560
+ msgstr "Jamajka"
1561
+
1562
+ #@ tribe-events-calendar
1563
+ #: lib/tribe-view-helpers.class.php:143
1564
+ msgid "Japan"
1565
+ msgstr "Japan"
1566
+
1567
+ #@ tribe-events-calendar
1568
+ #: lib/tribe-view-helpers.class.php:144
1569
+ msgid "Jordan"
1570
+ msgstr "Jordan"
1571
+
1572
+ #@ tribe-events-calendar
1573
+ #: lib/tribe-view-helpers.class.php:145
1574
+ msgid "Kazakhstan"
1575
+ msgstr "Kazakhstan"
1576
+
1577
+ #@ tribe-events-calendar
1578
+ #: lib/tribe-view-helpers.class.php:146
1579
+ msgid "Kenya"
1580
+ msgstr "Kenija"
1581
+
1582
+ #@ tribe-events-calendar
1583
+ #: lib/tribe-view-helpers.class.php:147
1584
+ msgid "Kiribati"
1585
+ msgstr "Kiribati"
1586
+
1587
+ #@ tribe-events-calendar
1588
+ #: lib/tribe-view-helpers.class.php:148
1589
+ msgid "Korea, Democratic People's Republic Of"
1590
+ msgstr "Koreja, Demokratska Narodna Republika"
1591
+
1592
+ #@ tribe-events-calendar
1593
+ #: lib/tribe-view-helpers.class.php:149
1594
+ msgid "Korea, Republic Of"
1595
+ msgstr "Koreja, Republika"
1596
+
1597
+ #@ tribe-events-calendar
1598
+ #: lib/tribe-view-helpers.class.php:150
1599
+ msgid "Kuwait"
1600
+ msgstr "Kuvajt"
1601
+
1602
+ #@ tribe-events-calendar
1603
+ #: lib/tribe-view-helpers.class.php:151
1604
+ msgid "Kyrgyzstan"
1605
+ msgstr "Kirgistan"
1606
+
1607
+ #@ tribe-events-calendar
1608
+ #: lib/tribe-view-helpers.class.php:152
1609
+ msgid "Lao People's Democratic Republic"
1610
+ msgstr "Laoska Narodna Demokratska Republika"
1611
+
1612
+ #@ tribe-events-calendar
1613
+ #: lib/tribe-view-helpers.class.php:153
1614
+ msgid "Latvia"
1615
+ msgstr "Latvija"
1616
+
1617
+ #@ tribe-events-calendar
1618
+ #: lib/tribe-view-helpers.class.php:154
1619
+ msgid "Lebanon"
1620
+ msgstr "Libija"
1621
+
1622
+ #@ tribe-events-calendar
1623
+ #: lib/tribe-view-helpers.class.php:155
1624
+ msgid "Lesotho"
1625
+ msgstr "Lesoto"
1626
+
1627
+ #@ tribe-events-calendar
1628
+ #: lib/tribe-view-helpers.class.php:156
1629
+ msgid "Liberia"
1630
+ msgstr "Liberija"
1631
+
1632
+ #@ tribe-events-calendar
1633
+ #: lib/tribe-view-helpers.class.php:157
1634
+ msgid "Libya"
1635
+ msgstr "Libija"
1636
+
1637
+ #@ tribe-events-calendar
1638
+ #: lib/tribe-view-helpers.class.php:158
1639
+ msgid "Liechtenstein"
1640
+ msgstr "Lihtenštajn"
1641
+
1642
+ #@ tribe-events-calendar
1643
+ #: lib/tribe-view-helpers.class.php:159
1644
+ msgid "Lithuania"
1645
+ msgstr "Litvanija"
1646
+
1647
+ #@ tribe-events-calendar
1648
+ #: lib/tribe-view-helpers.class.php:160
1649
+ msgid "Luxembourg"
1650
+ msgstr "Luksemburg"
1651
+
1652
+ #@ tribe-events-calendar
1653
+ #: lib/tribe-view-helpers.class.php:161
1654
+ msgid "Macau"
1655
+ msgstr "Makao"
1656
+
1657
+ #@ tribe-events-calendar
1658
+ #: lib/tribe-view-helpers.class.php:162
1659
+ msgid "Macedonia"
1660
+ msgstr "Makedonija"
1661
+
1662
+ #@ tribe-events-calendar
1663
+ #: lib/tribe-view-helpers.class.php:163
1664
+ msgid "Madagascar"
1665
+ msgstr "Madagaskar"
1666
+
1667
+ #@ tribe-events-calendar
1668
+ #: lib/tribe-view-helpers.class.php:164
1669
+ msgid "Malawi"
1670
+ msgstr "Malavi"
1671
+
1672
+ #@ tribe-events-calendar
1673
+ #: lib/tribe-view-helpers.class.php:165
1674
+ msgid "Malaysia"
1675
+ msgstr "Malezija"
1676
+
1677
+ #@ tribe-events-calendar
1678
+ #: lib/tribe-view-helpers.class.php:166
1679
+ msgid "Maldives"
1680
+ msgstr "Malavi"
1681
+
1682
+ #@ tribe-events-calendar
1683
+ #: lib/tribe-view-helpers.class.php:167
1684
+ msgid "Mali"
1685
+ msgstr "Mali"
1686
+
1687
+ #@ tribe-events-calendar
1688
+ #: lib/tribe-view-helpers.class.php:168
1689
+ msgid "Malta"
1690
+ msgstr "Malta"
1691
+
1692
+ #@ tribe-events-calendar
1693
+ #: lib/tribe-view-helpers.class.php:169
1694
+ msgid "Marshall Islands"
1695
+ msgstr "Maršalska Ostrva"
1696
+
1697
+ #@ tribe-events-calendar
1698
+ #: lib/tribe-view-helpers.class.php:170
1699
+ msgid "Martinique"
1700
+ msgstr "Martinik"
1701
+
1702
+ #@ tribe-events-calendar
1703
+ #: lib/tribe-view-helpers.class.php:171
1704
+ msgid "Mauritania"
1705
+ msgstr "Mauritanija "
1706
+
1707
+ #@ tribe-events-calendar
1708
+ #: lib/tribe-view-helpers.class.php:172
1709
+ msgid "Mauritius"
1710
+ msgstr "Mauricijus"
1711
+
1712
+ #@ tribe-events-calendar
1713
+ #: lib/tribe-view-helpers.class.php:173
1714
+ msgid "Mayotte"
1715
+ msgstr "Mayotte"
1716
+
1717
+ #@ tribe-events-calendar
1718
+ #: lib/tribe-view-helpers.class.php:174
1719
+ msgid "Mexico"
1720
+ msgstr "Meksiko"
1721
+
1722
+ #@ tribe-events-calendar
1723
+ #: lib/tribe-view-helpers.class.php:175
1724
+ msgid "Micronesia, Federated States Of"
1725
+ msgstr "Mikronezija"
1726
+
1727
+ #@ tribe-events-calendar
1728
+ #: lib/tribe-view-helpers.class.php:176
1729
+ msgid "Moldova, Republic Of"
1730
+ msgstr "Moldavija"
1731
+
1732
+ #@ tribe-events-calendar
1733
+ #: lib/tribe-view-helpers.class.php:177
1734
+ msgid "Monaco"
1735
+ msgstr "Monako"
1736
+
1737
+ #@ tribe-events-calendar
1738
+ #: lib/tribe-view-helpers.class.php:178
1739
+ msgid "Mongolia"
1740
+ msgstr "Mongolija"
1741
+
1742
+ #@ tribe-events-calendar
1743
+ #: lib/tribe-view-helpers.class.php:179
1744
+ msgid "Montenegro"
1745
+ msgstr "Crna Gora"
1746
+
1747
+ #@ tribe-events-calendar
1748
+ #: lib/tribe-view-helpers.class.php:180
1749
+ msgid "Montserrat"
1750
+ msgstr "Montserrat"
1751
+
1752
+ #@ tribe-events-calendar
1753
+ #: lib/tribe-view-helpers.class.php:181
1754
+ msgid "Morocco"
1755
+ msgstr "Maroko"
1756
+
1757
+ #@ tribe-events-calendar
1758
+ #: lib/tribe-view-helpers.class.php:182
1759
+ msgid "Mozambique"
1760
+ msgstr "Mozambik"
1761
+
1762
+ #@ tribe-events-calendar
1763
+ #: lib/tribe-view-helpers.class.php:183
1764
+ msgid "Myanmar"
1765
+ msgstr "Mjanmar"
1766
+
1767
+ #@ tribe-events-calendar
1768
+ #: lib/tribe-view-helpers.class.php:184
1769
+ msgid "Namibia"
1770
+ msgstr "Namibija"
1771
+
1772
+ #@ tribe-events-calendar
1773
+ #: lib/tribe-view-helpers.class.php:185
1774
+ msgid "Nauru"
1775
+ msgstr "Nauru"
1776
+
1777
+ #@ tribe-events-calendar
1778
+ #: lib/tribe-view-helpers.class.php:186
1779
+ msgid "Nepal"
1780
+ msgstr "Nepal"
1781
+
1782
+ #@ tribe-events-calendar
1783
+ #: lib/tribe-view-helpers.class.php:187
1784
+ msgid "Netherlands"
1785
+ msgstr "Holandija"
1786
+
1787
+ #@ tribe-events-calendar
1788
+ #: lib/tribe-view-helpers.class.php:188
1789
+ msgid "Netherlands Antilles"
1790
+ msgstr "Holandski Antili"
1791
+
1792
+ #@ tribe-events-calendar
1793
+ #: lib/tribe-view-helpers.class.php:189
1794
+ msgid "New Caledonia"
1795
+ msgstr "Nova Kaledonija"
1796
+
1797
+ #@ tribe-events-calendar
1798
+ #: lib/tribe-view-helpers.class.php:190
1799
+ msgid "New Zealand"
1800
+ msgstr "Novi Zeland"
1801
+
1802
+ #@ tribe-events-calendar
1803
+ #: lib/tribe-view-helpers.class.php:191
1804
+ msgid "Nicaragua"
1805
+ msgstr "Nikaragva"
1806
+
1807
+ #@ tribe-events-calendar
1808
+ #: lib/tribe-view-helpers.class.php:192
1809
+ msgid "Niger"
1810
+ msgstr "Niger"
1811
+
1812
+ #@ tribe-events-calendar
1813
+ #: lib/tribe-view-helpers.class.php:193
1814
+ msgid "Nigeria"
1815
+ msgstr "Nigerija"
1816
+
1817
+ #@ tribe-events-calendar
1818
+ #: lib/tribe-view-helpers.class.php:194
1819
+ msgid "Niue"
1820
+ msgstr "Niue"
1821
+
1822
+ #@ tribe-events-calendar
1823
+ #: lib/tribe-view-helpers.class.php:195
1824
+ msgid "Norfolk Island"
1825
+ msgstr "Norfolk Ostrva"
1826
+
1827
+ #@ tribe-events-calendar
1828
+ #: lib/tribe-view-helpers.class.php:196
1829
+ msgid "Northern Mariana Islands"
1830
+ msgstr "Severna Marijanska Ostrva"
1831
+
1832
+ #@ tribe-events-calendar
1833
+ #: lib/tribe-view-helpers.class.php:197
1834
+ msgid "Norway"
1835
+ msgstr "Norveška"
1836
+
1837
+ #@ tribe-events-calendar
1838
+ #: lib/tribe-view-helpers.class.php:198
1839
+ msgid "Oman"
1840
+ msgstr "Oman"
1841
+
1842
+ #@ tribe-events-calendar
1843
+ #: lib/tribe-view-helpers.class.php:199
1844
+ msgid "Pakistan"
1845
+ msgstr "Pakistan"
1846
+
1847
+ #@ tribe-events-calendar
1848
+ #: lib/tribe-view-helpers.class.php:200
1849
+ msgid "Palau"
1850
+ msgstr "Palau"
1851
+
1852
+ #@ tribe-events-calendar
1853
+ #: lib/tribe-view-helpers.class.php:201
1854
+ msgid "Panama"
1855
+ msgstr "Panama"
1856
+
1857
+ #@ tribe-events-calendar
1858
+ #: lib/tribe-view-helpers.class.php:202
1859
+ msgid "Papua New Guinea"
1860
+ msgstr "Papua Nova Gvineja"
1861
+
1862
+ #@ tribe-events-calendar
1863
+ #: lib/tribe-view-helpers.class.php:203
1864
+ msgid "Paraguay"
1865
+ msgstr "Paragvaj"
1866
+
1867
+ #@ tribe-events-calendar
1868
+ #: lib/tribe-view-helpers.class.php:204
1869
+ msgid "Peru"
1870
+ msgstr "Peru"
1871
+
1872
+ #@ tribe-events-calendar
1873
+ #: lib/tribe-view-helpers.class.php:205
1874
+ msgid "Philippines"
1875
+ msgstr "Filipini"
1876
+
1877
+ #@ tribe-events-calendar
1878
+ #: lib/tribe-view-helpers.class.php:206
1879
+ msgid "Pitcairn"
1880
+ msgstr "Pitcairn"
1881
+
1882
+ #@ tribe-events-calendar
1883
+ #: lib/tribe-view-helpers.class.php:207
1884
+ msgid "Poland"
1885
+ msgstr "Poljska"
1886
+
1887
+ #@ tribe-events-calendar
1888
+ #: lib/tribe-view-helpers.class.php:208
1889
+ msgid "Portugal"
1890
+ msgstr "Portugal"
1891
+
1892
+ #@ tribe-events-calendar
1893
+ #: lib/tribe-view-helpers.class.php:209
1894
+ msgid "Puerto Rico"
1895
+ msgstr "Portoriko"
1896
+
1897
+ #@ tribe-events-calendar
1898
+ #: lib/tribe-view-helpers.class.php:210
1899
+ msgid "Qatar"
1900
+ msgstr "Kvatar"
1901
+
1902
+ #@ tribe-events-calendar
1903
+ #: lib/tribe-view-helpers.class.php:211
1904
+ msgid "Reunion"
1905
+ msgstr "Reunion"
1906
+
1907
+ #@ tribe-events-calendar
1908
+ #: lib/tribe-view-helpers.class.php:212
1909
+ msgid "Romania"
1910
+ msgstr "Rumunija"
1911
+
1912
+ #@ tribe-events-calendar
1913
+ #: lib/tribe-view-helpers.class.php:213
1914
+ msgid "Russian Federation"
1915
+ msgstr "Rusija"
1916
+
1917
+ #@ tribe-events-calendar
1918
+ #: lib/tribe-view-helpers.class.php:214
1919
+ msgid "Rwanda"
1920
+ msgstr "Ruanda"
1921
+
1922
+ #@ tribe-events-calendar
1923
+ #: lib/tribe-view-helpers.class.php:215
1924
+ msgid "Saint Kitts And Nevis"
1925
+ msgstr "Sveti Kristofer i Nevis"
1926
+
1927
+ #@ tribe-events-calendar
1928
+ #: lib/tribe-view-helpers.class.php:216
1929
+ msgid "Saint Lucia"
1930
+ msgstr "Sveta Lučija"
1931
+
1932
+ #@ tribe-events-calendar
1933
+ #: lib/tribe-view-helpers.class.php:217
1934
+ msgid "Saint Vincent And The Grenadines"
1935
+ msgstr "Sveti Vinsent i Grenadini"
1936
+
1937
+ #@ tribe-events-calendar
1938
+ #: lib/tribe-view-helpers.class.php:218
1939
+ msgid "Samoa"
1940
+ msgstr "Samoa"
1941
+
1942
+ #@ tribe-events-calendar
1943
+ #: lib/tribe-view-helpers.class.php:219
1944
+ msgid "San Marino"
1945
+ msgstr "San Marino"
1946
+
1947
+ #@ tribe-events-calendar
1948
+ #: lib/tribe-view-helpers.class.php:220
1949
+ msgid "Sao Tome And Principe"
1950
+ msgstr "Sao Tome And Principe"
1951
+
1952
+ #@ tribe-events-calendar
1953
+ #: lib/tribe-view-helpers.class.php:221
1954
+ msgid "Saudi Arabia"
1955
+ msgstr "Saudiska Arabija"
1956
+
1957
+ #@ tribe-events-calendar
1958
+ #: lib/tribe-view-helpers.class.php:222
1959
+ msgid "Senegal"
1960
+ msgstr "Senegal"
1961
+
1962
+ #@ tribe-events-calendar
1963
+ #: lib/tribe-view-helpers.class.php:223
1964
+ msgid "Serbia"
1965
+ msgstr "Srbija"
1966
+
1967
+ #@ tribe-events-calendar
1968
+ #: lib/tribe-view-helpers.class.php:224
1969
+ msgid "Seychelles"
1970
+ msgstr "Sejšeli"
1971
+
1972
+ #@ tribe-events-calendar
1973
+ #: lib/tribe-view-helpers.class.php:225
1974
+ msgid "Sierra Leone"
1975
+ msgstr "Sijera Leone"
1976
+
1977
+ #@ tribe-events-calendar
1978
+ #: lib/tribe-view-helpers.class.php:226
1979
+ msgid "Singapore"
1980
+ msgstr "Singapur"
1981
+
1982
+ #@ tribe-events-calendar
1983
+ #: lib/tribe-view-helpers.class.php:227
1984
+ msgid "Slovakia (Slovak Republic)"
1985
+ msgstr "Slovačka"
1986
+
1987
+ #@ tribe-events-calendar
1988
+ #: lib/tribe-view-helpers.class.php:228
1989
+ msgid "Slovenia"
1990
+ msgstr "Slovenija"
1991
+
1992
+ #@ tribe-events-calendar
1993
+ #: lib/tribe-view-helpers.class.php:229
1994
+ msgid "Solomon Islands"
1995
+ msgstr "Solomonska Ostrva"
1996
+
1997
+ #@ tribe-events-calendar
1998
+ #: lib/tribe-view-helpers.class.php:230
1999
+ msgid "Somalia"
2000
+ msgstr "Somalija"
2001
+
2002
+ #@ tribe-events-calendar
2003
+ #: lib/tribe-view-helpers.class.php:231
2004
+ msgid "South Africa"
2005
+ msgstr "Južna Afrika"
2006
+
2007
+ #@ tribe-events-calendar
2008
+ #: lib/tribe-view-helpers.class.php:232
2009
+ msgid "South Georgia, South Sandwich Islands"
2010
+ msgstr "Južna Džordžija"
2011
+
2012
+ #@ tribe-events-calendar
2013
+ #: lib/tribe-view-helpers.class.php:233
2014
+ msgid "Spain"
2015
+ msgstr "Španija"
2016
+
2017
+ #@ tribe-events-calendar
2018
+ #: lib/tribe-view-helpers.class.php:234
2019
+ msgid "Sri Lanka"
2020
+ msgstr "Šri Lanka"
2021
+
2022
+ #@ tribe-events-calendar
2023
+ #: lib/tribe-view-helpers.class.php:235
2024
+ msgid "St. Helena"
2025
+ msgstr "Sveta Helena"
2026
+
2027
+ #@ tribe-events-calendar
2028
+ #: lib/tribe-view-helpers.class.php:236
2029
+ msgid "St. Pierre And Miquelon"
2030
+ msgstr "Sveti Pierre i Miquelon"
2031
+
2032
+ #@ tribe-events-calendar
2033
+ #: lib/tribe-view-helpers.class.php:237
2034
+ msgid "Sudan"
2035
+ msgstr "Sudan"
2036
+
2037
+ #@ tribe-events-calendar
2038
+ #: lib/tribe-view-helpers.class.php:238
2039
+ msgid "Suriname"
2040
+ msgstr "Surinam"
2041
+
2042
+ #@ tribe-events-calendar
2043
+ #: lib/tribe-view-helpers.class.php:239
2044
+ msgid "Svalbard And Jan Mayen Islands"
2045
+ msgstr "Svalbard"
2046
+
2047
+ #@ tribe-events-calendar
2048
+ #: lib/tribe-view-helpers.class.php:240
2049
+ msgid "Swaziland"
2050
+ msgstr "Svaziland"
2051
+
2052
+ #@ tribe-events-calendar
2053
+ #: lib/tribe-view-helpers.class.php:241
2054
+ msgid "Sweden"
2055
+ msgstr "Švedska"
2056
+
2057
+ #@ tribe-events-calendar
2058
+ #: lib/tribe-view-helpers.class.php:242
2059
+ msgid "Switzerland"
2060
+ msgstr "Švajcarska"
2061
+
2062
+ #@ tribe-events-calendar
2063
+ #: lib/tribe-view-helpers.class.php:243
2064
+ msgid "Syrian Arab Republic"
2065
+ msgstr "Sirija"
2066
+
2067
+ #@ tribe-events-calendar
2068
+ #: lib/tribe-view-helpers.class.php:244
2069
+ msgid "Taiwan"
2070
+ msgstr "Tajvan"
2071
+
2072
+ #@ tribe-events-calendar
2073
+ #: lib/tribe-view-helpers.class.php:245
2074
+ msgid "Tajikistan"
2075
+ msgstr "Tadžikistan"
2076
+
2077
+ #@ tribe-events-calendar
2078
+ #: lib/tribe-view-helpers.class.php:246
2079
+ msgid "Tanzania, United Republic Of"
2080
+ msgstr "Tanzanija"
2081
+
2082
+ #@ tribe-events-calendar
2083
+ #: lib/tribe-view-helpers.class.php:247
2084
+ msgid "Thailand"
2085
+ msgstr "Tajland"
2086
+
2087
+ #@ tribe-events-calendar
2088
+ #: lib/tribe-view-helpers.class.php:248
2089
+ msgid "Togo"
2090
+ msgstr "Togo"
2091
+
2092
+ #@ tribe-events-calendar
2093
+ #: lib/tribe-view-helpers.class.php:249
2094
+ msgid "Tokelau"
2095
+ msgstr "Tokelau"
2096
+
2097
+ #@ tribe-events-calendar
2098
+ #: lib/tribe-view-helpers.class.php:250
2099
+ msgid "Tonga"
2100
+ msgstr "Tonga"
2101
+
2102
+ #@ tribe-events-calendar
2103
+ #: lib/tribe-view-helpers.class.php:251
2104
+ msgid "Trinidad And Tobago"
2105
+ msgstr "Trinidad i Tobago"
2106
+
2107
+ #@ tribe-events-calendar
2108
+ #: lib/tribe-view-helpers.class.php:252
2109
+ msgid "Tunisia"
2110
+ msgstr "Tunis"
2111
+
2112
+ #@ tribe-events-calendar
2113
+ #: lib/tribe-view-helpers.class.php:253
2114
+ msgid "Turkey"
2115
+ msgstr "Turska"
2116
+
2117
+ #@ tribe-events-calendar
2118
+ #: lib/tribe-view-helpers.class.php:254
2119
+ msgid "Turkmenistan"
2120
+ msgstr "Turkmenistan"
2121
+
2122
+ #@ tribe-events-calendar
2123
+ #: lib/tribe-view-helpers.class.php:255
2124
+ msgid "Turks And Caicos Islands"
2125
+ msgstr "Turks i Caicos Ostrva"
2126
+
2127
+ #@ tribe-events-calendar
2128
+ #: lib/tribe-view-helpers.class.php:256
2129
+ msgid "Tuvalu"
2130
+ msgstr "Tuvalu"
2131
+
2132
+ #@ tribe-events-calendar
2133
+ #: lib/tribe-view-helpers.class.php:257
2134
+ msgid "Uganda"
2135
+ msgstr "Uganda"
2136
+
2137
+ #@ tribe-events-calendar
2138
+ #: lib/tribe-view-helpers.class.php:258
2139
+ msgid "Ukraine"
2140
+ msgstr "Ukrajina"
2141
+
2142
+ #@ tribe-events-calendar
2143
+ #: lib/tribe-view-helpers.class.php:259
2144
+ msgid "United Arab Emirates"
2145
+ msgstr "Ujedinjeni Arapski Emirati"
2146
+
2147
+ #@ tribe-events-calendar
2148
+ #: lib/tribe-view-helpers.class.php:260
2149
+ msgid "United Kingdom"
2150
+ msgstr "Ujedinjeno Kraljevstvo"
2151
+
2152
+ #@ tribe-events-calendar
2153
+ #: lib/tribe-view-helpers.class.php:261
2154
+ msgid "United States Minor Outlying Islands"
2155
+ msgstr "Manja Pacifička Ostva Sjedinjenih Američkih Država"
2156
+
2157
+ #@ tribe-events-calendar
2158
+ #: lib/tribe-view-helpers.class.php:262
2159
+ msgid "Uruguay"
2160
+ msgstr "Urugvaj "
2161
+
2162
+ #@ tribe-events-calendar
2163
+ #: lib/tribe-view-helpers.class.php:263
2164
+ msgid "Uzbekistan"
2165
+ msgstr "Uzbekistan"
2166
+
2167
+ #@ tribe-events-calendar
2168
+ #: lib/tribe-view-helpers.class.php:264
2169
+ msgid "Vanuatu"
2170
+ msgstr "Vanuatu"
2171
+
2172
+ #@ tribe-events-calendar
2173
+ #: lib/tribe-view-helpers.class.php:265
2174
+ msgid "Venezuela"
2175
+ msgstr "Venecuela"
2176
+
2177
+ #@ tribe-events-calendar
2178
+ #: lib/tribe-view-helpers.class.php:266
2179
+ msgid "Viet Nam"
2180
+ msgstr "Vijetnam"
2181
+
2182
+ #@ tribe-events-calendar
2183
+ #: lib/tribe-view-helpers.class.php:267
2184
+ msgid "Virgin Islands (British)"
2185
+ msgstr "Devičanska Ostrva (Britanija)"
2186
+
2187
+ #@ tribe-events-calendar
2188
+ #: lib/tribe-view-helpers.class.php:268
2189
+ msgid "Virgin Islands (U.S.)"
2190
+ msgstr "Devičanska Ostrva (SAD)"
2191
+
2192
+ #@ tribe-events-calendar
2193
+ #: lib/tribe-view-helpers.class.php:269
2194
+ msgid "Wallis And Futuna Islands"
2195
+ msgstr "Volis i Futuna"
2196
+
2197
+ #@ tribe-events-calendar
2198
+ #: lib/tribe-view-helpers.class.php:270
2199
+ msgid "Western Sahara"
2200
+ msgstr "Zapadna Sahara"
2201
+
2202
+ #@ tribe-events-calendar
2203
+ #: lib/tribe-view-helpers.class.php:271
2204
+ msgid "Yemen"
2205
+ msgstr "Jemen"
2206
+
2207
+ #@ tribe-events-calendar
2208
+ #: lib/tribe-view-helpers.class.php:272
2209
+ msgid "Zambia"
2210
+ msgstr "Zambija"
2211
+
2212
+ #@ tribe-events-calendar
2213
+ #: lib/tribe-view-helpers.class.php:273
2214
+ msgid "Zimbabwe"
2215
+ msgstr "Zimbabve"
2216
+
2217
+ #@ tribe-events-calendar
2218
+ #: lib/tribe-view-helpers.class.php:293
2219
+ msgid "Alabama"
2220
+ msgstr "Alabama"
2221
+
2222
+ #@ tribe-events-calendar
2223
+ #: lib/tribe-view-helpers.class.php:294
2224
+ msgid "Alaska"
2225
+ msgstr "Aljaska"
2226
+
2227
+ #@ tribe-events-calendar
2228
+ #: lib/tribe-view-helpers.class.php:295
2229
+ msgid "Arizona"
2230
+ msgstr "Arizona"
2231
+
2232
+ #@ tribe-events-calendar
2233
+ #: lib/tribe-view-helpers.class.php:296
2234
+ msgid "Arkansas"
2235
+ msgstr "Arkanzas"
2236
+
2237
+ #@ tribe-events-calendar
2238
+ #: lib/tribe-view-helpers.class.php:297
2239
+ msgid "California"
2240
+ msgstr "Kalifornija"
2241
+
2242
+ #@ tribe-events-calendar
2243
+ #: lib/tribe-view-helpers.class.php:298
2244
+ msgid "Colorado"
2245
+ msgstr "Kolorado"
2246
+
2247
+ #@ tribe-events-calendar
2248
+ #: lib/tribe-view-helpers.class.php:299
2249
+ msgid "Connecticut"
2250
+ msgstr "Konecticat"
2251
+
2252
+ #@ tribe-events-calendar
2253
+ #: lib/tribe-view-helpers.class.php:300
2254
+ msgid "Delaware"
2255
+ msgstr "Delaver"
2256
+
2257
+ #@ tribe-events-calendar
2258
+ #: lib/tribe-view-helpers.class.php:301
2259
+ msgid "District of Columbia"
2260
+ msgstr "Kolumbija"
2261
+
2262
+ #@ tribe-events-calendar
2263
+ #: lib/tribe-view-helpers.class.php:302
2264
+ msgid "Florida"
2265
+ msgstr "Florida"
2266
+
2267
+ #@ tribe-events-calendar
2268
+ #: lib/tribe-view-helpers.class.php:304
2269
+ msgid "Hawaii"
2270
+ msgstr "Hawaiji"
2271
+
2272
+ #@ tribe-events-calendar
2273
+ #: lib/tribe-view-helpers.class.php:305
2274
+ msgid "Idaho"
2275
+ msgstr "Ajdaho"
2276
+
2277
+ #@ tribe-events-calendar
2278
+ #: lib/tribe-view-helpers.class.php:306
2279
+ msgid "Illinois"
2280
+ msgstr "Ilinois"
2281
+
2282
+ #@ tribe-events-calendar
2283
+ #: lib/tribe-view-helpers.class.php:307
2284
+ msgid "Indiana"
2285
+ msgstr "Indijana"
2286
+
2287
+ #@ tribe-events-calendar
2288
+ #: lib/tribe-view-helpers.class.php:308
2289
+ msgid "Iowa"
2290
+ msgstr "Ajova"
2291
+
2292
+ #@ tribe-events-calendar
2293
+ #: lib/tribe-view-helpers.class.php:309
2294
+ msgid "Kansas"
2295
+ msgstr "Kanzas"
2296
+
2297
+ #@ tribe-events-calendar
2298
+ #: lib/tribe-view-helpers.class.php:310
2299
+ msgid "Kentucky"
2300
+ msgstr "Kentacki"
2301
+
2302
+ #@ tribe-events-calendar
2303
+ #: lib/tribe-view-helpers.class.php:311
2304
+ msgid "Louisiana"
2305
+ msgstr "Luizijana"
2306
+
2307
+ #@ tribe-events-calendar
2308
+ #: lib/tribe-view-helpers.class.php:312
2309
+ msgid "Maine"
2310
+ msgstr "Mejn"
2311
+
2312
+ #@ tribe-events-calendar
2313
+ #: lib/tribe-view-helpers.class.php:313
2314
+ msgid "Maryland"
2315
+ msgstr "Merilend"
2316
+
2317
+ #@ tribe-events-calendar
2318
+ #: lib/tribe-view-helpers.class.php:314
2319
+ msgid "Massachusetts"
2320
+ msgstr "Masačusets"
2321
+
2322
+ #@ tribe-events-calendar
2323
+ #: lib/tribe-view-helpers.class.php:315
2324
+ msgid "Michigan"
2325
+ msgstr "Mičigen"
2326
+
2327
+ #@ tribe-events-calendar
2328
+ #: lib/tribe-view-helpers.class.php:316
2329
+ msgid "Minnesota"
2330
+ msgstr "Minesota"
2331
+
2332
+ #@ tribe-events-calendar
2333
+ #: lib/tribe-view-helpers.class.php:317
2334
+ msgid "Mississippi"
2335
+ msgstr "Misisipi"
2336
+
2337
+ #@ tribe-events-calendar
2338
+ #: lib/tribe-view-helpers.class.php:318
2339
+ msgid "Missouri"
2340
+ msgstr "Mizuri"
2341
+
2342
+ #@ tribe-events-calendar
2343
+ #: lib/tribe-view-helpers.class.php:319
2344
+ msgid "Montana"
2345
+ msgstr "Montana"
2346
+
2347
+ #@ tribe-events-calendar
2348
+ #: lib/tribe-view-helpers.class.php:320
2349
+ msgid "Nebraska"
2350
+ msgstr "Nebraska"
2351
+
2352
+ #@ tribe-events-calendar
2353
+ #: lib/tribe-view-helpers.class.php:321
2354
+ msgid "Nevada"
2355
+ msgstr "Nevada"
2356
+
2357
+ #@ tribe-events-calendar
2358
+ #: lib/tribe-view-helpers.class.php:322
2359
+ msgid "New Hampshire"
2360
+ msgstr "Nju Hempšir"
2361
+
2362
+ #@ tribe-events-calendar
2363
+ #: lib/tribe-view-helpers.class.php:323
2364
+ msgid "New Jersey"
2365
+ msgstr "Nju Džersi"
2366
+
2367
+ #@ tribe-events-calendar
2368
+ #: lib/tribe-view-helpers.class.php:324
2369
+ msgid "New Mexico"
2370
+ msgstr "Nju Meksiko"
2371
+
2372
+ #@ tribe-events-calendar
2373
+ #: lib/tribe-view-helpers.class.php:325
2374
+ msgid "New York"
2375
+ msgstr "Nju Jork"
2376
+
2377
+ #@ tribe-events-calendar
2378
+ #: lib/tribe-view-helpers.class.php:326
2379
+ msgid "North Carolina"
2380
+ msgstr "Severna Karolina"
2381
+
2382
+ #@ tribe-events-calendar
2383
+ #: lib/tribe-view-helpers.class.php:327
2384
+ msgid "North Dakota"
2385
+ msgstr "Severna Dakota"
2386
+
2387
+ #@ tribe-events-calendar
2388
+ #: lib/tribe-view-helpers.class.php:328
2389
+ msgid "Ohio"
2390
+ msgstr "Ohajo"
2391
+
2392
+ #@ tribe-events-calendar
2393
+ #: lib/tribe-view-helpers.class.php:329
2394
+ msgid "Oklahoma"
2395
+ msgstr "Oklahoma"
2396
+
2397
+ #@ tribe-events-calendar
2398
+ #: lib/tribe-view-helpers.class.php:330
2399
+ msgid "Oregon"
2400
+ msgstr "Oregon"
2401
+
2402
+ #@ tribe-events-calendar
2403
+ #: lib/tribe-view-helpers.class.php:331
2404
+ msgid "Pennsylvania"
2405
+ msgstr "Pensilvanija"
2406
+
2407
+ #@ tribe-events-calendar
2408
+ #: lib/tribe-view-helpers.class.php:332
2409
+ msgid "Rhode Island"
2410
+ msgstr "Rode Ostrva"
2411
+
2412
+ #@ tribe-events-calendar
2413
+ #: lib/tribe-view-helpers.class.php:333
2414
+ msgid "South Carolina"
2415
+ msgstr "Južna Karolina"
2416
+
2417
+ #@ tribe-events-calendar
2418
+ #: lib/tribe-view-helpers.class.php:334
2419
+ msgid "South Dakota"
2420
+ msgstr "Južna Dakota"
2421
+
2422
+ #@ tribe-events-calendar
2423
+ #: lib/tribe-view-helpers.class.php:335
2424
+ msgid "Tennessee"
2425
+ msgstr "Tenesi"
2426
+
2427
+ #@ tribe-events-calendar
2428
+ #: lib/tribe-view-helpers.class.php:336
2429
+ msgid "Texas"
2430
+ msgstr "Teksas"
2431
+
2432
+ #@ tribe-events-calendar
2433
+ #: lib/tribe-view-helpers.class.php:337
2434
+ msgid "Utah"
2435
+ msgstr "Juta"
2436
+
2437
+ #@ tribe-events-calendar
2438
+ #: lib/tribe-view-helpers.class.php:338
2439
+ msgid "Vermont"
2440
+ msgstr "Vermont"
2441
+
2442
+ #@ tribe-events-calendar
2443
+ #: lib/tribe-view-helpers.class.php:339
2444
+ msgid "Virginia"
2445
+ msgstr "Virginia"
2446
+
2447
+ #@ tribe-events-calendar
2448
+ #: lib/tribe-view-helpers.class.php:340
2449
+ msgid "Washington"
2450
+ msgstr "Vašington"
2451
+
2452
+ #@ tribe-events-calendar
2453
+ #: lib/tribe-view-helpers.class.php:341
2454
+ msgid "West Virginia"
2455
+ msgstr "Zapadna Virginija"
2456
+
2457
+ #@ tribe-events-calendar
2458
+ #: lib/tribe-view-helpers.class.php:342
2459
+ msgid "Wisconsin"
2460
+ msgstr "Viskonsin"
2461
+
2462
+ #@ tribe-events-calendar
2463
+ #: lib/tribe-view-helpers.class.php:343
2464
+ msgid "Wyoming"
2465
+ msgstr "Vajoming"
2466
+
2467
+ #@ tribe-events-calendar
2468
+ #: lib/widget-list.class.php:16
2469
+ msgid "A widget that displays the next upcoming x events."
2470
+ msgstr "Vidžet koji prikazuje sledećih x događaja."
2471
+
2472
+ #@ tribe-events-calendar
2473
+ #: lib/widget-list.class.php:70
2474
+ msgid "View All Events"
2475
+ msgstr "Vidi sve događaje"
2476
+
2477
+ #@ tribe-events-calendar
2478
+ #: lib/widget-list.class.php:73
2479
+ msgid "There are no upcoming events at this time."
2480
+ msgstr "Trenutno nema predstojećih događaja."
2481
+
2482
+ #@ tribe-events-calendar
2483
+ #: public/template-tags/general.php:120
2484
+ msgid "Category:"
2485
+ msgstr "Kategorija:"
2486
+
2487
+ #@ tribe-events-calendar
2488
+ #: public/template-tags/general.php:137
2489
+ msgid "Tags:"
2490
+ msgstr "Tagovi:"
2491
+
2492
+ #@ tribe-events-calendar
2493
+ #: public/template-tags/general.php:255
2494
+ msgid "Free"
2495
+ msgstr "Slobodan"
2496
+
2497
+ #@ tribe-events-calendar
2498
+ #: public/template-tags/loop.php:130
2499
+ msgid "Calendar of Events"
2500
+ msgstr "Kalendar događaja"
2501
+
2502
+ #@ tribe-events-calendar
2503
+ #: views/ecp-single-template.php:24
2504
+ msgid "Edit"
2505
+ msgstr "Izmeni"
2506
+
2507
+ #@ tribe-events-calendar
2508
+ #: views/events-list-load-widget-display.php:52
2509
+ msgid "All Day"
2510
+ msgstr "Celodnevni"
2511
+
2512
+ #@ tribe-events-calendar
2513
+ #: views/gridview.php:42
2514
+ #: views/list.php:165
2515
+ #: views/single.php:101
2516
+ msgid "iCal Import"
2517
+ msgstr "iCal uvoz"
2518
+
2519
+ #@ tribe-events-calendar
2520
+ #: views/list.php:50
2521
+ #: views/single.php:20
2522
+ msgid "Start:"
2523
+ msgstr "Početak:"
2524
+
2525
+ #@ tribe-events-calendar
2526
+ #: views/list.php:54
2527
+ #: views/single.php:22
2528
+ msgid "End:"
2529
+ msgstr "Kraj:"
2530
+
2531
+ #@ tribe-events-calendar
2532
+ #: views/list.php:59
2533
+ #: views/single.php:25
2534
+ msgid "Date:"
2535
+ msgstr "Datum: "
2536
+
2537
+ #@ tribe-events-calendar
2538
+ #: views/list.php:69
2539
+ #: views/single.php:59
2540
+ msgid "Venue:"
2541
+ msgstr "Mesto: "
2542
+
2543
+ #@ tribe-events-calendar
2544
+ #: views/list.php:92
2545
+ #: views/single.php:76
2546
+ msgid "Google Map"
2547
+ msgstr "Google mapa"
2548
+
2549
+ #@ tribe-events-calendar
2550
+ #: views/list.php:116
2551
+ #, php-format
2552
+ msgid " listed under %s. Check out past events for this category or view the full calendar."
2553
+ msgstr "naveden pod %s. Pogledajte prošle događaje za ovu kategoriju ili vidite ceo kalendar."
2554
+
2555
+ #@ tribe-events-calendar
2556
+ #: views/list.php:118
2557
+ #, php-format
2558
+ msgid " listed under %s. Check out upcoming events for this category or view the full calendar."
2559
+ msgstr "naveden pod %s. Pogledajte predstojeće događaje za ovu kategoriju ili vidite ceo kalendar."
2560
+
2561
+ #@ tribe-events-calendar
2562
+ #: views/list.php:123
2563
+ #, php-format
2564
+ msgid "No events scheduled for <strong>%s</strong>. Please try another day."
2565
+ msgstr "Nema događaja zakazanih za <strong>%s</strong>. Pogledajte drugi dan."
2566
+
2567
+ #@ tribe-events-calendar
2568
+ #: views/list.php:127
2569
+ msgid "No upcoming events"
2570
+ msgstr "Nema predstojećih događaja."
2571
+
2572
+ #@ tribe-events-calendar
2573
+ #: views/list.php:131
2574
+ msgid "No previous events"
2575
+ msgstr "Nema prošlih događaja."
2576
+
2577
+ #@ tribe-events-calendar
2578
+ #: views/list.php:144
2579
+ #: views/list.php:146
2580
+ #: views/list.php:148
2581
+ msgid "&laquo; Previous Events"
2582
+ msgstr "&laquo; Prošli događaji"
2583
+
2584
+ #@ tribe-events-calendar
2585
+ #: views/list.php:155
2586
+ #: views/list.php:157
2587
+ #: views/list.php:159
2588
+ msgid "Next Events &raquo;"
2589
+ msgstr "Predstojeći događaji &raquo;"
2590
+
2591
+ #@ tribe-events-calendar
2592
+ #: views/single.php:13
2593
+ msgid "&laquo; Back to Events"
2594
+ msgstr "&laquo; Nazad na događaje"
2595
+
2596
+ #@ tribe-events-calendar
2597
+ #: views/single.php:14
2598
+ msgid "This event has passed."
2599
+ msgstr "Ovaj događaj je prošao."
2600
+
2601
+ #@ tribe-events-calendar
2602
+ #: views/single.php:17
2603
+ msgid "Event:"
2604
+ msgstr "Događaj:"
2605
+
2606
+ #@ tribe-events-calendar
2607
+ #: views/single.php:34
2608
+ #: views/single.php:37
2609
+ msgid "Organizer:"
2610
+ msgstr "Organizator:"
2611
+
2612
+ #@ tribe-events-calendar
2613
+ #: views/single.php:48
2614
+ msgid "Updated:"
2615
+ msgstr "Izmenjeno: "
2616
+
2617
+ #@ tribe-events-calendar
2618
+ #: views/single.php:51
2619
+ msgid "Schedule:"
2620
+ msgstr "Raspored: "
2621
+
2622
+ #@ tribe-events-calendar
2623
+ #: views/single.php:76
2624
+ msgid "Click to view a Google Map"
2625
+ msgstr "Kliknite da vidite Google mapu"
2626
+
2627
+ #@ tribe-events-calendar
2628
+ #: views/single.php:104
2629
+ msgid "Add to Google Calendar"
2630
+ msgstr "Dodaj u Google kalendar"
2631
+
2632
+ #@ tribe-events-calendar
2633
+ #: views/single.php:104
2634
+ msgid "+ Google Calendar"
2635
+ msgstr "+ Google Kalendar"
2636
+
2637
+ #@ tribe-events-calendar
2638
+ #: views/table-mini.php:24
2639
+ msgid "View all &raquo;"
2640
+ msgstr "Vidi sve &raquo;"
2641
+
lang/tribe-events-calendar.pot CHANGED
@@ -5,8 +5,8 @@ msgid ""
5
  msgstr ""
6
  "Project-Id-Version: The Events Calendar 2.0\n"
7
  "Report-Msgid-Bugs-To: \n"
8
- "POT-Creation-Date: 2012-06-05 19:31-0500\n"
9
- "PO-Revision-Date: 2012-06-05 19:32-0500\n"
10
  "Last-Translator: Paul Hughes <paul@paulalexanderhughes.com>\n"
11
  "Language-Team: Modern Tribe, Inc.\n"
12
  "MIME-Version: 1.0\n"
@@ -21,7 +21,7 @@ msgstr ""
21
  "X-Poedit-SearchPath-0: ..\n"
22
 
23
  #: ../admin-views/app-shop.php:4
24
- msgid "Tribe App Shop"
25
  msgstr ""
26
 
27
  #: ../admin-views/app-shop.php:56
@@ -131,144 +131,168 @@ msgstr ""
131
  msgid "Select your desired action"
132
  msgstr ""
133
 
134
- #: ../admin-views/tribe-options-general.php:11
135
- msgid "Add functionality to The Events Calendar"
136
  msgstr ""
137
 
138
- #: ../admin-views/tribe-options-general.php:16
 
 
 
 
 
 
 
 
 
 
 
 
139
  msgid "Looking for additional functionality including recurring events, custom meta, community events, ticket sales and more?"
140
  msgstr ""
141
 
142
- #: ../admin-views/tribe-options-general.php:16
143
  msgid "Check out the available Add-Ons"
144
  msgstr ""
145
 
146
- #: ../admin-views/tribe-options-general.php:21
147
  msgid "We hope our plugin is helping you out."
148
  msgstr ""
149
 
150
- #: ../admin-views/tribe-options-general.php:25
151
- #: ../admin-views/tribe-options-general.php:30
152
  msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
153
  msgstr ""
154
 
155
- #: ../admin-views/tribe-options-general.php:25
156
- #: ../admin-views/tribe-options-general.php:30
157
  msgid "See an example of the link"
158
  msgstr ""
159
 
160
- #: ../admin-views/tribe-options-general.php:35
161
  msgid "Show Events Calendar Link"
162
  msgstr ""
163
 
164
- #: ../admin-views/tribe-options-general.php:45
165
  msgid "Default view for the Events"
166
  msgstr ""
167
 
168
- #: ../admin-views/tribe-options-general.php:46
169
  msgid "Determines whether the default events view is a calendar or a list."
170
  msgstr ""
171
 
172
- #: ../admin-views/tribe-options-general.php:53
173
- #: ../admin-views/tribe-options-general.php:59
174
  msgid "Events URL slug"
175
  msgstr ""
176
 
177
- #: ../admin-views/tribe-options-general.php:54
178
  msgid "You cannot edit the slug for your events page as you do not have pretty permalinks enabled. The current URL for your events page is <a href=\" "
179
  msgstr ""
180
 
181
- #: ../admin-views/tribe-options-general.php:66
182
  msgid "The slug used for building the events URL."
183
  msgstr ""
184
 
185
- #: ../admin-views/tribe-options-general.php:66
186
  #, php-format
187
  msgid "Your current Events URL is %s"
188
  msgstr ""
189
 
190
- #: ../admin-views/tribe-options-general.php:71
191
  msgid "Here is the iCal feed URL for your events:"
192
  msgstr ""
193
 
194
- #: ../admin-views/tribe-options-general.php:76
195
  msgid "Single Event URL slug"
196
  msgstr ""
197
 
198
- #: ../admin-views/tribe-options-general.php:83
199
  #, php-format
200
  msgid "You <strong>cannot</strong> use the same slug as above. The above should ideally be plural, and this singular.<br />Your single Event URL is like: %s"
201
  msgstr ""
202
 
203
- #: ../admin-views/tribe-options-general.php:88
204
  msgid "Number of events to show per page in the loop"
205
  msgstr ""
206
 
207
- #: ../admin-views/tribe-options-general.php:89
208
  msgid "This is the number of events displayed per page when returning a list of events."
209
  msgstr ""
210
 
211
- #: ../admin-views/tribe-options-general.php:96
212
  msgid "Show Comments"
213
  msgstr ""
214
 
215
- #: ../admin-views/tribe-options-general.php:97
216
  msgid "Enables commenting on your single event view."
217
  msgstr ""
218
 
219
- #: ../admin-views/tribe-options-general.php:103
220
  msgid "Multiday Event Cutoff"
221
  msgstr ""
222
 
223
- #: ../admin-views/tribe-options-general.php:104
224
  msgid "For multi-day events, hide the last day from grid view if it ends on or before this time."
225
  msgstr ""
226
 
227
- #: ../admin-views/tribe-options-general.php:112
228
  msgid "Enable Google Maps"
229
  msgstr ""
230
 
231
- #: ../admin-views/tribe-options-general.php:113
232
  msgid "If you don't have this turned on, your event listings won't have the backend map preview or frontend embedded map."
233
  msgstr ""
234
 
235
- #: ../admin-views/tribe-options-general.php:120
236
  msgid "Google Maps Embed Height"
237
  msgstr ""
238
 
239
- #: ../admin-views/tribe-options-general.php:123
240
  msgid "Enter a number."
241
  msgstr ""
242
 
243
- #: ../admin-views/tribe-options-general.php:129
244
  msgid "Google Maps Embed Width"
245
  msgstr ""
246
 
247
- #: ../admin-views/tribe-options-general.php:131
248
  msgid "Enter a number or %."
249
  msgstr ""
250
 
251
- #: ../admin-views/tribe-options-general.php:138
252
  msgid "Google Maps Default Zoom Level"
253
  msgstr ""
254
 
255
- #: ../admin-views/tribe-options-general.php:139
256
  msgid "0 = zoomed-out; 21 = zoomed-in."
257
  msgstr ""
258
 
259
- #: ../admin-views/tribe-options-general.php:147
 
 
 
 
 
 
 
 
260
  msgid "Debug Mode"
261
  msgstr ""
262
 
263
- #: ../admin-views/tribe-options-general.php:148
264
  #, php-format
265
  msgid "Enable this option to log debug information. By default this will log to your server PHP error log. If you'd like to see the log messages in your browser, then we recommend that you install the %s and look for the \"Tribe\" tab in the debug output."
266
  msgstr ""
267
 
268
- #: ../admin-views/tribe-options-general.php:148
269
  msgid "Debug Bar Plugin"
270
  msgstr ""
271
 
 
 
 
 
272
  #: ../admin-views/tribe-options-help.php:15
273
  msgid "You need to upgrade!"
274
  msgstr ""
@@ -334,145 +358,149 @@ msgstr ""
334
  msgid "Release Notes"
335
  msgstr ""
336
 
337
- #: ../admin-views/tribe-options-help.php:106
 
 
 
 
338
  #, php-format
339
  msgid "If this is your first time using The Events Calendar, you're in for a treat. The more adventurous users can jump right into it by finding the \"Events\" section in the admin menu to the left of this message and getting down to it. For those who like to dip their toes before diving in full-on, we've got you covered too. First things first: visit our %s, designed with folks exactly like yourself in mind and meant to familiarize you with the plugin's basics. From there, the Resources listed below (meant to help you kick ass, of course) should keep up the momentum."
340
  msgstr ""
341
 
342
- #: ../admin-views/tribe-options-help.php:106
343
  msgid "new user primer"
344
  msgstr ""
345
 
346
- #: ../admin-views/tribe-options-help.php:109
347
  #, php-format
348
  msgid "We love all our users and want to help free & PRO customers alike. If you're running the latest version of The Events Calendar and are having problems, post a thread the %s at WordPress.org. We hit the forum a few times a week and do what we can to assist users."
349
  msgstr ""
350
 
351
- #: ../admin-views/tribe-options-help.php:109
352
  msgid "forum for The Events Calendar"
353
  msgstr ""
354
 
355
- #: ../admin-views/tribe-options-help.php:112
356
  #, php-format
357
  msgid "%sA few things to keep in mind before posting:%s"
358
  msgstr ""
359
 
360
- #: ../admin-views/tribe-options-help.php:113
361
  #, php-format
362
  msgid "%sLook through the recent active threads before posting a new one and check that there isn't already a discussion going on your issue.%s"
363
  msgstr ""
364
 
365
- #: ../admin-views/tribe-options-help.php:114
366
  #, php-format
367
  msgid "%sA good way to help us out before posting is to check whether the issue is a conflict with another plugin or your theme. This can be tested relatively easily on a staging site by deactivating other plugins one-by-one, and reverting to the default 2011 theme as needed, to see if conflicts can be easily identified. If so, please note that when posting your thread.%s"
368
  msgstr ""
369
 
370
- #: ../admin-views/tribe-options-help.php:115
371
  #, php-format
372
  msgid "%sSometimes, just resaving your permalinks (under Settings -> Permalinks) can resolve events-related problems on your site. It is worth a shot before creating a new thread.%s"
373
  msgstr ""
374
 
375
- #: ../admin-views/tribe-options-help.php:116
376
  #, php-format
377
  msgid "%sMake sure you're running The Events Calendar, rather than Events Calendar. They're two separate plugins :)%s"
378
  msgstr ""
379
 
380
- #: ../admin-views/tribe-options-help.php:117
381
  #, php-format
382
  msgid "%sWhile our team is happy to help with bugs and provide light integration tips for users of The Events Calendar, we're not able to provide customization tips or assist in integrating with 3rd party plugins on the WordPress.org forums.%s"
383
  msgstr ""
384
 
385
- #: ../admin-views/tribe-options-help.php:119
386
  #, php-format
387
  msgid "%sShoot us an email to %s or tweet to %s and tell us why. We'll do what we can to make it right.%s"
388
  msgstr ""
389
 
390
- #: ../admin-views/tribe-options-help.php:119
391
  msgid "pro@tri.be"
392
  msgstr ""
393
 
394
- #: ../admin-views/tribe-options-help.php:119
395
  msgid "@moderntribeinc"
396
  msgstr ""
397
 
398
- #: ../admin-views/tribe-options-help.php:120
399
  msgid "More..."
400
  msgstr ""
401
 
402
- #: ../admin-views/tribe-options-help.php:127
403
  msgid "Hi! Thank you so much for using the labor of our love. We are Modern Tribe and we are here to help you kick ass."
404
  msgstr ""
405
 
406
- #: ../admin-views/tribe-options-help.php:129
407
  msgid "Getting Started"
408
  msgstr ""
409
 
410
- #: ../admin-views/tribe-options-help.php:134
411
  msgid "Resources to Help You Kick Ass"
412
  msgstr ""
413
 
414
- #: ../admin-views/tribe-options-help.php:146
415
  msgid "Everyone Needs a Buddy"
416
  msgstr ""
417
 
418
- #: ../admin-views/tribe-options-help.php:149
419
  msgid "Still Not Satisfied?"
420
  msgstr ""
421
 
422
- #: ../admin-views/tribe-options-help.php:156
423
  msgid "The Events Calendar"
424
  msgstr ""
425
 
426
- #: ../admin-views/tribe-options-help.php:160
427
  msgid "Latest Version:"
428
  msgstr ""
429
 
430
- #: ../admin-views/tribe-options-help.php:161
431
  msgid "Author:"
432
  msgstr ""
433
 
434
- #: ../admin-views/tribe-options-help.php:161
435
  msgid "Modern Tribe Inc"
436
  msgstr ""
437
 
438
- #: ../admin-views/tribe-options-help.php:162
439
  msgid "Requires:"
440
  msgstr ""
441
 
442
- #: ../admin-views/tribe-options-help.php:162
443
  msgid "WordPress "
444
  msgstr ""
445
 
446
- #: ../admin-views/tribe-options-help.php:163
447
  msgid "Wordpress.org Plugin Page"
448
  msgstr ""
449
 
450
- #: ../admin-views/tribe-options-help.php:166
451
  msgid "Average Rating"
452
  msgstr ""
453
 
454
- #: ../admin-views/tribe-options-help.php:178
455
  msgid "Rating currently unavailable :("
456
  msgstr ""
457
 
458
- #: ../admin-views/tribe-options-help.php:184
459
  msgid "Give us 5 stars!"
460
  msgstr ""
461
 
462
- #: ../admin-views/tribe-options-help.php:186
463
  msgid "Free Add-Ons"
464
  msgstr ""
465
 
466
- #: ../admin-views/tribe-options-help.php:192
467
- #: ../admin-views/tribe-options-help.php:205
468
  msgid "(Coming Soon!)"
469
  msgstr ""
470
 
471
- #: ../admin-views/tribe-options-help.php:199
472
  msgid "Premium Add-Ons"
473
  msgstr ""
474
 
475
- #: ../admin-views/tribe-options-help.php:212
476
  msgid "News and Tutorials"
477
  msgstr ""
478
 
@@ -484,36 +512,40 @@ msgstr ""
484
  msgid "Default Page Template"
485
  msgstr ""
486
 
487
- #: ../admin-views/tribe-options-templates.php:18
488
  msgid "Template Settings"
489
  msgstr ""
490
 
491
- #: ../admin-views/tribe-options-templates.php:22
 
 
 
 
492
  msgid "Events Template"
493
  msgstr ""
494
 
495
- #: ../admin-views/tribe-options-templates.php:23
496
  msgid "Choose a page template to control the look and feel of your calendar."
497
  msgstr ""
498
 
499
- #: ../admin-views/tribe-options-templates.php:31
500
  msgid "Add HTML before calendar"
501
  msgstr ""
502
 
503
- #: ../admin-views/tribe-options-templates.php:32
504
  msgid "Some themes may require that you add extra divs before the calendar list to help with styling.<br>This is displayed directly after the header."
505
  msgstr ""
506
 
507
- #: ../admin-views/tribe-options-templates.php:32
508
- #: ../admin-views/tribe-options-templates.php:39
509
  msgid "You may use (x)HTML."
510
  msgstr ""
511
 
512
- #: ../admin-views/tribe-options-templates.php:38
513
  msgid "Add HTML after calendar"
514
  msgstr ""
515
 
516
- #: ../admin-views/tribe-options-templates.php:39
517
  msgid "Some themes may require that you add extra divs after the calendar list to help with styling.<br>This is displayed directly above the footer."
518
  msgstr ""
519
 
@@ -558,443 +590,466 @@ msgid "Show widget only if there are upcoming events:"
558
  msgstr ""
559
 
560
  #: ../admin-views/widget-admin-list.php:30
561
- msgid "If you wish to customize the widget display yourself, see the file views/events-list-load-widget-display.php inside the Events Premium plugin."
 
562
  msgstr ""
563
 
564
- #: ../lib/the-events-calendar.class.php:284
565
  msgid "category"
566
  msgstr ""
567
 
568
- #: ../lib/the-events-calendar.class.php:285
569
  msgid "tag"
570
  msgstr ""
571
 
572
- #: ../lib/the-events-calendar.class.php:286
573
  msgid "month"
574
  msgstr ""
575
 
576
- #: ../lib/the-events-calendar.class.php:287
577
  msgid "upcoming"
578
  msgstr ""
579
 
580
- #: ../lib/the-events-calendar.class.php:288
581
  msgid "past"
582
  msgstr ""
583
 
584
- #: ../lib/the-events-calendar.class.php:290
585
  msgid "venue"
586
  msgstr ""
587
 
588
- #: ../lib/the-events-calendar.class.php:300
589
  #, php-format
590
  msgid "Initializing Tribe Events on %s"
591
  msgstr ""
592
 
593
- #: ../lib/the-events-calendar.class.php:380
594
  #, php-format
595
- msgid "Your version of %s requires version %s or higher of The Events Calendar (you are currently running %s). Visit %shelp%s for more information."
596
  msgstr ""
597
 
598
- #: ../lib/the-events-calendar.class.php:418
599
- msgid "General"
 
600
  msgstr ""
601
 
602
- #: ../lib/the-events-calendar.class.php:419
603
- msgid "Template"
 
604
  msgstr ""
605
 
606
- #: ../lib/the-events-calendar.class.php:420
607
- msgid "Licenses"
 
 
 
 
608
  msgstr ""
609
 
610
- #: ../lib/the-events-calendar.class.php:456
 
 
 
 
611
  #, php-format
612
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
613
  msgstr ""
614
 
615
- #: ../lib/the-events-calendar.class.php:459
616
  #, php-format
617
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
618
  msgstr ""
619
 
620
- #: ../lib/the-events-calendar.class.php:580
621
  msgid "Upcoming Events"
622
  msgstr ""
623
 
624
- #: ../lib/the-events-calendar.class.php:582
625
  msgid "Past Events"
626
  msgstr ""
627
 
628
- #: ../lib/the-events-calendar.class.php:586
629
- #: ../lib/the-events-calendar.class.php:592
630
  #, php-format
631
  msgid "Events for %s"
632
  msgstr ""
633
 
634
- #: ../lib/the-events-calendar.class.php:588
635
  msgid "Events this month"
636
  msgstr ""
637
 
638
- #: ../lib/the-events-calendar.class.php:598
639
  #, php-format
640
  msgid "Events at %s"
641
  msgstr ""
642
 
643
- #: ../lib/the-events-calendar.class.php:611
644
  msgid "No description has been entered for this event."
645
  msgstr ""
646
 
647
- #: ../lib/the-events-calendar.class.php:855
648
- #: ../lib/the-events-calendar.class.php:2552
649
- #: ../lib/the-events-calendar.class.php:2612
650
  msgid "Events"
651
  msgstr ""
652
 
653
- #: ../lib/the-events-calendar.class.php:856
654
  msgid "Event"
655
  msgstr ""
656
 
657
- #: ../lib/the-events-calendar.class.php:857
658
- #: ../lib/the-events-calendar.class.php:870
659
- #: ../lib/the-events-calendar.class.php:883
660
  msgid "Add New"
661
  msgstr ""
662
 
663
- #: ../lib/the-events-calendar.class.php:858
664
  msgid "Add New Event"
665
  msgstr ""
666
 
667
- #: ../lib/the-events-calendar.class.php:859
668
  msgid "Edit Event"
669
  msgstr ""
670
 
671
- #: ../lib/the-events-calendar.class.php:860
672
  msgid "New Event"
673
  msgstr ""
674
 
675
- #: ../lib/the-events-calendar.class.php:861
676
  msgid "View Event"
677
  msgstr ""
678
 
679
- #: ../lib/the-events-calendar.class.php:862
680
  msgid "Search Events"
681
  msgstr ""
682
 
683
- #: ../lib/the-events-calendar.class.php:863
684
  msgid "No events found"
685
  msgstr ""
686
 
687
- #: ../lib/the-events-calendar.class.php:864
688
  msgid "No events found in Trash"
689
  msgstr ""
690
 
691
- #: ../lib/the-events-calendar.class.php:868
692
  msgid "Venues"
693
  msgstr ""
694
 
695
- #: ../lib/the-events-calendar.class.php:869
696
  msgid "Venue"
697
  msgstr ""
698
 
699
- #: ../lib/the-events-calendar.class.php:871
700
  msgid "Add New Venue"
701
  msgstr ""
702
 
703
- #: ../lib/the-events-calendar.class.php:872
704
  msgid "Edit Venue"
705
  msgstr ""
706
 
707
- #: ../lib/the-events-calendar.class.php:873
708
  msgid "New Venue"
709
  msgstr ""
710
 
711
- #: ../lib/the-events-calendar.class.php:874
712
- #: ../lib/the-events-calendar.class.php:887
713
  msgid "View Venue"
714
  msgstr ""
715
 
716
- #: ../lib/the-events-calendar.class.php:875
717
  msgid "Search Venues"
718
  msgstr ""
719
 
720
- #: ../lib/the-events-calendar.class.php:876
721
  msgid "No venue found"
722
  msgstr ""
723
 
724
- #: ../lib/the-events-calendar.class.php:877
725
  msgid "No venues found in Trash"
726
  msgstr ""
727
 
728
- #: ../lib/the-events-calendar.class.php:881
729
  msgid "Organizers"
730
  msgstr ""
731
 
732
- #: ../lib/the-events-calendar.class.php:882
733
  msgid "Organizer"
734
  msgstr ""
735
 
736
- #: ../lib/the-events-calendar.class.php:884
737
  msgid "Add New Organizer"
738
  msgstr ""
739
 
740
- #: ../lib/the-events-calendar.class.php:885
741
  msgid "Edit Organizer"
742
  msgstr ""
743
 
744
- #: ../lib/the-events-calendar.class.php:886
745
  msgid "New Organizer"
746
  msgstr ""
747
 
748
- #: ../lib/the-events-calendar.class.php:888
749
  msgid "Search Organizers"
750
  msgstr ""
751
 
752
- #: ../lib/the-events-calendar.class.php:889
753
  msgid "No organizer found"
754
  msgstr ""
755
 
756
- #: ../lib/the-events-calendar.class.php:890
757
  msgid "No organizers found in Trash"
758
  msgstr ""
759
 
760
- #: ../lib/the-events-calendar.class.php:894
761
  #: ../lib/tribe-admin-events-list.class.php:172
762
  msgid "Event Categories"
763
  msgstr ""
764
 
765
- #: ../lib/the-events-calendar.class.php:895
766
  msgid "Event Category"
767
  msgstr ""
768
 
769
- #: ../lib/the-events-calendar.class.php:896
770
  msgid "Search Event Categories"
771
  msgstr ""
772
 
773
- #: ../lib/the-events-calendar.class.php:897
774
  msgid "All Event Categories"
775
  msgstr ""
776
 
777
- #: ../lib/the-events-calendar.class.php:898
778
  msgid "Parent Event Category"
779
  msgstr ""
780
 
781
- #: ../lib/the-events-calendar.class.php:899
782
  msgid "Parent Event Category:"
783
  msgstr ""
784
 
785
- #: ../lib/the-events-calendar.class.php:900
786
  msgid "Edit Event Category"
787
  msgstr ""
788
 
789
- #: ../lib/the-events-calendar.class.php:901
790
  msgid "Update Event Category"
791
  msgstr ""
792
 
793
- #: ../lib/the-events-calendar.class.php:902
794
  msgid "Add New Event Category"
795
  msgstr ""
796
 
797
- #: ../lib/the-events-calendar.class.php:903
798
  msgid "New Event Category Name"
799
  msgstr ""
800
 
801
- #: ../lib/the-events-calendar.class.php:913
802
  #, php-format
803
  msgid "Event updated. <a href=\"%s\">View event</a>"
804
  msgstr ""
805
 
806
- #: ../lib/the-events-calendar.class.php:914
807
- #: ../lib/the-events-calendar.class.php:931
808
- #: ../lib/the-events-calendar.class.php:948
809
  msgid "Custom field updated."
810
  msgstr ""
811
 
812
- #: ../lib/the-events-calendar.class.php:915
813
- #: ../lib/the-events-calendar.class.php:932
814
- #: ../lib/the-events-calendar.class.php:949
815
  msgid "Custom field deleted."
816
  msgstr ""
817
 
818
- #: ../lib/the-events-calendar.class.php:916
819
  msgid "Event updated."
820
  msgstr ""
821
 
822
- #: ../lib/the-events-calendar.class.php:918
823
  #, php-format
824
  msgid "Event restored to revision from %s"
825
  msgstr ""
826
 
827
- #: ../lib/the-events-calendar.class.php:919
828
  #, php-format
829
  msgid "Event published. <a href=\"%s\">View event</a>"
830
  msgstr ""
831
 
832
- #: ../lib/the-events-calendar.class.php:920
833
  msgid "Event saved."
834
  msgstr ""
835
 
836
- #: ../lib/the-events-calendar.class.php:921
837
  #, php-format
838
  msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
839
  msgstr ""
840
 
841
- #: ../lib/the-events-calendar.class.php:922
842
  #, php-format
843
  msgid "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview event</a>"
844
  msgstr ""
845
 
846
- #: ../lib/the-events-calendar.class.php:924
847
- #: ../lib/the-events-calendar.class.php:941
848
- #: ../lib/the-events-calendar.class.php:958
849
  msgid "M j, Y @ G:i"
850
  msgstr ""
851
 
852
- #: ../lib/the-events-calendar.class.php:925
853
  #, php-format
854
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
855
  msgstr ""
856
 
857
- #: ../lib/the-events-calendar.class.php:930
858
  #, php-format
859
  msgid "Venue updated. <a href=\"%s\">View venue</a>"
860
  msgstr ""
861
 
862
- #: ../lib/the-events-calendar.class.php:933
863
  msgid "Venue updated."
864
  msgstr ""
865
 
866
- #: ../lib/the-events-calendar.class.php:935
867
  #, php-format
868
  msgid "Venue restored to revision from %s"
869
  msgstr ""
870
 
871
- #: ../lib/the-events-calendar.class.php:936
872
  #, php-format
873
  msgid "Venue published. <a href=\"%s\">View venue</a>"
874
  msgstr ""
875
 
876
- #: ../lib/the-events-calendar.class.php:937
877
  msgid "Venue saved."
878
  msgstr ""
879
 
880
- #: ../lib/the-events-calendar.class.php:938
881
  #, php-format
882
  msgid "Venue submitted. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
883
  msgstr ""
884
 
885
- #: ../lib/the-events-calendar.class.php:939
886
  #, php-format
887
  msgid "Venue scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview venue</a>"
888
  msgstr ""
889
 
890
- #: ../lib/the-events-calendar.class.php:942
891
  #, php-format
892
  msgid "Venue draft updated. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
893
  msgstr ""
894
 
895
- #: ../lib/the-events-calendar.class.php:947
896
  #, php-format
897
  msgid "Organizer updated. <a href=\"%s\">View organizer</a>"
898
  msgstr ""
899
 
900
- #: ../lib/the-events-calendar.class.php:950
901
  msgid "Organizer updated."
902
  msgstr ""
903
 
904
- #: ../lib/the-events-calendar.class.php:952
905
  #, php-format
906
  msgid "Organizer restored to revision from %s"
907
  msgstr ""
908
 
909
- #: ../lib/the-events-calendar.class.php:953
910
  #, php-format
911
  msgid "Organizer published. <a href=\"%s\">View organizer</a>"
912
  msgstr ""
913
 
914
- #: ../lib/the-events-calendar.class.php:954
915
  msgid "Organizer saved."
916
  msgstr ""
917
 
918
- #: ../lib/the-events-calendar.class.php:955
919
  #, php-format
920
  msgid "Organizer submitted. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
921
  msgstr ""
922
 
923
- #: ../lib/the-events-calendar.class.php:956
924
  #, php-format
925
  msgid "Organizer scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview organizer</a>"
926
  msgstr ""
927
 
928
- #: ../lib/the-events-calendar.class.php:959
929
  #, php-format
930
  msgid "Organizer draft updated. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
931
  msgstr ""
932
 
933
- #: ../lib/the-events-calendar.class.php:1055
934
  msgid "Next"
935
  msgstr ""
936
 
937
- #: ../lib/the-events-calendar.class.php:1056
938
  msgid "Prev"
939
  msgstr ""
940
 
941
- #: ../lib/the-events-calendar.class.php:1057
942
  msgid "Today"
943
  msgstr ""
944
 
945
- #: ../lib/the-events-calendar.class.php:1058
946
  msgid "Done"
947
  msgstr ""
948
 
949
- #: ../lib/the-events-calendar.class.php:2334
950
  msgid "Event Options"
951
  msgstr ""
952
 
953
- #: ../lib/the-events-calendar.class.php:2336
954
  msgid "Venue Information"
955
  msgstr ""
956
 
957
- #: ../lib/the-events-calendar.class.php:2337
958
  msgid "Organizer Information"
959
  msgstr ""
960
 
961
- #: ../lib/the-events-calendar.class.php:2450
962
  msgid "Support"
963
  msgstr ""
964
 
965
- #: ../lib/the-events-calendar.class.php:2453
966
  msgid "View All Add-Ons"
967
  msgstr ""
968
 
969
- #: ../lib/the-events-calendar.class.php:2460
970
  msgid "News from Modern Tribe"
971
  msgstr ""
972
 
973
- #: ../lib/the-events-calendar.class.php:2505
974
  msgid "Additional Functionality"
975
  msgstr ""
976
 
977
- #: ../lib/the-events-calendar.class.php:2510
978
  #, php-format
979
  msgid "Check out the <a href=\"%s\">available Add-Ons</a>."
980
  msgstr ""
981
 
982
- #: ../lib/the-events-calendar.class.php:2578
 
983
  msgid "View Calendar"
984
  msgstr ""
985
 
986
- #: ../lib/the-events-calendar.class.php:2586
987
  msgid "Add Event"
988
  msgstr ""
989
 
990
- #: ../lib/the-events-calendar.class.php:2595
991
  msgid "Edit Events"
992
  msgstr ""
993
 
994
- #: ../lib/the-events-calendar.class.php:2604
 
 
995
  msgid "Settings"
996
  msgstr ""
997
 
 
 
 
 
 
 
 
 
 
998
  #: ../lib/tribe-admin-events-list.class.php:40
999
  #, php-format
1000
  msgid "View &#8220;%s&#8221;"
@@ -1029,10 +1084,10 @@ msgstr ""
1029
  msgid "All %s"
1030
  msgstr ""
1031
 
1032
- #: ../lib/tribe-app-shop.class.php:54
1033
- #: ../lib/tribe-app-shop.class.php:55
1034
- #: ../lib/tribe-app-shop.class.php:73
1035
- msgid "App Shop"
1036
  msgstr ""
1037
 
1038
  #: ../lib/tribe-debug-bar.class.php:18
@@ -1064,6 +1119,10 @@ msgstr ""
1064
  msgid "There are no fields setup for this tab yet."
1065
  msgstr ""
1066
 
 
 
 
 
1067
  #: ../lib/tribe-settings.class.php:207
1068
  msgid "You've requested a non-existent tab."
1069
  msgstr ""
@@ -1097,7 +1156,7 @@ msgid "Settings saved."
1097
  msgstr ""
1098
 
1099
  #: ../lib/tribe-the-events-calendar-import.class.php:44
1100
- msgid "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make sure you have backed up before proceeding any further. You can easily <a href=\" http://wordpress.org/extend/plugins/the-events-calendar/download/\">revert to an old version</a> if you want to backup first. This upgrade includes two major steps, <a href=\"options-general.php?page=tribe-settings&tab=general\">migrating data</a> & updating your templates as necessary. There have been significant changes to the template tags and functions. Check out our <a href=\"http://tri.be/migrating-from-events-calendar-1-6-5-to-2-0\">walkthrough on the upgrade</a> before proceeding and check out the FAQ & Knowledge base from the <a href=\"http://tri.be/support/\">support page</a>. If you're new to The Events Calendar, you may want to review our <a href=\"http://tri.be/support/documentation/events-calendar-pro-new-user-primer/\">new user primer</a>.<br/><br/> You have events that need to be migrated. Please visit the bottom of the <a href=\"options-general.php?page=tribe-events-calendar\">settings page</a> to perform the migration."
1101
  msgstr ""
1102
 
1103
  #: ../lib/tribe-the-events-calendar-import.class.php:54
@@ -2412,6 +2471,26 @@ msgstr ""
2412
  msgid "Calendar of Events"
2413
  msgstr ""
2414
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2415
  #: ../vendor/wp-router/WP_Route.class.php:250
2416
  msgid "You are not authorized to access this page"
2417
  msgstr ""
@@ -2424,7 +2503,7 @@ msgstr ""
2424
  msgid "WP Router Placeholder Page"
2425
  msgstr ""
2426
 
2427
- #: ../vendor/wp-router/WP_Router_Utility.class.php:71
2428
  #, php-format
2429
  msgid "%1$s requires WordPress %2$s or higher and PHP %3$s or higher."
2430
  msgstr ""
@@ -2442,11 +2521,6 @@ msgstr ""
2442
  msgid "Event List"
2443
  msgstr ""
2444
 
2445
- #: ../views/gridview.php:37
2446
- #: ../views/list.php:19
2447
- msgid "Calendar"
2448
- msgstr ""
2449
-
2450
  #: ../views/gridview.php:42
2451
  #: ../views/list.php:165
2452
  #: ../views/single.php:103
5
  msgstr ""
6
  "Project-Id-Version: The Events Calendar 2.0\n"
7
  "Report-Msgid-Bugs-To: \n"
8
+ "POT-Creation-Date: 2012-07-10 14:14-0800\n"
9
+ "PO-Revision-Date: 2012-07-10 14:55-0800\n"
10
  "Last-Translator: Paul Hughes <paul@paulalexanderhughes.com>\n"
11
  "Language-Team: Modern Tribe, Inc.\n"
12
  "MIME-Version: 1.0\n"
21
  "X-Poedit-SearchPath-0: ..\n"
22
 
23
  #: ../admin-views/app-shop.php:4
24
+ msgid "Tribe Event Add-Ons"
25
  msgstr ""
26
 
27
  #: ../admin-views/app-shop.php:56
131
  msgid "Select your desired action"
132
  msgstr ""
133
 
134
+ #: ../admin-views/tribe-options-general.php:19
135
+ msgid "Finding & extending your calendar."
136
  msgstr ""
137
 
138
+ #: ../admin-views/tribe-options-general.php:24
139
+ msgid "Finding your calendar."
140
+ msgstr ""
141
+
142
+ #: ../admin-views/tribe-options-general.php:29
143
+ msgid "Where's my calendar?"
144
+ msgstr ""
145
+
146
+ #: ../admin-views/tribe-options-general.php:29
147
+ msgid "Right here"
148
+ msgstr ""
149
+
150
+ #: ../admin-views/tribe-options-general.php:33
151
  msgid "Looking for additional functionality including recurring events, custom meta, community events, ticket sales and more?"
152
  msgstr ""
153
 
154
+ #: ../admin-views/tribe-options-general.php:33
155
  msgid "Check out the available Add-Ons"
156
  msgstr ""
157
 
158
+ #: ../admin-views/tribe-options-general.php:38
159
  msgid "We hope our plugin is helping you out."
160
  msgstr ""
161
 
162
+ #: ../admin-views/tribe-options-general.php:42
163
+ #: ../admin-views/tribe-options-general.php:47
164
  msgid "Are you thinking \"Wow, this plugin is amazing! I should say thanks to Modern Tribe for all their hard work.\" The greatest thanks we could ask for is recognition. Add a small text only link at the bottom of your calendar pointing to The Events Calendar project."
165
  msgstr ""
166
 
167
+ #: ../admin-views/tribe-options-general.php:42
168
+ #: ../admin-views/tribe-options-general.php:47
169
  msgid "See an example of the link"
170
  msgstr ""
171
 
172
+ #: ../admin-views/tribe-options-general.php:52
173
  msgid "Show Events Calendar Link"
174
  msgstr ""
175
 
176
+ #: ../admin-views/tribe-options-general.php:62
177
  msgid "Default view for the Events"
178
  msgstr ""
179
 
180
+ #: ../admin-views/tribe-options-general.php:63
181
  msgid "Determines whether the default events view is a calendar or a list."
182
  msgstr ""
183
 
184
+ #: ../admin-views/tribe-options-general.php:70
185
+ #: ../admin-views/tribe-options-general.php:76
186
  msgid "Events URL slug"
187
  msgstr ""
188
 
189
+ #: ../admin-views/tribe-options-general.php:71
190
  msgid "You cannot edit the slug for your events page as you do not have pretty permalinks enabled. The current URL for your events page is <a href=\" "
191
  msgstr ""
192
 
193
+ #: ../admin-views/tribe-options-general.php:83
194
  msgid "The slug used for building the events URL."
195
  msgstr ""
196
 
197
+ #: ../admin-views/tribe-options-general.php:83
198
  #, php-format
199
  msgid "Your current Events URL is %s"
200
  msgstr ""
201
 
202
+ #: ../admin-views/tribe-options-general.php:88
203
  msgid "Here is the iCal feed URL for your events:"
204
  msgstr ""
205
 
206
+ #: ../admin-views/tribe-options-general.php:93
207
  msgid "Single Event URL slug"
208
  msgstr ""
209
 
210
+ #: ../admin-views/tribe-options-general.php:100
211
  #, php-format
212
  msgid "You <strong>cannot</strong> use the same slug as above. The above should ideally be plural, and this singular.<br />Your single Event URL is like: %s"
213
  msgstr ""
214
 
215
+ #: ../admin-views/tribe-options-general.php:105
216
  msgid "Number of events to show per page in the loop"
217
  msgstr ""
218
 
219
+ #: ../admin-views/tribe-options-general.php:106
220
  msgid "This is the number of events displayed per page when returning a list of events."
221
  msgstr ""
222
 
223
+ #: ../admin-views/tribe-options-general.php:113
224
  msgid "Show Comments"
225
  msgstr ""
226
 
227
+ #: ../admin-views/tribe-options-general.php:114
228
  msgid "Enables commenting on your single event view."
229
  msgstr ""
230
 
231
+ #: ../admin-views/tribe-options-general.php:120
232
  msgid "Multiday Event Cutoff"
233
  msgstr ""
234
 
235
+ #: ../admin-views/tribe-options-general.php:121
236
  msgid "For multi-day events, hide the last day from grid view if it ends on or before this time."
237
  msgstr ""
238
 
239
+ #: ../admin-views/tribe-options-general.php:129
240
  msgid "Enable Google Maps"
241
  msgstr ""
242
 
243
+ #: ../admin-views/tribe-options-general.php:130
244
  msgid "If you don't have this turned on, your event listings won't have the backend map preview or frontend embedded map."
245
  msgstr ""
246
 
247
+ #: ../admin-views/tribe-options-general.php:137
248
  msgid "Google Maps Embed Height"
249
  msgstr ""
250
 
251
+ #: ../admin-views/tribe-options-general.php:140
252
  msgid "Enter a number."
253
  msgstr ""
254
 
255
+ #: ../admin-views/tribe-options-general.php:146
256
  msgid "Google Maps Embed Width"
257
  msgstr ""
258
 
259
+ #: ../admin-views/tribe-options-general.php:148
260
  msgid "Enter a number or %."
261
  msgstr ""
262
 
263
+ #: ../admin-views/tribe-options-general.php:155
264
  msgid "Google Maps Default Zoom Level"
265
  msgstr ""
266
 
267
+ #: ../admin-views/tribe-options-general.php:156
268
  msgid "0 = zoomed-out; 21 = zoomed-in."
269
  msgstr ""
270
 
271
+ #: ../admin-views/tribe-options-general.php:164
272
+ msgid "Send PressTrends Data"
273
+ msgstr ""
274
+
275
+ #: ../admin-views/tribe-options-general.php:165
276
+ msgid "Enable this option to help us out and send us analytics regarding your usage of The Events Calendar."
277
+ msgstr ""
278
+
279
+ #: ../admin-views/tribe-options-general.php:171
280
  msgid "Debug Mode"
281
  msgstr ""
282
 
283
+ #: ../admin-views/tribe-options-general.php:172
284
  #, php-format
285
  msgid "Enable this option to log debug information. By default this will log to your server PHP error log. If you'd like to see the log messages in your browser, then we recommend that you install the %s and look for the \"Tribe\" tab in the debug output."
286
  msgstr ""
287
 
288
+ #: ../admin-views/tribe-options-general.php:172
289
  msgid "Debug Bar Plugin"
290
  msgstr ""
291
 
292
+ #: ../admin-views/tribe-options-general.php:182
293
+ msgid "Would you like to help us out and send analytics about your usage of The Events Calendar?"
294
+ msgstr ""
295
+
296
  #: ../admin-views/tribe-options-help.php:15
297
  msgid "You need to upgrade!"
298
  msgstr ""
358
  msgid "Release Notes"
359
  msgstr ""
360
 
361
+ #: ../admin-views/tribe-options-help.php:104
362
+ msgid "Forums"
363
+ msgstr ""
364
+
365
+ #: ../admin-views/tribe-options-help.php:110
366
  #, php-format
367
  msgid "If this is your first time using The Events Calendar, you're in for a treat. The more adventurous users can jump right into it by finding the \"Events\" section in the admin menu to the left of this message and getting down to it. For those who like to dip their toes before diving in full-on, we've got you covered too. First things first: visit our %s, designed with folks exactly like yourself in mind and meant to familiarize you with the plugin's basics. From there, the Resources listed below (meant to help you kick ass, of course) should keep up the momentum."
368
  msgstr ""
369
 
370
+ #: ../admin-views/tribe-options-help.php:110
371
  msgid "new user primer"
372
  msgstr ""
373
 
374
+ #: ../admin-views/tribe-options-help.php:113
375
  #, php-format
376
  msgid "We love all our users and want to help free & PRO customers alike. If you're running the latest version of The Events Calendar and are having problems, post a thread the %s at WordPress.org. We hit the forum a few times a week and do what we can to assist users."
377
  msgstr ""
378
 
379
+ #: ../admin-views/tribe-options-help.php:113
380
  msgid "forum for The Events Calendar"
381
  msgstr ""
382
 
383
+ #: ../admin-views/tribe-options-help.php:116
384
  #, php-format
385
  msgid "%sA few things to keep in mind before posting:%s"
386
  msgstr ""
387
 
388
+ #: ../admin-views/tribe-options-help.php:117
389
  #, php-format
390
  msgid "%sLook through the recent active threads before posting a new one and check that there isn't already a discussion going on your issue.%s"
391
  msgstr ""
392
 
393
+ #: ../admin-views/tribe-options-help.php:118
394
  #, php-format
395
  msgid "%sA good way to help us out before posting is to check whether the issue is a conflict with another plugin or your theme. This can be tested relatively easily on a staging site by deactivating other plugins one-by-one, and reverting to the default 2011 theme as needed, to see if conflicts can be easily identified. If so, please note that when posting your thread.%s"
396
  msgstr ""
397
 
398
+ #: ../admin-views/tribe-options-help.php:119
399
  #, php-format
400
  msgid "%sSometimes, just resaving your permalinks (under Settings -> Permalinks) can resolve events-related problems on your site. It is worth a shot before creating a new thread.%s"
401
  msgstr ""
402
 
403
+ #: ../admin-views/tribe-options-help.php:120
404
  #, php-format
405
  msgid "%sMake sure you're running The Events Calendar, rather than Events Calendar. They're two separate plugins :)%s"
406
  msgstr ""
407
 
408
+ #: ../admin-views/tribe-options-help.php:121
409
  #, php-format
410
  msgid "%sWhile our team is happy to help with bugs and provide light integration tips for users of The Events Calendar, we're not able to provide customization tips or assist in integrating with 3rd party plugins on the WordPress.org forums.%s"
411
  msgstr ""
412
 
413
+ #: ../admin-views/tribe-options-help.php:123
414
  #, php-format
415
  msgid "%sShoot us an email to %s or tweet to %s and tell us why. We'll do what we can to make it right.%s"
416
  msgstr ""
417
 
418
+ #: ../admin-views/tribe-options-help.php:123
419
  msgid "pro@tri.be"
420
  msgstr ""
421
 
422
+ #: ../admin-views/tribe-options-help.php:123
423
  msgid "@moderntribeinc"
424
  msgstr ""
425
 
426
+ #: ../admin-views/tribe-options-help.php:124
427
  msgid "More..."
428
  msgstr ""
429
 
430
+ #: ../admin-views/tribe-options-help.php:131
431
  msgid "Hi! Thank you so much for using the labor of our love. We are Modern Tribe and we are here to help you kick ass."
432
  msgstr ""
433
 
434
+ #: ../admin-views/tribe-options-help.php:133
435
  msgid "Getting Started"
436
  msgstr ""
437
 
438
+ #: ../admin-views/tribe-options-help.php:138
439
  msgid "Resources to Help You Kick Ass"
440
  msgstr ""
441
 
442
+ #: ../admin-views/tribe-options-help.php:150
443
  msgid "Everyone Needs a Buddy"
444
  msgstr ""
445
 
446
+ #: ../admin-views/tribe-options-help.php:153
447
  msgid "Still Not Satisfied?"
448
  msgstr ""
449
 
450
+ #: ../admin-views/tribe-options-help.php:160
451
  msgid "The Events Calendar"
452
  msgstr ""
453
 
454
+ #: ../admin-views/tribe-options-help.php:164
455
  msgid "Latest Version:"
456
  msgstr ""
457
 
458
+ #: ../admin-views/tribe-options-help.php:165
459
  msgid "Author:"
460
  msgstr ""
461
 
462
+ #: ../admin-views/tribe-options-help.php:165
463
  msgid "Modern Tribe Inc"
464
  msgstr ""
465
 
466
+ #: ../admin-views/tribe-options-help.php:166
467
  msgid "Requires:"
468
  msgstr ""
469
 
470
+ #: ../admin-views/tribe-options-help.php:166
471
  msgid "WordPress "
472
  msgstr ""
473
 
474
+ #: ../admin-views/tribe-options-help.php:167
475
  msgid "Wordpress.org Plugin Page"
476
  msgstr ""
477
 
478
+ #: ../admin-views/tribe-options-help.php:170
479
  msgid "Average Rating"
480
  msgstr ""
481
 
482
+ #: ../admin-views/tribe-options-help.php:179
483
  msgid "Rating currently unavailable :("
484
  msgstr ""
485
 
486
+ #: ../admin-views/tribe-options-help.php:185
487
  msgid "Give us 5 stars!"
488
  msgstr ""
489
 
490
+ #: ../admin-views/tribe-options-help.php:187
491
  msgid "Free Add-Ons"
492
  msgstr ""
493
 
494
+ #: ../admin-views/tribe-options-help.php:193
495
+ #: ../admin-views/tribe-options-help.php:206
496
  msgid "(Coming Soon!)"
497
  msgstr ""
498
 
499
+ #: ../admin-views/tribe-options-help.php:200
500
  msgid "Premium Add-Ons"
501
  msgstr ""
502
 
503
+ #: ../admin-views/tribe-options-help.php:213
504
  msgid "News and Tutorials"
505
  msgstr ""
506
 
512
  msgid "Default Page Template"
513
  msgstr ""
514
 
515
+ #: ../admin-views/tribe-options-templates.php:22
516
  msgid "Template Settings"
517
  msgstr ""
518
 
519
+ #: ../admin-views/tribe-options-templates.php:26
520
+ msgid "Having trouble making the calendar fit in your theme? On this page, rectify that by selecting what WordPress \"page template\" The Events Calendar will use to display your event views. The page template controls the usage and placement of the header, sidebar, main content, footer and any other unique content blocks your site may be using. The dropdown below includes the Default Events Template (bundled with the Events framework), Default Page Template (the theme's default page.php template), and any other page templates your theme may have shipped with.</p><p>While we do our best to make sure the plugin plays nicely with as many themes as possible, there will inevitably be situations where none of the templating options available below will look 100% perfect. In that situation you may want to check out <a href=\"http://tri.be/support/documentation/events-calendar-themers-guide/\">our themer's guide</a> to figure out what templating approach is best for you."
521
+ msgstr ""
522
+
523
+ #: ../admin-views/tribe-options-templates.php:34
524
  msgid "Events Template"
525
  msgstr ""
526
 
527
+ #: ../admin-views/tribe-options-templates.php:35
528
  msgid "Choose a page template to control the look and feel of your calendar."
529
  msgstr ""
530
 
531
+ #: ../admin-views/tribe-options-templates.php:43
532
  msgid "Add HTML before calendar"
533
  msgstr ""
534
 
535
+ #: ../admin-views/tribe-options-templates.php:44
536
  msgid "Some themes may require that you add extra divs before the calendar list to help with styling.<br>This is displayed directly after the header."
537
  msgstr ""
538
 
539
+ #: ../admin-views/tribe-options-templates.php:44
540
+ #: ../admin-views/tribe-options-templates.php:51
541
  msgid "You may use (x)HTML."
542
  msgstr ""
543
 
544
+ #: ../admin-views/tribe-options-templates.php:50
545
  msgid "Add HTML after calendar"
546
  msgstr ""
547
 
548
+ #: ../admin-views/tribe-options-templates.php:51
549
  msgid "Some themes may require that you add extra divs after the calendar list to help with styling.<br>This is displayed directly above the footer."
550
  msgstr ""
551
 
590
  msgstr ""
591
 
592
  #: ../admin-views/widget-admin-list.php:30
593
+ #, php-format
594
+ msgid "Want to modify the display of this widget? Try a %stemplate override%s."
595
  msgstr ""
596
 
597
+ #: ../lib/the-events-calendar.class.php:293
598
  msgid "category"
599
  msgstr ""
600
 
601
+ #: ../lib/the-events-calendar.class.php:294
602
  msgid "tag"
603
  msgstr ""
604
 
605
+ #: ../lib/the-events-calendar.class.php:295
606
  msgid "month"
607
  msgstr ""
608
 
609
+ #: ../lib/the-events-calendar.class.php:296
610
  msgid "upcoming"
611
  msgstr ""
612
 
613
+ #: ../lib/the-events-calendar.class.php:297
614
  msgid "past"
615
  msgstr ""
616
 
617
+ #: ../lib/the-events-calendar.class.php:299
618
  msgid "venue"
619
  msgstr ""
620
 
621
+ #: ../lib/the-events-calendar.class.php:309
622
  #, php-format
623
  msgid "Initializing Tribe Events on %s"
624
  msgstr ""
625
 
626
+ #: ../lib/the-events-calendar.class.php:401
627
  #, php-format
628
+ msgid "Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s"
629
  msgstr ""
630
 
631
+ #: ../lib/the-events-calendar.class.php:415
632
+ #, php-format
633
+ msgid "The following plugins are out of date: <b>%s</b>. Please %supdate now%s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %sWant to pair an older version%s?"
634
  msgstr ""
635
 
636
+ #: ../lib/the-events-calendar.class.php:460
637
+ #: ../lib/the-events-calendar.class.php:474
638
+ msgid "Licenses"
639
  msgstr ""
640
 
641
+ #: ../lib/the-events-calendar.class.php:464
642
+ msgid "For all of Modern Tribe's paid Add-ons, the license key you received when completing your purchase is what grants you access to future updates + support. Keep in mind that you do not have to enter your key below for the plugins to work! All functionality is available whether or not a key is present. However, you will not receive prompts for automatic updates without a key in place...and our support team won't be able to help you until it is added and current, either.</p><p>Each plugin/add-on has its own unique license key. Simply paste the keys into their appropriate fields on the list below, and give it a moment to validate. When the green expiration date appears alongside a \"Valid\" message, you'll be set. If you're seeing red message instead, either telling you the key isn't valid or is out of installs, it means your key was not accepted. Visit <a href=\"http://tri.be\">http://tri.be</a>, log in and navigate to <i>Account Central -> Licenses</i> on the tri.be site to see if the key is tied to another site or past its expiration date. For more on automatic updates and using your license key, please <a href=\"http://tri.be/updating-the-plugin/\">see this blog post</a>.</p><p>Not seeing an update but expecting one? In WordPress go to <i>Dashboard -> Updates</i> and click \"Check Again\"."
643
+ msgstr ""
644
+
645
+ #: ../lib/the-events-calendar.class.php:472
646
+ msgid "General"
647
  msgstr ""
648
 
649
+ #: ../lib/the-events-calendar.class.php:473
650
+ msgid "Template"
651
+ msgstr ""
652
+
653
+ #: ../lib/the-events-calendar.class.php:510
654
  #, php-format
655
  msgid "Sorry, The Events Calendar requires WordPress %s or higher. Please upgrade your WordPress install."
656
  msgstr ""
657
 
658
+ #: ../lib/the-events-calendar.class.php:513
659
  #, php-format
660
  msgid "Sorry, The Events Calendar requires PHP %s or higher. Talk to your Web host about moving you to a newer version of PHP."
661
  msgstr ""
662
 
663
+ #: ../lib/the-events-calendar.class.php:634
664
  msgid "Upcoming Events"
665
  msgstr ""
666
 
667
+ #: ../lib/the-events-calendar.class.php:636
668
  msgid "Past Events"
669
  msgstr ""
670
 
671
+ #: ../lib/the-events-calendar.class.php:641
672
+ #: ../lib/the-events-calendar.class.php:648
673
  #, php-format
674
  msgid "Events for %s"
675
  msgstr ""
676
 
677
+ #: ../lib/the-events-calendar.class.php:643
678
  msgid "Events this month"
679
  msgstr ""
680
 
681
+ #: ../lib/the-events-calendar.class.php:654
682
  #, php-format
683
  msgid "Events at %s"
684
  msgstr ""
685
 
686
+ #: ../lib/the-events-calendar.class.php:667
687
  msgid "No description has been entered for this event."
688
  msgstr ""
689
 
690
+ #: ../lib/the-events-calendar.class.php:911
691
+ #: ../lib/the-events-calendar.class.php:2608
692
+ #: ../lib/the-events-calendar.class.php:2668
693
  msgid "Events"
694
  msgstr ""
695
 
696
+ #: ../lib/the-events-calendar.class.php:912
697
  msgid "Event"
698
  msgstr ""
699
 
700
+ #: ../lib/the-events-calendar.class.php:913
701
+ #: ../lib/the-events-calendar.class.php:926
702
+ #: ../lib/the-events-calendar.class.php:939
703
  msgid "Add New"
704
  msgstr ""
705
 
706
+ #: ../lib/the-events-calendar.class.php:914
707
  msgid "Add New Event"
708
  msgstr ""
709
 
710
+ #: ../lib/the-events-calendar.class.php:915
711
  msgid "Edit Event"
712
  msgstr ""
713
 
714
+ #: ../lib/the-events-calendar.class.php:916
715
  msgid "New Event"
716
  msgstr ""
717
 
718
+ #: ../lib/the-events-calendar.class.php:917
719
  msgid "View Event"
720
  msgstr ""
721
 
722
+ #: ../lib/the-events-calendar.class.php:918
723
  msgid "Search Events"
724
  msgstr ""
725
 
726
+ #: ../lib/the-events-calendar.class.php:919
727
  msgid "No events found"
728
  msgstr ""
729
 
730
+ #: ../lib/the-events-calendar.class.php:920
731
  msgid "No events found in Trash"
732
  msgstr ""
733
 
734
+ #: ../lib/the-events-calendar.class.php:924
735
  msgid "Venues"
736
  msgstr ""
737
 
738
+ #: ../lib/the-events-calendar.class.php:925
739
  msgid "Venue"
740
  msgstr ""
741
 
742
+ #: ../lib/the-events-calendar.class.php:927
743
  msgid "Add New Venue"
744
  msgstr ""
745
 
746
+ #: ../lib/the-events-calendar.class.php:928
747
  msgid "Edit Venue"
748
  msgstr ""
749
 
750
+ #: ../lib/the-events-calendar.class.php:929
751
  msgid "New Venue"
752
  msgstr ""
753
 
754
+ #: ../lib/the-events-calendar.class.php:930
755
+ #: ../lib/the-events-calendar.class.php:943
756
  msgid "View Venue"
757
  msgstr ""
758
 
759
+ #: ../lib/the-events-calendar.class.php:931
760
  msgid "Search Venues"
761
  msgstr ""
762
 
763
+ #: ../lib/the-events-calendar.class.php:932
764
  msgid "No venue found"
765
  msgstr ""
766
 
767
+ #: ../lib/the-events-calendar.class.php:933
768
  msgid "No venues found in Trash"
769
  msgstr ""
770
 
771
+ #: ../lib/the-events-calendar.class.php:937
772
  msgid "Organizers"
773
  msgstr ""
774
 
775
+ #: ../lib/the-events-calendar.class.php:938
776
  msgid "Organizer"
777
  msgstr ""
778
 
779
+ #: ../lib/the-events-calendar.class.php:940
780
  msgid "Add New Organizer"
781
  msgstr ""
782
 
783
+ #: ../lib/the-events-calendar.class.php:941
784
  msgid "Edit Organizer"
785
  msgstr ""
786
 
787
+ #: ../lib/the-events-calendar.class.php:942
788
  msgid "New Organizer"
789
  msgstr ""
790
 
791
+ #: ../lib/the-events-calendar.class.php:944
792
  msgid "Search Organizers"
793
  msgstr ""
794
 
795
+ #: ../lib/the-events-calendar.class.php:945
796
  msgid "No organizer found"
797
  msgstr ""
798
 
799
+ #: ../lib/the-events-calendar.class.php:946
800
  msgid "No organizers found in Trash"
801
  msgstr ""
802
 
803
+ #: ../lib/the-events-calendar.class.php:950
804
  #: ../lib/tribe-admin-events-list.class.php:172
805
  msgid "Event Categories"
806
  msgstr ""
807
 
808
+ #: ../lib/the-events-calendar.class.php:951
809
  msgid "Event Category"
810
  msgstr ""
811
 
812
+ #: ../lib/the-events-calendar.class.php:952
813
  msgid "Search Event Categories"
814
  msgstr ""
815
 
816
+ #: ../lib/the-events-calendar.class.php:953
817
  msgid "All Event Categories"
818
  msgstr ""
819
 
820
+ #: ../lib/the-events-calendar.class.php:954
821
  msgid "Parent Event Category"
822
  msgstr ""
823
 
824
+ #: ../lib/the-events-calendar.class.php:955
825
  msgid "Parent Event Category:"
826
  msgstr ""
827
 
828
+ #: ../lib/the-events-calendar.class.php:956
829
  msgid "Edit Event Category"
830
  msgstr ""
831
 
832
+ #: ../lib/the-events-calendar.class.php:957
833
  msgid "Update Event Category"
834
  msgstr ""
835
 
836
+ #: ../lib/the-events-calendar.class.php:958
837
  msgid "Add New Event Category"
838
  msgstr ""
839
 
840
+ #: ../lib/the-events-calendar.class.php:959
841
  msgid "New Event Category Name"
842
  msgstr ""
843
 
844
+ #: ../lib/the-events-calendar.class.php:969
845
  #, php-format
846
  msgid "Event updated. <a href=\"%s\">View event</a>"
847
  msgstr ""
848
 
849
+ #: ../lib/the-events-calendar.class.php:970
850
+ #: ../lib/the-events-calendar.class.php:987
851
+ #: ../lib/the-events-calendar.class.php:1004
852
  msgid "Custom field updated."
853
  msgstr ""
854
 
855
+ #: ../lib/the-events-calendar.class.php:971
856
+ #: ../lib/the-events-calendar.class.php:988
857
+ #: ../lib/the-events-calendar.class.php:1005
858
  msgid "Custom field deleted."
859
  msgstr ""
860
 
861
+ #: ../lib/the-events-calendar.class.php:972
862
  msgid "Event updated."
863
  msgstr ""
864
 
865
+ #: ../lib/the-events-calendar.class.php:974
866
  #, php-format
867
  msgid "Event restored to revision from %s"
868
  msgstr ""
869
 
870
+ #: ../lib/the-events-calendar.class.php:975
871
  #, php-format
872
  msgid "Event published. <a href=\"%s\">View event</a>"
873
  msgstr ""
874
 
875
+ #: ../lib/the-events-calendar.class.php:976
876
  msgid "Event saved."
877
  msgstr ""
878
 
879
+ #: ../lib/the-events-calendar.class.php:977
880
  #, php-format
881
  msgid "Event submitted. <a target=\"_blank\" href=\"%s\">Preview event</a>"
882
  msgstr ""
883
 
884
+ #: ../lib/the-events-calendar.class.php:978
885
  #, php-format
886
  msgid "Event scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview event</a>"
887
  msgstr ""
888
 
889
+ #: ../lib/the-events-calendar.class.php:980
890
+ #: ../lib/the-events-calendar.class.php:997
891
+ #: ../lib/the-events-calendar.class.php:1014
892
  msgid "M j, Y @ G:i"
893
  msgstr ""
894
 
895
+ #: ../lib/the-events-calendar.class.php:981
896
  #, php-format
897
  msgid "Event draft updated. <a target=\"_blank\" href=\"%s\">Preview event</a>"
898
  msgstr ""
899
 
900
+ #: ../lib/the-events-calendar.class.php:986
901
  #, php-format
902
  msgid "Venue updated. <a href=\"%s\">View venue</a>"
903
  msgstr ""
904
 
905
+ #: ../lib/the-events-calendar.class.php:989
906
  msgid "Venue updated."
907
  msgstr ""
908
 
909
+ #: ../lib/the-events-calendar.class.php:991
910
  #, php-format
911
  msgid "Venue restored to revision from %s"
912
  msgstr ""
913
 
914
+ #: ../lib/the-events-calendar.class.php:992
915
  #, php-format
916
  msgid "Venue published. <a href=\"%s\">View venue</a>"
917
  msgstr ""
918
 
919
+ #: ../lib/the-events-calendar.class.php:993
920
  msgid "Venue saved."
921
  msgstr ""
922
 
923
+ #: ../lib/the-events-calendar.class.php:994
924
  #, php-format
925
  msgid "Venue submitted. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
926
  msgstr ""
927
 
928
+ #: ../lib/the-events-calendar.class.php:995
929
  #, php-format
930
  msgid "Venue scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview venue</a>"
931
  msgstr ""
932
 
933
+ #: ../lib/the-events-calendar.class.php:998
934
  #, php-format
935
  msgid "Venue draft updated. <a target=\"_blank\" href=\"%s\">Preview venue</a>"
936
  msgstr ""
937
 
938
+ #: ../lib/the-events-calendar.class.php:1003
939
  #, php-format
940
  msgid "Organizer updated. <a href=\"%s\">View organizer</a>"
941
  msgstr ""
942
 
943
+ #: ../lib/the-events-calendar.class.php:1006
944
  msgid "Organizer updated."
945
  msgstr ""
946
 
947
+ #: ../lib/the-events-calendar.class.php:1008
948
  #, php-format
949
  msgid "Organizer restored to revision from %s"
950
  msgstr ""
951
 
952
+ #: ../lib/the-events-calendar.class.php:1009
953
  #, php-format
954
  msgid "Organizer published. <a href=\"%s\">View organizer</a>"
955
  msgstr ""
956
 
957
+ #: ../lib/the-events-calendar.class.php:1010
958
  msgid "Organizer saved."
959
  msgstr ""
960
 
961
+ #: ../lib/the-events-calendar.class.php:1011
962
  #, php-format
963
  msgid "Organizer submitted. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
964
  msgstr ""
965
 
966
+ #: ../lib/the-events-calendar.class.php:1012
967
  #, php-format
968
  msgid "Organizer scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview organizer</a>"
969
  msgstr ""
970
 
971
+ #: ../lib/the-events-calendar.class.php:1015
972
  #, php-format
973
  msgid "Organizer draft updated. <a target=\"_blank\" href=\"%s\">Preview organizer</a>"
974
  msgstr ""
975
 
976
+ #: ../lib/the-events-calendar.class.php:1111
977
  msgid "Next"
978
  msgstr ""
979
 
980
+ #: ../lib/the-events-calendar.class.php:1112
981
  msgid "Prev"
982
  msgstr ""
983
 
984
+ #: ../lib/the-events-calendar.class.php:1113
985
  msgid "Today"
986
  msgstr ""
987
 
988
+ #: ../lib/the-events-calendar.class.php:1114
989
  msgid "Done"
990
  msgstr ""
991
 
992
+ #: ../lib/the-events-calendar.class.php:2390
993
  msgid "Event Options"
994
  msgstr ""
995
 
996
+ #: ../lib/the-events-calendar.class.php:2392
997
  msgid "Venue Information"
998
  msgstr ""
999
 
1000
+ #: ../lib/the-events-calendar.class.php:2393
1001
  msgid "Organizer Information"
1002
  msgstr ""
1003
 
1004
+ #: ../lib/the-events-calendar.class.php:2506
1005
  msgid "Support"
1006
  msgstr ""
1007
 
1008
+ #: ../lib/the-events-calendar.class.php:2509
1009
  msgid "View All Add-Ons"
1010
  msgstr ""
1011
 
1012
+ #: ../lib/the-events-calendar.class.php:2516
1013
  msgid "News from Modern Tribe"
1014
  msgstr ""
1015
 
1016
+ #: ../lib/the-events-calendar.class.php:2561
1017
  msgid "Additional Functionality"
1018
  msgstr ""
1019
 
1020
+ #: ../lib/the-events-calendar.class.php:2566
1021
  #, php-format
1022
  msgid "Check out the <a href=\"%s\">available Add-Ons</a>."
1023
  msgstr ""
1024
 
1025
+ #: ../lib/the-events-calendar.class.php:2634
1026
+ #: ../lib/the-events-calendar.class.php:2724
1027
  msgid "View Calendar"
1028
  msgstr ""
1029
 
1030
+ #: ../lib/the-events-calendar.class.php:2642
1031
  msgid "Add Event"
1032
  msgstr ""
1033
 
1034
+ #: ../lib/the-events-calendar.class.php:2651
1035
  msgid "Edit Events"
1036
  msgstr ""
1037
 
1038
+ #: ../lib/the-events-calendar.class.php:2660
1039
+ #: ../lib/the-events-calendar.class.php:2760
1040
+ #: ../lib/tribe-settings.class.php:153
1041
  msgid "Settings"
1042
  msgstr ""
1043
 
1044
+ #: ../lib/the-events-calendar.class.php:2695
1045
+ #, php-format
1046
+ msgid "Welcome to The Events Calendar! Your events calendar can be found at %s. To change the events slug, visit %sEvents -> Settings%s."
1047
+ msgstr ""
1048
+
1049
+ #: ../lib/the-events-calendar.class.php:2761
1050
+ msgid "Calendar"
1051
+ msgstr ""
1052
+
1053
  #: ../lib/tribe-admin-events-list.class.php:40
1054
  #, php-format
1055
  msgid "View &#8220;%s&#8221;"
1084
  msgid "All %s"
1085
  msgstr ""
1086
 
1087
+ #: ../lib/tribe-app-shop.class.php:56
1088
+ #: ../lib/tribe-app-shop.class.php:57
1089
+ #: ../lib/tribe-app-shop.class.php:75
1090
+ msgid "Event Add-Ons"
1091
  msgstr ""
1092
 
1093
  #: ../lib/tribe-debug-bar.class.php:18
1119
  msgid "There are no fields setup for this tab yet."
1120
  msgstr ""
1121
 
1122
+ #: ../lib/tribe-settings.class.php:153
1123
+ msgid "The Events Calendar Settings"
1124
+ msgstr ""
1125
+
1126
  #: ../lib/tribe-settings.class.php:207
1127
  msgid "You've requested a non-existent tab."
1128
  msgstr ""
1156
  msgstr ""
1157
 
1158
  #: ../lib/tribe-the-events-calendar-import.class.php:44
1159
+ msgid "Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make sure you have backed up before proceeding any further. You can easily <a href=\" http://wordpress.org/extend/plugins/the-events-calendar/download/\">revert to an old version</a> if you want to backup first. This upgrade includes two major steps, <a href=\"edit.php?post_type="
1160
  msgstr ""
1161
 
1162
  #: ../lib/tribe-the-events-calendar-import.class.php:54
2471
  msgid "Calendar of Events"
2472
  msgstr ""
2473
 
2474
+ #: ../vendor/wp-router/WP_Route.class.php:36
2475
+ #, php-format
2476
+ msgid "Missing %s"
2477
+ msgstr ""
2478
+
2479
+ #: ../vendor/wp-router/WP_Route.class.php:63
2480
+ #, php-format
2481
+ msgid "Property not found: %s."
2482
+ msgstr ""
2483
+
2484
+ #: ../vendor/wp-router/WP_Route.class.php:77
2485
+ #, php-format
2486
+ msgid "Invalid value for %s. Value may not be empty."
2487
+ msgstr ""
2488
+
2489
+ #: ../vendor/wp-router/WP_Route.class.php:80
2490
+ #, php-format
2491
+ msgid "Invalid value for %1$s: %2$s. Value must be an array."
2492
+ msgstr ""
2493
+
2494
  #: ../vendor/wp-router/WP_Route.class.php:250
2495
  msgid "You are not authorized to access this page"
2496
  msgstr ""
2503
  msgid "WP Router Placeholder Page"
2504
  msgstr ""
2505
 
2506
+ #: ../vendor/wp-router/WP_Router_Utility.class.php:49
2507
  #, php-format
2508
  msgid "%1$s requires WordPress %2$s or higher and PHP %3$s or higher."
2509
  msgstr ""
2521
  msgid "Event List"
2522
  msgstr ""
2523
 
 
 
 
 
 
2524
  #: ../views/gridview.php:42
2525
  #: ../views/list.php:165
2526
  #: ../views/single.php:103
lib/the-events-calendar.class.php CHANGED
@@ -16,7 +16,7 @@ if ( !class_exists( 'TribeEvents' ) ) {
16
  const VENUE_POST_TYPE = 'tribe_venue';
17
  const ORGANIZER_POST_TYPE = 'tribe_organizer';
18
  const PLUGIN_DOMAIN = 'tribe-events-calendar';
19
- const VERSION = '2.0.7';
20
  const FEED_URL = 'http://tri.be/category/products/feed/';
21
  const INFO_API_URL = 'http://wpapi.org/api/plugin/the-events-calendar.php';
22
  const WP_PLUGIN_URL = 'http://wordpress.org/extend/plugins/the-events-calendar/';
@@ -212,6 +212,9 @@ if ( !class_exists( 'TribeEvents' ) ) {
212
  add_filter( 'wp_nav_menu_objects', array( $this, 'add_current_menu_item_class_to_events'), null, 2);
213
 
214
  add_filter( 'generate_rewrite_rules', array( $this, 'filterRewriteRules' ) );
 
 
 
215
  }
216
 
217
  protected function addActions() {
@@ -257,6 +260,12 @@ if ( !class_exists( 'TribeEvents' ) ) {
257
  add_action( 'admin_notices', array( $this, 'checkAddOnCompatibility' ) );
258
 
259
  add_action( 'wp_before_admin_bar_render', array( $this, 'addToolbarItems' ), 10 );
 
 
 
 
 
 
260
  }
261
 
262
  public static function ecpActive( $version = '2.0.7' ) {
@@ -361,25 +370,51 @@ if ( !class_exists( 'TribeEvents' ) ) {
361
  * @return void
362
  */
363
  public function checkAddOnCompatibility() {
364
- $operator = apply_filters( 'tribe_tec_addons_comparison_operator', '>' );
365
  $output = '';
366
  $bad_versions = array();
367
  $tec_addons_required_versions = array();
368
-
 
 
 
369
  $tec_addons_required_versions = (array) apply_filters('tribe_tec_addons', $tec_addons_required_versions);
370
-
371
  foreach ($tec_addons_required_versions as $plugin) {
372
  if ( version_compare( $plugin['required_version'], self::VERSION, $operator) ) {
373
- $bad_versions[$plugin['plugin_name']] = $plugin['required_version'];
 
 
 
 
 
 
 
 
 
 
374
  }
375
  }
376
-
377
- if ( !empty($bad_versions) ) {
 
378
  $output .= '<div class="error">';
379
- foreach ($bad_versions as $plugin => $version) {
380
- $output .= '<p>'.sprintf( __('Your version of %s requires version %s or higher of The Events Calendar (you are currently running %s). Visit %shelp%s for more information.', 'tribe-events-calendar'), $plugin, $version, self::VERSION, '<a href="' . add_query_arg( array( 'page' => 'tribe-events-calendar', 'tab' => 'help' ), admin_url( 'options-general.php' ) ) . '">', '</a>' ).'</p>';
381
- }
382
  $output .= '</div>';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
383
  }
384
  if ( current_user_can( 'edit_plugins' ) ) {
385
  echo apply_filters('tribe_add_on_compatibility_errors', $output);
@@ -414,13 +449,35 @@ if ( !class_exists( 'TribeEvents' ) ) {
414
 
415
  include_once($this->pluginPath.'admin-views/tribe-options-general.php');
416
  include_once($this->pluginPath.'admin-views/tribe-options-templates.php');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
417
 
418
  new TribeSettingsTab( 'general', __('General', 'tribe-events-calendar'), $generalTab );
419
  new TribeSettingsTab( 'template', __('Template', 'tribe-events-calendar'), $templatesTab );
420
- new TribeSettingsTab( 'licenses', __('Licenses', 'tribe-events-calendar'), array('priority' => '40',
421
- 'fields' => apply_filters('tribe_license_fields', null) ) );
 
 
 
422
  new TribeSettingsTab( 'help', __('Help', 'tribe-events-calendar'), array('priority' => 60, 'show_save' => false) );
423
-
424
  }
425
 
426
  public function doHelpTab() {
@@ -577,25 +634,27 @@ if ( !class_exists( 'TribeEvents' ) ) {
577
 
578
  public function maybeAddEventTitle($title, $sep = null){
579
  if(get_query_var('eventDisplay') == 'upcoming'){
580
- $new_title = __("Upcoming Events", 'tribe-events-calendar'). ' '.$sep . ' ' . $title;
581
  }elseif(get_query_var('eventDisplay') == 'past'){
582
- $new_title = __("Past Events", 'tribe-events-calendar') . ' '. $sep . ' ' . $title;
583
 
584
  }elseif(get_query_var('eventDisplay') == 'month'){
585
  if(get_query_var('eventDate')){
586
- $new_title = sprintf(__("Events for %s", 'tribe-events-calendar'),date_i18n("F, Y",strtotime(get_query_var('eventDate')))) . ' '. $sep . ' ' . $title;
 
587
  }else{
588
- $new_title = sprintf(__("Events this month", 'tribe-events-calendar'),get_query_var('eventDate')) . ' '. $sep . ' ' . $title;
589
  }
590
 
591
  } elseif(get_query_var('eventDisplay') == 'day') {
592
- $new_title = sprintf(__("Events for %s", 'tribe-events-calendar'),date_i18n("F d, Y",strtotime(get_query_var('eventDate')))) . ' '. $sep . ' ' . $title;
 
593
  } elseif(get_query_var('post_type') == self::POSTTYPE && is_single() && $this->getOption('tribeEventsTemplate') != '' ) {
594
  global $post;
595
  $new_title = $post->post_title . ' '. $sep . ' ' . $title;
596
  } elseif(get_query_var('post_type') == self::VENUE_POST_TYPE && $this->getOption('tribeEventsTemplate') != '' ) {
597
  global $post;
598
- $new_title = sprintf(__("Events at %s", 'tribe-events-calendar'), $post->post_title) . ' '. $sep . ' ' . $title;
599
  } else {
600
  return $title;
601
  }
@@ -1786,7 +1845,7 @@ if ( !class_exists( 'TribeEvents' ) ) {
1786
  if ( !isset( $post_audit_trail ) || !$post_audit_trail || !is_array($post_audit_trail) ) {
1787
  $post_audit_trail = array();
1788
  }
1789
- $post_audit_trail[] = array( apply_filters( 'tribe-post-audit-trail', 'events-calendar' ), time() );
1790
  update_post_meta( $postId, $post_type . 'AuditTrail', $post_audit_trail );
1791
  }
1792
  }
@@ -2610,7 +2669,7 @@ if ( !class_exists( 'TribeEvents' ) ) {
2610
  $wp_admin_bar->add_menu( array(
2611
  'id' => 'tribe-events-settings-sub',
2612
  'title' => __( 'Events', 'tribe-events-calendar' ),
2613
- 'href' => trailingslashit( get_admin_url() ) . 'options-general.php?page=tribe-events-calendar',
2614
  'parent' => 'tribe-events-settings'
2615
  ) );
2616
  }
@@ -2619,11 +2678,128 @@ if ( !class_exists( 'TribeEvents' ) ) {
2619
  $wp_admin_bar->add_menu( array(
2620
  'id' => 'tribe-events-help',
2621
  'title' => __( 'Help', 'tribe-events-calendar' ),
2622
- 'href' => trailingslashit( get_admin_url() ) . 'options-general.php?page=tribe-events-calendar&tab=help',
2623
  'parent' => 'tribe-events-settings-group'
2624
  ) );
2625
  }
2626
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2627
 
2628
  } // end TribeEvents class
2629
 
16
  const VENUE_POST_TYPE = 'tribe_venue';
17
  const ORGANIZER_POST_TYPE = 'tribe_organizer';
18
  const PLUGIN_DOMAIN = 'tribe-events-calendar';
19
+ const VERSION = '2.0.8';
20
  const FEED_URL = 'http://tri.be/category/products/feed/';
21
  const INFO_API_URL = 'http://wpapi.org/api/plugin/the-events-calendar.php';
22
  const WP_PLUGIN_URL = 'http://wordpress.org/extend/plugins/the-events-calendar/';
212
  add_filter( 'wp_nav_menu_objects', array( $this, 'add_current_menu_item_class_to_events'), null, 2);
213
 
214
  add_filter( 'generate_rewrite_rules', array( $this, 'filterRewriteRules' ) );
215
+
216
+ if ( !is_admin() )
217
+ add_filter( 'get_comment_link', array( $this, 'newCommentLink' ), 10, 2 );
218
  }
219
 
220
  protected function addActions() {
260
  add_action( 'admin_notices', array( $this, 'checkAddOnCompatibility' ) );
261
 
262
  add_action( 'wp_before_admin_bar_render', array( $this, 'addToolbarItems' ), 10 );
263
+ add_action( 'admin_notices', array( $this, 'activationMessage' ) );
264
+ add_action( 'all_admin_notices', array( $this, 'addViewCalendar' ) );
265
+ add_action( 'admin_head', array( $this, 'setInitialMenuMetaBoxes' ), 500 );
266
+ add_action( 'plugin_action_links_' . trailingslashit( $this->pluginDir ) . 'the-events-calendar.php', array( $this, 'addLinksToPluginActions' ) );
267
+ add_action( 'admin_menu', array( $this, 'addHelpAdminMenuItem' ), 50 );
268
+ add_action( 'comment_form', array( $this, 'addHiddenRecurringField' ) );
269
  }
270
 
271
  public static function ecpActive( $version = '2.0.7' ) {
370
  * @return void
371
  */
372
  public function checkAddOnCompatibility() {
373
+ $operator = apply_filters( 'tribe_tec_addons_comparison_operator', '!=' );
374
  $output = '';
375
  $bad_versions = array();
376
  $tec_addons_required_versions = array();
377
+ $out_of_date_addons = array();
378
+ $update_link = get_admin_url() . 'plugins.php';
379
+ $tec_out_of_date = false;
380
+
381
  $tec_addons_required_versions = (array) apply_filters('tribe_tec_addons', $tec_addons_required_versions);
 
382
  foreach ($tec_addons_required_versions as $plugin) {
383
  if ( version_compare( $plugin['required_version'], self::VERSION, $operator) ) {
384
+ if ( isset( $plugin['current_version'] ) )
385
+ $bad_versions[$plugin['plugin_name']] = $plugin['current_version'];
386
+ else
387
+ $bad_versions[$plugin['plugin_name']] = '';
388
+ if ( ( isset( $plugin['plugin_dir_file'] ) ) )
389
+ $addon_short_path = $plugin['plugin_dir_file'];
390
+ else
391
+ $addon_short_path = null;
392
+ }
393
+ if ( version_compare( $plugin['required_version'], self::VERSION, '>' ) ) {
394
+ $tec_out_of_date = true;
395
  }
396
  }
397
+ if ( $tec_out_of_date == true ) {
398
+ $plugin_short_path = basename( dirname( dirname( __FILE__ ) ) ) . '/the-events-calendar.php';
399
+ $upgrade_path = wp_nonce_url( add_query_arg( array( 'action' => 'upgrade-plugin', 'plugin' => $plugin_short_path ), get_admin_url() . 'update.php' ), 'upgrade-plugin_' . $plugin_short_path );
400
  $output .= '<div class="error">';
401
+ $output .= '<p>' . sprintf( __('Your version of The Events Calendar is not up-to-date with one of your The Events Calendar add-ons. Please %supdate now.%s', 'tribe-events-calendar'), '<a href="' . $upgrade_path . '">', '</a>') .'</p>';
 
 
402
  $output .= '</div>';
403
+ } else {
404
+ if ( !empty($bad_versions) ) {
405
+ foreach ($bad_versions as $plugin => $version) {
406
+ if ( $version )
407
+ $out_of_date_addons[] = $plugin . ' ' . $version;
408
+ else
409
+ $out_of_date_addons[] = $plugin;
410
+ }
411
+ if ( count( $out_of_date_addons ) == 1 && $addon_short_path ) {
412
+ $update_link = wp_nonce_url( add_query_arg( array( 'action' => 'upgrade-plugin', 'plugin' => $addon_short_path ), get_admin_url() . 'update.php' ), 'upgrade-plugin_' . $addon_short_path );
413
+ }
414
+ $output .= '<div class="error">';
415
+ $output .= '<p>'.sprintf( __('The following plugins are out of date: <b>%s</b>. Please %supdate now%s. All add-ons contain dependencies on The Events Calendar and will not function properly unless paired with the right version. %sWant to pair an older version%s?', 'tribe-events-calendar'), join( $out_of_date_addons, ', ' ), '<a href="' . $update_link . '">', '</a>', '<a href="http://tri.be/version-relationships-in-modern-tribe-pluginsadd-ons/">', '</a>' ).'</p>';
416
+ $output .= '</div>';
417
+ }
418
  }
419
  if ( current_user_can( 'edit_plugins' ) ) {
420
  echo apply_filters('tribe_add_on_compatibility_errors', $output);
449
 
450
  include_once($this->pluginPath.'admin-views/tribe-options-general.php');
451
  include_once($this->pluginPath.'admin-views/tribe-options-templates.php');
452
+
453
+ $tribe_licences_tab_fields = array(
454
+ 'info-start' => array(
455
+ 'type' => 'html',
456
+ 'html' => '<div id="modern-tribe-info">'
457
+ ),
458
+ 'info-box-title' => array(
459
+ 'type' => 'html',
460
+ 'html' => '<h2>' . __('Licenses', 'tribe-events-calendar') . '</h2>',
461
+ ),
462
+ 'info-box-description' => array(
463
+ 'type' => 'html',
464
+ 'html' => '<p>' . __('For all of Modern Tribe\'s paid Add-ons, the license key you received when completing your purchase is what grants you access to future updates + support. Keep in mind that you do not have to enter your key below for the plugins to work! All functionality is available whether or not a key is present. However, you will not receive prompts for automatic updates without a key in place...and our support team won\'t be able to help you until it is added and current, either.</p><p>Each plugin/add-on has its own unique license key. Simply paste the keys into their appropriate fields on the list below, and give it a moment to validate. When the green expiration date appears alongside a "Valid" message, you\'ll be set. If you\'re seeing red message instead, either telling you the key isn\'t valid or is out of installs, it means your key was not accepted. Visit <a href="http://tri.be">http://tri.be</a>, log in and navigate to <i>Account Central -> Licenses</i> on the tri.be site to see if the key is tied to another site or past its expiration date. For more on automatic updates and using your license key, please <a href="http://tri.be/updating-the-plugin/">see this blog post</a>.</p><p>Not seeing an update but expecting one? In WordPress go to <i>Dashboard -> Updates</i> and click "Check Again".', 'tribe-events-calendar') . '</p>',
465
+ ),
466
+ 'info-end' => array(
467
+ 'type' => 'html',
468
+ 'html' => '</div>',
469
+ ),
470
+ );
471
 
472
  new TribeSettingsTab( 'general', __('General', 'tribe-events-calendar'), $generalTab );
473
  new TribeSettingsTab( 'template', __('Template', 'tribe-events-calendar'), $templatesTab );
474
+ // If none of the addons are activated, do not show the licenses tab.
475
+ if ( class_exists( 'TribeEventsPro' ) || class_exists( 'Event_Tickets_PRO' ) || class_exists( 'TribeCommunityEvents' ) || class_exists( 'Tribe_FB_Importer' ) ) {
476
+ new TribeSettingsTab( 'licenses', __('Licenses', 'tribe-events-calendar'), array('priority' => '40',
477
+ 'fields' => apply_filters('tribe_license_fields', $tribe_licences_tab_fields) ) );
478
+ }
479
  new TribeSettingsTab( 'help', __('Help', 'tribe-events-calendar'), array('priority' => 60, 'show_save' => false) );
480
+
481
  }
482
 
483
  public function doHelpTab() {
634
 
635
  public function maybeAddEventTitle($title, $sep = null){
636
  if(get_query_var('eventDisplay') == 'upcoming'){
637
+ $new_title = apply_filters( 'tribe_upcoming_events_title', __("Upcoming Events", 'tribe-events-calendar'). ' '.$sep . ' ' . $title, $sep );
638
  }elseif(get_query_var('eventDisplay') == 'past'){
639
+ $new_title = apply_filters( 'tribe_past_events_title', __("Past Events", 'tribe-events-calendar') . ' '. $sep . ' ' . $title, $sep );
640
 
641
  }elseif(get_query_var('eventDisplay') == 'month'){
642
  if(get_query_var('eventDate')){
643
+ $title_date = date_i18n("F, Y",strtotime(get_query_var('eventDate')));
644
+ $new_title = apply_filters( 'tribe_month_grid_view_title', sprintf(__("Events for %s", 'tribe-events-calendar'), $title_date) . ' '. $sep . ' ' . $title, $sep, $title_date );
645
  }else{
646
+ $new_title = apply_filters( 'tribe_events_this_month_title', sprintf(__("Events this month", 'tribe-events-calendar'),get_query_var('eventDate')) . ' '. $sep . ' ' . $title, $sep );
647
  }
648
 
649
  } elseif(get_query_var('eventDisplay') == 'day') {
650
+ $title_date = date_i18n("F d, Y",strtotime(get_query_var('eventDate')));
651
+ $new_title = apply_filters( 'tribe_events_day_view_title', sprintf(__("Events for %s", 'tribe-events-calendar'), $title_date) . ' '. $sep . ' ' . $title, $sep, $title_date );
652
  } elseif(get_query_var('post_type') == self::POSTTYPE && is_single() && $this->getOption('tribeEventsTemplate') != '' ) {
653
  global $post;
654
  $new_title = $post->post_title . ' '. $sep . ' ' . $title;
655
  } elseif(get_query_var('post_type') == self::VENUE_POST_TYPE && $this->getOption('tribeEventsTemplate') != '' ) {
656
  global $post;
657
+ $new_title = apply_filters( 'tribe_events_venue_view_title', sprintf(__("Events at %s", 'tribe-events-calendar'), $post->post_title) . ' '. $sep . ' ' . $title, $sep );
658
  } else {
659
  return $title;
660
  }
1845
  if ( !isset( $post_audit_trail ) || !$post_audit_trail || !is_array($post_audit_trail) ) {
1846
  $post_audit_trail = array();
1847
  }
1848
+ $post_audit_trail[] = array( apply_filters( 'tribe-post-origin', 'events-calendar' ), time() );
1849
  update_post_meta( $postId, $post_type . 'AuditTrail', $post_audit_trail );
1850
  }
1851
  }
2669
  $wp_admin_bar->add_menu( array(
2670
  'id' => 'tribe-events-settings-sub',
2671
  'title' => __( 'Events', 'tribe-events-calendar' ),
2672
+ 'href' => trailingslashit( get_admin_url() ) . 'edit.php?post_type=' . self::POSTTYPE . '&page=tribe-events-calendar',
2673
  'parent' => 'tribe-events-settings'
2674
  ) );
2675
  }
2678
  $wp_admin_bar->add_menu( array(
2679
  'id' => 'tribe-events-help',
2680
  'title' => __( 'Help', 'tribe-events-calendar' ),
2681
+ 'href' => trailingslashit( get_admin_url() ) . 'edit.php?post_type=' . self::POSTTYPE . '&page=tribe-events-calendar&tab=help',
2682
  'parent' => 'tribe-events-settings-group'
2683
  ) );
2684
  }
2685
  }
2686
+
2687
+ /**
2688
+ * Displays activation welcome admin notice.
2689
+ *
2690
+ * @since 2.0.8
2691
+ * @author PaulHughes01
2692
+ *
2693
+ * @return void
2694
+ */
2695
+ public function activationMessage() {
2696
+ $has_been_activated = $this->getOption( 'welcome_notice', false );
2697
+ if ( !$has_been_activated ) {
2698
+ echo '<div class="updated tribe-notice"><p>'.sprintf( __('Welcome to The Events Calendar! Your events calendar can be found at %s. To change the events slug, visit %sEvents -> Settings%s.', 'tribe-events-calendar'), '<a href="' . $this->getLink() .'">' . $this->getLink() . '</a>', '<i><a href="' . add_query_arg( array( 'post_type' => self::POSTTYPE, 'page' => 'tribe-events-calendar' ), admin_url( 'edit.php' ) ) . '">', '</i></a>' ).'</p></div>';
2699
+ $this->setOption( 'welcome_notice', true );
2700
+ }
2701
+ }
2702
+
2703
+ /**
2704
+ * Resets the option such that the activation message is again displayed on reactivation.
2705
+ *
2706
+ * @since 2.0.8
2707
+ * @author PaulHughes01
2708
+ *
2709
+ * @return void
2710
+ */
2711
+ public function resetActivationMessage() {
2712
+ $tec = TribeEvents::instance();
2713
+ $tec->setOption( 'welcome_notice', false );
2714
+ }
2715
+
2716
+ /**
2717
+ * Displays the View Calendar link at the top of the Events list in admin.
2718
+ *
2719
+ * @since 2.0.8
2720
+ * @author PaulHughes01
2721
+ *
2722
+ * @return void
2723
+ */
2724
+ public function addViewCalendar() {
2725
+ global $current_screen;
2726
+ if ( $current_screen->id == 'edit-' . self::POSTTYPE )
2727
+ echo '<div class="view-calendar-link-div"><h2 class="wrap"><a class="add-new-h2 view-calendar-link" href="' . $this->getLink() . '">' . __( 'View Calendar', 'tribe-events-calendar' ) . '</a></h2></div>';
2728
+ }
2729
+
2730
+ /**
2731
+ * Set the menu-edit-page to default display the events-related items.
2732
+ *
2733
+ * @since 2.0.8
2734
+ * @author PaulHughes01
2735
+ *
2736
+ * @return void
2737
+ */
2738
+ public function setInitialMenuMetaBoxes() {
2739
+ global $current_screen;
2740
+ if ( $current_screen->id == 'nav-menus' ) {
2741
+ $user = wp_get_current_user();
2742
+ if ( !get_user_option( 'tribe_setDefaultNavMenuBoxes', $user->ID ) ) {
2743
+
2744
+ $current_hidden_boxes = array();
2745
+ $current_hidden_boxes = get_user_option( 'metaboxhidden_nav-menus', $user->ID );
2746
+ if ( $array_key = array_search( 'add-' . self::POSTTYPE, $current_hidden_boxes ) )
2747
+ unset( $current_hidden_boxes[$array_key] );
2748
+ if ( $array_key = array_search( 'add-' . self::VENUE_POST_TYPE, $current_hidden_boxes ) )
2749
+ unset( $current_hidden_boxes[$array_key] );
2750
+ if ( $array_key = array_search( 'add-' . self::ORGANIZER_POST_TYPE, $current_hidden_boxes ) )
2751
+ unset( $current_hidden_boxes[$array_key] );
2752
+ if ( $array_key = array_search( 'add-' . self::TAXONOMY, $current_hidden_boxes ) )
2753
+ unset( $current_hidden_boxes[$array_key] );
2754
+
2755
+ update_user_option( $user->ID, 'metaboxhidden_nav-menus', $current_hidden_boxes, true );
2756
+
2757
+ update_user_option( $user->ID, 'tribe_setDefaultNavMenuBoxes', true, true );
2758
+ }
2759
+ }
2760
+ }
2761
+
2762
+ public function addLinksToPluginActions( $actions ) {
2763
+ $actions['settings'] = '<a href="' . add_query_arg( array( 'post_type' => self::POSTTYPE, 'page' => 'tribe-events-calendar' ), admin_url( 'edit.php' ) ) .'">' . __('Settings', 'tribe-events-calendar') . '</a>';
2764
+ $actions['tribe-calendar'] = '<a href="' . $this->getLink() .'">' . __('Calendar', 'tribe-events-calendar') . '</a>';
2765
+ return $actions;
2766
+ }
2767
+
2768
+ public function addHelpAdminMenuItem() {
2769
+ global $submenu;
2770
+ $submenu['edit.php?post_type=' . self::POSTTYPE][500] = array( __('Help', 'tribe-events-calendar'), 'manage_options' , add_query_arg( array( 'post_type' => self::POSTTYPE, 'page' => 'tribe-events-calendar', 'tab' => 'help' ), admin_url( 'edit.php' ) ) );
2771
+ }
2772
+
2773
+ /**
2774
+ * Filter call that returns the proper link for after a comment is submitted to a recurring event.
2775
+ *
2776
+ * @author PaulHughes01
2777
+ * @since 2.0.8
2778
+ *
2779
+ * @param string $content
2780
+ * @param object $comment the comment object
2781
+ * @return string the link
2782
+ */
2783
+ public function newCommentLink( $content, $comment ) {
2784
+ if ( class_exists( 'TribeEventsPro' ) && tribe_is_recurring_event( get_the_ID() ) && isset( $_REQUEST['eventDate'] ) ) {
2785
+ $link = trailingslashit( $this->getLink( 'single' ) ) . $_REQUEST['eventDate'] . '#comment-' . $comment->comment_ID;
2786
+ } else {
2787
+ $link = $content;
2788
+ }
2789
+ return $link;
2790
+ }
2791
+
2792
+ /**
2793
+ * Adds a hidden field to recurring events comments forms that stores the eventDate.
2794
+ *
2795
+ * @author PaulHughes01
2796
+ * @since 2.0.8
2797
+ *
2798
+ * @return void
2799
+ */
2800
+ public function addHiddenRecurringField() {
2801
+ echo '<input type="hidden" name="eventDate" value="' . get_query_var( 'eventDate' ) . '" />';
2802
+ }
2803
 
2804
  } // end TribeEvents class
2805
 
lib/tribe-app-shop.class.php CHANGED
@@ -42,8 +42,10 @@
42
  * Class constructor
43
  */
44
  public function __construct() {
45
- add_action( 'admin_menu', array( $this, 'add_menu_page' ), 100 );
46
- add_action( 'wp_before_admin_bar_render', array( $this, 'add_toolbar_item' ), 20 );
 
 
47
 
48
  }
49
 
@@ -51,8 +53,8 @@
51
  * Adds the page to the admin menu
52
  */
53
  public function add_menu_page() {
54
- $page_title = __( 'App Shop', 'tribe-events-calendar' );
55
- $menu_title = __( 'App Shop', 'tribe-events-calendar' );
56
  $capability = "edit_posts";
57
 
58
 
@@ -70,7 +72,7 @@
70
  $where = 'edit.php?post_type=' . TribeEvents::POSTTYPE;
71
 
72
  $wp_admin_bar->add_menu( array( 'id' => 'tribe-events-app-shop',
73
- 'title' => __( 'App Shop', 'tribe-events-calendar' ),
74
  'href' => admin_url( untrailingslashit( $where ) . "&page=" . self::MENU_SLUG ),
75
  'parent' => 'tribe-events-settings-group' ) );
76
 
42
  * Class constructor
43
  */
44
  public function __construct() {
45
+ if ( !defined( 'TRIBE_HIDE_UPSELL' ) || !TRIBE_HIDE_UPSELL ) {
46
+ add_action( 'admin_menu', array( $this, 'add_menu_page' ), 100 );
47
+ add_action( 'wp_before_admin_bar_render', array( $this, 'add_toolbar_item' ), 20 );
48
+ }
49
 
50
  }
51
 
53
  * Adds the page to the admin menu
54
  */
55
  public function add_menu_page() {
56
+ $page_title = __( 'Event Add-Ons', 'tribe-events-calendar' );
57
+ $menu_title = __( 'Event Add-Ons', 'tribe-events-calendar' );
58
  $capability = "edit_posts";
59
 
60
 
72
  $where = 'edit.php?post_type=' . TribeEvents::POSTTYPE;
73
 
74
  $wp_admin_bar->add_menu( array( 'id' => 'tribe-events-app-shop',
75
+ 'title' => __( 'Event Add-Ons', 'tribe-events-calendar' ),
76
  'href' => admin_url( untrailingslashit( $where ) . "&page=" . self::MENU_SLUG ),
77
  'parent' => 'tribe-events-settings-group' ) );
78
 
lib/tribe-event-api.class.php CHANGED
@@ -66,10 +66,10 @@ if (!class_exists('TribeEventsAPI')) {
66
  delete_post_meta( $event_id, '_EventAllDay' );
67
  if( isset( $data['EventStartMeridian'] ) ) {
68
  $data['EventStartDate'] = date( TribeDateUtils::DBDATETIMEFORMAT, strtotime($data['EventStartDate'] . " " . $data['EventStartHour'] . ":" . $data['EventStartMinute'] . ":00 " . $data['EventStartMeridian']) );
69
- $data['EventEndDate'] = date( TribeDateUtils::DBDATETIMEFORMAT, strtotime($data['EventEndDate'] . " " . $data['EventEndHour'] . ":" . $data['EventEndMinute'] . ":59 " . $data['EventEndMeridian']) );
70
  } else {
71
  $data['EventStartDate'] = date( TribeDateUtils::DBDATETIMEFORMAT, strtotime($data['EventStartDate'] . " " . $data['EventStartHour'] . ":" . $data['EventStartMinute'] . ":00") );
72
- $data['EventEndDate'] = date( TribeDateUtils::DBDATETIMEFORMAT, strtotime($data['EventEndDate'] . " " . $data['EventEndHour'] . ":" . $data['EventEndMinute'] . ":59") );
73
  }
74
  }
75
 
66
  delete_post_meta( $event_id, '_EventAllDay' );
67
  if( isset( $data['EventStartMeridian'] ) ) {
68
  $data['EventStartDate'] = date( TribeDateUtils::DBDATETIMEFORMAT, strtotime($data['EventStartDate'] . " " . $data['EventStartHour'] . ":" . $data['EventStartMinute'] . ":00 " . $data['EventStartMeridian']) );
69
+ $data['EventEndDate'] = date( TribeDateUtils::DBDATETIMEFORMAT, strtotime($data['EventEndDate'] . " " . $data['EventEndHour'] . ":" . $data['EventEndMinute'] . ":00 " . $data['EventEndMeridian']) );
70
  } else {
71
  $data['EventStartDate'] = date( TribeDateUtils::DBDATETIMEFORMAT, strtotime($data['EventStartDate'] . " " . $data['EventStartHour'] . ":" . $data['EventStartMinute'] . ":00") );
72
+ $data['EventEndDate'] = date( TribeDateUtils::DBDATETIMEFORMAT, strtotime($data['EventEndDate'] . " " . $data['EventEndHour'] . ":" . $data['EventEndMinute'] . ":00") );
73
  }
74
  }
75
 
lib/tribe-event-query.class.php CHANGED
@@ -180,7 +180,7 @@ if (!class_exists('TribeEventsQuery')) {
180
  $args['start_date'] = $wp_query->query_vars['eventDate'] . "-01";
181
 
182
  $args['eventDate'] = $args['start_date'];
183
- $args['end_date'] = $tribe_ecp->nextMonth($args['start_date']) . "-01";
184
  $args['orderby'] = 'event_date';
185
  $args['order'] = "ASC";
186
 
180
  $args['start_date'] = $wp_query->query_vars['eventDate'] . "-01";
181
 
182
  $args['eventDate'] = $args['start_date'];
183
+ $args['end_date'] = date( 'Y-m-d', strtotime( $tribe_ecp->nextMonth($args['start_date']) ) -(24*3600) );
184
  $args['orderby'] = 'event_date';
185
  $args['order'] = "ASC";
186
 
lib/tribe-presstrends.php ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ // Start of Presstrends Magic
3
+ function presstrends_plugin_tribe_events_calendar() {
4
+
5
+ // PressTrends Account API Key
6
+ $api_key = 'tije8ygaph33vjqfbnyv6irf0wzulmingvl2';
7
+ $auth = 'emkw894xhz9vicapxnfeyvpa8secpqh23';
8
+
9
+ // Start of Metrics
10
+ global $wpdb;
11
+ $data = get_transient( 'presstrends_data_tribe-events-calendar' );
12
+ if (!$data || $data == ''){
13
+ $api_base = 'http://api.presstrends.io/index.php/api/pluginsites/update/auth/';
14
+ $url = $api_base . $auth . '/api/' . $api_key . '/';
15
+ $data = array();
16
+ $count_posts = wp_count_posts();
17
+ $count_pages = wp_count_posts('page');
18
+ $comments_count = wp_count_comments();
19
+ $theme_data = get_theme_data(get_stylesheet_directory() . '/style.css');
20
+ $plugin_count = count(get_option('active_plugins'));
21
+ $all_plugins = get_plugins();
22
+ $plugin_name = null;
23
+ $plugin_name = '&';
24
+ foreach($all_plugins as $plugin_file => $plugin_info) {
25
+ $plugin_name .= $plugin_info['Name'];
26
+ $plugin_name .= '&';
27
+ }
28
+ // This line has been edited from the default PressTrends code. Make sure to keep it edited with any future changes.
29
+ $plugin_data = get_plugin_data( trailingslashit( dirname( dirname ( __FILE__ ) ) ) . 'the-events-calendar.php' );
30
+ $plugin_version = $plugin_data['Version'];
31
+ $posts_with_comments = $wpdb->get_var("SELECT COUNT(*) FROM {$wpdb->prefix}posts WHERE post_type='post' AND comment_count > 0");
32
+ $comments_to_posts = number_format(($posts_with_comments / $count_posts->publish) * 100, 0, '.', '');
33
+ $pingback_result = $wpdb->get_var('SELECT COUNT(comment_ID) FROM '.$wpdb->comments.' WHERE comment_type = "pingback"');
34
+ $data['url'] = stripslashes(str_replace(array('http://', '/', ':' ), '', site_url()));
35
+ $data['posts'] = $count_posts->publish;
36
+ $data['pages'] = $count_pages->publish;
37
+ $data['comments'] = $comments_count->total_comments;
38
+ $data['approved'] = $comments_count->approved;
39
+ $data['spam'] = $comments_count->spam;
40
+ $data['pingbacks'] = $pingback_result;
41
+ $data['post_conversion'] = $comments_to_posts;
42
+ $data['theme_version'] = $plugin_version;
43
+ $data['theme_name'] = urlencode($theme_data['Name']);
44
+ $data['site_name'] = str_replace( ' ', '', get_bloginfo( 'name' ));
45
+ $data['plugins'] = $plugin_count;
46
+ $data['plugin'] = urlencode($plugin_name);
47
+ $data['wpversion'] = get_bloginfo('version');
48
+ foreach ( $data as $k => $v ) {
49
+ $url .= $k . '/' . $v . '/';
50
+ }
51
+ $response = wp_remote_get( $url );
52
+ set_transient('presstrends_data_tribe-events-calendar', $data, 60*60*24);
53
+ }
54
+ }
55
+
56
+ // PressTrends WordPress Action
57
+ if ( tribe_get_option( 'sendPressTrendsData', false ) ) {
58
+ add_action('admin_init', 'presstrends_plugin_tribe_events_calendar');
59
+ }
lib/tribe-settings.class.php CHANGED
@@ -150,7 +150,7 @@ if ( !class_exists( 'TribeSettings' ) ) {
150
  * @return void
151
  */
152
  public function addPage() {
153
- $this->admin_page = add_options_page( $this->menuName, $this->menuName, $this->requiredCap, $this->adminSlug, array( $this, 'generatePage' ) );
154
  }
155
 
156
  /**
@@ -166,7 +166,7 @@ if ( !class_exists( 'TribeSettings' ) ) {
166
  $this->tabs = (array) apply_filters( 'tribe_settings_tabs', array() );
167
  $this->defaultTab = apply_filters( 'tribe_settings_default_tab', 'general' );
168
  $this->currentTab = apply_filters( 'tribe_settings_current_tab', ( isset( $_GET['tab'] ) && $_GET['tab'] ) ? esc_attr( $_GET['tab'] ) : $this->defaultTab );
169
- $this->url = apply_filters( 'tribe_settings_url', add_query_arg( array( 'page' => $this->adminSlug, 'tab' => $this->currentTab ), admin_url( 'options-general.php' ) ) );
170
  $this->noSaveTabs = (array) apply_filters( 'tribe_settings_no_save_tabs', array() );
171
  $this->fields_for_save = (array) apply_filters( 'tribe_settings_fields', array() );
172
  do_action( 'tribe_settings_after_do_tabs' );
@@ -199,7 +199,7 @@ if ( !class_exists( 'TribeSettings' ) ) {
199
  echo '<div class="tribe-settings-form form">';
200
  do_action( 'tribe_settings_above_form_element' );
201
  do_action( 'tribe_settings_above_form_element_tab_'.$this->currentTab );
202
- echo apply_filters( 'tribe_settings_form_element', '<form method="post">' );
203
  do_action( 'tribe_settings_before_content' );
204
  do_action( 'tribe_settings_before_content_tab_'.$this->currentTab );
205
  do_action( 'tribe_settings_content_tab_'.$this->currentTab );
@@ -237,7 +237,7 @@ if ( !class_exists( 'TribeSettings' ) ) {
237
  $tab = esc_attr( $tab );
238
  $name = esc_attr( $name );
239
  $class = ( $tab == $this->currentTab ) ? ' nav-tab-active' : '';
240
- echo '<a id="' . $tab . '" class="nav-tab' . $class . '" href="?page=' . $this->adminSlug . '&tab=' . urlencode( $tab ) . '">' . $name . '</a>';
241
  }
242
  do_action( 'tribe_settings_after_tabs' );
243
  echo '</h2>';
150
  * @return void
151
  */
152
  public function addPage() {
153
+ $this->admin_page = add_submenu_page( 'edit.php?post_type=' . TribeEvents::POSTTYPE, __( 'The Events Calendar Settings', 'tribe-events-calendar'), __('Settings', 'tribe-events-calendar'), $this->requiredCap, $this->adminSlug, array( $this, 'generatePage' ) );
154
  }
155
 
156
  /**
166
  $this->tabs = (array) apply_filters( 'tribe_settings_tabs', array() );
167
  $this->defaultTab = apply_filters( 'tribe_settings_default_tab', 'general' );
168
  $this->currentTab = apply_filters( 'tribe_settings_current_tab', ( isset( $_GET['tab'] ) && $_GET['tab'] ) ? esc_attr( $_GET['tab'] ) : $this->defaultTab );
169
+ $this->url = apply_filters( 'tribe_settings_url', add_query_arg( array( 'page' => $this->adminSlug, 'tab' => $this->currentTab ), add_query_arg( array( 'post_type' => TribeEvents::POSTTYPE ), admin_url( 'edit.php' ) ) ) );
170
  $this->noSaveTabs = (array) apply_filters( 'tribe_settings_no_save_tabs', array() );
171
  $this->fields_for_save = (array) apply_filters( 'tribe_settings_fields', array() );
172
  do_action( 'tribe_settings_after_do_tabs' );
199
  echo '<div class="tribe-settings-form form">';
200
  do_action( 'tribe_settings_above_form_element' );
201
  do_action( 'tribe_settings_above_form_element_tab_'.$this->currentTab );
202
+ echo apply_filters( 'tribe_settings_form_element_tab_'.$this->currentTab, '<form method="post">' );
203
  do_action( 'tribe_settings_before_content' );
204
  do_action( 'tribe_settings_before_content_tab_'.$this->currentTab );
205
  do_action( 'tribe_settings_content_tab_'.$this->currentTab );
237
  $tab = esc_attr( $tab );
238
  $name = esc_attr( $name );
239
  $class = ( $tab == $this->currentTab ) ? ' nav-tab-active' : '';
240
+ echo '<a id="' . $tab . '" class="nav-tab' . $class . '" href="?post_type=' .TribeEvents::POSTTYPE . '&page=' . $this->adminSlug . '&tab=' . urlencode( $tab ) . '">' . $name . '</a>';
241
  }
242
  do_action( 'tribe_settings_after_tabs' );
243
  echo '</h2>';
lib/tribe-the-events-calendar-import.class.php CHANGED
@@ -41,7 +41,7 @@ if (!class_exists('TribeEventsImport')) {
41
  public function promptUpgrade() {
42
  if ( self::hasLegacyEvents() ) {
43
  echo '<div class="error"><p>' .
44
- __('Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make sure you have backed up before proceeding any further. You can easily <a href=" http://wordpress.org/extend/plugins/the-events-calendar/download/">revert to an old version</a> if you want to backup first. This upgrade includes two major steps, <a href="options-general.php?page=tribe-settings&tab=general">migrating data</a> & updating your templates as necessary. There have been significant changes to the template tags and functions. Check out our <a href="http://tri.be/migrating-from-events-calendar-1-6-5-to-2-0">walkthrough on the upgrade</a> before proceeding and check out the FAQ & Knowledge base from the <a href="http://tri.be/support/">support page</a>. If you\'re new to The Events Calendar, you may want to review our <a href="http://tri.be/support/documentation/events-calendar-pro-new-user-primer/">new user primer</a>.<br/><br/> You have events that need to be migrated. Please visit the bottom of the <a href="options-general.php?page=tribe-events-calendar">settings page</a> to perform the migration.', 'tribe-events-calendar') .
45
  '</p></div>';
46
  }
47
  }
41
  public function promptUpgrade() {
42
  if ( self::hasLegacyEvents() ) {
43
  echo '<div class="error"><p>' .
44
+ __('Welcome to Events 2.0! This is a HUGE upgrade from 1.6.5. Please make sure you have backed up before proceeding any further. You can easily <a href=" http://wordpress.org/extend/plugins/the-events-calendar/download/">revert to an old version</a> if you want to backup first. This upgrade includes two major steps, <a href="edit.php?post_type=' . TribeEvents::POSTTYPE .'&page=tribe-settings&tab=general">migrating data</a> & updating your templates as necessary. There have been significant changes to the template tags and functions. Check out our <a href="http://tri.be/migrating-from-events-calendar-1-6-5-to-2-0">walkthrough on the upgrade</a> before proceeding and check out the FAQ & Knowledge base from the <a href="http://tri.be/support/">support page</a>. If you\'re new to The Events Calendar, you may want to review our <a href="http://tri.be/support/documentation/events-calendar-pro-new-user-primer/">new user primer</a>.<br/><br/> You have events that need to be migrated. Please visit the bottom of the <a href="edit.php?post_type=' . TribeEvents::POSTTYPE .'&page=tribe-events-calendar">settings page</a> to perform the migration.', 'tribe-events-calendar') .
45
  '</p></div>';
46
  }
47
  }
readme.txt CHANGED
@@ -3,9 +3,9 @@
3
  Contributors: ModernTribe, jkudish, PaulHughes01, roblagatta, jonahcoyote, peterchester, reid.peifer, shane.pearlman
4
  Tags: modern tribe, tribe, widget, events, tooltips, grid, month, list, calendar, recurring, event, venue, eventbrite, registration, tickets, ticketing, eventbright, api, dates, date, plugin, posts, sidebar, template, theme, time, google maps, conference, workshop, concert, meeting, seminar, summit, forum, shortcode
5
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QA7QZM4CNQ342
6
- Requires at least: 3.2
7
- Tested up to: 3.4-alpha
8
- Stable tag: 2.0.7
9
 
10
  == Description ==
11
 
@@ -45,11 +45,11 @@ Just getting started? Check out our <a href="http://tri.be/new-user-primers/?ref
45
  == Screenshots ==
46
 
47
  1. Calendar View
48
- 1. List View
49
- 1. Single Post
50
- 1. Event Editor
51
- 1. Event List Admin
52
- 1. Settings Panel
53
 
54
  == Installation ==
55
 
@@ -68,17 +68,17 @@ No setup required. Just plug and play!
68
  = Requirements =
69
 
70
  * PHP 5.2 or above
71
- * WordPress 3.1 or above
72
 
73
  == Documentation ==
74
 
75
- All of our online documentation can be found at <a href="http://tri.be/support/documentation?ref=tec-readme" target="_blank">http://tri.be/support/documentation</a>
76
 
77
  For template tags, you can view our template tag includes in the "public" folder to read through the functions directly.
78
 
79
- If you have any questions about this plugin, please take look at the dedicated forum here on WordPress.org at <a href="http://wordpress.org/tags/the-events-calendar">http://wordpress.org/tags/the-events-calendar</a>. Please search before opening a new thread.
80
 
81
- If you want, you can read the <a href="http://tri.be/support/forums/?ref=tec-readme">Modern Tribe PRO support forums</a> in case that helps, although you won’t be able to post a message, unless you have purchase a PRO license.
82
 
83
  == Contributors ==
84
 
@@ -110,33 +110,84 @@ The plugin is produced by <a href="http://tri.be/?ref=tec-readme">Modern Tribe I
110
  * Russian (free & PRO) from Mikhail Michouris
111
  * Dutch (free & PRO) from Ed Boon, RIck van Dalen & Jacob Roel Meijering
112
  * Danish (PRO only) from Christian Andersen
113
- * Italian (free & PRO) from Stefano Castelli
114
  * Spanish (free & PRO) from Hector at Signo Creativo
115
  * German (free only) from David Decker
116
  * Polish (free & PRO) from Kamil Szymanski
117
  * Norwegian (free & PRO) from "Terje With Lunndal"
 
 
 
 
 
 
 
 
 
 
 
 
118
 
119
  == Add-Ons ==
120
 
121
- You can see a full list of Modern Tribe Products at <a href="http://tri.be/shop/?ref=tec-readme" target="_blank">http://tri.be/shop/</a>
122
 
123
  Our Free Plugins:
124
 
125
  * <a href="http://wordpress.org/extend/plugins/advanced-post-manager/?ref=tec-readme" target="_blank">Advanced Post Manager</a>
126
  * Event Importer (coming soon!)
127
- * Facebook Sync Events (coming soon!)
128
 
129
  Our Premium Plugins:
130
 
131
- * <a href="http://tri.be/wordpress-events-calendar-pro/?ref=tec-readme" target="_blank">The Events Calendar Pro</a>
132
- * <a href="http://tri.be/shop/wordpress-eventbrite-tickets/?ref=tec-readme" target="_blank">The Events Calendar: Eventbrite Tickets (coming soon!)</a>
133
- * <a href="http://tri.be/shop/wordpress-community-events/?ref=tec-readme" target="_blank">The Events Calendar: Community Events (coming soon!)</a>
 
134
  * <a href="http://tri.be/shop/conference-manager/?ref=tec-readme" target="_blank">The Events Calendar: Conference Manager (coming later in 2012)</a>
135
  * <a href="http://tri.be/shop/wootickets/?ref=tec-readme" target="_blank">The Events Calendar: WooTickets (coming later in 2012)</a>
136
 
137
 
138
  == Changelog ==
139
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
140
  = 2.0.7 =
141
 
142
  **Small features, UX and Content Tweaks:**
3
  Contributors: ModernTribe, jkudish, PaulHughes01, roblagatta, jonahcoyote, peterchester, reid.peifer, shane.pearlman
4
  Tags: modern tribe, tribe, widget, events, tooltips, grid, month, list, calendar, recurring, event, venue, eventbrite, registration, tickets, ticketing, eventbright, api, dates, date, plugin, posts, sidebar, template, theme, time, google maps, conference, workshop, concert, meeting, seminar, summit, forum, shortcode
5
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QA7QZM4CNQ342
6
+ Requires at least: 3.3
7
+ Tested up to: 3.4
8
+ Stable tag: 2.0.8
9
 
10
  == Description ==
11
 
45
  == Screenshots ==
46
 
47
  1. Calendar View
48
+ 2. List View
49
+ 3. Single Post
50
+ 4. Event Editor
51
+ 5. Event List Admin
52
+ 6. Settings Panel
53
 
54
  == Installation ==
55
 
68
  = Requirements =
69
 
70
  * PHP 5.2 or above
71
+ * WordPress 3.3 or above
72
 
73
  == Documentation ==
74
 
75
+ All of our online documentation can be found at <a href="http://tri.be/support/documentation?ref=tec-readme" target="_blank">http://tri.be/support/documentation</a>. Tutorials are accessible at <a href="http://tri.be/the-events-calendar-for-wordpress-tutorials/?ref=tec-readme" target="_blank">http://tri.be/the-events-calendar-for-wordpress-tutorials.</a>
76
 
77
  For template tags, you can view our template tag includes in the "public" folder to read through the functions directly.
78
 
79
+ If you have any questions about this plugin, please take look at the dedicated forum here on WordPress.org at <a href="http://wordpress.org/tags/the-events-calendar">http://wordpress.org/tags/the-events-calendar</a>. Please search existing threads before opening a new one.
80
 
81
+ If you want, you can read the <a href="http://tri.be/support/forums/?ref=tec-readme">Modern Tribe PRO support forums</a>. You won't, however, be able to post a message in any forums beyond Pre-Sale Questions unless you have purchase a PRO license.
82
 
83
  == Contributors ==
84
 
110
  * Russian (free & PRO) from Mikhail Michouris
111
  * Dutch (free & PRO) from Ed Boon, RIck van Dalen & Jacob Roel Meijering
112
  * Danish (PRO only) from Christian Andersen
113
+ * Italian (free & PRO) from Filippo Montanari
114
  * Spanish (free & PRO) from Hector at Signo Creativo
115
  * German (free only) from David Decker
116
  * Polish (free & PRO) from Kamil Szymanski
117
  * Norwegian (free & PRO) from "Terje With Lunndal"
118
+ * Hebrew (free & PRO) from Sagi Shrieber
119
+ * Japanese (free only) from Matthew Meyer
120
+ * French (free & PRO) from Arno Faure
121
+ * Lithuanian (free only) from Vincent G from Host1Free
122
+ * Czech (free & PRO) from Petr Bastan
123
+ * Serbian (free & PRO) from Marko Manojlovic
124
+ * Bosnian (free & PRO) from Marko Manojlovic
125
+ * Croatian (free & PRO) from Marko Manojlovic
126
+ * Finnish (free & PRO) from Petri Kajander
127
+ * Catalan (free only) from Fran Rosa
128
+
129
+
130
 
131
  == Add-Ons ==
132
 
133
+ You can see a full list of Modern Tribe products at <a href="http://tri.be/shop/?ref=tec-readme" target="_blank">http://tri.be/shop/</a>
134
 
135
  Our Free Plugins:
136
 
137
  * <a href="http://wordpress.org/extend/plugins/advanced-post-manager/?ref=tec-readme" target="_blank">Advanced Post Manager</a>
138
  * Event Importer (coming soon!)
 
139
 
140
  Our Premium Plugins:
141
 
142
+ * <a href="http://tri.be/wordpress-events-calendar-pro/?ref=tec-readme" target="_blank">The Events Calendar PRO</a>
143
+ * <a href="http://tri.be/shop/wordpress-eventbrite-tickets/?ref=tec-readme" target="_blank">The Events Calendar: Eventbrite Tickets</a>
144
+ * <a href="http://tri.be/shop/wordpress-community-events/?ref=tec-readme" target="_blank">The Events Calendar: Community Events</a>
145
+ * <a href="http://tri.be/facebook-events/?ref=tec-readme" target="_blank">The Events Calendar: Facebook Events</a>
146
  * <a href="http://tri.be/shop/conference-manager/?ref=tec-readme" target="_blank">The Events Calendar: Conference Manager (coming later in 2012)</a>
147
  * <a href="http://tri.be/shop/wootickets/?ref=tec-readme" target="_blank">The Events Calendar: WooTickets (coming later in 2012)</a>
148
 
149
 
150
  == Changelog ==
151
 
152
+ = 2.0.8 =
153
+
154
+ **Small features, UX and Content Tweaks:**
155
+
156
+ * Integration with Presstrends (<a href="http://www.presstrends.io/">http://www.presstrends.io/</a>).
157
+ * Added an prominent message showing where the calendar lives on your site, appearing immediately upon initial activation.
158
+ * Added prominent links to the frontend calendar throughout the backend: on the admin Events list, within the admin bar Events menu, on the plugins list and in the Events panel in the main left-hand admin menu.
159
+ * Updated Events panel in main left-hand admin menu to include "Settings" and "Help," & to rename "App Shop" to "Event Add-Ons."
160
+ * Added info boxes with descriptions & explanations on each tab in the Events settings.
161
+ * Set Events menu options (under Appearance -> Menus) to appear enabled/visible by default.
162
+ * TRIBE_HIDE_UPSELL code in wp_config now also hides "Event Add-Ons" links.
163
+ * Incorporated ECP version into iCal feed (thanks for the tip, Andy Fragen!)
164
+ * Incorporated 'tribe_settings_above_form_element_tab_{$currentTab}' to ease integration of third-party add-ons with the Events Settings tabs. Note that as a result the 'tribe_settings_form_element' filter was changed to 'tribe_settings_form_element_tab_'.$this->currentTab.
165
+ * Warning messages now appear when attempting to publish custom recurring events with the "Every (X)" field left blank.
166
+ * Added filters to the carious title generators within the TribeEvents->maybeAddEventTitle method, so users can control calendar-related title tags in their functions.php file.
167
+ * General audit-trail/post-origin improvements & tweaks.
168
+ * Removed address/venue queries from views/table.php.
169
+ * Included new Hebrew translation files (free & PRO), courtesy of Sagi Shrieber.
170
+ * Included new Japanese translation files (free only), courtesy of Matthew Meyer.
171
+ * Included new French translation files (free & PRO), courtesy of Arno Faure.
172
+ * Included new Lithuanian translation files (free only), courtesy of Vincent G from Host1Free.
173
+ * Included new Czech translation files (free & PRO), courtesy of Petr Bastan.
174
+ * Included new Serbian translation files (free & PRO), courtesy of Marko Manojlovic.
175
+ * Included new Bosnian translation files (free & PRO), courtesy of Marko Manojlovic.
176
+ * Included new Croatian translation files (free & PRO), courtesy of Marko Manojlovic.
177
+ * Included new Finnish translation files (free & PRO), courtesy of Petri Kajander.
178
+ * Included new Catalan translation files (free only), courtesy of Fran Rosa.
179
+ * Included updated Italian translation files (free & PRO), courtesy of Filippo Montanari.
180
+
181
+
182
+ **Bug Fixes:**
183
+
184
+ * Cleaned up gridview queries to improve AJAX loader speed on sites with multiple events.
185
+ * Clarified an incorrect message regarding template override instructions for the list widget.
186
+ * Removed unclear/confusing message warning message regarding the need for plugin consistency and added clearer warnings with appropriate links when plugins or add-ons are out date.
187
+ * iCal feed no longer adds an extra minute to the event's end time (thanks for the fix, Andy Fragen!).
188
+ * Fixed star rating icons that appeared broken on Settings -> Help as a result of the WP 3.4 update.
189
+ * Users are no longer taken to a "Page not found" screen after submitting comments on recurring events.
190
+
191
  = 2.0.7 =
192
 
193
  **Small features, UX and Content Tweaks:**
resources/events-admin.css CHANGED
@@ -19,6 +19,18 @@ input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #
19
  .fixed .column-start-date, .fixed .column-end-date, .fixed .column-events-cats {width:14%;}
20
  #additional-field-table input, #additional-field-table select, #additional-field-table textarea { width: 200px; }
21
  #additional-field-table tbody tr { height: 72px; }
 
 
 
 
 
 
 
 
 
 
 
 
22
 
23
  /* = Post Type Editing
24
  =============================================*/
@@ -61,6 +73,7 @@ td.tribe_message {padding-bottom: 10px !important;}
61
  #custom-recurrence-years label { width: 50px; display: block; float: left; margin-bottom: 3px;}
62
  #recurrence-changed-row { color: red; display: none; }
63
  #rec-end-error { color: red; }
 
64
  .rec-error { display:none; }
65
 
66
  /* = Upgrade Screen
19
  .fixed .column-start-date, .fixed .column-end-date, .fixed .column-events-cats {width:14%;}
20
  #additional-field-table input, #additional-field-table select, #additional-field-table textarea { width: 200px; }
21
  #additional-field-table tbody tr { height: 72px; }
22
+ .view-calendar-link {
23
+ display:inline-block;
24
+ font-weight: normal;
25
+ padding: 0;
26
+ height: 14.5px;
27
+ }
28
+ .view-calendar-link-div {
29
+ display: inline-block;
30
+ position: absolute;
31
+ left: 200px;
32
+ margin-top: 18px;
33
+ }
34
 
35
  /* = Post Type Editing
36
  =============================================*/
73
  #custom-recurrence-years label { width: 50px; display: block; float: left; margin-bottom: 3px;}
74
  #recurrence-changed-row { color: red; display: none; }
75
  #rec-end-error { color: red; }
76
+ #rec-days-error { color: red; }
77
  .rec-error { display:none; }
78
 
79
  /* = Upgrade Screen
resources/events-admin.js CHANGED
@@ -193,32 +193,12 @@ jQuery(document).ready(function($) {
193
  return $('[name="is_recurring"]').val() == "true" && !$('[name="recurrence_action"]').val() && !$('[name="recurrence_action"]').val()
194
  }
195
 
196
- function validRecEnd() {
197
- if($('[name="recurrence[type]"]').val() != "None" &&
198
- $('[name="recurrence[end-type]"] option:selected"').val() == "On")
199
- {
200
- return $('[name="recurrence[end]"]').val() &&
201
- !$('[name="recurrence[end]"]').hasClass('placeholder');
202
- }
203
-
204
- return true;
205
- }
206
-
207
  function resetSubmitButton() {
208
  $('#publishing-action .button-primary-disabled').removeClass('button-primary-disabled');
209
  $('#publishing-action #ajax-loading').css('visibility', 'hidden');
210
 
211
  }
212
 
213
- $('.wp-admin.events-cal #post').submit(function(e) {
214
- if(!validRecEnd()) {
215
- e.preventDefault();
216
- alert($('#rec-end-error').text());
217
- $('#rec-end-error').show();
218
- resetSubmitButton();
219
- }
220
- });
221
-
222
  $('#EventInfo input, #EventInfo select').change(function() {
223
  $('.rec-error').hide();
224
  })
@@ -355,4 +335,32 @@ jQuery(document).ready(function($) {
355
  dayselect.hide();
356
  }
357
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
358
  });
193
  return $('[name="is_recurring"]').val() == "true" && !$('[name="recurrence_action"]').val() && !$('[name="recurrence_action"]').val()
194
  }
195
 
 
 
 
 
 
 
 
 
 
 
 
196
  function resetSubmitButton() {
197
  $('#publishing-action .button-primary-disabled').removeClass('button-primary-disabled');
198
  $('#publishing-action #ajax-loading').css('visibility', 'hidden');
199
 
200
  }
201
 
 
 
 
 
 
 
 
 
 
202
  $('#EventInfo input, #EventInfo select').change(function() {
203
  $('.rec-error').hide();
204
  })
335
  dayselect.hide();
336
  }
337
  });
338
+
339
+ function maybeDisplayPressTrendsDialogue() {
340
+ return $('[name="maybeDisplayPressTrendsDialogue"]').val() == "1"
341
+ }
342
+
343
+ if( maybeDisplayPressTrendsDialogue() ) {
344
+ $('#presstrends-dialog').dialog({
345
+ modal: true,
346
+ buttons: [{
347
+ text:"Send data",
348
+ click: function() {
349
+ $('[name="presstrends_action"]').val(1);
350
+ $(this).dialog("close");
351
+ $('[name="sendPressTrendsData"]').prop("checked", true);
352
+ $('#tribeSaveSettings').click();
353
+ }
354
+ }, {
355
+ text:"Do not send data",
356
+ click: function() {
357
+ $('[name="presstrends_action"]').val(0);
358
+ $(this).dialog("close");
359
+ $('[name="sendPressTrendsData"]').prop("checked", false);
360
+ }
361
+ }],
362
+ });
363
+
364
+ }
365
+
366
  });
the-events-calendar.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: The Events Calendar
4
  Description: The Events Calendar is a fully featured event management system with multiple views, 3rd party integrations, and a slew of premium add-ons.
5
- Version: 2.0.7
6
  Author: Modern Tribe, Inc.
7
  Author URI: http://tri.be?ref=tec-plugin
8
  Text Domain: tribe-events-calendar
@@ -27,8 +27,10 @@ along with this program; if not, write to the Free Software
27
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
28
  */
29
 
30
-
31
-
32
  require_once( dirname(__FILE__) . '/lib/the-events-calendar.class.php' );
33
 
34
  TribeEvents::instance();
 
 
 
 
2
  /*
3
  Plugin Name: The Events Calendar
4
  Description: The Events Calendar is a fully featured event management system with multiple views, 3rd party integrations, and a slew of premium add-ons.
5
+ Version: 2.0.8
6
  Author: Modern Tribe, Inc.
7
  Author URI: http://tri.be?ref=tec-plugin
8
  Text Domain: tribe-events-calendar
27
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
28
  */
29
 
 
 
30
  require_once( dirname(__FILE__) . '/lib/the-events-calendar.class.php' );
31
 
32
  TribeEvents::instance();
33
+
34
+ require_once( dirname(__FILE__) . '/lib/tribe-presstrends.php' );
35
+
36
+ register_deactivation_hook( __FILE__, array( 'TribeEvents', 'resetActivationMessage' ) );
vendor/wp-router/WP_Route.class.php CHANGED
@@ -33,7 +33,7 @@ class WP_Route extends WP_Router_Utility {
33
 
34
  foreach ( array('path', 'page_callback') as $property ) {
35
  if ( !isset($properties[$property]) || !$properties[$property] ) {
36
- throw new Exception(self::__("Missing $property"));
37
  }
38
  }
39
 
@@ -41,7 +41,7 @@ class WP_Route extends WP_Router_Utility {
41
  $this->set($property, $value);
42
  }
43
 
44
- if ( $this->access_arguments && $properties['access_callback'] ) {
45
  $this->set('access_callback', 'current_user_can');
46
  }
47
 
@@ -60,7 +60,7 @@ class WP_Route extends WP_Router_Utility {
60
  } elseif ( isset($this->properties[$property]) ) {
61
  return $this->properties[$property];
62
  } else {
63
- throw new Exception(self::__("Property not found: $property."));
64
  }
65
  }
66
 
@@ -74,10 +74,10 @@ class WP_Route extends WP_Router_Utility {
74
  */
75
  public function set( $property, $value ) {
76
  if ( in_array($property, array('id', 'path', 'page_callback')) && !$value ) {
77
- throw new Exception(self::__("Invalid value for $property. Value may not be empty."));
78
  }
79
  if ( in_array($property, array('query_vars', 'title_arguments', 'page_arguments', 'access_arguments')) && !is_array($value) ) {
80
- throw new Exception(self::__("Invalid value for $property: $value. Value must be an array."));
81
  }
82
  if ( isset($this->$property) ) {
83
  $this->$property = $value;
@@ -184,7 +184,7 @@ class WP_Route extends WP_Router_Utility {
184
  }
185
  $args = $this->get_query_args($query, 'page');
186
  ob_start();
187
- $returned = call_user_func_array($this->page_callback, $args);
188
  $echoed = ob_get_clean();
189
 
190
  if ( $returned === FALSE ) {
@@ -220,9 +220,9 @@ class WP_Route extends WP_Router_Utility {
220
  if ( !$callback ) {
221
  return FALSE; // nobody gets in
222
  }
223
- if ( is_callable($this->access_callback) ) {
224
  $args = $this->get_query_args($query, 'access');
225
- return (bool)call_user_func_array($this->access_callback, $args);
226
  }
227
  return (bool)$this->access_callback;
228
  }
@@ -247,8 +247,8 @@ class WP_Route extends WP_Router_Utility {
247
  * @return void
248
  */
249
  protected function error_403() {
250
- $message = apply_filters('wp_router_access_denied_message', self::__('You are not authorized to access this page'));
251
- $title = apply_filters('wp_router_access_denied_title', self::__('Access Denied'));
252
  $args = apply_filters('wp_router_access_denied_args', array( 'response' => 403 ));
253
  wp_die($message, $title, $args);
254
  exit();
33
 
34
  foreach ( array('path', 'page_callback') as $property ) {
35
  if ( !isset($properties[$property]) || !$properties[$property] ) {
36
+ throw new Exception(sprintf(__("Missing %s", 'wp-router'), $property));
37
  }
38
  }
39
 
41
  $this->set($property, $value);
42
  }
43
 
44
+ if ( $this->access_arguments && !$properties['access_callback'] ) {
45
  $this->set('access_callback', 'current_user_can');
46
  }
47
 
60
  } elseif ( isset($this->properties[$property]) ) {
61
  return $this->properties[$property];
62
  } else {
63
+ throw new Exception(sprintf(__("Property not found: %s.", 'wp-router'), $property));
64
  }
65
  }
66
 
74
  */
75
  public function set( $property, $value ) {
76
  if ( in_array($property, array('id', 'path', 'page_callback')) && !$value ) {
77
+ throw new Exception(sprintf(__("Invalid value for %s. Value may not be empty.", 'wp-router'), $property));
78
  }
79
  if ( in_array($property, array('query_vars', 'title_arguments', 'page_arguments', 'access_arguments')) && !is_array($value) ) {
80
+ throw new Exception(sprintf(__('Invalid value for %1$s: %2$s. Value must be an array.'), $property, $value));
81
  }
82
  if ( isset($this->$property) ) {
83
  $this->$property = $value;
184
  }
185
  $args = $this->get_query_args($query, 'page');
186
  ob_start();
187
+ $returned = call_user_func_array($callback, $args);
188
  $echoed = ob_get_clean();
189
 
190
  if ( $returned === FALSE ) {
220
  if ( !$callback ) {
221
  return FALSE; // nobody gets in
222
  }
223
+ if ( is_callable($callback) ) {
224
  $args = $this->get_query_args($query, 'access');
225
+ return (bool)call_user_func_array($callback, $args);
226
  }
227
  return (bool)$this->access_callback;
228
  }
247
  * @return void
248
  */
249
  protected function error_403() {
250
+ $message = apply_filters('wp_router_access_denied_message', __('You are not authorized to access this page', 'wp-router'));
251
+ $title = apply_filters('wp_router_access_denied_title', __('Access Denied', 'wp-router'));
252
  $args = apply_filters('wp_router_access_denied_args', array( 'response' => 403 ));
253
  wp_die($message, $title, $args);
254
  exit();
vendor/wp-router/WP_Router.class.php CHANGED
@@ -1,9 +1,4 @@
1
  <?php
2
- /**
3
- * User: jbrinley
4
- * Date: 5/18/11
5
- * Time: 12:29 PM
6
- */
7
 
8
  class WP_Router extends WP_Router_Utility {
9
  const ROUTE_CACHE_OPTION = 'WP_Router_route_hash';
@@ -90,7 +85,14 @@ class WP_Router extends WP_Router_Utility {
90
  }
91
  }
92
 
93
- public function get_url( $route_id, $arguments ) {
 
 
 
 
 
 
 
94
  $route = $this->get_route($route_id);
95
  if ( !$route ) {
96
  return home_url();
@@ -188,11 +190,26 @@ class WP_Router extends WP_Router_Utility {
188
  * @return
189
  */
190
  public function parse_request( WP $query ) {
 
191
  if ( $id = $this->identify_route($query) ) {
192
  $this->routes[$id]->execute($query);
193
  }
194
  }
195
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
196
  /**
197
  * Identify the route based on the request's query variables
198
  *
1
  <?php
 
 
 
 
 
2
 
3
  class WP_Router extends WP_Router_Utility {
4
  const ROUTE_CACHE_OPTION = 'WP_Router_route_hash';
85
  }
86
  }
87
 
88
+ /**
89
+ * Get the URL to access the given route with the given arguments
90
+ *
91
+ * @param string $route_id
92
+ * @param array $arguments
93
+ * @return string The url to the route, or the home URL if the route doesn't exist
94
+ */
95
+ public function get_url( $route_id, $arguments = array() ) {
96
  $route = $this->get_route($route_id);
97
  if ( !$route ) {
98
  return home_url();
190
  * @return
191
  */
192
  public function parse_request( WP $query ) {
193
+ $this->redirect_placeholder($query);
194
  if ( $id = $this->identify_route($query) ) {
195
  $this->routes[$id]->execute($query);
196
  }
197
  }
198
 
199
+ /**
200
+ * Redirect the placeholder page back to the front page
201
+ *
202
+ * @param WP|WP_Query $query
203
+ */
204
+ protected function redirect_placeholder( $query ) {
205
+ // we'll only get a 'wp_router_page' query var when visiting
206
+ // the page for a WP Router post, and there's only one of those
207
+ if ( !empty( $query->query_vars[WP_Router_Page::POST_TYPE]) ) {
208
+ wp_redirect( home_url(), 303 );
209
+ exit();
210
+ }
211
+ }
212
+
213
  /**
214
  * Identify the route based on the request's query variables
215
  *
vendor/wp-router/WP_Router_Page.class.php CHANGED
@@ -75,7 +75,7 @@ class WP_Router_Page extends WP_Router_Utility {
75
  */
76
  private static function make_post() {
77
  $post = array(
78
- 'post_title' => self::__('WP Router Placeholder Page'),
79
  'post_status' => 'publish',
80
  'post_type' => self::POST_TYPE,
81
  );
@@ -176,4 +176,21 @@ class WP_Router_Page extends WP_Router_Utility {
176
  }
177
  return $template;
178
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
179
  }
75
  */
76
  private static function make_post() {
77
  $post = array(
78
+ 'post_title' => __('WP Router Placeholder Page', 'wp-router'),
79
  'post_status' => 'publish',
80
  'post_type' => self::POST_TYPE,
81
  );
176
  }
177
  return $template;
178
  }
179
+
180
+ /**
181
+ * If %category% is in the permastruct, WordPress will try to redirect
182
+ * all router pages to the URL for the dummy page. This should
183
+ * stop that from happening
184
+ *
185
+ * @see redirect_canonical()
186
+ * @param string $redirect_url
187
+ * @param string $requested_url
188
+ * @return bool
189
+ */
190
+ public function override_redirect( $redirect_url, $requested_url ) {
191
+ if ( get_query_var('WP_Route') ) {
192
+ return FALSE;
193
+ }
194
+ return $redirect_url;
195
+ }
196
  }
vendor/wp-router/WP_Router_Sample.class.php CHANGED
File without changes
vendor/wp-router/WP_Router_Utility.class.php CHANGED
@@ -8,34 +8,12 @@
8
  class WP_Router_Utility {
9
  const QUERY_VAR = 'WP_Route';
10
  const PLUGIN_NAME = 'WP Router';
11
- const TEXT_DOMAIN = 'wp-router';
12
  const DEBUG = FALSE;
13
  const MIN_PHP_VERSION = '5.2';
14
  const MIN_WP_VERSION = '3.0';
15
  const DB_VERSION = 1;
16
  const PLUGIN_INIT_HOOK = 'wp_router_init';
17
 
18
-
19
- /**
20
- * A wrapper around WP's __() to add the plugin's text domain
21
- *
22
- * @param string $string
23
- * @return string|void
24
- */
25
- public static function __( $string ) {
26
- return __($string, self::TEXT_DOMAIN);
27
- }
28
-
29
- /**
30
- * A wrapper around WP's _e() to add the plugin's text domain
31
- *
32
- * @param string $string
33
- * @return void
34
- */
35
- public static function _e( $string ) {
36
- _e($string, self::TEXT_DOMAIN);
37
- }
38
-
39
  /**
40
  * @static
41
  * @return string The system path to this plugin's directory, with no trailing slash
@@ -68,7 +46,7 @@ class WP_Router_Utility {
68
  }
69
 
70
  public static function failed_to_load_notices( $php_version = self::MIN_PHP_VERSION, $wp_version = self::MIN_WP_VERSION ) {
71
- printf( '<div class="error"><p>%s</p></div>', sprintf( self::__( '%1$s requires WordPress %2$s or higher and PHP %3$s or higher.' ), self::PLUGIN_NAME, $wp_version, $php_version ) );
72
  }
73
 
74
  public static function init() {
8
  class WP_Router_Utility {
9
  const QUERY_VAR = 'WP_Route';
10
  const PLUGIN_NAME = 'WP Router';
 
11
  const DEBUG = FALSE;
12
  const MIN_PHP_VERSION = '5.2';
13
  const MIN_WP_VERSION = '3.0';
14
  const DB_VERSION = 1;
15
  const PLUGIN_INIT_HOOK = 'wp_router_init';
16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  /**
18
  * @static
19
  * @return string The system path to this plugin's directory, with no trailing slash
46
  }
47
 
48
  public static function failed_to_load_notices( $php_version = self::MIN_PHP_VERSION, $wp_version = self::MIN_WP_VERSION ) {
49
+ printf( '<div class="error"><p>%s</p></div>', sprintf( __( '%1$s requires WordPress %2$s or higher and PHP %3$s or higher.', 'wp-router' ), self::PLUGIN_NAME, $wp_version, $php_version ) );
50
  }
51
 
52
  public static function init() {
vendor/wp-router/readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: jbrinley
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A69NZPKWGB6H2
4
  Tags: URL mapping, callback functions
5
  Requires at least: 3.0
6
- Tested up to: 3.1
7
  Stable tag: trunk
8
 
9
  Provides a simple API for mapping requests to callback functions.
@@ -155,4 +155,19 @@ Creating or changing routes should always occur in the context of the `wp_router
155
  * Added `FALSE` option to template parameter to indicate immediate `exit()`
156
  * Added option to specify different callback functions depending on the HTTP request method
157
  * Verified compatibility with WordPress 3.0
158
- * Added WP_Router::get_url() function
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A69NZPKWGB6H2
4
  Tags: URL mapping, callback functions
5
  Requires at least: 3.0
6
+ Tested up to: 3.4
7
  Stable tag: trunk
8
 
9
  Provides a simple API for mapping requests to callback functions.
155
  * Added `FALSE` option to template parameter to indicate immediate `exit()`
156
  * Added option to specify different callback functions depending on the HTTP request method
157
  * Verified compatibility with WordPress 3.0
158
+ * Added WP_Router::get_url() function
159
+
160
+ = 0.3.1 =
161
+
162
+ * Added WP_Router::get_url()
163
+ * Added WP_Route::url()
164
+
165
+ = 0.3.2 =
166
+
167
+ * Make $arguments param optional for WP_Router::get_url() and WP_Router::url()
168
+
169
+ = 0.3.3 =
170
+
171
+ * Prevent redirect from all route pages when %category% is in the permastruct
172
+ * Redirect placeholder page to the blog front page
173
+ * Fix usage of translation functions
vendor/wp-router/wp-router.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.adeliedesign.com/
5
  Description: Provides a simple API for mapping requests to callback functions.
6
  Author: Adelie Design
7
  Author URI: http://www.adeliedesign.com/
8
- Version: 0.3.1
9
  */
10
  /*
11
  Copyright (c) 2011 Adelie Design, Inc. http://www.AdelieDesign.com/
5
  Description: Provides a simple API for mapping requests to callback functions.
6
  Author: Adelie Design
7
  Author URI: http://www.adeliedesign.com/
8
+ Version: 0.3.3
9
  */
10
  /*
11
  Copyright (c) 2011 Adelie Design, Inc. http://www.AdelieDesign.com/
views/table.php CHANGED
@@ -128,11 +128,6 @@ function display_day( $day, $monthView ) {
128
  $start = tribe_get_start_date( $post->ID, false, 'U' );
129
  $end = tribe_get_end_date( $post->ID, false, 'U' );
130
  $cost = tribe_get_cost( $post->ID );
131
- $address = tribe_get_address( $post->ID );
132
- $city = tribe_get_city( $post->ID );
133
- $state = tribe_get_state( $post->ID );
134
- $province = tribe_get_province( $post->ID );
135
- $country = tribe_get_country( $post->ID );
136
  ?>
137
  <div id='event_<?php echo $eventId; ?>' <?php post_class('tribe-events-event tribe-events-real-event') ?>>
138
  <a href="<?php tribe_event_link(); ?>"><?php the_title(); ?></a>
128
  $start = tribe_get_start_date( $post->ID, false, 'U' );
129
  $end = tribe_get_end_date( $post->ID, false, 'U' );
130
  $cost = tribe_get_cost( $post->ID );
 
 
 
 
 
131
  ?>
132
  <div id='event_<?php echo $eventId; ?>' <?php post_class('tribe-events-event tribe-events-real-event') ?>>
133
  <a href="<?php tribe_event_link(); ?>"><?php the_title(); ?></a>